@charset "utf-8";
/* CSS Document */
/*  CSS Document 
 * ver：2.0
*/

/**common**/
* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    color: #333;
    margin: 0;
    font: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}

table,
td,
tr,
th {
    font-size: 14px;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

.clear {
    *zoom: 1;
    clear: both;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@font-face {
    font-family: 'Aleo-Regular';
    src: url('../img/Aleo-Regular.otf');
}

@font-face {
    font-family: 'Aleo-Bold';
    src: url('../img/Aleo-Bold.otf');
}

@font-face {
    font-family: 'Impact';
    src: url('../img/Impact.ttf');
}


/*top*/
.header {
    /* padding: 0 90px; */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    /*   background: url(../img/top_linebg.png) center top repeat-x;
    background-size: 2px 100%; */
    /*border-bottom:1px solid rgba(255,255,255,0.2);*/
    background-color: rgba(0, 0, 0, 0.5);
}

.s-title {
    position: absolute;
    top: 100px;
    right: 20%;
    width: 100px;
}

.logo {
    margin-top: 22px;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    overflow: hidden;
    margin-left: 90px;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.hd-r {
    float: right;
    visibility: visible !important;
}

.nav {
    float: left;
    margin-right: 75px;
}

.nav>ul>li {
    float: left;
    position: relative
}

.nav>ul>li>.b_t {
    position: relative;
    overflow: hidden;
}

.nav>ul>li>.b_t>.v1 {
    padding: 0 24px;
    display: block;
    font-size: 17px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.nav>ul>li>.b_t:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40%;
    height: 3px;
    background: #ab1b27;
    margin-left: -20%;
    z-index: 12;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: alpha(Opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 99;
}

.nav>ul>li:hover>.b_t>.v1 {
    background: #ab1b27;
    color: #fff;
}

.nav>ul>li:hover>.b_t:after {
    /* opacity: 1; */
    /* background: #ab1b27; */
    filter: alpha(opacity=100);
    filter: alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'
}

.nav>ul>li>.b_t.navon>.v1 {
    background: #ab1b27;
    color: #fff;
}

.nav>ul>li>.b_t.navon:after {
    /* opacity: 1; */
    /* background: #ab1b27; */
    filter: alpha(opacity=100);
    filter: alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'
}

.nav>ul>li>.b_t>.v1:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ab1b27;
}

.nav>ul>li:hover>.b_t>.v1 {
    /* transform: translateY(-100%); */
}

.hd-so {
    margin-left: 12px;
    margin-right: 90px;
    float: right;
    width: 34px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    background: url(../img/search_btn.png) center right no-repeat;
    cursor: pointer;
    padding: 0 24px 0 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    /* display: none; */
}

.hd-en {
    display: block;
    margin-left: 12px;
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 20px;
}

.hd-so {
    margin-left: 12px;
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.hd-en i,
.hd-so i {
    font-size: 18px;
}

.box-sub {
    position: absolute;
    left: -34px;
    top: 100%;
    width: 560px;
    height: auto !important;
    background-color: #f8f8f8;
    z-index: 10;
    display: none
}

.box-sub .pic {
    float: right;
    width: 386px;
    padding: 25px 40px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-sub .pic img {
    display: block;
    width: 100%
}

.snav {
    padding: 25px;
    min-height: 170px;
    background-color: #fff;
    overflow: hidden
}

.snav li {
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.snav a {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/icon-next.png)
}

.snav a:hover {
    color: #ab1b27;
    background-image: url(../img/icon-next2.png)
}

.nav>ul>li.n5 .box-sub,
.nav>ul>li.n6 .box-sub,
.nav>ul>li.n7 .box-sub,
.nav>ul>li.n8 .box-sub {
    right: -34px;
    left: auto
}

.nav>ul>li.n5 .box-sub:before,
.nav>ul>li.n6 .box-sub:before,
.nav>ul>li.n7 .box-sub:before,
.nav>ul>li.n8 .box-sub:before {
    right: 38px;
    left: auto
}

.hd-so-pop {
    padding: 30px 0;
    position: fixed;
    left: 0;
    top: 106px;
    right: 0;
    background-color: #f8f8f8;
    z-index: 10;
    display: none;
}

.hd-so-pop .so-inner {
    width: 962px;
    margin: 0 auto
}

.so-search {
    position: relative;
    height: 46px;
    overflow: hidden
}

.so-search input {
    outline: 0;
    border: none
}

.so-search .input {
    padding: 0 200px 0 34px;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    font-size: 14px;
    color: #333
}

.so-search .submit {
    padding-left: 8px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background-color: #ab1b27;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.so-search .submit .icon {
    margin: 0 10px 0 0;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: auto;
    position: relative
}

/* .so-search .submit .icon:after {content:'';position:absolute;right:0;top:50%;width:1px;height:16px;background-color:#e47780;margin-top:-8px}
*/
.so-search .submit:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    filter: alpha(Opacity=80);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'
}

.hdDownNoneNone .header {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.hdDownNone .logo {
    margin-top: 15px;
    height: 60px;
    line-height: 60px
}

.hdDownNone .nav>ul>li>.b_t>.v1 {
    line-height: 40px;
    height: 50px;
}

.hdDownNone .hd-so {
    color: #999;
}

.hdDownNone .hd-en {
    color: #999;
}

.hdDownNone .hd-so-pop {
    top: 90px
}

.hdDownNone .nav>ul>li>.b_t>.v1 {
    color: #333;
}

.hdDownNone .nav>ul>li>.b_t.navon>.v1 {
    color: #ab1b27;
}

.hdDownNone .logo {
    background: url(../img/logo2.png) center center no-repeat;
    background-size: contain;
    visibility: visible !important;
}

.hdDownNone .logo img {
    opacity: 0;
}

.hcover {
    display: none;
}

.menu_open {
    display: none;
}

.subopen {
    display: none;
}

.ly_head {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: right;
    background: black
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .nav>ul>li>.b_t>.v1 {
        font-size: 16px;
        padding: 0 20px;
    }

}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .nav>ul>li>.b_t>.v1 {
        font-size: 16px;
        padding: 0 15px;
    }
}

@media screen and (min-width:1201px) and (max-width:1359px) {
    .nav>ul>li>.b_t>.v1 {
        font-size: 16px;
        padding: 0 14px;
    }

    .nav {

        margin-right: 45px;
    }

    .logo {
        margin-left: 60px;
        height: 40px;
        line-height: 40px;
    }

    .hd-so {

        margin-right: 60px;
    }
}

@media screen and (min-width:1080px) and (max-width:1200px) {
    .nav>ul>li>.b_t>.v1 {
        font-size: 16px;
        padding: 0 14px;
    }

    .logo {
        margin-left: 30px;
    }

    .nav {

        margin-right: 15px;
    }

    .hd-so {

        margin-right: 30px;
    }

}

@media screen and (max-width:1200px) and (min-width:768px) {
    .logo {
        margin-top: 10px;
    }

    .hd-t {
        display: none;
    }

    .hd-so {

        display: block;
    }

    .hdDownNone .logo {
        margin-top: 17px;
    }

    .header {

        /* background-color: rgba(255, 255, 255, 0);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    }

    .logo {
        margin-left: 40px;
    }

    .ly_nav {
        width: auto;
        position: relative;
    }

    .ly_head {

        background: rgba(0, 0, 0, 0);
    }

    .menu_open {
        display: block;
        float: right;
        width: 80px;
        height: 80px;
        padding: 20px 0;
        position: absolute;
        top: 0;
        right: 110px;
        box-sizing: border-box;
        z-index: 98;
        cursor: pointer
    }

    .menu_open i {
        width: 28px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 9px auto;
    }

    .menu_open:hover,
    .menu_open:active {
        background-color: #ab1b27;
    }

    .menu_open:hover i,
    .menu_open:active i {
        background-color: #fff;
    }

    .hd-so {
        width: 0;
        height: 80px;
        font-size: 0;
        padding: 0 40px 0 0;
        background-position: center center;
        margin: 0 10px;
    }

    .hd-en {
        width: 0;
        height: 80px;
        font-size: 0;
        padding: 0 40px 0 0;
        background-position: center center;
        margin: 0 10px;
    }

    .hdDownNone .menu_open i {
        background-color: #ab1b27;
    }

    .hdDownNone .menu_open:hover,
    .hdDownNone .menu_open:active {
        background-color: #ab1b27;
    }

    .hdDownNone .menu_open:hover i,
    .hdDownNone .menu_open:active i {
        background-color: #fff;
    }

    .hdDownNone .hd-so {
        height: 80px
    }

    .hdDownNone .hd-so-pop {
        top: 80px
    }

    .hd-so,
    .hd-en {
        margin-top: -20px;
    }

    .hd-en i,
    .hd-so i {
        font-size: 30px;
    }

    .footmenu {
        width: 100%;
    }

    .hdDownNone .nav>ul>li>.b_t>.v1 {
        color: rgba(255, 255, 255, .5);
    }

    .nav>ul>li>.b_t>.v1 {
        line-height: 80px;
        display: block;
        margin: 0;
        height: 80px;
        line-height: 80px;
        color: rgba(255, 255, 255, .5);
        font-size: 18px;
        text-align: left;
        padding: 0 60px 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        opacity: 1;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .nav>ul>li>.b_t.navon>.v1 {
        color: #fff;
    }

    .hdDownNone .nav>ul>li>.b_t.navon>.v1 {
        color: #fff;
    }

    .nav>ul>li>.b_t>.v1:hover {
        color: #fff;
    }

    .nav {
        display: none;
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 100;
        overflow: hidden;
        background-color: #bb2e33;
    }

    .hcover {
        display: none;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 100;
    }

    .nav>ul>li {
        width: 100%;
    }

    .nav>ul>li>.b_t>.v1:before {
        display: none;
    }

    .nav>ul>li:hover>.b_t>.v1 {
        transform: translateY(0);
    }

    .nav>ul>li>.b_t:after {
        width: 30px;
        height: 2px;
        left: 30px;
        margin: 0;
    }

    .nav>ul>li:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav>ul>li>.b_t i {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        display: block;
    }

    .nav>ul>li>.b_t i:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        margin: -6px 0 0 -6px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-top: 0;
        border-left: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .box-sub {
        display: none;
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background-color: rgba(11, 152, 165, 0.99);
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 0;
        z-index: 999;
    }

    .box-sub .pic {
        display: none;
    }

    .snav {
        background: none;
        padding: 0;
    }

    .subopen {
        display: block;
    }

    .subopen a {
        display: block;
        overflow: hidden;
        line-height: 80px;
        margin: 0;
        padding: 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 18px;
        color: #fff;
        text-indent: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        background: none;
    }

    .subopen a:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin: -6px 0 0 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 1px solid rgba(255, 255, 255, 1);
        border-right: 0;
        border-bottom: 0;
    }

    .nav_item2 {
        position: relative;
    }

    .nav_item2 a {
        display: block;
        overflow: hidden;
        margin: 0;
        height: 60px;
        line-height: 60px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
        text-align: left;
        padding: 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        opacity: 1;
        background: none;
    }

    .nav_item2:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav_item2 a:hover,
    .nav_item2 a:active {
        color: #fff;
    }

    .snav li {
        border-bottom: none;
    }

    .snav a:hover {
        background: none;
    }

    .hd-so-pop {
        top: 80px;
    }
}

@media screen and (max-width:767px) {
    .logo {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
    }

    .hd-t {
        display: none;
    }

    .hd-so {

        display: block;
    }

    .ly_head {

        background: rgba(0, 0, 0, 0);
    }

    .hdDownNone .logo {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
    }

    .header {

        /* background-color: rgba(255, 255, 255, 0);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    }

    .logo {
        margin-left: 20px;
    }

    .ly_nav {
        width: auto;
        animation-name: none !important;
    }

    .menu_open {
        display: block;
        float: right;
        width: 45px;
        height: 60px;
        padding: 10px 0;
        position: absolute;
        top: 0;
        right: 100px;
        box-sizing: border-box;
        z-index: 98;
        cursor: pointer
    }

    .menu_open i {
        width: 28px;
        height: 1px;
        background-color: #fff;
        display: block;
        margin: 9px auto;
    }

    .menu_open:hover,
    .menu_open:active {
        background-color: #ab1b27;
    }

    .menu_open:hover i,
    .menu_open:active i {
        background-color: #fff;
    }

    .hd-so {
        width: 0;
        height: 60px;
        font-size: 0;
        padding: 0 40px 0 0;
        background-position: center center;
        margin: 0;
    }

    .hd-en {
        width: 0;
        height: 60px;
        font-size: 0;
        padding: 0 40px 0 0;
        background-position: center center;
        margin: 0;
    }

    .hdDownNone .menu_open i {
        background-color: #ab1b27;
    }

    .hdDownNone .menu_open:hover,
    .hdDownNone .menu_open:active {
        background-color: #ab1b27;
    }

    .hdDownNone .menu_open:hover i,
    .hdDownNone .menu_open:active i {
        background-color: #fff;
    }

    .hdDownNone .hd-so {
        height: 60px
    }

    .hdDownNone .hd-so-pop {
        top: 60px
    }

    .hdDownNone .nav>ul>li>.b_t>.v1 {
        color: rgba(255, 255, 255, .5);
    }

    .nav>ul>li>.b_t>.v1 {
        line-height: 80px;
        display: block;
        margin: 0;
        height: 80px;
        line-height: 80px;
        color: rgba(255, 255, 255, .5);
        font-size: 16px;
        text-align: left;
        padding: 0 60px 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        opacity: 1;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .nav>ul>li>.b_t.navon>.v1 {
        color: #fff;
    }

    .hdDownNone .nav>ul>li>.b_t.navon>.v1 {
        color: #fff;
    }

    .nav>ul>li>.b_t>.v1:hover {
        color: #fff;
    }

    .nav {
        display: none;
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 100;
        overflow: hidden;
        background-color: #ab1b27;
    }

    .hcover {
        display: none;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 99;
    }

    .nav>ul>li {
        width: 100%;
    }

    .nav>ul>li>.b_t>.v1:before {
        display: none;
    }

    .nav>ul>li:hover>.b_t>.v1 {
        transform: translateY(0);
    }

    .nav>ul>li>.b_t:after {
        width: 30px;
        height: 2px;
        left: 30px;
        margin: 0;
    }

    .nav>ul>li:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav>ul>li>.b_t i {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        display: block;
    }

    .nav>ul>li>.b_t i:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        margin: -6px 0 0 -6px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-top: 0;
        border-left: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .box-sub {
        display: none;
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background-color: rgba(11, 152, 165, 0.99);
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 0;
        z-index: 999;
    }

    .box-sub .pic {
        display: none;
    }

    .snav {
        background: none;
        padding: 0;
    }

    .subopen {
        display: block;
    }

    .subopen a {
        display: block;
        overflow: hidden;
        line-height: 80px;
        margin: 0;
        padding: 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        color: #fff;
        text-indent: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        background: none;
    }

    .subopen a:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin: -6px 0 0 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 1px solid rgba(255, 255, 255, 1);
        border-right: 0;
        border-bottom: 0;
    }

    .nav_item2 {
        position: relative;
    }

    .nav_item2 a {
        display: block;
        overflow: hidden;
        margin: 0;
        height: 60px;
        line-height: 60px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
        text-align: left;
        padding: 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        opacity: 1;
        background: none;
    }

    .nav_item2:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav_item2 a:hover,
    .nav_item2 a:active {
        color: #fff;
    }

    .snav li {
        border-bottom: none;
    }

    .snav a:hover {
        background: none;
    }

    .hd-so-pop {
        top: 60px;
        padding: 32px 0 30px;
    }

    .hd-so-pop .so-inner {
        width: 92%;
    }
}

@media screen and (max-width:320px) {
    .menu_open {
        right: 60px;
    }

    .hd-t {
        display: none;
    }

    .hd-so {

        display: block;
    }

    .logo {
        margin-left: 10px;
    }

    /*  .header {
        padding: 0 10px;
    } */

    .hd-so {
        width: 0;
        height: 60px;
        font-size: 0;
        padding: 0 32px 0 0;
        background-position: center center;
        margin: 0;
    }

    .hd-en {
        width: 0;
        height: 60px;
        font-size: 0;
        padding: 0 32px 0 0;
        background-position: center center;
        margin: 0;
    }
}


/* banner 开始 */
.apple-banner {
    width: 100%;
    height: 940px;
    overflow: hidden;
    background: url(../img/ba_bg.jpg) center center no-repeat;
    background-size: 1920px 940px;
}

.apple-banner .swiper-container {
    width: 100%;
    height: 940px;
    position: relative;
}

.apple-banner .swiper-container .swiper-slide {
    padding: 260px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.apple-banner .swiper-container .slide_video {
    /*padding:0 0 0; */
    position: relative;
    overflow: hidden;
}

.apple-banner .swiper-container .swiper-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.ba_PrevNext {
    width: 45%;
    height: 70px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgba(13, 81, 152, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.apple-banner .swiper-container .swiper-button-prev,
.apple-banner .swiper-container .swiper-button-next {
    width: 160px;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
}

.apple-banner .swiper-container .swiper-button-prev {
    right: 160px;
    left: inherit;
}

.apple-banner .swiper-container .swiper-button-next {
    right: 0;
}

.apple-banner .swiper-button-prev span,
.apple-banner .swiper-button-next span {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-family: "Helvetica";
    font-size: 14px;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.apple-banner .swiper-button-prev span {}

.apple-banner .swiper-button-next span {}

.apple-banner .swiper-button-prev:hover span,
.apple-banner .swiper-button-next:hover span {
    opacity: 1;
}

.apple-banner .swiper-button-prev span img,
.apple-banner .swiper-button-next span img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: -4px 0 0 8px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.apple-banner .swiper-button-prev span img {
    margin: -4px 8px 0 0;
}

.apple-banner .swiper-button-prev:hover span img {
    margin: -4px 16px 0 0;
}

.apple-banner .swiper-button-next:hover span img {
    margin: -4px 0 0 16px;
}

.ba_text1 {
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ba_text1 p {
    width: 80%;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 4px;
    margin: 0 auto;
    padding: 0;
}

.ba_text1 em {
    display: block;
    width: 60px;
    height: 5px;
    overflow: hidden;
    margin: 30px auto;
    padding: 0;
    background-color: #fff;
}

.ba_text1 span {
    display: block;
    width: 80%;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 0;
}

.ba_text1 a {
    display: block;
    width: 220px;
    height: 60px;
    overflow: hidden;
    line-height: 58px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 80px auto 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.ba_text1 a img {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: -4px 0 0 8px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.ba_text1 a:hover {
    width: 240px;
}

.ba_text1 a:hover img {
    margin: -4px 0 0 20px;
}

.ba_scroll {
    width: 60px;
    overflow: hidden;
    margin: 0 0 0 -30px;
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 99;
    cursor: pointer;
}

.ba_scroll span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    color: #fff;
    font-family: "Helvetica";
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.ba_scroll p {
    width: 24px;
    height: 36px;
    overflow: hidden;
    margin: 5px auto 0;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ba_scroll p i {
    display: block;
    width: 1px;
    height: 12px;
    overflow: hidden;
    background-color: #fff;
    margin: 12px auto;
    padding: 0;
    animation-name: scrollTip;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/*分页器*/
.apple-banner .swiper-pagination {
    top: auto;
    bottom: 24px;
    background: none;
    display: none;
}

.apple-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    margin: 0 6px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
    border-radius: 6px;
}

.apple-banner .swiper-pagination-bullet span {
    width: 12px;
    height: 12px;
    display: block;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.apple-banner .swiper-pagination-bullet-active span {
    background-color: #e7580c;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
    background: rgba(255, 255, 255, 1);
}

.apple-banner .swiper-pagination-bullet i {
    background-color: #e7580c;
    height: 12px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block;
}

.apple-banner .autoplay .firsrCurrent i {
    transition: transform 2.9s linear;
    transform: scaleX(1);
    border-radius: 6px;
}

.apple-banner .autoplay .current i {
    transition: transform 4s linear;
    transform: scaleX(1);
    border-radius: 6px;
}

.apple-banner .autoplay .replace span {
    background-color: #e7580c;
}

@media screen and (width:1600px) {
    .apple-banner {
        height: 880px;
        background-size: 1797px 880px;
    }

    .apple-banner .swiper-container {
        height: 880px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .apple-banner {
        height: 800px;
        background-size: 1634px 800px;
    }

    .apple-banner .swiper-container {
        height: 800px;
    }

    .apple-banner .swiper-container .swiper-slide {
        padding: 240px 0 0;
    }

    .ba_text1 p {
        font-size: 45px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .apple-banner {
        height: 768px;
        background-size: 1569px 768px;
    }

    .apple-banner .swiper-container {
        height: 768px;
    }

    .apple-banner .swiper-container .swiper-slide {
        padding: 240px 0 0;
    }

    .ba_text1 p {
        font-size: 45px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .apple-banner {
        height: 700px;
        background-size: 1430px 700px;
    }

    .apple-banner .swiper-container {
        height: 700px;
    }

    .apple-banner .swiper-container .swiper-slide {
        padding: 200px 0 0;
    }

    .ba_text1 p {
        font-size: 45px;
    }

    .ba_text1 em {
        width: 48px;
        height: 4px;
        margin: 24px auto;
    }

    .ba_text1 span {
        font-size: 16px;
        line-height: 24px;
    }

    .ba_text1 a {
        width: 180px;
        height: 50px;
        line-height: 48px;
        font-size: 16px;
    }

    .ba_text1 a:hover {
        width: 200px;
    }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .apple-banner {
        height: 640px;
        background-size: 1307px 640px;
    }

    .apple-banner .swiper-container {
        height: 640px;
    }

    .apple-banner .swiper-container .swiper-slide {
        padding: 180px 0 0;
    }

    .ba_text1 p {
        line-height: 50px;
        font-size: 45px;
    }

    .ba_text1 em {
        width: 48px;
        height: 4px;
        margin: 24px auto;
    }

    .ba_text1 span {
        font-size: 16px;
        line-height: 24px;
    }

    .ba_text1 a {
        width: 180px;
        height: 50px;
        line-height: 48px;
        font-size: 16px;
    }

    .ba_text1 a:hover {
        width: 200px;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .apple-banner {
        height: 600px;
        background-size: 1226px 600px;
    }

    .apple-banner .swiper-container {
        height: 600px;
    }

    .apple-banner .swiper-container .swiper-slide {
        padding: 180px 0 0;
    }

    .ba_text1 p {
        line-height: 48px;
        font-size: 40px;
    }

    .ba_text1 em {
        width: 48px;
        height: 4px;
        margin: 20px auto;
    }

    .ba_text1 span {
        font-size: 16px;
        line-height: 24px;
    }

    .ba_text1 a {
        width: 180px;
        height: 50px;
        line-height: 48px;
        font-size: 16px;
    }

    .ba_text1 a:hover {
        width: 200px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .apple-banner {
        height: 520px;
        background-size: 1062px 520px;
    }

    .apple-banner .swiper-container {
        height: 520px;
    }

    .apple-banner .swiper-container .swiper-slide {
        padding: 160px 0 0;
    }

    .ba_text1 p {
        line-height: 40px;
        font-size: 36px;
    }

    .ba_text1 em {
        width: 48px;
        height: 4px;
        margin: 20px auto;
    }

    .ba_text1 span {
        font-size: 14px;
        line-height: 20px;
    }

    .ba_text1 a {
        width: 160px;
        height: 42px;
        line-height: 40px;
        font-size: 14px;
        margin: 60px auto 0;
    }

    .ba_text1 a:hover {
        width: 180px;
    }

    .ba_PrevNext {
        width: 42%;
        height: 60px;
    }

    .apple-banner .swiper-container .swiper-button-prev,
    .apple-banner .swiper-container .swiper-button-next {
        width: 120px;
    }

    .apple-banner .swiper-container .swiper-button-prev {
        right: 120px;
    }

    .apple-banner .swiper-button-prev span,
    .apple-banner .swiper-button-next span {
        height: 60px;
        line-height: 60px;
    }

    .ba_scroll p {
        width: 20px;
        height: 30px;
        margin: 4px auto 0;
    }
}

@media (max-width: 767px) {
    .apple-banner {
        height: 360px;
        background-size: 750px 360px;
    }

    .apple-banner .swiper-container {
        height: 360px;
    }

    .apple-banner .swiper-container .swiper-slide {
        padding: 100px 0 0;
    }

    .ba_text1 p {
        line-height: 32px;
        font-size: 28px;
        letter-spacing: 2px;
    }

    .ba_text1 em {
        width: 30px;
        height: 2px;
        margin: 14px auto;
    }

    .ba_text1 span {
        font-size: 14px;
        line-height: 20px;
    }

    .ba_text1 a {
        width: 160px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        margin: 20px auto 0;
    }

    .ba_text1 a:hover {
        width: 180px;
    }

    .ba_PrevNext {
        width: 38%;
        height: 60px;
    }

    .apple-banner .swiper-container .swiper-button-prev,
    .apple-banner .swiper-container .swiper-button-next {
        width: 50%;
    }

    .apple-banner .swiper-container .swiper-button-prev {
        right: 50%;
    }

    .apple-banner .swiper-button-prev span,
    .apple-banner .swiper-button-next span {
        height: 60px;
        line-height: 60px;
        font-size: 0;
    }

    .apple-banner .swiper-button-prev span img,
    .apple-banner .swiper-button-next span img {
        margin: -4px 0 0 0;
    }

    .apple-banner .swiper-button-prev:hover span img,
    .apple-banner .swiper-button-next:hover span img {
        margin: -4px 0 0 0;
    }

    .ba_scroll p {
        width: 20px;
        height: 30px;
        margin: 2px auto 0;
    }

    .ba_scroll span {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .apple-banner {
        height: 320px;
        background-size: 654px 320px;
    }

    .apple-banner .swiper-container {
        height: 320px;
    }

    .apple-banner .swiper-container .swiper-slide {
        padding: 80px 0 0;
    }

    .ba_text1 p {
        line-height: 30px;
        font-size: 20px;
    }

    .ba_text1 em {
        width: 24px;
        height: 2px;
        margin: 10px auto;
    }

    .ba_text1 span {
        font-size: 12px;
    }

    .ba_text1 a {
        width: 140px;
        height: 36px;
        line-height: 34px;
        font-size: 12px;
        margin: 20px auto 0;
    }

    .ba_text1 a:hover {
        width: 160px;
    }
}

@media (max-width: 320px) {
    .apple-banner {
        height: 280px;
        background-size: 572px 280px;
    }

    .apple-banner .swiper-container {
        height: 280px;
    }


    .ba_text1 p {
        line-height: 24px;
        font-size: 20px;
    }

    .ba_text1 a {
        margin: 12px auto 0;
    }

    .ba_PrevNext {
        width: 120px;
        height: 44px;
    }

    .apple-banner .swiper-button-prev span,
    .apple-banner .swiper-button-next span {
        height: 44px;
        line-height: 44px;
        font-size: 0;
    }

    .ba_scroll span {
        display: none;
    }
}

/* banner 结束 */

/**search start**/
@media screen and (min-width:1201px) {
    .pco_search {
        width: 100%;
        height: 40px;
        margin: 0 auto;
        padding: 10px 0;
        background-color: #ab1b27;
    }

    .pco_search_mid {
        width: 1200px;
        height: 40px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 0 0 40px;
        background: url(../img/search_tb1.png) 0 0 no-repeat;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_search_mid .hot_search {
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        float: left;
    }

    .hot_search a,
    .hot_search span {
        color: #fff;
        font-weight: normal;
    }

    .hot_search a:hover {
        color: #fff;
    }

    .pco_form {
        width: 330px;
        height: 40px;
        overflow: hidden;
        margin: 66px 0 0;
        padding: 0;
        float: right;
    }

    .pco_form .pco_ipt {
        width: 270px;
        height: 40px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 4px 0 0 4px;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_ipt input {
        display: block;
        width: 100%;
        height: 38px;
        overflow: hidden;
        line-height: 38px;
        color: #666;
        font-size: 14px;
        background-color: #fff;
        margin: 0;
        padding: 0 14px;
        border: none;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_form .pco_btn {
        width: 60px;
        height: 40px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }

    .pco_btn input {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-radius: 0 4px 4px 0;
        background: #ab1b27 url(../img/search_tb.png) center center no-repeat;
        border: none;
        outline: none;
        cursor: pointer;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .pco_search {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 30px;
        background-color: #ab1b27;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_search_mid {
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 0 0 40px;
        background: url(../img/search_tb1.png) 0 0 no-repeat;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_search_mid .hot_search {
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        float: left;
    }

    .hot_search a,
    .hot_search span {
        color: #fff;
        font-weight: normal;
    }

    .hot_search a:hover {
        color: #fff;
    }

    .pco_form {
        width: 32%;
        height: 40px;
        overflow: hidden;
        margin: 66px 0 0;
        padding: 0;
        float: right;
    }

    .pco_form .pco_ipt {
        width: 80%;
        height: 40px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 4px 0 0 4px;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_ipt input {
        display: block;
        width: 100%;
        height: 38px;
        overflow: hidden;
        line-height: 38px;
        color: #666;
        font-size: 14px;
        background-color: #fff;
        margin: 0;
        padding: 0 14px;
        border: none;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_form .pco_btn {
        width: 20%;
        height: 40px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }

    .pco_btn input {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-radius: 0 4px 4px 0;
        background: #ab1b27 url(../img/search_tb.png) center center no-repeat;
        border: none;
        outline: none;
        cursor: pointer;
    }
}

@media screen and (max-width:1080px) {
    .pco_search {
        width: 100%;
        margin: 0 auto;
        padding: 4px 16px 4px 0;
        background-color: #ab1b27;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_search_mid {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 0 0 36px;
        background: url(../img/search_tb1.png) 0 0 no-repeat;
        background-size: 36px 36px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_search_mid .hot_search {
        width: 100%;
        line-height: 24px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: justify;
        margin: 6px auto;
    }

    .hot_search a,
    .hot_search span {
        color: #fff;
        font-weight: normal;
    }

    .hot_search a:hover,
    .hot_search a:active {
        color: #fff;
    }

    .pco_form {
        width: 100%;
        height: 44px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        display: none;
    }

    .pco_form .pco_ipt {
        width: 82%;
        height: 44px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: left;
    }

    .pco_ipt input {
        display: block;
        width: 100%;
        height: 44px;
        overflow: hidden;
        line-height: 44px;
        color: #666;
        font-size: 14px;
        background-color: #f0f0f0;
        border-radius: 24px 0 0 24px;
        margin: 0;
        padding: 0 16px;
        border: none;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_form .pco_btn {
        width: 18%;
        height: 44px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }

    .pco_btn input {
        display: block;
        width: 100%;
        height: 44px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-radius: 0 24px 24px 0;
        background: #ab1b27 url(../img/search_tb.png) center center no-repeat;
        border: none;
        outline: none;
        cursor: pointer;
    }
}

@media screen and (max-width:750px) {}

/**search end**/

/*关于我们*/
.aboutHome {
    width: 100%;
    margin: 0;
    background: url(../img/abouthomebg.jpg)no-repeat;
    overflow: hidden;
    padding: 80px 0;
}

.home-tit {
    margin: 0 auto;
    font-size: 32px;
    text-align: center;
}

.leftabout-pic {
    float: left;
    width: 45%;
    margin-right: 3%;
}

.leftabout-pic img {
    width: 100%;
}

.rightabout-con {
    width: 52%;
    float: left;
    text-align: justify;
    font-size: 16px;
    color: #333;
    padding-top: 30px;
    line-height: 2;
}

.viewMore {
    width: 170px;
    line-height: 45px;
    background: #ab1b27;
    text-align: center;
    margin-top: 60px;
}

/*应用领域*/
.application {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    background: #ab1b27;
}

.applyWord {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: left;
    left: 35px;
    top: 30px;
    text-shadow: 5px 5px 5px #333;
}

.applyWord i {
    margin-right: 10px;
    font-size: 30px;
}

.leftapplication {
    float: left;
    width: 18%;
    height: auto;
    color: #fff;
    padding: 60px 2%;
}

.leftapplication span {
    font-size: 32px;
}

.leftapplication p {
    font-size: 16px;
    text-align: justify;
    margin-top: 30px;
    color: #fff;
}

.rightapp {
    width: 80% !important;
    float: left;
}

@media (max-width: 1540px) {
    .leftapplication span {
        font-size: 24px;
    }
}

@media (max-width: 1376px) {
    .leftapplication span {
        font-size: 20px;
    }

    .leftapplication {
        width: 19%;
        padding: 30px 2%;
    }

}

@media (max-width: 1130px) {
    .leftapplication {
        width: 100%;
    }

    .rightapp {
        width: 100% !important;
    }

    .leftabout-pic {
        width: 100%;
    }

    .rightabout-con {
        width: 100%;
    }
}

/*产品中心*/
.product-home {
    height: calc(100% - 30px);
    overflow: hidden;
}

.product-home .prohome {
    position: relative;
    height: 100%;
}

.product-home .prohome img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* animation: scale_b 25s linear infinite alternate; */
}

.run-image {
    animation: scale_b 25s linear infinite alternate;
}

.pro-tit {
    position: relative;
    z-index: 11;
    top: 110px;
}

.pro-prev {
    width: 60px;
    position: relative;
    left: 25px;
}

.pro-prev i,
.pro-next i {
    font-size: 60px;
    color: #ab1b27;
}

.pro-next {
    width: 60px;
    position: relative;
    right: 25px;
}

.prohome .swiper-horizontal>.swiper-pagination-bullets,
.prohome .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}

/*产品中心结束*/
/*服务中心*/
.service {
    border-bottom: 1px #ab1b27 dashed;
    margin-bottom: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.service img {
    width: 100%;
}

.service p {
    font-size: 16px;
}

/*服务中心结束*/
/*企业环境*/
.workshop {
    background: url(../img/workshopbg.jpg) no-repeat;
    padding: 60px 0;
    overflow: hidden;
    height: auto;
}

.workshop ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
    border: 2px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.workshop ul li:nth-child(4n) {
    margin-right: 0;
}

.workshop ul li img {
    width: 100%;
}

/*企业环境结束*/

/*企业文化*/
.culture {
    width: 100%;
    height: auto;
}

.culture img {
    width: 100%;
}

/*企业文化结束*/

/*新闻中心*/
.news-home {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
    text-align: center;
}

.new-tab {
    overflow: hidden;
    width: 100%;
}

.new-tab ul {
    position: relative;
    left: 50%;
    margin-left: -200px;
}

.new-tab ul li {
    float: left;
    width: auto;
    padding: 0 25px;
    background: #999;
    text-align: center;
    border-radius: 8px;
    margin: 0 10px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.new-tab ul li:hover {
    background: #ab1b27;
}

.new-tab ul li a {
    color: #fff;
}

.news-pic {
    border-radius: 0 15px 0 0;
    width: 100%;
    overflow: hidden;
}

.daynews {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background: #ab1b27;
    box-shadow: 3px 2px 4px #333;
    width: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.yearnews {
    position: absolute;
    top: 70px;
    z-index: 1;
    left: 0;
    background: #f8f8f8;
    box-shadow: 3px 2px 4px #333;
    width: 70px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.news-pic img {
    width: 100%;
}

.newsTitle {
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    background: #f2f2f2;
}

.newslist ul li:hover .newsTitle {
    background: #ab1b27;
    color: #fff;
}

.newslist .swiper-horizontal>.swiper-pagination-bullets,
.newslist .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

/*新闻中心*/
/*荣誉资质*/
.honorslist_all {
    padding-top: 75px;
    overflow: hidden;
}

.honorslist {
    /*  width: 20.5%;*/
    width: 19%;
    float: left;
    margin-right: 6%;
}

.honorslist:nth-of-type(4n) {
    margin-right: 0;
}

.honorslist .honortitle {
    color: #00a0e9;
    line-height: 40px;
}

.honorslist .honortitle span {
    position: relative;
    padding: 12px 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.honorslist .honortitle span:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #00a0e9;
    left: 0;
}

.honorslist li {
    border-bottom: 1px solid #e7e8e8;
}

.honorslist li:first-of-type {
    border-top: 1px solid #e7e8e8;
}

.honorslist li .img_con {
    display: none;
}

.honorslist li h3 {
    line-height: 20px;
    padding: 15px 0;
    /* font-weight: 600; */
    cursor: pointer;
    /* text-align: center; */
    width: 100%;
}

.z_read-more {
    color: #fff;
    padding: 10px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -ms-linear-gradient(#bb2e33, #52b7ed);
    background: -webkit-linear-gradient(#bb2e33, #52b7ed);
    background: -o-linear-gradient(#bb2e33, #52b7ed);
    background: -moz-linear-gradient(#bb2e33, #52b7ed);
    background: linear-gradient(#bb2e33, #52b7ed);
    width: 108px;
    text-align: center;
    margin-top: 50px;
    margin-left: 46%;

}

.z_read-more:hover {
    cursor: pointer;
    opacity: .8;
}

/*荣誉资质结束*/
/*foot*/
.foot {
    width: 100%;
    height: auto;
    background: #bb2e33;
    overflow: hidden;
    bottom: 0px;
    position: fixed;
    z-index: 99;
}

.footmenu {
    width: 52%;
    margin-right: 2%;
    float: left;
    font-size: 14px;
    border-right: 1px solid #2799d7;
    margin-bottom: 20px;
}

.footmenu ul li>a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.footmenu ul li>p>a {
    color: #fff;
    font-weight: normal;
}

.footmenu ul li p {
    line-height: 2;
    text-align: center;
    width: 100%;
}

.footmenu ul li {
    color: #fff;
    font-size: 14px;
    float: left;
    width: auto;
    width: 16.6%;
    text-align: center;
}

.footadd img {
    width: 100%;
    margin-bottom: 20px;
}

.footadd {
    width: 25%;
    margin-right: 2%;
    float: left;
    font-size: 14px;
    color: #fff;
}

.footerwei {
    width: 18%;
    float: left;
    text-align: center;
}

.copyright {
    clear: both;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 100%;
    font-weight: 200;
}

.copyright a {
    color: #fff;
}

/*foot结束*/


/*首页产品展示*/
.pro_title {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    /* background-color:#fff; box-shadow:0 6px 20px rgba(0,0,0,0.1);*/
}

.pro_title .pro_top {
    width: 320px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    background: url(../img/pro_titbg.png) center top no-repeat;
    background-size: 100% 100%;
}

.pro_top em {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.08);
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.pro_top p {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: -40px auto 0;
    padding: 0;
}


.tab_img {
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


/*企业环境*/
.honor-list li {
    width: 19%;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
    text-align: center;
    height: auto;
    overflow: hidden;
    list-style: none;
}

.honor-list li:nth-child(5n) {
    margin-right: 0;
}

.honor-list li img {
    max-height: 431px;
    display: block;
    margin: 0 auto;
}


@media only screen and (max-width: 1800px) 
{
    .honor-list li img {
        max-height: 400px;
    }
}
@media only screen and (max-width: 1750px) 
{
    .honor-list li img {
        max-height: 380px;
    }
}
@media only screen and (max-width: 1700px) 
{
    .honor-list li img {
        max-height: 360px;
    }
}
@media only screen and (max-width: 1650px) 
{
    .honor-list li img {
        max-height: 340px;
    }
}
@media only screen and (max-width: 1600px) 
{
    .honor-list li img {
        max-height: 300px;
    }
}
@media only screen and (max-width: 1500px) 
{
    .honor-list li img {
        max-height: 260px;
    }
}
@media only screen and (max-width: 1200px) 
{
    .honor-list li img {
        max-height: 200px;
    }
}
.honor-list li .pro-t {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* display: none; */
    margin-top: 15px;
}

.fancybox-opened .fancybox-title {
    display: none;
}


.bannerword {
    position: absolute;
    left: 10%;
    top: 20%;
    color: #fff;
    display: none;
}

.bannerword h3 {
    font-size: 32px;
    color: #fff;
}

.bannerword h4 {
    font-size: 24px;
    color: #fff;
}

.main-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f2f2f2;
    padding-top: 40px;
}

.proview {
    overflow: hidden;
    background: #fff;
}

.productList {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 40px auto;
}

.productList .leftPart {
    width: 19%;
    float: left;
    margin-right: 1%;
    margin-top: 27px;
}

.productList .rightPart {
    width: 80%;
    float: left;
}

.productList .proview {
    background: #fff;
    width: calc(100%-80px);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 40px;
    clear: both;
}

.prolist-pic {
    margin: 0 2% -5px 0;
    width: 48%;
    height: auto;
    float: left;
}

.prolist-pic img {
    width: 100%;
}

.proItem {
    /*width: calc(100%-500px);*/
    width: 49%;
    float: left;
    padding-right: 1%;
}

.proItem .protitle {
    font-size: 30px;
    font-weight: bold;
    color: #0a1734;
}

.fenLine {
    width: 150px;
    height: 4px;
    background: #ab1b27;
    margin: 10px auto 30px 0;
    float: left;
}

.proItem .itemTitle {
    margin-top: 45px;
    font-size: 24px;
    margin-bottom: 20px;
}

.proDetail {
    margin-top: 30px;
    height: auto;
    /*overflow: hidden;*/
    background: #fff;
    /*margin-bottom: 30px;*/
    float: left;
    width: 75%;
}

.rightpush {
    width: 21%;
    float: right;
    margin: 30px 0 0 2%;
    background: #fff;
    padding: 0 1%;
}

.rightpush img {
    width: 100%;
}

.padding-large {
    margin-bottom: 30px;
}

.proDetail .bottomLine {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.proDetail .detailItem {
    width: 180px;
    text-align: center;
    background: #ab1b27;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.proDetail .proCon {
    padding: 30px;
    line-height: 1.5em;
    font-size: 14px;
}

/*.proDetail .proCon table,.newslist table{border:#ccc 1px solid; border-width:0 0 1px 1px ; width:99.5%!important;}
.proDetail .proCon td,.proDetail .proCon th,.newslist td,.newslist th{border:#ccc 1px solid; border-width:1px 1px 0 0; padding:5px 0 5px 5px;word-wrap:break-word; word-break:break-all; width:auto!important; text-align:center!important;}*/
.proDetail .proCon img {
    max-width: 100%;
    max-height: 400px;
    height: auto;
}

.proDetail .proCon table {
    width: 100% !important;
    border-collapse: collapse;
    border: 0px none;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-spacing: 0;
    table-layout: fixed;
}

.proDetail .proCon table tr {
    height: auto !important;
}

.proDetail .proCon table td {
    height: auto !important;
    border: 0px none !important;
    line-height: 1.5;
    padding: 5px !important;
    text-align: center;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    word-wrap: break-word;
    word-break: break-all;
    width: auto !important;
}

.proDetail .proCon table td p {
    display: block;
    margin: 0;
}

.proDetail .proCon table td span {
    display: inline-block;
    margin: 0;
}

.proDetail .proCon table tr {
    transition: all .2s;
}

.proDetail .proCon table tr:hover {
    background: #e7f1fc;
}

.pushtitle {
    margin-top: 10px;
    text-align: center;
}

.backtoPro {
    /*margin-top: -30px;
    margin-right: -30px;*/
    width: 50px;
    height: 50px;
    background: #ab1b27;
    text-align: center;
    line-height: 50px;

}

.backtoPro a,
.backtoPro:hover a,
.backtoPro a:hover {
    color: #fff;
}

.backtoPro a i {
    font-size: 25px;
}

.backtoPro:hover {
    background: #ab1b27;
    color: #d8262c;
}


/**pro_show**/
.pro_tablist {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}

@media screen and (min-width:1201px) {
    .pro_show {
        width: 1200px;
        height: auto;
        margin: 60px auto;
        padding: 0;
    }

    .ly_title {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto 30px;
        padding: 0;
    }

    .ly_title p {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        margin: 0 auto;
        padding: 0;
        color: #ab1b27;
        font-size: 32px;
        text-align: center;
    }

    .ly_title p span {
        color: #22a243;
    }

    .ly_title img {
        display: block;
        width: 40px;
        height: 3px;
        margin: 8px auto 10px;
        padding: 0;
    }

    .ly_title em {
        display: block;
        width: 100%;
        height: 17px;
        overflow: hidden;
        line-height: 17px;
        margin: 0 auto;
        padding: 0;
        color: #aaa;
        font-size: 14px;
        font-style: normal;
        text-align: center;
    }

    .pro_tab {
        width: 1200px;
        height: 40px;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
    }

    .pro_tab ul li {
        width: auto !important;
        margin: 0 20px;
        float: left;
    }

    .pro_tab ul li a {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        color: #333;
        font-size: 16px;
        margin: 0;
        padding: 0 0 16px;
        position: relative;
    }

    .pro_tab ul li a em {
        display: none;
        width: 100%;
        height: 2px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: #22a243;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .pro_tab ul li a:hover,
    .pro_tab ul li a.protab_on {
        color: #22a243;
        font-weight: bold;
    }

    .pro_tab ul li a:hover em,
    .pro_tab ul li a.protab_on em {
        display: block;
    }

    .wrapper01 {
        position: relative;
        width: 1200px;
        height: 40px;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
    }

    .wrapper01 .scroller {
        position: absolute;
    }

    .wrapper01 .scroller li {
        height: 40px;
        color: #333;
        float: left;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 0 20px;
        border-right: 1px dotted #e7e7e7;
    }

    .wrapper01 .scroller li a {
        color: #333;
    }

    .wrapper01 .scroller li.cur a {
        color: #22a243;
        font-weight: bold;
    }

    .pro_tablist .wrapper01 {
        position: relative;
        width: 90%;
        height: 60px;
        overflow: hidden;
        margin: 5px auto 0 auto;
        padding: 0;
        background-color: #fff;
        border: none;
    }

    .pro_tablist .wrapper01 .scroller {
        position: absolute;
        width: 1620px;
        left: 0;
        transition: all 3s;
    }

    .pro_tablist .wrapper01 .scroller li {
        height: 60px;
        color: #333;
        float: left;
        line-height: 60px;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 0 7px;
    }

    .pro_tablist .wrapper01 .scroller li a {
        color: #333;
    }

    .pro_tablist .wrapper01 .scroller li:hover,
    .pro_tablist .wrapper01 .scroller li.cur {
        background-color: #ab1b27;
    }

    .pro_tablist .wrapper01 .scroller li:hover a,
    .pro_tablist .wrapper01 .scroller li.cur a {
        color: #fff;
        font-weight: normal;
    }



    .pro_list {
        width: 1200px;
        height: auto;
        margin: 30px auto 0;
        padding: 0;
    }

    .pro_list ul li {
        width: 285px;
        margin: 0 20px 20px 0;
        padding: 0;
        background-color: #fff;
        border: 1px solid #eaeaea;
        float: left;
        box-sizing: border-box;
    }

    .pro_list ul li:nth-child(4n+4) {
        margin: 0 0 20px;
    }

    .pro_list ul li:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        border: none;
    }

    .pro_list ul li .pro_img {
        width: 100%;
        height: 284px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
        box-sizing: border-box;
        position: relative;
    }

    .pro_list ul li:hover .pro_img {
        border-bottom: 0px solid #22a243;
    }

    .pro_list ul li .pro_img img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pro_list ul li .pro_img a.promask {
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        line-height: 380px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: rgba(12, 47, 85, 0.6) url(../images/check.png) center center no-repeat;
    }

    .pro_list ul li:hover .pro_img a.promask {
        display: block;
    }

    .pro_list ul li .pro_text {
        width: 100%;
        height: 60px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_list ul li .pro_text a {
        display: block;
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #333;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 auto;
        padding: 0 48px 0 20px;
        box-sizing: border-box;
        position: relative;
    }

    .pro_list ul li .pro_text a em {
        display: block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        margin: 0;
        background: url(../images/jt_01.png) 0 0 no-repeat;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .pro_list ul li:hover .pro_text a {
        color: #ab1b27;
    }

    .pro_list ul li:hover .pro_text a em {
        background: url(../images/jt_05.png) 0 0 no-repeat;
    }

    .pro_more {
        width: 48px;
        height: 48px;
        overflow: hidden;
        margin: 20px auto 0;
        padding: 0;
    }

    .pro_more a {
        display: block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        background: #f5f5f5 url(../images/more_tb1.png) center center no-repeat;
        border-radius: 2px;
    }

    .pro_more a:hover {
        background: #22a243 url(../images/more_tb2.png) center center no-repeat;
    }

}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .h_products_in {
        width: 94%;
    }

    .pro_show {
        width: 100%;
        height: auto;
        margin: 60px auto;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ly_title {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 30px;
        padding: 0;
    }

    .ly_title p {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        margin: 0 auto;
        padding: 0;
        color: #ab1b27;
        font-size: 36px;
        text-align: center;
    }

    .ly_title p span {
        color: #22a243;
    }

    .ly_title img {
        display: block;
        width: 40px;
        height: 3px;
        margin: 8px auto 10px;
        padding: 0;
    }

    .ly_title em {
        display: block;
        width: 100%;
        height: 17px;
        overflow: hidden;
        line-height: 17px;
        margin: 0 auto;
        padding: 0;
        color: #aaa;
        font-size: 14px;
        font-style: normal;
        text-align: center;
    }

    .pro_tab {
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
    }

    .pro_tab ul li {
        width: auto !important;
        margin: 0 20px;
        float: left;
    }

    .pro_tab ul li a {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        color: #333;
        font-size: 16px;
        margin: 0;
        padding: 0 0 16px;
        position: relative;
    }

    .pro_tab ul li a em {
        display: none;
        width: 100%;
        height: 2px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: #22a243;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .pro_tab ul li a:hover,
    .pro_tab ul li a.protab_on {
        color: #22a243;
        font-weight: bold;
    }

    .pro_tab ul li a:hover em,
    .pro_tab ul li a.protab_on em {
        display: block;
    }

    .wrapper01 {
        position: relative;
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
    }

    .wrapper01 .scroller {
        position: absolute;
    }

    .wrapper01 .scroller li {
        height: 40px;
        color: #333;
        float: left;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 0 20px;
        border-right: 1px dotted #e7e7e7;
    }

    .wrapper01 .scroller li a {
        color: #333;
    }

    .wrapper01 .scroller li.cur a {
        color: #22a243;
        font-weight: bold;
    }

    .pro_tablist .wrapper01 {
        position: relative;
        width: 100%;
        height: 60px;
        overflow: hidden;
        margin: -60px auto 0;
        padding: 0;
        background-color: #fff;
        border: none;
    }

    .pro_tablist .wrapper01 .scroller {
        position: absolute;
    }

    .pro_tablist .wrapper01 .scroller li {
        height: 60px;
        color: #333;
        float: left;
        line-height: 60px;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 0 7px;
    }

    .pro_tablist .wrapper01 .scroller li a {
        color: #333;
    }

    .pro_tablist .wrapper01 .scroller li:hover,
    .pro_tablist .wrapper01 .scroller li.cur {
        background-color: #ab1b27;
    }

    .pro_tablist .wrapper01 .scroller li:hover a,
    .pro_tablist .wrapper01 .scroller li.cur a {
        color: #fff;
        font-weight: normal;
    }

    .pro_list {
        width: 100%;
        height: auto;
        margin: 20px auto 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_list ul li {
        width: 23.5%;
        margin: 0 2% 20px 0;
        padding: 0;
        background-color: #fff;
        border: 1px solid #eaeaea;
        float: left;
        box-sizing: border-box;
    }

    .pro_list ul li:nth-child(4n+4) {
        margin: 0 0 20px;
    }

    .pro_list ul li:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        border: none;
    }

    .pro_list ul li .pro_img {
        width: 100%;
        height: 244px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
        box-sizing: border-box;
        position: relative;
    }

    .pro_list ul li:hover .pro_img {
        border-bottom: 0px solid #22a243;
    }

    .pro_list ul li .pro_img img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pro_list ul li .pro_img a.promask {
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        line-height: 380px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: rgba(12, 47, 85, 0.6) url(../images/check.png) center center no-repeat;
    }

    .pro_list ul li:hover .pro_img a.promask {
        display: block;
    }

    .pro_list ul li .pro_text {
        width: 100%;
        height: 60px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_list ul li .pro_text a {
        display: block;
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #333;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 auto;
        padding: 0 48px 0 20px;
        box-sizing: border-box;
        position: relative;
    }

    .pro_list ul li .pro_text a em {
        display: block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        margin: 0;
        background: url(../images/jt_01.png) 0 0 no-repeat;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .pro_list ul li:hover .pro_text a {
        color: #ab1b27;
    }

    .pro_list ul li:hover .pro_text a em {
        background: url(../images/jt_05.png) 0 0 no-repeat;
    }

    .pro_more {
        width: 48px;
        height: 48px;
        overflow: hidden;
        margin: 20px auto 0;
        padding: 0;
    }

    .pro_more a {
        display: block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        background: #f5f5f5 url(../images/more_tb1.png) center center no-repeat;
        border-radius: 2px;
    }

    .pro_more a:hover {
        background: #22a243 url(../images/more_tb2.png) center center no-repeat;
    }

}

@media screen and (max-width:1080px) {
    .h_products_in {
        width: 94%;
    }

    .pro_title {
        margin: 0 auto 20px;
    }

    .pro_show {
        width: 100%;
        height: auto;
        margin: 30px auto;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ly_title {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
    }

    .ly_title p {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        margin: 0 auto;
        padding: 0;
        color: #ab1b27;
        font-size: 28px;
        text-align: center;
    }

    .ly_title p span {
        color: #22a243;
    }

    .ly_title img {
        display: block;
        width: 40px;
        height: 3px;
        margin: 8px auto 10px;
        padding: 0;
    }

    .ly_title em {
        display: block;
        width: 100%;
        height: 17px;
        overflow: hidden;
        line-height: 17px;
        margin: 0 auto;
        padding: 0;
        color: #aaa;
        font-size: 14px;
        font-style: normal;
        text-align: center;
    }

    .pro_tab {
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
    }

    .pro_tab ul li {
        width: auto !important;
        margin: 0 20px;
        float: left;
    }

    .pro_tab ul li a {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        color: #333;
        font-size: 16px;
        margin: 0;
        padding: 0 0 16px;
        position: relative;
    }

    .pro_tab ul li a em {
        display: none;
        width: 100%;
        height: 2px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: #22a243;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .pro_tab ul li a:hover,
    .pro_tab ul li a.protab_on {
        color: #22a243;
        font-weight: bold;
    }

    .pro_tab ul li a:hover em,
    .pro_tab ul li a.protab_on em {
        display: block;
    }

    .proDetail .proCon img {
        width: 100% !important;
        max-height: 400px;
        height: auto !important;
    }

    .wrapper01 {
        position: relative;
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0 auto 30px;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
    }

    .wrapper01 .scroller {
        position: absolute;
    }

    .wrapper01 .scroller li {
        height: 40px;
        color: #333;
        float: left;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 0 16px;
        border-right: 1px dotted #e7e7e7;
    }

    .wrapper01 .scroller li a {
        color: #333;
    }

    .wrapper01 .scroller li.cur a {
        color: #22a243;
        font-weight: bold;
    }

    .pro_tablist .wrapper01 {
        position: relative;
        width: 100%;
        height: 48px;
        overflow: hidden;
        margin: 0 auto 0;
        padding: 0;
        background-color: #fff;
        border: none;
    }

    .pro_tablist .wrapper01 .scroller {
        position: absolute;
    }

    .pro_tablist .wrapper01 .scroller li {
        height: 48px;
        color: #333;
        float: left;
        line-height: 48px;
        font-size: 14px;
        text-align: center;
        margin: 0;
        padding: 0 7px;
    }

    .pro_tablist .wrapper01 .scroller li a {
        color: #333;
    }

    .pro_tablist .wrapper01 .scroller li:hover,
    .pro_tablist .wrapper01 .scroller li.cur {
        background-color: #ab1b27;
    }

    .pro_tablist .wrapper01 .scroller li:hover a,
    .pro_tablist .wrapper01 .scroller li.cur a {
        color: #fff;
        font-weight: normal;
    }

    .pro_list {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_list ul li {
        width: 48%;
        margin: 0 4% 20px 0;
        padding: 0;
        background-color: #fff;
        border: 1px solid #eaeaea;
        float: left;
        box-sizing: border-box;
    }

    .pro_list ul li:nth-child(4n+4) {
        margin: 0 4% 20px 0;
    }

    .pro_list ul li:nth-child(2n+2) {
        margin: 0 0 20px 0;
    }

    .pro_list ul li:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        border: none;
    }

    .pro_list ul li .pro_img {
        width: 100%;
        height: 180px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
        box-sizing: border-box;
        position: relative;
    }

    .pro_list ul li:hover .pro_img {
        border-bottom: 0px solid #22a243;
    }

    .pro_list ul li .pro_img img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pro_list ul li .pro_img a.promask {
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        line-height: 260px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: rgba(12, 47, 85, 0.6) url(../images/check.png) center center no-repeat;
    }

    .pro_list ul li:hover .pro_img a.promask {
        display: block;
    }

    .pro_list ul li .pro_text {
        width: 100%;
        height: 60px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_list ul li .pro_text a {
        display: block;
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #333;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 auto;
        padding: 0 48px 0 20px;
        box-sizing: border-box;
        position: relative;
    }

    .pro_list ul li .pro_text a em {
        display: block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        margin: 0;
        background: url(../images/jt_01.png) 0 0 no-repeat;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .pro_list ul li:hover .pro_text a {
        color: #ab1b27;
    }

    .pro_list ul li:hover .pro_text a em {
        background: url(../images/jt_05.png) 0 0 no-repeat;
    }

    .pro_more {
        width: 48px;
        height: 48px;
        overflow: hidden;
        margin: 10px auto 0;
        padding: 0;
    }

    .pro_more a {
        display: block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        background: #f5f5f5 url(../images/more_tb1.png) center center no-repeat;
        border-radius: 2px;
    }

    .pro_more a:hover {
        background: #22a243 url(../images/more_tb2.png) center center no-repeat;
    }

}

@media screen and (max-width:750px) {
    .pro_show {
        width: 100%;
        height: auto;
        margin: 30px auto;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_title {
        margin: 0 auto 20px;
    }

    .pro_title .pro_top {
        margin: 0 auto 20px;
        height: 50px;
    }

    .pro_top p {
        font-size: 24px;
        height: 50px;
        line-height: 50px;
    }

    .syFocusThumb {
        height: 50px;
    }

    .pagination {
        height: 50px;
    }

    .holder I {
        height: 50px;
        line-height: 32px;
    }

}

@media screen and (max-width:320px) {
    .pro_title .pro_top {
        width: 100%;
    }
}

/**pro_show**/

/**pco_data**/
@media screen and (min-width:1201px) {}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .pco_data {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 32px 30px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_data ul {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pco_data ul li {
        width: 16.666666%;
        margin: 0;
        padding: 0;
        float: left;
    }

    .pco_data ul li p {
        width: 100%;
        height: 72px;
        overflow: hidden;
        line-height: 72px;
        color: #ab1b27;
        font-size: 64px;
        font-family: "Aleo-Bold";
        text-align: center;
        margin: 0 auto 4px;
        padding: 0;
        position: relative;
    }

    .pco_data ul li p span {
        display: block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        line-height: 24px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        background-color: #ab1b27;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 50%;
        margin: 0 -70px 0 0;
    }

    .pco_data ul li font {
        display: block;
        width: 100%;
        height: 20px;
        overflow: hidden;
        line-height: 20px;
        color: #262626;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width:1080px) {
    .pco_data {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 32px 16px 0;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_data ul {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pco_data ul li {
        width: 50%;
        margin: 0 0 40px;
        padding: 0;
        float: left;
    }

    .pco_data ul li p {
        width: 100%;
        height: 72px;
        overflow: hidden;
        line-height: 72px;
        color: #ab1b27;
        font-size: 64px;
        font-family: "Aleo-Bold";
        text-align: center;
        margin: 0 auto 4px;
        padding: 0;
        position: relative;
    }

    .pco_data ul li p span {
        display: block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        line-height: 24px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        background-color: #ab1b27;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 50%;
        margin: 0 -70px 0 0;
    }

    .pco_data ul li font {
        display: block;
        width: 100%;
        height: 20px;
        overflow: hidden;
        line-height: 20px;
        color: #262626;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width:750px) {}

/**pco_course**/
@media screen and (min-width:1201px) {
    .pco_course {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 60px 0;
        background: url(../img/course_bg.jpg) center top no-repeat;
        background-size: cover;
    }

    .course_list {
        width: 1200px;
        height: 360px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background: url(../img/line.jpg) center center no-repeat;
    }

    .course_list ul {
        margin: 0;
    }

    .course_list ul li {
        width: 300px !important;
        height: 360px;
        overflow: hidden;
        margin: 0 -100px 0 0;
        padding: 230px 20px 20px;
        background: url(../img/course_bg02.png) center bottom no-repeat;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .course_list ul li:nth-child(2n+2) {
        background: url(../img/course_bg01.png) center top no-repeat;
        padding: 20px 20px 230px;
    }

    .course_list ul li:hover {
        background: url(../img/course_bg2.png) center bottom no-repeat;
    }

    .course_list ul li:nth-child(2n+2):hover {
        background: url(../img/course_bg1.png) center top no-repeat;
    }

    .course_list ul li p {
        width: 100%;
        height: 36px;
        overflow: hidden;
        line-height: 36px;
        color: #262626;
        font-size: 24px;
        margin: 0 auto 10px;
        padding: 0;
    }

    .course_list ul li p em {
        font-family: "Aleo-Bold";
        font-size: 32px;
        font-style: normal;
    }

    .course_list ul li span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #666;
        font-size: 14px;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .course_list ul li:hover p,
    .course_list ul li:hover span {
        color: #fff;
    }

}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .pco_course {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 60px 30px;
        background: url(../img/course_bg.jpg) center top no-repeat;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .course_list {
        width: 100%;
        height: 360px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background: url(../img/line.jpg) center center no-repeat;
    }

    .course_list ul {
        margin: 0;
    }

    .course_list ul li {
        width: 300px !important;
        height: 360px;
        overflow: hidden;
        margin: 0 -100px 0 0;
        padding: 230px 20px 20px;
        background: url(../img/course_bg02.png) center bottom no-repeat;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .course_list ul li:nth-child(2n+2) {
        background: url(../img/course_bg01.png) center top no-repeat;
        padding: 20px 20px 230px;
    }

    .course_list ul li:hover {
        background: url(../img/course_bg2.png) center bottom no-repeat;
    }

    .course_list ul li:nth-child(2n+2):hover {
        background: url(../img/course_bg1.png) center top no-repeat;
    }

    .course_list ul li p {
        width: 100%;
        height: 36px;
        overflow: hidden;
        line-height: 36px;
        color: #262626;
        font-size: 24px;
        margin: 0 auto 10px;
        padding: 0;
    }

    .course_list ul li p em {
        font-family: "Aleo-Bold";
        font-size: 32px;
        font-style: normal;
    }

    .course_list ul li span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #666;
        font-size: 14px;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .course_list ul li:hover p,
    .course_list ul li:hover span {
        color: #fff;
    }
}

@media screen and (max-width:1080px) {
    .pco_course {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 40px 16px;
        background: url(../img/course_bg.jpg) center top no-repeat;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .course_list {
        width: 100%;
        height: 360px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background: url(../img/line.jpg) center center no-repeat;
    }

    .course_list ul {
        margin: 0;
    }

    .course_list ul li {
        width: 300px !important;
        height: 360px;
        overflow: hidden;
        margin: 0 -120px 0 0;
        padding: 230px 20px 20px;
        background: url(../img/course_bg02.png) center bottom no-repeat;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .course_list ul li:nth-child(2n+2) {
        background: url(../img/course_bg01.png) center top no-repeat;
        padding: 20px 20px 230px;
    }

    .course_list ul li:hover {
        background: url(../img/course_bg2.png) center bottom no-repeat;
    }

    .course_list ul li:nth-child(2n+2):hover {
        background: url(../img/course_bg1.png) center top no-repeat;
    }

    .course_list ul li p {
        width: 100%;
        height: 36px;
        overflow: hidden;
        line-height: 36px;
        color: #262626;
        font-size: 24px;
        margin: 0 auto 10px;
        padding: 0;
    }

    .course_list ul li p em {
        font-family: "Aleo-Bold";
        font-size: 32px;
        font-style: normal;
    }

    .course_list ul li span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #666;
        font-size: 14px;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .course_list ul li:hover p,
    .course_list ul li:hover span {
        color: #fff;
    }
}

@media screen and (max-width:750px) {}

/**pco_news**/
@media screen and (min-width:1201px) {
    .pco_news {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 60px 0;
    }

    .pconw_main {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .pconw_main .pconw_l,
    .pconw_main .pconw_r {
        width: 50%;
        height: 400px;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_main .pconw_l {
        padding: 0 20px 0 0;
        float: left;
    }

    .pconw_l .pconw_l_img {
        width: 100%;
        height: 260px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
    }

    .pconw_l_img a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .pconw_l_img a img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pconw_l .pconw_l_text {
        width: 100%;
        height: 140px;
        overflow: hidden;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_l_text a {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #333;
        font-size: 22px;
        margin: 0 auto 10px;
        padding: 0 80px 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_l_text a span {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #999;
        font-size: 14px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pconw_l_text p {
        width: 100%;
        height: 48px;
        overflow: hidden;
        line-height: 24px;
        color: #999;
        font-size: 14px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .pconw_l:hover .pconw_l_text {
        background-color: #ab1b27;
    }

    .pconw_l:hover .pconw_l_text a {
        color: #fff;
    }

    .pconw_l:hover .pconw_l_text a span {
        color: rgba(255, 255, 255, 0.6);
    }

    .pconw_l:hover .pconw_l_text p {
        color: rgba(255, 255, 255, 0.6);
    }

    .pconw_main .pconw_r {
        padding: 0 0 0 20px;
        float: right;
    }

    .pconw_r ul li {
        width: 100%;
        height: 133px;
        overflow: hidden;
        margin: 0 auto;
        padding: 14px 0;
        border-bottom: 1px dashed #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_r ul li a {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #333;
        font-size: 22px;
        margin: 0 auto 8px;
        padding: 0 80px 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_r ul li a span {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #999;
        font-size: 14px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pconw_r ul li a:hover {
        color: #ab1b27;
    }

    .pconw_r ul li p {
        width: 100%;
        height: 48px;
        overflow: hidden;
        line-height: 24px;
        color: #999;
        font-size: 14px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .pco_news {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 60px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_main {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .pconw_main .pconw_l,
    .pconw_main .pconw_r {
        width: 50%;
        height: 400px;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_main .pconw_l {
        padding: 0 16px 0 0;
        float: left;
    }

    .pconw_l .pconw_l_img {
        width: 100%;
        height: 260px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
    }

    .pconw_l_img a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .pconw_l_img a img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pconw_l .pconw_l_text {
        width: 100%;
        height: 140px;
        overflow: hidden;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_l_text a {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #333;
        font-size: 22px;
        margin: 0 auto 10px;
        padding: 0 80px 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_l_text a span {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #999;
        font-size: 14px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pconw_l_text p {
        width: 100%;
        height: 48px;
        overflow: hidden;
        line-height: 24px;
        color: #999;
        font-size: 14px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .pconw_l:hover .pconw_l_text {
        background-color: #ab1b27;
    }

    .pconw_l:hover .pconw_l_text a {
        color: #fff;
    }

    .pconw_l:hover .pconw_l_text a span {
        color: rgba(255, 255, 255, 0.6);
    }

    .pconw_l:hover .pconw_l_text p {
        color: rgba(255, 255, 255, 0.6);
    }

    .pconw_main .pconw_r {
        padding: 0 0 0 16px;
        float: right;
    }

    .pconw_r ul li {
        width: 100%;
        height: 133px;
        overflow: hidden;
        margin: 0 auto;
        padding: 14px 0;
        border-bottom: 1px dashed #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_r ul li a {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #333;
        font-size: 22px;
        margin: 0 auto 8px;
        padding: 0 80px 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_r ul li a span {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #999;
        font-size: 14px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pconw_r ul li a:hover {
        color: #ab1b27;
    }

    .pconw_r ul li p {
        width: 100%;
        height: 48px;
        overflow: hidden;
        line-height: 24px;
        color: #999;
        font-size: 14px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

}

@media screen and (max-width:1080px) {
    .pco_news {
        width: 100%;
        overflow: hidden;
        margin: 32px auto;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_main {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .pconw_main .pconw_l,
    .pconw_main .pconw_r {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_main .pconw_l {
        margin: 0 auto 16px;
    }

    .pconw_l .pconw_l_img {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
    }

    .pconw_l_img a {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .pconw_l_img a img {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pconw_l .pconw_l_text {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        padding: 16px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_l_text a {
        display: block;
        width: 100%;
        height: 32px;
        overflow: hidden;
        line-height: 32px;
        color: #333;
        font-size: 18px;
        margin: 0 auto 4px;
        padding: 0 80px 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_l_text a span {
        display: inline-block;
        width: 80px;
        height: 32px;
        line-height: 32px;
        color: #999;
        font-size: 14px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pconw_l_text p {
        width: 100%;
        max-height: 48px;
        overflow: hidden;
        line-height: 24px;
        color: #999;
        font-size: 14px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .pconw_l:hover .pconw_l_text,
    .pconw_l:active .pconw_l_text {
        background-color: #ab1b27;
    }

    .pconw_l:hover .pconw_l_text a,
    .pconw_l:active .pconw_l_text a {
        color: #fff;
    }

    .pconw_l:hover .pconw_l_text a span,
    .pconw_l:active .pconw_l_text a span {
        color: rgba(255, 255, 255, 0.6);
    }

    .pconw_l:hover .pconw_l_text p,
    .pconw_l:active .pconw_l_text p {
        color: rgba(255, 255, 255, 0.6);
    }

    .pconw_main .pconw_r {}

    .pconw_r ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        padding: 16px 0;
        border-bottom: 1px dashed #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_r ul li a {
        display: block;
        width: 100%;
        height: 32px;
        overflow: hidden;
        line-height: 32px;
        color: #333;
        font-size: 18px;
        margin: 0 auto 4px;
        padding: 0 80px 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pconw_r ul li a span {
        display: inline-block;
        width: 80px;
        height: 32px;
        line-height: 32px;
        color: #999;
        font-size: 14px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pconw_r ul li a:hover,
    .pconw_r ul li a:active {
        color: #ab1b27;
    }

    .pconw_r ul li p {
        width: 100%;
        max-height: 48px;
        overflow: hidden;
        line-height: 24px;
        color: #999;
        font-size: 14px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width:750px) {}

/**pco_info**/
@media screen and (min-width:1201px) {
    .pco_info {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 60px 0;
        background-color: #fff;
    }

    .pco_info ul {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pco_info ul li {
        width: 32%;
        overflow: hidden;
        margin: 0 2% 0 0;
        padding: 0;
        float: left;
    }

    .pco_info ul li:last-child {
        margin: 0;
    }

    .pco_info ul li .info_tit {
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #fff;
        font-size: 22px;
        margin: 0 auto;
        padding: 0 20px;
        background-color: #ab1b27;
        border-radius: 10px 10px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info_tit a {
        display: block;
        width: 96px;
        height: 38px;
        overflow: hidden;
        line-height: 38px;
        color: #333;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        border-radius: 18px;
        margin: 11px 0;
        padding: 0;
        float: right;
    }

    .info_tit a:hover {
        color: #00bc58;
        font-weight: bold;
    }

    .pco_info ul li .info_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 19px 9px;
        border: 1px solid #eaeaea;
        border-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info_list dl dd {
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .info_list dl dd a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        margin: 0 auto;
        padding: 0 80px 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info_list dl dd a span {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #999;
        font-size: 14px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .info_list dl dd a:hover,
    .info_list dl dd a:hover span {
        color: #ab1b27;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .pco_info {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 60px 30px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_info ul {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pco_info ul li {
        width: 32%;
        overflow: hidden;
        margin: 0 2% 0 0;
        padding: 0;
        float: left;
    }

    .pco_info ul li:last-child {
        margin: 0;
    }

    .pco_info ul li .info_tit {
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #fff;
        font-size: 22px;
        margin: 0 auto;
        padding: 0 20px;
        background-color: #ab1b27;
        border-radius: 10px 10px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info_tit a {
        display: block;
        width: 96px;
        height: 38px;
        overflow: hidden;
        line-height: 38px;
        color: #333;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        border-radius: 18px;
        margin: 11px 0;
        padding: 0;
        float: right;
    }

    .info_tit a:hover {
        color: #00bc58;
        font-weight: bold;
    }

    .pco_info ul li .info_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 15px 9px;
        border: 1px solid #eaeaea;
        border-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info_list dl dd {
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .info_list dl dd a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        margin: 0 auto;
        padding: 0 80px 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info_list dl dd a span {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #999;
        font-size: 14px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .info_list dl dd a:hover,
    .info_list dl dd a:hover span {
        color: #ab1b27;
    }
}

@media screen and (max-width:1080px) {
    .pco_info {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 32px 16px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_info ul {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pco_info ul li {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 16px;
        padding: 0;
    }

    .pco_info ul li:last-child {
        margin: 0 auto;
    }

    .pco_info ul li .info_tit {
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #fff;
        font-size: 22px;
        margin: 0 auto;
        padding: 0 16px;
        background-color: #ab1b27;
        border-radius: 10px 10px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info_tit a {
        display: block;
        width: 96px;
        height: 38px;
        overflow: hidden;
        line-height: 38px;
        color: #333;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        border-radius: 18px;
        margin: 11px 0;
        padding: 0;
        float: right;
    }

    .info_tit a:hover,
    .info_tit a:active {
        color: #00bc58;
        font-weight: bold;
    }

    .pco_info ul li .info_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 15px 9px;
        border: 1px solid #eaeaea;
        border-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info_list dl dd {
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .info_list dl dd a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 16px;
        margin: 0 auto;
        padding: 0 80px 0 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info_list dl dd a span {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #999;
        font-size: 14px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .info_list dl dd a:hover,
    .info_list dl dd a:hover span,
    .info_list dl dd a:active,
    .info_list dl dd a:active span {
        color: #ab1b27;
    }
}

@media screen and (max-width:750px) {}

/**pco_foot**/
@media screen and (min-width:1201px) {
    .pco_foot {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background-color: #262626;
    }

    .pco_lisks {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 30px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .pco_lisks p {
        width: 1200px;
        overflow: hidden;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
    }

    .pco_lisks p a {
        display: inline-block;
        color: #888;
        margin: 0 20px 0 0;
    }

    .pco_lisks p a:hover {
        color: #fff;
    }

    .ft_main {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
    }

    .ft_main ul {
        float: left;
    }

    .ft_main ul li {
        float: left;
        margin: 0 80px 0 0;
        padding: 0;
    }

    .ft_main ul li p {
        color: #fff;
        font-size: 22px;
        margin: 0 0 12px;
    }

    .ft_main ul li a {
        display: block;
        height: 32px;
        line-height: 32px;
        color: #888;
        font-size: 14px;
    }

    .ft_main ul li a:hover {
        color: #fff;
    }

    .ft_main .ft_ewm {
        width: 140px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }

    .ft_ewm p {
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 10px;
        background-color: #fff;
    }

    .ft_ewm p img {
        display: block;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        padding: 0;
    }

    .ft_ewm span {
        display: block;
        wdith: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .ft_main .ft_copy {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #888;
        font-size: 14px;
        margin: 20px auto 0;
        padding: 0;
    }

    .ft_copy a {
        color: #888;
    }

    .ft_copy a:hover {
        color: #fff;
    }

    .ft_copy p {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #888;
        font-size: 14px;
        float: right;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .pco_foot {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background-color: #262626;
    }

    .pco_lisks {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_lisks p {
        width: 100%;
        overflow: hidden;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
    }

    .pco_lisks p a {
        display: inline-block;
        color: #888;
        margin: 0 20px 0 0;
    }

    .pco_lisks p a:hover {
        color: #fff;
    }

    .ft_main {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ft_main ul {
        float: left;
    }

    .ft_main ul li {
        float: left;
        margin: 0 80px 0 0;
        padding: 0;
    }

    .ft_main ul li p {
        color: #fff;
        font-size: 22px;
        margin: 0 0 12px;
    }

    .ft_main ul li a {
        display: block;
        height: 32px;
        line-height: 32px;
        color: #888;
        font-size: 14px;
    }

    .ft_main ul li a:hover {
        color: #fff;
    }

    .ft_main .ft_ewm {
        width: 140px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }

    .ft_ewm p {
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 10px;
        background-color: #fff;
    }

    .ft_ewm p img {
        display: block;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        padding: 0;
    }

    .ft_ewm span {
        display: block;
        wdith: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .ft_main .ft_copy {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #888;
        font-size: 14px;
        margin: 20px auto 0;
        padding: 0;
    }

    .ft_copy a {
        color: #888;
    }

    .ft_copy a:hover {
        color: #fff;
    }

    .ft_copy p {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #888;
        font-size: 14px;
        float: right;
    }

}

@media screen and (max-width:1080px) {
    .pco_foot {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background-color: #262626;
    }

    .pco_lisks {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 24px;
        padding: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_lisks p {
        width: 100%;
        overflow: hidden;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
    }

    .pco_lisks p a {
        display: inline-block;
        color: #888;
        margin: 0 16px 0 0;
    }

    .pco_lisks p a:hover {
        color: #fff;
    }

    .ft_main {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 16px;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ft_main ul {
        width: 100%;
    }

    .ft_main ul li {
        float: left;
        width: 50%;
        margin: 0 0 16px;
        padding: 0;
    }

    .ft_main ul li p {
        width: 100%;
        color: #fff;
        font-size: 18px;
        text-align: center;
        margin: 0 0 12px;
    }

    .ft_main ul li a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #888;
        font-size: 14px;
        text-align: center;
    }

    .ft_main ul li a:hover {
        color: #fff;
    }

    .ft_main .ft_ewm {
        width: 140px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .ft_ewm p {
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 10px;
        background-color: #fff;
    }

    .ft_ewm p img {
        display: block;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        padding: 0;
    }

    .ft_ewm span {
        display: block;
        wdith: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .ft_main .ft_copy {
        width: 100%;
        overflow: hidden;
        line-height: 40px;
        color: #888;
        font-size: 14px;
        text-align: center;
        margin: 16px auto 0;
        padding: 0;
    }

    .ft_copy a {
        color: #888;
    }

    .ft_copy a:hover {
        color: #fff;
    }

    .ft_copy p {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #888;
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width:750px) {}

/**news**/
@media screen and (min-width:1201px) {
    .ny_banner {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_banner img {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pco_pos {
        width: auto;
        height: 60px;
        margin-bottom: :40px;
        padding: 0;
        background-color: #ffffff;
        float: right;
    }

    .pco_pos p {
        width: auto;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #999;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_pos p a {
        color: #666;
    }

    .pco_pos p a:hover {
        color: #ab1b27;
    }

    .pco_pos p span {
        color: #999;
    }

    .pco_pos p i {
        font-size: 25px;
        color: #ab1b27;
        float: left;
        margin-right: 5px;
    }

    .pco_tab {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto 44px;
        padding: 0;
    }

    .pco_tab ul {
        text-align: center;
    }

    .pco_tab ul li {
        display: inline-block;
        height: 50px;
        overflow: hidden;
        margin: 0 8px 16px;
        padding: 0;
    }

    .pco_tab ul li a {
        display: block;
        height: 48px;
        overflow: hidden;
        line-height: 48px;
        color: #333;
        font-size: 16px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 25px;
        margin: 0;
        padding: 0 24px;
    }

    .pco_tab ul li a:hover,
    .pco_tab ul li a.pco_tabon {
        color: #fff;
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
    }

    .nw_list {
        width: 1200px;
        height: auto;
        margin: 40px auto;
        padding: 0;
    }

    .nw_list ul li {
        width: 49%;
        height: 140px;
        margin: 0 2% 0 0;
        padding: 20px 20px 20px 180px;
        border-bottom: 1px solid #eaeaea;
        float: left;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_list ul li:nth-child(2n+2) {
        margin: 0;
    }

    .nw_list ul li:hover {
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        border-bottom: none;
    }

    .nw_list ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .nw_list ul li .nw_time {
        width: 120px;
        height: 100px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: #aaa;
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .nw_list ul li:hover .nw_time {
        background-color: #ab1b27;
    }

    .nw_time em {
        display: block;
        width: 100%;
        height: 50px;
        overflow: hidden;
        line-height: 50px;
        color: #fff;
        font-size: 48px;
        font-style: normal;
        text-align: center;
        margin: 14px auto 0;
        padding: 0;
    }

    .nw_time font {
        display: block;
        width: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .nw_list ul li .nw_text {
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .nw_list ul li .nw_text p {
        width: 100%;
        height: 36px;
        overflow: hidden;
        line-height: 36px;
        color: #262626;
        font-size: 22px;
        margin: 0 0 10px;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .nw_list ul li .nw_text span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #999;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .nw_list ul li:hover .nw_text p {
        color: #ab1b27;
    }

    .pco_page {
        width: 1200px;
        height: 48px;
        overflow: hidden;
        color: #999;
        font-size: 14px;
        margin: 40px auto;
        padding: 0;
        text-align: center;
    }

    .pco_page a {
        display: inline-block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        line-height: 46px;
        color: #999;
        font-size: 16px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 50%;
        vertical-align: middle;
        margin: 0 6px;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_page a.pg_prev {
        background: #fff url(../img/prev01.png) center center no-repeat;
        background-size: 40px 40px;
    }

    .pco_page a.pg_next {
        background: #fff url(../img/next02.png) center center no-repeat;
        background-size: 40px 40px;
    }

    .pco_page a:hover,
    .pco_page a.pnnum1 {
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
        color: #fff;
    }

    .pco_page a.pg_prev:hover {
        background: #ab1b27 url(../img/prev1.png) center center no-repeat;
        background-size: 40px 40px;
        border: 1px solid #ab1b27;
    }

    .pco_page a.pg_next:hover {
        background: #ab1b27 url(../img/next2.png) center center no-repeat;
        background-size: 40px 40px;
        border: 1px solid #ab1b27;
    }

    .pco_page span {
        display: inline-block;
        width: 56px;
        height: 56px;
        overflow: hidden;
        line-height: 56px;
        color: #999;
        font-size: 18px;
        text-align: center;
        border-radius: 50%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .ny_banner {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_banner img {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pco_pos {
        width: auto;
        height: 60px;
        margin: 0 auto 30px;
        padding: 0 30px;
        background-color: #f5f5f5;
        float: right;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_pos p {
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #999;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_pos p a {
        color: #666;
    }

    .pco_pos p a:hover {
        color: #ab1b27;
    }

    .pco_pos p span {
        color: #999;
    }

    .pco_pos p img {
        display: block;
        width: 40px;
        height: 40px;
        margin: 10px 10px 10px 0;
        padding: 0;
        float: left;
    }

    .pco_tab {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 44px;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_tab ul {
        text-align: center;
    }

    .pco_tab ul li {
        display: inline-block;
        height: 50px;
        overflow: hidden;
        margin: 0 8px 16px;
        padding: 0;
    }

    .pco_tab ul li a {
        display: block;
        height: 48px;
        overflow: hidden;
        line-height: 48px;
        color: #333;
        font-size: 16px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 25px;
        margin: 0;
        padding: 0 20px;
    }

    .pco_tab ul li a:hover,
    .pco_tab ul li a.pco_tabon {
        color: #fff;
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
    }

    .nw_list {
        width: 100%;
        height: auto;
        margin: 40px auto;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_list ul li {
        width: 100%;
        height: 140px;
        margin: 0 auto;
        padding: 20px 20px 20px 180px;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_list ul li:hover {
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        border-bottom: none;
    }

    .nw_list ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .nw_list ul li .nw_time {
        width: 120px;
        height: 100px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: #aaa;
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .nw_list ul li:hover .nw_time {
        background-color: #ab1b27;
    }

    .nw_time em {
        display: block;
        width: 100%;
        height: 50px;
        overflow: hidden;
        line-height: 50px;
        color: #fff;
        font-size: 48px;
        font-style: normal;
        text-align: center;
        margin: 14px auto 0;
        padding: 0;
    }

    .nw_time font {
        display: block;
        width: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .nw_list ul li .nw_text {
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .nw_list ul li .nw_text p {
        width: 100%;
        height: 36px;
        overflow: hidden;
        line-height: 36px;
        color: #262626;
        font-size: 22px;
        margin: 0 0 10px;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .nw_list ul li .nw_text span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #999;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .nw_list ul li:hover .nw_text p {
        color: #ab1b27;
    }

    .pco_page {
        width: 100%;
        height: 56px;
        overflow: hidden;
        margin: 40px auto;
        padding: 0 30px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_page a {
        display: inline-block;
        width: 56px;
        height: 56px;
        overflow: hidden;
        line-height: 54px;
        color: #999;
        font-size: 18px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 50%;
        margin: 0 6px;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_page a.pg_prev {
        background: #fff url(../img/prev01.png) center center no-repeat;
        background-size: 40px 40px;
    }

    .pco_page a.pg_next {
        background: #fff url(../img/next02.png) center center no-repeat;
        background-size: 40px 40px;
    }

    .pco_page a:hover,
    .pco_page a.pnnum1 {
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
        color: #fff;
    }

    .pco_page a.pg_prev:hover {
        background: #ab1b27 url(../img/prev1.png) center center no-repeat;
        background-size: 40px 40px;
        border: 1px solid #ab1b27;
    }

    .pco_page a.pg_next:hover {
        background: #ab1b27 url(../img/next2.png) center center no-repeat;
        background-size: 40px 40px;
        border: 1px solid #ab1b27;
    }

    .pco_page span {
        display: inline-block;
        width: 56px;
        height: 56px;
        overflow: hidden;
        line-height: 56px;
        color: #999;
        font-size: 18px;
        text-align: center;
        border-radius: 50%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width:1080px) {
    .ny_banner {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_banner img {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pco_pos {
        float: right;
        margin: 0 auto 30px;
        padding: 0 16px;
        background-color: #f5f5f5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_pos p {
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #999;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_pos p a {
        color: #666;
    }

    .pco_pos p a:hover {
        color: #ab1b27;
    }

    .pco_pos p span {
        color: #999;
    }

    .pco_pos p img {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 10px 8px 10px 0;
        padding: 0;
        vertical-align: middle;
    }

    .pco_tab {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 32px;
        padding: 0 32px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_tab ul {
        text-align: center;
    }

    .pco_tab ul li {
        display: inline-block;
        width: 21%;
        height: 44px;
        overflow: hidden;
        margin: 0 1% 8px;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_tab ul li a {
        display: block;
        width: 100%;
        height: 44px;
        overflow: hidden;
        line-height: 42px;
        color: #333;
        font-size: 16px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_tab ul li a:hover,
    .pco_tab ul li a:active,
    .pco_tab ul li a.pco_tabon {
        color: #fff;
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
    }

    .nw_list {
        width: 100%;
        height: auto;
        margin: 16px auto;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_list ul li {
        width: 100%;
        height: 140px;
        margin: 0 auto;
        padding: 16px 16px 16px 180px;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_list ul li:hover {
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        border-bottom: none;
    }

    .nw_list ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .nw_list ul li .nw_time {
        width: 120px;
        height: 100px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: #aaa;
        position: absolute;
        left: 16px;
        top: 16px;
    }

    .nw_list ul li:hover .nw_time,
    .nw_list ul li:active .nw_time {
        background-color: #ab1b27;
    }

    .nw_time em {
        display: block;
        width: 100%;
        height: 50px;
        overflow: hidden;
        line-height: 50px;
        color: #fff;
        font-size: 48px;
        font-style: normal;
        text-align: center;
        margin: 14px auto 0;
        padding: 0;
    }

    .nw_time font {
        display: block;
        width: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .nw_list ul li .nw_text {
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .nw_list ul li .nw_text p {
        width: 100%;
        height: 36px;
        overflow: hidden;
        line-height: 36px;
        color: #262626;
        font-size: 22px;
        margin: 0 0 10px;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .nw_list ul li .nw_text span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #999;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .nw_list ul li:hover .nw_text p,
    .nw_list ul li:active .nw_text p {
        color: #ab1b27;
    }

    .pco_page {
        width: 100%;
        height: 48px;
        overflow: hidden;
        font-size: 0;
        margin: 24px auto;
        padding: 0 16px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_page a {
        display: none;
        width: 48px;
        height: 48px;
        overflow: hidden;
        line-height: 46px;
        color: #999;
        font-size: 18px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 50%;
        margin: 0 6px;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_page a.pg_prev {
        display: inline-block;
        background: #fff url(../img/prev01.png) center center no-repeat;
        background-size: 40px 40px;
        float: left;
    }

    .pco_page a.pg_next {
        display: inline-block;
        background: #fff url(../img/next02.png) center center no-repeat;
        background-size: 40px 40px;
        float: right;
    }

    .pco_page a:hover,
    .pco_page a.pnnum1 .pco_page a:active {
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
        color: #fff;
    }

    .pco_page a.pg_prev:hover,
    .pco_page a.pg_prev:active {
        background: #ab1b27 url(../img/prev1.png) center center no-repeat;
        background-size: 40px 40px;
        border: 1px solid #ab1b27;
    }

    .pco_page a.pg_next:hover,
    .pco_page a.pg_next:active {
        background: #ab1b27 url(../img/next2.png) center center no-repeat;
        background-size: 40px 40px;
        border: 1px solid #ab1b27;
    }

    .pco_page span {
        display: none;
        width: 56px;
        height: 56px;
        overflow: hidden;
        line-height: 56px;
        color: #999;
        font-size: 18px;
        text-align: center;
        border-radius: 50%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width:750px) {
    .ny_banner {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_banner img {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .pro_tablist .wrapper01 .scroller {
        position: initial;
    }

    .pco_pos {
        width: 100%;
        clear: both;
        height: 48px;
        margin: 0 auto 16px;
        padding: 0 16px;
        background-color: #ffffff;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_pos p {
        width: 100%;
        height: 48px;
        overflow: hidden;
        line-height: 48px;
        color: #999;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_pos p a {
        color: #666;
    }

    .pco_pos p a:hover {
        color: #ab1b27;
    }

    .pco_pos p span {
        color: #999;
    }

    .pco_pos p i {
        font-size: 25px;
        color: #ab1b27;
    }

    .pco_tab {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 8px;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_tab ul {
        text-align: center;
    }

    .pco_tab ul li {
        display: inline-block;
        width: 45%;
        height: 44px;
        overflow: hidden;
        margin: 0 2% 8px;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_tab ul li a {
        display: block;
        width: 100%;
        height: 44px;
        overflow: hidden;
        line-height: 44px;
        color: #333;
        font-size: 16px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_tab ul li a:hover,
    .pco_tab ul li a:active,
    .pco_tab ul li a.pco_tabon {
        color: #fff;
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
    }

    .nw_list {
        width: 100%;
        height: auto;
        margin: 0 auto 16px;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_list ul li {
        width: 100%;
        height: 100px;
        margin: 0 auto;
        padding: 10px 10px 10px 120px;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_list ul li:hover {
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        border-bottom: none;
    }

    .nw_list ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .nw_list ul li .nw_time {
        width: 100px;
        height: 80px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: #aaa;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .nw_list ul li:hover .nw_time,
    .nw_list ul li:active .nw_time {
        background-color: #ab1b27;
    }

    .nw_time em {
        display: block;
        width: 100%;
        height: 48px;
        overflow: hidden;
        line-height: 48px;
        color: #fff;
        font-size: 44px;
        font-style: normal;
        text-align: center;
        margin: 6px auto 0;
        padding: 0;
    }

    .nw_time font {
        display: block;
        width: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .nw_list ul li .nw_text {
        width: 100%;
        height: 80px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .nw_list ul li .nw_text p {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        color: #262626;
        font-size: 18px;
        margin: 0 0 4px;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .nw_list ul li .nw_text span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 22px;
        color: #999;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .nw_list ul li:hover .nw_text p,
    .nw_list ul li:active .nw_text p {
        color: #ab1b27;
    }
}


/**honor_list**/
@media screen and (min-width:1201px) {
    .honor_list {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto 60px;
        padding: 0;
    }

    .honor_list ul li {
        width: 285px !important;
        overflow: hidden;
        margin: 0 20px 20px 0;
        padding: 0;
        float: left;
    }

    .honor_list ul li:nth-child(4n+4) {
        margin: 0 0 20px 0;
    }

    .honor_list ul li .hnr_img1 {
        width: 100%;
        height: 380px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hnr_img1 img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .honor_list ul li p {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .honor_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 60px;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .honor_list ul {
        width: 100%;
    }

    .honor_list ul li {
        width: 31% !important;
        overflow: hidden;
        margin: 0 3.5% 20px 0;
        padding: 0;
        float: left;
    }

    .honor_list ul li:nth-child(3n+3) {
        margin: 0 0 20px 0;
    }

    .honor_list ul li .hnr_img1 {
        width: 285px;
        height: 380px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hnr_img1 img {
        display: block;
        width: 265px;
        height: 360px;
        margin: 0 auto;
        padding: 0;
    }

    .honor_list ul li p {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width:1080px) {
    .honor_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 16px;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .honor_list ul {
        width: 100%;
    }

    .honor_list ul li {
        width: 49% !important;
        overflow: hidden;
        margin: 0 2% 16px 0;
        padding: 0;
        float: left;
    }

    .honor_list ul li:nth-child(2n+2) {
        margin: 0 0 16px 0;
    }

    .honor_list ul li .hnr_img1 {
        width: 100%;
        height: 240px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 8px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hnr_img1 img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .honor_list ul li p {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width:750px) {}

/**pco_cf_list**/
@media screen and (min-width:1201px) {
    .pco_cf {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 60px 0;
        background-color: #fff;
    }

    .pco_cf_list {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pco_cf_list ul li {
        width: 285px !important;
        overflow: hidden;
        margin: 0 20px 0 0;
        padding: 0;
        float: left;
    }

    .pco_cf_list ul li .cf_img {
        width: 285px;
        height: 200px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 9px;
        border: 1px solid #eaeaea;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cf_img em {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .cf_img em img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pco_cf_list ul li p {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .pco_cf_list ul li p a {
        color: #333;
    }

    .pco_cf_list ul li p a:hover {
        color: #ab1b27;
    }

    .pic_list {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pic_list ul li {
        width: 23.5% !important;
        overflow: hidden;
        margin: 0 2% 20px 0;
        padding: 0;
        float: left;
    }

    .pic_list ul li:nth-child(4n+4) {
        margin: 0 0 20px;
    }

    .pic_list ul li .pic_img {
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 9px;
        border: 1px solid #eaeaea;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic_img em {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .pic_img em img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pic_list ul li p {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .pic1_list {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .pic1_list ul li {
        width: 23.5% !important;
        height: auto;
        margin: 0 2% 20px 0;
        padding: 0;
        float: left;
    }

    .pic1_list ul li:nth-child(4n+4) {
        margin: 0 0 20px;
    }

    .pic1_list ul li a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        border: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_list ul li a .pic1_img,
    .pic1_list ul li a div {
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin: 0 auto;
        padding: 8px;
        border-bottom: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_img em,
    .pic1_list ul li a div em {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .pic1_img em img,
    .pic1_list ul li a div em img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pic1_list ul li a p {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #333;
        font-size: 16px;
        margin: 0 auto;
        padding: 0 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_list ul li a p span {
        display: inline-block;
        color: #999;
        font-size: 14px;
        float: right;
    }

    .pic1_list ul li a:hover {
        border: 1px solid #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .pic1_list ul li a:hover .pic1_img {
        border-bottom: 1px solid #ab1b27;
    }

    .pic1_list ul li a:hover p {
        color: #ab1b27;
    }

    .xgpro {
        width: 880px;
        overflow: hidden;
        margin: 0 auto 30px;
    }

    .xgpro ul li {
        width: 205px !important;
    }

    .xgpro ul li .cf_img {
        width: 205px;
        height: 205px;
        overflow: hidden;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .pco_cf {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 60px 0;
        background-color: #fff;
    }

    .pco_cf_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_cf_list ul {
        width: 100%;
    }

    .pco_cf_list ul li {
        width: 285px !important;
        overflow: hidden;
        margin: 0 20px 0 0;
        padding: 0;
        float: left;
    }

    .pco_cf_list ul li .cf_img {
        width: 285px;
        height: 200px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 9px;
        border: 1px solid #eaeaea;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cf_img em {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .cf_img em img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pco_cf_list ul li p {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .pco_cf_list ul li p a {
        color: #333;
    }

    .pco_cf_list ul li p a:hover {
        color: #ab1b27;
    }

    .pic_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic_list ul li {
        width: 32% !important;
        overflow: hidden;
        margin: 0 2% 20px 0;
        padding: 0;
        float: left;
    }

    .pic_list ul li:nth-child(3n+3) {
        margin: 0 0 20px;
    }

    .pic_list ul li .pic_img {
        width: 100%;
        height: 240px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 9px;
        border: 1px solid #eaeaea;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic_img em {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .pic_img em img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pic_list ul li p {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .pic1_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_list ul li {
        width: 32% !important;
        overflow: hidden;
        margin: 0 2% 20px 0;
        padding: 0;
        float: left;
    }

    .pic1_list ul li:nth-child(3n+3) {
        margin: 0 0 20px;
    }

    .pic1_list ul li a {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        border: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_list ul li a .pic1_img,
    .pic1_list ul li a div {
        width: 100%;
        height: 240px;
        overflow: hidden;
        margin: 0 auto;
        padding: 8px;
        border-bottom: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_img em,
    .pic1_list ul li a div em {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .pic1_img em img,
    .pic1_list ul li a div em img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pic1_list ul li a p {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #333;
        font-size: 16px;
        margin: 0 auto;
        padding: 0 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_list ul li a p span {
        display: inline-block;
        color: #999;
        font-size: 14px;
        float: right;
    }

    .pic1_list ul li a:hover {
        border: 1px solid #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .pic1_list ul li a:hover .pic1_img {
        border-bottom: 1px solid #ab1b27;
    }

    .pic1_list ul li a:hover p {
        color: #ab1b27;
    }

    .xgpro {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 30px;
    }

    .xgpro ul li {
        width: 205px !important;
    }

    .xgpro ul li .cf_img {
        width: 205px;
        height: 205px;
        overflow: hidden;
    }
}

@media screen and (max-width:1080px) {
    .pco_cf {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 32px 0;
        background-color: #fff;
    }

    .pco_cf_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_cf_list ul {
        width: 100%;
    }

    .pco_cf_list ul li {
        width: 285px !important;
        overflow: hidden;
        margin: 0 16px 0 0;
        padding: 0;
        float: left;
    }

    .pco_cf_list ul li .cf_img {
        width: 285px;
        height: 200px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 7px;
        border: 1px solid #eaeaea;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cf_img em {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .cf_img em img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pco_cf_list ul li p {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        color: #333;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .pco_cf_list ul li p a {
        color: #333;
    }

    .pco_cf_list ul li p a:hover {
        color: #ab1b27;
    }

    .pic_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic_list ul li {
        width: 48% !important;
        overflow: hidden;
        margin: 0 4% 16px 0;
        padding: 0;
        float: left;
    }

    .pic_list ul li:nth-child(2n+2) {
        margin: 0 0 16px;
    }

    .pic_list ul li .pic_img {
        width: 100%;
        height: 140px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 4px;
        border: 1px solid #eaeaea;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic_img em {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .pic_img em img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pic_list ul li p {
        width: 100%;
        height: 24px;
        overflow: hidden;
        line-height: 24px;
        color: #333;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .pic1_list {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_list ul li {
        width: 48% !important;
        height: auto;
        margin: 0 4% 16px 0;
        padding: 0;
        float: left;
    }

    .pic1_list ul li:nth-child(2n+2) {
        margin: 0 0 20px;
    }

    .pic1_list ul li a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        border: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_list ul li a .pic1_img,
    .pic1_list ul li a div {
        width: 100%;
        height: 140px;
        overflow: hidden;
        margin: 0 auto;
        padding: 8px;
        border-bottom: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_img em,
    .pic1_list ul li a div em {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .pic1_img em img,
    .pic1_list ul li a div em img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pic1_list ul li a p {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        margin: 0 auto;
        padding: 0 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pic1_list ul li a p span {
        display: inline-block;
        color: #999;
        font-size: 14px;
        float: right;
    }

    .pic1_list ul li a:hover,
    .pic1_list ul li a:active {
        border: 1px solid #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .pic1_list ul li a:hover .pic1_img,
    .pic1_list ul li a:active .pic1_img {
        border-bottom: 1px solid #ab1b27;
    }

    .pic1_list ul li a:hover p,
    .pic1_list ul li a:active p {
        color: #ab1b27;
    }

    .xgpro {
        width: 880px;
        overflow: hidden;
        margin: 0 auto 30px;
    }

    .xgpro ul li {
        width: 205px !important;
    }

    .xgpro ul li .cf_img {
        width: 205px;
        height: 205px;
        overflow: hidden;
    }
}

@media screen and (max-width:750px) {}

/**pco_case_list**/
@media screen and (min-width:1201px) {
    .pco_case {
        width: 100%;
        overflow: hidden;
        margin: 40px auto;
        padding: 0;
    }

    .pco_case_list {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pco_case_list ul li {
        width: 23.5%;
        height: 200px;
        overflow: hidden;
        margin: 0 2% 20px 0;
        padding: 0;
        border: 1px solid #eaeaea;
        float: left;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_case_list ul li:nth-child(4n+4) {
        margin: 0 0 20px;
    }

    .pco_case_list ul li img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pco_case_list ul li a {
        display: none;
        width: 100%;
        height: 100%;
        line-height: 32px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 60px 0;
        background-color: rgba(34, 162, 67, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_case_list ul li a em {
        display: block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 0;
        background: url(../img/check_tb.png) 0 0 no-repeat;
        background-size: 48px 48px;
    }

    .pco_case_list ul li:hover a {
        display: block;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .pco_case {
        width: 100%;
        overflow: hidden;
        margin: 40px auto;
        padding: 0;
    }

    .pco_case_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_case_list ul li {
        width: 32%;
        height: 200px;
        overflow: hidden;
        margin: 0 2% 20px 0;
        padding: 0;
        border: 1px solid #eaeaea;
        float: left;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_case_list ul li:nth-child(3n+3) {
        margin: 0 0 20px;
    }

    .pco_case_list ul li img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pco_case_list ul li a {
        display: none;
        width: 100%;
        height: 100%;
        line-height: 32px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 60px 0;
        background-color: rgba(34, 162, 67, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_case_list ul li a em {
        display: block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 0;
        background: url(../img/check_tb.png) 0 0 no-repeat;
        background-size: 48px 48px;
    }

    .pco_case_list ul li:hover a {
        display: block;
    }
}

@media screen and (max-width:1080px) {
    .pco_case {
        width: 100%;
        overflow: hidden;
        margin: 30px auto;
        padding: 0;
    }

    .pco_case_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_case_list ul li {
        width: 49%;
        height: 140px;
        overflow: hidden;
        margin: 0 2% 16px 0;
        padding: 0;
        border: 1px solid #eaeaea;
        float: left;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_case_list ul li:nth-child(2n+2) {
        margin: 0 0 16px;
    }

    .pco_case_list ul li img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pco_case_list ul li a {
        display: none;
        width: 100%;
        height: 100%;
        line-height: 32px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 30px 0;
        background-color: rgba(34, 162, 67, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pco_case_list ul li a em {
        display: block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        margin: 0 auto 10px;
        padding: 0;
        background: url(../img/check_tb.png) 0 0 no-repeat;
        background-size: 48px 48px;
    }

    .pco_case_list ul li:active a,
    .pco_case_list ul li:hover a {
        display: block;
    }
}

@media screen and (max-width:750px) {}


.caseLeft {
    float: left;
    /*width: 69%;*/
    width: 100%;
    font-size: 16px;
}

.caseLeft h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.caseLeft p {
    font-size: 16px;
}

.caseright {
    float: right;
    width: 25%;
}

.caseright img {
    width: 100%;
}

/* 下载列表 */
.normal-list li {
    position: relative;
    display: block;
    background: #FFF;
    margin-bottom: 20px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 25px 30px 25px 50px;
    color: #333;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li span {
    color: #888888;
    position: absolute;
    right: 30px;
    top: 28px
}

.normal-list li:hover {
    background: #ab1b27;
    color: #FFF;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li:hover a,
.normal-list li:hover span {
    color: #FFF
}

.normal-list li.dot:hover a:before {
    background: #fff;
}

.normal-list li.dot a {
    position: relative
}

.normal-list li.dot a:before {
    content: '';
    position: absolute;
    left: 30px;
    background: #ececec;
    width: 7px;
    height: 7px;
    top: 35px;
    border-radius: 50%
}

/* 下载详细页begin */
.download-detail {
    position: relative;
    z-index: 3
}

.download-detail .button-big {
    padding: 15px 25px
}

/* 下载详细页end */

/**新闻详情**/
@media screen and (min-width:1201px) {
    .abus_main {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        font-size: 16px;
        text-align: justify;
    }

    .news_detail {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
    }

    .news_detail .new_title {
        width: 100%;
        overflow: hidden;
        line-height: 40px;
        color: #262626;
        font-size: 24px;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
    }

    .news_detail .news_detail_tips {
        width: 100%;
        overflow: hidden;
        line-height: 40px;
        color: #999;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
    }

    .news_detail .news_con {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .news_con p,
    .news_con div,
    .news_con span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 30px;
        color: #565656 !important;
        font-size: 16px !important;
        margin: 0 auto 10px;
        padding: 0;
    }

    .news_con span {
        margin: 0 auto;
    }

    .news_con img {
        display: block;
        max-width: 100% !important;
        height: auto !important;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .nw_prevnext {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .nw_prevnext ul li {
        width: 50%;
        height: 60px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_prevnext ul li a {
        display: block;
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #262626;
        font-size: 18px;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        background-color: #fff;
        margin: 0;
        padding: 0 40px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_prevnext ul li:nth-child(1) a {
        text-align: left;
        padding: 0 40px;
    }

    .nw_prevnext ul li a:hover {
        background-color: #ab1b27 !important;
        color: #fff;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .abus_main {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .news_detail {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news_detail .new_title {
        width: 100%;
        overflow: hidden;
        line-height: 40px;
        color: #262626;
        font-size: 24px;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
    }

    .news_detail .news_detail_tips {
        width: 100%;
        overflow: hidden;
        line-height: 40px;
        color: #999;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
    }

    .news_detail .news_con {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .news_con p,
    .news_con div,
    .news_con span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 30px;
        color: #565656 !important;
        font-size: 16px !important;
        margin: 0 auto 10px;
        padding: 0;
    }

    .news_con span {
        margin: 0 auto;
    }

    .news_con img {
        display: block;
        max-width: 100% !important;
        height: auto !important;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .news_con iframe {
        max-width: 100% !important;
        height: auto !important;
    }

    .nw_prevnext {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .nw_prevnext ul li {
        width: 50%;
        height: 60px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_prevnext ul li a {
        display: block;
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #262626;
        font-size: 18px;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        background-color: #fff;
        margin: 0;
        padding: 0 40px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_prevnext ul li:nth-child(1) a {
        text-align: left;
        padding: 0 40px;
    }

    .nw_prevnext ul li a:hover {
        background-color: #ab1b27 !important;
        color: #fff;
    }
}

@media screen and (max-width:1080px) {
    .abus_main {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .news_detail {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 24px;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news_detail .new_title {
        width: 100%;
        overflow: hidden;
        line-height: 28px;
        color: #262626;
        font-size: 18px;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
    }

    .news_detail .news_detail_tips {
        width: 100%;
        overflow: hidden;
        line-height: 28px;
        color: #999;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
    }

    .news_detail .news_con {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .news_con p,
    .news_con div,
    .news_con span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #565656 !important;
        font-size: 14px !important;
        margin: 0 auto 10px;
        padding: 0;
    }

    .news_con span {
        margin: 0 auto;
    }

    .news_con img {
        display: block;
        max-width: 100% !important;
        height: auto !important;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .news_con iframe {
        max-width: 100% !important;
        height: auto !important;
    }

    .nw_prevnext {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .nw_prevnext ul li {
        width: 100%;
        height: 48px;
        overflow: hidden;
        margin: 0 auto 16px;
        padding: 0;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_prevnext ul li a {
        display: block;
        width: 100%;
        height: 48px;
        overflow: hidden;
        line-height: 48px;
        color: #262626;
        font-size: 14px;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        background-color: #fff;
        margin: 0;
        padding: 0 16px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nw_prevnext ul li:nth-child(1) a {
        text-align: left;
        padding: 0 16px
    }

    .nw_prevnext ul li a:hover,
    .nw_prevnext ul li a:active {
        background-color: #ab1b27 !important;
        color: #fff;
    }
}

@media screen and (max-width:750px) {}

/**ny_contact**/
@media screen and (min-width:1201px) {
    .ny_contact {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
    }

    .ny_contact ul {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        border-left: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul li {
        width: 25%;
        height: 440px;
        overflow: hidden;
        margin: 0;
        padding: 40px 0 20px;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul li .ctb {
        width: 100px;
        height: 100px;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
        background-color: rgba(9, 180, 139, 0.9);
        border-radius: 50%;
    }

    .ny_contact ul li .ctb img {
        display: block;
        width: 60px;
        height: 60px;
        margin: 20px auto;
        padding: 0;
    }

    .ny_contact ul li p {
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        margin: 0 auto;
        padding: 0 20px;
        color: #666;
        font-size: 15px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul li p b {
        display: block;
        width: 100%;
        color: #333;
        font-size: 14px;
    }

    .ny_contact ul li p span {
        display: block;
        width: 100%;
    }

    .ly_map {
        width: 100%;
        height: 480px;
        overflow: hidden;
        margin: 40px auto 0;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #dituContent {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

    .lx_list {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lx_list dl dd {
        width: 25%;
        height: 370px;
        overflow: hidden;
        margin: 0;
        padding: 19px;
        border-right: 1px solid #eaeaea;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lx_list dl dd:last-child {
        border-right: 0;
    }

    .lx_list dl dd b {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 10px auto;
        padding: 0;
        color: #333;
        font-size: 14px;
    }

    .lx_list dl dd p {
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #666;
        font-size: 14px;
        margin: 0 auto 10px;
        padding: 0;
    }
}

@media screen and (min-width:1081px) and (max-width:1200px) {
    .ny_contact {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        border-left: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul li {
        width: 50%;
        height: 440px;
        overflow: hidden;
        margin: 0;
        padding: 40px 0 20px;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul li .ctb {
        width: 100px;
        height: 100px;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
        background-color: rgba(9, 180, 139, 0.9);
        border-radius: 50%;
    }

    .ny_contact ul li .ctb img {
        display: block;
        width: 60px;
        height: 60px;
        margin: 20px auto;
        padding: 0;
    }

    .ny_contact ul li p {
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        margin: 0 auto;
        padding: 0 20px;
        color: #666;
        font-size: 15px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul li p b {
        display: block;
        width: 100%;
        color: #333;
        font-size: 14px;
    }

    .ny_contact ul li p span {
        display: block;
        width: 100%;
    }

    .ly_map {
        width: 100%;
        height: 320px;
        overflow: hidden;
        margin: 20px auto 0;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #dituContent {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

    .lx_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lx_list dl dd {
        width: 25%;
        height: 370px;
        overflow: hidden;
        margin: 0;
        padding: 19px;
        border-right: 1px solid #eaeaea;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lx_list dl dd:last-child {
        border-right: 0;
    }

    .lx_list dl dd b {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 10px auto;
        padding: 0;
        color: #333;
        font-size: 14px;
    }

    .lx_list dl dd p {
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #666;
        font-size: 14px;
        margin: 0 auto 10px;
        padding: 0;
    }
}

@media screen and (max-width:1080px) {
    .ly_map {
        width: 100%;
        height: 240px;
        overflow: hidden;
        margin: 16px auto 0;
        padding: 8px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #dituContent {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

    .ny_contact {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        border-left: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul li {
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 20px 0;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul li .ctb {
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin: 0 auto 16px;
        padding: 0;
        background-color: rgba(9, 180, 139, 0.9);
        border-radius: 50%;
    }

    .ny_contact ul li .ctb img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 12px auto;
        padding: 0;
    }

    .ny_contact ul li p {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 16px;
        color: #666;
        font-size: 16px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_contact ul li p b {
        display: block;
        width: 100%;
        color: #333;
        font-size: 14px;
    }

    .ny_contact ul li p span {
        display: block;
        width: 100%;
    }

    .lx_list {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lx_list dl dd {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 19px;
        border-bottom: 1px solid #eaeaea;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lx_list dl dd:last-child {
        border-bottom: 0;
    }

    .lx_list dl dd b {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 10px auto;
        padding: 0;
        color: #333;
        font-size: 14px;
    }

    .lx_list dl dd p {
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #666;
        font-size: 14px;
        margin: 0 auto;
        padding: 5px 0;
    }
}

/**nymain**/
@media screen and (min-width:1200px) {
    .nymain {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto 60px;
        padding: 0;
    }

    .nymain .ny_l {
        width: 285px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: left;
    }

    .nymain .ny_r {
        width: 875px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }
}

@media screen and (min-width:1081px) and (max-width:1199px) {
    .nymain {
        width: 96%;
        overflow: hidden;
        margin: 0 auto 60px;
        padding: 0;
    }

    .nymain .ny_l {
        width: 23.5%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: left;
    }

    .nymain .ny_r {
        width: 74%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }
}

@media screen and (min-width:1081px) {
    .ny_tab {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
        text-align: center;
    }

    .ny_tab ul li {
        display: inline-block;
        margin: 0 10px;
    }

    .ny_tab ul li a {
        display: inline-block;
        width: 120px;
        height: 38px;
        line-height: 38px;
        color: #333;
        font-size: 14px;
        text-align: center;
        margin: 0;
        padding: 0;
        border: 1px solid #eaeaea;
    }

    .ny_tab ul li a:hover,
    .ny_tab ul li a.tab_on,
    .ny_tab ul li.tabActive a {
        color: #fff;
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
    }

    .prodetail_tab {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
        border-radius: 4px 4px 0 0;
    }

    .prodetail_tab ul li {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #f0f0f0;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
        margin: 0 0 10px 10px;
        padding: 0 2%;
        cursor: pointer;
        float: left;
    }

    .prodetail_tab ul li a {
        color: #333;
        font-size: 16px;
    }

    .prodetail_tab ul li.tabActive,
    .prodetail_tab ul li:hover {
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
    }

    .prodetail_tab ul li.tabActive a,
    .prodetail_tab ul li:hover a {
        color: #fff;
    }

    .pro_menu {
        width: 100%;
        overflow: hidden;
        margin: 0 0 20px;
        padding: 0;
        float: left;
    }

    .pro_menu .pro_menu_tit {
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #fff;
        font-size: 20px;
        margin: 0 auto;
        padding: 0 20px;
        background-color: #ab1b27;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_menu_tit span {
        display: inline-block;
        font-size: 12px;
        font-style: italic;
        margin: 0 0 0 10px;
    }

    .pro_menu_tit img {
        display: none;
    }

    .pro_menu ul.dropdown {
        width: 100%;
        background-color: #fff;
        font-family: "Montserrat", sans-serif;
        margin: 0;
        padding: 10px 0 0;
        border-right: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea;
        box-sizing: border-box;
    }

    .pro_menu ul.dropdown li {
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }

    .pro_menu ul.dropdown li:hover {}

    .pro_menu ul.dropdown li a {
        display: block;
        width: 100%;
        height: 44px;
        overflow: hidden;
        line-height: 44px;
        color: #333;
        font-size: 14px;
        text-decoration: none;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .pro_menu ul.dropdown li:hover a {
        color: #ab1b27;
    }

    .pro_menu ul.dropdown li p {
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .pro_menu ul.dropdown li p.showWordsBtn {
        background: url(../img/jt1.png) center center no-repeat;
        background-size: 20px 20px;
    }

    .pro_menu ul.dropdown li:hover p.showWordsBtn {
        background: url(../img/jt01.png) center center no-repeat;
        background-size: 20px 20px;
    }

    .pro_menu ul.dropdown li p.hideWordsBtn {
        background: url(../img/jt02.png) center center no-repeat;
        background-size: 20px 20px;
    }

    .pro_menu ul.dropdown li>ul {
        margin: 0;
        padding: 0;
        background-color: #fafafa;
    }

    .pro_menu ul.dropdown li>ul li {
        border: none;
    }

    .pro_menu ul.dropdown li>ul li a {
        color: #666;
        padding: 0 30px;
        background: none;
    }

    .pro_menu ul.dropdown li:hover>ul li a {
        background: none;
        color: #999;
    }

    .pro_menu ul.dropdown li>ul li a:hover {
        background-color: #f8f8f8;
        color: #ab1b27;
    }

    .pro_list2 {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        float: right;
    }

    .pro_list2 ul li {
        width: 31%;
        overflow: hidden;
        margin: 0 3.5% 20px 0;
        padding: 0;
        float: left;
    }

    .pro_list2 ul li:nth-child(3n+3) {
        margin: 0 0 20px;
    }

    .pro_list2 ul li .pro_img a {
        display: block;
        width: 100%;
        height: 285px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #eee;
        background-color: #fff;
        position: relative;
        box-sizing: border-box;
    }

    .pro_img img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pro_list2 ul li .xc_img a {
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #eee;
        background-color: #fff;
        position: relative;
        box-sizing: border-box;
    }

    .pro_img img,
    .xc_img img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pro_list2 ul li p a {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #666;
        font-size: 14px;
        text-align: center;
    }

    .pro_list2 ul li .pro_img a:hover {
        border: 1px solid #ab1b27;
    }

    .pro_list2 ul li p a:hover {
        color: #ab1b27;
    }

    .ny_lcon {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
    }

    .ny_ltit {
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 40px;
        color: #fff;
        font-size: 24px;
        margin: 0 auto;
        padding: 10px 20px;
        background-color: #ab1b27;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_ltit span {
        display: inline-block;
        font-size: 14px;
        font-style: italic;
        margin: 0 0 0 10px;
    }

    .ny_lnew {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 20px 9px;
        border-right: 1px solid #dfdfdf;
        border-bottom: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ny_lnew ol li {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        margin: 0 auto;
        padding: 0;
        border-bottom: 1px dotted #eaeaea;
    }

    .ny_lnew ol li a {
        color: #666;
        font-size: 14px;
    }

    .ny_lnew ol li a:hover {
        color: #ab1b27;
    }

    .ny_lnew ol li a span {
        display: block;
        width: 4px;
        height: 4px;
        overflow: hidden;
        margin: 18px 10px 18px 0;
        padding: 0;
        background-color: #ab1b27;
        border-radius: 50%;
        float: left;
    }
}

@media screen and (max-width:1080px) {
    .nymain {
        width: 94%;
        overflow: hidden;
        margin: 0 auto 30px;
        padding: 0;
    }

    .nymain .ny_l {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 30px;
        padding: 0;
    }

    .nymain .ny_r {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .ny_tab,
    .prodetail_tab {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 30px;
        padding: 0;
    }

    .ny_tab ul li {
        display: inline-block;
        width: 31%;
        margin: 0 3.5% 30px 0;
        float: left;
    }

    .ny_tab ul li:nth-child(3n+3) {
        margin: 0 0 0.24rem;
    }

    .ny_tab ul li a {
        display: inline-block;
        width: 100%;
        height: 0.6rem;
        line-height: 0.6rem;
        color: #333;
        font-size: 0.26rem;
        text-align: center;
        margin: 0;
        padding: 0;
        background-color: #f5f5f5;
        border: 1px solid #eaeaea;
    }

    .ny_tab ul li a:active,
    .ny_tab ul li a.tab_on {
        color: #fff;
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
    }

    .prodetail_tab {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 16px;
        padding: 0;
        border-radius: 4px 4px 0 0;
    }

    .prodetail_tab ul li {
        display: block;
        width: 32%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #f0f0f0;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
        margin: 0 2% 8px 0;
        padding: 0;
        cursor: pointer;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .prodetail_tab ul li:nth-child(3n+3) {
        margin: 0 0 8px;
    }

    .prodetail_tab ul li a {
        display: block;
        width: 100%;
        height: 40px;
        color: #333;
        font-size: 14px;
    }

    .prodetail_tab ul li.tabActive,
    .prodetail_tab ul li:hover {
        background-color: #ab1b27;
        border: 1px solid #ab1b27;
    }

    .prodetail_tab ul li.tabActive a,
    .prodetail_tab ul li:hover a {
        color: #fff;
    }

    .pro_menu {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 0.24rem;
        padding: 0;
    }

    .pro_menu .pro_menu_tit {
        width: 100%;
        height: 0.8rem;
        overflow: hidden;
        line-height: 0.8rem;
        color: #fff;
        font-size: 0.32rem;
        margin: 0 auto;
        padding: 0 0.24rem;
        background-color: #ab1b27;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .pro_menu_tit span {
        display: inline-block;
        font-size: 0.24rem;
        font-style: italic;
        margin: 0 0 0 0.1rem;
    }

    .pro_menu_tit img {
        display: block;
        width: 0.4rem;
        height: 0.4rem;
        margin: 0;
        padding: 0.2rem;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pro_menu ul.dropdown {
        width: 100%;
        background-color: #fff;
        font-family: "Montserrat", sans-serif;
        margin: 0;
        padding: 0;
        border-right: 0.01rem solid #eaeaea;
        border-left: 0.01rem solid #eaeaea;
        box-sizing: border-box;
        display: none;
    }

    .pro_menu ul.dropdown li {
        border-bottom: 0.01rem solid #eaeaea;
        position: relative;
    }

    .pro_menu ul.dropdown li:hover {}

    .pro_menu ul.dropdown li a {
        display: block;
        width: 100%;
        height: 0.8rem;
        overflow: hidden;
        line-height: 0.8rem;
        color: #333;
        font-size: 0.26rem;
        text-decoration: none;
        margin: 0;
        padding: 0 0.24rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_menu ul.dropdown li:hover a {
        color: #ab1b27;
    }

    .pro_menu ul.dropdown li p {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .pro_menu ul.dropdown li p.showWordsBtn {
        background: url(../img/jt1.png) center center no-repeat;
        background-size: 0.4rem 0.4rem;
    }

    .pro_menu ul.dropdown li:hover p.showWordsBtn {
        background: url(../img/jt01.png) center center no-repeat;
        background-size: 0.4rem 0.4rem;
    }

    .pro_menu ul.dropdown li p.hideWordsBtn {
        background: url(../img/jt02.png) center center no-repeat;
        background-size: 0.4rem 0.4rem;
    }

    .pro_menu ul.dropdown li>ul {
        margin: 0;
        padding: 0;
        background-color: #fafafa;
    }

    .pro_menu ul.dropdown li>ul li {
        border: none;
    }

    .pro_menu ul.dropdown li>ul li a {
        color: #666;
        padding: 0 0.48rem;
        background: none;
    }

    .pro_menu ul.dropdown li:hover>ul li a {
        background: none;
        color: #999;
    }

    .pro_menu ul.dropdown li>ul li a:hover {
        background-color: #f8f8f8;
        color: #ab1b27;
    }

    .pro_list2 {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        float: right;
    }

    .pro_list2 ul li {
        width: 48%;
        overflow: hidden;
        margin: 0 4% 0.24rem 0;
        padding: 0;
        float: left;
    }

    .pro_list2 ul li:nth-child(2n+2) {
        margin: 0 0 0.24rem;
    }

    .pro_list2 ul li .pro_img a {
        display: block;
        width: 100%;
        height: 3rem;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        border: 0.01rem solid #eee;
        background-color: #fff;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_img img {
        display: block;
        max-width: 96%;
        max-height: 96%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pro_list2 ul li .xc_img a {
        display: block;
        width: 100%;
        height: 2.2rem;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        border: 0.01rem solid #eee;
        background-color: #fff;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_img img,
    .xc_img img {
        display: block;
        max-width: 96%;
        max-height: 96%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pro_list2 ul li p a {
        display: block;
        width: 100%;
        height: 0.64rem;
        overflow: hidden;
        line-height: 0.64rem;
        color: #666;
        font-size: 0.26rem;
        text-align: center;
    }

    .pro_list2 ul li .pro_img a:active {
        border: 0.01rem solid #ab1b27;
    }

    .pro_list2 ul li p a:active {
        color: #ab1b27;
    }

    /**隐藏模块**/
    .ly_no {
        display: none;
    }
}

/**prodetail**/
@media screen and (min-width:1200px) {
    .pro_detail_main {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
        position: relative;
    }

    .proshow_left {
        width: 880px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: left;
    }

    .proshow_right {
        width: 280px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }

}

@media screen and (max-width:1199px) and (min-width:1081px) {
    .proshow_left {
        width: 70%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: left;
    }

    .proshow_right {
        width: 26%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }
}

@media screen and (min-width:1081px) {

    .pro_detail_main {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
        position: relative;
    }

    .pro_detail_main .pro_detail_img {
        width: 45%;
        height: 440px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 1px solid #dfdfdf;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .pro_detail_img .pro_detail_img_main {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .pro_detail_img_main img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .pro_detail_main .pro_detail_text {
        width: 50%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }

    .pro_detail_text h1 {
        width: 100%;
        overflow: hidden;
        line-height: 40px;
        color: #ab1b27;
        font-size: 28px;
        font-weight: bold;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
    }

    .pro_detail_text ul {
        width: 100%;
        margin: 30px auto;
        padding: 0;
    }

    .pro_detail_text ul li {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_detail_text ul li span {
        display: block;
        width: 100%;
        color: #333;
        font-size: 16px;
    }

    .pro_detail_text ul li p {
        width: 100%;
        height: 144px;
        overflow: hidden;
        line-height: 24px;
        color: #333;
        font-size: 14px;
        text-indent: 2em;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }

    .pro_detail_text .pro_detail_btn {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_detail_btn a {
        display: block;
        width: 48%;
        height: 50px;
        overflow: hidden;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background-color: #ff7200;
        border-radius: 4px;
        margin: 0 0 16px;
        padding: 0;
        float: left;
    }

    .pro_detail_btn a.prodtl_btn1 {
        margin: 0 4% 16px 0;
    }

    .pro_detail_btn a:hover,
    .pro_detail_btn a:active {
        background-color: #ab1b27;
    }

    .pro_detail_share {
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 10px auto 0;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }

    .pro_detail_share a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #666;
        font-size: 14px;
        margin: 0 10% 0 0;
        padding: 0;
        float: left;
    }

    .pro_detail_share a img {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0;
        float: left;
    }

    .pro_detail_share a:last-child {
        margin: 0;
    }

    .pro_detail_img_main .swiper-container {
        width: 100%;
        height: 100%;
    }

    .pro_detail_img_main .swiper-slide {
        width: 100% !important;
        height: 100% !important;
        text-align: center;
    }

    .pro_detail_img_main .swiper-slide .part {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .pro_detail_img_main .swiper-slide .part img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        box-sizing: border-box;
        background-color: #ab1b27;
    }

    .pro_detail_img_main .swiper-pagination-bullet {
        background-color: rgba(0, 0, 0, 0.5);
        margin: 0 4px;
    }

    #swiper-container-01 .swiper-pagination-bullet-active {
        background-color: #255abe;
    }

    .swiper-pagination {
        position: relative;
        bottom: 20px;
    }

    .pro_con {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
    }

    .pro_con .pro_con_tit {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        margin: 0 auto;
        padding: 0;
    }

    .pro_con_tit em {
        display: block;
        width: 8px;
        height: 8px;
        overflow: hidden;
        margin: 16px 12px 16px 0;
        padding: 0;
        background-color: #ab1b27;
        float: left;
    }

    .pro_con p {
        width: 100%;
        overflow: hidden;
        line-height: 24px !important;
        color: #333 !important;
        font-size: 14px !important;
        text-align: justify;
        margin: 0 auto 20px;
        padding: 0 0 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_con p img {
        display: block;
        max-width: 60% !important;
        max-width: 100%;
        height: auto !important;
    }

    .pro_con table {
        display: block;
        width: 100% !important;
        overflow: hidden;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .pro_con table p {
        margin: 0 !important;
        padding: 0 !important;
        word-wrap: break-word
    }

    .pro_con span {
        color: #333 !important;
        font-size: 14px !important;
        font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
    }

    .pro_prevnext {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_prevnext ul li {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
    }

    .pro_prevnext ul li a {
        display: block;
        width: 100%;
        height: 48px;
        overflow: hidden;
        line-height: 46px;
        color: #333;
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
        padding: 0 19px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_prevnext ul li a:hover {
        background-color: #f5f5f5;
    }

    .proshow_menu {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
    }

    .proshow_tit {
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin: 0 auto;
        padding: 12px 20px;
        background-color: #ab1b27;
        border-radius: 4px 4px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .proshow_tit em {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        font-style: normal;
        margin: 0 auto;
        padding: 0;
    }

    .proshow_tit span {
        display: block;
        width: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 24px;
        margin: 0 auto;
        padding: 0;
    }

    .promenu_list,
    .promenu_contact {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 0;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        border-radius: 0 0 4px 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Collapsing {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        text-indent: 10px;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        padding: 0 20px;
        background: url(../img/promenu_jt1.png) 20px 22px no-repeat;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .coll_body {
        display: none;
        border-bottom: 1px solid #eaeaea;
    }

    .coll_body a {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #666;
        font-size: 13px;
        text-indent: 20px;
        margin: 0;
        padding: 0 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .coll_body a:hover {
        color: #ab1b27;
        text-decoration: underline;
    }

    .current {
        color: #ab1b27;
        border-left: 4px solid #ab1b27;
        border-bottom: none;
        background: #f8f8f8 url(../img/promenu_jt2.png) 20px 22px no-repeat;
    }

    .promenu_contact {
        padding: 20px;
    }

    .promenu_contact img {
        display: block;
        width: 52px;
        height: 52px;
        overflow: hidden;
        margin: 0 10px 0 0;
        padding: 0;
        float: left;
    }

    .promenu_contact em {
        display: inline-block;
        color: #ab1b27;
        font-size: 14px;
        font-style: normal;
    }

    .promenu_contact span {
        display: inline-block;
        color: #ab1b27;
        font-size: 24px;
    }
}

@media screen and (max-width:1080px) {
    .proshow_left {
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .proshow_right {
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        display: none;
    }

    .pro_detail_main {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 30px;
        padding: 0;
    }

    .pro_detail_main .pro_detail_img {
        width: 100%;
        height: 386px;
        overflow: hidden;
        margin: 0 auto 30px;
        padding: 0;
        border: 1px solid #dfdfdf;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_detail_img .pro_detail_img_main {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_detail_img_main img {
        display: block;
        max-width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_detail_main .pro_detail_text {
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
    }

    .pro_detail_text h1 {
        width: 100%;
        overflow: hidden;
        color: #ab1b27;
        font-size: 28px;
        font-weight: bold;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
    }

    .pro_detail_text ul {
        width: 100%;
        margin: 30px auto;
        padding: 0;
    }

    .pro_detail_text ul li {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_detail_text ul li span {
        display: block;
        width: 100%;
        color: #333;
        font-size: 16px;
    }

    .pro_detail_text ul li p {
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #333;
        font-size: 14px;
        text-indent: 2em;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }

    .pro_detail_text .pro_detail_btn {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_detail_btn a {
        display: block;
        width: 48%;
        height: 48px;
        overflow: hidden;
        line-height: 48px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background-color: #ff7200;
        border-radius: 4px;
        margin: 0 0 16px;
        padding: 0;
        float: left;
    }

    .pro_detail_btn a.prodtl_btn1 {
        margin: 0 4% 16px 0;
    }

    .pro_detail_btn a:hover,
    .pro_detail_btn a:active {
        background-color: #ab1b27;
    }

    .pro_detail_share {
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 10px auto 0;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }

    .pro_detail_share a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #666;
        font-size: 14px;
        margin: 0 10% 0 0;
        padding: 0;
        float: left;
    }

    .pro_detail_share a img {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0;
        float: left;
    }

    .pro_detail_share a:last-child {
        margin: 0;
    }

    .pro_detail_img_main .swiper-container {
        width: 100%;
        height: 100%;
    }

    .pro_detail_img_main .swiper-slide {
        width: 100% !important;
        height: 100% !important;
        text-align: center;
    }

    .pro_detail_img_main .swiper-slide .part {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .pro_detail_img_main .swiper-slide .part img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #f0f0f0;
    }

    .pro_detail_img_main .swiper-pagination-bullet {
        background-color: rgba(0, 0, 0, 0.5);
        margin: 0 4px;
    }

    #swiper-container-01 .swiper-pagination-bullet-active {
        background-color: #255abe;
    }

    .swiper-pagination {
        bottom: 10px;
    }

    .pro_con {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
    }

    .pro_con .pro_con_tit {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        margin: 0 auto;
        padding: 0;
    }

    .pro_con_tit em {
        display: block;
        width: 8px;
        height: 8px;
        overflow: hidden;
        margin: 16px 8px 16px 0;
        padding: 0;
        background-color: #ab1b27;
        float: left;
    }

    .pro_con p {
        width: 100%;
        overflow: hidden;
        line-height: 24px !important;
        color: #333 !important;
        font-size: 14px !important;
        text-align: justify;
        margin: 0 auto 16px;
        padding: 0 0 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_con p img {
        display: block;
        max-width: 80% !important;
        max-width: 100%;
        height: auto !important;
    }

    .pro_con table {
        display: block;
        width: 100% !important;
        overflow-x: scroll;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .pro_con table p {
        margin: 0 !important;
        padding: 0 !important;
        word-wrap: break-word
    }

    .pro_con span {
        color: #333 !important;
        font-size: 14px !important;
        font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
    }

    .pro_prevnext {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .pro_prevnext ul li {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 16px;
        padding: 0;
    }

    .pro_prevnext ul li a {
        display: block;
        width: 100%;
        height: 48px;
        overflow: hidden;
        line-height: 46px;
        color: #333;
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
        padding: 0 15px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_prevnext ul li a:hover {
        background-color: #f5f5f5;
    }

    .proshow_menu {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
    }

    .proshow_tit {
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin: 0 auto;
        padding: 12px 20px;
        background-color: #ab1b27;
        border-radius: 4px 4px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .proshow_tit em {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        font-style: normal;
        margin: 0 auto;
        padding: 0;
    }

    .proshow_tit span {
        display: block;
        width: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 24px;
        margin: 0 auto;
        padding: 0;
    }

    .promenu_list,
    .promenu_contact {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 0;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        border-radius: 0 0 4px 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Collapsing {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        text-indent: 10px;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        padding: 0 20px;
        background: url(../img/promenu_jt1.png) 20px 22px no-repeat;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .coll_body {
        display: none;
        border-bottom: 1px solid #eaeaea;
    }

    .coll_body a {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #666;
        font-size: 13px;
        text-indent: 20px;
        margin: 0;
        padding: 0 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .coll_body a:hover {
        color: #ab1b27;
        text-decoration: underline;
    }

    .current {
        color: #ab1b27;
        border-left: 4px solid #ab1b27;
        border-bottom: none;
        background: #f8f8f8 url(../img/promenu_jt2.png) 20px 22px no-repeat;
    }

    .promenu_contact {
        padding: 20px;
    }

    .promenu_contact img {
        display: block;
        width: 52px;
        height: 52px;
        overflow: hidden;
        margin: 0 10px 0 0;
        padding: 0;
        float: left;
    }

    .promenu_contact em {
        display: inline-block;
        color: #ab1b27;
        font-size: 14px;
        font-style: normal;
    }

    .promenu_contact span {
        display: block;
        color: #ab1b27;
        font-size: 24px;
    }
}


/**pro_form**/
@media screen and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1081px) {}

@media screen and (min-width:1081px) {
    .pro_form {
        width: 100%;
        overflow: hidden;
        margin: 40px auto 20px;
        padding: 0;
    }

    .fm_tit {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
        color: #333;
        font-size: 24px;
    }

    .pro_form ul {
        border: none;
    }

    .pro_form ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
        border: none;
    }

    .pro_form ul li p {
        width: 7%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #666;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_form ul li .pro_fmipt {
        width: 93%;
        overflow: hidden;
        border: 1px solid #dfdfdf;
        padding: 0;
        margin: 0;
        border-radius: 2px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_form ul li .pro_fmbtn {
        width: 93%;
        overflow: hidden;
        padding: 0;
        margin: 20px 0 0;
        float: left;
    }

    .pro_fmipt input,
    .pro_fmipt select {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 30px;
        color: #666;
        font-size: 14px;
        border: none;
        outline: none;
        margin: 0;
        padding: 4px 19px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_fmbtn input {
        display: block;
        width: 48%;
        height: 50px;
        overflow: hidden;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        background-color: #607783;
        border: none;
        outline: none;
        margin: 0;
        padding: 4px 19px;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .pro_fmbtn input.tj {
        margin: 0 4% 0 0;
        background-color: #00af80;
    }

    .pro_form ul li .fm_half {
        width: 48%;
        margin: 0 4% 0 0;
        float: left;
    }

    .pro_form ul li .fm_half:nth-child(2n+2) {
        margin: 0;
    }

    .pro_form ul li .fm_half p {
        width: 14.5%;
    }

    .pro_form ul li .fm_half .pro_fmipt {
        width: 85.5%;
    }

    .pro_fmipt textarea {
        display: block;
        width: 100%;
        height: 140px;
        overflow: hidden;
        line-height: 30px;
        color: #666;
        font-size: 14px;
        border: none;
        outline: none;
        resize: none;
        margin: 0;
        padding: 4px 19px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_fmipt a {
        display: block;
        width: 100px;
        height: 40px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pro_fmipt a img {
        display: block;
        width: 100px;
        height: 40px;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width:1080px) {
    .pro_form {
        width: 100%;
        overflow: hidden;
        margin: 40px auto 0;
        padding: 0;
    }

    .fm_tit {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
        color: #333;
        font-size: 24px;
    }

    .pro_form ul {
        border: none;
    }

    .pro_form ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0;
        border: none;
    }

    .pro_form ul li p {
        width: 14%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #666;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_form ul li .pro_fmipt {
        width: 86%;
        overflow: hidden;
        border: 1px solid #dfdfdf;
        padding: 0;
        margin: 0;
        border-radius: 2px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_form ul li .pro_fmbtn {
        width: 86%;
        overflow: hidden;
        padding: 0;
        margin: 20px 0 0;
        float: left;
    }

    .pro_fmipt input,
    .pro_fmipt select {
        display: block;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 30px;
        color: #666;
        font-size: 14px;
        border: none;
        outline: none;
        margin: 0;
        padding: 4px 19px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_fmbtn input {
        display: block;
        width: 48%;
        height: 50px;
        overflow: hidden;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        background-color: #607783;
        border: none;
        outline: none;
        margin: 0;
        padding: 4px 19px;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .pro_fmbtn input.tj {
        margin: 0 4% 0 0;
        background-color: #00af80;
    }

    .pro_form ul li .fm_half {
        width: 100%;
        margin: 0 auto 20px;
    }

    .pro_form ul li .fm_half:nth-child(2n+2) {
        margin: 0;
    }

    .pro_form ul li .fm_half p {
        width: 20%;
    }

    .pro_form ul li .fm_half .pro_fmipt {
        width: 80%;
    }

    .pro_fmipt textarea {
        display: block;
        width: 100%;
        height: 140px;
        overflow: hidden;
        line-height: 30px;
        color: #666;
        font-size: 14px;
        border: none;
        outline: none;
        resize: none;
        margin: 0;
        padding: 4px 19px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pro_fmipt a {
        display: block;
        width: 100px;
        height: 40px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pro_fmipt a img {
        display: block;
        width: 100px;
        height: 40px;
        margin: 0 auto;
        padding: 0;
    }
}

/**右侧悬浮**/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 85px;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #ab1b27;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}

.suspension .a.active,
.suspension .a:hover {
    background: #ab1b27;
}

.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../img/side_icon.png);
    background-repeat: no-repeat;
}

/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../img/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../img/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.suspension .a-qrcode .i {
    background-position: -44px 0;
}

.suspension .a-cart .i {
    background-position: -88px 0;
}

.suspension .a-top .i {
    background-position: -132px 0;
}

.suspension .a-top {
    /* background: #ab1b27; */
    display: none;
}

.suspension .a-top:hover {
    /* background: #07bd8a; */
}

.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 50px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../img/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 34px;
}

.suspension .d-qrcode {
    top: 78px;
}

.suspension .d .inner-box {
    padding: 15px 22px;
}

.suspension .d-service-item {
    padding: 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
    text-align: center;
}

.suspension .d-service-item .circle i {
    font-size: 25px;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../img/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../img/side_con_icon02.png) no-repeat center center;
    display: block;
}

.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    color: #666;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-item .text p {
    height: 44px;
    line-height: 22px;
    color: #666;
    font-size: 14px;
}

.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.suspension .d-service-intro i {
    background: url(../img/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-qrcode {
    text-align: center;
    width: 200px;
}

.suspension .d-qrcode .inner-box {
    padding: 10px 0;
}

.suspension .d-qrcode p {
    font-size: 14px;
    color: #93959c;
    margin: 10px 0 0;
}


@media screen and (min-width:1200px) {
    .down_list {
        width: 1200px;
        overflow: hidden;
        margin: 30px auto;
        padding: 20px 0;
        background-color: #fff;
    }
}

@media screen and (max-width:1199px) and (min-width:1081px) {
    .down_list {
        width: 100%;
        overflow: hidden;
        margin: 30px auto;
        padding: 20px 30px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (min-width:1081px) {}

@media screen and (max-width:1080px) {
    .down_list {
        width: 100%;
        overflow: hidden;
        margin: 30px auto;
        padding: 16px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.down_list ul li {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.down_list ul li .pic {
    width: 20%;
    float: left;
    height: 160px;
}

.down_list ul li .pic a {
    display: block;
    width: 100%;
    height: 160px;
    text-align: center;
}

.down_list ul li .pic a img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transition: transform .6s;
}

.down_list ul li .pic a .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.down_list ul li .wz {
    float: right;
    width: 78%;
}

.down_list ul li a.tlt {
    display: block;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    height: 42px;
    line-height: 42px;
}

.down_list ul li .others span {
    display: inline-block;
    color: #999;
    font-size: 12px;
    padding: 5px 0 10px;
    margin-right: 10px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
}

.down_list ul li .others span i {
    padding-right: 5px;
    color: #555;
    font-size: 20px;
    vertical-align: top;
}

.down_list ul li .others span.time i {
    font-size: 12px;
}

.down_list ul li .desc {
    margin: 0 0 10px 0;
    height: 52px;
    overflow: hidden;
    font-size: 15px;
    color: #555;
    line-height: 26px;
}

.down_list ul li p.more {
    text-align: right;
    float: right;
}

.down_list ul li p.more a {
    color: #0978c9;
    font-size: 16px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/list_circle.png) no-repeat left top;
    overflow: hidden;
}

.down_list ul li:hover p.more a {
    background-position: left bottom;
}

.down_list ul li p.more_down {
    text-align: left;
    float: left;
}

.down_list ul li p.more_down a {
    color: #999;
    font-size: 16px;
    display: block;
    width: 100px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #999;
    text-align: center;
}

.down_list ul li:hover p.more_down a {
    background: #0978c9;
    color: #fff;
}

.down_list ul li:hover a.tlt {
    color: #0978c9;
}

.down_list ul li:hover .pic a img {
    transform: scale(1.1);
}

@media (max-width:880px) {

    .down_list ul li a.tlt {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }

    .down_list ul li .pic {
        width: 100%;
    }

    .down_list ul li .wz {
        width: 100%;
    }

    .suspension .a-service,
    .suspension .a-qrcode,
    .suspension .d-service-phone,
    .suspension .a span {
        display: none !important;
    }

    .suspension .a,
    .suspension .a:hover {
        border-radius: 50px;
        background-image: linear-gradient(to top right, red, yellow);
        opacity: 0.9;
        margin-bottom: 15px;
    }

    .suspension .a-service-phone .i {
        background-image: url(../img/suspension-bgxin.png);
        background-position: 5px 2px;
        width: 45px;
        height: 45px;
        margin: 0;
    }

    .suspension .a-top .i {
        background-position: -132px 0;
    }

    .suspension .a-top,
    .suspension .a-top:hover {
        background-image: linear-gradient(to top right, #34ad6a, yellow);
    }
}

@media (max-width:767px) {}

/*产品分类*/
.syFocusThumb .prev {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    height: 60px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../img/pre.png);
    background-position: center center;
    background-size: initial;
    border-right: 1px solid #f1f1f1;
}

.syFocusThumb .next {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    height: 60px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../img/next.png);
    background-position: center center;
    background-size: initial;
    border-left: 1px solid #f1f1f1;
}

.syFocusThumb {
    POSITION: relative;
    WIDTH: 100%;
    height: 60px;
    margin: 0 auto;
    padding-top: 7px;
    border-top: 3px solid #ab1b27;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.pagination {
    display: inline-flex;
}

.pagination li {
    padding: 0 5px;
}

/*.pagination {POSITION: absolute; TEXT-ALIGN: left;CLEAR: both; TOP: 7px; LEFT: 0px;width:100%;height:60px;margin-bottom:0;box-shadow: 0px 0px 0px 0px #eaeaea;overflow: hidden;}*/
.thumbWrap {
    POSITION: absolute;
    WIDTH: 98%;
    OVERFLOW: hidden;
    TOP: 0;
    LEFT: 1%;
}

.holder {
    WIDTH: 4000px
}

.holder I {
    CURSOR: pointer;
    font-style: normal;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
    background: #fff;
    padding: 0 24px;
    vertical-align: top;
    margin: 0;
    /*-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;*/
}

.holder I em {
    display: block;
    width: 1px;
    height: 15px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #eaeaea;
    position: absolute;
    top: 18px;
    right: 0;
}

.prev {
    POSITION: absolute;
    WIDTH: 10%;
    TOP: 0;
    CURSOR: pointer;
    LEFT: 0
}

.next {
    POSITION: absolute;
    WIDTH: 10%;
    TOP: 0;
    CURSOR: pointer;
    RIGHT: 0;
}

.pagination I.selected {
    background: #fff url(../img/proline.png) center bottom no-repeat;
}

.pagination I.selected a {
    color: #ab1b27;
    font-weight: bold;
}

.sliderwrapper {
    width: 100%;
    padding-left: 5px;
    text-align: left;
}

.toc {}

.toc a {
    color: #515671;
}

.contentdiv {
    font-size: 0;
    margin: 0 10px;
}

.contentdiv:first-child {
    display: none !important;
}

.contentdiv a {
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 2%;
    color: #76838f;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    background: #f1f1f1;
    margin: 10px 5px 0 0;
}

.contentdiv a:hover {
    background: #afafaf;
    color: #fff;
}

/*屏幕电脑*/
@media (max-width:1199px) {
    .ny_products .pro_bd ul li {
        width: 47%;
    }

    .ny_products .pro_bd ul li:nth-child(2n) {
        margin-right: 0;
    }

    .ny_products .pro_bd ul li:nth-child(3n) {
        margin-right: 4%;
    }

    .ny_products .pro_bd ul li:nth-child(6n) {
        margin-right: 0;
    }

}

/*小屏幕*/
@media (max-width:880px) {}

/*手机*/
@media (max-width:767px) {}

@media (max-width:320px) {
    .flickerplate {
        height: 180px;
    }
}


/*小屏幕*/
@media (max-width:1024px) {
    .proleft {
        width: 100%;
    }

    .content2_right {
        width: 100%;
    }
}



.wgdetail_main {
    width: 1000px !important;
    overflow: hidden;
    margin: 0 auto !important;
    padding: 0 !important;
}

.wgdetail_main .wg_pt1 {
    width: 1000px !important;
    overflow: hidden;
    margin: 0 auto !important;
    padding: 0 !important;
}

.wg_pt1_fl {
    width: 500px !important;
    height: 245px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    background: url(../img/part1_img1.png) 0 0 no-repeat;
    float: left;
}

.wg_pt1_fl p {
    width: 100%;
    height: 80px;
    overflow: hidden;
    line-height: 60px;
    color: #0068c0 !important;
    font-size: 48px !important;
    font-weight: bold !important;
    margin: 0 auto !important;
    padding: 20px 0 0 90px !important;
    box-sizing: border-box;
}

.wg_pt1_fr {
    width: 500px !important;
    height: auto;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 0 0 40px !important;
    box-sizing: border-box;
    float: right;
}

.wg_pt1_fr b {
    display: block;
    width: 100% !important;
    height: 40px !important;
    overflow: hidden;
    line-height: 40px !important;
    color: #333 !important;
    font-size: 32px !important;
    font-weight: bold !important;
    margin: 0 auto 20px !important;
    padding: 0 !important;
}

.wg_pt1_fr p {
    width: 100% !important;
    overflow: hidden;
    line-height: 32px !important;
    color: #666 !important;
    font-size: 16px !important;
    text-align: justify !important;
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    box-sizing: border-box;
    position: relative;
}

.wg_pt1_fr p em {
    display: block;
    width: 4px !important;
    height: 16px !important;
    overflow: hidden;
    background-color: #0068c0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    left: 0;
    top: 8px;
}

.wg_pt1 ul {
    margin-top: 30px;
}

.wg_pt1 ul li {
    width: 20% !important;
    height: auto !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    text-align: center;
    float: left;
}

.wg_pt1 ul li p {
    width: 80px !important;
    height: 80px !important;
    overflow: hidden;
    line-height: 80px !important;
    color: #fff !important;
    font-size: 32px !important;
    text-align: center !important;
    margin: 0 auto 20px !important;
    padding: 0 !important;
    background: url(../img/part1_img2.png) center center no-repeat !important;
}

.wg_pt1 ul li span {
    display: block !important;
    width: 100% !important;
    height: 20px !important;
    overflow: hidden;
    line-height: 20px !important;
    color: #333 !important;
    font-size: 16px !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.wgdetail_main .wg_pt2 {
    width: 1000px !important;
    overflow: hidden;
    margin: 60px auto 0 !important;
    padding: 0 !important;
}

.wg_pt2 img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    margin: 0 auto 40px !important;
    padding: 0 !important;
}

.wgdetail_main .wg_pt3 {
    width: 1000px !important;
    overflow: hidden;
    margin: 40px auto 0 !important;
    padding: 0 !important;
}

.wg_pt3 .wg_title1 {
    width: 100% !important;
    height: 48px !important;
    overflow: hidden;
    line-height: 48px !important;
    color: #333 !important;
    font-size: 40px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: 0 auto 40px !important;
    padding: 0 !important;
}

.wg_pt3 .wg_pt3_list {
    width: 1000px !important;
    overflow: hidden;
    margin: 40px auto 0 !important;
    padding: 0 !important;
}

.wg_pt3 .wg_pt3_list .wg_title2 {
    width: 100% !important;
    overflow: hidden;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

.wg_title2 p {
    display: inline-block;
    width: auto !important;
    height: 48px !important;
    overflow: hidden;
    line-height: 48px !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 20px !important;
    background-color: #0068c0 !important;
    border-radius: 6px !important;
}

.wg_pt3_list .wg_pt3_img {
    width: 500px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wg_pt3_img img {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.wg_pt3_list .wg_pt3_text {
    width: 500px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 0 0 40px !important;
    box-sizing: border-box;
}

.wg_pt3_list .wg_pt4_text {
    padding: 0 40px 0 0 !important;
}

.wg_pt3_text ul li {
    width: 100% !important;
    overflow: hidden;
    margin: 0 auto 10px !important;
    padding: 10px 0 !important;
    border-bottom: 1px dashed #eaeaea;
}

.wg_pt3_text ul li b {
    display: block !important;
    width: 100% !important;
    height: 30px !important;
    overflow: hidden;
    line-height: 30px !important;
    color: #333 !important;
    font-size: 24px !important;
    font-weight: normal !important;
    margin: 0 auto 10px !important;
    padding: 0 !important;
}

.wg_pt3_text ul li p {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    line-height: 32px !important;
    color: #666 !important;
    font-size: 16px !important;
    margin: 0 auto !important;
    padding: 0 0 0 20px !important;
    box-sizing: border-box;
    position: relative;
}

.wg_pt3_text ul li p em {
    display: block;
    width: 4px !important;
    height: 16px !important;
    overflow: hidden;
    background-color: #0068c0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    left: 0;
    top: 8px;
}


@media (max-width:767px) {
    .adcon {
        overflow-x: scroll !important;
    }
}

.pro_list li span {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0 8px 0 20px;
    box-sizing: border-box;
    position: relative;
}

.pro_list li span img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    padding: 0;
}


/*内页-产品中心 开始*/
.ly_NyProducts {
    width: 100%;
    min-height: 480px;
    overflow: hidden;
    margin: 40px auto;
    padding: 0;
}

.ly_NyProducts .lyNyPro_main {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.lyNyPro_main .lyNyPro_left {
    width: 22%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.lyNyPro_main .lyNyPro_right {
    width: 76%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
}

.lyNyPro_right .lyNyPro_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.lyNyPro_list ul li {
    width: 23%;
    height: auto;
    margin: 0 2% 20px 0;
    padding: 15px 15px 20px;
    background-color: #f5f5f5;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lyNyPro_list ul li:nth-child(4n) {
    margin: 0 0 20px;
}

.lyNyPro_list ul li:hover {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.lyNyPro_list ul li .lyIdxPro_img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: #f5f5f5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lyNyPro_list ul li .lyIdxPro_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

.lyNyPro_list ul li .lyIdxPro_img a img.idxPro_img {
    display: block;
    max-width: 100%;
    /*max-height:100%;*/
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNyPro_list ul li:hover .lyIdxPro_img a img.idxPro_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.lyNyPro_list ul li .lyIdxPro_name {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 5px auto 0;
    padding: 0;
    text-align: center;
}

.lyNyPro_list ul li .lyIdxPro_name a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #303030;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lyNyPro_list ul li:hover .lyIdxPro_name a {
    color: #ab1b27;
}

.lyNyPro_list ul li i {
    display: block;
    width: 30px;
    height: 2px;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0;
    background-color: #ab1b27;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNyPro_list ul li:hover i {
    width: 60px;
}

.lyNyPro_list ul li p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.lyNyPro_list ul li .lyIdxPro_btn {
    width: 50%;
    height: 40px;
    overflow: hidden;
    margin: 15px auto 0;
    padding: 0;
}

.lyNyPro_list ul li .lyIdxPro_btn a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lyNyPro_list ul li:hover .lyIdxPro_btn a {
    color: #fff;
    background-color: #ab1b27;
    border: 1px solid #ab1b27;
}

.lyNyPro_list ul li:hover .lyIdxPro_btn a:nth-child(2) {
    color: #fff;
    background-color: #ab1b27;
    border: 1px solid #ab1b27;
}

.lyNyPro_right .pco_page {
    width: 100%;
    margin: 20px auto 0;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .ly_NyProducts {
        width: 90%;
        padding: 0 5%;
    }

    .ly_NyProducts .lyNyPro_main {
        width: 100%;
    }

    .lyNyPro_list ul li .lyIdxPro_img {
        height: 200px;
    }
}

@media screen and (max-width:1079px) and (min-width:1024px) {
    .ly_NyProducts {
        width: 96%;
        margin: 40px auto;
        padding: 0 2%;
    }

    .ly_NyProducts .lyNyPro_main {
        width: 100%;
    }

    .lyNyPro_main .lyNyPro_left {
        width: 100%;
        margin: 0 auto 20px;
    }

    .lyNyPro_main .lyNyPro_right {
        width: 100%;
        margin: 0 auto;
    }

    .lyNyPro_list ul li {
        width: 32%;
        margin: 0 2% 20px 0;
    }

    .lyNyPro_list ul li:nth-child(3n+3) {
        margin: 0 0 20px;
    }

    .lyNyPro_list ul li .lyIdxPro_img {
        height: 220px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .ly_NyProducts {
        width: 96%;
        margin: 40px auto;
        padding: 0 2%;
    }

    .ly_NyProducts .lyNyPro_main {
        width: 100%;
    }

    .lyNyPro_main .lyNyPro_left {
        width: 100%;
        margin: 0 auto 20px;
    }

    .lyNyPro_main .lyNyPro_right {
        width: 100%;
        margin: 0 auto;
    }

    .lyNyPro_list ul li {
        width: 32%;
        margin: 0 2% 20px 0;
    }

    .lyNyPro_list ul li:nth-child(3n+3) {
        margin: 0 0 20px;
    }

    .lyNyPro_list ul li .lyIdxPro_img {
        height: 190px;
    }
}

@media (max-width: 767px) {
    .ly_NyProducts {
        width: 94%;
        margin: 20px auto;
        padding: 0 3%;
    }

    .ly_NyProducts .lyNyPro_main {
        width: 100%;
    }

    .lyNyPro_main .lyNyPro_left {
        width: 100%;
        margin: 0 auto 20px;
    }

    .lyNyPro_main .lyNyPro_right {
        width: 100%;
        margin: 0 auto;
    }

    .lyNyPro_list ul li {
        width: 48%;
        margin: 0 4% 20px 0;
        padding: 10px;
    }

    .lyNyPro_list ul li:nth-child(3n+3) {
        margin: 0 4% 20px 0;
    }

    .lyNyPro_list ul li:nth-child(2n+2) {
        margin: 0 0 20px;
    }

    .lyNyPro_list ul li .lyIdxPro_img {
        height: 140px;
    }

    .lyNyPro_list ul li i {
        margin: 0 0 10px;
    }

    .lyNyPro_list ul li .lyIdxPro_btn {
        margin: 10px auto 0;
    }

    .lyNyPro_right .pco_page {
        margin: 0 auto;
    }
}

@media (max-width: 320px) {
    .lyNyPro_list ul li {
        width: 100%;
        margin: 0 auto 20px;
        float: inherit;
    }

    .lyNyPro_list ul li:nth-child(3n+3) {
        margin: 0 auto 20px;
    }

    .lyNyPro_list ul li:nth-child(2n+2) {
        margin: 0 auto 20px;
    }

    .lyNyPro_list ul li .lyIdxPro_img {
        height: 200px;
    }
}


/*内页-产品中心 结束*/

#newBridge {
    display: none !important;
}

@-webkit-keyframes scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-moz-keyframes scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-o-keyframes scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-ms-keyframes scale_b {
    .rw .rw_banner .rw_banner_a 0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .rw .rw_banner .rw_banner_a 50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    .rw .rw_banner .rw_banner_a 100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
