/*关于我们banner*/
::-webkit-scrollbar {
    width: 3px;
    height: 20px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-track {
    background-color: #e3ddd2;
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
    background: #0062F3;
    border-radius: 25px;
    height: 6px;
}

/*顶部背景*/
.about-banner {
    width: 100%;
    height: 8.3rem;
    background: url(../images/about/about-bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.about-banner .floor {
    width: 999999999999px;
    height: 4.84rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/about/floor.png) repeat-x left bottom;
    animation: fade-left 30s linear infinite;
    z-index: 1
}

.about-banner .about-pic {
    width: 5.18rem;
    height: 6.9rem;
    position: absolute;
    left: 45%;
    transform: translateX(-45%);
    bottom: 0;
    z-index: 2;
    animation: floor-opc 1 2s;
}

.about-banner .about-pic img {
    display: block;
    width: 100%;
}

.about-banner .dw {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    z-index: 3;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    padding-top: 15%;
}

.about-banner .dw h1 {
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    font-family: "SourceHanSansCN-Normal";
    margin-bottom: 0.15rem;
}

.about-banner .dw h1 span {
    width: 100%;
    display: inline-block;
    font-size: 0.36rem;
    font-weight: normal;
}

.about-banner .dw .video-box {
    width: 0.68rem;
    height: 0.69rem;
    margin: 0 auto;
}

.ne-nav {
    width: 100%;
    position: relative;
    height: 1.55rem;
    background: #fff;
    top: -0.77rem;
    z-index: 9;
    border-radius: 10px;
}

/* 二级导航 */
.anchor_layer {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    color: #333333;
    width: 100%;
    box-shadow: 0 5px 5px #dbd8d5;
    border-radius: 10px;
}

.anchor_layer .nav_wrap {
    width: 100%;
    margin: 0 auto;
}

.anchor_layer .nav_wrap .wrap_layer {
    width: 100%;
    height: 1.55rem;
    transition-duration: 1s;
    display: flex;
    justify-content: space-between;
}

.anchor_layer .nav_wrap.navFix .wrap_layer {
    width: 100%;
    height: 1rem;
}

.anchor_layer .nav_wrap.navFix .wrap_tab {
    height: 1rem;
}

.anchor_layer .nav_wrap .wrap_tab {
    position: relative;
    height: 1.55rem;
    width: 20%;
    cursor: pointer;
    border-right: 1px solid #eeeeee;
    transition-duration: 1s;
}

.anchor_layer .nav_wrap .wrap_tab:last-child {
    border: none;
}

.anchor_layer .nav_wrap a {
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
    height: 1.55rem;
    padding: 0.2rem 0.38rem 0.15rem 0.38rem;
    transition-duration: 1s;
    line-height: 0.44rem;
}

.anchor_layer .nav_wrap a h1 {
    position: relative;
    width: 0.48rem;
    height: 0.48rem;
    overflow: hidden;
    margin-bottom: 0.15rem;
}

.anchor_layer .nav_wrap a h1 img {
    transition-duration: .5s;
    position: absolute;
    top: 0;
    left: 0;
}

.anchor_layer .nav_wrap a h1 img:nth-child(2) {
    top: 100%;
}

.anchor_layer .nav_wrap a p {
    font-size: 0.22rem;
    font-weight: bold;
    font-family: "SourceHanSansCN-bold";
}

.anchor_layer .nav_wrap a:hover p {
    color: #0062F3
}

.anchor_layer .nav_wrap a:hover h1 img:nth-child(2) {
    top: 0;
}

.anchor_layer .nav_wrap a:hover h1 img:nth-child(1) {
    top: -100%;
}

/* 二级导航 */
.nav-swiper {
    box-shadow: 0 5px 5px #dbd8d5;
    background: #fff;
    height: 1.55rem;
    border-radius: 10px;
}

.nav-swiper .tab {
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
    height: 1.55rem;
    padding: 0.2rem 0 0.15rem 0.38rem;
    transition-duration: 1s;
    line-height: 0.44rem;
    border-right: 1px solid #eeeeee;
}

.nav-swiper .tab h1 {
    position: relative;
    width: 0.48rem;
    height: 0.48rem;
    overflow: hidden;
    margin-bottom: 0.15rem;
}

.nav-swiper .tab h1 img {
    transition-duration: .5s;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-swiper .tab h1 img:nth-child(2) {
    top: 100%;
}

.nav-swiper .tab p {
    font-size: 0.22rem;
    font-weight: bold;
    font-family: "SourceHanSansCN-bold";
}

.nav-swiper .tab:hover p, .nav-swiper .on p {
    color: #0062f3
}

.nav-swiper .tab:hover h1 img:nth-child(2), .nav-swiper .on h1 img:nth-child(2) {
    top: 0;
}

.nav-swiper .tab:hover h1 img:nth-child(1), .nav-swiper .on h1 img:nth-child(1) {
    top: -100%;
}

.about-intro {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0.7rem 0 1.75rem 0;
    background: url(../images/about/about-line.png) no-repeat left bottom;
}

.about-intro .left {
    width: 54.375%;
}

.about-intro .left img {
    margin-bottom: 0.15rem;
}

.about-intro .left h1 {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.5rem;
    color: #000000;
}

.about-intro .left .about-neir {
    width: 100%;
    height: 3.7rem;
    overflow-x: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    padding-right: 0.25rem;
}

.about-intro .left .about-neir p {
    text-align: justify;
    text-indent: 2em;
    padding-bottom: 15px;
}

.about-intro .left .about-neir::-webkit-scrollbar {
    width: 3px;
    height: 20px;
}

.about-intro .left .about-neir::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

.about-intro .left .about-neir::-webkit-scrollbar-track, .zzjg-box::-webkit-scrollbar-track {
    background-color: #e3ddd2;
}

.about-intro .left .about-neir::-webkit-scrollbar-thumb, .zzjg-box::-webkit-scrollbar-thumb {
    background: #0062F3;
    border-radius: 25px;
    height: 6px;
}

.about-intro .right {
    width: 35.4%;
    border-left: 1px solid #e1d2d2;
    border-bottom: 1px solid #e1d2d2;
}

.about-intro .right li {
    width: 50%;
    float: left;
    height: 1.98rem;
    background: #fff;
    border-top: 1px solid #e1d2d2;
    border-right: 1px solid #e1d2d2;
    padding-left: 0.35rem;
    padding-top: 0.65rem;
    font-size: 0.2rem;
    line-height: 0.34rem;
}

.about-intro .right li:nth-child(2) {
    opacity: 0;
}

.about-intro .right li span {
    font-size: 0.64rem;
    font-weight: bold;
    padding-right: 0.05rem;
    background: linear-gradient(to right, #2A5FA8, #175FC0, #0062F3);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .about-intro .pic {    width: 100%;    position: relative;    z-index: 1;}.about-intro .pic img {    display: block;    width: 100%;    animation: run 12s linear infinite;} */
.about-warp {
    width: 64%;
    margin: 0 auto;
    position: relative;
    font-size: 0.2rem;
    line-height: 0.36rem;
}

.about-warp1 {
    width: 74.5%;
    margin: 0 auto;
}

.about-warp2, .wrap {
    width: 83.3%;
    margin: 0 auto;
}

.about-warp:after {
    width: 0.59rem;
    height: 0.52rem;
    position: absolute;
    content: "";
    left: -1.25rem;
    top: -0.95rem;
    background: url(../images/comma.png) no-repeat;
    background-size: 100% 100%;
}

.about-warp:before {
    width: 0.59rem;
    height: 0.52rem;
    position: absolute;
    content: "";
    right: -1.25rem;
    bottom: -0.95rem;
    background: url(../images/comma.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.about-intro-box {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

.about-fzlc {
    padding: 0.8rem 0 0.6rem 0;
    position: relative;
}

.fzlc-box {
    background: url(../images/about/lc-bg.jpg) no-repeat bottom center #0070f0;
    padding: 0.67rem 0;
    position: relative;
}

.about-fzlc h1 {
    text-align: center;
    font-size: 0.36rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
    font-family: "SourceHanSansCN-bold";
}

.fzlc-box .mySwiper {
    width: 95%;
    margin: 0 auto 0.17rem;
}

.fzlc-box .swiper-slide .box {
    width: 95%;
    margin: 0 auto;
    background: #ffffff;
    height: 0.77rem;
    text-align: center;
    font-size: 0.22rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 10px;
}

.fzlc-box .swiper-slide .box span {
    font-size: 0.18rem;
    display: inline-block;
    width: 100%;
}

.fzlc-box .swiper-slide-thumb-active .box { /*background:#f6e2a4;*/
    font-weight: bold;
    font-size: 0.24rem;
    font-family: "SourceHanSansCN-bold";
}

.fzlc-box .swiper-slide-thumb-active .box span {
    color: #d70c25;
    font-size: 0.2rem;
}

.fzlc-box .swiper-slide {
    width: auto;
    position: relative;
}

.fzlc-box .neir-box {
    width: 2.9rem;
    height: 3.84rem;
    border-radius: 0.12rem;
    overflow: hidden;
    margin-right: 0.35rem; /* border: 2px solid #d70c25; */
    position: relative;
    float: left;
    background: #000;
}

.fzlc-box .neir-box img {
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
    opacity: 0.7;
    position: relative;
    z-index: 1;
}

.fzlc-box .neir-box:hover img {
    transform: scale(1.1);
    opacity: 0.5;
}

.fzlc-box .neir-box .dw1 {
    width: 86%;
    position: absolute;
    left: 7%;
    bottom: 0.25rem;
    z-index: 2;
    color: #fff;
}

.fzlc-box .neir-box .dw1 .bit {
    font-size: 0.3rem;
}

.fzlc-box .neir-box .dw1 .bit span {
    font-weight: normal;
    font-size: 0.16rem;
}

.fzlc-box .neir-box .dw1 .t1 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin-top: 0.12rem;
}

.fzlc-box .swiper-slide-active .neir-box {
    border: 2px solid #d70c25;
}

.fzlc-box .mySwiper2 {
    background: url(../images/about/qx.png) no-repeat center;
    min-height: 3.7rem;
    padding: 0 3%
}

.lc-xi {
    float: left;
    margin-right: 0.6rem;
    width: auto;
    position: relative;
}

.lc-xi dd {
    text-align: center;
    color: #fff;
}

.lc-xi dd p {
    width: 2.5rem;
}

.lc-xi dd p, .lc-xi dd h2 {
    font-size: 0.18rem;
    font-weight: normal;
}

.lc-xi dd h2 b {
    font-size: 0.3rem;
    font-weight: bold;
}

.lc-xi dt {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 10px;
    position: relative;
}

.lc-xi dt::after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    animation: scale 2s infinite;
    background-color: rgba(255, 255, 255, .9);
}

.fzlc-box .swiper-slide-active .lc-xi dt, .fzlc-box .swiper-slide-active .lc-xi dt::after {
    background: #f7d3aa
}

.fzlc-box .swiper-slide-active .lc-xi dd h2 {
    color: #f7d3aa
}

.tips {
    color: #fff;
    background: url(../images/about/yjtt.png) no-repeat right center;
    position: absolute;
    right: 0.2rem;
    bottom: 0.4rem;
    font-size: 0.18rem;
    padding-right: 0.2rem;
}

.contact_load {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 666;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 2s ease-in-out;
    transition: all 1s ease-in-out;
    text-align: center;
}

.contact_load .cont {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.contact_load .cont .font {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_load .cont .font .tit {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    font-weight: bold;
}

.contact_load .cont .font .tit {
    line-height: 1.14;
}

.contactbanner {
    position: relative;
}

.contactbanner .bag {
    padding-bottom: 40.1%;
    overflow: hidden;
    background-color: #000;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

/* 董事长 */
.ceo-box {
    width: 100%;
    background: url(../images/leader-bg.png) no-repeat bottom right #f6f6f6;
    padding: 1.3rem 0 0.7rem 0;
}

.ceo-box .left {
    width: 60.625%;
}

.ceo-box .left h1 {
    height: 0.8rem;
    font-size: 0.36rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #333333;
}

.ceo-box .left .intro {
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-bottom: 0.28rem;
    text-indent: 2em;
    text-align: justify;
}

.ceo-box .left .intro img {
    display: inline-block;
}

.ceo-box .left .intro .mobile-ceo-img {
    width: 35%;
    display: none;
    margin-right: 10px;
}

.ceo-box .right {
    width: 32.5%;
    position: relative;
}

.ceo-box .right img {
    position: relative;
    z-index: 3;
}

.ceo-box .right:after {
    width: 4.23rem;
    height: 7.48rem;
    position: absolute;
    z-index: 1;
    content: "";
    background: url(../images/ceo-bg.png) no-repeat;
    background-size: 100% 100%;
    top: -0.16rem;
    left: -0.16rem;
}

.qywh-box {
    width: 100%;
    height: 9.2rem;
    padding: 1.4rem 0 0 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.qywh-box:after {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 8.35%;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    content: "";
}

.qywh-box .about-warp2 { /* padding-left: 0.8rem;*/
}

.qywh-bg {
    background: url(../images/about/qywh-bg.jpg) no-repeat;
    background-size: 100% 18.8rem;
}

.qywh-box h1 {
    font-size: 0.36rem;
    line-height: 0.66rem;
    margin-bottom: 0.45rem;
    padding-left: 0.8rem
}

.qywh-list {
    width: 56%;
    position: relative;
}

.Menubox1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.Menubox1 ul {
    height: auto;
}

.Menubox1 li {
    display: table;
    cursor: pointer;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.2rem;
    color: #fff;
    float: left;
    transition-duration: .5s;
    text-align: left;
    padding: 0 0.15rem 0 0;
    position: relative;
    font-family: 'syhtB';
}

.Menubox1 li.hover {
    font-size: 0.24rem;
    font-weight: bold;
    position: relative;
}

.CbContainer1 {
    position: relative;
}

.CbContainer1 .more {
    position: absolute;
    right: 0;
    top: -0.4rem;
    width: 0.36rem;
    height: 0.36rem;
    z-index: 9;
}

.Contentbox1 {
    clear: both;
    width: 100%;
}

/* 左侧 */
.subNavBox1 {
    width: 100%;
    z-index: 999;
    position: relative;
    cursor: pointer;
}

.subNav1 {
    position: relative;
    padding-left: 0.8rem;
    border-left: 3px solid transparent
}

.subNav1 a {
    width: 1.75rem;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 0.42rem;
    font-size: 0.24rem;
    color: #ffffff;
    transition-duration: .5s;
    text-align: center;
    border-radius: 0.5rem;
    margin-bottom: 0.3rem;
}

.subNav1 a:hover {
    background: #0062f3;
    border: 1px solid #0062f3;
    color: #fff;
}

.subNav1 .ts {
    background: #d70c25;
    border: 1px solid #d70c25;
    color: #fff;
}

.currentDt1 {
    border-left: 3px solid #0062f3;
}

.currentDt1 a {
    background: #0062f3;
    border: 1px solid #0062f3;
    color: #fff !important;
}

.navContent1 {
    width: 100%;
    display: none;
    color: #fff;
    margin-bottom: 0.65rem;
    border-left: 3px solid #0062f3;
    padding-left: 0.8rem;
    position: relative;
}

.navContent1 li {
    float: left;
    text-align: center;
    position: relative;
}

.navContent1 li:nth-child(4) img {
    top: -100px;
    position: relative;
    margin-left: 0.3rem;
}

.qywh-box .navContent1 h1 {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
    padding-left: 0;
}

.navContent1 p {
    font-size: 0.18rem;
    margin-bottom: 0.05rem;
}

.navContent1 p .adt {
    position: absolute;
    top: -100px;
    right: -100px;
}

.new-NavBox1 .navContent {
    padding-left: 15%;
    float: none !important
}

/* 企业荣誉 */
.ne-ti {
    text-align: center;
    margin-bottom: 0.8rem;
}

.ne-ti h1 {
    text-align: center;
    font-size: 0.36rem;
    font-family: "SourceHanSansCN-bold";
    margin-bottom: 0.15rem;
}

.ne-ti p {
    font-size: 0.2rem;
}

.abtbox5_cont {
    padding-bottom: 1.1rem !important;
}

.honor-box {
    width: 100%;
    padding: 0.9rem 0 0.5rem 0;
    background: linear-gradient(top, rgb(255, 255, 255) 29%, rgb(236, 236, 236) 74%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 29%, rgb(236, 236, 236) 74%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 29%, rgb(236, 236, 236) 74%);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 29%, rgb(236, 236, 236) 74%);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 29%, rgb(236, 236, 236) 74%);
}

.hon-li {
    padding: 0 2.03rem;
    position: relative;
}

.hon-li li {
    position: relative;
    margin-bottom: 0.12rem;
}

.ho-title {
    background: #fff;
    width: 3.7rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition-duration: .5s;
    cursor: pointer;
}

.ho-title p {
    font-size: 0.22rem;
    padding-left: 0.05rem;
}

.ho-img {
    position: absolute;
    top: 0;
    right: -320px;
    transition-duration: .5s;
    z-index: 4;
    width: 300px;
    background: #fff;
    border: 10px;
    -moz-box-shadow: 0px 3px 6px #8F8F8F;
    -webkit-box-shadow: 0px 3px 6px #8F8F8F;
    box-shadow: 0px 3px 6px #8F8F8F;
    display: none;
}

.ho-img img {
    width: 100%;
    display: block;
}

.ho-img.on {
    display: block;
}

.hon-li01 {
    padding: 0 3.95rem;
}

.bg-po {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    width: 1.8rem;
    height: 1rem;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.po01 {
    left: 2rem;
}

.ho-title:hover {
    border-radius: 20px;
    -moz-box-shadow: 0px 3px 6px #8F8F8F;
    -webkit-box-shadow: 0px 3px 6px #8F8F8F;
    box-shadow: 0px 3px 6px #8F8F8F;
}

.hon-li02 .w230 .ho-title {
    width: 2.3rem;
}

.hon-li02 {
    padding-right: 3.95rem;
}

.hon-li02 .bg-po {
    left: auto;
    right: 0;
}

.hon-li02 .po01 {
    right: 2rem;
}

.hon-li02 .w179 {
    margin: 0 0.11rem 0 1.5rem;
}

.hon-li02 .w179 .ho-title {
    width: 1.79rem;
    background: rgba(255, 255, 255, 0.7);
}

.gh-box {
    background: url(../images/gh-bg.jpg) no-repeat top center;
    padding: 1rem 0 0.6rem 0;
    background-size: 100% auto;
}

.gh-box .ne-ti {
    line-height: 0.84rem;
    text-align: center;
    font-size: 0.36rem;
    color: #fff;
    margin-bottom: 0.8rem;
    font-family: "SourceHanSansCN-bold";
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}

.abtbox-sec6 .cont {
    position: relative;
    overflow: hidden;
    display: flex;
}

.abtbox-sec6 .cont .container {
    position: relative;
}

.abtbox-sec6 .cont .container .abtbox6_prev, .abtbox-sec6 .cont .container .abtbox6_next, .abtbox5_cont .abtbox5_prev, .abtbox5_cont .abtbox5_next, .zz-yuan .swiper-button-prev, .zz-yuan .swiper-button-next {
    background-color: #ffffff; /* position: absolute;   bottom:10px;*/
    top: auto;
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 50%;
    -moz-box-shadow: 0px 3px 6px #8F8F8F;
    -webkit-box-shadow: 0px 3px 6px #8F8F8F;
    box-shadow: 0px 3px 6px #8F8F8F;
}

/*.abtbox-sec6 .cont .container .abtbox6_prev {  left: 45%;}.abtbox-sec6 .cont .container .abtbox6_next {  right: 45%;}.abtbox5_cont .abtbox5_prev{ left:45.8%;}.abtbox5_cont .abtbox5_next{ right:45.8%;}*/
.abtbox-sec6 .swiper-button-prev, .abtbox-sec6 .swiper-container-rtl .swiper-button-next, .abtbox-sec6 .swiper-button-next, .abtbox-sec6 .swiper-container-rtl .swiper-button-prev, .abtbox5_cont .swiper-button-prev, .abtbox5_cont .swiper-container-rtl .swiper-button-next, .abtbox5_cont .swiper-button-next, .abtbox5_cont .swiper-container-rtl .swiper-button-prev, .zz-yuan .swiper-button-prev, .zz-yuan .swiper-container-rtl .swiper-button-next, .zz-yuan .swiper-button-next, .zz-yuan .swiper-container-rtl .swiper-button-prev {
    background: #ffffff;
}

.abtbox-sec6 .swiper-button-prev:after, .abtbox-sec6 .swiper-rtl .swiper-button-next:after, .abtbox-sec6 .swiper-button-next:after, .abtbox-sec6 .swiper-rtl .swiper-button-prev:after, .abtbox5_cont .swiper-button-prev:after, .abtbox5_cont .swiper-rtl .swiper-button-next:after, .abtbox5_cont .swiper-button-next:after, .abtbox5_cont .swiper-rtl .swiper-button-prev:after, .zz-yuan .swiper-button-prev:after, .zz-yuan .swiper-rtl .swiper-button-next:after, .zz-yuan .swiper-button-next:after, .zz-yuan .swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
    color: #d7d7d7;
}

.abtbox-sec6 .cont .container .abtbox6_prev:hover, .abtbox-sec6 .cont .container .abtbox6_next:hover, .abtbox5_cont .abtbox5_prev:hover, .abtbox5_cont .abtbox5_next:hover, .zz-yuan .swiper-button-prev:hover, .zz-yuan .swiper-button-next:hover {
    background: #0062f3
}

.abtbox-sec6 .swiper-button-prev:after:hover, .abtbox-sec6 .swiper-button-next:after:hover, .abtbox5_cont .swiper-button-prev:after:hover, .abtbox5_cont .swiper-button-next:after:hover, .zz-yuan .swiper-button-prev:after:hover, .zz-yuan .swiper-button-next:after:hover {
    color: #fff;
}

.zz-yuan .swiper-button-prev, .zz-yuan .swiper-button-next {
    display: inline-block;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 0.58rem;
    margin: 0 0.15rem;
}

.abtbox-sec6 .cont .nei {
    display: flex;
    padding-bottom: 1.1rem;
}

@media (max-width: 1580px) {
    .abtbox-sec6 .cont .nei {
        margin: 0 -6px;
    }
}

.abtbox-sec6 .cont .fz_item {
    margin: 0;
    width: 21.5277777%;
}

@media (max-width: 991px) {
    .abtbox-sec6 .cont .fz_item {
        display: none;
    }
}

.abtbox-sec6 .cont .fz_item .swiper-slide {
    padding: 0 10px;
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 1580px) {
    .abtbox-sec6 .cont .fz_item .swiper-slide {
        padding: 0 6px;
    }
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item {
    width: 100%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    padding: 0.7rem 0.3rem;
    padding-right: 0.2rem;
    border: solid 1px #dee5ea;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut {
    display: flex;
    margin-bottom: 0.5rem;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .font {
    width: 100%;
    padding-right: 0;
    opacity: 0.4;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .font .text {
    overflow: auto;
    padding-right: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    max-height: 2.67rem;
    letter-spacing: 0px;
    padding-right: 0.2rem;
    color: #666666;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .font .text::-webkit-scrollbar { /*滚动条整体样式*/
    width: 2px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .font .text::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    background: #d70c25;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .font .text::-webkit-scrollbar-track { /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

@media (max-width: 1580px) {
    .abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .font .text {
        font-size: 14px;
        line-height: 22px;
    }
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .font .text p {
    margin-bottom: 8px;
    text-align: justify
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .font .text p:last-child {
    margin-bottom: 0;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .fz_img {
    width: 0;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    height: 2.67rem;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .fz_img .img {
    width: 100%;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .fz_img .img1 {
    height: 100%;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .fz_img .img2 {
    position: absolute;
    right: 12%;
    bottom: 4%;
    height: 2.98rem;
    width: auto;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .fz_img .img2 img {
    height: 100%;
    width: auto;
    position: relative;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .tit {
    position: relative;
    color: #0c6fea;
    font-weight: bold;
    color: #d1d1d1;
    font-size: 0.5rem;
    line-height: 0.8;
    line-height: 0.5rem;
    font-family: "SourceHanSansCN-bold";
}

.abtbox-sec6 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.abtbox-sec6 .swiper-pagination-bullet-active {
    background: #d70c25
}

@media (max-width: 767px) {
    .abtbox-sec6 .cont .fz_item .swiper-slide .item .tit {
        font-size: 0.5rem;
    }
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .tit em {
    font-style: normal;
    content: attr(data-text);
    position: absolute;
    z-index: 10;
    color: #d70c25;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.abtbox-sec6 .cont .fz_item .swiper-slide .item .tit span {
    display: block;
    margin-right: 10px;
}

@media (max-width: 1580px) {
    .abtbox-sec6 .cont .fz_item .swiper-slide .item .tit span {
        margin-right: 5px;
    }
}

.abtbox-sec6 .cont .abtbox6_cont2 {
    width: 56.9446%;
}

@media (max-width: 991px) {
    .abtbox-sec6 .cont .abtbox6_cont2 {
        width: 100%;
        display: block;
    }
}

.abtbox-sec6 .cont .abtbox6_cont2 .swiper-slide .item {
    padding-right: 0.4rem;
}

.abtbox-sec6 .cont .abtbox6_cont2 .swiper-slide .item .jut {
    flex-wrap: wrap;
}

.abtbox-sec6 .cont .abtbox6_cont2 .swiper-slide .item .jut .font {
    width: 39.412%;
    padding-right: 0.3rem;
    opacity: 1;
}

@media (max-width: 767px) {
    .abtbox-sec6 .cont .abtbox6_cont2 .swiper-slide .item .jut .font {
        width: 100%;
        order: 1;
        padding-right: 0;
        margin-top: 0.1rem;
    }

    .abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .fz_img {
        height: auto;
    }
}

.abtbox-sec6 .cont .abtbox6_cont2 .swiper-slide .item .jut .font .text {
    padding-right: 0.2rem;
}

.abtbox-sec6 .cont .abtbox6_cont2 .swiper-slide .item .jut .fz_img {
    width: 60.588%;
    -webkit-transition: all 0.4s 0.4s;
    transition: all 0.4s 0.4s;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {
    .abtbox-sec6 .cont .abtbox6_cont2 .swiper-slide .item .jut .fz_img {
        width: 100%;
    }
}

.abtbox-sec6 .cont .abtbox6_cont2 .swiper-slide .item .tit {
    color: #d70c25;
}

.abtbox-sec6 .cont .abtbox6_cont2 .swiper-slide .item .tit em {
    opacity: 1;
}

/*.w100{ width:15.4rem; overflow:auto; overflow-y: hidden}.hxgd{ width:24.8rem; overflow:auto; overflow-y: hidden}*//* End */
@media screen and (max-width: 1280px) {
    .anchor_layer .nav_wrap a {
        font-size: 0.26rem;
    }

    .navContent1 li img {
        width: 100px;
    }

    .navContent1 li:nth-child(4) img {
        height: 150px;
        width: auto;
        top: -80px;
    }

    .ho-img {
        width: 200px;
        right: -220px;
    }
}

/*新闻*/
.new-banner {
    padding-top: 0.85rem;
    position: relative;
    overflow: hidden;
}

.new-box1 {
    display: block;
    position: relative;
    height: 8rem;
}

.new-box1 img {
    height: 100%;
}

.new-box1 p {
    position: absolute;
    width: 100%;
    height: 1.5rem;
    color: #fff;
    font-size: 0.4rem;
    font-family: "SourceHanSansCN-bold";
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding-top: 0.3rem;
}

.new-banner .swiper-pagination-bullet {
    width: 28px;
    height: 7px;
    background: #fff;
    opacity: 1;
    border-radius: 10px;
}

.new-banner .swiper-pagination-bullet-active {
    background: #d70c25
}

.new-banner .swiper-horizontal > .swiper-pagination-bullets, .new-banner .swiper-pagination-bullets.swiper-pagination-horizontal, .new-banner .swiper-pagination-custom, .new-banner .swiper-pagination-fraction {
    bottom: 0.2rem;
}

.new-information {
    background: url(../images/xwlb/zx-bg.jpg) no-repeat center;
    padding: 1.15rem 0;
    background-size: cover;
}

.new-ti {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.24rem
}

.new-ti h1, .new-search h1 {
    font-size: 0.36rem;
    font-family: "SourceHanSansCN-bold";
}

.new-ti a img {
    margin-left: 0.1rem;
}

.new-ti a, .ne-more {
    width: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0062F3;
    height: 0.5rem;
    color: #fff;
    border-radius: 30px;
    font-size: 0.18rem;
    transition-duration: .5s;
}

.new-ti a:hover, .ne-more:hover {
    -moz-box-shadow: 0px 0px 9px #333333;
    -webkit-box-shadow: 0px 0px 9px #333333;
    box-shadow: 0px 0px 9px #333333;
    color: #fff;
}

.new-banner .mobile-banner {
    display: none !important
}

.information-list dl {
    width: 49%;
    float: left;
    margin-bottom: 0.25rem;
}

.information-list dl a {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 0.47rem 0.32rem;
    position: relative;
    transition-duration: .5s;
    height: 2.4rem;
}

.information-list dl dt {
    width: 2.30rem;
    height: 1.45rem;
    overflow: hidden;
    float: left;
    position: relative
}

.information-list dl dt img, .video-list dl dt .video-img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
    object-fit: cover;
}

.information-list dl dt img {
    height: auto;
}

.information-list dl dd {
    width: calc(97% - 2.30rem);
    width: -webkit-calc(97% - 2.30rem);
    float: right;
}

.information-list dl dd h1 {
    font-size: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.information-list dl dd span {
    font-size: 0.18rem;
    color: #c4c4c4;
    font-family: "SourceHanSansCN-bold";
    font-weight: bold;
    display: block;
    margin: 0.1rem 0 0.18rem 0;
}

.information-list dl dd p {
    font-size: 0.16rem;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.information-list dl a:before, .video-list dl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 3px;
    background: #0062F3;
    transition-duration: .5s;
}

.information-list dl a:hover:before, .video-list dl:hover:after {
    width: 100%;
}

.information-list dl a:hover {
    -moz-box-shadow: 0px 0px 9px #eee;
    -webkit-box-shadow: 0px 0px 9px #eee;
    box-shadow: 0px 0px 9px #eee;
}

.information-list dl a:hover dt img, .video-list dl:hover dt .video-img {
    transform: scale(1.1)
}

.information-list dl a:hover dd h1 {
    color: #0062F3
}

.information-list dl:nth-child(2n) {
    float: right;
}

.new-video {
    padding: 1.54rem 0;
}

.video-list dl {
    width: 32.5%;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-right: 1.25%;
    margin-bottom: 20px;
}

.video-list dl dt {
    position: relative;
    overflow: hidden;
    height: 2.8rem
}

.video-list dl dt .bf-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-list dl dd {
    height: 1.1rem;
    background: #f3f3f3;
    font-size: 0.2rem;
    text-align: center;
    padding-top: 0.3rem;
}

.video-list dl:nth-child(3n) {
    margin-right: 0;
}

.new-publication {
    background: url(../images/dz-bg.jpg) no-repeat center;
    padding: 0.6rem 0;
}

.dzs-list {
    display: flex;
}

.dzs-list dl {
    width: 25%;
    position: relative;
    margin: 0 3%;
}

.dzs-list dl:nth-child(3n) {
    margin-right: 0;
}

.dzs-list dl dt {
    height: 5.2rem;
}

.dzs-list dl dt img, .ne-dzs-list dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dzs-list dl dd {
    position: absolute;
    right: -33px;
    top: 0rem;
    color: #fff;
    font-size: 0.16rem;
    writing-mode: vertical-rl;
    background: url(../images/rbian.png) no-repeat top center;
    height: 100%;
    width: 34px;
    background-size: contain;
    padding-top: 0.1rem;
    line-height: 34px;
    padding-right: 0.05rem;
}

.new-search {
    margin-bottom: 0.4rem;
}

.srh {
    background-color: #fff;
    vertical-align: middle;
    width: 3.05rem;
    position: relative;
}

.srh .icon {
    display: inline-block;
    width: 17px;
    height: 0.4rem;
    background: url(../images/xwlb/icon_search.png) no-repeat center;
    vertical-align: middle;
    margin: 0 10px 0 16px;
}

.srh input[type="text"] {
    width: calc(100% - 0.7rem);
    height: 0.4rem;
    font-size: 0.16rem;
    border: none;
    line-height: 0.4rem;
}

.srh .btn-srh {
    position: absolute;
    right: 0;
    height: 0.4rem;
    width: 0.7rem;
    font-size: 16px;
    color: #fff;
    background-color: #d70c25;
    border: none;
}

.title .srh .btn-srh:hover {
    background-color: #047CEB;
}

.s-ri {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-search .name {
    font-size: 0.2rem;
}

.filter-box select {
    width: 0.9rem;
    height: 0.4rem;
    background: #fff;
    border: none;
    margin: 0 0.05rem;
    outline: none;
    font-size: 0.16rem;
}

.new-information .new-video .video-list dl {
    margin-bottom: 0.3rem;
}

.new-information .new-video .video-list dl dd {
    background: #fff;
}

.ne-dzs-list dl {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 0.3rem;
}

.ne-dzs-list dl dt {
    height: 4rem;
}

.ne-dzs-list dl dd {
    background: #fff;
    padding: 0.15rem;
    transition-duration: .5s;
}

.ne-dzs-list dl:nth-child(5n) {
    margin-right: 0;
}

.ne-dzs-list dl dd h1 {
    font-size: 0.18rem;
}

.ne-dzs-list dl dd span {
    font-size: 0.16rem;
}

.ne-dzs-list dl:hover dd {
    color: #fff;
    background: #d70c25
}

/*电气*/
.dq-banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.pc-banner {
    width: 100%;
    display: block
}

.mobile-banner {
    width: 100%;
    display: none;
}

.banner-txt {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    color: #fff;
    transition-duration: .5s;
}

.banner-txt h1 {
    font-size: 0.6rem;
    padding-bottom: 0.37rem;
}

.banner-txt p {
    position: relative;
    width: 100%;
    text-align: center;
}

.banner-txt p img {
    display: block;
    margin: 0 auto;
}

.banner-txt p span {
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 0.2rem
}

.dq-introduce {
    background: url(../images/ywbj/dq-bg01.jpg) no-repeat center;
    padding: 0.92rem 0;
    background-size: cover;
    width: 100%;
}

.banner-wa {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    z-index: 2;
}

.banner-wa.active {
    width: 90%;
    height: 80%
}

.banner-wa.active1 {
    width: 70%;
    height: 60%
}

.banner-wa.active2 {
    width: 40%;
    height: 35%;
    bottom: 0.6rem;
}

.banner-wa.active .banner-txt {
    opacity: 0.9;
}

.banner-wa.active1 .banner-txt {
    opacity: 0.7;
}

.banner-wa.active2 .banner-txt {
    opacity: 0;
}

.dq-introduce {
    position: absolute;
    left: 0;
    bottom: 0%;
    opacity: 0;
    transition-duration: .5s;
    padding-left: 1.12rem;
    min-height: 4.65rem;
}

.dq-introduce.active {
    opacity: 0.2;
}

.dq-introduce.active1 {
    opacity: 0.5;
}

.dq-introduce.active2 {
    opacity: 1;
}

.dq-txt {
    width: 45%;
}

.dq-title {
    font-size: 0.3rem;
    padding-bottom: 0.15rem;
}

.dq-zi p {
    font-size: 0.2rem;
    padding-bottom: 0.17rem;
    text-align: justify;
    text-indent: 0.38rem;
}

.banner-bg {
    width: 100%;
    height: 90%;
    background: url(../images/dq-banner.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.fz-hidden, .fz-hidden1 {
    display: none;
}

.new-an li span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    color: #d70c25;
    cursor: pointer;
}

.new-an li span img {
    margin-left: 0.05rem;
}

.new-an li:nth-child(2) {
    display: none;
}

.currentDd li:nth-child(1) {
    display: none;
}

.currentDd li:nth-child(2) {
    display: block;
}

.dqjg-box {
    position: relative;
    padding: 1.2rem 0 0.7rem;
}

.dq-ti {
    text-align: center;
}

.dq-ti h1 {
    font-size: 0.36rem;
}

.dq-ti p {
    font-size: 0.2rem;
    padding: 0.1rem 0 0.43rem 0;
}

.dqjg-box .dq-ti {
    position: absolute;
    left: 1.12rem;
    text-align: left;
    top: 1.8rem;
}

.dqjg-box .Menubox {
    padding-right: 1.12rem;
    width: 50%;
    position: relative;
    z-index: 4;
}

.dqjg-box .Menubox ul {
    display: flex;
    justify-content: space-between;
}

.dqjg-box .Menubox li {
    width: 2.12rem;
    height: 2.3rem;
    cursor: pointer;
    padding-top: 0.45rem;
}

.dqjg-box .Menubox li p {
    font-size: 0.26rem;
    text-align: center;
    padding-top: 0.2rem;
}

.dqjg-box .Menubox li h1 {
    width: 0.64rem;
    height: 0.64rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.dqjg-box .Menubox li.hover {
    color: #fff;
    background: url(../images/dl.png) no-repeat center #d70c25;
    background-size: contain;
}

.dqjg-box .Menubox li h1 img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
}

.dqjg-box .Menubox li h1 img:nth-child(2) {
    position: absolute;
    top: 100%;
    left: 0;
    transition-duration: .5s;
}

.dqjg-box .Menubox li.hover h1 img:nth-child(1) {
    top: -100%;
}

.dqjg-box .Menubox li.hover h1 img:nth-child(2) {
    top: 0;
}

.dqjg-box .Contentbox {
    position: relative;
    top: -0.4rem;
}

.dqjg-box .dq-pcimg {
    display: block;
    width: 100%;
}

.dqjg-box .dq-mobileimg {
    display: none;
}

.hz-txt {
    position: absolute;
    width: 50%;
    height: 100%;
    padding-left: 1.12rem;
    color: #fff;
    left: 0;
    top: 0;
    background: linear-gradient(left, rgba(218, 16, 41, 0.51) 17%, rgba(215, 12, 37, 0) 82%);
    background: -o-linear-gradient(left, rgba(218, 16, 41, 0.51) 17%, rgba(215, 12, 37, 0) 82%);
    background: -ms-linear-gradient(left, rgba(218, 16, 41, 0.51) 17%, rgba(215, 12, 37, 0) 82%);
    background: -moz-linear-gradient(left, rgba(218, 16, 41, 0.51) 17%, rgba(215, 12, 37, 0) 82%);
    background: -webkit-linear-gradient(left, rgba(218, 16, 41, 0.51) 17%, rgba(215, 12, 37, 0) 82%);
    padding-top: 5%;
}

.hz-txt h1 {
    font-size: 0.3rem;
    font-weight: normal;
}

.hz-txt p {
    font-size: 0.18rem;
    width: 77%;
    text-align: justify;
    padding: 0.35rem 0;
    text-indent: 0.38rem;
}

.hz-txt a {
    width: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d70c25;
    height: 0.55rem;
    color: #fff;
    border-radius: 30px;
    font-size: 0.18rem;
    transition-duration: .5s;
}

.hz-txt a img {
    margin-left: 0.15rem;
}

.jd-Menubox {
    position: absolute;
    width: 100%;
    bottom: 0.17rem;
    left: 0;
}

.jd-Menubox ul {
    display: flex;
    justify-content: space-between;
    margin: 0 1.12rem; /*background: linear-gradient(top , rgba(255, 255, 255, 0.19) 9% , rgba(0, 0, 0, 0.76) 69%);background: -o-linear-gradient(top , rgba(255, 255, 255, 0.19) 9% , rgba(0, 0, 0, 0.76) 69%);background: -ms-linear-gradient(top , rgba(255, 255, 255, 0.19) 9% , rgba(0, 0, 0, 0.76) 69%);background: -moz-linear-gradient(top , rgba(255, 255, 255, 0.19) 9% , rgba(0, 0, 0, 0.76) 69%);background: -webkit-linear-gradient(top , rgba(255, 255, 255, 0.19) 9% , rgba(0, 0, 0, 0.76) 69%);*/
}

.jd-Menubox ul li {
    width: 33.333%;
    height: 1.39rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.jd-Menubox ul li:nth-child(1) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.jd-Contentbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.jd-Menubox ul li.hover {
    color: #d70c25
}

.dtgc-xi {
    position: relative;
}

.dtgc-xi img {
    width: 100%;
}

.dt-ti {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    top: 0.8rem;
    left: 0;
}

.dt-li {
    position: absolute;
    right: 1.12rem;
    top: 38%;
    width: 62%;
}

.dtgc-xi ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #fff;
    width: 100%;
}

.dtgc-xi ul li {
    position: relative;
    z-index: 2;
}

.dtgc-xi ul li h1 {
    width: 0.58rem;
    height: 0.58rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.dtgc-xi ul li h1 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    width: auto;
}

.dtgc-xi ul li p {
    font-size: 0.2rem;
    padding-top: 0.15rem;
}

.dt-xian {
    width: 85%;
    top: 0.3rem;
    height: 1px;
    border-bottom: 1px dashed #fff;
    position: absolute;
    left: 5%;
    z-index: 1;
}

.dqgc-box {
    padding: 0.97rem 0;
}

.dqcg-img {
    width: 56%;
}

.dqcg-img .mySwiper22 {
    width: 100%;
}

.dqcg-img .swiper-pagination {
    text-align: right;
    right: 0.35rem;
    left: auto !important;
    bottom: 0.2rem !important
}

.dqcg-img .swiper-pagination-bullet {
    width: 33px;
    height: 6px;
    opacity: 1;
    background: #fff;
    border-radius: 5px;
}

.dqcg-img .swiper-pagination-bullet-active {
    background: #d70c25
}

.dqcg-txt {
    width: 40%;
    padding-right: 1.12rem;
}

.dqcg-txt h1 {
    font-size: 0.3rem;
    font-weight: normal;
    padding: 0.1rem 0 0.25rem 0;
}

.dqcg-txt .txt1 {
}

.dqcg-txt .txt1 p {
    font-size: 0.18rem;
    text-align: justify;
    padding-bottom: 0.3rem;
    text-indent: 0.38rem;
}

.dqcg-txt .txt1 p:last-child {
    padding-bottom: 0;
}

.shu-time {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    margin-top: 0.33rem;
    border-bottom: none;
}

.shu-time li {
    float: left;
    width: 50%;
    height: 1.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #e7e7e7
}

.shu-time li:nth-child(1), .shu-time li:nth-child(3) {
    border-right: 1px solid #e7e7e7
}

.shu-time li h2 {
    color: #d70c25;
    font-size: 0.2rem;
    padding-bottom: 0.05rem;
}

.shu-time li h2 span {
    font-size: 0.36rem;
}

.shu-time li p {
    font-size: 0.24rem;
    font-weight: bold;
    font-family: "SourceHanSansCN-bold";
}

.shu-time li:nth-child(3) h2, .shu-time li:nth-child(4) h2 {
    font-size: 0.36rem;
    color: #3e3e3e;
}

.shu-time li:nth-child(3) p, .shu-time li:nth-child(4) p {
    color: #d70c25
}

.hz-logo {
    background: url(../images/dq-bg02.jpg) no-repeat center;
    padding: 0.3rem 0.5rem 0.8rem;
    background-size: cover;
}

.hz-logo ul {
    height: 6rem;
    position: relative;
}

.hz-logo ul li {
    position: absolute;
    animation: myfirstd linear infinite 2s;
}

.hz-logo ul li p {
    width: 0;
    height: 0;
    background: #fff;
    border-radius: 50%;
    -moz-box-shadow: 0px 3px 5px #D4D4D4;
    -webkit-box-shadow: 0px 3px 5px #D4D4D4;
    box-shadow: 0px 3px 5px #D4D4D4;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 2s;
}

.hz-logo .swiper-slide-active ul li p {
    width: 1.1rem;
    height: 1.1rem;
}

.hz-logo ul li p img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 70%;
    max-width: 70%;
}

.hz-logo ul li:nth-child(1) {
    top: 7%;
    left: 3%;
    transform: scale(0.8);
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(2) {
    top: 10%;
    left: 14%;
    transform: scale(0.6);
}

.hz-logo ul li:nth-child(3) {
    top: 25%;
    left: 5%;
    transform: scale(0.5);
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(4) {
    top: 8%;
    left: 26%;
    transform: scale(0.6);
}

.hz-logo ul li:nth-child(5) {
    top: 30%;
    left: 16%;
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(6) {
    top: 45%;
    left: 3%;
    transform: scale(0.4);
}

.hz-logo ul li:nth-child(7) {
    top: 65%;
    left: 7%;
    transform: scale(0.8);
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(8) {
    top: 58%;
    left: 18%;
    transform: scale(0.5);
}

.hz-logo ul li:nth-child(9) {
    top: 42%;
    left: 28%;
    transform: scale(0.5);
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(10) {
    top: 65%;
    left: 28%;
    transform: scale(0.6);
}

.hz-logo ul li:nth-child(11) {
    top: 90%;
    left: 10%;
    transform: scale(0.6);
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(12) {
    top: 8%;
    right: 3%;
    transform: scale(0.8);
}

.hz-logo ul li:nth-child(13) {
    top: 5%;
    right: 14%;
    transform: scale(0.6);
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(14) {
    top: 25%;
    right: 6%;
    transform: scale(0.5);
}

.hz-logo ul li:nth-child(15) {
    top: 8%;
    right: 26%;
    transform: scale(0.6);
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(16) {
    top: 25%;
    right: 16%;
}

.hz-logo ul li:nth-child(17) {
    top: 35%;
    right: 3%;
    transform: scale(0.4);
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(18) {
    top: 50%;
    right: 10%;
    transform: scale(0.8);
}

.hz-logo ul li:nth-child(19) {
    top: 52%;
    right: 18%;
    transform: scale(0.5);
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(20) {
    top: 42%;
    right: 24%;
    transform: scale(0.5);
}

.hz-logo ul li:nth-child(21) {
    top: 73%;
    right: 22%;
    transform: scale(0.6);
    animation: myfirstd1 linear infinite 3s;
}

.hz-logo ul li:nth-child(22) {
    top: 80%;
    right: 10%;
    transform: scale(0.6);
}

@keyframes myfirstd {
    0% {
        margin-top: 0px;
    }
    40% {
        margin-top: 8px;
    }
    100% {
        margin-top: 0px;
    }
}

@keyframes myfirstd1 {
    0% {
        margin-top: 0px;
    }
    40% {
        margin-top: 18px;
    }
    100% {
        margin-top: 0px;
    }
}

/* 可持续发展*/
.ne-banner {
    margin-top: 0.8rem;
    position: relative;
}

.ne-banner .dw {
    position: absolute;
    text-align: center;
    z-index: 3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
}

.ne-banner .dw h1 {
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin-bottom: 0.15rem;
    text-shadow: 2px 2px 2px #333333;
}

.ne-banner .dw p {
    width: 100%;
    display: block;
    font-size: 0.36rem;
    font-weight: normal;
    text-shadow: 2px 2px 2px #333333;
    margin-bottom: 0.1rem;
}

.ne-banner .dw .video-box {
    width: 0.68rem;
    height: 0.69rem;
    margin: 0 auto;
}

.fz-box1 {
    background: #f6f6f6;
    padding: 1.17rem 0;
}

.fz-box1 .dq-txt {
    text-align: center;
    width: 100%;
}

.fz-box1 .dq-title {
    font-weight: bold;
}

.fz-box1 .dq-zi {
    width: 10.5rem;
    margin: 0.18rem auto;
}

.jj-list01 {
    width: 12.47rem;
    margin: 0.78rem auto 0;
}

.jj-list01 li {
    float: left;
    width: 49%;
    background: #fff;
    height: 1.45rem;
    display: flex;
    align-items: center;
    padding-left: 0.46rem;
    border-radius: 10px;
    margin-bottom: 0.23rem;
    transition-duration: .5s;
}

.jj-list01 li h1 {
    padding-left: 0.17rem;
}

.jj-list01 li:nth-child(2n) {
    float: right;
}

.jj-list01 li:hover {
    border-radius: 20px;
    -moz-box-shadow: 0px 0px 9px #eee;
    -webkit-box-shadow: 0px 0px 9px #eee;
    box-shadow: 0px 0px 9px #eee;
    transform: scale(1.05)
}

.fz-box2 {
    width: 100%;
    height: 7.8rem;
    padding: 1.6rem 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-attachment: fixed !important;
    text-align: center;
    color: #fff;
}

.dly-bg {
    background: url(../images/fz-bg01.jpg) no-repeat bottom center;
}

.fz-box2 h1 {
    font-size: 0.36rem;
}

.fz-box2 p {
    font-size: 0.21rem;
    padding-top: 0.56rem;
}

.fz-box2 span {
    position: absolute;
    left: 0;
    bottom: 1.4rem;
    background: url(../images/hua.png) no-repeat left bottom;
    transition-duration: 3s;
    display: block;
    height: 4.42rem;
    width: 100%;
}

@-webkit-keyframes height1 {
    0% {
        width: 0
    }
    100% {
        width: 100%;
    }
}

@keyframes height1 {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.fz-box3 {
    background: url(../images/xzj.jpg) no-repeat top center;
    padding: 1.22rem 0;
}

.fz-box3 .Menubox {
    width: 1rem;
    position: relative;
    float: left;
}

.fz-box3 .Menubox:after {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dashed #eae1e2;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
    z-index: 1;
}

.fz-box3 .Menubox ul li {
    cursor: pointer;
    margin-bottom: 0.25rem;
    position: relative;
    z-index: 2;
}

.fz-box3 .Menubox ul li p {
    font-size: 0.14rem;
    text-align: center;
}

.fz-box3 .Menubox ul li:last-child {
    margin: 0;
}

.fz-box3 .Menubox ul li h1 {
    text-align: center;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.fz-box3 .Menubox ul li h1 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.fz-box3 .Menubox ul li.on h1 {
    border: 5px solid #fadae0
}

.fz-box3 .Contentbox {
    width: calc(97% - 1rem);
    width: -webkit-calc(97% - 1rem);
    float: right;
}

.kcs-img {
    position: relative;
    top: -0.15rem;
    width: 46%;
}

.kcs-lc {
    width: 50%;
    height: 6.2rem;
    overflow: auto;
    margin-top: 0.2rem;
}

.kcs-lc dl {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    position: relative;
    transition-duration: .5s;
}

.kcs-lc dl i {
    position: absolute;
    top: 0;
    right: 15px;
    width: 150px;
    background: #fff;
    z-index: 10;
    display: none;
    transform: translateY(30px);
    transition-duration: .5s;
}

.kcs-lc dl:hover i {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

.kcs-lc dl:hover {
    border-bottom: 2px solid #d70c25;
}

.kcs-lc dl dt {
    position: relative;
    float: left;
    width: 1.35rem;
    line-height: 1;
}

.kcs-lc dl dt span {
    font-size: 0.38rem;
    font-weight: bold;
    font-family: "SourceHanSansCN-bold";
    color: #cf0c24;
    position: relative;
}

.kcs-lc dl dt span b {
    z-index: 2;
    position: relative
}

.kcs-lc dl dd {
    float: left;
    width: calc(100% - 1.35rem);
    width: -webkit-calc(100% - 1.35rem);
}

.kcs-lc dl dd p {
    position: relative;
    font-size: 0.22rem;
    padding-left: 0.15rem;
    margin-bottom: 0.2rem;
}

.kcs-lc dl dd p:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #aaaaaa;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.5px;
}

.kcs-lc dl:after {
    content: "";
    clear: both;
    display: block;
}

.kcs-lc dl dt span:after {
    content: "";
    width: 0.19rem;
    height: 0.19rem;
    position: absolute;
    bottom: -0.01rem;
    right: -0.01rem;
    background: #f8dbdf;
    border-radius: 50%;
    z-index: 1;
}

.zh-ri {
    width: 60%;
}

.zh-le {
    width: 30%;
}

.zh-le h1 {
    font-size: 0.3rem;
    padding: 0.74rem 0 0.35rem 0;
}

.zh-le p {
    font-size: 0.18rem;
}

.fz-box4 {
    position: relative;
}

.fz-box4 .txt {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.fz-box4 .txt h1 {
    color: #fff;
    text-shadow: 2px 2px 2px #333333;
    font-size: 0.36rem;
}

.fz-box4 .txt p {
    font-size: 0.2rem;
    width: 8rem;
    text-shadow: 2px 2px 2px #333333;
    margin: 0 auto;
    padding-top: 0.25rem;
    text-align: justify;
}

.fz-box5 {
    position: relative;
    top: -0.9rem;
    padding-bottom: 0.8rem;
}

.fz-box5 .new-ti {
    margin: 0;
}

.fz-box5 .new-ti a {
    margin: 0.6rem auto 0
}

.fz-le {
    width: 51.5%;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    height: 4.96rem;
}

.fz-le img {
    width: 100%;
    display: block;
    transition-duration: .5s;
    height: 100%;
}

.fz-le p {
    position: absolute;
    width: 100%;
    bottom: 0.15rem;
    left: 0;
    padding: 0 0.2rem;
    color: #fff;
    font-weight: bold;
    font-family: "SourceHanSansCN-bold";
    font-size: 0.22rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.fz-ri {
    background: #fff;
    height: 4.96rem;
    width: 47.5%;
    -moz-box-shadow: 0px 0px 9px #d8d5d5;
    -webkit-box-shadow: 0px 0px 9px #d8d5d5;
    box-shadow: 0px 0px 9px #d8d5d5;
    border-radius: 15px;
    padding: 0.43rem 0.5rem;
}

.fz-ri dl {
    padding-bottom: 0.53rem;
    position: relative;
}

.fz-ri dl dt {
    width: 0.3rem;
    height: 0.3rem;
    background: #ededed;
    border-radius: 50%;
    float: left;
    position: relative;
    z-index: 2;
    transition-duration: .5s;
}

.fz-ri dl dt:after {
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    background: #a5a5a5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.03rem;
    margin-left: -0.03rem;
    border-radius: 50%;
    transition-duration: .5s;
}

.fz-ri dl dd {
    width: calc(95% - 0.3rem);
    width: -webkit-calc(95% - 0.3rem);
    float: right;
}

.fz-ri dl dd h1 {
    font-size: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition-duration: .5s;
}

.fz-ri dl dd p {
    font-size: 0.16rem;
    color: #666;
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.1rem 0 0.15rem 0;
}

.fz-ri dl dd span {
    font-size: 0.18rem;
    color: #d70c25
}

.fz-ri dl:after {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dashed #dddddd;
    position: absolute;
    left: 0.14rem;
    top: 0;
    z-index: 1;
}

.fz-ri dl:last-child:after {
    border: none;
}

.fz-ri dl:hover dd h1 {
    color: #d70c25
}

.fz-ri dl:hover dt {
    background: #d70c25
}

.fz-ri dl:hover dt:after {
    background: #fff;
}

/*隐私政策*/
.yszc-box .header {
    border-bottom: 1px solid #e5e5e5
}

.yszc-box .wrap {
    padding: 1.5rem 0;
}

.ys-ti {
    font-size: 0.36rem;
    font-weight: bold;
    font-family: "SourceHanSansCN-bold";
    padding-bottom: 0.3rem;
}

.yszc-subNavBox {
    width: 100%;
}

.yszc-subNav {
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    line-height: 0.9rem;
    font-size: 0.22rem;
    background: url(../images/jia.png) no-repeat right center;
    font-weight: bold;
    font-family: "SourceHanSansCN-bold";
}

.yszc-currentDt {
    background: url(../images/jian.png) no-repeat right center;
}

.yszc-navContent {
    display: none;
    padding-left: 0.4rem;
    padding-bottom: 0.2rem;
}

.yszc-navContent p {
    font-size: 0.18rem;
    padding-bottom: 0.2rem;
}

.yszc-navContent:last-child {
    border-bottom: 1px solid #e5e5e5;
}

/*隐私政策*//*军工*/
.jggh-ti {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}

.jggh-ti div {
    text-align: center;
    padding-left: 0.14rem;
}

.jggh-ti div h1 {
    font-size: 0.36rem;
}

.jggh-ti div p {
    font-size: 0.2rem;
}

.gh-js {
    width: 85%;
    margin: 0.45rem auto;
    text-align: justify;
    font-size: 0.18rem;
    text-indent: 0.38rem
}

.zgs-box {
    position: relative;
    top: -1.15rem;
}

.zgs-Menubox ul, .gggs-Menubox ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zgs-Menubox ul li {
    width: 50%;
    background: #d70c25;
    color: #fff;
    line-height: 0.67rem;
    font-size: 0.3rem;
    font-weight: bold;
    font-family: "SourceHanSansCN-bold";
    text-align: center;
    cursor: pointer;
    position: relative;
}

.zgs-Menubox ul li:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #d70c25;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    opacity: 0;
}

.zgs-Menubox ul li.hover:after {
    opacity: 1;
}

.zgs-Menubox ul li:nth-child(2) {
    background: #f18600
}

.zgs-Menubox ul li:nth-child(2):after {
    border-top: 12px solid #f18600;
}

.xny-Menubox ul li:nth-child(1) {
    background: #0062F3
}

.xny-Menubox ul li:nth-child(1):after {
    border-top: 12px solid #0062F3;
}

.xny-Menubox ul li:nth-child(2) {
    background: #D70C25
}

.xny-Menubox ul li:nth-child(2):after {
    border-top: 12px solid #D70C25;
}

.zgs-CbContainer {
    background: #f3f3f3;
    padding: 0.4rem;
}

.gggs-Menubox ul {
    margin-bottom: 0.35rem;
}

.gggs-Menubox ul li {
    cursor: pointer;
    width: 25%;
    font-size: 0.24rem;
    height: 0.57rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    border-radius: 30px;
    margin: 0 5px;
}

.gggs-Menubox ul li.hover {
    background: #d70c25;
    color: #fff;
}

.gs-pic {
    width: 50%;
    overflow: hidden;
    height: 5.38rem;
}

.gs-pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
    object-fit: cover;
}

.gs-pic:hover img {
    transform: scale(1.1)
}

.gs-txt {
    width: 50%;
}

.gs-pro {
    background: #d70c25;
    height: 2.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.35rem;
    color: #fff;
}

.gs-pro img {
    width: 1.93rem;
    height: 1.49rem;
    margin-right: 0.3rem;
}

.gs-pro p {
    font-size: 0.3rem;
    padding-bottom: 0.1rem;
}

.gs-pro span {
    display: block;
    font-size: 0.18rem;
}

.sh-infor {
    height: 2.48rem;
}

.logo-img {
    width: 2.78rem;
    height: 1.8rem;
    position: relative;
}

.logo-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 90%;
}

.infor-zi {
    width: calc(100% - 2.78rem);
    width: -webkit-calc(100% - 2.78rem);
}

.infor-zi h1 {
    font-size: 0.3rem;
    font-weight: normal;
    padding-bottom: 0.1rem;
}

.infor-zi p {
    font-size: 0.18rem;
    height: 1.3rem;
    overflow: auto;
    text-align: justify;
    padding-right: 0.15rem;
    text-indent: 0.38rem;
}

.jg-yyly .dq-ti {
    position: relative;
    top: -0.4rem;
}

.jg-yyly {
    background: url(../images/h.png) no-repeat bottom center;
}

.f-img {
    text-align: center;
}

.f-img img {
    display: inline-block;
    max-width: 100%;
}

.jglx-box {
    background: url(../images/lx-bg.jpg) no-repeat center;
    padding: 0.7rem 0 1.1rem 0;
}

.jglx-box ul {
    display: flex;
    justify-content: space-between;
    padding-top: 0.45rem;
}

.jglx-box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.jglx-box ul li p {
    font-size: 0.2rem;
    padding-left: 0.1rem;
}

.jgry-box {
    background: #efefef;
    padding: 0.5rem 0 0 0;
}

.ry-box {
    width: 13.24rem;
    margin: 0 auto;
}

.zz-box {
    position: relative;
    height: 7.05rem;
}

.zz-box li {
    position: absolute;
}

.zz-box li:nth-child(1) {
    top: 0;
    left: 0;
}

.zz-box li:nth-child(2) {
    top: 0;
    right: -2%;
}

.zz-box li:nth-child(3) {
    bottom: 0;
    left: 0;
}

.zz-box li:nth-child(4) {
    bottom: 0;
    right: -2%;
}

.zz-box li:nth-child(5) {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%)
}

.zz-box li p {
    width: 3rem;
    height: 2.39rem;
    position: relative;
}

.zz-box li p img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.bgpic {
    width: 3.65rem;
}

.zz-yuan {
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    width: 100%;
    text-align: center;
}

.jg-fzlc {
    background: url(../images/xs-bg.jpg) no-repeat center;
    padding: 1.05rem 0.3rem 0.8rem 0.3rem;
}

.lc-conn {
    position: relative;
    height: 3.33rem;
    float: left;
    width: 16.5%;
    margin-right: 3.8%;
}

.lc-conn:after {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dashed #d70c25;
    position: absolute;
    left: 3px;
    top: 0;
}

.lc-conn:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d70c25;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lc-conn h1 {
    font-size: 0.6rem;
    border-left: 2px solid #d70c25;
    padding-left: 0.3rem;
    color: #d70c25;
    font-size: 0.48rem;
    margin-left: 3px;
}

.lc-conn p {
    font-size: 0.18rem;
    padding: 0.15rem 0 0.15rem 0.3rem;
}

.lc-conn img {
    margin-left: 0.3rem;
    max-width: 100%;
}

.jg-fzlc .mySwiper3 {
    height: 6.6rem;
}

.lc-conn:last-child {
    margin-right: 0;
}

.lc-conn:nth-child(1) {
    margin-top: 2.5rem;
}

.lc-conn:nth-child(2) {
    margin-top: 2rem;
}

.lc-conn:nth-child(3) {
    margin-top: 1.5rem;
}

.lc-conn:nth-child(4) {
    margin-top: 0.5rem;
}

.lc-conn:nth-child(5) {
    margin-top: 0rem;
}

.jg-fzlc .zz-yuan {
    bottom: 0.1rem;
}

/* 新能源 */
.xny-Contentbox .infor-zi {
    width: 100%;
}

.xny-Contentbox .sh-infor {
    height: 100%;
    padding: 0 0.4rem;
}

.xny-Contentbox .infor-zi p {
    height: auto;
    padding-right: 0;
    padding-bottom: 0.25rem;
}

.xny-Contentbox .infor-zi h1 {
    text-align: center;
}

.xny-Contentbox .ys-listl li {
    font-size: 0.25rem;
    margin-top: 0.2rem;
}

.xny-Contentbox .ys-listl li b {
    display: block;
}

.xny-history {
    overflow: hidden;
}

/* history */
.energy-histroy .party-history {
    background: url(../images/lvs.png) no-repeat bottom center;
    padding: 0 0 1rem 0;
}

.energy-histroy .histroy {
    margin-top: 0.56rem;
}

.energy-histroy .party-history .left {
    width: 55%;
    float: right;
    text-align: left;
    padding-left: 0.5rem;
}

.energy-histroy .party-history .left .bit {
    font-size: 0.6rem;
    margin-bottom: 0.6rem;
    line-height: 0.5rem;
    font-weight: bold;
}

.energy-histroy .party-history .left .his-list {
    padding-right: 0.2rem;
    height: 3.8rem;
    overflow-y: auto;
}

.energy-histroy .party-history .left .his-list li {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}

.energy-histroy .party-history .left .his-list li span {
    display: inline-block;
    padding-right: 0.05rem;
    font-weight: bold;
    float: left;
}

.energy-histroy .party-history .right p {
    width: calc(100% - 1rem);
}

.energy-histroy .party-history .right {
    width: 45%;
    float: left;
    position: relative;
    height: 6rem;
    background: url(../images/ico24-1.png) no-repeat right center;
    background-size: auto 100%;
}

.energy-histroy .party-history .right img {
    width: 100%;
}

.energy-histroy .party-history .right .swiper-slide {
    line-height: 2rem !important;
    font-size: 2rem;
    color: #ebedee;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-family: "SourceHanSansCN-bold";
}

.energy-histroy .party-history .right .swiper-button-next {
    position: absolute;
    bottom: 0;
    top: inherit;
    left: inherit;
    right: -0.2rem;
    width: 0.4rem;
    height: 0.3rem;
    background: url(../images/dsj-jt-down01.png) no-repeat;
    outline: none;
}

.energy-histroy .party-history .right .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 0.4rem;
    height: 0.3rem;
    background: url(../images/dsj-jt-up01.png) no-repeat;
    margin-top: 0;
    outline: none;
    right: -0.2rem;
    left: inherit;
}

.energy-histroy .party-history .right .swiper-button-next:after, .energy-histroy .party-history .right .swiper-button-prev:after {
    opacity: 0;
}

.energy-histroy .party-history .right .swiper-slide-thumb-active {
    background: -webkit-gradient(linear, top, bottom, from(#57a544), to(#87d873));
    background: -o-linear-gradient(top, #57a544, #87d873);
    background: linear-gradient(0deg, #57a544, #87d873);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: bold;
    opacity: 1;
}

.energy-histroy .party-history .right .swiper-pointer-events.swiper-vertical {
    height: 6rem;
}

.nylc-box {
    width: 80%;
    margin: 0 auto;
}

.nylc-box p {
    font-size: 0.2rem;
    text-align: justify;
    margin-top: 0.2rem;
}

.xny-qyry {
    background: url(../images/nyry.jpg) no-repeat center;
    min-height: 7.72rem;
    padding-top: 0.76rem;
}

.xny-qyry .dq-ti {
    margin-bottom: 0.2rem;
}

.n-img {
    text-align: center;
    padding-left: 0.3rem;
}

.n-img img {
    margin: 0 auto;
    max-width: 12.14rem;
}

.xny-hzhb {
    background: url(../images/nyhb.jpg) no-repeat center;
    min-height: 7.99rem;
    position: relative;
    background-size: contain;
}

.xny-hzhb .dq-ti {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
}

.xny-hzhb .hz-logo {
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.xny-hzhb .mySwiper33 {
    height: 100%;
}

.xny-hzhb .hz-logo ul li:nth-child(1) {
    left: 8%;
    top: 11%;
}

.xny-hzhb .hz-logo ul li:nth-child(2) {
    transform: scale(0.7);
    top: 60%;
    left: 15%;
}

.xny-hzhb .hz-logo ul li:nth-child(3) {
    transform: scale(0.7);
    left: 32%;
    top: 50%;
}

.xny-hzhb .hz-logo ul li:nth-child(4) {
    left: 38%;
    top: 17%;
    transform: scale(1);
}

.xny-hzhb .hz-logo ul li:nth-child(5) {
    left: 23%;
    top: 38%;
}

.xny-hzhb .hz-logo ul li:nth-child(6) {
    transform: scale(0.7);
    left: 34%;
    top: 90%;
}

.xny-hzhb .hz-logo ul li:nth-child(7) {
    transform: scale(1);
    top: 98%;
    left: 17%;
}

.xny-hzhb .hz-logo ul li:nth-child(8) {
    right: 33%;
    left: auto;
    transform: scale(0.7);
}

.xny-hzhb .hz-logo ul li:nth-child(9) {
    transform: scale(0.7);
    right: 36%;
    left: auto;
    top: 27%;
}

.xny-hzhb .hz-logo ul li:nth-child(10) {
    transform: scale(0.8);
    right: 40%;
    left: auto;
    top: 100%
}

.xny-hzhb .hz-logo ul li:nth-child(11) {
    transform: scale(1);
    right: 26%;
    left: auto;
    top: 92%
}

.xny-hzhb .hz-logo ul li:nth-child(12) {
    transform: scale(1);
    right: 18%;
    left: auto;
    top: 20%
}

.xny-hzhb .hz-logo ul li:nth-child(13) {
    right: 6%;
    left: auto;
    top: 45%;
}

.xny-hzhb .hz-logo ul li:nth-child(14) {
    transform: scale(0.8);
    right: 15%;
    left: auto;
    top: 65%;
}

/*加入我们*/
.jr-right-ewm {
    position: fixed;
    top: 60%;
    z-index: 999;
    border: 1px solid #eee;
    background: #fff;
    left: 10px;
    width: 103px;
}

.jr-right-ewm h1 {
    width: 100px;
    right: 0;
    cursor: pointer;
    transition-duration: .5s;
}

.jr-right-ewm p {
    text-align: center;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
}

.join-nav .anchor_layer .nav_wrap .wrap_tab {
    width: 33.333%;
}

.join-box1 {
    position: relative;
}

.join-txt-po {
    position: absolute;
    left: 1.85rem;
    top: 1rem;
}

.j-title h1 {
    font-size: 0.36rem;
}

.j-title h2 {
    font-size: 0.5rem;
    background: linear-gradient(to right,#2e4391, #1C36BB, #1c36bf);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0.52rem;
}

.zpfl-li li {
    margin-bottom: 0.2rem;
}

.zpfl-li li a {
    background: #0062f3;
    height: 1.01rem;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0.25rem 0.46rem;
    justify-content: space-between;
    color: #fff;
    transition-duration: .5s;
}

.zpfl-li li a p {
    width: 75%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.3rem;
    line-height: 1.2;
    padding-left: 0.23rem;
}

.zpfl-li li a p span {
    display: block;
    font-family: "Arial";
    font-size: 0.14rem;
    opacity: 0.5;
}

.zpfl-li li a .img01 {
    transition-duration: .5s;
}

.zpfl-li li a:hover .img01, .fztd ul li:hover img, .fz-icon-list li:hover img {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

.zpfl-li li a:hover {
    border-radius: 50px;
}

.zpfl-li li:nth-child(2) a {
    background: #0062f3
}

.join-box2 {
    background: url(../images/zxns/join-bg01.jpg) no-repeat bottom center #f7f8fa;
    padding: 0.77rem 0;
}

.join-box2 .ne-ti {
    margin-bottom: 0.2rem;
}

.join-Menubox ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-Menubox ul li {
    width: 3.3rem;
    height: 0.87rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    -moz-box-shadow: 0px 0px 4px #E0E0E0;
    -webkit-box-shadow: 0px 0px 4px #E0E0E0;
    box-shadow: 0px 0px 4px #E0E0E0;
    margin: 0 0.2rem;
    transition-duration: .5s;
    cursor: pointer;
}

.join-Menubox ul li div {
    width: 0.54rem;
    height: 0.54rem;
    position: relative;
    overflow: hidden;
}

.join-Menubox ul li p {
    font-size: 0.28rem;
    margin-left: 0.1rem;
}

.join-Menubox ul li div img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
}

.join-Menubox ul li div img:nth-child(2) {
    position: absolute;
    top: 100%;
    left: 0;
    transition-duration: .5s;
}

.join-Menubox ul li.hover {
    background: #0062f3
}

.join-Menubox ul li.hover p {
    color: #fff;
}

.join-Menubox ul li.hover div img:nth-child(1) {
    top: -100%;
}

.join-Menubox ul li.hover div img:nth-child(2) {
    top: 0;
}

.fztd {
    position: relative;
    width: 7.76rem;
    margin: 0.5rem auto;
}

.f-text {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    position: absolute;
    bottom: 0.32rem;
    left: 0;
    line-height: 2.8;
}

.fztd ul li {
    transition-duration: .5s;
}

.fztd ul li p {
    writing-mode: vertical-rl;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    line-height: 0.65rem;
    padding-top: 0.13rem;
    letter-spacing: 12px;
}

.fztd ul {
    position: absolute;
    top: 0.56rem;
    width: 5.25rem;
    border: #0c6fea 1px solid;
    left: 1.225rem;
    display: flex;
    justify-content: space-between;
}

.fztd dl {
    position: absolute;
    right: -2.18rem;
    top: 1.3rem;
}

.fztd dl dt {
    font-size: 0.28rem;
    text-align: center;
    padding-bottom: 0.2rem;
}

.fztd dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.15rem;
}

.fztd dl dd p {
    font-size: 0.22rem;
    margin: 0 0.05rem;
}

.tdjs {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.2rem;
}

.join-box3 {
    padding: 1rem 0 1rem 0;
}

.join-box3 .swiper-container {
    padding-bottom: 1.3rem
}

.join-box3 .swiper-container .swiper-wrapper .swiper-slide {
    width: 957px;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
}

.join-box3 .swiper-container .swiper-wrapper .swiper-slide p {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0.16rem;
    font-size: 0.26rem;
    z-index: 2;
}

.join-box3 .swiper-container .swiper-wrapper .swiper-slide span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.join-box3 .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}


.join-box3 .swiper-container .swiper-wrapper .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.join-box3 .ne-ti {
    margin-bottom: 0.4rem;
}

.en-hd {
    position: absolute;
    font-size: 1.6rem;
    font-family: "Arial";
    opacity: 0.1;
    bottom: 40%;
    left: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.zlpic {
    text-align: center;
}

.zlpic img {
    display: inline-block;
    padding: 0.34rem 0;
}

.join-box2 .swiper-container {
    position: relative;
    padding: 0.6rem 0 1.3rem
}

.join-box2 .swiper-slide {
    width: auto;
    border-radius: 20px;
    overflow: hidden;
}

.jianT {
    width: 100%;
    text-align: center;
    padding: 0.3rem 0 0 0;
}

.jianT li {
    display: inline-block;
    margin: 0 0.05rem;
}

.jianT li a {
    font-size: 0.14rem;
    color: #474747;
    display: block;
    padding: 3px 15px;
    border: 1px solid #c1c5c8
}

.jianT li a:hover {
    text-decoration: none;
    background: #d70c25;
    color: #fff;
    border-color: #d70c25
}

.jianT li .on {
    background: #d70c25;
    color: #fff;
    border-color: #d70c25
}

.new-nr-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.new-nr-ti h1 {
    font-size: 0.2rem;
    padding-bottom: 0.15rem;
}

.new-nr-ti p {
    font-size: 0.19rem;
}

.new-nr-zi {
    font-size: 0.16rem;
    line-height: 1.8;
}

.new-nr-zi img {
    height: auto !important;
    margin: 0 auto;
    max-width: 50% !important
}

.new-fy {
    border-top: 1px solid #eee;
    padding-top: 0.2rem;
    margin-top: 0.2rem;
}

.new-fy li {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    float: left;
}

.new-fy li:nth-child(2) {
    float: right;
}

.new-fy li a {
    padding-left: 0.05rem;
}

.new-fy li a:hover {
    color: #d70c25
}

.zr-banner .dw {
    top: 85%;
}

.zr-box1 {
    position: relative;
}

.zr-box1 img {
    width: 100%;
}

.hz-js {
    position: absolute;
    left: 30%;
    top: 40%;
    color: #f9eab3;
    transform: translateY(-50%)
}

.hz-js h1 {
    font-size: 0.48rem;
    padding-bottom: 0.3rem;
}

.hz-js p {
    font-size: 0.3rem;
}

.zr-lc {
    width: 40%;
    position: absolute;
    right: 10%;
    top: 0.6rem;
}

.zr-lc img {
    margin-left: 0.5rem;
}

.pc-slide, .pc-slide1 {
    width: 100%;
    margin: 0 auto;
}

.view .swiper-container, .view1 .swiper-container {
    width: 100%;
}

.view .swiper-slide p, .view1 .swiper-slide p {
    font-size: 0.2rem;
    color: #fff;
    padding-left: 0.58rem;
    line-height: 1.5
}

.preview, .preview1 {
    width: 100%;
    margin: 20px auto;
    position: relative;
}

.preview .swiper-container, .preview1 .swiper-container {
    width: 90%;
    margin: 0 5%;
}

.preview .swiper-container:after, .preview1 .swiper-container:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
    position: absolute;
    bottom: 9px;
    left: 0;
}

.preview .swiper-slide, .preview1 .swiper-slide {
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: 0.26rem;
    color: #fff;
    line-height: 40px;
    padding-bottom: 19px;
}

.preview .active-nav, .preview1 .active-nav1 {
    font-size: 0.4rem;
    color: #f9eab3;
}

.preview .swiper-slide p, .preview1 .swiper-slide p {
    padding-bottom: 0.19rem;
    position: relative;
    font-family: "SourceHanSansCN-bold";
}

.preview .swiper-slide p:after, .preview .swiper-slide p:before, .preview1 .swiper-slide p:after, .preview1 .swiper-slide p:before {
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
}

.preview .swiper-slide p:before, .preview1 .swiper-slide p:before {
    width: 19px;
    height: 19px;
    left: 50%;
    margin-left: -9.5px;
    border: 1px solid #f2e0ac;
    background: none;
    bottom: -19px;
    opacity: 0;
}

.preview .active-nav p:after, .preview1 .active-nav1 p:after {
    background: #f2e0ac
}

.preview .active-nav p:before, .preview1 .active-nav1 p:before {
    opacity: 1;
}

.preview .arrow-left, .preview .arrow-right, .preview1 .arrow-left1, .preview1 .arrow-right1 {
    position: absolute;
    left: 0;
    top: 10px;
    width: 23px;
    height: 36px;
    z-index: 10;
    background: url(../images/shzr/zjt.png) no-repeat center;
    opacity: 0.26;
    transition-duration: .5s;
}

.preview .arrow-right, .preview1 .arrow-right1 {
    left: auto;
    right: 0;
    transform: rotate(180deg)
}

.preview .arrow-left:hover, .preview .arrow-right:hover, .preview1 .arrow-left1:hover, .preview1 .arrow-right1:hover {
    opacity: 1;
}

.preview .active-nav img, .preview1 .active-nav1 img {
    border: 3px solid #375996;
}

.zr-box2 {
    padding: 0.3rem 0;
}

.zr-box2-ri {
    width: 7.14rem;
}

.zr-box2-le {
    width: calc(95% - 7.14rem);
    width: -webkit-calc(95% - 7.14rem);
    padding-top: 1.5rem;
}

.zr-box2-le .ne-ti, .zr-box3-ri .ne-ti, .zr-box4-le .ne-ti {
    text-align: left;
    margin-bottom: 0;
}

.zr-box2-le .ne-ti h1, .zr-box3-ri .ne-ti h1, .zr-box4-le .ne-ti h1 {
    text-align: left;
}

.zr-box2-le .ne-ti p {
    padding: 0.45rem 0;
}

.ne-more {
    width: 2.54rem;
    height: 0.55rem;
}

.ne-more img {
    margin-left: 0.15rem;
}

.zr-box3 {
    position: relative;
    overflow: hidden;
}

.zr-box3-le {
    width: 50%;
}

.zr-box3-le img {
    display: block;
}

.zr-box3-ri {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/shzr/zr03.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.2rem;
}

.zr-box3-ri .ne-ti p {
    padding: 0.2rem 0 0.35rem 0;
    width: 85%;
}

.fz-icon-list {
    width: 70%;
    background: #fff;
    border: 1px solid #d4d4d4;
    display: flex;
    padding: 0.2rem;
    margin-bottom: 0.4rem;
}

.fz-icon-list li {
    text-align: center;
    border-right: 1px solid #d4d4d4;
    padding: 0 0.15rem;
}

.fz-icon-list li:nth-child(3) {
    border: none;
    padding-right: 0;
}

.fz-icon-list li img {
    margin: 0 auto;
    display: block;
}

.fz-icon-list li span {
    font-size: 0.2rem;
}

.zr-box4 {
    padding: 0.9rem 1.44rem 0.9rem 2.26rem;
}

.zr-box4-ri {
    width: 8.09rem;
}

.zr-box4-le {
    width: calc(88% - 8.09rem);
    width: -webkit-calc(88% - 8.09rem);
}

.zr-box4-le .ne-ti p {
    padding: 0.2rem 0 0.4rem 0;
}

.zr-box4-le .ne-ti .ne-more {
    width: 1.72rem;
    height: 0.47rem;
    margin-bottom: 0.4rem;
}

.db-list li {
    background: #f5f5f5;
    margin-bottom: 0.22rem;
    display: flex;
    align-items: center;
    padding-left: 0.37rem;
    height: 0.7rem;
    cursor: pointer;
    transition-duration: .5s;
}

.db-list li span {
    font-size: 0.26rem;
}

.db-list li h2 {
    width: 0.66rem;
    height: 0.66rem;
    position: relative;
    overflow: hidden;
    margin-right: 0.4rem;
}

.db-list li h2 img {
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
}

.db-list li h2 img:nth-child(2) {
    top: 100%;
}

.db-list li:hover h2 img:nth-child(2) {
    top: 0;
}

.db-list li:hover h2 img:nth-child(1) {
    top: -100%;
}

.db-list li:hover {
    background: url(../images/shzr/huan.png) no-repeat center #0062F3;
    color: #fff;
}

.zr-box6 {
    background: url(../images/shzr/zr05.png) no-repeat top center;
    padding: 0.85rem;
}

.zr-box6 .new-ti a {
    background: none;
    border: 1px solid #aeaeae;
    color: #333;
}

.zr-img {
    width: 66.25%;
    height: 5.29rem;
    overflow: hidden;
}

.zr-img img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.zr-txt {
    height: 5.29rem;
    background: #fff;
    width: 33.75%;
    padding: 0.5rem;
    position: relative;
}

.zr-txt h2 {
    font-size: 0.55rem;
    line-height: 1;
}

.zr-txt h2 span {
    font-size: 0.18rem;
    display: block;
    padding-left: 0.05rem;
}

.zr-txt h1 {
    font-size: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.2rem 0;
}

.zr-txt p {
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.zr-txt b {
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background: url(../images/shzr/jia1.png) no-repeat center #0062F3;
    bottom: 0;
    right: 0;
    transition-duration: .5s;
}

.zr-txt:hover h1 {
    color: #0062F3
}

.zr-txt:hover b {
    border-radius: 10px 0 0 10px;
}

.zr-new02 {
    margin-top: 0.15rem;
}

.zr-new02 li {
    width: 32.5%;
    float: left;
    margin-right: 1.25%;
    height: 2.33rem;
    overflow: hidden;
    position: relative;
}

.zr-new02 li p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    background: linear-gradient(top, rgba(0, 0, 0, 0.11) 29%, rgba(0, 0, 0, 0.73) 59%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.11) 29%, rgba(0, 0, 0, 0.73) 59%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.11) 29%, rgba(0, 0, 0, 0.73) 59%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.11) 29%, rgba(0, 0, 0, 0.73) 59%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.11) 29%, rgba(0, 0, 0, 0.73) 59%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.1rem 0;
}

.zr-new02 li img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
    object-fit: cover;
}

.zr-new02 li:hover img, .zr-img:hover img {
    transform: scale(1.1)
}

.zr-new02 li:nth-child(3n) {
    margin-right: 0;
}

.zr-box5 {
    position: relative;
}

.zr-box5 .ne-ti {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    left: 8vw;
    top: 26%;
}

.zr-box5 .ne-ti h1 {
    color: #fff;
    text-align: left;
}

#videDivo1 {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.vizs {
    position: absolute;
    width: 900px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -450px;
}

.gbb {
    position: absolute;
    top: -40px;
    right: 0px;
    cursor: pointer
}

.join-video {
    position: absolute !important;
    z-index: 5 !important
}

.join-video .vizs {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    background: #000;
}

.lx-tcbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.lx-tcbox .tc-nr {
    width: 800px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -400px;
}

.join-banner {
    margin-top: 80px;
}

.join-banner .gbb {
    display: none;
}

.about-intro .new-an, .lxwm-nav, .mobile-hz, .ga-swiper {
    display: none;
}

.about-intro .fz-hidden {
    display: block;
}

.ga-swiper {
    width: 100%;
    padding-bottom: 60px !important;
    margin-bottom: 20px;
}

/*.ga-swiper .swiper-slide div{ position:absolute; bottom:5px; left:10px; color:#fff;}.ga-swiper h1{ font-size:16px; padding-bottom:5px;}.ga-swiper p{ font-size:13px;}*/
.kjcx-banner .dw span, .mobile-ygga, .new-swiper, .mobile-kjlist, .jg-fzlc .pc-slide {
    display: none;
}

.ga-swiper .preview1 .swiper-slide p {
    padding-bottom: 0;
}

.mobile-ygga {
    margin: 0 20px;
}

.mobile-ygga li {
    position: relative;
    margin-bottom: 15px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.mobile-ygga li img {
    opacity: 0.8;
}

.mobile-ygga li .zr-pop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.mobile-ygga li .zr-pop div {
    width: 100%;
    padding-right: 20px;
}

.mobile-ygga li h1 {
    color: #fff;
    /*background: url(../images/jj.png) no-repeat right center;*/
    width: 100%;
    font-size: 18px;
    padding-right: 30px;
    width: 100%;
    text-align: right;
    font-weight: normal;
}

.mobile-ygga li p {
    font-size: 13px;
    text-align: right;
    color: #fff;
    margin-top: 5px;
    padding: 0 0 0 10px;
    display: none;
    transition-duration: .5s;
    height: 80%;
    overflow: auto;
}

.mobile-ygga li p.hover {
    display: block;
}

.new-swiper {
    padding-bottom: 60px !important;
}

.new-swiper .swiper-pagination-bullet-active {
    background: #d70c25
}

.mobile-kjlist {
    overflow: hidden;
    position: relative;
}

.mobile-kjlist .new-swiper {
    padding-bottom: 30px !important
}

.mobile-kjlist .swiper-pagination-bullet {
    margin: 0 5px;
}

.kj-harvest-info .mobile-ygga {
    margin: 30px 0 0 0
}

.kj-harvest-info .mobile-ygga li p {
    height: 100%;
    overflow: auto;
    position: absolute;
    bottom: -100%;
    left: 0;
    display: block;
    transition-duration: .5s;
    padding: 10px;
    text-align: justify
}

.mobile-hz .hz-swiper ul li {
    width: 24%;
    background: #fff;
}

.kj-harvest-info .mobile-ygga li:hover p {
    bottom: 0;
}

.kj-harvest-info .mobile-ygga li:hover h1 {
    opacity: 0;
}

.pc-slide.lxwm-slide {
    top: -0.77rem;
    position: relative;
}

.pc-slide.lxwm-slide .preview .active-nav img {
    border: none;
}

.lxwm-slide .preview .active-nav p:before, .lxwm-slide .preview .active-nav p:after {
    display: none;
}

.lxwm-slide .preview .swiper-slide p, .lxwm-slide .view .swiper-slide p {
    color: #333;
}

.lxwm-slide .online-shop-hangzhou li {
    margin-bottom: 0;
}

.lxwm-slide .preview .active-nav p {
    color: #0062f3
}

.lxwm-slide .preview .active-nav .tab h1 img:nth-child(1) {
    top: -100%;
}

.lxwm-slide .preview .active-nav .tab h1 img:nth-child(2) {
    top: 0%;
}

.ne-search {
    background: #fff;
    -moz-box-shadow: 0px 0px 7px #949494;
    -webkit-box-shadow: 0px 0px 7px #949494;
    box-shadow: 0px 0px 7px #949494;
    position: relative;
    top: -0.3rem;
    padding: 0.2rem;
    box-sizing: border-box
}

.ne-sou input {
    width: 90%;
    background: #ebebeb;
    height: 0.51rem;
    line-height: 0.51rem;
    border: none;
    outline: none;
    padding-left: 0.25rem;
    float: left;
}

.ne-sou button {
    width: 10%;
    height: 0.51rem;
    border: none;
    outline: none;
    background: url(../images/ss1_2357f2aa7e444c7daa610329f8060ebc.png) no-repeat center center #d0111b;
    cursor: pointer;
}

.search-ti {
    text-align: center;
    font-size: 0.36rem;
    padding: 0.2rem 0 0.4rem 0;
    border-bottom: 5px solid #f6f6f6;
}

.search-ti span {
    color: #d0111b
}

.search-pro {
    padding: 0.3rem 0;
    border-bottom: 3px solid #f6f6f6
}

.search-pro h1 {
    font-size: 0.24rem;
    padding-bottom: 0.3rem;
}

.sou-pro-list li {
    width: 24%;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-right: 1%;
    margin-bottom: 0.15rem;
}

.sou-pro-list li:nth-child(4n) {
    margin-right: 0;
}

.sou-pro-list li .pic-pro {
    position: relative;
    padding-bottom: 60%;
}

.sou-pro-list li .pic-pro img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition-duration: .5s;
}

.sou-pro-list li p {
    min-height: 60px;
}

.sou-pro-list li:hover p {
    color: #d0111b
}

.jq22 {
    padding-bottom: 0.4rem;
}

.jq22 ul.list {
    overflow: hidden;
}

.jq22 ul.list li {
    width: 100%;
    overflow: hidden;
    font-size: 0.18rem;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
}

.jq22 ul.list li a {
    display: block;
    position: relative;
}

.jq22 ul.list li a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #d0111b;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    margin-top: -2.5px;
}

.jq22 ul.list li p {
    width: 80%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition-duration: .5s;
    padding-left: 0.15rem;
}

.jq22 ul.list li p b {
    font-weight: normal;
    color: #d0111b
}

.jq22 ul.list li:hover p {
    padding-left: 0.2rem;
}

.jq22 ul.list li span {
    float: right;
}

.jq22 .more {
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.jq22 .more a, .jq22 .more p {
    display: block;
    width: 2.1rem;
    line-height: 0.5rem;
    border: 1px solid #d0111b;
    margin: 0 auto;
    text-align: center;
    color: #d0111b;
    font-size: 0.18rem;
}

.jq22 .more a:hover {
    text-decoration: none;
    background: #d0111b;
    color: #fff;
}

/* foot */
.foot-logo, .foot-select, .foot-nav, .foot-copy {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@media screen and (max-width: 1600px) {
    .zr-lc img {
        width: 5rem;
    }

    .zr-box3-ri {
        padding: 0 0.9rem
    }

    .party-history .right .swiper-button-prev, .party-history .right .swiper-button-next {
        right: -0.15rem;
    }
}

@media screen and (max-width: 1440px) {
    .about-warp2, .wrap {
        width: 90%;
    }

    .qywh-box:after {
        left: 5%;
    }

    .vizs {
        width: 800px;
        height: 400px;
        top: 50%;
        left: 50%;
        margin-top: -200px;
        margin-left: -400px;
    }
}

@media screen and (max-width: 1280px) {
    .lc-xi {
        margin-right: 0.9rem;
    }
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 760px) {
    .ga-swiper .view1 .swiper-slide p {
        font-size: 13px;
    }

    .fz-box2 span {
        background-size: contain;
    }

    .fz-box2 {
        background-attachment: inherit !important;
    }

    .zr-new02 li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .navContent1 li:nth-child(4) img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .vizs {
        width: 90%;
        height: 300px;
        top: 50%;
        left: 5%;
        margin-top: -150px;
        margin-left: 0;
    }

    .pc-banner, .en-hd, .contact_load, .new-an li span, .bgpic, .ceo-box .right:after, .ceo-box .right, .bg-po, .hon-li02 .w179, .poa, .zr-txt b, .jr-right-ewm, .dqjg-box .dq-pcimg, .hz-txt a img, .dt-xian, .kjcx-banner .dw h1, .fz-box1 .dq-title, .zr-box6 .zr-new01, .zr-box6 .zr-new02, .kj-list01, .xs-hiden, .dqjg-box .hz-txt h1, .jg-fzlc .mySwiper3 {
        display: none
    }

    .dq-txt .fz-hidden {
        display: none !important
    }

    .dq-txt .new-an {
        margin: 0 auto;
    }

    .zr-box6 .new-swiper .zr-new01, .new-swiper, .mobile-kjlist, .mobile-kjlist .kj-list01, .jg-fzlc .pc-slide {
        display: block;
    }

    .mobile-banner, .ceo-box .left .intro .mobile-ceo-img, .dqjg-box .dq-mobileimg, .mobile-hz, .ga-swiper, .kjcx-banner .dw span, .mobile-ygga {
        display: block !important;
    }

    .lxwm-nav {
        display: block;
    }

    .ne-banner .dw h1, .j-title h2 {
        font-size: 26px;
    }

    .ne-banner .dw p, .zpfl-li li a p, .information-list dl dd h1, .new-an li span, .fz-ri dl dd h1, .shu-time li h2, .hz-js h1, .new-ti h1, .new-search h1 {
        font-size: 17px !important;
    }

    .kjcx-banner .dw p {
        font-size: 26px !important;
        font-weight: bold;
        font-family: "SourceHanSansCN-bold";
    }

    .kjcx-banner .dw span {
        font-size: 18px;
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .kjcx-banner {
        height: 100vh;
        background: url(../images/mobile-kjcx.jpg) no-repeat center;
    }

    .kjcx-banner .mobile-banner {
        height: 100%;
        display: none !important;
    }

    .banner-wa.active .banner-txt {
        opacity: 1
    }

    .banner-wa.active1 .banner-txt {
        opacity: 1;
    }

    .banner-wa.active2 .banner-txt {
        opacity: 1;
    }

    .join-txt-po {
        position: relative;
        left: 0;
        top: 0;
        padding-left: 20px;
    }

    .j-title h1, .ne-ti h1, .new-ti h1, .dq-title, .fz-box2 h1, .fz-box4 .txt h1, .ywbj-title h3, .dq-ti h1, .about-fzlc h1, .ceo-box .left h1 {
        font-size: 18px;
    }

    .fztd {
        width: 100%;
    }

    .dq-title {
        background-image: -webkit-gradient(linear, left top, right top, from(#d70c25), to(#f67e8d));
        background-image: -webkit-linear-gradient(left, #d70c25 0%, #f67e8d 100%);
        background-image: -moz-linear-gradient(left, #d70c25 0%, #f67e8d 100%);
        background-image: linear-gradient(90deg, #d70c25 0%, #f67e8d 100%);
        text-align: center;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        color: #d70c25;
        background-image: none \0;
        font-weight: bold;
        font-family: "SourceHanSansCN-bold";
        padding: 20px 0 30px 0;
        font-size: 17px;
    }

    .about-fzlc {
        padding-bottom: 0;
    }

    .fztd dl {
        position: relative;
        right: 0;
        top: 0;
        padding-top: 15px;
    }

    .j-title h2 {
        padding-bottom: 30px;
    }

    .zpfl-li li a .img01 {
        width: 24px;
    }

    .zpfl-li {
        width: 65%;
    }

    .zpfl-li li a {
        border-radius: 10px;
    }

    .zpfl-li li a p span, .ne-ti p, .join-Menubox ul li p, .information-list dl dd p, .jj-list01 li h1, .fz-box2 p, .fz-box4 .txt p, .fz-ri dl dd p, .fz-ri dl dd span, .jggh-ti div p, .jd-Menubox ul li, .dqcg-txt .txt1 p, .shu-time li p, .dq-ti p, .hz-js p, .fz-icon-list li span, .db-list li span {
        font-size: 13px;
    }

    .join-box2, .join-box3, .jg-fzlc, .honor-box {
        padding: 30px 15px;
    }

    .join-Menubox ul li {
        width: 32%;
        margin: 0 0.5%;
    }

    .join-Menubox ul li div {
        width: 25px;
        height: 25px;
    }

    .fztd ul li img {
        width: 35px;
    }

    .fztd ul {
        width: 70%;
        left: 15%;
    }

    .fztd ul li p {
        letter-spacing: 7px;
    }

    .f-text {
        bottom: 37%;
        font-size: 18px;
        line-height: 2
    }

    .tdjs {
        width: 100%;
        font-size: 14px;
    }

    .join-box2 .swiper-slide, .join-box3 .swiper-container .swiper-wrapper .swiper-slide {
        border-radius: 10px;
    }

    .join-box3, .new-publication, .ywbj-box {
        padding: 30px 0;
    }

    .new-box1 p, .new-ti a, .fz-le p {
        font-size: 14px;
    }

    .new-information, .new-video, .fz-box3, .zr-box6 {
        padding: 30px 0;
    }

    .information-list dl, .fz-box3 .Contentbox {
        width: 100%;
        margin-bottom: 10px;
    }

    .information-list dl a {
        padding: 10px;
        height: auto;
    }

    .information-list dl dd span {
        font-size: 12px;
        margin: 6px 0;
    }

    .video-list dl dt .bf-button {
        width: 46px;
    }

    .video-list dl dd {
        padding-top: 0;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
    }

    .dzs-list dl {
        width: 32%;
    }

    .dzs-list dl dd {
        position: relative;
        writing-mode: horizontal-tb;
        color: #333;
        text-align: center;
        right: 0;
        top: 0;
        font-size: 14px;
    }

    .fz-box1, .fz-box2, .dqgc-box {
        padding: 30px 15px;
    }

    .fz-box1 .dq-zi, .jj-list01 {
        width: 100%;
        margin: 10px 0;
    }

    .dq-zi p, .hz-txt a {
        font-size: 14px;
    }

    .jj-list01 li {
        width: 48%;
    }

    .jj-list01 li img {
        width: 30px;
    }

    .jj-list01 li h1 {
        font-weight: normal;
    }

    .fz-box2 {
        height: 5.8rem;
    }

    .ne-ti {
        margin-bottom: 30px;
    }

    .fz-box3 .Menubox {
        width: 100%;
        float: none
    }

    .fz-box3 .Menubox ul:after {
        content: "";
        clear: both;
        display: block;
    }

    .fz-box3 .Menubox ul li {
        width: 20%;
        float: left;
    }

    .fz-box3 .Menubox:after {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #eae1e2;
        border-right: 0;
        top: 20px;
        left: 0;
        margin-left: 0;
    }

    .fz-box3 .Menubox ul li p {
        font-size: 12px;
    }

    .kcs-lc {
        margin-top: 0;
        height: 200px;
    }

    .kcs-lc dl dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .kcs-lc dl dd, .ceo-box .left {
        width: 100%;
    }

    .kcs-lc dl dd p {
        font-size: 14px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .kcs-lc dl {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .fz-box4 .txt p {
        display: none;
    }

    .fz-box5 {
        padding-bottom: 0;
        top: -30px;
    }

    .fz-le, .fz-ri, .dqcg-img, .dqcg-txt {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .fz-ri {
        padding: 20px;
    }

    .fz-ri dl:nth-child(3) {
        padding-bottom: 0;
    }

    .banner-wa, .banner-wa.active, .banner-wa.active1, .banner-wa.active2, .banner-wa.active3 {
        position: relative;
        width: 100%;
        height: 100%;
        bottom: 0;
    }

    .dq-introduce, .dq-introduce.active {
        position: relative;
        opacity: 1;
        width: 100%;
    }

    .dq-txt, .qywh-list, .ho-title, .hon-li02 .w230 .ho-title {
        width: 100%;
    }

    .banner-txt h1 {
        font-size: 30px;
    }

    .banner-txt p img {
        height: 120px;
    }

    .banner-txt p span {
        font-size: 20px;
    }

    .dq-introduce {
        padding: 10px 0;
        min-height: auto;
    }

    .jggh-ti {
        padding-top: 30px;
    }

    .jggh-ti img {
        width: 40px;
    }

    .jggh-ti div h1, .zgs-Menubox ul li, .infor-zi h1, .hz-txt h1, .dqcg-txt h1 {
        font-size: 17px;
    }

    .gh-js {
        width: 95%;
        margin: 15px auto;
        font-size: 14px;
    }

    .zgs-box {
        top: 0;
        width: 100%;
    }

    .gs-pic, .gs-txt {
        width: 100%;
        height: auto;
        float: none;
        padding: 10px 0;
    }

    .gggs-Menubox ul li {
        width: 50%;
        text-align: center;
        font-size: 12px;
        height: 45px;
        line-height: 15px;
    }

    .infor-zi p, .gs-pro span {
        font-size: 13px;
        line-height: 16px;
    }

    .logo-img {
        width: 20%
    }

    .infor-zi {
        width: 76%;
    }

    .gs-pro, .hon-li {
        padding: 0 10px;
    }

    .gs-pro p {
        font-size: 16px;
    }

    .gs-pro div {
        max-height: 120px;
        overflow: auto;
    }

    .jg-yyly {
        background-size: contain;
        padding: 30px 15px;
    }

    .jg-yyly .dq-ti {
        top: 0;
    }

    .lc-conn, .jg-fzlc .mySwiper3 {
        float: none;
        width: 100%;
        height: auto;
    }

    .jg-fzlc, .jglx-box {
        background-size: cover;
    }

    .lc-conn {
        margin-top: 0 !important
    }

    .lc-conn img {
        position: absolute;
        top: 15px;
        right: 0;
        width: 20%;
    }

    .lc-conn h1 {
        font-size: 16px;
        border: none;
    }

    .lc-conn p {
        font-size: 13px;
        padding: 0 0 10px 20px;
        width: 78%;
    }

    .jg-fzlc .mySwiper3 {
        padding-bottom: 50px;
    }

    .zz-box li {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 48%;
        float: left;
        background: #fff;
        margin: 0 1% 15px;
        border-radius: 5px;
    }

    .ry-box, .jglx-box {
        width: 100%;
        padding: 30px 15px;
    }

    .jgry-box {
        padding: 0;
    }

    .zz-box li:nth-child(5), .zz-box li p {
        width: 100%;
    }

    .zz-box li p img {
        top: 0;
        margin: auto;
        max-height: 95%;
    }

    .ry-bgpo .mySwiper22 {
        padding-bottom: 50px;
    }

    .jglx-box ul, .jglx-box ul li {
        display: block;
    }

    .jglx-box ul li {
        width: 32%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
    }

    .jglx-box ul li img {
        width: 40px;
        margin: 0 auto;
    }

    .jglx-box ul li p {
        font-size: 14px;
        padding-left: 0;
        height: 63px;
    }

    .jglx-box ul li:nth-child(4), .jglx-box ul li:nth-child(5) {
        width: 50%;
        margin-bottom: 0;
    }

    .dqjg-box {
        padding: 30px 0;
    }

    .dqjg-box .dq-ti {
        position: relative;
        left: 0;
        text-align: center;
        top: 0;
        padding: 0 15px;
    }

    .dqjg-box .Menubox {
        padding-right: 0;
        width: 100%;
    }

    .dqjg-box .Menubox li {
        width: 25%;
    }

    .dqjg-box .Menubox li.hover {
        background-size: contain;
    }

    .dqjg-box .Menubox li p {
        font-size: 14px;
    }

    .hz-txt {
        position: relative;
        width: 100%;
        background: none;
        color: #333;
        padding: 10px;
    }

    .hz-txt p, .ceo-box .left .intro {
        width: 100%;
        font-size: 14px;
    }

    .jd-Menubox {
        top: 195px;
        bottom: auto;
    }

    .jd-Menubox ul {
        margin: 0;
    }

    .dqcg-img .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .dt-ti {
        left: 1rem;
    }

    .dt-li, .about-intro .left, .about-intro .right {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
    }

    .dtgc-xi ul {
        color: #333;
        display: block;
    }

    .dtgc-xi ul:after {
        content: "";
        clear: both;
        display: block;
    }

    .dtgc-xi ul li {
        width: 32%;
        float: left;
        margin: 20px 0.5% 0;
        background: #fff;
        border-radius: 10px;
        height: 90px;
        padding-top: 10px;
    }

    .dtgc-xi ul li:nth-child(4), .dtgc-xi ul li:nth-child(5) {
        width: 49%;
        margin-top: 10px;
    }

    .dtgc-xi ul li h1 {
        background: #f0efef;
    }

    .dtgc-xi ul li p {
        font-size: 13px;
    }

    .dt-li:after {
        border-bottom: 1px dashed #e5e1e1;
    }

    .hz-logo ul li {
        position: relative;
        transform: none !important;
        animation: none !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 19%;
        float: left;
        margin: 0 0.5% 10px;
    }

    .hz-logo ul li p {
        position: relative;
        transform: none !important;
        animation: none !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    .hz-logo {
        padding: 30px 15px;
        background-size: cover;
    }

    .hz-logo ul li p {
        width: 100%;
        height: 50px;
        border-radius: 0;
    }

    .hz-logo ul li p img {
        max-height: 90%;
        width: auto;
    }

    .hz-logo ul {
        height: auto;
    }

    .hz-logo .mySwiper33, .ne-more img {
        display: none;
    }

    .hz-swiper {
        padding-bottom: 60px !important;
    }

    .hz-swiper .swiper-slide ul li {
        background: #fff;
        position: relative;
        height: 80px;
        text-align: center;
    }

    .hz-swiper .swiper-slide img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-height: 70%;
        max-width: 80%;
    }

    .about-nav, .about-nav .anchor_layer .nav_wrap .wrap_layer {
        height: auto;
        display: block;
    }

    .about-nav .anchor_layer .nav_wrap .wrap_tab {
        height: auto;
        width: 50%;
        float: left;
        border-bottom: 1px solid #eeeeee;
    }

    .about-nav .anchor_layer .nav_wrap .wrap_tab:nth-child(3), .about-nav .anchor_layer .nav_wrap .wrap_tab:nth-child(4), .about-nav .anchor_layer .nav_wrap .wrap_tab:nth-child(5) {
        width: 33.3333%;
        border-bottom: 0;
    }

    .about-nav .anchor_layer .nav_wrap .wrap_tab:nth-child(2) {
        border-right: 0;
    }

    .about-nav .anchor_layer .nav_wrap a {
        height: auto;
        padding: 10px;
    }

    .about-nav .anchor_layer .nav_wrap a, .qywh-box .navContent1 p {
        font-size: 14px;
    }

    .about-nav .anchor_layer .nav_wrap a span {
        height: 0.4rem;
    }

    .nav-swiper .tab {
        padding-left: 0.18rem;
    }

    .nav-swiper .tab p, .anchor_layer .nav_wrap a p {
        font-size: 15px;
    }

    .nav-swiper .tab h1, .anchor_layer .nav_wrap a h1 {
        width: 30px;
        height: 30px;
    }

    .about-banner {
        height: 500px;
    }

    .about-banner .about-pic {
        width: 55%;
        height: auto;
    }

    .about-banner .floor {
        width: 100%;
        height: 400px;
        background-size: contain;
        animation: none;
    }

    .about-banner .dw {
        padding-top: 30%;
    }

    .about-banner .dw h1 {
        font-size: 26px;
    }

    .about-banner .dw h1 span {
        font-size: 17px;
    }

    .about-intro {
        padding: 0;
        background-size: contain;
    }

    .about-intro .left img {
        width: 120px;
    }

    .about-intro .left h1 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .about-intro .left .about-neir p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .about-intro .left .about-neir {
        margin-bottom: 20px;
        height: auto;
        line-height: 1.6;
    }

    .about-intro .right {
        border: none;
    }

    .about-intro .right li {
        padding: 10px 0;
        font-size: 14px;
        height: 70px;
        text-align: center;
        border-top: 0;
        width: 33.333%;
        background: none;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .about-intro .right li span {
        font-size: 20px;
    }

    .about-intro .right li:nth-child(2) {
        display: none;
    }

    .about-intro .right li:nth-child(5), .about-intro .right li:nth-child(6) {
        width: 50%;
    }

    .about-intro .right li:nth-child(4), .about-intro .right li:nth-child(6) {
        border: none;
    }

    .about-intro .new-an {
        display: block;
    }

    .about-intro .fz-hidden {
        display: none;
    }

    .fzlc-box .swiper-slide .box, .fzlc-box .swiper-slide .box span {
        font-size: 15px;
    }

    .navContent1 p .adt {
        position: relative;
        top: 10px;
        right: 0;
        width: 40px;
    }

    .new-an {
        width: 25px;
    }

    .navContent1 li, .Menubox1 li.hover {
        font-size: 16px;
    }

    .fzlc-box {
        padding: 30px 0;
    }

    /*.fzlc-box .mySwiper2 .swiper-wrapper{ overflow:hidden;}*/
    .lc-xi {
        padding-top: 0 !important;
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .lc-xi:after {
        content: "";
        clear: both;
        display: block;
    }

    .lc-xi dt {
        float: left;
        width: 5px;
        height: 5px;
        margin-top: 9px;
    }

    .lc-xi dt:after {
        display: none;
    }

    .lc-xi dd {
        text-align: left;
        width: calc(98% - 5px);
        width: -webkit-calc(98% - 5px);
        float: right;
    }

    .lc-xi dd h2 {
        font-size: 17px;
        float: left;
        width: 30%;
    }

    .lc-xi dd h2 b, .qywh-box .navContent1 h1 {
        font-size: 17px;
    }

    .lc-xi dd p {
        font-size: 14px;
        float: right;
        width: 70%;
    }

    .dqdt-box {
        background: #f6f6f6;
        padding: 30px 15px;
    }

    .fzlc-box .mySwiper2 {
        padding-top: 20px;
        min-height: auto;
        padding-right: 0;
        width: 90%;
        overflow: hidden;
        padding-left: 0;
        margin-left: 5%;
    }

    .fzlc-box .mySwiper2 .swiper-slide {
        height: 160px;
        overflow-y: auto;
    }

    .ceo-box {
        padding: 50px 0 30px 0;
        background-size: cover;
        margin-top: 30px;
    }

    .ceo-box .left .intro {
        line-height: 1.6;
    }

    .qywh-box:after {
        left: 5%
    }

    .qywh-box {
        padding: 30px 0 30px 0;
        height: 600px;
        background: url(../images/about/1.jpg) no-repeat;
        background-attachment: inherit !important;
        background-size: 100% !important;
    }

    .qywh-box h1 {
        padding-left: 7%;
        font-size: 18px;
    }

    .subNav1, .navContent1 {
        padding-left: 7%
    }

    .subNav1 a {
        font-size: 16px;
        width: 2.3rem;
        line-height: 30px;
    }

    .navContent1 li {
        width: 25%;
    }

    .hon-li li {
        width: 48%;
        float: left;
        margin: 0 1% 15px;
    }

    .ho-title img {
        width: 25px;
    }

    .abtbox-sec6 .cont .fz_item .swiper-slide .item .jut {
        display: block;
    }

    .abtbox-sec6 .cont .fz_item .swiper-slide .item {
        padding: 10px;
    }

    .zh-le, .zh-ri {
        width: 100%;
    }

    .zh-le h1 {
        font-size: 17px;
        padding: 15px 0 10px 0;
    }

    .zh-le p {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .zr-lc {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        padding: 20px;
        background: #78161a;
    }

    .hz-js {
        top: 12%;
    }

    .zr-box1 {
        background: #78161a;
        display: none;
    }

    .zr-lc img {
        margin-left: 0;
    }

    .preview1 .arrow-left1, .preview1 .arrow-right1 {
        width: 13px;
        height: 20px;
        background-size: 13px 20px;
    }

    .view1 .swiper-slide p {
        font-size: 14px;
        padding-left: 0;
    }

    .preview1 .swiper-slide {
        font-size: 14px;
    }

    .preview1 {
        margin: 10px auto
    }

    .zr-box2 {
        padding: 30px 20px;
        background: #f8f6f6;
    }

    .zr-box2.wrap {
        width: 100%;
    }

    .zr-box2-le .ne-ti h1 {
        text-align: center;
    }

    .zr-box2-le .ne-ti p span {
        display: none;
        padding: 10px 0;
    }

    .zr-box2-le .ne-ti .ne-more {
        margin: 0 auto;
    }

    .zr-box2-le, .zr-box2-ri, .zr-box3-le, .zr-box3-ri, .zr-box3-ri .ne-ti p, .fz-icon-list, .zr-box4-le, .zr-box4-ri {
        width: 100%;
    }

    .zr-box2-le {
        padding: 20px 0;
    }

    .zr-box3-ri .ne-ti p, .zr-box2-le .ne-ti p {
        padding: 10px 0;
    }

    .db-list li {
        width: 32%;
        float: left;
        display: block;
        text-align: center;
        height: 70px;
        margin: 0 0.5% 10px;
        padding-left: 0;
        padding-top: 10px;
    }

    .db-list li h2 {
        margin: 0 auto;
    }

    .zr-box3-ri, .zr-box4 {
        position: relative;
        padding: 20px;
    }

    .fz-icon-list li {
        width: 33.333%;
        padding: 0;
    }

    .fz-icon-list li img {
        width: 30px;
    }

    .zr-box4-le .ne-ti .ne-more {
        width: 2.54rem;
        height: 0.55rem;
    }

    /*.ind_box .banner{ height:400px !important}*/
    .zr-box5 .ne-ti {
        position: relative;
        top: 0;
        left: 0;
    }

    .zr-box5 .ne-ti h1 {
        text-align: center;
        color: #333;
    }

    .new-ti a {
        width: 2.3rem;
    }

    .zr-img, .zr-txt, .video-list dl {
        width: 100%;
        height: auto;
    }

    .zr-txt h2 {
        font-size: 20px;
    }

    .zr-txt h1 {
        font-size: 17px;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .zr-txt p {
        font-size: 14px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .honor-box {
        padding-top: 50px;
    }

    .ho-title {
        justify-content: left;
        padding-left: 10px;
    }

    .gh-box {
        padding: 30px 0;
        background-size: cover;
    }

    .gh-box .ne-ti {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .abtbox-sec6 .cont .fz_item .swiper-slide .item .jut .font .text {
        height: 45px;
        min-height: 45px;
        margin-bottom: 10px;
    }

    .abtbox-sec6 .cont .fz_item .swiper-slide .item .tit {
        font-size: 20px;
    }

    .lx-tcbox .tc-nr {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }

    .join-banner .gbb, .new-ti a img {
        display: none;
    }

    .join-banner, .new-banner {
        margin-top: 55px;
        padding-top: 0;
    }

    .hon-li02 li:nth-child(4) {
        width: 100%;
    }

    .hon-li02 li:nth-child(4) .ho-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .join-box2 .ne-ti p, .tdjs {
        text-align: justify !important;
    }

    .nav-swiper .tab:hover p, .nav-swiper .on p {
        color: #0062f3
    }

    .nav-swiper .tab:hover h1 img:nth-child(2), .nav-swiper .on h1 img:nth-child(2) {
        top: 100%;
    }

    .nav-swiper .tab:hover h1 img:nth-child(1), .nav-swiper .on h1 img:nth-child(1) {
        top: 0;
    }

    .information-list dl dd p {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        height: auto
    }

    .s-ri {
        width: 100%;
        display: block;
        float: none !important;
        clear: both;
        padding-top: 15px;
    }

    .new-search .name {
        font-size: 14px;
        line-height: 35px;
    }

    .filter-box {
        width: 33.5%;
        margin-left: 1%;
    }

    .srh {
        width: 100%;
        margin-top: 6px;
    }

    .filter-box select {
        width: 100%;
        height: 35px;
    }

    .srh input[type="text"] {
        width: 40%;
        height: 35px;
    }

    .srh .btn-srh {
        width: 50px;
        height: 35px;
        font-size: 14px;
    }

    .jianT li a {
        font-size: 12px;
        padding: 0 3px;
    }

    .ne-dzs-list dl {
        width: 48%;
        margin: 0 1% 15px;
    }

    .dq-banner {
        margin-top: 0;
    }

    .cc-banner .banner-wa {
        background: url(../images/cc-banner1.jpg) no-repeat !important;
        background-size: cover !important;
    }

    .honor-box .ne-ti p {
        width: 72%;
        margin: 0 auto;
    }

    .dl-banner .banner-wa {
        background: url(../images/dl-banner1.jpg) no-repeat !important;
        background-size: cover !important;
    }

    .jt-banner .banner-wa {
        background: url(../images/jt-banner1.jpg) no-repeat !important;
        background-size: cover !important;
    }

    .ny-banner .banner-wa {
        background: url(../images/ny-banner1.jpg) no-repeat !important;
        background-size: cover !important;
    }



    .new-banner .swiper-pagination-bullet {
        width: 22px;
        height: 4px;
    }

    .new-box1 p {
        height: 1rem;
        padding-top: 5px;
    }

    .jg-fzlc .preview .swiper-slide {
        color: #333;
        font-size: 16px;
    }

    .jg-fzlc .view .swiper-slide p {
        font-size: 14px;
        padding: 0 0 10px 0;
        color: #333;
    }

    .jg-fzlc .preview .swiper-slide p:after {
        background: #d70c25;
    }

    .jg-fzlc .preview .swiper-slide p:before {
        border: 1px solid #d70c25;
    }

    .jg-fzlc .preview .active-nav p {
        color: #d70c25
    }

    .w100, .hxgd {
        width: 100%;
    }

    .sou-pro-list li {
        width: 48%;
        font-size: 14px;
    }

    .new-nr-zi img {
        max-width: 100% !important;
        width: 100% !important
    }

    .xny-Contentbox .sh-infor {
        padding: 0;
    }

    .energy-histroy .party-history .right {
        width: 100%;
        height: auto;
        background: none;
        border-bottom: 1px dashed #74c260;
        margin-bottom: 0.25rem;
    }

    .energy-histroy .party-history .left, .nylc-box {
        width: 100%;
        padding: 0;
    }

    .energy-histroy .party-history .right .swiper-slide {
        font-size: 22px;
        line-height: 50px !important
    }

    .energy-histroy .party-history .right .swiper-button-prev, .energy-histroy .party-history .right .swiper-button-next {
        display: none
    }

    .energy-histroy .histroy {
        margin-top: 0;
    }

    .energy-histroy .party-history {
        padding: 30px 0;
    }

    .xny-hzhb .dq-ti {
        position: relative;
        top: 0;
        transform: none;
    }

    .xny-hzhb {
        background-size: cover;
        padding: 30px 0 0 0;
        min-height: auto !important;
    }

    .xny-hzhb .hz-logo {
        position: relative;
    }

    .n-img img {
        max-width: 100%;
    }

    .xny-qyry {
        background-size: cover;
    }

    .dzs-list dl dt {
        height: 150px;
    }

    .dzs-list dl dd {
        width: 100%;
        background: none;
        color: #333;
        height: auto;
    }

    .video-list dl dt {
        height: auto;
    }

    .new-banner .mobile-banner {
        display: none
    }

    .new-banner .pc-banner {
        display: block
    }

    .ne-sou button {
        height: 40px;
        background-size: 40%;
    }

    .ne-sou input {
        width: 85%;
        height: 40px;
        line-height: 40px;
    }

    .jq22 ul.list li {
        font-size: 14px;
    }

    .jq22 ul.list li p {
        width: 70%;
        padding-left: 15px;
    }

    .jq22 .more a, .jq22 .more p {
        width: 120px;
        line-height: 35px;
        font-size: 14px;
    }

    .new-box1 {
        height: 4rem;
    }

    .new-fy li {
        float: none !important;
        display: block;
    }
}

@keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes fade-left {
    0% {
        left: 0%;
    }
    100% {
        left: -100%;
    }
}

@keyframes floor-opc {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes run {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.04);
    }
    50% {
        transform: scale(1.08);
    }
    75% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}