* {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

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: 15px/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 {
    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(../fonts/youshebiaotihei.ttf)
}

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

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

::-webkit-scrollbar-track {
    background-color: #ddd;
    width: 1px;
    border-radius: 0px
}

::-webkit-scrollbar-thumb {
    background-color: #2e89ff
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #2e89ff
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none
}

textarea {
    -webkit-appearance: none
}

input {
    border-radius: 0
}

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

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

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

.w1200 {
    width: 1200px;
    margin: 0 auto
}

@media screen and (max-width:1440px) {
    .w1200 {
        width: 94%
    }
}

@media screen and (max-width:1080px) {
    .w1200 {
        width: 94%
    }
}

.w1190 {
    width: 1190px;
    margin: 0 auto
}

@media screen and (max-width:1190) {
    .w1190 {
        width: 94%
    }
}

@media screen and (max-width:1190) {
    .w1190 {
        width: 94%
    }
}

/* ******************************************** */

.nav_item>a {
    width: 109px
}

header .top_two {
    width: 100%;
    height: 71px;
    box-shadow: 0 0 10px rgb(0, 0, 0, .1);
    z-index: 99;
    position: fixed;
    border-bottom: 1px solid #fff
}

header .top_two .w1400 {
    height: 100%
}

header .top_two .logo {
    float: left;
    margin-top: 14px;
    width: 380px
}

header .top_two .logo img {
    width: 170px;
    height: 46px;
}

header .top_two .w1400 nav {
    width: 60%;
    margin: 0;
    padding: 0;
    float: right
}

.menu_open {
    display: none
}

header .top_two .w1400 nav ul.nav_ul {
    margin: 0 auto;
    padding: 0;
    display: flex
}

header .top_two .w1400 nav ul .nav_item {
    position: relative;
    margin: 0;
    /* padding: 30px 1%; */
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1
}

header .top_two .w1400 nav ul .nav_item:last-child {
    padding-right: 0
}

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

.nav_item:hover>a,
.nav_item>a.navon {
    color: #fff;
    /* background: #2e89ff */
    font-weight: 600;
    border-bottom: 2px solid #fff;
    opacity: 1;
}

.nav_item_open {
    width: 140%;
    height: auto;
    position: absolute;
    left: -10%;
    top: 85px;
    z-index: 10;
    background-color: #fff;
    /* box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); */
    border-radius: 0;
    opacity: 0;
    /* visibility: hidden;
    -webkit-transform: translateY(34px);
    transform: translateY(34px);
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden */
}

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

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

.subopen {
    display: none
}

.nav_item2 {
    width: 100%
}

.nav_item2 a {
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    padding: 0 10px;
    color: #666;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

@media screen and (min-width:1081px) {
    .nav_item_open {
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

    .nav_item_open .nav_item2 a,
    .nav_item_open .subopen a {
        color: #1f1f1f;
    }

    .nav_item_open .nav_item2:hover a {
        color: #1f1f1f;
    }
}

.ny_top .nav_item2 a {
    color: #565656
}

.nav_item2:hover a {
    /* background-color: #2e89ff; */
    color: #565656;
    font-weight: 600;
}

.hcover {
    display: none
}

@media screen and (max-width:1299px) {
    header .top_two .logo {
        margin-top: 16px;
        width: 340px
    }

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

    header .top_two .w1400 .top_ss {
        float: right;
        width: calc(42% - 240px);
        margin-top: 35px
    }
}

@media screen and (max-width:1080px) {
    header .top_two {
        height: 80px
    }

    header .top_two .w1400 {
        position: relative
    }

    header .top_two .logo {
        margin-top: 7px
    }

    header .top_two .w1400 nav {
        width: 100%;
        height: auto;
        position: absolute;
        left: -100%;
        background: #fff
    }

    header .top_two .w1400 nav ul li {
        width: 100%
    }

    header .top_two .w1400 nav ul .nav_item {
        padding: 0
    }

    header .top_two .w1400 nav ul .nav_item:last-child {
        padding: 0
    }

    .menu_open {
        display: block;
        float: right;
        width: 40px;
        height: 40px;
        padding: 5px 0;
        border: 1px solid #eaeaea;
        position: fixed;
        top: 20px;
        right: 3%;
        box-sizing: border-box;
        z-index: 999999;
        cursor: pointer
    }

    .menu_open i {
        height: 2px;
        width: 50%;
        background-color: #2e89ff;
        display: block;
        margin: 5px auto
    }

    .menu_open:active {
        background-color: #2e89ff;
        border: 1px solid #2e89ff
    }

    .menu_open:active i {
        background-color: #fff
    }

    .nav {
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 9999999;
        background-color: #2e89ff
    }

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

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

    .nav_item {
        float: none;
        margin: 0;
        width: 100%;
        height: 70px;
        position: relative;
        padding: 0
    }

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

    .nav_item>a {
        display: block;
        height: 70px;
        line-height: 70px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0;
        font-size: 18px;
        color: #fff !important;
        padding: 0 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .nav_item>a:active {
        background-color: #0065a4
    }

    .nav_item>a:after {
        display: none
    }

    .nav_item>a:hover,
    .nav_item>a.navon {
        background: #ffd542
    }

    .nav_item:hover>a em,
    .nav_item>a.navon em {
        display: none
    }

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

    .nav_item i:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        margin-bottom: -4px;
        border: 1px solid rgba(255, 255, 255, .5);
        border-top: 0;
        border-left: 0;
        position: absolute;
        bottom: 50%;
        right: 22px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

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

    .subopen {
        display: block
    }

    .subopen a {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 18px;
        color: rgba(255, 255, 255, .8);
        background: rgba(0, 0, 0, .1);
        text-indent: 30px;
        position: relative
    }

    .subopen a:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        bottom: 50%;
        left: 22px;
        margin-bottom: -4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 1px solid rgba(255, 255, 255, .5);
        border-right: 0;
        border-bottom: 0
    }

    .nav_item2 {
        position: relative
    }

    .nav_item2 a {
        width: 100%;
        display: block;
        line-height: 30px;
        height: 50px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow: hidden;
        margin: 0;
        padding: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #fff;
        font-size: 16px
    }

    .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, .2)
    }

    header .top_two .w1400 .top_ss {
        float: right;
        margin-right: 60px;
        width: calc(100% - 340px);
        margin-top: 20px
    }

    header .top_two .w1400 .top_ss .sr {
        height: 40px;
        line-height: 40px
    }

    header .top_two .w1400 .top_ss .tj {
        height: 40px
    }
}

@media screen and (max-width:1024px) {
    .menu_open {
        right: 3%
    }
}

@media screen and (max-width:768px) {
    .menu_open {
        top: 20px
    }

    header .top_two .w1400 .top_ss {
        width: 100%;
        margin: 0 0 10px
    }

    header .top_two .logo {
        width: 280px;
        margin-top: 14px
    }
}

@media screen and (max-width:319px) {
    header .top_two {
        height: 60px
    }

    header .top_two .logo {
        width: 200px;
        margin-top: 11px
    }

    .menu_open {
        top: 10px
    }
}

.apple-banner {
    width: 100%;
    overflow: hidden
}

.apple-banner .swiper-container {
    width: 100%
}


.apple-banner .swiper-container .swiper-slide img {
    width: 100%;

}

.apple-banner .swiper-container .swiper-slide .index_text {
  width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.apple-banner .swiper-container .swiper-slide .index_text h3 {
    width: 100%;
      text-align: center;
    font-weight: 600;
    font-size: 36px !important;
    color: #FFFFFF !important;
    margin: 80px auto 20px;
  letter-spacing:3px;
  padding:0 15px
}
.apple-banner .swiper-container .swiper-slide .index_text .line{
  width: 40%;
    height: 3px;
    background: white;
    margin: 0 auto;
}

.apple-banner .swiper-container .swiper-slide .index_text p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
  margin:25px auto 0;
  text-align:center;
}

.apple-banner .swiper-container .swiper-button-prev,
.apple-banner .swiper-container .swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
    margin: 0
}

.apple-banner .swiper-container .swiper-button-prev {
    left: 0
}

.apple-banner .swiper-container .swiper-button-next {
    right: 0
}

.apple-banner .swiper-button-prev span,
.apple-banner .swiper-button-next span {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

.apple-banner .swiper-button-prev span {
    background: rgba(0, 0, 0, 0.3) url(../images/arrows1.png) center center no-repeat;
    left: 20px
}

.apple-banner .swiper-button-next span {
    background: rgba(0, 0, 0, 0.3) url(../images/arrows2.png) center center no-repeat;
    right: 20px
}

.apple-banner .swiper-button-prev:hover span,
.apple-banner .swiper-button-next:hover span {
    opacity: .7
}

.apple-banner .swiper-pagination {
    top: auto;
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}

.apple-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 40px;
    height: 10px;
    border-radius: 10px;
    margin: 0 6px;
    cursor: pointer;
    background: #fff;
    opacity: 1;
    transition: all .4s ease
}

.apple-banner .autoplay .swiper-pagination-bullet-active {
    background: #2e89ff
}

@media screen and (max-width:1440px) {
    .apple-banner .swiper-container .swiper-slide .index_text h3 {
        font-size: 32px;
    }

    .apple-banner .swiper-container .swiper-slide .index_text p {
        font-size: 16px;
    }

}

@media screen and (max-width:1220px) {
    .apple-banner .swiper-container .swiper-slide .index_text h3 {
        font-size: 28px !important;
    }

    .apple-banner .swiper-container .swiper-slide .index_text p {
        font-size: 16px;
    }

}

@media screen and (max-width:1080px) {
    .apple-banner .swiper-container .swiper-slide .index_text h3 {
        font-size: 24px !important;
    }

    .apple-banner .swiper-container .swiper-slide .index_text p {
        font-size: 14px;
    }

}

@media screen and (max-width:915px) {
    .apple-banner .swiper-container .swiper-slide .index_text h3 {
        font-size: 20px !important;
    }

    .apple-banner .swiper-container .swiper-slide .index_text p {
        font-size: 12px;
    }

}


@media screen and (max-width:767px) {
    .apple-banner .swiper-button-prev span,
    .apple-banner .swiper-button-next span {
        width: 44px;
        height: 44px;
        background-size: 44px 44px
    }

    .apple-banner .swiper-button-prev span {
        left: 10px
    }

    .apple-banner .swiper-pagination {
        bottom: 20px !important
    }

    .apple-banner .swiper-pagination-bullet {
        width: 28px;
        height: 7px;
        margin: 0 3px
    }
}

@media screen and (max-width:600px) {
    .apple-banner .swiper-container .swiper-slide {
        height: 300px;
        overflow: hidden
    }
    .apple-banner .swiper-container .swiper-slide img {
        width: 700px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (max-width:520px) {
    .apple-banner .swiper-container .swiper-slide {
        height: 280px;
    }

    .apple-banner .swiper-container .swiper-slide img {
        width: 576px
    }
      .apple-banner .swiper-container .swiper-slide .index_text h3 {
        font-size: 16px !important;
    }
}

@media screen and (max-width:430px) {
      .apple-banner .swiper-container .swiper-slide {
        height: 265px;
    }
    .apple-banner .swiper-container .swiper-slide img {
        width: 448px;
    }

}


@media screen and (max-width:375px) {
    .apple-banner .swiper-container .swiper-slide {
       height: 220px;
       
    }

    .apple-banner .swiper-container .swiper-slide img {
        width: 384px
    }
        .apple-banner .swiper-container .swiper-slide .index_text h3 {
        font-size: 14px !important;
    }
}

.ny_hotkw_search {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #ddd
}

.ny_hotkw_search .nyhotkw_left {
    width: 65%;
    float: left;
    height: 55px;
    margin-top: 35px
}

.ny_hotkw_search p {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ny_hotkw_search p a {
    color: #666
}

.ny_hotkw_search p img.Crumb {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -2px 6px 0 0
}

.ny_hotkw_search p img.CrumbJt {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin: -2px 8px 0
}

.ny_hotkw_search .search_right {
    float: right;
    width: 30%;
    height: 50px;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0 68px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ny_hotkw_search .search_right .sc_ipt {
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.ny_hotkw_search .search_right .sc_ipt input {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #ccc;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    border-right: 0;
    outline: none;
    margin: 0;
    padding: 0 9px 0 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ny_hotkw_search .search_right .sc_btn {
    width: 80px;
    height: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

.ny_hotkw_search .search_right .sc_btn input {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #06a6d8;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    font-weight: bold
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .hotkw_search .hotkw_left {
        display: none
    }

    .hotkw_search .search_right {
        width: 100%
    }

    .hotkw_search .search_right .sc_btn {
        width: 150px
    }

    .ny_hotkw_search {
        height: auto;
        padding: 0 0 25px
    }

    .ny_hotkw_search .nyhotkw_left {
        width: 100%;
        margin-top: 20px;
        height: 40px
    }

    .ny_hotkw_search .search_right {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width:767px) {
    .hotkw_search .hotkw_left {
        display: none
    }

    .hotkw_search .search_right {
        width: 100%;
        margin: 15px 0 0 0
    }

    .ly_hotkw_search {
        height: 68px
    }

    .ny_hotkw_search .nyhotkw_left {
        width: 100%;
        margin-top: 15px;
        height: 35px
    }

    .ny_hotkw_search .search_right {
        width: 100%;
        margin: 0
    }

    .ny_hotkw_search p {
        font-size: 14px
    }

    .ny_hotkw_search .search_right .sc_ipt {
        height: 45px
    }

    .ny_hotkw_search .search_right .sc_ipt input {
        height: 45px;
        line-height: 45px;
        font-size: 15px
    }

    .ny_hotkw_search .search_right .sc_btn {
        height: 45px
    }

    .ny_hotkw_search .search_right .sc_btn input {
        height: 45px;
        line-height: 45px
    }

    .ny_hotkw_search .search_right .sc_btn input {
        font-size: 16px
    }
}


/*首页 业务领域 start */
.indtjpro {
    width: 100%;
    background-image: url(../images/business/bg-Business_area.jpg);
    background-size: cover;
}

.indbigbt {
    text-align: center;
}

.indbigbt .blank-top {
    height: 60px;
}

.indbigbt span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.indbigbt .blank-middle {
    height: 20px;
}

.indbigbt .line {
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 2px;
    background-color: #C20A14;

}

.indtjpro .swiper-container2 {
    position: relative;
    z-index: 9;
    overflow: hidden
}

.indtjpro ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.indtjpro ul li {
    background: #fff;
    width: 22.5%;
    height: 47%;
    text-align: center;
    padding: 82px 60px 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 16px;
}

.indtjpro ul li:nth-child(4n) {
    margin-right: 0;
}

.indtjpro ul li:nth-child(n+5) {
    margin-bottom: 0;
}

.indtjpro ul li:nth-child(4) {
    padding: 82px 25px 40px;
}

.indtjpro ul li:nth-child(4) p {
    margin-bottom: 0px;
}

.indtjpro ul li:nth-child(4) img {
    margin-bottom: 12px;
}

.indtjpro ul li:nth-child(7) {
    padding: 82px 25px 40px;
}

.indtjpro ul li img {
    width: 76px;
    height: 85px;
    margin-bottom: 20px;
}

.indtjpro ul li p {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    margin-bottom: 30px;
}

.indtjpro ul li hr {
    width: 100%;
    color: #999999;
}

.indtjpro ul li:hover {
    background: linear-gradient(0deg, rgba(97, 49, 52, 0.5) 0%, rgba(177, 6, 16, 0.9) 100%);
    background-size: cover;
}

.indtjpro ul li:hover p {
    color: #fff;
}

.indtjpro .blank-bottom {
    height: 60px;
}  
.yewulingyu li{padding: unset !important; width: 25% !important;margin: unset !important;height: 260px !important;margin-top: 10px !important;margin-bottom: 10px !important;background: unset !important;float: left;}
.yewulingyu .libox{margin: 10px; padding: 20px;   background: #fff;border-radius: 10px; height: 260px !important;padding-top: 30px;transition: all .3s ease; text-align:center;background-repeat:no-repeat;background-position:center;}
.yewulingyu li:nth-child(1):hover .libox{background-image: url(../images/business/type%204-0.jpg);    background-size: 100% 100%;}

.yewulingyu li:nth-child(2):hover .libox{background-image: url(../images/business/type%204-1.jpg);    background-size: 100% 100%;}

.yewulingyu li:nth-child(3):hover .libox{background-image: url(../images/business/type%204-2.jpg);    background-size: 100% 100%;}

.yewulingyu li:nth-child(4):hover .libox{background-image: url(../images/business/type%204-3.jpg);    background-size: 100% 100%;}

.yewulingyu li:nth-child(5):hover .libox{background-image: url(../images/business/type%204-4.jpg);    background-size: 100% 100%;}

.yewulingyu li:nth-child(6):hover .libox{background-image: url(../images/business/type%204-5.jpg);    background-size: 100% 100%;}

.yewulingyu li:nth-child(7):hover .libox{background-image: url(../images/business/type%204-6.jpg);    background-size: 100% 100%;}

.yewulingyu li:nth-child(8):hover .libox{background-image: url(../images/business/type%204-7.jpg);    background-size: 100% 100%;}

.yewulingyu li:nth-child(9):hover .libox{background-image: url(../images/business/type%204-7.jpg);    background-size: 100% 100%;}

.yewulingyu li:nth-child(1) .libox{
    background-image: url(../images/business/type%204-0.jpg);
    background-size: cover;
    color:#fff;
}
.yewulingyu li:nth-child(1) .libox p{color:#fff;}
.yewulingyu li:nth-child(1) .libox hr{border-color:#fff;}
.yewulingyu li:nth-child(1) .libox .svg1{display:none;}
.yewulingyu li:nth-child(1) .libox .svg2{display:block;}

.indtjpro ul li img{margin-left: auto;margin-right: auto;}
.svg2{display: none;}
.yewulingyu .libox p{color:#333;transition: color .3s ease;}
.yewulingyu .libox hr{border:0;border-top:1px solid #dcdcdc;transition: border-color .3s ease;}

.yewulingyu li:nth-child(1):hover .libox .svg1{display: none;}
.yewulingyu li:nth-child(1):hover .libox .svg2{display: block !important;}

.yewulingyu li:nth-child(2):hover .libox .svg1{display: none;}
.yewulingyu li:nth-child(2):hover .libox .svg2{display: block !important;}

.yewulingyu li:nth-child(3):hover .libox .svg1{display: none;}
.yewulingyu li:nth-child(3):hover .libox .svg2{display: block !important;}

.yewulingyu li:nth-child(4):hover .libox .svg1{display: none;}
.yewulingyu li:nth-child(4):hover .libox .svg2{display: block !important;}

.yewulingyu li:nth-child(5):hover .libox .svg1{display: none;}
.yewulingyu li:nth-child(5):hover .libox .svg2{display: block !important;}

.yewulingyu li:nth-child(6):hover .libox .svg1{display: none;}
.yewulingyu li:nth-child(6):hover .libox .svg2{display: block !important;}

.yewulingyu li:nth-child(7):hover .libox .svg1{display: none;}
.yewulingyu li:nth-child(7):hover .libox .svg2{display: block !important;}

.yewulingyu li:nth-child(8):hover .libox .svg1{display: none;}
.yewulingyu li:nth-child(8):hover .libox .svg2{display: block !important;}
.yewulingyu li:hover .libox{color:#fff;}
.yewulingyu li:hover .libox p{color:#fff;}
.yewulingyu li:hover .libox hr{border-color:#fff;}

@media screen and (max-width:1440px) {
    .indtjpro ul li p {
        font-size: 20px;
    }
}

@media screen and (max-width:1399px) {
    .indtjpro {
        min-height: 532px
    }

    .indtjpro ul li p {
        font-size: 18px;
    }

    .indtjpro ul li:nth-child(4) {
        padding: 82px 10px 40px;
    }

    .indbigbt p {
        font-size: 66px
    }

    .indbigbt span {
        font-size: 30px
    }

    .indtjpro .swiper-container2 {
        margin: 45px 0 0
    }

    .indtjpro ul li .pic {
        height: 210px
    }

    .indtjpro:before,
    .indtjpro:after {
        width: 800px;
        height: 75px;
        background-size: 100%
    }
}

@media screen and (max-width:1280px) {
    .indtjpro ul li p {
        font-size: 16px;
    }

    .indtjpro ul li {
        width: 31%;
        height: 47%;
        margin-right: 3.5%;
    }

    .indtjpro ul li:nth-child(3n) {
        margin-right: 0;
    }

    .indtjpro ul li:nth-child(4) {
        margin-right: 3.5%;
    }

}

@media screen and (max-width:1199px) {
    .indtjpro {
        min-height: 490px
    }

    .indtjpro .indbigbt {
        top: -44px
    }

    .indbigbt p {
        font-size: 60px
    }

    .indtjpro .swiper-container2 {
        margin: 30px 0 0
    }

    .indtjpro ul li .pic {
        height: 200px
    }

    .indtjpro:before,
    .indtjpro:after {
        width: 700px
    }
}

@media screen and (max-width:1080px) {
    .indtjpro {
        min-height: 480px
    }

    .indtjpro ul li .yctext {
        display: none
    }
}
@media screen and (max-width: 960px){
.yewulingyu li{width: 33.33% !important;}

}




@media screen and (max-width:767px) {
    .indtjpro {
        min-height: 300px;
        margin-top: 0;
        padding: 0px 0 25px;
        overflow: hidden
    }

    .indbigbt {
        position: static;
        transform: none
    }

    .indbigbt span {
        font-size: 24px
    }

    .indtjpro .swiper-container2 {
        margin: 20px 0 0
    }
}
@media screen and (max-width: 640px){
.yewulingyu li{width: 50% !important;}

}

@media screen and (max-width:500px) {
    .indtjpro ul li .pic {
        height: 150px
    }
}
@media screen and (max-width:450px) {
     .indtjpro ul li{
       width:50% !important;
       margin-right: 0px !important;
    }
  .yewulingyu .libox {
    background: #fff;
    border-radius: 10px;
        height: 230px !important;
        padding-top: 15px !important;
}
}
  @media screen and (max-width:430px) {
  .yewulingyu .libox {
    margin: 0px;
    padding: 0px !important;
    background: #fff;
    border-radius: 10px;
    height: 180px !important;
    padding-top: 30px;
}
 .yewulingyu li{
   width: 100% !important;
   height: 180px !important;
   margin-bottom: 20px !important;}
        .yewulingyu li a {
        padding: 15px !important;
    }
    .indtjpro ul li img {
    width: 68px;
    height: 76px;
    margin-bottom: 20px;
      margin: 0 auto 15px !important;
}
        .indtjpro ul li p {
        font-size: 14px;
    }
    
 .svg2{
   display: none !important;}
}


/* 首页 业务领域 end */

/* 专业团队start */

.professional {
    width: 100%;
    padding: 60px 0;
    background-image: url('https://qiniuyun.wushaobolawfirm.com/wushaobo-web/image/bg-Professional_team.png');
    background-size: cover;
}

.professional .large-box {
    background-image: url(../../../../uploads/allimg/20240426/bg-largr_box.png);
    background-size: cover;
}

.team .blank-top {
    height: 60px;
}

.team span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.team .blank-middle {
    height: 98px;
}

.team .line {
    display: block;
    /* margin: 0 auto; */
    width: 54px;
    height: 2px;
    background-color: #C20A14;

}

.professional .swiper-container2 {
    /* margin: 65px 0 0; */
    position: relative;
    z-index: 9;
    overflow: hidden
}


.professional .blank-bottom {
    height: 70px;
}

@media screen and (max-width:1399px) {
    .professional {
        min-height: 532px
    }

    .team p {
        font-size: 66px
    }

    .team span {
        font-size: 30px
    }

    .professional .swiper-container2 {
        margin: 45px 0 0
    }

    .professional ul li .pic {
        height: 210px
    }
}

@media screen and (max-width:1199px) {
    .professional {
        min-height: 490px
    }

    .professional .indbigbt {
        top: -44px
    }

    .professional p {
        font-size: 60px
    }

    .professional .swiper-container2 {
        margin: 30px 0 0
    }

    .professional ul li .pic {
        height: 200px
    }
}

@media screen and (max-width:1079px) {
    .professional {
        min-height: 480px
    }

    .professional ul li {
        padding: 10px
    }


}

@media screen and (max-width:767px) {
    .professional {
        min-height: 300px;
        margin-top: 0;
        padding: 10px 0 25px;
        overflow: hidden
    }

    .team {
        position: static;
        transform: none
    }

    .team span {
        font-size: 24px
    }

    .professional .swiper-container2 {
        margin: 20px 0 0
    }
}

@media screen and (max-width:500px) {
    .professional ul li .pic {
        height: 150px
    }
}


/* 专业团队end */

.indprobox {
    position: relative
}

.indprobox .martop {
    margin: 97px 0 50px;
    overflow: hidden
}

.indprobox .proright {
    width: calc(100% - 345px);
    float: right
}

.indprobox .proright ul li {
    width: 48.8%;
    margin-right: 2.4%;
    float: left;
    box-shadow: inset 0 0 0 5px #f7f6f6;
    background: #fff;
    padding: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    transition: all .4s ease
}

.indprobox .proright ul li:nth-child(2n) {
    margin-right: 0
}

.indprobox .proright ul li::before,
.indprobox .proright ul li::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.indprobox .proright ul li::before {
    border-top: 5px solid #2e89ff;
    border-bottom: 5px solid #2e89ff;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.indprobox .proright ul li::after {
    border-left: 5px solid #2e89ff;
    border-right: 5px solid #2e89ff;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.indprobox .proright ul li:hover::before,
.indprobox .proright ul li:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s
}

.indprobox .proright ul li .text {
    width: 40%;
    float: left;
    position: relative;
    z-index: 2
}

.indprobox .proright ul li .text .name {
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .4s ease
}

.indprobox .proright ul li:hover .text .name {
    color: #2e89ff
}

.indprobox .proright ul li .text p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.indprobox .proright ul li .text .more {
    display: block;
    width: 108px;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    background: #2e89ff;
    background: linear-gradient(155deg, #5bbaf0 10%, #2e89ff);
    text-align: center;
    color: #fff;
    margin-top: 20px;
    transition: all .4s ease
}

.indprobox .proright ul li:hover .text .more {
    background: #2e89ff;
    background: linear-gradient(-155deg, #5bbaf0 10%, #2e89ff)
}

.indprobox .proright ul li .pic {
    display: block;
    width: 56%;
    height: 220px;
    float: right;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.indprobox .proright ul li .pic img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    transition: all .4s ease
}

.indprobox .proright ul li:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (max-width:1399px) {
    .indprobox .indbigbt {
        top: -24px
    }

    .indprobox .martop {
        margin: 97px 0 35px
    }

    .indprobox .proright {
        width: calc(100% - 285px)
    }
}

@media screen and (max-width:1079px) {
    .indprobox .martop {
        margin: 87px 0 15px
    }

    .indprobox .proright {
        width: 100%;
        margin-top: 25px
    }
}

@media screen and (max-width:767px) {
    .indprobox {
        padding: 10px 0 0
    }

    .indprobox .martop {
        margin: 20px 0 10px
    }

    .indprobox .proright {
        margin-top: 20px
    }

    .indprobox .proright ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media screen and (max-width:500px) {
    .indprobox .proright ul li {
        width: 48.5%;
        margin-right: 3%;
        padding: 10px
    }

    .indprobox .proright ul li .pic {
        width: 100%;
        height: 130px
    }

    .indprobox .proright ul li .text {
        width: 100%
    }

    .indprobox .proright ul li .text .name {
        font-size: 15px;
        line-height: 24px;
        height: 24px;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 10px 0 0;
        text-align: center
    }

    .indprobox .proright ul li .text p,
    .indprobox .proright ul li .text .more {
        display: none
    }
}

.proleft {
    width: 305px;
    overflow: hidden;
    float: left
}

.proleft .cp_type {
    background-color: #2e89ff;
    padding: 26px 0 0
}

.cp_type .hd {
    width: 100%;
    height: auto;
    margin: 0 auto 26px;
    padding: 0 30px;
    text-align: center;
    position: relative
}

.proleft .cp_type .hd:before {
    content: "";
    display: block;
    background: url(../images/flbtbg1.png) left no-repeat;
    width: 89px;
    height: 165px;
    position: absolute;
    left: 0;
    top: -26px
}

.proleft .cp_type .hd:after {
    content: "";
    display: block;
    background: url(../images/flbtbg2.png) left no-repeat;
    width: 119px;
    height: 179px;
    position: absolute;
    right: 0;
    bottom: -25px
}

.cp_type .hd p {
    width: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase
}

.cp_type .hd p img {
    display: block;
    width: 28px;
    height: 28px;
    margin: 2px 10px 2px 0;
    padding: 0;
    float: left
}

.cp_type .hd span {
    display: block;
    color: #fff;
    font-size: 24px
}

.cp_type .hd i {
    display: none
}

.cp_type .hd em {
    display: block;
    width: 30px;
    height: 5px;
    background: rgba(255, 255, 255, .3);
    margin: 5px auto
}

.cp_type .bd {
    position: relative;
    z-index: 2
}

.cp_type .bd ul {
    background: #222;
    overflow: hidden;
    min-height: 200px
}

.cp_type .bd ul li {
    border-bottom: 0px solid rgba(255, 255, 255, .3);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.cp_type .bd ul li p {
    height: 74px;
    width: 88%;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.cp_type .bd ul li:last-child p {
    border-bottom: 0
}

.cp_type .bd ul li.on:last-child p {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.cp_type .bd ul li p a {
    display: block;
    width: calc(100% - 40px);
    line-height: 74px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left
}

.cp_type .bd ul li p span {
    display: block;
    width: 40px;
    height: 100%;
    background: url(../images/mulu0.png) center center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -5px
}

.cp_type .bd ul li div {
    display: none
}

.cp_type .bd ul li div a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88%;
    margin: 0 auto;
    padding: 0 10px
}

.cp_type .bd ul li div a:first-child {
    margin-top: 15px
}

.cp_type .bd ul li:last-child div a:last-child {
    margin-bottom: 15px
}

.cp_type .bd ul li div a i {
    display: block;
    width: 4px;
    height: 4px;
    margin: 13px 6px 13px 0;
    padding: 0;
    border: 1px solid #999;
    border-radius: 50%;
    float: left
}

.cp_type .bd ul li div a:hover i {
    border: 1px solid #2e89ff
}

.cp_type .bd ul li p:hover a,
.cp_type .bd ul li.on p a {
    color: #2e89ff
}

.cp_type .bd ul li p:hover span {
    background: url(../images/mulu1.png) center center no-repeat
}

.cp_type .bd ul li.on p span {
    background: url(../images/mulu2.png) center center no-repeat
}

.cp_type .bd ul li div a:hover {
    color: #2e89ff
}

.cp_type .bd ul li div a:hover:before {
    background-position: 0 -10px
}

.cp_type .bd ul a.ckqb {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    background: #f1f1f1;
    width: 92%;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.cp_type .bd ul a.ckqb:hover {
    background: #2e89ff;
    color: #fff
}

.ProAll {
    width: 100%;
    height: auto;
    border-top: 1px solid #eee;
    margin-top: 12px
}

.ProAll a {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0 30px;
    position: relative
}

.ProAll a i {
    display: block;
    width: 40px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/mulu0.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 15px
}

.ProAll a:hover {
    background: #2e89ff;
    color: #fff
}

.ProAll a:hover i {
    background: url(../images/mulu1.png) center center no-repeat
}

.cp_type .mlphone {
    width: 100%;
    background: #2e89ff;
    text-align: center;
    padding: 30px 0 40px
}

.cp_type .mlphone span {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase
}

.cp_type .mlphone p {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 2px 0 16px
}

.cp_type .mlphone .allpro {
    display: block;
    width: 112px;
    height: 37px;
    margin: 0 auto;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #222;
    transition: all .4s ease
}

.cp_type .mlphone .allpro:hover {
    background: #ffd542;
    color: #333
}

@media screen and (max-width:1399px) {
    .proleft {
        width: 255px
    }

    .cp_type .hd {
        margin: 0 auto 20px;
        padding: 0 20px
    }

    .cp_type .hd p {
        font-size: 30px
    }

    .cp_type .hd span {
        font-size: 20px
    }

    .cp_type .bd ul li p {
        height: 68px
    }

    .cp_type .bd ul li p a {
        line-height: 68px
    }

    .cp_type .bd ul li div a {
        height: 40px;
        line-height: 40px
    }

    .ProAll a {
        font-size: 15px;
        padding: 0 20px
    }

    .ProAll a i {
        right: 5px
    }
}

@media screen and (max-width:1079px) {
    .proleft {
        width: 100%
    }

    .proleft .cp_type {
        padding: 10px 0 1px
    }

    .cp_type .hd {
        position: relative;
        padding: 0 30px;
        text-align: left;
        margin: 0 auto 10px
    }

    .proleft .cp_type .hd:before,
    .proleft .cp_type .hd:after {
        display: none
    }

    .cp_type .hd i {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        background: rgba(255, 255, 255, 0.3) url(../images/mulu3.png) center center no-repeat;
        position: absolute;
        top: -3px;
        right: 30px
    }

    .cp_type .hd.on i {
        background: rgba(255, 255, 255, 0.3) url(../images/mulu4.png) center center no-repeat
    }

    .cp_type .hd p,
    .cp_type .hd em {
        display: none
    }

    .cp_type .hd span {
        font-size: 22px;
        font-weight: bold
    }

    .cp_type .bd {
        display: none
    }

    .cp_type .bd ul li p a {
        font-size: 16px
    }

    .cp_type .bd ul li p span {}

    .ProAll a {
        font-size: 16px;
        padding: 0 30px
    }

    .ProAll a i {
        right: 15px
    }

    .cp_type .mlphone {
        display: none
    }
}

@media screen and (max-width:767px) {
    .cp_type .hd {
        padding: 0 20px
    }

    .cp_type .hd p,
    .NyXgwz_Title p {
        font-size: 20px
    }

    .cp_type .hd i {
        right: 20px;
        width: 34px;
        height: 34px;
        top: -1px
    }

    .cp_type .hd span {
        font-size: 20px
    }

    .cp_type .bd ul li p {
        height: 58px
    }

    .cp_type .bd ul li p a {
        line-height: 58px
    }
}

.ind_heng {
    width: 100%;
    position: relative
}

.ind_heng img.hf {
    width: 100%
}

.ind_heng .cont {
    width: 1130px;
    max-width: 90%;
    position: absolute;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.ind_heng .cont p {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    float: left;
    max-width: 70%
}

.ind_heng .cont span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    max-width: 70%
}

.ind_heng .cont .zxzx {
    display: block;
    width: 198px;
    height: 64px;
    background: url(../images/zxbtn.png) center no-repeat;
    float: right;
    font-size: 18px;
    line-height: 64px;
    padding-left: 40px;
    margin-top: -54px;
    transition: all .4s ease
}

.ind_heng .cont .zxzx:hover {
    color: #2e89ff
}

@media screen and (max-width:1399px) {
    .ind_heng .cont p {
        font-size: 34px
    }

    .ind_heng .cont span {
        display: none
    }

    .ind_heng .cont .zxzx {
        margin-top: 0
    }
}

@media screen and (max-width:1079px) {
    .ind_heng .cont .zxzx {
        width: 150px;
        height: 48px;
        line-height: 48px;
        background-size: cover;
        font-size: 16px;
        padding-left: 30px
    }
}

@media screen and (max-width:767px) {
    .ind_heng {
        display: none
    }
}

/* 首页 知识课堂 start */
.indnew {
    min-height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../../uploads/allimg/20240510/article.png);
}

.indnew .indbigbt span {
    color: #fff;
}

.indnew ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 20px;
    min-height: 200px
}

.indnew ul li {
    width: 31.4285714%;
    background: #fff;
    margin-bottom: 30px;
    margin-right: 2.8571429%
}

.indnew ul li:nth-child(3n) {
    margin-right: 0;
}

.indnew ul li .container .pic img{
  display:block;
  width:100%;
  height:100%
}
.indnew ul li .container .content {
    padding: 25px;
}

.indnew ul li .container .content a {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    max-width: 100%;
    height:70px;
    text-overflow: ellipsis;
}

.indnew ul li:hover .container .content a {
    color: #C20A14
}

/* .indnew ul li .container .content .desc {
    font-weight: 400;
    font-size: 14px;
    height: 102px;
    color: #666666;
    line-height: 28px;
    border-top: 1px solid #999;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
} */

.indnew ul li .container .content .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}

.indnew ul li .container .content .bottom span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.indnew ul li .container .content .bottom img {
    display: inline-block;
    width: 30px;
    height: 15px;

}


.indnew .abmore {
    display: block;
    width: 184px;
    height: 50px;
    margin: 20px auto 60px;
    line-height: 50px;
    background: #fff;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
    z-index: 9;
    padding-left: 40px;
    transition: all .4s ease
}

.indnew .abmore:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2e89ff url(../images/morejt2.png) center no-repeat;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all .4s ease;
}

.indnew .abmore:hover {
    color: #fff;
    background: #2e89ff
}

.indnew .abmore:hover:after {
    background: #fff url(../images/morejt.png) center no-repeat
}


.indnew .height {
    height: 1px
}

@media screen and (max-width:1399px) {
    .indnew .indbigbt {
        top: -44px
    }

    .indnew:before,
    .indnew:after {
        width: 800px;
        height: 75px;
        background-size: 100%
    }

    .indnew ul {
        margin-top: 50px
    }

    .indnew .abmore {
        margin: 10px auto 120px
    }
}

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

    .indnew:before,
    .indnew:after {
        width: 700px
    }

    .indnew ul {
        margin-top: 30px
    }

    .indnew ul li {
        margin-bottom: 20px
    }

    .indnew ul li .left {
        width: 106px
    }

    .indnew ul li .right {
        width: calc(100% - 128px)
    }

    .indnew .abmore {
        margin: 10px auto 100px
    }
}

@media screen and (max-width:1079px) {
    .indnew {
        min-height: 300px
    }

    .indnew ul li {
    }

    .indnew ul li .left {
        width: 90px
    }

    .indnew ul li .left span {
        font-size: 30px
    }

    .indnew ul li .left p {
        width: 74px;
        font-size: 15px;
        margin: 3px 0 7px
    }

    .indnew ul li .right {
        width: calc(100% - 106px)
    }

    .indnew ul li .right a {
        font-size: 17px
    }

    .indnew .abmore {
        width: 144px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding-left: 38px;
        padding-left: 30px
    }

    .indnew .abmore:after {
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width:768px) {
      .indnew ul li {
        width: 100%;
    }
    .indnew {
        padding: 10px 0;
        overflow: hidden
    }

    .indnew:before,
    .indnew:after {
        display: none
    }

    .indnew .indbigbt p {
        color: rgba(255, 255, 255, .1)
    }

    .indnew .indbigbt span {
        color: #fff
    }

    .indnew ul {
        margin-top: 23px
    }

    .indnew ul li {
        padding: 20px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .indnew .abmore {
        margin: 10px auto 15px;
        width: 144px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding-left: 28px
    }

    .indnew .abmore:after {
        width: 30px;
        height: 30px
    }
}
@media screen and (max-width:550px){
      .indnew ul li:nth-child(3),.indnew ul li:nth-child(4) ,.indnew ul li:nth-child(5) ,.indnew ul li:nth-child(6) {
        display:none

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

  .indnew ul li .container .content {
    padding: 15px;
}
    .indnew ul li {
        padding: 10px
    }

    .indnew ul li .left {
        width: 75px
    }

    .indnew ul li .left span {
        font-size: 24px
    }

    .indnew ul li .left p {
        width: 64px;
        font-size: 14px;
        margin: 0 0 7px
    }

    .indnew ul li .right {
        width: calc(100% - 86px)
    }

    .indnew ul li .right a {
        font-size: 16px
    }

    .indnew ul li .right .ms {
        font-size: 14px;
        line-height: 20px;
        height: 40px
    }
}

/* 首页 知识课堂 end */

/* 首页 经典案例 start */
.ind_article .second_box li {
    width: 50% !important;
}

.ind_article ul li {
    float: right;
    width: 50%;
    padding: 50px 30px 20px;
    background-color: #fff;
    box-shadow: inset 0 0 0 4px #f7f6f6;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
}

.ind_article ul li::before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ind_article {
    background-image: url(../../../../uploads/allimg/20240510/article.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ind_article .swiper-container3 {
    padding-top: 20px;
    overflow: hidden;
    min-height: 200px
}

.ind_article .swiper-wrapper {
    width: 40%;
    float: left;
}

.ind_article .swiper-wrapper li {
    height: 100% !important;
}

.ind_article .second_box {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.ind_article .swiper-wrapper li:first-child {
    background-image: url(../../../../uploads/allimg/20240510/left.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.ind_article .swiper-wrapper li:first-child .name a {
    width: 80% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: #fff !important;
}

.ind_article .swiper-wrapper li:first-child .bottom .artfot p {
    color: #fff;
}

.ind_article .swiper-wrapper li:first-child .bottom .artfot span {
    color: #fff;
}

.ind_article .second_box li:nth-child(2n) {
    margin-right: 0
}

.ind_article ul li::before,
.ind_article ul li::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ind_article ul li::before {
    border-top: 4px solid #2e89ff;
    border-bottom: 4px solid #2e89ff;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.ind_article ul li::after {
    border-left: 4px solid #2e89ff;
    border-right: 4px solid #2e89ff;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.ind_article ul li:hover::before,
.ind_article ul li:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s
}

.ind_article ul li .name {
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 130px;
}

.ind_article ul li .line {
    width: 40px;
    height: 3px;
    background: #C20A14;
    margin: 20px 0px 30px;
}

.ind_article ul li .line {
    width: 40px;
    height: 3px;
    background: #C20A14;
    margin: 20px 0px 37px;
}

.ind_article ul li a {
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 33px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_article ul li:hover a {
    color: #2e89ff
}


.ind_article ul li .bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.ind_article .swiper-wrapper li .bottom {
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.ind_article .swiper-wrapper li .bottom .artfot {
    margin-right: 80px;
}

.ind_article ul li .bottom .artfot p {
    font-size: 14px;
    color: #000000;
    line-height: 14px;
}

.ind_article ul li .bottom .artfot span {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #000000;
}

.ind_article ul li .bottom .details span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.ind_article ul li .bottom .details img {
    display: inline-block;
    width: 30px;
    line-height: 15px;
    height: 15px;
}

.ind_article .abmore {
    display: block;
    width: 184px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto 0;
    background: #e7eaf1;
    border-radius: 30px;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    transition: all .4s ease
}

.ind_article .abmore:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2e89ff url(../images/morejt2.png) center no-repeat;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all .4s ease
}

.ind_article .abmore:hover {
    color: #fff;
    background: #2e89ff
}

.ind_article .abmore:hover:after {
    background: #fff url(../images/morejt.png) center no-repeat
}

.ind_article .white {
    width: 100%;
    height: 60px;
}

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


    .ind_article .indbigbt {
        top: -24px
    }
}

@media screen and (max-width:1199px) {
    .ind_article .indbigbt {
        top: -34px
    }

    .ind_article .swiper-container3 {
        padding-top: 85px
    }

    .ind_article ul li a {
        font-size: 20px;
    }
}

@media screen and (max-width:1079px) {
    .ind_article ul li .line {
        margin-bottom: 25px;
    }

    .ind_article {
        margin-bottom: 0
    }

    .ind_article .swiper-container3 {
        padding-top: 77px
    }

    .ind_article ul li .name {
        margin: 0 0 15px
    }

    .ind_article ul li .artfot {
        margin-top: 25px;
        font-size: 15px;
        background-size: 20px
    }

    .ind_article .abmore {
        width: 144px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding-left: 38px;
        padding-left: 30px
    }

    .ind_article .abmore:after {
        width: 30px;
        height: 30px
    }

    .ind_article ul li .bottom .artfot span {
        font-size: 44px;
    }
}

@media screen and (max-width:768px) {
    .ind_article {
        padding-top: 0px
    }

    .ind_article .swiper-container3 {
        padding-top: 22px
    }

    .ind_article ul li .name {
        margin: 0 0 10px
    }

    .ind_article ul li a {
        font-size: 17px
    }

    .ind_article .abmore {
        margin-top: 20px
    }

    .ind_article ul li .bottom .artfot span {
        font-size: 40px;
    }

    .ind_article ul li .artfot {
        display: none;
    }

    .ind_article .bottom .details {
        margin: 0 auto;
    }

}
@media screen and (max-width:700px) {
    .ind_article .swiper-wrapper {
        height: 500px !important;
    }
}
@media screen and (max-width:550px) {
  .ind_article .swiper-wrapper{
  height:auto !important;
  margin-bottom:10px}
    .ind_article .swiper-wrapper li {
        height: 285px !important;
    }
}

/* 首页 经典案例 end */
/* 首页 新闻动态 start */
.News_updates {
    width: 100%;
    background-image: url('https://qiniuyun.wushaobolawfirm.com/wushaobo-web/image/news.png');
    background-size: cover;
}

.News_updates .w1400 {
    display: flex;
    justify-content: space-between;
}


.News_updates ul {
    /* display: flex;
    justify-content: space-between; */
}

.News_updates .blank-top {
    height: 60px;
}

.News_updates .middle_box .News {
    display: inline-block;
    width: 30%;
}

.News_updates .middle_box .updates {
    display: inline-block;
    width: 70%;
}

.News span {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.News a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 20px;
}

.News .line {
    display: block;
    width: 54px;
    height: 2px;
    background-color: #C20A14;

}

.News_updates .blank-bottom {
    height: 60px;
}

@media screen and (max-width:1399px) {
    .News_updates {
        min-height: 532px
    }

    .News p {
        font-size: 66px
    }

    .News span {
        font-size: 30px
    }
}

@media screen and (max-width:1199px) {
  .News_updates .w1400 {
    display: block;
}
     .News_updates .w1400 .News {
        display: block !important;
       text-align:center;
    }
     .News_updates .w1400  .News .line {
    margin: 0 auto;
}
   .News_updates .w1400  .News a {
    display: flex;
    justify-content: flex-end;
}
    .News_updates {
        min-height: 490px
    }

    .News_updates p {
        font-size: 60px
    }
}

@media screen and (max-width:1079px) {
    .News_updates {
        min-height: 480px
    }


}

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

@media screen and (max-width:768px) {
    .News_updates {
        min-height: 300px;
        margin-top: 0;
        padding: 10px 0 25px;
        overflow: hidden
    }

    .News {
        position: static;
        transform: none
    }

    .News span {
        font-size: 24px
    }

    .updates ul li .lyNyVideo_text .date {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .News_updates ul li .pic {
        height: 150px
    }
}

.updates {
    width: 85%;
    height: auto;
    min-height: 400px;
    margin-top: 60px;
}

.updates ul li {
    width: 30%;
    height: auto;
    margin: 0 3.5% 30px 0;
    padding: 0;
    background-color: #F8F8F8;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.updates ul li:nth-child(3) {
    margin-right: 0;
}

.updates ul li .lyNyVideo_img {
    width: 100%;
    height: 285px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    position: relative
}

.updates ul li .lyNyVideo_img a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.updates ul li .lyNyVideo_img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}


.updates ul li .lyNyCase_img a:after {
    background: url(../images/ck_icon.png) center center no-repeat
}

.updates ul li .lyNyVideo_text {
    padding: 28px 20px 20px;
}

.updates ul li .lyNyVideo_text .min {}

.updates ul li .lyNyVideo_text .line {
    width: 40px;
    height: 2px;
    background: #C20A14;
    margin: 22px 0 29px;
}



.updates ul li .lyNyVideo_text a.VideoName {
    display: block;
    width: 100%;
    height: 130px;
    overflow: hidden;
    line-height: 33px;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}


.updates ul li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4)
}

.updates ul li:hover .lyNyVideo_text a.VideoName {
    color: #0592d7
}

.updates ul li .lyNyVideo_text p {
    width: 100%;
    height: 65px;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 21px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    padding: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.updates ul li .lyNyVideo_text span {
    font-size: 14px;
    line-height: 15px;
    color: #666666 !important;
}

.updates ul li .lyNyVideo_text img {
    width: 16px;
    height: 15px;
}

.updates ul li .lyNyVideo_text a.VideoBtn {
    width: auto;
    float: right;
    display: block;
    line-height: 15px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.updates ul li .lyNyVideo_text a.VideoBtn span {
    margin-right: 10px;
}

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

    .updates ul li .lyNyVideo_img {
        height: 280px
    }
}

@media (max-width:1366px) {
    .updates ul li .lyNyVideo_img {
        height: 270px
    }
}

@media (max-width:1280px) {
    .updates {
        padding: 40px 3%
    }

    .updates ul li .lyNyVideo_img {
        height: 250px
    }
}

@media (max-width:1200px) {
    .updates ul li .lyNyVideo_img {
        height: 240px
    }
}

@media (max-width:1080px) {
    .updates ul li {
        width: 31.333333%;
        height: auto;
        margin: 0 3% 40px 0;
        padding: 0
    }

    .updates ul li:nth-child(3n+3) {
        margin: 0 0 40px
    }

    .updates ul li .lyNyVideo_img {
        height: 220px
    }

    .updates ul li .lyNyVideo_text {
        padding: 15px 20px 20px
    }

    .updates ul li .lyNyVideo_text a.VideoName {
        font-size: 18px
    }

    .updates ul li .lyNyVideo_text p {
        margin: 5px auto 15px
    }
}

@media (max-width:1024px) {
    .updates {
        padding: 30px 3%
    }

    .updates ul li {
        width: 31.333333%;
        height: auto;
        margin: 0 3% 30px 0;
        padding: 0
    }

    .updates ul li:nth-child(3n+3) {
        margin: 0 0 30px
    }

    .updates ul li .lyNyVideo_img {
        height: 210px
    }
}

@media (max-width:800px) {
    .updates ul li {
        width: 100%;
        height: auto;
        margin: 0 3% 30px 0;
        padding: 0
    }

    .updates ul li:nth-child(3n+3) {
        margin: 0 3% 30px 0
    }

    .updates ul li:nth-child(2n+2) {
        margin: 0 0 30px
    }

    .updates ul li .lyNyVideo_img {
        height: 230px
    }
}

@media (max-width:767px) {
    .Nycase {
        padding: 25px 0
    }

    .updates {
        padding: 20px 3%
    }

}

@media (max-width:550px) {
  .News_updates .updates ul li:nth-child(3){
  display:none;}
    .News_updates .blank-top {
    height: 0;
}
    .updates ul {
        width: 100%;
    }

    .updates ul li {
        width: 100%;
    }
    .updates ul li .lyNyVideo_text {
        padding: 20px 20px 10px;
    }
  
  .updates ul li .lyNyVideo_text .min {
    display: flex;
}
.updates ul li .lyNyVideo_text .line{
  display:none;}
      .updates ul li .lyNyVideo_img {
         padding: 20px 20px 0;
    }
  .updates ul li .lyNyVideo_text a.VideoName {
    height: 150px;
}
}

@media (max-width:431px) {
    .updates ul {
        width: 100%;
    }

    .updates ul li {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        padding: 0;
        float: inherit
    }

    .updates ul li:nth-child(2n+2),
    .updates ul li:nth-child(3n+3) {
        margin: 0 auto 20px
    }

    .updates ul li .lyNyVideo_img {
        height: 230px
    }

    .updates ul li .lyNyVideo_text a.VideoBtn {
        padding: 0 20px
    }

    .updates ul li .lyNyVideo_img {
        height: 220px
    }
}

@media (max-width:375px) {
    .updates ul li .lyNyVideo_img {
        height: 220px
    }
}

@media (max-width:320px) {
    .updates ul li .lyNyVideo_img {
        height: 200px
    }
}


/* 首页 新闻动态 end */
/* 首页 关于我们 start */
.about_us {
    width: 100%;
    background-image: url('https://qiniuyun.wushaobolawfirm.com/wushaobo-web/image/about_us.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.about_us .w1190 {
    display: flex;
    justify-content: space-between;
}

.about_us .blank-top {
    height: 60px;
}

.about_us .us span {
    display: block;
    color: #000;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about_us .us p {
    font-size: 18px;
}

.about_us .right p .us {
    width: 61.34453781512%;
}

.us .line {
    display: block;
    /* margin: 0 auto; */
    width: 54px;
    height: 2px;
    background-color: #C20A14;

}

.us .left .l_top {
    display: flex;
    margin-top: 40px;
    width: 100%;
}

.us .left .l_top img {
    display: inline-block !important;
}

.us .left .l_top .service {
    width: 230px;
    background-color: #fff;
    padding: 77px 70px 61px;
    text-align: center;
}

.us .left .l_top .service img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.us .left .l_bottom {
    display: flex;

}

.us .left .l_bottom .situation {
    width: 230px;
    height: 230px;
    background-color: #fff;
    text-align: center;
    padding: 77px 70px 61px;

}

.us .left .l_bottom .situation img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.us .left .l_bottom .general {
    flex: 1;
    background-color: #C20A14;
    padding: 19px 40px 19px;
}

.us .left .l_bottom .general p {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.7;
}

.about_us .right {
    flex: 1;
    margin-top: 75px;

}

.right .r_top {
    width: 100%;
    display: flex;
}

.right .r_top .develop {
    width: 230px;
    height: 230px;
    padding: 77px 70px 61px;
    text-align: center;
    background-color: #fff;
}

.right .r_top .develop img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.right .r_bottom {
    display: flex;
}

.right .r_bottom .characteristic {
    width: 230px;
    height: 230px;
    padding: 77px 70px 61px;
    text-align: center;
    background-color: #fff;

}

.right .r_bottom .characteristic img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}


.about_us .blank-bottom {
    height: 60px;
}

@media screen and (max-width:1399px) {
    .about_us {
        min-height: 532px
    }

    .us p {
        font-size: 66px
    }

    .us span {
        font-size: 30px
    }
}

@media screen and (max-width:1199px) {
    .about_us {
        min-height: 490px
    }

    .about_us  .right{
        display:none
    }
  .us .left .l_top .service {
    display: none;
}
  .us .left .l_top img {
   width:100%
}
}

@media screen and (max-width:1079px) {
    .about_us {
        min-height: 480px
    }


}

@media screen and (max-width:767px) {
  .us .left .l_bottom .situation {
 display:none;
}
}

@media screen and (max-width:500px) {
    .about_us ul li .pic {
        height: 150px
    }
}

/* 首页 关于我们 end */

/* 友情链接 start */
.link {
    width: 100%;
    background: #F5F4F2;
}

.link .w1400 {
    display: -webkit-flex;
    display: flex;
}

.link .left {
    width: 168px;
    line-height: 80px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    /* justify-content: center; */
    align-items: center
}

.link .left img {
    margin-right: 5px
}

.link .right {
    padding: 26px 0
}

.link .right a {
    font-size: 16px;
    padding-right: 20px;
    border-right: 1px solid #999;
    color: #333333;
    padding: 0 20px;
    line-height: 28px;
}


@media screen and (max-width:767px) {
    .link {
        overflow: hidden
    }

    .link .left {
        height: 45px;
        font-size: 16px
    }

    .link .left img {
        width: 26px
    }

    .link .right {
        padding: 10px 0 0
    }

    .link .right a {
        font-size: 15px;
        line-height: 28px;
        padding: 0 5px
    }
}

/* 友情链接 end */

.footer {
    border-top: 1px solid #f3f5f7;
    background-color: #272727;
}

.footer .footer-nav {
    padding: 23px 0;
    /* border-bottom: 1px solid #bb2924; */
}

.footer .footer-nav .nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.footer .footer-nav .nav-list a {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 20px;
}

.footer .footer-nav .nav-list a:hover {
    font-weight: 500;
    color: #bb2924;
}

.footer .footer-nav .footer-logo {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.footer .copyright {
    padding: 8px 0;
}

.footer .copyright,
.footer .copyright a {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    padding: 23px 0;
}

@media screen and (max-width: 992px) {
    .footer .footer-nav .index-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer .footer-nav .nav-list a {
        line-height: 1;
    }

    .footer .footer-nav .footer-logo {
        margin: 0;
    }

    .footer .footer-nav .nav-list {
        justify-content: flex-start;
    }

    .footer .footer-nav .nav-list a {
        margin-right: 20px;
    }
}

@media screen and (max-width: 650px) {
    .footer .footer-nav .nav-list a {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 550px) {
    .footer .footer-nav .nav-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer .footer-nav .nav-list a {
        font-size: 14px;
    }
}



/* banner start */

.NyBanner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyBanner img.nyBa_Img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.NyBanner .NyBa_Con {
    width: 1200px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyBa_Con p {
    width: 100%;
    height: auto;
    line-height: 40px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0
}

@media (max-width:1440px) {
    .NyBa_Con p {
        line-height: 36px;
        font-size: 32px
    }
}

@media (max-width:1280px) {
    .NyBanner {
        height: 320px;
    }

    .NyBanner img.nyBa_Img {
        width: auto;
        height: 320px
    }

    .NyBa_Con p {
        line-height: 32px;
        font-size: 30px
    }
}

@media (max-width:1080px) {

    .NyBa_Con p {
        line-height: 30px;
        font-size: 26px
    }
}

@media (max-width:600px) {
  .NyBanner {
        height: 300px;
        overflow: hidden
    }

    .NyBa_Con p {
        font-size: 24px
    }
}

@media (max-width:431px) {
      .NyBanner img.nyBa_Img {
        height: 260px;
    }
    .NyBanner {
        height: 260px;
    }
    .NyBa_Con p {
        margin-top: 20px;
      font-size: 20px;
    }
}

@media (max-width:414px) {
      .NyBanner img.nyBa_Img {
        height: 240px;
    }
    .NyBanner {
        height: 240px;
    }
}

@media (max-width:375px) {
        .NyBanner img.nyBa_Img {
        height: 220px;
    }
    .NyBanner {
        height: 220px;
    }

}

@media (max-width:320px) {

    .NyBanner {
        height: 210px
    }

    .NyBanner img.nyBa_Img {
       height: 210px;

    }

}

/* banner end */

/* 上部小导航部分 start */
.NyAboutus {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    padding: 0
}

.NyAboutus .NyAboutus_Profile {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyCrumb {
    width: 100%;
    height: auto;
    margin: 0 auto 32px;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyCrumb .NyCrumb_Main {
    height: 100px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.NyCrumb_Main p {
    width: auto;
    max-width: 72%;
    height: 70px;
    overflow: hidden;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px 0 40px 0
}

.NyCrumb_Main p img.Crumb {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -2px 6px 0 0
}

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

@media (max-width:1440px) {

    .NyCrumb_Main p {
        height: 60px;
        line-height: 40px;
        font-size: 15px
    }

}

@media (max-width:1200px) {
    .NyCrumb_Main p {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .NyCrumb {
        margin: 0 auto 30px
    }

}

@media (max-width:800px) {
    .NyCrumb {
        margin: 0 auto 25px
    }

    .NyCrumb .NyCrumb_Main {
        height: 50px
    }

    .NyCrumb_Main p {
        height: 50px;
        padding: 5px 15px 5px 0
    }

    .NyCrumb_Main p img.CrumbJt {
        margin: -2px 6px 0
    }
}

@media (max-width:767px) {
    .NyCrumb {
        margin: 0 auto 16px
    }

    .NyCrumb .NyCrumb_Main {
        height: auto
    }

    .NyCrumb_Main p {
        width: 100%;
        max-width: 100%;
        height: auto;
        line-height: 30px;
        margin: 0 auto;
        padding: 10px 12px
    }
}

/* 上部小导航部分 end */

/* 关于我们 start */
.indabout {
    padding: 0 0 40px;
    overflow: hidden
}

.indabout .indbigbt {
    position: static;
    transform: none;
}

.indabout .indbigbt p {
    font-weight: bold;
    font-size: 24px;
    color: #000000;

}

.indabout .indbigbt span {
    font-weight: bold;
    font-size: 24px;
    color: #000000;

}

.indabout .introduction {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    min-height: 200px;
}

.indabout .introduction .abcont {
    width: 60%;
    /* overflow-y: scroll; */
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
}

.indabout .introduction img {
    width: 36%;
}

.indabout ul.data {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(153, 153, 153, 0.3);
    padding: 48px 0px 48px 0px;
}

.indabout ul.data li {
    width: 25%;
    float: left;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}

.indabout ul.data li:last-child {
    border-right: 0
}

.indabout ul.data li em {
    font-size: 44px;
    color: #D04951;
    position: relative;
    font-weight: 400;
}

.indabout ul.data li span {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

.indabout .shipin ul{
    display:flex;
}

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

    .indabout .abcont {
        margin-top: 20px
    }

    .indabout .introduction .abcont {
        width: 55%;
        overflow-y: scroll;
        font-size: 14px;
        color: #333333;
        line-height: 30px;
    }

    .indabout .introduction img {
        width: 41%;
    }

    .indabout .abmore {
        margin: 30px auto 40px
    }

    .indabout ul.data {
        padding: 40px 10px;
    }

    .indabout ul.data li {
        font-size: 18px
    }

    .indabout ul.data li em {
        font-size: 46px
    }

    .indabout ul.data li span {
        font-size: 16px
    }
}

@media screen and (max-width:1079px) {
    .indabout {
        padding: 30px 0 70px
    }

    .indabout .abcont {
        margin-top: 15px;

    }

    .indabout .introduction .abcont {
        width: 60%;
        font-size: 12px;
    }

    .indabout .introduction img {
        width: 36%;
    }

    .indabout .abmore {
        width: 144px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding-left: 38px;
        padding-left: 30px
    }

    .indabout .abmore:after {
        width: 30px;
        height: 30px
    }

    .indabout ul.data li {
        font-size: 16px
    }

    .indabout ul.data li em {
        font-size: 40px
    }
}

@media screen and (max-width:950px) {
    .indabout .introduction .abcont {
        width: 96%;
        font-size: 16px;
    }

    .indabout .introduction img {
        width: 0;
    }
}

@media screen and (max-width:767px) {
    .indabout {
        padding: 0
    }

    .indabout .introduction .abcont {
        font-size: 14px;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .indabout .abcont,
    .indabout .abcont p,
    .indabout .abcont span {
        font-size: 15px;
        line-height: 24px
    }

    .indabout .abmore {
        margin: 15px auto 25px
    }

    .indabout ul.data {
        display: none
    }
}

@media screen and (max-width:550px) {
.indabout .indbigbt p {
    font-size: 20px;
}
  .indabout .indbigbt span {
    font-size: 22px;
}
  .indabout .shipin ul {
display:block;
}
.indabout .shipin li {
width:100% !important;
}
}
@media screen and (max-width:530px) {
.indabout .indbigbt p {
    font-size: 18px;
}
  .indabout .indbigbt span {
    font-size: 20px;
}
}
@media screen and (max-width:320px) {
.indabout .indbigbt p {
    font-size: 16px;
}
  .indabout .indbigbt span {
    font-size: 18px;
}
}

/* 关于我们 end */

/* 律所优势 start */
.NyAboutus_sup .superiority {
    display: flex;
    position: relative;
}

.NyAboutus_sup .superiority .left {
    width: 45%;
}

.NyAboutus_sup .superiority .left img {
    width: 100%;
    height: 570px;
}

.NyAboutus_sup .superiority .w1200 {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Law_firms {
    display: inline-block;
}

.Law_firms .blank-top {
    display: block;
    height: 60px;
}

.Law_firms span {
    display: block;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.Law_firms .blank-middle {
    height: 98px;
}

.Law_firms .line {
    display: block;
    width: 54px;
    height: 2px;
    background-color: #C20A14;

}

.NyAboutus_sup .NyAboutus_Text {
    width: 58%;
    height: 100%;
    margin: 0;
    padding: 40px 20px 0px 54px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyAboutus_sup .NyAboutus_Text ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.NyAboutus_sup .NyAboutus_Text ul li {
    display: flex;
    width: 100%;
}

.NyAboutus_sup .NyAboutus_Text ul li img {
    width: 67px;
    height: 82px;
    margin-right: 33px;
}


.NyAboutus_sup .NyAboutus_Text ul li .content p {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 15px;
}

.NyAboutus_sup .NyAboutus_Text ul li .content span {
    font-size: 14px;
    color: #555555;
    line-height: 21px;
}

@media (max-width:1450px) {
    .NyAboutus_sup .superiority .left img {
        height: 500px;
    }
}

@media (max-width:1200px) {
    .NyAboutus_sup .superiority .left {
        width: 40%;
    }

    .NyAboutus_sup .NyAboutus_Text {
        width: 63%;
    }

    .NyAboutus_sup .superiority .left img {
        height: 450px;
    }

    .NyAboutus_sup .NyAboutus_Text ul li img {
        width: 60px;
        height: 70px;
        margin-right: 25px;
    }

    .NyAboutus_sup .NyAboutus_Text ul li .content p {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width:1080px) {
    .NyAboutus_sup .superiority .left img {
        height: 430px;
    }

    .NyAboutus_sup .NyAboutus_Text {
        padding: 30px 20px 0px 54px;
    }

    .NyAboutus_sup .NyAboutus_Text ul li .content p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .NyAboutus_sup .NyAboutus_Text ul li .content span {
        font-size: 12px;
        color: #555555;
        line-height: 21px;
    }

    .NyAboutus_sup .NyAboutus_Text ul li img {
        width: 60px;
        height: 70px;
        margin-right: 20px;
    }
}

@media (max-width:996px) {
    .Law_firms .blank-top {
        height: 0px;
    }

    .Law_firms {
        display: block;
    }

    .Law_firms span {
        color: #000;
        text-align: center;
        font-size: 24px;
    }

    .Law_firms .line {
        margin: 0 auto;
    }

    .NyAboutus_sup .NyAboutus_Text {
        height: 350px;
        padding: 0;
    }

    .NyAboutus_sup .NyAboutus_Text ul li img {
        width: 70px;
        height: 80px;
    }

    .NyAboutus_sup .superiority .left {
        width: 0;
    }

    .NyAboutus_sup .NyAboutus_Text {
        width: 100%;
    }

    .Law_firms .blank-middle {
        height: 60px;
    }

    .NyAboutus_sup .NyAboutus_Text ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: stretch;
    }

    .NyAboutus_sup .NyAboutus_Text ul li {
        width: 45%;
        height: auto;
    }
}

@media (max-width:782px) {
    .NyAboutus_sup .NyAboutus_Text ul {
        padding: 0px 30px;
    }

    .NyAboutus_sup .NyAboutus_Text ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .NyAboutus_sup .NyAboutus_Text ul li .content p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .NyAboutus_sup .NyAboutus_Text ul li .content span {
        font-size: 12px;
    }
}

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

@media (max-width:550px) {
    .Law_firms {
        margin-top: 50px;
}
}


@media (max-width:430px) {
    .Law_firms span {
        font-size: 24px;
    }

    .Law_firms .blank-middle {
        height: 20px;
    }

    .NyAboutus_sup .NyAboutus_Text ul {
        padding: 0px 10px;
    }

    .NyAboutus_sup .NyAboutus_Text ul li .content p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .NyAboutus_sup .NyAboutus_Text ul li img {
        width: 60px;
        height: 70px;
        margin-right: 10;
    }

    .NyAboutus_sup .NyAboutus_Text {
        height: 400px;
    }
}

/* 律所优势 end */

/* 律所发展 start */
.NyAboutus .NyAboutus_Culture {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* padding: 80px 0; */
    /* background-color: pink; */
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyAboutus .NyAboutus_Culture .indbigbt {
    background-color: #fff;
}

.NyAboutus .NyAboutus_Culture .container {
    background-image: url(../../../../uploads/allimg/20240428/field.jpg);

}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main {}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li {
    width: 50%;
    height: 350px;
    position: relative;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container {
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 142px 0 0;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:nth-child(2n) .text_container {
    top: 0;
    left: 0;
    padding: 30px 80px 0 60px;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;

}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container img:nth-child(1) {
    display: block;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container img:nth-child(2) {
    display: none;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li h3 {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 45px;
    margin-bottom: 10px;

}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:hover {
    background-color: #666666 !important;
    opacity: 0.8;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:hover .text_container img:nth-child(1) {
    display: none !important;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:hover .text_container img:nth-child(2) {
    display: block !important;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:hover h3 {
    color: #D6D6D6;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .line {
    width: 100%;
    height: 1px;
    background-color: #C20A14;
    margin-bottom: 10px;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:hover .line {
    background-color: #D6D6D6;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li p {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:hover p {
    color: #FFFFFF;
}

@media (max-width:1450px) {
    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container {
        padding: 30px 60px 0 50px;
    }
}

@media (max-width:1200px) {
    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container {
        padding: 30px 30px 0 40px;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container {
        width: 90%;
        padding: 40px 40px 0 0;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:nth-child(2n) .text_container {
        padding: 40px 40px 0 40px;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li h3 {
        font-size: 20px;

    }
}


@media (max-width:1024px) {
    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container {
        padding: 20px 40px 0 0 !important;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:nth-child(2n) .text_container {
        padding: 20px 40px 0 40px !important;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container img {
        margin-bottom: 5px;
    }
}

@media (max-width:905px) {
    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container img {
        width: 30px;
        height: 30px;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li h3 {
        margin-bottom: 10px;
        line-height: 25px;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li p {
        font-size: 13px;
    }
}

@media (max-width:790px) {
    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li h3 {
        font-size: 18px;
        line-height: 24px;

    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container {
        padding: 10px 10px 0 0 !important;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:nth-child(2n) .text_container {
        padding: 10px 0px 0 10px !important;
    }
}

@media (max-width:550px) {
    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li p {
        font-size: 14px;
        line-height: 16px;
    }
  .NyAboutus .NyAboutus_Culture .indbigbt {
    margin-top: 135px;
}
}

@media (max-width:430px) {

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li {
        width: 100%;
        height: 230px;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li p {
        font-size: 12px;
        line-height: 16px;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li .text_container {
        padding: 20px 20px 20px 0 !important;
      margin-right: 20px;
    }

    .NyAboutus .NyAboutus_Culture .container .NyAbCulture_Main .box li:nth-child(2n) .text_container {
        padding: 20px 0px 20px 20px !important;
    }
}

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



/* 责任与荣誉 start  */
.honor .indbigbt {
    background-color: #fff;
}

.honor .container {
    background-image: url(../../../../uploads/allimg/20240428/bg-honor.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.honor .container ul {
    width: 50%;
    float: right;
    padding: 40px 52px 40px 0;

}

.honor .container ul li {
    list-style: disc;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    padding-left: 15px;
}

.honor .container ul li span {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 16px;
    color: #800000
}

@media (max-width:1440px) {
    .honor .container ul {
        width: 95%;
        float: left !important;
        padding: 40px 40px 40px 50px;
    }
}

/* 责任与荣誉 end  */
/* 合作媒体 start  */
.partner {
    background-color: #fff;
}

.partner .container ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;

}
  .partner .container ul li{
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  width: 25%;
  margin-bottom: 20px;
}

@media (max-width:1280px) {
    .partner .container ul li img {
        width: 228px;
        height: 66.4px;
    }
}

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

@media (max-width:1024px) {
    .partner .container ul li {
        width: 33.3%;
    }
   .partner .container ul li img {
        width: 285px;
        height: 83px;
    }
}

@media (max-width:940px) {
     .partner .container ul li img {
        width: 256px;
        height: 75px;
    }
}

@media (max-width:850px) {
    .partner .container ul li img {
        width: 228px;
        height: 66.4px;
    }
}

@media (max-width:767px) {
    .partner .container ul li img {
        width: 200px;
        height: 58px;
    }
}

@media (max-width:680px) {
    .partner .container ul li img {
        width: 170px;
        height: 50px;
    }
}
@media (max-width:550px) {
    .partner .container ul li img {
        width: 153px;
        height: 45px;
    }
}
@media (max-width:500px) {
    .partner .container ul{
          display: flex;
    justify-content: center;}
    .partner .container ul li img {
        width: 138px;
        height: 40px;
    }
     .partner .container ul li {
        width: 45%;
    }
}
@media (max-width:430px) {


    .partner .container ul li img {
         width: 170px;
        height: 50px;
    }
}

@media (max-width:390px) {
   .partner .container ul li img {
        width: 153px;
        height: 45px;
    }}
@media (max-width:375px) {
    .partner .container ul li img {
        width: 138px;
        height: 40px;
    }}

@media (max-width:320px) {
    .partner .container ul li img {
        width: 124px;
        height: 36px;
    }
}

/* 合作媒体 end  */

.NyDown {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #edf0f7
}

.NyDown .NyDown_Main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    min-height: 320px
}

.NyDown_Main .NyDown_List {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.NyDown_List ul li {
    width: 48.5%;
    height: auto;
    margin: 0 3% 30px 0;
    padding: 0 100px 0 0;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    float: left;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.NyDown_List ul li:nth-child(2n+2) {
    margin: 0 0 30px
}

.NyDown_List ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06)
}

.NyDown_List ul li .NyDown_Btn {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    border-left: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.NyDown_List ul li .NyDown_Btn a {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 25px 0
}

.NyDown_List ul li .NyDown_Btn a i.DwIco {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/down.png) center center no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.NyDown_List ul li:hover .NyDown_Btn {
    border-left: 1px solid #2e89ff
}

.NyDown_List ul li:hover .NyDown_Btn a i.DwIco {
    background: url(../images/down1.png) center center no-repeat;
    background-size: 100% 100%
}

.NyDown_List ul li .NyDown_Text {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 0;
    padding: 15px 20px
}

.NyDown_List ul li .NyDown_Text a.NyDown_Name {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto 6px;
    padding: 0 0 0 13px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-box-sizing: border-box
}

.NyDown_List ul li .NyDown_Text a.NyDown_Name i {
    display: block;
    width: 3px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-color: #2e89ff;
    position: absolute;
    left: 0;
    top: 10px
}

.NyDown_List ul li .NyDown_Text span {
    display: block;
    width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    margin: 0 auto;
    padding: 0
}

.NyDown_List ul li .NyDown_Text span img {
    display: block;
    width: 18px;
    height: 18px;
    margin: 2px 6px 2px 0;
    padding: 0;
    float: left
}

.NyDown_List ul li:hover .NyDown_Text a.NyDown_Name {
    color: #2e89ff
}

.DownABtn a {
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    margin: 20px auto 0;
    padding: 0 33px;
    background: #2e89ff url(../images/down2.png) 104px 8px no-repeat;
    background-size: 28px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.DownABtn a:hover {
    background-color: #666
}

@media (max-width:1440px) {
    .NyDown {
        padding: 60px
    }

    .NyDown .NyDown_Main {
        width: 100%
    }

    .NyDown_Main #fengye {
        margin: 30px auto 0
    }
}

@media (max-width:1200px) {
    .NyDown {
        padding: 60px 40px
    }

    .NyDown_List ul li .NyDown_Text a.NyDown_Name {
        font-size: 18px
    }

    .NyDown_List ul li .NyDown_Text a.NyDown_Name i {
        height: 18px;
        top: 11px
    }
}

@media (max-width:800px) {
    .NyDown {
        padding: 40px 20px
    }

    .NyDown_List ul li {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        float: inherit
    }

    .NyDown_List ul li:nth-child(2n+2) {
        margin: 0 auto 20px
    }

    .NyDown_Main #fengye {
        margin: 20px auto 0
    }
}

@media (max-width:767px) {
    .NyDown {
        padding: 30px 12px
    }

    .NyDown_List ul li {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        padding: 0 60px 0 0;
        float: inherit
    }

    .NyDown_List ul li:nth-child(2n+2) {
        margin: 0 auto 20px
    }

    .NyDown_List ul li .NyDown_Text {
        height: 80px;
        padding: 10px 12px
    }

    .NyDown_List ul li .NyDown_Text a.NyDown_Name {
        height: 36px;
        line-height: 36px;
        margin: 0 auto
    }

    .NyDown_List ul li .NyDown_Text a.NyDown_Name i {
        top: 9px
    }

    .NyDown_List ul li .NyDown_Btn {
        width: 60px;
        height: 80px
    }

    .NyDown_List ul li .NyDown_Btn a {
        width: 60px;
        height: 80px;
        padding: 20px 0
    }

    .NyDown_List ul li .NyDown_Btn a i.DwIco {
        width: 40px;
        height: 40px
    }

    .NyDown_Main #fengye {
        margin: 0 auto
    }
}

@media (max-width:375px) {
    .NyDown_List ul li .NyDown_Text a.NyDown_Name {
        font-size: 16px
    }
}

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

#fengye {
    margin: 40px auto 0;
    color: #666;
    font-size: 15px;
    text-align: center
}

#fengye a {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    border-radius: 2px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ddd
}

#fengye a:hover {
    background-color: #2e89ff;
    color: #fff;
    border: 1px solid #2e89ff
}

#fengye a.pnnum1 {
    background-color: #2e89ff;
    color: #fff;
    border: 1px solid #2e89ff
}

#fengye input {
    display: inline-block;
    padding: 0 5px;
    background-color: #2e89ff;
    width: 40px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: none
}

#fengye .p_input {
    display: inline-block;
    padding: 0 5px;
    background-color: #fff;
    width: 40px !important;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin: 0 5px;
    color: #555;
    font-size: 14px;
    cursor: default;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1440px) {
    #fengye {
        margin: 30px auto 30px
    }
}

@media (max-width:1079px) {
    #fengye {
        margin: 25px auto 0
    }
}

@media (max-width:767px) {
    #fengye {
        margin: 8px auto 0;
        font-size: 0
    }

    #fengye .p_input,
    #fengye input {
        display: none
    }
}

@media (max-width:320px) {
    #fengye a {
        padding: 0 10px
    }
}

/* 新闻动态 start */
.Nycase {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    background-color: #fff
}

.case_main {
    width: 100%;
    height: auto;
    min-height: 400px;
    margin: 0 auto;
}

.case_main ul li {
    width: 31%;
    height: auto;
    margin: 0 3.5% 50px 0;
    padding: 0;
    background-color: #F8F8F8;
    ;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.case_main ul li:nth-child(3n+3) {
    margin: 0 0 50px
}

.case_main ul li .lyNyVideo_img {
    width: 100%;
    height: 285px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    position: relative
}

.case_main ul li .lyNyVideo_img a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.case_main ul li .lyNyVideo_img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}


.case_main ul li .lyNyCase_img a:after {
    background: url(../images/ck_icon.png) center center no-repeat
}

.case_main ul li .lyNyVideo_text {
    padding: 28px 20px 20px;
}

.case_main ul li .lyNyVideo_text .line {
    width: 40px;
    height: 2px;
    background: #C20A14;
    margin: 22px 0 29px;
}

.ny_honor ul li .lyNyVideo_text {
    text-align: center
}

.case_main ul li .lyNyVideo_text a.VideoName {
    display: block;
    width: 100%;
    height: 130px;
    overflow: hidden;
    line-height: 33px;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.ny_honor ul li .lyNyVideo_text a.VideoName {
    margin: 0 auto 10px
}

.case_main ul li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4)
}

.case_main ul li:hover .lyNyVideo_text a.VideoName {
    color: #0592d7
}

.case_main ul li .lyNyVideo_text p {
    width: 100%;
    height: 65px;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 21px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    padding: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.case_main ul li .lyNyVideo_text span {
    font-size: 14px;
    line-height: 15px;
    color: #666666 !important;
}

.case_main ul li .lyNyVideo_text img {
    width: 16px;
    height: 15px;
}

.case_main ul li .lyNyVideo_text a.VideoBtn {
    width: auto;
    float: right;
    display: block;
    line-height: 15px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.case_main ul li .lyNyVideo_text a.VideoBtn span {
    margin-right: 10px;
}

/* .case_main ul li:hover .lyNyVideo_text a.VideoBtn {
    color: #fff;
    border: 1px solid #eceef0;
    background: linear-gradient(to right, #2e89ff, #2dbcfe)
} */

@media (max-width:1440px) {

    .case_main ul li .lyNyVideo_img {
        height: 280px
    }
}

@media (max-width:1366px) {
    .case_main ul li .lyNyVideo_img {
        height: 270px
    }
}

@media (max-width:1280px) {

    .case_main ul li .lyNyVideo_img {
        height: 250px
    }
}

@media (max-width:1200px) {
    .case_main ul li .lyNyVideo_img {
        height: 240px
    }
}

@media (max-width:1080px) {
    .case_main ul li {
        width: 31.333333%;
        height: auto;
        margin: 0 3% 40px 0;
        padding: 0
    }

    .case_main ul li:nth-child(3n+3) {
        margin: 0 0 40px
    }

    .case_main ul li .lyNyVideo_img {
        height: 220px
    }

    .case_main ul li .lyNyVideo_text {
        padding: 15px 20px 20px
    }

    .case_main ul li .lyNyVideo_text a.VideoName {
        font-size: 18px
    }

    .case_main ul li .lyNyVideo_text p {
        margin: 5px auto 15px
    }
}

@media (max-width:1024px) {


    .case_main ul li {
        width: 31.333333%;
        height: auto;
        margin: 0 3% 30px 0;
        padding: 0
    }

    .case_main ul li:nth-child(3n+3) {
        margin: 0 0 30px
    }

    .case_main ul li .lyNyVideo_img {
        height: 210px
    }
}

@media (max-width:800px) {
    .case_main ul li {
        width: 48.5%;
        height: auto;
        margin: 0 3% 30px 0;
        padding: 0
    }

    .case_main ul li:nth-child(3n+3) {
        margin: 0 3% 30px 0
    }

    .case_main ul li:nth-child(2n+2) {
        margin: 0 0 30px
    }

    .case_main ul li .lyNyVideo_img {
        height: 230px
    }
}

@media (max-width:767px) {
    .Nycase {
        padding: 0px 0
    }

}

@media (max-width:550px) {
  .case_main ul li .lyNyVideo_img{
  padding:20px 20px 0;
  }
      .case_main ul li .lyNyVideo_text {
        padding: 20px 20px 10px;
    }
  .case_main ul li .lyNyVideo_text .line {
    margin: 15px 0 15px;
}
}

@media (max-width:450px) {
    .case_main ul li {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        padding: 0;
        float: inherit
    }

    .case_main ul li:nth-child(2n+2),
    .case_main ul li:nth-child(3n+3) {
        margin: 0 auto 20px
    }

    .case_main ul li .lyNyVideo_img {
        height: 230px
    }

    .case_main ul li .lyNyVideo_text a.VideoBtn {
        padding: 0 20px
    }

    .case_main ul li .lyNyVideo_img {
        height: 220px
    }
}

@media (max-width:375px) {
    .case_main ul li .lyNyVideo_img {
        height: 220px
    }
}

@media (max-width:320px) {
    .case_main ul li .lyNyVideo_img {
        height: 200px
    }
}

/* 新闻动态 end */

.nyprobox .cp_type .bd ul {
    background: #fff;
    min-height: 200px
}

.nyprobox .cp_type .bd ul li p {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.nyprobox .cp_type .bd ul li.on:last-child p {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.nyprobox .cp_type .bd ul li p a {
    color: #333
}

.nyprobox .cp_type .bd ul li p:hover a,
.nyprobox .cp_type .bd ul li.on p a {
    color: #2e89ff
}

.nyprobox .cp_type .bd ul li div a {
    color: #999
}

.nyprobox .cp_type .bd ul li div a:hover {
    color: #2e89ff
}

.nyprobox .xxwz {
    margin-top: 36px
}

.nyprobox .xxwz .bd ul li p:before {
    content: "";
    display: block;
    width: 3px;
    height: 24px;
    background: #2e89ff;
    float: left;
    margin-top: 27px
}

.nyprobox .xxwz .bd ul li p a {
    width: calc(100% - 15px);
    float: right
}

@media (max-width:1079px) {
    .nyprobox .xxwz {
        margin: 15px 0
    }
}

@media (max-width:767px) {
    .nyprobox .cp_type .hd span {
        font-size: 18px
    }

    .nyprobox .cp_type .hd i {
        top: -3px
    }

    .nyprobox .cp_type .bd ul {
        min-height: 150px
    }

    .nyprobox .xxwz .bd ul li p:before {
        height: 20px;
        margin-top: 18px
    }
}

.nyprobox .nyright {
    width: calc(100% - 345px);
    float: right
}

.nyprobox .nyprori ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.06);
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.nyprobox .nyprori ul li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06)
}

.nyprobox .nyprori ul li .NyProlist_Img {
    width: 28.5%;
    height: 200px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left
}

.nyprobox .nyprori ul li .NyProlist_Img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #eee;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nyprobox .nyprori ul li .NyProlist_Img a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.nyprobox .nyprori ul li:hover .NyProlist_Img a {
    border: 1px solid #2e89ff
}

.nyprobox .nyprori ul li:hover .NyProlist_Img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.nyprobox .nyprori ul li .NyProlist_Text {
    width: 71.5%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 15px 15px 25px 30px;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Name {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Name a {
    display: block;
    width: 100%;
    height: 38px;
    overflow: hidden;
    line-height: 38px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.nyprobox .nyprori ul li:hover .NyProlist_Text .NyProlist_Name a {
    color: #2e89ff
}

.nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Ms {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto 20px;
    padding: 0
}

.nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Ms p {
    width: 100%;
    height: 56px;
    overflow: hidden;
    line-height: 28px;
    color: #999;
    font-size: 16px;
    word-break: break-all;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags dl {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags dl dd {
    display: block;
    width: auto;
    max-width: 40%;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 2% 0 0;
    padding: 0 15px;
    background-color: #edf0f7;
    position: relative;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags dl dd:nth-child(3) {
    margin: 0
}

.nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags dl dd img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    padding: 0
}

.nyprobox .nyprori ul li a.NyProlist_More {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.nyprobox .nyprori ul li a.NyProlist_More img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.nyprobox .nyprori ul li:hover a.NyProlist_More {
    opacity: 1
}

@media (max-width:1399px) {
    .nyprobox .nyright {
        width: calc(100% - 285px);
        float: right
    }

    .nyprobox .nyprori ul li .NyProlist_Img {
        height: 194px
    }

    .nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Ms p {
        height: 50px;
        line-height: 25px;
        font-size: 15px
    }

    .nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags dl dd {
        margin: 0 15px 0 0
    }
}

@media (max-width:1250px) {
    .nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags dl dd {
        margin: 0 10px 0 0;
        padding: 0 10px;
        font-size: 13px
    }

    .nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags dl dd img {
        display: none
    }
}

@media (max-width:1079px) {
    .nyprobox .nyright {
        width: 100%;
        margin-top: 15px
    }

    .nyprobox .nyprori ul li {
        margin: 0 auto 20px;
        padding: 20px
    }

    .nyprobox .nyprori ul li .NyProlist_Img {
        height: 200px
    }

    .nyprobox .nyprori ul li .NyProlist_Text {
        padding: 5px 10px 0 20px
    }

    .nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Ms p {
        height: 48px;
        line-height: 24px;
        font-size: 14px
    }

    .nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags dl dd {
        max-width: 48%;
        height: 30px;
        line-height: 30px;
        margin: 0 2% 5px 0;
        font-size: 14px
    }
}

@media (max-width:767px) {
    .nyprobox .nyprori ul li {
        margin: 0 auto 10px;
        padding: 10px
    }

    .nyprobox .nyprori ul li .NyProlist_Img {
        width: 100%;
        height: 250px;
        margin: 0 auto;
        padding: 0;
        float: inherit
    }

    .nyprobox .nyprori ul li .NyProlist_Text {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        float: inherit
    }

    .nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Name a {
        font-size: 18px
    }

    .nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Ms {
        display: none
    }

    .nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags dl dd {
        width: 100%;
        max-width: 100%;
        margin: 10px auto 0;
        padding: 0 15px;
        float: inherit
    }

    .nyprobox .nyprori ul li .NyProlist_Text .NyProlist_Tags dl dd:nth-child(3) {
        margin: 10px auto 0
    }

    .nyprobox .nyprori ul li a.NyProlist_More {
        width: 30px;
        height: 30px
    }
}

@media (max-width:320px) {
    .nyprobox .nyprori ul li .NyProlist_Img {
        height: 200px
    }
}

.nyprobox .nyprocont ul li {
    width: 48.8%;
    margin-right: 2.4%;
    float: left;
    box-shadow: inset 0 0 0 5px #e7ebf3;
    background: #fff;
    padding: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    transition: all .4s ease
}

.nyprobox .nyprocont ul li:nth-child(2n) {
    margin-right: 0
}

.nyprobox .nyprocont ul li::before,
.nyprobox .nyprocont ul li::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.nyprobox .nyprocont ul li::before {
    border-top: 5px solid #2e89ff;
    border-bottom: 5px solid #2e89ff;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.nyprobox .nyprocont ul li::after {
    border-left: 5px solid #2e89ff;
    border-right: 5px solid #2e89ff;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.nyprobox .nyprocont ul li:hover::before,
.nyprobox .nyprocont ul li:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s
}

.nyprobox .nyprocont ul li .text {
    width: 40%;
    float: left;
    position: relative;
    z-index: 2
}

.nyprobox .nyprocont ul li .text .name {
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .4s ease
}

.nyprobox .nyprocont ul li:hover .text .name {
    color: #2e89ff
}

.nyprobox .nyprocont ul li .text p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.nyprobox .nyprocont ul li .text .more {
    display: block;
    width: 108px;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    background: #2e89ff;
    background: linear-gradient(155deg, #5bbaf0 10%, #2e89ff);
    text-align: center;
    color: #fff;
    margin-top: 20px;
    transition: all .4s ease
}

.nyprobox .nyprocont ul li:hover .text .more {
    background: #2e89ff;
    background: linear-gradient(-155deg, #5bbaf0 10%, #2e89ff)
}

.nyprobox .nyprocont ul li .pic {
    display: block;
    width: 56%;
    height: 220px;
    float: right;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.nyprobox .nyprocont ul li .pic img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    transition: all .4s ease
}

.nyprobox .nyprocont ul li:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (max-width:1079px) {
    .nyprobox .nyprocont ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px
    }
}

@media screen and (max-width:767px) {
    .nyprobox .nyprocont ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media screen and (max-width:500px) {
    .nyprobox .nyprocont ul li {
        width: 48.5%;
        margin-right: 3%;
        padding: 10px
    }

    .nyprobox .nyprocont ul li .pic {
        width: 100%;
        height: 130px
    }

    .nyprobox .nyprocont ul li .text {
        width: 100%
    }

    .nyprobox .nyprocont ul li .text .name {
        font-size: 15px;
        line-height: 24px;
        height: 24px;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 10px 0 0;
        text-align: center
    }

    .nyprobox .nyprocont ul li .text p,
    .nyprobox .nyprocont ul li .text .more {
        display: none
    }
}

.NyOrder .NyOrder_Main {
    width: 100%;
    padding: 40px;
    background-color: #fff
}

.NyOrder_Main .NyOrder_Left {
    width: 28%;
    height: 660px;
    overflow: hidden;
    margin: 0;
    padding: 60px 40px;
    background: #2e89ff url(../images/ico07.png) -80px 460px no-repeat;
    background-size: 320px 220px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyOrder_Left .NyOrder_Img {
    width: 170px;
    height: 170px;
    margin: 0 auto 40px;
    padding: 7px 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyOrder_Img img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    border: 8px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    margin-top: 3px
}

.NyOrder_Left p {
    width: 100%;
    height: auto;
    line-height: 40px;
    color: #fff;
    font-size: 28px;
    margin: 0 auto 15px;
    padding: 0
}

.NyOrder_Left span {
    display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    word-break: break-all;
    text-align: justify;
    margin: 0 auto;
    padding: 0
}

.NyOrder_Left .NyOrder_Btn {
    width: 100%;
    height: auto;
    margin: 60px auto 0;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyOrder_Btn a {
    display: block;
    width: 100%;
    height: 52px;
    overflow: hidden;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.NyOrder_Btn a img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    padding: 0
}

.NyOrder_Btn a:hover {
    background-color: #202020
}

.NyOrder_Main .NyOrder_Right {
    width: 72%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0 40px 0 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyOrder_Right #ly_msg.ly_msg {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.NyOrder_Right #ly_msg.ly_msg h3 {
    display: none !important
}

.NyOrder_Right #ly_msg.ly_msg ul {
    width: 100% !important;
    overflow: hidden !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.NyOrder_Right #ly_msg.ly_msg ul li h4,
.NyOrder_Right #ly_msg.ly_msg ul li h4.xh {
    display: none !important
}

.NyOrder_Right #ly_msg.ly_msg ul li {
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    line-height: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    margin: 0 0 25px !important;
    padding: 0 !important;
    clear: inherit !important
}

.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1),
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3),
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) {
    width: 48% !important;
    margin: 0 4% 25px 0 !important;
    float: left !important
}

.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2),
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4),
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) {
    width: 48% !important;
    float: right !important
}

.NyOrder_Right #ly_msg.ly_msg ul li:last-child {
    margin: 0 auto !important
}

.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1,
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12,
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important
}

.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input,
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input,
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input,
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
    display: block !important;
    width: 100% !important;
    height: 60px !important;
    line-height: 60px;
    color: #666;
    font-size: 16px;
    margin: 0 !important;
    padding: 0 20px !important;
    background-color: #f9f9f9 !important;
    border: 0 !important;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
    padding: 0 20px 0 16px !important
}

.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm {
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    float: left !important
}

.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input {
    width: 240px !important;
    margin: 0 10px 0 0 !important;
    float: left !important
}

.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img {
    display: block !important;
    width: 120px !important;
    height: 40px !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    float: left !important
}

.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span {
    line-height: 60px !important;
    color: #999 !important;
    font-size: 16px !important
}

.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea,
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea {
    display: block !important;
    width: 100% !important;
    height: 150px !important;
    line-height: 30px;
    color: #aaa;
    font-size: 16px;
    margin: 0 !important;
    padding: 15px 20px !important;
    background-color: #f9f9f9 !important;
    border: 0 !important;
    outline: none !important;
    resize: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyOrder_Right #ly_msg.ly_msg ul li .msg_btn {
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    float: inherit !important
}

.NyOrder_Right #ly_msg.ly_msg .msg_btn input {
    width: 200px !important;
    height: 60px !important;
    overflow: hidden !important;
    line-height: 60px !important;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center !important;
    background-color: #333 !important;
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
    border: none !important;
    cursor: pointer !important
}

.NyOrder_Right #ly_msg.ly_msg .msg_btn input:hover {
    background-color: #202020 !important
}

.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 {
    background-color: #2e89ff !important
}

.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover {
    background-color: #ffd542 !important
}

.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 {
    width: 100% !important
}

@media (max-width:1280px) {
    .NyOrder_Main .NyOrder_Left {
        height: 600px
    }

    .NyOrder_Left p {
        font-size: 26px
    }

    .NyOrder_Left font {
        font-size: 20px
    }

    .NyOrder_Left span {
        font-size: 15px;
        line-height: 25px
    }

    .NyOrder_Btn a {
        height: 50px;
        line-height: 50px
    }

    .NyOrder_Right #ly_msg.ly_msg ul li:last-child {
        margin: 30px auto 0 !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
        height: 50px !important;
        line-height: 50px;
        font-size: 15px
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea {
        height: 145px !important;
        line-height: 25px;
        font-size: 15px;
        padding: 10px 20px
    }

    .NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img {
        margin: 5px 0 !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span {
        line-height: 50px !important;
        font-size: 15px !important
    }

    .NyOrder_Right #ly_msg.ly_msg .msg_btn input {
        height: 50px !important;
        line-height: 50px !important
    }
}

@media (max-width:1200px) {
    .NyOrder .NyOrder_Main {
        padding: 30px
    }

    .NyOrder_Main .NyOrder_Left {
        padding: 60px 30px
    }

    .NyOrder_Left p {
        line-height: 36px
    }

    .NyOrder_Left .NyOrder_Btn {
        padding: 0 30px
    }

    .NyOrder_Main .NyOrder_Right {
        padding: 0 30px 0 0
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input {
        width: 200px !important
    }
}

@media (max-width:1080px) {
    .NyOrder .NyOrder_Main {
        padding: 25px
    }

    .NyOrder_Main .NyOrder_Left {
        height: 560px;
        padding: 50px 25px;
        background-size: 280px 160px
    }

    .NyOrder_Left p {
        line-height: 32px;
        font-size: 24px
    }

    .NyOrder_Left span {
        line-height: 24px;
        font-size: 14px
    }

    .NyOrder_Left .NyOrder_Btn {
        margin: 50px auto 0;
        padding: 0 25px
    }

    .NyOrder_Main .NyOrder_Right {
        padding: 0 25px 0 0
    }

    .NyOrder_Right #ly_msg.ly_msg ul li {
        margin: 0 0 20px !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1),
    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3),
    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) {
        width: 48.5% !important;
        margin: 0 3% 20px 0 !important;
        float: left !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2),
    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4),
    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) {
        width: 48.5% !important;
        margin: 0 0 20px 0 !important;
        float: right !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li:last-child {
        margin: 20px auto 0 !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
        font-size: 14px
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea {
        height: 140px !important;
        line-height: 24px;
        font-size: 14px
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input {
        width: 180px !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span {
        font-size: 14px !important
    }
}

@media (max-width:1024px) {
    .NyOrder_Main .NyOrder_Left {
        width: 30%;
        height: 590px
    }

    .NyOrder_Main .NyOrder_Right {
        width: 70%
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .c_yzm {
        height: 50px;
        float: inherit !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span {
        display: block;
        width: 100%;
        line-height: 30px !important
    }
}

@media (max-width:800px) {
    .NyOrder .NyOrder_Main {
        padding: 20px
    }

    .NyOrder_Main .NyOrder_Left {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        padding: 40px;
        float: inherit
    }

    .NyOrder_Left .NyOrder_Img {
        float: left;
        margin: 0 40px 0 0
    }

    .NyOrder_Left p {
        line-height: 30px;
        font-size: 24px;
        margin: 8px auto 2px
    }

    .NyOrder_Left span {
        margin: 10px auto 0
    }

    .NyOrder_Left .NyOrder_Btn {
        width: 200px;
        margin: 20px 0 0;
        padding: 0;
        float: left
    }

    .NyOrder_Main .NyOrder_Right {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        float: inherit
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .c_yzm {
        height: 50px;
        float: left !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span {
        display: inline-block;
        width: auto;
        line-height: 50px !important
    }
}

@media (max-width:767px) {
    .NyOrder .NyOrder_Main {
        padding: 12px
    }

    .NyOrder_Main .NyOrder_Left {
        padding: 20px
    }

    .NyOrder_Left .NyOrder_Img {
        width: 106px;
        height: 106px;
        margin: 0 20px 0 0;
        padding: 4px 0
    }

    .NyOrder_Img img {
        width: 90px;
        height: 90px;
        border: 4px solid rgba(0, 0, 0, 0.05)
    }

    .NyOrder_Left p {
        line-height: 24px;
        font-size: 18px;
        margin: 0 auto 2px
    }

    .NyOrder_Left span {
        line-height: 20px
    }

    .NyOrder_Left .NyOrder_Btn {
        width: 100%;
        margin: 20px auto 0;
        float: inherit
    }

    .NyOrder_Btn a {
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }

    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1),
    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3),
    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) {
        width: 100% !important;
        margin: 0 auto 20px !important;
        float: inherit !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2),
    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4),
    .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) {
        width: 100% !important;
        margin: 0 auto 20px !important;
        float: inherit !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
        padding: 0 12px !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input {
        width: 160px !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .c_yzm {
        height: 50px;
        float: inherit !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span {
        display: block;
        width: 100%;
        line-height: 24px !important;
        margin: 10px auto 0
    }

    .NyOrder_Right #ly_msg.ly_msg .msg_btn input {
        width: 48% !important;
        margin: 0 !important;
        float: left
    }

    .NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 {
        margin: 0 4% 0 0 !important
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea,
    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea {
        padding: 10px 12px !important
    }
}

@media (max-width:320px) {
    .NyOrder_Left .NyOrder_Img {
        float: inherit;
        margin: 0 auto 20px
    }

    .NyOrder_Left p {
        text-align: center
    }

    .NyOrder_Left span {
        text-align: center
    }

    .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input {
        width: 130px !important
    }
}

.NyProDetail .NyProDetail_Main {
    width: 100%;
    height: auto;
    margin: 60px auto;
    padding: 20px;
    background-color: #fff
}

.NyProDetail_Main .NyProDetail_Img {
    width: 38%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left
}

#preview {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative
}

.list-h li {
    float: left
}

#spec-n5 {
    width: 100%;
    height: 88px;
    margin-top: 10px;
    overflow: hidden
}

#spec-left {
    width: 16px;
    height: 88px;
    float: left;
    cursor: pointer;
    margin-top: 3px
}

#spec-right {
    width: 16px;
    height: 88px;
    float: left;
    cursor: pointer;
    margin-top: 3px
}

#spec-list {
    width: 440px;
    float: left;
    overflow: hidden;
    margin-left: 2px;
    display: inline
}

#spec-list ul {}

#spec-list ul li {
    float: left;
    display: inline;
    padding: 0;
    width: 23.5%;
    height: 88px;
    margin: 0 2% 0 0
}

#spec-list ul li:nth-child(4) {
    margin: 0
}

#spec-list ul li p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: relative
}

#spec-list ul li:hover p {
    border: 1px solid #2e89ff
}

#spec-list ul li img {
    display: block;
    max-width: 92%;
    max-height: 94%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.jqzoom {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    padding: 0;
    background-color: #fff
}

.jqzoom img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    background: url(../images/loading.html) #fff no-repeat center center;
    border: 1px solid #eaeaea;
    display: none;
    text-align: center;
    overflow: hidden;
    left: 102% !important;
    top: 0 !important
}

.jqZoomPup {
    width: 200px !important;
    height: 200px !important;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move
}

#spec-list {
    position: relative;
    width: 100%;
    margin: 0
}

#spec-list div {
    width: 100% !important;
    height: 70px !important;
    margin: 0
}

#ceshi {
    display: block;
    margin: auto !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.NyProDetail_Img a.videoIco {
    left: 20px !important;
    bottom: 20px !important;
    z-index: 99 !important
}

.Warning {
    width: 100% !important;
    height: 100% !important
}

.NyProDetail_Main .NyProDetail_Text {
    width: 62%;
    height: auto;
    margin: 0;
    padding: 40px 20px 0 40px;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Text .NyProDetail_Name {
    width: 100%;
    height: auto;
    min-height: 40px;
    max-height: 80px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    word-break: break-all;
    position: relative;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto 40px;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Text .NyProDetail_Ms {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Text .NyProDetail_Ms span {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    margin: 0 auto 10px;
    padding: 0
}

.NyProDetail_Text .NyProDetail_Ms span img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 10px 5px 0;
    padding: 0;
    float: left
}

.NyProDetail_Text .NyProDetail_Ms p {
    width: 100%;
    height: auto;
    max-height: 56px;
    overflow: hidden;
    line-height: 28px;
    color: #999;
    font-size: 16px;
    word-break: break-all;
    text-align: justify;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    padding: 0
}

.NyProDetail_Text .NyProDetail_Tags {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.NyProDetail_Tags dl dd {
    width: auto;
    max-width: 30%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 4% 0 0;
    padding: 0;
    float: left
}

.NyProDetail_Tags dl dd:nth-child(4) {
    margin: 0
}

.NyProDetail_Tags dl dd i {
    display: block;
    width: 6px;
    height: 6px;
    margin: 16px 10px 16px 0;
    padding: 0;
    border: 1px solid #2e89ff;
    border-radius: 50%;
    float: left
}

.NyProDetail_Text .NyProDetail_Btm {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 40px auto 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Btm a {
    display: block;
    width: auto;
    height: 60px;
    overflow: hidden;
    margin: 0 40px 0 0;
    padding: 0;
    background-color: #edf0f7;
    border-radius: 30px;
    float: left
}

.NyProDetail_Btm a.Btn01 i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 6px;
    background-color: rgba(100, 46, 137, 0.05);
    border-radius: 50%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Btm a.Btn01 i em {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    background: #2e89ff url(../images/ico11.png) center center no-repeat;
    background-size: 30px 30px;
    border-radius: 50%
}

.NyProDetail_Btm a.Btn01 span {
    display: block;
    width: auto;
    height: 60px;
    line-height: 40px;
    color: #2e89ff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 30px 10px 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Btm a.Btn02 {
    margin: 0
}

.NyProDetail_Btm a.Btn02 i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 6px;
    background: rgba(51, 51, 51, 0.05);
    border-radius: 50%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Btm a.Btn02 i em {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    background: #333333 url(../images/ico12.png) center center no-repeat;
    background-size: 30px 30px;
    border-radius: 50%
}

.NyProDetail_Btm a.Btn02 span {
    display: block;
    width: auto;
    height: 60px;
    line-height: 40px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 10px 30px 10px 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Con .NyProDetail_Tit {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    border-bottom: 1px solid #e6e6e6
}

.NyProDetail_Con .NyProDetail_Tit span {
    display: block;
    width: auto;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #2e89ff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #2e89ff;
    float: left
}

.NyProDetail_Con .NyProDetail_Tit a {
    display: block;
    width: auto;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 60px;
    padding: 0;
    border-bottom: 2px solid #fff;
    float: left
}

.NyProDetail_Con .NyProDetail_Tit a:hover {
    color: #2e89ff;
    border-bottom: 2px solid #2e89ff
}

.NyProDetail_Con .ProDetailText {
    width: 100%
}

.ProDetailText img,
.ProDetailText table,
.ProDetailText tr,
.ProDetailText td,
.ProDetailText p,
.ProDetailText span,
.ProDetailText div,
.ProDetailText video,
.ProDetailText embed {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    white-space: normal;
    word-break: break-all;
    text-align: justify;
    overflow: hidden
}

.ProDetailText table tr td p {
    text-indent: 0 !important
}

.ProDetailText img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-indent: 0 !important
}

.NyPro_PrevNext {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    padding: 7px 30px;
    background-color: #2e89ff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyPro_PrevNext p {
    width: 42%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyPro_PrevNext p a {
    line-height: 40px;
    color: #fff;
    font-size: 16px
}

.NyPro_PrevNext p.NyProPrev {
    padding: 0 0 0 30px
}

.NyPro_PrevNext p.NyProNext {
    padding: 0 30px 0 0;
    text-align: right
}

.NyPro_PrevNext p img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px
}

.NyPro_PrevNext p.NyProPrev img {
    left: 0
}

.NyPro_PrevNext p.NyProNext img {
    right: 0
}

.NyPro_PrevNext a.NyProAll {
    display: block;
    width: 16%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left
}

.NyPro_PrevNext a.NyProAll img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    padding: 0
}

.OdrTitle {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0
}

.OdrTitle p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0
}

.OdrTitle i {
    display: block;
    width: 128px;
    height: 13px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: url(../images/line04.png) center center no-repeat
}

.NyProOrder_Main {
    width: 100%;
    height: auto;
    margin: 60px auto 0;
    padding: 0;
    position: relative
}

.NyProOrder_Main #ly_msg.ly_msg {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.NyProOrder_Main #ly_msg.ly_msg h3 {
    display: none !important
}

.NyProOrder_Main #ly_msg.ly_msg ul {
    width: 100% !important;
    overflow: hidden !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li h4,
.NyProOrder_Main #ly_msg.ly_msg ul li h4.xh {
    display: none !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li {
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    line-height: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    margin: 0 0 25px !important;
    padding: 0 !important;
    clear: inherit !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(1),
.NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(3),
.NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(5) {
    width: 48% !important;
    margin: 0 4% 25px 0 !important;
    float: left !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(2),
.NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(4),
.NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(6) {
    width: 48% !important;
    float: right !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li:last-child {
    margin: 25px auto 0 !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1,
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12,
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_tara {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1 input,
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 input,
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input,
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
    display: block !important;
    width: 100% !important;
    height: 60px !important;
    line-height: 60px;
    color: #666;
    font-size: 16px;
    margin: 0 !important;
    padding: 0 20px !important;
    background-color: #fff !important;
    border: 0 !important;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyProOrder_Main #ly_msg.ly_msg ul li .c_yzm {
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    float: left !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input {
    width: 200px !important;
    margin: 0 10px 0 0 !important;
    float: left !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li a.yzm_img {
    display: block !important;
    width: 120px !important;
    height: 40px !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    float: left !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span {
    line-height: 60px !important;
    color: #999 !important;
    font-size: 16px !important
}

.NyProOrder_Main #ly_msg.ly_msg ul li .msg_tara textarea,
.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt0 textarea {
    display: block !important;
    width: 100% !important;
    height: 150px !important;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    margin: 0 !important;
    padding: 15px 20px !important;
    background-color: #fff !important;
    border: 0 !important;
    outline: none !important;
    resize: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyProOrder_Main #ly_msg.ly_msg ul li .msg_btn {
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    float: inherit !important
}

.NyProOrder_Main #ly_msg.ly_msg .msg_btn input {
    width: 200px !important;
    height: 60px !important;
    overflow: hidden !important;
    line-height: 60px !important;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center !important;
    background-color: #333 !important;
    margin: 0 30px 0 0 !important;
    padding: 0 !important;
    border: none !important;
    cursor: pointer !important;
    float: left
}

.NyProOrder_Main #ly_msg.ly_msg .msg_btn input:hover {
    background-color: #2e89ff !important
}

.NyProOrder_Main #ly_msg.ly_msg .msg_btn input.msg_btn1 {
    background-color: #2e89ff !important
}

.NyProOrder_Main #ly_msg.ly_msg .msg_btn input.msg_btn1:hover {
    background-color: #ffd542 !important;
    color: 333
}

.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 {
    width: 100% !important
}

@media (max-width:1440px) {
    .NyProDetail .NyProDetail_Main {
        margin: 40px auto
    }

    .NyProDetail_Tags dl dd {
        margin: 0 30px 0 0
    }

    .NyProDetail_Con {
        padding: 30px
    }

    .NyProOrder_Main {
        margin: 40px auto 0
    }
}

@media (max-width:1366px) {
    .NyProDetail_Main .NyProDetail_Img {
        width: 40%
    }

    .jqzoom {
        height: 340px
    }

    #spec-n5 {
        height: 80px
    }

    #spec-list ul li {
        height: 80px
    }

    .NyProDetail_Main .NyProDetail_Text {
        width: 60%
    }

    .NyProDetail_Text .NyProDetail_Name {
        font-size: 26px;
        margin: 0 auto 30px
    }

    .NyProDetail_Text .NyProDetail_Ms span {
        font-size: 16px
    }

    .NyProDetail_Text .NyProDetail_Ms p {
        max-height: 50px;
        line-height: 25px;
        font-size: 15px
    }

    .NyProDetail_Tags dl dd {
        width: 48.5%;
        max-width: inherit;
        font-size: 15px;
        margin: 0 3% 0 0
    }

    .NyProDetail_Tags dl dd:nth-child(2n+2) {
        margin: 0
    }

    .NyProDetail_Btm .NyProDetail_Tel span {
        font-size: 14px
    }

    .NyPro_PrevNext a.NyProAll,
    .NyPro_PrevNext p a {
        font-size: 15px
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .c_yzm {
        width: auto !important
    }
}

@media (max-width:1280px) {
    .NyProDetail_Main .NyProDetail_Img {
        width: 42%
    }

    .NyProDetail_Main .NyProDetail_Text {
        width: 58%;
        padding: 20px 20px 0 40px
    }

    .NyProDetail_Text .NyProDetail_Name {
        margin: 0 auto 20px
    }

    .NyProDetail_Text .NyProDetail_Btm {
        margin: 30px auto 0
    }

    .NyProDetail_Btm a {
        margin: 0 30px 0 0
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1 input,
    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 input,
    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input,
    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 15px
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_tara textarea,
    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt0 textarea {
        height: 145px !important;
        line-height: 25px;
        font-size: 15px;
        padding: 10px 20px !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li a.yzm_img {
        margin: 5px 0 !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span {
        font-size: 15px !important;
        line-height: 50px !important
    }

    .NyProOrder_Main #ly_msg.ly_msg .msg_btn input {
        height: 50px !important;
        line-height: 50px !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_btn {
        left: 20px
    }
}

@media (max-width:1200px) {
    .NyProDetail_Main .NyProDetail_Img {
        width: 40%
    }

    .NyProDetail_Main .NyProDetail_Text {
        width: 60%;
        padding: 20px 20px 0 40px
    }

    .NyProDetail_Text .NyProDetail_Ms {
        margin: 0 auto 15px;
        padding: 0 0 20px
    }

    .NyProDetail_Text .NyProDetail_Btm {
        height: 50px;
        margin: 20px auto 0
    }

    .NyProDetail_Btm a {
        height: 50px
    }

    .NyProDetail_Btm a.Btn01 i,
    .NyProDetail_Btm a.Btn02 i {
        width: 50px;
        height: 50px;
        padding: 4px
    }

    .NyProDetail_Btm a.Btn01 i em,
    .NyProDetail_Btm a.Btn02 i em {
        width: 42px;
        height: 42px
    }

    .NyProDetail_Btm a.Btn01 span {
        height: 50px;
        padding: 5px 30px 5px 20px;
        font-size: 18px
    }

    .NyProDetail_Btm a.Btn02 span {
        height: 50px;
        padding: 5px 30px 5px 20px;
        font-size: 22px
    }

    .jqzoom {
        height: 300px
    }

    #spec-n5 {
        height: 72px
    }

    #spec-list ul li {
        height: 72px
    }

    .NyProDetail_Con {
        padding: 20px
    }

    .NyProDetail_Con .NyProDetail_Tit {
        margin: 0 auto 20px
    }

    .NyProDetail_Con .NyProDetail_Tit a {
        margin: 0 0 0 40px
    }
}

@media (max-width:1079px) {
    .NyProDetail_Text .NyProDetail_Name {
        min-height: 36px;
        max-height: 72px;
        line-height: 36px;
        font-size: 24px
    }

    .NyProDetail_Text .NyProDetail_Ms {
        padding: 0 0 15px
    }

    .NyProDetail_Text .NyProDetail_Ms p {
        max-height: 48px;
        line-height: 24px;
        font-size: 14px
    }

    .NyProDetail_Tags dl dd {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .NyProDetail_Tags dl dd i {
        margin: 11px 8px 11px 0
    }

    .NyProDetail .NyProDetail_Main {
        margin: 40px auto
    }

    .nyprobox .nyproxxcont {
        margin-top: 0
    }

    .NyProDetail_Con .NyProDetail_Tit {
        margin: 0 auto 20px
    }

    .NyProOrder_Main {
        margin: 40px auto 0
    }

    .NyProOrder_Main #ly_msg.ly_msg .msg_btn input {
        width: 160px !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .c_yzm {
        height: 50px
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span {
        display: block;
        width: 100%;
        line-height: 30px !important;
        padding: 10px 0;
        font-size: 14px !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_btn {
        margin: 0 !important
    }

    .jqzoom {
        height: 280px
    }

    #spec-n5 {
        height: 66px
    }

    #spec-list ul li {
        height: 66px
    }
}

@media (max-width:1024px) {
    .NyProDetail .NyProDetail_Main {
        margin: 30px auto
    }

    .NyProDetail_Btm a {
        margin-right: 15px
    }

    .NyProDetail_Btm a.Btn01 span {
        padding: 5px 20px 5px 10px;
        font-size: 18px
    }

    .NyProDetail_Btm a.Btn02 span {
        padding: 5px 20px 5px 10px;
        font-size: 18px
    }
}

@media (max-width:880px) {
    .NyProDetail_Con .proshowParameter table td {
        width: 74% !important
    }
}

@media (max-width:800px) {
    .NyProDetail .NyProDetail_Main {
        margin: 25px auto
    }

    .NyProDetail_Main .NyProDetail_Img {
        width: 100%;
        margin: 0 auto 20px;
        padding: 0;
        float: inherit
    }

    .jqzoom {
        height: 480px
    }

    #spec-n5 {
        height: 100px
    }

    #spec-list ul li {
        height: 100px
    }

    .zoomdiv {
        display: none !important
    }

    .NyProDetail_Main .NyProDetail_Text {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        float: inherit
    }

    .NyProDetail_Text .NyProDetail_Ms {
        margin: 20px auto
    }

    .NyProDetail_Text .NyProDetail_Name {
        font-size: 24px
    }

    .NyProDetail_Content .NyProDetail_Right {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        float: inherit
    }

    .NyProDetail_Content .NyProDetail_Left {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        float: inherit
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li:last-child {
        margin: 20px auto 0 !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_btn {
        width: 100% !important;
        position: inherit;
        left: inherit;
        bottom: inherit
    }

    .NyProOrder_Main #ly_msg.ly_msg .msg_btn input {
        margin: 0 20px 0 0 !important
    }

    .NyPro_PrevNext {
        padding: 5px 20px
    }
}

@media (max-width:767px) {
    .NyProDetail .NyProDetail_Main {
        margin: 20px auto;
        padding: 12px
    }

    .NyProDetail_Con .NyProDetail_Tit {
        margin: 0 auto 20px
    }

    .NyProDetail_Con .ProDetailText {
        margin: 0 auto
    }

    .ProDetailText div,
    .ProDetailText p {
        margin: 0 auto 10px
    }

    .jqzoom {
        height: 260px
    }

    #spec-n5 {
        height: 66px
    }

    #spec-list ul li {
        height: 66px
    }

    .NyProDetail_Text .NyProDetail_Name {
        min-height: 32px;
        max-height: 64px;
        line-height: 32px;
        font-size: 22px;
        margin: 0 auto 15px
    }

    .NyProDetail_Text .NyProDetail_Name i {
        height: 22px;
        top: 5px
    }

    .NyProDetail_Text .NyProDetail_Ms {
        margin: 0 auto 15px;
        padding: 0 0 15px
    }

    .NyProDetail_Text .NyProDetail_Ms p {
        height: auto;
        max-height: 72px;
        line-height: 24px;
        font-size: 14px
    }

    .NyProDetail_Tags dl dd {
        width: 100%;
        margin: 0 auto;
        padding: 4px 0;
        float: inherit
    }

    .NyProDetail_Text .NyProDetail_Btm {
        height: auto;
        margin: 15px auto 0
    }

    .NyProDetail_Btm a {
        margin: 0 12px 12px 0
    }

    .NyProDetail_Btm a.Btn01 span {
        padding: 5px 20px 5px 10px
    }

    .NyProDetail_Btm a.Btn02 span {
        padding: 5px 20px 5px 10px
    }

    .NyProDetail_Con .NyProDetail_Tit a {
        margin: 0 0 0 20px
    }

    .NyPro_PrevNext {
        margin: 20px auto 0;
        padding: 10px 20px
    }

    .NyPro_PrevNext p {
        width: 100%;
        font-size: 14px;
        text-align: left;
        padding: 0
    }

    .NyPro_PrevNext p a {
        font-size: 14px
    }

    .NyPro_PrevNext p.NyProNext {
        text-align: left;
        padding: 0 0 0 30px
    }

    .NyPro_PrevNext p.NyProNext img {
        right: inherit;
        left: 0
    }

    .NyPro_PrevNext a.NyProAll {
        width: 100%;
        font-size: 14px;
        text-align: left
    }

    .NyProOrder_Main {
        margin: 20px auto 0
    }

    .NyProOrder_Main .NyProOrder_Left {
        padding: 0;
        margin: 0 auto 20px
    }

    .NyProOrder_Title p {
        line-height: 36px;
        font-size: 26px
    }

    .NyProOrder_Title i {
        height: 3px;
        margin: 7px 0 10px
    }

    .NyProOrder_Title span {
        line-height: 24px;
        font-size: 16px
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li {
        margin: 0 auto 10px !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(1),
    .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(3),
    .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(5) {
        width: 100% !important;
        margin: 0 auto 10px !important;
        float: inherit !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(2),
    .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(4),
    .NyProOrder_Main #ly_msg.ly_msg ul li:nth-child(6) {
        width: 100% !important;
        margin: 0 auto 10px !important;
        float: inherit !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input {
        width: 160px !important
    }

    .NyProOrder_Main #ly_msg.ly_msg .msg_btn input {
        width: 48% !important;
        margin: 0 !important
    }

    .NyProOrder_Main #ly_msg.ly_msg .msg_btn input.msg_btn1 {
        margin: 0 4% 0 0 !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span {
        line-height: 24px !important;
        font-size: 14px !important;
        padding: 10px 0 0
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1 input,
    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 input,
    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input,
    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
        font-size: 14px
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_tara textarea,
    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt0 textarea {
        font-size: 14px;
        height: 140px !important;
        line-height: 24px
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li:last-child {
        margin: 20px auto 0 !important
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .c_yzm {
        float: inherit !important
    }
}

@media (max-width:375px) {
    .jqzoom {
        height: 240px
    }

    #spec-n5 {
        height: 60px
    }

    #spec-list ul li {
        height: 60px
    }
}

@media (max-width:320px) {
    .jqzoom {
        height: 210px
    }

    #spec-n5 {
        height: 52px
    }

    #spec-list ul li {
        height: 52px
    }

    .NyProDetail_Btm .NyProDetail_Tel img {
        position: inherit;
        left: inherit;
        top: inherit;
        margin: 0 auto 10px
    }

    .NyProDetail_Btm .NyProDetail_Tel span,
    .NyProDetail_Btm .NyProDetail_Tel p {
        text-align: center
    }

    .NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input {
        width: 130px !important
    }
}

/* 经典案例 start */
.NyNews_Main {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    padding: 0
}

.NyNews_Main .NyNews_List {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.NyNews_List ul li {
    display: flex;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    margin: 0 0 40px 0;
    border-bottom: 2px solid #c5c5c5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


.NyNews_List ul li .NyNews_Time {
    width: 320px;
    height: 180px;
    margin: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.NyNews_List ul li .NyNews_Time em {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.NyNews_List ul li .NyNews_Time span {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.NyNews_List ul li:hover .NyNews_Time span {
    color: #fff
}

.NyNews_List ul li .NyNews_Text {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 20px 0px 18px 30px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyNews_List ul li .NyNews_Text span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.NyNews_List ul li .NyNews_Text a.NyNews_Name {
    display: block;
    width: 100%;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 15px auto 20px;
    padding: 0;
}

.NyNews_List ul li .NyNews_Text p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.NyNews_List ul li:hover .NyNews_Text a.NyNews_Name {
    color: #C20A14
}

.NyNews_List ul li:hover .NyNews_Text p {
    color: #666666;
}
 .NyNews_Main #fengye {
        margin: 20px auto 20px
    }


@media (max-width:1440px) {
    .NyNews_List ul li {
        padding-bottom: 30px;
    }

    .NyNews_List ul li .NyNews_Text {
        padding: 20px 30px 20px
    }

    .NyNews_List ul li .NyNews_Text p {
        line-height: 25px;
        font-size: 15px
    }
}

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

@media (max-width:1200px) {
    .NyNews_List ul li {
        padding-bottom: 0px;
    }

    .NyNews_List ul li .NyNews_Time img {
        width: 256px;
        height: 144px;
    }

    .NyNews_List ul li .NyNews_Text {
        padding: 12px 20px 20px
    }

    .NyNews_List ul li .NyNews_Text a.NyNews_Name {
        font-size: 18px;
        margin: 15px auto 15px;
    }

    .NyNews_List ul li .NyNews_Text p {
        height: 72px;
        line-height: 24px;
        font-size: 14px
    }

}

@media (max-width:935px) {
    .NyNews_List ul li {
        width: 100%;
        margin: 0 auto 20px;
        float: inherit
    }

    .NyNews_List ul li .NyNews_Text p {
        height: auto;
        max-height: 48px;
        -webkit-line-clamp: 2
    }
}

@media (max-width:767px) {
    #fengye {
        margin: 8px auto 0;
        font-size: 0
    }

    #fengye .p_input,
    #fengye input {
        display: none
    }
}

@media (max-width:700px) {
    .NyNews_List ul li .NyNews_Time img {
        width: 200px;
        height: 144px;
    }

    .ind_article .swiper-wrapper {
        width: 100%;
    }

    .ind_article .second_box {
        width: 100%;
    }

    .ind_article .second_box li {
        width: 100% !important;
    }

}
@media (max-width:550px) {
  .ind_article ul li a {
        font-size: 22px;
    }
  .ind_article .swiper-wrapper li:first-child .name a {
    width: 100% !important;
}
    .ind_article .second_box li {
        background-image: url(../../../../uploads/allimg/20240520/1-240520151Q0622.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ind_article .second_box li .name a {
    color: #fff !important;
}
  .ind_article .second_box li:nth-child(2),  .ind_article .second_box li:nth-child(3),  .ind_article .second_box li:nth-child(4) {
display:none
}
       .NyNews_List ul li .NyNews_Time {
      width: 160px;
        height: 115px;
    }
      .NyNews_List ul li .NyNews_Time img {
        width: 160px;
        height: 115px;
    }
      .NyNews_List ul li .NyNews_Text {
        padding: 0px 15px 15px;
    }
      .NyNews_List ul li .NyNews_Text a.NyNews_Name {
        font-size: 16px;
        margin: 15px auto 15px;
    }
}

@media (max-width:430px) {
    .ind_article ul li a {
        font-size: 18px;
    }
      .NyNews_List ul li {
        margin: 0 auto 10px;
    }
         .NyNews_List ul li .NyNews_Time {
      width: 160px;
        height: 115px;
    }
      .NyNews_List ul li .NyNews_Time img {
        width: 160px;
        height: 115px;
    }
      .NyNews_List ul li .NyNews_Text {
        padding: 0px 10px 10px;
    }
      .NyNews_List ul li .NyNews_Text a.NyNews_Name {
        font-size: 14px;
    }
}

@media (max-width:375px) {
      .NyNews_List ul li .NyNews_Time {
      width: 140px;
        height: 110px;
         padding: 0;
    }
        .NyNews_List ul li .NyNews_Time img {
        width: 140px;
        height: 110px;
    }
  
    .NyNews_List ul li .NyNews_Text {
        padding: 0px 10px 3px;
    }
  .NyNews_List ul li .NyNews_Text span {
    font-size: 14px;
}

    .NyNews_List ul li .NyNews_Text a.NyNews_Name {
        margin: 8px auto 8px;
    }

    .NyNews_List ul li {
        min-height: 40px;
         padding-bottom: 5px;
    }

  #fengye a {
    margin: 0 2px;
}
}

@media (max-width:320px) {
    #fengye a {
        padding: 0 1px
    }
}

/* 经典案例 end */

/* 知识课堂 start */
.classroom_Main {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    padding: 0
}

.classroom_Main .classroom_List {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.classroom_List ul li {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


.classroom_List ul li .NyNews_Time {
    width: 440px;
    height: 188px;
    margin: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.classroom_List ul li .NyNews_Text {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F8F8F8;
    margin: 0;
    padding: 34px 39px 33px 40px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.classroom_List ul li .NyNews_Text a.NyNews_Name {
    display: block;
    font-size: 24px;
    width: 100%;
    color: #000;
    font-weight: bold;
    white-space: wrap;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.classroom_List ul li .NyNews_Text .line {
    width: 80px;
    height: 2px;
    background-color: #C20A14;
    margin-top: 15px;
    margin-bottom: 20px;
}

.classroom_List ul li .NyNews_Text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.classroom_List ul li:hover .NyNews_Text a.NyNews_Name {
    color: #C20A14
}

.classroom_List ul li:hover .NyNews_Text p {
    color: #666666;
}

@media (max-width:1440px) {
    .classroom_List ul li .NyNews_Time {
        width: 396px;
    }

    .classroom_List ul li .NyNews_Text {
        padding: 15px 20px 20px
    }

    .classroom_List ul li .NyNews_Text a.NyNews_Name {
        height: 30px;
        line-height: 30px;
        margin: 0 auto 10px
    }

    .classroom_List ul li .NyNews_Text p {
        height: 75px;
        line-height: 25px;
        font-size: 15px
    }

}

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

@media (max-width:1200px) {
    .classroom_List ul li .NyNews_Time {
        width: 352px;
    }

    .classroom_List ul li .NyNews_Text {

        padding: 12px 20px 20px
    }

    .classroom_List ul li .NyNews_Text a.NyNews_Name {
        font-size: 18px;
        margin: 0 auto 6px;
                  height: auto;
    }

    .classroom_List ul li .NyNews_Text p {
        height: 72px;
        line-height: 24px;
        font-size: 14px
    }
}

@media (max-width:800px) {
    .classroom_List ul {
        width: 100% !important;
    }

    .classroom_List ul li {
        width: 100%;
        margin: 0 auto 20px;
        float: inherit
    }

    .classroom_List ul li .NyNews_Time img {
        width: 280px;
        height: 188px;
    }

    .classroom_List ul li .NyNews_Text {
        height: 188px;
    }

    .classroom_List ul li .NyNews_Text p {
        height: auto;
        max-height: 48px;
        -webkit-line-clamp: 2
    }

    .classroom_Main #fengye {
        margin: 20px auto 0
    }
}

@media (max-width:767px) {
    .classroom_List ul li .NyNews_Time {
        width: 200px;
        height: 144px;
    }

    .classroom_List ul li .NyNews_Time img {
        width: 200px;
        height: 144px;
    }

    .classroom_List ul li .NyNews_Text {
        height: 145px;
    }

    #fengye {
        margin: 8px auto 0;
        font-size: 0
    }

    #fengye .p_input,
    #fengye input {
        display: none
    }

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

    .classroom_List ul li .NyNews_Text {
        height: 115px;
        padding: 5px 10px;
    }
    .classroom_List ul li .NyNews_Text a.NyNews_Name {
        font-size: 16px;
        margin: 0 auto 0;
        height: auto;
    }
  .classroom_List ul li .NyNews_Text .line {

    margin-top: 10px;
    margin-bottom: 5px;
}
        .classroom_List ul li .NyNews_Time {
      width: 160px;
        height: 115px;
    }
      .classroom_List ul li .NyNews_Time img {
               width: 160px;
        height: 115px;
    }
}
@media (max-width:430px) {}




@media (max-width:375px) {
    .classroom_List ul li {
        min-height: 40px;
    }
      .classroom_List ul li .NyNews_Text {
        padding: 8px;
    }

    .classroom_List ul li .NyNews_Time {
        width: auto;
        height: 40px;
        padding: 0 
    }
      .classroom_List ul li .NyNews_Text a.NyNews_Name {
        font-size: 14px;
    }

    .classroom_List ul li .NyNews_Time em {
        display: inline-block;
        width: auto;
        height: 40px;
        line-height: 40px;
        margin: 0 10px 0 0
    }

    .classroom_List ul li .NyNews_Time span {
        display: inline-block;
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }

}

@media (max-width:320px) {
    #fengye a {
        padding: 0 10px
    }
}

/* 知识课堂 end */

/* 联系我们 start */
.contact {
    background-color: #F8F8F8;
}

.NyContactUs {
    width: 100%
}

.NyContactUs .NyContactUs_Infor {
    height: auto;
    margin: 0 auto 50px
}

.NyContactUs_Infor .NyContactUsInfor_Main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}


.NyContactUsInfor_Main .NyContactUsInfor_Con {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff
}


.NyContactUsInfor_Con .NyContactUs_Lxfs {
    width: 100%;
    /* height: 240px; */
    /* overflow: hidden; */
    margin: 0;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyContactUsInfor_Con .NyContactUs_Lxfs ul {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
}

.NyContactUs_Lxfs ul li {
    width: 33.3%;
    height: auto;
    margin: 0;
    padding: 0 45px;
    border-right: 1px solid #e6e6e6;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyContactUs_Lxfs ul li:nth-child(3) {
    border: 0
}

.NyContactUs_Lxfs ul li img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 14px auto 20px;
    padding: 0
}

.NyContactUs_Lxfs ul li span {
    display: block;
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 18px;
    color: #C20A14;
    padding-bottom: 15px !important;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    padding: 0
}

.NyContactUs_Lxfs ul li p {
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    max-height: 50px;
    /* overflow: hidden; */
    text-align: center;
    word-break: break-all;
    display: -webkit-box;
    /* text-overflow: ellipsis; */
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    padding: 0
}

.QR_code ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.QR_code ul li{
width:25%;
  text-align:center;
}

.QR_code ul li img {
      width: 228px;
    height: 280px;

}




@media (max-width:1440px) {
    .NyContactUs_Infor .NyContactUsInfor_Main {
        width: 100%
    }

    .NyContactUs .NyContactUs_Infor {
        margin: 0 auto 30px
    }

    .NyContactUsInfor_Main .NyContactUsInfor_Con {
        padding: 30px 0
    }

    .NyContactUs_Lxfs ul li span {
        font-size: 16px
    }

    .NyContactUs_Lxfs ul li p {
        font-size: 16px
    }

}

@media (max-width:1366px) {
    .NyContactUs_Lxfs ul li {
        padding: 0 60px;
    }
}

@media (max-width:1280px) {
    .NyContactUsInfor_Con .NyContactUs_Lxfs {
        padding: 52px 0
    }

    .NyContactUs_Lxfs ul li {
        padding: 0 20px;
    }
}

@media (max-width:1200px) {


    .NyContactUsInfor_Con .NyContactUs_Lxfs {
        padding: 30px 0
    }

    .NyContactUs_Lxfs ul li span {
        font-size: 16px
    }

    .NyContactUs_Lxfs ul li p {
        font-size: 15px
    }

    .QR_code ul li img {
        width: 210px;
    height: 258px;
    }
}
@media (max-width:1080px) {

    .QR_code ul li img {
        width: 189px;
    height: 232px;
    }}


@media (max-width:800px) {

    .NyContactUsInfor_Main .NyContactUsInfor_Con {
        padding: 20px 0
    }

    .NyContactUsInfor_Con .NyContactUs_Lxfs {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 20px;
        float: inherit
    }

    .NyContactUs_Lxfs ul li span {
        font-size: 15px
    }

    .NyContactUs_Lxfs ul li p {
        font-size: 15px
    }

    .NyMap {
        height: 300px
    }

    .QR_code ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

}

@media (max-width:766px) {
    .NyContactUs .NyContactUs_Infor {
        margin: 0 auto 20px
    }

    .NyContactUsInfor_Con .NyContactUs_Lxfs {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 20px;
        float: inherit
    }

    .NyContactUs_Lxfs ul li {
        width: 33.3%;
        margin: 0 auto;
        padding: 20px 10px;
        border-right: 0;
        /* border-bottom: 1px solid #e6e6e6; */
        float: inherit
    }

    .NyContactUs_Lxfs ul li img {
        margin: 0 auto 10px
    }

    .NyContactUs_Lxfs ul li span {
        font-size: 16px
    }

    .NyContactUs_Lxfs ul li p {
        font-size: 12px;
    }

    .QR_code ul li img {
        width: 160px;
        height: 200px;
    }
}

@media (max-width:670px) {
    .QR_code ul {
        justify-content: space-between;
    }

    .QR_code ul li img {
        width: 157.5px;
        height: 193.5px;
    }
}

@media (max-width:595px) {
    .QR_code ul li img {
        width: 130px;
        height: 170px;
    }

    .QR_code ul {
        justify-content: flex-start;
        padding-bottom: 0px !important;
    }

    .NyContactUs_Lxfs ul li img {
        width: 40px;
        height: 40px;
        margin-bottom: 5px !important;
    }

    .NyContactUs_Lxfs ul li span {
        font-size: 14px;
        padding: 0 0 5px !important;
    }

    .NyContactUs_Lxfs ul li p {
        font-size: 10px;
    }
}

@media (max-width:550px) {
    .QR_code ul li{
  width:50%
  }
      .QR_code ul li img {
        width: 100%;
        height: auto;
    }

}

@media (max-width:430px) {


    #map {
        height: 200px !important;
    }

    .NyContactUs_Lxfs ul li span {
        font-size: 12px;
        padding: 0 0 5px !important;
    }

    .NyContactUs_Lxfs ul li p {
        font-size: 10px;
    }

}

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

/* 联系我们 end  */
/* 业务领域 start  */
.business {
    background-color: #fff;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

.NyBusinessInfor_Main .mission-tab .first-u {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.NyBusinessInfor_Main .mission-tab .first-u .tab {
    width: 23.75%;
    margin-right: 1.66%;
    margin-bottom: 20px;
}

.NyBusinessInfor_Main .mission-tab .first-u .tab .tab-button {
    width: 100%;
    text-align: center;
    height: 120px;
    background: #F8F8F8;
    padding: 23px 22px 0px;

}

.NyBusinessInfor_Main .mission-tab .first-u .tab .tab-button:hover {
    background-color: #C20A14;
}

.NyBusinessInfor_Main .mission-tab .first-u .tab .tab-button:hover span {
    color: #fff;
}

.NyBusinessInfor_Main .mission-tab .first-u .tab:nth-child(4n) {
    margin-right: 0px;
}

.NyBusinessInfor_Main .mission-tab .first-u .tab .tab-button img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 39px !important;
    height: 39px !important;
}

.NyBusinessInfor_Main .mission-tab .first-u .tab:nth-child(4) .tab-button img {
    margin-bottom: 5px;
}

.NyBusinessInfor_Main .mission-tab .first-u .tab .tab-button span {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 600;
}

.NyBusinessInfor_Main .mission-tab .first-u .tab .content_box {
    display: block;
    width: 100%;
    height: 180px;
    margin-top: 20px;
}

.NyBusinessInfor_Main .mission-tab .first-u .tab .content_box {
    display: none;
}

.NyBusinessInfor_Main .mission-tab .first-u .tab:nth-child(1) .content_box {
    display: block;

}

.NyBusinessInfor_Main .mission-tab .first-u .tab:hover .content_box {
    display: block;

}

.mission-tab .tab-button .svg2 {
    display: none !important;
}

.mission-tab .tab-button:hover .svg1 {
    display: none !important;
}

.mission-tab .tab-button:hover .svg2 {
    display: block !important;
}

.NyBusinessInfor_Main .mission-tab .first-u .content_box .second_u {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px 20px;
}

.NyBusinessInfor_Main .mission-tab .first-u .content_box .second_u li {
    list-style-type: disc;
    width: 100%;
}

.NyBusinessInfor_Main .mission-tab .first-u .content_box .second_u li span {
    color: #999;
}

.NyBusinessInfor_Main .mission-tab .first-u .content_box .second_u_last {
    display: flex;
}

.NyBusinessInfor_Main .mission-tab .first-u .content_box .second_u_last li {
    width: 50%;

}

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

@media screen and (max-width: 1080px) {
    .NyBusinessInfor_Main .mission-tab .first-u .tab .tab-button {
        height: 150px;
    }
}

@media screen and (max-width: 968px) {
    .NyBusinessInfor_Main .mission-tab .first-u .content_box .second_u_last li {
        width: 100%;
    }
}

@media screen and (max-width: 815px) {
    .NyBusinessInfor_Main .mission-tab .first-u .tab .tab-button span {
        font-size: 14px;
    }

}

@media screen and (max-width: 750px) {
    .NyBusinessInfor_Main .mission-tab .first-u .tab .tab-button span {
        font-size: 12px;
    }

    .NyBusinessInfor_Main .mission-tab .first-u .content_box .second_u li span {
        font-size: 12px;
    }
}

@media screen and (max-width: 730px) {
    .NyBusinessInfor_Main .mission-tab .first-u .tab {
        width: 30%;
        margin-right: 3%;
    }

    .NyBusinessInfor_Main .mission-tab .first-u .tab .content_box {
        height: 200px;
    }
}

@media (max-width:665px) {
    .NyBusinessInfor_Main .mission-tab .first-u .tab .content_box {
        height: 245px;
    }

}

@media (max-width:431px) {

     .indtjpro ul li {
       width:50% !important;
    }
  .yewulingyu .libox {
    margin: 8px !important;
    }
  .yewulingyu li a {
    padding:20px 15px 15px!important;
    }
  .indtjpro ul li hr {
    display:none
    }

    .NyBusinessInfor_Main .mission-tab .first-u .tab {
        width: 46%;
        margin-right: 8%;
    }
    .NyBusinessInfor_Main .mission-tab .first-u .tab .tab-button {
    width: 100%;
    padding: 20px 20px 0px;

}

    .NyBusinessInfor_Main .mission-tab .first-u .tab .content_box {
        height: 285px;
    }

    .NyBusinessInfor_Main .mission-tab .first-u .tab:nth-child(2n) {
        margin-right: 0 !important;
    }

}

/* 业务领域 end */

/* 专业团队 start */
.l-team {
    padding: 40px 0;
}

.l-team ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.l-team ul li {
    width: 31%;
    overflow: hidden;
    margin-right: 3.5%;
    margin-bottom: 30px
}

.l-team ul li:nth-child(3n) {
    margin-right: 0px;
}

.l-team ul li .test {
    display: block;
    overflow: hidden;
    position: relative;
}

.l-team ul li .info {
    position: absolute;
    bottom: 0 !important;
    padding: 0 30px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.l-team ul li img {
    width:100%;
    transition: transform 0.5s ease;
    display: block;
}

.l-team ul li:hover img {
    transform: scale(1.2)
}

.l-team ul li .info h2 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.l-team ul li .info .position {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.l-team ul li .info .more {
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    bottom: 0;
    right: 0;
    color: #FFFFFF;
    padding: 0 30px 0px;
}

.l-team ul li a:hover .more {
    color: #b62d28;
}

.l-team .page-list {
    padding-top: 20px;
}

.top-team {
    margin: 40px 0 0;
    overflow: hidden;
    background: url(../images/top-team-bg.html) no-repeat center;
    background-size: cover;
}

.top-team .l-container {
    background: #F9F9F9;
}

.top-team .top-team-pic img {
    width: 100%;
    display: block;
}

.top-team .top-team-info {
    padding: 0px 40px 0px;
}

.top-team .top-team-info h2 {
    font-weight: 400;
    font-size: 32px;
    color: #333333;
    display: inline-block;
    margin-right: 20px;
}

.top-team .top-team-info .more {
    margin-top: 20px;

}

.top-team .top-team-info .position {
    display: inline-block;
    font-weight: 400;
    font-size: 16px !important;
    color: #333333;
}

.top-team .top-team-info .desc {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.top-team .top-team-info a:hover {
    color: #bb2924;
}

.l-team-column {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.l-team-column a {
    padding: 0 30px;
    line-height: 40px;
    margin: 0 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #333;
}

.l-team-column a.active {
    background: #bb2924;
    border-color: #bb2924;
    color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .l-team ul li .info {
    padding: 0 15px 0px;
}
}

@media screen and (max-width: 1080px) {
.l-team ul li .info h2 {
    font-size: 18px;
}
  .l-team ul li .info .more {
    font-size: 14px;
}
}

@media screen and (max-width: 992px) {
    .info {
        margin-bottom: 10px !important;
    }

    .l-team ul li .info {
        padding: 0 15px 10px;
    }

    .l-team ul li .info .more {
        padding: 0 15px 10px;
    }

    .l-team ul li .info h2 {
        font-size: 18px;
    }

}


@media screen and (max-width: 768px) {
    .l-team ul {
        justify-content: space-between;
    }

    .l-team ul li {
        width: 48%;
    }

    .l-team ul li:nth-child(2n) {
        margin-right: 0;
    }

}

@media screen and (max-width: 540px) {
  .l-team-column a {
    padding: 0 15px;
}
    .l-team ul li {
        width: 100% !important;
        margin-right: 0;
    }

    .l-team ul li img {
        width: 100% !important;
        display: block;
    }
}

@media screen and (max-width: 360px) {
    .l-team-column a {
        padding: 0 10px;
    }
}

@media screen and (min-width: 540px) {

    .l-team ul {
        display: flex;
        flex-wrap: wrap;
    }

    .l-team .page-list {
        padding-top: 10px;
    }
}


@media screen and (min-width: 768px) {

    .top-team .l-container {
        display: flex;
        align-items: center;
    }

    .top-team .top-team-info {
        background: none;
        padding: 30px 0 30px 30px;
        margin: 0;
    }

    .top-team .top-team-pic {
        width: 300px;
        flex: 0 0 auto;
    }
}


@media screen and (min-width: 1200px) {
    .top-team .top-team-info {
        padding: 38px 40px 40px;
        margin-left: auto;
        flex: 1;
    }

    .top-team .top-team-info h2,
    .top-team .top-team-info .position {
        font-size: 26px;
    }

    .top-team .top-team-info .line {
        margin: 35px 0 25px;
    }

    .top-team .top-team-info .desc {
        margin: 40px 0 25px;
    }
}


@media screen and (min-width: 1440px) {
    .l-team .page-list {
        padding-top: 0px;
    }
}

@media screen and (min-width: 992px) {
    .l-team {
        padding: 60px 0;
    }

    .l-team .page-list {
        padding-top: 20px;
    }

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

    .top-team .top-team-pic {
        width: 380px;
        display: block;

    }

}
@media screen and (max-width: 500px) {
.top-team .top-team-info {
    padding: 5px !important;
}
.top-team .top-team-info h2 {
    font-size: 24px;
   display:block;
    margin-right: 15px;
}}

@media screen and (max-width: 320px) {
    .l-team-column a {
        padding: 0 5px;
    }}

/* 专业团队 end */

.NyHonor_Main .NyHonor_List {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.NyHonor_List ul li {
    width: 23.5%;
    height: auto;
    margin: 0 2% 40px 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyHonor_List ul li:nth-child(4n+4) {
    margin: 0 0 40px
}

.NyHonor_List ul li .NyHonor_Img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.06);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyHonor_List ul li:hover .NyHonor_Img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06)
}

.NyHonor_List ul li .NyHonor_Img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.NyHonor_List ul li .NyHonor_Img a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.NyHonor_List ul li:hover .NyHonor_Img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.NyHonor_List ul li a.NyHonor_Name {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6
}

.NyHonor_List ul li:hover a.NyHonor_Name {
    color: #2e89ff;
    border-bottom: 1px solid #2e89ff
}

@media (max-width:1440px) {
    .NyHonor_List ul li .NyHonor_Img {
        height: 220px
    }

    .NyHonor_Main #fengye {
        margin: 30px auto 0
    }
}

@media (max-width:1280px) {
    .NyHonor_List ul li .NyHonor_Img {
        height: 200px
    }
}

@media (max-width:1200px) {
    .NyHonor_List ul li {
        margin: 0 2% 30px 0
    }

    .NyHonor_List ul li:nth-child(4n+4) {
        margin: 0 0 30px
    }

    .NyHonor_List ul li .NyHonor_Img {
        height: 200px
    }

    .NyHonor_Main #fengye {
        margin: 35px auto 0
    }
}

@media (max-width:1079px) {
    .NyHonor_List ul li {
        margin: 0 2% 30px 0
    }

    .NyHonor_List ul li:nth-child(4n+4) {
        margin: 0 0 30px
    }

    .NyHonor_List ul li .NyHonor_Img {
        height: 180px
    }

    .NyHonor_List ul li a.NyHonor_Name {
        font-size: 18px
    }

    .NyHonor_Main #fengye {
        margin: 40px auto 0
    }
}

@media (max-width:1024px) {
    .NyHonor_List ul li .NyHonor_Img {
        height: 170px
    }
}

@media (max-width:800px) {
    .NyHonor_List ul li {
        width: 31.333333%;
        margin: 0 3% 25px 0
    }

    .NyHonor_List ul li:nth-child(4n+4) {
        margin: 0 3% 25px 0
    }

    .NyHonor_List ul li:nth-child(3n+3) {
        margin: 0 0 20px
    }

    .NyHonor_List ul li .NyHonor_Img {
        height: 180px;
        margin: 0 auto
    }

    .NyHonor_Main #fengye {
        margin: 20px auto 0
    }
}

@media (max-width:767px) {
    .NyHonor_List ul li {
        width: 48.5%;
        margin: 0 3% 20px 0
    }

    .NyHonor_List ul li:nth-child(3n+3),
    .NyHonor_List ul li:nth-child(4n+4) {
        margin: 0 3% 20px 0
    }

    .NyHonor_List ul li:nth-child(2n+2) {
        margin: 0 0 20px
    }

    .NyHonor_List ul li .NyHonor_Img {
        height: 150px
    }

    .NyHonor_List ul li a.NyHonor_Name {
        font-size: 16px
    }

    .NyHonor_Main #fengye {
        margin: 0 auto
    }
}

@media (max-width:375px) {
    .NyHonor_List ul li .NyHonor_Img {
        height: 140px
    }

    .NyHonor_List ul li a.NyHonor_Name {
        padding: 5px 0;
        font-size: 15px
    }
}

@media (max-width:320px) {
    .NyHonor_List ul li {
        width: 100%;
        margin: 0 auto 20px;
        float: inherit
    }

    .NyHonor_List ul li:nth-child(2n+2),
    .NyHonor_List ul li:nth-child(3n+3),
    .NyHonor_List ul li:nth-child(4n+4) {
        margin: 0 auto 20px
    }

    .NyHonor_List ul li .NyHonor_Img {
        height: 220px
    }

    .NyHonor_List ul li a.NyHonor_Name {
        padding: 10px 0;
        font-size: 18px
    }
}

.kfView4 {
    background-color: #1173f2;
    border: 2px solid #2e89ff;
    position: fixed;
    width: 80px;
    top: 20%;
    right: 10px;
    text-align: center;
    display: block;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    font-size: 12px;
    z-index: 999
}

.kfView4 ul {
    margin: 0;
    padding-top: 45px;
    color: #fff
}

.kfView4 ul li {
    position: relative
}

.kfView4 ul li:nth-of-type(1),
.kfView4 ul li:nth-of-type(4),
.kfView4 ul li:nth-of-type(6) {
    display: none
}

.kfView4 ul li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 43px 0 12px;
    background: url(../images/kefu-tb.png) no-repeat top center
}

.kfView4 ul li a:hover {
    background-color: #2e89ff
}

.kfView4 a.kefu-lx {
    background-image: url(../images/kefu.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: -40px;
    text-indent: -9999px;
    height: 80px;
    width: 80px;
    z-index: 999999;
    left: 0px;
    border-width: 0;
    overflow: hidden
}

.kfView4 a.kefu-lx:hover {
    background-color: rgba(255, 255, 255, 0)
}

.kfView4 ul li a.kf {
    display: block;
    padding: 10px 0
}

.kfView4 ul li a.kefu-tel {
    background-position: center -79px
}

.kfView4 ul li a.kefu-qq {
    background-position: center -150px
}

.kfView4 ul li a.kefu-wx {
    background-position: center -218px
}

.kfView4 ul li a.kefu_bottom {
    background-position: center -288px;
    padding: 30px 0 10px 0;
    border-radius: 0 0 8px 8px
}

.kfView4 ul li a.kefu_top {
    background-position: center -15px;
    padding: 30px 0 10px 0
}

.kefu:hover ul li a {
    display: block
}

.kfView4 ul li p {
    position: absolute;
    top: -72px;
    right: 82px;
    width: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    background: #1173f2;
    display: block;
    opacity: 0;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
    padding: 15px
}

.kfView4 ul li:nth-of-type(3) p {
    top: 0
}

.kfView4 ul li:hover p {
    width: 150px;
    opacity: 1
}

@media (max-width:800px) {
    .kfView4 {
        width: 60px;
        border-radius: 8px;
        right: 2px;
        top: 40%
    }

    .kfView4 a.kefu-lx {
        display: none
    }

    .kfView4 ul {
        padding: 0
    }

    .kfView4 ul li:nth-child(1),
    .kfView4 ul li:nth-child(4),
    .kfView4 ul li:nth-child(5) {
        display: none
    }

    .kfView4 ul li p {
        display: none !important
    }

    .kfView4 ul li a {
        font-size: 12px
    }
}

@media (max-width:767px) {
    #KFRightScreen {
        display: none !important
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix,
.container:after,
.row:after,
ul {
    *zoom: 1;
}

.clearfix:after,
.container:after,
.row:after,
ul:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrap {
    width: 100%;
    margin: 30px 0 0;
}

.main_l {
    width: 300px;
}

.main_r {
    width: 860px;
    background: #fff;
    overflow: hidden;
    min-height: 500px;
}

.g-titInfo {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-left: 20px;
    line-height: 70px;
    text-align: center;
}

.page_title h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 70px;
    background: #34478F;
}

.page_title img {
    width: 300px;
    height: 350px;
}

.info {
    text-align: center;
    margin-bottom: 20px;
}

.content {
    width: 100%;
}

.page_content {
    padding: 50px;
    width: 100%;
}

.content {
    width: 100%;
}

.content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333;
}

.content img {
    display: block;
    max-width: 100%;
}

@media (max-width:1440px) {
    .page_title img {
        width: 300px;
        height: 330px;
    }

    .main_r {
        width: 75%;
    }
}

@media (max-width:1360px) {
    .main_r {
        width: 70%;

    }
}

@media (max-width:1140px) {
    .main_r {
        width: 65%;

    }
}

@media (max-width:992px) {
    .page_main .main_l {
        width: 250px !important;
        height: 300px !important;
    }

    .page_main .page_title img {
        width: 250px !important;
        height: 300px !important;
    }
}

@media (max-width:820px) {
    .page_main .main_l {
        width: 200px !important;
        height: 230px !important;
    }

    .page_main .page_title img {
        width: 200px !important;
        height: 230px !important;
    }
}

@media (max-width:650px) {
    .page_main .main_l {
        width: 150px !important;
        height: 200px !important;
    }

    .page_main .page_title img {
        width: 150px !important;
        height: 200px !important;
    }

    .main_r {
        width: 70%;
    }
}

@media (max-width:550px) {
    .page_main .main_l {
        width: 100% !important;
        height: 100% !important;
    }

    .page_main .mainl_text1 .page_title img {
        width: 100% !important;
        height: 100% !important;

    }

    .main_r {
        width: 100%;
    }
  .page_content {
    padding: 10px;
}
}

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