/* 主体开始 */

img {
    border: none;
}

.section {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section .swiper-container {
    width: 100%;
    height: 100%;
}

.section .mask {
    overflow: hidden;
}

.section .mask_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    animation: hvr-bob 7s linear infinite alternate;
    -webkit-animation: hvr-bob 7s linear infinite alternate;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.section .mask_div {
    width: 35%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: -100%;
    right: 0%;
    padding: 20% 5% 0px 4%;
    color: #fff;
    text-align: left;
    transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.section .mask_div .a1 {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    line-height: 59px;
    margin-bottom: 20px;
    display: block;
}

.section .mask_div .a2 {
    font-size: 32px;
    color: #ffffff;
    line-height: 45px;
    margin-bottom: 6px;
    display: block;
}

.section .mask_div .a3 {
    font-size: 12px;
    color: #ffffff;
    line-height: 17px;
    display: block;
    margin-bottom: 20px;
}

.section .swiper-slide-active .mask_div {
    top: 0px;
}

.section .mask-dian {
    bottom: 50px !important;
    left: 0;
    width: 100%;
}

@-webkit-keyframes hvr-bob {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes hvr-bob {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.section .mask-dian .swiper-pagination-bullet-active {
    background-color: #1692FF !important;
}

.section .mask-dian .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0px 10px !important;
    background-color: #ffffff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.7;
}


/* 轮播图处理 */

.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    left: 0;
    width: 100%;
}

#swiper-container1 {
    height: 177px;
}

.two-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

#swiper-container1 .swiper-pagination {
    text-align: center;
}

.swiper-pagination-switch {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 4px;
}

.swiper-active-switch {
    opacity: 1;
    background: #007aff;
}

#swiper-container1 .swiper-pagination-switch {
    width: 29px;
    height: 8px;
    border-radius: 0;
}

.main_2-dian span {
    box-sizing: border-box;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: none;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    background: #fff;
}

.two-swiper .swiper-active-switch {
    background: #007aff;
    width: 16px;
    border-radius: 7px !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js_swiper .tab-body-item {
    visibility: visible;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.visibility {
    visibility: hidden !important;
    z-index: -1 !important;
}


/* 轮播图处理 */


/* 第一部分 */

.p-one {
    height: 83px;
}

.onePosition {
    top: -87px;
    border-bottom: 8px #1692FF solid;
    box-sizing: border-box;
    padding-left: 120px;
    background: #fff url(../images/headlines.png) no-repeat 40px center;
    position: relative;
    overflow: hidden;
    height: 186px;
}

.one-headlines {
    box-sizing: border-box !important;
    padding: 10px 50px 25px 10px;
}

.one-headlines a:hover h2 {
    color: #1692FF;
}

.one-headlines p {
    font-size: 16px;
    margin: 0;
}

.p-one .swiper-container {
    margin-right: 20px;
}

.p-one .swiper-pagination-bullet {
    width: 29px;
    height: 8px;
    border-radius: 0;
}


/* 第一部分 */


/* 第二部分 */

.p-two {
    font-size: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.two-left {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    width: 970px;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
    position: relative;
}

.two-left .tab-header {
    height: 67px;
    border-bottom: 2px #EBECEC solid;
    font-weight: bold;
    line-height: 40px;
    color: #666666;
    font-size: 0;
}

.two-left .tab-header a {
    display: inline-block;
    font-size: 26px;
    height: 64px;
    line-height: 67px;
    text-align: center;
    position: relative;
    margin-right: 42px;
}

.two-left .tab-header a:last-child {
    font-size: 16px;
    margin-right: 0;
    color: #666666;
    float: right;
}

.two-left .tab-header a:last-child:hover {
    color: #1692FF;
}

.two-left .tab-header .active {
    color: #1692FF;
    background-color: #fff;
    border-bottom: 4px solid #1692FF;
}

.two-left .tab-body {
    height: 360px;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}

.two-swiper {
    width: 520px;
    height: 362px;
    float: left;
}

.two-image .a-img,
.two-image img {
    width: 520px;
    height: 320px;
    vertical-align: top;
}

.two-image p {
    box-sizing: border-box;
    width: 520px;
    height: 42px;
    background: rgba(0, 0, 0, 0.66);
    padding-left: 16px;
    padding-right: 120px;
    line-height: 42px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    margin: 0;
}

.two-image p a {
    display: block;
}

.p-two .swiper-pagination {
    width: auto !important;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    left: auto !important;
    bottom: 15px !important;
    padding: 0 6px;
    text-align: center;
    font-size: 0;
}

.p-two .swiper-pagination-bullet {
    box-sizing: border-box;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: none;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    background: #fff;
}

.p-two .swiper-pagination-bullet-active {
    background: #007aff;
    width: 16px;
    border-radius: 7px !important;
}

.two-left .news-list2,
.two-left .news-list {
    width: 410px;
    float: right;
}

.two-left .news-list2 h3 {
    height: 50px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.two-left .news-list2 h3:hover {
    color: #007aff;
}

.two-left .news-list li {
    height: 98px;
}

.two-left .news-list li:hover h3 {
    color: #007aff;
}

.two-left .news-list li h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two-left .news-list li p {
    font-size: 14px;
    color: #666666;
    margin: 8px 0 18px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 2rem;
}

.two-topic {
    position: absolute;
    bottom: 0;
    right: 0;
}

.two-topic img {
    width: 412px;
    height: 58px;
    vertical-align: top;
}

.two-right {
    display: inline-block;
    width: 540px;
    height: 455px;
    margin-left: 50px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14);
}

.two-right .tab-header {
    height: 68px;
    border-bottom: 1px #e5e5e5 solid;
    font-size: 0;
}

.two-right .tab-header a {
    display: inline-block;
    width: 158px;
    line-height: 68px;
    color: #666666;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
}

.two-right .tab-header .active {
    background: #1692ff;
    color: #fff;
}

.two-right .tab-header a:last-child {
    font-size: 16px;
    line-height: 68px;
    color: #666666;
    font-weight: 600;
    width: auto;
    margin-right: 24px;
    float: right;
}

.two-right .tab-header a:last-child:hover {
    color: #007aff;
}

.two-right .news-list {
    /* margin-top: 13px; */
}

.two-right .news-list li {
    height: 76px;
    margin: 0 24px;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden
}

.two-right .news-list li:last-child {
    border-bottom: 0;
}

.two-right .news-list li:hover a {
    color: #007aff;
}

.two-right .news-list li a {
    display: block;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two-right .news-list li span {
    display: block;
    height: 24px;
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}


/* 第二部分 */


/* 第三部分 */

.p-three {
    width: 1560px;
    height: 158px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.three-image img {
    width: 1560px;
    height: 158px;
}

.p-three .swiper-button-next:after,
.p-three .swiper-button-prev:after {
    content: none
}

.p-three .swiper-button-prev {
    background: url(../images/swiper-left.png);
    left: 0;
}

.p-three .swiper-button-next {
    background: url(../images/swiper-right.png);
    right: 0;
}

.p-three .swiper-button-next,
.p-three .swiper-button-prev {
    border-radius: 0;
    width: 32px;
    height: 70px;
    margin-top: -35px;
}


/* 第三部分 */


/* 第四部分 */

.p-four {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 100px;
}

.four-index {
    width: 520px;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
}

.four-top {
    font-size: 23px;
    color: #1692FF;
    font-weight: bold;
    padding: 0 16px;
    font-weight: 700;
}

.four-top a {
    display: inline-block;
    padding: 13px 0;
    border-bottom: 4px #1692ff solid;
}

.four-top span {
    float: right;
    color: #999999;
    font-weight: normal;
    line-height: 30px;
    font-size: 13px;
}

.four-ul {
    min-height: 440px;
}

.four-ul li {
    border-top: 1px solid #E2E2E2;
    font-size: 15px;
    margin: 0 16px;
    padding: 8px 0;
}

.four-ul .four-ul-l {
    width: 65px;
    height: 53px;
    border: 1px solid #F1F1F1;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.four-ul .four-ul-l h2 {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin: 0;
}

.four-ul .four-ul-l p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.four-ul .four-ul-r {
    vertical-align: top;
    display: inline-block;
    width: 390px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;
}

.four-ul li:hover .four-ul-r h2 {
    color: #007aff;
}

.four-ul .four-ul-r h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 6px 0;
    font-weight: 400;
}

.four-ul .four-ul-r p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin: 0;
    text-indent: 2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 第四部分 */


/* 第五部分 */

.five-background {
    width: 100%;
    height: 148px;
    background: #1692ff;
}

.p-five {
    margin-top: -148px;
}

.p-five .five-tab {
    height: 148px;
    font-size: 0;
}

.p-five .five-tab .tab-header-item {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    width: 195px;
    height: 148px;
    font-size: 24px;
    padding: 0 0 23px;
    position: relative;
    background-position: center 25px;
    background-repeat: no-repeat;
    font-weight: 600;
}

.p-five .five-tab .tab-header-item img {
    display: block;
    margin: 24px auto 15px;
    width: 40px;
    height: 40px;
}

.p-five .five-tab .tab-header-item:nth-child(2n+1) {
    background-color: #72beff;
}

.p-five .five-tab .tab-header-item:nth-child(2n) {
    background-color: #5bb3ff;
}

.p-five .five-tab .active {
    background-color: #1692ff !important;
}

.p-five .five-tab .active::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 16px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.five-tab-body {
    margin-top: 30px;
}

.five-tab-body .tab-body-item {
    min-height: 690px;
}

.five-tab-body .five-tab-ul li:hover {
    box-shadow: 0px 0px 14px 0px rgba(206, 206, 206, 0.91);
    float: left;
}

.five-tab-body .five-tab-ul li {
    width: 500px;
    height: 395px;
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.five-tab-body .five-tab-ul li:nth-child(3n) {
    margin-right: 0;
}

.five-tab-body .five-tab-ul .a-img {
    width: 479px;
    height: 297px;
    display: block;
    overflow: hidden;
    margin: 10px;
}

.five-tab-body .five-tab-ul li a img {
    width: 479px;
    height: 297px;
}


/* 设置图片经过放大 */

.five-tab-body .five-tab-ul li img {
    width: 479px;
    height: 297px;
    vertical-align: top;
}

.five-tab-body .five-tab-ul li p {
    height: 38px;
    line-height: 38px;
    border-left: 10px #1692ff solid;
    margin: 20px 26px;
    padding-left: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #1692ff;
}


/* 第五部分 */


/* 第六部分 */

.p-six {
    width: 100%;
    background: url(../images/07.png) no-repeat center top;
    background-size: 100% 100%;
    padding-top: 60px;
    margin-top: 70px;
    padding-bottom: 100px;
}

.six-title {
    overflow: hidden;
    position: relative;
    height: 84px;
    vertical-align: top;
}

.six-title img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.six-list-background {
    padding: 40px 30px;
    margin-top: 30px;
    background: #ffffff;
}

.six-list {
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.six-list div {
    width: 374px;
    height: 244px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    text-align: center;
    float: left;
    position: relative;
}

.six-list a {
    display: block;
    width: 100%;
    height: 100%;
}

.six-list img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}


/* 第六部分 */