
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/* ny_case*/

.mbanner{
    width: 100%;
    margin: 0 auto;
}

.mbanner img{
    width: 100%;
    height: 100%;
    display: block;
}

/* place*/

.place_bg{
    width: 100%;
    margin: 0 auto;
    height: 60px;
    background: #f8f8f8;
}

.place_bg .place{
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}

.place_bg .place .place_l{
    float: left;
    padding-left: 30px;
    font-size: 14px;
    color: #555555;
    background: url(../images/ny_home.png) no-repeat  left center;
}

.place_bg .place .return{
    float: right;
    padding-left: 40px;
    font-size: 14px;
    color: #555555;
    background: url(../images/ny_return.png) no-repeat  left center;
}


/* case*/

.ny_case_title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ny_case_title h3{
    font-size: 24px;
    color: #555555;
    font-weight: bold;

}

.ny_case_title span{
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
}


.ny_case{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.ny_case .case_box{ 
    width: 1200px;
    margin: 30px auto 0 auto;
}

.ny_case .case_box ul li{
    float: left;
    width: 370px;
    height: 360px;
    position: relative;
    margin: 0 15px 30px 15px;
    overflow: hidden;
}

.ny_case .case_box ul li .pic{
    width: 370px;
    height: 290px;
}

.ny_case .case_box ul li .pic img{
    width: 370px;
    height: 290px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.ny_case .case_box ul li .txt{
    height: 50px;
    padding-top: 20px;
    margin: 0 auto;
    width: 330px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_case .case_box ul li:hover .txt{
    opacity: 0;
}

.ny_case .case_box ul li .txt .txt_l{
    float: left;
    width: 250px;
}

.ny_case .case_box ul li .txt .txt_l a{
    font-size: 15px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_case .case_box ul li .txt .txt_l p{
    font-size: 13px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 3px;
}

.ny_case .case_box ul li .txt .more a{
    float: right;
    font-size: 18px;
    color: #777777;
    display: block;
    margin-top: 10px;
}

.ny_case .case_box ul li .txt_on{
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 270px;
    height: 0px;
    background: url(../images/ny_case_ico.png) repeat  center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 0 25px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.ny_case .case_box ul li .txt_on a{
    font-size: 18px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 20px 0 5px 0;
}

.ny_case .case_box ul li .txt_on p{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.ny_case .case_box ul li:hover .txt_on{
    height: 126px;
    opacity: 1;
}

/* ny_banner_1*/

.ny_banner_1{
    width: 100%;
    margin: 30px auto 0 auto;
    height: 370px;
    background: url(../images/ny_case_banner_1.jpg) no-repeat  center;
}

.ny_banner_1 .ny_banner_cont{
    margin: 0 auto;
    width: 1200px;
}

.ny_banner_1 .ny_banner_cont .cont_l{
    float: left;
    width: 600px;
}

.ny_banner_1 .ny_banner_cont .cont_l .txt{
    overflow: hidden;
    margin-top: 60px;
}

.ny_banner_1 .ny_banner_cont .cont_l .txt i{
    display: block;
    width: 80px;
    height: 3px;
    background: #fff;
    margin-bottom: 35px;
}

.ny_banner_1 .ny_banner_cont .cont_l .txt h5{
    font-size: 18px;
    color: #fff;
    line-height: 36px;

}

.ny_banner_1 .ny_banner_cont .cont_l .txt p{
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 10px;
}

.ny_banner_1 .ny_banner_cont .cont_l .zx{
    margin-top: 50px;
    line-height: 34px;
}

.ny_banner_1 .ny_banner_cont .cont_l .zx .tel{
    float: left;
    padding-left: 45px;
    font-size: 24px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    background: url(../images/ny_tel.png) no-repeat left center;
}

.ny_banner_1 .ny_banner_cont .cont_l .zx .zixun{
    float: left;
    margin-left: 37px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    background: #ffffff;
    border-radius: 5px;
}

.ny_banner_1 .ny_banner_cont .cont_l .zx .zixun a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #19458c;
    font-weight: bold;
}

.ny_banner_1 .ny_banner_cont .comments{
    float: right;
    width: 450px;
    margin-right: 60px;
    margin-top: 60px;
}

.ny_banner_1 .ny_banner_cont .comments .m_nr{
    height: 40px;
}

.ny_banner_1 .ny_banner_cont .comments .m_nr .form-group1{
    float: left;
    width: 190px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
}

.ny_banner_1 .ny_banner_cont .comments .m_nr .form-group1 input{
    width: 190px;
    height: 40px;
    background: url(../images/ny_case_m1.png) no-repeat 10px center;
    text-indent: 50px;
    font-size: 14px;
    color: #666666;
}


.ny_banner_1 .ny_banner_cont .comments .m_nr .form-group2{
    float: right;
    width: 190px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
}

.ny_banner_1 .ny_banner_cont .comments .m_nr .form-group2 input{
    width: 190px;
    height: 40px;
    background: url(../images/ny_case_m2.png) no-repeat 10px center;
    text-indent: 50px;
    font-size: 14px;
    color: #666666;
}


.ny_banner_1 .ny_banner_cont .comments .form-group3{
    width: 450px;
    height: 120px;
    background: #fff;
    border-radius: 5px;
    margin: 25px 0;
}

.ny_banner_1 .ny_banner_cont .comments .form-group3 textarea{
    width: 400px;
    height: 110px;
    background: url(../images/ny_case_m3.png) no-repeat 10px 12px;
    font-size: 14px;
    color: #666666;
    padding: 10px 0 0 50px;
    box-sizing: content-box;
}

.ny_banner_1 .ny_banner_cont .comments  .form-group4{
    float: left;
    width: 255px;
    height: 40px;
}

.ny_banner_1 .ny_banner_cont .comments  .form-group4 input{
    width: 150px;
    height: 40px;
    background: #fff url(../images/ny_case_m4.png) no-repeat 10px center;
    border-radius: 5px;
    text-indent: 50px;
    font-size: 14px;
    color: #666666;
}

.ny_banner_1 .ny_banner_cont .comments  .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
    margin: 2px 0 0 0;

}

.ny_banner_1 .ny_banner_cont .comments .anniu{
    float: right;
    width: 110px;
    height: 38px;
}

.ny_banner_1 .ny_banner_cont .comments .anniu button{
    cursor: pointer;
    border: none;
    width: 110px;
    height: 38px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #19458c;
    font-weight: bold;
}



/* news*/

.ny_news{
    width: 1200px;
    margin: 30px auto 0 auto;
}

.ny_news .news_top{
    width: 1200px;
    margin: 30px auto 0 auto;
    height: 250px;
}

.ny_news .news_top .news_img{
    float: left;
    width: 584px;
    height: 250px;
}

.ny_news .news_top .news_img img{
    width: 584px;
    height: 250px;
    border-radius: 20px;
}

.ny_news .news_top .txt{
    float: right;
    width: 565px;

} 

.ny_news .news_top .txt h5 a{
    font-size: 16px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 15px 0;
}

.ny_news .news_top .txt p{
    font-size: 14px;
    color: #555555;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
}

.ny_news .news_top .txt .more{
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: #19458c;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;

}

.ny_news .list{
    margin: 30px auto 0 auto;
    width: 1280px;
}

.ny_news .list ul li{
    float: left;
    width: 585px;
    height: 80px;
    background: #f6f6f6;
    margin: 0 30px 20px 0;
    border-radius: 5px;
    position: relative;
    z-index: 5;
}

.ny_news .list ul li .txt_l{
    float: left;
    width: 410px;
    margin-left: 30px;
}

.ny_news .list ul li .txt_l a{
    font-size: 15px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 15px 0 8px 0;
}

.ny_news .list ul li .txt_l span{
    display: block;
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_news .list ul li .more{
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/ny_case_more.png) no-repeat  center;
    margin: 20px 30px 0 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_news .list ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0px;
    height: 80px;
    background: #19458c;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_news .list ul li:hover i{
    width: 100%;
}

.ny_news .list ul li:hover .txt_l span{
    color: #fff;
}

.ny_news .list ul li:hover .txt_l a{
    color: #fff;
}

.ny_news .list ul li:hover .more {
    background: url(../images/ny_case_more1.png) no-repeat  center;
}



/* recommend*/

.recommend_bg{
    width: 100%;
    height: 600px;
    margin: 40px auto 0 auto;
    background: url(../images/ny_case_hot_bg.jpg) no-repeat  center;
}

.recommend_bg .recommend{
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.recommend_bg .recommend .recommend_box{
    margin: 25px auto 0 auto;
    position: relative;
}

.recommend_bg .recommend .recommend_box .bd{
    margin: 0 auto;
    height: 395px;
}

.recommend_bg .recommend .recommend_box .bd ul li{
    float: left;
    width: 375px;
    height: 395px;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 10px;
}

.recommend_bg .recommend .recommend_box .bd ul li .pic{
    width: 355px;
    height: 280px;
    margin: 10px 10px 0 10px;

}

.recommend_bg .recommend .recommend_box .bd ul li .pic img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}
 
.recommend_bg .recommend .recommend_box .bd ul li .txt{
    margin: 20px auto 0 auto;
    width: 355px;
}

.recommend_bg .recommend .recommend_box .bd ul li .txt .txt_t{
    height: 40px;
    line-height: 40px;

}

.recommend_bg .recommend .recommend_box .bd ul li .txt .txt_t h5{
    float: left;
    font-size: 16px;
    color: #444444;

}

.recommend_bg .recommend .recommend_box .bd ul li .txt .txt_t .more{
    display: block;
    float: right;
    font-size: 12px;
    color: #777;
    background: url(../images/xt1.png) no-repeat  left 22px;
    padding-left: 40px;
}

.recommend_bg .recommend .recommend_box .bd ul li .txt a{
    font-size: 14px;
    color: #777777;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.recommend_bg .recommend .recommend_box .hd{
    margin: 30px auto 0 auto;
    width: 1200px;
}

.recommend_bg .recommend .recommend_box .hd .next{
    float: left;
    cursor: pointer;
    width: 13px;
    height: 19px;
    background: url(../images/ny_hot_left.png) no-repeat  center;
    margin-left: 585px;
}

.recommend_bg .recommend .recommend_box .hd .prev{
    float: right;
    cursor: pointer;
    width: 13px;
    height: 19px;
    background: url(../images/ny_hot_right.png) no-repeat  center;
    margin-right: 585px;
}


/* lane*/

.lane{
    width: 1200px;
    margin: 50px auto 50px auto;
  }

.lane .lane_box{
    width: 1200px;
    margin: 20px auto 0 auto;
  }

  .lane .lane_box dl{
      overflow: hidden;
      line-height: 21px;
      margin-bottom: 18px;
  }

  .lane .lane_box dl dt{
      float: left;
      font-size: 14px;
      color: #555;
      background: url(../images/ny_bottom1.png) no-repeat  left center;
      padding-left: 35px;
  }

  .lane .lane_box dl dd a{
    float: left;
    font-size: 14px;
    color: #555;
    margin: 0 10px 0 30px;
  }


  /* 轻质抹灰石膏*/

  /* ny_product_qz*/

.ny_product_qz{
    width: 1200px;
    margin: 50px auto 0 auto;
}

.ny_product_qz .ny_product_box{
    width: 1200px;
    margin: 30px auto 0 auto;
}

.ny_product_qz .ny_product_box .bd{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.ny_product_qz .ny_product_box .bd ul li{
    float: left;
    width: 260px;
    margin: 0 20px;
}

.ny_product_qz .ny_product_box .bd ul li .pic{
    width: 100%;
    height: auto;
    position: relative;
}

.ny_product_qz .ny_product_box .bd ul li .pic img{
    width:100%;
    height: auto;
}

.ny_product_qz .ny_product_box .bd ul li .txt{
    height: 50px;
    line-height: 50px;

}

.ny_product_qz .ny_product_box .bd ul li .txt h5 a{
    float: left;
    width: 170px;
    font-size: 15px;
    color: #555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_product_qz .ny_product_box .bd ul li:hover .txt h5 a{
    color: #19458c;
}

.ny_product_qz .ny_product_box .bd ul li .txt .more{
    float: right;
    font-size: 15px;
    color: #999;
    display: block;
}

.ny_product_qz .ny_product_box .hd{
    margin: 30px auto 0 auto;
    width: 1200px;
    position: relative;
}

.ny_product_qz .ny_product_box .hd::before{
    position: absolute;
    left: 0;
    top: 9px;
    width: 100px;
    height: 1px;
    background: #e3e3e3;
    width: 550px;
    height: 1px;
    content: "";
}

.ny_product_qz .ny_product_box .hd::after{
    position: absolute;
    right: 0;
    top: 9px;
    width: 100px;
    height: 1px;
    background: #e3e3e3;
    width: 550px;
    height: 1px;
    content: "";
}

.ny_product_qz .ny_product_box .hd .next{
    float: left;
    cursor: pointer;
    width: 13px;
    height: 19px;
    background: url(../images/ny_hot_left.png) no-repeat  center;
    margin-left: 585px;
}

.ny_product_qz .ny_product_box .hd .prev{
    float: right;
    cursor: pointer;
    width: 13px;
    height: 19px;
    background: url(../images/ny_hot_right.png) no-repeat  center;
    margin-right: 585px;
}


  /* ny_ys_qz*/

.ny_ys_qz_bg{
    width: 100%;
    height: 780px;
    margin: 50px auto 0 auto;
    background: url(../images/ny_ys_qz.jpg) no-repeat  center;
}

.ny_ys_qz_bg .ny_ys_qz{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box{
    width: 1200px;
    margin: 30px auto 0 auto;
    position: relative;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd{
    height: 100px;
    position: relative;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd::after{
    position: absolute;
    content: "";
    left: 0;
    top: 50px;
    width: 1200px;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li{
    float: left;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 6px rgba(25, 69, 140, .06);
    box-shadow: 0 0 8px 6px rgba(25, 69, 140, .06);
    margin: 0 100px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 5;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li span{
    display: block;
    width: 41px;
    height: 35px;
    margin: 20px auto 10px auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li.ys1 span{
    background: url(../images/ny_ys_ico1.png) no-repeat  center;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li.ys2 span{
    background: url(../images/ny_ys_ico2.png) no-repeat  center;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li.ys3 span{
    background: url(../images/ny_ys_ico3.png) no-repeat  center;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li.ys4 span{
    background: url(../images/ny_ys_ico4.png) no-repeat  center;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li h5{
    text-align: center;
    font-size: 14px;
    color: #444;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li.on{
    background: #19458c;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li.on h5{
    color: #fff;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li.ys1.on span{
    background: url(../images/ny_ys_ico11.png) no-repeat  center;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li.ys2.on span{
    background: url(../images/ny_ys_ico22.png) no-repeat  center;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li.ys3.on span{
    background: url(../images/ny_ys_ico33.png) no-repeat  center;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .hd ul li.ys4.on span{
    background: url(../images/ny_ys_ico44.png) no-repeat  center;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .bd{
    margin: 40px auto 0 auto;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .bd ul li{
    width: 1200px;
    margin: 0 auto;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .bd ul li .ys_img{
    float: left;
    width: 600px;
    height: 451px;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .bd ul li .ys_img img{
    width: 600px;
    height: 451px;
    border-radius: 20px;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .bd ul li .txt{
    float: right;
    width: 500px;
    height: 280px;
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 48px;
    padding: 0 50px;
    box-sizing: content-box;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .bd ul li .txt h5{
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    margin: 50px 0 25px 0;

}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #555555;
    line-height: 32px;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .next{
    position: absolute;
    left: 685px;
    top: 500px;
    cursor: pointer;
    background: url(../images/ny_ys_left.png) no-repeat  center;
    width: 61px;
    height: 61px;
}

.ny_ys_qz_bg .ny_ys_qz .ny_ys_box .prev{
    position: absolute;
    left: 755px;
    top: 500px;
    cursor: pointer;
    background: url(../images/ny_ys_right.png) no-repeat  center;
    width: 61px;
    height: 61px;
}





  .ny_case_2{
      margin: 50px auto 0 auto;
      width: 1200px;
  }

  .ny_case_2 .ny_case_box{
    margin: 20px auto 0 auto;
    width: 1200px;
  }

  .ny_case_2 .ny_case_box .bd{
    margin: 0px auto 0 auto;
    height: 440px;
    overflow: hidden;
  } 
  
  .ny_case_2 .ny_case_box .bd ul li{
    float: left;
    width: 390px;
    height: 440px;
    position: relative;
    margin: 0 5px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #fff;
  }
  
  .ny_case_2 .ny_case_box .bd ul li .pic{
    width: 370px;
    height: 270px;
    margin: 10px;
  
  }
  
  .ny_case_2 .ny_case_box ul li .pic img{
    width: 370px;
    height: 270px;
    border-top-left-radius: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .ny_case_2 .ny_case_box .bd ul li:hover .pic img{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  
  .ny_case_2 .ny_case_box .bd ul li .txt{
    text-align: center;
    position: relative;
    height: 140px;
  
  }
  
  .ny_case_2 .ny_case_box .bd ul li .txt a{
    font-size: 16px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 310px;
    margin: 20px auto 10px auto;
  }
  
  .ny_case_2 .ny_case_box .bd ul li .txt i{
    display: block;
    width: 30px;
    height: 1px;
    background: #dbdbdb;
    margin: 0 auto;
  }
  
  .ny_case_2 .ny_case_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    width: 310px;
    margin: 10px auto 0 auto;
  }
  
  .ny_case_2 .ny_case_box .bd ul li .txt em{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 2px;
    background: #285193;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .ny_case_2 .ny_case_box .bd ul li:hover{
    background: #f8f8f8;
  }
  
  .ny_case_2 .ny_case_box .bd ul li:hover .txt em{
    width: 390px;
  
  }
  
  .ny_case_2 .ny_case_box .hd{
    margin: 50px auto 0 auto;
    height: 12px;
  }
  
  .ny_case_2 .ny_case_box .hd ul{
    text-align: center;
  }
  
  .ny_case_2 .ny_case_box .hd ul li{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #bbbbbb;
    border-radius: 50%;
    margin: 0 14px;
  }
  
  .ny_case_2 .ny_case_box .hd ul li.on{
    background: #19458c;
  }



/* ny_banner_1_qz*/

.ny_banner_1_qz_bg{
    width: 100%;
    height: 302px;
    margin: 50px auto 0 auto;
    background: url(../images/ny_banner_1_qz.jpg) no-repeat  center;
}

.ny_banner_1_qz_bg .ny_banner_1_qz{
    width: 1200px;
    margin: 0 auto;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .cont_l{
    float: left;
    width: 600px;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .cont_l h5{
    font-size: 30px;
    color: #555555;
    font-weight: bold;
    margin: 50px 0 15px 0;

}

.ny_banner_1_qz_bg .ny_banner_1_qz .cont_l p{
    font-size: 18px;
    color: #555555;
    line-height: 32px;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .cont_l .zx{
    margin-top: 30px;
    line-height: 36px;

}

.ny_banner_1_qz_bg .ny_banner_1_qz .cont_l .zx .tel{
    float: left;
    font-size: 30px;
    color: #444444;
    font-family: 'Times New Roman', Times, serif;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .cont_l .zixun{
    float: left;
    margin-left: 50px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #19458c;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .cont_l .zixun a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}


.ny_banner_1_qz_bg .ny_banner_1_qz .message{
    float: right;
    width: 440px;
    margin-right: 35px;
    margin-top: 55px;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .m_nr{
    height: 41px;
    margin-bottom: 35px;
}


.ny_banner_1_qz_bg .ny_banner_1_qz .message .form-group1{
    float: left;
    width: 180px;
    height: 40px;
    border-bottom: 1px solid #5b78a5;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .form-group1 input{
    width: 180px;
    height: 40px;
    background: none;
    font-size: 14px;
    color: #fff;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .form-group2{
    float: right;
    width: 180px;
    height: 40px;
    border-bottom: 1px solid #5b78a5;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .form-group2 input{
    width: 180px;
    height: 40px;
    background: none;
    font-size: 14px;
    color: #fff;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .form-group3{
    width: 440px;
    height: 36px;
    border-bottom: 1px solid #5b78a5;
    margin-bottom: 25px;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .form-group3 textarea{
    width: 440px;
    height: 36px;
    background: none;
    font-size: 14px;
    color: #fff;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .form-group4{
    float: left;
    width: 250px;
    height: 36px;
    border-bottom: 1px solid #5b78a5;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .form-group4 input{
    width: 150px;
    height: 36px;
    background: none;
    font-size: 14px;
    color: #fff;
    float: left;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .anniu{
    float: right;
    width: 100px;
    height: 37px;
}

.ny_banner_1_qz_bg .ny_banner_1_qz .message .anniu button{
    width: 100px;
    height: 37px;
    background: #fff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #19458c;
    font-weight: bold;
}




  /* ny_news*/

  .ny_news_qz{
    margin: 70px auto 0 auto;
    width: 1200px;
    height: 350px;
}

.ny_news_qz .news_box{
    margin: 25px auto 0 auto;
    width: 1280px;
}

.ny_news_qz .news_box ul li{
    float: left;
    width: 350px;
    margin: 0 70px 35px 0px;
    position: relative;
  }
  
  .ny_news_qz .news_box ul li .txt{
    height: 60px;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
  }
  
  .ny_news_qz .news_box ul li .txt span{
    float: left;
    font-size: 48px;
    color: #cccccc;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 46px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .ny_news_qz .news_box ul li .txt .nr{
    float: right;
    width: 275px;
  }
  
  .ny_news_qz .news_box ul li .txt .nr a{
    font-size: 15px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .ny_news_qz .news_box ul li .txt .nr p{
    font-size: 13px;
    color: #777777;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    margin-left: 12px;
  }
  
  .ny_news_qz .news_box ul li .txt::after{
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 0;
    height: 2px;
    background: #19458c;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .ny_news_qz .news_box ul li:hover .txt::after{
    width: 100%;
  }
  
  .ny_news_qz .news_box ul li:hover .txt span{
    color: #19458c;
  }
  
  .ny_news_qz .news_box ul li .time{
    height: 45px;
    line-height: 45px;
  }
  
  .ny_news_qz .news_box ul li .time span{
    float: left;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .ny_news_qz .news_box ul li .time .more{
    display: block;
    font-size: 14px;
    color: #999;
    float: right;
    padding-left: 50px;
    background: url(../images/xt1.png) no-repeat left 27px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .ny_news_qz .news_box ul li:hover .time .more{
    color: #19458c;
  }
  


/* 石膏基自流平*/

/* news_sgj*/

.news_sgj{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.news_sgj .news_box{
    width: 1200px;
    margin: 35px auto 0 auto;
}

.news_sgj .news_box .news_l{
    float: left;
    width: 620px;
}

.news_sgj .news_box .news_l ul li{
    width: 620px;
    height: 128px;
    position: relative;
}

.news_sgj .news_box .news_l ul li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100px;
    height: 1px;
    background: #dddddd;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_sgj .news_box .news_l ul li:hover::before{
    background: #19458c;
}

.news_sgj .news_box .news_l ul li i{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #dddddd;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_sgj .news_box .news_l ul li:hover i{
    width: 100%;
    background: #19458c;
}

.news_sgj .news_box .news_l .time{
    float: left;
    width: 100px;
    text-align: right;
}

.news_sgj .news_box .news_l .time span{
    display: block;
    font-size: 24px;
    color: #999;
    margin-top: 33px;
}

.news_sgj .news_box .news_l .time p{
    font-size: 18px;
    color: #999;
    margin-top: 3px;
}

.news_sgj .news_box .news_l .txt{
    width: 490px;
    float: right;
    margin-top: 27px;

} 

.news_sgj .news_box .news_l ul li .txt a{
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_sgj .news_box .news_l ul li:hover .txt a{
    color: #19458c;

}

.news_sgj .news_box .news_l .txt p{
    font-size: 14px;
    color: #777;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 12px;
}

.news_sgj .news_box .news_r{
    width: 510px;
    height: 390px;
    float: right;

}

.news_sgj .news_box .news_r img{
    width: 510px;
    height: 390px;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
}


/* message*/

.ny_banner_1_sgj{
    width: 100%;
    height: 280px;
    margin: 60px auto 0 auto;
    background: url(../images/ny_banner_1_sgj.jpg) no-repeat center;
}

.ny_banner_1_sgj .ny_banner_1_cont{
    margin: 0 auto;
    width: 1200px;
    padding-top: 70px;
}

.ny_banner_1_sgj .ny_banner_1_cont .message{
    height: 63px;
}

.ny_banner_1_sgj .ny_banner_1_cont .message h5{
    background: url(../images/ny_m_t_sgj.png) no-repeat left center;
    height: 63px;
    padding-left: 75px;
    font-size: 24px;
    color: #fff;
    float: left;
}

.ny_banner_1_sgj .ny_banner_1_cont .message h5 span{
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.ny_banner_1_sgj .ny_banner_1_cont .message .m_nr{
    float: right;
    width: 960px;
}

.ny_banner_1_sgj .ny_banner_1_cont .message .m_nr .form-group1{
    width: 200px;
    height: 44px;
    border: 1px solid #6f89b3;
    margin-right: 50px;
    float: left;

}

.ny_banner_1_sgj .ny_banner_1_cont .message .m_nr .form-group1 input{
    width: 200px;
    height: 44px;
    background: none;
    font-size: 14px;
    color: #fff;
    text-indent: 10px;
}

.ny_banner_1_sgj .ny_banner_1_cont .message .m_nr .form-group2{
    width: 200px;
    height: 44px;
    border: 1px solid #6f89b3;
    margin-right: 50px;
    float: left;

}

.ny_banner_1_sgj .ny_banner_1_cont .message .m_nr .form-group2 input{
    width: 200px;
    height: 44px;
    background: none;
    font-size: 14px;
    color: #fff;
    text-indent: 10px;
}

.ny_banner_1_sgj .ny_banner_1_cont .message .m_nr .form-group3{
    width: 300px;
    height: 44px;
    border: 1px solid #6f89b3;
    margin-right: 50px;
    float: left;

}

.ny_banner_1_sgj .ny_banner_1_cont .message .m_nr .form-group3 textarea{
    width: 290px;
    height: 34px;
    background: none;
    font-size: 14px;
    color: #fff;
    padding: 10px 0 0 10px;
    box-sizing: content-box;
}

.ny_banner_1_sgj .ny_banner_1_cont .message .m_nr .anniu{
    float: right;
    width: 100px;
    height: 44px;
}

.ny_banner_1_sgj .ny_banner_1_cont .message .m_nr .anniu button{
    width: 100px;
    height: 44px;
    background: #fff;
    border: none;
    font-size: 20px;
    color: #19458c;
    font-weight: bold;

}

.ny_banner_1_sgj .ny_banner_1_cont .txt{
    margin: 45px auto 0 auto;
    height: 36px;
    line-height: 36px;

}

.ny_banner_1_sgj .ny_banner_1_cont .txt .txt_l{
    float: left;
    font-size: 20px;
    color: #fff;

}

.ny_banner_1_sgj .ny_banner_1_cont .txt .zx{
    float: right;
} 

.ny_banner_1_sgj .ny_banner_1_cont .txt .zx .tel{
    float: left;
    font-size: 30px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}

.ny_banner_1_sgj .ny_banner_1_cont .txt .zx .zixun{
    float: left;
    margin-left: 47px;
    width: 120px;
    height: 36px;
    background: #fff;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
} 

.ny_banner_1_sgj .ny_banner_1_cont .txt .zx .zixun a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #19458c;
}

/* case*/

.ny_case_sgj{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.ny_case_sgj .case_box{
    width: 1200px;
    margin: 30px auto 0 auto;
}

.ny_case_sgj .case_box .case_l{
    float: left;
    width: 720px;

}

.ny_case_sgj .case_box .case_l ul li{
    width: 720px;
    height: 205px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 28px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_case_sgj .case_box .case_l ul li:hover{
    background: #19458c;
}

.ny_case_sgj .case_box .case_l ul li .pic{
    float: left;
    width: 280px;
    height: 205px;
}

.ny_case_sgj .case_box .case_l ul li .pic img{
    width: 280px;
    height: 205px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.ny_case_sgj .case_box .case_l ul li .txt{
    float: left;
    width: 425px;
    height: 175px;
    background: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 15px;
}

.ny_case_sgj .case_box .case_l ul li .txt .txt_nr{
    float: left;
    margin-left: 35px;
    width: 300px;
}

.ny_case_sgj .case_box .case_l ul li .txt .txt_nr h5 a{
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 30px 0 13px 0;
}

.ny_case_sgj .case_box .case_l ul li .txt .txt_nr p{
    font-size: 14px;
    color: #777;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.ny_case_sgj .case_box .case_l ul li .txt .txt_nr .more{
    display: block;
    width: 47px;
    height: 16px;
    background: url(../images/ny_more.png) no-repeat  center;
    margin-top: 20px;
}

.ny_case_sgj .case_box .case_l ul li .txt .case_r{
    float: right;
    font-size: 44px;
    color: #f8f8f8;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    width: 40px;
    margin-right: 15px;
    margin-top: 32px;
    writing-mode:tb-rl;
}

.ny_case_sgj .case_box .case_r{
    float: right;
    width: 435px;
}

.ny_case_sgj .case_box .case_r ul li{
    width: 435px;
    height: 315px;
    background: #f5f5f5;
    border-radius: 8px;
    position: relative;
    margin-bottom: 42px;
}

.ny_case_sgj .case_box .case_r ul li .pic{
    width: 405px;
    height: 285px;
    position: relative;
}

.ny_case_sgj .case_box .case_r ul li .pic img{
    width: 405px;
    height: 285px;
    border-radius: 8px;
    margin: 15px;
}

.ny_case_sgj .case_box .case_r ul li .txt{
    width: 405px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: url(../images/ny_ico1.png) repeat center;
}

.ny_case_sgj .case_box .case_r ul li .txt a{
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}


/* ys*/

.ny_ys_bg_sgj{
    width: 100%;
    height: 592px;
    margin: 60px auto 0 auto;
    background: url(../images/ny_ys_bg_sgj.jpg) no-repeat bottom center;
}

.ny_ys_bg_sgj .ny_ys{
    width: 1200px;
    margin: 0 auto;
}

.ny_ys_bg_sgj .ny_ys .ys_box{
    width: 1200px;
    height: 498px;
    margin: 30px auto 0 auto;
    position: relative;
}

.ny_ys_bg_sgj .ny_ys .ys_box .bd{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.ny_ys_bg_sgj .ny_ys .ys_box .bd ul li{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.ny_ys_bg_sgj .ny_ys .ys_box .bd ul li .txt{
    float: left;
    width: 420px;
}

.ny_ys_bg_sgj .ny_ys .ys_box .bd ul li .txt h5{
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: #19458c;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.ny_ys_bg_sgj .ny_ys .ys_box .bd ul li .txt p{
    font-size: 15px;
    color: #444;
    line-height: 36px;
}

.ny_ys_bg_sgj .ny_ys .ys_box .bd ul li .ys_img{
    float: right;
    width: 700px;
    height: 498px;
} 

.ny_ys_bg_sgj .ny_ys .ys_box .bd ul li .ys_img img{
    width: 700px;
    height: 498px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
 
.ny_ys_bg_sgj .ny_ys .ys_box .hd{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 420px;
    height: 251px;
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li{
    float: left;
    width: 209px;
    height: 125px;
    line-height: 125px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li span{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 42px;
    margin-left: 35px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li i{
    display: block;
    width: 30px;
    height: 1px;
    background: #d4d4d5;
    margin: 62px 17px 0 17px;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li h5{
    font-size: 15px;
    color: #444;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys1 span{
    background: url(../images/ny_ys_ico1_sgj.png) no-repeat  center; 
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys2 span{
    background: url(../images/ny_ys_ico2_sgj.png) no-repeat  center; 
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys3 span{
    background: url(../images/ny_ys_ico3_sgj.png) no-repeat  center; 
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys4 span{
    background: url(../images/ny_ys_ico4_sgj.png) no-repeat  center; 
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys1{
    border-right: 1px solid #fefefe;
    border-bottom: 1px solid #fefefe;
} 

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys2{
    border-bottom: 1px solid #fefefe;
} 

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys3{
    border-right: 1px solid #fefefe;
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.on{
    background: #19458c;
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.on i{
    background: #fff;
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.on h5{
    color: #fff;
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys1.on span{
    background: url(../images/ny_ys_ico11_sgj.png) no-repeat  center; 
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys2.on span{
    background: url(../images/ny_ys_ico22_sgj.png) no-repeat  center; 
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys3.on span{
    background: url(../images/ny_ys_ico33_sgj.png) no-repeat  center; 
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys4.on span{
    background: url(../images/ny_ys_ico44_sgj.png) no-repeat  center; 
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys2.on{
    border-top-right-radius: 20px;
}

.ny_ys_bg_sgj .ny_ys .ys_box .hd ul li.ys4.on{
    border-bottom-right-radius: 20px;
}

.ny_ys_bg_sgj .ny_ys .ys_box .ys_list{
    position: absolute;
    right: -1px;
    top: -1px;
    background: url(../images/ny_ys_list.png) no-repeat  center; 
    width: 73px;
    height: 350px;
}

.ny_ys_bg_sgj .ny_ys .ys_box .ys_list h5{
    writing-mode:tb-rl;
    font-size: 18px;
    color: #444;
    line-height: 73px;
    margin-top: 30px;
    letter-spacing: 1px;

}


/* product*/

.ny_pro_bg_sgj{
    width: 100%;
    height: auto;
    margin: 60px auto 0 auto;
}

.ny_pro_bg_sgj .ny_pro{
    width: 100%;
    margin: 30px auto 0 auto;
    background: url(../images/ny_pro_bg_sgj.jpg) no-repeat top center; 
    height: 550px;
}

.ny_pro_bg_sgj .ny_pro .pro_box{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.ny_pro_bg_sgj .ny_pro .pro_box .pro_l{
    float: left;
    width: 380px;
    height: 550px;
    position: relative;
}

.ny_pro_bg_sgj .ny_pro .pro_box .pro_l .pic{
    width: 380px;
    height: 550px;
    position: relative;
}
 
.ny_pro_bg_sgj .ny_pro .pro_box .pro_l .pic img{
    width: 100%;
    height: 100%;
}

.ny_pro_bg_sgj .ny_pro .pro_box .pro_l .txt{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../images/ny_ico2.png) repeat  center; 
    border-top-right-radius: 10px;
} 

.ny_pro_bg_sgj .ny_pro .pro_box .pro_l .txt a{
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_pro_bg_sgj .ny_pro .pro_box .pro_r{
    float: right;
    width: 800px;
    margin-top: 75px;
} 

.ny_pro_bg_sgj .ny_pro .pro_box .pro_r ul li{
    float: left;
    width: 235px;
    height: 325px;
    position: relative;
    margin-left: 30px;
}

.ny_pro_bg_sgj .ny_pro .pro_box .pro_r ul li .pic{
    width: 235px;
    height: 325px;
    position: relative;
}
 
.ny_pro_bg_sgj .ny_pro .pro_box .pro_r ul li .pic img{
    width: 100%;
    height: 100%;
}

.ny_pro_bg_sgj .ny_pro .pro_box .pro_r ul li .txt{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 127px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: url(../images/ny_ico2.png) repeat  center; 
    border-top-right-radius: 10px;
} 

.ny_pro_bg_sgj .ny_pro .pro_box .pro_r ul li .txt a{
    font-size: 15px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.ny_pro_bg_sgj .ny_pro.pro2{
    width: 100%;
    margin: 3px auto 0 auto;
    background: url(../images/ny_pro_bg1_sgj.jpg) no-repeat top center; 
    height: 550px;
}

.ny_pro_bg_sgj .ny_pro.pro2 .pro_box{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_r{
    float: right;
    width: 380px;
    height: 550px;
    position: relative;
}

.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_r .pic{
    width: 380px;
    height: 550px;
    position: relative;
}
 
.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_r .pic img{
    width: 100%;
    height: 100%;
}

.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_r .txt{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../images/ny_ico2.png) repeat  center; 
    border-top-right-radius: 10px;
} 

.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_r .txt a{
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_l{
    float: left;
    width: 800px;
    margin-top: 75px;
} 

.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_l ul li{
    float: left;
    width: 235px;
    height: 325px;
    position: relative;
    margin-right: 30px;
}

.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_l ul li .pic{
    width: 235px;
    height: 325px;
    position: relative;
}
 
.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_l ul li .pic img{
    width: 100%;
    height: 100%;
}

.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_l ul li .txt{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 127px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: url(../images/ny_ico2.png) repeat  center; 
    border-top-right-radius: 10px;
} 

.ny_pro_bg_sgj .ny_pro.pro2 .pro_box .pro_l ul li .txt a{
    font-size: 15px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* ny_about*/

/* tuijian*/

.ny_tuijian{
    width: 1200px;
    margin: 70px auto 70px auto;
}

.ny_tuijian .tuijian_t{
    text-align: center;
}

.ny_tuijian .tuijian_t h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;

}

.ny_tuijian .tuijian_t span{
    display: block;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 2px;
}

.ny_tuijian .tuijian_box{
    margin: 40px auto 0 auto;
}

.ny_tuijian .tuijian_box ul li{
    float: left;
    width: 280px;
    height: 380px;
    margin: 0 9px;
    border: 1px solid #dddddd;
}

.ny_tuijian .tuijian_box ul li .pic{
    width: 208px;
    height: 264px;
    margin: 25px auto 0 auto;

}

.ny_tuijian .tuijian_box ul li .pic img{
    width: 208px;
    height: 264px;
    display: block;
}

.ny_tuijian .tuijian_box ul li .txt{
    text-align: center;
    margin: 20px 15px 0 15px;
}

.ny_tuijian .tuijian_box ul li .txt a{
    font-size: 16px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_tuijian .tuijian_box ul li .txt p{
    font-size: 14px;
    color: #999999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}


/* honor*/

.ny_honor_bg{
    width: 100%;
    height: 698px;
    margin: 0 auto;
    background: url(../images/ny_ab_bg.jpg) no-repeat top center; 
}

.ny_honor_bg .ny_honor{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.ny_honor_bg .ny_honor .honor_t{
    overflow: hidden;
}

.ny_honor_bg .ny_honor .honor_t  .title_l{
    float: left;
}

.ny_honor_bg .ny_honor .honor_t  .title_l i{
    display: block;
    width: 310px;
    height: 2px;
    background: #19458c;

}

.ny_honor_bg .ny_honor .honor_t  .title_l span{
    display: block;
    font-size: 20px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 13px 0 10px 0;

}

.ny_honor_bg .ny_honor .honor_t  .title_l h3{
    font-size: 26px;
    color: #000000;
}

.ny_honor_bg .ny_honor .honor_t  .more{
    float: right;
    background: url(../images/ny_more1.png) no-repeat  center; 
    width: 133px;
    margin-top: 40px;
}

.ny_honor_bg .ny_honor .honor_t  .more a{
    display: block;
    font-size: 14px;
    color: #888;
    padding-left: 57px;
}

.ny_honor_bg .ny_honor .ny_honor_nr{
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
}

.ny_honor_bg .ny_honor .ny_honor_box{
    margin: 35px auto 0 auto;
}

.ny_honor_bg .ny_honor .ny_honor_box .bd{
    width: 1200px;
    margin: 0 auto;
    height: 252px;
}

.ny_honor_bg .ny_honor .ny_honor_box .bd ul li{
    float: left;
    width: 280px;
    height: 250px;
    background: #fff;
    border: 1px solid #dddddd;
    margin: 0 9px;
}

.ny_honor_bg .ny_honor .ny_honor_box .bd ul li .pic{
    width: 260px;
    height: 190px;
    margin: 10px 10px 0 10px;

}

.ny_honor_bg .ny_honor .ny_honor_box .bd ul li .pic img{
    width: 260px;
    height: 190px;
}

.ny_honor_bg .ny_honor .ny_honor_box .bd ul li .txt{
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 260px;
    margin: 0 auto;

}

.ny_honor_bg .ny_honor .ny_honor_box .bd ul li .txt a{
    font-size: 14px;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_honor_bg .ny_honor .ny_honor_box .hd{
    margin: 52px auto 0 auto;
    width: 40px;
}

.ny_honor_bg .ny_honor .ny_honor_box .hd .next{
    float: left;
    cursor: pointer;
    background: url(../images/ny_hot_left.png) no-repeat  center; 
    width: 13px;
    height: 19px;
}

.ny_honor_bg .ny_honor .ny_honor_box .hd .prev{
    float: right;
    cursor: pointer;
    background: url(../images/ny_hot_right.png) no-repeat  center; 
    width: 13px;
    height: 19px;
}



/* ny_banner_1_ab*/

.ny_banner_1_ab{
    width: 100%;
    height: 350px;
    margin: 0 auto;
    background: url(../images/ny_banner_1_ab.jpg) no-repeat top center; 
}

.ny_banner_1_ab .ny_banner_1_con{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ny_banner_1_ab .ny_banner_1_con h5{
    font-size: 24px;
    color: #fff;
    padding-top: 70px;

}

.ny_banner_1_ab .ny_banner_1_con i{
    display: block;
    width: 60px;
    height: 5px;
    background: #f3f3f3;
    margin: 25px auto 30px auto;
}

.ny_banner_1_ab .ny_banner_1_con p{
    font-size: 18px;
    color: #fff;
}

.ny_banner_1_ab .ny_banner_1_con img{
    margin-top: 40px;

}


/* ny_fc_bg*/

.ny_fc_bg{
    width: 100%;
    height: 614px;
    margin: 0 auto;
    background: url(../images/ny_fc_bg.jpg) no-repeat top center; 
}

.ny_fc_bg .ny_fc{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    box-sizing: content-box;
}

.ny_fc_bg .ny_fc .fc_t{
    overflow: hidden;
}

.ny_fc_bg .ny_fc .fc_t  i{
    display: block;
    width: 310px;
    height: 2px;
    background: #19458c;

}

.ny_fc_bg .ny_fc .fc_t  span{
    display: block;
    font-size: 20px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 13px 0 10px 0;

}

.ny_fc_bg .ny_fc .fc_t  h3{
    font-size: 26px;
    color: #000000;
}

.ny_fc_bg .ny_fc .fc_box{
    margin: 60px auto 0 auto;
    position: relative;
}

.ny_fc_bg .ny_fc .fc_box .hd{
    float: left;
    width: 90px;
    margin-top: 60px;
    position: relative;
}

.ny_fc_bg .ny_fc .fc_box .hd::after{
    position: absolute;
    content: "";
    left: 6px;
    top: 123px;
    width: 1px;
    height: 205px;
    background: #19458c;
}

.ny_fc_bg .ny_fc .fc_box .hd ul{
    text-align: center;
}

.ny_fc_bg .ny_fc .fc_box .hd ul li{
    width: 12px;
    height: 12px;
    margin-bottom: 15px;
    background: url(../images/ny_buttom1.png) no-repeat  center; 
}

.ny_fc_bg .ny_fc .fc_box .hd ul li.on{
    background: url(../images/ny_buttom2.png) no-repeat  center; 
}

.ny_fc_bg .ny_fc .fc_box .bd{
    float: right;
    width: 1090px;
} 

.ny_fc_bg .ny_fc .fc_box .bd ul li{
    float: left;
    width: 322px;
    margin: 0 0 0 40px;
    position: relative;
}

.ny_fc_bg .ny_fc .fc_box .bd ul li .pic{
    width: 320px;
    height: 260px;
    border: 1px solid #dddddd;

}

.ny_fc_bg .ny_fc .fc_box .bd ul li .pic img{
    width: 300px;
    height: 240px;
    margin: 10px;
}

.ny_fc_bg .ny_fc .fc_box .bd ul li .txt{
    position: relative;
    height: 55px;
    width: 265px;
    margin: 0 auto;
} 

.ny_fc_bg .ny_fc .fc_box .bd ul li .txt h6{
    float: left;
    width: 60px;
    height: 70px;
    line-height: 70px;
    background: #19458c;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -15px;
}

.ny_fc_bg .ny_fc .fc_box .bd ul li .txt .txt_nr{
    float: right;
    width: 185px;
    line-height: 55px;
}

.ny_fc_bg .ny_fc .fc_box .bd ul li .txt .txt_nr h5 a{
    float: left;
    width: 150px;
    font-size: 15px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_fc_bg .ny_fc .fc_box .bd ul li .txt .txt_nr .more{
    float: right;
    font-size: 16px;
    color: #000000;
    font-family: "simsun";
}

/* ny_team*/

.ny_team_bg{
    width: 100%;
    height: 790px;
    margin: 0 auto;
    background: url(../images/ny_team_bg.jpg) no-repeat top center; 
}

.ny_team_bg .ny_team{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    box-sizing: content-box;
}

.ny_team_bg .ny_team .team_t{
    overflow: hidden;
    float: left;
    width: 443px;
    height: 330px;
}

.ny_team_bg .ny_team .team_t  i{
    display: block;
    width: 310px;
    height: 2px;
    background: #19458c;

}

.ny_team_bg .ny_team .team_t  span{
    display: block;
    font-size: 20px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 13px 0 10px 0;

}

.ny_team_bg .ny_team .team_t  h3{
    font-size: 26px;
    color: #000000;
}

.ny_team_bg .ny_team .team_t p{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin-top: 40px;

}

.ny_team_bg .ny_team .team_t p em{
    font-size: 30px;
    color: #24548b;
    font-weight: bold;
}
 

.ny_team_bg .ny_team .team_box ul li{
    float: left;
    width: 377px;
    height: 330px;
    position: relative;
    overflow: hidden;
}

.ny_team_bg .ny_team .team_box ul li .pic{
    width: 377px;
    height: 330px;
    position: relative;
}

.ny_team_bg .ny_team .team_box ul li .pic img{
    width: 100%;
    height: 100%;
}

.ny_team_bg .ny_team .team_box ul li .txt{
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.ny_team_bg .ny_team .team_box ul li .txt a{
    font-size: 16px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    box-sizing: content-box;
    padding: 0 5px;
}

.ny_team_bg .ny_team .team_box ul li:hover .txt{
    bottom: 0px;
}

.ny_team_bg .ny_team .team_box ul li:nth-child(3){
    width: 443px;
    height: 321px;

}

.ny_team_bg .ny_team .team_box ul li:nth-child(3) .pic{
    width: 443px;
    height: 321px;
    position: relative;
}

.ny_team_bg .ny_team .team_box ul li:nth-child(4){
    width: 377px;
    height: 321px;

}

.ny_team_bg .ny_team .team_box ul li:nth-child(4) .pic{
    width: 377px;
    height: 321px;
    position: relative;
}

.ny_team_bg .ny_team .team_more{
    float: right;
    margin: 165px 130px 0 0;
    background: url(../images/ny_more1.png) no-repeat center;
    width: 133px;
}

.ny_team_bg .ny_team .team_more a{
    display: block;
    font-size: 14px;
    color: #888;
    padding-left: 57px;
}


/* 新闻中心*/

/* ny_news_t*/

.ny_news_t{
    width: 1200px;
    height: 100px;
    margin: 0px auto 0 auto;
    overflow: hidden;
}

.ny_news_t .ny_title_s{
    float: left;
    position: relative;
}

.ny_news_t .ny_title_s span{
    display: block;
    font-size: 108px;
    color: #f3f3f3;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100px;
}

.ny_news_t .ny_title_s h3{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    top: -70px;
    position: relative;
}

.ny_news_t .ny_title_s h3 i{
    display: block;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    margin-left: 35px;
}

.ny_news_t .more{
    float: right;
    font-size: 16px;
    color: #999999;
    position: relative;
    margin-top: 22px;
}

.ny_news_t .more::after{
    position: absolute;
    content: "";
    left: -215px;
    top: 12px;
    width: 200px;
    height: 1px;
    background: #dddddd;
}

/* news*/

.ny_news{
    width: 1200px;
    margin: 40px auto 0 auto;
}

.ny_news .ny_news_list{
    width: 1200px;
    margin: 40px auto 0 auto;
    height: 56px;
    border-bottom: 1px solid #dddddd;
}

.ny_news .ny_news_list .news_t{
    float: left;
    padding-left: 43px;
    line-height: 32px;
    background: url(../images/ny_buttom4.png) no-repeat left center;
}

.ny_news .ny_news_list .news_t h3{
    font-size: 22px;
    color: #333;

}

.ny_news .ny_news_list  .ny_news_fl{
    float: left;
    margin-left: 120px;
}

.ny_news .ny_news_list .ny_news_fl ul li{
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-right: 48px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_news .ny_news_list .ny_news_fl ul li a{
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 35px;
    background: url(../images/ny_buttom6.png) no-repeat 20px center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_news .ny_news_list .ny_news_fl ul li:hover{
    background: #19458c;
    border: 1px solid #19458c;
}

.ny_news .ny_news_list .ny_news_fl ul li:hover a{
    color: #fff;
    background: url(../images/ny_buttom5.png) no-repeat 20px center;
}

.ny_news .ny_news_box{
    width: 1200px;
    margin: 45px auto 0 auto;
}

.ny_news .ny_news_box .ny_news_top{
    width: 1200px;
    margin: 40px auto 0 auto;
    height: 248px;
    background: #fbfbfb;
}

.ny_news .ny_news_box .ny_news_top .news_img{
    float: left;
    height: 248px;
    width: 330px;
}

.ny_news .ny_news_box .ny_news_top .news_img img{
    height: 248px;
    width: 330px;
}

.ny_news .ny_news_box .ny_news_top .txt{
    float: right;
    width: 770px;
    margin-right: 45px;
} 

.ny_news .ny_news_box .ny_news_top .txt a{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 33px 0 13px 0;
}

.ny_news .ny_news_box .ny_news_top .txt p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    height: 108px;
    overflow: hidden;

}

.ny_news .ny_news_box .ny_news_top .txt span{
    display: block;
    font-size: 16px;
    color: #19458c;
    font-weight: bold;
    margin-top: 12px;
}

.ny_news .ny_news_box .ny_news_show{
    margin: 50px auto 0 auto;
    width: 1200px;

}

.ny_news .ny_news_box .ny_news_show ul li{
    width: 263px;
    height: 208px;
    border: 1px solid #dddddd;
    float: left;
    z-index: 5;
    padding: 0 23px 0 12px;
    position: relative;
    z-index: 5;

}

.ny_news .ny_news_box .ny_news_show ul li a{
    font-size: 16px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 25px 0 12px 0;
}

.ny_news .ny_news_box .ny_news_show ul li p{
    font-size: 13px;
    color: #777;
    line-height: 30px;
    height: 90px;
    overflow: hidden;

}

.ny_news .ny_news_box .ny_news_show ul li span{
    display: block;
    font-size: 13px;
    color: #19458c;
    margin-top: 15px;

}

.ny_news .ny_news_box .ny_news_show ul li i{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: url(../images/ny_news_list.jpg) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}


.ny_news .ny_news_box .ny_news_show ul li:hover i{
    height: 100%;
}


/* news2*/

.ny_news2_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 680px;
    background: #fbfbfb;
}

.ny_news2_bg .ny_news_t{
    padding-top: 50px;
    box-sizing: content-box;
}


.ny_news2_bg .ny_news2_box{
    margin: 35px auto 0 auto;
    width: 1280px;
}

.ny_news2_bg .ny_news2_box .news_l{
    float: left;
    width: 710px;
    height: 280px;
    background: #fff;
    border-radius: 8px;
    margin-right: 55px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .01);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .01);
}

.ny_news2_bg .ny_news2_box .news_l .news_img{
    float: left;
    width: 350px;
    height: 280px;

}

.ny_news2_bg .ny_news2_box .news_l .news_img img{
    width: 350px;
    height: 280px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.ny_news2_bg .ny_news2_box .news_l .news_nr{
    float: right;
    width: 300px;
    margin-right: 23px;
}

.ny_news2_bg .ny_news2_box .news_l .news_nr a{
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 47px 0 18px 0;
}

.ny_news2_bg .ny_news2_box .news_l .news_nr i{
    display: block;
    width: 29px;
    height: 2px;
    background: #dddddd;

}

.ny_news2_bg .ny_news2_box .news_l .news_nr p{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 25px;

}

.ny_news2_bg .ny_news2_box .news_l .news_nr span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 13px;
}

.ny_news2_bg .ny_news2_box .news_r{
    padding-top: 10px;

}

.ny_news2_bg .ny_news2_box .news_r ul li{
    float: left;
    margin: 0px 59px 60px 0;
    width: 435px;
}

.ny_news2_bg .ny_news2_box .news_r ul li .time{
    float: left;
    height: 100px;
    width: 79px;
    border-right: 1px solid #dddddd;

}

.ny_news2_bg .ny_news2_box .news_r ul li .time span{
    display: block;
    font-size: 48px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 50px;
    margin-top: 13px;
}

.ny_news2_bg .ny_news2_box .news_r ul li .time p{
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.ny_news2_bg .ny_news2_box .news_r ul li .txt{
    float: right;
    width: 335px;
}

.ny_news2_bg .ny_news2_box .news_r ul li .txt a{
    font-size: 16px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_news2_bg .ny_news2_box .news_r ul li .txt p{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 12px;

}


.ny_news2_bg .ny_news2_box .news_r ul li:nth-child(3){
    width: 325px;
}

.ny_news2_bg .ny_news2_box .news_r ul li:nth-child(3) .txt{
    width: 230px;
}

.ny_news2_bg .ny_news2_box .news_r ul li:nth-child(4){
    width: 325px;
}

.ny_news2_bg .ny_news2_box .news_r ul li:nth-child(4) .txt{
    width: 230px;
}


.ny_news2_bg .ny_news2_box .news_r ul li:hover .txt a{
    color: #19458c;
}




/* news3*/

.ny_news3{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.ny_news3 .ny_news3_box{
    margin: 25px auto 0 auto;
    width: 1280px;
}

.ny_news3 .ny_news3_box ul li{
    float: left;
    width: 350px;
    margin: 0 70px 35px 0px;
    position: relative;
  }
  
  .ny_news3 .ny_news3_box ul li .txt{
    height: 60px;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
  }
  
  .ny_news3 .ny_news3_box ul li .txt span{
    float: left;
    font-size: 48px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 46px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .ny_news3 .ny_news3_box ul li .txt .nr{
    float: right;
    width: 275px;
  }
  
  .ny_news3 .ny_news3_box ul li .txt .nr a{
    font-size: 15px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .ny_news3 .ny_news3_box ul li .txt .nr p{
    font-size: 13px;
    color: #777777;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    margin-left: 12px;
  }
  
  .ny_news3 .ny_news3_box ul li .txt::after{
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 0;
    height: 2px;
    background: #19458c;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .ny_news3 .ny_news3_box ul li:hover .txt::after{
    width: 100%;
  }
  
  .ny_news3 .ny_news3_box ul li:hover .txt span{
    color: #19458c;
  }
  
  .ny_news3 .ny_news3_box ul li .time{
    height: 45px;
    line-height: 45px;
  }
  
  .ny_news3 .ny_news3_box ul li .time span{
    float: left;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .ny_news3 .ny_news3_box ul li .time .more{
    display: block;
    font-size: 14px;
    color: #999;
    float: right;
    padding-left: 50px;
    background: url(../images/xt1.png) no-repeat left 27px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .ny_news3 .ny_news3_box ul li:hover .time .more{
    color: #19458c;
  }
  

/* news4*/

.ny_news4{
    width: 1200px;
    margin: 30px auto 30px auto;
}

.ny_news4 .ny_news4_box{
    margin: 35px auto 0 auto;
    width: 1280px;
}

.ny_news4 .ny_news4_box ul li{
    float: left;
    width: 380px;
    height: 150px;
    border-top: 1px solid #dddddd;
    margin: 0 30px 0 0;
}

.ny_news4 .ny_news4_box ul li .txt{
    float: left;
    width: 270px;
    margin-top: 30px;
}

.ny_news4 .ny_news4_box ul li .txt a{
    padding-left: 30px;
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/ny_buttom3.png) no-repeat left center;
    padding-left: 30px;
}

.ny_news4 .ny_news4_box ul li .txt p{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 8px 0 0 30px;
}

.ny_news4 .ny_news4_box ul li .time{
    float: right;
    width: 65px;
    height: 75px;
    background: #19458c;
    margin-top: 35px;
    text-align: center;
} 

.ny_news4 .ny_news4_box ul li .time span{
    display: block;
    font-size: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 32px;
    margin-top: 13px;
}

.ny_news4 .ny_news4_box ul li .time p{
    font-size: 12px;
    color: #fff;
}




/* 保温砂浆*/

.yc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gd {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .dx {
    text-transform: uppercase;
  }
  .pr {
    position: relative;
  }
  .pa {
    position: absolute;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .clearboth {
    clear: both;
  }
  .juzhong {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .textdq {
    text-align: justify;
  }
  .dl-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .PageProduct1 .PageProduct1Title {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 10px;
  }
  .PageProduct1 .PageProduct1Title h4 a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: block;
  }
  .PageProduct1 .PageProduct1Title p {
    text-transform: uppercase;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #999999;
    font-size: 14px;
  }
  .PageProduct1 .PageProduct1List {
    width: 100%;
    height: auto;
    background: url(../images/PageAboutTitle.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 50px;
  }
  .PageProduct1 .PageProduct1List ul li {
    width: 280px;
    border: 1px solid #dddddd;
    float: left;
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 24px;
  }
  .PageProduct1 .PageProduct1List ul li .PageProduct1ListCenter {
    width: 80%;
    height: auto;
    display: block;
    margin: 30px auto 20px;
  }
  .PageProduct1 .PageProduct1List ul li .PageProduct1ListCenter img {
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: auto;
  }
  .PageProduct1 .PageProduct1List ul li .pageProduct1ListText {
    display: block;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    white-space: nowrap;
  }
  .PageProduct1 .PageProduct1List ul li span {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 10px;
  }
  .PageProduct1 .PageProduct1List ul li:nth-child(4n) {
    margin-right: 0;
  }
  .PageProduct1 .PageProduct1List ul li:hover {
    border: 1px solid #19458c;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .PageProduct1 .PageProduct1List ul li:hover .PageProduct1ListCenter img {
    transform: scale(1.1);
  }
  .PageProduct1 .PageProduct1List ul li:hover .pageProduct1ListText {
    transform: translatey(5px);
    color: #19458c;
  }
  .PageProduct1 .PageProduct1List ul li:hover span {
    transform: translatey(-2px);
  }
  .PageProduct1 .PageProduct1Reason {
    width: 100%;
    height: 750px;
    background: url(../images/PageProduct1Reason.jpg) no-repeat center;
    margin-top: 25px;
    position: relative;
  }
  .PageProduct1 .PageProduct1Reason .PageProduct1ReasonTitle {
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 585px;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 585px;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList .pageProduct1ReasonBoxListL {
    width: 720px;
    height: 585px;
    display: block;
    position: absolute;
    top: 0;
    left: -360px;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList .pageProduct1ReasonBoxListL img {
    width: 720px;
    height: 585px;
    display: block;
    border-radius: 152px 0 0 0;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList .pageProduct1ReasonBoxListR {
    width: 770px;
    position: absolute;
    right: 0;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList .pageProduct1ReasonBoxListR h4 {
    font-size: 32px;
    font-weight: bold;
    padding: 50px 0;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList .pageProduct1ReasonBoxListR .pageProduct1ReasonBoxListRTitle {
    height: 86px;
    width: 100%;
    background: url(../images/pageProduct1ReasonBoxListRTitleLine.png) no-repeat 55% 70%;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList .pageProduct1ReasonBoxListR .pageProduct1ReasonBoxListRTitle .pageProduct1ReasonBoxListRTitleL {
    float: left;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList .pageProduct1ReasonBoxListR .pageProduct1ReasonBoxListRTitle .pageProduct1ReasonBoxListRTitleL h5 {
    font-size: 24px;
    padding-top: 35px;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList .pageProduct1ReasonBoxListR .pageProduct1ReasonBoxListRTitle .pageProduct1ReasonBoxListRTitleL p {
    font-size: 14px;
    text-transform: uppercase;
    color: #cccccc;
    line-height: 1.3;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList .pageProduct1ReasonBoxListR .pageProduct1ReasonBoxListRTitle .pageProduct1ReasonBoxListRTitleR {
    font-size: 90px;
    line-height: 90px;
    color: #e9eaeb;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    float: right;
    font-weight: bold;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .bd .pageProduct1ReasonBoxList .pageProduct1ReasonBoxListR span {
    font-size: 14px;
    line-height: 42px;
    margin-top: 20px;
    display: block;
    color: #666666;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .hd {
    position: absolute;
    width: 770px;
    right: 0;
    top: 420px;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .hd ul li {
    background: url(../images/pageProduct1ReasonBoxIco1.png) no-repeat;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    float: left;
    background-position: 0px 0px;
    padding-left: 50px;
    background-repeat: no-repeat;
    padding-right: 94px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .hd ul li:nth-child(2) {
    background: url(../images/pageProduct1ReasonBoxIco2.png) no-repeat;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .hd ul li:nth-child(3) {
    background: url(../images/pageProduct1ReasonBoxIco3.png) no-repeat;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .hd ul li:nth-child(4) {
    background: url(../images/pageProduct1ReasonBoxIco4.png) no-repeat;
    padding-right: 0;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .hd ul li:hover {
    background-position: 0px -28px;
    font-weight: bold;
    color: #19458c;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .hd ul li.on {
    background-position: 0px -28px;
    font-weight: bold;
    color: #19458c;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .pageProduct1ReasonBoxJt {
    width: 884px;
    height: 96px;
    background: #19458c url(../images/pageProduct1ReasonBoxJtBg.png) no-repeat 200px 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50px 0 0 0;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .pageProduct1ReasonBoxJt .pageProduct1ReasonBoxJtL {
    width: 36px;
    height: 36px;
    float: left;
    background: url(../images/pageProduct1ReasonBoxJtL.png) no-repeat center;
    cursor: pointer;
    margin-left: 60px;
    margin-top: 40px;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .pageProduct1ReasonBoxJt .pageProduct1ReasonBoxJtR {
    width: 36px;
    height: 36px;
    cursor: pointer;
    float: left;
    margin-left: 30px;
    margin-top: 40px;
    background: url(../images/pageProduct1ReasonBoxJtR.png) no-repeat center;
  }
  .PageProduct1 .PageProduct1Reason .pageProduct1ReasonBox .pageProduct1ReasonBoxJt h4 {
    position: absolute;
    top: 0;
    left: 660px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    padding-top: 36px;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox {
    height: 476px;
    margin-top: 50px;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .bd .pageProduct1CaseL {
    width: 560px;
    float: left;
    position: relative;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .bd .pageProduct1CaseL h4 {
    padding-top: 30px;
    font-size: 16px;
    padding-left: 50px;
    color: #343434;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/pageProduct1CaseTitle.png) no-repeat top left;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .bd .pageProduct1CaseL .pageProduct1CaseLTitle {
    display: block;
    position: absolute;
    z-index: 999;
    height: 52px;
    background: url(../images/pageProduct1CaseLTitle.png) no-repeat center right;
    font-size: 18px;
    padding: 0px 120px 0 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 60px;
    width: 310px;
    line-height: 52px;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .bd .pageProduct1CaseL p {
    line-height: 36px;
    text-align: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 108px;
    color: #666;
    margin-top: 150px;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .bd .pageProduct1CaseR {
    width: 600px;
    float: right;
    height: 476px;
    background: url(../images/pageProduct1CaseR.png) no-repeat 260px 5px;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .bd .pageProduct1CaseR a {
    display: block;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .bd .pageProduct1CaseR a img {
    display: block;
    width: 580px;
    height: 410px;
    border-radius: 0 120px 0 120px;
    object-fit: contain;
    background-color: #fff;
    padding: 9px;
    border: 1px solid #ddd;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .hd {
    position: absolute;
    bottom: 0;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .hd ul li {
    float: left;
    width: 160px;
    height: 125px;
    margin-right: 40px;
    background: #19458c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .hd ul li a {
    display: block;
    width: 160px;
    height: 125px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .hd ul li a img {
    display: block;
    width: 160px;
    height: 125px;
    object-fit: cover;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .hd ul li:nth-child(3) {
    margin-right: 0;
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .hd ul li:hover a {
    transform: scale(0.9);
  }
  .PageProduct1 .pageProduct1Case .pageProduct1CaseBox .hd ul li.on a {
    transform: scale(0.9);
  }
  

.ny_news4.bw{
    width: 1200px;
    margin: 0px auto 30px auto;
}


/* ny_message*/

.ny_message_bw{
    width: 100%;
    height: 277px;
    margin: 70px auto 0 auto;
    background: url(../images/ny_message_bw.jpg) no-repeat center;
}

.ny_message_bw  .message_cont{
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
    box-sizing: content-box;
}

.ny_message_bw  .message_cont .m_l{
    float: left;
    margin-left: 60px;
}

.ny_message_bw  .message_cont .m_l h5{
    font-size: 20px;
    color: #fff;
    margin: 25px 0 22px 0;
}

.ny_message_bw  .message_cont .m_l p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.ny_message_bw  .message_cont .m_r{
    float: right;
    width: 795px;
} 

.ny_message_bw  .message_cont .m_r .m_nr{
    height: 45px;
    margin-bottom: 25px;
}

.ny_message_bw  .message_cont .m_r .form-group1{
    float: left;
    width: 238px;
    height: 43px;
    border: 1px solid #97aaca;
    margin-right: 20px;
}

.ny_message_bw  .message_cont .m_r .form-group1 input{
    width: 238px;
    height: 43px;
    font-size: 14px;
    color: #fff;
    text-indent: 20px;
    background: none;
}

.ny_message_bw  .message_cont .m_r .form-group2{
    float: left;
    width: 238px;
    height: 43px;
    border: 1px solid #97aaca;
}

.ny_message_bw  .message_cont .m_r .form-group2 input{
    width: 238px;
    height: 43px;
    font-size: 14px;
    color: #fff;
    text-indent: 20px;
    background: none;
}

.ny_message_bw  .message_cont .m_r .form-group4{
    float: right;
    width: 270px;
    height: 43px;
    border: 1px solid #97aaca;
}

.ny_message_bw  .message_cont .m_r .form-group4 input{
    width: 170px;
    height: 43px;
    font-size: 14px;
    color: #fff;
    text-indent: 20px;
    background: none;
    float: left;
}

.ny_message_bw  .message_cont .m_r .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
    margin: 3px 3px 0 0;
}


.ny_message_bw  .message_cont .m_r .form-group3{
    float: left;
    width: 648px;
    height: 108px;
    border: 1px solid #97aaca;
}

.ny_message_bw  .message_cont .m_r .form-group3 textarea{
    width: 628px;
    height: 98px;
    font-size: 14px;
    color: #fff;
    background: none;
    padding: 10px 0 0 20px;
    box-sizing: content-box;
}

.ny_message_bw  .message_cont .m_r .anniu{
    float: right;
    width: 130px;
    height: 110px;
}

.ny_message_bw  .message_cont .m_r .anniu button{
    width: 50px;
    height: 110px;
    background: #fff;
    padding: 0 40px;
    box-sizing: content-box;
    font-size: 16px;
    color: #19458c;
    font-weight: bold;
    border: none;
    cursor: pointer;
}



/* ny_news_cz*/


/*ys*/

.ys_bg_cz{
    width: 100%;
    margin: 65px auto 0 auto;
    height: 700px;
    background: url(../images/ny_ys_bg_cz.jpg) no-repeat  bottom center;
    overflow: hidden;
}

.ys_bg_cz .ys{
    width: 1280px;
    height: 710px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}

.ys_bg_cz .ys .ys_t{

}

.ys_bg_cz .ys .ys_t h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;

}

.ys_bg_cz .ys .ys_t h3 span{
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-left: 20px;
}

.ys_bg_cz .ys .ys_t p{
    font-size: 16px;
    color: #333;
    margin-top: 3px;
}

.ys_bg_cz .ys .ys_box_cz{
    margin: 10px auto 0 auto;
    width: 1200px;
    position: relative;
    height: 492px;
}

.ys_bg_cz .ys .ys_box_cz .bd{
    margin: 0px auto 0 auto;
    width: 1200px;
    height: 460px;
    overflow: hidden;
}

.ys_bg_cz .ys .ys_box_cz .bd ul li{
    margin: 0px auto 0 auto;
    width: 1200px;
}

.ys_bg .ys .ys_box .bd ul li{
    margin: 0px auto 0 auto;
    width: 1200px;
    height: 460px;
    float: left;
}

.ys_bg_cz .ys .ys_box_cz .bd ul li .txt{
    float: left;
    width: 560px;
    margin-top: 30px;
}

.ys_bg_cz .ys .ys_box_cz .bd ul li .txt h5{
    font-size: 30px;
    color: #333;
    border-bottom: 1px solid #c3e8dc;
    margin-bottom: 25px;
}

.ys_bg_cz .ys .ys_box_cz .bd ul li .txt h5 span{
    font-size: 72px;
    color: #19458c;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
    line-height: 85px;

}

.ys_bg_cz .ys .ys_box_cz .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 42px;
}

.ys_bg_cz .ys .ys_box_cz .bd ul li .ys_img{
    float: right;
    width: 600px;
    height: 460px;
    background: #19458c;
    border-top-left-radius: 85px;
} 

.ys_bg_cz .ys .ys_box_cz .bd ul li .ys_img img{
    width: 592px;
    height: 452px;
    margin: 4px;
    border-top-left-radius: 85px;
}

.ys_bg_cz .ys .ys_box_cz .hd{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 700px;
    height: 173px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    border-bottom-left-radius: 60px;
}

.ys_bg_cz .ys .ys_box_cz .hd ul li{
    float: left;
    width: 173px;
    text-align: center;

}

.ys_bg_cz .ys .ys_box_cz .hd ul li span{
    display: block;
    width: 36px;
    height: 36px;
    margin: 50px auto 20px auto;

}

.ys_bg_cz .ys .ys_box_cz .hd ul li h5{
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg_cz .ys .ys_box_cz .hd ul li.ys1 span{
    background: url(../images/ny_ys_ico1_cz.png) no-repeat center;
}

.ys_bg_cz .ys .ys_box_cz .hd ul li.ys2 span{
    background: url(../images/ny_ys_ico2_cz.png) no-repeat center;
}

.ys_bg_cz .ys .ys_box_cz .hd ul li.ys3 span{
    background: url(../images/ny_ys_ico3_cz.png) no-repeat center;
}

.ys_bg_cz .ys .ys_box_cz .hd ul li.ys4 span{
    background: url(../images/ny_ys_ico4_cz.png) no-repeat center;
}

.ys_bg_cz .ys .ys_box_cz .hd ul li.on h5{
    color: #19458c;
}

.ys_bg_cz .ys .ys_box_cz .hd ul li.ys1.on span{
    background: url(../images/ny_ys_ico11_cz.png) no-repeat center;
}

.ys_bg_cz .ys .ys_box_cz .hd ul li.ys2.on span{
    background: url(../images/ny_ys_ico22_cz.png) no-repeat center;
}

.ys_bg_cz .ys .ys_box_cz .hd ul li.ys3.on span{
    background: url(../images/ny_ys_ico33_cz.png) no-repeat center;
}

.ys_bg_cz .ys .ys_box_cz .hd ul li.ys4.on span{
    background: url(../images/ny_ys_ico44_cz.png) no-repeat center;
}

.ys_bg_cz .ys .ys_box_cz .ys_list{
    position: absolute;
    right: 55px;
    top: -75px;
    background: url(../images/ys_t.png) no-repeat center;
    width: 61px;
    height: 356px;
}

/*case*/

.case_bg_cz{
    width: 100%;
    margin: 45px auto 0 auto;
    height: 670px;
    background: url(../images/ny_case_bg_cz.jpg) no-repeat  bottom center;
    overflow: hidden;
}

.case_bg_cz .case{
    width: 1200px;
    height: 670px;
    margin: 0 auto;
    position: relative;
}



.case_bg_cz .case .ny_case_t{
    height: 105px;
    border-bottom: 1px solid #ddd;

}

.case_bg_cz .case .ny_case_t .c_title{
    float: left;
    position: relative;
}

.case_bg_cz .case .ny_case_t .c_title span{
    display: block;
    font-size: 108px;
    color: #eeeeee;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 85px;
}

.case_bg_cz .case .ny_case_t .c_title h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: -60px;

} 

.case_bg_cz .case .ny_case_t .c_title h3 i{
    display: block;
    font-size: 18px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: right;
}


.case_bg_cz .case .ny_case_t .more{
    float: right;
    margin-right: 20px;
    line-height: 85px;
}

.case_bg_cz .case .ny_case_t .more a{
    font-size: 16px;
    color: #666;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/ny_buttom7.png) no-repeat left center;
    padding-left: 24px;
}

.case_bg_cz .case .case_box_cz{
    margin: 40px auto 0 auto;
}

.case_bg_cz .case .case_box_cz .case_l{
    float: left;
    width: 405px;
    position: relative;
}


.case_bg_cz .case .case_box_cz .case_l .pic{
    width: 405px;
    height: 320px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg_cz .case .case_box_cz .case_l .pic img{
    width: 385px;
    height: 300px;
    margin: 10px;
    border-radius: 8px;
}

.case_bg_cz .case .case_box_cz .case_l .pic .txt{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 345px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background: url(../images/ny_ico1.png) repeat  center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.case_bg_cz .case .case_box_cz .case_l .pic .txt h5 a{
    float: left;
    width: 200px;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.case_bg_cz .case .case_box_cz .case_l .pic .txt .more{
    float: right;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.case_bg_cz .case .case_box_cz .case_r{
    float: right;
    width: 720px;

}

.case_bg_cz .case .case_box_cz .case_r h6{
    font-size: 18px;
    color: #555555;

}

.case_bg_cz .case .case_box_cz .case_r p{
    font-size: 14px;
    color: #999;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr{
    margin: 40px auto 0 auto;
}

.case_bg .case .case_box .case_r .case_nr .bd{
    width: 660px;
    height: 370px;
    margin: 0 auto;
    overflow: hidden;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .bd ul li{
    width: 312px;
    margin: 0 auto;
    float: left;
    margin-right: 38px;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .bd ul li .pic{
    width: 310px;
    height: 255px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .bd ul li .pic img{
    width: 290px;
    height: 235px;
    margin: 10px;
    border-radius: 8px;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .bd ul li .txt{
    position: relative;

}

.case_bg_cz .case .case_box_cz .case_r .case_nr .bd ul li .txt h5 a{
    font-size: 15px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 130px;
    margin: 0 10px;
    line-height: 60px;
    position: relative;
    padding-right: 130px;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .bd ul li .txt h5 a::after{
    position: absolute;
    content: "";
    left: 130px;
    bottom: 28px;
    width: 136px;
    height: 1px;
    background: #dddddd;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .bd ul li .txt .more{
    text-align: right;
    display: block;
    font-size: 15px;
    color: #999;
    margin-right: 10px;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .bd ul li:hover .pic{
    border: 1px solid #19458c;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .bd ul li:hover .txt h5 a{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    color: #19458c;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .bd ul li:hover .txt h5 a::after{
    background: #19458c;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .hd{
    position: absolute;
    left: 340px;
    bottom: 40px;
    z-index: 5;
    background: url(../images/ny_button.png) no-repeat center;
    width: 97px;
    height: 45px;
}

.case_bg_cz .case .case_box_cz .case_r .case_nr .hd .next{
    float: left;
    font-size: 22px;
    color: #fff;
    font-family: "宋体";
    font-weight: bold;
    width: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;

}

.case_bg_cz .case .case_box_cz .case_r .case_nr .hd .prev{
    float: right;
    font-size: 22px;
    color: #fff;
    font-family: "宋体";
    font-weight: bold;
    width: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;

}

/*ny_news_cz*/

.ny_news_cz{
    width: 1200px;
    margin: 50px auto 0 auto;
}

.ny_news_cz .ny_news_box_cz{
    width: 1200px;
    height: 310px;
    margin: 45px auto 0 auto;
    overflow: hidden;
}

.ny_news_cz .ny_news_box_cz .news_l{
    float: left;
    width: 710px;
    height: 280px;
    background: #f8f8f8;
    border-radius: 8px;
}


.ny_news_cz .ny_news_box_cz .news_l .news_img{
    float: left;
    width: 350px;
    height: 280px;

}

.ny_news_cz .ny_news_box_cz .news_l .news_img img{
    width: 350px;
    height: 280px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.ny_news_cz .ny_news_box_cz .news_l .news_nr{
    float: right;
    width: 300px;
    margin-right: 23px;
}

.ny_news_cz .ny_news_box_cz .news_l .news_nr a{
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 47px 0 18px 0;
}

.ny_news_cz .ny_news_box_cz .news_l .news_nr i{
    display: block;
    width: 29px;
    height: 2px;
    background: #dddddd;

}

.ny_news_cz .ny_news_box_cz .news_l .news_nr p{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 25px;

}

.ny_news_cz .ny_news_box_cz .news_l .news_nr span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 13px;
}

.ny_news_cz .ny_news_box_cz .news_r{
    width: 435px;
    float: right;

}

.ny_news_cz .ny_news_box_cz .news_r ul li{
    float: left;
    margin: 8px 0px 60px 0;
    width: 435px;
}

.ny_news_cz .ny_news_box_cz .news_r ul li .time{
    float: left;
    height: 100px;
    width: 79px;
    border-right: 1px solid #dddddd;

}

.ny_news_cz .ny_news_box_cz .news_r ul li .time span{
    display: block;
    font-size: 48px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 50px;
    margin-top: 13px;
}

.ny_news_cz .ny_news_box_cz .news_r ul li .time p{
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.ny_news_cz .ny_news_box_cz .news_r ul li .txt{
    float: right;
    width: 335px;
}

.ny_news_cz .ny_news_box_cz .news_r ul li .txt a{
    font-size: 16px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_news_cz .ny_news_box_cz .news_r ul li .txt p{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 12px;

}


/*ny_message*/

.ny_message_cz{
    width: 100%;
    margin: 20px auto 0 auto;
    height: 240px;
    background: url(../images/ny_message_cz.jpg) no-repeat   center;
    overflow: hidden;
}

.ny_message_cz .ny_message_cont{
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    position: relative;
}

.ny_message_cz .ny_message_cont .m_l{
    float: left;
    width: 470px;
}

.ny_message_cz .ny_message_cont .m_l h5{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 42px;
    height: 42px;
    margin-top: 60px;
}

.ny_message_cz .ny_message_cont .m_l h5 span{
    display: block;
    float: left;
    width: 130px;
    height: 42px;
    line-height: 42px;
    background: #305695;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-right: 15px;
    letter-spacing: 5px;
}

.ny_message_cz .ny_message_cont .m_l p{
    color: #666;
    font-size: 16px;
    line-height: 36px;
    margin-top: 15px;
    margin-left: 145px;
}

.ny_message_cz .ny_message_cont .m_r{
    float: right;
    width: 440px;
}

.ny_message_cz .ny_message_cont .m_r .m_nr{
    height: 41px;
    margin: 20px 0 30px 0;
}

.ny_message_cz .ny_message_cont .m_r .form-group1{
    float: left;
    width: 180px;
    height: 40px;
    border-bottom: 1px solid #d2d2d2;
} 

.ny_message_cz .ny_message_cont .m_r .form-group1 input{
    width: 180px;
    height: 40px;
    background: none;
    font-size: 14px;
    color: #fff;
}

.ny_message_cz .ny_message_cont .m_r .form-group2{
    float: right;
    width: 180px;
    height: 40px;
    border-bottom: 1px solid #d2d2d2;
} 

.ny_message_cz .ny_message_cont .m_r .form-group2 input{
    width: 180px;
    height: 40px;
    background: none;
    font-size: 14px;
    color: #fff;
}

.ny_message_cz .ny_message_cont .m_r .form-group3{
    width: 440px;
    height: 40px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 23px;
} 

.ny_message_cz .ny_message_cont .m_r .form-group3 textarea{
    width: 440px;
    height: 40px;
    background: none;
    font-size: 14px;
    color: #fff;
}

.ny_message_cz .ny_message_cont .m_r .form-group4{
    float: left;
    width: 250px;
    height: 36px;
    border-bottom: 1px solid #d2d2d2;
} 

.ny_message_cz .ny_message_cont .m_r .form-group4 input{
    width: 150px;
    height: 36px;
    background: none;
    font-size: 14px;
    color: #fff;
    float: left;
}

.ny_message_cz .ny_message_cont .m_r .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
}

.ny_message_cz .ny_message_cont .m_r .anniu{
    float: right;
    width: 100px;
    height: 37px;
}
 
.ny_message_cz .ny_message_cont .m_r .anniu button{
    width: 100px;
    height: 37px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 16px;
    color: #19458c;
    font-weight: bold;
}



/*ny_product*/

.ny_product_cz{
    width: 1200px;
    margin: 70px auto 0 auto;
}

.ny_product_cz .ny_product_l{
    float: left;
    width: 730px;
}

.ny_product_cz .ny_product_l .ny_pro_t{
    position: relative;
}

.ny_product_cz .ny_product_l .ny_pro_t::after{
    position: absolute;
    left: -360px;
    top: 115px;
    content: "";
    width: 1085px;
    height: 1px;
    background: #dddddd;
}

.ny_product_cz .ny_product_l .ny_pro_t span{
    display: block;
    font-size: 108px;
    color: #eeeeee;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 85px;
}

.ny_product_cz .ny_product_l .ny_pro_t h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: -60px;
}

.ny_product_cz .ny_product_l .ny_pro_t h3 i{
    display: block;
    font-size: 18px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-left: 25px;
}

.ny_product_cz .ny_product_l .pro_nr_nr{
    font-size: 15px;
    color: #666666;
    line-height: 36px;
    margin-top: 48px;
}

.ny_product_cz .ny_product_l .ny_pro_box_cz{
    margin-top: 35px;
}

.ny_product_cz .ny_product_l .ny_pro_box_cz .hd{
    height: 36px;
}

.ny_product_cz .ny_product_l .ny_pro_box_cz .hd .next{
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #eae8e8;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    font-family: "simsun";
    text-align: center;

}

.ny_product_cz .ny_product_l .ny_pro_box_cz .hd .prev{
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #19458c;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: "simsun";
    text-align: center;
    margin-left: 17px;

}

.ny_product_cz .ny_product_l .ny_pro_box_cz .bd{
    margin-top: 38px;
}

.ny_product_cz .ny_product_l .ny_pro_box_cz .bd ul li{
    float: left;
    width: 230px;
    height: 300px;
    border: 1px solid #dddddd;
    position: relative;
    margin-right: 11px;
}
 
.ny_product_cz .ny_product_l .ny_pro_box_cz .bd ul li .pic{
    width: 172px;
    height: 218px;
    margin: 16px auto 0 auto;

}

.ny_product_cz .ny_product_l .ny_pro_box_cz .bd ul li .pic img{
    width: 172px;
    height: 218px;
}

.ny_product_cz .ny_product_l .ny_pro_box_cz .bd ul li .txt{
    position: relative;
    height: 80px;
    margin-top: -14px;
} 

.ny_product_cz .ny_product_l .ny_pro_box_cz .bd ul li .txt a{
    font-size: 15px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #fbfbfb;
    width: 110px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-top-right-radius: 15px;
}

.ny_product_cz .ny_product_l .ny_pro_box_cz .bd ul li .txt p{
    height: 45px;
    line-height: 45px;
    background: #f8f8f8;
    font-size: 14px;
    color: #999999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    width: 210px;
}






.ny_product_cz .ny_pro_r{
    float: right;
    width: 450px;
    height: 615px;
    border: 1px solid #dddddd;
    position: relative;
}

.ny_product_cz .ny_pro_r .pic{
    width: 394px;
    height: 502px;
    margin: 33px auto 0 auto;

}

.ny_product_cz .ny_pro_r .pic img{
    width: 394px;
    height: 502px;
}

.ny_product_cz .ny_pro_r .txt{
    position: relative;
    height: 80px;
} 

.ny_product_cz .ny_pro_r .txt a{
    font-size: 15px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #fbfbfb;
    width: 110px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-top-right-radius: 15px;
}

.ny_product_cz .ny_pro_r .txt p{
    height: 45px;
    line-height: 45px;
    background: #f8f8f8;
    font-size: 14px;
    color: #999999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    width: 430px;
}
 



/*加盟*/
/*ny_ys*/

.title_jm{
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.title_jm h3{
    font-size: 36px;
    color: #333;
    font-weight: bold;

}

.title_jm h3 i{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 5px;
}

.title_jm span{
    display: block;
    font-size: 16px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.ny_ys_bg_jm{
    width: 100%;
    margin: 0px auto 0 auto;
    height: 840px;
    background: url(../images/ny_ys_bg_jm.jpg) no-repeat  bottom center;
    overflow: hidden;
}

.ny_ys_bg_jm .title_jm{
    margin: 60px auto 0 auto;
}

.ny_ys_bg_jm .ny_ys{
    width: 1200px;
    margin: 50px auto 0 auto;
    position: relative;
}

.ny_ys_bg_jm .ny_ys .ny_ys_img{
    float: left;
    width: 470px;
    height: 655px;
}

.ny_ys_bg_jm .ny_ys .ny_ys_img img{
    width: 470px;
    height: 655px;
    border-radius: 30px;
}
 
.ny_ys_bg_jm .ny_ys .txt_jm{
    float: right;
    width: 625px;
    margin-top: 45px;
} 

.ny_ys_bg_jm .ny_ys .txt_jm ul li{
    height: 90px;
    margin-bottom: 30px;
}

.ny_ys_bg_jm .ny_ys .txt_jm ul li img{
    float: left;
    width: 45px;
    height: 45px;
}

.ny_ys_bg_jm .ny_ys .txt_jm ul li .txt{
    float: right;
    width: 565px;
    height: 89px;
    border-bottom: 1px solid #eeeeee;
}

.ny_ys_bg_jm .ny_ys .txt_jm ul li .txt h5{
    font-size: 20px;
    color: #333;
    margin: 6px 0 12px 0;

}

.ny_ys_bg_jm .ny_ys .txt_jm ul li .txt p{
    font-size: 15px;
    color: #666666;
}
 

/*ny_team*/

.ny_team_bg_jm{
    width: 100%;
    height: 560px;
    margin: 70px auto 0 auto;
    background: #fbfbfb;
}

.ny_team_bg_jm .ny_team{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.ny_team_bg_jm .ny_team .team_box_jm{
    width: 1200px;
    margin: 50px auto 0 auto;
}

.ny_team_bg_jm .ny_team .team_box_jm ul li{
    float: left;
    width: 380px;
    height: 300px;
    border: 1px solid #dddddd;
    margin: 0 9px;
}

.ny_team_bg_jm .ny_team .team_box_jm ul li .pic{
    width: 360px;
    height: 280px;
    margin: 10px;

}

.ny_team_bg_jm .ny_team .team_box_jm ul li .pic img{
    width: 360px;
    height: 280px;
}


/*ny_jmzc*/

.ny_jmzc_bg{
    width: 100%;
    height: 857px;
    margin: 70px auto 0 auto;
    background: url(../images/ny_jm_bg.jpg) no-repeat center;
}

.ny_jmzc_bg .ny_jmzc{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.ny_jmzc_bg .ny_jmzc .title_jm h3{
    color: #fff;
}

.ny_jmzc_bg .ny_jmzc .title_jm h3 i{
    color: #fff;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box{
    width: 1200px;
    margin: 57px auto 0 auto;
    position: relative;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li{
    width: 455px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li .txt_t{
    width: 370px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li .txt_t h3{
    font-size: 18px;
    color: #fff8f8;
    text-align: right;

}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li .txt_t h3 span{
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    float: right;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li p{
    font-size: 15px;
    color: #fff;
    line-height: 36px;
    text-align: right;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm1{
    position: absolute;
    left: 100px;
    top: 0px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm1 .txt_t{
    margin-left: 85px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm1 .txt_t span{
    margin-left: 15px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm3{
    position: absolute;
    left: 100px;
    top: 160px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm3 .txt_t{
    margin-left: 85px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm3 .txt_t span{
    margin-left: 15px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm5{
    position: absolute;
    left: 100px;
    top: 330px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm5 .txt_t{
    margin-left: 85px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm5 .txt_t span{
    margin-left: 15px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm2{
    position: absolute;
    left: 625px;
    top: 80px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm2 .txt_t h3{
   text-align: left;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm2 .txt_t h3 span{
    float: left;
    margin-right: 15px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm2 p{
    text-align: left;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm4{
    position: absolute;
    left: 625px;
    top: 250px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm4 .txt_t h3{
    text-align: left;
 }
 
 .ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm4 .txt_t h3 span{
     float: left;
     margin-right: 15px;
 }
 
 .ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm4 p{
     text-align: left;
 }

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm6{
    position: absolute;
    left: 625px;
    top: 413px;
}

.ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm6 .txt_t h3{
    text-align: left;
 }
 
 .ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm6 .txt_t h3 span{
     float: left;
     margin-right: 15px;
 }
 
 .ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm6 p{
     text-align: left;
 }


 .ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm7{
     position: absolute;
     top: 495px;
     left: 100px;
     width: 455px;
     text-align: right;
 }

 .ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm7 i{
     display: block;
     margin: 0 auto 35px 0;
     width: 60px;
     height: 2px;
     background: #fff;
     margin-left: 395px;

 }

 .ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm7 h5{
     font-size: 24px;
     color: #fff;
 }

 .ny_jmzc_bg .ny_jmzc .ny_jmzc_box ul li.jm7 p{
    font-size: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 8px;
}



/*lc*/

.lc_bg_jm{
    width: 100%;
    background: url(../images/ny_lc_bg.jpg) no-repeat  center; 
    margin: 0px auto 0 auto;
    height: 540px;
}

.lc_bg_jm .lc{
    width: 1200px;
    margin: 0 auto;
    height: 540px;
    position: relative;
}

.lc_bg_jm .lc .lc_t{
    float: left;
    background: url(../images/ny_lc_img.png) no-repeat  center; 
    width: 160px;
    height: 450px;
    margin-top: 45px;
}

.lc_bg_jm .lc .lc_t h3{
    font-size: 24px;
    color: #fff;
    writing-mode: tb-rl;
    float: left;
    margin: 35px 0 0 85px;
}

.lc_bg_jm .lc .lc_t span{
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    writing-mode: tb-rl;
    float: left;
    margin-top: 65px;
}

.lc_bg_jm .lc .lc_box{
    width: 1040px;
    float: right;
    position: relative;
    margin-top: 40px;
}

.lc_bg_jm .lc .lc_box ul li{
    width: 36px;
}

.lc_bg_jm .lc .lc_box ul li p{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #444444;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.lc_bg_jm .lc .lc_box ul li h5{
    font-size: 15px;
    color: #666;
    line-height: 36px;
    writing-mode: tb-rl;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


.lc_bg_jm .lc .lc_box ul li.lc1{
    position: absolute;
    top: 130px;
    left: 80px;
}

.lc_bg_jm .lc .lc_box ul li.lc2{
    position: absolute;
    top: 255px;
    left: 195px;
}

.lc_bg_jm .lc .lc_box ul li.lc3{
    position: absolute;
    top: 80px;
    left: 295px;
}



.lc_bg_jm .lc .lc_box ul li.lc4{
    position: absolute;
    top: 83px;
    left: 455px;
}

.lc_bg_jm .lc .lc_box ul li.lc5{
    position: absolute;
    top: 240px;
    left: 535px;
}

.lc_bg_jm .lc .lc_box ul li.lc6{
    position: absolute;
    top: 88px;
    left: 660px;
}

.lc_bg_jm .lc .lc_box ul li.lc7{
    position: absolute;
    top: 260px;
    left: 735px;
}

.lc_bg_jm .lc .lc_box ul li.lc8{
    position: absolute;
    top: 75px;
    left: 825px;
}

.lc_bg_jm .lc .lc_box .case_ico{
    position: absolute;
    right: 0;
    top: 105px;
    background: url(../images/ny_lc_ico1.png) no-repeat  center; 
    width: 94px;
    height: 94px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 130px;
}


.lc_bg_jm .lc .lc_box ul li.lc2 p,.lc_bg_jm .lc .lc_box ul li.lc5 p,
.lc_bg_jm .lc .lc_box ul li.lc7 p{
    margin-bottom: 10px;

}

/*ny_fc_jm*/

.ny_fc_jm{
    width: 1200px;
    margin: 65px auto 0 auto;
}

.ny_fc_jm .ny_fc_box{
    width: 1200px;
    margin: 50px auto 0 auto;
}

.ny_fc_jm .ny_fc_box .fc_l{
    float: left;
    width: 260px;
    height: 440px;
    background: #f8f8f8;
    border-bottom-right-radius: 45px;
    padding-left: 44px;
    box-sizing: content-box;
}

.ny_fc_jm .ny_fc_box .fc_l h5{
    font-weight: bold;
    font-size: 36px;
    color: #24548b;
    margin: 60px 0 20px 0;

}

.ny_fc_jm .ny_fc_box .fc_l p{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 40px;

}

.ny_fc_jm .ny_fc_box .fc_l .tel{
    font-size: 14px;
    color: #999;
    margin: 25px 0 0 0;
}

.ny_fc_jm .ny_fc_box .fc_l .tel span{
    display: block;
    font-size: 28px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}

.ny_fc_jm .ny_fc_box .fc_l .zx{
    width: 170px;
    height: 45px;
    line-height: 45px;
    background: url(../images/ny_zx.png) no-repeat   center; 
    margin-top: 25px;
}

.ny_fc_jm .ny_fc_box .fc_l .zx a{
    font-size: 14px;
    color: #fdfdfd;
    display: block;
    padding-left: 65px;
    box-sizing: content-box;
}

.ny_fc_jm .ny_fc_box .fc_r_jm{
    float: right;
    width: 850px;
}

.ny_fc_jm .ny_fc_box .fc_r_jm .bd{
    float: left;
    width: 785px;
    height: 440px;
    overflow: hidden;
}

.ny_fc_jm .ny_fc_box .fc_r_jm .bd ul li{
    float: left;
    width: 785px;
    height: 440px;
    position: relative;
}

.ny_fc_jm .ny_fc_box .fc_r_jm .bd ul li .pic{
    width: 700px;
    height: 440px;
}

.ny_fc_jm .ny_fc_box .fc_r_jm .bd ul li .pic img{
    width: 100%;
    height: 100%;
}

.ny_fc_jm .ny_fc_box .fc_r_jm .bd ul li .zx{
    position: absolute;
    bottom: 123px;
    right: 0px;
    width: 180px;
    height: 60px;
    line-height: 60px;
    background: url(../images/ny_zx1.png) no-repeat   center; 
}

.ny_fc_jm .ny_fc_box .fc_r_jm .bd ul li .zx a{
    display: block;
    font-size: 18px;
    color: #fdfdfd;
    text-align: center;
}

.ny_fc_jm .ny_fc_box .fc_r_jm .hd{
    float: right;
    width: 65px;
    height: 440px;
    background: url(../images/ny_case_jm.png) no-repeat top  center; 
}

.ny_fc_jm .ny_fc_box .fc_r_jm .hd ul{
    margin-top: 160px;
}

.ny_fc_jm .ny_fc_box .fc_r_jm .hd ul {
    text-align: center;
}

.ny_fc_jm .ny_fc_box .fc_r_jm .hd ul li{
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
    margin-left: 20px;
    background: url(../images/ny_buttom9.png) no-repeat   center; 
}

.ny_fc_jm .ny_fc_box .fc_r_jm .hd ul li.on{
    background: url(../images/ny_buttom8.png) no-repeat   center; 
}



/*ny_product_cont*/

.ny_product_cont{
    width: 1200px;
    margin: 50px auto 50px auto;
}

.ny_product_cont .ny_pro_l{
    float: left;
    width: 250px;
}

.ny_product_cont .ny_pro_l .ny_pro_fl{
    width: 250px;
    height: auto;
    padding-bottom: 20px;
    box-sizing: content-box;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
}

.ny_product_cont .ny_pro_l .ny_pro_fl .pro_fl_title{
    width: 250px;
    height: 77px;
    background: #19458c;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 25px;
    box-sizing: content-box;
}

.ny_product_cont .ny_pro_l .ny_pro_fl .pro_fl_title a{
    display: block;
    margin: 0px 0 0 30px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-left: 60px;
    box-sizing: content-box;
    background: url(../images/ny_pro_t.png) no-repeat left center;
}

.ny_product_cont .ny_pro_l .ny_pro_fl .pro_fl_title a span{
    display: block;
    font-size: 12px;
    color: #607fb1;
    font-weight: normal;
    text-transform: uppercase;
}

.ny_product_cont .ny_pro_l .ny_pro_fl .ny_pro_list{
    margin: 0 auto;
} 

.ny_product_cont .ny_pro_l .ny_pro_fl .ny_pro_list ul li{
    width: 250px;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_product_cont .ny_pro_l .ny_pro_fl .ny_pro_list ul li h5 a{
    float: left;
    width: 160px;
    margin-left: 30px;
    font-size: 14px;
    color: #484848;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 
.ny_product_cont .ny_pro_l .ny_pro_fl .ny_pro_list ul li .more{
    float: right;
    margin-right: 30px;
    font-size: 15px;
    color: #cccccc;
}

.ny_product_cont .ny_pro_l .ny_pro_fl .ny_pro_list ul li:hover{
    background: #eeeeee;
    border-left: 5px solid #19458c;
    width: 245px;
}

.ny_product_cont .ny_pro_l .ny_tuijian_con{
    margin-top: 40px;
    background: #fafafa;
    border-radius: 8px;
    width: 250px;
    height: 450px;
    box-sizing: content-box;
    padding-bottom: 10px;

}

.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_t{
    padding: 25px 0 0 0px;
    box-sizing: content-box;
}

.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_t h5{
    display: block;
    margin: 0px 0 0 30px;
    font-size: 24px;
    color: #555555;
    font-weight: bold;
    padding-left: 60px;
    box-sizing: content-box;
    background: url(../images/ny_pro_t1.png) no-repeat left center;
}

.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_t h5 span{
    display: block;
    font-size: 12px;
    color: #cccccc;
    font-weight: normal;
    text-transform: uppercase;
}

.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_box{
    width: 190px;
    margin: 20px auto 0 auto;
}

.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_box .bd{
    width: 190px;
    margin: 0 auto;
    height: 313px;
    border-bottom: 1px solid #e3e3e3;
}
 
.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_box .bd ul li{
    float: left;
    width: 190px;
    margin: 0 auto;
}

.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_box .bd ul li .pic{
    width: 190px;
    height: 260px;
}

.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_box .bd ul li .pic img{
    width: 100%;
    height: 100%;
} 

.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_box .bd ul li .txt a{
    font-size: 14px;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 50px;
} 

.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_box .hd{
    margin: 10px auto 0 auto;
    width: 26px;

}
.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_box .hd .next{
    float: left;
    cursor: pointer;
    background: url(../images/ny_pro_left.png) no-repeat  center;
    width: 8px;
    height: 15px;
}

.ny_product_cont .ny_pro_l .ny_tuijian_con .ny_tuijian_box .hd .prev{
    float: right;
    cursor: pointer;
    background: url(../images/ny_pro_right.png) no-repeat  center;
    width: 8px;
    height: 15px;
}

.ny_product_cont .ny_pro_l .ny_hot_news{
    margin-top: 40px;
    width: 250px;
    background: #fafafa;
    border-radius: 8px;
    box-sizing: content-box;
    padding-bottom: 40px;
}


.ny_product_cont .ny_pro_l .ny_hot_news .ny_hot_news_t{
    padding: 25px 0 0 0px;
    box-sizing: content-box;
}

.ny_product_cont .ny_pro_l .ny_hot_news .ny_hot_news_t h5{
    display: block;
    margin: 0px 0 0 30px;
    font-size: 24px;
    color: #555555;
    font-weight: bold;
    padding-left: 60px;
    box-sizing: content-box;
    background: url(../images/ny_pro_t1.png) no-repeat left center;
}

.ny_product_cont .ny_pro_l .ny_hot_news .ny_hot_news_t h5 span{
    display: block;
    font-size: 12px;
    color: #cccccc;
    font-weight: normal;
    text-transform: uppercase;
}

.ny_product_cont .ny_pro_l .ny_hot_news .ny_hot_news_box{
    margin: 1px auto 0 auto;
}

.ny_product_cont .ny_pro_l .ny_hot_news .ny_hot_news_box ul li{
    height: 53px;
    line-height: 53px ;
    border-bottom: 1px solid #e5e5e5;
}

.ny_product_cont .ny_pro_l .ny_hot_news .ny_hot_news_box ul li span{
    float: left;
    margin-left: 18px;
    font-size: 14px;
    color: #cccccc;
}

.ny_product_cont .ny_pro_l .ny_hot_news .ny_hot_news_box ul li a{
    float: left;
    margin: 0 15px;
    font-size: 14px;
    color: #777777;
    width: 160px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_product_cont .ny_pro_l .ny_hot_news .ny_hot_news_box ul li:hover a{
    color: #19458c;
}

.ny_product_cont .ny_pro_r{
    float: right;
    background: #f8f8f8;
    border-radius: 8px;
    width: 900px;
    padding-bottom: 40px;
    box-sizing: content-box;
}

.ny_product_cont .ny_pro_r .ny_pro_show{
    margin: 40px auto 0 auto;
    width: 860px;
}

.ny_product_cont .ny_pro_r .ny_pro_show .pro_show_t{
    background: url(../images/ny_pro_list.png) no-repeat center;
    width: 860px;
    height: 51px;
    line-height: 51px;
}

.ny_product_cont .ny_pro_r .ny_pro_show .pro_show_t h5 a{
    float: left;
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin-left: 30px;
}

.ny_product_cont .ny_pro_r .ny_pro_show .pro_show_t .more{
    display: block;
    float: right;
    margin-right: 20px;
    background: url(../images/ny_more2.png) no-repeat  center;
    width: 42px;
    height: 27px;
    margin-top: 12px;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box{
    width: 820px;
    height: 400px;
    background: #fff;
    border-radius: 8px;
    margin: 20px auto 0 auto;
    overflow: hidden;
} 

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .show_l{
    float: left;
    margin: 25px 0 0 40px;
    width: 228px;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .show_l .pic{
    width: 228px;
    height: 300px;

}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .show_l .pic img{
    width: 100%;
    height: 100%;

}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .show_l .txt{
    height: 50px;
    line-height: 50px;

} 

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .show_l .txt a{
    font-size: 16px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r{
    float: right;
    width: 500px;
    margin-top: 25px;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r .bd{
    width: 500px;
    height: 295px;
    overflow: hidden;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r .bd ul li{
    float: left;
    width: 185px;
    margin: 0 32px;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r .bd ul li .pic{
    width: 185px;
    height: 255px;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r .bd ul li .pic img{
    width: 100%;
    height: 100%;

}
 
.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r .bd ul li .txt{
    height: 40px;
    line-height: 40px;

} 

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r .bd ul li .txt a{
    font-size: 14px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r .bd ul li:hover .txt a{
    color: #19458c;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r .hd{
    width: 421px;
    height: 20px;
    margin: 20px auto 0 auto;
    background: url(../images/ny_pro_button.png) no-repeat center;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r .hd .next{
    float: left;
    cursor: pointer;
    background: url(../images/ny_hot_left.png) no-repeat center;
    width: 13px;
    height: 19px;
    margin-left: 195px;
}

.ny_product_cont .ny_pro_r .ny_pro_show .ny_pro_show_box .ny_pro_show_box_r .hd .prev{
    float: right;
    cursor: pointer;
    background: url(../images/ny_hot_right.png) no-repeat center;
    width: 13px;
    height: 19px;
    margin-right: 195px;
}

.pagination{
    margin: 40px auto 0px auto;
    display: block;
  }
  
  .pagination ul{
    text-align: center;
  }
  
  .pagination span {
    display: inline-block;
    margin: 0 9px;
  }

  .pagination a {
    display: inline-block;
    margin: 0 9px;
  }
  
  .pagination li.cols a {
    font-size: 14px;
    color: #777777;
  }

  .pagination span {
    padding: 0 10px;
    border: solid 1px #dedede;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #777777;
    border-radius: 3px;
  }

  .pagination a {
    padding: 0 10px;
    border: solid 1px #dedede;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #777777;
    border-radius: 3px;
  }

  .pagination .disabled {
    padding: 0 10px;
    border: solid 1px #dedede;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #777777;
    border-radius: 3px;
  }


  .pagination li.active a {
    background-color: #224c90;
    border-color: #224c90;
    color: #fff;
  }