﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: '微软雅黑',inherit;
  vertical-align: baseline;
}
/*html,body{height:100%;}*/
ol,ul{
	list-style: none;
	text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,a:hover{
	text-decoration: none;
}
i,em{
    font-style:normal;
}
video{
  outline: none;
}
div:focus {outline: none;}
.fl{
	float: left;
}
.fr{
	float: right;
}
a{
  color: #333;
}
.cont{
  width: 80%;
  margin:0 auto;
  overflow: hidden;
}
.img_box>img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ 
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
/*定义滚动条轨道*/ 
::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}
/*定义滑块 内阴影+圆角*/ 
::-webkit-scrollbar-thumb {
  background-color: #00478B;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.4) 100%,transparent 100%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em
}
/*清除浮动*/
  .clearFix::before,
  .clearFix::after{
      content: "";
      display: block;
      visibility: hidden;
      height: 0;
      line-height: 0;
      clear: both;
  }
  input{
    outline: none;
  }
  .pc_brgin{
    width: 100%;
    height: 100%;
  }

/*pc_头部导航*/
  .pc_head{
    width: 100%;
    background-color: rgba(0,71,139,.9);
    padding: 12px 0;
    position: fixed;
    z-index: 9999;
  }
  .pc_head>.cont{
    overflow: visible;
  }
  .logo{
    float: left;
    width: 10%;
  }
  .logo>a{
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .logo>a>img{
    width: 100%;
  }
  .head_nav{
    float: right;
    height: 100%;
    line-height: 100px;
  }
  .head_nav>ul{
    height: 100%;
  }
  .head_nav>ul>li{
    width: 100px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left:10px;
    text-align:center;
    position: relative;
    z-index: 9999;

  }
  .head_nav>ul>li>a{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative;
  }
  .head_nav>ul>li>a:hover{
    font-weight: bold;
  }
  .head_nav>ul>li:hover a:after{
    width: 70%;
  }
  .head_nav>ul>li>a:after{
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    bottom: 5px;
    left: 15%;
    transition: all 0.8s;
  }
  .head_nav>ul>li:hover .nav_2{
    display: block;
  }
  .nav_2{
    width: 100%;
    top:50px;
    left: 0;
    position: absolute;
    z-index: 99;
    background-color: rgba(0,71,139,.9);
    display: none;
    transition: all 0.8s;
  }
  .nav_2>li{
      width: 100%;
      border-bottom: 1px dashed rgba(255,255,255,.3);
  }
  .nav_2>li:last-child{
    border:0;
  }
  .nav_2>li>a{
    color: #fff;
    font-size: 14px;
  }
  .m_head{
    display: none;
  }
/*全局配置*/
  #pages{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
  }
  .page{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
  }
  .page_nav{
    position: fixed;
    z-index: 999999;
    width: 60px;
    height: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .page_nav>li{
    width: 100%;
    line-height:60px;
    background-color:#00478B;
    text-align:center;
    color: #fff;
    box-sizing: border-box;
    opacity: 0.6;
    cursor: pointer;
  }
  .page_nav>li:hover{
    opacity: 1;
  }

/*头部banner*/
  .sy_banner{
    width: 100%;
    height: 100%;
  }
  .banner_lb{
    width: 100%;
    height: 100%;
  }
  .banner_lb>.swiper-wrapper{
    width: 100%;
    height: 100%;
  }
  .banner_lb>.swiper-wrapper>.swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner_pic{
    position: absolute;
    top:0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    background-position: center;
    background-size: cover;
    animation:bjimg 30s infinite;
    animation-timing-function:linear;
    -webkit-animation:bjimg 30s infinite; 
    -webkit-animation-timing-function:linear;
  }
  .banner01{
    background-image:url(../image/gs_banner.jpg);
  }
  .banner02{
    background-image:url(../image/pic9.jpg);
  }
  .banner03{
    background-image:url(../image/banner2.jpg);
  }
  .banner_textbg{
    width: 100%;
    height:100%;
    background-image:url(../image/pic_wg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    animation: none;
  }
  .banner_txt{
    position: absolute;
    right: 10%;
    top:50%;
    transform: translateY(-50%);
    text-align:right;
    color: #fff;
  }
  .banner_txt>h2{
    font-size: 50px;
    padding: 20px 0;
  }
  .banner_txt>h3{
    font-size: 42px;
  }
  .banner_txt1{
    width: 100%;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    text-align:center;
    color: #fff; 
  }
  .banner_txt1>h2{
    font-size: 50px;
  }
  .banner_txt1>h3{
    font-size: 30px;
  }
  .swiper-pagination{
    color: #fff;
  }
  .swiper-pagination-current{
    font-size: 36px;
     font-weight: bold;
  }
  .swiper-pagination-total{
    font-size: 18px;
  }
  .line{
    width: 15%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    bottom:35%;
    right:11%;
  }
  .line_box{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .line_box:before{
      display: block;
      content: "";
      position: absolute;
      height: 3px;
      width: 0;
      bottom: -1px;
      background: #00478B;
      animation:line 16s infinite;
      animation-timing-function:linear;
      -webkit-animation:line 16s infinite; 
      -webkit-animation-timing-function:linear;
  }
  .banner_bottom{
      width: 100%;
      height: 0;
      padding: 10px 0;
      box-sizing: border-box;
      background-color: #fff;
      overflow: hidden;
  }
  .banner_bottom>.cont>img{
    width: 36px;
    height: 36px;
    display: block;
    float:left;
    margin-right: 10px;
  }
  .banner_bottom>.cont>h3{
    height: 100%;
    line-height:40px;
    font-size: 18px;
    float:left;
    color: #00478B;
    font-weight: bold;
  }
  .sy_gg_run{
    height: 100%;
    width: 85%;
    float:left;
    line-height:40px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .sy_gg_run a>i{
    font-size: 18px;
    font-weight: bold;
  }
  .sy_gg_run a:hover{
    color: #00478B;
  }

/*瀚良介绍*/
  .sy_about{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .sy_about_pic{
    width: 64%;
    height: 100%;
    background-image:url(../image/pic8.jpg);
    background-size:cover;
    background-position:center;
  }
  .sy_about_sub{
    width: 42%;
    height: 100%;
    position: absolute;
    right: -6%;
    top:0;
    box-sizing:border-box;
    padding: 20px;
    background-color:#edf2fb;
    transition:all 0.6s;
    /*box-shadow: 2px 3px 6px #000;*/
    background-image:url(../image/bj1.png);
    background-position:bottom right;
    background-repeat: no-repeat;
  }
  .sy_about_sub:hover{
   right: 0;
  }
  .sub_box{
    width: 100%;
    height: auto;
    padding: 20% 26% 0 10%;
    box-sizing: border-box;
  }
  .lm_tit{
    width: 100%;
  }
  .lm_tit>h2{
    width: 100%;
    font-size: 42px;
  }
  .tit_en{
    width: 100%;
    height: 50px;
  }
  .tit_en>p{
    width: 85%;
    float: right;
    line-height:50px;
    text-indent: 20px;
  }
  .tit_en>span{
    float: left;
    position: relative;
    height: 6px;
    display: block;
    width: 12%;
    float: left;
    margin-top: 22px;
  }
  .tit_en>span:before{
    background: #0080cc;
    content: "";
    position: absolute;
    height: 100%;
    width: 80%;
    border-radius: 0.125rem;
    top: 0;
  }
  .tit_en>span:after{
    background: #0080cc;
    content: "";
    position: absolute;
    height: 100%;
    width: 10%;
    border-radius: 0.125rem;
    right: 0;
  }
  .sub_box>p{
    width: 100%;
    margin-top: 5%;
    line-height:36px;
    font-size: 14px;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .lj_box{
    width: 100%;
    height: auto;
    margin-top: 5%;
  }
  .lj_box>a{
    width:150px;
    line-height:50px;
    background-color:#00478b;
    display: block;
    text-align:center;
    font-size: 15px;
    color: #fff;
    border-radius: 2rem;
  }
  .sy_about_sub>ul{
    width: 75%;
    margin-top: 20px;
    float: left;
  }
  .sy_about_sub>ul>li{
    width: 100%;
    height: 80px;
    padding: 20px 0 20px 13%;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .sy_about_sub>ul>li:hover{
    background-color:#00478b;
  }
  .sy_about_sub>ul>li>a{
    width: 100%;
    height: 100%;
    display: block;
    line-height:40px;
  }
  .sy_about_sub>ul>li:hover>a{
    color: #fff;
  }
  .ioc_box{
    width: 40px;
    height: 40px;
    float: left;
    background-size:100% 100%;
    background-position:center;
  }
  .ioc1{
    background-image:url(../image/ico1.png);
  }
  .sy_about_sub>ul>li:hover>a>.ioc1{
    background-image:url(../image/ico1_1.png);
  }
  .ioc2{
    background-image:url(../image/ico2.png);
  }
  .sy_about_sub>ul>li:hover>a>.ioc2{
    background-image:url(../image/ico2_1.png);
  }
  .ioc3{
    background-image:url(../image/ico3.png);
  }
  .sy_about_sub>ul>li:hover>a>.ioc3{
    background-image:url(../image/ico3_1.png);
  }
  .sy_about_sub>ul>li>a>h3{
    font-size: 18px;
    float: left;
    margin-left:5%;
  }
  .sy_about_sub>ul>li>a>p{
    font-size: 15px;
    float: left;
    margin-left:10px;
  }
  .sy_about_sub>ul>li>a>em{
    width: 30px;
    height: 30px;
    background-image: url(../image/ioc_fr.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    display: block;
    float: right;
    margin-top:5px;
    margin-right:50px;
    opacity: 0;
    transition: all 0.6s;
  }
  .sy_about_sub>ul>li:hover>a>em{
    margin-right:30px;
    opacity: 1;
  }

/*瀚良产品*/
  .sy_pro{
    width: 100%;
    height: 100%;
    /*background-image:url(../image/pic5_1.png);
    background-size:cover;
    background-position:center;*/
    background-color:#edf2fb;
  }
  .sy_pro_top{
    width: 100%;
    height: 45%;
    position: relative;
  }
  .sy_pro_top_yy{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-image:url(../image/pic_wg1.png);
    background-size:cover;
    background-position:center;
    z-index: 99;
  }
  .pro_top_show{
    width: 100%;
    height: 100%;
  }
  .pro_top_show_box{
    width: 100%;
    height: 100%;
  }
  .pro_top_show_box>.swiper-slide{
    width: 100%;
    height: 100%;
    background-size:cover;
    background-position:center;
    animation:bjimg 30s infinite;
    animation-timing-function:linear;
    -webkit-animation:bjimg 30s infinite; 
    -webkit-animation-timing-function:linear;
  }
  .pro_top_show1{
    background-image:url(../image/pro_01.jpg);
  }
  .pro_top_show2{
    background-image:url(../image/pro_02.jpg);
  }
  .sy_pro_bottom{
    width: 100%;
    height: 55%;
    position: relative;
  }
  .sy_pro_type{
    width: 70%;
    height: 80px;
    position: absolute;
    top:-60px;
    left: 50%;
    transform:translate(-50%);
    z-index: 999;
  }
  .sy_pro_type>ul{
    width: 100%;
    overflow: hidden;
  }
  .sy_pro_type>ul>li{
    width: 33.3%;
    float: left;
    line-height:40px;
    text-align: center;
    font-size: 24px;
    background-color: #fff;
  }
  .sy_pro_type>ul>li>a{
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    display: flex;
    justify-content: center;
  }
  .sy_pro_type>ul>li>a>em{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: block;
    background-image: url(../image/ioc4.png);
    background-size: 100% 100%;
  }
  .type_bg{
    background-color:#00478b;
    color: #fff;
  }
  .sy_pro_type>ul>li:last-child{
    float: right;
  }
 
  .sy_pro_box{
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  .sy_pro_box>ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top:30px;
    left: -100%;
  }
  .sy_pro_box>ul>li{
    width: 33.3%;
    height: 98%;
    padding: 30px 20px;
    box-sizing: border-box;
    float: left;
  }
  .sy_pro_cont{
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 15px #ccc;
    transition: all 0.6s;
  }
  .sy_pro_cont:hover{
    margin-top: -20px;
  }
  .sy_pro_cont>a>.img_box{
    height: 80%;
  }
  .sy_pro_name{
    width: 100%;
    height: 20%;
    margin:0 auto;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    line-height:30px;
  }
  .sy_pro_cont:hover>a{
    color: #fff;
  }
  .sy_pro_cont:hover>a>.sy_pro_name{
    background-color: #00478b;
  }
  .sy_pro_name>p:first-child{
    width: 60%;
    float:left;
  }
  .sy_pro_name>p:last-child{
    width: 40%;
    float:left;
    text-align:right;
  }

/*瀚良服务*/
  .sy_service{
    width: 100%;
    height: 100%;
    background-color:#edf2fb;
    background-image:url(../image/pic10.jpg);
    background-size:cover;
    background-position:center;
  }
  .sy_service>.cont>.lm_tit{
    margin-top: 10%;
  }
  .sy_service>.cont>.lm_tit>.tit_en>span{
    float: left;
    position: relative;
    height: 6px;
    display: block;
    width: 5%;
    float: left;
    margin-top: 22px;
  }
  .sy_service>.cont>.lm_tit>.tit_en>p{
    width: 95%;
    float: right;
    line-height:50px;
    text-indent: 20px;
  }
  .sy_service_box{
    width: 100%;
    height: 500px;
    margin-top: 5%;
  }
  .sy_service_box>ul{
    width: 100%;
    height: 100%;
  }
  .sy_service_box>ul>li{
    width: 25%;
    height: 100%;
    float: left;
  }
  .qywh_box{
    width: 96%;
    height: 100%;
    float: left;
    margin-left: 2%;
    background-color:rgba(255,255,255,.6);
    position: relative;
  }
  .qywh_box:hover>.qywh_box_tit{
    color: #fff;
    transition: all 0.8s;
  }
  .qywh_box_tit{
    position: absolute;
    width: 80%;
    left:10%;
    top:10%;
    z-index: 99;
  }
  .qywh_box>.qywh_data{
    width: 80%;
    left:10%;
    position: absolute;
    top:42%;
    z-index: 11;
    color: #fff;
  }
  .qywh_box>.qywh_data>p{
    width: 100%;
    margin-bottom:10px;
    line-height:30px;
    opacity: 0;
    font-size: 15px;
    transition: all 0.8s;
  }
  .qywh_box:hover>.qywh_data>p{
    opacity: 1;
  }
  .qywh_box:hover>.qywh_box_tit>em{
    background-color: #00478B;
  }
  .qywh_box_tit>em{
    width: 50px;
    height: 3px;
    background-color:#666;
    display: block;
  }
  .qywh_box_tit>h3{
    width: 100%;
    margin-top: 5%;
    font-size:24px;
  }
  .qywh_box_tit>h2{
    width: 100%;
    margin-top: 5%;
    font-size:20px;
  }
  .qywh_box:hover>.qywh_pic{
    height: 100%;
  }
  .qywh_pic{
    bottom: 0;
    left:0;
    width: 100%;
    position: absolute;
    height: 65%;
    z-index: 9;
    transition: all 0.8s;
  }
  .qywh_pic_yy{
    width: 100%;
    height: 65%;
    background-color: rgba(0,0,0,.2);
    position: absolute;;
    bottom:0;
    left:0;
    z-index: 10;
    transition: all 0.8s;
    opacity: 0;
  }
  .qywh_box:hover>.qywh_pic_yy{
    height: 100%;
    opacity: 1;
    
  }
  .qywh_1{
    background-image: url(../image/A1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .qywh_2{
    background-image: url(../image/A2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .qywh_3{
    background-image: url(../image/A4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .qywh_4{
    background-image: url(../image/A3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

/*新闻结束*/
  .sy_news_over{
    width: 100%;
    height: 100%;
  }
  .sy_news{
    width: 100%;
    height:65%;
    background-color: #edf2fb;
  }
  .sy_news_box{
    width: 100%;
    height: 100%;
  }
  .sy_news_cont{
    width: 100%;
    height: 100%;
  }
  .sy_news_cont>.swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .sy_news1{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation:bjimg 30s infinite;
    animation-timing-function:linear;
    -webkit-animation:bjimg 30s infinite; 
    -webkit-animation-timing-function:linear;
    z-index: 9;
  }
  .sy_news_cont>.swiper-slide:nth-child(1)>.sy_news1{
    background-image: url(../image/pic2.jpg); 
  }
  .sy_news_cont>.swiper-slide:nth-child(2)>.sy_news1{
    background-image: url(../image/pic6.jpg); 
  }
  .sy_news_cont>.swiper-slide:nth-child(3)>.sy_news1{
    background-image: url(../image/pic3.jpg); 
  }
  .sy_news_cont>.swiper-slide>.cont{
    height: 100%;
    position: relative;
  }
  .sy_news_show{
    width: 60%;
    height: auto;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
    color: #fff;
  }
  .sy_news_show>h2{
    font-size: 24px;
  }
  .sy_news_show>h3{
    font-size: 14px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sy_news_show>p{
    line-height:36px;
    margin-top: 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sy_news_show>a{
    color: #fff;
    width: 120px;
    line-height:40px;
    display: block;
    border:1px solid #fff;
    border-radius: 10px;
    text-align:center;
    font-size: 14px;
    margin-top: 40px;
  }
  .news-button-prev{
    width: 40px;
    height: 40px;
    background-image: url(../image/ioc_left.png); 
   background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 45%;
    bottom:0;
    z-index: 999;
  }
  .news-button-next{
    width: 40px;
    height: 40px;
    background-image: url(../image/ioc_right.png); 
   background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 45%;
    bottom:0;
    z-index: 999;
  }
  .sy_foot{
    width: 100%;
    height: 35%;
    background-color: #00478B;
    padding: 30px 0 0 0;
    color: #fff;
  }
  .footer_top{
    width: 100%;
  }
  .footer_left>h3{
    font-size: 22px;
    font-weight: 400;
  }
  .footer_left>h2{
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin: 15px 0;
  }
  .footer_left>a{
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 0;
    margin-top: 30px;
    display: block;
    color: #00478B;
    text-align:center;
  }
  .footer_nav{
    margin-left: 8%;
  }
  .footer_nav>ul>li{
    float: left;
    margin-right: 50px;
  }
  .footer_nav>ul>li>h2{
    font-size: 22px;
    font-weight: 400;
  }
  .footer_nav>ul>li>h2:after{
    content: "";
    width: 20px;
    height: 0;
    display: block;
    border-bottom: 1px solid #999;
    margin-top: 19px;
  }
  .footer_nav>ul>li>dl{
    margin-top: 15px;
  }
  .footer_nav>ul>li>dl>dd{
    line-height:35px;
  }
  .footer_nav>ul>li>dl>dd>a{
    color: #fff;
    font-size: 14px;
  }
  .footer_right>ul>li{
    
    float: left;
    margin: 70px 0 0 30px;
  }
  .footer_right>ul>li>img{
    width: 120px;
    height: 120px;
    display: block;
    background-color: #fff;
  }
  .footer_right>ul>li>p{
      color: #fff;
      margin-top: 20px;
      text-align: center;
      font-size:14px;
  }
  .footer_bottom {
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
    font-size:14px;
  }

/*内页banner*/
  .ny_banner_box{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .ny_banner{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation:bjimg 30s infinite;
    animation-timing-function:linear;
    -webkit-animation:bjimg 30s infinite; 
    -webkit-animation-timing-function:linear;
  }
  .ny_banner_bj{
    position: absolute;
    top:0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(../image/pic_wg.png); 
    text-align:center;
  }
  .ny_banner_txt{
    position: absolute;
    top:55%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
  }
  .ny_banner_txt>h2{
    font-size: 50px;
  }
  .ny_banner_txt>h3{
    font-size: 36px;
  }

/*面板屑导航*/
  .mb_nav{
    width: 100%;
    height: auto;
    background-color: #edf2fb;
  }
  .mb_nav p{
    padding: 15px 0;
    box-sizing: border-box;
  }

/*关于瀚良================================================*/
  .about_banner{
    background-image: url(../image/pic2.jpg);
  }
  .about_01{
    width: 100%;
    padding: 60px 0;
    background-image: url(../image/bj2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
  }
  .about_01_l{
    width: 60%;
    height: 100%;
  }
  .about_01_l>h2{
    font-size: 36px;
    border-left: 4px solid #00478B;
    line-height:36px;
    text-indent:2rem;
  }
  .about_01_l>p{
    width: 94%;
    margin-top: 60px;
    line-height:40px;
    text-align:justify;
    font-size: 15px;
  }
  .about_01_l>ul{
    width: 100%;
    height: 100%;
    margin-top: 40px;
    overflow: hidden;
  }
  .about_01_l>ul>li{
    width: 25%;
    float: left;
    padding: 20px 0;
  }
  .about_01_l>ul>li>h3{
    width: 100%;
    font-size: 22px;
    color: #00478B;
  }
  .about_01_l>ul>li>h2{
    width: 100%;
    font-size: 34px;
    margin-top: 20px;
    position: relative;
    color: #00478B;
  }
  .about_01_l>ul>li>h2>em{
    position: absolute;
    font-size: 18px;
    display: block;
    bottom:0;
    right: 30%;
  }
  .about_01>.cont>.img_box{
    width: 40%;
    height: 480px;
  }
  .about_02{
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .about_02_bj{
    top:0;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/bj3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation:bjimg 40s infinite;
    animation-timing-function:linear;
    -webkit-animation:bjimg 40s infinite; 
    -webkit-animation-timing-function:linear;
  }
  .about_02_txt{
    padding: 60px 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/pic_wg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    color: #fff;
  }
  .about_02_l{
    width: 30%;
  }
  .about_02_txt>.cont span{
    width: 15%;
  }
  .about_02_l>.lm_tit p{
    width: 85%;
  }
  .about_02_l>p{
    font-size: 15px;
    line-height:36px;
    margin-top: 40px;
    opacity: 0.8;
  }
  .about_02_txt .img_box{
    width: 65%;
  }
  .about_03{
    width: 100%;
    padding: 40px 0;
    background-image: url(../image/pic5_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment:fixed;
  }
   .about_03>.cont>.lm_tit span{
    width: 5%;
  }
  .about_03>.cont>.lm_tit p{
    width: 95%;
  }
  .about_03>.cont>ul{
    width: 100%;
    height: 100%;
    margin-top: 40px;
  }
  .about_03>.cont>ul>li{
    width: 25%;
    height: 500px;
    float: left;
  }
  .wh_1{
    background-image: url(../image/B3.jpg);
  }
  .wh_2{
    background-image: url(../image/B5.jpg);
  }
  .wh_3{
    background-image: url(../image/B4.jpg);
  }
  .wh_4{
    background-image: url(../image/B2.jpg);
  }
/*董事长致辞*/
  .about_04{
    width:100%;
    padding: 60px 0;
    background-color: #fafafa;
  }
  .about_04 .lm_tit span{
    width: 6%;
  }
  .about_04 .lm_tit p{
    width: 94%;
  }
  .ab_02_box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .ab_02_r{
    width: 65%;
  }
  .ab_02_r>p{
    line-height: 40px;
    margin-top: 10px;
    text-align:justify;
  }
  .ab_02_l{
    width: 30%;
  }
  .ab_02_l>img{
    width: 100%;
  }
/*荣誉资质*/
  .about_05{
    width:100%;
    padding: 60px 0;
  }
  .about_05 .lm_tit span{
    width: 6%;
  }
  .about_05 .lm_tit p{
    width: 94%;
  }
  .warp{
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
  }
  .warp ul{
    position:absolute;
    width: 1000%;
    left: 0;
    top: 0;
    height: 100%;
    _height:1px;
    padding: 0!important;
}
  .about_05 ul>li{
    float:left;
    width: 400px;
    height: 100%;
    transition: all 0.8s;
    }
  .about_05 ul>li:hover{
    margin-top: -20px;
  }
  .about_05 ul>li>a{
    width: 80%;
    height: 100%;
    margin:0 auto;
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
    position: relative;
    display: block;
  }
  .about_05 ul>li>a>img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
  }
  .about_05 ul>li>a>h4{
    width: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    z-index: 99;
    bottom:0;
    left: 0;
    line-height: 40px;
    text-align:center;
    color: #fff;
  }
  /*厂房风采*/
  .about_06{
    width:100%;
    padding: 60px 0;
  }
  .about_06 .lm_tit span{
    width: 6%;
  }
  .about_06 .lm_tit p{
    width: 94%;
  }
  .about_06_box{
    width: 100%;
    margin-top: 40px;
  }
  .cffc{
    width: 100%;
    height: 260px;
  }
　.cffc_box{
    -webkit-transition-timing-function: linear; 
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
　}
  .cffc_box>.swiper-slide{
    width: 25%;
    height: 100%;
    position: relative;
  }
  .cffc_box>.swiper-slide>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .cffc_box>.swiper-slide>h4{
    width: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    z-index: 99;
    bottom:0;
    left: 0;
    line-height: 40px;
    text-align:center;
    color: #fff;
  }
  .cffc1{
    width: 100%;
    height: 260px;
    display: none;
  }
　.cffc1_box{
    -webkit-transition-timing-function: linear; 
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
　}
  .cffc1_box>.swiper-slide{
    width: 25%;
    height: 100%;
    position: relative;
  }
  .cffc1_box>.swiper-slide>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .cffc1_box>.swiper-slide>h4{
    width: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    z-index: 99;
    bottom:0;
    left: 0;
    line-height: 40px;
    text-align:center;
    color: #fff;
  }
  
/*新闻资讯*/
  .news_list{
      width:100%;
      padding: 40px 0;
    }
  .xw_data_1{
    width: 100%;
    padding-top: 60px;
  }
  .ym_tit{
    width: 100%;
    font-size: 36px;
    text-align: center;
    line-height:40px;
    margin-bottom:100px;
  }
  .xw_data_1_top{
    width: 100%;
    background-color:rgba(239,238,238,.6);
    margin-top: 60px;
    height: 500px;
  }
  .xw_data_1_top>.cont{
    position: relative;
    overflow: visible;
  }
  .xw_data_1_top_l{
    width: 50%;
    height: 500px;
    position: absolute;
    top:-15%;
    left:0;
  }
  .xw_data_1_top_l>.img_box{
    width: 100%;
    height: 100%;
    overflow: hidden;

  }
  .xw_data_1_top_l>.img_box>a{
    width: 100%;
    height: 100%;
    display: block;
  }
  .xw_data_1_top_l>.img_box>a>img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit:cover;
    object-position:center;
    transition: all 0.8s;
  }
  .xw_data_1_top_l>.img_box>a>img:hover{
    transform: scale(1.1);
  }
  .xw_data_1_top_r{
    width: 45%;
    height: 80%;
    margin-top: 3%;
  }
  .xw_data_1_top_r>h2{
    font-size: 24px;
  }
  .xw_data_1_top_r>h2>a{
    color: #333;
  }
  .xw_data_1_top_r>p{
    width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height:30px;
    margin-top: 8%;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .xw_data_1_top_r>em{
    font-size: 14px;
    width: 100%;
    margin-top: 10%;
    display: block;
  }
  .xw_data_1_top_r>a{
    font-size: 16px;
    margin-top: 6%;
    display: block;
    color: #333;
  }
  .xw_data_1_bottom{
    width: 100%;
    padding-bottom: 85px;
    background-image: url(http://www.hlsw999.com/template/jxhl/images/bj6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .xw_data_1_bottom>.cont>ul{
    width: 100%;
    padding-top: 30px;
  }
  .xw_data_1_bottom>.cont>ul>li{
      float: left;
      width: 48.2%;
      padding-bottom: 3%;
      margin-bottom: 27px;
      overflow: hidden;
      margin-right: 1.8%;
      background: #fff;
      border-bottom: 1px solid #eeeeee;
  }
  .xw_data_1_bottom>.cont>ul>li:hover{
    background-color:#00478B;
  }
  .news_date{
    margin-left: 40px;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 16px;
    font-family: arial;
    color: #666;
    margin-top: 45px;
  }
  .xw_data_1_bottom>.cont>ul>li:hover>.news_date{
    color: #fff;
  }
  .news_d_d{
    float: left;
    font-size: 24px;
  }
  .news_d_y{
    float: left;
    margin-left: 13px;
    padding-top: 2px;
  }
  .xw_data_1_bottom>.cont>ul>li>h2{
    margin-left:40px;
    margin-top: 35px;
    float: left;
    width: 88%;
  }
  .xw_data_1_bottom>.cont>ul>li>h2>a{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
    height: 3.2em;
    color: #666;
    font-size: 20px;
    font-weight: bold;
  }
  .xw_data_1_bottom>.cont>ul>li:hover>h2>a{
    color: #fff;
  }
  .xw_data_1_bottom>.cont>ul>li>p{
    color: #999;
    width: 88%;
    float: left;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 4.5em;
    font-size: 14px;
    margin-left:40px;
  }
  .xw_data_1_bottom>.cont>ul>li:hover>p{
    color: #fff;
  }
  .xw_data_1_bottom>.cont>ul>li>a{
      float: left;
      width: 32px;
      height: 32px;
      margin-left: 40px;
      display: block;
      margin-top:40px;
      background-image:url(../image/ico_r1.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
  }
  .xw_data_1_bottom>.cont>ul>li:hover>a{
    background-image:url(../image/ico_r.png);
  }

/*产品列表*/
  .pro_list{
    width: 100%;
    padding: 40px 0;
  }
  .pro_class{
    width:100%;
    height:auto; 
  }
  .pro_class>ul{
    width:100%;
    height: 60px;
    display: flex;
    justify-content: center;
  }
  .pro_class>ul>li{
    width:180px;
    height: 100%;
    background-color: #00478B;
    margin:0 20px;
  }
  .pro_class>ul>li>a{
    width:100%;
    height: 100%;
    color: #fff;
    display: block;
    text-align:center;
    line-height:60px;
  }
  .pro_list_box{
    width:100%;
    margin-top: 60px;
  }
  .pro_list_box>ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .pro_list_box>ul>li{
    width: 25%;
    float: left;
    margin-bottom:20px;
  }

  .pro_list_box>ul>li>a{
    width: 94%;
    height: 100%;
    display: block;
    margin:0 auto;
    position: relative;
  }
  .pro_list_box>ul>li>a>.img_box{
    width: 100%;
    height: 240px;
  }
  .pro_show_mb{
    width: 100%;
    height: 240px;
    position: absolute;
    z-index: 9;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.6);
    opacity: 0;
    transition: all .5s ease;
  }
  .pro_list_box>ul>li>a:hover .pro_show_mb{
    opacity: 1;
  }
  .pro_show_mb>span{
    width: 100%;
    height: 40%;
    float: left;
    margin-top:20%;
    display: block;
    position: relative;
  }
  .pro_list_box>ul>li>a:hover h2{
    opacity: 1;
    top:50%;
  }
  .pro_show_mb>span>h2{
    text-align: center;
    color: #fff;
    line-height:30px;
    position: absolute;
    width: 60%;
    top:80%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    opacity: 0;
    transition: all .8s ease;
  }
  .pro_show_mb>span>h2:before{
      content: '';
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      height: 1px;
      background: #fff;
      transition: all .5s ease;
      box-sizing: border-box;
  }
  .pro_show_mb>span>h2:after{
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      height: 1px;
      background: #fff;
      transition: all .5s ease;
      box-sizing: border-box;
  }
  .pro_show_data{
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 20px 20px 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  .pro_show_data>h3{
    font-size: 16px;
    color: #333;
    line-height:60px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .pro_show_data>span{
    font-size: 14px;
    color: #333;
    line-height:60px;
  }
  .pro_show_data>span>em:first-child{
    float: left;
    display: block;
  }
  .pro_show_data>span>em:last-child{
    width: 8%;
    overflow: hidden;
    display: block;
    float: right;
    margin-top:6%;
  }
  .pro_show_data>span>em:last-child>img{
    width: 100%;
    display: block;
  }
/*产品专利*/
  .cpzl{
    width:100%;
    padding: 40px 0;
  }
  .cpzl ul{
    width:100%;
    height: auto;
    overflow: hidden; 
  }
  .cpzl ul>li{
    float:left;
    width:25%;
    padding: 0 15px;
    box-sizing:border-box;
    margin-top: 30px;
  }
  .cpzl ul>li .img_box{
    overflow: hidden;
    height: 430px;
    position: relative;
  }
/**.cpzl ul>li .img_box>img{
   width:100%;
   hieight:100%;
   object-fit: inherit;
}**/
  .cpzl ul>li .img_box>p{
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 8px 0;
    text-align:center;
    color: #fff;
    bottom:0;
    left: 0;
    background-color:rgba(0,0,0,.6);
  }
.cpzl_inner{
    width: 100%;
    padding: 40px 0;
  }
  .cpzl_inner h4{
    text-align: center;
font-size:24px;
  }
  .cpzl_inner .img_box{
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    
  }
  .cpzl_inner .img_box img{
    max-width: 100% !important;
height: auto!important;
  }

/*招聘信息*/
  .rec_list{
    width:100%;
    padding: 40px 0;
  }
  .rec_list>.cont>ul{
    width:100%;
    height: auto;
    overflow: hidden;
  }
  .rec_list>.cont>ul>li{
    float:left;
    width:33.3%;
    padding: 0 20px;
    box-sizing:border-box;
    margin-top: 30px;
  }
  .rec_list>.cont>ul>li .img_box{
    overflow: hidden;
    height: 240px;
  }
  .rec_list>.cont>ul>li img{
    transition: all 0.8s;
  }
  .rec_list>.cont>ul>li:hover img{
    transform: scale(1.2);
  }
  .rec_list>.cont>ul>li:hover h3{
    color: #00478B;
    font-weight: bold;
  }
  .rec_list>.cont>ul>li:hover p{
    color: #00478B;
  }
  .rec_data{
    padding: 20px 0;
    border:1px solid #eee;
  }
  .rec_data>h3{
    width:96%;
    margin:0 auto;
    font-size: 22px;
  }
  .rec_data>p{
    width:96%;
    margin:0 auto;
    font-size: 14px;
    border-top: 1px solid #eee;
    margin-top: 20px;
    line-height:36px;
    overflow: hidden;
    text-align: justify;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .rec_data>em{
    width:96%;
    margin:0 auto;
  
    font-size: 12px;
    display: block;
    margin-top: 8px;
  }

/*联系我们*/
  .conp_dz{
    width: 100%;
    padding:60px 0;
  }
  .conp_dz>.cont>ul{
    width: 100%;
  }
  .conp_dz>.cont>ul>li{
    width: 25%;
    float: left;
    color: #fff;
  }
  .contact_box{
    width: 94%;
    padding: 50px 0;
    background-color:#00478B;
    margin:0 auto;
    box-shadow: 1px 1px 10px #eee;
    opacity: 0.8;
  }
  .contact_box:hover{
    opacity: 
  }
  .contact_box>.img_box{
    width: 15%;
    margin-left:4%;
  }
  .contact_box>.img_box>img{
    width: 100%;
    display: block;
  }
  .contact_nr{
    width: 100%;
  }
  .contact_nr>h3{
    width: 50%;
    margin:0 auto;
    text-align:center;
    line-height:40px;
    font-size: 22px;
    margin-top:4%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .contact_nr>h3:before{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top:0;
    left: 0;
    display: block;
    background-size: cover;
    background-position: center;
  }
  .dz:before{
    background-image: url(../image/ioc_10.png);
  }
  .dh:before{
    background-image: url(../image/ioc_11.png);
  }
  .fw:before{
    background-image: url(../image/ioc_12.png);
  }
  .yx:before{
    background-image: url(../image/ioc_13.png);
  }
  .contact_nr>em{
    margin:0 auto;
    width: 50px;
    height: 2px;
    background-color:#fff;
    display: block;
    margin-top: 10px;
  }
  .contact_nr>p{
    width: 90%;
    height: 48px;
    line-height:24px;
    margin:0 auto;
    margin-top: 10px;
    font-size: 22px;
    text-align:center;
  }
  .conp_dz>.cont>ul>li:first-child  p{
    font-size: 16px;
  }
.conp_dz>.cont>ul>li:nth-child(2)  p{
    font-size: 16px;
  }
  .dt_box{
    width: 100%;
  }
  .zxdt{
    width: 100%;
    background-color:#fff;
  }
  .bddt_box{
    width: 100%;
  }
  .bddt{
    width: 100%;
    height: 500px;
    margin:0 auto;
  }

/*page*/
  .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 3px;
  }
  .pagination span {
      color: #333;
      font-size: 14px;
      padding: 8px 2px;
      margin: 0 5px;
      border-radius: 3px;
  }
  .pagination a:hover {
    color: #00478B;
    border: 1px solid #00478B;
  }
  .pagination a.page-num-current {
    color: #fff;
    background: #00478B;
    border: 1px solid #00478B;
  }
  .my-4{
    margin-top:40px;
  }

/*新闻详情*/
  .news_inner{
    width: 100%;
    padding: 60px 0;
  }
  .news_inner>.cont>.ym_tit{
    margin-bottom: 30px;
  }
  .news_inner>.cont>p:nth-child(2){
    text-align: center;
    height: 60px;
    border-bottom: 1px solid #ddd;
  }
  .news_inner>.cont>p:nth-child(3){
    padding: 20px 0;
  }
  .news_inner>.cont>div{
    width: 100%;
    margin-top:30px;
    height: 60px;
    line-height:30px;
   }
  .news_inner>.cont>div>em:first-child{
    float: left;
    display: block;
  }
  .news_inner>.cont>div>em:last-child{
    float: right;
    display: block;
  }
  .news_inner>.cont>div>em>a{
    color: #333;
  }
  .news_inner>.cont>div>em>a:hover{
    color: #00478B;
  }
.news_inner img{
  max-width: 100% !important;
    height: auto!important;
}

/*产品详情*/
  .pro_inner{
    width: 100%;
    padding: 60px 0;
    background-image:url(http://www.hlsw999.com/template/jxhl/images/bj6.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
  }
  .pro_inner>.cont{
    overflow: hidden;
  }
  .pro_inner>.cont>.img_box{
    width: 45%;
    height: 460px;
  }
  .pro_js{
    width: 50%;
    height: 460px;
  }
  .pro_js>h2{
    width: 100%;
    font-size: 36px;
    height: 80px;
    margin-top:10%;
    border-bottom: 1px solid #e8e8e8;
  }
  .pro_js>p{
    width: 45%;
    margin-top:30px;
    font-size: 20px;
    line-height:55px;
    float: left;
  }
  .pro_js>p>img{
    float: left;
    width: 15%;
    display: block;
    margin-right:30px;
  }
  .pro_js>a{
    width: 20%;
    margin-top:100px;
    font-size: 16px;
    line-height:50px;
    float: left;
    text-align: center;
    color: #fff;
    display: block;
    background: #00478B;
    margin-right:10px;
  }
  .pro_js>a:last-child{
  background: #333;
  }
  .pro_ms{
    width: 100%;
    margin-top:30px;
  }
  .pro_ms>h2{
    width: 100%;
    line-height:60px;
    background-color: #00478B;
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
  .pro_ms>p{
    margin-top:20px;
  }
.pro_ms img{
 max-width: 100% !important;
    height: auto!important;
}
  .sy_news_over>.m_foot{
    height: 35%;
  }
/*手机端底部*/
    .m_foot{
      width: 100%;
      background-color: #00478b;
      padding:5% 0;
      display: none;
    }
    .foot_logo{
      width: 20%;
      margin:0 auto;
    }
    .foot_logo>img{
      width: 100%;
      display: block;
    }
    .m_foot ul{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-top: 5%;
    }
    .m_foot ul>li{
      float:left;
      padding:1% 3%;
      position: relative;
      line-height:24px;
    }
    .m_foot ul>li:after{
      content: "";
      position: absolute;
      width: 1px;
      height: 10px;
      right: 0;
      top:50%;
      transform: translateY(-50%);
      background-color: #fafafa;
      opacity: .6;
    }
    .m_foot ul>li:last-child:after{
      width: 0;
    }
    .m_foot ul>li>a{
      color: #fff;
      font-size: 14px;
    }
    .m_foot p{
      text-align: center;
      color: #fff;
      font-size: 13px;
      opacity: .8;
      margin-top: 3%;
    }

/*动画样式*/
  @keyframes line{
      from{
        width: 0;
      }
      to{
        width: 100%;
      }
  }
  @keyframes bjimg{
    0%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
         transform-origin:top left;
      -webkit-transform-origin:top left;
      -moz-transform-origin:top left;
      -o-transform-origin:top left;
    }
    50%{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
         transform-origin:top left;
      -webkit-transform-origin:top left;
      -moz-transform-origin:top left;
      -o-transform-origin:top left;
    }
    100%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
         transform-origin:top left;
      -webkit-transform-origin:top left;
      -moz-transform-origin:top left;
      -o-transform-origin:top left;
    }
  }

/*特大屏显示*/
  @media (max-width: 1680px) {
    .sy_about_sub>ul>li>a>h3{
      font-size: 14px;
    }
    .sy_about_sub>ul>li>a>p{
      font-size: 13px;
    }
    .footer_nav{
      margin-left: 5%;
    }
    .footer_left>h2{
      font-size: 26px;
    }
    .footer_nav>ul>li{
      margin-right:30px;
    }
    .contact_nr>h3{
      width: 70%;
      font-size: 18px;
    }
    .contact_nr>p{
      font-size: 16px;
    }
    .ab_02_r>p{
      margin-top: 20px;
    }
    .pro_js>p{
      width: 100%;
    }
    .pro_js>p>img{
      width: 9%;
    }
  }

/*大屏显示*/
  @media (max-width: 1440px) {
    .banner_txt>h2{
      font-size: 36px;
    }
    .ab_02_r>p{
      font-size: 14px;
      line-height: 30px;
    }
    .banner_txt>h3{
      font-size: 30px;
    }
    .banner_txt1>h2{
      font-size: 36px;
    }
    .banner_txt1>h3{
      font-size: 24px;
    }
    .sy_about_pic{
      width: 50%;
    }
    .sy_about_sub{
      width: 56%;
    }
    .sy_foot{
      display: none;
    }
    .m_foot{
      display: block;
    }
    .foot_logo{
      width: 15%;
    }
    .about_01_l>h2{
      font-size: 30px;
    }
    .about_01_l>p{
      margin-top:40px;
    }
    .about_01_l>ul{
      margin-top:20px;
    }
    .about_01_l>ul>li>h3{
      font-size: 20px;
    }
    .about_01_l>ul>li>h2{
      font-size: 28px;
    }
    .about_02_l{
      width: 100%;
    }
    .about_02_txt>.cont span{
      width: 8%;
    }
    .about_02_l>.lm_tit p{
      width: 92%;
    }
    .about_02_l>p{
      margin-top:2%;
    }
    .about_02_txt .img_box{
      width: 100%;
      margin-top:3%;
    }
    .xw_data_1_top{
      height: 400px;
    }
    .xw_data_1_top_l{
      height: 400px;
    }
  }

/*中屏显示*/
  @media (max-width: 1200px) {
    .pro_inner>.cont>.img_box{
      width: 100%;
      height: 240px;
    }
    .pro_inner{
      padding: 20px 0;
    }
    .pro_js{
      width: 100%;
      height: 320px;
    }
    .pro_js>h2{
      font-size: 24px;
      height: 40px;
    }
    .pro_js>p>img{
      width: 30px;
      height: 30px;
      margin-top: 10px;
    }
    .pro_js>a{
      width: 40%;
      margin-top: 30px;
    }
    .contact_nr>h3{
      width: 80%;
    }
   .head_nav>ul>li{
    width: 60px;
    font-size: 14px;
   } 
   .page_nav{
    display: none;
   }
   .sy_about_sub{
    width: 70%;
   }
   .ab_02_r>p{
    margin-top: 8px;
      font-size: 14px;
      line-height: 24px;
    }
   .sy_about_sub>ul>li>a>h3{
      font-size: 13px;
      margin-left: 3%;
    }
    .sy_about_sub>ul>li>a>p{
      font-size: 12px;
    }
    .lm_tit>h2{
      font-size: 36px;
    }
    .tit_en{
      font-size: 14px;
    }
    .sy_service>.cont>.lm_tit{
      margin-top:20%;
    }
    .sy_news_show{
      width: 80%;
    }
    .foot_logo{
      width: 18%;
    }
    .about_01_l{
      width: 100%;
    }
    .about_01_l>p{
      width: 100%;
      margin-top:20px;
    }
    .about_01>.cont>.img_box{
      display: none;
    }
    .rec_list>.cont>ul>li{
      width: 50%;
    }
  }

/*小屏显示*/
  @media (max-width: 920px){
    .ab_02_box{
      display: block;
    }
    .about_04{
      padding: 20px 0;
    }
    .about_05{
      padding: 20px 0;
    }
    .ab_02_l{
      width: 100%;
    }
    .ab_02_r{
      width: 100%;
    }
     .ab_02_r>p{
      margin-top: 12px;
      font-size: 14px;
      line-height: 30px;
    }
    .conp_dz{
      padding: 20px 0;
    }
    .contact_nr>h3:before{
      width: 30px;
      height: 30px;
      top:10px;
    }
    .conp_dz>.cont>ul>li:first-child p{
      font-size: 14px;
    }
    .conp_dz>.cont>ul>li{
      width: 50%;
      margin-bottom: 20px;
    }
    .contact_nr>h3{
      font-size: 16px;
    }
    .contact_nr>p{
      font-size: 16px;
    }
    .foot_logo{
      width: 20%;
    }
    .sy_service>.cont{
      height: 100%;
    }
    .sy_service_box{
      height: 70%;
    }
    .sy_service_box>ul>li{
      width: 50%;
      height: 49%;
      margin-top: 1%;
    }
    .qywh_box_tit>h3{
      font-size: 16px;
    }
    .qywh_box_tit>h2{
      font-size: 14px;
    }
    .qywh_box_tit>em{
      width: 30px;
    }
    .qywh_box>.qywh_data>p{
      overflow: hidden;
      font-size: 12px;
      text-align: justify;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    }
    .sy_service>.cont>.lm_tit>.tit_en>p{
      width: 90%;
    }
    .sy_service>.cont>.lm_tit>.tit_en>span{
      width: 10%;
    }
    .news-button-next{
      right: 30%;
    }
    .news-button-prev{
      left: 30%;
    }
    
  }
  @media (max-width: 800px){
    .pc_head{
      display: none!important;
    }
    /*m_头部导航*/
    .m_head{
      width: 100%;
      height: auto;
      display: block;
      position: fixed;
      z-index: 999999;
    }
    .m_head_top{
      width: 100%;
      padding: 2%;
      background-color:rgba(0,0,0,.6);
      box-sizing: border-box;
      overflow: hidden;
    }
    .cont{
      width: 96%;
      margin:0 auto;
    }
    .m_logo{
      width: 100px;
      float: left;
      margin-top: 5px;
    }
    .m_logo img{
      width: 100%;
      display: block;
    }
    .m_nav_btn{
      width: 8%;
      float: right;
    }
    .m_nav_btn img{
      width: 100%;
      display: block;
    }
    .m_dh_data{
      width: 100%;
      float: left;
      padding:0 5%;
      box-sizing:border-box;
      display: none;  
      overflow: hidden;
      background-color: #fff;
    }
    .m_dh_data>ul{
      margin-top:10px;
    }
    .m_dh_data>ul>li{
      width: 100%;
      line-height:40px;
      font-size: 14px;
      border-bottom: 1px solid #eee;
      float: left;
    }
    .m_dh_data>ul>li>a{
      color: #333;
      width: 80%;
      display: block;
      float: left;
    }
    .m_dh_data>ul>li>i{
      width: 16px;
      height: 16px;
      float: left;
      margin-top:12px;
      background-size: 100% 100%;
      background-image: url(../image/m_bottom.png);
      opacity: 0.6;
    }
    .m_dh_data>ul>li>ul{
      width: 100%;
      float: left;
      display: none;
    }
    .m_dh_data>ul>li>ul>li{
      width: 90%;
      margin:0 auto;
    }
    .m_dh_data>ul>li>ul>li>a{
      color: #333;
    }

    .swiper-pagination-fraction {
      display: none;
    }
    .line{
      display: none;
    }
    .banner_word{
      position: absolute;
      width: 60%;
      left:10%;
      top:40%;
      z-index: 999;
    }
    .banner_txt{
      text-align: center;
      width: 100%;
      left: 0;
    }
    .banner_lb>.swiper-wrapper>.swiper-slide:first-child>.banner_pic{
      background-position: right top;
    }
    .banner_txt>h2{
      padding:10px 0;
      font-size: 28px;
    }
    .banner_txt>h3{
      font-size: 22px;
    }
    .banner_txt1>h2{
      padding:10px 0;
      font-size: 28px;
    }
    .banner_txt1>h3{
      font-size: 22px;
    }
    .sy_about_sub{
      width: 106%;
      padding: 10px;
   }
   .sy_pro_type{
    width: 90%;
   }
   .sy_pro_type>ul>li{
    font-size: 12px;
    line-height: 20px;
   }
.sy_pro_type>ul>li>a>em{
   display:none;
}
   .sy_pro_type>ul>li>a{
    padding: 10px;
   }
   .sy_pro_type{
    top:-70px;
   }
   .sy_pro_top{
    height: 40%;
   }
   .sy_pro_bottom{
    height: 60%;
   }
   .sy_pro_box>ul>li{
    width: 50%;
    height: 46%;
    padding: 10px 10px;
   }
   .sy_pro_box{
    padding: 10px;
    box-sizing:border-box;
   }
    .sy_about_sub:hover{
     right: -6%;
    }
    .sy_pro_name{
      padding: 0 5px;
      box-sizing:border-box;
    }
    .sy_pro_name>p:first-child{
      width: 100%;
      display: block;
      font-size: 12px;
      text-align:center;
    }
    .sy_pro_name>p{
      display: none;
    }
    .sy_news_show{
      width: 100%;
    }
    .sy_news_show>h2{
      font-size: 18px;
      text-align: justify;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    }
    .about_01_l>h2{
      font-size: 24px;
    }
    .sy_news_show>p{
      font-size: 12px;
    }
    .about_03>.cont>ul>li{
      width: 50%;
      height: 320px;
      margin-bottom: 20px;
    }
    .ny_banner_txt>h2{
      font-size: 30px;
    }
    .ny_banner_txt>h3{
      font-size: 24px;
    }
    .xw_data_1_top{
    height: 480px;
    }
    .xw_data_1_top_l{
      width: 100%;
      height: 240px;
    }
    .xw_data_1_top_r{
      width: 100%;
      margin-top:190px;
    }
    .xw_data_1_top_r>p{
      margin-top:5%;
    }
    .xw_data_1_top_r>em{
      margin-top:5%;
    }
    .xw_data_1{
      padding-top: 30px;
    }
    .ym_tit{
      font-size: 24px;
    }
    .xw_data_1_top_r>h2{
      font-size: 22px;
    }
    .xw_data_1_bottom>.cont>ul>li{
      width: 100%;
    }
    .news_date{
      margin-left: 0;
    }
    .xw_data_1_bottom>.cont>ul>li>h2{
      width: 100%;
      margin-left: 0;
    }
    .xw_data_1_bottom>.cont>ul>li>p{
      width: 100%;
      margin-left: 0;
      margin-top: 10px;
    }
    .xw_data_1_bottom>.cont>ul>li>a{
      margin-left:5px;
      width: 20px;
      height: 20px;
    }
    .pro_list_box>ul>li{
      width: 100%;
    }
  }
  /*超小屏显示*/
  @media (max-width: 648px){
.news_inner{
padding:20px 0;
}
    .cpzl ul>li{
      width: 100%;
    }
.cpzl{
padding:20px 0;
}
    .cpzl ul>li>.img_box{
      height: 400px;
    }
    .cffc{
    display: none;
  }
  .cffc1{
    display: block;
  }
　.cffc_box{
    -webkit-transition-timing-function: linear; 
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
　}
  .cffc_box>.swiper-slide{
    width: 25%;
    height: 100%;
    position: relative;
  }
  .cffc_box>.swiper-slide>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .cffc_box>.swiper-slide>h4{
    width: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    z-index: 99;
    bottom:0;
    left: 0;
    line-height: 40px;
    text-align:center;
    color: #fff;
  }
    .rec_list{
      padding: 20px 0;
    }
    .rec_list>.cont>ul>li{
      width: 100%;
    }
    .ny_banner_box{
      height: 300px;
    }
    .about_01{
      padding: 30px 0;
    }
    .about_03>.cont>ul{
      margin-top:20px;
    }
    .banner_txt>h2{
      padding:10px 0;
      font-size: 22px;
    }
    .about_01_l>ul>li>h3{
      font-size: 16px;
    }
    .about_01_l>ul>li>h2{
      font-size: 18px;
    }
    .about_01_l>ul>li>h2>em{
      right: 10%;
      font-size: 14px;
    }
    .banner_txt>h3{
      font-size: 18px;
    }
    .banner_txt1>h2{
      padding:10px 0;
      font-size: 22px;
    }
    .banner_txt1>h3{
      font-size: 18px;
    }
    .sy_about_sub>ul{
      width: 100%;
    }
    .sy_about_sub>ul>li{
      padding: 10px 0 10px 10px;
      margin-top:10px;
      height: 60px;
    }
    .sy_about_sub>ul>li>a>em{
      display: none;
    }
    .lj_box>a{
      width: 100px;
      height: 40px;
      line-height: 40px;
      font-size: 13px;
    }
    .sub_box{
      padding-right: 20px;
      padding-left:10px;
      width: 96%;
          }
    .lm_tit>h2{
      font-size: 24px;
    }
    .tit_en>p{
      font-size: 14px;
    }
    .sub_box>p{
      -webkit-line-clamp: 4;
    }
  }

