#form_add .text{width:150px;}
/*part2*/
.part2 {
}

.part2Cont {
    width: 1000px;
    height: 536px;
    position: relative;
}

.par2Bottom {
    background: #fff;
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 70px;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1);
}

.part2 .picStyle1 {
    width: 338px;
    height: 171px;
    position: absolute;
    right: 0;
    top: 125px;
    background: url("../img/part2-style-01.png") no-repeat center center;
    z-index: 12;
    -webkit-animation:part2Animation 1s infinite alternate;
    -moz-animation:part2Animation 1s infinite alternate;
    -o-animation:part2Animation 1s infinite alternate;
    animation:part2Animation 1s infinite alternate;
}

.part2 .picStyle2 {
    width: 123px;
    height: 96px;
    position: absolute;
    right: 136px;
    bottom: -30px;
    background: url("../img/part2-style-02.png") no-repeat center center;
    z-index: 12;
}

@-webkit-keyframes part2Animation {
    0%{
        transform: translateY(0px) translateX(-10px);
    }
    100%{
        transform: translateY(5px) translateX(10px);
    }
}
@-moz-keyframes part2Animation {
    0%{
        transform: translateY(0px) translateX(-10px);
    }
    100%{
        transform: translateY(5px) translateX(10px);
    }
}
@-o-keyframes part2Animation {
     0%{
         transform: translateY(0px) translateX(-10px);
     }
     100%{
         transform: translateY(5px) translateX(10px);
     }
 }
@keyframes part2Animation {
      0%{
          transform: translateY(0px) translateX(-10px);
      }
      100%{
          transform: translateY(5px) translateX(10px);
      }
  }



.part2Cont .telBg {
    position: absolute;
    left: -40px;
    bottom: 0;
    z-index: 10;
    width: 363px;
    height: 536px;
}

.part2Cont .telBg > img {
    display: block;
}

.part2Cont .tab {
    position: absolute;
    left: 378px;
    bottom: 33px;
    width: 90px;
    height: 38px;
    background: #3a3a3a;
}

.part2Cont .tab > span {
    width: 45px;
    height: 38px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 21px;
    line-height: 38px;
    float: left;
    cursor: pointer;
}

.part2Cont .tab .active {
    background: #ddd;
    transition: .5s;
}

/*每一屏的综合样式*/
.part2Cont .section {
    position: absolute;
    width: 1000px;
    height: 536px;
    /* background: #000;*/
}

.part2Cont .section .left {
    position: absolute;
    left: 12px;
    top: 92px;
    width: 260px;
    height: 444px;
    overflow: hidden;
    z-index: 11;
}

.part2Cont .section .left > img {
    position: absolute;
    display: none;
}

.part2Cont .section .right {
    float: right;
    width: 719px;
    padding-top: 40px;
    margin-right: -3px;
}

.part2Cont .section .right h3 {
    font-size: 16px;
    color: #aaa;
    display: inline-block;
    border-bottom: 1px solid #aaa;
    padding: 0 0 10px 64px;
    margin-bottom: 30px;
    font-weight: normal;
}

.part2Cont .section .right .box {
    cursor: pointer;
}

.part2Cont .section .right .box > div {
    width: 175px;
    height: 175px;
    background: #258dda;
    margin: 3px;
    float: left;
    color: #fff;
    /* border:3px solid transparent;*/
}

.part2Cont .section .right .box > div p {
    text-align: center;
    font-size: 18px;

    padding-top: 30px;
}

.part2Cont .section .right .box > div p span {
    /*content: '';*/
    display: block;
    width: 100px;
    height: 80px;
    margin: auto;
    background: url("../img/part2-icon.png") no-repeat;
}

.part2Cont .section .right .box > div.del_other {
    width: 350px;
}

.part2Cont .section .right .box > div.del_3 {
    margin-left: 184px;
}

/*单独样式*/
.part2Cont .section.section1 .right .box > div {
    background: #258dda;
}

.part2Cont .section.section1 .right .box > div.del_other {
    background: url("../img/part2-box-bg1.jpg") no-repeat;
}

.part2Cont .section.section1 .right .box > div.del_2, .part2Cont .section.section1 .right .box > div.del_3 {
    background: #3a3a3a;
}

.part2Cont .section1 .right .box > div.del_1 p span {
    background-position: 0 0;
}

.part2Cont .section1 .right .box > div.del_2 p span {
    background-position: -100px 0;
}

.part2Cont .section1 .right .box > div.del_3 p span {
    background-position: -200px 0;
}

.part2Cont .section1 .right .box > div.del_4 p span {
    background-position: -300px 0;
}

.part2Cont .section.section2 .right .box > div { /*第二屏*/
    background: #e51d27;
}

.part2Cont .section.section2 .right .box > div.del_other {
    background: url("../img/part2-box-bg2.jpg") no-repeat;
}

.part2Cont .section.section2 .right .box > div.del_2, .part2Cont .section.section2 .right .box > div.del_3 {
    background: #3a3a3a;
}

.part2Cont .section2 .right .box > div.del_1 p span {
    background-position: 0 -160px;
}

.part2Cont .section2 .right .box > div.del_2 p span {
    background-position: -100px -160px;
}

.part2Cont .section2 .right .box > div.del_3 p span {
    background-position: -200px -160px;
}

.part2Cont .section2 .right .box > div.del_4 p span {
    background-position: -300px -160px;
}

/*鼠标滑过*/
.part2Cont .section .right .box > div:hover { /*第一屏*/
    /* background: #fff !important;
     border: 3px solid #258dda;*/
    transition: background .4s, border 0.1s;
    /*  color: #258dda;*/
}

.part2Cont .section2 {
    display: none;
}

/*.part2Cont .section.section1 .right .box> div:hover p{
    !*color: #258dda;*!
}
.part2Cont .section1 .right .box> div:hover.del_1 p span{
    background-position: 0 -80px;
}
.part2Cont .section1 .right .box> div:hover.del_2 p span{
    background-position: -100px -80px;
}
.part2Cont .section1 .right .box> div:hover.del_3 p span{
    background-position: -200px -80px;
}
.part2Cont .section1 .right .box> div:hover.del_4 p span{
    background-position: -300px -80px;
}
.part2Cont .section.section2 .right .box> div:hover{!*第二屏*!
    background: #fff !important;
    border: 3px solid #e51d27;
    transition:background .4s ,border 0.1s;
}
.part2Cont .section.section2 .right .box> div:hover p{
    color: #e51d27;
}
.part2Cont .section2 .right .box> div:hover.del_1 p span{
    background-position: 0 -240px;
}
.part2Cont .section2 .right .box> div:hover.del_2 p span{
    background-position: -100px -240px;
}
.part2Cont .section2 .right .box> div:hover.del_3 p span{
    background-position: -200px -240px;
}
.part2Cont .section2 .right .box> div:hover.del_4 p span{
    background-position: -300px -240px;
}*/

/*part3*/
.part3 .device {
    position: relative;
    width: 100%;
}

.part3 .swiper-container {
    width: 100%;
    height: 360px;
    color: #fff;
    text-align: center;
}

.part3 .swiper-slide {
    height: 320px;
    background: #000;

    transition: .8s;
}

.part3 .swiper-slide-visible {
}

.part3 .swiper-slide .slide {
    opacity: 0.15;
}

.part3 .swiper-slide-active .slide {
    opacity: 1;
    height: 360px;
    transition: .2s;
}

.part3 .device .btn {
    display: block;
    position: absolute;
    left: 50%;
    width: 70px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    bottom: 25px;
    z-index: 11;
    border-radius: 10px;
    font-size: 36px;
    font-family: Arial;
    color: #333;
    cursor: pointer;
}

.part3 .device .btn.btn1 {
    margin-left: -220px;
}

.part3 .device .btn.btn2 {
    margin-left: 150px;
}

/*公共*/
.part3Cont .slide {
    height: 320px;
    background: #0fa9f1;
    padding-top: 80px;
}

.part3Cont .slide span {
    width: 200px;
    height: 100px;
    display: block;
    margin: 0 auto 0;
    background: url("../img/part3-icon.png") no-repeat;
    background-size: auto 100%;
}

.part3Cont .slide h3 {
    font-size: 22px;
    padding-top: 20px;
}

.part3Cont .slide p {
    display: none;
    padding: 15px 15px 30px;
    font-size: 15px;
    height: 95px;
}

.part3Cont .slide a {
    display: none;
    width: 148px;
    height: 42px;
    margin: auto;
    border-radius: 24px;
    background: #fff;
    color: #0fa9f1;
    text-align: center;
    line-height: 42px;
    transition: .3s;
}

.part3Cont .slide a:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
    transition: .3s;
}

.part3Cont .swiper-slide-active .slide { /*获得焦点的时候*/
    height: 360px;
    padding-top: 50px;
    border-radius: 0 0 20px 20px;
}

.part3Cont .swiper-slide-active .slide span {
    height: 80px;
    width: 150px;
}

.part3Cont .swiper-slide-active .slide h3 {
    font-weight: normal;
}

.part3Cont .swiper-slide-active .slide p {
    display: block;
}

.part3Cont .swiper-slide-active .slide a {
    display: block;
}

/*单独的*/
.part3Cont .slide.slide_1 {
    background: #41b135;
}

.part3Cont .slide.slide_1 span {
    background-position: 0 0;
}

.part3Cont .slide.slide_1 a {
    color: #41b135;
}

.part3Cont .slide.slide_2 {
    background: #da251c;
}

.part3Cont .slide.slide_2 span {
    background-position: -200px 0;
}

.part3Cont .slide.slide_2 a {
    color: #da251c;
}

.part3Cont .swiper-slide-active .slide.slide_2 span {
    background-position: -160px 0;
}

.part3Cont .slide.slide_3 {
    background: #fdbf03;
}

.part3Cont .slide.slide_3 span {
    background-position: -400px 0;
}

.part3Cont .slide.slide_3 a {
    color: #fdbf03;
}

.part3Cont .swiper-slide-active .slide.slide_3 span {
    background-position: -320px 0;
}

.part3Cont .slide.slide_4 {
    background: #0fa9f1;
}

.part3Cont .slide.slide_4 span {
    background-position: -600px 0;
}

.part3Cont .slide.slide_4 a {
    color: #0fa9f1;
}

.part3Cont .swiper-slide-active .slide.slide_4 span {
    background-position: -480px 0;
}

.part3Cont .slide.slide_5 {
    background: #f26f20;
}

.part3Cont .slide.slide_5 span {
    background-position: -800px 0;
}

.part3Cont .slide.slide_5 a {
    color: #f26f20;
}

.part3Cont .swiper-slide-active .slide.slide_5 span {
    background-position: -640px 0;
}

.part3Cont .slide.slide_6 {
    background: #129aee;
}

.part3Cont .slide.slide_6 span {
    background-position: -1000px 0;
}

.part3Cont .slide.slide_6 a {
    color: #129aee;
}

.part3Cont .swiper-slide-active .slide.slide_6 span {
    background-position: -800px 0;
}

.part3Cont .slide.slide_7 {
    background: #fe0000;
}

.part3Cont .slide.slide_7 span {
    background-position: -1200px 0;
}

.part3Cont .slide.slide_7 a {
    color: #fe0000;
}

.part3Cont .swiper-slide-active .slide.slide_7 span {
    background-position: -960px 0;
}

/*part4*/
/*swiper的样式*/
.part4{
    padding-bottom: 60px;
}
.part4 .swiper-container {
    height: 380px;
}

.part4 .swiper-wrapper {
    height: 380px;
}

.part4 .swiper-slide {
    height: 380px;
    /*background: #aaa;*/
}

.part4 .pagination {
    bottom: 15px;
    width: 100%;
    z-index: 20;
    text-align: center;
    position: absolute;
}

.part4 .swiper-pagination-switch {
    margin: 0 5px;
    width: 30px;
    height: 3px;
    cursor: pointer;
    display: inline-block;
    background: rgba(15, 169, 241, 1);
    border-radius: 1px;
}

.part4 .swiper-active-switch {
    background: rgba(15, 169, 241, 0.5);
}

/*内容样式*/
.part4Cont {
}
.part4Cont li {
    width: 33.33%;
    float: left;
    padding: 10px;
}
.part4Cont li .img_box {
    width: 100%;
    margin: auto;
}

.part4Cont li .img_box > img {
    width: 100%;
}

.part4Cont li h3 {
    color: #222;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
}

.part4Cont li p {
    font-size: 13px;
    color: #999;
    padding: 10px 10px 0;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.part4Cont li p span {
    display: block;
    padding-top: 10px;
    /*text-align: left;*/
}

.part4Cont li .link {
    text-align: center;
    margin-top: 20px;
}

.part4Cont li a {
    color: #ff5400;
    text-decoration: underline;
    display: inline-block;
    margin: auto;
}

.part4Cont li:hover .img_box {
    width: 60%;
}

.part4Cont li:hover p {
    height: 110px;
    white-space: inherit;
    transition: .6s;
}

.part4Cont li:hover .link {
    margin-top: 10px;
}

.part4Cont li .img_box, .part4Cont li p, .part4Cont li .link {
    transition: .4s ease-out;
}

.part4Cont li:hover .img_box, .part4Cont li:hover p, .part4Cont li:hover .link {
    transition: .4s ease-in;
}

/*part5*/
.part5 {
    background: #f3f6f9;
    padding-bottom: 60px;
    min-width: 1000px;
    overflow: hidden;
}
.part5 .circle{
    position: absolute;
    animation: movingCircle 10s ease-in-out infinite alternate;
    z-index: 20;
}
.part5 .circle.circle1{
    left: 50px;
    top: 50px;
}
.part5 .circle.circle2{
    right: 100px;
    top: 50px;
    animation: movingCircle 25s ease-in-out infinite alternate;
}
.part5 .circle.circle3{
    right: 150px;
    bottom: 50px;
    animation: movingCircle 20s ease-in-out infinite alternate;
}
.part5 .circle.circle4{
    left: 100px;
    bottom: 100px;
    animation: movingCircle 15s ease-in-out infinite alternate;
}



@-webkit-keyframes movingCircle {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0); }
    50% {
        -webkit-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px); }
    100% {
        -webkit-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px); } }

@-moz-keyframes movingCircle {
    0% {
        -moz-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0); }
    50% {
        -moz-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px); }
    100% {
        -moz-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px); } }

@keyframes movingCircle {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0); }
    50% {
        -webkit-transform: rotate(180deg) translate(160px, 90px);
        -moz-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px); }
    100% {
        -webkit-transform: rotate(360deg) translate(-20px, -40px);
        -moz-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px); } }


.content-main {
    position: relative;
    width: 1000px;
    min-width: 1000px;
    height: 450px;
   /* background: #bbb9b9;*/
    margin: 50px auto;
}
.content-btn {
    position: absolute;
    width: 100px;
    height: 450px;
    z-index: 20;
    cursor: pointer;
}
.content-btn span{
    display: block;
    width: 40px;
    height: 40px;
    background: #ccc;
    position: absolute;
    top:50%;
    margin-top: -20px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-family: 宋体;
    font-size: 26px;
}
.prev-btn {
    left: 0;
    top: 0;
}
.prev-btn span{
    left: 0;
    margin-left: -20px;
}
.next-btn {
    right: 0;
    top: 0;
}
.next-btn span{
    right: 0;
    margin-right:-20px;
}
@media(max-width: 1000px){
    .prev-btn span{margin-left:0;}
    .next-btn span{ margin-right:0;}
}

.content-btn span:hover{
    background: #4c97ce;
}
.carousel .list {
    width: 1000px;
    height: 450px;
    overflow: hidden;
}
.carousel .list li {
    position: absolute;
    left: 0;
    top: 0;
}
.carousel .list li > img{
    width: 100%;
    box-shadow: 0 0 40px 5px rgba(0,0,0,0.23);
}
.carousel .list li > p{
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    height: 44px;
    background: #000;
    border-radius: 10px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    background: -webkit-linear-gradient(left, #305ccc, #704ccf);
    background: -moz-linear-gradient(left, #305ccc, #704ccf);
    background: linear-gradient(left, #305ccc, #704ccf);
    background:#305ccc \9;
    display: none;
}
.carousel .list li.act > p{
    display: block;
}

/*part6*/
.part6{
    padding:0;
    height:840px;
    background:url("../img/p7-bg.jpg") no-repeat center #242424;
    background-size:cover;
    position: relative;
    min-width: 1000px;
}
.part6 .tit p{
    color: #6d89a8;
}
.part6 .main{
    position:relative;
    width: 1000px;
    margin: auto;
}
#teacher{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:600px;
    position:absolute;
    overflow:hidden;
}
@media(max-width: 768px) {
    #teacher{
        top:0;
        left:50%;
        margin-left:-500px;
        width:1000px;
        height:600px;
        position:absolute;
        overflow:hidden;
    }
}

#teacher .swiper-slide .box{
    width:100%;
    position:relative;
}
#teacher .swiper-slide .box .img{
    margin-top:77px;
    width:100%;
    height:250px;
    overflow:hidden;
}
#teacher .swiper-slide .box h2{
    margin-top:30px;
    font-size:22px;
    line-height:22px;
    color:#ffffff;
    text-align:center;
}
#teacher .swiper-slide .box h3{
    margin-top:11px;
    font-size:14px;
    line-height:14px;
    color:#6997cb;
    text-align:center;
}
#teacher .swiper-slide .box p{
    padding:0 20px;
    margin-top:12px;
    font-size:14px;
    line-height:24px;
    color:#718eae;
    display:none;
    text-align:center;
}
/*#teacher .swiper-slide .box a{
    margin:20px auto 0;
    width:108px;
    height:17px;
    display:none;
    background:url("../img/p7-link.png") no-repeat center;
}*/
#teacher .swiper-slide .shaw{
    top:0;
    left:0;
    width:100%;
    height:250px;
    position:absolute;
    background:rgba(82,102,120,0.8);
}
#teacher .swiper-slide.act .box .img{
    margin-top:0;
    height:384px;
    transition:0.4s;
}
#teacher .swiper-slide.act .box p{
    display:block;
}

#teacher .swiper-slide.act .shaw{
    background:none;
}

#teacher .swiper-slide.swiper-slide-active .box .img{
    margin-top:0;
    height:384px;
    transition:0.4s;
}
#teacher .swiper-slide.swiper-slide-active .box p{
    display:block;
}

#teacher .swiper-slide.swiper-slide-active .shaw{
    background:none;
}

.teacher_link{
    margin:10px auto 0;
    height:30px;
    display:none;
    text-align: center;
}
.teacher_link a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ff5500;
    background: url("../img/p7-link.png") no-repeat;
}
#teacher .swiper-slide.swiper-slide-active .box .teacher_link{
    display:block;
}
.teacher_link a:hover{
    background: url("../img/p7-link.png") no-repeat left bottom;
}
.teacher_link .a1{
    background-position:0 top;
}
.teacher_link .a2{
    background-position:-30px top;
}
.teacher_link .a3{
    background-position:-60px top;
}
.teacher_link .a4{
    background-position:-90px top;
}
.teacher_link .a1:hover{
    background-position:0 bottom;
}
.teacher_link .a2:hover{
    background-position:-30px bottom;
}
.teacher_link .a3:hover{
    background-position:-60px bottom;
}
.teacher_link .a4:hover{
    background-position:-90px bottom;
}
.p7-left{
    top:184px;
    left:-60px;
    width:52px;
    height:36px;
    display:none;
    cursor:pointer;
    z-index:999999;
    position:absolute;
    background:url("../img/p5-left.png") no-repeat center;
}
.p7-right{
    top:184px;
    right:-60px;
    width:52px;
    height:36px;
    display:none;
    cursor:pointer;
    position:absolute;
    z-index:999999;
    background:url("../img/p5-right.png") no-repeat center;
}
.p7-left:hover{
    background:url("../img/p5-left2.png") no-repeat center;
}
.p7-right:hover{
    background:url("../img/p5-right2.png") no-repeat center;
}
.part6 .main:hover .p7-left{
    display:block;
}
.part6 .main:hover .p7-right{
    display:block;
}




/*part7*/
.par7{
    background: #fafafa;
    min-width: 1000px;
    padding-bottom: 60px;
}
.part7Cont{
   /* margin: 0 -20px;*/
}
.part7Cont li{
    float: left;
    display: block;
    width: 25%;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.part7Cont li .img{
    display: block;
    width: 124px;
    margin: auto;
    height: 124px;
    background: #eee;
    border-radius: 100%;
    position: relative;
}
.part7Cont li .img:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: url("../img/part7-icon.png") no-repeat;
}
.part7Cont li .img.img_1:after{
    background-position: 0 center;
}
.part7Cont li .img.img_2:after{
    background-position: -124px center;
}
.part7Cont li .img.img_3:after{
    background-position: -248px center;
}
.part7Cont li .img.img_4:after{
    background-position: -372px center;
}
.part7Cont li h3{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    padding: 20px 0 10px;
    position: relative;
    margin-bottom: 20px;
}
.part7Cont li h3 > span{
    display: block;
    font-size: 14px;
}
.part7Cont li h3:after{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background: #333;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}
.part7Cont li h3:before{
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #333;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -15px;
}
.part7Cont li p{
    font-size: 14px;
    color: #777;
}
.part7Cont li:hover .img{
    background: #4c97ce;
    transition: 0.5s;
}


.p9{
    padding:0;
    overflow:hidden;
}
.p9 .main{
    height:490px;
    position:relative;
}
#student{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:490px;
    position:absolute;
}
#student .img{
    width:312px;
    height:240px;
    position:absolute;
    overflow:hidden;
}
#student .img img{
    width:312px;
    height:240px;
    display:block;
}
#student .img.i1{
    top:0;
    left:0;
}
#student .img.i2{
    top:0;
    left:322px;
}
#student .img.i3{
    top:250px;
    left:0;
}
#student .img.i4{
    top:250px;
    left:322px;
}
#student .img2{
    top:0;
    left:644px;
    width:312px;
    height:490px;
    position:absolute;
    overflow:hidden;
}
#student .img2 img{
    width:312px;
    height:490px;
    display:block;
}
#student .img.i6{
    top:0;
    left:966px;
}
#student .img.i7{
    top:0;
    left:1288px;
}
#student .img.i8{
    top:0;
    left:1610px;
}
#student .img.i9{
    top:250px;
    left:966px;
}
#student .img.i10{
    top:250px;
    left:1288px;
}
#student .img.i11{
    top:250px;
    left:1610px;
}
#student .img .info{
    top:240px;
    left:0;
    width:312px;
    height:240px;
    position:absolute;
    overflow:hidden;
    background:#4c97ce;
    background:rgba(76,151,206,0.9);
    transition:0.4s;
}
#student .img:hover .info{
    top:0;
    transition:0.4s;
}
#student .img .info h2{
    margin-top:70px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img .info h3{
    margin-top:14px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img .info h4{
    margin-top:22px;
    color:#ffffff;
    font-size:40px;
    text-align:center;
    line-height:40px;
    font-weight:bold;
}
#student .img2 .info{
    top:490px;
    left:0;
    width:312px;
    height:490px;
    position:absolute;
    overflow:hidden;
    background:#4c97ce;
    background:rgba(76,151,206,0.9);
    transition:0.4s;
}
#student .img2:hover .info{
    top:0;
    transition:0.4s;
}
#student .img2 .info h2{
    margin-top:200px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img2 .info h3{
    margin-top:14px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img2 .info h4{
    margin-top:22px;
    color:#ffffff;
    font-size:40px;
    text-align:center;
    line-height:40px;
    font-weight:bold;
}
@media(max-width: 1400px){
    #student .img.i1 ,#student .img.i3, #student .img.i8 ,#student .img.i11{
        display: none;
    }
}


/*part8*/
.p9 ul{
    padding:32px 0;
    width:100%;
}
.p9 ul li{
    float:left;
    width:20%;
    height:88px;
    background:url("../img/p9-line.jpg") no-repeat left center;
}
.p9 ul li.first{
    background:none;
}
.p9 ul li h2{
    margin-top:16px;
    font-size:24px;
    line-height:25px;
    text-align:center;
    position:relative;
    font-weight: normal;
    color:  #333;
}
.p9 ul li h2 b{
    padding:0 5px;
    font-size:40px;
    font-weight:normal;
}
.p9 ul li h2 span{
    top:0;
    font-size:12px;
    line-height:12px;
    position:absolute;
    color:#939393;
}
.p9 ul li p{
    margin-top:16px;
    font-size:12px;
    line-height:12px;
    text-align:center;
    color:#939393;
}

/**/
/*part10*/
.p10{
    padding:0;
    height:504px;
    background:url("../img/p10-bg.jpg") no-repeat center;
}
.p10 .tit h3 span{ color: #f13900;}
.p10 form{
    position:relative;
}
.p10 .tit{padding-top: 30px;padding-bottom: 0;margin-bottom: 0;}
.p10 .topBox{margin-top: 20px;}
.p10 a{
    top:254px;
    left:268px;
    width:156px;
    height:42px;
    font-size:16px;
    color:#ffffff;
    line-height:42px;
    text-align:center;
    display:block;
    position:absolute;
    background:#4c97ce;
    border-radius:3px;
}
.p10 form input[type='submit']{
    top:254px;
    left:533px;
    width:198px;
    height:42px;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
    line-height:42px;
    text-align:center;
    display:block;
    position:absolute;
    background:#f13900;
    border-radius:3px;
    border:none;
}