* {
    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: 1640px;
    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: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, .1);
    height: 95px;
    margin: 0 30px;
}

.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: 280px;
}

.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: 60px;
    top: 66px;
}

.topBox .loginBox a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.topBox .loginBox a.login {
    display: inline-block;
    width: 60px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.topBox .loginBox a.register {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.topBox .loginBox a.logout {
    display: inline-block;
    width: 90px;
    text-align: center;
}

.searchBox {
    margin-top: 3.5%;
    margin-left: 90px;
    width: 582px;
}

.searchBox .tuijian a {
    float: left;
    height: 30px;
    width: 400px;
    position: relative;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.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 {
    margin-top: 20px;
    display: flex;
}

.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: 100px;
    right: 80px;
    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;
}

.ywBox {
    position: relative;
    width: calc(100% - 862px);
    height: 253px;
    margin: 100px 0 100px 89px;
    display: block;
}

.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: 67px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 67px;
    cursor: pointer;
    position: absolute;
    top: 28px;
    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: 120px !important;
    height: 120px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.ywBox .yeBtnBox .swiper-slide .link {
    width: 120px !important;
    padding: 8px 0;
    text-align: center;
    background-color: rgba(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: 44px;
    height: 44px;
    margin-bottom: 20px;
}

.ywBox .yeBtnBox .swiper-slide span {
    font-size: 18px;
    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, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(2) > .link {
    background-color: rgba(23, 196, 186, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(3) > .link {
    background-color: rgba(48, 150, 255, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(4) > .link {
    background-color: rgba(41, 194, 232, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(5) > .link {
    background-color: rgba(102, 48, 255, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(6) > .link {
    background-color: rgba(240, 171, 23, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(7) > .link {
    background-color: rgba(23, 196, 186, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(8) > .link {
    background-color: rgba(48, 150, 255, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(9) > .link {
    background-color: rgba(48, 150, 255, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(10) > .link {
    background-color: rgba(41, 194, 232, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(11) > .link {
    background-color: rgba(102, 194, 232, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(12) > .link {
    background-color: rgba(240, 171, 23, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(13) > .link {
    background-color: rgba(41, 99, 232, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(14) > .link {
    background-color: rgba(23, 196, 186, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(15) > .link {
    background-color: rgba(48, 150, 255, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(16) > .link {
    background-color: rgba(41, 194, 232, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(17) > .link {
    background-color: rgba(102, 194, 232, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(18) > .link {
    background-color: rgba(240, 171, 23, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(19) > .link {
    background-color: rgba(41, 99, 232, .8);
}

.ywBox .yeBtnBox .swiper-slide:nth-child(20) > .link {
    background-color: rgba(23, 196, 186, .8);
}

.btmBox {
    width: 100%;
    height: 191px;
    display: flex;
    justify-content: space-between;
    z-index: 10000;
    background: #fff url("../img/newIndex/btmBg.png") no-repeat 50% 100%;
    background-size: cover;
}

.btmBox .leftBox {
    display: flex;
    align-items: center;
    margin: 45px 21px 0 21px;
}

.btmBox .leftBox > a:nth-child(1) {
    width: 40px;
    height: 52px;
    margin-right: 22px;
}

.btmBox .leftBox > a:nth-child(2) {
    width: 108px;
    height: 54px;
    margin-right: 12px;
}

.btmBox .leftBox > a img {
    width: 100%;
    height: 100%;
}

.btmBox .leftBox .footer {
    font-size: 14px;
    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 {
    width: 106px;
    margin-left: 18px;
}

.btmBox .leftBox .erweima img {
    width: 90px;
    height: 90px;
    cursor: pointer;
}

.btmBox .leftBox .erweima span {
    display: inline-block;
    width: 90px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.btmBox .rightBox {
    margin-right: 35px;
    margin-top: 80px;
}

.btmBox .rightBox ul {
    display: flex;
    align-items: center;
}

.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, .1);
    margin: 25px;
}

.btmBox .rightBox ul li > div {
    margin-bottom: 14px;
}

.tzxx {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(7, 114, 189, .5);
    position: absolute;
    bottom: 191px;
    right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.tzxx span {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}