/*初始化样式*/

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.xypg-right-content {
    font-size: 14px;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.max1650 {
    max-width: 1680px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*头部样式*/

.top_head {
    width: 100%;
}

.top_aa {
    height: 82px;
    width: 86%;
    left: 7%;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    top: 0;
    transition: .5s;
}

.head-active {
    background: rgba(37, 40, 41, .8);
    width: 100%;
    left: 0;
    padding: 0 5%;
    border-bottom: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.head-active {
    padding: 0 7%;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    max-width: 100%;
    max-height: 40px;
}

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

.top_ico {
    position: relative;
    height: 25px;
    display: flex;
    align-items: center;
    width: 100px;
    text-align: center;
    justify-content: flex-end
}

.dimg,
.ss-btn {
    cursor: pointer
}

.dian {
    background: rgba(255, 255, 255, .6);
    color: #000;
    font-size: 16px;
    border-radius: 10px;
    padding: 5px 0;
    position: absolute;
    right: 0;
    top: 50px;
    width: 148px;
    text-align: center;
    display: none
}

.dimg {
    margin-left: 1.5625vw
}

.dh {
    position: relative
}

.top_ss {
    width: 65px;
    height: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.top_ss .ss_btn {
    width: 29px;
    height: 29px;
    background: url(//cdn.myxypt.com/ddd58c13/23/01/b1633b9ddd60b202ce82561ba5fb894bcdf9b693.png) no-repeat center;
    cursor: pointer
}

.header_search_outbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
    background-color: #fff;
    z-index: 1000;
    display: none
}

.header_search_cont {
    position: relative;
    height: 100%;
    text-align: center;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto
}

.header_search_outbox .search-box {
    position: absolute;
    padding-right: 60px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header_search_outbox #s_btn {
    position: absolute;
    left: 20px;
    font-size: 18px;
    color: #202020;
    -webkit-transition: color .4s;
    transition: color .4s;
    border: none;
    background-color: transparent;
    outline: 0;
    padding: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(//cdn.myxypt.com/ddd58c13/23/01/b1633b9ddd60b202ce82561ba5fb894bcdf9b693.png) no-repeat center;
    width: 20px
}

.header_search_outbox #keyword {
    width: 100%;
    outline: 0;
    height: 40px;
    padding: 0 45px;
    border: 1px solid #cf010c;
    border-radius: 50px;
    font-size: 14px;
    color: #a9a8a8
}

.header_search_outbox .search-close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #a9a8a8;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1025px) {
    .search-close:before {
        display: block;
        background: url(../images/s89.png) no-repeat center;
        width: 20px;
        height: 20px;
        content: "";
        -webkit-transition: transform .4s;
        transition: transform .4s
    }
    .search-close:hover::before {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
    
}


/* banner */

.Banner-container {
    position: relative;
    height: 100vh;
    width: 100%;
}

.banner-background {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.banner-slide {
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow: hidden;
}

.banner-text {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    z-index: 999;
}

.banner-text a {
    max-width: 630px;
    display: inline-block;
}

.small-title {
    color: #fff;
    font-size: 42px;
    font-family: Oswald, sans-serif;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
    letter-spacing: 21px;
}

.small-title2 {
    font-weight: 400;
    line-height: 2;
    font-size: 20px;
    color: #fff;
}


/*  */

.banner-switch {
    position: absolute;
    z-index: 30;
    left: auto;
    top: 50%;
    height: 80px;
    right: 2rem;
    color: #fff;
    display: grid;
    margin-top: -25px;
    grid-template-columns: 1fr;
    width: auto;
    align-content: center;
    align-items: center;
    text-transform: uppercase
}

.banner-switch>div>* {
    display: inline-block;
    vertical-align: middle
}

.sL_icon {
    background-size: contain;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center
}

.banner-switch>div>span {
    margin: 0 .5rem;
    font-size: .825rem
}

.banner-switch>div {
    margin: .3rem 2rem
}

.banner-switch>div {
    cursor: pointer;
    transition: .5s
}

.swiper-button-disabled {
    opacity: .4
}

.Scroll-tip {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    color: #fff;
    text-align: center
}

.Tipss {
    text-transform: uppercase;
    font-size: .825rem
}

.tip_anim {
    display: inline-block;
    margin: .75rem 0;
    height: 30px
}

.Tipss span {
    display: block
}

.tip_anim span {
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #fff;
    animation-name: scrollTip;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.82, .24, .25, 1)
}

.Banner-A1 {
    z-index: 1
}

@keyframes scrollTip {
    0% {
        transform: scale(1, 0);
        transform-origin: top
    }
    49% {
        transform: scale(1, 1);
        transform-origin: top
    }
    51% {
        transform: scale(1, 1);
        transform-origin: bottom
    }
    100% {
        transform: scale(1, 0);
        transform-origin: bottom
    }
}

.banner-background {
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px)
}

.swiper-slide.banner-slide.swiper-slide-active .banner-background {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0)
}

.banner-text:before {
    transition-delay: 2s;
    transition-duration: 2s;
    transform: translate3d(-80px, 0, 0);
    opacity: 0
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text:before {
    transition-delay: 1.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text :nth-child(1) {
    transition-delay: .5s;
    font-family: Oswald, sans-serif!important;
    font-size: 42px;
    font-weight: bold;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text :nth-child(2) {
    transition-delay: .7s
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text :nth-child(3) {
    transition-delay: .9s
}

.banner-text * {
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

@media screen and (max-width:1600px) {
    .banner-text {
        max-width: 1000px;
        width: 80%
    }
}

@media screen and (max-width:1200px) {
    .banner-text:before {
        content: "";
        position: absolute;
        width: 300px;
        height: 400px;
        display: block;
        border: 10px solid rgba(255, 255, 255, .2);
        top: 4.5rem;
        margin-top: -200px;
        left: 50%;
        margin-left: -150px;
        display: none
    }
    .banner-text h2:before {
        left: calc((100% - 100px)/ 2)
    }
    .banner-text {
        text-align: center
    }
    .banner-text h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width:769px) {
    .banner-switch {
        top: auto;
        bottom: 2rem;
        left: 5%;
        right: 5%;
        justify-content: center;
        align-items: center;
        display: none
    }
    .banner-text h2:before {
        left: calc((100% - 60px)/ 2);
        width: 60px
    }
    .banner-text h1 {
        font-size: 36px;
        line-height: 1.2
    }
    .banner-text h2 {
        font-size: 14px;
        line-height: 1.4
    }
    .small-title {
        font-size: 2rem
    }
    .banner-text:before {
        opacity: 0
    }
    .Scroll-tip {
        bottom: 72px
    }
    .page-wrap-right .xypg-right-content img,
    .xypg-right-content p img,
    .xypg-right-content p iframe{
        max-width:100%; height:auto !important;width:auto !important;
    }
}


/* c1_index */

.c1_index {
    position: relative;
    padding-top: 60px;
    padding-bottom: 102px;
    background: url(../images/c1one.png) no-repeat center;
}

.tit_aa {
    position: relative;
    margin-bottom: 3.125vw;
}

.tit_aa h3 {
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.tit_aa h3::before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 25px;
    height: 3px;
    background: #b20000;
    content: "";
}

.tit_aa p {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    line-height: 2;
}


/*  */

.trans3 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.trans4 {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.trans5 {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.trans6 {
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.trans7 {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
}

.trans8 {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.trans9 {
    transition: all 0.9s;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
}

.trans10 {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.trans15 {
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
}


/* ads_one_list */

.ads_one_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.ads_one_list li {
    position: relative;
    text-align: center;
    padding: 20px 0;
    width: 25%;
}

.ads_one_list li+li {
    border-left: 1px solid #ececec;
}

.ads_one_list li a {
    display: block;
}

.ads_one_list li .oa-img {
    line-height: 60px;
    margin-bottom: 15px;
}

.ads_one_list li .oa-img img {
    max-width: 100%;
    max-height: 50px;
    margin-top: 0px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.ads_one_list li h3 {
    font-size: 18px;
    color: #001d7b;
    font-weight: normal;
    line-height: 1.7;
}

.ads_one_list li:hover {
    background: #f5f5f5;
}

.ads_one_list li:hover .oa-img img {
    margin-top: -10px;
}


/*  */

.mpro {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    height: 800px
}

.mpro .left {
    width: 40%;
    background: linear-gradient(124deg, #662c73, #c5426e);
    background: url(../images/2left.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 0px
}

.mpro .left .swiper {
    width: 100%;
    height: 100%
}

.mpro .left .swiper .item .one {
    width: 80%;
    margin-left: 20%;
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.mpro .left .swiper .item .one p:first-child {
    color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    padding-top: 3.654583vw;
    padding-bottom: 10px
}

.mpro .left .swiper .item .one p:first-child span:first-child {
    font-size: 26px;
    font-weight: bold;
}

.mpro .left .swiper .item .one p:first-child span:nth-child(2) {
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px
}

.mpro .left .swiper .item .one p:nth-child(2) {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 30px 0
}

.mpro .left .swiper .item .one .enText {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    margin: 60px auto
}

.mpro .left .swiper .item .one .t1 {
    font-size: 20px;
    color: #fff;
    font-family: SourceHanSansSC-Normal;
    margin-bottom: 30px
}

.mpro .left .swiper .item .one .t2 {
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    width: 60%;
}

.mpro .left .swiper .item .one .en {
    font-size: 12px!important
}

.mpro .left .swiper .item .one .btns2 {
    width: 180px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 27px 0 rgba(112, 46, 114, 0);
    box-shadow: 0 0 27px 0 rgba(112, 46, 114, 0);
    text-align: center;
    margin: 130px 0 30px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    -webkit-transition: all .6s;
    transition: all .6s
}

.mpro .left .swiper .item .one .btns2 i {
    margin-left: 10px;
    -webkit-transition: all .6s;
    transition: all .6s;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/skl1.png) no-repeat center;
}


/*  */

a.anniu {
    margin: 5.2083vw 0 30px;
    display: block;
    width: 150px;
    height: 45px;
    background: transparent;
    border: 1px solid #fff;
    font-weight: normal;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    position: relative;
    transition: 0.6s;
}

a.anniu:hover {
    background: #fff;
}

a.anniu:hover i {
    color: #fff;
}

a.anniu:hover:before {
    color: #fff;
    transform: translate(0%, 20px);
    opacity: 0;
}

a.anniu:hover .par span {
    color: #1273ca;
    opacity: 1;
    transform: translate(0%, 0%);
}

a.anniu .par {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}

a.anniu .par span {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
    transition: 0.6s;
    transform: translate(0%, -20px);
    opacity: 0;
}

a.anniu:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 1.5s;
    opacity: 1;
}

a.anniu i {
    margin-left: 20px;
    -webkit-transition: all .6s;
    transition: all .6s;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/skl1.png) no-repeat center;
}

a.anniu:hover i {
    background: url(../images/skl2.png) no-repeat center;
}


/*  */

.mpro .left .swiper .item .one .btns2:hover {
    -webkit-box-shadow: 0 0 27px 0 rgba(112, 46, 114, .48);
    box-shadow: 0 0 27px 0 rgba(112, 46, 114, .48)
}

.mpro .left .swiper .item .one .btns2:hover i {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.mpro .left .swiper .item .one .enbtn {
    margin: 40px 0!important
}

.mpro .left .swiper .swiper-slide-active .one {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    opacity: 1
}

.mpro .right {
    position: absolute;
    right: 0;
    top: 0%;
    width: 70%;
    height: 100%
}

.mpro .right .swiper {
    width: 100%;
    height: 100%
}

.mpro .right .swiper .item .text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.mpro .right .swiper .item .text p {
    text-transform: uppercase;
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    color: rgba(0, 0, 0, .03)
}

.mpro .right .swiper .item .one {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
    cursor: pointer;
    height: 92%;
    margin-top:6.1%
}

.mpro .right .swiper .item .one img {
    display: block;
    -webkit-transition: all .6s;
    transition: all .6s;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.mpro .right .swiper .item .one:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.mpro .right .swiper .swiper-slide-active .one,
.mpro .right .swiper .swiper-slide-active .text {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    opacity: 1
}

.mpro .right .btns {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 349px;
    height: 65px;
    background: rgba(102, 102, 102, .23);
    z-index: 1000;
}

.mpro .right .btns .prev {
    position: absolute;
    cursor: pointer;
    z-index: 1000;
    left: 40px;
    top: 22px;
    opacity: 1;
}

.mpro .right .btns .prev i {
    color: rgba(0, 0, 0, .2);
    -webkit-transition: all .6s;
    transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.mpro .right .btns .prev i::before {
    background: url(../images/prev01.png) no-repeat center center;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
}

.mpro .right .btns .next i::before {
    background: url(../images/prev01.png) no-repeat center center;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
}

.mpro .right .btns .prev:hover i::before {
    background: url(../images/prev01h.png) no-repeat center center;
}

.mpro .right .btns .next:hover i::before {
    background: url(../images/prev01h.png) no-repeat center center;
}

.mpro .right .btns .prev:hover i {
    color: #fff
}

.mpro .right .btns .next {
    position: absolute;
    cursor: pointer;
    z-index: 1000;
    right: 40px;
    top: 22px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.mpro .right .btns .next i {
    color: rgba(0, 0, 0, .2);
    -webkit-transition: all .6s;
    transition: all .6s
}

.mpro .right .btns .next:hover i {
    color: #fff
}

.mpro .right .btns .btn:focus {
    outline: none
}

@-webkit-keyframes show-data-v-df514bf2 {
    0% {
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }
    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes show-data-v-df514bf2 {
    0% {
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }
    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@media screen and (min-width: 2000px) {
    .mpro {
        height: 1200px
    }
}

@media screen and (max-width: 1700px) {
    .mpro .left .swiper .item .one p:nth-child(2) {
        margin: 20px 0
    }
    .mpro .left .swiper .item .one .enText {
        margin: 30px 0;
        font-size: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .mpro .right {
        top: 0;
        height: 100%
    }
    .mpro .right .swiper .item .one {
        height: 100%;
        margin-top: 0
    }
    .mpro .right .swiper .item .text p {
        font-size: 100px
    }
}

@media screen and (max-width: 1000px) {
    .mpro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 1000px;
    }
    .mpro .left,
    .mpro .right {
        width: 100%;
        margin-left: 0;
        position: static
    }
    .mpro .left {
        padding-bottom: 0
    }
    .mpro .left .swiper .item .one {
        width: 90%;
        margin: 0 auto
    }
    .mpro .left .swiper .item .one p:first-child span:first-child {
        font-size: 20px
    }
    .mpro .left .swiper .item .one p:nth-child(2) {
        margin: 25px auto
    }
    .mpro .left .swiper .item .one .enText {
        font-size: 20px;
        margin: 30px auto;
        line-height: 30px
    }
    .mpro .left .swiper .item .one .t2 {
        width: 80%
    }
    .mpro .left .swiper .item .one .btn {
        margin: 30px 0
    }
    .mpro .right .swiper .item .text p {
        font-size: 30px
    }
}

.btns .swiper-pagination {
    position: absolute;
    z-index: 100;
    width: 80%;
    left: 10%;
    top: 10px;
    overflow: hidden;
    padding: 10px 0
}

.btns .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 16px;
    margin-left: 15px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .6s;
    transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.btns .swiper-pagination .swiper-pagination-bullet-active {
    background-color: transparent;
    opacity: 1;
    font-size: 18px;
    color: #cf010e;
    font-weight: bold;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.btns .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none
}


/*  */

.sc3 .con .list1 {
    margin-left: -6.5px;
    margin-right: -6.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sc3 .con .list1 li {
    padding: 0 6.5px;
    width: 11.45%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.sc3 .con .list1 li.on {
    width: 43%
}

.sc3 .con .list1 li.on a h3 {
    opacity: 0
}

.sc3 .con .list1 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.sc3 .con .list1 li a .img {
    background: #000
}

.sc3 .con .list1 li a .img img {
    opacity: .8
}

.sc3 .con .list1 li a:before {
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    background: url("//static.cn86.cn/img/2022/08/c2ddbb159ah2umrp.png") no-repeat 0 0;
    opacity: 1;
    display: block
}

.sc3 .con .list1 li a:before,
.sc3 .con .list1 li a h3 {
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.sc3 .con .list1 li a h3 {
    margin: 0;
    text-align: center;
    color: #fff;
    bottom: 39px;
    font-weight: 500;
    z-index: 11;
    font-size: 16px
}

.sc3 .con .list1 li.on a .img img {
    opacity: 1
}

.sc3 .con .list1 li.on a:before {
    opacity: 0
}

.sc3 .con .list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6.5px;
    margin-right: -6.5px
}

.sc3 .con .list2 li {
    padding: 0 6.5px;
    width: 50%;
    margin-bottom: 20px
}

.sc3 .con .list2 li a {
    position: relative;
    display: block
}

.sc3 .con .list2 li .img img {
    width: 100%
}

.sc3 .con .list2 li h3 {
    margin: 0;
    text-align: center;
    color: #fff;
    bottom: 14px;
    position: absolute;
    left: 0;
    width: 100%;
    font-weight: 500;
    z-index: 11;
    font-size: 16px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}


/* solution */

.solution {
    position: relative;
    padding-top: 3.64583vw;
}

.tit_cc p {
    max-width: 1000px;
    margin: 0 auto;
    color: #c7c7c7;
}

.g_botton {
    width: 180px;
    height: 46px;
    background: #d5d5d6;
    position: relative;
}

.g_botton a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 22px;
}

.g_bottonfl {
    color: #1273ca;
    font-size: 14px;
    line-height: 46px;
}

.g_bottonfr {
    position: absolute;
    top: 50%;
    right: 20px;
    border-left: 6px solid #1273ca;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
}

.g_sect2 {
    padding-top: 85px;
}

.g_sect2bj {
    display: none;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 752px;
}

.g_sect2bj.on {
    display: block;
    background-size: 100% 100%;
}

.g_sect2nr {
    margin-top: 0;
}

.g_sect2cen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.g_sect2all {
    width: 15%;
}

.g_sect2all.active {
    width: 55%;
}

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

.g_sect2all.active .g_sect2wz {
    display: block;
    width: 100%;
    opacity: 1;
}

.g_sect2all.active .g_sect2bjwz {
    opacity: 0;
}

.g_sect2wz {
    display: none;
    transition: all .36s ease;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 4.1666vw;
    opacity: 0;
}

.g_sect2wz h4 {
    color: #ffffff;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 32px;
}

.g_sect2wz p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.8;
}

.g_sect2wzbtn {
    margin-top: 8, 333vw;
    opacity: 0;
    transition: all 0.36s;
}

.g_sect2wzbtn .g_botton {
    width: 180px;
}

.g_sect2all {
    position: relative;
}

.g_sect2wzbtn .g_botton:nth-child(2) {
    margin-left: 10px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid #909091;
}

.g_sect2all {
    border-right: 1px solid rgba(255, 255, 255, .2);
    height: 100%;
    transition: all .36s ease;
}

.g_sect2bjwz {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 28px;
    width: 34px;
    line-height: 34px;
}


/* helen star */

.g_sect2bj {
    opacity: 0;
    display: block;
}

.g_sect2bj.on {
    opacity: 1;
}

.g_sect2bjsk {
    height: 724px;
    position: relative;
}

.g_sect2bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.he_seph {
    display: none;
}

.g_sect2all.active .g_sect2wzbtn {
    opacity: 1;
}


/* home_news */

.home_news {
    position: relative;
    padding: 80px 0;
    background: url(../images/home_news_bg.jpg) no-repeat;
    background-size: cover;
}

.hn_left {
    position: relative;
    width: 360px;
}

.tit_hn {
    position: relative;
    margin-bottom: 3.6458vw;
}

.tit_hn h3 {
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.tit_hn h3::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 25px;
    height: 3px;
    background: #b20000;
    content: "";
}

.tit_hn p {
    font-size: 16px;
    color: #adadad;
}

.hn_sort {
    position: relative;
}

.hn_sort li {
    position: relative;
    margin-bottom: 1.875vw;
}

.hn_sort li a {
    display: block;
    font-size: 16px;
    color: #a8a8a8;
    font-weight: bold;
}

.hn_sort li:hover a {
    color: #636363;
}


/*  */

a.anniu2 {
    margin: 4.166vw 0 30px;
    display: block;
    width: 180px;
    height: 45px;
    background: #1273ca;
    border: 1px solid #1273ca;
    font-weight: normal;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    position: relative;
    transition: 0.6s;
}

a.anniu2:hover {
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}

a.anniu2:hover i {
    color: #333;
}

a.anniu2:hover:before {
    color: #333;
    transform: translate(0%, 20px);
    opacity: 0;
}

a.anniu2:hover .par span {
    color: #333;
    opacity: 1;
    transform: translate(0%, 0%);
}

a.anniu2 .par {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
}

a.anniu2 .par span {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
    transition: 0.6s;
    transform: translate(0%, -20px);
    opacity: 0;
}

a.anniu2:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 1.5s;
    opacity: 1;
}

a.anniu2 i {
    margin-left: 20px;
    -webkit-transition: all .6s;
    transition: all .6s;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/skl1.png) no-repeat center;
}

a.anniu2:hover i {
    background: url(../images/skl2.png) no-repeat center;
}


/*  */

.hn_right {
    position: relative;
    width: calc(100% - 360px);
}

.hn_right_list {
    position: relative;
    margin: 0 -15px;
    display: flex;
}

.hn_right_list li {
    position: relative;
    width: calc(33.33% - 30px);
    margin: 0 15px 0 15px;
}

.hn_right_list li a {
    display: block;
}

.hn_right_list li .op-time {
    position: relative;
}

.hn_right_list li .op-time h4 {
    font-size: 2.083vw;
    color: #9a9a9a;
    font-weight: bold;
    margin-bottom: 1.5625vw;
}

.hn_right_list li .op-time p {
    font-size: 16px;
    color: #9a9a9a;
    font-weight: normal;
    margin-bottom: 1.0416vw;
}

.hn_right_list li h3 {
    font-size: 18px;
    color: #414141;
    font-weight: bold;
    margin-bottom: 1.0416vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hn_right_list li .op-img {
    margin-bottom: 20px;
    overflow: hidden;
}

.hn_right_list li .op-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
    width: 100%;
}

.hn_right_list li .pax {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 1.7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hn_right_list li:hover .op-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}


/* domain_box */

.domain_box {
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 358px;
    background-image: url(../images/index-bg4.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, #1f61b8 0, #2b6abe 100%);
    background-size: 100% 100%;
}

.app_row_content {
    height: 260px;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.app_row_content h2 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 30px;
}

.app_row_content p {
    margin-bottom: 30px;
    font-size: 17px;
    color: #fff;
}

.app_row_content .sso {
    display: flex;
    justify-content: center;
}


/*  */

a.anniu3 {
    margin: 35px 0 25px;
    display: block;
    width: 180px;
    height: 45px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .8);
    font-weight: normal;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    position: relative;
    transition: 0.6s;
}

a.anniu3:hover {
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}

a.anniu3:hover i {
    color: #333;
}

a.anniu3:hover:before {
    color: #333;
    transform: translate(0%, 20px);
    opacity: 0;
}

a.anniu3:hover .par span {
    color: #333;
    opacity: 1;
    transform: translate(0%, 0%);
}

a.anniu3 .par {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
}

a.anniu3 .par span {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    margin-top: 333;
    color: #1273ca;
    transition: 0.6s;
    transform: translate(0%, -20px);
    opacity: 0;
}

a.anniu3:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 30px;
    width: 100%;
    height: 100%;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    font-size: 14px;
    color: #1273ca;
    display: flex;
    align-items: center;
    transition: 1.5s;
    opacity: 1;
}

a.anniu3 i {
    margin-left: 20px;
    -webkit-transition: all .6s;
    transition: all .6s;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/skl2.png) no-repeat center;
}

a.anniu3:hover i {
    background: url(../images/skl2.png) no-repeat center;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: url(../images/ftt_bg.jpg) no-repeat;
    background-size: cover;
}

.foot_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 3.6458vw;
    padding-bottom: 22px;
}

.ftt_aa {
    position: relative;
    width: 300px;
}

.ftt_logo {
    margin-bottom: 20px;
}

.ftt_logo img {
    max-width: 100%;
    max-height: 40px;
}

.ftt_hot_phone {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0d1428;
}

.ftt_hot_phone span {
    font-size: 20px;
    font-weight: bold;
    color: #cf010c;
    margin-left: 10px;
}

.ftt_ewm {
    width: 270px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.60416vw;
}

.ftt_ewm div {
    border: 1px solid #a2a2a2;
    padding: 10px;
    font-size: 14px;
    color: #0d1428;
    text-align: center;
    width: 120px;
}

.ftt_ewm div img {
    width: 100px;
}

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


/*  */

.ftt_bb {
    position: relative;
    width: 71.5%;
}

.x-layout-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.x-layout-menu dl {
    float: left;
    /* width: 16.66%; */
}

.x-layout-menu dl dt {
    font-size: 16px;
    color: #0d1428;
    font-weight: normal;
    margin-bottom: 2.083vw;
    padding-bottom: 15px;
    position: relative;
}

.x-layout-menu dl dt::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 52px;
    height: 1px;
    content: "";
    background: #0d1428;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: #0d1428;
    transition: all .3s;
    line-height: 2.5;
}

.x-layout-menu dl dd a:hover {
    color: #1273ca;
}


/* flex_rr */

.flex_rr {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 22px;
    margin-top: -22px;
}

.as_link {
    position: relative;
}

.as_link .yqlj {
    width: 150px;
    line-height: 33px;
    border: 1px solid #999;
    padding: 0 15px;
    display: block;
    background: url(../images/sahng.png) no-repeat 85% center;
    cursor: pointer;
}

.link_show {
    position: absolute;
    width: 100%;
    bottom: 33px;
    z-index: 99;
    display: none;
    background: rgba(0, 0, 0, .3);
}

.link_show a {
    padding: 0 10px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #0d1428;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.link_show a:hover {
    color: #cf010c;
}


/*  */

.foot_ban {
    border-top: 1px solid #c6c7c6;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 16px 0;
    line-height: 1.7;
    font-size: 14px;
    color: #0d1428;
}

.foot_ban a {
    font-size: 14px;
    color: #0d1428;
    transition: all .3s;
}

.foot_ban a:hover {
    color: #cf010c;
}

.x-copyright,
.kk2222 {
    padding: 5px 0;
}


/*  */

.page-banner {
    position: relative;
}

.mianb {
    margin-top: 0%;
    position: absolute;
    font-size: 14px;
    line-height: 40px;
    top: -60px;
    width: 90%;
    left: 50%;
    margin-left: -50%;
    z-index: 999;
    color: #fff;
}

.mianb a {
    color: #fff;
}

.page-wrap-right {
    overflow: inherit;
    position: relative;
}


/* nei_cate */

.nei_cate {
    position: relative;
}

.nei_cate .xypg-left-nav {
    margin: 0;
    display: flex;
}

.nei_cate .xypg-left-nav>li {
    flex: 1;
    border: none;
    text-align: center;
    margin-top: -16px;
    transition: all 0.5s ease-out;
}

.nei_cate .xypg-left-nav>li>a {
    transition: all 0.2s linear;
    padding: 1.5625vw 20px 1.5625vw 20px;
    background: rgba(255, 255, 255, 1);
    color: #333;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    position: relative;
}

.nei_cate .xypg-left-nav>li>a:after {
    content: ' ';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    transform: translate(-50%);
}

.nei_cate .xypg-left-nav>li>a:hover:after {
    height: 2px;
    animation: ad_width .5s linear forwards;
    background: #cf010c;
}

@keyframes ad_width {
    from {
        width: 0
    }
    to {
        width: 80%
    }
}

.nei_cate .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.honor_one {
    margin-bottom: 50px;
}

.nei_cate .xypg-left-nav>li:hover>a,
.nei_cate .xypg-left-nav>li.clicked>a {
    color: #cf010c;
}

.nei_cate .xypg-left-nav>li:hover>a::after,
.nei_cate .xypg-left-nav>li.clicked>a::after {
    height: 2px;
    animation: ad_width .5s linear forwards;
    background: #cf010c;
}

@media (max-width:1440px) {
     .g_sect2bjsk{
         height:600px;
         height:100vh;
     }
     
     .mpro{
         height:100vh;
     }
    
    .mpro .left .swiper .item .one .t2{
        font-size:14px;
        line-height:25px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
       line-clamp: 4;
       -webkit-box-orient: vertical;
    }
    
    a.anniu{
        margin-top:2.125vw;
    }
} 

@media (max-width:1366px) {
    .c1_index {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .top_aa {
        width: 90%;
        left: 5%
    }
    .head-active {
        padding: 0 3%;
        left: 0px;
        width: 100%;
    }
    .x-menu>li {
        margin: 0 0.15vw;
    }
    .x-menu>li>a {
        padding: 0 .8vw;
    }
   
} 
@media(max-width:1280px){
    .foot_wap .max1650{
        max-width: 1100px;
    }
}

@media screen and (max-width: 1024px) {
    .g_sect2bjwz {
        font-size: 18px;
        width: 24px;
    }
    .hn_right {
        width: 100%;
    }
    .ads_one_list li h3 {
        font-size: 14px;
    }
    .tit_aa h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .tit_aa p {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .honor_one {
        margin-bottom: 20px;
    }
    .g_sect2bjsk {
        height: 560px;
    }
    .tit_hn h3 {
        font-size: 20px;
    }
    .hn_right_list li h3 {
        font-size: 15px;
    }
    .hn_right_list li .pax {
        font-size: 14px;
    }
    .app_row_content h2 {
        font-size: 25px;
    }
    .app_row_content {
        height: 200px;
    }
    .app_row_content p {
        font-size: 14px;
    }
    a.anniu3 {
        margin: 20px 0;
    }
    .mpro .left .swiper .item .one .t2 {
        font-size: 14px;
    }
    .hn_sort li a {
        font-size: 14px;
        font-weight: normal;
    }
}


/*  */

@media screen and (max-width: 767px) {
    .ads_one_list li .oa-img img {
        line-height: 50px;
    }
    .ads_one_list li .oa-img img {
        max-height: 30px;
    }
    .home_news {
        padding: 40px 0;
    }
    .hn_right_list {
        margin: 0 0;
        flex-wrap: wrap;
        display:block;
        overflow:hidden;
    }
    .hn_right_list li {
        width: calc(100% - 0px);
        margin: 0 0 20px 0;
    }
    .hn_right_list li .op-time h4 {
        font-size: 20px;
    }
    .hn_right_list li h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .he_d2bxpsw {
        width: 100%;
    }
    .he_b2p7ubxle {
        min-height: inherit;
    }
    .he_d2bxpsjwri p {
        text-align: left;
    }
    .he_d2bxpswri .he_d2bxpsyle {
        float: left;
    }
    .he_h6p3gi1 {
        width: 100%;
    }
    .he_h6p3gi2 {
        width: 50%;
    }
    .he_h6p3gi3 {
        width: 25%;
    }
    .he_h6p3gi4 {
        width: 25%;
    }
    .he_d1p1lip a {
        padding: 0 15px;
    }
    .he_h6pmo a {
        line-height: 40px;
        padding: 0 40px;
        font-size: 16px;
    }
    .he_h6pmo {
        padding-top: 6px;
    }
    .he_b1p2li {
        width: 50%;
    }
    .he_b1bt .he_bantepy {
        width: 100%;
    }
    .he_b2p7ubxle {
        width: 100%;
    }
    .he_b2p7ubxri {
        width: 100%;
        position: static;
        transform: inherit;
    }
    .he_b2p7kul {
        position: static;
        transform: inherit;
    }
    .he_b2p2tili {
        display: inline-block;
    }
    .he_b2p2tilile {
        padding-left: 12px;
        padding-right: 13px;
    }
    .he_b2p2tili {
        padding: 10px 10px 10px 0;
    }
    .he_b2p7ubxle {
        width: 100%;
        overflow-x: auto;
    }
    .he_b2p7uscl {
        width: 975px;
    }
    .he_b2p7kule {
        padding-top: 28px;
    }
    .he_b3p5wlri {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .he_b3p5ar {
        width: 14px;
    }
    .he_c4bx .he_c2p4tili {
        width: 100%;
    }
    .he_h5p5 {
        padding-top: 34px;
        padding-block-end: 45px;
    }
    .he_h5p5ul {
        padding-top: 22px;
    }
    .he_h5p5ul .slick-dots {
        bottom: -17px;
    }
    .he_f1p1tri {
        width: 266px;
    }
    .he_f1p1tle {
        width: calc(100% - 266px);
    }
    .he_h4wp2tp2 p {
        height: 90px;
    }
    .he_f1p1tle {
        width: 100%;
        position: relative;
        z-index: 10;
    }
    .he_f1p1pb {
        margin-top: 16px;
    }
    .he_f1p1tyt .he_c1p1ti h4 {
        line-height: 34px;
    }
    .he_f1p2 {
        height: 480px;
    }
    .he_f1p2hy {
        top: 46%;
    }
    .he_f1p3 {
        padding-top: 37px;
        padding-block-end: 50px;
    }
    .he_h4wp2tp2 p {
        height: 90px;
    }
    .he_h1p2ltpo1 .he_h1p2lsp1 {
        font-size: 26px;
    }
    .he_h1p2ltpo1 p {
        font-size: 18px;
    }
    .he_h1p2ltpo1 .he_h1p2lsp2 {
        font-family: "MONTSERRAT-LIGHT" !important;
        font-size: 16px;
        line-height: 38px;
        padding: 0 10px;
    }
    .he_h1p2ltpo2 {
        padding-top: 2px;
    }
    .he_h1p2lte {
        padding: 20px 20px;
    }
    .he_h1p5bli {
        width: 100%;
    }
    .he_h1p5bli:nth-child(1) {
        background: #f4f4f4;
    }
    .he_h1p5bli:nth-child(2) {
        background: #f9fafc
    }
    .he_h1p5::before {
        display: none;
    }
    .he_h1p5::after {
        display: none;
    }
    .he_h1p5 .he_common {
        width: 100%;
    }
    .he_h1p5bic {
        width: 50px;
    }
    .g_title h3 {
        line-height: inherit;
    }
    .he_h1p5blpi p {
        height: inherit;
    }
    .he_e1bxnav {
        display: none;
    }
    .he_h3nb {
        padding: 35px 20px 34px;
    }
    .he_h3p1li {
        margin-right: 30px;
    }
    /* .he_h3p2rili:nth-child(8) {
		margin-right: 22px;
	} */
    .he_h3p2rili {
        margin-bottom: 12px;
        margin-right: 22px;
    }
    .he_h3p2riqt {
        float: left;
    }
    .he_h3p2 {
        padding-top: 22px;
        padding-bottom: 30px;
    }
    .he_h3p3ubte {
        margin-bottom: 9px;
    }
    .he_h3p4 {
        padding-top: 12px;
    }
    .he_h3p5ri {
        width: 100%;
    }
    .he_h3p5ri {
        margin-top: 14px;
    }
    .he_h3tr .he_h3p5ri {
        margin-top: 22px;
    }
    .he_h3p6 {
        padding-top: 24px;
    }
    .he_h3nb {
        overflow: hidden;
    }
    .he_h4wp2bx .g_title h3:first-child {
        margin-bottom: 8px;
    }
    .he_h4wp2tli {
        width: 100%;
    }
    .he_h4wp2hri {
        width: 100%;
    }
    .he_h4p1ti .g_title p {
        font-size: 14px;
        line-height: 24px;
    }
    .he_h4p1 {
        padding-top: 37px;
    }
    .he_h4wp2 {
        padding-top: 37px;
    }
    .he_h4wp2ht {
        margin-top: 20px;
    }
    .g_title {
        padding: 0 0px;
    }
    .g_title p {
        font-size: 14px;
        line-height: 1.85;
    }
    .g_sect5nr {
        width: 100%;
    }
    /* .g_sect2wz p {
		display: none;
	} */
    .g_sect2bjsk {
        height: 370px;
    }
    .g_sect2wz {
        padding: 0 18px;
    }
    .g_sect2bjwz {
        left: 42px;
        font-size: 16px;
        width: 29px;
    }
    .g_sect2wzbtn .g_botton {
        width: 114px;
    }
    .he_sytr .g_title p {
        padding: 0 20px;
    }
    .g_sect1tu img {
        width: 100%;
    }
    .g_sect1tu {
        width: 105px;
        margin: 0 auto 10px;
    }
    .g_sect1b span {
        line-height: 22px;
        font-size: 16px;
        height: 22px;
    }
    .g_sect1b p {
        line-height: 22px;
        font-size: 14px;
        margin-top: 3px;
        height: 22px;
    }
    .g_sect1b a {
        padding: 14px 13px 16px;
    }
    .g_sect2wzbtn {
        display: none;
    }
    .g_sect2all.active .g_sect2wzbtn {
        display: block;
    }
    .g_sect3top_all {
        margin: 18px -16px 0px;
    }
    .g_sect3bot {
        overflow: hidden;
    }
    .g_sect3 {
        padding: 40px 0;
    }
    .g_sect1nr {
        overflow: hidden;
    }
    /* .g_sect2nr {
		display: none;
	} */
    .g_sect2cen {
        position: static;
    }
    .g_sect2bjsk {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 600px;
    }
    .g_sect2bj {
        height: 600px;
        left: 50%;
        transform: translateX(-50%);
    }
    .g_sect2nr {
        height: 600px;
    }
    .g_sect2all {
        width: 100% !important;
        height: auto;
        transition: all 0.36s;
    }
    .g_sect2all.active {
        height: calc(100% - (50px * 6));
    }
    .g_sect2bjwz {
        width: 100%;
        position: relative;
        transition: all 0.36s;
        transform: inherit;
    }
    .g_sect2wz {
        padding: 0;
        transition: all 0.36s;
    }
    .g_sect2bjwz {
        background: rgba(11, 125, 242, 0.6);
        padding: 8px 20px;
        opacity: 1;
        font-size: 16px;
        width: 100%;
        position: static;
        transform: inherit;
    }
    .g_sect2all.active .g_sect2bjwz {
        opacity: 1;
    }
    .g_sect2wz h4 {
        display: none;
    }
    .g_sect2wz {
        padding: 0 20px;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .g_sect2wz {
        top: 60%;
    }
    .g_sect2wz {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        height: calc(100% - 54px);
    }
    .he_serh2 {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 20px;
    }
    .g_sect2wz p {
        max-height: 100px;
        overflow: hidden;
    }
    .g_sect2wzbtn .g_botton {
        margin-right: 15px;
    }
    .g_sect2wzbtn {
        margin-top: 20px;
    }
    .he_obtapri p {
        font-size: 14px;
    }
    .he_obtasle {
        width: 190px;
    }
    .he_obtasri {
        width: calc(100% - 190px);
    }
    .he_obtasri {
        width: 100%;
    }
    .he_obtasli {
        margin: 0 10px;
    }
    .he_obtasli:first-child {
        margin-left: 0;
    }
    .he_h3p3ul .mCSB_inside>.mCSB_container {
        margin-right: 4px;
    }
    .he_h3p3ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 2px;
    }
    .he_obtabx {
        width: calc(100% - 26px);
    }
    .he_obtain .he_f1p5dft {
        padding: 0 8px;
    }
    .he_h3p3ul .mCSB_scrollTools {
        right: -7px;
    }
    .he_h3pjur {
        height: 145px;
    }
    .he_obtain .he_f1p5de {
        margin-top: 18px;
    }
    .he_obtagb {
        top: 16px;
        right: 16px;
        width: 16px;
    }
    /* .he_h3p2rili:nth-child(8) {
		margin-right: 22px;
	} */
    .he_b3p5lojr {
        padding-left: 0;
    }
    .he_b3p5lojr p {
        height: inherit;
    }
    .he_b3p5pju .he_b3p5lotp {
        width: 100%;
    }
    .he_b3p5lojr p {
        max-height: inherit;
    }
    .he_b3p8 {
        padding-top: 4px;
    }
    .he_b2p8ul {
        padding-top: 0px;
    }
    .ma_in1s4mtbox {
        border-bottom: none;
    }
    .he_h6p3tu {
        display: none;
    }
    .he_h6p3gi p {
        height: inherit;
    }
    .mpro {
    height: 788px;
}
    .mpro .right .swiper .item .one img{
        height: auto;
    }
    .g_sect2bj.on{
        background-size: cover!important;
    background-position: center!important;
    }
    .app_row_content h2{
        margin-top:0;
    }
    .mpro .right .btns{
        height: 40px;
    }
    .mpro .right .btns .prev{
        top: 12px;
    }
    .mpro .right .btns .next{
        top: 12px;
    }
    .btns .swiper-pagination{
        top: 0px;
        padding: 9px 0;
    }
}

@media screen and (max-width: 450px) {
    .he_c2p1leti h4 {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
    }
    .he_b3p6liri p {
        font-size: 14px;
    }
    .he_c2p3 .he_b2p2bx {
        padding: 32px 0px 32px;
    }
    .he_c2p5 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .he_b3p5lori p {
        font-size: 16px;
    }
    .he_b3p5lojr {
        width: calc(100% - 108px);
    }
    .he_b3p7 {
        padding: 32px 20px;
    }
    .he_c2p10 {
        padding-top: 32px;
        padding-bottom: 40px;
    }
    .he_b2p10ti h4 {
        font-size: 18px;
        line-height: 26px;
        height: 26px;
    }
    .he_b2p10p p {
        font-size: 16px;
    }
    .he_b2p10ri {
        padding: 0 14px;
        margin-top: 20px;
    }
    .he_bantepy {
        width: 100%;
    }
    .he_c2p1 {
        padding-top: 40px;
    }
    .he_c2p1lble {
        width: 100%;
    }
    .he_c2p1lbri {
        width: 100%;
        position: relative;
    }
    .he_b2p1 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .he_c2p4n {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .he_c2p4gl {
        margin-top: 18px;
    }
    .he_c2p4glp2 {
        margin-top: 4px;
    }
    .he_c2p5bxle {
        margin-bottom: 50px;
    }
    .he_c2p5ul {
        margin-top: 10px;
    }
    .he_b3p6 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .he_b2p8 {
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .he_b2p8ule {
        width: 100%;
    }
    .he_b2p8uri {
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .he_b2p8li {
        padding: 10px 10px 10px;
    }
    .he_b2p9 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .he_b2p9li {
        width: 100%;
    }
    .he_c2p10ul {
        padding: 0 20px;
    }
    .he_c4p5bx {
        padding: 40px 0px 32px;
    }
    .he_c4p5vli {
        width: 50%;
    }
    .he_c4bx .he_c2p4gl {
        padding: 0 0px;
    }
    .he_c4bx .he_c2p4bj {
        height: 710px;
    }
    .he_d1p2li {
        width: 100%;
    }
    .he_d1p2 {
        padding-top: 32px;
    }
    .he_d2bx {
        padding-bottom: 40px;
    }
    .he_d2bxny {
        padding-top: 40px;
    }
    .he_d2bxp2qh {
        margin-top: 32px;
        padding-bottom: 32px;
    }
    .he_d2bxp2 {
        padding: 40px 20px 0px;
    }
    .he_d2bxnxri {
        margin-left: 14px;
    }
    .he_d2bxp2bj p {
        margin-bottom: 12px;
    }
    .he_d2bxp2bj {
        margin-bottom: 18px;
    }
    .he_d2bxpsw a {
        padding: 14px 10px;
    }
    .he_d2bxpsjwri {
        padding-left: 10px;
        padding-right: 10px;
    }
    .he_e1p3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .he_e1bxnli a {
        padding: 0 8px;
    }
    .he_e1p1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .he_e1p2li {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .he_e1p1bxle {
        margin-bottom: 18px;
    }
    .he_e1p1bti h4 {
        line-height: 28px;
        max-height: 56px;
    }
    .he_e1p1btp {
        margin-top: 6px;
    }
    .he_e1p2li .he_e1p1bmo {
        margin-top: 10px;
    }
    .he_e1p2li .he_e1p1bbmo {
        margin-top: 20px;
    }
    .he_e1p1bmo {
        margin-top: 18px;
    }
    .he_e1p1bbmo {
        margin-top: 20px;
    }
    .he_e1p1qhl {
        width: 10px;
    }
    .he_e1p1qh::after {
        height: 28px;
    }
    .he_d2bxp3ul {
        padding-top: 12px;
    }
    .he_d2bxp3p1 {
        padding-bottom: 16px;
    }
    .he_h2p1ti {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .g_title h3 {
        margin-bottom: 6px;
    }
    .he_h2p3 {
        padding-top: 26px;
        padding-bottom: 30px;
    }
    .he_h2p2li {
        width: 100%;
    }
    .he_h2p2nte p {
        height: auto;
    }
    .he_h2p2nte {
        margin-top: 8px;
    }
    .he_h2p2li {
        padding: 0 20px;
    }
    .he_e1bxnli a {
        font-size: 16px;
    }
    .he_h2p2ul {
        margin: 0 -20px 0px;
    }
    .he_h6p4 {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .he_h6p3bp {
        margin-top: 18px;
        padding: 18px 6px 10px;
    }
    .he_h6p1 {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .he_h7p2li {
        width: 100%;
    }
    .he_h7p3nyri {
        width: 74%;
    }
    .he_h7p4ri {
        width: 100%;
    }
    .he_h7p4lhtp {
        margin-bottom: 10px;
    }
    .he_h7p4lht {
        height: 88px;
    }
    .he_h7p4le .mCSB_inside>.mCSB_container {
        margin-right: 50px;
    }
    .he_h7p4le {
        width: 100%;
        text-align: center;
    }
    .he_b3p8 {
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .he_b3p8ul {
        padding-top: 18px;
    }
    .he_b3p5 {
        padding-top: 32px;
    }
    .he_b3p5ul1 {
        padding: 18px 0px 32px;
    }
    .he_b3p5p2 {
        padding: 32px 10px;
    }
    .he_b3p5wl {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .he_b3p7 .he_b3p6bxri {
        padding-right: 0px;
    }
    .he_b3bx .he_b3p7 {
        padding: 32px 0px;
    }
    .he_b3p4ig {
        height: 420px;
    }
    .he_b3p4p1 {
        margin-top: 10px;
    }
    .he_b3bx .he_b2p3 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .he_b3p3li .he_b2p8ule {
        width: 100%;
    }
    .he_b3p3li .he_b2p8uri {
        width: 100%;
    }
    .he_b3p3li .he_b2p8ubx {
        padding: 18px 10px 28px 10px;
    }
    .g_sect1 {
        padding: 40px 0 32px;
    }
    .g_sect1nr {
        margin: 18px -12px 18px;
    }
    .g_sect2 {
        padding-top: 32px;
    }
    .g_sect2nr {
        margin-top: 18px;
    }
    .g_sect2nr {
        margin-top: 18px;
    }
    .g_sect3top_all {
        margin: 18px -16px 18px;
    }
    .g_sect3top {
        margin-bottom: 32px;
    }
    .g_sect4nr {
        margin: 18px -9px;
    }
    .g_sect4 {
        padding-bottom: 32px;
    }
    .g_sect6 {
        padding: 32px 0 40px;
    }
    .g_sect6nr {
        margin-top: 18px;
        margin-bottom: 20px;
    }
    .g_sect3 {
        padding: 32px 0;
    }
    .g_sect6 {
        width: calc(100% - 40px);
    }
    .g_sect5 .g_title {
        padding: 0;
    }
    .g_sect3botfl {
        width: 50%;
    }
    .g_sect3botfl:nth-of-type(2n):before {
        width: 0px;
    }
    .g_sect3topfl {
        width: 100%;
    }
    .g_sect2bjwz {
        left: 14px;
    }
    .he_imgshubvx {
        bottom: 20px;
    }
    .he_imgshub {
        width: 15px;
    }
    .he_bante {
        padding-right: 10px;
    }
    .g_sect1fl {
        padding: 0 6px;
        margin-bottom: 12px;
    }
    .g_sect1nr {
        margin: 18px -6px 18px;
    }
    .g_sect2wz p {
        font-size: 14px;
    }
    .g_sect2wzbtn {
        margin-top: 30px;
    }
    .g_sect2wzbtn .g_botton {
        width: 100px;
    }
    .g_bottonfr {
        right: 4px;
    }
    .he_b1p2li {
        width: 100%;
    }
    .he_b1bxidl p {
        height: 48px;
    }
    .he_b1bxhg {
        height: 217px;
    }
    .he_b1bxic {
        width: 34px;
    }
    .he_b2p2bx {
        padding: 36px 0px 36px;
    }
    .he_b2p3lig {
        width: 70%;
    }
    .he_b2p3tep2 p {
        height: inherit;
    }
    .he_b2p3te {
        margin-top: 15px;
    }
    .he_b2p3ul .slick-dots {
        bottom: -8px;
    }
    .he_b2p3 {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .he_b2p4 {
        padding: 36px 0px;
    }
    .he_b2p4p1tp {
        margin-top: 6px;
    }
    .he_b2p4p1tp p {
        font-size: 14px;
    }
    .he_b2p5 {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .he_b2p4p1ti span::after {
        height: 18px;
        bottom: 10px;
    }
    .he_b2p6 {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .he_b2p7 {
        padding-top: 0px;
    }
    .he_b2p8li .he_b2p3p1ri p {
        font-size: 16px;
    }
    .he_b2p3p1le {
        width: 11px;
    }
    .he_b2p8 {
        padding-bottom: 36px;
        padding-top: 36px;
    }
    .he_b2p10ig {
        height: 182px;
    }
    .he_b2p10ri {
        width: 160px;
    }
    .he_b2p9gnte p {
        height: inherit;
    }
    .he_b2p9gn {
        padding: 25px 15px 24px;
    }
    .he_b2p2bx {
        padding: 29px 0px 36px;
    }
    .he_b3p3li .he_b2p8ule {
        width: 70%;
        margin: 0 auto;
    }
    .he_b3p3li .he_b2p3p1ri p {
        font-size: 16px;
    }
    .he_b3p4q {
        width: 53%;
        bottom: -9px;
    }
    .he_b3p4p1 p {
        font-size: 14px;
    }
    .he_b3p5le {
        padding-right: 0px;
    }
    .he_b3p4ig {
        height: 380px;
    }
    .he_b3p5ljl {
        margin-top: 5px;
    }
    .he_b3p5loli.act {
        height: 140px;
        padding: 16px 15px 10px 15px;
    }
    .he_b3p5ljl p {
        font-size: 14px;
    }
    .he_b3pklri {
        padding-left: 0px;
    }
    .he_b3p5pju .he_b3p5loli {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 3px;
        padding-bottom: 6px;
    }
    .he_b3p5lotp {
        width: 100%;
    }
    .he_b3p5lojr {
        width: 100%;
        position: static;
        transform: inherit;
    }
    .he_b3p5lojr p {
        font-size: 14px;
        line-height: 1.75;
        height: inherit;
    }
    .he_b3p5wli:first-child {
        padding-top: 4px;
    }
    .he_b3p6ul {
        margin-top: 10px;
    }
    .he_b3p6li:last-child {
        margin-bottom: 0;
    }
    .he_c1p2li {
        width: 100%;
    }
    .he_c1p3ap .he_c1p2abx p {
        max-height: 56px;
        height: inherit;
    }
    .he_c1p2aul {
        height: inherit;
    }
    .he_c1p1uli1 {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .he_c1p1uli2 {
        width: 100%;
        float: none;
    }
    /* .he_c1p1upb {
		margin-bottom: 19px;
	} */
    .he_c1p1upli {
        width: 100%;
        margin-bottom: 19px;
    }
    .he_c1p2 {
        padding-top: 33px;
        padding-bottom: 25px;
    }
    .he_c1p3 {
        padding-top: 33px;
        padding-bottom: 25px;
    }
    .he_c1p2ul {
        padding-top: 19px;
    }
    .he_c1p2li {
        margin-bottom: 22px;
    }
    .he_b3p5loli {
        height: inherit;
    }
    .he_c2p5ul .he_b3p5loli {
        margin-bottom: 0px;
    }
    .he_c2p5ul .he_b3p5loli {
        padding: 7px 0px 7px 0px;
    }
    .he_b3p7 .he_common {
        width: 100%;
    }
    .he_b2p8ule {
        width: 50%;
        margin: 0 auto;
    }
    .he_b2p8bp {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .he_c4p5bx {
        padding: 29px 0px 22px;
    }
    .he_c4p5vig {
        width: 58px;
    }
    .he_c4p5vul {
        padding-top: 16px;
    }
    .he_c4p5vite {
        margin-top: 12px;
    }
    .he_b3p8nig {
        width: 80%;
    }
    .he_d1p1lile p {
        font-size: 16px;
    }
    .he_d1p1lile {
        width: 50px;
    }
    .he_d1p1liri {
        width: calc(100% - 50px);
    }
    .he_lokew {
        display: none;
    }
    .g_sect3topflb h3 {
        height: inherit;
        margin-bottom: 12px;
    }
    .g_sect3topflb {
        padding: 20px 15px 32px;
    }
    .g_sect2bjwz {
        left: 10px;
    }
    .g_sect6wz h5 {
        font-size: 16px;
    }
    .g_sect2wz {
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .g_footfriend {
        margin-top: 15px;
        padding-bottom: 20px;
    }
    .g_footbot p,
    .g_footbot p a {
        font-size: 12px;
    }
    .g_sect2wz {
        top: 60%;
    }
    .g_sect2wz {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        height: calc(100% - 54px);
    }
    .g_sect2bjwz {
        background: rgba(255, 255, 255, 0.3);
    }
    .g_sect2bjwz {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .g_sect4nr .slick-arrow {
        display: none !important;
    }
    .g_sect4nrfl {
        margin-bottom: 40px;
    }
    .g_sect4 {
        width: 100%;
    }
    .g_sect3shu span {
        font-size: 16px;
    }
    .g_sect4nr .slick-dots {
        bottom: 8px;
    }
    .g_sect6cen {
        padding: 18px 0;
    }
    .g_sect3topflb h3 {
        height: 60px;
    }
    .g_sect3top_all .slick-dots {
        bottom: 3px;
    }
    .g_footfriend .g_fttitle {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
    .g_footfriend .clearfix {
        width: 100%;
        padding-left: 0;
    }
    .g_footbot p a:last-child {
        color: rgba(153, 153, 153, 0.4);
    }
    .g_sect3bot .g_backgd {
        height: 220px;
    }
    .g_sect3botnr {
        top: 57%;
    }
    .g_sect1 .g_common {
        width: 100%;
    }
    .g_sect1tu {
        width: 74px;
        margin: 0 auto 6px;
    }
    .g_sect1b a {
        padding: 16px 13px 20px;
    }
    .g_sect1nr {
        margin: 18px -6px 44px;
        overflow: inherit;
    }
    .g_sect1nr .slick-dots {
        bottom: -22px;
    }
    .g_foottop {
        padding-bottom: 26px;
    }
    .g_sect6nrfr {
        display: none;
    }
    .g_sect6wz {
        padding: 18px 0px 36px;
    }
    .g_sect6nrfl .slick-dots {
        bottom: 6px;
    }
    .g_sect3toptu {
        width: 110px;
    }
    .g_sect3topflb h3 {
        font-size: 14px;
        line-height: 22px;
        height: 66px;
    }
    .g_sect3topflb p {
        height: 46px;
        line-height: 1.65;
    }
    .g_sect3topflb {
        padding: 20px 15px 20px;
    }
    .g_sect3topflb span:first-child::before {
        display: none;
    }
    .g_sect3topflb span {
        display: block;
        padding: 0;
        line-height: 1.75;
    }
    .g_sect3topflb span:first-child {
        padding-right: 0px;
        position: relative;
    }
}