.n_title {
    float: left;
    width: 40%;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 26px;
    padding: 30px 0px;
    display: block;
    color: #787878; /*border-bottom:1px solid #f2f2f2*/
}
.n_title a {
    color: #787878
}
@media (max-width:480px) {
    .n_title{
        width: 100%;
    }
}
.ban_ny {
    width: 100%;
    padding-top: 16.042%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/nybanner.jpg);
}
.ban_ny h3 {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    width: 30%;
    text-align: center;
    padding: 30px 20px;
    font-size: 26px;
    line-height: 46px;
    font-weight: bold;
}
/*.ban_ny h3:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 0;*/
/*    height: 0;*/
/*    bottom: 12px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%) rotate(180deg);*/
/*    border: 6px solid;*/
/*    border-color: #e76515e0 transparent transparent;*/
/*}*/
.ban_ny h3:after {
    content: "";
    position: absolute;
    width: 152px;
    height: 3px;
    background-color: #e76515e0;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width:1001px) {
    .ban_ny h3 {
        width: 40%;
        padding: 20px;
    }
    .ban_ny h3 span {
        font: normal 50px/50px Georgia, "Times New Roman", Times, serif;
    }
}
@media (max-width:768px) {
    .ban_ny h3 {
        width: 40%;
        padding: 15px;
    }
    .ban_ny h3 span {
        font: normal 46px/46px Georgia, "Times New Roman", Times, serif;
    }
}
@media (max-width:640px) {
    .ban_ny h3 {
        width: 50%;
        /*padding: 10px;*/
        font-size: 20px;
        line-height: 30px;
    }
    .ban_ny h3 span {
        font: normal 40px/40px Georgia, "Times New Roman", Times, serif;
    }
}
@media (max-width:480px) {
    .ban_ny h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .ban_ny h3 span {
        font: normal 28px/28px Georgia, "Times New Roman", Times, serif;
    ;
        display: none
    }
}
.side {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
    /*box-shadow: 0px 20px 20px -20px #666;*/
    position: relative;
    border-bottom: 1px solid #eee;

}
.side .tab{
    float: right;
}
.side ul {
    text-align: center;
    display: inline-block;
    width: auto;
    overflow: hidden;
    margin: 0px auto;
}
.side li {
    float: left;
    line-height: 30px;
    font-weight: 400;
    width: auto;
    /*margin: 5px 5px; !*padding:5px 15px;*!*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    course: hand;
}
.side li a {
    text-align: center;
    font-size: 16px;
    width: auto;
    padding: 5px;
    line-height: 30px;
    padding: 5px 15px 5px 20px; /*border:1px solid #e3e3e3;*/
}
.side li a:hover, .side .active a{
    color: #d6641d;
}
@media (max-width:480px) {
    .side{
        padding: 15px 0 0 0;
    }
    .side .tab {
       width: 100%;
    }
    .n_title {
       border-bottom: 1px solid #f2f2f2;
    }
    .side li a{
        font-size: 14px;
    }
}
/*about*/
.ny_about {
    background: #ffffff;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    color: #434343
}
.ny_about_ny {
    width: 100%;
    padding: 2em 0;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}
.ny_about_ny .about_l{
    float: left;
    width: 50%;
    padding: 0;
    position: relative;
    margin-right: 30px;
    margin-bottom: 10px;
}
.ny_about_ny .about_l .img100 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.ny_about_ny .about_l .i7 {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    background-image: url("../images/i7.png");
}
.ny_about_ny .about_l:hover .i7 {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    background-image: url("../images/i7-1.png");
}
@media (max-width:820px) {
    .ny_about_ny .about_l{width: 100%;margin-right:0;margin-bottom: 10px;}
    .side{margin-top: 10px;}
}
/*news*/
.ny_news_box{
    padding: 20px 0 20px 0;
    background: #ffffff;
}
.ny_news_box ul li {
    height: 178px;
    transition: all .5s;
    border: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}
.ny_news_box ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}
.ny_news_box ul li a {
    padding: 10px;
    display: block;
}
.ny_news_box ul li img {
    width: 237px;
    height: 158px;
    display: block;
    margin-right: 30px;
}
.ny_news_box ul .time {
    width: 130px;
    padding: 20px 0 20px 45px;
    border-left: 1px solid #eee;
    font-family: arial;
    font-size: 18px;
    color: #999;
    text-align: center;
}
.ny_news_box ul .day {
    font-size: 30px;
    line-height: 45px;
    display: block;
}
.ny_news_box ul h3 {
    font-size: 20px;
    padding: 25px 0 20px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
    font-weight: normal;
}
.ny_news_box ul li:hover h3 {
    color: #e76515e0;
}
.ny_news_box ul .txt {
    color: #999;
    line-height: 24px;
    width: 640px;
    height: 48px;
    overflow: hidden;
}
@media (max-width:820px) {
    .ny_news_box ul li{height: auto;}
    .ny_news_box ul .txt{width: 60%;}
}
@media (max-width:500px) {
    .ny_news_box ul li img{width: 100%;object-fit: cover; margin-bottom: 10px;}
    .ny_news_box ul h3{font-size: 16px;}
    .ny_news_box ul .txt{width: 100%;}
}
.pages {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    clear: both;
}
.pages a {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #edebeb;
}
.pages * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}
.pages a:hover, .pages .active a {
    display: inline-block;
    color: #fff;
    background: #e76515e0;
    border-color: #e76515e0;
}
.pages .disabled{
    display: inline-block;
    color: #fff;
    background: #e76515e0;
    border-color: #e76515e0;
    padding: 0 15px;
    margin: 0 3px;
}
.pages .current{
    display: inline-block;
    color: #fff;
    background: #e76515e0;
    border-color: #e76515e0;
    padding: 0 15px;
    margin: 0 3px;
}

.ny_news_ny {
    width: 100%;
    padding: 20px 0;
    background: #fff;
}
.ny_news_bt {
    width: 96%;
    padding: 2%;
    background-color: #fff;
    /*box-shadow: 0px 2px 10px #b3b3b3;*/
    text-align: center
}
.ny_news_bt h1 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    padding-bottom: 10px;
}
.ny_news_bt p {
    font-size: 14px;
    color: #626262
}
.ny_news_nr {
    padding: 2em 0;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}
.ny_news_nr H2 {
    font-size: 20px;
}   
.ny_news_nr img{
    max-width: 800px!important;
}
.news_video{
    float: left;
    width: 50%;
    padding: 0;
    position: relative;
    margin-right: 30px;
    margin-bottom: 10px;
}
.news_next {
    border-top: 1px dotted #ccc;
    padding: 2em 0 1em 0;
    width: 100%;
    display: inline-block;
}
.ny_mian{
    width: 74%;
    float: left;
}
.ny_right{
    width: 25%;
    float: right;
}
.aside_hot{
    background-color: #fff;
    height: auto;
    box-shadow: 0px 7px 8px #b3b3b3;
}
.aside_hot .side_title {
    padding: 16px;
    font-size: 20px;
    font-weight: 400;
}
.aside_hot ul {
    padding: 0 16px;
}
.aside_hot ul li i {
    display: block;
    margin: 6px 10px 0 0;
    width: 12%;
    width: 28px;
    height: 28px;
    border-radius: 14px 0;
    color: #ff4b4b;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background-color: #d5d5d5;
    color: #aaa;
}
.aside_hot ul li:nth-child(-n+3) i {
    color: #fff;
    background: #ff4b4b;
}
.aside_hot ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}
.aside_hot ul li:first-child {
    padding-top: 0;
}
.aside_hot ul li:last-child {
    border-bottom:none;
}
.aside_hot ul a {
    display: block;
    width: 85%;
    font-size: 16px;
    color: #555;
    float: left;
    line-height: 40px;
}
@media (max-width:820px) {
    .ny_mian {
        width: 100%;
        float: left;
    }
    .ny_right {
        width: 100%;
        float: right;
    }
}
.tags {
    overflow: hidden;
    margin-bottom: 20px;
}
.tags span {
    float: left;
    display: block;
    line-height: 40px;
}
.tags a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    line-height: 28px;
    padding: 0 6px;
    margin: 5px;
    background: #fff;
    border: 1px solid #dadada;
}
.tags a:hover {
    background: #222;
    border-color: #222;
    color: #fff;
}
@media (max-width:820px) {
    .news_video {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ny_news_nr img{
        width: 100%!important;
        max-width:100%!important;
        height: auto!important;
    }
}
.news-panel {
    margin-top: 40px;
    width: 100%;
    display: inline-block;
}

.news-panel .tit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}



.news-panel .tit .fh:hover {
    color: #e76515e0;
}

.news-panel .tit span {
    display: inline-block;
    font-size: 24px;
    border-bottom: 2px solid #e76515e0;
    color: #e76515e0;
    margin-bottom: -1px;
    padding-bottom: 15px;
    line-height: 1;
}
.list-5 {
    /*margin-left: -20px;*/
    /*margin-top: -15px;*/
}

.list-5 li {
    float: left;
    width: 50%;
}

.list-5 li a {
    display: block;
    margin-left: 20px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-5 li span {
    float: right;
    color: #999;
}
.list-5 .ny_pro_list{
    width: 23%;
    float: left;
    margin: 10px 1%;
}
@media (max-width:480px) {
    .list-5 li {
        float: left;
        width: 100%;
    }
    .list-5 .ny_pro_list{
        width: 48%;
    }
}
/*产品*/
.ny_pro_ny {
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
}
.ny_pro_list {
    width: 31.2%;;
    float: left;
    margin: 10px 12px;
    background-color: #fff;
    box-shadow: 0px 7px 8px #b3b3b3;
}
.ny_pro_list .img {
    display: block;
    width: 96%;
    padding-top: 96%;
    position: relative;
    overflow: hidden;
    margin: 2%;
}
.ny_pro_list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    transition: all .5s;
}
.ny_pro_list:hover .img img {
    transform: scale(1.1);
}
.ny_pro_list p {
    width: 100%;
    text-align: center;
    margin: 10px 0 15px 0;/*显示几行*/
}
.ny_pro_list p a {
    display: block;
    font-size: 15px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width:820px) {
    .ny_pro_list{
        width: 30%;
    }
}
@media (max-width:480px) {
    .ny_pro_list{
        width: 48%;
        margin: 10px 1%;
    }
}
.ny_pro_top {
    width: 100%;
    height: auto;
    padding: 2%;
    background-color: #fff;
    box-shadow: 0px 2px 10px #b3b3b3;
    overflow: hidden;
}
.ny_pro_top_r {
    width: 52%;
    float: right;
    height: auto;
    overflow: hidden;
}
.ny_pro_top_r h1 {
    font-size: 1.6em;
    color: #ff7700;
    line-height: 3em;
}
.ny_pro_top_r h4 {
    width: 100%;
    border-top: 1px dotted #dcdcdc;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;/*line-height:4.5em;*/
    padding: 15px 0;
    display: block;
    text-align: justify;
}
.info_product_btn {
    display: block;
    margin-top: 50px
}
.info_product_btn a {
    padding:18px;
    font-size: 16px;
    color: #fff!important;
    width: 50%;
    line-height: 32px;
}
.btn-success {
    color: #fff;
    background-color: #f70;
    border-color: #255625;
float: left;
}
.btn-success:hover {
    color: #fff;
    background-color: #f60;
    border-color: #f60
}
.btn-danger {
    color: #fff;
    background-color: #4c4c4c;
    float: right;
}
.btn-danger:hover {
    color: #fff;
    background-color: #333;
    border-color: #333
}
.ny_pro_b {
    width: 100%;
    margin-top: 30px;
}
.ny_pro_b h4 {
    width: 100%;
    padding: 0;
    background-color: #fff;
    /*box-shadow: 0px 2px 10px #b3b3b3;*/
    line-height: 36px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.ny_pro_b h4 span {
    display: inline-block;
    font-size: 24px;
    color: #fffefee0;
    line-height: 1;
    background-color: #f70;
    padding: 15px;
    
    
  /*display: inline-block;
    font-size: 24px;
    border-bottom: 2px solid #e76515e0;
    color: #e76515e0;
    margin-bottom: -1px;
    padding-bottom: 15px;
    line-height: 1;*/*
}
.ny_pro_b_nr {
    height: auto;
    padding-bottom: 2em;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    overflow: hidden;
}
.ny_pro_b_nr h2{
	font-size: 20px;
}
.ny_pro_b_nr h3{
	font-size: 18px;
}
.ny_pro_b_nr h4{
	font-size: 16px;
}
@media (max-width:820px) {
    .magnifier{width: 100%!important;}
    .magnifier-container{width: 100%!important;}
    .info_product_btn {margin-top: 50px;}
    .ny_pro_top_r{width: 100%;}
    .info_product_btn a{width: 48%;margin-bottom: 20px; padding:18px;}
}
@media (max-width:480px) {
    .magnifier{width: 100%!important;}
    .magnifier-container{width: 100%!important;}
    .images-cover img{width: 100% !important;height: 100% !important;}
    .info_product_btn {margin-top: 50px;}
    .ny_pro_top_r{width: 100%;}
    .info_product_btn a{width: 100%;margin-bottom: 20px;}
}

.wenzjiays {
    text-align: justify;
    color: #999;
    padding: 10px 10px 10px 10px;
    background-color: #f7f7f7;
}