@font-face {
    font-family: "SourceHanSans_Regular";
    src: url("../fonts/SourceHanSansCN-Regular.ttf");
}

@font-face {
    font-family: "SourceHanSans_Bold";
    src: url("../fonts/SourceHanSansCN-Bold.otf");
}

@font-face {
    font-family: "SourceHanSans_Light";
    src: url("../fonts/SourceHanSansCN-Light.otf");
}

@font-face {
    font-family: 'HarmonyOS_Medium';
    src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff') format('woff');
    font-display: swap;
}

body {
    overflow: hidden;
    font-family: 'SourceHanSans_Regular';
}


/* å¤´éƒ¨ */
.header {
    font-size: .16rem;
    color: #fff;
    padding: 0 .6rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}

.header .logo img {
    display: block;
    max-width: 1.52rem;
}

.header .logo .inter {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.header .other-top .icon {
    width: .19rem;
    height: .19rem;
    display: block;
}

.header .language a {
    color: #fff;
}

.header .language::after {
    margin: 0 .2rem;
    content: '';
    display: block;
    width: 1px;
    height: .15rem;
    background: rgba(255, 255, 255, .2);
}

.header .language .icon {
    margin-right: .1rem;
    background-image: url(../images/edition-icon.png);
}

.header .top-search {
    margin-right: .3rem;
    position: relative;
}

.header .top-search .icon {
    background-image: url(../images/search-icon.png);
    cursor: pointer;
}

.header .website a {
    font-size: .14rem;
    background: #fbb03f;
    padding: .12rem 0;
    display: block;
    color: #fff;
    width: 1.3rem;
    text-align: center;
    border-radius: .1rem;
}

.header .top-search .search-con {
    display: none;
    position: absolute;
    top: 100%;
    right: -.25rem;
    padding-top: .4rem;
}

.header .top-search .search-con .box-line {
    padding: .13rem .2rem;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, .8);
}

.header .top-search .search-con .but {
    width: .25rem;
    height: .25rem;
    background-image: url(../images/search-icon2.png);
    background-size: .23rem;
    background-size: .23rem;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.header .top-search .search-con input {
    font-family: 'HarmonyOS_Regular';
    font-weight: lighter;
    color: #000;
    background: none;
    display: block;
    width: 2.5rem;
    padding: 0;
    margin: 0;
    padding-right: .1rem;
    border: none;
    font-size: .16rem;
    outline: none;
}

.header .top-search .search-con input::placeholder {
    color: #000;
}

.header .top-search .search-con input::-moz-placeholder {
    color: #000;
}

.header .top-search .search-con input::-webkit-input-placeholder {
    color: #000;
}

.header .nav li {
    margin: 0 .2rem;
    position: relative;
}

.header .nav li>a {
    color: #fff;
    display: block;
    padding: .35rem 0;
    border-bottom: solid 2px transparent;
}

.header .nav .pro-levl {
    padding: .45rem .6rem;
    position: absolute;
    top: 100%;
    width: 100vw;
    left: 50%;
    margin-left: calc(-50vw + 2rem);
    background: #fff;
    border-top: solid 1px #f4f4f4;
    display: none;
}

.header .nav .pro-levl .pic {
    padding: 0 .4rem;
    border-right: solid 1px #e5e5e5;
}

.header .nav .pro-levl .pic .img {
    width: 3.02rem;
    display: none;
}

.header .nav .pro-levl .pic .img.on,
.header .nav .pro-levl .pic .img:first-child {
    display: block;
}

.header .nav .pro-levl .two-levl {
    padding: 0 .4rem;
    border-right: solid 1px #e5e5e5;
    max-height: 60vh;
    overflow: hidden;
    position: relative;
}

.header .nav .pro-levl .two-levl dl dl {
    display: none;
}

.header .nav .pro-levl .two-levl dd {
    margin-bottom: .1rem;
}

.header .nav .pro-levl .two-levl dd a {
    font-size: .16rem;
    padding: .1rem .25rem;
    background: transparent;
    color: #3e3e3f;
    border-radius: .1rem;
}

.header .nav .pro-levl .two-levl dd a span {
    display: block;
}

.header .nav .pro-levl .two-levl dd a::after {
    font-size: .12rem;
    font-weight: bold;
    margin-left: .2rem;
    font-family: swiper-icons;
    content: 'next';
}

.header .nav .pro-levl .two-levl dd.on a,
.header .nav .pro-levl .two-levl dd a:hover {
    background: #fbb03f;
    color: #fff;
}

.header .nav .pro-levl .three-levl {
    width: 4rem;
    padding: 0 .4rem;
    max-height: 60vh;
    overflow: hidden;
    position: relative;
}

.header .nav .pro-levl .three-levl dl {
    display: none;
}

.header .nav .pro-levl .three-levl dl.on {
    display: block;
}

.header .nav .pro-levl .three-levl dd {
    padding: .1rem 0;
}

.header .nav .pro-levl .three-levl dd a {
    padding: .05rem 0;
    color: #888888;
}

.header .nav .pro-levl .three-levl dd a span {
    display: inline-block;
}

.header .nav .pro-levl .three-levl dd a:hover {
    border-bottom: solid 1px #333;
    color: #333;
}

.header .nav .one-levl {
    position: absolute;
    top: 100%;
    width: 2.4rem;
    left: 50%;
    margin-left: -1.2rem;
    background: #fff;
    border-top: solid 1px #f4f4f4;
    display: none;
    text-align: center;
}

.header .nav .one-levl dl dd a {
    padding: .1rem .05rem;
    display: block;
    font-size: .16rem;
    background: transparent;
    color: #3e3e3f;
    border-radius: 0;
}

.header .nav .one-levl dl dd a:hover {
    background: #fbb03f;
    color: #fff;
}

.header .nav li:hover>a,
.header .nav li.on>a {
    color: #fbb03f;
    border-color: #fbb03f;
}

.header .nav li:hover .pro-levl {
    display: block;
}

.header .nav li:hover .one-levl {
    display: block;
}

.header.back-black,
.header:hover {
    background-color: #fff;
    color: #3e3e3f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.header.black-wz .logo .moren,
.header.back-black .logo .moren,
.header:hover .logo .moren {
    opacity: 0;
}

.header.black-wz .logo .inter,
.header.back-black .logo .inter,
.header:hover .logo .inter {
    opacity: 1;
}

.header.black-wz .language a,
.header:hover .language a,
.header.back-black .language a {
    color: #3e3e3f;
}

.header.black-wz .language .icon,
.header:hover .language .icon,
.header.back-black .language .icon {
    background-image: url(../images/edition-icon2.png);
}

.header.black-wz .top-search .icon,
.header:hover .top-search .icon,
.header.back-black .top-search .icon {
    background-image: url(../images/search-icon2.png);
}

.header.black-wz .language::after,
.header:hover .language::after,
.header.back-black .language::after {
    background: rgba(0, 0, 0, .5);
}

.header .top-search .icon.on {
    background: url(../images/close2.png) no-repeat center;
    background-size: .23rem;
    background-repeat: no-repeat;
    background-position: center;
}

.header.black-wz .top-search .ope-icon.on,
.header.back-black .top-search .ope-icon.on,
.header:hover .top-search .ope-icon.on {
    background: url(../images/close.png) no-repeat center;
    background-size: .23rem;
    background-repeat: no-repeat;
    background-position: center;
}

.header.black-wz .nav li>a,
.header.back-black .nav li>a,
.header:hover .nav li>a {
    color: #3e3e3f;
}

.header.black-wz .nav li.on>a,
.header.back-black .nav li:hover>a,
.header:hover .nav li:hover>a,
.header.back-black .nav li.on>a,
.header:hover .nav li.on>a {
    color: #fbb03f;
}

.header .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fbb03f;
}

.black-bg {
    display: none;
    width: 100vw;
    height: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
}


@media(max-width:1024px) {
    .header {
        padding: .2rem .4rem;
    }

    .header .icon-menu {
        font-size: 0;
        margin-left: .3rem;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: relative;
        z-index: 10;
    }

    .header .icon-menu i {
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
        display: inline-block;
        height: 2px;
        background: #fff;
        margin: 3px 2.5px;
        border-radius: 5px;
    }

    .header .icon-menu i:nth-of-type(1),
    .header .icon-menu i:nth-of-type(3) {
        width: 25px;
    }

    .header .icon-menu i:nth-of-type(2) {
        width: 25px;
    }

    .header .icon-menu.active i:nth-of-type(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .header .icon-menu.active i:nth-of-type(2) {
        opacity: 0;
    }

    .header .icon-menu.active i:nth-of-type(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .header .nav {
        position: fixed;
        top: 0.85rem;
        right: -50%;
        width: 40%;
        height: calc(100vh - 0.85rem);
        z-index: 8;
        background: #f5f5f5;
        transition: all .5s;
        margin: 0;
        overflow: auto;
    }

    .header .nav.active {
        right: 0;
    }

    .header .nav .pro-levl .pic {
        display: none;
    }

    .header .nav .pro-levl .two-levl {
        width: 100%;
        padding: 0;
        border-right: none;
    }

    .header .nav .pro-levl .two-levl dd {
        margin-bottom: 0;
    }

    .header .nav .pro-levl .two-levl dd dl {
        background-color: #eee;
        padding: .1rem 2em;
        border-radius: .1rem;
    }

    .header .nav .pro-levl .two-levl dd dl a {
        padding: .1rem;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .nav .levl-box {
        width: 100%;
        max-height: 100%;
        position: relative;
        margin-left: 0;
        left: 0;
        top: 0;
        padding: .2rem;
    }

    .header .nav .levl-box .wtd100 {
        justify-content: flex-start;
    }

    .header .nav .levl-box .wtd100 .center-box {
        width: 100%;
        justify-content: flex-start;
    }

    .header .nav .levl-box .levl-list {
        width: 100%;
    }

    .header .nav li {
        width: 100%;
        margin: 0;
        position: relative;
        overflow: hidden;
    }

    .header .nav li>a {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: .15rem 1em;
        color: #333;
        border-bottom: solid 1px #e5e5e5;
        position: relative;
    }

    .header .nav li>a.level::before {
        font-size: .14rem;
        position: absolute;
        right: .2rem;
        color: #333;
        content: 'next';
        display: block;
        font-family: swiper-icons;
        font-weight: bold;
        transition: all .5s;
    }

    .header .nav li:hover .levl-box {
        display: none;
    }

    .header .nav li>a.level.on::before {
        transform: rotate(90deg);
    }

    .header.black-wz .icon-menu i,
    .header.back-black .icon-menu i,
    .header:hover .icon-menu i {
        background: #333;
    }

}

@media(max-width:768px) {

    .header,
    .header .website a,
    .header .nav .pro-levl .two-levl dd a,
    .header .top-search .search-con input {
        font-size: .22rem;
    }

    .header .nav {
        top: .95rem;
        height: calc(100vh - .95rem);
        width: 60%;
        right: -60%;
    }

    .header .nav .one-levl {
        text-align: left;
    }

    .header .nav .one-levl dl dd a {
        font-size: .22rem;
        padding: .1rem .25rem;
        border-radius: .1rem;
    }

    .header .logo img {
        width: 2rem;
    }

    .header .other-top .icon {
        width: .25rem;
        height: .25rem;
    }

    .header .nav li>a.level::before {
        line-height: 1;
        font-size: .18rem;
    }
}

@media(max-width:640px) {

    .header,
    .header .website a,
    .header .nav .pro-levl .two-levl dd a,
    .header .top-search .search-con input {
        font-size: .26rem;
    }

    .header .nav .one-levl dl dd a {
        font-size: .26rem;
    }

    .header .nav {
        top: 1rem;
        height: calc(100vh - 1rem);
        width: 60%;
        right: -60%;
    }
}



/* åº•éƒ¨ */
.footer {
    background-image: url(../images/footer-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-one {
    padding: .8rem 0;
}

.footer-one dl dt {
    margin-bottom: .2rem;
    font-size: .18rem;
    color: #fff;
}

.footer-one dl dd {
    font-size: .16rem;
    margin: .1rem 0;
}

.footer-one dl dd a {
    color: #fff;
    opacity: .5;
}

.footer-one dl dd a:hover {
    opacity: 1;
}

.footer-two {
    padding: .4rem 0;
    color: #fff;
    border-top: solid 1px #3e3e3f;
}

.footer-two .tit {
    line-height: 1.5;
    margin-bottom: .13rem;
    font-size: .24rem;
}

.footer-two .icon .pic {
    line-height: 2.25;
}

.footer-two .txt {
    font-size: .16rem;
    opacity: .5;
}

.footer-two .text {
    padding-left: .12rem;
}

.footer-two .code-shell {
    width: 1.09rem;
}

.footer-three {
    font-size: .16rem;
    padding: .35rem 0;
    color: #fff;
    border-top: solid 1px #3e3e3f;
}

.footer-three .copyright {
    color: #fff;
    opacity: .5;
    margin-bottom: 0.2rem;
}

.footer-three .copyright a {
    margin-left: 1em;
    color: #fff;
}

.footer-three .footer-share a {
    display: block;
    width: .41rem;
    height: .41rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: .2rem;
    background-color: rgba(255, 255, 255, .05);
    border-radius: 100%;
}

.footer-three .footer-share .icon:last-child {
    margin-right: 0;
}

.footer-three .footer-share .icon1 {
    background-image: url(../images/footer-icon1.png);
}

.footer-three .footer-share .icon2 {
    background-image: url(../images/footer-icon2.png);
}

.footer-three .footer-share .icon3 {
    background-image: url(../images/footer-icon3.png);
}

.footer-three .footer-share .icon4 {
    background-image: url(../images/footer-icon4.png);
}

.footer-three .footer-share .code-img {
    width: 1rem;
    height: 1rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    left: 50%;
    top: -1.1rem;
    transform: translateX(-50%);
    border-radius: .05rem;
    overflow: hidden;
    display: none;
}

.footer-three .footer-share .icon:hover {
    background-color: #fbb03f;
}

.footer-three .footer-share .icon:hover .code-img {
    display: block;
}

@media(max-width:1024px) {
    .footer-two .icon .pic {
        line-height: 1.2;
    }

    .footer-two .tit {
        font-size: .2rem;
    }
}

@media(max-width:640px) {
    .footer-one {
        display: none;
    }

    .footer-two {
        border-top: none;
    }

    .footer-two .tel-shell {
        width: 50%;
        margin-bottom: .2rem;
    }

    .footer-two .email-shell {
        width: 50%;
        margin-bottom: .2rem;
    }

    .footer-two .addr-shell {
        width: 100%;
        margin-bottom: .2rem;
    }

    .footer-two .tit {
        font-size: .24rem;
    }

    .footer-two .txt {
        font-size: .22rem;
    }

    .footer-three {
        font-size: .24rem;
        justify-content: center;
    }

    .footer-three .copyright {
        margin-bottom: .2rem;
    }

    .footer-three .footer-share a {
        width: .6rem;
        height: .6rem;
    }
}


/* banner */
.ban-index .text-box {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.ban-index .text-box .title {
    letter-spacing: 0em;
    text-align: center;
    font-family: 'SourceHanSans_Bold';
    line-height: 1.2;
    margin-bottom: .25rem;
    font-size: .4rem;
}

.ban-index .text-box .more a {
    font-size: .16rem;
    padding: .12rem .2rem;
    background: #fbb03f;
    color: #fff;
    border-radius: .1rem;
    transition: 0.3s;
    background-image: url(../images/arrow-icon1.png);
    background-repeat: no-repeat;
    background-position: right calc(35 / 16 * 1em) center;
}

.ban-index .text-box .more a:hover {
    background-position: right calc(22 / 16 * 1em) center;
}

.ban-index .text-box .more a::after {
    margin-left: .35rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    /* background-image:url(../images/arrow-icon1.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ban-index .mouse-icon {
    position: absolute;
    left: 50%;
    bottom: .6rem;
    background-image: url(../images/mouse-icon.png);
    width: .29rem;
    height: .52rem;
    margin-left: -.145rem;
    animation: act 1s infinite linear;
}

.ban-index #myvideo {
    width: 100%
}

@keyframes act {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20%);
    }

    100% {
        transform: translateY(0);
    }
}

@media(max-width:640px) {
    .ban-index .pic-img img {
        height: 50vh;
        object-fit: cover;
    }

    .ban-index2 .pic-img img {
        height: 40vh;
        object-fit: cover;
    }

    .ban-index .text-box {
        top: 50%;
    }

    .ban-index .text-box .more a {
        font-size: .22rem;
    }
}


/* é¦–é¡µ */
.index-one .item {
    width: 23.1222%;
    position: relative;
    transition: all .5s;
    overflow: hidden;
}

.index-one .item .pic figure {
    height: 8.45rem;
    background-position: center;
    background-size: cover;
}

.index-one .item::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 3;
    transition: all .5s;
    opacity: .3;
}

.index-one .item .text {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5rem 1.5rem;
    color: #3e3e3f;
    z-index: 5;
}

.index-one .item .text .wtdwa {
    min-width: 37vw;
}

.index-one .item .text .tit {
    margin-bottom: .25rem;
    font-size: .36rem;
}

.index-one .item .text .des {
    line-height: 1.8;
    font-size: .18rem;
}

.index-one .item .more {
    position: absolute;
    bottom: .5rem;
    width: 100%;
    text-align: center;
    z-index: 4;
}

.index-one .item .more a {
    font-size: .22rem;
    padding: .1rem .5rem;
    background: transparent;
    color: #fff;
    border-radius: .1rem;
}

.index-one .item .more a::after {
    margin-left: .15rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    /* background-image:url(../images/arrow-icon2.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.index-one .item.active {
    width: 53.756%;
    transition: all .5s;
}
@media(min-width:768px){
    .index-one .item{width: auto;flex: 1;}
    .index-one .item.active{flex: auto;}
}
.index-one .item.active .text {
    display: block;
}

.index-one .item.active::after {
    opacity: 0;
}

.index-one .item.active .more a {
    background: #fbb03f;
    transition: 0.3s;
    background-image: url(../images/arrow-icon1.png);
    background-repeat: no-repeat;
    background-position: right calc(35 / 16 * 1em) center;
}

.index-one .item.active .more a:hover {
    background-position: right calc(22 / 16 * 1em) center;
}

.index-one .item.active .more a::after {
    /* background-image:url(../images/arrow-icon1.png); */
}

.index-two {
    padding: .8rem 0;
    background-image: url(../images/index-about-back.jpg);
}

.index-two .tit {
    margin-bottom: .45rem;
    font-size: .48rem;
    color: #3e3e3f;
    font-family: "SourceHanSans_Bold";
}

.index-two .tit::after {
    content: '';
    display: block;
    width: .17rem;
    height: .17rem;
    background-image: url(../images/arrow-icon3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.index-two .form-txt .input {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    background: #fff;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.index-two .form-txt .input input {
    font-size: .16rem;
    background: none;
    padding: .2rem;
    border: none;
    width: 100%;
    outline: none;
}

.index-two .form-txt .input:nth-child(3n) {
    margin-right: 0;
}

.index-two .form-txt .select {
    width: 32.5%;
    margin-right: 0;
    margin-bottom: 1.25%;
    background: #fff;
    border-radius: .1rem;
}

.index-two .form-txt .select select {
    color: #888888;
    font-size: .16rem;
    background: none;
    padding: .2rem;
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
}

.index-two .form-txt .textarea {
    width: 100%;
    background: #fff;
    padding: .2rem;
    border-radius: .1rem;
}

.index-two .form-txt .textarea textarea {
    font-size: .16rem;
    height: .8rem;
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.index-two .form-txt .more {
    margin-top: .45rem;
    width: 100%;
    text-align: center;
}

.index-two .form-txt .more a {
    font-size: .16rem;
    cursor: pointer;
    padding: .18rem .6rem;
    background: #fbb03f;
    color: #fff;
    border-radius: .1rem;
    transition: 0.3s;
    background-image: url(../images/arrow-icon1.png);
    background-repeat: no-repeat;
    background-position: right calc(60 / 16 * 1em) center;
}

.index-two .form-txt .more a:hover {
    background-position: right calc(36 / 16 * 1em) center;
}

.index-two .form-txt .more a::after {
    margin-left: .35rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    /* background-image:url(../images/arrow-icon1.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.index-three {
    padding: 1.3rem 0;
}

.index-three .text {
    max-width: 5.2rem;
}

.index-three .text .tit {
    margin-bottom: .3rem;
    font-size: .48rem;
    color: #3e3e3f;
    font-family: "SourceHanSans_Bold";
}

.index-three .text .tit::after {
    content: '';
    display: block;
    width: .17rem;
    height: .17rem;
    background-image: url(../images/arrow-icon3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.index-three .text .des {
    line-height: 1.8;
    margin-bottom: .45rem;
    font-size: .18rem;
}

.index-three .text .more {
    margin-top: .45rem;
    width: 100%;
    text-align: center;
}

.index-three .text .more a {
    font-size: .14rem;
    cursor: pointer;
    padding: .15rem .3rem;
    background: #3e3e3f;
    color: #fff;
    border-radius: .1rem;
    transition: 0.3s;
    background-image: url(../images/arrow-icon1.png);
    background-repeat: no-repeat;
    background-position: right calc(60 / 16 * 1em) center;
}

.index-three .text .more a:hover {
    background-position: right calc(36 / 16 * 1em) center;
}

.index-three .text .more a::after {
    margin-left: .4rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    /* background-image:url(../images/arrow-icon1.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.index-three .video-con {
    margin-top: 1rem;
}

.index-three .video-con a {
    cursor: pointer;
    border-radius: .2rem;
    overflow: hidden;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.index-three .video-con a img {
    transition: all .5s;
    max-width: 4.36rem;
}

.index-three .video-con .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .69rem;
    height: .69rem;
    background-image: url(../images/play.png);
    margin-left: -.345rem;
    margin-top: -.345rem;
    z-index: 3;
    background-size: cover;
}

.index-three .video-con a:hover img {
    transform: scale(1.1);
}

/*.index-three .text .more a:hover{ background:#fbb03f;}*/
.index-four {
    padding: .7rem 0;
}

.index-four .icon {
    margin-right: .15rem;
    padding-top: 1em;
}

.index-four .icon img {
    max-width: .5rem;
    max-height: .5rem;
}

.index-four .text .tit {
    margin-bottom: .1rem;
    color: #3e3e3f;
    font-family: "SourceHanSans_Bold";
}

.index-four .text .tit span {
    font-size: .72rem;
    line-height: 1;
}

.index-four .text .tit i {
    margin-left: .1rem;
    line-height: 1;
    font-size: .36rem;
    font-style: normal;
}

.index-four .text .tit em {
    margin-left: .02rem;
    font-style: normal;
    font-size: .12rem;
    font-weight: lighter;
}

.index-five {
    color: #fff;
    position: relative;
}

.index-five .text {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    z-index: 3;
}

.index-five .text .tit {
    margin-bottom: .3rem;
    font-size: .48rem;
    font-family: "SourceHanSans_Bold";
}

.index-five .text .tit::after {
    content: '';
    display: block;
    width: .17rem;
    height: .17rem;
    background-image: url(../images/arrow-icon3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.index-five .text .des {
    max-width: 5.2rem;
    line-height: 1.8;
    margin-bottom: .45rem;
    font-size: .18rem;
}

.index-five .text .more {
    margin-top: .45rem;
    width: 100%;
    text-align: center;
}

.index-five .text .more a {
    font-size: .16rem;
    cursor: pointer;
    padding: .15rem .3rem;
    background: #3e3e3f;
    color: #fff;
    border-radius: .1rem;
    transition: 0.3s;
    background-image: url(../images/arrow-icon2.png);
    background-repeat: no-repeat;
    background-position: right calc(50 / 16 * 1em) center;
}

.index-five .text .more a:hover {
    background-position: right calc(36 / 16 * 1em) center;
}

.index-five .text .more a::after {
    margin-left: .4rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    /* background-image:url(../images/arrow-icon2.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*.index-five .text .more a:hover::after{ background-image:url(../images/arrow-icon1.png);}*/
.index-five .list-box .item {
    min-height: 9.6rem;
    width: calc(100% / 6);
    text-align: center;
    border-right: solid 1px rgba(255, 255, 255, .1);
    font-size: .24rem;
    position: relative;
}

.index-five .list-box .item a {
    padding: .8rem 0;
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
}

.index-five .list-box .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fbb03f);
    z-index: 1;
    opacity: 0;
    transition: all .5s;
}

.index-five .list-box .item .more {
    line-height: 1.2;
}

.index-five .list-box .item .more span {
    padding: .07rem 0;
    border-bottom: solid 1px transparent;
}

.index-five .list-box .item .more::after {
    margin-top: .1rem;
    margin-left: .1rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    background-image: url(../images/arrow-icon2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.index-five .list-box .item:hover span {
    border-color: #fff;
}

.index-five .list-box .item:hover .more::after {
    background-image: url(../images/arrow-icon1.png);
}

.index-five .list-box .item:hover::after {
    opacity: 1;
}

.index-six {
    padding: 1.1rem 0;
    background-image: url(../images/index-news-back.jpg);
}

.index-six .tit-box {
    margin-bottom: .6rem;
}

.index-six .tit-box .tit {
    font-size: .48rem;
    font-family: "SourceHanSans_Bold";
}

.index-six .tit-box .tit::after {
    content: '';
    display: block;
    width: .17rem;
    height: .17rem;
    background-image: url(../images/arrow-icon3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.index-six .tit-box .more {
    line-height: 1.2;
}

.index-six .tit-box .more a {
    font-size: .16rem;
    padding: .15rem .2rem;
    position: relative;
    border: solid 1px #b0b1b5;
    border-radius: .1rem;
}

.index-six .tit-box .more span {
    border-bottom: solid 1px transparent;
}

.index-six .tit-box .more a::after {
    margin-left: .5rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    background-image: url(../images/arrow-icon2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.index-six .tit-box .more a:hover {
    background: #fbb03f;
    color: #fff;
    border-color: #fbb03f;
}

.index-six .tit-box .more a:hover::after {
    background-image: url(../images/arrow-icon1.png);
}

.index-six .switc-box {
    width: calc(100% - 4.4rem);
}

.index-six .switc-box .item .text {
    width: 4.3rem;
}

.index-six .switc-box .item .text .tit {
    margin: .2rem 0 .35rem;
    font-size: .24rem;
    color: #3e3e3f;
    font-family: "SourceHanSans_Bold";
}

.index-six .switc-box .item .text .tiem {
    line-height: 2;
}

.index-six .switc-box .item .text .tiem .sort {
    padding: 0 .1rem;
    font-size: .14rem;
    color: #fff;
    background: #fbb03f;
    border: solid 1px #fbb03f;
    border-radius: .07rem;
}

.index-six .switc-box .item .text .tiem .siu {
    margin-left: .12rem;
    color: #bcbdc0;
    font-size: .16rem;
}

.index-six .switc-box .item .more .but {
    padding: .1rem 0;
    position: relative;
    border-bottom: solid 1px #fbb03f;
}

.index-six .switc-box .item .more span {
    border-bottom: solid 1px transparent;
}

.index-six .switc-box .item .more .but::after {
    margin-left: .5rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    background-image: url(../images/arrow-icon4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.index-six .switc-box .item .more .but:hover {
    color: #fbb03f;
}

.index-six .switc-box .item .more .but:hover::after {
    background-image: url(../images/arrow-icon2.png);
}

.index-six .switc-box .item .pic {
    width: calc(100% - 4.3rem);
}

.index-six .switc-box .item .pic .circle {
    overflow: hidden;
    width: 5.81rem;
    height: 5.81rem;
    border-radius: 100%;
}

.index-six .switc-box .item .circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.index-six .switc-box .item .circle:hover img {
    transform: scale(1.1);
}

.index-six .list-olw {
    width: 4.4rem;
}

.index-six .list-olw li {
    padding: .25rem 0;
    border-bottom: solid 1px #ededed;
}

.index-six .list-olw li .tit {
    margin-top: .15rem;
    font-size: .18rem;
    color: #3e3e3f;
}

.index-six .list-olw li .tiem {
    line-height: 2;
}

.index-six .list-olw li .tiem .sort {
    padding: 0 .1rem;
    font-size: .14rem;
    color: #fbb03f;
    border: solid 1px #fbb03f;
    border-radius: .07rem;
    -webkit-border-radius: .07rem;
    -moz-border-radius: .07rem;
    -ms-border-radius: .07rem;
    -o-border-radius: .07rem;
}

.index-six .list-olw li .tiem .siu {
    margin-left: .12rem;
    color: #bcbdc0;
    font-size: .16rem;
}

.index-six .list-olw li a:hover .tit {
    color: #fbb03f;
}

.index-six .list-olw li:hover {
    border-color: #fbb03f;
}

.index-six .swiper-but {
    position: absolute;
    left: .1rem;
    bottom: .2rem;
    display: flex;
    align-items: center;
}

.index-six .swiper-but .swiper-button-prev,
.index-six .swiper-but .swiper-button-next {
    width: .7rem;
    height: .45rem;
    font-size: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .17rem;
    transition: all .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: .1rem;
}

.index-six .swiper-but .swiper-button-next:after,
.index-six .swiper-but .swiper-button-prev:after {
    font-size: 0;
}

.index-six .swiper-but .swiper-button-prev {
    background-image: url(../images/arrow-icon7.png);
}

.index-six .swiper-but .swiper-button-next {
    background-image: url(../images/arrow-icon8.png);
    margin-left: .25rem;
}

.index-six .swiper-but .swiper-button-prev:hover {
    background-color: #fbb03f;
    background-image: url(../images/arrow-icon5.png);
}

.index-six .swiper-but .swiper-button-next:hover {
    background-color: #fbb03f;
    background-image: url(../images/arrow-icon6.png);
}

@media(max-width:1024px) {
    .index-one .item .text {
        padding: .5rem .3rem;
    }

    .index-one .item .pic figure {
        height: 7rem;
    }

    .index-three .video-con a img {
        max-width: 3.5rem;
    }

    .index-four .icon {
        padding-top: .1rem;
    }

    .index-four .icon img {
        max-height: .35rem;
    }

    .index-four .text .tit span {
        font-size: .45rem;
    }

    .index-five .list-box .item {
        min-height: 8rem;
    }

    .index-six .switc-box .item .text {
        width: 3.5rem;
    }

    .index-six .list-olw {
        width: 3.5rem;
    }

    .index-six .switc-box {
        width: calc(100% - 3.8rem);
    }

    .index-six .switc-box .item .pic {
        width: calc(100% - 3rem);
    }

    .index-six .switc-box .item .pic .circle {
        height: 3rem;
        width: 3rem;
    }

    .index-six .swiper-but {
        margin-top: .2rem;
        position: relative;
    }
}

@media(max-width:768px) {
    .index-one .item .pic figure {
        height: 5rem;
        background-size: cover;
    }
}

@media(max-width:640px) {

    .index-one .item.active,
    .index-one .item {
        width: 100%;
    }

    .index-one .item .text .des {
        font-size: .24rem;
    }

    .index-one .item .pic figure {
        height: 7rem;
    }

    .index-one .item .text {
        display: block;
    }

    .index-one .item::after {
        opacity: 0;
    }

    .index-one .item .more a {
        background: #fbb03f;
    }

    .index-one .item .more a::after {
        background-image: url(../images/arrow-icon1.png);
    }

    .index-two .form-txt .input {
        width: 100%;
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .index-two .form-txt .input input {
        padding: .3rem;
        font-size: .24rem;
    }

    .index-two .form-txt .select {
        width: 100%;
        margin-bottom: .2rem;
    }

    .index-two .form-txt .select select {
        padding: .3rem;
        font-size: .24rem;
    }

    .index-two .form-txt .textarea textarea {
        height: 2rem;
        font-size: .24rem;
    }

    .index-two .form-txt .more a {
        font-size: .22rem;
    }

    .index-two .form-txt .more a::after {
        width: .2rem;
        height: .2rem;
    }

    .index-three {
        background-size: contain;
        background-position: bottom;
        background-color: #eaeaea;
    }

    .index-three .text {
        width: 100%;
        max-width: 100%;
    }

    .index-three .text .des {
        font-size: .24rem;
    }

    .index-three .text .more a {
        font-size: .22rem;
    }

    .index-four .auto-inner {
        flex-wrap: wrap;
    }

    .index-four .item {
        margin: .1rem 0;
        width: 50%;
        margin-bottom: .2rem;
    }

    .index-four .text .tit i {
        font-size: .24rem;
    }

    .index-five {
        padding: 1rem 0;
    }

    .index-five .text {
        position: relative;
        top: auto;
    }

    .index-five .text .more a {
        font-size: .22rem;
    }

    .index-five .text .des {
        font-size: .24rem;
        width: 100%;
        max-width: 100%;
    }

    .index-five .list-box {
        margin-top: .3rem;
        flex-wrap: wrap;
    }

    .index-five .list-box .item {
        margin: .2rem 0;
        min-height: auto;
        width: 33.333%;
    }

    .index-five .list-box .item a {
        padding: .1rem 0;
    }

    .index-six .wtd100 {
        flex-wrap: wrap;
    }

    .index-six .tit-box .more a {
        font-size: .22rem;
    }

    .index-six .switc-box {
        width: 100%;
    }

    .index-six .switc-box .item .text .tiem .sort,
    .index-six .switc-box .item .text .tiem .siu {
        font-size: .22rem;
    }

    .index-six .list-olw {
        width: 100%;
    }

    .index-six .list-olw li .tiem .sort,
    .index-six .list-olw li .tiem .siu {
        font-size: .22rem;
    }

    .index-six .list-olw li .tit {
        font-size: .24rem;
    }
}




/* å½“å‰ */
.Inside-other {
    font-size: .14rem;
}

.Inside-other .line {
    border-bottom: solid 1px rgba(136, 136, 136, .16);
}

.Inside-other .menu-list li {
    margin-right: .3rem;
    font-family: 'HarmonyOS_Medium';
}

.Inside-other .menu-list li:last-child {
    margin-right: 0;
}

.Inside-other .menu-list li a {
    color: #888888;
    display: block;
    padding: .2rem 0;
    border-bottom: solid 2px transparent;
}

.Inside-other .menu-list li a:hover,
.Inside-other .menu-list li.on a {
    color: #3e3e3f;
    border-color: #fbb03f;
}

.Inside-other .current-box {
    background-image: url(../images/current-icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: .2rem;
    padding-left: .35rem;
    color: #888888;
}

.Inside-other .current-box a {
    color: #888888;
}

.Inside-other .current-box span {
    color: #fbb03f;
}

.Inside-other .current-box em {
    font-style: normal;
    padding: 0 .1rem;
    color: #888888;
}

.Inside-other .current-box a:hover {
    color: #fbb03f;
}

@media(max-width:640px) {
    .Inside-other {
        font-size: .24rem;
    }

    .Inside-other .current-box {
        display: none;
    }

    .Inside-other .menu-list li {
        margin-right: .23rem;
    }
}

/* å†…é¡µ */
/* .Inside-tit {
    line-height: 1.5;
    margin-bottom: .3rem;
    font-size: .48rem;
    color: #3e3e3f;
    font-family: "SourceHanSans_Bold";
} */
.Inside-tit {
    line-height: 1.5;
    margin-bottom: .3rem;
    font-size: .4rem;
    color: #3e3e3f;
    font-family: "SourceHanSans_Bold";
}
.Inside-tit::after {
    content: '';
    display: block;
    width: .17rem;
    height: .17rem;
    background-image: url(../images/arrow-icon3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* å…³äºŽæˆ‘ä»¬ */
.about-one {
    padding: .9rem 0 0;
}

.about-one .text-box .text {
    width: 44.5%;
}

.about-one .text-box .text .con-txt {
    font-size: .16rem;
    line-height: 1.5;
}

.about-one .text-box .text .con-txt p {
    margin: 0;
}

.about-one .text-box .text .con-txt strong {
    font-size: .32rem;
    color: #fbb03f;
    font-weight: 500;
}

.about-one .video-con {
    width: 50%;
}

.about-one .video-con a {
    border-radius: .1rem;
    overflow: hidden;
}

.about-one .video-con .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .69rem;
    height: .69rem;
    background: rgba(251, 176, 63, .6) url(../images/play2.png) no-repeat center;
    border-radius: 100%;
    background-size: .18rem;
    cursor: pointer;
    margin-top: -.345rem;
    margin-left: -.345rem;
}

.about-one .countup-list {
    padding: .7rem 0;
}

.about-one .countup-list .item .icon {
    margin-right: .15rem;
}

.about-one .countup-list .item .icon .lacz {
    line-height: 5;
}

.about-one .countup-list .item .icon img {
    max-width: .5rem;
    max-height: .5rem;
}

.about-one .countup-list .item .text .tit {
    margin-bottom: .1rem;
    color: #3e3e3f;
    font-family: "SourceHanSans_Bold";
}

.about-one .countup-list .item .text .tit span {
    font-size: .72rem;
    line-height: 1;
}

.about-one .countup-list .item .text .tit i {
    margin-left: .1rem;
    line-height: 1;
    font-size: .36rem;
    font-style: normal;
}

.about-one .countup-list .item .text .tit em {
    margin-left: .02rem;
    font-style: normal;
    font-size: .12rem;
    font-weight: lighter;
}

.about-one .countup-list .line {
    width: 1px;
    height: .4rem;
    background: rgba(0, 0, 0, .1);
}

.about-two {
    padding: 1.2rem 0;
    background-image: url(../images/about-two-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-two .text_wz .des {
    line-height: 2;
    font-size: .18rem;
    color: #3e3e3f;
    max-width: 65%;
}

.about-two .text_wz .color {
    color: #fbb03f;
}

.about-two .text {
    width: 40%;
    position: relative;
    z-index: 3;
}

.about-two .pic {
    margin-top: -.5rem;
    width: 60%;
    text-align: right;
}

.about-two .pic .wtdv {
    width: 111%;
    margin-left: -11%;
}

.about-two .loca-list {
    margin-top: .5rem;
    line-height: 1.2;
}

.about-two .loca-list .loca-one {
    margin-bottom: .45rem;
}

.about-two .loca-list .loca-one:last-child {
    margin-bottom: 0;
}

.about-two .loca-list .oic {
    margin-bottom: .1rem;
    color: #000;
}

.about-two .loca-list .oic .cn-wz {
    font-size: .18rem;
}

.about-two .loca-list .oic .cn-wz::before {
    content: '';
    display: inline-block;
    width: .12rem;
    height: .12rem;
    background: #fbb03f;
    border-radius: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-two .loca-list .oic .cn-wz1::before {
    background: #bb3c18
}

.about-two .loca-list .oic .en-wz {
    font-size: .16rem;
}

.about-two .loca-list table {
    width: 100%;
}

.about-two .loca-list td {
    padding: 5px 0;
    color: #3e3a39;
    font-size: .14rem;
}

.about-two .loca-list .wtd15 {
    width: 17%;
}

.about-three {
    padding: 2.2rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-three .text {
    font-size: .18rem;
    line-height: 2;
    max-width: 44.5%;
}

.about-four {
    padding: 1.2rem 0 1.6rem;
}

.about-four .Inside-tit {
    margin-bottom: .4rem;
}

.about-four .honor-list .item {
    text-align: center;
}

.about-four .honor-list .item a {
    padding: .7rem .4rem;
    display: flex;
    justify-content: center;
    position: relative;
    border: solid 2px #ececec;
    transition: all .5s;
}

.about-four .honor-list .item .pic {
    position: relative;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
}

.about-four .honor-list .item a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ececec url(../images/sousuo.png) no-repeat center;
    background-size: .23rem;
    width: .46rem;
    height: .46rem;
    content: '';
    display: block;
}

.about-four .honor-list .item a:hover {
    border-color: #fbb03f;
}

.about-four .honor-list .item a:hover::after {
    background: #fbb03f url(../images/sousuo.png) no-repeat center;
    background-size: .23rem;
}

.about-four .swiper-button-prev,
.about-four .swiper-button-next {
    width: .7rem;
    height: .45rem;
    font-size: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .17rem;
    transition: all .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: .1rem;
    opacity: 1;
}

.about-four .swiper-button-next:after,
.about-four .swiper-button-prev:after {
    font-size: 0;
}

.about-four .swiper-button-prev {
    left: -1rem;
    background-image: url(../images/arrow-icon7.png);
}

.about-four .swiper-button-next {
    right: -1rem;
    background-image: url(../images/arrow-icon8.png);
    margin-left: .25rem;
}

.about-four .swiper-button-prev:hover {
    background-color: #fbb03f;
    background-image: url(../images/arrow-icon5.png);
}

.about-four .swiper-button-next:hover {
    background-color: #fbb03f;
    background-image: url(../images/arrow-icon6.png);
}

@media(max-width:1024px) {
    .about-one .countup-list .item .text .tit span {
        font-size: .45rem;
    }

    .about-one .countup-list .item .icon .lacz {
        line-height: 3;
    }

    .about-one .countup-list .item .icon img {
        max-height: .35rem;
    }

    .about-three {
        padding: 1rem 0;
    }

    .about-three .text {
        max-width: 60%;
    }
}

@media(max-width:768px) {
    .about-four .honor-list .item a {
        padding: .4rem;
    }

    .about-four .honor-list .item a::after {
        width: .35rem;
        height: .35rem;
        background-size: .2rem;
    }
}

@media(max-width:640px) {
    .about-one .countup-list .item {
        margin: .1rem 0;
        width: 48%;
        margin-bottom: .2rem;
    }

    .about-one .countup-list .item .icon img {
        max-height: .5rem;
    }

    .about-one .countup-list .item .icon .lacz {
        line-height: 2;
    }

    .about-one .countup-list .item .text .tit i {
        font-size: .24rem;
    }

    .about-one .countup-list .line {
        display: none;
    }

    .about-one .text-box .text {
        width: 100%;
        margin-bottom: .4rem;
    }

    .about-one .text-box .text .con-txt {
        font-size: .24rem;
    }

    .about-one .video-con {
        width: 100%;
    }

    .about-two .text {
        width: 100%;
    }

    .about-two .text_wz .des {
        max-width: 100%;
        font-size: .24rem;
    }

    .about-two .loca-list {
        margin-top: .2rem;
        margin-bottom: .5rem;
    }

    .about-two .loca-list .oic .cn-wz {
        font-size: .24rem;
    }

    .about-two .loca-list .oic .en-wz {
        font-size: .24rem;
    }

    .about-two .loca-list td {
        font-size: .2rem;
    }

    .about-two .pic {
        margin-top: .2rem;
        width: 100%;
    }

    .about-two .pic .wtdv {
        width: 100%;
        margin-left: 0;
    }

    .about-three .text {
        font-size: .24rem;
        max-width: 100%;
    }

    .about-four .swiper-button-prev,
    .about-four .swiper-button-next {
        width: .45rem;
    }

    .about-four .swiper-button-prev {
        left: 0;
    }

    .about-four .swiper-button-next {
        right: 0;
    }
}



/* äº§å“ä¸­å¿ƒ */
.pro-list {
    padding: .8rem 0;
}

.pro-list .Inside-tit {
    margin-bottom: .5rem;
}

.pro-list li {
    margin-bottom: .5rem;
    padding: 0 .8rem;
    background: #f4f5f7 url(../images/pro-back.png) no-repeat right center;
}

.pro-list li .text {
    width: calc(86% - 5.5rem);
}

.pro-list li .text .tit-box {
    line-height: 1.3;
}

.pro-list li .text .tit {
    width: calc(100% - 1rem);
    font-size: .32rem;
    font-family: "SourceHanSans_Bold";
}

.pro-list li .text .des {
    margin: .25rem 0;
    line-height: 1.8;
    font-size: .18rem;
}

.pro-list li .state {
    padding: .08rem .15rem;
    border: solid 1px #fbb03f;
    font-size: .14rem;
    color: #fbb03f;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}

.pro-list li .pic {
    width: 5.5rem;
    overflow: hidden;
}

.pro-list li .pic img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pro-list li .more .but {
    font-size: .16rem;
    padding: .12rem .2rem;
    background: #fbb03f;
    color: #fff;
    border-radius: .1rem;
}

.pro-list li .more .but::after {
    margin-left: .35rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    background-image: url(../images/arrow-icon1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.pro-list li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

@media(max-width:1024px) {
    .pro-list li .pic {
        width: 3.5rem;
    }

    .pro-list li .text {
        width: calc(95% - 3.5rem);
    }
}

@media(max-width:640px) {
    .pro-list li {
        padding: .5rem;
    }

    .pro-list li .text {
        width: 100%;
    }

    .pro-list li .text .des {
        font-size: .24rem;
    }
}

/*  */
.break-box {
    cursor: pointer;
    font-size: .14rem;
    position: fixed;
    top: 40%;
    left: 1%;
    z-index: 5;
    display: none;
}

.break-box li {
    position: relative;
    margin: .1rem 0;
    color: #bfbfbf;
}

.break-box li::before {
    margin-right: .1rem;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: solid 1px #bfbfbf;
    border-radius: 100%;
}

.break-box li.on {
    color: #3e3e3f;
}

.break-box li.on::before {
    border-color: #fbb03f;
}

.break-box.shwo {
    display: block;
}

/* äº§å“è¯¦æƒ… */
.ban-info {
    padding: 1.6rem 0 .6rem;
    background-image: url(../images/pro-ban-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ban-info .pic-img {
    margin-left: -.9rem;
    width: 58%;
}

.ban-info .text-box {
    padding-top: 0;
    width: 40%;
}

.ban-info .text-box .Inside-tit {
    margin-bottom: 0;
}

.ban-info .text-box .xinh {
    font-size: .4rem;
    color: #3e3e3f;
    font-family: "SourceHanSans_Bold";
}

.ban-info .text-box .des {
    font-size: .18rem;
    margin: .15rem 0;
    line-height: 2;
}

.ban-info .text-box .more {
    margin-top: .3rem;
    display: none
}

.ban-info .text-box .more a {
    font-size: .16rem;
    color: #666666;
}

.ban-info .text-box .more i {
    margin-right: .15rem;
    display: block;
    width: .5rem;
    height: .5rem;
    background: #fbb03f url(../images/play2.png) no-repeat center;
    background-size: .12rem;
    border-radius: 100%;
}

.pro-info-box .Inside-tit {
    margin-bottom: .5rem;
}

.pro-info-one .line {
    border-bottom: solid 1px #ededed;
    padding: 0 0 0.1rem;
    margin-bottom: 0.2rem;
}
.pro-info-one .line p{
    font-size: .18rem;
    line-height: 2;
}
.pro-info-one .text {
    line-height: 2;
    text-align: left;
}

/* .pro-info-one .text p {
    margin: 0;
} */
.pro-info-one .text p{
    margin: 0;
    font-size: 0.18rem;
    line-height: 2;
    margin-top: 0.15rem;
}

.pro-info-one .icon-list {
    margin-top: .2rem;
}

.pro-info-one .icon-list .item {
    margin: 0 .15rem;
    text-align: center;
    max-width: calc(25% - 0.3rem);
}

.pro-info-one .icon-list .item .icon {
    margin-bottom: .15rem;
}

.pro-info-one .icon-list .item span {
    display: block;
    border: solid 1px #ededed;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.pro-info-two {
    padding: 1rem 0;
}

.pro-info-two .item {
    width: calc(33.333% - 1px);
    margin-bottom: 1px;
    margin-right: 1px;
    position: relative;
}

.pro-info-two .item:nth-child(3n) {
    margin-right: 0;
}

.pro-info-two .item .pic {
    overflow: hidden;
}

.pro-info-two .item .pic .back-pic {
    position: relative;
    padding-bottom: 50%;
    transition: all .5s;
}

.pro-info-two .item .wz {
    position: relative;
    z-index: 2;
    padding: .15rem;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pro-info-two .item a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(62, 62, 63, 1));
    z-index: 1;
}

.pro-info-two .item:hover .pic figure {
    transform: scale(1.05);
}

.pro-info-three {
    padding: 1rem 0 1.2rem;
    background-image: url(../images/pro-bg1.jpg);
}

.pro-info-three .text {
    max-width: 40%;
    padding-left: .35rem;
}

.pro-info-three .text li {
    padding: .4rem 0;
    border-bottom: solid 1px #e5e5e5;
}

.pro-info-three .text li .tit {
    position: relative;
    margin-bottom: .1rem;
    font-family: "SourceHanSans_Bold";
    font-size: .28rem;
    color: #3e3e3f;
}

.pro-info-three .text li .tit::before {
    position: absolute;
    left: -.35rem;
    top: 50%;
    margin-top: -.075rem;
    width: .15rem;
    height: .15rem;
    content: '';
    display: block;
    border: solid .04rem #fbb03f;
    border-radius: 100%;
}

.pro-info-three .text li .wz {
    font-size: .18rem;
    color: #808080;
}

.pro-info-three .text li:last-child {
    border-bottom: none;
}

.pro-info-three .pic {
    text-align: right;
    width: 50.5%;
}

.pro-info-four .auto-inner2 {
    padding: .5rem 0;
}

.pro-info-four .mingd {
    min-height: 6rem;
}

.pro-info-four .wtd100 {
    width: 100%;
}

.pro-info-four .text {
    max-width: 50%;
    min-width: 40%;
    font-size: .3rem;
    color: #3e3e3f;
    font-family: "SourceHanSans_Light";
}

.pro-info-four .text .icon {
    margin-bottom: .3rem;
}

.pro-info-four .text p {
    margin: 0;
}

.pro-info-four .pic {
    width: 45%;
    position: relative;
}

.pro-info-five {
    padding: 1rem 0 0 0;
}

.pro-info-five .pro_table {
    text-align: center;
    border: solid 1px #ededed;
}

.pro-info-five .name-box {
    width: 16%;
    border-right: solid 1px #ededed;
}

.pro-info-five .name-box .name {
    min-height: 4em;
    padding: 0 .2rem;
    border-bottom: solid 1px #ededed;
}

.pro-info-five .name-box .name:first-child {
    background: #f9f9f9;
    height: 1.8rem;
}

.pro-info-five .name-box .name:last-child {
    border-bottom: none;
}

.pro-info-five .switc-box {
    width: 84%;
}

.pro-info-five .switc-box .item {
    border-right: solid 1px #ededed;
}

.pro-info-five .switc-box .item .pic {
    background: #f9f9f9;
}

.pro-info-five .switc-box .item .pic_tu {
    height: 1.8rem;
}

.pro-info-five .switc-box .item .pic_tu img {
    max-height: 1.8rem;
    object-fit: cover;
}

.pro-info-five .switc-box .txt_wz {
    min-height: 4em;
    padding: 0 .2rem;
    border-bottom: solid 1px #ededed;
}

.pro-info-five .switc-box .txt_wz:last-child {
    border-bottom: none;
}

.pro-info-five .swiper-button-next,
.pro-info-five .swiper-button-prev {
    top: .7rem;
    margin: 0;
}

.pro-info-five .swiper-button-prev {
    left: 0;
}

.pro-info-five .swiper-button-next {
    right: 0;
}

.pro-info-five .swiper-button-next::after {
    font-size: .14rem;
    color: #000;
    font-weight: bolder;
}

.pro-info-five .swiper-button-prev::after {
    font-size: .14rem;
    color: #000;
    font-weight: bolder;
}

.pro-info-six {
    padding: 1.1rem 0;
}

.pro-info-six .list .item {
    width: 32%;
    margin-right: 2%;
    background-image: url(../images/pro-related-back.jpg);
    background-size: cover;
    border: 2px solid #fbb03f;
}

.pro-info-six .list .item:nth-child(3n) {
    margin-right: 0;
}

.pro-info-six .list .item a {
    display: block;
    padding: .6rem;
    min-height: 3.9rem;
    position: relative;
    transition: all 0.6s;
    width: 100%;
    /* padding: 0.1rem; */
}

.pro-info-six .list .item a:hover {
    transform: scale(1.05);
}

.pro-info-six .list .item .text {
    position: absolute;
    top: .4rem;
    left: 0;
    width: 100%;
    padding: 0 .6rem;
    z-index: 5;
}

.pro-info-six .list .item .text .tit {
    font-size: .3rem;
    font-family: "SourceHanSans_Bold";
}

.pro-info-six .list .item .text .wz {
    font-size: .22rem;
}

.pro-info-six .list .item .pic-img {
    position: absolute;
    bottom: .2rem;
    left: 0;
    width: 100%;
    max-height: 2.5rem;
    text-align: center;
}

.pro-info-six .list .item .pic-img img {
    max-height: 2.5rem;
}

.pro-info-seven {
    padding: 1.2rem 0;
    background-image: url(../images/pro-form1.png);
}

.pro-info-seven .forem-shell .input {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    background: #fff;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.pro-info-seven .forem-shell .input input {
    font-size: .16rem;
    background: none;
    padding: .2rem;
    border: none;
    width: 100%;
    outline: none;
}

.pro-info-seven .forem-shell .input:nth-child(3n) {
    margin-right: 0;
}

.pro-info-seven .forem-shell .select {
    width: 32.5%;
    margin-right: 0;
    margin-bottom: 1.25%;
    background: #fff;
    border-radius: .1rem;
}

.pro-info-seven .forem-shell .select select {
    color: #888888;
    font-size: .16rem;
    background: none;
    padding: .2rem;
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
}

.pro-info-seven .forem-shell .textarea {
    width: 100%;
    background: #fff;
    padding: .2rem;
    border-radius: .1rem;
}

.pro-info-seven .forem-shell .textarea textarea {
    font-size: .16rem;
    height: .8rem;
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.pro-info-seven .forem-shell .more {
    margin-top: .45rem;
    width: 100%;
    text-align: center;
}

.pro-info-seven .forem-shell .more a {
    font-size: .16rem;
    cursor: pointer;
    padding: .18rem .6rem;
    background: #fbb03f;
    color: #fff;
    border-radius: .1rem;
    transition: 0.3s;
    background-image: url(../images/arrow-icon1.png);
    background-repeat: no-repeat;
    background-position: right calc(60 / 16 * 1em) center;
}

.pro-info-seven .forem-shell .more a:hover {
    background-position: right calc(36 / 16 * 1em) center;
}

.pro-info-seven .forem-shell .more a::after {
    margin-left: 0.35rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    /* background-image:url(../images/arrow-icon1.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s;
}

/* è¡¨æ ¼ */
.table-box {
    margin: 1rem 0 0 0;
}

.overflow_out {
    overflow: auto;
}

.back_gray {
    background: #f9f9f9;
}

.table-box table {
    width: 100%;
}

.table-box td {
    padding: .2rem;
    text-align: center;
    border: solid 1px #ededed;
    box-sizing: border-box;
}

.table-box .table-one td .name {
    width: .8rem;
    text-align: left;
}

.table-box .table-one tr:first-child td {
    padding: 0;
    width: 3rem;
}

.table-box .table-one tr:first-child td:first-child {
    width: 2rem;
    padding: .2rem;
}

.table-box .table-one .Awtdx {
    width: 1rem;
}

.table-box .table-two {
    min-width: 10rem;
    width: 100%;
}

.table-box .table-two td {
    width: 50%;
    border-color: #333;
}

.table-box .table-two tr td:last-child {
    border-right: none;
}

.table-box .table-two tr td:first-child {
    border-left: none;
}

.table-box .table-two tr:first-child td {
    border-top: solid 2px #fbb03f;
}


@media(max-width:1024px) {
    .ban-info {
        padding: 1.5rem 0 .3rem;
    }

    .ban-info .pic-img {
        margin-left: 0;
    }

    .pro-info-box .Inside-tit {
        margin-bottom: .3rem;
    }

    .pro-info-two {
        padding: .8rem 0;
    }

    .pro-info-three {
        padding: .8rem 0;
    }

    .pro-info-three .text li {
        padding: .3rem 0;
    }

    .pro-info-three .text li .tit {
        font-size: .26rem;
    }

    .pro-info-four .mingd {
        min-height: 3.5rem;
    }

    .pro-info-four .text {
        font-size: .22rem;
    }

    .pro-info-four .text .icon {
        margin-bottom: .2rem;
    }

    .pro-info-five {
        padding: .8rem 0;
    }

    .pro-info-six .list .item a {
        min-height: 4rem;
    }

    .pro-info-six .list .item .text .tit {
        font-size: .26rem;
    }

    .pro-info-six .list .item .text .wz {
        font-size: .2rem;
    }

    .pro-info-six .list .item .pic-img img {
        max-width: 60%;
    }

    .pro-info-seven {
        padding: .8rem 0;
    }
}

@media(max-width:768px) {

    .table-box table,
    .table-box table td {
        font-size: .18rem;
    }
}

@media(max-width:640px) {
    .ban-info {
        padding: 1.5rem 0 .8rem;
    }

    .ban-info .pic-img {
        width: 100%;
    }

    .ban-info .text-box {
        padding-top: 0;
        width: 100%;
    }

    .ban-info .text-box .des {
        font-size: .24rem;
    }

    .ban-info .text-box .more a {
        font-size: .22rem;
    }

    .pro-info-one .icon-list .item .icon img {
        max-width: .8rem;
    }

    .pro-info-two .item {
        width: calc(50% - 1px);
    }

    .pro-info-four .text {
        max-width: 60%;
    }

    .pro-info-four .text .icon img {
        max-width: .5rem;
    }

    .pro-info-four .pic {
        width: 40%;
    }

    .pro-info-five .pro_table {
        font-size: .22rem;
    }

    .pro-info-six .list .item a {
        padding: .3rem;
        min-height: 3rem;
    }

    .pro-info-seven .forem-shell .input {
        width: 100%;
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .pro-info-seven .forem-shell .input input {
        padding: .3rem;
        font-size: .24rem;
    }

    .pro-info-seven .forem-shell .select {
        width: 100%;
        margin-bottom: .2rem;
    }

    .pro-info-seven .forem-shell .select select {
        padding: .3rem;
        font-size: .24rem;
    }

    .pro-info-seven .forem-shell .textarea textarea {
        height: 2rem;
        font-size: .24rem;
    }

    .pro-info-seven .forem-shell .more a {
        font-size: .22rem;
    }

    .pro-info-seven .forem-shell .more a::after {
        width: .2rem;
        height: .2rem;
    }

    .table-box table,
    .table-box table td {
        font-size: .22rem;
    }

    .table-box td .name {
        width: max-content;
    }

    .table-box .Awtdx {
        width: 1.5rem;
    }

    .table-box table {
        width: max-content;
    }

    .table-box .table-one tr:first-child td {
        width: 3.5rem;
    }

    .table-box .table-one tr:first-child td:first-child {
        width: 2.5rem;
    }

    .table-box .table-two {
        min-width: 0;
    }

    .table-box .table-two tr td {
        width: auto;
    }

    .table-box .table-two tr td:first-child {
        width: 3rem;
    }
}


/* æ–°é—»èµ„è®¯ */
.news-box .tit-box {
    margin-bottom: .5rem;
}

.news-box .Inside-tit {
    margin-bottom: 0;
}

.news-box .tit-box .more {
    position: absolute;
    right: 0;
}

.news-box .tit-box .more a {
    font-size: .16rem;
    padding: .12rem .2rem;
    position: relative;
    border: solid 1px #b0b1b5;
    border-radius: .1rem;
}

.news-box .tit-box .more span {
    border-bottom: solid 1px transparent;
}

.news-box .tit-box .more a::after {
    margin-left: .5rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    background-image: url(../images/arrow-icon2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.news-box .tit-box .more a:hover {
    background: #fbb03f;
    color: #fff;
    border-color: #fbb03f;
}

.news-box .tit-box .more a:hover::after {
    background-image: url(../images/arrow-icon1.png);
}

.news-activity {
    padding: .9rem 0;
    background-image: url(../images/news-activity-bg.jpg);
}

.news-activity .item {
    font-size: .16rem;
}

.news-activity .item .tiem {
    color: #999999;
}

.news-activity .item .text {
    padding: .4rem 0 0;
}

.news-activity .item .tit {
    min-height: 3em;
    margin: .2rem 0;
    font-size: .24rem;
    font-family: "SourceHanSans_Bold";
}

.news-activity .item .des {
    color: #3e3e3f;
    font-size: .16rem;
    line-height: 2;
    margin: .2rem 0;
}

.news-activity .item .tiem::before {
    width: .18rem;
    height: .18rem;
    margin-right: .1rem;
    content: '';
    display: block;
    background-image: url(../images/tiem.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .18rem;
}

.news-activity .item .circle {
    width: 100%;
    border-radius: .1rem;
    overflow: hidden;
}

.news-activity .item .circle figure {
    width: 100%;
    display: block;
    padding-bottom: 61.594%;
    transition: all .5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-activity .item .more .but {
    padding: .1rem 0;
    position: relative;
    border-bottom: solid 1px #fbb03f;
}

.news-activity .item .more span {
    border-bottom: solid 1px transparent;
}

.news-activity .item .more .but::after {
    margin-left: .5rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    background-image: url(../images/arrow-icon4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.news-activity .item:hover .more .but {
    color: #fbb03f;
}

.news-activity .item:hover .more .but::after {
    background-image: url(../images/arrow-icon2.png);
}

.news-activity .item:hover .circle figure {
    transform: scale(1.1);
}

.news-activity .switc-box .swiper-button-prev,
.news-activity .switc-box .swiper-button-next {
    background-color: #fff;
    width: .7rem;
    height: .45rem;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .17rem;
    transition: all .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: .1rem;
}

.news-activity .switc-box .swiper-button-next:after,
.news-activity .switc-box .swiper-button-prev:after {
    font-size: 0;
}

.news-activity .switc-box .swiper-button-prev {
    left: -1rem;
    background-image: url(../images/arrow-icon7.png);
}

.news-activity .switc-box .swiper-button-next {
    right: -1rem;
    background-image: url(../images/arrow-icon8.png);
}

.news-activity .switc-box .swiper-button-prev:hover {
    background-color: #fbb03f;
    background-image: url(../images/arrow-icon5.png);
}

.news-activity .switc-box .swiper-button-next:hover {
    background-color: #fbb03f;
    background-image: url(../images/arrow-icon6.png);
}

.news-activity .list .item {
    width: 30.556%;
    margin-right: 4.16%;
    margin-bottom: 4.16%;
}

.news-activity .list .item:nth-child(3n) {
    margin-right: 0;
}

.news-company {
    padding: .9rem 0;
}

.news-company .tit-box {
    margin-bottom: 0;
}

.news-company li {
    padding: .6rem 0;
    border-bottom: solid 1px #ededed;
}

.news-company1 li {
    padding: .3rem 0;
}

.news-company li .tiem {
    color: #999999;
}

.news-company li .tiem::before {
    width: .18rem;
    height: .18rem;
    margin-right: .1rem;
    content: '';
    display: block;
    background-image: url(../images/tiem.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .18rem;
}

.news-company li .tit {
    margin: .1rem 0;
    font-size: .24rem;
    font-family: "SourceHanSans_Bold";
    transition: all .5s;
}

.news-company li .pic {
    width: 30.556%;
}

.news-company li .pic .circle {
    width: 100%;
    border-radius: .1rem;
    overflow: hidden;
}

.news-company li .pic figure {
    padding-bottom: 61.5%;
    transition: all .5s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news-company li .text {
    padding-left: .6rem;
    width: 69.444%;
}

.news-company1 li .text {
    padding-left: .0rem;
    width: 100%;
}

.news-company li .text .des {
    color: #3e3e3f;
    font-size: .18rem;
    line-height: 2;
    margin: .1rem 0;
}

.news-company li .more .but {
    padding: .1rem 0;
    position: relative;
    border-bottom: solid 1px #fbb03f;
}

.news-company li .more span {
    border-bottom: solid 1px transparent;
}

.news-company li .more .but::after {
    margin-left: .5rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    background-image: url(../images/arrow-icon4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.news-company li a:hover .more .but {
    color: #fbb03f;
}

.news-company li a:hover .more .but::after {
    background-image: url(../images/arrow-icon2.png);
}

.news-company li a:hover .pic figure {
    transform: scale(1.1);
}

.news-company li a:hover .tit {
    color: #fbb03f;
}

@media(max-width:1024px) {
    .news-company li {
        padding: .2rem 0;
    }

    .news-company li .text .des {
        margin: 0;
        line-height: 1.5;
    }
}

@media(max-width:640px) {
    .news-box .tit-box .more a {
        font-size: .22rem;
    }

    .news-activity .switc-box {
        padding-bottom: 1rem;
    }

    .news-activity .switc-box .item {
        font-size: .22rem;
    }

    .news-activity .switc-box .item .des {
        margin: 0;
        font-size: .22rem;
    }

    .news-activity .switc-box .item .tiem::before {
        width: .22rem;
        height: .22rem;
        background-size: .22rem;
    }

    .news-activity .switc-box .swiper-button-prev {
        top: auto;
        bottom: 0;
        left: 35%;
        opacity: 1;
    }

    .news-activity .switc-box .swiper-button-next {
        top: auto;
        bottom: 0;
        right: 35%;
        opacity: 1;
    }

    .news-activity .item {
        font-size: .22rem;
    }

    .news-activity .item .tiem::before {
        width: .22rem;
        height: .22rem;
        background-size: .22rem;
    }

    .news-activity .list .item:nth-child(3n),
    .news-activity .list .item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .news-activity .list .item:nth-child(2n) {
        margin-right: 0;
    }

    .news-activity .list .item .text {
        padding-top: .2rem;
    }

    .news-activity .list .item .des {
        line-height: 1.5;
        font-size: .22rem;
    }

    .news-company {
        padding: .5rem 0;
    }

    .news-company .tit-box {
        margin-bottom: .5rem;
    }

    .news-company li .pic {
        width: 50%;
    }

    .news-company li .text {
        width: 50%;
        padding-left: .2rem;
    }

    .news-company li .tiem::before {
        width: .22rem;
        height: .22rem;
        background-size: .22rem;
    }

    .news-company li .text .des {
        margin: 0;
        font-size: .22rem;
    }
}



/* æ–°é—»è¯¦æƒ… */
.news-info {
    padding: 1rem 0;
}

.news-info .title-box {
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
}

.news-info .title-box .title {
    font-family: "SourceHanSans_Bold";
    font-size: .32rem;
    color: #3e3e3f;
}

.news-info .title-box .other {
    font-size: .16rem;
    color: #bcbdc0;
    padding: .35rem 0;
}

.news-info .title-box .other .marzy {
    margin: 0 .4rem;
}

.news-info .title-box .other .tiem::before {
    margin-right: .1rem;
    content: '';
    display: block;
    width: .18rem;
    height: .18rem;
    background-image: url(../images/tiem.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.news-info .title-box .other .record::before {
    margin-right: .1rem;
    content: '';
    display: block;
    width: .24rem;
    height: .14rem;
    background-image: url(../images/record.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.news-info .info-box {
    line-height: 2;
}

.news-info .info-box p {
    margin: 0;
}

.news-info .article-box {
    padding-top: .35rem;
    border-top: solid 1px #e6e6e6;
}

.news-info .article-box dl {
    width: calc(100% - 2rem);
    line-height: 1.8;
}

.news-info .article-box dl dd {
    line-height: 2.5;
    color: #999999;
}

.news-info .article-box dl dd a {
    color: #333333;
}

.news-info .article-box dl dd a span {
    padding-right: 1em;
}

.news-info .article-box dl dd a:hover {
    color: #fbb03f;
}

.news-info .article-box .return a {
    background: #fbb03f;
    line-height: 3;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .1rem;
    overflow: hidden;
}

.news-info .article-box .return a::after {
    content: '';
    display: block;
    width: .16rem;
    height: .15rem;
    background-image: url(../images/return-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.news-info .article-box .return a span {
    padding-right: .1rem;
    color: #fff;
}

.news-info .article-box .return a:hover {
    background: #fbb03f;
}

.news-info .article-box .return a:hover span {
    color: #fff;
}

.news-info .article-box .return a:hover::after {
    background-image: url(../images/return-icon.png)
}

@media(max-width:640px) {
    .news-info .title-box .other {
        font-size: .22rem;
    }

    .news-info .title-box .other .marzy {
        margin: 0 .2rem;
    }

    .news-info .article-box .return a {
        width: 1.8rem;
    }
}



/* è¡Œä¸šåº”ç”¨ */
.ban-Industry .center {
    width: 50%;
}

.ban-Industry .text {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ban-Industry .text .Inside-tit {
    color: #fff;
    margin-bottom: 0;
}

.ban-Industry .text .des {
    font-size: .18rem;
    margin: .15rem 0;
    line-height: 2;
}

.Industry-sketch {
    padding: 1rem 0;
}

.Industry-sketch .text {
    font-size: .18rem;
    line-height: 2;
    width: 45%;
}

.Industry-sketch .text p {
    margin: 0;
}

.Industry-sketch .pic {
    width: 50%;
}

.Industry-sketch .pic .round {
    border-radius: .1rem;
    overflow: hidden;
}

.Industry-one {
    padding: 1rem 0;
    background-image: url(../images/Industry-one.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.Industry-one .des {
    font-size: .18rem;
    text-align: center;
    max-width: 10.5rem;
    margin: 0 auto;
}

.Industry-one .list {
    padding: .4rem 0 0;
    justify-content: flex-start;
}

.Industry-one .list.less {
    justify-content: center;
}

.Industry-one .list .item {
    font-size: .18rem;
    width: 18%;
    margin-right: 2.5%;
    border: solid 1px #ededed;
    border-radius: .1rem;
    transition: all .5s;
}

.Industry-one .list .item a {
    display: block;
    padding: .4rem .25rem;
}

.Industry-one .list .item .icon {
    margin-bottom: .3rem;
    text-align: center;
}

.Industry-one .list .item .icon img {
    max-width: .6rem;
}

.Industry-one .list .item:nth-child(5n) {
    margin-right: 0;
}

.Industry-one .list .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.Industry-two {
    padding: 1rem 0 .5rem;
    background-image: url(../images/Industry-back.jpg);
}

.Industry-two .text {
    font-size: .18rem;
    line-height: 2;
    width: 45%;
}

.Industry-two .text p {
    margin: 0;
}

.Industry-two .pic {
    width: 54.88%;
}

.Industry-three {
    padding: 1.1rem 0;
}

.Industry-three .text-des {
    font-size: .18rem;
    text-align: center;
    max-width: 10.5rem;
    margin: 0 auto;
}

.Industry-three .text-des p {
    margin: 0;
}

.Industry-three .Inside-tit {
    margin-bottom: .2rem;
}

.Industry-three .list {
    margin-top: .5rem;
}

.Industry-three .list .item {
    cursor: pointer;
    background: #fff;
    padding: .25rem;
    padding-right: 1rem;
    margin-bottom: .15rem;
    width: 100%;
    border-radius: .1rem;
    transition: all .5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.Industry-three .list .item .text {
    width: calc(100% - 1rem);
}

.Industry-three .list .item .icon {
    width: .6rem;
}

.Industry-three .list .item .icon img {
    max-width: .6rem;
}

.Industry-three .list .item .des {
    font-size: .16rem;
    line-height: 1.8;
    color: #666666;
    font-weight: lighter;
}

.Industry-three .list .item .tit {
    font-family: "SourceHanSans_Bold";
    padding-bottom: .15rem;
    font-size: .2rem;
    color: #3e3e3f;
}

.Industry-three .list .item:nth-child(5n) {
    margin-right: 0;
}

.Industry-three .list .item:hover {
    transform: translateY(-.05rem);
    -webkit-transform: translateY(-.05rem);
    -moz-transform: translateY(-.05rem);
    -ms-transform: translateY(-.05rem);
    -o-transform: translateY(-.05rem);
}

@media(max-width:640px) {
    .ban-Industry .center {
        width: 100%;
    }

    .ban-Industry .text .Inside-tit {
        font-size: .4rem;
    }

    .ban-Industry .pic-img img {
        height: 50vh;
        object-fit: cover;
    }

    .ban-Industry .text .des {
        font-size: .24rem;
    }

    .Industry-sketch .text {
        margin-bottom: 5%;
        width: 100%;
        font-size: .24rem;
    }

    .Industry-sketch .pic {
        width: 100%;
    }

    .Industry-one .des {
        font-size: .24rem;
        line-height: 1.8;
    }

    .Industry-one .list .item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .Industry-one .list .item:nth-child(2n) {
        margin-right: 0;
    }

    .Industry-two .text {
        width: 100%;
        font-size: .24rem;
    }

    .Industry-two .pic {
        margin-top: .3rem;
        width: 100%;
    }

    .Industry-three .text-des {
        font-size: .24rem;
        line-height: 1.8;
    }

    .Industry-three .list .item {
        width: 100%;
        font-size: .24rem;
        margin-bottom: .3rem;
    }

    .Industry-three .list .item .tit {
        font-size: .3rem;
    }

    .Industry-three .list .item .des {
        font-size: .24rem;
    }
}



/* å”®åŽæœåŠ¡ */
.AfterSale-one {
    padding: 1rem 0;
}

.AfterSale-one .Inside-tit {
    margin-bottom: .5rem;
}

.AfterSale-one .list .item {
    padding: .45rem .6rem;
    width: 49.5%;
    margin-bottom: 1%;
    color: #3e3e3f;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: .1rem;
    background-image: url(../images/AfterSale-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.48rem;
}

.AfterSale-one .list .item .icon img {
    max-width: .7rem;
}

.AfterSale-one .list .item .tit {
    margin: .2rem 0;
    font-size: .24rem;
}

.AfterSale-one .list .item .des {
    font-size: .18rem;
}

.AfterSale-one .list .item:nth-child(2n) {
    margin-right: 0;
}

.AfterSale-two {
    padding: 1rem 0;
    background-color: #fafafa;
}

.AfterSale-two .Inside-tit {
    margin-bottom: .5rem;
}

.AfterSale-two .contact-des {
    border-radius: .1rem;
    overflow: hidden;
}

.AfterSale-two .text-box {
    width: 100%;
    height: 100%;
    padding: .8rem;
    position: absolute;
    left: 0;
    top: 0;
}

.AfterSale-two .text-box .tit {
    font-size: .18rem;
    color: #3e3e3f;
}

.AfterSale-two .text-box .tel {
    font-family: "SourceHanSans_Bold";
    font-size: .36rem;
    color: #3e3e3f;
}

.AfterSale-two .text-box .des {
    margin-top: .15rem;
    font-weight: lighter;
    font-size: .18rem;
    color: #888888;
}

.AfterSale-two .text-box .more {
    margin-top: .6rem;
}

.AfterSale-two .text-box .more a {
    font-size: .16rem;
    padding: .12rem .2rem;
    background: #fbb03f;
    color: #fff;
    border-radius: .1rem;
    transition: 0.3s;
    background-image: url(../images/arrow-icon1.png);
    background-repeat: no-repeat;
    background-position: right calc(40 / 16 * 1em) center;
}

.AfterSale-two .text-box .more a:hover {
    background-position: right calc(26 / 16 * 1em) center;
}

.AfterSale-two .text-box .more a::after {
    margin-left: .35rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    /* background-image:url(../images/arrow-icon1.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media(max-width:640px) {
    .AfterSale-one .list .item {
        width: 48%;
        margin-bottom: 4%;
        padding: .25rem;
    }

    .AfterSale-one .list .item .des {
        font-size: .22rem;
        line-height: 1.8;
    }

    .AfterSale-two .text-box {
        padding: .4rem;
        position: relative;
    }

    .AfterSale-two .pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .AfterSale-two .pic .wtdv {
        height: 100%;
    }

    .AfterSale-two .pic img {
        height: 100%;
        object-fit: cover;
    }

    .AfterSale-two .text-box .tit {
        font-size: .24rem;
    }

    .AfterSale-two .text-box .des {
        font-size: .24rem;
    }

    .AfterSale-two .text-box .more a {
        font-size: .24rem;
    }

    .AfterSale-two .text-box .center {
        width: 100%;
    }

    .AfterSale-two .text-box .more {
        justify-content: center;
    }
}



/* ä¸‹è½½ä¸­å¿ƒ */
.download-one {
    padding: 1rem 0;
}

.download-one .Inside-tit {
    margin-bottom: .5rem;
}

.download-one .tab-list .item {
    cursor: pointer;
    font-size: .18rem;
    text-align: center;
    width: 25%;
    position: relative;
    z-index: 3;
    border: solid 1px #ededed;
    border-right: none;
}

.download-one .tab-list .item:last-child {
    border-right: solid 1px #ededed;
}

.download-one .tab-list .item::after {
    content: '';
    display: block;
    width: 100%;
    height: 105.7%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/dow-back1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0;
}

.download-one .tab-list .item .center {
    display: block;
    padding: .28rem .3rem;
    position: relative;
    z-index: 2;
}

.download-one .tab-list .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-one .tab-list .item .icon img {
    max-width: .5rem;
}

.download-one .tab-list .item .icon .inter {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.download-one .tab-list .item .wz {
    margin-top: .1rem;
}

.download-one .tab-list .item.active::after {
    opacity: 1;
}

.download-one .tab-list .item.active .icon .moren {
    opacity: 0;
}

.download-one .tab-list .item.active .icon .inter {
    opacity: 1;
}

.download-one .tab-list .item.active .wz {
    color: #fbb03f;
}

.download-one .tab-box {
    margin-top: .6rem;
}

.download-one .tab-box .d-flex {
    justify-content: space-between;
}

.download-one .list li {
    width: 49%;
    margin-right: 0%;
    margin-bottom: 2%;
    overflow: hidden;
    border-radius: .08rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    float: left;
}

.download-one .list li:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.download-one .list li a {
    padding: .25rem .35rem;
    font-size: .18rem;
}

.download-one .list li .tit {
    padding: .1rem 0;
    padding-left: .4rem;
    color: #3e3e3f;
    background-image: url(../images/dow-icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: .26rem;
    width: calc(100% - 1.5rem);
}

.download-one .list li .but {
    padding-left: .35rem;
    background-image: url(../images/dwo.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: .22rem;
    color: #fbb03f;
}

.download-one .list li:hover .tit {
    color: #fbb03f;
}


@media(max-width:1024px) {
    .download-one .tab-box {
        margin-top: .4rem;
    }

    .download-one .tab-list .item::after {
        height: 104.5%;
    }

    .download-one .list li a {
        padding: .25rem .2rem;
        font-size: .16rem;
    }

    .download-one .list li .tit {
        width: calc(100% - .8rem);
        padding: 0;
        padding-left: .25rem;
        background-size: contain;
    }

    .download-one .list li .but {
        padding-left: .25rem;
        background-size: .2rem;
    }
}

@media(max-width:640px) {

    .download-one .list li:nth-child(3n),
    .download-one .list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .download-one .list li a {
        font-size: .24rem;
    }

    .download-one .list li .tit {
        width: calc(100% - 1.5rem);
        padding-left: .4rem;
    }

    .download-one .list li .but {
        padding-left: .4rem;
        background-size: .24rem;
    }

    .download-one .list li:nth-child(2n) {
        margin-right: 0;
    }

    .download-one .tab-list .item {
        padding: .2rem;
        width: 50%;
        margin-bottom: .25rem;
        font-size: .24rem;
    }

    .download-one .tab-list .item::after {
        height: 105.8%;
    }
}


/* è”ç³»æˆ‘ä»¬ */
.contact-box {
    padding: .75rem 0 0;
}

.contact-box .text {
    width: 5.5rem;
    padding: .7rem 0;
    position: relative;
    z-index: 2;
}

.contact-box .text .des {
    font-size: .18rem;
    color: #3e3e3f;
    line-height: 2;
}

.contact-box .text .more {
    margin-top: .6rem;
}

.contact-box .text .more a {
    font-size: .16rem;
    padding: .15rem .4rem;
    background: #fbb03f;
    color: #fff;
    border-radius: .1rem;
    transition: 0.3s;
    background-image: url(../images/arrow-icon1.png);
    background-repeat: no-repeat;
    background-position: right calc(60 / 16 * 1em) center;
}

.contact-box .text .more a:hover {
    background-position: right calc(36 / 16 * 1em) center;
}

.contact-box .text .more a::after {
    margin-left: .35rem;
    width: .11rem;
    height: .11rem;
    content: '';
    display: block;
    /* background-image:url(../images/arrow-icon1.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.contact-box .pic {
    width: calc(100% - 5.5rem);
}

.contact-box .pic .cawtd {
    width: 130%;
    text-align: right;
    float: right;
}

@media(max-width:1024px) {
    .contact-box .text {
        padding: .4rem 0;
    }

    .contact-box .text .more {
        margin-top: .3rem;
    }
}

@media(max-width:640px) {
    .contact-box .text {
        padding-top: 0;
        width: 100%;
    }

    .contact-box .text .des {
        font-size: .24rem;
    }

    .contact-box .text .more a {
        font-size: .24rem;
    }

    .contact-box .pic {
        width: 100%;
    }

    .contact-box .pic .cawtd {
        width: 100%;
    }
}



/* è”ç³»æ–¹å¼ */
.contact-way {
    padding: 1.1rem 0;
}

.contact-way .des {
    font-size: .18rem;
    color: #3e3e3f;
    line-height: 2;
    max-width: 5.3rem;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
}

.contact-way .way-des {
    margin-bottom: .8rem;
}

.contact-way .way-des .tit {
    margin-bottom: .35rem;
    font-size: .36rem;
    color: #3e3e3f;
}

.contact-way .way-des .let-one {
    width: calc(100% - 1.3rem);
}

.contact-way .way-des .let-one dl {
    margin-bottom: .2rem;
    width: 50%;
}

.contact-way .way-des .let-one dl dt {
    margin-bottom: .05rem;
}

.contact-way .way-des .let-one dl dd {
    font-size: .18rem;
    color: #3e3e3f;
}

.contact-way .way-des .way-list .name {
    font-size: .16rem;
    color: #888888;
}

.contact-way .way-share .share-btu {
    margin-top: .2rem;
}

.contact-way .way-share .share-btu .icon {
    cursor: pointer;
    background-color: #fbb03f;
    display: block;
    width: .41rem;
    height: .41rem;
    background-size: contain;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.contact-way .way-share .share-btu .wx {
    margin-right: .15rem;
    background-image: url(../images/footer-icon1.png);
}

.contact-way .way-share .share-btu .wb {
    background-image: url(../images/footer-icon4.png);
}

.contact-way .way-form .input {
    margin-bottom: .25rem;
    width: 48.5%;
    background: #fff;
    border-bottom: solid 1px #c3c3c3;
}

.contact-way .way-form .input input {
    font-size: .16rem;
    background: none;
    padding: .15rem 0;
    border: none;
    width: 100%;
    outline: none;
}

.contact-way .way-form .input:nth-child(3n) {
    margin-right: 0;
}

.contact-way .way-form .textarea {
    margin-top: .4rem;
    width: 100%;
    background: #fff;
    padding: .2rem;
    border-radius: .1rem;
    border: solid 1px #c3c3c3;
}

.contact-way .way-form .textarea textarea {
    font-size: .16rem;
    height: 8em;
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.contact-way .way-form .more {
    margin-top: .45rem;
    width: 100%;
    text-align: center;
}

.contact-way .way-form .more .but {
    text-align: center;
    min-width: 2rem;
    font-size: .16rem;
    cursor: pointer;
    padding: .2rem;
    background: #fbb03f;
    color: #fff;
    border-radius: .1rem;
    transition: 0.3s;
    background-image: url(../images/arrow-icon1.png);
    background-repeat: no-repeat;
    background-position: right calc(60 / 16 * 1em) center;
}

.contact-way .way-form .more .but:hover {
    background-position: right calc(36 / 16 * 1em) center;
}

@media(max-width:640px) {
    .contact-way .des {
        font-size: .22rem;
    }

    .contact-way .way-des {
        margin-bottom: .4rem;
    }

    .contact-way .way-des .way-list .name {
        font-size: .22rem;
    }

    .contact-way .way-des .let-one dl {
        width: 100%;
    }

    .contact-way .way-des .let-one dl dt {
        margin-bottom: 0;
    }

    .contact-way .way-des .let-one dl dd {
        font-size: .26rem;
    }

    .contact-way .way-share .share-btu .icon {
        width: .55rem;
        height: .55rem;
    }

    .contact-way .way-form .input input {
        font-size: .22rem;
    }

    .contact-way .way-form .textarea {
        margin-top: .2rem;
    }

    .contact-way .way-form .textarea textarea {
        font-size: .22rem;
    }

    .contact-way .way-form .more .but {
        font-size: .22rem;
    }
}





/* åŠ å…¥æˆ‘ä»¬ */
.contact-box .pic li img {
    max-width: 2.19rem;
}

.jion_topr {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.jion_topr ul li {
    position: absolute;
    width: 2.19rem;
    z-index: 5;
}

.jion_topr ul li:nth-of-type(1) {
    left: -1.3%;
    top: 49.6%;
    animation: pic 6s linear infinite;
}

.jion_topr ul li:nth-of-type(2) {
    left: 26%;
    top: -1%;
    animation: pic01 8s ease-in infinite;
}

.jion_topr ul li:nth-of-type(3) {
    left: 69.7%;
    top: 15.5%;
    animation: pic 8s ease-in infinite;
}

.jion_topr ul li:nth-of-type(4) {
    left: 82.6%;
    top: 53.3%;
    animation: pic01 8s linear infinite;
}

.jion_topr ul li:nth-of-type(5) {
    left: 17.6%;
    top: 33.2%;
    animation: pic 6s ease-in infinite;
}

.jion_topr ul li:nth-of-type(6) {
    left: 48.3%;
    top: 18.5%;
    animation: pic01 6s ease-in infinite;
}

@keyframes pic {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0.14rem, 0.14rem);
    }

    50% {
        transform: translate(0rem, 0rem);
    }

    75% {
        transform: translate(-0.14rem, -0.14rem);
    }

    100% {
        transform: translate(0rem, 0rem);
    }
}

@keyframes pic01 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-0.2rem, 0.18rem);
    }

    50% {
        transform: translate(0rem, 0rem);
    }

    75% {
        transform: translate(0.18rem, 0.16rem);
    }

    100% {
        transform: translate(0rem, 0rem);
    }
}

@media(max-width:1024px) {
    .jion_topr ul li {
        width: 1.09rem;
    }

    .contact-box .pic li img {
        max-width: 100%;
    }
}



/* æäº¤è¡¨å• */
.pop-up {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.pop-up .heig100 {
    height: 100%;
    padding-top: 6%;
}

.pop-up .center {
    width: 10rem;
    background: #fff;
    padding: .4rem;
    border-top: solid 2px #fbb03f;
}

.pop-up .close {
    cursor: pointer;
    position: absolute;
    top: .45rem;
    right: .4rem;
    width: .25rem;
    height: .25rem;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .2rem;
    opacity: .3;
}

.pop-up .tit {
    color: #333;
    margin-bottom: .3rem;
    text-align: center;
    font-size: .24rem;
}

.pop-up li {
    font-size: .16rem;
    margin-bottom: .15rem;
}

.pop-up li .name {
    color: #888888;
    width: 6em;
}

.pop-up li .name i {
    margin-left: .1rem;
    font-style: normal;
    color: red;
}

.pop-up li .input,
.pop-up li .textarea {
    font-size: .16rem;
    width: calc(100% - 6em);
    border: solid 1px #e5e5e5;
}

.pop-up li .input input {
    font-size: .16rem;
    width: 100%;
    border: none;
    padding: .12rem .15rem;
    margin: 0;
    outline: none;
}

.pop-up li .textarea textarea {
    font-size: .16rem;
    display: block;
    width: 100%;
    border: none;
    padding: .12rem .15rem;
    margin: 0;
    outline: none;
}

.pop-up li .name2 {
    padding: .12rem 0;
}

.pop-up li:last-child {
    margin-bottom: 0;
}

.pop-up .more {
    margin-top: .2rem;
}

.pop-up .more .but {
    text-align: center;
    width: 1.5rem;
    padding: .11rem 0;
    color: #fff;
    cursor: pointer;
    background-color: #fbb03f;
    display: block;
    border-radius: .1rem;
}

@media(max-width:1024px) {
    .pop-up .tit {
        margin-bottom: .1rem;
    }

    .pop-up .close {
        top: .2rem;
        right: .2rem;
    }

    .pop-up .center {
        width: 8rem;
        padding: .2rem;
    }

    .pop-up li {
        font-size: .14rem;
        margin-bottom: .1rem;
    }

    .pop-up li .input input,
    .pop-up li .textarea textarea {
        padding: .09rem;
        font-size: .14rem;
    }

    .pop-up .more .but {
        font-size: .14rem;
    }
}

@media(max-width:640px) {
    .pop-up .center {
        width: 90%;
        padding: .4rem;
    }

    .pop-up .tit {
        margin-bottom: .2rem;
    }

    .pop-up li {
        font-size: .22rem;
    }

    .pop-up li .input,
    .pop-up li .textarea {
        width: calc(100% - 10em);
    }

    .pop-up li .input input,
    .pop-up li .textarea textarea {
        padding: .15rem;
        font-size: .22rem;
    }

    .pop-up .more .but {
        font-size: .22rem;
    }
}



/* åˆ†äº« */
.quiShareImg {
    padding: 10px;
    text-align: center;
    position: fixed;
    display: none;
    left: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 5px;
}

.quiShareImg .quitxt {
    margin-bottom: 6px;
    font-size: .18rem;
    color: #333;
}



/*  */
.search-list {
    margin-bottom: .6rem;
    padding: .35rem 0;
}

.search-list li {
    font-size: .16rem;
    border-bottom: dashed 1px #e5e5e5;
}

.search-list li a {
    padding: .2rem 0;
}

.search-list li .tit {
    width: calc(100% - 1.8rem);
}

.search-list li .time {
    width: 1.5rem;
    text-align: right;
}

.search-list li a:hover .tit {
    color: #fbb03f;
}

/* å•ç¯‡ */
.single-piece {
    padding: .5rem 0;
    min-height: 30vh;
    line-height: 2;
}

.single-piece p {
    margin: 0;
}



/* åˆ†é¡µ */
.Page003143 {
    margin-top: .7rem;
    font-size: .18rem;
}

.Page003143 .Pages {
    text-align: center;
}

.Page003143 .Pages .p_page a.a_first,
.Page003143 .Pages .p_page a.a_end,
.Page003143 .Pages>span:not(.p_page) {
    display: none;
}

.Page003143 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page003143 .Pages .p_page * {
    float: left;
}

.Page003143 .Pages .p_page a {
    color: #333333;
    line-height: .45rem;
    transition: 0.3s;
    border-radius: 100%;
}

.Page003143 .Pages .p_page>a {
    height: .45rem;
    width: .7rem;
    font-size: 0;
    border-radius: .1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-position: center;
    background-repeat: no-repeat;
}

.Page003143 .Pages .p_page>.a_prev {
    background-image: url(../images/arrow-icon7.png);
    background-size: .17rem;
}

.Page003143 .Pages .p_page>.a_next {
    background-image: url(../images/arrow-icon8.png);
    background-size: .17rem;
}

.Page003143 .Pages .p_page em {
    font-style: normal;
    margin: 0 .1rem;
}

.Page003143 .Pages .p_page em a {
    width: .45rem;
    margin: 0 .1rem;
}

.Page003143 .Pages .p_page a:hover,
.Page003143 .Pages .p_page a.a_cur {
    color: #fbb03f;
}

.Page003143 .Pages .p_page>.a_prev:hover {
    background-color: #fbb03f;
    background-image: url(../images/arrow-icon5.png);
    background-size: .17rem;
}

.Page003143 .Pages .p_page>.a_next:hover {
    background-color: #fbb03f;
    background-image: url(../images/arrow-icon6.png);
    background-size: .17rem;
}

@media (max-width:1024px) {
    .Page003143 {
        font-size: .2rem;
    }
}

@media (max-width:640px) {
    .Page003143 {
        font-size: .24rem;
    }
}


* 0412 */
.header{
    z-index: 10000 !important;
}
.bannerIndex{
    width: 100%;
    height: 100%;
    /* z-index: 222; */
}
.bannerIndex img{
    height: 100% !important;
}
.ban-index #myvideo2 {
    width: 100%;
}
.mobileShow{
    display: none;
}
.pcShow{
    display: block;
}
.other-top{
    position: relative;
}
.changeBtn:nth-child(2){
    position: absolute;
    left: 0px;
    top: 0.35rem;
    padding-left: 0px;
    display: flex;
    padding-top: 0px;
    display: none;
}
.changeBtn:nth-child(2) .icon{
    opacity: 0;
}
.changeBtn:nth-child(2) .icon{
    display: inline-block;
}
.contact-way .way-share .share-btu .wb{
    background-image: url(../images/footer-icon5.png) !important;
    background-size: 0.17rem !important;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-three .footer-share .icon3{
    background-image: url(../images/footer-icon6.png) !important;
    background-size: 0.3rem;
}
.contactBtn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contactBtn span {
    font-size: 0.14rem;
    color: #888888;
    margin-top: 0.05rem;
}
.contactBtn:nth-child(2){
    margin-left: 0.1rem;
}
.contact-way .way-des .let-one {
    width: calc(100% - 1.5rem);
}
.contact-way .way-share .share-btu .wx{
    margin-right: 0px;
}
.pro-info-two .item .wz {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
@media screen and (max-width:768px){
    .mobileShow {
        display: block;
    }
    .pcShow{
        display: none;
    }
    .footer-three .footer-share .icon3{
        background-size: 0.42rem;
    }
    .pro-info-one .text p{
        font-size: 0.24rem;
    }
    .break-box.shwo {
        display: none;
    }
    .index-three .text .more a{
        background-position: right calc(30 / 16* 1em) center;
        background-size: 10px;
    }
    .index-three{
        background-image: none !important;
    }
    .index-three .video-con a{
        width: 100%;
    }
    .index-three .video-con a img {
        max-width: 100%;
        width: 100%;
    }
    .changeBtn:nth-child(2) {
        position: relative;
        left: 0px;
        top: 0px;
        padding-top: 0px;
        display: flex !important;
    }
    .changeBtn:nth-child(2) .icon{
        display: none;
    }
    .changeBtn:nth-child(2)::before{
        margin: 0 .2rem;
        content: '';
        display: block;
        width: 1px;
        height: .15rem;
        background: rgba(0, 0, 0, .5);
    }
    
    .auto-inner2 .list {
        justify-content: space-between;
    }
    .pro-info-two .item {
        width: calc(50% - 0.05rem);
        margin-bottom: 0.1rem;
    }
    .way-list{
        flex-direction: column;
    }
    .contactBtn span {
        font-size: 0.24rem;
    }
    .contactBtn:nth-child(2) {
        margin-left: 0.24rem;
    }
    .ban-index .text-box .more a::after{
        margin-left: 0.45rem;
    }
    .header .top-search {
        margin-right: .2rem;
        position: relative;
    }
    .header .website a {
        font-size: .14rem;
        background: #fbb03f;
        padding: 0.12rem;
        display: block;
        color: #fff;
        width: auto;
        text-align: center;
        border-radius: .1rem;
        font-size: 0.2rem !important;
        -webkit-border-radius: .1rem;
        -moz-border-radius: .1rem;
        -ms-border-radius: .1rem;
        -o-border-radius: .1rem;
}
    .header .icon-menu {
        font-size: 0;
        margin-left: .2rem;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: relative;
        z-index: 10;
    }
    .ban-index .text-box .title {
        letter-spacing: 0em;
        text-align: center;
        font-family: 'SourceHanSans_Bold';
        line-height: 1.2;
        margin-bottom: .25rem;
        font-size: .33rem;
    }
}



/*Other002524 */

.Other002524 ul{
    position: fixed;
    right: 16px;
    bottom: 30px;
    text-align: right;
    z-index: 300;
}
.Other002524 .item-box {
    margin-bottom: 6px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    pointer-events: none;
}
.Other002524 .item-inner {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
}

.Other002524 .item-txt {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
    font-size: 12px;
    color: #fff;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    padding-right: 6px;
    position: relative;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    z-index: 10;
}

.Other002524 .item-icon {
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    z-index: 20;
    background-color: #D6DCE3;
    pointer-events: auto;
}
.Other002524 i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 222;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Other002524 i img{
    width: 24px;
    height: 24px;
}
.Other002524 .item-inner::after {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: #D6DCE3;
    border-radius: 24px;
}
.Other002524 .item-box.active .item-txt {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.Other002524 .item-box.active .item-icon {
    background-color: #fbb03f;
}
.Other002524 .item-box.active .item-inner::after {
    width: calc(100% - 10px);
    background-color: #fbb03f;
}
@media screen and (max-width:1024px){
    .Other002524 .item-txt {
        height: 42px;
        line-height: 42px;
    }
    .Other002524 .item-icon {
        width: 42px;
        height: 42px;
    }
  
}
.footer-three .f-wrap{
    z-index: 999;
}
.contactBtn{
    position: relative;
}
.share-btu .code-img{
    width: 1rem;
    height: 1rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: absolute;
    left: 50%;
    top: -1.1rem;
    transform: translateX(-50%);
    border-radius: .05rem;
    overflow: hidden;
    padding: 0.07rem;
    display: none;
    font-size: 0.14rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contactBtn:hover .code-img{
    display: flex;
}

.play-video{ position: absolute; display: block; left: 50%; top: 50%; width: .6rem; height: .6rem; transform: translate(-50%, -50%); cursor: pointer; z-index: 10; border-radius: 50%; background: #fbb03f url(../images/play.svg) no-repeat center center; background-size:20px; opacity: 0.8}
.play-video:before, 
.play-video:after { position: absolute; content: ''; border-radius: 50%; background: #fbb03f; opacity: 0.35; -webkit-opacity: 0.35; animation: scale 3s infinite; -webkit-animation: scale 3s infinite; }
.play-video:before { left: -10px; top: -10px; bottom: -10px; right: -10px; animation-delay: 0.3s; }
.play-video:after { left: -20px; top: -20px; bottom: -20px; right: -20px; }

.video_files{position: absolute; width: 100%; height: 100%; z-index: 10; top:0}
.video_files video{position: absolute; width: 100%; height: 100%; z-index: 2; object-fit: cover}
.video_files .close{position: absolute;right:20px;top: 20px;z-index: 10;width: 30px;height: 30px;border-radius: 50%;background:#fbb03f;cursor: pointer;}
.video_files .close::before,
.video_files .close::after{ position:absolute; content:''; width:3px; height:70%; border-radius:3px; background-color:#fff; left:13px; top:5px;}
.video_files .close::before{ transform:rotate(45deg);}
.video_files .close::after{ transform:rotate(-45deg);}

@keyframes scale {
 0% {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
 50% {
transform: scale(0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
}
 100% {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
}
@-webkit-keyframes scale {
 0% {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
 50% {
transform: scale(0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
}
 100% {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
}