/* 新增：全局清除浮动，解决news三栏高度塌陷重叠 */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #000;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

a {
    text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container3 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container4 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container5 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

:root {
    --swiper-theme-color: #fff !important;
}

.swiper-container1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner-by {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 1000px;
    height: 200px;
}

.banner-by h1 {
    font-size: 4.2rem;
    font-weight: 600;
    color: #fff;
}

.banner-by h2 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600;
    line-height: 4.2rem;
}

.banner-by a {
    display: block;
    width: 148px;
    line-height: 4.8rem;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    border: solid 1px #fff;
}

.banner-by a:hover {
    background-color: rgb(244, 163, 0);
    color: #fff;
}

.banner-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.banner img {
    width: 100%;
    animation-name: scaleDraw;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 25s;
}

.banner video {
    width: 100%;
}

.banner video source {
    width: 100%;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner-by {
    display: block;
}

.swiper-slide-duplicate-prev .banner .banner-by {
    display: none;
}

.swiper-slide-duplicate-next .banner .banner-by {
    display: none;
}

@keyframes scaleDraw {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

.banner-yan {
    right: 50px;
    padding: 10px 16px;
}

.banner-zan {
    left: 50px;
    padding: 10px 16px;
}

.banner-yan::after {
    padding: 16px 14px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 26px;
    transition: all .5s;
}

.banner-yan:hover::after {
    background-color: #df0313;
}

.banner-zan::after {
    padding: 16px 14px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 26px;
    transition: all .5s;
}

.banner-zan:hover::after {
    background-color: #df0313;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #fff;
    margin-top: 14px !important;
    transition: all .5s;
    margin-left: 4px !important;
    opacity: 0.6 !important;
}

.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #fff;
    margin-left: 0 !important;
}

.indxe-2 {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(https://ss.media.yidingyi.com.cn/site_res/133/20260625090651_ADsF28Pa.jpg) no-repeat top center;
    overflow: hidden;
}

.cp-img {
    padding: 30px 0;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}

.cp-img img {
    max-width: 100%;
    width: auto;
    transition: all 1s;
}

.cp-img-3 {
    width: 40%;
    float: left;
    position: relative;
    overflow: hidden;
}

.cp-text {
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}

.cp-text h1 {
    color: #333;
    text-align: justify;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cp-text p {
    color: #8D8D8D;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    text-align: justify;
}

.cp-text em {
    position: absolute;
    right: -100px;
    transition: all .5s;
    top: 0;
    padding: 8px 18px;
    border-left: 1px solid #eee;
}

.cp-text em i {
    font-size: 30px;
    color: #df0313;
}

.zp-1:hover .cp-ht::after {
    left: 0;
}

.zp-1:hover .cp-text em {
    right: 0;
}

.zp-1:hover .cp-img img {
    transform: scale(1.1);
}

.cp-ht {
    width: 100%;
    height: 1px;
    position: relative;
}

.cp-ht::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -600px;
    width: 100%;
    height: 1px;
    background-color: #df0313;
    transition: all .5s;
}

.cp-img-3::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f0f5f5;
    bottom: 0;
    transition: all .5s;
    z-index: 1;
    overflow: hidden;
}

.index-cp {
    margin-top: 3rem;
    overflow: hidden;
}

.index-cp-img-box:hover .cp-img-3::after {
    bottom: 0;
}

.cp-img-3 img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.zp-1 {
    overflow: hidden;
}

.zp-1 a {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
}

.cp-text-3 {
    width: 60%;
    float: left;
    padding-left: 4rem;
    text-align: justify;
}

.cp-text-3 h1 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #198acd;
    margin-bottom: 3rem;
}

.cp-text-3 p {
    font-size: 1.6rem;
    color: #666;
    line-height: 3.2rem;
}

.cp-text-3 a {
    display: block;
    width: 148px;
    line-height: 4.8rem;
    text-align: center;
    color: #f4a300;
    text-decoration: none;
    border: solid 1px #f4a300;
    border-radius: 4px;
    margin-top: 5%;
    font-size: 1.6rem;
}

.cp-text-3 a:hover {
    background-color: #f4a300;
    color: #fff;
}

#particles {
    width: 100%;
    height: 100%;
    background: url(../image/background/3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

#particles canvas {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    opacity: .2;
}

.hb-box {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.index-xp-box {
    max-width: 1800px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.index-xp-box>a {
    width: 120px;
    font-size: 1.6rem;
    display: block;
    font-family: Times;
    line-height: 42px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.index-xp-box>a:hover {
    background-color: #df0313;
}

.index-bt {
    max-width: 1800px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8%;
}

.index-bt h1 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
}

.index-bt p {
    font-size: 1.4rem;
    color: #eee;
}

.ioc-1 img {
    width: 20px;
}

.ioc-1 {
    position: relative;
    overflow: hidden;
}

.ioc-1::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: calc(50% - 10px);
    height: 1px;
    background-color: #ffffff52;
}

.ioc-3::after {
    background-color: #ffffff52 !important;
}

.ioc-3::before {
    background-color: #ffffff52 !important;
}

.ioc-1::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: calc(50% - 10px);
    height: 1px;
    background-color: #c9e5f1;
}

.cp-xs {
    display: none;
}

.tab-1 {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.tab-1 li {
    float: left;
    width: 20%;
    background: #f3fcfd;
    color: #333;
    text-align: center;
    line-height: 6.4rem;
    cursor: pointer;
    border-right: solid 1px #009b9952;
}

.tab-1 li:nth-of-type(5) {
    border-right: none;
}

.tab-1 li.cur {
    background: #f4a300;
    color: #fff;
}

.on {
    display: block;
}

.cp-dh {
    margin-top: 2rem;
}

.index-cp-img {
    width: calc((100% - 80px) / 4);
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    transition: all .5s;
}

.cp-img-1 img {
    width: 100%;
    transition: all .5s;
}

.cp-img-1 {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.index-cp-img-box {
    margin-top: 2rem;
    padding: 3rem;
    border: solid 1px #acdfdd;
}

.index-cp-img-box a {
    display: block;
    text-decoration: none;
}

.index-cp-img:hover img {
    transform: scale(1.1);
}

.cp-name {
    background-color: #f7f7f8;
    position: relative;
    z-index: 1;
}

.cp-name h1 {
    font-size: 16px;
    color: #565656;
    line-height: 3.8rem;
    margin: 0;
    transition: all .5s;
}

.index-cp-img::after {
    position: absolute;
    content: "";
    bottom: -300px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f8;
    transition: all .5s;
}

.index-cp-img:hover::after {
    bottom: 0;
}

.index-cp-img:hover h1 {
    color: #009b99;
}

.cp-box {
    background-color: rgba(255, 255, 255, 1);
}

.about-bt h1 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
}

.index-3 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #333;
}

.index-5>.about-box {
    margin: 0 auto;
    width: 100%;
    padding: 0 8%;
    height: 100%;
    display: inline-block;
}

.about-img-box {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.about-l-an {
    right: 8%;
}

.about-l-an::after {
    font-size: 28px;
}

.about-r-an {
    left: 8%;
}

.about-text {
    width: 50%;
    float: left;
    height: 100%;
}

.about-r-an::after {
    font-size: 28px;
}

.about-z {
    width: 50%;
    float: left;
}

.about-img img {
    width: 100%;
}

.about-z h1 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600;
    text-align: justify;
    position: relative;
}

.about-z h1 span {
    position: absolute;
    right: 0;
    top: -8px;
    background-color: #009b99;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0.88rem 3.2rem;
}

.about-z p {
    font-size: 1.4rem;
    line-height: 2.85rem;
    color: #f2f2f2;
    text-align: justify;
    margin-top: 2rem;
}

.about-1 {
    padding: 0 100px;
    text-align: justify;
    margin-top: 26%;
    color: #fff;
}

.about-1 h1 {
    font-size: 2.6rem;
    font-weight: 600;
}

.about-1 h2 {
    font-size: 1.4rem;
    margin-top: 1rem;
}

.about-1 p {
    color: rgb(166, 166, 166);
    line-height: 2.6rem;
    font-size: 1.4rem;
    margin-top: 60px;
}

.more {
    margin-top: 50px;
    border-top: 1px #fff solid;
}

.more a span {
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: block;
    position: relative;
    color: #fff;
    font-family: Times;
    width: 220px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    transition: all .5s;
}

.more a span:hover {
    background-color: #df0313;
}

.more a span em {
    margin-left: 1rem;
}

.more a {
    display: inline-block;
    background: #383838;
    line-height: 40px;
    transition: .3s;
}

.cf-img {
    width: calc((100% - 20px) / 4);
    display: inline-block;
}

.cf-img img {
    width: 60px;
    float: left;
}

.cf-text {
    float: left;
    width: calc(100% - 60px);
    text-align: justify;
    color: #fff;
    padding-left: 10px;
}

.cf-text h3 {
    margin: 0;
    font-size: 1.4rem;
}

.cf-text h4 {
    font-size: 4.6rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.cf-text h4 span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
}

.ry-box {
    width: 100%;
    margin-top: 4rem;
}

.about-y {
    width: 40%;
    float: right;
    margin-top: 3rem;
}

.about-nav-1 li {
    padding: 1rem;
}

.about-nav-1 li a {
    display: block;
    border-bottom: 1px solid #198acd;
    font-size: 1.6rem;
    color: #000;
    padding: 3rem;
    text-align: justify;
    position: relative;
    text-decoration: none;
}

.about-nav-1 li a:hover {
    background-color: #198acd;
    color: #fff;
}

.about-nav-1 li a:hover .icon {
    color: #fff;
}

.about-nav-1 li a .icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    width: 32%;
    height: 38px;
    position: relative;
    top: 8px;
}

.about-nav-1 li:nth-child(1) a .icon {
    background-image: url(../image/ioc/icon1.png);
}

.about-nav-1 li:nth-child(1) a:hover .icon {
    background-image: url(../image/ioc/icon1_on.png);
}

.about-nav-1 li:nth-child(2) a .icon {
    background-image: url(../image/ioc/icon2.png);
}

.about-nav-1 li:nth-child(2) a:hover .icon {
    background-image: url(../image/ioc/icon2_on.png);
}

.about-nav-1 li:nth-child(3) a .icon {
    background-image: url(../image/ioc/icon3.png);
}

.about-nav-1 li:nth-child(3) a:hover .icon {
    background-image: url(../image/ioc/icon3_on.png);
}

.about-nav-1 li:nth-child(4) a .icon {
    background-image: url(../image/ioc/icon4.png);
}

.about-nav-1 li:nth-child(4) a:hover .icon {
    background-image: url(../image/ioc/icon4_on.png);
}

.about-nav-1 li {
    float: left;
    width: 50%;
}

.about-nav-1 li a i {
    position: absolute;
    top: 50%;
    right: 11%;
}

.about-2 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 1rem;
}

.cf-img-1 {
    padding: .1rem;
    background-color: #fff;
}

.cf-img-1 img {
    width: 100%;
}

.index-4 {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../image/background/2.jpg) no-repeat;
    overflow: hidden;
}

/* ========== 新闻模块基础样式（修复盒模型、高度塌陷 ========== */
.about-box .news-w {
    width: calc(100% / 3);
    display: block;
    min-height: 100%;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, .06);
    position: relative;
    box-sizing: border-box;
}

.about-box .news-w:nth-of-type(1) {
    border-left: none;
    width: 24%;
}

.about-box .news-w:nth-of-type(2) {
    width: calc(100% - 57%);
}

.about-box .news-w:nth-of-type(3) {
    width: 33%;
}

.news-tj a {
    display: block;
    text-align: left;
    height: auto;
    min-height: 470px;
    width: 70%;
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    box-sizing: border-box;
}

.news-tj a:hover .news-text {
    padding: 35px 0 0 34px !important;
}

.news-tj a:hover .news-text span em {
    padding-left: 20px !important;
}

.news-tj a img {
    width: 100%;
}

.news-bt {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8%;
    color: #fff;
}

.news-bt h1 {
    font-size: 2.4rem;
    font-weight: 600;
}

.news-text>p {
    color: #989898;
    display: block;
    position: relative;
    line-height: 26px;
    font-size: 1.4rem;
    height: 52px;
    overflow: hidden;
}

.news-text span {
    margin: 40px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: block;
    color: #8a8a8a;
    font-family: Times;
    padding-top: 10px;
    width: 150px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
}

.news-text span em {
    font-size: 24px;
    display: inline-block;
    color: #888;
    position: relative;
    transition: all .5s;
    top: 3px;
    padding-left: 5px;
}

.news-bt h2 {
    font-size: 1.6rem;
    margin-top: 10px;
}

.xswl-box {
    margin-top: 4%;
    width: 100%;
}

.news-lb-1 a {
    display: block;
}

.news-lb-1 a .news-text {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.news-lb-1 a:hover .news-text {
    padding: 35px 0 30px 30px !important;
}

.news-lb {
    margin-top: 11%;
}

.xswl-y {
    float: left;
    width: 65%;
    padding-left: 2%;
}

.xswl-z {
    float: left;
    width: 35%;
    text-align: justify;
    margin-top: 2%;
}

.xswl-z a {
    display: block;
    width: 148px;
    line-height: 4.8rem;
    border: solid 1px #dce8ef;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 8%;
    font-size: 1.6rem;
    border-radius: 4px;
}

.xswl-z a:hover {
    background-color: #f4a300;
    color: #fff;
}

.xswl-z h1 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
}

.xswl-y img {
    width: 100%;
}

.xswl-z p {
    font-size: 1.4rem;
    line-height: 2.85rem;
    color: #f2f2f2;
    margin-top: 4%;
}

.hz-hbbox {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 15%;
}

.hz-img {
    border: solid 1px #dce8ef;
}

.hz-img img {
    width: 100%;
}

.index-5 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(https://ss.media.yidingyi.com.cn/site_res/133/20260625085730_ns5ClWDV.jpg) no-repeat 100%;
}

.tab-2 li.cur {
    background-color: #198acd;
    color: #fff;
}

.tab-2 li.cur .news-text-1 a .news-text-2 {
    color: #fff;
}

.tab-2 li.cur .news-text-1 a .news-sj {
    color: #fff;
}

.news-box {
    width: 100%;
    padding: 1rem;
    margin-top: 4rem;
    overflow: hidden;
}

.news-imgbox {
    width: 50%;
    float: left;
}

.news-text {
    position: relative;
    width: 100%;
    float: left;
    color: #fff;
    text-align: left;
    padding: 35px 20px 0 20px;
    transition: all .5s;
    box-sizing: border-box;
}

.news-sj {
    position: absolute;
    top: 25px;
    right: 100%;
    line-height: 1.2;
    padding-right: 20px;
    text-align: right;
    font-family: Times;
    font-style: normal;
    width: 100%;
    box-sizing: border-box;
    color: #8c8c8c;
}

.news-sj b {
    font-size: 1.4rem;
}

.news-sj p {
    font-size: 2.8rem;
    margin-bottom: 6px;
}

.news-text h1 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

.news-img-2 {
    position: relative;
    padding: .2rem;
    background-color: #fff;
}

.news-img-1 {
    position: relative;
}

.news-img-2 img {
    width: 100%;
}

.news-img-2::after {
    position: absolute;
    content: "";
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.8) 100%);
    left: 0;
    bottom: 0;
    height: 20%;
    right: 0;
    transition: 0.3s;
}

.news-img-text {
    width: 100%;
    padding: 0 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-img-text h1 {
    font-size: 1.6rem;
    color: #fff;
    text-align: justify;
}

.news-text-1 a {
    display: block;
    padding-left: 2rem;
}

.news-text-1 {
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 0;
}

.news-text-2 {
    width: 84%;
    padding-right: 2rem;
    float: left;
    color: #333;
    text-align: justify;
    border-right: 1px solid #e6e6e6;
}

.news-text-2 h1 {
    font-size: 1.8rem;
    font-weight: 600;
}

.news-text-2 p {
    font-size: 1.4rem;
}

.news-sj h1 {
    font-weight: 600;
    margin-bottom: 0;
}

.tab-2 {
    background-color: #fff;
}

.index-6 {
    position: relative;
    width: 100%;
    height: 100%;
}

.map-box img {
    width: 100%;
}

.foot {
    bottom: 0;
    width: 100%;
}

.footer {
    position: fixed;
    padding: 0 20px;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

footer {
    position: absolute;
    padding: 80px 200px 100px 200px;
    background: #333;
    text-align: left;
    width: 100%;
    bottom: 0;
}

.em.fa {
    width: 20px;
}

.touch-right {
    float: right;
    max-width: 60%;
}

.touch-left p {
    font-size: 1.4rem;
}

.touch-left p:nth-of-type(1) {
    font-size: 1.8rem;
}

.touch-right div:before {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    content: '';
    border-bottom: 1px solid #d5d5d5;
}

.touch-left {
    float: left;
    color: #ccc;
}

.touch-right input[type=text] {
    width: 100% !important;
    padding: 10px 20px;
    line-height: 50px;
    font-size: 1.4rem;
    color: #fff;
    height: 50px;
    background: none;
    border: 0;
    caret-color: #eee;
}

.touch-right div.textarea {
    width: 100%;
}

.touch-right * {
    outline: none !important;
}

.touch-right div.input {
    width: 33.33333%;
}

footer ul li {
    float: left;
    width: 20%;
    text-align: justify;
    padding: 0 2rem;
    color: #dce8ef;
}

.touch-right div {
    position: relative;
    float: left;
    margin-bottom: 5px;
}

footer ul li>img {
    width: 100%;
    padding-bottom: 2rem;
    border-bottom: solid 1px #dce8ef;
}

.touch-right textarea {
    width: 100%;
    padding: 10px 20px;
    line-height: 30px;
    height: 110px;
    background: none;
    border: 0;
    caret-color: #eee;
}

.touch-right div.submint {
    width: 33.33333%;
    margin-left: 10px;
    float: none;
    clear: both;
}

.touch-right div.submint::before {
    display: none;
}

.touch-right input[type=submit] {
    width: 50%;
    height: 35px;
    font-size: 1.4rem;
    background: none;
    border: none;
    margin-top: 15px;
    background: #383838;
    color: #fff;
    transition: all .5s;
}

.touch-right input[type=submit]:hover {
    background-color: #df0313;
}

footer ul li p {
    font-size: 1.4rem;
    text-align: justify;
    color: #dce8ef;
    margin-top: 1rem;
}

footer ul li h6 {
    font-size: 1.4rem;
    margin-top: 2rem;
}

footer ul li h3 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
}

footer ul li a {
    display: block;
    font-size: 1.4rem;
    line-height: 3.6rem;
    color: #dce8ef;
    transition: all .5s;
    text-decoration: none;
}

footer ul li a:nth-of-type(1) {
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.ewm-bpx img {
    max-width: 128px;
}

.ewm-bpx>p {
    text-align: center;
}

.ewm-bpx {
    text-align: center;
    margin-top: 3rem;
}

.bq-box {
    background-color: #fff;
    float: left;
}

.bq-box p {
    float: left;
}

.bq-box a {
    font-size: 1.4rem;
    color: #dce8ef;
}

.bq-box a:hover {
    color: #fff;
}

footer ul {
    margin-bottom: 6rem;
}

.bq-box h1 {
    color: #ccc;
    font-size: 1.4rem;
    margin-top: 10px;
}

.lx-tu {
    float: right;
    padding-top: 8px;
}

.lx-tu .b-box {
    display: inline-block
}

.lx-tu .b-box i {
    font-size: 1.6rem;
    padding-right: 1.5rem;
    padding-left: 1rem;
    border-right: 1px solid #ccc;
    color: #ccc;
}

.lx-tu .b-box:nth-of-type(3) i {
    border-right: none;
}

.lx-img {
    position: relative;
}

.lx-img img {
    width: 100%;
}

.lx-bt {
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0 5%;
    top: 30%;
    margin: 0 auto;
    color: #fff;
}

.lx-bt h1 {
    font-size: 2.4rem;
    font-weight: 600;
}

.lx-bt p {
    font-size: 1.6rem;
    margin-top: 10px;
}

/* ========== 媒体查询 ========== */
@media screen and (max-width: 1660px) {
    .about-1 {
        margin-top: 16rem;
        padding-bottom: 3rem;
    }

    .news-text .tab-2 li:nth-of-type(5) {
        display: none;
    }

    .about-img img {
        width: 103%;
    }

    .news-bt {
        padding-right: 0;
        padding-left: 0;
    }

    .news-img-2 {
        height: 500px;
        overflow: hidden;
    }

    .cf-text h4 {
        font-size: 3.6rem;
    }

    .cf-img img {
        width: 52px;
    }

    footer {
        padding: 80px 74px 100px 74px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        overflow: auto !important;
    }

    .indxe-2 {
        padding-bottom: 8%;
    }

    .about-1 {
        margin-top: 3rem;
        padding: 0 30px;
    }

    .news-sj {
        position: relative;
        right: auto;
        text-align: left;
        padding: 0 0 10px 0;
    }

    .news-tj a {
        position: relative;
        width: 100%;
        min-height: auto;
    }

    .index-5>.about-box {
        padding: 0 3%;
    }

    .touch-left {
        width: 40%;
    }

    .about-box .news-w:nth-of-type(2) {
        top: auto;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow: auto !important;
    }

    .index-bt {
        text-align: center;
    }

    .cp-img img {
        width: 100%;
    }

    .about-img-box {
        width: 100%;
    }

    .about-text {
        width: 100%;
    }

    .about-1 {
        padding: 0 15px;
        margin-top: 30px;
    }

    .indxe-2 {
        padding: 30px 0;
    }

    .index-3 {
        padding-bottom: 30px;
    }

    /* 手机端核心修复：news三栏取消浮动、100%宽度垂直堆叠，消除重叠 */
    .about-box .news-w {
        width: 100% !important;
        float: none !important;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        padding-bottom: 40px;
        min-height: auto;
    }

    .about-box .news-w:nth-of-type(1),
    .about-box .news-w:nth-of-type(2),
    .about-box .news-w:nth-of-type(3) {
        width: 100% !important;
        float: none;
    }

    .news-tj a {
        position: relative;
        width: 100%;
        min-height: auto;
        top: 0;
    }

    .news-sj {
        display: none;
    }

    footer {
        position: relative !important;
        padding: 3rem 15px;
    }

    .index-5 {
        background-size: cover;
    }

    .touch-right {
        max-width: 100%;
    }

    .lx-tu {
        margin: 0 auto;
        float: none;
    }

    .foot {
        text-align: center;
    }

    .touch-right div.input {
        width: 100%;
    }

    .touch-left {
        width: 100%;
    }
}
