@charset "utf-8";
/*公用*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

a, a:hover {
    text-decoration: none
}

table, td, th {
    vertical-align: middle;
    text-align: center;
}

img {
    border: none;
    margin: 0;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

li ul, li ol {
    margin: 0;
}

ul, ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

ul, li {
    list-style-type: disc;
    list-style: none;
}

ol {
    list-style-type: decimal;
}

*:focus {
    outline: 0 none;
}

body {
    background-color: #fff;
    font-family: "微软雅黑", "Arial";
}

a {
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    text-decoration: none;
}

.w {
    min-width: 1400px;
    max-width: 1920px;
    clear: both;
    margin: 0 auto
}

.n-box {
    width: 1400px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.w_2 {
    width: 1000px;
    margin: 0 auto;
}

.wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both
}

.wrapbig {
    padding-top: 80px;
    padding-bottom: 170px;
}

.fl-l {
    float: left
}

.fl-r {
    float: right
}

.head-box {
    max-width: 1900px;
    margin: 0 auto;
    clear: both;
    height: 122px;
}

.toptel {
    float: right;
    margin-top: 20px;
    background: url(../images/toptel_ico.jpg) left center no-repeat;
    min-height: 46px;
    padding-left: 55px;
}

.toptelnum {
    color: #db241e;
    font-weight: bold;
    font-size: 20px;
}

.sub-nav .ui-header{
    height: 80px;
}
.ui-header {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    min-width: 1300px;
    z-index: 100;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.head-box .ui-header-nav dl dd h3{
    display: block;
    line-height: 80px;
}
.ui-header-box {
    justify-content: space-between;
    height: 100%;
    padding: 0;
}
.ny-nav{
    clear: both;
    background: #0473d6;
    height: 60px;
    overflow: hidden;
    max-width: 1920px;
    min-width: 1400px;
}
.ui-header-logo {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 140px;
    height: 64px;
    margin-top: 5px;
    float: left;
}

.ui-header-logo img {
    width: 140px;
    display: block;
    border: none;
    height: 56px;
}

.ui-header-nav dl dd ul {
    display: none;
    transition: all .3s ease;
    background-color: rgba(0, 32, 75, .6);
    transform: translateY(-4%);
    position: absolute;
    width: 114px;
    top: 78px;
    left: 0;
    padding: 10px 0;
}

.ui-header-nav {
    justify-content: flex-start;
    height: 80px;
    line-height: 80px;
}
.ui-header-nav dl{
    margin: 0;
    padding: 0;
}
.ui-header-nav dl dd h3 {
    font-weight: normal;
    font-size: 16px;
    height: 80px;
    display: inline-block;
    margin: 0;
}
.ui-header-nav dl dd h3 a{
    color: #222 ;
    height: 80px;
    display: inline-block;
}
.ui-header-nav dl dd h3 a:hover{
    color: #29176e;
}
.ui-header-nav dl .on a{
    color: #e70000 !important;
    font-weight: bold;

}
.ui-header-nav dl dd {
    color: #fff;
    display: block;
    line-height: 68px;
    padding: 0 12px;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-align: center;
    float: left;
    height: 80px;
}
.ui-header-nav dl dd ul li {
    height: 35px;
    line-height: 35px;
}


.ui-header-nav dl dd ul li a {
    color: #fff;
    font-size: 14px;
}

.ui-header-nav dl dd ul li a:hover {
    color: #00A2FF;
}

.ui-header-qq {
    float: right;
    margin-right: 30px;
}


.fixed{
    position: fixed;
    background-color: rgba(13,121,222, 1);
}
.nav_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

nav.navbar {
    float: right;
    width: 750px;
    margin-top: 35px;
}

nav.navbar.bootsnav {
    border: none;
    background: none;
}

nav.navbar.bootsnav ul.nav > li {
    margin-right: 3px;
}

nav.navbar.bootsnav ul.nav > li:before {
    content: attr(alt);
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
}

nav.navbar.bootsnav ul.nav > li:hover:before {
    transform: scale(1);
    opacity: 1;
}

nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px;
    margin: 0;
    color: #313131;
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.5s ease 0s;
    font-size: 16px;
}

nv.navbar.bootsnav ul.nav > li.dropdown > a {
    padding: 15px 30px 15px 15px;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a {
    color: #e70000;
    font-weight: bold;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    position: absolute;
    margin: 0 0 0 7px;
}

nav.navbar.bootsnav ul.nav > li.dropdown > ul {
    top: 120%;
    transition: all 0.8s ease 0s;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > ul {
    top: 100%;
}

.dropdown-menu.multi-dropdown {
    position: absolute;
    left: -100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}

@media only screen and (max-width: 990px) {
    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }

    nav.navbar.bootsnav .navbar-toggle {
        background: none;
        color: #fff;
    }

    nav.navbar.bootsnav ul.nav > li {
        margin-right: 0;
    }

    nav.navbar.bootsnav ul.nav > li:before {
        width: 100%;
        font-weight: normal;
        color: #555;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        color: #333 !important;
        border-top: none;
    }

    nav.navbar.bootsnav ul.nav > li > a:hover {
        color: #333;
    }

    nav.navbar.bootsnav ul.nav > li.dropdown > ul {
        top: 100%;
    }
}


.top p {
    font-size: 12px;
    line-height: 36px;
    color: #888;
}

.top p a {
    padding: 0 6px;
    color: #888;
    font-size: 12px;
    line-height: 36px;
}

.top p a:hover {
    color: #fb9402;
}

.logo {
    float: left;
    padding: 0;
    line-height: 0;
    margin: 0;
}

.search-t {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 70px;
}

.sc-li {
    font-size: 14px;
    margin: 0 15px;
    color: #545454;

}

.search-box {
    width: 360px;
    height: 46px;
    border-radius: 30px;
    border: 1px solid #CCC;
    float: right;
    margin-top: 10px;
}

.search-box .sc-input {
    width: 293px;
    float: left;
    box-sizing: border-box;
    padding: 5px 20px;
    height: 44px;
    border: none;
    border-radius: 30px;
}

.search-box .sc-but80 {
    width: 65px;
    height: 44px;
    background: #da0000;
    border-radius: 0 30px 30px 0;
    float: left;
    border: none;
    background: url(../images/search_ico.jpg) #da0000 center center no-repeat;
}

.top {
    border-bottom: 1px solid #C9C8C8;
    clear: both;
    overflow: hidden;
}

.top p {
    margin: 0;
    padding: 0
}

.tel {
    display: inline-block;
    padding-left: 12px;
    font-size: 16px;
    color: #2b2727;
}

/*banner*/

#banner {
    height: 450px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.nbanner{
    clear: both;
    position: relative;
    height: 280px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 60px;
}
.nbanner img{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}
/*product*/
.show-bar {
    clear: both;
    background: #f2f2f2;
    padding: 50px 0;
    overflow: hidden;
}

.show-t {
    clear: both;
    text-align: center;
}

.show-t .ch {
    font-size: 28px;
    font-weight: bold;
}

.show-t .ch2 {
    font-size: 16px;
    width: 260px;
    margin: 0 auto;
    position: relative;
}

.show-t .en {
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 0 30px;
    width: 260px;
    margin: 0 auto;
    font-size: 10px;
}


.show-t .ch2:before, .show-t .en:before {
    content: '';
    width: 106px;
    height: 1px;
    background: #a8a8a8;
    top: 50%;
    left: -40%;
    display: block;
    position: absolute;
}

.show-t .ch2:after, .show-t .en:after {
    content: '';
    width: 106px;
    height: 1px;
    background: #a8a8a8;
    top: 50%;
    right: -40%;
    display: block;
    position: absolute;
}

.show-t .tip {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #555555;
    padding-top: 30px;
    margin-bottom: 50px;
}

.prod-category {
    clear: both;
    background: #FFF;
    box-sizing: border-box;
    padding: 25px 10px;
    overflow: hidden;
    margin-top: 30px;
}

.prod-category ul li {
    width: 343px;
    line-height: 30px;
    font-size: 16px;
    border-right: 1px solid #CCC;
    float: left;
    text-align: center;
}

.prod-category ul li:last-child {
    border: none;
}

.prod-category ul li a {
    color: #323232;
}

#product {
    margin-top: 50px;
    height: 460px;
}

.in-prod-li {
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    width: 291px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #efefef;
}

.in-prod-li-height1 {
    height: 390px;
}

.in-prod-li-height2 {
  /*   height: 160px; */
}

.in-prod-li a {
    color: #333;
}

.in-prod-li a:hover {
    color: #000;
}

.in-prod-pic {
    width: 268px;
    height: 180px;
    display: block;
    overflow: hidden;
    border: 1px solid #EFEFEF;
}
.in-prod-honor {
    width: 268px;
    height: 180px;
    display: table-cell;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    text-align: center;
    vertical-align: middle;
}
.in-prod-honor2 {
    width: 268px;
    height: 180px;
    display: table-cell;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    text-align: center;
    vertical-align: middle;
}
.in-prod-honor img{
    width: 268px;
    height: 180px;
    vertical-align: middle;
}
.in-prod-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.in-prod-name {
    clear: both;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    margin-top: 20px;
}
.ny-prod-name {
    clear: both;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}


.in-prod-en {
    text-transform: uppercase;
    color: #6a6a6a;
    text-align: center;
    font-size: 10px;
    margin-bottom: 35px;
}

.in-prod-message {
    text-align: center;
    border-top: 1px solid #C9C8C8;
    padding-top: 30px;
    font-size: 16px;
}

.advantage {
    clear: both;
    overflow: hidden;
    background: #fff;
    padding: 80px 0;
}

.advantage-li {
    width: 370px;
    height: 544px;
    background: #f6f6f8;
    float: left;
    margin: 20px 47px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.advantage-li .title {
    font-size: 20px;
    font-weight: bold;
    color: #555;
}

.advantage-li .info {
    background: url("../images/adv-info.jpg") top center no-repeat;
    padding: 30px 20px 0 20px;
    font-size: 16px;
    color: #555;
    line-height: 32px;
    text-align: left;
    position: relative;
}

.advantage-li p {
    text-align: center;
}

.advantage-li .ico {
    width: 134px;
    height: 134px;
    border: 1px solid #323232;
    border-radius: 80px;
    margin: 20px auto;
    color: #323232;
    transition-duration: 0.2s;
}

.advantage-li:hover .ico {
    background: #da0000;
    color: #FFF;
    border: 1px solid #da0000;
}

.advantage-li p i {
    font-size: 95px;
}

.advantage-li .more {
    width: 200px;
    height: 50px;
    border: 1px solid #323232;
    text-align: center;
    line-height: 50px;
    color: #323232;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
}

.advantage-li:hover .more, .advantage-li .more:hover {
    background: #da0000;
    color: #FFF;
    border: none;
}

/*关于我们*/
.about-bar {
    background: url(../images/about_bar.jpg) top center no-repeat;
    height: 495px;
    clear: both;
    overflow: hidden;
}

.about {
    width: 676px;
    float: left;
    box-sizing: border-box;
    padding: 30px;
}

.c-name {
    font-size: 20px;
    color: #FFF;
    position: relative;
    margin-top: 30px;
}

.c-name:before {
    width: 34px;
    height: 3px;
    background: #db241e;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    z-index: 50;
}

.c-name:after {
    width: 130px;
    height: 1px;
    background: #979797;
    content: '';
    left: 0;
    bottom: -12px;
    display: block;
    position: absolute;
}

.about-adv {
    clear: both;
    margin-top: 20px;
    overflow: hidden;
}

.about-more {
    width: 233px;
    height: 42px;
    border: 1px solid #979797;
    line-height: 42px;
    text-align: center;
    color: #979797;
    float: left;
    text-transform: uppercase;
    margin-top: 30px;
    position: relative;
}

.about-more:hover {
    border: none;
    color: #FFF;
    border: 1px solid #000;
}

.about-more span {
    position: relative;
    z-index: 100;
}

.about-more:after {
    content: '';
    width: 0%;
    height: 42px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #29166f;
    transition-duration: 0.5s;
    color: #fff;
    z-index: 10;
}

.about-more:hover:after {
    content: '';
    width: 100%;
    height: 42px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #29166f;
    z-index: 10;
}

.about-adv span {
    padding-right: 50px;
}

.about-box {
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    margin-top: 20px;
}

.about-txt {
    color: #afafaf;
    font-size: 14px;
    line-height: 34px;
    margin-top: 30px;
    padding: 20px;
}

.about-right {
    float: right;
    width: 700px;
    margin-top: 70px;
}

.about-link {
    float: left;
    margin: 30px 20px;
    text-align: center;
    color: #fff;
    width: 186px;
    padding-top: 30px;
}

.about-pic {
    margin-top: 45px;
    float: right;
    width: 500px;
}

.about-qk1 {
    width: 160px;
    height: 407px;
    overflow: hidden;
    position: relative;
    float: left;
}

.about-qk1 .title {
    font-size: 22px;
    font-family: italic;
    position: absolute;
    z-index: 88;
    top: 10px;
    right: 20px;
    color: #fff;
    writing-mode: lr-tb
}

.about-qk1 .title:before {
    width: 1px;
    height: 130px;
    display: block;
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    background: #FFF;
}

.about-qk1 .title:after {

    width: 3px;
    height: 40px;
    display: block;
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    background: #ff0b0b;
}

.about-qk1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}

.about-qk1:hover img {
    width: 110%;
    height: 110%;
}

.cooperation-block {
    width: 590px;
    float: left;
    height: 490px;
    overflow: hidden;
}

.cooperation-block:last-child {
    width: 590px;
    float: right;
    height: 490px;
    overflow: hidden;
}

.cooperation-block .title {
    height: 75px;
    border-bottom: 1px solid #CCC;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cooperation-block .title .ch {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: #da0000;
    padding: 5px 20px;
    float: left;
}

.cooperation-block .title .ch2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
    line-height: 50px;
}

.cooperation-block .title .en {
    text-transform: uppercase;
    color: #666;
    line-height: 50px;
}

#case1 {
    width: 590px;
    height: 360px;
}
#case2{
    height: 360px;
}
#case1 .swiper-wrapper .swiper-slide, #case2 .swiper-wrapper .swiper-slide {
    overflow: hidden;
}

.case-li {
    width: 100%;
    height: 115px;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 10px 30px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.case-li .title1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}

.case-li .info1 {
    font-size: 14px;
    line-height: 24px;
}

.text-over1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cooperation-map {
    clear: both;
    padding: 50px 0;
}

.honor-box {
    background: url(../images/honor-bg.jpg) top center no-repeat;
    clear: both;
    overflow: hidden;
    margin-top: 50px;
    padding: 30px 0;
}

#honor {
    margin-top: 20px;
    clear: both;
    overflow: hidden;
}

.news {
    width: 550px;
    float: left;
    padding-top: 50px;
}

.news:last-child {
    float: right;
}

.news-t {
    clear: both;
    border-left: 10px solid #db0000;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}

.news-t p {
    margin: 0;
    padding: 0;
}

.news-t .more {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    color: #C9C8C8;
    position: absolute;
    right: 10px;
    top: 10px;
}

.news-t .ch {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.news-t .en {
    font-size: 10px;
    text-transform: uppercase;
}


/*#news1 .swiper-wrapper .swiper-slide {*/
/*    height: 90px !important;*/
/*}*/

.news-li {
    padding-left: 75px;
    background: url("../images/news_li1.jpg") left center no-repeat;
    height: 80px;
    box-sizing: border-box;
    width: 550px;
}

.news-li:hover {
    background: url("../images/news_li1_hover.jpg") left center no-repeat;
}

.news-li i {
    width: 3px;
    height: 3px;
    border-radius: 30px;
    background: #333;
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.news-li .title1 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}

.news-li .info1 {
    font-size: 12px;
}

#news1,#news2 {
    height: 360px;
    margin-top: 50px;
}
#news2 a,#news1 a{
    color: #333
}

.news-li2 {
    clear: both;
    height: 110px;
    border-bottom: 1px solid #C9C8C8;
}

.news-li2 .news-pic {
    width: 120px;
    height: 100px;
    border: 3px solid #d6d6d6;
    float: left;
    margin-right: 20px;
    display: block;
}

.news-li2 .news-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cooperation {
    background: #f5f5f5;
}

.cooperation-t {
    clear: both;
    text-align: left;
    padding-left: 20px;
    overflow: hidden;
    padding: 30px 0;
    margin-top: 20px;
}

.cooperation-t .ch {
    font-size: 28px;
    font-weight: bold;
    color: #323232;
    float: left;
    margin-right: 10px;
}

.cooperation-t .en {
    text-transform: uppercase;
    color: #323232;
    font-size: 10px;
    float: left;
    line-height: 40px;
}

#partner {
    height: 400px;
    padding: 80px 0;
}

.in-partner {
    width: 114px;
    height: 114px;
    text-align: center;
    background: #FFF;
}
.prod-bg-box,.plist-li2 {
    width: 1400px;
    padding: 50px;
    background: #FFF;
    clear: both;
    margin: 50px auto;
    overflow: hidden;
    box-sizing: border-box;
}
.plist-li2:first-child  ul li .ny-partner{
    width: 140px;
    height: 140px;
    margin: 20px;
    border: 1px solid #C9C8C8;
}
.plist-li2:first-child  ul li .ny-partner img{
    width: 280px;
    height: 160px;
}
.plist-li2:last-child  ul li .ny-partner{
    width: 104px;
    height: 114px;
    margin: 20px;
}



}
.ny-partner {
    width: 104px;
    height: 114px;
    text-align: center;
    background: #FFF;
    margin: 20px;
}
.ny-partner  img,.in-partner img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.foot {
    clear: both;
    background: #303030;
    padding: 50px 0;
    max-width: 1920px;
    min-width: 1400px;
}

.bot-nav {
    width: 426px;
    float: left;
}

.bot-nav h5 {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    border-bottom: 1px solid #484848;
    width: 200px;
}

.bot-nav h5 a {
    color: #FFF;
}

.bot-nav ul {
    clear: both;
}

.bot-nav ul li {
    font-size: 15px;
    color: #999;
    text-align: left;
    line-height: 38px;
}

.bot-nav ul li a {
    color: #999999;
}

.bot-nav ul p {
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.bot-nav ul .tel-num {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.bot-wxcode {
    float: right;
    margin-top: 50px;
    color: #999;
}

.bot-wxcode p {
    color: #999;
}

.copyright {
    background: #1b1b1b;
    text-align: center;
    color: #999;
    padding: 20px 0;
    max-width: 1920px;
    min-width: 1400px;
}

.copyright a {
    color: #999;
    padding: 0 20px;
}

.sub-nav {
    height: 80px;
    text-align: center;
    clear: both;
}

.sub-nav a {
    font-size: 18px;
    color: #fff;
    line-height: 80px;
    padding: 0 20px;
    position: relative;
    height: 80px;
    display: inline-block;
}
.sub-nav a:hover{
    color: #e70000;
    font-weight: bold;
    line-height: 80px;
    display: inline-block;
}

.sub-nav a:hover:after, .sub-nav a.hover:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #FFF;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -8px;
}

.ny-about {
    clear: both;
    background: url("../images/ny-about_bg.jpg") #d9e0eb  bottom center no-repeat;
    overflow: hidden;
    padding: 55px 0  545px 0;
}

.ny-about-adv-bar {
    margin-top: 60px;
    clear: both;
    overflow: hidden;
}

.ny-about-adv {
    width: 360px;
    height: 130px;
    background: #f1f1f1;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;
    float: left;
    margin: 30px 15px 30px 15px;
}

.ny-about-adv span img {
    margin-right: 20px;
}

.ny-about-adv span {
    font-size: 18px;
}

.ny-about-txt {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    padding: 30px 0;
}
.about-business{
    clear:both;
    background: #617294;
    color: #FFF;
    line-height: 34px;
    display: block;
    box-sizing: border-box;
    padding:30px;
}
.ny-hot-prod .ch {
    font-size: 20px;
    color: #fff;
    background: #da0000;
    padding: 10px 30px;
    float: left;
    margin: 20px 0;
}

.ny-hot-prod-content {
    clear: both;
    background: url(../images/ab-hot-prod.jpg) top center no-repeat;
    padding: 30px 0;
    font-size: 16px;
}
.ny-hot-prod-content p{padding: 10px 0; line-height: 30px;
    border-bottom: 1px dashed #ccc;}

.ny-hot-prod .tip {
    font-size: 18px;
    line-height: 28px;
    float: right;
    color: #292929;
    margin-top: 30px;
}

.ny-hot-prod-content  .num {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
}

.ny-hot-prod-content  .num:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #0c0c0c;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

.ny-hot-prod-content  .li {
    border-bottom: 1px dotted #C9C8C8;
    padding: 30px 0;
    color: #6f6d6d;
    font-size: 14px;
    line-height: 28px;
}
.jc-block{
    display: block;
    background: #5d5d5d;
    box-sizing: border-box;
    padding:30px;
    color: #FFF;
}

.organization-t {
    clear: both;
    height: 75px;
    background: url(../images/ny-zzjg-t.jpg) top center no-repeat;
    color: #FFF;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    line-height: 75px;
}

.organization-content {
    background: url(../images/ny-zzjg.jpg) top center no-repeat;
    padding: 30px 0;
    line-height: 28px;
    font-size: 14px;
}

.culture-t {
    clear: both;
    text-align: center;
    color: #FFF;
    margin-bottom: 30px;
}

.culture-t .ch {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
}

.culture-t .ch2 {
    font-size: 16px;
    width: 260px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
}

.culture-t .ch2:before {
    content: '';
    width: 106px;
    height: 1px;
    background: #FFF;
    top: 50%;
    left: -40%;
    display: block;
    position: absolute;
}

.culture-t .ch2:after {
    content: '';
    width: 106px;
    height: 1px;
    background: #FFF;
    top: 50%;
    right: -40%;
    display: block;
    position: absolute;
}

.ny-culture {
    clear: both;
    background: url("../images/ny-qy-wh.jpg") top center no-repeat;
    padding: 30px 0;
}

.culture {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 30px 40px;
}

.culture-t1 {
    width: 64px;
    height: 159px;
    background: url("../images/wh-t.png") no-repeat;
    display: block;
    float: left;
    margin-right: 30px;
}

.culture .title {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}

.culture .info {
    color: #acb7bf;
    line-height: 28px;
    font-size: 16px;
}

.event {
    clear: both;
    padding: 50px 0;
}

.about-history {
    width: 1130px;
    clear: both;
    margin: 0 auto;
}

.about-history-list {
    position: relative;
}

.about-history-list .flex-viewport {
    padding: 0 31px;
}

.about-history-list .flex-viewport:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px solid #C7C7C7;
    content: '';
}

.about-history-list .slides li {
    position: relative;
    width: 253px;
    height: 470px;
    margin-right: 31px;
}

.about-history-list .slides li .item {
    position: absolute;
    right: -32px;
    bottom: 0;
    left: -32px;

    background-color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.about-history-list .slides li:nth-child(odd) .item {
    min-height: 152px;
}
.about-history-list .slides li:nth-child(even) .item {
     bottom: auto;
    padding: 0 0 44px;
    min-height: 52px;
}

.about-history-list .slides li:nth-child(even) .item .year {
    position: absolute;
    top: 170px;
    left: 50%;
    width: 135px;
    height: 135px;
    overflow: hidden;
    margin-left: -6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #343e46;
    color: #FFF;
    text-align: center;
    line-height: 135px;
    font-weight: bold;
    font-size: 24px;
    margin-left: -68px;
}

.about-history-list .slides li:nth-child(odd) .item .year {
    position: absolute;
    top: -123px;
    left: 50%;
    width: 85px;
    height: 85px;
    border: 3px solid #343e46;
    ovrflow: hidden;
    margin-left: -6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    color: #343e46;
    text-align: center;
    line-height: 85px;
    font-weight: bold;
    font-size: 20px;
    margin-left: -42px;
}

.abot-history-list .slides li:nth-child(even) .item {
    top: 175px;
    bottom: auto;
    padding: 0 0 44px;
}

.about-history-list .slides li:nth-child(even) .item:before {
    top: auto;
    bottom: -98px;
}

.about-history-list .slides li:nth-child(even) .item:after {
    top: auto;
    bottom: -115px;
}

.about-history-list .slides li .item h3 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    line-height: 44px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.about-history-list .slides li .item:hover h3 {
    color: #232323;
    background-color: #fff;
}

.about-history-list .slides li .item h3:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -9px;
    border-width: 0 9px 18px;
    border-style: solid;
    border-color: transparent transparent #E2E2E2;
    content: '';
}

.about-history-list .slides li:nth-child(even) .item h3 {
    top: auto;
    bottom: 0;
}

.about-history-list .slides li:nth-child(even) .item h3:before {
    top: 100%;
    bottom: auto;
    border-width: 18px 9px 0;
    border-color: #E2E2E2 transparent transparent;
}
.about-history-list .slides li:nth-child(even)  .desc{
    margin-top: 50px;
}
.about-history-list .slides li .item .desc {
    line-height: 24px;
    padding: 22px 26px 0;
    font-size: 14px;
    color: #929292;
    text-align: center;
    font-size: 16px;
}

.about-history-list .slides li .item:hover .desc {
    color: #999;
}

.about-history-list .slides li .item .desc p {
    margin: 0;
}

.about-history-list .flex-direction-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-history-list .flex-direction-nav a {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
    margin-top: -80px;
    font-size: 50px;
    font-family: simsun;
    color: #acb7bf;
    text-align: center;
}

.about-history-list .flex-direction-nav a.flex-prev {
    left: -48px;
}

.about-history-list .flex-direction-nav a.flex-next {
    right: -48px;
}

.about-history-swiper {
    width: 100%;
}

.about-history-swiper .swiper-slide .item {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.about-history-swiper .swiper-slide .item h3 {
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    color: #999999;
    background-color: #e2e2e2;
}

.about-history-swiper .swiper-slide .item .desc {
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
    color: #929292;
}

.about-history-swiper .swiper-slide .item .desc p {
    margin: 0;
}

.about-history-swiper .about-history-pagination {
    position: static;
    margin-top: 10px;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet {
    background: #fff;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet-active {
    background: #C91523;
}

.factory {
    clear: both;
    background: url(../images/ny-cfzs.jpg) #eaeff5 center center no-repeat;
    padding: 50px 0;
}

.factory-waterfall {
    column-count: 3;
    column-gap: 0;
}

.factory-item {
    box-sizing: border-box;
    break-inside: avoid;
    padding: 10px;
}


.factory-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: auto;
    font-size: 20px;
    color: #686868;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.factory-item-content img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.postion {
    clear: both;
    background: #FFF;
    height: 56px;
    overflow: hidden;
    line-height: 56px;
    text-align: right;
    color: #999999;
}

.postion a {
    color: #999999;
}

.prod-bg {
    background: url("../images/cp-bg.jpg") repeat;
    clear: both;
    overflow: hidden;
    min-width: 1400px;
}

.prod-bg-box {
    width: 1400px;
    padding: 50px;
    background: #FFF;
    clear: both;
    margin: 50px auto;
    overflow: hidden;
    box-sizing: border-box;
}
.prod-bg-box h2{
    color: #db241e;
    font-weight: bold;
}

.plist-li2 h2{
    color: #db241e;
    font-weight: bold;
    background: url("../images/hzal_t.jpg") bottom left no-repeat;
    padding-bottom: 30px;
}
.prod-bg-box h2 span{
    background: #e92626;
    color: #FFF;
    padding: 10px 20px;
}
.prod-bg-box2 {
    max-width: 1400px;
    background: #FFF;
    clear: both;
    margin: 20px auto;
    overflow: hidden;
    box-sizing: border-box;
}

.prod-bg-box2 .prod-category {
    margin-top: 0;
}

.pro-fl-li {
    clear: both;
    padding: 50px 20px;
}

.pro-fl-pic {
    width: 578px;
    height: 362px;
    float: left;
    margin: 20px;
    z-index: 999;
}

.pro-list {
    min-height: 192px;
}

.pro-fl-list {
    width: 568px;
    float: right;
    font-size: 16px;
}

.pro-fl-list a {
    width: 270px;
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #323232;
}

.pro-fl-li:nth-child(odd) .pro-fl-pic {
    float: left
}

.pro-fl-li:nth-child(even) .pro-fl-pic {
    float: right
}

.pro-fl-li h3 {
    clear: both;
    overflow: hidden;
}

.pro-fl-li h3 a {
    font-size: 25px;
    line-height: 40px;
    border-left: 10px solid #db0000;
    clear: both;
    padding-left: 20px;
    color: #323232;
    margin-bottom: 20px;
    display: block;
    clear: both;
}

.pro-fl-li h3 a, .pro-fl-list a {
    color: #323232;
}

.pro-fl-li .more {
    width: 130px;
    height: 40px;
    background: #db0000;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    position: relative;
}

.pro-fl-li .more:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 370px;
    background: url("../images/pro-li-bg.jpg") right center no-repeat;
    right: -380px;
    top: 45%;
}

.pro-fl-li .tip {
    font-size: 16px;
    color: #202020;
    line-height: 36px;
    clear: both;
}

.plist-li ul li {
    width: 590px;
    height: 290px;
    background: #f6f6f8;
    margin: 10px 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

.plist-li ul li:nth-child(odd) {
    float: left;
}

.plist-li ul li:nth-child(even) {
    float: right;
}

.prod-pic ,.prod-pic2{
    width: 300px;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #dadada;
}
.prod-pic img {
    width: 100%;
    height: 100%;
}

.prod-pic2 img{
    max-width: 100%;
    max-height: 100%;
}

.plist-li .more {
    text-transform: uppercase;
    font-size: 10px;
    color: #6a6a6a;
    line-height: 40px;
    padding-left: 30px;
}

.prod-name a {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
    background: url("../images/pro-li-bg.jpg") bottom right no-repeat;
    width: 210px;
    float: right;
    color: #555;
    padding: 20px 0;
}

.prod-message {
    margin-top: 50px;
}

.prod-message a {
    font-size: 16px;
    color: #555;
}

.prod-message img {
    margin: 2px 8px 0 30px;
}

.pcon h3 {
    background: url(../images/pro-li-bg.jpg) bottom left no-repeat;
    padding-bottom: 30px;
    height: 50px;
}
.pcon h3:before{
    content: '';
    width: 10px;
    height: 30px;
    background: #da0000;
    display: block;
    float: left;
    margin-right: 10px;
}



.pro-info-box {
    height: 400px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 20px;
}

.article-li li{
    width:416px;
    float: left;
    margin: 10px 0;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    padding: 30px;
    border-top: 0;
    border-bottom: 1px solid #f0f0f0;
}
.article-li li:hover{
    background: #da251c;
    color: #fff;
}

.article-li li:hover .date,.article-li li:hover .title,.article-li li:hover .info a,.article-li li:hover .en,.article-li li:hover .prod-message a{ color: #fff}


.article-li li .date{
    font-size: 18px;
    color: #333;
    clear: both;
}
.article-li li .title{
    font-size: 20px;
    color: #333;
    height: 60px;
}

.article-li li .en{
    color: #999;
    font-size: 12px;
}

.article-li .newspic{
    width: 350px;
    height: 150px;
    overflow: hidden;
    clear: both;
    margin: 10px auto;
}

.article-li .newspic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.article-li .info a{
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.all_box{
    padding:30px;
    font-size:16px;
    line-height: 28px;
}
.newsContent{
    line-height: 38px;
}
.infoImage{
    text-align:center;
    margin:10px 0;
}
.infoImage img{
    padding:4px;
    border:3px solid #dedede;
}
.newscopy{
    color: #999;
    font-size: 14px; 
    background: #EFEFEF;
     border: 1px solid #CCC; 
     box-sizing: border-box; 
     padding: 5px; 
     margin: 20px auto;
}
#container{ 
    display:block; 
    width:auto;
    height: 380px;
}
.ny-content{
    padding: 30px 0;
}
.ny-cp-conten{
    padding: 30px 0;
    font-size: 24px;
    line-height: 36px;
}
.ny-cp-content img{
    width: 1000px;
}
.newsTitle,.newsInfo{
    text-align: center;
}

.n-p{
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
.n-p a{
    color: #000;
}
.n-p .p{
    width: 48%;
    float: left;
    height: 30px;
    background: #f0f0f0;
}

.n-p .p{
    width: 48%;
    float: left;
    height: 50px;
    background: #f0f0f0;
    line-height: 50px;
    text-indent: 2rem;
}
.n-p .n{
    width: 48%;
    float: right;
    height: 50px;
    background: #f0f0f0;
    line-height: 50px;
    text-indent: 2rem;
}