    body,
    ul,
    ol,
    li,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    fieldset,
    table,
    td,
    img,
    div {
        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box;
    }
    
    body {
        background: #fff;
        color: #333;
font-family: 'syhtN';
    }
    
    ul,
    ol,
    li {
        list-style-type: none;
    }
    
    select,
    input,
    img,
    select {
        vertical-align: middle;
        box-sizing: border-box;
    }
    
    a {
        text-decoration: none;
        color: #333333;
    }
    
    dl,
    dt,
    dd {
        margin: 0;
    }
    
    ul {
        zoom: 1;
    }
    
    ul:after {
        display: block;
        content: '';
        clear: both;
    }
    
    .clearfix a {
        transition-duration: 0.5s;
    }
    
    .clearfix a:hover {
        color: #c18520 !important;
    }
    
    @media (-webkit-device-pixel-ratio: 1.25) {
        html,
        body {
            zoom: 0.8;
        }
		  .ifr-height {
        height: 600px !important;
    }
    .ne-about {
    padding: 35px 0 30px 0 !important;
}

    }
    
    @media (-webkit-device-pixel-ratio: 1.5) {
        html,
        body {
            zoom: 0.8;
        }
    }
    
    @media (-webkit-device-pixel-ratio: 1.75) {
        html,
        body {
            zoom: 0.8;
        }
    }
    
    @media (-webkit-device-pixel-ratio: 2) {
        html,
        body {
            zoom: 0.8;
        }
    }
    
    .ne-top {
        position: fixed;
        background: #FFFFFF !important;
    }
    
    .ne-top a {
        color: #333 !important;
    }
    
    .ne-top .img2 {
        display: block !important;
    }
    
    .ne-top .img1 {
        display: none !important;
    }
    
    .w1400 {
        width: 1400px;
        margin: 0 auto;
    }
    
    .ne-banner {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .about-top-banner {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        height: 100vh;
    }
    
    .about-top-banner img {
        display: block;
        width: 100%;
        animation: changeScale 1 2.5s;
    }
    
    .ne-banner img {
        display: block;
        width: 100%;
        animation: changeScale 1 2.5s;
    }
    
    .ne-title {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .ne-title h3 {
        font-size: 34px;
        color: #FFFFFF;
        text-shadow: 0 3px 8px #333333;
        margin-bottom: 20px;
        animation: fadeInDown 1 1.5s;
        position: relative;
    }
    
    .ne-title h3:before {
        display: block;
        content: '';
        width: 50px;
        height: 6px;
        background: #FFFFFF;
        box-shadow: 0 3px 8px #666666;
        position: absolute;
        bottom: -12px;
        left: 0;
    }
    
    .ne-title h4 {
        font-size: 24px;
        color: #FFFFFF;
        text-shadow: 0 3px 8px #666666;
        animation: fadeInDown 1 1.5s;
        font-weight: normal;
    }
    
    .ne-content {
        padding: 130px 0;
        background: #FFFFFF;
    }
    
    .lxwm-box {
        display: flex;
    }
    
    .lxwm-map {
        width: 62%;
    }
    
    .lxwm-add {
        width: 38%;
        background: #c18520;
        padding: 120px 50px 80px;
    }
    
    .lxwm-add h3 {
        font-size: 26px;
        color: #FFFFFF;
        font-weight: normal;
        margin-bottom: 60px;
    }
    
    .lxwm-add p {
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 15px;
    }
    
    .new-content {
        padding: 80px 0;
    }
    
    .news-top {
        display: flex;
        margin-bottom: 60px;
    }
    
    .news-topLeft {
        width: 59.7%;
        margin-right: 1.5%;
        overflow: hidden;
        position: relative;
    }
    
    .news-topLeft img {
        display: block;
        width: 100%;
        transition-duration: 0.5s;
    }
    
    .news-topLeft:hover img {
        transform: scale(1.1);
    }
    
    .news-topTitle {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 60px 20px 10px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    }
    
    .news-topTitle span {
        font-size: 18px;
        color: #ffffff;
font-family: 'syhtN';
        font-weight: bold;
    }
    
    .news-topTitle h3 {
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .news-topRight {
        width: 38.8%;
    }
    
    .news-topRight li {
        margin-bottom: 23px;
    }
    
    .news-topRight li:last-child {
        margin-bottom: 0;
    }
    
    .news-topRight li a {
        display: flex;
    }
    
    .news-topRight-img {
        width: 47%;
        overflow: hidden;
    }
    
    .news-topRight-img img {
        display: block;
        width: 100%;
        transition-duration: 0.5s;
    }
    
    .news-topRight li:hover .news-topRight-img img {
        transform: scale(1.1);
    }
    
    .news-topRight-nr {
        width: 53%;
        background: #f6f6f6;
        padding: 20px 10px 0;
        transition-duration: 0.5s;
    }
    
    .news-topRight-nr h4 {
        font-size: 18px;
        color: #000011;
        font-weight: bold;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition-duration: 0.3s;
    }
    
    .news-topRight-nr p {
        font-size: 16px;
        color: #999999;
        line-height: 1.6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        transition-duration: 0.5s;
    }
    
    .news-topRight-nr img {
        margin-top: 10px;
        transition-duration: 0.5s;
    }
    
    .news-topRight li:hover .news-topRight-nr h4 {
        color: #c18520;
    }
    
    .news-topRight li:hover .news-topRight-nr p {
        color: #c18520;
    }
    
    .news-topRight li:hover .news-topRight-nr img {
        margin-left: 5px;
    }
    
    .news-bottomList li {
        margin-bottom: 35px;
    }
    
    .news-bottomList li a {
        display: flex;
    }
    
    .news-bottom-fl {
        width: 31%;
        overflow: hidden;
    }
    
    .news-bottom-fl img {
        display: block;
        width: 100%;
        transition-duration: 0.5s;
    }
    
    .news-bottom-fr {
        width: 69%;
        background: #f6f6f6;
        padding: 40px 0 30px;
        display: flex;
        transition-duration: 0.5s;
    }
    
    .news-bottom-nr {
        width: 85.2%;
        border-right: 1px solid #e5e5e5;
        padding: 20px 60px 0 45px;
        transition-duration: 0.5s;
    }
    
    .news-bottom-nr h3 {
        font-size: 24px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition-duration: 0.3s;
        transition-duration: 0.5s;
    }
    
    .news-bottom-nr p {
        font-size: 16px;
        color: #444444;
        line-height: 1.6;
        transition-duration: 0.5s;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    
    .news-bottom-date {
        width: 14.8%;
        text-align: center;
        padding-top: 20px;
    }
    
    .news-bottom-date span:nth-child(1) {
        display: block;
        font-size: 60px;
        color: #333f47;
        font-weight: bold;
      font-family: 'syhtN';
        transition-duration: 0.5s;
    }
    
    .news-bottom-date span:nth-child(2) {
        display: block;
        font-size: 16px;
        color: #111111;
        font-weight: normal;
        transition-duration: 0.5s;
    }
    
    .news-bottomList li:hover .news-bottom-fl img {
        transform: scale(1.1);
    }
    
    .news-bottomList li:hover .news-bottom-fr {
        background: #c18520;
    }
    
    .news-bottomList li:hover .news-bottom-nr {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
    
    .news-bottomList li:hover .news-bottom-nr h3 {
        color: #FFFFFF;
    }
    
    .news-bottomList li:hover .news-bottom-nr p {
        color: #FFFFFF;
    }
    
    .news-bottomList li:hover .news-bottom-date span:nth-child(1) {
        color: #FFFFFF;
    }
    
    .news-bottomList li:hover .news-bottom-date span:nth-child(2) {
        color: #FFFFFF;
    }
    
    .jianT {
        width: 100%;
        text-align: center;
    }
    
    .jianT li {
        background: #fff;
        border: 1px solid #ddd;
        line-height: 34px;
        height: 36px;
        min-width: 46px;
        display: inline-block;
        margin: 0 6px;
        padding: 0 10px;
    }
    
    .jianT li:nth-child(1) {
        width: 54px;
    }
    
    .jianT li:nth-last-child(1) {
        width: 54px;
    }
    
    .jianT li a {
        font-size: 14px;
        color: #474747;
        display: block
    }
    
    .jianT li a:hover {
        text-decoration: none;
        background: #c18520;
        color: #fff;
    }
    
    .jianT li .on {
        background: #c18520;
        color: #fff;
        display: block;
    }
    
    .new-nr-ti {
        text-align: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .new-nr-ti h1 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    
    .new-nr-zi {
        font-size: 16px;
        line-height: 2;
    }
    .new-nr-zi video{width:100%;}
    /*2022 2-27 */
    
    .ne-about {
        margin: 0 auto;
    }
    
    .ne-about .bit {
        font-size: 48px;
        font-weight: normal;
        text-align: left;
    }
    
    .ne-about .neir {
        font-size: 20px;
        line-height: 36px;
        width: 42%;
        text-align: left;
        margin: 35px 0;
    }
    
    .ne-about .bit1 {
        font-size: 32px;
        font-weight: normal;
        position: relative;
        text-align: center;
        margin-bottom: 77px;
        padding-bottom: 5px;
    }
    
    .ne-about .bit1:after {
        position: absolute;
        width: 6%;
        height: 3px;
        bottom: 0;
        left: 47%;
        content: "";
        background: #c18520;
    }
    
    .ne-about .bit2 {
        font-size: 42px;
        font-weight: normal;
        position: relative;
        text-align: center;
        margin-bottom: 0px;
        padding-bottom: 5px;
    }
    
    .ne-about .bit2:after {
        position: absolute;
        width: 6%;
        height: 3px;
        bottom: 0;
        left: 47%;
        content: "";
        background: #c18520;
    }
    
    .ne-about .neir1 {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
        margin-bottom: 120px;
        color: #000000;
    }
    
    .qyyj-box {
        width: 100%;
        position: relative;
        height: 100%
    }
    
    .qyyj-box ul {
        height: 100%;
    }
    
    .qyyj-box li {
        width: 25%;
        float: left;
        list-style: none;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        height: 100%;
    }
    
    .qyyj-box li .dw {
        width: 100%;
        position: absolute;
        text-align: center;
        padding-top: 45px;
        padding-bottom: 130px;
        bottom: 0;
        left: 0;
        color: #c18520;
        transition-duration: .5s;
    }
    
    .qyyj-box li img {
        height: 100%;
    }
    
    .qyyj-box li:hover .dw {
        background: #c18520;
        color: #fff;
        padding-bottom: 80px;
    }
    
    .qyyj-box li .dw .icon {
        height: 70px;
    }
    
    .ibox-business .ibox-T {
        height: 100%;
    }
    
    .qyyj-box li:nth-child(1) .icon {
        background: url(../images/qywh-icon1.png)no-repeat top center;
        transition-duration: 1s;
    }
    
    .qyyj-box li:nth-child(1):hover .icon {
        background: url(../images/qywh-icon1-1.png)no-repeat top center;
    }
    
    .qyyj-box li:nth-child(2) .icon {
        background: url(../images/qywh-icon2.png)no-repeat top center;
        transition-duration: 1s;
    }
    
    .qyyj-box li:nth-child(2):hover .icon {
        background: url(../images/qywh-icon2-1.png)no-repeat top center;
    }
    
    .qyyj-box li:nth-child(3) .icon {
        background: url(../images/qywh-icon3.png)no-repeat top center;
        transition-duration: 1s;
    }
    
    .qyyj-box li:nth-child(3):hover .icon {
        background: url(../images/qywh-icon3-1.png)no-repeat top center;
    }
    
    .qyyj-box li:nth-child(4) .icon {
        background: url(../images/qywh-icon4.png)no-repeat top center;
        transition-duration: 1s;
    }
    
    .qyyj-box li:nth-child(4):hover .icon {
        background: url(../images/qywh-icon4-1.png)no-repeat top center;
    }
    
    .qyyj-box li .dw h1 {
        line-height: 60px;
        font-size: 24px;
    }
    
    .qyyj-box li .dw .neir {
        line-height: 36px;
        font-size: 18px;
        display: none;
        width: 70%;
        margin: 0 auto;
    }
    
    .qyyj-box li:hover .dw .neir {
        display: block;
    }
    
    .qyyj-box li img {
        display: block;
        width: 100%;
    }
    
    .hr-left {
        width: 43.2%;
        float: left;
    }
    
    .hr-left h1 {
        font-weight: normal;
        line-height: 80px;
        margin-bottom: 65px;
        font-size: 48px;
        color: #c18520;
    }
    
    .hr-left .neir {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    
    .hr-left .neir span {
        display: inline-block;
        font-size: 24px;
        color: #111111;
        margin-bottom: 30px;
    }
    
    .hr-right {
        width: 40.357%;
        float: right;
    }
    
    .hr-right img {
        border-radius: 100%;
        display: block;
        width: 100%;
    }
    
    .ygsh .bit1 {
        font-size: 42px;
        font-weight: normal;
        position: relative;
        text-align: left;
        padding-bottom: 5px;
        margin-top: 50px;
        float: left;
    }
    
    .ygsh .bit1:after {
        position: absolute;
        width: 70px;
        height: 3px;
        bottom: 0;
        left: 0;
        content: "";
        background: #c18520;
    }
    
    .Menubox01 {
        position: relative;
        float: right;
        width: 460px;
        margin-top: 70px;
    }
    
    .Menubox01 li {
        width: 48%;
        margin-left: 2%;
        background: #ffffff;
        cursor: pointer;
        height: 44px;
        line-height: 44px;
        font-size: 20px;
        color: #fff;
        position: relative;
        border-radius: 50px;
        color: #000000;
        text-align: center;
        float: left;
    }
    
    .Menubox01 li.hover {
        background: #c18520;
        color: #fff;
    }
    
    .CbContainer01 {
        position: relative;
    }
    
    .Contentbox01 {
        clear: both;
        width: 100%;
        min-height: 196px;
    }
    
    .ne-nav {
        background: #fff;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
    }
    
    .ne-nav a {
        color: #333333;
    display: inline-block;
    margin: 0 13px;
    padding: 5px 0px;
    line-height: 70px;
    font-size: 20px;
    position: relative;
    transition-duration: 1s;
    cursor: pointer;
    }
    
    .ne-nav a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background: #c18520;
        left: 50%;
        transform: translate(-50%);
        transition-duration: .5s;
        bottom: -2px;
    }
    
    .ne-nav a:hover:before {
        width: 80%;
    }
    
    .ne-nav .ts {
        border-bottom: 2px solid #c18520;
        color: #333;
    }
    
    .zs-ti h1 {
        font-size: 40px;
        position: relative;
        z-index: 2;
        line-height: 60px;
        color: #111111;
    }
    
    .zs-ti p {
        font-size: 48px;
        line-height: 48px;
        text-transform: uppercase;
        color: #e6e6e6;
        font-weight: bold;
        position: relative;
        top: -15px;
        z-index: 1;
    }
    
    .zs-ti {
        margin-bottom: 15px;
        position: relative;
    }
    
    .zs-ti:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 4px;
        background: #c18520;
        content: "";
    }
    
    .case-box {
        width: 100%;
        padding: 55px 0 30px 0;
    }
    
    .case-box dl {
        width: 32%;
        float: left;
        margin: 0 2% 65px 0;
        cursor: pointer;
    }
    
    .case-box dl dt {
        width: 100%;
        overflow: hidden;
        background: #000;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
      .case-box dl dt .dw{position: absolute; width: 57px; height: 57px; background:url(../images/video.png) no-repeat;}
    
    .case-box dl dt img {
        display: block;
        transition-duration: 1s;
		width:100%;
		height: 270px;
    }
    
    .case-box dl:hover dt img {
        transform: scale(1.1, 1.1);
        opacity: 0.7;
    }
    
    .case-box dl:nth-child(3n) {
        margin-right: 0;
    }
    
    .case-box dl dd {
        width: 100%;
        background: #fff;
        height: 100px;
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        text-align: center;
        line-height: 100px;
        transition-duration: .5s;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    
    .case-box dl:hover dd {
        background: #c18520;
        color: #fff;
    }
    
    .clear {
        clear: both;
    }
    
    .zycf {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 245px 0 185px 0;
        background: url(../images/zycf-banner.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    
    .zycf .bit {
        text-align: center;
        line-height: 104px;
        font-size: 48px;
        color: #333333;
        font-weight: bold;
    }
    
    .zycf .bit span {
        color: #c18520;
        font-size: 60px;
        display: inline-block;
    }
    
    .zycf .bit span sup {
        font-weight: normal;
    }
    
    .zycf .big {
        position: absolute;
        left: 0;
        top: 0;
        width: 110%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        transition-duration: 1s;
        animation: rtol 1s linear;
        background: url(../images/zycf-banner.jpg) no-repeat;
    }
    
    .about-list {
        padding: 50px 5% 60px 5%;
    }
    
    .about-list dl {
        width: 20%;
        float: left;
        text-align: center;
        cursor: pointer;
    }
    
    .about-list dl dd {
        text-align: center;
    }
    
    .about-list dl dd .p1 {
        color: #c18520;
        font-size: 24px;
    }
    
    .about-list dl dd .p1 span {
        display: inline-block;
        font-size: 48px;
        line-height: 48px;
        font-weight: bold;
		position:relative;
    }
	 .about-list dl:nth-child(3) dd .p1 span:after,.about-list dl:nth-child(5) dd .p1 span:after{   display: block;
    content: '+';
    font-size: 24px;
    color: #c18520;
    position: absolute;
    right: -20px;
    top: -15px;}
	
    
    .about-list dl dd .p2 {
        font-size: 20px;
        color: #333333;
    }
    
    .about-list dl:hover dt img {
        transform: scale(1.1);
    }
    
    .zycf-an {
        display: table;
        margin: 0 auto;
        line-height: 68px;
        text-align: center;
        color: #fff;
        background: #b70005;
        border-radius: 8px;
        font-size: 22px;
        padding: 0 30px;
        cursor: pointer;
        position: relative;
        top: 0;
        transition-duration: 0.5s;
        animation: fadeInDown 1 1.5s;
    }
    
    .zycf-an:hover {
        top: -5px;
        box-shadow: 0 5px 10px #929292;
    }
    
    .zy-video {
        padding: 25px 0;
    }
    
    .zy-h1 {
        text-align: center;
        line-height: 124px;
        font-size: 36px;
        color: #333333;
        font-weight: bold;
    }
    
    .zy-h1 span {
        color: #c18520;
    }
    
    .jjfa {
        width: 100%;
        position: relative;
        background: #f2f2f2;
    }
    
    .jjfa .left {
        width: 50%;
        float: left;
        padding: 185px 90px 0 40px;
    }
    
    .jjfa .left li {
        width: 23%;
        float: left;
        margin-right: 2%;
        list-style: none;
        margin-bottom: 40px;
        border-radius: 8px;
        background: #c18520;
        color: #fff;
        line-height: 30px;
        font-size: 20px;
        height: 140px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .jjfa .left li:nth-child(2n) {
        background: #dcdcdc;
        color: #000000;
    }
    
    .jjfa .left li:nth-child(4n) {
        margin-right: 0;
    }
    
    .jjfa .right {
        width: 50%;
        position: relative;
        background: #d31924;
        color: #fff;
        padding: 30px 30px 50px 50px;
        float: right;
    }
    
    .jjfa .right .vs {
        position: absolute;
        width: 140px;
        height: 124px;
        left: -85px;
        top: 40%;
    }
    
    .jjfa .right .b1 {
        line-height: 54px;
        font-size: 30px;
    }
    
    .fa-list {
        width: 100%;
        padding: 22px 0 24px 0;
    }
    
    .fa-list li {
        float: left;
        width: 18%;
        text-align: center;
        color: #fff;
    }
    
    .fa-list li:nth-child(1),
    .fa-list li:nth-child(2) {
        width: 23%;
    }
    
    .fa-list li .p1 {
        font-size: 30px;
        line-height: 50px;
    }
    
    .fa-list li .p2 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .chose {
        padding: 60px 0 105px 0;
    }
    
    .chose-box {
        padding-top: 50px;
        width: 100%;
    }
    
    .chose-box li {
        width: 12%;
        float: left;
        border-radius: 8px;
        color: #fff;
        background: #c18520;
        text-align: center;
        padding-top: 30px;
        height: 200px;
        margin-right: 2.66%;
        position: relative;
        top: 0;
        transition-duration: .5s;
        cursor: pointer;
    }
    
    .chose-box li:last-child {
        margin-right: 0;
    }
    
    .chose-box li .pic {
        height: 66px;
        transition-duration: 1s
    }
    
    .chose-box li .pic img {
        display: inline-block;
    }
    
    .chose-box li .neir {
        font-size: 24px;
        line-height: 30px;
    }
    
    .chose-box li:hover .pic {
        moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    
    .chose-box li:hover {
        top: -5px;
        box-shadow: 0 5px 10px #929292;
    }
    
    .wyfw {
        width: 100%;
        padding: 40px 0 60px 0;
        background: #f2f2f2;
    }
    
    .wyfw-box {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }
    
    .wyfw-box dl {
        width: 16.7%;
        display: inline-block;
        margin-right: 3.854%;
        position: relative;
        margin-bottom: 40px;
    }
    
    .wyfw-box dl:hover dt img {
        transform: scale(1.1);
    }
    
    .wyfw-box dl:after {
        position: absolute;
        content: "";
        width: 49px;
        height: 67px;
        background: url(../images/r-jt.png) no-repeat;
        right: -65px;
        top: 40%;
    }
    
    .wyfw-box dl dt {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .wyfw-box dl dt img {
        display: block;
        transition-duration: 1s;
    }
    
    .wyfw-box dl dt .dw {
        width: 100%;
        position: absolute;
        height: 100%;
        color: #fff;
        display: flex;
        top: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
		text-shadow: 0 0 5px #000;
    }
    
    .wyfw-box dl dt .dw span {
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
    
    .wyfw-box dl:nth-child(5),
    .wyfw-box dl:nth-child(9) {
        margin-right: 0;
    }
    
    .wyfw-box dl:nth-child(9):after {
        display: none;
    }
    
    .hzhb-box {
        padding: 65px 0;
        width: 90%;
        margin: 0 auto;
    }
    
    .hzhb-box h1 {
        text-align: center;
        line-height: 64px;
        font-size: 36px;
        color: #333333;
    }
    
    .hzhb-box .s1 {
        text-align: center;
        line-height: 36px;
        color: #333333;
        display: inline-block;
        width: 100%;
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .hzhb-box .swiper-pagination span.swiper-pagination-bullet-active {
        width: 30px;
        background: #c18520;
    }
    
    .hzhb-box .swiper-pagination span {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #bababa;
        opacity: 1;
    }
    
    .hzhb-box .partner-Swiper {
        padding-bottom: 50px;
    }
    
    .fa-faq {
        width: 100%;
        margin: 0 auto;
        background: #f2f2f2;
    }
    
    .fa-faq .left {
        width: 50%;
        float: left;
        overflow: hidden;
        position: relative;
    }
    
    .tt {
        background: #c18520;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-animation-name: tt;
        animation-name: tt;
    }
    
    .fa-faq .left img {
        display: block;
        width: 100%;
    }
    
    .fa-faq .right {
        width: 50%;
        float: left;
        padding: 45px 0 0 55px;
    }
    
    .fa-faq .right .bit {
        line-height: 48px;
        font-size: 36px;
        font-weight: bold;
    }
    
    .fa-faq .right .faq-box {
        padding-top: 40px;
    }
    
    .fa-faq .right .faq-box li {
        margin-bottom: 30px;
    }
    
    .fa-faq .right .faq-box li input {
        border-radius: 6px;
        outline: none;
        height: 48px;
        border: 1px solid #d8d8d8;
        background: #fff;
        font-size: 18px;
        padding: 0 34px;
        width: 430px;
    }
    
    .fa-faq .right .faq-box li textarea {
        border-radius: 6px;
        outline: none;
        height: 48px;
        border: 1px solid #d8d8d8;
        background: #fff;
        font-size: 18px;
        padding: 20px 34px;
        width: 70%;
        height: 90px;
    }
    
    .fa-faq .right .faq-box .an {
        width: 430px;
        height: 48px;
        border-radius: 6px;
        background: #c18520;
        color: #fff;
        line-height: 48px;
        text-align: center;
        font-size: 18px;
    }
    
    .fwzc-box {
        width: 100%;
        margin: 0 auto;
    }
    
    .fwzc-box li {
        width: 23.2%;
        float: left;
        list-style: none;
        margin-right: 2.4%;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    
    .fwzc-box li:hover img {
        transform: scale(1.1);
    }
    
    .fwzc-box li .dw {
        position: absolute;
        width: 90%;
        left: 5%;
        top: 16%;
        color: #fff;
        text-align: center;
    }
    
    .fwzc-box li .dw h1 {
        line-height: 50px;
        font-size: 24px;
    }
    
    .fwzc-box li .dw p {
        line-height: 30px;
        font-size: 18px;
        margin-top: 10px;
    }
    
    .fwzc-box li img {
        display: block;
        transition-duration: 1s;
    }
    
    .fwzc-box li:nth-child(4) {
        margin-right: 0;
    }
    
    .fwzc-map {
        width: 100%;
        padding-top: 80px;
    }
    
    .fwzc-map h1 {
        text-align: center;
        line-height: 80px;
        font-size: 36px;
        color: #333333;
    }
    
    .fwzc-map .fb {
        line-height: 40px;
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    
    .map-box {
        width: 1033px;
        margin: 0 auto;
        position: relative;
    }
    
    .city-icon {
        width: auto;
        height: 42px;
        border-radius: 6px;
        border: 1px solid #bcbcbc;
        background: url(../images/st.png) no-repeat 10px center #fff;
        padding-left: 35px;
        padding-right: 10px;
        line-height: 40px;
        font-size: 18px;
        -webkit-animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
        animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
        position: absolute;
        cursor: pointer;
    }
    
    .city-icon1 {
        width: auto;
        height: 42px;
        border-radius: 6px;
        border: 1px solid #bcbcbc;
        background: url(../images/st.png) no-repeat 10px center #fff;
        padding-left: 35px;
        line-height: 40px;
        padding-right: 10px;
        font-size: 18px;
        -webkit-animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
        animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
        position: absolute;
        cursor: pointer;
    }
    
    .dw-01 {
        right: 165px;
        top: 165px;
    }
    
    .dw-02 {
        right: 188px;
        top: 212px;
    }
    
    .dw-03 {
        right: 235px;
        top: 260px;
    }
    
    .dw-04 {
        right: 194px;
        top: 383px;
    }
    
    .dw-05 {
        right: 183px;
        bottom: 270px;
    }
    
    .dw-06 {
        right: 327px;
        bottom: 255px;
    }
    
    .dw-07 {
        left: 400px;
        bottom: 250px;
    }
    
    .dw-08 {
        right: 208px;
        bottom: 222px;
    }
    
    .dw-09 {
        right: 308px;
        bottom: 210px;
    }
    
    .dw-10 {
        right: 320px;
        bottom: 100px;
    }
    
    .video-box {
        width: 100%;
        background: #f2f2f2;
        padding: 50px 0 105px 0;
    }
    
    .video-box h1 {
        text-align: center;
        line-height: 80px;
        font-size: 36px;
        margin-bottom: 35px;
    }
    
    .video-box li {
        width: 50%;
        float: left;
        list-style: none;
        position: relative;
        overflow: hidden;
    }
    
    .video-box li:hover img {
        transform: scale(1.1);
    }
    
    .video-box li img {
        display: block;
        transition-duration: 1s;
    }
    
    .video-box .dw {
        width: 33%;
        left: 33.5%;
        height: 130px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.9);
        padding: 0 35px;
    }
    
    .video-box .dw .span {
        width: 100%;
        background: url(../images/wjj.png) no-repeat left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 60px;
        display: inline-block;
        position: relative;
        height: 100%;
        font-size: 26px;
        color: #333333;
        line-height: 30px;
        padding-top: 49px;
    }
    
    .video-box .dw .span span {
      font-family: 'syhtN';
        font-size: 16px;
        display: inline-block;
        width: 100%;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .ne-about {
        padding: 35px 0 70px 0;
    }
    
    .ne-about li {
        width: 47%;
        list-style: none;
    }
    
    .ne-about li p {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 35px;
        text-align: left;
    }
    
    .hr-select {
        padding-top: 50px;
    }
    
    .hr-select select {
        float: left;
        width: 28%;
        height: 60px;
        font-size: 16px;
        color: #757575;
        outline: none;
        border: none;
        padding-left: 30px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-right: 3%;
        padding-right: 40px;
        background: url(../images/jiantou.png) no-repeat 94% center #f1f1f1;
    }
    
    .hr-select .sea {
        width: 38%;
        position: relative;
    }
    
    .hr-select .sea input {
        width: 100%;
        height: 60px;
        font-size: 16px;
        color: #757575;
        outline: none;
        border: none;
        padding-left: 30px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #f1f1f1;
    }
    
    .hr-select .sea .an {
        width: 28px;
        height: 28px;
        position: absolute;
        right: 25px;
        top: 16px;
    }
    
    .zp_ti {
        height: 63px;
        background: #c18520;
        color: #fff;
        font-size: 18px;
        line-height: 63px;
        font-weight: bold;
        margin-top: 35px;
    }
    
    .zp_ti li {
        float: left;
        width: 20%;
        text-align: center;
    }
    /* 鍔犲叆鎴戜滑css */
    
    .sideMenu1 {
        padding-bottom: 40px;
    }
    
    .sideMenu1 h3 {
        height: 74px;
        line-height: 74px;
        border-bottom: 1px solid #d8d8d8;
        cursor: pointer;
    }
    
    .sideMenu1 h3 dl {
        width: 100%;
        margin: 0;
    }
    
    .sideMenu1 h3 dl dd {
        float: left;
        width: 20%;
        text-align: center;
        padding: 0;
        font-weight: normal;
    }
    
    .sideMenu1 h3 dl .jia span {
        display: block;
        width: 13px;
        height: 74px;
        background: url(../images/jia1.png) no-repeat center center;
        margin: 0 auto;
    }
    
    .sideMenu1 .on dl .jia span {
        background: url(../images/jian.png) no-repeat center center;
    }
    
    .sideMenu1 .on {
        background: #f0f0f0
    }
    
    .sideMenu1 ul {
        padding: 36px 60px;
        display: none;
        /* 榛樿閮介殣钘� */
        border-bottom: 1px solid #c4c4c4;
        font-size: 16px;
        background: #f7f7f7;
    }
    
    .sideMenu1 ul p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .ze-le {
        width: 100%;
    }
    
    .tj {
        display: block;
        width: 178px;
        height: 46px;
        line-height: 46px;
        color: #fff;
        font-size: 18px;
        background: #c18520;
        text-align: center;
    }
    
    .ry-padd {
        margin: 0 auto;
        padding-top: 130px;
    }
    
    .ifr-height {
        height: 600px;
    }
    
    .ry-mc {
		height: 600px;
        display: block;
    }
	
/* 技术参数 */
.jscs-box{width: 100%; border-top: 1px solid #555; border-left: 1px solid #555;}
.jscs-box dl{ width:22%; float:left;}
.jscs-box dl:nth-child(2){width: 12%;}
.jscs-box dl dt{ width:100%; color: #fff; background: #c4261c; text-align: center; padding:8px 0; font-size: 17px; line-height: 26px;  border-bottom: 1px solid #555; border-right: 1px solid #555;}
.jscs-box dl dd{text-align: center; padding:4px 0; line-height: 26px; font-size: 16px; color: #555; border-bottom: 1px solid #555; border-right: 1px solid #555;}
/* 技术参数 */


/* 荣誉资质 */
.about1{width: 100%; height: 650px; overflow: hidden; position: relative;}
#imageFlow {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0%;
        }

            #imageFlow .diapo {
                position: absolute;
                left: -1000px;
                cursor: pointer;
                -ms-interpolation-mode: nearest-neighbor;
            }

            #imageFlow .link {
                border: dotted #fff 1px;
                margin-left: -1px;
                margin-bottom: -1px;
            }

            #imageFlow .bank {
                visibility: hidden;
            }

            #imageFlow .top {
                position: absolute;
                width: 100%;
                height: 40%;
                background: #181818;
            }

            #imageFlow .text {
                position: absolute;
                left: 0px;
                width: 100%;
                bottom: 16%;
                text-align: center;
                color: #333;
font-family: 'syhtN';
                z-index: 1000;
            }

            #imageFlow .title {
                font-size: 18px;
                font-weight: bold;
            }

            #imageFlow .legend {
                font-size: 0.8em;
                display: none;
            }

            #imageFlow .scrollbar {
                position: absolute;
                left: 10%;
                bottom: 10%;
                width: 80%;
                height: 16px;
                z-index: 1000;
            }

            #imageFlow .track {
                position: absolute;
                left: 4%;
                width: 92%;
                height: 16px;
                top: 8px;
            }

            #imageFlow .arrow-left {
                position: absolute;
            }

            #imageFlow .arrow-right {
                position: absolute;
                right: 0px;
            }

            #imageFlow .bar {
                position: absolute;
                height: 16px;
                left: 25px;
                top: 8px;
            }
/* 荣誉资质 */

    
    @keyframes rtol {
        0% {
            left: 0%;
        }
        50% {
            left: -8%;
        }
        100% {
            left: 0%;
        }
    }
    
    @keyframes run {
        0% {
            transform: scale(1);
        }
        25% {
            transform: scale(1.04);
        }
        50% {
            transform: scale(1.08);
        }
        75% {
            transform: scale(1.04);
        }
        100% {
            transform: scale(1);
        }
    }
    
    @keyframes updown {
        0% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        100% {
            -webkit-transform: translateY(-3px);
            -moz-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            -o-transform: translateY(-3px);
            transform: translateY(-3px);
        }
    }
    /*2022 2-27 */
    
    @media only screen and (max-width: 1600px) {
        .ne-about .neir1 {
            margin-bottom: 60px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            line-clamp: 6;
            -webkit-box-orient: vertical;
        }
        .qyyj-box li .dw .neir {
            line-height: 32px;
            font-size: 18px;
            width: 80%;
        }
        .ne-about .bit {
            font-size: 32px;
        }
        .ne-about .neir {
            font-size: 18px;
            line-height: 30px;
        }
        .ne-about .bit1 {
            font-size: 32px;
            margin-top: 40px;
        }
        .qyyj-box li .dw h1 {
            line-height: 50px;
            font-size: 24px;
        }
        .qyyj-box li .dw .neir {
            line-height: 28px;
            font-size: 16px;
        }
        .ne-about .bit2 {
            font-size: 32px;
        }
        .hr-left h1 {
            line-height: 60px;
            margin-bottom: 45px;
            font-size: 32px;
        }
        .hr-left .neir span {
            font-size: 22px;
            margin-bottom: 20px;
        }
        .hr-left .neir {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 40px;
        }
        .ygsh .bit1 {
            font-size: 32px;
        }
        .w1400 {
            width: 76%;
            margin: 0 auto;
        }
        .ne-nav a {
            font-size: 18px;
        }
        .zs-ti h1 {
            font-size: 30px;
            line-height: 30px;
        }
        .zs-ti p {
            font-size: 28px;
            line-height: 28px;
        }
        .case-box dl dd {
            height: 70px;
            line-height: 70px;
            font-size: 18px;
        }
        .zycf .bit {
            line-height: 74px;
            font-size: 32px;
        }
        .zycf .bit span {
            font-size: 32px;
        }
        .about-list dl dd .p1 span {
            font-size: 32px;
        }
        .about-list dl dd .p2 {
            font-size: 18px;
        }
        .zycf-an {
            line-height: 58px;
            font-size: 18px;
            padding: 0 20px;
        }
        .zy-h1 {
            line-height: 74px;
            font-size: 30px;
        }
        .jjfa .right .b1 {
            font-size: 24px;
        }
        .fa-list li .p1 {
            font-size: 26px;
            line-height: 40px;
        }
        .fa-list li .p2 {
            font-size: 14px;
        }
        .fa-list {
            padding: 0 0 24px 0;
        }
        .jjfa .left {
            padding: 125px 90px 0 40px;
        }
        .jjfa .left li {
            line-height: 26px;
            font-size: 18px;
        }
        .chose-box li .neir {
            font-size: 20px;
            line-height: 26px;
        }
        .chose-box li {
            padding-top: 20px;
            height: 160px;
        }
        .chose {
            padding: 60px 0 75px 0;
        }
        .hzhb-box {
            padding: 35px 0;
        }
        .hzhb-box h1 {
            line-height: 44px;
            font-size: 28px;
        }
        .fa-faq .right .bit {
            line-height: 38px;
            font-size: 22px;
        }
        .fa-faq .right .faq-box {
            padding-top: 20px;
        }
        .fa-faq .right .faq-box li {
            margin-bottom: 15px;
        }
        .ne-title h3 {
            font-size: 32px;
        }
        .ne-title h4 {
            font-size: 28px;
        }
        .news-bottom-fr {
            padding: 20px 0 30px;
        }
        .news-bottom-nr {
            padding: 0px 60px 0 45px;
        }
        .fwzc-box li .dw h1 {
            line-height: 40px;
            font-size: 20px;
        }
        .fwzc-box li .dw p {
            line-height: 26px;
            font-size: 16px;
        }
        .fwzc-box li .dw {
            top: 23%;
        }
        .fwzc-map {
            padding-top: 50px;
        }
        .fwzc-map h1 {
            line-height: 60px;
            font-size: 28px;
        }
        .fwzc-map .fb {
            margin-top: 0px;
        }
        .video-box h1 {
            line-height: 60px;
            font-size: 28px;
            margin-bottom: 25px;
        }
        .video-box .dw {
            width: 40%;
            left: 30%;
            height: 100px;
        }
        .video-box .dw .span {
            padding-top: 36px;
        }
        .lxwm-add h3 {
            font-size: 24px;
            margin-bottom: 30px;
        }
        .lxwm-add {
            padding: 80px 50px 60px;
        }
        .lxwm-add p {
            font-size: 18px;
            margin-bottom: 10px;
        }
        .ry-padd {
            padding-top: 100px;
        }
        .ifr-height {
            height: 500px;
        }
    }
    
    @media only screen and (max-width: 1500px) {
        .w1400 {
            width: 1280px;
        }
        .ne-content {
            padding: 80px 0;
        }
        .lxwm-add {
            padding: 100px 50px 80px;
        }
        .lxwm-add h3 {
            font-size: 26px;
            margin-bottom: 40px;
        }
        .lxwm-add p {
            font-size: 16px;
        }
        .ne-title h3 {
            font-size: 40px;
            margin-bottom: 30px;
        }
        .ne-title h3:before {
            bottom: -16px;
        }
        .ne-title h4 {
            font-size: 30px;
        }
        .news-topTitle span {
            font-size: 16px;
        }
        .news-topTitle h3 {
            font-size: 26px;
        }
    }
    
    .cf-padd {
        padding-top: 80px;
    }
    
    @media only screen and (max-width: 1440px) {
        .about-top-banner img {
            height: 100%;
        }
        .ibox-business {
            height: 100% !important;
        }
        .w1400 {
            width: 76%;
            margin: 0 auto;
        }
        .cf-padd {
            padding-top: 70px;
        }
        .wrap {
            width: 76%;
        }
        .zycf {
            padding: 155px 0 125px 0;
        }
        .zy-h1 {
            line-height: 74px;
            font-size: 30px;
        }
        .jjfa .left {
            width: 44%;
            padding: 120px 50px 0 40px;
        }
        .jjfa .right {
            width: 56%;
        }
        .chose {
            padding: 60px 0;
        }
        .chose-box {
            padding-top: 50px;
        }
        .chose-box li .neir {
            font-size: 16px;
            line-height: 22px;
        }
        .zy-h1 {
            line-height: 64px;
            font-size: 24px;
        }
        .wyfw-box dl {
            margin-right: 3.6%;
        }
        .wyfw-box dl dt .dw {
            font-size: 20px;
        }
        .wyfw-box dl dt .dw span {
            font-size: 16px;
            line-height: 26px;
        }
        .wyfw-box dl:after {
            width: 39px;
            height: 57px;
            right: -50px;
            background-size: contain;
        }
        .fa-faq .right .faq-box li textarea {
            font-size: 16px;
            padding: 20px 20px;
            width: 70%;
            height: 50px;
        }
        .lxwm-add h3 {
            font-size: 22px;
            margin-bottom: 30px;
        }
        .lxwm-add {
            padding: 60px 50px 50px;
        }
        .ry-padd {
            padding-top: 70px;
        }
        .ifr-height {
            height: 530px;
        }
        .ne-about {
            padding: 35px 0 0 0;
        }
        .new-content {
            padding: 60px 0;
        }
    }
    
    @media only screen and (max-width: 1366px) {
        .w1400 {
            width: 1080px;
        }
        .lxwm-add {
            padding: 80px 20px 60px;
        }
        .news-topTitle h3 {
            font-size: 18px;
        }
        .news-topRight-nr h4 {
            font-size: 16px;
            margin-bottom: 5px;
        }
        .news-topRight-nr p {
            font-size: 14px;
        }
        .news-topRight-nr {
            padding: 10px 10px 0;
        }
        .news-topRight-nr img {
            margin-top: 5px;
        }
        .news-bottom-fr {
            padding: 25px 0 25px;
        }
        .news-bottom-nr {
            padding: 20px 35px 0 25px;
        }
        .news-bottom-nr h3 {
            font-size: 20px;
            margin-bottom: 20px;
        }
        .news-bottom-date span:nth-child(1) {
            font-size: 50px;
        }
        .ne-about .bit1 {
            font-size: 26px;
            margin-top: 20px;
            margin-bottom: 40px;
        }
        .ne-about .bit {
            font-size: 26px;
        }
        .ne-about .neir1 {
            font-size: 16px;
            line-height: 32px;
            margin-bottom: 40px;
			text-align: justify;
        }
        .ifr-height {
            height: 400px;
        }
        .ne-about {
            padding: 25px 0 0 0;
        }
        .ne-about .bit2 {
            font-size: 26px;
        }
        .ne-nav a {
            font-size: 16px;
            line-height: 52px;
        }
        .new-content {
            padding: 50px 0;
        }
        .case-box {
            padding: 35px 0 30px 0;
        }
        .case-box dl {
            margin: 0 2% 35px 0;
        }
        .zycf {
            padding: 125px 0 100px 0;
        }
        .about-list {
            padding: 30px 5% 40px 5%;
        }
        .about-list dl dd .p2 {
            font-size: 16px;
        }
        .zycf-an {
            line-height: 48px;
            font-size: 16px;
            padding: 0 20px;
        }
        .jjfa .left {
            width: 42%;
            padding: 80px 50px 0 40px;
        }
        .jjfa .left li {
            margin-bottom: 30px;
            font-size: 16px;
        }
        .jjfa .right {
            width: 58%;
            padding: 10px 20px 30px 30px;
        }
        .jjfa .right .b1 {
            font-size: 20px;
        }
        .chose {
            padding: 30px 0;
        }
        .chose-box {
            padding-top: 20px;
        }
        .fa-faq .right {
            padding: 25px 0 0 35px;
        }
        .fa-faq .right .bit {
            line-height: 32px;
            font-size: 20px;
        }
        .fa-faq .right .faq-box li input {
            height: 40px;
            font-size: 16px;
            padding: 0 20px;
            width: 360px;
        }
        .fa-faq .right .faq-box li textarea {
            height: 40px;
        }
        .ne-title h3 {
            font-size: 30px;
            margin-bottom: 20px;
        }
        .ne-title h4 {
            font-size: 20px;
        }
        .fwzc-box li .dw h1 {
            line-height: 34px;
            font-size: 18px;
        }
        .fwzc-box li .dw p {
            line-height: 24px;
        }
        .fwzc-map {
            padding-top: 30px;
        }
        .fwzc-map .fb {
            line-height: 30px;
            font-size: 16px;
            margin-top: 20px;
            margin-bottom: 25px;
        }
        .city-icon {
            width: 94px;
            height: 32px;
            background: url(../images/st.png) no-repeat 5px center #fff;
            background-size: 16px !important;
            padding-left: 25px;
            line-height: 30px;
            font-size: 12px;
            background-size: 25%;
        }
        .city-icon1 {
            width: 172px;
            height: 32px;
            background: url(../images/st.png) no-repeat 5px center #fff;
            background-size: 16px !important;
            padding-left: 35px;
            line-height: 30px;
            font-size: 12px;
            background-size: 25%;
        }
        .video-box .dw .span {
            font-size: 20px;
        }
        .lxwm-add h3 {
            font-size: 20px;
            margin-bottom: 20px;
        }
        .lxwm-add {
            padding: 50px 20px 40px;
        }
        .fwzc-box li .dw {
		    top: 30%;
		}
    }
    
    @media only screen and (max-width: 769px) {
        .ifr-height {
            display: none;
        }
        .ry-mc {
            display: none;
        }
        .w1400 {
            width: 94%;
        }
        .wrap {
            width: 96%;
        }
        .ne-title h3 {
            font-size: 24px;
            text-align: center;
            margin-bottom: 20px;
			
        }
        .ne-title h3:before {
            height: 4px;
            left: 50%;
            margin-left: -25px;
            bottom: -10px;
        }
        .ne-title h4 {
            font-size: 18px;
            text-align: center;
        }
        .ne-content {
            padding: 40px 0;
        }
        .lxwm-box {
            display: block;
        }
        .lxwm-map {
            width: 100%;
            height: 300px;
        }
        .lxwm-add {
            width: 100%;
            padding: 20px 10px;
        }
        .lxwm-add h3 {
            font-size: 22px;
            margin-bottom: 20px;
        }
        .lxwm-add p {
            margin-bottom: 10px;
        }
        .new-content {
            padding:0 0 40px 0;
        }
        .news-top {
            display: block;
            margin-bottom: 10px;
        }
        .news-topLeft {
            width: 100%;
            margin-bottom: 10px;
        }
        .news-topTitle {
            padding: 40px 10px 10px;
        }
        .news-topTitle h3 {
            font-size: 18px;
        }
        .news-topRight {
            width: 100%;
        }
        .news-topRight li {
            margin-bottom: 10px;
        }
        .news-topRight li a {
            display: block;
        }
        .news-topRight-img {
            width: 100%;
        }
        .news-topRight-nr {
            width: 100%;
            padding: 20px 10px;
        }
        .news-topRight-nr h4 {
            font-size: 18px;
        }
        .news-topRight-nr p {
            font-size: 16px;
        }
        .news-bottomList li a {
            display: block;
        }
        .news-bottom-fl {
            width: 100%;
        }
        .news-bottom-fr {
            display: block;
            width: 100%;
            padding: 20px 10px;
        }
        .news-bottom-nr {
            width: 100%;
            padding: 0;
            border-right: none;
        }
        .news-bottom-nr h3 {
            font-size: 18px;
            margin-bottom: 5px;
        }
        .news-bottom-nr p {
            color: #999999;
        }
        .news-bottom-date {
            width: 100%;
            text-align: right;
            padding-top: 10px;
        }
        .news-bottom-date span:nth-child(1) {
            display: inline-block;
            font-size: 18px;
            font-weight: normal;
        }
        .news-bottom-date span:nth-child(2) {
            display: inline-block;
            font-size: 16px;
            font-weight: normal;
        }
        .news-bottomList li {
            margin-bottom: 10px;
        }
        .ne-about .bit {
            font-size: 28px;
            margin-top: 40px;
        }
        .ne-about .neir {
            font-size: 16px;
            line-height: 32px;
            width: 100%;
            margin: 10px 0 0 0;
        }
        .ne-about {
            padding: 0;
        }
        .ne-about .bit1 {
            font-size: 26px;
            margin-bottom: 10px;
            padding-bottom: 5px;
        }
        .qyyj-box li {
            width: 50%;
        }
        .qyyj-box li .dw h1 {
            line-height: 40px;
            font-size: 20px;
        }
        .qyyj-box li .dw .neir {
            font-size: 16px;
            width: 90%;
        }
        .qyyj-box li:hover .dw {
            padding-bottom: 30px;
        }
        .hr-left {
            width: 100%;
        }
        .hr-right {
            width: 80%;
            margin-top: 25px;
            margin-bottom: 30px;
        }
        .hr-right img {
            width: 100%;
        }
        .hr-left h1 {
            line-height: 40px;
            margin-bottom: 15px;
            font-size: 26px;
        }
        .hr-left .neir span {
            font-size: 18px;
            margin-bottom: 10px;
        }
        .hr-left .neir {
            font-size: 17px;
            margin-bottom: 30px;
        }
        .ygsh .bit1 {
            font-size: 26px;
            margin-top: 0px;
        }
        .Menubox01 {
            float: left;
            width: 100%;
            margin-top: 30px;
        }
        .Menubox01 li {
            width: 48%;
            margin-left: 0%;
            margin-right: 2%;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            float: left;
        }
        .zs-ti h1 {
            font-size: 26px;
        }
        .zs-ti p {
            font-size: 28px;
            line-height: 28px;
        }
        .ne-about li {
            width: 100%;
        }
        .fa-list li {
            width: 50% !important;
        }
        .fa-list li .p1 {
            font-size: 36px !important;
            line-height: 36px;
            margin-top: 15px;
        }
        .fa-list li .p2 {
            font-size: 16px;
            line-height: 32px;
        }
        .video-ibox {
           height: 220px;
               width: 100% !important;
        }
        .hr-select select {
            width: 48%;
            height: 50px;
            font-size: 16px;
            padding-left: 10px;
            margin-right: 2%;
            padding-right: 20px;
        }
        .hr-select .sea {
            width: 98%;
            position: relative;
            margin-top: 10px;
        }
        .hr-select .sea input {
            width: 100%;
            height: 50px;
            padding-left: 10px;
        }
        .hr-select .sea .an {
            right: 10px;
            top: 11px;
        }
        .zp_ti li {
            font-size: 16px;
        }
        .sideMenu1 h3 dl dd {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        .sideMenu1 ul {
            padding: 16px;
        }
        .zycf {
            padding: 70px 0 45px 0;
        }
        .zycf .bit {
            line-height: 44px;
            font-size: 23px;
        }
        .zycf .bit span {
            font-size: 30px;
        }
        .about-list dl {
            width: 50%;
            margin-bottom: 15px;
        }
        .about-list dl dd .p2 {
            font-size: 16px;
        }
        .about-list dl dd .p1 span {
            font-size: 28px;
            line-height: 28px;
        }
        .about-list dl dd .p1 {
            font-size: 24px;
            height: 50px;
        }
        .zycf-an {
            width: 80%;
            line-height: 28px;
            font-size: 18px;
            padding: 10px 30px;
        }
        .about-list {
            padding: 20px 5% 30px 5%;
        }
        .zy-h1 {
            line-height: 44px;
            font-size: 20px;
        }
        .jjfa .left {
            width: 100%;
            padding: 45px 10px;
        }
        .jjfa .left li {
            width: 49%;
            margin-bottom: 10px;
            line-height: 20px;
            font-size: 14px;
            height: 76px;
        }
        .jjfa .right .vs{
        	display: none;
        }
        .jjfa .left li:nth-child(2n) {
            margin-right: 0;
        }
        .jjfa .right {
            width: 100%;
            padding: 20px;
        }
        .jjfa .right .b1 {
            line-height: 34px;
            font-size: 22px;
        }
        .chose {
            padding: 30px 0 45px 0;
        }
        .chose-box {
            padding-top: 30px;
        }
        .chose-box li {
            width: 31%;
            padding-top: 20px;
            height: 160px;
            margin-right: 2%;
            margin-bottom: 10px;
        }
        .chose-box li .neir {
            font-size: 14px;
            line-height: 22px;
        }
        .wyfw-box dl {
            width: 47%;
            margin-right: 2%;
            margin-bottom: 20px;
        }
        .wyfw-box dl:nth-child(5),
        .wyfw-box dl:nth-child(9) {
            margin-right: 2%;
        }
        .wyfw-box dl:after {
            display: none;
        }
        .hzhb-box h1 {
            line-height: 34px;
            font-size: 22px;
        }
        .fa-faq .left {
            width: 100%;
        }
        .fa-faq .right {
            width: 100%;
            padding: 30px 15px;
        }
        .fa-faq .right .bit {
            line-height: 38px;
            font-size: 22px;
        }
        .fa-faq .right .faq-box li input {
            font-size: 17px;
            padding: 0 20px;
            width: 100%;
        }
        .fa-faq .right .faq-box li {
            margin-bottom: 15px;
        }
        .fa-faq .right .faq-box .an {
            width: 100%;
        }
        .ne-nav a {
            margin: 0 0px;
            padding: 5px 0;
            line-height: 26px;
            font-size: 16px;
			border-bottom: 1px solid #dfdfdf;
			width: 100%;
			display: inline-block;
        }
        .case-box dl {
            width: 100%;
            margin: 0 0 20px 0;
        }
        .case-box dl dd {
            height: 60px;
            font-size: 18px;
            line-height: 60px;
        }
        .fwzc-box li {
            width: 49%;
            margin-right: 2%;
        }
        .fwzc-box li:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 10px;
        }
        .fwzc-box li .dw h1 {
           line-height: 20px;
               font-size: 16px;
        }
        .fwzc-box li .dw p {
           line-height: 20px;
               font-size: 15px;
        }
        .fwzc-map {
            padding-top: 10px;
        }
        .fwzc-map h1 {
            line-height: 50px;
            font-size: 22px;
        }
        .video-box li img {
            width: 100%;
        }
        .video-box li {
            width: 100%;
        }
        .video-box .dw {
            width: 70%;
            left: 15%;
        }
        .video-box h1 {
            line-height: 50px;
            font-size: 22px;
            margin-bottom: 10px;
        }
        .video-box {
            padding: 20px 0 35px 0;
        }
        .ne-banner {
            padding-top: 55px;
        }
        .ne-title{
        	/*position: relative;
            top: 0%;
            transform: translateY(0%);*/
           top: 63%;
        }
        .about-top-banner{
        	height: 100%;
        }
        .ne-about .ne-title{
        	position: relative;
            top: 0%;
            transform: translateY(0%);
        }
        .map-box {
    width: 100%;
}
.map-box img{display: block; width: 100%;}
.city-icon,.city-icon1{display: none;}
.fwzc-box li img {
    width: 100%;
}
.fwzc-box li .dw {
    top: 5%;
}
.ry-padd {
    padding-top: 30px;
}
.ne-about li p {
    text-align: justify;
}
.about1 {
    height: 350px;
}
#imageFlow .title {
    font-size: 15px;
    font-weight: normal;
}
.sideMenu1 ul p {
    font-size: 15px;
    margin-bottom: 10px;
}
.sb-Menubox ul li{width: 100%;}
.new-nr-zi img{width: 100%;}
.fwzc-box {
    padding: 30px 0;
}
    }
    
    @keyframes changeScale {
        0% {
            transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            opacity: .2;
        }
        100% {
            transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            opacity: 1
        }
    }
    
    @-moz-keyframes changeScale {
        0% {
            transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            opacity: .2;
        }
        100% {
            transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            opacity: 1
        }
    }
    
    @-webkit-keyframes changeScale {
        0% {
            transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            opacity: .2;
        }
        100% {
            transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            opacity: 1
        }
    }
    
    @-o-keyframes changeScale {
        0% {
            transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            opacity: .2;
        }
        100% {
            transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            opacity: 1
        }
    }
