﻿@charset "UTF-8";
html{
  font-size:7.29vw;
}
@media screen and  (min-width:1370px){ /*主体宽度*/
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}


html {
  scrollbar-width: thin;
  scrollbar-color:#bf2f38 #fff;
}
html::-webkit-scrollbar {
  width:20px;
}
html::-webkit-scrollbar-thumb {
  background-color:#fff;border-radius:8px;
}
html::-moz-scrollbar {
  width:20px; 
}
html::-moz-scrollbar-thumb {
  background-color:#fff;border-radius:8px;
}	

.phshow{display: none!important;}
@media screen and (max-width:1024px) {
.pcshow{display: none!important;}
.phshow{display: block!important;}
}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #bf2f38;width: 20px;}
@media  screen and (max-width:1024px){
.slick-dots li{border-radius:6px;width:6px; height:6px; margin:0 4px;}
.slick-dots li.slick-active{width: 18px;}
}

.w_width{max-width:1370px; margin-right: auto; margin-left: auto;}
.ctext{padding-left:1rem;padding-right:1rem;}
@media  screen and (max-width: 1024px){
.ctext{padding-left:16px;padding-right:16px;}
}

/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 99999;background-color: #ffffff;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.wyb_s .nav1{background-color: #bf2f38;}
.wyb_s .nav1 .w_width{display: flex;justify-content: flex-end;align-items: center;}
.wyb_s .nav1 .lx_btn{margin-right: 24px;}
.wyb_s .nav1 .lx_btn a{display: block;font-size: 16px;color: #ffffff;line-height: 40px;}
.wyb_s .nav1 .lx_btn a:hover{text-decoration: underline;}
.wyb_s .nav1 .yyqh_btn a{display: flex;align-items: center;}
.wyb_s .nav1 .yyqh_btn a:hover .wz{text-decoration: underline;}
.wyb_s .nav1 .yyqh_btn a .wz{font-size: 16px;color: #fff;line-height: 40px;margin-right: 6px;}
.wyb_s .nav1 .yyqh_btn a img{width: 18px;display: block;}
.t_navs{ width: 100%;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 71px;}
.t_navs .top .right{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu .l1{position: relative;padding: 0 16px;}
.t_navs .top .menu .l1 .a1{ display: block;color: #1d1d1d; position: relative;padding: 0 15px;line-height: 100px; font-size: 18px;}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ color: #bf2f38;}
.t_navs .top .u2{min-width: 140px; top:100%; left: 50%;z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);height: auto;position: absolute;background: rgba(0, 0, 0, .2);backdrop-filter: blur(5px);padding: 10px 0px;border-radius: 5px;opacity: 0;visibility: hidden;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.t_navs .top .l1:hover .u2{-webkit-transition: all .85s;opacity: 1;visibility: visible;}
.t_navs .top .u2 .l2{ width: 100%;}
.t_navs .top .u2 .l2 .a2{ display: block; text-align: center;font-size: 16px;line-height: 35px;padding: 0 30px;white-space:nowrap;-webkit-transform: translateY(5px);opacity: 0;position: relative;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.t_navs .top .u2 .l2 .a2::after{width: 0px;height: 1px;position: absolute;left: 50%;margin-left: 0px;content: '';bottom: 0px;background: rgba(255, 255, 255, .3);-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);}
.t_navs .top .u2 .l2 .a2>div{color: rgba(255, 255, 255, .75);
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;}
.t_navs .top .u2 .l2 .a2:hover::after{width: 60px;margin-left: -30px;}
.t_navs .top .u2 .l2 .a2:hover>div{color: #bf2f38;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .pcSs_box{position: relative;margin-left: 61px;display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .pcSs_box .xla_l{width: 110px;position: relative;}
.t_navs .top .pcSs_box .xla_l .btn_t{background-color: #bf2f38;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.t_navs .top .pcSs_box .xla_l .btn_t .wz{font-size: 16px;color: #ffffff;line-height: 40px;margin-right: 24px;}
.t_navs .top .pcSs_box .xla_l .btn_t img{width: 14px;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .pcSs_box .xla_l .btn_t.on img{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.t_navs .top .pcSs_box .xla_l .nr_b{width: 100%;position: absolute;left: 0;top: calc(100% + 10px);background-color: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);display: none;}
.t_navs .top .pcSs_box .xla_l .nr_b a{display: block;font-size: 14px;color: #333;line-height: 20px;text-align: center;padding: 8px;}
.t_navs .top .pcSs_box .xla_l .nr_b a:hover{background-color: #bf2f38;color: #fff;}
.t_navs .top .pcSs_box .inp_r{width: 310px;display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .pcSs_box .inp_r input{width: calc(100% - 50px);font-size: 14px;color: #333;padding: 0 15px;border: 1px solid #d1d5db;border-left: 0;border-right: 0;height: 40px;}
.t_navs .top .pcSs_box .inp_r input::-webkit-input-placeholder{font-size: 14px;color: #acafb5;opacity: 1;}
.t_navs .top .pcSs_box .inp_r input::-moz-placeholder{font-size: 14px;color: #acafb5;opacity: 1;}
.t_navs .top .pcSs_box .inp_r input::moz-placeholder{font-size: 14px;color: #acafb5;opacity: 1;}
.t_navs .top .pcSs_box .inp_r input:-ms-input-placeholder{font-size: 14px;color: #acafb5;opacity: 1;}
.t_navs .top .pcSs_box .inp_r .ico{width: 50px;height: 40px;background-color: #bf2f38;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.t_navs .top .pcSs_box .inp_r .ico img{width: 24px;display: block;}
.t_navs .top .pcSs_box .inp_r .ico:hover{opacity: 0.8;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 140px;opacity: 0;}
.wyb_s.on{box-shadow: 0 0 12px rgba(0,0,0,0.1);top: -40px;}
@media screen and (max-width:1430px) {
.t_navs .top .menu .l1{padding: 0 10px;}
.t_navs .top .menu .l1 .a1{ padding: 0 8px;font-size: 16px;}
}
@media screen and (max-width:1250px) {
.t_navs .top .logo img{height: 60px;}
.t_navs .top .menu .l1{padding: 0 8px;}
.t_navs .top .menu .l1 .a1{ padding: 0;font-size: 15px;}
.t_navs .top .pcSs_box{margin-left: 30px;}
}
@media screen and (max-width:1060px) {
.t_navs .top .logo img{height: 50px;}
.t_navs .top .menu .l1 .a1{font-size: 14px;}
.t_navs .top .pcSs_box{margin-left: 20px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .top .pcSs_box{display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_nav_zw{height: 50px;}
.t_navs .top{ padding: 0 8px 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .top .logo{ margin: 5px 0;}
.t_navs .top .logo img{ height: 40px;}
.t_navs .menuph{float: right; width: 40px; height: 40px; cursor: pointer; text-align: center; margin: 5px 0;}
.t_navs .menuph .menu-toggle {width: 40px;height: 40px;position: absolute;overflow: hidden;z-index: 111;}
.t_navs .menuph .cd-nav-trigger {display: block;width: 40px;height: 40px;}
.t_navs .menuph .menu-toggle span.hamburger {content:"";display:block;width:18px;height:2px;background:#bf2f38;position:absolute;top:50%;margin-top:-1px;left: 8px;margin-left:0;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.t_navs .menuph .menu-toggle span.hamburger:after,
.t_navs .menuph .menu-toggle span.hamburger:before{content:"";display:block;width:24px;height:2px;background:#bf2f38;position:absolute;top:50%;margin-top:-1px;left:0;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.t_navs .menuph .menu-toggle span.hamburger:after {margin-top:-8px;top:0;transition-delay:0.27s;}
.t_navs .menuph .menu-toggle span.hamburger:before {margin-top:8px;top:0;transition-delay:0.2s;}
.t_navs .menuph .menu-toggle span.hamburger span{width: 2px;height: 2px;display: block;background: #bf2f38;position: absolute;right: 20px;top:50%;margin-top:-1px;}
.t_navs .menuph .menu-toggle span.hamburger .span1{margin-top: -9px;}
.t_navs .menuph .menu-toggle span.hamburger .span3{margin-top: 7px;}
.t_navs .menuph .menu-toggle span.cross:before,
.t_navs .menuph .menu-toggle span.cross:after {content:"";display:block;width:24px;height:2px;background:#bf2f38;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.t_navs .menuph .menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.t_navs .menuph .menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.t_navs .menuph .cross::before,
.t_navs .menuph .cross::after {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.t_navs .menuph.active .menu-toggle span.hamburger,
.t_navs .menuph.active .menu-toggle span.hamburger:after,
.t_navs .menuph.active .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;}
.t_navs .menuph.active .menu-toggle span.hamburger:after {transition-delay:0s;}
.t_navs .menuph.active .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.t_navs .menuph.active .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background: #333;}
.t_navs .menuph.active .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #333;}
.t_navs .xialaph{ position: fixed; right: 0; top: 50px;width: 100%; height: calc(100vh - 50px);overflow: scroll; padding: 10px 20px 60px 20px;z-index:3; background: #fff;display: none;}
.t_navs .xialaph .a1box,
.t_navs .xialaph .a2box{position: relative;}
.t_navs .xialaph .icobox{width: 40px;height: 40px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .xialaph .ico{height: 28px;position: absolute;right: 0;top: 50%;margin-top: -14px;z-index: 4;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .xialaph .ico img{height: 100%;display: block;}
.t_navs .xialaph .ico img.img2{display: none;}
.t_navs .xialaph .icobox.on img.img1{display: none;}
.t_navs .xialaph .icobox.on img.img2{display: block;}
.t_navs .xialaph .icobox.on .ico{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);}
.t_navs .xialaph .u1{width: 100%;margin-bottom: 20px;}
.t_navs .xialaph .l1{width: 100%;}
.t_navs .xialaph .a1{width: 100%;font-size: 16px;color: #333;line-height: 26px;position: relative;padding: 12px 40px 12px 0;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);}
.t_navs .xialaph .u2{width: 100%;padding-left: 20px;padding-right: 20px;border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l2{width: 100%;}
.t_navs .xialaph .a2{width: 100%;font-size: 16px;color: #333;line-height: 22px;position: relative;padding: 10px 40px 10px 0;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);}
.t_navs .xialaph .u3{padding-left: 20px;padding-right: 20px; border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l2:last-child .u3{border-bottom: 0;}
.t_navs .xialaph .l2:last-child .a2{border-bottom: 0;}
.t_navs .xialaph .l3{width: 100%;}
.t_navs .xialaph .a3{font-size: 14px;color: #333;line-height: 20px;padding-top: 8px;padding-bottom: 8px;border-bottom: 1px solid rgba(0,0,0,0.1);display: block;}
.t_navs .xialaph .l3:last-child .a3{border-bottom: 0;}
.t_navs .xialaph .input_box{width: 100%;border-bottom: 1px solid rgba(0,0,0,0.1);margin-bottom: 20px;position: relative;}
.t_navs .xialaph .input_box input{width: 100%;height: 40px;padding-right: 60px;font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::-webkit-input-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::-moz-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::moz-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input:-ms-input-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box img{width: 24px;cursor: pointer;position: absolute;right: 14px;top: 50%;margin-top: -12px;}
.wyb_s .nav2 .lx_btn{margin-right: 12px;}
.wyb_s .nav2 .lx_btn a{display: block;font-size: 14px;color: #333;line-height: 40px;}
.wyb_s .nav2 .lx_btn a:hover{text-decoration: underline;}
.wyb_s .nav2 .yyqh_btn{margin-right: 20px;}
.wyb_s .nav2 .yyqh_btn a{display: flex;align-items: center;}
.wyb_s .nav2 .yyqh_btn a:hover .wz{text-decoration: underline;}
.wyb_s .nav2 .yyqh_btn a .wz{font-size: 14px;color: #333;line-height: 40px;margin-right: 6px;}
.wyb_s .nav2 .yyqh_btn a img{width: 18px;display: block;}
}

/* 底导航 */
.b_nav{width: 100%;padding-top: 60px;padding-bottom: 70px;background-color: #f3f3f3;}
.b_nav .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont1 .logo img{height: 107px;display: block;}
.b_nav .cont1 .banquan{margin-top: 34px;font-size: 14px;color: #666666;line-height: 23px;}
.b_nav .cont1 .banquan a{color: #666666;}
.b_nav .cont2 .title{font-size: 30px;color: #121111;line-height: 34px;margin-bottom: 26px;font-weight: bold;}
.b_nav .cont2 li{margin-bottom: 12px;font-size: 16px;color: #292929;line-height: 20px;}
.b_nav .cont2 li:last-child{margin-bottom: 0;}
.b_nav .cont2 li a{color: #292929;}
.b_nav .cont2 li a:hover{text-decoration: underline;color: #bf2f38;}
@media screen and (max-width:1430px) {
.b_nav .cont1 .logo img{height: 90px;}
.b_nav .cont1 .banquan{margin-top: 24px;}
.b_nav .cont2 .title{font-size: 24px;line-height: 30px;margin-bottom: 24px;}
.b_nav .cont2 li{margin-bottom: 10px;font-size: 14px;}
}
@media screen and (max-width:1024px) {
.b_nav{padding-top: 30px;padding-bottom: 30px;margin-bottom: 60px;}
.b_nav .w_width{display: block;position: relative;padding-bottom: 60px;}
.b_nav .cont1 .logo img{height: 40px;margin: 0 auto;}
.b_nav .cont1 .banquan{margin-top: 0;line-height: 22px;text-align: center;position: absolute;left: 0;bottom: 0;width: 100%;}
.b_nav .cont2{margin-top: 20px;}
.b_nav .cont2 .title{font-size: 18px;line-height: 24px;margin-bottom: 12px;text-align: center;}
.b_nav .cont2 li{margin-bottom: 8px;font-size: 14px;line-height: 18px;text-align: center;}
}

/*手机端底漂浮*/
.pf_down{ width: 100%; float: left; position: fixed; left: 0; background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 99;bottom: 0; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.pf_down li{ width:33.33333%; float: left; text-align: center; padding:10px 0;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center;}
.pf_down li .ico7 img{ width:24px; height: 24px;}
.pf_down li .ico7 .show{ display: block;}
.pf_down li .ico7 .hide{ display: none;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #000; line-height: 14px;}
.pf_down li:hover .ico7{ background: #bf2f38; width:44px; height:44px; border-radius: 50%; border:3px solid #fff; position: relative; margin-top:-18px;}
.pf_down li:hover .ico7 .show{ display: none;}
.pf_down li:hover .ico7 .hide{ display: block;}
.pf_down li:hover .ico7 img{ width:22px; height: 22px;}
.pf_down li:hover .d_name{ margin-top:0;}

/* 首页 */
.sy_section1{width: 100%;padding-top: 130px;}
.sy_section1 .cont{width: 644px;background-color: rgba(255,255,255,0.6);padding: 82px 62px 108px 72px;}
.sy_section1 .cont .title{font-size: 40px;color: #121111;line-height: 46px;margin-bottom: 24px;font-weight: bold;}
.sy_section1 .cont .info{font-size: 24px;color: #333333;line-height: 34px;margin-bottom: 96px;}
.sy_section1 .cont .more a{display: flex;justify-content: flex-start;align-items: center;}
.sy_section1 .cont .more a .wz{font-size: 16px;color: #666666;line-height: 20px;margin-right: 8px;}
.sy_section1 .cont .more a img{width: 24px;display: block;}
.sy_section1 .cont .more a:hover .wz{color: #bf2f38;}
@media screen and (max-width:1680px) {
.sy_section1{padding-top: 80px;}
.sy_section1 .cont{width: 600px;padding: 50px;}
.sy_section1 .cont .info{margin-bottom: 50px;}
}
@media screen and (max-width:1024px) {
.sy_section1{padding-top: 50px;padding-bottom: 50px;}
.sy_section1 .cont{width: 100%;padding: 20px;}
.sy_section1 .cont .title{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.sy_section1 .cont .info{font-size: 14px;line-height: 22px;margin-bottom: 14px;}
.sy_section1 .cont .more a .wz{font-size: 14px;margin-right: 6px;}
.sy_section1 .cont .more a img{width: 20px;}
}

.sy_section2{width: 100%;padding-top: 166px;}
.sy_section2 ul{margin: 0 -1px;width: calc(100% + 2px);display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section2 ul li{padding: 0 1px;}
.sy_section2 ul li>div{background-color: rgba(255,255,255,0.6);padding: 80px 70px 46px 70px;}
.sy_section2 ul li>div .title{font-size: 40px;color: #121111;line-height: 46px;margin-bottom: 24px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section2 ul li>div .info{font-size: 18px;color: #333333;line-height: 28px;margin-bottom: 76px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section2 ul li>div .more a{display: flex;justify-content: flex-start;align-items: center;}
.sy_section2 ul li>div .more a .wz{font-size: 16px;color: #666666;line-height: 20px;margin-right: 8px;}
.sy_section2 ul li>div .more a img{width: 24px;display: block;}
.sy_section2 ul li>div .more a:hover .wz{color: #bf2f38;}
@media screen and (max-width:1680px) {
.sy_section2{padding-top: 100px;}
.sy_section2 ul li>div .title{font-size: 30px;line-height: 40px;margin-bottom: 20px;}
.sy_section2 ul li>div{padding: 50px;}
.sy_section2 ul li>div .info{font-size: 16px;color: #333333;line-height: 24px;margin-bottom: 50px;-webkit-line-clamp:3;}
}
@media screen and (max-width:1024px) {
.sy_section2{padding-top: 30px;padding-bottom: 30px;}
.sy_section2 ul{margin: 0 -0;width: 100%;display: block;}
.sy_section2 ul li{padding: 0 0;margin-bottom: 1px;}
.sy_section2 ul li:last-child{margin-bottom: 0;}
.sy_section2 ul li>div{padding: 14px;}
.sy_section2 ul li>div .title{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.sy_section2 ul li>div .info{font-size: 14px;line-height: 22px;margin-bottom: 12px;}
.sy_section2 ul li>div .more a .wz{font-size: 14px;margin-right: 6px;}
.sy_section2 ul li>div .more a img{width: 20px;}
}

.sy_section3{width: 100%;padding-top: 94px;padding-bottom: 94px;}
.sy_section3 .title{font-size: 40px;color: #121111;line-height: 46px;text-align: center;font-weight: bold;margin-bottom: 56px;}
.sy_section3 .ul{margin: 0 -20px;width: calc(100% + 40px);}
.sy_section3 .ul .li{padding: 0 20px;}
.sy_section3 .ul a{display: block;width: 100%;position: relative;}
.sy_section3 .ul a .pic{ padding-bottom: 67.867%; position: relative; overflow: hidden;z-index: 1;}
.sy_section3 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.sy_section3 .ul a::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index: 2;background: url(img/zimg11.png)no-repeat center bottom;background-size: cover;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .ul a .wzbox1{width: 100%;position: absolute;left: 0;bottom: 0;padding: 26px 30px;z-index: 3;}
.sy_section3 .ul a .wzbox1 .wz{font-size: 26px;color: #121111;line-height: 30px;;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .ul a .wzbox2{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 3;background-color: rgba(255,255,255,0.8);padding: 46px 46px 20px 30px;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .ul a .wzbox2 .bt{font-size: 26px;color: #121111;line-height: 30px;margin-bottom: 32px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section3 .ul a .wzbox2 .jj{font-size: 16px;color: #333333;line-height: 28px;margin-bottom: 100px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:5;}
.sy_section3 .ul a .wzbox2 .more{display: flex;justify-content: flex-start;align-items: center;}
.sy_section3 .ul a .wzbox2 .more .wz{font-size: 16px;color: #666666;line-height: 20px;margin-right: 8px;}
.sy_section3 .ul a .wzbox2 .more img{width: 24px;display: block;}
.sy_section3 .ul a .wzbox2 .more:hover .wz{color: #bf2f38;}
.sy_section3 .ul a:hover::after{opacity: 0;}
.sy_section3 .ul a:hover .wzbox1{opacity: 0;}
.sy_section3 .ul a:hover .wzbox2{opacity: 1;}
@media screen and (max-width:1400px) {
.sy_section3 .ul a .wzbox2{padding: 40px;}
.sy_section3 .ul a .wzbox2 .bt{font-size: 18px;line-height: 26px;margin-bottom: 20px;}
.sy_section3 .ul a .wzbox2 .jj{font-size: 14px;line-height: 22px;margin-bottom: 80px;}
.sy_section3 .ul a .wzbox1 .wz{font-size: 18px;color: #121111;line-height: 30px;;}
}
@media screen and (max-width:1024px) {
.sy_section3{padding-top: 30px;padding-bottom: 30px; padding-left:50px !important;  padding-right:50px !important; }
.sy_section3 .title{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.sy_section3 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section3 .ul .li{padding: 0 6px;}
.sy_section3 .ul a .wzbox1{padding: 12px;}
.sy_section3 .ul a .wzbox1 .wz{font-size: 16px;line-height: 20px;}
.sy_section3 .ul a .wzbox2{padding: 20px;}
.sy_section3 .ul a .wzbox2 .bt{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.sy_section3 .ul a .wzbox2 .jj{font-size: 14px;line-height: 20px;margin-bottom: 40px;}
.sy_section3 .ul a .wzbox2 .more .wz{font-size: 14px;margin-right: 6px;}
.sy_section3 .ul a .wzbox2 .more img{width: 20px;}
}

.sy_section4{width: 100%;padding-bottom: 100px;}
.sy_section4 .title{font-size: 40px;color: #121111;line-height: 46px;text-align: center;font-weight: bold;margin-bottom: 56px;}
.sy_section4 .content{overflow: hidden;}
.sy_section4 .ul{margin: 0 -20px;width: calc(100% + 40px);}
.sy_section4 .ul .li{padding: 0 20px;}
.sy_section4 .ul a{display: block;width: 100%;}
.sy_section4 .ul a .pic{ width: 100%; padding-bottom: 58.4%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section4 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section4 .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section4 .ul a .wzbox{margin-top: 26px;}
.sy_section4 .ul a .wz{font-size: 22px;color: #121111;line-height: 26px;text-align: center;}
.sy_section4 .ul a:hover .wz{color: #bf2f38;}
@media screen and (max-width:1024px) {
.sy_section4{padding: 0 15px 30px 15px;}
.sy_section4 .title{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.sy_section4 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section4 .ul .li{padding: 0 6px;}
.sy_section4 .ul a .wzbox{margin-top: 10px;}
.sy_section4 .ul a .wz{font-size: 14px;line-height: 18px;}
}

.sy_section5{width: 100%;padding-bottom: 100px;}
.sy_section5 .w_width{background-color: #f5f5f5;padding: 52px 96px 52px 38px;display: flex;justify-content: flex-start;align-items: center;}
.sy_section5 .left{width: 400px;}
.sy_section5 .left .pic{ width: 100%; padding-bottom: 115%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section5 .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section5 .w_width:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section5 .right{width: calc(100% - 400px);padding-left: 86px;}
.sy_section5 .right .bt{font-size: 40px;color: #121111;line-height: 46px;margin-bottom: 26px;font-weight: bold;}
.sy_section5 .right .bt span{color: #bf2f38;}
.sy_section5 .right .info{font-size: 18px;color: #333333;line-height: 32px;margin-bottom: 50px;}
.sy_section5 .right .dl{margin-bottom: 80px;}
.sy_section5 .right .dl .dd{margin-bottom: 40px;display: flex;justify-content: flex-start;align-items: center;}
.sy_section5 .right .dl .dd:last-child{margin-bottom: 0;}
.sy_section5 .right .dl .dd img{display: block;margin-right: 36px;}
.sy_section5 .right .dl .dd .wz{font-size: 18px;color: #333333;line-height: 24px;}
.sy_section5 .right .more a{display: flex;justify-content: flex-start;align-items: center;}
.sy_section5 .right .more a .wz{font-size: 16px;color: #666666;line-height: 20px;margin-right: 8px;}
.sy_section5 .right .more a img{width: 24px;display: block;}
.sy_section5 .right .more a:hover .wz{color: #bf2f38;}
@media screen and (max-width:1024px) {
.sy_section5{padding-bottom: 30px;}
.sy_section5 .w_width{padding: 20px;display: block;}
.sy_section5 .left{width: 160px;margin: 0 auto;}
.sy_section5 .right{width: 100%;padding-left: 0;margin-top: 12px;}
.sy_section5 .right .bt{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.sy_section5 .right .info{font-size: 14px;line-height: 22px;margin-bottom: 12px;}
.sy_section5 .right .dl{margin-bottom: 12px;}
.sy_section5 .right .dl .dd{margin-bottom: 8px;}
.sy_section5 .right .dl .dd img{margin-right: 12px;width: 100px;}
.sy_section5 .right .dl .dd .wz{font-size: 15px;line-height: 20px;}
.sy_section5 .right .more a .wz{font-size: 14px;margin-right: 6px;}
.sy_section5 .right .more a img{width: 20px;}
}

.sy_section6{width: 100%;padding-top: 100px;}
.sy_section6 .cont{width: 644px;background-color: rgba(255,255,255,0.86);padding: 56px 40px 46px 64px;}
.sy_section6 .cont .title{font-size: 40px;color: #121111;line-height: 44px;margin-bottom: 26px;font-weight: bold;}
.sy_section6 .cont .title span{color: #bf2f38;}
.sy_section6 .cont ul{margin-bottom: 44px;}
.sy_section6 .cont ul li{margin-bottom: 26px;}
.sy_section6 .cont ul li:last-child{margin-bottom: 0;}
.sy_section6 .cont ul .bt{font-size: 24px;color: #bf2f38;line-height: 30px;margin-bottom: 8px;}
.sy_section6 .cont ul .jj{font-size: 18px;color: #333333;line-height: 24px;}
.sy_section6 .cont .more a{display: flex;justify-content: flex-start;align-items: center;}
.sy_section6 .cont .more a .wz{font-size: 16px;color: #666666;line-height: 20px;margin-right: 8px;}
.sy_section6 .cont .more a img{width: 24px;display: block;}
.sy_section6 .cont .more a:hover .wz{color: #bf2f38;}
@media screen and (max-width:1024px) {
.sy_section6{padding-top: 30px;}
.sy_section6 .cont{width: 100%;padding: 20px;}
.sy_section6 .cont .title{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.sy_section6 .cont ul{margin-bottom: 20px;}
.sy_section6 .cont ul li{margin-bottom: 12px;}
.sy_section6 .cont ul .bt{font-size: 16px;line-height: 20px;margin-bottom: 6px;}
.sy_section6 .cont ul .jj{font-size: 14px;line-height: 18px;}
.sy_section6 .cont .more a .wz{font-size: 14px;margin-right: 6px;}
.sy_section6 .cont .more a img{width: 20px;}
}

._pop{ float:left; width:100%; height:100%; position:fixed; left:0; top:0; z-index:99999999; display:none;background-color: rgba(0,0,0,0.8);}
._col{ float:left;  font-size: 0; position:absolute; right:-60px; top:-44px; width:44px; height:44px; border-radius: 100%;color: #999;cursor: pointer;background: url(img/zimg22.png)no-repeat center center;background-size: cover;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);}
._htm{ float:left; width:800px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);background-color: rgba(255,255,255,0.5);padding: 12px;}
._htm video{width: 100%;display: block;margin: 0 auto;height: 320px;object-fit: cover;}
._htm img{width: 100%;display: block;margin: 0 auto;}
@media  screen and (max-width: 1680px){
._htm{ float:left; width:600px;}
}
@media  screen and (max-width: 991px){
._col{ float:left;  font-size: 50px; position:absolute; right:-50px; top:0; width:34px; height:34px; border-radius: 100%;color: #999;cursor: pointer;background: url(images);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width:500px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}           
@media  screen and (max-width: 767px){
._col{ float:left;  font-size: 50px; position:absolute; right:10px; top:-55px; width:20px; height:20px; border-radius: 100%;color: #999;cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width: calc(100% - 30px);position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}

/* 关于我们 */
.gywm_section1{width: 100%;padding-bottom: 100px;background-color: #f5f5f5;}
.gywm_section1 .cont1{margin-top: 40px;margin-bottom: 60px;display: flex;justify-content: space-between;align-items: flex-start;}
.gywm_section1 .cont1 .left{width: 48.75912408759124%;padding-right: 20px;}
.gywm_section1 .cont1 .left .title{font-size: 30px;color: #121111;line-height: 34px;margin-bottom: 40px;font-weight: bold;}
.gywm_section1 .cont1 .left .line{width: 52px;height: 3px;background-color: #bf2f38;border-radius: 3px;}
.gywm_section1 .cont1 .right{width: 51.24087591240876%;font-size: 16px;color: #4c4c4c;line-height: 36px;}
.gywm_section1 .cont2{display: flex;justify-content: space-between;align-items: stretch;}
.gywm_section1 .cont2 .left{width:69.27007299270073%;position: relative;}
.gywm_section1 .cont2 .left .pic img{width: 100%;display: block;}
.gywm_section1 .cont2 .left .ico{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;}
.gywm_section1 .cont2 .left .ico img{width: 54px;display: block;margin: 0 auto 14px auto;}
.gywm_section1 .cont2 .left .ico .wz{font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;}
.gywm_section1 .cont2 .right{width:29.1970802919708%;padding: 44px 46px;position: relative;background-color: #ffffff;}
.gywm_section1 .cont2 .right .num{font-size: 100px;color: #bf2f38;line-height: 100px;margin-bottom: 20px;font-weight: bold;}
.gywm_section1 .cont2 .right .wz{font-size: 16px;color: #333333;line-height: 20px;}
.gywm_section1 .cont2 .right img{width: 49px;display: block;position: absolute;right: 52px;bottom: 49px;}
@media screen and (max-width:1024px) {
.gywm_section1{padding-bottom: 30px;padding-top: 30px;}
.gywm_section1 .cont1{margin-top: 0;margin-bottom: 20px;display: block;}
.gywm_section1 .cont1 .left{width: 100%;padding-right: 0;}
.gywm_section1 .cont1 .left .title{font-size: 18px;;line-height: 24px;margin-bottom: 10px;}
.gywm_section1 .cont1 .left .line{width: 36px;height: 2px;border-radius: 2px;}
.gywm_section1 .cont1 .right{width: 100%;font-size: 14px;line-height: 24px;margin-top: 12px;}
.gywm_section1 .cont2{display: block;}
.gywm_section1 .cont2 .left{width:100%;}
.gywm_section1 .cont2 .left .ico img{width: 26px;margin: 0 auto 10px auto;}
.gywm_section1 .cont2 .left .ico .wz{font-size: 13px;}
.gywm_section1 .cont2 .right{width:100%;padding: 20px;}
.gywm_section1 .cont2 .right .num{font-size: 40px;line-height: 46px;margin-bottom: 12px;}
.gywm_section1 .cont2 .right .wz{font-size: 14px;}
.gywm_section1 .cont2 .right img{width: 26px;right: 20px;bottom: 20px;}
}

.gywm_section2{width: 100%;padding-top: 40px;padding-bottom: 100px;}
.gywm_section2 ul li{padding-top: 60px;padding-bottom: 60px;border-bottom: 1px solid #e7e7e7;display: flex;justify-content: space-between;align-items: center;}
.gywm_section2 ul li:nth-child(odd){flex-direction:row-reverse;}
.gywm_section2 ul li .left{width: 53.35766423357664%;}
.gywm_section2 ul li .left .pic{ padding-bottom: 65.25%; position: relative; overflow: hidden;}
.gywm_section2 ul li .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.gywm_section2 ul li .right{width: 40.87591240875912%;}
.gywm_section2 ul li .right .bt{font-size: 30px;color: #121111;line-height: 46px;font-weight: bold;}
.gywm_section2 ul li .right .fbt{font-size: 22px;color: #bf2f38;line-height: 46px;font-weight: bold;margin-bottom: 36px;}
.gywm_section2 ul li .right .fbt2{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 22px;}
.gywm_section2 ul li .right .dl{margin-bottom: 28px;}
.gywm_section2 ul li .right .dl:last-child{margin-bottom: 0;}
.gywm_section2 ul li .right .dl .dd{margin-bottom: 16px;font-size: 16px;color: #4c4c4c;line-height: 20px;padding-left: 14px;position: relative;}
.gywm_section2 ul li .right .dl .dd::after{content: "";display: block;width: 6px;height: 6px;background-color: #bf2f38;border-radius: 100%;position: absolute;left: 0;top: 7px;}
.gywm_section2 ul li .right .dl .dd:last-child{margin-bottom: 0;}
.gywm_section2 ul li .right .info{font-size: 16px;color: #4c4c4c;line-height: 36px;}
@media screen and (max-width:1680px) {
.gywm_section2 ul li .right .bt{font-size: 24px;line-height: 30px;}
.gywm_section2 ul li .right .fbt{font-size: 18px;line-height: 30px;margin-bottom: 20px;}
.gywm_section2 ul li .right .fbt2{font-size: 16px;line-height: 20px;margin-bottom: 16px;}
.gywm_section2 ul li .right .dl{margin-bottom: 16px;}
.gywm_section2 ul li .right .dl .dd{margin-bottom: 10px;font-size: 14px;padding-left: 12px;}
.gywm_section2 ul li .right .info{font-size: 14px;line-height: 26px;}
}
@media screen and (max-width:1680px) {
.gywm_section2{padding-top: 10px;padding-bottom: 30px;}
.gywm_section2 ul li{padding-top: 20px;padding-bottom: 20px;display: block;}
.gywm_section2 ul li .left{width: 100%;}
.gywm_section2 ul li .right{width: 100%;margin-top: 20px;}
.gywm_section2 ul li .right .bt{font-size: 20px;line-height: 30px;}
.gywm_section2 ul li .right .fbt{font-size: 18px;line-height: 30px;margin-bottom: 12px;}
.gywm_section2 ul li .right .fbt2{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.gywm_section2 ul li .right .dl{margin-bottom: 12px;}
.gywm_section2 ul li .right .dl .dd{margin-bottom: 8px;font-size: 14px;padding-left: 12px;}
.gywm_section2 ul li .right .dl .dd::after{width: 4px;height: 4px;top: 8px;}
.gywm_section2 ul li .right .info{font-size: 14px;line-height: 22px;}
}





/* bwh */
.max-width{max-width:1370px; margin-right: auto; margin-left: auto;}
.ctext{padding-left:1rem;padding-right:1rem;}
@media  screen and (max-width: 1024px){
.ctext{padding-left:16px;padding-right:16px;}
}


.inbaner{ position: relative; line-height:0; overflow: hidden; }
.inbaner .div{ display:block; width:100%; text-align: center;}
.inbaner .div img{width:100%;}
.inbanerbox1{ position: absolute; left: 0; bottom:0; width: 100%; z-index: 6;}
.inbanerbox1 .cont{ display: flex; flex-wrap: wrap; width:6.44rem; background:rgba(255,255,255,0.8); padding:0.65rem 0.5rem 0.65rem 0.72rem;}
.inbanerbox1 .tit1{ display: block; width:100%; font-weight: bold; color:#121111; font-size:0.4rem; line-height: 0.5rem;}
.inbanerbox1 .tit2{ display: block; width:100%; color:#333; font-size:0.24rem; line-height:0.34rem; min-height:0.7rem; margin-top: 0.2rem;}


@media screen and (max-width:1024px) {
.inbanerbox1 .cont{ width:340px;padding:16px 15px;}	
.inbanerbox1 .tit1{ font-size:18px; line-height:26px;}
.inbanerbox1 .tit2{ font-size:14px; line-height:22px; min-height:44px; margin-top:5px;}
}
@media screen and (max-width:767px) {
.inbanerbox1 .cont{ width:100%;}	
}

.mbx{ display: flex; flex-wrap: wrap; width:100%; color: #333;font-size:16px; line-height:26px; padding-top: 24px; }
.mbx a{ color: #333;}
.mbx span{ color:#bf2f38;}
.mbx i{ padding:0 5px;}
.mbx a:hover,
.mbx a.on{ color:#bf2f38;}

@media screen and (max-width:1024px) {
.mbx{ display:none;}
}

.page_section{width: 100%;}
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{display: block;font-size: 16px;color: #9c9c9c;width:40px;height: 40px;border: 1px solid #fff; border-radius: 3px;display: flex;justify-content: center;align-items: center;margin:0 5px;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{background:#bf2f38;border-color: #bf2f38;color: #fff;}
.page_section .phpage{display: none;justify-content: center;align-items: center;}
.page_section .phpage a{width: 30px;height:30px;border: 1px solid #fff;border-radius:3px;display: flex;justify-content: center;align-items: center;color: #9c9c9c;font-size: 16px;}
.page_section .phpage a:hover{background: #bf2f38;border-color: #bf2f38;}
.page_section .phpage span{margin: 0 20px;font-size: 16px;color: #9c9c9c;}

@media screen and (max-width:1024px) {
.page_section .pcpage{display: none;}
.page_section .phpage{display: flex;}
}


.case { display: block; width: 100%; padding:5px 0 39px 0;}
.case .u2{  display:flex; flex-wrap: wrap; width:calc(100% + 0.4rem); margin:0 -0.2rem; }
.case .u2 .li{ display:block; width: 33.33%; padding:0.2rem;}
.case .u2 .a{ width: 100%; display: block; border: 1px solid #bcbec3;  padding:0.19rem;}
.case .u2 .a ._img{ padding-bottom:67.96%;}
.case .u2 .a .tit{ width: 100%; color: #121111;font-size:18px; line-height:28px; margin-top: 0.34rem; }
.case .u2 .a .more{ display:inline-flex; background: url(img/ArrowRight.png) right 6px no-repeat; background-size:10px auto !important; color:#666666; font-size: 16px; line-height: 26px; padding-right:20px; margin:0.16rem 0 0.11rem 0;}
.case .u2 .a:hover .tit{ color:#bf2f38;}
.case .u2 .a:hover .more{ color:#bf2f38;}
.case .u2 .a:hover{ border: 1px solid #bf2f38; }


@media screen and (max-width:1024px) {
.case { padding:22px 0 22px 0;}	
.case .u2{width:calc(100% + 16px); margin:0 -8px; }
.case .u2 .li{ padding:8px;}	
.case .u2 .a{padding:10px;}
.case .u2 .a .tit{ font-size:16px; line-height:26px; margin-top:14px;} 
.case .u2 .a .more{font-size:14px; line-height:24px; padding-right:18px; margin:5px 0 5px 0;background: url(img/ArrowRight.png) right 7px no-repeat; background-size:8px auto !important;} 
}
@media screen and (max-width:767px) {
.case .u2 .li{ width:100%;}

}


.newsbox{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; width: 100%; padding:25px 0 65px 0;}
.newsbox .left{ display: block; width:68.61%;}
.newsbox .right{ display: block; width:26.27%;}
.newsbox .title{ display: block; width: 100%; font-weight: bold; color: #191919;font-size:0.36rem; line-height:0.46rem; border-bottom: 1px solid #e7e7e7; padding:10px 0 26px 0;}
.newsbox .sect{ display: block; width: 100%; color: #666666;font-size:16px; line-height:32px; padding:25px 0 0 0; }
.newsbox .sect .tit{ display:block; position: relative; width: 100%; color: #191919;font-size:24px; line-height:34px; padding:0 0 0 18px;}
.newsbox .sect .tit::after{ display: flex; width:3px; height:24px; background:#bf2f38; position: absolute; left:0; top: 6px; content: ''; }
.newsbox .sect .cont{ display:block; width: 100%; padding:18px 0 27px 0;}


@media screen and (max-width:1024px) {
.newsbox{ padding:30px 0 35px 0;}	
.newsbox .left{ width: 100%; }
.newsbox .right{ width: 100%; margin-top:5px;}
.newsbox .title{font-size:18px; line-height:28px; padding:0 0 18px 0;}
.newsbox .sect{font-size:14px; line-height:26px; }
.newsbox .sect .tit{font-size:16px; line-height:26px; padding:0 0 0 10px;}
.newsbox .sect .tit::after{ width:2px; height:16px; top: 6px; }
.newsbox .sect .cont{padding:10px 0 20px 0;}
}



.slideTit{ display: block; width:100%; color: #222222; line-height:30px; font-size:20px; font-weight: bold;border-bottom: 1px solid #bf2f38; padding-bottom: 15px;}
.slideR{ display: block; width:100%;}
.slideR .u1{  display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
.slideR .u1 .li{ display: block; width:100%; margin-top:20px;}
.slideR .u1 .li .a{ display: block; width:100%; }
.slideR .u1 .li .a ._img{ padding-bottom:68.05%;}
.slideR .u1 .li .a .tit{ width: 100%; color: #454545;font-size:16px; line-height:26px; margin:16px 0 3px 0; }
.slideR .u1 .li .a:hover .tit{ color:#bf2f38;}

@media screen and (max-width:1024px) {
.slideR .u1 .li{ width:48%; }
.slideR .u1 .li .a .tit{font-size:14px; line-height:24px; margin:14px 0 0 0; }
}




.prod { display: block; width: 100%; padding:20px 0 45px 0;}
.prod .u2{  display:flex; flex-wrap: wrap; width:calc(100% + 0.38rem); margin:0 -0.19rem; }
.prod .u2 .li{ display:block; width: 33.33%; padding:0.15rem 0.19rem;}
.prod .u2 .a{ width: 100%; display: block; border: 1px solid #bcbec3;}
.prod .u2 .a ._img{ padding-bottom:67.13%;}
.prod .u2 .a .cont{ position: relative; width: 82%; border-top:1px solid #d8d9dc; margin:0 9%; padding: 0.35rem 0; position: relative; }
.prod .u2 .a .cont::after{ content: ''; display: block; width: 0; background: #bf2f38;height:1px; position: absolute; left: 0; top:-1px; z-index: 1;}
.prod .u2 .a .tit{ width: 100%; color: #121111;font-size:18px; line-height:28px; }
.prod .u2 .a .p{ width: 100%; color:#666666; font-size: 16px; line-height: 26px; margin-top:3px;}
.prod .u2 .a:hover .tit{ color:#bf2f38;}
.prod .u2 .a:hover .p{ color:#bf2f38;}
.prod .u2 .a:hover .cont::after{width: 100%; }
.prod .u2 .a:hover{ border: 1px solid #bf2f38; }


@media screen and (max-width:1024px) {
.prod { padding:22px 0 22px 0;}	
.prod .u2{width:calc(100% + 16px); margin:0 -8px; }
.prod .u2 .li{ padding:8px;}	
.prod .u2 .a{padding:0 10px;}
.prod .u2 .a .cont{ width: 96%; margin:0 2%; padding:16px 0; }
.prod .u2 .a .tit{ font-size:16px; line-height:26px;} 
.prod .u2 .a .p{font-size:14px; line-height:24px;-webkit-line-clamp: 1!important;} 
}
@media screen and (max-width:767px) {
.prod .u2 .li{ width:100%;}

}



.prod-1{ padding:39px 0 45px 0;}
.prod-1 .u2{ display: block;}
.prod-1 .slick-dots{ margin:0 !important; position: absolute; left: 0; bottom:-45px;}

@media screen and (max-width:1024px) {
.prod-1{ padding:20px 40px 30px 40px;}
.prod-1 .slick-dots{ bottom:-30px;}
}


.prod2{ display:block; width:100%; background: #fff; margin-top:40px; padding:50px; }
.prod2 .title{ display:flex; align-items: flex-end; width: 100%; border-bottom: 1px solid #dbdbdb;}
.prod2 .title .tit{ text-transform: capitalize; display:inline-flex; position: relative; color: #333; font-size:20px; line-height:1; padding-bottom:18px;}
.prod2 .title .tit::after{ display:block; content:''; z-index: 6; position: absolute; left:0; bottom:-1px; width:100%; height:2px; background: #bf2f38;}
.prod2 .sect{ width:100%; color: #666666; font-size:16px; line-height:36px; padding:20px 0 30px 0;}
.prod2 .table{ width:100%; color: #333333; font-size:16px; line-height:26px; margin-top:30px;}
.prod2 .table tr:nth-child(2n+1){ background: #eeeeee; border:1px solid #eeeeee;}
.prod2 .table tr:nth-child(2n+2){ border:1px solid #e7e7e7;}
.prod2 .table td{ padding:13px 0 13px 0.46rem;}
.prod2 .table .s{ padding:0 0 0 0.74rem;}
.prod2 .table tr td:nth-child(1){width:35.6%;}
.prod2 .table tr td:nth-child(2){width:64.4%;}


@media  screen and (max-width:1440px){
.prod2 .table .s{ padding:0 0 0 0.46rem;}
}
@media  screen and (max-width:1024px){
.prod2{ margin-top:20px; padding:25px 15px 15px 15px; }
.prod2 .title .tit{ font-size:18px; line-height:1; padding-bottom:15px;}
.prod2 .sect{ font-size:14px; line-height:26px; padding:15px 0 20px 0;}
.prod2 .table{ font-size:14px; line-height:24px; margin-top:20px;}
.prod2 .table .s{ padding:0; display: block;}
.prod2 .table td{ padding:12px 0 12px 14px;}
.prod2 .table tr td:nth-child(1){width:24%;}
.prod2 .table tr td:nth-child(2){width:76%;}
}

.Download{ padding:20px 0 39px 0;}
.Download .li{ position: relative; width:100%; display: flex; align-items: flex-start; border:1px solid #ebebeb; padding:20px 30px; margin-top:9px;}
.Download .li .tit{ display: block; width:100%; color: #333333; font-size:16px; line-height:26px;}
.Download .li .yulan{ display: flex;align-items: center; color: #666666; font-size:14px; line-height:24px; white-space: nowrap; margin-left: 0.55rem;  }
.Download .li .yulan img{ margin-right:8px; width:18px; min-width:18px; height:18px;}
.Download .li .btn{ display: flex; align-items: center; color: #333; font-size:14px; line-height:24px; white-space: nowrap; margin-left: 0.55rem; }
.Download .li .btn img{ margin-right:8px; width:18px; min-width:18px; height:18px;}
.Download .li:hover .tit{color: #bf2f38;}
.Download .li:hover .yulan{color: #bf2f38;}
.Download .li:hover .btn{color: #bf2f38;}

@media  screen and (max-width:1024px){
.Download{  padding:11px 0 25px 0;}	
.Download .li{ padding:12px 14px;}	
}
@media  screen and (max-width:767px){
.Download .li{ flex-wrap: wrap; justify-content:space-between; }
.Download .li .size{ width:auto; min-width:auto; }
.Download .li .yulan{ margin:10px 0 5px 0; }
.Download .li .btn{ margin:10px 0 5px 0; }
}


.prod1{display: block;width:100%;}
.prod1 .box{ display: flex; flex-wrap: wrap; justify-content: space-between; width:100%; background: #fff; padding:44px 50px; }
.prod1 .left{ display: block; width:45.8%; padding:0 50px 0 0; border-right:1px solid #dddddd;}
.prod1 .pic{ display: block; width:100%; line-height: 0;}
.prod1 .right{display: flex; flex-wrap: wrap; align-content: flex-start; width:47.24%; margin-top: 0.56rem;}
.prod1 .title{ display:block; width:100%; color: #121111;font-size:0.36rem; line-height:0.46rem; }
.prod1 .line{ display:block; width:95px; height:3px; background:#bf2f38; margin-top: 0.22rem;}
.prod1 .info{ display:block; width:100%; margin-top: 0.26rem; color: #4c4c4c;font-size:16px; line-height:36px; }


@media screen and (max-width:1440px) {
.prod1 .right{ margin-top: 0.36rem;}
}
@media screen and (max-width:1024px) {
.prod1 .box{ padding:15px 15px 30px 15px; }	
.prod1 .left{ width:100%; padding:0 0 15px 0; border-right:0; border-bottom:1px solid #dddddd;}
.prod1 .right{ width:100%; margin-top:20px;}
.prod1 .title{ font-size:18px; line-height:28px;}
.prod1 .line{  width:50px; height:2px; margin-top:14px;}
.prod1 .info{ font-size:14px; line-height:26px; margin-top:15px;}

}


.contact{ width:100%; overflow: hidden; margin-top:36px; }
.contact .title{ display: block; width:100%; font-weight: bold; color:#121111; font-size:0.36rem; line-height: 0.36rem;}
.contact .box{ display: flex; flex-wrap: wrap; justify-content: space-between; width:100%; margin-top:55px; }
.contact .left{ display: block; width:45.47%;}
.contact .pic{ display: block; width:100%; line-height: 0;}
.contact .right{display: flex; flex-wrap: wrap; align-content: flex-start; width:47.44%; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; padding:0.45rem 0;}
.contact .name{ display:block; width:100%; color: #292929;font-size:0.3rem; line-height:0.4rem; font-weight: bold; }
.contact .line{ display:block; width:40px; height:4px; background:#bf2f38; margin-top: 0.29rem;}
.contact .addr{ display:block; width:100%; margin-top: 0.15rem; color:#292929; font-size:18px; line-height:28px;}
.contact .addr .p{ display:block; width:100%; margin-top:0.1rem;}

@media screen and (max-width:1440px) {
.contact .right{ padding:0.35rem 0;}
.contact .line{ width:40px; height:4px; margin-top: 0.19rem;}
.contact .addr{ font-size:16px; line-height:26px; margin-top:4px;}
}
@media screen and (max-width:1024px) {
.contact{ margin-top:30px; }	
.contact .title{ font-size:18px; line-height:28px;}
.contact .box{ margin-top:20px; }	
.contact .left{ width:100%;}
.contact .right{ width:100%; margin-top:20px; padding:22px 0;}
.contact .name{ font-size:16px; line-height:26px;}
.contact .line{  width:30px; height:2px; margin-top:12px;}
.contact .addr{ font-size:14px; line-height:24px; margin-top:8px;}
.contact .addr .p{ margin-top:4px;}
}



.djl_box{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; width: 100%; padding:25px 0 65px 0;}
.djl_box .right{ display: block; width:68.61%;}
.djl_box .left{ display: block; width:26.27%;}
.djl_box .title{ display: block; width: 100%; font-weight: bold; color: #191919;font-size:0.36rem; line-height:0.46rem; border-bottom: 1px solid #e7e7e7; padding:4px 0 26px 0;}
.djl_box .sect{ display: block; width: 100%; color: #666666;font-size:16px; line-height:32px; padding:3px 0 0 0; }
.djl_box .sect .tit{ display:block; position: relative; width: 100%; color: #191919;font-size:24px; line-height:34px; padding:0 0 0 18px;}
.djl_box .sect .tit::after{ display: flex; width:3px; height:24px; background:#bf2f38; position: absolute; left:0; top: 6px; content: ''; }
.djl_box .sect .cont{ display:block; width: 100%; padding:18px 0 27px 0;}

.djl_box .sect .sectbox:first-child .tit{margin-top:27px;}

@media screen and (max-width:1024px) {
.djl_box{ padding:30px 0 20px 0;}	
.djl_box .left{ width: 100%; }
.djl_box .right{ width: 100%; margin-top:30px;}
.djl_box .title{font-size:18px; line-height:28px; padding:0 0 18px 0;}
.djl_box .sect{font-size:14px; line-height:26px; padding:10px 0 0 0; }
.djl_box .sect .tit{font-size:16px; line-height:26px; padding:0 0 0 10px;}
.djl_box .sect .tit::after{ width:2px; height:16px; top: 6px; }
.djl_box .sect .cont{padding:10px 0 20px 0;}

.djl_box .sect .sectbox:first-child .tit{margin-top:20px;}

}



.slideTit1{ display: block; width: 100%;background:#bf2f38; color:#fff; font-weight: bold; font-size:20px; line-height:30px; padding:22px 22px;}
.slide1{ display: block; width: 100%;background:#FAF8F9;padding:16px 22px 46px 22px;}
.slide1 .ul{ display:block; width: 100%; }
.slide1 .li{ display: block; width: 100%; border-bottom:1px solid #f3e1e2;}
.slide1 .li a{ display: block; width: 100%;color:#333333;font-size:18px; line-height:28px; padding:16px 16px 16px 0; background: url(img/ico12.png) right center no-repeat; background-size:8px auto !important; }
.slide1 .li:hover a,
.slide1 .li.on a{color:#bf2f38; background: url(img/ico13.png) right center no-repeat;}


@media screen and (max-width:1024px) {
.slideTit1{ font-size:16px; line-height:26px; padding:8px 12px;}	
.slide1{ display: block; width: 100%;background:#fef7f8;padding:6px 12px 20px 12px;}	
.slide1 .ul{ display:flex; flex-wrap: wrap; justify-content: space-between;}
.slide1 .li{ width:30.5%; }	
.slide1 .li a{ padding:8px 8px 8px 0; font-size:14px; line-height:26px; }
}


.zsxk{ padding-bottom: 75px;}
.zsxk .title{ display: block; width: 100%;color:#121111;font-size:0.3rem; line-height:0.4rem; padding:20px 0 0 0; font-weight: bold;}
.zsxk .box{ display:block; width: 100%; padding:10px 0 0 0; }
.zsxk .list{ display:flex; flex-wrap: wrap; width: 100%;}
.zsxk .list .li{ display: block; min-width:27.37%;  padding:20px 0;}
.zsxk .list .li .t1{ display: block; width: 100%;color:#121111;font-size:16px; line-height:26px;}
.zsxk .list .li .t2{ display: block; width: 100%; margin-top: 4px;}
.zsxk .list .li .t2 .a{ display: block; width: 100%; color:#bf2f38;font-size:14px; line-height:24px;}
.zsxk .list .li .t2 .a span{ margin-right: 8px;}
.zsxk .list .li .t2 .a:hover{ text-decoration: underline;}

@media screen and (max-width:1440px) {
.zsxk .list{ justify-content: space-between; }	
.zsxk .list .li{  min-width:32%; }
}
@media screen and (max-width:1024px) {
.zsxk{padding-top:10px; padding-bottom:35px;}	
.zsxk .box{ padding:5px 0 0 0; }
.zsxk .title{ font-size:18px; line-height:28px; }
.zsxk .list .li{  min-width:49%; padding:10px 0;}
.zsxk .list .li .t1{ font-size:15px; line-height:25px; }
}

.xiazai{ padding-bottom: 95px;}
.xiazai .title{ display: block; width: 100%;color:#121111;font-size:0.3rem; line-height:0.4rem; padding:20px 0 0 0; text-align: center; font-weight: bold;}
.xiazai .title1{ display: block; width: 100%;color:#121111;font-size:0.28rem; line-height:0.38rem; text-align: center; font-weight: bold; margin-top:54px; }
.xiazai .info{ display: block; width: 100%;color:#121111;font-size:18px; line-height:28px; margin-top: 10px; text-align: center; }
.xiazai .box{ display:block; width: 100%; padding:10px 0 0 0; }
.xiazai .list1{ display:block; width: 100%; padding-bottom: 3px;}
.xiazai .list1 .u2{ display:flex; flex-wrap: wrap; justify-content: center; width: 100%;}
.xiazai .list1 .li{display:flex; flex-direction: column; margin:24px 0.56rem 0 0.56rem;}
.xiazai .list1 .li .a{ display:flex; flex-direction: column; justify-content: center; align-items: center;}
.xiazai .list1 .li .tit{ display: flex;color:#333333;font-size:18px; line-height:28px;margin-top:10px;}
.xiazai .list1 .li:hover .tit{color: #bf2f38;}
.xiazai .list1 .li .ico{ display: block; line-height: 0;}
.xiazai .list1 .li .ico img{ display: block; height:28px;}
.xiazai .list2{ display:block; width: 100%;}
.xiazai .list2 .u2{ display:flex; flex-wrap: wrap; justify-content: center; width: 100%;}
.xiazai .list2 .li{display:flex; flex-direction: column; margin:24px 0.55rem 0 0.55rem;}
.xiazai .list2 .li .a{ display:flex; flex-direction: column; justify-content: center; align-items: center;}
.xiazai .list2 .li:hover .tit{color: #bf2f38;}
.xiazai .list2 .li .tit{ display: flex; color:#121111;font-size:20px; line-height:30px;margin-top:10px;}
.xiazai .list2 .li .ico{ display: block; line-height: 0;}
.xiazai .list2 .li .ico img{ display: block; height:100px;}

@media screen and (max-width:1024px) {
.xiazai{padding-top:20px; padding-bottom:40px;}	
.xiazai .title{ font-size:18px; line-height:28px; }
.xiazai .title1{ font-size:16px; line-height:26px; margin-top:25px; }
.xiazai .info{ font-size:14px; line-height:24px; padding:0 10%; }
.xiazai .list1 .li{ margin:20px 10px 0 10px;}
.xiazai .list1 .li .tit{ font-size:14px; line-height:24px; }
.xiazai .list1 .li .ico img{ height:24px;}
.xiazai .list2 .li{ margin:20px 10px 0 10px;}
.xiazai .list2 .li .tit{ font-size:16px; line-height:26px; }
.xiazai .list2 .li .ico img{ height:66px;}
}




.skam{ padding-bottom:95px;}
.skam .title{ display: block; text-align: center; width: 100%;color:#121111;font-size:0.3rem; line-height:0.4rem; padding:20px 0 0 0; font-weight: bold;}
.skam .title1{ display:flex; flex-direction: column; justify-content: center; align-items: center; width: 100%;margin-top:45px;}
.skam .title1 .tit{ display: flex; color:#121111;font-size:20px; line-height:30px;margin-top:10px;}
.skam .title1 .ico{ display: block; line-height: 0;}
.skam .title1 .ico img{ display: block; height:100px;}
.skam .list{ display:block; width: 100%;}
.skam .list .ul{ display:flex; flex-wrap: wrap; justify-content:center; width: 100%;}
.skam .list .li{ display: flex; justify-content: center; width:27%; padding:0 10px; margin:20px 0 0 0; }
.skam .list .li .la{ display: flex;flex-direction: column;  flex-direction: column;}
.skam .list .li .t1{ display: inline-flex; color:#121111;font-size:16px; line-height:26px;}
.skam .list .li .t2{ display: flex; flex-direction: column; margin-top: 4px;}
.skam .list .li .t2 .a{ display: inline-flex; color:#bf2f38;font-size:14px; line-height:24px;}
.skam .list .li .t2 .a span{ margin-right: 8px;}
.skam .list .li .t2 .a:hover{ text-decoration: underline;}
.skam .list1{ display:block; width: 100%;padding:7px 0;}
.skam .list1 .ul{ display:flex; flex-wrap: wrap; justify-content:center; width:calc(100% + 1.4rem); margin:0 -0.7rem;}
.skam .list1 .li{display:block; width:25%; padding:18px 0.7rem; }
.skam .list1 .li .la{ display:block; width: 100%;}
.skam .list1 .li .img{ display:block; width: 100%; line-height: 0;}
.skam .list1 .li .img img{ object-fit: contain;}
.skam .list1 .li .t1{display:block; width: 100%; color:#121111;font-size:16px; line-height:20px; margin-top:18px;}
.skam .list1 .li .t2{display:block; width: 100%; margin-top:6px;}
.skam .list1 .li .t2 .a{ display: flex; align-items: center; color:#bf2f38;font-size:14px; line-height:22px;}
.skam .list1 .li .t2 .a img{ display: block; width:18px; height:18px; margin-right: 8px;}



@media screen and (max-width:1600px) {
.skam .list1 .ul{ width:calc(100% + 1.2rem); margin:0 -0.6rem;}
.skam .list1 .li{ padding:18px 0.6rem; }
.skam .list .li{width:28%; }
}
@media screen and (max-width:1440px) {
.skam .list1 .ul{ width:calc(100% + 1rem); margin:0 -0.5rem;}
.skam .list1 .li{ padding:18px 0.5rem; }
.skam .list .li{width:29%; }
}
@media screen and (max-width:1024px) {
.skam{padding-top:10px; padding-bottom:40px;}	
.skam .title{ font-size:18px; line-height:28px; }
.skam .title1{margin-top:25px;}
.skam .title1 .tit{ font-size:16px; line-height:26px; }
.skam .title1 .ico img{ height:66px;}
.skam .list .ul{ justify-content:space-between;}
.skam .list .li{ width:32%; padding:0;}
.skam .list .li .t1{ font-size:15px; line-height:25px; }
.skam .list1{ padding:12px 0 0 0;}
.skam .list1 .ul{ width:calc(100% + 16px); margin:0 -8px;}
.skam .list1 .li{ padding:12px 8px;width:33.33%;}
.skam .list1 .li .t1{ font-size:15px; margin-top:15px;}
}
@media screen and (max-width:767px) {
.skam .list1 .li{ width:50%;}
.skam .list .li{ width:48%; justify-content: flex-start;}
.skam .list .li:nth-child(2n){ justify-content: flex-end;}

}












.siz40{ display:block; width:100%; text-align: center; color: #121111;font-size:0.4rem; line-height:0.6rem; font-weight: bold;}
.bg-f5{ background:#f5f5f5;}


.pt25{ padding-top:25px;}
.pt95{ padding-top: 95px;}
.pd100{ padding-bottom: 100px;}
@media screen and (max-width:1024px) {
.siz40{font-size:20px; line-height:30px; }	 

.pt95{ padding-top:30px;}	 

.pd100{ padding-bottom:35px;}
}


.case .u2 .a .tit,
.prod .u2 .a .tit,
.prod .u2 .a .p,
.slideR .u1 .li .a .tit{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;}
{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:2;}



._img{ width:100%; display: block; line-height: 0; overflow: hidden; position: relative;}
._img img{ display: block; position: absolute; left: 0; top:0; width:100%; height: 100%; object-fit: cover;}


.case .u2 .a ._img img,
.case .u2 .a .tit,
.case .u2 .a .more,
.prod .u2 .a ._img img,
.prod .u2 .a .tit,
.prod .u2 .a .p,
.prod .u2 .a .cont::after,
.slideR .u1 .li .a ._img img,
.slideR .u1 .li .a .tit{
	transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.case .u2 .a:hover ._img img,
.prod .u2 .a:hover ._img img,
.slideR .u1 .li .a:hover ._img img{ transform: scale(1.06); -ms-transform: scale(1.06);}



/* end */


.pagecon.gywm_section1 .cont1 .right{width:100%;}
.pagecon.gywm_section1 .cont1{margin-bottom:0;}
.pagecon.gywm_section1{padding-bottom:40px;}

@media screen and (max-width:1024px) {
.pagecon.gywm_section1{padding-bottom:20px;}
}



.dian{padding-left: 14px;position: relative;}
.dian::after{content: "";display: block;width: 6px;height: 6px;background-color: #bf2f38;border-radius: 100%;position: absolute;left: 0;top: 50%; margin-top:-3px;}

@media screen and (max-width:1680px) {
.dian{padding-left: 12px;}
.dian::after{width: 4px;height: 4px; margin-top:-2px;}
}

.pro_contact{ display:block; margin-top:15px; font-size: 16px; color: #ffffff;line-height: 40px; background:#bf2f38; color:#fff; padding:0 20px; border-radius:10px;}
.pro_contact:hover{opacity: 0.8;}

@media screen and (max-width:1024px) {
.pro_contact{ display:block; margin-top:10px; font-size: 14px; color: #ffffff;line-height: 30px; background:#bf2f38; color:#fff; padding:0 12px; border-radius:6px;}
}
