*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;font-family: 'Hos','Microsoft YaHei';}
body{font-size: 14px;min-width: 1200px; overflow-x: hidden;font-family: 'Hos','Microsoft YaHei'; background:#fff;}
a{text-decoration: none; color:#333; font-size: 14px;}
li{list-style: none;}
em,i{font-style: normal;}
input,select,textarea {border-radius: 0;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a,*::before,*::after {font-size: 14px;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.fl {float: left;}
.fr {float: right;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto;height: auto;z-index: 1;max-width: 100%;max-height:100%;}
.img img.img-center {width: auto;height:auto;height:-webkit-min-content;height:-moz-min-content;height:min-content;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.top8{ margin-top:80px;}

/*全局变量*/
body{
--main-color:#a78b6b; /*主色调*/
--min-width:1400px; /*最小宽度*/
--max-width:1920px; /*最大宽度*/
}

/* fonts */
@font-face { 
        font-family: 'Hos'; src: 
       url('https://cdn.114my.com.cn/font/lcw/Hos.ttf') format('truetype')
}
@font-face { 
        font-family: 'axt'; src: 
       url('https://cdn.114my.com.cn/font/lcw/axt.ttf') format('truetype')
}

@font-face{font-family:'alz'; src: url("https://cdn.114my.com.cn/font/hxp/alimamashuheiti.ttf");}


@font-face { 
        font-family: 'din'; src: 
       url('https://cdn.114my.com.cn/font/lcw/D-DIN-Bold.ttf') format('truetype')
}
@font-face { 
        font-family: 'srm'; src: 
       url('https://cdn.114my.com.cn/font/lcw/srm.otf') format('truetype')
}


.f03{font-family: 'Microsoft YaHei';}
.f04{font-family: 'axt';}


@font-face {
  font-family: 'iconfont';  /* Project id 5068706 */
  src: url('//at.alicdn.com/t/c/font_5068706_0wztf9e7ywy.woff2?t=1763718829058') format('woff2'),
       url('//at.alicdn.com/t/c/font_5068706_0wztf9e7ywy.woff?t=1763718829058') format('woff'),
       url('//at.alicdn.com/t/c/font_5068706_0wztf9e7ywy.ttf?t=1763718829058') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

.gyc{max-width:84%;margin:0 auto;min-width:1200px;width:100%}

.w1500{margin:0 auto;min-width:1200px;width:85%}
@media(max-width:1680px){
	.w1500{width:88%}
	}
	@media(max-width:1440px){
	.w1500{width:90%}
	}
@media(max-width:1400px){
.w1500{width:95%}
}
.gy{margin: 0 auto;max-width: 84%;min-width: 1200px;overflow:hidden;}

.top30{margin-top:30px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}
.top60{margin-top:60px;}
.top70{margin-top:70px;}

/*one_title*/
.one_title{text-align: center;margin-bottom:40px;     color: #333; position: relative;}
.one_title p{font-size:42px; font-weight: bold;}
.one_title p b{color:var(--main-color);font-weight: bold;}
.one_title span{display: inline-block;font-size:18px;color:#777;margin-top:15px;position:relative;}
.one_title span i{width:12px;height:12px;position:absolute;top:calc(50% - 6px);}
.one_title span i:first-child{left:-20px;}
.one_title span i:last-child{right:-20px;}
.one_title span i:before,.one_title span i:after{content:'';position:absolute;}
.one_title span i:before{width:5px;height:2px;background:#999;top:calc(50% - 1px);}
.one_title span i:after{width:8px;height:8px;border-radius:100%;border:2px solid #999;left:0;top:0;}
.one_title span i:first-child:before{left:-10px;animation:oneTitleBefore infinite 3s linear;}
.one_title span i:last-child:before{right:-10px;animation:oneTitleAfter infinite 3s linear;}

@keyframes oneTitleBefore{
  0%{width:5px;left:-10px;}
  25%{width:1px;left:0px;}
  50%{width:5px;left:-10px;}
  75%{width:15px;left:-20px;}
  100%{width:5px;left:-10px;}
}
@keyframes oneTitleAfter{
  0%{width:5px;right:-10px;}
  25%{width:1px;right:0px;}
  50%{width:5px;right:-10px;}
  75%{width:15px;right:-20px;}
  100%{width:5px;right:-10px;}
}
/*抬头*/
.head{  width:100%;top:0;z-index:999;display:flex;transition:.5s;background-image:linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.92));box-shadow:0 0 10px rgba(0,0,0,.1);}
.head.on{ box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);height: 100px;  position: fixed; background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.92));}
.head.on .headbg{height: 100px;}
.head.on .headbg .logo {margin-top: 6px;}
.head.on .headbg .logo img{}
.head.on .head_nav > ul > li > a {padding-top: 0px;}
.head.on .head_nav li dl{top:100px;}
.head.on .head_nav > ul > li > a:after {margin: -3px auto 0;}
.head.on .head_nav{margin-top: 0px;}
.head.on .header-search{margin-top: -0px;}
.headbg{position:fixed;width:100%;max-width:1920px;min-width:1400px;left:0;top:0;z-index:1000;transition:all 0.3s;display:flex;flex-direction:row;justify-content:space-between;padding:0 4%;background-image:linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,.5));box-shadow:0 0 10px rgba(0,0,0,.1);}
	
@media(max-width:1680px){
	.headbg{padding:0 3%}
	}
@media(max-width:1440px){
.headbg{padding:0 3%}
}
	
.headbg .fl{display:flex; flex-direction:row; justify-content:space-between;     align-items: center;}
.logo{}
.logo img{height: 3.8vw;}
.name{margin-left:15px;  font-size:26px; line-height:42px; color:#222; font-weight:bold; white-space:nowrap; letter-spacing: 0px;}
.name p{font-size:16px;  font-weight: normal; color:#f00; letter-spacing:0px;}
.headbg .fr{display:flex; flex-direction:row; justify-content:space-between; width:56%;}
.head_nav{width:100%; margin-top:0px;}
.head_nav > ul{display:flex; flex-direction:row; justify-content:space-between;}
.head_nav > ul > li > a{display:block; padding-top:0px; font-size:1vw; line-height:100px; color:#333; text-decoration:none; transition-duration:0.8s;}
.head_nav > ul > li > a:after{content:""; display:block; width:0; height:3px; margin:-3px auto 0; background:var(--main-color); transition-duration:0.8s;}
.head_nav > ul > li:hover > a,.head_nav li.head_cur > a{color:var(--main-color); font-weight:bold;}
.head_nav > ul > li:hover > a:after,.head_nav li.head_cur > a:after{width:100%;}
@media(max-width:1600px){
.headbg .fr{width:56%;}
}
.header-right{height: 100%;margin-left:100px;}
.header-search{float: right;position: relative;height:100%;text-align:center;display: flex;transition: all .3s;align-items: center; font-size: 22px;margin-left:20px;font-weight: bold;}
.header-search span{display:block;margin-left:10px;}
.header-search i{font-size: 16px; color: #fff;}
.top_con {width: 15vw;}
.top_con>ul {display: flex;justify-content: space-around;width: 100%;align-items: center;}
.top_con>ul>li {display: flex;position: relative;width: 24px;height: 24px;justify-content: center;z-index:66;   align-items: center;}
.top_con>ul>li:nth-child(1) {width: 50px;}
.top_con>ul>li:nth-child(3) {background: none;display: flex; align-items: center; width:192px;}
.top_con>ul>li:nth-child(3) a {font-size: 1.6vw; font-weight:bold; color: var(--main-color); padding-left:5px; font-family:din;}
.top_con li i {font-size: 20px;line-height: 28px; color: #666; height: 28px; font-weight:normal;}
.top_con li:nth-child(1) i{    position: relative; top: 2px;     color: #ff8400;}
.top_con li i a{color: #666;  padding-left: 4px; font-size:16px;}
.top_con li>p {width: 120px;overflow: hidden;position: absolute;top: 32px;left: -20px;opacity: 0;transition: 0.5s;height:  0;padding: 5px;background: #fff;border: 1px solid #ddd;}
.top_con li p img {width:100%;}
.top_con li>a {}
.top_con li:hover p {opacity: 1;transition: 0.5s;height: 120px;}
.top_con li>b {width: 120px;overflow: hidden;position: absolute;top: 40px;left: -20px;opacity: 0;transition: 0.5s; background: #fff;font-weight:normal;color: #333;}
.top_con li>b a{font-size:15px;color: #333; line-height: 40px;color: #333; display: block; font-family:'Microsoft YaHei';}
.top_con li:hover b{opacity: 1;transition: 0.5s;}
.top_con li>b a+a { border-top: 1px solid #eee;}
.top_con li>b a:hover {  background: var(--main-color); display: block; color: #fff;}

/*搜索*/
.top_con li:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel {width: 520px;height: 120px;background: rgba(255,255,255,0.95);transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 20px 10px; z-index: 9999;top:60px;}
.tit_sel span {font-size: 24px;display: block;color: #666;font-family: Arial;}
.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:38px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 0px; border: 1px solid #dddddd;border-left: none; padding-right:45px;}
#search-bg{    margin-left: 14px; float:left; width:425px; height:38px; overflow:hidden; padding-left:14px; margin-top:20px; box-sizing: border-box;     border: 1px solid #dddddd;border-right: none;text-align: left;    line-height: 38px;}
.search-text{ font-size:14px;color: #999999;justify-content: center;align-items: center;}
.search-text a{ font-size:15px; color: #999;     font-weight: normal;}
.search-text a:hover{ font-size:15px; color: var(--main-color);}
.search-text span{ float:left;  color:#666;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
.search_name {float: left;font-size:22px;color: #666; line-height: 32px;position: relative;z-index: 5;padding: 15px 0;width: 264px;height: 96px;background: #cb0303;text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid #005299; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #005299;position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
form {justify-content: center;}
.head_right {display: flex;justify-content: space-between;align-items: center;width: 72%;}

/*下拉*/
.head_nav li .NavPull{visibility:hidden; opacity:0; transform:translateY(20px); position:absolute; width:1920px; height:auto; top: 100%;    left: 0;  z-index: 99;background: #fff; transition: 0.5s;  background-color: #fff; border-top: 1px solid #e5e5e5; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);}

.head_nav li:hover .NavPull{ visibility:visible; opacity:1; transform:translateY(0);}
.proxiala{ margin:0 auto; max-width:1600px; margin-top:50px; padding-left:300px;}

.productshowxialaa{width:100%;margin:0 auto;}
.progdwz2021.dhxl_1 li { margin-right: 100px}
.productshowxialaa .progdwz2021 li{float:left; margin-bottom:15px;margin-left:15px;/*background: #fff;*/ text-align: center;}
.productshowxialaa .progdwz2021 li+li{}
.productshowxialaa .progdwz2021 li br{ display:none;}
.productshowxialaa .progdwz2021 li span{ display:block; padding:12px 0; /*background:#fff;*/text-align: center;}
.productshowxialaa .progdwz2021 li a{ padding-top:0; font-size:16px; height:auto;}
.productshowxialaa .progdwz2021 li > a:after{ display:none;}
.productshowxialaa .progdwz2021 li a:hover {  color: var(--main-color);}
.productshowxialaa .progdwz2021 li:hover a { color: var(--main-color);}

.productshowxiala .progdwz2021 li{float:left; border:0px solid #fff; margin-bottom:15px;margin-left:1px;background: #fff;width:22%;}
.productshowxiala  .progdwz2021 li+li{}

.productshowxiala .progdwz2021 li br{ display:none;}
.productshowxiala .progdwz2021 li span{ display:block; padding:12px 0; padding-left:15px;text-align: center;}
.productshowxiala .progdwz2021 li a{ padding-top:0; font-size:14px; height:auto;background:#fff;}
.productshowxiala .progdwz2021 li a img{width:100%; height:auto;}
.productshowxiala .progdwz2021 li > a:after{ display:none;}

.NavPull .inner{padding: 2.5vw 2vw 1vw 2vw; transition: all 0.5s; display: flex; justify-content: center; min-width: 1300px;  max-width: 1400px; margin: 0 auto;}
.inner dl:not(:last-child){padding-right: 4vw;}
.inner dl a{color: #000;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 60px;}
.inner dl img{height:2rem;margin: -0.04rem 0.18rem 0 0;transition: all 0.5s;}
.inner dl dd{margin-top: 1.354vw;}
.inner dl dd:after{display:inline-block;vertical-align:middle;margin-left:0.3rem;content: "";width: 0.07rem;height: 0.13rem;background: url(https://memberpic.114my.com.cn/gdlgsd/cssnew/arr_right_gray3.svg) no-repeat right center/contain;transition: all 0.5s;opacity: 0.4;}
.inner dl dd:hover:after{margin-left: 0.4rem;background: url(https://memberpic.114my.com.cn/gdlgsd/cssnew/arr_right_red2.svg) no-repeat right center/contain;opacity: 1;}
.inner dl dd:hover a{color:var(--main-color);}
.inner dl dt:hover a{color:var(--main-color);}
.inner dl dt:hover img{transform: rotateY(180deg);}
.dhcp{padding:40px 0;margin:0 auto;max-width:1500px;min-width:1200px;display:flex;justify-content:space-between}
.dhcp_f{float:left;width:70%;padding-top:20px}
.dhcp_f li dl{display:none}
.dhcp_f li{float:left;margin-bottom:20px;width:calc((100% - 120px) /6);border-bottom:1px solid #eee;line-height:34px;margin-right:40px;position:relative}
.dhcp_f li:after{content:">";font-size:16px;color:#ababab;position:absolute;left:10px;top:-4px}
.dhcp_f li a { font-size: 17px;     padding-left: 30px;}
.dhcp_f li:hover a { color: var(--main-color);font-weight: bold;}
.dhcp_r img{ width: 380px;}
.dhcp_r { border: 2px solid #eee;}

/**/
.wh{padding:0px 11%}
.wh8{padding:0px 8%}
.pc-banner{position:relative;overflow:hidden}
.pc-banner .mySwipera{position:relative}
.pc-banner .mySwipera .swiper-slide{overflow:hidden}
.pc-banner .mySwipera .swiper-slide .img{position:relative;width:100%;height:100%;z-index:-1;overflow:hidden}
.pc-banner .mySwipera .swiper-slide .img > img{-o-object-fit:cover;object-fit:cover;height:100%;-webkit-animation-name:banscaleDraw;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-webkit-animation-duration:0s}
.pc-banner .mySwipera .banwez{width:100%;z-index:9;color:#FFFFFF;top:28%}
.pc-banner .mySwipera .swiper-slide.banner_swiper68c .banwez{text-align:center}
.pc-banner .mySwipera .swiper-slide.banner_swiper68 .banwez{top:31%}
.pc-banner .mySwipera .swiper-slide.banner_swiper68 .banwez dt.ani{display:none}
.pc-banner .mySwipera .swiper-slide.banner_swiper69 .banwez{text-align:right;top:54%}
.pc-banner .mySwipera .swiper-slide.banner_swiper32 .banwez{top:38%}
.pc-banner .mySwipera .swiper-slide.banner_swiper72 .banwez{top:64.5%}
.pc-banner .mySwipera .swiper-slide.banner_swiper70 .banwez{top:66%}
.pc-banner .mySwipera .swiper-slide.banner_swiper70 .banwez dt::after{display:none}
.pc-banner .mySwipera .swiper-slide:nth-child(2) .banwez dt{}
.pc-banner .mySwipera .banwez .wz1{font:600 3.6vw/1.15em "alz";text-transform:uppercase;display:inline-block;position:relative;z-index:1;margin-bottom:1%;color:#252525;display:block;padding-top:1%}
.pc-banner .mySwipera .banwez .wz2{font:600 3.6vw/1.15em "alz";text-transform:uppercase;display:inline-block;position:relative;z-index:1;margin-bottom:1%;text-shadow:2px 0 2px rgb(255 255 255 / 100%);color:#a78b6b;font-style:italic}
.pc-banner .mySwipera .banwez dt{font:600 3.6vw/1.15em "alz";text-transform:uppercase;display:inline-block;position:relative;z-index:1;margin-bottom:1%;text-shadow:4px 0 2px rgb(255 255 255 / 100%);color:#a78b6b;letter-spacing:3px}
.pc-banner .mySwipera .banwez dt::after{content:"";width:0;height:0.5rem;background:#fff;position:absolute;left:0;bottom:0.3em;z-index:-1;-webkit-transition:all .6s linear 0.8s;-o-transition:all .6s linear 0.8s;-moz-transition:all .6s linear 0.8s;transition:all .6s linear 0.8s}
.pc-banner .mySwipera .banwez dd{font:600 3.6vw/1.35em "axt";max-width:100%;margin-top:0.3rem;margin-bottom:0.7rem;color:#333}
.pc-banner .mySwipera .banwez dd.mk{letter-spacing:8px;max-width:inherit !important}
.pc-banner .mySwipera .banwez span{max-width:57.14286%;text-transform:uppercase;font-size:1.3rem;line-height:1.9;margin-top:0.1rem;color:#333}
.pc-banner .mySwipera .banwez span b{position:relative;padding-right:1.3vw;     top: -21px;display: inline-block;}
.pc-banner .mySwipera .banwez span b:before{content:"";position:absolute;width:6px !important;height:6px;background:#a78b6b;border-radius:50px;display:block;left:5px;top:10px;z-index:11}
.pc-banner .mySwipera .banwez span b:after{content:"";position:absolute;width:16px !important;height:16px;background:#FFF;border-radius:50px;display:block;left:0px;top:5px}
.pc-banner .mySwipera .banwez .weha{margin-top:2.5rem}
.pc-banner .mySwipera .dbua{position:absolute;left:0;bottom:5%;width:100%;z-index:9}
.pc-banner .mySwipera .dbua .swiper-button-prev1 i,.pc-banner .mySwipera .dbua .swiper-button-next1 i{color:#a78b6b;font-size:0.95rem;cursor:pointer}
.pc-banner .mySwipera .swiper-pagination1as{position:static;width:auto}
.pc-banner .mySwipera .swiper-pagination1as span{display:inline-block;opacity:1;width:.625rem;height:.625rem;border:1px solid #a78b6b;border-radius:.375rem;background:transparent;position:relative;margin:0 0.5em}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1as span {
    margin: 0 0.3em;
  }
}

.pc-banner .mySwipera .swiper-pagination1as span.swiper-pagination-bullet-active {
  background: #a78b6b;
  width: 1.25rem;
}

.pc-banner .mySwipera .swiper-slide-active .banwez dt::after {
  width: 100%;
}

a.jtaa {
  display: block;
  position: absolute;
  right: 4.0625%;
  bottom: 5%;
  z-index: 1;
  width: 1.0625rem;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}

a.jtaa img {
  width: 100%;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

@-webkit-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

.kajjt{text-align:center;-webkit-animation:run 1s infinite linear;-moz-animation:run 1s infinite linear;-o-animation:run 1s infinite linear;animation:run 1s infinite linear;position:absolute;left:0;width:100%;bottom:3%;z-index:99}
.kajjt img{width:1.42rem;margin:0 auto}
.swiper{overflow:hidden}
.overa{overflow:hidden}
/* 图片动画 */
.fang{overflow:hidden;display:block}
.fang img{-webkit-transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;transition:all .6s}
.fang:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.fanga{overflow:hidden}
.fanga img{-webkit-transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;transition:all .6s}
.fanga:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.xz img{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.xz:hover img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}
.mktop{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.mktop:hover{-webkit-transform:translateY(-5%);-moz-transform:translateY(-5%);-ms-transform:translateY(-5%);-o-transform:translateY(-5%);transform:translateY(-5%)}
.more-msl{display:inline-block;color:#444 !important;text-decoration:none;position:relative;z-index:2;overflow:hidden;white-space:nowrap;font:500 1rem/2.3rem "neu";border-radius:0.5rem;width:7.5rem;text-align:center;background:transparent;border:1px solid #777;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;text-transform:uppercase;font-size:1rem !important}
.more-msl a{color: #444;}
.more-msl a:hover{color: #fff;}
.more-msl img{height:1.3rem;margin-left:0.1rem;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;filter:brightness(10) invert(1);}
.more-msl:hover img{filter:brightness(10) invert(0)}
.more-msl::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#a78b6b;color:#fff;border-radius:100%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;-moz-transition-property:transform,-moz-transform;transition-property:transform;transition-property:transform,-webkit-transform,-moz-transform,-o-transform;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.more-msl:hover{color:#fff !important;border-color:#a78b6b}
.more-msl:hover::before{-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2)}
.more-msl.hs{color:#585858;border:1px solid #585858}
.more-msl.hs:before{background:#a78b6b}
.more-msl.hs:hover{color:#fff;border-color:#a78b6b}
/*简介*/

.w1560 {  width: 100%;  max-width: 86%;  margin: 0 auto}
.f-left {float: left;}
.f-right {float: right;}

/*产品*/


/*合作*/

.indexdiv5{ width:100%;  float:left; padding:20px 0 90px 0; background:url(https://memberpic.114my.com.cn/gdlgsd/uploadfile/image/20251013/20251013091555_313893347.jpg) center center no-repeat; background-size:cover;}
.cas_ic { margin: 0 auto;  position: relative; }
.cas_ic .new_web_div2021 .tempWrap{width:100% !important;}
.cas_ic *{display:block;}
.cas_ic li{width:calc((100% - 1.3rem) / 5);margin:10px 20px 10px 0;float:left;padding-left:0px !important;}
.cas_ic li img{width:100%;height:auto;border-radius:7px; padding:3% 1%; border: 1px #eee solid; background:#FFF;}
.cas_ic ul li p{display: none;}
.cas_ic ul:nth-child(1) {width: 1300px; margin: 0 auto;}
.cas_ic ul:nth-child(2)  {width: 1300px; margin: 0 auto;}
.cas_ic ul:nth-child(3)  {width: 1300px; margin: 0 auto;}

.cas_bc{margin: auto;  max-width: 90%;  min-width: 1300px;}
.cas_bc:before {content:'';background: linear-gradient(to right,#fff 3%,transparent);position:absolute;width: 10%;height:  100%;z-index: 1;top: 0;left:  0;}
.cas_bc:after {content:'';background: linear-gradient(to left,#fff 3%,transparent);position:absolute;width:  10%;height: 100%;z-index: 1; top: 0;right:  0;bottom: 0;}
.one_title em{font-size:20px;font-weight:normal;display:block;color:#666;padding-top:18px;width:60%;margin:0 auto;line-height:36px}

/*news*/
.new_tc{display:flex;justify-content:space-between;align-items:center;}
.new_bc{background:#f7f7f7 url(https://memberpic.114my.com.cn/jiaochadaogui/uploadfile/image/20251120/20251120175900_1583161240.jpg) no-repeat bottom;padding:70px 0;width:100%;max-width:1920px;min-width:1400px;height:800px;margin:0 auto}
.entitle-1{font-size: 2vw; font-family: 'srm';}
.title-2 { font-size:1.5vw; line-height:1.5; color:#4d4d4d;}

.new_tr{display:flex;}
.new_tr li a{display:flex;width:150px;height:46px;color:#333; align-items:center;justify-content:center; font-size:18px; border: #fff 1px solid;border-radius: 50px;}
.new_tr li+li{margin-left:25px;}
.new_tr li a span{margin-right:4px;color:#333;font-size:22px;}
.new_tr li.on a{border: #a78b6b 2px solid; color: #a78b6b; }
.new_tr li.on span{color:#a78b6b;}
.new_li .news_div{display:flex;justify-content:space-between;}
.new_ic{display:flex;margin-top:40px;transition:all .5s;}
.new_item{display:flex;width:100%;flex-shrink:0;justify-content:space-between;}
.new_c{overflow: hidden; padding-bottom: 50px;}
img.news_div_item_image{width:100%;transition:.75s;     height: 310px;}
.new_li{width:62%;}
.new_ri{width:36%;}
.new_li .news_div_item{padding:20px;width:49%; transition:.5s; background: #fff;     position: relative; display: flex; flex-direction: column-reverse;}
/*.new_li .news_div_item_day{position:absolute;top:0;left:0;color:#333!important;font-weight:700;font-size:26px!important;}*/
.new_li .news_div_item_date{display:flex;justify-content:center;align-items:center;height:40px;background:var(--main-color);width:120px;position:absolute;bottom:183px;z-index:11}
.new_li .news_div_item_date *{color:#fff;font-size:16px}
.new_li .news_div_item_title a{display:block;font-size:18px;margin:30px 0 15px;position:relative}
.new_li .news_div_item_title a:after{content:"了解详细>>";font-size:14px;color:#888;display:block;position:absolute;top:105px}
.new_li .news_div_item_body{overflow:hidden;margin-bottom:0px;height:100px;color:#8c8c8c;font-size:15px;line-height:24px;}
.new_ri .news_div_item:nth-child(-n+2){display:none; }
.new_ri .news_div_item_image{display:none;}
.new_ri .news_div_item .news_div_item_date { position: absolute;top:20px}
.new_ri .news_div_item_day{position:absolute;top:22px;left:12px;font-weight:700;font-size:30px;}
.new_ri .news_div_item{position:relative;     border: 1px solid #eee; padding: 15px;  display: block; height: 155px; background: #fff;}
.new_ri .news_div_item:hover{box-shadow:0 0 21px #d2d2d2;z-index:1;transition:300ms;}
.new_ri .news_div_item_a{position:relative;display:block;font-size:18px;}
.new_ri .news_div_item_month,.new_ri .news_div_item_year{position:absolute;top:65px;left:0px;color:#bfbfbf;font-size:14px;}
.new_ri .news_div_item_body{overflow:hidden;margin-top:12px;height:80px;color:#8c8c8c;font-size:15px;line-height:30px;}
.new_ri .news_div_item_content{padding: 20px 0 10px 80px;}
.new_ri .news_div_item_month{left:43px;}
.new_ri .news_div_item:nth-child(n+4){margin-top:24px;}

.new_li .news_div_item:hover .news_div_item_image{transform:scale(1.1);}
.new_li .news_div_item_pic>a{display:block;overflow:hidden;}
.new_li .news_div_item:hover{border-color:var(--main-color);}
.new_li .news_div_item:hover .news_div_item_title a,.new_ri .news_div_item:hover .news_div_item_day,.new_ri .news_div_item:hover .news_div_item_title a,.news_div_item:hover .news_div_item_a:after{color:var(--main-color) !important;}

/*底部*/
.copy_bc{width:100%; max-width:1920px; margin:0 auto; background:#808185 url(https://memberpic.114my.com.cn/luosi0769/uploadfile/image/20251212/20251212105329_118469139.jpg); padding: 70px 0 30px 0;}
.copy_item{float:left; padding-left: 140px;}
.copy_item1{float: right;padding-left:60px;     border-left: 1px solid #403f3f; height:250px;}
.copy_item ul dngt{display: block;padding:0 0 30px; position: relative;}
.copy_item ul dngt a{display: block; line-height: 40px;color: rgba(255,255,255,1); font-weight: normal;font-size: 18px;}
.copy_item ul dngt a .en{font-size: 12px;color: #666;font-weight: normal;text-transform: capitalize;}
.copy_item ul li a{display: block;color: rgba(255,255,255,0.6);line-height:34px;font-size: 15px;}
.copy_item ul li{display: block;}
.copy_item ul li a:hover{color: #fff; }
.copy_item ul dngt::after { position: absolute; content: ""; top: 50px; width: 25px; height: 2px; background-color:rgba(255,255,255,0.5); left: 0px; }
.copy_item:hover dngt::after { position: absolute; content: ""; top: 50px; width: 77px; height: 2px; background-color: #ffffff;; left: 0px; transition: 0.5s; }
.crconcat{ width:32%; }
.copy_row1{ width:68%; }

.social {padding-top:0px;clear: both;}
.social a{position:relative;font-size:13px;color:#fff;display:inline-block;line-height:35px;border:1px solid rgba(255,255,255,0.2);transition:0.3s all ease-in-out;float:left;display:block;margin-right:10px;margin-top:4%;border-radius:5px;height:35px;width:35px;text-align:center}
.social a i{font-size:18px;color:#c7c7c7;font-weight:normal;text-align:center;line-height:35px}
.social a img{display:block}
.social a:hover i { color: #fff;}
.social a:hover{ background:  var(--main-color);   }
.social a:hover img{filter: contrast(0) brightness(2);}
.social a:hover .ewm img{filter: grayscale(1%);}
.social a:nth-child(4) i { font-size: 28px;}
.social .ewm { position: absolute; width: 100px; bottom: 45px; right: -35px; z-index: 1; display: none; padding: 5px; background: #fff; border-radius: 5px; }
.social .ewm:after{ content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position: absolute; bottom: -5px;left: calc((100% - 10px) / 2); }
.social .ewm img { display: block; width: 100%; height:auto; }

.cr_tel{ padding-bottom: 15px; font-size:16px; color:#fff;}
.cr_tel img{float: left;height: 3.3vw;}
.cr_tel b{float: left; padding-left: 10px;font-weight: normal; text-transform: uppercase; font-size: 12px; color: rgba(255,255,255,0.4);  letter-spacing: 0px; }
.cr_tel em {display: block;font-size: 35px;color: #fff;font-family: Arial;font-weight: bold; position: relative;  left: 13px;  letter-spacing: 3px;   top: 0;   line-height: 38px;}
.craddr{margin-top: 10px; font-size:16px; color:#b0b0b0; line-height:35px; }
.craddr{color::rgba(255,255,255,.65);}
.craddr span{ font-size: 15px; margin-top: 15px; display: block; margin-bottom: 10px;}
.craddr span i{font-size: 18px; padding-right: 10px;}
.craddr b{color:#fff;  font-size: 1.6vw; font-weight: bold; display: block;       font-family: din; letter-spacing: 0px;}
.craddr p{ font-size: 16px; line-height: 38px;}
.copy_item ul li dl {   display: none;}

/*db*/
.Copyright_t{ width: 100%; height: 1px; background:rgba(255,255,255,.1); margin-top: 60px;}
.Copyright{margin-top:40px;}
.Copyright,.Copyright a{line-height:36px; color:rgba(255,255,255,.7);  font-size: 15px;}
.Copyright a:hover{color: #fff; }

/*友情链接*/
.links{overflow: hidden;margin: 0 auto;padding: 20px 0;margin-top:0%;background:var(--main-color);}
.linksW{margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.links_l{width: 121px;}

.links_lm{font-size: 18px;line-height: 30px;font-weight: lighter;color: #fff;}
.links_lm p{text-transform: uppercase;font-size: 24px;font-weight: bold;line-height: 24px;}
.links_lm p span{color:rgba(255,255,255,.6);}
.links_lm em{font-size: 17px;color: #fff;letter-spacing:1px; padding:10px 0; line-height:16px; padding-left:34px; background:url(https://memberpic.114my.com.cn/sanjiehb/uploadfile/image/20250905/20250905193514_138947073.png) no-repeat left;}
.links_r{width: 100%;color:rgba(255,255,255,.6);padding-left:9px;}
.links_r a{font-size: 15px;color:rgba(255,255,255,.9) !important;font-family: 'axt';}
.linkTagcs{width: 100% !important;}
.linkTagcs li a{font-weight: lighter;}
.linkTagcs li a:hover {text-decoration: underline;}


/*--kf--*/
.fixAside a { position: relative;     text-align: left;}
.modeFix { transition: all .3s; opacity: 1;}
.hideFix { opacity: 0; transition: all .3s; left: 50%; transform: translateX(-50%); position: absolute; top: 0;}
.fixAside a:hover .hideFix { opacity: 1;}
.fixAside a:hover .modeFix { opacity: 0;}
.fixAside a:hover p { color: #a78b6b;}
.fixAside { box-shadow: 0 0 10px rgba(0,0,0,0.1); padding:10px 2px 4px;  z-index:999; position: fixed; right: 30px; top: 80%; transform: translateY(-50%); background: #ffffff; width: 62px; border-radius: 60px;}
.chatPhone{align-items:center;display:flex;margin:0 auto;position:relative;width:44px;height:44px;border-radius:50%;background:#a78b6b}
.chatPhone i{display:block;margin:0 auto;font-size:20px;color:#999;text-align:center}
.chatPhone::after{content:'';width:100%;height:100%;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(167,139,107,0.8);border:1px solid rgb(167,139,107);animation:yuanRun 2s infinite linear}
.chatPhone::before{content:'';width:100%;height:100%;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(167,139,107,0.8);border:1px solid rgb(167,139,107);animation:yuanRun 2s 1s infinite linear}
.circleClass{position:relative;border-radius:50%}
.circleClass img{position:relative;z-index:2}
.circleClass::after{content:'';width:100%;height:100%;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(167,139,107,1);border:1px solid rgb(230,33,42);animation:yuanRun 2s infinite linear}
.circleClass::before{content:'';width:100%;height:100%;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(167,139,107,1);border:1px solid rgb(230,33,42);animation:yuanRun 2s 1s infinite linear}
@keyframes yuanRun {
  form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.chatPhone img { z-index: 3; display: block; margin: 0 auto; position: relative;}
.fixAside li p { text-align: center; font-size: 13px; color: #666666; line-height:1;margin: 4px 0 10px 0}
.fixAside li { position: relative; margin-bottom: 10px; border-bottom: 1px solid #e5e5e5;}
.fixAside li:last-child {border: none; margin-bottom: 0;}
.fixAside img { display: block; margin: 0 auto; width: 24px;}
.fixAside li i{ display: block; margin: 0 auto; font-size: 23px; color: #fff; text-align: center;position: relative;z-index: 999;}
.fixAside li .revi-hotline-wrapper{display:none;position:absolute;left:-232px;bottom:-5px;width:235px;height:80px;border-radius:8px}
.fixAside li .revi-hotline-wrapper.ewm{width:160px;height:160px;border-radius:8px;background-color:#fff;left:-163px;padding:10px}
.fixAside li .revi-hotline-wrapper.ewm img{width:100%}
.fixAside li:hover .revi-hotline-wrapper{display:block}
.fixAside li .revi-hotline{position:absolute;right:0;width:299px;background-color:#fff;border:1px solid #ddd;cursor:text;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;box-shadow:-2px 3px 25px rgba(0,0,0,0.1);border-radius:8px;padding:15px 0 15px 30px}
.fixAside li .revi-hotline h3{margin:3px 0 0 8px;font-family:'din';font-size:26px;color:#a78b6b;font-weight:bold}
.fixAside li .revi-hotline h4{font-weight:normal;font-size:16px}



/**/
.content { width: 83.33%; margin: 0 auto;}
.yinz_video img,.yinz_list ul li img,.four_qie dl dt img,.plan_list ul li img,.case_nav ul li img,.sup_m p img,.video dl dt img,.video dl dd img,.about dl dt img,.photo_qie ul li img{display:block;width:100%}
.yinz_list ul li img,.plan_list ul li img,.case_nav ul li img,.case_qie dl dt img,.news_l img,.photo_qie ul li img{-webkit-transition:1s;-moz-transition:1s;transition:1s}
.yinz_list ul li:hover img,.plan_list ul li:hover img,.case_nav ul li:hover img,.case_qie dl dt:hover img,.news_l img:hover,.photo_qie ul li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.yinz{padding:4.5rem 0;overflow:hidden;}
.yinz_l{width:40%}
.yinz_l h3{overflow:hidden;font-size:3.2rem;color:#000;line-height:3.6rem}
.yinz_l h3 i{display:block}
.yinz_l h3 b{display:block;font-size:1.5rem;color:#a78b6b;line-height:1.8rem;padding-top:1rem}
.yinz_l p{width:100%;font-size:0.8rem;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.4rem;padding-top:0.7rem}
.yinz_r{width:55%;margin-top:2rem;line-height:0;overflow:hidden}
.yinz_list ul li{width:100%;height:29.5rem;line-height:0;overflow:hidden}
.yinz_dot{width:2rem;position:absolute;top:12.2rem;right:0;z-index:20}
.yinz_dot ul li{height:0.4rem;width:0.4rem;border-radius:50%;background:#fff;text-indent:-9999px;margin-bottom:20px;cursor:pointer}
.yinz_dot ul li.on{background:#a78b6b}
.yinz_video{width:100%;line-height:0;overflow:hidden;position:relative;cursor:pointer;margin-top:1.5rem}
.yinz_video:before{display:none;content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.2)}
.video_play,.four_video,.video_ico{display:block;position:absolute;left:calc(50% - 1.4rem);top:calc(50% - 1.4rem);width:2.8rem;height:2.8rem;cursor:pointer;z-index:2;border-radius:50%;background-image:url('../images/ab_video.png');background-repeat:no-repeat;background-position:center 0;background-size:2.8rem 2.8rem}
.video_play:before,.four_video:before,.video_ico:before{content:'';width:2.8rem;height:2.8rem;position:absolute;-webkit-box-shadow:inset #fff 0 0 40px;box-shadow:inset #fff 0 0 40px;border-radius:50%;top:0;left:0;opacity:0;animation:warn2 2s ease-out 0.1s infinite}
.video_play:after,.four_video:after,.video_ico:after{content:'';width:2.8rem;height:2.8rem;position:absolute;-webkit-box-shadow:inset #fff 0 0 40px;box-shadow:inset #fff 0 0 40px;border-radius:50%;top:0;left:0;opacity:0;animation:warn 2s ease-out 1.1s infinite}
.pr {  position: relative;}
 
html{font-size:12px;-webkit-text-size-adjust:none}
@media screen and (min-width:1200px){html{font-size:12.5px}
}
@media screen and (min-width:1280px){html{font-size:13.33333px}
}
@media screen and (min-width:1366px){html{font-size:14.22916px}
}
@media screen and (min-width:1440px){html{font-size:15px}
}
@media screen and (min-width:1600px){html{font-size:16.66666px}
}
@media screen and (min-width:1800px){html{font-size:18.75px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}

/**/
.dfs{display:flex;align-items:center;justify-content:space-between;width:100%;  }
.str_bg{max-width:100%;position:relative;padding:0% 0% 5% 0;margin:0 auto;background:#fff;}
.str_bg .w1500 *{line-height:100%}
.str_list{padding:0 3%}
.str_list ul{height:100%;position:relative;     width:90%;  margin: 0 auto; min-width:1200px;}
.str_list li+li{border-left:1px rgba(0,0,0,0.1) solid;padding-left:5.6%}
.str_list li p{font-size:30px;font-weight:100;color:#333}
.str_list li em{display:flex;align-items:baseline;margin:6px 0}
.str_list li em i{font-size:66px;color:#a78b6b;font-style:normal;font-family:neu;font-weight:bold}
.str_list li em b{font-size:18px;font-weight:100;color:#333;margin-left:5px}
.str_list li>span{font-size:18px;color:rgba(0,0,0,0.3)}


/**/
/*products*/
.prd{display: flex;justify-content: space-between;}
.pro_bc{position: relative; background: #f0f0f0;padding:5% 0;}
.pro_lts{ width: 100%;height:120px;display: flex;flex-direction: column;align-items: center;justify-content: center;background-size: cover;background: #333; border-radius:33px 0 0 0;}
.pro_lts b{font-size: 30px;color: #fff;}
.pro_lts p{font-size: 15px;color: #fff;text-transform: uppercase;margin-top: 8px;}
.pro_con{padding:14% 9%;font-size: 15px;color: #fff; background: #6666;line-height:2.25;}
@media (max-width: 1680px){.pro_con {line-height:1.2;}}
@media (max-width: 1600px){.pro_con {line-height:1.2;}}
@media (max-width: 1500px){.pro_con {line-height:1.2;}}
@media (max-width: 1440px){.pro_con {line-height:1.2;}}
@media (max-width: 1360px){.pro_con {line-height:1.2;}}
.pro_con b{font-weight:bold; padding-bottom:8px;display: block;}
.pro_nav .prolist2021 ul {flex-direction: column;align-items: center;flex-wrap: wrap; justify-content: center;}
.pro_nav {width: 18%;/* margin-top: 30px; */}
@media (max-width: 1680px){.pro_nav {width: 20%;}}
@media (max-width: 1600px){.pro_nav {width: 22%;}}
@media (max-width: 1500px){.pro_nav {width: 23%;}}
@media (max-width: 1440px){.pro_nav {width: 23%;}}
@media (max-width: 1360px){.pro_nav {width: 23%;}}
.pro_nav .prolist2021 ul li {height:62px;margin-bottom: 1px;text-align: left;line-height: 62px;font-size: 16px; border-bottom:1px solid #fff; transition:0.5s;padding: 0 0 0 20%; margin-right:5px;background:#f7f7f7;width: 100%;}
@media (max-width: 1680px){.pro_nav .prolist2021 ul li {height:54px;line-height: 54px;}}
@media (max-width: 1600px){.pro_nav .prolist2021 ul li {height:51px;line-height: 51px;}}
@media (max-width: 1500px){.pro_nav .prolist2021 ul li {height:48px;line-height: 48px;}}
@media (max-width: 1440px){.pro_nav .prolist2021 ul li {height:47px;line-height: 47px;}}
@media (max-width: 1360px){.pro_nav .prolist2021 ul li {height:47px;line-height: 47px;}}
.pro_nav .prolist2021 ul li:hover,.pro_nav .prolist2021 ul li.on {background: linear-gradient(90deg, #ccc 0%, #ccc 100%);border-color:#fff; transition:0.2s; color: #fff;}
.pro_nav .prolist2021 ul li:hover{background:#a78b6b;}
.pro_nav .prolist2021 ul li:hover a,.pro_nav .prolist2021 ul li.on a{color: #fff;}
.pro_nav .prolist2021 ul li a {color: #333;display: block;font-size: 16px;font-weight:100;line-height: 58px;}
@media (max-width: 1680px){.pro_nav .prolist2021 ul li a{line-height: 48px;}}
@media (max-width: 1600px){.pro_nav .prolist2021 ul li a{line-height: 46px;}}
@media (max-width: 1500px){.pro_nav .prolist2021 ul li a{line-height: 40px;}}
@media (max-width: 1440px){.pro_nav .prolist2021 ul li a{line-height: 40px;}}
@media (max-width: 1360px){.pro_nav .prolist2021 ul li a{line-height: 40px;}}
.pro_nav .prolist2021 ul li dl{display:none}
.prolist2021 dl dt{display:none}
.pro_nav .prolist2021 ul li:hover dl{display:block;background:#ccc;z-index:9999;transition:0.5s;position:relative}
.pro_nav .prolist2021 ul li dl dt:hover a{background:#fff;transition:0.5s;color:#e6212a}
.pro_tab{display:flex;justify-content:space-between;align-items:center;margin:50px 0 45px}
.pro_tab ul{display:flex}
.pro_tab li a{width:102px;height:42px;line-height:42px;font-size:16px;border:1px solid #333;display:block;text-align:center}
.pro_tab li+li{margin-left:21px}
.pro_tab li.on a{background:#0070b7;color:#fff;border-color:#0070b7}
a.pro_btn{font-size:16px;color:#707070;width:102px;height:42px;line-height:42px;text-align:center;background:#fff}
.pro_ic ul{}
.pro_ic ul li{width:32%;padding:0% 0% 6% 0;background:#fff;float:left;transition:all .4s ease}
.pro_ic ul+ul{margin:1.3% 0 0;display:inline-block}
.pro_ic ul li+li{margin-left:1.5%}
.pro_ic ul li:hover{transform:translateY(-10px);transition:all .4s ease}
.pro_ic li img{width:100%;height:auto}
.pro_c{overflow:hidden;position:relative;z-index:2}
.pro_c>.fl{width:100%}
.pro_c>.fr{width:130px;margin-right:20%;margin-top:96px}
.pro_ic>div{flex-shrink:0;width:100%}
.pro_ic{display:flex;position:relative;padding:0% 0 0 0;z-index:3;width:80%}
@media (max-width: 1680px){.pro_ic {width: 79%;}}
@media (max-width: 1600px){.pro_ic {width: 76%;}}
@media (max-width: 1500px){.pro_ic {width: 76%;}}
@media (max-width: 1440px){.pro_ic {width: 75%;}}
@media (max-width: 1360px){.pro_ic {width: 75%;}}
.pro_ic li br{display:none}
.pro_ic li>a{display:block}
.pro_ic li span a{display:block;font-size:16px;margin-top:22px;position:relative;font-family:'axt';text-align:center}
.pro_ic li span a:after{content:'See more';width:7rem;position:absolute;right:0;font-size:0.8rem;bottom:-2.5rem;left:0;margin:0 auto;border-radius:1rem;border:1px solid #ddd;padding:0.22rem 0;font-family:'axt';color:#999}
.pro_bb{position:relative;z-index:3}
.pro_num{display:none}
.pro_num.on{display:flex;justify-content:space-between;width:82px}
.pro_num>span{font-size:24px;color:#fff;display:block;z-index:999;cursor:pointer;background:#e6212a;width:38px;height:38px;text-align:center;line-height:38px;border:1px solid #eee}
.pro_num>.pro_prev{transform:rotate(180deg)}
.pro_num>.pro_next{background:#fff;color:#e6212a}

/**/
.fa_bc{padding:0px 0 50px 0}
.pro_tit2{text-align:left}
.fa_cate{display:flex;justify-content:space-between}
.fa_cate>ul{display:flex}
.fa_cate>ul>li{height:30px;line-height:30px}
.fa_cate>ul>li+li{margin-left:10px}
.fa_cate>ul>li a{font-size:16px;color:#333;padding:12px 24px;background:#f5f5f5;  border-radius: 2px;}
@media screen and (max-width:1680px)
{.fa_cate>ul>li a{padding:12px 12px}
}
@media screen and (max-width:1500px){.fa_cate>ul>li a{padding:12px 12px}
}
@media screen and (max-width:1440px){.fa_cate>ul>li a{padding:12px 12px}
}
@media screen and (max-width:1280px){.fa_cate>ul>li a{padding:12px 12px}
}
.fa_cate>ul>li.on,.fa_cate>ul>li:hover{border:1px solid #e5e5e5}
.fa_cate>ul>li.on a,.fa_cate>ul>li:hover a{color:#fff;background:linear-gradient(to top,#a78b6b,#a78b6b)}
.fa_cate>a{width:110px;height:40px;line-height:40px;text-align:center;display:block;color:#000;font-size:14px;border:1px solid #e5e5e5;position:relative;top:-6px;border-radius: 3px;}
.fa_cate>a:hover{color:#fff;background:linear-gradient(to top,#a78b6b,#a78b6b);border-radius: 3px;}
.fa_sc .divdgweb_new_div{display:flex;width:100%}
.fa_sc{width:100%;overflow:hidden;margin-top:28px}
.fa_sc .slick-dots li button:before{color:#ccc}
.fa_sc .slick-dots li.slick-active button:before{color:#206bae}
.fa_sc .slick-dots{bottom:-42px}
.slick-list{width:100%}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item{width:20%;flex-shrink:0;overflow:hidden;position:relative; margin-right:2px;}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item .news_div_item_pic img{width:100%}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item .divdgweb_new_div_item_content{position:absolute;width:100%;top:44%}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item .divdgweb_new_div_item_content .divdgweb_new_div_item_title a:before{}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item .divdgweb_new_div_item_content .divdgweb_new_div_item_title{text-align:center}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item .divdgweb_new_div_item_content a{color:#fff;font-size:16px;z-index:99;position:relative;display:block;transition:all .5s;left:-100%}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item:hover .divdgweb_new_div_item_content a{pointer-events:none;left:0}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item:before{position:absolute;content:"";width:39%;height:32%;border:2px solid rgba(255,255,255,0.1);top:-45%;left:29.5%;z-index:2;transition:all .5s}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item:hover:before{top:28%}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item:hover .divdgweb_new_div_item_content a:after{position:absolute;content:"\eb8d";font-family:"iconfont";top:190%;left:46%;transition:all .5s;font-size:20px;color:#fff}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item:hover .divdgweb_new_div_item_content a:before{position:absolute;content:"Application";font-size:14px;color:#fff;text-transform:uppercase;font-family:"srm";top:-82%;left:50%;margin-left:-42px}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;transition:all .5s}
.fa_sc .divdgweb_new_div .divdgweb_new_div_item:hover:after{opacity:0.7;background:#000}
  
  /**/
.content01{width:80rem;margin:0 auto;min-width:1200px;max-width:1600px}
.ys{position:relative}
.ys:before {content: ''; background: linear-gradient(to right, #666 0.1%, transparent);position: absolute; top: 0;left: 0;width: 100%;height: 100%; z-index: 1;}
.ys_z{position:absolute;left:0;top:5.5rem;width:100%;z-index:20}
.ys_z h2 span{display:block;font-size:3rem;color:#ffffff;font-weight:bold;line-height:3rem;font-family:"mon3"}
.ys_z h2 i{display:block;font-size:1.2rem;color:#ffffff;font-weight:normal;line-height:2rem;padding-top:1.8rem}
.ys_con{position:relative}
.ys_bd li img{display:block;width:100%;height:45.25rem}

.ys_t{position:absolute;left:0;bottom:3.2rem;width:100%;z-index:20}
.ys_t ul{display:flex;justify-content:space-between;flex-wrap:nowrap}
.ys_t li{width:25%;height:9.7rem;box-sizing:border-box;padding:1.1rem 2.2rem 0;background:rgba(255,255,255,.5); margin-left:2px; border-bottom:0.25rem solid #fff;position:relative;transition:all 0.5s;overflow:hidden; }
.ys_t li b img{display:block;width:3.65rem;height:3.65rem;overflow:hidden;margin:0 auto}
.ys_t li em img{display:none}
.ys_t li h2{text-align:center;line-height:0;font-size:0;margin-top:0.7rem}
.ys_t li h2 span{display:block;font-size:1.4rem;color:#ffffff;font-weight:bold;line-height:1.4rem;font-family:"mon3"}
.ys_t li h2 i{display:block;font-size:1.1rem;color:#ffffff;font-weight:normal;line-height:1.1rem;padding-top:0.5rem;position:relative;font-family:"mon3"}
.ys_t li p{display:none}
.ys_t li.cur{background:#333;padding:2.2rem 2.2rem 0;box-sizing:border-box;height:21rem;border-radius:1.2rem 1.2rem 0 0;border-color:#333;margin-top:-11.3rem}
.ys_t li.cur b img{display:none}
.ys_t li.cur em img{display:block;width:4rem;height:4rem;overflow:hidden;margin:0 auto}
.ys_t li.cur p{display:block;font-size:0.8rem;line-height:1.4rem;color:#ffffff;margin-top:1.2rem;text-align:center}
.ys_t li::after{position:absolute;right:0rem;bottom:2rem;background:#fff;content:"";width:1;height:4rem;z-index:1;transition:all 0.5s}
.ys_t li:last-child:after{background:0}
.ys_t li:last-child{border-radius:0 1.2rem 0 0}
.ys_t li:first-child{border-radius:1.2rem 0 0 0}

/**/
.left {
    float: left;
}
.right {
    float: right;
}
.container{width:100%;max-width:84%;padding:0 var(--container);margin:0 auto}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.subtitle{font-size:2.0rem;color:#333;display:inline-block;position:relative;margin-bottom:0.25rem}
.titlej{font-weight:100;font-size:2.1rem;line-height:3.125rem;color:rgb(0,0,0); line-stacking:-1px;}
.index_four .top .right{padding-left:0px}
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.textj{font-size:1rem;line-height:1.5rem;color:rgb(142,142,142)}
.more.borg{color:rgb(142,142,142);border-color:rgb(142,142,142)}
.more{line-height:3.4375rem;font-size:1rem;color:rgb(31,42,131);display:inline-block;position:relative;z-index:5;border-width:1px;border-style:solid;border-color:rgb(31,42,131);border-image:initial;padding:0px 2.0em;border-radius:0.25rem}
.mt25{margin-top:1.0rem}
.more::before{content:"";position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);transform:scale(0.6);transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;background:#a78b6b;z-index:-1;opacity:0}
.more:hover{transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;color:#fff}
.more:hover::before{opacity:1;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transform:scale(1)}
.more > div{display:flex;align-items:center;line-height:2rem}
.more .iconfont{font-size:1rem;margin-left:1rem}
.appli{padding:5% 0% 5% 0%;overflow:hidden;position:relative;z-index:5;background:#fff;max-width:100%;margin:0 auto;margin-top:-0px}
.appli_con{padding:3% 0 0;max-width:100%;margin:0 auto}
.appli_call{}
.appli_call .divdgweb_new_div{margin-bottom:0 !important}
.appli_call .divdgweb_new_div_item{display:flex !important;flex-direction:column-reverse;width:20%;margin:0 0.1%;background:#fff;overflow:hidden;padding:0 0 0.5% 0}
.appli_call .divdgweb_new_div_item_content{display:flex;flex-direction:column;align-items:center;padding:6% 10%;z-index:999;background:#fff;width:90%;margin:0 auto;margin-top:-9%;box-shadow:8px 4px 4px rgba(202,183,183,0.25)}
.appli_call .divdgweb_new_div_item_title{}
.appli_call .divdgweb_new_div_item_title a{font-size:1.2vw}
.appli_call .divdgweb_new_div_item_body{font-size:0.9vw;width:100%;text-overflow:ellipsis;-webkit-line-clamp:3;word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-height:27px;font-weight:lighter;margin:4% 0;color:#999}
.appli_call .news_div_item_pic{overflow:hidden}
.appli_call .news_div_item_pic a{overflow:hidden}
.appli_call .news_div_item_pic a img{width:100%;height:auto;transition:0.5s}
.appli_call .divdgweb_new_div_item:hover img{transform:scale(1.1)}
.appli_call .ban_dot{display:flex !important;width:100%;left:0;justify-content:center;align-items:center;margin:4% 0 0;text-decoration:overline;width:100%;height:1px;background:rgba(0,0,0,0.1);z-index:-1}
.appli_call .ban_dot li{width:6px;height:6px;display:inline-block;background:#ccc;margin:0 3%;transition:0.5s;border-radius:50%;position:relative;z-index:5;cursor:pointer}
.appli_call .ban_dot li:before{content:'';width:18px;height:18px;border:1px solid #a78b6b;position:absolute;top:0;left:-6px;border-radius:50%;margin:auto;bottom:0;opacity:0.5;transition:0.5s;transform:scale(0)}
.appli_call .ban_dot li.slick-active:before{opacity:1;transform:scale(1)}
.appli_call .ban_dot li button{font-size:0;border:none;outline:none}

/**/

.acontent {
    width: 84%;
    margin: 0 auto;
}
.about{padding:0 0 1.5rem}
.about dl{width:100%}
.about dl dt{width:100%;line-height:0;overflow:hidden}
.about dl dd{height:9.2rem;background:#fff;box-shadow:0 3px 10px 3px rgba(0,0,0,0.06);margin-top:-4.5rem;position:relative;z-index:2;border-radius:0.3rem}
.about dl dd h5{width:20.5%;height:9.2rem;float:left;line-height:0;background:#a78b6b;border-radius:0.3rem;text-align:center}
.about dl dd h5 a{display:block;font-size:1.9rem;color:#fff;line-height:2rem;padding-top:2.5rem}
.about dl dd h5 i{display:block;font-size:1.2rem;color:rgba(255,255,255,0.8);line-height:1.5rem;padding-top:0.5rem;font-weight:normal}
.about dl dd p{width:77%;float:left;font-size:0.8rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.3rem;padding:2.5rem 0 0 2.5rem}
.about dl dt img {isplay: block; width: 100%;}

/**/

/*生产*/
.mot {padding:20px 0 100px 0;overflow: hidden; }
.mot_tab {}
.mot_nav {    display: flex;justify-content: center;}
.mot_nav ul {display: flex;}
.mot_nav li { color: #555; border: #ccc 1px solid;width: 230px; margin-right:10px; height: 60px;border-radius: 40px;display: flex; justify-content: center;align-items: center; font-weight: lighter;}
.mot_nav li:hover{border: #a78b6b 2px solid;color: #a78b6b;}
.mot_nav .on {border: #a78b6b 2px solid;color: #a78b6b;}
.mot_nav .on a{color: #a78b6b;}
.mot_nav li a {font-size: 22px;color: #555;}
.mot_con {overflow: hidden;display: flex; box-shadow: 0 0 20px #ddd; margin-top:50px;}
.mot_call {margin: 0 auto;  padding:2.8vw 3.2vw 1.5vw 3.2vw; overflow: hidden;transition: 0.5s;flex-shrink: 0;width: 100%;}
.mot_call ul {display: flex;  justify-content: space-between;}
.mot_call li{display: block; float:left; padding:0 !important; width:32%; }
.mot_ca2 li{display: block; float:left; padding:0 !important; width:24%; }
.mot_call li>a{display: block;overflow: hidden; }
.mot_call li img{width:100%; height:auto;   transition: 0.2s all ease-in-out;  }
.mot_call li:hover img{transform: scale(1.1);}
.mot_call li p {padding:0 !important; position: relative;}
.mot_call li:hover p {background:rgba(167,139,107,0.5);}
.mot_call li p a{display: block; line-height:50px; font-size:16px; position: relative;    z-index: 2;text-align: center; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; background:#f2f2f2}
.mot_call li:hover a{color:#fff;background: #a78b6b;}
.mot_call li p:after{content:""; display: block;opacity: 0;width:20%;height:100%;transition: 0.2s all; background: #a78b6b;position: absolute; top:0; left:0; right:0; margin:0 auto;}
.mot_call li:hover p:after{width:100%;opacity: 1;}