@charset "utf-8"; /* CSS Document */
@font-face {
    font-family: "Helvetica";
    src: url('../fonts/Helvetica.ttf');
}

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

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

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

/* banner 开始 */
.lyIdx_Banner {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 90px auto 0;
    padding: 0;
}

.lyIdx_Banner .swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.lyIdx_Banner .swiper-container1 .swiper-slide {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.lyIdx_Banner .swiper-container1 .swiper-slide img {
    display: block;
    width: 1920px;
    height: 700px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

/*分页器*/
.lyIdx_Banner .swiper-container1 .swiper-pagination {
    width: 100%;
    height: 12px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 20px!important;
}

.lyIdx_Banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px!important;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
}

.lyIdx_Banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0c73a9;
}

.lyIdx_Banner .swiper-container1 .swiper-button-prev, .swiper-container1 .swiper-button-next {
    width: 48px!important;
    height: 48px!important;
    position: absolute;
    top: 50%!important;
    margin: -24px 0 0!important;
    opacity: 0.6!important;
}

.lyIdx_Banner .swiper-container1 .swiper-button-prev {
    background: url(../images/prev01.png) center center no-repeat;
    background-size: 48px 48px;
    left: 20px;
}

.lyIdx_Banner .swiper-container1 .swiper-button-next {
    background: url(../images/next01.png) center center no-repeat;
    background-size: 48px 48px;
    right: 20px;
}

.lyIdx_Banner .swiper-container1 .swiper-button-prev:hover, .lyIdx_Banner .swiper-container1 .swiper-button-next:hover {
    opacity: 1!important;
}

@media (max-width: 1680px) {
    .lyIdx_Banner {
        height:630px;
    }

    .lyIdx_Banner .swiper-container1 .swiper-slide img {
        width: 1728px;
        height: 630px;
    }
}

@media (max-width: 1600px) {
    .lyIdx_Banner {
        height:600px;
    }

    .lyIdx_Banner .swiper-container1 .swiper-slide img {
        width: 1646px;
        height: 600px;
    }
}

@media (max-width: 1560px) {
    .lyIdx_Banner {
        height:580px;
    }

    .lyIdx_Banner .swiper-container1 .swiper-slide img {
        width: 1591px;
        height: 580px;
    }
}

@media (max-width: 1440px) {
    .lyIdx_Banner {
        height:540px;
    }

    .lyIdx_Banner .swiper-container1 .swiper-slide img {
        width: 1481px;
        height: 540px;
    }
}

/* banner 结束 */
/*lyIdx_Pro 开始*/
.lyIdx_Pro {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #f8f8f8;
}

.lyIdx_Pro .lyIdxPro_main {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.lyIdx_title {
    width: auto;
    height: 60px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.lyIdx_title p {
    width: 100%;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.lyIdx_title span {
    display: block;
    width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 26px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.lyIdx_title span i {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin: 6px 10px 6px 0;
    padding: 0;
    border: 3px solid #0c73a9;
    border-radius: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyIdxPro_main .lyIdxPro_menu {
    width: 80%;
    height: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    text-align: right;
    float: right;
}

.lyIdxPro_menu a {
    display: inline-block;
    width: auto;
    max-width: 20%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #666;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0 10px;
    position: relative;
    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;
}

.lyIdxPro_menu a i {
    display: block;
    width: 0;
    height: 2px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #0c73a9;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.lyIdxPro_menu a.proMenuOn, .lyIdxPro_menu a:hover {
    color: #0c73a9;
}

.lyIdxPro_menu a.proMenuOn i, .lyIdxPro_menu a:hover i {
    width: 100%;
}

.lyIdxPro_list {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    padding: 0;
    position: relative;
}

/*lyIdx_Pro 结束*/
.lyIdxPro_list ul li {
    width: 23.5%;
    height: auto;
    overflow: hidden;
    margin: 0 2% 30px 0;
    padding: 20px;
    background-color: #fff;
    border-bottom: 4px solid #f1f1f1;
    float: left;
    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;
}

.lyIdxPro_list ul li:nth-child(4n+4) {
    margin: 0 0 30px;
}

.lyIdxPro_list ul li .lyIdxPro_con,.lyNyPro_list ul li .lyIdxPro_con {
    width: 100%;
    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;
}

.lyIdxPro_list ul li .lyIdxPro_con .lyIdxPro_img {
    width: 100%;
    height: 289px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.lyIdxPro_list ul li .lyIdxPro_con .lyIdxPro_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyIdxPro_list ul li .lyIdxPro_con .lyIdxPro_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.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.lyIdxPro_list ul li:hover .lyIdxPro_con .lyIdxPro_img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.lyIdxPro_list ul li .lyIdxPro_con .lyIdxPro_text {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.lyIdxPro_list ul li .lyIdxPro_con .lyIdxPro_text a.pro_name {
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #333;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px auto;
    padding: 0 10px;
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyIdxPro_list ul li .lyIdxPro_con .lyIdxPro_text p {
    width: 100%;
    height: 56px;
    overflow: hidden;
    line-height: 28px;
    color: #999;
    font-size: 16px;
    text-align: center;
    word-break: break-all;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyIdxPro_list ul li:hover {
    border-bottom: 4px solid #0c73a9;
}

.lyIdxPro_list ul li a.pro_more0 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #0c73a9a6;
    position: absolute;
    left: 0;
    bottom: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyIdxPro_list ul li a.pro_more0 img {
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.lyIdxPro_list ul li:hover a.pro_more0 {
    bottom: 0;
}

.lyIdxPro_list .more {
    margin: 20px auto;
}

.lyIdxPro_list .more a {
    color: #9b9a9f;
    font-size: 14px;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 0;
    background: linear-gradient(to left, transparent 50%, #0c73a9 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.lyIdxPro_list .more a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    background: url(../images/jt20.png) center center no-repeat;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.lyIdxPro_list .more:hover a {
    border: 1px solid #0c73a9;
    color: #fff;
    background-position: left bottom;
}

.lyIdxPro_list .more:hover a i {
    background: url(../images/jt21.png) center center no-repeat;
}

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

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

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

@media (max-width: 1440px) {
    .lyIdx_Pro .lyIdxPro_main {
        width:94%;
    }

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

    .lyIdxPro_list ul li .lyIdxPro_con .lyIdxPro_text a.pro_name {
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }

    .lyIdxPro_list ul li .lyIdxPro_con .lyIdxPro_text p {
        height: 50px;
        line-height: 25px;
        font-size: 15px;
    }
}

/*ind_about 开始*/
.ind_about {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 220px 0 0;
    background: #f9f9f9 url(../images/AbBg.jpg) center top no-repeat;
    background-size: 100% 540px;
    position: relative;
}

.ind_about_main {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ind_about_main .ind_about_left {
    width: 16%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

.ind_about_left a.more {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #9b9a9f;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 40px 0 0;
    padding: 0;
    background: linear-gradient(to left, transparent 50%, #0c73a9 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ind_about_left a.more i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    background: url(../images/jt20.png) center center no-repeat;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ind_about_left a.more:hover {
    border: 1px solid #0c73a9;
    color: #fff;
    background-position: left bottom;
}

.ind_about_left a.more:hover i {
    background: url(../images/jt21.png) center center no-repeat;
}

.ind_about_main .ind_about_text {
    width: 84%;
    height: auto;
    max-height: 150px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    margin: 0;
    padding: 0;
    float: right;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.ind_about_main .ind_about_pics {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    padding: 0;
}

.ind_about_pics ul li {
    width: 24.85%;
    height: 210px;
    overflow: hidden;
    margin: 0 0.2% 0 0;
    padding: 0;
    position: relative;
    float: left;
}

.ind_about_pics ul li:nth-child(4) {
    margin: 0;
}

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

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

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

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

@media (max-width: 1440px) {
    .ind_about {
        padding:200px 0 0;
        background: #f9f9f9 url(../images/AbBg.jpg) center top no-repeat;
        background-size: 100% 500px;
    }

    .ind_about_main {
        width: 94%;
        padding: 40px;
    }

    .ind_about_main .ind_about_text {
        font-size: 15px;
    }

    .ind_about_pics ul li {
        height: 200px;
    }
}

/*ind_about 结束*/
/*ind_brand 开始*/
.ind_brand {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0 50px;
    background-color: #f9f9f9;
}

.ind_brand .ind_brand_main {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.ind_brand_main .ind_brand_tit {
    width: 100%;
    height: auto;
    line-height: 40px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
    padding: 0;
    display: none;
}

.ind_brand_main .ind_brand_list {
    width: 100%;
    height: auto;
    margin: 0 0 0 -80px;
    padding: 0 80px;
    position: relative;
}

.ind_brand_list .swiper-container2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ind_brand_list .swiper-container2 .swiper-slide .pic {
    width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ind_brand_list .swiper-container2 .swiper-slide .pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ind_brand_list .swiper-container2 .swiper-slide:hover .pic {
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
}

.ind_brand_list .swiper-container2 .swiper-slide:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/*分页器*/
.ind_brand_list .swiper-button-prev2, .ind_brand_list .swiper-button-next2 {
    width: 40px!important;
    height: 40px!important;
    margin: -20px 0 0!important;
    position: absolute;
    top: 50%!important;
    cursor: pointer;
    background-size: 16px 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ind_brand_list .swiper-button-prev2 {
    background: #f9f9f9 url(../images/jt22.png) center center no-repeat;
    left: 0;
}

.ind_brand_list .swiper-button-next2 {
    background: #f9f9f9 url(../images/jt20.png) center center no-repeat;
    right: 0;
}

.ind_brand_list .swiper-button-prev2:hover {
    background: #0c73a9 url(../images/jt23.png) center center no-repeat;
    border: 1px solid #0c73a9;
}

.ind_brand_list .swiper-button-next2:hover {
    background: #0c73a9 url(../images/jt21.png) center center no-repeat;
    border: 1px solid #0c73a9;
}

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

@media (max-width: 1600px) {
    .ind_brand_main .ind_brand_list {
        margin:0 0 0 -60px;
        padding: 0 60px;
    }
}

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

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

    .ind_brand .ind_brand_main {
        width: 94%;
    }

    .ind_brand_main .ind_brand_list {
        margin: 0 auto;
        padding: 0 0 70px;
    }

    .ind_brand_list .swiper-button-prev2, .ind_brand_list .swiper-button-next2 {
        top: inherit!important;
        bottom: 0!important;
    }

    .ind_brand_list .swiper-button-prev2 {
        left: inherit;
        right: 51%;
    }

    .ind_brand_list .swiper-button-next2 {
        right: inherit;
        left: 51%;
    }
}

/*ind_brand 结束*/
/*ind_advantage 开始*/
.ind_advantage {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #fff;
}

.ind_advantage .ind_adv_main {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.ind_adv_main .ind_adv_list {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    padding: 0;
}

.ind_adv_list ul li {
    width: 23.5%;
    height: auto;
    margin: 0 2% 0 0;
    padding: 60px 40px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ind_adv_list ul li.adv1 {
    background: #f3f3f3 url(../images/advBg01.png) center center no-repeat;
    background-size: cover;
}

.ind_adv_list ul li.adv2 {
    background: #f3f3f3 url(../images/advBg01.png) center center no-repeat;
    background-size: cover;
}

.ind_adv_list ul li.adv3 {
    background: #f3f3f3 url(../images/advBg01png) center center no-repeat;
    background-size: cover;
}

.ind_adv_list ul li.adv4 {
    margin: 0;
    background: #f3f3f3 url(../images/advBg01.png) center center no-repeat;
    background-size: cover;
}

.ind_adv_list ul li.adv1:hover {
    background: #0c73a9 url(../images/advBg01.png) center center no-repeat;
    background-size: cover;
}

.ind_adv_list ul li.adv2:hover {
    background: #0c73a9 url(../images/advBg1.png) center center no-repeat;
    background-size: cover;
}

.ind_adv_list ul li.adv3:hover {
    background: #0c73a9 url(../images/advBg1.png) center center no-repeat;
    background-size: cover;
}

.ind_adv_list ul li.adv4:hover {
    background: #0c73a9 url(../images/advBg1.png) center center no-repeat;
    background-size: cover;
}

.ind_adv_list ul li i {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ind_adv_list ul li.adv1 i {
    background: url(../images/advIco01.png) center center no-repeat;
    background-size: 48px 48px;
}

.ind_adv_list ul li.adv2 i {
    background: url(../images/advIco02.png) center center no-repeat;
    background-size: 48px 48px;
}

.ind_adv_list ul li.adv3 i {
    background: url(../images/advIco03.png) center center no-repeat;
    background-size: 48px 48px;
}

.ind_adv_list ul li.adv4 i {
    background: url(../images/advIco04.png) center center no-repeat;
    background-size: 48px 48px;
}

.ind_adv_list ul li.adv1:hover i {
    background: url(../images/advIco1.png) center center no-repeat;
    background-size: 48px 48px;
}

.ind_adv_list ul li.adv2:hover i {
    background: url(../images/advIco2.png) center center no-repeat;
    background-size: 48px 48px;
}

.ind_adv_list ul li.adv3:hover i {
    background: url(../images/advIco3.png) center center no-repeat;
    background-size: 48px 48px;
}

.ind_adv_list ul li.adv4:hover i {
    background: url(../images/advIco4.png) center center no-repeat;
    background-size: 48px 48px;
}

.ind_adv_list ul li .ind_adv_tit {
    width: 100%;
    height: auto;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto 40px;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ind_adv_list ul li p {
    width: 100%;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 15px;
    word-break: break-all;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ind_adv_list ul li:hover .ind_adv_tit {
    color: #fff;
}

.ind_adv_list ul li:hover p {
    color: rgba(255,255,255,0.65);
}

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

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

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

@media (max-width: 1440px) {
    .ind_advantage .ind_adv_main {
        width:94%;
    }

    .ind_adv_list ul li {
        padding: 60px 30px;
    }

    .ind_adv_list ul li .ind_adv_tit {
        margin: 10px auto 30px;
    }
}

/*ind_advantage 结束*/
/*lyIdx_New 开始*/
.lyIdx_New {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0 40px;
    background-color: #f8f8f8;
}

.lyIdx_New .lyIdxNew_main {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.lyIdxNew_main .lyIdxNew_tj {
    width: 100%;
    height: auto;
    margin: 40px auto 20px;
    padding: 20px 30px;
    background-color: #fff;
    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;
}

.lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_img {
    width: 15%;
    height: 130px;
    overflow: hidden;
    margin: 0;
    padding: 0 15px 0 0;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_img p {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_img p img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_img p:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_text {
    width: 85%;
    overflow: hidden;
    margin: 0;
    padding: 13px 0 13px 15px;
    position: relative;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_text .lyIdxNewTj_name {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0 auto 4px;
    padding: 0;
    position: relative;
}

.lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_text .lyIdxNewTj_name a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #303030;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
}

.lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_text .lyIdxNewTj_name span {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_text .lyIdxNewTj_name span em {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    background: url(../images/time03.png) center center no-repeat;
    background-size: 14px 14px;
}

.lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_text .lyIdxNewTj_ms {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.lyIdxNew_main .lyIdxNew_tj:hover {
    background-color: #0c73a9;
}

.lyIdxNew_main .lyIdxNew_tj:hover .lyIdxNewTj_name a, .lyIdxNew_main .lyIdxNew_tj:hover .lyIdxNewTj_ms {
    color: #fff;
}

.lyIdxNew_main .lyIdxNew_tj:hover .lyIdxNewTj_text .lyIdxNewTj_name span {
    color: #fff;
}

.lyIdxNew_main .lyIdxNew_tj:hover .lyIdxNewTj_text .lyIdxNewTj_name span em {
    background: url(../images/time04.png) center center no-repeat;
    background-size: 14px 14px;
}

.lyIdxNew_main .lyIdxNew_list {
    width: 32.3%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    min-height: 200px;
    float: left;
    padding-right: 1%;
}

.lyIdxNew_list ul li {
    width: 100%;
    height: auto;
    margin: 0 2% 20px 0;
    padding: 0 20px;
    background-color: #fff;
    float: left;
    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;
}

.lyIdxNew_list ul li:nth-child(3n+3) {
    /* margin: 0; */
}

.lyIdxNew_list ul li a {
    float: left;
    display: block;
    width: 70%;
    height: 54px;
    overflow: hidden;
    line-height: 54px;
    color: #666;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
}

.lyIdxNew_list ul li a i {
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    border: 2px solid #0c73a9;
    border-radius: 50%;
    margin: 23px 10px 23px 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyIdxNew_list ul li span {
    display: block;
    width: auto;
    height: 54px;
    line-height: 54px;
    color: #999;
    font-size: 14px;
    float: right;
}

.lyIdxNew_list ul li span em {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    background: url(../images/time03.png) center center no-repeat;
    background-size: 14px 14px;
}

.lyIdxNew_list ul li:hover {
    background-color: #0c73a9;
}

.lyIdxNew_list ul li:hover a, .lyIdxNew_list ul li:hover span {
    color: #fff;
}

.lyIdxNew_list ul li:hover a i {
    border: 2px solid #fff;
}

.lyIdxNew_list ul li:hover span em {
    background: url(../images/time04.png) center center no-repeat;
    background-size: 14px 14px;
}

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

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

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

@media (max-width: 1440px) {
    .lyIdx_New .lyIdxNew_main {
        width:94%;
    }

    .lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_img {
        width: 16%;
    }

    .lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_text {
        width: 84%;
    }

    .lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_text .lyIdxNewTj_ms {
        font-size: 15px;
    }

    .lyIdxNew_main .lyIdxNew_tj .lyIdxNewTj_text .lyIdxNewTj_name span {
        font-size: 15px;
    }
}

/*lyIdx_New 结束*/
/*NyBanner 开始*/
.NyBanner {
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin: 85px auto 0;
    padding: 0;
    position: relative;
}

.NyBanner img.nyBa_Img {
    display: block;
    width: 1920px;
    height: 550px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.NyBanner .NyBa_Con {
    width: 1400px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -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;
}

.NyBa_Con i {
    display: block;
    width: 40px;
    height: 3px;
    margin: 10px auto 15px;
    padding: 0;
    background-color: #0c73a9;
}

.NyBa_Con span {
    display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    color: rgba(255,255,255,0.25);
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

/*NyCrumb 开始*/
.NyCrumb {
    width: 100%;
    height: auto;
    margin: -70px auto 0;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyCrumb i {
    display: block;
    width: calc(50% - 700px);
    height: 70px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.NyCrumb .NyCrumb_Main {
    width: 1400px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyCrumb_Main ul {
    float: left;
}

.NyCrumb_Main ul li {
    height: 70px;
    float: left;
    position: relative;
}

.NyCrumb_Main ul li em {
    display: block;
    width: 1px;
    height: 18px;
    margin: 26px auto;
    padding: 0;
    background-color: #ddd;
}

.NyCrumb_Main ul li a {
    display: block;
    width: auto;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 60px;
}

.NyCrumb_Main ul li.NyActive a, .NyCrumb_Main ul li:hover a {
    background-color: #0c73a9;
    color: #fff;
}

.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;
    margin: 0;
    padding: 10px 0;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.NyCrumb_Main p a {
    color: #333;
}

.NyCrumb_Main p a:hover {
    color: #0c73a9;
}

.NyCrumb_Main p span {
    color: #999;
}

@media (max-width: 1680px) {
    .NyBanner {
        height:520px;
    }

    .NyBanner img.nyBa_Img {
        width: 1815px;
        height: 520px;
    }
}

@media (max-width: 1600px) {
    .NyBanner {
        height:480px;
    }

    .NyBanner img.nyBa_Img {
        width: 1676px;
        height: 480px;
    }
}

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

@media (max-width: 1440px) {
    .NyBanner {
        height:440px;
    }

    .NyBanner img.nyBa_Img {
        width: 1536px;
        height: 440px;
    }

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

    .NyBa_Con span {
        font-size: 20px;
    }

    .NyBa_Con i {
        margin: 10px auto;
    }

    .NyCrumb {
        margin: -60px auto 0;
        padding: 0 60px;
    }

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

    .NyCrumb i {
        width: 60px;
        height: 60px;
    }

    .NyCrumb_Main ul li {
        height: 60px;
    }

    .NyCrumb_Main ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        padding: 10px 40px;
    }

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

    .NyCrumb_Main ul li em {
        margin: 21px auto;
    }
}

/*NyBanner 结束*/
/*NyAboutus 开始*/
.NyAboutus {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    padding: 0;
}

.NyTitle {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
}

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

.NyTitle i {
    display: block;
    width: 143px;
    height: 13px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: url(../images/line04.png) center center no-repeat;
}

.NyTitle1 p {
    color: #fff;
}

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

.NyAboutus_Profile .NyAboutus_Con {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyAboutus_Con .NyAboutus_Img {
    width: 47%;
    height: auto;
    margin: 0;
    padding: 40px 40px 40px 0;
    background: url(../images/NyAbBg.png) 250px 0 no-repeat;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutus_Img p {
    display: block;
    width: 100%;
    height: 390px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
}

.NyAboutus_Img p img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.NyAboutus_Con .NyAboutus_Text {
    width: 53%;
    height: 470px;
    margin: 0;
    padding: 40px;
    background-color: #333;
    float: right;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutus_Text em {
    display: block;
    width: 100%;
    height: auto;
    line-height: 64px;
    color: rgba(255,255,255,0.04);
    font-size: 72px;
    font-weight: bold;
    font-style: normal;
    margin: 0 auto;
    padding: 0;
}

.NyAboutus_Text .NyAb_Name {
    width: 100%;
    height: auto;
    line-height: 36px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: -20px auto 40px;
    padding: 0;
}

.NyAboutus_Text .NyAb_Ms {
    width: 100%;
    height: auto;
    max-height: 240px;
    overflow-y: scroll;
    line-height: 30px;
    color: rgba(255,255,255,0.45);
    font-size: 16px;
    text-indent: 2em;
    word-break: break-all;
    text-align: justify;
    margin: 0 auto;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutus_Text .NyAb_Ms::-webkit-scrollbar {
    width: 3px;
}

.NyAboutus_Text .NyAb_Ms p {
    width: 100%;
    height: auto;
    line-height: 30px;
    color: rgba(255,255,255,0.45);
    font-size: 16px;
    text-indent: 2em;
    word-break: break-all;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.NyAboutus_Text i {
    display: block;
    width: 3px;
    height: 80%;
    margin: 0;
    padding: 0;
    background-color: #0c73a9;
    position: absolute;
    left: 0;
    top: 0;
}

.NyAboutus .NyAboutus_Culture {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
    background: #313131 url(../images/NyAbBg1.png) center center no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutus_Culture .NyAbCulture_Main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyAbCulture_Main ul li {
    width: 23.5%;
    height: auto;
    margin: 0 2% 0 0;
    padding: 60px 40px;
    background-color: #fff;
    float: left;
    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;
}

.NyAbCulture_Main ul li:nth-child(4) {
    margin: 0;
}

.NyAbCulture_Main ul li:hover {
    background-color: #0c73a9;
}

.NyAbCulture_Main ul li i {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAbCulture_Main ul li i.AbIco1 {
    background: url(../images/AbIco1.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyAbCulture_Main ul li i.AbIco2 {
    background: url(../images/AbIco2.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyAbCulture_Main ul li i.AbIco3 {
    background: url(../images/AbIco3.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyAbCulture_Main ul li i.AbIco4 {
    background: url(../images/AbIco4.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyAbCulture_Main ul li:hover i.AbIco1 {
    background: url(../images/AbIco01.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyAbCulture_Main ul li:hover i.AbIco2 {
    background: url(../images/AbIco02.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyAbCulture_Main ul li:hover i.AbIco3 {
    background: url(../images/AbIco03.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyAbCulture_Main ul li:hover i.AbIco4 {
    background: url(../images/AbIco04.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyAbCulture_Main ul li p {
    width: 100%;
    height: auto;
    line-height: 30px;
    color: #333;
    font-size: 24px;
    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;
}

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

.NyAbCulture_Main ul li em {
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px auto 20px;
    padding: 0;
    background: url(../images/line05.png) center center no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAbCulture_Main ul li:hover em {
    background: url(../images/line06.png) center center no-repeat;
}

.NyAbCulture_Main ul li span {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    text-align: center;
    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;
}

.NyAbCulture_Main ul li:hover span {
    color: rgba(255,255,255,0.65);
}

.NyAboutus .NyAboutus_Honor {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutus_Honor .NyAboutusHonor_Main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutusHonor_Main .NyAboutusHonor_List {
    width: 100%;
    height: auto;
    min-height: 240px;
    margin: 0 0 0 -70px;
    padding: 0 70px;
    position: relative;
}

.NyAboutusHonor_List .swiper-container03 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyAboutusHonor_List .swiper-container03 .swiper-slide {
    height: auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_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;
}

.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Img {
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
}

.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_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;
}

.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.NyAboutusHonor_List .swiper-container03 .swiper-slide a.NyAboutusHonor_Name {
    display: block;
    width: 100%;
    height: 30px;
    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;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover a.NyAboutusHonor_Name {
    color: #0c73a9;
    border-bottom: 1px solid #0c73a9;
}

.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 {
    width: 40px!important;
    height: 40px!important;
    margin: -20px 0 0!important;
    border-radius: 50%;
    position: absolute;
    top: 50%!important;
    bottom: 0!important;
    opacity: 1;
    cursor: pointer;
}

.NyAboutusHonor_List .swiper-button-prev3 {
    background: url(../images/prev01.png) center center no-repeat;
    left: 0;
}

.NyAboutusHonor_List .swiper-button-next3 {
    background: url(../images/next01.png) center center no-repeat;
    right: 0;
}

.NyAboutusHonor_List .swiper-button-prev3:hover {
    background: url(../images/prev02.png) center center no-repeat;
}

.NyAboutusHonor_List .swiper-button-next3:hover {
    background: url(../images/next02.png) center center no-repeat;
}

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

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

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

@media (max-width: 1440px) {
    .NyAboutus .NyAboutus_Profile {
        padding:60px;
    }

    .NyAboutus_Profile .NyAboutus_Con {
        width: 100%;
    }

    .NyAboutus_Img p {
        height: 370px;
    }

    .NyAboutus_Con .NyAboutus_Text {
        height: 450px;
    }

    .NyAboutus_Text em {
        line-height: 60px;
        font-size: 68px;
    }

    .NyAboutus .NyAboutus_Culture {
        padding: 60px;
    }

    .NyAboutus_Culture .NyAbCulture_Main {
        width: 100%;
    }

    .NyAbCulture_Main ul li {
        padding: 60px 30px;
    }

    .NyAboutus .NyAboutus_Honor {
        padding: 60px;
    }

    .NyAboutus_Honor .NyAboutusHonor_Main {
        width: 100%;
    }

    .NyAboutusHonor_Main .NyAboutusHonor_List {
        margin: 0 0 0 -60px;
        padding: 0 60px;
    }

    .NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img {
        height: 240px;
    }
}

/*NyAboutus 结束*/
/*NyNews 开始*/
.NyNews {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyNews .NyNews_Main {
    width: 1400px;
    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 {
    width: 48%;
    height: auto;
    margin: 0 4% 30px 0;
    padding: 0 0 0 100px;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.NyNews_List ul li .NyNews_Time {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 20px 0;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 0;
    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_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 {
    background-color: #0c73a9;
}

.NyNews_List ul li:hover .NyNews_Time em {
    color: rgba(255,255,255,0.65);
}

.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: 25px 30px;
    background-color: rgba(51,51,51,0);
    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 a.NyNews_Name {
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto 14px;
    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_Text p {
    width: 100%;
    height: 84px;
    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: 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 {
    background-color: rgba(51,51,51,1);
}

.NyNews_List ul li:hover .NyNews_Text a.NyNews_Name {
    color: #fff;
}

.NyNews_List ul li:hover .NyNews_Text p {
    color: rgba(255,255,255,0.45);
}

.NyNews_List ul li .NyNews_Text a.NyNews_More {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -50px;
    bottom: -50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyNews_List ul li .NyNews_Text a.NyNews_More img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.NyNews_List ul li:hover .NyNews_Text a.NyNews_More {
    right: 0;
    bottom: 0;
}

/*分页样式 开始*/
#fengye {
    margin: 40px auto 0;
    color: #666;
    font-size: 14px;
    text-align: center;
}

#fengye a {
    display: inline-block;
    padding: 0 15px;
    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: #0c73a9;
    color: #fff;
    border: 1px solid #0c73a9;
}

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

#fengye input {
    display: inline-block;
    padding: 0 5px;
    background-color: #0c73a9;
    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;
}

/*分页样式 结束*/
/*NyNewDetail 开始*/
.NyNewDetail {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyNewDetail .NyNewDetail_Main {
    width: 1400px;
    height: auto;
    min-height: 320px;
    margin: 80px auto 60px;
    padding: 0;
}

.NyNewDetail_Main .NyNewDetail_Name {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    margin: 0 auto 15px;
    padding: 0;
}

.NyNewDetail_Main .NyNewDetail_Tips {
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    margin: 0 auto 30px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e6e6e6;
}

.NyNewDetail_Tips span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    margin: 0 40px 0 0;
    padding: 0;
}

.NyNewDetail_Tips span img {
    display: block;
    width: 16px;
    height: 16px;
    margin: 7px 10px 7px 0;
    padding: 0;
    float: left;
}

.NyNewDetail_Main .NyNewDetail_Content {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px!important;
    color: #666!important;
    font-family: Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important;
    font-size: 16px!important;
    word-break: break-all;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content em {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px!important;
    color: #666!important;
    font-family: Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important;
    font-size: 16px!important;
    font-style: normal;
    word-break: break-all;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.NyNewDetail_Content div, .NyNewDetail_Content p {
    margin: 0 auto 20px;
}

.NyNewDetail_Content img {
    display: inline-block;
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
    margin: 0 0 20px;
}

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

.NyPrevNext ul {
    width: 1400px;
    margin: 0 auto;
}

.NyPrevNext ul li {
    width: 100%;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    line-height: 40px;
    color: #999;
    font-size: 18px;
    margin: 0;
    padding: 30px 0 30px 120px;
    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;
}

.NyPrevNext ul li:nth-child(1) {
    border-bottom: 1px solid #e6e6e6;
}

.NyPrevNext ul li i {
    display: block;
    width: 100px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #666;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyPrevNext ul li a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    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;
}

.NyPrevNext ul li:hover i {
    color: #fff;
    background-color: #0c73a9;
}

.NyPrevNext ul li:hover a {
    color: #0c73a9;
    text-decoration: underline;
}

/*NyNewDetail 结束*/
@media (max-width: 1680px) {
}

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

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

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

    .NyNews .NyNews_Main {
        width: 100%;
    }

    .NyNews_List ul li {
        width: 48.5%;
        margin: 0 3% 20px 0;
        padding: 0 0 0 90px;
    }

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

    .NyNews_List ul li .NyNews_Time {
        width: 90px;
        height: 90px;
        padding: 18px 0;
    }

    .NyNews_List ul li .NyNews_Time em {
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        margin: 0 auto 4px;
    }

    .NyNews_List ul li .NyNews_Time span {
        height: 32px;
        line-height: 32px;
        font-size: 28px;
    }

    .NyNews_List ul li .NyNews_Text {
        padding: 15px 20px 20px;
    }

    .NyNews_List ul li .NyNews_Text a.NyNews_Name {
        height: 30px;
        line-height: 30px;
        margin: 0 auto 10px;
    }

    .NyNews_List ul li .NyNews_Text p {
        height: 75px;
        line-height: 25px;
        font-size: 15px;
    }

    .NyNewDetail {
        padding: 0 60px;
    }

    .NyNewDetail .NyNewDetail_Main {
        width: 100%;
        margin: 60px auto 45px;
    }

    .NyNewDetail_Main .NyNewDetail_Name {
        font-size: 28px;
    }

    .NyNewDetail_Main .NyNewDetail_Tips {
        font-size: 15px;
    }

    .NyNewDetail_Tips span {
        font-size: 15px;
        margin: 0 30px 0 0;
    }

    .NyNewDetail_Main .NyNewDetail_Content {
        line-height: 25px!important;
        font-size: 15px!important;
    }

    .NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content em {
        line-height: 25px!important;
        font-size: 15px!important;
    }

    .NyNewDetail_Content div, .NyNewDetail_Content p {
        margin: 0 auto 15px;
    }

    .NyNewDetail_Content img {
        margin: 0 0 15px;
    }

    .NyPrevNext {
        padding: 0 60px;
    }

    .NyPrevNext ul {
        width: 100%;
    }

    .NyPrevNext ul li {
        min-height: 80px;
        padding: 20px 0 20px 120px;
    }

    .NyPrevNext ul li i {
        top: 20px;
    }
}

/*NyNews 结束*/
/*NyHonor 开始*/
.NyHonor {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyHonor .NyHonor_Main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyHonor_Main .NyHonor_List {
    width: 100%;
    height: auto;
    min-height: 300px;
    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: 30px;
    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;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.NyHonor_List ul li:hover a.NyHonor_Name {
    color: #0c73a9;
    border-bottom: 1px solid #0c73a9;
}

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

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

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

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

    .NyHonor .NyHonor_Main {
        width: 100%;
    }

    .NyHonor_List ul li .NyHonor_Img {
        height: 220px;
    }

    .NyHonor_Main #fengye {
        margin: 30px auto 0;
    }
}

/*NyHonor 结束*/
/*NyDown 开始*/
.NyDown {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyDown_List ul li .NyDown_Btn a i.DwIco {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/down.svg) 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 #0c73a9;
}

.NyDown_List ul li:hover .NyDown_Btn a i.DwIco {
    background: url(../images/down1.svg) 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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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;
    -moz-box-sizing: border-box;
    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: #0c73a9;
    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: #0c73a9;
}

.DownABtn a {
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 33px;
    background: #0c73a9 url(../images/down2.svg) 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: #c9002b;
}

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

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

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

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

    .NyDown .NyDown_Main {
        width: 100%;
    }

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

/*NyDown 结束*/
/*NyCases 开始*/
.NyCases {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyCases .NyCases_Main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyCases_Main .NyCases_List {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyCases_List ul li {
    width: 23.5%;
    height: auto;
    margin: 0 2% 30px 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyCases_List ul li:nth-child(4n+4) {
    margin: 0 0 30px;
}

.NyCases_List ul li .NyCases_Con {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 15px 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;
}

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

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

.NyCases_List ul li .NyCases_Con a.NyCases_Img {
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyCases_List ul li .NyCases_Con a.NyCases_Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    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;
}

.NyCases_List ul li:hover .NyCases_Con a.NyCases_Img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.NyCases_List ul li .NyCases_Con a.NyCases_Name {
    display: block;
    width: 100%;
    height: 30px;
    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;
    padding: 10px 0;
}

.NyCases_List ul li:hover .NyCases_Con a.NyCases_Name {
    color: #0c73a9;
}

.NyCases_List ul li .NyCases_Ms {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    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;
}

.NyCases_List ul li .NyCases_Ms p {
    width: 100%;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
    color: #999;
    font-size: 14px;
    text-align: center;
    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;
}

.NyCases_List ul li:hover .NyCases_Ms {
    border-bottom: 1px solid #0c73a9;
}

.NyCases_List ul li:hover .NyCases_Ms p {
    color: #666;
}

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

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

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

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

    .NyCases .NyCases_Main {
        width: 100%;
    }

    .NyCases_List ul li .NyCases_Con a.NyCases_Img {
        height: 220px;
    }

    .NyCases_Main #fengye {
        margin: 30px auto 0;
    }
}

/*NyCases 结束*/
/*NyVideos 开始*/
.NyVideos {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyVideos .NyVideos_Main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyVideos_Main .NyVideos_List {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyVideos_List ul li {
    width: 23.5%;
    height: auto;
    margin: 0 2% 30px 0;
    padding: 0;
    background-color: #fff;
    float: left;
    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;
}

.NyVideos_List ul li:nth-child(4n+4) {
    margin: 0 0 30px;
}

.NyVideos_List ul li:hover {
    background-color: #0c73a9;
}

.NyVideos_List ul li .NyVideos_Img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    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;
}

.NyVideos_List ul li .NyVideos_Img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyVideos_List ul li .NyVideos_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;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyVideos_List ul li:hover .NyVideos_Img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.NyVideos_List ul li .NyVideos_Img a i {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.4) url(../images/VdIco.svg) center center no-repeat;
    background-size: 50px 50px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyVideos_List ul li:hover .NyVideos_Img a i {
    background: rgba(0,0,0,0.2) url(../images/VdIco1.svg) center center no-repeat;
    background-size: 50px 50px;
}

.NyVideos_List ul li .NyVideos_Text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyVideos_List ul li .NyVideos_Text a.NyVideos_Name {
    display: block;
    width: 100%;
    height: 30px;
    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;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyVideos_List ul li:hover a.NyVideos_Name {
    color: #fff;
}

.NyVideos_List ul li .NyVideos_Text p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 10px auto 15px;
    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;
}

.NyVideos_List ul li:hover .NyVideos_Text p {
    color: rgba(255,255,255,0.65);
}

.NyVideos_List ul li .NyVideos_Text a.NyVideos_Btn {
    display: block;
    width: 120px;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-color: #0c73a9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyVideos_List ul li .NyVideos_Text a.NyVideos_Btn i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/VdIco.svg) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin: -2px 0 0 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyVideos_List ul li:hover .NyVideos_Text a.NyVideos_Btn {
    color: #0c73a9;
    background-color: #fff;
}

.NyVideos_List ul li:hover .NyVideos_Text a.NyVideos_Btn i {
    background: url(../images/VdIco1.svg) center center no-repeat;
    background-size: 100% 100%;
}

.NyNewDetail_Content iframe {
    display: block;
    width: 60%!important;
    height: 480px!important;
    margin: 0 auto 20px!important;
}

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

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

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

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

    .NyVideos .NyVideos_Main {
        width: 100%;
    }

    .NyVideos_List ul li .NyVideos_Img {
        height: 220px;
    }

    .NyVideos_Main #fengye {
        margin: 30px auto 0;
    }
}

/*NyVideos 结束*/
/*NyOrder 开始*/
.NyOrder {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyOrder .NyOrder_Main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyOrder_Main .NyOrder_Left {
    width: 28%;
    height: 660px;
    overflow: hidden;
    margin: 0;
    padding: 60px 40px;
    background: #0c73a9 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: 180px;
    height: 180px;
    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%;
}

.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: #0c73a9!important;
}

.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover {
    background-color: #b00026!important;
}

.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 {
    width: 100%!important;
}

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

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

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

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

    .NyOrder .NyOrder_Main {
        width: 100%;
    }
}

/*NyOrder 结束*/
/*NyContactUs 开始*/
.NyContactUs {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContactUs .NyContactUs_Infor {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContactUs_Infor .NyContactUsInfor_Main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyContactUsInfor_Main .NyContactUsInfor_Img {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

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

.NyContactUsInfor_Img .contactText {
    width: 50%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 100px 20% 100px 60px;
    background: url(../images/contactBg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contactText p {
    width: 100%;
    height: auto;
    line-height: 36px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    word-break: break-all;
    margin: 0 auto;
    padding: 0;
}

.contactText i {
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px 0 40px;
    padding: 0;
    background: url(../images/line06.png) 0 0 no-repeat;
}

.contactText span {
    display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
}

.contactText em {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    background: url(../images/xs.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50px;
    right: 40%;
}

.NyContactUsInfor_Main .NyContactUsInfor_Con {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #fff;
}

.NyContactUsInfor_Con .NyContactUs_Ewm {
    width: 25%;
    height: 200px;
    overflow: hidden;
    margin: 0;
    padding: 20px 40px;
    border-right: 1px solid #e6e6e6;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContactUs_Ewm span {
    display: block;
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 4px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContactUs_Ewm span img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 0;
}

.NyContactUs_Ewm p {
    width: 100%;
    height: auto;
    line-height: 20px;
    color: #999;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyContactUsInfor_Con .NyContactUs_Lxfs {
    width: 75%;
    height: 200px;
    overflow: hidden;
    margin: 0;
    padding: 42px 0;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContactUs_Lxfs ul li {
    width: 33.333333%;
    height: auto;
    margin: 0;
    padding: 0 20px;
    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: 44px;
    height: 44px;
    margin: 0 auto 20px;
    padding: 0;
}

.NyContactUs_Lxfs ul li span {
    display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyContactUs_Lxfs ul li p {
    width: 100%;
    height: auto;
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    font-size: 18px;
    text-align: center;
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    padding: 0;
}

.NyContactUs .NyContactUs_Map {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyMap {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyMap .dz_map {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyMap .dz_map #container {
    height: 120%;
}

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

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

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

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

    .NyContactUs_Infor .NyContactUsInfor_Main {
        width: 100%;
    }

    .contactText em {
        top: 40px;
        right: 30%;
    }

    .NyContactUs .NyContactUs_Infor {
        margin: 0 auto 30px;
    }

    .NyContactUsInfor_Main .NyContactUsInfor_Con {
        padding: 30px 0;
    }

    .NyContactUsInfor_Con .NyContactUs_Ewm {
        padding: 20px;
    }

    .NyContactUs_Lxfs ul li span {
        font-size: 16px;
    }

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

    .NyContactUs .NyContactUs_Map {
        width: 100%;
    }

    .NyMap {
        height: 440px;
    }
}

/*NyContactUs 结束*/
/*NyJob 开始*/
.NyJob {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: #f9f9f9;
}

.NyJob .NyJob_Con {
    width: 100%;
    height: auto;
    margin: 2px auto 0;
    padding: 80px 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyJob_Con ul {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyJob_Con ul li {
    width: 18.4%;
    height: auto;
    margin: 0 2% 0 0;
    padding: 60px 20px;
    background-color: #f9f9f9;
    float: left;
    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;
}

.NyJob_Con ul li:nth-child(5) {
    margin: 0;
}

.NyJob_Con ul li:hover {
    background-color: #0c73a9;
}

.NyJob_Con ul li i {
    display: block;
    width: 56px;
    height: 53px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyJob_Con ul li i.JobIco1 {
    background: url(../images/talent-nav_1.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li i.JobIco2 {
    background: url(../images/talent-nav_2.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li i.JobIco3 {
    background: url(../images/talent-nav_3.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li i.JobIco4 {
    background: url(../images/talent-nav_4.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li i.JobIco5 {
    background: url(../images/talent-nav_5.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li:hover i.JobIco1 {
    background: url(../images/talent-nav_10.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li:hover i.JobIco2 {
    background: url(../images/talent-nav_20.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li:hover i.JobIco3 {
    background: url(../images/talent-nav_30.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li:hover i.JobIco4 {
    background: url(../images/talent-nav_40.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li:hover i.JobIco5 {
    background: url(../images/talent-nav_50.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li span {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyJob_Con ul li em {
    display: block;
    width: 44px;
    height: 2px;
    margin: 15px auto 30px;
    padding: 0;
    background: url(../images/line05.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;
}

.NyJob_Con ul li p {
    width: 100%;
    height: 72px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    word-break: break-all;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyJob_Con ul li:hover span {
    color: #fff;
}

.NyJob_Con ul li:hover em {
    background: url(../images/line06.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJob_Con ul li:hover p {
    color: rgba(255,255,255,0.65);
}

.NyJob .NyJob_Main {
    width: 1400px;
    height: auto;
    margin: 80px auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyJob_Main .NyJob_List {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyJob_List ul li {
    width: 32%;
    height: auto;
    margin: 0 2% 30px 0;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0,0,0,0.06);
    float: left;
    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;
}

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

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

.NyJob_List ul li .NyJob_Name {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyJob_List ul li .NyJob_Name a {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyJob_List ul li:hover .NyJob_Name a {
    color: #0c73a9;
}

/*.NyJob_List ul li .NyJob_Name i { display:block; width:100px; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:16px; font-style:normal; text-align:right; margin:0; padding:0; position:absolute; top:0; right:0;}
.NyJob_List ul li .NyJob_Name i img { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0; padding:0; vertical-align:middle;}*/
.NyJob_List ul li .NyJob_Time {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0;
    border-top: 1px solid #e5e5e5;
}

.NyJob_List ul li .NyJob_Time span {
    display: block;
    width: auto;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    color: #999;
    font-size: 14px;
    margin: 0;
    padding: 0;
    float: left;
}

.NyJob_List ul li .NyJob_Time span img {
    display: block;
    width: 18px;
    height: 18px;
    margin: 8px 6px 10px 0;
    padding: 0;
    float: left;
}

.NyJob_List ul li .NyJob_Time a.NyJob_More {
    width: 108px;
    height: 36px;
    overflow: hidden;
    line-height: 34px;
    color: #0c73a9;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #0c73a9;
    float: right;
    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;
}

.NyJob_List ul li .NyJob_Time a.NyJob_More em {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 0 0 6px;
    padding: 0;
    vertical-align: middle;
    background: url(../images/jt13.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;
}

.NyJob_List ul li:hover .NyJob_Time a.NyJob_More {
    color: #fff;
    background-color: #0c73a9;
}

.NyJob_List ul li:hover .NyJob_Time a.NyJob_More em {
    background: url(../images/jt12.png) center center no-repeat;
    background-size: 100% 100%;
}

.NyJobdetail {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyJobdetail .NyJobdetail_Title {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    margin: 0 auto 30px;
    padding: 0;
}

.NyJobdetail_Salary {
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: right;
}

.NyJobdetail_Salary font {
    color: #0c73a9;
    font-size: 30px;
}

.NyJobdetail .NyJobdetail_Tips {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    padding: 15px 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyJobdetail_Tips ul li {
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    margin: 0 30px 0 0;
    padding: 0;
    float: left;
}

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

.NyJobdetail_Tips ul li span {
    color: #333;
}

.NyJobdetail .NyJobdetail_Con {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0;
    padding: 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyJobdetail_Con dl dd {
    width: 48.5%;
    height: auto;
    margin: 0 3% 0 0;
    padding: 30px 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyJobdetail_Con dl dd:nth-child(2) {
    margin: 0;
}

.NyJobdetail_Con dl dd .NyJobdetail_Tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 15px;
    padding: 0;
}

.NyJobdetail_Tit i {
    display: block;
    width: 3px;
    height: 18px;
    background-color: #0c73a9;
    margin: 6px 12px 6px 0;
    padding: 0;
    float: left;
}

.NyJobdetail_Con dl dd .NyJobdetail_Text {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px!important;
    color: #666!important;
    font-family: Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important;
    font-size: 16px!important;
    word-break: break-all;
    text-align: justify;
    margin: 0 auto 15px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyJobdetail_Text div, .NyJobdetail_Text p, .NyJobdetail_Text span, .NyJobdetail_Text font, .NyJobdetail_Text em {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px!important;
    color: #666!important;
    font-family: Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important;
    font-size: 16px!important;
    font-style: normal;
    word-break: break-all;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.NyJobdetail_Text div, .NyJobdetail_Text p {
    line-height: 28px!important;
    color: #666!important;
    font-family: Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important;
    font-size: 16px!important;
    word-break: break-all;
    text-align: justify;
    margin: 0 auto 15px;
    padding: 0;
}

.NyJobdetail_Con .NyJobdetail_Btn {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 0;
}

.NyJobdetail_Btn p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    margin: 0 auto 15px;
    padding: 0;
}

.NyJobdetail_Btn p span {
    color: #0c73a9;
}

.NyJobdetail_Btn a {
    display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #0c73a9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyJobdetail_Btn a img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyJobdetail_Btn a:hover {
    background-color: #b00026;
}

.NyJobdetail_Btn a:hover img {
    margin: -2px 0 0 20px;
}

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

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

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

@media (max-width: 1440px) {
    .NyJob .NyJob_Con {
        padding:60px;
    }

    .NyJob_Con ul {
        width: 100%;
    }

    .NyJob_Con ul li {
        padding: 40px 15px;
    }

    .NyJob .NyJob_Main {
        width: 100%;
        margin: 60px auto;
        padding: 0 60px;
    }

    .NyJob_Main #fengye {
        margin: 30px auto 0;
    }

    .NyJobdetail {
        width: 100%;
        padding: 60px;
    }
}

/*NyJob 结束*/
/*NyProducts 开始*/
.NyProducts {
    width: 1400px;
    height: auto;
    min-height: 320px;
    margin: 80px auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProducts .NyPro_Left {
    width: 23.5%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

.NyProducts .NyPro_Right {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 0 30px;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyPro_Right ul {
    min-height: 320px;
}

.NyPro_Right ul li {
    width: 22%;
    height: auto;
    margin: 0 3% 30px 0;
    padding: 0;
    background-color: #fff;
    float: left;
    position: relative;
}

.NyPro_Right ul li:nth-child(4n+4) {
    margin: 0 0 30px;
}

.NyPro_Right ul li:hover {
    box-shadow: 0 10px 10px rgba(0,0,0,0.06);
    z-index: 1;
}

.NyPro_Right ul li .lyIdxPro_Img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

.NyPro_Right ul li .lyIdxPro_Img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyPro_Right ul li .lyIdxPro_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;
}

.NyPro_Right ul li:hover .lyIdxPro_Img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.NyPro_Right ul li .lyIdxPro_Text {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyPro_Right ul li .lyIdxPro_Text a.lyIdxPro_Name {
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    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;
}

.NyPro_Right ul li:hover .lyIdxPro_Text a.lyIdxPro_Name {
    color: #0c73a9;
}

.NyPro_Right ul li .lyIdxPro_Text span {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyPro_Right ul li .lyIdxPro_Text span img {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    padding: 0;
}

.NyPro_Right ul li a.lyIdxPro_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;
}

.NyPro_Right ul li a.lyIdxPro_More img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.NyPro_Right ul li:hover a.lyIdxPro_More {
    opacity: 1;
}

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

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

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

@media (max-width: 1440px) {
    .NyProducts {
        width:100%;
        margin: 60px auto;
        padding: 0 60px;
    }

    .NyPro_Right #fengye {
        margin: 30px auto 0;
    }
}

/*产品分类 开始*/
.h_left {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cp_type {
}

.cp_type .hd {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    padding: 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;
}

.cp_type .hd p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #0c73a9;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 4px;
    padding: 0;
}

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

.cp_type .hd span {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #aaa;
    font-size: 14px;
}

.cp_type .hd em {
    display: block;
    width: 50px;
    height: 2px;
    margin: 6px 0 0;
    padding: 0;
    background: url(../images/line05.png) 0 0 no-repeat;
}

.cp_type .hd i {
    display: none;
}

.cp_type .bd {
    padding: 0;
}

.cp_type .bd ul li {
    background-color: #fff;
    padding: 0;
}

.cp_type .bd ul li.on {
}

.cp_type .bd ul li p {
    height: 40px;
    line-height: 40px;
    padding: 4px 70px 4px 30px;
    position: relative;
}

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

.cp_type .bd ul li p a {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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: 30px;
}

.cp_type .bd ul li div {
    display: none;
    padding: 15px 30px;
}

.cp_type .bd ul li div a {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #999;
    font-size: 14px;
    border-top: 0px solid #eaeaea;
    padding: 0 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/ico08.png) 4px 14px no-repeat;
}

.cp_type .bd ul li div a:first-child {
    border-top: 0;
}

.cp_type .bd ul li:hover p, .cp_type .bd ul li.on p {
    background-color: #333
}

.cp_type .bd ul li:hover p a, .cp_type .bd ul li.on p a {
    color: #fff;
}

.cp_type .bd ul li:hover p 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: #0c73a9;
    background: url(../images/ico09.png) 4px 14px no-repeat;
}

.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: #0c73a9;
    color: #fff;
}

.ProAll {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

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

.ProAll a:hover {
    color: #0c73a9;
}

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

/*相关文章 开始*/
.NyXgwz {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 30px auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyXgwz .NyXgwz_Title {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 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;
}

.NyXgwz_Title p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #0c73a9;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 4px;
    padding: 0;
}

.NyXgwz_Title p img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px 10px 3px 0;
    padding: 0;
    float: left;
}

.NyXgwz_Title span {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #ccc;
    font-size: 14px;
}

.NyXgwz_Title em {
    display: block;
    width: 50px;
    height: 2px;
    margin: 6px 0 0;
    padding: 0;
    background: url(../images/line05.png) 0 0 no-repeat;
}

.NyXgwz .NyXgwz_List {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyXgwz_List dl dd {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4px 0;
}

.NyXgwz_List dl dd a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0 0 0 20px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyXgwz_List dl dd a i {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0;
    padding: 0;
    background: url(../images/ico08.png) center center no-repeat;
    position: absolute;
    top: 20px;
    left: 4px;
}

.NyXgwz_List dl dd a:hover {
    color: #0c73a9;
}

.NyXgwz_List dl dd a:hover i {
    background: url(../images/ico09.png) center center no-repeat;
}

/*相关文章 结束*/
/*产品分类 结束*/
/*NyProducts 结束*/
/*NyProlist 开始*/
.NyProlist {
    width: 1400px;
    height: auto;
    min-height: 320px;
    margin: 80px auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProlist .NyProlist_Left {
    width: 23.5%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

.NyProlist .NyProlist_Right {
    width: 76.5%;
    height: auto;
    margin: 0;
    padding: 0 0 0 30px;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProlist_Right ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 15px;
    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;
}

.NyProlist_Right ul li:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
}

.NyProlist_Right ul li .NyProlist_Img {
    width: 28.5%;
    height: 200px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

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

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

.NyProlist_Right ul li:hover .NyProlist_Img a {
    border: 1px solid #0c73a9;
}

.NyProlist_Right ul li:hover .NyProlist_Img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

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

.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

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

.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Name a {
    color: #0c73a9;
}

.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto 20px;
    padding: 0;
}

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

.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyProlist_Right 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: #f9f9f9;
    position: relative;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd:nth-child(3) {
    margin: 0;
}

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

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

.NyProlist_Right ul li a.NyProlist_More img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.NyProlist_Right ul li:hover a.NyProlist_More {
    opacity: 1;
}

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

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

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

@media (max-width: 1440px) {
    .NyProlist {
        width:100%;
        margin: 60px auto;
        padding: 0 60px;
    }

    .NyProlist_Right #fengye {
        margin: 30px auto 0;
    }
}

/*NyProlist 结束*/
/*NyProDetail 开始*/
.NyProDetail {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProDetail .NyProDetail_Main {
    width: 100%;
    height: auto;
    margin: 60px auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProDetail_Main .NyProDetail_Img {
    width: 38%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#preview {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
}

.list-h li {
    float: left;
}

#spec-n5 {
    width: 100%;
    height: 88px;
    padding-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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#spec-list ul li:hover p {
    border: 1px solid #0c73a9;
}

#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*/
.jqzoom {
    position: relative;
    width: 100%;
    height: 518px;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.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(i/loading.gif) #fff no-repeat center center;
    border: 1px solid #eaeaea;
    display: none;
    text-align: center;
    overflow: hidden;
    left: 102%!important;
    top: 0!important;
}

.bigimg {
}

.jqZoomPup {
    width: 200px!important;
    height: 200px!important;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/mask.png) 0 0 repeat;
    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 #0c73a9;
    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: #f9f9f9;
    border-radius: 30px;
    float: left;
}

.NyProDetail_Btm a.Btn01 i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 6px;
    background-color: rgba(220,0,47,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: #0c73a9 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: #0c73a9;
    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 .NyProDetail_Content {
    width: 100%;
    height: auto;
    margin: 60px auto;
    padding: 0;
}

.NyProDetail_Content .NyProDetail_Left {
    width: 23.5%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

.NyProDetail_Content .NyProDetail_Right {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 0 30px;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProDetail_Right .NyProDetail_Con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px;
    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: #0c73a9;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #0c73a9;
    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: #0c73a9;
    border-bottom: 2px solid #0c73a9;
}

.NyProDetail_Con .ProDetailText {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
}

.ProDetailText div, .ProDetailText p {
    margin: 0 auto 20px;
}

.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%;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    text-align: justify;
}

.ProDetailText p span, .ProDetailText span, .ProDetailText p em, .ProDetailText em {
    color: #999!important;
    font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important;
    font-size: 16px!important;
}

.ProDetailText b {
    display: block;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px;
}

.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: #0c73a9;
    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: #0c73a9!important;
}

.NyProOrder_Main #ly_msg.ly_msg .msg_btn input.msg_btn1 {
    background-color: #0c73a9!important;
}

.NyProOrder_Main #ly_msg.ly_msg .msg_btn input.msg_btn1:hover {
    background-color: #a2000d!important;
}

.NyProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 {
    width: 100%!important;
}

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

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

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

@media (max-width: 1440px) {
    .NyProDetail {
        width:100%;
        padding: 0 60px;
    }

    .NyProDetail_Tags dl dd {
        margin: 0 30px 0 0;
    }
}

/*NyProDetail 结束*/
.ly_Title1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

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

.ly_Title2 p {
    color: #fff;
}

.ly_Title1 span {
    display: block;
    width: 144px;
    height: 13px;
    margin: 17px auto 0;
    padding: 0;
    background: url(../images/line01.png) center center repeat-x;
}

.ly_Title1 span i {
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 auto;
    padding: 0;
    background-color: #0c73a9;
}

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

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

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

@media (max-width: 1440px) {
    .ly_Title1 {
        margin:0 auto 30px;
    }

    .ly_Title1 p {
        height: 36px;
        line-height: 36px;
        font-size: 32px;
    }

    .ly_Title1 span {
        width: 128px;
        height: 9px;
        margin: 15px auto 0;
    }

    .ly_Title1 span i {
        width: 9px;
        height: 9px;
    }
}

#KFRightScreen {
    z-index: 999!important;
}
