﻿.product .banner {
    width: 100%;
    position: relative;
}

.banner .banner-content {
    width: 65%;
    height: 100%;
    position: absolute;
    left: 17.5%;
    top: 0;
    z-index: 1;
}

    .banner .banner-content > h3 {
        font-size: 40px;
        font-size: 2.3vw;
        margin: 12% 0 1% 0;
        font-weight: 600;
        color: #ffffff;
    }

    .banner .banner-content > p {
        font-size: 24px;
        font-size: 1.5vw;
        line-height: 35px;
        color: #ffffff;
        margin-bottom: 2%;
        margin-top: 1%;
    }

    .banner .banner-content > a {
        display: block;
        width: 6vw;
        height: 35px;
        min-width: 70px;
        line-height: 35px;
        border-radius: 35px;
        color: #ffffff;
        text-align: center;
        font-size: 100%;
    }

.product .banner > img {
    width: 100%;
}

.product-nav-wrap {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #f0f0f0;
}

.product-nav {
    width: 65%;
    height: 100%;
    margin: 0 auto;
}

    .product-nav > li {
        float: left;
        margin-left: 8%;
        font-size: 20px;
        height: 100%;
        cursor: pointer;
    }

    .product-nav .active {
        border-bottom: 3px solid rgb(68, 141, 232);
        color: rgb(68, 141, 232);
    }

.product-item {
    width: 100%;
}

.white-item {
    width: 100%;
    padding: 20px 0;
}

.main-content {
    width: 65%;
    /*height:530px;*/
    margin: 0 auto;
}

.main-left {
    width: 50%;
    height: 100%;
    display: table;
    padding: 50px;
    float: left;
    padding-top:20px
}

.main-text {
    display: table-cell;
    vertical-align: middle;
}

.col-line {
    width: 27px;
    height: 3px;
    margin-top: 36px;
    margin-bottom: 40px;
    background: rgb(68, 141, 232);
}

.main-right {
    width: 50%;
    height: 100%;
    /*line-height: 420px;*/
    float: left;
    padding: 50px;
    padding-top:20px
}

    .main-right > img {
        /*width:100%;
    height:100%;*/
        display: inline-block;
    }

.green-item {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #eee;
}

.green-main {
    width: 65%;
    /*height:420px;*/
    margin: 0 auto;
}

.green-left {
    width: 50%;
    height: 100%;
    /*line-height: 420px;*/
    padding: 50px;
    float: left;
    padding-top:20px
}

    .green-left > img {
        /*width:100%;
    height:100%;*/
        display: inline-block;
    }

.green-right {
    width: 50%;
    height: 100%;
    padding: 50px;
    display: table;
    float: left;
    padding-top:20px
}

.main-text > h3 {
    font-size: 26px;
    color: #3E3E3E;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.main-text > ul > li {
    font-size: 16px;
    line-height: 1.5em;
    color: #666666;
    margin-bottom: 8px;
    position: relative;
    padding-left: 10px;
    list-style: disc;
}

.main-ascension {
    width: 65%;
    margin: 0 auto;
}

    .main-ascension > h2 {
        font-size: 30px;
        color: #333333;
        font-weight: 400;
        margin: 60px 0 30px 0;
        text-align: center;
    }

.ascension-list {
    width: 100%;
}

    .ascension-list > li {
        width: 25%;
        float: left;
        min-height: 220px;
        text-align: center;
        margin-top: 30px;
        padding: 0 30px;
    }

        .ascension-list > li > h3 {
            color: #444444;
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 5px;
        }

        .ascension-list > li > p {
            color: #999999;
            font-size: 14px;
            line-height: 22px;
            text-align: left;
            display: inline-block;
        }

.product-rigster-wrap {
    margin-top: 40px;
    width: 100%;
    /*height: 200px;*/
    background: url('../image/product/zhuce-bg.jpg') no-repeat center;
    background-size: cover;
    background-position: 50%;
    padding: 50px 0px;
}

.product-rigster {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

    .product-rigster > h2 {
        font-size: 30px;
        color: #333333;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 1;
    }

    .product-rigster > a {
        display: inline-block;
        width: 140px;
        height: 46px;
        line-height: 46px;
        margin: 30px auto;
        border-radius: 23px;
        color: #FFFFFF;
        font-size: 16px;
    }

.breadcrumb1 {
    padding: 0 15px;
    width: 65%;
    margin: 10px auto;
}
.banner_h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:10px
}
.banner_p{
    font-size:20px;
    line-height:2;
    color:#f8efef
}
.ascension-list > li:nth-of-type(4n+1){
    clear:left
}
@media screen and (max-width: 800px) {
    .product-rigster > a{
        width:110px;
        height:36px;
        line-height:36px

    }
    .banner_imgText_1{
        left:10%!important
    }
     .banner_imgText_0{
        left:10%!important
    }
      .banner_imgText_2{
        left:10%!important
    }
    .productButton{
        left:10%!important
    }
    .main-text > h3 {
    font-size: 21px;
    color: #3E3E3E;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}
        .banner .banner-content > h3 {
        font-size: 40px;
        font-size: 5vw;
        margin: 12% 0 1% 0;
        font-weight: 400;
        color: #ffffff;
    }

    .banner .banner-content > p {
        font-size: 24px;
        font-size: 4vw;
        line-height: 35px;
        color: #ffffff;
        margin-bottom: 2%;
        margin-top: 1%;
    }
    .green-left{
        display:table-footer-group
    }
    .green-right{
    }
    .breadcrumb1 {
        padding: 0 15px;
        width: 100%;
        margin: 10px auto;
    }

    .main-content, .green-main, .main-ascension {
        height: auto;
        width: 80%;
        display:table
    }

    .green-right, .green-left, .main-right, .main-left {
        width: 100%;
        float: none;
        padding: 10px 0;                                                                                                                     
    }

    .ascension-list {
        height: auto;
    }

        .ascension-list > li {
            /*width:100%;
        float:none;*/
            padding: 0;
            width: 50%;
            min-height: 130px;
        }

            .ascension-list > li > p {
                padding: 0 40px;
                display: none;
            }

    .product-nav {
        width: 100%;
    }

        .product-nav > li {
            font-size: 18px;
        }

    .ascension-list > li > h3 {
        font-size: 12px;
    }

    .pifu {
        /*display: none !important;*/
    }

    #nb_icon_wrap {
        display: none !important;
    }

    .banner img {
        height: 172px;
    }

    .main-ascension > h2 {
        font-size: 4.7vw;
        font-weight: 400;
        margin: 10px 0;
    }
    .banner_h3{
    font-size:5vw;
    font-weight:400;
    margin-bottom:10px
}
.banner_p{
    font-size:3vw;
    line-height:1.5;
    color:#f8efef
}
}

.btnregister {
    position: absolute;
    border-radius: 50px;
    padding: 6px 20px;
    left: 17.5%;
    top: 75%;
    background-color: rgba(68, 141, 232,1) !important;
    outline: none;
}
@media screen and (min-width:1440px){
    .btnregister {
    top: 65%;
}
}
.clearfix:after {
    content: ""; /*设置内容为空*/
    height: 0; /*高度为0*/
    line-height: 0; /*行高为0*/
    display: block; /*将文本转为块级元素*/
    visibility: hidden; /*将元素隐藏*/
    clear: both; /*清除浮动*/
}

.menu_second {
    display: none;
}

.menu li a p:last-child {
    min-height: 44px;
}
