* {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    font-family: "PingFang SC", "SourceHanSansCN", "Helvetica", "Arial", "微软雅黑", "microsoft yahei", sans-serif;
}

.top {
    width: 100%;
    height: 112px;
    background-color: #46a6e6;
    position: fixed;
    top: 0px;
    z-index: 2000;
}

.top-box {
    width: 1200px;
    height: 112px;
    margin: 0 auto;
    position: relative;  
}

.top-logo {
    width: 365px;
    height: 72px;
    background: url('../public/icon/png_2x/i_2x-01.png') no-repeat center;
    background-size: 365px 72px;
    position: absolute;
    top: 20px;
    left: 0;
}

.input-icon {
    width: 14px;
    height: 14px;
    background: url('../public/icon/png_2x/i_2x-02.png') no-repeat center;
    background-size: 14px 14px;
    position: absolute;
    right: 137px;
    top: 25px;
    cursor: pointer;
}

.top-a-1,
.top-a-2 {
    display: block;
    position: absolute;
}

.top-a-1 {
    font-size: 12px;
    color: #FFFFFF;
    top: 23px;
    right: 65px;
}

.top-a-2 {
    font-size: 12px;
    color: #FFFFFF;
    top: 23px;
    right: 0;
}

.input-box {
    display: none;
    animation: sideIn 1s ease-in-out forwards;
}

@keyframes sideIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.top-input {
    width: 155px;
    height: 30px;
    background-color: #FFFFFF;
    border: none;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    padding-right: 40px;
    position: absolute;
    top: 17px;
    right: 125px;
}

.input-icon-2 {
    width: 14px;
    height: 14px;
    background: url('../public/icon/png_2x/i_2x-03.png') no-repeat center;
    background-size: 14px 14px;
    position: absolute;
    right: 137px;
    top: 25px;
    cursor: pointer;
}

.nav {
    width: 100%;
    height: 52px;
    background-color: #FFFFFF;
    position: fixed;
    top: 112px;
    z-index: 2000;
}

.nav-box {
    width: 1200px;
    height: 52px;
    margin: 0 auto;
    display: flex;
}

.nav-item {
    position: relative;
    width: 100px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #1A1A1A;
}

.nav-hover {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000;

}

.item-a-1,
.nav-hover a {
    width: 100px;
    height: 52px;
    display: block;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #1A1A1A;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-hover a {
    color: #4d4d4d;
}

.nav-hover a {
    background-color: rgba(246, 246, 246, .9);
}

.nav-item:hover .item-a-1 {
    background-color: #F2F2F2;
    color: #0066B6;
}

.nav-item:hover .nav-hover {
    opacity: 1;
    visibility: inherit;
}

.nav-hover a:hover {
    color: #0066B6;
    background-color: rgba(234, 234, 234, .9);
}

.big-banner {
    width: 100%;
    height: 910px;
    position: relative;
    overflow: hidden;
    /* margin-top: 164px; */
}

.big-banner-box {
    width: auto;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}

.big-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-banner-circles {
    position: absolute;
    display: flex;
    top: 850px;
    left: 50%;
    transform: translate(-50%, 0);
}

.big-img-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;
    margin-right: 12px;
}

.box-1 {
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    padding-bottom: 60px;
}

.box-1-main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
}

.small-banner {
    width: 576px;
    height: 396px;
    position: relative;
}

.small-banner-img {
    width: 576px;
    height: 396px;
    object-fit: cover;
}

.small-banner-other {
    width: 576px;
    height: 56px;
    background-color: rgba(66, 162, 226, .8);
    position: absolute;
    bottom: 0;
}

.small-banner-left {
    width: 42px;
    height: 42px;
    background: url('../public/icon/png_2x/i_2x-04.png') no-repeat center;
    background-size: 42px 42px;
    position: absolute;
    left: 18px;
    top: 157px;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.5s;
}

.small-banner-right {
    width: 42px;
    height: 42px;
    background: url('../public/icon/png_2x/i_2x-05.png') no-repeat center;
    background-size: 42px 42px;
    position: absolute;
    right: 18px;
    top: 157px;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.5s;
}

.small-banner-left:hover,
.small-banner-right:hover {
    opacity: 1;
}

.small-banner-other {
    display: flex;
}

.small-banner-text {
    width: 450px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    margin-left: 22px;
    color: rgba(255, 255, 255, .8);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.small-banner-circles {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

.small-banner-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    margin-right: 12px;
    margin-top: 22px;
    cursor: pointer;
}

.news {
    width: 585px;
    height: 396px;
    margin-left: 39px;
    overflow: hidden;
}

.news-top {
    display: flex;
    overflow: hidden;
}

.news-top-1 div:nth-child(1) {
    font-size: 28px;
    color: #0066B6;
    margin-left: 10px;
    z-index: 1000 !important;
}

.news-top-1 div:nth-child(2) {
    width: 136px;
    height: 25px;
    background: url('../public/icon/png_2x/i_2x-08.png') no-repeat center;
    background-size: 136px 25px;
    z-index: 100 !important;
    margin-top: -10px;
}

.news-top-2 {
    font-weight: normal;
    font-size: 18px;
    color: #0066B6;
    margin-top: 12px;
    margin-left: 9px;
}

.news-top-3 {
    display: block;
    font-size: 16px;
    color: #999999;
    margin-top: 7px;
    margin-left: auto;
}

.news-list {
    margin-top: 23px;
}

.news-list a {
    display: block;
    margin-top: 21px;
}

.news-item {
    display: flex;
}

.news-list a:nth-child(1) {
    margin-top: 0;
}

.news-item div:nth-child(1) {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0066B6;
    margin-top: 8px;
}

.news-item div:nth-child(2) {
    font-size: 16px;
    color: #000000;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
}

.news-item div:nth-child(3) {
    font-size: 16px;
    color: #4D4D4D;
    margin-top: 3px;
    margin-left: auto;
}

.news-item:hover .news-item-title {
    color: #0066B6;
}

.box-2 {
    width: 100%;
    height: 298px;
    background: #F4FAFC;
    overflow: hidden;
}

.box-2-main {
    width: 1200px;
    height: 298px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.box-2-main a {
    display: block;
    width: 282px;
    height: 178px;
    text-align: center;
    line-height: 178px;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
}

.box-2-main a:nth-child(1) {
    background: url('../public/banner/b-1.png') no-repeat center;
    background-size: 282px 178px;
}

.box-2-main a:nth-child(2) {
    background: url('../public/banner/b-2.png') no-repeat center;
    background-size: 282px 178px;
}

.box-2-main a:nth-child(3) {
    background: url('../public/banner/b-3.png') no-repeat center;
    background-size: 282px 178px;
}

.box-2-main a:nth-child(4) {
    background: url('../public/banner/b-4.png') no-repeat center;
    background-size: 282px 178px;
}

.box-3 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}

.box-3-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 60px;
}

.small-box-1 {
    width: 580px;
}

.small-box-2 {
    margin-left: 40px;
    width: 580px;
}

.small-box-1-top,
.small-box-2-top {
    display: flex;
}

.small-box-1-top .small-box-1-top-select:nth-child(1),
.small-box-2-top .small-box-2-top-select:nth-child(1) {
    margin-left: 9px;
}

.small-box-1-top-select,
.small-box-2-top-select {
    font-weight: normal;
    font-size: 22px;
    color: #1A1A1A;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
}

.small-box-1-top-a,
.small-box-2-top-a {
    margin-left: auto;
    font-size: 16px;
    color: #999999;
    margin-top: 6px;
}

.box-1-top-bg,
.box-2-top-bg {
    position: absolute;
    width: 109px;
    height: 25px;
    background: url('../public/icon/png_2x/i_2x-09.png') no-repeat center;
    background-size: 109px 25px;
    top: 18px;
    left: -9px;
    display: none;
}

.small-box-1-list a,
.small-box-2-list a {
    display: block;
}

.small-box-1-list a,
.small-box-2-list a {
    margin-top: 28px;
}

.small-box-1-list a:nth-child(1),
.small-box-2-list a:nth-child(1) {
    margin-top: 38px;
}

.small-box-list-item {
    display: flex;
}

.small-box-list-item div:nth-child(1) {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0066B6;
    margin-top: 9px;
}

.small-box-list-item div:nth-child(2) {
    font-size: 16px;
    color: #000000;
    margin-left: 11px;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.small-box-list-item div:nth-child(3) {
    font-size: 16px;
    color: #4D4D4D;
    margin-top: 4px;
    margin-left: auto;
}

.small-box-list-item:hover .small-box-list-item-title {
    color: #0066B6;
}

.box-4 {
    width: 100%;
    height: 596px;
    background-color: #F4FAFC;
    position: relative;
}

.box-4-bg {
    position: absolute;
    width: 100%;
    height: 596px;
    background: url('../public/banner/wave-1.png') no-repeat center;
    background-size: 1920px 596px;
    bottom: 0;
    z-index: 100;
}

.box-4-main {
    width: 1200px;
    height: 596px;
    margin: 0 auto;
    z-index: 1000;
    overflow: hidden;
}

.box-4-top {
    width: 162px;
    height: 55px;
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    color: #0066B6;
    margin: 0 auto;
    margin-top: 43px;
    background: url('../public/icon/png_2x/i_2x-10.png') no-repeat center;
    background-size: 162px 25px;
    background-position: 0 30px;
}

.swiper-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 54px;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    width: 500px !important;
}

.swiper-slide img {
    width: 500px;
    height: 320px;
    object-fit: contain;
}

.swiper-btn-box {
    width: 570px;
    display: flex;
    position: absolute;
    left: 50%;
    top: 276px;
    z-index: 2000;
    transform: translate(-50%, 0);

}

.swiper-left {
    width: 53px;
    height: 53px;
    background: url('../public/icon/png_2x/i_2x-06.png') no-repeat center;
    background-size: 53px 53px;
    z-index: 2000;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-right {
    width: 53px;
    height: 53px;
    background: url('../public/icon/png_2x/i_2x-07.png') no-repeat center;
    background-size: 53px 53px;
    z-index: 2000;
    opacity: 0.8;
    cursor: pointer;
    margin-left: auto;
}

.swiper-left:hover,
.swiper-right:hover {
    opacity: 1;
}

.swiper-text {
    width: 500px;
    font-weight: normal;
    font-size: 20px;
    color: #0066B6;
    text-align: center;
    margin-top: 48px;
    position: absolute;
    top: 460px;
    left: 50%;
    transform: translate(-50%, 0);
}

.footer {
    width: 100%;
    height: 199px;
    background-color: #46a6e6;
}

.footer-box {
    width: 1200px;
    height: 199px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
}

.footer-logo {
    width: 365px;
    height: 72px;
    background: url('../public/icon/png_2x/i_2x-01.png') no-repeat center;
    background-size: 365px 72px;
    margin-top: 30px;
}

.footer-text {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 50px;
    margin-left: 51px;
}

.footer-text div:nth-child(2) {
    margin-top: 10px;
}

.footer-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    margin-top: 10px;
    margin-bottom: 12px;
}

.footer-bottom {
    display: flex;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
}

.footer-bottom div:nth-child(2) {
    margin-left: auto;
}

.footer-link {
    margin-left: 179px;
}

.footer-link-top {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 15px;
}

.footer-link-box {
    display: flex;
    margin-top: 20px;
}

.footer-link-box a {
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.link-box-2 {
    margin-left: 130px;
}