body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dd,
dl,
form,
input,
textarea,
article,
section,
img,
li {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    font-family: '微软雅黑', "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, simsun, sans-serif;
}

li {
    list-style: none
}

a {
    text-decoration: none
}

.fr {
    float: right;
}

.fl {
    float: left;
}

img {
  max-width: 100%;
    border: none;
    object-fit: cover;
}

body {
    overflow-x: hidden;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.clear{clear: both;zoom:1;}
.clear:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}

.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*页头*/
.header{
    width:100%;
    height:100px;
    position: fixed;
    top:0;
    left:0;
    background: #fff;
    z-index:10000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .175);
}
.header-center{
    width:1200px;
    margin: 0 auto;
    height:100px;
    position: relative;

}
.header-center>img{
    /*position: absolute;
    width:50px;
    top:25px;
    left:-60px;
    cursor: pointer;*/
}
.header-center>.lxlogo{
  float: left;
  margin-right: 76px;
  margin-top:16px;
}
.header-center>a>img{
    /*position: absolute;
    width:70px;
    top:15px;
    left: 50%;
    margin-left:-35px;*/
}

.header-center>div{
    width: 95px;
    float: left;
    height:100px;

    font-size: 20px;
}
.header-center>div:hover>ul{
    display: block;
}
/*.header-center>div:nth-child(5){
    margin-right:160px;
}*/
.header-center>div:nth-child(9){
    margin-right:0;
}
.header-center>div>a{
    display: block;
    color: #333;
    position: relative;
    width:100%;
    height:100%;
    text-align: center;
}
.header-center>div>a:hover{
    color: #e45291;
}
/*.header-center>div:hover>a:before{
    content: '';
    width:100%;
    height:5px;
    background: #e45291;
    position: absolute;
    bottom:0;
    left:0;
}*/
.header-center>div>a>span{
    display: inline-block;
    text-align: center;
    margin-bottom:5px;
    width:44px;
    font-size: 16px;
}
.header-center>div>a>span:nth-child(1){
    padding-top:25px;
}
.header-center>div>ul{
    width:100px;
    padding: 16px 0;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top:0;
    display: none;
}
.header-center>div>ul>li{
    margin-bottom:5px;
}
.header-center>div>ul>li>a{
    color: #999;
    font-size: 16px;
    transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -ms-transition: color .5s;
}
.header-center>div>ul>li>a:hover{
    color: #e45291;
}
.js-header{
  position: relative;
}
.header-center>img.js-nav-close {
    position: absolute;
    width: 50px;
    top: 25px;
    left: -60px;
    cursor: pointer;
}
.a-center{
  text-align: center;
}
.xw-head{
  background-color: #fff;
}
.xw-head .logo-container{
  height: 100px;
  padding:20px 0;
  width: 1200px;
  margin: 0 auto;
}
.xw-head .logo,.xw-head .logo-right{
  width: 50%;
  float: left;
}
.xw-head .logo a img{
  margin-top:20px;
}
.logo-right .top-linkone{
  text-align: right;

}
.logo-right .top-linkone a{
  color: #333;
  margin:0 16px;
}
.logo-right .logo-right-link{
  float: right;
  margin-bottom:20px;
}
.logo-right .logo-right-link>div{
  display: inline-block;
  text-align: right;
}
.logo-right .logo-right-link .top-linktwo a{
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background: #0062b1;
  color: #fff;
  text-align: center;
  position: relative;
  margin:0 5px;
}
.logo-right .logo-right-link .top-linktwo a img{
  position: absolute;
  left: -40px;
  top:26px;
  max-width: inherit;
  width: 100px;
  display: none;
}
.logo-right .logo-right-link .top-linktwo a:hover img{
  display: block;
}
.logo-right .searchbox{
  width: 360px;
  height: 40px;
  border: 2px solid #0062b1;
  float: left;
  position: relative;
}
.logo-right .searchbox input{
  width: 320px;
  height: 38px;
  border: 0 none;
  outline: none;
}
.logo-right .searchbox button{
  background: none;
  border: 0 none;
  background:url('../images/search.png');
  position: absolute;
  right: 0;
  top:0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  outline: none;
}
.top-contact{
  float: right;
  width: 220px;
}
.top-contact span{
  font-size: 14px;

}
.top-contact p{
  font-size: 23px;
  display: inline;
  font-style:italic;
  font-weight: bold;
}
.top-contact i{
  font-size: 46px;
  float: left;
  color: #0062b1;
  margin-right: 10px;
}
.nav-container{
  width: 100%;
  height: 70px;
  background-color: #0062b1;
  z-index:999;
}
.nav-container .nav{
  width: 1200px;
  margin: 0 auto;
}
.nav-container .nav li{
  width: 11.11%;
  text-align: center;
  float: left;
  position: relative;
}
.nav-container .nav li>a{
  display: block;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 70px;
}

.nav-container .nav li dl{
  width: 100%;
  position: absolute;
  left: 0;
  top:70px;
  background: rgba(0,0,0,.3);
  z-index: 100;
  display: none;
}
.nav-container .nav li:hover dl{
  display: block;
}
.nav-container .nav li dl a{
  display: block;
  color: #fff;
  padding:6px 0;
  font-size: 16px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.index-container{
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
.index-swiper-one{
    height: 576px;
}
.index-swiper-one .swiper-container,.index-swiper-two .swiper-container {
      width: 100%;
      height: 100%;
    }
.index-swiper-one .swiper-slide,.index-swiper-two .swiper-slide {
      background-position: center;
      background-size: cover;
}
.index-swiper-two{
    height: 640px;
}



.index-youshi{
  display: block;
  padding:80px 0;
  width: 260px;
}
.index-youshi i{
  display: inline-block;
  width: 64px;
  height: 64px;
  border:1px solid #ccc;
  border-radius: 50%;
  font-size: 30px;
  line-height: 64px;
  color: #999;
}
.index-youshi:hover{
  background: #fff;
}
.index-youshi h4{
  font-size: 18px;
  margin:20px 0 10px;
  color: #333;
}
.index-youshi p{
  font-size: 14px;
  color: #666;
}
.index-xbs{
  margin:80px auto;
}

.index-h2{
    font-size: 60px;
    font-weight: bold;
    color: #423f3e;
    display: inline;
    position: relative;
    letter-spacing:8px;
}
.index-h2:before{
    content:" ";
    position: absolute;
    left:-38px;
    top:0;
    width: 144px;
    height: 64px;
    background: url('../images/index-title1.png');
}
.index-h2:after{
    content:" ";
    position: absolute;
    right:-38px;
    bottom:-5px;
    width: 150px;
    height: 64px;
    background: url('../images/index-title2.png');
}
.index-title p{
    font-size: 18px;
    color: #999;
    margin-top:20px;
}

.index-swiper-three{
    height: 640px;
}
.index-swiper-three .swiper-container {
    width: 100%;
    height: 100%;
}
.index-swiper-three .swiper-slide {
    background-position: center;
    background-size: cover;
}

.index-teacher{
    width: 295px;
    height: 496px;
    float: left;
    margin-right: 5px;
}
.index-teacher h4{
  color: #333;
}
.index-teacher .img{
    width: 295px;
    height: 364px;
    position: relative;
}
.index-teacher .img img{
    width: 295px;
    height: 364px;
}
.index-teacher .img .intro{
    position: absolute;
    left: 0;
    top:-344px;
    display: none;
    height: 0;
    background-color: #2957a6;
    color: #fff;
    overflow: hidden;
    padding: 20px 20px 0;
    line-height: 1.8;
}
.index-teacher .name{
    padding:36px 0;
    background-color: #f2f2f2;
    text-align: center;
}
.index-teacher .name h4{
    font-size: 24px;
}
.index-teacher .name span{
    font-size: 18px;
    font-weight: normal;
    margin-left: 18px;
}
.index-teacher .name p{
    color: #999999;
    font-size: 18px;
    margin-top:12px;
}
.index-teacher:hover .img .intro {
    display: block;
    height: 344px;
    top:0;
}
.index-teacher:hover .img img{
    position: absolute;
    bottom: -40px;
    left: 90px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    z-index: 10;
    overflow: hidden;
}
.index-swiper-four{
    margin: 120px 0;
}
.index-swiper-four .swiper-container {
    width: 100%;
    height: 700px;
    margin: 20px auto;
    background: url('../images/index-cjbg.jpg');
}
.index-swiper-four  .swiper-slide {
      text-align: center;
      font-size: 18px;


      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.index-swiper-four  .swiper-slide{
  width: 266px;
}
.index-swiper-four  .swiper-slide.swiper-slide-prev{
  background-color: #2957a6;
}
.index-cj>div{
  width: 146px;
  height: 70px;
  overflow: hidden;
  color: #2957a6;
  margin: 0 auto 30px;
}
.index-cj h4{
  font-size: 30px;
  margin-bottom:100px;

}
.index-cj span{
  font-size: 60px;
  float: left;
  margin-top:-20px;
}
.index-cj .index-cjgxl{
  height: 100px;
  text-align: left;
  font-size: 18px;
}
.index-cj .index-cjgxl .gxl{
  margin-bottom:20px;
}
.index-swiper-four  .swiper-slide.swiper-slide-prev .index-cj{
  color: #fff;
}
.index-swiper-four  .swiper-slide.swiper-slide-prev .index-cj>div{
  color: #fff;
}
.index-swiper-four  .swiper-slide.swiper-slide-prev .index-cj span{
  color: #fadd02;
}
.index-banji{
    overflow: hidden;
}
.index-banji ul li{
    width: 393px;
    height: 280px;
    float: left;
    margin:10px 10px 0 0;
}
.index-banji ul li:nth-child(1){
    height: 570px;
}
.index-banji ul li:nth-child(3){
    margin-right: 0;
}
.index-banji ul li:nth-child(5){
    margin-right: 0;
}
.index-banji ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.index-banji ul li a{
    background:url('../images/index-bj1.jpg');
}
.index-banji ul li:nth-child(1) a{
    background:url('../images/index-bj1.jpg');
}
.index-banji ul li:nth-child(2) a{
    background:url('../images/index-bj2.jpg');
}
.index-banji ul li:nth-child(3) a{
    background:url('../images/index-bj3.jpg');
}
.index-banji ul li:nth-child(4) a{
    background:url('../images/index-bj4.jpg');
}
.index-banji ul li:nth-child(5) a{
    background:url('../images/index-bj1.jpg');
}
.index-banji ul li a:hover{
    background-image: none;
    background:#2957a6;
}
.index-banji ul li a div{
    text-align: center;
    padding-top:80px;
}
.index-banji ul li a div h4{
    font-size: 24px;
    margin-bottom: 50px;
}

.index-wenyiwen {
    color: #2957a6;
    font-size: 24px;
    text-align: center;
    margin: 40px 0;
}
.index-wenyiwen a{
    color: #2957a6;
    font-size: 24px;
}


.index-swiper-five{
    height: 472px;
    width: 1200px;
    margin: 0 auto;
}

.index-swiper-five .swiper-container {
      width: 100%;
      height: 100%;
    }
.index-swiper-five .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.index-swiper-five .swiper-slide {
      width:978px;
    transition-timing-function:linear;
    }
  @media only screen and (max-width:1200px){
      .swiper-slide {
          width:770px;
        }
  }
  @media only screen and (max-width:980px){
      .swiper-slide {
          width:471px;
        }
  }
  @media only screen and (max-height:480px){
      .swiper-slide {
          width:471px;
        }
  }
.index-swiper-five .swiper-slide img{
  width: 100%;
}
.index-hj{
    margin:20px 0;
}
.index-hj li{
    width: 224px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.index-hj li:last-child{
  margin-right: 0;
}
.index-hj li a{
    display: block;
    width: 224px;
    height: 150px;
    position: relative;
}
.index-hj li a div{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.index-hj li a:hover  div{
    left: 12px;
    top:12px;
    width: 202px;
    height: 124px;
    line-height: 124px;
    background-color: #fadd02;
    color: #2957a6;
    font-size: 24px;
}

.index-news-box{
    height: 700px;
    width: 100%;
    background: url('../images/index-nbg.jpg');
    background-size: cover;
    padding:60px 0;
}
.index-news-li li{
  margin:10px 0;
}
.index-news-li li a{
  display: block;
  width: 572px;
  height: 88px;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
}
.index-news-li li a h4{
  margin-left: 90px;
  line-height: 88px;
  font-size: 18px;
  color: #666;
}
.index-news-li li a span{
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #e0e0e0;
  color: #666666;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  left: 15px;
  top:15px;
}
.index-news-li li a span small{
  display: block;
  font-size: 14px;
}
.index-news1{
  margin-bottom:10px;
}
.index-news1 img{
  display: block;
}
.index-news1 p{
  height: 60px;
  background-color: #fff;
  line-height: 60px;
  padding:0 14px;
  font-size: 18px;
  color: #666;
  width: 544px;
}
.index-examtime{
  margin-bottom:30px;
  font-size: 24px;
  color: #333;
}
.index-examtime span{
  padding:8px 20px;
  background-color: #d80e0e;
  color: #fff;
  border-radius:20px;
  font-size: 18px;
  margin:0 12px;
}
.index-news-left{
  width: 572px;
  float: left;
  margin-right: 26px;
}
.footer{
  margin-top:30px;
  background: #352d39;

}
.ft-phone>div{
  width: 200px;
  height: 46px;
  color: #fff;
  font-size: 16px;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  background:#2957a6 url('../images/ft-phone.png') no-repeat 4px 4px;
  margin-top:5px;
}
.ft-container{
  width: 1200px;
  padding:60px 0 60px;
  height: 320px;
  margin:0 auto;
}
.ft-container *{
  color: #fff;
}
.ft{
  width: 1200px;
  margin:0 auto;
  height: 200px;
  padding:80px 0 40px;
  zoom: 1;
}
.footer .ft-left{
  width:380px;
  float: left;
}
.footer .ft-right{
  width: 790px;
  float: left;
}
.footer .ft-side2{
  width:400px;
  float: left;
}
.footer .ft-side2 dl{
  width: 50%;
  float: left;
  margin:0 0 16px;
}
.footer .ft-side2 dl i{
  font-size: 24px;
  display: inline;
}
.footer .ft-side2 dl dt{
  margin-top:10px;
  display: inline;
}
.footer .ft-side2 dl dd{
  position: relative;
  display: inline;
}
.footer .ft-side2 dl dd img{
  position: absolute;
  top:-110px;
  left:-40px;
  display: none;
  width: 100px !important;
  height: 100px;
  max-width: inherit;
}
.footer .ft-side2 dl dd:hover img{
  display: block;
}
.ft-menu li{
  width: 11%;
  float: left;
  margin-bottom:20px;
}
.ft-menu li a{
  display: block;
  margin:10px 0;
  opacity: .6;
}
.ft-menu li a:hover{
  opacity: 1;
}
.ft-menu li h3{
  margin-bottom: 24px;
}
.friend_link{
  width: 790px;
  margin: 0 auto;
  opacity: .6;
}
.friend_link>div{
  margin-bottom:10px;
}
.ft-ewm{
  overflow: auto;
  zoom: 1;
  margin-top:20px;
}
.ft-ewm>div{
  width: 126px;
  float: left;
  margin-right: 36px;
}
.ft-ewm>div p{
  text-align: center;
}
.ft-address p{
  margin-bottom:10px;
}
.ft-address{
  margin-bottom:30px;
}
.ft-signup-box{
  background: #e45291;
}
.ft-phone{
  line-height: 2;
}
.ft-phone span{
  margin-right: 24px;
}
.ft-signup-box .ft-sign{
  width: 1200px;
  margin: 0 auto;
  padding:20px 0;
}
.ft-signup-box .ft-sign h4{
  display: inline;
  font-size: 18px;
  font-weight: 24px;
  margin-right: 60px;
  font-weight: bold;
  color: #fff;
}
.ft-signup-box .ft-sign input,.ft-signup-box .ft-sign select{
  width: 230px;
  height: 46px;
  border: 0 none;
  text-indent: 14px;
  margin:0 20px;
}
.ft-signup-box .ft-sign  button{
  width: 170px;
  height: 46px;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
  border: none;
  color: #e45291;;
  cursor: pointer;
  margin-left: 70px;
  font-size: 18px;
}

.in-banner{
  width: 100%;
  height: 400px;
  background: no-repeat center;
  background-size: cover;

}
.in-container{
  margin: 0 auto;
  width: 1200px;
}
.in-title{
  background:url('../images/in-titlebg.png') no-repeat center center;

  height: 108px;
  color: #fff;
 padding-top:280px;
 text-align: center;
}
.in-title h2{
  font-size: 36px;
  margin-top:-120px;
  font-weight: bold;
}
.in-title p{
  font-size: 18px;
}
.in-nav{
  margin:50px auto 80px;
  text-align: center;
}
.in-nav li{
  display: inline-block;
  margin:0 12px;
}
.in-nav li a{
  padding:8px 20px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 18px;
}
.in-nav li.active a,.in-nav li:hover a{
  background-color: #e45291;
  color: #fff;
  border: 1px solid #e45291;
}
.culture-list li{
  overflow: hidden;
  padding:24px 0;
  border-bottom:1px solid #eee;
}

.culture-list li a img{
  width: 350px;
  height: 194px;
  float: left;
  margin-right:24px;
}
.culture-list li a h4{
  font-size: 24px;
  margin:20px 0;
  color: #333;
}
.culture-list li a p{
  margin-top:20px;
  height: 60px;
  overflow: hidden;
  font-size: 16px;
  color: #666;
}
.culture-list li a div{
  margin-top:20px;
  color: #999;
}
.culture-list li a div span{
  margin-right: 24px;
}
.pagination{
  text-align: center;
  margin:50px 0;
}
.pagination a{
  padding:5px 12px;
  background-color: #f2f2f2;
  color: #999;
  border-radius: 4px;
  margin:0 3px;
  box-shadow: 0 1px rgba(0,0,0,.1);
  font-size: 18px;
}
.pagination a.active,.pagination a:hover{
  background-color: #e45291;
  color: #fff;
}
.news-list li{
  width: 270px;
  height: 300px;
  margin-right: 40px;
  box-shadow:0  5px 10px rgba(0,0,0,.06);
  float: left;
  margin-bottom:30px;
}
.news-list li a{
  display: block;
  width: 270px;
  height: 300px;
  position: relative;
}
.news-list li a img{
  width: 270px;
  height: 150px;
}
.news-list li a img.btn-play{
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top:46px;
  margin:0 auto;
}
.news-list li:nth-child(4n){
  margin-right: 0;
}
.news-list li a h4{
    margin: 20px 14px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.news-list li a div{
  position: absolute;
  bottom:20px;
  left: 14px;
  color: #999;
}
.news-list li a div span{
  margin-right: 30px;
}
.bread-nav{
  margin:30px 0;
  color: #999;
}
.bread-nav a {
    color: #999;
    font-size: 16px;
}
.bread-nav a:hover {
  color: #e45291;
}
.teacher-list li{
  width: 278px;
  height: 420px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin:0 28px 28px 0;
}
.teacher-list li:nth-child(4n){
  margin-right: 0;
}
.teacher-list li img{
  width: 278px;
  height: 420px;
}
.teacher-list li .name{
  position: absolute;
  left: 20px;
  bottom:20px;
  color: #fff;
  transition: bottom 300ms;
  -moz-transition: bottom 300ms; /* Firefox 4 */
  -webkit-transition: bottom 300ms; /* Safari 和 Chrome */
  -o-transition: bottom 300ms; /* Opera */
}
.teacher-list li .name h4{
  font-size: 18px;
  margin-bottom:10px;
  font-weight: bold;
  position: relative;
}
.teacher-list li .name h4:before{
  content: '';
  position: absolute;
  left: 0;
  top:-10px;
  width: 16px;
  height: 2px;
  background: #fff;
}
.teacher-list li .name h4 small{
  margin-left: 12px;
}
.teacher-list li .intro{
  background-color:#e45291;
  position: absolute;
  bottom:0;
  left: 0;
  color: #fff;
  padding:0 20px;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  transition: height 300ms;
  -moz-transition: height 300ms; /* Firefox 4 */
  -webkit-transition: height 300ms; /* Safari 和 Chrome */
  -o-transition: height 300ms; /* Opera */
}
.teacher-list li:hover .intro{
  height: 150px;
  padding-top:20px;
  padding-bottom:20px;
}
.teacher-list li:hover .name{
  bottom:200px;
}
.in-nav-xiaoqu li{
  margin:0 20px;
  float: left;
}
.in-nav-xiaoqu{
  text-align: center;
  display: inline-block;
}
.in-nav-xiaoqu li{
  margin-bottom:20px;
}
.in-nav-xiaoqu li a{
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  text-align: center;
  color: #666;
}
.in-nav-xiaoqu li a p{
  font-size: 22px;
  margin-top:40px;
}
.in-nav-xiaoqu li.active a,.in-nav-xiaoqu li:hover a{
  background: #0062b1;
  color: #fff;
  border: 1px solid #0062b1;
}
.in-left{
  width: 33%;
  float: left;
}
.in-right{
  width: 67%;
  float: right;
}
.in-nav-xiaoqu{
  overflow: hidden;
  margin-bottom:50px;
}
.xiaoqu-menu{
  width: 112px;
  margin:0 auto;
}
.xiaoqu-menu a{
  display: block;
  text-align: center;
  width: 112px;
  height: 32px;
  line-height: 32px;
  color: #666;
  font-size: 18px;
  margin-bottom:20px;
}
.xiaoqu-menu a.active{
  background:url('../images/xiaoqu-menubg.png') no-repeat center;
  color: #333;
}
.in-title-xiaoqu h2{
  font-size: 36px;
  display: inline;
  border-bottom:2px solid #fff;
  color: #fff;
  padding-bottom:12px;
}
.in-title-xiaoqu{
  padding-top:120px;
}
.in-title-xiaoqu p{
  color: #fff;
  margin-top:20px;
  font-size: 18px;
}
.qa-list li{
  width: 990px;
  margin:30px auto;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  position: relative;
}
.qa-list li dl{
  padding:30px;
}
.qa-list li>span{
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background:#0062b1;
  text-align: center;
  line-height: 36px;
  display: block;
  color: #fff;
  position: absolute;
  left: 30px;
  top:-18px;
}
.qa-list li dl dt{
  font-size: 18px;
  color: #333;
}
.qa-list li dl dt span{
  position: absolute;
  top:30px;
  right: 30px;
  cursor: pointer;
  color: #999;
  font-size: 16px;
}
.qa-list li dl dd{
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  margin-top:20px;
  display: none;
}
.score-banner{
  width: 1200px;
  height: 640px;
}
.score-banner .swiper-container {

}
.score-banner .swiper-slide {
    font-size: 18px;
    background: #fff;
    /* text-align: center; */
    height: 560px;
    position: relative;
}
/*.score-banner  .swiper-slide {
      font-size: 18px;
      background: #fff;
}*/
.score-banner  .swiper-slide img{
    /* width: 1200px; */
    height: 406px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}
.score-banner  .swiper-slide h4{
    font-size: 36px;
    margin: 20px 0 20px;
    color: #333;
    position: absolute;
    left: 0;
    top: 406px;
}
.score-banner  .swiper-slide p{
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    height: 96px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 480px;
}
.score-banner .swiper-button-next,.score-banner .swiper-button-prev{
  top:194px;
  background-color:rgba(0,0,0,.5);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: 100%;
}
.score-banner .swiper-button-next{
  /*right: -20px;*/
  background-image: url('../images/scswiper-btn-right.png');
}
.score-banner .swiper-button-prev{
  background-image: url('../images/scswiper-btn-left.png');
}
.sc-list li{
  width: 576px;
  height: 590px;
  margin-right: 40px;
  box-shadow:0  5px 10px rgba(0,0,0,.06);
  float: left;
  margin-bottom:30px;
}
.sc-list li a{
  display: block;
  width: 576px;
  height: 590px;
  position: relative;
}
.sc-list li a img{
  width: 576px;
  height: 394px;
}
.sc-list li:nth-child(2n){
  margin-right: 0;
}
.sc-list li a h4{
    margin: 20px 14px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.sc-list li a div{
  position: absolute;
  bottom:20px;
  left: 14px;
  color: #999;
}
.sc-list li a div span{
  margin-right: 30px;
}
.article-container{
  width: 900px;
  margin: 0 auto 60px;
}
.article-container .article-title{
  font-size: 36px;
  text-align: center;
  margin:30px 0;
  font-weight: bold;
}
.article-container .article-info{
  font-size: 18px;
  color: #999;
  text-align: center;
  margin:30px 0;
}
.article-content>p{
  line-height: 30px;
}
.article-container .article-content img{
  max-width: 100%;
  height: auto !important;
}
.recom-container{
  border-top:5px solid #f2f2f2;
  padding-top:40px;
}
.recom-title{
  font-size: 24px;
  border-left: 6px solid #e45291;
  padding-left:16px;
  margin-bottom:30px;
}
.recom-li li{
  width: 270px;
  height: 150px;
  float: left;
  margin-right: 38px;
  margin-bottom:30px;
  position: relative;
}
.recom-li li:nth-child(4n){
  margin-right: 0;
}
.recom-li li img{
  width: 270px;
  display: block;
  height: 150px;
}
.recom-li li h4{
  position: absolute;
  left: 0;
  bottom:0;
  height: 50px;
  width: 100%;
  color: #fff;
  background: rgba(0,0,0,.3);
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  padding:5px 10px;
}
.contact-changpin .cp-left,.contact-changpin .cp-right
{
  width: 50%;
  float: left;
}
.contact-changpin .cp-left h4{
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: bold;
}
.contact-changpin .cp-left>div p{
  font-size: 18px;
  line-height: 2;
  color: #666;
}
.contact-changpin .cp-right{
  text-align: right;
}
.cp-luxian{
  margin:100px 0;
}
.cp-luxian dl{
  width:49%;
  float: left;
  box-sizing:border-box;
  padding-right: 120px;
  border-right: 3px solid #f2f2f2;
}
.cp-luxian dl:nth-child(2){
  padding-right: 0;
  padding-left: 120px;
  border-right: 0 none;
}
.cp-luxian dl dt{
  font-size: 24px;
  margin-bottom:30px;
}
.cp-luxian dl dd{
  font-size: 18px;
  color: #666;
}
.contact-jiezhan{
  background-color:#f0f4fa;
  padding:50px 0;
}
.contact-jiezhan .jiezhan{
  width:680px;
  margin:0 auto;
}
.contact-jiezhan .jiezhan .ewm{
  float: left;
  margin-right: 50px;
}
.contact-jiezhan .jiezhan .ewm img{
  width: 160px;
  height: 160px;
}
.contact-jiezhan .jiezhan .ewm p{
  color: #999;
  text-align: center;
}
.contact-jiezhan .jiezhan dl dt{
  font-size: 24px;
  font-weight: bold;
  margin-bottom:20px;
  padding-top:20px;
}
.contact-jiezhan .jiezhan dl span{
  color: #999;
  font-size: 18px;
  font-weight: normal;
  margin-left: 30px;
}
.contact-jiezhan .jiezhan dl dd{
  width: 30%;
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #666;
  margin-bottom:12px;
}
.contact-baoding .ctbd-img,.contact-baoding .ctbd-info{
  width: 50%;
  float: left;
}
.contact-baoding .ctbd-title{
  font-size: 36px;
  text-align: center;
  margin-bottom:80px;
  font-weight: bold;
  color: #333;
}
.contact-baoding{
  margin:100px 0;
}
.contact-baoding .ctbd-info p{
  line-height: 2;
  font-size: 18px;
  color: #666;
}
.koubei-banner{
  height: 470px;
  padding:0 60px;
    position: relative;
    margin-bottom:60px;
}
.koubei-banner .swiper-container {

   height: 100%;
}
 .koubei-banner .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: url('../images/mobile-bg.jpg') no-repeat center;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
 .koubei-banner{

 }
 .koubei-banner .swiper-slide img{
    width: 194px;
    height: 345px;
 }
.koubei-banner .swiper-button-next,.koubei-banner .swiper-button-prev{
    position: absolute;
 }
 .koubei-banner .swiper-button-prev{
    background:url('../images/kb-left.png');
    width: 50px;
    height: 50px;
}
.koubei-banner .swiper-button-next{
    background:url('../images/kb-banner.png');
    width: 50px;
    height: 50px;
}
.zys-title {
  text-align: center;
  margin:50px 0;
}
.zys-title h4{
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.zys-title p{
  font-size: 18px;
  color: #999;
  margin-top:10px;
}
.zy-list li{
  width: 580px;
  height: 280px;
  background-color: #f5f5f5;
  position: relative;
  float: left;
  margin:0 30px 30px 0;
}
.zy-list li:nth-child(2n){
  margin-right: 0;
}
.zy-list li .img{
  width: 216px;
  height: 280px;
  float: left;
  margin-right: 20px;
}
.zy-list li .info{
  padding:20px;
  color: #333;
}
.zy-list li .info .name{
  font-size: 18px;
}
.zy-list li .info .honor{
  font-size: 30px;
  font-weight: bold;
  color: #0062b2;
  margin:10px 0;
}
.zy-list li .info .liankao{
  font-size: 24px;
}
.zy-list li .info .other{
    margin-top:24px;
    line-height: 1.8;
    overflow: hidden;
    max-height: 100px;
}
.zy-list li .sp{
  position: absolute;
  width: 372px;
  height: 280px;
  background: rgba(255,255,255,.9);
  bottom:0;
  right: 0;
  text-align: center;
  color: #333;
  display: none;
}
.zy-list li:hover .sp{
  display: block;
}
.zy-list li .sp img{
  width: 150px;
  height: 150px;
  margin-top:50px;
}
.in-banner-work{
  height: 560px;
  position: relative;
}
.in-banner-work .in-title-work{
  text-align: center;
  color: #fff;
  padding-top:150px;

}
.in-banner-work .in-title-work h2{
   font-size: 48px;
   font-weight: bold;
}
.in-banner-work .in-title-work p{
  font-size: 36px;
  margin-top:16px;
  position: relative;
}
.in-banner-work .in-title-work p:after{
  content: '';
  position: absolute;
  width: 86px;
  height: 4px;
  background-color: #fff;
  bottom:-12px;
  left: 0;
  right: 0;
  margin:0 auto;
}
.in-nav-work{
  background-color: #fff;
  height: 60px;
  padding-top:36px;
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  width: 1200px;
  margin:0 auto;
}
.work-menu{
  text-align: center;
  margin:30px 0;
}
.work-menu li{
  display: inline;
  font-size: 18px;
  margin-left:30px;
}
.work-menu li:after{
  content:'·';
  font-size: 30px;
  color: #999;
  margin-left: 30px;
}
.work-menu li:last-child:after{
  content: '';
}
.work-menu li a{
  color: #666;
}
.work-menu li.active a{
  color: #0062b1;
}
.production_list>ul>li>img {
    width: 100%;
    height: 100%;
}

.production_list>ul>li {
    width: 254px;
    height: 345px;
    position: relative;
    display: inline-block;
    margin-right: 50px;
    margin-top: 30px
}

.production_list>ul>li:nth-of-type(4n) {
    margin-right: 0
}

.production_list>ul>li>h4{
    font-size: 18px;
}
.production_list>ul>li>p{
    font-size: 14px;
    color: #999;
}
.env-li{
  margin:50px 0;
}
.env-li li {
  width: 394px;
  height: 280px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 6px;
  margin-bottom:6px;
}
.env-li li img{
  width: 394px;
  height: 280px;
}
.env-li li div{
  position: absolute;
  left: 0;
  bottom:0;
  padding:10px 20px;
  color: #fff;
  background: rgba(0,0,0,.3);
  width: 100%;
  box-sizing:border-box;
}
.env-li li div h4{
  font-size: 24px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.btn-more{
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: #e45291;
  text-align: center;
  border-radius: 10px;
  margin:50px auto;
  font-size: 18px;
}
.btn-more:hover{
  background-color: #c8487f;
}
.xw-intro .xwi-left{
  width: 60%;
  float: left;
}
.xw-intro .xwi-left p{
  margin-right: 80px;
  font-size: 16px;
  color: #666;
  line-height:1.8;
}
.xw-intro .xwi-left h4{
  font-size: 30px;
  margin-bottom:30px;
}
.xw-intro .xwi-right{
  width: 40%;
  float: right;
}
.xwcj li{
  width: 25%;
  float: left;
  color: #005192;
  margin:20px 0;
}
.xwcj li h4{
  font-size: 46px;
  font-weight: bold;
}
.xwcj li p{
  font-size: 18px;
}
.xwcj-container{
  background-color: #fadd02;
  padding: 40px;
  margin: 100px 0;
}
.weht{
  float: left;
}
.weht img{
  display: block;
}
.weht h4{
  margin-top:40px;
  margin-left: 40px;
  margin-bottom:30px;
  font-weight: bold;
}
.weht p{
  margin:0 40px;
}
.weht-1,.weht-2{
  width: 280px;
  height: 230px;

}
.weht-2{
  color:#fadd02;
  background-color: #0062b1;
}
.weht-4{
  width: 340px;
  height: 230px;
  background: #fadd02;
  color: #0062b1;

}
.weht-5{
  width: 860px;
  height: 264px;
  background-color: #fadd02;
  color: #0062b1;
}
.weht-8{
  width: 800px;
  height: 264px;
  background-color: #0062b1;
  color:#fadd02;
}
.weht h4{
  font-size: 30px;
}
.weht p{
  font-size: 16px;
    line-height: 1.8;
}
.pinpai-title{
  text-align: center;
  margin-bottom:60px;
}
.pinpai-title h4{
  font-size: 30px;
}
.pinpai-title p{
  font-size: 18px;
  color: #666;
  margin-top:20px;
}
.about-gray{
  background-color: #f2f2f2;
  padding:60px 0;
  margin-top:60px;
}
.abjp{
  float: left;
}
.abjp.abjp-1{
  width: 460px;
  margin-right: 26.6px;
}
.abjp.abjp-1>div{
  margin-bottom:48px;
}
.abjp.abjp-2{
  width: 330px;
  margin-right: 26.6px;
}
.abjp.abjp-2>div{
  margin-bottom:20px;
}
.abjp.abjp-3{
  width: 330px;
}
.abjp.abjp-3>div{
  margin-bottom:25px;
}
.abjp img{
  width: 100%;
}
.xwhutong{
  margin-bottom:120px;
}
.six-service li{
  width: 16.66%;
  float: left;
}
.six-service li a{
  display: block;
  width: 164px;
  height: 164px;
  line-height: 164px;
  font-size: 30px;
  text-align: center;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 50%;
  position: relative;
}
.six-service li a span{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 72px;
  color: #e01e2a;
}
.six-service li:nth-child(1) a{
  background-color: #fce8e9;
  color: #e01e2a;
}
.six-service li:nth-child(1) a span{
  color: rgba(224,30,42,.3);
}
.six-service li:nth-child(2) a{
  background-color: #e9edf8;
  color: #2c4ab7;
}
.six-service li:nth-child(2) a span{
  color: rgba(44,74,183,.3);
}
.six-service li:nth-child(3) a{
  background-color: #fef3e6;
  color: #f98506;
}
.six-service li:nth-child(3) a span{
  color: rgba(249,133,6,.3);
}
.six-service li:nth-child(4) a{
  background-color: #eaf4fc;
  color: #2f94dd;
}
.six-service li:nth-child(4) a span{
  color: rgba(47,148,221,.3);
}
.six-service li:nth-child(5) a{
  background-color: #fbeef1;
  color: #dc5476;
}
.six-service li:nth-child(5) a span{
  color: rgba(220,84,118,.3);
}
.six-service li:nth-child(6) a{
  background-color: #eaf7f1;
  color: #2eb575;
}
.six-service li:nth-child(6) a span{
  color: rgba(46,181,117,.3);
}
.service-title{
  text-align: center;
  margin:60px 0;
}
.service-title h4{
  font-size: 48px;
}
.service-title p{
  font-size: 18px;
  margin-top:20px;
  color: #999;
}
.jzh{
  position: relative;
}
.jzh img{
  width: 50%;
  float: left;
}
.jzh .jzh-intro{
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  margin:auto;
  width: 220px;
  height: 220px;
  background-color: #fadd02;
  border-radius: 50%;
  text-align: center;
  color: #0062b1;
  border:5px solid #fff;
}
.jzh .jzh-intro h4{
  font-size: 30px;
  margin-top:80px;
}
.jzh .jzh-intro p{
  font-size: 18px;
}
.about-gray .service-title{
  margin-top:0;
}
.ksfu-container{
  width: 1200px;
  margin:0 auto;
}
.ksfu-container .swiper-container {
  width: 100%;
  height: 100%;
}
.ksfu-container    .swiper-slide {

  font-size: 18px;
  background: #fff;
}
.ksfu-container  .swiper-slide img{
  width: 100%;
  height: auto;
}
.ksfu-container  .swiper-slide h4{
  font-size: 20px;
  color: #0062b1;
  font-weight: bold;
}
.ksfu-container  .swiper-slide >div{
  padding:20px;
}
.ksxh-container{
  width: 750px;
  height: 520px;
  float: left;
}
.ksxh-intro{
  width: 450px;
  float: left;
}
.ksxh-container .swiper-container {
  width: 100%;
  height: 100%;
}
.ksxh-container .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.ksxh-intro{
  width: 450px;
  height: 520px;
  background-color: #f2f2f2;
  float: left;
}
.ksxh-intro>div{
  padding:80px 40px;

  line-height: 1.8;
}
.ksxh-intro>div p{
  margin-bottom:20px;
  font-size: 18px;
}
.ys-banner{
  height: 400px;
  background: url('../images/ys-bg.jpg');
}
.ys-li .swiper-wrapper{
  padding-bottom:60px;
}
.ys-li .swiper-wrapper div{
  width: 200px;
  height: 164px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  margin:0 50px 30px 0;
  float: left;
}
.ys-li .swiper-wrapper div p{
  font-size: 16px;
}
.ys-li .swiper-wrapper div:nth-child(5n){
  margin-right: 0;
}
.ys-li .swiper-wrapper div img{
  width: 60px;
  height: 60px;
  margin:30px 0 10px;
}
.ys-li .swiper-button-prev{
  top: 80%;
  left: 50%;
  margin-left: -90px;
  background-image: url('../images/shida-right.png');
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.ys-li .swiper-button-next{
  top: 80%;
  right: 50%;
  background-image: url('../images/shida-left.png');
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.ys-banner-title{
  text-align: center;
  color: #fff;
  font-size: 36px;
  padding:50px 0;
}
.sdys-head{
  margin:70px 0 40px;
}
.sdys-head-5{
  margin-top:0;
}
.sdys-head dt{
  font-size: 78px;
  font-weight: bold;
  float: left;
  margin-right:20px;
  line-height: 1;
}
.sdys-head-5 dt{
  float:inherit;
}
.sdys-head dd{

}
.sdys-head dd h4{
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.sdys-head dd p{
  font-size: 16px;
  color: #666;
}
.sdys-one-li li{
 width: 398px;
 height: 296px;
 margin-right: 3px;
 position: relative;
 float: left;
 margin-bottom:3px;
}
.sdys-one-li li:nth-child(3n){
  margin-right: 0;
}
.sdys-one-li li p{
  position: absolute;
  bottom:0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  padding:12px;
  color: #fff;
}
.ys-two p{
  background-color: #f2f2f2;
  padding:20px;
  line-height: 1.8;
  font-size: 16px;
}
.ys-three-li li{
  width: 240px;
  height: 300px;
  background-color: #f2f2f2;
  border-bottom:4px solid #0062b1;
  padding:60px 30px;
  float: left;
  margin-right: 140px;
}
.ys-three-li li:nth-child(3){
  margin-right: 0;
}
.ys-three-li li h4{
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.ys-three-li li p{
  font-size: 18px;
  color: #999;
}
.ys-three-li li dt{
  margin-bottom:80px;
}
.ys-three-li li dd{
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.sdys-five{
  float: left;
}
.sdys-five .sdys-five-intro{
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.sdys-five.sdys-five-left{
  width: 35%;
  margin-right: 5%;
}
.sdys-five.sdys-five-right{
  width: 60%;
}
.white-box{
  margin:80px auto;
}
.sdys-seven-box >div{
  width: 50%;
  float: left;
}
.sdys-seven dl{
  width: 50%;
  float: left;
  margin-bottom:60px;
  text-align: center;
  color: #666;
}
.sdys-seven dl dt{
  font-size: 36px;
  color: #0062b1;
}
.sdys-seven dl dd{
  font-size: 18px;
  margin-top:24px;
}
.ys9-li li{
  width: 280px;
  margin-right: 26px;
  float: left;
  height: 360px;
  background-color: #f2f2f2;
}
.ys9-li li img{
  display: block;
}
.ys9-li li:last-child{
  margin-right: 0;
}
.ys9-li li div{
  padding:20px 40px;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  text-align: center;
}
.ys-ten{
  padding:60px;
  height: 450px;
  background:url('../images/ys10.jpg');
  box-sizing:border-box;
}
.ys-ten h4{
  color: #fff;
  font-size: 98px;
  margin-bottom:20px;
}
.ys-ten h4 span{
  font-size: 32px;
}
.ys-ten >div{
  width: 40%;
  float: left;
  margin-right: 10%;
  color: #fff;
  line-height: 1.8;
  font-size: 18px;
}
.sdys-head .number-1{
  color: #e01e2a;
}
.sdys-head .number-2{
  color: #2c4ab7;
}
.sdys-head .number-3{
  color: #f09837;
}
.sdys-head .number-4{
  color: #2f94dd;
}
.sdys-head .number-5{
  color: #dc5476;
}
.sdys-head .number-6{
  color: #2eb575;
}
.sdys-head .number-7{
  color: #e01e2a;
}
.sdys-head .number-8{
  color: #2c4ab7;
}
.sdys-head .number-9{
  color: #f09837;
}
.sdys-head .number-10{
  color: #2f94dd;
}
.side-contact{
  width: 70px;
  position: fixed;
  bottom:100px;
  right: 40px;
  z-index: 999;
  text-align: center;
}
.side-contact .ct-title{
  display: block;
  width: 100%;
  height: 24px;
  background-color:#e45291;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}
.side-contact a{
  color: #666;
}
.side-contact .ct-normal{
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
}
.side-contact .ct-normal i{
  display: block;
  font-size: 32px;
  color: #999;
  margin-top:8px;
}
.side-contact .ct-normal img{
  position: absolute;
  left: -120px;
  top:0;
  width: 120px;
  height: 120px;
  max-width: inherit;
  display: none;
}
.side-contact .ct-normal:hover img{
  display: block;
}
.side-contact .ct-signup{
  background-color: #e45291;
  color: #fff;
  display: block;
  width: 70px;
  padding:15px 0;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  border-radius: 5px;
}
.side-contact .back-top{
  border:1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
.side-contact img{
  display: block;
}
.ys-container{
  width: 1200px;

  margin:0 auto;
}
.ys-container .swiper-container {
      width: 100%;

}
.ys-container .swiper-container .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
}
.about-xwwh li{
  width: 280px;
  height:230px;
  float: left;
  margin-right:26px;
  margin-bottom:26px;
}
.about-xwwh li:nth-child(4n){
  margin-right: 0;
}
.about-xwwh li img{
   width: 280px;
  height: 206px;
}
.about-xwwh li p{
  font-size: 18px;
  color: #333;
}

.about-xwwh2{
  margin-top:30px;
}
.about-xwwh2 li{
  height: 172px;
}
.about-xwwh2 li img{
  height: 172px;
}

.cls-list{
  height: 348px;
  margin-bottom:100px;
}
.cls-list .cls-img{
  float: left;
  width: 800px;
  height: 348px;
  overflow: hidden;
}
.cls-list .cls-img img{
  width: 800px;
  height: 348px;
}
.cls-list .cls-info{
  float: left;
  width: 340px;
  padding:30px 30px 0;
  height: 318px;
  background-color: #564949;
  color: #fff;
}
.cls-list .cls-info h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom:30px;
}
.cls-list .cls-info .cls-intro{
  line-height: 28px;
  height: 168px;
  overflow: hidden;
}
.cls-list .cls-info .cls-btn{
  margin-top:20px;
  text-align: right;
}
.cls-list:nth-child(2n) .cls-info .cls-btn{
  text-align: left;
}
.cls-list .cls-info .cls-btn a{
  display: inline-block;
  width:104px;
  height: 36px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 10px;
}
.cls-list .cls-info .cls-btn a.cls-btn1{
  border:1px solid #fff;
}
.cls-list .cls-info .cls-btn a.cls-btn1:hover{
  border:1px solid #e45291;
  background-color: #e45291;
}
.cls-list .cls-info .cls-btn a.cls-btn2{
  border:1px solid #e45291;
  background-color: #e45291;
}
.cls-list .cls-info .cls-btn a.cls-btn2:hover{
  border:1px solid #fff;
  background:none;
}

.es img{
  display: block;
  margin:0 auto;
}
.about-title{
  text-align: center;
  margin:50px 0;
}
.about-title h3{
  font-size: 30px;
  font-weight: bold;
  margin-bottom:10px;
}
.about-title p{
  font-size: 18px;
  color: #666;
}
.about-special li{
  width: 286px;
  height: 432px;
  background-color: #e45291;
  color: #fff;
  text-align: center;
  float: left;
  margin-right: 18px;
}
.about-special li:nth-child(4){
  margin-right: 0;
}
.about-special li img{
  width: 286px;
  height: 216px;
}
.about-special li span{
  font-size: 72px;
  font-weight: bold;
}
.about-special li h3{
  font-size: 30px;
  font-weight: bold;
  margin:8px 0;
}
.about-special li>div{
  width: 286px;
  height: 216px;
}
.ab-environment{
  color: #fff;
  margin: 50px 0;
}
.ab-environment li{
  position: relative;
  width:380px;
  height: 248px;
  float: left;
  margin-right: 30px;
}
.ab-environment li img{
  width:380px;
  height: 286px;
  
}
.ab-environment li:last-child{
  margin-right: 0;
}
.ab-environment div{
  padding:12px 0;
  position: absolute;
  bottom:0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  width: 100%;
}
.ab-environment h3{
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
}
.ab-environment p{
  font-size: 18px;
  margin-left: 20px;
}
.ab-environment a{
  position: absolute;
  display: block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #e45291;
  border-radius: 16px;
  bottom:20px;
  right: 20px;
}


.connect {
  padding-top: 50px; }
.connect .warp {
    width: 1200px;
margin: 0 auto; }
.connect .warp .tel-list .tel-item {
      width: 321px;
      height: 163px;
      padding: 40px 20px 0;
      text-align: center;
      background: white;
      float: left;
      margin-right: 54px;
      border:1px solid #eee;
      box-shadow: 0 1px 10px #eee;
}
.connect .warp .tel-list .tel-item:last-child
{
     margin-right: 0;
}
.connect .warp .tel-list .tel-item .f30{
   font-size: 30px;
}
.connect .warp .tel-list .tel-item img {
     display: block;
     margin: 0 auto 20px;
   }
.connect .warp .tel-list .tel-item p {
        color: #1c1d16;
        font-size: 18px;
}
    .connect .warp .qrcode-list {
      margin-top: 76px; }
      .connect .warp .qrcode-list .qrcode-item {
        width: 258px;
        height: 258px;
        background: white;
        float: left;
        padding-top: 20px;
        margin-right: 53px;
        border:1px solid #eee;
        box-shadow: 0 1px 10px #eee;
      }
        .connect .warp .qrcode-list .qrcode-item:last-child {
          margin-right: 0; }
        .connect .warp .qrcode-list .qrcode-item img {

          display: block;
          margin: 0 auto 10px; }
          .connect .warp .qrcode-list .qrcode-item img.qr-img{
            width: 150px;
            height: 150px;
            margin-top:30px;
          }
        .connect .warp .qrcode-list .qrcode-item p {
          font-size: 14px;
          color: #1c1d16;
          text-align: center; }
    .connect .warp .address {
      border:1px solid #eee;
      background: white;
      padding: 37px 70px 70px;
      margin-top: 56px;
      margin-bottom: 60px;
      box-shadow: 0 1px 10px #eee;
       }
     .connect .warp .address .address-li{
        width: 45%;
        float: left;
        margin-right: 5%;
        margin-top:50px;
        height: 140px;
     }
     .connect .warp .address .address-li h3{
      font-size: 18px;
      font-weight: bold;
     }
      .connect .warp .address i img {
        display: block;
        margin: 0 auto; }
      .connect .warp .address p {
        font-size: 18px;
        color: #161713;
        margin-top: 40px; }
      .connect .warp .address > img {
        margin-top: 40px; }
/*报名*/
#submit{
        display: block;
        width: 420px;
        height: 60px;
        background: #e45291;
        outline: none;
        border: none;
        border-radius: 5px;
        margin: 0 auto;
        font-size: 18px;
        color: white;
        margin-bottom: 100px;
        cursor: pointer;
}

.baoming div{
  display: table;
  border-bottom: solid 1px #CCCCCC;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 50%;
}
.baoming div p{
  display: table-cell;
  width: 100px;
  font-size: 18px;
  color: #333333;
}
.baoming div input{
  display: table-cell;
  outline: none;
  width: 80%;
  border: transparent;
}
.baoming input::-ms-input-placeholder{
  font-size: 18px;
}
.baoming input::-webkit-input-placeholder{
  font-size: 18px;
}
.baoming select{
  font-size: 18px;
  outline: none;
  width: 90%;
  border: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../images/selec.png') no-repeat right center;
}
.baoming select option{
  font-size: 18px;
}
