﻿@charset "utf-8";

/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.ufr{float:right;}
.row.marlg0{margin-right:0;margin-left:0;}
.row .padlg0{padding-right:0;padding-left:0;}
.text img{max-width:100%;}
.col-zs{color:#327cbe;}
.font-18{font-size:18px;}
.font-46{font-size:46px;}
.dtable{display:table;width: 100%;height:100%;}
.dtable .dtcell{display:table-cell;vertical-align:middle;}
.block{display:block;}

/* body{padding-top: 88px;} */
/* body{padding-top: 90px;} */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    -moz-border-radius: 2px;
         border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
       -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
            box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, a:focus {color: #f2ca72;text-decoration:none;}
.pub-color-cy{color: #f2ca72;}
.pub-bg-cy{background: #f2ca72;}
.wow{opacity: 0}
.header-wrapper{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    padding:5px 1%;
    z-index:999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    
}
/* .header-wrapper.activeHead{padding-top: 0;} */
.header-wrapper:after {
    width: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: '';
    position: absolute;
    top: -110%;
    left: 0;
    display: inline;
    height: 100%;
    background: #7d9a92;
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
       -moz-box-shadow: 0 2px 4px rgba(0,0,0,.1);
            box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -1;
}
.header-wrapper.activeHead:after{top:0;}
.navbar-default{
    background: transparent;
    border-width: 0;
    margin-bottom: 0;
    position: static;
}
.navbar-brand{
    height: auto;
    padding:10px 15px;
    margin-top: 0;
}



.head-nav-w{margin-top: 30px;padding-right: 0;}
.navbar-default .navbar-nav > li{
    margin-left:0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size:18px;
    position: relative;
    height: 60px;
}
.navbar-default .navbar-nav > li > a{
    padding:10px 20px 10px 20px;color:#fff;
    position: relative;height: 40px;line-height: 20px;
    
    -webkit-transition: all .42s ease;
    transition: all .42s ease;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    overflow: hidden;
}
.navbar-default .navbar-nav > li.dw > a{padding-right: 30px;padding-left: 20px;}
/* .navbar-default .navbar-nav > li.on > a,.header-wrapper.activeHead .navbar-default .navbar-nav > li.on > a{color: #1a358c;}  */
/* .navbar-default .navbar-nav > li .as:after{
    display: block;
    position: absolute;
    left: 50%;
    bottom:0px;
    width:0px;
    height: 2px;
    background: #1a358c;
    content: '';
    z-index: 2;
    margin-left:-14px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.navbar-default .navbar-nav > li.on .as:after,
.navbar-default .navbar-nav > li:hover .as:after{width: 28px;} */
/* .header-wrapper.activeHead .navbar-nav > li > a{color:#000;} */
.navbar-default .navbar-nav > li.on .lf{
    width: 12px;
    height: 12px;
    background: #f2ca72;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 12px;
    left: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.header-wrapper.activeHead .navbar-nav > li > a:hover,.header-wrapper.activeHead .navbar-nav > li > a:focus{
    color:#1a358c;
}
.navbar-default .navbar-nav > li.last > a.sea{
    width: 30px;
    font-size: 18px;
}
/* .activeHead .navbar-default .navbar-nav > li.last > a.sea{background: url(../Images/ico_sea2.png) center no-repeat;} */
.head-right{margin-top: 10px;margin-left: 15px;}
.head-right a{margin: 0 5px;color: #fff;}
.head-right span{font-size: 12px;color: #fff;}

.navbar-default .navbar-nav > li .as span{display: block;}
.navbar-default .navbar-nav > li .as:before{
    content: '';
    color: #fff;
    height: 100%;
    width: 100%;
    margin-top: 0px;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 55%, 0);
    transform: translate3d(0, 55%, 0);
    -webkit-transition: all .42s ease;
    transition: all .42s ease;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    
    line-height: 20px;
}
.navbar-default .navbar-nav > li.dw .as:before{padding-right: 30px;padding-left: 20px;}
.navbar-default .navbar-nav > li:nth-of-type(1) .as:before{content: 'Home';}
.navbar-default .navbar-nav > li:nth-of-type(2) .as:before{content: 'About';}
.navbar-default .navbar-nav > li:nth-of-type(3) .as:before{content: 'Cases';}
.navbar-default .navbar-nav > li:nth-of-type(4) .as:before{content: 'Products';}
.navbar-default .navbar-nav > li:nth-of-type(5) .as:before{content: 'Business';}
.navbar-default .navbar-nav > li:nth-of-type(6) .as:before{content: 'News';}
.navbar-default .navbar-nav > li:nth-of-type(7) .as:before{content: 'Contact';}

.navbar-default .navbar-nav > li:hover a.as:before{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.navbar-default .navbar-nav > li:hover a.as span{
    -webkit-transform: translate3d(0, -55%, 0);
    transform: translate3d(0, -55%, 0);
    opacity: 0;
}
.navbar-default .navbar-nav > li.last,
.navbar-default .navbar-nav > li.line{margin-left:15px;}
.navbar-default .navbar-nav > li.last > a{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.navbar-default .navbar-nav > li.line > i{
    display: block;
    margin-top: 13px;
    width: 1px;
    height: 14px;
    background: #fff;
}
.navbar-default .navbar-nav > li.last:before,
.navbar-default .navbar-nav > li.lang:before{display: none;}
.navbar-default .navbar-nav > li.last:hover a ,
.navbar-default .navbar-nav > li.lang:hover a{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.navbar-default .navbar-nav > li.lang{margin-left: 15px;}
.navbar-default .navbar-nav > li.lang a {
    float: left;
    color: #fff;
    text-align: center;
    line-height: 18px;
    transition: all 0.3s;
    font-size: 20px;
    padding-right: 20px;
    position: relative;
}
.navbar-default .navbar-nav > li.last a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 35px;
    border-radius: 50px;
    background: #fff url(../Images/ico_tel.png) 20px center no-repeat;
    background-size: 14px;
    color: #1b5aa1;
    font-size: 18px;
}
.navbar-default .navbar-nav > li.lang i {
    position: absolute;
    right: 0;
    top: 11px;
    line-height: 18px;
}
.navbar-default .navbar-nav > li.lang i:after {
    content: '\22';
}
.header-wrapper.activeHead .navbar-nav > li.lang > a{color: #000;}


.navbar-default .navbar-nav > li .ej-nav{
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    background: #fcfcfc;
    padding-top: 70px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
    -webkit-transition: none;
    transition: none;
    display: none;
}

.ej-nav-list{}
.ej-nav-list .e-item{
    text-align: center;
    
}
.ej-nav-list .e-item a img{
    height: 70px;
    margin-bottom: 15px;
}
.ej-nav-list .e-item .ej-ico{
    width: 60px;
    height: 60px;
    position: relative;
}
.ej-nav-list .e-item .tx{
    color: #555;
    margin-left: 12px;
}
.ej-nav .ltxt h4{font-size: 28px;margin-bottom: 20px;}
.ej-nav .ltxt p{color: #888;font-size: 18px;}
/* .ej-nav-list .e-item:hover a{
    box-shadow: 0 0 5px 1px #ccc;
} */
.ej-nav-list .e-item:hover .tx{color:#1a358c;}

.ej-nav .ltxt{max-width: 400px;}

.ej-nav-list2{padding-left: 30px;margin-right: -8px;margin-left: -8px;}
.ej-nav-list2 .e-item{
    float: left;
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.ej-nav-list2 .e-item a{
    display: block;
    border:1px solid #e5e5e5;
    background: #fff;
    height: 110px;
    padding: 0 20px 0 30px;
    position: relative;
    overflow: hidden;
}
.ej-nav-list2 .e-item a img{width: 100%;height: 100%;}
.ej-nav-list2 .e-item a .shaw{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.ej-nav-list2 .e-item a:hover .shaw {
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(232,133,46,0.88);
}
.ej-nav-list{max-width: 630px;}
.ej-nav-list .item{
    float: left;
    width: 50%;
    padding: 0 6px;
    margin-bottom: 30px;
}
.ej-nav-list .item .cbox{
    display: block;
    border:1px solid #ddd;
    border-radius: 5px;
    line-height: 70px;
    text-align: left;
    padding-left: 35px;
}
.ej-nav-list .item .cbox span{display: inline-block;font-size: 20px;vertical-align: top;}
.ej-nav-list .item .cbox span.ico{
    width: 52px;
    position: relative;
    height: 70px;
}
.ej-nav-list .item .cbox span.ico img{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin:auto;
}
.ej-nav-list .item .cbox span.ico img.ib{opacity: 0;}
.ej-nav-list .item .cbox:hover span.ico img.ia{opacity: 0;}
.ej-nav-list .item .cbox:hover span.ico img.ib{opacity: 1;}
.ej-nav-list .item .cbox:hover span.x{color:#65c42f;}

.head-tr{
    float: left;
    margin-top: 25px;
}
.head-login{
    float: left;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    color: #fff;
    background-color: #283840;
    font-size: 16px;
    margin-left: 20px;
    border-radius: 30px;
    border:1px solid #fff;
    overflow: hidden;
}
.activeHead .head-login{border-color: #283840;}
.head-login a{
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    position: relative;
}
.head-login a.cn{background: #fff;color: #283840;}
.head-login a.icoh2{background-position: -78px center;padding-right: 0;margin-left: 15px;}
/* .head-login a.en:after{
    position: absolute;
    top:12px;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #fff;
    content: '';
} */
.head-login a.icoh2:before{
    position: absolute;
    top:12px;
    left: -15px;
    width: 1px;
    height: 14px;
    background-color: #4d87bc;
    content: '';
}

.navbar-default .navbar-nav > li > a i.rd{
    position: absolute;
    top:50%;
    right: 10px;
    line-height: 20px;
    font-style: normal;
    margin-top: -10px;
}
/* .navbar-default .navbar-nav > li > a i.lf{
    position: absolute;
    top:50%;
    left: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: #ccc;
} */


.index-prev,.index-next{
    position: absolute;
    top:50%;
    width: 27px;
    height: 54px;
    margin-top: -27px;
    z-index: 3;
    opacity: 0.7;
    filter: alpha(opacity=70);
    font-size: 38px!important;
    color: #fff;
}
.index-prev{left: 3%;}
.index-next{right: 3%;}
/* -webkit-transform: rotateZ(180deg);-moz-transform: rotateZ(180deg);-ms-transform: rotate(180deg);transform: rotateZ(180deg); */
.index-prev:hover,.index-next:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.swiper-pagination-bullet-active{background: #1a358c;}

.banner .swiper-pagination{padding-right: 80px;text-align: right;}
.banner .swiper-pagination .swiper-pagination-bullet,.about-swp .swppage .swiper-pagination-bullet{width: 15px;border-radius: 0;height: 5px;}


.banner .img{overflow: hidden;height: 100%;}
.banner .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 0.5s ease-out 0.8s;
}
.banner .swiper-slide-active .img img{
    transform: scale(1);
}
.ban-txt{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
}
/* .ban-txt .ban-move-box{max-width: 1000px;margin-left: 10%;} */
.ban-txt .p1{
    font-size: 38px;
    margin-bottom: 0px;
    opacity: 0;
    
    text-transform: uppercase;
    color: #1a358c;
    margin-bottom: 15px;
    font-weight: bold;
}
.ban-txt .p1 span{font-size: 32px;font-family: arial;font-weight: 300;}
.ban-txt .p2{font-size: 18px;opacity: 0;color: #333;text-transform: uppercase;line-height: 1.6;}
/* .ban-txt .p2 span{opacity: 0.7;} */
.ban-txt .p3{opacity: 0;margin-top: 30px;font-size: 18px;}
.ban-txt .p3 a.m{
    display: inline-block;
    line-height: 44px;
    padding: 0 50px;
    border-radius: 44px;
    background: #1a358c;
    color: #fff;
}
.ban-txt .ban-move-box .line{
    width: 220px;
    height: 2px;
    background: #1a358c;
    margin: 30px auto 40px;
    opacity: 0;
}

.dsvg {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 54px;
    width: 27px;
    margin: 0 auto;
    z-index: 4;
    text-align: center;
    cursor: pointer;
}
.dsvg .scroll-blast {
    height: 28px;
    width: 14px;
    margin-top: -6px;
    margin-left: 20px;
    margin-left: 0px;
}
.dsvg .scroll-blast path {
    fill: #fff;
    -webkit-animation: arrowHint 1.5s infinite;
    animation: arrowHint 1.5s infinite;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}
.dsvg .scroll-blast path.a1 {
    fill: #5fcdd6;
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s
}
.dsvg .scroll-blast path.a2 {
    fill: #87dae1;
    -webkit-animation-delay: -.375s;
    animation-delay: -.375s
}
.dsvg .scroll-blast path.a3 {
    fill: #b0e6eb;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
@-webkit-keyframes arrowHint {
0% {
opacity:0
}
40% {
opacity:1
}
80% {
opacity:0
}
to {
opacity:0
}
}
@keyframes arrowHint {
0% {
opacity:0
}
40% {
opacity:1
}
80% {
opacity:0
}
to {
opacity:0
}
}


.ban-bslide{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: rgba(0,0,0,0.3);
    border-top: 1px solid rgba(255,255,255,.2);
    z-index: 10;
}
.ban-bslide ul{width: 86%;margin: 0 auto;color:#fff;border-left: 1px solid rgba(255,255,255,.2);}
.ban-bslide ul li{
    float: left;width: 25%;
    border-right: 1px solid rgba(255,255,255,.2);
    padding: 0 20px;
    cursor: pointer;position: relative;
}
.ban-bslide ul li::after{
    position:absolute;
    top:-1px;
    left:0;
    height:2px;
    width:0;
    opacity:1;
    content: '';
    background-color: #1a358c;
}
/* .ban-bslide ul li:nth-child(1)::after{background-color:#06937c;}
.ban-bslide ul li:nth-child(2)::after{background-color:#000;}
.ban-bslide ul li:nth-child(3)::after{background-color:#dc9a03;} */
.ban-bslide ul li.active::after{
    width:100%;
    -webkit-transition:width 5s linear;
    -moz-transition:width 5s linear;
    transition:width 5s linear;
}
/* .ban-bslide ul li:last-of-type{border-right-width: 0;} */
.ban-bslide ul li .c-h{height: 110px;}
.ban-bslide ul li .zhb{font-size: 22px;margin-bottom: 5px;}
.ban-bslide ul li .ent{font-size: 16px;opacity: 0.6;}
.icos-d{position: relative;}
.icos-d .svg{width: 50px;height: 50px;position: relative;}
.icos-d .icos-jt{
    background: url(../Images/ico_jt.png) center no-repeat;
    position: absolute;
    top:0;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    -moz-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.ban-bslide ul li:hover .icos-d .icos-jt{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
         transform: rotate(90deg);
}
.icos-d .svg svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
}
.icos-d .svg svg circle{
    -webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    -moz-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    stroke-dasharray:339;
    stroke-dashoffset:339;
}
.ban-bslide ul li:hover .icos-d .svg svg circle{stroke-dashoffset:188;}



img.img-position{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.more-s1{text-align: left;margin-top: 40px;}
.more-s1 a{
    display: inline-block;
    line-height: 40px;
    border:1px solid #1a358c;
    border-radius: 0;
    font-size: 16px;
    background: #1a358c;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    height: 42px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.more-s1 a:hover{color: #fff;border-color: #f06233;}
.more-s1 a span{
    position: relative;
    display: inline-block;
    width: 170px;
    overflow: hidden;
    z-index: 2;
}
.more-s1 a span:after{
    background: #f06233;
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: -12px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}
.more-s1 a:hover span:after{width: 115%;}




.more5{margin-top: 20px;font-size: 32px;color: #fff;}
.more5 i{cursor: pointer;}

.home-wrap .section-1{
    height: 100vh;
    background: #7d9a92;
    padding-top: 10vh;
    overflow: hidden;
}
.home-wrap .section-1 table.table{
    height: 90vh;
    margin-bottom: 0;
}
.home-wrap .section-1 table.table tr td{vertical-align: middle;border-top-width: 0;}
.home-wrap .section-1 table.table tr td.lf{width: 50%;}
.home-wrap .section-1 .imgs-boxs{
    width: 53.5vh;
    height: 60vh;
    position: relative;
    width: 32.1vw;
    height: 36vw;
}
.home-wrap .section-1 .imgs-boxs .img1,
.home-wrap .section-1 .imgs-boxs .img3,
.home-wrap .section-1 .imgs-boxs .img2{
    position: absolute;
}
.home-wrap .section-1 .imgs-boxs .img1{
    bottom: 0;
    left: 0;
    height: 35%;
    z-index: 3;
}
.home-wrap .section-1 .imgs-boxs .img2{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.home-wrap .section-1 .imgs-boxs .img3{
    top: 0;
    right: 0;
    width: 35%;
    z-index: 1;
}
.home-wrap .section-1 .imgs-boxs  img{
    height: 100%;
    width: 100%;
    display: block;
}
.pub-view {
    width: 8vw;
    height: 8vw;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background-color: #7d9a92;
    margin-left: 3vw;
}
.pub-view .bn{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 8vw;
    font-size: 16px;
    color: #fff;
    font-family: arial;
    text-indent: 20px;
}
.pub-view .bn .icod{
    position: absolute;
    top: 50%;
    right: 80%;
    width: 4.5vw;
    height: 30px;
    background: url(../Images/ico1.png) no-repeat right center / 100%;
    margin-top: -15px;
}
.pub-view:hover{background-color: #1d3730;}
.pub-view:hover .bn{text-indent: 0;}
.pub-view:hover .bn .icod{right: -50%;}
.home-wrap .section-1 .txt{color: #fff;}
.home-wrap .section-1 .txt h4{font-size: 26px;}
.home-wrap .section-1 .txt h1{margin-top: 3vh;margin-bottom: 2.5vh;}
.home-wrap .section-1 .txt h3{margin-bottom: 8vh;font-size: 20px;}
.pub-circle{
    width: 50vh;
    height: 50vh;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 2.5vh;
    border-radius: 50%;
}
.pub-circle span{
    display: block;
    width: 100%;
    height: 100%;
    background: #fec77c;
    border-radius: 50%;
}
.home-wrap .section-1 .imgs-boxs .pub-circle{
    position: absolute;
    bottom: -10vh;
    right: -20vh;
    z-index: 0;
}
.fixed-right{
    position: fixed;
    right: 0;
    top: 50%;
    width: 6.375vh;
    height: 42.3vh;
    width: 45px;
    height: 299px;
    background: url(../Images/ico2.png);
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.fixed-right a{
    display: block;
    width: 100%;
    height: 50%;
}

.home-wrap .section-2{background: #e5e5e5;}
.home-wrap .section-2 .wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}
.home-wrap .section-2 .cboxs{
    width: 80%;
    margin-left: 20%;
    position: relative;

}
.home-wrap .section-2 .cboxs .con{
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.home-wrap .section-2 .cboxs .con img.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-wrap .section-2 .cboxs .con img.bg ,
.home-wrap .section-2 .cboxs .con .shaw{
    border-top-left-radius: 40%;
    border-bottom-right-radius: 40%;
}
.home-wrap .section-2 .cboxs .con .shaw{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #1d3730;
}
.home-wrap .section-2 .cboxs .con .ico{
    height: 50px;
    margin-bottom: 15px;
    overflow: hidden;
}
.home-wrap .section-2 .cboxs .con .ico img{display: block;height: 100%;margin: 0 auto;}
.home-wrap .section-2 .cboxs .con .p{
    font-size: 16px;
    max-width: 80%;
    margin: 10px auto 0;
}
.home-wrap .section-2 .cboxs:hover .con .shaw{background-color: transparent;}
.home-wrap .section-2 .cboxs:hover .con .ico{height: 0;}
.home-wrap .section-2 .num{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 19%;
    display: none;
}
.home-wrap .section-2 .num .num-c{
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.home-wrap .section-2 .num .num-c span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2ca72;
    color: #fff;
    font-family: 'Impact';
    font-size: 24px;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 40%;
}
.home-wrap .section-2 .img-con-boxs{
    position: relative;
    overflow: hidden;
}
.home-wrap .section-2 .img-con-boxs .img{
    width: 85%;
    margin-left: 15%;
    margin-bottom: 15%;
    position: relative;
    z-index: 2;
}
.home-wrap .section-2 .img-con-boxs .pub-circle {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 40vh;
    height: 40vh;
    border-color: #ccc;
}
.home-wrap .section-2 .rtxt{
    margin-top: 20vh;
    position: relative;
    padding-top: 160px;
}
.home-wrap .section-2 .rtxt h1{
    font-size: 44px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transform: translateX(-48%);
    margin: 0;
}
.home-wrap .section-2 .rtxt h1 span{color: #fff;}
.pub-intro{font-size: 16px;line-height: 1.8;}
.home-wrap .section-2 .rtxt .crtxt{padding-left: 12%;}
.home-wrap .section-2 .rtxt .crtxt .pub-intro{margin-bottom: 60px;}
.home-wrap .section-3{padding-top: 60px;padding-bottom: 60px;}
.home-wrap .section-3 .item{margin-bottom: 60px;}
.home-wrap .section-3 .item .boxs{position: relative;}
.home-wrap .section-3 .item .boxs .more{
    position: absolute;
    top: 50%;
    width: 10vh;
    height: 15.5vh;
    background: #ec7638;
    text-align: center;
    color: #fff;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-wrap .section-3 .item .boxs .more:hover{background-color: #1d3730;}
.home-wrap .section-3 .item .boxs .more .m{padding-top: 2.5vh;font-size: 16px;}
.home-wrap .section-3 .item .boxs .more .iconfont{font-size: 24px;margin-top: 2.5vh;}
.home-wrap .section-3 .item>div{padding: 0;}
.home-wrap .section-3 .item:nth-child(2n) .boxs .more{
    left: -30px;
}
.home-wrap .section-3 .item:nth-child(2n+1) .boxs .more{
    right: -30px;
}
.pub-more{text-align: center;font-size: 22px;}
.pub-more a{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #1d3730;
}
.home-wrap .section-4{padding-top: 60px;padding-bottom: 6vw;background-color: #e6e5e5;overflow: hidden;}
.home-wrap .section-4 .imgs-lf{max-width: 80%;position: relative;}
.home-wrap .section-4 .imgs-lf .img2{
    width: 12vw;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.home-wrap .section-4 .txt{padding-top: 50px;text-align: center;}
.home-wrap .section-4 .txt .title .en{font-size: 44px;margin-top: 5px;}
.home-wrap .section-4 .txt .pub-intro{
    max-width: 80%;
    margin: 30px auto;
}
.home-wrap .section-4 .txt .pub-intro a{display: inline-block;position: relative;}
.home-wrap .section-4 .txt .pub-intro a+a{padding-left: 15px;margin-left: 10px;}
.home-wrap .section-4 .txt .pub-intro a+a:before{content: '/';position: absolute;left: 0;}
.home-wrap .section-4 .txt .pub-view{margin: 60px auto;}
.home-wrap .section-4  .imgs-rg{position: absolute;top: 0;left: 15%;height: 40vh;overflow: hidden;}
.footer{background: #1d3730;color: #fff;padding-top: 70px;}
.footer h1{margin-bottom: 30px;font-size: 24px;}
.footer .wrapper{
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.footer .chart{margin-top: 20px;}
.footer .form{padding-top: 20px;}
.footer .form textarea{
    background: transparent;
    outline: none;
    height: 44px;
    padding: 0;
    font-size: 16px;
    border-width: 0;
    border-bottom: 1px solid #699e90;
    box-shadow: none;
    color: #fff;
}
.footer .form textarea::-webkit-input-placeholder {
        color: #fff;
        opacity: 0.58;
      }
      .footer .form textarea::-moz-input-placeholder {
        color: #fff;
        opacity: 0.58;
      }
      .footer .form textarea::-ms-input-placeholder {
        color: #fff;
        opacity: 0.58;
      }
.footer .form .sub{margin-top: 20px;}
.footer .form .sub input{
    width: 120px;
    height: 40px;
    border-radius: 38px;
    border:  1px solid rgba(255, 255, 255, .3);
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 18px;
}
ul.footer-nav li a{font-size: 16px;color: #fff;opacity: 0.58;}
ul.footer-nav li{margin-bottom: 5px;}
.footer .p{opacity: 0.58;margin-bottom: 5px;}
.footer .icp{padding-top: 15px;padding-bottom: 15px;}
.product-wrap .section{padding-top: 60px;padding-bottom: 60px;}
.product-wrap .section-1{background: #7d9a92 url(../Images/bg_pro.jpg) no-repeat 5% bottom;color: #fff;}
.product-wrap .section-1 .bg-boxs{
        padding-top: 20vh;
        padding-bottom: 10vh;
}
.product-wrap .section-1 table{margin: 0 auto;}
.product-wrap .section-1 table tr td{vertical-align: top;}
.product-wrap .section-1 .title{font-size: 32px;}
.product-wrap .section-1 .title span{display: inline-block;padding-right: 50px;position: relative;}
.product-wrap .section-1 .title span:after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 2px;
    background: #f2ca72;
    content: '';
    margin-top: -1px;
}
.product-wrap .section-1 table ul{margin-left: 50px;}
.product-wrap .section-1 table ul li{
    line-height: 40px;
    font-size: 16px;
}
.product-wrap .section-1 table ul li.on a{text-decoration: line-through;color: #f2ca72;}
.product-list .item{margin-bottom: 60px;}
.product-list .item table.tops{table-layout: fixed;width: 100%;}
.product-list .item .tops .limg{width: 46%;}
.product-list .item .tops .limg .img{position: relative;}
.product-list .item .tops .limg .img a{position: relative;z-index: 3;display: block;}
.product-list .item .tops .limg .img span.yd{
    position: absolute;
    width: 60%;
    top: 50%;
    left: 75%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-list .item .tops .limg .img span.yd i{
    display: block;
    padding-top: 100%;
    border-radius: 100%;
    background-color: #f2ca72;
}
.product-list .item .tops .tx{padding-left: 40px;position: relative;z-index: 3;}
.product-list .item .tops .tx .title .en{
    font-size: 44px;
    position: relative;
    left: -145px;
}
.product-list .item .tops .tx .title .cn{font-size: 32px;margin-bottom: 30px;}
.product-list .item .tops .tx a{color: #333;}
.product-list .item .mbc{margin-top: 50px;}
.product-list .item .rbimg{margin-left: 10px;}
.product-list .item .mbc .p{font-size: 18px;margin-top: 20px;}
.color-cy{
    background-color: #c3cfbc;
}
.case-banner{
    width: 100%;
    height: 100vh;
    padding-top: 10vh;
    background:#7d9a92 url(../Images/case_bg.jpg) right 85% no-repeat;
    position: relative;
    overflow: hidden;
}
.case-banner .img1{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62.6vh;
    height: 65vh;
    z-index: 3;
}
.case-banner .img2{
    position: absolute;
    bottom: 0;
    left: 65%;
    width: 32.9vh;
    height: 35vh;
    z-index: 3;
    transition:none;
}
.case-banner .img3{
    position: absolute;
    bottom: 32vh;
    left: 65%;
    width: 26.85vh;
    height: 30vh;
    margin-left: 30vh;
    z-index: 3;
}
.case-banner .img3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-banner .imgs span{display: block;transition:none;height: 100%;}
.case-banner .pub-circle{
position: absolute;
top: 20vh;
left: 30%;
}
.case-banner .txt{
    position: absolute;
    top: 45vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 5;
}
.case-banner .txt h1{margin-top: 25px;line-height: 1.5;margin-bottom: 25px;}
.case-banner .pub-view{
    position: absolute;
    top: 70vh;
    left: 50%;
    margin-left: -4vw;
    text-indent: 0;
}
.case-banner .pub-view a{text-indent: 0;}
.case-banner .pub-view .bn .icod{
    right: 50%;
    top: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -2.25vw;
}
.case-banner .pub-view .bn:hover .icod{top: 130%;}
.case-list-w{overflow: hidden;background-color: #e5e5e5;}
.case-list .swiper-container{overflow: inherit;}
.case-nav {padding-top: 60px;padding-bottom: 60px;font-size: 0;}
.case-nav a{
    font-size: 18px;
    display: inline-block;
    margin-left: 2vw;
}
.case-nav a.on{color: #7d9a92;text-decoration: line-through;}
.case-list .boxs{
    background: #1d3730;
}
.opt5{opacity: 0.5;}
/* .case-list .imgs{
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}
.case-list .imgs img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.case-list .imgs img{height: 500px;}
.case-list  .shaw{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15%;
    z-index: 3;
    color: #fff;
}
.case-list .shaw h3{font-size: 28px;margin-bottom: 20px;}
.case-list .shaw .pub-intro{margin-bottom: 30px;}
.case-list .swiper-slide{overflow: hidden;width: auto;}
.case-list  .shaw2{
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding: 0;
    z-index: 3;
    color: #fff;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
}
.case-list .swiper-slide:hover .shaw2{-webkit-transform: translateY(-100%);transform: translateY(-100%);}
.case-list .shaw2 .boxs{
    background: rgba(0,0,0,0.1);
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));
    padding: 20px 30px;
}
.case-list .shaw2 .boxs .pub-intro{margin-top: 15px;}
.case-list .shaw2 .boxs h3{line-height: 30px;}
.pub-dib{
    display: inline-block;
    color: #fec77c;
    margin-left: -35px;
}
.pub-dib .cbt{
    padding-left: 35px;
    position: relative;
}
.pub-dib span {
    display: block;
    transition: transform .7s cubic-bezier(.19,1,.22,1);
}
.pub-dib .arrow:first-child {
    transform: translateX(0);
    left: 0;
    width: 15px;
    position: absolute;
    pointer-events: none;
}
.pub-dib svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #fec77c;
    overflow: hidden;
}
.pub-dib .cbt:hover span:first-child {
    transform: translateX(1.5625rem);
}
.pub-dib .cbt:hover svg path:first-child {
    transform: translateX(100%);
}
.case-list .group{margin-bottom: 30px;}
.case-list .page-mcon{padding-top: 40px;padding-bottom: 40px;}
.case-list .page-mcon .swiper-pagination{
    position: relative;
    width: 45vw;
    height: 1px;
    margin: 0 10px;
    background-color: #1d3730;
}
.case-list .page-mcon .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    height: 3px;
    background-color: #1d3730;
    margin-top: -1px;
}
.case-list .page-mcon .num{font-size: 18px;font-family: arial;}
.case-list .page-mcon .pub-dib svg{fill: #1d3730;}
.case-back{
    background-color: #7d9a92;
    height: 22vh;
    padding-top: 15vh;
    color: #fff;
    font-size: 20px;
}
.case-det-top{
    background-size: cover;
    background-position: center center;
}
.case-det-top .text{height: 78vh;color: #fff;}
.case-det-top .text h1{margin-bottom: 30px;}
.case-det-top .boxs{background: rgba(0, 0, 0, .35);}
.case-det-con{overflow: hidden;padding-top: 60px;}
.case-det-con .item{margin-bottom: 60px;}
.case-det-con .item:nth-child(4n+2){
    position: relative;
    right: -95px;
}
.case-det-con .item:nth-child(4n){
    position: relative;
    left: -95px;
}
.img-about{
    position: absolute;
    bottom: 0;
    right: 80px;
    height: 70vh;
    width: 63.4375vh;
}
.img-about .yh{
    position: absolute;
    top: -10vh;
    left: -10vh;
    width: 20vh;
    height: 20vh;
    background-color: #feca71;
    border-radius: 50%;
}
.img-about a{position: relative;z-index: 3;}
.about-wrap .case-banner .txt{
    left: 80px;
    text-align: left;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.about-wrap .case-banner .pub-view{left: 80px;margin-left: 0;}
.about-nav{
    position: absolute;
    bottom: 30px;
    left: 80px;
    color: #fff;
    font-size: 0;
}
.about-nav a{
    font-size: 18px;
    display: inline-block;
    line-height: 1;
}
.about-nav a+a{
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff;
}
.about-text{
    padding-top: 60px;
    padding-bottom: 10px;
    background: #e5e5e6;
}
.about-tit1{
    text-align: center;
    margin: 60px 0;
}
.about-tit1 h1 span{
    display: inline-block;
    padding: 40px 60px 0 0;
    background: url(../Images/about_tbg.png) no-repeat right bottom / 50px;
}
.about-text .about-tit1{margin-bottom: 70px;}
.about-text .txt-sn{position: relative;margin-top: 140px;}
.about-text .txt-sn .imgs-t{position: absolute;left: 0;bottom: 100%;width: 130%;width: 20vw;margin-bottom: 50px;}
.about-text .txt-sn .imgs-t .p{
    font-size: 22px;
    margin-top: 15px;
    color: #6c6e6e;
}
.about-text .txt-sn .cmon h1{margin-bottom: 20px;line-height: 1.2;}
.about-text .txt-sn .pub-intro{color: #6c6e6e;}
.inline-block{display: inline-block;}
.about-text .txt-sn .rxtn{padding-left: 15%;}
.about-text .txt-sn .rxtn h1.en{padding-left: 20px;}
.about-text .txt-sn .rxtn .pub-intro{padding-left: 15%;}
.about-md-con{margin-top: 60px;margin-bottom: 15vh;}
.about-md-con .md-img{position: relative;}
.about-md-con .md-img .yd{
    position: absolute;
    right: -10vh;
    bottom: -10vh;
    width: 20vh;
    height: 20vh;
    background: #feca71;
    border-radius: 50%;
}
.about-md-con .md-img .imgc{position: relative;z-index: 3;}
.team-wrap{background: #292f35;color: #fff;padding-top: 15vh;padding-bottom: 15vh;}
.team-wrap .txt{padding-right: 15%;}
.team-wrap .txt h1{}
.team-wrap .txt h3{margin-bottom: 3vh;margin-top: 15vh;}
.team-list{margin-top:60px;}
/* .team-list .list li{
    float: left;
    width: 50%;
    padding-right: 30px;
    margin-bottom: 30px;
    opacity: 0.6;
    cursor: pointer;
} */
.team-list .list li{
    opacity: 0.6;
    cursor: pointer;
}
/* .team-list .list li img{filter: grayscale(100%);} */
.team-list .list li.on{opacity: 1;}
/* .team-list .list-txt{padding: 10%;} */
.team-list .list-txt{min-height: 300px;}
.team-list .list-txt h4{color: #feca71;margin: 15px 0 20px}
.team-list .list-txt .p{font-size: 18px;font-style: italic;margin-bottom: 10px;}
.contact-tops{background: #7c9a92;color: #fff;padding-top: 10vh;}
.contact-tops table.contact-table{width: 100%;table-layout: fixed;height: 90vh;}
.contact-tops table.contact-table tr td .lftxt{font-size: 58px;}
.contact-tops table.contact-table tr td .mdc{
    width: 16vw;
    height: 16vw;
    background-color: #ffc876;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
}
.contact-tops table.contact-table tr td .ctxt h2{color: #ffc876;margin-bottom: 20px;}
.contact-form{padding: 30vh 0 35vh;background: #e5e5e5;}
.contact-form .imgs{width: 75%;max-width: 400px;position: relative;}
.contact-form .imgs .img1{
    position: absolute;
    top: 85%;
    right: -15%;
    z-index: 3;
}
.contact-form .con h4{color: #3c3c3c;margin-bottom: 30px;margin-top: 10px;}
.contact-form .con .pub-intro{color: #787878;margin-bottom: 30px;}
.contact-form .con .input-g{border-bottom: 1px solid #ccc;font-size: 16px;}
.contact-form .con .input-g label{white-space: nowrap;font-weight: normal;color: #888;}
.contact-form .con .input-g input,.contact-form .con .input-g textarea{
    background: transparent;
    outline: none;
    box-shadow: none;
    border-width: 0;
    height: 50px;
}
.contact-form .con .code{width: 50%;}
.contact-form .con .sub{margin-top: 30px;}
.contact-form .con .sub input{
    width: 150px;
    height: 44px;
    background: #1c3730;
    color: #fff;
    font-size: 18px;
    border-width: 0;
}
.news-banner{height: 100vh;position: relative;}
.news-banner .img{
    height: 90vh;
    background-size: cover;
}
.news-banner .shaw{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    background: rgba(124, 154, 146, .9);
    color: #fff;
    z-index: 2;
}
.news-banner .shaw .shaw-boxs{padding: 7% 10% 0;}
.news-banner .shaw .tit{font-size: 24px;margin-bottom: 10px;}
.news-banner .shaw .tit .cn{font-size: 32px;}
.news-banner .shaw .tit .en{font-style: italic;margin-left: 10px;}
.news-banner .shaw .pub-intro{font-size: 18px;}
.news-banner .shaw .navs{
    font-size: 18px;
    margin-top: 5vh;
    line-height: 10vh;
}
.news-banner .shaw .navs a{margin-right: 3vh;}
.news-banner .shaw .navs a.on{text-decoration: line-through;}

.home-grid__inner{overflow: hidden;}
.home-grid .card:nth-child(odd) {
    display: inline-block;
    float: left;
}
.home-grid .card:nth-child(1) {
    position: relative;
    width: 50%;
    margin: 80px 0 70px;
    left: -5%;
}
.card a {
    display: block;
}
.step-down {
    opacity: 0;
    will-change: opacity, tansform;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: opacity 0.9s linear, transform 0.9s ease;
}
.waypoint-reveal .step-down {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.card__img {
    position: relative;
    overflow: hidden;
}
.card__img .cimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card--project:hover .card__img .cimg{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.card--project .card__img {
    padding-top: 56.25%;
}
.home-grid .card .card__img {
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}
.home-grid .card:nth-child(1) .card__img {
    padding-top: 66%;
}
.card--project .card__content {
    transition: transform 200ms ease-in-out;
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 20px 25px 25px;
    z-index: 10;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}
.home-grid .card:nth-child(1) .card__content {
    width: 70%;
    margin: -50px 0 0 10%;
}
html:not(.mobile):not(.tablet) .card--project:hover .card__content, html:not(.mobile):not(.tablet) .card--project:focus .card__content, .card--project.on_press .card__content {
    -ms-transform: translateX(-20px) translateY(-10px);
    transform: translateX(-20px) translateY(-10px);
}
.card--project .card__cat {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    color: #888;
    margin:0;
    text-transform: uppercase;
    line-height: 1;
    font-family: arial;
    margin-bottom: 5px;
}
.card--project .card__title {
    font-size: 20px;
    color: #101012;
    line-height: 1.3;
}
.home-grid .card:nth-child(even) {
    display: inline-block;
    float: right;
}
.home-grid .card:nth-child(2) {
    position: relative;
    width: 40%;
    width: 48%;
    right: 5%;
    right: -30px;
}
.home-grid .card:nth-child(2) .card__img {
    display: inline-block;
    float: left;
    width: 90%;
    width: 74%;
    padding-top: 60%;
    padding-top: 45%;
    box-shadow: none;
}
.home-grid .card:nth-child(2) .card__content {
    width: 70%;
    margin: -50px 0 0 10%;
}
.home-grid .card:nth-child(3) {
    position: relative;
    width: 46%;
    margin: 0 0 130px 5%;
}
.home-grid .card:nth-child(odd) {
    display: inline-block;
    float: left;
}
.home-grid .card:nth-child(3) .card__img {
    position: relative;
    width: 75%;
    padding-top: 50%;
}
.home-grid .card:nth-child(3) .card__content {
    width: 70%;
    margin: -50px 0 0 10%;
}
.home-grid .card:nth-child(4) {
    position: relative;
    width: 48%;
    margin: -150px 0 0;
    right: -30px;
}
.home-grid .card:nth-child(4) .card__img {
    padding-top: 66%;
}
.home-grid .card:nth-child(4) .card__content {
    width: 70%;
    margin: -50px 0 0 10%;
}
.yewu-banner {position: relative;}
.yewu-banner .img{height: 100vh;background-size: cover;}
.yewu-banner .shaw{
    position: absolute;
    bottom: 5vh;
    width: 100%;
    color: #fff;
    z-index: 2;
}
.yewu-banner .shaw h1{margin-bottom: 30px;}
.yewu-list .group{overflow: hidden;position: relative;}
.yewu-list .group-1{
    padding-top: 60px;
    padding-bottom: 60px;
}
.yewu-list .group-1 .bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #f5ecdb;
    z-index: -1;
}
.yewu-list .group .title span{
    font-size: 44px;
    display: inline-block;
    padding-right: 50px;
    background: url(../Images/ico3.png) right center no-repeat;
    background-size: 35px;
    text-transform: uppercase;
}
.yewu-list .group .txt .p{font-size: 20px;opacity: 0.9;margin-bottom: 30px;}
.yewu-list .group .txt .p span{
    display: inline-block;
    position: relative;
    z-index: 3;
}
.yewu-list .group .txt .p span:after{
    position: absolute;
    top: 50%;
    left: 102%;
    width: 700px;
    height: 1px;
    background: #ccc;
    content: '';
}
.yewu-list .group .txt .pub-intro{max-width: 600px;}
.yewu-list .group .txt .line{
    width: 50px;height: 2px;
    background-color: #fff;opacity: 0.8;
    margin-top: 80px;
    margin-bottom: 30px;
}
.yewu-list .group-1 .img{position: relative;margin-left: -60px;}
.yewu-list .group-2{background-size: cover;}
.yewu-list .group-2 .txt{
    color: #fff;
    padding: 20vh 15%;
    background-color: rgba(0, 0, 0, .5);
}
.yewu-list .group-1 .txt .line{background: #444;}
.yewu-list .group-3{background-color: #f5ecdb;padding-bottom: 10vh;}
.yewu-list .group-3 .img,.yewu-list .group-4 .img,.yewu-list .group-5 .content{height: 70vh;}
.yewu-list .group-3 .img img,.yewu-list .group-4 .img img,.yewu-list .group-6 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yewu-list .group-3 .txt{
    position: absolute;
    bottom: -10vh;
    right: 50vw;
    padding: 10vh 6vh;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    width: 32vw;
}
.yewu-list .group-4{background-color: #f5ecdb;padding-bottom: 10vh;padding-top: 10vh;}
.yewu-list .group-4 .txt{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10vh 6vh;
    color: #fff;
    background-color: #7d9a92;
    width: 50vw;
    z-index: 6;
}
.yewu-list .group-5{background-size: cover;}
/* .yewu-list .group-5 .content{
    height: 70vh;
} */
.yewu-list .group-5 .txt{
    padding: 10vh 6vh;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}
.yewu-list .group-6{padding-top: 10vh;position: relative;overflow: hidden;background-color: #f5ecdb;}
.yewu-list .group-6 .bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    top: 18vh;
    background: #7d9a92;
}
.yewu-list .group-6 .txt{
    padding: 10vh 6vh;
    color: #fff;
    margin-top: 8vh;
}
.yewu-list .group-6 .img{height: 60vh;margin-bottom: 10vh;}
.yewu-list .group-6 .img{width: 1200px;}

.product-class-list{margin-top: 60px;margin-bottom: 30px;}
.product-class-list .cbox{cursor: pointer;margin-bottom: 30px;}
.product-class-list .cbox:hover{box-shadow: 0 0 10px 1px #ccc;-webkit-transform: translateY(-10px);transform: translateY(-10px);}
.product-class-list .cbox .txt{
    padding: 15px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eee;
}
.product-class-list .cbox .txt h4{
    margin-bottom: 10px;
}
.title-pro-class .en{
    font-size: 44px;
    margin-top: 60px;
}
.title-pro-class .cn{
    font-size: 32px;
    margin-bottom: 30px;
}
.detail-main{padding-top: 60px;padding-bottom: 60px;}
.detail-main .detail-title{font-size: 28px;margin-bottom: 10px;}
.detail-main .detail-date{font-size: 16px;color: #666;margin-bottom: 40px;}
.detail-main .pagerows{
    line-height: 30px;
    margin-top: 50px;
    font-size: 16px;
}