@charset "utf-8";

@font-face {
    font-family: "HarmonyOS_Sans_SC_Regular";
    src: url(../fonts/SourceHanSerifCN-Regular.otf);
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url(../fonts/SourceHanSerifCN-Light.otf);
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Bold";
    src: url(../fonts/SourceHanSerifCN-Bold.otf);
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium";
    src: url(../fonts/SourceHanSerifCN-Medium.otf);
}

* {
    scroll-behavior: smooth;
    font-family: "HarmonyOS_Sans_SC_Regular";
}

/* 分页 */
.Pages {
    display: table;
    width: auto;
    margin: 0 auto;
}

.Pages a {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin: 0 9px;
    transition: all .5s;
    position: relative;
}

.Pages em {
    font-style: initial;
}

.Pages .a_prev::before,
.Pages .a_next::before {
    content: '';
    width: 13px;
    height: 12px;
    background-image: url(../images/img23.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.Pages .a_prev::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.Pages .num a:hover,
.Pages .num a.a_cur {
    background: #417cf4;
    color: #fff;
}

.Pages .a_prev:hover::before,
.Pages .a_next:hover::before {
    background-image: url(../images/img24.png);
}

@media(max-width:500px) {
    .Pages a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin: 0 5px;
    }
}

.fd::after {
    content: " ";
    display: block;
    clear: both;
}

.fd {
    zoom: 1;
}

.app {
    display: none;
}

.container {
    width: 1600px;
    margin: 0 auto;
}

.wapr {
    width: 100%;
    margin: 0 auto;
    padding: 0 8.4%;
}

@media(max-width:1680px) {
    .container {
        width: 100%;
        padding: 0 80px;
    }
}

@media(max-width:1220px) {

    .wapr,
    .container {
        width: 100%;
        padding: 0 30px;
    }
}

@media(max-width:768px) {

    .wapr,
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

/* 导航 */
.nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .5s;
    padding-top: 3.18%;
}

.nav.nav2 {
    background: #003f7ef0;
    padding: 1.5% 0;
}

.nav_con {
    width: 100%;
    position: relative;
}

.nav .logo {
    width: 281px;
    height: 100%;
    float: left;
}

.nav .logo img {
    width: 100%;
    vertical-align: middle;
}

.nav .rig {
    float: right;
    height: 60px;
}

.nav .rig .category {
    float: left;
}

.category-item {
    float: left;
    margin-right: 40px;
    position: relative;
}

.category-item::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 5px;
    opacity: 0;
}

.category-item.on::before {
    opacity: 1;
}

.category-a {
    font-size: 16px;
    color: #fff;
    position: relative;
    display: block;
    transition: all .5s;
    line-height: 60px;
}

.category-a span {
    padding: 0 16px;
    line-height: 36px;
    background: #b59a5b;
    display: block;
    margin-top: 12px;
}

.category .two {
    position: absolute;
    min-width: 110px;
    height: auto;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 5px;
    display: none;
}

.category .two a {
    white-space: nowrap;
    padding: 0 10px;
}

.category .category-item:hover .two {
    display: block;
}

.togglr {
    width: 25px;
    height: 20px;
    margin: 0 auto;
    margin-top: 16px;
    cursor: pointer;
    display: none;
    margin-left: 30px;
}

.togglr .icon_bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.togglr .icon_bar:nth-of-type(2) {
    margin: 6px 0;
}

.togglr.on .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.togglr.on .icon_bar:first-child {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
}

.togglr.on .icon_bar:last-child {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
}

/**/
.search {
    float: right;
    position: relative;
    padding-left: 40px;
}

.language {
    float: left;
    position: relative;
}

.search::before {
    content: '';
    width: 1px;
    height: 15px;
    background: #9ea4aa;
    position: absolute;
    left: 20px;
    transform: translateY(-50%);
    top: 50%;
}

.category_y {
    float: left;
}

.nav .wb {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
}

.nav .wb a {
    color: #ffffff;
}

.nav .wb i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    margin-right: 6px;
}

.nav .language .wb i {
    background-image: url(../images/img2.png);
}

.nav .search .wb i {
    background-image: url(../images/img3.png);
}

.language .div {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 16px;
    text-align: center;
    display: none;
    background: #b59a5b;
}

.language .div a {
    color: #ffffff;
}

.language:hover .div {
    display: block;
}

.search .div {
    width: 200px;
    height: 45px;
    border: 1px solid #b59a5b;
    padding-right: 45px;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}

.search:hover .div {
    display: block;
}

.search .div input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

.search .div input:-moz-placeholder {
    color: #ffffff;
}

.search .div input:-ms-input-placeholder {
    color: #ffffff;
}

.search .div input::-webkit-input-placeholder {
    color: #ffffff;
}

.search .div button {
    width: 45px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/img4.png);
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b59a5b;
}

.two a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background: #b59a5b;
    border-bottom: 1px solid rgb(184, 184, 184);
    text-align: center;
}

@media(max-width:1459px) {

    /* */
    .nav .logo {
        width: 210px;
    }

    .nav .rig {
        height: 44px;
    }

    .category-a {
        font-size: 14px;
        line-height: 44px;
    }

    .category-item::before {
        bottom: 0;
    }

    .category-a span {
        padding: 0 10px;
        line-height: 30px;
        margin-top: 7px;
    }

    .nav .wb {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    .nav .wb i {
        width: 14px;
        height: 14px;
    }

    .search::before {
        height: 12px;
    }

    .language .div {
        font-size: 14px;
    }

    .search .div {
        height: 36px;
    }

    .category-item {
        margin-right: 30px;
    }
}

@media (max-width:1220px) {

    /* */
    .category-item {
        margin-right: 20px;
    }
}

@media(max-width:1024px) {
    .nav .rig {
        height: auto;
    }

    .nav.on {
        background: #003f7ef0;
    }

    .nav .rig .category {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 60px;
        background: #003f7ef0;
        padding: 0 30px;
        padding-top: 30px;
        display: none;
        z-index: 3;
    }

    .nav .rig .category::-webkit-scrollbar {
        width: 3px;
        background: #003f7ef0;
        border-radius: 50px;
    }

    .nav .rig .category::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #003f7ef0;
    }

    .nav .rig .category_y {
        width: 100%;
        padding-bottom: 15px;
    }

    .category-item {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #fff;
    }

    .category-a {
        margin-right: 0;
        line-height: 60px;
        display: inline-block;
        padding: 0;
    }

    .togglr {
        display: block;
        float: right;
        margin-top: 20px;
    }

    .nav .rig .category {
        height: calc(100% - 50px);
        overflow-y: auto;
    }

    .category-item {
        float: none;
        border-bottom: 1px solid #fff;
    }

    .category .two {
        position: static;
        transform: translate(0);
        width: 100%;
        background: none;
    }

    .category .two .div::before {
        display: none;
    }

    .category .two a {
        text-align: left;
        color: #fff;
        line-height: 38px;
        padding-left: 15px;
        background: #003f7ef0;
        border-bottom: transparent;
    }

    .category .two .div {
        padding: 0;
        transform: translateY(-10px);
    }

    /* */
    .nav,
    .nav.nav2 {
        padding-top: 0;
        padding-bottom: 0;
        height: 60px;
    }

    .nav .logo {
        width: 190px;
        padding: 10.5px 0;
    }

    .category-item.on::before {
        display: none;
    }

    .category-item {
        margin-right: 0;
    }

    .category-a span {
        padding: 0;
        line-height: 60px;
        margin-top: 0;
        background: none;
    }

    .category-a {
        width: 50%;
    }

    .search {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .search::before {
        display: none;
    }

    .search .wb {
        display: none;
    }

    .search .div {
        width: 100%;
        position: static;
        display: block;
    }

    .language {
        width: 100%;
        text-align: center;
    }

    .language .wb {
        display: inline-block;
        width: auto;
        margin-right: 10px;
        border-bottom: 1px solid #fff;
    }

    .language:hover .div {
        display: inline-block;
    }

    .language .div {
        display: inline-block;
        position: static;
        width: auto;
    }

    .nav .language .wb i {
        display: none;
    }
}

@media(max-width:768px) {
    .togglr {
        margin-left: 16px;
    }

    .nav .rig .category {
        padding: 20px;
        padding-bottom: 60px;
    }
}

@media(max-width:500px) {
    .togglr {
        margin-left: 8px;
    }

    /* */
    .nav .logo {
        width: 162px;
        padding: 13.5px 0;
    }

    .category-a {
        line-height: 50px;
    }

    .search {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .search .div {
        height: 40px;
    }
}

/* 底部 */
.foot {
    width: 100%;
    background: #efefef;
    padding: 2% 0;
    position: relative;
    z-index: 10;
}

.foot .top {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot .top .ig1 {
    width: 17.563%;
}

.foot .top img {
    width: 100%;
}

.foot .top .ig2 {
    width: 31.94%;
}

.foot .bot {
    width: 100%;
    padding-top: 2%;
}

.foot .bot .lef {
    width: 84%;
    float: left;
}

.foot .bot .lef .div {
    width: 100%;
}

.foot .bot .lef .div a {
    font-size: 22px;
    color: #231815;
    font-family: "HarmonyOS_Sans_SC_Bold";
    float: left;
    margin-right: 5.5%;
    line-height: 1;
}

.foot .bot .lef .div a:last-child {
    margin-right: 0;
}

.foot .bot .lef .div1 {
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.foot .bot .lef .div1 .share {
    float: left;
}

.foot .bot .lef .div1 .share span {
    font-size: 16px;
    color: #231815;
    margin-right: 26px;
    line-height: 40px;
    float: left;
}

.foot .bot .lef .div1 .share div {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    position: relative;
    float: left;
}

.foot .bot .lef .div1 .share div:last-child {
    margin-right: 0;
}

.foot .bot .lef .div1 .share div a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.foot .bot .lef .div1 .share .wx a {
    background-image: url(../images/img5.png);
}

.foot .bot .lef .div1 .share .wb a {
    background-image: url(../images/img6.png);
}

.foot .bot .lef .div1 .share .qq a {
    background-image: url(../images/img7.png);
}

.foot .bot .lef .div1 .share .ig {
    width: 116px;
    height: auto;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.foot .bot .lef .div1 .share div:hover .ig {
    display: block;
}

.foot .bot .lef .div1 .share .ig img {
    width: 100%;
}

.foot .bot .lef .div1 .a {
    float: left;
    font-size: 16px;
    color: #231815;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e0e1e1;
    margin-left: 50px;
}

.foot .bot .lef .div1 .a i {
    width: 13px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/img8.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-bottom: -2px;
}

.foot .bot .div2 {
    width: 100%;
    padding-bottom: 12px;
    float: left;
}

.foot .bot .div2 a {
    font-size: 16px;
    color: #666666;
    padding-right: 20px;
    float: left;
    position: relative;
}

.foot .bot .div2 a::before {
    content: '';
    width: 1px;
    height: 12px;
    background: #d9d9da;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.foot .bot .div3 {
    width: 100%;
    font-size: 16px;
    color: #666666;
    float: left;
}

.foot .bot .div3 a {
    color: #666;
}

.foot .bot .div3 i {
    display: inline-block;
    width: 18px;
    height: 20px;
    background-image: url(../images/img9.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 3px;
    margin-bottom: -1px;
}

.foot .bot .rig {
    width: 16%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot .bot .rig .div {
    width: 45.315%;
}

.foot .bot .rig .div img {
    width: 100%;
    display: block;
}

.foot .bot .rig .div p {
    font-size: 16px;
    color: #231815;
    text-align: center;
    margin-top: 15px;
}

@media(max-width:1459px) {
    .foot .bot .lef .div a {
        font-size: 18px;
    }

    .foot .bot .div2 a {
        font-size: 14px;
    }

    .foot .bot .div3 {
        font-size: 14px;
    }

    .foot .bot .div3 i {
        width: 14px;
        height: 16px;
    }

    .foot .bot .lef .div1 .a {
        font-size: 14px;
        width: 150px;
        height: 36px;
        line-height: 36px;
        margin-left: 40px;
    }

    .foot .bot .lef .div1 .a i {
        width: 10px;
        height: 12px;
        margin-right: 5px;
        margin-bottom: -1px;
    }

    .foot .bot .lef .div1 .share span {
        font-size: 14px;
        margin-right: 20px;
        line-height: 36px;
    }

    .foot .bot .lef .div1 .share div {
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }

    .foot .bot .rig .div p {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media(max-width:768px) {
    .foot .top .ig1 {
        width: 30%;
    }

    .foot .top .ig2 {
        width: 50%;
    }

    .foot .bot .lef {
        width: 100%;
    }

    .foot .bot .rig {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .foot {
        padding: 30px 0;
    }

    .foot .top {
        flex-wrap: wrap;
        padding-bottom: 15px;
    }

    .foot .top .ig1 {
        width: 45%;
    }

    .foot .top .ig2 {
        width: 68%;
        margin-top: 15px;
    }

    .foot .bot {
        padding-top: 5px;
    }

    .foot .bot .lef .div a {
        width: 33.333%;
        margin-right: 0;
        font-size: 14px;
        margin-top: 15px;
    }

    .foot .bot .lef .div1 {
        padding: 15px 0;
    }

    .foot .bot .lef .div1 .a {
        font-size: 13px;
        width: 130px;
        margin-left: 10px;
    }

    .foot .bot .lef .div1 .share span {
        margin-right: 10px;
    }

    .foot .bot .rig {
        width: 40%;
    }

    .foot .bot .rig .div p {
        margin-top: 5px;
        font-size: 12px;
    }

    .foot .bot .div2 a {
        font-size: 12px;
    }

    .foot .bot .div3 {
        font-size: 12px;
    }
}

/* 首页 */
.sy_con1 {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 1;
}

.sy_con1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sy_con1 .rq {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sy_con1 .rq .ig1 {
    width: 10.5%;
    display: block;
    margin: 0 auto;
}

.sy_con1 .rq .ig1 img {
    width: 100%;
}

.sy_con1 .rq .ig2 {
    width: 46.64%;
    display: block;
    margin: 0 auto;
    margin-top: 7.8%;
}

.sy_con1 .p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 3.3%;
}

.sy_con1 .p i {
    display: block;
    width: 14px;
    height: 8px;
    background-image: url(../images/img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 12px;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 10;
    background: #000;
}

.banner .bj {
    width: 100%;
    vertical-align: middle;
}

.banner .rq {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 11;
}

.banner .rq .p1 {
    font-size: 60px;
    color: #ffffff;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.banner .rq .p2 {
    font-size: 24px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Bold";
    padding-top: 1.3%;
}

.banner .swiper-pagination {
    bottom: 80px;
    padding-right: 11%;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    transition: all .5s;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #b59a5b;
}

.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.banner .box {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

@media(max-width:1024px) {
    .banner video {
        height: auto !important;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* sy_con2 */
.template {
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 18;
}

.sy_con2 {
    width: 100%;
    background: #efefef;
    padding-bottom: 7.5%;
    position: relative;
    z-index: 11;
}

.sy_con2 .rq {
    width: 100%;
}

.sy_con2 .lef {
    width: 38.3%;
    float: left;
    padding-top: 7%;
}

.sy_con2 .lef .text {
    font-size: 16px;
    color: #666666;
    line-height: 1.875;
	text-align:justify;
}

.sy_con2 .lef .a {
    display: block;
    margin-top: 6.6%;
    margin-bottom: 15%;
    font-size: 16px;
    color: #b59a5b;
}

.sy_con2 .lef .ig {
    width: 68.6%;
    position: relative;
}

.sy_con2 .lef .ig::before {
    content: '';
    width: 72.1%;
    height: 69%;
    background-image: url(../images/img10.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sy_con2 .lef .ig img {
    width: 100%;
}

.sy_con2 .rig {
    width: 50%;
    float: right;
}

.sy_con2 .rig .top {
    width: 100%;
    background: #003f7e;
    padding: 4% 0 11.3% 15%;
    position: relative;
}

.sy_con2 .rig .top::before {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #003f7e;
}

.sy_con2 .rig .top::after {
    content: '';
    width: 1000px;
    height: calc(100% + 80px);
    position: absolute;
    bottom: 0;
    left: 100%;
    background: #003f7e;
}

.bt {
    width: 100%;
}

.bt .p1 {
    font-size: 20px;
    color: #b59a5b;
}

.bt .p2 {
    font-size: 34px;
    color: #003f7e;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-top: 8px;
    position: relative;
    padding-right: 22px;
}

.sy_con2 .bt .p2 {
    color: #fff;
}

.bt .p2 i {
    width: 21px;
    height: 21px;
    background-image: url(../images/img11.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    margin-left: 5px;
    right: 0;
}

.sy_con2 .rig .div {
    width: 100%;
    padding-top: 9.89%;
}

.sy_con2 .rig .div1 {
    width: 100%;
    padding: 3% 0;
    border-bottom: 1px solid #b59a5b;
    position: relative;
    padding-right: 45px;
}

.sy_con2 .rig .div1::before {
    content: '';
    width: 8px;
    height: 14px;
    background-image: url(../images/img13.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 35%;
    right: 3%;
    transition: all .5s;
}

.sy_con2 .rig .div1.on::before {
    transform: rotate(90deg);
    top: 17%;
}

.sy_con2 .rig .div1 .p1 {
    font-size: 24px;
    color: #b59a5b;
    font-family: "HarmonyOS_Sans_SC_Bold";
    line-height: 1;
}

.sy_con2 .rig .div1 .p2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.875;
    margin-top: 3.68%;
    display: none;
	text-align:justify;
}

.sy_con2 .rig .bot {
    width: 100%;
    padding-top: 15.5%;
}

.sy_con2 .rig .div2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sy_con2 .rig .div3 {
    position: relative;
    width: 24%;
}

.sy_con2 .rig .div3::before {
    content: '';
    width: 1px;
    height: 75%;
    background: #b59a5b;
    position: absolute;
    bottom: 0;
    right: -4vw;
}

.sy_con2 .rig .div3:last-child::before {
    display: none;
}

.sy_con2 .rig .div3 .p1 {
    font-size: 86px;
    color: #b59a5b;
    font-family: "HarmonyOS_Sans_SC_Bold";
    text-align: center;
}

.sy_con2 .rig .div3 .p1 span {
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.sy_con2 .rig .div3 .p2 {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

/* sy_con3 */
.sy_con3 {
    width: 100%;
    padding: 6.32% 0;
    background: #fff;
    position: relative;
    z-index: 10;
}

.sy_con3 .rq {
    width: 100%;
    margin-top: 5%;
    position: relative;
}

.sy_con3 .lef {
    width: 36%;
    float: left;
    position: relative;
    padding-top: 2.4%;
    padding-right: 5.2%;
}

.sy_con3 .lef::after {
    content: '';
    width: 78.7%;
    height: 432px;
    background-image: url(../images/img14.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.sy_con3 .lef::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #b59a5b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sy_con3 .lef .ig {
    /*width:19.08%;*/
}

.sy_con3 .lef .ig img {
    /*width:100%;*/
    height: 107px
}

.sy_con3 .lef .p1 {
    font-size: 30px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-top: 18%;
    margin-bottom: 4.2%;
}

.sy_con3 .lef .text {
    font-size: 20px;
    color: #666666;
    line-height: 1.8em;
    height: 5.4em;
    margin-bottom: 14%;
    word-break: break-word;
    overflow-y: auto;
	text-align:justify;
}

.sy_con3 .lef .p2 {
    font-size: 16px;
    color: #666666;
    text-align: right;
    position: relative;
    top: 20px;
}

.sy_con3 .lef .p2 .p3 {
    font-size: 16px;
    color: #b59a5b;
    position: absolute;
    bottom: 0;
    right: 0;
}

.sy_con3 .lef .p2 .p3 i {
    display: inline-block;
    width: 8px;
    height: 14px;
    background-image: url(../images/img13.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-bottom: -1px;
}

.sy_con3 .lef .p2 span {
    font-size: 30px;
    color: #b59a5b;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.sy_con3 .rig {
    width: 60.4%;
    float: right;
}

.sy_con3 .rig img {
    width: 100%;
}

.sy_con3 .swiper-pagination {
    padding-right: 14.5%;
    text-align: left;
    font-size: 18px;
    color: #666666;
}

.sy_con3 .swiper-pagination-current {
    font-size: 30px;
    color: #b59a5b;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.sy_con3 .swiper-pagination-total {
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.prev,
.next {
    width: 45px;
    height: 90px;
    background-image: url(../images/img15.png);
    background-size: 21px 40px;
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}

.prev {
    left: -100px;
    transform: translateY(-50%) rotate(180deg);
}

.next {
    right: -100px;
}

/* sy_con4 */
.sy_con4 {
    width: 100%;
    padding-top: 6.5%;
    padding-bottom: 8%;
    background: #efefef;
    position: relative;
    z-index: 10;
}

.sy_con4 .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.sy_con4 .top .text {
    width: 50%;
    font-size: 16px;
    color: #666666;
    line-height: 1.875;
	text-align:justify;
}

.sy_con4 .top .bt {
    width: auto;
    padding-right: 25px;
}

.sy_con4 .bot {
    width: 100%;
    margin-top: 5%;
    position: relative;
}

.sy4_bot .div {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.sy4_bot .div .lef {
    width: 47.772%;
    overflow: hidden;
}

.sy4_bot .div .lef img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.sy4_bot .div:hover .lef img {
    transform: scale(1.05);
}

.sy4_bot .div .rig {
    width: 52.228%;
    padding: 7.3% 6.5%;
    position: relative;
    border: 1px solid #fff;
    border-left: none;
    transition: all .5s;
}

.sy4_bot .div:hover .rig {
    border-color: #b59a5b;
}

.sy4_bot .div .rig::before {
    content: '';
    width: 48.5%;
    height: 38%;
    background-image: url(../images/img14.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 36%;
    top: 74%;
    transform: translate(-50%, -50%);
}

.sy4_bot .div .rig .p1 {
    font-size: 16px;
    color: #b59a5b;
}

.sy4_bot .div .rig .p2 {
    font-size: 30px;
    color: #003f7e;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-top: 12%;
    margin-bottom: 6%;
    min-height: 88px;
}

.sy4_bot .div .rig .text {
    font-size: 16px;
    color: #666666;
	text-align:justify;
    line-height: 1.875;
}

.sy4_bot .div .rig .details {
    width: 40px;
    height: 40px;
    background-image: url(../images/img16.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.tk {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.tk .rq {
    width: 67.3%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 4.45% 4.2%;
    border: 1px solid #b59a5b;
}

.tk .rq .lef {
    width: 26.8%;
    float: left;
}

.tk .rq .lef img {
    width: 100%;
}

.tk .rq .rig {
    width: 73.2%;
    float: left;
    padding-left: 7.5%;
}

.tk .rq .rig .sp1 {
    font-size: 30px;
    color: #003f7e;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.tk .rq .rig .sp2 {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: auto;
    padding: 0 20px;
    line-height: 30px;
    background: #b59a5b;
    text-align: center;
    transform: translateY(-6px);
    margin-left: 20px;
}

.tk .rq .rig .p2 {
    font-size: 16px;
    color: #666666;
    line-height: 1.875;
    margin-top: 10px;
    margin-bottom: 6.5%;
}

.tk .rq .rig .text {
    font-size: 16px;
    color: #666666;
    line-height: 1.875;
    max-height: 50vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	text-align:justify;
	word-break: break-word;
}

.tk .rq .esc {
    width: 39px;
    height: 39px;
    background-image: url(../images/img17.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -44px;
    right: -44px;
    cursor: pointer;
    transition: all .5s;
}

.tk .rq .esc:hover {
    transform: rotate(90deg);
}

@media only screen and (max-width:1525px) {
    .sy4_bot .div .rig .p2 {
        font-size: 25px;
    }
}

@media only screen and (max-width:1260px) {
    .sy4_bot .div .rig .p2 {
        font-size: 20px;
        min-height: 70px;
    }
}

/* sy_con5 */
.sy_con5 {
    width: 100%;
    background-image: url(../images/img18.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
    padding-top: 5.4%;
    padding-bottom: 8.7%;
}

.sy_con5 .bt .p2 {
    color: #fff;
}

.sy_con5 .rq {
    width: 100%;
    position: relative;
}

.sy_con5 .rq .div {
    width: 100%;
    padding-left: 19%;
    padding-right: 11.9%;
    padding-top: 5.4%;
    padding-bottom: 4%;
}

.sy_con5 .rq .lef {
    width: 30.81%;
    position: relative;
    z-index: 10;
    float: left;
}

.sy_con5 .rq .lef::before {
    content: '';
    width: 25.65%;
    height: 25.65%;
    background-image: url(../images/img27.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -45px;
    right: -68px;
}

.sy_con5 .rq .lef .ig {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.sy_con5 .rq .lef .ig::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/img26.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sy_con5 .rq .lef .ig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sy_con5 .rq .rig {
    width: 58.4%;
    float: right;
    padding-top: 5.5%;
}

.sy_con5 .rq .rig .p {
    font-size: 64px;
    color: #b59a5b;
    font-family: "HarmonyOS_Sans_SC_Bold";
    line-height: 1;
    padding-bottom: 5.5%;
    border-bottom: 2px solid #b59a5b;
}

.sy_con5 .rq .rig .top {
    width: 100%;
    padding-top: 8%;
}

.sy_con5 .rq .rig .text {
    width: 100%;
    height: 170px;
    overflow-y: auto;
}

.sy_con5 .rq .rig .text::-webkit-scrollbar {
    width: 0px;
}

.sy_con5 .rq .rig .text p {
    font-size: 18px;
    color: #ffffff;
    padding-left: 82px;
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;
    word-break: break-all;
}

.sy_con5 .rq .rig .text p:last-child {
    margin-bottom: 0;
}

.sy_con5 .rq .rig .text p span {
    font-size: 20px;
    color: #b59a5b;
    position: absolute;
    left: 0;
    top: -1px;
}

.sy_con5 .rq .rig .text .item {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
    line-height: 1.35em;
    color: #fff;
    margin-bottom: 22px;
}

.sy_con5 .rq .rig .text .item:last-child {
    margin-bottom: 0;
}

.sy_con5 .rq .rig .text .item span {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    line-height: 1.5;
}

.sy_con5 .rq .rig .text .item .year {
    font-size: 1.12em;
    width: 70px;
    padding-left: 0;
}

.sy_con5 .swiper-container {
    z-index: 11;
}

.sy_con5 .swiper-slide {
    display: none;
}

.sy_con5 .prev-next {
    position: absolute;
    cursor: pointer;
}

.sy_con5 .swnext,
.sy_con5 .swprev {
    display: none;
    z-index: 10;
}

.sy_con5 .swiper-slide.swiper-slide-active {
    display: block;
}

.sy_con5 .rq .bot {
    width: 91.7%;
    padding-bottom: 9.875%;
    background-image: url(../images/img44.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 12;
}

.rotation3D {
    width: 94%;
    height: 600px;
    position: absolute;
    top: 110%;
    left: 3%;
    transform: translateY(-50%);
}

.rotation3D__item {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 160px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #b59a5b;
    font-family: "HarmonyOS_Sans_SC_Bold";
    opacity: .5;
}

.rotation3D__item.active {
    font-size: 36px;
    opacity: 1;
}

/* sy_con6 */
.sy_con6 {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 8.5%;
    background: #fff;
    position: relative;
    z-index: 10;
}

.sy_con6 .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.sy_con6 .top .text {
    width: 50%;
    font-size: 16px;
    color: #666666;
    line-height: 1.875;
	text-align:justify;
}

.sy_con6 .top .bt {
    width: auto;
    padding-right: 25px;
}

.sy_con6 .bot {
    width: 100%;
    padding-top: 5.3%;
}

.sy_con6 .bot .div {
    width: 23.4%;
    margin-right: 2.1333%;
    float: left;
    position: relative;
}

.sy_con6 .bot .div:last-child {
    margin-right: 0;
}

.sy_con6 .bot .div img {
    width: 100%;
}

.sy_con6 .bot .p {
    width: 100%;
    padding: 0 8.6%;
    padding-bottom: 9.6%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    letter-spacing: 4px;
}

.sy_con6 .bot .p p {
    font-size: 30px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Bold";
    line-height: 1;
    border-top: 2px solid #b59a5b;
    padding-top: 6%;
}

.sy_con6 .bot .div1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: #fff;
    border: 2px solid #b59a5b;
    padding: 24% 10%;
    padding-bottom: 10%;
    opacity: 0;
    transition: all .5s;
    max-height: 100%;
    overflow: auto;
}

.sy_con6 .bot .div:hover .div1 {
    opacity: 1;
}

.sy_con6 .bot .div1::before {
    content: '';
    width: 53%;
    height: 38%;
    background-image: url(../images/img14.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.sy_con6 .bot .div1 .p1 {
    font-size: 30px;
    color: #003f7e;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.sy_con6 .bot .div1 .text {
    font-size: 16px;
    color: #666666;
    margin-top: 6%;
    line-height: 1.875;
}

@media(max-width:1680px) {
    .next {
        right: -50px;
    }

    .prev {
        left: -50px;
    }
}

@media(max-width:1459px) {
    .banner .rq .p1 {
        font-size: 44px;
    }

    .banner .rq .p2 {
        font-size: 18px;
    }

    .banner .swiper-pagination {
        bottom: 60px;
    }

    .sy_con2 .lef .text {
        font-size: 14px;
    }

    .sy_con2 .lef .a {
        font-size: 14px;
    }

    .sy_con2 .rig .top::before {
        height: 60px;
    }

    .sy_con2 .rig .top::after {
        height: calc(100% + 60px);
    }

    .bt .p1 {
        font-size: 16px;
    }

    .bt .p2 {
        font-size: 26px;
        margin-top: 6px;
    }

    .bt .p2 i {
        width: 14px;
        height: 14px;
        margin-left: 3px;
    }

    .sy_con2 .rig .div1 {
        padding-right: 30px;
    }

    .sy_con2 .rig .div1 .p1 {
        font-size: 18px;
    }

    .sy_con2 .rig .div1 .p2 {
        font-size: 14px;
    }

    .sy_con2 .rig .div1::before {
        right: 2%;
    }

    .sy_con2 .rig .div3 .p1 {
        font-size: 65px;
    }

    .sy_con2 .rig .div3 .p2 {
        font-size: 14px;
    }

    .sy_con2 .lef .a {
        margin-bottom: 8%;
    }

    .prev,
    .next {
        background-size: 16px 30px;
    }

    .prev {
        left: -45px;
    }

    .next {
        right: -45px;
    }

    .sy_con3 .lef .p1 {
        font-size: 24px;
    }

    .sy_con3 .lef .text {
        font-size: 16px;
        height: 80px;
    }

    .sy_con3 .lef .p2 {
        font-size: 14px;
    }

    .sy_con3 .lef .p2 span {
        font-size: 24px;
    }

    .sy_con3 .swiper-pagination {
        font-size: 14px;
    }

    .sy_con3 .swiper-pagination-current {
        font-size: 24px;
    }

    .sy_con3 .swiper-pagination {
        bottom: 0;
    }

    .sy_con4 .top .text {
        font-size: 14px;
    }

    .sy4_bot .swiper-slide {
        cursor: pointer
    }

    .sy4_bot .div .rig .p1 {
        font-size: 14px;
    }

    .sy4_bot .div .rig .text {
        font-size: 14px;
    }

    .sy4_bot .div .rig .details {
        width: 34px;
        height: 34px;
    }

    .tk .rq {
        padding: 3% 2%;
    }

    .tk .rq .rig {
        padding-left: 4%;
    }

    .tk .rq .rig .sp1 {
        font-size: 24px;
    }

    .tk .rq .rig .sp2 {
        font-size: 14px;
        padding: 0 10px;
        line-height: 24px;
        transform: translateY(-3px);
        margin-left: 10px;
    }

    .tk .rq .rig .text,
    .tk .rq .rig .p2 {
        font-size: 14px;
    }

    .tk .rq .esc {
        width: 30px;
        height: 30px;
        top: -36px;
        right: -36px;
    }

    .sy4_bot .div .rig .p2 {
        font-size: 24px;
    }

    .sy_con6 .top .text {
        font-size: 14px;
    }

    .sy_con6 .bot .p p {
        font-size: 22px;
    }

    .sy_con6 .bot .div1 .p1 {
        font-size: 22px;
    }

    .sy_con6 .bot .div1 .text {
        font-size: 14px;
    }

    .sy_con5 .rq .rig .p {
        font-size: 48px;
    }

    .sy_con5 .rq .rig .text p {
        font-size: 14px;
        padding-left: 56px;
        margin-bottom: 12px;
    }

    .sy_con5 .rq .rig .text .item {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .sy_con5 .rq .rig .text .item .year {
        width: 40px;
    }

    .sy_con5 .rq .rig .text {
        height: 85px;
    }

    .rotation3D__item {
        width: 100px;
        font-size: 16px;
        line-height: 24px;
    }

    .rotation3D__item.active {
        font-size: 26px;
    }

    .rotation3D {
        height: 580px;
        top: 100%;
    }

    .sy_con5 .rq .rig .text p span {
        font-size: 16px;
    }
}

@media(max-width:1366px) {
    .tk .rq .rig .text {
        height: 200px;
        overflow: auto;
    }
}

@media(max-width:1220px) {
    .next {
        right: -20px;
    }

    .prev {
        left: -20px;
    }
}

@media(max-width:991px) {
    .banner .rq .p1 {
        font-size: 34px;
    }

    .banner .rq .p2 {
        font-size: 14px;
    }

    .banner .swiper-pagination {
        bottom: 20px;
        padding-right: 0;
    }

    .sy_con2 .lef {
        width: 100%;
        padding-top: 0;
        display: flex;
        align-items: center;
    }

    .sy_con2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sy_con2 .lef .a {
        margin: 20px 0;
    }

    .sy_con2 .rig {
        width: 100%;
        margin-top: 40px;
    }

    .sy_con2 .rig .top::before,
    .sy_con2 .rig .top::after {
        display: none;
    }

    .sy_con2 .rig .top {
        padding: 30px 20px;
    }

    .sy_con2 .rig .div {
        padding-top: 10px;
    }

    .sy_con2 .rig .div1 {
        padding: 15px 0;
    }

    .sy_con2 .rig .div1 .p2 {
        margin-top: 10px;
    }

    .sy_con2 .lef .ig {
        width: 30%;
    }

    .sy_con2 .rig .bot {
        padding-top: 20px;
    }

    .sy_con2 .rig .div3 {
        width: 33.3333%;
    }

    .sy_con2 .rig .div3::before {
        right: 0;
    }

    .sy_con2 .rig .div3 .p1 {
        font-size: 40px;
    }

    .sy_con3 {
        padding: 60px 0;
    }

    .sy_con3 .rq {
        margin-top: 30px;
    }

    .sy_con3 .lef {
        width: 100%;
    }

    .sy_con3 .rig {
        width: 100%;
    }

    .sy_con3 .lef::before {
        display: none;
        padding-top: 30px;
        padding-right: 0;
    }

    .sy_con3 .lef .p1 {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .sy_con3 .lef .text {
        height: auto;
        margin-bottom: 20px;
    }

    .sy_con4 {
        padding: 20px 0;
    }

    .sy_con4 .top .text {
        width: 100%;
        margin-top: 10px;
    }

    .sy_con4 .top .bt {
        width: 100%;
    }

    .sy_con4 .bot {
        margin-top: 20px;
    }

    .sy4_bot .div .rig {
        padding: 20px 10px;
    }

    .sy4_bot .div .rig .p2 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .sy_con6 {
        padding: 40px 0;
    }

    .sy_con6 .top .text {
        width: 100%;
        margin-top: 10px;
    }

    .sy_con6 .top .bt {
        width: 100%;
    }

    .sy_con6 .bot {
        padding-top: 20px;
    }

    .sy_con6 .bot .div {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .sy_con6 .bot .div:nth-child(2n) {
        margin-right: 0;
    }
}

@media(min-width:768px) {
    .sy_con2 .lef.lefmo {
        display: none;
    }
}

@media(max-width:768px) {
    .next {
        right: -10px;
    }

    .prev {
        left: -10px;
    }

    .sy_con5 .swnext,
    .sy_con5 .swprev {
        display: block;
    }

    .sy_con5 .swprev {
        left: 0
    }

    .sy_con5 .swnext {
        right: 0
    }

    .sy_con2 .lef.lefmo .text {
        margin-bottom: 20px;
        padding-right: 20px;
        width: 50%;
    }

    .sy_con2 .lef.lefmo .text .a {
        margin: 0;
        display: contents;
    }

    .sy_con2 .lef.lefpc {
        display: none;
    }

    .pc {
        display: none;
    }

    .app {
        display: block;
    }

    .banner {
        height: 100vh;
    }

    .banner .bj {
        height: 100%;
        object-fit: cover;
    }

    .banner .swiper-container {
        height: 100%;
    }

    .sy_con5 .rq .bot {
        display: none;
    }

    .sy_con5 .rq .div {
        padding: 0;
        padding-top: 50px;
    }

    .sy_con5 .rq .rig {
        width: 57.4%;
    }

    .sy_con5 .rq .rig .p {
        font-size: 20px;
    }

    .sy_con5 .swiper-slide {
        display: block;
    }
}

@media(max-width:500px) {
    .sy_con1 .rq .ig1 {
        width: 31%;
    }

    .sy_con1 .rq .ig2 {
        width: 84%;
        margin-top: 8%;
    }

    .banner .rq .p1 {
        font-size: 24px;
    }

    .banner .rq .p2 {
        padding-top: 10px;
        font-size: 12px;
    }

    .sy_con2 .lef .ig {
        width: 50%;
        max-width: 200px;
        margin: auto;
    }

    .bt .p2 {
        font-size: 22px;
    }

    .bt .p1 {
        font-size: 14px;
    }

    .sy_con2 .rig .top {
        padding: 50px 20px;
    }

    .sy_con2 .rig .div1 .p1 {
        font-size: 16px;
    }

    .sy_con2 .rig .div3 .p1 {
        font-size: 28px;
    }

    .sy_con3 .rq {
        margin-top: 20px;
    }

    .sy_con3 .lef .p1 {
        margin-top: 16px;
        margin-bottom: 20px;
        font-size: 22px;
    }

    .sy_con3 .lef {
        padding-right: 0;
        padding-top: 30px;
    }

    .sy_con3 .lef .text {
        font-size: 14px;
        min-height: 100px;
    }

    .sy_con3 .swiper-pagination {
        padding-right: 0;
    }

    .sy_con3 .lef::after {
        height: 260px;
    }

    .sy4_bot .div .rig .p2 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sy4_bot .div .rig {
        padding-bottom: 35px;
        width: 54.228%;
    }

    .sy4_bot .div .lef {
        width: 45.772%;
        position: relative;
    }

    .jion_con1 .sy4_bot .lef {
        width: 100%;
    }

    .jion_con2 .sy4_bot .lef {
        width: 100%;
    }

    .sy4_bot .div .lef .details {
        width: 40px;
        height: 40px;
        background-image: url(../images/img16.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        cursor: pointer;
    }

    .sy4_bot .div .details {
        width: 40px;
        height: 40px;
        background-image: url(../images/img16.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        cursor: pointer;
    }

    .sy_con6 .bot .p {
        padding: 0 10px 10px 10px;
        letter-spacing: 0;
        padding-bottom: 20px;
    }

    .sy_con6 .bot .p p {
        font-size: 14px;
        padding-top: 10px;
    }

    .sy_con6 .bot .div1 {
        padding: 20px 10px;
    }

    .sy_con6 .bot .div1 .p1 {
        font-size: 18px;
    }

    .sy_con6 .bot .div1 .text {
        font-size: 13px;
        margin-top: 6px;
        max-height: 140px;
        overflow: auto;
    }

    .tk .rq {
        width: 98%;
        padding: 25px 10px;
    }

    .tk .rq .rig .text {
        height: 264px;
        overflow-y: auto;
        padding-right: 10px;
    }

    .tk .rq .rig .sp1 {
        font-size: 18px;
    }

    .tk .rq .rig .sp2 {
        font-size: 12px;
        padding: 0 5px;
        line-height: 20px;
        transform: translateY(-2px);
        margin-left: 6px;
    }

    .tk .rq .rig .text,
    .tk .rq .rig .p2 {
        font-size: 13px;
    }

    .tk .rq .esc {
        width: 26px;
        height: 26px;
        top: -38px;
        right: 0px;
    }

    .sy_con5 .rq .lef {
        float: none;
        width: 80%;
        margin: 0 auto;
    }

    .sy_con5 .rq .rig {
        width: 100%;
        float: none;
    }

    .sy_con5 .rq .lef .ig {
        width: 80%;
        margin: 0 auto;
        position: relative;
        max-width: 155px;
    }

    .sy_con5 .rq .rig .text p,
    .sy_con5 .rq .rig .p {
        text-align: left;
    }

    .sy_con5 .rq .lef::before {
        right: -10%;
    }

    .sy_con5 {
        padding: 20px 0;
    }

    .sy_con5 .rq .rig .text p {
        display: block;
    }

    .sy_con5 .rq .rig .text {
        height: 106px;
    }

    .sy_con5 .rq .rig .text .item {
        display: block;
        overflow: hidden;
    }

    .sy_con5 .rq .rig .text .item .year {
        margin-left: 0;
        float: left;
    }

    .sy_con5 .rq .rig .text .item span {
        display: block;
        margin-left: 60px;
        text-align: left;
    }
}

/* 关于我们_诞生背景 */
.ny_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ny_banner .bj {
    width: 100%;
    vertical-align: middle;
}

.ny_banner .rq {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.ny_banner .rq .p1 {
    font-size: 24px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.ny_banner .rq .p2 {
    font-size: 44px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

@media screen and (max-width:1500px) {
    .ny_banner .rq .p2 {
        font-size: 40px;
    }
}

.abo_con1 {
    width: 100%;
    background: #efefef;
}

.abo_con1 .lef {
    float: left;
}

.abo_con1 .lef a {
    font-size: 16px;
    color: #666666;
    line-height: 100px;
    margin-right: 70px;
    float: left;
}

.abo_con1 .lef a:last-child {
    margin-right: 0;
}

.abo_con1 .lef a.on {
    color: #b59a5b;
    border-bottom: 2px solid #b59a5b;
}

.abo_con1 .lef a:hover {
    color: #b59a5b;
}

.abo_con1 .rig {
    float: right;
}

.abo_con1 .rig a {
    font-size: 14px;
    color: #999999;
    line-height: 100px;
    display: inline-block;
}

.abo_con1 .rig span {
    color: #666666;
}

/* abo_con2 */
.abo_con2 {
    width: 100%;
    padding-top: 5.8%;
    padding-bottom: 10%;
}

.abo_con2 .lef {
    width: 50%;
    padding-top: 2.2%;
}

.bt .p3 {
    font-size: 40px;
    color: #003f7e;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.abo_con2 .lef .p1 {
    font-size: 20px;
    color: #b59a5b;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 5px;
    position: relative;
    padding-left: 75px;
}

.abo_con2 .lef .p1::before {
    content: '';
    width: 60px;
    height: 2px;
    background: #b59a5b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.abo_con2 .lef .text {
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
    margin-top: 6%;
    margin-bottom: 4%;
    min-height: 608px;
}

.abo_con2 .lef .div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.abo_con2 .lef .div1 {
    position: relative;
    width: 25%;
}

.abo_con2 .lef .div1::before {
    content: '';
    width: 1px;
    height: 75%;
    background: #b59a5b;
    position: absolute;
    bottom: 0;
    right: -4vw;
}

.abo_con2 .lef .div1:last-child::before {
    display: none;
}

.abo_con2 .lef .div1 .p2 {
    text-align: center;
    font-size: 86px;
    color: #b59a5b;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.abo_con2 .lef .div1 .p2 span {
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.abo_con2 .lef .div1 .p3 {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.abo_con2 .rq {
    position: relative;
}

.abo_con2 .rig {
    width: 43.67%;
    position: absolute;
    right: 0;
    top: 0;
}

.abo_con2 .rig img {
    width: 100%;
    vertical-align: middle;
}

/* abo_con3 */
.abo_con3 {
    width: 100%;
    background-image: url(../images/img19.png);
    background-size: cover;
    padding: 5.8% 0;
}

.abo_con3 .bt {
    text-align: center;
}

.abo_con3 .rq {
    width: 100%;
    padding-top: 3.5%;
}

.abo_con3 .rq .top {
    width: 100%;
    position: relative;
}

.abo_con3 .top .swiper-slide {
    padding-top: 40px;
    padding-bottom: 460px;
    position: relative;
}

.abo_con3 .top .div {
    width: 63%;
    height: 384px;
    transition: all .5s;
    position: relative;
    display: flex;
    align-items: center;
}

.abo_con3 .top .div .ig {
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.abo_con3 .top .div .ig::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/img20.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}

.abo_con3 .top .div::after {
    content: '';
    width: 24%;
    height: 24%;
    background-image: url(../images/img21.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -58px;
    top: -37px;
    opacity: 0;
}

.abo_con3 .top .swiper-slide-active .div .ig::before,
.abo_con3 .top .swiper-slide-active .div::after {
    opacity: 1;
}

.abo_con3 .top .div img {
    width: 100%;
}

.abo_con3 .top .swiper-slide-active .div {
    width: 120%;
    transform: translateX(-7%);
}

.abo_con3 .top .swiper-slide-next+.swiper-slide .div,
.abo_con3 .top .swiper-slide-next .div {
    float: right;
}

.abo_con3 .top .div .p {
    font-size: 20px;
    color: #b19960;
    font-family: "HarmonyOS_Sans_SC_Bold";
    width: 45%;
    height: 45%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.abo_con3 .top .swiper-slide-active .div .p {
    opacity: 0;
}

.abo_con3 .swiper-wrapper {
    align-items: center;
}

.abo_con3 .top .div1 {
    width: 980px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.abo_con3 .top .swiper-slide-active .div1 {
    display: block;
}

.abo_con3 .top .div1 .p1 {
    font-size: 64px;
    color: #003f7e;
    font-family: "HarmonyOS_Sans_SC_Bold";
    text-align: center;
    line-height: 1;
    margin-top: 50px;
    margin-bottom: 75px;
}

.abo_con3 .top .div1 .text {
    width: 100%;
    padding-left: 20%;
    height: 265px;
    overflow: auto;
}

.abo_con3 .top .div1 .text::-webkit-scrollbar {
    width: 0px;
}

.abo_con3 .top .div1 .text p {
    font-size: 20px;
    color: #666666;
    padding-left: 95px;
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp:1;*/
    overflow: hidden;
}

.abo_con3 .top .div1 .text p span {
    color: #b59a5b;
    position: absolute;
    top: 0;
    left: 0;
}

.abo_con3 .prev,
.abo_con3 .next {
    right: 9%;
    top: auto;
    margin-top: 0;
    transform: translate(0);
    bottom: 150px;
}

.abo_con3 .prev {
    left: 9%;
    transform: translate(0) rotate(180deg);
}

/* abo_con4 */
.abo_con4 {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 5.8% 0;
}

.abo_con4 .rq {
    width: 100%;
    padding-top: 4.4%;
}

.abo_con4 .top {
    width: 100%;
    padding-bottom: 4.4%;
}

.abo_con4 .top .div {
    width: 100%;
    display: none;
}

.abo_con4 .top .div.on {
    display: block;
}

.abo_con4 .top .div .p1 {
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.abo_con4 .top .div .text {
    font-size: 18px;
    color: #666666;
    line-height: 1.888;
    margin-top: 1.4%;
    width: 64%;
	text-align:justify;
}

.abo_con4 .bot {
    width: 100%;
    display: flex;
}

.abo_con4 .bot .div {
    margin-right: 6.3%;
}

.abo_con4 .bot .div:last-child {
    margin-right: 0;
}

.abo_con4 .bot .div .ig {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    transition: all .5s;
}

.abo_con4 .bot .div.on .ig {
    background: #003f7e;
    border: 2px solid #003f7e;
}

.abo_con4 .bot .div .ig::after,
.abo_con4 .bot .div .ig::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #003f7e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fdtm 2s linear infinite;
    z-index: -1;
    display: none;
}

.abo_con4 .bot .div .ig::after {
    animation: fdtm 2s linear infinite 1s;
}

.abo_con4 .bot .div.on .ig::after,
.abo_con4 .bot .div.on .ig::before {
    display: block;
}

@keyframes fdtm {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.6);
    }
}

.abo_con4 .bot .div .ig img {
    max-width: 60%;
    max-height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abo_con4 .bot .div .p1 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 1em;
    transition: all .5s;
}

.abo_con4 .bot .div.on .p1 {
    color: #003f7e;
}

@media(max-width:1459px) {
    .ny_banner .rq .p1 {
        font-size: 18px;
    }

    .ny_banner .rq .p2 {
        font-size: 35px;
    }

    .abo_con1 .lef a {
        font-size: 14px;
        line-height: 70px;
        margin-right: 50px;
    }

    .abo_con1 .rig a {
        line-height: 70px;
    }

    .bt .p3 {
        font-size: 30px;
    }

    .abo_con2 .lef .p1 {
        font-size: 16px;
        padding-left: 57px;
    }

    .abo_con2 .lef .p1::before {
        width: 40px;
    }

    .abo_con2 .lef .text {
        font-size: 14px;
        min-height: 475px;
    }

    .abo_con2 .lef .div1 .p2 {
        font-size: 64px;
    }

    .abo_con2 .lef .div1 .p3 {
        font-size: 14px;
    }

    .abo_con3 .top .div {
        height: 280px;
    }

    .abo_con3 .top .div .p {
        font-size: 16px;
    }

    .abo_con3 .top .div1 .p1 {
        font-size: 44px;
        margin-top: 36px;
        margin-bottom: 56px;
    }

    .abo_con3 .top .div1 .text p {
        font-size: 16px;
        padding-left: 80px;
        margin-bottom: 8px;
    }

    .abo_con3 .top .div1 .text {
        height: 93px;
    }

    .abo_con3 .top .swiper-slide {
        padding-top: 38px;
        padding-bottom: 229px;
    }

    .abo_con4 .top .div .p1 {
        font-size: 20px;
    }

    .abo_con4 .top .div .text {
        font-size: 14px;
    }

    .abo_con4 .bot .div .ig {
        width: 46px;
        height: 46px;
    }

    .abo_con4 .bot .div .p1 {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .abo_con2 .lef .div1 .p2 {
        font-size: 44px;
    }

    .abo_con3 .top .div {
        height: 200px;
    }

    .abo_con3 .top .div1 {
        width: 580px;
    }

    .abo_con3 .top .div1 .text {
        padding-left: 0;
    }
}

@media(max-width:768px) {
    .ny_banner .rq .p1 {
        font-size: 14px;
    }

    .ny_banner .rq .p2 {
        font-size: 28px;
    }

    .abo_con1 .lef a {
        line-height: 48px;
        margin-right: 25px;
    }

    .abo_con1 .rig a {
        line-height: 48px;
    }

    .abo_con2 .lef {
        width: 100%;
    }

    .abo_con2 .rig {
        width: 100%;
        position: static;
        margin-top: 30px;
    }

    .abo_con2 .lef .text {
        margin: 20px 0;
        min-height: auto;
    }

    .abo_con2 .lef .div1 {
        width: 33.333%;
    }

    .abo_con2 .lef .div1::before {
        right: 0;
    }

    .abo_con3 .top .div {
        height: 158px;
    }

    .abo_con3 .top .div1 .p1 {
        font-size: 30px;
        margin-top: 22px;
        margin-bottom: 28px;
    }

    .abo_con3 .top .div1 .text p {
        font-size: 14px;
        padding-left: 50px;
    }

    .abo_con3 .top .div1 .text {
        height: 84px;
    }

    .abo_con3 .prev,
    .abo_con3 .next {
        right: 0%;
        bottom: 30px;
    }

    .abo_con3 .prev {
        left: 0;
    }

    .abo_con3 .top .swiper-slide {
        padding-top: 14px;
        padding-bottom: 164px;
    }

    .abo_con3 .top .div::after {
        right: -5px;
        top: -5px;
        width: 15%;
        height: 15%;
    }

    .abo_con3 .top .div .p {
        font-size: 14px;
        width: 60%;
        height: 60%;
    }

    .abo_con4 .top .div .text {
        width: 100%;
    }
}

@media(max-width:500px) {
    .abo_con1 .rig {
        display: none;
    }

    .abo_con2 {
        padding: 40px 0;
    }

    .bt .p3 {
        font-size: 22px;
    }

    .abo_con2 .lef {
        padding-top: 0;
    }

    .abo_con2 .lef .p1 {
        font-size: 14px;
        margin-top: 2px;
        padding-left: 38px;
    }

    .abo_con2 .lef .p1::before {
        width: 28px;
    }

    .abo_con2 .lef .text {
        margin: 16px 0;
    }

    .abo_con2 .lef .div1 .p2 {
        font-size: 28px;
    }

    .abo_con3 {
        padding: 40px 0;
    }

    .abo_con3 .top .div,
    .abo_con3 .top .swiper-slide-active .div {
        width: 45%;
        height: auto;
        margin: 0 auto;
    }

    .abo_con3 .top .swiper-slide-active .div {
        transform: translateX(0%);
    }

    .abo_con3 .top .swiper-slide-next+.swiper-slide .div,
    .abo_con3 .top .swiper-slide-next .div {
        float: none;
    }

    .abo_con3 .top .div1 .p1 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .abo_con3 .top .swiper-slide {
        padding-bottom: 0;
    }

    .abo_con3 .top .div1 {
        width: 100%;
        position: static;
        transform: translate(0);
        display: block;
    }

    .abo_con3 .prev,
    .abo_con3 .next {
        top: 30%;
    }

    .abo_con4 {
        padding: 40px 0;
    }

    .abo_con4 .top .div .p1 {
        font-size: 16px;
    }

    .abo_con4 .rq {
        padding-top: 16px;
    }

    .abo_con4 .top {
        padding-bottom: 20px;
    }
}

/* 关于我们_行业认可奖项 */
.abo2_con2 {
    width: 100%;
    background-image: url(../images/img22.png);
    background-size: cover;
    background-position: center;
    padding: 5.6% 0;
}

.bt.cen_bt {
    text-align: center;
}

.abo2_con2 .rq {
    width: 100%;
    padding-top: 4%;
}

.abo2_con2 .top {
    width: 100%;
    position: relative;
}

.abo2_con2 .top::before {
    content: '';
    width: 100%;
    height: 2px;
    background-image: url(../images/img25.png);
    background-size: contain;
    position: absolute;
    top: 13px;
    left: 0;
}

.abo2_con2 .top .swiper-slide {
    font-size: 20px;
    color: #999999;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Bold";
    cursor: pointer;
}

.abo2_con2 .top .swiper-slide i {
    display: block;
    width: 29px;
    height: 28px;
    background-image: url(../images/img24.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 9%;
}

.abo2_con2 .top .swiper-slide-thumb-active i {
    background-image: url(../images/img23.jpg);
}

.abo2_con2 .bot {
    width: 100%;
    margin-top: 5.6%;
    position: relative;
}

.abo2_con2 .bot .div {
    width: 100%;
    padding: 0 10.2%;
}

.abo2_con2 .bot .lef {
    width: 25.45%;
    padding-bottom: 25.45%;
    float: left;
    position: relative;
    border-radius: 50%;
    transform: translateY(54px);
}

.abo2_con2 .bot .lef::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/img26.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.abo2_con2 .bot .lef::after {
    content: '';
    width: 25.3%;
    height: 25.3%;
    background-image: url(../images/img27.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -34px;
    right: -50px;
    z-index: 3;
}

.abo2_con2 .bot .lef p {
    background: #003f7e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 42px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Bold";
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abo2_con2 .bot .rig {
    width: 64.78%;
    height: 480px;
    overflow-y: auto;
    float: right;
}

.abo2_con2 .bot .rig::-webkit-scrollbar {
    width: 0px;
}

.abo2_con2 .bot .rig p {
    font-size: 18px;
    color: #666666;
    padding-left: 74px;
    margin-bottom: 24px;
    position: relative;
}

.abo2_con2 .bot .rig p:last-child {
    margin-bottom: 0;
}

.abo2_con2 .bot .rig p span {
    font-size: 20px;
    color: #b59a5b;
    position: absolute;
    left: 0;
    top: 0;
}

.abo2_con2 .next2,
.abo2_con2 .prev2 {
    width: 50px;
    height: 50px;
    background-image: url(../images/img28.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.abo2_con2 .prev2 {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

@media(max-width:1459px) {
    .abo2_con2 .top .swiper-slide i {
        width: 22px;
        height: 21px;
        margin-bottom: 6%;
    }

    .abo2_con2 .top .swiper-slide {
        font-size: 14px;
    }

    .abo2_con2 .top::before {
        top: 10px;
    }

    .abo2_con2 .bot .lef p {
        font-size: 32px;
    }

    .abo2_con2 .bot .lef::after {
        top: -24px;
        right: -38px;
    }

    .abo2_con2 .bot .lef {
        transform: translateY(24px);
    }

    .abo2_con2 .bot .rig p {
        font-size: 14px;
        padding-left: 60px;
        margin-bottom: 14px;
    }

    .abo2_con2 .bot .rig p span {
        font-size: 16px;
    }

    .abo2_con2 .bot .rig {
        height: 360px;
    }

    .abo2_con2 .next2,
    .abo2_con2 .prev2 {
        width: 38px;
        height: 38px;
    }

    .abo2_con2 .bot .div {
        padding: 0 6%;
    }
}

@media(max-width:768px) {
    .abo2_con2 .bot .rig {
        width: 100%;
    }

    .abo2_con2 .bot .lef {
        width: 40%;
        display: none;
        padding-bottom: 40%;
    }

    .abo2_con2 .next2,
    .abo2_con2 .prev2 {
        display: none;
    }

    .abo2_con2 .bot .div {
        padding: 0;
    }
}

@media(max-width:500px) {
    .abo2_con2 {
        padding: 40px 0;
    }

    .abo2_con2 .rq {
        padding-top: 18px;
    }

    .abo2_con2 .bot .rig {
        height: auto;
    }
}

/* 关于我们_联系我们 */
.abo3_con2 {
    width: 100%;
    padding: 5.8% 0;
}

.abo3_con2 .rq {
    width: 100%;
    padding: 3.3% 6.7%;
    padding-right: 8.7%;
    background-image: url(../images/img29.jpg);
    background-size: cover;
    background-position: left top;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abo3_con2 .lef {
    width: 58%;
}

.abo3_con2 .rig {
    width: 35.5%;
}

.abo3_con2 .lef .top {
    width: 100%;
    padding-top: 3%;
}

.abo3_con2 .lef .top .p {
    font-size: 24px;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Bold";
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
}

.abo3_con2 .lef .top .p i {
    width: 25px;
    height: 23px;
    background-image: url(../images/img31.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}

.abo3_con2 .lef .top .p.bp i {
    background-image: url(../images/img30.png);
}

.abo3_con2 .lef .top .p:last-child {
    margin-bottom: 0;
}

.abo3_con2 .lef .bot {
    width: 100%;
}

.abo3_con2 .lef .bot .div {
    width: 100%;
    margin-top: 32px;
}

.abo3_con2 .lef .bot .div .p {
    font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}

.abo3_con2 .lef .bot .div .p:last-child {
    margin-bottom: 0;
}

.abo3_con2 .lef .bot .div .p i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
}

.abo3_con2 .lef .bot .div .p.address i {
    background-image: url(../images/img32.png);
}

.abo3_con2 .lef .bot .div .p.Telephone i {
    background-image: url(../images/img33.png);
}

.abo3_con2 .lef .bot .div .p.Fax i {
    background-image: url(../images/img34.png);
}

.abo3_con2 .rig {
    width: 35.5%;
    background: #fff;
    padding: 3.4% 3%;
    position: relative;
    z-index: 2;
}

.abo3_con2 .rig::before {
    content: '';
    width: 63%;
    height: 49%;
    background-image: url(../images/img14.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.abo3_con2 .rig .p1 {
    font-size: 30px;
    color: #b59a5b;
    font-weight: bold;
    text-align: center;
}

.abo3_con2 .rig .div {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 50px;
}

.abo3_con2 .rig .div1 {
    width: 100%;
    margin-top: 18px;
    border-bottom: 1px solid #b7b7b7;
    padding-left: 32px;
    position: relative;
}

.abo3_con2 .rig .div1 input {
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #666;
}

.abo3_con2 .rig .div1 input:-moz-placeholder {
    color: #b7b7b7;
}

.abo3_con2 .rig .div1 input:-ms-input-placeholder {
    color: #b7b7b7;
}

.abo3_con2 .rig .div1 input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.abo3_con2 .rig .div1 i {
    width: 20px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.abo3_con2 .rig .div1.name i {
    background-image: url(../images/img35.png);
}

.abo3_con2 .rig .div1.Telephone i {
    background-image: url(../images/img36.png);
}

.abo3_con2 .rig .div1.mailbox i {
    background-image: url(../images/img37.png);
}

.abo3_con2 .rig .div1.company i {
    background-image: url(../images/img38.png);
}

.abo3_con2 .rig .div1.position i {
    background-image: url(../images/img39.png);
}

.abo3_con2 .rig .div2 {
    width: 100%;
    padding: 0 7.5%;
    display: flex;
    justify-content: space-between;
}

.abo3_con2 .rig .div3 {
    width: 47%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid #003f7e;
    background: #003f7e;
    position: relative;
    cursor: pointer;
}

.abo3_con2 .rig .div3.file {
    background: #fff;
    color: #003f7e;
    padding-right: 10px;
}

.load_state {
    background: transparent url(../images/gou.png) center no-repeat;
    border-radius: 6px;
    display: block;
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 2;
}

.abo3_con2 .rig .div3.file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}

.abo3_con2 .rig .div3.file #filename {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.abo3_con2 .rig .div3.file #filename.on {
    display: block;
    padding-right: 10px;
}

@media(max-width:1459px) {
    .abo3_con2 .lef .top .p {
        font-size: 18px;
        padding-left: 26px;
        margin-bottom: 14px;
    }

    .abo3_con2 .lef .top .p i {
        width: 18px;
        height: 17px;
        top: 6px;
        left: 0;
    }

    .abo3_con2 .lef .bot .div {
        margin-top: 24px;
    }

    .abo3_con2 .lef .bot .div .p {
        font-size: 16px;
        margin-bottom: 8px;
        padding-left: 26px;
    }

    .abo3_con2 .lef .bot .div .p i {
        width: 16px;
        height: 15px;
    }

    .abo3_con2 .rig .p1 {
        font-size: 24px;
    }

    .abo3_con2 .rig .div {
        margin-bottom: 30px;
    }

    .abo3_con2 .rig .div1 {
        margin-top: 8px;
        padding-left: 24px;
    }

    .abo3_con2 .rig .div1 input {
        height: 40px;
        font-size: 14px;
    }

    .abo3_con2 .rig .div1 i {
        width: 16px;
        height: 15px;
    }

    .abo3_con2 .rig .div3 {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .abo3_con2 .rq {
        padding: 30px 15px;
    }

    .abo3_con2 .lef {
        width: 100%;
    }

    .abo3_con2 .rig {
        width: 100%;
        background: none;
        padding: 0;
        margin-top: 30px;
    }

    .abo3_con2 .rig .div {
        padding-top: 0;
    }
}

@media(max-width:500px) {
    .abo3_con2 {
        padding: 30px 0;
    }

    .abo3_con2 .lef .top {
        padding-top: 16px;
    }

    .abo3_con2 .lef .bot .div .p,
    .abo3_con2 .lef .top .p {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 23px;
    }

    .abo3_con2 .lef .top .p i {
        width: 16px;
        height: 15px;
        top: 2px;
    }
}

/* 投资企业 */
.inve_con2 {
    width: 100%;
    padding-top: 5.5%;
    padding-bottom: 5%;
}

.inve_con2 .rq {
    width: 100%;
    padding-top: 4.6%;
    padding-bottom: 28px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inve_con2 .rq .div {
    width: 49%;
    background: #f7f7f7;
    border-bottom: 2px solid #b59a5b;
    margin-bottom: 3%;
}

.inve_con2 .rq .div .top {
    width: 100%;
    overflow: hidden;
}

.inve_con2 .rq .div .top img {
    width: 100%;
    transition: all .5s;
}

.inve_con2 .rq .div:hover .top img {
    transform: scale(1.05);
}

.inve_con2 .rq .div .bot {
    width: 100%;
    padding: 7.7%;
    padding-bottom: 6.2%;
}

.inve_con2 .bot .ico {
    width: 100%;
    padding-bottom: 16.5%;
    position: relative;
}

.inve_con2 .bot .ico img {
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inve_con2 .bot .p {
    font-size: 30px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-top: 5.2%;
}

.inve_con2 .bot .text {
    font-size: 20px;
    color: #666666;
    line-height: 1.8;
    margin-top: 12px;
    margin-bottom: 40px;
    height: 108px;
    /* display:-webkit-box;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:3;*/
    overflow: auto;
	text-align:justify;
}

.inve_con2 .bot .p2 {
    font-size: 16px;
    color: #666666;
    position: relative;
}

.inve_con2 .bot .p2 span {
    font-size: 30px;
    color: #b59a5b;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.inve_con2 .bot .p3 {
    font-size: 16px;
    color: #b59a5b;
    position: absolute;
    bottom: 0;
    right: 0;
}

.inve_con2 .bot .p3 i {
    display: inline-block;
    width: 8px;
    height: 14px;
    background-image: url(../images/img13.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-bottom: -1px;
}

.loadingicon2 {
    width: 200px;
    height: 45px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.loadingicon2 .more {
    font-size: 16px;
    color: #b2b2b2;
    text-align: center;
    margin-top: 30px;
}

/* CIRCLE DOT LOADER */
.circle-loader2 {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 auto;
}

.circle-loader2 div {
    height: 5px;
    width: 5px;
    background-color: #999;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: 0.8s opaque ease-in-out infinite both;
    animation: 0.8s opaque ease-in-out infinite both;
}

.circle-loader2>div:nth-child(1) {
    top: -15px;
    left: 0;
}

.circle-loader2>div:nth-child(2) {
    top: -11px;
    left: 11px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.circle-loader2>div:nth-child(3) {
    top: 0;
    left: 16px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.circle-loader2>div:nth-child(4) {
    top: 13px;
    left: 12px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.circle-loader2>div:nth-child(5) {
    top: 17px;
    left: 0;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.circle-loader2>div:nth-child(6) {
    top: 11px;
    left: -10px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.circle-loader2>div:nth-child(7) {
    top: 0;
    left: -14px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.circle-loader2>div:nth-child(8) {
    top: -10px;
    left: -10px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@keyframes opaque {
    0% {
        opacity: 0.1;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }

    80% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.1;
    }
}

@media(max-width:1459px) {
    .inve_con2 .bot .p {
        font-size: 24px;
    }

    .inve_con2 .bot .text {
        font-size: 16px;
        height: 84px;
    }

    .inve_con2 .bot .p2 {
        font-size: 14px;
    }

    .inve_con2 .bot .p2 span {
        font-size: 24px;
    }

    .inve_con2 .bot .p3 {
        font-size: 14px;
    }

    .inve_con2 .bot .p3 i {
        width: 6px;
        height: 12px;
        margin-left: 20px;
    }
}

@media(max-width:768px) {
    .inve_con2 .bot .p {
        font-size: 18px;
    }

    .inve_con2 .bot .text {
        font-size: 14px;
        height: 75px;
        margin-top: 8px;
        margin-bottom: 14px;
    }

    .inve_con2 .bot .p2 span {
        font-size: 18px;
    }
}

@media(max-width:500px) {
    .inve_con2 {
        padding: 40px 0;
    }

    .inve_con2 .rq {
        padding-top: 16px;
    }

    .inve_con2 .rq .div {
        width: 100%;
        margin-bottom: 35px;
    }

    .inve_con2 .rq .div .bot {
        padding: 20px 10px;
    }

    .inve_con2 .bot .p {
        margin-top: 10px;
    }
}

/* 加华团队 */
.jion_con1 {
    width: 100%;
    padding-top: 5.6%;
}

.jion_con1 .sy4_bot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jion_con1 .rq {
    width: 100%;
    padding-top: 4.7%;
}

.jion_con1 .sy4_bot .div {
    width: 49.2%;
    margin-bottom: 2%;
    cursor: pointer;
}

.jion_con1 .sy4_bot .div .rig {
    background: #efefef;
}

.sy4_bot .div .p3 {
    font-size: 16px;
    color: #b59a5b;
    position: absolute;
    bottom: 5.2%;
    left: 12.5%;
}

.jion_con2 {
    width: 100%;
    padding: 4% 0;
}

.jion_con2 .rq {
    width: 100%;
    padding-top: 4.7%;
}

.jion_con2 .sy4_bot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.jion_con2 .sy4_bot .div {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    cursor: pointer;
}

.jion_con2 .sy4_bot .div:nth-child(3n) {
    margin-right: 0;
}

.jion_con2 .sy4_bot .div .rig {
    background: #efefef;
}

.jion_con2 .sy4_bot .div .rig .text {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media(max-width:1459px) {
    .sy4_bot .div .p3 {
        font-size: 12px;
    }
}

@media(max-width:991px) {
    .jion_con2 .sy4_bot .div {
        width: 49%;
    }

    .jion_con2 .sy4_bot .div:nth-child(3n) {
        margin-right: 2%;
    }

    .jion_con2 .sy4_bot .div:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:500px) {
    .abo_con1.inve_con1 .rig {
        display: block;
    }

    .jion_con1 {
        padding-top: 40px;
    }

    .jion_con1 .sy4_bot .div {
        width: 49%;
        margin-bottom: 15px;
        position: relative;
    }

    .jion_con2 {
        padding-top: 25px;
        margin-bottom: 40px;
    }

    .jion_con2 .sy4_bot .div {
        width: 49%;
        margin-right: 0;
        margin-bottom: 15px;
        position: relative;
        margin-right: 2%;
    }

    .jion_con1 .sy4_bot .div .rig .text,
    .jion_con2 .sy4_bot .div .rig .text {
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .sy4_bot .div .p3 {
        bottom: 20px;
        left: 10px;
    }

    .jion_con1 .sy4_bot .div .rig,
    .jion_con2 .sy4_bot .div .rig {
        padding-bottom: 15px;
        background: rgba(0, 0, 0, .5);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .jion_con1 .div .rig .p2,
    .jion_con2 .div .rig .p2 {
        font-size: 16px;
        color: #fff;
    }

    .jion_con1 .sy4_bot .div .details,
    .jion_con2 .sy4_bot .div .details {
        width: 25px;
        height: 25px;
    }

    .jion_con1 .sy4_bot .div .rig .text,
    .jion_con2 .sy4_bot .div .rig .text,
    .jion_con1 .sy4_bot .div .rig .p3,
    .jion_con2 .sy4_bot .div .rig .p3 {
        display: none;
    }

    .jion_con2 .sy4_bot .div:nth-child(2n) {
        margin-right: 0%;
    }
}

/* 加华新闻 */
.nwe_con1 {
    width: 100%;
    padding-top: 5.5%;
    padding-bottom: 4.8%;
}

.nwe_con1 .rq {
    width: 100%;
    padding: 4.4% 0;
    display: flex;
    flex-wrap: wrap;
}

.nwe_con1 .rq .div {
    width: 32.25%;
    margin-right: 1.625%;
    margin-bottom: 1.625%;
    background: #f7f7f7;
}

.nwe_con1 .rq .div:nth-child(3n) {
    margin-right: 0;
}

.nwe_con1 .div .top {
    width: 100%;
    overflow: hidden;
    display: none;
}

.nwe_con1 .rq .div:nth-child(1) .top,
.nwe_con1 .rq .div:nth-child(2) .top,
.nwe_con1 .rq .div:nth-child(3) .top {
    display: block;
}

.nwe_con1 .div .top img {
    width: 100%;
    transition: all .5s;
}

.nwe_con1 .rq .div:hover .top img {
    transform: scale(1.05);
}

.nwe_con1 .div .bot {
    width: 100%;
    padding: 6% 7%;
    background: #f7f7f7;
}

.nwe_con1 .div .bot .p1 {
    font-size: 16px;
    color: #999999;
}

.nwe_con1 .div .bot .p2 {
    font-size: 20px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-top: 10px;
    display: -webkit-box;
    word-break: break-all;
    /* -webkit-box-orient:vertical;-webkit-line-clamp:1;*/
    overflow: hidden;
}

.nwe_con1 .div .bot .text {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-top: 14px;
    margin-bottom: 16px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nwe_con1 .div .bot .p3 {
    font-size: 16px;
    color: #b59a5b;
}

.nwe_con1 .div .bot .p3 i {
    display: inline-block;
    width: 8px;
    height: 14px;
    background-image: url(../images/img13.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    margin-left: 10px;
}

@media(max-width:1459px) {
    .nwe_con1 .div .bot .p1 {
        font-size: 14px;
    }

    .nwe_con1 .div .bot .p2 {
        font-size: 16px;
        margin-top: 6px;
    }

    .nwe_con1 .div .bot .text {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .nwe_con1 .div .bot .p3 {
        font-size: 14px;
    }

    .nwe_con1 .div .bot .p3 i {
        width: 6px;
        height: 11px;
        margin-bottom: -1px;
        margin-left: 6px;
    }
}

@media(max-width:500px) {
    .nwe_con1 .rq .div {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .nwe_con1 {
        padding: 40px 0;
    }

    .nwe_con1 .div .bot {
        padding: 20px 10px;
    }
}

/* 消费向前看 */
.nwe_con1 .rq .div2 {
    cursor: pointer;
}

.nwe_con1 .rq .div2 .top {
    position: relative;
    display: block;
}

.nwe_con1 .rq .div2 .top::before {
    content: '';
    width: 12%;
    height: 21%;
    background-image: url(../images/img40.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.nwe_con1 .rq .div2 .bot {
    padding: 5% 7%;
}

.nwe_con1 .div2 .bot .p2 {
    margin-top: 0;
    margin-bottom: 10px;
}

/* 视屏 */
.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
}

#msg-box-bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msg-box {
    width: 60%;
    height: 70%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
    width: 30px;
    height: 30px;
    background: url("../images/img41.png") no-repeat center;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 10;
}

.msg-box .close-box:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.msg-box iframe {
    width: 100%;
    height: 100%;
}

@media (max-width:991px) {
    .msg-box {
        width: 95%;
        height: 38%;
    }
}

@media (max-width:500px) {
    .nwe_con1 .rq .div2 .bot {
        padding: 20px 10px;
    }

    .nwe_con1 .div2 .bot .p2 {
        margin-bottom: 6px;
    }

    .nwe_con1 .rq {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

/* 新闻详情 */
.new_dat1 {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 4%;
}

.new_dat1 .lef {
    width: 64%;
    float: left;
}

.new_dat1 .lef .top {
    width: 100%;
    padding-bottom: 4.1%;
    border-bottom: 1px solid #e5e5e5;
}

.new_dat1 .lef .top .p1 {
    font-size: 30px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.new_dat1 .lef .top .p2 {
    font-size: 16px;
    color: #666666;
    margin-top: 2%;
}

.new_dat1 .lef .top .p2 span {
    margin-right: 26px;
}

.new_dat1 .lef .con {
    width: 100%;
    padding-top: 3.7%;
    padding-bottom: 5%;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #666666;
    line-height: 1.8888;
}

.new_dat1 .lef .con .p1 {
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.new_dat1 .lef .bot {
    width: 100%;
    padding: 3.5% 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-right: 160px;
}

.new_dat1 .lef .bot a {
    font-size: 18px;
    color: #333333;
    display: block;
    padding-left: 95px;
    position: relative;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new_dat1 .lef .bot a:hover {
    color: #b59a5b;
}

.new_dat1 .lef .bot a:nth-child(2) {
    margin-top: 15px;
}

.new_dat1 .lef .bot a span {
    position: absolute;
    top: 0;
    left: 0;
    color: #b59a5b;
}

.new_dat1 .lef .bot .a {
    width: 140px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #efefef;
    padding-left: 0;
}

.new_dat1 .lef .bot .a i {
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../images/img42.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.new_dat1 .lef .bot .a:hover i {
    background-image: url(../images/img13.png);
}

.new_dat1 .rig {
    width: 29.4%;
    float: right;
}

.new_dat1 .rig .p {
    font-size: 25px;
    color: #333333;
}

.new_dat1 .rig .rq {
    width: 100%;
    padding-top: 6.5%;
}

.new_dat1 .rig .div {
    width: 100%;
    background: #f7f7f7;
    padding: 10%;
    border-bottom: 1px solid #efefef;
}

.new_dat1 .rig .div .p1 {
    font-size: 16px;
    color: #999999;
}

.new_dat1 .rig .div .p2 {
    font-size: 20px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new_dat1 .rig .div .p3 {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media(max-width:1459px) {
    .new_dat1 .lef .top .p1 {
        font-size: 24px;
    }

    .new_dat1 .lef .top .p2 {
        font-size: 14px;
    }

    .new_dat1 .lef .con {
        font-size: 16px;
    }

    .new_dat1 .lef .bot a {
        font-size: 16px;
    }

    .new_dat1 .lef .bot .a {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
    }

    .new_dat1 .lef .bot .a i {
        width: 6px;
        height: 10px;
    }

    .new_dat1 .rig .p {
        font-size: 20px;
    }

    .new_dat1 .rig .div .p1 {
        font-size: 14px;
    }

    .new_dat1 .rig .div .p2 {
        font-size: 16px;
        margin-top: 6px;
        margin-bottom: 10px;
    }

    .new_dat1 .rig .div .p3 {
        font-size: 14px;
    }

    .new_dat1 .rig .div {
        padding: 6%;
    }
}

@media(max-width:768px) {
    .new_dat1 .lef {
        width: 100%;
    }

    .new_dat1 .lef .con {
        font-size: 14px;
    }

    .new_dat1 .rig {
        width: 100%;
    }
}

@media(max-width:500px) {
    .new_dat1 {
        padding: 40px 0;
    }

    .new_dat1 .lef .top .p1 {
        font-size: 22px;
    }

    .new_dat1 .lef .bot {
        padding-right: 0;
    }

    .new_dat1 .lef .bot a {
        font-size: 14px;
    }

    .new_dat1 .lef .bot a:nth-child(2) {
        margin: 10px 0;
    }

    .new_dat1 .lef .bot .a {
        position: static;
        transform: translate(0);
        float: right;
    }

    .new_dat1 .rig {
        margin-top: 20px;
    }

    .new_dat1 .rig .rq {
        padding-top: 10px;
    }

    .new_dat1 .rig .div {
        padding: 20px 10px;
    }
}

/* 投后总结 */
.summary {
    width: 100%;
    padding: 5.5% 0;
}

.summary .rq {
    width: 100%;
    padding-top: 3.8%;
}

.summary .rq .div {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 4.8% 5.3%;
    margin-bottom: 2%;
}

.summary .rq .div:last-child {
    margin-bottom: 0;
}

.summary .rq .div .p1 {
    font-size: 30px;
    color: #003f7e;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.summary .rq .div .text {
    font-size: 18px;
    color: #333333;
    line-height: 2;
    margin-top: 20px;
}

.summary .rq .div .text span {
    margin-right: 50px;
}

@media(max-width:1459px) {
    .summary .rq .div .p1 {
        font-size: 24px;
    }

    .summary .rq .div .text {
        font-size: 16px;
        margin-top: 14px;
    }
}

@media(max-width:500px) {
    .summary {
        padding: 40px 0;
    }

    .summary .rq .div {
        padding: 20px 10px;
        margin-bottom: 15px;
    }

    .summary .rq .div .p1 {
        font-size: 18px;
    }

    .summary .rq .div .text {
        font-size: 14px;
        margin-top: 4px;
    }

    .summary .rq .div .text span {
        margin-right: 10px;
    }
}

/* 严正声明 */
.statement {
    width: 100%;
    padding: 5.5% 0;
}

.statement .rq {
    width: 100%;
    padding-top: 4%;
    font-size: 18px;
    color: #666666;
    line-height: 1.888;
}

.statement .rq .p1 {
    color: #b59a5b;
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 22px;
}

.statement .rq .p2 span {
    margin-right: 45px;
}

.statement .rq .p2 span:last-child {
    margin-right: 0;
}

@media(max-width:1459px) {
    .statement .rq {
        font-size: 16px;
    }

    .statement .rq .p1 {
        font-size: 18px;
    }

    .statement .rq .p2 span {
        margin-right: 26px;
    }
}

@media(max-width:1459px) {
    .statement {
        padding: 40px 0;
    }

    .statement .rq {
        font-size: 14px;
    }

    .statement .rq .p1 {
        font-size: 16px;
    }

    .statement .rq .p2 span {
        display: block;
    }
}

/* 网站地图 */
.Site_Map {
    width: 100%;
    padding-top: 4.6%;
    padding-bottom: 6.4%;
}

.Site_Map .rq {
    width: 100%;
    position: relative;
}

.Site_Map .rq::before {
    content: '';
    width: 27.3%;
    height: 88%;
    position: absolute;
    top: 50%;
    right: 30px;
    background-image: url(../images/img14.png);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.Site_Map .div {
    width: 100%;
    padding: 20px 0;
    padding-left: 26px;
    border-bottom: 1px dashed #e9e7e7;
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.Site_Map .div::before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/img27.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Site_Map .div a {
    font-size: 16px;
    color: #999999;
    margin-left: 22px;
}

.Site_Map .div a:hover {
    color: #b59a5b;
}

.Site_Map .div .a {
    font-size: 18px;
    color: #333333;
    margin-right: 13px;
    margin-left: 0;
}

@media(max-width:500px) {
    .Site_Map {
        padding: 40px 0;
    }

    .Site_Map .div {
        padding: 10px 0;
        padding-left: 18px;
    }

    .Site_Map .div::before {
        width: 10px;
        height: 10px;
    }

    .Site_Map .div .a {
        font-size: 16px;
        margin-right: 6px;
    }

    .Site_Map .div a {
        font-size: 14px;
        margin-left: 12px;
    }

    .Site_Map .rq::before {
        width: 60%;
        right: 0px;
    }
}

/* 404页面 */
.error {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
}

.error .rq {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error .rq .div {
    width: 546px;
    height: 515px;
    background-image: url(../images/img43.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}

.error .rq .div1 {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.error .rq .div1 .p1 {
    font-size: 120px;
    color: #003f7e;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.error .rq .div1 .p2 {
    font-size: 22px;
    color: #003f7e;
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.error .rq a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Bold";
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #003f7e;
    margin: 0 auto;
    margin-top: 11%;
    transform: translateX(-40px);
}

.error .rq .p {
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    text-align: center;
    padding-right: 80px;
    margin-top: 26px;
}

.error .rq .p span {
    font-family: "HarmonyOS_Sans_SC_Bold";
}

@media(max-width:1459px) {
    .error .rq .div {
        width: 410px;
        height: 387px;
    }

    .error .rq .div1 .p1 {
        font-size: 80px;
    }

    .error .rq .div1 .p2 {
        font-size: 16px;
    }

    .error .rq a {
        font-size: 16px;
        width: 160px;
        height: 50px;
        line-height: 50px;
        transform: translateX(-40px);
    }

    .error .rq .p {
        font-size: 16px;
        padding-right: 80px;
        margin-top: 18px;
    }
}

@media(max-width:500px) {
    .error .rq .div {
        width: 300px;
        height: 284px;
    }

    .error .rq .div1 .p1 {
        font-size: 60px;
    }

    .error .rq .div1 .p2 {
        font-size: 14px;
    }

    .error .rq a {
        font-size: 14px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        transform: translateX(-24px);
    }

    .error .rq .p {
        font-size: 14px;
        padding-right: 56px;
        margin-top: 12px;
    }
}

/* 2022.10.25 */
.nwe_con1 .search_box {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    flex-wrap: wrap;
}

.nwe_con1 .search_box .search_content {
    border: 1px solid #eee;
    display: flex;
    height: 50px;
}

.nwe_con1 .tishi {
    display: block;
    width: 100%;
    border: unset;
    margin-top: 15px;
    font-size: 18px;
}

.nwe_con1 .tishi span {
    color: #003f7e;
    font-weight: 700;
}

.nwe_con1 .search_box input {
    flex: 1;
    font-size: 18px;
    padding-left: 15px;
}

.nwe_con1 .search_box .search_btn {
    background-image: url(../images/img4.png);
    width: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #003f7e;
}

.nwe_con1 .list {
    padding-top: 15px;
}

.nwe_con1 .list .title {
    font-size: 20px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
    padding-left: 15px;
}

.nwe_con1 .list .item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 15px;
    font-size: 16px;
}

.nwe_con1 .list .item .t01 {
    margin-right: 60px;
}

.nwe_con1 .list .item:hover {
    background-color: #f1f6f7;
}

.nwe_con1 .list .item:hover .desc {
    color: #003f7e;
}

@media(max-width:768px) {
    .nwe_con1 .list .item .t01 {
        margin-right: 2%;
    }
}

@media(max-width:640px) {
    .nwe_con1 .list .item {
        flex-wrap: wrap;
        padding: 10px;
    }

    .nwe_con1 .list .item .desc {
        width: 100%;
        font-size: 14px;
    }

    .nwe_con1 .list .title {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .nwe_con1 .tishi {
        font-size: 15px;
        padding-left: 15px;
    }

    .nwe_con1 .search_box .search_content {
        height: 40px;
    }

    .nwe_con1 .search_box input {
        font-size: 14px;
    }
}

.columnIntro {
    font-size: 18px;
    line-height: 1.75em;
    margin: 0 auto 2em;
    width: 800px;
    max-width: 70%;
    text-align: justify;
    color: #666;
}

.columnIntro.mt {
    margin-bottom: 0;
    margin-top: 2em;
	text-align:center;
}

#joinus {
    padding: 5.8% 0;
}

#joblist {
    margin-top: 4%;
    color: #fff;
    font-size: 18px;
    line-height: 1.75em;
}

#joblist .top {
    background-color: #b59a5b;
    padding: 1% 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#joblist .more {
    font-size: 0.889em;
}

#joblist .btm {
    background-image: linear-gradient(to bottom left, rgba(181, 154, 91, .4), rgba(181, 154, 91, 1)50%);
    padding: 1% 3%;
    font-size: 0.889em;
    line-height: 1.875em;
}

#joblist .item {
    padding: 2% 2%;
}
#joblist .item:nth-child(2n) {
    background: #fff;
}
.jion_con2 .sy4_bot .div .p1 {
    display: none;
}
#joblist .title {
    margin-bottom: 1em;
}

#joblist .title h3 {
    font-size: 1.5em;
    font-weight: normal;
}

#joblist .title h4 {
    font-size: 1em;
    font-weight: normal;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .35);
}

.popup .table {
    width: 100%;
    height: 100%;
    display: table;
}

.popup .td {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.popup .box {
    width: 80%;
    max-width: 1440px;
    margin: 3vh auto;
    position: relative;
}

.popup .info {
    padding: 5%;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
}

.popup .info:before {
    width: 100%;
    height: 30%;
    background-image: linear-gradient(180deg, #003f7e, transparent);
    border-radius: 15px 15px 0 0;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6
}

.popup .title {
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 32px;
    position: relative;
    z-index: 2;
    color: #003f7e;
}

.popup .intro {
    font-size: 15px;
    color: #333;
    line-height: 1.875em;
    position: relative;
    z-index: 2;
}

.popup .close {
    position: absolute;
    left: 101%;
    top: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 50%;
}
.popup .close:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%) rotate(-45deg);
}
.popup .close:after{
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%) rotate(45deg);
}

@media(max-width:1280px) {

    .columnIntro,
    #joblist {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .columnIntro {
        font-size: 14px;
        width: auto;
        max-width: none;
    }

    #joblist {
        font-size: 14px;
        margin-top: 7%;
    }

    #joblist .top {
        padding: 8px 15px;
    }

    #joblist .btm {
        padding: 5px 15px;
    }

    #joblist .item {
        padding: 10px 0;
    }
}

/* 20221103 */
.sy_con6 .bot .p p {
    padding-top: 0.5em;
    height: auto;
    min-height: 107px;
}

.dis_mb {
    display: none;
}

.sy_con5 .rq .rig .text {
    height: auto;
}

@media(max-width:768px) {
    .dis_pc {
        display: none;
    }

    .dis_mb {
        display: block;
    }
}

/* 2022.11.30 */
@media(max-width:480px) {
    .sy4_bot .div .rig .p1 {
        min-height: 40px;
    }

    .sy4_bot .div .rig .p2 {
        min-height: 40px;
    }

    .jion_con1 .div .rig .p2,
    .jion_con2 .div .rig .p2 {
        font-size: 14px;
    }
}

.new_dat1.summary_dat1 .lef {
    width: 100%;
}

.sy_con5 .prev,
.sy_con5 .next {
    height: 200%;
}

@media(max-width:500px) {

    .sy_con5 .prev,
    .sy_con5 .next {
        height: 40px;
        top: 28%;
        transform: translate(0);
    }

    .sy_con5 .prev {
        transform: rotate(180deg);
    }

    .sy_con5 .rq .rig .p {
        text-align: center !important;
    }

    .foot .bot .lef .div1 .a {
        width: 166px;
    }
}

/* 20221205 */
.sy_con5 .prev,
.sy_con5 .next {
    background-position: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0 50% 50% 0;
}

#joblist .btm {
    background: #f7f7f7;
    color: #555;
}

#joblist .top {
    background: #e5e5e5;
    color: #333;
}

#joblist .title h3,
#joblist .title h4 {
    font-weight: bold;
}

.foot .bot .lef .div1 .a {
    margin-left: 0;
}

.uploadprogress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 10;
}

.uploadprogress .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #003f7e;
}

@media(max-width:500px) {

    .jion_con1 .sy4_bot .div .rig,
    .jion_con2 .sy4_bot .div .rig {
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        border: none;
    }

    .sy4_bot .div .rig .p2 {
        margin-bottom: 0;
        font-size: 14px;
    }

    .sy4_bot .div .rig .p1 {
        font-size: 12px;
    }

    .foot .bot .rig {
        display: none;
    }
}