.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}

body{overflow-x:hidden;}

.index-one {
    background: linear-gradient(to right,rgba(229, 246, 228, 0.7), rgba(24, 247, 253, .15));
    color: #5a683a;
    padding: 55px 0 40px 0;
    border-bottom: 10px solid #ddd;
}

.index-search {
    position: relative;
    margin-bottom: 20px
}

.one-describe {
    font-size: .9em;
    line-height: 1.45em;
    margin-bottom: 10px
}

.index-search .form-control {
    border-radius: 10px 50px 50px 10px;
    height: 66px;
    color: #5a683a;
    font-size: 1.05em;
    border: 1px solid #1a9344
}

.index-search .form-control:hover,.index-search .form-control:focus {
    border: 1px solid #1a9344
}

.index-search input.form-control::placeholder {
    color: #5a683a
}

.index-search button {
    background: #f97d0f;
    color: #fff;
    box-shadow: none;
    border: 0;
    text-align: center;
}

.index-search button>span {
    font-size: 28px;
    transition: all ease .25s;
}

.index-search button:hover>span {
    font-size: 38px;
}

@media(min-width: 760px) {
    .index-search button {
        position:absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100px;
        border-radius: 0 50px 50px 0;
    }
}

@media(max-width: 760px) {
    .index-search button {
        margin-top: 20px;
        height: 60px;
        width: 100%;
        border-radius: 50px;
    }

    .one-describe {
        padding-left: 10px;
    }

    .one-box {
        position: relative;
        height: 310px;
        margin-bottom: 20px;
        margin-top: 50px;
    }
}

.one-a {
    display: block;
    position: absolute;
    left: 15px;
    top: -10px;
    right: 15px;
    z-index: 2;
    height: 290px;
    border-radius: 10px;
    transition: all ease .4s;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.one-a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.3));
}

.one-a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.one-item {
    position: absolute;
    top: 40px;
    left: 15%;
    right: 15%;
}

.one-a:hover {
    box-shadow: none;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    color: #fff
}

.one-a .read-more {
    display: inline-block;
    padding: 5px 10px;
    line-height: 1.5em;
    background: #fff;
    color: #1a9344;
    border: 0;
    border-radius: 5px;
    font-size: .9em;
}

.one-a:focus .read-more,.one-a:hover .read-more {
    background: #1a9344;
    color: #fff
}

.index-two {
    margin: 100px auto 60px auto
}

.index-two .index-title {
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 45px;
}

.index-two .index-title>a {
    color: #2b4b50;
}

.index-two .index-title>a:hover {
    color: #1a9344;
}

.index-two .index-title>span {
    display: block;
    font-size: 1.65rem;
    color: #777
}

.index-two .index-title:before {
    left: 0;
    margin-left: 0
}

.index-title {
    font-size: 2.8rem;
    color: #2b4b50;
    text-align: center;
    margin-bottom: 30px;
    position: relative
}

.index-title:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 4px;
    background: #1a9344;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -15px
}

.index-des {
    color: #444d4e;
    margin-bottom: 30px
}

.index-four {
    margin: 100px 0 150px 0;
}

.index-four .index-title {
    margin-bottom: 20px;
    text-align: left;
}

.index-four .index-title:before {
    display: none;
}

.owl-four a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 360px;
    height: 42vh;
    position: relative;
    z-index: 1;
}

.owl-four h3 {
    display: inline-block;
    padding: 15px 20px;
    background: rgba(255,255,255,.9);
    color: #3c6a36;
    border-radius: 5px;
    transition: all ease .4s;
}

.owl-four a:hover:before {
    opacity: 1;
}

.owl-four a:hover h3 {
    background: #fff;
    color: #1a9344;
    transform: translateY(-10px);
}

.owl-four a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(51,117,75,.7);
    z-index: -1;
    transition: all ease .4s;
    opacity: 0;
}

.index-seven {
    padding: 70px 0 60px 0;
    background: rgba(229, 246, 228, 0.7);
}

@media(min-width: 992px) {
    .index-seven .row {
        display: flex;
        flex-wrap: wrap;
    }
}

.index-seven div[class*='col-md'] {
    margin-bottom: 30px;
}

.index-seven .nav-tabs {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    border: none;
}

.index-seven .nav-tabs>li.active>a, .index-seven .nav-tabs>li.active>a:focus, .index-seven .nav-tabs>li.active>a:hover {
    color: #f97d0f;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #f97d0f;
    cursor: default;
    font-size: 1.3em;
    font-weight: bold;
}

.index-seven .nav-tabs>li>a {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 4px solid transparent;
    height: 50px;
    font-size: 1.2em;
    padding: 0;
    margin: 0 20px;
    color: #666;
}

.index-pb a {
    display: block;
    background: #fff;
    color: #5a683a;
    height: 320px;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    transition: all ease .4s;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.index-pb a:hover,.index-pb a:focus {
    transform: translateY(-10px);
    color: #222;
}

.index-pb a>.big-title {
    font-size: 1.25em;
    position: relative;
    z-index: 1;
    line-height: 1.45em;
}

.index-pb a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(//wm.cdn.cn86.cn/sansiniposom/2026/08/b2867a9bc5ewiynd.png);
    background-position: -62% 116px;
    background-repeat: no-repeat;
    background-size: 500px;
}

.four-more {
    display: inline-block;
    background: #1a9344;
    font-size: .9em;
    padding: 4px 10px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 1;
    color: #fff;
    transition: all ease .4s;
    border-radius: 5px;
}

.four-more:hover,.four-more:focus,.index-pb a:hover .four-more {
    background: #ec9e40;
    color: #fff;
}

.four-more>span {
    vertical-align: middle;
}

.index-pb p {
    position: relative;
    z-index: 1;
    font-size: .92em;
    line-height: 1.45em;
}

.index-pbox ul {
    background-color: #fff;
    color: #5a683a;
    height: 100%;
    position: relative;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    list-style: none;
    background-image: url(//wm.cdn.cn86.cn/sansiniposom/2026/08/b2867a9bc5ewiynd.png);
    background-position: -62% bottom;
    background-repeat: no-repeat;
    background-size: 500px;
    margin-bottom: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}

.index-pbox ul a {
    color: #222;
    display: block;
    padding: 4px 0 4px 20px;
    position: relative;
    font-size: .95em;
    line-height: 1.6em;
}

.index-pbox ul a:hover {
    transform: scale(1.03);
    color: #ec9e40;
}

.index-pbox ul a:hover:before {
    color: #ec9e40;
}

.index-pbox ul a:before {
    content: "\e92d";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 2px;
    color: #1a9344;
    font-weight: bold;
}

.index-five {
    background: linear-gradient(to right, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, .15));
    padding: 85px 0 45px 0
}

.five-item {
    height: 430px;
    float: left;
    position: relative;
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px
}

.five-item img,.three-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.five-item img {
    max-height: 430px;
    position: absolute;
}

.five-layer {
    padding: 25px 0;
    background: rgba(0,0,0,.22);
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.curr .five-layer {
    background: rgba(0,0,0,.65)
}

.five-layer:after,.five-layer:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #fff;
}

.five-layer p {
    padding: 0 10%;
    line-height: 1.5em;
    width: 100%;
}

@media(min-width: 760px) {
    .five-box {
        display:flex
    }

    .five-item {
        width: 14%
    }

    .five-item.curr {
        width: 30%
    }

    .five-layer p {
        transition: all ease .5s;
        display: none;
        opacity: 0;
        max-height: 210px;
        overflow: hidden
    }

    .five-item.curr .five-layer p {
        display: block;
        opacity: 1
    }
}

.five-browse {
    font-size: 20px;
    margin: 35px 0 30px 0
}

.five-browse a {
    color: #2b4b50
}

.five-item h3 {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.five-item:focus,.five-item:hover {
    color: #fff
}

.index-three {
    padding: 40px 0 80px 0;
    color: #fff;
    margin-top: 25px;
    margin-bottom: -50px;
}

.index-three .index-title {
    margin-bottom: 60px
}

.index-three .row {
    margin-right: -10px;
    margin-left: -10px
}

.index-three div[class*=col-md] {
    padding-left: 10px;
    padding-right: 10px
}

.three-item {
    background: rgba(129,168,45,.6);
    text-align: center;
    position: relative;
    height: 240px;
    margin-bottom: 20px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    transition: all ease .4s;
    display: block
}

.three-item h3 {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background: rgba(0,0,0,.1);
    backdrop-filter: blur(3px);
    margin-bottom: 0;
    transition: all ease .4s;
}

.index-three .col-md-6 .three-item {
    height: 500px
}

.three-item:hover {
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02)
}

.three-item:hover h3 {
    padding: 30px 0;
    background: rgba(255,255,255,.66);
    backdrop-filter: blur(1px);
    color: #3a6b1e;
}

.recommendation-more {
    display: inline-block;
    margin: 30px 0;
    color: #1a9344;
    font-size: 1.15em;
    float: right
}

.recommendation-more:focus,.recommendation-more:hover {
    color: #1a9344
}

.index-six {
    background: linear-gradient(rgba(229, 246, 228, 0.7) 0, #ffffff 100%);
    padding: 70px 0 40px 0;
}

.index-six span {
    display: flex;
    height: 56px;
    width: auto;
    align-content: center;
    justify-content: center;
    justify-items: center;
    transition: all ease .4s;
    border-radius: 10px;
    background: #fff;
    padding: 3px 0;
}

.index-six span>img {
    object-fit: contain;
    pointer-events: none;
    max-width: 120px;
}

.index-six span:hover {
    transform: scale(1.05);
}

.eight-nav {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
}

.eight-nav:before,.eight-nav:after {
    display: none;
}

.eight-nav.nav-tabs>li {
    flex: 1;
    text-align: center;
}

.eight-nav.nav-tabs>li>a {
    width: 100%;
    display: flex;
    height: 54px;
    align-items: center;
    justify-content: center;
    background: #ecf2e9;
    border-radius: 0;
    color: #5a683a;
    font-weight: bold;
    border: none;
}

.eight-nav.nav-tabs>li:first-child>a {
    border-radius: 30px 0 0 30px;
}

.eight-nav.nav-tabs>li:last-child>a {
    border-radius: 0 30px 30px 0;
}

.index-eight {
    padding: 50px 0 70px 0;
}

@media (min-width: 992px) {
    .eight-nav {
        grid-gap: 20px;
    }

    .index-eight {
        margin-top: 80px;
    }

    .eight-text {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .eight-text div[class*="col-md"]:last-child {
        text-align: right;
    }
}

@media (max-width: 992px) {
    .eight-nav {
        grid-gap: 7px;
    }
}

.eight-text {
    margin-bottom: 20px;
}

.eight-text p {
    margin-bottom: 10px;
}

.eight-view {
    display: inline-block;
    padding: 6px 22px;
    border: 2px solid #1a9344;
    border-radius: 30px;
    color: #1a9344;
    transition: all ease .4s;
}

.eight-view:hover,.eight-view:focus {
    background: #1a9344;
    color: #fff;
}

.eight-nav.nav-tabs>li.active>a, .eight-nav.nav-tabs>li.active>a:focus, .eight-nav.nav-tabs>li.active>a:hover {
    background: #eef2e6;
    color: #f97d0f;
    border: none;
    transform: scale(1.06);
    font-size: 1.1em;
}

.eight-content .tab-pane.fade .owl-carousel,.reviews-content .tab-pane.fade {
    -webkit-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: .3;
}

.eight-content .tab-pane.fade.in .owl-carousel,.reviews-content .tab-pane.fade.in {
    transition: all 600ms ease-out;
    transform: translateY(0);
    opacity: 1;
}


a,a:hover,a:focus {
    text-decoration: none;
    transition: all ease .2s;
    outline: none
}

.red {
    color: red;
}

.orange {
    color: #fa8b15;
}

.gray {
    color: #777;
}

.white {
    color: #fff;
}

.green {
    color: #1a9344;
}

a {
    color: #366caf
}

a:hover,a:focus {
    color: #4890e8
}

p {
    margin-bottom: 25px
}

@media (min-width: 992px) {
    @font-face {
        font-family:'HelveticaNeue';
        src: url('../fonts/HelveticaNeue.woff2') format('woff2'),url('../fonts/HelveticaNeue.woff') format('woff'),url('../fonts/HelveticaNeue.eot') format('embedded-opentype'),url('../fonts/HelveticaNeue.ttf') format('truetype'),url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: 'SourceSansProBold';
        src: url('../fonts/SourceSansProBold.woff2') format('woff2'),url('../fonts/SourceSansProBold.woff') format('woff'),url('../fonts/SourceSansProBold.eot') format('embedded-opentype'),url('../fonts/SourceSansProBold.ttf') format('truetype'),url('../fonts/SourceSansProBold.svg#SourceSansProBold') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap
    }

    body {
        font-family: 'HelveticaNeue',Arial,sans-serif,serif
    }

    p,.two-description {
        font-family: "HelveticaNeue"
    }

    h1,h2,h3,h4,.h1,.h2,.h3,.h4,.headline,.huge-title,.big-title,.small-title,.second-title,.background-title {
        font-family: "HelveticaNeue";
        font-weight: bold;
    }
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.headline,.huge-title,.big-title,.small-title {
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0
}

.headline,.huge-title {
    font-size: 2rem
}

h2,.h2,.big-title {
    font-size: 1.35em;
}

h3,h3,.small-title {
    font-size: 1.15em;
    font-weight: bold;
    margin-top: 0
}

.service-box h2 {
    margin-top: 40px;
    margin-bottom: 25px;
}

.service-box .container > h2:first-child {
    margin-top: 0;
}

h4 {
    font-size: 1.45rem;
    margin-top: 0
}

label {
    padding-left: 10px
}

body {
    font-weight: normal;
    color: #222;
    margin: 0;
    line-height: 1.7em;
    font-size: 15px;
}

@media(min-width: 1600px) {
    html {
        touch-action:manipulation;
        font-size: 80.5%
    }
}

@media(max-width: 1600px) {
    html {
        touch-action:manipulation;
        font-size: 72.5%
    }
}

.form-control {
    background: 0;
    border: 1px solid #aaa;
    transition: all ease .4s;
}

input.form-control,select.form-control {
    height: 50px
}

.input-group .input-group-addon:hover {
    cursor: pointer
}

.form-control:hover,.form-control:focus {
    border: 1px solid #1a9344;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #888
}

.form-control:-moz-placeholder {
    color: #888
}

.form-control::-moz-placeholder {
    color: #888
}

.form-control:-ms-input-placeholder {
    color: #888 !important
}

.form-control::-ms-input-placeholder {
    color: #888
}

.form-control::placeholder {
    color: #888
}

.head-fixed.isStuck {
    position: fixed;
    z-index: 111;
    width: 100%;
    background: #fff;
}

.head-fixed.isStuck .top-contact {
    display: none;
}

.head-fixed.isStuck .logo-a img {
    max-width: 190px;
}

.head-fixed.isStuck .head-search .form-control {
    height: 44px;
}

.head-nav .navbar-default .navbar-nav>li>a {
    color: #fff;
}

.head-search .form-control,.head-search .form-control:hover,.head-search .form-control:focus {
    background: #fff;
}

.logo-a {
    display: inline-block;
}

.head-search>.row>div:first-child {
    padding-right: 0
}

.head-search>.row>div:last-child {
    padding-left: 0
}

.head-search select.form-control {
    border-radius: 10px 0 0 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: none;
    background: #f5fbf4;
    padding: 6px 3px;
}

.head-search input.form-control {
    border-radius: 0 10px 10px 0;
    border: 1px solid #ddd;
    background: #f5fbf4;
}

.ibasket-count {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #f97d0f;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -10px;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    z-index: 110
}

.search-btn {
    width: 50px;
    font-size: 22px;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    color: #1a9344;
    background: #f5fbf4;
    border: 1px solid #ddd;
    border-radius: 0 10px 10px 0;
    font-weight: bold;
}

.search-select select.form-control {
    color: #31565c;
    font-size: 1em;
}

.head-nav {
    position: relative;
    font-size: 17px;
    background: #1a9344;
}

.head-nav .navbar-default .navbar-toggle,.head-nav .navbar-default .navbar-toggle:focus,.head-nav .navbar-default .navbar-toggle:hover {
    border-color: #fff;
    background: 0
}

.head-fixed.isStuck .navbar-default .navbar-toggle,.head-fixed.isStuck .navbar-default .navbar-toggle:focus,.head-fixed.isStuck .navbar-default .navbar-toggle:hover {
    border-color: #fff;
    background: 0
}

.head-nav .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.head-fixed.isStuck .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.head-nav ul {
    list-style: none;
    padding-left: 0
}

.head-nav ul>li {
    margin-bottom: 0
}

.head-nav .navbar-default .navbar-nav>.open>a,.head-nav .navbar-default .navbar-nav>.open>a:focus,.head-nav .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #1a9344
}

.head-fixed.isStuck .navbar-default .navbar-nav>.open>a,.head-fixed.isStuck .navbar-default .navbar-nav>.open>a:focus,.head-fixed.isStuck .navbar-default .navbar-nav>.open>a:hover {
    background-color: #f0f7ed;
    color: #1a9344;
    font-weight: bold;
}

.head-nav .navbar-nav>li>.dropdown-menu {
    width: 100%;
    min-width: 230px
}

.head-nav .navbar-nav>li.dropdown>.dropdown-menu {
    padding: 10px 0;
}

.head-nav .navbar-nav>li:nth-child(6)>.dropdown-menu {
    min-width: 350px;
    font-size: .93em;
}

.head-nav .dropdown-menu li>a {
    white-space: normal;
    position: relative
}

.head-nav .dropdown-menu li>a:focus,.head-nav .dropdown-menu li>a:hover {
    text-decoration: none
}

.caret {
    border: 0
}

.shopping-btn {
    display: inline-block;
    outline: 0;
    border: 0;
    background: 0;
    position: relative;
    padding: 0 10px 5px 30px;
    min-height: 29px;
}

.top-grid {
    padding: 7px 0;
}

@media(min-width: 1200px) {
    .top-grid {
        grid-template-columns: 250px calc(100% - 550px) 200px;
    }

    .top-contact-box {
        text-align: right;
    }
}

@media(min-width: 767px) and (max-width:1200px) {
    .top-contact,.top-cart {
        display:none;
    }

    .top-contact-box {
        text-align: center;
    }

    .top-grid {
        grid-template-columns: 200px calc(100% - 380px) 100px;
    }
}

@media(max-width: 767px) {
    .top-contact-box {
        display: none;
    }

    .shopping-btn,.shopping-btn:hover,.shopping-btn:focus {
        margin-top: 13px;
        font-size: 25px;
        color: #fff;
        display: inline-block!important
    }

    .head-fixed.isStuck .shopping-btn {
        color: #fff;
    }

    .navbar-default .navbar-collapse {
        background: #fff;
        margin-left: -12px;
        margin-right: -12px;
        padding: 0 12px;
    }

    .head-search select.form-control, .head-search input.form-control {
        height: 44px;
    }
}

@media(min-width: 767px) {
    .top-grid {
        display: grid;
        align-items: center;
        justify-content: space-between;
    }

    .shopping-btn {
        color: #0f3a48;
    }

    .shopping-btn:hover {
        color: #ec9e40;
    }

    .shopping-btn:before {
        margin-top: 0;
        font-size: 22px;
        content: "\e937";
        font-family: 'icomoon';
        position: absolute;
        top: 0;
        left: 0;
        color: #1a9344
    }

    .head-nav>.container,.head-nav .navbar,.head-nav .navbar-nav,.head-nav .navbar-default .navbar-collapse {
        margin-bottom: 0;
        position: static
    }

    .head-nav .navbar-nav {
        display: flex;
        justify-content: space-between
    }

    .head-nav .navbar-nav>li {
        flex: 1;
    }

    .head-nav .nav>li:nth-child(4) {
        flex-basis: 8%;
    }

    .head-nav .navbar-nav>li:hover {
        background: #fff
    }

    .head-nav .nav>li:nth-child(2),.head-nav .nav>li:nth-child(3),.head-nav .nav>li:nth-child(4) {
        position: static
    }

    .head-nav .nav>li:nth-child(2)>.dropdown-menu,.head-nav .nav>li:nth-child(3)>.dropdown-menu {
        max-height: 550px;
        overflow: auto;
    }

    .head-nav .nav>li:nth-child(3) ul.container {
        column-count: 4;
        -webkit-column-count: 4;
        -moz-column-count: 4;
    }

    .head-nav .nav>li:nth-child(3) ul.container>li {
        display: inline-block;
        page-break-inside: avoid;
        break-inside: avoid;
        width: 100%;
    }

    .head-nav .nav>li:nth-child(3)>.dropdown-menu>ul>.col-md-3>li>a {
        font-weight: bold;
        color: #007b8f;
    }

    .head-nav .nav>li ul {
        font-size: .94em;
        margin-bottom: 10px;
    }

    .head-nav .nav>li:nth-child(2)>.dropdown-menu>.container {
        padding: 0 20px;
    }

    .head-nav .nav>li:nth-child(2)>.dropdown-menu>ul>li.col-md-3,.head-nav .nav>li:nth-child(2)>.dropdown-menu>ul li.col-md-4 {
        border-left: 1px solid #1a9344;
    }

    .head-nav .navbar-nav>li>.dropdown-menu>ul>li>a {
        font-weight: bold;
        color: #1a9344;
        margin-bottom: 5px;
    }

    .head-nav .nav>li:nth-child(2) ul.row {
        margin: 0;
    }

    .head-nav .nav>li:nth-child(2) li {
        padding: 0;
    }

    .head-nav .nav>li:nth-child(2) li.col-md-3 {
        margin-bottom: 15px;
    }

    .head-nav .nav>li:nth-child(2)>.dropdown-menu>ul>li.col-md-3:last-child {
        border-left: none;
    }

    .head-nav .nav>li:nth-child(2) .big-title {
        color: #222;
    }

    .head-nav .navbar-nav {
        width: 100%
    }

    .head-nav .nav .open>a {
        background: #f0f7ed
    }

    .head-nav .navbar-default .navbar-nav>li>a:hover,.head-nav .navbar-default .navbar-nav>li>a:focus {
        background: #fff;
        color: #1a9344
    }

    .caret:before {
        content: "\e90f";
        font-family: 'icomoon'
    }

    .dropdown-menu .caret {
        position: absolute;
        right: 30px
    }

    .head-nav .navbar-default .navbar-nav>li>a>.caret {
        position: absolute;
        right: 16px;
        font-size: .93em;
        color: rgba(255,255,255,.3);
    }

    .head-nav .navbar-nav>li>.dropdown-menu>ul>ul {
        font-size: .94em
    }

    .head-nav .navbar-default .navbar-nav>li>a {
        width: 100%;
        text-align: center;
        height: 100%;
        align-content: center;
        padding: 20px 5px;
    }

    .head-fixed.isStuck .head-nav .navbar-default .navbar-nav>li>a {
        padding: 12px 5px;
    }

    .head-nav .dropdown-menu li>a {
        padding: 5px 10px
    }

    .head-nav .dropdown-menu li>a:focus,.head-nav .dropdown-menu li>a:hover {
        color: #262626;
        background-color: #f0f7ed
    }
}

@media(max-width: 768px) {
    .head-search {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .head-nav .navbar-nav>li>.dropdown-menu>ul>li>ul {
        padding-left: 10px;
    }

    .head-nav .navbar-default .navbar-brand {
        display: inline-block;
        width: 185px;
        height: 43px;
        /*background: url(../images/logo-white.svg) no-repeat center;*/
        background-size: contain;
        margin: 5px 0
    }

    .head-nav .navbar-default .navbar-brand img {
        width: 185px;
        height: 43px;
    }

    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>ul>li>a>.caret,.head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu>ul>li>a>.caret,.head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>ul>li>a>.caret {
        display: none
    }

    .head-nav .navbar-default .navbar-nav>li>a {
        padding: 12px 15px;
        color: #5a683a;
        border-top: 1px solid #ddd;
        font-weight: bold;
    }

    .head-nav .nav>li:nth-child(2) .big-title {
        padding-left: 5px;
    }

    .caret:after {
        font-family: 'icomoon';
        content: '\e931';
        position: absolute;
        right: 15px;
        top: 13px;
        font-size: .9em
    }

    .head-nav ul .dropdown-menu {
        position: static;
        float: none;
        background: 0;
        border: 0;
        box-shadow: none;
        padding-left: 10px;
    }

    .dropdown-menu .container {
        padding-right: 0
    }

    .head-nav ul>li.col-md-4 {
        padding: 0
    }

    .head-nav ul>li.col-md-4>a>span.caret {
        display: none;
    }

    .dropdown.on>a>.caret:after {
        content: '\e92a'
    }

    .head-nav .dropdown-menu li>a:focus,.head-nav .dropdown-menu li>a:hover {
        background: 0
    }

    .head-nav .navbar-nav>li>.dropdown-menu>ul>li>ul>li>a {
        padding-left: 20px
    }
}

.head-nav .nav>li:nth-child(2) .big-title {
    font-weight: bold;
    margin: 10px 0;
}

.navbar-nav:before,.navbar-nav:after {
    display: none
}

.head-nav ul>li.nav-hot>a {
    position: relative;
}
.cate-list .map-category-list.show li a{color: #666;}
.head-nav ul>li.nav-hot>a:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 17px;
    background: url(//wm.cdn.cn86.cn/sansiniposom/2026/08/64678a858f4rydxf.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 17px;
    margin-left: 5px;
    position: absolute;
    z-index: 2;
}

.selectItems {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 5px 5px #ccc;
    border-radius: 0 10px 5px 5px;
    display: none
}

.selectItems ul {
    list-style: none;
    padding-left: 0
}

.selectItems ul>li:hover {
    cursor: pointer
}

.foot-box {
    background: url(//wm.cdn.cn86.cn/sansiniposom/2026/08/4a04c0a318al4nlh.png) top center;
    color: #222;
    padding-top: 40px;
    z-index: 1;
    position: relative;
    margin-top: 50px;
    border-top: 6px solid #f1f1f1;
}

@media(max-width: 768px) {
    .foot-box {
        background-size: cover !important;
    }
}

.foot-box:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: url(//wm.cdn.cn86.cn/sansiniposom/2026/08/9a9d2a4812amoprq.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .2;
}

.foot-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.foot-box ul>li {
    margin-bottom: 10px
}

.foot-box a {
    color: #222
}

.foot-box a:hover,.foot-box a:focus {
    color: #1a9344
}

.share-box {
    margin-bottom: 25px
}

.foot-copy {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    background: rgba(255,255,255,.1);
}

.foot-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.foot-ul {
    font-size: 1.65rem;
    line-height: 1.5em;
}

.foot-box ul.foot-ul>li {
    margin-bottom: 20px;
}

@media(min-width: 992px) {
    .foot-title,.foot-ul {
        font-family:"SourceSansProBold";
    }
}

.share-box>a {
    font-size: 29px;
    color: #a0b17e;
    display: inline-block;
    padding-right: 15px
}

.share-box>a:hover {
    color: #1a9344;
}

.backtop {
    position: fixed;
    right: 16px;
    bottom: 100px;
    cursor: pointer;
    color: #1a9344;
    z-index: 20;
    background: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    border: 2px solid #1a9344;
    border-radius: 50px;
    font-size: 22px
}

.foot-contact li {
    padding-left: 30px;
    position: relative
}

.foot-contact li:before {
    font-size: 20px;
    color: #a0b17e;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon'
}

.foot-contact li.foot-tel:before {
    content: '\e954'
}

.foot-contact li.foot-fax:before {
    content: '\e94f'
}

.foot-contact li.foot-email:before {
    content: '\e94d'
}

.foot-contact li.foot-add:before {
    content: '\e901'
}

.index-slide .carousel-indicators {
    z-index: 60
}


.swiper-pagination1{bottom: 40px!important;line-height: 1; text-align: center;width: 100%;position: absolute;outline: none;z-index:9;}


.index-slide .carousel-indicators .active,.index-slide .carousel-indicators li:hover,.swiper-pagination1 .swiper-pagination-bullet-active,.swiper-pagination1 .swiper-pagination-bullet:hover {
    border: 1px solid #fff;background: #fff;
}

.index-slide .carousel-indicators li ,.swiper-pagination1 .swiper-pagination-bullet{
    background: 0;
    border: 1px solid #fff;
    width: 20px;
    height: 8px;
    margin: 0 5px!important;
    position: relative;
    border-radius: 3px;
    transition: all ease .3s;opacity: 1;
}
#carousel-example-generic{position: relative;}

.index-slide .carousel-indicators li.active,.swiper-pagination1 .swiper-pagination-bullet-active {
    background: #fff;
    width: 20px;
    height: 8px
}

.index-slide .carousel-indicators li:hover {
    background: #fff
}

.index-slide h2 {
    margin-top: 0;
    color: #2a3233;
    padding-top: 0;
    width: 100%;
}

.index-slide p {
    color: #2a3233;
    width: 100%;
}

.index-slide .item>a {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.index-slide .item>a .carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}

.index-slide .item>a .container {
    display: flex;
    align-content: center;
    height: 100%;
    flex-wrap: wrap;
}

.index-slide .item>a .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width: 760px) {
    .index-slide .item>a {
        height:calc(100vh - 148px);
        min-height: 500px;
        max-height: 750px
    }

    .index-slide h2 {
        font-size: 2.8em;
        line-height: 1.3em;
        font-family: SourceSansProBold;
        font-weight: normal;
    }

    .index-slide .banner-more {
        text-shadow: none
    }

    .index-slide p {
        font-size: 1.1em;
        line-height: 1.6em;
        text-shadow: none
    }

    .banner-one {
        background-image: url(../images/The-biggest-pseudoUridine-manufacturer-in-the-world-banner.jpg);
        background: -webkit-image-set(url(../images/The-biggest-pseudoUridine-manufacturer-in-the-world-banner.webp) 1x,url(../images/The-biggest-pseudoUridine-manufacturer-in-the-world-banner.webp) 2x);
        background: image-set(url(../images/The-biggest-pseudoUridine-manufacturer-in-the-world-banner.webp) 1x,url(../images/The-biggest-pseudoUridine-manufacturer-in-the-world-banner.webp) 2x);
        background-size: cover
    }

    .banner-two {
        background-image: url(../images/Microbial-Fermentation-banner.jpg);
        background: -webkit-image-set(url(../images/Microbial-Fermentation-banner.webp) 1x,url(../images/Microbial-Fermentation-banner.webp) 2x);
        background: image-set(url(../images/Microbial-Fermentation-banner.webp) 1x,url(../images/Microbial-Fermentation-banner.webp) 2x);
        background-size: cover
    }

    .banner-three {
        background-image: url(../images/COVID-19-banner.jpg);
        background: -webkit-image-set(url(../images/COVID-19-banner.webp) 1x,url(../images/COVID-19-banner.webp) 2x);
        background: image-set(url(../images/COVID-19-banner.webp) 1x,url(../images/COVID-19-banner.webp) 2x);
        background-size: cover
    }

    .banner-four {
        background-image: url(../images/banner-4.jpg);
        background: -webkit-image-set(url(../images/banner-4.webp) 1x,url(../images/banner-4.webp) 2x);
        background: image-set(url(../images/banner-4.webp) 1x,url(../images/banner-4.webp) 2x);
        background-size: cover
    }

    .banner-five {
        background-image: url(../images/banner-5.jpg);
        background: -webkit-image-set(url(../images/banner-5.webp) 1x,url(../images/banner-5.webp) 2x);
        background: image-set(url(../images/banner-5.webp) 1x,url(../images/banner-5.webp) 2x);
        background-size: cover
    }

    .banner-six {
        background-image: url(../images/2023-January-Promo-BOC-Sciences-banner.jpg);
        background: -webkit-image-set(url(../images/2023-January-Promo-BOC-Sciences-banner.webp) 1x,url(../images/2023-January-Promo-BOC-Sciences-banner.webp) 2x);
        background: image-set(url(../images/2023-January-Promo-BOC-Sciences-banner.webp) 1x,url(../images/2023-January-Promo-BOC-Sciences-banner.webp) 2x);
        background-size: cover
    }

    .banner-seven {
        background-image: url(../images/Webinar-Naturally-Occurring-Sensitive-Nucleic-Acids-banner.jpg);
        background: -webkit-image-set(url(../images/Webinar-Naturally-Occurring-Sensitive-Nucleic-Acids-banner.webp) 1x,url(../images/Webinar-Naturally-Occurring-Sensitive-Nucleic-Acids-banner.webp) 2x);
        background: image-set(url(../images/Webinar-Naturally-Occurring-Sensitive-Nucleic-Acids-banner.webp) 1x,url(../images/Webinar-Naturally-Occurring-Sensitive-Nucleic-Acids-banner.webp) 2x);
        background-size: cover
    }
}

@media(max-width: 760px) {
    .index-slide .item>a {
        height:450px;
    }

    .banner-one {
        background-image: url(../images/The-biggest-pseudoUridine-manufacturer-in-the-world-banner-xs.jpg);
        background: -webkit-image-set(url(../images/The-biggest-pseudoUridine-manufacturer-in-the-world-banner-xs.webp) 3x);
        background: image-set(url(../images/The-biggest-pseudoUridine-manufacturer-in-the-world-banner-xs.webp) 3x);
        background-size: cover
    }

    .banner-two {
        background-image: url(../images/Microbial-Fermentation-banner-xs.jpg);
        background: -webkit-image-set(url(../images/Microbial-Fermentation-banner-xs.webp) 3x);
        background: image-set(url(../images/Microbial-Fermentation-banner-xs.webp) 3x);
        background-size: cover
    }

    .banner-three {
        background-image: url(../images/COVID-19-banner-xs.jpg);
        background: -webkit-image-set(url(../images/COVID-19-banner-xs.webp) 3x);
        background: image-set(url(../images/COVID-19-banner-xs.webp) 3x);
        background-size: cover
    }

    .banner-four {
        background-image: url(../images/banner-4-xs.jpg);
        background: -webkit-image-set(url(../images/banner-4-xs.webp) 3x);
        background: image-set(url(../images/banner-4-xs.webp) 3x);
        background-size: cover
    }

    .banner-five {
        background-image: url(../images/banner-5-xs.jpg);
        background: -webkit-image-set(url(../images/banner-5-xs.webp) 3x);
        background: image-set(url(../images/banner-5-xs.webp) 3x);
        background-size: cover
    }

    .banner-six {
        background-image: url(../images/2023-January-Promo-BOC-Sciences-banner-xs.jpg);
        background: -webkit-image-set(url(../images/2023-January-Promo-BOC-Sciences-banner-xs.webp) 3x);
        background: image-set(url(../images/2023-January-Promo-BOC-Sciences-banner-xs.webp) 3x);
        background-size: cover
    }

    .banner-seven {
        background-image: url(../images/Webinar-Naturally-Occurring-Sensitive-Nucleic-Acids-banner-xs.jpg);
        background: -webkit-image-set(url(../images/Webinar-Naturally-Occurring-Sensitive-Nucleic-Acids-banner-xs.webp) 3x);
        background: image-set(url(../images/Webinar-Naturally-Occurring-Sensitive-Nucleic-Acids-banner-xs.webp) 3x);
        background-size: cover
    }
}

.carousel-control.left,.carousel-control.right {
    background: 0;
    color: #afc89e;
    width: 8%;
    z-index: 99;
    font-size: 60px
}

.carousel-fade .carousel-inner .item {
    
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.banner-more {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #1a9344;
    color: #fff;
    background: #1a9344;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: .05rem;
    transition: all ease .5s
}

.banner-more:hover,.banner-more:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #1a9344
}

@media(max-width: 760px) {
    .index-slide h2 {
        font-size:1.6em;
        margin-bottom: 20px
    }
}

.top-contact {
    font-size: .9em;
    line-height: 1.45em;
    color: #777;
}

.top-contact a {
    color: #777;
}

.grecaptcha-badge {
    opacity: 0;
}

#pc_xiazai {
    margin: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 70%;
    line-height: 13px;
    background-color: rgba(0,122,143,0.85);
    padding-top: 10px;
    z-index: 100000;
    padding-bottom: 10px;
    background-image: url(../images/erweimabg.png);
    background-position: center center;
    background-repeat: repeat-x;
}

.erweimaimg {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 10px;
}

.erweimaADTit {
    font-size: 20px;
    color: #099;
    margin-bottom: 5px;
    display: inline-block;
}

.erweimaADTitcoclor {
    color: #666666;
}

.erweimaADcontent {
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}

#pc_xiazai img {
    max-width: 100%;
    margin: auto auto 5px auto;
}

.erweimaunit {
    float: left;
    width: 140px;
}

.closead {
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    z-index: 100000;
    right: 20px;
    top: 15px;
    font-weight: lighter;
    cursor: pointer;
    display: inline-block;
}

.smallad {
    display: none;
    cursor: pointer;
    background-repeat: no-repeat;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.smallad .downloadbu {
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    background-color: #1a9344;
    color: #ffffff;
    margin-top: 8px;
    font-weight: bold;
    padding: 2px 15px
}

.download-box {
    position: fixed;
    z-index: 100000;
    left: 10px;
    bottom: 2%;
}

.smallad img {
    display: block;
    padding-left: 10px;
}

.download-box .close-down {
    position: absolute;
    line-height: 12px;
    top: 2px;
    right: -10px;
    display: inline-block;
    padding: 3px;
    border-radius: 30px;
    background: rgba(0,0,0,.8);
    color: #fff;
    cursor: pointer;
    opacity: 0;
    font-size: .6em;
    width: 18px;
    height: 18px;
    text-align: center;
}

.download-box:hover .close-down {
    opacity: 1;
}

.topad_pic {
    background: linear-gradient(to right,#f1f1f1,rgba(229,246,228,0.7));
    transition: all ease .4s;
    font-size: .9em;
}

.top-read {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    color: #ec9e40;
    border-radius: 30px;
    line-height: 1.45em;
    border: 1px solid #ec9e40;
    transition: all ease .4s;
    font-size: .98em;
}

.topad_pic a {
    color: #333;
    line-height: 1.4em;
    display: grid;
    grid-gap: 15px;
    height: 100%;
}
.topad_pic a em{font-style: italic;}
.topad_pic .container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
}

.topad_pic .container:before,.topad_pic .container:after {
    display: none;
}
.language-group .btn{color: #000;outline: none;box-shadow: none;}

@media(min-width: 992px) {
    .topad_pic {
        padding:5px 0;
    }

    .topad_pic a {
        grid-template-columns: auto auto 108px;
        justify-content: center;
        align-items: center;
        background: rgba(255,255,255,.8);
        height: 100%;
        padding: 3px 10px;
    }

    .topad_pic a:hover {
        background: linear-gradient(to right,#f4ede7,#ffffff);
    }

    .top-text {
        transition: all ease .4s;
    }

    .topad_pic a:hover .top-text {
        transform: scale(1.02);
    }

    .top-learn {
        text-align: right;
    }

    .topad_pic:hover,.topad_pic:focus {
        background: #eee
    }

    .topad_pic a:hover .top-read {
        color: #fff;
        background: #1a9344;
        border: 1px solid #1a9344;
    }

    .topad_pic .ad_close {
        width: 50px;
        height: 40px;
        top: 5px;
        right: 5px;
    }
}

@media(max-width: 992px) {
    .topad_pic {
        padding:5px 0;
        font-size: .8em;
    }

    .top-pic {
        display: none;
    }

    .topad_pic a {
        display: grid;
        background: rgba(255,255,255,.7);
        padding: 3px;
        margin-bottom: 5px;
        align-items: center;
    }

    .top-learn {
        display: none;
    }

    .topad_pic .ad_close {
        width: 35px;
        height: 25px;
        top: 0;
        right: 0;
    }
}

.topad_pic .ad_close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666 !important;
    z-index: 10000;
    text-align: center;
}

.topad_pic .ad_close:hover {
    color: #1a9344 !important;
    cursor: pointer;
}

.column-box>* {
    break-inside: avoid;
    margin-bottom: 30px;
}

@media(min-width: 992px) {
    .column-box {
        column-count: var(--number);
        --number: 2;
        grid-gap: 30px;
        margin-bottom: 30px;
    }

    .grid-item {
        --number: auto-fill;
        --width: 120px;
        margin-bottom: 25px;
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(var(--number),minmax(var(--width),1fr));
    }

    .grid {
        display: grid !important;
        --rate: 48% 48%;
        row-gap: 15px;
        grid-template-columns: var(--rate);
        justify-content: space-between;
        margin-bottom: 25px;
    }
}

@media(max-width: 992px) {
    .grid-item>div,.grid >div {
        margin-bottom:30px;
    }

    .grid-item>a,.grid >span,.grid-item>span,.grid >a {
        margin-bottom: 15px;
    }
}

.grid-item:before,.grid-item:after,.grid:before,.grid:after {
    display: none;
}


@media(max-width:991px){
  body{padding-bottom: 70px;}
}

@media(max-width: 640px){
    .language-group .btn{margin-top: 5px;}
}

