

/*.container {*/
/*    position: relative;*/
/*    margin: 0 auto;*/
/*    box-sizing: border-box;*/
/*    width: 83.333%;*/
/*}*/

.button-next {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 10%;
}

.button-next:after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dotted #fff;
    transition: all .6s;
}

.button-next>div {
    width: 90px;
    line-height: 70px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: -70%;
    overflow: hidden;
    transition: .6s;
    /*overflow: hidden;*/
}

.button-next>div span {
    margin-left: -60%;
    transition: .6s;
}

.button-next:hover:after {
    transform: rotate(360deg);
    transition: .6s;
}

.button-next:hover div {
    width: 40px;
    transition: .5s;
    position: absolute;
    left: 15%;
}

.button-next:hover span {
    margin-left: -248%;
    transition: .6s;
}


.swiper-wrapper {
    /* transition-delay: .3s; */
}

.swiper-container {
    /*
    --swiper-theme-color: #fff; */
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.line {
    width: 1200px;
    margin: 0 auto;
}

.blog-area{
    /*background: url(../image/bg_03.jpg) center top no-repeat;*/
    /*background-size: cover;*/
}

#main_core {
    width: 100%;
    /* height: 896px; */

    padding: 80px 0;
    box-sizing: border-box;
    position: relative;
}

#swiper_3,
#swiper_4 {
    padding-top: 20px;
    box-sizing: border-box;
}

#swiper_3 .swiper-slide {
    overflow: visible;
}

#swiper_3 {
    padding-bottom: 30px;
}

#swiper_3 img,
#swiper_4 img {
    /*width: 100%;*/
    width: 210px;
    height: 300px;
    z-index: 0;
    border-radius: 18px;
}

#swiper_3 .swiper-slide {
    background: transparent;
}

#swiper_3 .swiper-slide a {
    display: block;
    width: 100%;
}

#swiper_3 .swiper_core_list>div,
#swiper_4 .swiper_core_list>div {
    width: 100%;
    /*height: 330px;*/
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.core_prev,
.core_next {
    width: 100%;
    height: 28px;
    border-radius: 20px;
    /*background-color: #fff;*/
    background-size: 50% 50%;
    background-position: center center;
    color: #3f3f3f;
    text-align: center;
    position: absolute;
    opacity: 1;
    top: 50%;
    margin-top: -25px;
    outline: none;
    background-image: none;
}
.core_prev_1,
.core_next_1{
    width: 50px !important;
    height: 50px !important;
    background-color: #fff;
    border-radius: 50%;
}
.core_prev_1:hover, .core_next_1:hover{
    background: #0067bb;
}

.core_prev img,
.core_next img {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.core_next img {
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.core_prev img:nth-child(2),
.core_next img:nth-child(2) {
    display: none;
}

/*.core_prev:hover,*/
/*.core_next:hover {*/
/*    background: #0067bb;*/
/*}*/

.core_prev:hover img:nth-child(2),
.core_next:hover img:nth-child(2) {
    display: block;
}

.core_prev:hover img:nth-child(1),
.core_next:hover img:nth-child(1) {
    display: none;
}

.swiper-button-disabled {
    background-color: #fff;
    color: #e3e3e3;
}

.core_prev:after,
.core_next:after {
    font-size: 20px;
}

.core_prev {
    left: 88px;
}

.core_prev_1 {
    left: -66px;
}


.core_next {
    right: -66px;
}

.swiper_core_list>div {
    position: relative;
}

.swiper_core_list>div p {
    position: absolute;
    padding: 13px 45px;
    border-radius: 52px;
    background: transparent;
    white-space: nowrap;
    left: 50%;
    bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #323333;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .4s cubic-bezier(.35, .75, .55, 1) 0.1s;
    -webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) .1s;
    -moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) .1s;
}

#swiper_3 .swiper_core_list>div:hover p {
    background: #005aab;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
    color: #fff;
}

.core_header {
    /* overflow: hidden; */
}

.core_header_left {
    float: left;
}

.core_header_left>h6 p:nth-of-type(1) {
    font-size: 30px;
    line-height: 28px;
    color: #f7f7f7;
}

.core_header_left>h6 img {
    width: 18px;
    height: 28px;
    font-size: 22px;
    margin-left: 26px;
}

.core_header_left>h6 p:nth-of-type(2) {
    font-size: 35px;
    font-weight: bolder;
    color: #323333;
    margin-top: 16px;
}

.core_header_right {
    padding: 0 158px;
    float: right;
    position: relative;
}

.core_header_right>div {
    float: left;
}

.core_header_right>div a {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    /* float: left; */
    position: relative;
    top: 0;
    left: 0;
}

.core_header_right>div img {
    width: 64px;
    height: 64px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.core_header_right>div p {
    font-size: 15px;
    color: #323333;
    text-align: center;
    font-weight: bold;
    line-height: 44px;
}

.core_header_right>div:nth-child(1) {
    margin-right: 266px;
}

.core_header_right>div {
    position: relative;
}

.core_header_right:after {
    content: '';
    display: block;
    width: 240px;
    border-bottom: 1px solid #bfcace;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -120px;
}

.core_btn {
    width: 110px;
    height: 36px;
    background-color: #005bac;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
    bottom: 136px;
    margin: 0 auto;
    transition: 1s;
}

.core_btn>p {
    content: '';
    width: 10px;
    display: block;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -3px;
    display: none !important;
}

.core_btn>a {
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 36px;
    display: block;
}

.core_btn:hover {
    color: #fff;
    background-color: #1796de;
}

.core_btn:hover a {
    /* color: red; */
    transition: 1s;
}

.core_btn:hover p {
    content: '';
    display: block;
    border-left: none;
    width: 50px;
    height: 0px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -25px;
    transition: .2s;
}

.core_btn>a {
    color: #fff;
    font-size: 12px;
}

#main_title {
    width: 100%;
    height: auto;
    /* font-family: "DIN-BLACK"; */
}

.main_title_top {
    width: 100%;
    /* height: 1360px; */
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.main_top_brief {
    padding: 130px 160px 130px 160px;
    position: relative;
    transition: all 2s;
    width: 65%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.main_top_brief:before {
    content: '';
    display: block;
    width: 52px;
    border-top: 3px solid #e5e5e5;
    position: absolute;
    top: 260px;
    left: 160px;
}

.title_btn {
    width: 110px;
    height: 36px;
    background-color: #005bac;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
    /* position: absolute; */
    left: 160px;
    top: 556px;
    transition: 1s;
    margin-top: 50px;
    transition: 1s;
}

.title_btn>p {
    content: '';
    width: 10px;
    display: block;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -3px;
    display: none;
}

.title_btn>a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.title_btn:hover {
    color: #fff;
    background-color: #1796de;
}

.title_btn:hover a {
    transition: 1s;
}

.title_btn:hover p {
    content: '';
    display: block;
    border-left: none;
    width: 50px;
    height: 0px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -25px;
    transition: .2s;
}

.main_top_brief>h6 p:nth-of-type(1) {
    font-size: 30px;
    line-height: 28px;
    color: #d9d9d9;
    font-family: 'DIN-blod';
}

.main_top_brief>h6 img {
    width: 18px;
    height: 28px;
    font-size: 22px;
    margin-left: 26px;
}

.main_top_brief>h6 p:nth-of-type(2) {
    font-size: 35px;
    font-family: "微软雅黑";
    color: #323333;
    font-weight: bold;
    margin-top: 16px;
}

.main_top_information {
    padding-top: 100px;
    line-height: 26px;
    font-size: 12px;
    color: #a9a9a9;
}

.main_top_information>p:nth-of-type(1) {
    padding-bottom: 36px;
}

.list_time {
    width: 35%;
    background: url(../images/banner_03.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    z-index: 0;
    display: inline-block;
    vertical-align: middle;
    /*height: 90vh;*/
}

.list_time>ul {
    width: 100%;
    height: auto;
    padding: 100px 172px 250px 172px;
    box-sizing: border-box;
}

.list_time>ul>li {
    height: auto;
    margin-bottom: 100px;
}

.list_time>ul>li>div {
    color: #fff;
    /* height: 75px; */
    font-size: 42px;
    font-weight: bolder;
    position: relative;
}

.list_time>ul>li>div>span {
    font-size: 14px;
    display: inline-block;
    margin-top: 40px;
}

.list_time>ul>li>div:nth-of-type(2) {
    font-size: 12px;
    line-height: 26px;
}

.list_time>ul>li p {
    text-align: left;
    font-size: 14px;
    color: #fff;
    /*margin-top: 8px;*/
    float: left;
    width: 100%;
}

.Number_roll_1,
.Number_roll_2,
.Number_roll_3 {
    float: left;
}

#swiper_2 img {
    width: 100%;
    height: 100%;
}

#swiper_2 a {
    display: block;
    font-size: 0;
    width: 100%;
}

.swiper_lists {
    width: 32.125%;
    padding: 44px 52px;
    box-sizing: border-box;
    background: #01a6ea;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: -600px;
    transition: all 2s;
    z-index: 10;
}

.swiper_lists>h6 {
    font-size: 26px;
    font-weight: bolder;
    color: #fff;
    line-height: 60px;
    margin-bottom: 14px;
}

.swiper_lists>p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.swiper_lists .title_arrow {
    width: 76px;
    height: 10px;
    background: url(../images/icons_01.png) no-repeat;
    background-size: 76px 10px;
    position: absolute;
    top: 70px;
    right: 42px;
}

.swiper_main_prev:after,
.swiper_main_next:after {
    font-size: 14px;
}

.swiper-container .swiper_main_prev,
.swiper-container .swiper_main_next {
    position: absolute;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    background-size: 50% 50%;
    background-position: center center;
    background-color: rgba(0, 0, 0, 1);
    font-size: 14px;
    color: #fff;
    top: auto;
    left: 0;
    bottom: 0;
}

.swiper-container .swiper_main_next {
    left: 64px;
}

.swiper_main_prev:hover,
.swiper_main_next:hover {
    background-color: #efefef;
    color: #ccc;
}

#main_title .list_p {
    transform: translateY(500px);
    transition: all 1s;
}

.main_top_information p {
    font-size: 14px;
    color: #444;
}

#footer_contact {
    width: 100%;
    /*height: 510px;*/
    background: url(../images/footer_02.jpg) no-repeat;
    background-size: 100% 100%;
}

.footer_top {
    width: 100%;
    /* height: 228px; */
}

.footer_top>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.footer_top>ul li {
    width: 25%;
    /* height: 228px; */
    box-sizing: border-box;
    /* float: left; */
    padding: 55px 80px;
    border-right: 1px solid #606872;
    border-bottom: 1px solid #606872;
    display: table-cell;
}

.footer_top>ul li:last-child {
    border-right: none;
}

.footer_top>ul li p:nth-child(1) {
    color: #bfc3cc;
    /* line-height: 46px; */
    /* font-size: 14px; */
    margin: 12px 0;
}

.footer_top>ul li p:nth-child(1) span {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: calc(100% - 60px);
    box-sizing: border-box;
    vertical-align: middle;
}

.footer_top>ul li p:nth-child(2),
.footer_top>ul li p:nth-child(3) {
    color: #a8acb5;
    line-height: 26px;
}

.footer_top>ul li p img {
    width: 46px;
    height: 46px;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
}

.footer_btm {
    width: 100%;
    /*height: 228px;*/
}

.footer_btm>ul {
    overflow: hidden;
}

.footer_btm>ul li {
    width: 20%;
    height: 276px;
    box-sizing: border-box;
    float: left;
    padding: 84px 72px;
    position: relative;
}

.footer_btm>ul li a {
    color: #a8acb5;
}


/* .footer_btm>ul li:nth-of-type(3) {
    width: 24%;
} */

.footer_btm>ul li:last-of-type {
    width: 16%;
    line-height: 108px;
}

.footer_btm>ul li:nth-child(1) img {
    width: 213px;
    /* height: 106px; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -53px;
    margin-left: -107px;
}

.footer_btm>ul li:nth-child(2) p {
    font-size: 12px;
    line-height: 24px;
    color: #a8acb5;
}

.footer_btm>ul li:nth-child(2) p:nth-child(3) {
    padding-top: 16px;
}


/* .footer_btm>ul li:nth-child(3) p:nth-child(1) {
    color: #bfc3cc;
    line-height: 46px;
    font-size: 14px;
    color: #9ba0a9;
}

.footer_btm>ul li:nth-child(3) p:nth-child(1) span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.footer_btm>ul li:nth-child(3) p:nth-child(1) img {
    padding-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

.footer_btm>ul li:nth-child(3) p:nth-child(2) {
    font-size: 35px;
    color: #a5aab3;
    font-weight: bold;
} */

.footer_btm>ul li:nth-child(3) p {
    line-height: 26px;
    color: #b5b8bf;
}

.footer_btm>ul li:nth-child(3) p:nth-child(1) {
    float: left;
}

.footer_btm>ul li:nth-child(3) p img {
    width: 94px;
    height: 94px;
}

.footer_btm>ul li:nth-child(3) p:nth-child(1) {
    margin-right: 14px;
    border-radius: 10px;
    overflow: hidden;
}

.footer_btm>ul li:nth-child(3) p {
    padding-top: 12px;
    font-size: 18px;
    font-weight: bold;
}

.posi {
    position: relative;
    overflow: hidden;
    height: 0;
    overflow: hidden;
}

.posi.ac {
    overflow: visible;
    height: auto;
}

@media only screen and (max-width:1680px) {
    .header_serach {
        margin-right: 126px;
    }
    .z_slide_title_btm {
        padding-top: 66px;
    }
    .z_slide_title_top>p,
    .z_slide_title_btm>p:nth-child(1) {
        font-size: 40px;
        font-family: '微软雅黑';
    }
    .swiper_right {
        top: 88%;
    }
    .main_top_brief {
        padding: 80px 120px 80px 120px;
    }
    .list_time>ul {
        padding: 60px 130px 210px 130px;
    }
    .title_btn {
        left: 16%;
        top: 98%;
    }
    .main_top_brief:before {
        top: 40%;
        left: 14%;
    }
    .main_top_brief>h6 p:nth-of-type(1),
    .development_left>h6 p:nth-of-type(1),
    .core_header_left>h6 p:nth-of-type(1),
    .Journalism_top_l>h6 p:nth-of-type(1) {
        font-size: 26px;
    }
    .main_top_brief>h6 img,
    .development_left>h6 img,
    .core_header_left>h6 img,
    .Journalism_top_l>h6 img {
        width: 16px;
        height: 26px;
    }
    .main_top_brief>h6 p:nth-of-type(2),
    .core_header_left>h6 p:nth-of-type(2),
    .Journalism_top_l>h6 p:nth-of-type(2) {
        font-size: 32px;
    }
    .Number_roll_1 .tt span,
    .Number_roll_2 .tt span,
    .Number_roll_3 .tt span {
        /* font-size: 54px; */
    }
    .swiper_lists>h6 {
        font-size: 22px;
    }
    .development_left>h6 p:nth-of-type(2) {
        font-size: 30px;
    }
    .development_title>p:nth-child(1),
    .development_title>p:nth-child(2) {
        font-size: 24px;
    }
    .development_right>ul li p:nth-child(2),
    .swiper_core_list>div p {
        font-size: 16px;
    }
    .development_right>ul li p:nth-child(3) {
        height: 72px;
    }
}

@media only screen and (max-width:1440px) {
    .z_slide_title_top>p,
    .z_slide_title_btm>p:nth-child(1) {
        font-size: 32px;
    }
    .z_slide_title_btm {
        padding-top: 40px;
    }
    .main_top_brief>h6 p:nth-of-type(1),
    .development_left>h6 p:nth-of-type(1),
    .core_header_left>h6 p:nth-of-type(1),
    .Journalism_top_l>h6 p:nth-of-type(1) {
        font-size: 22px;
    }
    .main_top_brief>h6 img,
    .development_left>h6 img,
    .core_header_left>h6 img,
    .Journalism_top_l>h6 img {
        width: 14px;
        height: 24px;
    }
    .main_top_brief>h6 p:nth-of-type(2),
    .core_header_left>h6 p:nth-of-type(2),
    .Journalism_top_l>h6 p:nth-of-type(2) {
        font-size: 28px;
    }
    .main_top_brief:before {
        top: 36%;
        left: 16%;
    }
    .swiper_lists {
        padding: 20px 26px;
    }
    .swiper_lists .title_arrow {
        top: 46px;
        right: 26px;
    }
    .development_right>ul li {
        padding: 20px 14px;
    }
    .development_left {
        width: 38%;
        padding-right: 6%;
        box-sizing: border-box;
        margin-right: 0;
    }
    .development_title>p:nth-child(1),
    .development_title>p:nth-child(2) {
        font-size: 22px;
    }
    .core_header_left>h6 p:nth-of-type(2),
    .main_top_brief>h6 p:nth-of-type(2) {
        margin-top: 8px;
    }
    .development_right>ul li p:nth-child(2),
    .swiper_core_list>div p {
        font-size: 14px;
    }
    .Journalism_btm_list>ul li {
        padding: 60px 30px;
    }
    .Journalism_btm_list>ul li p:nth-child(4) {
        margin-top: 70px;
    }
    .footer_top>ul li {
        padding: 35px 50px;
    }
    .footer_btm>ul li {
        padding: 64px 52px;
    }
    .footer_btm>ul li:nth-child(3) p:nth-child(2) {
        font-size: 28px;
    }
    .footer_btm>ul li:nth-child(4) p:nth-child(2) {
        padding-top: 6px;
    }
    .footer_btm>ul li:nth-child(2) p:nth-child(3) {
        padding-top: 4px;
    }
    .footer_btm>ul li:nth-child(4) p:nth-child(3),
    .footer_btm>ul li:nth-child(4) p:nth-child(4) {
        font-size: 13px;
    }
    .Journalism_top_l {
        padding: 0 120px 60px 0;
    }
}

#z_header {
    width: 100%;
    height: auto;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-container {
    /* 
	--swiper-theme-color: #fff; */
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#swiper_3 .swiper-slide:nth-child(2) {
    /*background: #3183ff;*/
    color: #fff;
}

.swiper-slide .z_slide_title_top>p,
.swiper-slide .z_slide_title_btm>p {
    transform: translateX(-800px);
    opacity: 0;
    font-family: '微软雅黑';
}

.swiper-slide .z_slide_title_top>p:nth-child(1) {
    transition: all 1s;
}

.swiper-slide .z_slide_title_top>p:nth-child(2) {
    transition: all 1.5s;
}

.swiper-slide .z_slide_title_btm>p:nth-child(1) {
    transition: all 1.8s;
}

.swiper-slide .z_slide_title_btm>p:nth-child(2) {
    transition: all 2s;
}

.swiper-slide .z_slide_title_btm>p:nth-child(3) {
    transition: all 2s;
}

.ani-slide .z_slide_title_top>p,
.ani-slide .z_slide_title_btm>p {
    transform: translateX(0);
    opacity: 1;
}

.z_slide_title_top>p,
.z_slide_title_btm>p:nth-child(1) {
    text-align: left;
    font-size: 65px;
    color: #fff;
}

.z_slide_title_top>p:nth-child(1) {
    font-size: 65px;
}

.z_slide_title_top>p span,
.z_slide_title_btm>p span {
    color: #74e4ff;
}

.z_slide_title_btm>p span {
    font-weight: 200;
}

.z_slide_title_btm {
    padding-top: 86px;
}

.z_slide_title_btm>p {
    color: #dde8f5;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.z_slide_title_btm>p:nth-child(1) {
    height: 70px;
    line-height: 70px;
}

.swiper-container .my-bullet>li {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 6px 0;
    position: static;
    transition: all .35s;
}

.swiper-container .my-bullet .z_swiper_paging {
    transition: all .35s;
    margin: 20px 0;
    background-color: #fff;
}

.my-bullet>li:after {
    content: '';
    display: block;
    height: 20px;
    border-left: 2px dotted #fff;
    margin-left: 4px;
    margin-top: 12px;
}

.my-bullet>li:last-of-type:after {
    display: none;
}

/*header {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    z-index: 10;*/
/*}*/

/*.header_logo {*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*    z-index: 10;*/
/*    float: left;*/
/*    padding-top: 42px;*/
/*    opacity: 1;*/
/*    transition: all .5s;*/
/*}*/

.header_serach {
    float: right;
    margin-right: 146px;
}

.header_serach>ul li:nth-of-type(2) a {
    width: 62px;
    height: 62px;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .4);
    transition: all .35s;
    margin-top: 12px;
}

.header_serach>ul li:nth-of-type(2) a:hover {
    width: 82px;
    height: 82px;
    margin-top: 2px;
}

.swiper_right:after {
    display: none;
}


/* .swiper-button-next:after{
	content: 'next';
	display: block;
	position: absolute;
	left: 200px;
	top: 688px;
	width: 68px;
	height: 68px;
	border: 1px dotted #fff;
	text-align: center;
	line-height: 68px;
	border-radius: 50%;
	font-size: 14px;
	z-index: 11;
}
.swiper-button-next:before{
	content: '';
	display: block;
	position: absolute;
	left: 168px;
	top: 722px;
	width: 68px;
	border-top: 1px solid #fff;
	z-index: 11;
	transition: all .35s;
}
.swiper-button-next:after:hover .swiper-button-next:before{
	left: 190px;
	width: 10px;
} */

.swiper_right .button-next {
    transition: 0.5s;
    outline: none;
    width: 120px;
    z-index: 10;
    cursor: pointer;
}

.button-next {
    right: 4vw;
}

.button.disabled {
    opacity: 0.2;
    cursor: default;
}

#arrow-svg-home {
    transform: translateY(353px);
}

.button-next #arrow-svg-home {
    transform: translateY(353px) rotateY(180deg);
    transform-origin: 80px 0px 0px;
}

svg {
    transition: 0.5s;
}

.cls-1 {
    transition: 0.5s;
    opacity: 0.4;
    transform-origin: -20px 40px;
    opacity: 1;
}

.cls-4 {
    transition: 0.5s;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.4;
    transform-origin: 0px 0px 0px;
}

#arrow-trg {
    transition: 0.5s;
    fill: #fff;
    transform: rotateY(180deg) translate(-53px, 39px);
}

#line {
    transition: 0.5s;
    stroke: rgba(255, 255, 255, .5);
    transform: translate(50px, 42px);
}

.button-prev:not(.disabled):hover svg {
    transform: translateX(-25px);
}

.button-next:not(.disabled):hover svg {
    transform: translateX(25px);
}

.button:not(.disabled):hover .cls-1 {
    transform: scale(1.1);
}

.button:not(.disabled):hover .cls-4 {
    stroke-dasharray: 2px;
    stroke-dashoffset: 2px;
    opacity: 1;
}

.button:not(.disabled):hover #arrow-trg {
    transform: rotateY(180deg) translate(-37px, 39px);
}

.button:not(.disabled):hover #line {
    transform: translate(35px, 42px) scaleX(0.33);
}

.nav_list {
    width: 100%;
    /* height: 406px; */
    background: url(../images/banner_2_03.jpg) no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

.nav_list_left {
    width: 24%;
    /* height: 406px; */
    float: left;
    position: relative;
}

.nav_list_left>img {
    /* width: 216px;
    height: 80px; */
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -108px;
}

.nav_list_right {
    width: 76%;
    /* height: 406px; */
    float: left;
}

.nav_list_top>ul li {
    width: 154px;
    height: 130px;
    line-height: 130px;
    float: left;
    font-size: 14px;
    color: #84888b;
}

.nav_list_top>ul li:nth-child(2) {
    margin-right: 40px;
}

.nav_list_top>p {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-color: #0d6fb8;
    position: absolute;
    transition: all .5s;
    left: 0;
    bottom: -1px;
}

.nav_list_top>ul {
    width: 100%;
    /* height: 130px; */
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.nav_list_btm>ul:nth-child(2) {
    margin-right: 40px;
}

.nav_list_btm>ul li {
    line-height: 26px;
    font-size: 14px;
    color: #9ba0a9;
}

.nav_list_rights {
    width: 250px;
    /* height: 406px; */
    float: left;
}

.nav_rights_top {
    width: 250px;
    height: 130px;
    position: relative;
}

.nav_rights_top>ul {
    width: 120px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav_rights_top>ul li {
    width: 44px;
    text-align: left;
    float: left;
    text-align: center;
    position: relative;
}

.nav_rights_top>ul li a {
    color: #2a2a2a;
    font-size: 14px;
}

.nav_rights_top>ul li:nth-child(1) {
    width: 26px;
}

.nav_rights_top>ul li:nth-child(2):before {
    content: '';
    display: block;
    height: 10px;
    border-right: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.nav_rights_top>ul li:nth-child(1) a img {
    width: 16px;
    height: 16px;
}

.nav_list {
    opacity: 0;
    transition: all .5s;
}

.nav_list_top ul li:hover a {
    color: #1f7dd4;
}

.nav_list_btm ul li:hover a {
    color: #1f7dd4;
}

.ewm {
    display: inline-block;
    width: 94px;
    overflow: hidden;
    border-radius: 4px;
    vertical-align: top;
}

.ewm img {
    width: 100%;
}

.b_video {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.b_video:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/heidian.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.b_video video {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.haederNavs {
    float: right;
    padding-top: 2%;
    padding-right: 60px;
}

.haederNavs ul li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.haederNavs ul li {
    padding-right: 40px;
}

.haederNavs ul li:last-of-type {
    padding-right: 0;
}

.haederNavs ul li a {
    color: #fff;
    font-size: 16px;
    position: relative;
}

.haederNavs ul li a::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #0055a0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.haederNavs ul li i{color: #fff;display: inline-block;vertical-align: top;}
.haederNavs ul .active a::after,
.haederNavs ul li a:hover::after {
    width: 100%;
}

.footer_btm {
    text-align: center;
    padding: 20px 0;
}

.footer_btm p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    color: #a8acb5;
}

.footer_btm p a {
    color: #a8acb5;
}

.footer_btm p a:hover {
    color: #fff;
}

.footer_btm h5 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.footer_btm h5 img {
    cursor: pointer;
}

.footer_btm h5 img:first-of-type {
    display: block;
}

.footer_btm h5 img:last-of-type {
    display: none;
    position: absolute;
    bottom: 60px;
    left: -24px;
    width: 100px;
    height: 100px;
}

.footer_btm h5:hover img:last-of-type {
    display: block;
}

.footer_top>ul li a {
    cursor: default;
}
@media only screen and (max-width: 767px) {
  .core_header_right {
    display: none;
  }
}

@media only screen and (max-width: 1200px){
.posi {
    text-align: center;
}
#main_core{
   padding: 50px 0; 
}
.core_prev, .core_next {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
}