charset "utf-8";
/* CSS Document */
body { font-family: "microsoft yahei", Arial; font-size: 12px; margin:0; padding:0; background:#ffffff; color:#3c3c3c; background:#ffffff;text-align: center;width: 100%;}
* { margin:0; padding:0 }
div, ul, li, h1, h2, h3, h4, h5, h6, img, p, dl, dt, dd, ol, th, td { margin: 0px; padding: 0px; }
li { list-style-type: none; }
form, input, button, option, textarea, select { margin: 0px; padding: 0px; }
input, button, textarea, select { font:100% Tahoma, Helvetica, Arial, sans-serif; }
a { text-decoration: none; cursor:pointer; outline:none; blr:expression(this.onFocus=this.blur());
color:#272727;font-family: "microsoft yahei"; }
span{font-family: "microsoft yahei";}
p{font-family: "microsoft yahei"; font-size: 14px; color: #666666;}
a:link { text-decoration: none; font-size: 14px; color: #666666;}
a:hover { text-decoration: none; font-size: 14px; color: #666666;}
a:active { text-decoration: none; font-size: 14px; color: #666666;}
th { font-weight:normal; }
img { border: 0; }
h1{ color:#333333; font-weight:normal;font-size: 24px; font-family: "microsoft yahei";}
h2{font-family: "microsoft yahei";}
h3 { font-size:14px;  font-weight:bold;  font-family: "microsoft yahei";}
h4 { font-size: 12px;    font-weight:bold; font-family: "microsoft yahei";}
.clear { clear: both; }
.copy { font-family:Arial, Helvetica, sans-serif; }
table { font-size:inherit; font:100%; }
img { border:none;  }



.top{
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 0 #f3f3f3;
}

.top .topbar{
	width: 1400px;
	height: 80px;
	margin: 0 auto;
}


@media (min-width:991px) {
	.top .topbar .logo{
		float: left;
		height: 50px;
		margin-top: 5px;
		width: 120px;
	}
}

@media (min-width:991px) {
	.top .topbar .logo img{
		display: block;
		height: 85px;
	}
}

.top .topbar .nav{
	float: right;
	
}
@media (min-width:991px){
	.top .topbar .nav{
		width: 870px;
		height: 76px;
		margin-top: 4px;
	}
	
}
.top .topbar .nav ul{
	
}
.top .topbar .nav ul li{
	width: 80px;
	height: 76px;
	float: left;
	margin: 0 10px;
	position: relative;
}
.top .topbar .nav ul li>a{
	color: #333333;
	height: 72px;
	display: block;
	text-align: center;
	width: 80px;
	line-height: 76px;
	font-size: 16px;
	transition: 0.5s;
}
.top .topbar .nav ul li .ejlm{
	position: absolute;
	z-index: 111111111111111111111;
	background: #fff;
	top: 76px;
	left: 0;
	padding: 20px;
	width: 260px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(33, 84, 245, .3);
	display: none;
}
.top .topbar .nav ul li:hover .ejlm{
	display: block;
}
.top .topbar .nav ul li .ejlm dl{
	
}
.top .topbar .nav ul li .ejlm dl dt{
	float: left;
	width: 130px;
	float: left;
	height: 40px;
}
.top .topbar .nav ul li .ejlm dl dt a{
	font-size: 15px;
	color: #333;
	display: block;
	line-height: 30px;
}
.top .topbar .nav ul li .ejlm dl dt a:hover{
	color: #2857eb;
}

.top .topbar .nav ul li .line{
	width: 0px;
	height: 4px;
	background-image: linear-gradient(to right, #3d8dfb, #265bf6);
	border-radius: 5px;
	transition: 0.5s;
	margin: 0 auto;
}

.top .topbar .nav ul li:hover .line,.top .topbar .nav ul .on .line{
	width: 60px;
}
.top .topbar .nav ul li:hover>a,.top .topbar .nav ul .on>a{
	color: #265bf6;
	font-weight: 600;
	transition: 0.5s;
}

.top .topbar .language{
	width: 160px;
	height: 20px;
	margin-top: 30px;
	float: right;
}
.top .topbar .language .flag{
	float: left;
}
.top .topbar .language .flag img{
	display: block;
	height: 16px;
	margin-top: 8px;
}
.top .topbar .language .lan_xuan{
	float: left;
	margin-left: 5px;
}
.top .topbar .language select{
	display: block;
	width: 90px;
	border: none;
	background: none;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-color: #fff;
	outline: none;
	font-size: 14px;
}
.top .topbar .language option{
	display: block;
	width: 80px;
	border: none;
	background: none;
	padding: 5px;
	font-size: 14px;
	cursor: pointer;
	height: 32px;
}

.top .topbar .language option :hover{
	color: #eb151d;
}
.top .topbar .login{
	width: 120px;
	height: 32px;
	float: right;
	margin-top: 30px;
}
.top .topbar .login a{
	width: 120px;
	height: 32px;
	background-image: linear-gradient(to right, #3d8dfb, #265bf6);
	border-radius: 15px;
	display: block;
	color: #fff;
	line-height: 32px;
	text-align: center;
	font-weight: 500;
}



/* 面包屑 */

@media (min-width:991px) {
	.mianbaoxue{
		width: 1400px;
		margin: 0 auto;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
}
@media (max-width:991px) {
	.mianbaoxue{
		width: 98%;
		margin: 0 auto;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
}

.mianbaoxue a{
	display: inline-block;
	padding: 0 5px;
	line-height: 50px;
	font-size: 14px;
}





.yema{
	margin-top: 40px;
    text-align: center;
}
.yema ul{
	display: inline-block;
	vertical-align: bottom;
}
.yema li{
    float: left;
    border: 1px solid #666666;
    margin: 0 5px;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.yema li a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.yema .thisclass{
    background: #6f96cf !important;
    color: #fff !important;
}
.yema li:hover,.yema .active{
    background: #265bf6 ;
    border-color: #265bf6 ;
}
.yema li:hover a,.yema .active a{
    color: #fff;
}


/* footer */
.footer{
	width: 100%;
	background: #363e49;
}
@media (min-width:991px) {
	.footer .footercont{
		width: 1300px;
		padding-top: 50px;
		margin: 0 auto;
		
	}
}

@media (max-width:991px) {
	.footer .footercont{
		width: 100%;
		padding-top: 30px;
		margin: 0 auto;
		
	}
}

@media (min-width:991px) {
	.footer .footercont .left{
		width: 380px;
		height: 200px;
		float: left;
		padding-right: 50px;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}
}

@media (max-width:991px) {
	.footer .footercont .left{
		width: 94%;
		margin: 0 auto;
	}
}



.footer .footercont .left span{
	font-size: 24px;
	color: #163bb1;
	font-weight: 600;
}
.footer .footercont .left .biaoyu{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer .footercont .left p{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
	
}

@media (max-width:991px) {
	.footer .footercont .mid{
		display: none;
	}
}
.footer .footercont .mid{
	width: 510px;
	height: 200px;
	float: left;
	margin-left: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .footercont .mid ul{
	float: left;
	margin: 0 28px;
}
.footer .footercont .mid ul .first{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
}
.footer .footercont .mid ul li:first-child{
	margin-top: 15px;
}
.footer .footercont .mid ul li a{
	margin-top: 16px;
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
.footer .footercont .mid ul li:hover a{
	color: #265bf6;
}

@media (min-width:991px) {
	.footer .footercont .right{
		width: 270px;
		float: right;
	}
	
}

@media (max-width:991px) {
	.footer .footercont .right{
		width: 55%;
		margin: 10px auto 0;
	}
	
}
.footer .footercont .right .chaxun{
	
}

@media (min-width:991px) {
	.footer .footercont .right .chaxun .guiji{
		width: 120px;
		height: 148px;
		float: left;
		
	}
	
}
@media (min-width:991px) {
	.footer .footercont .right .chaxun .guiji img{
		display: block;
		width: 120px;
		height: 120px;
	}
	
}
@media (max-width:991px) {
	.footer .footercont .right .chaxun .guiji{
		width: 40%	;
		float: left;
		
	}
	
}
@media (max-width:991px) {
	.footer .footercont .right .chaxun .guiji img{
		display: block;
		width: 100%;
		height: auto;
		
	}
	
}


@media (min-width:991px) {
	.footer .footercont .right .chaxun .gzh{
		width: 120px;
		height: 148px;
		float: left;
		margin-left: 25px;
	}
	
}
@media (min-width:991px) {
	.footer .footercont .right .chaxun .gzh img{
		display: block;
		width: 120px;
		height: 120px;
	}
	
}
@media (max-width:991px) {
	.footer .footercont .right .chaxun .gzh{
		width: 40%	;
		float: left;
		margin-left: 20%;
	}
	
}
@media (max-width:991px) {
	.footer .footercont .right .chaxun .gzh img{
		display: block;
		width: 100%;
		height: auto;
		
	}
	
}




.footer .footercont .right .chaxun .guiji span{
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 8px;
}


.footer .footercont .right .chaxun .gzh span{
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 8px;
}

.footer .footercont .other{
	height: 40px;
	margin: 25px auto 0;
	width: 242px;
}
.footer .footercont .other ul li{
	float: left;
	margin: 0 10px;
}
.footer .footercont .other ul li img{
	display: block;
	height: 28px;
}
.footerbar{
	width: 100%;

	background: #363e49;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width:991px) {
	.footerbar .cont{
		width: 1300px;
		
	}
}
@media (max-width:991px) {
	.footerbar .cont{
		width: 94%;
		margin: 0 auto;

	}
}


.footerbar .cont{
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}
.footerbar .cont p{
	display: inline-block;
	float: left;
	color: #aaa;
	font-size: 14px;
	line-height: 24px;
}
.footerbar .cont .beian{
	margin-left: 15px;
}
.footerbar .cont span{
	float: left;
	margin-left: 15px;
	display: inline-block;
	color: #aaa;
	font-size: 14px;
	line-height: 24px;
}
.footerbar .cont a{
	color: #aaa;
	font-size: 14px;
}



@media (max-width:991px) {
	.top .nav{
		display: none;
	}
}
@media (min-width:991px){
	.top .mnav{
		display: none;
	}
}
@media (max-width:991px) {
	.top .mnav{
		width: 34px;
		height: 34px;

		margin-top: 13px;
		margin-right: 5px;
		float: right;

	}
}

@media (max-width:991px) {
	.top .mnav .navbtn{
		width: 34px;
		height: 34px;
		background: url(../images/mnav.png) center no-repeat;
		background-size: 34px 34px;

	}
}

@media (max-width:991px) {
	.top .mnav .drop{
		width: 60%;
		height: 100%;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 111111;
		overflow: scroll;
		display: none;
	}
}
@media (max-width:991px) {
	.top .mnav .drop .nlogo{
		width: 20%;
		margin: 0 auto;
	}
}
@media (max-width:991px) {
	.top .mnav .drop ul{
		width: 96%;
		margin: 0 auto;
	}
}

@media (max-width:991px) {
	.top .mnav .bg{
		display: none;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .8);
		position: fixed;
		z-index: 11111;
		left: 0;
		top: 0;
	}
}
@media (max-width:991px) {
	.top .mnav .drop ul li{
		width: 100%	;
		
	}
} 
@media (max-width:991px) {
	.top .mnav .drop ul li .yiji{
		
	}
}  







@media (max-width:991px) {
	.top .mnav .drop ul li .yiji a{
		display: block;
		line-height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		font-size: 16px;
		color: #222;
		text-indent: 10px;
	}
}  

@media (max-width:991px) {
	.top .mnav .drop ul li .erji{
		background: rgba(0, 0, 0, .03);
		display: none;
	}
}  

@media (max-width:991px) {
	.top .mnav .drop ul li .erji dl dt{
		
	}
}  

@media (max-width:991px) {
	.top .mnav .drop ul li .erji dl dt a{
		display: block;
		line-height: 40px;
		color: #666;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		text-indent: 50px;
		font-size: 14px;
	}
} 






@media (max-width:991px) {
	.top .topbar .logo{
		float: left;
		height: 40px;
		margin-top: 10px;
		width: 120px;
		margin-left: 5px;
	}
}


@media (max-width:991px) {
	.top .topbar .logo img{
		display: block;
		height: 40px;
	}
}


@media (max-width:991px) {
	.service .bd .p1 .left .miaoshu p{
		margin-top: 5px !important;
	}
}











@media (max-width:991px) {
	.top{
		width: 100%;
		height: 60px !important;
	}
}

@media (max-width:991px) {
	.top .language{
		display: none;
		
	}
}
@media (max-width:991px) {
	.top .login{
		display: none;
		
	}
}

@media (max-width:991px){
	.top .nav ul{
		display: none;
	}
}

@media (max-width:991px){
	.top .topbar{
		width: 100%;
	}
}



@media (min-width:991px) {
	.mn_nav{
		display: none;
	}
}
@media (max-width:991px) {
	.mn_nav{
		width: 98%;
		margin: 15px auto 0;
		
	}
}

.mn_nav ul{
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	height: 38px;
}

.mn_nav ul li{
	display: inline-block;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .1);
	height: 26px;
	line-height: 26px;
}

.mn_nav ul li a{
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
	
}
.mn_nav ul .on{
	background: #265bf6;
	border-color: #265bf6;
}

.mn_nav ul .on a{
	color: #fff;
}