body{
	color: #000;
	font-family: 微软雅黑,宋体,Verdana, arial;
	font-size: 16px;
	margin: 0;
	padding: 0;
	/* background: #EEEDEC; */
	background:#f5f5f5;
	min-width:1200px;
	line-height:1.5;

}
img{
	border:none;
}
p{
	color:#8D8D8D;
	font-size:14px;
}
a{
	color: #000;
	text-decoration: none
}

a:hover{
	color:#005BAA;
	text-decoration: none
}

li{
	/* white-space: nowrap; */
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,ul,li{
	margin:0;
	padding:0;
}

/* 通用头部 */
#header #head1{
	display:none;\
}

#header{
	width:100%;
	background:#fff;
	padding:10px 0 5px!important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
	position:fixed;
	height:64px;
	z-index:9999;
}
#header .head{
	width: 1200px;
	margin: 0 auto !important;
	height:64px;
}
#header .head #logo{
	width: 200px;
	height:64px;
	float: left;
}

#header .head #logo img{
	width: 200px;
	border: none

}
#header .head #nav{
	width:1000px;
	float:left;
	display:flex;
	justify-content: space-around;
	padding-top:5px;

}

#header .head #nav .fff li{
	float: left;
	text-align:center;
	width:125px;
	line-height:64px;
	font-size:18px;
}
#header .head #nav .fff li:hover{
	color:#005BAA;
}

#header .head #nav .fff li a{
	width:115px;
	height:64px;
	display:block;
}
#header .head #nav .fff li .f2{
	cursor:auto;
}
#header .head #nav .s2{
	display:none;
}
#header .head #nav .sss li{
	float: left;
	text-align:center;
	width:130px;
	line-height: 36px;
	font-size: 16px;
	background: #002A66;
	color: #fff;
	border-bottom: 1px solid #2A66;
}
#header .head #nav .sss li:hover{
	background:#005BAA;
	color:#fff;

}

#header .head #nav .sss li a{
	width:130px;
	height:auto;
	display:block;
	color:#fff;
}


#header .head #nav ul .f2::after,#header .head #nav ul .f3::after{
	content: "\f0dd";
	font-family: "FontAwesome";
	font-size: 10px;
	font-weight: 400;
	margin-left: 8px;
	position: relative;
	top: -3px;
}

#header .head #nav .fff li:nth-child(1){
	width:100px;
}

#header .head #nav .sss li:nth-child(1){
	width:130px;
}


#center,#center1{
	padding-top:80px;
}

#center .banner1200 img,#center1 .banner1200 img{
	width:100%
}

#center .banner1200 .img1,#center1 .banner1200 .img1{
	display:block;
}

#center .banner1200 .img2,#center1 .banner1200 .img2{
	display:none;
}

#center .banner1200,#center1 .banner1200{
	position:relative;
}

#center .banner1200 h4,#center1 .banner1200 h4{
	position: absolute;
	color: #fff;
	left: 0;
	right: 0;
	text-align: center;
	top: 44%;
	font-size: 36px;
	z-index: 999;
	line-height:1.2;
}

#center .banner1200 .mb,#center1 .banner1200 .mb{
	background-color: #000;
	opacity: 0.3; /* 支持opacity的浏览器*/   
	filter:alpha(opacity=30); /* IE */  
	-moz-opacity:0.3; /* 老版Mozilla */  
	-khtml-opacity:0.3; /* 老版Safari */  
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: ' ';
	z-index: 2;
	backface-visibility: hidden;
	height: 100%;
}
#center .banner1200 .opacity0,#center1 .banner1200 .opacity0{
	opacity: 0; /* 支持opacity的浏览器*/   
	filter:alpha(opacity=0); /* IE */  
	-moz-opacity:0; /* 老版Mozilla */  
	-khtml-opacity:0; /* 老版Safari */  
}

/* 通用底部开始 */
#footer{
	width:100%;
	background:#1b1b1b;
	color:#fff;
	text-align:center;
	padding:50px 0 30px;
}

#footer .box2 ul{
	display: flex;
	flex-direction: row;
	width:800px;
	justify-content: space-between;
	padding-right: 160px;
	float: left;
}

#footer .box2 ul li{
	width:190px;
	float:left;
	height:160px
}


#footer .box2 ul li h4{
	margin-bottom: .5rem;
}


#footer .box2{
	width: 1200px;
	margin:0 auto!important;
	height:300px;
	overflow:hidden;
}

#footer .box2 .right{
	float:left;
	width:200px;
	display: box;              /* OLD - Android 4.4- */
 
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 
 
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
	/* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

	#footer .box2 .right{
		float:left;
	}
}
#footer .box1{
	padding-bottom:25px;
}
#footer .box2 .right .box1 img{
	width:200px;
	border:none;
}

#footer .box2 .right .boxImg{
	text-align:center;
	width:200px;
}

#footer .box2 .right .boxImg img{
	width:100px;
}

#footer .box2 .right .boxImg p{
	font-size:14px;
}

#footer .box3{
	text-align:center;
	width: 1200px;
	margin:0 auto!important;
	padding-top:30px;
	font-size:14px;
	color:#8D8D8D
}

#footer ul li p a{
	color: #8D8D8D;
	font-size: 14px;
}

#footer ul li p a:hover{
	color: #005BAA;
	text-decoration: none;
}

#footer ul li h4 a{
	color:#fff;
}

#footer ul li h4 a:hover{
	color: #005BAA;
	text-decoration: none;
}
/* 通用底部结束 */

@media (max-width: 820px){ 
	body{
		min-width:auto;
	}

	p{
		font-size: .6rem;
		margin: 0;
		padding: 0;
		padding-top: 0px;
		padding-top: .4rem;
		line-height:2;
	}

	#header .head{
		display:none;
	}

	#center1 .banner1200 h4,#center .banner1200 h4{
		font-size:1.2rem;
		top:38%;
	}

	#center .banner1200 .img1,#center1 .banner1200 .img1{
		display:none;
	}

	#center #research .bg .img1,#center1 .bg .img1{
		display:none;
	}

	#center #research .bg .img2,#center1.bg .img2{
		display:block;
	}

	#center .banner1200 .img2,#center1 .banner1200 .img2{
		display:block;
	}

#header #head1{display:block}
#head1 .head1-nav{background-color: #fff;color: #fff;font-size: 16px;width: 100%;height: 60px;position: relative;z-index: 100;overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}/**height:80px;改height60px*20190910*/
#head1 .head1-nav .nav-more-btn{display: block;z-index: 100;box-shadow: none;width: 45px;background-color: inherit;border: none;outline: 0;}
#head1 .head1-nav .nav-more-btn .icon-bar{display: block;width: 26px;height: 1px;border-radius: 1px;background: #333;margin-left: auto;margin-right: auto;-webkit-transition: transform 200ms ease;transition: transform 200ms ease;}
#head1 .head1-nav .nav-more-btn .icon-bar + .icon-bar{margin-top:7px;}
#head1 .head1-nav .nav-more-btn.active .icon-bar:nth-child(1){transform: rotate(45deg);}
#head1 .head1-nav .nav-more-btn.active .icon-bar:nth-child(2){display:none;}
#head1 .head1-nav .nav-more-btn.active .icon-bar:nth-child(3){transform: rotate(-45deg);}
#head1 .head1-nav .nav-more-btn.active .icon-bar{margin: auto !important;}
#head1 .head1-nav .nav-logo{text-align: center;padding-left:15px}/**padding-left:5px**/
#head1 .head1-nav .nav-logo a{display:block;}
#head1 .head1-nav .nav-logo img{height:50px;}/**height:60px;改40px*margin-top:20px;去掉*20190910*/
#head1 .head1-nav .nav-search-btn{position: absolute;width: 45px;right: 0;top: 0;bottom: 1px;left: auto;margin: auto;z-index: 100;box-shadow: none;background-color: transparent;border: none;}
#head1 .head1-nav .nav-search-btn .nav-icon-search{width: 25px;height: 25px;display: inline-block;vertical-align: middle;position: relative;}
#head1 .head1-nav .nav-search-btn .nav-icon-search::before{content: '';width: 15px;height: 15px;background-color: #fff;border: #333 solid 1px;border-radius: 50%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 2;}
#head1 .head1-nav .nav-search-btn .nav-icon-search::after{content: '';width: 15px;height: 1px;background-color: #333;position: absolute;left: 40%;right: 0;top: 40%;bottom: 0;margin: auto;z-index: 0;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
#head1 .head1-nav-all{webkit-transition: transform 200ms ease;transition: transform 200ms ease;background-color: #f5f5f5;overflow-y: auto;-webkit-overflow-scrolling: touch;transform: translate3d(0, -100%, 0);opacity: 0;position: absolute;width: 100%;top: 100%;z-index: 1;font-size: 16px;color: #666;}
#head1 .head1-nav-all.open{transform: translate3d(0, 0, 0);opacity: 1;border-top: 1px solid #ccc;overflow-y: auto;height:172px;font-size: .8rem;}
#head1 .head1-nav-all .head1-nav-class{display: block;border-bottom: 1px solid #ddd;margin: 0px;padding: 0.5rem 1.125rem;line-height: 2rem;color: #000;}
#head1 .head1-nav-all .head1-nav-class .bclass{font-size:.8rem;}
#head1 .head1-nav-all .head1-nav-class .subclass-list{font-size: 1.2rem;overflow: hidden;color: #666;}
#head1 .head1-nav-all .head1-nav-class .subclass-list li{float: left;padding: 0 .2rem;margin:0;text-align: center;padding-left: 0;}
#head1 .head1-nav-all .head1-nav-class .subclass-list li a{font-size:.7rem;padding-right: 0.5rem;color: #666;}

#head1 .head1-search-wrap{position: absolute;bottom: 0;top: 0;left: 0;right: 0;margin: auto;z-index: 99999;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);display: block;webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out;-ms-transition: all .2s ease-out;-o-transition: all .2s ease-out;transition: all .2s ease-out;background:#fff;height:60px;}
#head1 .head1-search-wrap.active{-webkit-transform: translate3d(0%,0,0);transform: translate3d(0%,0,0);}
#head1 .head1-search-wrap .head1-search-wrap-cont{height: 100%;background-color: #FFF;position: relative;z-index: 2;}
#head1 .head1-search-wrap .head1-search-wrap-cont form{display: flex;height: 50px;}
#head1 .head1-search-wrap .head1-search-wrap-cont form .search-input-box{height: 30px;border-bottom: 1px solid #ccc;display: flex;width: 100%;padding: 15px;flex-direction: row;justify-content: center;align-items: center;}/**height:50px改为30;新增flex-direction: row;justify-content: center;align-items: center;**/
#head1 .head1-search-wrap .head1-search-wrap-cont form .search-input-box .search-input-in{flex: 1 1 0%;position: relative;height: 33px;}/**20190910去掉margin-top:9px**/
#head1 .head1-search-wrap .head1-search-wrap-cont form .search-input-box .search-input-in .search-input{position: absolute;height: 100%;border-radius: 100px;background: #F5F5F5 none repeat scroll 0% 0%;border: medium none;color: #333;font-size: 14px;padding: 5px 50px 5px 15px;width: 100%;}
#head1 .head1-search-wrap .head1-search-wrap-cont form .search-input-box .search-input-in .input-sm-search{float: right;width: 50px;height: 33px;border: 0px none;border-radius: 100px;background-color: transparent;}
#head1 .head1-search-wrap .head1-search-wrap-cont form .search-input-box .search-input-in .input-sm-search i{width: 25px;height: 25px;display: inline-block;vertical-align: middle;position: relative;}
#head1 .head1-search-wrap .head1-search-wrap-cont form .search-input-box .search-input-in .input-sm-search i::before{content: "";width: 15px;height: 15px;background-color: #F5F5F5;border-color: #7B7B7B;border: 1px solid #333;border-radius: 50%;position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;margin: auto;z-index: 2;}
#head1 .head1-search-wrap .head1-search-wrap-cont form .search-input-box .search-input-in .input-sm-search i::after{content: "";width: 15px;height: 1px;background-color: #7B7B7B;position: absolute;left: 40%;right: 0px;top: 40%;bottom: 0px;margin: auto;z-index: 0;transform: rotate(45deg);}


#head1 .head1-search-wrap .head1-search-wrap-cont form .search-input-box .close-box{font-size: 16px;color: #BBB;padding: 0px 0px 0px 10px;text-decoration: none;cursor: pointer;}/**20190910去掉line-height: 50px;**/



/* 手机底部 */
#footer{
	padding:1rem 0;
}

#footer .box2{
	display:none;
}

#footer .box3{
	width: 80%;
	font-size: .6rem;
	padding-top:0;
}

.swiper-button-prev{
	display:block;
}

.swiper-button-next{
	display:block;
}
}
ℼⴭ쒺뇊⸰〰㌰㤵㔰㌸〸㈱㤶쌵ⷫ㸭