@charset "utf-8";
/*初始化样式*/
*{margin: 0px;padding: 0px;list-style: none;font-family: "微软雅黑",STXihei,STHeiti;border: none;color: #444;text-decoration: none;}
address,caption,cite,code,dfn,em,th,var,i,h1,h2,h3,h4{font-style: normal;font-weight: normal;}
ol,ul{list-style: none;}
del,ins,a{text-decoration: none;}
caption,th{text-align: left;}
input,button,textarea,select{font-size: 100%; border:none;}
i,b,span,a{display:inline-block;}
a:hover,button:hover{cursor: pointer;}
select{border: none;outline: none;appearance:none; -moz-appearance:none;-webkit-appearance:none;background: #fff url("../images/xiala.png") no-repeat right 10px center!important;}
/*常用样式*/
/*统一浏览器盒子宽度：width（盒子宽度）=内容+padding*/
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*清浮动*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .clearfix {height: 1%;}
/*定位*/
.pf{position: fixed;}
.pr{position: relative;}
.pa{position: absolute;}
/*布局*/
.none{display: none;}
.block{display: block;}
.inblock{display: inline-block;}
/*浮动*/
.fl{float: left;display: inline-block;}
.fr{float: right;display: inline-block;}
/*宽度*/
.w160{width: 160px;}
.wp100{width: 100%;}
.w920{width: 920px;}
.w930{width: 930px;}
.w1200{width: 1200px;}
/*补白*/
.pl10{padding-left: 10px!important;}
.pr20{padding-right: 20px!important;}
.pt30{padding-top: 30px!important;}
.pb40{padding-bottom: 40px!important;}
.pb70{padding-bottom: 70px!important;}
/*边距*/
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt80{margin-top: 80px!important;}
.mt90{margin-top: 90px!important;}
.mt100{margin-top: 100px!important;}
.mt120{margin-top: 120px!important;}
.mt130{margin-top: 130px!important;}
.mb15{margin-bottom: 15px!important;}
.ml25{margin-left: 25px!important}
.mr25{margin-right: 25px!important;}
.mb10{margin-bottom: 10px!important;;}
.mb80{margin-bottom: 80px!important;;}
/*背景颜色*/
.bgfff{background: #fff;}
.bgfa{background: #fafafa;}
/*边框*/
.bdnone{border: none!important;}
.bdtnone{border-top: none!important;}
.bdbnone{border-bottom: none!important;}
.bdlnone{border-left: none!important;}
.bdrnone{border-right: none!important;}
/*文本对齐*/
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}
/*字体*/
.fs0{font-size: 0px;}
/*----  文本行数 ------- */
.textov1{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov2{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov3{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov4{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;overflow: hidden;-moz-box-orient: vertical;}
.textov5{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov8{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
/*字体颜色*/
.cwhite{color: #fff!important;}
/*（图片）动画过渡时间*/
.transition5,.transitionImg5 img,.moveUp,.enlarge,.enlargeLi img{-moz-transition: all ease .5s 0s;-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;}
/*鼠标悬浮上移*/
.moveUp:hover{-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}
/*（列表项图片）鼠标悬浮放大*/
.enlarge:hover,.enlargeLi li:hover img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
/*溢出隐藏*/
.hidden{overflow: hidden;}
/*内容*/
.content{width: 1200px;margin: 0 auto;}
.content1400{width: 1400px;margin: 0 auto;}
/*--------------------------- 通用样式 结束----------------------------------- */
/*--------------------------- 公共样式 开始----------------------------------- */
body { font:12px/1.5 \5b8b\4f53}
/*---- header 头部样式 ------- */
.top-box{background: #eee;display: none;}
.top-bj{width: 1400px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.top-bj a,.top-bj p{font-size: 13px;color:#666;line-height: 40px;}
.header{/* position: fixed; */z-index:9999;top: 0;width: 100%;max-width: 1920px;/* height: 110px; */font-size: 14px;border-bottom: 1px solid #cdd3da;background: #fff;}
.logofl{width: 200px;/* height: 62px; */margin-top: 42px;/* margin-bottom: 14px; *//* margin-right: 80px; */}
/*.slogan{margin-left: 40px;line-height: 110px;font-size: 20px;color: #eae9e9;}*/
.logofr{width: 83%;padding-top: 20px;}
/*导航*/
.nav{/* height:110px; *//* margin-top: 27px; */}
.nav .nLi{float: left;/* width: 10%; */margin-left: 3%;display: inline-block;/* height: 108px; *//* line-height: 108px; */text-align: center;}
/* .nav .nLi:after{content: "/";padding: 20px;} */
.nav .nLi:nth-last-of-type(1):after{content: "";padding: 0;}
.nav .nLi h3{font-size: 16px;line-height: 88px;color:#424242;}
.nav .nLi:hover h3,.nav .current h3{color: #fb803f;/* line-height: 40px; */border-bottom: 2px solid #fb803f;}
.nav .sub{position:absolute;left:0;top: 145px;z-index: 9999;display: none;width: 100%;max-width: 1920px;background: #f6f6f6;text-align: center;line-height: 3em;padding: 20px 0;}
.nav .sub li{zoom:1;display: inline-block;margin: 0 25px;font-size: 16px;}
.nav .sub a{display: block;width: 100%;color: #636363;}
.nav .sub a:hover{color: #fb803f;}
.nav .sub li:hover{color: #636363;}
@media screen and (max-width:1500px){
.content1600{width: 100%;padding: 0 10px;}
.nav .nLi:after{content: "/";padding: 10px;}
}
@media screen and (max-width:1385px){
.nav .nLi:after{content: "/";padding: 5px;}
}
@media screen and (max-width:1310px){
.logofl{margin-right: 20px;}
}
/*---------------------- 搜索框  轮播样式 --------------------------------------------*/
.searchBox{display: flex;justify-content: flex-end;align-items: center;}
.searchbj{border: 1px #ccc solid;border-radius: 40px;overflow: hidden;height: 30px;display: flex;justify-content: space-between;align-items: center;}
.searchbj input{line-height:30px;font-size: 14px;padding-left: 5px;}
.searchbj button{height: 30px;width: 50px;}
.phonebj{display: flex;margin-left: 20px;align-items: center;}
.phonebj p{font-size: 14px;margin-left: 5px;}
.phonebj img{/* width: 20px; *//* height: 20px; */}

/*---------------------- banner  轮播样式 --------------------------------------------*/
.banner{position: relative;float: none;text-align: center;width: 100%;/* margin-top:110px; */}
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;} 
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;} 
.rslides li:first-child {position: relative;display: block;float: left;} 
.rslides img {display: block;float: left;width: 100%;border: 0;}
.rslides_tabs{position: absolute;bottom: 50px;left: 50%;z-index: 99;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.rslides_tabs li{float: left;display: inline-block;width: 15px;height: 15px;font-size: 0;border-radius: 100%;background: #fff;margin: 0 10px;}
.rslides_tabs li.rslides_here{background: #fdd61e;}
.rslides_nav{position: absolute;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);bottom: 46%;left: 0;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;width: 42px;height: 45px;border-radius: 50%;opacity: 0.5;background: url(../images/left.png) no-repeat;}
.rslides_nav.prev {right: auto;background-position: left top;left: 22px;}
.rslides_nav.next {left: auto;background-position: right top;right: 22px;}
/*------------------------底部导航联系信息 修饰------------------------*/

/*底部导航联系信息 修饰*/
.footer{background: #666666;/* height: 510px; */color: #fff;font-size: 14px;line-height: 2em;}
.footer .content{overflow:hidden;margin-top: 0;}
.footer a{color: #d5d5d5;}
.footer a:hover,.fotNav .nLi a:hover,.fotNav .nLi .sub a:hover{color: #fb803f;}
.fotLCon{/* background: #e3e3e3; */width: 220px;/* height: 480px; */text-align: center;margin-top: 37px;color: #fb803f;}
.fotLCon p{color:#fff}
.fotLCon .logo{margin-top: 80px;width: 170px;}
.fotLCon .ewm{margin-top: 50px;width: 150px;}
.fotRCon{width: 950px;margin-left: 30px;}
.link,.fotNav{/* border-bottom: 1px solid #5e5e5e; */}
.fotNav{padding: 25px 0;}
.fotNav .nLi{float: left;margin-right: 26px;}
.fotNav .nLi a{font-size: 14px;/* font-weight: bold; */color: #ffff;}
.fotNav .nLi .sub a{font-size: 13px;color: #eee;margin-bottom: 8px;}
.fotNav .fotContact{margin-right: 0;width: 380px;}
.fotRBCon{padding: 30px 0;text-align: center;}
#nav .sub li {float: left;}
.fotLCon h2{font-size: 16px;font-weight: bold;color: #fff;}
.fotLCon .wechat img {margin-top: 20px;	width: 110px;}
.rx{display: flex;align-items: center;}
.rx img{margin-right:8px;}
.bah{font-size:13px;text-align: center;line-height: 50px;color:#fff;background: #242323;}
.bah a{color:#fff}
/*------------------------当前位置------------------------*/
.location{/* height: 70px; *//* line-height: 70px; */background: #f8f8f8;font-size: 16px;color: #636363;text-align: left;border-bottom: 1px solid #edecec;}
.location a{color: #636363;}
.location a:hover,#location1 .location a.current{color: #0000bc;}

/*------------------------分页------------------------*/
.page{clear:both;padding: 30px 0;text-align: center;line-height: normal;background: #fff;}
.page .pagenum,.page .pageinfo,.page .pagefirst,.page .pageup,.page .pagenext,.page .pagedown,.page .total,.page .pageend,.page .current{background: #ffffff;padding: 10px 15px;border-radius: 10px;margin: 0 2px;border: 1px solid #eee;font-size: 14px;color: #fb803f;transition: all .5s;border: 1px solid #fb803f;}
.page .current,.page a:hover{background: #fb803f;border-collapse: #1a4975;color: #fff;}
/*.page .pageup,.pagenext,.pagedown{display: inline;margin: 0 2px;padding: 4px 16px;border: none;color: #333;font-size: 14px;}*/
/*.page .pageinfo,.total,.pagefirst,.pageend,.pagepreall,.pagenextall{display: none;}*/
/* 首页荣誉 */
.Box {
				position: relative;
				padding: 50px 0;
			}

.Box .content {
				width: 1200px;
				margin: 0 auto;
			}

		/* .Box h2 {
				text-align: center;
				margin-bottom: 35px;
				padding-top: 250px;
			}
 */
.Box .Box_con {
				position: relative;margin-top: 70px;
			}

.Box .Box_con .btnl {
				position: absolute;
			}

.Box .Box_con .btn {
				display: block;
				width: 41px;
				height: 41px;
				position: absolute;
				top: 70px;
				cursor: pointer;
			}

.Box .Box_con .btnl {
				background: url(../images/jtl02.png) no-repeat center;
				left: -72px;
			}

.Box .Box_con .btnr {
				background: url(../images/jtr02.png) no-repeat center;
				right: -72px;
			}

.Box .Box_con .btnl:hover {
				background: url(../images/jtl03.png) no-repeat center;
			}

.Box .Box_con .btnr:hover {
				background: url(../images/jtr03.png) no-repeat center;
			}

.Box .Box_con .conbox {
				position: relative;
				overflow: hidden;
			}

.Box .Box_con .conbox ul {
				position: relative;
				list-style: none;padding:0;
			}

.Box .Box_con .conbox ul li {border: solid;border: solid;-moz-transition: all ease .5s 0s;
    -webkit-transition: all ease .5s 0s;
    cursor: pointer;
    transition: all ease .5s 0s;transition: all ease .5s 0s;   /* background:url(../images/about-honor.png) no-repeat; *//* background-size:100% 100%; */float: left;/* padding:15px 10px; *//* padding-top:10px; *//* padding-right:15px; */width: 285px;border: 1px #eee solid;: 400px;background: #eee;margin-left: 20px;overflow: hidden;}
.Box .Box_con .conbox ul li:hover {background: #fb803f;}
.Box .Box_con .conbox ul li:first-child {
				margin-left: 0;
			}

.Box .Box_con .conbox ul li img {
				display: block;
				width: 100%;
				height: 100%;
				transition: all 0.5s;
				}
.Box .Box_con .conbox ul li p{font-size:16px;text-align:center;display: none;line-height:40px;}

.Box .Box_con .conbox ul li:hover img {
				transform: scale(0.7.0.7);
			}

.Box .BoxSwitch {
				margin-top: 30px;
				text-align: center;
			}

.Box .BoxSwitch span {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				vertical-align: middle;
				width: 30px;
				height: 3px;
				background: #ccc;
				margin: 0 5px;
				cursor: pointer;
			}

.Box .BoxSwitch span.cur {
				background: #5e842c;
			}
			/*  */
			 #mask {
			      position: absolute;
			      z-index: 1;
			      left: 0;
			      top: 0;
			      width: 100%;
			      height: 100%;
			    }
			
			    #carousel {
			      position: relative;
			      z-index: 2;
			      height: 600px;
			      /*  margin-top: 200px; */
			      transform-style: preserve-3d;
			      perspective: 800px;}
 #carousel img {position: absolute;left: 50%;top: 50%; width: 300px;height: 300px; margin-left: -150px;margin-top: -150px; border-radius:2px;  transition: transform 0.5s ease-in-out; }

/*正文*/
.ChannelContent{font-size: 15px;color: #636363;line-height:1.8em;max-width: 1200px;display: block;}
.ChannelContent img{max-width: 1200px;height: auto!important;margin: 12px 0;display: block;}
.ChannelContent p{font-size: 15px;color: #636363;line-height:1.8em;display: block;margin: 12px 0;}
.ChannelContent p img{margin-left: 0em;display:inline-block;}
.ChannelContent p span img{display:inline-block;}
.ChannelContent span img{margin-left: 0em;display:inline-block;}
.ChannelContent span {margin-left: 0em;line-height:1.8em;}
.ChannelContent p span {text-indent: 0em;}
.ChannelContent2{width: 930px;}
.ChannelContent1158{max-width: 1158px;}
.ChannelContent1158 img{max-width: 1158px;}
/*上下页*/
.fanye{overflow: hidden;}
.Previous,.Next{font-size: 15px;color: #636363;width: 49%;float: left;display: inline-block;overflow: hidden;white-space: nowrap;}
.Previous{margin-right: 2%;}
.Next a,.Previous a{font-size: 15px;color: #636363;}
.Next b,.Previous b{color: #636363;font-weight: normal;}
.Next:hover a,.Previous:hover a,.Next:hover b,.Previous:hover b{color: #e10312;}
/*内容*/
.content{width: 1200px;margin: 0 auto;/* padding-top: 30px; *//* margin-top: 30px; *//* overflow: hidden; */}
/*右侧悬浮窗*/
/*
.hoverBox{position: fixed;bottom: 90px;left: 0;z-index: 999999; background: #fb803f;width: 100%;height: 135px;}
.hoverBoxIcon{position: absolute;right: 0;top: 0;background: url(../images/close.png) no-repeat;width: 31px;height: 51px;cursor: pointer;}
.hoverBoxIcon:hover{-moz-transform: rotate(-10deg);-ms-transform: rotate(-10deg);-o-transform: rotate(-10deg);-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}
.hoverBoxCon{width: 520px;margin-left: 50px;}
.hoverBoxCon p:first-of-type{margin-bottom: 15px;}
.hoverBoxCon input,.hoverBoxCon select{width: 200px;height: 40px;background: #fff;padding: 0 10px;font-size: 15px;color: #9b9a9a;}
.hoverBoxCon select{border: none;outline: none;appearance:none;-moz-appearance:none;-webkit-appearance:none;background: #fff url("../images/xiala.png") no-repeat right 10px center;}
.hoverBoxCon button{width: 100px;height: 98px;background: #fff;padding: 20px;color: #d7000f;font-size: 24px;}
.hoverBoxTel{width: 275px;height: 55px;background: url(../images/tel2.png) left center no-repeat;padding-left: 65px;color: #fff;font-size: 18px;line-height: 1.5em;}
.hoverBoxTel em{font-size: 30px;font-weight: bold;font-family: Arial;}
.hoverBoxOpen{position: fixed;bottom: 0;left: 50%;z-index: 999999;margin-left: 560px;background: url(../images/open.png) no-repeat;width: 31px;height: 51px;display: none; z-index: 9999;}
*/
.footer{margin-bottom:0px !important;}
.hoverBox{display:none;}
/*--------------------------- 公共样式 结束-----------------------------------*/
/*--------------------------- 首页样式 开始-----------------------------------*/
/*---------------------- 首页版块1 关于我们 修饰  --------------------------------------------*/
.indexPrice{width: 1200px;margin: 0 auto;padding: 0 55px;margin-top: 40px;box-sizing: border-box;height: 135px;background: #f7f7f7;overflow: hidden;padding-top: 35px;}
.indexPriceLCon{background: url(../images/indexPriceIcon.png) no-repeat left center;/* padding-left: 55px; */width: 530px;}
.indexPriceLCon .title{font-size: 24px;color: #444;font-weight: bold;}
.indexPriceLCon .description{font-size: 16px;color: #636363;margin-top: 10px;}
.indexPriceMCon{height: 60px;font-size: 18px;color: #424242;}
.indexPriceMCon p{display: -webkit-flex;display: flex;justify-content: center;align-items: center;}
.indexPriceMCon em{display: inline-block;background: #fb803f;width: 53px;height: 70px;line-height: 70px;text-align: center;margin: 0 5px;font-size: 59px;font-weight: bold;color: #fff;}
.indexPriceRCon .zixun{display: inline-block;width: 180px;height: 50px;border-radius: 50px;background: #fb803f;text-align: center;line-height: 50px;margin-top: 10px;font-size: 20px;color: #fff;}
/*---------------------- 首页版块1 沃斯特集团 修饰  --------------------------------------------*/
.h2Index{text-align: center;/* padding-bottom: 25px; */background: url(../images/h2IndexBg2.png) center bottom no-repeat;}
.h2Index .title{font-size: 32px;font-weight: 700;color: #333;position: relative;}
.h2Index h2 e{color:#fb803f}
.h2Index .subhead{font-size: 60px;font-family: impact;color: #e1e4eb;margin-top: -70px;/* color: #333; */}
.index1Video{width: 495px;height: 425px;/* border: 3px solid #fb803f; */}
.index1Video img{width:100%}
.apple-retail{position: relative;}
.index1Video:after{position: absolute;left: -3px;top: 65px;content: "";width: 3px;height: 200px;background: #fff;}
.index1Video video{width: 500px;height: 390px;margin-top: 35px;margin-left: 35px;}
.index1Body{/* position: relative; */width: 625px;/* height: 425px; */}
.index1Body .title{font-size: 24px;color: #222;font-weight: bold;}
.index1Body .title:after{display: block;content: "";width: 75px;height: 2px;background: #fb803f;margin-top: 20px;}
.index1Body .description{margin-top: 25px;font-size: 15px;color: #636363;line-height: 1.8em;}
.index1Body .more{/* position: absolute; *//* bottom: 150px; *//* left: 0; */display: block;width: 120px;margin-top: 14px;height: 40px;border: 1px solid #fb803f;line-height: 40px;text-align: center;font-size: 16px;color: #fb803f;}
.index1Body .more:hover{background: #fb803f;color: #fff;border-color: #fb803f;}
.index1Body .details{/* position: absolute; *//* bottom: 0; *//* left: 0; */margin-top: 52px;width: 625px;}
.index1Body .details li{float: left;/* border-right: 1px solid #d8d7d7; */padding: 7px;width: 33%;text-align: center;font-size: 14px;color: #474747;}
.index1Body .details li:nth-of-type(3n){border-right: none;}
.index1Body .details p{font-size: 50px;color: #fb803f;font-weight: bold;font-family: Arial;line-height: 1em;}
.index1Body .details em{font-size: 18px;color: #fb803f;}
/*--------------------------- 首页版块2 我们可以为您做什么 修饰-----------------------------------*/
.index2{/* background: #f7f7f7; *//* padding: 50px 0; */margin-top: 80px;}
.index2Con{position: relative;width: 100%;max-width: 1920px;}
.index2 .swiper-container{/* padding-bottom:40px; */}
.index2 .swiper-slide {position: relative;width: 75%;transition-timing-function:linear;margin-right: 10px;opacity: .6;}
.index2 .swiper-slide img{width: 100%;}
.index2 .swiper-slide .main{position: absolute;left: 0;top: 0;display: none;width: 18%;height: 627px;background: #f7f7f7;padding: 75px 30px;font-size: 16px;color: #636363;line-height: 1.8em;text-align: left;}
/*.swiper-slide-prev,.swiper-slide-duplicate-prev{margin-left: -5%!important;}*/
.index2 .swiper-slide-active{opacity: 1;margin-left: -5%!important;}
.index2 .swiper-slide-active .main{display: block;}
.index2 .swiper-slide-active img{float:right;width:85%;}
.index2 .swiper-slide .title{margin: 40px 0;font-size: 24px;text-align: center;color: #101010;line-height:1.2em;}
.index2 .swiper-slide .more{display: block;width: 120px;height: 40px;line-height: 40px;text-align: center;border: 1px solid #fb803f;margin-top: 40px;color: #fb803f;}
.index2 .swiper-button-next,.index2 .swiper-button-prev{position: absolute;top: auto;bottom: 45px;left: 27%; width: 60px;height: 60px;outline:none;}
.index2 .swiper-button-next{background: #fb803f url(../images/arrowR.png) no-repeat center center;font-size: 37px;color: #fff;}
.index2 .swiper-button-prev{background: #fb803f url(../images/arrowL.png) no-repeat center center;margin-left: -85px;font-size: 37px;color: #fff;}
/*--------------------------- 首页版块3 经典案例 修饰-----------------------------------*/
.index3Con .slideTxtBoxTit  li,.index3Con .slideTxtBoxTit .all{position: relative;display: inline-block;width: 115px;margin-right: 50px;transition: all .5s;font-size: 0;}
.index3Con .slideTxtBoxTit .all{margin-right: 0;}
.index3Con .slideTxtBoxTit  h3{color: #636363;font-size: 16px;font-weight: normal;line-height:40px}
.index3Con .slideTxtBoxTit li:hover h3,.index3Con .slideTxtBoxTit li.on h3,.index3Con .slideTxtBoxTit .all:hover h3{color: #fb803f;border-bottom:2px #fb803f solid;border-top: 2px #fb803f solid;}

.index3Con .slideTxtBoxCon li{position: relative;float: left;width: 300px;height: 230px;overflow: hidden;margin-right: 10px;margin-bottom: 10px;}
.index3Con .slideTxtBoxCon li img{width: 300px;height: 230px;}
.index3Con .slideTxtBoxCon li:nth-of-type(1),.index3Con .slideTxtBoxCon li:nth-of-type(1) img{width: 580px;height: 470px;}
.index3Con .slideTxtBoxCon li:nth-of-type(3),.index3Con .slideTxtBoxCon li:nth-of-type(5){margin-right: 0;}
.index3Con .slideTxtBoxCon li:nth-last-of-type(1),.index3Con .slideTxtBoxCon li:nth-last-of-type(2){margin-bottom: 0;}
.index3Con .slideTxtBoxCon .title{position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,.5);width: 100%;height: 45px;line-height: 45px;text-align: center;font-size: 18px;color: #fff;-webkit-transition: all .5s;transition: all .5s;}
.index3Con .slideTxtBoxCon li:nth-of-type(1) .title{bottom: 0;width: 100%;}
.index3Con .slideTxtBoxCon li:hover .title{bottom: 0;}
/*--------------------------- 首页版块2 产品中心 修饰-----------------------------------*/
.index6Con .slideTxtBoxTit  li,.index6Con .slideTxtBoxTit .all{position: relative;display: inline-block;width: 115px;margin-right: 50px;transition: all .5s;font-size: 0;}
.index6Con .slideTxtBoxTit .all{margin-right: 0;}
.index6Con .slideTxtBoxTit  h3{color: #636363;font-size: 16px;font-weight: normal;line-height:40px}
.index6Con .slideTxtBoxTit li:hover h3,.index6Con .slideTxtBoxTit li.on h3,.index6Con .slideTxtBoxTit .all:hover h3{color: #fb803f;border-bottom:2px #fb803f solid;border-top: 2px #fb803f solid;}

.index6Con .slideTxtBoxCon li{/* position: relative; */float: left;width: 290px;/* height: 230px; */overflow: hidden;margin-right: 10px;border-radius: 0 0 30px 0;overflow: hidden;margin-bottom: 10px;background: #fff;}
.index6Con .slideTxtBoxCon li img{width: 300px;height: 230px;display: block;}
.index6Con .slideTxtBoxCon li .picBorder{overflow:hidden}

.index6Con .slideTxtBoxCon .title{/* width: 100%; */height: 45px;line-height: 45px;/* text-align: center; */font-size: 15px;/* color: #fff; */-webkit-transition: all .5s;transition: all .5s;}
.index6Con .slideTxtBoxCon .tibox{border-top: 1px #ccc solid;display: flex;justify-content: center;padding: 0 20px;box-sizing: border-box;align-items: center;}
.index6Con .slideTxtBoxCon li:hover .title{bottom: 0;color:#fff}
.index6Con .slideTxtBoxCon li:hover{background:#fb803f;}
.index6Con .slideTxtBoxCon .tibox img{width: 23px;height: 11px;display: none;}
/*--------------------------- 首页版块4 沃斯特五大优势 修饰-----------------------------------*/
.index4{background: url(../images/index4Bg.jpg) no-repeat center center;width: 100%;max-width: 1920px;height: 713px;overflow: hidden;padding: 75px 0 60px 0;margin: 0 auto;}
.index4Con li{position:relative;float: left;width: 140px;height: 140px;border-radius: 100%;background: #fb803f;margin-right: 50px;text-align: center;color: #fff;}
.lc2{display: none;font-size: 14px;text-align: center;color:#fff;margin-top:27px;}
.ys2_zi2 {height: 140px;width: 140px;position: relative;background-color: #FFF;display: none;border-radius: 80px;font-size: 14px;/* border: 5px red solid; */line-height: 20px;font-weight: normal;color: #333;padding-top: 40px;/* padding-top: 41px; */padding-right: 20px;padding-bottom: 30px;padding-left: 20px;}
.index4Con li:hover .ys2_zi2 { display:block; animation-name: zoomin; animation-duration: .5s; animation-fill-mode: both}
@keyframes zoomin { 0% {
opacity:0;
transform:scale(.3)
}
50% {
opacity:1
}
}
.index4Con li:hover .lc2{display: block;}
.index4Con li:hover .lc1{display:none;}
.index4Con li:last-of-type{margin-right: 0;}
.index4Con li img{width: 50px;height: 51px;margin-top: 30px;/* padding: 11px; *//* border-radius: 100%; */transition: all ease .5s;}
.index4Con li .circle{position: absolute;left: 50%;top: 0;display: block;width: 162px;height: 162px;margin-left: -81px;border-radius: 100%;background: none;border: 4px solid #fff;transition: all ease .5s;opacity: 0;filter: alpha(opacity=0);cursor: pointer;}
.index4Con li:hover .circle {transform: scale(1.05, 1.05);-webkit-transform: scale(1.05, 1.05);opacity: 1;filter: alpha(opacity=100);opacity: 0 9\0;filter: alpha(opacity=0) 9\0;}
.index4Con li .title{/* margin-top: 20px; */font-size: 16px;color: #fff;}
.index4More{display: block;width: 160px;height: 45px;line-height: 45px;text-align: center;background: #eee;border-radius: 50px;font-size: 16px;color: #222;margin: 60px auto 0 auto;}
.index4More:hover{background:#fb803f;color:#fff}
.index4Con{padding-top: 30px;  margin-top: 30px;}
.index4Con li:nth-of-type(1){top: 236px;left: -6px;}
.index4Con li:nth-of-type(2){top: 31px;left: -63px;}
.index4Con li:nth-of-type(3){top: -105px;left: -7px;}
.index4Con li:nth-of-type(4){top: -113px;left: 95px;}
.index4Con li:nth-of-type(5){top: 15px;left: 165px;}
.index4Con li:nth-of-type(6){top: 238px;right: -120px;}

/*--------------------------- 首页版块5 沃斯特资讯 修饰-----------------------------------*/
.index5LCon, .index5RCon { width: 580px;}
.index5Tit a{width: 100%;}
.index5Ltu img{width: 100%;height: 340px;}
.index5Lzi h1{font-size: 22px;font-weight: 600;}
.index5Lzi span{font-size: 14px;color:#999;line-height: 40px;}
.index5Lzi p{font-size: 16px;line-height: 32px;}
.index5Lzi{padding-top: 10px;}
.txtItemLBMain li{padding: 10px;background: #fff;margin-bottom: 20px;}
.txtItemLBMain li a{display:flex;align-items: center;}
.riqi{width: 20%;border-right:1px #eee solid}
.riqi h1{font-size:26px;font-weight: bold;text-align: center;color: #262626;}
.riqi span{font-size:14px;text-align: center;color: #262626;display: block;}
.xwzi h1{font-size: 18px;margin-bottom: 5px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;}
.xwzi p{font-size: 14px;color:#666;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;}
.xwzi{padding-left: 10px;}
.index5bj{background: #f2f4f8;padding: 1px 0;padding-bottom: 80px;}
.txtItemLBMain li:hover {background: #fb803f;}
.txtItemLBMain li:hover h1{color:#fff}
.txtItemLBMain li:hover p{color:#fff}
.txtItemLBMain li:hover span{color:#fff}
.index5Tit:hover h2{color:#FB803F}
.index5 .index4More{background: #fff;}
.index5 .index4More:hover{background:#FB803F ;}
/*--------------------------- 首页样式 结束-----------------------------------*/
/*产品中心*/
.chanGczbCon li{float: left;width: 383px;border-radius: 10px;border: 1px #ccc solid;padding: 20px;/*  */margin-right: 25px;margin-bottom: 30px;}
.chanGczbCon li a{display: block;}
.chanGczbCon li:nth-of-type(3n){margin-right: 0;}
.chanGczbCon .picBorder,.chanGczbCon img{width: 100%;height: 253px;overflow: hidden;}
.chanGczbMain{/* border: 1px solid #d2d1d1; */border-top: none;/* width: 383px; *//* height: 142px; */background: #fff;padding-top: 20px;font-size: 15px;color: #636363;}
.chanGczbMain .title{font-size: 18px;font-weight: bold;text-align: center;color: #424242;height: 27px\9;overflow: hidden\9;}
.chanGczbMain .description{height: 43px\9;overflow: hidden\9;}
.chanGczbCon li:hover{box-shadow: #eee 0px 6px 12px;}
.chanGczbCon li:hover span{background:#FB803F ;color:#fff}
.chanGczbMain span{width:120px;display:block;border:1px #ccc solid;line-height:35px;font-size:14px;text-align:center;margin:0 auto;margin-top:15px}
/*案例详情/设计装修*/
.detailGczbMCon, .detailGczbBCon{background: #fff;width: 100%;/* padding: 25px 60px 60px 25px; */border: 1px solid #e8e7e7;}
.detailGczbTCon img{width: 100%;/* height: 333px; */}
.picBorder{width: 100%;}
.detailGczbTCon .picBorder{width: 500px;}
.detailGczbTMain{width: 665px;margin-left: 35px;font-size: 15px;color: #636363;}
.detailGczbTMain .title{font-size: 24px;color: #424242;}
.detailGczbTMain .details a{display: inline-block;margin: 0 8px;padding: 0 20px;height: 50px;line-height: 50px;background: #fb803f;font-size: 18px;color: #fff;}
.detailGczbTMain .details a:nth-of-type(2){/* background: #fdb404; */}
.detailGczbTMain .details a:nth-of-type(3){background: #3c3c3c;}
.detailGczbTMain .description  p{margin-bottom: 10px;}
.detailGczbMCon,.detailGczbBCon{padding: 40px 20px;}
.detailGczbBTit{padding-top: 0;padding-left: 0;padding-right: 0;}
.detailGczbBTit .more{color: #fb803f;font-size: 16px;}
.detailGczbBMain{padding: 0 80px;}
.detailGczbBMain .picList1 li{position: relative;width: 324px;height: 263px;float: left;margin-right: 10px;overflow: hidden;}
.detailGczbBMain img{width: 324px;height: 263px;}
.detailGczbBMain .title{position: absolute;bottom: 40px;left: 35px;background: rgba(0,0,0,.5);width: 255px;height: 40px;line-height: 40px;text-align: center;font-size: 18px;color: #fff;transition: all .5s;}
.detailGczbBMain .picList1 li:hover .title{bottom: 0;}
/*实验室工程总承包详情*/
/* 方舱实验室 */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	height: 361px;
}
#certify  .swiper-slide p {
	/* line-height: 98px; */
	padding-top: 10px;
	text-align: center;
	color: #636363;
	font-size: 16px;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.cpjj>h2{font-size: 26px;font-weight: bold;margin-bottom: 15px;}
.cpjj>p{font-size: 16px;line-height: 32px;color:#666}
.jdys{display: flex;flex-wrap: wrap;margin-top: 2%;margin-bottom: 50px;}
.jdys li{width: 32%;margin-right: 2%;margin-bottom: 2%;border: 1px #eee solid;border-radius: 5px;/* box-shadow: #ccc 0px 6px 16px; */padding: 2%;}
.jdys li:hover{box-shadow: #eee 0px 6px 16px;}
.jdys li:nth-of-type(3n){margin-right:0;}
.jdys li img{width:75px;display: block;margin:0 auto;}
.jdys li h1{font-size:22px;font-weight:bold;text-align:center;margin:10px 0;}
.jdys li p{font-size:14px;color:#666;line-height:28px;}
/* 方舱实验室完 */
/*沃斯特资讯*/
.chanNavCon{/* position: absolute; *//* right: 0; *//* bottom: 0; */height: 70px;line-height: 70px;}
.chanNavCon li{float: left;}
.chanNavCon li h2{margin-right: 37px;}
.chanNavCon a{display: block;width: 100%;text-align: center;/* margin-right: 40px; */font-size: 16px;color: #474747;transition: all .5s;}
.chanNavCon li:hover a,.chanNavCon li.current a{color: #fb803f;border-bottom: 2px #fb803f solid;}
.chanNewsCon li{position: relative;/* float: left; */background: #fff;padding: 30px 0;/* margin-right: 45px; */border-bottom: 1px solid #dcdcdc;/* width: 370px; *//* height: 420px; */transition: all .5s;}
.chanNewsCon li a{overflow:hidden}
.chanNewsCon li:nth-of-type(3n){margin-right: 0;}
.chanNewsCon li:hover .title{color:#fb803f}
.chanNewsCon .main{float: right;width: 900px;padding: 0 20px 0px 20px;}
.chanNewsCon .picBorder,.chanNewsCon img{width: 300px;height: 200px;float: left;overflow: hidden;}
.chanNewsCon .title{margin-top: 5px;font-size: 18px;font-weight: bold;color: #424242;height: 24px\9;overflow: hidden\9;}
.chanNewsCon .description{margin-top: 15px;font-size: 15px;line-height: 28px;color: #666;height: 54px\9;overflow: hidden\9;}
.chanNewsCon span{color:#fb803f;font-size:14px;margin-top: 11px;}
.chanNewsCon .date{/* position: absolute; *//* left: 20px; *//* bottom: 30px; */font-size: 14px;margin-top: 10px;color: #999;}
.chanNewsCon .more{position: absolute;right: 20px;bottom: 30px;width: 28px;height: 28px;background: url(../images/more.png) no-repeat;}
/*专业团队*/
.chanTeambox{padding:30px 0;border-bottom: 1px #ccc solid;}
.chanTeamMCon img{width: 1200px;height: auto;}
.chanTeamBCon{padding: 0 14px;}
.chanTeamBCon li{float: left;width: 364px;height: 446px;border-radius: 4px;border: 1px solid #e7e6e6;background: #fff;margin-right: 40px;margin-bottom: 30px;padding: 50px 25px 0 25px;text-align: center;font-size: 18px;color: #636363;}
.chanTeamBCon img{width: 210px;border: 2px solid #ececec;border-radius: 100%;overflow: hidden;}
.chanTeamBCon li:hover img{-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);-webkit-transform: translateY(-10px);transform: translateY(-10px);}
.chanTeambj{display: flex;justify-content: space-between;}
.chanTeaml{width: 430px;height: 280px;}
.chanTeaml img{width: 100%;height: 100%;-webkit-transition: all .5s;transition: all .5s;}
.chanTeamr{width:740px;}
.chanTeamr h1{font-size:24px;font-weight: bold;margin-bottom: 15px;}
.chanTeamr h1 e{font-size: 15px;color:#666;margin-left: 5px;font-weight: normal;}
.tips{margin-bottom: 10px;display: flex;align-items: flex-start;}
.tips span{font-size: 16px;width: 12%;color: #999;}
.tips p{font-size: 16px;color: #444;width: 89%;}
.tipbox{margin-top:40px;}
.tipbox h3{font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.tipbox p{font-size: 14px;line-height:30px;color:#666}
/*沃斯特实验室-我们的服务 */
.ServiceTCon{margin-bottom: 80px;margin-top:20px;}
.ServiceTCon p{font-size: 16px;color:#666;line-height: 32px;}
/*沃斯特资讯详情*/
.h2xiang{text-align: center;padding: 30px 0;border-bottom: 1px dashed #636363;}
.h2xiang h2{font-size: 24px;color: #292929;font-weight: bold;}
.h2xiang p{font-size: 14px;color: #676767;margin-top: 15px;}
.detailNewsLCon{/* width: 865px; *//* border: 1px solid #eeeded; *//* border-radius: 8px; */background: #fff;overflow: hidden;padding: 0 0px 70px 0px;}
.detailNewsRCon{width: 300px;background: #f8f8f8;padding-bottom: 40px;border-radius: 8px;overflow: hidden;}
.detailNewsRTit{background: #fb803f;width: 300px;height: 45px;line-height: 45px;color: #fff;font-size: 20px;padding: 0 20px;}
.detailNewsRTit .more{font-size: 14px;color: #fff;}
.detailNewsRMain{padding: 0 20px;}
.detailNewsRTCon li{padding: 15px 0;border-bottom: 1px dashed #9c9b9b;}
.detailNewsRTCon li:nth-last-of-type(1){border-bottom: none;}
.detailNewsRTCon .picBorder,.detailNewsRTCon img{width: 110px;height: 75px;overflow: hidden;}
.detailNewsRTCon .title{width: 145px;height: 40px;margin-top: 15px;font-size: 14px;color: #5a5959;padding-left: 10px;}
.detailNewsRBCon{font-size: 14px;color: #505050;text-align: center;}
.detailNewsRBTit{border-bottom: 1px solid #cacaca;padding-bottom: 15px;font-size: 20px;color: #fb803f;text-align: center;}
.detailNewsRMCon li{overflow: hidden;transition: all .5s;padding: 10px 0;line-height: 1em;white-space: nowrap;border-top: 1px dashed #9c9b9b;}
.detailNewsRMCon li:last-of-type{margin-bottom: 0;}
.detailNewsRMCon li a{color: #676767;font-size: 14px;}
.detailNewsRMCon li i{width: 18px;height: 18px;text-align: center;line-height: 18px;display: inline-block;background: #a9a9a9;color: #fff;margin-right: 10px;}
.detailNewsRMCon li:hover i{background: #113f93;}
.servertel{height: 45px;padding-left: 55px;background: url(../images/tel2.png) no-repeat left center;font-size: 14px;color: #636363;line-height: 1.8em;text-align: left;}
.servertel .tel{display: block;font-size: 24px;color: #fcc10f;font-family: Arial;}
.detailNewsRBMain{text-align: left;font-size: 14px;color: #414141;line-height: 2em;padding: 0 15px;}
.detailNewsRBCon .title{color: #fb803f;}
/* 沃斯特实验室-荣誉资质 */
.dev-div {width: 1200px;/* height: 468px; *//* background: #f7f7f7; */margin: 0 auto;margin-bottom: 50px;margin-top: 40px;}
.dev-photo {/* width: 829px; *//* height: 468px; *//* margin: 0 auto; */position: relative;/* float: left; */}
.dev-box {width: 829px;margin: 0 auto;height: 468px;overflow: hidden;/* position: relative; */}
.dev-box ul { }
.dev-box ul li {width: 829px;height: 468px;/* position: absolute; *//* top: 0; *//* left: 0; */}
.dev-box ul li a{display:block;width: 100%;height: 100%;}
.dev-box ul li a img{display:block;width: 100%;height: 100%;}
.dev-box li p { position: absolute; width: 100%; height: 100px; bottom: 0; left: 0; background: rgba(0,0,0,0.6) none repeat scroll !important; background: #000; filter: Alpha(opacity=60); color: #fff; text-align: center; }
.dev-box a b { display: block; padding-top: 25px; font-size: 24px; font-weight: normal; font-family: "novecento-widenormal"; margin-bottom: 5px; }
.dev-box a span { color: #fff; font-size: 13px; }

a.dev-left {display: block;width: 79px;height: 79px;background: url(../images/pleft-btn1.png) no-repeat;position: absolute;top: 40%;margin-top: -40px;left: 20px;-webkit-border-radius: 80px;border-radius: 80px;-webkit-transition: background-color .3s;transition: background-color .3s;z-index: 10;}
a.dev-left:hover { background: url(../images/pleft-btn1-hover.png) no-repeat; }
a.dev-right {display: block;width: 79px;height: 79px;background: url(../images/pright-btn1.png) no-repeat;position: absolute;top: 40%;margin-top: -40px;right: 20px;-webkit-border-radius: 80px;border-radius: 80px;-webkit-transition: background-color .3s;transition: background-color .3s;z-index: 10;}
a.dev-right:hover { background: url(../images/pright-btn1-hover.png) no-repeat; }


.dev-box span.pageState { color: #fff; position: absolute; top: 335px; right: 10px; line-height: 20px; font-size: 14px; }
.dev-box span.pageState span { font-size: 18px; color: #fff; font-weight: bold; }

.dev-other {/* position: absolute; */width: 1200px;/* height: 100px; *//* bottom: 0; */padding: 20px 0;margin-top: 20px;left: 0;background: #eee;/* background: #000; */filter: Alpha(opacity=60);color: #fff;text-align: center;}

.dev-info { width: 350px; float: right;padding-right: 10px; }
.dev-info-title { margin-top: 30px; display: none; }
.dev-info-title .date { color: #fff; font-size: 28px; font-family: "miso-bold-webfont"; line-height: 30px; font-weight: normal; }
.dev-info-title .title { color: #666; font-size: 16px; line-height: 30px; }

.small-pic {/* width: 475px; *//* height: 59px; */position: relative;/* top: 20px; *//* left: 50%; *//* margin-left: -232.5px; */}
.small-pic-box {width: 1135px;/* height: 59px; */overflow: hidden;margin-left: 47px;position: relative;}
.small-pic-box ul { position: absolute; left: 0; top: 0; width: 279px; }
.small-pic-box li { float: left; margin-right: 5px; }
.small-pic-box .on a, .small-pic-box li:hover a { border: 3px solid #fb803f; }
.small-pic-box li a { display: block; border: 3px solid #fff; overflow: hidden; }
.small-pic-box li a img { display: block; }
a.small-left {display: block;width: 17px;height: 42px;background: url(../images/spic-left.png) no-repeat;position: absolute;top: 50px;left: 15px;}
a.small-right {display: block;width: 17px;height: 42px;background: url(../images/spic-right.png) no-repeat;position: absolute;top: 54px;background-size: 17px;right: 20px;z-index: 999;}
.dev-other h4 { position: absolute; width: 230px; height: 68px; left: 20px; top: 24px; text-align: left; }
.dev-other h4 a { color: #fff; display: none; }
.dev-other h4 i { display: block; font-size: 24px; font-weight: normal; font-family: "novecento-widenormal"; margin-bottom: 5px; font-style: normal; }
h3.emp-title { color: #DA251C; margin-top: 100px; }
h3.emp-title i {font-size:32px;font-weight: bold; font-style: normal; display: block; line-height: 50px; }
h3.emp-title b { font-size: 16px; }
/*==========================================视频弹窗=============================================*/
#page_show_box{ position:fixed; z-index:9995; top:0;  left:0; display:none; height:100%; width:100%; }
#page_show_box .bg_box{ position:fixed; z-index:9994; top:0px; display:none;  height:100%; width:100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');background:rgba(0,0,0,0.7);}
#page_show_box .box{ position:absolute; top:50%; z-index:9999; left:50%; margin-left:-340px; margin-top:-267px;}
#page_show_box .video_box{ }
#bnt_close{ display:block; width:35px; height:35px;  position:absolute; top:13px; right:0;}
#bnt_close img{ display:block; position:absolute; left: 0px; top: 0px;}
#bnt_close:hover img{ } #page_show_box #page_ar{ width:680px;   position:relative; }
#page_show_box #page_ar .ar_box{ border-radius:1px; width:680px; height:534px; background:#fff; position:relative;   }
#page_show_box #page_ar .ar_box .p{  line-height:30px; font-size:14px; color:#686a6a; max-height:540px; text-align:justify; overflow: hidden;}
#page_show_box #page_ar .ar_box .title{ font-size:15px; color:#fff; background:#fb803f; display:block; height:45px; line-height:45px; text-align:center;}
#page_show_box #page_ar .content{ border:1px solid #e5e7eb; }
#s_video_box a{ display: block; position: relative; width: 100%; height: 290px; overflow: hidden;} 
#s_video_box a img.img{}#s_video_box a .icon{ position: absolute; left:0; top: 0; width: 100%; height: 100%;    display:block;  background: url(../Images/icon_play.png) center no-repeat;}
#show_video_box{ position:fixed; z-index:9999; top:0; left:0; display:none; height:100%; width:100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');background:rgba(0,0,0,0.7);}#show_video_box .box{ position:absolute; top:50%;  left:50%; margin-left:-550px; margin-top:-290px;}
#page_video{ width:1080px; height:580px;  background:none; position:relative;}
#page_video .video_box{border:5px solid #fb803f; width:1000px; height:570px;}
#bnt_close{display:block;width:70px;height:70px;background:#fb803f;position:absolute;top:0;right: 10px;}
#bnt_close img{ display:block; position:absolute; left:18px; top:18px; }
#bnt_close:hover img{transform:rotate(90deg); -webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
/* 沃斯特实验室-公司简介 */
.chanAboutCon{overflow: hidden;}
.chanAboutL{width: 626px;float: left;}
.chanAboutL h1{font-size: 24px;font-weight: bold;padding-bottom:25px;border-bottom: 1px #eee solid;position: relative;margin-bottom: 20px;}
.chanAboutL h1::after{content: "";position: absolute;width:100px;height: 2px;background: #fb803f;left: 0;bottom:0;}
.chanAboutL p{font-size: 14px;color:#444;line-height: 30px;}
.chanAboutR{width: 545px;float: right;}
.chanAboutR img{width: 100%;}
.aboutBox{background: url(../images/abbj.png) no-repeat center bottom;background-size: 100%;}
.shuju{display: flex;margin: 30px 0;justify-content: space-around;}
.shuju li{width: 150px;height: 155px;background: url(../images/abquan.png) no-repeat;background-size: 100% 100%;}
.shuju li h1{font-size: 24px;font-weight: bold;text-align: center;margin-top: 43px;color:#fff;/* margin-bottom: 10px; */}
.shuju li p{font-size: 14px;text-align: center;color:#fff}
.abbj p{line-height: 32px;font-size: 15px;color: #666;}
.abbj{margin-bottom: 60px;}
/* 联系我们 */
.contop{display: flex;margin:40px 0}
.conl{width: 585px;}
.conr{width:710px;}
.conl>h1{font-weight: bold;margin-bottom: 20px;}
.conl ul li{display: flex;align-items: center;margin-bottom: 25px;}
.conl ul li p{margin-left: 5px;font-size: 16px;}
.ysfa{width: 100%;padding:40px;background: url(../images/dian.png);box-shadow: #eee 0px 0px 13px;margin-bottom: 80px;}
.ysfa>h1{text-align: center;font-size: 32px;color:#f98d0b;font-weight: bold;margin-top:15px;}
.ysfa>p{font-size: 15px;text-align: center;}
.conb{display: flex;justify-content: space-between;margin-top:20px;}
.conbl{width:500px;}
.conbl p{font-size: 16px;color:#666;line-height: 45px;}
.conbl input{background: #f2f2f2;width: 100%;line-height: 45px;border-radius: 5px;}
.conbl textarea{height: 140px;background: #f2f2f2;width: 100%;}
.conbl button{width: 70%;line-height: 45px;background: #F98D0B;color:#fff;font-size: 18px;text-align: center;display: block;margin:0 auto;margin-top:20px;}
.conbr{width:513px ;}
/*--------------------------- 营销页面 开始-----------------------------------*/

/*火狐文本溢出隐藏*/
@-moz-document url-prefix() {
/*.chanHonorCon .title{height: 20px;overflow: hidden;}*/
.chanNewsCon .title{height: 24px;overflow: hidden;}
.chanGczbMain .title{height: 27px;overflow: hidden;}
.chanNewsCon .title{height: 30px;overflow: hidden;}
.chanNewsCon .description{height: 41px;overflow: hidden;}
.chanGczbMain .description,.txtItemLTMain .description{height: 43px;overflow: hidden;}
.chanSjznMain .description{height: 81px;overflow: hidden;}
}
/*荣誉资质导航样式*/
#ryzz{text-align: center;}
#ryzz li{display: inline-block;height: 45px;line-height: 45px;width: 150px;background: #e8e7e7;margin: 0 10px;font-size: 16px;color: #474747;}
#ryzz a{display: block;font-size: 16px;color: #474747;}
#ryzz li:hover,#ryzz li.current{background: #fb803f;}
#ryzz li:hover a,#ryzz li.current a{color: #fff;}



.mod18{width:677px;position:relative;float: left;/* margin:0 auto; */}
.mod18 .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:10px;background:url(../images/pleft-btn1.png) no-repeat;background-size: 100% 100%;}
.mod18 #prevTop,.mod18 #nextTop{top: 200px;width:32px;height:48px;}
.mod18 #prev,.mod18 #next{top: 450px;width: 12px;display: none;height: 24px;}
.mod18 #prevTop{background:url(../images/spic-left.png) 0 0 no-repeat;}
.mod18 #nextTop{background:url(../images/spic-right.png) 0 0 no-repeat;}
.mod18 .next{right:10px;background:url(../images/pright-btn1.png) no-repeat;background-size: 100% 100%;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:526px;height:377px;position:absolute;color:#fff;}
.mod18 .cf li span{display:block;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{width:526px; height:394px;margin: 0 auto; padding-left:75px; padding-right:76px;position:relative;overflow:hidden;padding-top:40px;}
.mod18 .picBox ul{height:377px;position:absolute; left:0;}
.mod18 .picBox li{ width:526px;height:377px;}
.mod18 .listBox{/* width:642px; *//* height:100px; */margin:0 auto;/* position:relative; */padding-top:15px;overflow:hidden;}
.mod18 .listBox ul{/* height:88px; */width: 100%!important;display: flex;justify-content: center;/* position:absolute; *//* padding-left:12px; */}
.mod18 .listBox li{width: 7px;height: 7px;border-radius: 100%;cursor:pointer;position:relative;background: #ccc;margin: 0 5px;/* padding:5px 0 0 0; */opacity: 1;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display: none;width: 100%;height: 100%;background-color: #fff;opacity: 0.6;}
.mod18 .listBox img{background-color:#cfa972;opacity: 0.6;}
.mod18 .listBox .on a{opacity: 1;}
.mod18 .listBox .on img{opacity: 1;}
.mod18 .listBox .on i{display:block;}
.listBox img{width: 100%}
.mod18 .listBox li.on{background:#fb803f}