/*外部公共样式*/
@import url("bootstrap.min.css");
@import "../swiper/css/swiper.min.css";
@import url("animate.css");
@import "iconfont.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%;line-height:35px; font-size:12px; color:#595959; font-family: "微软雅黑";background-color: #eeeeee;}
.top_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;}
.top_r{display: flex;display: -ms-flexbox;display: -webkit-flex;}
.dianhua{background-image: url(../img/images/dianhua_03.png);background-repeat: no-repeat;background-position: left center;padding-left: 30px;font-size: 12px;color: #595959;padding-right: 20px;}
.dianhua span{font-size: 14px;}
.top-right{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;color: #595959;}

.topbox a{font-size: 12px;color: #595959;padding: 0px 6px 0 6px;width: 100%;}

.header{width:100%; height: 100px;position: relative;line-height: 100px;z-index: 99999999999;}
.h_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;position: relative;z-index: 9999999;}
.logo{width: 340px;padding-top: 16px;}
.logo img{width:100%; width:361px; max-height:64px;}

.nav{width:calc(100% - 360px);position:relative; left:0; top:0; z-index:999999;display: flex;display: -ms-flexbox;display: -webkit-flex;}
.nav>li{position:relative;width: 16%;}
.nav>li>a{width:100%; height: 100px;line-height: 30px;font-size:18px; color:#000; text-align:center;position: relative;padding-top: 20px;}
.nav>li>a span{color: #b0b0b0;font-size: 13px;}
.nav>li:hover>a{background-color: #d0121b;color:#FFFFFF;}
.nav>li>a.on{background-color: #d0121b;color:#FFFFFF;}
.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999;}
.nav_sub>dd{display:block; overflow:hidden;background-color: #CCCCCC;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#000000;}
.nav_sub>dd>a:hover{background-color: #d0121b;color:#FFFFFF;}


/*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-头部+导航+大图*/

/*首页内容*/
.cpzs{display: block;overflow: hidden;width: 100%;padding: 100px 10px;}
.title{background-image: url(../img/images/title_bg_07.png);background-repeat: no-repeat;}
.title_m{width: 430px;margin: 0 auto;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: center;}
.tit_l{font-family: arial;font-size: 54px;font-weight: bold;color: #d0121b;text-transform: uppercase;padding-top: 10px;}
.tit_r{font-size: 30px;color: #d0121b;}
.tit_r span{font-size: 11.3px;color: #d0121b;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;display: block;}
.cpzs_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;position:relative;}
.cpzs_ul li{width: 24%;margin-bottom: 20px;position: relative;overflow: hidden;}
.cpzs_ul a{display:block;width: 100%;}
.cpzs_B{width:100%; overflow:hidden;}
.cpzs_imgbg{background-position: center;background-size: cover;padding-top: 64%;background-repeat: no-repeat;border: 1px solid #CCCCCC;border-bottom: transparent;}
.cpzs_hover{width:100%; float:left; height:0; overflow:hidden; position:absolute; left:0;top:50%; transform:translateY(-50%); background:rgba(229,125,130,0.9);}
.cpzs_p{width:100%; overflow:hidden; padding: 10px 0; text-align:center; position:absolute; left:-100%; top:35%; font-size:15px; color:#fff;} 
.cpzs_ss{width:100%; overflow:hidden; position:absolute; right:-100%; top:55%;}
.cpzs_ss>img{display:block; max-width:100%; height:auto; margin:0 auto;}
.cpzs_txt{padding: 10px 20px;font-size:14.98px; color:#FFFFFF;background-color: #767676;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;}
.cpzs_tl{white-space: nowrap;text-overflow: ellipsis;}
.cpzs_ul li:hover .cpzs_hover{height:100%;}
.cpzs_ul li:hover .cpzs_p{left:0;}
.cpzs_ul li:hover .cpzs_ss{right:0;}
.cpzs_ul li:hover .cpzs_txt{visibility: hidden;}

.about{display: block;width: 100%;overflow: hidden;padding: 60px 10px;background-image: url(../img/images/about_bg_17.png);background-repeat: no-repeat;background-size: cover;}
.about .tit_r{padding-top: 4px;padding-left: 10px;}
.about_m{margin-top: 60px;}
.about_m>a{display: block;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.about_l{width: 510px;height: 100%;}
.about_lim img{width: 100%;}
.about_r{width: 660px;background-image: url(../img/images/about_rbg_03.png);background-position: left top; background-repeat: no-repeat;padding-left: 150px;padding-top: 50px;position: relative;}

.about_rtt{font-size: 22px;font-weight: bold;color: #FFFFFF;}
.about_rpp{padding-top: 30px;font-size: 14px;color: #FFFFFF;line-height: 34px;height: 234px;overflow: hidden;text-overflow: ellipsis;}
.about_rdou{position: absolute;top: 0;right: 0;}

.anli{display: block;overflow: hidden;width: 100%;padding: 80px 10px 60px;}
.anli .tit_r{padding-top: 4px;padding-left: 4px;}
.anli_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 60px;position:relative;}
.anli_ul li{width: 24%;margin-bottom: 20px;position: relative;overflow: hidden;}
.anli_ul a{display:block;width: 100%;}
.anli_B{width:100%; overflow:hidden;}
.anli_imgbg{background-position: center;background-size: cover;padding-top: 78%;background-repeat: no-repeat;border: 1px solid #CCCCCC;border-bottom: transparent;}
.anli_hover{width:100%; float:left; height:0; overflow:hidden; position:absolute; left:0;top:50%; transform:translateY(-50%); background:rgba(229,125,130,0.9);}
.anli_p{width:100%; overflow:hidden; padding: 10px 0; text-align:center; position:absolute; left:-100%; top:35%; font-size:15px; color:#fff;} 
.anli_ss{width:100%; overflow:hidden; position:absolute; right:-100%; top:55%;}
.anli_ss>img{display:block; max-width:100%; height:auto; margin:0 auto;}
.anli_txt{padding: 10px 20px;font-size:14.98px; color:#FFFFFF;background-color: #767676;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;margin-top: -44px;}
.anli_tl{white-space: nowrap;text-overflow: ellipsis;}
.anli_ul li:hover .anli_hover{height:100%;}
.anli_ul li:hover .anli_p{left:0;}
.anli_ul li:hover .anli_ss{right:0;}
.anli_ul li:hover .anli_txt{display: none;}

.news{display: block;overflow: hidden;width: 100%;padding: 60px 10px 80px;background-color: #eeeeee;}
.news .tit_r{padding-top: 4px;padding-left: 10px;}
.news_m{margin-top: 70px;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.news_l{width: 49%;position: relative;z-index: 999;}
.news_limg img{width: 100%;height: 100%;}
.news_time{font-size: 16px;font-family: arial;color: #FFFFFF;padding: 15px 15px 6px 15px;background-color: #d0121b;width: 95px;position: absolute;top: 0;left: 0;z-index: 9999999;}
.news_time span{font-size: 47.57px;font-family: arial;}
.new_lt{font-size: 16px;color: #1d1d1d;padding: 5px 0;font-weight: bold;}
.news_lp{font-size: 12px;color: #000000;overflow: hidden;text-overflow: ellipsis;height: 72px;}
.news_lp span{color: #e60012;}

.news_r{width: 49%;}
.news_rul li{width: 100%;background-color: #FFFFFF;margin-bottom: 20px;}
.news_rul a{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;}
.news_rl{font-size: 16px;font-family: arial;color: #767676;padding: 15px 10px 6px 10px;width: 83px;z-index: 9999999;border: 1px solid #CCCCCC;height: 85px;}
.news_rl span{font-size: 47.57px;font-family: arial;}
.news_rr{width: calc(100% - 100px);}
.news_rrt{font-size: 16px;color: #1d1d1d;padding-top: 5px;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_rrp{font-size: 12px;color: #767676;padding-top: 10px;height: 56px;overflow: hidden;text-overflow: ellipsis;}
.news_rul li:hover .news_rrt{color: #e60012;}

.contact{display: block;overflow: hidden;width: 100%;padding: 80px 10px;}
.contact .tit_r{padding-top: 4px;padding-left: 10px;}
.contact_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 60px;}
.contact_l{width: 50%;}
.contact_lt{background-image: url(../img/images/contact1_14.png);background-repeat: no-repeat;background-position: left center;font-size: 18px;color: #1b0f10;padding: 4px 20px;}
.contact_ul{margin-top: 30px;}
.contact_ul li{padding: 10px 0 10px 40px;background-position: left center;background-repeat: no-repeat;font-size: 14px;}
.coner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;margin-top: 20px;}
.coner_l{width: 125px;}
.coner_l img{width: 100%;}
.coner_r{width: calc(100% - 125px);padding: 16px 0 0 20px;}
.coner_t{font-size: 18px;font-weight: bold;}
.conner_tp{font-size: 14px;color: #d0121b;}
.contact_r{width: 50%;height: 320px;}
.contact_r iframe{width: 100%;height: 100%;}

.footer{display: block;overflow: hidden;width: 100%;background-color: #000;}
.f_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.f1{width: 446px;border-right: 1px solid #CCCCCC;padding: 120px 0 80px;}
.f_img{font-size: 13px;font-family: Arial, Helvetica, sans-serif;color: #FFFFFF;font-family: "微软雅黑";}
.f_img span{font-size: 24px;font-weight: bold;color: #FFFFFF;}
.f_p{color: #FFFFFF;background-image: url(../img/images/time_03.png);background-repeat: no-repeat;background-position: left center;padding-left: 30px;margin-top: 40px;}
.f2{width: 450px;border-right: 1px solid #CCCCCC;padding: 0 78px;}
.f_tp{font-size: 18px;color: #FFFFFF;padding-top: 40px;}
.foot_u{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 30px 0;}
.foot_u li{width: 40%;padding: 10px 0;}
.foot_u a::after{display: block;content: ">";font-size: 14px;position: absolute;left: 0;top: 0;}
.foot_u a{display: block;width: 100%;padding-left: 30px;color: #FFFFFF;position: relative;}
.foot_u li:hover a{color: #d0121b;}
.foot_u li:hover a::after{color: #d0121b;}
.f3{width: 300px;padding-left: 30px;}
.form{width: 100%;margin-top: 20px;}
.message_B{ margin:4px 0;width: 100%;display: flex;justify-content: space-between;display: -ms-flexbox;display: -webkit-flex;}
.message_inp1{width: 100%;height:34px; line-height:34px; border:1px solid #858585; padding:0 20px; font-size:16px; color:#141414;background-color: transparent;border-radius: 6px;}
.message_inp2{width: 100%;height:90px; line-height:26px; border:1px solid #858585; padding:10px 20px; font-size:16px; color:#141414; outline:none;background-color: transparent;border-radius: 6px;}
.message_btn{background:#d0121b;line-height: 34px;height: 34px;font-size: 14px;color: #FFFFFF;width: 100%;border-radius: 6px;}
.boot{border-top: 1px solid #CCCCCC;}
.bootom{text-align: left;color: #FFFFFF;padding: 20px 0;position: relative;font-size: 12px;color: #8d8d8d;}
.boo_fup{position: absolute;right: 0;top: 13%;}
/* 产品展示 */
.search{width:100%; overflow:hidden; background:#fff; border-bottom:1px solid #dfdfdf; padding:14px 0;}
.search_form{width:470px; float:left; border:1px solid #c5c5c5;}
.search_inp1{width:calc(100% - 100px); float:left; height:44px; line-height:44px; font-family:SimSun; font-size:12px; color:#000; padding:0 8px;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#5b5b5b;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color:#5b5b5b;} 
.search_btn{width:100px; float:left; height:44px;background-color: #d0121b;color: #FFFFFF;}
.search_txt{display:block; overflow:hidden; font-size:15px; color:#767676; line-height:44px;}
.search_txt>span{float:left;font-size: 15px;color: #252525;font-weight: bold;}
.search_txt>a{color:#767676; margin:0 10px;font-size: 15px;}
.search_txt>a:hover{color:#d0121b; text-decoration:underline!important;}

.proner{display: block;overflow: hidden;margin-top: 30px;width: 100%;padding: 0 10px 100px;}
.proner_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_l{width: 25%;}
.proner_top{background-image: url(../img/images/left_bg_03.png);background-repeat: no-repeat;background-size: cover;padding-bottom: 40px;}
.proner_tit{text-align: center;font-size: 28px;font-weight: bold;color: #FFFFFF;padding: 50px 0 20px;}
.proner_tp{text-align: center;font-size: 14px;color: #FFFFFF;}
.kang{width: 140px;height: 2px;background-color: #FFFFFF;margin: 0 auto;margin-top: 20px;margin-bottom: 20px;}
.proner_p{text-align: center;font-size: 24px;color: #FFFFFF;font-weight: bold;text-transform: uppercase;line-height: 26px;}
.proner_r{width: 73%;}
.left_drul{width: 100%;}
.left_drul li{width: 100%;border: 1px solid #CCCCCC;border-top: transparent;}
.left_drul li:hover a{color: #d0121b;}
.left_drul li a.on{color: #d0121b;}
.left_drul a{display: block;background-image: linear-gradient(#fcfcfc,#f0f0f0);padding: 10px 0 10px 50px;font-size: 16px;color: #292929;}
.lian{width: 100%;background-image: linear-gradient(#fcfcfc,#f0f0f0);text-align: center;border: 1px solid #CCCCCC;border-top: transparent;padding: 30px 0 20px;}
.lian_t{font-size: 16px;color: #464646;}
.lian_ph{font-size: 29.25px;font-weight: bold;color: #d0121b;font-family: Arial, Helvetica, sans-serif;padding: 20px 0 30px;}
.lian_btn a{width: 130px;height: 30px;margin: 0 auto;display: block;color: #FFFFFF;background-color: #464646;line-height: 30px;}
.lian_btn a:hover{background-color: #d0121b;}
.pro_rtit{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;height: 40px;line-height: 40px;border: 1px solid #E4E4E4;position: relative;background-image: linear-gradient(#fbfbfb,#efefef);padding: 0 10px;}
.pro_rl{font-size: 12px;color: #343434;text-transform: uppercase;}
.pro_rl span{font-size: 12px;font-weight: bold;color: #343434;margin-right: 4px;}
.pro_rr a{font-size: 12px;color: #212121;text-transform: uppercase;}

.proner_rul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.proner_rul::after{content: "";width: 32%;}
.proner_rul li{width: 32%;margin-bottom: 15px;position: relative;overflow: hidden;}
.proner_rul a{display: block;}
.proner_rul li:hover .cpzs_hover{height:100%;}
.proner_rul li:hover .cpzs_p{left:0;}
.proner_rul li:hover .cpzs_ss{right:0;}
.proner_rul li:hover .cpzs_txt{visibility: hidden;}
/*新闻中心*/
.xw_ul{display:block; overflow:hidden;margin-top: 30px;}
.xw_ul li{display:block; overflow:hidden; padding-bottom:20px;margin-bottom:20px; border-bottom:1px dotted #a5a5a5;}
.xw_ul li a{width:100%; float:left; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.xw_ul li a .xw_B{width:210px; float:left; display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden;}
.xw_ul li a .xw_B .xw_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 210px); float:left; padding:5px 0 5px 25px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:28px; font-size:16px; color:#2b2b2b; font-weight:bold;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:44px; line-height:22px; font-size:12px; color:#878787; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.xw_ul li a .xw_R .xw_more{width:80px; float:right; height:28px; line-height:28px; text-align:center; background:#434343; border-radius:5px; font-size:12px; color:#fff; margin-top:5px;}
.xw_ul li a .xw_tim{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.xw_ul li a .xw_shi{font-size: 14px;color: #9a9a9a;padding-top: 10px;}
.xw_ul li a:hover .xw_B .xw_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.xw_ul li a:hover .xw_R .xw_p{color:#d0121b;}
.xw_ul li a:hover .xw_R .xw_more{background:#d0121b;}
/* 关于我们 */
.abner{margin-top: 20px;font-size: 14px;color: #232323;line-height: 30px;}
/* 生产设备 */
.anliner_rul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.anliner_rul::after{width: 32%;content: "";}
.anliner_rul li{width: 32%;margin-bottom: 15px;position: relative;overflow: hidden;}
.anliner_rul a{display: block;}
.anliner_rul li:hover .anli_hover{height:100%;}
.anliner_rul li:hover .anli_p{left:0;}
.anliner_rul li:hover .anli_ss{right:0;}
.anliner_rul li:hover .anli_txt{display: none;}
/* 联系我们 */
.conner_m{margin-top: 20px;}
.map{width: 100%;height: 300px;margin-top: 20px;}
.map iframe{width: 100%;height: 100%;}
/* 资料下载 */
.down_ul{width: 100%;margin-top: 20px;}
.down_ul li{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 20px 0;border-bottom: 1px dashed #CCCCCC;}
.down_l{width: calc(100% - 90px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;color: #2b2b2b;height: 30px;line-height: 30px;}
.down_r{width: 80px;height: 30px;text-align: center;line-height: 30px;background-color: #464646;border-radius: 4px;}
.down_r a{color: #FFFFFF;font-size: 12px;}
.down_ul li:hover .down_r{background-color: #D0121B;}
/* 新闻详情 */
.xwxq{margin-top: 20px;}
.xwxq_tit{font-size: 18px;color: #333;text-align: center;}
.xwxq_tp{text-align: center;color: #666;padding-bottom: 10px;border-bottom: 1px solid #CCCCCC;}
.xwxq_p{line-height: 30px;font-size: 14px;text-indent: 2em;margin-top: 20px;}
/* 产品详情 */
.cpxq{margin-top: 30px;}
.cpxq_tit{font-size: 18px;color: #333;text-align: center;}
.cpxq_tp{text-align: center;color: #666;padding-bottom: 10px;}
.cpxq_img{margin-top: 20px;text-align: center;}
.cpxq_p{line-height: 30px;font-size: 14px;margin-top: 10px;overflow: hidden;}
.cpxq_p p{overflow: hidden;}
/* .cpxq_p p img{transition: all 2s;width: 90%;}
.cpxq_p p img:hover{transform: scale(1.1,1.1);}  */

.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:0px 1%;}

.nav>li>a{padding: 20px 0 0;}
/*END-头部+导航*/


/*首页内容*/
.title{background-size: contain;}

.f1{width: 390px;}
.f2{width: 330px;padding: 0 30px;}
.about_l{width: 40%;}
.about_r{height: 410px;width: 58%;}

/* 产品展示 */
.search_form{width: 400px;}
}

@media (max-width:991px){
/*头部+导航*/
.icon-menu span{width:100%; height:6px; float:left;  background:#d0121b;}
.logo img{border-right: transparent;}
.topbox{padding:0 10px;}
.header{padding:0; background:#fff; z-index:999999;position: relative;left: 0;top: 0;}
.logo {width:100%; padding:20px 10px;position: relative;}
.nav{display:none; width:140px;position:absolute; left: 81%; top:100px; background:#FFFFFF;}
.nav>li{width:100%; border-bottom:1px solid #CCCCCC; margin:0; background:none;border-left: transparent;height: 40px;overflow: hidden;}
.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; color:#000;height: 40px;line-height: 40px;padding-top: 0;}
/*END-头部+导航*/

/*首页内容*/
.title{background-image: none;}


/* 产品展示 */
.lian_ph {font-size: 23px;}
}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
.header{height: auto;}
.nav{left: 0;top: 70px;width: 100%;}
/*END-头部+导航*/

/*首页内容*/
.cpzs{padding: 20px 10px;}
.tit_r{width: 100%;text-align: center;}
.title_m{width: 100%;}
.cpzs_ul li{width: 48%;}


.about{padding: 30px 10px;}
.about_m{margin-top: 30px;}
.about_l{width: 100%;}
.about_r{width: 100%;background-image: none;padding-left: 0;}
.ab_btn{width: 120px;height: 40px;line-height: 40px;text-align: center;background-color: #d0121b;margin-top: 10px;color: #FFFFFF;}

.anli{padding: 30px 10px;}
.anli_ul{margin-top: 30px;}
.anli_ul li{width: 48%;}

.news{padding: 30px 10px;}
.news_m{margin-top: 30px;}
.news_l{width: 100%;}
.news_r{width: 100%;margin-top: 20px;}

.contact{padding: 30px 10px;}
.contact_l{width: 100%;}
.contact_r{width: 100%;}

.f1{width: 100%;padding: 30px 0px 0;}
.f2{width: 100%;border-right: transparent;}
.f3{width: 100%;padding: 0 30px;margin-bottom: 30px;}
/* 产品展示 */
.search{padding:10px;}
.search_form {width:100%;}
.search_txt {width:100%; float:left; line-height:20px; padding-top:5px; font-size:12px;}
.search_txt a{margin:0 5px;}

.proner_top{padding-bottom: 0;}
.proner_p{height:50px; line-height:50px; text-align:left; background:url(../img/bibeiimg/sj_jiantou.png) no-repeat right center,url(../img/images/left_bg_03.png) no-repeat center center; background-size:auto,cover; font-size:20px; padding-left:20px;}
.proner_l{width: 100%;}
.proner_r{width: 100%;margin-top: 20px;}
.proner_rul li{width: 48%;}

.left_drul{display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;border: 1px solid #CCCCCC;padding: 10px 5px;}
.left_drul li{width: auto;border: 1px solid #CCCCCC;margin-left: 10px;margin-bottom: 10px;border-radius: 10px;}
.left_drul li a{padding: 5px 10px;border-radius: 10px;}

/*新闻中心*/
.xw_ul li{padding-bottom:10px;margin-bottom:10px;}
.xw_ul li a .xw_B{width:110px;}
.xw_ul li a .xw_R{width:calc(100% - 110px); padding:5px 0 5px 10px;}
.xw_ul li a .xw_R .xw_txt{height:40px; line-height:20px; margin-top:5px;}
.xw_ul li a .xw_R .xw_more{width:70px; height:24px; line-height:24px;}
/* 生产设备 */

.anliner_rul li{width: 48%;}
/* 产品详情 */
.cpxq_img img{width: 100%;}
.cpxq_p img{max-width: 100%;}
}
/*手机底部*/
.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:#192847;}
.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:#389e2e; 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 #389e2e;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/
.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 200;
        font-size:14px;
    font-family:'微软雅黑';
}	
.dock.close {
    z-index: 50;
}

.dock ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding: 0px;
    width: 50px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
    right: -70px;
}

.dock ul.icons li i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/icons.png) no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 210;
}

.dock ul.icons li.active i {
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.dock ul.icons li.up i {
    background-position: -63px -150px;
}

.dock ul.icons li.tel i {
    background-position: -62px -108px;
}

.dock ul.icons li.im i {
    background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
    background-position: -59px -66px;
}

.dock ul.icons li.down i {
    background-position: -63px -190px;
}

.dock ul.icons li p {
    display: block;
    position: absolute;
    top: 50px;
    right: -260px;
    padding: 15px 20px;
    height: 120px;
    color: White;
    line-height: 30px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
}

.dock ul.icons li.active p {
    right: 50px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 160px;
    height:200px;
    line-height:30px
}

.dock ul.icons li.im p {
    width: 140px;
    height:200px;
    line-height:30px
}

.dock ul.icons li.im p a {
    display: block;
    margin-top: 12px;
    width: 100px;
    height: 35px;
    line-height: 32px;
    color: #00dfb9;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00dfb9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
    color: White;
    background: #0f8773;
    border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
    width: 170px;
    height:240px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
    
    border: 2px solid #000;
}

.dock a.switch {
    position: absolute;
    display: block;
    top: 252px;
    right: 11px;
    width: 26px;
    height: 26px;
    background: url(../images/icons.png) no-repeat 0px -640px;
    cursor: pointer;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.dock a.switch.off {
    background-position: -32px -640px;
}