/*-----------------[初始化]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; height:0px; width:0px; overflow:hidden;}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/ 
*html .clearfix {height: 1%;}
.clearfix {display: block;}
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
a:hover {color: #ff4b59;}
/*布局*/
.wp {margin: 0 auto;width: 1320px;z-index:1;position:relative;}
.positionimg img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.positionimg img.img_way{object-fit:contain;}
/*******************************
    -------[=头部]-------
********************************/
body{
    padding-top: 180px;
}
.header{
    position: fixed;
    z-index: 99;
    background: #fff;
    top: 0;
    width: 100%;
    left: 0;
}
.header .top{
    overflow: hidden;
}
.logo{
    overflow: hidden;
    line-height: 120px;
    float: left;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}
.t_erweima{width:100px;height:100px;float:right;margin-top:10px;margin-right:10px;}
.t_erweima img{display:block;width:100%;height:100%;}
.tel1{
    float: right;
}
.tel1 .icon{
    float: left;
    line-height: 120px;
    overflow: hidden;
    margin-right: 16px;
}
.tel1 .icon img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.tel1 .txt{
    overflow: hidden;
    padding-top: 30px;
    font-size: 16px;
    color:#DB2416;
}
.tel1 .txt .phone{
    font-weight: bold;
    font-size: 38px;
    color:#333;
    line-height: 1.2;
}
.nav{
    background: #DB2416;
}
.nav::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav li{
    float: left;
    width: 12.5%;
    line-height: 60px;
    text-align: center;
    position: relative;
}
.nav li:last-child{
    border-right: none;
}
.nav .v1{
    display: block;
    font-size: 16px;
    color:#fff;
}
/*.nav li.on,.nav li:hover{
    background-color: #53BFFF;
    border-right-color: #53BFFF;
}*/
.nav .sub{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #DB2416;
}
.nav .sub a{
    display: block;
    text-align: center;
    color:#fff;
    font-size: 14px;
    line-height: 35px;
}
.nav .sub a:hover{
    opacity: .5;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #DB2416;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
/*******************************
    -------[=底部]-------
********************************/

/*******************************
    -------[=公用]-------
********************************/
.banner img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:35px;
  }

.banner .swiper-pagination-bullet{width:6px;height:6px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#DB2416;width: 60px;border-radius:3px;}
.banner .swiper-button-next{
    position: absolute;
    right:calc(50% - 690px);
    background: url(../images/next.png) no-repeat;
    width: 29px;
    height: 53px;
}
.banner .swiper-button-prev{
    left:calc(50% - 690px);
     background: url(../images/prev.png) no-repeat;
    width: 29px;
    height: 53px;
}



.g-tit{
    text-align: center;
    overflow: hidden;
}
.g-tit .en{
    color:rgba(13,13,13,.1);
    font-size: 58px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: -41px;
    text-transform: uppercase;
}
.g-tit .cn{
    font-size: 44px;
    color:#DB2416;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.g-tit .cn::after{
    content:'';
    display: block;
    position: absolute;
    left: -100px;
    top: 50% ;
    width: 80px;
    height: 2px;
    background: #DB2416;
}
.g-tit .cn::before{
    content:'';
    display: block;
    position: absolute;
    right: -100px;
    top: 50% ;
    width: 80px;
    height: 2px;
    background: #DB2416;
}
.g-tit .desc{
    font-size: 16px;
    color:#999999;
    padding-top: 10px;
}





.row-1{
    overflow: hidden;
    padding: 38px 0;
}
.row-1 .g-tit{
    margin-bottom: 45px;
}
.m-box1{
    overflow: hidden;
}
.m-box1 .l{
    width: 280px;
    background-color: #f0f0f0;
    margin-right: 16px;
}
.m-box1 .r{
    float: none;
    overflow: hidden;
}
.g-tit2{
    overflow: hidden;
    background: url(../images/bg1.webp) no-repeat;
    text-align: center;
    font-size: 10px;
    color:#fff;
    padding: 18px 0 ;
    background-size: cover;
}
.g-tit2 .tit{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
}
.m-box1 .l .more{
    overflow: hidden;
    padding: 32px 0;
    background: url(../images/bg1.webp) no-repeat;
}
.m-box1 .l .more a{
    width:150px;
    height:30px;
    display: block;
    background:#fff;
    color:#DB2416;
    text-align: center;
    margin:0 auto;
    line-height: 30px;
    border-radius:15px;
}

.ul-list1{
    padding: 20px 20px 11px;
}
.ul-list1 li{
    margin-bottom: 15px;
}
.ul-list1 a{
    display: block;
    border-radius: 20px;
    font-size: 16px;
    color:#fff;
    line-height: 40px;
    padding-left: 33px;
    background:#21211F;
    transition:all .3s;
}
.ul-list1 li.on a,
.ul-list1 li:hover a{
    border-color: #2D8DC6;
}

.ul-prod .pic{
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 75%;
    background-color: #22211F;
}
.ul-prod .con img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
   object-fit: contain;
}
.ul-prod .tit{
    text-align: center;
    font-size: 16px;
    color:#333333;
    height:48px;
    line-height:48px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*flex*/
.display_flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.flex_direction_right{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.flex_column{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}
.flex_direction_bottom{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
}
.flex_1{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.justify_content_center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.justify_content_between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.align_items_center{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.align_items_bottom{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
}
.align_items_stretch{
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
}
.flex_wrap{
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.bt_yzsfw{padding:40px 0 70px;position:relative;overflow:hidden;background:url(../images/fwbg.webp) no-repeat center center;background-size:cover;}
.bt_yzsfw .bty_ul{margin-top:25px;overflow:hidden;background:url(../images/fw_img.webp) no-repeat 194px bottom;padding-bottom:50px;background-size:800px auto;}
.bt_yzsfw .bty_ul .bty_l{width:300px;position:relative;float:left;}
.bt_yzsfw .bty_ul .bty_l.bty_r{float:right;}
.bt_yzsfw .bty_ul .bty_li{width:100%;margin-top:20px;}
.bt_yzsfw .bty_ul .bty_li .bty_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;}
.bt_yzsfw .bty_ul .bty_li .bty_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.bt_yzsfw .bty_ul .bty_li .bty_tit{text-align:left;color:#333;z-index:11;font-size:18px;padding-left:20px;height:50px;line-height:50px;background:#FFF;text-align:center;}

/***小banner***/
.row-3{
    overflow: hidden;
    background: url(../images/bg3.webp) no-repeat;
    background-size: cover;
    padding: 21px 0;
}
.row-3 .txt{
    float: left;
    width: 52%;
    color:#fff;
}
.row-3 .txt .tit{
    font-size: 24px;
    margin-bottom: 20px;
}
.row-3 .txt .fw{
    font-weight: bold;
    font-size: 28px;
} 
.row-3 .txt .fb{
    font-weight: bold;
    font-size: 38px;
} 
.row-3 .txt .tel{
    border-top: 2px solid #fff;
    font-size: 36px;
    font-weight: bold;
}
.row-3 .txt .tel span{
    font-size: 18px;
    font-weight: normal;
}
.row-3 .pic{
    float: right;
    padding-top: 20px;
    width: 38%;
}

/******/
.row-4{
    padding: 35px 0 50px;
    background-color: #F7F7F7;
    overflow: hidden;
}
.row-4 .g-tit{
    margin-bottom: 45px;
}
.row-4 .al_ul{
	position:relative;
}
.row-4 .al_ul .al_li{
	overflow: hidden;
}
.row-4 .al_ul .al_li .pic{
    border:1px solid #E6E6E6;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 75%;
}
.row-4 .al_ul .al_li .pic img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.row-4 .al_ul .al_li .tit{
    text-align: center;
    font-size: 14px;
    color:#333333;
    padding: 15px 0 20px;
    background: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.row-4 .al_ul .swiper-button-next,.row-4 .al_ul .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: url(../images/prev2.webp) no-repeat center center #FFF;
	background-size: auto 24px;
	margin-top:-25px;
	outline: none;
	border-radius: 50%;
}
.row-4 .al_ul .swiper-button-prev{
	left: -80px;
}
.row-4 .al_ul .swiper-button-next{
	right: -80px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.row-4 .al_ul .swiper-button-next.swiper-button-disabled,.row-4 .al_ul .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.row-4 .al_btn{display:block;margin:25px auto 0;height:50px;line-height:50px;border:1px solid #CCC;font-size:16px;color:#000;width:160px;text-align:center;}
.row-4 .al_btn:hover{background:#DB2416;border-color:#DB2416;color:#FFF;}



.ul-advantages .swiper-wrapper{
    margin-bottom: 50px;
}
.ul-advantages .nub{
    width:50px;
    height:50px;
    border-radius:50%;
    overflow: hidden;
    text-align: center;
    font-size: 21px;
    color:#fff;
    background: url(../images/ico20.png) no-repeat;
    line-height: 50px;
    margin:0 auto;
    position: relative;
    z-index: 2;
}
.ul-advantages .con{
    margin-top: -25px;
    padding: 100px 24px;
    background-color: #fff;
    border-bottom: 6px solid #DB2416;
}
.ul-advantages  .icon{
    margin:0 auto 12px;
    width: 86px;
    height: 86px;
}
.ul-advantages .tit{
    text-align: center;
    font-size: 14px;
    color:#999999;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.ul-advantages .tit .cn{
    font-size: 24px;
    color:#333333;
    font-weight: bold;
}
.ul-advantages .desc{
    font-size: 14px;
    color:#333333;
    text-align: center;
    line-height: 1.29;
}
.bgf{
    background-color: #fff;
    padding-top: 25px;
}
.bgf .g-tit .cn{
    font-size: 28px;
}

.slick1 .slick-prev{
    position: absolute;
    top: 50%;
    left: -80px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:#fff url(../images/prev2.png) no-repeat center center;
    background-size: cover;
    font-size: 0;
    border: none;
    z-index: 9;
    cursor: pointer;
    -webkit-background-size: 18px 34px;
    background-size: 18px 34px;
    transform: translateY(-50%);
}
.slick1 .slick-next{
    position: absolute;
    top: 50%;
    right: -80px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:#fff url(../images/next2.png) no-repeat center center;
    background-size: cover;
    font-size: 0;
    border: none;
    z-index: 9;
    cursor: pointer;
    -webkit-background-size: 18px 34px;
    background-size: 18px 34px;
    transform: translateY(-50%);
}
.slick1{
    padding: 0 20px;
}
.slick1 .pic{
    border:1px solid #E6E6E6;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 75%;
}
.slick1 .item a{
    display: block;
    margin:0 20px;
}
.slick1 .pic img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.slick1 .tit{
    text-align: center;
    font-size: 14px;
    color:#333333;
    padding: 15px 0 30px;
}

/***走进猴车配件生产厂家***/

.row-5{
    overflow: hidden;
    padding:106px 0 ;
    background: url(../images/pic3.webp) no-repeat;
    background-size:cover;
    position: relative;
}
.row-5:before{content:'';width:100%;height:100%;background:rgba(0,0,0,.7);position:absolute;left:0;top:0;}

.row-5 .g-tit .cn{
    color:#fff;
}
.row-5 .g-tit .cn::before,
.row-5 .g-tit .cn::after{
    background-color: #fff;
}
.row-5 .g-tit .en{
    color:rgba(255,255,255,.15);
}
.row-5 .info{
    font-size: 14px;
    color:#FFFFFF;
    line-height: 2;
    padding-top: 100px;
    margin:0 auto;
    margin-bottom: 103px;
}
.row-5 .link{
    text-align: center;
    overflow: hidden;
    margin-bottom: 90px;
}
.row-5 .link a{
    display: inline-block;
    width:160px;
    height:40px;
    border:1px solid #DB2416;
    text-align: center;
    line-height: 38px;
    color:#fff;
    font-size: 14px;
    margin:0 16px;
}
.row-5 .link a:first-child{
    background-color: #DB2416;
}
.ul-list3{
    overflow: hidden;
    text-align: center;
}
.ul-list3 li{
    display: inline-block;
    margin:0 5%;
}
.ul-list3 li .tit{
    font-size: 20px;
    color:#FFFFFF;
    padding-top: 15px;   
}


/****news***/
.row-7{
    padding:35px 0 50px;
}
.row-7 .g-tit{
	margin-bottom:40px;
}
.row-7 .news_span{text-align:center;font-size:0;-webkit-text-size-adjust:none;margin:20px 0;}
.row-7 .news_span span{display:inline-block;height:40px;line-height:40px;padding:0 20px;font-size:18px;color:#222;background:#F7F7F7;border:1px solid #F1F1F1;margin-left:10px;cursor:pointer;}
.row-7 .news_span span:first-child{margin-left:0;}
.row-7 .news_span span.on{background:#DB2416;border:1px solid #DB2416;color:#FFF;}
.row-7 .box{
    overflow: hidden;
}
.row-7 .box .l{
     margin-right: 60px;
     width:630px;
}
.row-7 .box .pic{
    overflow: hidden;
    margin-bottom: 20px;
    height: 304px;
}
.row-7 .box .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-7 .box .l .tit{
    font-size: 18px;
    color:#333333;
    margin-bottom: 5px;
}
.row-7 .box .l .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.ul-news{
    overflow: hidden;
}
.ul-news li{
    margin-bottom: 17px;
    border-bottom: 1px solid #E3E3E3;
}
.ul-news .con{
    display: block;
    margin: 0 15px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ul-news li:last-child{
    border-bottom: none;
}
.ul-news .time{
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color:#656565;
    text-align: center;
}
.ul-news .time .day{
    width:64px;
    height:58px;
    text-align: center;
    line-height: 58px;
    color:#fff;
    font-size: 38px;
    margin-bottom: 1px;
    background-color: #DB2416;
}
.ul-news .txt{
    overflow: hidden;
}
.ul-news .txt .tit{
    font-size: 18px;
    color:#323232;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-news li:hover .tit{
    color:#DB2416;
}
.ul-news .txt .desc{
    font-size: 14px;
    color:#666;
    line-height: 1.8;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.ul-news .slick-slide>div:last-child .con{
    border-bottom: none;
}

/**links**/
.links{
    overflow: hidden;
    padding: 10px 0;
    background-color: #DB2416;
}
.links .icon{
   float: left;
   width: 40px;
   height: 40px;
}
.links .icon img{
    display: inline-block;
    vertical-align: middle;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    font-size: 14px;
    color:#FFFFFF;
    line-height: 40px;
    display: inline-block;
    position: relative;
    padding: 0 32px;
}

/**footer***/
.footer{
    background:#333;
    overflow: hidden;
    padding: 45px 0;
    background-size: cover;
}
.fd-form{
    float: right;
    width: 470px;
    margin-left: 120px;
}
.fd-form .txt{
    font-size: 14px;
    color:#fff;
    margin-bottom: 20px;
}
.fd-form .txt .tit{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 6px;
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
     height: 40px;
    background-color: #fff;
    padding: 0 14.02px;
    font-size: 14.02px;
}
.fd-form .item .inp::placeholder{
    color:#7b7b7b;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #fff;
    height: 100px;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
    padding: 14.02px;
}
.fd-form .foot_btn{
    display: block;
    height: 40px;
    line-height:40px;
    cursor:pointer;
    text-align: center;
    width: 100%;
    color: #fff!important;
    overflow: hidden;
    background-color: #DB2416;
    background-image: url(../images/ico21.webp);
    background-position: 40%;
    background-repeat: no-repeat;
}
.g-add .item a,.g-add .item {

    color:#fff;
    font-size: 14px;
}
.g-add{
    overflow: hidden;
    padding-right: 100px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.g-add .item{
    overflow: hidden;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.g-add .icon{
    width:50px;
    height:50px;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 26px;
    background-color: #DB2416;
}
.g-add .icon img{
    display: inline-block;
    vertical-align: middle;
}
.g-add .box{
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.g-add .box .item{
   float: left;
   margin-right: 42px;
   border-bottom: none;
}
.g-add .desc{
    overflow: hidden;
    color:#fff;
    font-size: 14px;
}
.g-add .desc .en{
    font-weight: bold;
    text-transform: uppercase;
}
.g-add .name{
    overflow: hidden;
    color:#fff;
    font-weight: bold;
    line-height: 50px;
    font-size: 32px;
}
.phone-chanpin{margin-bottom: 30px;display: none;}
.phone-chanpin::after{  content: '';
display: block;
clear:both;
visibility: hidden;
width: 100%;
height: 0;}
.phone-chanpin .tit{width: 100px;float: left;background-color: #DB2416;height: 44px;line-height: 44px;text-align: center;font-size: 14px;color:#fff;}
.phone-chanpin .more{float: left;width: calc(100% - 100px); background-color: #eee;position: relative;height: 44px;}
.phone-chanpin .name{text-align: center;font-size: 14px;color:#333;line-height: 44px;}
.phone-chanpin .sub{position: absolute;top: 100%;left: 0;width: 100%;background-color: #DB2416;z-index: 99;display: none;padding: 10px 0;}
.phone-chanpin .sub a{display: block;line-height: 24px;font-size: 12px;padding-left: 15px;color:#fff;}
/*手机浮动*/
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;line-height:53px;display:block;float:left;position:relative;}
#floatBottom a.kf1{background:url(../images/kf1.png) no-repeat center center;}
#floatBottom a.kf2{background:url(../images/kf2.png) no-repeat center center;}
#floatBottom a.kf3{background:url(../images/kf3.png) no-repeat center center;}
#floatBottom a.kf4{background:url(../images/kf4.png) no-repeat center center;}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

@media only screen and (max-width: 1510px) {
	.row-4 .al_ul .swiper-button-prev{left:-30px;}
	.row-4 .al_ul .swiper-button-next{right:-30px;}
}

@media only screen and (max-width: 1400px) {
	body{padding-top:152px;}
    .wp{width:1100px;}
    .logo{line-height:100px;}
    .logo img{height:50px;}
    .tel1 .icon{line-height:100px;}
    .tel1 .icon img{height:50px;}
    .tel1 .txt{font-size:15px;padding-top:20px;}
    .tel1 .txt .phone{font-size:32px;}
    .t_erweima{width:90px;height:90px;margin-top:5px;margin-right:8px;}
    .nav li{line-height:52px;}
    .nav .v1{font-size:15px;}
    .banner .swiper-button-prev{left:calc(50% - 550px);width:25px;height:46px;background-size:100% 100%;}
    .banner .swiper-button-next{right:calc(50% - 550px);width:25px;height:46px;background-size:100% 100%;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:25px;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:50px;}
    .g-tit .cn{font-size: 32px;}
    .g-tit .en{font-size: 40px;margin-bottom: -20px;}
    .g-tit .desc{font-size:15px;padding-top:8px;}
	.row-1{padding:30px 0;}
	.row-1 .g-tit{margin-bottom:30px;}
	.m-box1 .l{width:240px;}
	.g-tit2{padding:14px 0;}
	.g-tit2 .tit{font-size:30px;}
	.ul-list1{padding:15px 15px 7px;}
	.ul-list1 li{margin-bottom:12px;}
	.ul-list1 a{font-size:15px;line-height:36px;}
	.m-box1 .l .more{padding:24px 0;}
	
    .bt_yzsfw{padding:30px 0 0;}
    .bt_yzsfw .bty_ul{margin-top:20px;background-position:190px bottom;background-size:620px auto;padding-bottom:40px;}
    .bt_yzsfw .bty_ul .bty_l{width:250px;}
    .bt_yzsfw .bty_ul .bty_li{margin-top:15px;}
    .bt_yzsfw .bty_ul .bty_li .bty_tit{font-size:16px;height:44px;line-height:44px;}

    .row-3 .pic{width: 30%;}
    .row-3 .txt{width: 60%;}
    .row-3 .txt .fw{font-size: 18px;}
    .row-3 .txt .fb{font-size: 24px;}
    .row-3 .txt .tit{font-size: 14px;}
    .row-3 .txt .tel{font-size: 24px;}
    .row-4{padding:30px 0 35px;}
    .row-4 .g-tit{margin-bottom:30px;}
    .row-4 .al_ul .al_li .tit{padding:12px 0 16px;}
    .row-4 .al_ul .swiper-button-prev,.row-4 .al_ul .swiper-button-next{width:42px;height:42px;margin-top:-21px;background-size:auto 20px;}
    .row-4 .al_ul .swiper-button-prev{left:-60px;}
    .row-4 .al_ul .swiper-button-next{right:-60px;}
    
    .row-4 .al_btn{width:150px;height:44px;line-height:42px;font-size:15px;margin-top:20px;}
    
    .row-5{padding:50px 0;}
    .row-5 .info{padding-top: 30px;margin-bottom: 50px;}
    .row-5 .link{margin-bottom:50px;}
    .ul-list3 li img{height:60px;}
    .ul-list3 li .tit{font-size:17px;padding-top:12px;}
    .g-add .name{font-size: 24px;}
    .fd-form{width: 420px;margin-left: 50px;}
    .row-7{padding:30px 0 35px;}
	.row-7 .g-tit{margin-bottom:25px;}
    .row-7 .box .l{margin-right: 30px;width:525px;}
    .row-7 .box .pic{margin-bottom:15px;height:292px;}
    .ul-news li{margin-bottom:12px;}
    .ul-news .con{padding-bottom:8px;margin:0 12px;}
    .row-2 .g-tit{margin-bottom: 30px;}
    .g-txt1{padding-bottom: 30px;}
    .row-2 .jianjie{margin-bottom: 30px;}
}

@media only screen and (max-width: 1199px) {
    body{padding-top:130px;}
    .wp{width:994px;} 
    .logo{line-height:80px;}
    .logo img{height:44px;}
    .tel1 .icon{line-height:80px;}
    .tel1 .icon img{height:44px;}
    .tel1 .txt{font-size:14px;padding-top:20px;}
    .tel1 .txt .phone{font-size:24px;}
    .t_erweima{width:70px;height:70px;margin-top:5px;margin-right:5px;}
    .nav li{line-height:50px;}
    .nav .v1{font-size:14px;}
    .banner .swiper-button-prev{left:10px;width:20px;height:37px;}
    .banner .swiper-button-next{right:10px;width:20px;height:37px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:15px;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:36px;}
    .g-tit .cn{font-size:26px;}
    .g-tit .en{font-size:32px;margin-bottom: -12px;}
    .g-tit .desc{font-size:14px;padding-top:6px;}
    .row-1{padding:20px 0;}
	.row-1 .g-tit{margin-bottom:20px;}
	.m-box1 .l{width:220px;}
	.g-tit2{padding:12px 0;}
	.g-tit2 .tit{font-size:22px;}
	.ul-list1{padding:12px 12px 5px;}
	.ul-list1 li{margin-bottom:10px;}
	.ul-list1 a{font-size:14px;line-height:34px;}
	.m-box1 .l .more{padding:20px 0;}
    .ul-advantages .con{padding: 50px 20px;}
    
    .bt_yzsfw{padding:20px 0 0;}
    .bt_yzsfw .bty_ul{margin-top:10px;background-position:140px bottom;background-size:600px auto;padding-bottom:30px;}
    .bt_yzsfw .bty_ul .bty_l{width:220px;}
    .bt_yzsfw .bty_ul .bty_li{margin-top:10px;}
    .bt_yzsfw .bty_ul .bty_li:after{height:90px;}
    .bt_yzsfw .bty_ul .bty_li .bty_tit{font-size:15px;height:40px;line-height:40px;}
    
    .row-4{padding:20px 0;}
    .row-4 .g-tit{margin-bottom:20px;}
    .row-4 .al_ul .al_li .tit{padding:10px 0 12px;}
    .row-4 .al_ul .swiper-button-prev,.row-4 .al_ul .swiper-button-next{width:36px;height:36px;margin-top:-18px;background-size:auto 16px;}
    .row-4 .al_ul .swiper-button-prev{left:-20px;}
    .row-4 .al_ul .swiper-button-next{right:-20px;}
    
    .row-4 .al_btn{width:140px;height:40px;line-height:38px;font-size:14px;margin-top:15px;}
    
    .row-5{padding:30px 0;}
    .row-5 .info{padding-top:20px;margin-bottom:30px;}
    .row-5 .link{margin-bottom:30px;}
    .ul-list3 li img{height:50px;}
    .ul-list3 li .tit{font-size:15px;padding-top:10px;}
    .row-7 .box .l{width: 500px;}
    .g-add .box{border-bottom: none;}
    .g-add .box .item{float: none;margin-right: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
    .g-add .item{padding:10px 0;}
}
@media only screen and (max-width: 1020px) {
    .wp{width:740px;}
    .tel1{display: none;}
    body{padding-bottom: 53px;}
    .logo img{height:auto;}
    .fd-form .info{text-align: center;margin-bottom: 15px;}
    .fd-form{width: auto;float: none;padding-left: 0;border-left: none;margin-left: 0;}
    .ft-desc .tel,.ft-desc .name{display: none;}
    .ft-desc .r{padding: 0;line-height: 1.8;}
    .ft-desc .l{float: none;border:none;}
    #floatBottom{display: block;}
    .g-tit{margin-bottom: 15px;}
    .tell{display: none;}
    .t_erweima{display:none;}
     .header{background-color: #fff;height: 50px;}
    .nav{
        position: fixed;
    }
    .menuBtn{display: block;}
    body{padding: 50px 0 53px;}

    .nav{
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 100%; 
        z-index: 99;
        overflow: hidden;
        transition:all .3s;
        background: none;
    }
    .nav.on{
        margin-left: 0;
    }
    .nav ul{
        width: 300px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #fffeff;
        overflow-y: scroll;
        
    }
    .nav li{float: none;width: auto;}
    .nav .bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .nav .l,.nav .r{float: none;margin:0;}
    .nav li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
    }
    .nav li i.on{background-image: url(../images/sel2.png);}
    .nav li .sub{position: static;}
    .nav li .sub a{padding-left: 20px;text-align: left;}
    .nav .wp{width: auto;padding: 0;height:100%;}
    .nav .v1 span{display: none;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;}
    .nav li.on .v1,
    .nav li:hover .v1{
        color:#fff;
        background-color: #DB2416;
    }
    .header .bom{padding: 12px 0 0;height: auto;}
    .logo{width: 260px;line-height: 50px;}
    .wp{width: auto;padding: 0 15px;}
    .m-box1 .l{display: none;}
    .phone-chanpin{display: block;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
        bottom: 15px;
    }
    .banner .swiper-button-prev,.banner .swiper-button-next{width: 0;height: 0;}
    .row-1 .g-tit{margin-bottom:20px;}
    .phone-chanpin{margin-bottom:20px;}
    .ul-prod .tit{font-size:14px;height:42px;line-height:42px;}
    .g-txt1 .pic{display: none;}
    .footer{padding:25px 0;}
    .g-add{padding-right: 0;border-right: none;}
    .g-txt1 .l, .g-txt1 .r{width: 48%;}
    .snav{display: none;}
    
    .bt_yzsfw{padding:20px 0;}
    .bt_yzsfw .bty_ul{margin-top:0;background:none;}
    .bt_yzsfw .bty_ul .bty_l{width:49%;}
    .bt_yzsfw .bty_ul .bty_li .bty_tit{font-size:14px;height:36px;line-height:36px;}

    .row-4 .al_btn{width:130px;}

    .row-7{padding:20px 0;}
    .row-7 .box .l{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
    .ul-news .con{margin:0;}

}

@media only screen and (max-width: 767px) {
    .g-txt1 .l, .g-txt1 .r{width: auto;float: none;}
    .g-txt1 .item,.g-txt1 .l .item:last-child, .g-txt1 .r .item:last-child{margin-bottom: 12px;}
    .ul-list3 li{width: 33.333%;float: left;display: block;margin:0;}
    .ul-list3 li .tit{font-size: 14px;}
    .ul-list3 li .icon{width: 50px;height: 50px;margin: 0 auto;}
    .ul-list3 li .icon img{max-width: 100%;max-height: 100%;}
     .g-txt1 .item{padding:12px;}
     
     .bt_yzsfw .bty_ul{margin-top:0;}
    .bt_yzsfw .bty_ul .bty_li{width:100%;margin-left:0;margin-top:12px;}
    .bt_yzsfw .bty_ul .bty_li:after{height:50px;}
    .bt_yzsfw .bty_ul .bty_li.on{width:100%;}
    
     .row-2 .jianjie{padding: 0;}
     .row-3 .txt{width: auto;}
     .row-3 .txt .tit{margin-bottom:12px;}
     .row-3 .txt .fb{font-size:18px;}
     .row-3 .txt .tel{font-size:20px;}
     .row-3 .pic{display:none;}
     .g-txt1 .item .top{margin-bottom: 5px;}
     .row-4 .g-tit{margin-bottom: 20px;}
     .g-add .name{font-size: 18px;}
     .links .link a{width: 33.33%;padding:0;display: block;float: left;text-align: center;}
     .row-5{padding: 25px 0;}
     .row-5 .info{padding-top: 0;}
     .row-5 .info{text-align: left;}
     .slick1 .tit{padding-bottom: 15px;}
     .row-5 .link a{width:120px;margin:0 5px;}
     .row-4{padding: 20px 0 30px;}
     .g-txt1{padding-bottom: 10px;}
     .links .icon{width: auto;float: none;margin:0 auto;text-align: center;}
     .fd-form .foot_btn{background-position: 30%;}
     .row-7 .box .pic{height: auto;}
}