@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0;     box-sizing: border-box; }
html, body { width: 100%;     font-family: '微软雅黑'; font-size: 14px; }
img { border:none ;    text-align-last: center;    vertical-align: middle; display: block;}
a { color:#333;text-decoration:none; }
a:hover { color:#005bb0 ;text-decoration:none;}
ul { list-style:none;}
li{ list-style-type :none;}
#map { margin: 50px 0 0 ; }
#map span{ overflow: inherit;display: block; }
#map img{ max-width: none; }
.clear {clear:both;    float: none!important;    background: none;    width: 0 !important;    height: 0 !important;}
.clearfix  {clear:both;}
.w1200 { max-width:1200px; margin: 0 auto; width:90%;}
.w1600 { max-width:1600px; margin: 0 auto; width:90%;}
.span{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;    display: block;}
.p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.fl{float: left;}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
table
{
    border-collapse:collapse;
}
tr{    border: 1px solid black!important;}
td{    border: 1px solid black!important;}


#dowebok {
    animate-duration: 3s;   
    animate-delay: 2s;   
    animate-iteration-count: 9;   
}


.banner_sy .swiper-pagination-bullet:only-child{display: inline-block!important;}
  .banner_sy  .swiper-container {
      width: 100%;
      height: 100%;
    }

    .banner_sy .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      -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;
    }

.banner {position: relative; z-index: 1}
.banner img{ width: 100%;}
.banner h2{position: absolute;display: block;line-height: 36px;top:calc(60% ) ; left: 50%; color: #fff;font-size: 32px; transform: translate(-50%, -50%);     width: 100%;    text-align: center;}
.banner p{ text-align: center; font-size: 14px; margin: 10PX 0;}

.header{ position: fixed; top: 0; left: 0; width: 100%; z-index: 99999999; background: rgba(63,63,63,.8); } 
.header .logo{ float:left;} 
.header .logo img{     margin: 15px 0; }
.header .logo img:hover{     -webkit-animation-name: bounce; animation-name: bounce;  -webkit-transform-origin: center bottom; transform-origin: center bottom; animation-fill-mode: both;}
.header ul.nav{float: right; position: relative; width: calc( 100% - 540px); display: flex; justify-content: space-around;}
.header ul.nav > li{ float:left; position:relative; display:block;    height: 88px;  line-height: 88px;     display: inherit;}

.header ul.nav > li > a{ display: block; color: #fff;   font-size: 16px; text-align: center; }

.header ul.nav > li::after{content: ""; width: 0%; display: block; position: absolute; bottom: 0px; left:0; background: #005bb0; z-index: 1;height: 4px;  transition: all .5s;   }
.header ul.nav > li:hover::after{  width: 100%;}
.header ul.nav > li.on::after{  width: 100%;}

.header ul.nav > li ul.ul2{ display: none; position: absolute; top: 88px; left: 0; z-index: 9; width: 300%;  background: rgba(63,63,63,.8);}
.header ul.nav > li ul.ul2 li{ width: 100%; }
.header ul.nav > li ul.ul2 li a{ display: block;  text-align: left; line-height: 42px; color: #fff; padding: 0 14px; border-bottom: 1px #666 solid;}

.header ul.nav > li:hover ul.ul2{ display: block; }

.header .top_tel{ float: right; color: #ffffff; font-size: 20px; font-weight: 700;  line-height: 88px; padding: 0 0 0 40px; background: url(../img/tel.png) no-repeat left center; position: relative; left: 50px;}


.zrd1{ }
.zrd1_tit{ margin: 40px 0; border-bottom: 1px #d0d1d4 solid; position: relative;} 
.zrd1_tit h2{ font-size: 36px; color:#005bb0;}
.zrd1_tit p{ font-size: 14px; color:#005bb0; line-height: 48px;}

.zrd1_ul{ position: absolute; bottom: 10px;  right: 0;}
.zrd1_ul ul{ display: initial; margin: 0 0 10px;}
.zrd1_ul li{ float:left;}
.zrd1_ul li a{ display: block; line-height: 34px; margin: 0 0 0 20px; padding: 0px 18px;background:#005bb0 ;  color: #Fff; cursor: pointer;}
.zrd1_ul li.on a{ background:#ff591f ;  }


.zrd1_shu{display: inline-flex;   line-height: 34px; position: relative; padding: 0 0 0 20px; }
.zrd1_shu span{ display: block; margin: 0 8px; font-size: 16px; font-weight: bold;}
.zrd1_shu .span1{ color: #ff591f;}
.zrd1_shu::after{ content: ""; width: 100%; height: 10px; display: block; position: absolute; bottom: -20px; right:0; background: #fff;z-index: 0;  }
.zrd1_shu img{cursor: pointer;}


.zrd1_pro{ }
.zrd1_pro li{ float:left; width: calc((100% - 60px) / 3); margin: 0 30px 30px 0;}
.zrd1_pro li:nth-child(3n){ margin: 0 0px 30px 0;}
.zrd1_pro li img{ width: 100%; }
.zrd1_pro li p{ border: 1px solid #ccc; line-height: 56px;  font-size: 14px; text-align: center; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.zrd1_pro li:hover p{ border: 1px solid #005bb0; color: #fff; background:#005bb0 ; }



.zrd2 { background-repeat: no-repeat; background-position: center; padding: 90px 0 70px;}
.zrd2 h4{ font-size: 36px; text-align: center; color: #fff; margin: 0 0 70px;}

.zrd2 .zrd2_t h5{ background: #fff; width: 100%; line-height: 74px; font-size: 30px;  text-align: center; color:#005bb0;}
.zrd2_tt{background: #005bb0; padding: 30px 70px;}
.zrd2_l{ float:left; width: 70%;}
.zrd2_l p{ color: #fff; line-height: 36px;     float: left;    width: 50%; font-size: 16px; margin: 10px 0 ;}
.zrd2_l p.p1{ width: 100%;}
.zrd2_l input{ width: 75%; background: rgba(255,255,255,0.00);  border: none; border-bottom: 1px  rgba(255,255,255,0.30) solid; font-size: 16px; color: #fff; }
.zrd2_l textarea{ width:92.5%; padding: 10px;  border: none; border: 1px  rgba(255,255,255,0.30) solid;  background: rgba(255,255,255,0.00); color:  rgba(255,255,255,0.30); font-size: 16px;}
.zrd2_l button{ padding: 10px 50px; border-radius: 20px; border: none; font-size: 16px; color:#005bb0; font-weight: 700}

.zrd2_r{width: 30%; float: right;}
.zrd2_r h2{ font-size: 24px; color: #fff; margin: 20px 0 40px; }
.zrd2_r span.span1{ font-size: 20px;  padding: 0 0 0 40px; background: url(../img/a1.png) no-repeat left center; font-weight: bold; color: #fff;}
.zrd2_r span.span2{ display: table; padding: 6px 40px; background: #fff; font-size: 30px; color:#005bb0; font-weight: bold; margin: 15px 0 40px;}
.zrd2_r span.span3{ width: 50%; float: left; padding: 0 0 0 30px; background: url(../img/a2.png) no-repeat left center; display: block; color: #fff; line-height: 48px;}
.zrd2_r span.span4{ width: 50%; float: left; padding: 0 0 0 30px; background: url(../img/a3.png) no-repeat left center; display: block; color: #fff; line-height: 48px;}
.zrd2_r span.span5{ width: 50%; float: left; padding: 0 0 0 30px; background: url(../img/a4.png) no-repeat left center; display: block; color: #fff; line-height: 48px;}
.zrd2_r span.span6{ width: 50%; float: left; padding: 0 0 0 30px; background: url(../img/a5.png) no-repeat left center; display: block; color: #fff; line-height: 48px;}


.zrd3 { background-repeat: no-repeat; background-position: center; padding: 100px 0 55px;}
.zrd3_l{ width: 50%; float: left; }
.zrd3_l_tit{ padding: 20px 0 20px 120px; }
.zrd3_l_tit h2{ font-size: 30px;   color:#005bb0; font-weight: bold;}
.zrd3_l_tit span{ display: block; font-size: 32px; color: #333;  font-weight: bold;}
.zrd3_l p{ font-size: 14px; line-height: 32px; color: #333; margin: 20px 0 40px; }
.zrd3_l a{ padding: 10px 36px; border-radius: 50px; background: #ff591f; color: #fff; }

.zrd3_r{ width: 48%; float: right;}
.zrd3_r img{ max-width: 100%;}

.zrd4{padding: 70px 0;}
.zrd4 .w1600{   overflow: hidden; }
.zrd4_tit{}
.zrd4_tit h2{ font-size: 36px; color: #fff; text-align: center}
.zrd4_tit p{ font-size: 16px; color: #fff; text-align: center; margin: 24px 0;}

.zrd4_ul{ margin:60px 0 100px;     width: 116%; position: relative; left: -8%;}
.zrd4_ul li{ width: 25%; float: left; text-align: center; position: relative; }
.zrd4_ul li::after{ content: ""; width: 1px; height: 100%; display: block; position: absolute; top:0px; right:0; background: rgb(238 238 238 / 24%);z-index: 0;  }
.zrd4_ul li:nth-child(4)::after{ display: none; }
.zrd4_ul li img{ margin: 0 auto;}
.zrd4_ul li h3{ font-size: 24px; color: #fff; margin: 8px 0; }
.zrd4_ul li p{ font-size: 16px; color: #fff; }

.zrd4_l{ width: 49%; float: left;  background:url(../img/b1.png) no-repeat left 33px bottom 70px #005bb0; position: relative; }
.zrd4_l_t{ padding: 40px 0 0 30px; display: table; float: left;}
.zrd4_l span.span1{ display: table; font-size: 14px; color: #fff;}
.zrd4_l span.span2{ display: table; font-size: 20px; color: #fff; font-weight: 700; line-height: 38px; }
.zrd4_l img{ float: right; width: calc( 100% - 220px)}


.zrd4_r{ width: 49%; float: right;  background:url(../img/b2.png) no-repeat left 33px bottom 70px #005bb0; position: relative; }
.zrd4_r_t{ padding: 40px 0 0 30px; display: table; float: left;}
.zrd4_r span.span1{ display: table; font-size: 14px; color: #fff;}
.zrd4_r span.span2{ display: table; font-size: 20px; color: #fff; font-weight: 700; line-height: 38px; }
.zrd4_r .mySwiper_zrd4_r{background: #fff; float: right;}


.zrd4_r .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
    padding: 2% 0;
        /* 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;
      }

.zrd4_r .swiper-slide img {
        display: block;
        width: 100%;
      
        object-fit: cover;
      }


.zrd5{ background: #e1e1e1; padding: 65px 0;}
.zrd5 h2{ font-size: 36px; text-align: center;  color:#005bb0; margin: 0 0 34px;position: relative;}
.zrd5 h2::after{ content: ""; width: 70px; display: block; position: absolute; bottom: -17px; left:50%; background: #005bb0; z-index: 1;height: 1px;  transition: all .5s;  transform: translate(-50%, -50%);}
.zrd5 p{ margin: 0 0 60px; font-size: 16px; color: #a6a6a6; text-align: center;}
.zrd5 img{ width: 100%;}
.zrd5 li {  width: calc(( 100% - 98px) / 4 ); margin: 0 30px 0 0 ; float: left; position:relative; border: 1px solid #a6a6a6; cursor: pointer;}
.zrd5 li:nth-child(4n){margin: 0;}
.zrd5 li p { position: absolute;bottom: 0; left: 0; width: 100%; line-height: 60px; background: #a6a6a6;  margin: 0; font-size: 20px; color: #fff;}
.zrd5 li:hover p{  background: #005bb0; }

.zrd6{ padding: 65px 0 0px;}
.zrd6 .w1600 > h2{ font-size: 36px; text-align: center;  color:#005bb0; margin: 0 0 34px;position: relative;}
.zrd6 .w1600 > h2::after{ content: ""; width: 70px; display: block; position: absolute; bottom: -17px; left:50%; background: #005bb0; z-index: 1;height: 1px;  transition: all .5s;  transform: translate(-50%, -50%);}

.zrd6 .w1600 > p{ margin: 0 0 60px; font-size: 16px; color: #a6a6a6; text-align: center;}

.zrd6_cont{}
.zrd6_l{ float:left; width: 45%; }
.zrd6_l img{ width: 100%;}
.zrd6_l_tit{ padding: 10px 20px 0; border: 1px solid #ececec; display: block;}
.zrd6_l_tit > h3{white-space: nowrap;overflow: hidden;text-overflow: ellipsis; line-height: 32px; font-size: 20px; color: #323232;}
.zrd6_l_tit > p{ white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 32px; border-bottom: 1px solid #ececec; padding: 0 0 10px; margin: 0;}
.zrd6_l_tit > span{ display: block; line-height: 36px; color: #999; position: relative; width: 100%;}
.zrd6_l_tit > span::after{ content: "→"; height: 1px; display: block; position: absolute; top:0; right:10px;  z-index: 1;  transition: all .5s;  transform: translate(-50%, -50%);}

.zrd6_r{ float:right; width: 50%; }
.zrd6_li{ border-bottom: 1px solid #ececec; margin: 0 0 40px; padding: 0 100px 23px 0; position: relative;}
.zrd6_time{  margin: 0 20px;  background: #16548f; color: #fff; float: left; padding: 5px 10px; }
.zrd6_time em{ width: 100%; display: block; font-size: 50px;}
.zrd6_time i{width: 100%; display: block; font-size: 16px; font-style: normal;}

.zrd6_li img{ position: absolute; top: 50%; right: 15px;transform: translate(-50%, -50%);  filter: grayscale(100%) brightness(270%); width: 45px;}
.zrd6_li:hover img{      filter: none;}

.zrd6_li a{ display: block; }
.zrd6_li a h2 { margin: 0 0 10px; font-size: 20px }
.zrd6_li a p{ line-height: 24px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }

.footer{ background: #035aa9; padding: 90px 0 0}

.foot_l{ float: left; width: 30%; }
.foot_l img{ max-width: 100%;}
.foot_l h2{ font-size: 28px ; color: #fff; margin: 8px 0 15px;}
.foot_l .span0{ font-size: 16px; background: #fff; color: #035aa9; display: table; width: 60%; line-height: 32px; text-align: center; margin: 10px 0;}
.foot_l .span1{ font-size: 16px; color: #Fff; display: block; background: url(../img/f1.png) no-repeat left center; padding: 0 0 0 30px;}
.foot_l .span2{ font-size: 16px; color: #Fff; display: block; background: url(../img/f2.png) no-repeat left center; padding: 0 0 0 30px; }

.footer ul{ float:right; width: 60%;}
.footer ul li{ width: 20%; float: left;}
.footer ul h4{ font-size: 18px; color:#fff; margin: 0 0 20px;}
.footer ul a{ display: block; line-height: 32px; font-size: 16px ; color: #fff;}

.foot{ margin: 70px 0 0; }
.foot .span3{  font-size: 16px; color: #Fff; display: block; background: url(../img/f3.png) no-repeat left center; padding: 0 0 0 30px; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.48); line-height: 36px;}
.foot p{ line-height: 36px; color: #fff; font-size: 16px;}
.foot .span4{ float:right; line-height: 36px; color: #fff; font-size: 16px;}
 
.link{line-height: 32px; padding: 12px 0;} 
.link a{  color: #ccc; }

.page-status{display: none!important;}
.page{width:100%;text-align:center; padding:30px 0; clear: both;}
.page span,.page a{ display:inline-block; line-height: 24px; margin-right:0px;line-height:21px; text-align:center;color:#333;font-size:12px}
.page span{font-weight:bold;color:#fff;}
.page a{color:#333; border: 1px #ccc solid; border-radius: 0px; margin: 0 5px; padding: 3px 11px;}
.page a:hover{font-weight:bold;color:#035aa9;}
.page span.next,.page a.next{ width:51px; height:21px; }
.page span.next{color:#C4C4C4;font-weight:normal;}
.page a.page-num-current{background:#035aa9; color: #fff;}

.dq{width: 100%; position: absolute;}
.dq .w1600{ position: relative; top: -36px; padding: 30px 30px; z-index: 9999;     background: #fff; background-color: rgba(255, 255, 255, 1);    box-shadow: 3.42px 9.397px 20px 0px rgb(77 77 77 / 20%);    border-radius: 0px;  }
.dq ul{ float: left;  }
.dq ul li{ float: left; padding: 0 30PX; border-right: 1px #666 solid; line-height: 16px;  font-size: 16px; position: relative;}

.dqwz{ background: url(../img/wz.png) no-repeat left center; padding: 0 0 0 30px; float: right; background-size: 20px;}
.dqwz a{ font-size: 14px; margin: 0 8px; }

.dq ul li::after{ content: ""; width: 0%;  position: absolute; bottom: -20px; left:50%; background: #035aa9; z-index: 9999;height: 2px;  transition: all .5s;  transform: translate(-50%, -50%);}
.dq ul li:hover::after{ width: 100%; }

.sx{ margin: 80px 0 0px; border-bottom: 1px #ccc solid; line-height: 56px;}
.sx a.s{float: left; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.sx a.x{float: right; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.pro_list{ margin: 50px 0 0;}
.pro_list h2{  border-bottom: 1px #ccc solid; font-size: 24px;  font-weight: normal; line-height: 56px;}
.pro_list h2 a{ display: table; float: right; font-size: 16px; color: #fff;  background: #035aa9;line-height: 42px; margin: 8px 0 0; padding: 0 30px;}

.pro_ul{ margin: 15px 0 120px;}
.pro_ul a{  padding: 0 60px; line-height: 80px;  margin: 0 20px 0 0; background: #f2f2f2; display: table; float: left; font-size: 16px}
.pro_ul a:hover{ color: #Fff; background:#035aa9; }
.pro_ul a.on{ color: #Fff; background:#035aa9; }

.pro_list ul{ margin: 40px 0 0;}
.pro_list ul li{ width: calc(( 100% - 98px) / 4 ); margin: 0 30px 30px 0 ; float: left; position:relative; }
.pro_list ul li:nth-child(4n){ margin: 0 0px 30px 0;}
.pro_list li img{ width: 100%; }
.pro_list li p{ border: 1px solid #ccc; line-height: 56px;  font-size: 14px; text-align: center; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pro_list li:hover p{ border: 1px solid #005bb0; color: #fff; background:#005bb0 ; }

.about{ background: #f4f4f4;  padding: 50px 0 0;}
.about .w1600{border-bottom: 1px solid #ccc;}
.about_t{ padding: 80px 0; }
.about_img{ width: 30%; float: left;  }
.about_img img{ display: block; margin: 0 auto; max-width: 100%; width: auto; text-align: center;}
.about_tt{  width: 70%; float: left; }
.about_tt p{ line-height: 32px;  color: #333; }
 
.about2{ background: #f4f4f4; padding: 65px 0;}
.about2 h2{ font-size: 36px; text-align: center;  color:#005bb0; margin: 0 0 34px;position: relative;}
.about2 h2::after{ content: ""; width: 70px; display: block; position: absolute; bottom: -17px; left:50%; background: #005bb0; z-index: 1;height: 1px;  transition: all .5s;  transform: translate(-50%, -50%);}
.about2 p{ margin: 0 0 60px; font-size: 16px; color: #a6a6a6; text-align: center;}

.about2_l{ width: 49%; float: left;  background:url(../img/b1.png) no-repeat left 33px bottom 70px #005bb0; position: relative; }
.about2_l_t{ padding: 40px 0 0 30px; display: table; float: left;}
.about2_l span.span1{ display: table; font-size: 14px; color: #fff;}
.about2_l span.span2{ display: table; font-size: 20px; color: #fff; font-weight: 700; line-height: 38px; }
.about2_l img{ float: right; width: calc( 100% - 220px)}


.about2_r{ width: 49%; float: right;  background:url(../img/b2.png) no-repeat left 33px bottom 70px #005bb0; position: relative; }
.about2_r_t{ padding: 40px 0 0 30px; display: table; float: left;}
.about2_r span.span1{ display: table; font-size: 14px; color: #fff;}
.about2_r span.span2{ display: table; font-size: 20px; color: #fff; font-weight: 700; line-height: 38px; }
.about2_r img{ float: right; width: calc( 100% - 220px)}

.about3{padding: 65px 0;}
.about3 h2{ font-size: 36px; text-align: center;  color:#005bb0; margin: 0 0 34px;position: relative;}
.about3 h2::after{ content: ""; width: 70px; display: block; position: absolute; bottom: -17px; left:50%; background: #005bb0; z-index: 1;height: 1px;  transition: all .5s;  transform: translate(-50%, -50%);}
.about3 .w1600 > p{ margin: 0 0 60px; font-size: 16px; color: #a6a6a6; text-align: center;}

.about3 ul li{ width: calc(( 100% - 98px) / 4 ); margin: 0 30px 30px 0 ; float: left; position:relative; cursor: pointer;}
.about3 ul li:nth-child(4n){ margin: 0 0px 30px 0;}
.about3 li img{ width: 100%; }
.about3 li p{ border: 1px solid #ccc; line-height: 56px;  font-size: 16px; text-align: center; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; background:#005bb0 ; color: #fff; }

.honor ul{ margin: 100px 0 0;   padding: 50px 0 0;}
.honor ul li{ width: calc(( 100% - 130px) / 5 ); margin: 0 30px 30px 0 ; float: left; position:relative; }
.honor ul li:nth-child(5n){ margin: 0 0px 30px 0;}
.honor li img{ width: 100%; }
.honor li p{ border: 1px solid #ccc; line-height: 56px;  font-size: 14px; text-align: center; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.honor li:hover p{ border: 1px solid #005bb0; color: #fff; background:#005bb0 ; }

.case ul{ margin: 100px 0 0;   padding: 50px 0 0;}
.case ul li{ width: calc(( 100% - 98px) / 4 ); margin: 0 30px 30px 0 ; float: left; position:relative; }
.case ul li:nth-child(4n){ margin: 0 0px 30px 0;}
.case li img{ width: 100%; }
.case li p{ border: 1px solid #ccc; line-height: 56px;  font-size: 14px; text-align: center; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.case li:hover p{ border: 1px solid #005bb0; color: #fff; background:#005bb0 ; }

.case1 ul{ margin: 100px 0 0;   padding: 50px 0 0;}
.case1 ul li{ width: calc(( 100% - 130px) / 5 ); margin: 0 30px 30px 0 ; float: left; position:relative; }
.case1 ul li:nth-child(5n){ margin: 0 0px 30px 0;}
.case1 li img{ width: 100%; }
.case1 li p{ border: 1px solid #ccc; line-height: 56px;  font-size: 14px; text-align: center; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.case1 li:hover p{ border: 1px solid #005bb0; color: #fff; background:#005bb0 ; }

.plan ul{ margin: 100px 0 0;   padding: 50px 0 0;}
.plan ul li{ width: calc(( 100% - 98px) / 4 ); margin: 0 30px 30px 0 ; float: left; position:relative; }
.plan ul li:nth-child(4n){ margin: 0 0px 30px 0;}
.plan li img{ width: 100%; }
.plan li p{ border: 1px solid #ccc; line-height: 56px;  font-size: 14px; text-align: center; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.plan li:hover p{ border: 1px solid #005bb0; color: #fff; background:#005bb0 ; }

.news{ margin: 80px 0;   padding: 50px 0 0;}
.news ul{}
.news li{}
.news li a{    display: flex;    padding: 0px;    border-bottom: none;    background: #f2f2f2;    margin-bottom: 30px;}
.news li .ico{ width: 28%; }
.news li .ico img{ width: 100%;   height: 100%;    transform: scale(1);    transition: all .5s ease;}
.news li .list{ width: 72%;padding: 5%;    display: flex;    flex-direction: row;  	justify-content: space-between;}
.news li .list .txt{ position: relative;    width: 67%;    transition: all .5s ease;}
.news li .list .txt h2{    display: block;    width: 100%;    font-size: 24px;    line-height: 1.4;    color: #000;    font-weight: normal;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}
.news li .list .txt p{    line-height: 26px;    height: 52px;    font-size: 14px;    overflow: hidden;    color: #555;    margin: 12px 0 0px;    transition: 600ms;}
.news li .list .time span{    font-size: 60px;    line-height: 60px;    color: #333f47;    font-family: Impact;    margin-bottom: 5px;}
.news li .list .time em{     font-size: 18px;    line-height: 32px;    color: #333f47;    font-family: Arial;     display: block;    transition: all .5s ease;}
.news li:hover .list .txt h2{ color: #005bb0; }

.news_l{ width: 66%; float: left;}
.news_l > h2{ padding: 20px 0 ;border-bottom: #CCC solid 1PX; text-align: center; font-size: 28PX;}
.news_l > P{ padding: 20PX 0; text-align: center;}
.news_l > P span{ margin: 0 20px; }
.news_l .info{ background: #f2f2f2; font-size: 14px; padding: 20px; line-height: 24px; margin: 0 0 30px; color: #666;}
.news_l .news_txt{ padding: 20px 8px;}

.news_r{ width: 24%; float: right;}
.r_sx{    width: 100%;    float: none;    padding: 20px 30px;    border: 1px solid #f0f0f0;    margin-bottom: 25px; position: relative;}
.r_sx span{ line-height: 46px;}
.r_sx::after{     content: '';    position: absolute;    width: 70%;    height: 1px;    background: #f2f2f2;    left: 30%;    top: 46px; }
.newss{    border: 10px solid #f0f0f0;    padding: 20px;}
.newss h3{ font-size: 24px;}
.newss_t{    width: calc((100% - 0px)/1);    height: auto;    background-color: #fff;    border-top: 1px solid #f0f0f0;    overflow: hidden;    position: relative;    padding: 25px 0px;}
.newss_t:nth-child(2) {    border-top: none;}
.newss_t a{font-size: 15px;    color: #727272;    line-height: 24px;    margin-bottom: 10px;    height: auto;    overflow: hidden;	transition: all .3s ease; display: block;}
.newss_t span{    font-size: 14px;    color: #727272;}
.newss_t a:hover{ color: #005bb0;}

.contact{ margin: 50px 0;   padding: 50px 0 0;}

.contact_l{     width: 48.5%;  float: left;  padding: 35px 6%;    border-bottom: 5px solid #0656a9;    box-shadow: 0px 2px 15px rgb(0 0 0 / 18%);    background: #fff;    overflow: visible;    z-index: 2;}
.contact_l h4{    color: #333e46; font-size: 30px;}
.contact_l p{ font-size: 14px; line-height:56px;}

.contact_l textarea{    padding-left: 0px; height: 90px;    padding-bottom: 20px; border: 0; border-bottom: 1px #ccc solid; width: 100%;     box-shadow: none; margin: 40px 0 0;}
.contact_l input{     color: #333;    height: 32px; border: 0; border-bottom: 1px #ccc solid; width: 100%;     box-shadow: none; margin: 20px 0;} 
.contact_l .ewm{ display: flex; }
.contact_l .ewm input{ width: 60%;}
.contact_l .ewm img {height: 32px; margin: 20px 0;}
.contact_l button{background-color: #848484;    color: #fff;    border: 1px solid #848484;    transition: 0.2s;    border-radius: 0px;    width: 30%;    height: 46px; margin: 30px 0 0;}
.contact_l button:hover{  background-color:#005bb0 ; }

.contact_r{ width:48.5%; float: right;}

.hr{ margin: 60px 0;  padding: 50px 0 0;}
.hr h2{ color: #262626; text-align: center; font-size: 30px; padding: 0 0 20px; border-bottom: 1px solid #ccc;}
.hr .w1600 > p{ font-size: 16px; line-height: 32px; text-align: center;    color: #595959; margin: 20px 0 0 ;}
.hr_l{ float: left; width: 48%; }
.hr_l img{ width: 100%;  }
.hr_l h3{ position: relative; padding: 0 0 15px; font-size: 18px;}
.hr_l h3::after{content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 1px; background: #005bb0;}

.hr .hr_t{ padding: 20px 30px; background: #f1f1f1;}
.hr .hr_t p{ text-align: left; line-height: 28px; font-size: 15px;     color: #595959; margin: 8px 0 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.hr_r{ float: right; width: 48%; }
.hr_r img{ width: 100%;  }
.hr_r h3{ position: relative; padding: 0 0 15px; font-size: 18px;}
.hr_r h3::after{  content: '';   position: absolute; bottom: 0; left: 0; width:40px; height: 1px; background: #005bb0;}

.sgwh{ margin: 100px 0;  padding: 50px 0 0;}
.sgwh img{ display: inline-block; }

.jszc{ margin: 100px 0;  padding: 50px 0 0;}

.hr_ul{    background: #f5f5f5;    box-shadow: 0 0 30px rgb(150 150 150 / 40%);    border-radius: 8px; padding: 50px 20px;}
.hr_li{    overflow: hidden;    color: #fff;    background: #0656a9;    font-size: 16px;    line-height: 50px;    height: 50px;    font-weight: bold;    padding: 0px 20px;    display: flex;    justify-content: flex-start}
.hr_li .s1{width: 35%;    padding-right: 10px;}
.hr_li .s2{width:23%;}
.hr_li .s3{width: 23%;}
.hr_li .s4{ width: 19%;    padding-left: 10px;}  

.hr_list{    border-bottom: 1px solid #dadada;    background: #fcfcfc;    align-items: center;       width: 100%;    height: auto;    font-size: 14px;    color: #333;    cursor: pointer; position: relative;}
.hr_name{ display: flex; padding: 25px 20px; }
.hr_list .s1{width: 35%;    padding-right: 10px;}
.hr_list .s2{width:23%;}
.hr_list .s3{width: 23%;}
.hr_list .s4{ width: 19%;    padding-left: 10px;} 
.hr_list::after{ content: ''; position: absolute; top: 30px; right: 30px; width: 17px; height: 2px; background: #999; transition: all .5s ease;
transform:rotate(90deg);
-ms-transform:rotate(90deg); 	/* IE 9 */
-moz-transform:rotate(90deg); 	/* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); 	/* Opera */
}
.hr_list::before{ content: ''; position: absolute; top: 30px; right: 30px; width: 17px; height: 2px; background: #999; transition: all .5s ease; }

.hr_list.on::after{ content: ''; position: absolute; top: 30px; right: 30px; width: 17px; height: 2px; background: #999; transition: all .5s ease; 
transform:rotate(0deg);
-ms-transform:rotate(0deg); 	/* IE 9 */
-moz-transform:rotate(0deg); 	/* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg); 	/* Opera */
}

.hr_list .hr_cont{     background: #eee;    padding: 15px 20px; width: 100%; display: none;}
.hr_list .hr_cont .hr_top{     display: flex;    flex-wrap: wrap;    justify-content: flex-start;    padding: 10px 0px;    line-height: 32px;    border-bottom: 1px solid #fff;}
.hr_list .hr_cont .hr_top p{ width: 33.333333%; text-align: left;}
.hr_list .hr_cont .hr_bottom{ padding: 10px 0 20px;}

.pro_top{ margin: 160px 0 0; position: relative;}
.pro_top h2{    font-size: 30px;    color: #222;    margin: 0 auto; text-align: center;}

.mySwiper2_pro_nei{ width: 60%; margin: 0 auto;}
.mySwiper2_pro_nei img{ text-align: center; margin: 0 auto; max-width: 100%;} 

.mySwiper_pro_nei{ width:30%; margin: 50px auto; overflow: inherit!important;}
.mySwiper_pro_nei img{ width: 100%; }

.mySwiper_pro_nei .swiper-slide img { border: 1px solid #ccc;}
.swiper-button-next{ right: 18%!important;}
.swiper-button-prev{ left:18%!important; }
.mySwiper_pro_nei .swiper-slide-thumb-active img { border: 1px solid #0656a9;  }

.mySwiper_pro_nei .swiper-button-lock{ display: block!important; }
.mySwiper_pro_nei .swiper-slide-active {}
.pro_top .swiper-button-next,
.pro_top .swiper-button-prev{ color: #000;background-image: none; z-index: 999 ; width: 28px; }
.swiper-button-next:after, .swiper-button-prev:after{ font-size: 38px!important; }

.pro_bottom{ background: #f7f7f7; padding: 70px 0 100px; margin: 80px 0 0; }
.pro_bottom .pro_xq{ margin: 0 auto 40px;    box-sizing: border-box;    border: 2px solid #777;    padding: 0 20px;    border-radius: 10px;      width: 86%;    max-width: 1200px;   } 
.pro_bottom .pro_xq h3{       position: relative;    display: block;    float: left;     box-sizing: border-box;     background: #777;    color: #fff;    border-radius: 8px;     padding: 20px 80px; font-size: 18px; text-align: center;}
.pro_bottom .pro_tt{  width: 86%;    max-width: 1200px;  margin:  0 auto;}
.pro_bottom .pro_tt img { max-width: 100%;}

.xgcp_tit h4{ font-size: 16px; line-height: 32px;  color: #fff;   background: #0656a9;  display: table;  padding: 0 30px; }
.xgcp_tit{ background: #ececec;  margin: 0 0 30px; }
.xgcp img{ width: 100%!important; }
.xgcp p{ border: 1px solid #ccc; line-height: 56px;  font-size: 14px; text-align: center; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.xgcp {  width: 86%;    max-width: 1200px;  margin: 70px auto 0;}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               





.m_head{display: none;}


@media only screen and (max-width: 1500px){.header ul.nav > li:nth-child(6){display: none;}}


@media only screen and (max-width: 1400px){
    .header{ display: none;}
    .m_head{ display: block;    background: #fff;    padding: 20px 5%;  z-index: 999;    border-bottom: 1px solid #ababab; }
    .m_head .logo { float:left; width: 70%;}
    .m_head .logo img { }
    .m_head .numm { float: right;}
    .m_head .numm img{ height: 20px; margin: 14px 0 0; }
    
    .m_nav{position: fixed; right:100%; top: 0; width: 100%; background: hsla(0,0%,0%,0.6); z-index: 99999;}
    .m_nav.on{position: absolute; right:0%; top: 0;}
    .m_nav .m_ul{ width: 80%; background:  hsla(0,0%,0%,0.8); float: right; position: relative;}
    .m_nav .m_ul li{border-bottom: 1px solid #232530;}
    .m_nav .m_ul li a{    display: block;    height: 45px;    color: #fff;    line-height: 45px;    padding-left: 5%;    font-size: 16px;}
    .m_nav .close{ position: absolute; top: 20px; left:20px;}
    .m_nav .close img{cursor: pointer;      display: block;    margin: 11px auto;    transition: all .2s;    cursor: pointer;    overflow: hidden; }
    
    .m_nav ul.m_ul > li ul.ul_too{ display: none; width: 80%; float: right;}
    .m_nav ul.m_ul > li ul.ul_too li{  }
    .m_nav ul.m_ul > li ul.ul_too li a{ }
    
    .m_nav ul.m_ul > li.gd{    background: url(../img/7_15.png) 95% 15px no-repeat;}

}



@media only screen and (max-width: 1024px){
.pro_bottom .xgcp{ display: none;}

	.zrd1_tit{ border: none;}
	.zrd1_ul{ position: relative; margin: 40PX 0 0;}
	.zrd1_ul li{width: calc( (100% - 30px)/ 2) ;margin: 0 30px 20px 0; float: left;}
	.zrd1_ul li a{ width: 100%; text-align: center; margin: 0 ;}
	.zrd1_ul li:nth-child(2n){ margin: 0 0px 20px 0; }
	
	.zrd1_shu { padding: 0; margin: 0 auto; float: right; width: 100%; text-align: center; display: none;}
	
	.zrd1_pro li{ float:left; width: calc((100% - 30px) / 2); margin: 0 30px 30px 0;}
	.zrd1_pro li:nth-child(2n){ margin: 0 0px 30px 0;}
    .zrd1_pro li:nth-child(2n - 1){ margin: 0 30px 30px 0;}
	.zrd2_r h2{font-size: 20px;}
	.zrd2 { padding: 30PX 0 30px; background-position:top center;  background-repeat: repeat-y;}
	.zrd2 h4{  margin: 0 0 20PX;}
	.zrd2_tt{ padding: 30PX;}
	.zrd2_l{ width: 100%;}
	.zrd2_l textarea{ width: 97%;}
	.zrd2_l button{ float: right;}
	.zrd2_r{ width: 100%; margin: 20PX 0 0;}
	
	.zrd3_l{ width: 100%;}
	.zrd3_r{ width: 100%; margin: 40px 0 0;}
	
	.zrd4_ul {    margin: 60px 0 50px;    width: 100%;    position: relative;    left: 0%;}
	.zrd4_ul li{ width: 50%; margin: 0 0 30px;} 
	.zrd4_ul li h3{ font-size: 20px; color: #fff; margin: 8px 0; }
	.zrd4_l{ width: 100%; display: none;}
	.zrd4_r{ width: 100%; margin:  30px 0; display: none;}
	.zrd4_ul li:nth-child(2)::after{ display: none; }
	.zrd5 li {  width: calc(( 100% - 34px) / 2 ); margin: 0 30px 20px 0 ; float: left; position:relative; border: 1px solid #a6a6a6; cursor: pointer;}
	.zrd5 li:nth-child(2n){margin: 0 0 20px 0;}
	
	.zrd6_l{ width: 100%; }
	.zrd6_r{ width: 100%; margin: 40px 0 0 0; }
	
	.zrd6_time{     margin: 5px 10px 5px 0;}
	.foot_l{ width: 100%;}
	.footer ul{ display: none;}
	.foot .span4{ float: none; width: 100%; display: block;}
	.dq{ display: none; }
	.sx{ margin: 80px 0 30px; border-bottom: 1px #ccc solid; line-height: 32px;}
	.sx a.s{float: left; width: 100%;}
	.sx a.x{float: left; width: 100%;}
	
	.pro_ul a{ width: calc( (100% - 30px) / 2); margin: 0 30px 20px 0; display: block; padding: 0; text-align: center;}
	.pro_ul a:nth-child(2n){ margin: 0 0px 20px 0;}
	
	.pro_list ul li{ width: calc(( 100% - 30px) / 2 ); margin: 0 30px 30px 0 ; float: left; position:relative; }
	.pro_list ul li:nth-child(2n){ margin: 0 0px 30px 0;}
	
	.pro_bottom .pro_xq h3{ padding: 10px 30px; font-size: 16px;}
	
	.mySwiper2_pro_nei{  width: 80%;  }
	.mySwiper_pro_nei {    width: 50%;    margin: 0 auto;    overflow: inherit!important;}
	
	.honor ul li{ width: calc(( 100% - 30px) / 2 ); margin: 0 30px 30px 0 ; float: left; position:relative; }
    .honor ul li:nth-child(2n-1){ margin: 0 30px 30px 0;}
	.honor ul li:nth-child(2n){ margin: 0 0px 30px 0;}
	
	.case ul li{ width: calc(( 100% - 30px) / 2 ); margin: 0 30px 30px 0 ; float: left; position:relative; }
	.case ul li:nth-child(2n){ margin: 0 0px 30px 0;}

    .case1 ul li{ width: calc(( 100% - 30px) / 2 ); margin: 0 30px 30px 0 ; float: left; position:relative; }
      .case1 ul li:nth-child(2n-1){ margin: 0 30px 30px 0;}
  .case1 ul li:nth-child(2n){ margin: 0 0px 30px 0;}
	
	.plan ul li{ width: calc(( 100% - 30px) / 2 ); margin: 0 30px 30px 0 ; float: left; position:relative; }
	.plan ul li:nth-child(2n){ margin: 0 0px 30px 0;}
	
	.page-index{ display: none!important;}
	.page-last{ display: none!important;}
	
	.about_img{ width: 100%; text-align: center; margin: 0 auto;}
	.about_tt{ width: 100%; margin:  30px 0 0;}
	
	.foot_l h2{ font-size: 22px ; }

	.about2_l{ width: 100%;}
	.about2_l_t{     padding: 40px 0 30px 30px;}
	.about2_l img{ width: 100%;}
	.about2_r{ width: 100%; margin: 40px 0 0;}
	.about2_r_t{     padding: 40px 0 30px 30px;}
	.about2_r img{ width: 100%;}
	
	.about3 ul li{ width: calc(( 100% - 30px) / 2); margin: 0 30px 30px 0 ; float: left; position:relative; cursor: pointer; border-radius: 10px 10px 0 0;}
	.about3 ul li:nth-child(2n){ margin: 0 0px 30px 0;}
	
	.contact_l{ width: 100%; float: right;  margin: 50px 0 0;}
	.contact_r{ width: 100%; float: left;}
	
	.hr_li .s2{ display: none;}
	.hr_list .s2{ display: none;}
	.hr_list .s4{ width: 25%;}
	.hr_list .hr_cont .hr_top p{ width: 100%;} 
	
	.hr_l{ width: 100%;}
	.hr_r{ width: 100%; margin: 50px 0 0;}
	
	.news_l{ width: 100%;}
	.news_r{ width: 100%;}
	.news_r .r_sx{ display: none;}



}

























































































































































































































































































































}

















