﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    margin: 0;
    padding: 0;
    font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}

table,
td,
tr,
th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
    *zoom: 1;
}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input::-webkit-input-placeholder {
    color: #aaa;
}

input::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder {
    color: #aaa;
}


/* 设置滚动条的样式 */

::-webkit-scrollbar {
    width: 0;
}


/* 滚动槽 */

::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 0px;
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    background-color: #0c75e0;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #0c75e0;
}

.w1500 {
    width: 83.5%;
    margin: 0 auto;
}

.w1200 {
    width: 84%;
    margin: 0 auto;
}

@media (max-width:1600px) {
    .w1500 {
        width: 90%;
    }
}

@media (max-width:1500px) {}

@media (max-width:1300px) {}

@media (max-width:1080px) {}

@media (max-width: 767px) {
    .w1500 {
        width: 94%;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/* 设置滚动条的样式 */

::-webkit-scrollbar {
    width: 0px;
}


/* 滚动槽 */

::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 0px;
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    background-color: #0a1a3e;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #0a1a3e;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input {
    border-radius: 0;
}


/*默认文字连接样式*/

@font-face {
    font-family: "PingFangBold";
    src: url(../fonts/PingFangBold.ttf);
}

@font-face {
    font-family: "PingFangMedium";
    src: url(../fonts/PingFangMedium.ttf);
}

@font-face {
    font-family: "PingFangRegular";
    src: url(../fonts/PingFangRegular.ttf);
}

@font-face {
    font-family: "PingFangLight";
    src: url(../fonts/PingFangLight.ttf);
}


/*css3动画延迟*/


/*.delay {animate-duration: 2s;animate-delay: 1s;animate-iteration-count: 1;}
.wow{transition: 1s ease-in-out;}*/

.fp-tableCell {
    padding-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.section2 .fp-tableCell {
    padding-top: 75px;
}

.section3 .fp-tableCell,
.section4 .fp-tableCell,
.section5 .fp-tableCell {
    padding-top: 80px;
}

.wel-con #fp-nav.fp-left {
    left: 10px;
}

.wel-con #fp-nav ul li:nth-last-child(1) {
    display: none;
}

.wel-con #fp-nav ul li a span {
    width: 25px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
    left: 0;
    margin: 0;
}

.wel-con #fp-nav ul li a span.fp-sr-only {
    display: none;
}

.wel-con #fp-nav ul li:hover a span,
.wel-con .fp-slidesNav ul li:hover a span {
    width: 35px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    margin: 0;
}

.wel-con #fp-nav ul li a.active span,
.wel-con .fp-slidesNav ul li a.active span,
.wel-con #fp-nav ul li:hover a.active span,
.wel-con .fp-slidesNav ul li:hover a.active span {
    margin: 0;
    width: 35px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
}

.wel-con #fp-nav ul li a.active+.fp-tooltip.fp-left {
    opacity: 1;
    width: 90px;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    left: 45px;
}

.wel-con #fp-nav ul li,
.fp-slidesNav ul li {
    height: 17px;
    width: 25px;
    margin: 12px 0;
}

.wel-con #fp-nav ul li:hover .fp-tooltip,
.wel-con #fp-nav.fp-show-active a.active+.fp-tooltip {
    opacity: 1;
    width: 90px;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    /*background:url(../images/scoll_icon.png) left center no-repeat;*/
    padding-left: 0;
    left: 45px;
}

.wel-con #fp-nav ul li .fp-tooltip {
    top: -5px;
}

.wel-con.fp-viewing-page2 #fp-nav ul li a span,
.wel-con.fp-viewing-page4 #fp-nav ul li a span,
.wel-con.fp-viewing-page5 #fp-nav ul li a span {
    background: rgba(0, 0, 0, .3)
}

.wel-con.fp-viewing-page2 #fp-nav ul li:hover a span,
.wel-con.fp-viewing-page4 #fp-nav ul li:hover a span,
.wel-con.fp-viewing-page5 #fp-nav ul li:hover a span {
    background: #e2001b;
}

.wel-con.fp-viewing-page2 #fp-nav ul li a.active span,
.wel-con.fp-viewing-page4 #fp-nav ul li a.active span,
.wel-con.fp-viewing-page5 #fp-nav ul li a.active span,
.wel-con.fp-viewing-5 #fp-nav ul li:hover a.active span {
    background: #e2001b;
}

.wel-con.fp-viewing-page2 #fp-nav ul li a.active+.fp-tooltip.fp-left,
.wel-con.fp-viewing-page4 #fp-nav ul li a.active+.fp-tooltip.fp-left,
.wel-con.fp-viewing-page5 #fp-nav ul li a.active+.fp-tooltip.fp-left {
    /*background:url(../images/scoll_icon2.png) left center no-repeat;*/
    color: #e2001b;
}

.wel-con.fp-viewing-page2 #fp-nav ul li:hover .fp-tooltip,
.wel-con.fp-viewing-page4 #fp-nav ul li:hover .fp-tooltip,
.wel-con.fp-viewing-page5 #fp-nav ul li:hover .fp-tooltip,
.wel-con #fp-nav.fp-show-active a.active+.fp-tooltip {
    /*background:url(../images/scoll_icon2.png) left center no-repeat;*/
}

.wel-con.fp-viewing-page7 #fp-nav {
    display: none;
}

@media all and (max-width:1600px) {
    .wel-con #fp-nav.fp-left {
        display: none;
    }
    .section2 .fp-tableCell {
        padding-top: 65px;
    }
}


/*top*/

.h_header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: linear-gradient(rgba(30, 55, 80, 0.6), rgba(0, 0, 0, 0));
}

.h_header .w1500 {
    width: 98%;
    max-width: 1920px;
    padding-left: 2%;
}

.top1 {
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    display: none;
}

.top1 .l {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.top1 .r {
    float: right;
    width: 30%;
    text-align: right;
    font-size: 0;
}

.top1 .r span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 18px;
    height: 40px;
    background: url(../images/top_tel.png) center center no-repeat;
    margin-right: 8px;
}

.top1 .r em {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.top2 {
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    padding: 0;
    position: relative;
    z-index: 99;
    transform: scale(1);
}

.top2 .top_nav {
    max-width: 65%;
    padding: 0 20px 0 0;
    float: right;
    opacity: 1;
}


/*top_nav begin*/

.flexnav {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: block;
    overflow: visible;
    width: 100%;
    height: 80px;
    font-family: "Noto Sans", Helvetica, sans-serif;
}

.flexnav:after {
    content: "";
    display: table;
    clear: both
}

.flexnav>li {
    float: left
}

.flexnav li {
    display: block;
    position: relative;
}

.flexnav>li.item-with-ul>a {
    padding-right: 40px;
}

.flexnav li a {
    position: relative;
    display: block;
    z-index: 2;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -ms-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.flexnav li a i {
    display: block;
    width: 0;
    height: 2px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #e2001b;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.flexnav li:hover>a i,
.flexnav li.active>a i {
    width: 40px;
    margin: 0 0 0 -20px;
}

.flexnav ul li a {
    width: 80px;
    font-weight: 400;
    font-size: 13px;
    padding: 13px 25px;
    text-align: center;
}

.flexnav li a span {
    overflow: hidden;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.flexnav li a span img {
    margin-top: -38px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.flexnav li:hover>a,
.flexnav li.active>a {
    color: #e2001b;
}

.flexnav ul {
    position: absolute;
    top: auto;
    left: 0;
    display: block;
    padding: 0
}

.flexnav>li>ul {
    left: 50%;
    right: 0;
    margin-left: -65px;
}

.flexnav ul ul {
    margin-left: 100%;
    top: 0
}

.flexnav li ul li {
    position: relative;
    overflow: hidden
}

.flexnav li ul.show li {
    overflow: visible
}

.flexnav li ul li a {
    background: rgba(255, 255, 255, .3);
}

.flexnav ul li ul li a {
    background: #253136
}

.flexnav ul li ul li ul li a {
    background: #2c3b40
}

.flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.flexnav li ul.open li {
    overflow: visible;
    max-height: 100px
}

.flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 46px;
    height: 80px;
    display: inline-block;
    text-align: center;
}

.flexnav .touch-button:hover {
    cursor: pointer
}

.flexnav .touch-button::after {
    height: 0;
    width: 0;
    content: "";
    border: 6px solid transparent;
    border-top-color: #fff;
    display: block;
    position: absolute;
    top: 37px;
    left: 17px;
}

.flexnav>li:hover>.touch-button::after,
.sm-screen .submenu-open::after {
    border-top-color: #ca1511
}

.flexnav ul li .touch-button {
    width: 39px;
    height: 39px;
    background: rgba(255, 255, 255, .05);
    border-top-color: transparent
}

.flexnav ul li .touch-button::after {
    top: 15px
}

.flexnav.lg-screen ul li .touch-button::after {
    border-left-color: #ddd;
    border-top-color: transparent;
    border-width: 5px
}

.flexnav.lg-screen ul li:hover>.touch-button::after {
    border-left-color: #ca1511
}

.flexnav.sm-screen ul li .touch-button::after {
    border-width: 5px;
    left: 14px;
    top: 17px
}

.menu-button {
    position: relative;
    display: none;
    padding: 0;
    background: none;
    color: #ddd;
    cursor: pointer;
    line-height: 62px;
    font-weight: 700;
    font-size: 14px;
    font-size: 0;
}

.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px
}

.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    height: 62px;
    display: inline-block;
    text-align: center;
}

.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #666
}

.menu-button::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 24px;
    height: 6px;
    width: 24px;
    border-top: 2px solid #e2001b;
    border-bottom: 2px solid #e2001b;
    z-index: 1;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.menu-button::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 37px;
    height: 3px;
    width: 24px;
    border-bottom: 2px solid #e2001b;
    z-index: 1;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.flexnav li .item-with-ul {
    width: 140%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 80px;
    left: -20%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
}

.flexnav li:hover .item-with-ul {
    height: auto;
    padding: 10px;
}

.item-with-ul dl dd a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #555;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.item-with-ul dl dd a:hover {
    color: #e2001b;
    background-color: #fff;
}

.item-with-ul dl dd a em {
    display: block;
    width: 0;
    height: 1px;
    overflow: hidden;
    margin: 18px 10px 0 0;
    padding: 0;
    float: left;
    background-color: #e2001b;
    -webkit-transition: all .5s;
    -moz-transition: all .25s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.item-with-ul dl dd a:hover em {
    width: 100%;
}

.item-with-ul .navImg {
    float: right;
    display: none;
}

@media (max-width:1680px) {
    .flexnav li .item-with-ul {}
}

@media (max-width:1600px) {
    .flexnav li a {
        font-size: 16px;
        padding: 0 15px;
    }
}

@media (max-width:1440px) {
    .flexnav li .item-with-ul {}
}

@media (max-width:1366px) {
    .flexnav li .item-with-ul {}
}

@media (max-width:1280px) {
    .flexnav li .item-with-ul {}
}

@media all and (max-width:1080px) {
    .flexnav {
        overflow: hidden;
        max-height: 0
    }
    .flexnav.show {
        border-top: 1px solid #ededed;
        overflow: visible;
        max-height: 2000px;
        width: 100%;
        height: 100%;
        padding: 14px 0 0;
        position: fixed;
        left: 0;
        top: 62px;
        background-color: white;
        z-index: 10;
        color: #666;
        overflow-y: auto;
    }
    .flexnav li {
        float: none
    }
    .flexnav ul li a {
        width: auto
    }
    .flexnav ul,
    .flexnav ul ul {
        position: relative;
        margin-left: 0;
        width: 100%
    }
    .flexnav ul li a {
        padding-left: 37px
    }
    .flexnav ul ul li a {
        padding-left: 49px
    }
    .flexnav ul ul ul li a {
        padding-left: 61px
    }
    .menu-button {
        display: block;
        width: 64px;
        line-height: 64px;
        float: right;
    }
    .menu-button.cur::before {
        transform: rotate(-45deg);
        top: 29px;
    }
    .menu-button.cur::after {
        transform: rotate(45deg);
        top: 31px;
        border-bottom: 0;
    }
    .flexnav li .item-with-ul {
        display: none;
    }
    .section2 .fp-tableCell,
    .section3 .fp-tableCell,
    .section4 .fp-tableCell,
    .section5 .fp-tableCell {
        padding-top: 0;
    }
}


/*top_nav end*/

.top2 .logo {
    display: block;
    width: 20%;
    float: left;
    padding: 10px 0;
    opacity: 1;
}

.top2 .logo .logo2 {
    display: none;
}

.top2 .top_search_icon {
    width: 5%;
    height: 80px;
    background: url(../images/top_search_btn.png) center center no-repeat;
    float: right;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, .17);
    transform: scale(1);
    transition: .6s ease-in-out;
    transition-duration: .5s;
}

.top2 .top_tel {
    width: 15%;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    float: right;
}

.top2 .top_tel img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px 4px 20px 0;
    padding: 0;
    float: left;
}

.top2 .top_tel img.tel_icon1 {
    display: block;
}

.top2 .top_tel img.tel_icon2 {
    display: none;
}

.hdDown .top2 .top_tel,
.top2:hover .top_tel,
.fp-viewing-page2 .top2 .top_tel,
.fp-viewing-page3 .top2 .top_tel,
.fp-viewing-page4 .top2 .top_tel,
.fp-viewing-page5 .top2 .top_tel,
.fp-viewing-page6 .top2 .top_tel {
    color: #e2001b;
}

.hdDown .top2 .top_tel img.tel_icon1,
.top2:hover .top_tel img.tel_icon1,
.fp-viewing-page2 .top2 .top_tel img.tel_icon1,
.fp-viewing-page3 .top2 .top_tel img.tel_icon1,
.fp-viewing-page4 .top2 .top_tel img.tel_icon1,
.fp-viewing-page5 .top2 .top_tel img.tel_icon1,
.fp-viewing-page6 .top2 .top_tel img.tel_icon1 {
    display: none;
}

.hdDown .top2 .top_tel img.tel_icon2,
.top2:hover .top_tel img.tel_icon2,
.fp-viewing-page2 .top2 .top_tel img.tel_icon2,
.fp-viewing-page3 .top2 .top_tel img.tel_icon2,
.fp-viewing-page4 .top2 .top_tel img.tel_icon2,
.fp-viewing-page5 .top2 .top_tel img.tel_icon2,
.fp-viewing-page6 .top2 .top_tel img.tel_icon2 {
    display: inline-block;
}

.hide1 .top2,
.hide1 .logo,
.hide1 .top_nav,
.hide1 .nav_btn_wrap,
.hide1 .top_search_icon {
    transform: scale(0) !important;
    opacity: 0;
    transition: .6s ease-in-out;
    transition-duration: .5s;
    transform: scale(1);
    transition: .6s ease-in-out;
    transition-duration: .5s;
}

.search_wrap {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    padding: 10px 2%;
    background: #fff;
    transform: scale(0);
    opacity: 0;
    box-sizing: border-box;
}

.search_wrap .search_in {
    position: absolute;
    z-index: 10;
    right: 80px;
    top: 18px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    width: 600px;
    height: 44px;
    margin-left: -300px;
    padding-right: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #666;
    line-height: 44px;
    transition: all 0.5s;
    /* background:#fff;*/
    box-sizing: border-box;
}

.search_in input.serach {
    width: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
    color: #555;
    font-size: 15px;
    position: relative;
    border: none;
    background: none;
    outline: none;
    box-sizing: border-box;
    text-indent: 0;
}

.search_in .sub {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/top_search_btn2.png) center center no-repeat;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.search_close {
    position: absolute;
    z-index: -1;
    display: block;
    right: -40px;
    top: 50%;
    margin-top: -8px;
    width: 24px;
    height: 24px;
    background: url(../images/close2.png) no-repeat center;
    background-size: 24px !important;
    cursor: pointer;
    transition-duration: .5s;
    transform: scale(0);
}

.show1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.search_wrap.show1 .search_in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.search_wrap.show1 .search_close {
    transform: scale(1);
}

.nav_btn_wrap {
    width: 5%;
    height: 80px;
    float: right;
    transform: scale(1);
    transition: .6s ease-in-out;
    transition-duration: .5s;
}

.nav_btn {
    width: 20px;
    height: 12px;
    vertical-align: middle;
    cursor: pointer;
    margin: 34px auto;
    position: relative;
}

.nav_btn .line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: .5s ease-in-out;
    left: 0;
    border-radius: 4px;
}

.nav_btn .line1 {
    top: 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.nav_btn .line2 {
    top: 5px;
}

.nav_btn .line3 {
    bottom: 0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}

.nav_btn.active {
    -webkit-animation: rotate 0.3s linear 0s;
    animation: rotate 0.3s linear 0s;
}

.nav_btn.hover .line {
    left: 6px;
}


/*弹出层*/

.header-down {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9999999;
    top: -100%;
    transition: .5s ease-in-out;
    opacity: 0;
}

.header-down.active {
    opacity: 1;
    top: 0;
    transition: .5s ease-in-out;
}

.header-down .cha {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 35px;
    top: 35px;
    background: url(../images/i8.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.header-down .downbox {
    height: 649px;
    width: 100%;
    background: url(../images/i4.jpg) no-repeat center;
    background-size: cover;
}

.header-down .down {
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.header-down .down .items {
    width: 33.33%;
    height: 100%;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
    padding-top: 205px;
    box-sizing: border-box;
    position: relative;
}

.header-down .down .items .li {
    position: relative;
    line-height: 1;
}

.header-down .down .items .li:nth-child(n+2) {
    margin-top: 30px;
}

.header-down .down .items .li-top {
    color: rgba(255, 255, 255, 0.7);
    font-size: 38px;
    transition: .5s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.header-down .down .items .li-top:hover,
.header-down .down .items .li-top.active {
    color: #fff;
    transition: .5s ease-in-out;
}

.header-down .down .items .li-bot {
    display: none;
    position: absolute;
    top: 0;
    left: 120px;
    padding-top: 10px;
    padding-left: 60px;
    box-sizing: border-box;
}

.header-down .down .items .li-bot:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 18px;
}

.header-down .down .items .li-bot .i {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px;
    height: 18px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
    transition: .5s ease-in-out;
}

.header-down .down .items .li-bot .i:hover,
.header-down .down .items .li-bot .i.active {
    color: #fff;
    transition: .5s ease-in-out;
}

.header-down .down .items .li-bot .i:hover:after,
.header-down .down .items .li-bot .i.active:after {
    background: #fff;
    transition: .5s ease-in-out;
}

.header-down .down .items .li-bot .i:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: rgba(255, 255, 244, 0.5);
    left: 0;
    top: 0;
    bottom: 0;
    transition: .5s ease-in-out;
    margin: auto;
}

.header-down .down .items2 .tit {
    font-size: 24px;
    color: #fff;
}

.header-down .down .items2 .i-form {
    overflow: hidden;
    width: 235px;
    height: 40px;
    position: relative;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 70px;
}

.header-down .down .items2 .i-form input {
    border: none;
    background: none;
    outline: none;
    background: #fff;
}

.header-down .down .items2 .i-form input[type=text] {
    width: 70%;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    float: left;
}

.header-down .down .items2 .i-form input[type=submit] {
    height: 100%;
    width: 30%;
    background: #da3432;
    color: #fff;
    float: right;
}

.header-down .down .items2 .i-tit .en {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
}

.header-down .down .items2 .i-tit .bdfx {
    margin-top: 20px;
}

.header-down .down .items2 .i-tit .bdfx a {
    display: inline-block;
    float: left;
    background: none;
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    opacity: .6;
    margin-right: 8px;
    transition: .5s ease-in-out;
}

.header-down .down .items2 .i-tit .bdfx a:hover {
    transition: .5s ease-in-out;
    opacity: 1;
}

.header-down .down .items2 .i-tit .bdfx .bds_weixin {
    background: url(../images/i6.png) no-repeat center;
    background-size: 100%;
}

.header-down .down .items2 .i-tit .bdfx .bds_tsina {
    background: url(../images/i5.png) no-repeat center;
    background-size: 100%;
}

.header-down .down .items2 .i-tit .bdfx .bds_qzone {
    background: url(../images/i7.png) no-repeat center;
    background-size: 100%;
}

.fixed-erweima {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 10;
    display: none;
    z-index: 124!important;
}

.fixed-erweima .imgbox {
    width: 400px;
    height: 460px;
    position: absolute;
    transition: .5s ease-in-out;
    transform: scale3d(.1, .1, 1);
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5px;
    background: #fff;
    text-align: center;
    line-height: 1.2;
}

.fixed-erweima .imgbox.active {
    transition: .5s ease-in-out;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.fixed-erweima .img {
    padding: 5%;
    box-sizing: border-box;
}

.fixed-erweima .img img {
    width: 100%;
}

.fixed-erweima .imgbox .span {
    font-size: 20px;
    margin-top: 15px;
}

.hdDown .top2,
.top2:hover,
.fp-viewing-page2 .top2,
.fp-viewing-page3 .top2,
.fp-viewing-page4 .top2,
.fp-viewing-page5 .top2,
.fp-viewing-page6 .top2 {
    background: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.hdDown .top2 .logo .logo2,
.top2:hover .logo .logo2,
.fp-viewing-page2 .top2 .logo .logo2,
.fp-viewing-page3 .top2 .logo .logo2,
.fp-viewing-page4 .top2 .logo .logo2,
.fp-viewing-page5 .top2 .logo .logo2,
.fp-viewing-page6 .top2 .logo .logo2 {
    display: block;
}

.hdDown .top2 .logo .logo1,
.top2:hover .logo .logo1,
.fp-viewing-page2 .top2 .logo .logo1,
.fp-viewing-page3 .top2 .logo .logo1,
.fp-viewing-page4 .top2 .logo .logo1,
.fp-viewing-page5 .top2 .logo .logo1,
.fp-viewing-page6 .top2 .logo .logo1 {
    display: none;
}

.hdDown .top2 .flexnav li a,
.top2:hover .flexnav li a,
.fp-viewing-page2 .top2 .flexnav li a,
.fp-viewing-page3 .top2 .flexnav li a,
.fp-viewing-page4 .top2 .flexnav li a,
.fp-viewing-page5 .top2 .flexnav li a,
.fp-viewing-page6 .top2 .flexnav li a {
    color: #333;
}

.hdDown .top2 .flexnav li a span img,
.top2:hover .flexnav li a span img {
    margin-top: 1px;
}

.hdDown .top2 .top_search_icon,
.top2:hover .top_search_icon,
.fp-viewing-page2 .top2 .top_search_icon,
.fp-viewing-page3 .top2 .top_search_icon,
.fp-viewing-page4 .top2 .top_search_icon,
.fp-viewing-page5 .top2 .top_search_icon,
.fp-viewing-page6 .top2 .top_search_icon {
    background: url(../images/top_search_btn2.png) center center no-repeat;
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.hdDown .top2 .nav_btn .line,
.top2:hover .nav_btn .line,
.fp-viewing-page2 .top2 .nav_btn .line,
.fp-viewing-page3 .top2 .nav_btn .line,
.fp-viewing-page4 .top2 .nav_btn .line,
.fp-viewing-page5 .top2 .nav_btn .line,
.fp-viewing-page6 .top2 .nav_btn .line {
    background: #777;
}

.hdDown .top2 .flexnav li a:hover,
.top2:hover .flexnav li a:hover,
.fp-viewing-page2 .top2 .flexnav li a:hover,
.fp-viewing-page3 .top2 .flexnav li a:hover,
.fp-viewing-page4 .top2 .flexnav li a:hover,
.fp-viewing-page5 .top2 .flexnav li a:hover,
.fp-viewing-page6 .top2 .flexnav li a:hover {
    color: #d62620;
}

.hdDown .top2 .flexnav li:hover a span img,
.top2:hover .flexnav li:hover a span img,
.fp-viewing-page2 .top2 .flexnav li:hover a span img,
.fp-viewing-page3 .top2 .flexnav li:hover a span img,
.fp-viewing-page4 .top2 .flexnav li:hover a span img,
.fp-viewing-page5 .top2 .flexnav li:hover a span img,
.fp-viewing-page6 .top2 .flexnav li:hover a span img {
    margin-top: -18px;
}

.hdDown .top2 .flexnav li.active a,
.top2:hover .flexnav li.active a,
.fp-viewing-page2 .top2 .flexnav li.active a,
.fp-viewing-page3 .top2 .flexnav li.active a,
.fp-viewing-page4 .top2 .flexnav li.active a,
.fp-viewing-page5 .top2 .flexnav li.active a,
.fp-viewing-page6 .top2 .flexnav li.active a {
    color: #d62620;
}

.hdDown .top2 .flexnav li.active dl dd a,
.top2:hover .flexnav li.active dl dd a,
.fp-viewing-page2 .top2,
.fp-viewing-page3 .top2,
.fp-viewing-page4 .top2,
.fp-viewing-page5 .top2,
.fp-viewing-page6 .top2 {
    color: #555;
}

.hdDown .top2 .flexnav li.active dl dd a:hover,
.top2:hover .flexnav li.active dl dd a:hover,
.fp-viewing-page2 .top2 .flexnav li.active dl dd a:hover,
.fp-viewing-page3 .top2 .flexnav li.active dl dd a:hover,
.fp-viewing-page4 .top2 .flexnav li.active dl dd a:hover,
.fp-viewing-page5 .top2 .flexnav li.active dl dd a:hover,
.fp-viewing-page6 .top2 .flexnav li.active dl dd a:hover {
    color: #d62620;
}

.hdDown .top2 .flexnav li.active a span img,
.top2:hover .flexnav li.active a span img,
.fp-viewing-page2 .top2 .flexnav li.active a span img,
.fp-viewing-page3 .top2 .flexnav li.active a span img,
.fp-viewing-page4 .top2 .flexnav li.active a span img,
.fp-viewing-page5 .top2 .flexnav li.active a span img,
.fp-viewing-page6 .top2 .flexnav li.active a span img {
    margin-top: -18px;
}

.section {
    height: 100%!important;
}

.section1 {
    background: #fff;
}

.section2 {
    background: url(../images/bg_h_about.jpg) 100%;
    background-size: cover;
}

.section3 {}

.section4 {
    background: url(../images/bg_h_profl.jpg) 100%;
    background-size: cover;
}

.section5 {
    background: url(../images/h_solution_pic1.jpg) 100%;
    background-size: cover;
}

.section2 .fp-tableCell,
.section3 .fp-tableCell,
.section4 .fp-tableCell,
.section5 .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width:1680px) {
    .top2 .top_tel {
        width: 17%;
        font-size: 28px;
    }
}

@media (max-width:1600px) {}

@media (max-width:1440px) {
    .top2 .logo {
        width: 25%;
    }
    .flexnav li a {
        padding: 0 12px;
        font-size: 15px;
    }
    .header-down .down .items .li-top {
        font-size: 24px;
    }
    .header-down .down .items2 .tit {
        font-size: 22px;
    }
    .header-down .down .items2 .i-tit .em {
        font-size: 22px;
    }
    .top2 .top_tel {
        width: 18%;
        font-size: 24px;
    }
}

@media (max-width:1300px) {
    .top2 .top_nav {
        width: 46%;
    }
    .flexnav li {
        width: 14%;
    }
    .flexnav li a {
        padding: 0 5px;
        text-align: center;
    }
    .top2 .top_tel {
        width: 19%;
    }
    .wel-con #fp-nav ul li a.active+.fp-tooltip.fp-left {
        display: none;
    }
    .wel-con #fp-nav ul li a span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: none;
        border: 1px solid #fff;
    }
    .wel-con #fp-nav ul li a.active span,
    .wel-con .fp-slidesNav ul li a.active span,
    .wel-con #fp-nav ul li:hover a.active span,
    .wel-con .fp-slidesNav ul li:hover a.active span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
    }
}

@media (max-width:1080px) {
    .nav_btn_wrap {
        display: none;
    }
    .top2 .top_search_icon {
        float: right;
        width: 64px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 64px;
    }
    .top2 .logo {
        width: 40%;
        padding: 5px 0;
    }
    .top2 .top_nav {
        width: 100%;
        max-width: 100%;
        margin-left: -2%;
        float: none;
        padding-left: 2%;
    }
    .top2 .logo img {
        height: 54px;
    }
    .top2 {
        background: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    .top2 .logo .logo2 {
        display: block;
    }
    .top2 .logo .logo1 {
        display: none;
    }
    .flexnav li a {
        color: #333;
    }
    .flexnav li a span img {
        margin-top: 1px;
    }
    .top2 .top_search_icon {
        background: url(../images/top_search_btn2.png) center center no-repeat;
        border-left: 1px solid rgba(0, 0, 0, .07);
        position: relative;
        z-index: 99;
    }
    .nav_btn .line {
        background: #777;
    }
    .flexnav li a:hover {
        color: #d62620;
    }
    .flexnav li:hover a span img {
        margin-top: -18px;
    }
    .flexnav li.active a {
        color: #d62620;
    }
    .flexnav li.active a span img {
        margin-top: -18px;
    }
    .flexnav li {
        width: 100%;
    }
    .search_wrap {
        height: 64px;
        padding: 5px 2%;
    }
    .sclogo img {
        height: 54px;
    }
    .search_wrap .search_in {
        width: 50%;
        top: 10px;
        right: 60px;
        padding-right: 5%;
    }
    .search_close {
        right: -40px;
    }
    .flexnav {
        padding-top: 0;
    }
    .flexnav li a {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        width: 90%;
        margin: 0 auto;
        padding: 0 0;
        border-bottom: 1px solid #ededed;
        font-weight: bold;
        color: #555;
        font-family: "思源黑体", "Source Han Sans CN", "Noto Sans", sans-serif !important;
    }
    .flexnav li a span {
        display: none;
    }
    #fp-nav {
        display: none;
    }
    .fp-section,
    .fp-tableCell {
        height: auto !important;
    }
    .top2 .top_tel {
        width: 32%;
        height: 64px;
        line-height: 64px;
        color: #e2001b;
        font-size: 28px;
        float: left;
    }
    .top2 .top_tel img.tel_icon1 {
        display: none;
    }
    .top2 .top_tel img.tel_icon2 {
        display: block;
        margin: 12px 4px 12px 0;
    }
}

@media (max-width: 1023px) {
    .top2 .logo {
        width: 45%;
    }
    .top2 .top_tel {
        width: 36%;
        font-size: 26px;
    }
    .search_wrap .search_in {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .top2 .logo {
        width: 65%;
        padding: 8px 0;
    }
    .top2 .logo img {
        height: 48px;
    }
    .top2 .top_tel {
        display: none;
    }
    .menu-button {}
    .menu-button::before {
        right: 50%;
        margin-right: -12px;
    }
    .menu-button::after {
        right: 50%;
        margin-right: -12px;
    }
    .search_close {
        margin-top: -13px;
    }
    .top2 .top_tel {
        width: 100%;
    }
    .search_wrap .sclogo {
        display: none;
    }
    .search_wrap .search_in {
        width: 80%;
        right: 10%;
    }
    .search_close {
        right: -30px;
    }
}

@media (max-width: 375px) {
    .top2 .logo {
        width: 65%;
        padding: 11px 0;
    }
    .top2 .logo img {
        height: 42px;
    }
}

@media (max-width: 320px) {
    .top2 .logo {
        width: 59%;
        padding: 15px 0;
    }
    .top2 .logo img {
        height: 34px;
    }
    .top2 .top_search_icon {
        width: 60px;
    }
    .menu-button {
        width: 60px;
    }
}


/* banner 开始 */

.section1 .banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section1 .items {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .swiper-container {
    height: 100%;
}

.banner .swiper-slide {
    height: auto!important;
}

.banner .swiper-slide-active .images {
    /*transform: scale3d(1.2, 1.2, 1);transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);*/
}

.banner .images {
    transform: scale3d(1.2, 1.2, 1);
    transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
    animation-name: scaleDraw;
    animation-timing-function: cubic-bezier(0.04, 0.79, 1, 1);
    animation-iteration-count: 1;
    animation-duration: 5s;
}

@keyframes scaleDraw {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.banner .ba_video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.banner .ba_video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    -moz-object-fit: fill;
    -ms-object-fit: fill;
    -o-object-fit: fill;
    -webkit-object-fit: fill;
}

.banner .swiper-pagination {
    text-align: left;
    width: 40% !important;
    margin: 0 auto;
    bottom: 40px!important;
    left: 10%!important;
    right: inherit!important;
    display: none!important;
}

.banner .swiper-pagination-bullet {
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, .8);
    border-radius: 0;
}

.banner .jt {
    background: rgba(226, 0, 27, .9);
    height: 70px;
    line-height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    z-index: 999;
    text-align: left;
    border-radius: 40px 0 0 0;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}

.banner .jt .swiper-button-prev,
.banner .jt .swiper-button-next {
    display: inline-block;
    width: 80px;
    height: 70px;
    line-height: 70px;
    background: none !important;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    position: static;
    margin: 0 20px;
}

.banner .jt .swiper-button-prev:before {
    content: '';
    display: inline-block;
    background: url(../images/banner_left.png) center center no-repeat;
    width: 23px;
    height: 6px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -5px;
}

.banner .jt .swiper-button-next:after {
    content: '';
    display: inline-block;
    background: url(../images/banner_right.png) center center no-repeat;
    width: 23px;
    height: 6px;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -5px;
}

.banner .ts {
    width: 100px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    z-index: 999;
    color: #fff;
}

.banner .ts:after {
    content: '';
    display: block;
    width: 18px;
    height: 10px;
    background: url(../images/scroll.png) center center no-repeat;
    margin: 0 auto;
    animation-name: line1;
    animation-timing-function: cubic-bezier(0.04, 0.79, 1, 1);
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}

@keyframes line1 {
    0% {
        height: 36px;
    }
    50% {
        height: 20px;
    }
    100% {
        height: 36px;
    }
}

.pcbox {
    display: block;
    height: 100%!important;
}

.section1 .items .words1,
.section1 .items .words2 {
    position: absolute;
    color: #ffffff;
    left: 100%;
    top: 330px;
    line-height: 1;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.section1 .items .words1 p,
.section1 .items .words2 p {
    line-height: 64px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
}

.section1 .items .words1 p em,
.section1 .items .words2 p em {
    display: block;
    width: 132px;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: #e2001b;
    border-radius: 22px;
    position: absolute;
    top: 9px;
    left: 325px;
}

.section1 .items .words1 i,
.section1 .items .words2 i {
    display: block;
    width: 120px;
    height: 4px;
    overflow: hidden;
    margin: 20px 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section1 .items .words1 span,
.section1 .items .words2 span {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.section1 .swiper-slide-active .items .words2 {
    left: 10%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.banner .images {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

.banner .images0 {
    display: none;
}

.banner .images img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media (max-width:1680px) {
    .section1 .items .words1 p,
    .section1 .items .words2 p {
        line-height: 56px;
        font-size: 48px;
    }
    .section1 .items .words1 p em,
    .section1 .items .words2 p em {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        top: 8px;
        left: 250px;
    }
    .section1 .items .words1 i,
    .section1 .items .words2 i {
        width: 90px;
        height: 3px;
    }
    .section1 .items .words1 span,
    .section1 .items .words2 span {
        font-size: 20px;
    }
}

@media (max-width:1600px) {
    .banner .jt .swiper-button-prev,
    .banner .jt .swiper-button-next {
        width: 25%;
        margin: 0 15px;
    }
    .section1 .items .words1,
    .section1 .items .words2 {
        left: 5%;
        top: 300px;
    }
    .banner .swiper-pagination {
        left: 5%!important;
    }
}

@media (max-width:1440px) {
    .banner .jt .swiper-button-prev,
    .banner .jt .swiper-button-next {
        width: 30%;
        height: 60px;
        line-height: 60px;
        margin: 0 12px;
    }
    .banner .jt {
        height: 60px;
        line-height: 60px;
    }
    .section1 .items .words1,
    .section1 .items .words2 {
        top: 280px;
    }
}

@media (max-width:1366px) {
    .section1 .items .words1,
    .section1 .items .words2 {
        top: 240px;
    }
}

@media (max-width:1300px) {
    .banner .jt {
        width: 22%;
    }
}

@media (max-width:1080px) {
    .banner .jt .swiper-button-prev,
    .banner .jt .swiper-button-next {
        width: 26%;
    }
    .section1 .banner {
        height: 560px;
    }
    .section1 .banner .swiper-container {
        height: 100%;
    }
    .banner .images {
        min-height: inherit !important;
        background: none !important;
        height: 100%!important;
    }
    .banner .images img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner .jt {
        width: 30%;
    }
    .section1 .items .words1,
    .section1 .items .words2 {
        top: 200px;
    }
    .section1 .items .words1 p,
    .section1 .items .words2 p {
        line-height: 40px;
        font-size: 36px;
    }
    .section1 .items .words1 p em,
    .section1 .items .words2 p em {
        width: 88px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
        top: 3px;
        left: 190px;
    }
    .section1 .items .words1 i,
    .section1 .items .words2 i {
        width: 90px;
        height: 3px;
    }
    .section1 .items .words1 span,
    .section1 .items .words2 span {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width:1023px) {
    .section1 .banner {
        height: 430px;
    }
    .banner .jt {
        width: 30%;
        padding: 0 0 0 20px;
        border-radius: 30px 0 0 0;
    }
    .banner .jt .swiper-button-prev,
    .banner .jt .swiper-button-next {
        width: 35%;
        margin: 0 10px;
    }
    .section1 .items .words1,
    .section1 .items .words2 {
        top: 160px;
    }
}

@media (max-width: 767px) {
    .section1 {
        margin-top: 64px;
    }
    .section1 .banner {
        height: 240px;
    }
    .banner .jt {
        display: none;
    }
    .banner .swiper-pagination {
        display: none;
    }
    .section1 .items .words1,
    .section1 .items .words2 {
        top: 60px;
    }
    .section1 .items .words1 p,
    .section1 .items .words2 p {
        line-height: 30px;
        font-size: 26px;
    }
    .section1 .items .words1 p em,
    .section1 .items .words2 p em {
        width: 70px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        top: 0;
        left: 134px;
    }
    .section1 .items .words1 i,
    .section1 .items .words2 i {
        width: 80px;
        height: 2px;
        margin: 10px 0;
    }
    .section1 .items .words1 span,
    .section1 .items .words2 span {
        font-size: 15px;
        line-height: 25px;
    }
    .section1 .swiper-slide-active .items .words2 {
        left: 5%;
    }
    .banner .ba_video {
        display: none;
    }
    .banner .images0 {
        display: block;
    }
}

@media (max-width: 375px) {
    .section1 .banner {
        height: 210px;
    }
    .section1 .items .words1,
    .section1 .items .words2 {
        top: 40px;
    }
}

@media (max-width: 320px) {}


/* banner 结束 */


/*首页推荐产品*/

.h_pros .h_tlt2 {
    margin-bottom: 40px;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    transition: all 1s;
}

.active .h_pros .h_tlt2 {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.h_pros .h_tlt2 p {
    line-height: 50px;
    font-size: 48px;
    font-weight: bold;
    color: #040000;
    text-align: center;
    text-transform: uppercase;
}

.h_pros .h_tlt2 span {
    display: block;
    line-height: 32px;
    font-size: 30px;
    color: #040000;
    text-align: center;
    margin: 5px auto 0;
}

.h_pros .w1500 {
    position: relative;
}

.h_pros .w1500 i {
    display: block;
    width: 400px;
    height: 200px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #e2001b;
    position: absolute;
    left: -40px;
    bottom: -40px;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    transition: all 1s;
}

.active .h_pros .w1500 i {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.h_pros .w1500 .h_pros_list {
    width: 100%;
    height: 520px;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    /* -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7); */
    transition: all 1s;
}

.active .h_pros .w1500 .h_pros_list {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.h_pros .w1500 .h_pros_list ul {
    height: 100%;
}

.h_pros .w1500 .h_pros_list ul li {
    width: 10%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    float: left;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.h_pros .w1500 .h_pros_list ul li.h_pros_active {
    width: 50%;
}

.h_pros .w1500 .h_pros_list ul li img.pro_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.h_pros .w1500 .h_pros_list ul li .h_pros_text {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    margin: 0 auto;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}

.h_pros_text11 {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.h_pros_active .h_pros_text11 {
    display: block !important;
}

.h_pros_active .h_pros_text11 .unhoverpic {
    display: none !important;
}

.h_pros .w1500 .h_pros_list ul li.h_pros_active .h_pros_text {
    background-color: rgba(0, 0, 0, 0);
}

.h_pros .w1500 .h_pros_list ul li .h_pros_text em {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.h_pros .w1500 .h_pros_list ul li .h_pros_text span {
    display: block;
    /* width: 30px; */
    overflow: hidden;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    word-wrap: break-word;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.h_pros .w1500 .h_pros_list ul li.h_pros_active .h_pros_text em {
    width: auto;
    float: left;
    margin: 0 10px 0 0;
    line-height: 44px;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 50px;
}

.h_pros .w1500 .h_pros_list ul li.h_pros_active .h_pros_text span {
    width: auto;
    line-height: 44px;
    margin: 0;
    color: #333;
    float: left;
}

.h_pros .w1500 .h_pros_list ul li .h_pros_text a,
.h_pros .w1500 .h_pros_list ul li .h_pros_text a {
    display: none;
    width: 72px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0 40px 0 0;
    background: url(../images/more2.png) center right no-repeat;
    position: absolute;
    bottom: 40px;
    left: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.h_pros .w1500 .h_pros_list ul li.h_pros_active .h_pros_text a {
    display: block;
}

.h_pros .w1500 .h_pros_list ul li .h_pros_text a:hover {
    width: 90px;
}

.h_pros .w1500 .h_pros_list1 {
    display: none;
}

@media (max-width:1680px) {
    .h_pros .h_tlt2 {
        margin-bottom: 24px;
    }
    .h_pros .h_tlt2 p {
        line-height: 44px;
        font-size: 44px;
    }
    .h_pros .h_tlt2 span {
        font-size: 26px;
    }
    .h_pros .w1500 .h_pros_list {
        height: 480px;
    }
    .h_pros .w1500 .h_pros_list ul li .h_pros_text {
        padding: 40px;
    }
    .h_pros .w1500 .h_pros_list ul li .h_pros_text span {
        margin: 80px auto 0;
    }
    .h_pros .w1500 .h_pros_list ul li .h_pros_text span {
        width: 24px;
        line-height: 28px;
        font-size: 22px;
    }
}

@media (max-width:1600px) {}

@media (max-width:1440px) {
    .h_pros .w1500 i {
        left: -30px;
        bottom: -30px;
    }
    .h_pros .h_tlt2 p {
        line-height: 40px;
        font-size: 40px;
    }
    .h_pros .h_tlt2 span {
        font-size: 28px;
    }
    .h_pros .w1500 .h_pros_list {
        height: 400px;
    }
}

@media (max-width:1300px) {
    .h_pros .h_tlt2 p {
        line-height: 36px;
        font-size: 36px;
    }
    .h_pros .h_tlt2 span {
        font-size: 24px;
    }
    .h_pros .w1500 .h_pros_list {
        height: 380px;
    }
    .h_pros .w1500 .h_pros_list ul li .h_pros_text span {
        width: 20px;
        line-height: 22px;
        font-size: 18px;
        margin: 60px auto 0;
    }
    .h_pros .w1500 .h_pros_list ul li.h_pros_active .h_pros_text em {
        line-height: 40px;
        font-size: 40px;
    }
    .h_pros .w1500 .h_pros_list ul li .h_pros_text em {
        font-size: 28px;
    }
}

@media (max-width:1080px) {
    .h_pros {
        padding: 40px 0;
    }
    .h_pros .h_tlt2 p {
        line-height: 32px;
        font-size: 32px;
    }
    .h_pros .h_tlt2 span {
        font-size: 24px;
    }
    .h_pros .w1500 .h_pros_list {
        height: 340px;
    }
    .h_pros .w1500 .h_pros_list ul li .h_pros_text {
        padding: 20px;
    }
    .h_pros .w1500 .h_pros_list ul li .h_pros_text a,
    .h_pros .w1500 .h_pros_list ul li .h_pros_text a {
        left: 20px;
        bottom: 20px;
    }
    .h_pros .w1500 .h_pros_list ul li.h_pros_active .h_pros_text em {
        font-size: 36px;
    }
}

@media (max-width:1023px) {
    .h_pros .w1500 i {
        left: -20px;
        bottom: -20px;
    }
    .h_pros .w1500 i {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .h_pros .w1500 .h_pros_list {
        height: 240px;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .h_pros .w1500 .h_pros_list ul li .h_pros_text span {
        margin: 30px auto 0;
    }
    .h_pros .h_tlt2 {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@media (max-width: 767px) {
    .h_tjpro {
        padding: 40px 0;
    }
    .h_pros .h_tlt2 {
        margin: 0 auto 20px;
    }
    .h_pros .h_tlt2 p {
        line-height: 30px;
        font-size: 30px;
    }
    .h_pros .h_tlt2 span {
        font-size: 22px;
    }
    .h_pros .w1500 .h_pros_list {
        height: auto;
        display: none;
    }
    .h_pros .w1500 .h_pros_list1 {
        display: block;
        width: 100%;
        height: 280px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .h_pros .w1500 .h_pros_list1 .swiper-container02 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0 0 40px;
        position: relative;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .h_pros .w1500 .h_pros_list1 .swiper-container02 .swiper-slide {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .h_pros .w1500 .h_pros_list1 .swiper-container02 .swiper-pagination {
        bottom: 0;
    }
    .h_pros .w1500 .h_pros_list1 .swiper-container02 .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #555;
    }
    .h_pros .w1500 .h_pros_list1 .swiper-container02 .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e2001b;
    }
    .h_pros .w1500 .h_pros_list1 .h_pros_con {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        position: relative;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        float: inherit;
    }
    .h_pros .w1500 .h_pros_list1 .h_pros_con img.pro_img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .h_pros .w1500 .h_pros_list1 .h_pros_con .h_pros_text {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        color: #fff;
        margin: 0 auto;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0);
        position: relative;
        z-index: 1;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        box-sizing: border-box;
    }
    .h_pros .w1500 .h_pros_list1 .h_pros_con .h_pros_text em {
        display: block;
        width: auto;
        overflow: hidden;
        float: left;
        line-height: 44px;
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin: 0 10px 0 0;
        padding: 0;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .h_pros .w1500 .h_pros_list1 .h_pros_con .h_pros_text span {
        display: block;
        width: auto;
        overflow: hidden;
        line-height: 44px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        word-wrap: break-word;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 0;
        float: left;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .h_pros .w1500 .h_pros_list1 .h_pros_con .h_pros_text a,
    .h_pros .w1500 .h_pros_list1 .h_pros_con .h_pros_text a {
        display: block;
        width: 72px;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #fff;
        font-size: 15px;
        margin: 0;
        padding: 0 40px 0 0;
        background: url(../images/more2.png) center right no-repeat;
        position: absolute;
        bottom: 20px;
        left: 20px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    /* .h_pros .w1500 .h_pros_list1 .h_pros_con .h_pros_text a:hover {
        width: 90px;
    } */
    .h_pros .w1500 i {
        width: 60%;
        height: 120px;
        left: -10px;
        bottom: 30px;
    }
}

@media (max-width: 375px) {
    .h_pros .w1500 .h_pros_list1 {
        height: 260px;
    }
}

@media (max-width: 320px) {
    .h_pros .w1500 .h_pros_list1 {
        height: 240px;
    }
}


/*关于我们*/

.section3 {
    overflow: hidden;
    position: relative;
    background: url(../images/bg_h_tjpro.jpg) 100%;
    background-size: cover;
}

.section3 .fp-tableCell {
    position: relative;
}

.videobox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15);
}

.videobox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.videobox video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    -moz-object-fit: fill;
    -ms-object-fit: fill;
    -o-object-fit: fill;
    -webkit-object-fit: fill;
}

.ly_idxAbMask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url(../images/baVideo.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    display: none;
}

.ly_idxabout {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.h_about {
    position: relative;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.h_about .w1500 {
    background: rgba(0, 0, 0, .6);
    padding: 0;
}

.h_about .l {
    float: left;
    width: 58%;
    padding: 80px;
    margin-left: 0;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.active .h_about .l {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.h_about .l .tlt p {
    line-height: 32px;
    font-size: 30px;
    color: #fff;
    margin: 5px auto 0;
}

.h_about .l .tlt span {
    display: block;
    line-height: 50px;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.h_about .l .jianjie {
    font-size: 15px;
    color: #fff;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    height: 210px;
    overflow: hidden;
    margin: 40px 0 60px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_about .l .jianjie p,
.h_about .l .jianjie p span,
.h_about .l .jianjie span {
    font-size: 15px!important;
    color: #fff!important;
    text-indent: 2em!important;
    text-align: justify!important;
    line-height: 30px!important;
}

.h_about .l ul.ab_data li {
    float: left;
    width: 25%;
}

.h_about .l ul.ab_data li .hd {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.h_about .l ul.ab_data li .bd span {
    font-size: 50px;
    color: #fff;
    font-family: "Impact";
}

.h_about .l ul.ab_data li .bd span sup {
    font-size: 20px;
    margin-left: 5px;
    font-weight: normal;
}

.h_about .l ul.ab_data li .bd em {
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
}

.h_about .l ul.ab_data li .bd em sup {
    font-size: 14px;
}

.h_about .l .more {
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: 60px;
    overflow: hidden;
    background-color: #e2001b;
    border-radius: 0 20px 0 0;
}

.h_about .l .more em {
    display: inline-block;
    vertical-align: middle;
}

.h_about .l .more:after {
    content: '\00bb';
    transition: 0.5s;
    font-size: 30px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
}

.h_about .l .more:hover:after {
    margin-left: 6px;
    font-size: 30px;
}

.h_about .r {
    float: right;
    width: 41%;
}

.h_about .r ul li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 60px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.active .h_about .r ul li {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.h_about .r ul li:nth-child(3),
.h_about .r ul li:nth-child(4) {
    border-bottom: 0;
}

.h_about .r ul li .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
}

.h_about .r ul li .icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.h_about .r ul li .icon .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.h_about .r ul li .tlt {
    line-height: 50px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 20px 0 0;
}

.h_about .r ul li .tlt em {
    font-size: 15px;
    font-style: normal;
}

.h_about .r ul li span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    opacity: 1;
}

.h_about .r ul li:hover {
    background: rgba(226, 0, 27, .9);
}

.h_about .r ul li:hover icon {
    background: none;
    border: 1px solid #fff;
}

video#bgvid {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: fill;
    -moz-object-fit: fill;
    -ms-object-fit: fill;
    -o-object-fit: fill;
    -webkit-object-fit: fill;
    /*加滤镜*/
    /*filter: blur(15px); //背景模糊设置 */
    /*-webkit-filter: grayscale(0%);*/
    /*filter:grayscale(0%); //背景灰度设置*/
}

@media (max-width:1680px) {
    .h_about .l {
        padding: 50px;
    }
    .h_about .l .tlt span {
        line-height: 44px;
        font-size: 44px;
    }
    .h_about .l .tlt p {
        font-size: 28px;
    }
    .h_about .l .jianjie {
        margin: 40px auto;
    }
    .h_about .l .more {
        margin-top: 40px;
    }
    .h_about .r ul li {
        padding: 50px 0;
    }
    .h_about .r ul li .icon {
        width: 64px;
        height: 64px;
    }
    .h_about .r ul li .tlt {
        line-height: 44px;
        font-size: 44px;
    }
}

@media (max-width:1600px) {
    .h_about .l {
        padding: 40px;
    }
    .h_about .r ul li .tlt {
        font-size: 40px;
    }
}

@media (max-width:1440px) {
    .h_about .r ul li {
        padding: 40px 0;
    }
    .h_about {
        padding-top: 0;
    }
    .h_about .l .tlt span {
        line-height: 40px;
        font-size: 40px;
    }
    .h_about .l .tlt p {
        font-size: 26px;
    }
    .h_about .l .jianjie {
        height: 180px;
        -webkit-line-clamp: 6;
        margin: 30px auto;
    }
    .h_about .r ul li .tlt {
        line-height: 32px;
    }
}

@media (max-width:1300px) {
    .h_about .l .tlt p {
        font-size: 24px;
    }
    .h_about .l .tlt span {
        font-size: 36px;
        line-height: 36px;
    }
    .h_about .l .jianjie {
        font-size: 14px;
        line-height: 28px;
        height: 144px;
        margin: 20px 0;
        -webkit-line-clamp: 5;
    }
    .h_about .l ul.ab_data li .bd span {
        font-size: 32px;
    }
    .h_about .l ul.ab_data li .hd {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .h_about .r ul li {
        padding: 30px 0;
    }
    .h_about .r ul li .icon {
        width: 60px;
        height: 60px;
    }
    .h_about .r ul li .tlt {
        font-size: 32px;
        margin: 12px 0 0;
    }
    .h_about .l .more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 30px;
    }
}

@media (max-width:1080px) {
    .h_about .l {
        width: 100%;
    }
    .h_about .r {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .h_about {
        padding: 40px 0;
    }
    .fp-tableCell {
        padding: 0 0;
    }
    .h_about .l .tlt span {
        font-size: 32px;
        line-height: 32px;
    }
    .h_about .l .tlt p {
        font-size: 22px;
    }
    .h_about .l .more {
        margin-top: 20px;
    }
    .h_about .r ul li {
        width: 25%;
        border-bottom: 0;
    }
    .h_about .r ul li:nth-child(1) {
        border-left: 0;
    }
}

@media (max-width:1023px) {
    .h_about .l {
        padding: 30px;
    }
    .h_about .r ul li .tlt {
        font-size: 30px;
    }
    .h_about .r ul li .tlt em {
        font-size: 14px;
    }
    .h_about .r ul li span {
        font-size: 14px;
    }
    .h_about .r ul li {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .videobox {
        display: none;
    }
    .ly_idxAbMask {
        display: block;
    }
}

@media (max-width: 767px) {
    .h_about {
        position: relative;
        z-index: 9;
        top: inherit;
        transform: none;
    }
    .h_about .l {
        padding: 20px;
        float: inherit;
    }
    .h_about .l .tlt span {
        font-size: 30px;
        line-height: 30px;
    }
    .h_about .l .tlt p {
        font-size: 22px;
    }
    .h_about .l ul.ab_data li {
        width: 45%;
        display: inline-block;
        float: none;
        margin-bottom: 15px;
    }
    .h_about .l ul.ab_data li .hd {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .h_about .l ul.ab_data li .bd span {
        font-size: 22px;
    }
    .h_about .l .more {
        font-size: 15px;
        margin-top: 10px;
        width: 130px;
    }
    .h_about .r ul li {
        padding: 20px 0;
    }
    .h_about .r ul li .tlt {
        font-size: 30px;
        margin: 10px auto 0;
    }
    .h_about .r ul li .icon {
        width: 56px;
        height: 56px;
    }
    .h_about .r ul li .more {
        font-size: 14px;
    }
    .h_about {
        padding: 24px 0;
    }
    .h_about .r ul li {
        width: 50%;
    }
    .h_about .r ul li:nth-child(1),
    .h_about .r ul li:nth-child(3) {
        border-left: 0;
    }
    .h_about .r ul li:nth-child(1),
    .h_about .r ul li:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*新闻*/

.h_news .h_news_fl {
    width: 25%;
    margin: 0 0 0 -100%;
    padding: 0;
    float: left;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.active .h_news .h_news_fl {
    margin: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.h_news .h_news_fl .h_tlt2 {
    margin: 0;
    padding: 0;
}

.h_news .h_news_fl .h_tlt2 p {
    line-height: 50px;
    font-size: 48px;
    font-weight: bold;
    color: #040000;
    text-align: left;
    text-transform: uppercase;
}

.h_news .h_news_fl .h_tlt2 span {
    display: block;
    line-height: 32px;
    font-size: 30px;
    color: #040000;
    text-align: left;
    margin: 10px auto;
}

.h_news .h_news_fl .h_tlt2 i {
    display: block;
    text-align: left;
    color: #777;
    font-size: 18px;
}

.h_news .h_news_fl .h_newsTab {
    width: 100%;
    overflow: hidden;
    margin: 80px auto;
    padding: 0;
}

.h_news .h_news_fl .h_newsTab ul li {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #040000;
    font-size: 18px;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.h_news .h_news_fl .h_newsTab ul li i {
    display: block;
    width: 0;
    height: 2px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #e2001b;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.h_news .h_news_fl .h_newsTab ul li.tabActive {
    color: #e2001b;
    font-size: 22px;
}

.h_news .h_news_fl .h_newsTab ul li.tabActive i {
    width: 88px;
}

.h_news .h_news_fl .more {
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: 60px;
    overflow: hidden;
    background-color: #e2001b;
    border-radius: 0 20px 0 0;
}

.h_news .h_news_fl .more em {
    display: inline-block;
    vertical-align: middle;
}

.h_news .h_news_fl .more:after {
    content: '\00bb';
    transition: 0.5s;
    font-size: 28px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
}

.h_news .h_news_fl .more:hover:after {
    margin-left: 6px;
    font-size: 30px;
}

.h_news .h_news_fr {
    float: right;
    width: 75%;
    margin: 0 -100% 0 0;
    padding: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.active .h_news .h_news_fr {
    margin: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.h_news .h_news_fr .h_news_tj {
    float: left;
    margin-right: 3%;
    width: 48.5%;
    padding: 0;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.h_news .h_news_fr .h_news_tj:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, .08);
    background: #fff;
}

.h_news .h_news_fr .h_news_tj:nth-child(3n) {
    margin-right: 0;
}

.h_news .h_news_fr .h_news_tj a.h_news_pic {
    display: block;
    width: 100%;
    height: 307px;
    overflow: hidden;
    text-align: center;
}

.h_news .h_news_fr .h_news_tj a.h_news_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.h_news .h_news_fr .h_news_tj a.h_news_pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.h_news .h_news_fr .h_news_tj .h_newsTj_text {
    padding: 20px 30px;
}

.h_news_tj .h_newsTj_text .h_newsTj_time {
    width: 24%;
    color: #040000;
    font-family: "PingFangRegular";
    float: left;
    opacity: 0.5;
}

.h_news_tj .h_newsTj_text .h_newsTj_time span {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 26px;
}

.h_news_tj .h_newsTj_text .h_newsTj_time em {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
}

.h_news_tj:hover .h_newsTj_text .h_newsTj_time {
    opacity: 1;
}

.h_news_tj .h_newsTj_text .h_newsTj_time a.h_news_more {
    display: block;
    width: 40px;
    height: 20px;
    overflow: hidden;
    margin: 20px 0 0;
    padding: 0;
    background: url(../images/more1.png) center center no-repeat;
    transition: 0.5s;
}

.h_news_tj:hover .h_newsTj_text .h_newsTj_time a.h_news_more {
    background: url(../images/more3.png) center center no-repeat;
    margin: 20px 0 0 20px;
}

.h_news_tj .h_newsTj_text .h_newsTj_con {
    width: 74%;
    float: right;
}

.h_news_tj .h_newsTj_text .h_newsTj_con a.h_newsTj_name {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    color: #040000;
    font-size: 18px;
    margin: 0 auto 5px;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.h_news_tj:hover .h_newsTj_text .h_newsTj_con a.h_newsTj_name {
    color: #e2001b;
}

.h_news_tj .h_newsTj_text .h_newsTj_con p {
    width: 100%;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.h_news .h_news_fr .h_news_list {
    float: left;
    margin: 0 0 30px;
    width: 48.5%;
    padding: 20px 30px;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.h_news .h_news_fr .h_news_list:hover {
    background-color: #e2001b;
}

.h_news .h_news_fr .h_news_list:nth-child(5) {
    margin: 0 3% 0 0;
}

.h_news .h_news_fr .h_news_list:nth-child(6) {
    margin: 0;
}

.h_news_list .h_news_time {
    width: 24%;
    color: #040000;
    font-family: "PingFangRegular";
    float: left;
    opacity: 0.5;
}

.h_news_list .h_news_time span {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 26px;
}

.h_news_list .h_news_time em {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
}

.h_news_list:hover .h_news_time {
    color: #fff;
    opacity: 1;
}

.h_news_list .h_news_con {
    width: 74%;
    float: right;
}

.h_news_list .h_news_con a.h_news_name {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    color: #040000;
    font-size: 18px;
    margin: 0 auto 5px;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.h_news_list:hover .h_news_con a.h_news_name {
    color: #fff;
}

.h_news_list .h_news_con a.h_news_more {
    display: block;
    width: 40px;
    height: 20px;
    overflow: hidden;
    margin: 20px 0 0;
    padding: 0;
    background: url(../images/more1.png) center center no-repeat;
    transition: 0.5s;
}

.h_news_list:hover .h_news_con a.h_news_more {
    background: url(../images/more2.png) center center no-repeat;
    margin: 20px 0 0 20px;
}

@media (max-width:1680px) {
    .h_news .h_news_fl .h_tlt2 p {
        line-height: 44px;
        font-size: 44px;
    }
    .h_news .h_news_fl .h_tlt2 span {
        font-size: 28px;
    }
    .h_news .h_news_fl .h_newsTab {
        margin: 70px auto;
    }
    .h_news .h_news_fr .h_news_tj {
        width: 49%;
        margin-right: 2%;
    }
    .h_news .h_news_fr .h_news_tj a.h_news_pic {
        height: 285px;
    }
    .h_news .h_news_fr .h_news_list {
        width: 49%;
        margin: 0 0 20px;
    }
    .h_news .h_news_fr .h_news_list:nth-child(5) {
        margin: 0 2% 0 0;
    }
}

@media (max-width:1600px) {
    .h_news .h_news_fl .h_newsTab {
        margin: 80px auto;
    }
    .h_news .h_news_fl .h_tlt2 i {
        font-size: 16px;
    }
    .h_news .h_news_fr .h_news_tj a.h_news_pic {
        height: 270px;
    }
    .h_news .h_news_fr .h_news_tj .h_newsTj_text {
        padding: 20px;
    }
    .h_news .h_news_fr .h_news_list {
        padding: 20px;
    }
    .h_news_list .h_news_con a.h_news_more {
        margin: 15px 0 0;
    }
}

@media (max-width:1440px) {
    .h_news {
        padding: 0;
    }
    .h_news .h_news_fl .h_tlt2 p {
        line-height: 40px;
        font-size: 40px;
    }
    .h_news .h_news_fl .h_tlt2 span {
        font-size: 26px;
    }
    .h_news .h_news_fl .h_newsTab {
        margin: 60px auto;
    }
    .h_news .h_news_fr .h_news_tj a.h_news_pic {
        height: 252px;
    }
    .h_news_tj .h_newsTj_text .h_newsTj_con a.h_newsTj_name {
        height: 48px;
        line-height: 24px;
        font-size: 16px;
    }
    .h_news_tj .h_newsTj_text .h_newsTj_con p {
        height: 44px;
        line-height: 22px;
        font-size: 14px;
    }
    .h_news_list .h_news_con a.h_news_name {
        height: 48px;
        line-height: 24px;
        font-size: 16px;
    }
    .h_news .h_news_fr .h_news_tj .h_newsTj_text {
        padding: 15px 20px;
    }
    .h_news .h_news_fr .h_news_list {
        padding: 15px 20px;
    }
}

@media (max-width:1300px) {
    .h_news .h_news_list .hd p {
        font-size: 20px;
    }
    .h_news .h_news_list .hd {
        padding: 10px 0 15px;
    }
    .h_news .h_news_list .pic {
        height: 90px;
    }
    .h_news .h_news_list2 .pic {
        height: 64px;
    }
    .h_news .h_tlt2 i {
        display: none;
    }
    .h_news .h_tlt2 {
        margin-bottom: 20px;
    }
    .h_news .h_news_fl .h_tlt2 p {
        line-height: 36px;
        font-size: 36px;
    }
    .h_news .h_news_fl .h_tlt2 span {
        font-size: 24px;
    }
    .h_news .h_news_fl .h_tlt2 i {
        font-size: 15px;
    }
    .h_news .h_news_fl .h_newsTab ul li {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .h_news .h_news_fl .h_newsTab ul li.tabActive {
        font-size: 18px;
    }
    .h_news .h_news_fl .h_newsTab ul li.tabActive i {
        width: 72px;
    }
    .h_news .h_news_fr .h_news_tj a.h_news_pic {
        height: 237px;
    }
    .h_news_list .h_news_time span,
    .h_news_tj .h_newsTj_text .h_newsTj_time span {
        font-size: 24px;
    }
    .h_news_list .h_news_con a.h_news_more {
        margin: 10px 0 0;
    }
}

@media (max-width:1080px) {
    .h_news {
        padding: 40px 0;
    }
    .h_news .h_news_fl {
        width: 100%;
        position: relative;
    }
    .h_news .h_news_fr {
        width: 100%;
    }
    .h_news .h_news_fl .h_tlt2 p {
        line-height: 32px;
        font-size: 32px;
    }
    .h_news .h_news_fl .h_tlt2 span {
        font-size: 22px;
        margin: 10px 10px 0 0;
        float: left;
    }
    .h_news .h_news_fl .h_tlt2 i {
        font-size: 15px;
        line-height: 32px;
        margin: 10px 0 0;
    }
    .h_news .h_news_fl .h_newsTab {
        margin: 10px auto 20px;
    }
    .h_news .h_news_fl .h_newsTab ul li {
        width: 120px;
        float: left;
        margin: 0;
    }
    .h_news .h_news_fl .more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        position: absolute;
        top: 20px;
        right: 0;
    }
}

@media (max-width:1023px) {
    .h_news .h_news_fr .h_news_tj {
        width: 100%;
        margin: 0 auto 20px;
        float: inherit;
    }
    .h_news .h_news_fr .h_news_tj a.h_news_pic {
        height: 360px;
    }
    .h_news .h_news_fr .h_news_list {
        width: 100%;
        margin: 0 auto 20px;
    }
    .h_news_tj .h_newsTj_text .h_newsTj_time,
    .h_news_list .h_news_time {
        width: 20%;
    }
    .h_news_tj .h_newsTj_text .h_newsTj_con,
    .h_news_list .h_news_con {
        width: 80%;
    }
    .h_news .h_news_fr .h_news_list {
        margin: 0 auto 20px!important;
    }
    .h_news .h_news_fr .h_news_list:nth-child(6) {
        margin: 0 auto!important;
    }
    .h_news .h_news_fl {
        margin: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .h_news .h_news_fr {
        margin: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@media (max-width: 767px) {
    .h_news .h_news_fl .h_tlt2 p {
        line-height: 30px;
        font-size: 30px;
    }
    .h_news {
        padding: 24px 0 20px;
    }
    .h_news .h_news_list {
        padding: 10px 4%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .h_news .h_news_list2 .pic {
        height: 150px;
    }
    .h_news .h_news_fr .h_news_tj a.h_news_pic {
        height: 200px;
    }
    .h_news_tj .h_newsTj_text .h_newsTj_time,
    .h_news_list .h_news_time {
        width: 22%;
    }
    .h_news_tj .h_newsTj_text .h_newsTj_con,
    .h_news_list .h_news_con {
        width: 78%;
    }
    .h_news .h_news_fl .more {
        width: 130px;
        top: 10px;
    }
    .h_news .h_news_fr .h_news_list {
        margin: 0 auto 20px!important;
    }
    .h_news .h_news_fr .h_news_list:nth-child(6) {
        margin: 0 auto!important;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {
    .h_news .h_news_fl .more {
        top: -10px;
    }
    .h_news .h_news_fr .h_news_tj .h_newsTj_text {
        padding: 10px;
    }
    .h_news .h_news_fr .h_news_list {
        padding: 10px;
    }
}


/*合作客户*/

.h_customer .h_tlt2 {
    margin-bottom: 80px;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.active .h_customer .h_tlt2 {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.h_customer .h_tlt2 p {
    line-height: 50px;
    font-size: 48px;
    font-weight: bold;
    color: #040000;
    text-align: center;
    text-transform: uppercase;
}

.h_customer .h_tlt2 span {
    display: block;
    line-height: 32px;
    font-size: 30px;
    color: #040000;
    text-align: center;
    margin: 5px auto 0;
}

.h_customer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.h_customer .swiper-container03 {
    width: 100%;
    height: 340px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 40px;
    position: relative;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.active .h_customer .swiper-container03 {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.h_customer .swiper-container03 .swiper-slide {
    height: calc((100% - 20px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.h_customer .swiper-container03 .NyAboutusCus_img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.h_customer .swiper-container03 .NyAboutusCus_img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.NyAboutusCus_img p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 8px;
}

.NyAboutusCus_img p img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.NyAboutusCus_img p:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.h_customer .swiper-container03 .swiper-pagination {
    bottom: 0;
}

.h_customer .swiper-container03 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #555;
}

.h_customer .swiper-container03 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e2001b;
}

@media (max-width:1680px) {
    .h_customer .h_tlt2 {
        margin: 0 auto 50px;
    }
    .h_customer .h_tlt2 p {
        line-height: 44px;
        font-size: 44px;
    }
    .h_customer .h_tlt2 span {
        font-size: 28px;
    }
    .h_customer .swiper-container03 {
        height: 320px;
    }
}

@media (max-width:1440px) {
    .h_customer .h_tlt2 {
        margin: 0 auto 40px;
    }
    .h_customer .h_tlt2 p {
        line-height: 40px;
        font-size: 40px;
    }
    .h_customer .h_tlt2 span {
        font-size: 26px;
    }
    .h_customer .swiper-container03 {
        height: 280px;
    }
}

@media (max-width:1280px) {
    .h_customer .h_tlt2 p {
        line-height: 36px;
        font-size: 36px;
    }
    .h_customer .h_tlt2 span {
        font-size: 24px;
    }
    .h_customer .swiper-container03 {
        height: 260px;
    }
}

@media (max-width:1080px) {
    .h_customer {
        padding: 40px 0 60px;
    }
    .h_customer .h_tlt2 {
        margin: 0 auto 20px;
    }
    .h_customer .h_tlt2 p {
        line-height: 32px;
        font-size: 32px;
    }
    .h_customer .h_tlt2 span {
        font-size: 22px;
    }
    .h_customer .swiper-container03 {
        height: 200px;
        padding: 0 0 20px;
    }
}

@media (max-width:1023px) {
    .h_customer .swiper-container03 {
        height: 240px;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .h_customer .h_tlt2 {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@media (max-width:767px) {
    .h_customer {
        padding: 40px 0 80px;
    }
    .h_customer .h_tlt2 p {
        line-height: 30px;
        font-size: 30px;
    }
    .h_customer .swiper-container03 {
        height: 200px;
    }
}


/*底部*/

.foot {
    width: 100%;
    background: #1d1e1f;
    color: #fff;
    padding: 0 0 20px;
}

.foot .w1500 {
    padding: 80px 0 0;
    position: relative;
}

.nyfoot .w1500 {
    padding: 40px 0 0;
}

.foot .ft_links {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0 0 0 160px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: 0;
    top: -40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.foot .ft_links .ftLinks_tit {
    width: 160px;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #e2001b;
    border-radius: 20px 0 0 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.foot .ft_links .ftLinks_list {
    display: table-cell;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
}

.foot .ft_links .ftLinks_list p {
    width: 100%;
    overflow-y: scroll;
    height: 60px;
    line-height: 30px;
}

.foot .ft_links .ftLinks_list p a {
    display: inline-block;
    color: #555;
    font-size: 15px;
    margin: 0 20px 0 0;
}

.foot .ft_links .ftLinks_list p a:hover {
    color: #e2001b;
    font-weight: bold;
}

.foot .foot_in {
    padding: 0 0 30px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.foot .foot_in .f_logo {
    width: 20%;
    float: left;
    padding: 20px 0;
}

.foot .foot_in .f_logo img {
    max-width: 100%;
}

.foot .foot_in .f_contact {
    width: 60%;
    margin: 0;
    padding: 0;
    float: left;
}

.foot .foot_in .f_contact ul li {
    width: 50%;
    height: 60px;
    overflow: hidden;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 6px 0 6px 58px;
    position: relative;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.foot .foot_in .f_contact ul li i {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 6px;
}

.foot .foot_in .f_contact ul li i.f_ico1 {
    background: url(../images/f_ico1.png) center center no-repeat;
}

.foot .foot_in .f_contact ul li i.f_ico2 {
    background: url(../images/f_ico2.png) center center no-repeat;
}

.foot .foot_in .f_contact ul li i.f_ico3 {
    background: url(../images/f_ico3.png) center center no-repeat;
}

.foot .foot_in .f_contact ul li i.f_ico4 {
    background: url(../images/f_ico4.png) center center no-repeat;
}

.foot .foot_in .wx {
    width: 20%;
    float: right;
}

.foot .foot_in .wx em {
    display: block;
    width: 20px;
    height: 120px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: right;
    margin: 0;
}

.foot .foot_in .wx span {
    display: block;
    width: 106px;
    height: 106px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    margin: 0 10px 0 0;
    padding: 6px;
    float: right;
}

.foot .foot_in .wx span img {
    max-width: 100%;
}

.foot .wz {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foot .wz p {
    width: 50%;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    float: left;
}

.foot .wz p a {
    color: rgba(255, 255, 255, 0.5);
}

.foot .wz p a:hover {
    color: #fff;
}

.foot .wz p a.beian {
    display: inline-block;
    height: 40px;
    background: url(../images/beian.png) left center no-repeat;
    padding-left: 25px;
}

@media (max-width:1600px) {
    .foot .foot_in .wx {
        width: 18%;
    }
}

@media (max-width:1440px) {
    .foot .foot_in .wx {
        width: 20%;
    }
    .foot .foot_in .wz {
        margin-top: 0;
    }
}

@media (max-width:1366px) {}

@media (max-width:1300px) {}

@media (max-width:1080px) {
    .foot .wz p {
        width: 100%!important;
        text-align: left!important;
    }
    .foot .ft_links {
        padding: 0 0 0 120px;
    }
    .foot .ft_links .ftLinks_tit {
        width: 120px;
        line-height: 20px;
    }
    .foot .ft_links .ftLinks_tit img {
        display: block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }
    .foot .ft_links .ftLinks_list {
        padding: 10px;
    }
    .foot .ft_links .ftLinks_list p a {
        font-size: 14px;
        margin: 0 10px 0 0;
    }
}

@media (max-width:1023px) {
    .foot .foot_in .f_logo {
        width: 50%;
    }
    .foot .foot_in .f_contact {
        width: 100%;
    }
    .foot .foot_in .wx {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .foot {
        padding: 0 0 60px;
    }
    .nyfoot {
        padding: 0 0 20px;
    }
    .foot .w1500 {
        padding: 130px 0 0;
    }
    .nyfoot .w1500 {
        padding: 40px 0 0;
    }
    .foot .f_nav {
        display: none;
    }
    .foot .foot_in {
        padding: 0 0 20px;
    }
    .foot .foot_in .f_logo {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0;
    }
    .foot .foot_in .f_logo img {
        display: inline-block;
    }
    .foot .foot_in .wx {
        width: 100%;
        margin: 10px auto;
        float: none;
    }
    .foot .foot_in .wx span {
        width: 148px;
        height: 148px;
        float: none;
        display: flex;
        margin: 0 auto;
    }
    .foot .foot_in .wx em {
        float: none;
        margin: 0 auto 5px;
        width: 100%;
        height: auto;
    }
    .foot .foot_in .wz {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
        font-size: 13px;
        line-height: 22px;
    }
    .foot .foot_in .f_contact ul li {
        width: 100%;
    }
    .foot .ft_links {
        padding: 30px 0 0;
        height: auto;
        top: -30px;
    }
    .foot .ft_links .ftLinks_tit {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        position: inherit;
        left: inherit;
        top: inherit;
        border-radius: 20px 20px 0 0;
    }
    .foot .ft_links .ftLinks_tit img {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0;
    }
    .foot .ft_links .ftLinks_list p {
        height: 90px;
    }
    .foot .ft_links .ftLinks_list p a {
        font-size: 13px;
    }
    .foot .foot_in .f_contact {
        display: none;
    }
    .foot .wz p {
        line-height: 30px;
    }
    .foot .wz p a.beian {
        height: 30px;
    }
    .foot .ft_links .ftLinks_list p a {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {
    .foot .ft_links .ftLinks_list {
        padding: 10px;
    }
    .foot .ft_links .ftLinks_list p a {
        margin: 0 10px 0 0;
    }
}


/*网站右侧漂浮*/

.f_pf1 {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 999;
}

.f_pf1 a.qqa {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 2px;
}

.f_pf1 a.qqa:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) top center no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.f_pf1 .tela>a {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 2px;
}

.f_pf1 .tela>a:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) center -27px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.f_pf1 .tela .wz {
    position: absolute;
    top: 40px;
    left: -224px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.f_pf1 .tela:hover .wz {
    display: block;
}

.f_pf1 .tela p {
    background: #fff;
    padding: 5px;
    width: 200px;
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #c0241c;
    line-height: 40px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.f_pf1 .tela p em {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: -6px;
}

.f_pf1 .wxa {
    position: relative;
}

.f_pf1 .wxa>span {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 2px;
}

.f_pf1 .wxa>span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) center -52px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.f_pf1 .wxa .code {
    position: absolute;
    top: -54px;
    left: -164px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.f_pf1 .wxa:hover .code {
    display: block;
}

.f_pf1 .wxa .code p {
    background: #fff;
    padding: 5px;
    width: 140px;
    height: 140px;
    overflow: hidden;
}

.f_pf1 .wxa .code p img {
    max-width: 100%;
    max-height: 100%;
}

.f_pf1 .wxa .code p em {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: -6px;
}

.f_pf1 a.totop {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 2px;
}

.f_pf1 a.totop:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) center -76px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}


/*Ny_aboutus 开始*/

.Ny_aboutus {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyAbout_title {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

.NyAbout_title p {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyAbout_title i {
    display: block;
    width: 30px;
    height: 2px;
    overflow: hidden;
    margin: 9px auto;
    padding: 0;
    background-color: #d62620;
}

.NyAbout_title span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyAbout_title1 p {
    text-align: left;
}

.NyAbout_part1 {
    padding: 60px 0;
}

.NyAbout_part3 {
    padding: 60px 0;
}

.ny_about .w1500 {
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ny_about .l {
    float: left;
    width: 54%;
}

.ny_about .l .tlt {
    margin: 0 auto 40px;
}

.ny_about .l .tlt p {
    line-height: 40px;
    color: #040000;
    font-size: 32px;
    font-weight: bold;
}

.ny_about .l .jianjie {
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ny_about .l .jianjie p {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}

.ny_about .l .jianjie p b {
    display: inline-block;
    color: #040000;
    padding: 20px 0 0;
    text-indent: -2em;
}

.ny_about .l .more {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    border: 1px solid #fff;
    margin-top: 50px;
    overflow: hidden;
}

.ny_about .l .more em {
    display: inline-block;
    vertical-align: middle;
}

.ny_about .l .more:after {
    content: '\00bb';
    transition: 0.5s;
    font-size: 30px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
}

.ny_about .l .more:hover:after {
    margin-left: 6px;
    font-size: 30px;
}

.ny_about .l .jianjie::-webkit-scrollbar {
    width: 3px;
}


/* 滚动槽 */

.ny_about .l .jianjie::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 0px;
}


/* 滚动条滑块 */

.ny_about .l .jianjie::-webkit-scrollbar-thumb {
    background-color: #d62620;
}

.ny_about .l .jianjie::-webkit-scrollbar-thumb:window-inactive {
    background-color: #d62620;
}

.ny_about .r {
    float: right;
    width: 42%;
    height: 400px;
    margin: 0;
    padding: 0;
    position: relative;
}

.ny_about .r i {
    display: block;
    width: 60%;
    height: 60%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #e2001b;
    border-radius: 0 40px 0 0;
    position: absolute;
    right: -40px;
    bottom: -40px;
}

.ny_about .r i.ab_logo {
    width: 240px;
    height: 100px;
    background: url(../images/ab_logo.jpg) center center no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.ny_about .r img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
    border-radius: 0 80px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

ul.ab_data {
    padding: 60px 0 0;
}

ul.ab_data li {
    width: 25%;
    padding: 0 0 0 90px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

ul.ab_data li i {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

ul.ab_data li i.ab_data_ico1 {
    background: url(../images/ab_data_ico1.png) center center no-repeat;
    background-size: 100% 100%;
}

ul.ab_data li i.ab_data_ico2 {
    background: url(../images/ab_data_ico2.png) center center no-repeat;
    background-size: 100% 100%;
}

ul.ab_data li i.ab_data_ico3 {
    background: url(../images/ab_data_ico3.png) center center no-repeat;
    background-size: 100% 100%;
}

ul.ab_data li i.ab_data_ico4 {
    background: url(../images/ab_data_ico4.png) center center no-repeat;
    background-size: 100% 100%;
}

ul.ab_data li .bd {
    height: 50px;
    line-height: 50px;
}

ul.ab_data li .bd span {
    font-size: 48px;
    color: #e2001b;
    font-weight: bold;
}

ul.ab_data li .bd em {
    font-size: 16px;
    color: #000;
    margin-left: 5px;
}

ul.ab_data li .hd {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 20px;
}

.NyAbout_part2 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0 40px;
    background: url(../images/NyAbout_part2bg.jpg) center center no-repeat;
    background-size: cover;
}

.NyAbout_dsj {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyAbout_dsj .NyAboutDsj_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: url(../images/dot0.jpg) center center repeat-x;
    background-size: 4px 4px;
    position: relative;
}

.NyAboutDsj_list .swiper-container02 {
    width: 80%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    box-sizing: border-box;
}

.NyAboutDsj_list .swiper-button-next,
.NyAboutDsj_list .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.NyAboutDsj_list .swiper-button-next {
    background: url(../images/swiper-button-next1.png) center center no-repeat;
    background-size: 48px 48px;
    right: 80px;
}

.NyAboutDsj_list .swiper-button-prev {
    background: url(../images/swiper-button-prev1.png) center center no-repeat;
    background-size: 48px 48px;
    left: 80px;
}

.NyAboutDsj_list .swiper-slide .NyAboutDsj_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
}

.NyAboutDsj_list .swiper-slide .NyAboutDsj_img p {
    width: 100%;
    height: 190px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyAboutDsj_list .swiper-slide .NyAboutDsj_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;
}

.NyAboutDsj_list .swiper-slide .NyAboutDsj_img b {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #040000;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    /* [disabled]margin:0 auto; */
    padding: 10px 0;
}

.NyAboutDsj_list .swiper-slide .NyAboutDsj_text {
    width: 100%;
    height: 150px;
    overflow: hidden;
    line-height: 30px;
    color: #555;
    font-size: 15px;
    text-align: justify;
    margin: 20px auto;
    padding: 0 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.NyAboutDsj_list .swiper-slide .NyAboutDsj_text p,
.NyAboutDsj_list .swiper-slide .NyAboutDsj_text span,
.NyAboutDsj_list .swiper-slide .NyAboutDsj_text p span {
    line-height: 30px!important;
    color: #555!important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important;
    font-size: 15px!important;
    text-align: justify!important;
    background: none!important;
}

@media (max-width:1600px) {
    .NyAboutDsj_list .swiper-container02 {
        width: 90%;
    }
    .NyAboutDsj_list .swiper-button-next {
        right: 10px;
    }
    .NyAboutDsj_list .swiper-button-prev {
        left: 10px;
    }
    .ny_about .l .tlt {
        margin: 0 auto 20px;
    }
    .NyAboutDsj_list .swiper-slide .NyAboutDsj_img p {
        height: 150px;
    }
}

@media (max-width:1500px) {}

@media (max-width:1300px) {
    ul.ab_data li {
        padding: 0 0 0 80px;
    }
    ul.ab_data li .bd span {
        font-size: 44px;
    }
    .NyAboutDsj_list .swiper-slide .NyAboutDsj_img b {
        font-size: 34px;
    }
}

@media (max-width:1080px) {
    .ny_about {
        margin-bottom: 0;
    }
    .ny_about .l .tlt p {
        font-size: 22px;
    }
    .ny_about .l {
        width: 100%;
        float: none;
    }
    .ny_about .r {
        width: 100%;
        float: none;
        text-align: center;
    }
    .ny_about .r img {}
    .ny_about .l .jianjie {
        margin: 0 0 20px;
        font-size: 15px;
        height: auto;
        overflow-y: initial;
        padding: 0 5px 0;
    }
    .ny_about .w1500 {
        padding: 0;
    }
    .ny_about .l ul.ab_data {
        width: 80%;
        margin: 0 auto;
    }
    .ny_about .l ul.ab_data li {
        width: 25%;
        margin-bottom: 10px;
    }
    .ny_about .l ul.ab_data li .hd {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ny_about .l ul.ab_data li .bd span {
        font-size: 30px;
        vertical-align: middle;
    }
    .ny_about .l ul.ab_data li .bd em {
        vertical-align: middle;
    }
    ul.ab_data li i {
        width: 60px;
        height: 60px;
        top: 5px;
    }
    ul.ab_data li {
        padding: 0 0 0 70px;
    }
}

@media (max-width:768px) {
    ul.ab_data li {
        width: 50%;
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .ny_about {
        margin-bottom: 0;
    }
    .ny_about .l .tlt p {
        font-size: 26px;
    }
    .ny_about .l {
        width: 100%;
        float: none;
    }
    .ny_about .r {
        width: 100%;
        float: none;
        height: 240px;
    }
    .ny_about .r i {
        right: -20px;
        bottom: -20px;
        border-radius: 0 40px 0 0;
    }
    ul.ab_data {
        padding: 20px 0 0;
    }
    .ny_about .l .jianjie {
        margin: 0 0 20px;
        font-size: 15px;
        height: auto;
        overflow-y: initial;
        padding: 0 5px 0;
    }
    .ny_about .w1500 {
        padding: 0;
    }
    .ny_about .l ul.ab_data {
        width: 80%;
        margin: 0 auto;
    }
    .ny_about .l ul.ab_data li {
        width: 48%;
        margin-bottom: 10px;
    }
    .ny_about .l ul.ab_data li .hd {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .ny_about .l ul.ab_data li .bd span {
        font-size: 22px;
        vertical-align: middle;
    }
    .ny_about .l ul.ab_data li .bd em {
        vertical-align: middle;
    }
    ul.ab_data li .bd {
        height: 40px;
        line-height: 40px;
    }
    ul.ab_data li .bd span {
        font-size: 32px;
    }
    ul.ab_data li .bd em {
        font-size: 14px;
    }
    ul.ab_data li .hd {
        font-size: 14px;
    }
    ul.ab_data li i {
        width: 50px;
        height: 50px;
        top: 10px;
    }
    ul.ab_data li {
        padding: 0 0 0 60px;
    }
    .NyAboutDsj_list .swiper-slide .NyAboutDsj_img p {
        height: 200px;
    }
}

@media (max-width: 375px) {
    .ny_about .l .tlt p {
        font-size: 24px;
    }
}

@media (max-width: 320px) {}

.ny_qywh {
    position: relative;
    background: url(../images/brand_back.jpg)no-repeat center center;
    min-height: 200px;
    padding: 60px 0;
    background-size: cover;
}

.ny_qywh .NyAbout_title {
    position: relative;
    z-index: 99;
}

.ny_qywh .NyAbout_title p {
    color: #000;
    text-align: left;
}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ny_qywh ul {
    position: relative;
    z-index: 99;
}

.ny_qywh ul li {
    margin-right: 2%;
    width: 32%;
    float: left;
    position: relative;
}

.ny_qywh ul li:nth-child(3n+3) {
    margin-right: 0;
}

.ny_qywh ul li .conn {
    padding: 20px 0 20px 140px;
}

.ny_qywh ul li .conn .pic {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.ny_qywh ul li .conn .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.ny_qywh ul li .conn .tlt {
    line-height: 40px;
    font-size: 28px;
    color: #000;
    margin-bottom: 0;
    padding: 0;
    font-weight: normal;
    margin: 0;
    position: relative;
}

.ny_qywh ul li .conn .tlt span {
    display: inline-block;
    font-size: 12px;
    font-family: Arial;
    color: #999;
    text-transform: uppercase;
    font-style: italic;
    padding-left: 5px;
}

.ny_qywh ul li .conn .tlt span:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background: #d62620;
    bottom: 0;
    left: 10px;
    transition: all .3s;
}

.ny_qywh ul li .conn p {
    line-height: 40px;
    font-size: 18px;
    color: #888;
    overflow: hidden;
    padding: 0;
}

@media (max-width:1600px) {
    .NyAbout_title {
        margin: 0 auto 40px;
    }
    .ny_qywh ul li .conn {
        padding: 10px 0 10px 120px;
    }
    .ny_qywh ul li .conn .pic {
        width: 100px;
        height: 100px;
    }
    .ny_qywh ul li .conn .tlt {
        font-size: 24px;
    }
    .ny_qywh ul li .conn p {
        font-size: 16px;
    }
}

@media (max-width:1500px) {}

@media (max-width:1300px) {
    .NyAbout_title {
        margin: 0 auto 40px;
    }
    .ny_qywh {
        padding: 60px 0;
    }
}

@media (max-width:1080px) {
    .ny_qywh {
        min-height: 160px;
        padding: 40px 0;
    }
    .ny_qywh ul li .conn .tlt {
        margin-bottom: 0;
    }
    .ny_qywh ul li .conn .tlt span {
        display: none;
    }
    .NyAbout_dsj .NyAboutDsj_list {
        height: auto;
    }
    .NyAboutDsj_list .swiper-slide .NyAboutDsj_text {
        padding: 0 10px;
    }
    .NyAboutDsj_list .swiper-slide .NyAboutDsj_img b {
        font-size: 30px;
        height: 32px;
        line-height: 32px;
    }
    .NyAboutDsj_list .swiper-slide .NyAboutDsj_img {
        border-radius: 10px;
    }
    .ny_qywh ul li .conn {
        padding: 10px 0 10px 100px;
    }
    .ny_qywh ul li .conn .pic {
        width: 80px;
        height: 80px;
    }
    .ny_qywh ul li .conn p {
        line-height: 24px;
        font-size: 16px;
    }
    .NyAbout_title {
        margin: 0 auto 20px;
    }
}

@media (max-width: 767px) {
    .ny_qywh {
        padding: 40px 0 20px;
    }
    .ny_qywh ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .ny_qywh ul li .conn .pic {}
    .ny_qywh ul li .conn .tlt {
        font-size: 20px;
    }
    .ny_qywh ul li .conn .tlt span {
        display: block;
    }
    .ny_qywh ul li .conn p {
        font-size: 14px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}

.NyAbout_part5 {
    width: 100%;
    height: auto;
    margin: 60px auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAbout_part5 .ny_scsl {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyAbout_part5 .ny_scsl .NyAbout_title {
    margin: 0 auto 30px;
}

.NyAbout_part5 .ny_scsl .ny_scslImg0 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

.NyAbout_part5 .ny_scsl .ny_scsl_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

.NyAbout_part5 .ny_scsl .ny_scsl_con p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.NyAbout_part5 .ny_scsl ul li {
    width: 31%;
    margin: 0 3.5% 0 0;
    padding: 0;
    float: left;
}

.NyAbout_part5 .ny_scsl ul li:last-child {
    margin: 0;
}

.NyAbout_part5 .ny_scsl ul li img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
    border-radius: 0 40px;
}

.NyAbout_part5 .ny_scsl ul li p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyAbout_part6 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0 40px;
    background: url(../images/NyAbout_part6bg.jpg) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyAboutPart6_list {
    width: 64%;
    height: 480px;
    max-width: 1800px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutPart6_list .swiper-container04 {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.NyAboutPart6_list .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.NyAboutPart6_list .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.NyAboutPart6_list .swiper-slide p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0 20px;
    background-color: rgba(226, 0, 27, 0.88);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyAboutPart6_list .swiper-slide-active,
.NyAboutPart6_list .swiper-slide-duplicate-active {
    transform: scale(1);
}

.NyAboutPart6_list .swiper-button-next,
.NyAboutPart6_list .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.NyAboutPart6_list .swiper-button-next {
    background: url(../images/swiper-button-next1.png) center center no-repeat;
    background-size: 48px 48px;
    right: 5px;
}

.NyAboutPart6_list .swiper-button-prev {
    background: url(../images/swiper-button-prev1.png) center center no-repeat;
    background-size: 48px 48px;
    left: 5px;
}

@media screen and (max-width:1600px) {
    .Ny_aboutus .NyAbout_part1 {}
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 140px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 437px;
    }
    .NyAboutPart6_list {
        width: 90%;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .Ny_aboutus .NyAbout_part1 {}
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 140px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 36px;
        font-size: 26px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 434px;
        bottom: -49px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        height: 180px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 40px 10px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part3 {}
}

@media screen and (min-width:1366px) and (max-width:1439px) {
    .Ny_aboutus .NyAbout_part1 {}
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 140px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 36px;
        font-size: 26px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 467px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: 180px;
    }
    .NyAboutPart1_data ul li img {
        width: 80px;
        height: 80px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 480px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 35px 10px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part3 {}
}

@media screen and (min-width:1360px) and (max-width:1365px) {
    .Ny_aboutus .NyAbout_part1 {}
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 140px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 36px;
        font-size: 26px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 456px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: 180px;
    }
    .NyAboutPart1_data ul li img {
        width: 80px;
        height: 80px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 480px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 10px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 22px;
        font-size: 14px;
    }
    .NyAbout_part3 {}
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .Ny_aboutus .NyAbout_part1 {}
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 140px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 523px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: auto;
    }
    .NyAboutPart1_data ul li img {
        width: 72px;
        height: 72px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 440px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 10px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 54px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part3 {}
}

@media screen and (min-width:1200px) and (max-width:1279px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 60px 0;
    }
    .NyAbout_part2 {
        padding: 60px 0 40px;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 120px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 504px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: auto;
    }
    .NyAboutPart1_data ul li img {
        width: 65px;
        height: 65px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 400px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 10px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 54px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part3 {
        padding: 60px 0;
    }
    .NyAbout_part5 {
        margin: 60px auto;
    }
    .NyAbout_part5 .ny_scsl ul li p {
        font-size: 14px;
    }
    .NyAbout_part6 {
        padding: 60px 0;
    }
}

@media screen and (min-width:1080px) and (max-width:1199px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 60px 0;
    }
    .NyAbout_part2 {
        padding: 60px 0 40px;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 120px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        margin: 0;
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAboutPart1_left i.NyAboutPart1_time {
        line-height: 72px;
        font-size: 64px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 494px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: auto;
    }
    .NyAboutPart1_data ul li img {
        width: 64px;
        height: 64px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 380px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 10px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 50px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part3 {
        padding: 60px 0;
    }
    .NyAbout_part5 {
        margin: 60px auto;
    }
    .NyAbout_part5 .ny_scsl ul li p {
        font-size: 14px;
    }
    .NyAboutPart6_list {
        height: 430px;
    }
    .NyAbout_part6 {
        padding: 60px 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .Ny_aboutus .NyAbout_part1 {
        padding: 40px 0;
    }
    .NyAbout_part2 {
        padding: 40px 0 20px;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        padding: 0 40px 120px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        margin: 0;
        padding: 80px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        right: 40px;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAboutPart1_left i.NyAboutPart1_time {
        line-height: 72px;
        font-size: 64px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: initial;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        height: 525px;
        bottom: -41px;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 56%;
        height: 180px;
    }
    .NyAboutPart1_data ul li img {
        width: 64px;
        height: 64px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 360px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 10px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 48px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part3 {
        padding: 40px 0;
    }
    .NyAbout_part5 {
        margin: 40px auto;
    }
    .NyAbout_part5 .ny_scsl ul li p {
        font-size: 14px;
    }
    .NyAboutPart6_list {
        height: 420px;
    }
    .NyAbout_part6 {
        padding: 40px 0;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .NyAbout_title {
        margin: 0 auto;
    }
    .NyAbout_title p {
        font-size: 30px;
    }
    .NyAbout_title span {
        font-size: 14px;
    }
    .Ny_aboutus .NyAbout_part1 {
        padding: 40px 0;
    }
    .NyAbout_part2 {
        padding: 40px 0 20px;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 40px 54px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        width: 100%;
        margin: 0 auto;
        padding: 80px 40px 0;
        float: inherit;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAboutPart1_left i.NyAboutPart1_time {
        line-height: 72px;
        font-size: 64px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        width: 100%;
        height: auto;
        padding: 40px;
        float: inherit;
    }
    .NyAboutPart1_right img {
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 100%;
        height: auto;
        position: inherit;
        right: inherit;
        bottom: inherit;
    }
    .NyAboutPart1_data ul li img {
        width: 64px;
        height: 64px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        right: 40px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 480px;
        left: 40px;
    }
    .NyAboutPart1_data ul li {
        padding: 30px 20px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 48px;
    }
    .NyAboutPart1_data ul li p {
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part3 {
        padding: 40px 0;
    }
    .NyAbout_part5 {
        margin: 40px auto;
    }
    .NyAbout_part5 .ny_scsl ul li p {
        font-size: 14px;
    }
    .NyAboutPart6_list {
        height: 400px;
    }
    .NyAbout_part6 {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .NyAbout_title {
        margin: 0 auto 20px;
    }
    .NyAbout_title p {
        line-height: 32px;
        font-size: 24px;
    }
    .NyAbout_title span {
        font-size: 14px;
        display: none;
    }
    .Ny_aboutus .NyAbout_part1 {
        padding: 30px 0 20px;
    }
    .NyAbout_part2 {
        padding: 40px 0 20px;
    }
    .NyAbout_part1 .NyAboutPart1_main {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 20px 40px;
    }
    .NyAboutPart1_main .NyAboutPart1_left {
        width: 100%;
        margin: 0 auto;
        padding: 60px 20px 0;
        float: inherit;
    }
    .NyAboutPart1_left .NyAboutPart1_name {
        line-height: 30px;
        font-size: 22px;
    }
    .NyAboutPart1_left i.NyAboutPart1_line {
        width: 40px;
    }
    .NyAboutPart1_left i.NyAboutPart1_time {
        line-height: 60px;
        font-size: 48px;
    }
    .NyAboutPart1_left .NyAboutPart1_p,
    .NyAboutPart1_left .NyAboutPart1_p p {
        height: auto;
        line-height: 24px;
        font-size: 14px;
        -webkit-line-clamp: initial;
    }
    .NyAboutPart1_main .NyAboutPart1_right {
        width: 100%;
        height: auto;
        padding: 20px;
        float: inherit;
    }
    .NyAboutPart1_right img {
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
    }
    .NyAboutPart1_main .NyAboutPart1_data {
        width: 100%;
        height: auto;
        position: inherit;
        right: inherit;
        bottom: inherit;
    }
    .NyAboutPart1_data ul li {
        width: 50%;
    }
    .NyAboutPart1_data ul li img {
        width: 72px;
        height: 72px;
    }
    .NyAboutPart1_left i.NyAboutPart1_xs1 {
        width: 40px;
        top: 10px;
        right: 10px;
    }
    .NyAboutPart1_main i.NyAboutPart1_xs2 {
        width: 80%;
        left: 20px;
    }
    .NyAboutPart1_data ul {
        padding: 10px 0;
    }
    .NyAboutPart1_data ul li {
        padding: 0 10px;
    }
    .NyAboutPart1_data ul li div {
        font-size: 32px;
        margin: 0 auto 0px;
    }
    .NyAboutPart1_data ul li p {
        height: 40px;
        line-height: 20px;
        font-size: 14px;
    }
    .NyAbout_part3 {
        padding: 40px 0;
    }
    .NyAbout_part5 {
        margin: 40px auto 20px;
    }
    .NyAbout_part5 .ny_scsl ul li p {
        font-size: 14px;
    }
    .NyAboutPart6_list {
        width: 94%;
        height: 320px;
        padding: 10px 0;
        margin: -10px auto;
    }
    .NyAbout_part6 {
        padding: 40px 0 20px;
    }
    .NyAbout_part5 .ny_scsl .ny_scslImg0 {
        margin: 0 auto 20px;
    }
    .NyAbout_part5 .ny_scsl .NyAbout_title {
        margin: 0 auto 20px;
    }
    .NyAbout_part5 .ny_scsl .ny_scsl_con {
        margin: 0 auto 20px;
    }
    .NyAbout_part5 .ny_scsl ul li {
        width: 100%;
        margin: 0 auto 20px;
    }
    .NyAboutPart6_list .swiper-container04 {
        padding: 0;
    }
    .NyAboutPart6_list .swiper-button-next {
        right: 0;
    }
    .NyAboutPart6_list .swiper-button-prev {
        left: 0;
    }
}

@media (max-width: 375px) {
    .NyAboutPart1_left i.NyAboutPart1_time {
        font-size: 44px;
    }
    .NyAboutPart1_left i.NyAboutPart1_line {
        margin: 12px 0;
    }
    .NyAbout_part6 {
        padding: 20px 0;
    }
}

@media (max-width: 320px) {
    .NyAbout_part1 .NyAboutPart1_main {
        padding: 0 20px 70px;
    }
    .NyAboutPart1_data ul li {
        width: 100%;
        float: inherit;
    }
    .NyAboutPart1_data ul li div {
        margin: 0 auto 12px;
    }
    .NyAboutPart1_data ul li p {
        height: auto;
    }
    .NyAboutPart1_left i.NyAboutPart1_time {
        font-size: 36px;
    }
}


/*Ny_banner 开始*/

@media screen and (min-width:1921px) {
    .Ny_banner {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 0 0;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .Ny_banner img {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
    .Ny_banner .NyBa_text {
        width: 100%;
        max-width: 1600px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: 50%;
        margin-top: -75px;
        left: 50%;
        margin-left: -800px;
        z-index: 1;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .NyBa_text p {
        width: 100%;
        overflow: hidden;
        line-height: 52px;
        color: #fff;
        font-size: 48px;
        font-weight: bold;
        margin: 0 auto;
        padding: 0;
    }
    .NyBa_text p font {
        color: rgba(255, 255, 255, 0.5);
        font-size: 36px;
        font-weight: bold;
        margin: 0 0 0 20px;
        text-transform: uppercase
    }
    .NyBa_text em {
        display: block;
        width: 60px;
        height: 5px;
        overflow: hidden;
        margin: 24px 0;
        padding: 0;
        background-color: #fff;
    }
    .NyBa_text span {
        display: block;
        width: 100%;
        max-height: 64px;
        overflow: hidden;
        line-height: 32px;
        color: #fff;
        font-size: 18px;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .pub_subnav {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0px;
        text-align: center;
    }
    .pub_subnav .w1500 {
        width: 80%;
        background: rgba(0, 0, 0, 0.52);
        margin: 0 auto;
    }
    .pub_subnav ul {
        justify-content: center;
        display: flex;
        flex-direction: row;
    }
    .pub_subnav li {
        display: inline-block;
        flex: 1;
    }
    .pub_subnav li a {
        display: block;
        height: 64px;
        line-height: 64px;
        color: #fff;
        font-size: 16px;
        float: left;
        padding: 0 5%;
        border-left: 1px solid rgba(210, 210, 210, 0.3);
        width: 90%;
    }
    .pub_subnav li a:hover,
    .pub_subnav li.cur a {
        background: #d62620;
        transition: all 0.5s ease;
        color: #fff;
    }
}

@media screen and (max-width:1920px) {
    .Ny_banner {
        width: 100%;
        height: 720px;
        overflow: hidden;
        margin: 0 auto;
        padding: 260px 0 0;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .Ny_banner1 {
        padding: 120px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1920px;
        height: 840px;
        overflow: hidden;
        margin: -420px 0 0 -960px;
        padding: 0;
        position: absolute;
        left: 50%;
        top: 50%;
    }
    .Ny_banner .NyBa_text {
        width: 80%;
        max-width: 1800px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .NyBa_text p {
        width: 100%;
        overflow: hidden;
        line-height: 52px;
        color: #fff;
        font-size: 48px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 auto;
        padding: 0;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .NyBa_text p font {
        display: block;
        width: 100%;
        color: rgba(255, 255, 255, 1);
        font-size: 24px;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }
    .NyBa_text em {
        display: block;
        width: 96px;
        height: 2px;
        overflow: hidden;
        margin: 10px 0 0;
        padding: 0;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .pub_subnav {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0px;
    }
    .pub_subnav .w1500 {
        margin: 0 auto;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), #fff, #fff);
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), #fff, #fff);
        background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.9), #fff, #fff);
        background-image: -o-linear-gradient(rgba(255, 255, 255, 0.9), #fff, #fff);
        background-image: linear-gradient(rgba(255, 255, 255, 0.9), #fff, #fff);
    }
    .pub_subnav1 {
        position: inherit;
        left: inherit;
        bottom: inherit;
        margin: -480px auto 0;
        position: relative;
    }
    .pub_subnav1 .w1500 {
        padding: 60px;
        background-color: #fff;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .pub_subnav ul {
        justify-content: center;
        display: flex;
        flex-direction: row;
    }
    .pub_subnav li {
        display: inline-block;
        flex: 1;
        position: relative;
    }
    .pub_subnav li i {
        display: block;
        width: 1px;
        height: 20px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 29px;
        right: 0;
    }
    .pub_subnav li a {
        display: block;
        height: 78px;
        line-height: 78px;
        color: #040000;
        font-size: 22px;
        text-align: center;
        float: left;
        padding: 0;
        width: 100%;
        position: relative;
    }
    .pub_subnav li a span {
        display: inline-block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        vertical-align: middle;
        margin: -2px 0 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .pub_subnav li a span.pro_ico1 {
        background: url(../images/pro_ico01.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a span.pro_ico2 {
        background: url(../images/pro_ico02.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a span.pro_ico3 {
        background: url(../images/pro_ico03.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a span.pro_ico4 {
        background: url(../images/pro_ico04.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a span.pro_ico5 {
        background: url(../images/pro_ico05.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a span.pro_ico6 {
        background: url(../images/pro_ico06.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a:hover span.pro_ico1,
    .pub_subnav li.cur a span.pro_ico1 {
        background: url(../images/pro_ico1.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a:hover span.pro_ico2,
    .pub_subnav li.cur a span.pro_ico2 {
        background: url(../images/pro_ico2.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a:hover span.pro_ico3,
    .pub_subnav li.cur a span.pro_ico3 {
        background: url(../images/pro_ico3.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a:hover span.pro_ico4,
    .pub_subnav li.cur a span.pro_ico4 {
        background: url(../images/pro_ico4.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a:hover span.pro_ico5,
    .pub_subnav li.cur a span.pro_ico5 {
        background: url(../images/pro_ico5.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a:hover span.pro_ico6,
    .pub_subnav li.cur a span.pro_ico6 {
        background: url(../images/pro_ico6.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .pub_subnav li a em {
        display: block;
        width: 0;
        height: 2px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: #d62620;
        position: absolute;
        left: 0;
        bottom: -2px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .pub_subnav li a:hover,
    .pub_subnav li.cur a {
        transition: all 0.5s ease;
        color: #d62620;
    }
    .pub_subnav li a:hover em,
    .pub_subnav li.cur a em {
        width: 100%;
    }
}

@media (max-width:1600px) {
    .Ny_banner {
        height: 720px;
        padding: 240px 0 0;
    }
    .Ny_banner1 {
        padding: 100px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1646px;
        height: 720px;
        overflow: hidden;
        margin: -360px 0 0 -823px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 20px;
        width: 90%;
    }
    .pub_subnav1 {
        margin: -480px auto 0;
    }
    .pub_subnav1 .w1500 {
        padding: 40px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .Ny_banner {
        height: 640px;
        padding: 200px 0 0;
    }
    .Ny_banner1 {
        padding: 100px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1600px;
        height: 700px;
        overflow: hidden;
        margin: -350px 0 0 -800px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 20px;
    }
    .NyBa_text p {
        font-size: 46px;
    }
    .pub_subnav1 {
        margin: -440px auto 0;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .Ny_banner {
        height: 630px;
        padding: 200px 0 0;
    }
    .Ny_banner1 {
        padding: 100px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1440px;
        height: 630px;
        overflow: hidden;
        margin: -315px 0 0 -720px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 20px;
    }
    .NyBa_text p {
        font-size: 46px;
    }
    .pub_subnav1 {
        margin: -442px auto 0;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .Ny_banner {
        height: 560px;
        padding: 180px 0 0;
    }
    .Ny_banner1 {
        padding: 100px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1280px;
        height: 560px;
        overflow: hidden;
        margin: -280px 0 0 -640px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0 20px;
    }
    .NyBa_text p {
        line-height: 48px;
        font-size: 40px;
    }
    .NyBa_text p font {
        font-size: 32px;
    }
    .NyBa_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 16px;
    }
    .NyBa_text em {
        width: 56px;
        height: 4px;
    }
    .NyBa_text p {
        font-size: 44px;
    }
    .pub_subnav1 {
        margin: -362px auto 0;
    }
}

@media (max-width:1280px) {
    .pub_subnav li a {
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }
    .pub_subnav li i {
        top: 25px;
        height: 20px;
    }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
    .Ny_banner {
        height: 525px;
        padding: 180px 0 0;
    }
    .Ny_banner1 {
        padding: 100px 0 0;
        overflow: inherit;
    }
    .Ny_banner img {
        display: block;
        width: 1200px;
        height: 525px;
        overflow: hidden;
        margin: -262.5px 0 0 -600px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0;
    }
    .NyBa_text p {
        line-height: 48px;
        font-size: 40px;
    }
    .NyBa_text p font {
        font-size: 32px;
    }
    .NyBa_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 16px;
    }
    .NyBa_text em {
        width: 56px;
        height: 4px;
    }
    .pub_subnav1 {
        margin: -322px auto 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .Ny_banner {
        height: 525px;
        padding: 180px 0 0;
    }
    .Ny_banner1 {
        padding: 100px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1200px;
        height: 525px;
        overflow: hidden;
        margin: -262.5px 0 0 -600px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0;
    }
    .NyBa_text p {
        line-height: 48px;
        font-size: 40px;
    }
    .NyBa_text p font {
        font-size: 32px;
    }
    .NyBa_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 16px;
    }
    .NyBa_text em {
        width: 56px;
        height: 4px;
    }
    .pub_subnav1 {
        margin: -312px auto 0;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .Ny_banner {
        height: 473px;
        padding: 180px 0 0;
    }
    .Ny_banner1 {
        padding: 100px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 1080px;
        height: 473px;
        overflow: hidden;
        margin: -236.5px 0 0 -540px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0;
    }
    .NyBa_text p {
        line-height: 40px;
        font-size: 36px;
    }
    .NyBa_text p font {
        font-size: 28px;
    }
    .NyBa_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 15px;
    }
    .NyBa_text em {
        width: 48px;
        height: 3px;
        margin: 20px 0;
    }
    .pub_subnav li a {
        height: 45px;
        line-height: 45px;
    }
    .pub_subnav li a span {
        width: 36px;
        height: 36px;
    }
    .pub_subnav li i {
        top: 12.5px;
    }
    .pub_subnav1 {
        margin: -282px auto 0;
    }
}

@media (max-width: 767px) {
    .Ny_banner {
        height: 400px;
        padding: 110px 0 0;
    }
    .Ny_banner1 {
        padding: 80px 0 0;
    }
    .Ny_banner img {
        display: block;
        width: 960px;
        height: 400px;
        overflow: hidden;
        margin: -200px 0 0 -480px;
    }
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0;
    }
    .NyBa_text p {
        line-height: 30px;
        font-size: 28px;
    }
    .NyBa_text p font {
        font-size: 20px;
        margin: 0;
    }
    .NyBa_text span {
        max-height: 48px;
        line-height: 24px;
        font-size: 14px;
    }
    .NyBa_text em {
        width: 40px;
        height: 2px;
        margin: 12px 0;
    }
    .pub_subnav ul {
        display: block;
    }
    .pub_subnav li {
        padding: 0 15px;
    }
    .pub_subnav li a {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }
    .pub_subnav li a span {
        width: 36px;
        height: 36px;
    }
    .pub_subnav li i {
        top: 12.5px;
    }
    .pub_subnav1 {
        margin: -252px auto 0;
    }
}

@media (max-width: 375px) {
    .Ny_banner .NyBa_text {
        max-width: inherit;
        padding: 0;
    }
    .NyBa_text p {
        line-height: 30px;
        font-size: 20px;
    }
    .NyBa_text p font {
        font-size: 18px;
        margin: 0;
    }
    .NyBa_text span {
        max-height: 48px;
        line-height: 24px;
        font-size: 14px;
    }
    .NyBa_text em {
        width: 40px;
        height: 2px;
        margin: 10px 0;
    }
    .pub_subnav li {
        padding: 0 10px;
    }
}

@media (max-width: 320px) {
    .NyBa_text p {
        line-height: 24px;
        font-size: 18px;
    }
    .NyBa_text p font {
        font-size: 14px;
    }
}


/*Ny_banner 结束*/


/*面包屑 开始*/

.Ny_mbx {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_mbx .NyMbx_main {
    width: 100%;
    max-width: 1800px;
    height: auto;
    min-height: 40px;
    margin: 0 auto;
    padding: 0 20px 0 70px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyMbx_main img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.NyMbx_main p {
    width: 100%;
    min-height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #040000;
    font-size: 16px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 5px 0;
}

.NyMbx_main p a {
    color: #040000;
}

.NyMbx_main p a span {
    color: #555;
}

.NyMbx_main p a:hover {
    color: #e2001b;
}

.NyMbx_main p a:hover span {
    color: #e2001b;
}

.NyMbx_main p span {
    color: #555;
}

.NyMbx_main1 p {
    color: #fff;
}

.NyMbx_main1 p a {
    color: #fff;
}

.NyMbx_main1 p a span {
    color: #fff;
    opacity: 0.8;
}

.NyMbx_main1 p span {
    color: #fff;
    opacity: 0.8;
}

@media (max-width:1600px) {
    .Ny_mbx {
        padding: 20px 20px 20px 0;
    }
    .Ny_mbx .NyMbx_main {
        max-width: inherit;
    }
}

@media screen and (min-width:1024px) and (max-width:1599px) {
    .Ny_mbx {
        padding: 20px 0 10px 10px;
    }
    .Ny_mbx .NyMbx_main {
        max-width: inherit;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .Ny_mbx {
        padding: 10px 0 10px 10px;
    }
    .Ny_mbx .NyMbx_main {
        max-width: inherit;
    }
}

@media (max-width: 767px) {
    .Ny_mbx {
        padding: 10px 0 10px 10px;
    }
    .Ny_mbx .NyMbx_main {
        max-width: inherit;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}


/*面包屑 结束*/


/*新闻资讯 开始*/

.Ny_news {}

.lyNyNew_Tj {
    width: 100%;
    overflow: hidden;
    margin: 50px auto;
    padding: 0;
    background-color: #f0f1f4;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyNyNew_Tj .lyNyNew_TjImg {
    width: 50%;
    height: 380px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyNyNew_Tj .lyNyNew_TjImg a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.lyNyNew_Tj .lyNyNew_TjImg 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;
}

.lyNyNew_Tj:hover .lyNyNew_TjImg a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.lyNyNew_Tj .lyNyNew_TjText {
    width: 50%;
    height: 380px;
    overflow: hidden;
    margin: 0;
    padding: 30px 40px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a {
    display: block;
    width: 100%;
    height: 64px;
    overflow: hidden;
    line-height: 36px;
    color: #333;
    font-size: 22px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a:hover {
    color: #e2001b;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(4, 0, 0, 0.1);
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p {
    width: 100%;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    color: rgba(4, 0, 0, 0.6);
    font-size: 15px;
    text-align: justify;
    text-indent: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime {
    width: 50%;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    margin: 0;
    padding: 0;
    float: left;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime span {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #040000;
    font-family: "PingFangRegular";
    font-size: 28px;
    margin: 0 auto;
    padding: 0;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime em {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #040000;
    font-family: "PingFangRegular";
    font-size: 16px;
    font-style: normal;
    margin: 0 auto;
    padding: 0;
}

.lyNyNew_Tj .lyNyNew_TjMore {
    width: 50%;
    height: auto;
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
    float: right;
}

.lyNyNew_Tj .lyNyNew_TjMore a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    float: right;
    background: url(../images/more1.png) center center no-repeat;
    background-size: 40px 10px;
}

.lyNyNew_Tj:hover .lyNyNew_TjMore a {
    background: url(../images/more3.png) center right no-repeat;
    background-size: 40px 10px;
}

.lyNyNew_list {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    padding: 50px 0;
    background: #f0f1f4 url(../images/bg_h_profl.jpg) right bottom no-repeat;
}

.lyNyNew_list ul {
    min-height: 320px;
}

.lyNyNew_list ul li {
    width: 31%;
    height: auto;
    margin: 0 3.5% 50px 0;
    padding: 20px 30px 30px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNyNew_list ul li:nth-child(3n+3) {
    margin: 0 0 50px;
}

.lyNyNew_list ul li:hover {
    background-color: #e2001b;
}

.lyNyNew_list ul li .lyNyNew_time {
    width: 50%;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    margin: 0;
    padding: 0;
    float: left;
}

.lyNyNew_list ul li .lyNyNew_time span {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #040000;
    font-family: "PingFangRegular";
    font-size: 28px;
    margin: 0 auto;
    padding: 0;
}

.lyNyNew_list ul li .lyNyNew_time em {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #040000;
    font-family: "PingFangRegular";
    font-size: 16px;
    font-style: normal;
    margin: 0 auto;
    padding: 0;
}

.lyNyNew_list ul li .lyNyNew_more {
    width: 50%;
    height: auto;
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
    float: right;
}

.lyNyNew_list ul li .lyNyNew_more a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    float: right;
    background: url(../images/more1.png) center center no-repeat;
    background-size: 40px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNyNew_list ul li:hover .lyNyNew_time span,
.lyNyNew_list ul li:hover .lyNyNew_time em {
    color: #fff;
}

.lyNyNew_list ul li:hover .lyNyNew_more a {
    background: url(../images/more2.png) center right no-repeat;
    background-size: 40px 10px;
    margin: 0 20px 0 0;
}

.lyNyNew_list ul li .lyNyNew_con {
    width: 100%;
    overflow: hidden;
    margin: 15px auto 0;
    padding: 10px 0 0;
    border-top: 1px solid #dfdfdf;
}

.lyNyNew_list ul li .lyNyNew_con a {
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    color: #040000;
    font-size: 18px;
    text-align: justify;
    text-indent: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto 10px;
    padding: 0;
}

.lyNyNew_list ul li .lyNyNew_con p {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    color: rgba(4, 0, 0, 0.6);
    font-size: 15px;
    text-align: justify;
    text-indent: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.lyNyNew_list ul li:hover .lyNyNew_con a {
    color: #fff;
    font-weight: bold;
}

.lyNyNew_list ul li:hover .lyNyNew_con p {
    color: #fff;
}

.ly_pg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.ly_pg a.pnnum1 {
    color: #fff;
    background-color: #e2001b;
    border: 1px solid #e2001b;
}

.ly_pg a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #666;
    font-size: 18px;
    margin: 0 2px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 2px;
    vertical-align: middle;
}

.ly_pg a.ly_prev {
    width: 20px;
    padding: 0 25px;
    background: #fff url(../images/prev1.png) center center no-repeat;
}

.ly_pg a.ly_next {
    width: 20px;
    padding: 0 25px;
    background: #fff url(../images/next1.png) center center no-repeat;
}

.ly_pg1 a {
    background-color: #eee;
}

.ly_pg1 a.pnnum1 {
    color: #fff;
    background-color: #e2001b;
    border: 1px solid #e2001b;
}

.ly_pg1 a.ly_prev {
    background: #eee url(../images/prev1.png) center center no-repeat;
}

.ly_pg1 a.ly_next {
    background: #eee url(../images/next1.png) center center no-repeat;
}

.ly_pg a:hover {
    color: #fff;
    background-color: #e2001b;
}

.ly_pg a.ly_prev:hover {
    background: #e2001b url(../images/prev2.png) center center no-repeat;
    ;
}

.ly_pg a.ly_next:hover {
    background: #e2001b url(../images/next2.png) center center no-repeat;
    ;
}

@media (max-width:1600px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a {
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        -webkit-line-clamp: 1;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime {
        margin: 8px auto;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
        margin: 0 auto 20px;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p {
        height: 56px;
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width:1079px) and (min-width:1024px) {
    .lyNyNew_Tj {
        margin: 40px auto;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a {
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        -webkit-line-clamp: 1;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime {
        margin: 8px auto;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
        margin: 0 auto 20px;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p {
        height: 56px;
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .lyNyNew_Tj {
        margin: 40px auto;
    }
    .lyNyNew_Tj .lyNyNew_TjImg,
    .lyNyNew_Tj .lyNyNew_TjText {
        width: 100%;
        height: auto;
    }
    .lyNyNew_Tj .lyNyNew_TjImg a {
        height: auto;
    }
    .lyNyNew_Tj .lyNyNew_TjImg a img {
        width: 100%;
        overflow: hidden;
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
    }
    .lyNyNew_Tj .lyNyNew_TjText {
        padding: 0 20px 20px;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a {
        max-height: 56px;
        line-height: 28px;
        font-size: 20px;
        -webkit-line-clamp: 2;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime {
        margin: 8px auto;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
        margin: 0 auto 20px;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p {
        height: auto;
        max-height: 84px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 767px) {
    .lyNyNew_Tj {
        margin: 20px auto;
    }
    .lyNyNew_Tj .lyNyNew_TjImg,
    .lyNyNew_Tj .lyNyNew_TjText {
        width: 100%;
        height: auto;
    }
    .lyNyNew_Tj .lyNyNew_TjImg a {
        height: 100%;
    }
    .lyNyNew_Tj .lyNyNew_TjImg a img {
        /* width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;*/
    }
    .lyNyNew_Tj .lyNyNew_TjText {
        padding: 0 20px 20px;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a {
        height: 52px;
        line-height: 26px;
        font-size: 18px;
        -webkit-line-clamp: 2;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime {
        height: auto;
        line-height: 24px;
        font-size: 14px;
        margin: 0 auto;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
        margin: 0 auto 20px;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p {
        height: auto;
        max-height: 72px;
        line-height: 24px;
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
    .lyNyNew_list ul li .lyNyNew_con p {
        height: 50px;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 320px) {
    .lyNyNew_Tj {
        margin: 12px auto;
    }
    .lyNyNew_Tj .lyNyNew_TjImg,
    .lyNyNew_Tj .lyNyNew_TjText {
        padding: 0;
    }
}


/*内页-新闻详情&文章详情 开始*/

.ly_NyNewsdetail {
    width: 100%;
    min-height: 480px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 40px;
    background: #f0f1f4 url(../images/bg_h_profl.jpg) right bottom no-repeat;
}

.ly_NyNewsdetail .w1500 {
    background-color: #fff;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_NyNewsdetail .NyNewsdetail_title {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #040000;
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.ly_NyNewsdetail .NyNewsdetail_tips {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 20px;
    color: #aaa;
    font-size: 15px;
    text-align: center;
    margin: 20px auto;
    padding: 0 0 10px;
    border-bottom: 1px solid #dfdfdf;
}

.ly_NyNewsdetail .NyNewsdetail_con {
    width: 100%;
    min-height: 240px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    text-align: justify;
}

.NyNewsdetail_con p,
.NyNewsdetail_con div {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    text-align: justify;
    text-indent: 0;
    margin: 0 auto;
    padding: 0;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
    color: #333!important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important;
    font-size: 15px!important;
}

.NyNewsdetail_con table tr td {
    padding: 0!important;
    box-sizing: border-box;
}

.NyNewsdetail_con table tr td p {
    text-indent: 0!important;
}

.NyNewsdetail_con img {
    display: inline-block;
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-indent: 0!important;
}

.NyNewsdetail_con {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    line-height: 30px!important;
    color: #555!important;
    font-size: 15px!important;
    margin: 0 auto;
    padding: 0;
}

.NyNewsdetail_con img,
.NyNewsdetail_con table,
.NyNewsdetail_con tr,
.NyNewsdetail_con td,
.NyNewsdetail_con p,
.NyNewsdetail_con span,
.NyNewsdetail_con div,
.NyNewsdetail_con video,
.NyNewsdetail_con embed {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    line-height: 30px!important;
    color: #555!important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important;
    font-size: 15px!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    margin: 0 !important;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
    line-height: 30px!important;
    color: #555!important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important;
    font-size: 15px!important;
}

.NyNewsdetail_con table tr td p {
    text-indent: 0!important;
}

.NyNewsdetail_con img {
    display: inline-block;
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    margin: 10px auto!important;
    padding: 0!important;
    text-indent: 0!important;
}

.NyNewsdetail_con table {
    overflow-x: scroll;
    overflow-y: inherit;
    width: 100%!important;
    line-height: 30px;
    margin: 0!important;
    /*border-left:1px solid #dfdfdfdf!important; border-top:1px solid #dfdfdfdf!important;*/
    color: #555!important;
    font-size: 15px!important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyNewsdetail_con table tr td {
    padding: 5px 0!important;
    word-break: break-all!important;
    /* border-right:1px solid #dfdfdfdf!important; border-bottom:1px solid #dfdfdfdf!important;*/
}

.NyNewsdetail_con table tr td p,
.NyNewsdetail_con table tr td p span,
.NyNewsdetail_con table tr td p em,
.NyNewsdetail_con table tr td p font {
    line-height: 30px;
    text-indent: 0!important;
    margin: 0!important;
    color: #555!important;
    font-size: 15px!important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
    word-break: break-all!important;
}

.NyNewsdetail_con table tr td br {
    display: none;
}

.ly_PrevNext {
    width: 80%;
    overflow: hidden;
    margin: 40px auto 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_PrevNext ul li {
    width: 50%;
    overflow: hidden;
    line-height: 40px;
    color: #040000;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 10px 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_PrevNext ul li:nth-child(2) {
    text-align: right;
}

.ly_PrevNext ul li img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    padding: 0;
}

.ly_PrevNext ul li a {
    overflow: hidden;
    line-height: 40px;
    color: #040000;
    font-size: 18px;
}

.ly_PrevNext ul li:hover,
.ly_PrevNext ul li:hover a {
    color: #e2001b;
}

.Ny_proshow .ly_PrevNext {
    margin: 40px auto;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .ly_NyNewsdetail {
        width: 90%;
    }
}

@media screen and (max-width:1079px) and (min-width:1024px) {
    .ly_NyNewsdetail {
        width: 96%;
        margin: 0 auto;
    }
    .ly_NyNewsdetail .NyNewsdetail_title,
    .ly_NyNewsdetail .NyNewsdetail_tips {
        margin: 0 auto 20px;
    }
    .ly_PrevNext {
        margin: 25px auto 0;
    }
    .Ny_proshow .ly_PrevNext {
        margin: 20px auto;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .ly_NyNewsdetail {
        width: 96%;
        margin: 0 auto;
    }
    .ly_NyNewsdetail .NyNewsdetail_title,
    .ly_NyNewsdetail .NyNewsdetail_tips {
        margin: 0 auto 20px;
    }
    .ly_PrevNext {
        margin: 20px auto 0;
    }
}

@media (max-width: 767px) {
    .ly_NyNewsdetail {
        width: 94%;
        margin: 0 auto;
    }
    .ly_NyNewsdetail .NyNewsdetail_title,
    .ly_NyNewsdetail .NyNewsdetail_tips {
        margin: 0 auto 20px;
    }
    .ly_NyNewsdetail .NyNewsdetail_title {
        line-height: 32px;
        font-size: 24px;
    }
    .ly_PrevNext {
        margin: 20px auto 0;
    }
    .ly_NyNewsdetail .NyNewsdetail_con {
        max-height: 9999999999999999px;
    }
    .NyNewsdetail_con div {
        max-height: 9999999999999999px;
        line-height: 28px;
        color: #565656;
        font-size: 14px;
        text-align: justify;
    }
    .NyNewsdetail_con p {
        width: 100%;
        overflow: hidden;
        line-height: 28px;
        color: #565656;
        font-size: 14px;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
    }
    .NyNewsdetail_con p span,
    .NyNewsdetail_con span,
    .NyNewsdetail_con p em,
    .NyNewsdetail_con em {
        color: #565656!important;
        font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important;
        font-size: 15px!important;
    }
}

@media (max-width: 320px) {
    .ly_NyNewsdetail .NyNewsdetail_title {
        line-height: 30px;
        font-size: 20px;
    }
}


/*内页-新闻详情&文章详情 结束*/


/*内页-产品中心 开始*/

.Ny_products {
    background: #fff url(../images/NyPro_bg.jpg) right bottom no-repeat;
}

.lyNyPro_menu {
    width: 100%;
    overflow: hidden;
    margin: 40px auto 0;
    padding: 0;
    text-align: center;
}

.lyNyPro_menu a {
    display: inline-block;
    line-height: 38px;
    color: #555;
    font-size: 15px;
    margin: 0 10px 10px;
    padding: 0 15px;
    border: 1px solid #aaa;
    border-radius: 2px;
}

.lyNyPro_menu a:hover,
.lyNyPro_menu a.lyNyProMenu_on {
    color: #fff;
    border: 1px solid #e2001b;
    background-color: #e2001b;
}

.lyNyPro_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 40px;
}

.lyNyPro_list ul {
    min-height: 320px;
}

.lyNyPro_list ul li {
    width: 31%;
    height: auto;
    margin: 0 3.5% 50px 0;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNyPro_list ul li:nth-child(3n+3) {
    margin: 0 0 50px;
}

.lyNyPro_list ul li i {
    display: block;
    width: 0;
    height: 4px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #e2001b;
    border-radius: 0 0 4px 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNyPro_list ul li:hover {
    box-shadow: 0 10px 20px rgba(226, 0, 27, 0.1);
}

.lyNyPro_list ul li:hover i {
    width: 100%;
}

.lyNyPro_list ul li .lyNyPro_img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.lyNyPro_list ul li .lyNyPro_img p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.lyNyPro_list ul li .lyNyPro_img p img {
    display: block;
    max-width: 100%;
    max-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;
}

.lyNyPro_list ul li:hover .lyNyPro_img p img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.lyNyPro_list ul li .lyNyPro_img span {
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNyPro_list ul li:hover .lyNyPro_img span {
    width: 100%;
    height: 100%;
}

.lyNyPro_list ul li .lyNyPro_img a {
    display: block;
    width: 82px;
    height: 82px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 -41px;
    padding: 0;
    background-color: #bbb;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -41px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNyPro_list ul li .lyNyPro_img a img {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 12px auto 4px;
    padding: 0;
}

.lyNyPro_list ul li:hover .lyNyPro_img a {
    margin: 0 0 -41px -41px;
    bottom: 50%;
    background-color: #e2001b;
}

.lyNyPro_list ul li .lyNyPro_text {
    width: 100%;
    overflow: hidden;
    margin: 60px auto 0;
    padding: 0;
}

.lyNyPro_list ul li .lyNyPro_text a {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #040000;
    font-size: 18px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
}

.lyNyPro_list ul li:hover .lyNyPro_text a {
    color: #e2001b
}

.lyNyPro_list ul li .lyNyPro_text p {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
}


/*内页-产品中心 结束*/


/*Ny_order 开始*/

.Ny_order {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0;
    background: #fafafa url(../images/order_bg.jpg) center bottom no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_order .NyOrder_tit {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #040000;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 40px;
    padding: 0;
}

.Ny_order .NyOrder_form {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.Ny_order .NyOrder_msg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyOrder_msg ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyOrder_msg ul li {
    width: 48%;
    height: auto;
    margin: 0 4% 20px 0!important;
    padding: 0;
    float: left;
    position: relative;
}

.NyOrder_msg ul li:nth-child(2n+2) {
    margin: 0 0 20px!important;
}

.NyOrder_msg ul li:nth-child(6) {
    margin: 0 0 -90px!important;
}

.NyOrder_msg ul li:nth-child(8) {
    margin: 0 auto!important;
    float: inherit;
}

.NyOrder_msg ul li h4 {
    width: 100%!important;
    height: 30px!important;
    overflow: hidden;
    line-height: 30px!important;
    margin: 0 auto 10px;
    padding: 0;
    color: #040000;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: normal;
}

.NyOrder_msg ul li h4 img {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.NyOrder_msg ul li h4 font {
    color: #f00;
    font-size: 14px;
}

.NyOrder_msg ul li .msg_ipt1,
.NyOrder_msg ul li .msg_tara {
    width: 100%;
    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;
}

.NyOrder_msg ul li .msg_ipt1,
.NyOrder_msg ul li .msg_tara {
    width: 100%!important;
}

.NyOrder_msg ul li .msg_ipt1,
.NyOrder_msg ul li .msg_ipt2 {
    height: 48px!important;
}

.msg_ipt1 input,
.msg_tara textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin: 0;
    padding: 9px 20px;
    color: #666;
    font-size: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.msg_tara textarea {
    height: 156px;
}

.msg_ipt12 input {
    height: 30px;
    line-height: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 9px 20px;
    color: #666;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input {
    height: 48px!important;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input,
.msg_tara textarea {
    font-size: 15px!important;
    background-color: #fff!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    border: none!important;
    outline: none!important;
    resize: none!important;
}

.NyOrder_msg ul li .msg_ipt2,
.msg_ipt2 input {
    width: 100%!important;
    padding: 9px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.NyOrder_msg ul li .msg_ipt2 {
    width: 120px;
    height: 34px;
    overflow: hidden;
    margin-right: 10px;
    padding: 0;
    float: left;
}

.NyOrder_msg ul li a.yzm_img {
    display: block;
    width: 120px;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.NyOrder_msg ul li a.yzm_img img {
    display: block;
    width: 100%!important;
    height: 100%!important;
}

.NyOrder_msg ul li span {
    display: none;
}

.NyOrder_msg ul li:last-child {
    margin: 30px auto 0!important;
    float: inherit;
}

.NyOrder_msg ul li .msg_btn {
    width: 100%!important;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.msg_btn input {
    display: block;
    width: 100px;
    height: 34px;
    overflow: hidden;
    line-height: 32px;
    margin: 0 15px 0 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #333;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
}

.msg_btn input {
    width: 48%!important;
    height: 60px!important;
    line-height: 60px!important;
    color: #fff!important;
    font-size: 18px!important;
    text-align: center!important;
    border-radius: 4px;
    border: none!important;
    background-color: #e2001b!important;
    cursor: pointer!important;
    margin: 0 4% 0 0!important;
}

.msg_btn input:last-child {
    background-color: #828689!important;
    margin: 0!important;
}

.msg_btn input:hover {
    background-color: #d92a22!important;
}

@media(max-width:1600px) {
    .Ny_order {
        padding: 50px 80px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .Ny_order {
        padding: 50px 80px;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    .Ny_order {
        padding: 50px 80px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .Ny_order {
        margin: 0 auto;
        padding: 40px;
    }
    .NyOrder_msg ul li {
        margin: 0 4% 20px 0!important;
    }
    .NyOrder_msg ul li:last-child {
        margin: 20px auto 0!important;
    }
}

@media screen and (min-width:1200px) and (max-width:1279px) {
    .Ny_order {
        margin: 0 auto;
        padding: 40px;
    }
    .NyOrder_msg ul li {
        margin: 0 4% 20px 0!important;
    }
    .NyOrder_msg ul li:last-child {
        margin: 20px auto 0!important;
    }
}

@media screen and (min-width:1080px) and (max-width:1199px) {
    .Ny_order {
        margin: 0 auto;
        padding: 40px;
    }
    .NyOrder_msg ul li {
        margin: 0 4% 20px 0!important;
    }
    .NyOrder_msg ul li:last-child {
        margin: 20px auto 0!important;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .Ny_order {
        margin: 0 auto;
        padding: 40px;
    }
    .NyOrder_msg ul li {
        margin: 0 4% 20px 0!important;
    }
    .NyOrder_msg ul li:last-child {
        margin: 20px auto 0!important;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .Ny_order {
        margin: 0 auto;
        padding: 40px;
    }
    .NyOrder_msg ul li {
        width: 100%;
        margin: 0 auto 20px!important;
    }
    .NyOrder_msg ul li:nth-child(2n+2) {
        margin: 0 auto 20px!important;
    }
    .NyOrder_msg ul li:last-child {
        margin: 20px auto 0!important;
    }
}

@media (max-width: 767px) {
    .Ny_order {
        margin: 0 auto;
        padding: 20px;
    }
    .NyOrder_msg ul li {
        width: 100%;
        margin: 0 auto 20px!important;
    }
    .NyOrder_msg ul li h4 {
        height: 24px!important;
        line-height: 24px!important;
        font-size: 14px;
    }
    .NyOrder_msg ul li:nth-child(2n+2) {
        margin: 0 auto 20px!important;
    }
    .NyOrder_msg ul li:last-child {
        margin: 20px auto 0!important;
    }
    .msg_btn input {
        height: 48px!important;
        line-height: 48px!important;
        font-size: 16px!important;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {
    .Ny_order {
        padding: 20px 10px;
    }
}


/*Ny_order 结束*/


/*Ny_patent 开始*/

.Ny_patent {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.Ny_patent .NyPatent_ms {
    width: 100%;
    overflow: hidden;
    margin: 50px auto 90px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Ny_patent .NyPatent_ms p {
    width: 100%;
    overflow: hidden;
    line-height: 32px;
    color: #555;
    font-size: 16px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.Ny_patent .NyPatent_main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 40px;
    background-color: #f0f1f4;
}

.Ny_patent .NyPatent_main ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 80px;
    padding: 0 0 0 40%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Ny_patent .NyPatent_main ul li:nth-child(2n+2) {
    padding: 0 40% 0 0;
}

.Ny_patent .NyPatent_main ul li .NyPatent_img {
    width: 47%;
    height: 360px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 9;
}

.Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_img {
    right: 0;
    bottom: -40px;
    left: inherit;
    top: inherit;
}

.Ny_patent .NyPatent_main ul li .NyPatent_img p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    border-radius: 0 40px;
}

.Ny_patent .NyPatent_main ul li .NyPatent_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.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.Ny_patent .NyPatent_main ul li .NyPatent_img:hover p img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.Ny_patent .NyPatent_main ul li .NyPatent_con {
    width: 100%;
    height: auto;
    min-height: 360px;
    overflow: hidden;
    margin: 0;
    padding: 40px 40px 40px 160px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con {
    padding: 40px 160px 40px 40px;
}

.NyPatent_con i {
    display: block;
    width: 100%;
    height: auto;
    line-height: 70px;
    color: #e2001b;
    font-size: 72px;
    font-weight: bold;
    font-style: italic;
    margin: 0 auto;
    padding: 0;
}

.NyPatent_con h5 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #040000;
    font-size: 24px;
    margin: 12px auto;
    padding: 0;
}

.NyPatent_con p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #555;
    font-size: 15px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.NyPatent_con p font {
    color: #e2001b;
}

.Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con i,
.Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con h5,
.Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con p {
    text-align: right;
}


/*Ny_patent 结束*/


/*Ny_contact 开始*/

.Ny_contact {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.Ny_contact .NyContact_main {
    width: 100%;
    overflow: hidden;
    margin: 50px auto;
    padding: 0;
}

.NyContact_main .NyContact_part1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
    border: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContact_part1 .NyContactP1_lxfs {
    width: 50%;
    overflow: hidden;
    margin: 0;
    padding: 40px;
    border-right: 1px solid #dfdfdf;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContactP1_lxfs h5 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #040000;
    font-size: 28px;
    margin: 0 auto;
    padding: 0;
}

.NyContactP1_lxfs span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
}

.NyContactP1_lxfs ul {
    margin: 24px auto;
}

.NyContactP1_lxfs ul li {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #040000;
    font-size: 18px;
    margin: 0 auto 20px;
    padding: 5px 0 5px 50px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContactP1_lxfs ul li img {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.NyContactP1_lxfs p {
    width: 100%;
    overflow: hidden;
    line-height: 36px;
    color: #040000;
    font-size: 22px;
    margin: 0 auto;
    padding: 0;
}

.NyContactP1_lxfs p font {
    display: block;
    color: #e2001b;
    font-size: 24px;
}

.NyContact_part1 .NyContactP1_ewm {
    width: 25%;
    height: 430px;
    overflow: hidden;
    margin: 0;
    padding: 90px 40px;
    border-right: 1px solid #dfdfdf;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContactP1_ewm img {
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
}

.NyContactP1_ewm p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #e2001b;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyContact_part1 .NyContactP1_zx {
    width: 25%;
    height: 430px;
    overflow: hidden;
    margin: 0;
    padding: 90px 40px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContactP1_zx img {
    display: block;
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
}

.NyContactP1_zx p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #e2001b;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0;
}

.NyContactP1_zx span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyContact_main .NyContact_part2 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

.NyContact_part2 ul li {
    width: 48.5%;
    overflow: hidden;
    margin: 0 3% 20px 0;
    padding: 0;
    float: left;
}

.NyContact_part2 ul li:nth-child(2n+2) {
    margin: 0 0 20px;
}

.NyContact_part2 ul li .NyContactP2_l {
    display: table;
    width: 50%;
    height: 120px;
    overflow: hidden;
    margin: 0;
    padding: 10px 40px;
    background-color: #e2001b;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContact_part2 ul li .NyContactP2_l i {
    display: block;
    width: 125px;
    height: 80px;
    overflow: hidden;
    margin: -40px 0 0;
    padding: 0;
    background: url(../images/lxfsicon6.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -40px;
}

.NyContact_part2 ul li .NyContactP2_l div {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.NyContact_part2 ul li .NyContactP2_l div p {
    display: -webkit-box;
    width: 100%;
    max-height: 84px;
    overflow: hidden;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.NyContact_part2 ul li .NyContactP2_l div p b {
    font-size: 18px;
}

.NyContact_part2 ul li .NyContactP2_r {
    width: 50%;
    height: 120px;
    overflow: hidden;
    margin: 0;
    padding: 19px 39px 19px 40px;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyContact_part2 ul li .NyContactP2_r p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
}

.NyContact_part2 ul li .NyContactP2_r p font {
    color: #e2001b;
}

.NyContact_part2 ul li .NyContactP2_r p img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px 10px 10px 0;
    padding: 0;
    float: left;
}

.NyContact_main .NyContact_map {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 39px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyContact_map .NyContactMap_main {
    width: 100%;
    height: 520px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyContact_msg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #f7f7f7;
}

.NyContact_msg .NyContactMsg_tit {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

.NyContactMsg_tit h6 {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #040000;
    font-size: 28px;
    margin: 0 auto 20px;
    padding: 0;
}

.NyContactMsg_tit p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
}

.NyContactMsg_tit p font {
    color: #e2001b;
}

.NyContact_msg ul {
    width: 48.5%;
    margin: 0 3% 0 0;
    float: left;
}

.NyContact_msg ul:nth-child(2) {
    margin: 0;
}

.NyContact_msg ul li {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
}

.NyContact_msg ul li .msgIpt1,
.NyContact_msg ul li .msgIpt2,
.NyContact_msg ul li .msgTara {
    width: 100%;
    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;
}

.msgIpt1 input,
.msgIpt2 input,
.msgTara textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin: 0;
    padding: 9px 20px;
    color: #666;
    font-size: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.msgTara textarea {
    height: 184px;
}

.msgIpt1 input {
    height: 30px;
    line-height: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 9px 20px;
    color: #666;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.msgIpt1 input,
.msgIpt2 input {
    height: 48px!important;
}

.msgIpt1 input,
.msgIpt2 input,
.msgTara textarea {
    font-size: 15px!important;
    background-color: #fff!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    border: none!important;
    outline: none!important;
    resize: none!important;
}

.NyContact_msg ul li a.yzm_img {
    display: block;
    width: 140px;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 40px;
}

.NyContact_msg ul li a.yzm_img img {
    display: block;
    width: 100%!important;
    height: 100%!important;
}

.NyContact_msg .msgBtn {
    width: 40%!important;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0;
}

.msgBtn input {
    width: 46%!important;
    height: 60px!important;
    line-height: 60px!important;
    color: #fff!important;
    font-size: 18px!important;
    text-align: center!important;
    border-radius: 4px;
    border: none!important;
    background-color: #e2001b!important;
    cursor: pointer!important;
    margin: 0 8% 0 0!important;
}

.msgBtn input:last-child {
    background-color: #828689!important;
    margin: 0!important;
}

.msgBtn input:hover {
    background-color: #d92a22!important;
}

.NyContact_msg ul li i {
    display: block;
    width: 40px;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    color: #e2001b;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}


/*Ny_contact 结束*/


/*Ny_job 开始*/

.Ny_job {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0 40px;
    background: #ecedf1 url(../images/bg_h_profl.jpg) right bottom no-repeat;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_job .NyJob_top {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyJob_top .NyJobTop_tit {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 60px;
    padding: 0;
}

.NyJobTop_tit h5 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #040000;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyJobTop_tit i {
    display: block;
    width: 60px;
    height: 3px;
    overflow: hidden;
    margin: 15px auto;
    padding: 0;
    background-color: #e2001b;
}

.NyJobTop_tit p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #555;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.NyJob_top ul li {
    width: 25%;
    overflow: hidden;
    margin: 0;
    padding: 0 40px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyJob_top ul li .NyJobUl_main {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyJob_top ul li .NyJobUl_main i {
    display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #e2001b;
    border-radius: 50%;
    position: absolute;
}

.NyJob_top ul li .NyJobUl_1 i {
    top: 0;
    right: 0;
}

.NyJob_top ul li .NyJobUl_2 i {
    bottom: 0;
    right: 0;
}

.NyJob_top ul li .NyJobUl_main .NyJobUl_con {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    position: relative;
}

.NyJob_top ul li .NyJobUl_main .NyJobUl_con img.NyJob_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;
}

.NyJob_top ul li:hover .NyJobUl_main .NyJobUl_con img.NyJob_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.NyJob_top ul li .NyJobUl_main .NyJobUl_con .NyJobUl_text {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 40px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyJobUl_text img.NyJob_ico {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

.NyJobUl_text span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.1);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
}

.NyJobUl_text h6 {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: -20px auto 10px;
    padding: 0;
}

.NyJobUl_text p {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.lyNyJob_list {
    width: 100%;
    height: auto;
    margin: 60px auto 0;
    padding: 0;
}

.lyNyJob_list ul {
    margin: 0 auto 40px;
}

.lyNyJob_list ul li {
    width: 100%;
    height: auto;
    min-height: 120px;
    margin: 0 auto 20px;
    padding: 0;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNyJob_list ul li:hover {
    background-color: #272a2f;
}

.lyNyJob_list ul li i.lyNyJob_line {
    width: 0;
    height: 4px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #e2001b;
    position: absolute;
    top: -4px;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lyNyJob_list ul li:hover i.lyNyJob_line {
    width: 100%;
}

.lyNyJob_list ul li .NyJob_con1 {
    width: 100%;
    min-height: 120px;
    margin: 0 auto;
    padding: 0;
}

.lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left {
    width: 20%;
    height: auto;
    margin: 0;
    padding: 40px;
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #040000;
    font-size: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
}

.lyNyJob_list ul li:hover .NyJob_con1 .NyJobCon1_left p {
    color: #fff;
}

.lyNyJob_list ul li a.NyJob_btn {
    cursor: pointer;
    display: block;
    width: 120px;
    height: 48px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 36px;
    right: 40px;
    z-index: 99;
    background: #f0f1f4 url(../images/down0.png) center center no-repeat;
}

.lyNyJob_list ul li:hover a.NyJob_btn {
    background: #e2001b url(../images/down01.png) center center no-repeat;
}

.lyNyJob_list ul li a.cur,
.lyNyJob_list ul li:hover a.cur {
    background: #e2001b url(../images/up01.png) center center no-repeat;
}

.lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right {
    width: 80%;
    min-height: 80px;
    margin: 0;
    padding: 20px 160px 20px 40px;
    border-left: 1px solid #eaeaea;
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right dl dd {
    width: 32%;
    overflow: hidden;
    line-height: 40px;
    color: #555;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 2% 0 0;
    padding: 0;
    float: left;
}

.lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right dl dd:nth-child(3n+3) {
    margin: 0;
}

.lyNyJob_list ul li:hover .NyJob_con1 .NyJobCon1_right dl dd {
    color: #fff;
}

.lyNyJob_list ul li .NyJob_con2 {
    display: none;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyJob_con2 .NyJobCon2_tit {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #040000;
    font-size: 18px;
    margin: 0 auto 5px;
    padding: 0;
}

.NyJob_con2 p {
    line-height: 30px;
    color: #666;
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
}

.NyJob_con2 .more {
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: 40px;
    overflow: hidden;
    background-color: #e2001b;
    border-radius: 0 20px 0 0;
}

.NyJob_con2 .more em {
    display: inline-block;
    vertical-align: middle;
}

.NyJob_con2 .more:after {
    content: '\00bb';
    transition: 0.5s;
    font-size: 30px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
}

.NyJob_con2 .more:hover:after {
    margin-left: 6px;
    font-size: 30px;
}

.NyJob_email {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #040000;
    font-size: 16px;
    margin: 40px auto 0;
    padding: 0;
}

.NyJob_email font {
    color: #e2001b;
    font-size: 24px;
}


/*Ny_job 结束*/


/*Ny_proshow 开始*/

.NyProShow_top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NyProShow_top .NyProShowTop_fl {
    width: 44%;
    height: 400px;
    margin: 0;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProShow_top .NyProShowTop_fl .ProShow_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

.NyProShow_top .NyProShowTop_fl .ProShow_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.NyProShow_top .NyProShowTop_fr {
    width: 53%;
    height: 400px;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_tab {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul {
    display: block;
    width: 100%;
    overflow: hidden;
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul li {
    display: block;
    width: 23.5%;
    height: 100px;
    overflow: hidden;
    margin: 0 2% 0 0;
    padding: 5px;
    border: 1px solid #dfdfdf;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul li:nth-child(4) {
    margin: 0;
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul li:hover,
.NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul li.proActive {
    border: 1px solid #e2001b;
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul li p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul li p img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_text {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_text h1 {
    width: 100%;
    height: auto;
    min-height: 36px;
    overflow: hidden;
    line-height: 36px;
    color: #040000;
    font-size: 28px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_text dl {
    margin: 25px auto 0;
    padding: 25px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.NyProShow_top .NyProShowTop_fr .NyProShowTop_text dl dd {
    width: 100%;
    height: auto;
    min-height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #555;
    font-size: 18px;
    word-break: break-all;
    margin: 0 auto 10px;
    padding: 0 0 0 30px;
    background: url(../images/xs_ico1.png) 0 4px no-repeat;
    background-size: 18px 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_proshow {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: #f0f1f4 url(../images/bg_h_profl.jpg) right bottom no-repeat;
}

.Ny_proshow .NyProshow_con {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 40px 0;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Ny_proshow .NyProshow_con .NyProshow_confl {
    width: 60%;
    overflow: hidden;
    margin: 0;
    padding: 0 80px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProshow_confl ul {
    justify-content: center;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 auto 40px;
}

.NyProshow_confl ul li {
    display: inline-block;
    flex: 1;
    position: relative;
}

.NyProshow_confl ul li i {
    display: block;
    width: 1px;
    height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 29px;
    right: 0;
}

.NyProshow_confl ul li a {
    display: block;
    height: 80px;
    line-height: 80px;
    color: #040000;
    font-size: 22px;
    text-align: center;
    float: left;
    padding: 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.NyProshow_confl ul li a span {
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    vertical-align: middle;
    margin: -2px 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.NyProshow_confl ul li a em {
    display: block;
    width: 0;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #d62620;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.NyProshow_confl ul li a:hover,
.NyProshow_confl ul li.cur a {
    transition: all 0.5s ease;
    color: #d62620;
}

.NyProshow_confl ul li a:hover em,
.NyProshow_confl ul li.cur a em {
    width: 100%;
}

.NyProshow_text {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    line-height: 30px;
    color: #555;
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
}

.NyProshow_text img,
.NyProshow_text table,
.NyProshow_text tr,
.NyProshow_text td,
.NyProshow_text p,
.NyProshow_text span,
.NyProshow_text div,
.NyProshow_text video,
.NyProshow_text embed {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    line-height: 30px!important;
    color: #555!important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important;
    font-size: 15px!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    margin: 0 !important;
}

.NyProshow_text p span,
.NyProshow_text span,
.NyProshow_text p em,
.NyProshow_text em {
    line-height: 30px!important;
    color: #555!important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important;
    font-size: 15px!important;
}

.NyProshow_text table tr td p {
    text-indent: 0!important;
}

.NyProshow_text img {
    display: inline-block;
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    margin: 10px auto!important;
    padding: 0!important;
    text-indent: 0!important;
}

.NyProshow_text table {
    overflow-x: scroll;
    overflow-y: inherit;
    width: 100%!important;
    line-height: 30px;
    margin: 0!important;
    /*border-left:1px solid #dfdfdfdf!important; border-top:1px solid #dfdfdfdf!important;*/
    color: #555!important;
    font-size: 15px!important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProshow_text table tr td {
    padding: 5px 0!important;
    word-break: break-all!important;
    /*border-right:1px solid #dfdfdfdf!important; border-bottom:1px solid #dfdfdfdf!important;*/
}

.NyProshow_text table tr td p,
.NyProshow_text table tr td p span,
.NyProshow_text table tr td p em,
.NyProshow_text table tr td p font {
    line-height: 30px;
    text-indent: 0!important;
    margin: 0!important;
    color: #555!important;
    font-size: 15px!important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
    word-break: break-all!important;
}

.NyProshow_text table tr td br {
    display: none;
}

.Ny_proshow .NyProshow_con .NyProshow_confr {
    width: 40%;
    overflow: hidden;
    margin: 20px 0 0;
    padding: 0 80px;
    border-left: 1px solid #dfdfdf;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.NyProshow_confr .NyProshow_xgcp {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
}

.NyProshow_confr .NyProshow_xgcp span {
    display: inline-block;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    background-color: #e2001b;
    border-radius: 0 30px 0 0;
    margin: 0;
    padding: 0 40px 0 20px;
}

.NyProshow_confr .NyProshow_xgcp span img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
}

.NyProshow_confr ul {
    min-height: 240px;
}

.NyProshow_confr ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyProshow_confr ul li i {
    display: block;
    width: 0;
    height: 4px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #e2001b;
    border-radius: 0 0 4px 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyProshow_confr ul li:hover {
    box-shadow: 0 10px 20px rgba(226, 0, 27, 0.1);
}

.NyProshow_confr ul li:hover i {
    width: 100%;
}

.NyProshow_confr ul li .lyNyPro_img {
    width: 100%;
    height: 270px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyProshow_confr ul li .lyNyPro_img p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.NyProshow_confr ul li .lyNyPro_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.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyProshow_confr ul li:hover .lyNyPro_img p img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.NyProshow_confr ul li .lyNyPro_img span {
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyProshow_confr ul li:hover .lyNyPro_img span {
    width: 100%;
    height: 100%;
}

.NyProshow_confr ul li .lyNyPro_img a {
    display: block;
    width: 82px;
    height: 82px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 -41px;
    padding: 0;
    background-color: #bbb;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -41px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NyProshow_confr ul li .lyNyPro_img a img {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 12px auto 4px;
    padding: 0;
}

.NyProshow_confr ul li:hover .lyNyPro_img a {
    margin: 0 0 -41px -41px;
    bottom: 50%;
    background-color: #e2001b;
}

.NyProshow_confr ul li .lyNyPro_text {
    width: 100%;
    overflow: hidden;
    margin: 60px auto 0;
    padding: 0;
}

.NyProshow_confr ul li .lyNyPro_text a {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #040000;
    font-size: 18px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
}

.NyProshow_confr ul li:hover .lyNyPro_text a {
    color: #e2001b
}

.NyProshow_confr ul li .lyNyPro_text p {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
}


/*Ny_proshow 结束*/

@media (max-width:1680px) {
    .NyJob_top ul li {
        padding: 0 20px;
    }
    .NyJob_top ul li .NyJobUl_main {
        width: 296px;
        height: 296px;
    }
    .NyJob_top ul li .NyJobUl_main .NyJobUl_con .NyJobUl_text {
        padding: 40px;
    }
}

@media (max-width:1600px) {
    .ly_PrevNext {
        width: 90%;
    }
    .pub_subnav1 .w1500 {
        padding: 40px;
    }
    .NyProShow_top .NyProShowTop_fl {
        padding: 20px;
    }
    .NyProShow_top .NyProShowTop_fr {}
    .Ny_proshow .NyProshow_con .NyProshow_confl {
        width: 64%;
        padding: 0 40px;
    }
    .Ny_proshow .NyProshow_con .NyProshow_confr {
        width: 36%;
        padding: 0 40px;
    }
}

@media (max-width:1440px) {
    .lyNyNew_Tj .lyNyNew_TjImg,
    .lyNyNew_Tj .lyNyNew_TjText {
        height: 340px;
    }
    .lyNyNew_Tj .lyNyNew_TjText {
        padding: 20px 30px;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
        margin: 0 auto 20px;
    }
    .lyNyNew_list ul li {
        padding: 20px;
    }
    .ly_NyNewsdetail .w1500 {
        padding: 60px;
    }
    .NyProShow_top .NyProShowTop_fl {
        height: 400px;
    }
    .NyProShow_top .NyProShowTop_fr {
        height: 400px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text dl {
        margin: 30px auto 0;
        padding: 30px 0 0;
    }
    .NyProshow_confr .NyProshow_xgcp {
        margin: 0 auto 20px;
    }
    .NyProshow_confr ul li {
        margin: 0 auto 20px;
    }
    .NyJob_top ul li .NyJobUl_main {
        width: 284px;
        height: 284px;
    }
    .NyJob_top ul li .NyJobUl_main i {
        width: 140px;
        height: 140px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left {
        width: 24%;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right {
        width: 76%;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left p {
        font-size: 22px;
    }
}

@media (max-width:1366px) {
    .NyProShow_top .NyProShowTop_fl {
        height: 360px;
    }
    .NyProShow_top .NyProShowTop_fr {
        height: 360px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text h1 {
        min-height: 32px;
        line-height: 32px;
        font-size: 24px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text dl {
        margin: 20px auto 0;
        padding: 20px 0 0;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text dl dd {
        font-size: 16px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul li {
        height: 84px;
    }
    .NyProshow_confr .NyProshow_xgcp {
        margin: 0 auto 20px;
    }
    .NyProshow_confr ul li {
        margin: 0 auto 20px;
    }
    .NyProshow_confl ul li a,
    .NyProshow_confr .NyProshow_xgcp span {
        font-size: 20px;
    }
    .NyJob_top ul li .NyJobUl_main {
        width: 265px;
        height: 265px;
    }
    .NyJob_top ul li .NyJobUl_main .NyJobUl_con .NyJobUl_text {
        padding: 30px;
    }
    .NyJobUl_text img.NyJob_ico {
        margin: 0 auto 10px;
    }
}

@media (max-width:1300px) {
    .lyNyPro_list ul li .lyNyPro_img {
        height: 240px;
    }
    .lyNyNew_Tj .lyNyNew_TjImg,
    .lyNyNew_Tj .lyNyNew_TjText {
        height: 320px;
    }
    .lyNyNew_Tj .lyNyNew_TjText {
        padding: 20px 30px;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
        margin: 0 auto 20px;
        padding: 20px 0;
    }
    .NyOrder_msg ul li:nth-child(7) {}
    .Ny_order .NyOrder_tit {
        margin: 0 auto 40px;
    }
    .NyOrder_msg ul li h4 {
        font-size: 16px;
    }
    .Ny_patent .NyPatent_ms {
        margin: 40px auto 80px;
    }
    .Ny_patent .NyPatent_main ul li {
        margin: 0 auto 40px;
    }
    .Ny_patent .NyPatent_main ul li .NyPatent_con {
        padding: 40px 40px 40px 120px;
    }
    .Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con {
        padding: 40px 120px 40px 40px;
    }
    .Ny_contact .NyContact_main {
        margin: 40px auto;
    }
    .NyContact_msg {
        padding: 40px 0;
    }
    .NyContact_main .NyContact_map {
        padding: 20px;
    }
    .NyContact_map .NyContactMap_main {
        height: 440px;
    }
    .NyContact_part2 ul li .NyContactP2_l {
        padding: 40px 20px;
    }
    .NyContact_part2 ul li .NyContactP2_l p {
        line-height: 24px;
    }
    .NyContact_part2 ul li .NyContactP2_r {
        padding: 19px 19px 19px 20px;
    }
    .NyContact_part1 .NyContactP1_lxfs {
        padding: 40px 20px;
    }
    .NyContact_part1 .NyContactP1_ewm {
        padding: 60px 20px;
    }
    .NyContact_part1 .NyContactP1_zx {
        padding: 60px 20px;
    }
    .ly_NyNewsdetail .w1500 {
        padding: 40px;
    }
    .pub_subnav1 .w1500 {
        margin: 0 auto -80px;
    }
    .Ny_proshow {
        padding: 80px 0 0;
    }
    .NyJob_top ul li {
        padding: 0 10px;
    }
    .NyJob_top ul li .NyJobUl_main {
        width: 248px;
        height: 248px;
    }
    .NyJob_top ul li .NyJobUl_main .NyJobUl_con .NyJobUl_text {
        padding: 20px;
    }
    .NyJobUl_text img.NyJob_ico {
        margin: 0 auto 5px;
    }
    .NyJob_top ul li .NyJobUl_main i {
        width: 120px;
        height: 120px;
    }
}

@media (max-width:1200px) {
    .NyContact_part1 .NyContactP1_lxfs {
        padding: 25px 20px;
    }
    .NyContactP1_lxfs h5 {
        line-height: 32px;
        font-size: 24px;
    }
    .NyContactP1_lxfs ul {
        margin: 20px auto;
    }
    .NyContactP1_lxfs p {
        font-size: 20px;
    }
    .NyContact_part1 .NyContactP1_ewm {
        height: auto;
        padding: 51px 20px;
    }
    .NyContact_part1 .NyContactP1_zx {
        height: auto;
        padding: 51px 20px;
    }
    .ly_NyNewsdetail {
        padding: 0 0 20px;
    }
    .ly_PrevNext {
        margin: 20px auto 0;
    }
    .pub_subnav1 .w1500 {
        margin: 0 auto -100px;
    }
    .Ny_proshow {
        padding: 100px 0 0;
    }
    .NyProshow_confr ul li {
        padding: 15px;
    }
    .NyProshow_confr ul li .lyNyPro_img {
        height: 200px;
    }
    .Ny_job {
        padding: 40px 0;
    }
    .NyJob_top .NyJobTop_tit {
        margin: 0 auto 40px;
    }
    .NyJob_top ul li {
        padding: 0 10px;
    }
    .NyJob_top ul li .NyJobUl_main {
        width: 230px;
        height: 230px;
    }
    .NyJob_top ul li .NyJobUl_main .NyJobUl_con .NyJobUl_text {
        padding: 20px;
    }
    .NyJobUl_text img.NyJob_ico {
        width: 70px;
        height: 70px;
        margin: 0 auto 5px;
    }
    .NyJob_top ul li .NyJobUl_main i {
        width: 120px;
        height: 120px;
    }
    .NyJobUl_text h6 {
        font-size: 22px;
        margin: -20px auto 5px;
    }
    .NyJobUl_text span {
        font-size: 28px;
    }
    .lyNyJob_list {
        margin: 40px auto 0;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left {
        padding: 40px 20px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right {
        padding: 20px 120px 20px 20px;
    }
    .lyNyJob_list ul li a.NyJob_btn {
        width: 100px;
        right: 20px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left p {
        font-size: 20px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right dl dd {
        font-size: 15px;
    }
    .lyNyJob_list ul li .NyJob_con2 {
        padding: 20px;
    }
    .NyJob_con2 .more {
        margin-top: 20px;
    }
}

@media (max-width:1080px) {
    .lyNyPro_list ul li .lyNyPro_img {
        height: 180px;
    }
    .lyNyNew_Tj .lyNyNew_TjImg,
    .lyNyNew_Tj .lyNyNew_TjText {
        height: 250px;
    }
    .lyNyNew_Tj .lyNyNew_TjText {
        padding: 20px 30px;
    }
    .lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
        margin: 0 auto 15px;
        padding: 15px 0;
    }
    .lyNyNew_list {
        padding: 40px 0;
    }
    .lyNyNew_list ul li {
        margin: 0 3.5% 35px 0;
    }
    .lyNyNew_list ul li:nth-child(3n+3) {
        margin: 0 0 35px;
    }
    .lyNyNew_list ul li .lyNyNew_con {
        margin: 15px auto 0;
        padding: 15px 0 0;
    }
    .lyNyNew_list ul li .lyNyNew_con a {
        margin: 0 auto 10px;
    }
    .Ny_patent .NyPatent_ms {
        margin: 40px auto 80px;
    }
    .Ny_patent .NyPatent_main ul li {
        margin: 0 auto 40px;
    }
    .Ny_patent .NyPatent_main ul li .NyPatent_con {
        min-height: 300px;
        padding: 20px 20px 20px 100px;
    }
    .Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con {
        padding: 20px 100px 20px 20px;
    }
    .NyPatent_con i {
        line-height: 60px;
        font-size: 60px;
    }
    .Ny_patent .NyPatent_main ul li .NyPatent_img {
        height: 300px;
    }
    .NyContact_part1 .NyContactP1_lxfs {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #dfdfdf;
    }
    .NyContact_part1 .NyContactP1_ewm {
        width: 50%;
    }
    .NyContact_part1 .NyContactP1_zx {
        width: 50%;
    }
    .NyContact_part2 ul li .NyContactP2_l p {
        font-size: 16px;
    }
    .NyContact_part2 ul li,
    .NyContact_part2 ul li:nth-child(2n+2) {
        width: 100%;
        margin: 0 auto 20px;
    }
    .NyContact_map .NyContactMap_main {
        height: 360px;
    }
    .NyContact_msg .msgBtn {
        width: 60%!important;
    }
    .ly_NyNewsdetail {
        width: 100%;
    }
    .pub_subnav1 .w1500 {
        margin: 0 auto -80px;
    }
    .Ny_proshow {
        padding: 80px 0 0;
    }
    .NyProShow_top .NyProShowTop_fl,
    .NyProShow_top .NyProShowTop_fr {
        height: 300px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul li {
        height: 72px;
        padding: 5px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text dl dd {
        margin: 0 auto 5px;
        line-height: 24px;
        background: url(../images/xs_ico1.png) 0 2px no-repeat;
    }
    .lyNyJob_list ul li {
        min-height: 100px;
    }
    .NyJob_top ul li .NyJobUl_main {
        width: 202px;
        height: 202px;
    }
    .NyJobUl_text img.NyJob_ico {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
    .NyJobUl_text p {
        line-height: 22px;
        font-size: 14px;
    }
    .NyJob_top ul li .NyJobUl_main i {
        width: 100px;
        height: 100px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left p {
        font-size: 18px;
    }
    .NyJob_con2 .more {
        width: 160px;
    }
    .lyNyJob_list ul li a.NyJob_btn {
        height: 40px;
        top: 40px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left {
        padding: 20px;
    }
    .lyNyJob_list ul li .NyJob_con1 {
        min-height: 100px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left {
        padding: 30px 20px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right {
        padding: 10px 120px 10px 20px;
    }
    .lyNyJob_list ul li a.NyJob_btn {
        top: 30px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text h1 {
        min-height: 30px;
        line-height: 30px;
        font-size: 22px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text dl {
        margin: 15px auto 0;
        padding: 15px 0 0;
    }
}

@media (max-width:1024px) {
    .Ny_patent .NyPatent_main ul li .NyPatent_con {
        min-height: 280px;
        padding: 20px 20px 20px 100px;
    }
    .Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con {
        padding: 20px 100px 20px 20px;
    }
    .NyPatent_con i {
        line-height: 50px;
        font-size: 48px;
    }
    .NyPatent_con h5 {
        margin: 5px auto;
    }
    .Ny_patent .NyPatent_main ul li .NyPatent_img {
        height: 280px;
    }
    .NyContact_part1 .NyContactP1_ewm {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #dfdfdf;
    }
    .NyContact_part1 .NyContactP1_zx {
        width: 100%;
    }
    .pub_subnav1 .w1500 {
        margin: 0 auto -60px;
    }
    .Ny_proshow {
        padding: 60px 0 0;
    }
    .NyProshow_confr ul li .lyNyPro_img {
        height: 140px;
    }
    .NyProshow_confl ul li a,
    .NyProshow_confr .NyProshow_xgcp span {
        font-size: 18px;
    }
    .NyProshow_confr ul li .lyNyPro_text a {
        font-size: 16px;
    }
    .NyProshow_confr ul li .lyNyPro_text p {
        font-size: 14px;
    }
    .Ny_mbx .NyMbx_main {
        padding: 0 20px 0 50px;
    }
    .NyMbx_main img {
        left: 0;
    }
    .NyJob_top ul li {
        width: 50%;
        margin: 0 0 40px;
    }
    .NyJob_top ul li .NyJobUl_main i {
        width: 160px;
        height: 160px;
    }
    .NyJob_top ul li .NyJobUl_main {
        width: 320px;
        height: 320px;
    }
    .lyNyJob_list {
        margin: 0 auto;
    }
    .NyJob_top ul li .NyJobUl_main .NyJobUl_con .NyJobUl_text {
        padding: 50px 40px;
    }
    .NyJobUl_text img.NyJob_ico {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
    }
    .NyJobUl_text h6 {
        font-size: 24px;
        margin: -20px auto 10px;
    }
    .NyJobUl_text p {
        line-height: 25px;
        font-size: 15px;
    }
    .NyJob_con2 .NyJobCon2_tit {
        line-height: 30px;
        font-size: 16px;
    }
    .NyJob_con2 p {
        font-size: 14px;
        line-height: 28px;
    }
    .NyJob_con2 .more {
        height: 44px;
        line-height: 44px;
    }
}

@media (max-width:1023px) {
    .lyNyPro_menu a {
        margin: 0 5px 10px;
    }
    .lyNyPro_list ul li {
        padding: 10px;
        margin: 0 3.5% 30px 0;
    }
    .lyNyPro_list ul li:nth-child(3n+3) {
        margin: 0 0 30px;
    }
    .lyNyPro_list ul li .lyNyPro_text a {
        font-size: 16px;
    }
    .lyNyPro_list ul li .lyNyPro_img {
        height: 140px;
    }
    .lyNyNew_Tj .lyNyNew_TjImg,
    .lyNyNew_Tj .lyNyNew_TjText {
        height: 400px;
    }
    .lyNyNew_list ul li {
        width: 48%;
        margin: 0 4% 30px 0;
    }
    .lyNyNew_list ul li:nth-child(3n+3) {
        margin: 0 4% 30px 0;
    }
    .lyNyNew_list ul li:nth-child(2n+2) {
        margin: 0 0 30px;
    }
    .Ny_patent .NyPatent_ms {
        margin: 40px auto;
        padding: 0;
    }
    .Ny_patent .NyPatent_main {
        padding: 40px 0 0;
    }
    .Ny_patent .NyPatent_main ul li {
        padding: 0;
    }
    .Ny_patent .NyPatent_main ul li .NyPatent_img,
    .Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_img {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
    }
    .Ny_patent .NyPatent_main ul li .NyPatent_con {
        min-height: 280px;
        padding: 20px;
    }
    .Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con {
        padding: 20px;
    }
    .Ny_patent .NyPatent_main ul li:nth-child(2n+2) {
        padding: 0;
    }
    .Ny_patent .NyPatent_main ul li .NyPatent_img p {
        border-radius: 0;
    }
    .Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con i,
    .Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con h5,
    .Ny_patent .NyPatent_main ul li:nth-child(2n+2) .NyPatent_con p {
        text-align: left;
    }
    .Ny_patent .NyPatent_main ul li .NyPatent_img {
        height: 320px;
    }
    .ly_NyNewsdetail {
        padding: 0 0 10px;
    }
    .ly_NyNewsdetail .w1500 {
        padding: 20px;
    }
    .ly_NyNewsdetail .NyNewsdetail_title {
        font-size: 24px;
    }
    .ly_PrevNext ul li,
    .ly_PrevNext ul li a {
        font-size: 15px;
    }
    .ly_PrevNext ul li img {
        margin: -2px 4px 0 0;
    }
    .ly_PrevNext {
        margin: 10px auto 0;
    }
    .pub_subnav1 .w1500 {
        margin: 0 auto -520px;
    }
    .Ny_proshow {
        padding: 520px 0 0;
    }
    .NyProShow_top .NyProShowTop_fl,
    .NyProShow_top .NyProShowTop_fr {
        width: 100%;
        margin: 0 auto;
    }
    .NyProShow_top .NyProShowTop_fl {
        height: 400px;
        margin: 0 auto 20px;
        padding: 20px;
    }
    .NyProShow_top .NyProShowTop_fr {
        height: auto;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text h1 {
        font-size: 24px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_tab {
        position: inherit;
        bottom: inherit;
        margin: 0 auto 20px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text dl dd {
        margin: 10px auto 0;
    }
    .Ny_proshow .NyProshow_con .NyProshow_confl {
        width: 100%;
        margin: 0 auto;
        float: inherit;
    }
    .Ny_proshow .NyProshow_con .NyProshow_confr {
        width: 100%;
        margin: 20px auto 0;
        float: inherit;
        border: 0;
    }
    .NyProshow_confr ul li {
        width: 48%;
        margin: 0 4% 20px 0;
        float: left;
    }
    .NyProshow_confr ul li:nth-child(2n+2) {
        margin: 0 0 20px;
    }
    .NyProshow_confr ul li .lyNyPro_img {
        height: 180px;
    }
    .Ny_proshow .ly_PrevNext {
        margin: 10px auto;
    }
    .Ny_proshow .NyProshow_con {
        padding: 0 0 20px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul li {
        height: 90px;
    }
    .NyJob_top ul li {
        width: 50%;
        margin: 0 0 40px;
    }
    .NyJob_top ul li .NyJobUl_main i {
        width: 160px;
        height: 160px;
    }
    .NyJob_top ul li .NyJobUl_main {
        width: 300px;
        height: 300px;
    }
    .lyNyJob_list {
        margin: 0 auto;
    }
    .NyJob_top ul li .NyJobUl_main .NyJobUl_con .NyJobUl_text {
        padding: 40px;
    }
    .NyJobUl_text img.NyJob_ico {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
    }
    .NyJobUl_text h6 {
        font-size: 24px;
        margin: -20px auto 10px;
    }
    .NyJobUl_text p {
        line-height: 25px;
        font-size: 15px;
    }
    .NyJob_con2 .NyJobCon2_tit {
        line-height: 30px;
        font-size: 16px;
    }
    .NyJob_con2 p {
        font-size: 14px;
        line-height: 28px;
    }
    .NyJob_con2 .more {
        height: 44px;
        line-height: 44px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right dl dd {
        width: 100%;
        line-height: 30px;
        font-size: 14px;
        margin: 0 auto;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right dl dd:nth-child(3n+3) {
        margin: 0 auto;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right dl dd:nth-child(2n+2) {
        margin: 0 auto;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left p {
        height: auto;
        max-height: 90px;
        line-height: 30px;
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: inherit;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left {
        width: 40%;
        padding: 20px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right {
        width: 60%;
    }
    .NyProshow_text {
        width: 100%;
        min-height: 200px;
        overflow: hidden;
        line-height: 22px;
        color: #555;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
    }
    .NyProshow_text img,
    .NyProshow_text table,
    .NyProshow_text tr,
    .NyProshow_text td,
    .NyProshow_text p,
    .NyProshow_text span,
    .NyProshow_text div,
    .NyProshow_text video,
    .NyProshow_text embed {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100%;
        line-height: 22px;
        color: #555;
        font-size: 14px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        white-space: normal;
        word-break: break-all;
        margin: 0 !important;
    }
    .NyProshow_text p span,
    .NyProshow_text span,
    .NyProshow_text p em,
    .NyProshow_text em {
        line-height: 22px!important;
        color: #555!important;
        font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important;
        font-size: 14px!important;
    }
    .NyProshow_text table tr td p {
        text-indent: 0!important;
    }
    .NyProshow_text img {
        display: inline-block;
        width: auto!important;
        height: auto!important;
        max-width: 100%!important;
        margin: 10px auto!important;
        padding: 0!important;
        text-indent: 0!important;
    }
    .NyProshow_text table {
        overflow-x: scroll;
        overflow-y: inherit;
        width: 100%!important;
        line-height: 22px;
        margin: 0!important;
        /*border-left:1px solid #dfdfdfdf!important; border-top:1px solid #dfdfdfdf!important;*/
        color: #555!important;
        font-size: 14px!important;
        font-family: Arial, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .NyProshow_text table tr td {
        padding: 5px 0!important;
        word-break: break-all!important;
        /*border-right:1px solid #dfdfdfdf!important; border-bottom:1px solid #dfdfdfdf!important;*/
    }
    .NyProshow_text table tr td p,
    .NyProshow_text table tr td p span,
    .NyProshow_text table tr td p em,
    .NyProshow_text table tr td p font {
        line-height: 22px;
        text-indent: 0!important;
        margin: 0!important;
        color: #555!important;
        font-size: 14px!important;
        font-family: Arial, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
        word-break: break-all!important;
    }
    .NyProshow_text table tr td br {
        display: none;
    }
}

@media (max-width: 767px) {
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text h1 {
        font-size: 22px;
        line-height: 32px;
        min-height: 32px;
    }
    .lyNyPro_list {
        padding: 10px 0 20px;
    }
    .lyNyPro_menu {
        margin: 20px auto 0;
    }
    .lyNyPro_menu a {
        margin: 0 2px 10px;
        padding: 0 5px;
        line-height: 34px;
        font-size: 14px;
    }
    .lyNyPro_list ul li {
        width: 100%;
        margin: 0 auto 20px;
    }
    .lyNyPro_list ul li:nth-child(3n+3) {
        margin: 0 auto 20px;
    }
    .lyNyPro_list ul li .lyNyPro_img {
        height: 240px;
    }
    .lyNyNew_Tj .lyNyNew_TjImg {
        height: 240px;
    }
    .lyNyNew_Tj .lyNyNew_TjText {
        height: auto;
        padding: 20px;
    }
    .lyNyNew_list {
        padding: 20px 0;
    }
    .lyNyNew_list ul li {
        width: 100%;
        margin: 0 auto 20px;
    }
    .lyNyNew_list ul li:nth-child(3n+3) {
        margin: 0 auto 20px;
    }
    .lyNyNew_list ul li:nth-child(2n+2) {
        margin: 0 auto 20px;
    }
    .Ny_order .NyOrder_tit {
        font-size: 24px;
        margin: 0 auto 20px;
    }
    .NyOrder_msg ul li:nth-child(7) {
        margin: 0!important;
    }
    .Ny_patent .NyPatent_ms {
        margin: 20px auto;
        padding: 0;
    }
    .Ny_patent .NyPatent_main {
        padding: 20px 0 0;
    }
    .Ny_patent .NyPatent_main ul li {
        margin: 0 auto 20px;
    }
    .Ny_patent .NyPatent_main ul li .NyPatent_img {
        height: 200px;
    }
    .NyContact_part1 .NyContactP1_ewm,
    .NyContact_part1 .NyContactP1_zx {
        padding: 40px 20px;
    }
    .NyContact_part2 ul li .NyContactP2_l {
        width: 100%;
        height: auto;
    }
    .NyContact_part2 ul li .NyContactP2_l p {
        font-size: 14px;
    }
    .NyContact_part2 ul li .NyContactP2_r {
        width: 100%;
        height: auto;
        border-top: 0;
        border-left: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }
    .NyContact_part2 ul li .NyContactP2_r {
        padding: 19px 9px 19px 10px;
    }
    .NyContact_main .NyContact_map {
        padding: 10px;
    }
    .NyContact_map .NyContactMap_main {
        height: 240px;
    }
    .NyContact_part1 .NyContactP1_lxfs {
        padding: 20px;
    }
    .NyContactP1_lxfs ul {
        margin: 10px auto;
    }
    .NyContactP1_lxfs ul li {
        line-height: 25px;
        font-size: 15px;
        margin: 0 auto 10px;
        padding: 10px 0 10px 50px;
    }
    .NyContactP1_lxfs p {
        font-size: 16px;
    }
    .NyContact_part1 .NyContactP1_ewm,
    .NyContact_part1 .NyContactP1_zx {
        padding: 20px;
    }
    .NyContact_part1 .NyContactP1_ewm {
        border: 0;
    }
    .NyContact_part1 .NyContactP1_zx {
        display: none;
    }
    .NyContact_msg .NyContactMsg_tit {
        margin: 0 auto 20px;
    }
    .NyContact_msg ul {
        width: 100%;
        margin: 0 auto;
    }
    .NyContact_msg .msgBtn {
        width: 100%!important;
        margin: 0 auto;
    }
    .msgBtn input {
        height: 48px!important;
        line-height: 48px!important;
        font-size: 16px!important;
    }
    .ly_pg a {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }
    .ly_pg a.ly_prev,
    .ly_pg a.ly_next {
        padding: 0 15px;
    }
    .ly_NyNewsdetail .NyNewsdetail_title {
        font-size: 22px;
    }
    .ly_NyNewsdetail .NyNewsdetail_tips {
        font-size: 14px;
    }
    .ly_PrevNext ul li {
        width: 100%;
        float: inherit;
        padding: 0;
    }
    .ly_PrevNext ul li:nth-child(2) {
        text-align: left;
    }
    .NyMbx_main p {
        font-size: 14px;
    }
    .pub_subnav1 .w1500 {
        padding: 20px;
    }
    .NyProShow_top .NyProShowTop_fl {
        padding: 10px;
        height: 260px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_tab ul li {
        height: 60px;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text dl {
        margin: 10px auto 0;
        padding: 10px 0 0;
    }
    .NyProShow_top .NyProShowTop_fr .NyProShowTop_text dl dd {
        font-size: 14px;
        line-height: 24px;
        min-height: 24px;
        background: url(../images/xs_ico1.png) 0 2px no-repeat;
        background-size: 16px 16px;
        padding: 0 0 0 24px;
    }
    .Ny_proshow .NyProshow_con .NyProshow_confl {
        padding: 0 20px;
    }
    .NyProshow_confl ul {
        margin: 0 auto 20px;
    }
    .NyProshow_confl ul li a {
        height: 70px;
        line-height: 70px;
    }
    .NyProshow_confl ul li i {
        top: 16px;
    }
    .Ny_proshow .NyProshow_con .NyProshow_confr {
        padding: 0 20px;
    }
    .NyProshow_confl ul li a,
    .NyProshow_confr .NyProshow_xgcp span {
        height: 52px;
        line-height: 52px;
        padding: 0 18px 0 8px;
        border-radius: 0 20px 0 0;
    }
    .NyProshow_confr ul li {
        width: 100%;
        margin: 0 auto 20px;
        float: inherit;
    }
    .NyProshow_confr ul li:nth-child(2n+2) {
        margin: 0 auto 20px;
    }
    .NyProshow_confr ul li .lyNyPro_img {
        height: 200px;
    }
    .Ny_proshow .NyProshow_con {
        padding: 0;
    }
    .pub_subnav1 .w1500 {
        margin: 0 auto -360px;
    }
    .Ny_proshow {
        padding: 360px 0 0;
    }
    .Ny_mbx .NyMbx_main {
        padding: 0 0 0 40px;
    }
    .NyMbx_main img {
        left: 0;
    }
    .Ny_proshow .ly_PrevNext {
        margin: 10px auto;
    }
    .NyProshow_confl ul li a,
    .NyProshow_confr .NyProshow_xgcp span {
        font-size: 17px;
    }
    .Ny_mbx .NyMbx_main {
        min-height: 32px;
        line-height: 32px;
    }
    .NyMbx_main img {
        width: 32px;
        height: 32px;
    }
    .NyMbx_main p {
        min-height: 22px;
        line-height: 22px;
    }
    .f_pf1 a.qqa,
    .f_pf1 .wxa {
        display: none;
    }
    .Ny_job {
        padding: 40px 0 20px;
    }
    .NyJob_top ul li {
        width: 100%;
        margin: 0 auto 40px;
    }
    .NyJob_top ul li .NyJobUl_main i {
        width: 160px;
        height: 160px;
    }
    .NyJob_top ul li .NyJobUl_main {
        width: 300px;
        height: 300px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left {
        width: 100%;
        padding: 10px 100px 10px 20px;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_left p {
        max-height: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        -webkit-line-clamp: 1;
    }
    .lyNyJob_list ul li .NyJob_con1 .NyJobCon1_right {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #dfdfdf;
        padding: 20px;
    }
    .lyNyJob_list ul {
        margin: 0 auto 20px;
    }
    .lyNyJob_list ul li a.NyJob_btn {
        width: 60px;
        top: 20px;
    }
    .f_pf1 .tela .wz {
        display: none!important;
    }
}

@media (max-width: 375px) {
    .ly_pg a {
        display: none;
    }
    .ly_pg a.ly_prev {
        display: block;
        padding: 0 25px;
        float: left;
    }
    .ly_pg a.ly_next {
        display: block;
        padding: 0 25px;
        float: right;
    }
    .lyNyNew_Tj .lyNyNew_TjImg {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .NyProshow_confl ul li a {
        font-size: 16px;
    }
    .NyJob_top ul li .NyJobUl_main {
        width: 260px;
        height: 260px;
    }
    .NyJobUl_text img.NyJob_ico {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
    }
    .NyJob_top ul li .NyJobUl_main i {
        width: 120px;
        height: 120px;
    }
}