@charset "utf-8";
html{color: #666;overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
body {font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;color: #666;-webkit-text-size-adjust: none;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height: 1.5rem;font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
h1,h2,h3,h4,h5,h6{font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,rem,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}@
sup,sub{vertical-align:baseline}
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
a {color: #333;text-decoration: none;}
a:hover{color: #314D8C;}
img {max-width: 100%;vertical-align:top;}
/*placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #999;@
}
input:-moz-placeholder, textarea:-moz-placeholder{
    color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #999;
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}
textarea {  
  -webkit-appearance: none;
}  
.clear{
    content: "";
    display: block;
    clear: both;
}
.container{
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  -webkit-head-sizing: border-head;
     -moz-head-sizing: border-head;
          head-sizing: border-head;
  behavior: url(css/PIE.htc);
}
.head{
  padding: 30px 0;
}
.head .head-table{
  display: inline-block;
  width: 50%;
  float: left;
}
.head .head-table .head-body{
  padding: 0 15px;
}
.head .head-left .head-body-img{
  border: 1px solid #459FFA;
  padding: 5px;
  height: 300px;
  overflow: hidden;
}
.head .head-left .head-body-img img{
  width: 100%;
  height: 100%;
}
.head .head-table .head-body .head-title{
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #346FAA;
  font-weight: bold;
}
.head .head-table .head-body .head-title-small{
  height: 60px;
}
.head .head-table .head-body .head-title-small p{
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}
.head .head-table .head-body .head-body-desc{
  padding: 15px 0;
  height: 120px;
}
.head .head-table .head-body .head-body-desc p{
  font-size: 14px;
  text-indent: 32px;
  height: 120px;
  line-height: 24px;
  overflow: hidden;
}
.head .head-table .head-body .head-btn{
  margin: 0 0 17px;
}
.head .head-table .head-body .head-btn a{
  width: 150px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #FE4C56;
  color: #fff;
  display: inline-block;
  -moz-border-radius: 5px;
       border-radius: 5px;
  behavior: url(css/PIE.htc);
}
.head .head-table .head-body .head-btn .head-btn-left{
  margin-right: 10px;
  background: #459FFA;
}
.nav{
  display: none;
  padding: 5px 0;
  background: #fff;
}
.nav .nav-item{
  text-align: center;
}
.nav .nav-item .nav-list{
  display: inline-block;
  border: 1px solid #346FAA;
  -moz-border-radius: 3px;
       border-radius: 3px;
  behavior: url(css/PIE.htc);
}
.nav .nav-item .nav-list a{
  display: inline-block;
  padding: 5px 10px;
  color: #346FAA;
  font-weight: bold;
}
.box{
  padding: 45px 0 0;
}
.box1 .box-content .box-body{
  margin-bottom: 15px;
}
.box1 .box-content .box-body .box-img{
  text-align: center;
  padding-bottom: 15px;
}
.box1 .box-content p{
  line-height: 34px;
}
.box1 .box-content p a{
  color: #346FAA;
}
.box1 .box-content .box-title{
  font-weight: bold;
  font-size: 18px;
  color: #555;
  line-height: 40px;
}
.box1 .box-content .box-body .box-title-small{
  background: #ECF7FF;
  position: relative;
  line-height: 40px;
  padding-left: 10px;
  font-size: 18px;
}
.box1 .box-content .box-body .box-title-small:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 3px solid #346FAA;
}
.box1 .box-content .box-body .box-course{
  padding: 15px 0;
}
.box1 .box-content .box-body .box-course .box-course-desc{
  font-weight: bold;
}
.box1 .box-content .box-body .box-course .box-course-table{
  margin: 5px auto 10px;
}
.box1 .box-content .box-body .box-course .box-course-table,
.box1 .box-content .box-body .box-course .box-course-table tr,
.box1 .box-content .box-body .box-course .box-course-table tr td{
  border: 1px solid #808080;
}
.box1 .box-content .box-body .box-desc{
  text-indent: 32px;
}
.box .box-big{
  text-align: center;
  padding: 15px 0;
}
.box .box-big p{
  font-size: 28px;
  font-weight: bold;
  color: #346FAA;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.box .box-big p:before{
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  border-bottom: 1px solid #346FAA;
  width: 100%;
}
.box .box-big p:after{
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  border-bottom: 2px solid #346FAA;
  width: 100%;
}
.box .box-content{
  padding: 30px 80px 0;
}
.box2 .box-content p{
  line-height: 34px;
  padding: 0 10px;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}
.box2 .box-content p:hover{
  color: #FE4C56;
  background: #FEEDED
}
.box2 .box-content p i{
  position: absolute;
  top: 8.5px;
  left: 5px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/btn_icon.png);
}
.box .box-content .box-course table{
  width: 80%;
}
.box .box-content .box-course table tr{
  text-align: center;
}
.box .box-content .box-course table tr td{
  padding: 5px;
}
.box .box-content .box-course table,
.box .box-content .box-course table tr,
.box .box-content .box-course table tr td{
  border: 1px solid #808080;
}
.box3 .box-content p{
  line-height: 34px;
  margin-bottom: 15px;
}
.box3 .box-content p b{
  font-weight: bold;
}
.box5 .box-process .box-process-table{
  position: relative;
}
.box5 .box-process .box-process-table .box-process-line{
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  border-left: 1px solid #ddd;
}
.box5 .box-process .box-process-table .box-process-item{
  position: relative;
  height: 550px;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list{
  display: inline-block;
  position: absolute;
  top: 0;
  padding: 9px 15px;
  border: 1px solid #ddd;
  width: 348px;
  background: #fafafa;
  -moz-border-radius: 5px;
       border-radius: 5px;
  -webkit-transition: all linear .15s;
  -moz-transition: all linear .15s;
  transition: all linear .15s;    
  behavior: url(css/PIE.htc);
}
.box5 .box-process .box-process-table .box-process-item .box-process-list:hover{
  margin-top: -5px;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list1,
.box5 .box-process .box-process-table .box-process-item .box-process-list.list3{
  left: 50%;
  margin-left: -410px;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list2,
.box5 .box-process .box-process-table .box-process-item .box-process-list.list4{
  right:50%;
  margin-right: -412px;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list1{
  height: 145px;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list2{
  top: 175px;
  height: 120px;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list3{
  top: 325px;
  height: 100px;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list4{
  top: 455px;
  height: 75px;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list1:before,
.box5 .box-process .box-process-table .box-process-item .box-process-list.list3:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -20px;
  border: 10px solid transparent;
  border-left-color: #ddd;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list2:before,
.box5 .box-process .box-process-table .box-process-item .box-process-list.list4:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -20px;
  border: 10px solid transparent;
  border-right-color: #ddd;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list1:after,
.box5 .box-process .box-process-table .box-process-item .box-process-list.list3:after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -19px;
  border: 10px solid transparent;
  border-left-color: #fafafa;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list2:after,
.box5 .box-process .box-process-table .box-process-item .box-process-list.list4:after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: -19px;
  border: 10px solid transparent;
  border-right-color: #fafafa;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list span{
  line-height: 25px;
  font-weight: bold;
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list1 em,
.box5 .box-process .box-process-table .box-process-item .box-process-list.list3 em{
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -38px;
  width: 4px;
  height: 4px;
  background-color: #de5034;
  border: 4px solid #fff;
  -moz-border-radius: 50%;
       border-radius: 50%;
  behavior: url(css/PIE.htc);
}
.box5 .box-process .box-process-table .box-process-item .box-process-list.list2 em,
.box5 .box-process .box-process-table .box-process-item .box-process-list.list4 em{
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: -38px;
  width: 4px;
  height: 4px;
  background-color: #de5034;
  border: 4px solid #fff;
  -moz-border-radius: 50%;
       border-radius: 50%;
  behavior: url(css/PIE.htc);
}
.box6 .box6-img{
  text-align: center;
}
.foot{
  width: 100%;
  margin-top: 30px;
  padding:30px 0;
  background-color: #ededed;
  margin-bottom:-15px;
  box-sizing: border-box;
}
.foot .foot-contact{
  padding: 0 150px;
}
.foot .foot-contact .foot-table{
  width: 50%;
  float: left;
}
.foot .foot-contact .foot-tel{
  color: #1253A3;
  font-size: 26px;
  font-family: impact;
  line-height: 40px;
}
.foot .foot-contact .foot-left{
  text-align: center;
}
.foot .foot-contact .foot-right .foot-item{
  padding: 16px 0;
}
.foot .foot-contact .foot-right .foot-item a{
  float: left;
  width:33.33%;
  font-size: 12px;
  line-height: 24px;
}
.foot .foot-copy{
  width: 100%;
  text-align: center;
  line-height: 45px;
  color: #999;
  font-size: 12px;
}





/*@media  screen and (min-width: 1366px){}
@media  screen and (min-width: 1441px) and (max-width: 1600px){
}
@media  screen and (min-width: 1201px) and (max-width: 1440px){
}*/
@media  screen and (min-width: 1024px) and (max-width: 1200px){
  body{
    font-size: 14px;
  }
  .container{
    width: 100%;
  }
  .head {
    padding: 20px 0 10px;
  }
  .head .head-left{
    display: none;
  }
  .head .head-right{
    width: 100%;
  }
  .head .head-table .head-body{
    padding: 0 30px;
  }
  .head .head-table .head-body .head-title {
    height: auto;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small{
    height: auto;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .head .head-table .head-body .head-body-desc{
    height: auto;
    padding: 10px 0;
  }
  .head .head-table .head-body .head-body-desc p {
    height: auto;
    line-height: 26px;
  }
  .head .head-table .head-body .head-btn {
    text-align: center;
    margin: 0 0 5px;
  }
  .head .head-table .head-body .head-btn a{
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .nav .nav-item .nav-list{
    margin-top: 5px;
  }
  .nav .nav-item .nav-list a{
    padding: 0 10px;
    font-size: 12px;
  }
  .box {
    padding: 0;
  }
  .box .box-big p {
    font-size: 16px;
    font-weight: bold;
    color: #346FAA;
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .box .box-content{
    padding: 20px 30px 0;
  }
  .box1 .box-content .box-title {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: center;
  }
  .box1 .box-content .box-body {
    margin-bottom: 5px;
  }
  .box1 .box-content p {
    line-height: 26px;
  }
  .box1 .box-content .box-body .box-title-small {
    background: #ECF7FF;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
  }
  .box1 .box-content .box-body .box-course {
    padding: 10px 0 0;
  }
  .box .box-content .box-course table {
    width: 70%;
  }
  .box1 .box-content .box-body .box-course .box-course-table {
    margin: 5px auto;
  }
  .box2 .box-content p{
    line-height: 26px;
  }
  .box2 .box-content p i {
    top: 5.5px;
  }
  .box3 .box-content p {
    line-height: 26px;
  }  
  .box5 .box-process .box-process-table .box-process-item .box-process-list{
    width: 290px;
  }
  .box5 .box-process .box-process-table .box-process-item .box-process-list.list1,
  .box5 .box-process .box-process-table .box-process-item .box-process-list.list3{
    left: 50%;
    margin-left: -352px;
  }
  .box5 .box-process .box-process-table .box-process-item .box-process-list.list2,
  .box5 .box-process .box-process-table .box-process-item .box-process-list.list4{
    right:50%;
    margin-right: -354px;
  }  
  .foot .foot-contact{
    padding: 0 15px;
    text-align: center;
  }
  .foot .foot-contact .foot-tel{
    font-size: 18px;
    line-height: 30px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 24px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
    float: none;
  }
  .foot .foot-contact .foot-right .foot-item{
    padding: 5px 0;
  }
  .foot .foot-contact .foot-right .foot-item a {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 24px;
    padding: 0 3px;
  }
}
@media  screen and (min-width: 768px) and (max-width:1023px ){
  body{
    font-size: 14px;
  }
  .container{
    width: 100%;
  }
  .head {
    padding: 20px 0 10px;
  }
  .head .head-left{
    display: none;
  }
  .head .head-right{
    width: 100%;
  }
  .head .head-table .head-body{
    padding: 0 30px;
  }
  .head .head-table .head-body .head-title {
    height: auto;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small{
    height: auto;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .head .head-table .head-body .head-body-desc{
    height: auto;
    padding: 10px 0;
  }
  .head .head-table .head-body .head-body-desc p {
    height: auto;
    line-height: 26px;
  }
  .head .head-table .head-body .head-btn {
    text-align: center;
    margin: 0 0 5px;
  }
  .head .head-table .head-body .head-btn a{
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .nav .nav-item .nav-list{
    margin-top: 5px;
  }
  .nav .nav-item .nav-list a{
    padding: 0 10px;
    font-size: 12px;
  }
  .box {
    padding: 0;
  }
  .box .box-big p {
    font-size: 16px;
    font-weight: bold;
    color: #346FAA;
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .box .box-content{
    padding: 20px 30px 0;
  }
  .box1 .box-content .box-title {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: center;
  }
  .box1 .box-content .box-body {
    margin-bottom: 5px;
  }
  .box1 .box-content p {
    line-height: 26px;
  }
  .box1 .box-content .box-body .box-title-small {
    background: #ECF7FF;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
  }
  .box1 .box-content .box-body .box-course {
    padding: 10px 0 0;
  }
  .box .box-content .box-course table {
    width: 80%;
  }
  .box1 .box-content .box-body .box-course .box-course-table {
    margin: 5px auto;
  }
  .box2 .box-content p{
    line-height: 26px;
  }
  .box2 .box-content p i {
    top: 5.5px;
  }
  .box3 .box-content p {
    line-height: 26px;
  }  
  .box5 .box-process .box-process-table .box-process-item .box-process-list{
    width: 290px;
  }
  .box5 .box-process .box-process-table .box-process-item .box-process-list.list1,
  .box5 .box-process .box-process-table .box-process-item .box-process-list.list3{
    left: 50%;
    margin-left: -352px;
  }
  .box5 .box-process .box-process-table .box-process-item .box-process-list.list2,
  .box5 .box-process .box-process-table .box-process-item .box-process-list.list4{
    right:50%;
    margin-right: -354px;
  }  
  .foot .foot-contact{
    padding: 0 15px;
    text-align: center;
  }
  .foot .foot-contact .foot-tel{
    font-size: 18px;
    line-height: 30px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 24px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
    float: none;
  }
  .foot .foot-contact .foot-right .foot-item{
    padding: 5px 0;
  }
  .foot .foot-contact .foot-right .foot-item a {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 24px;
    padding: 0 3px;
  }
}
@media screen and (min-width: 667px) and (max-width:767px ){
  body{
    font-size: 14px;
  }
  .container{
    width: 100%;
  }
  .head {
    padding: 20px 0 10px;
  }
  .head .head-left{
    display: none;
  }
  .head .head-right{
    width: 100%;
  }
  .head .head-table .head-body{
    padding: 0 30px;
  }
  .head .head-table .head-body .head-title {
    height: auto;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small{
    height: auto;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .head .head-table .head-body .head-body-desc{
    height: auto;
    padding: 10px 0;
  }
  .head .head-table .head-body .head-body-desc p {
    height: auto;
    line-height: 26px;
  }
  .head .head-table .head-body .head-btn {
    text-align: center;
    margin: 0 0 5px;
  }
  .head .head-table .head-body .head-btn a{
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .nav .nav-item .nav-list{
    margin-top: 5px;
  }
  .nav .nav-item .nav-list a{
    padding: 0 10px;
    font-size: 12px;
  }
  .box {
    padding: 0;
  }
  .box .box-big p {
    font-size: 16px;
    font-weight: bold;
    color: #346FAA;
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .box .box-content{
    padding: 10px 30px 0;
  }
  .box1 .box-content .box-title {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: center;
  }
  .box1 .box-content .box-body {
    margin-bottom: 5px;
  }
  .box1 .box-content p {
    line-height: 26px;
  }
  .box1 .box-content .box-body .box-title-small {
    background: #ECF7FF;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
  }
  .box1 .box-content .box-body .box-course {
    padding: 10px 0 0;
  }
  .box .box-content .box-course table {
    width: 100%;
  }
  .box1 .box-content .box-body .box-course .box-course-table {
    margin: 5px auto;
  }
  .box2 .box-content p{
    line-height: 26px;
  }
  .box2 .box-content p i {
    top: 5.5px;
  }
  .box3 .box-content p {
    line-height: 26px;
  }  
  .box5 .box-process .box-process-table .box-process-line{
    display: none;
  }
  .box.box5 .box-process .box-process-table .box-process-item{
    position: static;
    height: auto;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list{
    position: static;
    left: 0;
    margin-left: 0;
    right: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:before,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:after,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list em{
    display: none;
  }  
  .foot .foot-contact{
    padding: 0 15px;
    text-align: center;
  }
  .foot .foot-contact .foot-tel{
    font-size: 18px;
    line-height: 30px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 24px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
    float: none;
  }
  .foot .foot-contact .foot-right .foot-item{
    padding: 5px 0;
  }
  .foot .foot-contact .foot-right .foot-item a {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 24px;
    padding: 0 3px;
  }
}
@media screen and (min-width: 568px) and (max-width:666px ){
  body{
    font-size: 14px;
  }
  .container{
    width: 100%;
  }
  .head {
    padding: 20px 0 10px;
  }
  .head .head-left{
    display: none;
  }
  .head .head-right{
    width: 100%;
  }
  .head .head-table .head-body{
    padding: 0 30px;
  }
  .head .head-table .head-body .head-title {
    height: auto;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small{
    height: auto;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .head .head-table .head-body .head-body-desc{
    height: auto;
    padding: 10px 0;
  }
  .head .head-table .head-body .head-body-desc p {
    height: auto;
    line-height: 26px;
  }
  .head .head-table .head-body .head-btn {
    text-align: center;
    margin: 0 0 5px;
  }
  .head .head-table .head-body .head-btn a{
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .nav .nav-item .nav-list{
    margin-top: 5px;
  }
  .nav .nav-item .nav-list a{
    padding: 0 10px;
    font-size: 12px;
  }
  .box {
    padding: 0;
  }
  .box .box-big p {
    font-size: 16px;
    font-weight: bold;
    color: #346FAA;
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .box .box-content{
    padding: 10px 30px 0;
  }
  .box1 .box-content .box-title {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: center;
  }
  .box1 .box-content .box-body {
    margin-bottom: 5px;
  }
  .box1 .box-content p {
    line-height: 26px;
  }
  .box1 .box-content .box-body .box-title-small {
    background: #ECF7FF;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
  }
  .box1 .box-content .box-body .box-course {
    padding: 10px 0 0;
  }
  .box .box-content .box-course table {
    width: 100%;
  }
  .box1 .box-content .box-body .box-course .box-course-table {
    margin: 5px auto;
  }
  .box2 .box-content p{
    line-height: 26px;
  }
  .box2 .box-content p i {
    top: 5.5px;
  }
  .box3 .box-content p {
    line-height: 26px;
  }  
  .box5 .box-process .box-process-table .box-process-line{
    display: none;
  }
  .box.box5 .box-process .box-process-table .box-process-item{
    position: static;
    height: auto;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list{
    position: static;
    left: 0;
    margin-left: 0;
    right: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:before,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:after,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list em{
    display: none;
  }  
  .foot .foot-contact{
    padding: 0 15px;
    text-align: center;
  }
  .foot .foot-contact .foot-tel{
    font-size: 18px;
    line-height: 30px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 24px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
    float: none;
  }
  .foot .foot-contact .foot-right .foot-item{
    padding: 5px 0;
  }
  .foot .foot-contact .foot-right .foot-item a {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 24px;
    padding: 0 3px;
  }
}
@media screen and (min-width: 414px) and (max-width:567px ){
  body{
    font-size: 14px;
  }
  .container{
    width: 100%;
  }
  .head {
    padding: 20px 0 10px;
  }
  .head .head-left{
    display: none;
  }
  .head .head-right{
    width: 100%;
  }
  .head .head-table .head-body .head-title {
    height: auto;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small{
    height: auto;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .head .head-table .head-body .head-body-desc{
    height: auto;
    padding: 10px 0;
  }
  .head .head-table .head-body .head-body-desc p {
    height: auto;
    line-height: 26px;
  }
  .head .head-table .head-body .head-btn {
    text-align: center;
    margin: 0 0 5px;
  }
  .head .head-table .head-body .head-btn a{
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .nav .nav-item .nav-list{
    margin-top: 5px;
  }
  .nav .nav-item .nav-list a{
    padding: 0 10px;
    font-size: 12px;
  }
  .box {
    padding: 0;
  }
  .box .box-big p {
    font-size: 16px;
    font-weight: bold;
    color: #346FAA;
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .box .box-content{
    padding: 10px 10px 0;
  }
  .box1 .box-content .box-title {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: center;
  }
  .box1 .box-content .box-body {
    margin-bottom: 5px;
  }
  .box1 .box-content p {
    line-height: 26px;
  }
  .box1 .box-content .box-body .box-title-small {
    background: #ECF7FF;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
  }
  .box1 .box-content .box-body .box-course {
    padding: 10px 0 0;
  }
  .box .box-content .box-course table {
    width: 100%;
  }
  .box1 .box-content .box-body .box-course .box-course-table {
    margin: 5px auto;
  }
  .box2 .box-content p{
    line-height: 26px;
  }
  .box2 .box-content p i {
    top: 5.5px;
  }
  .box3 .box-content p {
    line-height: 26px;
  }  
  .box5 .box-process .box-process-table .box-process-line{
    display: none;
  }
  .box.box5 .box-process .box-process-table .box-process-item{
    position: static;
    height: auto;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list{
    position: static;
    left: 0;
    margin-left: 0;
    right: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:before,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:after,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list em{
    display: none;
  }  
  .foot .foot-contact{
    padding: 0 15px;
    text-align: center;
  }
  .foot .foot-contact .foot-tel{
    font-size: 18px;
    line-height: 30px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 24px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
    float: none;
  }
  .foot .foot-contact .foot-right .foot-item{
    padding: 5px 0;
  }
  .foot .foot-contact .foot-right .foot-item a {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 24px;
    padding: 0 3px;
  }
}
@media screen and (max-width: 413px){
  body{
    font-size: 14px;
  }
  .container{
    width: 100%;
  }
  .head {
    padding: 20px 0 10px;
  }
  .head .head-left{
    display: none;
  }
  .head .head-right{
    width: 100%;
  }
  .head .head-table .head-body .head-title {
    height: auto;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small{
    height: auto;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .head .head-table .head-body .head-body-desc{
    height: auto;
    padding: 10px 0;
  }
  .head .head-table .head-body .head-body-desc p {
    height: auto;
    line-height: 26px;
  }
  .head .head-table .head-body .head-btn {
    text-align: center;
    margin: 0 0 5px;
  }
  .head .head-table .head-body .head-btn a{
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .nav .nav-item .nav-list{
    margin-top: 5px;
  }
  .nav .nav-item .nav-list a{
    padding: 0 10px;
    font-size: 12px;
  }
  .box {
    padding: 0;
  }
  .box .box-big p {
    font-size: 16px;
    font-weight: bold;
    color: #346FAA;
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .box .box-content{
    padding: 10px 10px 0;
  }
  .box1 .box-content .box-title {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: center;
  }
  .box1 .box-content .box-body {
    margin-bottom: 5px;
  }
  .box1 .box-content p {
    line-height: 26px;
  }
  .box1 .box-content .box-body .box-title-small {
    background: #ECF7FF;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
  }
  .box1 .box-content .box-body .box-course {
    padding: 10px 0 0;
  }
  .box .box-content .box-course table {
    width: 100%;
  }
  .box1 .box-content .box-body .box-course .box-course-table {
    margin: 5px auto;
  }
  .box2 .box-content p{
    line-height: 26px;
  }
  .box2 .box-content p i {
    top: 5.5px;
  }
  .box3 .box-content p {
    line-height: 26px;
  }  
  .box5 .box-process .box-process-table .box-process-line{
    display: none;
  }
  .box.box5 .box-process .box-process-table .box-process-item{
    position: static;
    height: auto;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list{
    position: static;
    left: 0;
    margin-left: 0;
    right: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:before,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:after,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list em{
    display: none;
  }  
  .foot .foot-contact{
    padding: 0 15px;
    text-align: center;
  }
  .foot .foot-contact .foot-tel{
    font-size: 18px;
    line-height: 30px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 24px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
    float: none;
  }
  .foot .foot-contact .foot-right .foot-item{
    padding: 5px 0;
  }
  .foot .foot-contact .foot-right .foot-item a {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 24px;
    padding: 0 3px;
  }
}
@media screen and (max-width: 375px){
  body{
    font-size: 14px;
  }
  .container{
    width: 100%;
  }
  .head {
    padding: 20px 0 10px;
  }
  .head .head-left{
    display: none;
  }
  .head .head-right{
    width: 100%;
  }
  .head .head-table .head-body .head-title {
    height: auto;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small{
    height: auto;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .head .head-table .head-body .head-body-desc{
    height: auto;
    padding: 10px 0;
  }
  .head .head-table .head-body .head-body-desc p {
    height: auto;
    line-height: 26px;
  }
  .head .head-table .head-body .head-btn {
    text-align: center;
    margin: 0 0 5px;
  }
  .head .head-table .head-body .head-btn a{
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .nav .nav-item .nav-list{
    margin-top: 5px;
  }
  .nav .nav-item .nav-list a{
    padding: 0 10px;
    font-size: 12px;
  }
  .box {
    padding: 0;
  }
  .box .box-big p {
    font-size: 16px;
    font-weight: bold;
    color: #346FAA;
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .box .box-content{
    padding: 10px 10px 0;
  }
  .box1 .box-content .box-title {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: center;
  }
  .box1 .box-content .box-body {
    margin-bottom: 5px;
  }
  .box1 .box-content p {
    line-height: 26px;
  }
  .box1 .box-content .box-body .box-title-small {
    background: #ECF7FF;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
  }
  .box1 .box-content .box-body .box-course {
    padding: 10px 0 0;
  }
  .box .box-content .box-course table {
    width: 100%;
  }
  .box1 .box-content .box-body .box-course .box-course-table {
    margin: 5px auto;
  }
  .box2 .box-content p{
    line-height: 26px;
  }
  .box2 .box-content p i {
    top: 5.5px;
  }
  .box3 .box-content p {
    line-height: 26px;
  }  
  .box5 .box-process .box-process-table .box-process-line{
    display: none;
  }
  .box.box5 .box-process .box-process-table .box-process-item{
    position: static;
    height: auto;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list{
    position: static;
    left: 0;
    margin-left: 0;
    right: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:before,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:after,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list em{
    display: none;
  }  
  .foot .foot-contact{
    padding: 0 15px;
    text-align: center;
  }
  .foot .foot-contact .foot-tel{
    font-size: 18px;
    line-height: 30px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 24px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
    float: none;
  }
  .foot .foot-contact .foot-right .foot-item{
    padding: 5px 0;
  }
  .foot .foot-contact .foot-right .foot-item a {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 24px;
    padding: 0 3px;
  }
}
@media screen and (max-width: 360px){
  body{
    font-size: 14px;
  }
  .container{
    width: 100%;
  }
  .head {
    padding: 20px 0 10px;
  }
  .head .head-left{
    display: none;
  }
  .head .head-right{
    width: 100%;
  }
  .head .head-table .head-body .head-title {
    height: auto;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small{
    height: auto;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .head .head-table .head-body .head-body-desc{
    height: auto;
    padding: 10px 0;
  }
  .head .head-table .head-body .head-body-desc p {
    height: auto;
    line-height: 26px;
  }
  .head .head-table .head-body .head-btn {
    text-align: center;
    margin: 0 0 5px;
  }
  .head .head-table .head-body .head-btn a{
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .nav .nav-item .nav-list{
    margin-top: 5px;
  }
  .nav .nav-item .nav-list a{
    padding: 0 10px;
    font-size: 12px;
  }
  .box {
    padding: 0;
  }
  .box .box-big p {
    font-size: 16px;
    font-weight: bold;
    color: #346FAA;
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .box .box-content{
    padding: 10px 10px 0;
  }
  .box1 .box-content .box-title {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: center;
  }
  .box1 .box-content .box-body {
    margin-bottom: 5px;
  }
  .box1 .box-content p {
    line-height: 26px;
  }
  .box1 .box-content .box-body .box-title-small {
    background: #ECF7FF;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
  }
  .box1 .box-content .box-body .box-course {
    padding: 10px 0 0;
  }
  .box .box-content .box-course table {
    width: 100%;
  }
  .box1 .box-content .box-body .box-course .box-course-table {
    margin: 5px auto;
  }
  .box2 .box-content p{
    line-height: 26px;
  }
  .box2 .box-content p i {
    top: 5.5px;
  }
  .box3 .box-content p {
    line-height: 26px;
  }  
  .box5 .box-process .box-process-table .box-process-line{
    display: none;
  }
  .box.box5 .box-process .box-process-table .box-process-item{
    position: static;
    height: auto;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list{
    position: static;
    left: 0;
    margin-left: 0;
    right: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:before,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:after,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list em{
    display: none;
  }  
  .foot .foot-contact{
    padding: 0 15px;
    text-align: center;
  }
  .foot .foot-contact .foot-tel{
    font-size: 18px;
    line-height: 30px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 24px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
    float: none;
  }
  .foot .foot-contact .foot-right .foot-item{
    padding: 5px 0;
  }
  .foot .foot-contact .foot-right .foot-item a {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 24px;
    padding: 0 3px;
  }
}
@media screen and (max-width: 320px){
  body{
    font-size: 14px;
  }
  .container{
    width: 100%;
  }
  .head {
    padding: 20px 0 10px;
  }
  .head .head-left{
    display: none;
  }
  .head .head-right{
    width: 100%;
  }
  .head .head-table .head-body .head-title {
    height: auto;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small{
    height: auto;
    text-align: center;
  }
  .head .head-table .head-body .head-title-small p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .head .head-table .head-body .head-body-desc{
    height: auto;
    padding: 10px 0;
  }
  .head .head-table .head-body .head-body-desc p {
    height: auto;
    line-height: 26px;
  }
  .head .head-table .head-body .head-btn {
    text-align: center;
    margin: 0 0 5px;
  }
  .head .head-table .head-body .head-btn a{
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .nav .nav-item .nav-list{
    margin-top: 5px;
  }
  .nav .nav-item .nav-list a{
    padding: 0 10px;
    font-size: 12px;
  }
  .box {
    padding: 0;
  }
  .box .box-big p {
    font-size: 16px;
    font-weight: bold;
    color: #346FAA;
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .box .box-content{
    padding: 10px 10px 0;
  }
  .box1 .box-content .box-title {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: center;
  }
  .box1 .box-content .box-body {
    margin-bottom: 5px;
  }
  .box1 .box-content p {
    line-height: 26px;
  }
  .box1 .box-content .box-body .box-title-small {
    background: #ECF7FF;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
  }
  .box1 .box-content .box-body .box-course {
    padding: 10px 0 0;
  }
  .box .box-content .box-course table {
    width: 100%;
  }
  .box1 .box-content .box-body .box-course .box-course-table {
    margin: 5px auto;
  }
  .box2 .box-content p{
    line-height: 26px;
  }
  .box2 .box-content p i {
    top: 5.5px;
  }
  .box3 .box-content p {
    line-height: 26px;
  }
  .box5 .box-process .box-process-table .box-process-line{
    display: none;
  }
  .box.box5 .box-process .box-process-table .box-process-item{
    position: static;
    height: auto;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list{
    position: static;
    left: 0;
    margin-left: 0;
    right: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:before,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list:after,
  .box.box5 .box-process .box-process-table .box-process-item .box-process-list em{
    display: none;
  }
  .foot .foot-contact{
    padding: 0 15px;
    text-align: center;
  }
  .foot .foot-contact .foot-tel{
    font-size: 18px;
    line-height: 30px;
  }
  .foot .foot-contact .foot-tel div{
    display: inline;
  }
  .foot .foot-copy{
    line-height: 24px;
  }
  .foot .foot-contact .foot-table{
    width: 100%;
    float: none;
  }
  .foot .foot-contact .foot-right .foot-item{
    padding: 5px 0;
  }
  .foot .foot-contact .foot-right .foot-item a {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 24px;
    padding: 0 3px;
  }
}