* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

html {
}

body {
    color: #333;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    margin: 0;
    padding: 0;
    font: 16px/1.5 Microsoft Yahei, 微软雅黑, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}

table, td, tr, th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
}

ol, ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: 0;
}

address, cite, code, em, th, i {
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
    *zoom: 1;
}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

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: "Youshebiaotihei";
    src: url(../font/youshebiaotihei.ttf);
}

@font-face {
    font-family: "pmzd";
    src: url(../font/pmzd.ttf);
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: #97c428;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #97c428;
}

/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input {
    border-radius: 0;
}

.w1820 {
    width: 94.8%;
    max-width: 1820px;
    margin: 0 auto;
}

.w1400 {
    width: 1600px;
    margin: 0 auto;
}

@media screen and (max-width: 1680px) {
    .w1400 {
        width: 94%;
    }
}

/**top start**/
.subMenu {
    width: 100%;
    height: auto;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    transition: all 0.5s;
}

.subMenu:hover, .Pro_top {
    background: #fff;
}

.ly_top {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.subMenu:hover .ly_top, .Pro_top .ly_top {
    border: 0;
}

.ly_top .lytop_main {
    height: 108px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.lytop_main .ly_logo {
    float: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 23px;
}

.ly_logo a {
    display: table-cell;
    vertical-align: middle;
    width: 340px;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ly_logo a img {
    width: 98%;
}

.ly_logo a img.logo2 {
    display: none;
}

.subMenu:hover .ly_logo a img.logo1, .Pro_top .ly_logo a img.logo1 {
    display: none;
}

.subMenu:hover .ly_logo a img.logo2, .Pro_top .ly_logo a img.logo2 {
    display: block;
}

.lytop_main .ly_logo p {
    color: #fff;
    font-size: 20px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin-left: 6px;
    margin-top: 5px;
}

.subMenu:hover .lytop_main .ly_logo p, .Pro_top .lytop_main .ly_logo p {
    color: #666;
    border-left: 1px solid #eee;
}

.ly_nav {
    width: 57%;
    height: 108px;
    margin: 0;
    padding: 0;
    float: right;
}

.nav_ul {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    transition: none;
}

.nav_item {
    position: relative;
    float: left;
    width: 14.285%;
}

.nav {
    width: 100%;
    height: 108px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    transition: none;
}

.nav_item > a {
    display: block;
    width: 100%;
    height: 108px;
    line-height: 108px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    font-weight: 500;
}

.nav_en > a {
    height: 108px;
    line-height: 108px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    font-weight: 550;
}


.nav_item > a:hover {
    color: #97c428 !important;
}

.nav_en > a:hover {
    color: #97c428 ;
}

.subMenu:hover .nav_item > a, .Pro_top .nav_item > a {
    color: #000;
}


.subMenu:hover .nav_item > a, .Pro_top .nav_en > a {
    color: #000;
}

.nav_item > a:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #97c428;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease;
}

.nav_item > a.navon:after, .nav_item > a:hover:after {
    width: 50px;
}

.menu_open {
    display: none;
}

/*一级目录*/
.nav_item_open {
    width: 175%;
    height: auto;
    position: absolute;
    left: -40%;
    z-index: 999;
    background-color: #edeeef;
    box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);
    padding: 25px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    top: 108px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
}

.ny_top .nav_item_open {
    background-color: #fff;
}

.nav_item_open .yiml_ul {
    position: relative;
    width: 100%;
    height: auto;
}

.nav_item:hover .nav_item_open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.subopen, .subopen2 {
    display: none;
}

.nav_item2 {
    width: 100%;
}

.nav_item2 a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 14% 0 30px;
    color: #555;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    background: url(../images/jt07.png) 87% no-repeat;
    position: relative;
    font-weight: 500;
}

.nav_item2 a:hover{
    color: #97c428;
}

.nav_item2 a:hover:after, .nav_item2:last-child a:after {
    display: none;
    /*color:#97c428;*/
}

.nav_item2 a:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    /*background: url(../images/ico7.png) no-repeat;*/
}

.nav_item2 a:hover:before {
    display: block;
}

.nav_item2 a em {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.nav_item2 a em img {
    max-width: 100%;
}

.ny_top .nav_item2 a {
    color: #565656;
}

.nav_item2:hover a {
    background-color: #fff;
}

.hcover {
    display: none;
    transition: none !important;
}

/*二级目录*/
.nav_item_open2 {
    position: absolute;
    left: 100%;
    top: -25px;
    width: 0;
    min-height: calc(100% + 30px);
    z-index: 10;
    background-color: #fff;
    padding: 15px 0 30px;
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition: all .4s ease;
}

.nav_item2:hover .nav_item_open2 {
    width: 120%;
    opacity: 1;
}

.nav_item_open2 .nav_item3 a {
    font-weight: normal;
    background: none;
    padding: 0;
    position: relative;
    width: 78%;
    margin: 5px auto 0;
    color: rgba(255, 255, 255, .65);
    transition: all .4s ease;
    color: #777;
}

.nav_item_open2 .nav_item3 a:before {
    display: none;
}

.nav_item_open2 .nav_item3 a:hover {
    color: #97c428;
}

.nav_item_open2 .nav_item3 a:hover:before {
    border: 1px solid rgba(243, 245, 249, 1);
}

.nav_item_open2 .nav_item3 a:after {
    content: "";
    display: block;
    width: 78%;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease;
}

.nav_item_open2 .nav_item3 a:after {
    width: 100%;
}

.nav_item_open2 .nav_item3:last-child a:after {
    display: none;
}

.nav_item_open2 .nav_item3 a:hover:after {
    background: #97c428;
    display: block;
}

.ly_right {
    width: 52px;
    height: 30px;
    float: right;
    margin-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin-top: 39px;
}

.subMenu:hover .ly_right, .Pro_top .ly_right {
    border-left: 1px solid rgba(0, 0, 0, .2);
}

.ly_right i {
    display: block;
    width: 52px;
    height: 30px;
    margin: 0;
    padding: 0;
    background: url(../images/sc_icon.png) right center no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
}

.subMenu:hover .ly_right i, .Pro_top .ly_right i {
    background: url(../images/sc_icon2.png) right center no-repeat;
}

.ly_right .lytop_sc {
    width: 100%;
    overflow: hidden;
    padding: 50px 20%;
    position: absolute;
    left: 0;
    top: 108px;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(34px);
    transform: translateY(34px);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.ly_right .lytop_sc.on {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.lytop_sc form {
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    margin: 0;
    padding: 0 108px 0 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lytop_sc form .ly_ipt {
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
}

.Pro_top .lytop_sc form .ly_ipt {
    border: 1px solid #eee;
}

.ly_ipt input {
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    color: #666;
    font-size: 15px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lytop_sc form .ly_btn {
    width: 100px;
    height: 48px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.ly_btn input {
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-indent: 25px;
    margin: 0;
    padding: 0;
    border-radius: 0 4px 4px 0;
    background: #97c428 url(../images/sc_icon.png) 15px center no-repeat;
    background-size: 26px 26px;
    border: none;
    outline: none;
    cursor: pointer;
}

@media screen and (max-width: 1680px) {
    .nav_item > a {
        font-size: 17px;
    }
}

@media screen and (max-width: 1400px) {
    .lytop_main .ly_logo {
        margin-top: 34px;
    }

    .ly_logo a {
        width: 200px;
    }

    .nav_item > a {
        font-size: 16px;
    }

    .ly_right .lytop_sc {
        padding: 40px 10%;
    }
}

@media screen and (max-width: 1366px) {
    .lytop_main .ly_logo p {
        font-size: 18px;
    }

    .nav_item > a {
        font-size: 15px;
    }

    .nav_item2 a {
        font-size: 15px;
    }

    .ly_right {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .ly_top .lytop_main {
        height: 80px;
    }

    .lytop_main .ly_logo {
        margin-top: 20px;
    }

    .lytop_main .ly_logo p {
        display: none;
    }

    .ly_nav {
        width: 66%;
        height: 80px;
    }

    .nav {
        height: 80px;
    }

    .nav_item > a {
        height: 80px;
        line-height: 80px;
        font-size: 16px;
    }

    .nav_item_open {
        top: 80px;
    }

    .ly_right {
        margin-top: 25px;
    }

    .ly_right .lytop_sc {
        top: 80px;
        padding: 30px;
    }
}

@media screen and (max-width: 1080px) {
    .ly_nav {
        width: auto;
        visibility: inherit !important;
        animation-name: none !important;
    }

    .nav_item > a:hover {
        color: #fff !important;
    }

    .subMenu:hover .nav_item > a {
        color: #fff;
    }

    .subMenu:hover .nav_item > a:after {
        background: url(../images/home_ico1.png) no-repeat;
        display: none;
    }

    .nav_item > a em {
        display: none;
    }

    .menu_open {
        display: block;
        float: right;
        width: 80px;
        height: 80px;
        padding: 20px 0;
        position: absolute;
        top: 0;
        right: 50px;
        box-sizing: border-box;
        z-index: 98;
        cursor: pointer
    }

    .menu_open i {
        width: 28px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 9px auto;
    }

    .subMenu:hover .menu_open i, .Pro_top .menu_open i {
        background-color: #97c428;
    }

    .menu_open:hover, .menu_open:active {
        background-color: #97c428;
    }

    .menu_open:hover i, .menu_open:active i {
        background-color: #fff !important;
    }

    .nav {
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 100;
        overflow: hidden;
        background-color: rgba(0, 123, 185, 0.99);
    }

    .hcover {
        display: block;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 99;
    }

    .nav_ul {
        display: block;
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .nav_item {
        float: none;
        margin: 0;
        width: 100%;
        height: 80px;
    }

    .nav_item:last-child {
        width: 100%;
    }

    .nav_item:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav_item > a {
        width: 100%;
        padding: 0 60px 0 20px;
        margin: 0;
        height: 80px;
        line-height: 80px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 17px;
        text-align: left;
        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_item:first-child > a:after {
        left: 0;
    }

    .nav_item > a.navon {
        opacity: 1;
    }

    .nav_item i {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        display: block;
    }

    .nav_item 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);
    }

    .nav_item_open {
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background-color: rgba(0, 123, 185, 1);
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 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;
    }

    .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;
    }

    .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;
    }

    .nav_item2 a {
        background: none;
    }

    .nav_item2 a:after {
        display: none;
    }

    .nav_item_open2 {
        display: none !important;
    }

    .nav_item2:hover a {
        background: none;
    }

    .nav_item2 a:hover:before {
        display: none;
    }

    .ly_right .lytop_sc {
        padding: 20px;
    }
}

@media screen and (max-width: 820px) {
    .ly_top {
        padding: 0;
    }

    .subMenu {
        height: 60px;
    }

    .ly_top {
        width: 100%;
        height: 60px;
        margin: 0 auto;
    }

    .ly_top .lytop_main {
        height: 60px;
        margin: 0 auto;
        padding: 0;
    }

    .lytop_main .ly_logo {
        width: 210px;
        height: 48px;
        margin-top: 8px;
        padding: 6px 0;
        float: left;
    }

    .ly_logo a {
        height: 48px;
    }

    .ly_nav {
        width: auto;
    }

    .menu_open {
        display: block;
        float: right;
        width: 60px;
        height: 60px;
        padding: 13px 0;
        position: absolute;
        top: 0;
        right: 60px;
        z-index: 98;
        cursor: pointer;
    }

    .menu_open i {
        width: 24px;
        display: block;
        margin: 7px auto;
    }

    .menu_open:hover {
        background-color: #97c428;
    }

    .menu_open:hover i {
        background-color: #fff;
    }

    .nav {
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 100;
        overflow: hidden;
        background-color: rgba(0, 123, 185, 0.99);
    }

    .hcover {
        display: block;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 99;
    }

    .nav_ul {
        display: block;
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        text-align: left;
    }

    .nav_item {
        float: none;
        margin: 0;
        width: 100%;
        height: 60px;
    }

    .nav_item:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav_item > a {
        display: block;
        margin: 0;
        height: 60px;
        line-height: 60px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 15px;
        text-align: left;
        padding: 0 60px 0 20px;
        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_item > a:active {
    }

    .nav_item > a.navon {
        opacity: 1;
    }

    .nav_item > a em {
        left: 20px;
    }

    .nav_item i {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        display: block;
    }

    .nav_item i:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        margin: -5px 0 0 -5px;
        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);
    }

    .nav_item_open {
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background-color: rgba(0, 123, 185, 1);
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 0;
    }

    .subopen {
        display: block;
    }

    .subopen a {
        display: block;
        overflow: hidden;
        line-height: 60px;
        margin: 0;
        padding: 0 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 15px;
        color: #fff;
        text-indent: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
    }

    .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: 15px;
        text-align: left;
        padding: 0 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        opacity: 1;
    }

    .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;
    }

    .ly_right {
        margin-top: 15px;
    }

    .ly_right i {
        width: 45px;
    }

    .ly_right .lytop_sc {
        padding: 10px;
        top: 60px;
    }

    .lytop_sc form {
        height: 40px;
        padding: 0 60px 0 0;
    }

    .lytop_sc form .ly_ipt {
        height: 40px;
    }

    .ly_ipt input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }

    .lytop_sc form .ly_btn {
        width: 60px;
        height: 40px;
    }

    .ly_btn input {
        width: 60px;
        height: 40px;
        font-size: 0;
        background: #97c428 url(../images/sc_icon.png) center center no-repeat;
        background-size: 32px 32px;
    }
}

@media screen and (max-width: 767px) {
}

/**top end**/

/* lyFoot start */
.lyFoot {
    /*background: url(../images/footerbg.jpg) no-repeat center center;*/
    background-size: cover;
    background-color: #073b5c;
}

.lyFoot .lyFoot_main {
    margin: 0 auto;
    padding: 80px 0 0;
}

.lyFoot .nyFoot_main {
    margin: 0 auto;
    padding: 80px 0 30px;
}

.lyFoot_tit {
    margin-bottom: 24px;
}

.lyFoot_tit p {
    height: 30px;
    overflow: hidden;
    font-weight: bold;
    line-height: 30px;
    color: #97c428;
    font-size: 20px;
}

.lyFoot_tit p i {
    display: inline-block;
    width: 15px;
    height: 2px;
    margin: -2px 0 0 10px;
    vertical-align: middle;
    background-color: #ffffff;
}

.lyFoot_main .lyFoot_left {
    width: 80%;
    padding-right: 80px;
    float: left;
}

.lyFoot_nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lyFoot_nav ul li {
    max-width: 16.666666%;
}

.lyFoot_nav ul li dl dd a {
    display: block;
    width: 100%;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lyFoot_nav ul li dl dd a:hover {
    color: #fff;
}

.lyFoot_main .lyFoot_lxfs {
    width: 100%;
    margin-top: 80px;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.nyFoot_main .lyFoot_lxfs {
    border-bottom: 0;
}

.lyFoot_lxfs ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.lyFoot_lxfs ul li {
    width: 22%;
    padding: 0;
    float: left;
    position: relative;
    padding: 0 30px 0 40px;
}

.lyFoot_lxfs ul li:nth-child(1) {
    padding-left: 0;
    width: 20%;
}

.lyFoot_lxfs ul li:nth-child(3) {
    width: 28%;
}

.lyFoot_lxfs ul li:nth-child(4) {
    width: 30%;
    padding-right: 0;
}

.lyFoot_lxfs ul li i {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 16px;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
}

.lyFoot_lxfs ul li i svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lyFoot_lxfs ul li i svg path {
    fill: #ffffff;
}

.lyFoot_lxfs ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    transform: rotate(20deg);
    top: 10px;
}

.lyFoot_lxfs ul li:last-child:after {
    display: none;
}

.lyFoot_lxfs ul li .lyFootLxfs_txt span {
    display: block;
    line-height: 20px;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.lyFoot_lxfs ul li .lyFootLxfs_txt p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 48px;
    line-height: 24px;
}

.lyFoot_main .lyFoot_right {
    width: auto;
    float: right;
}

.lyFoot_right .lyFoot_logo {
    width: auto;
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}

.lyFoot_logo a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.lyFoot_logo a img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

.lyFoot_right .lyFootEwm_img {
    width: 120px;
    height: auto;
    margin: 0 auto;
}

.lyFootEwm_img img {
    display: block;
    width: 100%;
    height: auto;
}

.lyFootEwm_img span {
    display: block;
    width: 100%;
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.lyFoot_right .lyToTop {
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin: 100px auto 0;
}

.ToTop {
    width: 64px;
    height: 64px;
    overflow: hidden;
    position: fixed;
    bottom: 10%;
    right: 20px;
    display: none;
    z-index: 999;
}

.lyToTop i, .ToTop i {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 18px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.lyToTop i svg, .ToTop i svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lyToTop i svg path, .ToTop i svg path {
    fill: #97c428;
}

.lyFoot .foot_resume {
    padding: 15px 0;
    background-color: #282e3c;
}

.foot_resume .lyFootCopy_main {
    margin: 0 auto;
}

.lyFootCopy_main p {
    width: auto;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
}

.lyFootCopy_main p a {
    color: #ffffff;
}

.lyFootCopy_main p a:hover {
    color: #fff;
}

@media (max-width: 1680px) {
    .lyFoot .lyFoot_main {
        padding: 70px 0 0;
    }

    .lyFoot .nyFoot_main {
        padding: 70px 0;
    }

    .lyFoot_main .lyFoot_left {
        padding-right: 60px;
    }

    .lyFoot_main .lyFoot_lxfs {
        margin-top: 60px;
    }

    .lyFoot_lxfs ul li .lyFootLxfs_txt p {
        font-size: 16px;
    }
}

@media (max-width: 1600px) {
    .lyFoot_nav ul li dl dd a {
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .lyFootCopy_main p {
        line-height: 35px;
        font-size: 15px;
    }

    .lyFoot_lxfs ul li i {
        margin-right: 12px;
    }

    .lyFootEwm_img span {
        font-size: 14px;
    }

    .lyFoot_right .lyToTop {
        width: 60px;
        height: 60px;
        margin: 75px auto 0;
    }
}

@media (max-width: 1560px) {
    .lyFoot_main .lyFoot_left {
        padding-right: 0;
    }

    .lyFoot_main .lyFoot_left {
        width: 75%;
    }
}

@media (max-width: 1440px) {
    .lyFoot .lyFoot_main {
        padding: 60px 0 0;
    }

    .lyFoot .nyFoot_main {
        padding: 60px 0;
    }

    .lyFoot_lxfs ul li {
        padding: 0 20px 0 30px;
    }

    .lyFoot_lxfs ul li .lyFootLxfs_txt p {
        font-size: 15px;
    }
}

@media (max-width: 1366px) {
    .lyFoot_tit {
        margin-bottom: 20px;
    }

    .lyFoot_main .lyFoot_lxfs {
        margin-top: 40px;
    }

    .lyFoot_right .lyToTop {
        width: 50px;
        height: 50px;
        margin: 70px auto 0;
    }

    .lyToTop i {
        padding: 14px;
    }
}

@media (max-width: 1280px) {
    .lyFoot_tit p {
        font-size: 16px;
    }

    .lyFoot_nav ul li dl dd a {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .lyFootCopy_main p {
        line-height: 30px;
        font-size: 14px;
    }

    .lyFoot_main .lyFoot_lxfs {
        padding: 20px 0;
    }

    .lyFoot_lxfs ul li {
        width: 50%;
        margin: 10px 0;
        padding: 0 20px;
        display: block;
        flex-wrap: wrap;
        justify-content: center;
    }

    .lyFoot_lxfs ul li:nth-child(1) {
        width: 50%;
        padding-left: 20px;
    }

    .lyFoot_lxfs ul li:nth-child(3) {
        width: 50%;
    }

    .lyFoot_lxfs ul li:nth-child(4) {
        width: 50%;
        padding-right: 20px;
    }

    .lyFoot_lxfs ul li:after {
        display: none;
    }
}

@media (max-width: 1200px) {
    .lyFoot .lyFoot_main {
        padding: 50px 0 0;
    }

    .lyFoot .nyFoot_main {
        padding: 50px 0;
    }

    .lyFoot_main .lyFoot_left {
        width: 70%;
    }
}

@media (max-width: 1080px) {
    .lyFoot_right .lyToTop {
        display: none;
    }

    .ToTop {
        width: 50px;
        height: 50px;
        display: block;
    }

    .lyToTop i, .ToTop i {
        padding: 14px;
    }

    .lyFoot_right .lyFoot_logo {
        display: none;
    }

    .lyFoot_left .lyFoot_nav {
        display: none;
    }

    .lyFoot_main .lyFoot_lxfs {
        margin: 0 auto;
        padding: 0;
        border: 0;
    }

    .lyFoot_lxfs ul {
        justify-content: left;
        margin: 0 -20px;
    }

    .lyFoot_lxfs ul li {
        margin: 16px 0;
    }

    .lyFoot_lxfs ul li i {
        float: left;
    }

    .lyFoot_lxfs ul li .lyFootLxfs_txt p {
        max-width: inherit;
    }

    .lyFootCopy_main p {
        float: none !important;
    }
}

@media (max-width: 1024px) {
    .lyFoot .lyFoot_main {
        padding: 40px 0 0;
    }

    .lyFoot .nyFoot_main {
        padding: 40px 0;
    }
}

@media (max-width: 920px) {
}

@media (max-width: 820px) {
    .lyFoot .lyFoot_main {
        padding: 30px 0 0;
    }

    .lyFoot .nyFoot_main {
        padding: 30px 0 20px;
    }

    .lyFoot_main .lyFoot_left {
        display: none;
    }

    .lyFoot_main .lyFoot_right {
        margin: 0 auto;
        float: none;
    }

    .lyFoot .foot_resume {
        padding: 12px 0;
    }

    .lyFootCopy_main p {
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .lyFoot .lyFoot_main {
        padding: 30px 0 20px;
    }
}

@media (max-width: 390px) {
}

@media (max-width: 320px) {
}

@media (max-width: 280px) {
}

/* lyFoot end */


/*内页banner*/
.nybanner {
    width: 100%;
    height: 568px;
    overflow: hidden;
    position: relative;
}

.nybanner img.nyBa_Img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.nybanner .w1400 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.NyCrumb {
    width: 100%;
    margin-top: -80px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 2;
}

.NyCrumb .ny_bigt {
    width: 225px;
    height: 150px;
    background: #97c428;
    padding: 20px 0 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    float: left;
    position: relative;
}

.NyCrumb .ny_bigt p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.NyCrumb .ny_bigt img {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.NyCrumb .ny_mbx {
    width: calc(100% - 225px);
    height: 120px;
    background: #fff;
    padding: 0 30px;
    float: right;
    margin-top: 30px;
}

.NyCrumb .ny_mbx ul {
    width: 54%;
    float: left;
}

.NyCrumb .ny_mbx ul li {
    float: left;
    width: auto;
    padding: 0 35px;
    line-height: 120px;
}

.NyCrumb .ny_mbx ul li a, .NyCrumb .ny_mbx ul li a.on {
    display: block;
    font-size: 18px;
    color: #555;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.NyCrumb .ny_mbx ul li a:after, .NyCrumb .ny_mbx ul li a.on:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #97c428;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyCrumb .ny_mbx ul li a:hover:after, .NyCrumb .ny_mbx ul li a.on:after {
    width: 100%;
}

.NyCrumb .ny_mbx p {
    max-width: 45%;
    float: right;
    line-height: 120px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.NyCrumb1 .ny_mbx p {
    max-width: 80%;
}

.NyCrumb .ny_mbx p:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/crumb.png) center no-repeat;
    background-size: 100%;
    float: left;
    margin: 41px 15px 0 0;
}

.NyCrumb .ny_mbx p a {
    color: #999;
}

.NyCrumb .ny_mbx p a:hover {
    color: #97c428;
}

.NyCrumb .ny_mbx p span {
    color: #555;
}

@media screen and (max-width: 1680px) {
    .nybanner {
        height: 530px;
    }

    .NyCrumb .ny_bigt {
        width: 210px;
    }

    .NyCrumb .ny_mbx {
        width: calc(100% - 210px);
    }

    .NyCrumb .ny_mbx ul li {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1600px) {
    .nybanner {
        height: 500px;
    }

    .NyCrumb {
        margin-top: -75px;
    }

    .NyCrumb .ny_bigt {
        height: 140px;
        font-size: 28px;
        padding-top: 18px;
        width: 200px;
    }

    .NyCrumb .ny_bigt p {
        font-size: 15px;
    }

    .NyCrumb .ny_mbx ul li {
        line-height: 110px;
    }

    .NyCrumb .ny_mbx ul li a, .NyCrumb .ny_mbx ul li a.on {
        font-size: 17px;
    }

    .NyCrumb .ny_mbx p {
        font-size: 15px;
        line-height: 110px;
    }

    .NyCrumb .ny_mbx p:before {
        width: 34px;
        height: 34px;
        margin: 39px 13px 0 0;
    }

    .NyCrumb .ny_mbx {
        height: 110px;
        width: calc(100% - 200px);
        padding: 0 25px;
    }
}

@media screen and (max-width: 1560px) {
    .nybanner {
        height: 460px;
    }

    .NyCrumb .ny_mbx ul li {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1440px) {
    .NyCrumb {
        margin-top: -70px;
    }

    .NyCrumb .ny_bigt {
        height: 130px;
        font-size: 25px;
        padding-top: 15px;
        width: 180px;
    }

    .NyCrumb .ny_bigt p {
        font-size: 14px;
    }

    .NyCrumb .ny_mbx ul li {
        line-height: 100px;
        padding: 0 20px;
    }

    .NyCrumb .ny_mbx ul li a, .NyCrumb .ny_mbx ul li a.on {
        font-size: 16px;
    }

    .NyCrumb .ny_mbx p {
        line-height: 100px;
    }

    .NyCrumb .ny_mbx p:before {
        width: 32px;
        height: 32px;
        margin: 34px 12px 0 0;
    }

    .NyCrumb .ny_mbx {
        height: 100px;
        width: calc(100% - 180px);
        padding: 0 20px;
    }
}

@media screen and (max-width: 1366px) {
    .nybanner {
        height: 420px;
    }
}

@media screen and (max-width: 1280px) {
    .NyCrumb2 .ny_mbx ul {
        width: 64%;
    }

    .NyCrumb2 .ny_mbx p {
        max-width: 35%;
    }
}

@media screen and (max-width: 1200px) {
    .nybanner {
        height: 360px;
    }

    .NyCrumb {
        margin-top: -60px;
    }

    .NyCrumb .ny_bigt {
        height: 120px;
        font-size: 22px;
        padding-top: 10px;
        width: 165px;
    }

    .NyCrumb .ny_bigt p {
        font-size: 14px;
    }

    .NyCrumb .ny_mbx ul li {
        line-height: 90px;
        padding: 0 18px;
    }

    .NyCrumb .ny_mbx ul li a, .NyCrumb .ny_mbx ul li a.on {
        font-size: 16px;
    }

    .NyCrumb .ny_mbx p {
        line-height: 90px;
    }

    .NyCrumb .ny_mbx p:before {
        width: 32px;
        height: 32px;
        margin: 29px 10px 0 0;
    }

    .NyCrumb .ny_mbx {
        height: 90px;
        width: calc(100% - 165px);
        padding: 0 20px;
    }
}

@media screen and (max-width: 1080px) {
    .nybanner {
        height: 350px;
    }

    .NyCrumb .ny_bigt {
        display: none;
    }

    .NyCrumb {
        margin-top: -50px;
    }

    .NyCrumb .ny_mbx ul li {
        line-height: 80px;
        padding: 0 15px;
    }

    .NyCrumb .ny_mbx ul li a, .NyCrumb .ny_mbx ul li a.on {
        font-size: 15px;
    }

    .NyCrumb .ny_mbx p {
        line-height: 80px;
    }

    .NyCrumb .ny_mbx p:before {
        width: 30px;
        height: 30px;
        margin: 25px 10px 0 0;
    }

    .NyCrumb .ny_mbx {
        height: 80px;
        width: 100%;
    }

    .NyCrumb1 .ny_mbx {
        width: 100%;
        height: 80px;
    }

    .NyCrumb1 .ny_mbx p {
        float: none;
        max-width: 100%;
        line-height: 80px;
    }
}

@media screen and (max-width: 920px) {
    .nybanner {
        height: 320px;
    }

    .NyCrumb .ny_mbx ul li {
        line-height: 70px;
        padding: 0 15px;
    }

    .NyCrumb .ny_mbx ul li a, .NyCrumb .ny_mbx ul li a.on {
        font-size: 15px;
    }

    .NyCrumb .ny_mbx p {
        line-height: 70px;
    }

    .NyCrumb .ny_mbx p:before {
        width: 30px;
        height: 30px;
        margin: 21px 10px 0 0;
    }

    .NyCrumb .ny_mbx {
        height: 70px;
    }

    .NyCrumb1 .ny_mbx {
        width: 100%;
        height: 70px;
    }

    .NyCrumb1 .ny_mbx p {
        float: none;
        max-width: 100%;
        line-height: 70px;
    }
}

@media screen and (max-width: 820px) {
    .nybanner {
        height: 280px;
        top: 0;
    }

    .NyCrumb .ny_mbx ul {
        display: none;
    }

    .NyCrumb .ny_mbx {
        width: 100%;
        height: 60px;
    }

    .NyCrumb .ny_mbx p {
        float: none;
        max-width: 100%;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .nybanner {
        height: 220px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .NyCrumb .ny_mbx p:before {
        width: 28px;
        height: 28px;
        margin: 16px 10px 0 0;
    }
}

@media screen and (max-width: 650px) {
    .nybanner {
        height: 180px;
    }
}

@media screen and (max-width: 550px) {
    .nybanner {
        height: 160px;
    }
}

@media screen and (max-width: 375px) {
    .nybanner {
        height: 140px;
    }
}

/*内页技术文章*/
.art_content {
    padding: 80px 0;
    overflow: hidden;
}

@media screen and (max-width: 1680px) {
    .art_content {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1440px) {
    .art_content {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1200px) {
    .art_content {
        padding: 50px 0;
    }
}

@media screen and (max-width: 1024px) {
    .art_content {
        padding: 40px 0;
    }
}

@media screen and (max-width: 820px) {
    .art_content {
        padding: 30px 0;
    }
}

/* ny_page start */
.ny_page {
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    font-size: 0;
}

.ny_page li{
    
    display: inline-block;
    width: 70px;
    margin-right: 7px;
        line-height: 44px;
    color: #555;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #97c428;
    
}






.ny_page a {
    
    vertical-align: top;
    text-align: center;
    color: #fff;
}

.ny_page a:hover {
    background-color: inherit;
    background: #97c428;
}

.ny_page a.upPage i, .ny_page a.downPage i {
    display: block;
    width: 100%;
    height: 100%;
}

.ny_page a.upPage i {
    background: url(../images/arrow_left02.png) center center no-repeat;
    background-size: 14px 14px;
}

.ny_page a.downPage i {
    background: url(../images/arrow_right02.png) center center no-repeat;
    background-size: 14px 14px;
}

.ny_page a.upPage:hover i {
    background: url(../images/arrow_left01.png) center center no-repeat;
    background-size: 14px 14px;
}

.ny_page a.downPage:hover i {
    background: url(../images/arrow_right01.png) center center no-repeat;
    background-size: 14px 14px;
}

.ny_page a.pnnum, .ny_page a.pnnum1 {
    line-height: 44px;
    color: #555;
    font-size: 18px;
    text-align: center;
}

.ny_page a.pnnum:hover, .ny_page a.pnnum1 {
    color: #fff;
    background: #97c428;
}

@media (max-width: 1680px) {
    .ny_page a.pnnum, .ny_page a.pnnum1 {
        font-size: 16px;
    }
}

@media (max-width: 1600px) {
}

@media (max-width: 1560px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
    .ny_page a {
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }

    .ny_page a.pnnum, .ny_page a.pnnum1 {
        line-height: 40px;
    }
}

@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1080px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 920px) {
}

@media (max-width: 820px) {
}

@media (max-width: 767px) {
    .ny_page {
        font-size: 0;
    }

    .ny_page a.pnnum, .ny_page a.pnnum1 {
        display: none;
    }
}

@media (max-width: 390px) {
}

@media (max-width: 320px) {
}

@media (max-width: 280px) {
}

/* ny_page end */

/*详情页内容超出设置*/
@media (min-width: 1199px) {
    #c_detail_wrap #new-div .zoom-caret {
        display: none !important;
    }
}

#c_detail_wrap img, #c_detail_wrap p, #c_detail_wrap span, #c_detail_wrap div, #c_detail_wrap video, #c_detail_wrap embed {
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    word-break: normal;
}

#c_detail_wrap #new-div {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    position: relative;
}

#c_detail_wrap #new-div .zoom-caret {
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 50px;
    color: #a7a5a5;
    z-index: 2;
    padding: 0;
    margin: 0;
    opacity: .3;
}

#c_detail_wrap #new-div table {
    transform-origin: left top;
    border-collapse: collapse;
    max-width: none !important;
    width: auto;
}

#c_detail_wrap #new-div table td {
    padding: 3px;
    border: 1px solid #ccc;
}

#c_detail_wrap #new-div table td img {
    max-width: 90% !important;
}

#c_detail_wrap #new-div.on {
    overflow: scroll;
    width: 100%;
}

#c_detail_wrap #new-div.on .zoom-caret {
    display: none;
}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {
    height: 2px;
}

/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 0px;
}

/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
}

#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {
    background-color: #3c3c3c;
}

@media (max-width: 880px) {
    #c_detail_wrap img, #c_detail_wrap p, #c_detail_wrap span, #c_detail_wrap div, #c_detail_wrap video, #c_detail_wrap embed {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        white-space: normal;
        word-break: break-all;
        word-break: normal;
    }
}
