@charset "utf-8";
/* CSS Document */
.banner_box{ width:100%; max-width:480px; margin:70px auto 0; position:relative; overflow:hidden;}
.banner{ display:block; width:100%;}
.banner li{ display:block;}
.banner li img{ display:block; width:100%; height:auto;}
.banner_box .hd{ width:100%; position:absolute; bottom:12px;}
.banner_box .hd ul{ display:block; text-align:center;}
.banner_box .hd ul li{ display:inline-block; width:6px; height:6px; border-radius:3px; background:rgba(255,255,255,0.5); margin:0 3px; transition:all .5s;}
.banner_box .hd .on{background:rgba(255,255,255,1); width:30px;}
/*解决方案*/
.fangan_title{ width:96%; max-width:480px; margin:40px auto 0;}
.fangan_title span{ display:block; font-size:1.6rem; color:#212121; font-weight:bold; text-align:center;}
.fangan_title p{ display:block; font-size:1rem; color:#666; text-align:center; line-height:24px; margin-top:10px;}
.fangan_box{ width:96%; max-width:480px; margin:30px auto 0;}
.fangan_liebiao{ width:100%; overflow:hidden;}
.fangan_liebiao ul{ display:block; overflow:hidden;}
.fangan_liebiao li{ float:left; width:48.5%; margin-right:10px;}
.fangan_liebiao li .fangan_tu{ width:100%; background:#000; overflow:hidden;}
.fangan_liebiao li .fangan_tu img{ display:block; width:100%; height:auto; transition:all .5s;}
.fangan_liebiao li span{ display:block; background:#e5e8ef; font-size:1rem; color:#2f2f2f; line-height:36px; text-align:center;}
.fangan_liebiao li:hover .fangan_tu img{ transform:scale(1.03); opacity:0.6;}
.fangan_liebiao li:hover span{ background:#e62129; color:#fff;}
.fangan_button{ margin-top:30px; text-align:center;}
.fangan_button a{ display:inline-block; width:30px; height:30px; border-radius:50%; background:#e1e1e1; margin:0 12px; overflow:hidden;}
.fangan_button img{ display:block; width:100%; height:auto;}
/*产品中心*/
.product_bj{ max-width:480px; background:#f6f6f6; padding:40px 0; margin:40px auto 0;}
.product_title span{ display:block; width:96%; margin:auto; font-size:1.6rem; font-weight:bold; color:#212121; text-align:center;}
.product_title p{ display:block; font-size:1rem; color:#666; text-align:center; line-height:24px; margin-top:10px;}
.product_box{ width:96%; margin:30px auto 0;}
.product_box ul{ display:block;}
.product_box ul li{ float:left; width:48.5%; background:#fff; margin-right:3%; margin-bottom:20px; transition:all .5s; padding-bottom:20px; box-shadow:0 0 6px rgba(51,51,51,0.2);}
.product_box ul li:nth-child(2n+0){ margin-right:0;}
.product_box ul li .product_tu{ width:100%; overflow:hidden;}
.product_box ul li .product_tu img{ display:block; width:100%; height:auto; transition:all .5s;}
.product_box ul li h3{ display:block; font-size:1rem; color:#141414; font-weight:bold; text-align:center; line-height:24px; padding-top:10px;}
.product_box ul li span{ display:block; width:100px; height:25px; border:1px solid #e6e6e6; border-radius:16px; font-size:14px; color:#7c7c7c; text-align:center; line-height:25px; margin:5px auto 0;}
/*关于我们*/
.about_bigbox{ width:100%; max-width:480px; margin:auto; background:url(../images/about_bj.jpg) no-repeat center; padding:48px 0;}
.about_title{ width:96%; margin:auto;}
.about_title span{ display:block; font-size:1.6rem; color:#fff; font-weight:bold; text-align:center;}
.about_title p{ display:block; font-size:1.0rem; color:#fff; text-align:center; line-height:24px; margin-top:10px;}
.about_con{ width:96%; margin:25px auto 0;}
.about_con p{ display:block; font-size:1rem; color:#fff; text-align:center; line-height:24px;}
.about_con a{ display:block; width:120px; margin:25px auto 0; font-size:1rem; color:#fff; text-align:center; line-height:32px; border:1px solid #fff; border-radius:16px;}
/*新闻中心*/
.news_bj{ max-width:480px; margin:auto; background:#f7f8fa; padding:40px 0 50px;}
.news_title{ width:96%; margin:auto; overflow:hidden;}
.news_title span{ float:left; font-size:1.6rem; color:#212121; font-weight:bold; line-height:36px;}
.news_title a{ float:right; font-size:1rem; color:#666; line-height:36px;}
.news_liebiao{ display:block; width:96%; margin:30px auto 0;}
.news_liebiao li{ display:block; background:#fff; margin-bottom:15px; box-shadow:0 0 6px rgba(51,51,51,0.2);}
.news_liebiao .news_tu img{ width:100%; height:auto;}
.news_con{ padding:20px 15px;}
.zixun_ti{ overflow:hidden;}
.zixun_ti p{ float:left; font-size:0.8rem; color:#444; line-height:24px;}
.zixun_ti em{ float:right; font-style:normal; font-size:0.8rem; color:#444; line-height:24px;}
.news_con span{ display:block; font-size:1.2rem; font-weight:bold; color:#212121; line-height:30px; margin-top:15px;}
.news_con .news_text{ font-size:1rem; color:#444; line-height:24px; margin-top:10px;}
