/*base*/

* {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 12px;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

b,
strong {
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

img {
    vertical-align: top;
    border: none;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: none;
}

body {
    font-family: "微软雅黑";
}

.wrap {
    width: 100%;
    text-align: center;
    overflow: hidden;
}


/*head*/

.head {
    background: #1b1d1f;
    color: #fff;
    padding: 0 0.5rem;
}

.head li {
    width: 4.5rem;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #323436;
    font-size: 0.45rem;
}

.head li.tel {
    background: url(../img/tel.png) no-repeat 0.5rem center;
    text-align: left;
    padding-left: 1.45rem;
    width: 3.4rem;
    background-size: 0.625rem 0.575rem;
}

.head li.tel a {
    color: #fff;
}


/*nav*/

.nav {
    padding: 0.4rem 0.5rem;
    background: #fff;
}

.nav h1 {
    width: 3.25rem;
    height: 0.95rem;
    background: url(../img/logo.png) no-repeat;
    background-size: 100% 100%;
}

.nav h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
}

.nav ul {
    font-size: 0.5rem;
    color: #1b1d1f;
    margin-top: 0.2rem;
}

.nav ul li {
    margin-left: 2.5rem;
}

#item2 {
    display: none;
}

#item {
    width: 100%;
    z-index: 999;
}


/*banner*/

.banner img {
    width: 100%;
    height: 10rem;
}


/*part1*/

.part1 h2 {
    color: #1b1d1f;
    font-size: 0.85rem;
    font-weight: bold;
    padding-top: 0.75rem;
}

.part1 .txt {
    color: #666;
    font-size: 0.45rem;
    padding: 0.25rem 0 0.8rem;
}

.part1 .all {
    width: 100%;
    height: auto;
}

.part1 .all li {
    width: 9.375rem;
}

.part1 .all li img {
    width: 100%;
}

.part1 .all li.sec {
    position: relative;
}

.part1 .all li.sec ul {
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top: -2.8rem;
}

.part1 .all li.sec ul li {
    border: 1px solid #fff;
    width: 1.1rem;
    height: 5.7rem;
    color: #fff;
    font-size: 0.5rem;
    margin-right: 0.4rem;
    background: url(../img/shape.png) no-repeat 0.8rem 0.05rem;
    background-size: 0.25rem 0.25rem;
}

.part1 .all li.sec ul li p {
    padding-top: 0.45rem;
    line-height: 0.7rem;
}

.part1 .all p b {
    -webkit-animation: rubberBand 1s infinite linear;
    -ms-animation: rubberBand 1s infinite linear;
    -moz-animation: rubberBand 1s infinite linear;
    display: block;
    margin-bottom: -0.7rem;
}


/*part2*/

.part2 .all2 {
    background: #1b1d1f;
    padding: 1.1rem 0;
    position: relative;
}

.part2 .net {
    background: url(../img/netbg.png) no-repeat center center;
    background-size: 7.625rem 7.425rem;
    width: 13.6rem;
    margin: 0 auto;
    position: relative;
    height: 7.425rem;
    color: #fff;
    font-size: 0.45rem;
}

.part2 .net li {
    position: absolute;
    cursor: pointer;
}

.part2 .net .fir {
    left: 0.85rem;
    top: 1.1rem;
}

.part2 .net .sec {
    left: 0px;
    top: 4.4rem;
}

.part2 .net .thr {
    left: 2.75rem;
    top: 7.55rem;
}

.part2 .net .fou {
    left: 8.1rem;
    top: 7.55rem;
}

.part2 .net .fiv {
    right: 0px;
    top: 4.4rem;
}

.part2 .net .six {
    right: 0.75rem;
    top: 1.1rem;
}

.part2 .net .sev {
    left: 5.4rem;
    top: -0.8rem;
}

.part2 .des {
    position: absolute;
    right: 0.5rem;
    top: 7.4rem;
    color: #aaa;
    font-size: 0.4rem;
    font-family: arial;
}

.part2 .des .line {
    width: 0.8rem;
    height: 1px;
    background: #fbb450;
    margin-top: 0.2rem;
    margin-right: 0.35rem;
    position: relative;
}

.part2 .des li {
    margin-bottom: 0.15rem;
}

.part2 .des .line span {
    position: absolute;
    left: 50%;
    margin-left: -0.075rem;
    top: -0.06rem;
    width: 0.15rem;
    height: 0.15rem;
    background: #fbb450;
    border-radius: 50%;
    animation: moveTo 3s infinite linear;
}

.part2 .des li.red span,
.part2 .des .red .line {
    background: #d32026;
}

.part2 .des li.gray span,
.part2 .des .gray .line {
    background: #c6c6c6;
}

.part2 .des li.red span {
    animation: moveTo 4s infinite linear;
}

.part2 .des li.gray span {
    animation: moveTo 5s infinite linear;
}

@keyframes moveTo {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(0.4rem);
    }
    50% {
        transform: translateX(0px);
    }
    75% {
        transform: translateX(-0.4rem);
    }
    100% {
        transform: translateX(0px);
    }
}


/*part3*/

.part3 h2 {
    padding-bottom: 0.95rem;
}

.part3 .plan {
    padding: 0 0.5rem;
    text-align: left;
}

.part3 .plan img {
    width: 6.35rem;
    height: 4.875rem;
}

.part3 .left {
    height: 5.9rem;
    width: 4.5rem;
    background: url(../img/bg2.png) no-repeat;
    position: relative;
    margin: 1.1rem 0.4rem 0 0;
    background-size: 3.95rem 3rem;
}

.part3 i {
    position: absolute;
    width: 0.5rem;
    height: 0.05rem;
    background: #d32026;
    left: 0.05rem;
    top: 1.86rem;
}

.part3 h3 {
    font-size: 0.6rem;
    color: #1b1d1f;
    padding-top: 2rem;
}

.part3 p {
    font-size: 0.4rem;
    height: 2.15rem;
    border-left: 1px solid #c1c1c1;
    color: #666;
    padding-left: 0.35rem;
    margin: 2px 0 0 0.6rem;
    line-height: 0.55rem;
}

.part3 .mid div {
    background: #f5f5f5;
    width: 6.35rem;
    height: 4.875rem;
    position: relative;
}

.part3 .mid div i {
    left: 0.75rem;
    top: 0.4rem;
}

.part3 .right .mid div i {
    top: 0.1rem;
}

.part3 .mid div h3 {
    padding-top: 0.6rem;
    margin-left: 0.7rem;
}

.part3 .right .mid div h3 {
    padding-top: 0.3rem;
}

.part3 .mid div p {
    margin: 2px 0 0 1.2rem;
}

.part3 .right .mid div {
    background: #fff;
}

.button {
    width: 5.5rem;
    height: 1rem;
    background: #d32026;
    display: block;
    line-height: 1rem;
    color: #fff;
    margin: 1rem auto;
    font-size: 0.45rem;
}

.part3 .button2 {
    width: 4.2rem;
    height: 0.65rem;
    line-height: 0.65rem;
    font-size: 0.4rem;
    text-align: center;
    margin: 0.4rem 0 0 0;
}

.part3 .mid .button2 {
    margin: 0.4rem auto;
}


/*part4*/

.part4 {
    background: #f6f6f6;
}

.part4 h2 {
    padding: 0.9rem 0;
}

.part4 .all3 {
    background: #d32026;
    width: 100%;
    padding: 0 3.8rem;
}

#btnBox {
    width: 5rem;
    height: 7.5rem;
    padding-top: 1.7rem;
    background: #1b1d1f;
    text-align: left;
}

#btnBox li {
    height: 1.75rem;
    border-bottom: 1px solid #323436;
    cursor: pointer;
    color: #525252;
    font-size: 0.5rem;
}

#btnBox li p {
    line-height: 1.75rem;
    background: url(../img/icon1.png) no-repeat 0.5rem 0.75rem;
    padding-left: 1.2rem;
    background-size: 0.5rem 0.35rem;
}

#btnBox #first {
    border-top: 1px solid #323436;
    text-align: left;
}

#btnBox li.active {
    background: #d32026;
    color: #fff;
}

#btnBox li.active p {
    background: url(../img/icon2.png) no-repeat 0.5rem 0.75rem;
    transition: 0.5s;
    transform-origin: 0 0;
    background-size: 0.5rem 0.35rem;
}

#tabBox {
    margin-left: 0.75rem;
    width: 6.4rem;
    height: 7.5rem;
    overflow: hidden;
    color: #fff;
    position: relative;
}

#tabBox h3 {
    font-size: 0.55rem;
    padding: 1.5rem 0 1.2rem;
    line-height: 0.85rem;
}

#tabBox .title {
    font-size: 0.45rem;
    text-align: left;
    margin-bottom: 0.5rem;
}

#tabBox .title img {
    margin: 0.075rem 0.15rem 0 0;
    width: 0.525rem;
    height: 0.45rem;
}

#tabBox .title img.fir {
    margin-left: 0.45rem;
}

#tabBox .title img.sec {
    margin-left: 0.45rem;
}

#tabBox .part {
    position: absolute;
    left: 6.8rem;
    top: 0;
    width: 6.8rem;
}

#tabBox .part.dis {
    left: 0;
    transition: 0.7s;
}


/*part5*/

.part5 {
    background: url(../img/adv.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 4.5rem;
    color: #fff;
}

.part5 h2 {
    font-size: 0.6rem;
    padding: 0.5rem 0 0.2rem;
}

.part5 h2 span {
    font-size: 0.75rem;
}

.part5 h2 i {
    color: #fbb450;
}

.part5 p {
    font-size: 0.5rem;
}

.part5 .button {
    margin-top: 0.5rem;
}


/*part6*/

.part6 h2 {
    padding-bottom: 0.85rem;
}

.part6 ul {
    padding: 0 0.85rem;
}

.part6 li {
    width: 8.05rem;
    height: 4.8rem;
    border: 1px solid #b0b0b0;
    margin-bottom: 0.75rem;
}

.part6 h3 {
    color: #1b1d1f;
    font-size: 0.5rem;
    font-weight: bold;
    padding-top: 0.5rem;
}

.part6 h3 b {
    color: #d32026;
    font-size: 0.6rem;
}

.part6 img {
    text-align: left;
    margin-top: 0.5rem;
    -webkit-transform-origin: center center;
    animation: swing 1s infinite linear;
}

.part6 h4 {
    font-size: 0.4rem;
    height: 1.95rem;
}

.part6 p {
    display: inline-block;
    text-align: left;
    height: 1rem;
    border-left: 1px solid #c3c3c3;
    padding-left: 0.5rem;
    margin: 0.75rem 0 0 0.25rem;
}

.part6 .button {
    width: 3.75rem;
    height: 0.75rem;
    line-height: 0.75rem;
    margin-top: 0.35rem;
}

.part6 .img1 {
    width: 1.25rem;
    height: 1.375rem;
}

.part6 .img2 {
    width: 1.375rem;
    height: 1.2rem;
}

.part6 .img3 {
    width: 1.375rem;
    height: 1.075rem;
}

.part6 .img4 {
    width: 1.25rem;
    height: 1.25rem;
}

.part6 .img5 {
    width: 1.375rem;
    height: 1.425rem;
}

.part6 .img6 {
    width: 1.375rem;
    height: 1.375rem;
}


/*part7*/

.part7 h2,
.part8 h2,
.part9 h2,
.part11 h2 {
    background: #f6f6f6;
    padding: 0.75rem 0;
}

#swiper2 img {
    width: 13rem;
    height: 8.25rem;
}

.part7 .roll {
    width: 17.75rem;
    height: 8.25rem;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.part7 .txtBox {
    background: #d32026;
    width: 4.75rem;
    height: 8.25rem;
    position: relative;
}

.part7 .txtBox .one {
    height: 1.9rem;
    border-left: 0.075rem solid #fff;
    padding-left: 0.2rem;
    margin: 1.95rem 0 0 0.25rem;
    color: #fff;
}

.part7 .txtBox2 .one {
    height: 3.65rem;
}

.part7 .txtBox i {
    width: 1.5rem;
    height: 0.075rem;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0.5rem;
}

.part7 .txtBox h3 {
    font-size: 0.45rem;
    font-weight: bold;
    padding-bottom: 0.1rem;
}

.part7 .txtBox p {
    font-size: 0.4rem;
}

.part7 .txtBox .button {
    width: 3.75rem;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.4rem;
    background: #1b1d1f;
    text-align: center;
    margin: 1.6rem 0 0 0.25rem;
}

.part7 .txtBox2 .button {
    margin-top: 0.5rem;
}


/*part8*/

.part8 h2 {
    background: #fff;
}

.part8 .all4 {
    background: #1b1d1f;
    width: 100%;
    padding-bottom: 1rem;
}

.part8 ul {
    padding: 0rem 2.6rem;
}

.part8 ul li {
    width: 6rem;
    height: 5.5rem;
    background: #fff;
    margin-right: 0.5rem;
    margin-top: 1.25rem;
}

.part8 ul li h3 {
    width: 3.25rem;
    height: 0.9rem;
    border-radius: 0.125rem 0.125rem 0 0;
    background: #d32026;
    margin: -0.5rem auto 0;
    font-size: 0.5rem;
    line-height: 0.9rem;
    color: #fff;
}

.part8 ul li h4 {
    font-size: 0.45rem;
    font-weight: bold;
    color: #444;
    padding: 0.25rem 0 0.15rem;
    width: 5.25rem;
    margin: 0 auto 0.7rem;
    border-bottom: 1px solid #c1c1c1;
}

.part8 ul li p {
    font-size: 0.4rem;
    color: #666;
    line-height: 1.1rem;
}

.part8 ul li p img {
    width: 3.475rem;
    height: 1.1rem;
    transform: rotateX(0deg);
    transition: 2s;
}

.part8 ul li .button {
    width: 4.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #e8e8e8;
    color: #484848;
    margin-top: 0.6rem;
    font-size: 0.4rem;
}


/*part9*/

.part9 .pad {
    width: 18.75rem;
    height: 13.55rem;
    margin: 0px auto;
    background: url(../img/pad.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}

.part9 .pad .pos {
    position: absolute;
    left: 2.1rem;
    top: 0.825rem;
}

.part9 .pad .left {
    width: 4.5rem;
    padding-top: 1.75rem;
    height: 9.15rem;
    background: #1b1d1f;
    color: #fff;
    font-size: 0.5rem;
}

.part9 .pad .left li,
.part9 .pad .left p {
    height: 1.75rem;
    border-bottom: 1px solid #323436;
    line-height: 1.75rem;
}

.part9 .pad .left li {
    color: #525252;
    cursor: pointer;
    font-family: arial;
}

.part9 .pad .left p {
    border-top: 1px solid #323436;
}

.part9 .pad .left li.active {
    color: #fff;
    background: #d32026;
    transition: 0.3s;
}

.part9 .pad .right {
    width: 9rem;
    padding: 0px 0.55rem 0 0.45rem;
    height: 10.9rem;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.part9 .pad .right h3 {
    color: #1b1d1f;
    font-size: 0.45rem;
    font-weight: bold;
    margin-top: 0.45rem;
}

.part9 .pad .right p {
    font-size: 0.35rem;
    color: #646464;
    padding-top: 0.15rem;
}

.part9 .pad .right div {
    height: 10.55rem;
    position: absolute;
    top: 10.9rem;
    transition: 0.5s;
    overflow-x: hidden;
}

.part9 .pad .right div.on {
    top: 0;
}

.part9 .button {
    margin-top: 0px;
    margin-bottom: 0;
}


/*part10*/

.part10 {
    padding-bottom: 1rem;
}

.teacher {
    padding: 0 0.5rem;
    height: 7.5rem;
}

#teacher {
    width: 17.75rem;
    margin: 0 auto;
}

#teacher img {
    width: 4.25rem;
    height: 7.5rem;
}

#teacher .swiper-slide .infoBox {
    width: 4.25rem;
    height: 7.5rem;
    position: relative;
    overflow: hidden;
}

#teacher .swiper-slide .infoBox .info {
    width: 4.25rem;
    height: 2.25rem;
    position: absolute;
    bottom: -2.25rem;
}

#teacher .swiper-slide .infoBox .info i {
    width: 100%;
    height: 100%;
    background: #d32026;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
}

#teacher .swiper-slide .infoBox .info h3 {
    position: absolute;
    left: 50%;
    margin-left: -1.625rem;
    top: 0.3rem;
    color: #fff;
    font-size: 0.45rem;
    width: 3.25rem;
    height: 1.5rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 0.2rem;
}

#teacher .swiper-slide .infoBox .info h3 b {
    font-weight: bold;
}

#teacher .swiper-slide.swiper-slide-next .infoBox .info {
    bottom: 0;
    transition: 0.2s;
}


/*part11*/

.part11 {
    padding-bottom: 1.5rem;
}

.part11 ul {
    padding: 0 1.1rem;
    margin: 2.5rem auto 0;
}

.part11 ul li {
    width: 7.95rem;
    height: 5.45rem;
    border: 1px solid #bbb;
}

.part11 ul li h3 {
    background: url(../img/shape1.png) no-repeat;
    background-size: 3.35rem 3.75rem;
    width: 3.35rem;
    height: 3.4rem;
    color: #fff;
    margin: -1.65rem auto 0;
    font-size: 0.55rem;
    padding-top: 0.5rem;
    text-align: center;
}

.part11 ul li h3 span {
    font-size: 1rem;
}

.part11 ul li p {
    font-size: 0.4rem;
    color: #666;
    text-align: justify;
    padding: 0 0.4rem;
    line-height: 0.6rem;
}

.part11 ul li p span {
    color: #d32026;
}

.part11 ul li a {
    display: block;
    width: 4.75rem;
    height: 0.85rem;
    line-height: 0.85rem;
    color: #fff;
    background: #1b1d22;
    margin: 0.35rem auto 0;
    font-size: 0.45rem;
}

.part11 ul li a.marT {
    margin: 0.2rem auto 0;
}


/*ly*/

.ly {
    width: 100%;
    height: 9.45rem;
    background: url(../img/ly.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 1.3rem;
    margin-bottom: 2rem;
}

.ly .mes {
    width: 14rem;
    height: 6.875rem;
    background: url(../img/border.png) no-repeat;
    margin: 0 auto;
    position: relative;
    background-size: 100% 100%;
    color: #fff;
}

.ly .mes h2 {
    font-size: 0.65rem;
    position: absolute;
    left: 1.6rem;
    top: -0.6rem;
}

.ly .mes h2 span {
    color: #fbb450;
    font-size: 0.75rem;
}

.ly .mes .txt {
    font-size: 0.5rem;
    padding-top: 0.5rem;
}

.mesBox {
    width: 8.6rem;
    margin: 0.76rem auto 0;
}

.mesBox .left {
    width: 0.8rem;
}

.mesBox .left li:nth-child(1) img {
    width: 0.55rem;
    height: 0.825rem;
}

.mesBox .left li:nth-child(2) img {
    width: 0.775rem;
    height: 0.8rem;
}

.mesBox .left li:nth-child(3) img {
    width: 0.8rem;
    height: 0.6rem;
}

.mesBox .left li {
    margin-bottom: 0.2rem;
}

.mesBox .right input {
    width: 6.95rem;
    height: 0.95rem;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 0.45rem;
    padding-left: 0.25rem;
}

.submit {
    width: 5.25rem;
    height: 1rem;
    background: url(../img/btn.jpg) no-repeat;
    background-size: 100% 100%;
    border: none;
    cursor: pointer;
    margin: 1rem auto;
    display: block;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}