﻿
body{ margin:0px; padding:0px; font-size:12px;font-family:-apple-system,SF UI Display,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;color:#898989;line-height:1; background:#FFF; }
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input{ margin:0px; padding:0px;}
input,textarea { font-family: "微软雅黑"; border: none; outline: none; background: none; }
ul,li{ list-style:none}
img{border:0px; padding:0px; display: block;}
a{ color:#5c5c5c; text-decoration:none}
body{ width: 100%; overflow-x: hidden;}


.AppTop{box-shadow: 0 0 10px rgba(0,0,0,0.1); background: #fff; top: 0; left: 0; z-index: 99; display: none; height: 50px; background: #fff; width: 100%; position: fixed;}
.AppTop .logo{ padding-left: 15px; line-height: 50px; height: 50px;}
.AppTop .logo img{ height: 50%; width: auto; display: inline-block;vertical-align: middle;position: relative;
    top: 50%;
    transform: translateY(-15px);}
.AppTop .SideClick{ position: absolute; transition: 0.5s; right: 15px; top: 50%; transform: translateY(-50%); width: 24px; height:20px;}
.AppTop .SideClick span{transition: 0.5s; display: block; width: 100%; height: 2px; border-radius:1px; background: #000; position: absolute; transition: 0.5s;}
.AppTop .SideClick span:nth-child(1){ top: 0; left: 0;}
.AppTop .SideClick span:nth-child(2){ top: 50%; transform: translateY(-50%);}
.AppTop .SideClick span:nth-child(3){ bottom: 0;}
.AppTop .SideClick.on{ transform:translateY(-50%) rotate(180deg);}
.AppTop .SideClick.on span:nth-child(1){ top: 50%; transform: translateY(-50%) rotate(45deg);}
.AppTop .SideClick.on span:nth-child(2){ width: 0;}
.AppTop .SideClick.on span:nth-child(3){ top: 50%; transform: translateY(-50%) rotate(-45deg);}
.SideBar{ display: none;}

.top{width:100%; height: 120px; background: url(../image/index_02.jpg) left top repeat-x; background-size:auto 100% ;}
.topBox{width:1200px; height: 100%; margin: 0 auto;}
.top .logo{float: left; height: 120px; line-height: 120px;}
.top .logo img{display: inline-block; vertical-align: middle;margin-top: 15px;}
.top .nav{float: right; height: 100%;}
.top .nav ul{float: right; height: 100%; height: 120px;}
.top .nav ul li{float: left; position: relative; height: 100%; margin-left: 30px; width: 115px;}
.top .nav ul li a{width: 100%; display: block; position: absolute; top:50%; transform: translateY(-50%);}
.top .nav ul li a h2{font-size: 16px; text-align: center; color: #666; margin-bottom: 14px; font-weight: normal;}
.top .nav ul li a p{font-size: 12px; text-align: center; color: #666; }
.top .nav ul li span{width: 100%; height: 0px; background: #313a4b; transition: 0.5s; display: block; position: absolute;}
.top .nav ul li span:nth-child(1){left:0; top:0;}
.top .nav ul li span:nth-child(2){left: 0; bottom:0;}
.top .nav ul li:hover span{ height: 7px;}
.top .nav ul li:hover dl{ display: block;}
.top .nav ul li.on span{height: 7px;}
.top .nav ul li dl{ z-index: 99; display: none; width: 100%; position: absolute; top: 120px; background:#313a4b; left: 0; padding: 0 20px; box-sizing: border-box;}
.top .nav ul li dl dd{ width: 100%; height: 58px; border-bottom: 1px solid #fff; text-align: center; line-height: 58px;}
.top .nav ul li dl dd a{ color: #fff;font-size: 16px; position: relative; top: auto; transform: none;}
.top .nav ul li dl dd a:hover{ color: #4adda6;}
.top .nav ul li dl dd:last-child{ border-bottom: 0;}
.banner{ position: relative;}
.banner img{display: block; width: 100%; height: auto;}
.banner .swiper-pagination{ width: 100%; bottom: 10px;}
.banner .swiper-pagination span{ background: #fff; margin: 0 5px; transition: 0.5s; width: 10px; height: 10px; border-radius:5px; opacity: 1;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ width: 15px;}
.indexContainer{width: 100%;}
.indexContainer .layer1{width:1200px; height: 350px; margin: 0 auto;}
.indexContainer .layer1 .text{width: 620px; margin-top: 55px; float: left;}
.indexContainer .layer1 .text p{font-size: 22px; line-height: 42px; color: #666; text-align: center;}
.indexContainer .layer1 .text img{display: block; margin: 5px auto 0 auto; box-shadow: 0 5px 10px rgba(0,0,0,0.3); border-radius:10px ;}
.indexContainer .layer1 .icon{width: 580px; height: 100%; position: relative; float: right;}
.indexContainer .layer1 .icon img{display: block; left: 50%; top: 50%; position: absolute; transform: translate(-50%,-50%);}
.indexContainer .layer2{width: 1126px; margin: 0 auto;}
.indexContainer .layer2 ul{width: 100%; overflow: hidden;}
.indexContainer .layer2 ul li{position: relative; margin-bottom: 18px; overflow: hidden;}
.indexContainer .layer2 ul li img{display: block; width: 100%; transition: 0.8s;}
.indexContainer .layer2 ul li.long{width: 100%;}
.indexContainer .layer2 ul li.small{width: 554px; float: left; margin-right: 18px;}
.indexContainer .layer2 ul li.small:nth-child(2){margin-right: 0;}
.indexContainer .layer2 ul li .text{position: absolute; top:50%; transform: translateY(-50%);}
.indexContainer .layer2 ul li .text .textTop{padding-left: 6px; border-left: 8px solid #FFFFFF; margin-bottom: 120px;}
.indexContainer .layer2 ul li .text .textTop h2{font-size: 28px; margin-bottom: 8px; color: #FFFFFF;}
.indexContainer .layer2 ul li .text .textTop p{font-size: 10px; color: #FFFFFF;}
.indexContainer .layer2 ul li .text a{line-height: 36px; transition: 0.5s; display: block; width: 144px; height: 36px; font-size: 18px; color: #FFFFFF; border: 1px solid #FFFFFF; text-align: center;}
.indexContainer .layer2 ul li.textL .text{left: 70px;}
.indexContainer .layer2 ul li.textR .text{right: 75px;}
.indexContainer .layer2 ul li:hover img{transform: scale(1.1);}
.indexContainer .layer2 ul li:hover .text a{ background: rgba(255,255,255,0.3);}

.footer{ width: 100%; height: 390px; background: url(../image/index_21.jpg); background-size:100% 100%; margin-top: 70px;}
.footerBox{ width: 1200px; margin:0 auto; overflow: hidden;}
.footerBox .footerLogo{ float: left; padding-top: 75px; padding-left: 30px;}
.footerBox .footerNav{ float: left; padding-left: 200px; padding-top: 60px;}
.footerBox .footerNav ul{ width: 175px; float: left;}
.footerBox .footerNav ul h2{ width: 100%; height: 38px; line-height: 38px; border-bottom: 1px solid #fff; font-size: 18px; color: #fff;}
.footerBox .footerNav ul li{ padding-top: 15px;}
.footerBox .footerNav ul li a{ font-size: 16px; color: #fff; font-weight: 100;}
.footerBox .code{ float: right; width: 130px; padding-top: 65px;}
.footerBox .code img{ display: block; width: 100%; height: auto;}
.footerBox .code p{ width: 100%; text-align: center; padding-top: 10px; font-size: 16px; color: #FFF;}
.SideBar{ display: none;}
.footer .copyRight{ padding-top: 100px; text-align: center; color: #fff;}
.footer .copyRight a{ color: #fff;}
.product{ width: 100%;}
.title{ padding: 50px 0;}
.title h2{ text-align: center; font-size: 28px; color: #333;}
.title span{ display: block; margin: 12px auto; width: 34px; height: 6px; border-radius:3px; background: #3992d9;}
.title p{ font-weight: lighter; text-align: center; font-size: 24px; color: #b6b6b6;}

.product .layer1{ width: 1100px; margin: 0 auto; overflow: hidden;}
.product .layer1 .icon{ float: left; width: 440px;}
.product .layer1 .text{ float: left; width: calc(100% - 440px); padding-left: 25px; box-sizing:border-box;}
.product .layer1 .text p{ font-size: 14px; color: #333; line-height: 28px; margin-bottom: 15px;}
.product .layer2 img{ display: block; margin: 0 auto;}
.product .layer3{ width: 1100px; margin: 0 auto;}
.product .layer3 ul{ width: 100%; overflow: hidden;}
.product .layer3 ul li{ float: left; width: 350px; margin-right: 25px;}
.product .layer3 ul li:nth-child(3){ margin-right: 0;}
.product .layer3 ul li .icon{ width: 100%; height: auto;}
.product .layer3 ul li p{ margin-top: 10px; width: 100%; height: 58px; background: #dcdcdc; text-align: center; line-height: 58px; font-size: 24px; color: #333;}
.productDetails{  width: 1100px; margin: 0 auto;}
.productDetails h2{ padding: 50px 0 20px 0; color: #0060eb; font-size: 28px;}
.productDetails p{ font-size: 15px; line-height: 44px; color: #333;}

.productDetails2{ width: 100%;}
.productDetails2 .Main{ width: 1100px; margin: 0 auto; overflow: hidden;}
.productDetails2 .Main .icon{ width: 505px; float: left;}
.productDetails2 .Main .icon img{ display: block; width: 100%; height: auto;}
.productDetails2 .Main .text{ width: calc(100% - 505px); float: left; padding-left: 45px; padding-top: 70px; box-sizing: border-box; line-height: 48px; font-size: 22px; color: #333;}

.strict{ width: 1080px; margin: 0 auto;}
.strict .bt{ width: 100%; height: 44px; background: url(../image/strict_05.jpg) center center no-repeat; background-size:100% auto; text-align: center; line-height: 44px; font-size: 24px; color: #333; font-weight: bold;}
.strict ul{ text-align: center; padding: 60px 0;}
.strict ul li{ display: inline-block; margin: 0 25px;  vertical-align: top;}
.strict ul li img{ display: inline-block;}
.strict ul li p{ text-align: center; font-size: 20px; color: #333; padding-top: 15px;}
.strict .nr p{ line-height: 80px; text-align: center; font-size: 16px; color: #252525;}
.strict .nr img{ display: block; width: 100%; }

.strict .text{ width: 100%; line-height: 30px; font-size: 18px; color: #333;}

.team{ width: 1000px; margin: 0 auto;}
.team .Main p{ font-size: 18px; line-height: 40px; color: #333; margin-bottom: 20px;}
.team .Main img{ display: block; width: 100%; margin-bottom: 20px;}


.cantact .icon{ margin-bottom: 120px;}
.cantact .icon img{ display: block; margin: 0 auto;}

.cantactBox{position: relative; width: 985px; margin: 0 auto; padding: 55px 100px 45px 100px; box-sizing: border-box; border: 2px solid #bfbfbf; border-radius:15px;}
.cantactBox .bt{ width: 250px; height: 70px; background: #fff; position: absolute; left: 50%; top: 0; transform: translate(-50%,-50%);}
.cantactBox .bt img{ display: block; margin: 0 auto;}
.cantactBox .text{ width: 100%; overflow: hidden;}
.cantactBox .text .textLeft{padding-top: 10px; width: 440px; float: left; border-right:5px solid #3992d9; padding-right: 60px; box-sizing: border-box;}
.cantactBox .text .textLeft p{ text-align: right; font-weight: 100; font-size: 18px; color: #333; margin-bottom: 15px;}
.cantactBox .text .textLeft h2{text-align: right; font-size: 22px; line-height: 22px; color: #333; margin-bottom: 15px; font-weight: normal;}
.cantactBox .text .textRight{ width: calc(100% - 440px); float: left; padding-left: 70px; box-sizing: border-box;}
.cantactBox .text .textRight img{ width: 100px; height: 100px; display: block; float: left;}
.cantactBox .text .textRight p{ float: left; width: calc(100% - 100px); box-sizing: border-box; padding-left: 20px; padding-top: 15px; line-height: 38px; color: #333; font-size: 18px;}

.about{ width: 80%; margin: 0 auto;}
.about .text{ width: 100%; line-height: 30px; font-size: 18px; color: #333;}


.cantactBox .map{ margin-top: 30px;}
.footerBox .footerNav ul li a:hover{ color: #4adda6;}
.zz{ width: 100%; height:100vh; position: fixed; left: 0; top: 0; z-index:19; display: none; background: rgba(0,0,0,0.6);}

.science{ width: 1200px; margin: 0 auto; padding: 50px 0; overflow: hidden;}
.science .scienceLeft{ width: 815px; float: left; }
.science .scienceLeft .nr1{padding: 20px 110px; box-sizing: border-box; border: 1px solid #d0d0d0; box-sizing: border-box; width: 100%;}
.science .scienceLeft .tit{ width: 100%;}
.science .scienceLeft .tit h2{ /*height: 74px;*/ line-height: 35px; text-align: center; font-size: 24px; color: #333; margin-bottom: 25px;}
.science .scienceLeft .tit span{ display: block; width: 34px; height: 5px; border-radius:3px; background: #3992d9; margin: 0 auto;}
.science .scienceLeft .tit p{ padding-top: 25px; text-align: center;  font-size: 15px; color: #a2a2a2;}
.science .scienceLeft .text{ width: 100%; padding-top: 25px;}
.science .scienceLeft .text p{ width: 100%; font-size: 14px; text-indent: 32px; line-height: 26px; padding-bottom: 10px;}
.science .scienceLeft .text .boldstyle{ width: 100%; font-size: 14px; text-indent: 32px; line-height: 26px; padding-bottom: 10px;font-weight:bold;}
.science .scienceLeft .text img{ display: block; width: 100%; height: auto; margin-bottom: 10px;}

.science .scienceLeft .nr2{box-sizing: border-box; width: 100%; margin-top: 15px; border: 1px solid #d0d0d0;padding: 0 35px;}
.science .scienceLeft .nr2 .bt{ width: 100%;  box-sizing: border-box; margin: 30px 0; padding-left: 12px; height: 34px; border-left:6px solid #3992d9; color: #3992d9; box-sizing: border-box; font-size: 34px;}
.science .scienceLeft .nr2 ul{ width: 100%;}
.science .scienceLeft .nr2 ul li{ line-height: 76px;}
.science .scienceLeft .nr2 ul li a{ font-size: 24px; color: #666;}

.science .scienceRight{ width: 380px; float: right;}
.science .scienceRight .phone{ width: 100%; height: 138px; padding-left: 95px; box-sizing: border-box;  box-sizing: border-box; background: url(../image/Dc_05.jpg) 25px center no-repeat #3992d9;}
.science .scienceRight .phone p{ padding-top: 36px; font-size: 15px; color: #fff; margin-bottom: 10px;}
.science .scienceRight .phone h2{ color: #fff; font-size: 40px; color: #fff; font-weight: normal;}
.science .scienceRight .phone h2 a{ color: #fff; font-size: 40px; color: #fff; font-weight: normal;}
.science .scienceRight .sideList{ width: 100%; margin-top: 10px; border: 1px solid #d0d0d0; padding: 0 12px 12px 12px; box-sizing: border-box;}
.science .scienceRight .sideList ul{ width: 100%;}
.science .scienceRight .sideList ul li{ width: 100%;}
.science .scienceRight .sideList ul li p{ margin: 10px 0; padding-left: 10px; border-left:4px solid #3992d9; box-sizing: border-box; width: 100%; height: 24px; line-height: 24px; font-size: 16px; color: #3992d9;}
.science .scienceRight .sideList ul li img{ display: block; width: 100%; height: auto;}

.articlesBox{ width: 1200px; margin: 0 auto; border: 1px solid #a6a6a6; overflow: hidden;}
.articlesBox .icon{ width: 500px; height: 325px; float: left;}
.articlesBox .icon img{ display: block; width: 100%; height:100%;}
.articlesBox .text{ height: 325px; width: calc(100% - 500px); float: left; padding:0 55px; box-sizing: border-box; float: left; position: relative;}
/* .articlesBox .text h2{ padding-top: 20px; line-height: 72px; font-size: 24px; color: #000;} */
.articlesBox .text h2 {
    padding-top: 36px;
    padding-bottom: 10px;
    line-height: 45px;
    font-size: 24px;
    color: #000;
}
.articlesBox .text p{ font-size: 14px; line-height: 24px; color: #333;}
.articlesBox .text .time{ position: absolute; right: 30px; top: 20px; font-size: 16px;}
.articlesBox .text .enter{ display: block; position: absolute; width: 115px; height: 38px; text-align: center; line-height: 38px; border-radius:10px; color: #fff; font-size: 14px; right: 30px; bottom: 15px; background: #3992d9;}

.articlesList{ width: 1200px; margin: 75px auto 0 auto;}
.articlesList ul{ width: 100%; overflow: hidden;}
.articlesList ul li{ width: 380px; float: left; margin-right: 30px; margin-bottom: 30px; border: 1px solid #a6a6a6; box-sizing: border-box;}
.articlesList ul li:nth-child(3n){ margin-right: 0;}
.articlesList ul li .icon{ width: 100%; height: 325px;}
.articlesList ul li .icon img{ display: block; width: 100%; height: 100%;}
.articlesList ul li .text{ width: 100%; padding: 0 15px 15px 15px; box-sizing: border-box;}
.articlesList ul li .text h2{ width: 100%; height: 76px; line-height: 76px; font-size: 24px; color: #000;}
.articlesList ul li .text p{ font-size: 14px; color: #333; line-height: 24px; height: 72px; overflow: hidden;}
.articlesList ul li .text .time{ margin-top: 40px; text-align: left; height: 36px; line-height: 36px; font-size: 14px; color: #a2a2a2;}
.articlesList ul li .text .time span{ background: #3992d9; color: #fff; border-radius:10px ; display: inline-block; width: 115px; height: 36px; text-align: center; line-height: 36px; float: right;}

.pageMain{ width: 100%;}

.pageMain ul{ text-align: center;}
.pageMain ul li{ display: inline-block; margin: 0 9px; font-size: 16px; color: #3992d9;}
.pageMain ul li a{ font-weight: bold; display: inline-block; font-size: 16px; height: 40px; padding: 0 15px; box-sizing: border-box; border: 1px solid #3992d9; color: #3992d9; line-height: 38px; border-radius:6px ;}
.pageMain ul li.on a{ color: #fff; background: #3992d9;}



@media (max-width:999px){
	.SideBar{transition:0.5s; display: block; width: 70%; position: fixed; left: -100%; top: 0; height: 100vh; background: #313a4b; z-index: 999;}
	.SideBar .logo{ width: 100%; padding: 30px 0;}
	.SideBar .logo img{ display: block; width: 30%; margin: 0 auto;}
	.SideBar .nav{ width: 60%; margin: 0 auto;}
	.SideBar .nav ul{ width: 100%;}
	.SideBar .nav ul li{ margin-bottom: 15px;}
	.SideBar .nav ul li a{ font-size: 16px; color: #fff;}
	.SideBar .nav ul li span{ font-weight: bold; color: #fff; font-size: 20px; margin-right: 10px;}
	.SideBar .nav ul li dl{ display: none; width: 100%; padding-left: 20px; padding: 20px 0 20px 20px;}
	.SideBar .nav ul li dl dd{ margin-bottom: 15px;}
	.SideBar .nav ul li dl dd a{ font-size: 14px; color: #fff;}
	.SideBar .nav ul li dl dd:last-child{ margin-bottom: 0;}
	.AppTop{ display: block;}
	.top{ display: none;}
	body{ padding-top: 50px;}
	.banner{ width: 100%; height: 220px; overflow: hidden; position: relative;}
	.swiper-container{ width: 100%; height: 100%;}
	.banner img{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.indexContainer{ width: 100%; overflow: hidden;}
	.indexContainer .layer1{ width: 100%; height: auto; padding-bottom: 30px; overflow: hidden;}
	.indexContainer .layer1 .text{ width: 100%; height: auto; margin-top: 20px;}
	.indexContainer .layer1 .text p{ font-size: 16px;}
	.indexContainer .layer1 .text img{ width: 40%; display: block; margin: 20px auto 0 auto;}
	.indexContainer .layer1 .icon{ display: none; width: 100%;}
	.indexContainer .layer2 ul li{ height: 375px; width: 100%; overflow: hidden;}
	.indexContainer .layer2 ul li.textR .text{ right: auto; left: 75px;}
	.indexContainer .layer2{ width: 100%;}
	.indexContainer .layer2 ul li img{ display: block; width: auto;	} 
	.footer{ width: 100%; margin: 0; height: auto; background-size:auto 100%; box-sizing: border-box; padding-bottom: 50px;}
	.footer .footerBox{ width: 100%; height: auto; overflow: hidden; padding: 0 20px; box-sizing: border-box;}
	.footerBox .footerLogo{ width: 100%; height: auto; padding: 40px 0;}
	.footerBox .footerLogo img{ display: block; width: 30%; margin: 0 auto;}
	.footerBox .footerNav{ width: 100%; padding: 0;}
	.footerBox .footerNav ul{ width: 100%; margin-bottom: 15px;}
	.footerBox .code{ width: 100%;}
	.footerBox .code img{ display: block; width: 40%; margin: 0 auto;}
	
	
	.title{ padding: 20px 0;}
	.title h2{ font-size: 16px;}
	.title p{ font-size: 12px;}
	
	.product .layer1{ width: 100%; }
	.product .layer1 .icon{ width: 100%; height: auto;}
	.product .layer1 .icon img{ display: block; width: 100%; height: auto;}
	.product .layer1 .text{ width: 100%; padding: 15px; box-sizing: border-box;}
	.product .layer1 .text p{ font-size: 14px; line-height: 24px; margin-bottom: 10px;}
	.product .layer2 img{ display:block; width: 100%; height: auto;}
	.product .layer3{ width: 100%;}
	.product .layer3 ul li{ float: inherit; width: 92%; margin: 0 auto 10px auto;}
	.product .layer3 ul li .icon{ width: 100%;}
	.product .layer3 ul li .icon img{ display: block; width: 100%; height: auto;}
	
	.productDetails{ width: 100%; padding: 0 15px; box-sizing: border-box;}
	.productDetails h2{ font-size: 14px;}
	.productDetails p{ font-size: 12px; line-height: 28px;}
	
	
	.productDetails2 .Main{ width: 100%; height: auto;}
	.productDetails2 .Main .icon{ width: 100%; height: auto;}
	.productDetails2 .Main .text{ width: 100%; height: auto; padding: 10px; box-sizing: border-box; font-size: 14px; line-height: 24px;}
	
	.strict{ width: 100%;}
	.strict .bt{ font-size: 14px;}
	.strict ul li{ width: 100%; margin: 0 auto 45px auto;}
	.strict .nr p{ font-size: 14px; padding: 15px; box-sizing: border-box; line-height: 24px;}
	.strict .nr img{ display: block; width: 100%; height: auto;}
	.strict .text{ padding: 20px; font-size: 14px; line-height: 24px; box-sizing: border-box;text-indent:20px;}

	.team{ width: 100%; padding: 0 10px; box-sizing: border-box;}
	.team .Main p{ font-size: 14px; line-height: 28px;}
	
	.cantact .icon{ display: none;}
	.cantactBox{ border: none; width: 100%; padding: 20px; box-sizing: border-box;}
	.cantactBox .bt{ position: relative; top: 0; left: 0; transform: none; width: 100%;}
	.cantactBox .text .textLeft{ width: 100%; padding: 30px 0; border: none;}
	.cantactBox .text .textLeft h2{ text-align: center;}
	.cantactBox .text .textLeft p{ text-align: center;}
	.cantactBox .text .textRight{ width: 100%;}
	.cantactBox .map img{ display: block; width: 100%; height: auto;}
	.product .layer3 ul li:nth-child(3){ margin: 0 auto 10px auto;}
	
	.articlesBox{ width: 100%;}
	.articlesBox .icon{ width: 100%;height: auto;}
	.articlesBox .icon img{ display: block; width: 100%; height: auto;}
	.articlesBox .text{height: auto; width: 100%; padding: 0 20px; box-sizing: border-box;}
	.articlesBox .text a{ position:relative; margin: 15px auto; left: auto; top: auto; right: auto; bottom: auto;}
	
	.articlesList{ width: 100%; margin-top: 20px; padding: 0 10px; box-sizing: border-box;}
	.articlesList ul{ width: 100%; overflow: hidden;}
	.articlesList ul li{ width: 49%; float: left; margin-right: 2%;}
	.articlesList ul li:nth-child(3n){ margin-right: 2%;}
	.articlesList ul li:nth-child(2n){ margin-right: 0;}
	.articlesList ul li .icon{ width: 100%; height: auto;}
	.articlesList ul li .text .time a{ width: 60px; font-size: 12px;}
	.articlesList ul li .text .time{ margin-top: 20px;}
	.pageMain ul li{ margin: 0 5px 10px 5px;}
	.pageMain ul li a{ padding: 0 10px; height: 30px; line-height: 28px; font-size: 12px;}
	
	.science{ width: 100%;}
	.science .scienceLeft{ width: 96%; float: inherit; margin: 0 auto;}
	.science .scienceLeft .nr1{ padding: 0 15px;}
	.science .scienceLeft .nr2{ padding: 0 15px;}
	.science .scienceLeft .nr2 .bt{ font-size: 16px; height: 24px; line-height: 24px; margin: 15px 0;}
	.science .scienceLeft .nr2 ul li{ line-height: 42px;}
	.science .scienceLeft .nr2 ul li a{ font-size: 14px;}
	.science .scienceRight{ float: inherit; width: 96%; margin: 15px auto 0 auto;}
	
	
	.articlesBox .text .enter{ display: block; position: relative; right: auto; top: auto; bottom: auto; margin: 20px 0;}
	.articlesList ul li .text .time span{ width: 60px; height: 30px; line-height: 30px; width: 70px; font-size: 12px; margin-top: 3px;}
	.banner.page{ display: none;}

	.science .scienceLeft .tit h2{ /*height: 74px;*/ line-height: 35px; text-align: center; font-size: 24px; color: #333; margin-bottom: 25px; margin-top: 10px;}
	.articlesBox .text h2 {
		padding-top: 39px;
		padding-bottom: 10px;
		line-height: 45px;
		font-size: 24px;
		color: #000;
	}
}
@media (min-width:1000px) and (max-width:1200px) {
	.topBox{ width: 100%; padding:0 2%; box-sizing: border-box;}
}