@charset "utf-8";

/* --- 公用样式 --- */
.pc{display:block;}
.wap{display:none;}
.img{ transition:all .6s ease; overflow:hidden;}
.img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
span{display:block;}
body{font-size:14px;}
a:hover{color:#BF1A20;}
.clear{clear:both;}


/* --- 字体样式 --- */
@font-face{
    font-family:eng;
    src:url(../images/CenturyGothic.TTF);
    src:url(../images/CenturyGothic.eot)\9; 
}

/*2600*/
@media screen and (min-width:1024px)  and  (max-width:2600px)  {

.wrap{max-width:1150px; margin:0 auto;}
.left{float:left;}
.right{float:right;}

/* --- 顶部 --- */
.top{background:#1C2E46; height:50px; line-height:50px; color:#fff;}

/* 电话 */
.top .right .tel{float:left; margin-right:20px;}
.top .right .tel em{margin-left:20px;}
.top .right .tel em.tel-400{background:url(../images/tel.png) no-repeat 0 center; padding-left:30px;}

/* 搜索 */
.search{float:left; position:relative;}
.search input{width:240px; height:25px; line-height:25px; background:#3F526E; border:none; padding-left:10px; color:#ccc; transition:all .3s ease;}
.search button{background:url(../images/search.png) no-repeat 0 center; height:25px; position:absolute; right:10px; width:17px; border:none; top:12px; cursor:pointer;}
.search input:focus{background:#fff;}


/* --- 栏目 --- */
.column{text-align:center; margin-top:50px; margin-bottom:50px;}
.column h2{font-size:40px; font-weight:bold;}
.column i{width:50px; background:#ccc; margin:0 auto; display:block; height:1px; margin-top:20px;} 
.column p{color:#999; margin-top:20px;}


/* --- header --- */
.header{padding-top:30px; padding-bottom:30px; overflow:hidden; border-bottom:2px solid #758586;}

/* logo */
.logo{float:left;}

/* 导航 */
.nav{float:right;}
.nav li{float:left; height:65px; line-height:65px; font-size:16px; margin-left:25px;}
.nav li.now{font-size:22px;}
.nav li.now a{color:#BF1A20;}

/* --- banner --- */
.banner-box{ position:relative;}

/* 产品搜索 */
.product-search{position:absolute; width:100%; left:0; top:50px; z-index:300; }

/* 产品搜索 条件 */
.product-search .form{background:#000; width:600px; background-color:rgba(0,0,0,0.6); padding:30px 30px 20px 30px; color:#fff; border-radius:10px; margin-bottom:20px;}
.product-search .form h2{color:#fff; font-size:22px; font-weight:lighter; margin-bottom:30px;}
.product-search .form li{overflow:hidden; margin-bottom:20px; line-height:35px;}
.product-search .form li .text{float:left; line-height:35px; margin-right:20px; width:60px;}
.product-search .form li .select{float:left; overflow:hidden;}
.product-search .form li .select select{width:200px; height:35px; border:none;border-radius:5px; padding-left:10px; margin-right:20px;}
.product-search .form button{background:url(../images/search-back.png) repeat-x; height:35px; text-align:center; width:125px; border:none; font-size:18px; border-radius:5px; cursor:pointer;}
.product-search .form button:active{background:url(../images/search-back-hover.png) repeat-x;}

/* 产品搜索 广告 */
.product-search .notice{padding:10px 15px 10px 45px; width:600px; border-radius:10px; background:url(../images/laba.png) no-repeat 15px center #fff;}
.product-search .notice a{color:#3C6EDE;}

/* banner */
.banner .bd li{height:500px;}


/* --- 产品用途 --- */
.purpose ul{width:105%;}
.purpose li{float:left; width:260px; box-shadow: 0 3px 8px #ccc; margin-right:28px; text-align:center; margin-bottom:28px;}
.purpose li .pic{overflow:hidden;}
.purpose li .text{padding:20px;}
.purpose li .text h3{margin-bottom:10px; font-size:16px;}
.purpose li .text p{color:#999; max-width:80%; margin: 0 auto; height:50px; line-height:25px;}
.purpose li .text em{background:url(../images/huoyan.png) no-repeat center center; height:12px; display:block; margin-top:10px;}
.purpose li a:hover h3{color:#BF1A20;}


/* --- 为什么选择 --- */
.why-choose{background:#f9f9f9; overflow:hidden; margin-top:50px; padding-bottom:50px;}
.why-choose .box .pic{float:left; margin-top:30px;}
.why-choose .box .text{float:right; width:550px;}
.why-choose .box .text p.dep{margin-bottom:30px;}
.why-choose .box .text ul li{overflow:hidden; margin-bottom:30px;}
.why-choose .box .text ul li em{display:block; float:left; margin-right:20px;}
.why-choose .box .text ul li span{float:left; width:80%}
.why-choose .box .text ul li span h3{margin-bottom:5px;}
.why-choose .box .text ul li span p{color:#999;}
.why-choose .box .text .more{background:#fff; border:1px solid #00B1E0; width:125px; height:36px; line-height:36px; border-radius:6px; display:block; text-align:center;}
.why-choose .box .text .more a{background:url(../images/arrow.png) no-repeat right; padding-right:30px;  transition:all .3s ease;}
.why-choose .box .text .more a:hover{background:url(../images/arrow.png) no-repeat right; padding-right:20px; }


/* --- 媒体报道 --- */
.media{overflow:hidden; margin-bottom:50px;}
.media ul{overflow:hidden; margin-bottom:30px;}
.media li{float:left; width:33.333%; text-align:center;}
.media li .pic{width:150px; height:150px; border:1px solid #ddd; border-radius:100%; overflow:hidden; margin:0 auto; margin-bottom:15px;}
.media li h3{margin-bottom:15px;}
.media li p{max-width:80%; margin:0 auto; color:#999;}

.media .more a{border:1px solid #ddd; width:150px; height:40px; line-height:40px; display:block; text-align:center; border-radius:100px; margin:0 auto;  transition:all .3s ease;}
.media .more a:hover{background:#3BC1E6; color:#fff; border:1px solid #3BC1E6;}


/* --- 新闻 --- */
.news{background:#f9f9f9; overflow:hidden; height:529px;}

/* 标题 */
.news .title{ position:relative; overflow:hidden;  height:25px; margin-bottom:30px;}
.news .title h3{float:left; height:35px; line-height:21px; font-size:24px; border-left:2px solid #3BC1E6; padding-left:10px;}
.news .title p{float:right; height:35px; line-height:35px;}
.news .title p a{color:#3BC1E6; }

/* 列表 */
.news-box{width:33.333%;}
.news-box .box{padding:25px;}
.news-box li{margin-bottom:20px;}
.news-box li h3{margin-bottom:5px;}
.news-box li em{color:#3BC1E6; margin-bottom:5px;}
.news-box li p{color:#999;}

/* 常见问题 */
.problem{float:left; width:33.333%; background:#3BC1E6; box-shadow: 0 3px 8px #ccc;}
.problem .title{margin-top:30px; margin-bottom:13px;}
.problem .title h3{color:#fff; }
.problem .title p{margin-right:25px;}
.problem .title p a{color:#fff;}

.problem .box{}
.problem .box li{overflow:hidden; border-bottom:1px solid #7BCCE5;padding:15px;}
.problem .box li em{float:left; width:10%; font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#fff;}
.problem .box li span.text{float:right; width:90%; font-size:14px; color:#fff; line-height:200%;}
.problem .box li span.text h3{font-size:14px; color:#fff; }
.problem .box li span.text h3 a{ color:#fff; }
.problem .box li span.text p{font-size:12px;}


/* --- 客户 --- */
.customer {margin-bottom:50px;}
.customer li{float:left; width:25%;}


/* --- 底部 --- */
.footer{background:#30343B; padding-top:50px; padding-bottom:50px; overflow:hidden; color:#9e9e9f;}

/* 介绍 */
.footer-about{width:37%;}
.footer-about .dep{margin-bottom:30px; width:90%;}
.footer-about ul li{line-height:250%; padding-left:30px;}
.footer-about ul li.tel{background:url(../images/lx01.png) no-repeat 0 center;}
.footer-about ul li.email{background:url(../images/lx02.png) no-repeat 0 center;}
.footer-about ul li.map{background:url(../images/lx03.png) no-repeat 0 center;}

/* 介绍 */
.footer-safe{width:26%; text-align:center;}
.footer-safe li{float:left; width:50%; text-align:center; margin-bottom:30px;}

/* 链接 */
.footer-link{width:26%}
.footer-link dl{float:left; width:50%;}
.footer-link dl dt{margin-bottom:20px;}
.footer-link dl dd em{display:block; line-height:200%;}
.footer-link dl dd em a{color:#9e9e9f;}
.footer-link dl dd em a:hovre{color:#fff;}



/* --- 友情链接 --- */
.friend{background:#30343B; border-top:1px solid #292B31; text-align:center; padding-top:20px; padding-bottom:20px;}
.friend a{color:#9e9e9f; font-size:12px; line-height:200%; margin-left:5px; margin-right:5px;}
.friend a:hover{color:#fff;}



/* --- 版权 --- */
.copyright{text-align:center; height:80px; line-height:80px; color:#9e9e9f;background:#30343B; border-top:1px solid #292B31;}
.copyright a{color:#9e9e9f;}

/* --- 内页--- */
.page{margin-top:30px; margin-bottom:30px; overflow:hidden;}
.page-left{float:left; width:840px;}
.page-right{float:right; width:260px;}

/* 内页标题 */
.page-right-title h2{font-size:20px; margin-bottom:20px;}

.page-left-title{ margin-bottom:50px;}
.page-left-title h2{font-size:32px; text-align:center; font-weight:bold;}
.page-left-title p{background:#efefef; text-align:center; height:45px; line-height:45px; margin-top:15px; }


/* 内页 banner */
.page-banner{background:url(../images/banner/02.jpg) no-repeat center top; height:197px;}

/* 优势 */
.advantage{background:#ECF0F3; overflow:hidden; padding-top:20px; padding-bottom:20px; border-bottom:1px solid #ddd;}
.advantage li{float:left; width:25%;}
.advantage li .pic{float:left; margin-right:10px;}
.advantage li .text{float:left; margin-top:3px;}
.advantage li .text p{color:#999;}

/* 当前位置 */
.path{height:50px; line-height:50px; background:#F6F6F6;}
.path .wrap{background:url(../images/path.png) no-repeat 0 center; padding-left:25px;}



/* --- 产品详情页 --- */

/* 产品图片 */
.product-pic{float:left; width:350px; border:1px solid #efefef; text-align:center; height:350px; display:table; position:relative;}
.product-pic #content{display:table-cell; height:350px; vertical-align:middle;}

.jqzoom-icon{position:absolute; right:0; bottom:0;}

.jqZoomPup{overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60);z-index:10; border:1px solid #efefef; cursor:crosshair;}
.jqZoomWindow{border: 1px solid #efefef;background-color: #FFF;}


/* 产品信息 */
.product-info{float:right; width:460px; position:relative; height:350px;} 

/* 产品信息 标题 */
.product-info h1{font-size:24px; font-weight:lighter; border-bottom:1px solid #efefef; padding-bottom:15px; margin-bottom:15px;}
.product-info ul{border-bottom:1px solid #efefef; overflow:hidden;padding-bottom:15px; margin-bottom:15px;}
.product-info ul li{float:left; width:50%; line-height:250%; color:#999;}
.product-info ul li a{color:#0282DD;}

/* 产品信息 打折*/
.product-info .sale{margin-bottom:20px;}
.product-info .sale em{background:#0282DD; color:#fff; padding:5px 10px ; border-radius:5px; margin-right:5px;}

/* 产品信息 热线*/
.product-info .tel{background:#0282DD; color:#fff; height:40px; line-height:40px; text-align:center; position:absolute; bottom:0; width:100%;}
.product-info .tel em{font-size:30px;  font-family:Arial, Helvetica, sans-serif}

/* 产品信息 为什么购买*/
.product-advantage{margin-top:30px; border-top:1px solid #efefef; padding-top:30px; margin-bottom:30px; overflow:hidden;}
.product-advantage h3{text-align:center; font-size:24px; font-weight:lighter; margin-bottom:30px;}
.product-advantage ul{width:110%;}
.product-advantage li{background:url(../images/product-advantage.png) repeat-x; height:64px; width:124px; float:left; border:1px solid #ddd; text-align:center; margin-right:54px; color:#0282DD;}
.product-advantage li em{display:block; line-height:40px; font-family:Arial, Helvetica, sans-serif; font-size:18px;}
.product-advantage li p{line-height:100%;}

/* 产品信息 介绍分类标题*/
.product-type-title{background:#efefef; padding:10px; padding-left:15px; margin-bottom:30px;}
.product-type-title h3{font-size:14px; color:#666;}

/* 产品信息 产品图片轮播*/
.product-pic-list{margin-bottom:30px; overflow:hidden;}
.product-pic-list .bigImg{text-align:center; overflow:hidden; height:500px;}
.product-pic-list .bigImg img{ border:5px solid #0282DD; height:500px;}
.product-pic-list .bigImg em{display:block; margin-top:20px;}

.product-pic-list .smallScroll{margin-top:30px;}
.product-pic-list .smallImg{float:left; margin-left:20px; width:760px;}
.product-pic-list .smallImg li{float:left; width:20%;}
.product-pic-list .smallImg li span{display:block; border:2px solid #efefef; margin:0 15px; width:118px; height:93px;overflow:hidden;}
.product-pic-list .smallImg li em{ text-align:center;  display:table-cell; vertical-align:middle; width:118px; height:89px;}
.product-pic-list .smallImg li.on span{border:2px solid #0282DD;}
.product-pic-list .sPrev{float:left; margin-top:10px; }
.product-pic-list .sNext{float:right; margin-top:10px; }

/* 产品信息 产品介绍*/
.product-introduce{text-align:center; margin-bottom:30px;}

/* 产品信息 其他产品*/
.product-other{border-top:1px dashed #efefef; padding-top:20px; border-bottom:1px dashed #ddd; padding-bottom:20px;}
.product-other li{line-height:200%; color:#999;}
.product-other li a{color:#0282DD;}

/* 产品信息 延生阅读*/
.reading h2{height:60px; line-height:60px; font-size:20px; font-weight:lighter; margin-top:15px;}
.reading li{line-height:250%; background:url(../images/dot.jpg) no-repeat 0 center; padding-left:15px;}
.reading li em{color:#999; margin-left:20px;}


/* --- 内页右侧 --- */

/* 产品分类 */
.product-type{margin-bottom:30px;}
.product-type dl{border:1px solid #efefef;}
.product-type dl dt{height:45px; line-height:45px; border-bottom:1px solid #efefef; padding-left:15px; font-size:18px; background:#f9f9f9;}
.product-type dl dd em{display:block; line-height:45px; padding-left:15px; border-bottom:1px solid #efefef; background:url(../images/arrow-right.png) no-repeat 95% center;}
.product-type dl dd em:hover{background:url(../images/arrow-right.png) no-repeat 95% center #f9f9f9;}
.product-type dl dd a.now{color:#0282DD;}

/* 联系我们 */
.page-contact {margin-bottom:30px;}
.page-contact li{background:#0282DD; text-align:center; color:#fff; font-size:24px;  margin-bottom:10px; font-family:Arial, Helvetica, sans-serif}

/* 相关文章 */
.page-about-news{border:1px solid #efefef; padding:15px 15px 0 15px;}
.page-about-news li{margin-bottom:15px; border-bottom:1px solid #efefef; padding-bottom:15px;}
.page-about-news li span{ margin-bottom:5px;}
.page-about-news li p{color:#0282DD; font-family:Arial, Helvetica, sans-serif;}


/* --- 工程现场--- */
.scene{margin-top:50px; margin-bottom:50px; overflow:hidden;}
.scene h2{margin-bottom:30px; text-align:center; font-size:24px; font-weight:lighter;}
.scene p.dep{background:#efefef; text-align:center; height:45px; line-height:45px; margin-bottom:30px;}
.scene li{float:left; width:33.333%;}
.scene li .pic{float:left;}
.scene li .text{float:left; width:60%; margin-left:15px; margin-top:10px;}
.scene li .text h3{font-size:14px; margin-bottom:5px;}
.scene li .text em{background:url(../images/date.png) no-repeat 0 center; padding-left:15px; color:#999; display:block; margin-bottom:5px;font-size:12px;}
.scene li .text p{font-size:12px;}


/* --- 商品列表--- */

/* 产品大全 */
.all-product{margin-bottom:30px;}
.all-product h2{font-size:32px; margin-bottom:15px; text-align:center;}
.all-product li{border-bottom:1px solid #efefef; overflow:hidden; padding-top:10px; padding-bottom:5px;}
.all-product li .text{float:left; width:10%; color:#999; padding:3px 0px;}
.all-product li .list{float:left; width:90%;}
.all-product li .list a{display:inline-block; padding:2px 8px; margin-bottom:5px; color:#a03535;}  
.all-product li .list a.now{background:#179ADB; color:#fff;}
 
/* 产品列表 */
.all-product-list{overflow:hidden;}
.all-product-list li{float:left; width:33.333%; text-align:center; margin-bottom:30px; border-right:1px solid #efefef; height:300px; overflow:hidden;}
.all-product-list li .pic{margin-bottom:15px; overflow:hidden; text-align:center;}
.all-product-list li .pic img{width:60%;}
.all-product-list li h3{width:70%; margin:0 auto; font-size:14px; margin-bottom:10px; overflow:hidden;}
.all-product-list li p{line-height:200%; color:#999;}
.all-product-list li p a.type{color:#0282DD;}


/* --- 分页--- */
.showpage{text-align:center; margin-top:50px;}
.showpage a,.showpage span{display:inline-block; border:1px solid #efefef; padding:5px 13px; border-radius:5px; margin-left:5px; margin-right:5px; font-family:Arial, Helvetica, sans-serif;}
.showpage a.now,.showpage a.now:hover{background:#0282DD; color:#fff; border:1px solid #0282DD; }
.showpage a:hover{background:#f9f9f9;}
.showpage span{background:#BF1A20; color:#fff; border:1px solid #BF1A20; }


/* --- 媒体报道--- */
.all-news li{overflow:hidden; position:relative; border-bottom:1px dashed #efefef; padding-bottom:25px; margin-bottom:25px;}
.all-news li .pic{float:left; display:table; border:1px solid #efefef; height:150px; width:200px; text-align:center; text-align:center;}
.all-news li .pic em{display:table-cell; height:150px; vertical-align:middle;}
.all-news li .text{float:right; width:73%;}
.all-news li .text h3{margin-bottom:10px; font-size:18px;}
.all-news li .text p{color:#999; margin-bottom:15px;}
.all-news li .text em a{color:#0282DD;}
.all-news li .text i{position:absolute; right:0; bottom:25px;}
.all-news li .text i a{background:#0282DD; color:#fff; font-size:12px; padding:5px 10px; border-radius:5px; display:block;}



/* --- 文章内容--- */

/* 文章标题 */
.article .title {border-bottom:1px solid #efefef; margin-bottom:20px;}
.article .title h1{font-size:28px; margin-bottom:20px;}
.article .title .date{margin-bottom:20px;}
.article .title .date em{border-top:1px solid #EB6665; padding-top:10px; font-family:Arial, Helvetica, sans-serif; font-size:18px;}

/* 文章内容 */
.article .content p{font-size:16px; margin-bottom:20px; text-indent:2rem; line-height:200%;}

/* 关键词 */
.article .tag{font-size:16px; color:#999; margin-top:30px; border-bottom:1px dashed #efefef; padding-bottom:20px;}
.article .tag a{color:#0282DD;}

/* 问答 */
.article .ask dl{border-bottom:1px dashed #efefef; padding-bottom:15px; margin-bottom:15px;}
.article .ask dl dt{font-size:24px; margin-bottom:15px;}
.article .ask dl dd p{line-height:250%;}


/* --- 文章列表--- */
.all-article li{ overflow:hidden; border-bottom:1px solid #efefef; padding-bottom:25px; margin-bottom:25px; position:relative;}
.all-article li .text{float:left; width:80%;}
.all-article li .text h3{margin-bottom:15px; font-size:18px;}
.all-article li .text p{color:#999999;}
.all-article li .text p em.ask{font-size:22px;}
.all-article li .text em.link{display:block; margin-top:15px;}
.all-article li .text em.link a{color:#0282DD;}
.all-article li i{position:absolute; right:0; bottom:25px;}
.all-article li i  a{background:#0282DD; color:#fff; font-size:12px; padding:5px 10px; border-radius:5px; display:block;}
.all-article li .date{float:right; width:10%; text-align:center; font-family:Arial, Helvetica, sans-serif; }
.all-article li .date em{font-size:32px;color:#3a9adb; margin-top:15px; display:block;}
.all-article li .date p{font-size:18px; color:#999; line-height:100%;}

}



@media screen and (min-width:1024px)  and  (max-width:1149px)  {

.wrap{max-width:960px; margin:0 auto;}

/* logo */
.logo img{ width:80%;}

/* 导航 */
.nav li{font-size:14px; margin-left:15px;}
.nav li.now{font-size:18px;}


/* --- 产品用途 --- */
.purpose ul{width:105%;}
.purpose li{width:220px; }


/* --- 为什么选择 --- */
.why-choose .box .pic img{width:90%;}
.why-choose .box .text{float:right; width:430px;}


/* --- 媒体报道 --- */
.media{ padding-bottom:30px;}

/* --- 新闻 --- */
.news{height:635px;}

/* 列表 */
.news-box{width:33.333%;}
.news-box .box{padding:25px 25px 25px 0;}
.news-box:last-child .box{padding:25px 0 25px 25px;}


/* --- 客户 --- */
.customer {margin-bottom:50px; padding-bottom:30px;}

/* 优势 */
.advantage li{float:left; width:25%; text-align:center;}
.advantage li .pic{float:none; margin-right:0;}
.advantage li .text{float:none; margin-top:20px;}

/* 当前位置 */
.path{margin-bottom:30px;}


/* --- 内页--- */
.page-left{width:700px;}
.page-right{width:230px;}

/* 产品信息 为什么购买*/
.product-advantage li{margin-right:20px;}


/* --- 产品详情页 --- */

/* 产品图片 */
.product-pic{width:100%; float:none; margin-bottom:20px;}

/* 产品信息 */
.product-info{ position:relative; float:none; width:100%;} 

/* 产品信息 产品图片轮播*/
.product-pic-list .smallImg{float:left; margin-left:5px; width:650px;}



/* --- 工程现场--- */
.scene{padding-bottom:30px; padding-top:30px;}


/* --- 媒体报道--- */
.all-news li .text{float:right; width:68%;}


/* --- 文章内容--- */

/* 文章标题 */
.article .title h1{font-size:24px;}



}
