﻿@charset "UTF-8";
html{
  font-size: 6.25vw;
}
@media screen and  (min-width:1600px){
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}
.w_width{max-width:1600px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 70px;padding-right: 70px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*顶部导航*/
body.on{overflow: hidden;height: 100vh;}
.head{width: 100%;position: relative;z-index: 50;}
.t_navs{width: 100%;}
.t_navs::after{content: "";display: block;clear: both;}
/*正常屏幕显示*/
.t_navs .top{ width: 100%; float: left; }
.t_navs .top .box_t{float: left;width: 100%;background: #eb3323;position: relative;}
.t_navs .top .box_t a{float: left;font-size: 14px;line-height: 14px;color: #ffffff;margin-right: 25px;padding-top: 8px;padding-bottom: 8px;}
.t_navs .top .box_t ._l a:hover{color: #323232;}
.t_navs .top .box_t ._l{float: left;}
.t_navs .top .box_t ._r{float: right;}
.t_navs .top .box_t .email:hover{color: #323232;}
.t_navs .top .box_t .email{float: left;padding-left: 21px;background: url(img/mail.svg) left no-repeat;background-size:auto 14px;margin-right: 32px;}
.t_navs .top .box_t .phone{float: left;padding-left: 19px;background: url(img/phone.svg) left no-repeat;background-size:auto 14px;margin-right: 0;}
.t_navs .top .box_b{float: left;width: 100%;background: #ffffff;position: relative;}
/*logo*/
.t_navs .top .logo{ margin: 19px 0; line-height: 0; float: right;}
.t_navs .top .logo img{ width: auto; height: 42px;}
/* 搜索 */
.t_navs .top .sousuo{float: left;line-height: 0;padding:30px 0;padding-right: 44px;position: relative;}
.t_navs .top .sousuo .ico{float: left;width: 20px;height: 20px;}
.t_navs .top .sousuo img{display: block;width: 100%;}
.t_navs .top .sousuo .down{float: left;display: none;width:calc(300px + 1rem);position: absolute;left: 0;top: 100%;background:#ffffff;box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);}
.t_navs .top .sousuo .down .text{float: left;width: calc(100% - 73px);height: 40px;font-size: 14px;color: #333333;padding: 6px 10px;}
.t_navs .top .sousuo .down .submit{float: left;width: 70px;height: 34px;font-size: 14px;color: #fff;background: #eb3323;border-radius: 2px;margin: 3px 3px 3px 0;text-align: center;}
/*一级导航*/
.t_navs .top .right{ float:left;}
.t_navs .top .right .menu{float: left;}
.t_navs .top .right .menu ul{float: left;}
.t_navs .top .menu .nli{ float: left; position: relative;padding-right: 34px;}
.t_navs .top .menu .nli:last-child{padding-right: 0;}
.t_navs .top .menu .nli span a{ display: block;color: #000000; position: relative;font-size: 18px;line-height: 80px;}
/*鼠标经过样式*/
.t_navs .top .menu .nli.on span a,.t_navs .top .menu .nli:hover span a{ color: #eb3323;}
/*二级导航*/
.t_navs .top .sub{display: none;position: absolute; width: calc(200px + 0.56rem);top:100%;left: 50%;z-index: 4;border: 1px solid #f5f5f5;
-webkit-transform: translate(-50%, 0); 
-moz-transform: translate(-50%, 0); 
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);}
.t_navs .top .sub.active{display: block;}
.t_navs .top .sub .l2{ width: 100%;font-size: 16px;border-bottom: 1px solid #f5f5f5;position: relative;}
.t_navs .top .sub .l2:last-child{border-bottom: none;}
.t_navs .top .sub .l2 img{display: block;position: absolute;height: 12px;width: 6px;right: 15px;top: 50%;margin-top: -6px;}
.t_navs .top .sub .l2 a{ display: block;color: #666666;line-height: 50px;background: #ffffff;padding: 0 15px 0 20px;}
.t_navs .top .sub .l2 a:hover{ color: #eb3323;}
/* 三级导航 */
.t_navs .top .subb{display: none;position: absolute;width: calc(200px + 0.56rem);left: 100%;top: 0;border: 1px solid #f5f5f5;}
.t_navs .top .subb.active{display: block;}
.t_navs .top .subb .l3{display: block;width: 100%;border-bottom: 1px solid #f5f5f5;}
.t_navs .top .subb .l3:last-child{border-bottom: none;}
/*隐藏手机显示*/
.t_navs .menuph{ display: none;} 
.t_navs .xialaph{ display: none;}
@media screen and (max-width:1024px) {
/*电脑端导航隐藏*/
.t_navs .top .box_b.active{top: 0;}
.t_navs .menu{ display: none;}
.t_navs .top .box_t{display: none;}
.t_navs .top .box_b{top: 0;padding: 0;}
.t_navs .top .sousuo{display: none;}
.t_navs .top .logo{float: left;}
.t_navs .top .right{float: right;}
/*手机端导航显示*/
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
/*手机端样式*/
.t_navs .top{ padding: 0 15px; width: 100%; position: relative; top: 0; left: 0; z-index: 4; background: #fff;box-shadow: 0 0 30px rgba(0,0,0,0.1);}
/*logo*/
.t_navs .top .logo{ margin: 10px 0;}
.t_navs .top .logo img{ height: 30px;}
/*右侧三条杠*/
.t_navs .menuph{ float: right; width: 28px; height: 22px; cursor: pointer; text-align: center; margin: 14px 0;}
.t_navs .menuph .point { display: inline-block;  width: 28px;  height: 22px; position: relative;}
.t_navs .menuph .navbtn { position: absolute; top: 10px; right: 0; display: inline-block; width: 21px; height: 2px; background: #eb3323;
-webkit-transition: all .3s ease-out 0s; 
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.t_navs .menuph .navbtn::after,
.t_navs .menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 28px; height: 2px; content: ''; background: #eb3323;
-webkit-transition: all .3s ease-out 0s;  
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.t_navs .menuph .navbtn::after { top: -11px;}
.t_navs .menuph .navbtn::before { top: 11px;}
.t_navs .menuph .point.active .navbtn{ background: transparent;}
.t_navs .menuph .point.active .navbtn::after{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0;}
.t_navs .menuph .point.active .navbtn::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0;}
/*一级导航*/
.t_navs .xialaph{ position: fixed; left: 0; top: 0; float: left; width: 100%; height: 100%; overflow: scroll; padding: 54px 15px 100px 15px; display: none; z-index:3; background:#fff;}
.t_navs .xialaph .ul2,
.t_navs .xialaph .ul3{ display: none;}
.t_navs .xialaph h4 a{ float: left; width: 80%; color: #333333;line-height: 40px;font-size: 14px;} 
.t_navs .xialaph h4{ float: left; width: 100%; position: relative;}
.t_navs .xialaph li:last-child h4::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph h4:hover a,
.t_navs .xialaph h5:hover a{ color: #eb3323;}
.t_navs .xialaph h5 a{ float: left; width: 80%; color: #1f1f1f;line-height: 40px; text-transform: uppercase;font-size: 14px;}
.t_navs .xialaph h5{ float: left; width: 100%; position: relative;}
.t_navs .xialaph h5::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph h4 img{ width: 15px; height: 8px; display:block; margin:0 auto;  margin-top: 16px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;}
.t_navs .xialaph h5 img{ width: 11px; height: 6px;  display:block; margin:0 auto;  margin-top: 16px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;}
/* .t_navs .xialaph h4.active img.img_s,
.t_navs .xialaph h5.active img.img_s{ display: block;}
.t_navs .xialaph h4.active img.img_d,
.t_navs .xialaph h5.active img.img_d{ display: block;} */
.t_navs .xialaph h4.active img,
.t_navs .xialaph h5.active img{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}

.t_navs .xialaph .jt{width:40px; height:40px; float: right;  cursor: pointer;}
.t_navs .xialaph .jt .img_d{display:none !important;}


.t_navs .xialaph .ul2{ float: left; width: 100%; padding: 0 10px;width: 100%;}
.t_navs .xialaph .ul2 li{width: 100%;float: left;}
.t_navs .xialaph .ul3{padding-bottom: 10px; padding-left: 15px;  position: relative;width: 100%;float: left;}
.t_navs .xialaph .ul3::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph .ul3 li a{ color: #333;line-height: 35px; display: block;font-size: 14px;}
.t_navs .xialaph .ul3 li:hover a{color: #eb3323;}
.t_navs .xialaph .ul3 li{ padding-top: 5px;float: left;width: 100%;}
/*二级三级导航箭头*/
.t_navs .img_d,
.t_navs .disno{ display: none;} 

/* 下拉列表电话 */
.t_navs .xialaph .numb {float: left;width: 100%;font-size: 18px;color: #eb6106;line-height: 24px;text-align: center;font-weight: bolder;margin-top: 16px;}
/* 下拉搜索 */
.t_navs .xialaph .inputbox{float: left;width: 100%;position: relative;border: 1px solid #eee;margin-top: 20px;}
.t_navs .xialaph .inputbox input{width: 100%;height: 36px;display: block;padding: 0 50px 0 12px;font-size: 14px;color: #333;}
.t_navs .xialaph .inputbox img{width: 26px;display: block;position: absolute;right: 12px;top: 50%;margin-top: -13px;cursor: pointer;}
}


/* 底部 */
.b_navs .bottomnav{width: 100%;background: #323232;}
.b_navs .bottomnav .top{width: 100%;padding-top: calc(10px + 0.28rem);padding-bottom: calc(10px + 0.4rem);}
.b_navs .bottomnav .top::after{content: "";display: block;clear: both;}
.b_navs .bottomnav .top .leftbox{float: left;width: 43.25%;display: flex;}
.b_navs .bottomnav .top .bot_tit{float: left;font-size: calc(14px + 0.04rem);line-height: calc(18px + 0.04rem);color: #ffffff;padding-bottom: calc(10px + 0.11rem);position: relative;}
.b_navs .bottomnav .top .bot_tit::after{content: "";display: block;position: absolute;width: 100%;height: 1px;background: rgba(245,245,245,0.4);left: 0;bottom: 0;z-index: 2;}
.b_navs .bottomnav .top .bot_tit::before{content: "";display: block;position: absolute;width: 30.26%;height: 1px;background: #eb3323;left: 0;bottom: 0;z-index: 3;}
.b_navs .bottomnav .top .navbox{float: left;margin-right: calc(10px + 0.4rem);}
.b_navs .bottomnav .top .navbox .navs{float: left;width: 100%;font-size: 14px;line-height: 18px;margin-top: calc(10px + 0.06rem);}
.b_navs .bottomnav .top .navbox a{display: block;color: #bbbbbb;padding: 6px 0;}
.b_navs .bottomnav .top .navbox a:hover{color: #eb3323;}
.b_navs .bottomnav .top .callbox{float: left;}
.b_navs .bottomnav .top .callbox .info{float: left;width: 100%;font-size:14px;line-height: 30px;color: #bbbbbb;margin-top: calc(10px + 0.04rem);}
.b_navs .bottomnav .top .callbox .ewm{float: left;width: 100%;margin-top: calc(10px + 0.24rem);}
.b_navs .bottomnav .top .callbox ._img{float: left;}
.b_navs .bottomnav .top .callbox ._img img{display: block;width: calc(60px + 0.2rem);}
.b_navs .bottomnav .top .callbox ._img .name{display: block;font-size: 14px;line-height: 18px;color: #bbbbbb;margin-top: calc(6px + 0.06rem);text-align: center;}
.b_navs .bottomnav .top .callbox .img1{margin-right: calc(10px + 0.2rem);}
.b_navs .bottomnav .top .formbox{float: left;width: 56.75%;}
.b_navs .bottomnav .top .formbox .formtit{float: left;width: 100%;margin-bottom: calc(10px + 0.22rem);}
.b_navs .bottomnav .top .formbox .formtit .ft1{float: left;width: 100%;font-size: calc(16px + 0.04rem);line-height: calc(20px + 0.04rem);color: #ffffff;}
.b_navs .bottomnav .top .formbox .formtit .ft2{float: left;width: 100%;font-size: 14px;line-height: 18px;color: #bbbbbb;margin-top: 6px;}
.b_navs .bottomnav .top .formbox .form{float: left;width: calc(100% + 10px + 0.24rem);margin: 0 calc(-5px - 0.12rem);}
.b_navs .bottomnav .top .formbox .form .lab{float: left;width: 33.33%;padding:0 calc(5px + 0.12rem);margin-bottom: calc(10px + 0.1rem);position: relative;}
.b_navs .bottomnav .top .formbox .lab .text{float: left;width: 100%;height: 37px;font-size: 14px;line-height: 18px;color: #bbbbbb;padding:8px 0;border-bottom: 1px solid rgba(142, 143, 136);}
.b_navs .bottomnav .top .formbox .w100{width: 100% !important;}
.b_navs .bottomnav .top .formbox .form input::-webkit-input-placeholder{font-size: 14px;color: #bbbbbb;}
.b_navs .bottomnav .top .formbox .form input::-moz-placeholder{font-size: 14px;color: #bbbbbb;}
.b_navs .bottomnav .top .formbox .form input::moz-placeholder{font-size: 14px;color: #bbbbbb;}
.b_navs .bottomnav .top .formbox .form input:-ms-input-placeholder{font-size: 14px;color: #bbbbbb;}
.b_navs .bottomnav .top .formbox .xl_top{position: relative;}
.b_navs .bottomnav .top .formbox .xl_top::after{content: "";display: block;position: absolute;width: 12px;height: 6px;background: url(img/ico4.png) no-repeat;background-size: cover;right: 10px;top: 50%;margin-top: -3px;}
/* 20230629start */
.b_navs .bottomnav .top .formbox .down{display: none;position: absolute;width: calc(100% - 10px - 0.24rem);top: 100%;left: calc(5px + 0.12rem);z-index: 5;max-height: 128px;overflow: auto;}
.b_navs .bottomnav .top .formbox .down::-webkit-scrollbar{width: 3px;background: rgba(241,241,241);}
.b_navs .bottomnav .top .formbox .down::-webkit-scrollbar-thumb{background: #eb3323;}
/* 20230629end */
.b_navs .bottomnav .top .formbox .down .li{display: block;width: 100%;}
.b_navs .bottomnav .top .formbox .down .li a{display: block;width: 100%;background: #ffffff;font-size: 14px;line-height: 32px;color: #8e8f88;text-align: center;}
.b_navs .bottomnav .top .formbox .down .li a:hover{background: #eb3323;color: #ffffff;}
.b_navs .bottomnav .top .formbox .form .w44{width: 44.82%;margin-bottom: 0;}
.b_navs .bottomnav .top .formbox .form .w34{width: 34.58%;margin-bottom: 0;}
.b_navs .bottomnav .top .formbox .form .w20{width: 20.6%;margin-bottom: 0;}
.b_navs .bottomnav .top .formbox .yzmbox{float: left;width: 100%;}
.b_navs .bottomnav .top .formbox .yzmbox ._img{float: left;width: calc(70px + 0.4rem);padding-right: calc(6px + 0.06rem);}
.b_navs .bottomnav .top .formbox .yzmbox ._img img{display: block;width: 100%;height: 40px;}
.b_navs .bottomnav .top .formbox .yzmbox .text{width: calc(100% - 70px - 0.4rem);}
.b_navs .bottomnav .top .formbox .btn{float: left;width: 100%;font-size: 14px;height: 40px;color: #bbbbbb;text-align: center;border: 1px solid rgba(142, 143, 136);}
.b_navs .bottomnav .top .formbox .btn:hover{background: #eb3223;color: #ffffff;border: 1px solid #eb3223;}
.b_navs .bottomnav .friendlink{width: 100%;width: 100%;border-top: 1px solid #4d4d4d;padding: calc(10px + 0.06rem) 0;font-size: 12px;line-height: 12px;color: #bbbbbb;margin: 2px 0;}
.b_navs .bottomnav .friendlink a{display: inline-block;border-right: 1px solid #969696;padding: 0 calc(4px + 0.04rem);color: #bbbbbb;}
.b_navs .bottomnav .friendlink a:hover{color: #eb3323;}
.b_navs .bottomnav .bot{width: 100%;border-top: 1px solid #4d4d4d;padding: calc(7px + 0.07rem) 0;}
.b_navs .bottomnav .bot::after{content: "";display: block;clear: both;}
.b_navs .bottomnav .bot .copyright{float: left;font-size: 12px;line-height: 16px;color: #bbbbbb;}
.b_navs .bottomnav .bot .copyright a{color: #bbbbbb;}
.b_navs .bottomnav .bot .copyright a:hover{color: #eb3323;}
.b_navs .bottomnav .bot .other{float: right;font-size: 12px;line-height: 16px;color: #bbbbbb;}
.b_navs .bottomnav .bot .other a{color: #bbbbbb;}
.b_navs .bottomnav .bot .other a:hover{color: #eb3323;}
.b_navs .bottomnav .bot .other i{line-height: 14px;margin:0 8px;}
@media screen and (max-width:1024px) {
.b_navs .bottomnav .top .leftbox{display: none;}
.b_navs .bottomnav .top .formbox{width: 100%;}
.b_navs .bottomnav .friendlink{display: none;}
.b_navs .bottomnav .top .formbox .form .w44{margin-bottom: calc(10px + 0.1rem);}
.b_navs .bottomnav .top .formbox .form .w34{margin-bottom: calc(10px + 0.1rem);}
}
@media screen and (max-width:991px) {
.b_navs .bottomnav{margin-bottom: 50px;}
}
@media screen and (max-width:767px) {
.b_navs .bottomnav .top .formbox .form .lab{width: 50%;}
.b_navs .bottomnav .top .formbox .form .w44{width: 100%;}
.b_navs .bottomnav .bot .copyright{width: 100%;text-align: center;}
.b_navs .bottomnav .bot .other{width: 100%;text-align: center;margin-top: 4px;}
}
/*底导航漂浮*/
.b_navs .q_d_m{ float: left; width: 100%; height: 50px;}
.b_navs .pf_down{ width: 100%; float: left; position: fixed; left: 0; bottom: 0; height: 50px; background: #eb3323; z-index: 16; box-shadow: 0 -5px 10px rgba(0,0,0,0.2);}
.b_navs .pf_down li{ width: 33.3%; float: left; text-align: center; padding: 7px 0 4px 0; border-right: 1px solid #fff;}
.b_navs .pf_down li .ico7{ width: 100%; float: left; height: 20px;}
.b_navs .pf_down li .d_name{ width: 100%; float: left; margin-top: 4px; font-size: 12px; color: #fff; line-height: 14px;}
.b_navs .pf_down li.l1 .ico7{ background: url(img/img4.png) no-repeat center; background-size: 20px 20px;}
.b_navs .pf_down li.l2 .ico7{ background: url(img/img3.png) no-repeat center; background-size: 20px 20px;}
.b_navs .pf_down li.l3 .ico7{ background: url(img/img2.png) no-repeat center; background-size: 20px 20px;}
.b_navs .pf_down li:last-child{ border: none;}
.b_navs .pf_down li:nth-child(3n){ border: none;}



/* 首页 */
.sy_ban_box{position: fixed;width: 100%;height:100vh;left: 0;top: 0;z-index: 1;}
.sy_banner{width: 100%;position: relative;height: 100%;}
.sy_banner .w_box{display: block;width: 100%;max-width: 1600px;height: 100%;position: absolute;left: 50%;top: 0;-webkit-transform: translate(-50%,0);z-index: 10; 
-moz-transform: translate(-50%, 0); 
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);}
.sy_banner .ph_show{display: none;}
.sy_banner .back{display: block;width: 100%;height: 100%;}
.sy_banner .ul{width: 100%;}
.sy_banner .li{width: 100%;height:100vh;line-height: 0;position: relative;overflow: hidden;}
.sy_banner .li::after{content: "";display: block;position:absolute;width: 100%;height: 50%;background: linear-gradient(to top,rgba(17,17,17,0.7),rgba(17,17,17,0));left: 0;bottom: 0;z-index: 5;}
.sy_banner .li .onbox{display: block;position: absolute;width: calc(100px + 6.5rem);height: 100%;background: url(img/back1.png) no-repeat;background-size: 100% 100%;padding-right: calc(60px + 1.94rem);padding-left: 0.34rem;display: flex;align-items: center;left: 0;top: 100%;
transition: All 0.8s ease-in-out;
-webkit-transition: All 0.8s ease-in-out;
-moz-transition: All 0.8s ease-in-out;
-o-transition: All 0.8s ease-in-out;}
.sy_banner .li ._img{width: 100%;height: 100%;padding-bottom: 53.02%; position: relative; overflow: hidden;}
.sy_banner .li img{display: block;width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;object-fit: cover;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.sy_banner .slick-current .onbox{top: 0;}
.sy_banner .li .onbox .cont{display: block;width: 100%;}
.sy_banner .li .onbox .tit{display: block;width: 100%;font-size: calc(16px + 0.12rem);line-height: calc(20px + 0.22rem);color: #111111;padding-bottom: calc(10px + 0.16rem);position: relative;}
.sy_banner .li .onbox .tit::after{content: "";display: block;position: absolute;width: calc(20px + 0.36rem);height: 3px;background:url(img/ico5.png) no-repeat;left: 0;bottom: 0;}
.sy_banner .li .onbox .text{display: block;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.16rem);color: #666666;margin-top: calc(10px + 0.1rem);}
.sy_banner .slick-dots{float: left;position: absolute;width: 31.35%;height: 1px;background: #a4a4a4;left: 10.93%;bottom: calc(10px + 0.75rem);z-index: 10;}
.sy_banner .slick-dots li{float: left;width: 20%;height: 3px;margin-top: -2px;cursor: pointer;}
.sy_banner .slick-dots .slick-active{background: #eb3323;}
.sy_banner .slick-arrow{display: block;position: absolute;width: 40px;height: 40px;top: 50%;left: auto;right: 0;}
.sy_banner .slick-next{background: url(img/ico2.png) center no-repeat #ffffff;background-size: 7px 12px;margin-top: -40px;}
.sy_banner .slick-prev{background: url(img/ico3.png) center no-repeat #ffffff;background-size: 7px 12px;}
.sy_banner .slick-next:hover{background: url(img/ico2-1.png) center no-repeat #eb3323;background-size: 7px 12px;}
.sy_banner .slick-prev:hover{background: url(img/ico3-1.png) center no-repeat #eb3323;background-size: 7px 12px;}
.sy_banner .next_btn{display: block;position: absolute;width: 20px;height: 30px;border: 1px solid #ffffff;left: 50%;bottom: calc(20px + 0.37rem);margin-left: -10px;border-radius:20px;transition: transform .4s ease-out;}
.sy_banner .next_btn::after{content: "";display: block;position: absolute;width: 1px;height: 7px;background: #ffffff;left: 50%;top: 5px;animation:shubiao 3s infinite;-webkit-animation:shubiao 3s infinite;}
@keyframes shubiao{
  from {
    height: 7px;
  }
  to {
    height: 16px;
  }
}
@media screen and (max-width:1600px) {
.sy_banner .li .onbox{left: 70px;}
.sy_banner .li .onbox .tit{font-size: calc(16px + 0.04rem);line-height: calc(20px + 0.14rem);padding-bottom: calc(10px + 0.04rem);}
.sy_banner .li .onbox .text{font-size: 14px;line-height: calc(20px + 0.04rem);}
.sy_banner .slick-dots{left: calc(70px + 0.34rem);}
}
@media screen and (max-width:1024px) {
.sy_banner .ph_show{display: block;}
.sy_banner .ul{height: 100%;}
.sy_banner .li{height:100vh;}
.sy_banner .li .onbox{display: none;}
.sy_banner .next_btn{display: none;}
.sy_banner .slick-dots{left: 0;width: 100%;height: auto;background: none;display: flex;align-items: center;justify-content: center;}
.sy_banner .slick-dots li{width: 10px;height: 10px;background: #ffffff;border-radius: 100%;margin: 0 5px;}
.sy_banner .slick-arrow{display: none !important;}
}
@media screen and (max-width:991px) {
.sy_ban_box{position: relative;height: auto;}
.sy_banner .li{height:30vh;}
.sy_banner .slick-dots{bottom: calc(10px + 0.2rem);}
}
/* 首页标题 */
.sy_tit{float: left;width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;}
.sy_more_btn{float: left;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #111111;padding-left: calc(10px + 0.1rem);position: relative;}
.sy_more_btn::after{content: "";display: block;position: absolute;width: calc(20px + 0.1rem);height: calc(20px + 0.1rem);border-radius: 100%;background: #eb3323;left: 0;top: 50%;margin-top: calc(-10px - 0.05rem);z-index: 1;}
.sy_more_btn span{position: relative;z-index: 5;}
a.sy_more_btn:hover{color: #eb3223;}

.main_box{display: block;position: relative;z-index: 5;margin-top: calc(100vh - 110px);background: #ffffff;}
.sy_sectA{width: 100%;background: #f5f5f5;padding-top: calc(10px + 0.73rem);padding-bottom: calc(10px + 0.7rem);}
.sy_sectA .cont1{width: 100%;}
.sy_sectA .cont1::after{content: "";display: block;clear: both;}
.sy_sectA .cont1 .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #111111;margin-top: calc(10px + 0.23rem);margin-bottom: calc(10px + 0.45rem);}
.sy_sectA .cont2{width: 100%;margin-top: calc(10px + 0.6rem);margin-bottom: calc(10px + 0.7rem);}
.sy_sectA .cont2 .ul{width: calc(100% + 10px + 0.14rem);margin:0 calc(-5px - 0.07rem);}
.sy_sectA .cont2 .ul::after{content: "";display: block;clear: both;}
.sy_sectA .cont2 .li{float: left;width: 20%;padding: calc(5px + 0.07rem);}
/* 20230629start */
.sy_sectA .cont2 .li .a{float: left;width: 100%;height: calc(150px + 1.5rem);background: #ffffff;padding:calc(10px + 0.2rem) calc(10px + 0.1rem);display: flex;align-items: center;}
/* 20230629end */
.sy_sectA .cont2 .box{float: left;width: 100%;padding:0 calc(7px + 0.07rem);}
.sy_sectA .cont2 .li ._img{display: block;width: 100%;line-height: 0;}
.sy_sectA .cont2 .li ._img img{display: block;width: calc(40px + 0.2rem);height: calc(30px + 0.3rem);}
.sy_sectA .cont2 .li .name{display: block;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.08rem);color: #333333;font-weight: bold;margin-top: calc(10px + 0.28rem);}
.sy_sectA .cont2 .li .text{display: none;width: 100%;font-size: 14px;line-height: calc(20px + 0.1rem);color: #ffffff;margin-top: calc(10px + 0.08rem);overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:6;}
.sy_sectA .cont2 .li ._img .img2{display: none;}
/* 20230629start */
.sy_sectA .cont2 .li .a:hover{background: #eb3323;}
.sy_sectA .cont2 .li .a:hover .box{padding: 0;}
.sy_sectA .cont2 .li .a:hover .img1{display: none;}
.sy_sectA .cont2 .li .a:hover .img2{display: block;margin: 0 auto;}
.sy_sectA .cont2 .li .a:hover .name{color: #ffffff;text-align: center;margin-top: calc(7px + 0.07rem);}
.sy_sectA .cont2 .li .a:hover .text{display: block;display:-webkit-box;}
/* 20230629end */
.sy_sectA .cont3{width: 100%;}
.sy_sectA .cont3::after{content: "";display: block;clear: both;}
.sy_sectA .cont3 ._l{float: left;width: 47.5%;border-radius: 6px;overflow: hidden;}
.sy_sectA .cont3 ._l img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.sy_sectA .cont3 ._l:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.sy_sectA .cont3 ._r{float: left;width: 52.5%;padding: 0.64rem 0 0.64rem 0.7rem;}
.sy_sectA .cont3 ._r .tit{float: left;width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;}
.sy_sectA .cont3 ._r .text{float: left;width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(20px + 0.16rem);color: #666666;margin-top: calc(10px + 0.42rem);}
@media screen and (max-width:1600px) {
.sy_sectA .cont2 .li .name{font-size: calc(16px + 0.04rem);line-height: calc(20px + 0.04rem);}
.sy_sectA .cont2 .li .text{font-size: 14px;line-height: 18px;margin-top: 10px;}
.sy_sectA .cont3 ._r{padding: 0.2rem 0 0.2rem 0.4rem;}
.sy_sectA .cont3 ._r .text{margin-top: calc(10px + 0.1rem);}
}
@media screen and (max-width:1024px) {
.main_box{margin-top: 100vh;}
.sy_sectA .cont3 ._l{width: 100%;}
.sy_sectA .cont3 ._r{width: 100%;padding: 20px 0 0 0;}
.sy_sectA .slick-dots{display: block;width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 10px;}
.sy_sectA .slick-dots li{float: left;width: 10px;height: 10px;border-radius: 100%;background: #ffffff;margin: 0 4px;}
.sy_sectA .slick-dots .slick-active{background: #eb3223;}
}
@media screen and (max-width:991px) {
  .main_box{margin-top:0;}
}
@media screen and (max-width:767px) {
  .sy_sectA .cont2 .li .a{height: 275px;}
  .sy_sectA .cont2 .li .text{font-size: 12px;}
  .sy_sectA .cont3 ._l{display: none;}
  .sy_sectA .cont3 ._r{padding: 0;}


.sy_sectA .cont2 .li .a .text{ -webkit-line-clamp: initial !important;}

}
.sy_sectB{width: 100%;padding-top: calc(10px + 0.68rem);padding-bottom: calc(10px + 0.86rem);overflow: hidden;}
.sy_sectB .w_width{position: relative;}
.sy_sectB ._t{width: 100%;}
.sy_sectB ._t::after{content: "";display: block;clear: both;}
.sy_sectB ._t .cont{float: left;width: 100%;margin-top: calc(10px + 0.48rem);}
.sy_sectB ._t .name{float: left;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.08rem);color: #eb3223;}
.sy_sectB ._t .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.05rem);}
.sy_sectB ._b{width: 100%;margin-top: calc(10px + 0.43rem);height: calc(300px + 2.1rem);display: block;position: relative;margin-bottom: calc(30px + 0.15rem);}
.sy_sectB ._b::after{content: "";display: block;clear: both;}
.sy_sectB ._b .ul{float: left;width: 120%;position: absolute;left: 0;top: 0;}
.sy_sectB ._b .ul .li{float: left;width: calc(200px + 1.8rem);margin-right: calc(10px + 0.16rem);position: relative;}
.sy_sectB ._b .ul a{float: left;width: 100%;height: calc(300px + 2.1rem);overflow: hidden;position: relative;border-radius: 6px;}
.sy_sectB ._b .ul a:hover{box-shadow: 0 0 0.27rem 4px rgba(193,193,193,0.23);}
.sy_sectB ._b .li:nth-child(4) a::after{content: "";display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.1);}
.sy_sectB ._b .ul ._img{float: left;width: 100%;height: 100%;padding-bottom: 74.5%; position: relative; overflow: hidden;}
.sy_sectB ._b .ul ._img img{display: block;width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;object-fit: cover;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.sy_sectB ._b .ul .cont_b{display: block;position: absolute;width: 100%;height: 45.09%;background: #ffffff;padding: calc(10px + 0.2rem) calc(10px + 0.22rem);left: 0;bottom: -100%;z-index: 5;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.sy_sectB ._b .ul .cont_b .name_b{display: block;width: 100%;font-size: calc(14px + 0.1rem);line-height: calc(18px + 0.1rem);color: #eb3323;}
.sy_sectB ._b .ul .cont_b .text_b{display: block;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(6px + 0.06rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_sectB ._b .ul .cont_b .btn{display:block;position: absolute;left: 0;bottom: 0;width: calc(37px + 0.3rem);height: calc(30px + 0.3rem);background: url(img/img18.png) center no-repeat;background-size: cover;}
.sy_sectB ._b .ul a:hover .cont_b{bottom: 0;}
.sy_sectB ._b .ul .tit{display: block;position: absolute;width: 100%;font-size: calc(14px + 0.1rem);line-height: calc(18px + 0.1rem);color: #ffffff;left: 0;bottom: calc(10px + 0.22rem);padding:0 calc(10px + 0.26rem);}
.sy_sectB ._b .ul a:hover .tit{display: none;}
.sy_sectB .slick-dots{display: block;width: 100%;height: 1px;background: #a4a4a4;margin-top: calc(10px + 0.44rem);}
.sy_sectB .slick-dots li{float: left;width: 2rem;height: 3px;margin-top: -2px;}
.sy_sectB .slick-dots .slick-active{background: #eb3323;}
.sy_sectB .slick-arrow{display: block;position: absolute;width: 30px;height: 30px;border-radius: 100%;border: 1px solid #9b9b9b;top:auto;bottom: -30px;left: auto;right:calc(10% + 1.3rem);}
.sy_sectB .slick-next{background: url(img/ico7.png) center no-repeat #ffffff;background-size: 7px 12px;}
.sy_sectB .slick-prev{background: url(img/ico6.png) center no-repeat #ffffff;background-size: 7px 12px;right: calc(40px + 1.61rem + 10%);}
.sy_sectB .slick-next:hover{background: url(img/ico2-1.png) center no-repeat #eb3323;background-size: 7px 12px;border: none;}
.sy_sectB .slick-prev:hover{background: url(img/ico3-1.png) center no-repeat #eb3323;background-size: 7px 12px;border: none;}
@media screen and (max-width:1600px) {
  .sy_sectB ._t .cont{margin-top: calc(10px + 0.1rem);}
  .sy_sectB ._b{margin-top: calc(10px + 0.23rem);height: calc(300px + 0.5rem);}
  .sy_sectB ._b .ul a{height: calc(300px + 0.5rem);}
  .sy_sectB ._b .ul .li{width: calc(200px + 0.8rem);}
  .sy_sectB ._b .ul .cont_b{padding: calc(10px + 0.1rem) calc(10px + 0.12rem);}
  .sy_sectB ._b .ul .cont_b .name_b{font-size: calc(14px + 0.04rem);line-height: calc(18px + 0.04rem);}
  .sy_sectB ._b .ul .cont_b .text_b{font-size: 14px;line-height: calc(16px + 0.04rem);margin-top: 6px;}
  .sy_sectB ._b .ul .cont_b .btn{width: calc(37px + 0.1rem);height: calc(30px + 0.1rem);}
}
@media screen and (max-width:1024px) {
  .sy_sectB .slick-arrow{right: calc(20% + 1rem);}
  .sy_sectB .slick-prev{right: calc(20% + 1.3rem + 40px);}
}
@media screen and (max-width:767px) {
  .sy_sectB ._b{margin-bottom: 30px;}
}
.sy_sectC{width: 100%;background: #f5f5f5;padding-top: calc(10px + 0.68rem);padding-bottom: calc(10px + 0.7rem);}
.sy_sectC .contbox{width: 100%;}
.sy_sectC .contbox::after{content: "";display: block;clear: both;}
.sy_sectC .contbox .name{float: left;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.08rem);color: #eb3223;margin-top: calc(10px + 0.48rem);}
.sy_sectC .contbox .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(8px + 0.08rem);}
.sy_sectC .list{width: 100%;margin-top: calc(10px + 0.44rem);}
.sy_sectC .list .ul{width:calc(100% + 10px + 0.3rem);margin: calc(-5px - 0.15rem);}
.sy_sectC .list .ul::after{content: "";display: block;clear: both;}
.sy_sectC .list .li{float: left;width: 50%;padding: calc(5px + 0.15rem);}
.sy_sectC .list a{float: left;width: 100%;background: #ffffff;border-radius:calc(4px + 0.04rem);overflow: hidden;}
.sy_sectC .list a:hover .sy_more_btn{color: #eb3223;}
.sy_sectC .list ._img{float: left;width: 100%;overflow: hidden;}
.sy_sectC .list ._img img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.sy_sectC .list a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.sy_sectC .list .cont{float: left;width: 100%;padding: calc(10px + 0.18rem) calc(10px + 0.2rem);}
.sy_sectC .list .cont ._l{float: left;font-size: calc(16px + 0.12rem);line-height: calc(20px + 0.12rem);color: #333333;}
.sy_sectC .list .cont ._l i{display: inline-block;vertical-align: middle;margin-top: calc(-4px - 0.04rem); width: calc(20px + 0.12rem);height: calc(20px + 0.12rem);margin-right: calc(8px + 0.08rem);}
.sy_sectC .list .sy_more_btn{float: right;}
.sy_sectC .list a:hover ._l{color: #eb3223;}
@media screen and (max-width:767px) {
  .sy_sectC .list .cont{padding: 10px;}
  .sy_sectC .list .sy_more_btn{display: none;}
}
.sy_sectD{width: 100%;padding-top: calc(10px + 0.7rem);padding-bottom: calc(10px + 0.85rem);overflow: hidden;}
.sy_sectD .tbox{width: 100%;}
.sy_sectD .tbox::after{content: "";display: block;clear: both;}
.sy_sectD .sy_tit{float: left;width: auto;}
.sy_sectD .sy_more_btn{float: right;}
.sy_sectD .sy_more_btn:hover{color: #eb3223;}
.sy_sectD .list{width: 100%;height: calc(300px + 3.43rem);margin-top: calc(10px + 0.68rem);position: relative;margin-bottom: calc(30px + 0.24rem);}
.sy_sectD .list::after{content: "";display: block;clear: both;}
.sy_sectD .list .ul{float: left;width: 120%;position: absolute;left: 0;top: 0;}
.sy_sectD .list .li{float: left;width: calc(200px + 2.98rem);margin-right: calc(10px + 0.3rem);}
.sy_sectD .list a{float: left;width: 100%;position: relative;}
.sy_sectD .list ._img{float: left;width: 100%;height: 100%;padding-bottom: 66.66%;border-radius: 6px;position: relative; overflow: hidden;}
.sy_sectD .list ._img img{display: block;width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;object-fit: cover;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.sy_sectD .list .tbox{float: left;width: 100%;margin-bottom: calc(10px + 0.28rem);}
.sy_sectD .list .tbox .time{float: left;width: 100%;}
.sy_sectD .list .tbox .day{float: left;width: 100%;font-size: calc(16px + 0.14rem);line-height: calc(20px + 0.14rem);color: #111111;font-weight: bold;}
.sy_sectD .list .tbox .year{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #333333;margin-top: calc(4px + 0.04rem);}
.sy_sectD .list .tbox .tit{float: left;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.08rem);color: #111111;font-weight: bold;margin-top: calc(10px + 0.28rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_sectD .list .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.16rem);color: #666666;margin-top: calc(10px + 0.2rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_sectD .list .ico{float: left;width: 17px;height: 10px;background: url(img/ico10.png) no-repeat;background-size: cover;margin-top: calc(10px + 0.23rem);}
.sy_sectD .list a:hover .tbox .tit{color: #eb3223;}
.sy_sectD .list a:hover .ico{background: url(img/ico10-1.png) no-repeat;background-size: cover;}
.sy_sectD .slick-dots{display: block;width: 100%;height: 1px;background: #a4a4a4;margin-top: calc(20px + 0.34rem);}
.sy_sectD .slick-dots li{float: left;width: 2rem;height: 3px;margin-top: -2px;cursor: pointer;}
.sy_sectD .slick-dots .slick-active{background: #eb3323;}
.sy_sectD .slick-arrow{display: block;position: absolute;width: 30px;height: 30px;border-radius: 100%;border: 1px solid #9b9b9b;top:auto;bottom: -30px;left: auto;right: calc(10% + 1.3rem);}
.sy_sectD .slick-next{background: url(img/ico7.png) center no-repeat #ffffff;background-size: 7px 12px;}
.sy_sectD .slick-prev{background: url(img/ico6.png) center no-repeat #ffffff;background-size: 7px 12px;right: calc(40px + 1.61rem + 10%);}
.sy_sectD .slick-next:hover{background: url(img/ico2-1.png) center no-repeat #eb3323;background-size: 7px 12px;border: none;}
.sy_sectD .slick-prev:hover{background: url(img/ico3-1.png) center no-repeat #eb3323;background-size: 7px 12px;border: none;}
@media screen and (max-width:1600px) {
  .sy_sectD .list .li{width: calc(200px + 2rem);}
  .sy_sectD .list{margin-top: calc(10px + 0.2rem);}
  .sy_sectD .list .tbox{margin-bottom: calc(10px + 0.1rem);}
  .sy_sectD .list .tbox .tit{margin-top: calc(10px + 0.1rem);font-size: 16px;line-height: 20px;}
  .sy_sectD .list .text{margin-top: calc(10px + 0.1rem);font-size: 14px;line-height: calc(18px + 0.04rem);}
  .sy_sectD .list .ico{margin-top: calc(10px + 0.1rem);}
}
@media screen and (max-width:1024px) {
.sy_sectD .slick-arrow{right: calc(20% + 1rem);}
.sy_sectD .slick-prev{right: calc(20% + 1.3rem + 40px);}
}
.sy_sectE{width: 100%;padding-bottom: calc(10px + 0.7rem);}
.sy_sectE .box{width: 100%;border-radius: 8px;overflow: hidden;box-shadow: 0 0 0.43rem 5px rgba(198,198,198,0.23);}
.sy_sectE .box::after{content: "";display: block;clear: both;}
.sy_sectE .box a{float: left;width: 100%;}
.sy_sectE ._l{float: left;width: 45%;padding: 1.03rem 0.62rem;}
.sy_sectE ._l .titbox{float: left;width: 100%;}
.sy_sectE ._l .t1{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #eb3223;}
.sy_sectE ._l .t2{float: left;width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;margin-top: calc(10px + 0.08rem);}
.sy_sectE ._l .text{float: left;width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(18px + 0.04rem);color: #666666;margin-top: calc(10px + 0.53rem);margin-bottom: calc(10px + 0.75rem);}
.sy_sectE ._r{float: left;width: 55%;line-height: 0;overflow: hidden;}
.sy_sectE ._r img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.sy_sectE .box a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.sy_sectE .box a:hover ._l .t2{color: #eb3223;}
.sy_sectE .box a:hover .sy_more_btn{color: #eb3223;}
@media screen and (max-width:1600px) {
.sy_sectE ._l{padding: 0.6rem calc(10px + 0.2rem);}
.sy_sectE ._l .text{line-height: calc(18px + 0.1rem);}
}
@media screen and (max-width:1024px) {
.sy_sectE ._l .text{margin: calc(10px + 0.5rem) 0;}
}
@media screen and (max-width:767px) {
.sy_sectE ._l{width: 100%;padding: calc(10px + 0.7rem);}
.sy_sectE ._r{width: 100%;}
.sy_sectE ._l .t2{margin-top: 6px;}
.sy_sectE ._l .text{margin-top: 6px;}
}

/* 当前位置 */
.nowlocal{width: 100%;padding-top: calc(10px + 0.1rem);padding-bottom: calc(10px + 0.1rem);font-size: calc(14px + 0.02rem);line-height: calc(16px + 0.02rem);color: #000000;}
.nowlocal .sy{padding-left: calc(16px + 0.16rem);background: url(img/home.svg) left no-repeat;background-size:auto calc(16px + 0.02rem);}
.nowlocal i{margin:0 5px;}
.nowlocal a{color: #000000;}
.nowlocal a:hover{color: #eb3223;}
/* 翻页 */
.pagation{width: 100%;display: flex;align-items: center;justify-content: center;}
.pagation ul{float: left;}
.pagation li{float: left;margin:0 5px;}
.pagation li a{float: left;width: 30px;height: 30px;border-radius: 100%;border: 1px solid #dedede;font-size: calc(14px + 0.04rem);line-height: calc(14px + 0.04rem);color: #333333;text-align: center;display: flex;align-items: center;justify-content: center;}
.pagation .fy{margin:0 15px;}
.pagation .fy a{width: 62px;border-radius: 30px;font-size: 14px;line-height: 14px;color: #666666;}
.pagation li a:hover,
.pagation li a.on{color: #ffffff;background: #ff0208;border: 1px solid #ff0208;}
.page_ph{width: 100%;display: none;}
.page_ph::after{content: "";display: block;clear: both;}
.page_ph a{float: left;width: 30%;font-size: 14px;line-height: 30px;text-align: center;background: #eb3223;color: #ffffff;border-radius: 30px;}
.page_ph span{float: left;width: 40%;font-size: 14px;line-height: 30px;color: #666666;text-align: center;}
@media screen and (max-width:767px) {
.pagation{display: none;}
.page_ph{display: block;}
}
/* 产品中心 */
.product_main{width: 100%;padding-top: calc(10px + 0.68rem);padding-bottom: calc(10px + 0.7rem);border-top: 1px solid #dddddd;}
.product_main .contbox{width: 100%;margin-bottom: calc(10px + 0.45rem);}
.product_main .contbox .tit{width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;}
.product_main .contbox .text{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.23rem);}
.product_main .list{width: 100%;margin-bottom: calc(10px + 0.5rem);}
.product_main .list::after{content: "";display: block;clear: both;}
.product_main .list .ul{float: left;width: calc(100% + 10px + 0.4rem);margin: calc(-5px - 0.2rem);}
.product_main .list .li{float: left;width: 33.33%;padding: calc(5px + 0.2rem);}
.product_main .list a{float: left;width: 100%;background: #ffffff;border-radius: 6px;overflow: hidden;position: relative;}
.product_main .list ._img{float: left;width: 100%;border-bottom: 1px solid #dddddd;overflow: hidden;}
.product_main .list ._img img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.product_main .list a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.product_main .list .cont{float: left;width: 100%;height: calc(134px + 1rem);padding: calc(10px + 0.2rem) calc(10px + 0.38rem) calc(20px + 0.4rem) calc(10px + 0.3rem);}
.product_main .list .name{float: left;width: 100%;font-size: calc(14px + 0.1rem);line-height: calc(18px + 0.1rem);color: #333333;font-weight: bold;}
.product_main .list .info{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.13rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.product_main .list .ico{float: left;position: absolute;width: calc(37px + 0.3rem);height: calc(30px + 0.3rem);background: url(img/ico11.png) no-repeat;background-size: cover;left: 0;bottom: 0;}
.product_main .list a:hover .name{color: #eb3323;}
.product_main .list a:hover .ico{background: url(img/ico11-1.png) no-repeat;background-size: cover;}
.product_main .botbox{width: 100%;margin-top: calc(10px + 0.72rem);background: url(img/back2.jpg) right no-repeat;background-size: cover;padding: calc(10px + 0.52rem) calc(10px + 0.54rem) calc(10px + 0.46rem) calc(10px + 0.54rem);border-radius: 6px;overflow: hidden;}
.product_main .botbox .tit{width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;}
.product_main .botbox .cont{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #333333;margin-top: calc(10px + 0.28rem);}
.product_main .botbox .ul{width: 100%;margin-top: calc(10px + 0.18rem);font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #333333;}
.product_main .botbox .li{width: 100%;padding: calc(4px + 0.04rem) 0;padding-left: calc(10px + 0.08rem);position: relative;}
.product_main .botbox .li::after{content: "";display: block;position: absolute;width: 6px;height: 6px;border-radius: 100%;background: #eb3323;left: 0;top: calc(13px + 0.06rem);margin-top: -1px;}
@media screen and (max-width:767px) {
.product_main .list .li{width: 50%;}
}
/* 产品详情页 */
.product_detailA{width: 100%;border-top: 1px solid #dddddd;padding-top: calc(10px + 0.63rem);padding-bottom: calc(10px + 0.54rem);background: linear-gradient(to bottom,#ffffff 50%,#fcfcfc);}
.product_detailA .Abox{width: 100%;}
.product_detailA .Abox::after{content: "";display: block;clear: both;}
.product_detailA ._left{float: left;width: 65%;padding-top: 0.26rem;padding-right: 2.9rem;}
.product_detailA ._left .tit{float: left;width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;}
.product_detailA ._left .cont{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.24rem);}
.product_detailA ._left .ul_l{float: left;width: 100%;margin-top: 0.86rem;}
.product_detailA ._left .li_l{float: left;width: 100%;padding-left: calc(10px + 0.08rem);position: relative;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin: calc(4px + 0.04rem) 0;}
.product_detailA ._left .li_l::after{content: "";display: block;position: absolute;width: 6px;height: 6px;border-radius: 100%;background: #eb3323;left: 0;top: calc(6px + 0.02rem);}
.product_detailA ._left .li_l:last-child{margin-bottom: 0;}
.product_detailA ._right{float: left;width: 35%;padding-right: 1.35rem;}
.product_detailA ._right .ul{float: left;width: 100%;}
.product_detailA ._right .li{float: left;width: 100%;}
.product_detailA ._right a{float: left;width: 100%;line-height: 0;}
.product_detailA ._right img{display: block;width: 100%;}
.product_detailA ._right .slick-dots{display: block;width: 100%;margin-top: calc(10px + 0.2rem);display: flex;align-items: center;justify-content: center;} 
.product_detailA ._right .slick-dots li{float: left;width: 8px;height: 8px;margin:0 calc(4px + 0.05rem);background: #dddddd;border-radius: 8px;}
.product_detailA ._right .slick-dots .slick-active{width: 14px;background: #eb3223;}
@media screen and (max-width:1600px) {
.product_detailA ._left{padding-right: 1rem;}
.product_detailA ._right{padding-right: 0;}
}
@media screen and (max-width:1024px) {
.product_detailA .Abox{display: flex;align-items: center;flex-wrap: wrap;}
.product_detailA ._left{padding-right: calc(10px + 0.1rem);}
}
@media screen and (max-width:767px) {
.product_detailA .Abox{flex-direction: column-reverse;}
.product_detailA ._left{width: 100%;padding-right: 0;}
.product_detailA ._right{width: 100%;margin-bottom: 10px;}
}
.product_detailB{width: 100%;padding-top: calc(10px + 0.68rem);padding-bottom: calc(10px + 0.9rem);}
.product_detailB .title{width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;position: relative;}
.product_detailB .sectA{width: 100%;padding-bottom: calc(10px + 0.72rem);}
.product_detailB .sectA .text{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #333333;margin-top: calc(10px + 0.24rem);}
.product_detailB .sectA .ul{width: 100%;margin-top: calc(10px + 0.24rem);}
.product_detailB .sectA .li{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin: calc(4px + 0.04rem) 0;}
.product_detailB .sectA .li a{color: #666666;position: relative;padding-left: calc(10px + 0.08rem);}
.product_detailB .sectA .li a::after{content: "";display: block;position: absolute;width: 6px;height: 6px;border-radius: 100%;background: #eb3323;left: 0;top: calc(6px + 0.02rem);}
.product_detailB .sectA .li:last-child{margin-bottom: 0;}
.product_detailB .sectB{width: 100%;padding: calc(10px + 0.28rem) calc(10px + 0.4rem) calc(10px + 0.52rem);background: #ffffff;margin-bottom: calc(10px + 0.54rem);}
/* 20230629start */
.product_detailB .sectB .table{width: 100%;margin-top: calc(10px + 0.2rem);display: flex;}
@media screen and (max-width:767px) {
.product_detailB .sectB .table{overflow: auto;}
.product_detailB .sectB .table::-webkit-scrollbar{ display: none;}
.product_detailB .sectB .td{min-width: 150px;} 
}
/* 20230629end */
.product_detailB .sectB .table::after{content: "";display: block;clear: both;}
.product_detailB .sectB .td{float: left;width: 33.33%;border-right: 1px solid #dddddd;}
.product_detailB .sectB .td:last-child{border-right: none;}
.product_detailB .sectB .lab{float: left;width: 100%;height: calc(40px + 0.2rem);font-size: calc(16px + 0.04rem);line-height: calc(20px + 0.04rem);color: #111111;background: #a9a9a9;display: flex;align-items: center;padding:0 0.77rem;}
.product_detailB .sectB .tr{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;background: #fcfcfc;display: flex;align-items: center;padding:20px 0.77rem; word-break: break-all;}
.product_detailB .sectB .tr:nth-child(2n){background: #f4f4f4;}
/*.product_detailB .sectB .td:nth-child(2) .tr{padding-left: 1.86rem;}
.product_detailB .sectB .td:nth-child(2) .lab{padding-left: 1.86rem;}
.product_detailB .sectB .td:nth-child(3) .lab{padding-left: 1.04rem;}
.product_detailB .sectB .td:nth-child(3) .tr{padding-left: 1.04rem;}*/
.product_detailB .sectC{width: 100%;background: #ffffff;margin-bottom: calc(10px + 0.72rem);}
.product_detailB .sectC::after{content: "";display: block;clear: both;}
.product_detailB .sectC ._l{float: left;width: 30.125%;padding: 0.72rem 0.5rem;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.16rem);color: #666666;}
.product_detailB .sectC ._r{float: left;width: 69.875%;}
.product_detailB .sectC ._r .ulc{float: left;width: 100%;}
.product_detailB .sectC ._r .lic{float: left;width: 25%;}
.product_detailB .sectC ._r ._img{float: left;width: 100%;line-height: 0;padding-bottom: 100%; position: relative; overflow: hidden;}
.product_detailB .sectC ._r img{display: block;width: 101%;position: absolute; left: 50%; top: 50%; min-height: 100%;
  -webkit-transform: translate(-50%, -50%); 
  -moz-transform: translate(-50%, -50%); 
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);}
.product_detailB .sectD{width: 100%;margin-bottom: calc(10px + 0.64rem);}
.product_detailB .sectD .ul{width: 68.25%;margin-top: calc(10px + 0.3rem);}
.product_detailB .sectD .ul::after{content: "";display: block;clear: both;}
.product_detailB .sectD .li{float: left;width: 50%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin: calc(4px + 0.04rem) 0;}
.product_detailB .sectD .li a{color: #666666;position: relative;padding-left: calc(10px + 0.08rem);}
.product_detailB .sectD .li a::after{content: "";display: block;position: absolute;width: 6px;height: 6px;border-radius: 100%;background: #eb3323;left: 0;top: calc(6px + 0.02rem);}
.product_detailB .sectE{width: 100%;padding-bottom: calc(10px + 0.72rem);}
.product_detailB .sectE .list{width: 100%;margin-top: calc(10px + 0.5rem);}
.product_detailB .sectE .list::after{content: "";display: block;clear: both;}
.product_detailB .sectE .ul{float: left;width: calc(100% + 10px + 0.24rem);margin: 0 calc(-5px - 0.12rem);}
.product_detailB .sectE .li{float: left;width: 33.33%;padding:0 calc(5px + 0.12rem);}
.product_detailB .sectE a{float: left;width: 100%;}
.product_detailB .sectE ._img{float: left;width: 100%;border-radius: 6px;overflow: hidden;line-height: 0;}
.product_detailB .sectE ._img img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.product_detailB .sectE .cont{float: left;width: 100%;padding-top: calc(10px + 0.18rem);}
.product_detailB .sectE .tit{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #ff0208;}
.product_detailB .sectE .name{float: left;width: 100%;font-size: calc(14px + 0.06rem);line-height: calc(18px + 0.06rem);color: #333333;margin-top: calc(6px + 0.07rem);font-weight: bold;}
.product_detailB .sectE .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.13rem);margin-bottom: calc(10px + 0.16rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.product_detailB .sectE .title::after{content: "";display: block;position: absolute;width: 78%;height: 1px;background: #dddddd;top: 50%;right: 10%;}
.product_detailB .sectE a:hover .name{color: #eb3223;}
.product_detailB .sectE a:hover .sy_more_btn{color: #eb3223;}
.product_detailB .sectE a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.product_detailB .slick-arrow{display: block;position: absolute;width: calc(30px + 0.1rem);height: calc(30px + 0.1rem);top: calc(-25px - 0.55rem);right: calc(5px + 0.12rem);left: auto;}
.product_detailB .slick-prev{background: url(img/ico3.png) center no-repeat #ffffff;background-size:7px 12px;right: calc(45px + 0.32rem);}
.product_detailB .slick-next{background: url(img/ico2.png) center no-repeat #ffffff;background-size:7px 12px;}
.product_detailB .slick-prev:hover{background: url(img/ico3-1.png) center no-repeat #eb3223;background-size:7px 12px;}
.product_detailB .slick-next:hover{background: url(img/ico2-1.png) center no-repeat #eb3223;background-size:7px 12px;}
.product_detailB .sectF .list{width: 100%;margin-top: calc(10px + 0.52rem);}
.product_detailB .sectF .list::after{content: "";display: block;clear: both;}
.product_detailB .sectF .list .ul{float: left;width: calc(100% + 10px + 0.4rem);margin:0 calc(-5px - 0.2rem);}
.product_detailB .sectF .list .li{float: left;width: 33.33%;padding:0 calc(5px + 0.2rem);}
.product_detailB .sectF .list a{float: left;width: 100%;background: #ffffff;border-radius: 6px;overflow: hidden;position: relative;}
.product_detailB .sectF .list ._img{float: left;width: 100%;border-bottom: 1px solid #dddddd;overflow: hidden;}
.product_detailB .sectF .list ._img img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.product_detailB .sectF .list a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.product_detailB .sectF .list .cont{float: left;width: 100%;height: calc(134px + 1rem);padding: calc(10px + 0.2rem) calc(10px + 0.38rem) calc(20px + 0.4rem) calc(10px + 0.3rem);}
.product_detailB .sectF .list .name{float: left;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.08rem);color: #333333;font-weight: bold;}
.product_detailB .sectF .list .info{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.13rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.product_detailB .sectF .list .ico{float: left;position: absolute;width: calc(37px + 0.3rem);height: calc(30px + 0.3rem);background: url(img/ico11.png) no-repeat;background-size: cover;left: 0;bottom: 0;}
.product_detailB .sectF .list a:hover .name{color: #eb3323;}
.product_detailB .sectF .list a:hover .ico{background: url(img/ico11-1.png) no-repeat;background-size: cover;}
.product_detailB .sectF .title::after{content: "";display: block;position: absolute;width: 78%;height: 1px;background: #dddddd;top: 50%;right: 10%;}
.product_detailB .sectF .slick-arrow{right: calc(5px + 0.2rem);}
.product_detailB .sectF .slick-prev{right: calc(45px + 0.4rem);}

.product_detailB .sectB .table_1{overflow-x:auto; white-space: nowrap;}
.product_detailB .sectB .table_1 .td{display:inline-block; float:none;}

@media screen and (max-width:1600px) {
  .product_detailB .sectC ._l{line-height: 20px;}
  .product_detailB .sectE .title::after{width: 60%;right: 20%;}
  .product_detailB .sectF .title::after{width: 60%;right: 20%;}
  .product_detailB .sectE .list{margin-top: calc(10px + 0.3rem);}
  .product_detailB .sectE .text{margin-top: 10px;margin-bottom: 12px;}
  .product_detailB .sectE .cont{padding-top: calc(10px + 0.04rem);}
  .product_detailB .sectF .list{margin-top: calc(10px + 0.3rem);}
  .product_detailB .sectF .list .cont{padding: calc(10px + 0.1rem) calc(10px + 0.28rem) calc(20px + 0.3rem) calc(10px + 0.2rem);height: calc(134px + 0.5rem);}
  .product_detailB .sectF .list .ico{width: calc(37px + 0.1rem);height: calc(30px + 0.1rem);}
}
@media screen and (max-width:1024px) {
.product_detailB .sectB .lab{padding:0 0.4rem !important;}
.product_detailB .sectB .tr{padding:0 0.4rem !important;}
.product_detailB .sectC ._l{width: 100%;}
.product_detailB .sectC ._r{width: 100%;}
.product_detailB .sectD .ul{width: 100%;}
}
@media screen and (max-width:767px) {
  .product_detailB .sectB .lab{height: auto;padding:10px 10px !important;}
  .product_detailB .sectB .tr{height: auto;padding: 10px 10px !important; }
  .product_detailB .sectC ._r .lic{width: 50%;}
  .product_detailB .sectD .li{width: 100%;}
  .product_detailB .sectE .title::after{width: 40%;right: 30%;}
  .product_detailB .sectF .title::after{width: 40%;right: 30%;}

  /*.product_detailB .sectB .table_1{overflow-x:hidden; white-space: initial;}
  .product_detailB .sectB .table_1 .td{float:left;}*/

  .product_detailB .sectB .td{width:100%; border-right:0;}
}
/* 左右结构框架 */
.frame_main{width: 100%;}
.frame_main::after{content: "";display: block;clear: both;}
.frame_main ._l{float: left;width: 75%;}
.frame_main ._r{float: right;width: 22.5%;background: #ffffff;}
.frame_main ._r .tit_r{float: left;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.08rem);color: #111111;padding-bottom: calc(10px + 0.1rem);border-bottom: 1px solid #dddddd;position: relative;}
.frame_main ._r .tit_r::after{content: "";display: block;position: absolute;width: calc(20px + 0.28rem);height: 1px;background: #eb3323;left: 0;bottom: -1px;}
/* 新闻 */
.news_main{width: 100%;border-top: 1px solid #dddddd;padding-top: calc(10px + 0.7rem);padding-bottom: calc(10px + 0.7rem);}
.news_main ._l .list{width: 100%;margin-bottom: calc(10px + 0.5rem);}
.news_main ._l .list::after{content: "";display: block;clear: both;}
.news_main ._l .ul{float: left;width:calc(100% + 10px + 0.16rem);margin: calc(-5px - 0.08rem);}
/* 20230629start */
.news_main ._l .ul .li{float: left;width: 25%;padding: calc(5px + 0.08rem);}
/* 20230629end */
.news_main ._l .li a{float: left;width: 100%;background: #ffffff;border-radius: 6px;overflow: hidden;}
.news_main ._l .li ._img{float: left;width: 100%;overflow: hidden;}
.news_main ._l .li ._img img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.news_main ._l .li a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.news_main ._l .li .cont{float: left;width: 100%;padding: 0.28rem 0.24rem 0.38rem 0.2rem;}
.news_main ._l .li .tit{float: left;width: 100%;font-size: calc(16px + 0.02rem);line-height: calc(20px + 0.02rem);color: #333333;font-weight: bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news_main ._l .li .text{float: left;width: 100%;font-size: 14px;line-height:calc(18px + 0.06rem);color: #666666;margin-top: calc(10px + 0.09rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_main ._l .li .time{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin-top: calc(10px + 0.12rem);}
.news_main ._l .li a:hover .tit{color: #eb3223;}
/* 20230629start */
.news_main ._l{width: 100%;}
.news_main ._r{padding:calc(10px + 0.18rem) calc(10px + 0.14rem) calc(10px + 0.33rem) calc(10px + 0.14rem);display: none;}
/* 20230629end */
.news_main ._r .list{float: left;width: 100%;}
.news_main ._r .list .ul{float: left;width: 100%;}
.news_main ._r .list .li{float: left;width: 100%;border-bottom: 1px solid #dddddd;}
.news_main ._r .li a{float: left;width: 100%;padding: calc(10px + 0.1rem) 0;display: flex;align-items: center;}
.news_main ._r .li ._img{float: left;width: calc(80px + 0.4rem);border-radius: 6px;overflow: hidden;}
.news_main ._r ._img img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.news_main ._r .cont{float: left;width: calc(100% - 80px - 0.4rem);padding-left:calc(10px + 0.1rem);}
.news_main ._r .cont .c1{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.06rem);color: #666666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_main ._r .cont .c2{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin-top: calc(4px + 0.06rem);}
.news_main ._r .li a:hover .c1{color: #eb3223;}
.news_main ._r .li a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
@media screen and (max-width:1600px) {
  .news_main ._r .li ._img{width: 80px;}
  .news_main ._r .cont{width: calc(100% - 80px);padding-left: 10px;}
}
@media screen and (max-width:1024px) {
.news_main ._l{width: 100%;}
.news_main ._r{width: 100%;margin-top: calc(10px + 0.5rem);display: none;}
.news_main ._r .li ._img{width: calc(80px + 0.4rem);}
.news_main ._r .cont{width: calc(100% - 80px - 0.4rem);padding-left: calc(10px + 0.1rem);}
}
@media screen and (max-width:767px) {
  .news_main ._l .li .cont{padding: 10px;}
.news_main ._l .li .tit{-webkit-line-clamp:2}
.news_main ._l .ul{display: flex;flex-wrap: wrap;}
.news_main ._l .ul .li{width: 50%;}
/*.news_main ._l .ul .li:nth-child(9){display: none;}*/
}

/* 新闻详情 */
.new_detail{width: 100%;padding-bottom: calc(10px + 0.7rem);}
.new_detail ._l{background: #ffffff;padding:calc(10px + 0.32rem) calc(10px + 0.38rem) calc(10px + 0.32rem) calc(10px + 0.38rem);}
.new_detail ._l ._t{float: left;width: 100%;padding-bottom: calc(10px + 0.4rem);border-bottom: 1px solid #dddddd;}
.new_detail ._l ._t .tit{float: left;width: 100%;font-size: calc(16px + 0.14rem);line-height: calc(20px + 0.14rem);color: #111111;font-weight: bold;text-align: center;}
.new_detail ._l ._t .infobox{float: left;width: 100%;margin-top: calc(10px + 0.38rem);display: flex;align-items: center;justify-content: center;}
.new_detail ._l ._t .infobox .info{float: left;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin-right:calc(10px + 0.2rem);}
.new_detail ._l ._t .infobox .info:last-child{margin-right: 0;}
.new_detail ._l ._t .infobox i{display: inline-block;width: calc(14px + 0.02rem);height: calc(14px + 0.02rem);margin-bottom: -1px;margin-right: calc(4px + 0.04rem);}
.new_detail ._l ._b{float: left;width: 100%;padding-top: calc(10px + 0.35rem);padding-bottom: calc(10px + 0.52rem);border-bottom: 1px solid #dddddd;}
.new_detail ._l ._b .cont{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;}
.new_detail ._l ._b .img1{display: block;width: 100%;padding: 0 1.84rem;margin-top: calc(10px + 0.35rem);margin-bottom: calc(10px + 0.28rem);}
.new_detail ._l img{display: block;width: 100%;}
.new_detail ._l ._b .ct{display: block;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.08rem);color: #333333;text-align: center;margin-bottom: calc(10px + 0.2rem);}
.new_detail ._l ._b .img2{display: block;width: 100%;margin-top: calc(10px + 0.23rem);}
/* 20230629start */
.new_detail ._l ._b .btns{float: left;width: 100%;display: flex;align-items: center;justify-content: center;margin-top: calc(10px + 0.53rem);display: none;}
/* 20230629end */
.new_detail ._l ._b .btns .btn{float: left;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;padding-left: calc(16px + 0.06rem);margin:0 calc(10px + 0.13rem);}
.new_detail ._l ._b .btns .good{background: url(img/good.png) left no-repeat;background-size:calc(10px + 0.1rem) calc(10px + 0.1rem);}
.new_detail ._l ._b .btns .share{background: url(img/share.png) left no-repeat;background-size:calc(10px + 0.1rem) calc(10px + 0.1rem);}
.new_detail ._l ._b .btns .btn:hover{color: #eb3223;}
.new_detail ._l ._b .btns .good:hover{background: url(img/good-1.png) left no-repeat;background-size:calc(10px + 0.1rem) calc(10px + 0.1rem);}
.new_detail ._l ._b .btns .share:hover{color: #eb3223;background: url(img/share-1.png) left no-repeat;background-size:calc(10px + 0.1rem) calc(10px + 0.1rem);}
.new_detail ._l ._b .btns .good.active{color: #eb3223;background: url(img/good-1.png) left no-repeat;background-size:calc(10px + 0.1rem) calc(10px + 0.1rem);}
.new_detail ._l .fp_sect{float: left;width: 100%;padding-top: calc(10px + 0.4rem);display: flex;align-items: center;flex-wrap: wrap;}
.new_detail ._l .fp_sect .fp_l{float: left;width: calc(100% - 87px);}
.new_detail ._l .fp_sect .abox{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin: calc(4px + 0.04rem) 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.new_detail ._l .fp_sect .abox a{color: #121212;}
.new_detail ._l .fp_sect .abox a:hover{color: #eb3223;}
.new_detail ._l .fp_sect .out_r{float: left;width: 87px;}
.new_detail ._l .fp_sect .out_r a{float: right;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;padding-left: calc(20px + 0.03rem);background: url(img/return.png) left no-repeat;background-size:14px 12px;}
.new_detail ._l .fp_sect .out_r a:hover{color: #eb3223;background: url(img/return-1.png) left no-repeat;background-size:14px 12px;}
.new_detail ._r{padding:calc(10px + 0.18rem) calc(10px + 0.14rem) calc(10px + 0.23rem) calc(10px + 0.14rem);}
.new_detail ._r .list{float: left;width: 100%;}
.new_detail ._r .ul{float: left;width: 100%;}
.new_detail ._r .li{float: left;width: 100%;border-bottom: 1px solid #dddddd;}
.new_detail ._r .li a{float: left;width: 100%;padding: calc(10px + 0.06rem) 0;}
.new_detail ._r .li .cont{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.04rem);color: #666666;height: calc(40px + 0.08rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.new_detail ._r .li .time{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.04rem);color: #666666;margin-top: calc(6px + 0.04rem);}
.new_detail ._r .li a:hover .cont{color: #eb3323;}
@media screen and (max-width:1024px) {
.new_detail ._l{width: 100%;}
.new_detail ._r{width: 100%;margin-top: calc(10px + 0.3rem);display: none;}
.new_detail ._l ._b .btns{display: none;}
}
@media screen and (max-width:767px) {
.new_detail ._l ._t .infobox{flex-wrap: wrap;}
.new_detail ._l ._b .img1{padding: 0;}
.new_detail ._l .fp_sect .fp_l{width: 100%;}
.new_detail ._l .fp_sect .out_r{width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 10px;}
}
/* 简历投递弹窗 */
.tdjl_sect{float: left;position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.56);left: 0;top: 0;z-index: 99;display: flex;align-items: center;justify-content: center;display: none;}
.tdjl_sect.active{display: flex;}
.tdjl_sect .contbox{float: left;width: calc(500px + 3.2rem);display: flex;flex-wrap: wrap;position: relative;}
.tdjl_sect .contbox ._l{float: left;width: 32.92%;background: url(img/back4.jpg) no-repeat;background-size: cover;padding: calc(10px + 0.37rem) calc(10px + 0.13rem);}
.tdjl_sect .contbox ._l .tit{float: left;width: 100%;font-size: calc(14px + 0.1rem);line-height: calc(18px + 0.1rem);color: #333333;padding-bottom: calc(10px + 0.1rem);position: relative;}
.tdjl_sect .contbox ._l .tit::after{content: "";display: block;position: absolute;width: calc(20px + 0.3rem);height: 2px;background: #eb3223;left: 0;bottom: 0;}
.tdjl_sect .contbox ._l .tips{float: left;width: 100%;font-size: 14px;line-height: calc(20px + 0.04rem);color: #333333;padding-left: calc(7px + 0.04rem);position: relative;margin-top: calc(10px + 0.23rem);}
.tdjl_sect .contbox ._l .tips::after{content: "*";position: absolute;font-size: 16px;color: #eb3323;left: 0;top: 4px;}
.tdjl_sect .contbox ._r{float: left;width: 67.08%;background: #f5f5f5;padding: calc(10px + 0.39rem) calc(10px + 0.22rem) calc(10px + 0.38rem) calc(10px + 0.19rem);}
.tdjl_sect ._r .form{float: left;width: 100%;}
.tdjl_sect ._r .lab{float: left;width: 46.62%;margin-bottom: calc(10px + 0.19rem);position: relative;}
.tdjl_sect ._r .lab .name{float: left;width: 100%;font-size: 14px;line-height: 14px;color: #333333;margin-bottom: 10px;}
.tdjl_sect ._r .lab .name i{color: #eb3223;}
.tdjl_sect ._r .lab .text{float: left;width: 100%;height: 38px;font-size: 14px;line-height: 14px;color: #999999;padding:10px 14px;background: #ffffff;border-radius: 4px;}
.tdjl_sect ._r .lab input::-webkit-input-placeholder{color: #999999;}
.tdjl_sect ._r .lab input::-moz-placeholder{color: #999999;}
.tdjl_sect ._r .lab input::moz-placeholder{color: #999999;}
.tdjl_sect ._r .lab input:-ms-input-placeholder{color: #999999;}
.tdjl_sect ._r .fr{float: right;}
.tdjl_sect ._r .lab .textbox{float: left;width: 100%;position: relative;cursor: pointer;}
.tdjl_sect ._r .lab .textbox::after{content: "";display: block;position:absolute;width: 8px;height: 5px;background: url(img/ico19.png) no-repeat;background-size: cover;right: 9px;top: 50%;margin-top: -2px;}
.tdjl_sect ._r .lab .down{float: left;width: 100%;position: absolute;left: 0;top: calc(100% + 5px);border-radius: 4px;overflow: hidden;display: none;z-index: 20;}
.tdjl_sect ._r .lab .down .li{float: left;width: 100%;font-size: 14px;line-height: 14px;color: #333333;background: #ffffff;padding:10px 14px;cursor: pointer;}
.tdjl_sect ._r .lab .down .li:hover{color: #eb3223;}
.tdjl_sect ._r .sc_btn{float: left;width: 62px;height: 62px;border-radius: 4px;border: 1px dotted #c4c4c4;cursor: pointer;padding: 8px 0 18px 0;}
.tdjl_sect ._r .sc_btn .sc1{float: left;width: 100%;font-size: calc(20px + 0.1rem);line-height:20px;color: #666666;text-align: center;}
.tdjl_sect ._r .sc_btn .sc2{float: left;width: 100%;font-size: 12px;line-height:12px;color: #666666;text-align: center;margin-top: 4px;}
.tdjl_sect ._r .bz{float: left;width: calc(100% - 62px);font-size: 12px;line-height: 18px;color: #999999;padding-left: calc(10px + 0.1rem);}
.tdjl_sect ._r .flex{display: flex;align-items: flex-end;}
.tdjl_sect ._r .lab .ico{display: block;width: 94px;height: 38px;line-height: 0;position: absolute;left: 0;top: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;overflow: hidden;}
.tdjl_sect ._r .lab .ico img{display: block;max-width: 100%; height:100%;}
.tdjl_sect ._r .lab .yzm{padding-left:calc(104px + 0.1rem);}
.tdjl_sect ._r .lab .submit{float: left;width: 100%;border-radius: 4px;font-size: 14px;line-height:38px;color: #ffffff;background: #eb3323;text-align: center;}
.tdjl_sect ._r .lab .submit:hover{opacity: 0.8;}
.tdjl_sect ._r .mb0{margin-bottom: 0;}
.tdjl_sect .close{display: block;width: 12px;height: 12px;line-height: 0;position: absolute;top: calc(10px + 0.1rem);right: calc(10px + 0.08rem);transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.tdjl_sect .close:hover{transform: rotate(180deg);}
@media screen and (max-width:1600px) {
  .tdjl_sect .contbox ._l .tips br{display: none;}
}
@media screen and (max-width:1024px) {
  .tdjl_sect .contbox ._l .tips br{display: none;}
}
@media screen and (max-width:767px) {
  .tdjl_sect .contbox{width: 80%;}
  .tdjl_sect .contbox ._l{width: 100%;}
  .tdjl_sect .contbox ._r{width: 100%;}
  .tdjl_sect ._r .lab{width: 100%;}
  .tdjl_sect ._r .mb0{margin-bottom: calc(10px + 0.09rem);}
  .tdjl_sect ._r .sc_btn{padding: 8px 0;}
}
/* 联系我们 */
.call_main{width: 100%;padding-bottom: calc(10px + 0.7rem);}
.call_main .title{float: left;width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;}
.call_main .sect_t{width: 100%;background: #ffffff;padding:calc(10px + 0.68rem) calc(10px + 0.3rem) calc(10px +  0.8rem);display: flex;flex-wrap: wrap;align-items: flex-end;}
.call_main .sect_t::after{content: "";display: block;clear: both;}
.call_main .sect_t ._l{float: left;width: calc(100% - 200px - 0.79rem);}
.call_main .sect_t ._l .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.4rem);padding-right:calc(10px + 0.4rem);}
.call_main .sect_t ._l .text em{color: #ff0000;}
.call_main .sect_t ._l .infobox{float: left;width: 100%;margin-top: calc(10px + 0.43rem);}
.call_main .sect_t ._l .infobox .info{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #333333;margin:calc(6px + 0.07rem) 0;font-weight: bold;}
.call_main .sect_t ._l .infobox .info span{font-weight: normal;padding-left: calc(20px + 0.13rem);}
.call_main .sect_t ._r{float: left;width: calc(200px + 0.79rem);border-radius: 8px;box-shadow: 0 0 0.27rem 4px rgba(193,193,193,0.23);padding: calc(10px + 0.19rem) calc(10px + 0.25rem) calc(10px + 0.16rem);}
.call_main .sect_t ._r .name{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin-top: 10px;text-align: center;}
.call_main .sect_t ._r ._img{float: left;width: 100%;background: url(img/back3.png) no-repeat;background-size: cover;padding: 10px;}
.call_main .sect_t ._r img{display: block;width: 100%;}
.call_main .sect_b{width: 100%;background: #ffffff;padding: 0 calc(10px + 0.3rem) calc(10px + 0.7rem);}
.call_main .sect_b::after{content: "";display: block;clear: both;}
.call_main .sect_b .workbox{float: left;width: 100%;margin-top: calc(10px + 0.44rem);}
.call_main .sect_b .select{float: left;width: 14.8%;}
.call_main .sect_b .select .box{float: left;width: 100%;}
.call_main .sect_b .select .down{float: left;display: none;width: 100%;margin-bottom: calc(10px + 0.2rem);font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;padding: calc(10px + 0.1rem) calc(10px + 0.26rem) calc(10px + 0.65rem);background: #fafafa;border-radius: 6px;}
.call_main .sect_b .select .down p{margin-bottom: 10px;}

.call_main .sect_b .work{float: left;width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(18px + 0.04rem);color: #666666;padding: calc(8px + 0.05rem) 0.3rem;background: #dddddd;margin-bottom: calc(10px + 0.2rem);border-radius: 6px;cursor: pointer;position: relative;}
.call_main .sect_b .work.on{background: #eb3223;color: #ffffff;}
.call_main .sect_b .work:hover{background: #eb3223;color: #ffffff;}
.call_main .sect_b .work:last-child{margin-bottom: 0;}
.call_main .sect_b .option{float: right;width: 81.77%;padding-left: 9px;}
.call_main .sect_b .option .li{float: left;width: 100%;background: #fafafa;border-radius: 6px;}
.call_main .sect_b .option ._t{float: left;width: 100%;padding:calc(10px + 0.09rem) calc(10px + 0.44rem);background: #eb3223;border-radius: 6px;position: relative;}
.call_main .sect_b .option ._t::after{content: "";display: block;position: absolute;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-right:9px solid #eb3223;left: -9px;top: 50%;margin-top: -8px;}
.call_main .sect_b .option ._t .info{float: left;font-size: calc(14px + 0.04rem);line-height: calc(18px + 0.04rem);color: #ffffff;margin-right: 18.63%;}
.call_main .sect_b .option ._t .info:last-child{margin-right: 0;}
.call_main .sect_b .option ._b{float: left;width: 100%;padding: calc(10px + 0.1rem) calc(10px + 0.26rem) calc(10px + 0.65rem);}
.call_main .sect_b .option ._b .cont{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;}
.call_main .sect_b .option ._b .cont p{margin: calc(7px + 0.07rem) 0;}
.call_main .sect_b .td_btn{float: left;width: 100%;margin-top: calc(10px + 0.1rem);}
.call_main .sect_b .td_btn a{float: left;font-size: calc(16px + 0.02rem);line-height: calc(30px + 0.18rem);color: #ffffff;background: #eb3323;padding: 0 calc(10px + 0.25rem);border-radius: calc(30px + 0.18rem);}
.call_main .sect_b .td_btn a:hover{-webkit-transform: scale(0.9); -moz-transform: scale(1.1);transform: scale(0.9);}
@media screen and (max-width:1024px) {
.call_main .sect_b .select{width: 20%;}
.call_main .sect_b .option{width: 76%;}
.call_main .sect_b .option ._t .info{margin-right: 20px;}
}
@media screen and (max-width:767px) {
.call_main .sect_t ._l{width: 100%;}
.call_main .sect_t ._l .text{padding-right: 0;}
.call_main .sect_t ._r{width: 70%;margin-top: calc(10px + 0.1rem);padding: 30px;margin-left: 15%;margin-right: 15%;}
.call_main .sect_t ._r ._img{padding: 20px;}
.call_main .sect_b .select{width: 100%;}
.call_main .sect_b .option{width: 100%;padding-left: 0;display: none;}
.call_main .sect_b .option ._t::after{display: none;}
.call_main .sect_b .work i{display:block !important;position: absolute;right: 10px;top: 50%;margin-top: -3px;}
}
/* 关于我们 */
.about_sectA{width: 100%;padding-top: calc(10px + 0.7rem);margin-bottom: calc(10px + 0.68rem);border-top: 1px solid #dddddd;}
.about_sectA .box{width: 100%;background: #ffffff;display: flex;flex-wrap: wrap;border-radius: 8px;overflow: hidden;}
.about_sectA .box::after{content: "";display: block;clear: both;}
.about_sectA ._l{float: left;width: 50%;line-height: 0;overflow: hidden;}
.about_sectA ._l img{display: block;width: 100%;height: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.about_sectA .box:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.about_sectA ._r{float: left;width: 50%;background: url(img/back5.jpg) right no-repeat;background-size: cover;padding: calc(10px + 0.68rem) calc(10px + 0.34rem) calc(10px + 0.68rem) calc(10px + 0.4rem);}
.about_sectA ._r .tit{float: left;width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;padding-bottom: calc(10px + 0.31rem);position: relative;}
.about_sectA ._r .tit::after{content: "";display: block;position: absolute;width: calc(30px + 0.26rem);height: 3px;background: url(Img/ico5.png) right no-repeat;background-size: cover;left: 0;bottom: 0;}
.about_sectA ._r .text{float:left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.16rem);color: #333333;margin-top: calc(10px + 0.4rem);}
.about_sectA .box:hover .tit{color: #eb3223;}
.about_sectA ._r .text span{color: #eb3223;}
@media screen and (max-width:1600px) {
.about_sectA ._r{padding: 0.4rem 0.2rem 0.4rem 0.3rem;}
.about_sectA ._r .text{margin-top: calc(10px + 0.1rem);}
}
@media screen and (max-width:1024px) {
.about_sectA ._l{width: 100%;}
.about_sectA ._r{width: 100%;padding: calc(10px + 0.68rem) calc(10px + 0.4rem);}
}
.about_sectB{width: 100%;margin-bottom: calc(10px + 0.7rem);}
.about_sectB .cont{width: 100%;}
.about_sectB .cont .tit{width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight:bold;}
.about_sectB .cont .text{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.22rem);}
.about_sectB .list{width: 100%;margin-top: calc(10px + 0.45rem);}
.about_sectB .list::after{content: "";display: block;clear: both;}
.about_sectB .list .ul{float: left;width: calc(100% + 10px + 0.14rem);margin:calc(-5px - 0.07rem);}
.about_sectB .list .li{float: left;width: 20%;padding: calc(5px + 0.07rem);}
/* 20230629start */
.about_sectB .list .li a{float: left;width: 100%;height: calc(200px + 1.4rem);background: #ffffff;padding:calc(10px + 0.2rem) calc(10px + 0.1rem);display: flex;align-items: center;cursor: default;}
/* 20230629end */
.about_sectB .list .box{float: left;width: 100%;padding:0 calc(7px + 0.07rem);}
.about_sectB .list .li ._img{display: block;width: 100%;line-height: 0;}
.about_sectB .list .li ._img img{display: block;width: calc(40px + 0.2rem);height: calc(30px + 0.3rem);}
.about_sectB .list .li .name{display: block;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.08rem);color: #333333;font-weight: bold;margin-top: calc(10px + 0.28rem);}
/* 20230629start */
.about_sectB .list .li .text{display: none;width: 100%;font-size: 14px;line-height: calc(20px + 0.1rem);color: #ffffff;margin-top: calc(10px + 0.08rem);}
@media screen and (max-width:767px) {
.about_sectB .list .li .text{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:6;}
}
/* 20230629start */
.about_sectB .list .li ._img .img2{display: none;}
.about_sectB .list .li a:hover{background: #eb3323;}
.about_sectB .list .li a:hover .box{padding: 0;}
.about_sectB .list .li a:hover .img1{display: none;}
.about_sectB .list .li a:hover .img2{display: block;margin: 0 auto;}
.about_sectB .list .li a:hover .name{color: #ffffff;text-align: center;margin-top: calc(7px + 0.07rem);}
.about_sectB .list .li a:hover .text{display: block;display:-webkit-box;}
@media screen and (max-width:1600px) {
.about_sectB .list .li .name{font-size: calc(16px + 0.04rem);line-height: calc(20px + 0.04rem);}
.about_sectB .list .li .text{font-size: 14px;line-height: 18px;margin-top: 10px;}
}
@media screen and (max-width:1024px) {
.about_sectB .slick-dots{display: block;width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 10px;}
.about_sectB .slick-dots li{float: left;width: 10px;height: 10px;border-radius: 100%;background: #ffffff;margin: 0 4px;}
.about_sectB .slick-dots .slick-active{background: #eb3223;}
}
@media screen and (max-width:767px) {
.about_sectB .list .li a{height: 275px;}
.about_sectB .list .li .text{font-size: 12px;}


.about_sectB .list .li a .text{-webkit-line-clamp: initial !important;}

}
.about_title{width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;text-align: center;font-weight: bold;}
.about_sectC{width: 100%;background: #ffffff;padding-top: calc(10px + 0.7rem);padding-bottom: calc(10px + 0.7rem);}
.about_sectC .list{width: 100%;margin-top: calc(10px + 0.5rem);}
.about_sectC .list .ul{width: 100%;display: flex;flex-wrap: wrap;}
.about_sectC .list .ul::after{content: "";display: block;clear: both;}
.about_sectC .list .li{float: left;width: 25%;border-right:1px dashed #bebebe;border-bottom:1px dashed #bebebe;position: relative;height: calc(250px + 0.2rem);display: flex;align-items: center;}
.about_sectC .list .li::after{content: "";display: block;position: absolute;width: 5px;height: 5px;background: #8e8f88;right: 0;bottom: 0;
-webkit-transform: translate(50%, 50%) rotate(45deg); 
-moz-transform: translate(50%, 50%) rotate(45deg); 
-ms-transform: translate(50%, 50%) rotate(45deg);
-o-transform: translate(50%, 50%) rotate(45deg);
transform: translate(50%, 50%) rotate(45deg);}
.about_sectC .list .li:nth-child(4n){border-right:none;}
.about_sectC .list .li:nth-child(5){border-bottom:none;}
.about_sectC .list .li:nth-child(6){border-bottom:none;}
.about_sectC .list .li:nth-child(7){border-bottom:none;}
.about_sectC .list .li:nth-child(8){border-bottom:none;}
.about_sectC .list .li:nth-child(4n)::after{display: none;}
.about_sectC .list .li:nth-child(5)::after{display: none;}
.about_sectC .list .li:nth-child(6)::after{display: none;}
.about_sectC .list .li:nth-child(7)::after{display: none;}
.about_sectC .list .li:nth-child(8)::after{display: none;}
.about_sectC .list a{float: left;width: 100%;padding: 5% 0.82rem}
.about_sectC .list a:hover .tit{color: #eb3223;}
.about_sectC .list .ico{float: left;width: 100%;padding-left: calc(10px + 0.06rem);}
.about_sectC .list .ico img{display: block;width: calc(30px + 0.1rem);}
.about_sectC .list .tit{float: left;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.08rem);color: #121212;font-weight: bold;padding-bottom: calc(10px + 0.1rem);position: relative;margin-top: calc(10px + 0.32rem);}
.about_sectC .list .tit::after{content: "";display: block;position: absolute;width: calc(20px + 0.18rem);height: 2px;background: #eb3323;left: 0;bottom: 0;}
.about_sectC .list .text{float: left;width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.17rem);}
/* 20230629start */
@media screen and (max-width:1600px) {
.about_sectC .list .tit{margin-top: calc(10px + 0.1rem);}
.about_sectC .list .text{margin-top: 10px;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.04rem);}
.about_sectC .list .li{height: calc(200px + 0.4rem);}
}
/* 20230629end */
@media screen and (max-width:767px) {
.about_sectC .list .li{width: 50%;}
.about_sectC .list .li:nth-child(2n){border-right:none;}
.about_sectC .list .li:nth-child(5){border-bottom:1px dashed #bebebe;}
.about_sectC .list .li:nth-child(6){border-bottom:1px dashed #bebebe;}
.about_sectC .list .li:nth-child(2n)::after{display: none;}
.about_sectC .list .li:nth-child(5)::after{display: block;}
}
.about_sectD{width: 100%;padding-top: calc(10px + 0.7rem);padding-bottom: calc(10px + 0.7rem);}
.about_sectD .list{width: 100%;margin-top: calc(10px + 0.54rem);}
.about_sectD .list::after{content: "";display: block;clear: both;}
.about_sectD .list .ul{float: left;width: 100%;padding: 0 0.8rem;background: url(img/back6.png) center repeat-x;background-size: 100% auto;}
.about_sectD .list .li{float: left;width: 25%;position: relative;padding-left: 15px;padding-bottom: 0.2rem;}
.about_sectD .list .cont{display: block;width: 100%;height: calc(200px + 0.65rem);padding-left:calc(8px + 0.1rem);padding-top: calc(10px + 0.2rem);padding-right: calc(10px + 0.1rem);border-left: 1px solid #eb3323;position: relative;}
.about_sectD .list .cont::after{content: "";display: block;position: absolute;width: 30px;height: 30px;border:1px dashed #eb3223;border-radius: 100%;bottom: -10px;left: -15px;}
.about_sectD .list .cont::before{content: "";display: block;position: absolute;width: 10px;height: 10px;background: #eb3223;border-radius: 100%;left: -5px;bottom: 0;}
.about_sectD .list .li:first-child .cont::after{background: url(img/img56.png) no-repeat;background-size:100% 100%;border: none;bottom: -30px;}
.about_sectD .list .li:first-child .cont::before{display: none;}
.about_sectD .list .li:nth-child(2n) .cont::after{bottom: auto;top: -10px;left: -15px;}
.about_sectD .list .li:nth-child(2n) .cont::before{bottom: auto;top: 0;}
.about_sectD .list .li:nth-child(2n) .cont{bottom: -0.6rem;padding-top: calc(20px + 0.2rem);}
.about_sectD .list .li:nth-child(4n) .cont{padding-top: 0.96rem !important;bottom: 0;}
.about_sectD .list .year{display: block;width: 100%;font-size: calc(16px + 0.14rem);line-height: calc(20px + 0.14rem);color: #eb3323;font-weight: bold;}
.about_sectD .list .text{display: block;width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(20px + 0.16rem);color: #333333;margin-top: calc(10px + 0.2rem);}
.about_sectD .list .height{display: block;width: 100%;height: 1.6rem;}
.about_sectD .slick-arrow{display: block;position: absolute;width: 12px;height: 22px;top: 50%;margin-top: -11px;}
.about_sectD .slick-prev{background: url(img/arrow1.png) no-repeat;background-size: cover;left: 0;}
.about_sectD .slick-next{background: url(img/arrow2.png) no-repeat;background-size: cover;right:0;}
.about_sectD .slick-prev:hover{background: url(img/arrow1-1.png) no-repeat;background-size: cover;left: 0;}
.about_sectD .slick-next:hover{background: url(img/arrow2-1.png) no-repeat;background-size: cover;right:0;}
@media screen and (max-width:1600px){
.about_sectD .list .height{height: 2.2rem;}
}
@media screen and (max-width:767px) {
.about_sectD .list .ul{background: none;}
.about_sectD .list .li{padding-top: 20px;}
.about_sectD .list .height{display: none;}
.about_sectD .list .cont{height: 160px;padding-top: 40px;}
.about_sectD .list .cont::after{bottom: auto;top: -10px;}
.about_sectD .list .li:first-child{padding-top: 30px;}
.about_sectD .list .li:first-child .cont{padding-top: 20px;height: 135px;}
.about_sectD .list .li:first-child .cont::after{top:-30px;}
.about_sectD .list .cont::before{bottom: auto;top: 0;}
.about_sectD .list .li:nth-child(2n) .cont{bottom: 0;padding-top: 40px;}
}
.about_sectE{width: 100%;margin-bottom: calc(10px + 0.68rem);}
.about_sectE .box{width: 100%;background: #ffffff;display: flex;flex-wrap: wrap;border-radius: 8px;overflow: hidden;}
.about_sectE .box::after{content: "";display: block;clear: both;}
.about_sectE ._l{float: left;width: 35.81%;line-height: 0;overflow: hidden;}
.about_sectE ._l img{display: block;width: 100%;height: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.about_sectE .box:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.about_sectE ._r{float: left;width: 64.19%;background: url(img/back5.jpg) right no-repeat;background-size: cover;padding: calc(10px + 0.68rem) calc(10px + 0.34rem) calc(10px + 0.68rem) calc(10px + 0.4rem);}
.about_sectE ._r .tit{float: left;width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;padding-bottom: calc(10px + 0.31rem);position: relative;}
.about_sectE ._r .tit::after{content: "";display: block;position: absolute;width: calc(30px + 0.26rem);height: 3px;background: url(Img/ico5.png) right no-repeat;background-size: cover;left: 0;bottom: 0;}
.about_sectE ._r .text{float:left;width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(20px + 0.18rem);color: #333333;margin-top: calc(10px + 0.4rem);}
.about_sectE .box:hover .tit{color: #eb3223;}
.about_sectE ._r .text .span{color: #eb3223;}
.about_sectE ._r .text .i{font-weight: bold;}
.about_sectE ._r .text div{padding-left: calc(20px + 0.03rem);position: relative;}
.about_sectE ._r .text div::after{content: "";display: block;position: absolute;width: 10px;height: 10px;background: url(img/ico20.png) no-repeat;background-size: cover;left: 0;top: calc(10px + 0.08rem);margin-top: -5px;}
/* 20230629start */
@media screen and (max-width:1600px) {
.about_sectE ._r .tit{padding-bottom: calc(10px + 0.21rem);}
.about_sectE ._r .text{margin-top: calc(10px + 0.1rem);font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);}
}
/* 20230629end */
@media screen and (max-width:767px) {
.about_sectE .box{flex-direction: column-reverse;}
.about_sectE ._l{width: 100%;display: none;}
.about_sectE ._r{width: 100%;background: #ffffff;}
}
.about_sectF{width: 100%;background: #ffffff;padding-top: calc(10px + 0.68rem);padding-bottom: calc(10px + 0.7rem);}
.about_sectF .list{width: 100%;margin-top: calc(10px + 0.51rem);}
.about_sectF .list .ul{width: 100%;}
.about_sectF .list .li{width: 100%;}
.about_sectF .list ._t{width: 100%;}
.about_sectF .list ._t::after{content: "";display: block;clear: both;}
.about_sectF .list ._b{width: 100%;}
.about_sectF .list ._b::after{content: "";display: block;clear: both;}
.about_sectF .list .ul2{float: left;width: calc(100% + 10px + 0.22rem);margin:calc(-5px - 0.11rem); display:flex; flex-wrap: wrap; align-items: flex-start;}
.about_sectF .list .li2{float: left;width: 16.66%;padding:calc(5px + 0.11rem);}
/*.about_sectF .list .li2:nth-child(1),
.about_sectF .list .li2:nth-child(2),
.about_sectF .list .li2:nth-child(3),
.about_sectF .list .li2:nth-child(4),
.about_sectF .list .li2:nth-child(5),
.about_sectF .list .li2:nth-child(6){margin-bottom: calc(10px + 0.2rem);}*/
.about_sectF .list a{float: left;width: 100%;border-radius:6px;border: 1px solid #dddddd;overflow: hidden;}
.about_sectF .list a img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.about_sectF .list a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.about_sectF .list .slick-dots{display: block;width: 100%;margin-top: calc(10px + 0.3rem);display: flex;align-items: center;justify-content: center;} 
.about_sectF .list .slick-dots li{float: left;width: 8px;height: 8px;margin:0 calc(4px + 0.05rem);background: #dddddd;border-radius: 8px;}
.about_sectF .list .slick-dots .slick-active{width: 14px;background: #eb3223;}
@media screen and (max-width:767px) {
.about_sectF .list .li2{width: 33.33%;}
}

/* 行业详情 */
.trade_detail{width: 100%;padding-bottom: calc(10px + 0.74rem);}
.trade_detail::after{content: "";display: block;clear: both;}
.trade_detail ._l{float: left;width: 71.375%;background: #ffffff;padding: calc(10px + 0.3rem) calc(10px + 0.2rem) calc(10px + 0.7rem);}
.trade_detail ._l .sectA{float: left;width: 100%;border-bottom: 1px solid #dddddd;padding-bottom: calc(10px + 0.44rem);}
.trade_detail .sectA .list{float: left;width: 100%;} 
.trade_detail .sectA .ul{float: left;width: 100%;} 
.trade_detail .sectA .li{float: left;width: 100%;line-height: 0;border-radius: 6px;overflow: hidden;} 
.trade_detail .sectA .li img{display: block;width: 100%;} 
.trade_detail .sectA .cont{float: left;width: 100%;margin-top: calc(10px + 0.2rem);}
.trade_detail .sectA .cont .tit{float: left;width: 100%;font-size: calc(16px + 0.14rem);line-height: calc(20px + 0.14rem);color: #111111;font-weight: bold;}
.trade_detail .sectA .cont .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.15rem);}
.trade_detail .sectA .slick-arrow{display: block;position: absolute;width: calc(20px + 0.2rem);height: calc(20px + 0.2rem);top: 50%;right: 0;left: auto;}
.trade_detail .sectA .slick-prev{background: url(img/ico3.png) center no-repeat #ffffff;background-size:7px 12px;}
.trade_detail .sectA .slick-next{background: url(img/ico2.png) center no-repeat #ffffff;background-size:7px 12px;top: calc(50% - 20px - 0.2rem);}
.trade_detail .sectA .slick-prev:hover{background: url(img/ico3-1.png) center no-repeat #eb3223;background-size:7px 12px;}
.trade_detail .sectA .slick-next:hover{background: url(img/ico2-1.png) center no-repeat #eb3223;background-size:7px 12px;}
.trade_detail .slick-dots{display: block;position: absolute;width: 100%;display: flex;align-items: center;justify-content: center;bottom: calc(20px + 0.1rem);left: 0;} 
.trade_detail .slick-dots li{float: left;width: 8px;height: 8px;margin:0 calc(4px + 0.05rem);background: #dddddd;border-radius: 8px;cursor: pointer;}
.trade_detail .slick-dots .slick-active{width: 14px;background: #eb3223;}
.trade_detail .sectB{float: left;width: 100%;padding-top: calc(10px + 0.5rem);margin-bottom: calc(10px + 0.68rem);}
.trade_detail .sectB .ulb{float: left;width: 100%;}
.trade_detail .sectB .lib{float: left;width: 100%;margin-bottom: calc(10px + 0.5rem);display: flex;align-items: center;}
.trade_detail .sectB .lib:last-child{margin-bottom: 0;}
.trade_detail .sectB .lib:nth-child(2n) .contbox{padding-left: 0.36rem;padding-right: 0.5rem;}
.trade_detail .sectB .lib:nth-child(2n){flex-direction: row-reverse;}
.trade_detail .sectB .contbox{float: left;width: 51.86%;padding:0.36rem 0.42rem 0.36rem 0;}
.trade_detail .sectB .tit{float: left;width: 100%;font-size: calc(16px + 0.14rem);line-height: calc(20px + 0.14rem);color: #111111;}
.trade_detail .sectB .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.16rem);color: #666666;margin-top: calc(10px + 0.18rem);}
.trade_detail .sectB .imglist{float: left;width: 48.14%;border-radius: 6px;overflow: hidden;border: 1px solid #dddddd;}
.trade_detail .sectB .imglist .ul{float: left;width: 100%;}
.trade_detail .sectB .imglist .li{float: left;width: 100%;}
.trade_detail .sectB .imglist img{display: block;width: 100%;}
.trade_detail ._r{float: right;width: 26.5%;background: #ffffff;padding: calc(10px + 0.18rem) calc(10px + 0.12rem) calc(10px + 0.54rem);}
.trade_detail ._r .tit_r{float: left;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.08rem);color: #111111;padding-bottom: calc(10px + 0.1rem);border-bottom: 1px solid #dddddd;position: relative;}
.trade_detail ._r .tit_r::after{content: "";display: block;position: absolute;width: calc(20px + 0.28rem);height: 1px;background: #eb3323;left: 0;bottom: -1px;}
.trade_detail ._r .list{float:left;width: 100%;margin-top: calc(10px + 0.21rem);}
.trade_detail ._r .ul{float: left;width: 100%;}
.trade_detail ._r .ul .li{float: left;width: 100%;margin-bottom: calc(10px + 0.2rem);}
.trade_detail ._r .ul .li:last-child{margin-bottom: 0;}
.trade_detail ._r .ul a{float: left;width: 100%;height: calc(300px + 2.1rem);overflow: hidden;position: relative;border-radius: 6px;box-shadow: 0 0 0.27rem 4px rgba(193,193,193,0.23);}
.trade_detail ._r .ul ._img{float: left;width: 100%;height: 100%;padding-bottom: 74.5%; position: relative; overflow: hidden;}
.trade_detail ._r .ul ._img img{display: block;width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;object-fit: cover;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.trade_detail ._r .ul .cont_b{display: block;position: absolute;width: 100%;height: 45.09%;background: #ffffff;padding: calc(10px + 0.2rem) calc(10px + 0.22rem);left: 0;bottom: -100%;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.trade_detail ._r .ul .cont_b .name_b{display: block;width: 100%;font-size: calc(14px + 0.1rem);line-height: calc(18px + 0.1rem);color: #eb3323;}
.trade_detail ._r .ul .cont_b .text_b{display: block;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(6px + 0.06rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.trade_detail ._r .ul .cont_b .btn{display:block;position: absolute;left: 0;bottom: 0;width: calc(37px + 0.3rem);height: calc(30px + 0.3rem);background: url(img/img18.png) center no-repeat;}
.trade_detail ._r .ul a:hover .cont_b{bottom: 0;}
.trade_detail ._r .ul .tit{display: block;position: absolute;width: 100%;font-size: calc(14px + 0.1rem);line-height: calc(18px + 0.1rem);color: #ffffff;left: 0;bottom: calc(10px + 0.22rem);padding:0 calc(10px + 0.26rem);}
.trade_detail ._r .ul a:hover .tit{display: none;}
@media screen and (max-width:1024px) {
.trade_detail ._l{width: 100%;}
.trade_detail ._r{width: 100%;display: none;}
}
@media screen and (max-width:767px) {
.trade_detail .sectB .lib{flex-wrap: wrap;}
.trade_detail .sectB .contbox{width: 100%;}
.trade_detail .sectB .imglist{width: 100%;}
}
.download{float: left;width: 100%;}
.download .tit{float: left;width: 100%;font-size: calc(16px + 0.14rem);line-height: calc(20px + 0.14rem);color: #111111;font-weight: bold;}
.download .list{float: left;width: 100%;margin-top: calc(10px + 0.5rem);}
.download .list .ul{float: left;width: 100%;}
.download .list .li{float: left;width: 100%;margin-bottom: calc(10px + 0.1rem);}
.download .list .li:last-child{margin-bottom: 0;}
.download .list a{float: left;width: 100%;border: 1px solid #dddddd;border-radius: 6px;padding: 2px 0;position: relative;}
.download .list .name{float: left;width: 30.67%;font-size: calc(14px + 0.06rem);line-height: calc(18px + 0.06rem);color: #333333;padding: calc(10px + 0.15rem) 0.5rem;border-right: 1px solid #dddddd;}
.download .list .infobox{float: left;width: 69.33%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;padding: calc(10px + 0.17rem) calc(40px + 0.4rem) calc(10px + 0.17rem) 0.86rem;}
.download .list .info{float: left;margin-right: 0.58rem;}
.download .list .info:first-child{margin-right: 0;width: calc(40px + 0.87rem);}
.download .list .info:last-child{margin-right: 0;}
.download .list .btn{display: block;position: absolute;width: calc(30px + 0.5rem);height: calc(30px + 0.5rem);background: url(img/img86.png) center no-repeat;background-size: cover;right: 0;top: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.download .list a:hover{box-shadow: 0 0 0.35rem 0.09rem rgba(193,193,193,0.23);border: 1px solid #ffffff;}
.download .list a:hover .btn{background: url(img/img86-1.png) center no-repeat;background-size: cover;}
@media screen and (max-width:1600px) {
  .download .list .name{padding: calc(10px + 0.15rem) 0.2rem;}
}
@media screen and (max-width:767px) {
.download .list a{display: flex;}
.download .list .name{padding: 10px 4px;display: flex;align-items: center;width: 40%;font-size: 14px;}
.download .list .infobox{width: 60%;padding: 10px calc(50px + 0.04rem) 10px 10px;display: flex;align-items: center;font-size: 12px;}
.download .list .infobox .pdf{display: none;}
.download .list .info:first-child{width:80px;}
.download .list .btn{height: 100%;background-size: cover;}
}
.about_product{float: left;width: 100%;margin-top: calc(10px + 0.75rem);}
.about_product .tit{float: left;width: 100%;font-size: calc(16px + 0.14rem);line-height: calc(20px + 0.14rem);color: #111111;font-weight: bold;position: relative;}
.about_product .tit::after{content: "";display: block;position: absolute;width: 78%;height: 1px;background: #dddddd;top: 50%;right: 10%;}
.about_product .list{float: left;width: 100%;margin-top: calc(10px + 0.5rem);}
.about_product .list .ul{float: left;width: calc(100% + 10px + 0.4rem);margin: calc(-5px - 0.2rem);}
.about_product .list .li{float: left;width: 33.33%;padding: calc(5px + 0.2rem);}
.about_product .list a{float: left;width: 100%;background: #ffffff;border-radius: 6px;overflow: hidden;position: relative;border: 1px solid #dddddd;}
.about_product .list ._img{float: left;width: 100%;border-bottom: 1px solid #dddddd;overflow: hidden;}
.about_product .list ._img img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.about_product .list a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.about_product .list .cont{float: left;width: 100%;height: calc(134px + 1rem);padding: calc(10px + 0.2rem) calc(10px + 0.38rem) calc(20px + 0.4rem) calc(10px + 0.3rem);}
.about_product .list .name{float: left;width: 100%;font-size: calc(14px + 0.1rem);line-height: calc(18px + 0.1rem);color: #333333;font-weight: bold;}
.about_product .list .info{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.13rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.about_product .list .ico{float: left;position: absolute;width: calc(37px + 0.3rem);height: calc(30px + 0.3rem);background: url(img/ico11.png) no-repeat;background-size: cover;left: 0;bottom: 0;}
.about_product .list a:hover{border: 1px solid #ffffff;box-shadow: 0 0 0.27rem 4px rgba(193,193,193,0.23);}
.about_product .list a:hover .name{color: #eb3323;}
.about_product .list a:hover .ico{background: url(img/ico11-1.png) no-repeat;background-size: cover;}
.about_product .slick-arrow{display: block;position: absolute;width: calc(30px + 0.1rem);height: calc(30px + 0.1rem);border: 1px solid #dddddd; top: calc(-20px - 0.31rem);right: calc(5px + 0.2rem);left: auto;}
.about_product .slick-prev{background: url(img/ico3.png) center no-repeat #ffffff;background-size:7px 12px;right: calc(45px + 0.4rem);}
.about_product .slick-next{background: url(img/ico2.png) center no-repeat #ffffff;background-size:7px 12px;}
.about_product .slick-prev:hover{background: url(img/ico3-1.png) center no-repeat #eb3223;background-size:7px 12px;}
.about_product .slick-next:hover{background: url(img/ico2-1.png) center no-repeat #eb3223;background-size:7px 12px;}
@media screen and (max-width:1600px) {
  .about_product .list{margin-top: calc(10px + 0.2rem);}
  .about_product .slick-arrow{top:calc(-10px - 0.16rem)}
  .about_product .tit::after{width: 60%;right: 20%;}
  .about_product .list .info{margin-top: 10px;}
  .about_product .list .cont{height: calc(134px + 0.5rem);}
}
@media screen and (max-width:767px) {
.about_product .tit::after{width: 40%;right: 30%;}
.about_product .slick-arrow{top: calc(-20px - 0.2rem);}
}
/* 超声波焊接 */
.know_frame{width: 100%;padding-bottom: calc(10px + 0.75rem);}
.know_frame::after{content: "";display: block;clear: both;}
.know_frame ._l{float: left;width: 71.375%;background: #ffffff;padding: calc(10px + 0.48rem) calc(10px + 0.22rem) calc(10px + 0.7rem);}
.know_frame ._l .title{float: left;width: 100%;font-size: calc(16px + 0.14rem);line-height: calc(20px + 0.14rem);color: #333333;}
.know_frame ._l .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;}
.know_frame ._r{float: right;width: 26.5%;background: #ffffff;position: relative;}
.know_frame ._r .select{float: left;width: 100%;}
.know_frame ._r .select .opt{float: left;width: 50%;}
.know_frame ._r .select a{float: left;width: 100%;font-size: calc(16px + 0.08rem);line-height: calc(40px + 0.3rem);color: #111111;background: #fafafa;text-align: center;}
.know_frame ._r .select .opt.on a{background: #eb3223;color: #ffffff;}
.know_frame ._r .list{float: left;width: 100%;padding: 5px calc(10px + 0.14rem) calc(10px + 0.33rem);}
.know_frame ._r .list .ul{float: left;width: 100%;}
.know_frame ._r .list .li{float: left;width: 100%;border-bottom: 1px solid #dddddd;}
.know_frame ._r .li a{float: left;width: 100%;padding: calc(10px + 0.1rem) 0;display: flex;align-items: center;}
.know_frame ._r .li ._img{float: left;width: calc(80px + 0.4rem);border-radius: 6px;overflow: hidden;}
.know_frame ._r ._img img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.know_frame ._r .cont{float: left;width: calc(100% - 80px - 0.4rem);padding-left:calc(10px + 0.1rem);}
.know_frame ._r .cont .c1{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.06rem);color: #666666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.know_frame ._r .cont .c2{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin-top: calc(4px + 0.06rem);}
.know_frame ._r .li a:hover .c1{color: #eb3223;}
.know_frame ._r .li a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
@media screen and (max-width:1024px) {
  .know_frame ._l{width: 100%;}
  .know_frame ._r{width: 100%;margin-top: 20px;display: none;}
}

.csbhj_main .sect1{float: left;width: 100%;padding-bottom: calc(10px + 0.48rem);}
.csbhj_main .sect1 .text{margin-top: calc(10px + 0.13rem);}
.csbhj_main .sect1 .text p{float: left;width: 100%;}
.csbhj_main .sect1 .text .p{width: calc(100% - 5.51rem);}
.csbhj_main .sect1 .text ._img{float: left;width: 5.51rem;}
.csbhj_main .sect1 .text img{display: block;width: 100%;}
.csbhj_main .sect2{float: left;width: 100%;background: #f3f3f3;padding: calc(10px + 0.18rem) calc(10px + 0.37rem) calc(10px + 0.16rem) calc(10px + 0.18rem);margin-bottom: calc(10px + 0.48rem);}
.csbhj_main .sect2 .text{margin-top: calc(10px + 0.13rem);letter-spacing: 1px;}
.csbhj_main .sect3{float: left;width: 100%;margin-bottom: calc(10px + 0.48rem);}
.csbhj_main .sect3 .text{margin-top: calc(10px + 0.11rem);}
.csbhj_main .sect3 .ul1{float: left;width: 100%;margin-top: calc(5px + 0.1rem);}
.csbhj_main .sect3 .li1{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin:calc(4px + 0.04rem) 0;padding-left:calc(10px + 0.06rem);position: relative;}
.csbhj_main .sect3 .li1::after{content: "";display:block;position: absolute;width: 6px;height: 6px;background: #eb3223;border-radius: 100%;left: 0;top: 7px;}
.csbhj_main .sect3 .imglist{float: left;width: 100%;margin-top: calc(10px + 0.22rem);}
.csbhj_main .sect3 .ul2{float: left;width: calc(100% + 10px + 0.1rem);margin: calc(-5px - 0.05rem);}
.csbhj_main .sect3 .li2{float: left;width: 25%;padding: calc(5px + 0.05rem);}
.csbhj_main .sect3 .li2 ._img{float: left;width: 100%;overflow: hidden;cursor: pointer;border: 1px solid #dddddd;border-radius: 6px;}
.csbhj_main .sect3 .li2 img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.csbhj_main .sect3 ._img:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.csbhj_main .sect4{float: left;width: 100%;margin-bottom: calc(10px + 0.4rem);}
.csbhj_main .sect4 .text{margin-top: calc(10px + 0.11rem);}
.csbhj_main .sect4 .tit{float: left;width: 100%;font-size: calc(14px + 0.06rem);line-height: calc(18px + 0.06rem);color: #333333;margin-top: calc(10px + 0.11rem);}
.csbhj_main .sect4 .ul3{float: left;width: 100%;margin-top: calc(10px + 0.17rem);}
.csbhj_main .sect4 .li3{float: left;width: 100%;margin-bottom: calc(10px + 0.14rem);}
.csbhj_main .sect4 .li3:last-child{margin-bottom: 0;}
.csbhj_main .sect4 .li3 .opt{float: left;font-size: calc(14px + 0.04rem);line-height: calc(18px + 0.04rem);color: #eb3323;padding-bottom: 1px;position: relative;}
.csbhj_main .sect4 .li3 .opt::after{content: "";display: none;position: absolute;width: 100%;height: 1px;background: #eb3223;left: 0;bottom: 0;}
.csbhj_main .sect4 .li3:hover .opt::after{display: block;}
.csbhj_main .sect4 .li3 .cont{float: left;width: 100%;font-size: 14px;line-height: calc(20px + 0.04rem);color: #666666;margin-top: calc(6px + 0.06rem);}
.csbhj_main .sect5{float: left;width: 100%;margin-bottom: calc(10px + 0.4rem);}
.csbhj_main .sect5 .text{margin-top: calc(10px + 0.11rem);}
.csbhj_main .sect6{float: left;width: 100%;margin-bottom: calc(10px + 0.52rem);}
.csbhj_main .sect6 .text{margin-top: calc(10px + 0.12rem);}
.csbhj_main .sect6 .imglist{float: left;width: 100%;margin-top: calc(10px + 0.14rem);margin-bottom: calc(10px + 0.51rem);}
.csbhj_main .sect6 .ul4{float: left;width: 100%;}
.csbhj_main .sect6 .li4{float: left;width: 100%;}
.csbhj_main .sect6 .li4 ._img{float: left;width: 100%;line-height: 0;border-radius: 6px;overflow: hidden;}
.csbhj_main .sect6 .li4 img{display: block;width: 100%;}
.csbhj_main .sect6 .slick-arrow{display: block;position: absolute;width: calc(20px + 0.2rem);height: calc(20px + 0.2rem);top: 50%;right: 0;left: auto;}
.csbhj_main .sect6 .slick-prev{background: url(img/ico3.png) center no-repeat #ffffff;background-size:7px 12px;}
.csbhj_main .sect6 .slick-next{background: url(img/ico2.png) center no-repeat #ffffff;background-size:7px 12px;top: calc(50% - 20px - 0.2rem);}
.csbhj_main .sect6 .slick-prev:hover{background: url(img/ico3-1.png) center no-repeat #eb3223;background-size:7px 12px;}
.csbhj_main .sect6 .slick-next:hover{background: url(img/ico2-1.png) center no-repeat #eb3223;background-size:7px 12px;}
.csbhj_main .sect6 .slick-dots{display: block;position: absolute;width: 100%;display: flex;align-items: center;justify-content: center;bottom: calc(10px + 0.2rem);left: 0;} 
.csbhj_main .sect6 .slick-dots li{float: left;width: 8px;height: 8px;margin:0 calc(4px + 0.05rem);background: #dddddd;border-radius: 8px;}
.csbhj_main .sect6 .slick-dots .slick-active{width: 14px;background: #eb3223;}
.csbhj_main ._l .contbox{float: left;width: 100%;}
.csbhj_main ._l .contbox .ul5{float: left;width: 100%;}
.csbhj_main ._l .contbox .li5{float: left;width: 100%;margin-bottom: calc(10px + 0.12rem);}
.csbhj_main ._l .contbox .li5:last-child{margin-bottom: 0;}
.csbhj_main ._l .contbox .name{float: left;width: 100%;font-size: calc(16px + 0.04rem);line-height: calc(20px + 0.04rem);color: #333333;padding: calc(6px + 0.06rem) calc(20px + 0.28rem);background: #f2f2f2;position: relative;}
.csbhj_main ._l .contbox .name::after{content: "";display:block;position: absolute;width: 6px;height: 6px;border-radius: 100%;background: #eb3323;top: 50%;left: calc(10px + 0.1rem);margin-top: -3px;}
.csbhj_main ._l .contbox .cont{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;padding: calc(7px + 0.07rem) calc(10px + 0.32rem) calc(10px + 0.08rem) calc(20px + 0.28rem);background: #fafafa;}
.csbhj_main .sect7{float: left;width: 100%;margin-bottom: calc(10px + 0.48rem);}
.csbhj_main .sect7 .text{margin-top: calc(10px + 0.15rem);margin-bottom: calc(10px + 0.43rem);}
.csbhj_main .sect8{float: left;width: 100%;margin-bottom: calc(10px + 0.48rem);}
.csbhj_main .sect8 .list{float: left;width: 100%;margin-top: calc(10px + 0.18rem);}
.csbhj_main .sect8 .ul6{float: left;width: calc(100% + 10px + 0.08rem);margin: calc(-5px - 0.04rem);}
.csbhj_main .sect8 .li6{float: left;width: 25%;padding: calc(5px + 0.04rem);}
.csbhj_main .sect8 ._img{float: left;width: 100%;border: 1px solid #dddddd;border-radius: 6px;overflow: hidden;}
.csbhj_main .sect8 ._img img{display:block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.csbhj_main .sect8 ._img:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.csbhj_main .sect9{float: left;width: 100%;margin-bottom: calc(10px + 0.48rem);}
.csbhj_main .sect9 .text{margin-top: calc(10px + 0.11rem);}
.csbhj_main .sect9 .list{float: left;width: 100%;margin-top: calc(10px + 0.16rem);}
.csbhj_main .sect9 .ul7{float: left;width: calc(100% + 10px + 0.08rem);margin: calc(-5px - 0.04rem);display: flex;flex-wrap: wrap;}
.csbhj_main .sect9 .li7{float: left;width: 25%;padding: calc(5px + 0.04rem);}
.csbhj_main .sect9 .li7 a{float: left;width: 100%;border: 1px solid #dddddd;border-radius: 6px;overflow: hidden;position: relative;}
.csbhj_main .sect9 ._img{float: left;width: 100%;line-height: 0;overflow: hidden;}
.csbhj_main .sect9 img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.csbhj_main .sect9 .li7 a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.csbhj_main .sect9 .li7 .cont{float: left;width: 100%;padding:calc(10px + 0.22rem) calc(10px + 0.12rem) calc(40px + 0.32rem);}
.csbhj_main .sect9 .li7 .c1{float: left;width: 100%;font-size: calc(16px + 0.04rem);line-height: calc(20px + 0.04rem);color: #121212;font-weight:bold;}
.csbhj_main .sect9 .li7 .c2{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(10px + 0.11rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.csbhj_main .sect9 .li7 .btn{display: block;position: absolute;width: calc(37px + 0.3rem);height: calc(30px + 0.3rem);background: url(img/ico11.png) no-repeat;background-size: cover;left: 0;bottom: 0;}
.csbhj_main .sect9 .li7 a:hover{border: 1px solid #ffffff;box-shadow:0 0 0.27rem 4px rgba(193,193,193,0.23);}
.csbhj_main .sect9 .li7 a:hover .c1{color: #eb3223;}
.csbhj_main .sect9 .li7 a:hover .btn{background: url(img/ico11-1.png) no-repeat;background-size: cover;}
.csbhj_main .download .list{margin-top: calc(10px + 0.28rem);}
@media screen and (max-width:767px) {
.csbhj_main .sect1 .text .p{width: 100%;}
.csbhj_main .sect1 .text ._img{width: 100%;margin-top: 10px;}
.csbhj_main .sect3 .li2{width: 50%;}
.csbhj_main .sect8 .li6{width: 50%;}
.csbhj_main .sect9 .li7{width: 50%;}
.csbhj_main .sect6 .slick-arrow{top: 60%;}
.csbhj_main .sect6 .slick-next{top: calc(60% - 20px - 0.2rem);}
}
/* 行业应用 */
.trade_main{width: 100%;padding-top: calc(10px + 0.77rem);padding-bottom: calc(10px + 0.72rem);border-top: 1px solid #dddddd;}
.trade_main .contbox{width: 100%;}
.trade_main .contbox .tit1{width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(18px + 0.04rem);color: #ff0208;}
.trade_main .contbox .tit2{width: 100%;font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);color: #111111;font-weight: bold;margin-top: calc(10px + 0.1rem);}
.trade_main .contbox .text{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin-top: calc(10px + 0.3rem);}
.trade_main .list{width: 100%;margin-top: calc(10px + 0.5rem);}
.trade_main .list::after{content: "";display: block;clear: both;}
.trade_main .list .ul{float: left;width: calc(100% + 10px + 0.16rem);margin: calc(-5px - 0.08rem);}
.trade_main .list .ul .li{float: left;width: 25%;padding: calc(5px + 0.08rem);}
.trade_main .list .ul a{float: left;width: 100%;height: calc(200px + 3.1rem);overflow: hidden;position: relative;border-radius: 6px;}
.trade_main .list .ul a::after{content: "";display: block;position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.1);left: 0;bottom: 0;z-index: 1;}
.trade_main .list .ul ._img{float: left;width: 100%;height: 100%;padding-bottom: 74.5%; position: relative; overflow: hidden;}
.trade_main .list .ul ._img img{display: block;width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;object-fit: cover;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.trade_main .list .ul .cont_b{display: block;position: absolute;width: 100%;min-height: 45.09%;background: #ffffff;padding: calc(10px + 0.2rem) calc(10px + 0.22rem) calc(40px + 0.3rem);left: 0;bottom: -100%;z-index: 5;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.trade_main .list .ul .cont_b .name_b{display: block;width: 100%;font-size: calc(14px + 0.1rem);line-height: calc(18px + 0.1rem);color: #eb3323;}
.trade_main .list .ul .cont_b .text_b{display: block;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.1rem);color: #666666;margin-top: calc(6px + 0.06rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.trade_main .list .ul .cont_b .btn{display:block;position: absolute;left: 0;bottom: 0;width: calc(37px + 0.3rem);height: calc(30px + 0.3rem);background: url(img/img18.png) center no-repeat;background-size: cover;}
.trade_main .list .ul a:hover .cont_b{bottom: 0;}
.trade_main .list .ul .tit{display: block;position: absolute;width: 100%;font-size: calc(14px + 0.1rem);line-height: calc(18px + 0.1rem);color: #ffffff;left: 0;bottom: calc(10px + 0.22rem);padding:0 calc(10px + 0.26rem);}
.trade_main .list .ul a:hover .tit{display: none;}
@media screen and (max-width:1024px){
.trade_main .list .ul .li{width: 50%;}
}


/* 层叠无妨材料 */
.cdwf_main .sect1{float: left;width: 100%;margin-bottom: calc(10px + 0.4rem);} 
.cdwf_main .sect1 .text{margin-top: calc(10px + 0.1rem);}
.cdwf_main .sect2{float: left;width: 100%;margin-bottom: calc(10px + 0.5rem);}
.cdwf_main .sect2 .text{margin-top: calc(10px + 0.11rem);}
.cdwf_main .sect2 .ul1{float: left;width: 100%;margin-top: calc(5px + 0.1rem);}
.cdwf_main .sect2 .li1{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin:calc(4px + 0.04rem) 0;padding-left:calc(10px + 0.06rem);position: relative;}
.cdwf_main .sect2 .li1::after{content: "";display:block;position: absolute;width: 6px;height: 6px;background: #eb3223;border-radius: 100%;left: 0;top: 7px;}
.cdwf_main .sect2 .imglist{float: left;width: 100%;margin-top: calc(10px + 0.22rem);}
.cdwf_main .sect2 .ul2{float: left;width: calc(100% + 10px + 0.1rem);margin: calc(-5px - 0.05rem);}
.cdwf_main .sect2 .li2{float: left;width: 25%;padding: calc(5px + 0.05rem);}
.cdwf_main .sect2 .li2 ._img{float: left;width: 100%;overflow: hidden;cursor: pointer;border: 1px solid #dddddd;border-radius: 6px;}
.cdwf_main .sect2 .li2 img{display: block;width: 100%;transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.cdwf_main .sect2 ._img:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.cdwf_main .sect3{float: left;width: 100%;margin-bottom: calc(10px + 0.49rem);}
.cdwf_main .sect3 .text{margin-top: calc(10px + 0.16rem);}
.cdwf_main .sect3 ._img{float: left;width: 100%;margin-top: calc(10px + 0.14rem);}
.cdwf_main .sect3 img{display:block;width: 100%;}
.cdwf_main .sect4{float: left;width: 100%;margin-bottom: calc(10px + 0.5rem);}
.cdwf_main .sect4 .ul3{float: left;width: 100%;}
.cdwf_main .sect4 .li3{float: left;width: 100%;margin-bottom: calc(10px + 0.1rem);}
.cdwf_main .sect4 .li3:last-child{margin-bottom: 0;}
.cdwf_main .sect4 .top{float: left;width: 100%;padding: calc(10px + 0.08rem) calc(10px + 0.06rem);display: flex;align-items: center;background: #f2f2f2;}
.cdwf_main .sect4 .top.active .ico::after{display: none;}
.cdwf_main .sect4 .top .ico{float: left;width:16px;height: 2px;background: #666666;margin-right: calc(10px + 0.06rem);position: relative;}
.cdwf_main .sect4 .top .ico::after{content: "";display: block;position: absolute;width: 2px;height: 16px;background: #666666;left: 50%;top: 50%;margin-top: -8px;margin-left: -1px;}
.cdwf_main .sect4 .top .tit{float: left;font-size: calc(16px + 0.04rem);line-height: calc(20px + 0.04rem);color: #333333;}
.cdwf_main .sect4 .down{float: left;display: none;width: 100%;padding: calc(10px + 0.3rem) calc(10px + 0.2rem) calc(10px + 0.28rem) calc(10px + 0.38rem);background: #fafafa;}
.cdwf_main .sect4 .cont{float: left;width: 50%;padding-right: calc(10px + 0.36rem);}
.cdwf_main .sect4 .cont .ul{float: left;width: 100%;margin-top: calc(10px + 0.18rem);}
.cdwf_main .sect4 .cont .li{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(18px + 0.02rem);color: #666666;margin:calc(4px + 0.04rem) 0;padding-left:calc(10px + 0.06rem);position: relative;}
.cdwf_main .sect4 .cont .li::after{content: "";display:block;position: absolute;width: 6px;height: 6px;background: #eb3223;border-radius: 100%;left: 0;top: 7px;}
.cdwf_main .sect4 ._img{float: left;width: 50%;}
.cdwf_main .sect4 img{display: block;width: 100%;}
.cdwf_main .sect5{float: left;width: 100%;margin-bottom: calc(10px + 0.5rem);}
.cdwf_main .sect5 .text{margin-top: calc(10px + 0.13rem);}
.cdwf_main .sect5 .imglist{float: left;width: 100%;margin-top: calc(10px + 0.14rem);border: 1px solid #dddddd;border-radius: 6px;overflow: hidden;}
.cdwf_main .sect5 .ul4{float: left;width: 100%;}
.cdwf_main .sect5 .li4{float: left;width: 100%;}
.cdwf_main .sect5 .li4 ._img{float: left;width: 100%;line-height: 0;overflow: hidden;}
.cdwf_main .sect5 .li4 img{display: block;width: 100%;}
.cdwf_main .sect5 .slick-arrow{display: block;position: absolute;width: calc(20px + 0.2rem);height: calc(20px + 0.2rem);top: 50%;right: -1px;left: auto;border: 1px solid #dddddd;}
.cdwf_main .sect5 .slick-prev{background: url(img/ico3.png) center no-repeat #ffffff;background-size:7px 12px;}
.cdwf_main .sect5 .slick-next{background: url(img/ico2.png) center no-repeat #ffffff;background-size:7px 12px;top: calc(50% - 20px - 0.2rem);}
.cdwf_main .sect5 .slick-prev:hover{background: url(img/ico3-1.png) center no-repeat #eb3223;background-size:7px 12px;border: 1px solid #eb3223;}
.cdwf_main .sect5 .slick-next:hover{background: url(img/ico2-1.png) center no-repeat #eb3223;background-size:7px 12px;border: 1px solid #eb3223;}
.cdwf_main .sect5 .slick-dots{display: block;position: absolute;width: 100%;display: flex;align-items: center;justify-content: center;bottom: calc(10px + 0.2rem);left: 0;} 
.cdwf_main .sect5 .slick-dots li{float: left;width: 8px;height: 8px;margin:0 calc(4px + 0.05rem);background: #dddddd;border-radius: 8px;}
.cdwf_main .sect5 .slick-dots .slick-active{width: 14px;background: #eb3223;}
.cdwf_main .sect6{float: left;width: 100%;margin-bottom: calc(10px + 0.25rem);}
.cdwf_main .sect6 .text{margin-top: calc(10px + 0.14rem);}
.cdwf_main .about_product{margin-top: 0;}
.cdwf_main .about_product .list{margin-top: 0;}
.cdwf_main .about_product .li{width: 50%;}
.about_product .list a{border: none;}
.about_product .list a:hover{border: none;}
@media screen and (max-width:767px) {
.cdwf_main .sect2 .li2{width: 50%;}
.cdwf_main .sect4 .cont{width: 100%;padding-right: 0;}
.cdwf_main .sect4 ._img{width: 100%;margin-top: calc(10px + 0.1rem);}
.cdwf_main .sect5 .slick-arrow{top: 60%;}
.cdwf_main .sect5 .slick-next{top: calc(60% - 20px - 0.2rem);}
.cdwf_main .about_product .list .name{font-size: 16px;}
}



.pagecon.new_detail ._l{width:100%;}
.pagecon.new_detail ._l ._b{padding-top:0; padding-bottom:0; border:0;}


.sitemap{ width:100%;float:left;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}
.sitemap li a:hover{color:#eb3223;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}




/*241218start*/

@media screen and (max-width: 1600px) {
.sy_sectB ._b{height: calc(300px + 0.6rem);}
.sy_sectD .list{height: calc(300px + 1.83rem);}
}

/*241218end*/














