/*外部公共样式*/
@import url("../font-awesome/css/font-awesome.min.css");
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/
body{ font-family:"微软雅黑"}
.f3box{position: absolute; right: 0px; top: 50px; z-index:99999999999;}
.f3box .f3_form{display: none;position: relative;width: 160px;}
.f3box .f3_form .f3_inp1{width:calc(100% - 50px);line-height: 40px;height: 40px;border: 1px solid #CCCCCC;background-color: #FFFFFF;padding: 0 5px; float:left;}
.f3box .f3_form button{ float:right; width:50px; height:40px; line-height:40px; background:#dedede; border:0; cursor:pointer;}
/*头部+导航+大图*/
.topbox{width:100%;border-bottom:1px solid #CCCCCC; line-height:32px; font-size:12px; color:#4a4a4a; font-family:SimSun;}
a{ color:#222;}
a:hover{ color:#f00}
.header{width:100%; padding:10px 0;position: relative;}
.logo img{width:100%; max-width:450px; max-height:100px;padding-right: 30px;}
.logo_p{display: block;overflow: hidden;padding: 12px 0 12px 30px;position: relative;margin-top: 5px;}
.logo_p::after{width: 1px;height: 20px;display: block;content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);background-color: #000;}
.logo_p1{font-size: 16px;width: 380px;color: #333333;line-height: 28px;}
.logo_p1 span{color: #356ad5;}

.header_R{display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;}
.header_dianhua{height:60px; color:#0059ab;background:url(../img/images/dianhua_06.jpg) no-repeat left center; padding-left:60px;margin-top: 15px;}
.dianhua1{font-size: 16px;color: #a0a0a0;}
.dianhua1 span{font-size: 24px;color: #356ad5;font-weight: bold;}

nav{background:#0078bf; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.nav>li{width:12.5%; position:relative;}
.nav>li>a{width:100%; height:50px; line-height:50px; font-size:16px; color:#fff; text-align:center;position: relative;}
.nav>li>a::after{width: 100%;height: 3px;display:none;content: "";background-color: #ffaa3b;position: absolute;left: 0;bottom: 0px;z-index: 99;}
.nav>li>a::before{border-bottom: 8px solid #ffaa3b;border-left: 8px solid transparent;border-right: 8px solid transparent;display: none;content: "";left: 50%;transform: translateX(-50%);bottom: 1px;position: absolute;}
.nav>li>a:hover{color:#ffaa3b;}
.nav>li>a.on{color:#ffaa3b;}
.nav>li>a:hover::after{display: block;}
.nav>li>a:hover::before{display: block;}
.nav>li>a.on::after{display: block;}
.nav>li>a.on::before{display: block;}
.nav>li:last-child{width: 4%;}
.nav>li:last-child>a{text-align: right;}
.nav>li:last-child>a img{margin-top: 10px;}
.nav>li:last-child>a:hover::after{display: none;}
.nav>li:last-child>a:hover::before{display: none;}
.nav>li:last-child>a.on::after{display: none;}
.nav>li:last-child>a.on::before{display: none;}

.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999; background:#0078bf}
.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:14px; color:#fff;}
.nav_sub>dd>a:hover{color: #ffaa3b;}

/*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(../img/bibeiimg/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(../img/bibeiimg/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-头部+导航+大图*/
/*首页内容*/
.cpzs{display: block;overflow: hidden;width: 100%;padding: 50px 10px 40px;}
.cpzs_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.cpzs_l{width: 250px;}
.cpzs_tit{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;background-color: #356ad5;align-items: center;height: 100px;padding: 0 10px 0;}
.cpzs_tl{width: 40px;}
.cpzs_tr{width: calc(100% - 50px);}
.cpzs_tr1{font-size: 20px;font-weight: bold;color: #FFFFFF;line-height: 20px;}
.cpzs_tr2{font-size: 14px;color: #FFFFFF;text-transform: uppercase;font-weight: bold;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 14px;margin-top: 4px;}
.cpzs_top{background-color: #ffffff;}
.cpzs_lul{margin-top: 10px; margin-bottom:20px;border: 1px solid #CCCCCC;}
.cpzs_lul>li{width: 100%;line-height: 50px;}
.cpzs_lul>li>a{padding: 0 10px 0 10px;font-size: 16px;color: #0c0c0c;border-bottom: 1px solid #BABABA;display: block;position: relative;}
.cpzs_lul>li>a::after{width: 20px;height: 20px;display: block;content: ">";position: absolute;right: 10px;top: 50%;transform: translateY(-50%);text-align: center;line-height: 18px;border: 1px solid #bababa;border-radius: 10px;font-family: "宋体";font-weight: bold;color: #bababa;}
.cpzs_lul>li:hover>a{background-color: #356ad5;color: #FFFFFF;}
.cpzs_lul>li:hover>a::after{color: #FFFFFF;border-color: #FFFFFF;transform: rotate3d(45eg);}
.cpzs_lul>li.on>a{background-color: #356ad5;color: #FFFFFF;}
.cpzs_lul>li.on>a::after{color: #FFFFFF;border-color: #FFFFFF;transform: rotate3d(45eg);}
.index_ul{width: 100%;display: none;}
.index_ul>li{width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border-bottom: 1px solid #BABABA;padding-left: 60px;position: relative;}
.index_ul>li>a{font-size: 14px;color: #333333;display: block;width: 100%;line-height: 45px;}
.index_ul>li::after{width: 10px;height: 10px;display: block;content: "";background-color: #999999;position: absolute;left: 40px;top: 50%;transform: translateY(-50%) rotate(45deg);}
.index_ul>li:hover>a{color:#0054aa;}
.index_ul>li:hover::after{background-color: #0054AA;}
.cpzs_lianxi{background-image: url(../img/images/lianxi_25.png);background-size: cover;padding: 10px 25px;}
.cpzs_lian_xq{background-color: rgba(255,255,255,0.7);padding: 30px 0;}
.cpzs_liant{font-size: 14px;color: #333333;margin-left: 45px;background-image: url(../img/images/lianxi_dianhua_25.png);background-position: left center;background-repeat: no-repeat;padding-left: 25px;}
.cpzs_lianp{text-align: center;font-size: 24px;color: #356ad5;font-weight: bold;}
.cpzs_r{width: calc(100% - 280px);}
.cpzs_rtit{font-size: 20px;font-weight: bold;color: #000000;line-height: 60px;border-bottom: 1px solid #BABABA;position: relative;}
.cpzs_rtit::after{width: 88px;height: 2px;display: block;content: "";position: absolute;bottom: -1px;left: 0;background-color: #356ad5;z-index: 99;}
.cpzs_rtit .cpzs_rl{color: #356ad5;}
.cpzs_rtit .cpzs_rr{font-size: 14px;color: #666666;font-weight: 100;text-transform: uppercase;margin-left: 5px;}
.cpzs_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;}
.cpzs_ul::after{width: 32%;content: "";}
.cpzs_ul li{width: 32%;margin-bottom: 20px;}
.cpzs_B{overflow: hidden;}
.cpzs_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 85%;transition: all 2s;}
.cpzs_p{text-align: center;line-height: 55px;background-color: #356ad5;color: #FFFFFF;font-size: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.cpzs_ul li:hover .cpzs_imgbg{transform: scale(1.2,1.2);}

.about{display: block;overflow: hidden;width: 100%;padding: 60px 10px 40px;background-image: url(../img/images/about_bg_28.png);background-position: top center;background-size: contain;background-repeat: no-repeat;}
.title{text-align: center;position: relative;}
.title_t{font-size: 60px;color: #87a3e3;font-weight: bold;text-transform: uppercase;line-height: 60px;}
.title_tp{position: absolute;top: 30px;width: 100%;}
.title_p{font-size: 36px;color: #ffffff;position: relative;line-height: 36px;padding-bottom: 30px;}
.title_p::after{width: 100px;height: 10px;background-color: #FFFFFF;display: block;content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;z-index: 999;}
.about_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 110px;box-shadow: 0 6px 10px 0 #CCCCCC;}
.about_l{width: 470px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.about_r{width: calc(100% - 470px);padding: 50px 10px 30px 40px;background-color: #FFFFFF;}
.about_t1{font-size: 26px;color: #333333;}
.about_t2{font-size: 14px;color: #333333;text-transform: uppercase;margin-top: 10px; border-bottom:1px solid #dedede}
.about_p{font-size: 14px;color: #333333;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;margin-top: 10px;height: 168px; line-height:28px;}
.about_btn{width: 140px;height: 36px;text-align: center;line-height: 36px;background-color: #ffaa3b;font-size: 16px;border-radius: 4px;margin-top: 30px;}
.about_btn a{color: #FFFFFF;}
.about_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-around;flex-wrap: wrap;margin-top: 30px;}
.about_ul li{width: 24%;text-align: center;}
.about_ulimg{max-height: 70px;}
.about_ult{font-size: 18px;color: #000000;margin-top: 10px;}
.aboout_kang{width: 50px;height: 2px;background-color: #ffab3d;margin: 20px auto 15px;}
.about_ulp{font-size: 14px;color: #999999;}

.anli{display: block;overflow: hidden;width: 100%;padding: 50px 0;background-image: url(../img/images/anli_bg_02.png);background-size: cover;}
.anli_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 90px;line-height: 60px;border-bottom: 1px solid #BABABA;}
.anli_l{width: calc(100% - 58px);}
.anli_tab{display: flex;display: -ms-flexbox;display: -webkit-flex;}
.anli_tab li{color: #adbce7;font-size: 22px;margin-right: 70px;position: relative;}
.anli_tab li::after{width: 100%;height: 3px;display:none;content: "";background-color: #FFFFFF;position: absolute;left: 0;bottom: -2px;z-index: 99;}
.anli_tab li::before{border-bottom: 5px solid #FFFFFF;border-left: 5px solid transparent;border-right: 5px solid transparent;display: none;content: "";left: 50%;transform: translateX(-50%);bottom: 1px;position: absolute;}
.anli_tab li.hover{color: #FFFFFF;}
.anli_tab li.hover::after{display: block;}
.anli_tab li.hover::before{display: block;}
.anli_tab li.selected{color:#FFF;}
.anli_tab li.selected::after{display: block;}
.anli_tab li.selected::before{display: block;}
.anli_r{font-size: 16px;font-weight: bold;}
.anli_r a{color: #ffaa3b;}
.tab_box{width: 100%;padding: 20px 0;}
.tab_box img{max-width: 100%;}
.tabr_1{font-size: 14px;color: #353535;}
.hide{display:none}
.anli_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;}
.anli_ul li{width: 16.6666%;position: relative;background-color: #FFFFFF;}
.anli_ul .space{width: 16.6666%;height: 0;}
.anli_B{overflow: hidden;position: relative;}
.anli_B::after{width: calc(100% - 20px);height: calc(100% - 20px);display: block;content: "";border: 1px solid #FFFFFF;position: absolute;top: 10px;left: 10px;}
.anli_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 100%;transition: all 2s;}
.anli_xq{position: absolute;top: 50%;left: 40%;transform: translate(-40%,-50%);}
.anli_x1{font-size: 22px;color: #333333;font-weight: bold; width:140px;}
.anli_x2{font-size: 16px;color: #666666;text-transform: uppercase;margin-top: 10px; width:140px;}
.anli_ul li:hover .anli_imgbg{transform: scale(1.2,1.2);}


.news{display: block;overflow: hidden;width: 100%;padding: 45px 10px;}
.news .title_t{color: #d8e0f5;}
.news .title_p{color: #356ad5;}
.news .title_p::after{background-color: #356ad5;}
.news_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 110px;}
.news_l{width: calc(100% - 500px);}
.news_tit{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;width: 100%;line-height: 40px;background-color: #f1f1f1;}
.news_tl{width: 150px;text-align: center;background-color: #356ad5;font-size: 20px;font-weight: bold;color: #FFFFFF;}
.news_tr{width: calc(100% - 150px);text-align: right;padding-right: 20px;}
.news_tr a{font-size: 16px;color: #356ad5;font-weight: bold;}
.news_lmain{margin-top: 30px;}
.news_limg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 51%;}
.news_lp{padding: 20px 10px;margin-top: -87px;z-index: 99;background-color: rgba(0,0,0,0.6);}
.news_lp1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 18px;color: #FFFFFF;line-height: 18px;}
.news_lp2{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 14px;color: #cacacd;line-height: 14px;margin-top: 15px;}
.news_lul{width: 100%;margin-top: 10px;}
.news_lul li{line-height: 60px; padding:0 10px;}
.news_lul li a{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;font-size: 16px;color: #333333;}
.news_ll{width: calc(100% - 91px);white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news_lul li:hover{background-color: #356ad5;padding: 0 10px;}
.news_lul li:hover a{color: #FFFFFF;}
.news_r{width: 450px;}
.news_rul{width: 100%;}
.news_rul li{padding: 10px 0;border-bottom: 1px solid #BABABA;}
.news_rt{font-size: 18px;color: #333333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news_rp{font-size: 14px;color: #666666;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;position: relative;line-height: 30px;margin-top: 10px;height: 90px;}
.news_rp span{text-align: right;color: #356ad5;position: absolute;right: 0;background-color: #FFFFFF;z-index: 99;}
.news_rul li:hover .news_rt{color: #356AD5;}

.footer{display: block;overflow: hidden;width: 100%;padding: 30px 10px 20px;background-color: #333333;}
.f_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.f_1{width: 310px;}
.f_1img img{max-width: 100%;}
.f1_p{font-size: 16px;color: #adadad;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;position: relative;line-height: 30px;margin-top: 10px;height: 120px; font-size:14px;}
.f1_p span{color: #ffaa3b;position: absolute;right: 0;background-color: #333333;z-index: 99;}

.f_tit{font-size: 18px;color: #ffffff;margin-top: 20px;}
.f2_ul {width: 100%;margin-top: 35px;}
.f2_ul li{width: 100%;margin-bottom: 10px;line-height: 24px;}
.f2_ul li a{font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #ADADAD;}

.f_4{width: 260px;}
.f4_ul{width: 100%;margin-top: 28px; line-height: 30px;margin-bottom: 14px;color: #ADADAD;}


.f_5{margin-top: 15px;width: 135px;text-align: center;}
.f5_img img{max-width: 100%;}
.f5_p{text-align: center;color: #ADADAD;font-size: 14px;}

.bootom{color: #FFFFFF;background-color: #666666;text-align: center;line-height: 54px;}
.bootom a{ color:#FFFFFF}
/* 产品展示 */
.proner{display: block;overflow: hidden;width: 100%;padding: 50px 10px;}
.proner_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_l{width: 250px;}
.proner_r{width: calc(100% - 280px);}
.proner_rtit .proner_rl{font-size: 20px;font-weight: bold;color: #000000;position: relative;}
.proner_rtit{line-height: 60px;border-bottom: 1px solid #BABABA;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_rtit .proner_rl::after{width: 88px;height: 2px;display: block;content: "";position: absolute;bottom: -1px;left: 0;background-color: #356ad5;z-index: 99;}
.proner_rtit .proner_r1{color: #356ad5;}
.proner_rtit .proner_r2{font-size: 14px;color: #666666;font-weight: 100;text-transform: uppercase;margin-left: 5px;}
.proner_rtit .proner_rr{font-size: 14px;color: #666666;}
.proner_rtit .proner_rr span{color: #356ad5;}
.proner_rxq{margin-top: 30px;}
.proner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_ul::after{width: 32%;content: "";}
.proner_ul li{width: 32%;margin-bottom: 20px;}
.proner_B{overflow: hidden;}
.proner_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 80%;transition: all 2s;}
.proner_p{text-align: center;line-height: 48px;background-color: #356ad5;color: #FFFFFF;font-size: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.proner_ul li:hover .proner_imgbg{transform: scale(1.2,1.2);}
/* 关于我们 */
.abner_p{font-size: 14px;color: #333333;line-height: 28px;}
/* 新闻介绍 */
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:20px;padding: 20px;border: 1px solid #CCCCCC;box-shadow: 0 4px 10px 0 #CCCCCC;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden;}
.xw_ul li a .xw_img{width:185px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 185px); float:left;color:#333;padding: 0 0 0 20px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:18px;text-overflow:ellipsis; white-space: nowrap;color: #333;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:16px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:10px;color: #666;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:12px; font-size:12px;color: #b1b1b1;margin-top: 12px;}
.xw_ul li a:hover .xw_p{color:#0054AA;}

.xwxq{width: 100%;}
.xwxq_t{text-align: center;font-size: 18px;color: #333333; line-height:28px;}
.xwxq_img{text-align: center;margin-bottom:12px;}
.xwxq_img img{max-width: 100%;}
.xwxq_p{font-size: 16px;color: #333333;line-height: 30px;}
/* 技术支持 */
.serner_p{font-size: 14px;color: #333333;line-height: 30px;}
/* 联系我们 */
.conner_p{font-size: 14px;color: #333333;line-height: 30px;}
.map{width: 100%;height: 400px;margin-top: 10px;}
.map iframe{width: 100%;height: 100%;border: transparent;}
/* 产品详情 */
.cpxq_ul{display: flex;display: -webkit-flex;display: -ms-flexbox;justify-content: space-between;flex-wrap: wrap;}
.cpxq_ul::after{width: 32%;content: "";}
.cpxq_ul li{width: 32%;margin-bottom: 20px;}
.cpxq_B{overflow: hidden;}
.cpxq_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 84%;}
.cpxq_p{text-align: center;border: 1px solid #BABABA;line-height: 55px;font-size: 18px;color: #666666;}
.cpxq_ul li:hover .cpxq_p{background-color: #356ad5;color: #FFFFFF;}
.cpxq_title{ font-size:18px; line-height:40px; font-weight:bold; text-align:center}
.cpxq_img{ width:100%; text-align:center;}
.cpxq_img img{ max-width:100% !important; height:auto !important}
.cpxq_main{font-size: 18px;color: #333333;line-height: 32px;margin-top: 10px;}
.cpxq_main img{ max-width:100% !important; height:auto !important; padding:4px !important;}
.cpxq_main table{ width:100% !important; height:auto !important}
@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/


/*首页内容*/
.anli_x1{font-size: 20px;}
.anli_x2{font-size: 14px;}
}

@media (max-width:991px){
/*头部+导航*/
.icon-menu span{width:100%; height:6px; float:left;  background:#356AD5;}

.topbox{padding:0 10px;}
.header{padding:0;position:relative; left:0; top:0; z-index:999999;background-color: #FFFFFF;}
.logo {width:100%;padding: 10px;}
.nav {display:none; width:150px;position:absolute; right:10px; top:0;background-color: #0078bf;}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.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%;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
.nav>li::after{display: none;}
.nav>li:last-child{display: none;}
.nav>li>a:hover::after{display: none;}
.nav>li>a:hover::before{display: none;}
.nav>li>a.on::after{display: none;}
.nav>li>a.on::before{display: none;}
/*END-头部+导航*/
/*首页内容*/

.anli_ul li{width: 25%;}
.anli_ul .space{width: 25%;}

.news_l{width: calc(100% - 300px);}
.news_r{width: 290px;}

.f_4{width: 280px;}
/* 新闻资讯 */
.xw_ul li a .xw_img{width:180px;}
.xw_ul li a .xw_R{width:calc(100% - 180px); padding:15px;}
.xw_ul li a .xw_R .xw_txt{margin-top:10px;}
.xw_ul li a .xw_R .xw_sp{margin-top:10px;}
}

@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-头部+导航*/

/*首页内容*/
.cpzs{padding: 10px;}
.cpzs_tit{height: 60px;}
.cpzs_tl{height: 36px;}
.cpzs_tr1{font-size: 18px;}
.cpzs_tr2{font-size: 14px;}
.cpzs_l{width: 100%;}
.cpzs_lul{margin-top: 0;}
.cpzs_lul>li:last-child>a{border-bottom: transparent;}
.cpzs_r{width: 100%;}
.cpzs_rtit{line-height: 50px;font-size: 18px;}
.cpzs_ul{margin-top: 10px;}
.cpzs_ul li{width: 48.5%;margin-bottom: 10px;}
.cpzs_p{font-size: 14px;line-height: 40px;}

.about{padding: 10px;background-size: 100% 40%;}
.title_t{display: none;}
.title_tp{position: relative;top: 0;}
.title_p{font-size: 20px;line-height: 32px;padding-bottom: 0; font-weight:bold;}
.title_p::after{display: none;}
.about_m{margin-top: 10px;}
.about_l{width: 100%;padding-top: 60%;}
.about_r{width: 100%;padding: 10px;}
.about_t1{font-size: 18px;}
.about_t2{font-size: 12px;margin-top: 0; margin-bottom:5px;}
.about_p{margin-top: 10px;}
.about_btn{margin-top: 10px;}
.about_ul{margin-top: 10px;}
.about_ul li{width: 48.5%;}
.aboout_kang{display: none;}

.anli{padding: 10px 10px 0;}
.anli_m{margin-top: 10px;line-height: 40px;}
.anli_tab li{margin-right: 10px;font-size: 16px;}
.anli_ul li{width: 50%;}
.tab_box{padding: 10px 0;}

.news{padding: 10px;}
.news_m{margin-top: 10px;}
.news_l{width: 100%;}
.news_tl{font-size: 18px;}
.news_lmain{margin-top: 10px;}
.news_lul li{line-height: 40px;}
.news_lul li a{font-size: 16px;}
.news_r{width: 100%;margin-top: 10px;}
.news_rul li{padding: 10px 0;}
.news_rp{margin-top: 10px; font-size:14px; line-height:26px; height:78px;}
.news_rt{ font-size:16px;}

.bootom{line-height: 24px; font-size:12px;}
/* 产品展示 */
.proner{padding: 10px;}
.proner_l{width: 100%;}
.proner_r{width: 100%;}
.proner_rtit{line-height: 40px; display:none}
.proner_rtit .proner_r2{display: none;}
.proner_rtit .proner_rl{font-size: 18px;}
.proner_rxq{margin-top: 10px;}
.proner_ul li{width: 48.5%;margin-bottom: 10px;}
.proner_p{font-size: 14px;line-height: 40px;}
/* 新闻资讯 */
.xw_ul li{margin-bottom:10px;padding: 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_p{font-size: 16px;line-height: 24px; color:#333333; font-weight:normal;}
.xw_ul li a .xw_R .xw_txt{margin-top:2px; height:60px; line-height:20px;-webkit-line-clamp:3; font-size:14px; color:#666666}

.xwxq_img{margin-top: 5px; margin-bottom:5px;}
.xwxq_p{ font-size:14px; line-height:26px;}
/* 产品详情 */
.cpxq_ul li{width: 48.5%;margin-bottom: 10px;}
.cpxq_p{line-height: 40px;font-size: 18px;}
.cpxq_title{ font-size:16px; line-height:32px;}
.cpxq_main{font-size: 14px;color: #333333;line-height: 28px;margin-top: 5px;}

}
/*手机底部*/
.hot{width:100%;background:#666666; position:fixed; bottom:0; left:0; z-index:9900000; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;color: #FFFFFF;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.hot .row .col-xs-3{border-right: 1px solid rgba(255,255,255,0.3);}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }
/* .hot .text-center:hover{background-color: #007AFF;} */

.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #666666;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px 30px 0 30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ margin-bottom: 15px; font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{width:30px;height: 30px; font-size: 16px; color: #fff;position: absolute;left:50%;bottom:-38px;border:1px solid #fff;transform:translateX(-50%);border-radius: 50%;display:flex;justify-content: center;align-items: center}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}

.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}