html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
h1,h2,h3,h4,h5,h6,em,i {
    font-weight:normal;
    font-style: normal;
}
ul,ol,li {
    list-style-type: none;
}
a {
    color: #666;
    text-decoration: none;
    outline: 0
}
a:hover {
    text-decoration: none;
}
a {
  color: #212B34;
  outline: none;
  text-decoration: none;
  background-color: transparent;
  box-sizing: border-box;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
input,button,textarea,select {
 *font-size:100%;
 border:0
}
body{
  min-width: 1000px;
  font: 14px/1.8 "Helvetica Neue",Helvetica,"PingFang SC","Microsoft YaHei","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;
}
html,body{width: 100%; height: 100%;}
html {
  position: relative;
}
i{
  color:#999;
}
.fr{float: right;}
.fl{float: left;}
.clearfix{zoom:1;}
.clearfix:after,.clearfix:before{content:"";display:table;}
.clearfix:after{clear:both;}
.public-box{
  width:100%;
  background:#fff;
}
.public-main{
  width:1000px;
  margin:0 auto;
  padding:35px 0 30px;
}
.tab-title{
  text-align: center;
}
.tab-btngroup .tab-btn{
  float:left;
  margin:0 50px 0 50px;
  box-shadow:2px 2px 10px #333;
}
.tab-btngroup .tab-btn a{
  display:block;
  padding:5px 60px;
  background:#004d82;
  color:#fff;
  font-size:20px;
  text-align:center;
  border:1px solid #004d82;
}
.tab-btngroup .tab-btn a.tab-btn-red{
  background:#cd1900;
  border:1px solid #cd1900;
}
.tab-btngroup .tab-btn a:hover{
  color:#004d82;
  border:1px solid #004d82;
  background:#fff;
  font-weight:600;

}
.tab-btngroup .tab-btn a:hover.tab-btn-red{
  color:#cd1900;
  border:1px solid #cd1900;
  background:#fff;
  font-weight:600;
}
/*banner*/
.banner{
  background: url(../images/banner.png) no-repeat center center;
  height:470px
}
.banner-btn{
  margin:288px auto 0;
  width:580px;
}
.banner-btn>a{
  display: block;
  width:580px;
  padding:5px 30px;
  color:#1b1b1b;
  text-align: center;
  font-size: 24px;
  background: #adbfe4;
  border-radius:50px;
  letter-spacing:1px;
  transform: box-shadow 2s;
  animation: twinkle 2s ease-out infinite alternate;
}
.banner-btn>a:hover{
  animation-play-state:paused;
  -webkit-animation-play-state:paused; /* Safari 和 Chrome */
}
/*闪烁效果*/
@-webkit-keyframes twinkle{
  0%{
     box-shadow:2px 2px  20px #3c6bcd  ;
     background: #adbfe4;
     color:222;
  }
  50%{
     box-shadow:2px 2px  40px #9c8dce  ;
     background: #ccd5e8;
     color:111;
  }
  100%{
     box-shadow:2px 2px  80px #e6eaf3  ;
     background: #fff;
     color:000;
  }
}
@-moz-keyframes twinkle{
  0%{
     box-shadow:2px 2px  20px #3c6bcd  ;
     background: #adbfe4;
     color:222;
  }
  50%{
     box-shadow:2px 2px  40px #9c8dce  ;
     background: #ccd5e8;
     color:111;
  }
  100%{
     box-shadow:2px 2px  80px #e6eaf3  ;
     background: #fff;
     color:000;
  }
}
@-o-keyframes twinkle{
  0%{
     box-shadow:2px 2px  20px #3c6bcd  ;
     background: #adbfe4;
     color:222;
  }
  50%{
     box-shadow:2px 2px  40px #9c8dce  ;
     background: #ccd5e8;
     color:111;
  }
  100%{
     box-shadow:2px 2px  80px #e6eaf3  ;
     background: #fff;
     color:000;
  }
}
@-o-keyframes twinkle{
  0%{
     box-shadow:2px 2px  20px #3c6bcd  ;
     background: #adbfe4;
     color:222;
  }
  50%{
     box-shadow:2px 2px  40px #9c8dce  ;
     background: #ccd5e8;
     color:111;
  }
  100%{
     box-shadow:2px 2px  80px #e6eaf3  ;
     background: #fff;
     color:000;
  }
}
@keyframes twinkle{
  0%{
     box-shadow:2px 2px  20px #3c6bcd  ;
     background: #adbfe4;
     color:222;
  }
  50%{
     box-shadow:2px 2px  40px #9c8dce  ;
     background: #ccd5e8;
     color:111;
  }
  100%{
     box-shadow:2px 2px  80px #e6eaf3  ;
     background: #fff;
     color:000;
  }
}
/*tab-nav*/
.tab-nav{
  width:1000px;
  margin:-60px auto;
}
.tab-nav ul li{
  float:left;
}
.tab-nav ul li{
  padding:10px;
  border:1px dashed #3e5a95;
  border-radius:50%;
  margin:0 17px;
}
.tab-nav ul li a{
  display:block;
  width:110px;
  height:110px;
  line-height:110px;
  font-size:22px;
  border-radius:50%;
  background:#2157c0;
  text-align:center;
  color:#fff;
}
.tab-nav ul li a:hover{
  -webkit-animation:rotateplane 0.8s  ease-in-out;
  animation:rotateplane 0.8s  ease-in-out;
  background:#fff;
  border:1px solid #2157c0;
  color:#2157c0;
}
@-webkit-keyframes rotateplane {
  0% {
    transform:perspective(120px) rotateY(0) rotateX(0);
    -webkit-transform:perspective(220px) rotateY(0) rotateX(0);
  }
  100% {
    transform:perspective(120px) rotateY(0) rotateX(-180.1deg);
    -webkit-transform:perspective(220px) rotateY(0) rotateX(-180.1deg);
  }
}
@keyframes rotateplane {
  0% {
    transform:perspective(120px) rotateY(0) rotateX(0);
    -webkit-transform:perspective(220px) rotateY(0) rotateX(0);
  }
  100% {
    transform:perspective(120px) rotateY(0) rotateX(-180.1deg);
    -webkit-transform:perspective(220px) rotateY(0) rotateX(-180.1deg);
  }
}
/*tab1*/
.tab1{
  margin-top:60px;
  padding:40px 0 30px;
}

.tab1-content ul li{
  background:url(../images/tab1-bg.png) no-repeat center center;
  width:236px;
  height:296px;
  position:relative;
  margin:20px 6px;
  float:left;
}
.tab1-content ul li i{
  position:absolute;
  left:0px;
  top:0px;
}
.tab1-p-title{
  padding:20px 0 10px;
  font-size: 18px;
  color: #cd1900;
  font-weight:bold;
  text-align: center;
}
.tab1-p{
  color:#004d82;
  padding:0 9px;
}
/*tab2*/
.tab2{
  background:url(../images/tab2-bg.jpg) no-repeat center center;
  height:703px;
}
.tab2-main{
  height:703px;
  position:relative;
}
.tab2-content{
  margin-top:97px;
}
.tab2-list{
  float:left;
  width:400px;
  padding-left:100px;

}
.tab2-list ul li{
  padding:10px 0;
  font-size:18px;
}
.tab2-list ul li span.list-style{
  display:inline-block;
  width:7px;
  height:7px;
  margin-right: 12px;
  border-radius:50%;
  background:#004d82;
}
.tab2-list ul li span.list-style-red{
  background:#cd1900;
}
.tab2-list ul li a{
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tab2-list ul li a:hover{
  color:#004d82;
  font-size:22px;
  text-decoration: underline;
}
.tab2-list:nth-child(2) ul li a:hover{
  color:#cd1900;
  font-size:22px;
  text-decoration: underline;
}
.tab2-btngroup{
  position:absolute;
  width:850px;
  bottom:99px;
  left:75px;
}
/*tab3*/
.tab3-content{
  margin:30px auto 0;
}
.tab3-list{
  float:left;
  background:url(../images/tab3-img.jpg) no-repeat center center; 
  width:500px;
  height:349px;
  position: relative;
}
.tab3-list-address{
  width:94px;
  height:113px;
  position: absolute;
  right:157px;
  top:-5px; 
}
.tab3-list-info{
  width:400px;
  height:160px;
  background:#fff;
  border-radius:15px;
  position:absolute;
  left:50px;
  top:130px;
  padding:10px 0 0 10px;
}
.tab3-list-info p{
  font-size:18px;
  color:#1b1b1b;
  padding:3px 0;
}
.tab3-list-info p.tab3-list-info-teacher{
  font-weight:600;
}
.tab3-btn{
  width:160px;
  height:40px;
  line-height:40px;
  position:absolute;
  bottom:-40px;
  left:172px;
}
.tab3-btn a{
  display:block;
  border:1px solid #cd1900;
  box-shadow:2px 2px 10px #333;
  text-align: center;
  font-size:16px;
  font-weight: 600;
  background:#cd1900;
  color:#fff;
}
.tab3-btn a:hover{
  border:1px solid #cd1900;
  color:#cd1900;
  font-weight: 600;
  background:#fff;
}
/*tab4*/
.tab4{
  background:url(../images/tab4-bg.jpg) no-repeat center center;
  height:548px; 
  margin-top:50px;
}
.tab4-content dl{
  width:176px;
  float:left;
  margin:10px 36px;
  background:#f4f0ed;
  text-align: center;
}
.tab4-content dt{
  height: 241px;
}
.tab4-conttn-man{
  background:#004d82;
  padding:5px 0;
  color:#fff;
}
.tab4-conttn-man p:nth-child(1){
  font-weight:600;
  font-size:18px;
}
.tab4-conttn-man p:nth-child(2){
  border-bottom:1px dashed #999;
  padding-bottom:5px;
}
.tab4-conttn-man a{
  padding-top:5px;
  color:#fff;
  font-size:16px;
  display:block;
}
.tab4-conttn-man a:hover{
  color:#cd1900;
  text-decoration:underline;
}
.tab4-btn{
  height:35px;
  line-height:35px;
}
.tab4-btn >a{
  display:block;
  font-size:16px;
  color:#fff;
  font-weight:600;
  background:#cd1900;
  border:1px solid #cd1900;
}
.tab4-btn >a:hover{
  color:#cd1900;
  background:#fff;
  border:1px solid #cd1900;
}
/*tab5*/
.tab5-content dl{
  width:292px;
  height: 250px;
  float: left;
  margin:20px 20px;
  text-align: center;
}
.tab5-content dd{
  padding-top: 15px;
}
/*若南下面内容*/
.main{
  width:1000px;
  margin:0 auto;
}
/*tab5*/
.tab5{
  width: 100%;
}
.tab5>.form{
  width: 1018px;
  height: 419px;
  margin: 0 auto;
  background: url("../images/tab5-form-bg.png") no-repeat scroll center center; 
  margin-bottom: 30px;
}
.tab5>.form>.left{
  width: 593px;
  height: 380px;
  float: left;
}
.tab5>.form>.left>p{
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin: 110px 50px 30px 50px;
  color: #004D82;
}
.tab5>.form>.left>p.p2{
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0px;
}
.tab5>.form>.right{
  display: block;
  width: 350px;
  height: 240px;
  float: left;
  font-size: 18px;
  margin-top: 80px;
}
.tab5>.form>.right ul{
  margin-top: 50px;
}
.tab5>.form>.right li{
  text-align: right;
  height: 43px;
}
.tab5>.form>.right li>input{
  width: 186px;
  height: 31px;
  border: none;
  background: #FBF0EC;
  padding-left: 20px;
}
.tab5 #dosubmit{
  border: none;
  display: block;
  width: 303px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #F74A3C;
  float: right;
  margin-top: 14px;
  cursor: pointer;
  border:1px solid #F74A3C; 
}
.tab5 #dosubmit:hover{
  background: #fff;
  color:#F74A3C;
  border:1px solid #F74A3C; 
}
/*tab6*/
.tab6{
  clear: both;
  width: 100%;
  height: 1015px;
  background: url("../images/tab6-bg.jpg") no-repeat scroll center center;
  padding-top: 30px;
}
.tab6-title{
  text-align: center;
}
.tab6-content{
  width: 1020px;
  margin: 0 auto;
}
.tab6-content li{
  display: block;
  float: left;
  width: 320px;
  height: 474px;
  margin: 0 10px;
  background: url("../images/tab6-list-bg.png") no-repeat scroll center top;
  text-align: center;
}
.tab6-content li>.p1{
  font-size: 34px;
  font-weight: bold;
  color: #004D82;
  margin-top: 60px;
}
.tab6-content li>.p2{
  font-size: 30px;
  color: #004D82;
  margin-top: -10px;
}
.tab6-content li>.p2>i{
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 22px;
  background: url("../images/icon-xin.png") no-repeat scroll left center;
}
.tab6-content li>.p2>i.i2{
  width: 11px;
}
.tab6-content li>.p3{
  display: block;
  height: 220px;
  margin: 35px 25px 0px 25px;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}
.tab6-content li>a{
  display: block;
  width: 130px;
  height: 50px;
  margin: 0 auto;
  background: #CD1900;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  border:1px solid #CD1900;
}
.tab6-content li>a:hover{
   background: #fff;
   color:#CD1900;
   border:1px solid #CD1900;
}

.tab7{
  text-align: center;
  padding-top: 48px;
}
.tab7>p{
  font-size: 24px;
  color: #1b1b1b;
}
.tab7-content{
  width: 930px;
  margin: 0 auto;
  height: 200px;
}
.tab7-content>div{
  float: left;
}
.tab7-part{
  width: 198px;
  height: 238px;
  background: url("../images/tab7-bg.png") no-repeat scroll center center;
}
.tab7-part>.p1{
  display: block;
  height: 60px;
  font-size: 22px;
  color: #004D82;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
  vertical-align: middle;
}
.tab7-part>.p2{
  font-size: 18px;
  color: #1b1b1b;
  line-height: 30px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
}
.tab7-content>.right{
  width: 44px;
  height: 238px;
  background: url("../images/icon-right.png") no-repeat scroll center center;  
}
.tab7-content>.left{
  width: 44px;
  height: 238px;
  background: url("../images/icon-left.png") no-repeat scroll center center;  
}
.tab7-content>.down{
  clear: both;
  float: right;
  width: 100%;
  height: 30px;
  background: url("../images/icon-down.png") no-repeat scroll 800px center;  
}
.tab7-img{
  width: 470px;
  height: 238px;
  text-align: left;
}
.tab7-img>img{
  margin-top: 45px;
}
.tab8{
  clear: both;
  text-align: center;
  padding-top: 48px;
}
.tab8-content{
  margin: 15px 0px 50px;
}
.tab8-content a{
  margin: 0 10px;

}