.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fixed {
    position: fixed;
}

.flex {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.flex-wrap {
    flex-flow: wrap;
}

.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.hide {
    display: none;
}

.bold {
    font-weight: 700;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.before {
    opacity: 0;
    visibility: hidden;
}

.after {
    opacity: 1;
    visibility: visible;
}

.font {
    font-family: Arial;
}

.txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.upper {
    text-transform: uppercase;
}

@font-face {
    font-family: "icon";
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/0342e4f824734380bffeefa09a098388.woff') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../fonts/iconfont.svg') format('svg');
    /* IE9 */
    /* iOS 4.1- */
}

.hidden-xs {
    display: block;
}

.hidden-pc {
    display: none;
}

.box-container {
    width: 80%;
    margin: 0 auto;
}

.box-container-fluid {
    width: 100%;
    margin: 0 auto;
}

.medium-box-container {
    width: 75rem;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1630 {
    width: 84.9%;
    margin: 0 auto;
}



.middle {
    vertical-align: middle;
}

@font-face {
    font-family: "din";
    src: url('../fonts/DINCOND-MEDIUM.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "light";
    src: url('../fonts/DIN-LIGHT.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "tcb";
    src: url('../fonts/TCB.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "dinb";
    src: url('../fonts/DIN-BOLD.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gc";
    src: url('../fonts/GOTHICB.TTF');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

.header-section {
    position: relative;
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transition: background .5s ease;
}

.header-section.shadow {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.header-section:hover,
.header-section.on,
.header-section.inner {
    background: #fff;
    background: url(//cdn.xypt.top/57a10421/21/04/1cc0567d53206f647a85d9dbe5f2c51a260da32c.png) no-repeat top center #fff;
}

.header-section:hover .logo-box a img.on,
.header-section.on .logo-box a img.on,
.header-section.inner .logo-box a img.on {
    display: inline-block;
}

.header-section:hover .logo-box a img.original,
.header-section.on .logo-box a img.original,
.header-section.inner .logo-box a img.original {
    display: none;
}

.header-section:hover .pc-nav-box ul li>a,
.header-section.on .pc-nav-box ul li>a,
.header-section.inner .pc-nav-box ul li>a {
    color: #010101;
}

.header-section:hover .pc-nav-box ul li>a:hover,
.header-section.on .pc-nav-box ul li>a:hover,
.header-section.inner .pc-nav-box ul li>a:hover {
    color: #fff;
}

.header-section:hover .pc-nav-box ul li.on>a,
.header-section.on .pc-nav-box ul li.on>a,
.header-section.inner .pc-nav-box ul li.on>a,
.header-section:hover .pc-nav-box ul li.active>a,
.header-section.on .pc-nav-box ul li.active>a,
.header-section.inner .pc-nav-box ul li.active>a {
    color: #fff;
}

.header-section:hover .pc-nav-box ul li.on>a:after,
.header-section.on .pc-nav-box ul li.on>a:after,
.header-section.inner .pc-nav-box ul li.on>a:after,
.header-section:hover .pc-nav-box ul li.active>a:after,
.header-section.on .pc-nav-box ul li.active>a:after,
.header-section.inner .pc-nav-box ul li.active>a:after {
    height: 100%;
}

.header-section:hover .other-box .current,
.header-section.on .other-box .current,
.header-section.inner .other-box .current {
    color: #333;
    border-color: #f4f4f4;
    background: #f4f4f4;
}

.header-section:hover .other-box .shop-box .shop,
.header-section.on .other-box .shop-box .shop,
.header-section.inner .other-box .shop-box .shop {
    background: #f4f4f4;
}

.header-section:hover .pc-search-box .search-btn,
.header-section.on .pc-search-box .search-btn,
.header-section.inner .pc-search-box .search-btn {
    border-color: #fff;
    background: #f4f4f4 url(../images/search.png) no-repeat center center;
    background-size: 18px;
}

.header-section:hover .pc-search-box .close-btn,
.header-section.inner .pc-search-box .close-btn {
    color: #333;
}

.header-section:hover .pc-search-box .search-btn,
.header-section.inner .pc-search-box .search-btn {
    background-size: .18rem;
}

.header-section:hover .search-form,
.header-section.inner .search-form {
    border: 1px solid #d4d4d4;
    background: #fff;
}

.header-section:hover .search-form,
.header-section.inner .search-form {
    /* input placeholder  */
}

.header-section:hover .search-form .text,
.header-section.inner .search-form .text {
    color: #666;
}

.header-section:hover .search-form ::-webkit-input-placeholder,
.header-section.inner .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666666;
    font-size: 14px;
}

.header-section:hover .search-form :-moz-placeholder,
.header-section.inner .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    font-size: 14px;
}

.header-section:hover .search-form ::-moz-placeholder,
.header-section.inner .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    font-size: 14px;
}

.header-section:hover .search-form :-ms-input-placeholder,
.header-section.inner .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
    font-size: 14px;
}

.header-section:hover .search-form a,
.header-section.inner .search-form a {
    background: url(../images/search.png) no-repeat;
    background-size: 18px;
}

.header-section.none {
    display: none;
}

.header-section .box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    height: 110px;
    margin: 0 auto;
    align-content: center;
    align-items: center;
}

.header-section .logo-box {
    width: 23%;
    flex: 0 0 23%;
}

.header-section .logo-box a {
    display: block;
    height: 1rem;
    line-height: 1rem;
}

.header-section .logo-box a img {
    max-width: 240px;
    height: auto;
    vertical-align: middle;
}

.header-section .logo-box a img.on {
    display: none;
}

.header-section .pc-nav-box {
    flex: 2.2;
    margin-left: .6rem;
}

.header-section .pc-nav-box ul {
    width: 100%;
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.header-section .pc-nav-box ul li {
    flex: 1;
    text-align: center;
}

.header-section .pc-nav-box ul li:hover .nav {
    display: block;
    animation: navDown .3s ease;
}

.header-section .pc-nav-box ul li:last-child {
    margin-right: 0;
}

.header-section .pc-nav-box ul li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333333;
    height: 170px;
    line-height: 170px;
}

.header-section .pc-nav-box ul li>a:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #d1a986;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-section .pc-nav-box ul li:hover>a {
    color: #d1a986;
}

.header-section .pc-nav-box ul li:hover>a:after {
    height: 100%;
}

.header-section .pc-nav-box ul li.on>a,
.header-section .pc-nav-box ul li.active>a {
    color: #d1a986;
}

.header-section .pc-nav-box ul .nav {
    display: none;
    position: fixed;
    width: 100%;
    top: 170px;
    right: 0;
    height: 0;
    z-index: 100;
    /*background: rgba(0, 0, 0, 0.5);*/
    font-size: 0;
    text-align: left;
    height: 65px;
    transition: top .5s ease;
    padding-left: .25rem;
}

.header-section .pc-nav-box ul .nav a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    /*color: #fff;*/
     color: #000;
    height: 65px;
    line-height: 65px;
    margin: 0 15px;
    padding-right: 30px;
}

.header-section .pc-nav-box ul .nav a:last-child {
    margin-right: 0;
}

.header-section .pc-nav-box ul .nav a:last-child:after {
    display: none;
}

.header-section .pc-nav-box ul .nav a:after {
    position: absolute;
    right: -2px;
    top: 26px;
    z-index: 10;
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.3);
}

.header-section .pc-nav-box ul .nav a:hover,
.header-section .pc-nav-box ul .nav a.on {
    color: #90c31f;
}

.header-section .pc-nav-box ul .nav a:hover:before,
.header-section .pc-nav-box ul .nav a.on:before {
    background: #90c31f;
}

.header-section .pc-nav-box .hide-box {
    display: none;
}

.header-section .other-box {
    position: relative;
    flex: 1;
    font-size: 0;
}

.header-section .other-box .shop-box {
    position: relative;
    float: left;
    width: 1.96rem;
}

.header-section .other-box .shop-box .p_shop {
    display: none;
}

.header-section .other-box .shop-box .shop {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
}

.header-section .other-box .shop-box .shop a {
    display: block;
    color: #333;
    line-height: 40px;
    font-size: 14px;
}

.header-section .other-box .shop-box .shop a:hover {
    color: #90c31f;
}

.header-section .other-box .shop-box:hover .current {
    border-radius: 0;
}

.header-section .other-box .shop-box:hover .current:before {
    transform: rotateX(180deg);
}

.header-section .other-box .shop-box:hover .shop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header-section .other-box .current {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    height: .45rem;
    line-height: .45rem;
    padding: 0 20px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.header-section .other-box .current:before {
    content: 'e603';
    display: block;
    position: absolute;
    font-family: iconfont;
    right: 10%;
    top: 0;
    z-index: -1;
    font-size: 20px;
}

.header-section .other-box .language-box {
    float: left;
    width: .96rem;
    margin: 0 .2rem;
    position: relative;
}

.header-section .other-box .language-box:hover .current {
    border-radius: 0;
}

.header-section .other-box .language-box:hover .current:before {
    transform: rotateX(180deg);
}

.header-section .other-box .language-box:hover .language {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header-section .other-box .language-box .p_language {
    display: none;
}

.header-section .other-box .language-box .current:before {
    background-position-x: 76%;
}

.header-section .other-box .language-box .language {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    padding: 10px 20px;
    background: #f4f4f4;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
}

.header-section .other-box .language-box .language a {
    display: block;
    color: #333;
    line-height: 40px;
    font-size: 14px;
}

.header-section .other-box .language-box .language a:hover {
    color: #90c31f;
}

.header-section .other-box .search {
    position: relative;
    float: left;
    width: 45px;
    display: none;
    /* input placeholder  */
}

.header-section .other-box .search:hover .keywords {
    display: block;
    border-color: #eaeaea;
}

.header-section .other-box .search .keywords {
    display: none;
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 12;
    width: 300px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    border: none;
    padding: 0 45px 0 20px;
    background: #f4f4f4;
    border: 1px solid transparent;
}

.header-section .other-box .search ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333333;
    font-size: 14px;
}

.header-section .other-box .search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
    font-size: 14px;
}

.header-section .other-box .search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
    font-size: 14px;
}

.header-section .other-box .search :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333333;
    font-size: 14px;
}

.header-section .other-box .search .search-btn {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    z-index: 100;
    background: #f4f4f4 url(../images/search.png) no-repeat center center;
    background-size: 18px;
}

.header-section .other-box .p_search {
    display: none;
}

.header-section .other-box .clearfix {
    clear: both;
}

.header-section .pc-search-box {
    position: relative;
    float: left;
    width: .45rem;
    height: .45rem;
}

.header-section .search-form {
    width: 3.32rem;
    height: .5rem;
    line-height: .5rem;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    z-index: 100;
    padding-top: 5px;
    float: left;
    border: 1px solid #fff;
    transform: scale3d(0, 0, 0);
    transition: transform .3s, top .3s;
    transform-origin: right center;
    position: relative;
    top: -0.23rem;
    border-radius: 30px;
}

.header-section .search-form.on {
    transform: scale3d(1, 1, 1);
}

.header-section .search-form .text {
    display: inline-block;
    width: 2.7rem;
    height: .4rem;
    line-height: .4rem;
    font-size: 14px;
    color: #fff;
    border: none;
    background: none;
}

.header-section .search-form {
    /* input placeholder  */
}

.header-section .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff;
    font-size: 14px;
}

.header-section .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    font-size: 14px;
}

.header-section .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    font-size: 14px;
}

.header-section .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff;
    font-size: 14px;
}

.header-section .search-form a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/search2.png) no-repeat;
}

.header-section .pc-search-box {
    position: absolute;
    right: 0;
    top: .23rem;
    z-index: 10;
}

.header-section .pc-search-box .search-btn {
    display: inline-block;
    width: .45rem;
    background: url(../images/search2.png) no-repeat center center;
    background-size: .18rem;
    height: .45rem;
    line-height: .45rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.header-section .inner-box {
    float: left;
    transform-origin: left center;
    transition: transform .5s, opacity 3s;
    opacity: 1;
    position: relative;
    top: .23rem;
}

.header-section .inner-box.on {
    opacity: 0;
    transform: scale3d(0, 0, 0);
}

.header-section .pc-search-box .close-btn {
    display: none;
    width: .45rem;
    height: .45rem;
    line-height: .45rem;
    font-size: .34rem;
    color: #fff;
}

.header-section .pc-search-box.on .search-btn {
    display: none;
}

.header-section .pc-search-box.on .close-btn {
    display: inline-block;
}

.goods-wrapper .series-box.on {
    top: 0;
}

.p_H {
    width: 100%;
    height: 1rem;
    display: none;
}

.p_H.inner {
    height: 0;
    display: block;
}

.footer-section {
    font-size: 0;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 1.33rem;
}

.footer-section .box-1 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.footer-section .box-1 .index-title-box {
    flex: 0 0 3.18rem;
}

.footer-section .box-1 .index-title-box .cn {
    line-height: 37px;
}

.footer-section .box-1 .index-title-box .cn,
.footer-section .box-1 .index-title-box .en {
    color: #fff;
}

.footer-section .box-1 .index-title-box .line {
    background: #b3b3b3;
}

.footer-section .box-1 .nav-box {
    width: 10rem;
    flex: 0 0 10rem;
    font-size: 0;
}

.footer-section .box-1 .nav-box dl {
    display: inline-block;
    width: 16.66%;
    vertical-align: top;
}

.footer-section .box-1 .nav-box dl a {
    display: block;
    color: #fff;
}

.footer-section .box-1 .nav-box dl a:hover {
    color: #90c31f;
}

.footer-section .box-1 .nav-box dt a {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .3rem;
    letter-spacing: 1px;
}

.footer-section .box-1 .nav-box dd a {
    font-size: 14px;
    color: #888888;
    line-height: 30px;
}

.footer-section .box-1 .nav-box dd a:hover {
    text-decoration: underline;
}

.footer-section .box-1 .other-box {
    position: relative;
    flex: 1;
    margin-left: .4rem;
    text-align: right;
}

.footer-section .box-1 .qrcode-box {
    width: 133px;
    margin-left: .13rem;
    float: right;
    margin-bottom: .3rem;
}

.footer-section .box-1 .qrcode-box .title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 23px;
    text-align: center;
}

.footer-section .box-1 .qrcode-box img {
    width: 133px;
}

.footer-section .box-1 .share-box {
    font-size: 0;
}

.footer-section .box-1 .share-box a {
    display: inline-block;
    text-align: center;
    margin-right: .28rem;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #c2c2c2;
    color: #c2c2c2;
    border-radius: 50%;
    font-size: 24px;
}

.footer-section .box-1 .share-box a:first-child {
    font-size: 20px;
}

.footer-section .box-1 .share-box a:last-child {
    margin-right: 0;
}

.footer-section .box-1 .share-box a:hover {
    background: #90c31f;
    border-color: #90c31f;
    color: #fff;
}

.footer-section .phone-gotop-box,
.footer-section .phone-nav-box {
    display: none;
}

.footer-section .friend-link {
    width: 150%;
    right: 47%;
    margin-top: .3rem;
    position: relative;
    text-align: left;
}

.footer-section .friend-link .title {
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    color: #999;
    padding-left: 15px;
    border: 1px solid #999;
    padding-right: 20px;
    background: url(../images/up2.png) no-repeat 91% center;
    text-align: left;
}

.footer-section .friend-link .title:hover {
    border-color: #999;
}

.footer-section .friend-link .hidden-box {
    width: 100%;
    border: 1px solid #999;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 10;
    background: #414851;
    margin-bottom: -1px;
    display: none;
}

.footer-section .friend-link .hidden-box a {
    display: block;
    line-height: 42px;
    color: #999;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 20px;
    border-bottom: 1px solid #999;
}

.footer-section .friend-link .hidden-box a:last-child {
    border-bottom: none;
}

.footer-section .friend-link .hidden-box a:hover {
    color: #fff;
}

.footer-section .box-2 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    line-height: 50px;
    padding-bottom: 40px;
}

.footer-section .box-2 .link {
    flex: 1;
}

.footer-section .box-2 .copy {
    flex: 0 0 70%;
}

.footer-section .box-2 .link a {
    margin-right: .22rem;
}

.footer-section .box-2 .link a:last-child {
    margin-right: 0;
}

.footer-section .box-2 .copy {
    text-align: right;
    font-size: 14px;
    color: #888;
}

.footer-section .box-2 .copy span {
    display: inline-block;
    margin-left: .1rem;
}

.footer-section .box-2 a {
    display: inline-block;
    font-size: 14px;
    color: #888;
}

.footer-section .box-2 a:hover {
    color: #90c31f;
}

.phone-nav {
    display: none;
}

.index-banner-wrapper .swiper-slide {
    font-size: 0;
}

.index-banner-wrapper .swiper-slide a {
    position: relative;
    display: block;
}

.index-banner-wrapper .swiper-slide a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.index-banner-wrapper .swiper-slide a img.phone {
    display: none;
}

.index-banner-wrapper .swiper-slide .info-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
}

.index-banner-wrapper .swiper-slide .info {
    text-align: center;
    color: #fff;
    padding-top: 2.9rem;
}

.index-banner-wrapper .swiper-slide .info .name {
    color: #90c31f;
    line-height: 30px;
    font-size: .48rem;
    letter-spacing: 3px;
    margin-bottom: .28rem;
}

.index-banner-wrapper .swiper-slide .info .en {
    font-weight: 700;
    font-family: Arial;
    font-size: .72rem;
    text-transform: uppercase;
}

.index-banner-wrapper .swiper-slide .info .en span {
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
}

.index-banner-wrapper .swiper-slide .info .desc {
    font-size: 24px;
    line-height: 30px;
    margin: .25rem auto .45rem;
}

.index-banner-wrapper .swiper-slide .info2 {
    color: #fff;
    padding-top: 2.92rem;
}

.index-banner-wrapper .swiper-slide .info2 .name {
    font-size: .30rem;
    line-height: 30px;
    letter-spacing: 3px;
}

.index-banner-wrapper .swiper-slide .info2 .brief {
    font-size: .6rem;
    letter-spacing: 2px;
    margin-top: .65rem;
}

.index-banner-wrapper .swiper-slide .info2 .en {
    font-family: Arial;
    font-size: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 5px;
}

.index-banner-wrapper .swiper-slide .info3 {
    color: #fff;
    padding-top: 19%;
}

.index-banner-wrapper .swiper-slide .info3 .name {
    font-size: 72px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
}

.index-banner-wrapper .swiper-slide .info3 .brief {
    font-size: 48px;
    letter-spacing: 5px;
}

.index-banner-wrapper .swiper-slide .info3 .desc {
    font-size: 24px;
    line-height: 30px;
    margin-top: 3rem;
    letter-spacing: 1px;
}

.index-banner-wrapper .swiper-pagination {
    bottom: 3.5rem;
}

.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 6rem;
    height: 10px;
    background: none;
    opacity: 1;
    margin: 0;
    vertical-align: middle;
    border-radius: 0;
    position: relative;
}

.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 75%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 5%;
    top: 4px;
    margin: 0 .5em;
    z-index: 10;
}

.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #90c31f;
}

.index-banner-wrapper .swiper-btn {
    display: none;
    width: .6rem;
    height: .6rem;
    background-size: contain!important;
    position: absolute;
    top: 45%;
    z-index: 10;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.index-banner-wrapper .swiper-btn.prev {
    left: -100%;
    background: url(../images/c_l.png) no-repeat;
}

.index-banner-wrapper .swiper-btn.prev:hover {
    background: url(../images/c_l_on.png) no-repeat;
}

.index-banner-wrapper .swiper-btn.next {
    right: -100%;
    background: url(../images/c_r.png) no-repeat;
}

.index-banner-wrapper .swiper-btn.next:hover {
    background: url(../images/c_r_on.png) no-repeat;
}

.index-banner-wrapper:hover .swiper-btn.prev {
    left: 5%;
}

.index-banner-wrapper:hover .swiper-btn.next {
    right: 5%;
}

.index-more {
    position: relative;
    font-family: Arial;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 182px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #fff;
}

.index-more i {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -5px;
    width: 40px;
    height: 9px;
    margin-left: .2rem;
    background: url(../images/right.png) no-repeat;
}

.index-more:hover {
    background: #90c31f;
    transition: all 1s .3s;
    -webkit-transition: all 1s .3s;
}

.index-more:hover span:nth-child(2),
.index-more:hover span:nth-child(4) {
    width: 182px;
}

.index-more:hover span:last-child,
.index-more:hover span:nth-child(3) {
    height: 50px;
}

.index-more span {
    position: absolute;
    display: inline-block;
    background: #90c31f;
    z-index: 10;
}

.index-more span:nth-child(2),
.index-more span:nth-child(4) {
    width: 0;
    height: 1px;
}

.index-more span:last-child,
.index-more span:nth-child(3) {
    width: 1px;
    height: 0;
}

.index-more span:nth-child(2) {
    left: -1px;
    top: -1px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.index-more span:nth-child(3) {
    right: -1px;
    top: -1px;
    transition: all .1s .1s linear;
    -webkit-transition: all .1s .1s linear;
    -moz-transition: all .1s .1s linear;
    -o-transition: all .1s .1s linear;
}

.index-more span:nth-child(4) {
    right: -1px;
    bottom: -1px;
    transition: all .1s .2s linear;
    -webkit-transition: all .1s .2s linear;
    -moz-transition: all .1s .2s linear;
    -o-transition: all .1s .2s linear;
}

.index-more span:last-child {
    left: -1px;
    bottom: -1px;
    transition: all .1s .3s linear;
    -webkit-transition: all .1s .3s linear;
    -moz-transition: all .1s .3s linear;
    -o-transition: all .1s .3s linear;
}

.index-title-box {
    color: #3d3d3d;
}

.index-title-box .cn {
    font-size: .26rem;
    line-height: 30px;
}

.index-title-box .en {
    font-weight: 700;
    text-transform: uppercase;
    font-family: tcb;
    font-size: .48rem;
    line-height: 46px;
    margin: 20px auto .3rem;
}

.index-title-box .line {
    width: 27px;
    height: 3px;
    background: #a3a3a3;
}

.box-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.index-box-1 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    margin: 1.25rem auto 1.2rem;
}

.index-box-1 .left {
    flex: 1;
}

.index-box-1 .right {
    width: 62.5%;
    flex: 0 0 62.5%;
}

.index-box-1 .right .title {
    font-weight: 700;
    font-size: .48rem;
    color: #414141;
    letter-spacing: 3px;
}

.index-box-1 .right .en {
    font-family: Arial;
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

.index-box-1 .right .desc {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
    margin: .4rem auto .64rem;
}

.index-box-1 .right ul {
    font-size: 0;
}

.index-box-1 .right ul li {
    display: inline-block;
    width: 20%;
    color: #90c31f;
}

.index-box-1 .right ul li:nth-child(3),
.index-box-1 .right ul li:last-child {
    width: 30%;
}

.index-box-1 .right ul li .num {
    font-size: 14px;
    color: #999;
}

.index-box-1 .right ul li span {
    font-family: din;
    font-size: .72rem;
    display: inline-block;
}

.index-box-1 .right ul li span,
.index-box-1 .right ul li i {
    color: #90c31f;
    font-family: din;
    display: inline-block;
}

.index-box-1 .right ul li i {
    font-size: .24rem;
    font-style: normal;
    margin-left: 15px;
    vertical-align: top;
}

.index-box-1 .right ul li p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.index-box-1 .index-more {
    margin: 1.97rem 0 0;
    background: #90c31f;
    border-color: #90c31f;
}

.index-box-1 .index-more:hover i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.index-box-1 .index-more i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.index-box-1 .phone {
    display: none;
}

.index-box-2 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.index-box-2 ul li {
    flex: 1;
    margin-right: 10px;
}

.index-box-2 ul li:hover .top {
    background: #90c31f url(../images/i_2bg.png) no-repeat center bottom;
}

.index-box-2 ul li:hover .top .name,
.index-box-2 ul li:hover .top .brief {
    color: #fff;
}

.index-box-2 ul li:hover .top .brief:after {
    background: #fff;
}

.index-box-2 ul li:hover .info-box {
    opacity: 1;
}

.index-box-2 ul li:hover .info-box img,
.index-box-2 ul li:hover .info-box .index-more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.index-box-2 ul li:last-child {
    margin-right: 0;
}

.index-box-2 ul li a {
    display: block;
}

.index-box-2 ul li .top {
    width: 100%;
    background: #f6f7f8;
    padding: .64rem 10px .53rem 1.28rem;
}

.index-box-2 ul li .top .name {
    font-weight: 700;
    font-size: .36rem;
    color: #3d3d3d;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.index-box-2 ul li .top .brief {
    position: relative;
    font-size: 14px;
    color: #7e7e7e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: .3rem;
}

.index-box-2 ul li .top .brief:after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 3px;
    background: #a3a3a3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.index-box-2 ul li .pic {
    position: relative;
    font-size: 0;
}

.index-box-2 ul li .pic>img {
    width: 100%;
    height: 5.25rem;
    object-fit: cover;
}

.index-box-2 ul li .info-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(65, 72, 81, 0.9);
    left: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    opacity: 0;
    padding-top: 1.5rem;
}

.index-box-2 ul li .info-box img {
    width: 1.85rem;
    margin: 0 auto .6rem;
    height: auto;
    transition: 0.8s 0.4s;
    -webkit-transition: 0.8s 0.4s;
    -moz-transition: 0.8s 0.4s;
    -ms-transition: 0.8s 0.4s;
    -o-transition: 0.8s 0.4s;
}

.index-box-2 ul li .info-box .index-more {
    transition: 0.8s 0.5s;
    -webkit-transition: 0.8s 0.5s;
    -moz-transition: 0.8s 0.5s;
    -ms-transition: 0.8s 0.5s;
    -o-transition: 0.8s 0.5s;
}

.index-box-2 ul li .info-box img,
.index-box-2 ul li .info-box .index-more {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}

.index-box-3 {
    margin-top: .74rem;
}

.index-box-3 .index-title-box {
    text-align: center;
}

.index-box-3 .index-title-box .line {
    margin: 0 auto;
}

.index-box-3 .swiper-box {
    position: relative;
    margin-top: .56rem;
}

.index-box-3 .swiper-box .goods-swiper .swiper-slide {
    font-size: 0;
}

.index-box-3 .swiper-box .goods-swiper .swiper-slide a {
    position: relative;
    display: block;
}

.index-box-3 .swiper-box .goods-swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.index-box-3 .swiper-box .goods-swiper .swiper-slide.swiper-slide-active,
.index-box-3 .swiper-box .goods-swiper .swiper-slide.active {
    display: block;
}

.index-box-3 .swiper-box .goods-swiper .swiper-slide.swiper-slide-active .info,
.index-box-3 .swiper-box .goods-swiper .swiper-slide.active .info {
    animation: slideUp .6s linear;
}

.index-box-3 .swiper-box .swiper-btn {
    display: inline-block;
    position: absolute;
    top: 48%;
    z-index: 10;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.index-box-3 .swiper-box .swiper-btn:hover {
    border-color: #90c31f;
}

.index-box-3 .swiper-box .swiper-btn.prev {
    left: 5%;
    background: url(../images/a_l.png) no-repeat center center;
}

.index-box-3 .swiper-box .swiper-btn.prev:hover {
    background: url(../images/a_l_on.png) no-repeat center center;
}

.index-box-3 .swiper-box .swiper-btn.next {
    right: 5%;
    background: url(../images/a_r.png) no-repeat center center;
}

.index-box-3 .swiper-box .swiper-btn.next:hover {
    background: url(../images/a_r_on.png) no-repeat center center;
}

.index-box-3 .swiper-box .info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-top: 2.83rem;
}

.index-box-3 .swiper-box .info .name {
    font-weight: 700;
    display: inline-block;
    color: #fff;
    font-size: .48rem;
    height: 93px;
    line-height: 93px;
    letter-spacing: 2px;
    padding: 0 45px;
    background: rgba(144, 195, 31, 0.9);
}

.index-box-3 .swiper-box .info .index-more {
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
}

.index-box-3 .swiper-box .info .index-more:hover {
    background: rgba(144, 195, 31, 0.9);
}

.index-box-3 .swiper-box .info .index-more:hover span {
    background: rgba(144, 195, 31, 0.9);
}

.index-box-3 .thumbs-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(65, 72, 81, 0.8);
    padding: 36px 0 26px;
}

.index-box-3 .thumbs-box .box {
    position: relative;
}

.index-box-3 .thumbs-box .swiper-slide {
    font-size: 0;
    border-bottom: 10px solid transparent;
}

.index-box-3 .thumbs-box .swiper-slide.swiper-slide-active {
    border-color: #90c31f;
}

.index-box-3 .thumbs-box .swiper-slide.swiper-slide-active a:before {
    background: transparent;
}

.index-box-3 .thumbs-box .swiper-slide img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}

.index-box-3 .thumbs-box .swiper-slide a {
    position: relative;
    display: block;
}

.index-box-3 .thumbs-box .swiper-slide a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.index-box-4 {
    margin: 1.45rem auto 1.85rem;
}

.index-box-4 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
}

.index-box-4 li {
    width: 33.33%;
    flex: 0 0 33.33%;
    height: 4.6rem;
}

.index-box-4 li:first-child {
    color: #fff;
    padding: .9rem .7rem 0 10%;
    background: #90c31f url(../images/i_4.png) no-repeat 87% 1.15rem;
}

.index-box-4 li:first-child .desc {
    color: #fff;
    margin-top: .33rem;
    font-size: 18px;
}

.index-box-4 li:nth-child(odd) .info,
.index-box-4 .technology-swiper .swiper-slide:nth-child(odd) .info {
    background: #f6f6f6;
}

.index-box-4 li:hover .pic>img,
.index-box-4 .technology-swiper .swiper-slide:hover .pic>img {
    opacity: 1;
}

.index-box-4 li:hover .info,
.index-box-4 .technology-swiper .swiper-slide:hover .info {
    background: transparent;
}

.index-box-4 li:hover .info .icon,
.index-box-4 .technology-swiper .swiper-slide:hover .info .icon {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.index-box-4 li:hover .info .name,
.index-box-4 .technology-swiper .swiper-slide:hover .info .name,
.index-box-4 li:hover .info .desc,
.index-box-4 .technology-swiper .swiper-slide:hover .info .desc {
    color: #fff;
}

.index-box-4 li .cn-title,
.index-box-4 .technology-swiper .swiper-slide .cn-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: .26rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.index-box-4 li .en-title,
.index-box-4 .technology-swiper .swiper-slide .en-title {
    font-weight: 700;
    font-size: .48rem;
    text-transform: uppercase;
    position: relative;
    font-family: tcb;
    padding-bottom: 25px;
}

.index-box-4 li .en-title:after,
.index-box-4 .technology-swiper .swiper-slide .en-title:after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.index-box-4 li .pic,
.index-box-4 .technology-swiper .swiper-slide .pic {
    position: relative;
    font-size: 0;
}

.index-box-4 li .pic>img,
.index-box-4 .technology-swiper .swiper-slide .pic>img {
    width: 100%;
    height: 4.6rem;
    object-fit: cover;
    opacity: 0;
}

.index-box-4 li .info,
.index-box-4 .technology-swiper .swiper-slide .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    padding-top: 1.15rem;
    background: #eeeeee;
}

.index-box-4 li .info .icon,
.index-box-4 .technology-swiper .swiper-slide .info .icon {
    width: 100%;
    font-size: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.index-box-4 li .info .icon img,
.index-box-4 .technology-swiper .swiper-slide .info .icon img {
    width: .7rem;
    margin: 0 auto;
}

.index-box-4 li .info .name,
.index-box-4 .technology-swiper .swiper-slide .info .name {
    font-weight: 700;
    font-size: .26rem;
    color: #3d3d3d;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 2px;
    margin: .28rem auto .3rem;
}

.index-box-4 li .info .desc,
.index-box-4 .technology-swiper .swiper-slide .info .desc {
    font-size: 18px;
    color: #727272;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-box-4 .technology-swiper {
    display: none;
}

.index-box-6 {
    font-size: 0;
    padding: 1.34rem 0;
    margin: 1.48rem auto 1.36rem;
    background: url(../images/i_6_bg.jpg) no-repeat;
    background-size: cover;
}

.index-box-6 .box-container {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.index-box-6 .info,
.index-box-6 .pic {
    width: 5.75rem;
    flex: 0 0 5.75rem;
}

.index-box-6 .info {
    background: #fff;
    padding: .8rem .58rem .6rem .78rem;
}

.index-box-6 .info .index-title-box .en {
    font-size: .42rem;
}

.index-box-6 .info .desc {
    font-size: 16px;
    line-height: 24px;
    color: #3d3d3d;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: .56rem auto .25rem;
}

.index-box-6 .info .index-more {
    border-color: #90c31f;
    background: #90c31f;
    margin: 0;
}

.index-box-6 .pic {
    font-size: 0;
}

.index-box-6 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner-box {
    position: relative;
    font-size: 0;
}

.page-banner-box .banner {
    width: 100%;
    height: auto;
}

.page-banner-box .info-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.87rem;
    z-index: 10;
    text-align: center;
}

.page-banner-box .info-box .name {
    text-transform: uppercase;
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.5);
    font-family: tcb;
    margin-bottom: .22rem;
    letter-spacing: 2px;
}

.page-banner-box .info-box p {
    font-size: .36rem;
    color: #fff;
    letter-spacing: 1px;
}

.page-second-nav-box {
    background: #f4f4f4;
}

.page-second-nav-box .second-nav-list {
    width: 100%;
    text-align: center;
}

.page-second-nav-box .second-nav-list .nav-list {
    font-size: 0;
    width: 100%;
}

.page-second-nav-box .second-nav-list .nav-list a {
    position: relative;
    font-weight: 700;
    display: inline-block;
    width: 116px;
    margin-right: 10px;
    font-size: 14px;
    color: #3d3d3d;
    height: .9rem;
    line-height: .9rem;
    text-align: center;
}

.page-second-nav-box .second-nav-list .nav-list a:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #90c31f;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-second-nav-box .second-nav-list .nav-list a.on,
.page-second-nav-box .second-nav-list .nav-list a:hover {
    background: #fff;
    color: #90c31f;
}

.page-second-nav-box .second-nav-list .nav-list a.on:after,
.page-second-nav-box .second-nav-list .nav-list a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.page-title-box {
    color: #414851;
}

.page-title-box .title {
    font-size: .24rem;
    line-height: 24px;
}

.page-title-box .en {
    text-transform: uppercase;
    font-family: tcb;
    font-size: .36rem;
    line-height: 34px;
    margin: .13rem auto .38rem;
}

.page-title-box .desc {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.page-caption-box {
    color: #414851;
}

.page-caption-box .en {
    font-family: Arial;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .36rem;
}

.page-caption-box .cn {
    font-size: .24rem;
    margin: 8px auto .25rem;
}

.page-caption-box .line {
    width: 24px;
    height: 3px;
    background: #414851;
}

.page-caption-box .desc {
    font-size: .48rem;
    color: #000;
    line-height: .6rem;
    margin-top: .5rem;
}

.inner-page-box {
    padding: 1.2rem 0 2rem;
    background: #ffffff url(../images/inner-bg.png) no-repeat 90% bottom;
}

.inner-page-box.inner-box-2 {
    padding-bottom: 2.15rem;
    background: #ffffff url(../images/inner-bg-2.png) no-repeat left bottom;
}

.ad-box {
    position: relative;
    width: 402px;
    font-size: 0;
}

.ad-box img {
    width: 100%;
    height: auto;
}

.ad-box .info-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    color: #fff;
    padding: .77rem .5rem 0;
}

.ad-box .info-box .name {
    font-size: .36rem;
    letter-spacing: 1px;
    font-family: dinb;
    line-height: .57rem;
    text-transform: uppercase;
}

.ad-box .info-box .brief {
    font-size: .18rem;
    margin-top: .24rem;
}

.ad-box .info-box .brief span {
    display: inline-block;
    margin-right: .1rem;
}

.ad-box .info-box .brief span:last-child {
    margin-right: 0;
}

.design-wrapper .box-1 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    margin-bottom: 1.2rem;
}

.design-wrapper .box-1 .introduce-box {
    width: 50%;
    flex: 0 0 50%;
}

.design-wrapper .box-1 .data-box {
    flex: 1;
    text-align: right;
}

.design-wrapper .box-1 .data-box ul {
    font-size: 0;
}

.design-wrapper .box-1 .data-box ul li {
    position: relative;
    display: inline-block;
    width: 2.2rem;
    height: 2.26rem;
    border: 1px solid #ededed;
    border-right: none;
    color: #666;
    text-align: left;
    padding: .23rem .1rem 0 .42rem;
}

.design-wrapper .box-1 .data-box ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ededed;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: 10;
}

.design-wrapper .box-1 .data-box ul li:last-child {
    border-right: 1px solid #ededed;
}

.design-wrapper .box-1 .data-box ul li .name {
    font-size: 16px;
    line-height: 30px;
}

.design-wrapper .box-1 .data-box ul li .num {
    font-size: 14px;
}

.design-wrapper .box-1 .data-box ul li .num span {
    display: inline-block;
    font-size: 1.2rem;
    color: #90c31f;
    font-family: dinb;
}

.design-wrapper .box-2 {
    width: 100%;
}

.design-wrapper .box-2 ul {
    width: 100%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.design-wrapper .box-2 ul li {
    width: 50%;
    flex: 0 0 50%;
}

.design-wrapper .box-2 ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.design-wrapper .box-2 ul li:hover .name {
    color: #90c31f;
}

.design-wrapper .box-2 ul li a {
    display: block;
}

.design-wrapper .box-2 ul li .pic {
    position: relative;
    font-size: 0;
    width: 100%;
    overflow: hidden;
}

.design-wrapper .box-2 ul li .pic img {
    width: 100%;
    height: 6rem;
    object-fit: cover;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.design-wrapper .box-2 ul li .name {
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 5px;
    letter-spacing: 1px;
}

.design-wrapper .box-3 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    margin: 1.2rem auto .9rem;
}

.design-wrapper .box-3 .introduce-box {
    width: 50%;
    flex: 0 0 50%;
}

.design-wrapper .box-3 .pic-box {
    flex: 1;
    text-align: right;
    padding-right: .8rem;
}

.design-wrapper .box-3 .pic-box img {
    max-width: 100%;
}

.design-wrapper .box-4 {
    width: 90%;
    font-size: 0;
}

.design-wrapper .box-4 img {
    width: 100%;
    height: auto;
}

.design-wrapper .box-5 {
    margin-top: 1.2rem;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.design-wrapper .box-5 .left,
.design-wrapper .box-5 .right {
    width: 50%;
    flex: 0 0 50%;
}

.design-wrapper .box-5 .img {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.design-wrapper .box-5 .img img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.design-wrapper .box-5 .img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.design-wrapper .box-5 .left .img {
    margin-top: .95rem;
}

.design-wrapper .box-5 .right {
    padding-left: 1.65rem;
}

.design-wrapper .box-5 .right .title {
    color: #414851;
    font-size: .24rem;
    line-height: 24px;
    margin-bottom: .4rem;
}

.design-wrapper .box-5 .right .img {
    margin-bottom: .8rem;
}

.design-wrapper .box-5 .right ul {
    font-size: 0;
}

.design-wrapper .box-5 .right ul li {
    position: relative;
    display: inline-block;
    color: #666;
    margin-right: 1rem;
}

.design-wrapper .box-5 .right ul li:last-child {
    margin-right: 0;
}

.design-wrapper .box-5 .right ul li .name {
    font-size: 16px;
    line-height: 30px;
}

.design-wrapper .box-5 .right ul li .num {
    font-size: 14px;
}

.design-wrapper .box-5 .right ul li .num span {
    display: inline-block;
    font-size: 1.2rem;
    color: #90c31f;
    font-family: dinb;
}

.toscana-wrapper {
    margin-bottom: 1rem;
}

.toscana-wrapper .title-box .en {
    color: #000;
    font-size: .6rem;
    font-family: tcb;
    text-transform: uppercase;
}

.toscana-wrapper .title-box .cn {
    font-size: .3rem;
    color: #404040;
    margin: 3px auto .2rem;
}

.toscana-wrapper .title-box .line {
    width: 25px;
    height: 3px;
    background: #404040;
}

.toscana-wrapper .box-1 {
    margin-top: 1.2rem;
    width: 100%;
}

.toscana-wrapper .box-1 ul {
    width: 100%;
}

.toscana-wrapper .box-1 ul li {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    width: 100%;
}

.toscana-wrapper .box-1 ul li:nth-child(odd) .info {
    padding: .44rem 1rem 10px 1.5rem;
}

.toscana-wrapper .box-1 ul li:nth-child(even) .pic {
    order: 0;
}

.toscana-wrapper .box-1 ul li:nth-child(even) .info {
    order: 1;
    padding: 1.2rem 3.35rem 10px 1.2rem;
}

.toscana-wrapper .box-1 ul li .info,
.toscana-wrapper .box-1 ul li .pic {
    width: 50%;
}

.toscana-wrapper .box-1 ul li .pic {
    font-size: 0;
    overflow: hidden;
    height: 100%;
}

.toscana-wrapper .box-1 ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.toscana-wrapper .box-1 ul li .name {
    font-weight: 700;
    font-size: .3rem;
    color: #000;
    line-height: .42rem;
    height: .84rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 1px;
    width: 80%;
}

.toscana-wrapper .box-1 ul li .en-name {
    font-family: Arial;
    font-size: 12px;
    color: #999;
    line-height: .36rem;
    margin-bottom: .47rem;
}

.toscana-wrapper .box-1 ul li .title-box {
    margin-bottom: .7rem;
}

.toscana-wrapper .box-1 ul li .desc {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: justify;
    height: auto;
    overflow: auto;
    padding-right: 20px;
    /* 滚动条样式 */
}

.toscana-wrapper .box-2 {
    position: relative;
    font-size: 0;
    margin-top: 1.2rem;
}

.toscana-wrapper .box-2 img {
    width: 100%;
    height: auto;
}

.toscana-wrapper .box-2 .info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    color: #fff;
    line-height: 30px;
    padding-top: 2.9rem;
    text-align: center;
}

.toscana-wrapper .box-2 .info .title {
    font-size: .3rem;
    letter-spacing: 2px;
}

.toscana-wrapper .box-2 .info .author {
    font-size: .18rem;
    color: #fff;
    margin-top: .24rem;
}

.toscana-wrapper .box-3 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    margin: 1.2rem auto;
}

.toscana-wrapper .box-3 .pic {
    width: 3.08rem;
    font-size: 0;
    overflow: hidden;
    margin-left: 1.68rem;
}

.toscana-wrapper .box-3 .pic img {
    width: 100%;
    height: 4rem;
    object-fit: contain;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.toscana-wrapper .box-3 .pic img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.toscana-wrapper .box-3 .info {
    margin-left: .88rem;
    flex: 1;
    margin-top: .34rem;
}

.toscana-wrapper .box-3 .info .name {
    font-family: gc;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.1);
}

.toscana-wrapper .box-3 .info .brief {
    font-size: .3rem;
    color: #010101;
    line-height: 30px;
    letter-spacing: 1px;
    margin: -0.9rem auto 0.4rem;
    padding-left: .14rem;
}

.toscana-wrapper .box-3 .info .author {
    font-size: .18rem;
    color: #666;
    line-height: 30px;
    padding-left: .14rem;
}

.toscana-wrapper .box-4 {
    position: relative;
    font-size: 0;
}

.toscana-wrapper .box-4 img {
    width: 100%;
    height: auto;
}

.toscana-wrapper .box-4 img.phone {
    display: none;
}

.toscana-wrapper .box-4 .info {
    position: absolute;
    left: 5.57rem;
    top: .85rem;
    width: 380px;
    color: #fff;
    font-size: .18rem;
    line-height: 30px;
}

.toscana-wrapper .box-4 .info .desc {
    margin: .3rem auto .6rem;
}

.toscana-wrapper .box-5 {
    margin: 1.2rem auto 0;
}

.toscana-wrapper .box-5 .title-box {
    text-align: center;
    margin-bottom: .55rem;
}

.toscana-wrapper .box-5 .title-box .line {
    margin: 0 auto;
}

.toscana-wrapper .box-5 .pic {
    position: relative;
    width: 100%;
    font-size: 0;
}

.toscana-wrapper .box-5 .pic img {
    display: block;
    width: 3.8rem;
    margin: 0 auto;
    height: auto;
}

.toscana-wrapper .box-5 .pic .name {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    color: rgba(0, 0, 0, 0.1);
    font-family: tcb;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
}

.toscana-wrapper .box-5 .info {
    text-align: center;
    margin: .6rem auto 1.1rem;
}

.toscana-wrapper .box-5 .info .name {
    font-size: .18rem;
    color: #da0711;
    line-height: 30px;
    font-family: Arial;
    text-transform: uppercase;
}

.toscana-wrapper .box-5 .info .label {
    color: #000;
    font-weight: 700;
    font-size: .36rem;
    line-height: 46px;
    margin: 6px auto .36rem;
    letter-spacing: 1px;
}

.toscana-wrapper .box-5 .info .desc {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.toscana-wrapper .box-6 {
    padding-top: 1.2rem;
    background: #f5f5f5;
}

.toscana-wrapper .box-6 .title-box {
    text-align: center;
    margin-bottom: .6rem;
}

.toscana-wrapper .box-6 .title-box .line {
    margin: 0 auto;
}

.toscana-wrapper .box-6 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    width: 100%;
}

.toscana-wrapper .box-6 ul li {
    width: 50%;
    margin-bottom: 6px;
}

.toscana-wrapper .box-6 ul li:nth-child(odd) {
    padding-right: 3px;
}

.toscana-wrapper .box-6 ul li:nth-child(even) {
    padding-left: 3px;
}

.toscana-wrapper .box-6 ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.toscana-wrapper .box-6 ul li:hover .box {
    padding: .33rem 1rem .82rem .4rem;
}

.toscana-wrapper .box-6 ul li:hover .box:after {
    width: 100%;
    background: rgba(218, 7, 17, 0.8);
}

.toscana-wrapper .box-6 ul li a {
    position: relative;
    display: block;
}

.toscana-wrapper .box-6 ul li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.6rem;
    background: url(../images/line.png) repeat-x;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.toscana-wrapper .box-6 ul li .pic {
    font-size: 0;
    overflow: hidden;
}

.toscana-wrapper .box-6 ul li .pic img {
    width: 100%;
    height: 5.9rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.toscana-wrapper .box-6 ul li .info {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    z-index: 10;
}

.toscana-wrapper .box-6 ul li .box {
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: inline-block;
    max-width: 100%;
    padding: 14px 10px 14px 18px;
}

.toscana-wrapper .box-6 ul li .box:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #da0711;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.toscana-wrapper .box-6 ul li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .3rem;
    margin-bottom: 5px;
}

.toscana-wrapper .box-6 ul li .en-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: .18rem;
}

.toscana-wrapper .box-7 {
    margin-top: 1.2rem;
}

.toscana-wrapper .box-7 .title-box {
    margin-bottom: .8rem;
    text-align: center;
}

.toscana-wrapper .box-7 .title-box .line {
    margin: 0 auto;
}

.toscana-wrapper .box-7 .swiper-slide {
    width: 33.33%;
    margin-bottom: .72rem;
    text-align: center;
}

.toscana-wrapper .box-7 .swiper-slide:hover img {
    transform: rotateY(180deg);
}

.toscana-wrapper .box-7 .swiper-slide:hover .title {
    color: #da0711;
}

.toscana-wrapper .box-7 .swiper-slide .icon {
    width: .9rem;
    height: .9rem;
    line-height: .9rem;
    margin: 0 auto .3rem;
    border: 2px solid #da0711;
    border-radius: 50%;
}

.toscana-wrapper .box-7 .swiper-slide .icon img {
    width: .6rem;
    vertical-align: middle;
    position: relative;
    top: -5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.toscana-wrapper .box-7 .swiper-slide .title {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: .24rem;
    line-height: 28px;
}

.toscana-wrapper .box-7 .swiper-slide .desc {
    color: #666;
    font-size: 16px;
    height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 11px;
}

.toscana-wrapper .box-8 {
    padding-top: 1.2rem;
    background: #f5f5f5;
}

.toscana-wrapper .box-8 .title-box {
    text-align: center;
}

.toscana-wrapper .box-8 .title-box .line {
    margin: 0 auto;
}

.toscana-wrapper .box-8 .title-box .desc {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: .33rem;
}

.toscana-wrapper .box-8 .box {
    position: relative;
    margin-top: .7rem;
}

.toscana-wrapper .box-8 .box .gallery-box ul li {
    display: none;
}

.toscana-wrapper .box-8 .box .gallery-box ul li.active {
    display: block;
    animation: fadeIn .4s ease;
}

.toscana-wrapper .box-8 .box .gallery-box ul li a {
    display: block;
    font-size: 0;
}

.toscana-wrapper .box-8 .box .gallery-box ul li img {
    width: 100%;
    height: auto;
}

.toscana-wrapper .box-8 .box .swiper-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1.13rem;
    z-index: 10;
}

.toscana-wrapper .box-8 .box .swiper-box .box-container {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.toscana-wrapper .box-8 .box .swiper-slide {
    text-align: center;
    border-right: 1px solid #efefef;
    border-bottom: 4px solid transparent;
}

.toscana-wrapper .box-8 .box .swiper-slide.active {
    border-bottom-color: #da0711;
}

.toscana-wrapper .box-8 .box .swiper-slide.active .name {
    color: #da0711;
}

.toscana-wrapper .box-8 .box .swiper-slide a {
    display: block;
    padding: 30px 0 20px;
}

.toscana-wrapper .box-8 .box .swiper-slide img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}

.toscana-wrapper .box-8 .box .swiper-slide .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: #666;
    font-size: .18rem;
    line-height: 30px;
    padding: 0 5px;
    margin-top: 10px;
}

.toscana-wrapper .box-9 {
    padding: 2.35rem 0 1.2rem;
    background: #f5f5f5;
}

.toscana-wrapper .box-9 .title-box {
    text-align: center;
    margin-bottom: .7rem;
}

.toscana-wrapper .box-9 .title-box .line {
    margin: 0 auto;
}

.toscana-wrapper .box-9 ul {
    width: 100%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.toscana-wrapper .box-9 ul li {
    position: relative;
    flex: 1;
    font-size: 0;
    margin-right: 6px;
    overflow: hidden;
}

.toscana-wrapper .box-9 ul li:last-child {
    margin-right: 0;
}

.toscana-wrapper .box-9 ul li:hover .box {
    padding-top: 1rem;
    background: rgba(218, 7, 17, 0.8);
}

.toscana-wrapper .box-9 ul li:hover .box .line,
.toscana-wrapper .box-9 ul li:hover .box .desc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.toscana-wrapper .box-9 ul li img {
    width: 100%;
    height: 3.8rem;
    object-fit: cover;
}

.toscana-wrapper .box-9 ul li .info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: .2rem;
}

.toscana-wrapper .box-9 ul li .box {
    width: 100%;
    color: #fff;
    text-align: center;
    height: 100%;
    line-height: 28px;
    padding-top: 1.63rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.toscana-wrapper .box-9 ul li .box .name {
    font-size: .3rem;
    letter-spacing: 1px;
}

.toscana-wrapper .box-9 ul li .box .en-name {
    font-family: Arial;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 8px;
}

.toscana-wrapper .box-9 ul li .box .line {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: .2rem auto .33rem;
    transition: 0.8s 0.2s;
    -webkit-transition: 0.8s 0.2s;
    -moz-transition: 0.8s 0.2s;
    -ms-transition: 0.8s 0.2s;
    -o-transition: 0.8s 0.2s;
}

.toscana-wrapper .box-9 ul li .box .desc {
    font-size: .18rem;
    line-height: 24px;
    transition: 0.8s 0.3s;
    -webkit-transition: 0.8s 0.3s;
    -moz-transition: 0.8s 0.3s;
    -ms-transition: 0.8s 0.3s;
    -o-transition: 0.8s 0.3s;
}

.toscana-wrapper .box-9 ul li .box .line,
.toscana-wrapper .box-9 ul li .box .desc {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.toscana-wrapper .box-10 {
    margin-top: 1rem;
}

.toscana-wrapper .box-10 ul {
    width: 100%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.toscana-wrapper .box-10 ul li {
    position: relative;
    flex: 1;
    margin-right: .3rem;
    text-align: center;
    border: 1px solid #e7e7e7;
    padding: 56px 10px 50px;
}

.toscana-wrapper .box-10 ul li:last-child {
    margin-right: 0;
}

.toscana-wrapper .box-10 ul li:hover .icon {
    border-color: #da0711;
    background: #da0711;
}

.toscana-wrapper .box-10 ul li:hover .icon img {
    display: none;
}

.toscana-wrapper .box-10 ul li:hover .icon img.on {
    display: inline-block;
}

.toscana-wrapper .box-10 ul li:hover .qrcode {
    display: block;
    animation: navHover .5s ease;
}

.toscana-wrapper .box-10 ul li .qrcode {
    display: none;
    position: absolute;
    left: 29%;
    top: -150px;
    z-index: 10;
    border: 5px;
    width: 200px;
}

.toscana-wrapper .box-10 ul li .qrcode .box {
    position: relative;
}

.toscana-wrapper .box-10 ul li .qrcode .box:before {
    display: none;
    content: '';
    position: absolute;
    left: 45%;
    bottom: -8px;
    z-index: 10;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.toscana-wrapper .box-10 ul li .qrcode .box:after {
    display: none;
    content: '';
    position: absolute;
    left: 45%;
    bottom: -10px;
    z-index: 9;
    border: 10px solid transparent;
    border-top-color: #efefef;
}

.toscana-wrapper .box-10 ul li .qrcode img {
    width: 100%;
    padding: 5px;
}

.toscana-wrapper .box-10 ul li .icon {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    margin: 0 auto;
    border: 1px solid #ececec;
    border-radius: 50%;
    text-align: center;
    margin-bottom: .2rem;
}

.toscana-wrapper .box-10 ul li .icon img {
    width: .4rem;
    vertical-align: middle;
}

.toscana-wrapper .box-10 ul li .icon img.on {
    display: none;
}

.toscana-wrapper .box-10 ul li .name {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.toscana-wrapper .box-10 ul li .mail {
    font-family: Arial;
    font-size: 18px;
    color: #404049;
    line-height: 28px;
}

.toscana-wrapper .box-10 ul li .brief,
.toscana-wrapper .box-10 ul li .mail {
    font-size: 18px;
    color: #404049;
    line-height: 28px;
}

.toscana-wrapper .box-10 ul li .num {
    font-size: 24px;
    font-family: gc;
    color: #404049;
}

.about-wrapper .box-1 .page-title-box {
    text-align: center;
}

.about-wrapper .box-1 .page-title-box .en {
    margin-bottom: .6rem;
}

.about-wrapper .box-1 .data {
    height: 6.6rem;
    background: url(../images/a_1.jpg) no-repeat;
    background-size: cover;
    margin-bottom: .8rem;
}

.about-wrapper .box-1 .data ul {
    padding-left: 25%;
    font-size: 0;
}

.about-wrapper .box-1 .data ul li {
    display: inline-block;
    width: 33.33%;
    height: 6.6rem;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    vertical-align: top;
    background: url(../images/about-line.png) no-repeat;
}

.about-wrapper .box-1 .data ul li:first-child {
    background-position: -1px 1.2rem;
}

.about-wrapper .box-1 .data ul li:first-child .title {
    padding-top: 1.2rem;
}

.about-wrapper .box-1 .data ul li:nth-child(2) {
    background-position: -1px 2.4rem;
}

.about-wrapper .box-1 .data ul li:nth-child(2) .title {
    padding-top: 2.4rem;
}

.about-wrapper .box-1 .data ul li:nth-child(3) {
    background-position: -1px 4.1rem;
}

.about-wrapper .box-1 .data ul li:nth-child(3) .title {
    padding-top: 4.1rem;
}

.about-wrapper .box-1 .data ul li .title {
    font-size: 12px;
    color: #fff;
}

.about-wrapper .box-1 .data ul li .num {
    color: #fff;
    font-size: 12px;
}

.about-wrapper .box-1 .data ul li .num span {
    display: inline-block;
    font-size: .5rem;
    font-family: din;
    color: #fff;
}

.about-wrapper .box-1 .data ul li .num i {
    color: #fff;
    font-style: normal;
    font-family: din;
    font-size: 24px;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

.about-wrapper .box-1 .data ul li p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.about-wrapper .box-1 .introduce-box {
    margin-bottom: 1.12rem;
}

.about-wrapper .box-1 .introduce-box .name {
    color: #414851;
    font-size: .3rem;
    line-height: 36px;
    letter-spacing: 1px;
}

.about-wrapper .box-1 .introduce-box .brief {
    text-transform: uppercase;
    font-family: din;
    font-size: .5rem;
    color: #90c31f;
    margin: .2rem auto .3rem;
}

.about-wrapper .box-1 .introduce-box .desc .p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin-bottom: .3rem;
}

.about-wrapper .box-2 {
    position: relative;
    margin-bottom: 1.2rem;
}

.about-wrapper .box-2 img {
    width: 100%;
    height: auto;
}

.about-wrapper .box-2 .info-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-top: 2.16rem;
}

.about-wrapper .box-2 .info-box .title {
    color: #fff;
    font-size: .48rem;
    letter-spacing: 2px;
    line-height: 46px;
    position: relative;
    font-weight: 700;
    width: 60%;
    padding-bottom: .3rem;
}

.about-wrapper .box-2 .info-box .title:after {
    content: '';
    display: block;
    width: 23px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.about-wrapper .box-2 .info-box .brief {
    font-size: .24rem;
    line-height: 36px;
    color: #fff;
    letter-spacing: 2px;
    width: 43%;
    margin-top: .74rem;
}

.about-wrapper .box-2 .info-box .en-brief {
    font-family: Arial;
    font-size: 12px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.3);
    width: 34%;
    margin-top: 3px;
}

.about-wrapper .box-3 {
    overflow: hidden;
}

.about-wrapper .box-3 .page-title-box {
    text-align: center;
}

.about-wrapper .box-3 .swiper-container {
    position: relative;
    width: 31.8rem;
    left: 50%;
    margin-left: -15.9rem;
}

.about-wrapper .box-3 .swiper-slide {
    font-size: 0;
    background: #fff;
    padding: 0 .55rem;
    overflow: hidden;
}

.about-wrapper .box-3 .swiper-slide .pic {
    position: relative;
}

.about-wrapper .box-3 .swiper-slide .pic:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.about-wrapper .box-3 .swiper-slide.swiper-slide-active .pic:after {
    background: none;
}

.about-wrapper .box-3 .swiper-slide img {
    width: 100%;
    height: 5.47rem;
    object-fit: cover;
}

.about-wrapper .box-3 .box {
    position: relative;
}

.about-wrapper .box-3 .swiper-btn {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 45%;
    z-index: 10;
}

.about-wrapper .box-3 .swiper-btn.prev {
    left: 23.5%;
    background: url(../images/left.jpg) no-repeat;
    background-size: contain;
}

.about-wrapper .box-3 .swiper-btn.prev:hover {
    background: url(../images/left_on.jpg) no-repeat;
    background-size: contain;
}

.about-wrapper .box-3 .swiper-btn.next {
    right: 23.5%;
    background: url(../images/right.jpg) no-repeat;
    background-size: contain;
}

.about-wrapper .box-3 .swiper-btn.next:hover {
    background: url(../images/right_on.jpg) no-repeat;
    background-size: contain;
}

.culture-wrapper .box-1 .box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.culture-wrapper .box-1 .page-title-box {
    text-align: center;
}

.culture-wrapper .box-1 .info {
    flex: 0 0 5.6rem;
    width: 5.6rem;
    background: #f9f9f9;
    padding: 1.1rem 10px 10px 1.2rem;
}

.culture-wrapper .box-1 .pic {
    flex: 1;
    font-size: 0;
    overflow: hidden;
}

.culture-wrapper .box-1 .pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.culture-wrapper .box-1 .pic img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.culture-wrapper .box-2 {
    position: relative;
    font-size: 0;
    width: 100%;
    margin: 1.4rem auto 1.2rem;
}

.culture-wrapper .box-2 img {
    width: 100%;
    height: auto;
}

.culture-wrapper .box-2 .info-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: 2.05rem;
    padding: 2.05rem 10px 0 3.1rem;
}

.culture-wrapper .box-2 .page-caption-box {
    color: #fff;
}

.culture-wrapper .box-2 .page-caption-box .line {
    background: #fff;
}

.culture-wrapper .box-2 .desc {
    color: #fff;
}

.culture-wrapper .box-3 .page-caption-box {
    text-align: center;
}

.culture-wrapper .box-3 .page-caption-box .line {
    margin: 0 auto;
}

.culture-wrapper .box-3 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    width: 100%;
    margin-top: .6rem;
}

.culture-wrapper .box-3 ul li {
    flex: 1;
    text-align: center;
    background: #f9f9f9;
    margin-right: .25rem;
    padding: .67rem .6rem .3rem;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.culture-wrapper .box-3 ul li:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    background: #fff;
}

.culture-wrapper .box-3 ul li:hover img {
    transform: rotateY(180deg);
}

.culture-wrapper .box-3 ul li:hover .name {
    color: #90c31f;
}

.culture-wrapper .box-3 ul li:last-child {
    margin-right: 0;
}

.culture-wrapper .box-3 ul li .icon img {
    width: .8rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.culture-wrapper .box-3 ul li .name {
    font-size: .3rem;
    color: #414851;
    letter-spacing: 1px;
    margin: .74rem auto .15rem;
}

.culture-wrapper .box-3 ul li .desc {
    font-size: 14px;
    color: #737373;
    line-height: 26px;
    height: 104px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.development-wrapper {
    padding-bottom: 0;
    overflow: hidden;
}

.development-wrapper .development-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.development-wrapper .list {
    flex: 1;
    padding-right: .75rem;
}

.development-wrapper .list ul {
    position: relative;
    width: 100%;
    padding-bottom: 2.4rem;
}

.development-wrapper .list ul:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: url(../images/d-line.png) repeat-y;
    position: absolute;
    left: 220px;
    top: .65rem;
    z-index: 10;
}

.development-wrapper .list ul li {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    margin-bottom: .92rem;
}

.development-wrapper .list ul li:hover .title {
    color: #90c31f;
}

.development-wrapper .list ul li:hover .desc {
    color: #333;
}

.development-wrapper .list ul li:hover .year:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    background: url(../images/d-circle-on.png) no-repeat;
}

.development-wrapper .list ul li p {
    font-family: Arial;
    text-transform: uppercase;
    color: #a9a9a9;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 3px;
}

.development-wrapper .list ul li .year {
    position: relative;
    font-family: Arial;
    font-weight: 700;
    font-size: .48rem;
    color: #90c31f;
    letter-spacing: 1px;
}

.development-wrapper .list ul li .year:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/d-circle.png) no-repeat;
    position: absolute;
    right: -7px;
    top: 10px;
    z-index: 10;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.development-wrapper .list ul li .title {
    font-size: .36rem;
    color: #414851;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.development-wrapper .list ul li .desc {
    position: relative;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 24px;
    padding-bottom: 24px;
}

.development-wrapper .list ul li .desc:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #90c31f;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.development-wrapper .list ul li .date {
    padding-top: .27rem;
    flex: 0 0 220px;
    width: 220px;
}

.development-wrapper .list ul li .info {
    flex: 1;
    padding-left: 104px;
}

.hornor-wrapper .hornor-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    margin-bottom: .13rem;
}

.hornor-wrapper .list {
    flex: 1;
}

.hornor-wrapper .list ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 50px;
}

.hornor-wrapper .list ul li {
    width: 346px;
    flex: 0 0 346px;
    margin-right: 55px;
    margin-bottom: .4rem;
    padding: .15rem .3rem .38rem;
    background: #f9f9f9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hornor-wrapper .list ul li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.hornor-wrapper .list ul li:nth-child(even) {
    margin-right: 0;
}

.hornor-wrapper .list ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.hornor-wrapper .list ul li .pic {
    width: 100%;
}

.hornor-wrapper .list ul li .pic img {
    width: 100%;
    height: 3rem;
    object-fit: contain;
}

.hornor-wrapper .list ul li .info {
    margin-top: .34rem;
}

.hornor-wrapper .list ul li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #393f4b;
    margin-bottom: .1rem;
}

.hornor-wrapper .list ul li .title span {
    display: inline-block;
    margin-left: .1rem;
}

.hornor-wrapper .list ul li .date {
    font-family: Arial;
    color: #b1b1b1;
    font-size: 14px;
}

.hornor-wrapper .pageNum {
    text-align: left;
    margin-top: .55rem;
}

.hornor-wrapper .ad-box {
    background: #f9f9f9;
}

.hornor-wrapper .ad-box .title,
.hornor-wrapper .ad-box ul {
    padding: 0 .4rem 0 .48rem;
}

.hornor-wrapper .ad-box .title {
    font-size: 16px;
    color: #414851;
    line-height: 36px;
    margin: .8rem auto .9rem;
}

.hornor-wrapper .ad-box .title b {
    display: block;
    font-size: .36rem;
    margin-top: .1rem;
}

.hornor-wrapper .ad-box ul li {
    cursor: pointer;
    margin-bottom: 30px;
    border-top: 1px solid #90c31f;
}

.hornor-wrapper .ad-box ul li.on .year:after {
    content: "-";
}

.hornor-wrapper .ad-box ul li .year {
    position: relative;
    height: .6rem;
    line-height: .6rem;
    font-size: .36rem;
    color: #90c31f;
    font-family: din;
    padding: 0 .2rem 0 .4rem;
    margin-bottom: .2rem;
}

.hornor-wrapper .ad-box ul li .year:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/h-circle.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 38%;
    z-index: 10;
}

.hornor-wrapper .ad-box ul li .year:after {
    content: '+';
    display: inline-block;
    font-size: .3rem;
    font-family: dinb;
    color: #90c31f;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 10;
}

.hornor-wrapper .ad-box ul li .content-box {
    display: none;
}

.hornor-wrapper .ad-box ul li .p {
    font-size: 14px;
    color: #989898;
    line-height: 22px;
    margin-bottom: .2rem;
    text-align: justify;
}

.social-wrapper .box-1 .page-title-box .en {
    margin-bottom: .25rem;
}

.social-wrapper .box-1 .desc {
    text-align: justify;
    font-size: 16px;
    margin-bottom: .48rem;
    color: #666;
    line-height: 30px;
}

.social-wrapper .box-1 ul {
    width: 100%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
}

.social-wrapper .box-1 ul li {
    width: 475px;
    flex: 0 0 475px;
    margin-bottom: 10px;
}

.social-wrapper .box-1 ul li:nth-child(odd) {
    margin-right: 10px;
}

.social-wrapper .box-1 ul li:first-child,
.social-wrapper .box-1 ul li:last-child {
    width: 715px;
    flex: 0 0 715px;
}

.social-wrapper .box-1 ul li .pic {
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.social-wrapper .box-1 ul li .pic img {
    width: 100%;
    height: 4.62rem;
    object-fit: cover;
}

.social-wrapper .box-1 ul li .info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 .4rem .34rem;
    color: #fff;
}

.social-wrapper .box-1 ul li .name {
    font-size: .3rem;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
}

.social-wrapper .box-1 ul li .en {
    font-family: Arial;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: .18rem;
    line-height: 24px;
}

.social-wrapper .box-2 {
    position: relative;
    width: 100%;
    font-size: 0;
    margin: 1.1rem auto 1.2rem;
}

.social-wrapper .box-2 img {
    width: 100%;
    height: auto;
}

.social-wrapper .box-2 .info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
}

.social-wrapper .box-2 .info .title-box {
    width: 100%;
    text-align: center;
    color: #fff;
}

.social-wrapper .box-2 .info .title-box .name {
    font-size: .48rem;
    letter-spacing: 2px;
    margin-bottom: .13rem;
}

.social-wrapper .box-2 .info .title-box .en {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Arial;
}

.social-wrapper .box-3 .page-caption-box {
    text-align: center;
}

.social-wrapper .box-3 .page-caption-box .line {
    margin: 0 auto;
}

.social-wrapper .box-3 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    margin-top: .46rem;
}

.social-wrapper .box-3 li {
    flex: 1;
    margin-right: .53rem;
    font-size: 0;
    background: #f7f7f7;
}

.social-wrapper .box-3 li:last-child {
    margin-right: 0;
}

.social-wrapper .box-3 li:hover {
    background: #90c31f url(../images/i5_bg.png) no-repeat right bottom;
}

.social-wrapper .box-3 li:hover .pic img {
    height: 0;
}

.social-wrapper .box-3 li:hover .info {
    padding-top: .6rem;
}

.social-wrapper .box-3 li:hover .info .name,
.social-wrapper .box-3 li:hover .info .desc,
.social-wrapper .box-3 li:hover .info .date {
    color: #fff;
}

.social-wrapper .box-3 li:hover .more {
    margin-left: .45rem;
    margin-top: .7rem;
    position: static;
    border-color: #fff;
    background: url(../images/a_r2.png) no-repeat center center;
}

.social-wrapper .box-3 li a {
    position: relative;
    display: block;
    height: 5.1rem;
}

.social-wrapper .box-3 .pic {
    font-size: 0;
}

.social-wrapper .box-3 .pic img {
    width: 100%;
    height: 2.15rem;
    object-fit: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.social-wrapper .box-3 .info {
    position: relative;
    padding: .3rem .3rem 0;
}

.social-wrapper .box-3 .info .name {
    color: #000;
    font-size: .18rem;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 1px;
    padding-right: .18rem;
}

.social-wrapper .box-3 .info .desc {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: .24rem auto .55rem;
}

.social-wrapper .box-3 .info .date {
    color: #cacbcd;
    font-size: 14px;
}

.social-wrapper .box-3 .more {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: .7rem;
    height: .7rem;
    border: 1px solid #90c31f;
    background: url(../images/a_r2_on.png) no-repeat center center;
    transition: background-position 0.3s ease;
    -webkit-transition: background-position 0.3s ease;
}

.social-wrapper .box-3 .more:hover {
    background-position-x: 60%!important;
}

.news-wrapper ul {
    margin-bottom: 1rem;
}

.news-wrapper .box {
    position: relative;
    padding-left: 417px;
    border-bottom: #eee solid 1px;
    padding-bottom: 115px;
}

.news-wrapper li a {
    display: block;
}

.news-wrapper li .pic {
    position: absolute;
    left: 0px;
    top: 50px;
}

.news-wrapper li .pic img {
    width: 358px;
}

.news-wrapper li .info {
    padding-top: 85px;
}

.news-wrapper li .name {
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    letter-spacing: 2px;
}

.news-wrapper li em {
    display: block;
    background: url(../images/clock.png) left center no-repeat;
    padding-left: 20px;
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    margin-top: 10px;
}

.news-wrapper li .msg {
    color: #aaa;
    padding-top: 15px;
    font-size: 12px;
}

.news-wrapper li .desc {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
    padding-right: 120px;
}

.news-wrapper li:hover {
    background: #f4f4f4;
}

.news-wrapper li:hover .name {
    color: #90c31f;
}

.newsinfo-wrapper .w1200 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    margin-bottom: .3rem;
}

.newsinfo-wrapper .newsinfo-box {
    width: 950px;
    flex: 0 0 950px;
    padding-right: 1.1rem;
}

.newsinfo-wrapper .newsinfo-box .base-info {
    text-align: center;
    padding-bottom: .42rem;
    border-bottom: 1px solid #e9e9e9;
}

.newsinfo-wrapper .newsinfo-box .base-info .title {
    font-size: .3rem;
    font-weight: 700;
    color: #414851;
    line-height: 37px;
    margin-bottom: .27rem;
}

.newsinfo-wrapper .newsinfo-box .base-info .date {
    font-size: 12px;
    font-family: Arial;
    color: #888;
}

.newsinfo-wrapper .newsinfo-box .content-box {
    margin: .6rem auto .9rem;
}

.newsinfo-wrapper .newsinfo-box .content-box .p {
    font-size: 14px;
    color: #070707;
    line-height: 30px;
    margin-bottom: .4rem;
}

.newsinfo-wrapper .newsinfo-box .content-box .p .caption {
    font-size: 14px;
    color: #90c31f;
    font-weight: 700;
    line-height: 30px;
}

.newsinfo-wrapper .newsinfo-box .content-box .pic {
    margin-bottom: .48rem;
    font-size: 0;
}

.newsinfo-wrapper .newsinfo-box .content-box img,
.newsinfo-wrapper .newsinfo-box .content-box input[type="images"] {
    width: 100%!important;
    height: auto!important;
}

.newsinfo-wrapper .news-relative-operative {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.newsinfo-wrapper .news-relative-operative .item {
    flex: 0 0 30%;
    width: 100%;
    margin-right: 5%;
    background: #f4f4f4;
    border-radius: 30px;
    position: relative;
}

.newsinfo-wrapper .news-relative-operative .item.prev {
    text-align: right;
}

.newsinfo-wrapper .news-relative-operative .item.prev a {
    padding-right: 74px;
}

.newsinfo-wrapper .news-relative-operative .item.next a {
    padding-left: 74px;
}

.newsinfo-wrapper .news-relative-operative .item.news-list {
    text-align: center;
}

.newsinfo-wrapper .news-relative-operative .item.news-list i {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 15px;
    background: url(../images/icon-menu.png) no-repeat center left;
}

.newsinfo-wrapper .news-relative-operative .item a {
    display: block;
    height: 49px;
    line-height: 49px;
    font-size: 14px;
    color: #777;
}

.newsinfo-wrapper .news-relative-operative .item a i.iconfont {
    font-size: 24px;
    position: absolute;
    top: 0;
    color: #b0b0b0;
    font-weight: 700;
}

.newsinfo-wrapper .news-relative-operative .item a i.iconfont.icon-prev {
    left: 67px;
}

.newsinfo-wrapper .news-relative-operative .item a i.iconfont.icon-next {
    right: 67px;
}

.newsinfo-wrapper .news-relative-operative .item:hover {
    background: #fff;
    box-shadow: 0 1px 50px rgba(0, 0, 0, 0.1);
}

.newsinfo-wrapper .news-relative-operative .item:hover a,
.newsinfo-wrapper .news-relative-operative .item:hover i.iconfont {
    color: #90c31f;
}

.newsinfo-wrapper .news-relative-operative .item:hover.news-list i {
    background: url(../images/icon-menu-on.png) no-repeat left center;
}

.newsinfo-wrapper .news-relative-operative .item:last-child {
    margin-right: 0;
}

.newsinfo-wrapper .phone-relative-operative {
    display: none;
}

.newsinfo-wrapper .relative-box {
    flex: 1;
}

.newsinfo-wrapper .relative-box .title {
    font-weight: 700;
    font-size: .24rem;
    letter-spacing: 2px;
    color: #333;
    line-height: 28px;
    margin-bottom: 18px;
}

.newsinfo-wrapper .relative-box ul {
    width: 100%;
}

.newsinfo-wrapper .relative-box ul li {
    width: 100%;
    padding-bottom: .33rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #7f7f7f;
}

.newsinfo-wrapper .relative-box ul li:hover .name {
    color: #90c31f;
}

.newsinfo-wrapper .relative-box ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newsinfo-wrapper .relative-box ul li a {
    display: block;
}

.newsinfo-wrapper .relative-box ul li .pic {
    width: 100%;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 14px;
}

.newsinfo-wrapper .relative-box ul li .pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.newsinfo-wrapper .relative-box ul li .name {
    color: #000;
    font-size: 14px;
    height: 56px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: .2rem;
}

.newsinfo-wrapper .relative-box ul li .date {
    font-family: Arial;
    font-size: 12px;
    color: #353535;
    opacity: .7;
}

.goods-wrapper {
    padding-top: 0;
}

.goods-wrapper .series-box {
    width: 100%;
    background: #f7f8f9;
    position: fixed;
    left: 0;
    top: 1rem;
    z-index: 10;
}

.goods-wrapper .series-box.shadow {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    top: 0;
}

.goods-wrapper .series-box:hover .swiper-slide .pic img {
    height: 1.1rem;
}

.goods-wrapper .series-box .swiper-slide {
    text-align: center;
    cursor: pointer;
    padding: 10px .35rem;
    border-right: 1px solid #eee;
    position: relative;
    transition: height .5s ease;
}

.goods-wrapper .series-box .swiper-slide:hover .name,
.goods-wrapper .series-box .swiper-slide.active .name {
    color: #90c31f;
}

.goods-wrapper .series-box .swiper-slide:hover:after,
.goods-wrapper .series-box .swiper-slide.active:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.goods-wrapper .series-box .swiper-slide:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #90c31f;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.goods-wrapper .series-box .swiper-slide .pic {
    font-size: 0;
    width: 100%;
    overflow: hidden;
}

.goods-wrapper .series-box .swiper-slide .pic img {
    width: 100%;
    height: 80px;
    height: 0;
    object-fit: contain;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.goods-wrapper .series-box .swiper-slide .info {
    margin-top: .13rem;
}

.goods-wrapper .series-box .swiper-slide .name {
    font-size: 18px;
    color: #414851;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods-wrapper .series-box .swiper-slide .en {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.goods-wrapper .series-box:hover+.series-box-H {
    height: 191px;
}

.goods-wrapper .series-box-H {
    width: 100%;
    height: 81px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.goods-wrapper .tab-content .item {
    position: relative;
    display: none;
}

.goods-wrapper .tab-content .item.active {
    display: block;
    animation: fadeIn .4s ease;
}

.goods-wrapper .box {
    position: relative;
}

.goods-wrapper .box .goods-swiper .swiper-slide {
    font-size: 0;
}

.goods-wrapper .box .goods-swiper .swiper-slide a {
    position: relative;
    display: block;
}

.goods-wrapper .box .goods-swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.goods-wrapper .box .goods-swiper .swiper-slide.swiper-slide-active,
.goods-wrapper .box .goods-swiper .swiper-slide.active {
    display: block;
}

.goods-wrapper .box .goods-swiper .swiper-slide.swiper-slide-active .info,
.goods-wrapper .box .goods-swiper .swiper-slide.active .info {
    animation: slideUp .6s linear;
}

.goods-wrapper .box .goods-swiper .swiper-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.goods-wrapper .box .goods-swiper .swiper-btn:hover {
    border-color: #90c31f;
}

.goods-wrapper .box .goods-swiper .swiper-btn.prev {
    left: 5%;
    background: url(../images/a_l.png) no-repeat center center;
}

.goods-wrapper .box .goods-swiper .swiper-btn.prev:hover {
    background: url(../images/a_l_on.png) no-repeat center center;
}

.goods-wrapper .box .goods-swiper .swiper-btn.next {
    right: 5%;
    background: url(../images/a_r.png) no-repeat center center;
}

.goods-wrapper .box .goods-swiper .swiper-btn.next:hover {
    background: url(../images/a_r_on.png) no-repeat center center;
}

.goods-wrapper .box .goods-swiper .swiper-pagination {
    display: none;
}

.goods-wrapper .box .info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-top: 2.83rem;
}

.goods-wrapper .box .info .name {
    font-weight: 700;
    display: inline-block;
    color: #fff;
    font-size: .48rem;
    height: 93px;
    line-height: 93px;
    letter-spacing: 2px;
    padding: 0 45px;
    background: rgba(144, 195, 31, 0.9);
}

.goods-wrapper .box .info .index-more {
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
}

.goods-wrapper .box .info .index-more:hover {
    background: rgba(144, 195, 31, 0.9);
}

.goods-wrapper .box .info .index-more:hover span {
    background: rgba(144, 195, 31, 0.9);
}

.goods-wrapper .thumbs-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(65, 72, 81, 0.8);
    padding: 20px 0 20px;
}

.goods-wrapper .thumbs-box .box {
    position: relative;
}

.goods-wrapper .thumbs-box .swiper-slide {
    font-size: 0;
    border-bottom: 7px solid transparent;
}

.goods-wrapper .thumbs-box .swiper-slide.swiper-slide-active {
    border-color: #90c31f;
}

.goods-wrapper .thumbs-box .swiper-slide.swiper-slide-active a:before {
    background: transparent;
}

.goods-wrapper .thumbs-box .swiper-slide img {
    width: 100%;
    height: 105px;
    object-fit: cover;
}

.goods-wrapper .thumbs-box .swiper-slide a {
    position: relative;
    display: block;
}

.goods-wrapper .thumbs-box .swiper-slide a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.goods-wrapper .thumbs-box .swiper-btn {
    display: inline-block;
    position: absolute;
    top: 26%;
    z-index: 10;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.goods-wrapper .thumbs-box .swiper-btn:hover {
    border-color: #90c31f;
}

.goods-wrapper .thumbs-box .swiper-btn.prev {
    left: 1rem;
    background: url(../images/a_l.png) no-repeat center center;
}

.goods-wrapper .thumbs-box .swiper-btn.prev:hover {
    background: url(../images/a_l_on.png) no-repeat center center;
}

.goods-wrapper .thumbs-box .swiper-btn.next {
    right: 1rem;
    background: url(../images/a_r.png) no-repeat center center;
}

.goods-wrapper .thumbs-box .swiper-btn.next:hover {
    background: url(../images/a_r_on.png) no-repeat center center;
}

.goods-wrapper .info-box {
    margin: 1.16rem auto 0;
}

.goods-wrapper .info-box .title {
    position: relative;
    text-transform: uppercase;
    font-size: .36rem;
    color: #414851;
    letter-spacing: 1px;
    margin-bottom: 36px;
}

.goods-wrapper .info-box .goods-name {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 10;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    background: #90c31f;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border-radius: 30px;
    letter-spacing: 1px;
}

.goods-wrapper .info-box .phone-goods-name {
    display: none;
}

.goods-wrapper .info-box .desc {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.job-wrapper .page-title-box {
    position: relative;
}

.job-wrapper .cat-box {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 0;
    font-size: 0;
    overflow: hidden;
    text-align: right;
}

.job-wrapper .cat-box a {
    display: inline-block;
    width: 165px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border: 1px solid #ededed;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0 10px;
    letter-spacing: 1px;
}

.job-wrapper .cat-box a:hover,
.job-wrapper .cat-box a.on {
    background: #90c31f;
    color: #fff;
    border-color: #90c31f;
}

.job-wrapper .job-list {
    width: 100%;
    margin-top: .74rem;
}

.job-wrapper .job-list ul li {
    position: relative;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 40px 110px 50px 40px;
    background: #f8f8f8;
}

.job-wrapper .job-list ul li .close {
    cursor: pointer;
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #f2f2f2 url(../images/off.png) no-repeat center center;
}

.job-wrapper .job-list ul li:last-child {
    margin-bottom: 0;
}

.job-wrapper .job-list ul li h2 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

.job-wrapper .job-list ul li .toutou a {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    position: relative;
}

.job-wrapper .job-list ul li .toutou a .name {
    flex: 0 0 222px;
    position: relative;
}

.job-wrapper .job-list ul li .toutou a .name:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 64px;
    background: #dadada;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 10;
}

.job-wrapper .job-list ul li .toutou a .name span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding-bottom: 13px;
}

.job-wrapper .job-list ul li .toutou a .name span:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.job-wrapper .job-list ul li .toutou a .msg {
    flex: 1;
    padding-left: 83px;
}

.job-wrapper .job-list ul li .toutou a .msg .res {
    font-size: 14px;
    color: #696969;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.job-wrapper .job-list ul li .box {
    flex: 0 0 100%;
    width: 100%;
    display: none;
    padding-left: 305px;
    margin-top: 35px;
}

.job-wrapper .job-list ul li .box .content {
    font-size: 14px;
    color: #696969;
    line-height: 28px;
    margin-bottom: 45px;
}

.job-wrapper .job-list ul li .box .tips {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    color: #90c31f;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 6px;
}

.job-wrapper .job-list ul li.liNow .close {
    background: #f2f2f2 url(../images/on.png) no-repeat center center;
}

.job-wrapper .job-list ul li.liNow .toutou a .name span {
    color: #90c31f;
}

.job-wrapper .job-list ul li.liNow .toutou a .name span:after {
    background: #90c31f;
}

.job-wrapper .job-list ul li.liNow .toutou a .msg .res {
    height: auto;
}

.contact-wrapper .box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.contact-wrapper .info {
    flex: 1;
}

.contact-wrapper .info .title {
    font-size: .24rem;
    color: #414851;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: .22rem;
}

.contact-wrapper .info p,
.contact-wrapper .info p a {
    line-height: 30px;
    font-size: 16px;
    color: #414851;
}

.contact-wrapper .info p.mail a {
    font-weight: 700;
    color: #90c31f;
}

.contact-wrapper .info p.mail span {
    font-weight: 500;
}

.contact-wrapper .info p:nth-child(5) {
    margin-bottom: .32rem;
}

.contact-wrapper .info p img {
    width: 23px;
    vertical-align: middle;
    margin-right: 7px;
}

.contact-wrapper .info p span {
    color: #999;
    display: inline-block;
    width: 80px;
}

.contact-wrapper .info .qrcode {
    width: 180px;
    margin-top: .6rem;
    border: 1px solid #ddd;
    font-size: 0;
}

.contact-wrapper .info .qrcode img {
    width: 100%;
    height: auto;
}

.contact-wrapper .info .qrcode .name {
    text-align: center;
    font-size: 14px;
    color: #414851;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
}

.contact-wrapper .map {
    overflow: hidden;
    font-size: 0;
    flex: 0 0 9.6rem;
}

.contact-wrapper .map img {
    width: 100%;
    height: auto;
}

.msg-wrapper .page-title-box .en {
    margin-bottom: .65rem;
}

.msg-wrapper .desc {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: .46rem;
}

.msg-wrapper .form-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.msg-wrapper .form-box .user-info {
    width: 555px;
    flex: 0 0 555px;
    padding-right: 1rem;
}

.msg-wrapper .form-box .user-info .group {
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
    width: 100%;
}

.msg-wrapper .form-box .user-info .group:last-child {
    margin-bottom: 0;
}

.msg-wrapper .form-box .user-info .group i {
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin-right: 10px;
    position: relative;
    top: 4px;
    background: url(../images/contact-icon.png) no-repeat 0 0;
}

.msg-wrapper .form-box .user-info .group i.icon-tel {
    background-position: 0 -60px;
}

.msg-wrapper .form-box .user-info .group i.icon-email {
    background-position: 0 -120px;
}

.msg-wrapper .form-box .user-info .group i.icon-city {
    background-position: 0 -180px;
}

.msg-wrapper .form-box .user-info .group i.icon-address {
    background-position: 0 -237px;
}

.msg-wrapper .form-box .user-info .group label {
    display: inline-block;
    width: 90px;
    font-size: 12px;
    color: #5b5b5b;
    font-family: 微软正黑体;
}

.msg-wrapper .form-box .user-info .group span {
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 0;
    color: #f57a7b;
    font-size: 12px;
}

.msg-wrapper .form-box .user-info .group .sel {
    width: 35%;
    height: 39px;
    line-height: 39px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    outline: none;
    border: none;
    background: url("../images/traggle.png") no-repeat scroll 93% center #f4f4f4;
    padding: 0 10px;
    border-radius: 5px;
}

.msg-wrapper .form-box .user-info .group .sel:last-child {
    margin-left: 1%;
}

.msg-wrapper .form-box .user-info .group .txt {
    display: inline-block;
    font-size: 12px;
    color: #5b5b5b;
    width: 323px;
    background: #f4f4f4;
    border: none;
    padding: 0 10px;
    height: 39px;
    line-height: 39px;
    border-radius: 5px;
}

.msg-wrapper .form-box .message-info {
    width: 530px;
    flex: 0 0 530px;
}

.msg-wrapper .form-box .message-info p {
    font-size: 12px;
    color: #5b5b5b;
    margin-bottom: 25px;
    padding-top: 8px;
}

.msg-wrapper .form-box .message-info p i {
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url(../images/icon-pen.png) no-repeat;
    margin-right: 16px;
}

.msg-wrapper .form-box .message-info .message-content {
    font-size: 12px;
    color: #5b5b5b;
    padding: 13px;
    background: #f4f4f4;
    border: none;
    width: 532px;
    height: 164px;
    resize: none;
    border-radius: 5px;
    font-family: 微软雅黑;
}

.msg-wrapper .form-box .message-info .btn-group {
    font-size: 0;
    margin-top: 25px;
}

.msg-wrapper .form-box .message-info .btn-group a,
.msg-wrapper .form-box .message-info .btn-group .cancel {
    display: inline-block;
    width: 100px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
}

.msg-wrapper .form-box .message-info .btn-group .submit {
    color: #90c31f;
    border: 1px solid #90c31f;
    margin-right: 33px;
}

.msg-wrapper .form-box .message-info .btn-group .submit:hover {
    background: #90c31f;
    color: #fff;
}

.msg-wrapper .form-box .message-info .btn-group .cancel {
    cursor: pointer;
    color: #fff;
    background: #ccc;
    border: none;
}

.msg-wrapper .form-box .message-info .btn-group .cancel:hover {
    background: #414851;
    color: #fff;
}

.video-wrapper .title {
    font-size: .36rem;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: .34rem;
}

.video-wrapper .video-box {
    position: relative;
    width: 100%;
    font-size: 0;
}

.video-wrapper .video-box img,
.video-wrapper .video-box video {
    cursor: pointer;
    width: 100%!important;
    height: auto!important;
}

.video-wrapper .video-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(../images/play.png) no-repeat center center;
}

.video-wrapper .video-swiper {
    margin-top: 15px;
}

.video-wrapper .video-swiper .swiper-slide {
    cursor: pointer;
}

.video-wrapper .video-swiper .swiper-slide.active .video:after,
.video-wrapper .video-swiper .swiper-slide:hover .video:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.video-wrapper .video-swiper .swiper-slide.active .name,
.video-wrapper .video-swiper .swiper-slide:hover .name {
    color: #90c31f;
}

.video-wrapper .video-swiper .swiper-slide .video {
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.video-wrapper .video-swiper .swiper-slide .video:after {
    content: '';
    display: block;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(../images/play.png) no-repeat center center;
    background-size: 15%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-wrapper .video-swiper .swiper-slide .video img,
.video-wrapper .video-swiper .swiper-slide .video video {
    width: 100%!important;
    height: 180px!important;
    object-fit: cover;
}

.video-wrapper .video-swiper .swiper-slide .video .time {
    font-family: Arial;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-wrapper .video-swiper .swiper-slide .name {
    color: #666;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .18rem;
}

video::-webkit-media-controls-overlay-play-button {
    display: none;
}

.case-wrapper .page-title-box {
    position: relative;
}

.case-wrapper .page-title-box .year-box {
    position: absolute;
    width: 180px;
    right: 0;
    top: 0;
    z-index: 10;
}

.case-wrapper .page-title-box .year-box .box {
    position: relative;
    background: #fff;
}

.case-wrapper .page-title-box .year-box .box.active .year-list {
    display: block;
    animation: slideUp .5s ease;
}

.case-wrapper .page-title-box .year-box .top {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #dbdbdb;
    background: url(../images/traggle.png) no-repeat 89% center;
    font-size: 16px;
    color: #414851;
    padding: 0 20px;
    cursor: pointer;
}

.case-wrapper .page-title-box .year-box .year-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 10;
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
    margin-top: -1px;
    background: #fff;
    display: none;
}

.case-wrapper .page-title-box .year-box .year-list a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #414851;
    font-size: 16px;
}

.case-wrapper .page-title-box .year-box .year-list a:hover,
.case-wrapper .page-title-box .year-box .year-list a.on {
    color: #90c31f;
}

.case-wrapper .list ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    width: 100%;
}

.case-wrapper .list ul li {
    flex: 0 0 33.33%;
    margin-bottom: 10px;
}

.case-wrapper .list ul li:hover .info {
    bottom: 0;
}

.case-wrapper .list ul li a {
    display: block;
    width: 100%;
}

.case-wrapper .list ul li .pic {
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.case-wrapper .list ul li .pic img {
    width: 100%;
    height: 3.36rem;
    object-fit: cover;
}

.case-wrapper .list ul li .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.case-wrapper .list ul li .info .name {
    width: 100%;
    font-size: .24rem;
    color: #414851;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-wrapper .list .load {
    position: relative;
    display: block;
    width: 230px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: #414851;
    margin: .8rem auto 0;
    border: 1px solid #dbdbdb;
}

.case-wrapper .list .load span {
    position: absolute;
    display: inline-block;
    background: #90c31f;
    z-index: 10;
}

.case-wrapper .list .load span:nth-child(1),
.case-wrapper .list .load span:nth-child(3) {
    width: 0;
    height: 1px;
}

.case-wrapper .list .load span:last-child,
.case-wrapper .list .load span:nth-child(4) {
    width: 1px;
    height: 0;
}

.case-wrapper .list .load span:nth-child(1) {
    left: -1px;
    top: -1px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.case-wrapper .list .load span:nth-child(2) {
    right: -1px;
    top: -1px;
    transition: all .1s .1s linear;
    -webkit-transition: all .1s .1s linear;
    -moz-transition: all .1s .1s linear;
    -o-transition: all .1s .1s linear;
}

.case-wrapper .list .load span:nth-child(3) {
    right: -1px;
    bottom: -1px;
    transition: all .1s .2s linear;
    -webkit-transition: all .1s .2s linear;
    -moz-transition: all .1s .2s linear;
    -o-transition: all .1s .2s linear;
}

.case-wrapper .list .load span:last-child {
    left: -1px;
    bottom: -1px;
    transition: all .1s .3s linear;
    -webkit-transition: all .1s .3s linear;
    -moz-transition: all .1s .3s linear;
    -o-transition: all .1s .3s linear;
}

.case-wrapper .list .load:hover {
    background: #90c31f;
    transition: all 1s .3s;
    -webkit-transition: all 1s .3s;
    color: #fff;
}

.case-wrapper .list .load:hover span:nth-child(1),
.case-wrapper .list .load:hover span:nth-child(3) {
    width: 100%;
}

.case-wrapper .list .load:hover span:last-child,
.case-wrapper .list .load:hover span:nth-child(2) {
    height: 70px;
}

.caseinfo-wrapper {
    padding-top: 0;
}

.caseinfo-wrapper .case-swiper .swiper-slide {
    font-size: 0;
}

.caseinfo-wrapper .case-swiper .swiper-slide img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.caseinfo-wrapper .case-swiper .swiper-btn {
    display: none;
}

.caseinfo-wrapper .case-swiper .swiper-pagination {
    display: none;
}

.caseinfo-wrapper .info-box {
    margin-top: 1.2rem;
    overflow: hidden;
}

.caseinfo-wrapper .info-box .base {
    width: 5.87rem;
    float: left;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.caseinfo-wrapper .info-box .base.fixed {
    left: 10%;
    top: 14%;
    z-index: 10;
}

.caseinfo-wrapper .info-box .base .name {
    font-size: .48rem;
    color: #414851;
    font-weight: 700;
    letter-spacing: 2px;
}

.caseinfo-wrapper .info-box .base .en {
    font-family: Arial;
    color: #414851;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}

.caseinfo-wrapper .info-box .base .brief {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: .4rem auto .9rem;
}

.caseinfo-wrapper .info-box .content-box {
    flex: 0 0 9.35rem;
    float: right;
    width: 9.35rem;
    overflow: hidden;
}

.caseinfo-wrapper .info-box .content-box img {
    width: 100%!important;
    height: auto!important;
}

.caseinfo-wrapper .info-box .content-box .pic {
    font-size: 0;
    margin-bottom: 10px;
}

.caseinfo-wrapper .return {
    display: block;
    width: 170px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #90c31f;
    color: #90c31f;
    text-align: center;
    font-size: 16px;
}

.caseinfo-wrapper .return i {
    position: relative;
    top: -1px;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 12px;
    background: url(../images/return.png) no-repeat center center;
}

.caseinfo-wrapper .return:hover {
    background: #90c31f;
    color: #fff;
}

.caseinfo-wrapper .return:hover i {
    background: url(../images/return_on.png) no-repeat center center;
}

.caseinfo-wrapper .return.phone {
    display: none;
}

.brand-wrapper {
    margin-bottom: 1rem;
}

.brand-wrapper .title-box {
    color: #404049;
}

.brand-wrapper .title-box .cn {
    font-size: .3rem;
    letter-spacing: 1px;
}

.brand-wrapper .title-box .en {
    font-size: .6rem;
    font-family: gc;
    text-transform: uppercase;
    margin-top: 10px;
}

.brand-wrapper .box-1 {
    margin: 1.23rem auto .72rem;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.brand-wrapper .box-1 .title-box,
.brand-wrapper .box-1 .introduce-box {
    width: 50%;
    flex: 0 0 50%;
}

.brand-wrapper .box-1 .introduce-box {
    padding-left: 2%;
}

.brand-wrapper .box-1 .introduce-box .p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: .3rem;
    text-align: justify;
}

.brand-wrapper .box-2 {
    position: relative;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    margin: 0 auto 1.35rem;
}

.brand-wrapper .box-2 .pic {
    font-size: 0;
    flex: 0 0 10rem;
}

.brand-wrapper .box-2 .pic img {
    width: 100%;
    height: 6.2rem;
    object-fit: cover;
}

.brand-wrapper .box-2 .right {
    flex: 1;
    height: 6.2rem;
    position: relative;
}

.brand-wrapper .box-2 .right img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    max-width: 100%;
}

.brand-wrapper .box-2 .title {
    position: absolute;
    right: 0;
    top: .75rem;
    font-size: .48rem;
    font-weight: 700;
    color: #404049;
    letter-spacing: 3px;
    line-height: .6rem;
    padding: .4rem .25rem .36rem .5rem;
    background: #fff;
}

.brand-wrapper .box-3 {
    padding-bottom: 1.4rem;
    background: #f7f7f7;
    position: relative;
}

.brand-wrapper .box-3:before {
    content: '';
    display: block;
    width: 100%;
    height: 4.6rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.brand-wrapper .box-3 .title-box {
    text-align: center;
    margin-bottom: .32rem;
}

.brand-wrapper .box-3 .goods-swiper .swiper-slide {
    font-size: 0;
    background: #fff;
}

.brand-wrapper .box-3 .goods-swiper .swiper-slide .pic {
    width: 100%;
    overflow: hidden;
}

.brand-wrapper .box-3 .goods-swiper .swiper-slide .pic img {
    width: 100%;
    height: auto;
}

.brand-wrapper .box-3 .goods-swiper .swiper-slide .info-box {
    position: relative;
    width: 100%;
    padding: .74rem .95rem .8rem .82rem;
}

.brand-wrapper .box-3 .goods-swiper .swiper-slide .info-box .name {
    font-weight: 700;
    font-size: .3rem;
    letter-spacing: 1px;
    color: #414851;
    width: 70%;
}

.brand-wrapper .box-3 .goods-swiper .swiper-slide .info-box .desc {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    height: 112px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 70%;
    margin: .18rem 0 .36rem;
}

.brand-wrapper .box-3 .goods-swiper .swiper-slide .info-box .goods-pic {
    position: absolute;
    right: .95rem;
    top: -0.68rem;
    z-index: 10;
    width: 3rem;
}

.brand-wrapper .box-3 .goods-swiper .swiper-slide .info-box .goods-pic img {
    width: 100%;
    height: 4rem;
    object-fit: contain;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.brand-wrapper .box-3 .goods-swiper .swiper-slide .info-box .goods-pic img:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

.brand-wrapper .box-3 .goods-swiper .swiper-pagination {
    display: inline-block;
    position: static;
    vertical-align: top;
    margin-left: 20px;
}

.brand-wrapper .box-3 .goods-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin-right: .2rem;
    cursor: pointer;
    background: url(../images/p.png) no-repeat;
}

.brand-wrapper .box-3 .goods-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../images/p_on.png) no-repeat;
}

.brand-wrapper .box-3 .goods-swiper .swiper-operation {
    position: absolute;
    left: .82rem;
    bottom: .4rem;
    z-index: 10;
    width: 60%;
    height: 50px;
    line-height: 50px;
}

.brand-wrapper .box-3 .goods-swiper .swiper-operation .swiper-btn {
    display: inline-block;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    background: url(../images/b_r_on.png) no-repeat;
    background-size: contain;
}

.brand-wrapper .box-3 .goods-swiper .swiper-operation .swiper-btn.prev {
    transform: rotateY(180deg);
}

.brand-wrapper .box-3 .goods-swiper .swiper-operation .swiper-btn.swiper-button-disabled {
    background: url(../images/b_r.png) no-repeat;
}

.brand-wrapper .box-4 {
    margin-top: 1.3rem;
}

.brand-wrapper .box-4 .caption-box {
    text-align: center;
    color: #404049;
    margin-bottom: .92rem;
}

.brand-wrapper .box-4 .caption-box .name {
    font-weight: 700;
    font-size: .48rem;
    letter-spacing: 2px;
}

.brand-wrapper .box-4 .caption-box .en {
    font-size: .24rem;
}

.brand-wrapper .box-4 .swiperbox {
    margin-bottom: .42rem;
}

.brand-wrapper .box-4 .swiper-slide {
    width: 33.33%;
    margin-bottom: .9rem;
    text-align: center;
}

.brand-wrapper .box-4 .swiper-slide:hover img {
    transform: rotateY(180deg);
}

.brand-wrapper .box-4 .swiper-slide:hover .title {
    color: #90c31f;
}

.brand-wrapper .box-4 .swiper-slide .icon {
    width: .9rem;
    height: .9rem;
    line-height: .9rem;
    margin: 0 auto .3rem;
    border: 2px solid #90c31f;
    border-radius: 50%;
}

.brand-wrapper .box-4 .swiper-slide .icon img {
    position: relative;
    top: -5px;
    width: .9rem;
    vertical-align: middle;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.brand-wrapper .box-4 .swiper-slide .title {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #404049;
    font-size: .24rem;
    line-height: 28px;
}

.brand-wrapper .box-4 .swiper-slide .desc {
    color: #666;
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 51%;
    margin: 11px auto 0;
}

.brand-wrapper .box-5 {
    position: relative;
    font-size: 0;
}

.brand-wrapper .box-5 img {
    width: 100%;
    height: auto;
}

.brand-wrapper .box-5 .info-box {
    width: 608px;
    height: 450px;
    background: #fff;
    position: absolute;
    left: 9.9%;
    top: 1.78rem;
    z-index: 10;
    padding: .9rem 1rem 10px;
    color: #404049;
}

.brand-wrapper .box-5 .info-box .name {
    font-size: .48rem;
    letter-spacing: 1px;
    font-weight: 700;
    letter-spacing: 3px;
}

.brand-wrapper .box-5 .info-box .en {
    display: inline-block;
    font-family: din;
    font-size: 18px;
    color: rgba(64, 64, 75, 0.5);
    letter-spacing: 10px;
    border-bottom: 2px solid #404049;
    margin: 6px auto .32rem;
    padding-bottom: 12px;
}

.brand-wrapper .box-5 .info-box .brief {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: .6rem;
    font-weight: 700;
}

.brand-wrapper .box-5 .info-box .desc {
    font-size: .36rem;
    letter-spacing: 2px;
}

.brand-wrapper .box-6 {
    margin-top: 1rem;
}

.brand-wrapper .box-6 ul {
    width: 100%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.brand-wrapper .box-6 ul li {
    position: relative;
    flex: 1;
    margin-right: .3rem;
    text-align: center;
    border: 1px solid #e7e7e7;
    padding: 56px 10px 50px;
}

.brand-wrapper .box-6 ul li:hover .qrcode {
    display: block;
    animation: navHover .5s ease;
}

.brand-wrapper .box-6 ul li .qrcode {
    display: none;
    position: absolute;
    left: 29%;
    top: -150px;
    z-index: 10;
    border: 5px;
    width: 200px;
}

.brand-wrapper .box-6 ul li .qrcode .box {
    position: relative;
}

.brand-wrapper .box-6 ul li .qrcode .box:before {
    display: none;
    content: '';
    position: absolute;
    left: 45%;
    bottom: -8px;
    z-index: 10;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.brand-wrapper .box-6 ul li .qrcode .box:after {
    display: none;
    content: '';
    position: absolute;
    left: 45%;
    bottom: -10px;
    z-index: 9;
    border: 10px solid transparent;
    border-top-color: #efefef;
}

.brand-wrapper .box-6 ul li .qrcode img {
    width: 100%;
    padding: 5px;
}

.brand-wrapper .box-6 ul li:last-child {
    margin-right: 0;
}

.brand-wrapper .box-6 ul li:hover .icon {
    border-color: #90c31f;
    background: #90c31f;
}

.brand-wrapper .box-6 ul li:hover .icon img {
    display: none;
}

.brand-wrapper .box-6 ul li:hover .icon img.on {
    display: inline-block;
}

.brand-wrapper .box-6 ul li .icon {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    margin: 0 auto;
    border: 1px solid #ececec;
    border-radius: 50%;
    text-align: center;
    margin-bottom: .2rem;
}

.brand-wrapper .box-6 ul li .icon img {
    width: .4rem;
    vertical-align: middle;
}

.brand-wrapper .box-6 ul li .icon img.on {
    display: none;
}

.brand-wrapper .box-6 ul li .name {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.brand-wrapper .box-6 ul li .mail {
    font-family: Arial;
    font-size: 18px;
    color: #404049;
    line-height: 28px;
}

.brand-wrapper .box-6 ul li .brief,
.brand-wrapper .box-6 ul li .mail {
    font-size: 18px;
    color: #404049;
    line-height: 28px;
}

.brand-wrapper .box-6 ul li .num {
    font-size: 24px;
    font-family: gc;
    color: #404049;
}

.gelvlang-wrapper .title-box .name {
    font-size: .3rem;
    color: #3d3d3d;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.gelvlang-wrapper .title-box .en {
    font-size: .6rem;
    font-family: tcb;
    color: #3d3d3d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gelvlang-wrapper .box-1 {
    position: relative;
    width: 100%;
}

.gelvlang-wrapper .box-1:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.gelvlang-wrapper .box-1 .info-box {
    position: relative;
    text-align: center;
    background: #fff;
    top: -1rem;
    padding: 1.35rem 10px 1.32rem;
    z-index: 10;
}

.gelvlang-wrapper .box-1 .brief {
    font-size: .3rem;
    color: #90c31f;
    line-height: 48px;
    margin: .6rem auto .12rem;
}

.gelvlang-wrapper .box-1 .desc {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.gelvlang-wrapper .box-2 {
    background: #f3f3f3;
}

.gelvlang-wrapper .box-2 .title-box {
    text-align: center;
}

.gelvlang-wrapper .box-2 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    margin-top: .7rem;
}

.gelvlang-wrapper .box-2 ul li {
    flex: 0 0 33.33%;
    margin-bottom: 6px;
    padding: 0 3px;
}

.gelvlang-wrapper .box-2 ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gelvlang-wrapper .box-2 ul li:first-child {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 3px;
    padding-left: 0;
}

.gelvlang-wrapper .box-2 ul li:nth-child(2) {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 3px;
    padding-right: 0;
}

.gelvlang-wrapper .box-2 ul li:nth-child(3) {
    padding-left: 0;
}

.gelvlang-wrapper .box-2 ul li:nth-child(5) {
    padding-right: 0;
}

.gelvlang-wrapper .box-2 ul li a {
    display: block;
}

.gelvlang-wrapper .box-2 ul li .pic {
    position: relative;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.gelvlang-wrapper .box-2 ul li .pic img {
    width: 100%;
    height: 4.8rem;
    object-fit: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.gelvlang-wrapper .box-2 ul li .info {
    width: 250px;
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 10;
    background: rgba(144, 195, 31, 0.95);
    color: #fff;
    letter-spacing: 1px;
    padding: .37rem 10px .37rem .34rem;
}

.gelvlang-wrapper .box-2 ul li .info .name {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .24rem;
    margin-bottom: 6px;
}

.gelvlang-wrapper .box-2 ul li .info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.gelvlang-wrapper .box-3 {
    margin-top: 1.14rem;
}

.gelvlang-wrapper .box-3 .title-box {
    text-align: center;
}

.gelvlang-wrapper .box-3 .desc {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: center;
    margin: .34rem auto .68rem;
}

.gelvlang-wrapper .box-3 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.gelvlang-wrapper .box-3 ul li {
    flex: 1;
    margin-right: 6px;
}

.gelvlang-wrapper .box-3 ul li:last-child {
    margin-right: 0;
}

.gelvlang-wrapper .box-3 ul li a {
    position: relative;
    display: block;
}

.gelvlang-wrapper .box-3 ul li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 160px;
    background: url(../images/line.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.gelvlang-wrapper .box-3 ul li .pic {
    font-size: 0;
    overflow: hidden;
}

.gelvlang-wrapper .box-3 ul li .pic img {
    width: 100%;
    height: 4.8rem;
    object-fit: cover;
}

.gelvlang-wrapper .box-3 ul li .name {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .24rem;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gelvlang-wrapper .box-4 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    padding: 1.3rem 0 1.4rem;
}

.gelvlang-wrapper .box-4 .left {
    flex: 1;
    padding-right: .65rem;
}

.gelvlang-wrapper .box-4 .left .title-box .en {
    font-weight: 700;
    font-size: .46rem;
    line-height: 40px;
}

.gelvlang-wrapper .box-4 .left .title-box .line {
    width: 27px;
    height: 3px;
    background: #b3b3b3;
    margin-top: 10px;
}

.gelvlang-wrapper .box-4 .left .desc {
    color: #666;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: .32rem;
    margin-top: .36rem;
}

.gelvlang-wrapper .box-4 .left .pic {
    font-size: 0;
}

.gelvlang-wrapper .box-4 .left .pic img {
    width: 100%;
    height: auto;
}

.gelvlang-wrapper .box-4 .right {
    width: 344px;
    flex: 0 0 344px;
}

.gelvlang-wrapper .box-4 .right .pic {
    width: 100%;
    margin-bottom: 1.16rem;
}

.gelvlang-wrapper .box-4 .right .pic img {
    width: 100%;
    height: auto;
}

.gelvlang-wrapper .box-4 .right .name {
    font-weight: 700;
    display: inline-block;
    color: #90c31f;
    line-height: .48rem;
    font-size: .36rem;
}

.gelvlang-wrapper .box-5 {
    padding: 1.1rem 0 1.2rem;
    background: #f3f3f3;
}

.gelvlang-wrapper .box-5 .title-box {
    text-align: center;
}

.gelvlang-wrapper .box-5 .title-box .en {
    font-size: .4rem;
    letter-spacing: 0;
    line-height: 40px;
}

.gelvlang-wrapper .box-5 .desc {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin: .2rem auto .52rem;
}

.gelvlang-wrapper .box-5 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.gelvlang-wrapper .box-5 ul li {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    width: 33.33%;
    flex: 0 0 33.33%;
}

.gelvlang-wrapper .box-5 ul li:nth-child(odd) .info:before {
    left: 48%;
    bottom: -24px;
    border-top-color: #fff;
}

.gelvlang-wrapper .box-5 ul li:nth-child(even) .info:before {
    left: 48%;
    top: -24px;
    border-bottom-color: #fff;
}

.gelvlang-wrapper .box-5 ul li:hover .icon img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.gelvlang-wrapper .box-5 ul li:hover .info {
    background: #90c31f;
}

.gelvlang-wrapper .box-5 ul li:hover .info .icon {
    background: #fff;
}

.gelvlang-wrapper .box-5 ul li:hover .info .name,
.gelvlang-wrapper .box-5 ul li:hover .info .desc {
    color: #fff;
}

.gelvlang-wrapper .box-5 ul li:hover:nth-child(odd) .info:before {
    border-top-color: #90c31f;
}

.gelvlang-wrapper .box-5 ul li:hover:nth-child(even) .info:before {
    border-bottom-color: #90c31f;
}

.gelvlang-wrapper .box-5 ul li .info,
.gelvlang-wrapper .box-5 ul li .pic {
    width: 100%;
    flex: 0 0 100%;
    height: 3.8rem;
}

.gelvlang-wrapper .box-5 ul li:nth-child(even) .pic {
    order: 0;
}

.gelvlang-wrapper .box-5 ul li:nth-child(even) .info {
    order: 1;
}

.gelvlang-wrapper .box-5 ul li .info {
    text-align: center;
    background: #fff;
    padding: .82rem 10px 0;
    position: relative;
}

.gelvlang-wrapper .box-5 ul li .info:before {
    content: '';
    display: inline-block;
    border: 12px solid transparent;
    position: absolute;
    z-index: 10;
}

.gelvlang-wrapper .box-5 ul li .info .icon {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #90c31f;
}

.gelvlang-wrapper .box-5 ul li .info .icon img {
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gelvlang-wrapper .box-5 ul li .info .name {
    color: #000;
    font-size: .26rem;
    line-height: 30px;
    letter-spacing: 1px;
    margin: .36rem auto .37rem;
}

.gelvlang-wrapper .box-5 ul li .info .desc {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.gelvlang-wrapper .box-5 ul li .pic {
    font-size: 0;
}

.gelvlang-wrapper .box-5 ul li .pic img {
    width: 100%;
    height: 3.8rem;
    object-fit: cover;
}

.gelvlang-wrapper .box-6 {
    margin: 1.1rem auto 1rem;
}

.gelvlang-wrapper .box-6 ul {
    width: 100%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.gelvlang-wrapper .box-6 ul li {
    position: relative;
    flex: 1;
    margin-right: .3rem;
    text-align: center;
    border: 1px solid #e7e7e7;
    padding: 56px 10px 50px;
}

.gelvlang-wrapper .box-6 ul li:hover .qrcode {
    display: block;
    animation: navHover .5s ease;
}

.gelvlang-wrapper .box-6 ul li .qrcode {
    display: none;
    position: absolute;
    left: 29%;
    top: -150px;
    z-index: 10;
    border: 5px;
    width: 200px;
}

.gelvlang-wrapper .box-6 ul li .qrcode .box {
    position: relative;
}

.gelvlang-wrapper .box-6 ul li .qrcode .box:before {
    display: none;
    content: '';
    position: absolute;
    left: 45%;
    bottom: -8px;
    z-index: 10;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.gelvlang-wrapper .box-6 ul li .qrcode .box:after {
    display: none;
    content: '';
    position: absolute;
    left: 45%;
    bottom: -10px;
    z-index: 9;
    border: 10px solid transparent;
    border-top-color: #efefef;
}

.gelvlang-wrapper .box-6 ul li .qrcode img {
    width: 100%;
    padding: 5px;
}

.gelvlang-wrapper .box-6 ul li:last-child {
    margin-right: 0;
}

.gelvlang-wrapper .box-6 ul li:hover .icon {
    border-color: #90c31f;
    background: #90c31f;
}

.gelvlang-wrapper .box-6 ul li:hover .icon img {
    display: none;
}

.gelvlang-wrapper .box-6 ul li:hover .icon img.on {
    display: inline-block;
}

.gelvlang-wrapper .box-6 ul li .icon {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    margin: 0 auto;
    border: 1px solid #ececec;
    border-radius: 50%;
    text-align: center;
    margin-bottom: .2rem;
}

.gelvlang-wrapper .box-6 ul li .icon img {
    width: .4rem;
    vertical-align: middle;
}

.gelvlang-wrapper .box-6 ul li .icon img.on {
    display: none;
}

.gelvlang-wrapper .box-6 ul li .name {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.gelvlang-wrapper .box-6 ul li .mail {
    font-family: Arial;
    font-size: 18px;
    color: #404049;
    line-height: 28px;
}

.gelvlang-wrapper .box-6 ul li .brief,
.gelvlang-wrapper .box-6 ul li .mail {
    font-size: 18px;
    color: #404049;
    line-height: 28px;
}

.gelvlang-wrapper .box-6 ul li .num {
    font-size: 24px;
    font-family: gc;
    color: #404049;
}

.certification-wrapper .box-container {
    position: relative;
}

.certification-wrapper .box-container:before,
.certification-wrapper .box-container:after {
    content: '';
    display: block;
    width: 2.3rem;
    height: 4.23rem;
    position: absolute;
    z-index: 10;
}

.certification-wrapper .box-container:before {
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
}

.certification-wrapper .box-container:after {
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
}

.certification-wrapper .swiper-box {
    overflow: hidden;
}

.certification-wrapper .swiper-box .swiper-slide {
    font-size: 0;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.certification-wrapper .swiper-box .swiper-slide.swiper-slide-next {
    right: -17px;
}

.certification-wrapper .swiper-box .swiper-slide.swiper-slide-prev {
    left: -17px;
}

.certification-wrapper .swiper-box .swiper-slide.swiper-slide-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.certification-wrapper .swiper-box .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.certification-wrapper .btn-group {
    margin-top: 1rem;
    font-size: 0;
    text-align: center;
}

.certification-wrapper .btn-group a {
    display: inline-block;
    width: .6rem;
    height: .6rem;
}

.certification-wrapper .btn-group a.prev {
    background: url(../images/c_l.png) no-repeat;
    background-size: contain;
    margin-right: .5rem;
}

.certification-wrapper .btn-group a.prev:hover {
    background: url(../images/c_l_on.png) no-repeat;
    background-size: contain;
}

.certification-wrapper .btn-group a.next {
    background: url(../images/c_r.png) no-repeat;
    background-size: contain;
}

.certification-wrapper .btn-group a.next:hover {
    background: url(../images/c_r_on.png) no-repeat;
    background-size: contain;
}

.global-wrapper .page-title-box .desc {
    color: #333;
}

.global-wrapper .earth-box {
    position: relative;
    margin: 1.45rem auto 1.26rem;
    font-size: 0;
}

.global-wrapper .earth-box>img {
    width: 100%;
    height: auto;
}

.global-wrapper .earth-box .info {
    position: absolute;
    right: 1.3rem;
    top: 3.03rem;
    z-index: 10;
}

.global-wrapper .earth-box .info:hover .icon img {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.global-wrapper .earth-box .info .icon {
    position: relative;
    display: inline-block;
    margin-right: .14rem;
}

.global-wrapper .earth-box .info .icon:before,
.global-wrapper .earth-box .info .icon:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 10;
}

.global-wrapper .earth-box .info .icon:before {
    left: 8px;
    bottom: -6px;
    width: 40px;
    height: 16px;
    background: url(../images/dot1.png) no-repeat;
    background-size: contain;
    animation: circleFadeIn infinite 2s ease;
}

.global-wrapper .earth-box .info .icon:after {
    width: 100px;
    height: 38px;
    background: url(../images/dot2.png) no-repeat;
    background-size: contain;
    left: -24px;
    bottom: -18px;
    animation: circleFadeIn infinite 2s ease;
    animation-delay: .5s;
}

.global-wrapper .earth-box .info .icon img {
    width: .56rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.global-wrapper .earth-box .info .title-box {
    display: inline-block;
}

.global-wrapper .earth-box .info .title {
    font-size: .24rem;
    color: #90c31f;
    letter-spacing: 1px;
}

.global-wrapper .earth-box .info .en {
    font-size: 14px;
    color: #999;
    font-family: Arial;
}

.business-wrapper {
    background-size: 50%!important;
}

.business-wrapper .page-title-box .desc {
    color: #333;
}

.business-wrapper .earth-box {
    position: relative;
    width: 1000px;
    margin: .78rem 0 .65rem 4.75rem;
}

.business-wrapper .earth-box .aim {
    position: absolute;
    right: 20px;
    bottom: 130px;
    z-index: 10;
}

.business-wrapper .earth-box .aim:hover .icon img {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.business-wrapper .earth-box .aim .icon {
    position: relative;
    display: inline-block;
    margin-right: .14rem;
}

.business-wrapper .earth-box .aim .icon:before,
.business-wrapper .earth-box .aim .icon:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 10;
}

.business-wrapper .earth-box .aim .icon:before {
    left: 8px;
    bottom: -6px;
    width: 40px;
    height: 16px;
    background: url(../images/dot1.png) no-repeat;
    background-size: contain;
    animation: circleFadeIn infinite 2s ease;
}

.business-wrapper .earth-box .aim .icon:after {
    width: 100px;
    height: 38px;
    background: url(../images/dot2.png) no-repeat;
    background-size: contain;
    left: -24px;
    bottom: -18px;
    animation: circleFadeIn infinite 1.5s ease;
    animation-delay: .5s;
}

.business-wrapper .earth-box .aim .icon img {
    width: .56rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.business-wrapper .earth-box .aim .title-box {
    display: inline-block;
}

.business-wrapper .earth-box .aim .title {
    font-size: .24rem;
    color: #90c31f;
    letter-spacing: 1px;
}

.business-wrapper .earth-box .aim .en {
    font-size: 14px;
    color: #999;
    font-family: Arial;
}

.business-wrapper .target-box {
    position: relative;
    font-size: 0;
}

.business-wrapper .target-box>img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.business-wrapper .item {
    position: absolute;
    z-index: 10;
    display: inline-block;
}

.business-wrapper .item .info-box {
    position: relative;
    top: -28px;
    right: -35px;
}

.business-wrapper .item:nth-child(4),
.business-wrapper .item:nth-child(5) {
    text-align: center;
}

.business-wrapper .item:nth-child(3) {
    right: 224px;
    top: 303px;
}

.business-wrapper .item:nth-child(3) .box {
    left: 27%;
}

.business-wrapper .item:nth-child(4) {
    right: 227px;
    top: 450px;
}

.business-wrapper .item:nth-child(4) .info-box {
    top: -75px;
    left: -22px;
}

.business-wrapper .item:nth-child(5) {
    right: 333px;
    top: 540px;
}

.business-wrapper .item:nth-child(5) .info-box {
    top: -75px;
    left: -22px;
    right: auto;
}

.business-wrapper .item:nth-child(6) {
    right: 430px;
    top: 530px;
}

.business-wrapper .item:nth-child(6) .info-box {
    position: relative;
    top: -28px;
    left: -0.5rem;
    right: auto;
}

.business-wrapper .item:nth-child(7) {
    right: 80px;
    top: 487px;
}

.business-wrapper .item:nth-child(8) {
    right: 100px;
    top: 525px;
}

.business-wrapper .item:nth-child(9) {
    right: 202px;
    bottom: 50px;
    top: auto;
}

.business-wrapper .item:last-child {
    bottom: -50px;
    right: 327px;
}

.business-wrapper .item .inner {
    position: relative;
    display: inline-block;
}

.business-wrapper .item .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/g-c2.png) no-repeat center center;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.business-wrapper .item .circle:hover {
    background: url(../images/g-c.png) no-repeat center center;
}

.business-wrapper .item .circle:hover+.box {
    display: block;
}

.business-wrapper .item .cn {
    font-size: 16px;
    color: #444344;
    margin-bottom: 5px;
}

.business-wrapper .item .en {
    font-size: 16px;
    color: #666;
    font-family: Arial;
}

.business-wrapper .item .box {
    display: none;
    position: absolute;
    left: 19%;
    top: -102px;
    z-index: 10;
}

.business-wrapper .item .box .title {
    font-size: .24rem;
    color: #414851;
}

.business-wrapper .item .box p {
    font-family: Arial;
    font-size: 14px;
    color: #999;
    margin-top: .08rem;
}

.business-wrapper .item .box .line {
    display: inline-block;
    width: .85rem;
    height: 1.2rem;
    background: url(../images/g-line.png) no-repeat;
    background-size: contain;
}

.business-wrapper .item .box .title-box {
    position: absolute;
    left: .85rem;
    bottom: .5rem;
    display: inline-block;
    width: 250px;
    height: 140px;
    background: url(../images/c-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 40px 5px 10px;
}

.business-wrapper .item:last-child .box {
    left: 28%;
}

.business-wrapper .phone-service-box {
    display: none;
}

.banner-box {
    position: relative;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.banner-box>img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.banner-box .info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: 2.95rem;
}

.banner-box .info img {
    max-width: 100%;
}

.banner-box .info .title-box .name {
    font-size: .48rem;
    color: #fff;
    letter-spacing: 1px;
    margin: .3rem auto .1rem;
}

.banner-box .info .title-box p {
    font-size: 12px;
    font-family: Arial;
    color: #fff;
    line-height: 24px;
    opacity: .6;
}

.banner-box .info-box {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    top: 3.2rem;
    text-align: center;
}

.banner-box .info-box img {
    max-width: 100%;
}

.banner-box .info-box .name {
    opacity: 1;
    color: #252728;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: tcb;
    margin: .1rem auto;
    font-size: .48rem;
    font-weight: 700;
}

.banner-box .info-box .name span {
    font-size: .6rem;
    display: inline-block;
    position: relative;
    top: 2px;
}

.banner-box .info-box p {
    color: #252728;
    font-size: .3rem;
    letter-spacing: 1px;
}

.banner-box .info-box-2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2.73rem;
    z-index: 10;
}

.banner-box .info-box-2 img {
    max-width: 100%;
}

.banner-box .info-box-2 .name {
    font-size: .6rem;
    font-weight: 700;
    color: #404049;
    letter-spacing: 5px;
    margin: .7rem auto 4px;
}

.banner-box .info-box-2 .brief {
    display: inline-block;
    font-size: .28rem;
    color: #fff;
    height: 43px;
    line-height: 40px;
    background: #90c31f;
    padding: 0 10px;
    margin-bottom: .36rem;
}

.banner-box .info-box-2 p {
    font-size: .3rem;
    color: #404049;
    letter-spacing: 1px;
}

.banner-box .swiper-container {
    z-index: 0;
}

.banner-box .swiper-slide {
    position: relative;
    font-size: 0;
}

.banner-box .swiper-slide.swiper-slide-active .info img,
.banner-box .swiper-slide.swiper-slide-active .info .name,
.banner-box .swiper-slide.swiper-slide-active .info p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.banner-box .swiper-slide.swiper-slide-active .info-box img,
.banner-box .swiper-slide.swiper-slide-active .info-box .name,
.banner-box .swiper-slide.swiper-slide-active .info-box p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.banner-box .swiper-slide.swiper-slide-active .info-box-2 img,
.banner-box .swiper-slide.swiper-slide-active .info-box-2 .name,
.banner-box .swiper-slide.swiper-slide-active .info-box-2 .brief,
.banner-box .swiper-slide.swiper-slide-active .info-box-2 p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.banner-box .swiper-slide>img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.banner-box .swiper-slide .info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: 2.95rem;
}

.banner-box .swiper-slide .info img {
    max-width: 100%;
    transition: 0.8s 0.4s;
    -webkit-transition: 0.8s 0.4s;
    -moz-transition: 0.8s 0.4s;
    -ms-transition: 0.8s 0.4s;
    -o-transition: 0.8s 0.4s;
}

.banner-box .swiper-slide .info img,
.banner-box .swiper-slide .info .name,
.banner-box .swiper-slide .info p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}

.banner-box .swiper-slide .info .title-box .name {
    font-size: .48rem;
    color: #fff;
    letter-spacing: 1px;
    margin: .3rem auto .1rem;
    transition: 0.8s 0.5s;
    -webkit-transition: 0.8s 0.5s;
    -moz-transition: 0.8s 0.5s;
    -ms-transition: 0.8s 0.5s;
    -o-transition: 0.8s 0.5s;
}

.banner-box .swiper-slide .info .title-box p {
    font-size: 12px;
    font-family: Arial;
    color: #fff;
    line-height: 24px;
    transition: 0.8s 0.6s;
    -webkit-transition: 0.8s 0.6s;
    -moz-transition: 0.8s 0.6s;
    -ms-transition: 0.8s 0.6s;
    -o-transition: 0.8s 0.6s;
    opacity: .6;
}

.banner-box .swiper-slide .info-box {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    top: 3.2rem;
    text-align: center;
}

.banner-box .swiper-slide .info-box img,
.banner-box .swiper-slide .info-box .name,
.banner-box .swiper-slide .info-box p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
}

.banner-box .swiper-slide .info-box img {
    max-width: 100%;
    transition: 0.8s 0.4s;
    -webkit-transition: 0.8s 0.4s;
    -moz-transition: 0.8s 0.4s;
    -ms-transition: 0.8s 0.4s;
    -o-transition: 0.8s 0.4s;
}

.banner-box .swiper-slide .info-box .name {
    opacity: 1;
    color: #252728;
    font-size: .6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: tcb;
    margin: .45rem auto .1rem;
    transition: 0.8s 0.5s;
    -webkit-transition: 0.8s 0.5s;
    -moz-transition: 0.8s 0.5s;
    -ms-transition: 0.8s 0.5s;
    -o-transition: 0.8s 0.5s;
}

.banner-box .swiper-slide .info-box p {
    color: #252728;
    font-size: .24rem;
    letter-spacing: 1px;
    transition: 0.8s 0.6s;
    -webkit-transition: 0.8s 0.6s;
    -moz-transition: 0.8s 0.6s;
    -ms-transition: 0.8s 0.6s;
    -o-transition: 0.8s 0.6s;
}

.banner-box .swiper-slide .info-box-2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2.73rem;
    z-index: 10;
}

.banner-box .swiper-slide .info-box-2 img,
.banner-box .swiper-slide .info-box-2 .name,
.banner-box .swiper-slide .info-box-2 .brief,
.banner-box .swiper-slide .info-box-2 p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
}

.banner-box .swiper-slide .info-box-2 img {
    max-width: 100%;
    transition: 0.8s 0.3s;
    -webkit-transition: 0.8s 0.3s;
    -moz-transition: 0.8s 0.3s;
    -ms-transition: 0.8s 0.3s;
    -o-transition: 0.8s 0.3s;
}

.banner-box .swiper-slide .info-box-2 .name {
    font-size: .6rem;
    font-weight: 700;
    color: #404049;
    letter-spacing: 5px;
    margin: .7rem auto 4px;
    transition: 0.8s 0.4s;
    -webkit-transition: 0.8s 0.4s;
    -moz-transition: 0.8s 0.4s;
    -ms-transition: 0.8s 0.4s;
    -o-transition: 0.8s 0.4s;
}

.banner-box .swiper-slide .info-box-2 .brief {
    display: inline-block;
    font-size: .28rem;
    color: #fff;
    height: 43px;
    line-height: 40px;
    background: #90c31f;
    padding: 0 10px;
    margin-bottom: .36rem;
    transition: 0.8s 0.4s;
    -webkit-transition: 0.8s 0.4s;
    -moz-transition: 0.8s 0.4s;
    -ms-transition: 0.8s 0.4s;
    -o-transition: 0.8s 0.4s;
}

.banner-box .swiper-slide .info-box-2 p {
    font-size: .3rem;
    color: #404049;
    letter-spacing: 1px;
    transition: 0.8s 0.6s;
    -webkit-transition: 0.8s 0.6s;
    -moz-transition: 0.8s 0.6s;
    -ms-transition: 0.8s 0.6s;
    -o-transition: 0.8s 0.6s;
}

@keyframes navsHover {}

@keyframes navHover {
    0% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(80px);
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        -o-transform: translateY(80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.pageMore {
    display: none;
}


/*分页*/

.pageNum {
    height: 36px;
    text-align: center;
}

.pageNum a {
    margin: 0 8px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #bdbdbd;
    width: 36px;
    border-radius: 4px;
    font-family: Arial;
    text-align: center;
}

.pageNum a:hover,
.pageNum a.aNow {
    color: #fff;
    background: #90c31f;
    font-weight: 700;
}

.pageNum .prev,
.pageNum .next {
    font-family: "宋体";
}

@keyframes circleFadeIn {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes navDown {
    0% {
        z-index: -1;
        top: 60px;
    }
    100% {
        z-index: 10;
        top: 170px;
    }
}