.head9{
  position: relative;
}
.head9-1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.83% 0;
}
.head_r{
  width: 508px;
  display: flex;
  justify-content: space-between;
}
.tel_box{
  display: flex;
  align-items: center;
}
.tel_box img{
  width: auto;
}
.tel_r{
  margin-left: 20px;
}
.tel_r p{
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.tel_r h1{
  font-size: 20px;
  line-height: 26px;
  color: #FE6C6B;
  font-weight: 600;
  margin:0;
}
.ewm_bigbox{
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.ewm_bigbox .wx_img{
  width: auto;
}
.ewm_bigbox .hover_show{
  position: absolute;
  right: 33px;
  bottom: -110px;
  display: none;
  z-index:5;
}
.ewm_bigbox:hover .hover_show{
  display: block;
}
.swiper-container1 .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 36px;
  font-size: 12px;
}
header .head2 .swiper-container1 .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background-color: white;
  opacity: 1;
  margin: 0 13px;
}
header .head2 .swiper-container1 .swiper-pagination-bullet-active{
  background-color: #66A5CE;
}
.title_box{
  text-align: center;
}
.title_head{
  display: flex;
  justify-content: center;
  align-items: center;
}
.title_head img{
  width: auto;
}
.title_head h1{
  font-size: 26px;
  line-height: 35px;
  color: #000000;
  margin: 0 18px;
  font-weight:600;
}
.title_box p{
  margin-top: 13px;
  font-size: 14px;
  line-height: 19px;
  color: #999999;
}
.first{
  padding: 128px 0 86px;
  background: url(../images/bgc1.png) no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.content{
  width: 1180px;
  margin: auto;
}
.yw_box{
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
}
.yw_li{
  width: 269px;
  text-align: center;
  padding: 24px 58px 24px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  cursor: pointer;
}
.yw_li:hover{
  background-color: #076CE0;
}
.yw_li:hover .iconfont,.yw_li:hover p{
  color: #fff;
}
.yw_li .iconfont{
  font-size: 60px;
  color: #999999;
}
.yw_li p{
  margin-top: 26px;
  font-size: 18px;
  line-height: 24px;
  color: #999999;
}
.yw_box a{
  display: block;
  margin-right: 34px;
}
.yw_box a:nth-of-type(4n){
  margin-right: 0;
}
.yw_box a:nth-of-type(n+5){
  margin-top: 32px;
}
.more{
  display: block;
  width: 140px;
  height: 43px;
  background-color: #076CE0;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.first .more{
  margin: 101px auto 0;
}
.second{
  padding: 63px 0 65px;
  background-color: #F4F4F4;
}
.al_bigbox{
  margin-top: 65px;
  padding-bottom: 53px;
}
.al_box{
  display: flex;
}
.al_li{
  width: 276px;
  height: 182px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.al_li .al_bottom{
  width: 100%;
  background-color: rgba(0,0,0,0.52);
  position: absolute;
  bottom: 0;
  height: 33px;
  transition: all .6s;
}
.al_bottom p{
  font-size: 16px;
  line-height: 33px;
  color: #fff;
}
.al_bottom span{
  display: block;
  width: 99px;
  height: 24px;
  text-align: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  line-height: 22px;
  text-align: center;
  border-radius: 12px;
  color: #000;
  color: #fff;
  margin: 12px auto 0;
  display: none;
}
.al_li:hover .al_bottom{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.al_li:hover .al_bottom span{
  display: block;
}
.al_box a{
  display: block;
  margin-right: 25px;
}
.al_box a:last-of-type{
  margin-right: 0;
}
.second .content .al_bigbox .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background-color: #999999;
  opacity: 1;
  margin: 0 10px;
  content: initial;
}
.second .content .al_bigbox .swiper-pagination-bullet-active{
  background-color: #076CE0;
}
.second .more{
  margin: 55px auto 0;
}
.thrid{
  padding: 100px 0 143px;
  background: url(../images/bgc2.png) no-repeat;
  background-position: -140px -95px;
}
.ys_bigbox h1{
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 600
}
.ys_bigbox h1 span{
  color: #076CE0;
}
.ys_bigbox h2{
  width: 1079px;
  margin: 33px auto 0;
  font-size: 16px;
  line-height: 36px;
  color: #999999;
  text-align: center;
}
.ys_bigbox .content{
  width: 1246px;
}
.ys_label_box{
  margin-top: 112px;
  display: flex;
  justify-content: space-between;
}
.ys_label_li{
  text-align: center;
}
.ys_label_li img{
  width: auto;
}
.ys_label_li h3{
  margin-top: 50px;
  color: #076CE0;
  font-size: 22px;
}
.ys_label_li p{
  margin-top: 21px;
  font-size: 14px;
  line-height: 19px;
  color: #076CE0;
}
.ys_label_li img:hover{
  transform: rotateZ(360deg);
  transition:all 1.5s;
}
.new_bigbox{
  margin-top: 125px;
  padding: 47px 0 0;
  background: url(../images/bgc3.png) no-repeat;
  background-size: 100% auto;
}
.new_head{
  display: flex;
}
.new_head .new_left h1{
  font-size: 48px;
  line-height: 61px;
  color: #076CE0;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.new_head .new_left p{
  font-size: 26px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 35px;
}
.new_head .new_left span{
  font-size: 16px;
  line-height: 21px;
  color: #666666;
}
.new_head .img_box{
  width: 262px;
  height: 152px;
  overflow: hidden;
  margin: 0 42px 0 58px;
}
.new_head .img_box:hover img{
  transform: scale(1.1);
  transition: all .6s;
}
.new_right{
  width: 592px;
  margin-right: 23px;
}
.new_right h1{
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 21px;
}
.new_right .cirle{
  width: 40px;
  height: 1px;
  background-color: #000000;
}
.new_right p{
  margin-top: 21px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
margin-bottom: 17px;
}
.new_right span{
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.new_type{
  margin-top: 60px;
  display: flex;
}
.new_type li,.new_type a{
  display: block;
  width: 134px;
  height: 47px;
  background-color: #999999;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  color: white;
  cursor:pointer;
}
.new_type li{
  margin-right: 20px;
}
.new_type .bs{
  background-color: #076CE0;
}
.new_box{
  width: 1275px;
  margin: 54px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.new_li{
  width: 405px;
  background-color: white;
  padding: 35px 0 0 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 6px rgba(0,0,0,0.16);
  box-sizing: border-box;
}
.new_time h1{
  font-size: 41px;
  line-height: 41px;
  color: #000000;
  font-weight: 600;
}
.new_time p{
  margin-top: -2px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.new_message{
  width: 307px;
}
.new_message h1{
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:1;
}
.new_message p{
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 13px;
  overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
}
.new_message .cirle{
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.new_message .new_message_bottom{
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.new_message .new_message_bottom h2{
  font-size: 14px;
  color: #999999;
  line-height: 19px;
}
.new_message .new_message_bottom span{
  font-size: 14px;
  line-height: 19px;
  color: white;
}
.new_li:hover .new_message_bottom{
  padding: 0 18px;
  background-color: #076CE0;
}
.new_li:hover .new_message_bottom h2{
  color: white;
}
.new_box a{
  display: block;
  margin-right: 30px;
}
.new_box a:nth-of-type(3n){
  margin-right: 0;
}
.new_box a:nth-of-type(n+4){
  margin-top: 27px;
}
.foot_head{
  display: flex;
  justify-content: space-between;
  width: 1330px;
  margin: auto;
}
.nav_box{
  width: 175px;
  margin-right: 82px;
}
.nav_box:first-of-type .nav_ul{
  display: flex;
  padding-left: 45px;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav_box:first-of-type .nav_li{
  text-indent: 0;
}
.nav_box:nth-of-type(2){
  width: 234px;
}
.nav_box:nth-of-type(3){
  margin-left: -105px;
}
.nav_box .nav_title{
  display: flex;
  align-items: center;
}
.nav_box .nav_title .cirle{
  width: 30px;
  height: 1px;
  background-color: #FFFFFF;
}
.nav_box .nav_title p{
  font-size: 20px;
  line-height: 26px;
  color: white;
  margin-left: 16px;
}
.nav_box .yy{
  text-align: center;
  text-indent:38px;
  color: rgba(204,204,204,0.53);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  margin-top: 6px;
}
.nav_box:nth-of-type(2) .yy{
  text-indent: -32px;
}
.nav_box .nav_li{
  text-indent: 42px;
  font-size: 14px;
  margin-bottom: 18px;
}
.nav_box .nav_ul{
  margin-top: 26px;
}
.nav_box .nav_li a{
  color: #CCCCCC;
}
.nav_box .nav_li:hover a{
  color: white;
}
.nav_box .contact_box{
  margin-top: 23px;
  width: auto;
  display: flex;
}
.nav_box:last-of-type{
  width: 307px;
  margin-right: 0;
}
.nav_box:last-of-type .yy{
  text-indent: -132px;
}
.nav_box .contact_box .ewm_box{
  width: 120px;
  height: 120px;
  background: url(../images/bgc4.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ewm_bigbox1{
  display: flex;
  justify-content: space-between;
}
.ewm_bigbox1 .ewm_li{
  margin-left: 45px;
}
.ewm_bigbox1 .ewm_li p{
  margin-top: 14.5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav_box .contact_box .ewm_box img{
  width: 82px;
}
.message_box{
  width: 1630px;
  box-sizing: border-box;
  background-color: #66A5CE;
  padding: 37px 242px 35px 184px;
  display: flex;
  align-items: center;
}
.message_li img{
  width: auto;
}
.message_li p{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: white;
}
.message_li p img{
  margin-right: 8px;
}
.message_li span{
  display: block;
  text-indent: 28px;
  font-size: 20px;
  color: white !important;
  margin-top: 12px;
}
.message_li:nth-of-type(n+2){
  margin-left: 110px;
}
.foot2{
  width: 1330px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .main {
    overflow: hidden;
  }
  .swiper-container1 .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 10px;
  }
  header .head2 .swiper-container1 .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 1%;
  }
  .box{
    padding: 5% 2%;
    box-sizing: border-box;
    font-size: 12px;
  }
  .box .content{
    width: 100%;
  }
  .title_head img{
    width: 48px;
  }
  .title_head h1{
    font-size: 18px;
    line-height: 24px;
    margin: 0 3%;
  }
  .title_box p{
    margin-top: 2%;
    line-height: 18px;
    font-size: 12px;
  }
  .yw_box{
    margin-top: 5%;
  }
  .yw_box a{
    width: 49%;
    margin-right: 2%;
  }
  .yw_box a:nth-of-type(2n){
    margin-right: 0;
  }
  .yw_box a:nth-of-type(n+3){
    margin-top: 3%;
  }
  .yw_li{
    width: 100%;
    padding: 5%;
  }
  .yw_li .iconfont{
    font-size: 32px;
  }
  .yw_li p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 2%;
  }
  .more{
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .box .more{
    margin: 5% auto 0;
  }
  .al_bigbox{
    margin-top: 5%;
  }
  .al_box a{
    width: 49%;
    margin-right: 2%;
  }
  .al_box a:nth-of-type(2){
    margin-right: 0;
  }
  .al_box a:nth-of-type(n+3){
    display: none;
  }
  .al_li{
    width: 100%;
    height: auto;
  }
  .al_bottom p{
    font-size: 14px;
  }
  .ys_bigbox h1{
    font-size: 18px;
    line-height: 32px;
  }
  .ys_bigbox h2{
    width: 100%;
    margin-top: 3%;
    font-size: 14px;
    line-height: 24px;
  }
  .ys_label_box{
    margin-top: 5%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ys_label_li{
    width: 33%;
  }
  .ys_label_li:nth-of-type(n+4){
    margin-top: 3%;
  }
  .ys_label_li img{
    width: 48px;
  }
  .ys_label_li h3{
    margin-top: 5%;
    font-size: 14px;
  }
  .ys_label_li p{
    margin-top: 3%;
    font-size: 12px;
    line-height: 15px;
  }
  .new_bigbox{
    margin-top: 5%;
    padding: 5% 0;
  }
  .new_head{
    flex-wrap: wrap;
  }
  .new_left{
    width: 50%;
  }
  .new_head .new_left h1{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1%;
  }
  .new_head .new_left p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3%;
  }
  .new_head .new_left span{
    font-size: 12px;
    line-height: 18px;
  }
  .new_head .img_box{
    width: 49%;
    height: auto;
    margin: 0;
  }
  .new_right{
    margin-top: 5%;
    width: 100%;
    margin-right: 0;
  }
  .new_right h1{
    font-size: 15px;
    margin-bottom: 3%;
  }
  .new_right p{
    font-size: 12px;
    line-height: 18px;
    margin: 3% 0;
  }
  .new_right span{
    font-size: 12px;
    line-height: 18px;
  }
  .new_type{
    margin-top: 5%;
    justify-content: center;
  }
  .new_type li, .new_type a{
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .new_box{
    width: 100%;
    margin-top: 5%;
  }
  .new_box a{
    width: 100%;
    margin-right: 0;
  }
  .new_li{
    width: 100%;
    padding: 5% 0 0 3%;
  }
  .new_time{
    text-align: center;
  }
  .new_time h1{
    font-size: 18px;
    line-height: 32px;
  }
  .new_time p{
    font-size: 12px;
    line-height: 18px;
  }
  .new_message h1{
    font-size: 15px;
    margin-bottom: 1%;
  }
  .new_message p{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2%;
  }
  .new_message .new_message_bottom h2{
    font-size: 12px;
  }
  .new_message .new_message_bottom span{
    font-size: 12px;
    line-height: 18px;
  }
  .new_message .new_message_bottom{
    height: 30px;
  }
  .new_box a:nth-of-type(n+2){
    margin-top: 3%;
  }
  .foot_head{
    display: none;
  }
  .message_box{
    width: 100%;
    padding: 0%;
    background: none;
    flex-wrap: wrap;
    justify-content: center;
    
  }
  .message_li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .message_li:nth-of-type(n+2){
    margin-left: 0;
    margin-top: 3%;
  }
  .message_li p{
    font-size: 14px;
  }
  .message_li span{
    font-size: 15px !important;
    font-weight:400 !important;
    margin-top: 0%;
    text-indent: 0;
  }
  .foot2{
    width: 100%;
    padding-top: 3%;
    border-top: 1px solid white;
    margin-top: 5%;
  }
  body{
	font-size:12px;
  }
}
