* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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

li {
    list-style: none;
}

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

b,
strong {
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

img {
    vertical-align: top;
}

div,
p,
span,
h1,
h2,
h3,
h4 {
    line-height: 1;
}

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

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: none;
    border: none;
    background: none;
}

body {
    /* font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; */
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
    overflow-x: hidden;

}
html, body {
    min-width: 1200px;

}
* {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.index{
    width: 100%;
    position: relative;
    text-align: center;

}


.nav_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 100px;
    background-color: #1c4bd1;

}
.nav_box *{
    padding: 0;
    margin: 0;
}
.nav_box li a{
    text-decoration: none;
}
.nav_bg {
    height: 50px;
    padding-top: 30px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
}

.logo {
    display: inline-block;
}
.w-container {
    width: 1200px;
    margin: auto;
}
.nav_left {
    width: 300px;
    float: left;
}

.nav_left p {
    display: inline-block;
    color: #fff;
    float: right;
    border-left: 1px solid #fff;
    height: 34px;
    line-height: 1.3;
    font-size: 14px;
    padding-left: 20px;
}

.nav_left p span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 0 12px;
}

.nav_left p em {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}




.nav_ul {
    width: 720px;
    float: right;
    margin-top: 15px;
}

.nav_ul li {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    float: left;
    margin-right: 35px;
    width: 81px;
    height: 22px;
    position: relative;
}

.nav_ul li a {
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 14px;
}

.nav_ul li a span {
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width .6s;
}

.nav_ul li.nav_active span {
    width: 100%;
}


.banner{
	margin:0 auto;
	width:100%;
    height:820px;
	position:relative;
    z-index: 99;
}
.banner img{
	top:0;
	left:50%;
	margin-left:-960px;
	width:1920px;
    height:820px;
	position:absolute;
}




.p1 {
    width: 100%;
    background: #f0f5ff;
    height: 900px;
    margin-top: -120px;
    position: relative;
}
.title {
    width: 1000px;
    height: 79px;
    background: url(../img/title.png) no-repeat;
    background-size: 60%;
    margin: 0 auto 0;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #0d2c8a;
    font-size: 32px;
    font-weight: bold;
    padding-top: 17px;
    background-position-x: center;
}
.title span {
    color: #de514e;
}

.p1-index {
    width: 1100px;
    height: 445px;
    position: absolute;
    top: 57%;left: 50%;
    transform: translate(-50%,-50%);
}

.p1-left {
    width: 260px;
    height: 445px;
    float: left;
}

.p1-left div {
    width: 260px;
    height: 110px;
    background: #496de5;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    line-height: 110px;
    border-bottom: 1px solid #000;
    position: relative;
}
.p1-left .act {
    background-image: linear-gradient(#3c81f0, #1c4bd1);
    border: none;
}
.p1-left .act .sjx {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 11px solid #1c4bd1;
    border-bottom: 9px solid transparent;
    position: absolute;
    display: block;
    z-index: 9;
    top: 48px;
    right: -11px;
}

.sjx {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #1c4bd1;
    border-bottom: 10px solid transparent;
    position: absolute;
    display: none;
}
.p1-right {
    width: 840px;
    height: 440px;
    float: left;
    background: #1d3999;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.div-left {
    float: left;
    margin-left: 30px;
}
.div-left div {
    width: 180px;
    height: 90px;
    border-radius: 20px;
    background-image: linear-gradient(#5e81e9, #3550b3);
}
.div-left div:nth-child(1) {
    margin-top: 40px;
}
.div-left div:nth-child(2) {
    margin-top: 19px;
}
.div-left div:nth-child(3) {
    margin-top: 19px;
}
.div-left div p:nth-child(1) {
    color: #ffffff;
    font-size: 15px;
    padding-top: 19px;
}
.div-left div p:nth-child(2) {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
}
.div-right {
    float: left;
}

.p1-right-div {
    display: none;
}

.p1-right .act {
    display: block;
}


.div-right p:nth-child(1) {
    width: 570px;
    height: 80px;
    background: #142b83;
    color: #ffffff;
    font-size: 16px;
    padding-top: 15px;
    line-height: 25px;
    margin-top: 40px;
    margin-left: 25px;
}
.div-right p:nth-child(2) {
    margin-top: 10px;
    margin-left: 17px;
}



.div-right p:nth-child(3) {
    color: #fff;
    font-size: 15px;
    margin-top: 28px;
    margin-left: -187px;
}
.div-top {
    margin-left: 46px;
    margin-top: 40px;
    width: 740px;
    height: 95px;
}
.div-top div{
    float: left;
    width: 220px;
    height: 90px;
    background-image: linear-gradient(#5e81e9, #3550b3);
    border-radius: 20px;
    margin-right: 20px;
}
.div-top div p:nth-child(1) {
    color: #ffffff;
    font-size: 16px;
    padding-top: 20px;
}
.div-top div p:nth-child(2) {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding-top: 12px;
}
.div-bottom div{
    float: left;
}
.bottom-left {
    color: #fff;
    font-size: 18px;
    margin-left: 50px;
    margin-top: 40px;
    text-align: left;
}
.bottom-left li {
    margin-bottom: 29px;
    font-size: 16px;


}
.bottom-zhong {
    margin-top: 40px;
    margin-left: 20px;

}
.bottom-right {
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    margin-left: 30px;
}
.bottom-right li {
    margin-bottom: 29px;
    font-size: 16px;

}

.laiyuan {
    color: #fff;
    font-size: 15px;
    float: left;
    margin-left: 260px;
    margin-top: 5px;
}

.js {
    width: 780px;
    height: 80px;
    color: #fff;
    font-size: 16px;
    background-color: #0b1f72;
    text-align: left;
    padding-top: 15px;
    padding-left: 30px;
    margin-top: 30px;
    margin-left: 30px;
    line-height: 27px;
}
.js span {
    color: #ff0000;
}
.aimei {
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
}

.left1 {
    width: 120px;
    height: 350px;
    margin-top: 45px;
    margin-left: 39px;
    float: left;
}
.left1 .chu {
    width: 120px;
    height: 165px;
    background-image: linear-gradient(#5e81e9, #3550b3);
    border-radius: 20px;
    margin-bottom: 20px;
}
.left1 .chu img {
    margin-top: 20px;
}
.left1 .chu p:nth-child(2) {
    color: #fff;
    font-size: 15px;
    margin-top: 13px;
}
.left1 .chu p:nth-child(3) {
    color: #fff;
    font-size:22px;
    font-weight: bold;
    margin-top: 8px;
}
.right1 {
    width: 635px;
    height: 345px;
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}
.right1-b {
    width: 635px;
    height: 40px;
    background: #0b1f72;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
.right1-t {
    width: 600px;
    height: 300px;
    margin-top: 25px;
    margin-left: 34px;
}
.right1-l {
    float: left;
}
.right1-l p{
    color: #fff;
    font-size: 16px;
    text-align: right;
    margin-bottom: 14px;
}
.right1-r {
    float: left;
    margin-left: 20px;
    margin-top: 3px;
}
.right1 .aimei1 {
    color: #fff;
    font-size: 15px;
    margin-top: 7px;
    margin-left: -75px;
}
.button {
    width: 320px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    background: #df524f;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 60px;
}

.p2 {
    width: 100%;
    height: 950px;
    position: relative;
}

.title2 {
    width: 1000px;
    height: 79px;
    background: url(../img/title2.png) no-repeat;
    background-size: 60%;
    margin: 0 auto 0;
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #0d2c8a;
    font-size: 32px;
    font-weight: bold;
    padding-top: 17px;
    background-position-x: center;
}
.title2 span {
    color: #de514e;
}

.p2-index {
    width: 1100px;
    height: 602px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: linear-gradient(#5a7ce3, #2a43a5);
    border-radius: 20px;
}
.p2-top {
    /* margin-top: 20px; */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 1000px;
    margin: 20px auto 0;
}

.p2-top div{
    /* float: left; */
    width: 235px;
    height: 60px;
    background: #ffffff;
    border-radius: 50px;
    color: #333333;
    font-size: 22px;
    line-height: 60px;
    position: relative;
}
.p2-top .czsj {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e45956;
    position: absolute;
    top: 59px;
    left: 99px;
    display: none;
}
.p2-bottom {
    width: 1060px;
    height: 373px;
    background: #fff;
    margin: 20px auto 0;
}
.p2-bottom img {
    padding-top: 30px;
}
.p2-bottom p {
    color: #293354;
    font-size: 16px;
    padding-top: 12px;
}
.p2-dibu {
    color: #ffffff;
    font-size: 15px;
    padding-top: 35px;
    padding-left: 50px;
    text-align: left;
    line-height: 30px;
}
.renlianshibie {
    display: none;
}
.p2-top .act2 {
    background: #e45956;
    color: #fff;
}
.p2-top .act2 .czsj {
    display: block;
}
.p2-bottom div {
    position: absolute;
    top: 90px;
    left: 40px;
}
.p2-bottom .act2 {
    display: block;
}

.p3 {
    width: 100%;
    height: 990px;
    background: url(../img/p3-bj.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}


.title3 {
    width: 940px;
    height: 79px;
    background: url(../img/title3.png) no-repeat;
    background-size: 60%;
    margin: 0 auto 0;
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding-top: 17px;
    background-position-x: center;
}
.title3 span {
    color: #ff5352;
}

.p3-index {
    width: 1125px;
    height: 667px;
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
}

.p3-left {
    width: 90px;
    height: 667px;
    float: left;
}
.p3-left p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 72px;
}
.p3-left p:nth-child(1) {
    margin-top: 54px;
}
.p3-right {
    width: 1035px;
    height: 667px;
    float: left;
    position: relative;
}
.kj-lc {
    width: 970px;
    position: absolute;
    top: 0px;
}
.kj-lc p{
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 26px;

}
.kj-lc .kj-1 {
    position: absolute;
    top: 393px;
    left: 30px;
}
.kj-lc .kj-2 {
    position: absolute;
    top: 304px;
    left: 194px;
}
.kj-lc .kj-3 {
    position: absolute;
    top: 242px;
    left: 353px;
}
.kj-lc .kj-4 {
    position: absolute;
    top: 130px;
    left: 522px;
}
.kj-lc .kj-5 {
    position: absolute;
    top: 173px;
    left: 674px;
}
.kj-lc .kj-6 {
    position: absolute;
    top: 79px;
    left: 823px;
}

.p-gz {
    width: 996px;
    height: 40px;
}
.p-gz div {
    float: left;
    color: #fff;
    font-size: 16px;
    margin-right: 60px;
    margin-top: 5px;
}
.p-gz div p {
    line-height: 25px;
}

.p4 {
    width: 100%;
    height: 879px;
    position: relative;
}
.title4 {
    width: 960px;
    height: 130px;
    background: url(../img/title4.png) no-repeat;
    background-size: 60%;
    margin: 0 auto 0;
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #0d2c8a;
    font-size: 32px;
    font-weight: bold;
    padding-top: 17px;
    background-position-x: center;
}
.title4 span {
    color: #ff5352;
}

.title4 p {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    margin-top: 42px;
}

.p4-index {
    width: 1100px;
    height: 500px;
    background: #bccaf3;
    border-radius: 20px;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.p4-index2 {
    width: 1070px;
    height: 470px;
    background: #304aac;
    margin: 15px auto 0;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.p4-index3 {
    width: 1027px;
    height: 430px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 38px auto 0;
}
.p4-index3 .p4-small {
    width: 480px;
    height: 180px;
    background: #fff;
    border-radius: 5px;
}

.p4-small .small-left {
    float:left;
    margin-top: 40px;
    margin-left: 15px;

}

.p4-small .small-right {
    float:left;
    margin-left: 20px;
    text-align: left;
}
.small-right p:nth-child(1) {
    color: #0d2c8a;
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
}
.small-right p:nth-child(2) {
    color: #0d2c8a;
    margin: 10px 0 6px 0;
}
.small-right p:nth-child(3) {
    color: #333333;
    font-size: 18px;
    line-height: 28px;
}

.p5 {
    width: 100%;
    height: 1000px;
    background: url(../img/p5.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -53px;
}

.title5 {
    width: 810px;
    height: 79px;
    background: url(../img/title5.png) no-repeat;
    background-size: 60%;
    margin: 0 auto 0;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding-top: 17px;
    background-position-x: center;
}
.title5 span {
    color: #ff5352;
}

.p5-index {
    width: 1000px;
    height: 581px;
    position: absolute;
    top: 54%;left: 50%;
    transform: translate(-50%,-50%);
    
}

.p5-index .p5-top {
    width: 880px;
    height: 320px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}
.p5-top div {
    width: 280px;
    height: 310px;
}
.p5-index .p5-bottom {
    width: 581px;
    height: 355px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: -65px auto 0;
}
.p5-bottom div {
    width: 280px;
    height: 310px;
}


.p5-index .p5-1 {
    background: url(../img/p5-1.png) no-repeat;
    background-size: 100% 100%;
}
.p5-index .p5-2 {
    background: url(../img/p5-2.png) no-repeat;
    background-size: 100% 100%;
}
.p5-index .p5-3 {
    background: url(../img/p5-3.png) no-repeat;
    background-size: 100% 100%;
}
.p5-index .p5-4 {
    background: url(../img/p5-4.png) no-repeat;
    background-size: 100% 100%;
}
.p5-index .p5-5 {
    background: url(../img/p5-5.png) no-repeat;
    background-size: 100% 100%;
}

.p5-top div p:nth-child(1) {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 43px auto 0;
    line-height: 40px;
}

.p5-top div p:nth-child(2) {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin: 35px auto 0;
}

.p5-bottom div p:nth-child(1) {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 43px auto 0;
    line-height: 40px;
}

.p5-bottom div p:nth-child(2) {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin: 35px auto 0;
}

.p6 {
    width: 100%;
    height: 1330px;
    margin-top: -53px;
    position: relative;
}


.title6 {
    width: 860px;
    height: 79px;
    background: url(../img/title6.png) no-repeat;
    background-size: 65%;
    margin: 0 auto 0;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #0d2c8a;
    font-size: 32px;
    font-weight: bold;
    padding-top: 17px;
    background-position-x: center;
}
.title6 span {
    color: #ff5352;
}

.p6-index {
    width: 1100px;
    height: 950px;
    background: url(../img/p6-index.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 49%;left: 50%;
    transform: translate(-50%,-50%);
}
.p6-1 {
    width: 1075px;
    height: 220px;
    /* border: 1px solid #fff; */
    margin: 14px auto 0;
}
.p6-1 div {
    float: left;
}
.p6-1-left {
    width: 236px;
    height: 220px;
}


.p6-1-left p:nth-child(1) {
    color: #fff;
    font-size: 22px;
    text-align: left;
    margin-top: 42px;
    margin-left: 57px;
    font-weight: bold;
}
.p6-1-left p:nth-child(2) {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 42px;
    line-height: 40px;
}
.p6-1-zhong {
    width: 535px;
    height: 220px;
    
}
.p6-1-small {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 500px;
    height: 170px;
    margin: 35px 0 0 23px;
}
.p6-1-small p {
    width: 150px;
    height: 58px;
    background: #fff;
    border-radius: 10px;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}
.p6-1-right {
    width: 303px;
    height: 220px;
}
.p6-1-right p:nth-child(1) {
    color: #0d2c8a;
    font-size: 18px;
    text-align: left;
    margin-top: 26px;
    margin-left: 20px;
    font-weight: bold;
}
.p6-1-right p:nth-child(2) {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    margin-top: 21px;
    margin-left: 23px;
}


.p6-2 {
    width: 1075px;
    height: 220px;
    margin: 0px auto 0;
}
.p6-2 div {
    float: left;
}

.p6-3 {
    width: 1075px;
    height: 220px;
    margin: 0px auto 0;

}
.p6-3 div {
    float: left;
}

.p6-4 {
    width: 1075px;
    height: 220px;
    margin: 18px auto 0;

}
.p6-4 div {
    float: left;
}
.p7 {
    width: 100%;
    height: 818px;
    background: url(../img/p7.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}


.title7 {
    width: 920px;
    height: 79px;
    background: url(../img/title7.png) no-repeat;
    background-size: 67%;
    margin: 0 auto 0;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding-top: 17px;
    background-position-x: center;
}
.title7 span {
    color: #ff5352;
}

.p7-index {
    position: absolute;
    top: 49%;left: 50%;
    transform: translate(-50%,-50%);
}

#banner{
	width:1000px;
	max-width:1000px;
    height:390px;
}
#banner .swiper-slide{
    width:1000px;

    height:390px;

	position:relative;
	overflow:hidden;
}
#banner img{
	top:0;
	left:50%;
	margin-left:-500px;
    width:1000px;
    height:390px;
	position:absolute;
}
.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}


.arrow-left {
    background: url(../img/left.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -15px;
    width: 66px;
    height: 66px;
    z-index: 999;
  } 
  .arrow-right {
    background: url(../img/right.png) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -15px;
    width: 66px;

    height: 66px;
    z-index: 999;

  }

  .p8 {
      width: 100%;
      height: 840px;
      position: relative;
  }

  .rel{position: relative;}
  .absl{position: absolute;left: 0;top: 0;}
  .abstl{position: absolute;left: 0;bottom: 0;}
  .abstr{position: absolute;right: 0;bottom: 0;}
  .absr{position: absolute;right: 0;top: 0;}

.p8 .teacher{
    width: 1460px;
    height: 385px;
    top: 51%;left: 50%;
    transform: translate(-50%,-50%);
}
  .p8 .teacher .left{
    top: -39px;
    left: -222px;
    width: 1140px;
    height: 450px;
    background: url(../img/dalunbo-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0px 60px;
    }
  .p8 .teacher .left p{
      width: 44px;
      height: 44px;
      background: #fb0d5b;
      line-height: 44px;
    }
  #swiper5,#swiper5 .rel{
      height: 455px;
    }
    #swiper5 img {
        top: 5px;
        left: 416px;
    }
  #swiper5 .rel{
      width: 312px;
    }
  .p8 .teacher .mid{
    width: 395px;
    height: 360px;
    left: 505px;
    top: 50px;
    text-align: left;
    overflow: hidden;
    }
  .p8 .teacher .mid h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    }
    .p8 .teacher .mid h4{
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-top: 20px;
      }
  .p8 .teacher .mid em{
      width: 24px;
      height: 2px;
      background: #fff;
      margin: 28px 0 0 3px;
      display: block;
    }
  .p8 .teacher .mid .tit2{
      font-size: 14px;
      margin: 20px 0;
      color: #fff;
      line-height: 29px;
      width: 370px;
    }
  .p8 .teacher .mid .tit1{
      line-height: 30px;
    }
  .p8 .teacher .mid .tit3{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
    width: 282px;
    background: url(../img/duobianxing.png) no-repeat;
    background-position: left center;
    padding-left: 20px;
    background-position-y: 3px;
    }
  .p8 .teacher .mid .tit4{
      margin-top: 20px;
    }
  .p8 .teacher .mid .tit{
      margin-top: 40px;
    }
  .p8 .teacher .mid div{
      top: -400px;
      transition: 0.7s;
    }
  .p8 .teacher .mid .top{
      top: 0px;
      transition: 0.7s;
    }
  .p8 .teacher .right{
    width: 270px;
    height: 395px;
    top: -86px;
    right: 220px;
    }
  .teacher .right h4{
      font-size: 48px;
      right: 122px;
      font-weight: normal;
      top: 124px;
    }
  .teacher .right ul{
    width: 100%;
    height: 100%;
    right: 38px;
    top: 107px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow: hidden;
    }
  .teacher .right ul b{
      width: 100%;
      height: 123px;
      background: #dbd7d7;
      z-index: 2;
      transition: 0.7s;
    }


  .teacher .right ul li{
      margin-bottom: 10px;
      width: 125px;
      height: 123px;
    overflow: hidden;
      cursor: pointer;
    }
    .teacher .right ul .on {
        border: 5px solid;
        border-image:linear-gradient(to right,#72c5ff,#5a7eff) 1 10;
        position: relative;
        z-index: 9999;
        transition: 0.5s;
    }
    .teacher .right ul li img {
        z-index: 999;
    }
  .teacher .right ul li.on b{
      opacity: 0;
      filter:alpha(opacity=0);
      transition: 0.7s;
    }



.p9 {
    width: 100%;
    height: 730px;
    position: relative;
}
.title9 {
    width: 910px;
    height: 79px;
    background: url(../img/title9.png) no-repeat;
    background-size: 72%;
    margin: 0 auto 0;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #0d2c8a;
    font-size: 32px;
    font-weight: bold;
    padding-top: 17px;
    background-position-x: center;
}
.title9 span {
    color: #ff5352;
}
.p9-index {
    width: 1000px;
    height: 400px;
    background: url(../img/p9-index.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 44.7%;left: 50%;
    transform: translate(-50%,-50%);
}
.p9-div {
    float: left;
    width: 287px;
    height: 135px;
    /* border: 1px solid #fff; */
}
.diyi {
    margin-top: 42px;
    margin-left: 20px;
}
.diyi h3 {
    color: #fff;
    font-size: 24px;
}
.dier {
    margin-top: 42px;
    margin-left: 390px;
}
.dier h3 {
    color: #fff;
    font-size: 24px;

}
.disan {
    margin-top: 42px;
    margin-left: 20px;
}
.disan h3 {
    color: #fff;
    font-size: 24px;

}
.disi {
    margin-top: 42px;
    margin-left: 390px;
} 
.disi h3 {
    color: #fff;
    font-size: 24px;

}




.p9-div div {
    width: 300px;
    height: 66px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 45px;
} 
.p9-div div p {
    color: #fff;
    font-size: 16px;
}
.p9-div div .js-kc {
    width: 140px;
    height: 20px;
}

.p10 {
    width: 100%;
    height: 1060px;
    background: url(../img/p10.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -101px;
    position: relative;
}

.title10 {
    width: 910px;
    height: 79px;
    background: url(../img/title10.png) no-repeat;
    background-size: 64%;
    margin: 0 auto 0;
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding-top: 17px;
    background-position-x: center;
}
.title10 span {
    color: #ff5352;
}

.p10-index {
    width: 1200px;
    height: 540px;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/p10-index1.png) no-repeat;
    background-size: 85.1% 85.1%;
    background-position-x: center;
}

.p10-top  {
    position: relative;
}
.p10-top p {
    float: left;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 41px;
    line-height: 34px;
}

.p10-top p:nth-child(1) {
    position: absolute;
    top: -8px;
    left: 291px;
}
.p10-top p:nth-child(2) {
    position: absolute;
    top: -8px;left: 515px;
}
.p10-top p:nth-child(3) {
    position: absolute;
    top: -8px;left: 736px;

}
.p10-top p:nth-child(4) {
    position: absolute;
    top: -8px;left: 959px;
}
.p10-bottom {
    position: relative;
}
.p10-bottom p {
    float: left;
    color: #333333;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    margin-top: 79px;
}

.p10-bottom p:nth-child(1) {
    position: absolute;
    top: 79px;
    left: 243px;
}
.p10-bottom p:nth-child(2) {
    position: absolute;
    top: 79px;
    left: 469px;
}
.p10-bottom p:nth-child(3) {
    position: absolute;
    top: 79px;
    left: 693px;
}
.p10-bottom p:nth-child(4) {
    position: absolute;
    top: 79px;
    left: 914px;
}
.p10-top2 {position: relative;}
.p10-top2 p {
    float: left;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 92px;
    line-height: 34px;
}

.p10-top2 p:nth-child(1) {
    position: absolute;
    top: 183px;
    left: 153px;
}
.p10-top2 p:nth-child(2) {
    position: absolute;
    top: 183px;
    left: 376px;
}
.p10-top2 p:nth-child(3) {
    position: absolute;
    top: 183px;left: 600px;
}
.p10-top2 p:nth-child(4) {
    position: absolute;
    top: 183px;left: 823px;
}


.p10-bottom2 {
    width: 1100px;
}
.p10-bottom2 {
    position: relative;
}
.p10-bottom2 p {
    float: left;
    color: #333333;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    margin-top: 79px;
}

.p10-bottom2 p:nth-child(1) {
    position: absolute;
    top: 324px;
    left: 105px;
}
.p10-bottom2 p:nth-child(2) {
    position: absolute;
    top: 324px;left: 323px;
}
.p10-bottom2 p:nth-child(3) {
    position: absolute;
    top: 324px;left: 547px;
}
.p10-bottom2 p:nth-child(4) {
    position: absolute;
    top: 324px;left: 776px;
}



.p10-bottom3 {
    width: 1065px;
    height: 115px;
    background: url(../img/zuihou.png) no-repeat;
    background-size: 98% 92%;
    position: relative;
    background-position-x: center;
    margin: 515px auto 0;
}
.p10-bottom3 div {
    float: left;
    color: #fff;
}
.p10-bottom3 div p:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    top: 0px;left: 0px;
}
.p10-bottom3 div p:nth-child(2) {
    font-size: 18px;
    position: absolute;
    top: 35px;
    left: 8px;
}
.p10-bottom3 div:nth-child(1) {
    position: absolute;
    top: 30px;
    left: 44px;
    width: 180px;
}
.p10-bottom3 div:nth-child(2) {
    position: absolute;
    top: 30px;
    left: 224px;
    width: 180px;

}
.p10-bottom3 div:nth-child(3) {
    position: absolute;
    top: 30px;
    left: 404px;
    width: 180px;

}
.p10-bottom3 div:nth-child(4) {
    position: absolute;
    top: 30px;
    left: 583px;
    width: 180px;

}
.p10-bottom3 div:nth-child(5) {
    position: absolute;
    top: 30px;
    left: 769px;
    width: 180px;

}
.p10-bottom3 div:nth-child(6) {
    position: absolute;
    top: 30px;
    left: 950px;
    width: 180px;

}

.p11 {
    width: 100%;
    height: 858px;
    position: relative;
}

.title11 {
    width: 910px;
    height: 79px;
    background: url(../img/title11.png) no-repeat;
    background-size: 69%;
    margin: 0 auto 0;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #0d2c8a;
    font-size: 32px;
    font-weight: bold;
    padding-top: 17px;
    background-position-x: center;
}
.title11 span {
    color: #ff5352;
}
.p11-index {
    width: 1105px;
    height: 482px;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%,-50%);    
}

.p11-title {
    background: url(../img/p11-jj.png) no-repeat;
    background-size: 100% 100%;
    width: 1100px;
    height: 73px;
}

.p11-title p {
    float: left;
    width: 220px;
    height: 73px;
    line-height: 73px;
    color: #fff;
    font-size: 24px;
    padding-left: 7px;
}

.p11-index2 {
    width: 1110px;
    height: 400px;
    margin-top: 19px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: -5px;
}
.p11-index2 div:nth-child(1) {
    width: 267px;
    height: 160px;
}
.p11-index2 div:nth-child(2) {
    width: 267px;
    height: 160px;
}
.p11-index2 div:nth-child(3) {
    width: 267px;
    height: 160px;
}
.p11-index2 div:nth-child(4) {
    width: 267px;
    height: 160px;
}
.p11-index2 div:nth-child(5) {
    width: 360px;
    height: 221px;
}
.p11-index2 div:nth-child(6) {
    width: 360px;
    height: 221px;
}
.p11-index2 div:nth-child(7) {
    width: 360px;
    height: 221px;
}

.p12 {
    width: 100%;
    height: 120px;
    background: #2e3237;
    color: #999999;
    font-size: 14px;
    padding-top: 35px;
    line-height: 25px;
} 

.new-sj {
    position: absolute;
    bottom: 163px;
    right: 31px;
    color: #fff;
    width: 16px;
    height: 81px;
    line-height: 19px;
}