* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.m-body {
    width: 100%;
    max-width: 1920px;
    min-width: 1860px;
    display: none;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.header-box {
    width: 100%;
    height: 550px;
    padding-top: 50px;
    position: relative;
}

.header-box .celebrate100 {
    width: 100%;
    height: auto;
    position: relative;
    top: -50px;
}

.header-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0;
    background: url("../img/newIndex/header-wave.png") no-repeat 50% 100%;
    background-size: contain;
}

.topBox {
    width: calc(100% - 120px);
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.topBox .logo {
    width: 90px;
    height: 95px;
    margin-right: 20px;
}

.topBox .logo,
.topBox .title {
    float: left;
}

.topBox .title .hr {
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    height: 95px;
    margin: 0 15px;
}

.topBox .title .left,
.topBox .title .right,
.topBox .title .hr {
    float: left;
    color: #fff;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.topBox .title .left {
    align-items: center;
}

.topBox .title .left h1,
.topBox .title .right h1 {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 0 2px #999;
}

.topBox .title .left img {
    width: 217px;
    height: 33px;
    margin-bottom: 10px;
}

.topBox .menu {
    float: left;
    width: 40%;
    margin-left: 220px;
}

.topBox .menu ul {
    height: 95px;
    width: 80%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topBox .menu ul li {
    padding-bottom: 18px;
    border-bottom: 3px solid transparent;
}

.topBox .menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}

.act {
    border-bottom: 3px solid #f0ab17 !important;
}

.topBox .loginBox {
    float: left;
    height: 40px;
    border-radius: 20px;
    background-color: #1a8dde;
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 66px;
}

.topBox .loginBox a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.topBox .loginBox a.login,
.topBox .loginBox a.text {
    display: inline-block;
    width: 60px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.topBox .loginBox a.text {
    width: 100px;
}

.topBox .loginBox a.register,
.topBox .loginBox a.logut {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.searchBox {
    padding-top: 1.2%;
    margin-left: 90px;
    width: 560px;
}

.searchBox .tuijian a {
    float: left;
    height: 30px;
    width: 360px;
    position: relative;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.searchBox .tuijian .more {
    float: left;
    height: 30px;
    width: 50px;
    margin-left: 10px;
    position: relative;
    color: #fff;
    font-size: 16px;
}

.searchBox .topBox {
    width: 100%;
}

.searchBox > div > img {
    width: 116px;
    height: 95px;
    float: left;
}

.searchBox .searchInp {
    margin-top: -20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.searchBox .searchInp input {
    float: left;
    border: 0;
    width: 444px;
    background-color: #fff;
    height: 52px;
    outline: transparent;
    padding-left: 24px;
    font-size: 14px;
}

.searchBox .searchInp > div {
    float: left;
    width: 114px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0ab17;
    cursor: pointer;
}

.searchBox .searchInp > div img {
    width: 24px;
    height: 25px;
}

.searchBox .hotSearch {
    width: 900px;
    margin-top: 10px;
    display: flex;
}

.searchBox .hotSearch .blink {
    animation: blink-text 1400ms infinite;
}

@keyframes blink-text {
    0% {
        color: #ff3333;
    }
    39% {
        color: #ff3333;
    }
    40% {
        color: #444444;
    }
    79% {
        color: #444444;
    }
    80% {
        color: #ff3333;
    }
    100% {
        color: #ff3333;
    }
}

.searchBox .hotSearch ul li {
    list-style: none;
    float: left;
    margin-right: 12px;
}

.searchBox .hotSearch ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.imgsBox {
    width: 600px;
    height: 743px;
    position: absolute;
    top: -20px;
    right: 120px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transform-origin: 50% 0;
}

.imgsBox > img {
    position: absolute;
    width: 600px;
    height: 250px;
    z-index: 9;
}

.imgsBox ul li {
    float: left;
    margin-top: 72px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    overflow: hidden;
}

.imgsBox ul li img {
    width: 600px;
    height: 600px;
    position: relative;
    border-radius: 50%;
    object-fit: cover;
}

.m-yshj {
    position: relative;
    width: calc(100% - 960px);
    height: 70px;
    margin: 5px 50px 15px 90px;
    display: block;
    border-radius: 5px;
    background: url("../img/newIndex/yshj.png") no-repeat 50% 50%;
    background-size: cover;
    cursor: pointer;
}

.ywBox {
    position: relative;
    width: calc(100% - 862px);

    margin: 5px 0 0 87px;
    display: block;
    z-index: 3;
}

.ywBox .yeBtnBox {
    width: calc(100% - 78px);
    height: 193px;
    position: absolute;
    top: 0;
    left: 39px;
    overflow: hidden;
    font-size: 0;
}

.ywBox .yeBtnBox .swiper-list {
    height: 193px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

.ywBox .leftBtn,
.ywBox .rightBtn {
    width: 29px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    z-index: 1000;
    user-select: none;
    -ms-user-select: none;
}

.ywBox .leftBtn {
    left: 0;
}

.ywBox .rightBtn {
    right: 0;
}

.ywBox .yeBtnBox .swiper-slide {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}

.ywBox .yeBtnBox .swiper-slide > a {
    text-decoration: none;
    width: 100px !important;
    height: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.ywBox .yeBtnBox .swiper-slide .link {
    width: 100px !important;
    padding: 8px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    top: 5px;
    display: none;
    flex-direction: column;
    justify-content: center;
}

.link span {
    font-size: 12px !important;
    color: #fff;
    text-decoration: none;
}

.ywBox .yeBtnBox .swiper-slide:hover .link {
    display: block;
}

.actYwBox {
    height: 80px !important;
}

.ywBox .yeBtnBox .swiper-slide img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.ywBox .yeBtnBox .swiper-slide span {
    font-size: 15px;
    color: #fff;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(1) > a {
    background-color: #2963e8;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(2) > a {
    background-color: #17c4ba;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(3) > a {
    background-color: #3096ff;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(4) > a {
    background-color: #29c2e8;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(5) > a {
    background-color: #6630ff;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(6) > a {
    background-color: #f0ab17;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(7) > a {
    background-color: #17c4ba;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(8) > a {
    background-color: #3096ff;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(9) > a {
    background-color: #2963e8;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(10) > a {
    background-color: #29c2e8;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(11) > a {
    background-color: #2963e8;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(12) > a {
    background-color: #17c4ba;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(13) > a {
    background-color: #3096ff;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(14) > a {
    background-color: #29c2e8;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(15) > a {
    background-color: #6630ff;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(16) > a {
    background-color: #f0ab17;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(17) > a {
    background-color: #17c4ba;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(18) > a {
    background-color: #3096ff;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(19) > a {
    background-color: #2963e8;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(20) > a {
    background-color: #29c2e8;
}

.ywBox .yeBtnBox .swiper-slide .link {
    border-radius: 5px;
}

.ywBox .yeBtnBox .swiper-slide:nth-child(1) > .link {
    background-color: rgba(41, 99, 232, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(2) > .link {
    background-color: rgba(23, 196, 186, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(3) > .link {
    background-color: rgba(48, 150, 255, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(4) > .link {
    background-color: rgba(41, 194, 232, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(5) > .link {
    background-color: rgba(102, 48, 255, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(6) > .link {
    background-color: rgba(240, 171, 23, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(7) > .link {
    background-color: rgba(23, 196, 186, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(8) > .link {
    background-color: rgba(48, 150, 255, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(9) > .link {
    background-color: rgba(48, 150, 255, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(10) > .link {
    background-color: rgba(41, 194, 232, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(11) > .link {
    background-color: rgba(102, 194, 232, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(12) > .link {
    background-color: rgba(240, 171, 23, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(13) > .link {
    background-color: rgba(41, 99, 232, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(14) > .link {
    background-color: rgba(23, 196, 186, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(15) > .link {
    background-color: rgba(48, 150, 255, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(16) > .link {
    background-color: rgba(41, 194, 232, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(17) > .link {
    background-color: rgba(102, 194, 232, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(18) > .link {
    background-color: rgba(240, 171, 23, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(19) > .link {
    background-color: rgba(41, 99, 232, 0.8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(20) > .link {
    background-color: rgba(23, 196, 186, 0.8);
}

.btmBox {
    width: 100%;
    height: 191px;
    display: block;
    justify-content: space-between;
    z-index: 10000;
    background: #fff url("../img/newIndex/btmBg.png") no-repeat 50% 100%;
    background-size: contain;
}

.btmBox .leftBox {
    width: calc(100% - 471px);
    float: left;
    display: block;
    white-space: nowrap;
    align-items: center;
    margin: 100px 21px 0 21px;
    position: relative;
}

.btmBox .leftInner {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}

.btmBox .leftBox .linkes {
    width: calc(100% - 170px);
    display: block;
    float: left;
    height: 60px;
    padding: 0 3px;
    box-sizing: border-box;
    overflow: hidden;
    scroll-behavior: smooth;
}

.btmBox .leftBox .linkes > a {
    float: left;
}

.btmBox .leftBox .leftInner > a:nth-child(1) {
    width: 40px;
    height: 54px;
    margin-right: 10px;
    float: left;
}

.btmBox .leftBox .leftInner > a:nth-child(2) {
    width: 106px;
    height: 54px;
    margin-right: 10px;
    float: left;
}

.btmBox .leftBox .linkes > .linked {
    width: auto;
    height: 54px;
    background: #1a8dde;
    line-height: 34px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: white;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btmBox .leftBox .linkes > a img {
    width: 100%;
    height: 100%;
}

.btmBox .leftBox .footer {
    float: left;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.btmBox .leftBox .footer a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.btmBox .leftBox .footer b {
    font-weight: 400;
    margin: 0 5px;
}

.btmBox .leftBox .erweima {
    float: left;
    width: 70px;
    margin-left: 10px;
}

.btmBox .leftBox .erweima img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.btmBox .leftBox .erweima span {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.btmBox .rightBox {
    width: 394px;
    float: left;
    margin-right: 35px;
    margin-top: 100px;
}

.btmBox .rightBox ul {
    display: flex;
    align-items: center;
    padding-left: 80px;
}

.btmBox .rightBox ul li {
    text-align: center;
    float: left;
    list-style: none;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

.btmBox .rightBox ul > div {
    height: 40px;
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 25px;
}

.btmBox .rightBox ul li > div {
    margin-bottom: 14px;
}

.tzxx {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    position: absolute;
    bottom: 170px;
    right: 24px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.tzxx:before {
    content: '';
    width: 90px;
    height: 90px;
    border-radius: 45px;
    overflow: hidden;
    background: rgba(7, 114, 189, 0.5);
    position: absolute;
    top: 0;
    right: 0;
}

.tzxx img {
    height: 36px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tzxx span {
    width: 90px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tzxx-children {
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    border-radius: 45px;
    opacity: 0;
    transform-origin: 50% calc(100% - 45px);
    transition: all 150ms linear;
}

.tzxx-children:before {
    content: '';
    width: 2px;
    height: calc(100% - 135px);
    background: linear-gradient(rgba(7, 114, 189, 1), rgba(7, 114, 189, 0.5));
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tzxx.more:hover .tzxx-children {
    height: 225px;
    opacity: 1;
}

.tzxx-child {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background: rgba(7, 114, 189, 1);
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.94) rotate(-540deg);
    transition: all 150ms linear;
    z-index: 100;
}

.tzxx-child:before {
    content: '';
    width: 1px;
    background: rgba(7, 114, 189, 1);
    transition: all 250ms linear;
}

.tzxx-child span {
    font-size: 12px;
}

.tzxx-children:nth-of-type(1) {
    transform: rotate(0deg);
}

.tzxx.more:hover .tzxx-children:nth-of-type(1) .tzxx-child {
    transform: scale(0.94) rotate(0deg);
}

.tzxx-children:nth-of-type(2) {
    transform: rotate(-45deg);
}

.tzxx.more:hover .tzxx-children:nth-of-type(2) .tzxx-child {
    transform: scale(0.94) rotate(45deg);
}

.tzxx-children:nth-of-type(3) {
    transform: rotate(-90deg);
}

.tzxx.more:hover .tzxx-children:nth-of-type(3) .tzxx-child {
    transform: scale(0.94) rotate(90deg);
}

.tzxx-children:nth-of-type(4) {
    transform: rotate(-135deg);
}

.tzxx.more:hover .tzxx-children:nth-of-type(4) .tzxx-child {
    transform: scale(0.94) rotate(135deg);
}

.m-adv-box {
    width: 120px;
    height: 120px;
    position: fixed;
    cursor: pointer;
    z-index: 11111;
    transition: top 80ms linear, left 80ms linear;
}

.m-adv-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/close.png") no-repeat 50% 50% rgba(0, 0, 0, 0.3);
    background-size: 10px auto;
}

.m-adv-box img {
    width: 100%;
    height: 100%;
    float: left;
}

.m-tel {
    float: left;
    cursor: pointer;
    width: 180px;
    margin-top: 25px;
    margin-left: 20px;
}

.timer {
    float: right;
    width: 220px;
    height: 90px;
    margin-left: 18px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: right;
}

.back {
    background-image: url("../img/back.jpg");
    width: 15px;
    height: 30px;
    margin-right: 2px;
    background-size: cover;
    border-radius: 2px;
    color: #0e80e3;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.old_button {
    width: 130px;
    height: 40px;
    position: absolute;
    right: 180px;
    top: 70px;
}

.old_button img {
    width: 130px;
}

.m-qrcode-shade {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.m-qrcode-shade .img {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 250px;
    margin: auto;
}

.m-qrcode-shade .desc {
    position: absolute;
    width: 1000px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    top: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-qrcode-shade .btn {
    position: absolute;
    width: 100px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: #1a8dde;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    top: 400px;
    left: 0;
    right: 120px;
    bottom: 0;
    margin: auto;
}

.m-qrcode-shade .close {
    position: absolute;
    width: 100px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: #ff3333;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    top: 400px;
    left: 120px;
    right: 0;
    bottom: 0;
    margin: auto;
}