
section.banner{
	width: 100%;
	position: relative;
    padding-top: 51.66667%;
    overflow:hidden;
}
section.banner .owl-carousel{
    position: absolute;
   	top:0;
   	left:0;
    width: 100%;
}
section.banner a{
	display:block;
	color: #ffffff;
}
section.banner a img.pc{
	display:block;
	width: 100%;
	min-height:100%;
}
section.banner a img.phone{
	display:none;
}
section.banner .owl-theme .owl-dots{
	text-align:center;
	position: absolute;
    left:50%;
    transform:translateX(-50%);
    /*bottom:5%;*/
    bottom:36px;
    /*max-width:1200px;*/
    width: 62.5%;
}

section.banner  .owl-dots .owl-dot span{
	width: 48px;
	height: 3px;
	background-color:rgba(255, 255, 255, 0.3);
}
section.banner  .owl-dots .owl-dot.active span{
	background-color:rgba(255, 255, 255, 1);
}
section.banner .owl-theme .owl-nav{
	position: absolute;
	width: 72.9%;
	left:50%;
	top:50%;
    transform:translate(-50%,-50%);
    text-align:left;
    font-size: 68px;
    color: #8096ae;
    margin-top: -10px;
}
section.banner .owl-theme .owl-nav > button{
	background:none;
}
section.banner  .owl-theme .owl-nav [class*=owl-]{
	margin:0;
}
section.banner  .owl-theme .owl-nav [class*=owl-]:hover{
	background:none;
}

section.banner .owl-theme .owl-nav > button.owl-prev,section.banner .owl-theme .owl-nav > button.owl-next{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
}
section.banner .owl-theme .owl-nav > button.owl-next{
	right:0;
	left:auto;
}


section.banner > .wrapper{
	width: 62.5%;
	background:rgba(0, 0, 0, 0.6);
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:80px;
	z-index:10;
}
section.banner > .wrapper >li{
	width: 11.1%;
	float:left;
}
section.banner > .wrapper >li a{
	display:block;
	color: #fff;
	line-height: 64px;
	font-size: 18px;
	text-align:center;
	position:relative;
}

section.banner .culture{
	position:absolute;
	top:50%;
	left:0;
	width: 100%;
	margin-top: -130px;
	/* -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%); */
	color: #fff;
	text-align:center;
	z-index:10;
	box-sizing:border-box;
	padding:0 15px;
}
section.banner .culture >*{
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
section.banner  .culture >h2{
	font-size: 72px;
	animation-delay:0s;
}
section.banner  .culture >h3{
	font-size: 36px;
}
section.banner  .culture h4{
	font-size: 12px;
}

section.banner  .culture p{
	font-size: 28px;
	margin-top: 30px;
}
section.banner  .culture span{
	display:block;
	font-size: 10px;
}

.delay0{
	animation-delay:0s;
}
.delay1{
	animation-delay:0.2s;
}
.delay2{
	animation-delay:0.4s;
}
.delay3{
	animation-delay:0.6s;
}
.delay4{
	animation-delay:0.8s;
}







section.part{
	padding:50px 0;
	overflow:hidden;
	padding-bottom: 45px;
}

section.part .w1660 >h2{
	font-size: 36px;
	color: #333;
	text-align: center;
	font-family:'微软雅黑';
	font-weight:bold;
	letter-spacing:10px;
}
section.part .w1660 > .line{
	text-align:center;
}
section.part .w1660 > .line h3{
	display:inline-block;
	font-size: 36px;
	color: #999;
	text-align: center;
	position:relative;
	margin:0 auto;
	font-size: 24px;
	font-family: "HuXiaoBozhenshuai";
	letter-spacing:10px;
	margin-top: 5px;
}
section.part .w1660 > .line h3::before,section.part .w1660 > .line h3::after{
	display:block;
	content:'';
	width: 120px;
	height: 1px;
	position:absolute;
	/*background:#999;*/
	top:50%;
	border-top:1px solid #999;
	transform:translateY(-50%) scaleY(0.5);
}
section.part .w1660 > .line h3::before{
	left:-142px;
}
section.part .w1660 > .line h3::after{
	right:-142px;
}

section.part .w1660 > p{
	text-align:center;
}

section.part .w1660 > p.desc{
	font-size: 28px;
	margin-top: 18px;
	margin-bottom: 10px;
}
section.part .w1660 > p.detail{
	font-size: 15px;
	line-height: 1.6;
	margin-top: 20px;
}

section.part .w1660 >p.fz16{
	font-size: 16px;
	color: #666;
	margin-top: 6px;
	font-family:"微软雅黑";
	letter-spacing:10px;
}

section.part .w1660 .more{
	width:280px;
	height: 56px;
	line-height:56px;
	border:1px solid #dddddd;
	margin:50px auto 0;
	font-size: 15px;
	color: #666;
	background:none;
	display: block;

}

section.part .w1660 .more:hover{
	color: #fff;
	opacity: 0.99;
	border:0px solid #ddd;
}


section.about .one-list-wrapper{
	background-image:url('../images/about/bg.png');
	margin-top: 40px;
	margin-bottom: 20px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
section.about ul.one-list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	overflow:hidden;
}
section.about ul.one-list li{
	/*width: 220px;*/
	cursor: pointer;
	box-sizing:border-box;
}


 section.about ul.one-list >li >a{
 	display:block;
 	width: 100%;
 	/*display: flex;
   	flex-direction:row;*/
   	/*padding:60px 20px;*/
   	background:none;
   	box-sizing:border-box;
   	text-align:center;
   	border-left:1px solid rgba(255, 255, 255, 0.1);
   	color: #fff;
   	padding-top: 126%;
   	position:relative;
   	overflow:hidden;
}
 section.about ul.one-list >li >a >.inner{
 	position:absolute;
 	left:0;
 	top:0;
 	width: 100%;
 	transition:all 0.4s;
 }
section.about ul.one-list >li:first-child >a{
  	border-left:none;
}
section.about ul.one-list >li.on >a{
	color: #fff;
	opacity: 0.99;
}
 section.about ul.one-list >li >a:hover{
 	color: #fff;
 	opacity: 0.99;
 }
 section.about ul.one-list >li >a span.icon{
 	display:block;
 	width: 48px;
 	height: 48px;
 	/*border:1px solid #999;*/
 	background:no-repeat center / 100%;
 	border-radius:8px;
 	text-align:center;
 	line-height: 48px;
 	font-size: 40px;
 	margin: 30% auto 0;
 }
  section.about ul.one-list >li >a .right{
  	display:block;
  	margin-top: 30px;
  	/*flex:1;
  	overflow:hidden;*/
  }
 section.about ul.one-list >li >a .right span{
 	display:block;
 }
 section.about ul.one-list >li >a .ch{
 	font-size: 24px;
 	font-weight:normal;
 }
 section.about ul.one-list >li >a .en{
 	font-size: 16px;
 	position:relative;
 	font-weight:normal;
}
section.about ul.one-list >li >a .en::after{
 	height: 0;
 	overflow:hidden;
 	display:block;
	content:'';
	width: 36px;
	margin:40% auto 0;
	transition:all 0.4s;
}
section.about ul.one-list >li:hover >a .inner{
	transform:translateY(-20px);
	transition:all 0.4s;
}
section.about ul.one-list >li:hover >a::after{
	background-color:rgba(23,52, 82, 0.8);
}
section.about ul.one-list >li:hover >a .en:after{
	height: 2px;
	background-color:#fff;
	margin-top:30%;
	transition:all 0.4s;
	transform:translateY(-20px);
}
section.about ul.one-list >li:hover >a .icon, section.about ul.one-list >li.on >a .icon{
	border-color:#fff;
	color: #fff;
}

section.about ul.one-list >li:hover >a .ch, section.about ul.one-list >li:hover >a .en{
 	color: #fff;
}

section.about ul.one-list >li.on >a .ch, section.about ul.one-list >li.on >a .en{
 	color: #fff;
}

section.about .two-list a{
	display:block;
	border:1px solid #ddd;
	height: 46px;
	line-height: 46px;
	overflow:hidden;
	text-align:center;
	opacity: 0.99;
	font-size: 16px;
}
section.about .two-list a:hover,section.about .two-list .on a{
	color: #fff;
	border: 1px solid transparent;
}

section.case{
	background-color:#f5f5f5;
}

section.part ul.tag-wrapper{
	margin-top: 40px;
	text-align:center;
	font-size:0;
}
section.part ul.tag-wrapper li{
	display:inline-block;
	float: none;
}
section.part ul.tag-wrapper li a{
	display:block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding:0 2px;
	box-sizing:border-box;
	overflow:hidden;
	background-color:#fff;
	text-align:center;
	font-size: 16px;
	border-radius:500px;
}
section.part ul.tag-wrapper li a:hover,section.part ul.tag-wrapper li.on a{
	color: #fff;
	opacity: 0.99;
	border:0px solid #ddd;
}


section.case .wrapper{
	margin-top: 30px;
}
section.case ul.case-list >li >a.thumb{
	display: block;
    position: relative;
    overflow: hidden;
    padding-top: 57.77778%;
}
section.case ul.case-list >li >a.thumb img{
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background: no-repeat center / cover;
}

section.case ul.case-list >li >a.thumb:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

section.case ul.case-list >li >a.info{
	display:block;
	background-color:#fff;
	height: 64px;
	line-height: 64px;
	overflow:hidden;
	font-size: 15px;
	padding:0 20px;
}
section.case ul.case-list >li >a.info:hover span,section.case ul.case-list >li >a.info:hover span.add{
	color: #173452;
}
section.case ul.case-list >li >a.info >.add{
	color: #999;
	text-align:right;
}

section.science ul.tag-wrapper li a{
	background-color:#f5f5f5;
}

section.science .wrapper{
	width: 100%;
	position:relative;
	margin-top: 30px;
}
section.science .wrapper .owl{
	display:none;
}
section.science .wrapper .owl.on,section.science .wrapper .owl.on .owl-carousel{
	display:block;
}
section.science .wrapper .owl .owl-carousel .item{
	display:none;
}
section.science .wrapper .owl.on .owl-carousel .item:first-child{
	display:block;
}
section.science .wrapper .owl .owl-theme .owl-dots{
	text-align:center;
	margin-top: 20px;
}

section.science .wrapper .owl  .owl-dots .owl-dot span{
	width: 60px;
	height: 4px;
	background-color:rgba(221, 221, 221, 1);
}
section.science .wrapper .owl  .owl-dots .owl-dot.active span{
	background-color:rgba(23, 52, 82, 1);
	width: 80px;
}

section.science .wrapper .owl a.thumb{
	display:block;
	width: 100%;
	padding-top: 58.536%;
	position:relative;
	overflow:hidden;
}
section.science .wrapper .owl a.thumb img{
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background: no-repeat center / cover;
}
section.science .wrapper .owl a.thumb:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
section.science .wrapper .owl a.info{
	display:block;
	width: 97%;
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:1;
	color: #fff;
	padding: 20px 4%;
	box-sizing:border-box;
	font-size:16px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
}


section.part4{
	width: 100%;
	position:relative;
	overflow:hidden;
	background:url('../images/bg.png') no-repeat center / cover;
	box-sizing:border-box;
}
section.part4 >.wrapper{
	display:block;
	max-width:861px;
	margin:20px auto 0;
	position:relative;
}
section.part4 >.wrapper img.dt{
	width: 100%;
}

section.part4 .w1660 > h2,section.part4 section.part .w1660 > .line h3,section.part4  .w1660 >p.fz16{
	color: #fff;
}
section.part4  .w1660 > .line h3::before,section.part4  .w1660 > .line h3::after{
	border-color:#fff;
}

section.part4 >.wrapper a.container{
	display:block;
	position:absolute;
	right: 27.568%;
	top:38%;
	z-index:1;
}

section.part4 >.wrapper a.hz{
	right: 32.558%;
	top:61.94%;
}

section.part4 >.wrapper a.hn{
	right: 34.8387%;
	top:81.428%;
}

section.part4 >.wrapper a.hd{
	right: 15.11627%;
	top: 67.329%;
}

section.part4 >.wrapper a.xz{
	right: 65.714%;
	top:61.94%;
}



section.part4 >.wrapper a.container span.circle{
	display:block;
    width: 12px;
    height: 12px;
    box-sizing:border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color:#fff;
    position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

section.part4 >.wrapper span.circle .one{
	display:block;
	content:'';
	width: 36px;
	height: 36px;
	border-radius:50%;
	border:2px solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -18px;
	margin-left: -18px;
	border-radius:50%;
	box-sizing:border-box;
	-webkit-animation: warn 3s ease-out;
   	-moz-animation: warn 3s ease-out;
   	animation: warn 3s ease-out;
   	-webkit-animation-iteration-count: infinite;
   	-moz-animation-iteration-count: infinite;
   	animation-iteration-count: infinite;
}
/* 产生动画（向外扩散变大）的圆圈  */
section.part4 >.wrapper span.circle .two {
    position: absolute;
    width: 60px;
    height: 60px;
    border:3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
    top:50%;
	left:50%;
    margin-top: -30px;
	margin-left: -30px;
	box-sizing:border-box;
    -webkit-animation: warn1 3s ease-out;
   	-moz-animation: warn1 3s ease-out;
   	animation: warn1 3s ease-out;
   	-webkit-animation-iteration-count: infinite;
   	-moz-animation-iteration-count: infinite;
   	animation-iteration-count: infinite;
}
section.part4 >.wrapper span.circle .three{
	display:block;
    position: absolute;
    width: 80px;
    height: 80px;
    top:50%;
	left:50%;
    margin-top: -40px;
	margin-left: -40px;
    border: 3px solid #fff;
    box-sizing:border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
      -webkit-animation: warn2 3s ease-out;
-moz-animation: warn2 3s ease-out;
animation: warn2 3s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}

section.part4 >.wrapper a.container .wz{
	position: absolute;
    color: #fff;
    font-size: 18px;
    left: 14px;
    display: block;
    width: 40px;
    top: -10px;
}
@keyframes warn {
   0% {
       opacity: 0;
       transform: scale(.55);
   }
   50% {
       opacity: .4;
       transform: scale(1);
   }
   100% {
       opacity: 0;
       transform: scale(1);
   }
  }
  @keyframes warn1 {
 0% {
     opacity: 0;
     transform: scale(.38);
 }
 55% {
     opacity: .11;
     transform: scale(1);
 }
 100% {
     opacity: 0;
     transform: scale(1);
 }
  }
  @keyframes warn2 {
 0% {
     opacity: 0;
     transform: scale(.26);
 }
 60% {
     opacity: .05;
     transform: scale(1);
 }
 100% {
     opacity: 0;
     transform: scale(1);
 }
  }






section.part5 .pic>a{
	display:block;
	width: 100%;
	border:1px solid #ddd;
	background-color:#fff;
	padding:9px 0;
	overflow:hidden;
	height: 60px;
	position: relative;
}
section.part5 .pic>a:hover{
	border-color:#173452;
}
section.part5 .pic>a >img{
	display:block;
	max-width: 80%;

	margin:0 auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%, -50%);
	z-index: 2;
}

section.part6 .media{
	margin-top: 40px;
}
section.part6 .media .item{
	display:block;
	border:1px solid #ddd;
	color: #333;
}
section.part6 .media .item:hover{
	color: #173452;
	border-color:#173452;
}


section.part6 .media .item span{
	display:block;
}

section.part6 .media .item span.thumb{
	display:block;
	width: 100%;
	padding-top: 56%;
	position:relative;
	overflow:hidden;
}

section.part6 .media .item span.thumb img{
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background: no-repeat center / cover;
}
section.part6 .media .item span.thumb:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


section.part6 .media .item span.tit{
	font-size: 18px;
	margin:20px 16px 0;
}

section.part6 .media .item span.desc{
	font-size: 15px;
	color: #666;
	line-height: 2;
	max-height: 60px;
	overflow:hidden;
	margin:20px 16px 0;
}
section.part6 .media .item span.bottom{
	margin:30px 16px 0;
	border-top:1px solid #ddd;
	height: 52px;
	line-height: 52px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	color: #999;
}
section.part6 .media .item:hover span.bottom,section.part6 .media .item:hover span.desc{
	color: #173452;
}
section.link{
	margin-bottom: 20px;
}
section.link .wrapper{
	border:1px solid #ddd;
	padding:20px;
	line-height: 2;
}
section.link .wrapper >.left{
	width: 80px;
	font-size: 16px;
}
section.link .wrapper >.right{
	width: calc(100% - 80px);
}
section.link .wrapper >.right a{
	font-size: 15px;
	display:inline-block;
	margin-right: 20px;
	color: #666;
}
section.link .wrapper >.right a:hover{
	color: #173452;
}

@media screen and (min-width: 1500px){
	section.about ul.one-list li{
		width: 14.26%;
	}
	section.part5 .pic{
		width: 12.5%;
	}
}
@media screen and (min-width: 1270px){
	section.part ul.tag-wrapper{
		max-width: 1270px;
		margin-left:auto;
		margin-right:auto;
	}
	section.part ul.tag-wrapper li{
		width: 11%;
	}
}

@media screen and (max-width: 1660px) {
	section.banner > .wrapper{
		width: 90%;
	}
	section.part{
		padding:40px 20px;
	}

	section.link{
		padding:0 20px;
	}
	section.about ul.one-list {
		margin:-10px;
	}
	section.about ul.one-list >li{
		padding:20px;
	}
	section.about ul.one-list >li >a{
		border:1px solid rgba(255, 255, 255, 0.1);
	}
	section.about ul.one-list >li:first-child >a{
		border-left:1px solid rgba(255, 255, 255, 0.1);
	}
}
@media screen and (max-width: 1200px) {
	section.banner > .wrapper{
		display:none;
	}
	section.banner .culture{
		margin-top: -75px;
	}
	section.banner .culture >h2{
		font-size: 36px;
		animation-delay:0s;
	}
	section.banner .culture >h3{
		font-size: 18px;
	}

	section.banner .culture p{
		font-size: 18px;
		margin-top: 20px;
	}
	section.about ul.one-list >li >a{
		padding-top: 100%;
	}
	section.about ul.one-list >li >a span.icon{
		margin-top: 20%;
	}
}

@media screen and (max-width: 767px) {
    section.banner{
        padding-top: 51.7333%;
    }
    section.banner .owl-theme .owl-nav{
    	display:none;
    }
    section.banner .owl-theme .owl-dots{
    	width: 80%;
    }
	/* section.banner a img.phone{
		display:block;
	}
	section.banner a img.pc{
		display:none;
	} */
	section.banner .owl-theme .owl-dots{
		bottom:13px;
	}
	section.banner .owl-dots .owl-dot span{
		width: 24px;
		height: 2px;
	}

	section.banner .culture{
		margin-top: -60px;
	}
	section.banner .culture >h2{
		font-size: 18px;
		animation-delay:0s;
	}
	section.banner  .culture >h3{
		font-size: 14px;
	}
	section.banner  .culture h4{
		font-size: 10px;
	}
	section.banner  .culture p{
		font-size: 14px;
		margin-top: 10px;
	}
	section.banner  .culture span{
		font-size: 8px;
	}




	section.part{
		padding:20px 15px;
	}
	section.part .w1660 >h2{
		font-size: 18px;
	}
	section.part .w1660 > .line h3{
		font-size: 12px;
	letter-spacing:5px;
	}
	section.part .w1660 > .line h3::before, section.part .w1660 > .line h3::after{
		width: 64px;
	}
	section.part .w1660 > .line h3::before{
		left:-70px;
	}
	section.part .w1660 > .line h3::after{
		right:-70px;
	}
	section.part .w1660 > p.desc{
		font-size: 14px;
	}
	section.part .w1660 > p.detail{
		font-size: 10px;
	}

	section.part .w1660 >p.fz16{
		font-size: 12px;
		margin-top: 2px;
	}

	section.about{
		padding-left: 0;
		padding-right: 0;
	}
	section.about .one-list-wrapper{
		background-image:url('../images/about/about_bg.png');
	}
	section.about .w1660 > p.desc{
		padding:0 15px;
	}
	section.about .w1660 > p.detail{
		padding:0 15px;
	}
	section.about ul.one-list{
		margin: 15px 10px;
		padding:30px 10px;
	}

	section.about ul.one-list{
		margin:-5px;
	}
	section.about ul.one-list li{
		padding:10px;
	}
	section.about ul.one-list >li >a{
		padding:0;
		border:1px solid rgba(255, 255, 255, 0.1);
		padding:15px 20px;
		position:static;
	}
	section.about ul.one-list >li >a >.inner{
		position:static;
		display:flex;
		flex-direction:row;
	}
	section.about ul.one-list >li.on >a::after,section.about ul.one-list >li:hover >a::after{
		display:none;
	}

	section.about ul.one-list >li:hover >a .inner{
		transform:translateY(0);
	}
	section.about ul.one-list >li >a .en::after,section.about ul.one-list >li:hover >a .en::after{
		display:none;
	}
	section.about ul.one-list >li >a:first-child{
		border:1px solid rgba(255, 255, 255, 0.1);
	}
	section.about ul.one-list >li >a  span.icon{
		border-color:#fff;
		color: #fff;
		line-height: 30px;
		height: 30px;
		width: 30px;
		font-size: 16px;
		border:2px solid #fff;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	section.about ul.one-list >li >a .right{
		margin-top: 0;
		text-align:left;
		margin-left: 8px;
		flex:1;
  		overflow:hidden;
	}
	section.about ul.one-list >li >a .ch{
		color: #fff;
		font-size: 15px;
	}
	section.about ul.one-list >li >a .en{
		opacity: 0.5;
		color: #fff;
		margin-top: 0;
		font-size: 13px;
	}
	section.about .two-list{
		padding:0 15px;
	}
	section.part.about .w1660 .more{
		margin-left: 15px;
		margin-right: 15px;
		display: inline-block;
	}
	section.part .w1660 .more{
		display:block;
		line-height: 46px;
		height:46px;
		margin-top: 15px;
		margin-bottom: 35px;
	}
	section.part ul.tag-wrapper{
		margin-top: 24px;
	}
	section.part ul.tag-wrapper li a{
		font-size: 13px;
		height:36px;
		line-height: 36px;
	}
	section.part ul.case-list >li >a.info{
		height: 46px;
		line-height: 46px;
		font-size: 13px;
		padding:0 4px;
	}

	section.science .wrapper .owl .owl-dots .owl-dot span{
		width: 30px;
	}
	section.science .wrapper .owl .owl-dots .owl-dot.active span{
		width: 40px;
	}

	section.part5 .pic>a{
		padding:10px 0;
	}


	section.part6 .media{
		margin-top: 20px;
	}

	section.part6 .media .item span.tit{
		font-size: 15px;
		margin-top: 10px;
	}
	section.part6 .media .item span.desc{
		font-size: 13px;
		margin-top: 10px;
		height: 52px;
	}
	section.part6 .media .item span.bottom{
		font-size: 13px;
		margin-top: 10px;
		height: 46px;
		line-height: 46px;
	}
	section.link{
		padding:0 15px;
	}
	section.link .wrapper >.left{
		font-size: 15px;
	}
	section.link .wrapper >.left,section.link .wrapper >.right{
		float: none;
		width: 100%;
	}
	section.link .wrapper >.right a{
		margin-right: 10px;
		font-size: 13px;
	}

	section.part4 >.wrapper a.container .wz{
		font-size: 15px;
	}
	section.part4 >.wrapper a.container span.circle{
		width: 8px;
		height: 8px;
	}
	section.part4 >.wrapper span.circle .one{
		width: 20px;
		height: 20px;
		margin-left: -10px;
		margin-top: -10px;
	}
	section.part4 >.wrapper span.circle .two{
		width: 30px;
		height: 30px;
		margin-left: -15px;
		margin-top: -15px;
	}
	section.part4 >.wrapper span.circle .three{
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
	}
	.toTop{
		display: none;

	}
}

