@charset "UTF-8";
/* ==================== 重置默认样式 start ==================== */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", sans-serif;    outline: none;
}
*:before,
*:after {
    vertical-align: middle;
    box-sizing: border-box;
}
html {
    margin: 0 auto;
}
ul,
li,
ol {
    list-style: none;
}
em {
    font-style: normal;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
input:focus,
select:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 0;
}
button,
input {
    border: 0;
    outline: none;
    background: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    vertical-align: middle;
}
i {
    font-style: inherit;
}
#map label {
    max-width: initial;
}
#map img {
    max-width: initial;
}
/* ==================== 重置默认样式 end ==================== */
/* ==================== 常用样式 start ==================== */
/* 清除浮动 */
.clearfix {
    display: block;
    zoom: 1;
}
.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* bootstart ul */
ul,
h1,
h2,
h3,
h4,
li,
p {
    padding: 0;
    margin: 0;
}
/* 外层容器样式 */
section {
    overflow: hidden;
}
/* 通用正文样式 */
article {
    font-size: 0.3rem;
    line-height: 1.8;
    text-align: justify;
    color: #333;
}
/* 图片统一动画 */
.mxw-image {
    overflow: hidden;
}
.mxw-image:hover img {
    transform: scale(1.1);
}
.mxw-image img {
    transition: all 0.4s;
    width: 100%;
}
/* ==================== 常用样式 end ==================== */
/* ==================== 置顶按钮 start ==================== */
#goto-top {
    position: fixed;
    z-index: 10;
    right: 0.3333rem;
    bottom: 10%;
    width: 0.6667rem;
    height: 0.6667rem;
    cursor: pointer;
    background: #ff7e00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.033rem;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    border: 0.017rem solid #fff;
}
#goto-top.active {
    visibility: visible;
    opacity: 1;
}
#goto-top:after {
    content: "";
    display: block;
    width: 0.2333rem;
    height: 0.2333rem;
    border-top: 0.033rem solid #fff;
    border-right: 0.033rem solid #fff;
    transform: rotate(-45deg);
    margin-top: 0.1rem;
}
@media screen and (max-width: 751px) {
    #goto-top {
        width: 0.5rem;
        height: 0.5rem;
        right: 0.167rem;
    }
}
/* ==================== 置顶按钮 end ==================== */
/* ==================== 文本行数限制 start ==================== */
.u-line-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.u-line-2 {
    -webkit-line-clamp: 2;
}
.u-line-3 {
    -webkit-line-clamp: 3;
}
.u-line-4 {
    -webkit-line-clamp: 4;
}
.u-line-5 {
    -webkit-line-clamp: 5;
}
.u-line-6 {
    -webkit-line-clamp: 6;
}
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* ==================== 文本行数限制 end ==================== */
/* ==================== flex通用布局 start ==================== */
.u-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.u-flex-wrap {
    flex-wrap: wrap;
}
.u-flex-nowrap {
    flex-wrap: nowrap;
}
.u-flex-col {
    flex-direction: column;
}
.u-grow-1 {
    flex-grow: 1;
}
.u-col-center {
    align-items: center;
}
.u-col-top {
    align-items: flex-start;
}
.u-col-bottom {
    align-items: flex-end;
}
.u-row-center {
    justify-content: center;
}
.u-row-left {
    justify-content: flex-start;
}
.u-row-right {
    justify-content: flex-end;
}
.u-row-between {
    justify-content: space-between;
}
.u-row-around {
    justify-content: space-around;
}
/* ==================== flex通用布局 end ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 751px) {
    .u-row-2,
    .u-row-3,
    .u-row-4,
    .u-row-5,
    .u-row-6 {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .u-row-2 > .u-col {
        width: 48%;
    }
    .u-row-2 > .u-col:nth-child(2n) {
        margin-left: 4%;
    }
    .u-row-2 > .u-col:nth-child(2) ~ .u-col {
        margin-top: 4%;
    }
    .u-row-3 > .u-col {
        width: 32%;
    }
    .u-row-3 > .u-col:nth-child(3n-1) {
        margin-left: 2%;
        margin-right: 2%;
    }
    .u-row-3 > .u-col:nth-child(3) ~ .u-col {
        margin-top: 2%;
    }
    .u-row-4 > .u-col {
        width: 23.5%;
        margin-right: 2%;
    }
    .u-row-4 > .u-col:nth-child(4n) {
        margin-right: 0%;
    }
    .u-row-4 > .u-col:nth-child(4) ~ .u-col {
        margin-top: 2%;
    }
    .u-row-5 > .u-col {
        width: 18.4%;
        margin-right: 2%;
    }
    .u-row-5 > .u-col:nth-child(5n) {
        margin-right: 0%;
    }
    .u-row-5 > .u-col:nth-child(5) ~ .u-col {
        margin-top: 2%;
    }
    .u-row-6 > .u-col {
        width: 15%;
        margin-right: 2%;
    }
    .u-row-6 > .u-col:nth-child(6n) {
        margin-right: 0%;
    }
    .u-row-6 > .u-col:nth-child(6) ~ .u-col {
        margin-top: 2%;
    }
}
@media screen and (max-width: 751px) {
    .u-row-2,
    .u-row-3,
    .u-row-4,
    .u-row-5,
    .u-row-6 {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .u-row-2 .u-col {
        width: 100%;
    }
    .u-row-2 .u-col:nth-child(1) ~ .u-col {
        margin-top: 2%;
    }
    .u-row-3 > .u-col,
    .u-row-4 > .u-col,
    .u-row-5 > .u-col,
    .u-row-6 > .u-col {
        width: 48%;
    }
    .u-row-3 > .u-col:nth-child(2n),
    .u-row-4 > .u-col:nth-child(2n),
    .u-row-5 > .u-col:nth-child(2n),
    .u-row-6 > .u-col:nth-child(2n) {
        margin-left: 4%;
    }
    .u-row-3 > .u-col:nth-child(2) ~ .u-col,
    .u-row-4 > .u-col:nth-child(2) ~ .u-col,
    .u-row-5 > .u-col:nth-child(2) ~ .u-col,
    .u-row-6 > .u-col:nth-child(2) ~ .u-col {
        margin-top: 4%;
    }
}
/* ==================== 通用布局 end ==================== */
/* ==================== 分页样式 start ==================== */
.pagination {
    margin-top: 0.833rem;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination > a,.pagination > span {
    padding: 0.1rem 0.2rem;
    font-size: 0.233rem;
    color: #666;
    line-height: 1.2;
    border: 0.017rem solid #ccc;
    display: block;
    margin: 0.067rem;
}
.pagination > a.active,
.pagination > a:hover {
    background-color: #ff7e00;
    color: #fff !important;
}
.pagination > a:first-child {
    margin-left: 0;
}
.pagination > a:last-child {
    margin-right: 0;
}
@media screen and (max-width: 12.517rem) {
    .pagination {
        margin-top: 0.5rem;
    }
    .pagination > a {
        font-size: 0.2rem;
        margin: 0.033rem;
        padding: 0.133rem 0.167rem;
    }
}
/* ==================== 分页样式 end ==================== */
/* ==================== 移动端头部 start ==================== */
@media screen and (max-width: 751px) {
    header {
        z-index: 99999;
    }
    .mxw-mob-nav .head {
        font-size: 0;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 1rem;
        max-width: 12.5rem;
        width: 100%;
        transform: translateX(-50%);
        position: fixed;
        top: 0;
        left: 50%;
        z-index: 99;
        background-color: #fff;
    }
    .mxw-mob-nav .logo {
        display: block;
        flex-shrink: 0;
    }
    .mxw-mob-nav .logo img {
        height: 0.667rem;
    }
    .mxw-mob-nav .menu-btn {
        flex-shrink: 0;
        width: 0.433rem;
        height: 0.333rem;
        cursor: pointer;
        outline: none;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }
    .mxw-mob-nav .menu-btn i {
        display: block;
        width: 100%;
        height: 0.05rem;
        border-radius: 1.667rem;
        background-color: #333;
    }
    .mxw-mob-nav .menus-box {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 50%;
        max-width: 7.5rem;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
        transform: translateX(50%);
    }
    .mxw-mob-nav .menus-box.active {
        visibility: visible;
        opacity: 1;
    }
    .mxw-mob-nav .menus-box.active .menus {
        transform: translateX(0);
    }
    .mxw-mob-nav .menus {
        width: 60%;
        height: 100%;
        margin-right: 0;
        margin-left: auto;
        background: #fff;
        transform: translateX(100%);
        transition: all 0.5s;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }
    .mxw-mob-nav .menus > ul {
        width: 100%;
        overflow: auto;
    }
    .mxw-mob-nav .menus > ul > li.active > ul {
        display: block;
    }
    .mxw-mob-nav .menus > ul > li > a {
        display: block;
        width: 100%;
        padding: 0.25rem 0.3rem;
        font-size: 0.233rem;
        color: #555;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mxw-mob-nav .menus > ul > li > a.sub:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-top: 0.067rem solid #555;
        border-left: 0.067rem solid transparent;
        border-right: 0.067rem solid transparent;
        border-bottom: 0;
        margin-left: 0.167rem;
    }
    .mxw-mob-nav .menus > ul > li > ul {
        display: none;
        padding: 0rem 0.4rem;
    }
    .mxw-mob-nav .menus > ul > li > ul > li > a {
        font-size: 0.233rem;
        color: #888;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        line-height: 0.6rem;
        height: 0.6rem;
        border-bottom: 0.017rem solid #f3f3f3;
    }
    .mxw-mob-nav .menus-head {
        width: 100%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #F8F8F8;
        border-bottom: 0.01rem solid #eee;
        font-size: 0.28rem;
        font-weight: bold;
        line-height: 0.9rem;
        height: 0.9rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    .mxw-mob-nav .menus-head .text {
        color: #333;
        line-height: 1.2;
    }
    .mxw-mob-nav .menus-head .mxw-close {
        flex-shrink: 0;
        width: 0.333rem;
        height: 0.333rem;
        cursor: pointer;
        outline: none;
        position: relative;
        transform: rotate(45deg);
    }
    .mxw-mob-nav .menus-head .mxw-close:before,
    .mxw-mob-nav .menus-head .mxw-close:after {
        content: "";
        display: block;
        border-radius: 1.667rem;
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: #333;
        transform: translate(-50%, -50%);
    }
    .mxw-mob-nav .menus-head .mxw-close:before {
        width: 0.033rem;
        height: 100%;
    }
    .mxw-mob-nav .menus-head .mxw-close:after {
        width: 100%;
        height: 0.033rem;
    }
}
/* ==================== 移动端头部 end ==================== */
/* ==================== 轮播图 start ==================== */
.mxw-banner {
    font-size: 0;
    position: relative;
}
.mxw-banner .swiper-slide {
    overflow: hidden;
}
.mxw-banner .swiper-slide img {
    width: 100%;
}
.mxw-banner .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
    margin-left: 0.15rem;
    margin-right: 0.15rem;
    opacity: 1;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e6010d;
}
.mxw-banner .swiper-button-next,
.mxw-banner .swiper-button-prev {
    width: 1.1667rem;
    height: auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.18);
    background-image: none;
    outline: none;
}
.mxw-banner .swiper-button-next {
    right:0;
}
.mxw-banner .swiper-button-prev {
    left: 0;
}
.swiper-button-next::after,.swiper-button-prev::after{display: none}

.mxw-banner .banner-swiper {
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 0.4rem;
    /* 设置按钮大小 */
}
@media screen and (max-width: 751px) {
    .mxw-banner .swiper-pagination {
        padding-right: 0rem;
        bottom: 0.167rem;
        max-width: 80%;
    }
    .mxw-banner .swiper-pagination .swiper-pagination-bullet {
        margin: 0 0.083rem;
        font-size: 0.233rem;
        width: 0.133rem;
        height: 0.133rem;
    }
    .mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 0.3rem;
    }
    .mxw-banner .swiper-button-next,
    .mxw-banner .swiper-button-prev {
        display: none;
    }
}
/* ==================== 轮播图 end ==================== */

.mxw-box {

    margin: 0 auto;
    font-size: 0.267rem;
    color: #333;
    width: 86%;
    max-width:26.667rem;
    min-width: 20rem;
}

/* ==================== 页面自定义样式 start ==================== */
@media screen and (min-width: 1680px) {
    /* pc端固定html标签文字大小(rem适配) */
    html {
        font-size: 60px !important;
    }
}
@media screen and (max-width: 1680px) {
    .mxw-box {
        width: 86%;
    }
}
@media screen and (min-width: 751px) {
    .pc-none,
    .mob-nav,
    .pc-none {
        display: none !important;
    }
    .mxw-ny-box {
        max-width: 1400px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1680px) {
    .mxw-ny-box {
        max-width: 90%;
    }
}
@media screen and (max-width: 751px) {
    .mxw-ny-box {
        max-width: 100%;
        font-size: 0;
        padding: 30px 0;
    }
}
@media screen and (max-width: 751px) {
    body {
        margin-top: 60px;
    }
    html {
        font-size: 50px;
    }
    .m-none,
    .pc-nav {
        display: none !important;
    }
    .mxw-box {
        min-width: initial;
        max-width: 95%;
        width: 95%;
    }
    .mxw-section {
        padding-left: 0;
        padding-right: 0;
    }
    article {
        font-size: 15px;
    }
}
/* ==================== 页面自定义样式 end ==================== */


body{ overflow-x: hidden}



.header{ margin: 0 auto; }
.header .head-box{ width: 93.75%; display: flex; justify-content: space-between; margin: 0 auto }
.header .head-box .logo{margin: 0.333rem auto 0.333rem 0;}
.header .head-box .logo img{ max-height: 85px;}
.header .top-tel{ background: #e6010d; font-size: 0.3rem; color: #fff; padding: 0.167rem 0.333rem;
    border-radius: 0  0 10px 10px; float: right}
.header .head-box .right .top{ height: auto; overflow: hidden }
.pc-menu{ display: flex; align-items: flex-start; justify-content: space-between; margin-top: 0.367rem;}
.pc-menu>li{ margin: 0 0.417rem;}
.pc-menu>li>a{font-size: 18px; color: #333; display: block}
.pc-menu>.active>a::after,.pc-menu>li:hover>a::after{ display: block; margin-top: 0.2rem; margin-bottom: 0.3rem;content: ""; width: 100%; background: #e6010d; height:0.05rem}
.pc-menu>.active>a,.pc-menu>li:hover>a{  color: #e6010d; }



.in-about{ padding-top: 2.167rem; background: url("../images/about-bg.jpg") no-repeat; background-size: cover; position: relative; max-width: 1920px; margin: 0 auto; z-index: -2;    background-position-y: -25px; }
.in-about .aox1{ width: 15.5rem; position: absolute; left: 0; bottom: 25px;z-index: -1}
.mxw-title2{ justify-content: space-between;  }
.in-about  .aox2{ display: flex; justify-content: flex-end;}
.in-about  .aox2 .con{ max-width: 14.75rem; width: 56.3%}
.mxw-title2 .cn{align-items: flex-end;}
.mxw-title2 .cn .text{ font-size: 0.683rem; font-weight: 700; line-height: 1;}
.mxw-title2 .en{ font-size: 0.3rem;font-weight: 700; margin-left: 0.25rem; padding-bottom: 0.367rem}
.mxw-title2 .cn .text::after{ display: block; width: 1.817rem; height: 0.05rem; background: #e6010d; content: ""; margin-top: 0.367rem}
.mxw-title2 .more{ display: flex; align-items: center; justify-content: center; width: 2.7rem; line-height: 0.833rem; background: #e6010d; color: #fff; border-radius: 0.417rem}
.mxw-title2 .more img{ margin-left: 0.25rem}

.in-about .aox2 .text-con{ margin: 0.667rem auto 1.333rem;  font-size: 0.3rem; line-height: 1.8; text-indent: 2em;}
.aox3{ background: url("../images/ic-bg.png") left no-repeat; background-size: auto 100%; max-width: 22.517rem}
.aox3{ padding: 0.583rem 0; width: 70%; margin-left: 30%}
.aox3 .mxw-box{ justify-content: flex-end; min-width: initial;}
.aox3 .mxw-box .item{ color: #fff; margin-left: 1.25rem; width: 3.533rem}
.aox3 .mxw-box .item .ct{ font-size: 0.4rem; font-weight: bold;margin-bottom: 0.3rem;}
.aox3 .mxw-box .item .ct img{ margin-right: 0.25rem; }
.aox3 .mxw-box .item .text{ font-size: 14px;line-height: 1.7}

.mxw-title .cn{ font-size: 0.683rem; text-align: center;}
.mxw-title .en{ font-size: 0.3rem; margin-top: 0.25rem; text-transform: uppercase;text-align: center;}
.mxw-title::after{display: block; width: 1.817rem; height: 0.05rem; background: #e6010d; content: ""; margin: 0.367rem auto 0;}

.wom-adv{ padding: 1.417rem 0 1.167rem}

.adv-list{ margin-top: 0.8rem; align-items: stretch; }
.adv-list .item{ width: 24%; margin-right: 2%;  box-shadow: 0px 3px 49px 0px
rgba(206, 206, 206, 0.55); border-radius: 10px;}
.adv-list .item:last-child{ margin-right: 0;	 }
.adv-list .item .ct{ text-align: center; padding:0.417rem 0.3rem 0; font-size: 0.433rem; }
.adv-list .item .ct::after{ width: 0.833rem; display: block; height: 0.033rem; background: #e6010d; content: ""; margin: 0.333rem auto 0 }
.adv-list .item .desc{ padding: 0.2rem 0.5rem 0.5rem; color: #666; font-size: 0.267rem; text-align: left; line-height: 1.6 }

.adv-list .item .img{	border-radius: 10px 10px 0px 0px; overflow: hidden}


.more2{display: flex; align-items: center; justify-content: center; width: 2.7rem; line-height: 0.833rem; background: #e6010d; color: #fff; border-radius: 0.417rem; font-size: 0.3rem; margin: 0 auto}
.more2 img{ margin-left: 0.25rem}
.wom-adv .more2{ margin-top: 1rem}

.jz{ align-items: stretch; justify-content: space-between; }
.jz .left{ width: 50%; background: url("../images/jzl.jpg") no-repeat; background-size: cover; padding: 1.5rem 1.5rem   1.25rem 2.5rem ; }
.jz .right{ width: 50%; display: flex; align-items: center; justify-content: center; background:url("../images/jzr.jpg") no-repeat; background-size: cover; }
.jz .left .mxw-title{ color: #fff; text-align: left;}
.jz .left .mxw-title .cn{ text-align: left;}
.jz .left .mxw-title .en{ text-align: left; margin-top: 0.25rem; font-size: 0.267rem}
.jz .left .mxw-title::after{ background: #fad003; margin-left: 0;}
.jz .left .desc{ text-indent: 2em; font-size: 0.3rem; color: #fff; line-height: 2; margin-top: 0.633rem }

.honor{ background: url("../images/ry-bg.jpg") no-repeat; background-size: cover;}
.honor .mxw-box{ padding-left: 23%; overflow: hidden}


.honor .mxw-title .cn{ text-align: left;}
.honor .mxw-title .en{ text-align: left; margin-top: 0.25rem; font-size: 0.267rem}
.honor .mxw-title::after{  margin-left: 0;}
.honor{ padding: 1.75rem 0 2.667rem}

.zs-list{ justify-content: space-between; margin-top: 0.833rem}
.zs-list .item{text-align: center; max-width: 24%}
.zs-list .item:hover{ cursor:pointer}

.jyfw{ padding:0 0 2rem}
.jy-cate{ margin-top: 0.833rem;display: flex; flex-wrap: wrap; justify-content: flex-start}
.jy-cate a{ display: block; width: calc(98.2%/10); margin-right:0.2%; border: 1px solid #dfdfdf; line-height: 1.133rem; text-align: center;
    font-size: 16px; float: left; margin-bottom: 3px}
.jy-cate a:nth-child(10),.jy-cate a:nth-child(19){ margin-right: 0;}

.jy-cate a.active,.jy-cate a:hover{ color: #fff; background: #e6010d;}
.pro-swiper{ margin-top: 1.167rem; overflow: hidden}
.pro-swiper .swiper-slide{ align-items: stretch; overflow: hidden}
.pro-swiper .swiper-slide .left{min-width: 0; flex-grow: 1; display: flex; align-items: center; justify-content: center; overflow: hidden}
.pro-swiper .swiper-slide .left img{ max-width: initial;    height: 100%;}
.pro-swiper .swiper-slide .right{ width: 48.62%; flex-shrink: 0; background: #f4f4f4;  padding: 0.917rem 0.917rem 0.917rem 1rem}
.pro-swiper .swiper-slide .right .desc{ margin: 0.75rem auto 0.833rem; font-size: 0.3rem; line-height: 2;}
.pro-swiper .swiper-slide .more2{ margin-left: 0; }



.gw{ background: url("../images/gw-bg.jpg") no-repeat; background-size: cover; padding: 0.8rem 0 1.5rem}
.gw .mxw-title .cn{ color: #fff; }
.gw .mxw-title .en{ color: #fff; }
.gw .mxw-title::after{ display: none}
.gw-swiper{ margin-top: 0.75rem; padding-top: 1.25rem; overflow: hidden}
.gw-swiper .swiper-wrapper{ align-items: stretch; }
.gw-swiper .swiper-slide .img{  border: 0.067rem solid #dcdcdc; border-radius: 50%; width: 2.5rem; height: 2.5rem; overflow: hidden; background: #fff;
margin: 0 auto; transform: translateY(-50%); position: absolute; top: 0; right: 0; left: 0}
.gw-list{ position: relative;    width: 93.75%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;}

.gw-swiper .swiper-slide {background: #fff;padding: 1.667rem 0.333rem 0.4rem; border-radius: 0.167rem; transition: all 0.3s; height: auto;}
.gw-swiper .swiper-slide .info .st { font-size: 0.317rem; text-align: center; padding:0 0.333rem  0.2rem; border-bottom: 0.017rem solid #dcdcdc; }
.gw-swiper .swiper-slide .info .desc{ margin: 0.333rem auto; font-size: 0.233rem; line-height: 1.7; height: 2.683rem; overflow: hidden }
.c-more{ width: 1.717rem; line-height: 0.55rem; display: flex; align-items: center; justify-content: center; font-size: 0.2rem; border: 0.017rem solid #e6010d; border-radius: 0.267rem; margin: 0.333rem auto 0; color: #e6010d;}
.gw-swiper .swiper-slide .info .desc p,.gw-swiper .swiper-slide .info .desc span{ white-space: initial !important;}
.gw-swiper .swiper-slide:hover .c-more{ background: #e6010d; color: #fff;}
.gw-swiper .swiper-slide .c-more img{margin-left: 12px; height: 14px; }
.gw-swiper .swiper-slide:hover .c-more img{ filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(199deg) brightness(114%) contrast(101%);}
.gw-list .swiper-button-next,.gw-list .swiper-button-prev{ width: 50px; height: 50px; opacity: 1; transform: translateY(1rem)}


.lc{ padding: 1.25rem 0 1.75rem; }
.lc .mxw-box{ border-bottom: 2px solid #d4d4d4; justify-content: center;margin-bottom: 2.5rem; }
.lc .mxw-box .item{ margin: 0 1.083rem; text-align: center; transform: translateY(1rem)}
.lc .mxw-box .item .img img{ transition: all 0.3s}
.lc .mxw-box .item .img::after{ width: 1px; display: block; background: #e6010d; content: "";
    height: 0.7rem; margin: 0 auto;}
.lc .mxw-box .item p{ display: flex; align-items: center; justify-content: center; width: 0.517rem;  height: 0.517rem; border-radius: 50%; background: #e6010d;
color: #fff; margin: 0 auto; font-size: 0.3rem}
.lc .mxw-box .item .st{ font-size: 0.333rem; margin-top: 0.333rem}
.mx-mo{ background: #e6010d; padding: 0.217rem 0.75rem;  border-radius: 0.417rem; color: #fff; text-align: center; font-size: 0.317rem; width: max-content; margin:0 auto 0}
.lc .mxw-box .item:hover .img img{transform: rotateY(180deg);}


.fw-kef{ background: url("../images/fwi-bg.jpg") no-repeat; background-size: cover; padding: 1.25rem 0 }
.fw-kef .left{ width: 3.133rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0 }
.fw-kef .left .en{ font-size: 1rem;color: rgba(255,255,255,0.2); font-weight:lighter; word-break: break-all;writing-mode: vertical-lr; text-transform: uppercase; position: relative;display: flex; align-items: center; justify-content: center; }
.fw-kef .left .cn{ font-size: 0.683rem; color: #fff; position: absolute; font-weight: 700}
.fw-kef .right{ flex-grow: 1; min-width: 0; }

.fw-kef .right .cn{color:#fff}
.fw-kef .mxw-title::after{    background: #fff;}
.hz-swiper{ overflow: hidden;     margin-top: 0.7rem;}
.footer{ padding-top: 0.867rem;}
.footer .down{ display: flex; align-items: flex-start; justify-content: center; background: url("../images/dm-ng.jpg") bottom repeat-x;}
.footer .down>li{ margin: 0 0.75rem; padding-bottom: 0.583rem; font-size: 0.3rem}
.footer .down>li.active{ border-bottom: 3px solid #e6010d; color: #e6010d}
.bot2{ margin: 0.75rem auto 0.633rem; align-items: stretch;}
.bot2 .dd1{ padding-right: 1.167rem; border-right: 1px solid #e4e4e4; display: flex; align-items: center;}
.bot2 .dd2{ flex-shrink: 0; padding: 0.5rem 1.167rem 0.5rem; width: 45%; border-right: 1px solid #e4e4e4; }

.dd2 .dzc{ display: flex; justify-content: space-between; align-items: center;margin-bottom: 0.533rem}
.dd2 .dzc .st{ color: #333; font-size: 0.267rem; margin-right: 0.25rem; }
.dd2 .dzc .tels{ font-size: 0.683rem; color: #e6010d; font-family: Impact,sans-serif;}
.dd2 .dzc .kf {
    width: 2.533rem;
    height: 0.733rem;
    background-color: #e6010d;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;

}
.dd2 .dzc .kf img{ margin-right: 0.167rem;}

.dd3{ display: flex; justify-content: flex-end; align-items: center; margin-left: 1.167rem; width: 4.333rem}
.dd3 .item{ width: 2.583rem; background: #e6010d; padding: 0.167rem; color: #fff;}
.dd3 .item p{ font-size: 0.233rem;margin-top: 0.167rem; text-align: center}
.dd3 .item>img{ width: 100%}
.copy{ padding: 0.333rem 0; text-align: center; background: #e6010d; font-size: 14px; line-height: 1.7; color: #fff}
.copy .mxw-box{ color: #fff}



    /* ==================== 内页 - 通用分类 start ==================== */
.ny-cate {
    border-bottom: 1px solid #e3e3e3;
}
.ny-cate > .mxw-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.ny-cate .cate-item {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    position: relative;
    margin-left: 0.8333rem;
    margin-right: 0.8333rem;
    font-size: 0.3rem;
}
.ny-cate .cate-item.active,
.ny-cate .cate-item:hover {
    color: #c00000;
}
.ny-cate .cate-item.active:before,
.ny-cate .cate-item:hover:before {
    width: 100%;
}
.ny-cate .cate-item:last-child:after {
    display: none;
}
.ny-cate .cate-item:before {
    content: "";
    display: block;
    width: 0;
    height: 0.0333rem;
    background-color: #c00000;
    transition: all 0.4s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 751px) {
    .ny-cate > .mxw-box {
        padding: 10px;
    }
    .ny-cate .cate-item {
        width: 32%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 1.6;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .ny-cate .cate-item:after {
        right: 0;
    }
    .ny-cate .cate-item:nth-child(3n-1) {
        margin-left: 2%;
        margin-right: 2%;
    }
    .ny-cate .cate-item:nth-child(3n):after {
        display: none;
    }
}
/* ==================== 内页 - 通用分类 end ==================== */
/* ==================== 通用 - 内页标题 start ==================== */
.ny-title {
    text-align: center;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.ny-title .text1 {
    font-size: 0.7333rem;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.1667rem;
}
.ny-title .text2 {
    font-size: 0.2833rem;
    color: #cdcdcd;
}
.ny-title .icon {
    background: url(../images/img20.png) no-repeat center;
    width: 1.4rem;
    height: 0.0667rem;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.45rem;
}
@media screen and (max-width: 751px) {
    .ny-title {
        margin-bottom: 30px;
    }
    .ny-title .text1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ny-title .text2 {
        font-size: 12px;
    }
    .ny-title .icon {
        width: 42px;
        height: 2px;
        margin-top: 10px;
    }
}
/* ==================== 通用 - 内页标题 start ==================== */

/* ==================== 内页 - 关于我们 start ==================== */
.ny-about {
    overflow: hidden;
}
.ny-about .section1 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.6667rem;
}
.ny-about .section1 .right {
    min-width: 0;
    flex-grow: 1;
}
.ny-about .section1 .right .ny-title {
    text-align: left;
}
.ny-about .section1 .right .desc {
    font-size: 0.2667rem;
    line-height: 2;
    text-align: justify;
    color: #666;
}
.ny-about .section1 .itembox {
    margin-top: 0.8333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.ny-about .section1 .itembox:after {
    content: "";
    display: block;
    width: 0.0333rem;
    height: 0.9167rem;
    background-color: #e3e3e3;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}
.ny-about .section1 .item .text3 {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ny-about .section1 .item .text3 .icon {
    width: 0.6667rem;
    margin-right: 0.0833rem;
}
.ny-about .section1 .item .text3 strong {
    font-size: 0.7167rem;
    font-weight: bold;
    color: #c00000;
    line-height: 1;
    margin-right: 0.1667rem;
}
.ny-about .section1 .item .text3 span {
    font-size: 0.3rem;
    color: #989797;
    line-height: 1.2;
}
.ny-about .section1 .item .text4 {
    font-size: 0.3rem;
    color: #333;
    line-height: 1.2;
}
.ny-about .section2 {
    position: relative;
}
.ny-about .section2 .swiper-button-prev,
.ny-about .section2 .swiper-button-next {
    background-image: none;
    width: 0.7333rem;
    height: 0.7333rem;
    border-radius: 100%;
    border: 0.0167rem solid #c00000;
    margin-top: 0;
    background-color: #fff;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    outline: none;
}
.ny-about .section2 .swiper-button-prev:after,
.ny-about .section2 .swiper-button-next:after {
    font-size: 0.2333rem;
    color: #c00000;
}
.ny-about .section2 .swiper-button-prev {
    left: -1.3167rem;
}
.ny-about .section2 .swiper-button-next {
    right: -1.3167rem;
}
.ny-about .section3 .itembox {
    display: flex;
    align-items: stretch;
}
.ny-about .section3 .item {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0.4333rem;
    height: 10.6667rem;
    padding-left: 0.1667rem;
    padding-right: 0.1667rem;
    width: 25%;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width 0.4s;
    background-position: center;
}
.ny-about .section3 .item .num {
    font-size: 0.4rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 2rem;
}
.ny-about .section3 .item .title {
    font-size: 0.65rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 2.6667rem;
}
.ny-about .section3 .item .desc {
    font-size: 0.2667rem;
    line-height: 1.8;
    height: 10.8em;
}
@media screen and (min-width: 751px) {
    .ny-about .section1 .image {
        width: 10.8333rem;
        flex-shrink: 0;
        margin-right: 1rem;
    }
    .ny-about .section3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .ny-about .section3 .item.active {
        width: 8.1667rem;
        flex-shrink: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (max-width: 1680px) {
    .ny-about .section2 .swiper-button-prev {
        left: -0.8333rem;
    }
    .ny-about .section2 .swiper-button-next {
        right: -0.8333rem;
    }
}
@media screen and (max-width: 751px) {
    .ny-about .section1 {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .ny-about .section1 .image {
        margin-bottom: 20px;
    }
    .ny-about .section1 .right .ny-title {
        margin-bottom: 20px;
    }
    .ny-about .section1 .right .desc {
        font-size: 12px;
        line-height: 2.4;
    }
    .ny-about .section1 .itembox {
        margin-top: 20px;
    }
    .ny-about .section1 .itembox:after {
        display: none;
    }
    .ny-about .section1 .item {
        width: 48%;
    }
    .ny-about .section1 .item .text3 {
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ny-about .section1 .item .text3 strong {
        font-size: 28px;
    }
    .ny-about .section1 .item .text3 .icon {
        display: none;
    }
    .ny-about .section1 .item .text3 span {
        width: 100%;
        display: block;
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
    }
    .ny-about .section1 .item .text4 {
        font-size: 12px;
        text-align: center;
        line-height: 1.8;
    }
    .ny-about .section2 .swiper-button-prev,
    .ny-about .section2 .swiper-button-next {
        display: none;
    }
    .ny-about .section3 {
        padding-top: 30px;
    }
    .ny-about .section3 .itembox {
        flex-wrap: wrap;
    }
    .ny-about .section3 .item {
        width: 100%;
        height: auto;
        padding: 30px 20px;
    }
    .ny-about .section3 .item .num {
        margin-bottom: 10px;
    }
    .ny-about .section3 .item .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ny-about .section3 .item .desc {
        height: auto;
        font-size: 12px;
    }
}
/* ==================== 内页 - 关于我们 end ==================== */

/* ==================== 内页 - 案例中心 start ==================== */
.ny-cases .item {
    border: 1px solid #e0e0e0;
}
.ny-cases .item .title {
    padding: 0.3333rem 0.5rem;
    padding-right: 0.8333rem;
    position: relative;
    font-size: 0.3rem;
    color: #333;
    line-height: 1.2;
}
.ny-cases .item .title:after {
    content: "+";
    display: block;
    width: 0.4333rem;
    height: 0.4333rem;
    line-height: 0.4333rem;
    border-radius: 100%;
    background-color: #c00000;
    color: #fff;
    font-size: 0.2333rem;
    text-align: center;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
    .ny-cases .item:hover .title {
        background-color: #c00000;
        color: #fff;
    }
    .ny-cases .item:hover .title:after {
        background-color: #fff;
        color: #c00000;
    }
}
@media screen and (max-width: 751px) {
    .ny-cases .item .title {
        text-align: center;
        padding: 8px 15px;
        font-size: 14px;
    }
    .ny-cases .item .title:after {
        width: 16px;
        height: 16px;
        line-height: 16px;
        right: 10px;
        display: none;
    }
}
/* ==================== 内页 - 案例中心 end ==================== */
/* ==================== 分页样式 start ==================== */
.mxw-pagination {
    margin-top: 50px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mxw-pagination > a ,.mxw-pagination > span{
    padding: 6px 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.2;
    border: 1px solid #ccc;
    display: block;
    margin: 4px;
}
.mxw-pagination > a.current,
.mxw-pagination > a:hover {
    background-color: #c00000;
    color: #fff !important;
}
.mxw-pagination > a:first-child {
    margin-left: 0;
}
.mxw-pagination > a:last-child {
    margin-right: 0;
}
@media screen and (max-width: 751px) {
    .mxw-pagination {
        margin-top: 30px;
    }
    .mxw-pagination > a {
        font-size: 12px;
        margin: 2px;
        padding: 8px 10px;
    }
}
/* ==================== 分页样式 end ==================== */





@media screen and (max-width: 1800px) {



}

@media screen and (max-width: 1700px) {
    .header .head-box .logo{ width: 500px}
    .pc-menu>li{ margin: 0 0.333rem}
    .in-about .aox1{ width: 13.5rem;}
    .gw-swiper .swiper-slide .info .desc{ height: 2.7rem;}
    .aox3{ margin-left: 25%; width: 75%}
    .aox3 .mxw-box{ align-items: flex-start;}
    .aox3 .mxw-box .item .ct{ line-height: 1;}
}


@media screen and (max-width: 1550px) {
    .aox3 .mxw-box .item{ margin-left: 0.833rem}
    .aox3 .mxw-box .item .text{font-size: 13px; line-height: 1.6;}
    .aox3 .mxw-box .item .ct{ zoom: 0.95}
    .pc-menu>li>a{ font-size: 0.3rem}


}

@media screen and (max-width: 1300px) {
.header .head-box .logo{ width: 420px}

}





/* ==================== 内页 - 联系我们 start ==================== */
.ny-contact {
    overflow: hidden;

    background-size: cover;
}
.ny-contact .body {
    background: #fff;
    display: flex;
    align-items: stretch;
    box-shadow: 0rem 0.1167rem 0.5333rem 0rem rgba(3, 0, 0, 0.11);
}
.ny-contact .image {
    width: 43%;
    flex-shrink: 0;
}
.ny-contact .info {
    position: relative;
    min-width: 0;
    flex-grow: 1;
    padding: 0.9167rem;
}
.ny-contact .info .text1,
.ny-contact .info .desc {
    position: relative;
    z-index: 9;
}
.ny-contact .info .text1 {
    font-size: 0.5833rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0.8333rem;
}
.ny-contact .info .desc {
    font-size: 0.2833rem;
    color: #333;
    line-height: 2.6;
    text-align: justify;
}
.ny-contact .info .desc p:first-child ~ p {
    margin-top: 0.1667rem;
}
.ny-contact .info .desc p img {
    margin-right: 0.3333rem;
}
@media screen and (min-width: 751px) {
    .ny-contact .mxw-box {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .ny-contact .info:after {
        content: "";
        display: block;
        background: url(../images/img72.png) no-repeat center;
        width: 6.45rem;
        height: 1.75rem;
        background-size: 100%;
        position: absolute;
        right: 0.5rem;
        bottom: 0.6667rem;
    }
}
@media screen and (max-width: 751px) {
    .ny-contact .body {
        flex-wrap: wrap;
    }
    .ny-contact .image {
        width: 100%;
    }
    .ny-contact .info {
        padding: 20px 15px;
        background: none;
    }
    .ny-contact .info .text1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .ny-contact .info .desc {
        font-size: 14px;
        line-height: 2;
        text-align: left;
    }
    .ny-contact .info .desc p:first-child ~ p {
        margin-top: 5px;
    }
    .ny-contact .info .desc p img {
        width: 20px;
        margin-right: 5px;
    }
}
/* ==================== 内页 - 联系我们 end ==================== */
/* ==================== 新闻详情 start ==================== */
.ny-news-desc {
    padding: 0.7258rem 0.4032rem;
    padding-top: 0;
    margin-bottom: 0.5645rem;
}
.ny-news-desc > .mxw-box {
    padding-top: 1rem;
}
.ny-news-desc .title {
    font-weight: bold;
    font-size: 0.4516rem;
    color: #333;
    padding-bottom: 0.3226rem;
}
.ny-news-desc .info {
    font-size: 0;
    padding-bottom: 0.3226rem;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0.3226rem;
}
.ny-news-desc .info .text {
    font-size: 0.2581rem;
    color: #999;
    display: inline-block;
    margin-right: 0.3226rem;
    border-left: 1px solid #ccc;
    padding-left: 0.3226rem;
}
.ny-news-desc .info .tip + .text {
    border-left: 0;
}
.ny-news-desc .info .tip {
    border: 1px solid #999;
    border-radius: 1.6129rem;
    padding: 0.0806rem 0.1613rem;
    line-height: 1;
    font-size: 0.2258rem;
    display: inline-block;
    color: #999;
}
.ny-news-desc .article img {
    display: block;
    margin: 0 auto;
}
.ny-news-desc .article {
    line-height: 1.8;
    text-align: justify;
    font-size: 0.2581rem;
}
.ny-news-desc .article p {
    line-height: 1.8;
}
@media screen and (max-width: 751px) {
    .ny-news-desc {
        padding: 0;
        background: none;
        margin-bottom: 0;
    }
    .ny-news-desc > .mxw-box {
        padding: 30px 20px;
    }
    .ny-news-desc .article {
        font-size: 0.28rem;
    }
    .ny-news-desc .info .text {
        margin-right: 0.1rem;
        padding-left: 0.1rem;
        line-height: 2em;
        display: inline;
    }
    .ny-news-desc .info {
        padding-bottom: 0.2rem;
    }
}
/* ==================== 新闻详情 end ==================== */
/* ==================== 内页 - 新闻列表2 start ==================== */
.ny-news2 .item {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    transition: all 0.4s;
    border: 0.0167rem solid #dedede;
    box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.14);
    margin-bottom: 0.6667rem;
}
.ny-news2 .item:hover {
    box-shadow: 0rem 0rem 0.1667rem 0rem rgba(0, 0, 0, 0.14);
}
.ny-news2 .item:hover .title {
    color: #c00000;
}
.ny-news2 .item .image {
    flex-shrink: 0;
    width: 4.6667rem;
    margin-right: 0.5rem;
}
.ny-news2 .item .info {
    min-width: 0;
    flex-grow: 1;
}
.ny-news2 .item .head {
    display: flex;
    align-items: center;
    color: #888;
    padding-bottom: 0.1667rem;
    border-bottom: 0.0167rem solid #888;
    margin-bottom: 0.3333rem;
}
.ny-news2 .item .title {
    flex-grow: 1;
    font-size: 0.4rem;
    line-height: 1.2;
}
.ny-news2 .item .time {
    font-size: 0.2667rem;
    line-height: 1.2;
    flex-shrink: 0;
}
.ny-news2 .item .desc {
    font-size: 0.2667rem;
    color: #888;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}
.ny-news2 .item .more {
    width: 2.0833rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #fff;
    border: solid 0.0167rem #dedede;
    display: block;
    text-align: center;
    font-size: 0.2rem;
    color: #888888;
}
@media screen and (max-width: 751px) {
    .ny-news2 .item {
        padding: 15px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .ny-news2 .item .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ny-news2 .item .info {
        width: 100%;
    }
    .ny-news2 .item .head {
        margin-bottom: 10px;
    }
    .ny-news2 .item .title {
        font-size: 16px;
    }
    .ny-news2 .item .time {
        font-size: 12px;
    }
    .ny-news2 .item .desc {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.8em;
        height: 3.6em;
        margin-bottom: 10px;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: inherit;
    }
    .ny-news2 .item .more {
        width: 100%;
        padding: 8px 20px;
        font-size: 12px;
        height: auto;
        line-height: inherit;
    }
}
/* ==================== 内页 - 新闻列表2 end ==================== */









.cont_msg {
  width: 1400px;
     margin: 60px auto;
}

.join_f {
  background: #f1f3f5;
  padding: 40px 45px;
}

.j_inp input,
.join_f select {
  width: 48%;
  height: 48px;
  border: 1px solid #e4e6e8;
  padding-left: 20px;
  font-size: 16px;    background: #fff;
    vertical-align: text-top;
}

.j_inp input:nth-child(even) {
  float: right;
}

.j_inp {
  margin-bottom: 20px;    font-size: 0;
}

.join_f textarea {
  width: 100%;
  height: 125px;
  border: 1px solid #e4e6e8;
  padding-left: 20px;
  padding-top: 15px;
}

.b_cent {
  text-align: center;
  margin-top: 30px;font-size: 0;
}

.b_cent input {
  width: 180px;
  height: 45px;
  border: none;
  background: #e6010d;
  color: white;
  font-size: 18px;
}






.pc-menu{ margin-top: 0.433rem;}
.pc-menu>li{     position: relative; }


.header .pc-menu >li>ul {
  background-color: #fff;
  width: 3.3333rem;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s, visibility 0s;    z-index: 999;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);    border-top: 0.0167rem solid #ddd;
text-align: center;
padding:15px 0
}
.header .pc-menu > li ul a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    font-size: 0.2333rem;
    color: #333;
    line-height: 1.2;
    padding: 0.2333rem;
}
.header .pc-menu > li:hover  ul{
    opacity: 1;
    visibility: visible;
}
.header .pc-menu > li > ul > li > a.active, .header .pc-menu > li > ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.jz .right{ overflow: hidden;}
.jz .right img{    max-width: initial;   }

/*
.lc .mxw-box{    width: 79%;}
.gw-list{ width:86%}
.gw-swiper{width: 79%;}
*/


.jz .left .tz{    font-size: 0.683rem;text-indent:0}

@media screen and (max-width:1600px) {
.jy-cate a{font-size:14px}

}



@media screen and (max-width: 751px) {
    .in-about{ padding-top: 40px}
    .in-about .aox2 .con{ width: 100%;}
    .mxw-title2 .cn .text{ font-size: 20px;}
    .mxw-title2 .en{     font-size: 14px;
        padding-bottom: 10px;}
    .mxw-title2 .cn .text::after{ margin-top: 10px; width: 80px;}
    .mxw-title2 .more{ zoom: 0.7;}
    .in-about .aox2 .text-con{ font-size: 14px; margin: 20px auto 20px;}
    .in-about .aox1{ width: 100%; position: initial;}
    .aox3{ margin: 0 auto; width: 100%; padding: 15px 0; background: #e6010d;}
    .aox3 .mxw-box{ flex-wrap: wrap;}
    .aox3 .mxw-box .item{ width: 100%; margin: 10px auto 10px 0}
    .aox3 .mxw-box .item .ct{ font-size: 20px}
    .wom-adv{ padding: 40px 0 45px}
    .mxw-title .cn{ font-size: 22px;}
    .mxw-title .en{ font-size: 14px; margin-top: 0;}
    .mxw-title::after{ margin-top: 5px;}
    .adv-list{ flex-wrap: wrap}
    .adv-list .item{ width: 100%; margin-bottom: 20px; margin-right: 0}
    .adv-list{ margin-top: 25px}
    .wom-adv .more2{ margin-top: 15px}
    .jz{ flex-wrap: wrap;}
    .jz .left{ width: 100%; padding: 30px 20px;}
    .jz .right{ width: 100%}
    .honor{ padding: 40px 0 25px}
    .honor .mxw-box{ padding-left: 0}
    .honor .mxw-title .cn{ text-align: center;}
    .honor .mxw-title .en{ text-align: center;}
    .honor .mxw-title::after{margin: 5px auto 0}
    .zs-list{ flex-wrap: wrap; justify-content: space-between}
    .zs-list .item{ width: 48.5%;  margin-bottom: 20px; max-width: initial}
    .jyfw{ padding: 40px 0 45px;}
    .jy-cate{ margin-top: 25px; justify-content: space-between}
    .jy-cate .item{ width: 48.5%; margin-bottom: 15px; margin-right: 0; font-size: 16px;    line-height: 40px; border: 0}
    .jy-cate .item>div{ width: 100% ;  border: 1px solid #dfdfdf;}
    .jy-cate .item:nth-child(18){ width: 48.5%; }
    .pro-swiper{ margin-top: 10px;}
    .pro-swiper .swiper-slide{ flex-wrap: wrap;}
    .pro-swiper .swiper-slide .left{ width: 100%;}
    .pro-swiper .swiper-slide .left img{ height: auto; max-width: 100%}
    .pro-swiper .swiper-slide .right{ width: 100%; padding: 30px 20px;}
    .pro-swiper .swiper-slide .more2{ zoom: 0.8}
    .pro-swiper .swiper-slide .right .desc{ font-size: 14px; margin: 15px auto 20px;}
    .gw-swiper{ width: 80%}
    .gw-list .swiper-button-next, .gw-list .swiper-button-prev{ width: 30px; height: 30px;}
    .gw-list{ width: 100%}

    .lc{padding: 40px 0 45px;}
    .lc .mxw-box .item{ width: 32%;    margin: 0 0 20px 0; transform: initial;}
    .lc .mxw-box{ flex-wrap: wrap; justify-content: space-between; border: 0; margin: 30px auto;}
    .lc .mxw-box .item .st{ font-size: 16px; margin-top: 5px}

    .fw-kef{ background-position: right; padding: 40px 0 45px;}
    .fw-kef .mxw-box{ flex-wrap: wrap;}
    .fw-kef .mxw-box .left{ width: 100%;}
    .fw-kef .mxw-box .right{ width: 100%; padding-left: 0;}
    .hz-swiper{ width: 100%;}
    .fw-kef .left .en{ word-break: initial; width: 100%; writing-mode: initial; margin-bottom: 30px; font-size: 30px}
    .fw-kef .left .en .cn{ font-size: 20px}
    .footer .down{ display: none;}
    .footer .bot2{ margin: 0 auto 30px; flex-wrap: wrap; }
    .footer{ padding-top: 40px;}
    .bot2 .dd1{ width: 100%; border: none}

    .bot2 .dd2{ width: 100%; margin: 25px auto; padding: 0; border: 0}
    .dd2 .dzc{ flex-wrap: wrap; margin-bottom: 15px}
    .dd2 .dzc .st{ width:max-content; margin-bottom: 10px}
    .dd2 .dzc .st br{ display: none}
    .dd2 .dzc .kf{ margin-left: 0;  zoom: 0.85;     width: max-content;
    padding: 10px 15px; height:auto}
    .dd2 .dzc .tels{ width:auto; font-size: 26px; margin-bottom: 10px}

    .dd3{ width: 100%; margin-left: 0; justify-content: center}


 .j_inp input,
  .join_f select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .b_cent input {
    height: 40px;
    font-size: 14px;
    width: 120px;
  }

  .b_cent {
    margin-top: 0;
  }

  .join_f textarea {
    margin-bottom: 15px;
  }

.join_f {
    padding: 25px;
}

  .cont_msg {
    width: 95%;
  }
.jz .right img {
    max-width: 100%;
}
.jz .left .tz{font-size:22px;}

.mxw-tool {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #c20312;
    color: #fff;
    font-size: 14px;
  }
  .mxw-tool .icon {
    text-align: center;
  }
  .mxw-tool .tool-item {
    width: 18%;
    height: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .mxw-tool .tool-item:nth-child(5) ~ .tool-item {
    display: none;
  }
  .mxw-tool .tool-item .icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-bottom: 5px;
  }
  .mxw-tool .tool-item .text {
    font-size: 13px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    text-indent: 1px;
  }
.mxw-tool {
    position: fixed;
    z-index:999
}
body{padding-bottom:62px}
.copy{    background: #0150a7;}

}









