* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

input,
button,
textarea,
video {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
    outline: none;
}

.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: block !important;
}

@font-face {
    font-family: rob;
    src: url(../font/Roboto-Condensed-Bold-2.ttf);
}

@font-face {
    font-family: alir;
    src: url(../font/AlibabaPuHuiTi-2-55-Regular.ttf);
}

@font-face {
    font-family: alii;
    src: url(../font/AlibabaPuHuiTi-2-45-Light.ttf);
}

body {
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 20px;
    font-family: alir !important;
    color: #333333;
}

.box {
    width: 73.5687%;
    min-width: 1280px;
    margin: 0 auto;
}

/* header */

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    transition: .2s;
    background: #fff;
}

header .box {
    width: 73.5687%;
    height: 100px;
}

header .logo {
    margin-right: 10px;
}

header .right {
    width: 69.3%;
}

nav {
    width: 64.215%;
}

nav a {
    font: bold 18px alii;
    color: #4c4c4c;
}

nav .active::after,
nav a:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #edb033;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
}

header .phone p {
    font: 30px rob;
    color: #edb033;
    margin-left: 9px;
}

/* header end */

.xuan {
    position: fixed;
    right: 44px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 68px;
    height: 360px;
    z-index: 99;
    font-size: 18px;
}

.xuan li {
    width: 68px;
    height: 68px;
    background: #cccccc;
    cursor: pointer;
}

.xuan li img {
    filter: brightness(100);
}

.xuan li:last-child {
    background: #767f8a !important;
}

.xuan li:last-child img {
    filter: none;
}

.xuan li:hover {
    background: #edb033;
}

.xuan li:hover img {
    filter: none;
}

.xuan li:hover .kuang {
    display: flex;
}

.xuan li a {
    width: 100%;
    height: 100%;
}

.xuan li .kuang {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 11.18px 1.82px rgb(28 28 28 / 13%);
    width: 200px;
    height: 60px;
    right: 90px;
    border-radius: 15px;
}

.xuan li:nth-child(2) .kuang {
    width: 150px;
    height: 150px;
}

.xuan li:nth-child(3) .kuang {
    width: 258px;
}

.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}

/* footer */

footer {
    background: #1c1c1c;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

footer a,
footer a:hover {
    color: #fff;
}

footer .box {
    width: 73.5687%;
}

.f_top {
    padding: 57px 0;
}

.f_top>div>img:nth-child(2) {
    margin-left: 9px;
}

.f_top .backTop {
    width: 49px;
    height: 49px;
    background: #edb033;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}

.f_mid .aa {
    display: block;
    font-size: 18px;
}

.fm_left ul {
    margin-top: 7px;
}

.fm_left li:nth-child(2) {
    margin: 25px 0 29px;
}

.fm_left li>div {
    font-size: 18px;
    margin-left: 14px;
}

.fm_left li>div p:nth-child(1) {
    font-size: 16px;
    color: #666666;
}

.fm_right {
    width: 58.2%;
}

.fm_right ul {
    width: 30%;
}

.fm_right li p {
    margin-top: 24px;
}

.fm_right li p a {
    font-size: 16px;
    color: #cccccc;
}

.fm_right li:nth-child(2) .aa:nth-child(2) {
    margin: 28px 0 22px;
}

.fm_right .qr {
    width: 49%;
}

.fm_right .qr>div {
    width: 46.6%;
}

.fm_right .qr p {
    margin-top: 14px;
    color: #e5e5e5;
}

.f_bottom {
    font-size: 16px;
    line-height: 80px;
    color: #999999;
    border-top: 2px solid #333333;
    margin-top: 56px;
}

/* footer end */

/* 列表分页 */

.pagination {
    width: 100%;
    line-height: 78px;
    font-size: 22px;
    color: #333333;
    text-align: center;
    border-top: 1px solid #e9ebed;
    position: absolute;
    bottom: 12px;
    left: 0;
}

.pagination li {
    width: 50px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    margin: 0 3px;
}

.pagination li a {
    color: #333333;
}

.pagination li.active,
.pagination li a:hover {
    color: #edb033 !important;
    position: relative;
}

.pagination li.active::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #edb033;
    position: absolute;
    left: 0;
    right: 0;
    top: -23px;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
    margin-top: 70px;
}

.sxy>div {
    max-width: 45%;
}

/* 列表分页 end */


/* index */

.swiper0 .swiper-pagination.swiper-pagination-bullets {
    bottom: 16px;
}

.swiper0 .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #fff;
    margin: 0 5px !important;
    border-radius: 0;
}

.title .aa {
    font-size: 48px;
    line-height: 1;
    color: #333333;
}

.title .aa span {
    color: #edb033;
}

.title .bb {
    font-size: 24px;
    line-height: 1;
    color: #999999;
}

.title img {
    margin: 7px 0 3px;
}

.index1 {
    padding: 98px 0 116px;
}

.index1 .box {
    min-width: 1149px;
    width: 1149px;
    background: url(../images/index1.png) no-repeat center;
    height: 386px;
    margin-top: 57px;
}

.index1 .tt {
    font-size: 24px;
    line-height: 36px;
}

.index1 .tt1 {
    left: 379px;
    top: 159px;
}

.index1 .tt2 {
    right: 350px;
    top: 159px;
}

.index1 li {
    font-size: 18px;
    color: #666666;
}

.index1 li:nth-child(1) {
    left: 56px;
    top: 28px;
}

.index1 li:nth-child(2) {
    left: 0;
    top: 132px;
}

.index1 li:nth-child(3) {
    left: 0;
    top: 231px;
}

.index1 li:nth-child(4) {
    left: 37px;
    bottom: 31px;
}

.index1 li:nth-child(5) {
    right: 71px;
    top: 28px;
}

.index1 li:nth-child(6) {
    right: 23px;
    top: 132px;
}

.index1 li:nth-child(7) {
    right: 42px;
    top: 231px;
}

.index1 li:nth-child(8) {
    right: 17px;
    bottom: 31px;
}

.index2 .box {
    margin-top: 33px;
    background: #f5f5f5;
}

.index2 .box>div {
    width: 50%;
}

.index2 .tt font {
    font-size: 20px;
    color: #edb033;
    margin: 0 6px 0 2px;
}

.index2 .tt span {
    width: 33px;
    height: 2px;
    background: #dfdfdf;
}

.index2 .tt1 {
    margin-top: -18px;
}

.index2 .tt1 span {
    font: bold 30px alii;
    margin: 0 15px 0 12px;
}

.index2 .tt1 font {
    font: bold 48px alir;
}

.index2 .tag {
    width: 302px;
    height: 42px;
    background: #edb033;
    border-radius: 21px;
    font-size: 18px;
    color: #fff;
    margin: 11px auto 22px;
}

.index2 .cn {
    font-size: 24px;
    line-height: 48px;
}

.index3 {
    padding: 120px 0 119px;
    overflow: hidden;
}

.index3 .swiper {
    width: 885px;
    margin-top: 63px;
    overflow: initial;
}

.index3 .swiper-slide {
    background: #f5f5f5;
}

.index3 .swiper-slide>div {
    width: 356px;
    padding-right: 42px;
    margin-top: 78px;
}

.index3 .tit {
    font-size: 28px;
    line-height: 42px;
    color: #4c4c4c;
}

.index3 .con {
    font-size: 18px;
    line-height: 30px;
    color: #808080;
    margin-top: 39px;
}

.index3 .swiper-slide img {
    right: 63px;
    bottom: 59px;
}

.index3 .swiper-button {
    width: 60px;
    height: 60px;
    background: url(../images/lefta.png) no-repeat center;
    filter: grayscale(1);
}

.index3 .swiper-button-prev {
    left: 7%;
}

.index3 .swiper-button-next {
    right: 7%;
    transform: rotateY(180deg);
}

.index3 .swiper-button:hover {
    filter: none;
}

.index3 .swiper-button-prev:after,
.index3 .swiper-button-next:after {
    display: none;
}

.index4 {
    overflow: hidden;
}

.index4 .tit {
    font-size: 30px;
    margin: 33px 0 77px;
}

.index4 .ul1 li {
    width: 15.286%;
    height: 209px;
    background: url(../images/index4_00.png) no-repeat center;
    background-size: 100%;
    padding-top: 48px;
}

.index4 .ul1 li p {
    height: 64px;
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
}

.index4 .content {
    background: #f5f5f5;
    margin-top: 99px;
}

.index4 .content li {
    height: 660px;
}

.index4 .img {
    height: 660px;
    overflow: hidden;
    right: 49.6%;
}

.index4 .content li:nth-child(2) .img {
    left: 50.4%;
    right: auto;
}

.index4 .content li:nth-child(odd) .txt {
    margin-left: 57%;
}

.index4 .tt {
    font-size: 30px;
    line-height: 38px;
}

.index4 .tt1 {
    font-size: 24px;
    line-height: 36px;
    color: #666666;
    margin: 40px 0 38px;
}

.index4 .cn {
    font-size: 18px;
    line-height: 36px;
}

.index4 a,
.index4 a:hover {
    width: 181px;
    height: 63px;
    background: #f5c054;
    border-radius: 31px;
    font-size: 24px;
    color: #fff;
    margin-top: 72px;
}

.index5 {
    padding: 151px 0 103px;
}

.index5 .tab {
    width: 100%;
    bottom: 0;
}

.index5 .tab>div {
    width: calc(100% / 3);
}

.index5 .tab p {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin: 33px 0 65px;
}

.index5 .tab .active {
    height: 435px;
    background: linear-gradient(transparent, #edb033);
}

.index5 .content {
    margin-top: 46px;
}

.index6 .box {
    background: #f4f4f4;
    margin-top: 53px;
}

.index6 .tab {
    width: 49.93%;
    margin-left: 4%;
    margin: 0 -4% 0 4%;
}

.index6 .tab li {
    height: 89px;
    background: #e3e3e5;
    font: bold 30px alii;
    border-radius: 33px 44px 44px 33px;
}

.index6 .tab li:nth-child(n+2) {
    margin-top: 39px;
}

.index6 .tab .num {
    width: 63px;
    height: 63px;
    background: #fff;
    border-radius: 50%;
    font: bold 30px alii;
    color: #edb033;
    margin: 0 22px 0 13px;
}

.index6 .img {
    width: calc(50% + 4px);
    height: 860px;
    overflow: hidden;
}

.index6 .tab .active {
    background: #edb033;
    color: #fff;
    position: relative;
}

.index7 {
    padding: 113px 0 89px;
}

.index7 .content {
    background: url(../images/index7.jpg) no-repeat top;
    padding-top: 557px;
    margin-top: 37px;
}

.index7 li {
    width: 25%;
    background: #e5e5e5;
}

.index7 li:nth-child(2) {
    background: #edb033;
}

.index7 li:nth-child(3) {
    background: #515d6b;
}

.index7 li>img {
    display: none;
}

.index7 li>div {
    width: 100%;
    padding: 60px 0 0 45px;
}

.index7 li:nth-child(2)>div {
    padding-left: 18px;
}

.index7 li:nth-child(2)>div img {
    filter: grayscale(1) brightness(100);
}

.index7 li:nth-child(3),
.index7 li:nth-child(3) .con {
    color: #fff;
}

.index7 .tit {
    font-size: 30px;
}

.index7 .con {
    font-size: 24px;
    line-height: 48px;
    color: #4c4c4c;
    margin-top: 32px;
}

.index7 .con img {
    margin-right: 13px;
}

.index7 .active {
    width: 50%;
}

.index7 .active>img {
    display: block;
}

.index7 .active>div {
    width: 50%;
}

.index8 .content {
    background: url(../images/index8.jpg) no-repeat center;
    height: 777px;
    margin-top: 47px;
}

.index9 {
    padding: 100px 0 111px;
}

.index9 .box {
    margin-top: 43px;
}

.index9 .swiper {
    padding-bottom: 73px;
}

.index9 .swiper-slide {
    background: url(../images/index9.png) no-repeat center;
    height: 454px;
    background-size: contain;
}

.index9 .swiper-slide img {
    max-width: 82%;
    max-height: 372px;
}

.index9 .swiper-scrollbar {
    height: 7px;
    background: #f5f5f5;
}

.index9 .swiper-scrollbar-drag {
    background: #f5c054;
}

.index10 .box {
    margin-top: 50px;
    overflow: hidden;
}

.index10 li {
    width: 49.286%;
    overflow: hidden;
}

.index10 li p {
    width: 100%;
    height: 75px;
    background: rgb(51, 51, 51, .6);
    font-size: 18px;
    color: #fff;
    bottom: 0;
}

.index11 {
    padding: 122px 0 128px;
}

.index11 .box {
    margin-top: 47px;
}

.index11 .box>li:nth-child(1) {
    width: 49.143%;
}

.index11 li img {
    border-radius: 10px;
}

.index11 li p {
    font: bold 30px alii;
    top: 45px;
    left: 28px;
}

.index11 .box>label {
    width: 49.143%;
}

.index12 {
    background: url(../images/index12.jpg) no-repeat center;
    padding: 85px 0 42px;
    overflow: hidden;
}

.index12 .title .aa {
    line-height: 60px;
}

.index12 .title .bb {
    color: #666666;
    margin-top: 25px;
}

.index12 form {
    width: 47.3%;
    margin-top: 10px;
}

.index12 form p {
    width: 49%;
    height: 57px;
    background: #fff;
    border-radius: 4px;
    font: bold 18px alii;
    text-indent: 19px;
}

.index12 form p:nth-child(3) {
    width: 100%;
    margin: 26px 0 33px;
}

.index12 input,
.index12 textarea {
    width: 74%;
    height: 100%;
    margin-left: 10px;
}

.index12 button {
    width: 186px;
    height: 60px;
    background: #edb033;
    border-radius: 4px;
    font: bold 18px alii;
    color: #fff;
    margin: auto;
}

/* index end */

.banner {
    margin-top: 100px;
}

.banner p {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 60px;
    color: #fff;
}

.a_tit {
    font: bold 40px/1 alii;
}

.a_tit::after {
    content: '';
    width: 51px;
    height: 4px;
    background: #edb033;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -19px;
}

.about1 {
    padding: 134px 0 92px;
}

.about1 .box {
    margin-top: 90px;
}

.about1 .img {
    width: 49.5%;
    height: 430px;
    overflow: hidden;
}

.about1 .text {
    width: 47.5%;
}

.about1 .tt {
    font-size: 30px;
    color: #edb033;
}

.about1 .line {
    height: 1px;
    background: #bfbfbf;
    margin: 12px 0 26px;
}

.about1 .line::after {
    content: '';
    width: 121px;
    height: 2px;
    background: #edb033;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about1 .tit {
    font: bold 24px alii;
}

.about1 .con {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin-top: 30px;
}

.about1 .content {
    margin-top: 36px;
}

.about1 .content img {
    width: 100%;
}

.about2 {
    background: #f5f5f5;
    padding: 69px 0 85px;
}

.about2 .swiper {
    margin-top: 64px;
    padding-bottom: 81px;
}

.about2 .swiper-slide {
    background: #fff;
    padding: 42px 3.5% 37px;
    font: bold 24px alii;
}

.about2 .img {
    background: url(../images/index9.png) no-repeat center;
    height: 454px;
    background-size: contain;
    margin-bottom: 20px;
}

.about2 .img img {
    max-width: 73%;
    max-height: 344px;
}

.about2 .swiper-pagination {
    bottom: 0 !important;
}

.about2 .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #89634e;
    opacity: 1;
    margin: 0 11px !important;
}

.about2 .swiper-pagination-bullet-active {
    background: #c57525;
}

.prolist {
    padding: 122px 0 60px;
    background: #f5f5f5;
}

.prolist .list {
    margin-top: 98px;
    margin-bottom: 60px;
}

.prolist .list li {
    width: 31.643%;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 2.5%;
}

.prolist .list li:nth-child(3n) {
    margin-right: 0;
}

.prolist .img {
    height: 521px;
    background: #f4fcff;
    overflow: hidden;
}

.prolist .img img {
    max-width: 100%;
    max-height: 100%;
}

.prolist .txt {
    height: 120px;
    padding: 0 8.7%;
}

.prolist .tt {
    font: bold 28px alii;
}

.prolist .cn {
    font: 21px alii;
    color: #999999;
}

.prolist .txt .img {
    width: 35px;
    height: 35px;
    background: url(../images/more.png) no-repeat center;
    background-size: cover;
}

.prolist .list li:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.prolist .list li:hover .txt .img {
    background-image: url(../images/morea.png);
}

.join1 {
    padding: 98px 0 119px;
    overflow: hidden;
}

.join1 .tit {
    width: 211px;
    height: 211px;
    background: #fff;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    font-size: 24px;
    line-height: 36px;
    margin: auto;
}

.join1 .box {
    margin-top: 46px;
}

.join1 .box>div {
    width: 34.3%;
    background: linear-gradient(#fff 113px, #f5f5f5 113px);
    padding-bottom: 54px;
}

.join1 .con {
    font-size: 24px;
    color: #666666;
    margin-top: 20px;
    padding-left: 19.4%;
}

.join1 .con li:nth-child(n+2) {
    margin-top: 40px;
}

.join1 .con span {
    width: 16px;
    height: 16px;
    background: #cccccc;
    border-radius: 50%;
    margin-right: 11px;
}

.join1 .box>div:nth-child(3) .tit {
    border-color: #edb033;
}

.join1 .box>div:nth-child(3) .con span {
    background: #edb033;
}

.join2 .tt font {
    font-size: 36px;
}

.join2 .tt span {
    width: 61px;
}

.join2 .tt1 {
    margin-top: 13px;
}

.join3 .box {
    margin-top: 50px;
}

.join3 li {
    width: 31.786%;
    background: #f5f5f5;
    padding-bottom: 29px;
}

.join3 .img {
    height: 358px;
    overflow: hidden;
}

.join3 li>div:nth-child(2) {
    width: 80%;
    margin: auto;
}

.join3 .tit {
    font-size: 27px;
    line-height: 42px;
    color: #4c4c4c;
    margin: 39px 0 40px;
}

.join3 .con {
    font-size: 18px;
    line-height: 30px;
    color: #808080;
}

.join4 {
    padding-bottom: 105px;
}

.join4 .box {
    margin-top: 52px;
}

.join4 li {
    width: calc(24% - 2px);
    overflow: hidden;
}

.join4 li:nth-child(1),
.join4 li:last-child {
    width: 49.5%;
}

.join4 li:nth-child(n+4) {
    margin-top: 21px;
}

.join4 li p {
    width: 100%;
    height: 68px;
    background: rgb(51, 51, 51, .45);
    font: bold 23px alii;
    color: #fff;
    bottom: 0;
    left: 0;
    text-indent: 22px;
}

.join6 {
    padding: 122px 0 115px;
}

.join6 .box {
    margin-top: 17px;
}

.join6 li {
    width: calc(49% + 2px);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}

.join6 li p {
    font: bold 30px/1 alii;
    top: 53px;
    left: 28px;
}

.news {
    padding: 111px 0 229px;
}

.news .list {
    margin-bottom: 60px;
}

.news .list .month {
    font-size: 18px;
    color: #999999;
    margin-right: 5px;
}

.news .img {
    width: 39%;
    height: 256px;
    overflow: hidden;
}

.news .list>div {
    width: 40%;
}

.news .tit {
    font-size: 22px;
}

.news .tit b {
    width: 224px;
    -webkit-line-clamp: 2;
}

.news .line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 20px 0 26px;
}

.news .con {
    font-size: 18px;
    line-height: 30px;
    -webkit-line-clamp: 3;
}

.news .date {
    font: bold 18px alii;
}

.news .date font {
    display: block;
    font-size: 56px;
    line-height: 1;
}

.arc .content {
    font: 18px/36px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    padding: 80px 0;
}

.arc h3 {
    font-size: 32px;
}

.arc .time {
    font-size: 16px;
    margin: 10px 0 50px;
}

.arc img {
    max-width: 100%;
}

/* contactUs */

.contact .content {
    padding: 145px 0 119px;
}

.contact .left {
    width: 35.1%;
}

.contact .left .text {
    margin-bottom: 49px;
    font-size: 18px;
}

.contact .left .text font {
    width: 70%;
    word-break: break-all;
}

.contact .left span {
    font: bold 24px alii;
    margin-left: 12px;
}

.contact .left .line {
    height: 1px;
    background: #cccccc;
    margin: 16px 0;
}

.contact .qrcode {
    width: 53%;
    margin-top: 25px;
}

.contact .qrcode>div {
    width: 44%;
    background: url(../images/qr.png) no-repeat center;
    background-size: contain;
    padding: 3px;
}

.contact .qrcode>div p {
    font: 16px/20px alii;
    color: rgb(54, 54, 54, .6);
    margin-top: 11px;
}

.contact .maps {
    width: 800px;
    height: 739px;
}

.contact .map {
    width: 100%;
    height: 100%;
}

/* contactUs end */