/*外部公共样式*/
@import url("bootstrap.min.css");
@import "../swiper/css/swiper.min.css";
@import url("../font-awesome/css/font-awesome.min.css");
/*END-外部公共样式*/
/*头部+导航+大图*/
.topbox{width:100%;border-bottom:1px solid #e1e1e1; line-height:45px; color:#585858;font-size: 16px;}
.topbox .top_right{background-repeat: no-repeat;padding: 0 30px;background-position: center;background-size: cover;color: #585858;}
.topbox a{ color:#585858; margin:0 10px;}

.header{width:100%; padding:10px 0;position: relative;}
.logo{margin-top: 15px;}
.logo a{border-right: 1px solid #CCCCCC;}
.logo img{width:100%; max-width:500px; max-height:72px;padding: 0 30px 0 0;}
.logo_p{padding:3px 0 0 30px;display: block;overflow: hidden;}
.logo_p1{font-size: 16px;width: 360px;color: #131313;line-height: 24px;}
.logo_p1 span{color: #2f78fc;font-size: 24px;}

.header_dianhua{color:#0059ab;background:url(../img/images/dianhua_06.png) no-repeat left center; padding-left:70px;font-size: 14px;color: #000000;}
.header_dianhua span{font-size: 20px;color: #094594;font-weight: bold;}

nav{position:relative; left:0; top:0; z-index:999999;background-color: #094594;}
.nav{width:100%;}
.nav>li{position:relative;width: 16.6666666%;}
.nav>li>a{width:100%;height: 50px;line-height: 50px;font-size:16px; color:#ffffff; text-align:center;}
.nav>li:hover>a{background-color: #00a8ff; color:#fff;}
.nav>li>a.on{background-color: #00a8ff;color:#fff;}

.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999;background-color: #094594;}
.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{background-color: #00a8ff;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:6%; position:absolute;top:50%; margin-top:-35px; width:70px; 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:6%; position:absolute;top:50%; margin-top:-35px; width:70px; 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-头部+导航+大图*/

/*首页内容*/
.search{width:100%; overflow:hidden; background:#dcdcdc;position: relative;top: -10px;}
.search_form{width:280px; float:left; border:1px solid #d2d2d2;margin-top: 10px;}
.search_inp1{width:calc(100% - 50px); float:left; height:20px; line-height:20px;font-size:12px; color:#000; padding:0 10px;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#5b5b5b;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color:#5b5b5b;} 
.search_btnfa{width:50px;float:left; height:20px;line-height: 20px;padding: 0 4px;background-color: #094594;}
.search_btn{background:url(../img/images/search_03.png) no-repeat left center;color: #FFFFFF;width: 100%;text-align: right;}
.search_txt{display:block; overflow:hidden; font-size:14px; color:#2b2b2b; line-height:40px;}
.search_txt>span{float:left;color: #2b2b2b;font-size: 16px;}
.search_txt>a{color:#2b2b2b; }
.search_txt>a:hover{color:#fd020e; text-decoration:underline!important;}

.cpzs{display: block;overflow: hidden;width: 100%;padding:10px;}
.cpzs_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.cpzs_l{width: 320px;}
.cpzs_ltit{background-image: linear-gradient(#0256c4,#084698);text-align: center;padding: 15px 0;}
.cpzs_lt1{font-size: 36px;font-weight: bold;color: #FFFFFF;line-height: 36px;}
.cpzs_lt2{font-size: 18px;color: #FFFFFF;text-transform: uppercase;line-height: 18px;margin-top: 10px;}
.cpzs_lul{border: 1px solid #CCCCCC;padding: 5px 2px 0;background-color: #eeeeee;}
.cpzs_lul li{border: 1px solid #CCCCCC;line-height: 30px;background-image: linear-gradient(#e0e0e0,#f4f4f4);margin-bottom: 5px;padding: 0 0 0 10px;}
.cpzs_lul li a{font-size: 16px;color: #000000;background-image: url(../img/images/tit_l_11.png);background-position: left center;background-repeat: no-repeat;padding-left: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.cpzs_lul li:hover{background-image: linear-gradient(#0159ce,#074aa2);}
.cpzs_lul li:hover a{color: #FFFFFF;background-image: url(../img/images/tit_lh_11.png);}
.cpzs_lp{border: 1px solid #CCCCCC;padding: 25px 10px 15px;font-size: 14px;color: #000000;line-height: 35px;background-color: #eeeeee;}
.cpzs_r{width: calc(100% - 330px);}
.cpzs_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.cpzs_ul li{width: 32.2%;margin-bottom: 10px;}
.cpzs_ul::after{width: 32.2%;content: "";}
.cpzs_B{overflow: hidden;border: 1px solid #CCCCCC;}
.cpzs_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 79%;transition: all 2s;}
.cpzs_p{line-height: 35px;text-align: center;border: 1px solid #CCCCCC;margin-top: 6px;font-size: 16px;color: #000000;}
.cpzs_ul li:hover .cpzs_imgbg{transform: scale(1.2,1.2);}
.cpzs_ul li:hover .cpzs_p{background-color: #094594;color: #FFFFFF;border-color: #094594;}

.henfu{display: block;overflow: hidden;width: 100%;padding: 35px 10px;background-image: url(../img/images/henfu_imgbg_14.png);background-size: cover;}
.henfu_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;align-items: center;height: 100px;}
.henfu_l{}
.henfu_t1{font-size: 36px;font-weight: bold;color: #FFFFFF;line-height: 36px;margin-top: -15px;}
.henfu_t2{font-size: 20px;font-weight: bold;color: #f9f9f9;margin-top: 30px;line-height: 30px;margin-bottom: -15px;}
.henfu_r{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;position: relative;padding-right: 10px;border-right: 2px solid #FFFFFF;height: 100px;padding-top: 20px;background-image: url(../img/images/henfu_dianhua_15.png);background-position: left center;padding-left: 100px;background-repeat: no-repeat;}
.henfu_r::after{width: 760px;height: 2px;display: block;content: "";background-color: #FFFFFF;position: absolute;top: 0;right: 0;}
.henfu_r::before{width: 550px;height: 2px;display: block;content: "";background-color: #FFFFFF;position: absolute;bottom: 0;right: 0;}
.henfu_rl{font-size: 26px;color: #FFFFFF;}
.henfu_rr{font-size: 24px;font-weight: bold;color: #FFFFFF;}
.henfu_rr span{margin-top: 10px;display: block;}

.ys{display: block;overflow: hidden;width: 100%;padding: 25px 10px;}
.ys_tit{text-align: center;}
.ys_tit1{font-size: 34px;font-weight: bold;color: #000000;display: flex;display: -ms-flexbox;display: -webkit-flex;line-height: 40px;justify-content: center;position: relative;}
.ys_tit1 span{font-size: 40px;color: #094594;display: block;}
.ys_tit1::after{width: 30%;height: 1px;display: block;content: "";background-color: #00a8ff;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
.ys_tit1::before{width: 30%;height: 1px;display: block;content: "";background-color: #00a8ff;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.ys_tit2{font-size: 15px;color: #999999;margin-top: 15px;}
.ys_timg{margin-top: 15px;}

.ys_one{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;background-color: #f6f6f6;margin-top: 30px;transition: all 0.5s;}
.ys_l{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 20px 30px 0 15px;width: calc(100% - 495px);}
.ys_ll{width: 78px;height: 92px;background-image: url(../img/images/ys_titbg_24.png);background-size: cover;text-align: center;line-height: 92px;font-size: 36px;font-weight: bold;color: #FFFFFF;}
.ys_lr{width: calc(100% - 90px);}
.ys_lr1{font-size: 26px;font-weight: bold;color: #dc8528;line-height: 52px;border-bottom: 1px dashed #CCCCCC;}
.ys_lr1 span{color: #00a8ff;margin-left: 25px;}
.ys_lrp{font-size: 16px;color: #000000;line-height: 34px;margin-top: 10px;height: 136px;overflow: hidden;}
.ys_r{max-height: 256px;width: 495px;}
.ys_r img{max-width: 100%;}
.ys_one:hover{transform: translateY(-10px);}

.ys_two{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 35px;transition: all 0.5s;}
.ys_two .ys_l{padding: 35px 50px 0 15px;}
.ys_two .ys_r{max-height: 331px;}
.ys_two .ys_lrp{margin-top: 40px;height: 102px;overflow: hidden;}
.ys_two:hover{transform: translateY(-10px);}

.ys_three{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 35px;background-color: #f6f6f6;transition: all 0.5s;}
.ys_three .ys_r{max-height: 256px;padding: 10px 15px 10px 0;text-align: right;}
.ys_three .ys_lrp{height: 102px;overflow: hidden;}
.ys_three:hover{transform: translateY(-10px);}

.ys_four{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 70px;background-color: #f6f6f6;transition: all 0.5s;}
.ys_four .ys_l{padding: 15px 60px 0 15px;}
.ys_four .ys_r{max-height: 254px;}
.ys_four .ys_lrp{margin-top: 40px;margin-left: -50px;height: 136px;overflow: hidden;}
.ys_four:hover{transform: translateY(-10px);}

.anli{display: block;overflow: hidden;width: 100%;padding: 30px 10px 35px;background-image: url(../img/images/anli_bg_40.png);background-size: cover;}
.anli_tit{text-align: center;}
.anli_t1{font-size: 36px;font-weight: bold;color: #ffffff;padding-bottom: 15px;line-height: 36px;border-bottom: 1px solid #FFFFFF;position: relative;}
.anli_t1::after{width: 160px;height: 2px;display: block;content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: -1px;background-color: #FFFFFF;}
.anli_t2{font-size: 20px;color: #FFFFFF;margin-top: 15px;}
.anli_m{margin-top: 20px;position: relative;}
.anli_m .swiper-slide{background-color: #FFFFFF;padding: 8px 8px 0;margin-bottom: 15px;}
.anli_B{overflow: hidden;}
.anli_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 82%;transition: all 2s;}
.anli_p{text-align: center;line-height: 40px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;color: #171717;}
.anli_m .swiper-slide:hover .anli_imgbg{transform: scale(1.2,1.2);}
.anli_m .swiper-slide:hover .anli_p{color: #00a8ff;}
.anli_next,.anli_prev{width: 70px;height: 70px;text-align: center;line-height: 70px;border: 1px solid #FFFFFF;position: absolute;top: 50%;transform: translateY(-50%);font-size: 34px;color: #FFFFFF;font-family: "宋体";background-color: #094594;}
.anli_next{right: -120px;}
.anli_prev{left: -120px;}

.about{display: block;overflow: hidden;width: 100%;padding: 50px 10px 40px;}
.about .anli_t1{color: #000000;border-color: #949494;}
.about .anli_t1::after{background-color: #094594;}
.about .anli_t2{color: #949494;}
.about_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.about_l{width: 50%;padding-right: 55px;}
.about_t{font-size: 24px;color: #094594;font-weight: bold;line-height: 24px;}
.about_p{font-size: 16px;color: #464646;line-height: 39px;margin-top: 25px;height: 312px;overflow: hidden;}
.about_btn{margin-top: 40px;width: 136px;height: 42px;text-align: center;line-height: 42px;background-color: #094594;border-radius: 4px;}
.about_btn a{font-size: 18px;color: #FFFFFF;display: block;}
.about_r{width: 50%;padding-right: 15px;position: relative;}
.about_rimg{width: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 72%;border: 3px solid #FFFFFF;position: relative;z-index: 99999;}
.about_rb{width: 210px;height: 360px;background-color: #094594;position: absolute;right: 0;bottom: 0;}

.news{padding: 45px 10px 10px;display: block;content: "";width: 100%;background-image: url(../img/images/news_bg_33.png);background-size: cover;}
.news .anli_t1{color: #000000;border-color: #094594;}
.news .anli_t1::after{background-color: #094594;}
.news .anli_t2{color: #949494;}
.news_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 35px;}
.news_l{width: 580px;}
.news_img{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 58%;}
.news_lxq{background-color: #094594;padding: 15px 25px 20px 5px;}
.news_lt{font-size: 16px;color: #ebebeb;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news_lp{font-size: 14px;color: #ebebeb;padding-left: 5px;height: 48px;overflow: hidden;}
.news_lp span{float: right;}
.news_r{width: 50%;}
.news_ul{width: 100%;}
.news_ul li{width: 100%;margin-bottom: 45px;border-bottom: 1px solid #CCCCCC;padding-bottom: 5px;}
.news_ul li a{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.news_rl{width: 55px;border-right: 1px solid #CCCCCC;}
.news_rl1{font-size: 30px;font-weight: bold;color: #b3b3b3;}
.news_rl2{font-size: 14px;color: #9e9e9e;line-height: 16px;margin-top: 10px;}
.news_rr{width: calc(100% - 55px);padding-left: 10px;}
.news_rt{font-size: 16px;color: #333333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news_rp{font-size: 14px;color: #999999;height: 48px;overflow: hidden;}
.news_ul li:hover .news_rt{color: #094594;}

.footer{display: block;overflow: hidden;width: 100%;padding: 25px 10px;background-color: #152437;}
.f_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.f_l{width: calc(100% - 475px);display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.f_ll{width: calc(100% - 365px);}
.f1_ul{width: 100%;}
.f1_ul li{font-size: 14px;color: #FFFFFF;padding-left: 20px;background-repeat: no-repeat;background-position: left center;line-height: 18px;margin-bottom: 20px;}
.f_lr{width: 280px;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.f_er{width: 120px;}
.f_erimg img{max-width: 100%;}
.f_erp{text-align: center;font-size: 22px;color: #FFFFFF;margin-top: 5px;}
.f_r{height: 250px;width: 445px;}
.f_r iframe{width: 100%;height: 100%;border: transparent;}

.boot{display: block;overflow: hidden;width: 100%;line-height: 60px;font-size: 13px;color: #ffffff;text-align: center;background-color: #094594;}
.boot a{color: #FFFFFF;}
/* 产品展示 */
.proner{display: block;overflow: hidden;width: 100%;padding: 10px 10px 40px;}
.proner_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_l{width: 320px;}
.proner_ltit{background-image: linear-gradient(#0256c4,#084698);text-align: center;padding: 15px 0;}
.proner_lt1{font-size: 36px;font-weight: bold;color: #FFFFFF;line-height: 36px;}
.proner_lt2{font-size: 18px;color: #FFFFFF;text-transform: uppercase;line-height: 18px;margin-top: 10px;}
.proner_lul{border: 1px solid #CCCCCC;padding: 5px 2px 0;background-color: #eeeeee;}
.proner_lul li{border: 1px solid #CCCCCC;line-height: 30px;background-image: linear-gradient(#e0e0e0,#f4f4f4);margin-bottom: 5px;padding: 0 0 0 10px;}
.proner_lul li a{font-size: 16px;color: #000000;background-image: url(../img/images/tit_l_11.png);background-position: left center;background-repeat: no-repeat;padding-left: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.proner_lul li:hover{background-image: linear-gradient(#0159ce,#074aa2);}
.proner_lul li:hover a{color: #FFFFFF;background-image: url(../img/images/tit_lh_11.png);}
.proner_lp{border: 1px solid #CCCCCC;padding: 25px 10px 128px;font-size: 14px;color: #000000;line-height: 40px;background-color: #eeeeee;}
.proner_r{width: calc(100% - 330px);}
.proner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_ul::after{width: 32.2%;content: "";}
.proner_ul li{width: 32.2%;margin-bottom: 10px;}
.proner_B{overflow: hidden;border: 1px solid #CCCCCC;}
.proner_imgbg{background-position: center;background-repeat: no-repeat;background-size: cover;padding-top: 79%;transition: all 2s;}
.proner_p{line-height: 35px;text-align: center;border: 1px solid #CCCCCC;margin-top: 6px;font-size: 16px;color: #000000;}
.proner_ul li:hover .proner_imgbg{transform: scale(1.2,1.2);}
.proner_ul li:hover .proner_p{background-color: #094594;color: #FFFFFF;border-color: #094594;}

.cpxq_tit{text-align: center;font-size: 16px; font-weight:bold; line-height: 40px; line-height: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #000000;}
.cpxq_img{text-align: center;}
.cpxq_img img{max-width: 100%;}
.cpxq_p{font-size: 14px;line-height: 30px;color: #000000;overflow: auto;}
.cpxq_p img{max-width: 100%;}
.cpxq_p table{width: 100% !important; border:1px solid #666 !important; border-collapse:collapse;}
.cpxq_p table td{width: auto !important; height: auto !important ;border:1px solid #666 !important; border-collapse:collapse; line-height:24px !important;word-break: break-all !important;word-wrap: break-word !important;white-space: pre-wrap !important;}
.cpxq_p table td p{ margin:0px !important; padding:0px !important; font-size:12px !important; line-height:24px !important; word-break: break-all;}
.cpxq_p table td span{ font-size:13px !important; line-height:24px !important; word-break: break-all;}

/* 关于我们 */
.abner_p{font-size: 16px;line-height: 30px;color: #333333;}
/* 新闻介绍 */
.xw_top{display: flex;display: -ms-flexbox;display: -webkit-flex;line-height: 30px;background-color: #eeeeee;}
.xw_l{width: 80px;background-color: #094594;font-size: 16px;color: #FFFFFF;text-align: center;}
.xw_r{width: calc(100% - 80px);}
.xw_ul{display:block; overflow:hidden;margin-top: 20px;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:20px;padding: 20px;background-color: #f4f4f4;border: 1px solid transparent;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden;}
.xw_ul li a .xw_img{width:208px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 208px); float:left;color:#363636;padding: 0 0 0 30px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;color: #262626;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:48px; line-height:24px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:10px;color: #6c6c6c;}
.xw_ul li a .xw_R .xw_btn{width: 85px;height: 24px;text-align: center;line-height: 24px;background-color: #d4d4d4;margin-top: 20px;margin-bottom: 4px;}
.xw_ul li:hover{background-color: #FFFFFF;border-color:#00b7ee;}
.xw_ul li:hover .xw_R .xw_btn{background-color: #00B7EE;color: #FFFFFF;}
.xw_ul li:hover .xw_R .xw_p{color: #00B7EE;}

.xwxq_tit{text-align: center;font-size: 16px; font-weight:bold; line-height: 40px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #262626;}
.xwxq_img{text-align: center;margin-top: 6px;}
.xwxq_img img{max-width: 100%;}
.xwxq_p{font-size: 14px;line-height: 30px;color: #000;}
.xwxq_p img{max-width: 100%;}
.xwxq_p table{max-width: 100%;}
.xwxq_p table td{ border:1px solid #CCCCCC}
/* 联系我们 */
.conner_p{font-size: 14px;line-height: 30px;}
.map{width: 100%;height: 400px;}
.map iframe{width: 100%;height: 100%;border: transparent;margin-top: 10px;}
@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
.logo img{max-width: 420px;}
.logo_p1{width: 290px;}
.search{padding: 10px;}
/*END-头部+导航*/


/*首页内容*/

.about_l{padding-right: 10px;}
.about_rb{bottom: 70px;}

.henfu_t2{font-size: 16px;}
.henfu_r::after{width: 550px;}
.henfu_r::before{width: 485px;}

.ys_tit1::after{width: 25%;}
.ys_tit1::before{width: 25%;}

.news_l{width: 49%;}
.news_r{width: 49%;}

.f_l{width: calc(100% - 310px);}
.f_r{width: 300px;}
}

@media (max-width:991px){
/*头部+导航*/
.icon-menu span{width:100%; height:6px; float:left;  background:#2962FF;}
.logo a{background-image: none;border-right: transparent;width: calc(100% - 30px);}
.topbox{padding:0 10px;}
.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
.logo {width:100%; padding:20px 10px;margin-top: 0;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:0px; top:0; background:#FFFFFF;}
.nav>li{width:100%; border-bottom:1px solid #CCCCCC; margin:0; background:none;border-left: transparent;}
.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:#000;font-size: 14px;}
.nav>li:last-child{border-right: transparent;}
/*END-头部+导航*/

/*首页内容*/
.henfu_m{height: auto;}
.henfu_t1{margin-top: 0;}
.henfu_t2{margin-bottom: 0;margin-top: 10px;}
.henfu_r{margin-top: 10px;border-right: transparent;}
.henfu_r::after{display: none;}
.henfu_r::before{display: none;}

.ys_tit1{font-size: 20px;line-height: 30px;}
.ys_tit1::after{width: 37%;}
.ys_tit1::before{width: 37%;}
.ys_tit1 span{font-size: 24px;}
.ys_l{width: 69%;}
.ys_r{width: 30%;}
.ys_two .ys_l{padding: 0 10px 0 10px;}
.ys_two .ys_lrp{margin-top: 10px;}

.ys_four{margin-top: 10px;}
.ys_four .ys_lrp{margin-left: 0;margin-top: 10px;}

.about_rb{display: none;}

.news_ul li{margin-bottom: 10px;}

.f_l{width: 100%;}
.f_r{width: 100%;}
/* 新闻资讯 */
.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_btn{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-头部+导航*/
.search{padding:10px;}
.search_form {width:100%;margin-top: 0;}
.search_txt {width:100%; float:left; line-height:20px; padding-top:5px; font-size:12px;}
.search_txt a{margin:0 5px;}
/*首页内容*/
.cpzs{padding: 0px 10px 0;}
.cpzs_l{width: 100%;}
.cpzs_ltit{padding: 0px 0;}
.cpzs_lt1{height:50px; line-height:50px; text-align:left; background:url(../img/bibeiimg/sj_jiantou.png) no-repeat right center;background-size:auto,cover; font-size:18px; padding-left:10px;}
.cpzs_lul{display: none;}
.cpzs_r{width: 100%;margin-top: 10px;}
.cpzs_ul li{margin-bottom: 10px;width: 48.5%;}
.cpzs_ul li:nth-child(n+5){display: none;}
.cpzs_p{font-size: 14px;}

.ys{padding: 0px 10px 10px;}
.ys_tit1{font-size: 18px;line-height: 18px;}
.ys_tit1 span{font-size: 18px;}
.ys_tit1::after{display: none;}
.ys_tit1::before{display: none;}
.ys_tit2{font-size: 14px;line-height: 14px;margin-top: 10px;}
.ys_timg{display: none;}
.ys_l{width: 100%;padding: 10px ;}
.ys_ll{width: 40px;height: 52px;line-height: 52px;font-size: 16px;}
.ys_lr1{font-size: 18px;line-height: 30px;}
.ys_lr{width: calc(100% - 50px);}
.ys_lrp{margin-top: 5px;height: auto;line-height: 24px;font-size: 14px;}
.ys_r{width: 100%;}
.ys_one{margin-top: 10px;}

.ys_two{margin-top: 10px;}
.ys_two .ys_l{padding: 0;}
.ys_two .ys_lrp{margin-top: 5px;height: auto;}

.ys_three{margin-top: 10px;}
.ys_three .ys_r{padding: 0;}
.ys_three .ys_lrp{height: auto;}

.ys_four .ys_l{padding: 10px;}
.ys_four .ys_lrp{height: auto;}
.ys_four .ys_r{margin-top: 10px;}

.anli{padding: 10px;}
.anli_m{margin-top: 10px;}
.anli_t1{font-size: 18px;line-height: 18px;padding-bottom: 0;border-bottom: transparent;}
.anli_t2{font-size: 14px;line-height: 14px;margin-top: 5px;}
.anli_t1::after{display: none;}
.anli_m .swiper-slide{margin-bottom: 5px;}
.anli_p{font-size: 14px;}


.about{padding: 10px;}
.about_m{margin-top: 10px;}
.about_l{width: 100%;}
.about_r{width: 100%;padding-right: 0;}
.about_t{font-size: 18px;margin-top: 10px;}
.about_p{font-size: 14px;margin-top: 8px;line-height: 22px;height: auto;}
.about_btn{width: 90px;height: 30px;line-height: 30px;margin-top: 5px;}
.about_btn a{font-size: 14px;}

.news{padding: 10px;}
.news_m{margin-top: 10px;}
.news_l{width: 100%;}
.news_lxq{padding: 10px 5px 5px;}
.news_lt{font-size: 14px;line-height: 14px;}
.news_lp{font-size: 12px;line-height: 20px;margin-top: 5px;height: 40px;}
.news_r{width: 100%;margin-top: 5px;}
.news_rl{text-align: center;}
.news_rt{font-size: 16px;}
.news_rp{font-size: 14px;}

.boot{line-height: 25px;}
/* 产品展示 */
.proner{padding: 0px 10px 40px;min-height: 600px;}
.proner_l{width: 100%;}
.proner_ltit{padding: 0;}
.proner_lt1{height:50px; line-height:50px; text-align:left; background:url(../img/bibeiimg/sj_jiantou.png) no-repeat right center;background-size:auto,cover; font-size:18px; padding-left:10px;}
.proner_lul{display: none;}
.proner_r{width: 100%;margin-top: 10px;}
.proner_ul li{margin-bottom: 10px;width: 48.5%;}
.proner_p{font-size: 14px;}
/* 关于我们 */
.abner_p{font-size: 14px;}
/* 新闻资讯 */
.xw_ul{margin-top: 10px;}
.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: 18px;}
.xw_ul li a .xw_R .xw_txt{margin-top:2px; height:40px; line-height:20px;-webkit-line-clamp:2;}
.xw_ul li a .xw_R .xw_btn{display: none;}
	
.cpxq_p table{width: 800px !important; border:1px solid #666 !important; border-collapse:collapse;}
}
/*手机底部*/
.hot{width:100%;background:#414141; 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;}