.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;
    flex-wrap: wrap;
}

.header .logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 24.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: 1.2vw;
}

.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(../images/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: 14vw;
}

.header .menu a {
    font-size: 1.2vw;
    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: 1vw;
    font-size: 1.5vw;
}

.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('') no-repeat center center/100% 100%;
}

.header .menu .icon_global {
    width: 2.1vw;
    background: url('') 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;
    bottom: 3.0vw;
    left: 10vw;
    background: rgba(14,149,212,0.0);
    padding: 2vw;
}

.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: #0e95d4;
    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;
    -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: 2.3vw;
}

.storage .menu a.current {
    border-color: #0e95d4;
    background: #0e95d4;
    border: 1px #0e95d4 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: 50vw;
}

.storage .content a.descp {
    display: block;
    width: 31vw;
    /* height: 22.3vw; */
    background: #ffffff;
    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;
    margin-top: 4vw;
}

.storage .content .descp h3 {
    font-size: 2.5vw;
    /* color: #fff; */
    margin: 0.4vw 0 0.5vw 0;
    font-weight: bold;
}

.storage .content .descp p {
    /* color: #fff; */
    margin-bottom: 2.7vw;
    margin-right: 1vw;
    font-size: 1vw;
}

.storage .content .descp span {
    display: inline-block;
    width: 7vw;
    height: 2vw;
    background: #0e95d4;
    color: #ffffff;
    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('../images/bg.webp') 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: #fff;
    position: absolute;
    top: 6.8vw;
    left: 0;
}

.product .title {
    margin-top: 4.7vw;
}

.product .title h3 {
    font-size: 2.1vw;
    color: #fff;
    font-weight: 400;
}

.product .menu {
    margin-top: 2.7vw;
    /* margin-right: 2.5vw; */
}

.product .menu span {
    font-size: 2.7vw;
    color: #464646;
    font-weight: 600;
    /* margin-right: 7.7vw; */
}

.product .menu a {
        display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #E1E1E1 solid;
    margin: 0.5vw 0vw 0.5vw 0vw;
    font-size: 1.05vw;
    color: #707070;
    text-align: center;
    line-height: 2.3vw;
    padding: 3px 0px;
    border-radius: 5px;
    width: 24.5%;
}

.product .menu a.current {
}

.product .menu a:hover {
    border-color: #0e95d4;
    background: #0e95d4;
    border: 1px #0e95d4 solid;
    color: #fff;
}

.product .select_product {
    padding-top: 1.2vw;
    position: relative;
    overflow: hidden;
}

.product .select_product .info .bg {
    width: 100%;
    background: #F5F5F5;
    text-align: center;
    overflow: hidden;
}

.product .select_product .info img {
    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: 1vw;
    /* width: 28.1vw; */
    background: #fff;
}

.product .select_product .info .parameter .name {
    font-size: 1.4vw;
    color: #393939;
    height: 80px;
}

.product .select_product .info:hover .parameter .name {
    color: #0e95d4;
}

.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: 0.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;
    margin-bottom: 30px;
}

.product .select_product .info button:hover {
    background: #0e95d4;
}

.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: #0e95d4;
}

.news .content .right .news_1:hover {
    background: #2456b2;
}

.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: 28.5vw;
    background: url('../images/bg.jpg') 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: #0e95d4; */
    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: 20vw;
    margin-left: 2.7vw;
}

.contact .contact_bg .text {
    padding-left: 4.5vw;
}

.contact .contact_bg .text h3 {
    font-size: 3.6vw;
    color: #fff;
    margin-top: 2.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: 6.1vw 4vw 0 0.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 0vw;
    background: #F3F3F3;
    margin-top: 3.8vw;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.displayflex {
    display: flex;
}

.about .menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.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: 5vw;
}

.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('../images/.png') no-repeat center center/100% 100%;
    margin-right: 2.2vw;
}

.about .link_menu .icon_global {
    width: 2.1vw;
    background: url('../images/.png') no-repeat center center/100% 100%;
    ; margin-right: 2.2vw;
}

.about .link_menu .btn {
    display: inline-block;
    width: 9.0vw;
    background: #0e95d4;
    font-size: 0.8vw;
    text-align: center;
    height: 35px;
    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: 20.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;
}

.link_menu {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.link_menu a {
    font-size: 1.2vw;
    margin-right: 15px;
}

.info .p1 span {
    display: inline-block;
    /* float: left; */
    /* height: 40px; */
    margin-right: 10px;
}

.info .p2 a {
    font-size: 1rem;
}

.info .p2 {
    line-height: 50px;
    text-align: left;
}

/* sub menu area css */
.sub-menu {
    background: #fff;
    position: absolute;
    top: 125%;
    border-radius: 5px;
    width: 280px;
    text-align: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #1561ae;
    opacity: 0;
    z-index: 11;
}

.sub-menu ul li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
}

.sub-menu ul li a {
    padding: 12px 20px;
    text-align: left;
    width: 100%;
    display: inline-block;
    visibility: inherit !important;
    color: #202020;
    margin: 0;
}

.sub-menu ul li a:hover {
    background: #1561ae !important;
    color: #fff;
}

.pheader-nav-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 80%;
}

.sub-menu a {
    font-size: 1vw !important;
    color: #696969 !important;
    line-height: 1.5vw !important;
}

.sub-menu a:hover {
    color: #fff !important;
}

@media(max-width: 1450px) {
    .header .menu button {
        margin-right: 0.8vw;
    }

    .header .logo {
        width: 20.3vw;
    }
