/*共用*/

.flex,
.align-items,
.align_justify,
.justify-content,
.flex-wrap,
.flex-start {
	/*兼容flex*/
	display: -webkit-flex;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
}

.flex,
.flex-wrap,
.align-items,
.align_justify,
.justify-content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.flex,
.justify-content {
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.align_justify {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.flex-wrap,
.align_justify {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-start{
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
}

/*移入动画*/

html,
body{
	overflow-x: hidden;
}

/*.clamp{*/
/*	overflow: hidden;*/
/*	text-overflow: -o-ellipsis-lastline;	*/
/*	text-overflow: ellipsis;*/
/*	display: -webkit-box;*/
/*	-webkit-line-clamp: 2;*/
/*	line-clamp: 2;*/
/*	-webkit-box-orient: vertical;*/
/*}*/

.nowrap{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/*导航*/

#wrapper {
	height: 120px;
	max-height: 120px;
	width: 100%;
	position: relative;
}

.ma-infinitypush li span{
	display: none;
}

.desktop #primary-navigation{
	position: relative;
	z-index: 6;
}

.desktop #primary-navigation ul {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
}

.desktop #primary-navigation ul li {
	width: 100px;
	padding: 0;
	float: left;
	position: relative;
}

.desktop #primary-navigation ul li+li{
	margin-left: 20px;
}

.desktop .indexFlex #primary-navigation ul li+li{
	margin-left: 83px;
}

.desktop #primary-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	padding-bottom: 8px;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	position: relative;
	overflow: hidden;height: 67px;
    padding-top: 16px;
}

.desktop #primary-navigation ul li a span{
	color: rgba(51,51,51,.5);
	display: block;
	font-size: 14px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.desktop #primary-navigation ul li a span:nth-child(2){
	text-transform: uppercase;
	
	position: absolute;
	top: -50%;
	left: 0;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.desktop #primary-navigation ul li:hover a span:nth-child(1),
.desktop #primary-navigation ul li.hover a span:nth-child(1){
	opacity: 0;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.desktop #primary-navigation ul li:hover a span:nth-child(2),
.desktop #primary-navigation ul li.hover a span:nth-child(2){
	top: 16px;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.desktop #primary-navigation ul li a i{
	font-size: 24px;
}

.desktop #primary-navigation > ul li:hover a span,
.desktop #primary-navigation > ul li.hover a span{
	color: rgba(51,51,51,1);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.desktop #primary-navigation > ul li a::before,
.desktop #primary-navigation > ul li a::after{
	content: '';
	width: 0;
	height: 1px;
	background-color: #ababab;
	
	position: absolute;
	left: 0;
	bottom: 0;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.desktop #primary-navigation > ul li a::after{
	height: 3px;
	background-color: #0088e0;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
}

.desktop #primary-navigation > ul li:hover a::before,
.desktop #primary-navigation > ul li:hover a::after,
.desktop #primary-navigation > ul li.hover a::before,
.desktop #primary-navigation > ul li.hover a::after{
	width: 100%;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.desktop #primary-navigation > ul li:hover a::after,
.desktop #primary-navigation > ul li.hover a::after{
	width: 80%;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
}

.desktop #primary-navigation ul li ul {
	display: none;
}

.desktop .indexFlex .logo{
	position: absolute;
	z-index: 5;
	bottom: -35%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.desktop .indexFlex .logo img{
	position: relative;
	z-index: 2;
}

.desktop .indexFlex .logo::after{
	content: '';
	display: inline-block;
	width: 284px;
	height: 284px;
	background-color: #fff;
	border-radius: 90%;
	z-index: 1;
	position: absolute;
	left: 50%;
	bottom: -100%;
	
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

/*banner*/

.swiper-pagination-bullet{
	width: 22px;
	height: 22px;
	background: #fff;
	opacity: .6;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 6px;
}

.swiper-pagination-bullet-active{
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 9.3%;
}

.banner{
	position: relative;
}

.banner .container{
	position: absolute;
	left: 50%;
	top: 50%;
	
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.banner .banFont,
.banner .banFont a{
	color: #fff;
	font-size: 18px;
}

.banner .banFont h1{
	line-height: 50px;
	padding: 18px 0 20px 0;
	border-bottom: 1px solid #fff;
	display: inline-block;
    margin-bottom: 2.8%;
    
    position: relative;
}

.banner .banFont h1::before{
	content: '';
	width: 67%;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	
	position: absolute;
	top: 0;
	left: 0;
}

/*图片*/

.dts,
.news > div{
	overflow: hidden;
}

.dts img{
	width: 100%;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.pro li:hover .dts img,
#pro .uls li:hover .dts img,
.base .swiper-slide:hover .dts img,
#base .uls li:hover .dts img,
.news .uls li:hover .dts img,
#envir .uls li:hover .dts img{
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

/*首页*/

.title{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2.8%;
}

.titles{
	margin-top: 6%;
}

.title h2{
	font-weight: bold;
	color: #717171;
}

.title h3{
	color: #0088e0;
	position: relative;
	padding: 0 1.5%;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 11px;font-size: 30px;
}

.title h3::after,
.title h3::before{
	content: '';
	display: inline-block;
	width:125px;
	height: 1px;
	background-color: #ababab;vertical-align: middle; margin: 0 3%;
}

.title h3::before{
	left: -100%;
}

.title h3::after{
	right: -100%;
}

.title p{
	width: 33%;
	font-size: 14px;
	line-height: 26px;
	color: rgba(51,51,51,.4);
	margin: 0 auto;
}

.mores{
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	
	position: absolute;
	top: -119px;
	left: 50%;
	
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.mores a{
	display: inline-block;
	width: 150px;
	height: 150px;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	border-radius: 90%;
	text-align: center;
	line-height: 250px;	
	overflow: hidden;
}

.mores a span{
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.mores a:hover i{
	opacity: 0;
}

.mores a i{
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.mores a:hover span::after{
	left: 50%;
	
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.pro .container,
.pro li a,
#pro .uls li a,
.mores a,
.pro ul,
.aboutBox .flex-wrap{
	position: relative;
	z-index: 2;
}

.mores a span::after{
	content: ''attr(date-font)'';
	display: inline-block;
	color: #333;
	font-size: 16px;
	/*line-height: 20px;*/
	
	position: absolute;
	top: 0;
	left: -30px;
	
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.pro .proTop dt{
	display: block;
	margin: 0 auto;
}

/*首页产品*/

.pro{
	position: relative;
	padding: 72px 0;
	overflow: hidden;
	z-index: 9;
}

.pro::after,
.pro::before,
.base::after,
.base::before,
.news .newsBox::after,
.news .newsBox::before{
	opacity: .4;
	content: '';
	width: 825px;
	height: 828px;
	background: url(../images/index_bc.png) no-repeat;
	
	position: absolute;
	top: -15%;
}

.pro::before,
.base::before,
.news .newsBox::before{
	left: -5%;
}

.pro::after,
.base::after,
.news > div::after{
	right: -5%;
}

.pro li,
#pro .uls li{
	width: 24.1%;
	float: left;
	background-color: #fff;
	border: 1px solid #ababab;
	padding: 1.9%;
	margin-left: 1.2%;
	overflow: hidden;
	position: relative;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.pro li::before,
#pro .uls li::before{
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #0088e0;
	position: absolute;
	left: -150%;
	bottom: -150%;
	
	transform: rotate(45deg) scale3d(2,2,2);
	-ms-transform: rotate(45deg) scale3d(2,2,2);
	-moz-transform: rotate(45deg) scale3d(2,2,2);
	-webkit-transform: rotate(45deg) scale3d(2,2,2);
	-o-transform: rotate(45deg) scale3d(2,2,2);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.pro li::after,
#pro .uls li::after{
	content: '+';
	color: #0088E0;
	font-size: 36px;
	line-height: 20px;
	
	position: absolute;
	right: 7%;
	top: 5%;
	
	transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-webkit-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.pro li:hover::after,
#pro .uls li:hover::after{
	transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.pro li:hover::before,
#pro .uls li:hover::before{
	left: -45%;
	bottom: -45%;

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.pro li:hover,
#pro .uls li:hover{
	border-color: #0088e0;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.pro li:nth-child(4n+1),
#pro .uls li:nth-child(4n+1){
	margin-left: 0;
}

.pro li .dts,
#pro li .dts{
	border: 5px solid #fff;
	background-color: #fff;
	margin-top: 40px;
}

.pro li:hover .proTop img{
	-webkit-animation: transform-5 2s ease 0s alternate none ;
	-moz-animation: transform-5 2s ease 0s alternate none;
	animation: transform-5 2s ease 0s alternate none ;
}

@-webkit-keyframes transform-5 {
	from {
		-webkit-transform: perspective(400px) rotateY(0deg);
	}
	to {
		-webkit-transform: perspective(400px) rotateY(360deg);
	}
}

.pro .proTop,
#pro .proTop{
	text-align: center;
	text-transform: uppercase;
}

.pro li:hover .proTop h4,
.pro li:hover .proTop h5,
#pro .uls li:hover .proTop h4,
#pro .uls li:hover .proTop h5{
	color: #fff;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}


.pro li:hover .proTop h4,
#pro .uls li:hover .proTop h4{
	border-bottom-color: #fff;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.pro .proTop h4,
#pro .uls .proTop h4{
	border-bottom: 1px solid #ABABAB;
	display: inline-block;
	padding: 14px;
	margin-bottom: 16px;
}
.pro .proTop h4{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro .proTop h5{
	font-size: 15px;
	color: #333;
}

/*首页关于我们*/

.about,
.news{
	position: relative;
	z-index: 5;
}

.about > div,
.news > div{
	position: relative;
	z-index: 8;
}

.about::after,
.news::after{
	content: '';
	display: block;
	width: 100%;
	height: 445px;
	background: url(../images/index_abbc.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}

.news::after{
	background: url(../images/index_newbc.jpg) no-repeat;
	z-index: 5;
	background-attachment: fixed;
	background-size: cover;
}

.about .title,
.news .title{
	padding-top: 104px;
	margin-bottom: 40px;
}

.about .title h2,
.about .title h3,
.news .title h2,
.news .title h3,
.news .title p{
	color: #fff;
}

.about .title h3::after, 
.about .title h3::before,
.news .title h3::after,
.news .title h3::before{
	background-color: #fff;
}

.aboutBox{
	padding: 3.8% 6% 3.8% 4.6%;
	background-color: #fff;
	position: relative;
	box-shadow: 0 0 16px 0 rgba(0,0,0,.35);
}

.aboutBox::before{
	content: '';
	width: 294px;
	height: 64px;
	background: url(../images/index_opclogo.png);
	
	position: absolute;
	right: 7%;
	top: 17%;
	
	z-index: 3;
}

.aboutBox dt,.aboutBox .dt{
	display: inline-block;
	position: relative;
}

.aboutBox dt img,.aboutBox .dt img{
	box-shadow: 10px 10px 0 0 #b0b0b0;
}

.aboutBox dt::after,.aboutBox .dt::after{
	content: '';
	display: inline-block;
	width: 75%;
	height: 90%;
	border: 3px solid #1375b4;
	
	position: absolute;
	right: -58%;
	top: 50%;
	
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 1;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#index .aboutBox .clamp,
#index .aboutBox .clamp span{
	color: #333333;
	line-height: 36px;
}

.aboutBox .flex-wrap div{
	width: 58%;
	margin-left: 5%;
	position: relative;
	z-index: 2;
	
	transform: translateY(20px);
	-ms-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
}

#index .aboutBox .clamp{
	font-size: 16px;
	position: relative;
	z-index: 3;
	
	-webkit-line-clamp: 6;
	line-clamp: 6;
}

.aboutBox .flex-wrap div::after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 110%;
	background-color: #fff;
	
	position: absolute;
	left: 0;
	top: 0;
}

.aboutBox .clamp span{
	font-size: 24px;
	display: block;
}

.about .more{
	position: absolute;
	bottom: -33px;
	left: 50%;
	
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.about .more::before{
	content: '';
	display: inline-block;
	width: 120%;
	height: 100%;
	background-color: #fff;
	
	position: absolute;
	top: -22%;
    left: -10%;
    z-index: 5;
}

.more a{
	display: inline-block;
	font-family: "宋体";
	font-size: 24px;
	color: #333;
	position: relative;
	z-index: 3;
	box-shadow: 0 0 16px 0 rgba(0,0,0,.35);
	width: 150px;
	height: 150px;
	background-color: #fff;
	border-radius: 90%;
	text-align: center;
	line-height: 250px;	
	
}

.more a i{
	display: inline-block;
	letter-spacing: -3px;
	transform: rotate(90deg) translateX(0);
	-ms-transform: rotate(90deg) translateX(0);
	-moz-transform: rotate(90deg) translateX(0);
	-webkit-transform: rotate(90deg) translateX(0);
	-o-transform: rotate(90deg) translateX(0);
	
	animation: upDown 2s infinite;
	-webkit-animation: upDown 2s infinite;
}

@keyframes upDown{
	0%{
		transform: rotate(90deg) translateX(0);
		-ms-transform: rotate(90deg) translateX(0);
		-moz-transform: rotate(90deg) translateX(0);
		-webkit-transform: rotate(90deg) translateX(0);
		-o-transform: rotate(90deg) translateX(0);
	}
	
	50%{
		transform: rotate(90deg) translateX(4px);
		-ms-transform: rotate(90deg) translateX(4px);
		-moz-transform: rotate(90deg) translateX(4px);
		-webkit-transform: rotate(90deg) translateX(4px);
		-o-transform: rotate(90deg) translateX(4px);
	}
	
	100%{
		transform: rotate(90deg) translateX(0);
		-ms-transform: rotate(90deg) translateX(0);
		-moz-transform: rotate(90deg) translateX(0);
		-webkit-transform: rotate(90deg) translateX(0);
		-o-transform: rotate(90deg) translateX(0);
	}
}

@-webkit-keyframes upDown{
	0%{
		transform: rotate(90deg) translateX(0);
		-ms-transform: rotate(90deg) translateX(0);
		-moz-transform: rotate(90deg) translateX(0);
		-webkit-transform: rotate(90deg) translateX(0);
		-o-transform: rotate(90deg) translateX(0);
	}
	
	50%{
		transform: rotate(90deg) translateX(4px);
		-ms-transform: rotate(90deg) translateX(4px);
		-moz-transform: rotate(90deg) translateX(4px);
		-webkit-transform: rotate(90deg) translateX(4px);
		-o-transform: rotate(90deg) translateX(4px);
	}
	
	100%{
		transform: rotate(90deg) translateX(0);
		-ms-transform: rotate(90deg) translateX(0);
		-moz-transform: rotate(90deg) translateX(0);
		-webkit-transform: rotate(90deg) translateX(0);
		-o-transform: rotate(90deg) translateX(0);
	}
}

/*基地展示*/

.base{
	margin-top: 100px;
	padding-bottom: 72px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.base .swiper-container{
	padding-bottom: 40px;
}

.swiper-container-horizontal>.swiper-pagination-progressbar{
	left: 50%;
	top: initial;
	bottom: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.base .swiper-slide a{
	display: block;
	position: relative;
}

.base .swiper-slide .shadow,
#base .uls .shadow{
	text-align: center;
	color: #fff;
	
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
	
	transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.base .swiper-slide .shadow::after,
#base .uls .shadow::after{
	content: '';
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
	
	background-color: rgba(0,136,224,.3);

}

.base .swiper-slide:hover .shadow,
#base .uls li:hover .shadow{
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.base .swiper-slide .shadow h3,
#base .uls .shadow h3{
	margin-top: 38px;
}

/*首页新闻中心*/

.news .newsBox::after,
.news .newsBox::before{
	top: 35%;
}

.news ul {
	margin: 0 3.5%;
	position: relative;
	z-index: 2;
}

.news .uls li{
	background-color: #fff;
	float: left;
	width: 48.3%;
	margin-left: 3.4%;
	margin-bottom: 40px;
	position: relative;
	
	overflow: hidden;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.news .uls li a{
	display: block;
}

.news .uls li a > div{
	padding: 0 8.3%;
}

.news .uls li::after,
.news .uls li::before,
.news .uls li a::after,
.news .uls li a::before{
	content: '';
		
	background-color: #d1d1d1;	
	position: absolute;	
	z-index: 2;
	
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.news .uls li::after{
	width: 100%;
	height: 2px;
	
	bottom: 0;
	left: 0;
}

.news .uls li a::after{
	width: 0;
	height: 2px;
	
	top: 0;
	left: 0;
}

.news .uls li::before{
	width: 2px;
	height: 0;
	
	bottom: 0;
	left: 0;
}

.news .uls li a::before{
	width: 2px;
	height: 0;
	
	top: 0;
	right: 0;
}

.news .uls li:hover a::after{
	width: 100%;
}

.news .uls li:hover::before,
.news .uls li:hover a::before{
	height: 100%;
}

.news .uls li:nth-child(2n+1){
	margin-left: 0;
}

.news .time h2,
.news .time h3,
.news .uls li:hover .time h2,
.news .uls li:hover .time h3,
.news .uls li:hover::before,
.news .uls li:hover::after,
.news .uls li:hover a::before,
.news .uls li:hover a::after{
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.news .uls li:hover::before,
.news .uls li:hover::after,
.news .uls li:hover a::before,
.news .uls li:hover a::after{
	background-color: #ababab;
}

.news .uls li:hover::before,
.news .uls li:hover a::before{
	width: 1px;
}

.news .uls li:hover::after,
.news .uls li:hover a::after{
	height: 1px;
}

.news .uls li:hover .time h2,
.news .uls li:hover .time h3{
	color: #0088e0;
}

.news .uls li:hover .liBottom span,
.news .uls li:hover .addMore,
#envir .uls li:hover .addMore{
	opacity: 0;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.news .uls li:hover .addMore,
#envir .uls li:hover .addMore{
	opacity: 1;
}

.addMore{
	display: inline-block;
	color: #fff;
	font-size: 33px;
	z-index: 1;	
	opacity: 0;
	
	position: absolute;
	right: 16px;
	bottom: 6px;
}

.news .uls li a > div::before,
#envir .uls li::before{
	content: '';
	display: inline-block;
	width: 135px;
	height: 135px;
	background-color: #2797ff;
	border-radius: 90%;
	
	position: absolute;
	right: -65px;
	bottom: -70px;
	
	transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-webkit-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.news .uls li:hover a > div::before,
#envir .uls li:hover::before{
	transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.news .liBottom{
	padding: 5.5% 0;
}

.news .time{
	text-align: center;
	color: #717171;
	margin-left: 3.5%;
	margin-right: 6.8%;
}

.news .time h2{
	font-weight: bold;
}

.news .time h3{
	font-size: 20px;
}

.news .info h4{
	font-size: 20px;
	color: #717171;
	margin-bottom:26px;line-height:22px;height:44px;text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient: vertical;
}

.news .info p{
	font-size: 16px;
	color: #717171;
	opacity: .7;line-height:22px;height:44px;text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient: vertical;
}

.news .liBottom span{
	display: block;
	font-size: 14px;
	color: #717171;
	margin-top: 25px;
	text-transform: uppercase;
	text-align: right;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.news .more{
	text-align: center;
	position: absolute;
	bottom: -11.5%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 1;
}

.news .more a{
	box-shadow: initial;
	transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-o-transform: translateY(-50px);
}

/*关于我们*/

#about,
#envir,
#pro,
#base,
#news,
#recruitment{
	width: 100%;
	height: 100%;
	background: url(../images/common_bc.png);
	padding-bottom: 92px;
}

#about .aboutBox::before{
	display: none;
}

#about .aboutBox{
	padding: 0;
	box-shadow: initial;
}

#about .content{
	padding: 0 50px;
}

#about .content{
	font-size: 16px;
	color: #333;
	line-height: 36px;
}

#about .aboutBox .clamp{
	position: relative;
	z-index: 3;
	
	-webkit-line-clamp: 6;
	line-clamp: 6;
}

.navList{
	text-align: center;
	margin-bottom: 6%;
}

.navList li{
	width:15%;
	display: inline-block;
	margin-left: -5px;
	position: relative;
	border: 1px solid #333;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navList li +li{
	border-left: 0;
}

.navList a{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 11px 0;
	height: 74px;
	position: relative;
	z-index: 2;display: flex;
    align-items: center;
    justify-content: center;
}

.navList li::before{
	content: '';
	width: 100%;
	height: 100%;

	z-index: 1;
	opacity: 0;
	background-color: rgba(0,136,224,1);
	
	position: absolute;
	top: 0;
	left: 0;
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}

.navList li:hover::before,
.navList li.cur::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.navList li:hover,
.navList li.cur{
	border-color: #337ab7;
}

.navList li:hover a,
.navList li.cur a{
	color: #fff;
}

/*企业环境*/
.content nav{
	text-align: center;
}

#envir .content nav{	
	margin-top: 2.4%;
}

#envir .uls li{
	display: inline-block;
	float: left;
	border: 1px solid #ababab;
	background-color: #fff;
	padding: 2.6% 2.2% 1.2% 2.2%;
	text-align: center;
	
	width: 23.5%;
	margin-left: 2%;
	margin-bottom: 2.6%;
	
	position: relative;
	overflow: hidden;
}

#envir .uls li::before{
	width: 125px;
	height: 125px;
}

#envir .uls li:hover{
	border: 1px solid #2797ff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#envir .uls li:nth-child(4n+1){
	margin-left: 0;
}

#envir .uls li p{
	font-size: 18px;
	color: #333;
	margin-top: 8.8%;
}

#envir .addMore{
	right: 10px;
	bottom: 0;
}

/*产品中心*/

#pro .uls .proTop h5{
	font-size: 15px;
	color: #333333;
	line-height: 26px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

#pro .uls li{
	padding-top: 4.1%;
	padding-bottom: 2.5%;
	margin-bottom: 3.3%;
}

#pro .uls .proTop h4{
	margin-bottom: 6px;
	padding-top: 0;
}

#pro .uls li .dts{
	margin-top: 12px;
}

/*基地展示*/

#base .uls li{
	width: 31.5%;
	position: relative;
	float: left;
	margin-left: 2.7%;
	margin-bottom: 3.3%;
}

#base .uls li:nth-child(3n+1){
	margin-left: 0;
}

/*新闻中心*/

#news .news::after{
	display: none;
}

/*企业招聘*/
.tableTh{
	width: 100%;
	background-color: #0c8ee1;
}

.tableTh li{
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 1.4% 0;
	cursor: pointer;
	
	position: relative;
}

.tableTh li.cur,
.tableTh li:hover{
	background-color: #006fb7;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.tableTh li:hover::after,
.tableTh li.cur::after{
	opacity: 1;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.tableTh li::after{
	content: '';
	width: 21px;
	height: 21px;
	background-color: #006fb7;
	position: absolute;
	bottom: -11px;
	left: 50%;
	opacity: 0;
	
	transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
}

.navBottom{
	margin-top: 3.5%;
}

.tableBox{
	background-color: #f9f9f9;
	padding: 4.2% 2.5% 4.5% 2.5%;
}

.tableBox .tableBoxSection{
	display: none;
}

.tableBox table{
	width: 100%;
}

.tableBox .parent{
	cursor: pointer;
}

.tableBox th,
.tableBox .parent{
	font-size: 18px;
	color: #333;
}

.tableBox th{
	padding-bottom: 1.8%;
}

.tableBox .parent td{
	padding: 2.15% 0;
}

.tableBox .parent img{
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.tableBox .parent.select img{
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.tableBox tr{
	border-bottom: 1px solid rgba(51,51,51,.5);
}

.tableBox th:first-child,
.tableBox tr td:first-child{
	padding-left: 2.7%;
}

.tableBox .trs{
	color: rgba(51,51,51,.8);
	line-height: 36px;
	font-size: 18px;
	display: none;
}

.tableBox .trs td{
	padding: 2.6% 0;
}

.select{
	background-color: #fff;
}

/*联系我们*/

#contact{
	margin-bottom: 4.8%;
}

#contact #map{
	width: 100%;
	height: 490px;
}

#contact .titles{
	text-align: center;
	padding-bottom: 2.5%;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 3.3%;
	
	position: relative;
}

#contact .titles::after{
	content: '';
	width: 45%;
	height: 2px;
	background-color: #0088e0;
	position: absolute;
	left: 50%;
	bottom: 0;
	
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

#contact .titles i{
	display: inline-block;
	background-color: #0088e0;
	height: 10px;
	width: 10px;
	border-radius: 90%;
	vertical-align: middle;
	margin: 0 15px;
	animation: bS 1.5s infinite;
	-webkit-animation: bS 1.5s infinite;
}

@keyframes bS{
	0%{
		opacity: 1;
	}
	
	50%{
		opacity: .7;
	}
	
	100%{
		opacity: 1;
	}
}

@-webkit-keyframes bS{
	0%{
		opacity: 1;
	}
	
	50%{
		opacity: .7;
	}
	
	100%{
		opacity: 1;
	}
}

#contact .titles span{
	text-transform: uppercase;
	font-size: 24px;
	color: rgba(51,51,51,.5);
}

#contact ul{
	margin-bottom: 6%;
}

#contact li{
	width: 25%;
/*	height: 353px;*/
	float: left;
	overflow: hidden;
	text-align: center;
	color: #666;
	/*text-transform: uppercase;*/
	padding: 0 1.5% 10px 1.5%;
	border: 1px solid #e5e5e5;
	position: relative;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contact li h3{
	margin-bottom: 8%;
}

#contact li:hover{
	color: #fff;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contact li p{
	line-height: 30px;
	font-size: 16px;	
	word-wrap: break-word
}

#contact li dt,#contact li .dt{
	height: 140px;
	padding-top: 42px;
	margin-bottom: 12%;
}

#contact li::after{
	content: '';
	width: 100%;
	height: 40%;
	position: absolute;
	top: 0;
	left: 0;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contact li:hover::after,
#contact li:hover::before{
	height: 100%;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contact li::before{
	content: '';
	width: 100%;
	height: 40%;
	z-index: 2;
	position: absolute;
	top: -20px;
	left: 0;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contact li:first-child::after{
	background-color: #51e279;
}

#contact li:first-child::before{
	background: url(../images/1.png) no-repeat;
}

#contact li:nth-child(2)::after{
	background-color: #ffbd31;
}

#contact li:nth-child(2)::before{
	background: url(../images/2.png) no-repeat;
}

#contact li:nth-child(3)::after{
	background-color: #53cff3;
}

#contact li:nth-child(3)::before{
	background: url(../images/3.png) no-repeat;
}

#contact li:last-child::after{
	background-color: #7fda59;
}

#contact li:nth-child(4)::before{
	background: url(../images/4.png) no-repeat;
}

#detailNews{
	margin-top: 4.6%;
}

#detailNews .detailTitle{
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2%;
	margin-bottom: 2.5%;
}

#detailNews .detailTitle h3{
	color: #333;
	margin-bottom: 22px;
}

#detailNews .detailTitle p{
	font-size: 14px;
	color: #777;
}

.recom#pro .uls li{
	margin-bottom: 0;
}

#detailNews .content{
	font-size: 16px;
	color: #474747;
	line-height: 36px;
	padding-bottom: 60px;
}

.paging{
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 23px 0;
}

.paging p,
.paging p a{
	font-size: 16px;
	color: #777;
}

.paging p+p{
	margin-top: 6px;
}

.paging .left{
	width: 70%;
}

.paging .right a{
	display: inline-block;
	width: 130px;
	height: 47px;
	line-height: 47px;
	background-color: #0088e0;
	color: #fff;
	text-align: center;
}

.recom .news::after{
	display: none;
}

.language a{font-size:17px; border-radius: 5px; border: 1px solid #ddd; padding:4px 2px;min-width:64px;text-align:center; display:inline-block;}
.language a:hover{border-color:#1c72d5;color:#1c72d5;}
.languagenav{display:none;}
.ma-infinitypush-wrapper .ma-infinitypush>ul{border:0;}
.ma-infinitypush-wrapper .ma-infinitypush ul li:nth-last-child(2){border-bottom: 1px solid #e9e9e9;}
.desktop #primary-navigation ul li a p{display:none;}
.footerBoxRB .left{width: 400px;}
.dispalyflex{display: -webkit-flex; display: flex;display: -moz-box;display: -ms-flexbox;}





















/*底部*/
.footer{
	position: relative;
	background-color: #0088e0;
}

.footers{
	margin-top: 50px;
}

.footer #map{
	width: 100%;
	height: 100%;
	opacity: .05;
	
	position: absolute;
	top: 0;
	left: 0;
}

.footer .footerTop{
	position: relative;
}

.footer .footerBox,
.base .swiper-slide .shadow div,
#base .uls li div,
#contact li div{
	position: relative;
	z-index: 2;
}

.footer .footerBoxL{
	background-color: #006fb7;
	padding: 0 30px;
	text-align: center;
	overflow: hidden;
	
	position: relative;
}

.footer .footerBoxL a{
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 40px;
	border-radius: 90%;
	background-color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	
	position: absolute;
	bottom: -24%;
	left: 50%;
	
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.footer .footerBoxL a i{
	display: inline-block;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.footer .footerBoxL dt{
	width: 62px;
	height: 62px;
	display: inline-block;
	border-radius: 90%;
	text-align: center;
	line-height: 62px;
	background-color: #0088e0;
}

.footer .footerBoxL .tel{
	margin-top: 46px;
}

.footer .footerBoxL .tel h2{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.footer .footerBoxR{
	margin-left: 9%;
	padding-top: 7.1%;
	padding-bottom: 3.4%;
}

.footer .footerBoxR ul{
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin-bottom: 30px;
}

.footer .footerBoxR li{
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
}

.footer .footerBoxR li::after{
	content: '';
	display: inline-block;
	width: 0;
	height: 1px;
	background-color: rgba(255,255,255,1);
	
	position: absolute;
	bottom: -1px;
	left: 0;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.footer .footerBoxR li:hover::after,
.footer .footerBoxR li.hover::after{
	width: 100%;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.footer .footerBoxR li+li{
	margin-left: 35px;
}

.footer .footerBoxR li a{
	color: #fff;
	font-size: 18px;
}

.footer .footerBoxR .footerBoxRB{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}

.footer .footerLink{
	background-color: #006fb7;
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
}

.footer .footerLink a{
	color: #fff;
	font-size: 14px;
}

.footer .footerLink .right a{
	display: inline-block;
	margin-left: 8px;
}













@media screen and (max-width: 1200px){
	#wrapper{
		height: 90px;
		max-height: 90px;
	}
	
	.desktop #primary-navigation{
		display: none;
	}
	
	.ma-infinitypush-button{
		margin-right: 3%;
	}
	
	.aboutBox .flex-wrap div{
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	
	.aboutBox .flex-wrap div{
		width: 48%;
	}
	
	.footer .footerBoxR{
		margin-left: 4%;
	}
	
	.footer .footerBoxR li+li {
	    margin-left: 5px;
	}
	
	.banner .banFont h1{
		font-size: 30px;
	}
	
	#about .content{
		padding: 0;
	}
	
	.navList li{
		width: 14.8%;
	}
	
	#about, #envir, #pro{
		padding-bottom: 58px;
	}
	.language{ display:none;} 
	.languagenav{display:block;}
	.desktop #primary-navigation ul li a p{display:block;}
	.h3, h3 { font-size: 20px;}
	.pro .proTop h4{padding: 14px 0;font-size: 16px;}
}

@media screen and (max-width: 992px){
	
	.title p,
	.aboutBox .flex-wrap div,
	.aboutBox dt::after,.aboutBox .dt::after,
	#contact li{
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}

	.aboutBox dt,.aboutBox .dt{
		width: 47%;
	}
	
	#contact li{
		width: 50%;
	}

	
	.aboutBox .flex-wrap div{
		transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -webkit-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
	
	
	.title h2,
	.news .time h2,
	#contact .titles h2{
		font-size: 24px;
	}
	
	.title h3,
	.aboutBox .clamp span,
	.tableTh li{
		font-size: 20px;
	}
	
	.news .info h4,
	.news .time h3,
	#contact .titles span{
		font-size: 18px;
	}
	
	.banner .banFont{
		font-size: 16px;
	}
	
	.aboutBox .flex-wrap div::after{
		height: 0;
	}
	
	.title p{
		width: 80%;
	}
	
	.aboutBox dt::after,.aboutBox .dt::after{
		border-width: 0;
	}
	
	.news ul,
	.new .content{
		margin: 0;
	}
	
	.footer .footerLink p{
		float: initial;
	}
	
	.footer .footerBoxL a {
	    bottom: -55%;
	}
	
	.news .more{
		bottom: -13%;
	}
	
	.footer .footerBoxL{
		width: 0;
		padding: 0;
	}
	
	.footer .footerBoxR{
		width: 100%;
		margin-left: 0;
	}
	
	.footer .footerBoxR li+li{
		margin-left: 35px;
	}
	
	.banner .banFont h1 {
	    font-size: 24px;
	    line-height: 40px;
	}
	
	.pro li:hover::before, 
	#pro .uls li:hover::before {
	    left: -60%;
	}
	
	#envir .uls li::before{
		width: 115px;
		height: 115px;
	}
	
	#envir .addMore{
		right: 5px;
	}
	
	.tableBox th:last-child,
	.tableBox .parent td:last-child{
		display: none;
	}
	
	.tableTh li::after {
	    width: 16px;
	    height: 16px;
	    bottom: -8px;
	}
	.titles { margin-left: 3%;margin-right: 3%;overflow:hidden;}
	.title h3::after, .title h3::before {width: 80px;}
	.navList{display: none;}
	.pro .proTop h4 { overflow: initial;white-space: initial;height:64px;}
}

@media screen and (max-width: 768px) {	
	#wrapper .container,
	.aboutBox .flex-wrap div,
	.aboutBox dt,.aboutBox .dt,
	.banner .banFont,
	.pro li,
	#pro .uls li,
	#envir .uls li,
	#contact li,
	#contact #map{
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	
	#pro .uls li::after,
	.pro li::after{
		font-size: 30px;
		right: 3%;
		top: 4%;
	}
	
	.pro li,
	#pro .uls li{
		width: 32.5%;
		margin-bottom: 3%;
	}
	
	#contact li{
		width: 50%;
	}
	
	#envir .uls li{
		width: 32%;
	}
	
	.pro li:nth-child(4n+1),
	#pro .uls li:nth-child(4n+1){
		margin-left: 1.2%;
	}
	
	#envir .uls li:nth-child(4n+1){
		margin-left: 2%;	
	}
	
	.pro li:nth-child(3n+1),
	#pro .uls li:nth-child(3n+1),
	#envir .uls li:nth-child(3n+1){
		margin-left: 0;
	}

	
	#wrapper .container,
	.aboutBox .flex-wrap div,
	.aboutBox dt,.aboutBox .dt,
	.banner .banFont{
		width: 100%;
	}
	
	.aboutBox .flex-wrap,
	.aboutBox dt,.aboutBox .dt{
		display: block;
	}
	
	.aboutBox dt,.aboutBox .dt{
		text-align: center;
		margin-bottom: 3%;
	}
	
	.aboutBox .flex-wrap div{
		margin-left: 0;
		margin-top: 3%;
	}
	
	.about .title{
		padding-top: 10%;
	}
	
	.aboutBox{
		padding: 10% 5%;
	}
	
	.ptb{
		padding: 5% 0;
	}
	
	.plr{
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.swiper-pagination-bullet{
		width: 15px;
		height: 15px;
	}
	
	.about{
		height: 100%;
	}
	
	.aboutBox .flex-wrap div{
		margin-top: 8%;
	}
	
	.base {
	    padding-top: 65px;
	}
	
	.footer .footerTop{
		display: none;
	}
	
	.news .more a{
		background-color: transparent;
		width: initial;
		height: inherit;
		line-height: 130px;
	}
	
	#envir .uls li::before {
	    width: 115px;
	    height: 115px;
	}
	
	#envir .addMore{
		font-size: 30px;
	}
	
	#envir .addMore {
	    right: 5px;
	}
	
	.navList a,
	.tableBox th, 
	.tableBox .parent,
	.tableBox .trs{
		font-size: 16px;
	}
	
	#pro .uls li:hover::before{
		left: -50%;
    	bottom: -40%;
	}
	
	.news .uls li a > div {
	    padding: 0 5%;
	}
	
	#recruitment .content{
		overflow: scroll;
	}
	
	.tableBox,
	.tableTh{
		width: 700px;
	}
	
	#contact #map{
		height: 400px;
	}
	
	.recom#pro .uls li{
		margin-bottom: 3%;
	}
	.title h3::after, .title h3::before {width:40px;}
	.title p { width: 100%;margin-bottom: 10px;font-size: 12px;line-height: 20px;}
	.title h3 { padding: 0 0;display: flex;align-items: center;justify-content: center;}
}

@media screen and (max-width: 600px){
	#envir .uls li{
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	
	#envir .uls li{
		width: 49%;
	}
	
	.paging .left{
		width: 90%;
	}

	#envir .uls li:nth-child(3n+1){
		margin-left: 2%;
	}
	
	#envir .uls li:nth-child(2n+1){
		margin-left: 0;
	}

	.news .liBottom .align-items{
		display: block;
	}
	
	.news .time{
		display: none;
	}
	
	.banner .banFont h1 {
	    font-size: 22px;
	}
	
	.pro li:hover::before,
	#pro .uls li:hover::before {
	    left: 0;
	    bottom: 0;
	}
	
	#pro .uls li::after, 
	.pro li::after,
	.paging .right{
		display: none;
	}

	.tableTh li{
		font-size: 18px;
	}
	.banner .banFont h1{line-height: 26px;font-size: 18px;}
	.banner .banFont p,.banner .banFont p a{font-size:14px;} 
	
}

@media screen and (max-width: 500px){
	#pro .uls li,
	#base .uls li,
	.pro li,
	.news .uls li,
	#contact li,
	#contact #map{
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	
	.news .uls li{
		width: 100%;
		margin-left: 0 !important;
	}
	
	.news .more {
	    bottom: -6%;
	}
	
	.pro li,
	#pro .uls li{
		width: 49%;
	}
	
	.about .title {
	    padding-top: 15%;
	}
	
	.navList,
	#envir .uls li::before,
	#envir .addMore{
		display: none;
	}
	
	#envir .uls li p{
		font-size: 16px;
		margin-top: 5%;
	}
	
	#envir .uls li{
		padding-bottom: 2.2%;
	}
	
	#base .uls li{
		width: 48.5%;
	}
	
	#base .uls li:nth-child(3n+1){
		margin-left: 2.7%;
	}
	
	.pro li:nth-child(3n+1),
	#pro .uls li:nth-child(3n+1){
		margin-left: 1.2%;
	}
	
	#base .uls li:nth-child(2n+1),
	.pro li:nth-child(2n+1),
	#pro .uls li:nth-child(2n+1){
		margin-left: 0;
	}
	
	#contact #map{
		height:300px;
	}
	
	#contact li p{
		font-size: 14px;
	}
	
	#contact li::after,
	#contact li::before{
		height: 35%;
	}
	
	#contact li dt,#contact li .dt {
	    height: 100px;
	    padding-top: 25px;
	    margin-bottom: 15%;
	}
}

@media screen and (max-width: 400px){
	#contact li{
		float: initial;
		width: 100%;
	}
	
	#contact li::after,
	#contact li::before{
		height: 30%;
	}
	
	#contact li dt,#contact li .dt{
		 padding-top: 18px;
	}
}

@media screen and (max-width: 350px){
	.pro li,
	#envir .uls li,
	#base .uls li,
	#pro .uls li{
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	
	.pro li,
	#envir .uls li,
	#pro .uls li,
	#base .uls li{
		width: 100%;
	}
	
	#pro .uls li:hover::before{
		bottom: -29%;
	}
	
	.pro li,
	#envir .uls li,
	#pro .uls li,
	#base .uls li{
		margin-left: 0 !important;
	}
	
}
