
.header {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    position: relative;
}

.header-main {
    width: 1400px;
    height: 45px;
    margin: 0 auto;
    display: flex;
}

.logo {
    width: 70px;
    height: 45px;
    float: left;
    margin-left: 30px;
}
.logo img {
    margin-top: 12px;
    width: 100%;
    height: auto;
}
nav {
    height: 45px;
    flex: 1;

}
nav ul {
    height: 35px;
    margin: 10px auto 0;
}
nav ul li {
    list-style: none;
    float: left;
    width: 76px;
    font-size: 15px;
    font-weight: normal;
    color: #181818;
    line-height: 15px;
    padding: 6px 0;
    text-align: center;
    margin-right: 40px;
}
nav ul .active {
    border-bottom: 3px solid #CDF564;
}
.menu_right {
    height: 45px;
    float: right;
    padding: 14px;
    margin-right: 20px;
}
.search {
    width: 87px;
    height: 17px;
    border: 1px solid #313131;
    border-radius: 8px;
    float: left;
}
.search img {
    width: 15px;
    height: 15px;
    float: left;
    margin-left: 5px;
}
.search-input {
    float: left;
    border: none;
    width: 60px;
    height: 15px;
    margin-right: 5px;
}
.cart {
    width: auto;
    height: 17px;
    float: left;
    margin-left: 15px;
}
.cart img {
    width: auto;
    height: 100%;
    display: block;
}
.login {
    width: auto;
    height: 17px;
    float: left;
    margin-left: 30px;
}
.login img {
    width: auto;
    height: 100%;
    display: block;
}
.header-show-list{
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgba(255,255,255);
    z-index: 9999999;
    display: none;
}
.header-support-show{
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgba(255,255,255);
    z-index: 9999999;
    display: none;
}
.support-show{
    max-width: 1360px;
    overflow: hidden;
    margin: 20px auto 0;
    position: relative;
}
.show-list{
    max-width: 1360px;
    overflow: hidden;
    margin: 20px auto 0;
    position: relative;
    padding-bottom: 50px;
}
.header-nav-product{
    width: 20%;
    background: white;
    position: absolute;
    top: 0;
    left:0;
}
.header-nav-product ul{
    width: 100%;
    height: auto;
    padding-left: 10px;
}
.header-nav-product ul li{
    list-style-type: none;
    font-size: 22px;
    font-weight: 600;
    color: #181818;
    padding:30px 10px ;
    border-bottom: 1px solid #A0A0A0;
    text-align: center;
}
.header-nav-product ul li span{
    display: inline-block;
    padding: 5px 0;
}
.header-nav-product ul li  .active{
    border-bottom: 2px solid #CDF564;
}
.header-product-show{
    width: calc(80% - 20px);
    margin-left: 20%;
    border: 1px solid #C9C9C9;
    padding: 20px 30px 30px;
    vertical-align:top ;
    height: auto;
    overflow: hidden;
    display: none;
    min-height: 320px;
}
.header-product-show-left{
    width: 60%;
    height: auto;
    display: flex;
    float: left;
    justify-content: space-between;
    flex-flow: wrap;
    padding-right: 30px;
}
.header-product-show-left:after{
    width: 130px;
    content:'';
}
.show-left-list{
    width: 150px;
    text-align: center;
    margin-bottom: 20px;
}
.show-left-list .title{
    font-size: 16px;
    color: #181818;
    line-height: 2;
}
.show-left-list img{
    margin: 10px auto 20px;
    max-width: 120px;
}
.show-left-list .text a{
    width: 100%;
    display: block;
    font-size: 16px;
    color: #181818;
    line-height: 1.2;
    margin-bottom: 10px;
    cursor: pointer;
}
.header-product-show-right{
    width: 39%;
    height: auto;
    float: right;
    text-align: center;
    margin-top: 45px;
    border-left: 1px solid #C9C9C9;
}
.header-product-show-right img{
    width: 70%;
}
.header-support{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
}
.header-support ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.header-support ul li{
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 21px;
    padding: 15px 10px;
    list-style: none;
    float: left;
    margin-right: 10%;
}
.header-support ul li:last-child{
    margin-right: 0;
}
.header-support ul .active {
    border-bottom: 3px solid #CDF564;
}
.noticeBar {
    width: 100%;
    height: 68px;
    background: #F9F9F9;
}
.noticeBar .swiper-container {
    max-width: 1000px;
    height: 68px;
    margin: 0 auto;
}
.noticeBar .swiper-slide {
    text-align: center;
    padding: 15px;
    line-height: 34px;
    font-size: 18px;
    font-weight: normal;
    color: #181818;
}
.noticeBar .swiper-button-prev {
    background-image: url("../image/nleft.png");
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 20px 20px;
}
.noticeBar .swiper-button-next {
    background-image: url("../image/nright.png");
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 20px 20px;
}
.banner {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.swiper2 {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner .swiper-button-prev {
    background-image: url("../image/bleft.png");
    width: 44px;
    height: 44px;
    background-size: 100%;
}

.banner .swiper-button-next {
    background-image: url("../image/bright.png");
    width: 44px;
    height: 44px;
    background-size: 100%;
}

.productBox {
    width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.newProduct {
    margin-top: 70px;
    height: auto;
    overflow: hidden;
}

.newProduct .title {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    line-height: 25px;
}

.newProduct .list {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

.newProduct .list-left {
    width: 668px;
    height: 714px;
    float: left;
    position: relative;
}

.newProduct .list-right {
    width: 668px;
    height: 714px;
    float: right;
    position: relative;
}

.newProduct .list-left .title {
    position: absolute;
    left: 26px;
    bottom: 65px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
}

.newProduct .list-right .title {
    position: absolute;
    left: 26px;
    bottom: 65px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
}

.newProduct .nbtn {
    position: absolute;
    left: 26px;
    height: auto;
    bottom: 10px;
    line-height: 25px;
    background: #CDF564;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
}

.hotProduct {
    margin-top: 70px;
    height: auto;
    overflow: hidden;
}

.swiper3 {
    margin-top: 15px!important;
}

.swiper3 swiper-slide {
    width: 440px;
    height: 440px;
    background: #F4F4F4;
}

.hotProduct .title {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    line-height: 25px;
    float: left;
}

.hotProduct .text-btn {
    float: right;
    position: relative;
    line-height: 34px;
}

.hotProduct .text-btn .text {
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    float: left;
}

.hotProduct .text-btn .swiper-button-prev {
    background-image: url("../image/bleft.jpg");
    width: 34px;
    height: 34px;
    background-size: 100%;
    position: static;
    float: left;
    margin-top: 0;
    margin-left: 20px;
}

.hotProduct .text-btn .swiper-button-next {
    background-image: url("../image/bright.jpg");
    width: 34px;
    height: 34px;
    background-size: 100%;
    position: static;
    float: left;
    margin-top: 0;
    margin-left: 20px;
}

.hotBox {
    position: relative;
}

.hotBox img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.hot-label {
    /*position: absolute;*/
    /*left: 15px;*/
    /*top: 15px;*/
    /*border-radius: 20px;*/
    /*background: #CDF564;*/
    /*font-size: 20px;*/
    /*font-weight: 500;*/
    /*padding: 8px 20px;*/
    /*text-align: center;*/
    /*color: #000000;*/
    /*cursor: pointer;*/
    position: absolute;
    right: 15px;
    top: 18px;
    border-radius: 15px;
    background: #CDF564;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 15px;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.hot-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
    width: 100%;
}

.hot-text-line {
    width: 83px;
    height: 3px;
    background: #CDF564;
    border-radius: 1px;
    margin: 5px auto;
}

.qa {
    margin-top: 150px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.qa-text {
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    line-height: 23px;
    text-align: right;
    position: absolute;
    right: 5px;
    bottom: 20px;
}

.member {
    margin-top: 70px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.member .title {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    line-height: 25px;
}

.member-content {
    margin-top: 5px;
    position: relative;
}

.member-logo {
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
    width: 100%;
}

.member-logo img {
    width: 182px;
    height: auto;
}

.member-btn {
    position: absolute;
    width: 100%;
    top: 200px;
    left: 0;
    text-align: center;
}
.member-btn-login{
    cursor: pointer;
}
.member-btn-join {
    display: inline-block;
    line-height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 0 20px;
    margin-right: 25px;
    cursor: pointer;
}

.member-btn-sign {
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
    background: #CDF564;
    border-radius: 16px;
    padding: 0 20px;
}
.Seen_On{
    margin-top: 50px;
    height: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.product-list {
    margin-top: 50px;
    height: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.product-list .list {
    display: inline-block;
    text-align: center;
    margin: 0 75px;
}
.p-title {
    font-weight: bold;
    font-size: 18px;
    background: #CDF564;
    border-radius: 20px;
    padding: 5px 15px;
    color: #282A2A;
    cursor: pointer;
}

.product-list .list-box {
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
}

.product-list .list a {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #282A2A !important;
    cursor: pointer;
}

.c-footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #1B1B1B;
    margin-top: 40px;
}

.c-content {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 60px auto;
}

.c-content-left {
    width: 60%;
    float: left;
}
.c-content-right {
    width: 40%;
    float: left;
}
.f-about {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.f-about-list {
    width: 25%;
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 27px;
}

.f-about-list div {
    font-weight: bold;
}

.f-about-list a {
    display: block;
    color: #FFFFFF;
    cursor: pointer;
}

.extranet {
    float: right;
}

.icon-list {
    width: 22px;
    height: 22px;
    opacity: 0.8;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.icon-list img {
    width: 100%;
    height: auto;
}
.f-bottom{
    padding-top: 60px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.bottom-text{
    font-size: 9px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 27px;
}
.bottom-text img{
    width: 14px;
    height: 14px;
    opacity: 0.9;
}
.bottom-text .clause{
    display: inline-block;
    margin: 0 10px;
    font-weight: 400;
}
.bottom-text .clause a{
    color: #FFFFFF;
    cursor: pointer;
}
@media only screen and (max-width: 1400px) {
    .header-main{
        width: 100%;
    }
    .productBox{
        width: 100%;
    }
    .newProduct .list-left{
        width: 49%;
        height: auto;
    }
    .newProduct .list-right{
        width: 49%;
        height: auto;
    }
    nav ul li{
        font-size: 14px;
    }
    .header-nav-product ul li{
        font-size: 18px;
    }
    .show-left-list .title{
        font-size: 16px;
    }
    .show-left-list .text a{
        font-size: 14px;
    }
    .header-support ul li{
        font-size: 16px;
        padding: 10px;
    }
    .hot-label {
        font-size: 14px;
        padding: 4px 12px;
        border-radius: 12px;
    }
}
@media only screen and (max-width: 1200px) {
    .c-content{
        width: 90%;
    }
    nav ul li{
        font-size: 12px;
        width: auto;
        margin-right: 10px;
    }
    .hot-label {
        top: 15px;
        font-size: 12px;
        padding: 2px 10px;
        border-radius: 10px;
    }
    .header-nav-product ul li{
        font-size: 16px;
    }
    .show-left-list .title{
        font-size: 14px;
    }
    .show-left-list .text a{
        font-size: 12px;
    }
    .header-support ul li{
        font-size: 14px;
    }
    .show-left-list{
        width: 30%;
    }
}
@media only screen and (max-width: 980px) {
    nav ul li{
        font-size: 12px;
        padding: 6px 15px;
    }
    .hot-label {
        top: 10px;
        right: 10px;
        font-size: 10px;
        padding: 2px 10px;
        border-radius: 10px;
    }
    .hot-text{
        bottom: 0;
    }
    .header-nav-product ul li{
        font-size: 14px;
    }
    .show-left-list .title{
        font-size: 12px;
    }
    .show-left-list .text a{
        font-size: 12px;
    }
    .header-support ul li{
        font-size: 12px;
    }
    .header-product-show-left{
        width: 90%;
    }
    .header-product-show-right{
        display: none;
    }
    .product-list .list{
        margin: 0 35px;
    }
}
@media only screen and (max-width: 768px) {
    .c-content{
        width: 90%;
    }
    nav ul li{
        font-size: 12px;
    }
    .header-nav-product ul li{
        font-size: 16px;
    }
    .show-left-list .title{
        font-size: 14px;
    }
    .show-left-list .text a{
        font-size: 12px;
    }
    .header-support ul li{
        font-size: 12px;
    }
}

/*首页视频*/
.iframe-content{
    max-width: 1000px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 50px auto 0;
}
.iframe-img{
    max-width: 100%;
    height: auto;
}
.iframe-btn{
    position: absolute;
    cursor: pointer;
    bottom: 7.5%;
    left: 15%;
    border: 2px solid #000;
    font-size: 24px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #222;
    padding-left: 0;
    background: rgba(255, 255, 255, 0.9);
}
.iframe-btn .fa{
    margin-left: 5px;
}
.iframe-home-box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) ;
    background: rgba(0,0,0,0.3);
    display: none;
}
.iframe-home{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) ;
}
.iframe-home-close{
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}
@media only screen and (max-width: 1440px){
    .iframe-home{
        width: 1200px;
        height:680px ;
    }
}
@media only screen and (max-width: 1240px){
    .iframe-home{
        width: 1000px;
        height:580px ;
    }
    .iframe-btn{
        font-size: 20px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 35px;
    }
}
@media only screen and (max-width: 1040px){
    .iframe-home{
        width: 800px;
        height:450px ;
    }
}
@media only screen and (max-width: 800px){
    .iframe-home{
        width: 600px;
        height:350px ;
    }
}



