/************* 内页图 *************/
.common-banner{width: 100%;position: relative;overflow: hidden;}
.common-banner img{object-fit: cover;min-height: auto;width:100%;}
.common-content{width:100%;height: 100%;position: absolute;left: 0;top: 0;}
.common-content .contain-1440{display: flex;align-items: center;height: 100%;position: relative;}
.common-hedline{width: 100%;position: relative;z-index: 1;}
.common-hedline h2{font-size: 42px;color: #fff;font-weight: 700;}
.common-hedline h2.size{font-size: 36px; margin-top: -32px;}
.common-hedline p{font-size: 18px;color: #fff;margin-top: 18px;}
.common-hedline span{font-size: 72px;color: #fff;line-height: 1;opacity: 0.2;font-weight: 700;text-transform: uppercase;font-family:'samsung';position: absolute;top: -8px;z-index: -1;}
.common-navbar{width: 100%;position: absolute;left: 0;bottom: 0;opacity: 0;animation: navbar 1s ease both .2s;z-index: 3;transition: all .4s ease;height: 60px;}
@keyframes navbar{0%{opacity: 0;transform: translateY(160px);}100%{opacity: 1;transform: translateY(0);}}
.common-navbar ul{display: flex;justify-content: center;width: 100%;}
.common-navbar ul li{width: 20%;transition: all .4s ease;}
.common-navbar ul li+li{border-left: 1px solid rgba(0,0,0,.11);}
.common-navbar ul li a{display: flex;justify-content:center;align-items: center;width: 100%;height: 60px;background-color: rgba(0,0,0,.5);font-size: 16px;color: #fff;transition: all .4s ease;padding: 10px;line-height: 1.5;}
.common-navbar ul li:hover a,.common-navbar ul li.active a{background-color: #d6000f;}
.common-navbar.common-nav2 li{width:50%;}
.common-navbar.common-nav3 li{width: 33.333%;}
.common-navbar.common-nav4 li{width: 25%;}
.common-navbar.common-nav5 li{width: 20%;}
.common-navbar.common-nav6 li{width: 16.6666%;}
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .common-banner img {min-height: 388px;}
    .common-hedline h2 { font-size: 28px;}
    .common-hedline span {font-size: 42px;top: 0px;}
    .common-navbar {overflow-x: auto;height: auto;}
   /* .common-navbar::-webkit-scrollbar {width: 0;height: 4px;}
    .common-navbar::-webkit-scrollbar-thumb {background: rgb(0, 0, 0,.5);}
    .common-navbar::-webkit-scrollbar-track {background:rgb(225, 255, 255,.5);;}
    .common-navbar{scrollbar-color:#000 #f1f1f1;scrollbar-width:thin;}
    .common-navbar{scrollbar-face-color: #000;scrollbar-shadow-color: #000;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;} */
    .common-navbar.menuFixed {top: 60px;width: 100%;height: 48px;}
    /* .common-navbar ul{width: 1200px;} */
    .common-navbar ul li a {height: 48px;font-size: 14px;}
}
@media all and (max-width:640px) {
.certificatecn-items ul li{width: 48%;}
    .common-banner img {min-height: 280px;}
    .common-hedline h2 { font-size: 18px;}
    .common-hedline p { font-size: 14px;}
    .common-hedline span {font-size: 34px;}
    .com-tit h2 {font-size:22px;}
	.common-navbar ul{justify-content: end;}
    .common-navbar li {width: auto !important;}
    .common-navbar li+li{border: none;}
    .common-navbar li a{padding: 0 20px;white-space:nowrap;}
    .common-navbar.common-nav3 ul{width: 100%;}
    .common-navbar.common-nav3 ul li{width: 33.333% !important;}
    .common-navbar.common-nav3.menuFixed ul li{width: 33.333% !important;}
}

/* 公司简介 */
.index_tit1{ text-align: center; }
.index_tit1 h3{ font-size: 45px; font-weight: normal; font-family: "arial black"; text-transform: uppercase; color: #2c353c; }
.index_tit1 h3 span{ color: #d1101e; }
@media (max-width: 1280px) {
  .index_tit1 h3{ font-size: 36px; }
}
@media (max-width: 1024px) {
  .index_tit1 h3{ font-size: 30px; }
}
@media (max-width: 768px) {
  .index_tit1 h3{ font-size: 24px; }
}
@media (max-width: 480px) {
  .index_tit1 h3{ font-size: 20px; }
}

.about{padding: 80px 0;}
.about .content{ margin-top: 50px; text-align: justify; color: #000000; font-size: 18px;  }
.about .content p{ color: #000000; margin: 15px 0;line-height: 2;}
.about .content img{ max-width: 100%; }
@media screen and (max-width: 1240px){
  .about{ padding: 60px 0; }
  .about .content{ margin-top: 30px; font-size: 16px;}
}
@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 768px){
  
}
@media screen and (max-width: 480px){
  .about{ padding: 40px 0 30px; }
  .about .content{margin-top: 25px; font-size: 15px; line-height: 32px;}
}

/* 企业文化 */
.culture-main{background:#fbfbfb;padding-bottom:80px;}
.fazhan-box{ padding-top: 60px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;-ms-flex-wrap: wrap;flex-wrap: wrap; align-items: stretch;}
.fazhan-box .li{width:calc(33.33% - 10px); display:block; margin-bottom:15px; transition:all .5s;}
.fazhan-box .li:hover{padding-left:5%}
.fazhan-box .t01{padding:5% 4%;box-sizing:border-box}
.fazhan-box .li:nth-child(1){margin-left:0}
.fazhan-box .li .li01{line-height:1;font-size:24px;color:#fff;margin-bottom:20px;text-transform:capitalize}
.fazhan-box .li .li02{font-size:36px;color:#fff;line-height:1;margin-bottom:0px;text-transform:capitalize;} 
.fazhan-box .li.t01 .li01{border-bottom:1px solid rgba(255,255,255,0.25);padding-bottom:20px}
.fazhan-box .li.t01 .li04{margin-top:20px;color:#fff}
.fazhan-box .t02{padding:5% 4%;box-sizing:border-box}
.fazhan-box .t02 .li01,.fazhan-box .t04 .li01{line-height:1;font-size:24px;color:#666}
.fazhan-box .t03{border:1px solid #e7e5e8}
.fazhan-box .li .li03{font-size:36px;color:#333;line-height:1;margin:15px 0;text-transform:capitalize;}
.fazhan-box .li .li04{font-size:16px;color:#666;line-height: 26px;}
.fazhan-box .li .li04 p{line-height: 1.8;}
.fazhan-box .t03{ border:1px solid #e7e5e8}
.fazhan-box .t04{ width:calc(66.66% - 5px);padding:5% 15% 5% 4%;box-sizing:border-box;margin-left:0}
.fazhan-box .t02.cur .li01{color:rgba(255,255,255,0.8)}
.fazhan-box .t02.cur .li03{color:#fff}
.fazhan-box .t02.cur .li04{color:rgba(255,255,255,0.5)}
@media(max-width:1500px){
  .fazhan-box .li .li02,.fazhan-box .li .li03{font-size:28px}
  .fazhan-box .li .li01{font-size:21px}
}
@media(max-width:1200px){
  .fazhan-box .li .li02,.fazhan-box .li .li03{font-size:24px}
  .fazhan-box .li .li01{font-size:19px}
  .fazhan-box .t02,.fazhan-box .t01{padding:5% 3%}
  .fazhan-box .t04{padding-left:3%}
  .fazhan-box .li .li04{font-size:15px}
}
@media(max-width:1024px){
  .fazhan-box .li .li02,.fazhan-box .li .li03{font-size:22px}
  .fazhan-box .li .li01{font-size:17px}
  .fazhan-box .li .li04{font-size:14px}
}
@media(max-width:850px){
  .fazhan-box{padding-top: 30px;}
  .fazhan-box .li{width:100%;margin-left:0;padding:25px}
  .fazhan-box .li .li01{ margin-bottom: 10px;}
  .fazhan-box .li .li03{margin-top: 0; margin-bottom: 5px;}
}
@media(max-width:768px){
  .culture-main{padding-bottom:30px}
  .fazhan-box .li{ padding:20px}
  .fazhan-box .li .li04{line-height: 24px; padding-top: 0; }
  .fazhan-box .li .li04 p{line-height: 1.8;}
}

/* 荣誉资质 */
.honner{padding-top: 90px;padding-bottom: 120px;}
.honner .w1600{position: relative;}
.honner .index_tit1{margin-bottom: 60px;}
.honner .item .pic{background-color: #f4f4f4;}
.honner .item .pic img{width: 100%;transition: all 0.5s;}
.honner .item .pic:hover img{transform: scale(1.1);}
.honner .item h2{font-size: 20px;text-align: center;margin-top: 20px;}
.honner .item h2:hover {color:#d6000f ;}
.honner .swiper-button-next:after, .honner .swiper-container-rtl .swiper-button-prev:after{content: none;}
.honner .swiper-button-prev:after, .honner .swiper-container-rtl .swiper-button-next:after{content: none;}
.honner .swiper-button-next{background: url(../img/his_rac.png);background-size: contain;background-repeat: no-repeat;background-position: center center;width: 40px;margin-top: 17%;right: 47%;outline: none}
.honner .swiper-button-prev{background: url(../img/his_lac.png);background-size: contain;background-repeat: no-repeat;background-position: center center;width: 40px;margin-top: 17%;left: 47%;outline: none}
.honner .swiper-button-next.swiper-button-disabled, .honner .swiper-button-prev.swiper-button-disabled{opacity: 1;}
@media(max-width:768px){
.honner{padding-top: 30px;padding-bottom: 90px;}
.honner .index_tit1{margin-bottom: 30px;}
.honner .swiper-button-next{margin-top: 38%;right: 38%;outline: none}
.honner .swiper-button-prev{margin-top: 38%;left: 38%;outline: none}
}

/* 全球业务 */
 

/* 新闻列表2 */
.list-news{margin-top:90px;margin-bottom: 50px; width:calc(100%+30px);margin-left:-30px; align-items: stretch!important;}
.main-news{width:23%;padding:60px 40px;background-color:#f5f5f5;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;cursor:pointer;margin-left:30px;margin-bottom:30px}
.main-news-top{width:100%;justify-content:space-between}
.main-news-top .nian{font-size:45px;color:#bbb;font-weight:bold;line-height:1}
.main-news-top .pro-more{margin-top:0;}
.main-news .data{font-size:16px;color:#bbb;margin:10px 0}
.main-news-title{font-size:18px;color:#000;margin-bottom:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.main-news-pic{width:100%;margin-bottom:30px;}
.main-news-pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.main-news-text{font-size:16px;color:#999;line-height: 1.5; display:-webkit-box;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;line-height: 1.8;}
.main-news:hover{background-color:#fff;box-shadow:0 0 80px 2px rgba(0,0,0,.1)}
.main-news:hover .nian{color:#000}
@media(max-width:1368px){
	.main-news{padding:50px 34px}
	.main-news-top .nian{font-size:38px}
}
@media(max-width:1200px){
	.main-news{width:calc(50% - 30px)}
}
@media(max-width:768px){
	.main-news-top .nian{font-size:33px}
	.main-news-title,.main-news-pic{margin-bottom:20px}
	.list-news{width:100%;margin-left:0; margin-top: 50px; margin-bottom: 30px;}
	.main-news{width:100%;margin-bottom:20px;margin-left:0;padding:40px 30px}
}

/* 新闻内容 */
.gg_box4{ width:100%; height:auto; overflow:hidden; background:#f7f7f7; padding:90px 0 36px 0;}
.ggin{ height:auto; overflow:hidden; margin:0 auto; background:#fff; padding:50px 0 40px 0;}
.ggin_t{ height:auto;border-bottom:5px solid #C8000A; padding:0 44px 20px 44px; overflow:hidden;}
.ggin_t h1{ color:#000000; line-height:30px; font-size:30px; font-weight:bold; margin-bottom:20px;}
.ggin_t span{ float:left; display:block; line-height:35px; color:#8c8c8c; font-size:14px;}
.runci{ display:block; float:right; width:34px; height:35px; background:url(../images/bg11.png) no-repeat center center;transition: all 0.5s ease; position:relative; cursor:pointer;}
.runci:hover{ background:url(../images/bg12.png) no-repeat center center;}
.xone{ position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.75 );left:0;right:0; margin:0 auto; z-index:999999999999999999; top:0%;}
/*.runci:hover .xone{opacity:1;}*/
.ggin_c{ clear:both; height:auto; overflow:hidden; padding:45px 0px; margin:0 45px; border-bottom:1px solid #e5e5e5; margin-bottom:25px; font-size:16px; }
.ggin_c p{ text-align:justify; margin-bottom:10px; line-height:30px; color:#3e3e3e; font-size:16px; }
.ggin_c p img{ display:block; margin:0 auto; max-width:100%;}
.ggin_c p:last-child{ margin-bottom:0px;}
.ggin_b{ clear:both; width:100%; height:auto; overflow:hidden; padding:0 45px;}
.ggin_bl{ float:left; width:1000px; height:auto;}
.ggin_bl a{ display:block; margin-bottom:12px;}
.ggin_bl p{ display:block; line-height:30px; clear:both; color:#666666; font-size:14px;transition: all 0.5s ease;}
.ggin_bl p span{ display:inline-table; width:80px; height:30px; border:1px solid #dcdcdc; color:#666666; font-size:14px; border-radius:50px; text-align:center; line-height:30px; margin-right:15px;}
.ggin_bl p:hover{ color:#C8000A;}
.ggin_bl p:hover span{ border:1px solid #C8000A; background:#C8000A;transition: all 0.5s ease; color:#fff;}
.ggin_bl a:last-child{ margin-bottom:0px;}
.ggin_br{ float:right; width:180px; height:50px; border:1px solid #C8000A; border-radius:50px; text-align:center; line-height:48px; font-size:16px;transition: all 0.5s ease; cursor:pointer; margin-top:13px; color:#C8000A;}
.ggin_br:hover{ /*background:#C8000A;*/ border:1px solid #C8000A; color:#fff; background:#C8000A;}
@media(max-width:1280px){
	.gg_box4{padding-top: 60px;}
	.ggin_t h1{font-size: 26px;}
}
@media(max-width:1024px){
	.gg_box4{padding-top: 50px;}
	.ggin_t h1{font-size: 22px; margin-bottom: 10px;}
}
@media(max-width:768px){
	.ggin{padding: 30px 0 30px;}
	.ggin_t{padding: 0 30px;}
	.ggin_c{margin: 0 30px;margin-bottom: 35px;padding: 35px 0;}
	.ggin_b{padding: 0 30px;}
	.ggin_bl{width: 100%;}
	.ggin_br{width: 150px;height: 40px; line-height: 38px; float: ; }
}
@media(max-width:580px){
	.gg_box4{padding-top: 40px;}
	.ggin{padding: 20px 0 20px;}
	.ggin_t{border-bottom-width: 3px;padding: 0 15px;}
	.ggin_t h1{font-size: 18px; margin-bottom: 0;}
	.ggin_c{margin: 0 15px;margin-bottom: 25px;padding: 25px 0;}
	.ggin_c p{font-size: 14px; line-height: 28px; margin-bottom: 20px;}
	.ggin_b{padding: 0 15px;}
}

/* 联系方式 */
.conBox{position:relative;padding:89px 0;overflow: hidden;}
.conBox_div{padding:48px 0 89px;position:relative}
.conBox_div_add{width:36%;display:inline-block;text-align:left;margin-left:10%;box-sizing: border-box;}
.conMess span{font-size:28px;font-weight:bold;display:block;margin-bottom:14px;color: #383735;}
.conMess p{color:#666;line-height:2;font-size:16px;letter-spacing:1px}
.conEwm{margin-top:10px}
.conEwm .ewmf{margin:0;margin-right:10px}
.conBox_img{width:38%;bottom:-26px;position:absolute;z-index:-1}
.conBox_img img{width:100%;opacity:.06}
.ewmfs{width:40%;float:left}
.ewmf{width:108px;margin:0 5px;text-align:center;display:inline-block;vertical-align:top}
.ewmf img{ max-width: 100%; }
.ewmf span{display:block;margin-top:10px;font-size:13px;line-height:1.4;text-transform:uppercase}
.contact_map{position:absolute;top:0;right:0;width:60%;height:100%;overflow:hidden;border-top-left-radius:6px;border-bottom-left-radius:6px;box-shadow:0 12px 30px rgba(80,80,80,.1)}
#mapBox{width:100%;height:100%}
.contact_map{overflow:hidden; max-height:380px;}
.contact_map .allmap{height: 380px; width: 100%; overflow:hidden;}
@media(max-width:1680px){
	.conBox_div_add{width: 40%; margin-left: 6%;}
}
@media(max-width:1480px){
	.conBox_div{padding:48px 0}
	.conBox_div_add{margin-left:3%}
}
@media(max-width:1024px){
	.conBox{padding:68px 0}
	.conBox_div{padding:28px 0}
	.conMess span{font-size:24px}
	.conMess p{font-size:14px}
	.conEwm{margin-top:28px}
	.ewmf{width:89px}
	.ewmf span{font-size:12px;margin-top:3px}
}
@media(max-width:900px){
	.conBox{padding:48px 0}
	.contact_map{position:relative;width:100%;height:328px;margin-top:38px}
	.conBox_div{ padding:0; }
	.conBox_div_add{ width:100%; margin-left: 0; padding: 0 5%; }
	.conBox_img{top:auto;bottom:328px;left:auto;right:5%}
}
@media(max-width:768px){
	.conBox{padding:48px 0 0}
}
@media(max-width:680px){
	.conBox_img{bottom:280px;width:58%}
	.conMess span{font-size:20px;letter-spacing:0;margin-bottom:10px}
	.conEwm{margin-top:10px}
	.contact_map{height:289px;margin-top:28px}
}

/* 在线留言 */
.contact_two{ overflow:hidden;margin-top:4%; }
.contact_t3{ overflow:hidden; line-height:26px; font-size:15px; color:#888888;}
.contact_t3 .h2{ height:40px; text-transform: uppercase; line-height:40px; color:#333333; font-size:26px; overflow:hidden; margin-bottom:15px;font-weight: 600;}
.feedback_div{ padding-bottom:5%; overflow:hidden; text-align:center; margin-top:3%;}
.feedback_div .divs{float:left; width:32%; margin-right:2%;margin-bottom:2%;}
.feedback_div .divs:nth-child(3n+0){ margin-right:0;}
.feedback_div .inputs2{ width:99%;  background:#fff; height:46px; line-height:46px; font-size:15px; color:#a1a1a1; border:1px solid #e0e0e0; outline:none;  text-indent:28px;}
.feedback_div .code{ position: relative; }
.feedback_div .code img{ position: absolute; right: 0; top: 0; height: 100%; } 
/*.feedback_div .inputs3{ appearance:none;  -moz-appearance:none;  -webkit-appearance:none; width:99%;  background:url(../images/contact_bg5.png) #f5f5f5 96% center no-repeat; height:54px; line-height:54px; font-size:18px; color:#666; border:1px solid #ececec; outline:none; font-family:"å¾®è½¯é›…é»‘"; padding-left:3%; outline:none;}
.feedback_div .inputs4{ width:99%;  background:url(../images/contact_bg5.png) #f5f5f5 96% center no-repeat;  height:54px; line-height:54px; font-size:18px; color:#666; border:1px solid #ececec; outline:none;  text-indent:3%; font-family:"å¾®è½¯é›…é»‘";}
.feedback_div select::-ms-expand { display: none; } */
.feedback_div .feedback_t{ color:#555; font-size:15px; padding-left:28px; overflow:hidden; background:url(../images/contact_bg5.png) left center no-repeat; text-align:left; margin-bottom:2%; margin-top:2%;}
.feedback_div .textarea{ padding:1%; width:calc(99% - 30px);width:100%; padding-left:28px; background:#fff; font-size:15px; font-family:"å¾®è½¯é›…é»‘";border:1px solid #e0e0e0; outline:none;margin-bottom:2%; color:#a1a1a1; height:100px;  }
.feedback_div .bnts2{  border: none; width:100%; max-width:158px;font-size:15px; height: 46px; line-height:46px; background: #d1101e; font-family:"å¾®è½¯é›…é»‘"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; float:left;}
.feedback_div .bnts2:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s;}
@media screen and (max-width: 1100px) {
  .about_bg{padding-bottom: 50px;}
  .contact_con{margin-top: 50px;}
  .contact_con .contact_con_txt .contact_l{ font-size:14px; }
  .contact_con .contact_con_txt .contact_r{ font-size:14px; }
}
@media screen and (max-width: 780px) {
  .about_bg{padding-bottom: 30px;}
  .contact_con{margin-top: 30px;}
  .contact_t2{ font-size:14px; line-height:26px;}
  .contact_t2 .h2{ font-size:26px;}
  .contact_t3{ font-size:14px; line-height:24px;}
  .contact_map .allmap{height: 390px;}
  .contact_con .contact_con_txt .contact_l .h2{ margin-bottom:3%;}
  .contact_con .contact_con_txt .contact_l ul li{ width:100%; margin-right:0;}
}
@media screen and (max-width: 640px) {
  .contact_t2{ line-height:24px;}
  .contact_t2 .h2{ font-size:24px;}
  .contact_t3 .h2{ font-size:22px;}
  .contact_map .allmap{height: 360px;}
  .contact_con .contact_con_txt .contact_l{ font-size:13px; line-height:24px;width:72%;}
  .contact_con .contact_con_txt .contact_l .h2{ font-size:22px;}
  .contact_con .contact_con_txt .contact_r{ width:26%; font-size:13px;}
}
@media screen and (max-width: 480px) {
  .contact_t2{font-size:12px; line-height:20px;}
  .contact_t2 .h2{ font-size:20px; height:40px; line-height:40px;}
  .contact_t3{font-size:12px; line-height:20px;}
  .contact_t3 .h2{ font-size:18px; height:26px; line-height:26px;}
  .contact_con .contact_con_txt .contact_l{width: 100%;float: none;}
  .contact_con .contact_con_txt .contact_l .h2{ font-size:18px; margin-bottom:10px;}
  .contact_con .contact_con_txt .contact_r{width: 100%; float: none;}
  .contact_map .allmap{height: 280px;}
  .feedback_div .divs{width: 100%;margin-right: 0;margin-bottom: 15px;}
  .feedback_div .inputs2{ font-size:13px;}
  .feedback_div .bnts2{ font-size:13px;}
  
}

/************* 产品列表 *************/
/* 热门产品 */
.proList{ padding: 60px 0 40px;background-color: #F7F7F7; }
.proList ul{ margin: 0 -1.5%; margin-top: 0px; flex-wrap: wrap; align-items: stretch; justify-content: flex-start; }
.proList ul li{ width: 23%; margin: 0 1%; margin-bottom: 50px; border-radius: 25px; transition: all 0.1s; background: #FFFFFF; overflow: hidden; }
.proList ul li:hover{ box-shadow: 0 0 30px 20px rgba(0,0,0,0.04); }
.proList ul li a{ display: block; }
.proList ul li .pic img{width: 100%;}
/* .proList ul li .pic:hover img{ transform: translate(-50%,-50%);} */
.proList ul li .tit{ text-align: center;font-size: 16px; text-transform: uppercase; margin: 20px 0 20px; color: #000;}
.proList ul li .color{ padding-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content:center; }
.proList ul li .color i{ display: block; width: 12px; height: 12px; border-radius: 5px; margin: 0 2px; background-color: #000000; }
@media (max-width: 1280px) {
  .proList{ padding: 60px 0 40px; }
  .proList ul{ margin-top: 0px; }
  
}
@media (max-width: 1024px) {
  .proList{ padding: 50px 0 40px;}
  .proList ul{margin-top: 0px;}
  .proList ul li:hover{box-shadow: 0 0 30px 20px rgba(0,0,0,0.04);}
}
@media (max-width: 768px) {
  .proList{ padding: 40px 0 30px;}
  .proList ul{ margin: 0 -1%; margin-top: 0px; }
  .proList ul li{ border-radius: 15px; margin: 0 1%; margin-bottom: 10px; width: 23%; }
  .proList ul li .tit{font-size: 14px;}
  .proList ul li .color i{width: 10px; height: 10px;}
}
@media (max-width: 480px) {
  .proList{ padding: 30px 0 20px;}
  .proList ul li{width: 100%;}
}

/************* 产品详情 *************/
#ProductInfo1{}
#ProductInfo1 .Box{ padding:90px 0 30px; }
#ProductInfo1 .imgBoxs{ width: 46%; }
#ProductInfo1 .swiper-slide img{ display: block; }
#ProductInfo1 .gallery-thumbs{ margin:0 55px; position: relative; }
#ProductInfo1 .Big{ position: relative; border: 1px solid #DDDDDD; border-radius: 15px; }
#ProductInfo1 .Big .btnBox{  }
#ProductInfo1 .Big .btnBox span{ display: block; position: absolute; height: 40px; width: 40px; top:50%; cursor: pointer; border-radius: 50%; background-color: #e1e1e1; background-repeat: no-repeat; background-position: center; z-index: 2; background-image:url(../img/icon_jt3.png); outline: none; }
#ProductInfo1 .Big .swiper-prev1{ left: 5px; transform:rotate(180deg) translateY(50%); -webkit-transform:rotate(180deg) translateY(50%); -ms-transform:rotate(180deg) translateY(50%); -moz-transform:rotate(180deg) translateY(50%); }
#ProductInfo1 .Big .swiper-next1{ right:5px; left:auto; }
#ProductInfo1 .Big .btnBox span:hover{ background-image:url(../img/icon_jt3_h.png); }
#ProductInfo1 .Big .probox { }
#ProductInfo1 .Big .probox img { display: block; margin:0 auto; width: 100%; }
#ProductInfo1 .Big .showbox { display:none; position:absolute; left:102%; top:0; width:90%; height:90%; overflow:hidden; border:1px solid #ccc; z-index: 5; background-color: #FFFFFF; }
#ProductInfo1 .Big .showbox img { position:absolute; /* height:333.33%; */ width:333.33%; max-width: 99999999px; }
#ProductInfo1 .Big .hoverbox{ display:none; position:absolute; top:0; background:#e22646; height:30%; width:30%; cursor:move; z-index:10; }
#ProductInfo1 .gallery-top{ margin:12px 25px 0; }
#ProductInfo1 .tips{ position: relative; }
#ProductInfo1 .tips img{ cursor: pointer; max-width: 100%; }
#ProductInfo1 .tips .btnBox{}
#ProductInfo1 .tips .btnBox span{ display: block; position: absolute; height: 100%; width: 20px; top:0; cursor: pointer; background-repeat: no-repeat; background-position: center; z-index: 2; outline: none; }
#ProductInfo1 .tips .swiper-slide-thumb-active{ position: relative; }
#ProductInfo1 .tips .swiper-slide-thumb-active:after{ display:block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background: #e22646; opacity: 0.2; }
/* #ProductInfo1 .tips .swiper-prev{ left:0; background:url(../img/icon_jt6_1.png); } */
/* #ProductInfo1 .tips .swiper-next{ right:0; background:url(../img/icon_jt6_2.png); } */
/* #ProductInfo1 .tips .swiper-prev:hover{ background-image:url(../img/icon_jt6_1_h.png); } */
/* #ProductInfo1 .tips .swiper-next:hover{ background-image:url(../img/icon_jt6_2_h.png); } */
#ProductInfo1 .r_con{ width: 46%;margin-left: 6%;}
#ProductInfo1 .title{font-size: 36px; font-family: "arial black"; color:#333333; line-height: 36px; margin:0;margin-bottom: 20px;}
#ProductInfo1 .sku{ font-size: 20px; color:#777777; line-height: 30px; padding: 6px 0 20px; }
#ProductInfo1 .content{ border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:20px 0; margin-bottom: 35px; font-size: 16px; line-height: 26px; }
#ProductInfo1 .content p{line-height: 2;}
#ProductInfo1 .content ul{ margin-left: 15px; }
#ProductInfo1 .content li{ font-size: 16px; line-height: 26px; color:#777777; }
#ProductInfo1 .content li+li{ margin-top: 8px; }
#ProductInfo1 .content strong{ display: block; font-size: 18px; line-height: 30px; color:#555555; margin-bottom: 8px; }
#ProductInfo1 .color_check{ display: block; position: relative; padding-left: 55px; font-size: 14px; line-height: 14px; color:#777777; }
#ProductInfo1 .color_check .color{ display: block; position: absolute; left: 0; top:1px;  }
#ProductInfo1 .color_check .colorbox{ display: block; }
#ProductInfo1 .color_check .colorbox i{ float: left; display: inline-block; height: 13px; width: 13px; border-radius: 50%; border:0px solid #cccccc; margin:2px 2.5px; }
#ProductInfo1 .color_check a{ float: left; display: inline-block; height: 18px; width: 18px; border-radius: 50%; border:0px solid #cccccc; margin:2px 2.5px; }
#ProductInfo1 .color_check a.on{ border-color:#e22646; }
@media only screen and (max-width: 1200px){
  #ProductInfo1 .gallery-thumbs{ margin:0 40px; }
  #ProductInfo1 .Big .btnBox span{ width: 32px; height: 32px; }
  #ProductInfo1 .title{ font-size: 30px; }
  #ProductInfo1 .content{ padding:25px 0; margin-bottom: 25px; }
  #ProductInfo1 .content ul{ margin-left:0; }
}
@media only screen and (max-width: 992px){
  #ProductInfo1 .imgBoxs{ width: 100%; margin-bottom: 25px; }
  #ProductInfo1 .r_con{ width: 100%; }
}
@media only screen and (max-width: 769px){
  /**产品**/
  #ProductInfo1 .gallery-thumbs{ margin:0; }
  #ProductInfo1 .Big .btnBox{ display: none; }
  #ProductInfo1 .gallery-top{ margin-left: 15px; margin-right: 15px; }
  #ProductInfo1 .tips .btnBox span{ width: 10px; background-size: contain; }
  #ProductInfo1 .title{ font-size: 22px; }
  #ProductInfo1 .sku{font-size: 16px; line-height: 20px;}
  #ProductInfo1 .content{ padding:20px 0; margin-bottom: 20px; }
  #ProductInfo1 .color_check{ padding-left: 50px; }
}
@media only screen and (max-width: 480px){
  #ProductInfo1 .Box{ padding:30px 0 30px; }
  #ProductInfo1 .title{ font-size: 20px; }
}

/* 产品描述 */
.pro_d2 {margin-top:30px;border-top:1px solid #e7e7e7;}
.pro_d2_nav {position:relative;/* height:70px;*/}
.pro_d2_nav:before {content:'';width:200px;left:0;top:0;position:absolute;background: #EF8329;height:3px;transition:all .5s;-webkit-transition:all .5s;}
.pro_d2_nav.two:before {left:200px;}
.pro_d2_nav a {text-align:center;width:200px;float:left;font-size:16px;color:#999999;padding:25px 0;line-height:20px;position:relative;/* border:1px solid #eeeeee;*/box-sizing:border-box;}
.pro_d2_nav a:after {content:'';position:absolute;right:0;width:1px;height:20px;top:20px;background:#e7e7e7;}
.pro_d2_nav a.on { color:#222222; }
.pro_d2_thing { padding:20px 0 100px; }
.pro_d2_thing dd {display:none; font-size: 16px; line-height: 30px;}
.pro_d2_thing dd tr:nth-child(even){background: #EEEEEE;}
.pro_d2_thing dd tr:nth-child(odd){background: #DCDCDD;}
.pro_d2_thing dd tr:nth-child(1){background: #D1101E;color: #fff;}
.pro_d2_thing dd td{padding: 20px;text-align: center;width: 150px;}
.pro_d2_thing dd img{ max-width: 100%;  }
@media screen and (max-width:1199px) {
  .pro_d2_thing {padding-bottom:50px;padding-top: 5px;}
  .pro_d3 .titles {font-size:25px;margin-bottom:20px;}
  .pro_d3{padding-bottom: 60px;}
  .pro_d3_list {--swiper-navigation-size: 30px;}
  .pro_d2_nav a {width:150px;font-size:15px;padding:15px 0;}
  .pro_d2_nav:before {width:150px}
  .pro_d2_nav.two:after {left:150px}
  .pro_d2_nav.two:before{left: 150px;}
  .pro_d2_thing dd{font-size: 14px; line-height: 26px; overflow: auto; }
}

/************* 相册列表 *************/
/* 图片比例 */
.picScale{ padding-bottom: 60%; overflow: hidden; position: relative; }
.picScale img{ max-width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all 0.5s; }
.picScale img:hover{ transform: translate(-50%,-50%) scale(1.1); }
.fancybox-overlay{ z-index: 99999!important; }
.honor-list { padding: 60px 0;}
.honor-list ul{overflow:hidden;margin:0 -28px; align-items: stretch; justify-content: flex-start;}
.honor-list li{width:20%;float:left;text-align:center;padding:0 10px;margin-bottom:46px}
.honor-list li a{ display:block;text-align:center;position:relative;overflow:hidden; }
.honor-list li a:hover .pic{border-color:#D1101E}
.honor-list li a:hover .pic::after,.honor-list li a:hover .pic::before{opacity:1;filter:alpha(opacity=100)}
.honor-list li a:hover .pic::after{ padding-top:36px; }
.honor-list li a:hover img{ transform: translate(-50%,-50%) scale(1.3,1.3); }
.honor-list li a:hover .tit{ color:#D1101E; }
.honor-list li .clickpic{ width:100%;height:100%;position:absolute;top:0;left:0;z-index:50;opacity:0;filter:alpha(opacity=0); }
.honor-list li .clickpic img{ height:100%; }
.honor-list li .pic{ border:solid 1px #ccc;padding:6px;position:relative;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-ms-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s; }
.honor-list li .pic span{ display:block;overflow:hidden;padding-bottom: 150%; }
.honor-list li .pic::after,
.honor-list li .pic::before{ width:100%;position:absolute;left:0;opacity:0;filter:alpha(opacity=0);-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-ms-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s; }
.honor-list li .pic::before{ content:" ";height:100%;top:0;background:url(../img/honor-list-filter.png);z-index:10; }
.honor-list li .pic::after{ content:"查看大图";top:50%;transform:translate(0,-50%);z-index:20;background:url(../img/honor_icon.png) no-repeat center 0;color:#fff;padding-top:200px; }
.honor-list li img{ width:100%;display:block;transition-duration:.8s; transform: translate(-50%,-50%) scale(1.1,1.1);  }
.honor-list li .tit{height:20px;line-height:20px;font-size:18px;color:#666;margin-top:24px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;transition-duration:.4s}
@media only screen and (max-width:1400px){
  .honor-list ul{margin: 0 -20px;}
  .honor-list li{ padding: 0 20px; }
}
@media only screen and (max-width:1200px){
  .honor-list{padding: 70px 0;}
  .honor-list ul{margin: 0 -15px;}
  .honor-list li{ width: 33.33%; padding: 0 15px; margin-bottom: 30px;}
}

@media only screen and (max-width:768px){
  .honor-list{padding: 40px 0;}
  .honor-list ul{ margin:0 -5px; }
  .honor-list li{ width:50%;padding:0 5px;margin-bottom:20px}
  .honor-list li .pic{ padding:4px; }
  .honor-list li .tit{ margin-top:10px;font-size: 16px; }
}
@media only screen and (max-width:480px){
  .honor-list{padding: 30px 0}
}


/* 服务 */
.ab_fw{padding: 80px 0;}
.ab_fw .ab1{font-size: 15px;margin-bottom: 2%;}
.ab_fw .ab1 h3{font-size: 22px;background: #4e4c4c;padding: 10px 40px;color: #fff;font-weight: bold;}
.ab_fw .ab1 .ab1_info{padding: 30px 40px; border: 1px solid #eee;line-height:2;}
.ab_fw .ab1 .ab1_info p{font-size: 16px;line-height: 1.8;margin-bottom: 1%;}
.ab_fw .ab1 .ab1_info h4{font-weight: 600;margin-top:;}
@media only screen and (max-width:768px){
.ab_fw{padding: 30px 0;}
.ab_fw .ab1{font-size: 14px;}
.ab_fw .ab1 h3{font-size: 16px;padding: 10px 20px;}
.ab_fw .ab1 .ab1_info{padding: 20px 20px;}
}

/* 全球分布 */
.ab_fb{background-image: url(../img/gj_bg1.jpg);background-repeat: no-repeat;background-position: center center;background-size: cover;padding: 90px 0;}
.ab_fb .w1200{max-width: 1200px;width: 90%;margin: 0 auto;}
.ab_fb img{width: 100%;}
.ab_fb .tit{padding: 57px 59px;background: hsla(0,0%,100%,.8);overflow: hidden;}
.ab_fb .info{font-size: 24px;line-height: 1.8;padding: 10px 0;}
.ab_fb .info span{color:#D1101E ;}
.ab_fb hr{left:0;bottom:-2px;width:130px;height:4px;background-color:#D1101E;}
.ab_fb .title{padding: 20px 0;}
.ab_fb .title ul{display: flex;flex-wrap: wrap;margin-top: 20px;}
.ab_fb .title li{display: flex;flex-wrap: wrap;width: 50%;align-items: center;}
.ab_fb .title h2{font-size: 24px;}
.ab_fb .title li h4{font-size: 20px;}
.ab_fb .title li p{font-size: 18px;}
@media only screen and (max-width:1024px){
.ab_fb{padding: 50px 0;}
}
@media only screen and (max-width:768px){
.ab_fb{padding: 30px 0;}
.ab_fb .tit{padding: 20px;}
.ab_fb .info{font-size: 18px;}
.ab_fb hr{height: 3px;}
.ab_fb .title{padding: 10px 0;}
.ab_fb .title h2{font-size: 18px;margin-bottom: 10px;}
.ab_fb .title ul{margin-top: 0;}
.ab_fb .title li{width: 100%;margin-top: 10px;}
.ab_fb .title li h4{font-size: 16px;}
.ab_fb .title li p{font-size: 14px;}
}
 
/* 培训 */
.ab_px{padding: 90px 0;padding-bottom: 150px; background: url(../img/servicebg1.jpg) center bottom no-repeat rgb(246, 246, 246);}
.ab_px .w1400{max-width: 1400px;width: 90%;margin: 0 auto;}
.ab_px .index_tit1{margin-bottom: 4%;}
.ab_px li{width: 33.3%;}
.ab_px .Item{height:300px;padding:50px 40px 50px 60px;background-position:right bottom;display:flex;flex-direction:column;margin-right:4px;margin-bottom:4px}
.ab_px .Item h3{font-size:24px;color:#000;line-height:30px;padding-bottom:15px;position:relative;margin-bottom:15px}
.ab_px .Item h3 .line{width:21px;height:3px;position:absolute;left:0;bottom:0;background:#a1a1a2}
.ab_px .Item p{font-size:16px;color:#666;line-height:25px}
@media only screen and (max-width:1024px){
.ab_px{padding: 50px 0;padding-bottom: 100px;}
.ab_px li{width: 50%;}
}
@media only screen and (max-width:768px){
.ab_px{padding: 30px 0;padding-bottom: 30px;}
.ab_px li{width: 100%;}
.ab_px .Item{padding: 20px;height: 225px;}
.ab_px .Item h3{font-size: 18px;}
.ab_px .Item p{font-size: 16px;}
}