*{padding: 0px;margin: 0px;}
*, ::after, ::before { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, button, input, textarea, th, td { margin: 0; padding: 0; list-style: none;  
     font-family: 'Noto Sans SC';  font-weight: normal;}
html{ background-color:#fff; }
h3,h4,h5,h6,p{ display: block;}
img { display: block;}
li {list-style: none;}
a {text-decoration: none;  }
body,html {height: 100%;width: 100%;font-size: 10px;}
 

input{ -webkit-appearance:none; } 

 

 


 
 
/* 字体 */
@font-face {
    font-family: "Num";
    src: url("../font/Num.eot") format("eot"),
         url("../font/Num.woff") format("woff"),
         url("../font/Num.ttf") format("truetype");
}



 
.icenter { width:1500px; margin:0 auto; }

 
.more{  width: 120px; background: #fff; border: 1px solid #000; height: 42px; display: flex ; align-items: center; justify-content: center; position: relative; left: 0; transition: all .3s; font-size: 16px; font-weight: bold; color:#313e48; }
.more:hover{background:#be1e24;  border: 1px solid #be1e24; color:#fff; }







.totop{  position: fixed; z-index: 99; right: 30px; bottom: 130px; cursor: pointer; -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.12); box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.12); background: #fff; width: 46px; height: 46px; display: none; overflow: hidden; border-radius: 50%; }
.totop img{ display: block; width: 24px; margin:12px;}


.webtt{display: flex ; align-items: center; justify-content: space-between;}
.webtt .wt1{ display: block; color: #666; font-size: 42px; font-weight: bold;}
.webtt .wt2{ color: #999; font-size: 20px; margin: 20px 0;}
.webtt .wt3{ display: block; color: #666; font-size: 30px; font-weight: 300; line-height: 38px; }



 
.pchearch{position: fixed; top: 0; left: 0; width: 100%; height: 70px;  background: #fff; box-shadow: 8px 4px 18px 4px rgba(0, 0, 0, .1);  z-index: 99999;  }
.pchearch .icenter{display: flex; justify-content: space-between; align-items: center;  margin: 0 auto; }
.pchearch .logo{display: block; overflow: hidden;}
.pchearch .logo img{ display: block; width: auto; height:26px;}
.pchearch .pcnav{display: flex;  position: relative;}
.pchearch .pcnav .act{display: flex; align-items: center;}
.pchearch .pcnav .act span{position: relative; height: 70px; display: flex; align-items: center; margin: 0 16px; cursor:pointer;}
.pchearch .pcnav .act span a{display: block; color:#313e48; font-size: 18px; font-weight: bold; position: relative; height: 80px; display: flex; align-items: center;}
.pchearch .pcnav .act:hover span a{color: #be1e24;}
.pchearch .pcnav .act span:after{  content: ""; position: absolute; width: 0; height: 2px;background: #be1e24;bottom: 0; left: 0; transition: all .3s; } 
.pchearch .pcnav .act:hover span:after{width: 100%; }
 
 
.pchearch .rh{display: flex; align-items: center;}
.pchearch .rh .global{cursor:pointer;position: relative; }
.pchearch .rh .global span{display: flex; align-items: center; justify-content: center; font-size: 16px; color: #313e48; height: 70px;}
.pchearch .rh .global span img{  display: block; width: auto; height: 20px; margin: 0 5px 0 0;}
.pchearch .rh .global span i{display: block; font-size: 18px; margin: 0 0 0 5px;}
.pchearch .rh .global:hover span,.pchearch .rh .global:hover i{color: #be1e24 !important;}
.pchearch .rh .global p{display:block; position:absolute; top:70px; background:#fff; width:180px; box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);  text-align:center; opacity:0; visibility:hidden; transition: all .1s; overflow: hidden; right:0; padding:10px 0; }
.pchearch .rh .global:hover p{opacity: 1;visibility: visible;}
.pchearch .rh .global p a{display: block; color: #313e48; font-size: 14px; line-height: 20px; padding: 10px 0; position: relative;}
.pchearch .rh .global p a:after{ content: ""; position: absolute; width: 2px; height: 100%; top: 0; right: 0; background: #000; opacity: 0; }
.pchearch .rh .global p a:hover{color: #be1e24; background: #f2f2f2;}
.pchearch .rh .global p a:hover:after{opacity: 1;}

.pchearch .rh .user{width: 100px; height: 36px; display: flex ; justify-content: center; align-items: center; color: #313e48; border: 1px solid #313e48; font-size: 16px; margin: 0 0 0 30px;}
.pchearch .rh .user:hover{ color: #be1e24; border: 1px solid #be1e24; }


.nav_search .taa{cursor:pointer;  position: relative; z-index: 99; margin-right:40px;}
.nav_search .taa img{ display: block; width: auto; height:20px;}
.nav_search .searchtag{ position: fixed; width: 100%; top: 0; left: 0;height: auto;z-index: 9; padding:70px 0 50px;  display: none; }
.nav_search .searchtag:after{ content: ""; position: absolute; width: 100%; height: 100%; background: #000; top: 0; left: 0; opacity: 0.9; }
.nav_search .searchtag form{display: block; position: relative; z-index: 3; height: auto; margin: 30px auto; width: 60%;}
.nav_search .searchtag form h4{display: block; text-align: center; color: #fff; font-size: 30px; margin: 0 0 20px 0;     font-weight: 200;}
.nav_search .searchtag form input{display: block; width: 100%; height: 60px; border-radius: 2em; border: 0; text-indent: 20px; font-size: 16px; color: #313e48;}
.nav_search .searchtag form input:focus{ outline:none; }
.nav_search .searchtag form button{position: absolute; bottom: 0; right: 0; width: 60px; height: 60px; background: none; border: 0; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.nav_search .searchtag form button img{ display: block; width: 30px; }
.nav_search .taa .pic2{ display: none; filter: none; height: 24px;}
.nav_search .on .pic1{display: none;}
.nav_search .on .pic2{display: block;}
  
 
 



 
 

.footer{ background: #fff; padding: 6rem 0 0; display: block; overflow: hidden; position: relative; z-index: 3; border-top: 1px solid #eee; width:100%;  }
.footer .ftlist{display: flex; justify-content: space-between; align-items: flex-start; overflow: hidden; margin-bottom: 8rem;}
.footer .ftlist li{}
.footer .ftlist li.fb_logo span{}
.footer .ftlist li.fb_logo span a{ opacity: 1; }
.footer .ftlist li.fb_logo span a img{ width: auto; height: 26px; }
.footer .ftlist li.fb_logo dd a{ width: 48px; height:48px; border: 2px solid #282828; border-radius: 50%; display: flex ; align-items: center; justify-content: center; }
.footer .ftlist li.fb_logo dd a img{ display: block; width: auto; height: 24px; }
.footer .ftlist li.fb_logo dd a:hover{background: #be1e24; border: 2px solid #be1e24;}
.footer .ftlist li.fb_logo dd a:hover img{ filter: brightness(0) invert(1); }

.footer .ftlist li span{}
.footer .ftlist li span a{ color: #313e48; font-size: 22px; font-weight: bold; transition: all .3s; }
.footer .ftlist li dd a{color: #2f2f2f; font-size: 16px; display: block; margin:18px 0;transition: all .3s;}
.footer .ftlist li dd a:hover,.footer .ftlist li span a:hover{ color: #be1e24;  opacity: 1; }
.footer .ftbot{display: flex; justify-content: space-between; align-items: flex-start; border-top: 1px solid #eee; padding: 30px 0;}
.footer .ftbot .lf{display: flex; align-items: center; justify-content: flex-start;}
.footer .ftbot .lf span,.footer .ftbot .lf a{display: block; color: #666; font-size: 14px; margin: 0 40px 0 0;}
.footer .ftbot .lf a:hover{color: #be1e24;}
 
.ft_con_list{ display: block; overflow: hidden; padding: 30px 0; border-top: 1px solid #eee; }
.ft_con_list .icenter{  display: flex ; justify-content: space-between; align-items: flex-start;  }
.ft_con_list a{}
.ft_con_list a strong{display: block; color: #999; font-size: 14px;text-transform: uppercase;}
.ft_con_list a span{ max-width: 200px; display: block; color: #282828; font-size: 14px; } 

 
  
 


 

.mbx{display: block; overflow: hidden; padding: 20px 0; border-bottom: 1px solid #eee;}
.mbx .icenter{ display: flex ; align-items: center; }
.mbx .icenter a,.mbx .icenter i{display: block; color: #666; font-size: 14px;}
.mbx .icenter i{ color:#999; margin: 0 10px;  }
.mbx .icenter a:hover{ color:#be1e24; }
  
.webbanner{width: 100%; overflow: hidden; position: relative; margin: 70px 0 0 0; }
.webbanner:after{ content: ""; position: absolute; width: 40%; height: 100%; background: #000; top: 0; left: 0; }
.webbanner:before{  content: ""; position: absolute; width: 20%; height: 150%; background: #000; top: -50%; left: 30%; z-index: 3; transform: rotate(25deg);  }
.webbanner img{display: block; width:80%; margin: 0 0 0 20%; animation: mysacle 4s ease both; }
.webbanner .txt{position: absolute; top: 50%; left: 50%; z-index: 9; transform: translate(-50%, -50%);}
.webbanner .txt strong{display: block; font-size: 56px; line-height: 56px; color: #fff;   }
.webbanner .txt strong:after{  content: ""; display: block; width: 100px; height: 4px; background: #be1e24; margin:36px 0; }
.webbanner .txt span{display: block; color: #fff; font-size: 20px; font-weight: 300; width:40%; }
@keyframes mysacle {0% {transform: scale(1.15);}}


.page_tab_tt{ display: flex ; justify-content: center; margin: 60px auto; }
.page_tab_tt a{ color: #313e48; display: block; font-size: 18px; border: 1px solid #313e48; border-radius: 3em; padding:10px 36px; margin: 0 10px; }
.page_tab_tt a.active,.page_tab_tt a:hover{ background: #313e48; color: #fff; }

 

.web_bottom_contact{ background: #666; margin: 80px auto; position: relative; overflow: hidden; display: flex ; justify-content: space-between;background: url(/style/img/web_bottom_contact_bg.jpg); background-size: cover;  }
.web_bottom_contact .lf{display: block; width:58%; padding:50px; position: relative; }
.web_bottom_contact .lf:after{ content: ""; position: absolute; width: 80%; height: 100%; background: #000; top: 0; left: 0;}
.web_bottom_contact .lf:before{ content: ""; position: absolute; width: 50%; height: 120%; background: #000; top: -30%; left: 50%; transform: rotate(25deg); }
.web_bottom_contact .lf dd{display: block; overflow: hidden; margin: 0 0 40px 0; position: relative; z-index: 3;}
.web_bottom_contact .lf dd h3{ display: block; color: #fff; font-size: 26px; margin-bottom:12px;  }
.web_bottom_contact .lf dd h4{ display: block; color: #fff; font-size: 50px;  line-height: 70px; }
.web_bottom_contact .lf dd h5{ display: block; color: #999; font-size: 14px; }
.web_bottom_contact .lf dt{ display: block; overflow: hidden; border-top: 1px solid #333; padding:30px 0 0; width: 80%; position: relative; z-index: 3; }
.web_bottom_contact .lf dt a{display: block; overflow: hidden; margin: 0 0 20px 0;}
.web_bottom_contact .lf dt a strong{color: #666; font-size: 16px; line-height: 16px; font-weight: normal; }
.web_bottom_contact .lf dt a span{display: block; color: #fff; font-size: 20px;}

.web_bottom_contact .rh{ display: block; width: 40%; padding: 50px; display: flex ; align-items: center; }
.web_bottom_contact .rh dd{}
.web_bottom_contact .rh dd span{ color: #c21924; display: block; font-size: 24px; text-align: right; }
.web_bottom_contact .rh dd font{ display: block; color: #fff; font-size: 36px; text-align: right; line-height: 42px;  }


.support4form{ display: block; overflow: hidden; padding: 80px 0; }
.support4form h3{ color: #313e48; text-align: center; font-size: 36px; ;font-weight:bold; margin: 0 0 50px 0; }



.wpcf7{  }
.wpcf7 .fmtwo{display: block; overflow: hidden;}
.wpcf7 .fmtwo dd{display: block; overflow: hidden; float: left; width: 49%; margin: 0 2% 2% 0;}
.wpcf7 .fmtwo dd:nth-child(2n){ margin-right:0; }
.wpcf7 .one dd{ width: 100%; margin: 0; }
.wpcf7 .fmtwo dd input,.wpcf7 .fmtwo dd textarea,.wpcf7 .fmtwo dd select{display: block; width: 100%; height: 50px; line-height: 50px; color: #333; font-size: 18px; padding-left: 20px; border:0; margin-top: 5px; border: 1px solid #ddd; box-sizing: border-box; }
.wpcf7 .fmtwo dd textarea{ height: 180px;}
.wpcf7 .fmtwo dd font{display: block; color: #000; font-size: 18px;  }
.wpcf7 .fmtwo dd span{position: relative;    display: block;}
.wpcf7 .fmtwo dd span span{position: absolute; top: 0; right: 20px; color: #f00; line-height: 46px; font-size: 14px;}
.wpcf7 .wpcf7-submit,.wpcf7 .wpcf7-submit:hover{background-image: linear-gradient(90deg, #ff0015, #ca2533); display: block; border: 0; color: #fff;    font-size: 16px;  width: 180px; text-align: center; height: 46px; margin: 30px auto; border-radius: 0; cursor: pointer;font-weight: bold;}
.screen-reader-response{ display: none; }
.wpcf7-response-output,.wpcf7-validation-errors{display: block; text-align: center; color: #e01526; font-size: 18px;}
 
.wpcf7 .cp dd{ width:100%; margin-right: 0; }  
.wpcf7 .cp dd font{ display: block; color: #333; font-size: 20px; margin-bottom: 10px;  }
.wpcf7 .cp dd dl{  display: block; border:0; overflow: hidden; box-sizing: border-box; position: relative; padding:0 0 20px;}  
.wpcf7 .cp dd dl span{ cursor:pointer;}
.wpcf7 .cp dd dl span span{ float: left; position: relative; top: auto; right: auto; margin-right:20px; cursor:pointer; }
.wpcf7 .cp dd dl span .wpcf7-not-valid-tip{position: absolute; top: 0; right: 20px; margin: 0; line-height: inherit; }
.wpcf7 .cp dd dl span span input{ display:block; width:100%; position:absolute; height:100%; top:0; left:0; margin:0; padding:0; opacity:0; z-index:3;cursor:pointer; }
.wpcf7 .cp dd dl span span .wpcf7-list-item-label{color: #666; font-size: 16px; float: left; margin: 0; font-weight: bold; line-height: 24px;padding:5px 6px; border: 1px solid #ddd; border-radius: 2em; display: block;width:240px;text-align: center; }

.wpcf7 .cp dd dl span span input:checked + .wpcf7-list-item-label:after{content: ''; }
.wpcf7 .cp dd dl span span input:checked + .wpcf7-list-item-label{ color: #ff0015; border: 1px solid #ff0015;}    
.wpcf7 .cp dd dl span span:nth-child(4){ width: 100%; height: 0; overflow: hidden; display: block; margin: 10px 0; }
.wpcf7 .serviceform{display: block; overflow: hidden; margin: 0 0 0 0;}
.wpcf7 .fmtwo dd i{display: block; font-style: inherit; font-size: 14px; margin-top: 3px; color: #333;}
.wpcf7 .wpcf7-response-output,.wpcf7 .wpcf7-validation-errors{margin: 0; padding: 0; border: 0;}
.wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-acceptance-missing{margin: 0; padding: 0; border: 0;}


.yzm2025{ display: block; overflow: hidden; margin-top: 20px; }
.yzm2025 .t1{ display: flex ; align-items: center; margin-bottom: 10px; font-weight: normal; font-size: 18px; }
.yzm2025 .t1 img{ margin: 0 0 0 5px; }
.yzm2025  .wpcf7-form-control-wrap{    position: relative; width: 100%; max-width: 360px; display: block; overflow: hidden; }
.yzm2025  .wpcf7-form-control-wrap input{display: block; color: #333; border: 1px solid #ddd;  height: 50px; line-height: 50px; width: 100%; padding-left: 20px;}
.yzm2025  .wpcf7-form-control-wrap span{ position: absolute; top: 0; right: 20px; color: #f00; line-height: 46px; font-size: 14px;}

.wpcf7 input:focus{ outline:none; }
 

.support3_a{ display: flex ; justify-content: space-between; align-items: flex-start; padding: 80px 0;  }
.support3_a .lf{width: 50%; overflow: hidden;}
.support3_a .lf strong{ color: #313e48; font-size: 36px; font-weight: bold; margin: 0 0 30px 0; display: block; }
.support3_a .lf p{ color: #313e48; font-size: 18px; }
.support3_a .rh{width: 45%; overflow: hidden; border-radius: 10px; }
.support3_a .rh img{ display: block; width: 100%; }

.productsecurity_list dl{ box-shadow: 3px 1px 20px 3px rgba(0, 0, 0, 0.1); display: block; overflow: hidden; border-radius: 10px; padding: 40px; margin: 0 0 80px; }
.productsecurity_list dl strong{ display: block; color: #313e48;  font-size:36px; line-height: 40px;  margin: 0 0 20px 0;}
.productsecurity_list dl p{display: block; font-size: 18px; color:#666;  line-height: 30px;}
.productsecurity_list dl p a{ color:#e01627; }
.productsecurity_list dl p span{ font-size: 16px; line-height: 16px; display: block;  }
 
.support2_c1{ padding: 80px 0; display: block; }
.support2_c1 h3{ color: #313e48; text-align: center; font-size: 36px; font-weight: bold; margin: 0 0 50px 0; }
.support2_c1 dl{ display: grid ; grid-template-columns: repeat(3, 1fr); grid-gap: 0 30px; }
.support2_c1 dl a{ background: #fff; box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, .1); display: block; padding: 40px; margin: 0 0 30px 0; border-radius: 8px; }
.support2_c1 dl a strong{ display: block; color: #999; font-size: 20px; font-weight: normal; text-transform: uppercase; }
.support2_c1 dl a span{ display: block; color: #282828; font-size: 16px; margin: 5px 0 0 0;  }

.support2_c2{ padding: 80px 0; display: block; }
.support2_c2 h3{ color: #313e48; text-align: center; font-size: 36px; font-weight: bold; margin: 0 0 20px 0;}
.support2_c2 h4{ color: #313e48; text-align: center; display: block; font-size: 18px; margin: 0 auto 50px; width: 80%; }
 

.about_w1{padding: 80px 0;}
.about_w1 h3{ color: #313e48;  font-size: 36px;     line-height: 40px; font-weight: bold; margin: 0 0 30px 0;}
.about_w1 h4{display: block; font-size: 18px; color: #666; line-height: 26px;}
 

.about_w3{ padding: 80px 0; }
.about_w3 h3,.about_w2 h3{ color: #313e48; font-size: 36px; font-weight: bold; margin: 0 auto 50px;}
.about_w3 .cul07Swiper{ width: 99%; margin: 0 auto; overflow: hidden; position: relative; padding: 20px;}
.about_w3 .cul07Swiper .swiper-slide{ background: #fff; box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .05); padding: 40px; border-radius: 6px; }
.about_w3 .cul07Swiper .swiper-slide p{}
.about_w3 .cul07Swiper .swiper-slide p strong{ display: block; color: #313e48; font-size: 36px; font-weight: normal; position: relative; }
.about_w3 .cul07Swiper .swiper-slide p strong:after{ content: ""; display: block; width: 80px; height: 4px; background: #313e48; margin: 20px 0; }
.about_w3 .cul07Swiper .swiper-slide p span{ display: block; color: #313e48; font-size: 16px; min-height: 360px; }

body .pagination_api{ display: flex ; justify-content: center; margin: 30px 0 0; }
body .pagination_api span{ width: 12px; height: 12px; background: #ddd; opacity: 1;}
body .pagination_api .swiper-pagination-bullet-active{background: #be1e24;}


.about_w2{padding: 80px 0 0;}
.about_w2 ul{}
.about_w2 ul li{ background: #fff; box-shadow:0px 0px 6px 2px rgba(0, 0, 0, .1);  margin: 0 0 24px 0; border-radius: 4px; cursor:pointer;  }
.about_w2 ul li .teamaa{  display: flex ; justify-content: flex-start; align-items: center; position: relative; padding:26px;  }
.about_w2 ul li .teamaa strong{ font-size: 20px;  width: 20%; }
.about_w2 ul li .teamaa span{ display: block; color: #666; font-size: 18px; width: 40%; }
.about_w2 ul li .teamaa img{ position: absolute; top:20px; right:15px; transform: rotate(90deg); transition: all .6s; border: 1px solid #ddd; padding: 10px; border-radius: 50%; height: 40px; }
.about_w2 ul li .teambb{  font-size: 16px; color: #333; margin: 20px 0; padding: 0 5% 0 20%; line-height: 30px; display: none; border-top: 1px solid #eee; padding-top: 20px; margin-left: 13px; }
.about_w2 ul li .teamaa.on img{ transform: rotate(180deg);  }
.about_w2 ul li .teamaa.on strong,.about_w2 ul li .teamaa.on span{ color:#be1e24;  }

.webtt{}
.webtt dd{}
.webtt dd span,.webtt dd font{ color: #fff; font-size: 36px; font-weight: bold; margin-right: 20px;}
.webtt dd font{ color:#be1e24; }
.webtt dd:after{ content:"";  display: block; width: 80px; height: 4px; background: #be1e24; margin: 10px 0 0 0; }

.about_tech{ background: url(/style/img/about_tech_bg.jpg); background-size: cover; padding: 80px 0 100px; position: relative; }
.about_tech .list{ display: grid ; grid-template-columns: repeat(4, 1fr); grid-gap: 0 30px; margin-top: 50px;  }
.about_tech .list dl{ display: block; overflow: hidden; padding: 50px; background: rgba(255, 255, 255, .04); border-radius: 10px;  }
.about_tech .list dl strong{display: block; position: relative; font-size: 26px; color: #fff; font-weight: normal; height: 140px; }
.about_tech .list dl strong:after{ content:"";background: #be1e24;display:block; width:60px; height:2px;  transition:all .6s; position:absolute; bottom:30px; left:0;}
.about_tech .list dl:hover strong{ color: #be1e24; }
.about_tech .list dl:hover strong:after{ width:100%; }
.about_tech .list dl p{ display: block; color: #999; font-size: 16px; margin: 0; height: 240px; }
.about_tech .list dl:hover p{ color: #ddd; }
.about_tech .list dl i{}
.about_tech .list dl i img{filter: grayscale(1) brightness(30);}
.about_tech .list dl:hover{ background: rgba(255, 255, 255, .06);}
 


.newslist{ margin: 0 auto 50px; display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 40px; }
.newslist a{ display: block; overflow: hidden; padding: 50px;     box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, .08); margin: 0 0 40px 0; background: linear-gradient(0deg, #f0f3f5  0%, #fff 100%); position: relative; border-radius: 6px; }
.newslist a p{}
.newslist a p strong{ color: #313e48; display: block; font-size: 24px; line-height:30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.newslist a p font{ color: #666; font-size: 16px; margin: 30px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.newslist a span{color: #333; font-size: 16px; border-top: 1px solid #eee; display: block; padding: 20px 0 0;}

.newslisttop{ display: block; }
.newslisttop a p strong{    font-size: 32px;}

.newslist a:hover p strong{ color:#be1e24; }


.newslisttop a{   }
.newslisttop a p strong{font-size: 32px; display: block; -webkit-line-clamp: initial; -webkit-box-orient: initial; line-height: 40px;}
.newslisttop a p font{ display: block; -webkit-line-clamp: initial; -webkit-box-orient: initial;  }


.about3_job_tt{ padding: 80px 0; display: block; }
.about3_job_tt h3{text-transform: uppercase; font-weight: bold; font-size: 46px; line-height: 52px; color: #313e48;}
.about3_job_tt h4{color: #313e48; font-size: 28px; margin: 30px 0; font-weight: bold;}
.about3_job_tt h5{color: #313e48; font-size: 18px; line-height: 24px;}
 

 
.job2{overflow: inherit; min-height: 800px; padding:80px 0;}
.job2 .navtt{display: block; float: left; width: 20%;min-height: 800px;}
.job2 .navtt dd{display: block; overflow: hidden; margin: 30px 0;}
.job2 .navtt .allweb{ display: block; width: 180px; height: 46px; background: #f5f5f5; text-align: center; line-height: 46px; font-size: 16px; color: #313e48;  }
.job2 .navtt .allweb:hover{background: #be1e24; color:#fff; }
.job2 .navtt dd:nth-child(1){margin-top:0;}
.job2 .navtt dd strong{display: block; color: #313e48; font-size: 24px; margin-bottom: 10px;     border-bottom: 1px solid #000; }
.job2 .navtt dd .sl a{display: block; color: #666; font-size: 18px; position: relative; margin: 16px 0; padding-left: 26px; cursor:pointer;}
.job2 .navtt dd .sl a:after{  content: ""; width:14px; display: block; height: 14px; border: 1px solid #ddd; position: absolute; top: 5px; left: 0;     -webkit-box-sizing: initial;}
.job2 .navtt dd .sl .active,.job2 .navtt dd .sl a:hover{ color:#be1e24; }
.job2 .navtt dd .sl .active:after{border: 1px solid #be1e24; background: #be1e24;}
.job2 .navtt form{position: relative;}
.job2 .navtt form .fa{display: block; position: absolute; top: 50%; border: 0; color: #be1e24; background: none; right: 0; transform: translate(0%, -50%); font-size: 24px; font-weight: 100; font-family: FontAwesome !important;     padding: 0 20px; }
.job2 .navtt form .fa img{display: block; width: auto; height: 26px;}
.job2 .navtt form input{display: block; border: 0; height:50px; width:100%; box-sizing: border-box; padding-left: 20px; color: #313e48; margin-bottom: 50px; font-size: 16px; border: 1px solid #000; border-radius: 3em;}
.job2 .navtt form input:focus{ outline:none; }

.job2 .jq22{display: block; float: right; width: 76%;margin-bottom: 100px;}
.job2 .jq22 input{display: block; border: 0; height:60px; box-shadow: 0px 1px 12px 0 rgba(0, 0, 0, 0.15); width:100%; box-sizing: border-box; padding-left: 20px; color: #313e48; margin-bottom: 50px; font-size: 16px;}
.job2 .jq22 .nodata {display: block; text-align: center; color: #666; min-height: 380px; font-size: 16px; }

 


.joblist{      min-height: 300px;   position: inherit;   padding-bottom: 100px;}
.joblist li{display: block; float: left; cursor:pointer;  width: 49%; box-shadow: 0px 1px 12px 0 rgba(0, 0, 0, 0.15); background: #fff; margin-bottom: 30px; border-radius:6px; }
.joblist li:nth-child(2n){ float: right; }
.joblist li a{display: block; overflow: hidden; padding: 30px;}
.joblist li a h3{display: block; color: #313e48; font-weight: bold; font-size: 24px; display: flex; padding: 0;margin: 0;}
.joblist li a h3 img{display: block; width: auto; height: 29px; margin-left: 10px;}
.joblist li a dd{display: block; overflow: hidden; margin:40px 0;}
.joblist li a dd p{display: block; float: left; margin-right: 60px; padding-right: 60px; border-right: 1px solid #ddd;}
.joblist li a dd p:last-child{ padding-right:0; border:0; margin-right: 0;}
.joblist li a dd p span{display: block; font-size: 18px; color:#313e48; font-weight: bold; }
.joblist li a dd p font{display: block; color: #999; font-size: 14px;}
.joblist li a:hover h3{ color:#be1e24; } 
.joblist li .more{width: 100px; background: #fff; border: 1px solid #313e48; height: 42px; display: flex ; align-items: center; justify-content: center; position: relative; left: 0; transition: all .3s; font-size: 16px; font-weight: bold; padding: 0; color: #313e48; }
.joblist li:hover .more{ background:#be1e24;  border: 1px solid #be1e24; color:#fff;  }

.bb,.jb_close{ display:none;}

.joblist li .bb{position:fixed; top:100px; width:80%; height:calc(100% - 200px); z-index:123456789; background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15); left:10%;}
.joblist li .bb .xc{ display: block; overflow-y: scroll; padding: 50px; cursor: initial; height: calc(100% - 100px);background: #fff; }
.joblist li .bb h3{background: #be1e24; color: #fff; padding: 0 0 0 50px; font-size: 30px; height: 70px; display: flex; align-items: center;font-weight: bold; }
.joblist li .bb h3 img{filter: grayscale(1000) brightness(1000); display: block; width: auto; height: 30px; margin-left: 20px;}
.joblist li .bb .xc dd{display: block; overflow: hidden; margin: 0 0 50px; }
.joblist li .bb .xc dd p{display: block; float: left; padding: 0; margin: 0; margin-right: 60px; padding-right: 60px; border-right: 1px solid #ddd;}
.joblist li .bb .xc dd p:last-child{ padding-right:0; border:0;    margin-right: 0;}
.joblist li .bb .xc dd p span{display: block; font-size: 18px; color: #313e48; font-weight: bold; }
.joblist li .bb .xc dd p font{display: block; color: #999; font-size: 16px;}
.joblist li .bb .xc dl{ display: block; overflow: hidden; }
.joblist li .bb .xc dl dt{display: block; overflow: hidden; margin-bottom: 50px;}
.joblist li .bb .xc dl dt strong{display: block; font-size: 20px; color: #313e48; margin-bottom: 10px;}
.joblist li .bb .xc dl dt p{display: block; color: #666; font-size: 16px;line-height: 30px;}
.joblist li .bb .xc dl .jb_email{padding: 0; border-top: 1px solid #ddd; padding-top: 30px;}
.joblist li .bb .xc dl .jb_email i{display: block; width: 36px; height: 36px; background: #be1e24; overflow: hidden; border-radius: 50%; float: left; margin-right: 10px;}
.joblist li .bb .xc dl .jb_email i img{filter: grayscale(1) brightness(5); -webkit-filter: grayscale(1) brightness(10); display: block; width: auto; height: 20px; margin: 8px;}
.joblist li .bb .xc dl .jb_email span{float: left; width: calc(100% - 50px); color: #313e48; font-size: 16px; margin: 5px 0 0 0;}
.joblist li .bb .xc dl .jb_email span a{display: inline-block; padding: 0; color: #313e48; vertical-align: top;     border-bottom: 1px solid #ccc; }
.joblist li .bb .xc dl .jb_email span a:hover{color: #be1e24;      border-bottom: 1px solid #be1e24;}


.joblist_on .jb_close{display: block;}
.joblist_on .a_close{position:fixed;top:115px; filter:grayscale(1) brightness(5);-webkit-filter:grayscale(1) brightness(10); display:block; width:auto; height: 36px; left: 80%; z-index: 99999999999; cursor: pointer; margin-left: 130px; } 
.joblist_on .b_close{position: fixed; top: 0px; height: 100%; width: 100%; left: 0px; background: rgb(0, 0, 0); opacity: 0.5; z-index: 123456788; cursor: pointer;}



 
.job2show{}
.job2show .jobshow{width: 100%; float: none;}
.jobshow .joblist{min-height: auto; padding-bottom: 0;}
.jobshow .joblist li{width: 100%; float: none; cursor: inherit;}
.jobshow .joblist li .bb{ position: relative; width: 100%; top: auto; left: auto; display: block; z-index: 1; height: auto; }
.jobshow .joblist li .bb .xc{ height: auto; overflow: hidden;}
 



.ssd_controllers_protable{ background: #f6f6f6; padding: 80px 0; display: block; overflow: hidden; }
.ssd_controllers_protable .icenter{}
.ssd_controllers_protable .icenter h3{ color: #313e48; font-size: 36px; font-weight: bold; margin: 0 auto 30px;}
.ssd_controllers_protable .icenter .protables{}
.ssd_controllers_protable .icenter .protables li{ display: flex ; justify-content: space-between; }
.ssd_controllers_protable .icenter .protables li span{ color: #313e48; font-size: 16px; width: 10%; display: block; padding:20px 16px;     text-align: center; }
.ssd_controllers_protable .icenter .protables li span:nth-child(3){ width:15%;}
.ssd_controllers_protable .icenter .protables li span:nth-child(4),.ssd_controllers_protable .icenter .protables li span:nth-child(5){ width:15%; }
.ssd_controllers_protable .icenter .protables li.taa{ background: #313e48; }
.ssd_controllers_protable .icenter .protables li.taa span{ color:#fff; font-weight: bold; }
.ssd_controllers_protable .icenter .protables li:nth-child(2n){  background: #fff; }
.ssd_controllers_protable .icenter .protables li span a{display: block; padding: 0 0 0 0; transition: all .3s;}
.ssd_controllers_protable .icenter .protables li span a img{ display: block; width: auto; height: 20px; margin: 0 auto;  }
.ssd_controllers_protable .icenter .protables li span a:hover{  padding: 0 0 0 10px; }
.ssd_controllers_protable .icenter .protables li:hover span{ color:#be1e24; }
.ssd_controllers_protable .icenter .protables li.taa:hover span{  color: #fff;} 

.pro_bot_bar{margin: 80px auto; display: block;}	
.pro_bot_bar h3{color: #313e48; font-size: 36px; font-weight: bold; margin: 0 auto 30px;}
.pro_bot_bar .ict{ display: flex ; justify-content: space-between; }
.pro_bot_bar .probar_taa{display: block; width: 30%;}
.pro_bot_bar .probar_taa a{ display:block; background: #f6f6f6; font-size:22px; color: #313e48; padding:26px; border-bottom:1px solid #cfd1d3; position: relative; }
.pro_bot_bar .probar_taa a:last-child{ border:0;}
.pro_bot_bar .probar_taa .active{ color: #be1e24; border-bottom: 1px solid #be1e24;  }
.pro_bot_bar .probar_taa .active:after{   content:""; display:inline-block; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 16px solid #f6f6f6;  vertical-align: middle; position: absolute; right: -10px; z-index: -1; }
.pro_bot_bar .probar_tbb{ display: block; width: 70%; border: 1px solid #f6f6f6; padding: 0 50px;}
.pro_bot_bar .probar_tbb dl{ display: none; }
.pro_bot_bar .probar_tbb dl:nth-child(1){ display: block; }
.pro_bot_bar .probar_tbb dl dd{display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 40px;}
.pro_bot_bar .probar_tbb dl dd a{ display: block; color: #666; border-bottom: 1px solid #eee; font-size: 20px; padding:20px; margin: 0 0 0 0; }
.pro_bot_bar .probar_tbb dl dd a:hover{  color: #be1e24; border-bottom: 1px solid #be1e24; }

.webtext_icenter{ padding: 60px 60px;}
.webtext_icenter h3{ text-align: center; color: #313e48; font-size: 36px; font-weight: bold; margin: 0 0 30px 0; line-height: 40px; }
.webtext_icenter h4{ text-align: center; color: #313e48; font-size: 18px; }

.ssd_controllers_protable_pic{ padding: 0 0 80px 0; } 
.s_c_p_p_code{display: block; overflow: hidden; padding: 30px; border: 1px solid #eee; margin: 60px 0;  position: relative; }
.s_c_p_p_code:after{  content: ""; background: #f7f7f7; position: absolute; width: 100%; height: 100%; top: 100%; left: 0; z-index: 0; transition: all .3s; }
.s_c_p_p_code:hover:after { top: 0;  }
.s_c_p_p_code .pro_a{ display: flex ; justify-content: space-between; border-bottom: 2px solid #313e48; margin-bottom: 20px; padding-bottom: 20px;   position: relative; z-index:3;  }
.s_c_p_p_code .pro_a .lf{ width: calc(100% - 150px); }
.s_c_p_p_code .pro_a .lf h3{ color: #be1e24; font-size: 46px; font-weight: bold; margin: 0 0 20px 0; }
.s_c_p_p_code .pro_a .lf dd{ display: grid ; grid-template-columns: repeat(5, 1fr); grid-gap: 0 40px; }
.s_c_p_p_code .pro_a .lf dd p{ border-right: 1px solid #ddd;}
.s_c_p_p_code .pro_a .lf dd p strong{ color: #313e48; font-size: 20px; display: block; }
.s_c_p_p_code .pro_a .lf dd p span{ display: block; color: #999; font-size: 14px; }
.s_c_p_p_code .pro_a .rh{ display: block; width: 120px; overflow: hidden;}
.s_c_p_p_code .pro_a .rh img{ display: block; width: 100%; }
.s_c_p_p_code .pro_b{ margin: 20px 0; display: grid ; grid-template-columns: repeat(4, 1fr); grid-gap: 0 40px;  position: relative; z-index:3; }
.s_c_p_p_code .pro_b p{ background: #f5f5f5; padding:20px 50px; position: relative; border-left: 2px solid #313e48; }
.s_c_p_p_code .pro_b p strong{ color: #313e48; display: block; font-size: 20px; }
.s_c_p_p_code .pro_b p span{display: block; color: #666; font-size: 14px;}
.s_c_p_p_code .pro_c{ display: block; color: #666; font-size: 16px;  position: relative; z-index:3;  }

 

.pro_ssd_prolist_toa{margin: 80px auto; border: 1px solid #eee; padding: 40px; display: flex ; justify-content: space-between; position: relative; overflow: hidden; }
.pro_ssd_prolist_toa:after{  content: ""; background: #f7f7f7; position: absolute; width: 100%; height: 100%; top: 100%; left: 0; z-index: 0; transition: all .3s;  }
.pro_ssd_prolist_toa:hover:after{top:0;}
.pro_ssd_prolist_toa .lf{display: block; width: 28%; overflow: hidden; position: relative; z-index:3;}
.pro_ssd_prolist_toa .lf strong{color: #be1e24; display: block; font-size: 46px;}
.pro_ssd_prolist_toa .lf i{ display: block;   overflow: hidden;}
.pro_ssd_prolist_toa .lf i img{display: block; width: 100%;}
.pro_ssd_prolist_toa .lf .more{color: #313e48; margin: 20px auto;}
.pro_ssd_prolist_toa:hover .lf .more{ color: #fff;  border: 1px solid #be1e24; background:#be1e24;  }
.pro_ssd_prolist_toa .ce{  display: block; width: 46%; overflow: hidden; border-left: 1px solid #eee; border-right: 1px solid #eee; padding: 0 3%; position: relative; z-index:3; }
.pro_ssd_prolist_toa .ce dd{display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 20px; border-bottom: 1px solid #eee; padding-bottom: 30px;}
.pro_ssd_prolist_toa .ce dd p{ display: block; margin: 0 0 26px 0; }
.pro_ssd_prolist_toa .ce dd p strong{ color: #313e48; display: block; font-size: 20px; }
.pro_ssd_prolist_toa .ce dd p span{display: block; color: #999; font-size: 14px;}
.pro_ssd_prolist_toa .ce dt{ display: block; color: #666; font-size: 16px; margin: 20px 0 0 0; }
.pro_ssd_prolist_toa .rh{display: block; width:18%; overflow: hidden; position: relative; z-index:3; }
.pro_ssd_prolist_toa .rh strong{ color: #313e48; font-size: 26px; font-weight: bold; margin: 0 auto 30px; display: block; }
.pro_ssd_prolist_toa .rh dd{ display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 20px; }
.pro_ssd_prolist_toa .rh dd p{ background: #ececec; padding:20px 0; margin:0 0 20px 0; }
.pro_ssd_prolist_toa .rh dd p img{ display: block; width: auto; height:50px; margin: 0 auto; }
.pro_ssd_prolist_toa .rh dd p span{font-size: 14px;    line-height: 16px; color: #be1e24; text-align: center; display: block; font-weight: bold; margin: 5px auto 0; width: 94%;}

.pro_ssd_tables_taa{ display: flex ; justify-content: center; border-bottom: 1px solid #eee; margin: 80px 0;}
.pro_ssd_tables_taa a{display: block; color: #666; font-size: 28px; padding: 20px 100px; border-bottom: 3px solid #ececec; position: relative; font-weight: bold;  }
.pro_ssd_tables_taa a:after{ content: ""; display: inline-block; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 8px solid #ececec; vertical-align: middle; position: absolute; left: 50%; z-index: -1; transform: rotate(90deg); bottom: 0; margin-left: -4px; }
.pro_ssd_tables_taa .active,.pro_ssd_tables_taa a:hover{ color: #be1e24; border-bottom: 3px solid #be1e24; }
.pro_ssd_tables_taa .active:after,.pro_ssd_tables_taa a:hover:after{  border-right: 8px solid #be1e24; ver }

.pro_ssd_tables_tbb{}
.pro_ssd_tables_tbb dl{  display: none ;  }
.pro_ssd_tables_tbb dl:nth-child(1){ display: block;}
 
.ssdproductshow_tables{}
.ssdproductshow_tables h3{color: #313e48; font-size: 36px; font-weight: bold; margin: 0 0 30px 0; line-height: 40px;}
 
 
.ssdproductshow_Key_Features{ padding: 80px 0;     margin: 80px 0;  background: #f5f5f5; }
.ssdproductshow_Key_Features .icenter{}
.ssdproductshow_Key_Features h3{color: #313e48; font-size: 36px; font-weight: bold; margin: 0 0 30px 0; line-height: 40px;}
.ssdproductshow_Key_Features dl{ display: grid ; grid-template-columns: repeat(4, 1fr); grid-gap: 0 30px; }
.ssdproductshow_Key_Features dl dd{background: #fff; box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .1); padding: 30px; border-radius: 4px;}
.ssdproductshow_Key_Features dl dd strong{ color: #313e48; font-size: 20px; display: block; border-bottom: 1px solid #ddd; height: 80px; margin: 0 0 30px 0; padding-bottom: 30px; line-height: 30px; }
.ssdproductshow_Key_Features dl dd span{ color: #313e48; font-size: 18px; display: block; }

.ssdproduct_tt{}
.ssdproduct_tt h3{ color: #be1e24; text-align: center; font-size: 46px; font-weight: bold; }
.ssdproduct_tt h4{ display: block; text-align: center; color: #666; font-size: 24px; margin: 24px 0; }
.ssdproduct_tt h5{ color: #313e48; text-align: center; display: block; font-size: 26px; font-weight: bold; }
.ssdproduct_tt h6{text-align: center; color: #313e48; font-size: 24px; margin: 30px 0;}
.ssdproduct_tt img{ display: block; width: auto; max-width: 600px; margin: 0 auto; }


.ssdproduct_textt{  margin: 80px auto;  display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 40px; }
.ssdproduct_textt dd{ background: #fff; box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .1); padding: 30px; border-radius: 6px;  }
.ssdproduct_textt dd strong{ color: #313e48; display: block; border-bottom: 1px solid #ddd; font-size: 28px; font-weight: normal; margin: 0 0 20px 0; padding-bottom: 10px; }
.ssdproduct_textt dd p{ color: #313e48; display: block; font-size: 16px; }

 

 

.dow_lt{margin: 100px auto; overflow: initial;} 
.dow_lt .ict{display: block; overflow: initial; margin: 50px 0; padding: 0;  display: flex ; justify-content: space-between;}
.dow_lt .ict .lf{display: block; overflow: hidden; float: left; width:20%;}
.dow_lt .ict .lf dl{ display: block; overflow: hidden; border-radius:4px; background: #f5f5f5; padding: 30px 0; margin: 0 0 30px 0;  }
.dow_lt .ict .lf dl h4{ display: block; overflow: hidden; margin: 0 0 0 0; padding:0 20px 0 20px; border-bottom: 0 solid #ddd; position: relative;  }
.dow_lt .ict .lf dl h4 a{margin:0; padding:0; font-size:24px; color: #333; display:flex ; justify-content:space-between; align-items:center; line-height:26px; font-weight: bold; }
.dow_lt .ict .lf dl h4 a .fa{font-size: 30px; vertical-align: text-bottom; }
.dow_lt .ict .lf dl h4:after{  content: ""; position: absolute; width: 2px; height: 80%; background: #333; top: 10%; left: 0;  }
.dow_lt .ict .lf dl .info{display: block; overflow: hidden; padding: 0 20px;}
.dow_lt .ict .lf dl .info a{ display: block; color: #333; font-size: 18px; margin: 0 0 15px 0; font-weight: bold; }
.dow_lt .ict .lf .active h4,.dow_lt .ict .lf dl h4{  margin: 0 0 20px 0; border-bottom: 1px solid #ddd;  padding:20px;  }
.dow_lt .ict .lf .active h4 a,.dow_lt .ict .lf dl .info .active,.dow_lt .ict .lf dl h4 a:hover,.dow_lt .ict .lf dl .info a:hover{ color: #be1e24;}
.dow_lt .ict .lf dl h4 a:focus,.dow_lt .ict .lf dl .info a:focus{ outline:none; }

.dow_lt .ict .rh{ width: 74%; }
.dow_lt .ict .rh .nst{display: block; position: relative;}
.dow_lt .ict .rh .nst input{ height: 52px; background: #fff; box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1); display: block; border: 0; padding: 20px; font-size: 16px; color: #333; width: 100%; }
.dow_lt .ict .rh .nst .btnsubmit{ position: absolute; top: 0; right: 0; width: 50px; height: 50px; display: flex ; justify-content: center; align-items: center; border: 0; background: none; cursor: pointer; }
.dow_lt .ict .rh .nst .btnsubmit img{display: block; width: auto; height: 20px;}
.dow_lt .ict .rh .ul_list{ min-height: 600px; }
.dow_lt .ict .rh .ul_list li{ border-bottom: 1px solid #eee; padding: 36px 0; }
.dow_lt .ict .rh .ul_list li:hover{ border-bottom: 1px solid #be1e24; }
.dow_lt .ict .rh .ul_list li a{ display: flex ; justify-content: space-between; align-items: center;}
.dow_lt .ict .rh .ul_list li a dd{}
.dow_lt .ict .rh .ul_list li a dd strong{ color: #313e48; display: block; font-size: 28px; margin: 0 0 6px 0; }
.dow_lt .ict .rh .ul_list li a:hover dd strong{ color:#be1e24;  }
.dow_lt .ict .rh .ul_list li a dd span{ display: block; color: #333; font-size: 16px; }
.dow_lt .ict .rh .ul_list li a dt{}
.dow_lt .ict .rh .ul_list li a dt img{display: block; width: auto; height: 26px;}

*:focus{ outline:none; }

 
.mbx2{margin-top:70px; }
.news_tt{  border-bottom: 1px solid #eee; padding: 40px 0; margin: 0 auto 40px; }
.news_tt h3{ color: #313e48; font-size: 18px;}
.news_tt h4{ color: #313e48; font-size: 36px; font-weight: bold; margin: 10px 0; }
.news_tt h5{ color: #313e48; font-size: 18px; }

 
.newsshow{  overflow: inherit; font-size: 16px; color: #313e48; line-height: 28px; margin: 80px auto; }
.newsshow h1{font-size: 42px;margin-bottom: 10px;}
.newsshow h2{font-size: 31px;margin-bottom: 10px;}
.newsshow h3{font-size: 26px;margin-bottom: 10px;}
.newsshow h4{font-size: 22px;margin-bottom: 10px;} 
.newsshow h5{font-size: 19px;margin-bottom: 10px;}
.newsshow h6{font-size: 17px;margin-bottom: 10px;}
.newsshow img{width: auto; border-radius: 10px; max-width: 100%; display: block; height: auto; margin: 0 auto; }
.newsshow .aligncenter{    margin: 0 auto;}
.newsshow p{ margin:0; padding:0; }
 
 

.news_post_navigation{ background:#f8f8f8; padding: 30px; display: flex ; justify-content: space-between; align-items: center; margin: 100px auto;  }
.news_post_navigation .navfy{ width: 30%; }
.news_post_navigation .navfy a{color: #666; font-size: 16px; }
.news_post_navigation .navfy a .fa{}
.news_post_navigation .navfy a span{color: #313e48; font-size: 16px; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.news_post_navigation .ict{ background: #fff; color: #be1e24; font-size: 18px; padding: 10px 46px; border-radius: 3em; font-weight: bold; }
.news_post_navigation .ict:hover{ background: #be1e24; color: #fff; }
.news_post_navigation .navfy a:hover span,.news_post_navigation .navfy a:hover{ color: #be1e24; }
 

.newsshow_botlist{padding: 0 0 60px;}
.newsshow_botlist .webtt dd span{    color: #313e48;}
.newsshow_botlist .newslist{grid-template-columns: repeat(3, 1fr); margin-top: 40px;}
 

.screen-reader-text{     display: none; }
 
 


.newefy,.nav-links{ display: flex ; align-items: center; justify-content: center; padding: 0px 0 60px; }
.newefy a,.nav-links a,.nav-links span{ color: #313e48; width: 46px; height: 46px; display: flex ; align-items: center; justify-content: center; border: 1px solid #ddd; border-radius: 50%; margin: 0 10px; font-size: 16px;}
.newefy a.activ,.newefy a:hover,.nav-links .current{ border: 1px solid #be1e24; background: #be1e24; color: #fff; }
 
.indexbot{ display: flex ; align-items: center; justify-content: center; padding:60px 0; border-top: 1px solid #eee; margin-top: 0; }
.indexbot a{ margin: 0 180px; text-align: center; }
.indexbot a i{display: flex ; text-align: center; align-items: center; justify-content: center;}
.indexbot a i img{}
.indexbot a span{ color: #313e48; display: block; text-align: center; font-size: 18px; font-weight: bold; }

.inabout{ display: block; overflow: hidden; padding: 80px 0; background: url(/style/img/inabout_bg.jpg) fixed; background-size: cover; }
.inabout .icenter{}
.inabout .icenter .text_i_a{ display: flex ; justify-content: space-between; margin: 50px 0; }
.inabout .icenter .text_i_a .lf{ display: block; width: 45%; color: #fff; font-size: 40px; font-weight: bold; line-height: 48px; text-transform: uppercase; }
.inabout .icenter .text_i_a .rh{ display: block; width: 50%; }
.inabout .icenter .text_i_a .rh p{ color: #eee; font-size: 18px; margin: 0 0 50px 0; }
.inabout .icenter .text_i_a .rh .more{ background: none; color: #fff; border: 1px solid #fff; }
.inabout .icenter .text_i_a .rh .more:hover{  background: #be1e24; border: 1px solid #be1e24; }
 
.innews{ padding: 80px 0; display: block; overflow: hidden;  }
.innews .webtt dd span{ color: #313e48; }

.innews .sw_show{ margin: 40px auto 0; width: 1540px; }
.innews .sw_show .inevent_swiper{ overflow: hidden; position: relative;   padding:20px 20px; left: 0; }
.innews .sw_show .inevent_swiper .swiper-slide{}




.newslist_one{ display: block; margin: 0; }
.newslist_one a{margin: 0;}
.newslist_one a p strong{ height: 94px; -webkit-line-clamp: 3; }

.sw_lr{ display: flex ; justify-content: space-between; align-items: center; margin: 30px 0 0 0;  }
.sw_lr dd{ display: flex; }
.sw_lr dd .fa{ cursor: pointer; width: 42px; height: 42px; border: 1px solid #ddd; display: flex ; align-items: center; justify-content: center; font-size: 16px; color: #666; border-radius: 2px; margin-right: 16px;  }
.sw_lr dd .fa:hover{  border: 1px solid #be1e24; color: #be1e24; }
.sw_lr .more{}
.sw_lr .more:hover{}

.innews .sw_show .sw_lr{     padding: 0 20px; }







.inproicon{ display: block; padding: 80px 0 0; }
.inproicon .webtt dd span{ color: #313e48;}

.inproicon dl{ display: grid ; grid-template-columns: repeat(8, 1fr); grid-gap: 0 60px; margin-top:40px; padding: 0 20px;  }
.inproicon dl a{transition: all .6s;}
.inproicon dl a:hover{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }
.inproicon dl a i{ display: block; overflow: hidden; height: 120px; display: flex ; align-items: center; justify-content: center;}
.inproicon dl a i img{ display: block; width:90%; }
.inproicon dl a span{ color: #313e48; font-size: 18px; font-weight: bold; text-align: center; display: block; line-height:20px; }
.inproicon dl a:hover span{ color: #be1e24; }
 

.inprolist{ display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 20px; width: calc(100% - 40px); margin: 80px auto; }
.inprolist a{ display: block; overflow: hidden; border: 1px solid #eee; margin: 0 0 20px 0; padding: 0; position: relative; }
.inprolist a .lf{ width: 90%; position: absolute; left: 5%; top: 60px;     z-index: 9; }
.inprolist a .lf dt{}
.inprolist a .lf dt span{ color: #333; display: block; font-size: 20px; line-height: 30px; text-align: center;}
.inprolist a .lf dt strong{ color: #313e48; display: block; font-size: 60px;  line-height: 60px;  text-align: center;  margin: 10px 0; }
.inprolist a .lf dt font{ color: #313e48; display: block; font-size: 28px; text-align: center; font-weight: bold; margin-bottom:30px;}
.inprolist a .lf .more{     margin: 0 auto; color: #be1e24; border: 1px solid #be1e24; background:none; }
.inprolist a:hover .lf .more{ color: #fff; border: 1px solid #be1e24; background: #be1e24; }
.inprolist a .rh{  width:100%;   display: block;  overflow: hidden; }
.inprolist a .rh img{ display: block; width:100%;  transition: all .9s; }
.inprolist a:hover .rh img{  -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);  }
.inprolist a:hover .lf dt strong{  color: #be1e24;  } 


 

.banner{ display: block; overflow: hidden; height: calc(100% - 70px); background: #333; position: relative; margin-top: 70px;  }

.inbanner_Swiper{ position: relative; z-index: 9; height: 100%; overflow: hidden; display: block;  }
.inbanner_Swiper .swiper-slide img,.inbanner_Swiper .swiper-slide video{display: block; width: 100%; height: 100%; position: relative; object-fit: cover;}
.inbanner_Swiper .swiper-slide .txt .more{  border: 0; background: #fff; color: #e22938; margin-top: 30px; transition: all .3s; }
.inbanner_Swiper .swiper-slide .txt .more:hover{  background: #e22938; color: #fff; }

.inbanner_Swiper .swiper-slide:after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #000; opacity: 0.3;}

.inbanner_Swiper .txt{position: absolute; left: 50%; top: 50%; z-index: 3; transform: translate(-50%, -50%);}
.inbanner_Swiper .txt h3{display: block; text-align: left; color: #fff; font-size:50px; font-weight: bold; margin: 0; padding: 0; margin-bottom: 20px; line-height:50px; }
.inbanner_Swiper .txt h4{display: block; text-align: left; color: #fff; font-size: 26px; margin: 0; padding: 0; font-weight: normal; }

.inbanner_Swiper .txt dd{overflow: hidden; margin: 0; padding: 0;width: 70%;}


.inbanner_Swiper .txt h3,.inbanner_Swiper .txt h4,.inbanner_Swiper .txt h5{ opacity: 0; 
-webkit-transform: translateY(170%); transform: translateY(170%); 
-webkit-transition: -webkit-transform .9s ease-out .6s; transition: 
-webkit-transform .9s ease-out .6s; transition: transform .9s ease-out .6s; transition: transform .9s ease-out .6s,
-webkit-transform .9s ease-out .6s; will-change: transform; }


.inbanner_Swiper .swiper-slide-active .txt h3,.inbanner_Swiper .swiper-slide-active .txt h4,.inbanner_Swiper .swiper-slide-active .txt h5{-webkit-transform: translateY(0%); transform: translateY(0%); opacity: 1;  }


.banner:after{  content: ""; position: absolute; width: 100%; height: 100%; background: #000; top: 0; left: 0; opacity: 0.4; z-index: 2;  }


.banner .b-more { position: absolute; margin: auto; z-index: 9; color: #FFFFFF; font-size: 14px; bottom: 10px; text-align: center; left: 50%; transform: translateX(-50%); height: 100px; text-transform: uppercase;     zoom: 0.9; }
.banner .b-more:after { content: ""; display: block; width: 6px; border-radius: 2em; height: 20px; background-color: #ffffff; margin: auto; top: 45px; animation: updown 1.5s ease-out infinite; -webkit-animation: updown 1.5s ease-out infinite; position: absolute; left: 50%; transform: translateX(-50%); }
.banner .b-more:before{ content: ""; position: absolute; width: 20px; height: 40px; border: 1px solid #fff; left: 50%; margin-left: -11px; border-radius: 2em; top: 30px; opacity: 0.5; }
@keyframes updown {0% { bottom: 60px; opacity: 1; }50% { bottom: 30px; opacity: 0; }100% { bottom: 0px; opacity: 0; }}
@-webkit-keyframes updown {0% { bottom: 60px; opacity: 1; }50% { bottom: 30px; opacity: 0; }100% { bottom: 0px; opacity: 0; }}



.br_ry{position: absolute; left: 50%; top: 45%; z-index: 9; width: 100%; transform: translate(-50%, -50%); }
.br_ry .fa{color: #fff; left:10px; position: absolute; font-size: 60px; cursor: pointer; display: block; font-weight: normal; width: 80px; height: 80px; text-align: center; line-height: 80px; opacity: 0.3; }
.br_ry .fa-angle-right{left:auto; right:10px; }
.br_ry .fa:hover{ opacity:0.5; }


.inbanner_Swiper .swiper-slide-active img {opacity: 1;transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);}
.inbanner_Swiper .swiper-slide-active img{-webkit-animation-name:centerBig;animation-name:centerBig;}
@-webkit-keyframes centerBig{100%{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}}
@keyframes centerBig{100%{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}}
.inbanner_Swiper .swiper-slide img { transition: all .2s;animation-duration:3s;animation-timing-function:linear;animation-fill-mode: forwards;-webkit-animation-duration:5s;-webkit-animation-timing-function:linear;-webkit-animation-fill-mode: forwards;}


 
.webpage_enter_sl{  border-bottom: 0 solid #eee; padding: 0 0 20px 0; margin-bottom: 50px; }
.webpage_enter_sl .lf{ color: #313e48; display: block; font-size: 32px; font-weight: bold; margin:0 0 20px 0; }
.webpage_enter_sl .rh{ display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 30px;  margin-bottom: 28px;  }
.webpage_enter_sl .rh dl{background: #fff;  margin-bottom: 30px; }
.webpage_enter_sl .rh dl strong{ color: #313e48; display: block; font-size: 28px; font-weight: normal;   margin: 0 0 20px 0; }
.webpage_enter_sl .rh dl p{ color: #666; display: block; font-size: 18px; }
.webpage_enter_sl .rh dl p span{ margin: 0 0 10px 0; display: block; padding: 0 0 0 14px; position: relative; }
.webpage_enter_sl .rh dl p span:before{  content: ""; display: block; width: 6px; height: 6px; background: #999; border-radius: 50%; position: absolute; top: 12px; left: 0;  }
.webpage_enter_sl .rh dl h4{ display: block; color: #333; font-size: 16px; margin: 30px 0 0; }
.webpage_enter_sl .rh dl h4 a{ color: #be1e24;}
.webpage_enter_sl .rh dl h4 a:hover{ text-decoration-line: underline; } 


 
.webpage_enter_sl2{ padding-bottom:50px;  }
.webpage_enter_sl2 .rh{ display: block; }
.webpage_enter_sl2 .rh dl{padding: 0; box-shadow: initial;}
.webpage_enter_sl2 .rh dd{color: #666; display: block; font-size: 16px; }
.webpage_enter_sl2 .rh dd a{ color: #be1e24; }
.webpage_enter_sl2 .rh dd a:hover{ text-decoration-line: underline; }




 
 
.pchearch .pcnav .act .n_d{position: fixed; width: 100%; top: 70px; left: 0; background: #fff; z-index: 3;  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, .1); border-top: 1px solid #eee;  opacity: 0; visibility: hidden;}
.pchearch .pcnav .act .n_d .icenter{ margin: 0 auto; display: flex ; justify-content: space-between; align-items: flex-start;     padding: 60px 0; }
.pchearch .pcnav .act .n_d .icenter .lf{ display: block; width: 25%; overflow: hidden; position: relative;}
.pchearch .pcnav .act .n_d .icenter .lf font{ height: auto; font-size: 28px; font-weight: 300; color: #666; margin: 0 0 10px 0; display: block; }
.pchearch .pcnav .act .n_d .icenter .lf img{display: block; width: 100%; border-radius:6px; }
.pchearch .pcnav .act .n_d .icenter .rh{ width: 72%; display: grid ; grid-template-columns: repeat(3, 1fr); grid-gap: 0 40px; }
.pchearch .pcnav .act .n_d .icenter .rh a{  display: flex ; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; padding: 0 0 12px 0; margin: 0 0 24px 0;}
.pchearch .pcnav .act .n_d .icenter .rh a span{color: #333; font-size: 18px; height: auto; margin: 0; }
.pchearch .pcnav .act .n_d .icenter .rh a span:after{ display:none;  }
.pchearch .pcnav .act .n_d .icenter .rh a .fa{ color: #333; font-size: 16px;}
.pchearch .pcnav .act .n_d .icenter .rh a:hover{ border-bottom: 1px solid #be1e24;  }
.pchearch .pcnav .act .n_d .icenter .rh a:hover span,.pchearch .pcnav .act .n_d .icenter .rh a:hover .fa{ color:#be1e24; }
.pchearch .pcnav .act .n_d.atto{ opacity: 1; visibility: visible; }

.pchearch .pcnav .act .n_d .navta_ls{ display: flex ; justify-content: space-around; align-items: stretch; }
.pchearch .pcnav .act .n_d .navta_ls .n_ta{  width: 30%; padding:0 50px 30px 0; }
.pchearch .pcnav .act .n_d .navta_ls .n_ta a{ display: block; border-bottom: 1px solid #eee; margin: 0 0 1px 0; padding: 16px 10px 16px 0; color: #333; font-size:20px;}
.pchearch .pcnav .act .n_d .navta_ls .n_ta a.active{ color:#be1e24; border-bottom: 1px solid #be1e24;  }
.pchearch .pcnav .act .n_d .navta_ls .n_tb{ width: 70%; padding: 30px; position: relative; background: #f8f8f8; }
.pchearch .pcnav .act .n_d .navta_ls .n_tb dl{ display: none; width: 50%; }
.pchearch .pcnav .act .n_d .navta_ls .n_tb dl:nth-child(1){ display: block; }
.pchearch .pcnav .act .n_d .navta_ls .n_tb dl .a1{ padding-right: 50px; }
.pchearch .pcnav .act .n_d .navta_ls .n_tb dl .a1 dt{ display: block; }
.pchearch .pcnav .act .n_d .navta_ls .n_tb dl .a1 dt a{  color: #333; font-size: 18px; display: block; border-bottom: 1px solid #eee; padding: 16px 0; }
.pchearch .pcnav .act .n_d .navta_ls .n_tb dl .a1:hover dt a{ border-bottom: 1px solid #be1e24; color: #be1e24;   }
.pchearch .pcnav .act .n_d .navta_ls .n_tb dl .a1 dd{  position: absolute; top: 0; left: 50%; width: 50%; padding: 30px; background: #f5f5f5; border-left: 1px solid #eee; height: 100%; opacity: 0; visibility: hidden; }
.pchearch .pcnav .act .n_d .navta_ls .n_tb dl .a1:hover dd{ opacity: 1; visibility: visible; }
.pchearch .pcnav .act .n_d .navta_ls .n_tb dl .a1 dd a{ display: block;color: #666;font-size: 16px;padding: 14px 0; border-bottom: 1px solid #ddd; }
.pchearch .pcnav .act .n_d .navta_ls .n_tb dl .a1 dd a:hover{ color:#be1e24; border-bottom: 1px solid #be1e24; }

 



.privacy_se{ position: fixed; width: 100%; bottom: 0; right: 0; z-index: 9999; -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .22); box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .22); background-color:rgba(255, 255, 255, .9); padding:30px 0; border-top: 1px solid #eee;
backdrop-filter: blur(10px); }
.privacy_se .icenter{ display: flex ; align-items: center; justify-content: space-between; }
.privacy_se .icenter p{  display: block; color:#be1e24; font-size: 18px; width: calc(100% - 260px);  }
.privacy_se .icenter p a{ text-decoration: underline; color: #fff;}
.privacy_se .icenter p a:hover{ color: #be1e24; }
.privacy_se .icenter button{display: block; width: 120px; border-radius: 2px; height: 36px; background: #be1e24; border: 1px solid #be1e24; color: #fff; font-size: 16px;cursor:pointer; font-weight: bold;  }
.privacy_se .icenter button:hover{ opacity: 0.8; }


 
.webpage_enter_sl_icon{  display: flex ; justify-content: space-between; align-items: flex-start; margin: 0 auto 80px; padding: 50px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.webpage_enter_sl_icon dd{}
.webpage_enter_sl_icon dd i{ display: block; width:70px; margin: 0 auto 20px;}
.webpage_enter_sl_icon dd i img{ display: block; width: 100%; }
.webpage_enter_sl_icon dd p{}
.webpage_enter_sl_icon dd p strong{ color: #313e48; display: block; font-size: 20px; font-weight: bold; margin: 0 0 10px 0; text-align: center;}
.webpage_enter_sl_icon dd p span{ display: block; text-align: center; color: #666; font-size: 18px; }




 

.ssdproductshow_tables{}
.ssdproductshow_tables h3{color: #313e48; font-size: 36px; font-weight: bold; margin: 0 0 30px 0; line-height: 40px;}
 
  

.ssdproduct_tt{    margin-top: 60px;}
.ssdproduct_tt h3{ color: #be1e24; text-align: center; font-size: 46px; font-weight: bold; }
.ssdproduct_tt h4{ display: block; text-align: center; color: #666; font-size: 24px; margin: 24px 0; }
.ssdproduct_tt h5{ color: #313e48; text-align: center; display: block; font-size: 26px; font-weight: bold; }
.ssdproduct_tt h6{text-align: center; color: #313e48; font-size: 24px; margin: 30px 0;}
.ssdproduct_tt img{ display: block; width: auto; max-width: 600px; margin: 0 auto; }

.ssdproduct_showtxt{ display: block; overflow: hidden; padding: 60px 0; background: #f8f8f8; margin:60px 0; position: relative; }
.ssdproduct_showtxt h3{ color: #313e48; font-size: 36px; font-weight: bold; margin: 0 0 30px 0; line-height: 40px;}
.ssdproduct_showtxt dd{ color: #313e48; font-size: 18px; display: block; line-height: 30px; }
  
.ssdtables{display: block; margin: 50px 0; overflow: hidden;}
.ssdtables table{text-align: center;  width: 100%; margin: 0 0 80px 0; padding: 0;     border: none;border-collapse: collapse;border-spacing: 0;clear: both;}
.ssdtables table caption{ display: none; }
.ssdtables table thead{  width: 100%;}
.ssdtables table thead tr{  width: 100%; border: 0;}
.ssdtables table thead tr th,.ssdtables table thead tr td{ text-align: center; border: 1px solid #ddd; background: #141414; font-weight: bold; font-size: 20px; color:#fff; padding: 16px 0;   }
.ssdtables table thead tr th:nth-child(1){ background: #be1e24; }

.ssdtables table tbody{}
.ssdtables table tbody tr{}
.ssdtables table tbody tr:nth-child(2n){    background: #eff2f3;}
.ssdtables table tbody tr td{ color: #333; font-size: 16px; text-align: center; border: 1px solid #ddd;      vertical-align: inherit;   padding: 14px 0;}
.ssdtables table tbody tr td:nth-child(1){ }
.ssdtables table tbody tr td:nth-child(1),.ssdtables table tbody tr td:nth-child(2),.ssdtables table tbody tr td:nth-child(3),.ssdtables table tbody tr td:nth-child(4),.ssdtables table tbody tr td:nth-child(5),.ssdtables table tbody tr td:nth-child(6),.ssdtables table tbody tr td:nth-child(7),.ssdtables table tbody tr td:nth-child(8),.ssdtables table tbody tr td:nth-child(9),.ssdtables table tbody tr td:nth-child(10){ min-width: 100px; }


.ssdtables table tbody tr td code{font-size: 12px; font-family: PingFang SC, Microsoft Yahei, Arial, Hiragino Sans !important; display: block; text-align: left; padding: 10px 20px;}
.ssdtables table tbody tr td em{color: #be1e24; font-style: inherit;}

@media only screen and (max-width: 900px){

.ssdtables table{ min-width: 800px;}
.ssdtables{    overflow-x: scroll;}

}

 
 
  
.websearch_faq{ margin: 50px auto 30px; }
.websearch .nst{display: block; overflow: hidden; width: 60%; margin:20px auto; position: relative;}
.websearch .nst input{display: block; width: 100%; height: 50px; border: 1px solid #ddd; border-radius: 2em; text-indent: 20px; font-size: 16px; color: #313e48;}
.websearch .nst button{position: absolute; top: 0; right: 0; width: 50px; height: 50px; background: none; border: 0; z-index: 3;}
.websearch .nst button img{display: block; width: 100%; -webkit-filter: grayscale(100%); height: 22px; cursor:pointer;}
.websearch .nst button:hover img{ -webkit-filter: grayscale(0%); }

.webtip_tt_faq dd{  display: flex; align-items: center; justify-content: center; width: 100%; }
.webtip_tt dd a{ min-width: auto; height: 36px; color: #313e48; font-size: 16px; border: 1px solid #313e48;  padding: 0 30px;  display: flex; align-items: center; justify-content: center; border-radius: 2em; margin: 0 20px 0 0;transition: all .3s; }
.webtip_tt dd a:hover,.webtip_tt dd .active{ background: #313e48; color: #fff; }
 


.web_a_qa{ display: block; overflow: hidden; padding: 60px 0;  }
.web_a_qa .qalist{ display: none; margin-bottom:50px; }
.web_a_qa .qalist:nth-child(1){ display: block;}
.web_a_qa .qalist li{display: block; overflow: hidden; margin: 0 0 30px; display: block; overflow: hidden; background-color: rgb(255, 255, 255); box-shadow: 0px 0 36.86px 1.14px rgba(40, 43, 109, 0.09); padding: 30px; border-radius: 10px;}
.web_a_qa .qalist li .webaqa_aa{ cursor:pointer; overflow: hidden; display: flex; justify-content: space-between; align-items: center; }
.web_a_qa .qalist li .webaqa_aa span,.web_a_qa .qalist li .webaqa_bb span{width:46px; height: 46px; background: #e9e9e9; border-radius: 50%; color: #313e48; font-size: 20px; display: flex; justify-content: center; align-items: center;}
.web_a_qa .qalist li .webaqa_aa font{display: block; width: calc(100% - 130px); color: #333; font-size: 24px; font-weight: bold;}
.web_a_qa .qalist li .webaqa_aa i{width: 46px; height: 46px; border-radius: 50%; color: #313e48; font-size: 36px; display: flex; justify-content: center; align-items: center; transition: all .3s;}
.web_a_qa .qalist li .webaqa_bb{display: none; border-top: 1px solid #eee;     overflow: hidden; padding: 20px 0; margin: 20px 0;  }
.web_a_qa .qalist li .webaqa_bb span{float: left;background: #313e48;      color: #fff;}
.web_a_qa .qalist li .webaqa_bb font{float: right; display: block; width: calc(100% - 70px); font-size: 18px; color: #333; margin-top: 10px; } 
.web_a_qa .qalist li .webaqa_bb font a{color: #313e48; text-decoration-line: underline;}
.web_a_qa .qalist li .on i{ transform: rotate(90deg);  }
.web_a_qa .qalist li .on span{ background: #313e48; color: #fff; }
.web_a_qa .qalist li .on font,.web_a_qa .qalist li .webaqa_aa:hover font{ color: #313e48; }
 
 
.newslisttt{ font-size: 36px; font-weight: bold; display: block; border-bottom: 1px solid #eee; color: #333; margin: 80px auto 30px; }
 


 

.page_nodata{ display: block; color: #be1f25; text-align: center; font-size: 24px; min-height: 200px; }




 
.search_tip{ display: flex ; justify-content: center; font-size: 16px; margin: 20px auto; color: #666; }
.search_tip span{ color: #be1e24; font-size: 18px; margin: 0 0 0 10px;}
.newshowbottom_tt{ display: block; color: #333; border-bottom: 1px solid #eee; margin-bottom: 20px; font-size: 22px; padding: 0 0 5px; font-weight: bold; }
.news_web_list{ display: grid ; grid-template-columns: repeat(4, 1fr); grid-gap: 0 30px; margin: 20px auto 60px; }
.news_web_list .aa{ background: #fff; box-shadow: 8px 4px 18px 4px rgba(0, 0, 0, .1); margin: 0 0 30px 0; padding: 30px; border-radius: 10px;}
.news_web_list .aa a{}
.news_web_list .aa a .txt{}
.news_web_list .aa a .txt strong{ display: block; color: #333; font-size: 18px; line-height: 26px; margin: 20px 0; }
.news_web_list .aa a .txt span{ height: 30px; border: 1px solid #eee; color: #666; width: 80px; border-radius: 3em; display: flex ; align-items: center; justify-content: center; }
.news_web_list .aa a .txt font{display: block; color: #333; font-size: 16px;}

.news_web_list_img{ display: grid ; grid-template-columns: repeat(3, 1fr); grid-gap: 0 30px; }
.news_web_list_img .aa{}
.news_web_list_img .aa a i{ height: 300px; display: flex ; align-items: center; justify-content: center;}
.news_web_list_img .aa a i img{ display: grid ; width: auto; max-width: 90%; margin: 0 auto;}
.news_web_list_img .aa a .txt strong{ text-align: center; font-size: 36px; font-weight: normal; }
.news_web_list_img .aa a .txt font{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

.news_web_list .aa a:hover .txt strong{  color: #be1e24; }
.websearch h3{ display: block; color: #666; text-align: center; font-size: 32px; margin: 80px 0 0; }

 

















 



 
@media screen and (max-width:1600px) {   
  

.icenter{ width:1260px; }
.page_tab_tt{ margin: 40px auto; }
.page_tab_tt a{ font-size: 16px;  padding: 10px 30px;}

.pchearch .pcnav .act span{ margin: 0 10px; }
.nav_search .taa{ margin-right: 20px; }


.webbanner .txt strong{ font-size: 40px; line-height: 44px; }
.webbanner .txt strong:after{ margin: 20px 0; }

.support4form,.support2_c2,.support2_c1,.support3_a,.about3_job_tt,.job2,.about_w1,.ssd_controllers_protable,.innews{ padding: 60px 0; }
.about_w2{ padding-top:60px; }
.dow_lt,.newsshow,.inprolist{ margin: 60px auto; }
.webtext_icenter{ padding: 60px 0; }

.inproicon{ padding: 60px 0 0; }
.inproicon dl a i{ height: 100px;}
.inproicon dl a span{ font-size: 16px; }

.inprolist a .lf dt font{ font-size: 22px; }
.inprolist a .lf .more{ zoom: 0.9;}
.inprolist a .lf{ top: 26px; }
.inprolist a .lf dt span{ line-height: 24px; }
.inprolist a .lf dt strong{ font-size: 42px; line-height: 42px; }
.inprolist a{ margin: 0 0 16px 0; }
.inprolist{ grid-gap: 0 16px;}

.s_c_p_p_code .pro_a .lf h3,.pro_ssd_prolist_toa .lf strong,.ssdproduct_tt h3{ font-size: 40px;}
.web_bottom_contact .lf dd h4,.about3_job_tt h3,.ssdproduct_tt h3,.inabout .icenter .text_i_a .lf{ font-size: 36px; line-height: 40px; }
.about_w1 h3,.webpage_enter_sl .lf,.pro_bot_bar h3,.support4form h3,.web_bottom_contact .rh dd font,.support3_a .lf strong,.productsecurity_list dl strong,.support2_c2 h3,.support2_c1 h3,.news_tt h4,.webtt dd span, .webtt dd font,.about_w3 h3, .about_w2 h3,.webtext_icenter h3,.ssdproduct_showtxt h3,.ssdproductshow_tables h3,.ssd_controllers_protable .icenter h3{ font-size: 32px; line-height: 36px; }
.joblist li .bb h3{ font-size:28px; }
.dow_lt .ict .rh .ul_list li a dd strong,.productsecurity_list dl strong,.pchearch .pcnav .act .n_d .icenter .lf font,.ssdproduct_tt h5{ font-size:24px; line-height: 28px; }
.about3_job_tt h4,.pro_ssd_tables_taa a{ font-size:26px; }
.dow_lt .ict .lf dl h4 a{font-size: 20px; line-height: 24px;}
.ssdproduct_tt h4{ font-size:22px; }
.wpcf7 .fmtwo dd font,.support2_c2 h4,.yzm2025 .t1,.dow_lt .ict .lf dl .info a,.webtext_icenter h4{ font-size:16px;}
.wpcf7 .fmtwo dd i{font-size:12px;}




.about_w1 h3{ margin: 0 0 30px 0; }
.webpage_enter_sl .rh dl p span{ line-height: 20px; }
.webpage_enter_sl{ padding: 0; margin-bottom: 36px; }
.webpage_enter_sl .rh dl strong{ font-size:24px; }

.dow_lt .ict .lf dl{ padding: 20px 0; }
.dow_lt .ict .rh .ul_list li{ padding: 28px 0; }

.support2_c1 dl a{ padding: 30px; }
.joblist_on .a_close{ margin-left: 80px; }

.newslist a{ padding: 40px; }

.about_tech .list dl{ padding: 30px; }
.about_tech .list dl p{ height:200px; }

.pro_ssd_prolist_toa .lf{ width:26%; }
.pro_ssd_prolist_toa .ce{ width:48%; padding: 0 2%; }
.pro_ssd_prolist_toa .rh{ width:18%; }
.pro_ssd_prolist_toa .rh dd p{ padding: 16px 0; margin: 0 0 16px 0; }
.pro_ssd_prolist_toa .rh dd{    grid-gap: 0 16px;}

.indexbot{ padding: 40px 0; }
.indexbot a i img{ display: block; width: auto; height: 50px; }

.web_bottom_contact .lf dd h4{ line-height: initial; }

.innews .sw_show{    width: 1300px;}

 

.web_a_qa .qalist li{ margin: 0 0 20px; padding: 24px; }
.web_a_qa .qalist li .webaqa_aa span, .web_a_qa .qalist li .webaqa_bb span{ width: 42px; height: 42px; font-size: 18px; }
.web_a_qa .qalist li .webaqa_aa i{ width: 42px; height: 42px; font-size: 28px;}

.web_a_qa .qalist li .webaqa_aa font{ font-size: 20px; }
.web_a_qa .qalist li .webaqa_bb font,.webbanner .txt span,.inprolist a .lf dt span{ font-size: 16px;}

.mbx{ padding: 12px 0; }
.inbanner_Swiper .txt dd{ padding: 0 60px; width:80%; }
.inbanner_Swiper .txt h3{ font-size: 42px; }
.inbanner_Swiper .txt h4{ font-size: 22px; }
.br_ry .fa{ width: 60px; height: 60px; font-size: 40px; }
.indexbot a{ margin: 0 150px; }
.inprolist a .lf dt font{ margin-bottom: 20px; }


}
 
 
 
 





