  .header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #FFFFFF;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	height: 80px;
}

.height-80{
	height: 80px;
}

.container{
	max-width: 1440px;
	margin: 0 auto;
}

.logo{
	float: left;
	width: 17%;
	height: 80px;
}

.logo img{
	margin-top: 22px;
}

.tel-search{
	float: right;
	width: 17%;
	height: 80px;
	overflow: hidden;
}

.not-tel{
	line-height: 80px;
	float: right;
	color: #f36e21;
	font-size: 16px;
	font-weight: bold;
}



/*搜索*/

.sb-search {
	width: 0;
	min-width: 16px;
	height: 80px;
	float: right;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
}


.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border: none;
	outline: none;
	background: #f8f8f8;
	width: 84%;
	padding-left: 2%;
	height: 80px;
	z-index: 18;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.sb-search-open i:before{
	position: absolute;
	right: -50px;
	top: 30px;
	display: block;
	content: "";
	background: url(/skin/images/close.png) center top no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}


.sb-search.sb-search-open .sb-search-submit {
	 position: absolute;
	 right: 0;
	top: 0px;
	width: 120px;
	height: 80px;
	display: block;
	cursor: pointer;
	opacity: 1;
	background: #ed6d00 url(../images/search_icon_b.png) center center no-repeat;
	z-index: 19;
}

.sb-search.sb-search-open .sb-icon-search{
	   
	    transition: initial;
	-moz-transition: initial;
	-webkit-transition: initial;
}

.sb-icon-search {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 32px;
	cursor: pointer;
	display: block;
	-webkit-font-smoothing: antialiased;
	z-index: 9;
}

.sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
	border: none;
	outline: none;
	z-index: -1;
}



.sb-icon-search:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(/skin/images/search_icon.png) right center no-repeat;
	transition: initial;
	-moz-transition: initial;
	-webkit-transition: initial;
	cursor: pointer;
	
}

.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search{
	background: url(/skin/images/search_icon.png) right center no-repeat;
	z-index: 11;
}

/* Open state */

.sb-search-open .sb-search-input{
	display: block;
}

.sb-search i {
	max-width: 1440px;
	margin: 0 auto;
	display: block;
	position: relative;
}


.sb-search.sb-search-open{
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	z-index: 999;
}



/*菜单*/

nav {
	float: left;
	width: 66%;
}

#starlist {
}

#starlist li {
	float: left;
	text-align: center;
	margin-left: 4%;
}



#starlist li>a {
	color: #333;
	font-size: 16px;
	display: block;
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 9;
	transition: initial;
}

#starlist li.active>a {
	color: #ed6d00;
}

#starlist li:hover>a {
	color: #ed6d00;
}




#starlist ul {}


#starlist li .sub {
	position: absolute;
	right: 0;
	top: 80px;
	width: 100%;
	height: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, .9);
	opacity: 0;
	z-index: 1;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	overflow: hidden;
}


#starlist li:hover .sub {
	opacity: 1;
	top: 80px;
	padding: 14px 0;
	height: auto;
	z-index: 99;
}


#starlist ul.sub {
	text-align: center;
}

#starlist ul.sub li {
	float: initial;
	display: inline-table;
	width: auto;
	text-align: center;
	margin: 0 12px;
}

#starlist ul.sub li a {
	color: #333;
	font-size: 15px;
	line-height: 30px;
	height: initial;
	font-weight: initial;
}


#starlist ul.sub li:hover a {
	color: #ed6d00;
	background: initial;
}




.menu span,.menu:before,#starlist .active span,#starlist .active:before  {
	display: none;
}

.menu:before,#starlist .active:before {
	position: absolute;
	content: "";
	top: 25px;
	right: 5px;
	background-image: url(/skin/images/jt.png);
	background-position: center center;
	background-size: 100%;
	width: 20px;
	height: 11px;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.menu:hover:before,#starlist .active:hover:before {
	transform: rotate(180deg)
}

#mnavh {
	display: none;
	margin: 26px 0 0 0;
	width: 16px;
	height: 24px;
	float: right;
	text-align: center;
	padding: 0 2% 0 0;
	right: 3%;
}


.navicon {
	display: block;
	position: relative;
	width: 24px;
	height: 2px;
	background-color: #666;
	bottom: -8px;
	cursor: pointer;
}

.navicon:before,
.navicon:after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	background: #666;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.navicon:before {
	margin-top: -8px;
}

.navicon:after {
	margin-top: 8px;
}

.open .navicon {
	background: none
}

.open .navicon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .navicon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open .navicon:before,
.open .navicon:after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	background: #666;
}






/*banner*/

.pb-carouselWarp {
    position: relative;
    width: 100%;
}
.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 800px;
  	overflow: hidden;
}

.pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.pb-carouselWarp .pb-carousel .pb-this {
  display: block;
  left: 0;
}

.pb-carouselWarp .pb-carousel li a {
 	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.pc{
	display: block;
}

.phone{
	display: none;
}



/*banner翻页圆点*/

.pb-carouselWarp .pb-carousel-ind {
	position: absolute;
	width: 100%;
	z-index: 8;
	bottom: 40px;
	left: 0;
	text-align: center;
	background-color:initial;
	padding: initial;
}


.pb-carouselWarp .pb-carousel-ind li {
  	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 0 4px;
	position: initial;
	background: url(/skin/images/arrow_dot.png);
	cursor: pointer;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.pb-carouselWarp .pb-carousel-ind li:hover {
	width: 16px;
	height: 16px;
	background: url(/skin/images/arrow_dot_a.png) center center no-repeat;
}

.pb-carouselWarp .pb-carousel-ind .pb-this {
	width: 16px;
	height: 16px;
	background: url(/skin/images/arrow_dot_a.png) center center no-repeat;
}

.pb-carouselWarp .pb-carousel-ind .pb-this:before {
	display: none;
}

.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 50px;
  height: 90px;
  cursor: pointer;
  border: none;
  outline: none;
  
}
.pb-carouselWarp .pb-arrow-prev {
  left: 0px;
 border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
  background: url(/skin/images/arrow_left.png) no-repeat center;
  transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
.pb-carouselWarp .pb-arrow-prev:hover,.pb-carouselWarp .pb-arrow-next:hover{
	background-color: rgba(0,0,0,.5);
}

.pb-carouselWarp .pb-arrow-next {
  right: 0px;
  border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
  background: url(/skin/images/arrow_right.png) no-repeat center;
  transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

/* banner end */





.foot{
	background: #222222;
	padding: 80px 0 72px 0;
}

.foot-up{
	padding-bottom: 48px;
	border-bottom: 1px solid #393939;
}

.foot-logo{
	float: left;
	width: 30%;
}

.foot-logo img{
	float: left;
	display: block;
}

.foot-logo p{
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	float: left;
	margin-left: 40px;
}

.foot-logo p span{
	display: block;
}


.foot-menu{
	float: left;
	width: 60%;
}


.foot-menu ul li{
	float: left;
	width: 14.28%;
}

.foot-menu ul li a{
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}


.foot-menu ul li ul li{
	float: initial;
	width: 90%;
}

.foot-menu ul li ul{
	margin-top: 8px;
}

.foot-menu ul li ul li a{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.foot-menu ul li ul li a:hover{
	color: #FFFFFF;
}

.foot-top{
	float: right;
}

.foot-un{
	
}

.foot-contact {
	width: 72%;
	float: left;
}

.foot-contact ul li{
	float: left;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 44px;
	margin-right: 88px;
	letter-spacing: .24px;
}


.foot-contact ul li i{
	font-size: 12px;
	display: block;
	margin-bottom: 16px;
}


.foot-copy {
	width: 28%;
	float: right;
	margin-top: 40px;
}

.foot-rwm ul li{
	float: right;
	text-align: center;
	margin-left: 24px;
}

.foot-rwm ul li i{
	font-size: 12px;
	color: #ffffff;
	display: block;
	margin-bottom: 10px;
}

.foot-copy-text{
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: right;
	margin-top: 20px;
	position: relative;
}

.foot-copy-text em{
	position: absolute;
	bottom: -24px;
	width: 100%;
	right: 0;
}

.foot-copy-text a{
	font-size: 12px;
	color: #777;
}

.foot-copy-text a:hover{
	color: #fff;
}

.foot-link{
	background: #1d1d1d;
	font-size: 14px;
	color: #858585;
	line-height: 26px;
}

.foot-link .container{
	padding: 20px 0;
}

.foot-link i{
	color: #858585;
}

.foot-link a{
	color: #858585;
	margin-right: 8px;
}

.foot-link a:hover{
	color: #FFFFFF;
}



.i-n-b .pb-carouselWarp .pb-carousel {
	position: relative;
	height: 680px;
  	overflow: hidden;
}

.i-n-b .pb-carouselWarp ul li{
	background: url(/skin/images/pro_bg.png) center center no-repeat;
}

.i-n-b .pro-msg{
	position: absolute;
	left: 0;
	top: 128px;
	width: 30%;
}

.pro-msg h3{
	font-size: 24px;
	height: auto;
	font-weight: initial;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pro-msg h4{
	font-size: 32px;
	height: auto;
	font-weight: initial;
	color: #f36e21;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pro-msg .mod{
	padding: 0 16px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #d9d9d9;
	font-size: 12px;
	color: #666666;
	display: inline-block;
	border-radius: 12px;
	margin-top: 40px;
}

.pro-link{
	position: absolute;
	left: 0;
	bottom: 120px;
}

.i-n-b .pb-carouselWarp .pb-carousel li .pro-link a{
	display: inline-block;
	width: 65px;
	padding: 0 30px 0 25px;
	height: 32px;
	line-height: 32px;
	background: #EE1D23;
	border-radius: 16px;
	position: relative;
	color: #fff;
	font-size: 12px;
	z-index: 9;
}

.i-n-b .pb-carouselWarp .pb-carousel li .pro-link a:hover{
	box-shadow: 0 3px 4px rgba(238,29,35,.5);
}

.i-n-b .pb-carouselWarp .pb-carousel li .pro-link a .arr-b:after{
	right: 25px;
	top: 12px;
}



.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: 90px;
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	padding-left: 28px;
}

.i-n-b .pro-sale p:last-child{
	border-bottom: initial;
}

.i-n-b .pro-sale p img{
	float: left;
	display: block;
	padding-top: 26px;
}

.i-n-b .pro-sale p i{
	float: right;
	display: block;
}



.i-n-b .pro-img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.i-n-b .pb-carouselWarp .pb-arrow {
  position: absolute;
  top: -32px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  
}
.i-n-b .pb-carouselWarp .pb-arrow-prev {
	left: initial;
  right: 224px;
  background: url(/skin/images/pro_arrow_left.png) no-repeat center;
}

.i-n-b .pb-carouselWarp .pb-arrow-prev:hover{
	 background: url(/skin/images/pro_arrow_left_a.png) no-repeat center;
}

.i-n-b .pb-carouselWarp .pb-arrow-next:hover{
	 background: url(/skin/images/pro_arrow_right_a.png) no-repeat center;
}

.i-n-b .pb-carouselWarp .pb-arrow-next {
  right: 168px;
  background: url(/skin/images/pro_arrow_right.png) no-repeat center;
}





.in-not-pro{
	padding-top: 120px;
}

.pro-top {
	padding-bottom: 40px;
	border-bottom: 1px solid #EEEEEE;
}

.pro-top .in-title{
	text-align: left;
	float: left;
	width: 45%;
}

.pro-cut{
	float: right;
}

.pro-cut .more-list{
	margin-top: 60px;
}




.in-pro{
	padding: 104px 0 120px;
	background: #F8F8F8 url(../images/product_bg.png) right top no-repeat;
}

.title-l h2{
	font-size: 40px;
	color: #333333;
	float: left;
	font-weight: initial;
}

.title-more{
	float: right;
	padding-top: 24px;
}

.title-more a{
	font-size: 12px;
	color: #333333;
}

.title-more a:hover{
	color: #EE1D23;
}

.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;
	display: inline-block;
}

.arr-h:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 9px;
	height: 8px;
	display: inline-block;
	content: "";
	background: url(/skin/images/more_arr.png) center top no-repeat;
}


.in-pro-box{
	margin-top: 56px;
}

.in-pro-box .item{
	position: relative;
	top: 0;
	width: 32.2%;
	margin-left: 1.7%;
	background: #FFFFFF;
	float: left;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.in-pro-box .item:hover{
	top: -10px;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}

.in-pro-box .item:first-child{
	margin-left: 0;
}

.in-pro-box .item .box{
	padding: 8px;
}

.in-pro-box .item .tp{
	background: url(/skin/images/pro_item_bg.jpg) center top no-repeat;
	background-size: 100% 100%;
}


.pro_name{
	text-align: center;
	font-size: 18px;
	color: #000000;
	margin-top: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pro_xh_int{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pro_ling{
	margin-top: 8px;
	text-align: center;
	padding-bottom: 14px;
}

.pro_ling a{
	font-size: 12px;
	color: #666;
	position: relative;
	z-index: 10;
}

.pro_ling a:hover{
	color: #EE1D23;
}


.ling-arr{
	width: 13px;
	height: 7px;
	display: inline-block;
	position: relative;
}

.ling-arr:after{
	position: absolute;
	right: 0;
	top: -1px;
	width: 5px;
	height: 7px;
	content: "";
	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: 800px;
	background: url(/skin/images/about_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}

.in-about .container{
	position: relative;
}

.com-file{
	width: 464px;
	position: absolute;
	left: 0;
	top: 114px;
}

.com-file h2{
	position: relative;
	font-weight: initial;
	font-size: 40px;
	color: #FFFFFF;
}

.com-file h2:after{
	position: absolute;
	bottom: -35px;
	left: 0;
	content: "";
	display: block;
	width: 32px;
	height: 3px;
	background: #FFFFFF;
}

.com-file .text{
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	margin-top: 80px;
}

.com-file .text i{
	font-size: 18px;
	line-height: 36px;
	display: block;
	margin-bottom: 8px;
}


.about-more{
	margin-top: 56px;
}

.about-more a{
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	width: 80px;
	padding: 0 23px;
	height: 30px;
	line-height: 30px;
	border-radius: 16px;
	border: 1px solid #FFFFFF;
}


.arr-b:after{
	position: absolute;
	right: 15px;
	top: 12px;
	width: 9px;
	height: 7px;
	content: "";
	background: url(/skin/images/more_arr_b.png) center top no-repeat;
}


.com-power{
	position: absolute;
	right: 0;
	top: 114px;
	width: 34%;
}

.com-power ul li{
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 48px;
	color: #FFFFFF;
}

.com-power ul li i{
	font-size: 48px;
	font-family: arial;
	display: block;
	margin-bottom: 8px;
}



.in-video-b{
	position: absolute;
	left: 50%;
	top: 368px;
	margin-left: -31.5px;
}

.in-video-b a{
	position: relative;
	width: 63px;
	height: 63px;
	display: block;
}

.in-video-b a img{
	position: relative;
	z-index: 9;
}

.in-video-b a:before{
	display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: #fff solid 1px;
    border-radius: 50%;
    animation: living 2s linear infinite;
    z-index: 1;
}

.in-video-b a:after{
	display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    border-radius: 50%;
    animation: living 2s linear 1.5s infinite;
    z-index: 1;
}



.videos{
	
}

.videos-bg{
	
}

.videos-bg #video{
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 9;
	height: 100%;
	width: 100%;
	
}

.vclose-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 1;
	cursor: pointer;
}

.vclose{
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 10;
	cursor: pointer;
}



.in-case{
	padding: 104px 0 110px;
}

.in-title{
	text-align: center;
}

.in-title h2{
	font-size: 40px;
	color: #333333;
	font-weight: initial;
}

.in-title p{
	font-size: 18px;
	color: #333333;
	margin-top: 16px;
}



.in-case-box{
	margin-top: 32px;
}

.in-case-box .item{
	float: left;
	width: 32.2%;
	margin-left: 1.7%;
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}

.in-case-box .item:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.in-case-box .item .tp img{
	display: block;
}

.in-case-box .item:hover .box{
	top: 0;
}

.in-case-box .item .box{
	transition: all 0.3s;
	position: absolute;
	top: 100%;
	left: 0;
	width: 90%;
	padding: 0 5%;
	height: 100%;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.in-case-box .item .text{
	text-align: center;
}

.in-case-box .item .text h2{
	font-weight: initial;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.in-case-box .item .text p{
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	margin-top: 12px;
	margin-bottom: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.in-case-box .item .text a{
	color: #fff;
	font-size: 14px;
	position: relative;
}


.arr-m{
	width: 14px;
	display: inline-block;
}

.arr-m:after{
	position: absolute;
	display: block;
	right: 0px;
	top: 5px;
	width: 6px;
	height: 9px;
	content: "";
	background: url(/skin/images/arr_m.png) center top no-repeat;
}


.more-list{
	text-align: center;
	margin-top: 48px;
}

.more-list a{
	padding: 11px 28px;
	border: 1px solid #d9d9d9;
	color: #333;
	display: inline;
	border-radius: 20px;
	font-size: 12px;
	position: relative;
}


.arr-l{
	width: 21px;
	display: inline-block;
}

.arr-l:after{
	position: absolute;
	top: 12.3px;
	display: block;
	width: 13px;
	height: 13px;
	content: "";
	background: url(/skin/images/more_list.png) center top no-repeat;
}

.more-list a:hover{
	border: 1px solid #EE1D23;
	background: #EE1D23;
	color: #fff;
}

.more-list a:hover .arr-l:after{
	background: url(/skin/images/more_list_b.png) center top no-repeat;
}



.in-solu{
	background: #f8f8f8;
	padding: 104px 0 128px;
}

.in-solu-box{
	margin-top: 96px;
}

.in-solu-box .item{
	float: left;
	width: 25%;
	height: 380px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.in-solu-box .item:before{
	position: absolute;
	left: -12px;
	top: 0;
	width: 380px;
	height: 380px;
	display: block;
	content: "";
	background: url(/skin/images/solu_line.png) center top no-repeat;
}

.in-solu-box .item .text{
	text-align: center;
}

.in-solu-box .item .text h2{
	font-size: 30px;
	color: #333333;
	font-weight: initial;
	margin-top: 26px;
	transition: all 0.3s;
}

.in-solu-box .item:hover .text h2{
	color: #ED6D00;
}

.in-solu-box .item .text p{
	font-size: 16px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 12px;
}

.in-solu-box .item .text a{
	position: relative;
	z-index: 9;
	color: #666;
	font-size: 14px;
}

.in-solu-box .item .text a:hover{
	color: #EE1D23;
}

.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: 114px 0 100px;
}

.news-top{
	padding-bottom: 32px;
	border-bottom: 1px solid #eeeeee;
}

.in-news .in-title{
	text-align: left;
	float: left;
	width: 50%;
}



.news-tab{
	float: right;
	width: 50%;
}

.tabs{ 
	margin-top: 62px;
text-align: right;
}
.tabs a{
	display: inline-block;
	color:#333;
	text-align:center;
	line-height:36px;
	font-size:18px;
	margin-left: 60px;
	transition: initial;
}

.tabs a.active{
	color: #ed6d00;
	position: relative;
}

.tabs a.active:after{
	position: absolute;
	bottom: -32px;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #ed6d00;
}

.swiper-container{
	width:100%;border-top:0;
}

.swiper-slide{
	width:100%;
	background:none;
}


.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */	
	z-index:1;
}
	
.swiper-wrapper {
	position:relative;width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}



.news-box{
	margin-top: 80px;
}

.not-left{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
}

.not-left .tp img{
	display: block;
}

.not-left .text {
	margin-top: 20px;
}

.not-left .text span{
	font-size: 14px;
	color: #666666;
}

.not-left .text a h2{
	font-size: 18px;
	line-height: 32px;
	height: 32px;
	color: #333333;
	font-weight: initial;
	margin-top: 6px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all 0.3s;
}

.not-left .text a:hover h2{
	color: #ee1d23;
}

.not-left .text p{
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	color: #858585;
	margin-top: 8px;
	margin-bottom: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.not-left .text a{
	position: relative;
	z-index: 9;
	color: #999999;
	font-size: 14px;
}

.not-left .text a:hover{
	color: #EE1D23;
}

.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{
	float: right;
	width: 66.1%;
}

.news-list .item{
	position: relative;
	width: 48.7%;
	float: left;
	margin-left: 2.6%;
	margin-bottom: 24px;
}

.news-list .item:nth-child(2n+1){
	margin-left: 0;
}

.news-list .item .box{
	padding: 36px 28px;
	border: 1px solid #eeeeee;
}

.news-list .item:nth-child(3),.news-list .item:nth-child(4){
	margin-bottom: 0;
}



.news-list .item span{
	font-size: 14px;
	color: #666666;
}

.news-list .item h2{
	font-size: 18px;
	line-height: 32px;
	height: 32px;
	color: #333333;
	font-weight: initial;
	margin-top: 6px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all 0.3s;
}

.news-list .item:hover h2{
	color: #ed6d00;
}

.news-list .item p{
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	color: #858585;
	margin-top: 8px;
	margin-bottom: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.news-list .item .box a{
	position: relative;
	z-index: 9;
	color: #999999;
	font-size: 14px;
}

.news-list .item .box a:hover{
	color: #EE1D23;
}

.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 {
	position: relative;
	height: 600px;
  	overflow: hidden;
  	margin: 0 auto;
}

.case-banner .pb-carousel li a:after{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 190px;
	width: 100%;
	display: block;
	content: "";
	background: url(/skin/images/case_bg.png) left bottom no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.case-banner .pb-carousel li .text{
  position: absolute;
  width: 1440px;
  transform: translateX(-50%);
  bottom: 32px;
  left: 50%;
  z-index: 9;
}

.case-banner .pb-carousel li h2{
	width: 60%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 30px;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.case-banner .pb-carousel li p{
	width: 60%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 28px;
  font-size: 14px;
  color: #FFFFFF;
}


.case-banner .pb-carouselWarp .pb-arrow {
	z-index: 9;
  position: absolute;
  top: initial;
  margin-top: initial;
  bottom: 48px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: none;
  outline: none;
  display: block;
}

.case-banner .pb-carouselWarp .pb-arrow-prev {
  right: 50%;
  left: initial;
  margin-right: -670px;
  background: url(/skin/images/case_left.png) no-repeat center;
}

.case-banner .pb-carouselWarp .pb-arrow-prev:hover{
	background-color: initial;
	background: url(/skin/images/case_left_a.png) no-repeat center;
}

.case-banner .pb-carouselWarp .pb-arrow-next {
  right: 50%;
   margin-right: -720px;
  background: url(/skin/images/case_right.png) no-repeat center;
}

.case-banner .pb-carouselWarp .pb-arrow-next:hover{
	background-color: initial;
	background: url(/skin/images/case_right_a.png) no-repeat center;
}



.list-menu{
	
}

.list-menu .container{
	border-bottom: 1px solid #eeeeee;
}


.list-menu .l-m-b{
	width: 68%;
	float: left;
	line-height: 120px;
}

.list-menu .l-m-b ul li{
	float: left;
	margin-right: 32px;
}

.list-menu .l-m-b ul li:last-child{
	margin-right: 0;
}

.list-menu .l-m-b ul li a{
	color: #858585;
	font-size: 18px;
}

.list-menu .l-m-b ul li a:hover{
	color: #ed6d00;
}

.list-menu .l-m-b ul li.active a{
	color: #ed6d00;
}

.cru-menu{
	float: right;
	line-height: 120px;
}

.cru-menu:before{
	position: relative;
	left: 0;
	top: 1px;
	display: inline-block;
	content: "";
	background: url(/skin/images/cru_h.png) left top no-repeat;
	width: 16px;
	height: 16px;
}

.cru-menu a{
	font-size: 16px;
	color: #858585;
	margin-left: 32px;
}

.cru-menu a:hover{
	color: #ed6d00;
}

.cru-menu a:first-child{
	margin-left: 10px;
}

.cru-menu a:first-child:before{
	display: none;
}

.cru-menu a:before{
	position: relative;
	left: -19px;
	display: inline-block;
	content: "";
	background: url(/skin/images/cru_j.png) left top no-repeat;
	width: 7px;
	height: 11px;
}


.case-list{
	padding: 62px 0 100px 0;
	text-align: center;
}

.case-list .item{
	float: left;
	width: 32.2%;
	margin-left: 1.7%;
	margin-top: 38px;
}

.case-list .item:nth-child(3n+1){
	margin-left: 0;
}

.case-list .item .tp{
	height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.case-list .item .tp img{
	max-width: initial;
	max-height: 320px;
}

.case-list .item .des{
	margin-top: 12px;
}

.case-list .item h2{
	font-size: 18px;
	color: #333333;
	font-weight: initial;
	max-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 8px;
	text-align: left;
}

.case-list .item p{
	font-size: 14px;
	color: #999999;
	max-height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-align: left;
}


/*翻页控件代码*/

.paging {
	text-align: center;
}

.paging .container{
	padding: 72px 0 110px 0;
	border-top: 1px solid #eee;
}

.paging #AspNetPager1 {
	
}

#AspNetPager1 span {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ed1c22;
	display: inline-block;
	color: #FFFFFF;
	background: #ed1c22;
	margin: 0 5px;
	font-size: 14px;
	border-radius: 50%;
}

.paging a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #eee;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-align: center;
	font-family: Arial;
	margin: 0 5px;
	border-radius: 50%;
}

.paging a:hover {
	border: 1px solid #ed1c22;
	color: #FFFFFF;
	background: #ed1c22;
}




.cru-box .cru-menu{
	float: initial;
	line-height: 88px;
}

.case-con-box{
	
}

.case-con-tp{
	float: left;
	width: 58.4%;
}


.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #444;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider {
  position: relative;
  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.slider__item img {
  display: block;
  max-width: initial;
  height: 570px;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
} 
/* Arrows */
.slider__switch {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
  background: #000;
  opacity: .3;
  transition: opacity .15s ease;
  fill: #fff;
}
.slider__switch--prev {
  left: 10px;
}
.slider__switch--next {
  right: 10px;
}

.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: none;
}

.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}

		.preview {
			margin-top: 16px;
		    text-align: center;
		    padding: 0 5px;
		}
		.preview a {
			 transition: initial;
		  display: inline-block;
		  margin: 0 5px;
		}
		.preview img {
		  display: block;
		  width: 150px;
		  height: auto;
		}
		.preview .active {
		  outline: 3px solid #ed6d00;
		}

.case-con-text{
	float: right;
	width: 35%;
	margin-top: 10px;
}

.case-con-text .box{
	
}

.case-con-text h2{
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}

.case-con-text .case-char{
	margin-top: 12px;
}

.case-con-text .case-char span{
	color: #EE1D23;
	padding: 0 8px;
	display: inline-block;
	border: 1px solid #EE1D23; 
	font-size: 12px;
	margin: 4px 8px 4px 0;
}

.case-con-text .case-char span:nth-child(2n+1){
	border: 1px solid #ed6d00;
	color: #ed6d00; 
}

.case-con-text .text{
	font-size: 14px;
	line-height: 24px;
	color: #858585;
	margin-top: 20px;
}

.case-con-text .chara{
	margin-top: 40px;
}

.case-con-text .chara ul{
	
}

.case-con-text .chara ul li{
	line-height: 48px;
	background: url(/skin/images/case_ch_line.png) center bottom repeat-x;
	font-size: 14px;
	color: #858585;
	overflow: hidden;
}

.case-con-text .chara ul li:last-child{
	background: initial;
}



.case-sult{
	margin-top: 48px;
}

.case-sult a{
	display: inline-block;
	padding: 0 25px;
	background: #EE1D23;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
}



.case-con-page{
	margin-top: 88px;
}

.c-video video{
	width: 100%;
	cursor: pointer;
	vertical-align: top;
}

.c-video iframe{
	width: 100%;
	height: 800px;
	vertical-align: top;
}


.c-content{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	margin-top: 48px;
}

.c-content a{
	color: #ed6d00;
}

.con-paging{
	background: #fafafa;
	padding: 0 1%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 80px;
	height: 56px;
	overflow: hidden;
	border-top: 1px solid #e4e4e4;
}

.con-paging .on{
	float: left;
	width: 40%;
}

.con-paging .on i{
	width: 80%;
	margin: 16px 0;
	display: block;
}

.con-paging .on a:after{
	content: "";
	display: block;
	height: 12px;
	width: 9px;
	background: url(/skin/images/con_l_sj.png) left top no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
}

.con-paging .on i a{
	padding-left: 23px;
	position: relative;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.con-paging .on i:hover a{
	color: #ed6d00;
}

.con-paging .on a:hover:after{
	background: url(/skin/images/con_l_a_sj.png) left top no-repeat;
}

.con-paging .return{
	float: left;
	width: 20%;
	text-align: center;
}

.con-paging .return i{
	padding-left: 23px;
	width: 80%;
	margin: 16px 0;
	display: block;
}

.con-paging .return i a{
	font-size: 16px;
	color: #333333;
	position: relative;
	overflow: hidden;
}

.con-paging .return i a:hover{
	color: #ed6d00;
}

.con-paging .return a:after{
	content: "";
	display: block;
	height: 13px;
	width: 13px;
	background: url(/skin/images/con_jh.png) left top no-repeat;
	position: absolute;
	left: -28px;
	top: 5px;
}

.con-paging .return a:hover:after{
	background: url(/skin/images/con_a_jh.png) left top no-repeat;
}

.con-paging .down{
	float: left;
	width: 40%;
	text-align: right;
}

.con-paging .down i{
	overflow: hidden;
	width: 80%;
	float: right;
	padding-right: 23px;
	margin: 16px 0;
}

.con-paging .down i a{
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	position: relative;
}


.con-paging .down i a:hover{
	color: #ed6d00;
}

.con-paging .down a:after{
	content: "";
	display: block;
	height: 12px;
	width: 9px;
	background: url(/skin/images/con_r_sj.png) left top no-repeat;
	position: absolute;
	right: -23px;
	top: 5px;
}

.con-paging .down a:hover:after{
	background: url(/skin/images/con_r_a_sj.png) left top no-repeat;
}




.in-pro.relpro{
	background: initial;
}

.in-pro.relpro .in-pro-box{
	margin-top: 40px;
}

.in-pro.relpro .in-pro-box .item{
	width: 23.725%;
	margin-left: 1.7%;
	background: #F8F8F8;
	float: left;
}

.in-pro.relpro .in-pro-box .item:hover{
	box-shadow: initial;
}

.in-pro.relpro .in-pro-box .item:first-child{
	margin-left: 0;
}

.in-pro.relpro .in-pro-box .item .tp{
	background: #FFFFFF;
}



.solu-list{
	padding: 110px 0 140px;
}

.in-solu-box.solu-classify{
	margin-top: 72px;
}

.in-solu-box.solu-classify .item{
	float: left;
	width: 23.725%;
	margin-left: 1.7%;
	height: 360px;
	margin-top: 24px;
}

.in-solu-box.solu-classify .item:nth-child(4n+1){
	margin-left: 0;
	clear: both;
}


.in-solu-box.solu-classify .item .unit-link{
	border: 1px solid #EEEEEE;
}

.in-solu-box.solu-classify .item .unit-link:hover{
	border: 1px solid #EEEEEE;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
}

.in-solu-box.solu-classify .item:before{
	display: none;
}



.in-solu-box.solu-classify .item .text a{
	color: #ed6d00;
}

.in-solu-box.solu-classify .item .text a:hover{
	color: initial;
}


.solu-classic-case{
	padding: 110px 0 120px;
	background: #F8F8F8;
}


/*案例滚动*/
.slider2 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.slides {
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide-item {
	height: auto;
	float: left;
	clear: none;
	background: #FFFFFF;
}
.slider-arrows {
}


.slider-arrow {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	font-size: 0;
}
.slider-arrow--right {
	bottom: 0;
	left: 66%;
	background: url(/skin/images/topicarrow.jpg) right top no-repeat;
}
.slider-arrow--left {
	bottom: 0;
	left: 66%;
	margin-left: -60px;
	background: url(/skin/images/topicarrow_hover.jpg) left top no-repeat;
}

.slider-arrow--right:hover{
	opacity: .8;
	/*background: url(/skin/images/topicarrow_hover.jpg) right top no-repeat;*/
}
.slider-arrow--left:hover {
	opacity: .8;
	/*background: url(/skin/images/topicarrow_hover.jpg) left top no-repeat;*/
}

.slider-nav {
	position: absolute;
	bottom: 30px;
}

.slider-nav__item { 
	display: none;
}


.al-sic-tp{
	height: 580px;
	width: 66%;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.al-sic-tp img{
	display: block;
	width: 100%;
}

.al-sic-text{
	width: 34%;
	float: right;
}

.al-sic-text .box{
	padding: 60px 50px;
}

.al-sic-text .title h2{
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	font-weight: bold;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 64px;
}

.al-sic-text .text p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-top: 32px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 96px;
}

.al-sic-text .details{
	position: absolute;
	bottom: 110px;
}

.al-sic-text .details a{
	font-size: 14px;
	color: #999999;
	position: relative;
}

.al-sic-text .details a:hover {
	color: #ee1d23;
}


.al-sic-text .details a:before{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/skin/images/des_eng.png) center top no-repeat;
	width: 275px;
	height: 59px;
	display: block;
	content: "";
}


.an-omk{
	margin-top: 32px;
}

.an-omk ul li{
	width: 23.725%;
	margin-left: 1.7%;
	float: left;
	position: relative;
}

.an-omk ul li:first-child{
	margin-left: 0;
}

.an-omk ul li h2{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	font-size: 16px;
	color: #ffffff;
	width: 90%;
	margin: 12px 5%;
	line-height: 28px;
	max-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-align: center;
}

.an-omk ul li:after{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:1;
	display: block;
	content: "";
	background: url(/skin/images/s_al_bg.png) center bottom no-repeat;
	width: 100%;
	height: 100%;
}




.solu-indu-adv{
	padding: 110px 0 68px;
}

.s-a-box{
	padding-top: 48px;
}

.s-a-box .item{
	width: 32.2%;
	margin-left: 1.7%;
	padding: 60px 0 64px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}

.s-a-box .item:after{
	position: absolute;
	right: -12px;
	top: 60px;
	height: 135px;
	width: 1px;
	background: #EEEEEE;
	display: block;
	content: "";
}

.s-a-box .item:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.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: 24px;
	color: #333333;
	display: block;
	margin: 24px 0 13px;
}

.s-a-box .item p{
	font-size: 16px;
	color: #666666;
}




.indu-news{
	background: #F8F8F8;
	padding: 120px 0 120px;
}


.i-n-list{
	padding-top: 40px;
}

.i-n-list .item{
	width: 49.15%;
	margin-left: 1.7%;
	position: relative;
	float: left;
	background: #fff;
	margin-top: 24px;
	box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.i-n-list .item:nth-child(2n+1){
	margin-left: 0;
}

.i-n-list .item .tp{
	width: 48%;
	float: left;
	height: 212px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.i-n-list .item .tp img{
	max-width: initial;
	height: 212px;
}


.i-n-list .item .text{
	width: 52%;
	float: left;
}

.i-n-list .item .text .box{
	padding: 26px 24px;
}

.i-n-list .item .text h2{
	font-size: 18px;
	font-weight: initial;
	line-height: 28px;
	max-height: 28px;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.i-n-list .item .text span{
	display: block;
	font-size: 12px;
	color: #999999;
	margin-top: 4px;
}

.i-n-list .item .text p{
	font-size: 14px;
	color: #858585;
	font-weight: initial;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 12px 0 22px;
}

.i-n-list .item .text a{
	font-size: 12px;
	color: #999999;
	position: relative;
	z-index: 9;
}

.i-n-list .item .text a:hover{
	text-decoration: underline;
}





.school-banner{
	position: relative;
}

.p-b{
	height: 800px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.school-banner .container{ 
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1440px;
}

.school-banner .box{
	width: 33%;
	padding-top: 160px;
}

.school-banner .title{
	
}

.school-banner .title i{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	float: left;
}

.schvideo{
	float: left;
	cursor: pointer;
	margin-left: 40px;
	padding-left: 48px;
	background: url(/skin/images/school_icon.png) left center no-repeat;
}

.schvideo span{
	display: inline-block;
	line-height: 48px;
}

.school-banner .text{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-top: 20px;
	padding-bottom: 40px;
}



.sch-solution{
	padding: 110px 0 120px 0;
}

.sch-title{
	text-align: center;
}

.sch-title i{
	font-size: 36px;
	color: #ed6d00;
	display: block;
	margin-bottom: 8px;
}

.sch-title span{
	font-size: 14px;
	color: #cccccc;
}



.sch-sol-con{
	margin-top: 60px;
}


.sch-sol-con .tp{
	width: 50%;
	float: left;
}

.sch-sol-con .text{
	width: 47%;
	float: right;
}

.sch-pro-ana{
	margin-bottom: 38px;
}

.sch-pro-ana .subtitle{
	width: 100%;
	background: #eeeeee;
	line-height: 38px;
	color: #878787;
	font-size: 16px;
}

.sch-pro-ana .subtitle span{
	font-size: 14px;
}

.sch-pro-ana p{
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	margin-top: 16px;
}

.sch-pro-ana .subtitle i{
	margin-right: 15px;
	padding-left: 34px;
	margin-left: 15px;
	background: url(/skin/images/school_icon1.png) left center no-repeat;
}

.sch-pro-ana:last-child .subtitle i{
	background: url(/skin/images/school_icon2.png) left center no-repeat;
}



.sch-apply{
	background: url(/skin/images/school_bg1.jpg) center bottom no-repeat;
	padding-bottom: 100px;
}

.sch-apply .text{
	float: left;
	width: 50%;
}

.sch-apply .text span{
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border: 1px solid #ed6d00;
	padding: 0 18px;
	font-size: 20px;
	color: #ed6d00;
	border-radius: 4px;
}

.sch-apply .text i{
	display: block;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #ed6d00;
	margin-top: 20px;
	margin-bottom: 15px;
}

.sch-apply .text p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}


.sch-apply .apply-plan{
	float: right;
	width: 47%;
	background-color: rgba(238,238,238,.4);
}

.sch-apply .apply-plan .box{
	padding: 45px 35px;
}

.sch-apply .apply-plan .item{
	margin-top: 35px;
}

.sch-apply .apply-plan .item:first-child{
	margin-top: 0;
}

.sch-apply .apply-plan i{
	font-weight: bold;
	color: #444444;
	font-size: 20px;
}

.sch-apply .apply-plan p{
	color: #333333;
	font-size: 16px;
	line-height: 32px;
	margin-top: 10px;
}


.sch-ple-con{
	margin-top: 50px;
}

.section{
	background: #e17921 url(../images/school_data_bg.jpg) center top no-repeat;
	background-size: auto 100%;
}

.index-coredata {position: relative;}
.index-coredata .main {position: absolute;left: 0;z-index: 20;top: 0;width: 100%;height: 100%;text-align: center;}
.index-coredata .title{color: #fff;margin-top: 5%;}
.index-coredata .title h2{
	color: #fff;
	font-size: 38px;
}

.index-coredata .text{font-size: 16px;line-height: 32px; color: #f6ddce;margin-top: 30px;}
.index-coredata .text span{display: block;}
.coredata {}
.coredata .item{color: #fff;position: relative;position: absolute;}
.coredata .item h6{font-size: 14px;margin: 0;font-weight: normal;}
.coredata .item h2{font-size: 60px;margin: 0;font-weight: normal;}
.coredata .item h4{font-size: 16px;margin: 0;font-weight: normal;opacity: .5;}
.coredata .item i{}
.coredata .item.item1{text-align: right;left:22%;top: 40%;}
.coredata .item.item2{text-align: left;right:22%;top: 40%;}
.coredata .item.item3{text-align: right;left:37%;bottom: 20%;}
.coredata .item.item4{text-align: left;right:32%;bottom: 20%;}

.mt-number-animate {  font-size: 60px;line-height:60px; height: 60px;overflow: hidden; display: inline-block; position: relative; }
.mt-number-animate .mt-number-animate-dot{ width: 20px;line-height: 60px; float: left; text-align: center;}
.mt-number-animate .mt-number-animate-dom{ width: 34px;text-align: center; 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:0;top:0;z-index: 11;}
#earth{background-image: url("/skin/images/school_data.png");background-size:100% 100%;background-position: center;background-repeat: no-repeat;width: 136px;height: 136px;position: absolute;top: 50%;margin-left: -50px;left: 50%;margin-top: -55px;z-index:1;-webkit-animation-name: spin;-webkit-animation-duration: 90000ms;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;-moz-animation-name: spin;-moz-animation-duration: 90000ms;-moz-animation-iteration-count: infinite;-moz-animation-timing-function: linear;-ms-animation-name: spin;-ms-animation-duration:90000ms;-ms-animation-iteration-count: infinite;-ms-animation-timing-function: linear;animation-name: spin;animation-duration: 90000ms;animation-iteration-count: infinite;animation-timing-function: linear;}



@-ms-keyframes spin {from { -ms-transform: rotate(360deg); }to { -ms-transform: rotate(0deg); }}
@-moz-keyframes spin {from { -moz-transform: rotate(360deg); }to { -moz-transform: rotate(0deg); }}
@-webkit-keyframes spin {from { -webkit-transform: rotate(360deg); }to { -webkit-transform: rotate(0deg); }}




.case-sult p{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}

.case-sult span{
	color: #ee1d23;
}


.sch-solution .s-a-box{
	padding-top: 0;
}

.sch-solution .s-a-box .item{
	border-bottom: initial;
	padding-top: 80px;
	padding-bottom: 0px;
}

.sch-solution .s-a-box .item p{
	padding: 0 14%;
	line-height: 28px;
}

.sch-solution .s-a-box .item p a{
	color: #666;
}

.sch-solution .s-a-box .item:after{
	display: none;
}



.in-pro.sch-pro{
	background: #F8F8F8;
}

.sch-bg{
	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{
	background: url(/skin/images/submit_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 120px 0;
}

.sub-des{
	width: 45%;
	float: left;
}

.sub-des .title{
	
}

.sub-des .title h2{
	font-size: 40px;
	color: #ed6d00;
	font-weight: initial;
}

.sub-des .title p{
	font-size: 18px;
	color: #333333;
	margin-top: 12px;
}


.sub-des .tel{
	margin-top: 72px;
	color: #000;
}

.sub-des .tel i{
	font-size: 16px;
}

.sub-des .tel p{
	font-size: 48px;
	font-weight: bold;
}

.sub-des .rwm{
	margin-top: 72px;
	background: #fff;
	display: inline-block;
	padding: 8px;
}



.sub-des .rwm i{
	font-size: 12px;
	color: #666666;
	display: block;
	padding: 12px 0 4px 0;
	text-align: center;
}



.sub-con{
	width: 45%;
	float: right;
	background: #fff;
}

.sub-con .box{
	padding: 32px 32px 40px 32px;
}

.sub-con .name{
	
}

.sub-con .name i,.sub-con .telphone i,.sub-con .message i{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	display: block;
}

.sub-con .name span,.sub-con .telphone span{
	color: #ee1d23;
}

.sub-con .name input,.sub-con .telphone input{
	width: 95.9%;
	padding: 0 2%;
	height: 40px;
	border: 1px solid #EEEEEE;
	background: #f8f8f8;
	margin-top: 14px;
	color: #333333;
	font-size: 16px;
	outline: initial;
}

.sub-con .telphone,.sub-con .message {
	margin-top: 26px;
}


.sub-con .message textarea{
	width: 96%;
	padding: 8px 2%;
	border: 1px solid #EEEEEE;
	color: #333333;
	line-height: 28px;
	font-size: 16px;
	outline: initial;
	margin-top: 14px;
	background: #f8f8f8;
}

.submit-anniu{
	margin-top: 40px;
}

.submit-anniu a{
	color: #FFFFFF;
	line-height: 40px;
	background: #ee1d23;
	font-size: 16px;
	display: block;
	text-align: center;
}




.list-banner-global{
	height: 600px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.list-banner-global .title{
	margin-left: 80px;
	padding-top: 230px;
}

.list-banner-global .title h2{
	font-size: 48px;
	color: #FFFFFF;
	font-weight: initial;
}

.list-banner-global .title p{
	font-size: 18px;
	margin-top: 20px;
	color: #FFFFFF;
}



.bg-h{
	background: #F8F8F8;
}

.bg-h .list-menu .container{
	border-bottom: 1px solid #ddd;
}

.news-hot{
	padding: 80px 0;
}

.news-hot .item{
	float: left;
	width: 32.2%;
	margin-left: 1.7%;
	background: #fff;
	position: relative;
}

.news-hot .item:first-child{
	margin-left: 0;
}

.news-hot .item .box{
	padding: 19px;
	border: 1px solid #eeeeee;
}

.news-hot .item .tp{
	overflow: hidden;
}

.news-hot .item .text{
	padding-top: 14px;
}

.news-hot .item .text h2{
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 60px;
	color: #333333;
	font-weight: initial;
}

.news-hot .item:hover .text h2{
	color: #ED6D00;
}

.news-hot .item .text p{
	font-size: 14px;
	line-height: 20px;
	color: #858585;
	margin-top: 8px;
	 overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 40px;
}


.news-hot .item .text .des{
	margin-top: 20px;
}

.news-hot .item .text .des span{
	font-size: 14px;
	color: #666666;
	display: block;
	float: left;
}

.news-hot .item .text .des a{
	font-size: 12px;
	color: #999;
	display: block;
	float: right;
	position: relative;
	z-index: 10;
}

.news-hot .item .text .des a:hover{
	color: #EE1D23;
}

.news-hot .item .text .des a:hover .ling-arr:after{
	background: url(/skin/images/more_sj_a.png) center top no-repeat;
}



.news-list-box{
	margin-top: 80px;
	padding-bottom: 100px;
	text-align: center;
}

.news-list-box .container{
	padding-bottom: 80px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.news-list-box .item{
	margin-bottom: 160px;
	position: relative;
}


.news-list-box .item:first-child:before{
	height: 4px;
	background: #000;
}

.news-list-box .item:before{
	position: absolute;
	left: 0;
	top: -80px;
	width: 100%;
	height: 1px;
	background: #ddd;
	display: block;
	content: "";
}

.news-list-box .item:last-child{
	margin-bottom: 0px;
}

.news-list-box .item .tp{
	width: 23.725%;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 212px;
}

.news-list-box .item .tp img{
	height: 212px;
	max-width: initial;
}

.news-list-box .item .time{
	width: 6.775%;
	margin-left: 1.7%;
	float: left;
	text-align: right;
	font-family: arial;
}

.news-list-box .item .time i{
	font-size: 42px;
	line-height: 38px;
	font-weight: bold;
}

.news-list-box .item .time span{
	font-size: 12px;
	line-height: 18px;
	display: block;
}


.news-list-box .item .text{
	width: 57.625%;
	float: right;
	text-align: left;
}

.news-list-box .item .text h2{
	font-size: 24px;
	line-height: 30px;
	max-height: 30px;
	color: #000000;
	font-weight: initial;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	 transition: all 0.3s;
}

.news-list-box .item:hover .text h2,.news-list-box .item:hover .text p{
	color: #ED6D00;
}

.news-list-box .item .text p{
	font-size: 14px;
	color: #858585;
	line-height: 26px;
	margin-top: 42px;
	 transition: all 0.3s;
	 overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 52px;
}



.news-list-box .item .text a{
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

.news-list-box .item .text a:hover{
	color: #EE1D23;
}

.news-list-box .item .text a:hover .arr-h:after{
	background: url(/skin/images/more_arr_h.png) center top no-repeat;
}


.bg-h .paging .container{
	border-top: 1px solid #ddd;
}

.bg-h .paging a{
	border: 1px solid #ddd;
}

.bg-h .paging a:hover{
	border: 1px solid #EE1D23;
}





.news-page{
	padding: 40px 0 100px 0;
}


.news-title{
	text-align: center;
	margin-bottom: 40px;
}

.news-title h2{
	font-size: 24px;
	color: #333333;
	font-weight: initial;
}

.news-title .con-des{
	margin-top: 10px;
}

.news-title .con-des span{
	font-size: 12px;
	color: #858585;
	margin: 0 12px;
}


.news-content{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	text-align: justify;
	max-width: 1196px;
	margin: 0 auto;
	padding: 52px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #dddddd;
}

.news-content a{
	color: #333333;
}

.paging-ou{
	max-width: 1196px;
	margin: 0 auto;
	padding-top: 56px;
}


.paging-ou i{
	display: block;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	padding: 8px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 28px;
}

.paging-ou i a{
	color: #333;
}




.news-related{
	background: #F8F8F8;
	padding: 80px 0 72px 0;
}

.news-related .title i{
	font-size: 24px;
	color: #333;
	padding-left: 24px;
	position: relative;
}

.news-related .title i:before{
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	content: "";
	width: 3px;
	height: 24px;
	background: #ED6D00;
}


.news-rel-list{
	margin-top: 36px;
}

.news-rel-list ul li{
	float: left;
	width: 45%;
	margin-left: 10%;
	padding: 20px 0;
}

.news-rel-list ul li:nth-child(2n+1){
	margin-left: 0;
}

.news-rel-list ul li a{
	font-size: 18px;
	line-height: 28px;
	max-height: 28px;
	color: #333;
	float: left;
	width: 72%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding-left: 4%;
	position: relative;
}

.news-rel-list ul li a:before{
	position: absolute;
	left: 0;
	top: 11px;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background: #ED6D00;
	border-radius: 50%;
}

.news-rel-list ul li a:hover{
	color: #ED6D00;
}

.news-rel-list ul li span{
	float: right;
	width: 20%;
	color: #858585;
	text-align: right;
	font-size: 18px;
}



.video-list-box{
	text-align: center;
	padding: 96px 0 100px 0;
}

.video-list{
	padding-top: 48px;
	padding-bottom: 32px;
}

.video-list-box .honor-menu a{
	background: #ffff;
}

.video-list ul li{
	float: left;
	width: 23.725%;
	margin-left: 1.7%;
	margin-bottom: 24px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0 0 8px rgba(0,0,0,.05);
}

.video-list ul li:nth-child(4n+1){
	margin-left: 0;
}

.video-list ul li .box{
	position: relative;
	overflow: hidden;
}

.video-list ul li .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 9;
	transition: all 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	opacity: 1;
}

.video-list ul li:hover .icon{
	top: 0;
	opacity: 0;
}

.video-list ul li .icon i{
	display: block;
	width: 48px;
	height: 48px;
	background: url(/skin/images/video_icon.png) center center no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.video-list ul li img{
	display: block;
}

.video-list ul li .text{
	padding: 12px 16px;
	text-align: left;
	
}

.video-list ul li .text i{
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.video-list ul li .text p{
	font-size: 14px;
	color: #999;
	margin-top: 2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 24px;
	line-height: 24px;
	overflow: hidden;
}



.video-paging .paging .container{
	border-top: initial;
}

.video-paging .paging .container{
	padding-top: 0;
}







.video-play{
	padding: 100px 0;
	background: #F8F8F8;
}

.video-play .container{
	position: relative;
}

.video-play .play{
	width: 76%;
	height: 700px;
	float: left;
	background: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.video-play .play video{
	width: 100%;
	height: 100%;
}


.video-play .play iframe{
	width: 100%;
	height: 100%;
}

.video-play .text{
	width: 23%;
	float: right;
	background: #FFFFFF;
	position: absolute;
	height: 100%;
	right: 0;
}

.video-play .text .box{
	padding: 25px 20px;
}

.video-play .text .title i{
	font-size: 24px;
	line-height: 32px;
	max-height: 64px;
	color: #333333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.video-play .text .title span{
	font-size: 12px;
	color: #999;
	display: block;
	margin-top: 8px;
}

.video-play .text .title em{
	margin-right: 10px;
}

.video-play .text .title p{
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #858585;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.rel-video{
	margin-top: 20px;
	position: absolute;
	bottom: 25px;
	padding-right: 20px;
}

.rel-title i{
	font-size: 20px;
	line-height: 36px;
	color: #333333;
}

.rel-list{
	margin-top: 10px;
}

.rel-list ul li{
	margin-top: 12px;
}

.rel-list ul li .tp{
	width: 40%;
	float: left;
	border-radius: 4px;
	overflow: hidden;
}

.rel-list ul li .tp img{
	display: block;
}

.rel-list ul li .figure_count{
	width: 56%;
	float: right;
}


.rel-list ul li .figure_count i{
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	max-height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.rel-list ul li .figure_count p{
	font-size: 12px;
	color: #858585;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 2px;
}


.case-list .container{
	padding-bottom: 60px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.viewMore{
	font-size: 16px;
	color: #333333;
}

.viewMore:hover{
	color: #ED6D00;
}




/*品牌*/

.list-banner-global.cour .title{
	padding-top: 120px;
}


.list-banner-global.cour .title h2{
	line-height: 66px;
	font-weight: initial;
}

.list-banner-global.cour .title p{
	margin-top: 30px;
}

.list-banner-global.cour .title h2 span{
	display: block;
}






.course{
	padding: 120px 0 140px;
	background: url(/skin/images/course_bg.jpg) center bottom no-repeat;
}



#timeline {
	height: 570px;
	overflow: hidden;
	position: relative;
}
	
	
#timeline:after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 5px;
	left: 0;
	background: #DDDDDD;
	z-index: 1;
}
	
	
#dates{
	width: 100%;
	position: absolute;
	bottom: 22px;
}

#dates li {
	float: left;
	width: 126px;
	font-size: 16px;
	text-align: center;
	
}

#dates a {
	color: #999;
	position: relative;
}

#dates a.selected{
	color: #333;
}

#dates li a.selected:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(/skin/images/active_icon_a.png) center top no-repeat;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -5.5px;
	z-index: 9;
}
			
#dates li a:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(/skin/images/active_icon.png) center top no-repeat;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -5.5px;
	z-index: 9;
}

			
				

		
#issues {
	width: 1440px;
	overflow: hidden;
}	

#issues li {
	width: 1440px;
	height: 441px;
	float: left;
	position: relative;
}
		

#issues li .tp {
	float: left;
	width: 44%;
	margin-left: 6%;
	text-align: right;
}


#issues li .tp img {
	border: 4px solid #db1a1a;
}


#issues li .text {
	float: left;
	width: 43.3%;
	padding-left: 6.7%;
}

#issues li .title i{
	font-size: 80px;
	color: #ed6d00;
	font-weight: bold;
}

#issues li .title p{
	font-size: 24px;
	color: #333333;
}

#issues li .chara{
	position: absolute;
	bottom: 20px;
}

#issues li .chara p{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}

#issues li .chara b{
	font-size: 18px;
	color: #ed6d00;
	margin-right: 10px;
}

		
		
#next,#prev {
	position: absolute;
	top: 38%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

#next {
	right: 0;
	background: url(/skin/images/course_right.png) center center no-repeat;
	background-size: 100% 100%;
}

#prev {
	left: 0;
	background: url(/skin/images/course_left.png) center center no-repeat;
	background-size: 100% 100%;
}
			
#next:hover {
	background: url(/skin/images/course_right_a.png) no-repeat center;
	background-size: 100% 100%;
}
			
#prev:hover {
	background: url(/skin/images/course_left_a.png) no-repeat center;
	background-size: 100% 100%;
}




.honor{
	padding: 100px 0 110px 0;
}

.honor-menu{
	text-align: center;
}

.honor-menu a{
	display: inline-block;
	padding: 0 24px;
	height: 36px;
	line-height: 34px;
	border-radius: 3px;
	font-size: 18px;
	color: #333333;
	background: #f8f8f8;
	text-align: center;
	margin: 0 12px;
}

.honor-menu a.active{
	color: #fff;
	background: #ed6d00;
}

.honor-menu a:hover{
	color: #fff;
	background: #ed6d00;
}


.honor-list{
	padding-top: 24px;
}

.honor-list a{
	display: block;
	float: left;
	width: 23.725%;
	margin-left: 1.7%;
	margin-top: 40px;
}

.honor-list a img{
	max-height: 100%;
}

.honor-list a .box{
	height: 360px;
	padding: 23px;
	border: 1px solid #EEEEEE;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.honor-list a .box:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: block;
	content: "";
	opacity: 0;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.honor-list a .box:after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/skin/images/honor_icon.png) center center no-repeat;
	display: block;
	content: "";
	opacity: 0;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.honor-list a:hover .box:before,.honor-list a:hover .box:after{
	opacity: 1;
}

.honor-list a:nth-child(4n+1){
	margin-left: 0;
	clear: both;
}

.honor-list a h3{
	font-size: 16px;
	color: #333333;
	font-weight: initial;
	text-align: center;
	margin-top: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 22px;
}





#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
           box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
            animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
            animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
       border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); } }




.download-list{
	padding: 40px 0 100px 0;
	text-align: center;
}

.download-list .container{
	
	padding-bottom: 48px;
	border-bottom: 1px solid #eee;
	margin-bottom: 24px;
}

.download-list .container:after {
	height: 0;
	width: 0;
	content: "";
	display: block;
	clear: both;
}

.download-list .item{
	float: left;
	width: 32.2%;
	margin-left: 1.7%;
	margin-top: 40px;
}

.download-list .item:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.download-list .item .tp{
	border: 1px solid #EEEEEE;
	position: relative;
}

.download-list .item .tp .box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: rgba(0,0,0,.4);
	opacity: 0;
	transition: all 0.3s;
}

.download-list .item .tp a:hover .box{
	opacity: 1;
}

.download-list .item .tp .box p{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 12px;
}

.download-list .item .text {
	padding: 14px 80px 0 16px;
	position: relative;
	text-align: left;
}

.download-list .item .text h3{
	font-size: 18px;
	color: #333333;
	font-weight: inherit;
	max-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.download-list .item .text:after{
	position: absolute;
	right: 16px;
	top: 19px;
	background: url(/skin/images/download_icon_1.png) center top no-repeat;
	width: 43px;
	height: 39px;
	content: "";
	display: block;
}

.download-list .item .text p{
	font-size: 14px;
	color: #999999;
	margin-top: 6px;
	max-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}




.contact{
	padding: 110px 0 120px 0;
}

.contact .text{
	width: 49.15%;
	float: left;
}

.contact .text h2{
	font-size: 36px;
	color: #ed6d00;
	font-weight: initial;
}

.contact .text ul{
	margin-top: 24px;
}

.contact .text ul li{
	padding: 30px 0;
	border-bottom: 1px solid #EEEEEE;
	color: #999999;
}

.contact .text ul li:last-child{
	border-bottom: initial;
}

.contact .text ul li p{
	font-size: 18px;
	line-height: 32px;
	color: #333;
	margin-top: 8px;
}


.id-icon{
	display: inline-block;
	width: 18px;
	height: 17px;
	background: url(/skin/images/contact_icon_1.png) center top no-repeat;
	margin-bottom: -2px;
	margin-right: 8px;
}

.tel-icon{
	display: inline-block;
	width: 18px;
	height: 17px;
	background: url(/skin/images/contact_icon_2.png) center top no-repeat;
	margin-bottom: -2px;
	margin-right: 8px;
}

.email-icon{
	display: inline-block;
	width: 18px;
	height: 17px;
	background: url(/skin/images/contact_icon_3.png) center top no-repeat;
	margin-bottom: -2px;
	margin-right: 8px;
}

.contact-ewm{
	margin-top: 72px;
}


.contact .tp{
	width: 49.15%;
	float: right;
	height: 780px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}



.contact-mess{
	padding: 104px 0 110px 0;
	background: url(/skin/images/contact_mess_bg.jpg) center top no-repeat;
	background-size: cover;
}

.contact-mess .title{
	text-align: center;
}

.contact-mess .title h3{
	font-size: 40px;
	color: #ed6d00;
	font-weight: initial;
}

.contact-mess .title p{
	font-size: 18px;
	color: #323232;
	margin-top: 8px;
}


.contact-mess .mess-box{
	margin: 60px 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{
	display: block;
	font-size: 16px;
	color: #999999;
}

.mess-box .name-box span,.mess-box .tel-box span,.explain span,.iocation-box span{
	color: #ee1d23;
}

.mess-box .name-box input,.mess-box .tel-box input{
	width: 94%;
	padding: 0 3%;
	height: 46px;
	font-size: 16px;
	color: #666;
	border: 1px solid #EEEEEE;
	outline: initial;
	margin-top: 14px;
}

.mess-box .tel-box{
	float: right;
	width: 48.5%;
}


.iocation-box,.explain{
	margin-top: 30px;
}

.location {
	margin-top: 14px;
}

.location select{
	width: 31.8%;
	margin-left: 1.7%;
	height: 46px;
	font-size: 16px;
	color: #666;
	border: 1px solid #EEEEEE;
	outline: initial;
	padding: 0 1.5%;
}

.location select:first-child{
	margin-left: 0
}



.explain textarea{
	width: 97%;
	height: 120px;
	font-size: 16px;
	color: #666;
	border: 1px solid #EEEEEE;
	outline: initial;
	padding: 10px 1.5%;
	margin-top: 14px;
}


.m-submit{
	margin-top: 34px;
}

.m-submit a{
	width: 268px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	background: #ee1d23;
	margin: 0 auto;
	display: block;
	border-radius: 24px
}




.ser-pro{
	padding: 100px 0 120px 0;
}

.s-p-t{
	position: relative;
}

.s-p-t .text{
	float: left;
	width: 50%;
}

.s-p-title h3{
	font-size: 36px;
	color: #ed6d00;
	font-weight: initial;
}

.s-p-title span{
	display: block;
	width: 32px;
	height: 3px;
	background: #ee1c25;
	margin-top: 28px;
}

.s-p-tel{
	position: absolute;
	bottom: 0;
}

.s-p-tel i{
	font-size: 20px;
	color: #333333;
}

.s-p-tel p{
	font-size: 36px;
	color: #000;
	margin-top: 8px;
	font-family: arial;
	letter-spacing: 2px;
}



.s-p-t .map{
	float: right;
	width: 50%;
	text-align: right;
}



.s-p-list{
	margin-top: 72px;
}

.s-p-list ul li{
	float: left;
	width: 12.828%;
	margin-left: 1.7%;
	text-align: center;
	background: #ed6d00;
	padding: 50px 0 44px 0;
}

.s-p-list ul li:first-child{
	margin-left: 0;
}

.s-p-list ul li p{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #ffffff;
	margin: 24px 0 14px;
}

.ser-icon{
	display: inline-block;
	width: 9px;
	height: 7px;
	background: url(/skin/images/more_arr_b.png) center center no-repeat;
}




.ser-com{
	background: #F8F8F8;
	padding: 104px 0 120px;
}

.s-p-title p{
	font-size: 18px;
	color: #333333;
	margin-top: 16px;
}


.s-c-list{
	padding-top: 24px;
}

.s-c-list .item{
	float: left;
	width: 50%;
	margin-top: 40px;
}

.s-c-list .item:nth-child(2n+1){
	clear: both;
}

.s-c-list .item .tp{
	float: left;
	width: 22.2%;
}

.s-c-list .item .text{
	padding-top: 24px;
	float: left;
	width: 57%;
	margin-left: 5%;
}

.s-c-list .item .text i{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.s-c-list .item .text p{
	font-size: 18px;
	line-height: 32px;
	color: #858585;
	margin-top: 20px;
}





.pro-menu{
	padding-top: 72px;
}

.pro-menu .container{
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}


.pro-one-menu{
	background: #F8F8F8;
}

.pro-one-menu ul li{
	float: left;
	padding: 0 42px;
	height: 56px;
	line-height: 54px;
	font-size: 16px;
}

.pro-one-menu ul li.active{
	background: #FFFFFF;
}

.pro-one-menu ul li a{
	color: #333333;
}

.pro-one-menu ul li a:hover{
	color: #ed6d01;
}

.pro-one-menu ul li.active a{
	color: #ed6d01;
	font-weight: bold;
}

.pro-menu .box{
	padding: 24px 0;
}

.pro-two-menu{
	padding-top: 20px;
	padding-bottom: 38px;
}

.pro-two-menu ul li{
	float: left;
	text-align: center;
	width: 9.8%;
}

.pro-two-menu ul li:last-child{
	width: 11.6%;
}

.pro-two-menu ul li img{
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.pro-two-menu ul li .def{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.pro-two-menu ul li .dis{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.pro-two-menu ul li:hover .def{
	opacity: 0;
}

.pro-two-menu ul li:hover .dis{
	opacity: 1;
}

.pro-two-menu ul li.active .def{
	opacity: 0;
}

.pro-two-menu ul li.active .dis{
	opacity: 1;
}

.pro-two-menu ul li.active i{
	color: #ed6e01;
}

.pro-two-menu ul li i{
	font-size: 16px;
	max-height: 24px;
	color: #333333;
	padding-top: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pro-two-menu ul li:hover i{
	color: #ed6e01;
}

.pro-two-menu ul li a{
	display: block;
	position: relative;
	height: 84px;
}



.phone-search{
	display: none;
}

.sx-bottom{
	display: none;
}

.screen{
	padding: 0 36px;
}


.screen dl {
	border-top: 1px dashed #dadada;
	font-size: 14px;
	overflow: hidden;
	padding: 14px 0;
}
		
.screen dt {
	float: left;
	color: #999999;
	width: 96px;
	padding: 1px 0 2px 0;
}

.screen dd {
	float: left;
	color: #666666;
	margin: 0 10px;
	cursor: pointer;
	padding: 1px 5px 2px 5px;
	border-radius: 3px;
	border: 1px solid #FFFFFF;
}

.screen dd.active {
	color: #ed6e01;
	border: 1px solid #ed6e01;
}
		
.screen dd:hover {
	color: #ed6e01;
}



.pro-list{
	text-align: center;
	padding-bottom: 100px;
}

.pro-con{
	padding-top: 8px;
	padding-bottom: 60px;
}

.pro-con ul li{
	text-align: center;
	padding:30px 30px 45px 30px;
}

.pro-con ul a{
	display: block;
	width: 23.725%;
	float: left;
	margin-left: 1.7%;
	box-shadow: 0 0 10px #eee;
	background: #FFFFFF;
	margin-top: 24px;
}

.pro-con ul a:nth-child(4n+1){
	margin-left: 0;
	clear: both;
}

.pro-con ul li img{
	display: inline-block;
}

.pro-con ul li i{
	font-size: 18px;
	color: #333333;
	margin-bottom: 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 30px;
	margin-top: 10px;
}

.pro-con ul a:hover {
	margin-top: 16px;
}

.pro-con ul a:hover li i{
	color: #ed6e01;
}

.pro-con ul li span{
	font-size: 14px;
	color: #999999;
}


.in-solu.pro-solu{
	background: #FFFFFF;
}

.in-solu.pro-solu .in-solu-box .item:before{
	opacity: .5;
}


.sch-solution.pro-case{
	background: #f8f8f8;
}

.pro-case .title-l h2{
	color: #333;
}




.social-resp{
	padding: 120px 0 130px 0;
}


.s-r-t .text-l{
	float: left;
	width: 46%;
}

.s-r-t .text-l i{
	font-size: 36px;
	color: #ed6d00;
	line-height: 48px;
	display: block;
}

.s-r-t .text-l i em{
	display: block;
}

.s-r-t .text-l span{
	display: block;
	width: 32px;
	height: 3px;
	background: #ee1d23;
	margin-top: 30px;
	margin-bottom: 16px;
}

.s-r-t .text-l p{
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	padding-top: 34px;
}


.s-r-t .tp-r{
	float: right;
	width: 48%;
	padding-top: 28px;
}


.s-r-text{
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	padding-top: 34px;
}

.s-r-tp{
	margin-top: 64px;
}





.list-banner-global.culture .title{
	margin-left: 0px;
	padding-top: 120px;
	text-align: center;
}

.list-banner-global.culture .title h2{
	color: #000000;
}

.list-banner-global.culture .title h2 span{
	display: block;
}

.list-banner-global.culture .title p{
	color: #858585;
}



.cult-con{
	background: url(/skin/images/cult_con_bg.jpg) center center no-repeat;
	background-size: cover;
}

.cult-con .container{
	padding: 200px 0;
	background: url(/skin/images/cult_icon_bg.png) center center no-repeat;
	background-size: ;
}

.cult-con-l{
	float: left;
	width: 39%;
}

.cult-con-l .item{
	width: 100%;
}

.cult-con-l .item:last-child{
	margin-top: 245px;
}

.cult-con-l .item .tp{
	float: right;
}

.cult-con-l .item .text{
	float: right;
	text-align: right;
	margin-right: 40px;
	width: 50%;
}

.cult-con-l .item:last-child .text{
	padding-top: 20px;
}

.cult-con-l .item .text i{
	font-size: 24px;
	font-weight: bold;
	color: #ed6d00;
	line-height: 24px;
}

.cult-con-l .item .text p{
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	margin-top: 14px;
}


.cult-con-r{
	width: 39%;
	float: right;
}

.cult-con-r .item:last-child{
	margin-top: 245px;
}

.cult-con-r .item .tp{
	float: left;
}

.cult-con-r .item .text{
	float: left;
	text-align: left;
	margin-left: 40px;
	width: 70%;
}

.cult-con-r .item .text i{
	font-size: 24px;
	font-weight: bold;
	color: #ed6d00;
	line-height: 24px;
}

.cult-con-r .item .text p{
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	margin-top: 14px;
}



.cult-tp{
	background: #F8F8F8;
	padding: 120px 0 110px 0;
}



.swiper{
	height: 500px;
	position: relative;
}

.swiper .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 868px;
    height: 385px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -434px;
    overflow: hidden;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

.swiper .pic li img {
    width: 100%;
    height: 100%;
}

.now {
    z-index: 9;
    -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 {
    z-index: 6;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

._bg {
    background-color: #ee7813 !important;
     border: 1px solid #ee7813;
}

.swiper .cricle {
    height: 16px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper .cricle li {
    float: left;
    width: 9px;
    height: 9px;
    background-color: #FFFFFF;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #ee7813;
    cursor: pointer;
}

.swiper .btns {
    display: none;
}


.leftBox,
.rightBox {
    height: 380px;
    position: absolute;
    top: 30px;
    z-index: 99;
    cursor: pointer;
}

.leftBox {
    width: 182px;
    left: 0;
}

.rightBox {
    width: 222px;
    right: 0;
}




.list-banner-global.brand .title{
	text-align: center;
	padding-top: 145px;
	margin-left: 0;
}

.list-banner-global.brand .title p{
	line-height: 32px;
	margin-top: 48px;
}




.brand-introd{
	padding: 110px 0 130px 0;
}

.b-i-text{
	
}


.b-i-text .text{
	float: left;
	width: 49.25%;
}

.b-i-text .text h2{
	font-size: 30px;
	line-height: 48px;
	color: #000000;
	font-weight: initial;
	padding-bottom: 8px;
}

.b-i-text .text p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-top: 28px;
}



.b-i-text .chara{
	float: right;
	width: 37.25%;
}

.b-i-text .chara ul li{
	width: 50%;
	float: left;
}

.b-i-text .chara ul li i{
	font-size: 36px;
	color: #ed6d00;
}

.b-i-text .chara ul li p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 8px;
}


.b-i-text .chara ul li:nth-child(3),.b-i-text .chara ul li:nth-child(4){
	margin-top: 104px;
}



.brand-com-pic{
	margin-top: 72px;
}

.pb-carouselWarp.demo3 .pb-carousel {
	position: relative;
	height: 760px;
  	overflow: hidden;
}

.pb-carouselWarp.demo3 .pb-carousel li i{
	position: absolute;
	left: 6.7%;
	top: 72px;
	font-size: 24px;
	color: #ffffff;
}

.pb-carouselWarp.demo3 .pb-carousel-ind .pb-this:before {
	display: block;
}

.pb-carouselWarp.demo3 .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  
}
.pb-carouselWarp.demo3 .pb-arrow-prev {
  left: 6.7%;
 border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
  background: url(/skin/images/brand_com_l.png) no-repeat center;
	opacity: .3;
}
.pb-carouselWarp.demo3 .pb-arrow-prev:hover,.pb-carouselWarp.demo3 .pb-arrow-next:hover{
	opacity: 1;
	background-color: initial;
}

.pb-carouselWarp.demo3 .pb-arrow-next {
  right: 6.7%;
  border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
  background: url(/skin/images/brand_com_r.png) no-repeat center;
	opacity: .3;
}




.indu-cha{
	padding: 104px 0 110px 0;
	background: url(/skin/images/brand_pro_bg.jpg) center top no-repeat;
}


.brand-title{
	text-align: center;
	padding: 0 18%;
}

.brand-title h3{
	font-size: 36px;
	color: #333333;
	font-weight: initial;
}

.brand-title span{
	display: block;
	margin: 26px auto 30px auto;
	height: 3px;
	width: 32px;
	background: #ee1c25;
}

.brand-title p{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}


.indu-cha-pic{
	padding-top: 18px;
}

.indu-cha-pic ul li{
	margin-top: 36px;
	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: 16px 16px 0 16px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: block;
	background: url(/skin/images/brand_pro_jt.png) right center no-repeat;
}




.field{
	padding: 110px 0 120px;
}

.field-con{
	margin-top: 60px;
}

.field-l{
	float: left;
	width: 28.25%;
	border-radius: 20px;
	box-shadow: 0 0 8px rgba(0,0,0,.05);
}


.field-m{
	float: left;
	width: 40.1%;
	border-radius: 20px;
	box-shadow: 0 0 8px rgba(0,0,0,.05);
	margin: 0 1.7%;
}


.field-r{
	float: right;
	width: 28.25%;
	border-radius: 20px;
	box-shadow: 0 0 8px rgba(0,0,0,.05);
}


.field-con .box{
	padding: 60px 8px;
}

.field-con .subtitle{
	text-align: center;
}

.field-con .subtitle i{
	font-size: 24px;
	color: #333333;
	display: block;
}

.field-con .subtitle span{
	font-size: 12px;
	color: #cccccc;
}

.field-con .item ul li{
	text-align: center;
	margin-top: 36px;
}

.field-con .item ul li i{
	font-size: 16px;
	color: #666666;
	display: block;
	margin-top: 12px;
}


.field-l .item ul li{
	width: 50%;
	float: left;
	position: relative;
}

.field-l .item ul li:before{
	position: absolute;
	left: 0;
	height: 100%;
	width: 1px;
	background: #eeeeee;
	display: block;
	content: "";
}

.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: 76px;
	line-height: 76px;
}



.field-m .item ul li{
	width: 33.33%;
	float: left;
	position: relative;
}

.field-m .item ul li:before{
	position: absolute;
	left: 0;
	height: 100%;
	width: 1px;
	background: #eeeeee;
	display: block;
	content: "";
}

.field-m .item ul li:nth-child(3n+1):before{
	display: none;
}


.field-m .item ul li:last-child{
	height: 76px;
	line-height: 50px;
}




.field-r .item ul li{
	width: 50%;
	float: left;
	position: relative;
}

.field-r .item ul li:before{
	position: absolute;
	left: 0;
	height: 100%;
	width: 1px;
	background: #eeeeee;
	display: block;
	content: "";
}

.field-r .item ul li:nth-child(2n+1):before{
	display: none;
}

.field-r .item ul li:last-child{
	height: 76px;
	line-height: 50px;
}



.distri{
	padding: 110px 0;
	background: #F8F8F8;
}

.distri-pic{
	margin-top: 60px;
	text-align: center;
}



.vision{
	height: 800px;
	background: url(/skin/images/vision_bg.jpg) center center no-repeat;
	background-size: cover;
}

.vision .container{
	padding: 110px 0;
}

.vision .brand-title h3,.vision .brand-title p{
	color: #FFFFFF;
}

.vision .brand-title span{
	background: #FFFFFF;
}


.b-honor{
	padding: 110px 0 110px 0;
}



.join-banner{
	height: 800px;
	background: url(/skin/images/join_banner.jpg) center center no-repeat;
	background-size: auto 100%;
}

.join-banner .title{
	text-align: center;
	padding-top: 104px;
	display: none;
}

.join-banner .title h3{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	height: 48px;
	line-height: 46px;
	padding: 0 40px;
	border-radius: 24px;
	color: #FFFFFF;
	background: url(/skin/images/j_t_bg.jpg) center center repeat-x;
}

.join-banner .title h2{
	font-size: 64px;
	color: #FFFFFF;
	margin-top: 28px;
	letter-spacing: 5px;
}

.join-banner .title p{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
}


.join-prospect{
	padding: 104px 0 120px;
	background: url(/skin/images/prospect_bg.jpg) center center no-repeat;
	background-size: auto 100%;
}

.join-prospect .title{
	text-align: center;
	padding: 0 15.4%;
}

.join-prospect .title h3{
	font-size: 40px;
	color: #ed6d00;
	font-weight: initial;
}

.join-prospect .title h4{
	font-size: 18px;
	color: #333333;
	font-weight: initial;
	margin-top: 14px;
}

.join-prospect .title span{
	margin-top: 26px;
	height: 3px;
	width: 32px;
	display: inline-block;
	background: #EE1D23;
}

.join-prospect .title p{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 32px;
}



.pros-item{
	padding-top: 74px;
}

.pros-item ul li{
	width: 25%;
	float: left;
	text-align: center;
}

.pros-item ul li h5{
	font-size: 18px;
	color: #333333;
	margin-top: 28px;
}

.pros-item ul li p{
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 18px;
}

.pros-icon{
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(/skin/images/brand_pro_jt.png) center center no-repeat;
}



.base{
	padding: 112px 0 120px;
	background: #F8F8F8;
}


.base-text{
	float: left;
	width: 48%;
}

.base-text h3{
	font-size: 40px;
	line-height: 56px;
	color: #ed6d00;
	font-weight: initial;
}

.base-text h3 em{
	display: block;
}

.base-text span{
	display: block;
	margin-top: 32px;
	height: 3px;
	width: 32px;
	background: #EE1D23;
}

.base-text p{
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	margin-top: 44px;
}


.base-chara{
	float: right;
	width: 42%;
}

.base-chara ul li{
	float: left;
	width: 50%;
}

.base-chara ul li i{
	font-size: 40px;
	color: #ee1d23;
	font-weight: bold;
}

.base-chara ul li span{
	font-size: 22px;
}

.base-chara ul li p{
	font-size: 18px;
	color: #666666;
	margin-top: 6px;
}


.base-chara ul li:nth-child(3),.base-chara ul li:nth-child(4){
	margin-top: 54px;
}



.tech{
	padding: 104px 0 120px;
	background: #ed6d00;
}


.join-title{
	text-align: center;
}

.join-title h3{
	font-size: 40px;
	color: #ffffff;
}

.join-title h4{
	font-size: 18px;
	color: #ffffff;
	font-weight: initial;
	margin-top: 12px;
}


.tech-item{
	padding-top: 30px;
}

.tech-item ul li{
	padding: 42px 0;
	background: #FFFFFF;
	text-align: center;
	width: 23.725%;
	float: left;
	margin-left: 1.7%;
	margin-top: 24px;
}

.tech-item ul li:nth-child(4n+1){
	margin-left: 0;
}

.tech-item ul li i{
	display: block;
	padding: 0 5%;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 22px;
}

.tech-item ul li p{
	display: block;
	padding: 0 5%;
	font-size: 14px;
	color: #858585;
	margin-top: 8px;
}

.tech-item ul li span{
	display: inline-block;
	margin-top: 18px;
	height: 2px;
	width: 16px;
	background: #dddddd;
}



.join-case{
	padding: 104px 0 110px;
}

.join-case .join-title h3{
	color: #ED6D00;
	font-weight: initial;
}

.join-case .join-title h4{
	color: #333333;
}




.policy{
	padding: 110px 0;
	background: url(/skin/images/policy_bg.jpg) center center no-repeat;
	background-size: auto 100%;
}

.policy-l{
	float: left;
	width: 32.2%;
}

.policy-l .item{
	margin-top: 42px;
}

.policy-l .item:first-child{
	margin-left: 40px;
	margin-top: 0;
}

.policy-l .item:last-child{
	margin-left: 40px;
}

.policy-l .item:first-child .text,.policy-l .item:last-child .text{
	width: 66.5%;
}

.policy-l .item .tp{
	float: left;
	width: 111px;
}

.policy-l .item .text{
	float: left;
	width: 62%;
	margin-left: 7%;
	padding-top: 4px;
}

.policy-l .item:nth-child(1) .text,.policy-l .item:nth-child(2) .text{
	padding-top: 16px;
}

.policy-l i,.policy-r i{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.policy-l p,.policy-r p{
	font-size: 14px;
	line-height: 24px;
	color: #858585;
	margin-top: 10px;
}


.policy-t{
	float: left;
	width: 32.2%;
	margin: 0 1.7%;
}

.policy-t .box{
	margin-top: 72px;
	text-align: center;
	border-radius: 50%;
	height: 440px;
	background: #FFFFFF;
	border: 8px solid #fff3e9;
}

.policy-t .box h3{
	font-size: 42px;
	color: #ed6d00;
	line-height: 56px;
	padding-top: 96px;
}

.policy-t .box span{
	display: block;
}

.policy-t .box i{
	display: block;
	margin-top: 12px;
}

.policy-t .box p{
	font-size: 18px;
	line-height: 32px;
	color: #666666;
}

.policy-t .box em{
	font-size: 12px;
	line-height: 18px;
	color: #cccccc;
	display: block;
	margin-top: 18px;
}


.policy-r{
	float: right;
	width: 32.2%;
}

.policy-r .item{
	margin-top: 42px;
}

.policy-r .item:first-child{
	margin-right: 40px;
	margin-top: 0;
}

.policy-r .item:last-child{
	margin-right: 40px;
}

.policy-r .item:first-child .text,.policy-r .item:last-child .text{
	width: 66.5%;
}


.policy-r .item .tp{
	float: right;
	width: 111px;
}

.policy-r .item .text{
	float: right;
	width: 62%;
	margin-right: 7%;
	text-align: right;
	padding-top: 4px;
}

.policy-r .item:nth-child(3) .text,.policy-r .item:nth-child(4) .text{
	padding-top: 16px;
}



.stores{
	padding: 104px 0 120px;
}

.stores .join-title h3,.flow .join-title h3{
	color: #ED6D00;
	font-weight: initial;
}

.stores .join-title h4,.flow .join-title h4{
	color: #333333;
}

.stores-tp{
	margin-top: 48px;
}


.flow{
	padding: 104px 0 130px;
	background: #F8F8F8;
}

.flow_list{
	padding-top: 128px;
}

.flow_list ul li{
	margin-left: 1.2%;
	background: #FFFFFF;
	float: left;
	width: 15.66%;
	border-radius: 10px;
	position: relative;
	text-align: center;
}

.flow_list ul li:first-child{
	margin-left: 0;
}

.flow_list ul li .box{
	padding: 50px 22px 42px 22px;
}

.flow_list ul li img{
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -32px;
}

.flow_list ul li i{
	font-size: 16px;
	color: #ed6d00;
	font-weight: bold;
}

.flow_list ul li p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 12px;
}



.j-phone-tit{
	display: none;
}

.policy .join-title h3{
	color: #ED6D00;
	font-weight: initial;
}

.policy .join-title h4{
	color: #333333;
}





/*产物内容页*/

.product_details {
	width: 100%;
	background-color: rgb(240, 241, 244);
	position: relative;
	padding: 0px 0 120px 0;
}

.pro-con-tp {
	width: 50%;
	float: left;
	margin-top: 40px;
}

.pro-con-tp .slider-container{
	background: initial;
}

.pro-con-tp .preview{
	background: initial;
	margin-top: 10px;
}

.pro-con-tp .preview img{
	width: 80px;
}

.pro-con-tp .preview .active {
    outline: 2px solid #ed6e01;
}

.pro-con-tp .slider__item img{
	display: block;
	height: 520px;
	margin: 0 auto;
}

.product_details_textbox {
	width: 40%;
	float: right;
	padding-top: 60px;
}

.product_details_textbox .title h2{
	font-size: 30px;
	color: #333333;
	font-weight: initial;
}

.product_details_textbox .title span{
	padding: 0 22px;
	height: 28px;
	border: 1px solid #999;
	margin-top: 20px;
	font-size: 12px;
	color: #666666;
	line-height: 28px;
	display: inline-block;
	border-radius: 15px;
}

.product_details_textbox .title p{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-top: 28px;
}



.product_details_textbox .chara{
	margin-top: 50px;
	background: #f6f7fa;
}

.product_details_textbox .chara ul{
	padding: 15px 30px;
}

.product_details_textbox .chara ul li{
	line-height: 48px;
	height: 48px;
	background: url(/skin/images/case_ch_line.png) center bottom repeat-x;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
}

.product_details_textbox .chara ul li:last-child{
	background: initial;
}

.product_details_textbox .chara ul li i{
	float: left;
	display: block;
	width: 25%;
	overflow: hidden;
}

.product_details_textbox .chara ul li span{
	float: right;
	width: 65%;
	text-align: right;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pro-sult{
	margin-top: 48px;
}

.pro-sult em{
	font-size: 16px;
	color: #333333;
}

.pro-sult span{
	color: #ee1d23;
}

.pro-sult p{
	font-size: 12px;
	color: #858585;
	margin-top: 8px;
}

.pro-sult a{
	display: inline-block;
	padding: 0 18px;
	background: #ee1d23;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
	border-radius: 4px;
	margin-top: 24px;
}


.consult-icon{
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(/skin/images/pro_icon_con.png) center center no-repeat;
	position: relative;
	bottom: -2px;
	margin-right: 8px;
}



.pro-parame{
	background: #f8f8f8;
	padding: 110px 0 120px 0;
}

.pro-title{
	text-align: center;
}

.pro-title h2{
	font-size: 40px;
	font-weight: initial;
	color: #ed6d00;
}

.pro-title p{
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-top: 12px;
}

.pro-title span{
	font-size: 14px;
	color: #666666;
	display: block;
	margin-top: 8px;
}


.pro-par-list{
	margin-top: 64px;
	background: #FFFFFF;
}

.p-left{
	float: left;
	width: 49%;
	background: #FFFFFF;
}

.p-right{
	float: right;
	width: 49%;
	background: #FFFFFF;
}

.p-left ul,.p-right ul{
	padding: 12px 40px;
}

.p-left ul li,.p-right ul li{
	padding: 20px 0;
	font-size: 16px;
	border-top: 1px solid #cccccc;
}

.p-left ul li:first-child,.p-right ul li:first-child{
	border-top: initial;
}

.p-left ul li:after,.p-right ul li:after{
	height: 0;
	width: 0;
	content: "";
	display: block;
	clear: both;
}

.p-left ul li em,.p-right ul li em{
	float: left;
	color: #666666;
}

.p-left ul li span,.p-right ul li span{
	float: right;
	color: #333333;
}



.pro-contrast{
	padding: 110px 0 120px 0;
}

.p-c-con{
	margin-top: 66px;
}

.per-box{
	
}

.per-title{
	float: left;
	width: 18%;
	height: 126px;
	line-height: 126px;
	background: #999999;
	text-align: center;
	position: relative;
}

.per-title h3{
	font-size: 24px;
	color: #ffffff;
}

.per-title:after{
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	width: 10px;
	height: 21px;
	display: block;
	content: "";
	background: url(/skin/images/pro_ctra_sj.png) center center no-repeat;
}


.per-list{
	float: right;
	width: 82%;
	background: #f8f8f8;
}

.per-list ul li{
	height: 126px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 25%;
	float: left;
	font-size: 20px;
	color: #333333;
	position: relative;
}

.per-list ul li em{
	display: block;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.per-list ul li:after{
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -28px;
	width: 1px;
	height: 56px;
	display: block;
	content: "";
	background: #dddddd;
}

.per-list ul li:last-child:after{
	display: none;
}


.per-des p{
	font-size: 18px;
	color: #333333;
	margin-top: 24px;
}



.per-data{
	margin-top: 64px;
}


.p-d-t{
	background: #ed6d00;
}

.p-d-t ul li{
	float: left;
	width: 11.11%;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.p-d-t ul li span{
	display: block;
	font-size: 14px;
	text-align: center;
	margin-top: 2px;
}


.d-icon{
	position: absolute;
	right: -9px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
}

.chu-icon{
	background: url(/skin/images/pro_ctra_chu.png) center center no-repeat;
}

.deng-icon{
	background: url(/skin/images/pro_ctra_deng.png) center center no-repeat;
}

.cheng-icon{
	background: url(/skin/images/pro_ctra_cheng.png) center center no-repeat;
}

.p-d-l ul {
	border-top: 1px solid #ddd;
}

.p-d-l ul li{
	float: left;
	width: 11.11%;
	text-align: center;
	color: #333333;
	font-size: 18px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.p-d-l ul li b{
	 color: #ed6d00;
}


.per-data-tp{
	margin-top: 70px;
	text-align: center;
}



.pro-heat{
	position: relative;
}

.pro-heat .pro-title{
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.pro-heat .pro-title p{
	margin-top: 28px;
	line-height: 36px;
}

.pro-heat-tp{
	position: relative;
	top: 0;
	z-index: 1;
	text-align: center;
}


.fine-quality{
	padding: 110px 0 120px 0;
}


.f-q-item{
}

.f-q-item .item{
	float: left;
	width: 48%;
	margin-top: 60px;
	margin-left: 4%;
	background: url(/skin/images/fine_bg.jpg) right center no-repeat;
}

.f-q-item .item:nth-child(2n+1){
	margin-left: 0;
}

.f-q-item .item .tp{
	float: left;
	width: 24%;
}

.f-q-item .item .text{
	float: left;
	width: 64%;
	padding: 38px 5% 0 5%;
}

.f-q-item .item.f-text .text{
	padding: 24px 5% 0 5%;
}

.f-q-item .item .text h3{
	font-size: 18px;
	color: #ed6d00;
}

.f-q-item .item .text p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 10px;
}



.pro-adv-1{
	background: #f8f8f8;
	padding: 110px 0 100px 0;
}

.adv-zlbp{
	margin-top: 72px;
}

.adv-zlbp .tp{
	width: 49%;
	float: right;
}

.adv-zlbp .text{
	width: 43%;
	float: left;
	padding-top: 100px;
	padding-right: 6%;
}

.adv-zlbp .text h3{
	font-size: 30px;
	color: #333333;
	margin-top: 32px;
}

.adv-zlbp .text p{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	margin-top: 16px;
}

.adv-zlbp .text span{
	display: block;
	width: 24px;
	height: 2px;
	background: #cccccc;
	margin-top: 50px;
}



.adv-znhs{
	padding: 100px 0;
}

.adv-znhs .tp{
	width: 49%;
	float: left;
}

.adv-znhs .text{
	width: 43%;
	float: right;
	padding-top: 100px;
	padding-left: 6%;
}

.adv-znhs .text h3{
	font-size: 30px;
	color: #333333;
	margin-top: 32px;
}

.adv-znhs .text p{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	margin-top: 16px;
}

.adv-znhs .text span{
	display: block;
	width: 24px;
	height: 2px;
	background: #cccccc;
	margin-top: 50px;
}




.pro-adv-3{
	padding: 100px 0;
	background: #F8F8F8;
}

.adv-znkz .tp{
	width: 49%;
	float: right;
}

.adv-znkz .text{
	width: 40%;
	float: left;
	padding-right: 9%;
	padding-top: 16px;
}

.adv-znkz .text h3{
	font-size: 30px;
	color: #333333;
	margin-top: 32px;
}

.adv-znkz .text p{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	
}

.adv-znkz .text p i{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	display: block;
	margin-top: 16px;
}

.adv-znkz .text span{
	display: block;
	width: 24px;
	height: 2px;
	background: #cccccc;
	margin-top: 50px;
}



.scenario{
	padding: 110px 0 120px;
}


.sce-box{
	margin-top: 112px;
	padding: 0 6%;
	position: relative;
}

.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: 120px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.sce-left ul li img{
	margin-right: 50px;
	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: 40px;
	line-height: 120px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}

.sce-right ul li img{
	margin-left: 50px;
	float: right;
}



.sce-tp{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}



.pro-instal{
	position: relative;
}

.pro-instal .pro-title{
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.pro-instal .pro-title p{
	margin-top: 28px;
	line-height: 36px;
}



.pro-par-des{
	margin-top: 32px;
}

.pro-par-des p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}



.video-menu{
	padding-top: 56px;
}

.video-menu ul li{
	float: left;
	margin-right: 16px;
}

.video-menu ul li a{
	font-size: 14px;
	color: #757575;
	background: #fff;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #eee;
}

.video-menu ul li a:hover{
	color: #ed6d00;
}

.video-menu ul li.active a{
	color: #ed6d00;
	border: 1px solid rgba(237,109,0,.3);
}





/*--serverBar--*/
.serverBar{display:block;position:fixed;z-index:99999999;top: 130px;right: 10px;}
.serverBar li{position:relative;margin-bottom: 5px;}
.serverBar li a{display:block;padding: 5px 5px;width: 48px;height: 48px;text-align:center;color:#666 !important;background:#fff;border:#f0f0f0 solid 1px;}
.serverBar li a>i{display:block;font-size:18px;}
.serverBar li a>span{display:block;font-size:12px;}
.serverBar li:hover a{color:#fff !important;background:rgba(237,109,0,1);;border-color: rgba(237,109,0,1);}
.serverBar li .infos{display:none;position:absolute;left: -166px;padding:10px;background:#fff;border:#f0f0f0 solid 1px;box-shadow:0 0 10px rgba(255,255,255,0.1);}
.serverBar li .tel{top:0;}
.serverBar li .tel dt{padding-bottom:6px;font-size:14px;color:#666;border-bottom:#f0f0f0 solid 1px;}
.serverBar li .tel dd{padding-top:4px;font-size:20px;color: #ed6d00;}
.serverBar li .QRcode{bottom:0;overflow:hidden;left:-152px;}
.serverBar li .QRcode .item{overflow:hidden;float: left;margin: 0 5px;width: 120px;}
.serverBar li .QRcode .item i{display:block;margin:0 auto;width:100px;}
.serverBar li .QRcode .item img{display:block;width:100%;}
.serverBar li .QRcode .item p{font-size:14px;color:#666;text-align:center;}
.serverBar li:hover .infos{display:block;}

.serverBar a .icon{
	margin-top: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/skin/images/r_icon.png) center center no-repeat;
}

.serverBar a:hover .icon{
	background: url(/skin/images/r_icon_a.png) center center no-repeat;
}


.serverBar a .icon.con,.serverBar a:hover .icon.con{
	background-position: 0 0;
}

.serverBar a .icon.tel,.serverBar a:hover .icon.tel{
	background-position: -20px 0;
}

.serverBar a .icon.vr,.serverBar a:hover .icon.vr{
	background-position: -40px 0;
}

.serverBar a .icon.wx,.serverBar a:hover .icon.wx{
	background-position: -60px 0;
}

.serverBar a .icon.top,.serverBar a:hover .icon.top{
	background-position: -80px 0;
}

#gotop{
	display: none;
}

@media(max-width:768px){
.serverBar{top: 120px;}
.serverBar li{display:none;}
.serverBar li:hover .tel{display:none !important;}  
.serverBar li:first-child,.serverBar li#backTop{display:block;}
.serverBar li a{display:block;padding: 4px 4px;width: 42px;height: 42px;text-align:center;color:#666 !important;background:#fff;border:#f0f0f0 solid 1px;}
.serverBar a .icon{
	margin-top: 0;
}
}
/*--end serverBar--*/




.whole404-box{
        	height: 90vh;
        	position: relative;
        }
		.whole404-box .whole {
            width: 100%;
            height: 100%;
            line-height: 100%;
        }

            .whole404-box .whole img {
                width: 100%;
                height: 100%;
            }

        .whole404-box .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #000;
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

        .whole404-box .b {
            width: 100%;
            text-align: center;
            height: 400px;
            position: absolute;
            top: 55%;
            margin-top: -230px
        }

        .whole404-box .a {
            width: 150px;
            height: 50px;
            margin-top: 30px
        }

            .whole404-box .a a {
                display: block;
                float: left;
                width: 150px;
                height: 50px;
                background: #fff;
                text-align: center;
                line-height: 50px;
                font-size: 18px;
                border-radius: 25px;
                color: #333
            }

                .whole404-box .a a:hover {
                    color: #000;
                    box-shadow: #fff 0 0 20px
                }

        .whole404-box p {
            color: #fff;
            margin-top: 40px;
            font-size: 24px;
            line-height: 56px;
        }

        .whole404-box #num {
            margin: 0 5px;
            font-weight: bold;
        }
        

.list-banner{
	text-align: center;
}

.list-banner img{
	width: 100%;
	object-fit: cover;
	height: 800px;
}
