.header {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header .logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 19.3vw;
    height: 8vw;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.language {
    position: relative;
    margin-top: 3.125vw;
    margin-right: auto;
    cursor: pointer;
    color: #fff;
    font-size: 1vw;
}

.language-english {
    position: relative;
    padding: .2vw .4vw;
}

.language-english .icon {
    margin-left: 0.521vw;
    display: inline-block;
    width: 0.885vw;
    height: 0.521vw;
    background: url(../img/icon-sanjiao.png) no-repeat center center/100% 100%;
}

.rotate1 {
    -moz-transform: rotate(-180deg);
     -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
         transform: rotate(-180deg);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: rotate(-180deg);
    -webkit-transtion: all .5s linear;
}

.rotate {
    -moz-transform: rotate(0);
     -ms-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: rotate(0);
    -webkit-transtion: all .5s linear;
}

.language-other {
    display: none;
    position: absolute;
    left: 0;
    width: 5.208vw;
}

.language-other a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: .2vw .4vw;
    color: #fff;
}

.language-other a:hover {
    color: #393939;
    background-color: #fff;
}

.header .logo img {
    margin: 0 auto;
    width: 12vw;
}

.header .menu a {
    font-size: 1vw;
    color: #fff;
    margin-left: 5.5vw;
    line-height: 8vw;
}

.header .menu-item h3 a {
    line-height: 1em;
    font-size: 1.354vw;
}

.header .menu a:first-child {
    margin-left: 0;
}

.header .menu em {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.8vw;
}

.header .menu .line {
    width: 0.2vw;
    height: 2.3vw;
    background: #fff;
    margin-left: 3.4vw;
}

.header .menu .icon {
    width: 1.8vw;
    height: 2.1vw;
}

.header .menu .icon_shop {
    background: url('../img/商店.png') no-repeat center center/100% 100%;
}

.header .menu .icon_global {
    width: 2.1vw;
    background: url('../img/全球.png') no-repeat center center/100% 100%;
}

.header .menu button {
    width: 7vw;
    height: 1.9vw;
    outline: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 0 none;
    margin-right: 2.8vw;
    font-size: 0.8vw;
}

.banner {
    position: relative;
}

.banner img {
    width: 100vw;
}

.banner .swiper-pagination {
    position: absolute;
    top: 50%;
    left: 3vw;
    width: auto;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    -webkit-transform: translate3d(0px, -50%, 0);
       -moz-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0);
}

.banner .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 1.7vw 0;
    width: 1vw;
    height: 0.2vw;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background: #fff;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 2.7vw;
}

.banner .text {
    position: absolute;
    top: 16.5vw;
    left: 16.7vw;
}

.banner .text .descp {
    display: block;
}

.banner .text h3 {
    font-size: 3.4vw;
    color: #fff;
}

.banner .text .descp_s {
    margin-bottom: 1.8vw;
}

.banner .text p {
    font-size: 1.5vw;
    color: #fff;
    width: 40vw;
}

.banner .text .more {
    display: inline-block;
    width: 8.3vw;
    height: 3.1vw;
    text-align: center;
    line-height: 3.1vw;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 0 none;
    background: #fff;
    font-size: 0.8vw;
    outline: none;
    margin-top: 1.9vw;
}

.banner .brand {
    width: 30.2vw;
    height: 10.2vw;
    background: #189C3E;
    position: absolute;
    bottom: -2.2vw;
    right: 0;
    z-index: 9999;
    padding-left: 2.5vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.banner .brand span {
    font-size: 3.3vw;
    color: #fff;
    line-height: 10.2vw;
}

.banner .brand em {
    display: inline-block;
    width: 0.2vw;
    height: 1.5vw;
    background: #fff;
    margin: 0 1.3vw;
    position: relative;
    top: -0.4vw;
}

.storage {
    width: 100%;
    padding-left: 16.7vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-top: 2.4vw;
}

.storage h4 {
    font-size: 3.5vw;
    color: #393939;
}

.storage h4 em {
    display: inline-block;
    width: 17.8vw;
    height: 1px;
    background: #707070;
    vertical-align: middle;
    margin-left: 1.4vw;
}

.storage .menu a {
    display: inline-block;
    width: 11.5vw;
    height: 3.3vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 1px #E1E1E1 solid;
    margin: 1.5vw 2.3vw 4.5vw 0;
    font-size: 1.1vw;
    color: #707070;
    text-align: center;
    line-height: 3.3vw;
}

.storage .menu a.current {
    border-color: #189C3E;
    background: #189C3E;
    border: 1px #189C3E solid;
    color: #fff;
}

.storage .content {
    width: 100%;
    text-align: right;
}

.storage .content>div {
    position: relative;
    display: none;
}

.storage .content div:nth-child(1) {
    display: block;
}

.storage .content img {
    width: 55.7vw;
}

.storage .content a.descp {
    display: block;
    width: 41.3vw;
    height: 22.3vw;
    background: #292929;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    text-align: left;
    padding-left: 6.1vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 0.8vw;
}

.storage .content .descp h3 {
    font-size: 3.1vw;
    color: #fff;
    margin: 5.4vw 0 0.5vw 0;
}

.storage .content .descp p {
    color: #fff;
    margin-bottom: 2.7vw;
}

.storage .content .descp span {
    display: inline-block;
    width: 7vw;
    height: 2vw;
    background: #fff;
    color: #636363;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    line-height: 2vw;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.storage .content a.descp:hover span {
    background: #16CE4B;
    color: #fff;
}

.storage .content .descp img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14.57vw;
}

.product {
    margin-top: 7.1vw;
    background: url('../img/bg.png') center top no-repeat;
    -o-background-size: 100%;
       background-size: 100%;
    padding-left: 16.7vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.product .line {
    width: 15.4vw;
    height: 1px;
    background: #717171;
    position: absolute;
    top: 6.8vw;
    left: 0;
}

.product .title {
    margin-top: 4.7vw;
}

.product .title h3 {
    font-size: 2.9vw;
    color: #fff;
    font-weight: 400;
}

.product .menu {
    margin-top: 2.7vw;
}

.product .menu span {
    font-size: 2.7vw;
    color: #16CE4B;
    font-weight: 600;
    margin-right: 27.7vw;
}

.product .menu a {
    color: #B7B7B7;
    font-size: 0.9vw;
    margin-right: 4.1vw;
    padding-bottom: 0.8vw;
}

.product .menu a.current {
    color: #fff;
    border-bottom: 0.2vw #fff solid;
}

.product .menu a:hover {
    color: #fff;
    border-bottom: 0.2vw #fff solid;
}

.product .select_product {
    padding-top: 5.4vw;
    position: relative;
    overflow: hidden;
}

.product .select_product .info .bg {
    width: 28.1vw;
    height: 26vw;
    background: #F5F5F5;
    text-align: center;
    padding-top: 1.9vw;
    overflow: hidden;
}

.product .select_product .info img {
    max-width: 100%;
    height: 23vw;
}

.product .select_product .info:hover img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

.product .select_product .link-wrap {
    display: block;
}

.product .select_product .swiper-button-prev::after,
.product .select_product .swiper-button-next::after {
    content: '';
}

.product .select_product .swiper-button-prev img,
.product .select_product .swiper-button-next img {
    width: 2.1vw;
}

.product .select_product .swiper-button-prev {
    position: absolute;
    top: 2.3vw;
    z-index: 9999;
}

.product .select_product .swiper-button-next {
    position: absolute;
    top: 2.3vw;
    z-index: 9999;
    left: 3.6vw;
}

.product .select_product .info .parameter {
    margin-top: 1.3vw;
    width: 28.1vw;
    background: #fff;
}

.product .select_product .info .parameter .name {
    font-size: 1.9vw;
    color: #393939;
}

.product .select_product .info:hover .parameter .name {
    font-size: 1.9vw;
    color: #189C3E;
}

.product .select_product .info .parameter .descp {
    min-height: 4.167vw;
    font-size: 0.8vw;
    color: #B7B7B7;
    margin-top: 0.8vw;
}

.product .select_product .info .line_p {
    width: 100%;
    height: 1px;
    background: #E1E1E1;
    margin: 1.5vw 0;
}

.product .select_product .info button {
    display: inline-block;
    width: 7vw;
    height: 2vw;
    background: #393939;
    line-height: 2vw;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 0.8vw;
}

.product .select_product .info button:hover {
    background: #189C3E;
}

.news {
    margin-top: 8.2vw;
}

.news .title {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-left: 16.7vw;
}

.news .title .line {
    width: 100%;
    height: 2px;
    background: #CBCBCB;
}

.news .title h3 {
    font-size: 2.7vw;
    color: #393939;
    margin-top: 2.2vw;
    display: inline-block;
    margin-right: 43.8vw;
}

.news .content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.2vw;
    width: 100%;
}

.news .content .left img {
    width: 43.1vw;
    margin-right: 1.7vw;
}

.news .content .right .news_1 {
    display: block;
    width: -webkit-calc(100vw - 46.8vw);
    width: -moz-calc(100vw - 46.8vw);
    width: calc(100vw - 46.8vw);
    height: 15.6vw;
    background: #189C3E;
}

.news .content .right .news_1:hover {
    background: #48bd69;
}

.news .content .right .news_1:hover .more {
    color: #fff;
    background: #393939;
}

.news .content .right .new {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: .9vw 0 0 1.7vw;
}

.news .content .right .new h3 {
    font-size: 1.9vw;
    color: #fff;
    margin-bottom: 8px;
}

.news .content .right .new p {
    font-size: 0.8vw;
    color: #fff;
    margin-bottom: 1.2vw;
}

.news .content .right .new .more {
    display: inline-block;
    width: 7.0vw;
    height: 2.0vw;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 0.8vw;
    line-height: 2.0vw;
    text-align: center;
    color: #636363;
    margin-right: 12.5vw;
}

.news .content .right .new em {
    display: inline-block;
    width: 7.4vw;
    height: 2px;
    background: #CECECE;
    vertical-align: middle;
}

.news .content .right .new .time {
    font-size: 1.3vw;
    color: #fff;
    position: relative;
    top: 0.6vw;
}

.news .content .right .news_2 {
    display: block;
    margin-top: 1.6vw;
    width: 38.5vw;
    height: 15vw;
    background: #f6f6f6;
}

.news .content .right .news_2:hover {
    background: #e9e9e9;
}

.news .content .right .news_2:hover .more {
    color: #fff;
    background: #393939;
}

.news .content .right .news_2 h3 {
    color: #393939;
}

.news .content .right .news_2 p {
    color: #7c7c7c;
}

.news .content .right .news_2 .time {
    color: #393939;
}

.contact .contact_bg {
    width: 100%;
    height: 38.5vw;
    background: url('../img/bg2.png') no-repeat center top;
    -o-background-size: 100%;
       background-size: 100%;
    margin-top: 5.6vw;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.contact .contact_bg .logo {
    width: 36.5vw;
    height: 12.2vw;
    background: #189C3E;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}

.contact .contact_bg .logo img {
    width: 17.6vw;
    margin-left: 16.7vw;
}

.contact .contact_bg .text {
    padding-left: 4.5vw;
}

.contact .contact_bg .text h3 {
    font-size: 3.6vw;
    color: #fff;
    margin-top: 3.4vw;
}

.contact .contact_bg .text p {
    font-size: 2.1vw;
    color: #fff;
}

.contact .contact_bg .btn a {
    display: inline-block;
    width: 8.3vw;
    height: 2.6vw;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 0.9vw;
    color: #393939;
    text-align: center;
    line-height: 2.6vw;
}

.contact .contact_bg .btn {
    margin: 8.1vw 0 0 14.8vw;
}

.contact .contact_bg .btn a:hover {
    color: #fff;
    background-color: #38d063;
}

.contact>.text h3 {
    margin-top: 1.9vw;
    font-size: 2.1vw;
    color: #393939;
    text-align: center;
}

.about {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 2.8vw 0 2.4vw 16.7vw;
    background: #F3F3F3;
    margin-top: 3.8vw;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.about .menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.about .menu p {
    font-size: 1.0vw;
    color: #393939;
    margin-bottom: 1.9vw;
}

.about .menu a {
    display: inline-block;
    font-size: 0.8vw;
    color: #717171;
    margin-bottom: 1.1vw;
}

.about .menu .list {
    margin-right: 4vw;
}

.about .link_menu em {
    display: inline-block;
    width: 2px;
    height: 2vw;
    background: #707070;
    margin-right: 2.2vw;
}

.about .link_menu .icon {
    display: inline-block;
    width: 1.8vw;
    height: 2.1vw;
}

.about .link_menu .icon_shop {
    background: url('../img/商店2.png') no-repeat center center/100% 100%;
    margin-right: 2.2vw;
}

.about .link_menu .icon_global {
    width: 2.1vw;
    background: url('../img/全球2.png') no-repeat center center/100% 100%;
    ;
    margin-right: 2.2vw;
}

.about .link_menu .btn {
    display: inline-block;
    width: 7.0vw;
    height: 1.9vw;
    background: #189C3E;
    font-size: 0.8vw;
    text-align: center;
    line-height: 1.9vw;
    color: #fff;
    vertical-align: top;
}

.footer {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 16.7vw;
    margin-top: 2.1vw;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer .info p {
    font-size: 0.7vw;
    color: #717171;
    margin-bottom: 0.9vw;
}

.footer img {
    width: 14.9vw;
}

.index_animate1,
.index_animate1_1,
.index_animate2,
.index_animate2_1,
.index_animate3,
.index_animate3_1,
.index_animate4 {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
       -moz-animation-duration: 1.5s;
         -o-animation-duration: 1.5s;
            animation-duration: 1.5s;
}
