.phone-block {
    display: none;
}

.phone-none {
    display: block;
}

.phone-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #333;
    z-index: 11;
    display: none;
}

.close {
    font-size: 36px;
    color: #fff;
    text-align: right;
    padding: 20px;
}

.list_dt {
    background: #333;
    color: white;
    width: 100%;
    padding: 0 40px 0 20px;
    line-height: 48px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #464646;
}

.list_dt:hover {
    background: #222;
}

.list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #cd281e;
}

.list_dt p {
    color: #fff;
}

#open {
    background: #222;
}

#open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #cd281e;
}

.list_dt_icon {
    position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../imgs/off.png") no-repeat;
}

#open .list_dt_icon {
    background: url("../imgs/open.png") no-repeat;
}

.list_dd {
    display: none;
}

.list_li {
    background: #4e4e4e;
    list-style-type: none;
    color: white;
    width: 100%;
    padding: 0 30px;
    line-height: 48px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}

.list_li a {
    color: #fff;
}

.list_li:hover {
    background: #002b6e;
}

.cfff {
    color: #fff;
}

.logo {
    padding-right: 20px;
    margin-right: 20px;
    /* height: 100%; */
    /* height: 100px; */
    /* border-right: 1px solid #666; */
    position: relative;
}

.logo2 {
    display: none;
}

.logo-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.logo-ftitle {
    font-size: 16px;
    letter-spacing: 4px;
}

.logo::after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #666666;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
}

.bg15 {
    background-color: #154a9a;
}

.bgf3 {
    background-color: #f3f6fd;
}

header {
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 10;
    width: 100%;
}

.phone-img img {
    filter: brightness(1000%);
}

header:hover,
.header2 {
    background-color: #fff;
}

header:hover .phone-img img,
.header2 .phone-img img {
    filter: none;
}

header:hover .logo2,
.header2 .logo2 {
    display: block;
}

header:hover .logo1,
.header2 .logo1 {
    display: none;
}

.header {
    max-width: 1556px;
    margin: 0 auto;
}

.header .header-menu>li {
    position: relative;
    line-height: 100px;
    padding: 0 1.0417vw;
}

.header .header-menu .f18 {
    color: #fff;
    font-size: 18px;
}

.header .header-icon {
    height: 100px;
}

.header .header-icon div {
    margin-right: 1.0417vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 100px;
    height: 100px;
    align-items: center;
    cursor: pointer;
}

.header .header-icon div img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 22px;
    height: 22px;
}

.header .header-icon div:last-child {
    margin-right: 0;
}

@font-face {
    font-family: bebas;
    src: url('../fonts/Bebas.ttf');
}

.bebas {
    font-family: bebas;
}


/* @font-face {
    font-family: futura;
    src: url('../fonts/Futura-Medium-6.ttf');
} */

.head2,
.header:hover {
    /* background-color: #fff; */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.header:hover .f18,
.header:hover .logo-right,
.header2 .header .header-menu .f18,
.header2 .logo-right {
    color: #333;
}

header:hover .phone-img .cfff,
.header2 .phone-img .cfff {
    color: #666;
}

.header:hover .active .f18,
.header2 .header .header-menu .active .f18 {
    color: #fff;
}

.header-menu ul {
    position: absolute;
    top: 45px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}


/* .header-menu>li:hover>a,
.header-menu ul li:hover a {
    color: #154a9a;
} */

.header-menu>li:hover>ul {
    top: 100px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.header-menu ul li {
    /*width: 100%;*/
    white-space: nowrap;
    /*padding: 15px 0;*/
    line-height: initial;
}

.header-menu ul li a {
    color: #333;
}

.swiper-pagination-bullet-active {
    background-color: #154a9a;
}

.flexcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexsta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flexbet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexaro {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.menu>ul>li {
    /*float: left*/
}

.menu>ul>li>a {
    padding: 0;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #555555;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.menu ul ul {
    position: fixed;
    text-align: center;
    background: #ffffff;
    padding: 0;
    width: 8%;
    top: 100px;
    left: 40%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: transform .6s;
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); */
    /*padding: 0 calc((100vw - 1440px) / 2);*/
    border-top: 2px solid #f4f4f4;
    background: #f7f7f7;
    margin: 0 !important;
}

.menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.back_top {
    position: fixed;
    bottom: 50%;
    right: 30px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #da251b;
    border: none;
    width: 50px;
    height: 50px;
    outline: none;
    z-index: 11;
}

.back_top i {
    color: #fff;
}


/*.menu ul ul ul{left:-9999px;top:0px;width: calc(1200px - 450px);z-index: 11;}
.menu ul ul li:hover>ul{left:100%;}*/

.menu ul ul .flexbet {
    align-items: flex-start;
    padding: 40px 0;
}

.menu ul ul .flexend {
    padding: 20px 0;
}

.menu ul ul .ulDiv {
    width: 69.5%;
}

.menu ul ul .ulDiv .title {
    font-size: 22px;
    color: #333333;
}

.menu ul ul .ulDiv .line {
    width: 30px;
    height: 4px;
    background: #cd281e;
    margin: 10px 0;
}

.menu ul ul .ulDiv .liDiv.w20 li {
    width: 25%;
}

.menu ul ul .ulDiv .liDiv.w25 li {
    width: 25%;
}

.menu ul ul .ulDiv .liDiv {
    overflow: hidden;
}

.menu ul ul .ulDiv .liDiv li {
    float: left;
    margin-top: 15px;
}

.menu ul ul .ulDiv .liDiv li a {
    color: #555555;
    max-width: 80%;
    font-size: 16px;
}

.menu ul ul .ulDiv .liDiv li a:hover {
    color: #cd281e;
}

.menu ul ul .urDiv {
    width: 28%;
    text-align: right;
    margin-top: 76px;
    height: 180px;
}

.menu ul ul .urDiv img {
    height: 100%;
}

.menu ul ul .flexend>li {
    margin: 0 0 0 60px;
}

.menu ul ul .flexend>li a {
    color: #555555;
}

.menu ul ul .flexend>li a:hover {
    color: #cd281e;
}


/* .menu ul ul .ulrDiv img{width: 100%;height: 100%;object-fit: cover;} */

.menu ul ul>li>a {
    border-left: 3px solid #f9f9f9;
    line-height: 56px;
    font-size: 16px;
    text-decoration: none;
    color: #666;
    text-align: center;
}

.menu ul ul>li:hover>a {
    color: #a40000;
    /* background: #fff; */
    border-left: 3px solid #a40000;
}

.header-menu li.active {
    background-color: #cd281e;
}

.phone-img img {
    margin-right: 10px;
}

.phone-img p {
    line-height: 26px;
}

.phone-img {
    margin-left: 20px;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    position: relative;
    margin: 0 10px !important;
}

.banner .swiper-pagination-bullet-active::after {
    width: 20px;
    height: 20px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
}

.banner .swiper-pagination {
    bottom: 30px;
}

.banner {
    /*height: 100vh;*/
}

.p90 {
    padding: 90px 0;
}

.p80 {
    padding: 80px 0;
}

.all-title {
    font-size: 48px;
    margin-bottom: 20px;
}

.all-box {
    max-width: 1400px;
    margin: 0 auto;
}

.all-ftitle {
    color: #999;
    width: max-content;
    margin: 0 auto;
}

.all-ftitle::after {
    position: absolute;
    content: '';
    width: 112px;
    height: 1px;
    background-color: #999999;
    left: -134px;
    top: 50%;
    transform: translateY(-50%);
}

.all-ftitle::before {
    position: absolute;
    content: '';
    width: 112px;
    height: 1px;
    background-color: #999999;
    right: -134px;
    top: 50%;
    transform: translateY(-50%);
}

.mt60 {
    margin-top: 60px;
}

.yw-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 6px;
}

.yw-box li {
    flex: 1;
    width: 100%;
}

.yw-box .yw-con {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 163px;
    background-color: rgba(51, 51, 51, 0.9);
    padding: 30px 20px 24px 20px;
}

.yw-box .yw-con span {
    color: #fff !important;
    background-color: transparent !important;
}

.yw-box .yw-title {
    font-size: 20px;
    margin-right: 0.9896vw;
    display: inline-block;
    max-width: 60%;
}

.yw-box .yw-text {
    margin: 20px 0;
}

.yw-box .yw-more {
    display: flex;
    justify-content: flex-end;
}

.yw-box .yw-more span {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 28px;
}

.yw-box li,
.al-con li {
    bottom: 0;
}

.yw-box li:hover,
.al-con li:hover,
.zb-box>a:hover {
    /* margin-bottom: 10px; */
    transition: all .5s;
    bottom: 10px;
}
.zb-box .zzb-img{
    height: 256px;
}
.yw-box li:hover .yw-con {
    background-color: rgba(205, 40, 30, .9);
    transition: all .5s;
}

.yw-box li:hover .yw-more span {
    color: #cd281e;
    background-color: #fff;
}

.bgf5 {
    background-color: #f5f5f5;
}

.al-menu img {
    width: 100px;
    height: 100px;
    background-color: #333333;
    border-radius: 50%;
    margin-bottom: 10px;
}

.al-menu li.active img {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}

.al-menu li p,
.al-con li p {
    width: max-content;
    margin: 0 auto;
}

.al-menu li.active p,
.al-con li:hover p,
.al-menu li:hover p,
.zb-box>a:hover .zb-title,
.new-right a:hover p.ovh,
.tj-box li.active,
.cj-menu li.active {
    color: #cd281e;
    border-bottom: 1px solid #cd281e;
    line-height: 1.5;
}

.al-con {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 12px;
}

.al-con .al-img {
    height: 256px;
    overflow: hidden;
    margin-bottom: 20px;
}

.yw-team2 {
    overflow: hidden;
}

.al-con li:hover img,
.xs-box a:hover .all-img,
.lc-box>div:hover img,
.yw-team a:hover .all-img,
.ywSwiper a:hover .all-img,
.yw-zb a:hover .all-img,
.yw-team2 a:hover .all-img,
.yw-rightteam2:hover .all-img,
.bsSwiper a:hover .all-img,
.cj-zb a:hover .all-img,
.dc-team a:hover .all-img,
.dc-box a:hover .all-img,
.sy-box>div:hover .all-img,
.new-right a:hover .all-img {
    transform: scale(1.1);
    transition: all 1s;
}

.team-box {
    background-image: url(../images/team-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.team-imgs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.0833vw;
}

.team-imgs a:first-child {
    grid-column: 1/3;
}


.team-imgs a:nth-last-child(1) {
    grid-column: 3/5;
}

.team-imgs a:nth-last-child(2) {
    grid-column: 1/3;
}

.team-box .team-con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .85);
    opacity: 0;
    visibility: hidden;
}

.team-box .team-title {
    font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.team-box .team-title::after {
    width: 20px;
    height: 4px;
    background-color: #cd281e;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.team-box .team-ftitle,
.team-box .team-jy {
    line-height: 26px;
}

.team-box .team-jy {
    margin-bottom: 30px;
}

.team-box .all-img {
    height: 394px;
}

.team-box a:hover .team-con {
    opacity: 1;
    visibility: visible;
    transition: all .8s;
}

.team-menu {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.team-menu li {
    height: 80px;
    background-color: #ffffff;
    line-height: 80px;
    font-size: 20px;
}

.team-menu li.active,
.team-menu li:hover {
    background-color: #cd281e;
    color: #fff;
    cursor: pointer;
}

.service-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5625vw;
}

.service-box>div {
    height: 248px;
    background-color: #fff;
}

.service-box>div .bebas {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.1);
}

.service-box>div img {
    margin-top: 30px;
}

.service-box>div:hover {
    background-color: #cd281e;
    transition: all .5s;
    color: #fff;
}

.service-box>div:hover img,
.xs-box .swiper-button-next:hover img,
.xs-box .swiper-button-prev:hover img {
    filter: brightness(600%);
    transition: all .5s;
}

.fw-title {
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.fw-title::after {
    content: '';
    width: 34px;
    height: 4px;
    background-color: #cd281e;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.service-box>div:hover .fw-title::after {
    background-color: #fff;
}

.zb-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
}

.zb-box .progress2 {
    margin: 0 0 30px 0;
}

.zb-box .zb-text {
    max-width: 60%;
}

.zb-box .zb-title {
    font-size: 20px;
    width: max-content;
    margin-bottom: 10px;
    max-width: 100%;
}

.zb-box>a {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    position: relative;
    bottom: 0;
}

.zb-box>a:hover,
.xs-box .swiper-slide:hover,
.new-right a:hover {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}

.zb-box .zb-con {
    padding: 20px;
}

.zb-box .zb-jg {
    width: 70px;
    height: 24px;
    background-image: linear-gradient(90deg, #fcad7c 0%, #f67c2b 100%);
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

.zb-more {
    color: #999999;
    margin-top: 40px;
}

.xs-box .swiper-container {
    overflow: hidden;
}

.xs-box .swiper-slide {
    background-color: #fff;
    padding: 30px;
}

.xs-box .xs-title {
    line-height: 42px;
    font-size: 28px;
    margin-bottom: 30px;
}

.xs-box .xs-img {
    height: 214px;
    margin-bottom: 20px;
    overflow: hidden;
}

.xs-box .ovh3 {
    line-height: 1.5;
    color: #666666;
    margin-bottom: 10px;
}

.xs-box a:hover .xs-title {
    color: #cd281e;
}

.hh2,
.xs-box a:hover .hh {
    display: none;
}

.xs-box a:hover .hh2 {
    display: block;
}

.xs-box .swiper-button-next,
.xs-box .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: solid 1px #cd281e;
    border-radius: 50%;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    font-size: 0;
}

.xs-box .swiper-button-next,
.xs-box .swiper-rtl .swiper-button-prev {
    right: -90px;
    left: auto;
}

.xs-box .swiper-button-prev,
.xs-box .swiper-rtl .swiper-button-next {
    left: -90px;
    right: auto;
}

.xs-box .swiper-button-next:hover,
.xs-box .swiper-button-prev:hover {
    background-color: #cd281e;
    transition: all .5s;
}

.xs-box .swiper-horizontal>.swiper-pagination-bullets,
.xs-box .swiper-pagination-bullets.swiper-pagination-horizontal,
.xs-box .swiper-pagination-custom,
.xs-box .swiper-pagination-fraction {
    bottom: 0;
}

.xs-box {
    padding-bottom: 40px;
}

.xs-box .swiper-pagination-bullet-active {
    background-color: #cd281e;
}

.about-left {
    width: 640px;
    padding-top: 90px;
}

.about-right {
    /*width: 32vw;*/
    position: absolute;
    right: 10%;
    top: 0;
}

.about-left .all-ftitle {
    margin: 0%;
}

.about-left .all-ftitle::after {
    display: none;
}

.about-left .mt60 {
    font-size: 28px;
    margin-bottom: 28px;
}

.about-left div {
    color: #666666;
    line-height: 1.5;
    margin-bottom: 30px;
}

.banner3 {
    margin-top: 140px;
    padding-bottom: 90px;
}

.banner3 .swiper-slide {
    height: 110px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.banner3 .swiper-wrapper {
    /* é»˜è®¤æ˜¯ease-out */
    -webkit-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.news-menu li {
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e47a38;
    margin: 0 10px;
    color: #e47a38;
    line-height: 38px;
    text-align: center;
}

.news-menu li.active,
.news-menu li:hover {
    background-color: #cd281e;
    color: #fff;
    transition: all .5s;
    cursor: pointer;
    border-color: #cd281e;
}

.new-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.new-right {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 18px;
}

.new-box .new-leftimg {
    height: 383px;
}

.new-left .ovh {
    font-size: 26px;
    margin: 28px 0;
}

.new-left .ovh2 {
    color: #666666;
    line-height: 1.5;
    margin-bottom: 30px;
}

.new-left .bebas,
.new-right .bebas,
.new-con div {
    color: #666;
}

.new-right a {
    padding: 10px;
}

.new-right .new-rightimg {
    width: 192px;
    height: 108px;
    overflow: hidden;
}

.new-con {
    max-width: 20.2375vw;
    flex: 1;
    margin-left: 20px;
}

.new-con p.ovh {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.new-right a:hover {
    background-color: #fff;
}

footer {
    background-color: #333333;
}

footer a {
    color: #ccc;
}

footer .phone-img {
    margin-left: 0;
    margin-top: 34px;
    margin-bottom: 30px;
}

.footer-top {
    padding-top: 60px;
    padding-bottom: 70px;
}

.footer-menu {
    flex: 1;
    margin-right: 8.6458vw;
}

.footer-menu>li .footer-title {
    color: #fff;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
    display: inline-block;
}

.footer-menu>li .footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #cd281e;
}

.footer-menu ul li {
    line-height: 38px;
}

.footer-menu a:hover {
    color: #cd281e;
}

footer .footer-logo {
    /* margin-bottom: 34px; */
}

.footer-img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    background-color: #fff;
}

.footer-img p {
    text-align: center;
    color: #999999;
    margin-top: 10px;
}

.footer-bottom {
    border-top: 1px solid #4c4c4c;
    line-height: 66px;
}

.footer-bottom span,
.footer-bottom a {
    font-size: 15px;
    color: #999999;
}

.ny-banner {
    padding-top: 100px;
}

.ny-banner p.cfff,
.ny-banner div.cfff {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    width: 100%;
}

.ny-banner div.cfff>p {
    font-size: 46px;
}

.ny-con {
    font-size: 16px;
    line-height: 1.6;
    flex: 1;
    margin-left: 9.2708vw;
}

.ny-con2 {
    font-size: 16px;
    line-height: 1.6;
    width: 85%;
    margin-top: 38px;
}

.bgf1 {
    background-color: #f1f1f1;
}

.ny-menu li {
    flex: 1;
    text-align: center;
    line-height: 70px;
}

.ny-menu li.active {
    border-bottom: 1px solid #cd281e;
}

.ny-menu li.active a,
.ny-menu li:hover a {
    color: #cd281e;
}

.nyzb-title {
    font-size: 36px;
    margin-bottom: 50px;
}


/*  */

.inside-detail {
    display: block;
    width: 100%;
    padding-top: 50px;
}

.inside-detail:before,
.inside-detail:after {
    content: " ";
    display: table;
}

.inside-detail:after {
    clear: both;
}

.inside-left {
    width: 980px;
    float: left;
}

.inside-right {
    float: right;
    width: 380px;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 50px 30px;
}

.inside-right .right-title {
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inside-right .right-title:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 4px;
    height: 24px;
    background-color: #cd281e;
}

.inside-right .right-title span {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: bold;
    margin-bottom: 30px;
}

.inside-right .right-title p {
    font-size: 12px;
}

.inside-right .right-table {
    margin: 50px 0;
    width: 100%;
    border: 2px solid #cfcfcf;
}

.inside-right .right-table .tr {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 2px solid #cfcfcf;
}

.inside-right .right-table .tr .left {
    height: 50px;
    line-height: 48px;
    width: 140px;
    text-align: center;
    border-right: 2px solid #cfcfcf;
}

.inside-right .right-table .tr .right {
    padding-left: 8px;
    height: 50px;
    line-height: 50px;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inside-right .right-table .tr:last-child {
    border-bottom: none;
}

.inside-right .right-form {
    display: block;
}

.inside-right .right-form label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inside-right .right-form label img {
    display: inline-block;
    width: 24px;
}

.inside-right .right-form label span {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.inside-right .right-form label input[type="text"] {
    width: 100%;
    height: 37px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #cccccc;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
}

.inside-right .right-form label button {
    width: 100%;
    height: 46px;
    background-color: #cd281e;
    border-radius: 23px;
    margin-top: 30px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.inside-right .right-form label button:hover {
    box-shadow: 0 0 10px 0 rgba(205, 40, 30, .5);
    transition: all .5s;
}

.inside-right .right-form label button img {
    width: 18px;
    height: 20px;
    margin-right: 5px;
}

.inside-right .right-form label:last-child {
    border: none;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.com-list {
    padding-bottom: 20px;
}

.com-list ul li a>img {
    width: 745px;
    height: 400px;
}

.com-list ul li a {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 55px;
}

.com-list ul li a .list-right {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 595px;
    height: 400px;
    border: 2px solid #eeeeee;
    padding: 30px 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.com-list ul li a .list-right h1 {
    width: 100%;
    font-size: 30px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.com-list ul li a .list-right .text {
    width: 100%;
    height: 196px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.com-list ul li a .list-right .text p {
    font-size: 16px;
    color: #595757;
    line-height: 28px;
    text-indent: 2em;
}

.com-list ul li a .list-right .case-more {
    align-self: flex-end;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #9c0700;
    line-height: 40px;
    padding: 0 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.com-list ul li a .list-right .case-more img {
    width: 13px;
    margin-left: 5px;
}

.live-left {
    width: 980px;
    float: left;
}

.live-left .live-box ul>li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #b8b8b8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.live-left .live-box ul>li a:before,
.live-left .live-box ul>li a:after {
    content: " ";
    display: table;
}

.live-left .live-box ul>li a:after {
    clear: both;
}

.live-left .live-box ul>li .imgShow {
    display: block;
    width: 335px;
    height: 295px;
    float: left;
}

.live-left .live-box ul>li .left-content {
    width: auto;
    height: 295px;
    float: left;
    margin-left: 25px;
    position: relative;
}

.live-left .live-box ul>li .left-content .text .zb-bt {
    display: block;
    color: #2e2e36;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.live-left .live-box ul>li .left-content .text p {
    font-size: 16px;
    margin-top: 20px;
}

.live-left .live-box ul>li .left-content dl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 570px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.live-left .live-box ul>li .left-content dl dd {
    position: relative;
}

.live-left .live-box ul>li .left-content dl dd:after {
    position: absolute;
    top: 50%;
    left: 56px;
    content: "";
    width: 70px;
    height: 1px;
    background: url(../images/live_bg.png) repeat-x;
}

.live-left .live-box ul>li .left-content dl dd img {
    width: 51px;
    height: 51px;
}

.live-left .live-box ul>li .left-content dl dd p {
    font-size: 14px;
    color: #424242;
    margin-top: 15px;
}

.live-left .live-box ul>li .left-content dl dd:last-child:after {
    display: none;
}

.live-detail .inside-right {
    margin-top: 110px;
}

.live-detail .com-link {
    margin-bottom: 0;
}

.c666 {
    color: #666666;
}

.live-detail .live-title p {
    font-size: 34px;
    text-align: center;
    padding-top: 35px;
    margin-bottom: 25px;
}

.live-detail .live-title .text {
    font-size: 15px;
    color: #9c9c9c;
    line-height: 1em;
    margin-bottom: 0;
    text-align: center;
}

.teamCase-boxTitle {
    color: #333;
    position: relative;
    padding-left: 18px;
    margin-top: 80px;
    margin-bottom: 20px;
}

.teamCase-boxTitle:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 4px;
    height: 33px;
    background-color: #cd281e;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.teamCase-boxTitle span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.teamCase-boxTitle p {
    font-size: 14px;
}

.teamCase .link-more {
    padding-bottom: 0;
    padding-top: 0;
}

.teamCase .team-bot {
    position: relative;
}

.teamCase .team-bot a {
    display: block;
}

.teamCase .team-bot a img {
    display: block;
    width: 100%;
    height: 230px;
}

.teamCase .team-bot a .text {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #f9f9f9;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.teamCase .team-bot a .text p {
    line-height: 60px;
    width: 350px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #424242;
}

.teamCase .team-bot a .text span {
    position: absolute;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    height: 2px;
    background-color: #747474;
}

.teamCase .team-bot a .text span.border-top {
    display: none;
    top: 22px;
}

.teamCase .team-bot a .text span.border-top:before,
.teamCase .team-bot a .text span.border-top:after {
    top: 0;
}

.teamCase .team-bot a .text span.border-bot {
    display: none;
    bottom: 22px;
}

.teamCase .team-bot a .text span.border-bot:before,
.teamCase .team-bot a .text span.border-bot:after {
    bottom: 0;
}

.teamCase .team-bot a:hover .text {
    background-color: #9c0700;
}

.teamCase .team-bot a:hover .text p {
    color: #fff;
}

.teamCase .team-bot a:hover .text span {
    background-color: #fff;
}

.teamCase .team-bot a:hover .text span:before,
.teamCase .team-bot a:hover .text span:after {
    background-color: #fff;
}

.teamCase-content ul {
    margin-right: -45px;
}

.teamCase-content ul:before,
.teamCase-content ul:after {
    content: " ";
    display: table;
}

.teamCase-content ul:after {
    clear: both;
}

.teamCase-content ul li {
    float: left;
    margin-right: 45px;
    margin-bottom: 40px;
}

.teamCase-content ul li a {
    display: block;
    width: 435px;
}

.teamCase-content ul li a img {
    display: block;
    width: 100%;
    height: 230px;
}

.teamCase-content ul li a .text {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #f9f9f9;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.teamCase-content ul li a .text p {
    line-height: 60px;
    width: 350px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #424242;
}

.teamCase-content ul li a .text span {
    position: absolute;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    height: 2px;
    background-color: #747474;
}

.teamCase-content ul li a .text span.border-top {
    display: none;
    top: 22px;
}

.teamCase-content ul li a .text span.border-top:before,
.teamCase-content ul li a .text span.border-top:after {
    top: 0;
}

.teamCase-content ul li a .text span.border-bot {
    display: none;
    bottom: 22px;
}

.teamCase-content ul li a .text span.border-bot:before,
.teamCase-content ul li a .text span.border-bot:after {
    bottom: 0;
}

.teamCase-content ul li a:hover .text {
    background-color: #9c0700;
}

.teamCase-content ul li a:hover .text p {
    color: #fff;
}

.teamCase-content ul li a:hover .text span {
    background-color: #fff;
}

.teamCase-content ul li a:hover .text span:before,
.teamCase-content ul li a:hover .text span:after {
    background-color: #fff;
}

.com-link {
    margin-top: 40px;
    font-size: 16px;
    line-height: 21px;
}

.com-link a {
    position: relative;
    display: block;
    color: #000;
    padding-left: 40px;
}

.com-link a:hover {
    color: #9c0700;
}

.com-link a:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: ">";
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #cd281e;
    text-align: center;
    line-height: 13px;
    font-size: 16px;
    border: 2px solid #cd281e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.com-link .link-prev {
    margin-bottom: 20px;
}

.com-link .link-prev:before {
    transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
}

.com-link .link-next:before {
    transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
}

.com-title {
    color: #2e2e36;
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
}

.com-title:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 4px;
    background-color: #e60012;
    top: 0;
    left: 0;
}

.com-title span {
    display: block;
    font-size: 35px;
    padding: 25px 0 15px;
}

.com-title p {
    font-size: 30px;
}


/*
  .live-box p{
    border-bottom: 3px solid #cd281e;
    line-height: 30px !important;
    font-size: 18px !important;
    color: #ffffff;
    padding-left: 16px;
    width: 933px !important;
    float: left !important;
    margin: 15px 5px !important;
    position: relative;
  }
  */


/*
  .live-box p:before{
    position: absolute;
    left: 0;
    z-index: -1;
    width: 6em;
    height: 100%;
    background: #cd281e;
    content: "";
  }
  */

.live-detail .live-box>p {
    border-bottom: 3px solid #cd281e;
    line-height: 30px !important;
    font-size: 18px !important;
    color: #ffffff;
    padding-left: 16px;
    width: 933px !important;
    float: left !important;
    margin: 15px 5px !important;
    position: relative;
}

.live-detail .live-box>p:before {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 6em;
    height: 100%;
    background: #cd281e;
    content: "";
}

.live-detail .live-box>div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.live-detail .live-box img {
    width: 310px !important;
    height: 240px !important;
    margin: 0 5px;
}


/* .live-detail .live-box>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    width: 100%;
} */

.live-detail .live-box dl {
    margin-top: 40px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.live-detail .live-box dl dt {
    width: 100%;
}

.live-detail .live-box dl dt span {
    display: block;
}

.live-detail .live-box dl dt .plan {
    color: #2f2725;
    font-size: 18px;
    margin-bottom: 5px;
}

.live-detail .live-box dl dt .date {
    color: #e90000;
    font-size: 14px;
    margin-bottom: 12px;
}

.live-detail .live-box dl dd img {
    width: 295px;
    height: 250px;
}

.inside-option {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 65px;
}

.inside-option .item a {
    display: block;
    border: 2px solid #c9c9c9;
    padding: 0 4px;
    height: 32px;
    line-height: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #a1a1a1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 4px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.inside-option .item a:hover {
    background-color: #9c0700;
    color: #fff;
    border-color: #9c0700;
}

.inside-option ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.inside-option a {
    display: block;
    border: solid 1px #999999;
    width: max-content;
    height: 32px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin: 0 4px;
    padding: 0 10px;
}

.inside-option a:hover {
    background-color: #cd281e;
    color: #fff;
    border-color: #cd281e;
}

.inside-option a.hover,
.sy-menu li.active,
.sy-menu li:hover {
    background-color: #cd281e;
    color: #fff;
    border-color: #cd281e;
    transition: all .5s;
    cursor: pointer;
}

.inside-option .all {
    display: none;
}

.left-content .not,
.jd~dd .active {
    display: none;
}

.jd~dd .not {
    display: block;
}

.about-recruit ul li {
    padding-top: 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid #7c7c91;
}

.about-recruit ul li:last-child {
    border: none;
}

.about-recruit .title {
    font-size: 20px;
    vertical-align: middle;
    color: #9c0700;
}

.about-recruit .title img {
    display: inline-block;
    margin-right: 10px;
}

.about-recruit .text {
    font-size: 20px;
    line-height: 2em;
    color: #939393;
}

.about-recruit .text .box {
    padding-top: 20px;
    margin-bottom: 40px;
}

.about-recruit .text span {
    display: block;
}

.about-contact {
    padding-bottom: 120px;
}

.about-contact .title {
    font-size: 36px;
    color: #939393;
    text-align: center;
    margin-top: 135px;
}

.about-contact .box {
    width: 800px;
    margin: 0 auto;
}

.about-contact .box ul li {
    position: relative;
    margin-top: 100px;
    vertical-align: middle;
    padding-left: 152px;
}

.about-contact .box ul li:before,
.about-contact .box ul li:after {
    content: " ";
    display: table;
}

.about-contact .box ul li:after {
    clear: both;
}

.about-contact .box ul li .left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 132px;
    display: inline-block;
    vertical-align: middle;
}

.about-contact .box ul li .right {
    float: right;
    width: 620px;
    padding-left: 17px;
    border-left: 1px solid #8c8c8c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.about-contact .box ul li .right span {
    display: block;
    font-size: 30px;
    color: #939393;
    line-height: 1.1em;
}

.about-contact .box ul li .right p {
    font-size: 66px;
    color: #9c0700;
    line-height: 1.2em;
    white-space: nowrap;
}

.about-contact .contact-gzh {
    margin-top: 110px;
    margin-bottom: 90px;
}

.about-contact .contact-gzh img.wx {
    display: block;
    width: 114px;
    height: 114px;
    margin: 0 auto 20px;
}

.about-contact .contact-gzh .p1 {
    font-size: 28px;
    color: #939393;
    text-align: center;
    margin-bottom: 60px;
}

.about-contact .contact-gzh img.ewm {
    display: block;
    width: 322px;
    margin: 0 auto;
}

.about-contact .contact-gzh span {
    font-size: 35px;
    color: #9c0700;
    text-align: center;
    display: block;
    margin-top: 55px;
    margin-bottom: 30px;
    font-weight: bold;
}

.about-contact .contact-gzh .p2 {
    text-align: center;
    font-size: 35px;
    color: #939393;
}

.about-contact .contact-map span {
    font-size: 35px;
    color: #9c0700;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-contact .contact-map .map {
    width: 100%;
}

.yw-title {
    font-size: 38px;
}

.mb40 {
    margin-bottom: 40px;
}

.yw-team {
    grid-gap: 1.5625vw;
}

.yw-team>div {
    flex: 1;
    height: 400px;
    overflow: hidden;
}

.yw-team .yw-teamright {
    grid-gap: 1.5625vw;
    flex-wrap: wrap;
}

.yw-team .yw-teamright a {
    width: 100%;
    display: block;
    height: 185px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.yw-team .ywteam-img {
    width: 155px;
    height: 185px;
    overflow: hidden;
}

.yw-team .ywteam-con {
    flex: 1;
    color: #333;
    padding: 1.0417vw;
}

.ywteam-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.yw-team .ywteam-con>div {
    color: #666666;
    line-height: 1.6;
    margin-top: 0.9375vw;
}

.lc-box {
    grid-gap: 1.25vw;
}

.lc-box>div {
    flex: 1;
}

.lc-box .text-center {
    margin-top: 20px;
    font-size: 20px;
}

.tj-box {
    flex: 1;
    margin-left: 60px;
}

.tj-box li {
    margin-right: 60px;
    color: #333333;
    font-size: 18px;
}

.tj-box .more,
.bs-box .more {
    width: 120px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e47a38;
    line-height: 40px;
    text-align: center;
    color: #e47a38;
}

.tj-box .more:hover,
.bs-box .more:hover,
.bs-menu .active {
    background-color: #cd281e;
    border: solid 1px #cd281e;
    color: #fff;
    transition: all .5s;
    cursor: pointer;
}

.tj-box li.active {
    font-weight: bold;
}

.ywSwiper {
    height: 870px;
    padding-bottom: 50px;
}

.ywSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 28px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    background: #f5f5f5;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bsSwiper .swiper-slide {
    height: calc((100% - 28px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ywSwiper a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.dcSwiper {
    height: 840px;
}

.dcSwiper a {
    padding: 0;
    border: solid 1px #cccccc;
    background-color: #ffffff;
}

.yw-al {
    width: 100%;
    height: 306px;
    margin-bottom: 20px;
    overflow: hidden;
}

.yw-al img {
    width: 100%;
    overflow: hidden;
    height: 306px;
}

.ywSwiper p {
    margin-bottom: 30px;
    color: #333;
    width: max-content;
    margin: 0 auto;
    line-height: 1.5;
}

.ywSwiper .swiper-slide:hover,
.cj-zb a:hover .flex-center,
.dcSwiper a:hover {
    background-color: #cd281e;
    transition: all .5s;
}

.ywSwiper .swiper-slide:hover p {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.ywSwiper .swiper-pagination-bullet-active,
.bsSwiper .swiper-pagination-bullet-active {
    background-color: #cd281e;
}

.yw-zb {
    grid-gap: 20px;
}

.yw-zb a {
    flex: 1;
    background-color: #fff;
    width: 20%;
}

.yw-zb .yw-zbimg {
    height: 251px;
    overflow: hidden;
}

.yw-zb .yw-zbcon {
    padding: 20px;
    color: #333;
    width: 100%;
}

.dc-box>div:last-child .yw-zbcon {
    color: #333;
    width: 68%;
}

.yw-zb .yw-zbcon .title,
.dc-zb .yw-zbcon .title {
    font-size: 20px;
    margin-bottom: 10px;
    max-width: 296px;
}

.yw-zb .yw-zbcon .ftitle,
.dc-zb .yw-zbcon .ftitle {
    color: #666666;
    margin-bottom: 20px;
}

.yw-zbcon2 .ftitle {
    color: #fff;
}

.yw-zb .yw-zbcon .jd,
.cj-zb .jd,
.dc-zb .yw-zbcon .jd,
.yw-zbcon2 .jd {
    width: 90px;
    background-image: linear-gradient(90deg, #fcad7c 0%, #f67c2b 100%);
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
}

.yw-zb .yw-zbcon .xq,
.dc-zb .yw-zbcon .xq,
.yw-zbcon2 .xq {
    font-size: 14px;
    width: 80px;
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #cd281e;
    color: #cd281e;
    text-align: center;
    line-height: 30px;
}

.yw-zb a:hover .xq,
.dc-zb a:hover .xq {
    background-color: #cd281e;
    color: #fff;
}

.yw-team2 {
    width: 57%;
    height: 536px;
}

.yw-rightteam2 {
    width: 19.5%;
    background-color: #fff;
    height: 100%;
    display: block;
}

.yw-rightteam2 .ywteam-img {
    height: 300px;
    overflow: hidden;
}

.yw-rightteam2 .text-center {
    background-color: #fff;
    color: #666;
    padding-bottom: 40px;
}

.yw-rightteam2 .text-center .title {
    padding-top: 20px;
    font-size: 26px;
    color: #333;
    position: relative;
    padding-bottom: 14px;
    line-height: normal;
    margin-bottom: 18px;
}

.yw-rightteam2 .text-center .title::after {
    width: 20px;
    height: 4px;
    background-color: #cd281e;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.yw-rightteam2 .text-center .ftitle {
    line-height: 1.6;
}

.yw-rightteam2 .text-center .more {
    width: 84px;
    background-color: #ffffff;
    border: solid 1px #666666;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.bs-menu li {
    margin-right: 10px;
}

.bsSwiper {
    height: 860px;
    padding-bottom: 60px;
}

.bsSwiper a,
.yw-al2 {
    height: 385px;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
}

.bsSwiper .text-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    color: #fff;
}

.bsSwiper .all-img {
    filter: brightness(0.8);
}

.yw-lc2 {
    background-image: url(../images/lc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.yw-lc3 {
    background-image: url(../images/lc-bg2.jpg);
}

.yw-lc2 .lc-box .lc-img {
    border-radius: 50%;
    width: 93px;
    height: 93px;
}

.yw-lc2 .lc-box .lc-img img {
    border-radius: 50%;
}

.yw-lc2 .lc-box p.text-center {
    font-size: 20px;
    color: #fff;
}

.yw-lc3 .lc-box p.text-center {
    font-size: 20px;
    color: #333;
}

.yw-lc2 .lc-box div.text-center {
    margin-top: -30px;
}

.jjfa-b {
    color: #fff;
}

.jjfa-b dl {
    position: relative;
    overflow: hidden;
    width: 16%;
    transition: all 0.5s;
    height: 440px;
}

.jjfa-b dl dt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 3;
    transition: all 0.5s;
    /* background-color: #014099; */
    border-radius: 4px;
    height: 100%;
}

.jjfa-b dl h4 img {
    height: 440px;
}

.jjfa-b dl .dt-box {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 33px;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
}

.jjfa-b dl dt h3 {
    font-size: 28px;
    /* writing-mode: vertical-rl; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}

.jjfa-b dl dt h5 {
    font-size: 16px;
}

.jjfa-b dl dt p {
    line-height: 30px;
    opacity: 0;
}

.jjfa-b dl.active {
    width: 50%
}

.jjfa-b dl.active dt h5 {
    margin: 0;
}

.jjfa-b dl.active dt p,
.jjfa-b dl.active h4 {
    opacity: 1;
}

.jjfa-b dl.active .jjfa-dt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    font-size: 14px;
    padding: 20px 20px 30px 20px;
    left: 0;
}

.jjfa-b dl.active .jjfa-dt p {
    font-size: 14px;
}

.cj-menu li,
.cj-menu li a {
    font-size: 18px;
    color: #333;
}

.cj-menu li {
    margin: 0 43px;
    cursor: pointer;
}

.cj-menu li.active {
    font-weight: bold;
}

.cjSwiper .swiper-slide {
    background-color: #fff;
    border-radius: 20px;
}

.cjSwiper .swiper-slide .yw-al {
    height: 307px;
    width: 100%;
    border-radius: 20px;
}

.cjSwiper .swiper-slide .yw-al img {
    height: 100%;
    border-radius: 20px;
}

.cjSwiper .swiper-slide:hover {
    background-color: #fff;
}

.cjSwiper .swiper-slide:hover .text-center {
    color: #cd281e;
    border-bottom: 1px solid #cd281e;
}

.yw-rightteam2:hover .text-center {
    background-color: #cd281e;
    transition: all .5s;
    color: #fff;
}

.yw-rightteam2:hover .title {
    color: #fff;
}

.yw-rightteam2:hover .text-center .more {
    border-color: #fff;
    background-color: transparent;
}

.cj-zb {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.cj-zb .cj-zbimg {
    width: 180px;
    height: 135px;
    overflow: hidden;
}

.cj-zb .yw-zbcon {
    flex: 1;
    padding-left: 1.5625vw;
}

.cj-zb .flex-center {
    padding: 20px;
    background-color: #fff;
}

.cj-zb .jd {
    width: 80px;
    border-radius: 0;
    margin-top: 28px;
}

.cj-zb .title {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
    max-width: 180px;
}

.cj-zb .ftitle {
    color: #666;
}

.cj-zb a:hover .flex-center .ftitle,
.cj-zb a:hover .flex-center .title {
    color: #fff;
}

.dc-team {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.0833vw;
    /* height: 600px; */
}

.dc-team>div:first-child {
    grid-row: 1/3;
}

.dc-team>div {
    background-color: #fff;
    padding: 20px;
    color: #666;
}

.dcteam-img {
    height: 348px;
    margin-bottom: 30px;
    overflow: hidden;
}

.dc-team>div:first-child .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 18px;
}

.dc-team>div .cjteam-jj {
    color: #666;
    line-height: 1.6;
    margin-bottom: 50px;
}

.dc-team>div .ywteam-title {
    color: #cd281e;
    font-size: 28px;
    line-height: normal;
}

.dc-team>div .ywteam-img {
    width: 180px;
    height: 100%;
    overflow: hidden;
}

.dc-team>div .ywteam-con {
    flex: 1;
    margin-left: 30px;
}

.dc-team a,
.dc-box>div:first-child a,
.sytdSwiper a {
    display: block;
    height: 100%;
}

.dc-team .flex-center,
.dc-box>div:first-child a>div {
    height: 100%;
}

.dc-box>div {
    flex: 1;
}

.dc-box>div:first-child {
    margin-right: 1.5625vw;
    overflow: hidden;
}

.dc-zb a {
    height: 175px;
    padding: 20px;
    display: block;
    background-color: #f4f4f4;
    margin-bottom: 10px;
}

.dc-zb .yw-zbimg {
    width: 180px;
    margin-right: 1.5625vw;
    overflow: hidden;
}

.dc-zb a:last-child {
    margin-bottom: 0;
}

.yw-zbcon2 {
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 60px;
}

.yw-zbcon2 .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}

.yw-ftitle {
    margin-top: 20px;
    font-size: 20px;
}

.sy-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.sy-box>div {
    overflow: hidden;
    height: 460px;
}

.sy-box>div .sy-nr {
    position: absolute;
    left: 28px;
    bottom: 30px;
}

.sy-box>div p {
    color: #cccccc;
}

.sy-box>div p.font-weight {
    color: #fff;
    margin-bottom: 10px;
    font-size: 26px;
}

.sy-menu li {
    width: 120px;
    border-radius: 20px;
    border: solid 1px #999999;
    margin: 0 5px;
    line-height: 40px;
    color: #666666;
    text-align: center;
}

.sy-menu li a {
    color: #666666;
}

.sySwiper {
    height: 750px;
}

.sySwiper a {
    overflow: hidden;
    padding: 0;
}

.sySwiper .sy-text {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
}

.sySwiper .sy-text p {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 80%;
    transform: translateX(-50%);
    color: #fff;
}

.sySwiper a:hover .text-center {
    border-bottom: none;
}

.sySwiper .swiper-pagination-bullet,
.sytdSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    background-color: #999999;
    border-radius: 4px;
    opacity: 1;
}

.sySwiper .swiper-pagination-bullet-active,
.sytdSwiper .swiper-pagination-bullet-active {
    width: 40px;
    background-color: #cd281e;
}

.sytdSwiper {
    height: 460px;
    padding-bottom: 60px;
}

.sytdSwiper .sy-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 51, 51, .9);
    border-radius: 10px;
    color: #fff;
    width: 100%;
    /* padding: 20px 30px; */
}

.sytdSwiper .sy-text .pd {
    padding: 20px;
}

.sytdSwiper .swiper-slide:first-child {
    width: 685px !important;
}

.sytdSwiper .swiper-slide:nth-child(2),
.sytdSwiper .swiper-slide:nth-child(3) {
    width: 327px !important;
}

.sytdSwiper .swiper-slide,
.sytdSwiper .swiper-slide img {
    border-radius: 10px;
}

.sytdSwiper .sy-text .title {
    font-size: 22px;
    width: 60%;
}

.sytdSwiper .sy-text .ovh3 {
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
    position: relative;
    visibility: hidden;
    height: 0;
    opacity: 0;
}

.sytdSwiper .sy-text .ovh3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.sytdSwiper .sy-text .text-center {
    line-height: 46px;
    background-color: #cd281e;
    border-radius: 0px 0px 10px 10px;
    /* display: none; */
    visibility: hidden;
    height: 0;
    opacity: 0;
}

.sytdSwiper .swiper-slide:hover .ovh3 {
    padding-top: 20px;
    opacity: 1;
    margin-top: 20px;
    height: auto;
    visibility: visible;
    transition: all .5s;
}

.sytdSwiper .swiper-slide:hover .text-center,
.sytdSwiper .swiper-slide:hover .ovh3::after {
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: all .5s;
}

.sytdSwiper .swiper-slide:hover .ovh3::after {
    height: 2px;
}

@media (min-width: 1366px) and (max-width: 1500px) {
    .header {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .all-box {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .header .header-menu>li {
        padding: 0 8px;
    }
    .logo {
        width: 230px;
        padding-right: 10px;
        margin-right: 10px;
    }
    .logo img {
        width: 100%;
        object-fit: contain;
    }
    .menu ul ul .flexbet {
        padding: 40px 30px;
    }
    .yw-box .yw-con {
        height: 190px;
    }
    .yw-box .yw-title {
        max-width: 100%;
        margin-bottom: 8px;
    }
    .yw-box li img {
        height: 500px;
    }
    .about-left {
        width: 580px;
    }
    .about-right {
        top: 90px;
    }
    .new-left {
        width: 600px;
    }
    .sytdSwiper .swiper-slide:first-child {
        width: 575px !important;
    }
    .sytdSwiper .swiper-slide:nth-child(2),
    .sytdSwiper .swiper-slide:nth-child(3) {
        width: 275px !important;
    }
    .cj-zb .cj-zbimg {
        width: 138px;
    }
    .live-left {
        width: 910px;
    }
    .teamCase-content ul li a {
        width: 415px;
    }
    .live-left .live-box ul>li .left-content dl {
        width: 506px;
    }
    .live-left .live-box ul>li .left-content dl dd:after {
        width: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .header {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .all-box {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .header .header-menu .f18 {
        font-size: 16px;
    }
    .logo-title {
        font-size: 17px;
    }
    .logo-ftitle {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .header .header-menu>li {
        padding: 0 8px;
    }
    .logo {
        width: 230px;
        padding-right: 10px;
        margin-right: 10px;
    }
    .logo img {
        width: 100%;
        object-fit: contain;
    }
    .menu ul ul .flexbet {
        padding: 40px 30px;
    }
    .yw-box .yw-con {
        height: 190px;
    }
    .yw-box .yw-title {
        max-width: 100%;
        margin-bottom: 8px;
        font-size: 17px;
    }
    .yw-box li img {
        height: 500px;
    }
    .about-left {
        width: 560px;
    }
    .about-right {
        top: 170px;
    }
    .new-left {
        width: 600px;
    }
    .sytdSwiper .swiper-slide:first-child {
        width: 575px !important;
    }
    .sytdSwiper .swiper-slide:nth-child(2),
    .sytdSwiper .swiper-slide:nth-child(3) {
        width: 275px !important;
    }
    .cj-zb .cj-zbimg {
        width: 138px;
    }
    .inside-right {
        width: 340px;
    }
    .live-detail .live-box p {
        width: 770px !important;
    }
    .live-left {
        width: 770px;
    }
    .teamCase-content ul li a {
        width: 360px;
    }
    .live-left .live-box ul>li .left-content dl {
        width: 411px;
    }
    .yw-box .yw-text p {
        font-size: 14px;
    }
    .al-menu img {
        width: 90px;
        height: 90px;
    }
    .al-menu li.active img {
        width: 110px;
        height: 110px;
    }
    /* .live-detail .live-box>div {
        grid-template-columns: repeat(2, 1fr);
    } */
    .live-left .live-box ul>li .left-content dl dd:after {
        width: 30px;
    }
}

@media (min-width: 751px) and (max-width: 1199px) {
    .all-box,
    .header {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .phone-block {
        display: block;
    }
    .banner {
        height: 60vh;
    }
    .phone-none,
    .head-menu {
        display: none;
    }
    .header {
        height: 60px;
    }
    .logo {
        width: 200px;
    }
    .logo img {
        width: 100%;
        object-fit: contain;
    }
    .p90,
    .p80 {
        padding: 40px 0;
    }
    .all-title {
        font-size: 32px;
    }
    .yw-box,
    .al-con,
    .team-imgs,
    .zb-box,
    .cj-zb,
    .dc-team,
    .sy-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .new-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .team-menu {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 30px;
    }
    .service-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .mt60 {
        margin-top: 30px;
    }
    .al-menu img {
        width: 80px;
        height: 80px;
    }
    .al-menu li.active img {
        width: 100px;
        height: 100px;
    }
    .al-menu li {
        margin-bottom: 10px;
    }
    .team-imgs a:first-child {
        grid-column: auto;
    }
    .team-menu li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .fw-title {
        font-size: 18px;
    }
    .xs-box .xs-title {
        line-height: 32px;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .xs-box .swiper-slide {
        padding: 15px;
    }
    .about-right {
        width: 100%;
        position: relative;
        top: 26px;
    }
    .about-left {
        width: 100%;
        padding-top: 40px;
    }
    .about-left .mt60 {
        font-size: 22px;
    }
    .news-menu li {
        width: 27%;
    }
    .new-left {
        width: 90vw;
    }
    .new-box .new-leftimg {
        height: auto;
    }
    .new-left .ovh {
        font-size: 20px;
        margin: 16px 0;
    }
    .new-right .new-rightimg {
        width: 120px;
        height: 98px;
        overflow: hidden;
    }
    .new-con {
        max-width: 50vw;
        margin-left: 10px;
    }
    .new-con p.ovh {
        font-size: 16px;
    }
    .new-con div {
        font-size: 14px;
    }
    .footer-menu,
    .logo-right,
    .logo::after {
        display: none;
    }
    .footer-bottom {
        line-height: 26px;
        padding: 15px 0;
    }
     :root {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header2 .menu-button img {
        filter: grayscale(100%) brightness(20%);
    }
    .ny-banner {
        padding-top: 0;
        height: 500px;
    }
    .ny-banner div.cfff>p {
        font-size: 26px;
        width: 100%;
    }
    .ny-con {
        font-size: 14px;
        line-height: 1.6;
        flex: auto;
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .yw-title {
        font-size: 28px;
        width: 100%;
    }
    .mb40 {
        margin-bottom: 20px;
    }
    .yw-team>div {
        flex: auto;
        width: 100%;
        height: auto;
    }
    .ywteam-title {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .flex-center {
        flex-wrap: wrap;
    }
    .lc-box>div {
        flex: auto;
        margin-bottom: 20px;
    }
    .tj-box {
        width: 100%;
        flex: auto;
        margin-left: 0;
        margin-top: 20px;
    }
    .tj-box li {
        margin-right: 20px;
    }
    .tj-box .more,
    .bs-box .more {
        width: 76px;
    }
    .yw-zb a {
        width: 47%;
        flex: auto;
    }
    .cj-menu li {
        margin: 0 10px;
    }
    .yw-team2 {
        width: 100%;
    }
    .jjfa-b dl,
    .jjfa-b dl.active {
        width: 50%;
    }
    .yw-rightteam2 {
        width: 50%;
        margin-top: 10px;
    }
    .cj-zb .cj-zbimg {
        width: 100%;
        height: 232px;
    }
    .cj-zb .title {
        max-width: 37vw;
        margin-top: 10px;
    }
    .bs-box {
        margin-top: 20px;
    }
    .dcteam-img {
        height: auto;
        margin-bottom: 10px;
    }
    .dc-team>div .ywteam-img {
        width: 100%;
        height: 340px;
        margin-bottom: 20px;
    }
    .dc-team>div .ywteam-con {
        margin-left: 0;
    }
    .dc-team>div .ywteam-title {
        font-size: 24px;
    }
    .dc-box>div,
    .dc-zb .yw-zbimg {
        flex: auto;
        width: 100%;
    }
    .yw-zbcon2 {
        padding: 10px;
    }
    .dc-zb a {
        height: auto;
    }
    .dc-box>div:last-child .yw-zbcon {
        width: 100%;
        margin-top: 20px;
    }
    .yw-ftitle {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    .sy-menu {
        grid-gap: 4px;
    }
    .sy-menu li {
        width: auto;
        margin: 0;
        font-size: 14px;
        flex: 1;
    }
    .sy-menu li a {
        font-size: 14px;
    }
    .sytdSwiper .swiper-slide:first-child {
        width: auto !important;
    }
    .sytdSwiper .swiper-slide:nth-child(2),
    .sytdSwiper .swiper-slide:nth-child(3) {
        width: auto !important;
    }
    .yw-rightteam2 .text-center .title {
        font-size: 18px;
    }
    .ny-con2,
    .live-left,
    .inside-right {
        width: 100%;
    }
    .ny-banner p.cfff,
    .ny-banner div.cfff {
        font-size: 34px;
    }
    .nyzb-title {
        font-size: 30px;
        margin-bottom: 0;
    }
    .live-left .live-box ul>li .imgShow {
        width: 100%;
        margin-bottom: 10px;
    }
    .live-left .live-box ul>li .left-content .text .zb-bt {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .live-left .live-box ul>li .left-content,
    .live-left .live-box ul>li .left-content dl {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 750px) {
    .all-box,
    .header {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .phone-block {
        display: block;
    }
    .banner {
        height: 60vh;
    }
    .phone-none,
    .head-menu {
        display: none;
    }
    .header {
        height: 60px;
    }
    .logo {
        width: 200px;
    }
    .logo img {
        width: 100%;
        object-fit: contain;
    }
    .p90,
    .p80 {
        padding: 40px 0;
    }
    .all-title {
        font-size: 32px;
    }
    .yw-box,
    .al-con,
    .team-imgs,
    .zb-box,
    .new-box,
    .cj-zb,
    .dc-team,
    .sy-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .team-menu {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 30px;
    }
    .service-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .mt60 {
        margin-top: 30px;
    }
    .al-menu img {
        width: 80px;
        height: 80px;
    }
    .al-menu li.active img {
        width: 100px;
        height: 100px;
    }
    .al-menu li {
        margin-bottom: 10px;
    }
    .team-imgs a:first-child {
        grid-column: auto;
    }
    .team-menu li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .fw-title {
        font-size: 18px;
    }
    .xs-box .xs-title {
        line-height: 32px;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .xs-box .swiper-slide {
        padding: 15px;
    }
    .about-right {
        width: 100%;
        position: relative;
        top: 26px;
    }
    .about-left {
        width: 100%;
        padding-top: 40px;
    }
    .about-left .mt60 {
        font-size: 22px;
    }
    .news-menu li {
        width: 27%;
    }
    .new-left {
        width: 90vw;
    }
    .new-box .new-leftimg {
        height: 180px;
    }
    .new-left .ovh {
        font-size: 20px;
        margin: 16px 0;
    }
    .new-right .new-rightimg {
        width: 120px;
        height: 98px;
        overflow: hidden;
    }
    .new-con {
        max-width: 50vw;
        margin-left: 10px;
    }
    .new-con p.ovh {
        font-size: 16px;
    }
    .new-con div {
        font-size: 14px;
    }
    .footer-menu,
    .logo-right,
    .logo::after {
        display: none;
    }
    .footer-bottom {
        line-height: 26px;
        padding: 15px 0;
    }
     :root {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header2 .menu-button img {
        filter: grayscale(100%) brightness(20%);
    }
    .ny-banner {
        padding-top: 0;
        height: 500px;
    }
    .ny-banner div.cfff>p {
        font-size: 26px;
        width: 100%;
    }
    .ny-con {
        font-size: 14px;
        line-height: 1.6;
        flex: auto;
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .yw-title {
        font-size: 28px;
        width: 100%;
    }
    .mb40 {
        margin-bottom: 20px;
    }
    .yw-team>div {
        flex: auto;
        width: 100%;
        height: auto;
    }
    .ywteam-title {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .flex-center {
        flex-wrap: wrap;
    }
    .lc-box>div {
        flex: auto;
        margin-bottom: 20px;
    }
    .tj-box {
        width: 100%;
        flex: auto;
        margin-left: 0;
        margin-top: 20px;
    }
    .tj-box li {
        margin-right: 20px;
    }
    .tj-box .more,
    .bs-box .more {
        width: 76px;
    }
    .yw-zb a {
        width: 100%;
    }
    .cj-menu li {
        margin: 0 10px;
    }
    .jjfa-b dl,
    .jjfa-b dl.active,
    .yw-team2 {
        width: 100%;
    }
    .yw-rightteam2 {
        width: 50%;
        margin-top: 10px;
    }
    .cj-zb .cj-zbimg {
        width: 100%;
        height: 232px;
    }
    .cj-zb .title {
        max-width: 74vw;
        margin-top: 10px;
    }
    .bs-box {
        margin-top: 20px;
    }
    .dcteam-img {
        height: auto;
        margin-bottom: 10px;
    }
    .dc-team>div .ywteam-img {
        width: 100%;
        height: 340px;
        margin-bottom: 20px;
    }
    .dc-team>div .ywteam-con {
        margin-left: 0;
    }
    .dc-team>div .ywteam-title {
        font-size: 24px;
    }
    .dc-box>div,
    .dc-zb .yw-zbimg {
        flex: auto;
        width: 100%;
    }
    .yw-zbcon2 {
        padding: 10px;
    }
    .dc-zb a {
        height: auto;
    }
    .dc-box>div:last-child .yw-zbcon {
        width: 100%;
        margin-top: 20px;
    }
    .yw-ftitle {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    .sy-menu {
        grid-gap: 4px;
    }
    .sy-menu li {
        width: auto;
        margin: 0;
        font-size: 14px;
        flex: 1;
    }
    .sy-menu li a {
        font-size: 14px;
    }
    .sytdSwiper .swiper-slide:first-child {
        width: auto !important;
    }
    .sytdSwiper .swiper-slide:nth-child(2),
    .sytdSwiper .swiper-slide:nth-child(3) {
        width: auto !important;
    }
    .yw-rightteam2 .text-center .title {
        font-size: 18px;
    }
    .ny-con2,
    .live-left,
    .inside-right {
        width: 100%;
    }
    .ny-banner p.cfff,
    .ny-banner div.cfff {
        font-size: 34px;
    }
    .nyzb-title {
        font-size: 30px;
        margin-bottom: 0;
    }
    .live-left .live-box ul>li .imgShow {
        width: 100%;
        margin-bottom: 10px;
    }
    .live-left .live-box ul>li .left-content .text .zb-bt {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .live-left .live-box ul>li .left-content,
    .live-left .live-box ul>li .left-content dl {
        margin-left: 0;
        width: 100%;
    }
    .live-left .live-box ul>li .left-content dl dd img {
        width: 42px;
        height: 42px;
    }
    .live-left .live-box ul>li .left-content dl dd:after {
        left: 46px;
        width: 22px;
    }
}

.team-box .grid-container{display: grid;grid-template-columns: repeat(5, 1fr);grid-gap: 2.0833vw; }
.team-box .grid-container .grid-item .conDiv{background: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);transition: all .5s; }
.team-box .grid-container .grid-item .imgDiv{padding-top: 60%;position: relative; }
.team-box .grid-container .grid-item .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%; }
.team-box .grid-container .grid-item .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover; }
.team-box .grid-container .grid-item .textDiv{padding: 30px 30px 50px;text-align: center; }
.team-box .grid-container .grid-item .textDiv .tt{font-size: 20px;font-weight: bold;color: #cd281e; }
.team-box .grid-container .grid-item .textDiv .line{width: 20px;height: 3px;background: #cd281e;margin: 20px auto; } 
.team-box .grid-container .grid-item .textDiv .p{line-height: 1.6;color: #666; }
.team-box .grid-container .grid-item .conDiv:hover{transform: translateY(-10px); }


@media (min-width: 751px) and (max-width: 1199px) {
	.team-box .grid-container .grid-item .textDiv{padding: 20px 20px 40px; }
}
@media (max-width: 750px) {
	.team-box .grid-container{grid-template-columns: repeat(1, 1fr);grid-gap: 20px; }
}