*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#545454;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#D6D6D6;
}
:-moz-placeholder {
    color:#D6D6D6;
    opacity:1;
}
::-moz-placeholder {
    color:#D6D6D6;
    opacity:1;
}
:-ms-input-placeholder{
    color:#D6D6D6;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf?v=4.2.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf?v=4.2.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'OSWALD-MEDIUM';
    src: url('../fonts/OSWALD-MEDIUM.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
html{
    width: 100%;
    /*font-size: 62.5%;
    font-size: 5.20833vw;*/
    font-size: calc(100vw/19.2);
}
@media (min-width: 1520px) {
    html {
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
    html {
        font-size: 80px;
    }
}
@media (max-width: 767px) {
    html {
        font-size: calc(100vw/7.5);
    }
}
body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
body.active{
    overflow: hidden;
}
@media (max-width: 1199px) {
    body {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 0.28rem;
    }
}
.f-12{
    font-size: 0.12rem;
}
.f-14{
    font-size: 0.14rem;
}
.f-15{
    font-size: 0.15rem;
}
.f-16{
    font-size: 0.16rem;
}
.f-18{
    font-size: 0.18rem;
}
.f-20{
    font-size: 0.20rem;
}
.f-22{
    font-size: 0.22rem;
}
.f-24{
    font-size: 0.24rem;
}
.f-26{
    font-size: 0.26rem;
}
.f-28{
    font-size: 0.28rem;
}
.f-30{
    font-size: 0.3rem;
}
.f-32{
    font-size: 0.32rem;
}
.f-36{
    font-size: 0.36rem;
}
.f-48{
    font-size: 0.48rem;
}
.f-50{
    font-size: 0.50rem;
}
.f-55{
    font-size: 0.55rem;
}
.f-60{
    font-size: 0.60rem;
}
.f-65{
    font-size: 0.65rem;
}
.f-70{
    font-size: 0.70rem;
}
.f-72{
    font-size: 0.72rem;
}
.f-100{
    font-size: 1rem;
}
.f-143{
    font-size: 1.43rem;
}
.f-150{
    font-size: 1.5rem;
}
.f-180{
    font-size: 1.8rem;
}
.f-250{
    font-size: 2.5rem;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.picture{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.picture:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.picture img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1760px;
    margin: 0 auto;
}
.container2 {
    width: 1520px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.sidebar_header_menu{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.sidebar_header_menu a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #188742;
}
.sidebar_header_menu_button{
    display: flex;
    flex-direction: column;
}
.sidebar_header_menu_button span{
    background: #FFFFFF;
    height: 2px;
    margin: 3px 0;
}
.sidebar_header_menu_button span.one, .sidebar_header_menu_button span.three{
    width: 27px;
}
.sidebar_header_menu_button span.two{
    width: 23px;
}
.sidebar_header_menu_txt{
    margin-top: 8px;
    font-family: "Roboto-Regular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.daohang {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 80px;
	clear: both;
    top: 0;
    position: fixed;
    z-index: 2000;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    transition: .5s;
}
.yx{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 9px;
}
.yx a {
    display: block;
}
.yx a img {
    max-width:100%;
    height: 84px;
    transition: .5s;
}
.yx p{
    font-weight: 400;
    color: #FFFFFF;
}
.nav-fr{
    display: flex;
    align-items: center;
}
.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: static;
    margin: 0 0.33rem;
    line-height: 90px;
}
.menupc li:hover a{
    color: #EF6107;
}
.menupc li a{
    display: block;
    font-weight: bold;
    color: #494440;
    position: relative;
    text-transform: uppercase;
}
.menupc li a:hover{
    color: #188742;
}
.menupc li a.current{
    color: #188742;
}
/*.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: left;
}*/
.link a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 0.4rem;
    border-radius: 20px;
    border: 1px solid #494440;
    font-weight: 400;
    color: #494440;
    transition: .5s;
}
.link a:hover{
    color: #FFFFFF;
    border: 1px solid #188742;
    background: #188742;
}
.nation{
    margin-left: 19px;
    position: relative;
    background: url("../images/nation.png") no-repeat left center;
    background-size: 17px 17px;
    padding-left: 26px;
}
.nation_t{
    cursor: pointer;
}
.nation_t h3{
    background: url("../images/jt.png") no-repeat right center;
    background-size: 11px 7px;
    padding-right: 24px;
    text-transform: capitalize;
    font-weight: 400;
    color: #494440;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    width: 100px;
    top: 30px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 21px 0px rgba(184,144,80,0.25);
    border-radius: 5px;
}
.nation_b li{
    text-align: center;
}
.nation_b li a{
    display: block;
    font-weight: 400;
    color: #444444;
    line-height: 22px;
    position: relative;
}
.nation_b li a:hover{
    color: #188742;
}
.daohang.guding{
    /*top: 0;
    position: fixed;
    z-index: 999;*/
    background: #ffffff;
}
.daohang.guding .yx a img{
    height: 64px;
}

/*点击menu弹出导航*/
.sidebar-nav{

}
.sidebar-nav.active{
    position: relative;
    /*z-index: 3;*/
    z-index: 10;
}
.sidebar-nav-overlay{
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,.8);
    /*height: 100vh;*/
    height: calc(196vh);
    top: 0;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
}
.sidebar-nav-colse{
    position: absolute;
    left: 0.49rem;
    top: 0.46rem;
    cursor: pointer;
    z-index: 3;
    transition: transform 1.25s cubic-bezier(.33,1,.68,1) 0s;
}
.sidebar-nav-colse:hover{
    transform: rotate(180deg);
}
.sidebar-nav-colse img{
    height: 0.29rem;
}
.sidebar-nav-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 4.01rem;
    height: 100vh;
    transform: translateX(-200%);
    transition: .5s transform ease-out;
    z-index: 1002;
}
.sidebar-nav.active .sidebar-nav-wrapper{
    transform: translateX(0);
}
.sidebar-nav-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.sidebar-nav.active .sidebar-nav-overlay{
    opacity: 0.8;
    pointer-events:auto
}
.navcommon{
    padding: 1.35rem 0.53rem 1.05rem 0.58rem;
}
.navbgcolor{
    --circular-icon-color: #323232;
    --imageTextBadge-triangle-fill-color: #323232;
    --slick-arrow-overlay-background-color: #323232;
    --integratedReport-tile-text-color: #323232;
    --integratedReport-tile-hoverActive-text-color: #323232;
    --integratedReport-tile-click-arrow-background-color: #323232;
    --integratedReport-tile-border-color: #323232;
    --flippingCard-border-color: #323232;
    background-color: #323232;
    --background-color: #323232;
    --button-hover-color: #323232;
}
.sidebar-nav-wrapper-top{
    overflow-x: hidden;
    height: auto;
}
.sidebar-nav-wrapper-tops{
    transition: .5s transform ease-out;
}
.sidebar-nav-wrapper-top ul{
    display: flex;
    flex-direction: column;
    /*height: 50%;*/
}
.sidebar-nav-wrapper-top ul li{
    margin-bottom: 0.4rem;
    line-height: 30px;
}
.sidebar-nav-wrapper-top-one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-nav-wrapper-top-fl{
    display: flex;
    align-items: center;
}
.sidebar-nav-wrapper-top-fl span{
    font-family: "Roboto-Light";
    font-weight: 300;
    color: #9A9797;
    padding-right: 5px;
}
.sidebar-nav-wrapper-top-fl a{
    font-weight: bold;
    color: #9A9797;
    transition: all .5s ease-in-out;
}
.sidebar-nav-wrapper-top-fl a.active{
    color: #FFFFFF;
}
.sidebar-nav-wrapper-top-fr a{
    display: block;
    width: 7px;
    height: 11px;
    background: url("../images/menujt1.png") no-repeat center;
    background-size: 100%;
    transform: translate(0, 1px);
    transition: all .5s ease-in-out;
}
.sidebar-nav-wrapper-top ul li:hover .sidebar-nav-wrapper-top-fl a{
    color: #FFFFFF;
}
/*.sidebar-nav-wrapper-top ul li:hover .sidebar-nav-wrapper-top-fr a{
    transform: translate(10px, 1px);
}*/
.sidebar-nav-wrapper-top-two{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .8s transform ease-out;
    transform: translateX(-1px);
}
.sidebar-nav-wrapper-top-two.active{
    transform: translateX(100%);
    border-left: 1px solid #666565;
}
.sidebar-nav-wrapper-top-two h3{
    font-weight: bold;
    color: #9A9797;
    line-height: 1;
}
.sidebar-nav-wrapper-top-two ul li{
    margin-top: 0.3rem;
    margin-bottom: 0;
    line-height: 40px;
}
.sidebar-nav-wrapper-top-two ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
}
.sidebar-nav-wrapper-top-two ul li a i{
    display: block;
    width: 11px;
    height: 7px;
    background: url("../images/menujt2.png") no-repeat center;
    background-size: 100%;
}
.sidebar-nav-wrapper-top-two ul li .two-list{

}
.sidebar-nav-wrapper-top-two ul li .two-list ul li{
    margin-top: 0;
    margin-bottom: 0;
}
.sidebar-nav-wrapper-top-two ul li .two-list ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    color: #9A9797;
    line-height: 40px;
    transition: .5s;
}
.sidebar-nav-wrapper-top-two ul li .two-list ul li a i{
    display: block;
    width: 7px;
    height: 11px;
    background: url("../images/menujt1.png") no-repeat center;
    background-size: 100%;
}
.sidebar-nav-wrapper-top-two ul li .two-list ul li a:hover{
    color: #188742;
    text-decoration: underline;
}
.sidebar-nav-wrapper-top-three{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    transition: .5s transform ease-out;
    transform: none;
}
.sidebar-nav-wrapper-top-three.active{
    border-left: 1px solid #666565;
    transform: translateX(100%);
}
.sidebar-nav-wrapper-top-three h3{
    font-weight: bold;
    color: #9A9797;
    line-height: 1;
}
.sidebar-nav-wrapper-top-three ul{
    margin-top: 0.3rem;
}
.sidebar-nav-wrapper-top-three ul li{
    margin-top: 0;
    margin-bottom: 0;
}
.sidebar-nav-wrapper-top-three ul li a{
    font-weight: 400;
    color: #9A9797;
    line-height: 40px;
    transition: .5s;
}
.sidebar-nav-wrapper-top-two .back, .sidebar-nav-wrapper-top-three .back{
    position: absolute;
    left: 0.49rem;
    top: 0.46rem;
    cursor: pointer;
    z-index: 3;
    color: #FFFFFF;
}
.sidebar-nav-wrapper-top-two .back i, .sidebar-nav-wrapper-top-three .back i{
    margin-right: 10px;
}
.sidebar-nav-wrapper-line{
    width: calc(100% - 1.11rem);
    height: 1px;
    background: #FFFFFF;
    padding: 0 0.53rem 0 0.58rem;
    margin: auto auto 0.3rem;
    position: relative;
}
.sidebar-nav-wrapper-line:before{
    content: '';
    display: block;
    width: 0.5rem;
    height: 1px;
    background: #188742;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar-nav-wrapper-bottom{
    position: static;
    overflow-x: hidden;
    height: auto;
}
.sidebar-nav-wrapper-bottoms.navcommon{
    padding-top: 0;
}
.sidebar-nav-wrapper-bottom1 ul{
    display: flex;
    flex-direction: column;
}
.sidebar-nav-wrapper-bottom1 ul li{
    margin-bottom: 0.3rem;
    font-weight: 400;
    color: #9A9797;
    line-height: 25px;
    padding-left: 24px;
}
.sidebar-nav-wrapper-bottom1 ul li:last-child{
    margin-bottom: 0;
}
.sidebar-nav-wrapper-bottom1 ul li.htel{
    background: url("../images/htel.png") no-repeat left center;
    background-size: 12px 20px;
}
.sidebar-nav-wrapper-bottom1 ul li.hmail{
    background: url("../images/hmail.png") no-repeat left center;
    background-size: 16px 14px;
}
.sidebar-nav-wrapper-bottom1 ul li.haddress{
    background: url("../images/haddress.png") no-repeat left 1.5px;
    background-size: 16px 22px;
}
.sidebar-nav-wrapper-bottom2{
    margin-top: 0.35rem;
}
.sidebar-nav-wrapper-bottom2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    border: 1px solid rgba(154,151,151,.5);
    background: url("../images/hwx.png") no-repeat center;
    background-size: 19px 16px;
    transition: .5s;
}
.sidebar-nav-wrapper-bottom2 a.weixin{
    position:relative;
}
.sidebar-nav-wrapper-bottom2 a.weixin::after{
    content: url("../images/ewm.png");
    position: absolute;
    left: 0.6rem;
    top: -25px;
    z-index: 99;
    width:120px;
    height: 120px;
    border-radius: 5px;
    transform-origin: top center;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.sidebar-nav-wrapper-bottom2 a.weixin:hover::after{
    transform:scale(1);
    opacity: 1;
}

/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1,1.1);
}
.banners.swiper-slide-active img,.banners.swiper-slide-duplicate-active img{
    transition: 6s linear;
    transform: scale(1,1);
}
.ban_txt{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: left;
    font-weight: 400;
}
.ban_txt1{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 0px 6px 26px rgba(41,29,16,0.39);
}
.ban_txt2{
    margin-top: 0.25rem;
    font-family: "Roboto-Regular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 0px 2px 8px rgba(27,23,17,0.39);
    text-transform: capitalize;
}
.ban_txt3{
    margin-top: 0.7rem;
    display: flex;
    align-items: center;
}
.index_more a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.6rem;
    border-radius: 30px;
    padding: 0 0.46rem;
    transition: .5s;
}
.index_more a:hover{
    text-decoration: underline;
}
.index_more a i{
    margin-right: 12px;
    background-size: 100% !important;
    transition: .5s;
}
.ban_txt3_pro a{
    background: #188742;
    color: #FFFFFF;
}
.ban_txt3_pro a i{
    width: 9px;
    height: 14px;
    background: url("../images/bjt.png") no-repeat center;
}
.ban_txt3_tel{
    margin-left: 20px;
}
.ban_txt3_tel a{
    background: rgba(246,241,238,.9);
    color: #188742;
}
.ban_txt3_tel a i{
    width: 21px;
    height: 21px;
    background: url("../images/btel.png") no-repeat center;
}
.ban_txt3_tel a span{
    font-family: "Roboto-Bold";
}
.home-banner .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    right: calc((100vw - 1760px) / 2);
    top: 0;
    width: 12px;
    height: 100%;
}
.home-banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #F5EFEC;
    border: 2px solid #F5EFEC;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 4px 0px !important;
}
.home-banner .swiper-pagination-bullet-active{
    background: transparent;
    border: 2px solid #188742;
}
.ban_scrolldown{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0.3rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scrolltxt{
    font-family: "Roboto-Regular";
    font-weight: 400;
    color: #F5EFEB;
    line-height: 1;
    margin-top: 9px;
}
.scrolldown{
    position: relative;
    width: 1px;
    height: 35px;
}
.scrolldown::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 8px;
    background: #188742;
    z-index: 9;
    -webkit-animation: circle 1.5s ease-in-out infinite, cirleopacity 1.5s ease-out infinite;
    animation: circle 1.5s ease-in-out infinite, cirleopacity 1.5s ease-out infinite;
}
.scrolldown::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:1px;
    height:35px;
    background: rgba(244,237,234,1);
}
@-webkit-keyframes circlesp{
    0%{top:6px}
    100%{top:24px}
}@keyframes circlesp{
     0%{top:6px}
     100%{top:24px}
 }
@-webkit-keyframes circle{
    0%{top:10px}
    100%{top:32px}
}
@keyframes circle{
    0%{top:10px}
    100%{top:32px}
}
@-webkit-keyframes cirleopacity{
    0%{opacity:0}
    50%{opacity:1}
    80%{opacity:.9}
    100%{opacity:0}
}
@keyframes cirleopacity{
    0%{opacity:0}
    50%{opacity:1}
    80%{opacity:.9}
    100%{opacity:0}
}

.phone{
    display: none;
}

@media only screen and (min-width: 1200px) {
    .sidebar-nav-wrapper-top-two .back, .sidebar-nav-wrapper-top-three .back{
        display: none;
    }
}

@media(max-width:1199px) {
    /*.daohang {
        display: none;
    }
    .phone {
        display: block;
        z-index: 99;
        position: fixed;
        width: 100%;
        top: 0;
    }
    .sp_logo a img {
        height: 40px;
    }*/
    .daohang .container1{
        justify-content: flex-end;
    }
    .navdaohang{
        display: none;
    }
    .yx a img{
        height: 64px;
    }
    .link{
        display: none;
    }
    .sidebar-nav-wrapper-top-two{
        transform: translateX(-200%);
    }
    .sidebar-nav-wrapper-top-two.active{
        border-left: none;
    }
    .sidebar-nav-wrapper-top-three{
        transform: translateX(-200%);
    }
    .sidebar-nav-wrapper-top-three.active{
        border-left: none;
    }
    .sidebar-nav-wrapper-tops.active1{
        transform: translateX(-100%);
    }
    .sidebar-nav-wrapper-tops.active2{
        transform: translateX(-200%);
    }
    .sidebar-nav-wrapper{
        width: 100%;
    }
    .home-banner {
        height: auto;
    }
    .home-banner .swiper-pagination{
        right: 15px;
    }
}




footer{
    width: 100%;
    margin: 0 auto;
    background: #323232;
    padding: 0.8rem 0 0.5rem 0;
    border-bottom: 4px solid #188742;
}
footer .container1{
    position: relative;
}
.footer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_fl{
    width: 48.5%;
}
.footer1_fl1{
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1;
}
.footer1_fl2{
    margin-top: 0.8rem;
}
.footer1_fl2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_fl2 ul li{
    display: flex;
    flex-direction: column;
    color: #9A9797;
    font-weight: 400;
}
.footer1_fl2 ul li p{
    line-height: 22px;
    margin-bottom: 15px;
}
.footer1_fl2 ul li p.ftel{
    background: url("../images/ftel.png") no-repeat left center;
    background-size: 12px 20px;
    padding-left: 24px;
}
.footer1_fl2 ul li p.fmail{
    background: url("../images/fmail.png") no-repeat left center;
    background-size: 16px 14px;
    padding-left: 29px;
}
.footer1_fl2 ul li p.faddress{
    background: url("../images/faddress.png") no-repeat left center;
    background-size: 16px 22px;
    padding-left: 29px;
}
.footer1_fl2 ul li:nth-child(1) span, .footer1_fl2 ul li:nth-child(2) span{
    font-family: "Roboto-Light";
}
.footer1_fl3{
    margin-top: 1.3rem;
    display: flex;
    flex-wrap: wrap;
}
.footer1_fl3_1{

}
.footer1_fl3_1 ul{
    display: flex;
    flex-direction: column;
}
.footer1_fl3_1 ul li a{
    display: block;
    font-weight: 400;
    color: #9A9797;
    line-height: 30px;
}
.footer1_fl3_1 ul li a:hover{
    color: #FFFFFF;
    text-decoration-line: underline;
}
.footer1_fl3_2 ul{
    display: flex;
    flex-wrap: wrap;
}
.footer1_fl3_2 ul li{
    margin-left: 1.65rem;
}
.footer1_fl3_2 ul li a{
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.menulist ul{
    display: flex;
    flex-direction: column;
}
.menulist ul li{
    margin: 0 !important;
}
.menulist ul li a{
    display: block;
    color: #9A9797;
}
.menulist ul li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
.footer1_fr{
    width: 29.5%;
}
.msg1{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 0.5rem;
}
.msg1 label{
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1;
    padding-left: 0.29rem;
}
.msg1 input{
    margin-top: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(194,195,196,0.3);
    line-height: 25px;
    color: #FFFFFF;
    padding-left: 0.29rem;
}
.msg1:before{
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: #188742;
    position: absolute;
    bottom: 0;
    left: 0.29rem;
    transition: .5s;
}
.msg1.active:before{
    width: 100%;
    left: 0;
}
.msg2{
    margin-top: -0.22rem;
}
.msg2 button{
    width: 1.2rem;
    height: 0.45rem;
    background: transparent;
    border-radius: 23px;
    border: 2px solid #188742;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #188742;
    cursor: pointer;
    transition: .5s;
}
.msg2 button:hover{
    color: #FFFFFF;
    background: #188742;
}

.footer2{
    margin-top: 1.7rem;
}
.footer2_fl{
    font-weight: 400;
    color: #9A9797;
    line-height: 24px;
}
.footer2_fl a{
    font-weight: 400;
    color: #9A9797;
    line-height: 24px;
}
.footer2_fl a:hover{
    color: #188742;
}
.footer2_fr{
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer2_fr img{
    height: 2.24rem;
}
.footer2_fr p{
    position: absolute;
    left: 0.35rem;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 300;
    color: #FFFFFF;
}

.home-product{
    width: 100%;
    margin: 0 auto;
    background: url("../images/productbg.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 0.8rem;
}
.home-product .container2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.product_fl{
    width: 34.7%;
    position: sticky;
    left: 0;
    top: 100px;
    border-radius: 20px;
    border: 2px solid rgba(24,135,66,.2);
    padding: 0.5rem 0.84rem 0.48rem 0.43rem;
}
.product_fl1 img{
    height: 0.8rem;
}
.product_fl2{
    margin-top: 0.25rem;
}
/*光波文字*/
.idx_title{
    position: relative;
    z-index: 9;
}
.idx_title .title {
    width: 100%;
    font-weight: lighter;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    visibility: visible !important;
}
.idx_title .title .word {
    color: #D0CFCF;
    display: flex;
    align-items: center;
}
.idx_title .title .word i{
    margin: 0 22px;
    font-style: normal;
}
.idx_title .title .last {
    color: #494440;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.idx_title .title .last span {
    width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.idx_title .title.active .first {
    transition: all .1s 2s linear;
    opacity: 0;
}
.idx_title .title.active .last span {
    width: 100%;
    transition: width 1.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.idx_title .title:first-child ~ .title {
    margin-top: 10px;
}
.product_fl3{
    margin-top: 0.5rem;
    font-weight: 400;
    color: #494440;
    line-height: 2;
}
.product_fl4{
    margin-top: 1.65rem;
}
.product_fl4 a{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #188742 url("../images/p2.png") no-repeat center;
    background-size: 0.1rem 0.16rem;
}
.product_fr{
    width: 60.5%;
}
.product_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.product_fr ul li{
    width: 47.2%;
    margin-right: 5.6%;
    margin-bottom: 0.32rem;
}
.product_fr ul li:nth-child(2n){
    margin-right: 0;
}
.product_fr ul li a{
    display: block;
    border-radius: 20px;
}
.product_fr_img{
    border-radius: 20px 20px 0px 0px;
}
.product_fr_txt{
    background: rgba(246,241,238,.8);
    border-radius: 0px 0px 20px 20px;
    padding: 0.3rem 0.32rem 0.25rem 0.32rem;
}
.product_fr_txt1{
    font-weight: 300;
    color: #188742;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_fr_txt2{
    margin-top: 0.17rem;
    font-weight: 400;
    color: #494440;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_fr_txt3{
    margin-top: 0.27rem;
    font-weight: 400;
    color: #988A7F;
    line-height: 1;
}
.product_fr ul li a:hover .product_fr_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.product_fr ul li a:hover .product_fr_txt1{
    text-decoration-line: underline;
}
.product_fr ul li a:hover .product_fr_txt3{
    font-weight: bold;
    color: #188742;
}
.home-development{
    width: 100%;
    margin: 0 auto;
    background: url("../images/developmentbg.jpg") no-repeat top center;
    background-size: cover;
    padding: 1.65rem 0 2.2rem 0;
}
.development_info{
    margin-top: 0.65rem;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.67;
}
.development_con{
    margin-top: 0.95rem;
    border-radius: 20px;
    background: rgba(246,241,238,.9);
    padding: 0.42rem 0.92rem;
}
.development_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.development_con ul li{
    width: 15%;
    text-align: center;
}
.development_con_img{
    width: 0.83rem;
    height: 0.79rem;
    margin: 0 auto;
}
.development_con_img.pic:after{
    padding-bottom: 95%;
}
.development_con_txt{
    margin-top: 0.35rem;
}
.development_con_txt h3{
    font-weight: 300;
    color: #188742;
    line-height: 25px;
}
.development_con_txt h3:after{
    content: '';
    display: block;
    width: 27px;
    height: 1px;
    background: #188742;
    border-radius: 1px;
    margin: 12px auto;
}
.development_con_txt p{
    font-weight: 300;
    color: #444444;
    line-height: 25px;
}
.development_con ul li:hover .development_con_img img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.home-about{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.8rem;
    background: #f6f1ee;
}
.about_t{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about_t_fl{
    width: 45.5%;
}
.about_t_fl1.idx_title .title .word{
    color: rgba(24,135,66,.2);
}
.about_t_fl1.idx_title .title .last{
    color: #188742;
}
.about_t_fl2{
    margin-top: 0.35rem;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
    height: 270px;
    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about_t_fl3{
    margin-top: 0.6rem;
}
.about_t_fl3 a{
    display: inline-flex;
    background: #188742;
    color: #FFFFFF;
}
.about_t_fl3 a i{
    width: 9px;
    height: 14px;
    background: url("../images/bjt.png") no-repeat center;
}
.about_t_fr{
    width: 44.5%;
}
.about_t_fr img{
    border-radius: 20px;
}
.about_t_fr p{
    margin-top: 10px;
    text-align: center;
    font-weight: 300;
    color: #111111;
    line-height: 2;
}
.about_b{
    margin-top: 0.6rem;
}
.about_b ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_b ul li{
    width: 48%;
    border-radius: 20px;
    border: 2px solid rgba(24,135,66,.2);
    padding: 0.2rem 0.43rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_b_img{
    width: 1.64rem;
    height: 1.64rem;
    border-radius: 50%;
}
.about_b_txt{
    width: calc(100% - 2.04rem);
}
.about_b_txt1{
    font-weight: 300;
    color: #188742;
    line-height: 1;
}
.about_b_txt2{
    margin-top: 15px;
    font-weight: 400;
    color: #444444;
    line-height: 25px;
}

/*联系我们*/
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.icontact{
    background: url("../images/icontactbg.jpg") no-repeat center;
    background-size: cover;
    padding: 3.17rem 0 1.74rem 0;
    overflow: hidden;
}
.icontacts{
    float: right;
}
.icontacts_con{
    margin-top: 0.9rem;
}
.icontacts_con ul{
    display: flex;
    flex-direction: column;
}
.icontacts_con ul li{
    margin-bottom: 0.4rem;
    font-weight: 400;
    color: #FFFFFF;
}
.icontacts_con ul li:last-child{
    margin-bottom: 0;
}
.icontacts_con ul li span{
    display: block;
    padding-left: 0.37rem;
    margin-bottom: 15px;
}
.icontacts_con ul li span.ctel{
    /*background-size: 18px 27px;*/
    background: url("../images/ctel.png") no-repeat left center;
    background-size: 0.18rem 0.27rem;
    line-height: 27px;
}
.icontacts_con ul li span.cmail{
    /*background-size: 22px 18px;*/
    background: url("../images/cmail.png") no-repeat left center;
    background-size: 0.22rem 0.18rem;
    line-height: 18px;
}
.icontacts_con ul li span.caddress{
    /*background-size: 21px 29px;*/
    background: url("../images/caddress.png") no-repeat left center;
    background-size: 0.21rem 0.29rem;
    line-height: 29px;
}
.icontacts_con ul li p{
    line-height: 1;
}

/*关于*/
.iabout1{
    background: url("../images/iabout1bg.jpg") no-repeat center;
    background-size: cover;
    padding: 2.55rem 0 3.75rem 0;
}
.iabout1 .container2{
    position: relative;
}
.iabout1_fl{
    position: absolute;
    left: 2.3rem;
    top: 50%;
    transform: translate(0, -50%);
}
.iabout1_fl1{
    width: 1.5rem;
    height: 1.5rem;
    background: #188742;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #FFFFFF;
}
.iabout1_fl2{
    width: 0.75rem;
    height: 0.75rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -0.38rem;
    bottom: -0.12rem;
}
.iabout1_fl2 img{
    height: 0.31rem;
}
.iabout1_fr{
    width: 6.1rem;
    margin: 0 auto;
}
.iabout1_fr .idx_title .title .word{
    color: rgba(24,135,66,.2);
}
.iabout1_fr .idx_title .title .last{
    color: #188742;
}
.iabout1_con{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
}
.iabout2{
    background: url("../images/iabout2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.2rem 0 5.3rem 0;
}
.iabout2s{
    width: 6.02rem;
    margin: 0 0 0 auto;
}
.iabout2_1{
    margin-top: 0.4rem;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
}
.iabout2_2{
    margin-top: 0.3rem;
    font-weight: 300;
    color: #188742;
    line-height: 30px;
}
.iabout3{
    background: url("../images/iabout3bg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.2rem 0 5.2rem 0;
}
.iabout3s{
    width: 6.6rem;
}
.iabout3_1{
    background: url("../images/ia3bg.png") no-repeat center;
    background-size: 100%;
    width: 1.03rem;
    height: 1.27rem;
    padding: 0.55rem 0 0 0.2rem;
}
.iabout3_1 img{
    height: 0.45rem;
}
.iabout3_2{
    margin-top: 0.25rem;
}
.iabout3_3{
    margin-top: 0.36rem;
    font-weight: 400;
    color: #444444;
    line-height: 36px;
}

/*可持续发展*/
.idevelopment1{
    background: url("../images/idevelopment1bg.jpg") no-repeat center;
    background-size: cover;
    padding: 2.95rem 0 5.1rem 0;
}
.idevelopment1s{
    width: 8.15rem;
    margin: 0 auto;
}
.idevelopment1s .idx_title{
    height: 0.5rem;
}
.idevelopment1s .idx_title .title .word{
    color: rgba(24,135,66,.2);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.idevelopment1s .idx_title .title .last{
    color: #188742;
    left: 50%;
    transform: translate(-50%, 0);
}
.idevelopment1_con{
    margin-top: 0.35rem;
    text-align: center;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
}
.idevelopment2{
    background: url("../images/idevelopment2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.82rem 0;
}
.idevelopment2s, .idevelopment3s{
    width: 5rem;
}
.ikcxfz1{
    width: 0.65rem;
    height: 0.65rem;
    background: #188742;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ikcxfz1 span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.51rem;
    height: 0.51rem;
    background: #188742;
    border-radius: 50%;
    border: 1px solid rgba(246, 241, 238, 0.5);
    font-family: "Roboto-Regular";
    font-weight: 400;
    color: #FFFFFF;
}
.ikcxfz2{
    margin-top: 0.4rem;
}
.ikcxfz3{
    margin-top: 0.25rem;
    font-weight: 300;
    color: #188742;
    line-height: 1;
}
.ikcxfz4{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
}
.ikcxfz5{
    position: relative;
    margin-top: 1rem;
    width: 1.88rem;
}
.ikcxfz5_fl{
    width: 1.5rem;
    height: 1.5rem;
    background: #188742;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #FFFFFF;
}
.ikcxfz5_fr{
    width: 0.75rem;
    height: 0.75rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.idevelopment2 .ikcxfz5_fr{
    right: 0;
    top: -0.13rem;
}
.ikcxfz5_fr img{
    height: 0.3rem;
}
.idevelopment3{
    background: url("../images/idevelopment3bg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.04rem 0 2.6rem 0;
}
.idevelopment3s{
    margin: 0 0 0 auto;
}
.idevelopment3 .ikcxfz5_fr{
    right: 0;
    bottom: -0.13rem;
}
.idevelopment3 .ikcxfz5_fr img{
    height: 0.31rem;
}
.idevelopment4{
    background: url("../images/idevelopment4bg.jpg") no-repeat center;
    background-size: cover;
    padding: 4.9rem 0 1.25rem 0;
}
.idevelopment4s{
    position: relative;
    width: 7.4rem;
}
.ikcxfz_fl{
    width: 5.1rem;
}
.idevelopment4 .ikcxfz5_fl{
    margin: 0 0 0 auto;
}
.idevelopment4 .ikcxfz5_fr{
    left: 0;
    top: -0.13rem;
}
.ikcxfz_fr{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.idevelopment5{
    background: url("../images/idevelopment5bg.jpg") no-repeat center;
    background-size: cover;
    padding: 4.9rem 0 1.25rem 0;
}
.idevelopment5s{
    position: relative;
    width: 7.75rem;
    margin: 0 0 0 auto;
}
.idevelopment5 .ikcxfz_fl{
    margin: 0 0 0 auto;
}
.idevelopment5 .ikcxfz_fr{
    left: 0;
}
.idevelopment5 .ikcxfz5_fl{
    margin: 0 0 0 auto;
}
.idevelopment5 .ikcxfz5_fr{
    left: 0;
    bottom: -0.13rem;
}
.idevelopment5s .idx_title .title .word, .idevelopment6s .idx_title .title .word{
    color: rgba(255,255,255,.2);
}
.idevelopment5s .idx_title .title .last, .idevelopment6s .idx_title .title .last{
    color: #FFFFFF;
}
.idevelopment5 .ikcxfz3{
    color: #2CC064;
}
.idevelopment5 .ikcxfz4, .idevelopment6 .ikcxfz4{
    color: #FFFFFF;
}
/*.idevelopment4 .ikcxfz5, .idevelopment5 .ikcxfz5, .idevelopment6 .ikcxfz5{
    margin-top: 0;
}*/
.idevelopment6{
    background: url("../images/idevelopment6bg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.25rem 0 4.95rem 0;
}
.idevelopment6s{
    position: relative;
    width: 7.4rem;
}
.idevelopment6 .ikcxfz3{
    color: #FFFFFF;
}
.idevelopment6 .ikcxfz5_fr{
    right: 0;
    bottom: -0.13rem;
}

/*产品*/
.iproduct1{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3.6rem 0 3.15rem 0;
}
.iproduct1_1{
    text-align: center;
    font-weight: 300;
    color: #F6F1EE;
    line-height: 1.44;
}
.iproduct1_2{
    margin-top: 0.75rem;
}
.iproduct1_2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.iproduct1_2 ul li{
    margin: 0 9px;
}
.iproduct1_2 ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.6rem;
    background: #F6F1EE;
    border-radius: 30px;
    font-weight: 400;
    color: #188742;
    transition: .5s;
}
.iproduct1_2 ul li a:hover{
    background: #188742;
    color: #FFFFFF;
}
.iproduct1_2 ul li a.current{
    background: #188742;
    color: #FFFFFF;
}
.iproduct2{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.3rem 0 5.2rem 0;
}
.iproduct2_1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.iproduct2_1 ul li{
    margin: 0 0.3rem;
}
.iproduct2_1 ul li a{
    display: block;
    font-weight: 400;
    color: #494440;
    line-height: 30px;
    position: relative;
}
.iproduct2_1 ul li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 1px;
    background: #188742;
    position: absolute;
    bottom: 0;
    transition: .5s;
}
.iproduct2_1 ul li a:hover{
    color: #188742;
}
.iproduct2_1 ul li a:hover:after{
    width: 100%;
}
.iproduct2_1 ul li a.current{
    color: #188742;
}
.iproduct2_1 ul li a.current:after{
    width: 100%;
}
.iproduct2_2{
    margin-top: 1.5rem;
    text-align: center;
}
.iproduct2_2 h3{
    font-weight: 400;
    line-height: 1;
}
.iproduct2_2 p{
    margin-top: 0.3rem;
    font-weight: 400;
    line-height: 1;
}
.iproduct2_2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    margin: 0.5rem auto 0 auto;
    height: 0.5rem;
    border-radius: 50%;
}
.iproduct2_2 a i{
    width: 0.1rem;
    height: 0.16rem;
    background:  url("../images/pjt.png") no-repeat center;
    background-size: 100%;
}
.iproduct2:nth-child(2) .iproduct2_2 h3{
    color: #697619;
}
.iproduct2:nth-child(2) .iproduct2_2 p{
    color: #697619;
}
.iproduct2:nth-child(2) .iproduct2_2 a{
    background: #697619;
}
.iproduct2:nth-child(3) .iproduct2_2 h3{
    color: #B06329;
}
.iproduct2:nth-child(3) .iproduct2_2 p{
    color: #B06329;
}
.iproduct2:nth-child(3) .iproduct2_2 a{
    background: #B06329;
}
.iproduct2:nth-child(4) .iproduct2_2 h3{
    color: #856934;
}
.iproduct2:nth-child(4) .iproduct2_2 p{
    color: #856934;
}
.iproduct2:nth-child(4) .iproduct2_2 a{
    background: #856934;
}

/*产品列表*/
.iprolist{
    background: url("../images/iprolistbg.jpg") no-repeat top center;
    background-size: cover;
    padding: 1.65rem 0 0.9rem 0;
}
.iprolist_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iprolist_title_fl{
    font-weight: lighter;
    color: #494440;
}
.iprolist_title_fr{

}
.iprolist_title_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.iprolist_title_fr ul li{
    padding: 0 0.15rem;
    position: relative;
}
.iprolist_title_fr ul li:after{
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(124,124,124,0.5);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.iprolist_title_fr ul li:last-child{
    padding-right: 0;
}
.iprolist_title_fr ul li:last-child:after{
    display: none;
}
.iprolist_title_fr ul li a{
    display: block;
    font-weight: 400;
    color: #494440;
    line-height: 30px;
    position: relative;
}
.iprolist_title_fr ul li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 1px;
    background: #188742;
    position: absolute;
    bottom: 0;
    transition: .5s;
}
.iprolist_title_fr ul li a:hover{
    color: #188742;
}
.iprolist_title_fr ul li a:hover:after{
    width: 100%;
}
.iprolist_title_fr ul li a.current{
    color: #188742;
}
.iprolist_title_fr ul li a.current:after{
    width: 100%;
}
.iprolist_con{
    margin: 0.4rem 0 0.2rem 0;
}
.iprolist_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iprolist_con ul li{
    width: 23.68%;
    margin-right: 1.76%;
    margin-bottom: 0.3rem;
}
.iprolist_con ul li:nth-child(4n){
    margin-right: 0;
}
.iprolist_con ul li a{
    display: block;
    position: relative;
    border-radius: 20px;
    height: 4.3rem;
}
.iprolist_con_img{
    border-radius: 20px 20px 0px 0px;
    background: #FFFFFF;
    height: 2.44rem;
    position: relative;
}
.iprolist_con_img img{
    border-radius: 20px 20px 0px 0px;
    height: 100%;
    object-fit: cover;
}
.iprolist_con_txt{
    background: #F6F1EE;
    border-radius: 0px 0px 20px 20px;
    padding: 0.25rem 0.3rem;
    height: 1.86rem;
    position: absolute;
    bottom: 0;
    transition: .5s;
}
.iprolist_con_txt1{
    font-weight: 300;
    color: #188742;
}
.iprolist_con_txt2b{
    margin-top: 10px;
    font-weight: 400;
    color: #494440;
    line-height: 0.3rem;
    height: 0.9rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.iprolist_con_txt2a{
    margin-top: 10px;
    height: 3.1rem;
    position: relative;
    display: none;
}
.iprolist_con ul li a:hover .iprolist_con_txt{
    height: 100%;
    border-radius: 20px;
}
.iprolist_con ul li a:hover .iprolist_con_txt2b{
    font-weight: 400;
    color: #494440;
    line-height: 0.3rem;
    display: none;
}
.iprolist_con ul li a:hover .iprolist_con_txt2a{
    display: block;
}


/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display: block;
    color: #666666;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 23px;
    line-height: 50px;
    margin:0px 5px 10px 5px;
    background: #FFFFFF;
    border-radius: 10px;
}
.pagination a:hover{
    color:#fff;
    background-color: #188742;
}
.pagination a.active {
    color:#fff;
    background-color: #188742;
}



@media (min-width:1801px) and (max-width:1870px) {
    .container1{
        width: 92%;
    }
    .footer1_fl{
        width: 50.5%;
    }
    .iabout1_fl{
        left: 2.0rem;
    }
}

@media (min-width:1701px) and (max-width:1800px){
    .container1{
        width: 92%;
    }
    .footer1_fl{
        width: 52.5%;
    }

    .iabout1_fl{
        left: 2.0rem;
    }
}

@media (min-width:1520px) and (max-width:1700px){
    .container1{
        width: 90%;
    }
    .container2{
        width: 86%;
    }
    .f-20{
        font-size: 0.18rem;
    }
    .f-24{
        font-size: 0.22rem;
    }
    .f-26{
        font-size: 0.24rem;
    }
    .f-48{
        font-size: 0.42rem;
    }
    .f-65{
        font-size: 0.6rem;
    }
    .product_fl{
        padding: 0.5rem 0.43rem 0.48rem 0.43rem;
    }
    .footer1_fl{
        width: 53.5%;
    }
    .footer1_fl3_2 ul li{
        margin-left: 1.35rem;
    }

    .iabout1_fl{
        left: 1.0rem;
    }
}

@media (min-width:1501px) and (max-width:1519px){
    .container1{
        width: 90%;
    }
    .container2{
        width: 86%;
    }
    .f-12{
        font-size: 0.15rem;
    }
    .f-14{
        font-size: 0.17rem;
    }
    .f-15{
        font-size: 0.18rem;
    }
    .f-16{
        font-size: 0.19rem;
    }
    .f-18{
        font-size: 0.21rem;
    }
    .f-20{
        font-size: 0.22rem;
    }
    .f-22{
        font-size: 0.24rem;
    }
    .f-24{
        font-size: 0.26rem;
    }
    .sidebar-nav-wrapper{
        width: 4.41rem;
    }
    .footer1_fl{
        width: 49.5%;
    }
    .footer1_fl3_2 ul li{
        margin-left: 1.55rem;
    }

    .iabout1_fl{
        left: 1.3rem;
    }
    .iabout1_fr{
        width: 7.2rem;
    }
    .iabout2s{
        width: 7.12rem;
    }
    .iabout3s{
        width: 7.7rem;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 88%;
    }
    .container2{
        width: 88%;
    }
    .f-12{
        font-size: 0.16rem;
    }
    .f-14{
        font-size: 0.18rem;
    }
    .f-15{
        font-size: 0.19rem;
    }
    .f-16{
        font-size: 0.2rem;
    }
    .f-18{
        font-size: 0.22rem;
    }
    .f-20{
        font-size: 0.22rem;
    }
    .f-22{
        font-size: 0.24rem;
    }
    .f-24{
        font-size: 0.26rem;
    }
    .sidebar-nav-wrapper{
        width: 4.61rem;
    }
    .development_con ul li{
        width: 16%;
    }
    .footer1_fl{
        width: 50.5%;
    }
    .footer1_fl3_2 ul li{
        margin-left: 1.45rem;
    }

    .iabout1_fl{
        left: 1.3rem;
    }
    .iabout1_fr{
        width: 7.5rem;
    }
    .iabout2s{
        width: 7.42rem;
    }
    .iabout3s{
        width: 8.0rem;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 88%;
    }
    .container2{
        width: 88%;
    }
    .f-12{
        font-size: 0.17rem;
    }
    .f-14{
        font-size: 0.19rem;
    }
    .f-15{
        font-size: 0.2rem;
    }
    .f-16{
        font-size: 0.21rem;
    }
    .f-18{
        font-size: 0.23rem;
    }
    .f-20{
        font-size: 0.24rem;
    }
    .f-22{
        font-size: 0.26rem;
    }
    .f-24{
        font-size: 0.28rem;
    }
    .sidebar-nav-wrapper{
        width: 4.81rem;
    }
    .development_con ul li{
        width: 17%;
    }
    .footer1_fl{
        width: 51.5%;
    }
    .footer1_fl3_2 ul li{
        margin-left: 1.35rem;
    }

    .iabout1_fl{
        left: 1.3rem;
    }
    .iabout1_fr{
        width: 7.8rem;
    }
    .iabout2s{
        width: 7.72rem;
    }
    .iabout3s{
        width: 8.3rem;
    }
    .iprolist_con_txt{
        height: 1.91rem;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 88%;
    }
    .container2{
        width: 88%;
    }
    .f-12{
        font-size: 0.18rem;
    }
    .f-14{
        font-size: 0.2rem;
    }
    .f-15{
        font-size: 0.21rem;
    }
    .f-16{
        font-size: 0.22rem;
    }
    .f-18{
        font-size: 0.24rem;
    }
    .f-20{
        font-size: 0.25rem;
    }
    .f-22{
        font-size: 0.26rem;
    }
    .f-24{
        font-size: 0.28rem;
    }
    .f-36{
        font-size: 0.4rem;
    }
    .sidebar-nav-wrapper{
        width: 5.01rem;
    }
    .development_con ul li{
        width: 18%;
    }
    .footer1_fl{
        width: 52.5%;
    }
    .footer1_fl3_2 ul li{
        margin-left: 1.25rem;
    }

    .idevelopment2s, .idevelopment3s{
        width: 5.7rem;
    }
    .idevelopment4s{
        width: 8.0rem;
    }
    .idevelopment5s{
        width: 8.35rem;
    }
    .idevelopment6s{
        width: 8.0rem;
    }
    .ikcxfz_fl{
        width: 5.7rem;
    }
    .iabout1_fl{
        left: 1.3rem;
    }
    .iabout1_fr{
        width: 8.0rem;
    }
    .iabout2s{
        width: 7.92rem;
    }
    .iabout3s{
        width: 8.5rem;
    }
    .iprolist_con_txt{
        height: 1.96rem;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .float_ck{
        display: none !important;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .f-14{
        font-size: 0.16rem;
    }
    .f-15{
        font-size: 0.17rem;
    }
    .f-16{
        font-size: 0.18rem;
    }
    .f-18{
        font-size: 0.2rem;
    }
    .f-26{
        font-size: 0.22rem;
    }
    .f-30{
        font-size: 0.24rem;
    }
    .f-36{
        font-size: 0.3rem;
    }
    .f-48{
        font-size: 0.38rem;
    }
    .f-60{
        font-size: 0.5rem;
    }
    .f-65{
        font-size: 0.55rem;
    }
    .f-72{
        font-size: 0.62rem;
    }
    .product_fl{
        padding: 0.5rem 0.43rem 0.48rem 0.43rem;
    }
    .product_fl4{
        margin-top: 1rem;
    }
    .development_con{
        padding: 0.42rem;
    }
    .development_con ul li{
        width: 18%;
    }
    .footer1_fl{
        width: 55.5%;
    }
    .footer1_fl3_2 ul li{
        margin-left: 1rem;
    }
    .footer2_fl{
        width: 64.5%;
    }
    .footer2_fr{
        right: 15px;
    }

    .iabout1_fl{
        left: 15px;
    }
}

@media(max-width:820px) {
    .f-24{
        font-size: 0.22rem;
    }
    .f-30 {
        font-size: 0.28rem;
    }
    .f-50{
        font-size: 0.4rem;
    }
    .f-60 {
        font-size: 0.45rem;
    }
    .f-65{
        font-size: 0.5rem;
    }
    .ban_txt3{
        display: none;
    }
    .about_b ul li{
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .about_b ul li:last-child{
        margin-bottom: 0;
    }
    .footer1_fl{
        width: 100%;
    }
    .footer1_fl3{
        margin-top: 0.8rem;
    }
    .footer1_fr{
        width: 100%;
        margin-top: 0.8rem;
    }

    .iabout1{
        padding: 2.55rem 0 2.75rem 0;
    }
    .iabout1_fr{
        margin: 0 0 0 auto;
    }
    .iabout2{
        padding: 1.2rem 0 3.3rem 0;
    }
    .iabout3{
        padding: 1.2rem 0 3.2rem 0;
    }
    .idevelopment1{
        padding: 1.95rem 0 3.1rem 0;
    }
    .idevelopment2{
        padding: 1rem 0;
    }
    .idevelopment3{
        padding: 1.04rem 0 1.6rem 0;
    }
    .idevelopment4{
        padding: 2.9rem 0 1.25rem 0;
    }
    .idevelopment5{
        padding: 2.9rem 0 1.25rem 0;
    }
    .idevelopment6{
        padding: 1.25rem 0 2.95rem 0;
    }
    .iproduct1{
        padding: 2.6rem 0 2.15rem 0;
    }
    .iproduct2{
        padding: 0.3rem 0 3.2rem 0;
    }
    .iproduct2_1 ul li{
        margin: 0 0.2rem;
    }
    .iproduct2_2{
        margin-top: 1.0rem;
    }
    .iprolist_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .iprolist_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .iprolist_con ul li:nth-child(2n){
        margin-right: 0;
    }

}

@media(max-width:768px) {
    .f-24{
        font-size: 0.2rem;
    }
    .f-65{
        font-size: 0.45rem;
    }
}

@media(max-width:600px) {
    .f-14{
        font-size: 0.24rem;
    }
    .f-15{
        font-size: 0.25rem;
    }
    .f-16{
        font-size: 0.26rem;
    }
    .f-18{
        font-size: 0.28rem;
    }
    .f-20{
        font-size: 0.3rem;
    }
    .f-22{
        font-size: 0.32rem;
    }
    .f-24{
        font-size: 0.29rem;
    }
    .product_fl{
        width: 100%;
        position: relative;
        top: 0;
    }
    .product_fr{
        width: 100%;
        margin-top: 0.5rem;
    }
    .product_fl4{
        margin-top: 0.5rem;
    }
    .home-development{
        padding: 0.8rem 0 1.7rem 0;
    }
    .development_info br{
        display: none;
    }
    .development_info{
        margin-top: 0.5rem;
    }
    .development_con{
        margin-top: 0.5rem;
    }
    .development_con ul{
        justify-content: center;
    }
    .development_con ul li{
        width: 47%;
        margin-right: 6%;
        margin-bottom: 10px;
    }
    .development_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .development_con ul li:last-child{
        margin-bottom: 0;
    }
    .about_t_fl{
        width: 100%;
    }
    .about_t_fr{
        width: 100%;
        margin-top: 0.5rem;
    }
    .footer1_fl2{
        margin-top: 0.5rem;
    }
    .footer1_fl2 ul{
        flex-direction: column;
    }
    .footer1_fl2 ul li{
        margin-bottom: 15px;
    }
    .footer1_fl2 ul li:last-child{
        margin-bottom: 0;
    }
    .footer1_fl3{
        margin-top: 0.5rem;
        display: none;
    }
    .footer1_fl3_1{
        width: 100%;
    }
    .footer1_fl3_1 ul{
        flex-direction: row;
        justify-content: space-between;
    }
    .footer1_fl3_2{
        width: 100%;
    }
    .footer1_fl3_2 ul{
        justify-content: space-between;
    }
    .footer1_fl3_2 ul li{
        margin-left: 0;
    }
    .msg2{
        margin-top: 0;
    }
    .msg2 button{
        width: 1.47rem;
        height: 0.55rem;
    }
    .footer2{
        margin-top: 0.5rem;
    }
    .footer2_fl{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .footer2_fr{
        position: relative;
        text-align: center;
    }
    .footer2_fr p{
        left: 38%;
        transform: translate(-50%, -50%);
    }

    .iabout1{
        padding: 2.55rem 0 1.0rem 0;
    }
    .iabout1_fl{
        position: inherit;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        width: 1.88rem;
        margin: 0.5rem auto 0 auto;
    }
    .iabout1_fl2{
        right: 0;
    }
    .iabout1_fr{
        width: 100%;
    }
    .iabout2{
        padding: 1.2rem 0 1.0rem 0;
    }
    .iabout2s{
        width: 100%;
    }
    .iabout3{
        padding: 1.2rem 0 1.0rem 0;
    }
    .iabout3s{
        width: 100%;
    }
    .idevelopment1s{
        width: 100%;
    }
    .idevelopment1{
        padding: 1.95rem 0 1.5rem 0;
    }
    .idevelopment2s, .idevelopment3s{
        width: 100%;
    }
    .idevelopment4 {
        padding: 1.5rem 0 1.0rem 0;
    }
    .idevelopment4s{
        width: 100%;
    }
    .ikcxfz_fl{
        width: 100%;
    }
    .ikcxfz_fr{
        position: inherit;
        top: 0;
        transform: translate(0, 0);
    }
    .idevelopment5{
        padding: 1.5rem 0 1.0rem 0;
    }
    .idevelopment5s{
        width: 100%;
    }
    .idevelopment6{
        padding: 1.0rem 0 1.5rem 0;
    }
    .idevelopment6s{
        width: 100%;
    }
    .iproduct1{
        padding: 2.3rem 0 1.5rem 0;
    }
    .iproduct1_2 ul li a{
        width: auto;
        padding: 0 0.25rem;
    }
    .iproduct2{
        padding: 0.3rem 0 1.5rem 0;
    }
    .iproduct2_2{
        margin-top: 0.5rem;
    }
    .iproduct2_2 p{
        line-height: 1.5;
    }
    .iprolist_title{
        flex-wrap: wrap;
    }
    .iprolist_title_fl{
        width: 100%;
    }
    .iprolist_title_fr{
        width: 100%;
    }
    .iprolist_title_fr ul li:first-child{
        padding-left: 0;
    }
    .pagination a{
        padding: 0px 13px;
        line-height: 35px;
    }
    .iprolist_con_txt{
        height: 2rem;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














