* {
  font-family: arial;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: arial;
  src: url(../css/fonts/arial.ttf);
}

@font-face {
  font-family: ariblk;
  src: url(../css/fonts/ariblk.ttf);
}

.head_pc .nav .ul2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  display: none;
  background-color: white;
  text-align: center;
  transition: .1s
}

.head_pc .nav .ul2:hover,
.head_pc .nav .ul2.hover {
  background-color: white;
}

.head_pc .nav .ul2 a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #000;
  padding: 0 20px;
}

.head_pc .nav .ul2 a:hover,
.head_pc .nav .ul2 a.hover {
  /* font-weight: bold !important; */
  color: #ffffff !important;
  background-color: #cda274;

}



/* 大汇 */
.index_pro{
  margin: 200px 0;
}
.title_p .p1{
  font-size: 52px;
  line-height: 48px;
  color: #01ada1;
  text-align: center;
  font-weight: bold;
}
.ind_pro{
  margin-top: 115px;
  margin-bottom: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_pro_d1{
  width: 30%;
  padding: 15px;
  box-shadow:0px 0px 15px -3px #b8b8b8;
  transition: .5s;
}
.ind_pro_d1:hover{
  margin-top: -30px;
}
.ind_pro_d1 p{
  font-size: 22px;
  line-height: 48px;
  color: #000;
  text-align: center;
}
.more_d{
  text-align: center;
}
.more1{
  padding: 15px 20px;
  background-color: #01ada1;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 50px;
}
.more1 img{
  margin-top: 4px;
  margin-left: 15px;
}
.more1:hover{
  background-color: #01ada1b7;
}

.index_about{
  padding-top: 30px;
}
.index_about_content{
  margin-top:115px;
  padding: 100px 0;
  background:url(../images/image/index_about_b.jpg) no-repeat;
}
.index_about_dd1{
  margin-bottom: 55px;
}
.index_about_content .index_about_dd1 p{
  font-size: 18px;
  line-height: 36px;
}
.index_about_content .index_about_dd1 p:nth-child(3) {
     display: none;
}
.index_about_content .index_about_dd1 p:last-child {
  display: none;
}

.index_about_content_right .ab_title{
   font-size: 26px;
   line-height: 36px;
   color: #01ada1;
}
.index_about_content_right .img1{
   margin: 25px 0 40px 0;
}
.index_about_content_d1{
  display: flex;
  justify-content: space-between;
}
.index_about_content_right{
  width: 45%;
  margin-right: 90px;
  margin-left: 50px;
}
.index_about_content_left{
  width: 44%;
}
.index_about_content_left img{
  border-radius: 30px;
}
.more2{
  padding: 20px 25px;
  background-color: #01ada1;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}
.more2 img{
  margin-top: 10px;
  margin-left: 40px;
}
.more2:hover{
  background-color: #01ada1b7;
}
.shuzi_d1 .sp1{
  font-size: 56px;
  line-height: 46px;
  color: #626464;
  margin-right: 10px;
  font-family: DINPRO-BOLD;
}
.shuzi_d1 .sp2{
  font-size: 16px;
  line-height: 23px;
  color: #626464;
}
.shuzi_d1{
  display: flex;
}
.shuzi{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}




.index_ANLI{
  padding: 225px 0;
  background: url(../images/image/anli_bg.jpg) no-repeat;
}
.index_ANLI_title .p1{
   font-size: 52px;
   line-height: 48px;
   color: #01ada1;
   text-align: center;
   font-weight: bold;
}

.index_ANLI_bottom_left{
   /* width: 50%; */
}
.ANLI_mySwiper{
  padding-top: 170px;
}
.index_ANLI .huadong{
   margin-top: 45px;
}
.an_left{
  width: 50%;
}
.an_right{
  width: 50%;
  padding: 75px 65px 75px 65px ;
  background-color: #01ada1;
}
.an_right .p1{
  font-size: 40px;
  line-height: 48px;
  color:#ffffff;
}
.an_right .p2{
  font-size: 24px;
  line-height: 48px;
  margin: 23px 0 25px 0;
  color:#ffffff;
}
.an_right .p3{
  font-size: 18px;
  line-height: 48px;
  margin-bottom: 43px;
  color:#ffffff;
}

.ANLI_slide{
  display: flex;
  justify-content: space-between;
}
.more_b1{
  padding: 20px 28px;
  background-color: #ffffff;
}
.more_b1 a{
  font-size: 16px;
  line-height: 33px;  
  color: #01ada1;
}
.more_b1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

:root {
    --swiper-theme-color: #01ada1;
}

/* WHY */
.index_WHY{
  padding: 90px 0 0 0;
  background: url(../images/image/why_bg.jpg) no-repeat;
}
.title_why .wh_p1{
   font-size: 52px;
   line-height: 48px;
   text-align: center;
   color: #ffffff;
   font-weight: bold;
}
.why_bottom{
  margin-top: 100px;
}


.why_li{
  width: 23%;
}
.why_li_d1 img{
  width: 57%;
}


.why_li_d{
  background: url(../images/image/why_li1.png) no-repeat;
  background-color: #fff;
  text-align: center;
  padding: 40px 40px 42px 40px;
  box-shadow: 0 0 9px -3px #bbbbbb;
  border-bottom:3px solid #24c4c6;
}
.why_li_d2{
  margin-top: 40px;
}
.why_li_d2 .p1{
  font-size: 22px;
  line-height: 36px;
  color: #24c4c6;
}
.why_li_d2 .p2{
  font-size: 16px;
  line-height: 32px;
  color: #000000a6;
  margin: 40px 0 0 0;
  text-align: left;
  height: 100px;
}

.why_li{
  position: relative;
}
.why_li_d{
 
  text-align: center;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}
.why_li_db {
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}

.why_li:hover .why_li_d {
  transform: rotateY(180deg);
}
.why_li:nth-child(even):hover .why_li_d {
  transform: rotateY(-180deg);
}
.why_li_db {
  transform: rotateY(-180deg);
}
.why_li:hover .why_li_db {
  transform: rotateY(0deg);
}
.why_li:nth-child(even) .why_li_db {
  transform: rotateY(180deg);
}
.why_li:nth-child(even):hover .why_li_db {
  transform: rotateY(0deg);
}



.why_yi_im{
  position: relative;
}
.why_yi{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.why_yi p{
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  margin-top: 20px;
}

.why_ul{
  display: flex;
  justify-content: space-between;
}

.index_VR{
  margin: 230px 0;
}
.vr_dd1{
  height: 700px;   
}
.index_NEWS{
  margin: 230px 0;
}

.in_new{
  margin: 120px 0 0 0;
}
.in_new_left{
  width: 10%;
  text-align: center;
  padding:30px 0;
  margin-right: 42px;
  background-color: #fff;
  transition: .5s;
}
.in_new_left .p1{
  font-size: 18px;
  line-height: 20px;
  margin-top: 17px;
}

.in_new_right_left .tit_p .p1{
  font-size: 20px;
  line-height: 48px;
}
.in_new_right_left .tit_p .p2{
  font-size: 16px;
  line-height: 28px;
  color: #000000ab;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.in_new_right_left .tit_p .p3{
  font-size: 14px;
  line-height:32px;
  color: #0000007d;
}


.in_new_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 38px;
}
.in_new_right{
  width:87%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #0000001f;
}
.in_new_right_left{
  display: flex;
}

.in_new_right_left_im{
  width: 23%;
}
.tit_p{
  margin-left: 15px;
  width: 70%;
}
.tit_p_d img{
   margin-top:8px;
   margin-right: 8px;
}


.new1_white{
  display: none;
  margin: auto;
}

.in_new_flex:hover .in_new_left .new1_white{
   display: block;
}
.in_new_flex:hover .in_new_left .new1_black{
  display: none;
}
.in_new_flex:hover .in_new_left .p1{
  color: #fff;
}
.in_new_flex:hover .in_new_left{
  background-color: #1ab5aa;
}

.in_new_flex:hover .in_new_right_left .tit_p .p1{
  color: #1ab5aa;
}


.right_right_white{
  display: none;
}
.in_new_flex:hover .in_new_right_right .right_right_white{
      display: block;
}
.in_new_flex:hover .in_new_right_right .right_right_black{
  display: none;
}
.more_d1{
  text-align: center;
  margin-top: 75px;
}







.ABOUT{
  margin: 98px 0 200px 0;
}


.AB_biao_ul{
  display: flex;
  justify-content: center;
}
.AB_biao_li{
   width: 20%;
   border: 1px solid #e7e7e7;
   border-right: 0px;
   text-align: center;
   padding: 10px 0;
}
.AB_biao_li:last-child{
  border-right: 1px solid #e7e7e7;
}
.AB_biao_li a{
   font-size: 24px;
   line-height: 40px;
   padding: 10px 40px;
}
.AB_biao_li:hover{
  background-color: #01ada1;
  color: #fff;
  border: 0;
}


.AB_biao{
  text-align: center;
}
.AB_biao_tp1{
  font-size: 32px;
  line-height: 54px;
  margin: 170px 0 70px 0;
}
.AB_biao_tp1 span{
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
}

.AB_biao_p p{
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  color: #000000be;
  margin-bottom: 10px;
}









.YiZhan{
  margin-bottom:250px ;
}
.ab_biaoti{
  display: flex;
  justify-content: space-between;
}
.ab_biaoti .p1{
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 115px;
  font-weight: bold;
}



.YiZhan .next {
  width: 60px;
  height: 60px;
  border: 1px solid #f3f3f3;
  content: "";
  background: url(../images/image/j_l_h.png) no-repeat center;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.YiZhan .prev {
  width: 60px;
  height: 60px;
  border: 1px solid #f3f3f3;
  content: "";
  background: url(../images/image/j_r_h.png) no-repeat center;
  cursor: pointer;
  border-radius: 50px;
}

.YiZhan .swiper_btn {
  display: flex;
}

.YiZhan .next:hover {
  background: url(../images/image/j_l_b.png)no-repeat center;
  background-color: #01ada1;
  border: 0;
}

.YiZhan .prev:hover {
  background: url(../images/image/j_r_b.png)no-repeat center;
  background-color: #01ada1;
  border: 0;
}



.Culture{
  margin: 215px 0 215px 0;
}
.Cu_title .p1{
   font-size: 52px;
   line-height: 48px;
   color: #1ab5aa;
   text-align: center;
   font-weight: bold;
}
.Culture_neir{
  margin: 123px 0 0 0;
}

.Culture_neir_d1{
  position: relative;
}
.Cu_guanli{
  position: absolute;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);
}

.Cu_guanli .p1{
  font-size: 60px;
  line-height: 90px;
}
.Cu_guanli .p2{
  font-size: 30px;
  line-height: 40px;
}
.Cu_guanli1{
  width: 50%;
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translateY(-50%);
}
.Cu_guanli1 .p3{
  font-size: 24px;
  line-height: 40px;
  color: #000000c2;
}

.Cu_guanli2{
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translateY(-50%);
}
.Cu_guanli3{
  width: 50%;
  position: absolute;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);
}

.Cu_guanli2 .p1{
  font-size: 60px;
  line-height: 90px;
  color: #fff;
}
.Cu_guanli2 .p2{
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
.Cu_guanli3 .p3{
  font-size: 24px;
  line-height: 40px;
  color: #000000c2;
}

.Culture_neir_d1:first-child{
  margin-left: -30px;
}
.Culture_neir_d1:nth-child(2){
  margin-right: -30px;
}
.Culture_neir_d1:last-child{
  margin-left: -30px;
}

.Cu_mouse{
  text-align: center;
}
.mouse{
  margin-top: 15px;
}
.Cu_mouse .pp111{
  width: 1px;
  height: 25px;
  background-color: #1f1f1f6a;
  text-align: center;
  display: inline-block;
}
.mouse span{
  font-size: 20px;
  line-height: 40px;
  color: #0000009e;
  margin-left: 15px;
}

.Rongyu{
  padding: 140px 0 180px 0;
  background-color: #f6f6f6;
}
.Rong_p{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Rong_p .p1{
  font-size: 52px;
  line-height: 48px;
  color: #01ada1;
  font-weight: bold;
}

.RY_lb1{
  margin: 160px 0 0 0;
  background: url(../images/image/honer_bg.png) no-repeat;
  background-position-y: 240px;
}
.RY1_mySwiper{
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 90px;
}
.RY1_slid1 p{
  font-size: 18px;
  line-height: 30px;
  color: #000000dd;
  margin-top: 40px;
  text-align: center;
}


.Rongyu_d1 .rong1{
  padding: 10px 30px;
  background-color: #d2d2d2;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  margin-left: 20px;
  border-radius: 50px;
}
.Rongyu_d1 .rong1:hover{
  background-color: #01ada1;
}
.active3{
  background-color: #01ada1 !important;
}







.RY_lb1 .swiper-horizontal>.swiper-pagination-progressbar,.RY_lb1 .swiper-pagination-progressbar.swiper-pagination-horizontal,.RY_lb1 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.RY_lb1 .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  top: auto;
  bottom: 0;
}






.PRO{
  margin: 150px 0px 290px 0px;
}

.pro_a .a1{
  width: 15%;
}
.pro_a .a1 .a1_d:hover {
  background-color:#01ada1;
  color: #fff;
}
.pro_a .a1 .a1_d.active{
  background-color:#01ada1;
  color: #fff;
}
.pro_a{
  display: flex;
  justify-content: space-between;
}
.a1_d{
  padding: 13px 0;
  background-color: #f1f1f1;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  text-align: center;
  border-radius: 50px;
}

.PRO_pro1_li{
  padding: 15px;
  width: 31%;
  box-shadow: 0px 0px 12px -4px #c4c4c4;
  margin-right: 40px;
  margin-bottom: 50px;
  transition: .5s;
}
.PRO_pro1_li:hover{

  margin-top: -25px;
}
.PRO_pro1_li:nth-child(3n){
  margin-right: 0;
}
.PRO_pro1_li p{
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin: 20px 0 10px 0;
}
.PRO_pro1_ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.PRO_pro1{
  margin-top: 130px;
}

.read_left{
  width: 50%;
}

/* .mySwiper1 .thu_slide img{
  width: 50%;
} */
.mySwiper1{
  margin: 20px 30px 0 30px;
}
.my2_slide img{
  width: 100%;
}




.thuuu{
  position: relative;
}
.next11{
  right: -3px;
}
.prev11{
  left: -3px;
}

.read_right{
  width: 45%;
  padding: 72px 100px 72px 100px;
  box-shadow: 0px 0px 10px 0px #d2d2d2;
}
.read_right .p1{
  font-size: 33px;
  line-height: 45px;
}
.d_hr{
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  margin: 20px 0 30px 0;
}
.d_hr2{
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  margin: 76px 0 50px 0;
}
.read_right .p2{
  font-size: 20px;
  line-height: 40px;
  color: #01ada1;
}
.read_right .p3{
  font-size: 18px;
  line-height: 40px;
  margin: 0 0 70px 0;
}


.zixun{
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  line-height: 47px;
  background-color: #01ada1;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.zixun1{
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  line-height: 47px;
  border: 1px solid #01ada1;
  text-align: center;
  color: #01ada1;
}

.read_fanhui a{
  margin-bottom: 20px;
}

.flex_read1{
  display: flex;
  justify-content: space-between;
}
.PRO_READ{
  margin: 145px 0 250px 0;
}

.read_bottom1{
  margin-top: 238px;
}
.read_bottom1 .p1{
  font-size: 52px;
  line-height: 48px;
  color: #01ada1;
  text-align: center;
}
.read_bottom_d p{
   font-size: 20px;
   line-height: 50px;
   color: #cccccc;
}


.ANLI{
  margin: 143px 0 330px 0;
}
.anli_n_ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anli_n_li{
  width: 47%;
  margin-bottom: 120px;
}
.anli_n_li p{
  font-size: 24px;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin-top: 45px;
}


.new_p1 p{
  font-size: 24px;
  line-height: 40px;
  color: #0000009b;
  margin-left: 15px;
}

.new_title{
 width: 50%;
  /*  padding: 25px 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  
  border-right:1px solid #dedede ;
  border-bottom:1px solid #dedede ;
}
.new_title a{
  padding: 25px 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_title:nth-child(2){
  width: 25%;
}
.new_title:last-child{
  width: 25%;
}
.new_title:hover,.new_title.active{
  background: linear-gradient(90deg,#23c0c1, #27b1d7);
  border-right:0px;
  border-bottom:0px;
}
.new_title:hover .new_p1 p ,.new_title.active .new_p1 p{
  color: #fff;
}
/* 2222222222222222222 */
.xin_im2{
  display: none;
}
.new_title:hover .xin_im1,.new_title.active .xin_im1{
  display: none;
}
.new_title:hover .xin_im2,.new_title.active .xin_im2{
  display: block;
}







/* 2222222222222222 */






.new_d1{
  display: flex;
  margin-bottom: 148px;
}
.new_bottom_left .p1{
  font-size: 20px;
  line-height: 30px;
}
.new_bottom_left .p2{
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0 18px 0;
  color: #000000b3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_bottom_left .p3{
  font-size: 14px;
  line-height: 15px;
  color: #00000090;
}

.new_bottom_left{
  display: flex;
  width: 95%;
}
.new_bottom_left_d2{
  width: 44%;
  margin-left: 25px;
}

.d1_new_bottom{
  margin-bottom: 84px;
}
.new_bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 38px;
  padding-top: 38px;
  border-bottom: 1px solid #d1d1d1b3;
}

.right_right_white1{
  display: none;
}
.new_bottom:hover .right_right_black1{
   display: none;
}
.new_bottom:hover .right_right_white1{
  display: block;
}
.new_bottom:hover .new_bottom_left .p1{
  color: #01ada1;
}
.NEWS{
  margin-bottom: 300px;
}
.read_p3{
  text-align: center;
  margin: 30px 0 50px 0;
}
.read_p3 .p3{
  font-size: 14px;
  line-height: 15px;
  color: #00000090;
}

.read_p4 p{
  font-size: 18px;
  line-height: 40px;
  color: #000000b3;
}
.READ_left .p1{
  font-size: 36px;
  line-height: 50px;
  color: #01ada1;
  text-align: center;
}
.READ{
  margin: 150px 0;
}
.READ_left{
  width: 70%;
}

.READ_right .rd{
   font-size: 24px;
   line-height: 29px;
   margin-bottom: 35px;
}
.READ_right_li{
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #cccccc;
}
.READ_right_li .p1{
  font-size: 20px;
  line-height: 32px;
}
.READ_right_li .p2{
  font-size: 16px;
  line-height: 32px;
}
.READ_right{
   width: 20%;
}
.READ_FLEX{
   display: flex;
   justify-content: space-between;
}



.CON_connect{
  margin: 214px 0 0 0;
}
.CON_connect_li{
  text-align: center;
  padding: 120px 20px 30px 20px;
  width: 30%;
  box-shadow: 0px 0px 10px 0px #dfdfdf;
  position: relative;
  border: 2px solid #fff;
}
.contact_im{
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.CON_connect_li .p1{
  font-size: 20px;
  line-height: 32px;
  margin-bottom:20px;
}
.CON_connect_li .p2{
  font-size: 20px;
  line-height: 32px;
}

.CON_connect_ul{
  display: flex;
  justify-content: space-between;
}
.CON_connect_li:hover{
  border: 2px solid #27b1d783;
}
.CON_connect_li:hover .p1{
  color: #27b1d7;
}
.fgid{

  padding: 100px 0 80px 0;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #cfcfcf;
}
.fgid .p1{
   font-size: 36px;
   line-height: 32px;
   margin-bottom: 60px;
}
.input_in1 input{
  width: 45%;
  border: 0px;
  border-bottom: 1px solid #ababab;
  margin-bottom: 80px;
  padding-bottom: 5px;
  height: 40px;
}
.input_in1 input:last-child{
    margin-bottom: 65px;
}
.input_in1 input::placeholder{
    font-size: 20px;
}
.submit_ti{
  padding: 10px 50px;
  background: linear-gradient(90deg,#23c0c1, #27b1d7);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  border: 0px;
}
.contact1_figid{
  position: relative;
}
.contact_fgid{
  width: 100%;
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 999;
}
.lian_contact{
  padding-bottom: 67px;
}




.new-pageSwitch{
  margin-top: 30px;
}
.new-pageSwitch-d1{
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  color: #898989;
}





.footer_right_li a:hover{
  color:#01ada1;
}




























/*  */
@media screen and (min-width: 1150px) and (max-width: 1500px) {
  .w1400 {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1400px) {
  .an_right {
    width: 50%;
    padding: 54px 65px 55px 65px;
    background-color: #01ada1;
}

}
@media screen and (min-width: 1150px) and (max-width: 1300px) {
  .read_right {
    width: 45%;
    padding: 50px 75px 50px 75px;
    box-shadow: 0px 0px 10px 0px #d2d2d2;
  }

}
@media screen and (min-width: 1150px) and (max-width: 1450px) {
  .why_li {
    width: 21%;
}
  .why_li_d {
    background: url(../images/image/why_li1.png) no-repeat;
    background-color: #fff;
    text-align: center;
    padding: 25px 20px;
    box-shadow: 0 0 9px -3px #bbbbbb;
    border-bottom: 3px solid #24c4c6;
}
.why_li_d2 .p2 {
  font-size: 16px;
  line-height: 22px;
  color: #000000a6;
  margin: 20px 0 0 0;
  text-align: left;
}
.index_WHY {
  padding: 90px 40px 0 40px;
}
}
/* 头部导航 */
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .w1540 {
    max-width: 1540px;
    margin: 0 auto;
    width: 85%;
}
.head_pc .w1540 .nav {
  width: 80%;
}
.head_right_d {
  width: 35%;
}
}
@media screen and (min-width: 1150px) and (max-width: 1400px) {
  .w1540 {
    max-width: 1540px;
    margin: 0 auto;
    width: 85%;
}
.head_pc .w1540 .nav {
  width: 80%;
}
.head_right_d {
  width: 35%;
}
.head_tel {
  font-size: 24px;
  line-height: 40px;
  color: #000;
}
}