/*reset*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #fff; 
    text-decoration:none;	
}

a:active,
a:hover {
    outline: 0;
}

audio,
canvas,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}



svg:not(:root) {
    overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input,
button {
    overflow: visible;
    outline: 0;
}
button,
select {
    text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    resize: none;
    border: 1px solid #ccc;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

del {
    text-decoration: line-through;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

.clearfix:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{
    clear: both;
}
html {
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
    font-size: 12px;    
    overflow-x:hidden;
}
.pullL{
    float:left;
}
.pullR{
    float:right;
}
.content100{
    width: 100%;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.wrapperNew{
    width: 1100px;
    margin: 0 auto;
}
.mr0{
    margin-right: 0 !important;
}

@keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}

@keyframes ballon2 {
    0% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  }
@keyframes ballon3 {
    0% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  }
  @keyframes ballon6{
    0%{transform: translateX(-3px);}
    50%{transform: translateX(0);}
    100%{transform: translateX(-3px);}
}
@keyframes ballon7{
    0%{transform: translateY(-3px);}
    50%{transform: translateY(0);}
    100%{transform: translateY(-3px);}
}
@keyframes jittery {

  5%,
  50% {
      transform: scale(1);
  }

  10% {
      transform: scale(0.9);
  }

  15% {
      transform: scale(1.15);
  }

  20% {
      transform: scale(1.15) rotate(-5deg);
  }

  25% {
      transform: scale(1.15) rotate(5deg);
  }

  30% {
      transform: scale(1.15) rotate(-3deg);
  }

  35% {
      transform: scale(1.15) rotate(2deg);
  }

  40% {
      transform: scale(1.15) rotate(0);
  }
}

/* -返回顶部- */
#back-top {width:54px; float:right; position:fixed; right:90px; bottom:50px;z-index: 99;}
#back-top span {width:54px; height:54px; background:url(../images/icon.png) no-repeat; display:block;}
#back-top a{outline:none}

/* banner */
.content100 {
    width: 100%;
}
.ban1{
    height: 520px;
    background: url(../images/ban1_bg.jpg) top center no-repeat;
    background-size: 100% 520px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 110px;
}
.ban1 .text-main1{
    width: 628px;
    height: 97px;
    margin:0 auto;
    background: url(../images/ban1_text01.png) top center no-repeat;
}
.ban1 .text-main2{
    width: 947px;
    height:66px;
    margin:0 auto;
    margin-top: 42px;
    position: relative;
    background: url(../images/ban1_text02bg.png) top center no-repeat;
}
.ban1 .text-main2 p{
    font-size: 26px;
    font-style:oblique;
    font-weight: bold;
}
.ban1 .text-main2 p span{
    color:#f7e7be;
}
.ban1 .text-main2 p:nth-child(1){
    position: absolute;
    top: 16px;
    left: 26px;
    color:#d20200;
}
.ban1 .text-main2 p:nth-child(2){
    position: absolute;
    top: 16px;
    right: 24px;
    color:#fff;
}
.ban1 .list_main ul{
    width: 947px;
    height:44px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.ban1 .list_main ul li{
    width:250px;
    height:44px;
    line-height: 44px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left:40px;
    color:#d24000;
    font-weight: bolder;
    font-size: 20px;
    margin-top: 80px;
}

.ban1 .list_main ul li:first-child{
    padding-left:49px;
}

.ban1 .list_main ul li:last-child{
    margin-right: 0;
}

.ban1 .list_main ul li:nth-child(1){

    background: url(../images/ban1_listbg01.png) 0 0 no-repeat;
    background-size: 100% 100%;

}

.ban1 .list_main ul li:nth-child(2){

    background: url(../images/ban1_listbg02.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ban1 .list_main ul li:nth-child(3){

    background: url(../images/ban1_listbg03.png) 0 0 no-repeat;
    background-size: 100% 100%;

}

.ban1 .list_main ul li:nth-child(4){

    background: url(../images/ban1_listbg04.png) 0 0 no-repeat;
    background-size: 100% 100%;

}
.ban1 .list_main ul li p{
    text-align: left;
}
.content100{
    /* padding-top: 8px; */
}
.content100 h3.title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    line-height: 40px;
    font-size: 38px;
    font-weight: bold;
    color: #333;
    background: url(../images/top_icon.png) center 0 no-repeat;
    background-size: 82px 84px;
  }
  .content100 h4.sectitle {
    margin: -15px auto 0 auto;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: center;
  }
  .content100 h3.title span{
  color: #f16c2e;
  }
  .content100 h3.title::before {
    content: "";
    display: inline-block;
    width:41px;
    height:20px;
    margin-right: 18px;
    background: url(../images/left_icon.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .content100 h3.title::after {
    content: "";
    display: inline-block;
    width:41px;
    height:20px;
    margin-left: 18px;
    background: url(../images/left_icon.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
/* 什么学生适合读DSE? */
.bggrey{
    background: #f5f6f8;
}
.ban2{
    padding: 30px 0 40px;
}
.ban2 .list_shihe{
    width: 1100px;
}
.ban2 .list_shihe ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ban2 .list_shihe ul li{
    width: 355px;
    height: 309px;
    box-sizing: border-box;
    margin-bottom: 10px;
    color:#2b547a;
    font-size: 20px;
    padding:190px 30px 20px 30px;
}
  .ban2 .list_shihe ul li:nth-child(1){
    background: url(../images/ban3_listbg01.png) 0 0 no-repeat;
    background-size: 355px 309px;
    padding:180px 30px 20px 30px;
}
.ban2 .list_shihe ul li:nth-child(2){
    background: url(../images/ban3_listbg02.png) 0 0 no-repeat;
    background-size: 355px 309px;
}
.ban2 .list_shihe ul li:nth-child(3){

    background: url(../images/ban3_listbg03.png) 0 0 no-repeat;
    background-size: 355px 309px;
}
.ban2 .list_shihe ul li:nth-child(4){
    background: url(../images/ban3_listbg04.png) 0 0 no-repeat;
    background-size: 355px 309px;
}
.ban2 .list_shihe ul li:nth-child(5){
    background: url(../images/ban3_listbg05.png) 0 0 no-repeat;
    background-size: 355px 309px;
    padding:180px 30px 20px 30px;
}
.ban2 .list_shihe ul li:nth-child(6){
    background: url(../images/ban3_listbg06.png) 0 0 no-repeat;
    background-size: 355px 309px;
}
.ban2 ul li dl dt{
    width:260px;
    border-radius: 40px;
    margin:0 auto;
    text-align: center;
    color:#244e74;
    font-size: 20px;
    font-weight: bold;
}
.ban2 ul li:nth-child(2n) dl dt{
    color:#f6530e;
}
.ban2 ul li dl dd{
    font-size: 18px;
    color:#585858;
    text-align: center;
    line-height: 1.5;
    margin-top: 5px;
}
/* DSE课程设置 */
.ban3{
    padding: 30px 0 40px;
    height: 645px;
}
.ban3 .wrapperNew{
    position: relative;
}
.ban3 .wrapperNew .xinxiyl_img {
    position: absolute;
    width: 272px;
    height: 272px;
    left: 50%;
    margin-left: -136px;
    top: 148px;
}
.ban3 .dkcjs_list dl dt{
    font-size: 20px;
    color: #244e74;
    font-weight: bold;
    text-align: right;
  }
  .ban3 .dkcjs_list dl dd{
    width:320px;
    font-size:18px;
    color: #585858;
    text-align: justify;
    margin-top: 8px;
  }
  .ban3 .dkcjs_list03 dl dt{
    text-align: left;
  }
  .ban3 .dkcjs_list04 dl dt{
    text-align: left;
  }
  .ban3 .dkcjs_list01{
    position: absolute;
    top: 160px;
    left:60px;
  }
  .ban3 .dkcjs_list02{
    position: absolute;
    top: 300px;
    left: 60px;
  }
  .ban3 .dkcjs_list03{
    position: absolute;
    top:160px;
    right: 60px;
  }
  .ban3 .dkcjs_list04{
    position: absolute;
    top:300px;
    right: 60px;
  }
  .ban3 .kxjs_textm{
     margin-top: 375px;
  }
  .ban3 .kxjs_textm h5{
    font-size: 22px;
    font-weight: bold;
    color: #f6530e;
    text-align: center;
}
.ban3 .kxjs_textm h6{
    font-size: 18px;
    color: #585858;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}
.ban3 .kxjs_textm a.ban3_pubtn {
    display:block;
    width: 300px;
    height: 50px;
    margin:0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #ff9800, #f16c2e);
    border-radius: 80px;
    animation: scale2 3s infinite;
    margin-top: 40px;
    transition: all .3s;
}
.ban3 .kxjs_textm a.ban3_pubtn:hover{
    background: linear-gradient(to right, #f16c2e, #ff9800);
}
/* DSE课程设置 */
.ban4{
    padding: 30px 0 40px;
}
.ban4 .kecheng{
    width: 1100px;
    margin-top: 20px;
    margin-bottom: 20px;
} 
.ban4 .kecheng .navbar_bx{
    width: 1100px;
   margin-top: 20px;
   height: 48px;
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: nowrap;
 }
.ban4 .kecheng .navbar_bx .item{
   width: 330px;
   height: 50px;
   line-height: 50px;
   font-size: 22px;
   color: #f16c2e;
   background:#fff;
   text-align: center;
   cursor: pointer;
   font-weight: bold;
   border-radius: 34px;
   border:1px solid #f16c2e;
   box-sizing: border-box;
 
 }
.ban4 .kecheng .navbar_bx .active{
   color: #fff;
   background:#f16c2e;
   border:1px solid #f16c2e;

 }
.kecheng_bx {
    display: none;
}
.ban4 .kecheng .kecheng_banxiang{
     border-top:0;
     margin-top: 20px;
 }
.ban4 .kecheng .kecheng_banxiang table{
    width: 100%;
    margin:0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 20px;
 }
.ban4 .kecheng .kecheng_banxiang table tr:nth-child(odd){
    background: #fafbfd;
}
.ban4 .kecheng .kecheng_banxiang table tr:nth-child(even){
    background: #ebeef6;
}
.ban4 .kecheng .kecheng_banxiang table tr td{
    text-align: center;
    font-size: 15px;
    color:#333;
    line-height: 25px;
}
.ban4 .kecheng .kecheng_banxiang table tr.firstTr{
    height: 50px;
    color:#fff;
    font-size:20px;
  
}
.ban4 .kecheng .kecheng_banxiang table tr .bor_ralef01{
    border-radius: 20px 0 0 0;
}
.ban4 .kecheng .kecheng_banxiang table tr .bor_rarig01{
    border-radius:0 20px 0 0;
}
.ban4 .kecheng .kecheng_banxiang table tr td.bor_ralef02{
    border-radius:0 0 0 20px;
}
.ban4 .kecheng .kecheng_banxiang table tr td.bor_rarig02{
    border-radius:0 0 20px 0;
}
.ban4 .kecheng .kecheng_banxiang table tr.firstTr th.shitingHot{
    position: relative;
    
}
.ban4 .kecheng .kecheng_banxiang table tr th.borR0{
    border-right:0 solid #ffe1e9;
}
.ban4 .kecheng .kecheng_banxiang table tr td.borR0{
    border-right:0 solid #e6e6e6;
}
.ban4 .kecheng .kecheng_banxiang table tr td{
    color:#333;
    font-size: 16px;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #ffe1e9;
    padding:10px 5px;
}
.ban4 .kecheng .kecheng_banxiang table tr td:nth-child(3){
    width: 536px;
    text-align: left;
    padding-left: 20px;
    line-height: 32px;
}
.ban4 .kecheng .kecheng_banxiang table tr td:nth-child(4){
    width: 160px;
}

.ban4 .kecheng .kecheng_banxiang table tr:nth-child(odd){
    background:#ffefe7;
}
.ban4 .kecheng .kecheng_banxiang table tr:nth-child(even){
    background:#fff;
}
.ban4 .kecheng .kecheng_banxiang table tr:nth-child(1){
    background:#f16c2e;
    border-radius: 20px 20px 0 0;
}
.ban4 .kecheng .kecheng_banxiang table tr td:first-child{
    color:#f16c2e;
    font-weight: bold;
}
.ban4 .kecheng .kecheng_banxiang table tr td a {
    display: block;
    width: 136px;
    height: 37px;
    margin: 0 auto;
    line-height: 37px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    background: #fff;
    transition: all .2s;
    animation: ballon7 1s linear infinite;
    background: linear-gradient(to bottom, #ff8028, #ff551c);
    background: -webkit-linear-gradient(to bottom, #ff8028, #ff551c);
    background: -o-linear-gradient(to bottom, #ff8028, #ff551c);
    background: -ms-linear-gradient(to bottom, #ff8028, #ff551c);
    background: -moz-linear-gradient(to bottom, #ff8028, #ff551c);
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border:1px solid #ff490e;
    font-weight: bold;
}
.show{
    display: block;
}
.ban4_pubtn{
    display: block;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #ff9800, #f16c2e);
    border-radius: 80px;
    animation: ballon7 1s linear infinite;
    margin-top: 40px;
    transition: all .3s;
}
.ban4_pubtn:hover{
    background: linear-gradient(to right, #f16c2e, #ff9800);
}
/* DSE考试科目 */
.ban5{
    padding: 30px 0 40px;
}
.ban5 .ban5_section{
    width: 830px;
    height: 390px;
    margin:0 auto;
}
.ban5 .ban5m_left{
  width: 218px;
  height:390px;
}
.ban5 .ban5m_left dl dt{
    width: 218px;
    height: 68px;
    line-height: 68px;
    font-size: 22px;
    background: #244e74;
    color:#fff;
    font-weight: bold;
    text-align: center;
    border-radius: 34px;
    position: relative;
  }
  .ban5 .ban5m_left dl dt::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 25px;
    left: 50%;
    margin-left: -12px;
    bottom: -40px;
    background: url(../images/ban5_icon.png) no-repeat 0 0;
    background-size: 100% 100%;
}
  .ban5 .ban5m_left dl dd{
    width: 218px;
    height: 256px;
    background: #e9f4ff;
    color:#333333;
    font-size:20px;
    color: #585858;
    text-align: center;
    margin-top: 55px;
    border-radius: 34px;
    border:1px solid #244e74;
    line-height:2;
    box-sizing: border-box;
    padding:20px 0;
   }
   /* å³ä¾§ */
.ban5 .ban5m_right{
    width: 591px;
    height: 390px;
  }
  .ban5 .ban5m_right dl dt{
    width: 591px;
    height: 68px;
    line-height: 68px;
    font-size: 22px;
    background: #244e74;
    color:#fff;
    font-weight: bold;
    text-align: center;
    border-radius: 34px;
    position: relative;
  }
  .ban5 .ban5m_right dl dt::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 25px;
    left: 50%;
    margin-left: -12px;
    bottom: -40px;
    background: url(../images/ban5_icon.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.ban5 .ban5m_right dl dd{
    width: 591px;
    height: 256px;
    background: #e9f4ff;
    font-size:20px;
    color: #585858;
    text-align: center;
    margin-top: 55px;
    border-radius: 34px;
    border:1px solid #244e74;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 50px 30px;
   }
.ban5 .wrapperNew p{
    font-size:18px;
    color: #585858;
    text-align: center;
    line-height: 1.5;
    margin:15px auto;
}
.ban5 .ban4_pubtn{
    background: linear-gradient(to right, #6694c0, #254461);
    margin-bottom: 20px;
}
.ban5 .ban4_pubtn:hover{
    background: linear-gradient(to right, #254461, #6694c0);
}
/* 教师团队 */
.ban6{
    padding: 30px 0 40px;
}
#jiaoshi_da{
    position: relative;
 }
.ban6 .gallery-top .main_jiaoshi{
     height: 330px;
     width: 1000px;
     margin:0 auto;
     border-radius:20px;
     padding: 0 30px;
     box-sizing: border-box;
 } 
.ban6 .gallery-top .main_jiaoshi img{
     float: left;
     width: 234px;
 }
.ban6 .gallery-top .main_jiaoshi .js_jj {
       width: 665px;
       float: left;
       margin-left: 40px;
   }
 .ban6 .gallery-top .main_jiaoshi .js_jj h6 {
     height: 51px;
    margin-top: 36px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-align: left;
    line-height: 51px;
   }
 .ban6 .gallery-top .main_jiaoshi .js_jj h6 b {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    margin-left: 13px;
   }
 .ban6 .gallery-top .main_jiaoshi .js_jj a {
    width: 202px;
    height: 50px;
    display: block;
    position: absolute;
    right: 10px;
    top: 29px;
    background: url(../images/js_btnbg.png) no-repeat;
     animation: scale2 3s infinite;
   }
 
 .ban6 .gallery-top .main_jiaoshi .js_jj p {
       margin-top: 20px;
       font-size: 18px;
       color: #333;
       line-height:32px;
   }
 .ban6 .gallery-top .main_jiaoshi .js_jj p b {
       width: 128px;
       height: 38px;
       float: left;
       margin-right: 20px;
       font-size: 20px;
       text-align: center;
       display: flex;
       justify-content: center;
       align-items: center;
       font-weight: normal;
       color: #f16c2e;
       border: 1px dashed #f16c2e;
       border-radius: 30px 0 30px 0;
   }
  .ban6 .gallery-top .main_jiaoshi .js_jj h6 span{
       font-size: 18px;
       color:#333333;
       font-weight: normal;
       display: inline-block;
       margin-left: 10px;
   }
  .ban6 .gallery-top .main_jiaoshi .js_jj p:last-child b {
     margin-bottom: 102px;
 }
.ban6 #rightBtn{
     background: url(../images/left_btn.png) top center no-repeat;
     width: 32px;
     height: 38px;
     opacity: 1;
     border-radius: 20px;
     cursor: pointer ;
     transition: all .3s;
     left: 31px;
 }
.ban6 #leftBtn{
   background: url(../images/rig_btn.png) top center no-repeat;
     width: 32px;
     height: 38px;
     opacity: 1;
     border-radius: 20px;
     cursor: pointer ;
     transition: all .3s;
     right: 31px;
     z-index:9;
 }
 .ban6 .swiper-button-prev:after, .ban6 .swiper-container-rtl .swiper-button-next:after {
   content: '' !important;
}
.ban6 .swiper-button-next:after, .ban6.swiper-container-rtl .swiper-button-prev:after {
   content: ' ' !important;
}
.content10_bg .swiper-button-prev:after, .content10_bg .swiper-container-rtl .swiper-button-next:after {
 content: '' !important;
}
.content10_bg .swiper-button-next:after, .content10_bg.swiper-container-rtl .swiper-button-prev:after {
 content: ' ' !important;
}
 /*.ban6 #leftBtn:hover{
   background:#2A62BF ;
 } */
 .ban6 h4{
   margin-top: 20px;
 }
 /*å¸ˆèµ„å°å›¾*/
 .ban6 .gallery-thumbs{
   width: 1100px;
   margin-bottom: 30px;
 }
 .ban6 .gallery-thumbs .swiper-slide {
   width: 154px;
   height: 154px;
   box-sizing: border-box;
   text-align: center;
   cursor: pointer;
 }
 .ban6 .gallery-thumbs .swiper-slide img{
   width: 154px;
   height: 154px;
   margin:0 auto;
   border:5px solid #254461;  
   border-radius: 50%;
   box-sizing: border-box;
 } 
 .ban6 .gallery-thumbs .swiper-slide-thumb-active  img{
   border:5px solid #f16c2e;
 }
.ban6 a.shiting_public{
   display: block;
   width: 271px;
   height: 54px;
   line-height: 54px;
   margin: 0 auto;
   margin-top: 10px;
   color: #fff;
   font-size: 25px;
   font-weight: bold;
   background: url(../images/stlskc_btn.png)  no-repeat;
   border-radius: 40px;
   box-sizing: border-box;
   padding-left: 70px;
   animation: scale2 2s linear infinite;
 }
 /* 管理制度 */
 .ban7{
    height: 736px;
    background: url(../images/ban7_bg.jpg) top center no-repeat;
    background-size: 100% 736px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 16px;
 }
 .ban7 h3.title{
    color:#fff;
 }
 .ban7 ul{
    width: 1100px;
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
}
.ban7 ul li{
    width: 540px;
    height: 279px;
    margin-top: 7px;
    background: url(../images/ban7list_bg.png) top center no-repeat ;
    box-sizing: border-box;
    text-align: center;
    padding-top: 8px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow:hidden;
}
.ban7 ul li:hover{
  transform: scale(1.05);
}
.ban7 ul li dl{
    box-sizing: border-box;
    padding:0 20px;
}
.ban7 ul li dl dt{
    font-size:22px;
    color:#fff;
}
.ban7 ul li dl dd{
    font-size:18px;
    color:#333;
    margin-top: 75px;
    text-align: center;
}
.ban7 ul li:nth-child(4) dl dd{
    text-align: left;
    margin-top: 35px;
    line-height: 1.8;
    padding-left: 13px;
}
/* 优势及特色*/
.ban8{
    padding: 30px 0 40px;
}
.ban8 ul{
    width: 1100px;
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
}
.ban8 ul li{
    width: 275px;
    height: 325px;
    margin-top: -10px;
    background: url(../images/ban8_listbg.png) top center no-repeat ;
    box-sizing: border-box;
    text-align: center;
    padding-top: 30px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow:hidden;
}
.ban8 ul li:hover{
  transform: scale(1.05);
}
.ban8 ul li dl{
    box-sizing: border-box;
    padding:0 20px;
}
.ban8 ul li dl dt{
    font-size:22px;
    color:#fff;
    font-weight: bold;
}
.ban8 ul li dl dd{
    font-size:18px;
    color:#333;
    margin-top: 50px;
    text-align: center;
    line-height:2;
}
.ban8 ul li a{
    display: block;
    width: 208px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    border-radius: 19px;
    font-size: 20px;
    background: #fff;
    transition: all .2s;
    animation: ballon7 1s linear infinite;
    background: linear-gradient(to bottom, #ff8028, #ff551c);
    background: -webkit-linear-gradient(to bottom, #ff8028, #ff551c);
    background: -o-linear-gradient(to bottom, #ff8028, #ff551c);
    background: -ms-linear-gradient(to bottom, #ff8028, #ff551c);
    background: -moz-linear-gradient(to bottom, #ff8028, #ff551c);
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border: 1px solid #ff490e;
    font-weight: bold;
    margin-top: 20px;
}
/* DSE课程认可度 */
.ban9 {

    background: #f5f6f8;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 0 60px;
    position: relative;
}
.ban9 img.sjimg{
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -390px;
    width: 781px;
    height:452px;
    z-index: 8;
}
.ban9 #zaixianSwiper{
    width:100%;
    /* height:752px; */
    margin:0 auto;
    position: relative;
    z-index:9;
    /* margin-top: 116px; */
  }
  .ban9 #zaixianSwiper .swiper-slide{
    width: 781px;
    /* height: 752px; */
  }
  .ban9 #zaixianSwiper .swiper-slide-prev{
    opacity: .4;
  }
  .ban9 #zaixianSwiper .swiper-slide-prev img{
    /* -webkit-transform: scale(.828);
    transform: scale(.828); */
  }
  .ban9 #zaixianSwiper .swiper-slide-next{
    opacity: .4;
  }
  .ban9 #zaixianSwiper .swiper-slide img{
    width: 604px;
    height:382px;
    margin:0 auto;
    margin-top: 80px;
    border:none;
  }
  .ban9 #zaixianSwiper .swiper-slide-active img{
    margin-top: 48px;
  }
  .ban9 #zaixianSwiper .swiper-slide h5{
    font-size:28px;
    color:#f16c2e;
    margin-top: 20px;
    margin-bottom: 10px;
  }
.ban9 .swiper-button-next{
    background: rgba(0,0,0,.2);
    width: 38px;
    height: 38px;
    opacity: 1;
    border-radius:50%;
    cursor: pointer;
    transition: all .3s;
    top: 188px;
    left: 50%;
    margin-left: 280px;
    z-index: 9;
}
.ban9 .swiper-button-next:hover{
  background:#f16c2e;
}
.ban9 .swiper-button-next:after{
    font-size: 18px;
    font-weight: bold;
}
.ban9 .swiper-button-prev {
    background: rgba(0,0,0,.2);
    width: 38px;
    height: 38px;
    opacity: 1;
    border-radius:50%;
    cursor: pointer;
    transition: all .3s;
    top: 188px;
    left: 50%;
    margin-left: -313px;
    z-index: 9;
}
.ban9 .swiper-button-prev:after{
    font-size: 18px;
    font-weight: bold;
}
.ban9 .swiper-button-prev:hover{
  background:#f16c2e;
}
/* DSE学习环境 */
.ban10{    
    box-sizing: border-box;
    text-align: center;
    padding: 30px 0 60px;
}
.ban10 .fenwei_pic{
    width: 1100px;
    height: 472px;
    margin:0 auto;
    margin-top: 35px;
    background: url(../images/ban10_bg.jpg) top center no-repeat;
}

/* 表单 */
.ban11{
  background: url(../images/ban11_bg.jpg) 50% no-repeat; 
  width: 100%;
  height: 165px;
  padding-top: 36px;
  position: relative;
}
.ban11 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}
.two-form{
    padding: 30px 0 0;
}
.two-form .two-form-top{display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 0px 0 8px; */
}
.two-form .two-form-top .txo-item{
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  margin-right: 10px;
}
.two-form .two-form-top .txo-item .tyo-img{
  margin-left: 8px;
  margin-right: 5px;
}
.two-form .two-form-top .txo-item .tyo-img img{}
.two-form .two-form-top .txo-item .tyo-input{
  width: 240px;
}
.two-form .two-form-top .txo-item .tyo-input .tyo-input-name{
  border: none;
  background: #ffffff;
  height: 40px;
}
.two-form .two-form-top .txo-item .tyo-getCode{position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.two-form .two-form-top .txo-item .tyo-getCode .twoYzm{
  border: none;
  padding: 6px 15px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #767676;
}
.two-form .two-form-top .txo-submit{
  height: auto;
}
.two-form .two-form-top .txo-submit .submit-in{
  transition: all 0.2s linear; 
  height: 45px;
  background: linear-gradient(to right, #ff9800, #f16c2e);
  padding: 0 60px;
  border-radius: 6px; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffeff;
  font-size: 16px;
  font-weight: bold;
}
.two-form .two-form-bottom{display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
}