body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol,
li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

* {
    cursor: pointer;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

html, body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
/*全屏滚动*/
.swiper-banner,
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -moz-box;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*导航*/
.navbar,
.hpg_nav {
    height: 80px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    margin: 0;
}

.navbar-brand {
    height: 80px;
    padding: 6px;
    margin-right: 80px;
}

.navbar-nav {
    height: 80px;
    padding: 20px 0;
}

.downLoad {
    display:none;
    position: fixed;
    top: 81px;
    right: 471px;
    text-align: center;
    background: #fff;
    z-index: 10000;
    width: 200px;
    height: 200px;
}

.Android {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.Android .txt {
    margin-top:0px;
    font-size:13px;
}
.Android img {
    width: 130px;
    height: 130px;
}
.AppMobile {
    display: none;
}
 .AppMobile .sLogo {
     width:30px;
     height:30px;
 }
.APPLOAD {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    padding: 2.66667vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.APPLOAD .btn{
    background-color: #1199ee;
    color: #fff;
    font-size: 3.73333vw;
    border-radius: 1.06667vw;
    padding: 1.06667vw 2.13333vw;
}
@media screen and (max-width:1000px ) {
    .AppDownLode {
        display:none !important;
    }
    .downLoad {
        top: 155px;
        right: 177px;
    }
    .AppMobile {
        display: block;
    }
}

#Practice {
    color: #1199EE;
    font-size: 16px;
    border: 1px solid #1199EE;
    padding: 5px 15px;
    margin-top: 25px;
    position: fixed;
    right: 30px;
}

.swiper-banner img {
    width: 100%;
    height: 100%;
}

.navbar-nav > li > a {
    padding: 0;
    font-size: 18px;
    color: #333;
    padding: 0px 17px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    background: #1199ee;
    color: #fff;
}

.funcLsit {
    overflow: hidden;
    padding: 10px;
    display: none;
}

    .funcLsit ul li {
        width: 200px;
        height: 300px;
        background: url(/content/img/2.png) no-repeat;
        background-size: 100% 100%;
        float: left;
        margin: 12px;
        position: relative;
        overflow: hidden;
    }

        .funcLsit ul li .replace {
            position: absolute;
            background: #384d5e;
            bottom: 0%;
            height: 100%;
            color: #fff;
            padding: 60px 25px;
            padding-top: 90px;
            font-size: 16px;
            border-radius: 10px;
            text-align: justify;
            animation: mymove 1s 1;
            display: none;
        }

        .funcLsit ul li:hover .replace {
            display: block;
        }

@keyframes mymove {
    from {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

.funcLsit ul li img {
    display: inline-block;
    margin-top: 95px;
}

.funcLsit ul li p {
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
}

.btns {
    margin-bottom: 25px;
}

    .produceInfoBtn,
    .btns li {
        display: inline-block;
        width: 200px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 25px;
        background: #dddfe0;
    }
    .btns li {
        margin: 0 40px;
    }

        .btns li.act {
            background: #1199EE;
            color: #fff;
        }
/*产品介绍*/
#produce {
    background: url(/content/img/7.jpg) no-repeat;  
}

.produceInfo .text {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    text-indent: 20px;
    margin-bottom: 20px;
}

.swiper-produceInfo {
    border: 1px solid #666;
    overflow: hidden;
    width: 800px;
    padding: 20px 0;
    display: inline-block;
}

    .swiper-produceInfo img {
        margin: 0 15px;
    }

    .swiper-produceInfo .swiper-pagination {
        position: static;
    }

    .swiper-produceInfo .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

.produceInfoBtn {
    margin: 0 auto;
    background: #1199ee;
    margin-top: 25px;
    color: #fff;
    display: block;
}
/*视频展示*/
#video {
    background: #333;
}
/*新闻*/
#news {
    background: url(/content/img/8.jpg) no-repeat;
}

.newsCont {
    height: 540px;
    overflow: hidden;
    display: inline-block;
    text-align:center;
}

.swiper-newsCont {
    overflow: hidden;
    width: 500px;
    height: 520px;
    float: left;
    background: #fff;
    margin-top: 5px;
    display: inline-block;
}

.newsInfo {
    text-align: justify;
    padding: 50px;
}

    .newsInfo .title a {
        font-size: 22px;
        color: #232e3f;
        margin-bottom: 10px;
        width: 100%;
        text-decoration: none;
    }

    .newsInfo .date {
        font-size: 18px;
        color: #232e3ec;
        margin-bottom: 30px;
    }

    .newsInfo .cont {
        font-size: 16px;
        color: #999;
        line-height: 30px;
        text-indent: 25px;
    }

.newsPic {
    float: left;
    margin-top: -10px;
}

    .newsPic{
        display: inline-block;
        width: 640px;
        height: 540px;
        overflow:hidden;
    }
        .newsPic img{
            width:100%;
            height:100%;
        }

        .paNewsCont {
            position: relative;
        }

.swiper-newsCont {
    position: relative;
}

    .swiper-newsCont .swiper-button-next,
    .swiper-newsCont .swiper-button-prev,
    .swiper-newsCont .swiper-container-rtl .swiper-button-prev {
        background-image: none;
        top: 50%;
        outline:none;
    }

/*合作机构*/
#teamviem {
    background: #f3f3f3;
}

.teamView .title {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}

.teamView .tips {
    font-size: 20px;
    color: #999;
    margin-bottom: 35px;
}

.teamView ul {
    background: #fff;
    overflow: hidden;
    padding: 30px;
}

    .teamView ul li {
        float: left;
        width: 140px;
        margin: 40px 37px;
    }

        .teamView ul li img {
            display: inline-block;
            width: 140px;
            height: 140px;
            border-radius: 50%;
        }

        .teamView ul li p {
            margin: 0;
            margin-top: 35px;
            font-size: 18px;
            color: #333;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
        }
/*关于我们*/
#aboutUs {
    background-image: url(/content/img/9.jpg);
    position: relative;
}

.aboutUsL input {
    display: inline-block;
    border: 1px solid #6d7076;
    color: #fff;
    font-size: 16px;
    height: 45px;
    border-left: 0px solid #6d7076;
    outline: none;
    background: none !important;
}

    .aboutUsL input:focus {
        outline: none;
    }

.aboutUsL .input-group-addon {
    background: none;
    border: 1px solid #6d7076;
    border-right: 0px solid #6d7076;
}

    .aboutUsL .input-group-addon img {
        display: inline-block;
        width: 23px;
    }

.aboutUsL .input-group {
    margin-bottom: 30px;
}

#ditu {
    width: 100%;
    height: 320px;
    margin-top: 15px;
    font-size: 16px;
}

.aboutUsM .input-group {
    float: left;
    margin: 20px 23px;
}

    .aboutUsM .input-group input {
        background: none;
        color: #FFF;
    }

.aboutUsD textarea {
    display: inline-block;
    width: 100%;
    height: 180px;
    margin-left: 24px;
    background: none;
    padding: 10px;
    font-size: 16px;
    color: #FFf;
    margin-top: 30px;
}

.footer {
    bottom: 10px;
    text-align: center;
    color: #fefefe;
    font-size: 16px;
    background: rgb(0, 0, 0);
    width: 100%;
    position: absolute;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    /* margin-top:10px; */
}

    .footer span:nth-of-type(3) {
        margin-left: 60px;
    }

.aboutUsM .require {
    color: red;
    vertical-align: middle;
}
/*联系方式*/
.contact {
    width: 265px;
    background: url(/content/img/22.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    right: -180px;
    z-index: 10;
    top: 50%;
    margin-top: -350px;
    text-align: right;
}

.contactCont {
    width: 180px;
    display: inline-block;
    text-align: center;
}

    .contactCont ul {
        display: inline-block;
    }

        .contactCont ul li {
            border: 1px solid #ebebeb;
            width: 135px;
            height: 130px;
            margin-bottom: 48px;
        }

            .contactCont ul li img {
                display: inline-block;
                width: 100px;
                height: 100px;
                margin-top: 15px;
            }

            .contactCont ul li:nth-of-type(1) img {
                width: 95px;
                height: 110px;
                margin-top: 8px;
            }

    .contactCont h5 {
        font-size: 20px;
        color: #000;
        margin-top: 45px;
        margin-bottom: 10px;
    }

    .contactCont .eng {
        font-size: 14px;
        color: #666666;
        margin-bottom: 35px;
    }

    .contactCont ul li.tel p:nth-of-type(1) {
        font-size: 20px;
        color: #000;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .contactCont ul li.tel p:nth-of-type(2) {
        color: #4285ea;
        font-size: 16px;
    }
/*弹出框*/
.freePractice {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: fixed;
    z-index: 100;
    text-align: center;
    display: none;
}

.freePracticeCont {
    width: 720px;
    height: 500px;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
}

    .freePracticeCont .title {
        height: 80px;
        line-height: 80px;
        font-size: 26px;
        color: #1199ee;
    }

        .freePracticeCont .title img {
            float: right;
            display: inline-block;
            margin: 25px;
            margin-left: 0;
        }

.PracticeAccount {
    float: left;
    padding: 25px 70px;
}

    .PracticeAccount ul li {
        width: 153px;
        height: 200px;
        border-radius: 10px;
        border: 1px solid #1199EE;
        float: left;
        margin: 0 20px;
    }

        .PracticeAccount ul li:hover {
            background: #1199EE;
        }

            .PracticeAccount ul li:hover p {
                color: #fff;
            }

        .PracticeAccount ul li img {
            margin-top: 50px;
        }

        .PracticeAccount ul li p {
            color: #333;
            font-size: 20px;
            margin-top: 15px;
        }

.fenge {
    margin-top: 40px;
}

.PracticeAccount .pics {
    margin-top: 35px;
}

    .PracticeAccount .pics img {
        display: inline-block;
        margin: 0 48px;
    }
/*第一步*/
.getAccountCont {
    padding: 10px 30px 30px;
    text-align: center;
    display: none;
}

    .getAccountCont label {
        font-size: 18px;
        color: #333;
        width: 100px;
        text-align: right;
        font-weight: normal;
    }

        .getAccountCont label span {
            color: red;
            font-size: 16px;
        }

    .getAccountCont input[type="text"] {
        display: inline-block;
        width: 460px;
        height: 45px;
        border-radius: 5px;
        border: 1px solid #999;
        outline: none;
        text-indent: 10px;
        font-size: 16px;
    }

    .getAccountCont .getAccountItem {
        margin-bottom: 40px;
    }

    .getAccountCont .telCode input {
        width: 320px;
    }

    .getAccountCont .telCode span {
        display: inline-block;
        width: 120px;
        height: 45px;
        color: #fff;
        text-align: center;
        line-height: 45px;
        background: #1199EE;
        margin-left: 20px;
        font-size: 16px;
        border-radius: 5px;
    }

    .getAccountCont .progresslist {
        width: 600px;
        display: inline-block;
        margin-bottom: 50px;
    }

        .getAccountCont .progresslist img {
            display: inline-block;
            width: 100%;
        }

    .getAccountCont .btn {
        width: 320px;
        height: 45px;
        border-radius: 25px;
        background: #1199EE;
        color: #fff;
        font-size: 20px;
        text-align: center;
        border: none;
        margin: 20px auto;
    }

    .getAccountCont .aright {
        font-size: 16px;
        color: #333;
    }

        .getAccountCont .aright span {
            color: #1199EE;
        }
/*第二步*/

.secode .progresslist {
    margin-bottom: 25px;
}

.secode label {
    width: 85%;
    text-align: left;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.secodeRole {
    overflow: hidden;
    display: inline-block;
}

.secode .school input {
    width: 360px;
}

.secodeRole li {
    border: 1px solid #1199EE;
    color: #333;
    font-size: 16px;
    width: 160px;
    height: 50px;
    border-radius: 5px;
    float: left;
    margin: 0 10px;
    line-height: 50px;
}

    .secodeRole li img {
        margin-right: 5px;
    }

    .secodeRole li.avtive {
        color: #fff;
        background: #1199EE;
    }

.getAccountCont input[type="radio"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 25px;
    margin-right: 3px;
    margin-top: -2px;
    border: 1px solid red;
    background: none;
}

.secode .getAccountItem {
    margin-bottom: 20px;
}

    .secode .getAccountItem .red {
        color: red;
    }

.secode input[type="text"] {
    height: 40px;
}

.secodeType li {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
/*第三步*/
.thirdCont {
    margin: 30px auto;
}

    .thirdCont p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }

        .thirdCont p:nth-of-type(1) {
            color: #f8981c;
            font-size: 40px;
        }

        .thirdCont p:nth-of-type(3) {
            color: #f8981c;
            font-size: 36px;
        }

.compony {
    display: none;
}
.produceInfoBtn a {
    color: #fff;
    text-decoration: none;
    width:100%;
    height: 50px;
    display:inline-block;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 100px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 100px;
}
/*响应式*/
@media screen and (max-width: 1300px) {
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 80px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 80px;
    }
    .navbar-nav > li > a {
        padding: 0 10px;
    }

    .swiper-banner img {
        height: auto;
    }

    .videoShow video {
        width: 90%;
    }

    .swiper-slide {
        height: auto !important;
    }

    #video, #news, #teamviem, #aboutUs,
    #produce {
        padding: 80px 0;
    }

    .swiper-banner .swiper-pagination {
        display: none;
    }

    .footer {
        height: 30px;
        line-height: 30px;
    }

    html, body {
        height: auto;
    }

    .newsPic img {
        display: none;
    }
    .swiper-newsCont{
        float:none;
    }
    .swiper-newsCont {
        width: 600px;
    }

    .contactCont ul li {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .contact {
        width: 200px;
        right: -144px;
        z-index: 10;
        top: 50%;
        margin-top: -310px;
        text-align: right;
    }

    .contactCont {
        width: 140px;
    }

        .contactCont ul li.tel p:nth-of-type(1) {
            font-size: 16px;
            margin-top: 10px;
            margin-bottom: 15px;
        }

        .contactCont ul li.tel p:nth-of-type(2) {
            font-size: 14px;
        }

        .contactCont ul li img {
            width: 80px;
            height: 80px;
        }

        .contactCont ul li:nth-of-type(1) img {
            width: 75px;
            height: 85px;
        }

        .contactCont h5 {
            font-size: 20px;
            color: #000;
            margin-top: 25px;
            margin-bottom: 10px;
        }

        .contactCont .eng {
            font-size: 14px;
            color: #666666;
            margin-bottom: 15px;
        }
}

@media screen and (max-width:1000px ) {
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 60px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left:60px;
    }
    .navbar-nav > li > a {
        padding: 0 5px;
        font-size: 16px;
        height: 25px;
        line-height: 25px;
    }

    .navbar-brand {
        height: 65px;
        margin-right: 30px;
    }

    #Practice {
        margin-top: 15px;
    }

    .navbar-brand > img {
        width: 180px;
    }

    .navbar-nav,
    .navbar, .hpg_nav {
        height: 65px;
    }

    .navbar-toggle {
        margin-top: 14px;
    }

    .funcLsit ul li {
        margin: 5px;
    }

    .swiper-produceInfo {
        width: 600px;
    }

        .swiper-produceInfo img {
            width: 100%;
            padding: 0 15px;
        }

    .teamView ul li {
        margin: 20px 12px;
    }

    .funcLsit {
        padding: 0;
    }

        .funcLsit ul li {
            width: 160px;
            height: 240px;
        }

            .funcLsit ul li img {
                margin-top: 70px;
            }

    .secode form {
        height: 400px;
        overflow: auto;
    }

    .freePracticeCont {
        max-height: 600px;
    }
}

@media screen and (max-width:992px ) {
    .aboutUsM .input-group {
        margin: 20px 0;
    }

    .aboutUsD textarea {
        margin-left: 0;
    }

    .teamView ul li img {
        width: 120px;
        height: 120px;
    }

    .teamView ul li p {
        margin-top: 20px;
    }
}

@media screen and (max-width:768px ) {
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover {
        background: #FF8C00;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    #video, #news, #teamviem, #aboutUs, #produce {
        padding: 40px 0;
    }

    .teamView ul li {
        width: 110px;
        margin: 10px 8px;
    }

        .teamView ul li img {
            width: 90px;
            height: 90px;
        }

    .aboutUsM .input-group {
        margin-bottom: 10px;
    }

    .swiper-button-next, .swiper-button-prev {
        background-size: 15px 35px;
        margin-top: -10px;
    }

    .footer {
        height: auto;
    }

    #aboutUs {
        padding-bottom: 70px;
    }

    .PracticeAccount {
        padding: 25px;
    }

    .freePracticeCont {
        width: 520px;
    }

    .PracticeAccount ul li {
        width: 195px;
        height: 180px;
    }

    .freePracticeCont {
        max-height: 550px;
    }

    .getAccountCont .progresslist {
        width: 400px;
    }

    .getAccountCont input[type="text"] {
        width: 300px;
    }

    .getAccountCont .telCode input {
        width: 200px;
    }

    .getAccountCont .telCode span {
        width: 80px;
    }

    .secodeRole li {
        width: 80px;
        height: 35px;
        line-height: 35px;
    }

        .secodeRole li img {
            display: none;
        }

    .secode label {
        width: 100px;
        text-align: right;
    }

    .getAccountCont .btn {
        width: 200px;
        height: 35px;
        font-size: 16px;
    }

    .secode .getAccountItem {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:767px ) {
    .navbar-nav {
        width: 160px;
        height: 240px;
        padding:15px 0;
        background: rgba(0,0,0,0.5);
        background: linear-gradient(to bottom right, rgba(255,165,79,0.8)0%, rgba(255,235,205,0.6)75%, rgba(255,255,255,0.4)98%);
        text-align: center;
        float: right;
    }
    .navbar-nav li {
        margin:5px 0;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #000;
    }

    .navbar-nav {
        margin: 0;
    }

    #Practice {
        right: 200px;
    }
}

@media screen and (max-width:600px ) {
    .produceInfoBtn, .btns li {
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .produceInfo .text {
        padding: 0 15px;
        font-size: 16px;
    }

    .swiper-produceInfo {
        width: 500px;
    }

    .navbar-brand > img {
        width: 150px;
    }

    .navbar-brand, .navbar, .hpg_nav {
        height: 50px;
    }

    .navbar-toggle {
        margin-top: 5px;
    }

    .swiper-newsCont {
        width: 500px;
    }

    .btns li {
        margin: 0 20px;
    }

    .teamView ul li {
        width: 100px;
    }

        .teamView ul li img {
            width: 80px;
            height: 80px;
        }

        .teamView ul li p {
            margin-top: 10px;
            font-size: 15px;
        }

    .freePracticeCont {
        width: 460px;
        max-height: 450px;
    }

    .secode form {
        height: 360px;
    }

    .PracticeAccount ul li {
        width: 165px;
        height: 165px;
    }

    .fenge {
        width: 400px;
    }

        .fenge img {
            width: 100%;
        }

    #Practice {
        margin-top: 7px;
    }

    .PracticeAccount .pics img {
        margin: 0 30px;
    }

    .PracticeAccount ul li img {
        margin-top: 35px;
    }

    .getAccountCont input[type="text"] {
        width: 240px;
    }

    .getAccountCont .telCode input {
        width: 160px;
    }

    .getAccountCont .progresslist {
        display: none;
    }

    .getAccountCont {
        padding: 10px 10px 30px;
    }

    .secodeRole li {
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }

    .secode label {
        margin-bottom: 0;
        font-size: 14px;
    }
}

@media screen and (max-width:500px ) {
    .swiper-produceInfo {
        width: 350px;
    }

    .produceInfoBtn, .btns li {
        width: 120px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    .newsInfo .title{
        font-size: 20px;
    }

    .newsInfo .date {
        font-size: 16px;
    }

    .newsInfo .cont {
        font-size: 14px;
        line-height: 25px;
    }

    .swiper-newsCont {
        width: 400px;
    }

    #index {
        margin-top: 50px;
    }

    #ditu {
        display: none;
    }

    .footer,
    .aboutUsL input {
        font-size: 14px;
    }

    .teamView ul {
        padding: 20px 10px;
    }

        .teamView ul li {
            width: 90px;
        }

    .freePracticeCont {
        width: 350px;
        max-height: 360px;
    }

        .freePracticeCont .title {
            height: 60px;
            line-height: 60px;
            font-size: 18px;
        }

            .freePracticeCont .title img {
                margin-top: 20px;
                width: 15px;
            }

    .PracticeAccount ul li {
        width: 93px;
        height: 120px;
        margin: 0 10px;
    }

    .getAccountCont label {
        width: 80px;
        font-size: 16px;
    }

    .getAccountCont input[type="text"] {
        height: 36px;
    }

    .getAccountCont .telCode span {
        margin-left: 10px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        width: 70px;
    }

    .secodeRole li {
        width: auto;
        padding: 0 5px;
    }

    .secode form {
        height: 260px;
    }

    .PracticeAccount {
        padding: 5px;
    }

        .PracticeAccount ul li img {
            margin-top: 15px;
        }
        .PracticeAccount ul .ZZU img {
            margin-top: 9px !important;
        }
        .PracticeAccount ul li p {
            font-size: 16px;
            margin-top: 10px;
        }

    .fenge {
        width: 320px;
    }

    .PracticeAccount .pics img {
        margin: 0 25px;
    }

    .secodeRole li {
        margin: 0 8px;
    }

    .getAccountCont label {
        float: left;
    }

    .thirdCont {
        margin: 15px auto;
    }

        .thirdCont p:nth-of-type(1) {
            font-size: 32px;
        }

        .thirdCont p:nth-of-type(3) {
            font-size: 26px;
        }

    #Practice {
        right: 100px;
    }
}

@media screen and (max-width:420px ) {
    .swiper-newsCont {
        width: 350px;
    }

    .newsInfo .date {
        margin-bottom: 10px;
    }

    .footer span:nth-of-type(3) {
        margin-left: 0;
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
@media screen and (max-width:350px ) {
    .produceInfoBtn{
        margin-bottom:40px;
    }
    #Practice{
        padding:3px;
        font-size:13px;
        margin-top:12px;
    }
}
