﻿/************************自适应************************/
/* <1024 */
@media screen and (max-width: 1020px) {
    /*PC*/
    .hydl_header{
        display: none;
    }
    /*手机*/
    .wap_header{
        display: block;
    }
    .text_nav {
        display: none!important;
    }
    .wap_header {
        width: 100%;
        border-bottom: 1px solid #E8E8E8;
        z-index: 12;
        position: fixed;
        left: 0;
        z-index: 20;
        background: #f7f7f7;
        transition: 0.5s;
    }
    /* 头部 */
    .wap_header {
        border-bottom: unset;
    }
    .header {
        width: 86.98%;
        margin: 0 auto;
    }
    /*顶部导航*/
    .header-nav {
        display: none !important;
    }
    .header-101 {
        top: -2.08rem;
    }
    .header_fix{
        background: unset;
        box-shadow: unset;
    }
    .header_fix.bgf5{
        background: rgba(245, 245, 245, .95);
    }
    /* logo */
    .logo {
        /* padding: 0.107rem 0; */
        width: 4.6rem;
        height: 1.6rem;
        margin-right: unset;
        background: url(../images/logo.png) no-repeat 0 0.4rem;
        background-size: 100%;
    }
    .logo img{
        width:100%;
    }
    /* 导航 */
    .nav {
        padding-top: unset;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        background: rgba(255, 255, 255, .95);
        position: fixed;
        top: 0;
        left: 100%;
        transition-duration: .6s;
    }
    .nav_l0 {
        left: 0;
    }
    .close-search-box {
        display: block;
        height: 2rem;
    }
    .close-search {
        width: 86.98%;
        margin: 0 auto;
    }
    .mobnav-close {
        float: left;
        margin-top: 0.5rem;
        width: 0.4617rem;
        height: 0.4617rem;
        background: url(../images/nav-close.png) no-repeat center center / cover;
    }
    .mobnav-search {
        float: right;
        margin-top: 0.45rem;
        width: 0.68rem;
        height: 0.68rem;
        background: url(../images/nav-search.png) no-repeat center center / cover;
        font-size: 0.411rem;
    }
    .nav_ul {
        width: 86.98%;
        margin: 0 auto;
    }
    .nav_li {
        float: unset;
        width: 100%;
        margin-bottom: 0.55rem;
        border-bottom: 1px solid #0a50b4;
    }
    .navli_tit {
        height: 1rem;
        line-height: unset;
        margin: 0;
        /* padding-bottom: 0.2rem; */
        transform: none;
    }
    .navli_tit:after {
        display: none;
    }
    .navli_tit a {
        display: inline;
        font-size: 0.411rem;
        font-weight: bold;
        color: #0a50b4;
        float: left;
    }
    .jt {
        float: right;
        display: block;
        width: 0.16rem;
        height: 0.14rem;
        text-align: center;
        font-size: 0.16rem;
        color: #0a50b4;
        transform: scaleX(2);
        transform-origin: bottom center;
    }
    .navli_tit_active .jt{
        transform: scaleX(2) rotateZ(180deg);
    }
    .sec_box {
        /* padding-top: 0.152rem; */
        height: auto;
        box-sizing: unset;
        position: unset;
    }
    .sec_cont {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .sec_nav {
        padding-left: 0.8rem;
        width: calc(100% - 0.8rem);
    }
    .sec_list {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .seclist_tit {
        height: 0.6rem;
        line-height: unset;
        margin-bottom: 0.2rem;
    }
    .seclist_tit a {
        font-size: 0.41rem;
        color: #000;
        border: none;
        display: block;
    }
    .seclist_tit:hover a {
        color: #0a50b4;
        border-bottom: none;
    }
    /* 三级 */
    .thr_box {
        padding-left: 0.35rem;
        width: auto;
        display: none;
    }
    .thr_ul {
        padding-bottom: 0.1rem;
    }
    .sec_list:last-child .thr_ul {
        padding-bottom: 0;
    }
    .thr_li {
        line-height: 1.27;
        margin-bottom: 0.1rem;
    }
    .thr_li a {
        font-size: 0.14rem;
        color: #0a50b4;
    }
    .thr_li a:hover {
        font-weight: unset;
        color: #0a50b4;
        border-bottom-color: transparent;
    }
    .thr_jt{
        display: none;
    }
    .nav_li:nth-child(5) .sec_list {
        width: 100%;
    }
    .nav_li:nth-child(6) .sec_list {
        width: 100%;
    }
    .nav_li:nth-child(7) .sec_list {
        width: 100%;
    }

    /* 展开图片 */
    .sec_img_box {
        display: none;
    }
    /* 展开箭头 */
    .sec_jt {
        display: none;
    }
    /* 底部按钮 */
    .btmbtn_box {
        display: block;
        width: 86.98%;
        margin: 0 auto;
    }
    .btmbtn_text {
        float: left;
        width: 31%;
        margin-right: 2%;
        padding: 0.2rem 0 0.1rem;
        border-radius: 0.5rem;
        border: 1px solid #0a50b4;
        text-align: center;
    }
    .btmbtn_text:last-child {
        margin-right: 0;
    }
    .btmbtn_text a {
        font-size: 0.43rem;
        color: #0a50b4;
    }
    .btmbtn_text:hover {
        background: #0a50b4;
    }    
    .btmbtn_text:hover a {
        color: #fff;
    }
    /* 移动端右侧盒子 */
    .btn-box {
        display: block;
        padding-top: 0.6rem;
    }
    .btn-search,
    .btn-en,
    .btn {
        float: left;
    }
    .btn-search {
      width: 0.61rem;
      height: 0.61rem;
      background: url(../images/search.png) no-repeat center center / cover;
      margin: 0 0.26rem 0 0;
    }
    .btn-en {
      padding-top: 0.03rem;
      line-height: 1.138;
      font-size: 0.5rem;
      color: #fff;
      margin-right: 0.3rem;
    }
    .btn {
      margin-top: 0.05rem;
      width: 0.51rem;
      height: 0.4rem;
      background: url(../images/hy-search.png) no-repeat;
      background-position: center center ;
      background-size:100% 100%;
    }
    .btn-en {
      color: #0a50b4;
    }
    /* .btn {
      background: url(../images/mob-darkbtn.png) no-repeat center center / cover;
    } */
    /*搜索*/
    .search {
      display: none;
    }
    /* banner */
    .hydl_mySwiper {
        padding-top: 1.6rem !important;
    }
    .tyjs_banner {
        width: 100%;
        height: 2.4rem;
        z-index: 1;
        position: relative;
        top: 0.68rem;
    }
    .tyjs_banner .head_banner ul li .banner_text {
        transform: translate(-30%, -50%);
        width: 2.2rem;
    }
    .tyjs_banner .swiper-container-horizontal > .swiper-pagination-bullets, .tyjs_banner .swiper-pagination-custom, .tyjs_banner .swiper-pagination-fraction {
        bottom: 0.2rem;
    }
    .tyjs_banner .swiper-pagination-bullet {
        width: 11px;
        height: 11px;

    }
    .tyjs_banner .swiper-pagination-bullet-active {
        width: 23px;
    
    }
    /********************关于我们*****************/
    .hydl_gywm_more {
        display: block;
        font-size: .35rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0rem;
        color: #0a50b4;
        border-radius: 0.3rem;
        border: solid 0.0052rem #0a50b4;
        line-height: .7rem;
        text-align: center;
        margin-left: 0;
        margin-bottom: 0.1rem;
        width: 2.7rem;
        height: 0.7rem;
    }
    .hydl_gywm .gywmsygf{
        width: 88%;
        top: 4%;
    }
    .hydl_gywm {
        position: relative;
        margin-top: 0;
        height:20rem;
    }
    .hydl_gywm .gywmsygf .gywm_left {
        width: 100%;
        height:auto;
        float: none;
        margin: 0 auto;
    }
    .hydl_gywm .gywmsygf .gywm_left h1 {
        font-size: .58rem;
        line-height: .58rem;
    }
    .hydl_gywm .gywmsygf .gywm_left h2{
        font-size: .48rem;
    }
    .hydl_gywm .gywmsygf .gywm_left .gywm_icon li {
        width: 20%;
    }
    .hydl_gywm .gywmsygf .gywm_left .gywm_icon li:last-child{
        /*最后一个子元素*/
        margin-right:0;
    }
    .hydl_gywm .gywmsygf .gywm_left .gywm_icon li img {
        width: 100%;
        height: auto;
    }
    .hydl_gywm .gywmsygf .gywm_left .gywm_icon li p {
        font-size: .37rem;
    }
    .hydl_gywm .gywmsygf .gywm_left .gywm_brief h1 {
        font-size: .42rem;
        line-height: .50rem;
    }
    .hydl_gywm .gywmsygf .gywm_left .gywm_brief p{
        font-size: .38rem;
        padding-right:0;
        padding-top: .2rem;
    }
    .hydl_gywm .gywmsygf .gywm_right {
        width: 100%;
        height:auto;
        float: none;
        margin: 0 auto;
        padding-top: 0.8rem;
    }
    .hydl_gywm .gywmsygf .gywm_left .gywm_bottom_border{
        height: .03rem;
        background-color: #cadaeb;
        margin-top:.4rem;
        margin-bottom:.4rem;
        margin-right: 0;
    }
    
    .hydl_gywm .gywmsygf .gywm_right img:nth-child(2) {
        width: 15%;
    }
    /************************新闻资讯 ***************************/
    .hy_title_bt {
        font-size: .48rem;
        font-weight: bold;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #1a1a1a;
        padding-top: 0.45rem;
        text-align: center;
        margin-bottom: 0.05rem;
    }
    
    .hy_title_bt span {
        background: none !important;
        font-size: .48rem!important;
    }
    .hengd {
        display: block;
        margin: 0 auto;
        background-color: #0a50b4;
        margin-bottom: 0.2rem;
        width: 0.6802rem;
        height: 0.108rem;
    }
    .hydl_xwzx {
        width: 88%;
        padding: 0;
        max-width: 88%;
    }
    .hydl_xwzx .xwzx_top {
        line-height: 1;
    }
    .hydl_xwzx .xwzx_top .top_lanbiao {
        width: 0.34rem;
        height: 0.07rem;
        background-color: #0a50b4;
        border-radius: 0.035rem;
        margin: 0 auto;
    }
    .hydl_xwzx .xwzx_top h3 {
        text-align: center;
        font-size: 0.4rem;
        color: #1a1a1a;
        margin-top: 0.22rem;
    }
    .hydl_xwzx .xwzx_con {
        width: 100%;
        padding-top: 0.1rem;
        height: auto;
        padding-bottom: .15rem;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_left {
        float: none;
        width: 56.667%;
        height: 5.5rem;
        width: 100%;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_left ul {
        width: 100%;
        height: 100%;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_left ul li {
        width: 100%;
        height: 100%;
        display: none;
        border-radius: 50px 0px 25px 0px;
        overflow: hidden;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_left ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_left ul li a img {
        width: 100%;
        /* height: 100%; */
    }
    .hydl_xwzx .xwzx_con .xwzxcon_left ul li.active {
        display: block;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right {
        float: none;
        width: 100%;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop {
        width: 100%;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li {
        display: none;
        line-height: 1;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li h3 {
        font-size: 0.38rem;
        color: #333333;
        font-weight: 400;
        margin-top: 0.28rem;
        cursor: pointer;
        transition: all 0.5s;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li h3 a {
        font-size: .38rem;
        color: #333333;
        line-height: .6rem;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li h3:hover {
        transform: translateY(-0.05rem);
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li h4 {
        display: block;
        font-size: 0.37rem;
        color: #cccccc;
        margin-top: 0.25rem;
        cursor: pointer;
        transition: all 0.5s;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li h4:hover {
        transform: translateY(-0.05rem);
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li p {
        font-size: .36rem;
        color: #666666;
        line-height: 0.56rem;
        margin-top: 0.23rem;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        /* cursor: pointer; */
        transition: all 0.5s;
        margin-bottom: 0.2rem;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li p:hover {
        transform: translateY(-0.05rem);
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li .xwzx_ljxq {
        width: .6042rem;
        height: .2083rem;
        border: none;
        text-align: center;
        border-radius: 0.2rem;
        margin-top: 0;
        cursor: pointer;
        transition: all 0.5s;
        width: 2.7rem!important;
        height: 0.7rem!important;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li .xwzx_ljxq a {
        font-size: 0.34rem;
        line-height: .2083rem;
        color: #0a50b4;
        width: .7188rem;
        height: .2188rem;
        display: inline-block;
        line-height: .7rem;
        border-radius: 21px;
        border: solid 1px #0a50b4;
        width: 2.7rem!important;
        height: 0.7rem!important;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li .xwzx_ljxq:hover {
        background-color: #0a50b4;
        border: 1px solid #0a50b4;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li .xwzx_ljxq:hover a {
        color: #fff;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_righttop ul li.active {
        display: block;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_rightbot {
        margin-top: 0.5rem;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_rightbot ul {
        display: flex;
        justify-content: space-between;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_rightbot ul li {
        width: 3.0833rem;
        height:2.2rem;
        border: 0.02rem solid #fff;
        box-sizing: border-box;
        transform: translateY(0);
        transition: all 0.5s;
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_rightbot ul li:hover {
        transform: translateY(-0.04rem);
    }
    .hydl_xwzx .xwzx_con .xwzxcon_right .xwzxcon_rightbot ul li.active {
        border: 0.1rem solid #0a50b4;
    }
    .hydl_xwzx .xwzx_bot {
        margin-top: 0.45rem;
    }
    .xwzx_newtit {
        border-bottom: 0.02rem solid #cccccc;
        height: 0.33rem;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newtit ul {
        width: 100%;
        display: flex;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newtit ul li {
        width: 18%;
        text-align: center;
        font-size: 26px;
        color: #999999;
        /* border-bottom: 0.02rem solid #cccccc; */
        /* transition: all 0.5s; */
        cursor: pointer;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newtit ul li:hover {
        color: #0a50b4;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newtit ul li.active {
        font-size: .1354rem;
        color: #0a50b4;
        font-weight: 700;
        padding-bottom: 0.12rem;
        border-bottom: .0208rem solid #0a50b4;
        /* transition: all 0.5s; */
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon {
        display: none;
        width: 100%;
        height: auto;
        margin-top: 0.15rem;
        padding-bottom: 0.35rem;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon ul {
        width: 100%;
        height: auto;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon ul li {
        float: left;
        width: 48%;
        line-height: 1;
        margin-left: 4%;
        transform: translateY(0);
        transition: all 0.5s;
        cursor: pointer;
        margin-top: 0.15rem;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon ul li p {
        width: auto;
        float: left;
        font-size: 26px;
        color: #333333;
        /* padding-top: 0.2rem; */
        /* padding-bottom: 0.2rem; */
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon ul li p a {
        font-size: 26px;
        color: #333333;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon ul li span {
        float: right;
        font-size: 20px;
        color: #999999;
        padding-top: 0.02rem;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon ul li:nth-child(odd) {
        margin-left: 0%;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon ul li:hover {
        transform: translateY(-0.05rem);
        transition: all 0.5s;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon ul li:hover p {
        color: #0a50b4;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon ul li:hover p a {
        color: #0a50b4;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon ul li:hover span {
        color: #0a50b4;
    }
    .hydl_xwzx .xwzx_bot .xwzx_newcon.active {
        display: block;
    }
    .hydl_xwzx .xwzx_lb_sygf {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        padding: 0.5rem 0.5rem 0.2rem 0.5rem;
        float: none;
        margin-left: 0;
        margin-bottom: 0.35rem;
    }
    .hydl_xwzx .lb_xwzx_gf {
        margin-bottom: .4525rem;
    }
    .hydl_xwzx .lb_xwzx_gf h2 {
        font-size: 0.38rem;
        font-weight: bold;
        font-stretch: normal;
        line-height: .1719rem;
        letter-spacing: 0rem;
        color: #0a50b4;
        float: left;
    }
    .hydl_xwzx .lb_xwzx_gf a {
        font-size: .34rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: .1719rem;
        letter-spacing: 0rem;
        color: #999999;
        float: right;
    }
    .hydl_xwzx .xwzx_lb_sygf ul li {
        margin-bottom: 0.25rem;
    }
    .hydl_xwzx .xwzx_lb_sygf ul li h2 a {
        font-size: 0.38rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0rem;
        color: #292929;
        float: left;
        width: 66%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .hydl_xwzx .xwzx_lb_sygf ul li span {
        font-size: 0.34rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0rem;
        color: #999999;
        background: none !important;
        float: right;
    }
    .hydl_xwzx .xwzx_bot .xwzx_lb_sygf:nth-child(1) {
        margin-left: 0;
    }
    /************************新闻资讯 end************************/
    /************************产品中心 ***************************/
    .hydl_cpzx{
        width: 88%;
        padding-bottom: .7rem;
        padding-top: 0;
        max-width: 88%;
    }
    .hydl_cpzx .ywly_wrap_789 {
        margin-top:1rem;
    }
    .hydl_cpzx .next_left{
        top: .3rem !important;
        width:.8rem !important;
        height:.8rem !important;
    }
    .hydl_cpzx .next_left:hover{
        width:.8rem !important;
        height:.8rem !important;
    }
    .hydl_cpzx .prev_right{
        right:1.3rem !important;
        top: .3rem !important;
        width:.8rem !important;
        height:.8rem !important;
    }
    .hydl_cpzx .prev_right:hover{
        width:.8rem !important;
        height:.8rem !important;
    }
    .hydl_cpzx .grid h3{
        font-size:0.38rem;
        line-height: 1.16rem;
    }
    .hydl_cpzx .ywly-swiper-container .swiper-slide{
        height: 5.377666rem;
    }
    .hydl_cpzx .card-style.style-1 figure img{
        height: 5.377666rem;
    }
    .card-style.style-1 figure::before{
        transform: translateY(100%) translateY(-1rem);/*控制背景高度*/
    }
    .card-style.style-1 figcaption {
        transform: translateY(100%) translateY(-1rem);/*控制文字高度*/
    }
    .hydl_cpzx .awsm-contact-info p{
        width:90%;
        line-height: .4rem !important;
        font-size: .1rem !important;
	    -webkit-line-clamp: 2;

    }
    /************************产品中心 end************************/
    /************************视频中心 ***************************/
    .hydl_video .hydl_video_left {
        width: 88%;
        height: auto;
        background-color: #ffffff;
        float: none;
        padding-left: 0;
        padding-top: 0;
        position: relative;
        margin: 0 auto;
        margin-top: 0.25rem;
        padding-bottom: 1rem;
    }
    .hydl_video .hydl_video_right {
        width: 100%;
        height: auto;
        background-color: #0f51bd;
        float: none;
        position: relative;
    }
    .hydl_video .hydl_video_right .spzx_right_video{
        width: 100%;
        height: auto;
        position: relative;
    }
    .hydl_video .hydl_video_right img:nth-child(2) {
        width: 15%;
    }
    .hydl_video .spzx_h2 {
        margin-bottom:0rem;
    }
    .hydl_video .spzx_h2 h2{
        margin-top: 0;
        padding-top: 0;
    }
    .hydl_video .spzx_h2 a {
       margin-top: 0.201rem!important;
    }
    .hydl_video .mySwiper-sp .swiper-slide img {
        width: 100%;
    }
    .hydl_video .mySwiper-sp .swiper-slide h2 {
        font-size: 0.38rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0rem;
        color: #333333;
        margin-top: .0938rem;
    }
    .hydl_video .mySwiper-sp .swiper-slide h2 a {
        color: #333333;
    }
    .hydl_video .mySwiper-sp .swiper-slide {
        width: 4rem !important;
    }
    .hydl_video .swiper-pagination-sp {
        position: absolute;
        width: 58%;
        left: 23%;
    }
    .hydl_video .mySwiper-sp {
        position: relative;
        padding-top: 0;
        margin-bottom: 0;
        top: -0.6rem;
    }
    .hydl_video .spnex {
        bottom: .5rem;
    }
    .hydl_video .swiper-pagination-sp span {
        font-size: .1198rem;
        padding-right: 0.05rem;
    }
    .hydl_video .badc02 {
        color: #8795a8;
    }
    .hydl_video .badc01 {
        color: #0a50b4;
    }
    .hydl_video .swiper-button-next-sp {
        background-size: .8rem .8rem;
        width:.8rem;
        height:.8rem;
    }
    .hydl_video .swiper-button-prev-sp {
        right: -1rem !important;
        background-size: .8rem .8rem;
        width:.8rem;
        height:.8rem;
    }
    .hydl_video .mySwiper-sp .swiper-slide-active h2 a {
        color: #0a50b4;
    }
    .hydl_video .mySwiper-sp .swiper-slide img:nth-child(2) {
        width:.9rem;
        height:.9rem;
    }
    /************************视频中心 end************************/
    /************************底部导航 ***************************/
    .hydl_footer {
       display: none;
    }
    .bottom_nav{
        width: 100%;
        margin-top: 0rem;
    }
    .bottom_nav .bottom-title {
        font-size: 0.41rem;
        height: 1rem;
        line-height: 1rem;
        color: #fff;
        float: left;
        width: 100%;
    }
    .bottom_nav .nav2 {
        width: 100%;
        height: 1.3rem;
        float: left;
        margin-right: 0rem; 
        margin-bottom:.3rem;
    }
    .bottom_nav2 {
        width: 100%;
        height: 1.3rem;
        font-size: 0.41rem;
        padding-left: 0.4rem;
        padding-right: 1.7rem;
    }
    .sinochem-footer {
        display: block;
        width: 100%;
        background: #0a50b4;
        padding-top: 0.333rem;
    }
    .w1600, .w1440 {
        width: 86.98%;
        margin: 0 auto;
    }
    .footer-content-top {
        overflow: hidden;
        padding-bottom: 0;
    }
    .footer-content-top-left {
        width: 100%;
    }
    .footer-content-top-left-listbox {
        width: 100%;
        margin-right: unset;
    }
    .footer-content-top-left-listbox h2 {
        margin-bottom: unset;
        line-height: 1rem;
        border-bottom: 1px solid #fff;
        position: relative;
    }
    .footer-content-top-left-listbox h2:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.2rem;
        background: url(../images/hy-wbot.png) no-repeat left center / 100%;
        position: absolute;
        top: 42%;
        right: 0;
    }
    .footer-content-top-left-listbox .border_btm {
        border-bottom-color: transparent;
    }
    .footer-content-top-left-listbox .border_btm:after {
        background: url(../images/hy-wtop.png) no-repeat left center / 100%;
    }
    .footer-content-top-left-listbox h2 a {
        font-size: 0.41rem;
        color: #fff;
    }
    .footer-content-top-left-ul {
        width: 100vw;
        margin-left: 2.5%;
        height:0;
        overflow:hidden;
        transition:.4s;
    }
    .footer-content-top-left-li {
        width: 100%;
        margin-bottom: unset;
        height: 0.7rem;
        line-height: 0.7rem;
        text-indent: 0.8em;
        background: #0a50b4;
        position: relative;
    }
    .footer-content-top-left-li:after {
        content: "";
        display: block;
        width: 86.98%;
        margin: 0 auto;
        height: 1px;
        background: #0f5bc5;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .footer-content-top-left-li a {
        display: block;
        font-size: 0.4rem;
        color: #fff;
    }
    .footer-content-top-left-li:hover {
        background: #1D4F91;
    }
    .fctl-zxbg {
        display: block;
    }
    .footer-content-top-right {
        padding-top: 0.629rem;
        width: 100%;
    }
    .footer-content-top-right-gzwm-title {
        margin-bottom: 0.749rem;
    }
    .footer-content-top-right-gzwm-title h3 {
        text-align: center;
        line-height: 1.25;
        font-size: 0.32rem;
        color: #fff;
    }
    .footer-content-top-right-gzwm-content {
        margin-bottom: 1.12rem;
        display: flex;
        justify-content: center;
    }
    .footer-content-tr-gzwm-ewm {
        width: 0.789rem;
        height: 0.789rem;
        margin-right: 0.327rem;
    }
    .footer-content-top-right-ewm {
        display: none;
    }
    .footer-content-mid {
        display: none;
    }
    .footer-content-bottom {
        padding: 0 0 0.697rem;
    }
    .footer-content-bottom-select {
        width: 45.7%;
        margin-right: 8%;
        padding-bottom: 0.293rem;
        line-height: 1.25;
        font-size: 0.32rem;
        color: #fff;
        margin-bottom: 0.391rem;
    }
    .footer-content-bottom-select-jt {
        width: 0.48rem;
        height: 0.387rem;
        background: url(../images/jt-wbot.png) no-repeat left center / 0.336rem 0.164rem;
    }
    .footer-content-bottom-select-jt-hover {
        background: url(../images/jt-wtop.png) no-repeat left center / 0.336rem 0.164rem;
    }
    .footer-content-bottom-select:nth-child(even) {
        margin-right: 0;
    }
    .footer-content-bottom-select-content {
        padding: 0.16rem 0;
        height: 7.867rem;
        top: -8.5rem;
    }
    .footer-content-bottom-select-content p {
        padding: 0.173rem 0.667rem 0.147rem;
        line-height: 1.25;
    }
    .footer-content-bottom-select-content p a {
        font-size: 0.32rem;
    }
    .footer-bottom {
        padding: 0.156rem 0 0.146rem;
        background: #2A4C86;
        line-height: 1.29;
        color: #fff;
        margin-top: 0.5rem;
    }
    .footer-bottom a{
        color: #fff;
    }
    .copyright {
        line-height: 1.56;
        font-size: 0.31rem;
        text-align: center;
    }
    /************************底部导航 end************************/
    .hydl_within{
        padding-top:1.6rem !important;
        height: 4.7rem;
    }
    /************************内页新闻****************************/
    .second_level_nav{
        display: none;
    }
    .hydl_wrap_content {
        width: 88%;
        margin: 0 auto;
        margin-bottom: 0.4323rem;
    }
    /*左*/
    .hydl_left_nav {
        display: none;
    }
    .hydl_right_witd{
        width: 100%;
        min-height: 550px;
    }
    .hydl_second h3 {
        font-size: 0.533rem;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #0a50b4;
        font-weight: 500;
        padding-bottom: 0;
        background: none;
        text-align: center;
    }
    .hydl_new_list ul li{
        float: none;
        width: 100%;
        height: auto;
        border-bottom: solid 1px #c7c7c7;
        padding-bottom: 0;
        padding-top: 0.4rem;
        margin-left: 0;
        margin-bottom: 0;
    }
    .hydl_new_list ul li:nth-child(odd){
        margin-left: auto;
    }
    .new_list_box h2{
        display: block;
        width: 72%;
        float: left;
    }
    .new_list_box  h2 a{
        font-size: 0.38rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        line-height: 1;
        color: #333333;
        margin-bottom: 0.4042rem;
        display: block;
        white-space: nowrap;
        text-overflow:ellipsis;
        -webkit-text-overflow:ellipsis;
        overflow:hidden;
    }
    .new_list_box span{
        font-size: .345rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        line-height: 1.1;
        color: #333333;
        float: right;
        padding-right: .0417rem;
        border-right: none;
    }
    /************************内页新闻**********************************/
    /************************内页新闻详情*******************************/
    .hydl_new_details{
        background: #eef0f2;
    }
    .hydl_new_details .details_top{
        width: 86.98%;
        margin: 0 auto;
        padding-top: 0.5rem;
    }
    .hydl_new_details .details_top img {
        width: 100% !important;
        height:auto !important;
        margin: 0 auto!important;
        display: block!important;
    }
    .hydl_new_details .details_top .page_wrap_box p,span{
        font-size: 0.38rem!important;
        line-height: .73rem!important;
        font-family: 'Work Sans', sans-serif !important;
        background: #eef0f2 !important;
    }
    .hydl_new_details .details_top .page_wrap_box div{
       width: 100% !important;
    }
    .hydl_new_details .details_top .page_wrap_box div a{
        display: block;
    }

    .hydl_new_details .details_top h3 {
        font-size: .42rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: .5906rem;
        letter-spacing: 0px;
        color: #0a50b4;
        margin-bottom: 0.25rem;
    }
    .hydl_new_details .details_top .xw_time {
        font-size: .35rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #999999;
        margin-bottom: 0.1563rem;
    }
    .hydl_new_details .details_top .xw_time span {
        font-size: .35rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #999999;
    }
    .hydl_new_details .details_bottom {
        padding-bottom: 0.25rem;
        display: block;
    }
    .hydl_new_details .details_bottom a {
        font-size: 0.41rem;
        margin-left: 0rem;
        margin-right: 0.25rem;
    }
    /************************内页新闻详情**end**************************/
    /************************内页产品中心*******************************/
    /* .hydl_product ul li:nth-child(3n+1){
        margin-left: auto !important;
    }   */
    .hydl_product ul li{
        /* margin-left: 0.15rem !important; */
        width: 2.6rem;
        /* margin: 0.16rem; */
        margin: 1.5%;
    }
    /* .hydl_product_img img {
        width: 80%;
        height:80%;
    } */
    /* .hydl_product_cp_l {
        float: none!important;
        height: auto;
        width: 100%;
        background: #333;
    } */
    .hydl_product_img {
        width: 2.83rem;
        height:3.5rem;
        background-color: #f7f7f7;
        position: relative;
        background-image: linear-gradient(0deg, rgb(0,0 ,0, 0.3) 0%, #fbfaf8 100%);
        text-align: center;
    }
    .hydl_product_img .img_box {
        padding-top: 0.2315rem !important;
    }
    .hydl_product ul li h2 {
        margin-top: 0.38rem;
        font-size: .38rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: .57rem;
        letter-spacing: 0px;
        color: #999999;
        text-align: center;
    }
    .hydl_product_img h3 {
        float: left;
        font-size: .38rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #fefefe;
        position: absolute;
        bottom: 10%;
        left: 36%;
        display: none;
    }
    .product_display {
        background-color: rgb(0 ,91 ,205, 0.8);
        width: 2.83rem;
        height:2.83rem;
        position: absolute;
        top: 0;
    }
    .product_display_p p{
        line-height: 0.3rem;
        font-size:.28rem;
    }
    .product_display span {
        font-size:.28rem;
        background: url(../images/hydl_product_img.png) no-repeat 1.6rem 0.15rem;
        background-size: 1rem 0.39rem;
    }
    /*新的产品宽度*/
    .hydl_product .nes_width_product {
        width: 2.83rem !important;
        height: 2.83rem !important;
    }
    .hydl_product ul .nes_width{
        width: 2.83rem!important;
        /* margin: 0.05rem!important; */
        margin: .5% !important; 
    }

    /*新的产品宽度 end*/
    /************************内页产品中心*******end*********************/
    /************************内页资质荣誉*******************************/
    .hydl_honor ul li {
        margin-left: 0.6rem !important;
        margin-bottom: 0.3rem;
        width: 2.5rem;
    }
    .hydl_honor ul li .honor_img {
        height: 1.667rem;
    }
    .hydl_honor ul li:nth-child(3n+1){
        margin-left: 0rem !important;
    } 
    .hydl_honor ul li:nth-child(4n+1){
        margin-left: 0.6rem;
    }
    .hydl_honor ul li h3{
        line-height: 0.6rem;
    }
    /************************内页资质荣誉*******end*********************/
    /************************内页售后服务*******************************/
    .hydl_after_service .form{
        margin-bottom:0.4rem;
    }
    .hydl_after_service .form .tle{
        width:27%;
        font-size: .38rem;
        height: 1rem;
        line-height:1rem;
    }
    .hydl_after_service .form label{
        width: 35%;
        height: 1rem;
        line-height:1rem;
    }
    .hydl_after_service label .choice span{
        font-size: .38rem;
        padding-left:.8rem;
    }
    .hydl_after_service .service_content .content{
        width: 100%;
        float: none;
        margin-left:0rem !important;
        height:1rem;
        line-height:1rem;
        margin-bottom:0.4rem;
    }
    .hydl_after_service .service_content .flForm{
        font-size: .38rem;
        width: 25%;
    }
    .hydl_after_service .service_content .frForm{
        width: 75%;
    }
    .hydl_after_service .service_content .frForm .Form_input{
        font-size: .38rem;
    }
    .hydl_after_service .service_content .frForm .select{
        font-size: .38rem;
        padding-left: 0rem;
    }
    .hydl_after_service .service_content .frForm select{
        font-size: .38rem;
    }
    .hydl_after_service .service_content textarea{
        height: 0.6rem;
        margin-top: 0.19rem;
        font-size: .38rem;
    }
    .hydl_after_service .service_content .frForm .Form_input{
        padding: 0.19rem 0.1rem;
    }
    .hydl_after_service .service_content .gif {
        height: 1rem;
        width: 3.077rem;
    }
    .hydl_after_service .service_content .content.last {
        height: 1rem;
        line-height:1rem;
        margin-left: 0rem;
        width: 100%;
    }
    .hydl_after_service .service_content .last .submit{
        width:3rem;
        height:1rem;
        line-height:1rem;
        font-size: .38rem;
    }
    .hydl_after_service .service_content .last .reset{
        width: 2.5rem;
        height:1rem;
        line-height: 1rem;
        margin-right: .2rem;
        font-size: .38rem;
    }
    .hydl_after_service .hydl_repair {
        padding-top: .8rem;
        padding-bottom: 0.8rem;
    }
    .hydl_after_service .hydl_repair img {
        width: 3.5rem;
    }
    .hydl_after_service .hydl_repair h3{
        font-size: .38rem;
    }
    /************************内页售后服务*******end*********************/
    /************************内页视频中心*******************************/
    .video_center_list .content_box{
        width:4.15rem;
        position: relative;
        float: left;
        margin-left: 0.5rem !important;
        margin-bottom: 0.5rem;
    }
    .video_center_list .content_box:nth-child(2n+1){
        margin-left: 0rem !important;
    }
    .video_center_list .content_box .spzx_text{
        font-size: .28rem;
    }
    .video_center_list .content_box .spzx_video_box .video_image{
        width: 100%;
        height: 2.5rem;
    }
    .video_center_list .content_box .spzx_video_box .hy_btn{
        width: 0.905rem;
        height: 0.205rem;
        margin: auto;
        position: absolute;
        top: -45%;
        right: 0;
        bottom: 0;
        left: 0;
    }
    /************************内页视频中心*******end*********************/
    /************************内页分页**********************************/
    .Page_hydl a.cur {
        color: #ffffff;
        background: #0a50b4;
    }
    .Page_hydl .pageGo button:hover {
        background-color: #0a50b4;
        color: #ffffff;
    }
    .Page_hydl a:hover {
        background-color: #0a50b4;
        color: #ffffff;
    }
    .Page_hydl {
        width: 8.2969rem!important;
        margin: 0 auto;
        padding-bottom: 0.5208rem!important;
        padding-top: 0.5rem;
    }
    .Page_hydl a {
        width: 1.3rem!important;
        height: 0.5rem!important;
        display: block;
        float: left;
        background-color: #ffffff;
        border-radius: .026rem;
        border: solid 1px #e5e5e5;
        font-size: .34rem!important;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.5rem!important;
        letter-spacing: 0px;
        color: #999999;
        text-align: center;
        margin-left: .0521rem!important;
    }
    .Page_hydl span.prev{ 
        width: 1.3rem!important;
        height: 0.5rem!important;
        display: block;
        background-color: #ffffff;
        font-size: .34rem!important;
        line-height: 0.5rem!important;
        letter-spacing: 0px;
        text-align: center;
        margin-left: .0521rem!important;

        float:left;
        height: 0.2604rem;
        padding-left: 0.1rem;
        border-radius: 0.026rem;
        font-weight: normal;
        font-stretch: normal;
        border: solid 1px #e5e5e5;
        color: #999999;
        padding-right: 0.1rem;
    } 
    .Page_hydl span.current {
        width: 1.3rem!important;
        height: 0.5rem!important;
        display: block;
        font-size: .34rem!important;
        line-height: 0.5rem!important;
        letter-spacing: 0px;
        text-align: center;
        margin-left: .0521rem!important;

        background: #0a50b4;
        color: #FFF;
        float:left;
        width: auto;
        border-radius: 0.026rem;
        font-weight: normal;
        font-stretch: normal;
        padding-right: 0.1rem;
    }
    
    .Page_hydl span.next{ 
        width: 1.3rem!important;
        height: 0.5rem!important;
        display: block;
        font-size: .34rem!important;
        line-height: 0.5rem!important;
        letter-spacing: 0px;
        text-align: center;
        margin-left: .0521rem!important;

        float:left;
        padding-left: 0.1rem;
        border-radius: 0.026rem;
        color: #999999;
        font-weight: normal;
        font-stretch: normal;
        border: solid 1px #e5e5e5;
        padding-right: 0.1rem;
    }

    .Page_hydl .pageGo span{
        display: inline-block;
        font-size: .34rem!important;
        font-weight: normal;
        font-stretch: normal;
        line-height: .2604rem!important;
        letter-spacing: 0px;
        color: #999999;
        margin-left: 0.121rem!important;
    }
    .Page_hydl .pageGo span:nth-child(1){
        margin-left: 0.25rem!important;
    }
    .Page_hydl .pageGo {
        font-size: 14px!important;
    }
    .Page_hydl .pageGo input {
        width: 0.8rem!important;
        height: 0.5rem!important;
        background-color: #ffffff;
        border-radius: .026rem;
        border: solid 1px #e5e5e5;
        margin-left: 0.121rem!important;
        font-size: .342rem!important;
        font-weight: normal;
        font-stretch: normal;
        line-height: .2604rem!important;
        text-align: center;
        letter-spacing: 0px;
        color: #999999;
    }
    .Page_hydl .ye {
        margin-right: 0.121rem!important;
    }
    .Page_hydl .pageGo  button {
        width: 1.35rem!important;
        height: 0.5rem!important;
        background-color: #ffffff;
        border-radius: .026rem!important;
        border: solid 1px #e5e5e5;
        font-size: .32rem!important;
        font-weight: normal;
        font-stretch: normal;
        line-height: .2604rem!important;
        letter-spacing: 0px;
        color: #999999;
        margin-right: 0.1rem!important;
    }
    /************************内页分页**end*****************************/
}