/*头部开始*/

.top {
	width: 100%;
	height: 115px;
	background: url(../images/top_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.top .top-nr {
	width: 1200px;
	height: 115px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/logo_bg.png) no-repeat;
}

.top .top-nr .logo {
	width: 525px;
	height: 115px;
	float: left;
}

.top .top-nr .r {
	width: 290px;
	height: 85px;
	float: right;
}

.top .top-nr .r .top-ss {
	width: 290px;
	height: 42px;
}

.top .top-nr .r .top-ss .kuang {
	display: block;
	float: left;
	width: 228px;
	height: 40px;
	border: 1px solid #ccc;
	background-color: #fff;
	line-height: 40px;
	padding-left: 10px;
}

.top .top-nr .r .top-ss .djss {
	display: block;
	float: left;
	width: 50px;
	height: 42px;
	border: none;
	background: url(../images/djss.png) no-repeat;
}

.top .top-nr .r p {
	line-height: 40px;
	color: #fff; 
	text-align:right;
	font-size: 12px;
}

.top .top-nr .r p a {
	color: #fff;
	margin: 0px 5px;
}


/*头部结束*/


/*导航开始*/

.nav-bg {
	width: 100%;
	height: 46px;
	background-color: #0193de;
	
}

.nav-bg #nav {
	width: 1200px;
	height: 46px;
	margin: auto;
	overflow: hidden;
}

.nav-bg #nav li {
	float: left;
	height: 46px;
}

.nav-bg #nav li a {
	display: block;
	background: #0193de;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	height: 46px;
	padding: 0px 35px;
	color: #fff;
}

.nav-bg #nav li a:hover {
	background: #0a85c6;
}

.nav-bg #nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 99;
}

.nav-bg #nav li ul li {
	height: 46px;
	float: none;
	display: inline;
}

.nav-bg #nav li ul li a {
	width: 100%;
	height: 46px;
	background: #57c6ff;
	color: #fff;
	font-size: 16px;
}

.nav-bg #nav li ul li a:hover {
	background: #35bbff;
}
/*头部结束*/

/*友情链接*/
.links{
	width: 1200px;
	height: 50px;
	margin: 10px auto;
	border-bottom: 1px solid #44c0ff;
	
}
.links div{
	width: 135px;
	height: 50px;
	background-color: #44c0ff;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	float: left;
}
.links a{
	float: left;
	font-size: 18px;
	line-height: 50px;
	margin: 0px 20px;
}
.links a:hover{
	color: #e64226;
}
/*友情链接*/

/*banner*/
.banner{ 
	/*width:100%; */
	height:430px;
	overflow:hidden; 
	position:relative; 
	margin:0 auto;
	/*min-width: 1200px;*/
	max-width: 1920px;
}
/*banner*/

/*login*/
.Entrance{
	width: 1235px;
	height: 430px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 99999;
}
#login-div{
	width: 480px;
	height: 390px;
	overflow: hidden;
	position: relative;
	z-index: 666;
	float: right;
}
@media(max-width:1480px) {
#login-div{right:150px;}
	
							
}

.login_header{
	margin-bottom: 10px;
	width: 400px;
	height: 43px;
	border-bottom: 2px solid #ffffff;
	overflow: hidden;
}
.login_header span{
	display: block;
	width: 132px;
	height: 40px;
	float: left;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.loginbox{
	width: 400px;
	overflow: hidden;
	padding: 20px;
	padding-top: 15px;
}
.Cbody_item{
	border: 0px solid #999;
	overflow: hidden;
}
.form_item{
	font-size: 13px;
}
.form_item .input_box{
	display: block;
	width: 355px;
	padding-left: 12px;
	height: 45px;
	margin:0 auto; 
	outline: none;
	border: 1px solid #cccccc;
	transition: ease all 0.5s;
	margin-bottom: 10px;
}
.form_item .Verification{
	display: block;
	width: 234px;
	padding-left: 12px;
	height: 45px;
	margin:0 auto; 
	outline: none;
	border: 1px solid #cccccc;
	transition: ease all 0.5s;
	margin-bottom: 10px;
	float: left;
}

.yanzheng{
	width: 127px;
	height: 43px;
	border: 1px solid #cccccc;
	float: right;
	overflow: hidden;
}
.yanzheng img{
	width: 100%;
	height: 100%;
}
.form_item input[type="password"]{
	display: block;
	width: 355px;
	padding-left: 12px;
	height: 45px;
	margin:0 auto; 
	outline: none;
	border: 1px solid #cccccc;
	transition: ease all 0.5s;
	margin-bottom: 10px;
}

.form_item input[type="text"]:focus,.form_item input[type="password"]:focus{
	border: 1px solid #1c65ff
}
.form_item input[type="button"]{
	display: block;
	width: 400px;
	height: 45px;
	margin:0 auto; 
	padding-left: 16px;
	outline: none;
	border: 1px solid #14aaf7;
	transition: ease all 0.5s;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #14aaf7;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}
.form_item input[type="button"]:hover{
	background-color: #0085cd;
	border: 1px solid #0085cd;
}
.loginactive{
    color: #0085cd;
    border-bottom: 3px solid #0085cd;
}

.login_warp{
	width: 440px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 0px 0px #ccc;
    overflow: hidden;
    margin-top: 30px;
    transition: ease all 0.5s;
    position: relative;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background:url(../images/login_bgimg.png);
	
}
.login_warp:hover{
	top: -5px;
	box-shadow: 0 10px 15px #ccc;
}


.dl_img{
	width: 45px;
	height: 45px;
	float: left;
}
.dl_img img{
	width: 100%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*login*/



/* 侧边悬浮导航 */
.right_nav {
	right: 0;
	bottom: 300px;
	position: fixed;
	text-align: left;
	overflow: hidden;
	z-index: 9999;
}

.right_nav li {
	background: #0085cd;
	margin: 4px 0;
	padding: 3px 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
	position: relative;
	right: 0px;
}

.right_nav li .iconBox {
	text-align: left;
	overflow: hidden;
	display: flex;

}
.right_nav li .iconBox a{
	display: block;
	width: 120px;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
}

.right_nav li img {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}

.right_nav li h4 {
	color: #fff;
	font-size: 14px;
	margin: 2px 0;
	margin-left: 10px;
}

.right_nav li:hover {
	background: #ff552e
}

.right_nav li .hideBox {
	display: none;
	position: absolute;
	right: 130px;
	padding: 10px;
	padding-right: 15px;
	top: -10px;
	z-index: 999;
}

.right_nav li .hideBox .hb {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 20px;
	border-top: 2px solid #0085cd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
	padding: 5px 0;
	border-bottom: 2px solid #ccc;
	color: #0085cd;
	font-size: 16px;
	font-weight: 400;
	display: block;
	white-space: nowrap;
}

.right_nav li .hideBox .hb p {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
}

.right_nav li .hideBox .hb a {
	display: block;
	width: 120px;
	height: 45px;
	background-color: #0085cd;
	margin-bottom: 5px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
}

.right_nav li .hideBox .hb a:hover{
	background-color: #FF552E;
}
.right_nav li .hideBox .hb .qqtalk {
	margin-top: 10px;
}

.right_nav li .hideBox .hb .qqtalk a {
	display: flex;
	align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
	width: 25px;
	height: 25px;
}

.right_nav li .hideBox .hb .qqtalk p {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	margin-top: -5px;
	margin-left: 5px;
}

.right_nav li:nth-child(3) .hideBox img {
	width: 140px;
	height: 140px;
	margin-top: 10px;
}