/* ==========================================================================
   Index Page
   ========================================================================== */

/*我们*/
.sect_us .cont{padding:1rem 15%;text-align: center;line-height: 2}
.us_box{height: 360px;text-align: center;overflow: hidden;}
.us_box.b1{background: #f7f7f7;color: #585858}
.us_box.b1 img{width: 74px;height: 74px}
.us_box.b1 div p span{color: #1f7bb4}
.us_box.b2{background: #1f7bb4;color: #ffffff}
.us_box{background-size: cover;background-repeat: no-repeat;background-position: center;}
.us_box.us1{background-image: url(../img/us1.jpg);}
.us_box.us2{background-image: url(../img/us2.jpg);}
.us_box img{height: 100%}
.us_box div{padding: 0 10%;text-align: center}
.us_box div p{width: 99%}
.us_box div p span{font-size: 3rem;display: block;font-weight: lighter;padding-bottom: 1.5rem}


/*产品*/
.sect_prod{background:#f7f7f7;overflow:hidden}
.sect_prod .cont{padding:1rem 15%;text-align: center;line-height: 2}
/*prod category*/
.module_cate{width:98%;margin:0 auto;overflow:hidden;text-align: center;padding: 2rem 0 3rem 0}
.module_cate a{display:inline-block;text-align:center;font-size:14px;padding:4px 10px;color:#585858;border:1px solid #1f7bb4;margin-right: 2%}
.module_cate a.cur,.module_cate a:hover{background:#1f7bb4;border-color:#1f7bb4;color: #fff}
/*prod list*/
.module_prod{overflow:hidden}
.module_prod .media-box{border:1px solid #1f7bb4;background:#1f7bb4;margin-bottom:0;width: auto}
.module_prod .media-box .icon{width: 380px;height: 245px;border:0px;}
.module_prod .media-box div{padding:1rem 0;color:#fff;text-align:center}
.module_prod .media-box div a{font-size: 1.2rem;display: block;color: #fff;font-weight: lighter}
.mask3{position:absolute;top:0;right:0;bottom:0;left:0;background:url(../img/layer2.png) bottom center;background-size:cover;transform:translateY(100%);transform-origin:center center;line-height:100%;color:#000}
.mask3 p{font-size:1rem}
.module_prod .media-box:hover .mask3{transform:translateY(0)}

/*新闻*/
.sect_news{background:#fff;overflow:hidden}
.sect_news .cont{padding:1rem 15%;text-align: center;line-height: 2}
.news_box{background: #f7f7f7}
.news_box .icon,.news_box .text{height: 400px;width: 100%}
.news_box .icon img{width: 100%;height: 100%}
.news_box .text{padding: 0 10%;text-align: center}
.news_box .text p{color: #585858}
.news_box .text p span{font-size: 1.8rem;display: block;padding-bottom: 1.5rem;color: #000}
.news_box .text p a.more{color: #1f7bb4;border-color: #1f7bb4;border-width: 2px;}
.news_box.on .text{background: #1f7bb4;}
.news_box.on .text p,.news_box.on .text p span{color: #fff}
.news_box.on .text p a.more{background: #1f7bb4;color: #fff;border-color: #fff}

/*联系*/
.sect_contact .services-box{text-align: center}
.sect_contact .services-box div{font-size: 6rem;color:#1f7bb4}

/* --/2017.04.26 */