a,
.shzrlist li,
.cplist li p,
.cplist li img,
.new_bottom li:after,
.media_list li:after,
.media_list li:before,
.media_list h2,
.media_list p,
.haederNavs ul li a:hover::after,
.haederNavs ul li a::after,
.media_list h6,
.med_time,
.med_time:after {
    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;
}

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

.crumb {
    color: #fff;
    font-size: 14px;
}

.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;
}

.crumb i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.crumb a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-right: 4px;
    border-bottom: 1px solid transparent;
}

.crumb a:hover {
    border-color: #fff;
}

.js_add li.ac p:before {
    width: 26px;
    height: 26px;
}

.js_add {
    position: relative;
}

.js_add:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 74px;
    left: 0;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    border-top: 1px dashed rgba(255, 255, 255, 1);
}

.medianew {
    padding: 0 0 80px;
}

.media_list a {
    display: block;
}

.media_list .container {
    padding: 36px 0;
    border-bottom: 1px solid #e6e6e6;
    z-index: 2;
}

.med_time {
    display: inline-block;
    vertical-align: middle;
    width: 178px;
    position: relative;
    text-align: center;
    border-left: 3px solid #216fd3;
}

.med_time h6 {
    display: inline-block;
    color: #0062b0;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}

.med_time h6 span {
    display: block;
    font-size: 14px;
}

.med_time:after {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.med_img {
    display: inline-block;
    vertical-align: middle;
    width: 15.3125%;
}

.med_img img {
    width: 100%;
}

.med_inner {
    display: inline-block;
    vertical-align: middle;
    width: calc(84.6875% - 178px);
    box-sizing: border-box;
    padding: 0 54px;
}

.med_inner h2 {
    color: #222222;
    font-size: 18px;
    margin-bottom: 15px;
}

.med_inner p {
    color: #8b969e;
    line-height: 24px;
}

.media_list li {
    position: relative;
    overflow: hidden;
}

.media_list li:before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #0064c2;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.media_list li:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #0064c2;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.media_list li:hover:before,
.media_list li:hover:after {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.media_list li:hover p,
.media_list li:hover h2,
.media_list li:hover h6 {
    color: #fff
}

.media_list li:hover .med_time {
    border-color: #fff
}

.media_list li:hover .med_time:after {
    background: #fff;
}

.xpyf {
    padding: 100px 0;
}

.xpyftable th,
.xpyftable td {
    padding: 30px 40px;
    border: 2px solid #efefef;
}

.xpyftable td {
    background: #eef4f7;
}

.xpyftable th {
    text-align: center;
}

.xpyftable td:nth-child(4) {
    text-align: center;
}

.xpyftable th i {
    display: inline-block;
    vertical-align: middle;
    color: #cccccc;
    margin-right: 14px;
    font-size: 24px;
}

.xpyftable th span {
    color: #414141;
    font-weight: bold;
    font-size: 18px;
}

.xpyftable td {
    vertical-align: top;
}

.xpyftable td p {
    color: #444;
    line-height: 26px;
    font-weight: bold;
}

.xpyftable tr:nth-child(even)>*:nth-child(1) {
    background: #e4f2ff;
}

.xpyftable tr:nth-child(odd)>*:nth-child(1) {
    background: #1f7dd4;
}

.xpyftable tr:nth-child(odd)>*:nth-child(1) p {
    color: #fff;
}

.xpyftable tr:nth-child(1)>*:nth-child(1) {
    background: #0055a0;
}

.xpyftable tr:nth-child(1)>*:nth-child(1) i,
.xpyftable tr:nth-child(1)>*:nth-child(1) span {
    color: #fff
}

.yfsl {
    padding: 100px 0;
    background: #f6f9fb;
}

.sl_left {
    display: inline-block;
    vertical-align: top;
    width: 39.25%;
    box-sizing: border-box;
    padding-right: 110px;
}

.ejtit h3:after {
    content: '';
    display: block;
    width: 53px;
    height: 3px;
    background: #e5e5e5;
    margin-top: 45px;
}

.sltxt p {
    color: #444;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 26px;
}

.sl_right {
    display: inline-block;
    vertical-align: top;
    width: 60.75%;
}

.sl_right li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 56px)/3);
    box-sizing: border-box;
    margin-right: 28px;
    margin-top: 28px;
    border-radius: 7px;
    border: 1px solid #acc9e3;
    padding: 48px 40px;
    position: relative;
}

.sl_right li>* {
    position: relative;
    z-index: 2;
}

.sl_right li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(../images/slbac.png);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.sl_right li:nth-child(3n) {
    margin-right: 0;
}

.sl_right li:nth-child(1),
.sl_right li:nth-child(2),
.sl_right li:nth-child(3) {
    margin-top: 0;
}

.sl_right li span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(0, 134, 219, .2);
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
}

.sl_right li span:before {
    content: '';
    width: 84%;
    height: 84%;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 134, 219, .5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.sl_right li span i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    color: #0086db;
    font-size: 24px;
    z-index: 2;
}

.sl_right li h2 {
    color: #626262;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}

.sl_right li p {
    line-height: 26px;
    height: 52px;
    color: #444
}

.sl_right li:hover:before {
    opacity: 1;
}

.sl_right li:hover span {
    background: #fff;
    border-color: #fff
}

.sl_right li:hover h2,
.sl_right li:hover p {
    color: #fff
}

.kyinner {
    margin-top: 90px;
    background: #0064b9;
}

.kyimg {
    display: inline-block;
    vertical-align: middle;
    width: 39.3125%;
}

.kyimg img {
    width: 100%;
}

.kytxt {
    display: inline-block;
    vertical-align: middle;
    width: 60.6875%;
    box-sizing: border-box;
    padding: 0 80px;
}

.kytxt i {
    color: #fff;
    font-size: 46px;
    display: block;
    margin-bottom: 16px;
}

.kytxt h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.kytxt p {
    line-height: 26px;
    color: #fff
}

.lxwm {
    padding: 100px 0;
}

.lxtit {
    padding-bottom: 36px;
    border-bottom: 2px solid #0276bb;
    margin-bottom: 44px;
}

.lxtit h2 {
    color: #0172ba;
    font-size: 30px;
    font-weight: bold;
}

.lxtit h2 i {
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 40px;
}

.lxtit h2 span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: #a5a5a5;
    font-size: 18px;
}

.lxlist li {
    display: inline-block;
    vertical-align: top;
    width: 47.1875%;
    border-bottom: 1px dashed #d8d8d8;
    margin-right: 5.625%;
    margin-bottom: 26px;
    padding-bottom: 28px;
    font-size: 0;
}

.lxlist li:nth-child(2n) {
    margin-right: 0;
}

.lxlist li i {
    display: inline-block;
    width: 56px;
    color: #b9b9b9;
    font-size: 26px;
}

.lxlist li div {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 56px);
}

.lxlist li h3 {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}

.lxlist li h3 font {
    color: #d2d2d2
}

.lxlist li p {
    color: #666666
}

.zxjy {
    padding: 88px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/zxbac_02.jpg);
}

.zxjy h1 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 54px;
}

.zx_left {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin-right: 6%;
}

.zx_right {
    display: inline-block;
    vertical-align: top;
    width: 59%;
    position: relative;
}

.zx_left form {
    font-size: 0;
}

.zx_left input {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    line-height: 36px;
    padding: 2px 20px;
    box-sizing: border-box;
    margin-bottom: 38px;
    height: 52px;
}

.zx_left input:nth-of-type(2n) {
    margin-right: 0;
}

.zx_left textarea {
    margin-bottom: 38px;
    width: 100%;
    resize: none;
    box-sizing: border-box;
    padding: 18px 20px;
}

.zx_left button {
    width: 100%;
    text-align: center;
    background: #327dd0;
    line-height: 42px;
    height: 42px;
    color: #fff;
}

.zx_left button img {
    margin-left: 18px;
}

.zx_left button:hover {
    background: #025ba9;
}

#allmap {
    width: 100%;
    height: 100%;
}

span.BMap_Marker div img {
    width: 100%;
}

.zx_right>a {
    display: block;
    position: absolute;
    width: 137px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #327dd0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.zx_right>a:hover {
    background: #025ba9;
}

.zpxx {
    padding: 100px 0;
}

.zptit {
    border: 1px solid #dfe5e9;
    box-sizing: border-box;
    border-bottom: none;
    display: table;
    width: 100%;
    table-layout: fixed
}

.zptit h6 {
    display: table-cell;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #dfe5e9;
    background-image: url(../images/zpbac_03.jpg);
    background-size: 100% 100%;
    padding: 27px 0;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.zplist {
    border-bottom: 1px solid #dfe5e9
}

.zplist .zptit {
    cursor: pointer;
}

.zplist .zptit h6 {
    background-image: none;
    color: #414141;
    font-size: 14px
}

.zpinner {
    border: 1px solid #dfe5e9;
    box-sizing: border-box;
    padding: 64px 115px 75px;
    background: #f3f3f3;
    display: none
}

.zpinner p {
    line-height: 24px;
    color: #737373
}

.zpinner div {
    display: inline-block;
    margin-right: 150px;
    vertical-align: top
}

.zplist li:nth-child(even) .zptit {
    background: #ecf0f2
}

.xj_left {
    display: inline-block;
    vertical-align: top;
    width: 58.375%;
    box-sizing: border-box;
    padding-right: 50px;
}

.xj_left p {
    line-height: 26px;
    color: #444
}

.xj_right {
    display: inline-block;
    vertical-align: top;
    width: 41.625%;
}

.xj_right img {
    width: 100%;
}

.zj_wrap {
    padding: 100px 0;
    background: #f6f9fb;
}

.xjtit {
    margin-bottom: 35px;
}

.xjtit h2 {
    color: #323333;
    font-size: 24px;
    font-weight: bold;
}

.xjtit h2 img {
    margin-left: 20px;
}

.zj_wrap p {
    color: #444;
    line-height: 26px;
}

.zfgzbox {
    margin-top: 55px;
    box-sizing: border-box;
    padding: 0 18px;
}

.zfgzbox h2 {
    color: #035fb0;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    line-height: 26px;
}

.zfgzbox h2:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #016fbd;
    position: absolute;
    top: 13px;
    left: -18px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.zj_wrap div>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
}

.zj_wrap>div {
    margin-top: 60px;
}

.zj_wrap>div:nth-child(1) {
    margin-top: 0;
}

.jxlc {
    margin-top: 30px;
}

.jxlc li {
    width: 18.875%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px;
    margin-right: 1.40625%;
    background: #fff;
}

.jxlc li:nth-of-type(5n) {
    margin-right: 0;
}

.jxlc li i {
    color: #d4d4d4;
    font-size: 60px;
    display: block;
    margin-bottom: 15px;
}

.jxlc li h2 {
    color: #006bb7;
    font-weight: bold;
    font-size: 18px;
}

.jxlc li h3 {
    color: #c8c8c8;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.jxlc li p {
    line-height: 28px;
}

.jxlc li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 16px solid #007ac6;
    border-color: #007ac6 #007ac6 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.jxlc li font {
    display: block;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 2;
    font-weight: bold;
}

.tdx {
    padding-bottom: 100px;
}

.tdx .container>p {
    color: #444;
    margin-bottom: 14px;
}

.tdx .container>p:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #007dc9;
    vertical-align: middle;
    margin-right: 16px;
}

.xysc .xj_left {
    width: 66.625%;
}

.xysc .xj_right {
    width: 33.375%;
}

.xyscimg li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 13px);
    margin-right: 26px;
    margin-bottom: 26px;
    box-sizing: border-box;
    padding: 15px 15px 0;
    background: #f2f2f2;
    text-align: center;
}

.xyscimg li:nth-of-type(2n) {
    margin-right: 0;
}

.xyscimg li span {
    line-height: 30px;
    padding: 11px 0;
    display: block;
}

#z_header .swiper-slide img {
    width: 100%;
    height: 100vh;
}

#z_header .swiper-slide>img:last-of-type {
    display: none;
}

#swiper_2 {
    /* margin-top: -200px; */
}

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

.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;
}

.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;
}

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

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

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

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

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

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

.z_slide_title_top {
    position: absolute;
    top: 252px;
    left: 8.335%;
    z-index: 12;
}

.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 {
    width: 20px;
    height: auto;
    position: absolute;
    top: 252px;
    right: 5%;
    left: auto;
}

.my-bullet .my-bullet {
    cursor: pointer;
}

.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;
}

.slide_icons:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon_10.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

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;
}

.icon_logo {
    margin-left: 8.335%;
    /* width: 400px; */
    float: left;
}

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

.header_serach>ul li {
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-right: 16px;
    cursor: pointer;
}

.header_serach>ul li:last-of-type {
    margin-right: 0;
}

.header_serach>ul a,
.header_serach>ul span {
    color: #fff;
    font-size: 16px;
}

.header_serach>ul li:nth-of-type(1):after {
    content: '';
    display: block;
    height: 12px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
}

.header_serach>ul li:nth-of-type(1) img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 36px;
    margin-top: -8px;
}

.header_serach>ul li form {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    box-sizing: border-box;
    white-space: nowrap;
    padding: 8px;
    background: #005bac;
    z-index: 10;
    line-height: 0;
    display: none;
}

.header_serach>ul li form input {
    outline: none;
    border: none;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle;
}

.header_serach>ul li form button {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.header_serach>ul li form button:hover {
    border-color: #fff;
}

.header_serach>ul img {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -31px;
}

.header_serach>ul li:nth-of-type(3) 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(3) 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_left {
    display: none;
}

.swiper_left.swiper-pagination {
    display: block;
}

.swiper_right {
    width: 150px !important;
    height: 75px !important;
    position: absolute;
    left: 12%;
    top: 76%;
}

#swiper_1 .swiper_right {
    background-image: none;
    left: 8.335%;
    position: absolute;
}

.swiper_right .button-next {
    transition: 0.5s;
    outline: none;
    /*position: absolute;*/
    width: 120px;
    z-index: 10;
    /*left: 200px;*/
    /*top: 688px;*/
    cursor: pointer;
}

.button-next {
    right: 4vw;
}

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

.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: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);
}

.header_nav {
    width: 95%;
    /* height: 406px; */
    /* width: 0;
    height: 0; */
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /* transition: all .5s; */
    z-index: 11;
    display: none;
}

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

.nav_list_top {
    width: 100%;
    height: 132px;
    position: relative;
}

.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:before {
    content: '';
    display: block;
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e4e4e4;
}

.nav_list_btm {
    width: 100%;
    bottom: 0;
    opacity: 0;
    transition: all 3s;
    padding-top: 50px;
}

.nav_list_btm>ul {
    width: 154px;
    float: left;
}

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

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

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

.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;
    padding-bottom: 40px;
}

.nav_list_top ul li:hover a {
    color: #0d6fb8;
}

.nav_list_btm ul li:hover a {
    color: #0d6fb8;
}

* {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none
}

html {
    -webkit-text-size-adjust: none
}

body,
ul,
dl,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

input {
    border: 0 none;
    outline-style: none;
    padding: 0;
    vertical-align: top;
}

@font-face {
    font-family: 'DIN-BLACK';
    src: url('../font/DIN-BLACK.OTF');
    src: local('☺'), url('../font/DIN-BLACK.woff') format('woff'), url('../font/DIN-BLACK.ttf') format('truetype'), url('../font/DIN-BLACK.eot') format('eot'), url('../font/DIN-BLACK.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-blod';
    src: url('../font/DIN-BOLD.OTF');
    src: local('☺'), url('../font/DIN-BOLD.woff') format('woff'), url('../font/DIN-BOLD.ttf') format('truetype'), url('../font/DIN-BOLD.eot') format('eot'), url('../font/DIN-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

textarea {
    border: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.inrow {
    font-size: 0;
    [;
    font-size: 12px;
    ];
    *font-size: 0;
    font-family: arial;
    [;
    letter-spacing: -3px;
    ];
    *letter-spacing: normal;
    *word-spacing: -1px;
}

.inrow>li,
.inrow span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}


/* #Number_roll_1,#Number_roll_2,#Number_roll_3 {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 75px;
    margin-top: -37px;
    text-align: center;
} */

.Number_roll_1 .dataOne,
.Number_roll_2 .dataOne,
.Number_roll_3 .dataOne {
    width: 36px;
    height: 75px;
    text-align: center;
    background: url(../images/num-bg.png) no-repeat;
}

.Number_roll_1 .dataBoc,
.Number_roll_2 .dataBoc,
.Number_roll_3 .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.Number_roll_1 .dataBoc .tt,
.Number_roll_2 .dataBoc .tt,
.Number_roll_3 .dataBoc .tt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Number_roll_1 .tt span,
.Number_roll_2 .tt span,
.Number_roll_3 .tt span {
    width: 100%;
    height: auto;
    font: bold 60px/75px "Arial";
    color: #fff;
    font-family: 'DIN-blod';
}

#main_Journalism {
    width: 100%;
    /* height: 1260px; */
    padding-bottom: 50px;
    overflow: hidden;
}

.Journalism_top {
    /*width: 100%;*/
    /* height: 532px; */
    /* background-color: #f7f7f7; */
    /* overflow: hidden; */
    padding-top: 110px;
}

.Journalism_top:before {
    content: '';
    display: block;
    width: 100%;
    height: 180%;
    background: #f7f7f7;
    position: absolute;
    left: 33.333%;
    top: 0;
}

.Journalism_top_l {
    width: 33.333%;
    /* height: 532px; */
    background-color: #fff;
    padding: 0 160px 110px 0;
    box-sizing: border-box;
    float: left;
    transform: translateY(-1000px);
    transition: all 1s;
}

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

.Journalism_top_l>h6 img {
    width: 18px;
    height: 28px;
    margin-left: 26px;
}

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

.Journalism_top_r {
    float: right;
    /* padding-top: 114px; */
    padding-right: 160px;
    transform: translateY(-1000px);
    transition: all 1s;
}

.Journalism_top_r>ul {
    overflow: hidden;
}

.Journalism_top_r>ul li {
    width: 138px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    float: left;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

.Journalism_top_r>ul li h6 {
    font-weight: bold;
    /* font-family: 'DIN-BLACK'; */
    color: #323333;
    cursor: pointer;
    font-size: 15px;
}

.Journalism_nav_p {
    content: '';
    display: block;
    width: 30px;
    position: absolute;
    border: 1px solid #0161b8;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    transition: all .5s;
}

.Journalism_top_r>ul li .Journalism_nav_a {
    color: #0056a3;
}

.Journalism_btm {
    width: 100%;
    /* height: 725px; */
    position: relative;
}

.Journalism_btm_list {
    background-color: #fff;
    overflow: hidden;
    bottom: 0;
}

.Journalism_btm_list>ul {
    overflow: hidden;
    transform: translateY(1000px);
    display: none;
}

.Journalism_btm_list .list_uls {
    transition: all .2s;
    display: block;
}

.Journalism_btm_list>ul li {
    width: 33.333%;
    /* height: 458px; */
    box-sizing: border-box;
    border-radius: 10px;
    float: left;
    padding: 90px 60px;
    position: relative;
    transition: all .3s;
}

.Journalism_btm_list>ul li p:nth-child(1) {
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    /* color: #323333; */
}

.Journalism_btm_list>ul li p:nth-child(2) {
    font-weight: bold;
    line-height: 60px;
    font-size: 18px;
    /* color: #323333; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Journalism_btm_list>ul li p:nth-child(3) {
    line-height: 26px;
    font-size: 14px;
    height: 78px;
}

.Journalism_btm_list>ul li p:nth-child(4) {
    height: 20px;
    line-height: 20px;
    margin-top: 48px;
    font-size: 12px;
    color: #666;
}

.Journalism_btm_list>ul li:hover p:nth-child(4) {
    color: #fff
}

.Journalism_btm_list>ul li p:nth-child(4) img {
    width: 76px;
    height: 10px;
    margin-left: 18px;
    display: inline-block;
    vertical-align: middle;
}

.imgs {
    width: 0;
    height: 0;
    transition: all .3s;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 68px;
    display: none !important;
}

.core_header_right>div:hover p {
    color: #0055a0
}

.Journalism_btm_list>ul li:hover {
    background: url(../images/icons_02.jpg) no-repeat;
    background-size: 100% 100%;
}

.Journalism_btm_list>ul li:hover p {
    color: #fff !important
}

.Journalism_btm_list>ul .Journalism_lists_li p {
    /* color: #fff; */
}


/* .Journalism_btm_list>ul .Journalism_lists_li .J_displacement>span {
    display: inline-block;
    transform: translate(84px);
    transition: all .5s;
    color: #fff;
} */


/* .Journalism_btm_list>ul .Journalism_lists_li .J_displacement>img {
    transform: translate(-80px);
    transition: all .5s;
} */

.J_displacement img:nth-of-type(2) {
    display: none;
}

.Journalism_btm_list>ul li:hover .J_displacement img:nth-of-type(2) {
    display: inline-block;
}

.Journalism_btm_list>ul li:hover .J_displacement img:nth-of-type(1) {
    display: none;
}

#main_development {
    width: 83.33%;
    margin: 0 auto;
    /* height: 790px; */
    padding: 126px 0;
    overflow: hidden;
    /* font-family: "DIN-BLACK"; */
    box-sizing: border-box;
    font-size: 0;
}

#main_development>div {
    float: left;
}

.development_left {
    /* height: 530px; */
    width: 31%;
    margin-right: 8.25%;
    position: relative;
    left: -1000px;
}

.development_left:before {
    content: '';
    display: block;
    width: 52px;
    border-top: 3px solid #e5e5e5;
    position: absolute;
    top: 130px;
    left: 0px;
}

.development_left>h6 p:nth-of-type(1) {
    font-size: 30px;
    line-height: 40px;
    color: #d9d9d9;
    position: relative;
    font-weight: bolder;
}

.development_left>h6 p:nth-of-type(2) {
    font-size: 34px;
    color: #323333;
    font-weight: bolder;
}

.development_left>h6 {
    font-weight: bolder;
    margin-bottom: 110px;
}

.development_left>h6 img {
    width: 18px;
    height: 28px;
    margin-left: 26px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.development_title>p:nth-child(1),
.development_title>p:nth-child(2) {
    font-size: 26px;
    line-height: 34px;
    ` font-weight: bolder;
    color: #0166bb;
}

.development_title>p:nth-child(3) {
    padding-top: 80px;
    font-size: 14px;
    color: #444;
    line-height: 26px;
}

.development_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: 0;
    bottom: 30px;
    transition: 1s;
}

.development_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: 0;
    top: 110%;
}

.development_btn>h6 {
    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;
}

.development_btn:hover h6 {
    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;
    transition: 1s;
    display: none;
}

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

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

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

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

.development_right {
    width: 60.75%;
    height: auto;
    position: relative;
    right: -2000px;
}

.development_right>ul {
    width: 100%;
    /* height: 530px; */
    overflow: hidden;
}

.development_right>ul li {
    width: calc((100% - 56px) / 3);
    /* height: 250px; */
    border: 1px solid #b2cde6;
    border-radius: 10px;
    float: left;
    margin-bottom: 24px;
    margin-right: 28px;
    padding: 50px 40px;
    box-sizing: border-box;
    transition: all 1s;
}

.development_right>ul li:nth-of-type(4),
.development_right>ul li:nth-of-type(5) {
    margin-bottom: 0;
}

.development_right>ul li:nth-of-type(3) {
    margin: 0;
}

.development_right>ul li p:nth-child(1) {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #cce7f8;
    text-align: center;
    position: relative;
    background: #fff;
}

.development_right>ul li p:nth-child(1) img {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}

.development_right>ul li p:nth-child(2) {
    font-size: 18px;
    color: #626262;
    font-weight: bolder;
    margin-top: 24px;
    margin-bottom: 22px;
}

.development_right>ul li p:nth-child(3) {
    font-size: 14px;
    color: #444;
    height: 48px;
    line-height: 24px;
}

.development_right>ul li:hover {
    background-color: #0167bd;
}

.development_right>ul li:hover p:nth-child(1) {
    transform: rotate(360deg);
    transition: 1s;
}

.development_right>ul li:hover p:nth-child(2) {
    color: #fff;
}

.development_right>ul li:hover p:nth-child(3) {
    color: #a4bee1;
}

#main_core {
    width: 100%;
    /* height: 896px; */
    background: url(../images/img_07.jpg) no-repeat;
    background-size: cover;
    padding: 123px 0;
    box-sizing: border-box;
    position: relative;
}

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

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

#swiper_3 {
    padding-bottom: 50px;
}

#swiper_3 img,
#swiper_4 img {
    width: 100%;
    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: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-color: #fff;
    background-size: 50% 50%;
    background-position: center center;
    color: #3f3f3f;
    text-align: center;
    line-height: 50px;
    position: absolute;
    opacity: 1;
    top: 50%;
    margin-top: -25px;
    outline: none;
    background-image: none;
}

.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: -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 {
    /* 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;
}

#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;
}