@media screen and (max-width: 415px) {
    .banner {
        margin-top: 22px;
    }
    .banner_new {
        height: 800px;
        background: url(../image/index_new/banner_new.png) no-repeat center;
        background-size: auto 800px;
        margin: 0 auto;
        position: relative;
    }
    .banner .open {
        font-size: 22px;
        width: 100%;
    }
    .banner .open span {
        left: 25px;
        top: 16px;
    }
    .container {
        width: 100%;
        background: #fff;
        padding: 0 25px !important;
        position: relative;
        bottom: 41px;
        box-shadow: 0 -10px 20px -5px #ddd;
    }
    .container .nav-pills>li>a,.container .nav-pills>li>a:focus,.container .nav-pills>li>a:hover {
        color: #010203;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        padding: 0;
    }
    .container .nav-pills>li.active>a,.container .nav-pills>li.active>a:focus,.container .nav-pills>li.active>a:hover {
        background: #fff;
        color: #81BF8E;
        padding: 0;
        height: 55px;
        border-bottom: 2px solid #81BF8E;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-sizing: border-box;
        font-family: PingFangSC-Semibold;
        font-size: 14px;
        letter-spacing: 0;
        text-align: center;
    }
    .nav {
        display: flex;
        height: 55px;
        line-height: 55px;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
    }
    ul.nav.nav-pills::before,ul.nav.nav-pills::after {
        content: none;
    }
    .tab-content p.title {
        font-family: PingFangSC-Regular;
        font-size: 15px;
        color: #474849;
        letter-spacing: 0;
        line-height: 28px;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .tab-content li {
        list-style: none;
        font-family: PingFangSC-Regular;
        font-size: 15px;
        color: #010203;
        letter-spacing: 0;
        line-height: 28px;
        text-indent: -18px;
        padding-left: 20px;
    }
    .tab-content p.content {
        font-family: PingFangSC-Regular;
        font-size: 15px;
        color: #474849;
        letter-spacing: 0;
        line-height: 28px;
    }
    .contOne {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .tab-content li::before {
        width: 7px;
        height: 7px;
        margin-right: 10px;
    }
    .docTitle {
        font-family: PingFangSC-Regular;
        color: #010203;
        letter-spacing: 0;
        padding-top: 30px;
        line-height: 28px;
        font-size: 15px;
    }
    .parterBtn {
        margin-top: 50px;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        background: #81BF8E;
        color: #fff;
        text-align: center;
        bottom: 0;
        cursor: pointer;
        border-radius: 6px;
    }
    .conTwo {
        padding-top: 30px;
    }

}

@media screen and (max-width: 1680px) and ( min-width: 415px) {
    .banner .open {
        font-size: 37px;
        width: 980px;
    }
    .container {
        width: 980px;
        bottom: 37px;
        box-shadow: 0px 0px 25px #ddd;
        border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
    }
    .container .nav-pills.nav-justified>li>a {
        height: 75px;
        line-height: 58px;
    }
    .container .nav-pills>li>a,.container .nav-pills>li>a:focus,.container .nav-pills>li>a:hover {
        font-size: 22px;
        background: #EEEFF0;
        color: #010203;
    }
    .container .nav-pills>li>a:hover {
        background-image: linear-gradient(180deg, #EEEFF0 0%, #E1E1E1 100%);
    }
    .container .nav-pills>li.active>a,.container .nav-pills>li.active>a:focus,.container .nav-pills>li.active>a:hover {
        font-size: 22px;
        padding-top: 7px;
        border-top: 3px solid #81BF8E;
        color: #010203;
    }
    .parterBtn {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        width: 100%;
        background: #81BF8E;
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0;
        cursor: pointer;
    }
    .tab-content li::before {
        width: 8px;
        height: 8px;
        margin-right: 14px;
    }
    .tab-content p.title {
        font-size: 14px;
        line-height: 43px;
    }
    .tab-content li {
        font-size: 16px;
        line-height: 37px;
    }
    .tab-content p.content {
        font-size: 14px;
        line-height: 37px;
    }
    .tab-content p.contOne {
        margin-top: 16px;
    }
    .modal-dialog {
        width: 830px !important;
    }
    .docTitle {
        font-size: 15px;
        line-height: 37px;
    }
    .modal-title {
        font-size: 20px;
        padding: 58px 0 58px 83px;
    }
    .banner .open span {
        left: 8px;
        top: 33px;
    }
    .tab-content {
        padding: 55px 108px 105px 83px;
    }
    .modal-header .close{
        margin: 24px 24px 0 0;
    }
    .modal-header .close img{
        width: 24px;
        height: 24px;
    }
    .modal-body {
        padding: 0 83px 66px 83px;
    }
    .col-sm-2 {
        padding-right: 20px;
        line-height: 50px;
        font-size: 15px;
    }
    .col-sm-10 {
        width: 564px;
    }
    .form-control {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
    .form-group:not(:last-child) {
        height: 50px;
        margin-bottom: 33px;
    }
    .form-group:last-child {
        margin-bottom: 66px;
    }
    .modal-footer {
        padding-bottom: 75px;
    }
    .modal-footer .btn {
        width: 299px;
        height: 58px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        font-size: 20px;
    }
    .form-group .nav-pills {
        height: 50px;
    }
    .form-group .nav-pills>li {
        width: 124px;
        height: 50px;
        line-height: 50px;
        margin-right: 22px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        font-size: 18px;
    }
    input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder{
        font-size: 18px;
        line-height: 50px;
    }
}



@media screen and (min-width: 1680px){
    .banner .open {
        font-size: 45px;
        width: 1180px;
    }
    .container {
        width: 1180px;
        bottom: 45px;
        box-shadow: 0px 0px 30px #ddd;
        border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
    }
    .container .nav-pills.nav-justified>li>a {
        height: 91px;
        line-height: 70px;
    }
    .container .nav-pills>li>a,.container .nav-pills>li>a:focus,.container .nav-pills>li>a:hover {
        font-size: 26px;
        background: #EEEFF0;
        color: #010203;
    }
    .container .nav-pills>li>a:hover {
        background-image: linear-gradient(180deg, #EEEFF0 0%, #E1E1E1 100%);
    }
    .container .nav-pills>li.active>a,.container .nav-pills>li.active>a:focus,.container .nav-pills>li.active>a:hover {
        font-size: 26px;
        padding-top: 7px;
        border-top: 3px solid #81BF8E;
        color: #010203;
    }
    .parterBtn {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        width: 100%;
        background: #81BF8E;
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0;
        cursor: pointer;
    }
    .tab-content li::before {
        width: 10px;
        height: 10px;
        margin-right: 17px;
    }
    .tab-content p.title {
        font-size: 16px;
        line-height: 45px;
    }
    .tab-content li {
        font-size: 18px;
        line-height: 45px;
    }
    .tab-content p.content {
        font-size: 16px;
        line-height: 45px;
    }
    .tab-content p.contOne {
        margin-top: 20px;
    }
    .modal-dialog {
        width: 1000px !important;
    }
    .docTitle {
        font-size: 18px;
        line-height: 45px;
    }
    .modal-title {
        font-size: 24px;
        padding: 70px 0 70px 100px;
    }
    .banner .open span {
        left: 10px;
        top: 40px;
    }
    .tab-content {
        padding: 66px 130px 126px 100px;
    }
    .modal-header .close{
        margin: 30px 30px 0 0;
    }
    .modal-header .close img{
        width: 28px;
        height: 28px;
    }
    .modal-body {
        padding: 0 100px 80px 100px;
    }
    .col-sm-2 {
        padding-right: 24px;
        line-height: 60px;
        font-size: 18px;
    }
    .col-sm-10 {
        width: 680px;
    }
    .form-control {
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .form-group:not(:last-child) {
        height: 60px;
        margin-bottom: 40px;
    }
    .form-group:last-child {
        margin-bottom: 80px;
    }
    .modal-footer {
        padding-bottom: 90px;
    }
    .modal-footer .btn {
        width: 360px;
        height: 70px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        font-size: 24px;
    }
    .form-group .nav-pills {
        height: 60px;
    }
    .form-group .nav-pills>li {
        width: 150px;
        height: 60px;
        line-height: 60px;
        margin-right: 26px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        font-size: 22px;
    }
    input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder{
        font-size: 22px;
        line-height: 60px;
    }
}



#app {
    height: auto;
}
.banner img {
    width: 100%;
}
.banner .open {
    color: #010203;
    position: relative;
    margin: 0 auto;
}
.banner .open span {
    position: absolute;
    z-index: 99;
}
.container {
    background: #fff;
    padding: 0;
    position: relative;
}
.row {
    margin: 0;
}
.container .nav-pills>li>a,.container .nav-pills>li>a:focus,.container .nav-pills>li>a:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.container .nav-pills>li.active>a,.container .nav-pills>li.active>a:focus,.container .nav-pills>li.active>a:hover {
    background: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
}

.tab-content p.title {
    color: #474849;
    letter-spacing: 0;
}
.tab-content li {
    list-style: none;
    color: #010203;
    letter-spacing: 0;
    font-family: PingFangSC-Regular;
}
.tab-content li::before {
    content: "";
    display: inline-block;
    background: #81BF8E;
}
.tab-content p.content {
    font-family: PingFangSC-Regular;
    color: #474849;
    letter-spacing: 0;
}
.docTitle {
    font-family: PingFangSC-Regular;
    color: #010203;
    letter-spacing: 0;
}
.modal-title {
    font-family: PingFangSC-Medium;
    color: #010203;
    letter-spacing: 0;
}
.modal-header {
    border-bottom: 0 none;
    padding: 0;
}
.modal-header .close{
    opacity: 1;
}
.col-sm-2 {
    width: auto;
    padding-left: 0;
    font-family: PingFangSC-Regular;
    color: #474849;
    letter-spacing: 0;
    font-weight: normal;
}
.col-sm-10 {
    padding: 0;
}
.form-control {
    border: 0 none;
    background: #F7F8F9;
    font-weight: normal;
    color: #2C2D2D;
    box-shadow: 0 0 0 #fff;
}
.modal-footer {
    text-align: center;
    border-top: 0 none;
}
.modal-footer .btn {
    background: #81BF8E;
    border: 0 none;
    outline: none;
}
.modal-footer .btn:focus {
    background: #81BF8E;
    outline: none;
}
.form-group .nav-pills>li {
    margin-left: 0;
    background: #F7F8F9;
    text-align: center;
}
.form-group .nav-pills>li:last-child {
    margin-right: 0;
}
.form-group .nav-pills>li.active>a,.form-group .nav-pills>li.active>a:focus,.form-group .nav-pills>li.active>a:hover {
    background: #81BF8E;
    color: #fff;
}
.form-group .nav-pills>li>a,.form-group .nav-pills>li>a:focus,.form-group .nav-pills>li>a:hover {
    background: #F7F8F9;
    color: #8A8B8C;
    cursor:no-drop;
}
.form-group .nav>li>a {
    padding: 0;
    color: #8A8B8C;
}
/* WebKit browsers 适配谷歌 */
/* Mozilla Firefox 4 to 18 适配火狐 */
/* Mozilla Firefox 19+ 适配火狐 */
/* Internet Explorer 10+  适配ie*/
input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder{
    color: #DBDCDD !important;
    font-weight: normal;
}