body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-weight: normal;
}


@font-face {
    font-family: "AlibabaPuHuiTi-2-35-Thin";
    src: url(../font/AlibabaPuHuiTi-2-105-Heavy.ttf);
}

div,
video,
img {
    box-sizing: border-box;
}

ul li {
    list-style-type: none;
}

body {
    font: 12px/1.5 Arial, sans-serif;
}

.wp {
    width: 65%;
    max-width: 1440px;
    margin: 0 auto;
}

p,textarea{
    font-size: 18px;
    font-family: 'Alibaba PuHuiTi 2.0';
    /* font-weight: normal; */
    color: #757A79;
}

a {
    font-size: 16px;
    text-decoration: none;
    /* font-family: 'Alibaba PuHuiTi 2.0';
    font-weight: normal;
    color: #757A79; */
}

.moduler-title {
    font-size: 38px;
    font-weight: 500;
    color: #303030;
}

.moduler-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.header {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    z-index: 9999;
    height: 80px;
    width: 100%;
}

.header.fixed {
    border-bottom: 1px solid #e5e5e5
}

.header .logo {
    float: left;
    line-height: 115px;
}

.header .logo-g {
    float: left;
    margin: 0 20px;
    width: 2px;
    height: 40px;
    margin-top: 19px;
    background: #23C4A0;
}


.header .logo img {
    width: 200px;
}

.header .cut {
    position: absolute;
    right: -18%;
    margin-top: 10px;
    transform: translateX(-50%);
}

.header .cut .cut-box {
    width: 139px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.header .cut .cut-box h5 {
    font-size: 16px;
    font-weight: 500;
    color: #FEFEFE;
}

.header .cut .cut-box img {
    margin-left: 10px;
    width: 13px;
    height: 7px;
}

.nav {
    float: right;
    margin-left: 30px;
}

.nav li {
    float: left;
    text-align: center;
    position: relative;
    margin-left: 40px;
}

.nav li .v1 {
    display: block;
    color: #999;
    font-size: 12px;
    height: 35px;
    padding-top: 20px;
}



.nav li.on .v1,
.nav li:hover .v1 {
    color: #fff;
    font-weight: 700;
}

.nav li.on p,
.nav li:hover p {
    color: #ffffff;
}

.nav li p {
    color: #FEFEFE;
    opacity: 0.8;
}

.nav li .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99
}

.nav li .sub a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
}

.nav li .sub a:hover {
    color: #23C4A0;
    border-bottom: 1px solid #23C4A0;
}

.nav li .sub a:hover::after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #23C4A0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) rotate(-45deg);
}

.menuBtn {
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #23C4A0;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn.open b {
    display: none;
    margin: -5px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px
}

.menuBtn.open b:first-child {
    display: block;
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.m-lang {
    display: none;
}

.lang {
    position: relative;
    float: right;
    font-size: 16px;
    margin: 10px 0 0 40px;
}

.lang dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 139px;
    height: 41px;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.lang dt img {
    margin-left: 10px;
    width: 13px;
    height: 7px;
}

.lang dt p {
    color: #ffffff;
}

.lang dd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 10px;
    display: none;
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
}

.lang dd a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #303030;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}

.lang dd a.on {
    color: #23C4A0
}

.lang dd a:hover {
    color: #23C4A0;
    background: #F7F7F7;
}


.m-lang {
    display: none
}

@media only screen and (max-width: 2300px) {
    .wp {
        width: 80%;
    }
}

@media only screen and (max-width: 1800px) {
    .wp {
        width: 80%;
    }

    .header .logo img {
        width: 185px;
    }

    .banner-text-box .text-box-p {
        font-size: 27px;
    }
}

@media only screen and (max-width: 1700px) {
    .content2 {
        padding-top: 20px;
    }

    .content2 p {
        line-height: 30px;
    }

    .banner-text-box h5 {
        font-size: 30px;
    }

    .banner-text-box .text-box-p {
        font-size: 27px;
    }
}

@media only screen and (max-width: 1600px) {
    .content2 {
        padding-top: 20px;
    }

    .content2 p {
        line-height: 30px;
    }

    .banner-text-box .text-box-p {
        font-size: 26px;
    }

    .header .logo img {
        width: 183px;
    }

    .nav li p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1500px) {
    .header {
        height: 70px
    }

    .header .logo {
        float: left;
        line-height: 100px;
    }

    .header .logo img {
        width: 145px;
    }

    .content2 {
        padding-top: 20px;
    }

    .content2 p {
        line-height: 30px;
    }

    .banner-text-box .text-box-p {
        font-size: 24px;
    }

    .content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1400px) {
    .header .logo img {
        width: 128px;
    }

    .nav li p {
        font-size: 17px;
    }

    .nav {
        margin-top: 7px;
    }

    .content2 {
        padding-top: 20px;
    }

    .content2 p {
        line-height: 30px;
    }

    .banner-text-box h5 {
        font-size: 24px;
    }

    .banner-text-box .text-box-p {
        font-size: 22px;
    }

    .banner-text-box p {
        font-size: 16px;
    }

    .content p {
        font-size: 16px;
    }

    .nav li p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1300px) {
    .header .logo img {
        width: 118px;
    }

    .nav li p {
        font-size: 12px;
    }

    .content2 {
        padding-top: 20px;
    }

    .content2 p {
        font-size: 16px;
        line-height: 30px;
    }

    .banner-text-box h5 {
        font-size: 22px;
    }

    .banner-text-box .text-box-p {
        font-size: 20px;
    }

    .banner-text-box p {
        font-size: 14px;
    }

    .content p {
        font-size: 14px;
    }
    .lang dt{
        width: 120px;
        height: 30px;
        margin-top: 10px;
    }
    .lang p{
        font-size: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    .header {
        top:0;
        height: 50px;

    }

    .header .logo {
        line-height: 75px;
        /* margin: auto 0; */
    }

    .header .logo img {
        width: 120px;
    }



    .header .nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        z-index: 99;
        background: #ffffff;
        float: none;
        margin: 0;
        display: none;
    }

    .nav li:nth-child(1) p {
        color: #000;
    }

    .nav li p {
        color: #303030;
    }

    .nav li {
        float: none;
    }

    .nav li:hover .v1 {
        border-bottom: 1px solid #303030;
    }

    .nav li.on .v1 {
        color: #fff;
        font-weight: 700;
    }

    .nav li:hover p {
        color: #333
    }

    .nav li .v1 {
        position: relative;
        height: auto;
        padding: 10px 0
    }

    .nav li.on p {
        color: #fff;
        font-weight: 700
    }

    .nav li {
        float: none;
        padding-top: 0;
        margin: 0;
        width: auto;
    }

    .menuBtn {
        display: block;
        z-index: 999;
    }

    .m-lang {
        display: block
    }

    .lang {
        display: none
    }

    .m-lang {
        text-align: center
    }

    .m-lang a {
        display: inline-block;
        font-size: 16px;
        color: #000000;
        font-family: medium;
        font-weight: 700;
        margin: 0 10px
    }
    .m-lang a:hover{
        color: #23C4A0
    }
    .m-lang a.on {
        color: #23C4A0
    }
}

/* 中间 */
.middle {
    padding-top: 50px;
    padding-bottom: 70px;
    background: #F9F9F9;
}

.text-h5 {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}

.text-h5-color {
    font-size: 26px;
    font-weight: 500;
    color: #303030;
}

.hang-box {
    transition: .3s;
    cursor: pointer;
}

.hang-box-on:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2000);
    transform: scale(1.1);
}


/* 底部 */
.floor {
    padding-top: 80px;
    background: #FFFFFF;
}

.floor-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}

.floor-content .logo {
    margin-right: 20px;
}

.floor-content .logo img {
    width: 98px;
    height: 98px;
}

.floor-content .logo p {
    font-size: 21px;
    font-weight: 500;
    color: #23C4A0;
    margin-top: 15px;
    text-align: center;
}


.floor-content .title {
    font-size: 22px;
    font-weight: 500;
    color: #303030;
}

.floor-content .floor-middle {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.floor-content .floor-middle .floor-middle-item:last-child {
    margin-right: 10px;
}

.floor-content .floor-middle .floor-middle-item {
    display: flex;
    flex-direction: column;
    margin-right: 90px;
}

.floor-content .floor-middle .floor-middle-item .title {
    margin-bottom: 30px;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-weight: normal;
    color: #303030;
}

.floor-content .floor-middle .floor-middle-item a {
    font-size: 16px;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-weight: normal;
    color: #757A79;
    margin-bottom: 19px;
}

.floor-content .floor-middle .floor-middle-item a:hover {
    color: #999999;
    text-decoration: none;
}

.floor-content .floor-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.floor-content .floor-icon .wechar,
.floor-content .floor-icon .microblog,
.floor-content .floor-icon .trill,
.floor-content .floor-icon .red-book {
    position: relative;
    margin-right: 50px;
}

.floor-content .floor-icon .wechar .icon,
.floor-content .floor-icon .microblog .icon,
.floor-content .floor-icon .trill .icon,
.floor-content .floor-icon .red-book .icon {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.floor-content .floor-icon .wechar:hover .wechar-on {
    display: block;
}

.floor-content .floor-icon .microblog:hover .microblog-on {
    display: block;
}

.floor-content .floor-icon .trill:hover .trill-on {
    display: block;
}

.floor-content .floor-icon .red-book:hover .red-book-on {
    display: block;
}

.floor-content .floor-icon .wechar-on,
.floor-content .floor-icon .microblog-on,
.floor-content .floor-icon .trill-on,
.floor-content .floor-icon .red-book-on {
    display: none;
    position: absolute;
    left: 50%;
    top: 36px;
    background: #FFFFFF;
    transform: translate(-50%, 0);
}

.floor-content .floor-icon .triangle {
    margin-left: 50%;
    width: 12px;
    height: 12px;
    background: #ffffff;
    transform: translate(-50%, 50%) rotate(45deg);
    box-shadow: -4px -4px 4px rgba(0, 0, 0, 0.3000);
}

.floor-content .floor-icon .floor-on-icon {
    width: 95px;
    height: 95px;
    padding: 10px;
    border-radius: 4px;
    z-index: 9;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3000);
}

.floor-content .floor-icon .floor-on-icon img {
    width: 100%;
    height: 100%;
}

.floor-content .relation .title {
    margin-bottom: 30px;
}

.floor-content .relation .text {
    font-size: 16px;
    font-weight: 500;
    color: #757A79;
    margin-bottom: 19px;
}

.floor-content .relation .qr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px;
}

.floor-content .relation .qr img {
    width: 100px;
    height: 100px;
}

.floor .web-line {
    margin-top: 60px;
    height: 1px;
    background: #E9E9E9;
}


.floor-firm {
    display: flex;
    justify-content: space-between;
    padding: 33px 0;
}

.floor-firm a,
.floor-firm p {
    font-size: 14px;
    color: #757A79;
}

.floor-firm a:hover {
    color: #000;
    text-decoration: none;
}


@media (max-width: 2000px) {
    .wp {
        width: 80%;
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media (max-width: 1600px) {
    .wp {
        width: 85%;
        max-width: 1440px;
        margin: 0 auto;
    }

    .floor-content .logo img {
        width: 82px;
        height: 82px;
    }

    .floor-content .logo p {
        font-size: 16px;
    }

    .floor-content .floor-middle .floor-middle-item {
        margin-right: 70px;
    }

    .floor-content .floor-middle .floor-middle-item:last-child {
        margin-right: 0;
    }

    .floor-content .floor-middle .floor-middle-item .title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .floor-content .floor-middle .floor-middle-item a {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .floor-content .relation .title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .floor-content .relation .text {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .floor-content .relation .qr img {
        width: 85px;
        height: 85px;
    }

    .floor-firm a,
    .floor-firm p {
        font-size: 14px;
    }
}

@media (max-width: 1300px) {
    .floor-content .floor-middle .floor-middle-item .title {
        font-size: 14px;
    }

    .floor-content .floor-middle .floor-middle-item a {
        font-size: 14px;
    }

    .floor-content .relation .title {
        font-size: 14px;
    }

    .floor-content .relation .text {
        font-size: 14px;
    }

    .floor-firm a,
    .floor-firm p {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .floor-content .floor-middle .floor-middle-item {
        margin-right: 50px;
    }

    .floor-content .floor-middle .floor-middle-item:last-child {
        margin-right: 0;
    }

    .floor-firm a,
    .floor-firm p {
        font-size: 12px;
    }
}