@charset "utf-8";
/*wap*/
@media screen and (min-width:0px)  and  (max-width:1023px)  {
html,body{max-width:750px; margin:0 auto;}
html{font-size:62.5%}
.pc{display:none;}
.wap{display:block;}
.icon{font-family:iconfont;}
span{display:block;}
.wrap{max-width:828px; margin:0 auto;}
input{-webkit-user-select:text !important; display:block; cursor:pointer;}
button{display:block; cursor:pointer;}
/* img{display:block;} */
a{cursor:pointer;}
em,i,p,span{line-height:100%;}

@media only screen and (min-width:321px) {html {font-size:62.5%!important}}
@media only screen and (min-width:361px) {html {font-size:70.31%!important}}
@media only screen and (min-width:376px) {html {font-size:73.24%!important}}
@media only screen and (min-width:481px) {html {font-size:94%!important}}
@media only screen and (min-width:561px) {html {font-size:109%!important}}
@media only screen and (min-width:641px) {html {font-size:125%!important}}




/* --- 更多 --- */
.page-more{height:4rem; line-height:4rem; }
.page-more a{display:block;  color:#fff; background:#ffd400; text-align:center; font-size:1.4rem;}




/* --- 分页 --- */
.page-showpage{text-align:center; padding:2rem 0 ; padding-bottom:0;}
.page-showpage a{display:inline-block; border:1px solid #efefef; padding:.5rem 1.2rem; border-radius:4px; margin-left:.2rem; margin-right:.2rem; margin-bottom:1.5rem; font-size:1.4rem;}
.page-showpage a.now{ background:#EA960A; color:#fff; border:1px solid #EA960A; }



/* --- 头部 --- */
.header{background:#fff;}

/* logo */
.header .logo{}
.header .logo .pic{ width:80%; padding:1rem 1.5rem;}
.header .logo .text{color:#fff; background:#ffd400; padding:1.5rem; text-align:center; font-size:1.2rem;}
.header .logo .text h3{ color:#fff; margin-bottom:1rem; font-size:1.6rem; font-weight:bold;}

/* 热线 */
.header .tel{ color:#ffd400; font-weight:bold; background:#f5f5f5; overflow:hidden; text-align:center;}
.header .tel .text{font-size:1.6rem; margin-top:1.5rem; margin-bottom:1rem;}
.header .tel .text b{color:#999;}
.header .tel .phone{ font-size:1.4rem;}
.header .tel .phone em{font-weight:bold;}

/* 搜索 */
.header .tel .search{position:relative; margin-top:1.5rem; background:#555; padding:.8rem;}
.header .tel .search input{width:100%; border:none; height:3.8rem; line-height:3.8rem; padding-left:1rem; width:100%; transition:all .3s; font-size:1.2rem;}
.header .tel .search button{position:absolute; right:.8rem; top:.8rem; height:4rem; background:url(/img/search.png) no-repeat center center; width:4rem; border:none; cursor:pointer;}

/* 汉堡包 */
.hamburger{position:absolute; right:1.5rem; top:1.5rem}
.hamburger .line{ width: 2.8rem;height: 3px;background-color: #333;display: block;margin: 8px auto;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.hamburger:hover{cursor: pointer;}
#hamburger-1.is-active .line:nth-child(2){ opacity: 0;}
#hamburger-1.is-active .line:nth-child(1){-webkit-transform: translateY(13px) rotate(45deg);-ms-transform: translateY(13px) rotate(45deg);-o-transform: translateY(13px) rotate(45deg);transform: translateY(13px) rotate(45deg);}
#hamburger-1.is-active .line:nth-child(3){-webkit-transform: translateY(-13px) rotate(-45deg);-ms-transform: translateY(-13px) rotate(-45deg);-o-transform: translateY(-13px) rotate(-45deg);transform: translateY(-13px) rotate(-45deg);}

/* 导航 */
.wap-nav{display:none;}
.wap-nav .link{height:3.5rem; line-height:3.5rem; display:block; font-size:1.6rem; color:#fff; border-bottom:1px solid #E77901;  padding-left:1.5rem; background:#ffd400;}
.wap-nav .arrow{ background:url(../images/arrow3.png) no-repeat 95% center #ffd400;}
.wap-nav .pop{ display:none;}
.wap-nav .pop dd{border-top:1px solid #ddd; line-height:3.5rem; font-size:1.4rem; background:#f5f5f5;}
.wap-nav .pop dd a{ position:relative; display:block;  padding-left:3rem;} 
.wap-nav .pop dd a.arrow2{ background:url(../images/arrow4.png) no-repeat 94% center;}
.wap-nav .pop dd a:before{content:""; width:.4rem; height:.4rem; background:#ddd; border-radius:100%; left:1.5rem; top:1.5rem; position:absolute;}
.wap-nav .pop dd .sub{background:#fff; display:none;}
.wap-nav .pop dd .sub a{display:block; line-height:3.5rem; border-top:1px solid #ddd;}

.wap-nav li:hover .pop{display:block;}
.wap-nav .pop dd:hover .sub{display:block;}




/* --- 产品中心 --- */
.home-product{}

/* 标题 */
.home-product .title{height:4rem; line-height:4rem; }
.home-product .title .type{background:#ffd400; text-align:center; font-size:1.8rem; color:#fff; font-weight:bold ; height:4rem; line-height:4rem; }
.home-product .title .text{display:none;}

/* 切换 */
.home-product .hd{background:#F3F3F3;}
.home-product .hd ul li{  border-bottom:1px solid #efefef;  float:left; width:50%; border-right:1px solid #efefef;}
.home-product .hd ul li a{display:block; overflow:hidden; display:flex; align-items:center; height:4rem;}
.home-product .hd ul li .pic{float:left; padding-left:1.5rem;}
.home-product .hd ul li .pic img{width:2rem;}
.home-product .hd ul li .text{float:left; margin-left:1.5rem; font-size:1.4rem;}
.home-product .hd ul li.on{background:#f9f9f9;}
.home-product .hd ul li.on a{color:#ffd400;}

/* 内容 */
.home-product .bd{}
.home-product .bd li{float:left; width:50%; text-align:center; border-right:1px solid #efefef; border-bottom:1px solid #efefef; } 
.home-product .bd li .pic{transition:all .3s;}
.home-product .bd li .text{height:4rem; line-height:2rem; font-size:1.4rem; overflow:hidden;}





/* --- 设备中心 --- */
.home-equipment{background:#f8f8f8; overflow:hidden;}

/* 标题 */
.home-equipment .title { text-align:center; padding:2rem 1.5rem;}
.home-equipment .title h2{ color:#8d918c; font-size:1.8rem; font-weight:bold;}

/* 分类 */
.home-equipment .type{text-align:center; margin-bottom:1.5rem; padding:0 1rem; overflow:hidden; }
.home-equipment .type a{background:#262626; color:#fff; font-size:1.2rem; transition:all .3s; padding:.3rem 1rem; border-radius:.05rem; margin-left:.3rem; margin-right:.3rem; float:left; margin-bottom:.5rem;}
.home-equipment .type a:hover{background:#ffd400;}

/* 内容 */
.home-equipment .content{position:relative;}
.home-equipment .content a{display:block; background:#fff; overflow:hidden; padding-bottom:2rem;} 
.home-equipment .content .pic{margin-bottom:1.5rem;}
.home-equipment .content .text{padding:1.5rem;}
.home-equipment .content .text p.dep{ margin-bottom:1.5rem; overflow:hidden; color:#999; font-size:1.2rem; line-height:180%; background:#f5f5f5; padding:1.5rem;}
.home-equipment .content .text h3{ margin-bottom:1.5rem; font-size:1.6rem; text-align:center;}
.home-equipment .content .text p.dep em{color:#ffd400; display:block; margin-bottom:1rem;}
.home-equipment .content .text p.more{background:#ffd400; height:3.5rem; line-height:3.5rem; width:100%; text-align:center; color:#fff; transition:all .3s; font-size:1.4rem;}





/* --- 关于我们 --- */
.home-about{ overflow:hidden;}
.home-about .pic{}
.home-about .content{position:relative; padding:1.5rem;}
.home-about .content h3{font-size:1.6rem; font-weight:bold; margin-bottom:1.5rem;}
.home-about .content .text p{margin-bottom:1rem; line-height:180%; color:#666; font-size:1.4rem;}





/* --- 应用领域 --- */
.home-field {overflow:hidden; background:#f5f5f5;}

/* 标题 */
.home-field .title{text-align:center; position:relative; padding:2rem 1.5rem;}
.home-field .title h2{position:relative; z-index:200; color:#8d918c;  font-size:1.8rem;  font-weight:bold;}

/* 切换 */
.home-field .hd{background:#FEA525; overflow:hidden;}
.home-field .hd li{background:#FEA525; font-size:1.4rem; color:#fff; font-weight:bold; cursor:pointer; float:left; width:33.33%; text-align:center; border-bottom:1px solid #EF8F01; border-right:1px solid #EF8F01; padding-top:.8rem; padding-bottom:1rem;} 
.home-field .hd li .pic{ margin-bottom:.5rem;}
.home-field .hd li .pic img{margin:0 auto; width:3rem;}
.home-field .hd li .text{ }
.home-field .hd li.on{background:#ffd400;}

/* 内容 */
.home-field .bd{background:#f9f9f9; padding:1.5rem; }
.home-field .bd .content .text{position:relative; }
.home-field .bd .content .text h3{margin-bottom:1.5rem; color:#ffd400; font-size:1.8rem; font-weight:bold;}
.home-field .bd .content .text p{margin-bottom:1rem; line-height:180%; font-size:1.4rem; color:#999;}
.home-field .bd .content .pic{overflow:hidden; margin-top:1.5rem;}





/* --- 新闻资讯 --- */
.home-news{background:#f5f5f5; overflow:hidden;  }

/* 标题 */
.home-news .title{text-align:center; position:relative;  padding:2rem 1.5rem; border-top:1px solid #efefef;}
.home-news .title h2{ z-index:200; color:#8d918c;  font-size:1.8rem;  font-weight:bold; margin-bottom:1.5rem;}
.home-news .title p{font-size:1.2rem; color:#8d918c; }

/* 图片新闻 */
.home-news .news-photo{ position:relative;}
.home-news .news-photo .text{position:absolute; bottom:0; left:0; width:100%; background:#000; background-color:rgba(0,0,0,0.5); color:#fff; height:5rem; line-height:5rem; padding-left:1.5rem; font-size:1.6rem; transition:all .3s;}
.home-news .news-photo .text:after{content:""; background:url(../images/news-arrow.png) no-repeat center center; width:2rem; height:5rem; position:absolute; right:1.5rem; top:0;  transition:all .3s;}

/* 推荐新闻 1 */
.news-top01{ }
.news-top01 li{  background:#fff; padding:1.5rem; transition:all .3s; margin-bottom:.5rem;}
.news-top01 li .text {padding-bottom:1rem; border-bottom:1px solid #efefef; }
.news-top01 li .text h3{ font-size:1.6rem; margin-bottom:1rem;}
.news-top01 li .text p{color:#999; line-height:180%; font-size:1.2rem;}
.news-top01 li .date{background:url(../images/news-arrow2.png) no-repeat 100% 100%;  transition:all .3s; display:flex; align-items:center; padding-top:1rem;}
.news-top01 li .date p{font-size:1.6rem; font-weight:bold;  color:#333;} 
.news-top01 li .date em{color:#999; margin-left:1.5rem; font-size:1.6rem;}


/* 推荐新闻 2 */
.news-top02{ }
.news-top02 li{background:#fff; transition:all .3s; border-bottom:1px solid #efefef;}
.news-top02 li a{ display:flex; align-items:center;}
.news-top02 li .date{ border-right:1px solid #efefef; text-align:center; width:20%;}
.news-top02 li .date p{font-size:1.8rem; font-weight:bold; margin-bottom:10px;color:#333;  } 
.news-top02 li .date em{color:#999;}
.news-top02 li .text{width:80%; transition:all .3s; padding:1.5rem;}
.news-top02 li .text h3{ overflow:hidden; line-height:180%; font-size:1.4rem;}





/* --- 底部 --- */
.footer{background:#f9f9f9; overflow:hidden;}

/* 联系 */
.footer .hot-tel{ padding:2rem 1.5rem; text-align:center; border-bottom:1px solid #efefef; }
.footer .hot-tel .text{color:#999; font-size:1.4rem;}
.footer .hot-tel .qrcode img{margin:0 auto;}
.footer .hot-tel .tel{color:#ffd400; font-size:1.8rem; font-weight:bold; margin-top:1rem; margin-bottom:1rem;}
.footer .hot-tel .tips{text-align:center; margin-top:1rem; color:#999; font-size:1.2rem;}

/* 公司 */
.footer .company{ }
.footer .company dl{padding:1.5rem; border-bottom:1px solid #efefef; overflow:hidden;}
.footer .company dl dt{color:#ffd400; font-size:1.6rem; font-weight:bold; margin-bottom:.5rem;}
.footer .company dl dd p{line-height:180%; color:#666; font-size:1.2rem;}

/* 领域 */
.footer .field{ padding:1.5rem;}
.footer .field dl{ padding-bottom:1.5rem; overflow:hidden}
.footer .field dl dt{color:#ffd400; font-size:1.6rem; font-weight:bold;  margin-bottom:1rem;}
.footer .field dl dd p{float:left; width:50%; line-height:200%; font-size:1.4rem;}





/* --- 版权 --- */
.copyright{border-top:1px solid #efefef; background:#f9f9f9; text-align:center; padding:1.5rem; font-size:1.2rem;}
.copyright .wrap{position:relative;}
.copyright .other{ }
.copyright .text{color:#999; line-height:150%; margin-bottom:1rem;}





/* --- 内页 --- */

/* banner */
.page-banner{height:15rem;}

.banner-about{background:url(../images/banner-about.jpg) no-repeat center top; background-size:cover;}
.banner-contact{background:url(../images/banner-contact.jpg) no-repeat center top; background-size:cover;}
.banner-equipment{background:url(../images/banner-equipment.jpg) no-repeat center top; background-size:cover;}
.banner-news{background:url(../images/banner-news.jpg) no-repeat center top; background-size:cover;}
.banner-solution{background:url(../images/banner-solution.jpg) no-repeat center top; background-size:cover;}
.banner-product{background:url(../images/banner-product.jpg) no-repeat center top; background-size:cover;}


/* 类目 */
.page-category{background:#eee; line-height:4rem; overflow:hidden;}
.page-category ul{ border-left:1px solid #fff;  }
.page-category li{float:left; width:33.333%; text-align:center; border-right:1px solid #fff; font-size:1.2rem; border-bottom:1px solid #fff;}
.page-category li a{display:block; transition:all .3s;}
.page-category li a.now{background:#FEA525; color:#fff;}
.page-category li a:hover{background:#FEA525; color:#fff;}


/* 位置 */
.page-path{ color:#ccc; padding:1rem .5rem ; font-size:1.2rem;}
.page-path a{margin-left:.5rem; margin-right:.5rem;}





/* --- 关于我们 --- */
.page-about{}
 
/* 标题 */
.page-about .about-title{margin-bottom:1.5rem;}
.page-about .about-title h2{font-size:1.6rem; color:#ed6d00; margin-bottom:1rem;}
.page-about .about-title p{ color:#ed6d00; font-size:1.2rem;}
 
/* 简介 */
.page-about .introduce{overflow:hidden;  border-bottom:1rem solid #efefef;}
.page-about .introduce .pic{}
.page-about .introduce .content{ padding:1.5rem;}
.page-about .introduce .content .text p{margin-bottom:1rem; line-height:180%; color:#666; font-size:1.4rem;}
 
/* 品牌 */
.page-about .brand {overflow:hidden;  padding:1.5rem; border-bottom:1rem solid #efefef;}
.page-about .brand .content{ }
.page-about .brand .content .text p{margin-bottom:1rem; line-height:180%; color:#666; font-size:1.4rem;}
.page-about .brand .pic{ }
.page-about .brand .pic ul{}
.page-about .brand .pic li{float:left; width:33.333%; border:1px solid #efefef; padding:1rem; margin-right:-1px;}
 
/* 愿景 */
.page-about .vision {padding:1.5rem;}
.page-about .vision .text{ margin-bottom:1.5rem; font-size:1.4rem;}
.page-about .vision .pic li{position:relative; margin-bottom:1.5rem;}
.page-about .vision .pic li .text{position:absolute; left:0; top:0; width:100%; height:100%; transition:all .3s;}
.page-about .vision .pic li .text .icon{margin:0 auto; width:6rem; height:6rem; margin-top:8rem; margin-bottom:3rem;}
.page-about .vision .pic li .text  h3{text-align:center; font-size:2.4rem; color:#fff; }
.page-about .vision .pic li .text em{text-align:center; display:block;  color:#fff; padding:2rem 2.5rem; line-height:150%; font-size:1.6rem; }
.page-about .vision .pic li.li01 .text .icon{background:url(../images/vision-pic-01.png) no-repeat; background-size:100%;}
.page-about .vision .pic li.li02 .text .icon{background:url(../images/vision-pic-02.png) no-repeat; background-size:100%;}
.page-about .vision .pic li.li03 .text .icon{background:url(../images/vision-pic-03.png) no-repeat; background-size:100%;}





/* --- 联系我们 --- */
.contact-way{background:#fff; border-bottom:1rem solid #efefef;}

/* 联系方式 */
.contact-way .list{background:#fff; overflow:hidden; border-top:1px solid #efefef; padding:1.5rem; padding-top:0;}
.contact-way .list li{ margin-bottom:1.5rem;}

/* 标题 */
.contact-way .list li .title{display:block; overflow:hidden; border-bottom:1px solid #efefef; display:flex; align-items:center; height:5rem; margin-bottom:1.5rem;}
.contact-way .list li .title p{font-size:1.6rem;}
.contact-way .list li .title em{display:block; margin-left:auto;}

/* 标题 */
.contact-way .list li .text p{line-height:200%; font-size:1.2rem;}
.contact-way .list li .text p em{color:#999; margin-right:.5rem;}

/* 二维码 */
.contact-way .list li .qrcode p{float:left; width:50%; text-align:center;}
.contact-way .list li .qrcode p img{margin:0 auto;}
.contact-way .list li .qrcode p em{display:block; margin-top:1rem; color:#666; font-size:1.2rem;} 

/* 交通指南 */
.traffic-title{background:url(../images/traffic.jpg) no-repeat center top; height:10rem; text-align:center; line-height:10rem; font-size:2.4rem; font-weight:bold; color:#fff; text-shadow : #333 0px 0px 5px }

/* 地图 */
.traffic-map{background:#fff; overflow:hidden;}
.traffic-map dl{ padding:1.5rem; border-bottom:1px solid #efefef;}
.traffic-map dl dt{font-size:1.6rem; color:#ffd400; margin-bottom:1rem; font-weight:bold;}
.traffic-map dl dd{margin-bottom:1.5rem;}
.traffic-map dl dd p{line-height:200%; color:#666; font-size:1.4rem;}





/* --- 设备 --- */
.page-equipment{background:#f5f5f5; overflow:hidden;}
.page-equipment li{margin-bottom:1rem; transition:all .3s; background:#fff; overflow:hidden;}  
.page-equipment li .text{margin-top:1.5rem; font-size:1.4rem;}
.page-equipment li .text p.dep{ margin-bottom:1.5rem; overflow:hidden; color:#999; font-size:1.2rem; line-height:180%; background:#f5f5f5; padding:1.5rem;}
.page-equipment li .text h3{ margin-bottom:1.5rem; font-size:1.6rem; text-align:center;}
.page-equipment li .text p.dep em{color:#ffd400; display:block; margin-bottom:1rem;}
.page-equipment li .text p.more{background:#ffd400; height:3.5rem; line-height:3.5rem; text-align:center; color:#fff; transition:all .3s; font-size:1.4rem; margin:1.5rem;}
.page-equipment li .text p.more a{color:#fff;}




/* --- 新闻中心 --- */
.page-news{overflow:hidden; background:#f5f5f5; border-top:1px solid #efefef;}
.page-news li{background:#fff; overflow:hidden; border-bottom:1rem solid #efefef; padding-top:1.5rem;}

/* 日期 */
.page-news li .date{ text-align:center;}
.page-news li .date p{font-size:2.4rem; font-weight:bold; margin-bottom:1rem;}
.page-news li .date em{color:#999; font-size:1.2rem;}
.page-news li .date em a{display:block;}

/* 内容 */
.page-news li .text{ padding:1.5rem; }
.page-news li .text h3{font-size:1.4rem; line-height:150%; margin-bottom:1rem;}
.page-news li .text p{line-height:180%; color:#999; margin-bottom:1rem;  overflow:hidden; font-size:1.2rem;}
.page-news li .text em{background:#FEA525; color:#fff; display:block; padding:1.5rem; text-align:center; font-size:1.4rem; color:#fff;}
.page-news li .text em a{color:#fff;}





/* --- 应用领域 --- */
.page-field{overflow:hidden; background:#f5f5f5; border-top:1px solid #efefef;}
.page-field li{background:#fff; transition:all .3s; margin-bottom:1rem; padding:1.5rem;}
.page-field li .pic{margin-bottom:1.5rem;}
.page-field li .text h3{margin-bottom:1rem; font-size:1.4rem;}
.page-field li .text p{line-height:150%; color:#999; font-size:1.2rem;} 





/* --- 产品中心 --- */
.page-product{}

/* 左侧 */
.page-product .pro-left{}
.page-product .pro-left .title{height:4rem; line-height:4rem; font-size:1.6rem; font-weight:bold; color:#fff; padding-left:1.5rem; border-bottom:1px solid #E77901; background:url(/img/arrow3.png) no-repeat 95% center #ffd400;}

/* 左侧 分类 */
.page-product .pro-left .pro-type{background:#fff; display:none;}
.page-product .pro-left .pro-type .text{height:4.5rem; line-height:4.5rem; border-bottom:1px solid #efefef; cursor:pointer; display:flex; align-items:center;}
.page-product .pro-left .pro-type .text em{display:block; margin-left:1rem; margin-right:1rem;}
.page-product .pro-left .pro-type .text em img{width:2.5rem;}
.page-product .pro-left .pro-type .text h3{ font-size:1.4rem;}
.page-product .pro-left .pro-type .text.current{border-bottom:none;}
.page-product .pro-left .pro-type .text.current h3{color:#ffd400;}

.page-product .pro-left .pro-type ul{border-bottom:1px solid #efefef; display:none; padding-left:1.5rem; padding-top:1.5rem; padding-bottom:1.5rem; background:#f5f5f5;}
.page-product .pro-left .pro-type ul li{line-height:250%; font-size:1.4rem; position:relative; padding-left:2rem;}
.page-product .pro-left .pro-type ul li:before{content:""; width:.5rem; height:.5rem; background:#FEA525; position:absolute; left:0; top:1.5rem; border-radius:100px;}

/* 左侧 热门产品 */
.page-product .pro-left .pro-hot{background:#fff; display:none;}
.page-product .pro-left .pro-hot li{height:4.5rem; border-bottom:1px solid #efefef; line-height:4.5rem; font-size:1.4rem;  position:relative; display:flex; align-items:center; padding-left:1.5rem;}
.page-product .pro-left .pro-hot li em{width:1.5rem; height:1.5rem; background:#ffd400; text-align:center; line-height:1.5rem; color:#fff; font-size:1.2rem; margin-right:1.5rem;}


/* 右侧 */
.page-product .pro-right{}

/* 右侧 - 产品列表 */
.page-product .pro-right .product-list {}
.page-product .pro-right .product-list ul{}
.page-product .pro-right .product-list li{background:#fff; transition:all .3s; border-bottom:1rem solid #efefef;}
.page-product .pro-right .product-list li .pic{text-align:center; border-bottom:1px solid #efefef;}
.page-product .pro-right .product-list li .pic img{width:100%;}
.page-product .pro-right .product-list li .text{ padding:1.5rem;}
.page-product .pro-right .product-list li .text h3{margin-bottom:1rem; font-size:1.6rem;}
.page-product .pro-right .product-list li .text p{color:#999; line-height:20px; overflow:hidden; font-size:1.2rem;}


.page-product .pro-right .product-list li:hover{border:1px solid #ffd400; box-shadow: 0 3px 8px #ccc;}





/* --- 产品展示 --- */
.page-product-show{overflow:hidden; background:#f5f5f5;  border-top:1px solid #efefef;}

/* 标题 */
.page-pro-title{font-size:1.4rem; text-transform:uppercase; font-weight:bold;  border-bottom:1px solid #efefef; text-align:center;color:#ea960a; padding:1.5rem; background:#f9f9f9; border-top:1px solid #efefef; }


/* 产品介绍 */
.pro-dep-pic{background:#fff; overflow:hidden; border-bottom:1px solid #efefef;}
.pro-dep-pic .swiper-container{ padding-bottom:1.5rem;}

.pro-dep-content .other{ margin-top:1.5rem; overflow:hidden;}
.pro-dep-content .other a{background:#FEA525; display:block; width:40px; height:40px; float:left; width:33.33%; text-align:center; border-right:1px solid #E77901;}
.pro-dep-content .other a img{margin:0 auto;}
.pro-dep-content .other a:last-child{border-right:none;}

/* 简介 */
.pro-dep-content{position:relative; padding:1.5rem; background:#fff;}
.pro-dep-content h3{margin-bottom:1rem; font-size:1.8rem; color:#719a2f; color:#ed6d00; margin-top:1rem;}
.pro-dep-content .text p{line-height:200%; color:#666; font-size:1.4rem;}
.pro-dep-content .text p em{color:#ff9600; margin-right:.5rem;}
.pro-dep-content .btn{width:100%; padding-top:1.5rem;}
.pro-dep-content .btn a{background:#FEA525; width:100%; height:4rem; text-align:center; line-height:4rem; color:#fff; display:block; font-size:1.4rem;}

/* 介绍 */
.pro-description{ font-size:1.4rem; margin-bottom:1.5rem; background:#fff;}
.pro-description .title{display:block; font-size:1.6rem; color:#EA960A; font-weight:bold; margin-bottom:1.5rem;}
 
/* 介绍 - 性能*/
.pro-description .function{padding:1.5rem; border-bottom:1rem solid #efefef; padding-bottom:0;}
.pro-description .function p{margin-bottom:10px; line-height:180%;}
.pro-description .function strong{ }

/* 介绍 - 视频*/
.pro-description .videos{padding:1.5rem; overflow:hidden;  border-bottom:1rem solid #efefef; padding-bottom:0; font-size:1.4rem;}
.pro-description .videos .list li{ text-align:center; cursor:pointer; margin-bottom:1.5rem;}
.pro-description .videos .list li .pic{margin-bottom:1.5rem; position:relative;}
.pro-description .videos .list li .pic em{background:url(../images/play.png) no-repeat center center; width:100%; height:100%; position:absolute; left:0; top:0;}

/* 介绍 - 应用*/
.pro-description .application{padding:1.5rem; overflow:hidden;  border-bottom:1rem solid #efefef;}
.pro-description .application li{text-align:center; margin-bottom:1.5rem;}
.pro-description .application li .pic{background:#fff;   border:1px solid #efefef;}

/* 介绍 - 客户*/
.pro-description .customer{padding:1.5rem;  overflow:hidden; border-bottom:1rem solid #efefef;}
.pro-description .customer li{text-align:center; margin-bottom:1.5rem;}
.pro-description .customer li .pic{margin-bottom:1.5rem;}
.pro-description .customer li .pic img{width:100%;}


/* 调查  */
.pro-inquiry{overflow:hidden;  border-bottom:1rem solid #efefef; padding-top:0; background:#fff;}
.pro-inquiry .content{padding:1.5rem;}
.pro-inquiry li{width:100%; height:3rem; line-height:3rem; margin-bottom:1.5rem;}
.pro-inquiry li select{background:#fff; width:100%; height:3.5rem; line-height:3.5rem;  border:1px solid #efefef; padding-left:1rem;  font-size:1.2rem;  transition:all .3s ease;}
.pro-inquiry li select:hover{ box-shadow: 0px 10px 20px #efefef;}
.pro-inquiry li input{background:#fff; width:100%; height:3.5rem; line-height:3.5rem;  border:1px solid #efefef; padding-left:1rem; font-size:1.2rem;   transition:all .3s ease;}
.pro-inquiry li input::-webkit-input-placeholder {color:#333;}
.pro-inquiry li input:focus{border:1px solid #FEA525;}
.pro-inquiry li input:hover{ box-shadow: 0px 10px 20px #ececec;}
.pro-inquiry .message textarea{width:100%;   border:1px solid #efefef; background:#fff; height:10rem; padding:1rem; font-size:1.2rem; transition:all .3s ease;}
.pro-inquiry .message textarea::-webkit-input-placeholder {color:#333;}
.pro-inquiry .message textarea:focus{border:1px solid #FEA525;}
.pro-inquiry .message textarea:hover{ box-shadow: 0px 10px 20px #ececec;}
.pro-inquiry .btn{ text-align:center; margin-top:1.5rem; }
.pro-inquiry .btn button{background:#FEA525; color:#fff; width:100%; height:3.5rem; line-height:3.5rem; border:none;cursor:pointer; font-size:1.4rem; border-radius:5px}
.pro-inquiry .btn button:active{ opacity:.8;}


/* 其他产品  */
.pro-other{padding:1.5rem; text-align:center; background:#fff; overflow:hidden;}
.pro-other .swiper-container{padding-bottom:4rem;}
.pro-other .box .text{margin-top:1.5rem; font-size:1.4rem;}
.pro-other .box .text p.dep{ margin-bottom:1.5rem; overflow:hidden; color:#999; font-size:1.2rem; line-height:180%; background:#f5f5f5; padding:1.5rem;}
.pro-other .box .text h3{ margin-bottom:1.5rem; font-size:1.6rem; text-align:center;}
.pro-other .box .text p.dep em{color:#ffd400; display:block; margin-bottom:1rem;}
.pro-other .box .text p.more{background:#ffd400; height:3.5rem; line-height:3.5rem; width:100%; text-align:center; color:#fff; transition:all .3s; font-size:1.4rem;}
.pro-other .box .text p.more a{color:#fff;}






/* --- 视频 --- */
.pop-back{background:#000; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); z-index:200; position:fixed; display:none;}
.pop-video{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:300; display:none;}
.pop-video .video-box{width:100%; margin:0 auto; display:none; margin-top:30%;}
.pop-video .video-box video{width:100%;}

}

