/* list_contact */
/* .banner_inside{height:435px;position: relative;}
.banner_inside .wrapper{position: absolute;left:50%;margin-left:-770px;height:100%;}
.banner_inside h2,.banner_inside p{position:absolute;color: #fff;}
.banner_inside h2{font-size: 48px;font-weight: normal;top:170px;}
.banner_inside p{font-size: 18px;bottom: 170px;} */
.scale-img img,.scale-img{height:auto!important;}
.breadcrumbs {  height: 68px; line-height: 68px;border-bottom: solid 1px #ececec; }
.breadcrumbs p{  padding-left:22px;  font-size:14px; color: #666666;   background: url(../img/pos.svg) 0 center no-repeat;background-size:12px;}
.breadcrumbs p a{ color: #a3a3a3;}
.breadcrumbs p a:hover{ color: #ffa233; }
.section_contact_block ul{padding-top:76px;}
.section_contact_block li{width: 750px;height: 290px;background:#f9f9f9;float: left;padding:50px;}
.section_contact_block li:nth-of-type(even){float: right;}
.section_contact_block li h5,.socialmedia h5{font-weight: normal;font-size:30px;color:#000000;line-height:30px;margin-bottom:20px;}
.section_contact_block li p{font-size:18px;color:#000000;line-height: 36px;}
.section_contact_block li label{width:79px;}
.socialmedia{background:#f9f9f9;height: 328px;margin-top:42px;padding:50px;position: relative;}
.media_ewm{width:650px;height: 202px;position: absolute;right:50px;top: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    flex-direction: row;
}
.media_ewm_item{width:168px;}
.social_ewm{display: block;width:168px;height:168px; }
.media_ewm_item span{font-size:18px;width:100%;text-align: center;display: block;margin-top:9px;}
.social_item a{position: relative;display: block;height:38px;width:232px;float: left;
padding-left:60px;font-size:18px;color:#000000;line-height:38px;margin-bottom:26px;
}
.hoverimg{position: absolute;top:40px;left:0px;z-index:88;display: none;width:120px;height: auto;}
.social_item a:hover .hoverimg{display: block;}
.social_item a:before{content:"";display: block;width:38px;height:38px;position: absolute;top:0px;left:0px;}
.social_item a:nth-of-type(1):before{background: url(../img/socail_ico1.svg) no-repeat center;}
.social_item a:nth-of-type(2):before{background: url(../img/socail_ico2.svg) no-repeat center;}
.social_item a:nth-of-type(3):before{background: url(../img/socail_ico3.svg) no-repeat center;}
.social_item a:nth-of-type(4):before{background: url(../img/socail_ico4.svg) no-repeat center;}
.social_item a:nth-of-type(5):before{background: url(../img/socail_ico5.svg) no-repeat center;}
.social_item a:nth-of-type(6):before{background: url(../img/socail_ico6.svg) no-repeat center;}
.social_item a:nth-of-type(7):before{background: url(../img/socail_ico7.svg) no-repeat center;}
.social_item a:nth-of-type(8):before{background: url(../img/socail_ico8.svg) no-repeat center;}
.social_item a:nth-of-type(1):hover:before{background: url(../img/socail_ico1h.svg) no-repeat center;}
.social_item a:nth-of-type(2):hover:before{background: url(../img/socail_ico2h.svg) no-repeat center;}
.social_item a:nth-of-type(3):hover:before{background: url(../img/socail_ico3h.svg) no-repeat center;}
.social_item a:nth-of-type(4):hover:before{background: url(../img/socail_ico4h.svg) no-repeat center;}
.social_item a:nth-of-type(5):hover:before{background: url(../img/socail_ico5h.svg) no-repeat center;}
.social_item a:nth-of-type(6):hover:before{background: url(../img/socail_ico6h.svg) no-repeat center;}
.social_item a:nth-of-type(7):hover:before{background: url(../img/socail_ico7h.svg) no-repeat center;}
.social_item a:nth-of-type(8):hover:before{background: url(../img/socail_ico8h.svg) no-repeat center;}
.social_item:nth-of-type(2),.social_item:nth-of-type(5),.social_item:nth-of-type(8){width:242px;}
.socialcon{width:710px;padding-top:13px;}
.map{width:1129px;height: 819px;position: relative;margin-left: auto;margin-right: auto;}
.mapimgpc{margin:0 auto;}
.mapimgmob{display: none;}
.mapimgpc{display: block;}
.contact_map{padding-top: 40px;padding-bottom:100px;}

.mappoint{height: 78px;width:54px;position: absolute;z-index:99999!important;} 
.mappoint label{font-size: 18px;color:#000000;display: block;position: absolute;bottom: 37px;left: 46px;width:100%;text-align: center;}

.mappoint .cir{width:54px;height:54px;border-radius:50%;/*border:solid 1px #fff;*/position: absolute;top: 0px;left: 0px;}
.mappoint .cir:before{content:"";display: block;width:20px;height:24px;background: url(../img/position.svg) no-repeat center;
position: absolute;top:-3px;left:50%;margin-left:-10px;
 }


.mappoint .cir s:before,.mappoint .cir s:after{content: "";display: block;background:#ffa233;border-radius:50%;position: absolute;opacity: 0.3;}
.mappoint .cir s:before{width: 26px;height: 26px;left:50%;margin-left: -13px;top:50%;margin-top: -13px;}
.mappoint .cir s:after{width: 18px;height: 18px;left:50%;margin-left: -9px;top:50%;margin-top: -9px;}
.mappoint .cir s{display: block;border:solid 1px #f15a24;border-radius:50%;position: absolute;width: 8px;height: 8px;left:50%;margin-left: -4px;top:50%;margin-top: -4px;background:#f15a24;}

.mappoint .cir s:after{animation: scaleout1 2s infinite;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.mappoint .cir s:before{animation: scaleout 2s infinite;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.map_con{display: none;}
.map_con1{right: 457px;top: 247px;}
.map_con2{right: 376px;top: 415px;display:none!important;}
.map_con3{right: 480px;top: 632px;}
.mappoint1{right: 387px;top: 293px;}
.mappoint2{right: 305px;top: 459px;}
.mappoint3{right: 408px;top: 679px;}

@keyframes scaleout {
          0%{ transform: scale(1);opacity:.1;}100%{ transform: scale(2);opacity:.2;}
        }
@keyframes scaleout1 {
          0%{ transform: scale(1);opacity:.2;}100%{ transform: scale(2);opacity:0.5;}
        }
.map_con dd span{display: block;font-size: 18px;color:#ffffff;line-height: 30px;margin-top:7px;}
.map_con dd p{font-size: 24px;color:#ffffff;}
.map_con dd{padding:29px 35px  29px 35px;position: relative;}
.map_con{background:#ffa233;width: 516px;height: 140px;position: absolute;z-index: 1;}
.map_con:before{content:"";display: block;width:45px;height:73px;background: url(../img/line.svg) no-repeat center;
position: absolute;right:-45px;top:0px;}

/* list_buy */
.section_buy{padding-top:74px;}
.section_tit_buy{font-size:30px;color:#000000;text-align: center;line-height:30px;}
.buy_info{background:#f8f8f8;margin-top:50px;padding:38px 40px;overflow: hidden;}
.buy_info li{float: left;padding-left:30px;font-size:18px;color:#666666;margin-bottom:23px;}
.buy_info li:nth-of-type(1){background: url(../img/buy_ico1.svg) no-repeat left center;background-size:20px;}
.buy_info li:nth-of-type(2){background: url(../img/buy_ico2.svg) no-repeat left center;background-size:15px;}
.buy_info li:nth-of-type(3){background: url(../img/buy_ico3.svg) no-repeat left center;background-size:23px;}
.buy_info li:nth-of-type(4){background: url(../img/buy_ico4.svg) no-repeat left center;background-size:20px;}
.buy_info li:nth-of-type(5){background: url(../img/buy_ico5.svg) no-repeat left center;background-size:20px;}
.buy_info li:nth-of-type(6){background: url(../img/buy_ico6.svg) no-repeat left center;background-size:20px;}
.buy_info li:nth-of-type(1),.buy_info li:nth-of-type(3),.buy_info li:nth-of-type(5){width:527px;}
.buy_info li:nth-of-type(2),.buy_info li:nth-of-type(4),.buy_info li:nth-of-type(6){width:345px;}
.buy_info li:nth-of-type(5),.buy_info li:nth-of-type(6){margin-bottom:0px;}

.content_contact,.content_rgcontact{overflow: hidden;margin-top:24px;}
.content_contact p{width:495px;float: left;margin-top:24px;}
.content_contact p:nth-of-type(even){float: right;}
.content_contact p label{font-size:18px;color:#333333;display: block;margin-bottom:10px;position: relative;padding-left:17px;}
.content_contact p label:before{content:"*";display: block;width:10px;height:10px;font-size:18px;font-weight: bold;
position: absolute;left:0px;color:#ff0000;top:4px;
}
.content_contact p label.nostar:before{display: none;}
.content_contact p input{border:solid 1px #dddddd;display: block;width:100%;height: 64px;line-height:64px;padding:0px 24px;}
.content_contact p.xq{width:100%;}
.content_contact textarea,.content_contact p input{font-size:18px;font-family:"Microsoft YaHei","SourceHanSansCN-Regular";}
.content_contact p.xq textarea{height:184px;width:100%;border:solid 1px #dddddd;padding:24px;}
.content_contact p input::-webkit-input-placeholder,.content_contact p.xq textarea::-webkit-input-placeholder{color:#b3b3b3;font-size: 16px; font-family:"Microsoft YaHei","SourceHanSansCN-Regular";}
.ajax_btn_submit{display: block;clear: both;font-size:22px;width: 303px;height: 62px;line-height:62px;background:#ffa233;color:#fff;text-align: center;
margin:60px auto 100px;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
.ajax_btn_submit:hover{color:#fff;width: 313px;}
.content_contact p:hover input,.content_contact p.xq:hover textarea{border:solid 1px #ffa233;}
.content_shouhou .ajax_btn_submit{margin:60px auto;}
/* list_sitemap */
.sitemap_item{padding-top: 3px;padding-bottom: 144px;}
.sitemap_item h3,.section_tit_supplier{font-size:30px;color:#333333;font-weight: normal;margin-bottom:42px;margin-top:64px;}
.sitemap_item a{color: #333;}
.sitemap_item ul{overflow: hidden;padding-bottom: 40px;border-bottom: solid 1px #f0f0f0;}
.sitemap_item li{font-size:18px;float: left;margin-left: 77px;}
.sitemap_item ul li:nth-of-type(1){margin-left:0px;}
.sitemap_item li:hover a,.sitemap_item h3:hover a{color:#ffa233;}
/* list_supplier */
.section_supplier{}
.page_supplier{margin-left: auto;margin-right: auto;background:#f8f8f8;padding:0px 50px 50px;overflow: hidden;margin-top:80px;}
.page_supplier p,.page_supplier{font-size:18px;color: #333333;line-height: 36px;}
.section_tit_supplier{text-align: center;margin-top:43px;margin-bottom:40px;}
.content_rgcontact .section_tit_supplier{margin-bottom:14px;}
.page_supplier label{color:#ffa233;}
.su_foot{height:78px;line-height:78px;border-bottom:solid 1px #c8c8c8;border-top:solid 1px #c8c8c8;display: flex;margin-top:43px;
display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.content_contact p.yyzz{position: relative;}
.content_contact p.yyzz span{font-size:16px;color:#666666;background: url(../img/uploadico.svg) no-repeat left center;
padding-left: 43px;display: block;position: absolute;left:26px;top:54px;
}
#yingyezhizhao{background:transparent;opacity:0;position: absolute;z-index:999;}
.content_contact p.yyzz i{font-size:16px;color:#b3b3b3;position: absolute;right:25px;top:54px;color:#b3b3b3;}
/* list_news */
.inside-nav li{  float: left; position: relative; text-align: center; width:33.333333%;text-align: center;}
#inside-nav2 li{width:50%;}
.inside-nav li a{ font-size: 24px; color: #000000; display: block; position: relative;  }
.inside-nav li.active a,.inside-nav li:hover a{ color: #000000;font-weight: bold;}
.inside-nav li.active,.inside-nav li:hover{background:#fff;}
.breadcrumbs2{background:#f3f4f6;height:75px;line-height:75px;}
.section_newslist{padding-top:13px;}
.news_item{position: relative;padding-left:208px;padding-right:76px;background:#fbfbfb;height:192px;
padding-top:40px;margin-top:37px;
}
.news_item .new_date{width:100px;height:117px;text-align: center;
position: absolute;left:0px;top:50%;margin-top:-58.5px;left:77px;
}
.news_item .new_date .day{font-size:72px;line-height:72px;color: #333333;}
.news_item .new_date .time{font-size:24px;color:#666666;line-height:24px;margin-top:15px;}
.news_item span{display: block;font-size:24px;color:#000000;}
.news_item p{font-size:18px;color:#333333;line-height:30px;margin-top:17px;}
.news_item:hover span{color:#ffa233;}
.space{height: 32px;}

.listpage{padding-top:0px;padding-bottom: 98px;text-align: center;}
.listpage a{ display: inline-block;font-size:16px; width: 47px; height: 47px; line-height: 47px;  border:1px solid #e0e0e0; color: #333333;margin-right: 14px;font-size:18px;}
.listpage a:hover,.listpage span,.listpage a.active,.listpage a.thisclass{ color: #fff;  background: #ffa233;border: 1px solid #ffa233;}
.listpage a.listpage-prev,.listpage a.listpage-next{width: 91px;}
/* list_support_shouhou */
.content_shouhou{padding-top:73px;}
.shouhou_des{font-size:20px;color: #333333;text-align: center;line-height:20px;}
#shouhou_des_agree{font-size:24px;font-weight:bold;text-align:left;margin-bottom:15px;}
/* list_support_agree */
.content_agree{padding-top:0px;padding-bottom:100px;}
.content_agree,.content_agree p{font-size:18px;color:#333333;line-height:36px;}
/* list_support_question */
.wrappersupport{padding-top: 50px;padding-bottom: 100px;}
.content_support_list{}
.content_support_list dl{border:solid 1px #d7d7d7;margin-bottom:24px;}
.content_support_list dl:last-of-type{margin-bottom:0px;}
.content_support_list dd{display: none;padding-top:10px;padding-bottom:10px;line-height: 36px;padding-right: 55px;}
.content_support_list dl.active dd{display: block;min-height: 56px;border-top:solid 1px #d7d7d7;}
.content_support_list dt{height:56px;line-height:56px;cursor:pointer;}
.content_support_list dt,.content_support_list dd{padding-left: 76px;font-size:22px;color:#000000;position: relative;}
.content_support_list dd{font-size:18px;color: #333;}
.content_support_list dt i{
      display: inline-block;
    width:15px;
    height:15px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
    position: absolute;right:20px;top: 19px;
}
.content_support_list dl.active  dt i{
     border-top: 2px solid #ffa233;
    border-right: 2px solid #ffa233;
     transform: rotate(135deg);
}
.content_support_list dt span,.content_support_list dd > span{width:56px;height: 56px;font-size:24px;display: block;position: absolute;left:0px;top:0px;text-align: center;line-height:56px;}
.content_support_list dt span{background:#ffa233;color:#fff;}
.content_support_list dd > span{background:#f0f0f0;color:#ffa233;}

/* list_lingqiaoshou */
.lqs_top{margin-top:16px;position: relative;}

.lsq_bot{padding-left:16px;padding-right:16px;}
.lsq_bot_item{width:49.6%;float: left;margin-top:16px;position: relative;}
.lsq_bot_item:nth-of-type(even){float: right;}
.section_lqs{padding-bottom:100px;}
.section_lqsdiynew{padding-bottom:0px;}
.section_lqs a{display: block;}
.lqs_top p,.lqs_top span{position: absolute;z-index:999;left:5.7291%;}
.lqs_top p{font-size:68px;color:#000000;line-height:68px;top:42.59%;font-weight:bold;}
.lqs_top:hover p,.lqs_top:hover span,.lsq_bot_item:hover p,.lsq_bot_item:hover span,.lqs_top:hover p,.lqs_top:hover  span{margin-top:-20px; transform: scale(1.03);}
.lqs_top p,.lqs_top span,.lsq_bot_item p,.lsq_bot_item span,.lqs_top p,.lqs_top span{ -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.lqs_top span{font-size:48px;color:#000000;line-height:48px;top: 51.59%;}
.lsq_bot_item p{font-size:38px;color:#000000;line-height:38px;top:43.847%;font-weight:bold;}
.lsq_bot_item span{font-size:28px;color:#000000;line-height:28px;top:57.5%;}
.lsq_bot_item p,.lsq_bot_item span{position: absolute;z-index:999;left:6.83%;}

/* list_parts*/
.parts .parts_img{width: 130px;}
.parts_con{width:1410px;}
.parts{
display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;padding-top: 63px;
}
.part_tit{font-size:30px;color:#000000;}
.part_xh{display: block;margin-bottom:16px;margin-top:20px;}
.part_xh,.part_des,.part_article p,.part_article{font-size:18px;color:#333333;}
.part_des,.part_article p,.part_article{line-height:36px;}
.part_tit,.part_xh,.part_des{padding-left:38px;}
.part_article{padding-top:32px;padding-bottom:86px;}

/* show_product*/
.ProductHeader{font-size:24px;color:#ffa233;line-height:24px;padding-top:32px;padding-bottom: 32px;}
.slide_productImages{width:100%;}
.swiper-container-proimg{}
.slide_productImages .swiper-pagination-bullet{ -webkit-transition: all 0.3s ease; transition: all 0.3s ease;width:60px;height:4px;background:#d6d6d6;border-radius:5px;opacity: 1;}
.slide_productImages .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0px 13.5px;}
.slide_productImages .swiper-container-horizontal>.swiper-pagination-bullets,.slide_productImages .swiper-pagination-custom,.slide_productImages .swiper-pagination-fraction{bottom:40px;}
.slide_productImages .swiper-pagination-bullet-active{background:#ffa233;width: 121px;}
.Productbody{overflow: hidden;position: relative;}
.articleTabsNavi{border-bottom: solid 1px #dadada;margin-top: 10px;overflow: hidden;}
.articleTabsNavi li{float: left;margin-right: 110px;padding-bottom: 24px;padding-top: 24px;position: relative;}
.articleTabsNavi li:last-of-type{margin-right:0px;}
.articleTabsNavi li a{font-size:24px;color:#333333;}
.articleTabsNavi li:before{content:"";display: block;width:0px;height: 2px;background:#ffa233;position: absolute;bottom:0px;left:0px;}
.articleTabsNavi li.chosen:before{width:100%;}
.articleTabsNavi li.chosen a,.articleTabsNavi li:hover a{color: #ffa233;}
.articleTabs{padding-top: 39px;/*padding-bottom: 100px;*/padding-bottom:39px;}
.articleTabs img{display: block;margin-left: auto;margin-right: auto;max-width:100%;}
.articleTabs{display: none;}
.articleTabs.active{display: block;}
.articleTabs ul{overflow: hidden;}
.articleTabs li{float: left;width: 466px;margin-right:23px;margin-bottom: 23px;}
.articleTabs li img{width:466px;height: 282px;}
.articleTabs li:nth-of-type(3n){margin-right:0px;}
.parametersize{background:#e9e9e9;padding:44px  44px 0px;margin-top:39px;margin-bottom:0px;}
.parametersize_info{background:#fff;border-radius:15px;padding:0px 47px 60px;}
.parametersize_row{border-bottom: solid 1px #b3b3b3;overflow: hidden;}
.parametersize_row dd{width:50%;float: left;height: 90px;padding-left:30px;}
.flexdd{display: flex;flex-direction: column;align-content: flex-start;align-items: flex-start;justify-content: center;}
.parametersize_row label{display: block;font-size:18px;color:#666666;}
.parametersize_row p{font-size:18px;color:#000000;font-weight: normal;margin-top:10px;}
.parametersize_img{margin-top:44px;}
.parametersize_img img{display: block;margin-left: auto;margin-right: auto;max-width:100%;}

/* list_product*/
.selectproduct{padding-top: 28px;}
.left_select{width:296px;float: left;}
.left_select dt{font-size:30px;color:#000000;line-height:30px;margin-bottom:26px;}
select.selectdiy_filter {
  outline:0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/chevron_down.svg);
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size:18px;
    border: solid 1px #e0e0e0;
    color: #333333;
    font-size: 18px;
    height: 54px;
    padding: 0px 54px 0px 33px;
    width:296px;
    display: block;
}
.diy_filter_wrap{margin-bottom:16px;position: relative;}
.diy_filter_wrap select.selectdiy_filter{margin-bottom:0px;}
.left_select .diy_filter_wrap:last-of-type{margin-bottom:0px;}
.fiter_label{position: absolute;font-size:20px;color: #000000;line-height:20px;top:50%;margin-top:-10px;left:15px;}
.diy_filter_wrap select.selectdiy_filter{padding-left: 140px;}
.diy_filter_wrap:nth-of-type(2) select.selectdiy_filter,.diy_filter_wrap:nth-of-type(3) select.selectdiy_filter{padding-left: 90px;}
.thumb_info_img > img{width:100%!important;height: auto!important;}
.right_thumb_info{width:1206px;height: 462px;background:url(../img/b.jpg) repeat-x right top;float: right;overflow: hidden;position: relative;}
.right_thumb_info img{width: 614px;height: 463px;}
.right_thumb_info p{font-size:18px;color:#fff;line-height:36px;width: 600px;padding-left: 73px;padding-right:73px;
position: absolute;right:0px;top:50%;transform: translateY(-50%);
}
.right_thumb_info p label{font-size:30px;display:block;margin-bottom:10px;}
.model_productList{margin-top:40px;}
.model_productList table{padding:0px;margin:0px;  border-collapse: collapse;text-align: center;width:100%;border:solid 1px #ececec;}
.model_productList thead{
    color: #fff;
    font-size: 18px;
    background: #595757;
    text-align: center;
    height:74px;
    line-height:74px;
}
.model_productList tbody tr{cursor:pointer;}
.tdcom{text-align:left;height:74px;line-height:74px;border-bottom:solid 1px #ececec;}
.td1{padding-left:50px;text-align:left;}
.td8{padding-right:50px;text-align:right;}
.td1{width: 270px;}
.model_productList thead .td1{color:#ffa233;}
.td2{width: 175px;}
.td3{width: 192px;}
.td4{width: 182px;}
.td5{width: 192px;}
.td6{width: 214px;}
.td7{width: 149px;}
.model_productList tbody .td5{padding-left:28px;}
.model_productList tbody .td8{padding-right:66px;}
.model_productList tbody tr:hover{background:#edeef0;}
/* list_about*/
.about_top_viedo{position: relative;max-width: 1200px;margin-left: auto;margin-right: auto;}
.about_top_viedo img{width:100%;height: auto;}
.about_top_viedo i{display: block;width:121px;height:121px;background: url(../img/videobtn.svg) no-repeat center;border-radius:50%;
position: absolute;top:50%;margin-top:-60.5px;left:50%;margin-left:-60.5px;

}
.section_about_top{padding-top:74px;padding-bottom: 65px;}
.about_mid_des{font-size:18px;color:#333333;line-height: 36px;padding-top:28px;padding-bottom:42px;}
.about_bot_culture{display: flex;justify-content: space-between;align-items: center;align-content: center;}
.about_bot_culture li{position: relative;}
.culture_ico{position: absolute;left: 90px;top:50%;transform: translateY(-50%);width:37px;height:auto;}
.about_bot_culture p{font-size:24px;color:#ffffff;padding-left:165px;width:100%;line-height:24px;top:50%;margin-top:-12px;
position: absolute;
}

.section_about_history{}
.section_about_history .about_tit,.section_about_honor .about_tit,.section_index_parter .about_tit{padding-bottom: 60px;font-size:30px;color:#000;font-weight: normal;text-align: center;}
.section_about_history .wrapper{background:url(../img/timebg.png) no-repeat center bottom;padding-bottom: 31px;
    margin-bottom: 64px;}

/*.swiper-container-timeline{background:url(../images/timelinebg.png) no-repeat center top;}*/
.swiper-container-timeline .swiper-button-prev,.swiper-container-timeline .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23929292'%2F%3E%3C%2Fsvg%3E");}
.swiper-container-timeline .swiper-button-next,.swiper-container-timeline .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23929292'%2F%3E%3C%2Fsvg%3E");}
.swiper-container-timeline .swiper-button-next,.swiper-container-timeline .swiper-button-prev{width:16px;height:29px;margin-top: -14.5px;background-size:16px 29px!important;}
.swiper-container-timeline .swiper-button-prev:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffa233'%2F%3E%3C%2Fsvg%3E");}
.swiper-container-timeline .swiper-button-next:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffa233'%2F%3E%3C%2Fsvg%3E")}
.swiper-container-timeline dt{font-size:54px;color:#000;margin-bottom: 28px;line-height：54px;}
.swiper-container-timeline dd{font-size:18px;color:#333333;line-height:24px;padding-bottom: 22px;}
.swiper-container-timeline dl{padding-left: 50px;}
.swiper-container-timeline dd{padding-left: 20px;position: relative;}
.swiper-container-timeline dd:before{content:"";display: block;width: 9px;height: 9px;background:#d2d2d2;border-radius:50%;position: absolute;left:-5px;top:8px;}
.swiper-container-timeline dd:after{content:"";display: block;background:#d2d2d2;height:100%;width: 1px;position: absolute;left:-1px;top:16px;}
.swiper-container-timeline .swiper-slide{position:static;}
.swiper-container-timeline dl{position: absolute;bottom:0px;width: 33.3%;}
.fivehalf{width:294px;float: left;margin-right: 17px;}
.fivehalf:last-of-type{margin-right:0px;}
.fivehalf li{width:294px;height:162px;margin-top:17px;}
.fivehalf li img{width:100%;height:100%;}
.fivehalf:nth-of-type(2) li:nth-of-type(2),.fivehalf:nth-of-type(4) li:nth-of-type(1){height:341px;}
.section_about_honor .about_tit{padding-bottom: 63px;}
.section_about_honor{padding-bottom:64px;}
.section_index_parter .about_tit{padding-bottom:2px;}
.section_index_parter{padding-bottom:100px;}
.fancybox-slide--iframe .fancybox-content {
  min-width: 733px !important;
  max-width: 80% !important;
  min-height: 500px !important;
  min-height: 92% !important;
  margin: 0;
}
.img-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  outline: none;
}
.img-box > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
  opacity: 0;
  border: 0;
}
.fancybox-slide--iframe .fancybox-content {
  min-width: 733px !important;
  max-width: 80% !important;
  min-height: 500px !important;
  min-height: 92% !important;
  margin: 0;
}

/* show_lingqiaoshou */
.bodylqs .header{box-shadow:none;/*background:#fff;*/}
.bodylqs .header .nav a{/*color:#333;*/}
.bodylqs .header .nav li.hover a,.bodylqs header .nav li:hover a{color:#fff;}
.section_show_lqs{margin-top:97px;}
.relative{position: relative;}
.mb22{margin-bottom:22px;}
.p60,.span40{color:#000;position: absolute;width:100%;text-align: center;display: block;}
.span40{font-size:40px;line-height:40px;}
.p60{font-size:60px;line-height:60px;font-weight: bold;}
.showlqs_block_one span{top:20.807%;}
.showlqs_block_one p{top:9.21%;}
.showlqs_block_two i{display: block;width: 164px;height: 164px;border-radius:50%;
background: url(../img/bigbtn.svg) no-repeat center;position: absolute;top:50%;margin-top:-82px;left:50%;margin-left:-82px;display: none;
}
.showlqs_block_three span{top: 21.6%;text-align: left;left:9%;}
#showlqs_block_three_123 span,#showlqs_block_three_123 p{color:#fff;}
.showlqs_block_three p{top: 31.36%;line-height:80px;text-align: left;left:10%;}
.showlqs_block_three p s{display: block;}
.showlqs_block_four span,.showlqs_block_four p{width:32.29%;}
.showlqs_block_four span{top: 22.15%;text-align: left;/*left:67.4375%;*/left:63.4375%;}
.showlqs_block_four p{top: 31.69%;line-height:80px;text-align: left;/*left:68.4375%;*/left:64.4375%;}
#bodylqscat_61 .showlqs_block_four span,#bodylqscat_61 .showlqs_block_four P{color:#fff;}
.showlqs_block_five span{top: 21.82%;text-align: left;left:9%;}
.showlqs_block_five p{top: 30.15%;text-align: left;left:10%;}
.showlqs_block_five p i{height:15px;}
.showlqs_block_eight{padding-top: 45px;}
.showlqs_block_seven{padding-top:72px;padding-bottom:72px;}
#bodylqscat_13 .showlqs_block_five p,#bodylqscat_13 .showlqs_block_five span{color:#fff;}
.swiper-container-lunbo{padding-top: 72px;}
.swiper-container-lunbo p{font-size:36px;color:#ffffff;line-height: 36px;position: absolute;margin-top:0px;width:100%;text-align: center;bottom:60px;}
.swiper-container-lunbo img{display: block;width:100%;height:100%;}
.swiper-container-lunbo .swiper-slide{-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}

.swiper-container-lunbo .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    left: 3%;
    right: auto
}
.swiper-container-lunbo  .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    right: 3%;
    left: auto
}
#bodylqscat_62 .showlqs_block_three,#bodylqscat_62 .showlqs_block_four,#bodylqscat_62 .showlqs_block_five,#bodylqscat_62 .showlqs_block_six{display:none!important;}
#bodylqscat_63 .showlqs_block_three,#bodylqscat_63 .showlqs_block_four,#bodylqscat_63 .showlqs_block_five,#bodylqscat_63 .showlqs_block_six{display:none!important;}
.lsq_cpcs{background:#f7f7f7;padding:74px 170px;margin-top:42px;}
.lsq_cpcs tr{}
.lsq_cpcs td{padding:26px 0px;border-bottom: solid 1px #ececec;text-align: left;font-size:24px;color:#000000;}
.lsq_cpcs td span{display: block;}
.lsq_cpcs td:nth-of-type(1){padding-left: 70px;width: 440px;}
.lsq_cpcs td:nth-of-type(2){padding-left:230px;}
.lsq_cpcs table{padding:0px;margin:0px;  border-collapse: collapse;text-align: center;width:100%;}
.about_tit36{font-size: 36px!important;line-height: 36px!important;text-align: center;color:#000;}
.showlqs_block_nine{padding-top:70px;}
.sizeimg{display: block;width:100%;margin:20px auto 90px;}
.stip{color:#736b6b;font-size:18px;text-align:right;}

/*未改动的SSSSSSSSSSSSSSSSSSSSSSSSS*/

/* list_about_join */
.section_aboutparter_top{padding-top: 65px;text-align: center;font-size:18px;color:#333333;}
.section_aboutparter_top img{display: block;margin-left: auto;margin-right: auto;max-width:75%;margin-top: 34px;margin-bottom: 76px; }
.section_aboutparter_bot{padding-bottom: 180px;overflow: hidden;}
.parterul li{margin-top: 35px;}
.parterul{margin-top: 30px;}
.about_tit {
    font-size: 30px;
    color: #000;
    font-weight: normal;
}
.join_des{width:82%;margin-left: auto;margin-right: auto;text-align: center;line-height: 42px;font-size:24px;color:#333333;margin-bottom: 60px;}
.join_imgs_top,.join_imgs_bot{width:100%;}
.join_imgs_top img{width:49.48%;float:left;margin-right: 1.04%;margin-bottom:25px;margin-top:0px;}
.join_imgs_top img:last-of-type,.join_imgs_bot img:last-of-type{margin-right:0px;}
.join_imgs_bot img{width: 32.34%;margin-right: 1.49%;float: left;margin-bottom:0px;margin-top:0px;}
.swiper-container-aboutjoin{padding-bottom: 74px;}
.swiper-container-aboutjoin .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-container-aboutjoin .swiper-pagination-custom,.swiper-container-aboutjoin .swiper-pagination-fraction{bottom:0px;}
.swiper-container-aboutjoin .swiper-pagination-bullet-active{background:#ffa233!important;}
.swiper-container-aboutjoin .swiper-pagination-bullet{width:100px;height:3px;background:#929292;border-radius:0px;opacity: 1;}
.swiper-container-aboutjoin.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0px 19px;}
.section_aboutjob .about_tit{text-align: center;margin-top: 68px;margin-bottom: 45px;}
.zhaopin-con{ overflow: hidden; }
.section_aboutjob{padding-bottom: 154px;}
.zhaopin-con-list-top{ height:57px; background:#ffa233;border-top: solid 1px #ececec;  }
.zhaopin-con-list-top span{ display: block;text-align: left; line-height: 57px; color: #fff; float: left; font-size: 16px;font-weight: bold;}
.zhaopin-con-list-top span.s1,.zhaopin-con-list-con dt > span.s1{width:29%;padding-left: 47px;}
.zhaopin-con-list-top span.s2,.zhaopin-con-list-con dt > span.s2{width:22%;}
.zhaopin-con-list-top span.s3,.zhaopin-con-list-con dt > span.s3{width:21.4%;}
.zhaopin-con-list-top span.s4,.zhaopin-con-list-con dt > span.s4{width:22.4%;}
.zhaopin-con-list-top span.s5,.zhaopin-con-list-con dt > span.s5{width:5.2%;}

.zhaopin-con-list-con{ }
.zhaopin-con-list-con li{ border-bottom:1px solid #ececec;border-left:solid 1px #ececec;border-right: solid 1px #ececec; }
.zhaopin-con-list-con li:nth-of-type(even){background:#f9f9f9;}
.zhaopin-con-list-con dt { width: 100%; height: 77px; font-size: 16px;  color: #666;  cursor: pointer;  position: relative;}
.zhaopin-con-list-con dt span:last-child:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/join-jiahao.png) no-repeat;
    left:5px;
    margin-top:23px;
}

.zhaopin-con-list-con li.lion{ border-bottom: 0; }
.zhaopin-con-list-con li.lion dt{background:#ffa233;border-top:solid 1px #ececec;}
.zhaopin-con-list-con li.lion dt > span{color:#fff;}
.zhaopin-con-list-con li.lion dt span:last-child:after{  background: url(../images/join-jiahaoh.png) no-repeat; }
.zhaopin-con-list-con dt > span { display: block; position: relative;float: left; text-align: left; line-height: 77px; font-weight: normal; color: #333;  font-size: 18px;}


.ddnew{ display: none;  background: #fff; padding:34px 48px 24px;border:solid 1px #ffa233;width:100%;border-top:0px;}
.ddnew p { text-align: left;  margin-left: 0;  line-height: 42px;  font-size: 18px; color: #333;}
.ddnew p a{color: #ffa233;}
.ddnew p span { font-size: 16px;  color: #555;}
.ddnew span{ font-size: 18px; color: #333;margin-top: 20px; display: block;font-weight: bold;margin-bottom: 8px;}
.ddnew span:nth-of-type(2){margin-top: 50px;}
.ddnew span:nth-of-type(3){height:0px;margin-top: 42px;}
.ddnew span:first-child{ margin-top: 0; }
.ddnew i{ font-size: 16px; color: #2056ad; margin-top: 10px; }
.ddnew em{ display: inline-block; font-weight: normal; color: #2056ad; }
.ddnew-bot{ border-top: 1px solid #e0e0e0; margin-top: 20px; padding-top: 25px; }
.ddnew-bot i{ display: inline-block; margin-top: 0; font-size: 14px; color: #00b29f }
.zhaopin-con-list-con li.lion .ddnew{ display: block; }
/* list_dianqipeijian */
.product_peijian li{color:#333333;position: relative;padding-top:43px;padding-bottom: 39px;border-bottom: solid 1px #c1c1c1;padding-left:175px;}
.product_peijian li img{width:133px;height: 107px;display: block;
position: absolute;top:50%;left:0px;margin-top:-53.5px;
}
.product_peijian li p{font-size:30px;line-height:30px;color:#333;}
.product_peijian li:hover p{color:#ffa233;}
.product_peijian li span,.product_peijian li .pj_des{font-size:18px;margin-top:18px;display: block;color:#333;}
.product_peijian li .pj_des{}
.product_peijian{margin-bottom:100px;}
/* list_hangyeyingyong */
.submenu_cat{text-align: center;margin:30px auto;}
#submenu_cat39 a,#breadcrumbs15,#submenu_cat15 a,#submenu_cat41 a{display:none!important;}
#submenu_cat39,#submenu_cat15,#submenu_cat41{overflow:hidden;}
.submenu_cat a{display: inline-block;width: 144px;height: 55px;line-height:55px;text-align: center;border:solid 1px #f0f0f0;
font-size:18px;color:#666666;margin-right:20px;
}
.submenu_cat a:last-of-type{margin-right:0px;}
.submenu_cat a.hover,.submenu_cat a:hover{background:#ffa233;border:solid 1px #ffa233;color:#fff;}

.tipcaseitem{width: 370px;float: left;margin-right: 20px;position: relative;margin-top: 34px;}
.tipcaseitem:nth-of-type(4n){margin-right:0px;}
.tipcaseitem:nth-of-type(1),.tipcaseitem:nth-of-type(2),.tipcaseitem:nth-of-type(3),.tipcaseitem:nth-of-type(4){margin-top: 0px;}
.tipcaseitem  .hyyytxt{font-size:20px;color:#000000;height:60px;margin-top:18px;overflow: hidden;text-align:center;}
.tipcaseitem .btn_on,.dialogimg i.btn_on{width:70px;height: 70px;background: url(../img/hyyy_btn.svg) no-repeat center;
position: absolute;top:50%;margin-top:-35px;left:50%;margin-left:-35px;
}
.label_relative{display: block;position: relative;width:370px;height: 250px;}
.section_hyyy .label_relative{border:solid 1px #dedede;}
.section_hyyy .label_relative img{display:block;margin-left:auto;margin-right:auto;max-height:100%;max-width:100%;
    position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);
    
}
.tipcaseitem:hover .hyyytxt{color: #ffa233;}
.section_hyyy{padding-bottom:88px;}
.dialog_video{width:800px;height: 754px;position: fixed;top:50%;margin-top:-377px;left:50%;margin-left:-400px;
z-index:999;background:#fff;padding:50px;display: none;}
.dialogbg{position: fixed;top:0px;height:100%;width:100%;left:0px;z-index:999;  background: rgba(0,0,0,.8);display: none;}
.dialogbg.hover,.dialog_video.hover{display: block;}
.dialog_tit{font-size: 36px;text-align: center;color:#000;line-height: 36px;margin-bottom:30px;}
.dialogimg{width:694px;height:467px;position: relative;}
.dialogimg img,.avideo{width:100%;height:100%;}
.avideo{display: none;}
.dialog_description{font-size:18px;color:#333333;line-height: 36px;padding-top:18px;}
.dialogclose{display: block;width: 33px;height: 33px;background: url(../img/close.svg) no-repeat center;
position: absolute;right:-60px;top: 0px;cursor:pointer;
}
.dialogclose:hover{background: url(../img/closeh.svg) no-repeat center;}
/* list_support_download */

.wrapperdownload{;padding-bottom:100px;}
.downdl{margin-top: 70px;}
.downdl dt{font-size:30px;color:#333333;font-weight: normal;margin-bottom: 37px;}
.downdl dd{border:solid 1px #d7d7d7;border-top:0px;}
.downdl dd .downitem{height:54px;line-height: 54px;padding-left: 47px;position: relative;border-top:solid 1px #d7d7d7;}
.downdl dd .downitem a{font-size:18px;color:#333333;}
.downdl dd .downitem:hover a{color: #ffa233;}
.downdl dd .downico{position: absolute;right:0px;width: 24px;height: 22px;right: 49px;top:50%;margin-top:-11px;}
.downdl dd .downitem:nth-of-type(odd){background:#f9f9f9;}
.downdl dd .downitem span{left:45%;position: absolute;top: 0px;height:100%;display: block;}

/* show_news */
.wrapnews{overflow: hidden;}
.news-article{max-width:1000px;margin-left: auto;margin-right:auto;}
.news-show-tit{border-bottom: solid 1px #f0f0f0;overflow: hidden;}
.news-show-tit h5 {
    margin-top: 30px;
    font-size: 38px;
    line-height:50px;
    color: #000;
    font-weight: normal;
    text-align: center;
  
}
.news-show-tit-info {
    margin-top: 28px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 32px;
}
.news-show-tit-info span {
    display: inline-block;
    color: #999999;
    font-size: 16px;
}
.news-show-tit-info span.source{margin-left: 81px;}
.news-show-body {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom:100px;
}
.news-show-body p,.news-show-body span{ font-size: 18px!important;line-height: 36px!important;}
.news-show-body p {
    color: #333333;
    text-indent: 2em;
}
.news-show-body img{display: block;margin-left: auto;margin-right: auto;max-width:100%;}
/* list_jixiepeijian*/

.jxpeijian{padding-bottom:30px;padding-top: 50px;}
.jxpeijian dl{padding-bottom:70px;}
.jxpeijian dt{font-size:30px;color: #000000;border-bottom: solid 1px #c1c1c1;line-height:30px;padding-bottom: 24px;}
.jx_des{font-size:18px;color:#333333;line-height: 36px;padding-top:36px;padding-bottom:54px;}
.jx_imgs img{height: 134px;display: inline-block;width: auto;margin-bottom:10px;}
.jx_imgs{text-align: center;height:auto!important;overflow: hidden;}
.jx_imgs.hover{height: auto;}
.jx_imgs_a{margin-right:60px;display: inline-block;}
.jx_imgs_a:last-of-type{margin-right:0px;}
.jx_btn_more{width:216px;height: 56px;line-height:56px;color:#ffa233;font-size: 18px;text-align: center;background: url(../img/jx_more_jt.svg) no-repeat 167px center; background-size:21px;
padding-left: 34px;border: solid 1px #ffa233;text-align: left;margin:49px auto 0px;cursor:pointer;
}
.jx_btn_more.hover,.jx_btn_more:hover{color:#fff;border:solid 1px #ffa233;background:#ffa233 url(../img/jx_more_jth.svg) no-repeat 167px center;background-size:21px; }
.jx_btn_more.hover{background:#ffa233 url(../img/jx_more_jth2.svg) no-repeat 167px center;background-size:21px;}

.jxpeijian .show1{display: block;}
.jxpeijian .hide1{display: none;}

/*未改动的EEEEEEEEEEEEEEEEEEE*/

@media screen and (max-width:1600px) {
/* list_about_join */
.about_tit{font-size:24px;}
.section_aboutparter_top{padding-top: 48px;font-size:16px;}
.join_des{font-size:20px;line-height:32px;margin-bottom: 30px; }
.swiper-container-aboutjoin{padding-bottom:59px; }
.swiper-container-aboutjoin .swiper-pagination-bullet{width:80px;height: 2px;}
.section_aboutjob{padding-bottom:123px; }
.section_aboutjob .about_tit{margin-top: 54px;margin-bottom: 36px;}
.zhaopin-con-list-con dt > span{font-size:17px;line-height: 61px;}
.zhaopin-con-list-con dt{height: 61px;}
.ddnew p{font-size:17px;line-height: 33px;}
.ddnew span:nth-of-type(2){margin-top: 40px;}
.ddnew span:nth-of-type(3){margin-top: 34px;}
/* list_about */
.about_top_viedo i{width:96px;height: 96px;margin-left:-48px;margin-top:-48px;}
.about_bot_culture li{width:380px;}
.about_bot_culture p{padding-left:120px;}
.culture_ico{left:60px;}
.about_bot_culture p{font-size:22px;line-height:22px;margin-top:-11px;}
.section_about_history{padding-top: 0px;}
.swiper-container-timeline dt{font-size:43px; }
.fivehalf li,.fivehalf{width:226px;}
.fivehalf li{height: 125px;}
.fivehalf:nth-of-type(2) li:nth-of-type(2), .fivehalf:nth-of-type(4) li:nth-of-type(1){height: 267px;}
.section_about_history .about_tit, .section_about_honor .about_tit, .section_index_parter .about_tit{font-size:24px;}
/* list_buy */
.section_tit_buy{font-size:24px;line-height: 24px; }
.section_buy{padding-top:56px;}
.content_contact p label,.buy_info li{font-size:17px;}
.content_contact p input{height: 52px;line-height:52px;}
.ajax_btn_submit{height: 50px;line-height: 50px;width: 242px;margin:48px auto 80px;}
.ajax_btn_submit:hover{width:252px;}
.content_shouhou .ajax_btn_submit{margin:48px auto;}
/* list_dianqipeijian */
.inside-nav li a{font-size:20px;}
.product_peijian li p,.jxpeijian dt{font-size:24px;line-height:24px;}
.product_peijian li span, .product_peijian li .pj_des{font-size: 17px;margin-top:14px;}
.product_peijian li{padding-top: 35px;padding-bottom:30px;}
/* list_hangyeyingyong */
.submenu_cat a{font-size: 17px;height: 45px;line-height: 45px;width:124px;}
.tipcaseitem{width:285px;}
.label_relative{width: 285px;height:193px;}
.tipcaseitem .btn_on, .dialogimg i.btn_on{width:56px;height:56px;margin-top:-28px;margin-left:-28px;border-radius:50%;background-size: 56px;

}
.tipcaseitem .hyyytxt{font-size:18px;line-height:27px;height: 54px;}
/* list_jixiepeijian */
.jx_des{font-size: 17px;line-height: 32px;}
.jx_imgs img{height:108px;}
.jx_imgs_a{margin-right: 48px;}
.jx_btn_more{font-size: 17px;line-height: 48px;height: 48px;}
/* list_lingqiaoshou */
.lqs_top p{font-size: 54px;line-height: 54px;}
.lqs_top span{font-size: 38px;line-height: 38px;}
.lsq_bot_item span{top:63.5%;}
/* list_news */
.news_item span{font-size:21px;}
.news_item p{font-size: 17px;}
/* list_parts */
.part_tit,.left_select dt,.right_thumb_info p label{font-size: 24px;}
.part_xh, .part_des{font-size: 17px;}
/* list_product */
.left_select{width: 240px;}
.right_thumb_info{width:875px; height: 370px;}
.right_thumb_info img{width: 491px;height: 370px;}
.right_thumb_info p{width:374px;padding-left:25px;padding-right:25px;font-size:21px;}
select.selectdiy_filter{height: 45px;line-height: 45px;margin-bottom:9px;}
.fiter_label{}
.tdcom{height:60px;line-height: 60px; }
.td1{width: 216px;}
.td2{width: 140px;}
.td3,.td5{width: 135px;}
.td4{width: 148px;}
.td6{width: 171px;}
.td7{width: 90px;}
/* list_sitemap */
.sitemap_item{padding-top: 10px;padding-bottom: 92px;}
.sitemap_item h3{font-size: 24px;margin-bottom: 33px;margin-top: 50px;}
.sitemap_item li{font-size: 16px;margin-left: 61px;}
.sitemap_item ul{padding-bottom: 32px;}
/* list_supplier */
.page_supplier{margin-top:64px;}
.sitemap_item h3, .section_tit_supplier{font-size: 24px;}
.page_supplier p, .page_supplier{font-size: 17px;line-height:34px;}
.su_foot{height:62px;line-height: 62px;}
.content_contact p.yyzz span,.content_contact p.yyzz i{top:46px;}
/* list_support_agree */
.content_agree, .content_agree p{font-size: 17px;line-height: 34px;}
/* list_support_download*/
.downdl{margin-top: 56px;}
.downdl dt{font-size:24px;margin-bottom: 29px;}
.downdl dd .downitem{height: 43px;line-height:43px;    padding-left: 37px;}
.downdl dd .downitem a{font-size:16px;}
.downdl dd .downico{right:37px;}
.wrapperdownload{padding-bottom:80px; }
/* list_support_question */
.content_support_list dl{margin-bottom: 26px;}
.content_support_list dt, .content_support_list dd{font-size: 16px;padding-left: 64px;}
.content_support_list dt{height:44px;line-height: 44px; }
.content_support_list dt span, .content_support_list dd > span{width: 44px;height: 44px;line-height: 44px;font-size: 22px;}
.content_support_list dl.active dd{min-height: 44px;}
.content_support_list dd{padding-top: 8px;padding-bottom: 8px;padding-right: 40px;}
.content_support_list dt i{top:15px;}
/* list_support_shouhou */
.shouhou_des{font-size: 18px;}
#shouhou_des_agree{font-size:22px;}
/* show_lingqiaoshou */
.showlqs_block_two i{width:131px;height: 131px;margin-top:-66.5px;margin-left:-66.5px;}
.span40{font-size: 32px;line-height: 32px;}
.p60{font-size:48px;line-height: 48px;}
.about_tit36,.swiper-container-lunbo p{font-size: 30px!important;line-height: 30px!important;}
.lsq_cpcs td{font-size:20px;}
.lsq_cpcs td:nth-of-type(2){padding-left:140px;}
#bodylqscat_12  .lsq_cpcs td:nth-of-type(1),#bodylqscat_13  .lsq_cpcs td:nth-of-type(1){width:30%;}
#bodylqscat_12  .lsq_cpcs td:nth-of-type(2),#bodylqscat_13  .lsq_cpcs td:nth-of-type(2){width:40%;}
.section_show_lqs{margin-top:0px;}
.showlqs_block_one p{top:6.21%;}
.showlqs_block_seven{padding-top:40px;padding-bottom:40px;}
.swiper-container-lunbo{padding-top:40px;}
/* show_news */
.news-show-tit h5{margin-top: 24px;font-size: 30px;}
.news-show-tit-info{margin-top:25px;padding-bottom: 25px; }
.news-show-tit-info span{font-size: 14px;}
.news-show-body p, .news-show-body span{font-size: 17px!important;line-height:32px!important;}
/* show_product*/
.articleTabsNavi li a,.ProductHeader{font-size: 22px;}
.ProductHeader{line-height:22px;}
.articleTabs li{width:359px; }
.articleTabs li img{width: 359px;height: 217px;}
.parametersize_row dd{padding-left:24px;}
.parametersize_img{margin-top:35px; }
.parametersize{margin-bottom:80px;margin-top: 32px;}
.section_contact_block li{width:580px;padding:40px;}
.section_contact_block ul{padding-top:40px;}
.section_contact_block li h5, .socialmedia h5{font-size:24px;}
.section_contact_block li p{font-size:17px;}
.social_ewm{width:150px;height:150px;}
.media_ewm_item{width:150px;}
.media_ewm{width:510px;}
.social_item a{width:200px;}
.stip{font-size:17px;}
}
@media screen and (max-width:1080px) {
    /* list_about_join */
.section_aboutparter_top{padding-top:25px;}
.join_des{font-size: 17px;width: 96%;margin-bottom: 20px;}
.swiper-container-aboutjoin{padding-bottom: 38px;}
.section_aboutparter_top img{margin-top: 1.5%;margin-bottom:0px;max-width:100%;}
.section_aboutjob .about_tit{margin-top: 20px;margin-bottom: 20px;}
.about_tit{font-size: 20px;}
.zhaopin-con-list-top span.s2, .zhaopin-con-list-con dt > span.s2{display: none;}
.zhaopin-con-list-top span.s4, .zhaopin-con-list-con dt > span.s4{display: none;}
.zhaopin-con-list-top span.s3, .zhaopin-con-list-con dt > span.s3{display: none;}
.zhaopin-con-list-top span.s1, .zhaopin-con-list-con dt > span.s1{width:85%;padding-left: 20px;
white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.zhaopin-con-list-top span.s5, .zhaopin-con-list-con dt > span.s5{width:15%;}
.ddnew{padding:30px 25px;}
.section_aboutjob{padding-bottom: 60px;}
.zhaopin-con-list-con dt > span{font-size: 16px;}
/* list_about */
.about_top_viedo i{width: 45px;height: 45px;margin-top:-22.5px;margin-left:-22.5px;background-size: 45px;}
.about_mid_des{font-size: 17px;line-height: 34px;padding-bottom:20px;}
.section_about_history{display: block;padding-top:0px;}
.swiper-container-timeline dl{width:100%;}
.swiper-container-timeline{height:auto!important;}
.swiper-container-timeline .swiper-slide{position:relative;}
.swiper-container-timeline dl{position:static;}
.swiper-container-timeline dt{font-size:20px;margin-bottom:20px;}
.swiper-container-timeline dd{font-size:16px;}
.section_about_history .wrapper{margin-bottom:30px;}
.about_bot_culture{flex-direction: column;}
.about_bot_culture li{width:100%;margin-bottom:15px;}
.about_bot_culture p{font-size:20px;line-height:20px;}
.section_about_top{padding-bottom:20px;padding-top:30px;}
.section_about_history .about_tit, .section_about_honor .about_tit, .section_index_parter .about_tit{padding-bottom:30px;}
.section_about_history .about_tit, .section_about_honor .about_tit, .section_index_parter .about_tit{font-size:21px;}
.fivehalf{width:48%;float: left;margin-right:0px;}
.fivehalf:nth-of-type(even){float: right;}
.fivehalf li{width:100%;height: auto;margin-top:10px;}
.fivehalf li img{height: auto;}
.fivehalf:nth-of-type(2) li:nth-of-type(2), .fivehalf:nth-of-type(4) li:nth-of-type(1){height: auto;}
.fivehalf:last-of-type{width:100%;}
.fivehalf:last-of-type li{width:48%;float: left;}
.fivehalf:last-of-type li:nth-of-type(even){float: right;}
.section_about_honor{padding-bottom:30px;}
.parterul li{margin-top:15px;}
.parterul li:nth-of-type(1),.parterul li:nth-of-type(2){margin-top:0px;}
.section_index_parter{padding-bottom:35px;}
.parterul{margin-top:0px;}
/* list_buy */
.section_buy{padding-top: 30px;}
.buy_info{margin-top:30px;}
.buy_info li{width:100%!important;margin-bottom:15px!important;}
.buy_info li:nth-of-type(2){background-size:13px;}
.buy_info li:last-of-type{margin-bottom:0px!important;}
.buy_info{padding:30px 15px;}
.content_contact p{width:100%;float: none!important;}
/* list_contact */
.section_contact_block ul{padding-top:30px;}
.section_contact_block li h5, .socialmedia h5{font-size:20px;}
.section_contact_block li p{font-size: 17px;}
.section_contact_block li{width:100%;height: auto;float: none;padding:30px;margin-bottom:20px;}
.socialmedia{height: auto;padding:30px 0px;margin-top:0px;}
.media_ewm{position: static;}
.socialcon{width:100%;margin-bottom:20px;}
.social_item a{width:25%;height: auto;padding-left:0px;text-align: center;padding-top:40px;font-size:17px;}
.social_item a:before{left:50%;margin-left:-19px;top:0px;}
.socialmedia h5{padding-left:20px;margin-bottom:15px;}
.media_ewm_item{width: 100px;}
.social_ewm{width:100px;height: 100px;}
.media_ewm{width:100%;justify-content: space-around;height: auto;}
.mapimgpc,.mappoint,.map_con{display: none!important;}
.mapimgmob{display: block;}
.map{width:100%;height: auto;}
.contact_map{padding-bottom: 35px;padding-top:20px;}
/* list_dianqipeijian */
.product_peijian{margin-bottom:30px;}
.product_peijian li img{width:90px;height: auto;top:20px;margin-top:0px;}
.product_peijian li p, .jxpeijian dt{font-size: 18px;}
.product_peijian li{padding:20px 20px 20px 105px;}
.tipcaseitem .hyyytxt,.submenu_cat a{font-size:16px;}
/* list_hangyeyingyong */
.submenu_cat{width:94%;margin-left: auto;margin-right: auto;}
.submenu_cat a{width:32%;margin-right:2%;float: left;margin-bottom:15px;}
.submenu_cat a:nth-of-type(3n){margin-right:0px;}
.tipcaseitem,.label_relative{width:100%;height: auto;}
.tipcaseitem{padding-bottom:20px;margin-top:10px;}
.section_hyyy{padding-bottom:35px;}
/* list_jixiepeijian */
.inside-nav li a{font-size: 18px;}
.breadcrumbs2{height:48px;line-height:48px;}
.jx_imgs img{height:90px;height:auto!important;}
.jx_imgs_a{margin-right:2%;width:32%;display: block;float: left;margin-bottom: 15px;}
.section_hyyy .label_relative img{position:static;transform: initial;margin-top:10px;margin-bottom:10px;}
.tipcaseitem .hyyytxt{height:auto;}
.jx_imgs_a:nth-of-type(3n){margin-right:0px;}
.jx_btn_more,.jx_imgs{clear: both;overflow: hidden;}
.jx_btn_more{margin-top:20px;}
.jxpeijian dl{padding-bottom:30px;}
.jxpeijian{padding-top:30px;}
/* list_lingqiaoshou */
.lqs_top p{font-size: 24px;top:28%;}
.lqs_top p,.lqs_top span{display:none;}
.lqs_top span,.lsq_bot_item p{font-size: 19px;}
.lsq_bot_item span{font-size:17px;top: 46%;}
.lsq_bot_item p{top:27%;}
.lsq_bot_item{width:100%;}
.section_lqs{padding-bottom:35px;}
.section_lqsdiynew{padding-bottom:0px;}
.newdiv{position:absolute;top:0px;left:0px;width:100%;height:100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    padding-left:6.83%;
    
}
.lsq_bot_item p, .lsq_bot_item span{position:static;left:initial;line-height:28px;}
/* list_news */

.news_item .new_date{background:#666;width:90px;height: 90px;left:0px;top:20px;margin-top:initial;}
.news_item .new_date .day,.news_item .new_date .time{color:#fff;}
.news_item .new_date .day{font-size:35px;line-height:35px;margin-top:20px;}
.news_item .new_date .time{font-size: 16px;margin-top:6px;}
.news_item p{margin-top:10px;font-size:15px;}
.news_item span{font-size:19px;}
.news_item{padding-left: 105px;padding-right:0px;background:#fff;height: auto;padding-top:20px;border-bottom: solid 1px #ececec;
padding-bottom:20px;margin-top:0px;
}

.listpage a{display: none;}
.listpage a.active,.listpage a.listpage-prev, .listpage a.listpage-next{display:inline-block;}
.listpage{padding-bottom:35px;}

/* list_parts */
.parts .parts_img{display:block;margin-left: auto;margin-right: auto;margin-bottom:15px;}
.part_tit, .part_xh{text-align: center;}
.parts_con{width:100%;}
.part_tit, .part_xh, .part_des{padding-left:0px;}
.parts{padding-top:30px;    flex-direction: column;}
.part_tit, .left_select dt,.right_thumb_info p label{font-size:20px;}
.right_thumb_info p label{margin-bottom:15px;margin-top:10px;}
.part_article{padding-bottom:35px;}
/* list_product */
.diy_filter_wrap{width:49%;margin-right:2%;float:left;}
select.selectdiy_filter{font-size: 15px;padding:0px 20px 0px 10px;background-position: right 10px center;}
.diy_filter_wrap:nth-of-type(2n){margin-right:0px;}
.fiter_label{font-size:17px;line-height:17px;margin-top:-8.5px;}
.diy_filter_wrap select.selectdiy_filter{padding-left:90px;}
.diy_filter_wrap:nth-of-type(2) select.selectdiy_filter, .diy_filter_wrap:nth-of-type(3) select.selectdiy_filter{padding-left:55px;}
select.selectdiy_filter{width:100%;}
.left_select{width:100%;float: none;}
.right_thumb_info img{width:100%;height: auto;padding:20px;float:none;padding-bottom:10px;}
.right_thumb_info{width:100%;height: auto;margin-top:11px;}
.right_thumb_info p{width:100%;padding:0px;font-size:15px;line-height:22px;padding:0px 20px 20px 20px;
   transform: inherit;
    position: static;
    text-align: left;
    
}
#cplx{margin-right:0px;float:none;width:100%;}
.model_productList{margin-top:20px;}
.td2,.td3,.td4,.td5,.td6,.td7{display: none;}
.td1,.td8{width:50%;}
.td1{padding-left:30px;}
.td8{padding-right:30px;}
/* list_sitemap */
.sitemap_item h3{font-size: 20px;margin-top: 30px;margin-bottom: 20px;}
.sitemap_item li{margin-left: 15px;}
.sitemap_item ul{padding-bottom: 20px;}
/* list_supplier */
.page_supplier{margin-top:30px;}
.sitemap_item h3, .section_tit_supplier{font-size:20px;}
.page_supplier{padding:0px 20px 20px;}
.su_foot{flex-direction: column;height: auto;line-height:32px;text-align: left;    align-items: flex-start;}
.section_tit_supplier{margin-top:20px;margin-bottom:20px;}
/* list_support_agree */
.content_agree{padding-bottom:35px;}
/* list_support_download */
.downdl{margin-top: 30px;}
.downdl dt{font-size:18px;margin-bottom: 15px;}
.downdl dd .downitem{padding-left: 15px;padding-right: 10px;}
.downdl dd .downitem a{font-size: 14px;}
.downdl dd .downico{right:10px;}
.wrapperdownload{padding-bottom:60px;}
.downdl dd .downitem p{width:80%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.shouhou_des,.content_contact p label, .buy_info li{font-size:16px;}
.ajax_btn_submit{font-size:18px;}
/* list_support_question */
.content_support_list dt{}
.content_support_list dt{height: 36px;line-height:36px;padding-left:51px;padding-right: 36px;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
.content_support_list dt span, .content_support_list dd > span{width: 36px;height: 36px;line-height:36px;}
.content_support_list dt, .content_support_list dd{font-size: 14px;}
.content_support_list dd{padding-right: 15px;padding-left: 51px;}
/* list_support_shouhou */
.shouhou_des{line-height:36px;}
.content_shouhou{padding-top:30px;}
.content_contact, .content_rgcontact{margin-top:0px;}
#shouhou_des_agree{font-size:20px;margin-bottom:5px;}
/* show_lingqiaoshou */
.p60{font-size: 22px;line-height: 22px;}
.span40{font-size: 19px;line-height: 19px;}
.section_show_lqs{margin-top:0px;}
.showlqs_block_one p{top:6%;}
.showlqs_block_one span{top:12%;}
.showlqs_block_three p{line-height:32px;top:30%;}
.showlqs_block_one span,.showlqs_block_one p,.showlqs_block_three span,.showlqs_block_three p,.showlqs_block_four p,.showlqs_block_four span,.showlqs_block_five span,.showlqs_block_five p{display:none;}
.showlqs_block_four span, .showlqs_block_four p{width:60%;left:initial;right:10%;text-align:right;}
.showlqs_block_five p{top:30%;}
.showlqs_block_four p{line-height:45px;top: 27.69%;}
.about_tit36, .swiper-container-lunbo p{font-size: 20px!important;}
.showlqs_block_seven{padding-top:20px;padding-bottom:20px;}
.swiper-container-lunbo .swiper-slide-active img{margin-top:0px;}
.swiper-container-lunbo .swiper-slide,.swiper-container-lunbo img{width:100%!important;height: auto!important;}
.swiper-container-lunbo .swiper-slide-active{height: auto!important;}
.swiper-container-lunbo{padding-top:20px;}
.lsq_cpcs td:nth-of-type(1),.lsq_cpcs td:nth-of-type(2){width:50%;padding-left:0px;}
#bodylqscat_12  .lsq_cpcs td:nth-of-type(1),#bodylqscat_12  .lsq_cpcs td:nth-of-type(2){width:33.3333%;}
#bodylqscat_13  .lsq_cpcs td:nth-of-type(1),#bodylqscat_13  .lsq_cpcs td:nth-of-type(2){width:33.3333%;}
.lsq_cpcs{padding:20px;}
.lsq_cpcs td{font-size: 16px;padding:16px 0px;}
.showlqs_block_nine{padding-top:30px;}
.sizeimg{margin-bottom:35px;}
.swiper-container-lunbo p{bottom:30px!important;}
/* show_news */
.news-show-tit h5{font-size: 18px;margin-top: 30px;line-height: 28px;}
.news-show-tit-info span.source{margin-left: 15px;}
.news-show-body{padding-bottom:35px;}
.news-show-body img{height: auto!important;}
/* show_product*/
.ProductHeader{font-size:20px;padding-top:20px;padding-bottom:20px;}
.slide_productImages .swiper-container-horizontal>.swiper-pagination-bullets, .slide_productImages .swiper-pagination-custom, .slide_productImages .swiper-pagination-fraction{bottom:30px;}
.slide_productImages .swiper-pagination-bullet-active{width:45px;}
.slide_productImages .swiper-pagination-bullet{width:30px;}
.slide_productImages .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0px 6px;}
.articleTabsNavi li{margin-right:20px;}
.articleTabsNavi li a,.ProductHeader{font-size:18px;}
.articleTabs li,.articleTabs li img{width:100%;height: auto;margin-right:0px;}
.parametersize_row dd{height: auto;padding:10px 0px;}
.parametersize{padding:30px 15px 0px;}
.parametersize_row label, .parametersize_row p{font-size:17px;}
.parametersize_row p{margin-top:8px;}
.parametersize_info{padding:0px 15px 30px;}
.parametersize {margin-bottom:0px;margin-top: 30px;}
 .fancybox-slide--iframe .fancybox-content {
    min-width: auto!important;
    max-width: none!important;
    width: 90%!important;
    margin-left: 5%;
    margin-right: 5%;
    height: 220px!important;
    min-height: auto!important;
    max-height: none!important; 
  }
.breadcrumbs{height:45px;line-height:45px;}
.dialog_video{width:96%;height:auto;left:2%;margin-left:initial;padding:20px;transform:translateY(-50%);top:50%;margin-top:initial;}
.dialog_tit{font-size: 18px;line-height:32px;margin-bottom:20px;}
.dialogimg{width:100%;height: auto;}
.dialogimg img, .avideo{height: auto;}
.content_contact p.yyzz i{display: none;}
.dialog_description{font-size:16px;line-height:29px;}
.dialogclose{right:0px;top:-37px;}
.stip{font-size:14px;}
#submenu_cat39, #submenu_cat15, #submenu_cat41{margin:15px auto;}






}