/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; background:url(../images/top_bj.jpg) repeat-x left center; background-size:15px 100%; line-height:30px; font-size:12px; color:#585858; font-family:SimSun;}
.topbox a{ color:#585858; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#f7ab00; text-decoration:underline !important;}

.header{width:100%; padding:21px 0; background:url(../images/header_bj.jpg) repeat-x left center; background-size:15px 100%;}
.header>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.logo img{width:100%; max-width:612px; max-height:66px;}
.header_dianhua{height:60px; line-height:60px; color:#333; font-size:18px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:70px; margin-top:18px;}
.header_dianhua span{float:left; line-height:30px; font-size:30px; font-weight:bold; color:#005bac;}
.header_wx{width:108px; margin-left:15px;}
.header_wx img{width:108px; height:108px; display:block;}

nav{background:#005bac; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:11.1111%; position:relative;}
.nav>li>a{width:100%; height:62px; line-height:62px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#f7ab00; color:#fff;}
.nav>li>a.on{background:#f7ab00; color:#fff;}

.nav_sub{display:none; width:160%; float:left; padding-top:2px; position:absolute; left:-30%; top:100%; z-index:999999; background:rgba(0, 91, 172, 0.8);}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:16px; color:#fff;}
.nav_sub>dd>a:hover{background:#f7ab00; color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.cpzx{width:100%; overflow:hidden; padding:60px 0;}
.cpzx_title{display:block; overflow:hidden; text-align:center;}
.cpzx_p{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.cpzx_p>span{float:left; position:relative; padding:0 20px; line-height:36px; font-size:30px; color:#1e1a17;}
.cpzx_p>span::before{content:""; width:110px; height:2px; float:left; border-top:1px solid #cac9c8; border-bottom:1px solid #969493; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.cpzx_p>span::after{content:""; width:110px; height:2px; float:left; border-top:1px solid #cac9c8; border-bottom:1px solid #969493; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.cpzx_sp{line-height:18px; font-size:16px; color:#999; text-transform:uppercase;}
.cpzx_ul{display:block; overflow:hidden; width:1208px; padding-top:30px;}
.cpzx_ul li{width:294px; float:left; margin:0 8px 0 0;}
.cpzx_ul li .cpzx_B{width:100%; overflow:hidden; border:1px solid #f0f0f0; position:relative;}
.cpzx_ul li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:100%;}
.cpzx_ul li .cpzx_B .cpzx_hover{width:0; height:0; overflow:hidden; float:left; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:rgba(0,101,195,0.7); display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.cpzx_ul li .cpzx_B .cpzx_hover::before{content:""; width:calc(100% - 14px); height:calc(100% - 14px); float:left; border:2px solid #fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.cpzx_ul li .cpzx_txt{display:block; overflow:hidden; height:74px; line-height:74px; text-align:center; font-size:18px; color:#181818;}
.cpzx_ul li:hover .cpzx_B{border-color:#005bac;}
.cpzx_ul li:hover .cpzx_B .cpzx_hover{width:100%; height:100%;}
.cpzx_ul li:hover .cpzx_txt{color:#005bac;}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center top; background-size:1920px 365px; padding-top:80px;}
.gsjj .cpzx_p>span{color:#fff;}
.gsjj .cpzx_p>span::before{border-color:#fff;}
.gsjj .cpzx_p>span::after{border-color:#fff;}
.gsjj .cpzx_sp{color:#fff; opacity:0.75;}
.gsjj_contect{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; overflow:hidden; margin-top:40px; background:#f7f7f7;}
.gsjj_img{width:484px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.gsjj_img::before{content:""; display:block; padding-top:78.5124%;}
.gsjj_img::after{content:""; width:calc(100% - 28px); height:calc(100% - 28px); float:left; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); border:2px solid rgba(255,255,255,0.7);}
.gsjj_right{width:calc(100% - 484px); float:left; padding:30px 25px 35px 25px;}
.gsjj_nav{display:block; overflow:hidden;}
.gsjj_nav li{width:148px; float:left; margin:0 12px 10px 0;}
.gsjj_nav li a{display:block; overflow:hidden; height:40px; line-height:38px; border:1px solid #7c7c7c; text-align:center; font-size:14px; color:#838383;}
.gsjj_nav li a:hover{background:#f7ab00; border-color:#f7ab00; color:#fff;}
.gsjj_nav li.gsjj_on a{background:#f7ab00; border-color:#f7ab00; color:#fff;}
.gsjj_title{display:block; overflow:hidden; padding-top:25px;}
.gsjj_p{ line-height:28px; font-size:18px; color:#000; font-weight:bold;}
.gsjj_sp{ line-height:20px; font-size:12px; color:#000; text-transform:uppercase; opacity:0.5;}
.gsjj_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px; margin-top:15px; height:180px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:6; -webkit-box-orient: vertical;}

.fc{width:100%; overflow:hidden; padding:80px 0;}
.fc_ul{display:block; overflow:hidden; width:1212px; padding-top:30px;}
.fc_ul li{width:291px; float:left; margin:0 12px 20px 0;}
.fc_ul li a{width:100%; float:left; overflow:hidden; position:relative;}
.fc_ul li a .fc_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.fc_ul li a .fc_img::before{content:""; display:block; padding-top:72.8523%;}
.fc_ul li a .fc_txt{width:100%; height:40px; line-height:40px; text-align:center; overflow:hidden; float:left; position:absolute; left:0; bottom:-100%; background:rgba(0,101,195,0.7); font-size:16px; color:#fff;}
.fc_ul li a:hover .fc_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.fc_ul li a:hover .fc_txt{bottom:0;}

.news{width:100%; overflow:hidden; background:url(../images/news_bj.jpg) no-repeat center center; background-size:cover; padding:80px 0;}
.news .cpzx_p>span{color:#fff;}
.news .cpzx_p>span::before{border-color:#fff;}
.news .cpzx_p>span::after{border-color:#fff;}
.news .cpzx_sp{color:#fff; opacity:0.75;}
.news_ul{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; overflow:hidden; padding-top:30px;}
.news_ul li{width:calc(50% - 20px); float:left; margin-bottom:30px;}
.news_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:rgba(255,255,255,0.8);}
.news_ul li a .news_B{width:226px; float:left; border:1px solid #c1c1c1; background:#fff; padding:2px; display:-webkit-box; display:-ms-flexbox; display:flex;}
.news_ul li a .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li a .news_R{width:calc(100% - 226px); float:left; padding:20px;}
.news_ul li a .news_R .news_p{display:block; overflow:hidden; line-height:24px; font-size:16px; color:#010101; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_R .news_sp{display:block; overflow:hidden; line-height:18px; font-size:12px; color:#484848; margin-top:5px;}
.news_ul li a .news_R .news_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:12px; color:#000; margin-top:10px;}
.news_ul li a:hover{background:rgba(255,255,255,1);}

.ind{width:100%; overflow:hidden; padding:70px 0;}
.ind_ul{display:block; overflow:hidden; padding-top:30px; width:1242px;}
.ind_ul li{width:372px; float:left; margin:0 42px 20px 0;}
.ind_ul li a{display:block; overflow:hidden; background:#e6e6e6; padding:1px;}
.ind_ul li a .ind_B{width:100%; overflow:hidden; border:2px solid #fff;}
.ind_ul li a .ind_B .ind_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.ind_ul li a .ind_B .ind_img::before{content:""; display:block; padding-top:52.3288%;}
.ind_ul li a .ind_txtB{display:block; overflow:hidden; padding:20px 10px;}
.ind_ul li a .ind_txtB .ind_p{display:block; overflow:hidden; line-height:38px; font-size:16px; color:#717171; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.ind_ul li a .ind_txtB .ind_p>span{float:right; font-weight:normal; font-size:12px;}
.ind_ul li a .ind_txtB .ind_txt{display:block; overflow:hidden; font-size:12px; color:#717171; line-height:24px; height:48px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:10px;}
.ind_ul li a:hover{background:#005bac;}
.ind_ul li a:hover .ind_txtB .ind_p{color:#fff;}
.ind_ul li a:hover .ind_txtB .ind_txt{color:#fff;}

.case{width:100%; overflow:hidden; background:url(../images/case_bj.jpg) no-repeat center center; background-size:cover; padding:80px 0;}
.case_ul{display:block; overflow:hidden; width:1232px;}
.case_ul li{width:276px; float:left; margin:40px 32px 0 0;}
.case_ul li a{display:block; overflow:hidden; border:1px solid #a1a1a1; border-radius:3px; padding:1px; background:#efefef;}
.case_ul li a .case_B{width:100%; overflow:hidden; position:relative;}
.case_ul li a .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case_ul li a .case_B .case_img::before{content:""; display:block; padding-top:81.54982%;}
.case_ul li a .case_B .case_txt{width:100%; height:38px; line-height:38px; text-align:center; position:absolute; left:0; bottom:0; z-index:9; background:rgba(0,0,0,0.6); font-size:14px; color:#fff;}
.case_ul li a:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case_ul li a:hover .case_B .case_txt{background:rgba(0,91,172,0.8);}

.hy{width:100%; overflow:hidden; padding:70px 0;}
.hy_ul{display:block; overflow:hidden; padding-top:15px; width:1220px;}
.hy_ul li{width:224px; float:left; margin:20px 20px 0 0;}
.hy_ul li a{display:block; overflow:hidden; border:1px solid #dfdfdf; border-bottom:5px solid #dfdfdf;}
.hy_ul li .hy_B{width:100%; overflow:hidden; border-bottom:1px solid #dfdfdf;}
.hy_ul li .hy_B .hy_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.hy_ul li .hy_B .hy_img::before{content:""; display:block; padding-top:65.31532%;}
.hy_ul li .hy_txt{display:block; overflow:hidden; height:55px; line-height:55px; text-align:center; font-size:16px; color:#4b4b4b;}
.hy_ul li:hover a{border-bottom-color:#005bac;}
.hy_ul li:hover .hy_B .hy_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.hy_ul li:hover .hy_txt{color:#005bac;}
/*END-首页内容*/

/*底部*/
.footer{width:100%; overflow:hidden; background:#005bac;}
.link{width:100%; overflow:hidden; border-bottom:1px solid rgba(255,255,255,0.3); line-height:22px; padding:20px 0; color:#fff; font-size:14px; color:#fff;}
.link a{color:#fff; margin:0 5px;}
.link a:hover{color:#fff; text-decoration:underline!important;}

.footer_contect{width:100%; overflow:hidden; padding:30px 0; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.footer_B{float:left; padding:10px 2px 10px 0; background:url(../images/footer_shutiao.jpg) repeat-y right top;}
.footer_p{line-height:26px; display:block; overflow:hidden; font-size:16px; color:#fff;}
.footer_ul{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; overflow:hidden; padding-top:10px;}
.footer_ul li{width:100%; float:left;}
.footer_ul li a{display:block; overflow:hidden; line-height:24px;height:24px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#fff;}
.footer_ul li a:hover{color:#fff; text-decoration:underline!important;}
.footer_B1{width:92px; padding-right:10px;}
.footer_B2{width:45%; padding-right:10px;}
.footer_ul1 li{width:33.3333%; padding-right:1%;}
.footer_B3{width:92px; padding-right:10px;}
.footer_B4{width:92px; padding-right:10px;}
.footer_B5{width:19%; padding:0; background:none;}
.footer_txt{display:block; overflow:hidden; font-size:14px; color:#fff; line-height:30px; padding-top:10px;}

.foot{width:100%; overflow:hidden; background:#f7ab00; line-height:20px; text-align:center; font-size:16px; color:#fff; padding:20px 0;}
.foot a{color:#fff; margin:0 5px;}
.foot a:hover{color:#fff; text-decoration:underline!important;}
/*END-底部*/

/*走进熔成*/
.main{width:100%; overflow:hidden; padding:70px 0;}
.main_left{width:262px; float:left;}
.about{width:100%; float:left; margin-bottom:40px;}
.about_title{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; background:#005bac; font-size:18px; color:#fff;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; margin-top:5px;}
.about_ul>li>a{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; font-size:16px; color:#1e1a17; background:#e3e3e3;}
.about_ul>li:hover>a{background:#f7ab00; color:#fff;}
.about_ul>li.about_on>a{background:#f7ab00; color:#fff;}
.about_B{display:block; overflow:hidden; padding-top:20px;}
.about_B img{width:100%; display:block; height:auto;}
.about_B>span{display:block; overflow:hidden; background:#f2f2f2; padding:10px; font-size:14px; color:#282828; line-height:24px;}

.main_right{width:898px; float:right;}
.dqwz_title{width:100%; float:left; line-height:40px; border-bottom:3px solid #d3d3d3;}
.dqwz_p{float:left; font-size:18px; color:#222222;}
.dqwz_nav{float:right; font-size:12px; color:#5f5f5f;}
.dqwz_nav>span{color:#005bac;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:14px; color:#141414; line-height:30px;}
.company table{width: 100% !important}
.company img{max-width: 100% !important; height: auto !important;}
/*END-走进熔成*/

/*产品中心/工程案例/行业应用*/
.cpzx_ul1{display:block; overflow:hidden; width:906px;}
.cpzx_ul1 li{width:294px; float:left; margin:0 8px 0 0;}
.cpzx_ul1 li .cpzx_B{width:100%; overflow:hidden; border:1px solid #f0f0f0; position:relative;}
.cpzx_ul1 li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul1 li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:100%;}
.cpzx_ul1 li .cpzx_B .cpzx_hover{width:0; height:0; overflow:hidden; float:left; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:rgba(0,101,195,0.7); display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.cpzx_ul1 li .cpzx_B .cpzx_hover::before{content:""; width:calc(100% - 14px); height:calc(100% - 14px); float:left; border:2px solid #fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.cpzx_ul1 li .cpzx_txt{display:block; overflow:hidden; height:74px; line-height:74px; text-align:center; font-size:18px; color:#181818;}
.cpzx_ul1 li:hover .cpzx_B{border-color:#005bac;}
.cpzx_ul1 li:hover .cpzx_B .cpzx_hover{width:100%; height:100%;}
.cpzx_ul1 li:hover .cpzx_txt{color:#005bac;}


.cpzx_ul2{display:block; overflow:hidden; width:906px;}
.cpzx_ul2 li{width:294px; float:left; margin:0 8px 0 0;}
.cpzx_ul2 li .cpzx_B{width:100%; overflow:hidden; border:1px solid #f0f0f0; position:relative;}
.cpzx_ul2 li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul2 li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:100%;}
.cpzx_ul2 li .cpzx_B .cpzx_hover{width:0; height:0; overflow:hidden; float:left; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:rgba(0,101,195,0.7); display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.cpzx_ul2 li .cpzx_B .cpzx_hover::before{content:""; width:calc(100% - 14px); height:calc(100% - 14px); float:left; border:2px solid #fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.cpzx_ul2 li .cpzx_txt{display:block; overflow:hidden; height:74px; line-height:74px; text-align:center; font-size:18px; color:#181818;}
/*.cpzx_ul2 li:hover .cpzx_B{border-color:#005bac;}
.cpzx_ul2 li:hover .cpzx_B .cpzx_hover{width:100%; height:100%;}
.cpzx_ul2 li:hover .cpzx_txt{color:#005bac;}*/


.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#141414; line-height:30px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding-top:20px;}
.cpxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; color:#141414; line-height:30px;}
/*END-产品中心/工程案例/行业应用*/

/*新闻中心*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:30px;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:#e3e3e3;}
.xw_ul li a .xw_img{width:292px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover; }
.xw_ul li a .xw_R{width:calc(100% - 292px); float:left; padding:35px 30px; color:#212121;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:130px; line-height:26px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical; margin-top:20px;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:22px; font-size:12px; margin-top:20px;}
.xw_ul li a:hover{background:#005bac;}
.xw_ul li a:hover .xw_R{color:#fff;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#141414; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:14px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:20px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; line-height:30px; color:#141414;}
/*END-新闻中心*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#141414; line-height:30px;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:21px 1%;}
.header_dianhua {font-size:14px; margin-top:3px; padding-left:60px;}
.header_dianhua span {font-size:24px;}
.header_wx {width:70px; margin-left:5px;}
.header_wx img {width:70px; height:70px;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.cpzx{padding:40px 1%;}
.cpzx_ul{width:100%;}
.cpzx_ul li{width:24.5%; margin:0 0.25%;}
.cpzx_ul li .cpzx_txt{height:60px; line-height:60px;}

.gsjj{padding:60px 1% 0 1%;}
.gsjj_contect{margin-top:30px;}
.gsjj_img{width:40%;}
.gsjj_img::after{width:calc(100% - 20px); height:calc(100% - 20px);}
.gsjj_right{width:60%; padding:20px;}

.fc{padding:60px 1%;}
.fc_ul{width:100%;}
.fc_ul li{width:24%; margin:0 0.5% 20px 0.5%;}

.news{padding:60px 1%;}

.ind{padding:50px 1%;}
.ind_ul{width:100%;}
.ind_ul li{width:31.33%; margin:0 1% 20px 1%;}

.case{padding:60px 1%;}
.case_ul{width:100%;}
.case_ul li{width:23%; margin:30px 1% 0 1%;}

.hy{padding:50px 1%;}
.hy_ul{width:100%;}
.hy_ul li{width:19%; margin:20px 0.5% 0 0.5%;}
/*END-首页内容*/

/*底部*/
.link{padding:20px 1%;}
.footer_contect{padding:30px 1%;}
.foot{padding:20px 1%;}
/*END-底部*/

/*走进熔成*/
.main{padding:50px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
/*END-走进熔成*/

/*产品中心/工程案例/行业应用*/
.cpzx_ul1{width:100%;}
.cpzx_ul1 li{width:33%; margin:0 0.1665%;}
.cpzx_ul1 li .cpzx_txt{height:60px; line-height:60px;}

.cpzx_ul2{width:100%;}
.cpzx_ul2 li{width:33%; margin:0 0.1665%;}
.cpzx_ul2 li .cpzx_txt{height:60px; line-height:60px;}
/*END-产品中心/工程案例/行业应用*/

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; height:30px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.icon-menu span{width:100%; height:6px; float:left;  background:#005bac;}

.topbox{padding:0 10px;}
.header{padding:0; position:relative; left:0; top:0; z-index:999999;}
.logo {width:100%; padding:15px 10px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(0, 91, 172, 0.8);}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
/*END-头部+导航*/

/*首页内容*/
.cpzx{padding:30px 10px;}
.cpzx_ul li .cpzx_txt{height:50px; line-height:50px;}

.gsjj{padding:40px 10px 0 10px;}
.gsjj_contect{margin-top:20px;}
.gsjj_img{width:45%;}
.gsjj_img::after{width:calc(100% - 10px); height:calc(100% - 10px);}
.gsjj_right{width:55%; padding:10px;}
.gsjj_title {padding-top:15px;}

.fc{padding:40px 10px;}

.news{padding:40px 10px;}
.news_ul li {width:calc(50% - 10px); margin-bottom:20px;}
.news_ul li a .news_B {width:160px;}
.news_ul li a .news_R {width:calc(100% - 160px); padding:10px;}

.ind{padding:30px 10px;}
.ind_ul li a .ind_txtB {padding:10px;}

.case{padding:40px 10px;}
.case_ul li{width:31.33%; margin:20px 1% 0 1%;}

.hy{padding:30px 10px;}
.hy_ul{padding-top:10px;}
.hy_ul li .hy_txt {height:45px; line-height:45px;}
/*END-首页内容*/

/*底部*/
.link{padding:15px 10px;}
.footer_contect{padding:20px 10px;}
.footer_B2 {width: 84%;}
.footer_B3{margin-top:10px;}
.footer_B4{margin-top:10px;}
.footer_B5{width: 65%;margin-top:10px;}
.foot{padding:15px 10px;}
/*END-底部*/

/*走进熔成*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%;}
/*END-走进熔成*/

/*产品中心/工程案例/行业应用*/
.cpzx_ul1 li{width:32.33%; margin:0 0.5%;}
.cpzx_ul1 li .cpzx_txt{height:50px; line-height:50px;}
.cpzx_ul2 li{width:32.33%; margin:0 0.5%;}
.cpzx_ul2 li .cpzx_txt{height:50px; line-height:50px;}
/*END-产品中心/工程案例/行业应用*/

/*新闻中心*/
.xw_ul li{margin-bottom:20px;}
.xw_ul li a .xw_img{width:200px;}
.xw_ul li a .xw_R{width:calc(100% - 200px); padding:15px;}
.xw_ul li a .xw_R .xw_txt{margin-top:10px;}
.xw_ul li a .xw_R .xw_sp{margin-top:10px;}
/*END-新闻中心*/

}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.cpzx{padding:10px;}
.cpzx_p>span {padding:0 10px; line-height:30px; font-size: 20px;}
.cpzx_sp {line-height:16px; font-size: 12px;}
.cpzx_ul{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:10px;}
.cpzx_ul li{width:calc(50% - 4px); margin:0 0 4px 0;}
.cpzx_ul li .cpzx_txt{height:40px; line-height:40px; font-size:14px;}

.gsjj{padding:10px; background: url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover;}
.gsjj_contect{margin-top:10px;}
.gsjj_img{width:100%;}
.gsjj_img::after{width:calc(100% - 5px); height:calc(100% - 5px);}
.gsjj_right{width:100%; padding:5px;}
.gsjj_nav {display:flex; flex-wrap:wrap; justify-content:space-between;}
.gsjj_nav li {width:calc(50% - 5px); margin:0 0 10px 0;}
.gsjj_title {padding-top:0;}
.gsjj_sp {line-height: 16px; letter-spacing:-0.6pt;}
.gsjj_txt {line-height:20px; margin-top:5px; height:initial; -webkit-line-clamp:initial;}
.company table tr td{width: 100% !important; float: left;}
.fc{padding:10px;}
.fc_ul {display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:10px;}
.fc_ul li {width:calc(50% - 5px); margin:0 0 10px 0;}
.fc_ul li a .fc_txt {height:34px; line-height:34px; font-size:14px;}

.news{padding:10px;}
.news_ul{padding:0;}
.news_ul li {width:100%; margin:10px 0 0 0;}
.news_ul li a .news_B {width:100px;}
.news_ul li a .news_R {width:calc(100% - 100px); padding:5px;}
.news_ul li a .news_R .news_sp {line-height:14px; margin-top:0;}
.news_ul li a .news_R .news_txt {height:60px; line-height:20px; margin-top:5px;}

.ind{padding:10px;}
.ind_ul{padding:0;}
.ind_ul li{width:100%; margin:10px 0 0 0;}
.ind_ul li a{display:flex;}
.ind_ul li a .ind_B {width:100px; float:left;display:flex;}
.ind_ul li a .ind_txtB {width:calc(100% - 100px); float:left; padding:5px;}
.ind_ul li a .ind_txtB .ind_p {line-height:30px;}
.ind_ul li a .ind_txtB .ind_txt {line-height:20px; height:40px; margin-top:5px;}

.case{padding:10px;}
.case_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.case_ul li{width:calc(50% - 5px); margin:10px 0 0 0;}

.hy{padding:10px;}
.hy_ul{padding-top:0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.hy_ul li{width:calc(50% - 5px); margin:10px 0 0 0;}
.hy_ul li .hy_txt {height:32px; line-height:32px; font-size:14px;}
/*END-首页内容*/

/*底部*/
.link{padding:10px; font-size:12px; line-height:18px; text-align:center;}
.foot{padding:10px; font-size:12px; line-height:18px;}
/*END-底部*/

/*走进熔成*/
.main{padding:0;}
.main_left{width:100%;}
.about{margin:0;}
.about_title {height:50px; line-height:50px; text-align:left; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #005bac; font-size:20px; padding-left:20px;}
.about_ul{display:none;padding:0 2px;}
.about_ul>li{margin-top:2px;}
.about_ul>li>a{font-size:14px; height:40px; line-height:40px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company{line-height:24px;}
/*END-走进熔成*/

/*产品中心/工程案例/行业应用*/
.cpzx_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzx_ul1 li{width:calc(50% - 4px); margin:0 0 4px 0;}
.cpzx_ul1 li .cpzx_txt{height:40px; line-height:40px; font-size:14px;}

.cpzx_ul2{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzx_ul2 li{width:calc(50% - 4px); margin:0 0 4px 0;}
.cpzx_ul2 li .cpzx_txt{height:40px; line-height:40px; font-size:14px;}
.cpxq_p{font-size:16px; line-height:24px;}
.cpxq_img{padding-top:10px;}
.cpxq_txt{padding-top:10px; line-height:24px;}
/*END-产品中心/工程案例/行业应用*/

/*新闻中心*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_img{width:100px;}
.xw_ul li a .xw_R{width:calc(100% - 100px); padding:5px;}
.xw_ul li a .xw_R .xw_txt{margin-top:2px; height:60px; line-height:20px;-webkit-line-clamp:3;}
.xwxq_p{font-size:16px; line-height:24px;}
.xwxq_img{padding-top:10px;}
.xwxq_txt{padding-top:10px; line-height:24px;}
/*END-新闻中心*/

/*联系我们*/
.contact_map{height:250px; margin-top:10px;}
/*END-联系我们*/

}
/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#005bac;}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#f7ab00; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #f7ab00;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 15px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}