@charset "utf-8";
/* CSS Documen111t2222 */


@font-face {
  font-family: 'HelveticaNeueLTW0555Roman';  
  src: url('HelveticaNeueLTW0555Roman.otf');       
}


@font-face {
  font-family: 'HelveticaNeueLTW0555Roman';  
  src: url('HelveticaNeueLTW0555Roman.otf');       
}
/*
@font-face {
  font-family: 'HarmonyOS_Sans';  
  src: url('HarmonyOS_Sans_SC_Regular.ttf');       
}
*/
@font-face {
  font-family: 'ariblk';  
  src: url('ariblk.ttf');       
}
@font-face {
  font-family: 'YouSheBiaoTiHei2'; 
  src: url('YouSheBiaoTiHei-2.ttf');   
}
@font-face {
  font-family: 'HarmonyOS'; 
  src: url('HarmonyOS_Sans_SC_Regular.subset.woff2');   
}

#think_page_trace{display: none; opacity: 0;}
#think_page_trace_open{display: none; opacity: 0;}

/* @font-face {
  font-family: 'HarmonyOS'; 
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
  src:
    url('../fonts/HarmonyOS_Sans_SC_Regular.woff') format('woff'),
    url('../fonts/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'),
    url('../fonts/HarmonyOS_Sans_SC_Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'HarmonyOSMedium'; 
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');
  src:
    url('../fonts/HarmonyOS_Sans_SC_Medium.woff') format('woff'),
    url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype'),
    url('../fonts/HarmonyOS_Sans_SC_Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'HarmonyOSLight'; 
  src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
  src:
    url('../fonts/HarmonyOS_Sans_SC_Light.woff') format('woff'),
    url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype'),
    url('../fonts/HarmonyOS_Sans_SC_Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}





input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
}

*{ font-family: "HarmonyOS";}

a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:14px;transition: all 0.3s ease 0s; cursor: pointer;
-webkit-transform: all 0.3s ease 0s;  -webkit-tap-highlight-color: transparent; outline: none;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; outline: none;}
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/

.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
img{ vertical-align: middle; max-width: 100%;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input[type="submit"]{ cursor: pointer;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:14px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:14px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:14px; font-family: "HarmonyOS";}



video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
}


.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
    height: 200px;
    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
.tra:hover{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
}

/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
           transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  
	cursor:pointer;
}




/* 1px = 0.0521
每次运算都需要在原来的基础上面减去8px */

.pc_all .pc_all_content{ max-width: 1400px; margin:0 auto;}
.m-header-nav{ display: none;}



.Header {border-bottom: 1.0003px solid #EDEDED; width: 100%; position: fixed; top: 0; left: 0; z-index: 99999; background: white;}
.Header .pc_all_content {display:flex;align-items:center;justify-content:space-between;height:90.0288px;}
.Header .pc_all_content .Header_logo img {width:147.04703999999998px;position:relative; top: -1px;}
.Header .Header_right {display:flex;align-items:center;}
.Header .Header_right .Header_right_nv {display:flex;align-items:center;}
.Header .Header_right .Header_right_nv .right_nv_list {margin-right:60.0192px;}
.Header .Header_right .Header_right_nv .right_nv_list:last-child {margin-right:40.0128px;}
/* .Header .Header_right .Header_right_nv .right_nv_list::before {content:"";display:inline-block;width:100%;height:calc(100% - 90.0288px);background:rgba(0,0,0,.6);left:0;top:0;position:absolute;}
*/.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down {position:absolute;left:0;top:0;background:#fff url(../images/bg147.jpg) no-repeat 50%/cover;width:100%;top:90.0288px;padding-top:55.017599999999995px;display:none;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .slideTxtBox1 {display:flex;position:relative;max-width:1400px; margin:0 auto;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down li {list-style:none;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left {width:280px;margin-right:120.0384px;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left ul .down_left_list {font-size:16.005119999999998px;color:#000000;border-bottom:2.0006px solid rgba(255,255,255,0);padding-bottom:5.0016px;display:flex;justify-content:space-between;margin-bottom:30.0096px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;cursor:pointer;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left ul .down_left_list a {font-size:16.005119999999998px;color:#000000;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left ul .down_left_list:last-child {margin-bottom:35.011199999999995px;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_right .down_right_list {display:flex;justify-content:space-between;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_right .down_right_list .right_list_title {width:200.064px;margin-right:120.0384px;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_right .down_right_list .right_list_title .list_title_li {font-size:14.004480000000001px;color:#000000;border-bottom:2.0006px solid rgba(255,255,255,0);padding-bottom:5.0016px;display:flex;align-items:center;margin-bottom:30.0096px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_right .down_right_list .right_list_img .list_img_li {display:none;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_right .down_right_list .right_list_img .list_img_li.on {display:block;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left ul .down_left_list.on {border-bottom:2.0006px solid #b5b5b5;color:#ed1b24;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left ul .down_left_list.on a {color:#ed1b24;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left ul .down_left_list:hover {border-bottom:2.0006px solid #b5b5b5;color:#ed1b24;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left ul .down_left_list .fa {font-size:18.00576px;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_right .down_right_list .right_list_title .list_title_li.on {border-bottom:2.0006px solid #b5b5b5;color:#ed1b24;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_right .down_right_list .right_list_img .list_img_li img {width: 100%; height: 332px; object-fit: cover;}
.nv_list_down_close {position:absolute;right:0;top:0;font-size:36.01152px;color:#999;cursor:pointer;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_title {font-size:14.004480000000001px;color:#000;height:90.0288px;display:flex;align-items:center;position:relative;z-index:3;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_title::before {content:"";display:inline-block;width:100%;height:3.0009px;background:#ED1B24;position:absolute;left:0;width:0%;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;bottom:20.0064px;}
.Header .Header_right .Header_right_nv .right_nv_list:nth-child(1) .nv_list_title::before,.Header .Header_right .Header_right_nv .right_nv_list:nth-child(5) .nv_list_title::before,.Header .Header_right .Header_right_nv .right_nv_list:nth-child(6) .nv_list_title::before {left:-15.0048px;}
.Header .Header_right .Header_right_nv .right_nv_list:hover .nv_list_title {font-weight:bolder;}
.Header .Header_right .Header_right_nv .right_nv_list:hover .nv_list_title::before {opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;width:100%;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_title.on::before {opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;width:100%;}
.Header .Header_right .Header_right_nv .right_nv_list:nth-child(1):hover .nv_list_title::before,.Header .Header_right .Header_right_nv .right_nv_list:nth-child(5):hover .nv_list_title::before,.Header .Header_right .Header_right_nv .right_nv_list:nth-child(6):hover .nv_list_title::before {width:66.02112px;}
.Header .Header_right .Header_right_nv .right_nv_list:nth-child(1) .nv_list_title.on::before,.Header .Header_right .Header_right_nv .right_nv_list:nth-child(5) .nv_list_title.on::before,.Header .Header_right .Header_right_nv .right_nv_list:nth-child(6) .nv_list_title.on::before {width:66.02112px;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_title i {margin-left:5.0016px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);transition:all 0.5s ease;-webkit-transform:all 0.5s ease;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.Header .Header_right .Header_right_nv .right_nv_list:hover .nv_list_title i {-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.Header .Header_right .Header_right_nv .right_nv_list:hover .nv_list_title {color:#ED1B24;}
.Header .Header_right .Header_right_language {position:relative;}
.Header .Header_right .Header_right_language .right_language_title {display:flex;align-items:center;justify-content:center;border:1.0003px solid #DEDEDE;border-radius:100.032px;color:#606060;font-size:14.004480000000001px;padding:5.0016px 13.00416px;}
.Header .Header_right .Header_right_language .right_language_title img {margin-right:4.0012px;width:17.00544px;}
.Header .Header_right .Header_right_language .right_language_title i {margin-left:4.0012px;}
.Header .Header_right .Header_right_language .right_language_down {position:absolute;width:100%;left:0;border:1.0003px solid #DEDEDE;border-radius:5.0016px;overflow:hidden;padding:0px 10.0032px;background:#fff;display:none;}
.Header .Header_right .Header_right_language .right_language_down a {display:inline-block;width:100%;background:#fff;text-align:center;float:left;line-height:34.01088px;border-bottom:1.0003px solid #dcdcdc;font-size:14.004480000000001px;}
.Header .Header_right .Header_right_language .right_language_down a:hover {color:#ED1B24;}
.Header .Header_right .Header_right_language .right_language_down a:last-child {border-bottom:0;}
.Header .Header_right .Header_right_language:hover .right_language_down {display:block;}
.banner {position:relative;margin-top:90.0288px;}
.banner .swiper-container {overflow:hidden;}
.banner .swiper-pagination {position:absolute;bottom:90.0288px;width:100%;}
.banner .swiper-pagination span {background:#fff;margin:0px 5.0016px;width:8.0025px;height:8.0025px;}
.banner .click_down {position:absolute;bottom:32.010239999999996px;left:0;width:100%;text-align:center;width:100%;z-index:2;}
.banner .click_down img {cursor:pointer;}
.banner .banner_list {display:flex;flex-direction:column;align-items:center;padding-top:75.024px;}
.banner .banner_list .banner_list_po {text-align:center;}
.banner .banner_list .banner_list_dd {font-size:40.0128px;line-height:40.0128px;display:none;font-family:'HarmonyOSLight';}
.banner .banner_list .banner_list_dd span {color:#ED1B24;font-family:'HarmonyOSLight';}
.banner .banner_list .banner_list_dt {color:#464646;font-size:34.01088px;line-height:34.01088px;margin-top:34.01088px;display:none;font-family:'HarmonyOSLight';}
.banner .banner_list .banner_list_btn {display:none;margin-top:40.0128px;}
.banner .banner_list .banner_list_btn a {background:linear-gradient(330deg,#ED1B24 0%,#F5BC50 100%);width:auto;line-height:50.016px;border-radius:25.008px;font-size:16.005119999999998px;font-weight:400;color:#fff;display:inline-block;align-items:center;justify-content:center;margin:0 auto;padding:0px 38.4px;}
.banner .banner_list .banner_list_btn a img {margin-left:10.0032px;width:12.003839999999999px;}
.banner .banner_list2 {align-items:flex-start;justify-content:center;padding-top:0;}
.banner .banner_list2 .banner_list_dd {color:#fff;font-size:40.0128px;line-height:40.0128px;font-weight:400;}
.banner .banner_list2 .banner_list_dt {color:#fff;font-weight:bolder;font-size:75.024px;line-height:75.024px;}
.banner .banner_list2 .banner_list_po {text-align:left;width:100%; max-width: 1400px; margin: 0 auto;}
.banner .banner_list2 .banner_list_btn a {margin:0;}


.banner .banner_list.swiper-slide-active .banner_list_dd {display:block;}
.banner .banner_list.swiper-slide-active .banner_list_dt {display:block;}
.banner .banner_list.swiper-slide-active .banner_list_btn {display:block;}

.banner .banner_list3 .banner_list_po.right { text-align:right; }
.banner .banner_list3 .banner_list_dt{text-align:right;color: #fff; font-weight: bolder; font-size: 60px; line-height: 60px; text-shadow: 0px 3px 6px rgba(0,0,0,0.45);font-family: 'arial';}
.banner .banner_list3.swiper-slide-active .banner_list_po.right .banner_list_btn { text-align: right; display: flex; justify-content: flex-end; }



.click_down {animation:mymove 1.5s infinite;-webkit-animation:mymove 1.5s infinite;/* Safari and Chrome */}
.click_down img {width:44.01408px;}
@keyframes mymove {0% {bottom:32.010239999999996px;}
50% {bottom:40.0128px;}
100% {bottom:32.010239999999996px;}
}
@-webkit-keyframes mymove /* Safari and Chrome */ {0% {bottom:32.010239999999996px;}
50% {bottom:40.0128px;}
100% {bottom:32.010239999999996px;}
}
.IProduct {padding:60.0192px 0px;position:relative;}
.IProduct .IProduct_title {text-align:center;margin-bottom:50.016px;}
.IProduct .IProduct_title .IProduct_title_dd {font-size:40.0128px;line-height:40.0128px;color:#ED1B24;font-weight:600;color:#ED1B24;margin-bottom:53.01696px;letter-spacing:0.06em;}
.IProduct .IProduct_title .IProduct_title_dt {font-size:14px;line-height:26px;color:#4B4B4B;font-weight:400;}
.IProduct .IProduct_title .IProduct_title_p {color:#ACACAC;font-size:20.0064px;font-weight:500;line-height:20.0064px;margin-top:24.410880000000002px;}
.IProduct .IProduct_content {display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.IProduct .IProduct_content .IProduct_content_list {width:calc(25% - 16.005119999999998px);position:relative;}
.IProduct .IProduct_content .IProduct_content_list .content_list_img {overflow:hidden;}
.IProduct .IProduct_content .IProduct_content_list .content_list_img img {width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt {position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;/* background:rgba(0,0,0,.4);*/ transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav {position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,.8);display:flex;flex-direction:column;justify-content:center;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a {display:flex;align-items:center;justify-content:center;height:32.010239999999996px;border:1px solid #ED1B24;border-radius:100px;margin:0 auto;margin-bottom:12.003839999999999px;font-weight:400;color:#ED1B24;position:relative;overflow:hidden;width:190.06079999999997px;font-size:14.004480000000001px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a span {position:relative;display:flex;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a span i {margin-left:6.0019px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;position:relative;display:flex;align-items:center;justify-content:center;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a span i img {transition:all 0.5s ease;-webkit-transform:all 0.5s ease;width:12.003839999999999px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a span i img:last-child {position:absolute;opacity:0;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a::before {content:"";display:inline-block;width:100%;height:100%;left:0;top:0;background:linear-gradient(330deg,#ED1B24 0%,#F5BC50 100%);position:absolute;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;border-radius:100px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a:last-child {margin-bottom:0;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_icon span {position:relative;display:flex;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_icon span img {transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_icon span img:last-child {position:absolute;left:0;top:0;opacity:0;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(1) .content_list_txt .list_txt_icon span img {width:45.0144px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(2) .content_list_txt .list_txt_icon span img {width:79.02528px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(3) .content_list_txt .list_txt_icon span img {width:42.01344px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(4) .content_list_txt .list_txt_icon span img {width:65.0208px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(5) .content_list_txt .list_txt_icon span img {width:66.02112px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(6) .content_list_txt .list_txt_icon span img {width:29.009279999999997px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(7) .content_list_txt .list_txt_icon span img {width:47.01504px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_title {font-size:18.00576px;line-height:18.00576px;color:#fff;margin-top:20.0064px;font-weight:500;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_bt {height:0px;background:linear-gradient(330deg,#ED1B24 0%,#F5BC50 100%);opacity:1;border-radius:25.008px;font-size:12.003839999999999px;color:#fff;font-weight:400;display:flex;align-items:center;justify-content:center;margin-top:0px;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;padding:0px 13.00416px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_bt img {margin-left:3.0009px;width:12.003839999999999px;}
@media (any-hover:hover) {.IProduct .IProduct_content .IProduct_content_list .content_list_nav a:hover {color:#fff;border:0;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a:hover span i img {opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a:hover span i img:last-child {opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a:hover::before {opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_txt {background:rgba(255,255,255,.8);transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_txt .list_txt_title {color:#ed1b24;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list:hover  .content_list_txt .list_txt_icon span img {opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list:hover  .content_list_txt .list_txt_icon span img:last-child {opacity:1;}
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_txt .list_txt_bt {height:32.010239999999996px;margin-top:18.00576px;opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_nav {opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list.on:hover .content_list_txt {opacity:0;}
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_img img {-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);filter:scale(1.2);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
}
.IProduct .IProduct_content .IProduct_content_list.in .content_list_txt {background:rgba(255,255,255,.8);transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list.in .content_list_txt .list_txt_title {color:#ed1b24;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list.in  .content_list_txt .list_txt_icon span img {opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list.in  .content_list_txt .list_txt_icon span img:last-child {opacity:1;}
.IProduct .IProduct_content .IProduct_content_list.in .content_list_txt .list_txt_bt {height:32.010239999999996px;margin-top:18.00576px;opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list.in .content_list_nav {opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list.on.in .content_list_txt {opacity:0;}
.IProduct .IProduct_content .IProduct_content_list.in .content_list_img img {-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);filter:scale(1.2);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(1),.IProduct .IProduct_content .IProduct_content_list:nth-child(2),.IProduct .IProduct_content .IProduct_content_list:nth-child(3) {width:calc(33.33% - 13.00416px);margin-bottom:20.0064px;}
.IProduct::before {content:"";display:inline-block;width:100%;height:213.06816px;background:linear-gradient(180deg,rgba(247,244,244,0) 0%,#F7F4F4 100%);position:absolute;left:0;bottom:0;}
.IProduct .IProduct_bottom {position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;margin-top:130.0416px;}
.IProduct .IProduct_bottom_mo {display:none;}
.IProduct .IProduct_bottom .IProduct_bottom_list {width:25%;text-align:center;}
.IProduct .IProduct_bottom .IProduct_bottom_list .bottom_list_dd {color:#000000;font-size:50.016px;font-weight:400;line-height:50.016px;font-family:"Source Han Sans CN","microsoft yahei",Arial,"STXihei";}
.IProduct .IProduct_bottom .IProduct_bottom_list .bottom_list_dd i {font-family:"Source Han Sans CN","microsoft yahei",Arial,"STXihei";font-style:normal;}
.IProduct .IProduct_bottom .IProduct_bottom_list .bottom_list_dd b {font-size:35.011199999999995px;margin-left:10.0032px;font-weight:500;}
.IProduct .IProduct_bottom .IProduct_bottom_list .bottom_list_dt {color:rgba(0,0,0,.5);font-size:14.004480000000001px;line-height:22.00704px;font-weight:400;margin-top:5.0016px;}
.Expertise {padding:67.02144px 0px;}
.Expertise .Expertise_title {text-align:center;font-size:40.0128px;color:#000;line-height:40.0128px;font-weight:500;margin-bottom:40.0128px;letter-spacing:0.06em;}
.Expertise .pc_all_content {display:flex;align-items:center;justify-content:space-between;}
.Expertise .pc_all_content .Expertise_list {width:calc(14% - 18.00576px);height:320.1024px;position:relative;overflow:hidden;transition:all 1s ease;-webkit-transform:all 1s ease;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_img img {width:100%;height:320.1024px;object-fit:cover;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title {position:absolute;bottom:-30.0096px;left:0;width:100%;text-align:center;padding-bottom:20.0064px;border-bottom:3.0009px solid #ed1b24;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dd {color:#fff;font-size:20.0064px;font-weight:500;line-height:26.00832px;position:relative;padding-bottom:17.00544px;margin-bottom:13.00416px;position:relative;top:0;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dd::before {content:"";display:inline-block;width:27.00864px;height:4.0012px;background:#ed1b24;position:absolute;left:0;bottom:0;right:0;margin:0 auto;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;transition:all 0.8s ease 0s;-webkit-transform:all 0.8s ease 0s;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dt {font-size:14.004480000000001px;color:#fff;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;height:21.00672px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;top:0;transition:all 1s ease 0s;-webkit-transform:all 1s ease 0s;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dt p {display:flex;align-items:center;flex-wrap:wrap;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dt span {opacity:0;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;font-family:'HarmonyOS_Sans';}
.Expertise .pc_all_content .Expertise_list.on {width:calc(32% - 18.00576px);transition:all 1s ease;-webkit-transform:all 1s ease;}
.Expertise .pc_all_content .Expertise_list::before {content:"";display:inline-block;width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;left:0;bottom:0;}
.Expertise .pc_all_content .Expertise_list.on::before {background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);height:167.44128px;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title {padding:0px 20.0064px;text-align:left;padding-bottom:20.0064px;bottom:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dd::before {margin:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt {opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dd {top:-10px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt {top:-10px;transition:all 1s ease 0s;-webkit-transform:all 1s ease 0s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span {opacity:1;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(1) {transition-delay:0.02s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(2) {transition-delay:0.04s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(3) {transition-delay:0.06s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(4) {transition-delay:0.08s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(5) {transition-delay:0.1s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(6) {transition-delay:0.12s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(7) {transition-delay:0.14s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(8) {transition-delay:0.16s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(9) {transition-delay:0.18s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(10) {transition-delay:0.2s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(11) {transition-delay:0.22s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(12) {transition-delay:0.24s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(13) {transition-delay:0.26s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(14) {transition-delay:0.28s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(15) {transition-delay:0.3s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(16) {transition-delay:0.32s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(17) {transition-delay:0.34s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(18) {transition-delay:0.36s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(19) {transition-delay:0.38s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(20) {transition-delay:0.4s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(21) {transition-delay:0.42s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(22) {transition-delay:0.44s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(23) {transition-delay:0.46s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(24) {transition-delay:0.48s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(25) {transition-delay:0.5s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(26) {transition-delay:0.52s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(27) {transition-delay:0.54s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(28) {transition-delay:0.56s;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dt span:nth-child(29) {transition-delay:0.58s;}
.International {background:#faf8f8;padding:70.02239999999999px 0px;}
.International .swiper-container {overflow:hidden;}
.International .International_title {text-align:center;font-size:40.0128px;color:#000;line-height:40.0128px;font-weight:500;margin-bottom:40.0128px;letter-spacing:0.1em;}
.International .International_content .swiper-container {border-bottom:1px solid #ebebeb;}
.International .International_content .International_content_list {display:flex;flex-wrap:wrap;}
.International .International_content .International_content_list .content_list_li {background:#fff;position:relative;border:1px solid #ebebeb;border-right:0;border-bottom:0px;width:16.66%;}
.International .International_content .International_content_list .content_list_li:nth-child(6n) {border-right:1px solid #ebebeb;}
.International .International_content .International_content_list::before {content:"";display:inline-block;width:20.0064px;height:15.0048px;background:url(../images/bn12.svg) no-repeat 50% 50%;position:absolute;right:20.0064px;bottom:20.0064px;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;background-size:20.0064px;cursor:pointer;}
.International .International_content .International_content_list .content_list_img {overflow:hidden;width:100%;}
.International .International_content .International_content_list .content_list_img img {width:100%;height: 250px; object-fit:cover;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.International .International_content .International_content_list:hover .content_list_img img {-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);filter:scale(1.2);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.International .International_content .International_content_list .content_list_txt {padding:22.00704px 20.0064px;width:100%;}
.International .International_content .International_content_list .content_list_txt .list_txt_dd {font-size:16.005119999999998px;color:#000;font-weight:500;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;font-family:"HarmonyOSMedium";cursor:pointer;}
.International .International_content .International_content_list:hover .content_list_txt .list_txt_dd {color:#ed1b24;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;cursor:pointer;}
.International .International_content .International_content_list:hover .content_list_txt .list_txt_dt .txt_dt_li {color:#ed1b24;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;cursor:pointer;}
.International .International_content .International_content_list:hover::before {opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;cursor:pointer;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt {display:flex;align-items:center;margin-top:5.0016px;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt .txt_dt_li {font-size:14.004480000000001px;color:#4B4B4B;font-weight:400;display:flex;align-items:center;margin-right:20.0064px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;cursor:pointer;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt .txt_dt_li:last-child {margin-right:0;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt .txt_dt_li span {margin-right:4.0012px;display:flex;align-items:center;justify-content:center;width:10.0032px;height:10.0032px;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt .txt_dt_li span img {position:absolute;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;width:10.0032px;cursor:pointer;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt .txt_dt_li span img:last-child {opacity:0;}
.International .International_content .International_content_list:hover .content_list_txt .list_txt_dt .txt_dt_li span img {opacity:0;}
.International .International_content .International_content_list:hover .content_list_txt .list_txt_dt .txt_dt_li span img:last-child {opacity:1;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;cursor:pointer;}
.International .International_content .International_content_toggle {display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:30.0096px;}
.International .International_content .International_content_toggle .swiper-pagination {position:relative;text-align:left;}
.International .International_content .International_content_toggle .swiper-pagination span {width:160.0512px;height:4.0012px;background:#cccccc;border-radius:0;margin-right:8.0025px;opacity:1;}
.International .International_content .International_content_toggle .swiper-pagination span:last-child {margin-right:0;}
.International .International_content .International_content_toggle .swiper-pagination span.swiper-pagination-bullet-active {background:#ed1b24;}
.International .International_content .International_content_toggle .content_toggle_right {border:1px solid #ED1B24;width:152.04864px;height:50.016px;display:flex;align-items:center;justify-content:center;font-size:16.005119999999998px;color:#ED1B24;}
.International .International_content .International_content_toggle .content_toggle_right span {margin-left:9.0028px;display:flex;align-items:center;justify-content:center;width:12.003839999999999px;height:9.0028px;position:relative;}
.International .International_content .International_content_toggle .content_toggle_right span img {position:absolute;left:0;width:12.003839999999999px;}
.International .International_content .International_content_toggle .content_toggle_right span img:last-child {opacity:0;}
.International .International_content .International_content_toggle .content_toggle_right:hover {color:#fff;background:#ED1B24;}
.International .International_content .International_content_toggle .content_toggle_right:hover span img:last-child {opacity:1;}
.Client {background:#fff;position:relative;}
.International .International_content .International_content_list .content_list_li {overflow:hidden;}
.International .International_content .International_content_list .content_list_li img {width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.International .International_content .International_content_list .content_list_li:hover img {-webkit-transform:scale(1.12);-moz-transform:scale(1.12);-ms-transform:scale(1.12);-o-transform:scale(1.12);filter:scale(1.12);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.Client .International_content .International_content_list::before {display:none;}
.Footer {background:rgba(240,240,240,1);border-top:1px solid #ED1B24;padding-top:108.03456px;}
.Footer .pc_all_content {display:flex;justify-content:space-between;border-bottom:2.0006px solid #cdcdcd;padding-bottom:53.01696px;}
.Footer .Footer_left .Footer_left_logo img {width:190.06079999999997px;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_title {font-size:20.0064px;color:#000000;line-height:20.0064px;margin-top:28.008960000000002px;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt {padding-top:28.008960000000002px;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list {display:flex;align-items:center;font-size:14.004480000000001px;color:#666;margin-bottom:28.008960000000002px;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list a {font-size:14.004480000000001px;color:#666;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list a:hover {color:#ed1b24;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list span {display:inline-block;width:10.0032px;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list:last-child {margin-bottom:0;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list img {margin-right:5.0016px;width:11.00352px;}
.Footer .Footer_center {display:flex;align-items:flex-start;}
.Footer .Footer_center .Footer_center_list:last-child {margin-left:143.04576px;}
.Footer .Footer_center .Footer_center_list .center_list_dd {font-size:20.0064px;color:#000000;line-height:20.0064px;font-weight:400;margin-bottom:35.011199999999995px;}
.Footer .Footer_center .Footer_center_list .center_list_dt p {margin-bottom:30.0096px;position:relative;}
.Footer .Footer_center .Footer_center_list .center_list_dt p:last-child {margin-bottom:0;}
.Footer .Footer_center .Footer_center_list .center_list_dt p span {position:absolute;left:100%;width:100%;top:0;display:none;display:none;flex-direction:column;padding-left:30px;}
.Footer .Footer_center .Footer_center_list .center_list_dt p span a {margin-bottom:10px;}
.Footer .Footer_center .Footer_center_list .center_list_dt p span a:hover {color:#ed1b24;}
.Footer .Footer_center .Footer_center_list .center_list_dt p span a:last-child {margin-bottom:0;}
.Footer .Footer_center .Footer_center_list .center_list_dt p:hover span {display:flex;}
.Footer .Footer_center .Footer_center_list .center_list_dt p a {font-size:14.004480000000001px;color:#666;font-weight:400;display:flex;align-items:center;justify-content:space-between;}
.Footer .Footer_center .Footer_center_list .center_list_dt p:hover .title {color:#ed1b24;}
.Footer .Footer_center .Footer_center_list .center_list_dt p a i {color:#707070;font-size:18.00576px;}
.Footer .Footer_right {display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;}
.Footer .Footer_right .Footer_right_top .right_top_dd {width:130.0416px;}
.Footer .Footer_right .Footer_right_top .right_top_dd img {width:100%;border-radius:10.0032px;}
.Footer .Footer_right .Footer_right_top .right_top_dt {text-align:center;margin-top:9.0028px;font-size:14.004480000000001px;color:#666;}
.Footer .Footer_right .Footer_right_bottom {display:flex;align-items:center;}
.Footer .Footer_right .Footer_right_bottom a {margin-right:10.0032px;}
.Footer .Footer_right .Footer_right_bottom2 a {display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:100%;background:#888fad;color:#fff;}
.Footer .Footer_right .Footer_right_bottom a.click_wx {display:none;}
.Footer .Footer_right .Footer_right_bottom2 a i {font-size:20px;}
.Footer .Footer_right .Footer_right_bottom a img {width:25.008px;}
.Footer .Footer_right .Footer_right_bottom a:last-child {margin-right:0;}
.Footer .Footer_Copyright {text-align:center;font-size:12.003839999999999px;color:#666;font-weight:400;padding-top:30.0096px;padding-bottom:80.0256px;}
.Footer .Footer_Copyright br,.Footer .Footer_Copyright span {display:none;}
.Footer .Footer_Copyright a {font-size:12.003839999999999px;color:#666;margin-left:6px;}
.Footer .Footer_Copyright a:hover {color:#ed1b24;}
.Click_Up {position:fixed;bottom:50.016px;right:30.0096px;font-weight:400;color:#000;font-size:16.005119999999998px;cursor:pointer;z-index:20;text-align:center;width:25.008px;display:none;}
.Click_Up img {margin-bottom:9.6479px;width:5.76px;}
.Click_Up span {display:inline-block;width:100%;/* -webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);transition:all 0.5s ease;-webkit-transform:all 0.5s ease;width:65.0208px;position:relative;left:-22.00704px;*/}
.HBanner {position:relative;margin-top:90.0288px;}
.ABanner {position:relative;}
.ABanner::before {content:"";display:inline-block;width:100%;bottom:0;left:0;height:213.06816px;background:linear-gradient(180deg,rgba(43,90,113,0) 0%,#2B5A71 100%);position:absolute;opacity:.3;}
.ABanner .ABanner_img img {width:100%;}
.ABanner .ABanner_po {position:absolute;top:0;left:0;width:100%;max-width:1400px;right:0;display:flex;flex-direction:column;height:100%;padding-top:11%; margin:0 auto;}
.ABanner .ABanner_po .ABanner_po_dd {font-size:87.02784px;color:#fff;opacity:.31;font-weight:bolder;line-height:57.599999999999994px;font-family:Arial;}
.ABanner .ABanner_po .ABanner_po_dt {font-family:'YouSheBiaoTiHei2';color:#1575A7;font-size:57.599999999999994px;font-weight:400;line-height:57.599999999999994px;position:relative;top:-20.0064px;margin-bottom:-20.0064px;}
.ABanner .ABanner_po .ABanner_po_p {font-size:36.01152px;color:#13648E;line-height:36.01152px;margin-top:28.008960000000002px;}
.ABanner .IProduct_bottom {position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;margin-top:130.0416px;position:absolute;bottom:60.0192px;left:0;width:100%;max-width:1400px;right:0; margin: 0 auto;}
.ABanner .IProduct_bottom .IProduct_bottom_list {width:25%;text-align:center;}
.ABanner .IProduct_bottom .IProduct_bottom_list .bottom_list_dd {color:#fff;font-size:50.016px;font-weight:400;line-height:50.016px;font-family:"Source Han Sans CN","microsoft yahei",Arial,"STXihei";}
.ABanner .IProduct_bottom .IProduct_bottom_list .bottom_list_dd i {font-family:"Source Han Sans CN","microsoft yahei",Arial,"STXihei";font-style:normal;}
.ABanner .IProduct_bottom .IProduct_bottom_list .bottom_list_dd b {font-size:35.011199999999995px;margin-left:10.0032px;font-weight:500;}
.ABanner .IProduct_bottom .IProduct_bottom_list .bottom_list_dt {color:#fff;font-size:14.004480000000001px;line-height:22.00704px;font-weight:400;margin-top:-5.0016px;}
.About {background:url(../images/bg35.jpg) no-repeat 50%/cover;height:590.1888px;display:flex;align-items:center;}
.About .pc_all_content {overflow:hidden;}
.About .pc_all_content .About_right {float:right;width:45%;}
.About .pc_all_content .About_right .About_right_title {color:#ED1B24;font-size:52.01664px;font-weight:500;margin-bottom:38.01216px;font-family:"HarmonyOSMedium";}
.About .pc_all_content .About_right .About_right_content {font-size:16.005119999999998px;color:#4B4B4B;line-height:32.010239999999996px;font-weight:400;text-align:justify;}
.About .pc_all_content .About_right .About_right_content p {margin-bottom:10.0032px;}
.About .pc_all_content .About_right .About_right_content p:last-child {margin-bottom:0;}
.Team {padding:80.0256px 0px;}
.Team .pc_all_content {display:flex;justify-content:space-between;align-items:flex-start;}
.Team .Team_left {width:46%;}
.Team .Team_left .Team_left_title .left_title_dd {font-size:40.0128px;line-height:40.0128px;color:#000;position:relative;padding-bottom:21.00672px;font-family:"HarmonyOSMedium";letter-spacing:0.06em;}
.Team .Team_left .Team_left_title .left_title_dd::before {content:"";display:inline-block;width:107.03424px;height:2.0006px;background:#ED1B24;position:absolute;left:0;bottom:0;}
.Team .Team_left .Team_left_title .left_title_dt {font-size:20.0064px;color:#000;line-height:28.008960000000002px;font-weight:500;margin-top:30.0096px;}
.Team .Team_left .Team_left_txt {font-size:16.005119999999998px;line-height:32.010239999999996px;color:#4B4B4B;font-weight:400;margin-top:20.0064px;text-align:justify;}
.Team .Team_left .Team_left_txt p{ margin-bottom: 18px;}
.Team .Team_left .Team_left_txt p:last-child{ margin-bottom: 0;}
.Team .Team_right {width:50%;}
.Team .Team_right img {width:100%;}
.AService {background:linear-gradient(360deg,rgba(255,255,255,0) 0%,#F4F7FC 100%);padding:58.018559999999994px 0px;}
.AService .AService_title {text-align:center;margin-bottom:37.01184px;}
.AService .AService_title .AService_title_dd {font-size:40.0128px;line-height:40.0128px;color:#000;position:relative;padding-bottom:21.00672px;margin-bottom:30.0096px;font-weight:500;font-family:"HarmonyOSMedium";letter-spacing:0.06em;}
.AService .AService_title .AService_title_dd::before {content:"";display:inline-block;width:107.03424px;height:2.0006px;background:#ED1B24;position:absolute;left:0;bottom:0;right:0;margin:0 auto;}
.AService .AService_title .AService_title_dt {font-size:16.005119999999998px;line-height:26.00832px;color:#4B4B4B;font-weight:400;}
.AService .AService_title .AService_title_dt p {margin-bottom:20.0064px;}
.AService .AService_title .AService_title_dt p:last-child {margin-bottom:0;}
.AService .AService_title .AService_title_dt p span {color:#9D9D9D;}
.AService .AService_map {text-align:center;position:relative;}
.AService .AService_map img {max-width:100%;}
.AService .AService_map .AService_map_img {position:relative;display:inline-block;}
.AService .AService_map .AService_map_img .map_img_list {display:flex;position:absolute;align-items:center;font-size:12px;color:#4CA7E0;}
.AService .AService_map .AService_map_img .map_img_list span {display:inline-block;width:8px;height:8px;border-radius:100%;background:#4CA7E0;margin-left:5px;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list1 {bottom:39%;left:4%;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list2 {bottom:52%;left:18%;flex-direction:column;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list2 span {margin-top:3px;margin-left:0;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list3 {bottom:47%;left:20%;flex-direction:column-reverse;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list3 span {margin-bottom:3px;margin-left:0;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list4 {bottom:15%;left:40%;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list5 {bottom:38%;left:29%;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list6 {bottom:45%;left:34%;flex-direction:column;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list6 span {margin-top:3px;margin-left:0;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list7 {bottom:59%;left:80%;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list8 {bottom:27%;left:80%;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list9 {bottom:16%;left:88%;flex-flow:row-reverse;}
.AService .AService_map .AService_map_img .map_img_list.map_img_list9 span {margin-left:0;margin-right:5px;}
.AService .AService_map .AService_map_img .map_img_li {display:flex;position:absolute;align-items:center;}
.AService .AService_map .AService_map_img .map_img_li span {margin-left:-17px;position:relative;}
.AService .AService_map .AService_map_img .map_img_li .img_li_txt {padding:0px 12px;height:37px;background:#FFFFFF;box-shadow:0px 3px 15px rgba(41,115,155,0.1300);opacity:1;border-radius:10px;font-size:14px;color:#8D8D8D;display:flex;align-items:center;justify-content:center;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li1 {top:23%;left:-6%;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li2 {top:44%;left:3%;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li2 span {top:-15px;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li3 {top:12%;left:14%;flex-direction:column;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li3 span {margin-left:0;margin-top:-15px;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li4 {top:40%;left:19%;flex-flow:row-reverse;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li4 span {margin-left:0;margin-right:-17px;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li5 {top:34%;left:38.5%;flex-flow:row-reverse;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li5 span {margin-left:0;margin-right:-17px;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li6 {top:62%;left:21%;}
.AService .AService_map .AService_map_img .map_img_li.map_img_li6 span {top:-15px;}
.AService .AService_map .AService_map_img .map_img_l {display:flex;position:absolute;align-items:center;}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt {background:#FFFFFF;box-shadow:0px 3px 15px rgba(41,115,155,0.1300);opacity:1;border-radius:10px;padding:11px 20px;text-align:left;width:250px;}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt .l_txt_dd {font-size:18px;color:#ED1B24;margin-bottom:13px;font-family:'HarmonyOSMedium';}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt .l_txt_dt {font-size:14px;color:#000;}
.AService .AService_map .AService_map_img .map_img_l.map_img_l1 {top:50%;left:32%;}
.AService .AService_map .AService_map_img .map_img_l.map_img_l1 span {margin-right:-4px;}
.AService .AService_map .AService_map_img .map_img_l.map_img_l2 {top:23%;left:27.5%;flex-direction:column-reverse;}
.AService .AService_map .AService_map_img .map_img_l.map_img_l2 span {margin-top:-4;}
.AService .AService_map .AService_map_img_mo {display:none;}
.AService .page {margin-top:50.016px;}
.Map .AService_map img:last-child {position:absolute;top:0;left:0;right:0;margin:0 auto;}
.Manufacturing {background:#fff;padding:0;}
.Manufacturing .Manufacturing_content {display:flex;align-items:center;justify-content:space-between;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list {position:relative;width:calc(25% - 20.0064px);overflow:hidden;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list::after {content:"";display:inline-block;width:100%;height:4.0012px;bottom:-4.0012px;left:0;width:100%;position:absolute;background:#ed1b24;z-index:3;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list:hover::after {bottom:0;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list .content_list_img {overflow:hidden;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list .content_list_img img {width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list:hover .content_list_img img {-webkit-transform:scale(1.12);-moz-transform:scale(1.12);-ms-transform:scale(1.12);-o-transform:scale(1.12);filter:scale(1.12);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list .content_list_txt {position:absolute;bottom:0;left:0;padding:30.0096px;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list .content_list_txt .list_txt_dd {font-size:20.0064px;line-height:20.0064px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;z-index:2;top:0;transition:all 0.3s ease 0s;font-family:'HarmonyOSMedium';font-weight:bolder;-webkit-transform:all 0.3s ease 0s;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list .content_list_txt .list_txt_dt {font-size:14.004480000000001px;line-height:20.0064px;font-weight:400;color:#fff;margin-top:19.247999999999998px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;position:relative;z-index:2;height:40.0128px;transition:all 0.8s ease 0s;top:0;-webkit-transform:all 0.8s ease 0s;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list:hover .content_list_txt .list_txt_dt {height:60.0192px;-webkit-line-clamp:50;transition:all 0.8s ease 0s;top:-15px;-webkit-transform:all 0.8s ease 0s;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list::before {content:"";display:inline-block;width:100%;left:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);height:147.04703999999998px;position:absolute;opacity:.8;z-index:1;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list:hover .content_list_txt .list_txt_dd {top:-5px;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
.Certification {background:#fff;}
.Certification .Certification_content {width:100%;}
.Certification .Certification_content .swiper-wrapper {transition-timing-function:linear;}
.CBanner {position:relative;}
.CBanner .CBanner_img img {width:100%;}
.CBanner .CBanner_po {position:absolute;margin:0 auto;width:100%;top:0;left:0;right:0;display:flex;align-items:center;height:100%;width:100%;max-width:1400px; margin:0 auto;}
.CBanner .CBanner_po .CBanner_po_bg {background:url(../images/bn23.png) no-repeat 50%;width:580.1856px;display:flex;justify-content:center;flex-direction:column;padding:47.01504px 45.0144px;background-size:580.1856px;}
.CBanner .CBanner_po .CBanner_po_dd {font-size:50.016px;color:#fff;line-height:50.016px;}
.CBanner .CBanner_po .CBanner_po_dt {font-size:28.008960000000002px;color:rgba(255,255,255,.6);font-weight:300;line-height:28.008960000000002px;margin-top:15.0048px;}
.CBanner.PBanner .CBanner_po .CBanner_po_bg {background:url(../images/bn42.png) no-repeat 50%;background-size:620.1984px;}
.Contact .AService_title {margin-bottom:62.019839999999995px;}
.Contact .Contact_content {box-shadow:0px 10.0032px 20.0064px rgba(0,0,0,0.1000);display:flex;justify-content:space-between;align-items:center;background:#fff;}
.Contact .Contact_content .Contact_content_left {width:50%;height:517.16544px;}
.Contact .Contact_content .Contact_content_left img {max-width:inherit;}
.Contact .Contact_content .Contact_content_right {width:50%;padding:0px 63.020160000000004px;}
.Contact .Contact_content .Contact_content_right .content_right_list:last-child {margin-top:50.016px;}
.Contact .Contact_content .Contact_content_right .content_right_list .right_list_title {font-size:20.0064px;color:#000000;line-height:20.0064px;margin-bottom:26.00832px;border-left:5.0016px solid #ed1b24;padding-left:15.0048px;font-weight:500;}
.Contact .Contact_content .Contact_content_right .content_right_list .right_list_txt {font-size:14.004480000000001px;color:#4B4B4B;line-height:26.00832px;}
.Contact .Contact_content .Contact_content_right .content_right_list .right_list_txt a {font-size:14.004480000000001px;color:#ee1b24;}
.Contact .Contact_content .Contact_content_right .content_right_list .right_list_txt span {margin:0px 5.0016px;}
.Contact .Contact_content .Contact_content_right .content_right_list .right_list_txt a:hover { font-weight: bolder;}
.Area {padding-bottom:45.0144px;}
.Area .Area_title {text-align:center;font-size:40.0128px;color:#000;font-weight:500;margin-bottom:30.0096px;font-family:"HarmonyOSMedium";letter-spacing:0.06em;}
.Area .Area_content {display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-20.0064px;}
.Area .Area_content .Area_content_list {width:calc(50% - 18.00576px);background:#f9f7f7;margin-bottom:20.0064px;height:110.03519999999999px;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;font-size:14.004480000000001px;}
.Area .Area_content .Area_content_list:hover {color:#ee1b24;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Services .Services_content {display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:calc(60px - 2%);}
.Services .Services_content .Services_content_list {width:32%;margin-bottom:2%;}
.Services .Services_content .Services_content_list .content_list_img {overflow:hidden;}
.Services .Services_content .Services_content_list .content_list_img img {width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.Services .Services_content .Services_content_list:hover .content_list_img img {-webkit-transform:scale(1.12);-moz-transform:scale(1.12);-ms-transform:scale(1.12);-o-transform:scale(1.12);filter:scale(1.12);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.Services .Services_content .Services_content_list .content_list_title {display:flex;align-items:center;justify-content:center;height:44.01408px;background:#F7F4F4;font-size:16.005119999999998px;font-weight:500;transition:all 0.5s ease 0s;position:relative;-webkit-transform:all 0.5s ease 0s;}
.Services .Services_content .Services_content_list:hover .content_list_title {color:#fff;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Services .Services_content .Services_content_list .content_list_title span {position:relative;z-index:2;}
.Services .Services_content .Services_content_list .content_list_title::before {content:"";display:inline-block;width:100%;height:100%;left:0;top:0;position:absolute;background:linear-gradient(88deg,#ED1B24 0%,#F5BC50 100%);z-index:1;opacity:0;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Services .Services_content .Services_content_list:hover .content_list_title::before {opacity:1;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Services .Services_content2 {display:flex;justify-content:space-between;}
.Services .Services_content2 .Services_content2_list {width:calc(25% - 15.0048px);background:linear-gradient(360deg,rgba(247,244,244,0) 0%,#F7F4F4 100%);border-radius:5.0016px;height:295.0944px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.Services .Services_content2 .Services_content2_list .content2_list_icon img {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.Services .Services_content2 .Services_content2_list:hover .content2_list_icon img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.Services .Services_content2 .Services_content2_list:nth-child(1) .content2_list_icon img {width:84.02688px;}
.Services .Services_content2 .Services_content2_list:nth-child(2) .content2_list_icon img {width:85.0272px;}
.Services .Services_content2 .Services_content2_list:nth-child(3) .content2_list_icon img {width:70.02239999999999px;}
.Services .Services_content2 .Services_content2_list:nth-child(4) .content2_list_icon img {width:78.02496px;}
.Services .Services_content2 .Services_content2_list .content2_list_title {font-size:16.005119999999998px;font-weight:400;color:#000;margin-top:42.01344px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Services .Services_content2 .Services_content2_list:hover .content2_list_title {color:#ED1B24;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.Map {background:linear-gradient(360deg,rgba(247,244,244,0) 0%,#F7F4F4 100%);}
.Map2 .AService_title .AService_title_dd {padding-bottom:0;display:flex;align-items:center;justify-content:center;font-weight:500;}
.Map2 .AService_title .AService_title_dd img {margin-right:10.0032px;width:148.04736px;}
.Map2 .AService_title .AService_title_dd::before {display:none;}
.GCustomers .GCustomers_content {display:flex;flex-wrap:wrap;border:1px solid #ececec;border-top:0;}
.GCustomers .GCustomers_content .GCustomers_content_list {width:16.66%;border-right:1px solid #ececec;border-top:1px solid #ececec;overflow:hidden;}
.GCustomers .GCustomers_content .GCustomers_content_list:nth-child(6n) {border-right:0;}
.GCustomers .GCustomers_content .GCustomers_content_list img {width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.GCustomers .GCustomers_content .GCustomers_content_list:hover img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}




.Industry{ background: #fff;}
.Industry .AService_title .AService_title_dt{ font-size: 14px; line-height: 26px;}
.Industry .Industry_top{ position: relative;}
.Industry .Industry_top .Industry_top_list{ display: flex; justify-content: space-between; width: 100%;}
.Industry .Industry_top .Industry_top_list .top_list_left{background: linear-gradient(309deg, #242434 0%, #52526A 100%); width: 40%; display: flex; flex-direction: column; padding: 0px 3.7512vw; padding-top: 3.9075vw;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_title{ font-size: 1.2504vw; color: #fff; font-weight: 400; line-height: 1.2504vw; border-left: 0.2084vw solid #ED1B24; padding-left: 0.4168vw; margin-bottom: 3.8125vw;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dd{ font-size: 2.2924vw; line-height: 2.2924vw; font-weight: 500; color: #fff; margin-bottom: 1.0941vw;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dt{ display: flex; align-items: center; font-size: 0.7294vw; color: #fff;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dt span{ margin-right: 1.042vw; display: flex; align-items: center;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dt span:last-child{ margin-right: 0;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dt span object{ margin-right: 0.2605vw; width: 0.8vw;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_btn{ display: flex; justify-content: space-between; align-items: center; padding: 0px 1.042vw; font-size: 0.7294vw; color: #fff; width: 8.0755vw; height: 2.084vw;background: linear-gradient(330deg, #ED1B24 0%, #F5BC50 100%); margin-top: 1.042vw;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_btn img{ width: 0.6252vw;}
.Industry .Industry_top .Industry_top_list .top_list_img{ width: 60%;}
.Industry .Industry_top .Industry_top_list .top_list_img img{ width: 100%; height: 30.3743vw; object-fit: cover;}
.Industry .Industry_top{ position: relative;}
.Industry .Industry_top .swiper-button-prev,.Industry .Industry_top .swiper-button-next{ border: 1px solid #fff; width: 1.042vw; height: 1.042vw; right: inherit; margin-top: 0; top: inherit; bottom: 2.5008vw;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.Industry .Industry_top .swiper-button-prev::after,.Industry .Industry_top .swiper-button-next::after{ color: #fff; font-size: 0.6252vw; top: inherit;}
.Industry .Industry_top .swiper-button-prev:hover,.Industry .Industry_top .swiper-button-next:hover{background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.5);transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.Industry .Industry_top .swiper-button-prev{ left: 3.7512vw;}
.Industry .Industry_top .swiper-button-next{ left: 5.3142vw;}
.Industry .Industry_content .Industry_content_nav{ display: flex; justify-content: center; margin: 3.126vw 0px;}
.Industry .Industry_content .Industry_content_nav .content_nav_list{ margin-right: 1.042vw; width: 7.294vw; height: 1.8756vw; background: #f7f4f4; border-radius: 0.2605vw; display: flex; align-items: center; justify-content: center;}
.Industry .Industry_content .Industry_content_nav .content_nav_list:last-child{ margin-right: 0;}
.Industry .Industry_content .Industry_content_nav .content_nav_list span{ position: relative; margin-right: 0.521vw; display: flex;}
.Industry .Industry_content .Industry_content_nav .content_nav_list span img{transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; width: 0.7294vw;}
.Industry .Industry_content .Industry_content_nav .content_nav_list span img:last-child{ position: absolute; left: 0; top: 0; opacity: 0;}
.Industry .Industry_content .Industry_content_nav .content_nav_list:hover{ background: #ed1b24; color: #fff;}
.Industry .Industry_content .Industry_content_nav .content_nav_list:hover span img{ opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.Industry .Industry_content .Industry_content_nav .content_nav_list:hover span img:last-child{ opacity: 1;}
.Industry .Industry_content .Industry_content_nav .content_nav_list.on{ background: #ed1b24; color: #fff;}
.Industry .Industry_content .Industry_content_nav .content_nav_list.on span img{ opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.Industry .Industry_content .Industry_content_nav .content_nav_list.on span img:last-child{ opacity: 1;}
.Industry .Industry_content .International_content{ display: flex; flex-wrap: wrap;}
.Industry .Industry_content .International_content .International_content_list{ width: calc(33.33% - 1.042vw); margin-right: 1.563vw; margin-bottom: 1.563vw;}
.Industry .Industry_content .International_content .International_content_list:nth-child(3n){ margin-right: 0;}
.Industry .Industry_content .International_content .International_content_list .content_list_txt{ background: #f7f4f4;}
.Industry .Industry_content .International_content .International_content_list:hover{box-shadow: 0px 0.2605vw 1.042vw rgba(0,0,0,0.1000);}
.Industry .Industry_bottom{ margin-top: 3.647vw;}
.Industry .Industry_bottom .Industry_bottom_title{ display: flex; align-items: center; justify-content: center; font-size: 2.084vw; font-weight: 500; color: #000000; line-height: 2.084vw; margin-bottom: 2.3445vw; letter-spacing: 0.06em;}
.Industry .Industry_bottom .Industry_bottom_title img{ margin-left: 0.521vw; width: 7.7108vw;}
.Industry .Industry_bottom .Industry_bottom_content{ display: flex; justify-content: space-between;}
.Industry .Industry_bottom .Industry_bottom_content .bottom_content_list{ width: calc(33.33% - 1.042vw); display: inline-block;}
.Industry .Industry_bottom .Industry_bottom_content .bottom_content_list .content_list_img{ overflow: hidden;}
.Industry .Industry_bottom .Industry_bottom_content .bottom_content_list .content_list_img img{ width: 100%;
-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	           filter: scale(1);
	           filter: transform;
	       transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s; 
		cursor:pointer;
}
/* .Industry .Industry_bottom .Industry_bottom_content .bottom_content_list:hover .content_list_img img{
	-webkit-transform: scale(1.12);
	   -moz-transform: scale(1.12);
	    -ms-transform: scale(1.12);
	     -o-transform: scale(1.12);
	           filter: scale(1.12);
	           filter: transform;
	       transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s; 
		cursor:pointer;
} */
.Industry .Industry_bottom .Industry_bottom_content .bottom_content_list .content_list_title{ height: 4.689vw; background: #F7F4F4; display: flex; align-items: center; justify-content: center; font-size: 0.9378vw; color: #ED1B24;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.Industry .Industry_bottom .Industry_bottom_content .bottom_content_list:hover .content_list_title{ background: #ED1B24; color: #fff;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}


.layui-laypage {display:flex;font-size:16.005119999999998px;color:#333;align-items:center;justify-content:center;}
.layui-laypage a {font-size:16.005119999999998px;color:#333;height:36.01152px;padding:0px 14.004480000000001px;text-align:center;border:#F7F4F4 solid 1px;margin:0 5.0016px;background:#F7F4F4;border-radius:5.0016px;display:flex;align-items:center;justify-content:center;}
.layui-laypage-curr {background:#e60012;font-size:16.005119999999998px;color:#fff;height:36.01152px;padding:0px 14.004480000000001px;text-align:center;margin:0 5.0016px;border-radius:5.0016px;display:flex;align-items:center;justify-content:center;}
.layui-laypage-curr em,.layui-laypage-disabled em {font-style:inherit;}
.layui-laypage-disabled {font-size:16.005119999999998px;color:#333;height:36.01152px;text-align:center;/* border:#fff solid 1px;*/ margin:0 5.0016px;background:#F7F4F4;border-radius:5.0016px;padding:0px 14.004480000000001px;align-items:center;display:flex;align-items:center;justify-content:center;}
.layui-laypage-disabled:hover {background:#e60012;color:#fff;}
.layui-laypage a:hover {background:#e60012;color:#fff;}
.layui-laypage a:nth-child(8) {}
.DIndustry .BIndustry_img {position:relative;margin:60.0192px 0px;}
.DIndustry .BIndustry_img .BIndustry_img_top img {width:100%;}
.DIndustry .BIndustry_img .BIndustry_img_txt {position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;left:0;top:0;flex-direction:column;}
.DIndustry .BIndustry_img .BIndustry_img_txt .img_txt_dd {font-size:30.0096px;color:#fff;line-height:30.0096px;}
.DIndustry .BIndustry_img .BIndustry_img_txt .img_txt_dt {font-size:14.004480000000001px;color:#fff;margin-top:24.007679999999997px;font-weight:300;}
.DIndustry .BIndustry_img .BIndustry_img_txt .img_txt_dt {display:flex;align-items:center;}
.DIndustry .BIndustry_img .BIndustry_img_txt .img_txt_dt object {margin-right:5.0016px;width:15.36px;}
.DIndustry .BIndustry_img .BIndustry_img_txt .img_txt_dt span {margin-right:20.0064px;display:flex;align-items:center;}
.DIndustry .BIndustry_img .BIndustry_img_txt .img_txt_dt span:last-child {margin-right:0;}
.DIndustry .BIndustry_img2 img {width:100%;}
.DIndustry .BIndustry_PInformation {display:flex;justify-content:space-between;margin-top:60.0192px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_left {width:calc(52% - 20.0064px);background:#f7f4f4;padding:30.0096px 26.00832px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_left .PInformation_left_title {font-size:16.005119999999998px;color:#000;font-weight:500;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_left .PInformation_left_txt {font-size:14.004480000000001px;line-height:30.0096px;color:#000;font-weight:400;margin-top:5.0016px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right {width:48%;height:100%;position:relative;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .PInformation_right_list {height:100%;position:relative;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .PInformation_right_list::before {content:"";display:inline-block;width:100%;height:82.02623999999999px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7000) 100%);position:absolute;left:0;bottom:0;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .PInformation_right_list img {width:100%;height:321px; object-fit: cover;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-pagination {position:absolute;bottom:20.0064px;left:20.0064px;z-index:2;display:flex;align-items:center;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-pagination span {width:8.0025px;height:8.0025px;background:#fff;opacity:.5;margin-right:8.0025px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-pagination span.swiper-pagination-bullet-active {background:#ED1B24;border:1px solid #fff;opacity:1;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-prev,.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-next {border:1px solid #fff;width:20.0064px;height:20.0064px;left:inherit;margin-top:0;top:inherit;bottom:12.003839999999999px;right:20.0064px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-prev {right:50.016px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-prev::after,.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-next::after {color:#fff;font-size:12.003839999999999px;top:inherit;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-prev:hover,.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-next:hover {background:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.5);transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.DIndustry .BIndustry_Overview {background:linear-gradient(360deg,rgba(247,244,244,0) 0%,#F7F4F4 100%);margin-top:60.0192px;padding:25.008px;}
.DIndustry .BIndustry_Overview .BIndustry_Overview_title {font-size:16.005119999999998px;color:#000;font-weight:500;}
.DIndustry .BIndustry_Overview .BIndustry_Overview_txt {font-size:14.004480000000001px;line-height:22.00704px;color:#000;font-weight:400;margin-top:10.0032px;}
.Certification2 .Certification_content .swiper-wrapper {-webkit-transition-timing-function:linear;/*之前是ease-out*/  -moz-transition-timing-function:linear;-ms-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;margin:0 auto;}
.PBanner .CBanner_po .CBanner_po_dd {font-size:32.010239999999996px;line-height:32.010239999999996px;}
.PBanner .CBanner_po .CBanner_po_dt {font-size:14.004480000000001px;color:#fff;line-height:26.00832px;text-align:justify;}
.SProduct {padding:62.019839999999995px 0px;}
.SProduct .SProduct_title {text-align:center;margin-bottom:30.0096px;}
.SProduct .SProduct_title .SProduct_title_dd {font-size:40.0128px;color:#000;line-height:40.0128px;font-family:'HarmonyOSMedium';margin-bottom:14.004480000000001px;letter-spacing:0.06em;}
.SProduct .SProduct_title .SProduct_title_dt {display:flex;align-items:center;justify-content:center;position:relative;}
.SProduct .SProduct_title .SProduct_title_dt span {display:flex;align-items:center;justify-content:center;color:#ED1B24;font-size:12.003839999999999px;height:27.00864px;background:#FFEFEF;border-radius:100.032px 100.032px 100.032px 0;position:relative;z-index:2;padding:0px 10.0032px;}
.SProduct .SProduct_title .SProduct_title_dt span img {margin-right:5.0016px;width:16.005119999999998px;}
.SProduct .SProduct_title .SProduct_title_dt::before {content:"";position:absolute;width:322.10303999999996px;height:2.0006px;background:linear-gradient(270deg,rgba(237,27,36,0) 0%,#ED1B24 52%,rgba(237,27,36,0) 100%);left:0;right:0;margin:0 auto;}
.SProduct .SProduct_content {display:flex;justify-content:space-between;}
.SProduct .SProduct_content .SProduct_content_left {width:40%;display:flex;flex-direction:column;justify-content:space-between;}
.SProduct .SProduct_content .SProduct_content_left .content_left_txt {/* height:245.0784px;overflow:auto;*/}
.SProduct .SProduct_content .SProduct_content_left .content_left_txt::-webkit-scrollbar-track {background-color:#dcdcdc;}
/* 滚动条的滑轨背景颜色 */.SProduct .SProduct_content .SProduct_content_left .content_left_txt::-webkit-scrollbar-thumb {background:#ED1B24;}
/* 滑块颜色 */.SProduct .SProduct_content .SProduct_content_left .content_left_txt::-webkit-scrollbar-button {background-color:#fff;}
/* 滑轨两头的监听按钮颜色 */.SProduct .SProduct_content .SProduct_content_left .content_left_txt::-webkit-scrollbar-corner {background-color:#fff;}
/* 横向滚动条和纵向滚动条相交处尖角的颜色 */.SProduct .SProduct_content .SProduct_content_left .content_left_txt::-webkit-scrollbar {width:2px;height:0px;border-radius:3px;}
/* 这是针对缺省样式 (必须的)*/.SProduct .SProduct_content .SProduct_content_left .content_left_txt p {line-height:26.00832px;font-size:14.004480000000001px;color:#4B4B4B;/* margin-bottom:25.008px;*/ text-align:justify;}
.SProduct .SProduct_content .SProduct_content_left .content_left_txt p:last-child {margin-bottom:0;}
.SProduct .SProduct_content .SProduct_content_left .content_left_txt p span {font-size:24.007679999999997px;color:#ED1B24;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter {padding:0px 20.0064px;padding-top:35.011199999999995px;background:#f7f4f4;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_title {font-size:14.004480000000001px;color:#000000;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list {font-size:14.004480000000001px;color:#4B4B4B;line-height:22.00704px;border-bottom:1px dashed #d9d9d9;padding:6.8908px 0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;position:relative;padding-left:20px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list:hover {-webkit-line-clamp:100;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list::before {content:"";display:inline-block;width:100%;height:6.8908px;background:#f7f4f4;position:absolute;left:0;bottom:0;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list::before {background:#fff;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list:last-child {border-bottom:0;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list img {top:11.616px;position:absolute;width:8.0025px;left:0;}
.SProduct .SProduct_content .SProduct_content_right {width:56%;}
.SProduct .SProduct_content .SProduct_content_right .content_right_top {overflow:hidden;}
.SProduct .SProduct_content .SProduct_content_right .content_right_top img {width:100%;object-fit:cover;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.SProduct .SProduct_content .SProduct_content_right .content_right_top:hover img {-webkit-transform:scale(1.12);-moz-transform:scale(1.12);-ms-transform:scale(1.12);-o-transform:scale(1.12);filter:scale(1.12);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.SProduct .SProduct_content .SProduct_content_right .content_right_bottom {display:flex;justify-content:space-between;margin-top:16.005119999999998px;}
.SProduct .SProduct_content .SProduct_content_right .content_right_bottom .right_bottom_list {width:calc(33.33% - 12.003839999999999px);overflow:hidden;}
.SProduct .SProduct_content .SProduct_content_right .content_right_bottom .right_bottom_list img {width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.SProduct .SProduct_content .SProduct_content_right .content_right_bottom .right_bottom_list:hover img {-webkit-transform:scale(1.12);-moz-transform:scale(1.12);-ms-transform:scale(1.12);-o-transform:scale(1.12);filter:scale(1.12);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.SProduct2 {background:#faf8f8;}
.SProduct2 .SProduct2_content {display:flex;justify-content:space-between;}
.SProduct2 .SProduct2_content .SProduct2_content_left {width:64%;position:relative;}
.SProduct2 .SProduct2_content .SProduct2_content_left .content_left_dd img {width:100%;}
.SProduct2 .SProduct2_content .SProduct2_content_left .content_left_dt {position:absolute;right:-32%;top:5%;width:636.2035199999999px;}
.SProduct2 .SProduct2_content .SProduct2_content_left .content_left_dt img {width:100%;}
.SProduct2 .SProduct2_content .SProduct2_content_right {position:relative;width:30%;display:flex;align-items:flex-end;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_iocn {position:absolute;top:-13.056000000000001px;opacity:0;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_iocn span {overflow:hidden;border:10.0032px solid #fff;border-radius:100%;display:flex;width:370.1184px;height:370.1184px;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_iocn span img {box-shadow:0px 0px 30.0096px rgba(0,0,0,.1);width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_iocn span:hover img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dd {font-size:14.004480000000001px;color:#000000;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt {width:100%;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dt .txt_dt_li {font-size:14.004480000000001px;color:#4B4B4B;line-height:22.00704px;border-bottom:1px dashed #d9d9d9;padding:6.8908px 0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;position:relative;padding-left:20px;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dt .txt_dt_li:hover {-webkit-line-clamp:100;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dt .txt_dt_li::before {content:"";display:inline-block;width:100%;height:6.8908px;background:#faf8f8;position:absolute;left:0;bottom:0;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dt .txt_dt_li img {top:11.616px;position:absolute;width:8.0025px;left:0;}
.SProduct2 .SProduct_content .SProduct_content_right .content_right_top img {height:440.14079999999996px;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img {display:flex;justify-content:space-between;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img .left_img_list {margin-right:20.0064px;overflow:hidden;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img .left_img_list:nth-child(1) {width:calc(45% - 10.0032px);}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img .left_img_list:nth-child(2) {width:calc(57% - 10.0032px);}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img .left_img_list img {width:100%;height:220.07039999999998px;object-fit:cover;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img .left_img_list:hover img {-webkit-transform:scale(1.12);-moz-transform:scale(1.12);-ms-transform:scale(1.12);-o-transform:scale(1.12);filter:scale(1.12);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img .left_img_list:last-child {margin-right:0;}
.SProduct3 .SProduct_content .SProduct_content_left {width:34%;}
.SProduct3 .SProduct_content .SProduct_content_right {width:64%;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_parameter {margin-top:0;background:#fff;padding:0;}
.SProduct4 {background:linear-gradient(180deg,rgba(247,244,244,0.6200) 0%,#F7F4F4 100%);}
.SProduct4 .SProduct_content {position:relative;}
.SProduct4 .SProduct_content .SProduct_content_list {position:relative;}
.SProduct4 .SProduct_content .SProduct_content_list img {width:100%;}
.SProduct4 .SProduct_content .SProduct_content_list .content_list_title {position:absolute;bottom:0;left:0;width:100%;font-size:14.004480000000001px;line-height:26.00832px;padding:20.0064px;color:#fff;z-index:2;}
.SProduct4 .SProduct_content .SProduct_content_list::before {content:"";display:inline-block;width:100%;height:120.0384px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9000) 100%);position:absolute;left:0;bottom:0;opacity:.7;}
.SProduct4 .SProduct_content .swiper-button-next:after,.SProduct4 .SProduct_content .swiper-button-prev::after {color:#fff;font-size:26.00832px;}
.SProduct4 .SProduct_content .SProduct_content_list .content_list_title br {display:none;}
.SProduct5 {padding-bottom:55.017599999999995px;}
.PBanner2 .PBanner2_title {position:absolute;width:100%;margin:0 auto;height:100%;display:flex;align-items:center;left:0;right:0;top:0;max-width:1400px; margin:0 auto;}
.PBanner2 .PBanner2_title .PBanner2_title_dd {font-size:60.0192px;color:#2A405C;}
.Product2 {background:#fff;}
.Product2 .Product2_img img {width:100%;}
.Product2 .Product2_top {margin-top:20.0064px;padding:0px 48.015359999999994px;position:relative;}
.Product2 .Product2_top .Product2_top_list {padding:10.0032px;border:1px solid #E0E0E0;}
.Product2 .Product2_top .Product2_top_list .top_list_title {display:inline-block;width:100%;line-height:24.007679999999997px;font-size:12.08448px;color:#000000;}
.Product2 .Product2_top .Product2_top_list .top_list_title span {width:24.007679999999997px;height:24.007679999999997px;background:#ED1B24;display:flex;align-items:center;justify-content:center;font-size:14.004480000000001px;color:#fff;float:left;margin-right:10.0032px;}
.Product2 .Product2_top .Product2_top_list .top_list_img {text-align:center;margin-top:44.01408px;}
.Product2 .Product2_top .Product2_top_list .top_list_img img {max-width:100%;max-height:146.04672px;}
.Product2 .Product2_top .swiper-button-prev,.Product2 .Product2_top .swiper-button-next {height:100%;display:flex;align-items:center;justify-content:center;width:30.0096px;background:#F7F4F4;top:0;margin-top:0;opacity:1;}
.Product2 .Product2_top .swiper-button-prev {left:0;}
.Product2 .Product2_top .swiper-button-next {right:0;}
.Product2 .Product2_top .swiper-button-prev:after,.Product2 .Product2_top .swiper-button-next:after {color:#ED1B24;font-size:20.0064px;}
.Product2 .Product2_bottom {display:flex;justify-content:space-between;margin-top:60.0192px;}
.Product2 .Product2_bottom .Product2_bottom_left {background:#F8F5F5;padding:0px 50.016px;width:548.17536px;display:flex;justify-content:space-between;align-items:center;align-items:center;}
.Product2 .Product2_bottom .Product2_bottom_left .bottom_left_title {display:flex;flex-direction:column;}
.Product2 .Product2_bottom .Product2_bottom_left .bottom_left_title .left_title_dd {font-size:40.0128px;color:#ED1B24;font-weight:100;font-family:"HarmonyOSLight";margin-bottom:25.008px;line-height:40.0128px;}
.Product2 .Product2_bottom .Product2_bottom_left .bottom_left_title .left_title_dt {font-size:40.0128px;color:#ED1B24;font-weight:600;font-family:"HarmonyOSMedium";line-height:40.0128px;}
.Product2 .Product2_bottom .Product2_bottom_left .bottom_left_icon img {width:150.048px;}
.Product2 .Product2_bottom .Product2_bottom_right {width:calc(100% - 587.1878399999999px);display:flex;flex-direction:column;justify-content:space-between;}
.Product2 .Product2_bottom .Product2_bottom_right p {font-size:14.004480000000001px;line-height:26.00832px;color:#4B4B4B;}
.Product3 .Product3_content {display:flex;justify-content:space-between;align-items:flex-start;}
.Product3 .Product3_content .Product3_content_left {width:calc(40% - 35.0208px);}
.Product3 .Product3_content .Product3_content_left .content_left_title {font-size:14.00832px;color:#000000;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list {font-size:14.00832px;color:#4B4B4B;line-height:22.012800000000002px;border-bottom:1.0003px dashed #d9d9d9;padding:7.0041px 0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;padding-left:19.2px;position:relative;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list::before {content:"";position:absolute;bottom:0;left:0;width:100%;background:#f4f7fb;height:7.0041px;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list:last-child::before {height:4.0012px;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list:hover {-webkit-line-clamp:5;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list:last-child {border-bottom:0;padding-bottom:0;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list img {margin-right:5.0016px;top:10.16448px;position:absolute;left:0;}
.Product3 .Product3_content .Product3_content_right {width:60%;display:flex;align-items:center;justify-content:space-between;}
.Product3 .Product3_content .Product3_content_right .content_right_list {width:calc(33.33% - 5.0016px);}
.Product3 .Product3_content .Product3_content_right .content_right_list img {width:100%;}
.Product3 .Product3_bottom {margin-top:120.07679999999999px;}
.Product3 .Product3_bottom .Product3_bottom_list {display:flex;align-items:center;justify-content:space-between;background:#F7F4F4;margin-bottom:60px;}
.Product3 .Product3_bottom .Product3_bottom_list:last-child {margin-bottom:0;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_left {border:1.0003px solid #D8D5D5;display:flex;align-items:center;justify-content:center;height:406.25988157439997px;width:548.3507761151999px;background:#fff;padding:0px 40.024319999999996px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_left img {max-height:336.2150744064px;max-width:100%;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right {width:calc(100% - 548.3507761151999px);background:#F7F4F4;padding:0px 56.035199999999996px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_title {font-size:40.024319999999996px;line-height:40.024319999999996px;color:#000;position:relative;padding-bottom:21.01248px;margin-bottom:40.024319999999996px;font-weight:500;font-family:"arial";}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_title::before {content:"";display:inline-block;width:107.06687999999998px;height:2.0006px;background:#ED1B24;position:absolute;left:0;bottom:0;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dd {font-size:14.00832px;color:#000000;}
.Product3 .Product3_bottom .BIndustry_Overview {margin-bottom:60.038399999999996px;margin-top:0;}
.PBanner3 .PBanner2_title .PBanner2_title_dt {font-size:60.038399999999996px;color:#fff;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li {font-size:14.00832px;color:#4B4B4B;line-height:22.012800000000002px;border-bottom:1.0003px dashed #d9d9d9;padding:7.0041px 0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;padding-left:19.2px;position:relative;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li:last-child {border-bottom:0;padding-bottom:0;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li::before {content:"";position:absolute;bottom:0;left:0;width:100%;background:#f7f4f4;height:4.0012px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li:hover {-webkit-line-clamp:5;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li:last-child {border-bottom:0;padding-bottom:0;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li img {margin-right:5.0016px;top:12.08448px;position:absolute;left:0;}
.Product4 {padding-top:0;}
.Product4 .Industry_bottom {margin-top:0;}
.Product5 {background:#fff;}
.Product5 .AService_title {margin-bottom:60.0192px;}
.Product5 .AService_title .AService_title_dt {font-size:14px;line-height:24px;}
.Product5 .AService_title .AService_title_p {font-size:14px;color:#9D9D9D;text-align:center;margin-top:18.00576px;}
.Product5 .Product5_content {display:flex;flex-wrap:wrap;margin-bottom:-30.0096px;}
.Product5 .Product5_content .Product5_content_list {width:calc(33.33% - 27.00864px);display:inline-block;margin-right:40.0128px;margin-bottom:40.0128px;}
.Product5 .Product5_content .Product5_content_list:nth-child(2) {margin-right:0;}
.Product5 .Product5_content .Product5_content_list:last-child {margin-right:0;}
.Product5 .Product5_content .Product5_content_list .content_list_img img {width:100%;}
.Product5 .Product5_content .Product5_content_list:nth-child(1) .content_list_img img,.Product5 .Product5_content .Product5_content_list:nth-child(2) .content_list_img img {width:100%;height:17.193vw;object-fit:cover;}
.Product5 .Product5_content .Product5_content_list .content_list_title {line-height:24.007679999999997px;height:71.02271999999999px;color:#000000;font-size:18.00576px;background:#F7F4F4;position:relative;padding:0px 20.0064px;margin-bottom:5.0016px;display:flex;align-items:center;padding-right:0;}
.Product5 .Product5_content .Product5_content_list .content_list_title::before {content:"";display:inline-block;width:6.0019px;height:31.009919999999997px;background:#ED1B24;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.Product5 .Product5_content .Product5_content_list.on {width:calc(67.5% - 27.00864px);}
.Product5 .Product5_content .Product5_content_list.on .content_list_img {display:flex;justify-content:space-between;}
.Product5 .Product5_content .Product5_content_list.on .content_list_img img {width:100%;}
.Product5 .Product5_content .Product5_content_list.on .content_list_img .list_img_li:first-child {width:100%}
.Product5 .Product5_content .Product5_content_list.on .content_list_img .list_img_li:last-child {width:100%;}
.PBanner4 .PBanner2_title {flex-direction:column;justify-content:center;align-items:flex-start;}
.PBanner4 .PBanner2_title .PBanner2_title_dd {color:#fff;font-size:24.007679999999997px;line-height:24.007679999999997px;margin-bottom:38.01216px;}
.PBanner4 .PBanner2_title .PBanner2_title_dt {color:#fff;line-height:60.0192px;}
.DProduct5 .DProduct5_title {font-size:40.0128px;color:#000000;font-family:'HarmonyOSMedium';position:relative;margin-bottom:20.0064px;padding-bottom:20.0064px;letter-spacing:0.06em;}
.DProduct5 .DProduct5_title::before {content:"";display:inline-block;width:107.03424px;height:2.0006px;background:#ED1B24;position:absolute;left:0;bottom:0;}
.DProduct5 .SProduct_content .SProduct_content_left {width:48%;}
.DProduct5 .SProduct_content .SProduct_content_right {margin-top:0;width:48%;}
.DProduct5 .BIndustry_PInformation .BIndustry_PInformation_right {width:100%;}
.DProduct5 .BIndustry_PInformation .BIndustry_PInformation_right .PInformation_right_list img {height:378px;object-fit:cover;}
.DProduct5 .SProduct_content .SProduct_content_left .content_left_txt {font-size:14.004480000000001px;color:#4B4B4B;line-height:26.00832px;text-align:justify;}
.DProduct5 .SProduct_content .SProduct_content_left .content_left_parameter {padding:12.3264px;}
.DProduct5 .DProduct5_bottom {margin-top:60.0192px;display:flex;justify-content:space-between;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list {display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;background:linear-gradient(360deg,rgba(247,244,244,0) 0%,#F7F4F4 100%);padding:26.00832px 20.0064px;width:calc(33.33% - 20.0064px);}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list .bottom_list_left .list_left_dd {font-size:14.004480000000001px;color:#000000;margin-bottom:18.00576px;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list .bottom_list_left .list_left_dt {font-size:35.011199999999995px;color:#000000;line-height:35.011199999999995px;font-family:'HarmonyOSMedium';letter-spacing:0.06em;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list .bottom_list_right {width:81.02592px;height:28.008960000000002px;background:#ED1B24;display:flex;align-items:center;justify-content:center;margin-top:11.00352px;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list .bottom_list_right img {width:12.003839999999999px;}
.DProduct5 .DProduct5_bottom.on {display:block;}
.DProduct5 .DProduct5_bottom.on .DProduct5_bottom_list {width:100%;flex-direction:inherit;}
.DProduct5 .DProduct5_bottom.on .DProduct5_bottom_list .bottom_list_right {height:50.016px;margin-top:0;}
.DProduct5 .SProduct_content .SProduct_content_left .content_left_txt p {margin-bottom:0;}
.pc_show {display:block;}
.mo_show {display:none;}
.click_wx {display:none;}
.wx_down {position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:150;display:none;background:rgba(0,0,0,.5);}
.wx_down span img {max-width:130px;}
.wx_down.on {display:flex;}
.wx_down i {position:absolute;top:20px;right:20px;font-size:16px;color:#fff;}
.MoFooter {display:none;}
.ProductMap {padding-top:20px;}
.ProductMap .ProductMap_list:first-child .ProductMap_list_title {border-top:1px solid #dcdcdc;}
.ProductMap .ProductMap_list_title {display:flex;width:100%;line-height:55px;border-bottom:1px solid #dcdcdc;align-items:center;justify-content:space-between;padding-left:4%;}
.ProductMap .ProductMap_list_title a {font-size:16px;color:#333;}
.ProductMap .ProductMap_list_title .list_title_icon {width:50px;border-left:1px solid #dcdcdc;color:#999;display:flex;align-items:center;height:55px;justify-content:center;}
.ProductMap .ProductMap_list_title .list_title_icon i {-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.ProductMap .ProductMap_list.on .ProductMap_list_title .list_title_icon i {-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.ProductMap .ProductMap_list_down {padding-left:20px;display:none;}
.ProductMap .ProductMap_list_down a {font-size:14px;color:#666;display:inline-block;width:100%;line-height:45px;border-bottom:1px solid #dcdcdc;}




@media screen and (max-width:1560px){

.pc_all .pc_all_content,.banner .banner_list2 .banner_list_po,.ABanner .ABanner_po,.ABanner .IProduct_bottom,.CBanner .CBanner_po,.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .slideTxtBox1,.PBanner2 .PBanner2_title{ max-width: 1300px;}
.Footer{ padding-top: 45px; overflow: hidden;}
.Footer .pc_all_content{ padding-bottom: 35px; }
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list{ margin-bottom: 18px;}
.Footer .Footer_center .Footer_center_list .center_list_dt p{ margin-bottom: 22px;}
.Footer .Footer_Copyright{ padding-top: 20px; padding-bottom: 35px;}

.Header .Header_right .Header_right_nv .right_nv_list{ margin-right: 45px;}


.IProduct .IProduct_title .IProduct_title_dd{ font-size: 30px; line-height: 30px; margin-bottom: 25px;}


.Footer .Footer_center .Footer_center_list:last-child{ margin-left: 60px;}

.AService .AService_title .AService_title_dd{ font-size: 30px; line-height: 30px; margin-bottom: 20px; padding-bottom: 18px;}

.CBanner .CBanner_po .CBanner_po_bg{ width: 450px; background-size: 450px; padding: 25px;}
.CBanner .CBanner_po .CBanner_po_dd{ font-size: 38px; line-height: 38px;}
.CBanner .CBanner_po .CBanner_po_dt{ font-size: 22px; line-height: 22px; margin-top: 10px;}

.IProduct .IProduct_bottom .IProduct_bottom_list .bottom_list_dd{ font-size: 42px;}
.IProduct .IProduct_bottom{ margin-top: 70px;}

.Click_Up{ font-size: 14px;}
.Click_Up img{ width: 8px;}

/* .Industry .Industry_top .Industry_top_list .top_list_left .list_left_title{ margin-bottom: 60px;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dd{ font-size: 36px;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_btn{ margin-top: 66px;}
.Industry .Industry_bottom .Industry_bottom_title{ font-size: 32px;}
.Industry .Industry_bottom .Industry_bottom_content .bottom_content_list .content_list_title{ height: 65px;} */

.PBanner3 .PBanner2_title .PBanner2_title_dt,.ABanner .IProduct_bottom .IProduct_bottom_list .bottom_list_dd{ font-size: 45px;}

.DProduct5 .DProduct5_bottom .DProduct5_bottom_list .bottom_list_left .list_left_dt{ font-size: 26px;}


.International .International_content .International_content_toggle .swiper-pagination span{ width: 80px; height: 2px;}

.About .pc_all_content .About_right .About_right_title{ font-size: 36px; margin-bottom: 20px;}

.Team .Team_left .Team_left_title .left_title_dd{ font-size: 34px; line-height: 34px;}
.Team .Team_left .Team_left_title .left_title_dt{ font-size: 16px; margin-top: 20px; line-height: 22px;}
.Team .Team_left .Team_left_txt{ line-height: 22px;}


.CBanner.PBanner .CBanner_po .CBanner_po_bg{ width: 450px; background-size: 450px; padding: 30px; background-size: 450px;}
.PBanner .CBanner_po .CBanner_po_dd{ font-size: 26px; line-height: 26px;}
.PBanner .CBanner_po .CBanner_po_dt{ font-size: 13px; line-height: 22px;}

.SProduct .SProduct_title .SProduct_title_dd{ font-size: 30px;}

.AService .AService_title .AService_title_dt{ font-size: 14px; line-height: 22px;}

.Contact .Contact_content .Contact_content_right{ padding: 0px 40px;}

.Contact .Contact_content .Contact_content_right .content_right_list .right_list_title{ font-size: 18px; border-left: 3px solid #ed1b24; line-height: 18px; padding-left: 10px; margin-bottom: 15px;}
.Contact .Contact_content .Contact_content_right .content_right_list:last-child{ margin-top: 30px;}

.Area .Area_title{ font-size: 34px;}

.Services .Services_content2 .Services_content2_list .content2_list_title{ margin-top: 30px;}

.Services .Services_content2 .Services_content2_list:nth-child(1) .content2_list_icon img {
	width:55.02688px;
}
.Services .Services_content2 .Services_content2_list:nth-child(2) .content2_list_icon img {
	width:55.0272px;
}
.Services .Services_content2 .Services_content2_list:nth-child(3) .content2_list_icon img {
	width:55.02239999999999px;
}
.Services .Services_content2 .Services_content2_list:nth-child(4) .content2_list_icon img {
	width:55.02496px;
}
.Services .Services_content2 .Services_content2_list{ height: 205px;}


.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dd{ font-size: 16px; line-height: 18px;}

.International .International_title,.Expertise .Expertise_title{ font-size: 34px;}

.Header .Header_right .Header_right_nv .right_nv_list .nv_list_title{ font-size: 13px;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_title::before{ height: 2px;}



.IProduct .IProduct_content .IProduct_content_list:nth-child(1) .content_list_txt .list_txt_icon span img {
	width:35.0144px;
}
.IProduct .IProduct_content .IProduct_content_list:nth-child(2) .content_list_txt .list_txt_icon span img {
	width:69.02528px;
}
.IProduct .IProduct_content .IProduct_content_list:nth-child(3) .content_list_txt .list_txt_icon span img {
	width:32.01344px;
}
.IProduct .IProduct_content .IProduct_content_list:nth-child(4) .content_list_txt .list_txt_icon span img {
	width:55.0208px;
}
.IProduct .IProduct_content .IProduct_content_list:nth-child(5) .content_list_txt .list_txt_icon span img {
	width:56.02112px;
}
.IProduct .IProduct_content .IProduct_content_list:nth-child(6) .content_list_txt .list_txt_icon span img {
	width:20.009279999999997px;
}
.IProduct .IProduct_content .IProduct_content_list:nth-child(7) .content_list_txt .list_txt_icon span img {
	width:37.01504px;
}
.IProduct .IProduct_title{ margin-bottom: 40px;}
.IProduct .IProduct_title .IProduct_title_dt{ font-size: 14px; line-height: 22px;}
.IProduct .IProduct_title .IProduct_title_p{ margin-top: 18px; color: #000;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_title{ font-size: 16px; margin-top: 13px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a{ font-size: 13px;}

.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dt{ font-size: 13px;}

.AService .AService_map .AService_map_img .map_img_l .img_l_txt{ padding: 13px;}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt .l_txt_dd{ font-size: 16px; margin-bottom: 5px;}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt .l_txt_dt,.AService .AService_map .AService_map_img .map_img_li .img_li_txt{ font-size: 13px;}

.Manufacturing .Manufacturing_content .Manufacturing_content_list .content_list_txt .list_txt_dd{ font-size: 16px;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list .content_list_txt .list_txt_dt{ font-size: 13px; margin-top: 12px;}

.Footer .Footer_left .Footer_left_cotnent .left_cotnent_title{ font-size: 16px;}
.Footer .Footer_center .Footer_center_list .center_list_dd{ font-size: 16px; margin-bottom: 13px;}
.Footer .Footer_center .Footer_center_list .center_list_dt p{ margin-bottom: 18px;}
.Footer .Footer_center .Footer_center_list .center_list_dt p a{ font-size: 13px;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list a,.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list{ font-size: 13px;}
.Footer .Footer_left .Footer_left_cotnent .left_btm_cotnent .btm_cotnent_list2 a img{ max-width: 20px;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt{ padding-top: 18px;}

.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left ul .down_left_list,.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_right .down_right_list .right_list_title .list_title_li{ margin-bottom: 18px;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left ul .down_left_list a,.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_left ul .down_left_list{ font-size: 14px;}
.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_right .down_right_list .right_list_title .list_title_li{ font-size: 13px;}

.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list,.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dt .txt_dt_li{ font-size: 12px; padding: 3px 0px; padding-left: 10px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list img,.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dt .txt_dt_li img{ width: 5px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_txt p{ font-size: 13px; margin-bottom: 5px;}

.SProduct4 .SProduct_content .SProduct_content_list .content_list_title{ font-size: 14px; line-height: 22px;}

/* .Industry .Industry_bottom .Industry_bottom_content .bottom_content_list .content_list_title{ font-size: 16px;} */

.Product2 .Product2_bottom .Product2_bottom_right p{ font-size: 13px; line-height: 22px;}

.Product5 .Product5_content .Product5_content_list .content_list_title{ font-size: 16px;}

.Area .Area_content .Area_content_list p{ font-size: 16px;}
.Area .Area_content .Area_content_list p:last-child{ font-size: 13px;}
.Area .Area_content .Area_content_list{ line-height: 18px;}

.Contact .Contact_content .Contact_content_right .content_right_list .right_list_title{ font-size: 18px;}
.Contact .Contact_content .Contact_content_right .content_right_list .right_list_txt{ font-size: 13px; line-height: 24px;}
.Contact .Contact_content .Contact_content_right .content_right_list .right_list_txt a{ font-size: 13px;}

.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_title{ font-size: 32px;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list img,.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li img{ width: 6px;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list{ font-size: 13px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li{ font-size: 13px; padding-top: 4px ; padding-bottom: 4px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li img{ top: 11px;}


.banner .banner_list2 .banner_list_po{ padding-bottom: 60px;}

.ABanner .ABanner_po{ padding-bottom: 7%;}


.PBanner4 .PBanner2_title .PBanner2_title_dd{ margin-bottom: 22px; font-size: 22px; line-height: 20px;}
.PBanner4 .PBanner2_title .PBanner2_title_dt{ font-size: 44px; line-height: 44px;}


.International .International_content .International_content_list .content_list_txt .list_txt_dd{ font-size: 15px;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt .txt_dt_li{ font-size: 12px;}

.Footer .Footer_left .Footer_left_logo object,.Header .pc_all_content .Header_logo object{ width: 135px;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_title{ margin-top: 18px;}

.AService .AService_title .AService_title_dt p{ margin-bottom: 10px;}

.Industry .Industry_top .Industry_top_list .top_list_left .list_left_title{margin-bottom: 4.5125vw;}
    
}

@media (any-hover: hover) {
.banner .banner_list .banner_list_btn a:hover::before{ width: 45px;transition:all 0.5s ease 0s; -webkit-transform:all 0.5s ease 0s; right: -5px;}
.banner .banner_list .banner_list_btn a:hover img{ left: 6px;}
.banner .banner_list .banner_list_btn a:hover object{ left: 6px;transition:all 0.5s ease 0s; -webkit-transform:all 0.5s ease 0s; }
}



.Product5 .Product5_content .Product5_content_list{ width: calc(33.33% - 1.4067vw); display: inline-block; margin-right: 2.084vw; margin-bottom: 2.084vw;}
.Product5 .Product5_content .Product5_content_list .content_list_title{ line-height: 1.2504vw; height: 3.6991vw; color: #000000; font-size: 0.9378vw; background: #F7F4F4; position: relative; padding: 0px 1.042vw; margin-bottom: 0.2605vw; display: flex; align-items: center; padding-right: 0;}


.PBanner2 .PBanner2_title .PBanner2_title_dd{ font-size: 50px;}
.PBanner4 .PBanner2_title .PBanner2_title_dd{ font-size: 22px;}

.Product3 .Product3_bottom{ margin-top: 60px;}
}


@media screen and (max-width:1440px){
	
.mw1200 .pc_all_content{ padding: 0;}
.pc_all .pc_all_content,.banner .banner_list2 .banner_list_po,.ABanner .ABanner_po,.ABanner .IProduct_bottom,.CBanner .CBanner_po,.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .slideTxtBox1,.PBanner2 .PBanner2_title{ max-width: 1170px;}

.AService .AService_map .AService_map_img .map_img_l .img_l_txt{ padding: 12px;}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt .l_txt_dd{ font-size: 15px; margin-bottom: 7px;}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt .l_txt_dt{ font-size: 13px;}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt{ width: 175px;}
.AService .AService_map .AService_map_img .map_img_l span img{ max-width: 45px;}
.AService .AService_map .AService_map_img .map_img_l.map_img_l2 span{ margin-top: 4px;}
.AService .AService_map .AService_map_img .map_img_l.map_img_l1 span{ margin-right: -2px;}

.AService .AService_map .AService_map_img .map_img_l.map_img_l1{top: 53%; left: 32%;}
.AService .AService_map .AService_map_img .map_img_l.map_img_l2{top: 25%; left: 31.5%;}
.AService .AService_title .AService_title_dt{ font-size: 14px; line-height: 24px;}


.Services .Services_content{ margin-bottom: 30px;}

.Industry .Industry_top .Industry_top_list .top_list_left .list_left_title{margin-bottom: 3.5125vw;}

}

@media screen and (max-width:1300px){

.SProduct .SProduct_content .SProduct_content_left .content_left_txt p{ font-size: 13px; margin-bottom: 4px; line-height: 17px;}

.Header .Header_right .Header_right_nv .right_nv_list .nv_list_title{ font-size: 12px;}

.Footer .Footer_center .Footer_center_list .center_list_dd{ font-size: 15px;}
.Footer .Footer_center .Footer_center_list .center_list_dt p{ margin-bottom: 15px;}
.Footer .Footer_center .Footer_center_list .center_list_dt p a,.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list a, .Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list{ font-size: 12px;}
.Header .Header_right .Header_right_language .right_language_title,.Header .Header_right .Header_right_language .right_language_down a{ font-size: 12px;}

.Team .pc_all_content{}
.Team .Team_left .Team_left_title .left_title_dt{ font-size: 15px; line-height: 20px;}
.Team .Team_left .Team_left_txt{}
.Team .Team_left .Team_left_txt,.About .pc_all_content .About_right .About_right_content{ line-height: 22px; letter-spacing: 0.00em;}
.Team .Team_left .Team_left_txt p,.About .pc_all_content .About_right .About_right_content p{ margin-bottom: 8px;}
.Team .Team_right img{ position: relative; top: -20px;}

.IProduct .IProduct_content .IProduct_content_list .content_list_nav a{ margin-bottom: 8px;}


.PBanner2 .PBanner2_title .PBanner2_title_dd{ font-size: 38px;}
.PBanner4 .PBanner2_title .PBanner2_title_dd{ font-size: 22px;}

.Product3 .Product3_bottom{ margin-top: 40px;}

.Industry .Industry_top .Industry_top_list .top_list_left .list_left_title{margin-bottom: 2.5125vw;}
}






@media screen and (max-width:1560px){

.pc_all .pc_all_content,.banner .banner_list2 .banner_list_po,.ABanner .ABanner_po,.ABanner .IProduct_bottom,.CBanner .CBanner_po,.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .slideTxtBox1,.PBanner2 .PBanner2_title{ max-width: 1300px;}
.Footer .pc_all_content{ padding-bottom: 35px;}

.banner .banner_list{ padding-top: 60px;}
.banner .banner_list .banner_list_dd{ font-size: 32px; line-height: 32px;}
.banner .banner_list .banner_list_dt{ font-size: 26px; line-height: 26px; margin-top: 26px;}

.banner .banner_list .banner_list_btn a{width: 160px; height: 45px; font-size: 14px; padding: 0px; display: flex;}
.banner .banner_list2 .banner_list_dd{font-size: 26px; line-height: 26px;}
.banner .banner_list2 .banner_list_dt{font-size: 55px; line-height: 55px;}
.banner .banner_list3 .banner_list_dt{ font-size: 50px; line-height: 50px;}


.click_down img{ width: auto; height: 32px;}

.Industry .AService_title .AService_title_dt,.AService .AService_title .AService_title_dt,.About .pc_all_content .About_right .About_right_content,.Team .Team_left .Team_left_txt,.IProduct .IProduct_title .IProduct_title_dt{ font-size: 14px; line-height: 24px;}
.IProduct .IProduct_title .IProduct_title_p{ font-size: 15px;;}
.Industry .AService_title .AService_title_dt{ padding: 0px 30px;}

.Product2 .Product2_top .Product2_top_list .top_list_title{ height: 38px; font-size: 12px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_txt p,.Product2 .Product2_bottom .Product2_bottom_right p{ font-size: 14px; line-height: 24px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_title,.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dd{ font-size: 14px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list,.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dt .txt_dt_li{ font-size: 13px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter{ padding-top: 10px;}
.Product3 .Product3_content .Product3_content_left .content_left_title,.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dd{ font-size: 14px;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list,.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li{ font-size: 13px;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list img,.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li img{ margin-right: 10px;}
.DIndustry .BIndustry_Overview .BIndustry_Overview_title{ font-size: 14px;}
.DIndustry .BIndustry_Overview .BIndustry_Overview_txt{ font-size: 13px;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dt .txt_dt_li,.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list{ padding-left: 13px;}


.Footer .Footer_left .Footer_left_logo img, .Header .pc_all_content .Header_logo img{ width: 135px;}

.Expertise,.International{ padding: 55px 0px;}

.International .International_content .International_content_toggle .content_toggle_right{ width: 121px; height:40px; font-size: 13px;}
.International .International_content .International_content_toggle .content_toggle_right span{ width: 9px; margin-left: 5px;}
.International .International_content .International_content_toggle .content_toggle_right span img{ width: 9px;}

.Footer .Footer_right .Footer_right_top .right_top_dd{ width: 104px;}


.ABanner .ABanner_po .ABanner_po_dd{ font-size: 80px; line-height: 46px;}
.ABanner .ABanner_po .ABanner_po_dt{ color: #1575A7; font-size: 46px; font-weight: 400; line-height: 46px; position: relative; top: -25.0064px; margin-bottom: -20.0064px;}
.ABanner .ABanner_po .ABanner_po_p{ font-size: 28px; line-height: 28px; margin-top: 16px;}

.Product2 .Product2_top .Product2_top_list .top_list_title{ line-height: 13px;}
.Product2 .Product2_top .Product2_top_list .top_list_title span{ width: 18px; height: 18px; font-size: 12px; margin-right: 10px;}
.Product2 .Product2_top .Product2_top_list .top_list_img{ margin-top: 33px;}
.Product2 .Product2_bottom .Product2_bottom_left{ padding: 0px 40px;}
.Product2 .Product2_bottom .Product2_bottom_left .bottom_left_title .left_title_dd{ font-size: 32px; line-height: 32px; margin-bottom:20px;}
.Product2 .Product2_bottom .Product2_bottom_left .bottom_left_title .left_title_dt{ font-size: 32px; line-height: 32px;}
.Product2 .Product2_bottom .Product2_bottom_left .bottom_left_icon img{ width: 120px;}

.Product3 .Product3_bottom .BIndustry_Overview{ margin-bottom: 40px;}

.Product4{ padding-top: 0;}

    .Header .Header_right .Header_right_language .right_language_title img{ width: 13px;}
    .Header .Header_right .Header_right_language .right_language_title{ font-size: 13px;}
    .Header .Header_right .Header_right_language .right_language_down a{ font-size: 13px; line-height: 26px;}


    .Product3 .Product3_bottom .Product3_bottom_list{ margin-bottom: 40px;}
    .Product3 .Product3_bottom .Product3_bottom_list .bottom_list_left{ width: 38%;}
    .Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right{ width: 62%;}


    .Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .list_down_right .down_right_list .right_list_img .list_img_li img{height: 275px;}
}




@media screen and (max-width:1440px){
	
.pc_all .pc_all_content,.banner .banner_list2 .banner_list_po,.ABanner .ABanner_po,.ABanner .IProduct_bottom,.CBanner .CBanner_po,.Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .slideTxtBox1,.PBanner2 .PBanner2_title{ max-width: 1170px;}
/* .pc_all .pc_all_content,.ABanner .ABanner_po,.ABanner .IProduct_bottom,.CBanner .CBanner_po{ max-width: 1200px;} */

.AService .AService_map .AService_map_img .map_img_l .img_l_txt{ padding: 12px;}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt .l_txt_dd{ font-size: 15px; margin-bottom: 7px;}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt .l_txt_dt{ font-size: 13px;}
.AService .AService_map .AService_map_img .map_img_l .img_l_txt{ width: 175px;}
.AService .AService_map .AService_map_img .map_img_l span img{ max-width: 45px;}
.AService .AService_map .AService_map_img .map_img_l.map_img_l2 span{ margin-top: 4px;}
.AService .AService_map .AService_map_img .map_img_l.map_img_l1 span{ margin-right: -2px;}

.AService .AService_map .AService_map_img .map_img_l.map_img_l1{top: 53%; left: 32%;}
.AService .AService_map .AService_map_img .map_img_l.map_img_l2{top: 25%; left: 31.5%;}

.AService .AService_title .AService_title_dt{ font-size: 14px; line-height: 24px;}

.Expertise .pc_all_content .Expertise_list:nth-child(2):hover .Expertise_list_title .list_title_dt{height: 2.8941vw;}
.Expertise .pc_all_content .Expertise_list:nth-child(4):hover .Expertise_list_title .list_title_dt{height: 2.8941vw;}
.Expertise .pc_all_content .Expertise_list:nth-child(5):hover .Expertise_list_title .list_title_dt{height: 2.8941vw;}

.AService .AService_title .AService_title_dt br{ display: none;}
}

@media screen and (max-width:1300px){
.banner .banner_list{ padding-top: 50px;}
.banner .banner_list .banner_list_dd{ font-size: 26px; line-height: 26px;}
.banner .banner_list .banner_list_dt{ font-size: 22px; line-height: 22px; margin-top: 15px;}
.banner .banner_list .banner_list_btn a{width: 110px; height: 33px; font-size: 13px; padding: 0px; display: flex;}
.banner .banner_list2 .banner_list_dd{font-size: 22px; line-height: 22px;}
.banner .banner_list2 .banner_list_dt{font-size: 45px; line-height: 45px;}
.banner .banner_list3 .banner_list_dt{font-size: 40px; line-height: 40px;}

.click_down img{ width: auto; height: 26px;}

.Manufacturing .Manufacturing_content .Manufacturing_content_list:hover .content_list_txt .list_txt_dt{ height: 80px;}

}

@media screen and (max-width:1280px){ 
    .pc_all .pc_all_content, .banner .banner_list2 .banner_list_po, .ABanner .ABanner_po, .ABanner .IProduct_bottom, .CBanner .CBanner_po, .Header .Header_right .Header_right_nv .right_nv_list .nv_list_down .slideTxtBox1, .PBanner2 .PBanner2_title{max-width: 93%;} 
    
}


@media screen and (max-width:1070px){
.Footer .pc_all_content{ display: block; max-width: 100%;}
.Header,.Footer .pc_all_content .Footer_center,.Footer .pc_all_content .Footer_right .Footer_right_top,.Footer .Footer_left .Footer_left_logo{ display: none;}
.Footer .Footer_Copyright{ padding: 15px 0; font-size: 12px;}
.Footer .Footer_Copyright a{ font-size: 12px; margin: 4px 0px; display: inline-block;}
.Footer .Footer_Copyright br,.Footer .Footer_Copyright span{ display: block;}
.Footer .Footer_Copyright{ text-align: left;}

.Footer{ padding-top: 0; background: #f0f0f0; padding: 0px 4%;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list span{ width: 15px;}
.Copyright{ display: block; text-align: center; padding: 33px 0;}
.pc_all .pc_all_content{ max-width: 92%; padding: 0; margin: 0 auto;}
.mo_show{ display: block;}

    .Expertise .pc_all_content .Expertise_list .Expertise_list_title{ border-bottom: 0;}

/* 手机导航 */
.m-header-nav-height{ display:block; height:50px;}
.m-header-nav{display: block;height:50px;position:fixed;top:0;z-index:100;width:100%;transition:all ease 0.45s;}
.m-header-nav .sp_header{position: relative;top:0;z-index:10000;width:100%;height:50px;padding: 0 4%; display:flex; align-items:center; justify-content:space-between;}
.m-header-nav .sp_logo{padding: .6rem 0;float:left;height:50px; display:flex; align-items:center;}
.m-header-nav .sp_logo a{ display: flex; width: 110px; height: 34px; position: relative;}
.m-header-nav .sp_logo img{margin:auto;height:34px; position: absolute; left: 0; top: 0;transition:all ease 0.45s;}
.m-header-nav .sp_logo img:last-child{ opacity: 0;}
.m-header-nav .sp_nav{width: 26px;float:right;position:relative;cursor:pointer;height:14px;z-index: 900;}
.m-header-nav .sp_nav span{display:block;background:#fff;width: 26px;height: 2px;position:absolute;left: 0;transition:all ease 0.45s;}
.m-header-nav .sp_nav span:nth-of-type(1){top:0px; width:18px;}
.m-header-nav .sp_nav span:nth-of-type(2){top: 6px;}
.m-header-nav .sp_nav span:nth-of-type(3){top: 13px;}
.m-header-nav .sp_nav_se span:nth-of-type(1){top: 11px;transform:rotate(45deg); width:26px;}
.m-header-nav .sp_nav_se span:nth-of-type(2){width:0;transition:none;}
.m-header-nav .sp_nav_se span:nth-of-type(3){top: 11px;transform:rotate(-45deg);}
.m-header-nav .sjj_nav{display: none;position:fixed;z-index:9;background:white;width:100%;height:100%;font-size: .95rem;;line-height:2.7rem;top:50px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.45s; border-top:1px solid #dcdcdc;}
.m-header-nav .nav_show{display: block;}
.m-header-nav .sjj_nav>ul>li{ list-style: none;}
.m-header-nav .sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.m-header-nav .sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 100px)}
.m-header-nav .sjj_nav>ul>li:first-child .language{float:right;width:93px;overflow:hidden;line-height:40px;}
.m-header-nav .sjj_nav>ul>li:first-child .language a{width:50%;float:left;border-left:1px #ededed solid;text-align:center;color:#999;}
.m-header-nav .sjj_nav ul li{ list-style: none;}
.m-header-nav .sjj_nav ul li i{position: absolute; top: 0px; right: 0px; border-left: 1px #ededed solid; height: 46px; padding: 0px 12px; display: flex; align-items: center; justify-content: flex-start;}
.m-header-nav .sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.45s}
.m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.m-header-nav .sjj_nav ul li{border-top:1px #ededed solid;padding-left:1.1rem;position:relative;line-height:2.6rem;}
.m-header-nav .sjj_nav>ul >li:last-child{border-bottom:1px #ededed solid;}
.m-header-nav .sjj_nav ul li ul{display:none}
.m-header-nav .sjj_nav ul li a{color:#666;width:100%;display: block;font-size: .95rem;padding: .15rem 0;}
.m-header-nav .sjj_nav ul li ul li a{color:#666;display:block;text-align:left;}
.m-header-nav .sjj_nav ul li i svg{width:.9rem;height: 2.6rem;fill:#cbcbcb;}
.m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{fill:#111;}
.m-header-nav .sjj_nav ul li ul li>ul{margin-left:10px}
.m-header-nav{ background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
.m-header-nav .sp_nav span{ background: #ed1b24;transition:all ease 0.45s;}
.m-header-nav .sp_logo img{ opacity: 0;transition:all ease 0.45s;}
.m-header-nav .sp_logo img:last-child{ opacity: 1;}


.HBanner{margin-top:0;}
.banner {margin-top:0;}
.banner .banner_list{ padding-top: 30px;}
.banner .banner_list .banner_list_dd{ font-size: 18px; line-height: normal; margin-bottom: 0px;}
.banner .banner_list .banner_list_dt{ font-size: 14px; line-height: normal; letter-spacing: 0; margin-top: 10px;}
.banner .swiper-pagination{ bottom: 20px;}
.banner .swiper-pagination span{ width: 8px; height: 8px; margin-right: 8px;}
.banner .swiper-pagination span::before{ width: 5px; height: 5px;}
.banner .banner_scroll{ display: none;}
.banner .banner_list .banner_list_btn{ margin-top: 15px;}
.banner .banner_list .banner_list_btn a{ width: auto; width: 105px; font-size: 12px; height: 30px; display: flex; border-radius: 100px; padding: 0px;}
.banner .banner_list3{padding-top: 0;background-position-x: -52px !important;}
.banner .banner_list3 .banner_list_po{ padding: 0px 6%;}
.banner .banner_list3 .banner_list_po.right{display: flex; flex-direction: column; align-items: flex-end;padding: 0px 6% 0 6%;}
.banner .banner_list2 .banner_list_dd{ font-size: 14px;}
.banner .banner_list2 .banner_list_dt{ font-size: 22px; font-weight: bolder;}
.banner .banner_list3 .banner_list_dt{ font-size: 22px; font-weight: bolder;max-width:30%;text-align: left;}
.banner .banner_list .banner_list_btn a img{ width: 12px; margin-left: 8px;}
.banner .banner_list2 .banner_list_po{ padding: 0px 4%;}

.banner .click_down{ display: none;}


body{ padding-top: 50px;}


.IProduct{ padding: 33px 0px;}
.IProduct .IProduct_title{ margin-bottom: 25px;}
.IProduct .IProduct_title .IProduct_title_dd{ font-size: 18px; line-height: normal; margin-bottom: 10px;}
.IProduct .IProduct_title .IProduct_title_dt{ font-size: 14px; line-height: 24px;}
.IProduct .IProduct_title .IProduct_title_dt br{ display: none;}
.IProduct .IProduct_title .IProduct_title_p{ margin-top: 10px; line-height: 24px; font-size: 14px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(1), .IProduct .IProduct_content .IProduct_content_list:nth-child(2), .IProduct .IProduct_content .IProduct_content_list:nth-child(3){ width: 100%;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_title{ font-size: 16px; line-height: normal; margin-top: 15px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(1) .content_list_txt .list_txt_icon span img,.IProduct .IProduct_content .IProduct_content_list:nth-child(2) .content_list_txt .list_txt_icon span img,.IProduct .IProduct_content .IProduct_content_list:nth-child(3) .content_list_txt .list_txt_icon span img,.IProduct .IProduct_content .IProduct_content_list:nth-child(4) .content_list_txt .list_txt_icon span img,.IProduct .IProduct_content .IProduct_content_list:nth-child(5) .content_list_txt .list_txt_icon span img,.IProduct .IProduct_content .IProduct_content_list:nth-child(6) .content_list_txt .list_txt_icon span img,.IProduct .IProduct_content .IProduct_content_list:nth-child(7) .content_list_txt .list_txt_icon span img{ width: 35px; height: auto;}

.IProduct .IProduct_content .IProduct_content_list .content_list_nav a{ width: 84%; height: 38px; font-size: 12px; margin-bottom: 5px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a span img{ margin-left: 5px; width: 10px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a span{ display: flex; align-items: center; justify-content: center;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_bt{ width: 120px; font-size: 12px; border-radius: 100px; height: 31px; overflow: hidden;line-height: 31px; text-align: center; text-align: center;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_bt{ display: none;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav{ display: none; padding-top: 42px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(4) .content_list_nav{ padding-top: 5px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(4) .content_list_nav a{ height: 25px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(4) .content_list_nav{ padding-top: 16px;}
.IProduct .IProduct_content .IProduct_content_list.in .content_list_txt .list_txt_bt{  margin-top: 8px; height: 31px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_txt .list_txt_bt img{ width: 10px; margin-left: 5px;}
.IProduct .IProduct_content .IProduct_content_list{ width: 49%; margin-bottom: 10px !important;}
.IProduct .IProduct_bottom{ margin-top: 0; flex-wrap: wrap;}
.IProduct .IProduct_bottom .IProduct_bottom_list{ width: 50%; margin-top: 20px;}
.IProduct .IProduct_bottom .IProduct_bottom_list .bottom_list_dd,.IProduct .IProduct_bottom .IProduct_bottom_list .bottom_list_dd b{ font-size: 22px; line-height: 22px;}
.IProduct .IProduct_bottom .IProduct_bottom_list .bottom_list_dt{ font-size: 13px; line-height:normal; margin-top: 6px;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(6) .content_list_txt .list_txt_icon span img{ width: 24PX;}
.IProduct .IProduct_content .IProduct_content_list:nth-child(4) .content_list_img img,.IProduct .IProduct_content .IProduct_content_list:nth-child(5) .content_list_img img,.IProduct .IProduct_content .IProduct_content_list:nth-child(6) .content_list_img img,.IProduct .IProduct_content .IProduct_content_list:nth-child(7) .content_list_img img{ height: 150px; object-fit: cover;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a span i img{ width: 8px; margin-left: 5px;}


.Expertise,.International{ padding: 33px 0px;}
.Expertise .Expertise_title,.International .International_title{ font-size: 18px; line-height: 18px; margin-bottom: 20px;}
.Expertise .pc_all_content{ flex-wrap: wrap;}
.Expertise .pc_all_content .Expertise_list{ width: 100%; height: auto; margin-bottom: 10px;}
.Expertise .pc_all_content .Expertise_list:last-child{ margin-bottom: 0;}
.Expertise .pc_all_content .Expertise_list.on{ width: 100%;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_img img{ height: auto;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title,.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title{ bottom: 0; padding: 15px;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dd{ margin-bottom: 10px; line-height: 18px; font-size: 16px; padding-bottom: 10px; line-height: 22px; text-align: center;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dt{ font-size: 13px; opacity: 1; height: auto; white-space: inherit; text-align: center;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dd::before{ width: 20px; height: 2px; left: 0; right: 0; margin: 0 auto;}
.Expertise .pc_all_content .Expertise_list.on .Expertise_list_title .list_title_dd::before{ margin: 0 auto;}



.International .International_content .International_content_list .content_list_img img{ height: 205px;}
.International .International_content .International_content_list .content_list_txt{ padding: 10px 0px;}
.International .International_content .International_content_list::before{ display: none;}
.International .International_content .International_content_list .content_list_txt .list_txt_dd{ font-size: 16px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt{ font-size: 14px; margin-top: 8px; display: flex; justify-content: space-between; align-items: center;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt .txt_dt_li{ margin-right: 0px; font-size: 12px;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt .txt_dt_li span{ width: 12px; height: 12px; margin-right: 5px;}
.International .International_content .International_content_list .content_list_txt .list_txt_dt .txt_dt_li span img{ width: 12px;}
.International .International_content .International_content_toggle .content_toggle_right{ width: auto; font-size: 14px; padding: 8px 10px; height: auto;}
.International .International_content .International_content_toggle .content_toggle_right span{ margin-left: 10px; width: 12px; height: 9px;}
.International .International_content .International_content_toggle .content_toggle_right span img{ width: 100%;}
.International .International_content .International_content_toggle .swiper-pagination{ display: flex; align-items: center; width: 140px;}
.International .International_content .International_content_toggle .swiper-pagination span{ width: 100%; margin-right: 5px; height: 2px;}
.International .International_content .International_content_toggle{ margin-top: 15px;}


.Client .International_content .International_content_list .content_list_li{ width: 33.33%;}
.Client .International_content .swiper-container{ border-right: 1px solid #ebebeb;}
.Client .International_content .International_content_list .content_list_li:nth-child(3n){ border-right: 0px solid #ebebeb;}

.AService .AService_map .AService_map_img{ display: none;}
.AService .AService_map .AService_map_img_mo{ display: block;}

.AService .page{margin-top:30px;}

.ABanner .ABanner_img img{ height: 220px; object-fit: cover;}
.ABanner .ABanner_po{ padding: 4%; justify-content: center;}
.ABanner .ABanner_po .ABanner_po_dd{ font-size: 30px; line-height: 20px;}
.ABanner .ABanner_po .ABanner_po_dt{ font-size: 18px; line-height: 16px; top: -10px; margin-bottom: -10px;}
.ABanner .ABanner_po .ABanner_po_p{ font-size: 14px; line-height: normal; margin-top: 10px;}
.ABanner .IProduct_bottom{ margin-top: 20px; bottom: 8%; padding: 0px 4%; display: none;}
.ABanner .IProduct_bottom .IProduct_bottom_list .bottom_list_dd{ font-size: 16px; line-height: 16px;}
.ABanner .IProduct_bottom .IProduct_bottom_list .bottom_list_dt{ font-size: 14px; line-height: 14px; margin-top: 0;}


.About{ height: auto; padding: 33px 0px; }
.About .mo_show{ display: none;}
.About .pc_all_content .About_right{ width: 100%; margin-top: 0px;}
.About .pc_all_content .About_right .About_right_title{ font-size: 18px; margin-bottom: 10px; text-align: center;}
.About .pc_all_content .About_right .About_right_content{ font-size: 14px; line-height: 24px;}

.Team{ background: #f7f7f7; padding: 33px 0px;}
.Team .pc_all_content{ flex-direction: column-reverse;}
.Team .Team_right{ margin: 15px 0px;}
.Team .Team_left,.Team .Team_right{ width: 100%;}
.Team .Team_left .Team_left_title .left_title_dd{ text-align: center;}
.Team .Team_left .Team_left_title .left_title_dd::before{ right: 0; margin: 0 auto;}
.Team .Team_left{ margin-top: 0px;}
.Team .Team_left .Team_left_title .left_title_dd,.AService .AService_title .AService_title_dd{ font-size: 18px; line-height: 18px; margin-bottom: 13px; padding-bottom: 13px;}
.Team .Team_left .Team_left_title .left_title_dt{ font-size: 14px; line-height: 24px;}
.Team .Team_left .Team_left_txt,.AService .AService_title .AService_title_dt{ font-size: 14px; line-height: 26px;}
.Team .Team_left .Team_left_title .left_title_dd,.AService .AService_title .AService_title_dd::before::before{ width: 45px; height: 1px;}

.AService{ background: #fff; padding: 33px 0px;}
.AService .AService_title{ margin-bottom: 15px;}
.AService .AService_title .AService_title_dt br{ display: none;}
.AService2 .AService_title{ margin-bottom: 0px; margin-top: 10px;}
.AService2 .AService_title .AService_title_dt{ text-align: left;}



.Manufacturing{ padding-bottom: 0; padding-top: 0;}
.Manufacturing .Manufacturing_content{ flex-wrap: wrap;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list{ width: 49%; margin-bottom: 2%;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list::before{ height: 100%;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list .content_list_txt .list_txt_dd{ font-size: 16px; line-height: 16px;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list .content_list_txt .list_txt_dt{ font-size: 13px; line-height: 20px; margin-top: 10px; height: auto; -webkit-line-clamp: 10; display: none;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list .content_list_txt{ padding: 15px;}
.Manufacturing .Manufacturing_content .Manufacturing_content_list:hover .content_list_txt .list_txt_dt{ display: flex; height: auto;}

.CBanner .CBanner_img img{ height: 120px; object-fit: cover;}
.CBanner .CBanner_po{ padding: 0px 4%;}
.CBanner .CBanner_po .CBanner_po_dd{ font-size: 18px; line-height: 18px;}
.CBanner .CBanner_po .CBanner_po_dt{ font-size: 14px; margin-top: 5px; line-height: 14px; margin-top: 5px;}
.CBanner .CBanner_po .CBanner_po_bg{ background-size: inherit;background: url(../images/bn42.png) no-repeat 50% 8%; background-size: 100%; width: 165px; padding: 15px;}

.Contact .Contact_content{ display: block;}
.Contact .Contact_content .Contact_content_left,.Contact .Contact_content .Contact_content_right{ width: 100%;}
.Contact .Contact_content .Contact_content_left{ height: 260px;}
.Contact .Contact_content .Contact_content_right{ padding: 20px;}
.Contact .Contact_content .Contact_content_right .content_right_list .right_list_title{ font-size: 16px; line-height: 16px; margin-bottom: 15px; border-left: 2px solid #ed1b24; padding-left: 8px;}
.Contact .Contact_content .Contact_content_right .content_right_list .right_list_txt{ font-size: 14px; line-height: 22px;}
.Contact .Contact_content .Contact_content_right .content_right_list .right_list_txt a{ font-size: 14px;}
.Contact .Contact_content .Contact_content_right .content_right_list:last-child{ margin-top: 30px;}

.Area{ padding-bottom: 33px;}
.Area .Area_title{ font-size: 18px; line-height: 18px; margin-bottom: 20px;}
.Area .Area_content .Area_content_list{ width: 100%; margin-bottom: 2%; height: auto; font-size: 15px; padding: 20px; line-height: 24px;}
.Area .Area_content .Area_content_list:last-child{ margin-bottom: 0;}
.Area .Area_content .Area_content_list p:first-child{ font-weight: bolder;}
.Area .Area_content .Area_content_list p:last-child{ font-size: 13px;}

.Services .Services_content{ margin-bottom: 20px;}
.Services .Services_content .Services_content_list{ width: 49%;}
.Services .Services_content .Services_content_list .content_list_title{ height: 36px; font-size: 14px;}
.Services .Services_content2{ flex-wrap: wrap; justify-content: space-between;}
.Services .Services_content2 .Services_content2_list{ width: 49%; margin-bottom: 2%; border-radius: 4px; height: auto; padding: 20px 0px;}
.Services .Services_content2 .Services_content2_list:nth-child(1) .content2_list_icon img,.Services .Services_content2 .Services_content2_list:nth-child(2) .content2_list_icon img,.Services .Services_content2 .Services_content2_list:nth-child(3) .content2_list_icon img,.Services .Services_content2 .Services_content2_list:nth-child(4) .content2_list_icon img{ width: 30px;}
.Services .Services_content2 .Services_content2_list .content2_list_title{ font-size: 14px; margin-top: 10px;}

.Map2 .AService_title .AService_title_dd img{ width: 60px; margin-right: 10px;}


.GCustomers .GCustomers_content .GCustomers_content_list{ width: 33.33%;}
.GCustomers .GCustomers_content .GCustomers_content_list:nth-child(3n){ border-right: 0;}


.Industry .Industry_top .Industry_top_list{ flex-direction: column-reverse;}
.Industry .Industry_top .Industry_top_list .top_list_left,.Industry .Industry_top .Industry_top_list .top_list_img{ width: 100%;}
.Industry .Industry_top .Industry_top_list .top_list_left{ padding: 20px;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_title{ font-size: 14px; border-left: 2px solid #ED1B24; padding-left: 8px; margin-bottom: 15px; line-height: 18px;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dd{ font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dd br{ display: none;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dt{ font-size: 12px;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dt span object{ width: 15px; margin-right: 5px;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_dt span{ margin-right: 20px;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_btn{ width: 120px; height: 34px; margin-top: 5px; padding: 0px 20px; font-size: 12px; margin-top: 25px;}
.Industry .Industry_top .Industry_top_list .top_list_left .list_left_cotnent .left_cotnent_btn img{ width: 12px;}
.Industry .Industry_top .swiper-button-prev, .Industry .Industry_top .swiper-button-next{ width: 22px; height: 22px;}
.Industry .Industry_top .swiper-button-next{ right: 20px; left: inherit; bottom: 28px;}
.Industry .Industry_top .swiper-button-prev{ left: inherit; right: 50px; bottom: 28px;}
.Industry .Industry_top .swiper-button-prev::after, .Industry .Industry_top .swiper-button-next::after{ font-size: 12px;}
.Industry .Industry_content{ margin-bottom: 35px;}
.Industry .Industry_content .Industry_content_nav{ margin: 30px 0px; flex-wrap: wrap; justify-content: space-between;}
.Industry .Industry_content .Industry_content_nav .content_nav_list{ width: 49%; margin-right: 0; border-radius: 4px; height: 38px; margin-bottom: 2%; font-size: 16px; justify-content: flex-start; padding-left: 35px;}
.Industry .Industry_content .Industry_content_nav .content_nav_list span{ margin-right: 10px;}
.Industry .Industry_content .Industry_content_nav .content_nav_list span img{ width: 18px;}
.Industry .Industry_content .International_content{ justify-content: space-between; margin-bottom: 30px;}
.Industry .Industry_content .International_content .International_content_list{ width: 49%; margin-right: 0; margin-bottom: 2%;}
.Industry .Industry_content .International_content .International_content_list .content_list_txt{ padding: 10px;}
.Industry .International_content .International_content_list .content_list_img img{ height: 110px;}



.Certification .Certification_content .Certification_content_list{ border: 1px solid #ececec; border-right: 0px;}
.Certification .Certification_content .Certification_content_list:last-child{ border: 1px solid #ececec;}


.layui-laypage{ font-size: 14px;}
.layui-laypage-disabled,.layui-laypage-curr,.layui-laypage a{ font-size: 14px; margin: 0px 5px; border-radius: 5px; height: 34px; padding: 0px 10px;}

.Industry .Industry_bottom .Industry_bottom_title{ font-size: 18px; line-height: 18px; margin-bottom: 15px;}
.Industry .Industry_bottom .Industry_bottom_title img{ margin-left: 10px; width: 60px;}
.Industry .Industry_bottom .Industry_bottom_content{ display: block;}
.Industry .Industry_bottom .Industry_bottom_content .bottom_content_list{ width: 100%; margin-bottom: 10px;}
.Industry .Industry_bottom .Industry_bottom_content .bottom_content_list .content_list_title{ font-size: 16px; height: 38px;}
.Industry .Industry_bottom{ margin-top: 0px;}


.DIndustry .BIndustry_img{ margin: 25px 0px;}
.DIndustry .BIndustry_img .BIndustry_img_top img{ height: 120px; object-fit: cover;}
.DIndustry .BIndustry_img .BIndustry_img_txt{ padding: 0px 15px; text-align: center;}
.DIndustry .BIndustry_img .BIndustry_img_txt .img_txt_dt{ margin-top: 10px;}
.DIndustry .BIndustry_img .BIndustry_img_txt .img_txt_dd{ font-size: 18px; line-height: 18px;}
.DIndustry .BIndustry_img .BIndustry_img_txt .img_txt_dt span{ margin-right: 15px; font-size: 14px;}
.DIndustry .BIndustry_img .BIndustry_img_txt .img_txt_dt object{ width: 15px; margin-right: 5px;}
.DIndustry .BIndustry_PInformation{height: auto; flex-direction: column-reverse; margin-top: 20px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_left,.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right{ width: 100%;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_left{ padding: 15px;height: auto;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_left .PInformation_left_title{ font-size: 18px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_left .PInformation_left_txt{ font-size: 14px; line-height: 24px; margin-top: 10px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right{height: auto;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .PInformation_right_list::before{ height: 55px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-pagination{ bottom: 20px; left: 15px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-pagination span{ width: 6px; height: 6px; margin-right: 5px;}

.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-prev, .DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-next{ width: 20px; height: 20px; bottom: 13px; margin-top: 0;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-prev::after, .DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-next::after{ font-size: 12px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-prev{ right: 50px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .swiper-button-next{ right: 15px;}

.DIndustry .BIndustry_Overview{ margin-top: 20px; padding: 15px;}
.DIndustry .BIndustry_Overview .BIndustry_Overview_title{ font-size: 18px;}
.DIndustry .BIndustry_Overview .BIndustry_Overview_txt{ font-size: 14px; line-height: 26px;}



.PBanner.PBanner .CBanner_po .CBanner_po_bg{ background-size: inherit; width: auto; padding: 20px;background: url(../images/bn42.png) no-repeat 50% 8%; background-size: 100%;}
.PBanner .CBanner_po .CBanner_po_dt{ display: none;}
.PBanner2 .PBanner2_title .PBanner2_title_dd{ font-size: 20px;}


.SProduct{ padding: 33px 0px;}
.SProduct .SProduct_title{ margin-bottom: 25px;}
.SProduct .SProduct_title .SProduct_title_dd{ font-size: 18px; line-height: 18px; margin-bottom: 10px;}
.SProduct .SProduct_title .SProduct_title_dt span{ height: 28px; font-size: 12px; padding: 0px 10px; width: auto;}
.SProduct .SProduct_title .SProduct_title_dt span img{ margin-right: 5px; width: auto; height: 13px;}
.SProduct .SProduct_title .SProduct_title_dt::before{ width: 100%; height: 2px;}
.SProduct .SProduct_content{ flex-wrap: wrap;}
.SProduct .SProduct_content .SProduct_content_left,.SProduct .SProduct_content .SProduct_content_right{ width: 100%;}
.SProduct .SProduct_content .SProduct_content_left{ margin-bottom: 20px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_txt p{ font-size: 14px; line-height: 26px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_txt p span{ font-size: 16px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter{ padding: 15px; margin-top: 15px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_title{ font-size: 16px; margin-bottom: 10px;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list{ font-size: 14px;line-height: 22px; padding: 5px 0px; padding-left: 15px; -webkit-line-clamp: 22;}
.SProduct .SProduct_content .SProduct_content_left .content_left_parameter .left_parameter_txt .parameter_txt_list img{top: 10px; width: 7px;}
.SProduct .SProduct_content .SProduct_content_right .content_right_bottom{ margin-top: 10px;}
.SProduct .SProduct_content .SProduct_content_right .content_right_bottom .right_bottom_list{ width: calc(33.33% - 5px);}


.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dd{ font-size: 16px;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dt .txt_dt_li{ font-size: 14px; padding: 5px 0px; line-height: 22px; padding-left: 15px;}
.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_txt .right_txt_dt .txt_dt_li img{top: 10px; width: 7px;}
.SProduct2 .SProduct2_content .SProduct2_content_left,.SProduct2 .SProduct2_content .SProduct2_content_right .content_right_iocn{ display: none;}
.SProduct2 .SProduct2_content .SProduct2_content_right{ width: 100%; margin-top: 25px;}

.SProduct3 .SProduct_content{ flex-direction: column-reverse;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img{ flex-wrap: wrap;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_parameter{ padding-top: 0; margin-top: 0; padding: 0; margin-top: 20px;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img .left_img_list img,.SProduct3 .SProduct_content .SProduct_content_right .content_right_top img{ height: auto;}
.SProduct3 .SProduct_content .SProduct_content_left{ margin-top: 10px; flex-direction: column-reverse; margin-bottom: 0;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img .left_img_list:nth-child(1){ width: 43%;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img .left_img_list:nth-child(2){ width: 55.5%;}
.SProduct3 .SProduct_content .SProduct_content_left .content_left_img .left_img_list:nth-child(1){ margin-bottom: 0px; margin-right: 0px;}

.SProduct4 .SProduct_content .SProduct_content_list .content_list_title{ padding: 15px; font-size: 12px; line-height: 20px; position: relative; font-size: 14px; color: #666; padding: 10px 0px; line-height: 26px; text-align: justify; padding-bottom: 0;}
.SProduct4 .SProduct_content .SProduct_content_list .content_list_title br{ display: none;}
.SProduct4 .SProduct_content .SProduct_content_list::before{ height: 100%; display: none;}
.swiper-button-next, .swiper-button-prev{ top: 26%;}
.SProduct4 .SProduct_content .swiper-button-next:after, .SProduct4 .SProduct_content .swiper-button-prev::after{ font-size: 18px;}


.SProduct5{ padding: 33px 0px;}
.SProduct5 .Industry_bottom{ padding-bottom: 0;}


.PBanner2 .PBanner2_title{ padding: 0px 4%;}
.PBanner4 .PBanner2_title .PBanner2_title_dd{ font-size: 14px; line-height: 14px; margin-bottom: 10px;}
.PBanner4 .PBanner2_title .PBanner2_title_dt{ font-size: 18px; line-height: 18px;}



.DProduct5{ padding-bottom: 0;}
.DProduct5 .DProduct5_title{ font-size: 18px; margin-bottom: 10px; padding-bottom: 10px;}
.DProduct5 .DProduct5_title::before{ width: 50px; height: 1px;}
.DProduct5 .BIndustry_PInformation .BIndustry_PInformation_right .PInformation_right_list img{ height: auto;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list{ padding: 15px;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list .bottom_list_left .list_left_dd{ font-size: 14px; margin-bottom: 10px;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list .bottom_list_left .list_left_dt{ font-size: 18px; line-height: 18px;}
.DProduct5 .DProduct5_bottom.on .DProduct5_bottom_list .bottom_list_right,.DProduct5 .DProduct5_bottom .DProduct5_bottom_list .bottom_list_right{ width: 35px; height: 24px;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list .bottom_list_right img{ width: 8px;}
.DProduct5 .DProduct5_bottom{ flex-wrap: wrap;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list .bottom_list_right{ margin-top: 0px;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list{ width: 100%; margin-bottom: 15px; flex-direction: inherit; align-items: center;}
.DProduct5 .DProduct5_bottom .DProduct5_bottom_list:last-child{ margin-bottom: 0;}

.Product5 .Product5_content .Product5_content_list.on,.Product5 .Product5_content .Product5_content_list{ width: 100%; margin-bottom: 22px;}
.Product5 .Product5_content .Product5_content_list .content_list_img img,.Product5 .Product5_content .Product5_content_list:nth-child(1) .content_list_img img, .Product5 .Product5_content .Product5_content_list:nth-child(2) .content_list_img img{ height: auto;}
.Product5 .Product5_content .Product5_content_list .content_list_title{ font-size: 14px; padding: 10px; margin-bottom: 5px; line-height: 24px; height: auto; padding-right: 0;}
.Product5 .Product5_content .Product5_content_list .content_list_title::before{ width: 2px; height: 100%;}


.DProduct5 .SProduct_content .SProduct_content_left .content_left_txt{ font-size: 14px; line-height: 26px;}


.PBanner3 .PBanner2_title .PBanner2_title_dd{ font-size: 14px;}
.PBanner2 .PBanner2_title .PBanner2_title_dt{ font-size: 20px;}

.Product2{ padding-bottom:  0;} 
.Product2 .Product2_top{ margin-top: 22px; padding: 0px 20px;}
.Product2 .Product2_top .Product2_top_list{ padding: 10px;}
.Product2 .Product2_top .Product2_top_list .top_list_title{ font-size: 16px; line-height: normal;}
.Product2 .Product2_top .Product2_top_list .top_list_title span{ width: 20px; height: 18px; margin-right: 6px; font-size: 16px;}
.Product2 .Product2_top .Product2_top_list .top_list_img img{ max-height: 125px;}
.Product2 .Product2_top .swiper-button-prev, .Product2 .Product2_top .swiper-button-next{ width: 15px;}
.Product2 .Product2_top .swiper-button-prev:after, .Product2 .Product2_top .swiper-button-next:after{ font-size: 16px;}
.Product2 .Product2_bottom{ display: block; margin-top: 20px;}
.Product2 .Product2_bottom .Product2_bottom_right,.Product2 .Product2_bottom .Product2_bottom_left{ width: 100%;}
.Product2 .Product2_bottom .Product2_bottom_left{ height: auto; padding: 15px;}
.Product2 .Product2_bottom .Product2_bottom_left .bottom_left_title .left_title_dd{ font-size: 18px; line-height: 18px; margin-bottom: 8px;}
.Product2 .Product2_bottom .Product2_bottom_left .bottom_left_title .left_title_dt{ font-size: 14px; line-height: 14px;}
.Product2 .Product2_bottom .Product2_bottom_left .bottom_left_icon img{ width: 58px;}
.Product2 .Product2_bottom .Product2_bottom_right{ margin-top: 25px;}
.Product2 .Product2_bottom .Product2_bottom_right p{ font-size: 14px; line-height: 26px;}


.Product3 .Product3_content{ display: block;}
.Product3 .Product3_content .Product3_content_left,.Product3 .Product3_content .Product3_content_right{ width: 100%;}
.Product3 .Product3_content .Product3_content_left{ margin-bottom: 15px;}
.Product3 .Product3_content .Product3_content_right .content_right_list{ width: calc(33.33% - 5px);}
.Product3 .Product3_content .Product3_content_left .content_left_title{ font-size: 16px;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list{ font-size: 14px; line-height: 22px; padding: 5px 0px;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list img{ width: 6px; top: 5px; margin-right: 10px;}

.Product3 .Product3_bottom .Product3_bottom_list{ display: block;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_left,.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right{ width: 100%; padding: 15px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_left{ height: auto;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_left img{ height: auto; max-height: 100%;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_title{ font-size: 18px; margin-bottom: 20px; padding-bottom: 10px; line-height: 18px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_title::before{ width: 50px; height: 1px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dd{ font-size: 16px; line-height: 16px; margin-bottom: 15px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li{ line-height: 22px; font-size: 14px; padding: 5px 0px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li img{ width: 6px; top: 5px; margin-right: 10px;}

.Industry .Industry_top .Industry_top_list .top_list_img img{ width: 100%; height: 245px;}
.DIndustry .BIndustry_PInformation .BIndustry_PInformation_right .PInformation_right_list img{ height: 200px;}


.banner,.banner .banner_list{ height: 460px !important;}

.Footer .Footer_right{ margin-bottom: 30px;}
.Footer .Footer_right,.Footer .Footer_right .Footer_right_bottom{ width: 100%;}
.Footer .Footer_right .Footer_right_bottom a{ margin-right: 10px;}
.Footer .Footer_right .Footer_right_bottom a img{ width: 38px;}
.Footer .Footer_left{ padding: 30px 0px; padding-bottom: 15px;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_title{ font-size: 18px; color: #333; line-height: normal; padding-bottom: 10px; margin-bottom: 15px; border-bottom: 0; padding-bottom: 0;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_title span{ display: none;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list{ font-size: 14px; color: #666; margin-bottom: 10px;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list img{ display: none;}
.Footer .Footer_left .Footer_left_cotnent .left_cotnent_txt .cotnent_txt_list a{ font-size: 14px;}



.Footer .Footer_right .Footer_right_bottom{ display: none;}
.Footer .Footer_right .Footer_right_bottom2{ display: flex; width: 100%; justify-content: flex-start;}
.Footer .Footer_right .Footer_right_bottom2 a{ width: 28px; height: 28px; margin-right: 10px;}
.Footer .Footer_right .Footer_right_bottom2 a.click_wx{ display: flex;}
.Footer .Footer_right .Footer_right_bottom2 a i{ font-size: 15px;}

.Click_Up{ position: fixed; bottom: 5px; right: 20px; font-weight: 400; color: #000; font-size: 14px; cursor: pointer; z-index: 20; text-align: center; width: 21px; display: none !important;}
.Click_Up img{ width: 5px; margin-bottom: 20px;}

.Footer .pc_all_content{ max-width: 100%;}
.MoFooter{ padding: 20px 0%; border-bottom: 0.1042vw solid #a5a5a5; display: block; position: relative;}
.MoFooter a{ font-size: 14px; color: #666; margin-bottom: 16px; display: inline-block;}
.MoFooter a:last-child{ margin-bottom: 0;}
.MoFooter .Click_Up{ display: block !important; position: absolute; opacity: 0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; opacity: 0;}
.MoFooter .Click_Up.on{ opacity: 1;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; bottom: 30px; opacity: 1;}

.Expertise .pc_all_content .Expertise_list.on::before{ height: 100%; background: rgba(0,0,0,.5);}

.IProduct .IProduct_bottom{ display: none;}
.IProduct .IProduct_bottom_mo{ display: flex; margin-bottom: 25px;}

.Manufacturing .Manufacturing_content .Manufacturing_content_list:hover .content_list_txt .list_txt_dd,.Manufacturing .Manufacturing_content .Manufacturing_content_list:hover .content_list_txt .list_txt_dt{ top: 0;}


.pc_show{ display: none;}
.mo_show{ display: block;}

.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dt p{ justify-content: center;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dt span{ opacity: 1 !important;}
.Expertise .pc_all_content .Expertise_list .Expertise_list_title .list_title_dt p{ text-align: center;}


/* 
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_txt{ background: rgba(0,0,0,.4); transition: all 0.5s ease; -webkit-transform: all 0.5s ease; }
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_txt .list_txt_title{ color: #fff; transition: all 0.5s ease; -webkit-transform: all 0.5s ease; }
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_txt .list_txt_icon span img{ opacity: 1;  transition: all 0.5s ease; -webkit-transform: all 0.5s ease; }
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_txt .list_txt_icon span img:last-child{ opacity: 0;}
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_txt .list_txt_bt{ height: 0; margin-top: 0; opacity: 0;  transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_nav{ opacity: 1; transition: all 0.5s ease; -webkit-transform: all 0.5s ease; }
.IProduct .IProduct_content .IProduct_content_list.on:hover .content_list_txt{ opacity: 0;}
.IProduct .IProduct_content .IProduct_content_list.on:hover .content_list_txt{ opacity: 1;}
.IProduct .IProduct_content .IProduct_content_list:hover .content_list_nav{ opacity: 0;} */


.Contact .AService_title{ margin-bottom: 25px;}


.IProduct .IProduct_content .IProduct_content_list .content_list_nav a{ color: #fff; border: 0;}
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a span i img{ opacity: 0; transition: all 0.5s ease; -webkit-transform: all 0.5s ease; }
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a span i img:last-child{ opacity: 1; transition: all 0.5s ease; -webkit-transform: all 0.5s ease; }
.IProduct .IProduct_content .IProduct_content_list .content_list_nav a::before{ opacity: 1; transition: all 0.5s ease; -webkit-transform: all 0.5s ease; }



.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li,.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list{ padding-left: 15px;}
.Product3 .Product3_bottom .Product3_bottom_list .bottom_list_right .list_right_txt .right_txt_list .txt_list_dt .list_dt_li img,.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list img{ top: 11px;}
.Product3 .Product3_content .Product3_content_left .content_left_txt .left_txt_list::before{ background: #fff;;}
.Product3 .Product3_bottom .BIndustry_Overview{ margin-bottom: 20px;}

.Product4{ padding-top: 0;}



    .SProduct4 .SProduct_content .SProduct_content_list img{ height: 130px; object-fit: cover;}
    .SProduct4 .swiper-button-next,.SProduct4 .swiper-button-prev{ top: 0; height: 130px; display: flex; align-items: center; margin-top: 0;}


    .Team .Team_right{ margin-bottom: 0;}
    .Team .Team_right img{ top: 0;}

    .DProduct5{ padding-bottom: 30px;}
    .DProduct5 .DProduct5_bottom{ margin: 30px 0px; margin-bottom: 0;}

    .Contact .Contact_content .Contact_content_right .content_right_list .right_list_txt a{ font-size: 13px;}
}


@media screen and (max-width:950px){



}



@media screen and (max-width:768px){
.banner .banner_list_po .list_po_content .po_content_dd{ line-height: 40px;}
.banner .banner_list_po .list_po_content .po_content_dd p{ font-size: 36px;}

}


@media screen and (max-width:600px){
.DBanner2022 .DBanner_img img{ height: 300px;}


.banner .banner_list_po .list_po_content .po_content_dd{ line-height: 34px;}
.banner .banner_list_po .list_po_content .po_content_dd p{ font-size: 26px;}


}


@media screen and (max-width:414px){
.banner,.banner .banner_list{ height: 260px !important;}

}
@media screen and (max-width:360px){


}


@media screen and (max-width:320px){

}





























