  .header{
	height: 70px;
}

.height-80{
	height: 70px;
}

.container{
	max-width: 92%;
}

.logo{
	float: left;
	width: 20%;
	height: 70px;
}

.logo img{
	margin-top: 20px;
	height: 30px;
}

.tel-search{
	float: right;
	width: 230px;
	height: 70px;
	padding-right: 50px;
}

.not-tel{
	width: auto;
	line-height: 70px;
	float: right;
	font-size: 16px;
	letter-spacing: 0;
	text-align: right;
}



/*搜索*/

.sb-search {
	min-width: 12%;
	height: 70px;
	float: right;
}


.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	width: 72%;
	padding-left: 2%;
	height: 70px;
	font-size: 16px;
	font-weight: initial;
}


.sb-search.sb-search-open .sb-search-submit {
	 position: absolute;
	 right: 0;
	top: 0px;
	width: 90px;
	height: 70px;
	background-size: 19px 20px;
}

.sb-icon-search {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 26px;
}

.sb-search-open i:before{
	position: absolute;
	right: -28px;
	top: 28px;
	width: 14px;
	height: 14px;
}

.sb-icon-search:before {
	width: 16px;
	height: 16px;
	background: url(/skin/images/search_icon.png) right center no-repeat;
}

.sb-search.sb-search-open i {
	max-width: 92.4%;
}




/*菜单*/

#starlist:after {
	display: block;
	content: "";
	position: fixed;
	top: 70px;
	z-index: -99;
	background: rgba(0, 0, 0,.6);
	width: 100%;
	height: 100%;
}


#starlist {
		float: inherit;
		display: none;
		width: 100%;
		position: absolute;
		top: 70px;
		left: 0%;
		z-index: 999;
		padding: 0;
	}


	#starlist li {
		margin: 0;
		width: 90%;
		padding: 0 5%;
		height: auto;
		position: relative;
		border-bottom: 0.0625rem solid #eee;
		text-align: left;
		background: rgba(255, 255, 255, 1);
	}
	
	#starlist li:first-child {
		border-top: 0.0625rem solid #eee;
	}

	#starlist li a {
		width: 50%;
		display: block;
		margin: 0;
		padding: 0;
		font-size: 16px;
		float: initial;
		height: 50px;
    	line-height: 50px;
	}
	
	#starlist li a:hover {
		background: initial;
		color: #EE1D23;
	}
	
	#starlist li a:hover:after {
		display: none;
	}

	#starlist li .sub {
		position: initial;
		right: initial;
		top: initial;
		width: 100%;
		display: none;
		z-index: 9999999999;
		opacity: initial;
		height: auto;
		box-shadow: initial;
		transition: initial;
	}
	
	#starlist li .sub .container{
		max-width: 100%;
	}
	
	#starlist li:hover .sub {
		top: initial; 
		opacity: initial;
		height: initial;
	}

	#starlist li:hover ul.sub {
		display: none;
		padding: initial;
	}

	#starlist ul.sub li img {
		display: none;
	}
	
	#starlist ul.sub li{
		width: 100%;
		line-height: auto;
		padding: initial;
		float: initial;
		text-align: left;
		margin: 0;
		border-top: 0.0625rem solid #eee;
		border-bottom: initial;
	}
	
	#starlist ul.sub li:last-child{
		
	}

	#starlist ul.sub li a {
		font-size: 14px;
		padding: 0 0 0 5%;
		color: #777;
		display: block;
		text-align: left;
		line-height: 40px;
	}


	.sub-menu {
		display: none;
	}

	#starlist ul.sub li:hover .sub-menu {
		display: none;
	}

	.prod-menu-nr {
		display: none;
	}



	#mnavh {
		position: absolute;
		z-index: 99;
		display: block;
	}


	.menu span,#starlist .active span {
		display: block;
		width: 50px;
		height: 50px;
		opacity: 0.5;
		position: absolute;
		top: 0;
		right: 0;
	}

	.menu:before,#starlist .menu:before {
		right: 5%;
		display: block;
		top: 21px;
		background-image: url(/skin/images/jt.png);
		background-position: center center;
		background-size: 100% 100%;
		width: 16px;
		height: 8px;
	}
	






/*banner*/

.pb-carouselWarp .pb-carousel {
    height: 500px;
}

.pc{
	display: block;
}

.phone{
	display: none;
}


/*banner翻页圆点*/

.pb-carouselWarp .pb-carousel-ind {
	bottom: 24px;
}


.pb-carouselWarp .pb-carousel-ind li {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background: url(/skin/images/arrow_dot.png);
	background-size: 100% 100%;
}

.pb-carouselWarp .pb-carousel-ind li:hover {
	width: 12px;
	height: 12px;
	background: url(/skin/images/arrow_dot_a.png) center center no-repeat;
	background-size: 100% 100%;
}

.pb-carouselWarp .pb-carousel-ind .pb-this {
	width: 12px;
	height: 12px;
	background: url(/skin/images/arrow_dot_a.png) center center no-repeat;
	background-size: 100% 100%;
}

.pb-carouselWarp .pb-arrow {
  margin-top: -35px;
  width: 32px;
  height: 70px;
  
}
.pb-carouselWarp .pb-arrow-prev {
 border-top-right-radius: 3px;
   border-bottom-right-radius: 3px;
  background: url(/skin/images/arrow_left.png) no-repeat center;
  background-size: 14px 22px;
}

.pb-carouselWarp .pb-arrow-next {
  border-top-left-radius: 3px;
   border-bottom-left-radius: 3px;
  background: url(/skin/images/arrow_right.png) no-repeat center;
  background-size: 14px 22px;
}




.foot{
	padding: 64px 0 48px 0;
}

.foot-up{
	padding-bottom: 40px;
}

.foot-logo{
	float: left;
	width: 23%;
}

.foot-logo img{
	height: 34px;
	float: initial;
}

.foot-logo p{
	font-size: 12px;
	line-height: 18px;
	float: initial;
	margin-left: 0px;
	margin-top: 16px;
	letter-spacing: 3.2px;
}

.foot-logo p span{
	display: initial;
}


.foot-menu{
	float: left;
	width: 70%;
	display: none;
}


.foot-top{
	float: right;
}

.foot-top img{
	width: 32px;
}

.foot-un{
	margin-top: 16px;
}

.foot-contact {
	width: 64%;
	float: left;
}

.foot-contact ul li{
	font-size: 18px;
	margin-top: 32px;
	margin-right: 56px;
	letter-spacing: .24px;
}


.foot-contact ul li i{
	font-size: 12px;
	margin-bottom: 12px;
}


.foot-copy {
	width: 36%;
	margin-top: 32px;
}

.foot-rwm ul li{
	margin-left: 16px;
}

.foot-rwm ul li i{
	font-size: 12px;
	margin-bottom: 16px;
}

.foot-rwm ul li img{
	width: 88px;
}

.foot-copy-text{
	font-size: 12px;
	line-height: 18px;
	margin-top: 24px;
	letter-spacing: 0;
}


.foot-link{
	font-size: 12px;
}

.foot-link .container{
	padding: 18px 0;
}


.foot-link a{
	margin-right: 8px;
}






.i-n-b .pb-carouselWarp .pb-carousel {
	height: 500px;
}

.i-n-b .pb-carouselWarp ul li{
	background-size: 360px 360px;
}

.i-n-b .pro-msg{
	position: absolute;
	left: 0;
	top: 72px;
	width: 33%;
}

.pro-msg h3{
	font-size: 16px;
}

.pro-msg h4{
	font-size: 24px;
	margin-top: 8px;
}

.pro-msg .mod{
	padding: 0 12px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border-radius: 12px;
	margin-top: 24px;
}

.pro-link{
	position: absolute;
	left: 0;
	bottom: 90px;
}

.i-n-b .pb-carouselWarp .pb-carousel li .pro-link a{
	width: 65px;
	padding: 0 25px 0 20px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	font-size: 12px;
}

.i-n-b .pb-carouselWarp .pb-carousel li .pro-link a .arr-b:after{
	right: 23px;
	top: 13px;
}



.i-n-b .pro-sale{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16.66%;
}

.i-n-b .pro-sale p{
	line-height: 70px;
	height: 70px;
	font-size: 14px;
	padding-left: 0;
}

.i-n-b .pro-sale p img{
	padding-top: 20px;
	height: 28px;
}

.i-n-b .pro-img img{
	width: 360px;
	height: 360px;
}



.i-n-b .pb-carouselWarp .pb-arrow {
  top: -40px;
  width: 40px;
  height: 40px;
}
.i-n-b .pb-carouselWarp .pb-arrow-prev {
  right: 218px;
}

.i-n-b .pb-carouselWarp .pb-arrow-prev:hover{
	 
}

.i-n-b .pb-carouselWarp .pb-arrow-next:hover{
	 
}

.i-n-b .pb-carouselWarp .pb-arrow-next {
  right: 160px;
  
}





.in-not-pro{
	padding-top: 70px;
}

.pro-top {
	padding-bottom: 32px;
}

.pro-top .in-title{
	text-align: left;
	float: left;
	width: 45%;
}

.pro-cut{
	float: right;
}

.pro-cut .more-list{
	margin-top: 40px;
}




.in-pro{
	padding: 74px 0 86px;
	background-size: 320px auto;
}

.title-l h2{
	font-size: 28px;
}

.title-more{
	float: right;
	padding-top: 14px;
}

.title-more a{
	font-size: 12px;
}

.title-more a:hover .arr-h:after{
	background: url(/skin/images/more_arr_h.png) center top no-repeat;
}

.arr-h{
	width: 17px;
	height: 8px;
}

.arr-h:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 9px;
	height: 8px;
	background: url(/skin/images/more_arr.png) center top no-repeat;
}


.in-pro-box{
	margin-top: 32px;
}

.in-pro-box .item{
	width: 32.2%;
	margin-left: 1.7%;
	float: left;
}

.in-pro-box .item:hover{
	top: -6px;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}

.in-pro-box .item:first-child{
	margin-left: 0;
}

.in-pro-box .item .box{
	padding: 6px;
}


.pro_name{
	font-size: 16px;
	margin-top: 18px;
}

.pro_xh_int{
	font-size: 12px;
	margin-top: 6px;
}

.pro_ling{
	margin-top: 8px;
	padding-bottom: 12px;
}

.pro_ling a{
	font-size: 12px;
}

.ling-arr{
	width: 13px;
	height: 7px;
}

.ling-arr:after{
	position: absolute;
	right: 0;
	top: -1px;
	width: 5px;
	height: 7px;
	background: url(/skin/images/more_sj.png) center top no-repeat;
}

.pro_ling a:hover .ling-arr:after{
	background: url(/skin/images/more_sj_a.png) center top no-repeat;
}



.in-about{
	height: 500px;
}

.com-file{
	width: 38%;
	position: absolute;
	left: 0;
	top: 64px;
}

.com-file h2{
	font-size: 28px;
}

.com-file h2:after{
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 24px;
	height: 2px;
}

.com-file .text{
	font-size: 12px;
	line-height: 20px;
	margin-top: 48px;
}

.com-file .text i{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 4px;
}


.about-more{
	margin-top: 32px;
}

.about-more a{
	font-size: 12px;
	width: 70px;
	padding: 0 22px 0 18px;
	height: 28px;
	line-height: 28px;
	border-radius: 16px;
}


.arr-b:after{
	position: absolute;
	right: 16px;
	top: 11px;
	width: 9px;
	height: 7px;
	background: url(/skin/images/more_arr_b.png) center top no-repeat;
}


.com-power{
	position: absolute;
	right: 0;
	top: 64px;
	width: 38%;
}

.com-power ul li{
	width: 50%;
	margin-bottom: 30px;
	font-size: 12px;
}

.com-power ul li i{
	font-size: 30px;
	margin-bottom: 6px;
}


.in-video-b{
	left: 50%;
	top: 240px;
	margin-left: -31.5px;
}

.in-video-b a{
	width: 63px;
	height: 63px;
}


.vclose{
	right: 10px;
	top: 10px;
	width: 40px;
	height: 50px;
}


.in-case{
	padding: 74px 0 80px;
}

.in-title h2{
	font-size: 28px;
}

.in-title p{
	font-size: 14px;
	margin-top: 10px;
}



.in-case-box{
	margin-top: 20px;
}

.in-case-box .item{
	width: 32.2%;
	margin-left: 1.7%;
	margin-top: 12px;
}

.in-case-box .item:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.in-case-box .item .box{
	width: 90%;
	padding: 0 5%;
}


.in-case-box .item .text{
	text-align: center;
}

.in-case-box .item .text h2{
	font-size: 16px;
	line-height: 28px;
	height: 28px;
}

.in-case-box .item .text p{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin-top: 4px;
	margin-bottom: 8px;
}

.in-case-box .item .text a{
	font-size: 12px;
}


.arr-m{
	width: 14px;
}

.arr-m:after{
	right: 0px;
	top: 4px;
	width: 6px;
	height: 9px;
	background: url(/skin/images/arr_m.png) center top no-repeat;
}


.more-list{
	margin-top: 40px;
}

.more-list a{
	padding: 9px 26px;
	border-radius: 20px;
	font-size: 12px;
}


.arr-l{
	width: 21px;
}

.arr-l:after{
	top: 11px;
	width: 13px;
	height: 13px;
	background: url(/skin/images/more_list.png) center top no-repeat;
}

.more-list a:hover .arr-l:after{
	background: url(/skin/images/more_list_b.png) center top no-repeat;
}



.in-solu{
	padding: 74px 0 80px;
}

.in-solu-box{
	margin-top: 48px;
}

.in-solu-box .item{
	float: left;
	width: 25%;
	height: 220px;
}

.in-solu-box .item:before{
	display: none;
}

.in-solu-box .item .text img{
	height: 40px;
}

.in-solu-box .item .text h2{
	font-size: 18px;
	margin-top: 18px;
}

.in-solu-box .item .text p{
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 10px;
}

.in-solu-box .item .text a{
	font-size: 12px;
}

.in-solu-box .item .text a:hover .arr-h:after{
	background: url(/skin/images/more_arr_h.png) center top no-repeat;
}




.in-news{
	padding: 74px 0 80px;
}

.news-top{
	padding-bottom: 20px;
}

.in-news .in-title{
	text-align: left;
	float: left;
	width: 50%;
}



.news-tab{
	float: right;
	width: 50%;
}

.tabs{ 
	margin-top: 40px;
}
.tabs a{
	line-height:36px;
	font-size:16px;
	margin-left: 36px;
}

.tabs a.active:after{
	bottom: -20px;
	height: 3px;
}




.news-box{
	margin-top: 40px;
}

.not-left{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
}

.not-left .text {
	margin-top: 16px;
}

.not-left .text span{
	font-size: 12px;
	line-height: 16px;
}

.not-left .text a h2{
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	margin-top: 6px;
	-webkit-line-clamp: 2;
}

.not-left .text p{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin-top: 8px;
	margin-bottom: 12px;
	-webkit-line-clamp: 1;
}


.not-left .text a{
	font-size: 12px;
}

.not-left .text a .arr-h:after{
	background: url(/skin/images/arr_hs.png) center top no-repeat;
}

.not-left .text a:hover .arr-h:after{
	background: url(/skin/images/more_arr_h.png) center top no-repeat;
}


.news-list{
	width: 66.1%;
}

.news-list .item{
	width: 48.7%;
	float: left;
	margin-left: 2.6%;
	margin-bottom: 12px;
}

.news-list .item:nth-child(2n+1){
	margin-left: 0;
}

.news-list .item .box{
	padding: 15px 15px;
}

.news-list .item:nth-child(3),.news-list .item:nth-child(4){
	margin-bottom: 0;
}



.news-list .item span{
	font-size: 12px;
}

.news-list .item h2{
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	margin-top: 4px;
	-webkit-line-clamp: 2;
}

.news-list .item p{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	-webkit-line-clamp: 1;
}


.news-list .item .box a{
	font-size: 12px;
}


.news-list .item .box a .arr-h:after{
	background: url(/skin/images/arr_hs.png) center top no-repeat;
}

.news-list .item .box a:hover .arr-h:after{
	background: url(/skin/images/more_arr_h.png) center top no-repeat;
}







/*case*/

.case-banner .pb-carouselWarp .pb-carousel {
	height: 360px;
}

.case-banner .pb-carousel li a:after{
	height: 120px;
}

.case-banner .pb-carousel li .text{
  width: 92%;
  padding: 0 4%;
  transform: initial;
  bottom: 32px;
  left: initial;
}

.case-banner .pb-carousel li h2{
	width: 60%;
	max-height: 28px;
  font-size: 16px;
  margin-bottom: 8px;
}

.case-banner .pb-carousel li p{
	width: 60%;
	max-height: 20px;
  font-size: 12px;
}


.case-banner .pb-carouselWarp .pb-arrow {
  bottom: 32px;
  width: 28px;
  height: 28px;
}

.case-banner .pb-carouselWarp .pb-arrow-prev {
  right: 10%;
  margin-right: initial;
  background: url(/skin/images/case_left.png) no-repeat center;
  background-size: 100% 100%;
}

.case-banner .pb-carouselWarp .pb-arrow-prev:hover{
	background: url(/skin/images/case_left_a.png) no-repeat center;
	background-size: 100% 100%;
}

.case-banner .pb-carouselWarp .pb-arrow-next {
  right: 4%;
   margin-right: initial;
  background: url(/skin/images/case_right.png) no-repeat center;
  background-size: 100% 100%;
}

.case-banner .pb-carouselWarp .pb-arrow-next:hover{
	background: url(/skin/images/case_right_a.png) no-repeat center;
	background-size: 100% 100%;
}





.list-menu .l-m-b{
	width: 100%;
	line-height: 88px;
}

.list-menu .l-m-b ul li{
	margin-right: 20px;
}

.list-menu .l-m-b ul li a{
	font-size: 16px;
}

.cru-menu{
	display: none;
}


.case-list{
	padding: 40px 0 64px 0;
}

.case-list .item{
	width: 32.2%;
	margin-left: 1.7%;
	margin-top: 28px;
}

.case-list .item:nth-child(3n+1){
	margin-left: 0;
}

.case-list .item .tp{
	height: initial;
}

.case-list .item .tp img{
	max-width: 100%;
	max-height: initial;
}

.case-list .item .des{
	margin-top: 12px;
}

.case-list .item h2{
	font-size: 16px;
	max-height: 26px;
	margin-bottom: 6px;
}

.case-list .item p{
	font-size: 12px;
	max-height: 22px;
}


/*翻页控件代码*/

.paging .container{
	padding: 48px 0 80px 0;
}

#AspNetPager1 span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	font-size: 14px;
}

.paging a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 0 5px;
}




.cru-box .cru-menu{
	display: block;
	line-height: 64px;
}

.case-con-tp{
	float: left;
	width: 100%;
}

.slider__item img {
  height: auto;
  max-width: 100%;
}
.slider__switch span {
  width: 28px;
  height: 28px;
} 
/* Arrows */
.slider__switch {
  margin-top: -15px;
  padding: 10px 5px;
}
.slider__switch--prev {
  left: 10px;
}
.slider__switch--next {
  right: 10px;
}
.slider-nav {
  line-height: 30px;
  height: 30px;
}

		.preview {
			margin-top: 14px;
		    padding: 6px 0;
		    background: #F8F8F8;
		}
		.preview a {
		  margin: 0 3px;
		}
		.preview img {
		  width: 112px;
		}
		.preview .active {
		  outline: 2px solid #ed6d00;
		}


.case-con-text{
	float: right;
	width: 100%;
	margin-top: 32px;
}

.case-con-text h2{
	font-size: 20px;
	line-height: 30px;
}

.case-con-text .case-char{
	margin-top: 10px;
}

.case-con-text .case-char span{
	padding: 0 4px;
	margin: 2px 4px 2px 0;
	font-size: 12px;
}

.case-con-text .text{
	font-size: 12px;
	line-height: 20px;
	margin-top: 18px;
}

.case-con-text .chara{
	margin-top: 24px;
}

.case-con-text .chara ul li{
	line-height: 40px;
	font-size: 12px;
}



.case-sult{
	margin-top: 32px;
}

.case-sult a{
	padding: 0 20px;
	font-size: 14px;
	line-height: 36px;
	border-radius: 4px;
}



.case-con-page{
	margin-top: 64px;
}

.c-video iframe{
	height: 560px;
}


.c-content{
	font-size: 16px;
	line-height: 28px;
	margin-top: 32px;
}

.con-paging{
	margin-top: 64px;
	height: 48px;
}

.con-paging .on{
	float: left;
	width: 40%;
}

.con-paging .on i{
	width: 80%;
	margin: 16px 0;
}

.con-paging .on a:after{
	height: 11px;
	width: 6px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 5px;
}

.con-paging .on i a{
	padding-left: 23px;
	font-size: 14px;
}

.con-paging .on a:hover:after{
	background-size: 100% 100%;
}

.con-paging .return{
	float: left;
	width: 20%;
}

.con-paging .return i{
	padding-left: 23px;
	width: 80%;
	margin: 16px 0;
}

.con-paging .return i a{
	font-size: 14px;
}


.con-paging .return a:after{
	height: 12px;
	width: 12px;
	background-size: 100% 100%;
	position: absolute;
	left: -24px;
	top: 4px;
}

.con-paging .return a:hover:after{
	background-size: 100% 100%;
}

.con-paging .down{
	float: left;
	width: 40%;
	text-align: right;
}

.con-paging .down i{
	width: 80%;
	float: right;
	padding-right: 23px;
	margin: 16px 0;
}

.con-paging .down i a{
	font-size: 14px;
}


.con-paging .down a:after{
	height: 11px;
	width: 6px;
	background-size: 100% 100%;
	position: absolute;
	right: -23px;
	top: 5px;
}

.con-paging .down a:hover:after{
	background-size: 100% 100%;
}


.in-pro.relpro{
	background: initial;
}

.in-pro.relpro .in-pro-box{
	margin-top: 32px;
}

.in-pro.relpro .in-pro-box .item{
	width: 23.725%;
	margin-left: 1.7%;
	float: left;
}

.in-pro.relpro .in-pro-box .item:first-child{
	margin-left: 0;
}






.solu-list{
	padding: 70px 0 80px;
}

.in-solu-box.solu-classify{
	margin-top: 24px;
}

.in-solu-box.solu-classify .item{
	float: left;
	width: 23.725%;
	margin-left: 1.7%;
	height: 220px;
	margin-top: 16px;
}

.in-solu-box.solu-classify .item:nth-child(4n+1){
	margin-left: 0;
}



.solu-classic-case{
	padding: 70px 0 80px;
}


/*案例滚动*/
.slider2 {
	margin-top: 30px;
}


.slider-arrow {
	width: 30px;
	height: 30px;
}
.slider-arrow--right {
	bottom: 0;
	left: 66%;
	background-size: auto 30px;
}
.slider-arrow--left {
	bottom: 0;
	left: 66%;
	margin-left: -30px;
	background-size: auto 30px;
}

.slider-nav {
	position: absolute;
	bottom: 30px;
}

.al-sic-tp{
	height: 280px;
	width: 66%;
	float: left;
}

.al-sic-tp img{
	display: block;
	width: 100%;
}

.al-sic-text{
	width: 34%;
	float: right;
}

.al-sic-text .box{
	padding: 32px 24px;
}

.al-sic-text .title h2{
	font-size: 20px;
	line-height: 30px;
	-webkit-line-clamp: 2;
	max-height: 60px;
}

.al-sic-text .text p{
	font-size: 12px;
	line-height: 22px;
	margin-top: 16px;
	-webkit-line-clamp: 2;
	max-height: 44px;
}

.al-sic-text .details{
	bottom: 56px;
}

.al-sic-text .details a{
	font-size: 12px;
}


.al-sic-text .details a:before{
	background-size: 100% 100%;
	width: 140px;
	height: 30px;
}


.an-omk{
	margin-top: 20px;
}

.an-omk ul li{
	width: 23.725%;
	margin-left: 1.7%;
}

.an-omk ul li:first-child{
	margin-left: 0;
}

.an-omk ul li h2{
	font-size: 14px;
	width: 90%;
	margin: 8px 5%;
	line-height: 28px;
	max-height: 28px;
	-webkit-line-clamp: 1;
}




.solu-indu-adv{
	padding: 70px 0 32px;
}

.s-a-box{
	padding-top: 10px;
}

.s-a-box .item{
	width: 32.2%;
	margin-left: 1.7%;
	padding: 48px 0 48px;
	border-bottom: 1px solid #eeeeee;
}

.s-a-box .item .box{
	padding: 0 5%;
}

.s-a-box .item:after{
	position: absolute;
	right: -12px;
	top: 60px;
	height: 112px;
	width: 1px;
}

.s-a-box .item:nth-child(3n+1){
	margin-left: 0;
}

.s-a-box .item:nth-child(3n+3):after{
	display: none;
}

.s-a-box .item:nth-child(4),.s-a-box .item:nth-child(5),.s-a-box .item:nth-child(6){
	border-bottom: initial;
}

.s-a-box .item i{
	font-size: 18px;
	margin: 22px 0 11px;
}

.s-a-box .item p{
	font-size: 14px;
}




.indu-news{
	padding: 70px 0 80px;
}

.i-n-list{
	padding-top: 24px;
}

.i-n-list .item{
	width: 49.15%;
	margin-left: 1.7%;
	margin-top: 16px;
}

.i-n-list .item:nth-child(2n+1){
	margin-left: 0;
}

.i-n-list .item .tp{
	width: 48%;
	height: 140px;
}

.i-n-list .item .tp img{
	height: 140px;
}


.i-n-list .item .text{
	width: 52%;
	float: left;
}

.i-n-list .item .text .box{
	padding: 14px 18px;
}

.i-n-list .item .text h2{
	font-size: 18px;
	line-height: 28px;
	max-height: 28px;
	-webkit-line-clamp: 1;
}

.i-n-list .item .text span{
	font-size: 12px;
	margin-top: 4px;
}

.i-n-list .item .text p{
	font-size: 14px;
	line-height: 24px;
	max-height: 24px;
	-webkit-line-clamp: 1;
	margin: 8px 0 10px;
}

.i-n-list .item .text a{
	font-size: 12px;
}




.school-banner{
	margin-top: 0px;
}

.p-b{
	height: 480px;
}

.school-banner .container{
	position: absolute;
	top: 0;
	left: 0;
	transform: initial;
	width: 92%;
	padding: 0 4%;
}

.school-banner .box{
	width: 50%;
	padding-left: 0;
	padding-top: 70px;
}

.school-banner .title i{
	font-size: 28px;
	float: left;
}

.schvideo{
	float: left;
	margin-left: 20px;
	padding-left: 40px;
	background-size: 28px 28px;
}

.schvideo span{
	line-height: 40px;
	
}

.school-banner .text{
	font-size: 14px;
	line-height: 26px;
	margin-top: 12px;
	padding-bottom: 0px;
}

.case-sult p {
    font-size: 14px;
    margin-top: 12px;
}


.sch-solution{
	padding: 75px 0 70px 0;
}

.school .container{
	max-width: 90%;
	padding: 0;
}

.sch-title i{
	font-size: 30px;
	margin-bottom: 4px;
}

.sch-title span{
	font-size: 12px;
}


.sch-sol-con{
	margin-top: 40px;
}


.sch-sol-con .tp{
	width: 50%;
	float: left;
}

.sch-sol-con .text{
	width: 47%;
	float: right;
}

.sch-pro-ana{
	margin-bottom: 30px;
}

.sch-pro-ana:last-child{
	margin-bottom: 0;
}

.sch-pro-ana .subtitle{
	width: 100%;
	line-height: 38px;
	font-size: 16px;
}

.sch-pro-ana .subtitle span{
	font-size: 14px;
}

.sch-pro-ana p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 12px;
}

.sch-pro-ana .subtitle i{
	margin-right: 15px;
	padding-left: 34px;
	margin-left: 15px;
}



.sch-apply{
	padding-bottom: 80px;
}

.sch-apply .text{
	float: left;
	width: 50%;
}

.sch-apply .text span{
	line-height: 32px;
	padding: 0 16px;
	font-size: 16px;
	border-radius: 4px;
}

.sch-apply .text i{
	font-size: 18px;
	line-height: 30px;
	margin-top: 18px;
	margin-bottom: 10px;
}

.sch-apply .text p{
	font-size: 14px;
	line-height: 26px;
}


.sch-apply .apply-plan{
	float: right;
	width: 47%;
}

.sch-apply .apply-plan .box{
	padding: 30px 30px;
}

.sch-apply .apply-plan .item{
	margin-top: 25px;
}

.sch-apply .apply-plan .item:first-child{
	margin-top: 0;
}

.sch-apply .apply-plan i{
	font-size: 18px;
}

.sch-apply .apply-plan p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 8px;
}


.sch-ple-con{
	margin-top: 40px;
}


.index-coredata {position: relative; height: 720px;}
.index-coredata .main {position: absolute;left: 0;z-index: 20;top: 0;width: 100%;height: 100%;}
.index-coredata .title{margin-top: 8%;}
.index-coredata .title h2{
	font-size: 28px;
}

.index-coredata .text{font-size: 14px;line-height: 28px;margin-top: 15px;}

.coredata .item{position: relative;position: absolute;}
.coredata .item h6{font-size: 14px;margin: 0;}
.coredata .item h2{font-size: 36px;margin: 0;}
.coredata .item h4{font-size: 16px;margin: 0;opacity: .5;}
.coredata .item.item1{text-align: right;left:8%;top: 38%;}
.coredata .item.item2{text-align: left;right:10%;top: 38%;}
.coredata .item.item3{text-align: right;left:35%;bottom: 20%;}
.coredata .item.item4{text-align: left;right:26.5%;bottom: 20%;}

.mt-number-animate {  font-size: 36px;line-height:60px; height: 60px; position: relative; }
.mt-number-animate .mt-number-animate-dot{ width: 20px;line-height: 60px; float: left;}
.mt-number-animate .mt-number-animate-dom{ width: 26px; float: left; position: relative; top: 0;}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span{ width: 100%;float: left;}

.canvasearthring {width: 100%;height:100%;overflow: hidden;position: absolute;left:-2%;top:0;}
#earth{width: 130px;height: 130px;position: absolute;top: 57%;margin-left: -50px;left: 50%;margin-top: -55px;}







.sch-solution .s-a-box .item{
	padding-top: 56px;
}

.sch-solution .s-a-box .item p{
	padding: 0 6%;
	line-height: 22px;
}



.in-pro.sch-pro{
	background: #F8F8F8;
}

.in-pro.sch-pro .title-l h2,.sch-case .title-l h2{
	color: #ED6D00;
}

.in-pro.sch-pro .in-pro-box .item{
	background: #fff;
}

.in-pro.sch-pro .in-pro-box .item .tp{
	background: #F8F8F8;
}


.sch-case .case-list{
	padding: 4px 0 0 0;
}



.submit{
	padding: 80px 0;
}

.sub-des{
	width: 45%;
	float: left;
}

.sub-des .title h2{
	font-size: 30px;
}

.sub-des .title p{
	font-size: 14px;
	margin-top: 8px;
}


.sub-des .tel{
	margin-top: 70px;
}

.sub-des .tel i{
	font-size: 14px;
}

.sub-des .tel p{
	font-size: 36px;
}

.sub-des .rwm{
	margin-top: 48px;
	padding: 5px;
}



.sub-des .rwm i{
	font-size: 12px;
	padding: 12px 0 4px 0;
}



.sub-con{
	width: 50%;
	float: right;
}

.sub-con .box{
	padding: 16px 16px 24px 16px;
}

.sub-con .name i,.sub-con .telphone i,.sub-con .message i{
	font-size: 14px;
	line-height: 22px;
}


.sub-con .name input,.sub-con .telphone input{
	width: 95.9%;
	padding: 0 2%;
	height: 36px;
	margin-top: 14px;
	font-size: 14px;
}


.sub-con .telphone,.sub-con .message {
	margin-top: 26px;
}


.sub-con .message textarea{
	width: 96%;
	padding: 8px 2%;
	line-height: 28px;
	margin-top: 14px;
	font-size: 14px;
	height: 72px;
}

.submit-anniu{
	margin-top: 24px;
}

.submit-anniu a{
	line-height: 36px;
	font-size: 14px;
}





.list-banner-global{
	height: 320px;
}

.list-banner-global .title{
	margin-left: 32px;
	padding-top: 128px;
}

.list-banner-global .title h2{
	font-size: 32px;
}

.list-banner-global .title p{
	font-size: 14px;
	margin-top: 12px;
}


.news-hot{
	padding: 48px 0;
}

.news-hot .item{
	float: left;
	width: 32.2%;
	margin-left: 1.7%;
}

.news-hot .item:first-child{
	margin-left: 0;
}

.news-hot .item .box{
	padding: 12px;
}

.news-hot .item .text{
	padding-top: 10px;
}

.news-hot .item .text h2{
	font-size: 16px;
	line-height: 24px;
	-webkit-line-clamp: 1;
	max-height: 24px;
}

.news-hot .item .text p{
	font-size: 12px;
	line-height: 20px;
	margin-top: 8px;
	-webkit-line-clamp: 1;
	max-height: 20px;
}


.news-hot .item .text .des{
	margin-top: 12px;
}

.news-hot .item .text .des span{
	font-size: 12px;
	float: left;
}

.news-hot .item .text .des a{
	font-size: 12px;
	float: right;
}



.news-list-box{
	margin-top: 50px;
	padding-bottom: 72px;
}

.news-list-box .container{
	padding-bottom: 40px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ddd;
}

.news-list-box .item{
	margin-bottom: 80px;
}


.news-list-box .item:first-child:before{
	height: 3px;
}

.news-list-box .item:before{
	top: -40px;
}

.news-list-box .item:last-child{
	margin-bottom: 0px;
}

.news-list-box .item .tp{
	width: 26.725%;
	float: left;
	height: 160px;
}

.news-list-box .item .tp img{
	height: 160px;
	max-width: initial;
}

.news-list-box .item .time{
	width: 8.775%;
	margin-left: 1.7%;
	float: left;
}

.news-list-box .item .time i{
	font-size: 36px;
	line-height: 36px;
}

.news-list-box .item .time span{
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
}


.news-list-box .item .text{
	width: 54.625%;
	float: right;
}

.news-list-box .item .text h2{
	font-size: 20px;
	line-height: 30px;
	max-height: 30px;
	-webkit-line-clamp: 1;
}

.news-list-box .item .text p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 16px;
	-webkit-line-clamp: 2;
	max-height: 52px;
}



.news-list-box .item .text a{
	font-size: 12px;
	line-height: 22px;
	position: absolute;
	bottom: 0;
	z-index: 10;
}





.news-page{
	padding: 32px 0 64px 0;
}


.news-title{
	margin-bottom: 32px;
}

.news-title h2{
	font-size: 30px;
}

.news-title .con-des{
	margin-top: 12px;
}

.news-title .con-des span{
	font-size: 14px;
	margin: 0 8px;
}


.news-content{
	font-size: 16px;
	line-height: 32px;
	padding: 40px 0;
}


.paging-ou{
	padding-top: 40px;
}


.paging-ou i{
	line-height: 26px;
	font-size: 14px;
	padding: 6px 0;
	-webkit-line-clamp: 1;
	max-height: 26px;
}




.news-related{
	padding: 64px 0 56px 0;
}

.news-related .title i{
	font-size: 24px;
	padding-left: 24px;
}

.news-related .title i:before{
	top: 5px;
	width: 3px;
	height: 24px;
}


.news-rel-list{
	margin-top: 24px;
}

.news-rel-list ul li{
	float: left;
	width: 45%;
	margin-left: 10%;
	padding: 12px 0;
}


.news-rel-list ul li a{
	font-size: 14px;
	line-height: 24px;
	max-height: 24px;
	width: 65%;
	padding-left: 4%;
}

.news-rel-list ul li a:before{
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.news-rel-list ul li span{
	float: right;
	width: 25%;
	font-size: 12px;
	line-height: 24px;
}





.video-play{
	margin-top: 0px;
	padding: 70px 0;
}

.video-play .play{
	width: 100%;
	height: 500px;
	float: initial;
}

.video-play .play video{
	width: 100%;
	height: 100%;
}

.video-play .text{
	position: initial;
	width: 100%;
	float: initial;
	height: auto;
	right: initial;
}

.video-play .text .box{
	padding: 20px 20px;
}

.video-play .text .title i{
	font-size: 20px;
	line-height: 28px;
	max-height: 56px;
	-webkit-line-clamp: 2;
}

.video-play .text .title span{
	font-size: 12px;
	margin-top: 6px;
}

.video-play .text .title em{
	margin-right: 10px;
	display: inline-block;
}

.video-play .text .title p{
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	margin-top: 10px;
	-webkit-line-clamp: 2;
}


.rel-video{
	position: initial;
	margin-top: 10px;
	bottom: initial;
	padding-right: 0px;
}

.rel-title i{
	font-size: 16px;
	line-height: 28px;
}

.rel-list{
	margin-top: 0px;
}

.rel-list ul li{
	margin-top: 15px;
	width: 23.725%;
	float: left;
	margin-left: 1.7%;
}

.rel-list ul li:nth-child(4n+1){
	margin-left: 0;
	clear: both;
}



.rel-list ul li .tp{
	width: 100%;
	float: left;
	border-radius: 4px;
}

.rel-list ul li .figure_count{
	width: 100%;
	float: right;
	margin-top: 8px;
}


.rel-list ul li .figure_count i{
	font-size: 14px;
}

.rel-list ul li .figure_count p{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}





.video-list-box{
	padding: 64px 0 70px 0;
}

.video-list{
	padding-top: 32px;
	padding-bottom: 24px;
}

.video-list ul li{
	float: left;
	width: 23.725%;
	margin-left: 1.7%;
	margin-bottom: 16px;
}

.video-list ul li:nth-child(4n+1){
	margin-left: 0;
}

.video-list ul li .icon i{
	width: 36px;
	height: 36px;
}

.video-list ul li .text{
	padding: 8px 12px 10px 12px;
	
}

.video-list ul li .text i{
	font-size: 14px;
	-webkit-line-clamp: 1;
	max-height: 24px;
	line-height: 24px;
}

.video-list ul li .text p{
	font-size: 12px;
	margin-top: 0;
	-webkit-line-clamp: 1;
	max-height: 20px;
	line-height: 20px;
}



.case-list .container{
	padding-bottom: 50px;
	margin-bottom: 24px;
	border-bottom: 1px solid #eee;
}

.viewMore{
	font-size: 16px;
}





/*品牌*/

.list-banner-global.cour .title{
	padding-top: 60px;
}


.list-banner-global.cour .title h2{
	line-height: 40px;
	font-weight: initial;
}

.list-banner-global.cour .title p{
	margin-top: 20px;
}

.list-banner-global.cour .title h2 span{
	display: block;
}





.course{
	padding: 80px 0 100px;
}


#timeline {
	width: 700px;
	height: 320px;
	margin: 0 auto;
}
	
#dates{
	width: 100%;
	bottom: 22px;
}

#dates li {
	float: left;
	width: 88px;
	font-size: 14px;
}

#dates li a.selected:after {
	width: 11px;
	height: 11px;
	bottom: -22px;
}
			
#dates li a:after {
	width: 11px;
	height: 11px;
	bottom: -22px;
	margin-left: -5.5px;
}

			
		
#issues {
	width: 700px;
}	

#issues li {
	width: 700px;
	height: 216px;
	float: left;
}
		

#issues li .tp {
	float: left;
	width: 44%;
	margin-left: 6%;
	text-align: right;
}


#issues li .tp img {
	border: 3px solid #db1a1a;
}


#issues li .text {
	float: left;
	width: 43.3%;
	padding-left: 5%;
}

#issues li .title i{
	font-size: 48px;
}

#issues li .title p{
	font-size: 18px;
}

#issues li .chara{
	position: absolute;
	bottom: 0px;
}

#issues li .chara p{
	font-size: 14px;
	line-height: 28px;
}

#issues li .chara b{
	font-size: 14px;
	margin-right: 8px;
}

		
		
#next,#prev {
	position: absolute;
	top: 40%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
}







.honor{
	padding: 60px 0 80px 0;
}

.honor-menu a{
	padding: 0 20px;
	height: 32px;
	line-height: 30px;
	border-radius: 3px;
	font-size: 16px;
	margin: 0 8px;
}


.honor-list{
	padding-top: 16px;
}

.honor-list a{
	width: 32%;
	margin-left: 2%;
	margin-top: 32px;
}

.honor-list a .box{
	height: 250px;
	padding: 15px;
}

.honor-list a .box:after{
	background: url(/skin/images/honor_icon.png) center center no-repeat;
	background-size: 36px 36px;
}

.honor-list a:nth-child(4n+1){
	margin-left: 2%;
	clear: initial;
}

.honor-list a:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.honor-list a h3{
	font-size: 14px;
	margin-top: 10px;
}





.download-list{
	padding: 40px 0 80px 0;
}

.download-list .item{
	float: left;
	width: 32.2%;
	margin-left: 1.7%;
	margin-top: 24px;
}

.download-list .item:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.download-list .item .tp .box img{
	height: 24px;
	width: 24px;
}

.download-list .item .tp .box p{
	font-size: 12px;
	margin-top: 10px;
}

.download-list .item .text {
	padding: 12px 8px 0 8px;
}

.download-list .item .text h3{
	font-size: 14px;
	max-height: 24px;
}

.download-list .item .text:after{
	display: none;
}

.download-list .item .text p{
	font-size: 12px;
	margin-top: 4px;
	max-height: 20px;
}




.contact{
	padding: 80px 0 90px 0;
}

.contact .text{
	width: 49.15%;
	float: left;
}

.contact .text h2{
	font-size: 28px;
}

.contact .text ul{
	margin-top: 14px;
}

.contact .text ul li{
	padding: 14px 0;
	font-size: 14px;
}

.contact .text ul li p{
	font-size: 14px;
	line-height: 28px;
	margin-top: 4px;
}


.id-icon{
	width: 14px;
	height: 13px;
	margin-bottom: -1px;
	margin-right: 8px;
}

.tel-icon{
	width: 14px;
	height: 13px;
	margin-bottom: -1px;
	margin-right: 8px;
}

.email-icon{
	width: 14px;
	height: 13px;
	margin-bottom: -1px;
	margin-right: 8px;
}

.contact-ewm{
	margin-top: 40px;
}

.contact-ewm img{
	height: 130px;
}


.contact .tp{
	width: 49.15%;
	float: right;
	height: 605px;
}

.contact .tp img{
	max-width: initial;
	height: 605px;
}


.contact-mess{
	padding: 80px 0 88px 0;
}

.contact-mess .title h3{
	font-size: 28px;
}

.contact-mess .title p{
	font-size: 14px;
	margin-top: 6px;
}


.contact-mess .mess-box{
	margin: 36px auto 0 auto;
	max-width: 952px;
}

.mess-box .name-box{
	float: left;
	width: 48.5%;
}

.mess-box .name-box i,.mess-box .tel-box i,.explain i,.iocation-box i{
	font-size: 14px;
}

.mess-box .name-box input,.mess-box .tel-box input{
	width: 94%;
	padding: 0 3%;
	height: 40px;
	font-size: 14px;
	margin-top: 12px;
}

.mess-box .tel-box{
	float: right;
	width: 48.5%;
}


.iocation-box,.explain{
	margin-top: 26px;
}

.location {
	margin-top: 12px;
}

.location select{
	width: 31.64%;
	margin-left: 1.7%;
	height: 40px;
	font-size: 14px;
	border: 1px solid #EEEEEE;
	padding: 0 1.5%;
}

.location select:first-child{
	margin-left: 0
}



.explain textarea{
	width: 97%;
	height: 90px;
	font-size: 14px;
	padding: 10px 1.5%;
	margin-top: 12px;
}


.m-submit{
	margin-top: 28px;
}

.m-submit a{
	width: 208px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	border-radius: 20px
}






.ser-pro{
	padding: 72px 0 80px 0;
}


.s-p-t .text{
	float: left;
	width: 50%;
}

.s-p-title h3{
	font-size: 28px;
}

.s-p-title span{
	width: 24px;
	height: 2px;
	margin-top: 20px;
}

.s-p-tel{
	position: absolute;
	bottom: 0;
}

.s-p-tel i{
	font-size: 14px;
}

.s-p-tel p{
	font-size: 30px;
	margin-top: 4px;
	letter-spacing: 2px;
}



.s-p-t .map{
	float: right;
	width: 50%;
	text-align: right;
}

.s-p-list{
	margin-top: 64px;
}

.s-p-list ul li{
	float: left;
	width: 13.257%;
	margin-left: 1.2%;
	padding: 30px 0 24px 0;
}

.s-p-list ul li:first-child{
	margin-left: 0;
}

.s-p-list ul li img{
	height: 32px;
}

.s-p-list ul li p{
	font-size: 16px;
	line-height: 24px;
	margin: 14px 0 4px;
}

.ser-icon{
	width: 9px;
	height: 7px;
	background-size: 100% 100%;
}



.ser-com{
	padding: 72px 0 80px;
}

.s-p-title p{
	font-size: 14px;
	margin-top: 10px;
}


.s-c-list{
	padding-top: 14px;
}

.s-c-list .item{
	float: left;
	width: 50%;
	margin-top: 20px;
}

.s-c-list .item .tp{
	float: left;
	width: 24%;
}

.s-c-list .item .text{
	padding-top: 6px;
	float: left;
	width: 70%;
	margin-left: 5%;
}

.s-c-list .item .text i{
	font-size: 18px;
}

.s-c-list .item .text p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 8px;
}






.pro-menu{
	padding-top: 72px;
}

.pro-one-menu ul li{
	float: left;
	padding: 0 30px;
	height: 44px;
	line-height: 42px;
}


.pro-menu .box{
	padding: 20px 0;
}

.pro-two-menu{
	padding-top: 0px;
	padding-bottom: 24px;
}

.pro-two-menu ul li{
	float: left;
	margin-top: 20px;
	width: 20%;
}

.pro-two-menu ul li:last-child{
	width: 20%;
}

.pro-two-menu ul li img{
	height: 40px;
}

.pro-two-menu ul li i{
	font-size: 14px;
	max-height: 24px;
	padding-top: 50px;
	-webkit-line-clamp: 1;
}

.pro-two-menu ul li a{
	height: 72px;
}


.screen{
	padding: 0 30px;
}

.screen dl {
	font-size: 14px;
	padding: 12px 0;
}

.screen dt {
	float: left;
	width: 80px;
	padding: 0px 0 1px 0;
}

.screen dd {
	margin: 0 4px;
	padding: 0px 4px 1px 4px;
	border-radius: 3px;
}


.pro-list{
	padding-bottom: 72px;
}

.pro-con{
	padding-top: 8px;
	padding-bottom: 40px;
}

.pro-con ul li{
	padding:16px 16px 24px 16px;
}

.pro-con ul a{
	width: 32.2%;
	margin-left: 1.7%;
	box-shadow: 0 0 8px #eee;
	margin-top: 12px;
}

.pro-con ul a:nth-child(4n+1){
	margin-left: 1.7%;
	clear: initial;
}


.pro-con ul a:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}


.pro-con ul li img{
	
}

.pro-con ul li i{
	font-size: 16px;
	margin-bottom: 4px;
	-webkit-line-clamp: 1;
	max-height: 28px;
	margin-top: 8px;
}

.pro-con ul a:hover {
	margin-top: 6px;
}

.pro-con ul a:hover li i{
}

.pro-con ul li span{
	font-size: 12px;
}

.pro-case .title-l h2{
	color: #333;
}




.social-resp{
	padding: 72px 0 88px 0;
}


.s-r-t .text-l{
	float: left;
	width: 100%;
}

.s-r-t .text-l i{
	font-size: 32px;
	line-height: 44px;
	display: block;
}

.s-r-t .text-l i em{
	display: block;
}

.s-r-t .text-l span{
	width: 32px;
	height: 3px;
	margin-top: 30px;
	margin-bottom: 16px;
}

.s-r-t .text-l p{
	font-size: 16px;
	line-height: 30px;
	padding-top: 28px;
}


.s-r-t .tp-r{
	float: right;
	width: 100%;
	padding-top: 42px;
	display: none;
}


.s-r-text{
	font-size: 16px;
	line-height: 30px;
	padding-top: 28px;
}

.s-r-tp{
	margin-top: 56px;
}






.list-banner-global.culture .title{
	margin-left: 0px;
	padding-top: 60px;
}




.cult-con .container{
	padding: 80px 0;
	background: url(/skin/images/cult_icon_bg.png) center center no-repeat;
	background-size: 400px 400px;
}

.cult-con-l{
	float: left;
	width: 40%;
	padding-top: 0px;
}

.cult-con-l .item{
	width: 100%;
}

.cult-con-l .item:last-child{
	margin-top: 160px;
}

.cult-con-l .item .tp{
	width: 100%;
	float: initial;
	text-align: center;
}

.cult-con-l .item .tp img{
	
}


.cult-con-l .item .text{
	float: initial;
	text-align: center;
	margin-right: 0px;
	width: 100%;
	margin-top: 20px;
}

.cult-con-l .item:last-child .text{
	padding-top: 0px;
}

.cult-con-l .item .text i{
	font-size: 18px;
	line-height: 24px;
}

.cult-con-l .item .text p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}


.cult-con-r{
	width: 40%;
	float: right;
	padding-top: 0px;
}

.cult-con-r .item:last-child{
	margin-top: 160px;
}

.cult-con-r .item .tp{
	float: initial;
	width: 100%;
	text-align: center;
}

.cult-con-r .item .text{
	float: initial;
	text-align: center;
	margin-left: 0px;
	width: 100%;
	margin-top: 20px;
}

.cult-con-r .item .text i{
	font-size: 18px;
	line-height: 24px;
}

.cult-con-r .item .text p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}



.cult-tp{
	overflow: hidden;
	padding: 90px 0 70px 0;
}

.swiper{
	height: 350px;
}

.swiper .pic li {
    width: 564px;
    height: 250px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -282px;
}


.now {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.next {
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -o-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
}

.prev {
    -webkit-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
}


.swiper .cricle {
    height: 16px;
    bottom: 0px;
}

.swiper .cricle li {
    float: left;
    width: 9px;
    height: 9px;
    margin: 0 5px;
}



.leftBox,
.rightBox {
    height: 280px;
    top: 30px;
}

.leftBox {
    width: 400px;
}

.rightBox {
    width: 400px;
}




.list-banner-global.brand .title{
	padding-top: 60px;
}

.list-banner-global.brand .title img{
	height: 64px;
}

.list-banner-global.brand .title p{
	line-height: 24px;
	margin-top: 26px;
}


.brand-introd{
	padding: 70px 0 80px 0;
}

.b-i-text .text{
	float: left;
	width: 100%;
}

.b-i-text .text h2{
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 8px;
}

.b-i-text .text p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 16px;
}



.b-i-text .chara{
	float: right;
	width: 100%;
	margin-top: 32px;
}

.b-i-text .chara ul li{
	width: 25%;
	float: left;
	margin-top: 0px;
}

.b-i-text .chara ul li i{
	font-size: 26px;
}

.b-i-text .chara ul li p{
	font-size: 14px;
	line-height: 22px;
	margin-top: 8px;
}


.b-i-text .chara ul li:nth-child(3),.b-i-text .chara ul li:nth-child(4){
	margin-top: 0;
}



.brand-com-pic{
	margin-top: 40px;
}

.pb-carouselWarp.demo3 .pb-carousel {
	height: 400px;
}

.pb-carouselWarp.demo3 .pb-carousel li i{
	left: 3.7%;
	top: 40px;
	font-size: 18px;
}

.pb-carouselWarp.demo3 .pb-carousel li img{
	
}

.pb-carouselWarp.demo3 .pb-arrow {
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  
}
.pb-carouselWarp.demo3 .pb-arrow-prev {
  left: 3.7%;
}

.pb-carouselWarp.demo3 .pb-arrow-next {
  right: 3.7%;
}




.indu-cha{
	padding: 70px 0 78px 0;
}


.brand-title{
	padding: 0 6%;
}

.brand-title h3{
	font-size: 30px;
}

.brand-title span{
	margin: 20px auto 22px auto;
	height: 3px;
	width: 28px;
}

.brand-title p{
	font-size: 14px;
	line-height: 26px;
}


.indu-cha-pic{
	padding-top: 8px;
}

.indu-cha-pic ul li{
	margin-top: 24px;
	width: 23.725%;
	float: left;
	margin-left: 1.7%;
}

.indu-cha-pic ul li:nth-child(4n+1){
	margin-left: 0;
}

.indu-cha-pic ul li i{
	margin: 10px 8px 0 8px;
	font-size: 14px;
	background: url(/skin/images/brand_pro_jt.png) right center no-repeat;
	background-size: 10px 10px;
}




.field{
	padding: 70px 0 78px;
}

.field-con{
	margin-top: 40px;
}

.field-l{
	float: left;
	width: 28.25%;
	border-radius: 20px;
}


.field-m{
	float: left;
	width: 40.1%;
	border-radius: 20px;
	margin: 0 1.7%;
}


.field-r{
	float: right;
	width: 28.25%;
	border-radius: 10px;
}


.field-con .box{
	padding: 32px 0px;
}

.field-con .subtitle i{
	font-size: 20px;
}

.field-con .subtitle span{
	font-size: 12px;
}

.field-con .item ul li{
	margin-top: 20px;
}

.field-con .item ul li img{
	height: 32px;
}

.field-con .item ul li i{
	font-size: 12px;
	margin-top: 10px;
}


.field-l .item ul li{
	width: 50%;
	float: left;
}

.field-l .item ul li:before{
	position: absolute;
	left: 0;
	height: 100%;
	width: 1px;
}

.field-l .item ul li:first-child:before{
	display: none;
}

.field-l .item ul li:last-child:before{
	display: none;
}

.field-l .item ul li:last-child{
	width: 100%;
	height: 60px;
	line-height: 50px;
}



.field-m .item ul li{
	width: 33.33%;
	float: left;
}

.field-m .item ul li:before{
	position: absolute;
	left: 0;
	height: 100%;
	width: 1px;
}

.field-m .item ul li:nth-child(3n+1):before{
	display: none;
}


.field-m .item ul li:last-child{
	height: 60px;
	line-height: 30px;
}



.field-r .item ul li{
	width: 50%;
	float: left;
}

.field-r .item ul li:before{
	position: absolute;
	left: 0;
	height: 100%;
	width: 1px;
}

.field-r .item ul li:nth-child(2n+1):before{
	display: none;
}

.field-r .item ul li:last-child{
	height: 60px;
	line-height: 30px;
}



.distri{
	padding: 70px 0;
}

.distri-pic{
	margin-top: 48px;
}



.vision{
	height: 520px;
	background: url(/skin/images/vision_bg.jpg) center center no-repeat;
	background-size: auto 100%;
}

.vision .container{
	padding: 70px 0;
}



.b-honor{
	padding: 70px 0 70px 0;
}






.join-banner{
	height: 520px;
}

.join-banner .title{
	padding-top: 70px;
}

.join-banner .title h3{
	font-size: 16px;
	height: 32px;
	line-height: 30px;
	padding: 0 24px;
	border-radius: 18px;
}

.join-banner .title h2{
	font-size: 40px;
	margin-top: 16px;
	letter-spacing: 4px;
}

.join-banner .title p{
	font-size: 12px;
	margin-top: 10px;
	letter-spacing: 1px;
}


.join-prospect{
	padding: 72px 0 80px;
}

.join-prospect .title{
	padding: 0 4%;
}

.join-prospect .title h3{
	font-size: 34px;
}

.join-prospect .title h4{
	font-size: 16px;
	margin-top: 10px;
}

.join-prospect .title span{
	margin-top: 24px;
	height: 3px;
	width: 32px;
}

.join-prospect .title p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 24px;
}



.pros-item{
	padding-top: 56px;
}

.pros-item ul li{
	width: 25%;
	float: left;
}

.pros-item ul li img{
	width: 100px;
}

.pros-item ul li h5{
	font-size: 16px;
	margin-top: 16px;
}

.pros-item ul li p{
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 12px;
	padding: 0 5%;
}

.pros-icon{
	width: 10px;
	height: 10px;
	background-size: 100% 100%;
}



.base{
	padding: 72px 0 80px;
}


.base-text{
	float: left;
	width: 48%;
}

.base-text h3{
	font-size: 32px;
	line-height: 42px;
}

.base-text h3 em{
	
}

.base-text span{
	margin-top: 26px;
	height: 3px;
	width: 30px;
}

.base-text p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 36px;
}


.base-chara{
	float: right;
	width: 46%;
}

.base-chara ul li{
	float: left;
	width: 50%;
}

.base-chara ul li i{
	font-size: 32px;
}

.base-chara ul li span{
	font-size: 16px;
}

.base-chara ul li p{
	font-size: 14px;
	margin-top: 4px;
}


.base-chara ul li:nth-child(3),.base-chara ul li:nth-child(4){
	margin-top: 40px;
}



.tech{
	padding: 72px 0 80px;
}

.join-title h3{
	font-size: 32px;
}

.join-title h4{
	font-size: 14px;
	margin-top: 8px;
}


.tech-item{
	padding-top: 24px;
}

.tech-item ul li{
	padding: 32px 0;
	width: 32.2%;
	float: left;
	margin-left: 1.7%;
	margin-top: 16px;
}

.tech-item ul li:nth-child(4n+1){
	margin-left: 1.7%;
	clear: initial;
}

.tech-item ul li:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}


.tech-item ul li img{
	width: 80px;
}

.tech-item ul li i{
	padding: 0 5%;
	font-size: 16px;
	margin-top: 20px;
}

.tech-item ul li p{
	padding: 0 6%;
	font-size: 12px;
	margin-top: 6px;
}

.tech-item ul li span{
	margin-top: 18px;
	height: 2px;
	width: 16px;
}



.join-case{
	padding: 72px 0 80px;
}





.policy{
	padding: 72px 0;
}

.j-phone-tit{
	display: block;
}


.policy-l{
	float: left;
	width: 100%;
	margin-top: 32px;
}

.policy-l .item{
	margin-top: 0;
	float: left;
	width: 25%;
	text-align: center;
}

.policy-l .item:first-child{
	margin-left: 0px;
	margin-top: 0;
}

.policy-l .item:last-child{
	margin-left: 0px;
}

.policy-l .item:first-child .text,.policy-l .item:last-child .text{
	width: 100%;
}

.policy-l .item .tp{
	float: initial;
	width: 100px;
	margin: 0 auto;
}

.policy-l .item .text{
	float: initial;
	width: 100%;
	margin-left: initial;
	padding-top: 0;
}

.policy-l .item:nth-child(1) .text,.policy-l .item:nth-child(2) .text{
	padding-top: 0px;
}

.policy-l i,.policy-r i{
	font-size: 16px;
	display: block;
	margin-top: 14px;
}

.policy-l p,.policy-r p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	padding: 0 4%;
}


.policy-t{
	display: none;
}


.policy-r{
	float: right;
	width: 100%;
	margin-top: 32px;
}

.policy-r .item{
	float: left;
	margin-top: 0;
	width: 25%;
}

.policy-r .item:first-child{
	margin-right: 0px;
	margin-top: 0;
}

.policy-r .item:last-child{
	margin-right: 0px;
}

.policy-r .item:first-child .text,.policy-r .item:last-child .text{
	width: 100%;
}


.policy-r .item .tp{
	float: initial;
	width: 100px;
	margin: 0 auto;
}

.policy-r .item .text{
	float: initial;
	width: 100%;
	margin-right: 0;
	text-align: center;
	padding-top: 0;
}

.policy-r .item:nth-child(3) .text,.policy-r .item:nth-child(4) .text{
	padding-top: 0px;
}



.stores{
	padding: 72px 0 80px;
}

.stores-tp{
	margin-top: 32px;
}



.flow{
	padding: 72px 0 80px;
}

.flow_list{
	padding-top: 6px;
}

.flow_list ul li{
	margin-left: 1.7%;
	float: left;
	width: 32.2%;
	border-radius: 10px;
	margin-top: 50px;
}

.flow_list ul li:first-child{
	margin-left: 0;
}

.flow_list ul li:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.flow_list ul li .box{
	padding: 50px 16px 42px 16px;
}

.flow_list ul li img{
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -32px;
}

.flow_list ul li i{
	font-size: 16px;
}

.flow_list ul li p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 8px;
}




/*产物内容页*/

.product_details {
	width: 100%;
	padding: 0px 0 70px 0;
}

.pro-con-tp {
	width: 100%;
	float: left;
	margin-top: 24px;
}

.pro-con-tp .preview{
	margin-top: 10px;
}

.pro-con-tp .preview img{
	width: 72px;
}

.pro-con-tp .preview .active {
    outline: 2px solid #ed6e01;
}

.pro-con-tp .slider__item img{
	height: 480px;
}

.product_details_textbox {
	width: 100%;
	float: right;
	padding-top: 60px;
}

.product_details_textbox .title h2{
	font-size: 28px;
}

.product_details_textbox .title span{
	padding: 0 16px;
	height: 24px;
	margin-top: 14px;
	font-size: 12px;
	line-height: 22px;
	border-radius: 15px;
}

.product_details_textbox .title p{
	font-size: 12px;
	line-height: 22px;
	margin-top: 16px;
}



.product_details_textbox .chara{
	margin-top: 30px;
}

.product_details_textbox .chara ul{
	padding: 10px 16px;
}

.product_details_textbox .chara ul li{
	line-height: 44px;
	height: 44px;
	font-size: 14px;
}

.product_details_textbox .chara ul li i{
	width: 25%;
}

.product_details_textbox .chara ul li span{
	width: 65%;
}

.pro-sult{
	margin-top: 32px;
}

.pro-sult em{
	font-size: 16px;
}

.pro-sult p{
	font-size: 12px;
	margin-top: 8px;
}

.pro-sult a{
	padding: 0 18px;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
	border-radius: 4px;
	margin-top: 24px;
}


.consult-icon{
	width: 14px;
	height: 13px;
	background: url(/skin/images/pro_icon_con.png) center center no-repeat;
	bottom: -2px;
	margin-right: 8px;
}



.pro-parame{
	padding: 70px 0 78px 0;
}

.pro-title h2{
	font-size: 28px;
}

.pro-title p{
	font-size: 14px;
	line-height: 22px;
	margin-top: 6px;
}

.pro-title span{
	font-size: 12px;
	margin-top: 4px;
}


.pro-par-list{
	margin-top: 40px;
}

.p-left{
	float: left;
	width: 49%;
}

.p-right{
	float: right;
	width: 49%;
}

.p-left ul,.p-right ul{
	padding: 12px 20px;
}

.p-left ul li,.p-right ul li{
	padding: 16px 0;
	font-size: 12px;
	border-top: 1px solid #cccccc;
	letter-spacing: 0;
}



.pro-contrast{
	padding: 70px 0 78px 0;
}

.p-c-con{
	margin-top: 40px;
}

.per-title{
	float: left;
	width: 18%;
	height: 90px;
	line-height: 90px;
}

.per-title h3{
	font-size: 18px;
}

.per-title:after{
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
	width: 8px;
	height: 16px;
	background: url(/skin/images/pro_ctra_sj.png) center center no-repeat;
	background-size: 100% 100%;
}


.per-list{
	float: right;
	width: 82%;
}

.per-list ul li{
	height: 90px;
	width: 25%;
	float: left;
	font-size: 14px;
}

.per-list ul li em{
	font-size: 12px;
	margin-top: 6px;
}

.per-list ul li:after{
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -20px;
	width: 1px;
	height: 40px;
}


.per-des p{
	font-size: 14px;
	margin-top: 18px;
}



.per-data{
	margin-top: 40px;
}


.p-d-t ul li{
	float: left;
	width: 11.11%;
	font-size: 14px;
	height: 56px;
}

.p-d-t ul li span{
	font-size: 12px;
	margin-top: 2px;
}


.d-icon{
	position: absolute;
	right: -7px;
	top: 50%;
	margin-top: -7px;
	width: 12px;
	height: 12px;
}

.chu-icon{
	background: url(/skin/images/pro_ctra_chu.png) center center no-repeat;
	background-size: 100% 100%;
}

.deng-icon{
	background: url(/skin/images/pro_ctra_deng.png) center center no-repeat;
	background-size: 100% 100%;
}

.cheng-icon{
	background: url(/skin/images/pro_ctra_cheng.png) center center no-repeat;
	background-size: 100% 100%;
}



.p-d-l ul li{
	float: left;
	width: 11.11%;
	font-size: 14px;
	height: 56px;
}


.per-data-tp{
	margin-top: 40px;
}



.pro-heat{
	position: relative;
}

.pro-heat .pro-title{
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.pro-heat .pro-title p{
	margin-top: 10px;
	line-height: 22px;
	width: 300px;
}

.pro-heat-tp{
	position: relative;
	top: 0;
	z-index: 1;
}


.fine-quality{
	padding: 70px 0 70px 0;
}


.f-q-item{
}

.f-q-item .item{
	float: left;
	width: 49%;
	margin-top: 50px;
	margin-left: 2%;
	background: initial;
}

.f-q-item .item:nth-child(2n+1){
	margin-left: 0;
	clear: both;
}

.f-q-item .item .tp{
	float: left;
	width: 28%;
}

.f-q-item .item:first-child .text{
	padding: 0px 4% 0 4%;
}

.f-q-item .item .text{
	float: left;
	width: 60%;
	padding: 0px 4% 0 4%;
}

.f-q-item .item.f-text .text{
	padding: 0px 4% 0 4%;
}

.f-q-item .item .text h3{
	font-size: 16px;
}

.f-q-item .item .text p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}



.pro-adv-1{
	padding: 70px 0 70px 0;
}

.adv-zlbp{
	margin-top: 40px;
}

.adv-zlbp .tp{
	width: 49%;
	float: right;
}

.adv-zlbp .text{
	width: 45%;
	float: left;
	padding-top: 32px;
	padding-right: 4%;
}

.adv-zlbp .text img{
	height: 70px;
}

.adv-zlbp .text h3{
	font-size: 18px;
	margin-top: 18px;
}

.adv-zlbp .text p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}

.adv-zlbp .text span{
	width: 24px;
	height: 2px;
	margin-top: 32px;
}



.adv-znhs{
	padding: 70px 0;
}

.adv-znhs .tp{
	width: 49%;
	float: left;
}

.adv-znhs .text{
	width: 45%;
	float: right;
	padding-top: 16px;
	padding-left: 4%;
}

.adv-znhs .text img{
	height: 70px;
}

.adv-znhs .text h3{
	font-size: 18px;
	margin-top: 18px;
}

.adv-znhs .text p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}

.adv-znhs .text span{
	width: 24px;
	height: 2px;
	margin-top: 32px;
}




.pro-adv-3{
	padding: 70px 0;
}

.adv-znkz .tp{
	width: 49%;
	float: right;
}

.adv-znkz .text{
	width: 44%;
	float: left;
	padding-right: 5%;
	padding-top: 0px;
}

.adv-znkz .text img{
	height: 70px;
}

.adv-znkz .text h3{
	font-size: 18px;
	margin-top: 18px;
}

.adv-znkz .text p{
	font-size: 12px;
	line-height: 24px;
}

.adv-znkz .text p i{
	font-size: 14px;
	line-height: 26px;
	margin-top: 12px;
}




.scenario{
	padding: 70px 0 70px;
}


.sce-box{
	margin-top: 70px;
	padding: 0 0;
}

.sce-left{
	width: 40%;
	float: left;
}

.sce-left ul li:first-child{
	margin-top: 10px;
	margin-left: 6%;
}

.sce-left ul li:last-child{
	margin-left: 6%;
}

.sce-left ul li{
	margin-top: 40px;
	line-height: 80px;
	font-size: 16px;
}

.sce-left ul li img{
	height: 80px;
	margin-right: 20px;
	float: left;
}

.sce-right{
	width: 40%;
	float: right;
}

.sce-right ul li:first-child{
	margin-top: 10px;
	margin-right: 6%;
}

.sce-right ul li:last-child{
	margin-right: 6%;
}

.sce-right ul li{
	margin-top: 30px;
	line-height: 80px;
	font-size: 16px;
	text-align: right;
}

.sce-right ul li img{
	height: 80px;
	margin-left: 20px;
	float: right;
}


.sce-tp{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.sce-tp img{
	height: 300px;
}


.pro-instal .pro-title{
	top: 40px;
	left: 50%;
}

.pro-instal .pro-title p{
	margin-top: 28px;
	line-height: 36px;
}


.pro-par-des{
	margin-top: 24px;
}

.pro-par-des p{
	font-size: 12px;
	line-height: 24px;
}