/* body{opacity: 0.8;}::-webkit-scrollbar{width: 0;}.content{background: top left no-repeat url(../images/Ã©Â¦â€“Ã©Â¡Âµ.png) !important;} */

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.body {
    position: relative;
    background: #fff;
    box-sizing: border-box;
}

.body.page {
    padding-top: 130px;
}

.home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.home body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.body_home {
    background: ;
    height: 100%;
    overflow: hidden;
}

.body_home .header {
    display: none;
    opacity: 0;
}

.body_b.dis .gp-goTop {
    display: none;
}

.body_b.dis.showdiv .gp-goTop {
    display: block;
}




.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    ;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 2;
    overflow: auto;
    outline: none;
}

/* .body_b.dis *{background:none;} */
.body_b * {
    outline: none;
}

.body_b.showdiv {
    top: 0;
}

.body_b .mCSB_scrollTools {
    z-index: 4;
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: ;
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(0, 0, 0, 0.1);
}

.body_home.showdiv .header {
    transform: none;
    opacity: 1;
    display: block;
}

.body_home.showdiv .wrapbanner {
    display: block;
}

.wrapbanner {
    overflow: hidden;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: none;
}

.banner {
    position: relative;
    z-index: 5;
    height: 100vh;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    top: 50%;
    transform: translateY(-50%) scale(1.2);
    height: 100%;
}

.banner a {
    display: block;
    position: relative;
    overflow: hidden;
}


/* .banner a.more{position: absolute;right: 80px;bottom: 44px;border-left: 1px solid rgba(255, 255, 255, .3);padding: 0 0 0 12px;line-height: 24px;color: #fff;} */

.banner .img {
    padding-bottom: calc(920% / 19.2);
    position: relative;
    animation: BannerAni 12s linear infinite;
    /* padding-bottom: 100vh; */
}

.banner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: calc(280% / 19.2);
    background: url(../images/banner_cover.png);
    background-size: 100% 100%;
    z-index: 2;
}

.banner::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: calc(240% / 19.2);
    background: url(../images/banner_cover2.png);
    background-size: 100% 100%;
    z-index: 2;
}

.banner .title {
    color: #fff;
    bottom: 54px;
    left: 160px;
    position: absolute;
    z-index: 2;
    font-weight: bold;
}

@keyframes BannerAni {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.banner .swiper_menu {
    position: absolute;
    bottom: 0;
    background: #00508f;
    height: 52px;
    border-radius: 26px 26px 0 0;
}

.banner .swiper_menu::before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    background: rgba(255, 255, 255, .14);
}

.banner .arrow {
    width: 80px;
    height: 52px;
    font-size: 0;
    background: center center no-repeat;
    border-radius: 50%;
    bottom: 0;
    border: none;
    top: auto;
    transform: none;
    position: relative;
    display: inline-block;
}

.banner .arrow::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 2;
    background: center no-repeat;
    opacity: 1;
}

.banner .prev {
    left: auto;
    right: 0;
}

.banner .next {
    right: 0;
}

.banner .arrow:after {
    background: rgba(0, 0, 0, .4);
    opacity: 0;
}

.banner .prev::before {
    background-image: url(../images/banner_prev.png);
}

.banner .next::before {
    background-image: url(../images/banner_next.png);
}


/* .banner .arrow:hover::after{background: #004E81;opacity: 1;} */

.banner .slick-dots {
    width: 28px;
    left: auto;
    bottom: 50%;
    right: 60px;
    transform: translateY(50%);
}

.banner .slick-dots li {
    width: 28px;
    height: 28px;
    margin: 14px 0;
    position: relative;
    background: url(../images/banner_dot1.png) center no-repeat;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    background-image: url(../images/banner_dot2.png);
}

.content {
    position: relative;
    z-index: 10;
}


.video_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/bg11.jpg) no-repeat center;
    background-size: cover;
}

.video_bg video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

.index_title {
    margin: 0 0 12px;
}

.wrap_mode01 {
    position: relative;
    padding: 132px 0 50px;
    overflow: hidden;
}

.wrap_mode01::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 210px;
    z-index: 0;
    background: #f7f7ed;
}

.wrap_mode01 .bg {
    display: block;
    position: absolute;
    left: 0;
    bottom: 210px;
    z-index: 4;
    width: 35.41%;
    /* height: 350px; */
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.wrap_mode01 .bg:hover {
    transform: translateX(20px);
}

.wrap_mode01 img {
    position: relative;
    z-index: 2;
}

.mode01 {
    max-width: 1330px;
    position: relative;
    z-index: 2;
}

.mode01_title {
    width: 180px;
    position: relative;
    border: 1px solid #da0707;
    border-radius: 35px;
    /* background: url(../images/mode01_more.png) center no-repeat; */
    margin: 34px 0 0 25px;
}

.mode01_title2 {
    border: 1px solid #fff;
}


.mode01_title a {
    color: #d90000;
    font-family: 'PlayfairDisplay';
    display: block;
    line-height: 1;
    padding: 20px 27px 22px;
    white-space: nowrap;
    font-family: 'SourceSansPro-Regular';
}

.mode01_title2 a {
    color: #fff;
}

.mode01_title a i {
    font-size: 28px;
    margin-left: 10px;
    padding-top: 2px;
    display: inline-block;
}

.mode01_title a i:before {
    content: '';
    background: url(../images/more2.png) no-repeat center;
    background-size: 26px auto;
    width: 36px;
    height: 10px;
    display: block;
}

.mode01_title2 a i:before {
    background: url(../images/more3.png) no-repeat center;
    background-size: 26px auto;
}




.mode01_title::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #d90000;
    background: #f7f7ed;
    position: absolute;
    left: 35px;
    top: -4px;
    transform: translateX(-50%);
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    border-radius: 50%;
}

.mode01_title:hover:before {
    left: 50%;
}

.mode01_title::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #d90000;
    background: #f7f7ed;
    position: absolute;
    right: 35px;
    bottom: -4px;
    transform: translateX(50%);
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    border-radius: 50%;
}

.mode01_title2::before {
    border: 1px solid #fff;
}

.mode01_title2::after {
    border: 1px solid #fff;
}

.mode01_title:hover:after {
    right: 50%;
}

.mode01 .lf {
    float: left;
}

.listTitle2 {
    position: relative;
    padding-left: 28px;
}

.listTitle2::before {
    content: '';
    width: 10px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 6px;
    height: calc(100% - 15px);
}

.listTitle2 span {
    font-family: 'SourceSansPro-Regular';
    display: block;
    margin-bottom: 1px;
    color: #666;
    line-height: 1.55;
}

.listTitle2 h2 {
    font-size: calc(28px + 3.75vw);
    line-height: 1;
    font-family: 'SourceSansPro-Bold';
    color: #0a46a9;
    letter-spacing: -8px;
}

.mode01 .rt {
    width: 39.28%;
    /* width: 1055px; */
    position: relative;
    z-index: 2;
    float: left;
    margin-left: 105px;
}

.wrap_index_01a {
    /* overflow: hidden; */
    position: relative;
    z-index: 2;
}

.index_01a {
    width: 100%;
    perspective: 1120px;
    overflow: hidden;
    border-radius: 20px;
}

.index_01a ul {
    margin: 0 0 0 0;
    transform-style: preserve-3d;
}

.index_01a li {
    transform-style: preserve-3d;
    position: relative;
}

.index_01a .img {
    padding-bottom: 62.5%;
}

.index_01a .item {
    position: relative;
    z-index: 1;
}


/* .index_01a .swiper-slide-prev .item,.index_01a .swiper-slide-next .item,.index_01a .swiper-slide-active .item{opacity: 1;} */

.index_01a2 {
    margin: 0 auto;
    width: 500px;
    overflow: hidden;
    position: absolute;
    left: calc(100% + 30px);
    bottom: 0;
    border-radius: 10px;
}

.index_01a3 {
    margin: 0 auto;
    width: 220px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 210px;
    border-radius: 10px;
    display: none;
}

.index_01a2 li,
.index_01a3 li {
    position: relative;
}

.index_01a2 li::before,
.index_01a3 li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.index_01a2 .item,
.index_01a3 .item {
    position: relative;
    z-index: 1;
    margin: 0 30px 0 0;
    border-radius: 10px;
    overflow: hidden;
}

.index_01a2 .img,
.index_01a3 .img {
    padding-bottom: 62.5%;
}

.index_01b {
    width: 100%;
    /* height: 600px; */
    margin: -55px 0 0 0;
    position: relative;
    z-index: 2;
    /* background: url(../images/mode01_text_bg.png) center no-repeat; */
}

.index_01b>ul {
    height: 100%;
}

.index_01b>ul>li {
    height: 100%;
}

.content-before {
    float: left;
    width: 50%;
    height: 100%;
    shape-outside: radial-gradient(farthest-side ellipse at right, transparent 98%, red);
    position: absolute;
    left: 0;
    top: 0;
}

.content-after {
    float: right;
    width: 50%;
    height: 100%;
    shape-outside: radial-gradient(farthest-side ellipse at left, transparent 98%, red);
    position: absolute;
    right: 0;
    top: 0;
}

.index_01b .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transform: translateY(35PX);
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

.index_01b a>div {
    box-sizing: border-box;
    padding: 0 15px;
}

.index_01b .item h3 {
    line-height: 36px;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 85px;
    max-height: 180px;
    overflow-y: clip;
    text-overflow: ellipsis;
    font-family: 'SourceSansPro-Bold';
    font-weight: normal;

}

.index_01b .item p {
    line-height: 24px;
    color: #666;
    text-align: center;
    max-height: 168px;
    overflow-y: clip;
    text-overflow: ellipsis;
    font-family: 'SourceSansPro-Regular';
}

.more2 {
    text-align: center;
    display: block;
    padding-top: 40px;
    color: #333;
}

.index_01b li.on .item {
    z-index: 2;
    opacity: 1;
    /* top: 90px; */
    transition: all ease-in-out .8s;
    -ms-transition: all ease-in-out .8s;
    -moz-transition: all ease-in-out .8s;
    -webkit-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transform: translateY(0);
}

#the_map {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.wrap_mode02 {
    position: relative;
    padding: 155px 0 296px;
}

.mode02 {
    max-width: 1200px;
}

.listTitle3 span {
    color: #d90000;
}

.listTitle3 h2 {
    color: #fff;
}

.listTitle3::before {
    background-color: #8180ad;
}

.mode02 .lf {
    float: left;
}

.mode02 .rt {
    max-width: 656px;
    float: right;
    width: 70%;
}

.index_02 h3 {
    margin-bottom: 28px;
    max-height: 72px;
    overflow: hidden;
}

.index_02 p {
    margin-bottom: 40px;
    max-height: 72px;
    overflow: hidden;
}

.index_02 .date2 {}

.index_02 .slick-dots {
    bottom: 0;
    width: auto;
    right: 0;
}

.index_02 .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 11px;
    background: #fff;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}

.index_02 .slick-dots li::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: #d90000;
    opacity: .4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.index_02 .slick-dots li button {
    display: none;
}

.index_02 .slick-dots li.slick-active {
    background: #d90000;
}

.index_02 .slick-dots li.slick-active::before {
    width: 16px;
    height: 16px;
}

.mode02_title {
    width: 180px;
    height: 61px;
    position: relative;
    background: url(../images/mode02_more.png) center no-repeat;
    margin: 48px 0 0 30px;
}

.mode02_title::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: #01005a;
    position: absolute;
    left: 35px;
    top: -4px;
    transform: translateX(-50%);
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    border-radius: 50%;
}

.mode02_title:hover:before {
    left: 50%;
}

.mode02_title::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: #01005a;
    position: absolute;
    right: 35px;
    bottom: -4px;
    transform: translateX(50%);
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    border-radius: 50%;
}

.mode02_title:hover:after {
    right: 50%;
}

.wrap_mode03 {
    position: relative;
    padding: 100px 0 98px;
    background: url(../images/mode03_bg.jpg) center bottom no-repeat;
    background-size: cover;
}

.mode03 {
    max-width: 1200px;
    margin: 0 auto;
}

.info4 {
    float: right;
    max-width: 545px;
    padding-right: 70px;
    max-height: 72px;
    overflow: hidden;
    padding-top: 65px;
}

.listTitle4>a {
    float: left;
}

.index_03 {
    max-width: 1200px;
    margin: 0 auto;
}

.index_03 {
    padding-top: 75px;
}

.index_03 ul {
    margin: 0 0 0 0;
}

.index_03 li {
    transition: transform 0.3s ease-out;
}

.index_03 li>a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.index_03 li>a::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    z-index: 10;
    background: #ff004d;
    background: -webkit-linear-gradient(bottom, #ff004d, rgba(255, 0, 77, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #ff004d, rgba(255, 0, 77, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #ff004d, rgba(255, 0, 77, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #ff004d, rgba(255, 0, 77, 0));
    /* Ã©ÂÂÃ¥â€ºÂ§Ã¥â„¢Â¯Ã©ÂÂ¨Ã¥â€¹Â®Ã®â€¡Â¢Ã¥Â¨â€°?*/
}

.index_03 li:nth-child(2)>a::before {
    background: #0a46a9;
    background: -webkit-linear-gradient(bottom, #0a46a9, rgba(0, 36, 255, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #0a46a9, rgba(0, 36, 255, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #0a46a9, rgba(0, 36, 255, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #0a46a9, rgba(0, 36, 255, 0));
    /* Ã©ÂÂÃ¥â€ºÂ§Ã¥â„¢Â¯Ã©ÂÂ¨Ã¥â€¹Â®Ã®â€¡Â¢Ã¥Â¨â€°?*/
}

.index_03 li:nth-child(3)>a::before {
    background: #7d00fa;
    background: -webkit-linear-gradient(bottom, #7d00fa, rgba(125, 0, 250, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #7d00fa, rgba(125, 0, 250, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #7d00fa, rgba(125, 0, 250, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #7d00fa, rgba(125, 0, 250, 0));
    /* Ã©ÂÂÃ¥â€ºÂ§Ã¥â„¢Â¯Ã©ÂÂ¨Ã¥â€¹Â®Ã®â€¡Â¢Ã¥Â¨â€°?*/
}

.index_03 li:nth-child(4)>a::before {
    background: #009991;
    background: -webkit-linear-gradient(bottom, #009991, rgba(0, 153, 145, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #009991, rgba(0, 153, 145, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #009991, rgba(0, 153, 145, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #009991, rgba(0, 153, 145, 0));
    /* Ã©ÂÂÃ¥â€ºÂ§Ã¥â„¢Â¯Ã©ÂÂ¨Ã¥â€¹Â®Ã®â€¡Â¢Ã¥Â¨â€°?*/
}

.index_03 li:hover {
    transform: translateY(-30px);
    z-index: 500 !important;
    transition-delay: 0s !important;
}

.index_03 .gp-img-responsive {
    padding-bottom: 150%;
    position: relative;
    z-index: 0;
}

.index_03 h3 {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px 30px;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    font-family: 'SourceSansPro-Bold';
    font-weight: normal;
    line-height: 0.9333;
}

.index_03 li:first-child {
    width: 23.33%;
    margin: 150PX -3.75% 0 0;
    position: relative;
    z-index: 2;
}

.index_03 li:nth-child(2) {
    width: 35%;
    margin: 0 -3.33% 0 0;
    position: relative;
    z-index: 1;
}

.index_03 li:nth-child(3) {
    width: 25%;
    margin: 210px -2.91% 0 0;
    position: relative;
    z-index: 2;
}

.index_03 li:nth-child(4) {
    width: 26.6%;
    margin: 72px -3.33% 0 0;
    position: relative;
    z-index: 3;
}

.index_03 .item {
    margin: 0 0 0;
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.index_03 .item img {
    display: block;
}

.wrap_mode04 {
    padding: 120px 0 178px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.wrap_mode04 .bg {
    background: url(../images/mode04_bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mode04 {
    max-width: 1200px;
    padding-bottom: 41px;
    overflow: hidden;
}

.listTitle5 {
    float: left;
}

.listTitle5 span {
    color: rgb(255, 254, 254);
}

.listTitle5 h2 {
    color: #fff;
}


.listTitle5::before {
    background-color: rgba(255, 255, 255, 0.5);
}

/* font-family: ; */

.mode04_title {
    float: left;
}

.mode04 .swiper_menu {
    text-align: center;
    padding: 69px 5px 0 0;
    font-size: 0;
    float: right;
}

.mode04 .arrow {
    width: 80px;
    height: 80px;
    background: center no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}

.argp-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.mode04 .prev {
    left: 0px;
    background: url(../images/mode04_prev.png) no-repeat center;
}

.mode04 .next {
    right: 0px;
    margin-left: 20px;
    background: url(../images/mode04_next.png) no-repeat center;
}

.mode04 .swiper-button-disabled {
    opacity: 0.5;
}

.mode04 .prev:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: -5px;
    top: calc(50% - 5px);
    background: #5d526b;
    transform-origin: 45px 5px;
    transform: rotate(0);
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.mode04 .prev:hover::before {
    transform: rotate(90deg);
}

.mode04 .next:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    right: -5px;
    top: calc(50% - 5px);
    background: #5d526b;
    transform-origin: -35px 5px;
    transform: rotate(0);
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.mode04 .next:hover::before {
    transform: rotate(-90deg);
}

.index_04 {
    padding: 40px 0;
    perspective: 1200px;
}

.index_04 .swiper-wrapper {
    transform-style: preserve-3d;

}

.index_04 .swiper-slide {
    width: 16.6%;
    transform-style: preserve-3d;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.index_04 .item {
    margin: 0 5px;
    padding: 72px 35px;
    box-sizing: border-box;
    height: 500px;
    border: 1px solid #fff;
    border-radius: 16px;
    background: url(../images/mode04_bg1.png) center no-repeat;
    background-size: cover;
}

.index_04 .item:hover {
    background-image: url(../images/mode04_bg2.png);
    border: 1px solid transparent;
}

.index_04 .tip {
    margin: 0 0 42px;
    font-size: calc(26px + 1.8vw);
    font-family: 'Roboto';
    line-height: 1.2em;
    font-weight: bold;
    color: #0a46a9;
}

.index_04 .item:hover .tip {
    color: #fff;
}

.index_04 .title {
    margin: 0 0 0;
    font-size: calc(20px + 0.52vw);
    font-family: 'index042';
    font-family: 'SourceSansPro-Regular';
    line-height: 1.2em;
    opacity: 1;
    color: #333;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;

}

.index_04 .item:hover .title {
    color: #fff;
    opacity: .6;
}


.wrap_mode05 {
    padding: 184px 0 174px;
    background: #000e66;
    position: relative;
    overflow: hidden;
    display: none;
}

.wrap_mode05::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    background: #f7f7ed;
}

.wrap_mode05 .video {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .6;
}

.mode05_lf {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    left: -20px;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    z-index: 2;
}

.mode05_lf:hover {
    left: 0px;
}

.mode05_lf .op {
    opacity: 0;
}

.mode05_lf .mode05_lf1 {
    left: -166px;
    top: 239px;
}

.mode05_lf .mode05_lf2 {
    left: 11px;
    top: 190px;
}

.mode05_lf .mode05_lf3 {
    left: -82px;
    top: 114px;
}

.mode05_lf .mode05_lf4 {
    left: -18px;
    top: -16px;
}

.mode05 {
    max-width: 1600px;
    position: static;
}

.mode05 .index_title {
    position: relative;
    z-index: 10;
}

.index_05a {
    margin: -68px auto -133px;
    max-width: 740px;
    width: 45%;
    position: relative;
    padding: 20px;
    z-index: 10;
}

.index_05a ul {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
}

.index_05a li {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
}

.index_05a li.off {
    display: none;
}

.index_05a .item {
    margin: 0 0 0;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.index_05a .img {
    padding-bottom: 100%;
    border-radius: 50%;
}

.index_05a .dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation-name: keeprotating;
    animation-name: keeprotating;
    animation-duration: 20s;
    -webkit-animation-duration: 20s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.index_05a .dot {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.index_05a .dot::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid transparent;
    border-top: 1px solid #d90000;
    border-radius: 50%;
    transform: rotate(14deg);
}

.index_05a .dot:nth-child(2) {
    transform: rotate(60deg);
}

.index_05a .dot:nth-child(3) {
    transform: rotate(120deg);
}

.index_05a .dot:nth-child(4) {
    transform: rotate(180deg);
}

.index_05a .dot:nth-child(5) {
    transform: rotate(240deg);
}

.index_05a .dot:nth-child(6) {
    transform: rotate(300deg);
}

.index_05a .dot:nth-child(4)::before,
.index_05a .dot:nth-child(5)::before,
.index_05a .dot:nth-child(6)::before {
    border-top: 1px solid #d90000;
}

.index_05a .dot::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid transparent;
    border-top: 1px solid #d90000;
    border-radius: 50%;
    transform: rotate(-46deg);
}

.index_05a .dot.on::after {
    transform: rotate(15deg);
    transition: all linear 6s;
    -ms-transition: all linear 6s;
    -moz-transition: all linear 6s;
    -webkit-transition: all linear 6s;
    -o-transition: all linear 6s;
}

@-webkit-keyframes keeprotating {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes keeprotating {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.listTitle6 {
    position: relative;
    z-index: 50;
}

.mode05_more {
    position: relative;
    z-index: 50;
}

.item_title5 {
    font-family: 'PlayfairDisplay';
    font-size: calc(20px + 2vw);
    color: #0a46a9;
    margin-bottom: 20px;
    display: none;
}

/* .index_05b{width: 310px;} */

.index_05b ul {
    position: relative;
    margin: 0 0 0 40px;
}

.index_05b li {
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50px;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.index_05b li.on {
    opacity: 1;
    z-index: 2;
    top: 0;
    position: relative;
}

.index_05b .item {
    margin: 0 0 0;
}

.index_05b h3 {
    max-width: 370px;
    line-height: 36px;
    max-height: 108px;
    overflow: hidden;
    margin-bottom: 40px;
    width: 40%;
}

.index_05b p {
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    max-width: 574px;
    width: 35%;
}

.index_05c {
    position: absolute;
    right: 0;
    left: 50%;
    top: 0;
    background: #000e66;
    overflow: hidden;
    bottom: 0;
}

.index_05c ul {
    margin: 0 0 0 0;
}

.index_05c li {
    position: absolute;
    opacity: .3;
    width: auto;
    -webkit-animation-name: rot;
    animation-name: rot;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    max-width: 25vw;
    min-width: 5vw;
}

.index_05c img {
    max-width: 25vw;
    min-width: 5vw;
}

@-webkit-keyframes rot {
    0% {
        transform: translateY(100vh);
    }

    100% {
        transform: translateY(-20vh);
        bottom: 100%;
    }
}

@keyframes rot {
    0% {
        transform: translateY(100vh);
    }

    100% {
        transform: translateY(-20vh);
        bottom: 100%;
    }
}

.index_05c .item {
    margin: 0 0 0;
}

.index_05c .img {
    padding-bottom: 100%;
}

.index_05c .item {
    -webkit-animation-name: tada;
    animation-name: tada;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes tada {

    0%,
    100% {
        transform: translateX(2%);
    }

    50% {
        transform: translateX(-2%);
    }
}

@keyframes tada {

    0%,
    100% {
        transform: translateX(2%);
    }

    50% {
        transform: translateX(-2%);
    }
}

.index_05d {
    position: absolute;
    top: 50%;
    right: 60px;
    z-index: 3;
    width: 260px;
    height: 120px;
}

.index_05d ul {
    margin: 0 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform-origin: right center;
}

.index_05d li {
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: right center;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    opacity: 1;
}

.index_05d .item {
    margin: 0 0 0;
    width: 120px;
}

.index_05d .img {
    padding-bottom: 120px;
    border-radius: 50%;
}

.index_05d li.active {
    opacity: 0;
}

.mode05_img_titles {
    position: absolute;
    right: 100px;
    color: #fff;
    font-size: 40px;
    width: 300px;
    height: 120px;
    text-align: right;
}

.mode05_img_titles .img_title {
    line-height: 120px;
    position: absolute;
    top: 0;
    opacity: 0;
    right: 0;
    font-family: 'mode05title';
    text-transform: uppercase;
}

.mode05_img_titles .img_title.active {
    opacity: 1;
}



/* Ã¥Å“Â°Ã§ÂÆ’ */

.wrap_mode06 .listTitle5 {
    float: none;
}

.wrap_mode06 {
    padding: 140px 0 300px;
    position: relative;
    overflow: hidden;
}

.mode06 {
    z-index: auto;
}

.mode06 .listTitle5 span {
    color: rgba(254, 254, 254, 0.4);
}

.world {
    cursor: pointer;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    background: url(../images/css_globe_bg2.jpg) no-repeat center top;
    background-size: cover;
}

.world::before {
    content: "";
    display: block;
    width: 100%;
    height: 36.5%;
    ;
    background-image: -moz-linear-gradient(90deg, rgb(10, 70, 169) 30%, rgba(10, 70, 169, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(10, 70, 169) 30%, rgba(10, 70, 169, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(10, 70, 169) 30%, rgba(10, 70, 169, 0) 100%);
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 1;
}





.world-bg {
    display: none;
}

.world-con {
    width: 70%;
    position: relative;
    margin: 56px auto 0;
    clear: both;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.world-globe {
    position: relative;
    padding-bottom: 100%;
    background: none;
}

.world-globe-pole {
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50% 50%;
    background-color: #fff;
}

.world-globe-doms-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
}

.world-globe-halo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/css_globe_halo2.png) no-repeat center;
    background-size: cover;
}

.info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
}

.info-desc {
    color: #ddd;
    font-size: 10px;
}

.wrap_mode06 ul {
    margin: 325px 115px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.wrap_mode06 ul li {
    width: 25.71%;
    width: 360px;
}

.wrap_mode06 ul li:nth-child(odd) {
    transform: translateY(-25%);
}

.wrap_mode06 ul li:nth-child(even) {
    transform: translateY(25%);
}

.wrap_mode06 ul li .con {
    padding-bottom: 100%;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.wrap_mode06 ul li .con:hover {
    transform: translateY(-5px);
}

.wrap_mode06 ul li:nth-child(1) .con {
    background: rgba(255, 171, 58, 0.8);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}

.wrap_mode06 ul li:nth-child(2) .con {
    background: rgba(126, 23, 230, 0.8);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}

.wrap_mode06 ul li:nth-child(3) .con {
    background: rgba(23, 50, 230, 0.8);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}

.wrap_mode06 ul li .con a {
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 20px;
}

/* .wrap_mode06 ul li .con a{display: block;width: 100%;height: 100%;border-radius: 50%;position: absolute;left: 0;top: 0;}  */
.wrap_mode06 ul li .con a>div {
    border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
    padding: 30px 20px;
    width: 100%;
}



.wrap_mode06 ul li .con a h3 {
    line-height: 50px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 69px;
    height: 124px;
    overflow-y: hidden;
    overflow-y: clip;
    text-overflow: ellipsis;
    font-family: 'SourceSansPro-Bold';
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-size: 60px;
}

.wrap_mode06 ul li .con a .zs {
    width: 160px;
    margin: 20px auto 15px;
    ;
    text-align: center;
    position: relative;
    height: 10px;
}

.wrap_mode06 ul li .con a .zs::before {
    content: "";
    display: block;
    width: calc(50% - 8px);
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 50%;
}

.wrap_mode06 ul li .con a .zs::after {
    content: "";
    display: block;
    width: calc(50% - 8px);
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    top: 50%;
}

.wrap_mode06 ul li .con a .zs i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid rgb(217, 0, 0);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrap_mode06 ul li .con a .viewmore {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
    font-size: 26px;
}

.wrap_mode06 .content-before {
    float: left;
    width: 50%;
    height: 100%;
    shape-outside: radial-gradient(farthest-side ellipse at right, transparent 100%, red);
    position: relative;
    left: auto;
    top: auto;
}

.wrap_mode06 .content-after {
    float: right;
    width: 50%;
    height: 100%;
    shape-outside: radial-gradient(farthest-side ellipse at left, transparent 100%, red);
    position: relative;
    left: auto;
    top: auto;
}


@media screen and (min-width:1920px) {
    .index_04 .tip {
        font-size: 40px;
    }

    .index_04 .title {
        font-size: 30px;
    }
}

@media screen and (max-width:1640px) {
    .wrap_mode06 ul {
        margin: 280px 50px 0;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width:1480px) {
    .wrap_mode06 ul {
        margin: 280px 40px 0;
    }
}

@media screen and (max-width:1440px) {

    /* .wrap_mode06 ul li { width: 360px;} */
    .wrap_mode06 ul li .con a>div {
        padding: 30px 15px;
    }

    .wrap_mode06 ul li .con a h3 {
        margin-top: 10px;
    }
}

@media screen and (max-width:1400px) {
    .wrap_mode06 ul {
        margin: 280px 0px 0;
    }

    .wrap_mode06 ul li .con a h3 {
        line-height: 26px;
        height: 156px;
    }

    .wrap_mode06 ul li .con a>div {
        padding: 30px 20px;
    }

    .wrap_mode06 ul li .con a .zs {
        margin: 15px auto 10px;
    }
}

@media screen and (max-width:1355px) {
    .wrap_mode06 ul li .con a h3 {
        height: 182px;
    }
}

@media screen and (max-width:1386px) {
    .index_04 .swiper-slide {
        width: 20%;
    }

    .index_04 .tip {
        font-size: calc(20px + 1.8vw);
    }

    .index_04 .item {
        padding: 70px 25px;
    }

    .index_01b .item p {
        height: 144px;
    }

    .more2 {
        padding-top: 30px;
    }
}

@media screen and (max-width:1280px) {
    .banner .slick-dots {
        left: 12px;
    }

    .banner .slick_menu {
        display: none;
    }

    .banner .prev {
        margin-right: 60px;
    }

    .banner .next {
        margin-right: 0;
    }

    .banner .slick-arrow {
        width: 40px;
        height: 40px;
        bottom: 20px;
    }

    /* .banner .title{font-size: 24px;left: 30px;right: 30px;bottom: 20px;} */
    .index_01b .item h3 {
        margin-top: 60px;
    }

    .index_01b .item p {
        height: 144px;
    }

    .more2 {
        padding-top: 20px;
    }

    .wrap_mode06 ul li .con a h3 {
        margin-top: 20px;
    }

    .wrap_mode06 ul li .con a h3 {
        height: 156px;
    }
}

@media screen and (max-width:1200px) {
    .index_01b .item h3 {
        margin-top: 50px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:1160px) {
    .index_01b .item p {
        height: 120px;
    }
}

@media screen and (max-width:1100px) {
    .index_01b .item h3 {
        height: 144px;
    }

    .wrap_mode06 ul {
        margin: 200px 0 0;
    }

    .wrap_mode06 ul li .con a h3 {
        margin-top: 0px;
    }

    .wrap_mode06 ul li .con a h3 {
        height: 182px;
    }
}

@media screen and (max-width:1460px) {
    .wrap_mode01 {
        padding: 100px 0 50px;
    }
}

@media screen and (max-width:1460px) {
    /* .index_01b .item p{height: 72px;} */
}

@media screen and (max-width:1320px) {
    .index_05a {
        width: 40%;
    }

    .index_05b h3 {
        width: 27%;
    }

    .wrap_mode05 {
        padding-top: 100px;
    }
}

@media screen and (max-width:996px) {
    .home.lock {
        overflow: hidden;
    }

    .home, .home body {
        height: auto;
        overflow: auto;
    }

    .body_home {
        height: auto;
        overflow: visible;
    }

    .body_home .banner .navg {
        display: none;
    }

    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: hidden;
    }

    .body_home .bb {
        display: none;
    }

    .wrap_mode06 ul li .con a>div {
        padding: 20px;
    }

    .wrap_mode06 ul li .con a .zs {
        margin: 10px auto;
    }

    .world-con {
        margin: 35px auto 0;
    }

    .wrap_mode06 ul {
        margin: 170px 0 0;
    }

    .wrap_mode06 {
        padding: 40px 0 120px;
    }

    .first_cover {
        height: 0;
        padding-bottom: 47.9%;
    }

    .side_nav,
    .side_btn2 {
        display: none !important;
    }

    .banner {
        height: 0;
        width: 100%;
        padding-bottom: 47.9%;
    }

    .banner .slick-dots {}

    .banner .slick-arrow {
        display: none !important;
    }

    .banner .img::after {
        display: none;
    }

    .banner .slick-dots {
        bottom: 4px;
    }

    .banner .slick-dots li,
    .banner .slick-dots li.slick-active,
    .banner .slick-dots li:hover {
        width: 4px;
        height: 4px;
        margin: 6px auto;
    }

    .wrapbanner .slick-dots li button {
        width: 8px;
        height: 8px;
    }

    .wrap_mode01 {
        padding: 80px 0 0;
    }

    .wrap_mode01 .bg {
        z-index: 0;
    }

    /* .banner .slick-dots li.slick-active::after, .banner .slick-dots li:hover::after{width: 5px;height: 5px;} */
    .mode01 .lf {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .mode01 .rt {
        float: none;
        margin-left: 0;
        width: 50%;
    }

    .wrap_mode01 {
        padding-top: 25px;
    }

    .listTitle2 span {
        margin-bottom: 12px;
    }

    .mode01_title {
        margin: 30px 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mode02 .lf {
        width: 100%;
        float: none;
    }

    .wrap_mode02 {
        padding: 35px 0 45px;
    }

    .mode02 .rt {
        float: none;
        width: 100%;
        padding-top: 20px;
    }

    .index_03 li:first-child {
        margin-top: 100px;
    }

    .index_03 li:nth-child(3) {
        margin-top: 120px;
    }

    .index_03 li:nth-child(4) {
        margin-top: 52px;
    }

    .index_03 h3 {
        padding: 20px;
    }

    .mode03 {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .index_03 li:first-child,.index_03 li:nth-child(3){width: 26%;} */
    .index_04 .swiper-slide {
        width: 25%;
    }

    .wrap_mode04 {
        padding: 30px 0;
    }

    .mode05_more {}

    .wrap_mode05 {
        padding-top: 25px;
    }

    .index_05a {
        margin-top: 20px;
    }

    .mode05_lf {
        display: none;
    }

    .item_title5 {
        display: block;
        text-align: center;
    }

    /* .index_05d{display: none;} */
    .index_05d {
        position: relative;
        top: auto;
        right: auto;
        z-index: 3;
        width: 100%;
        height: auto;
        margin: 20px 0 0;
    }

    .index_05d .mode05_img_titles {
        display: none;
    }

    .index_05d ul {
        transform: none !important;
        position: relative;
        margin: 0 -8px;
        text-align: center;
    }

    .index_05d li {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        transform: none !important;
        display: inline-block;
        width: auto !important;
    }

    .index_05d li a {
        display: block;
        margin: 0 8px !important;
        width: 10px !important;
        height: 10px;
        background: rgba(0, 0, 0, .4);
        border-radius: 50%;
    }

    .index_05d li.active {
        opacity: 1 !important;
    }

    .index_05d li.active a {
        background: #0a46a9;
    }

    .index_05d li a .img {
        display: none;
    }

    .wrap_mode05 .video {
        display: none;
    }

    .wrap_mode05::before {
        width: 100%;
    }

    .index_05a {
        margin-bottom: 0;
    }

    .index_05b h3 {
        width: 100%;
        max-width: none;
        margin-bottom: 15px;
    }

    .index_05b p {
        max-width: none;
        width: 100%;
    }

    .index_05b ul {
        margin: 0;
    }

    .wrap_mode05 {
        padding-bottom: 80px;
    }

    .index_04 .title {
        -webkit-line-clamp: 5;
    }


    .index_01b .item h3 {
        height: 180px;
    }

    .listTitle2 h2 {
        letter-spacing: -4px;
    }

    .world-con {
        margin: 20px auto 0;
    }

    .wrap_mode06 ul {
        margin: 40px 0px 0;
    }

    .wrap_mode06 ul li {
        width: 100%;
        transform: none !important;
        margin: 0 0 20px 0;
    }

    .wrap_mode06 ul li .con {
        padding-bottom: 0;
        height: auto;
        border-radius: 0;
    }

    .wrap_mode06 ul {
        display: block;
    }

    .wrap_mode06 ul li .con a {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
    }

    .wrap_mode06 .content-before, .wrap_mode06 .content-after {
        display: none;
    }

    .wrap_mode06 ul li .con a>div {
        position: relative;
        border-radius: 0;
    }

    .wrap_mode06 ul li .con a h3 {
        height: auto;
        text-align: left;
    }

    .wrap_mode06 ul li .con a .zs {
        display: none;
    }

    .wrap_mode06 {
        padding: 30px 0;
    }

}

@media screen and (max-width:840px) {
    .index_01b .item h3 {
        height: 144px;
    }
}

@media screen and (max-width:767px) {

    .banner .title,
    .banner .more,
    .banner a::before {
        display: none;
    }

    .index_01b .item h3 {
        line-height: 1.7;
        height: 6.8em;
        margin-top: 20px;
    }

    .index_02 p {
        margin-bottom: 20px;
    }

    .index_02 h3 {
        margin-bottom: 20px;
    }

    .wrap_mode03 {
        padding: 20px 0 50px;
    }

    .index_03 {
        padding-top: 35px;
    }

    .index_04 .swiper-slide {
        width: 33.3%;
    }

    .mode01_title a {
        padding: 15px 20px 16px;
    }

    .mode05_more {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .wrap_mode05 {
        padding-bottom: 100px;
    }

    .world-con {
        margin: 20px auto 0;
    }

    .wrap_mode06 ul {
        margin: 40px 0px 0;
    }

    .wrap_mode06 ul li {
        width: 100%;
        transform: none !important;
        margin: 0 0 20px 0;
    }

    .wrap_mode06 ul li .con {
        padding-bottom: 0;
        height: auto;
        border-radius: 0;
    }

    .wrap_mode06 ul {
        display: block;
    }

    .wrap_mode06 ul li .con a {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
    }

    .wrap_mode06 .content-before, .wrap_mode06 .content-after {
        display: none;
    }

    .wrap_mode06 ul li .con a>div {
        position: relative;
        border-radius: 0;
    }

    .wrap_mode06 ul li .con a h3 {
        height: auto;
        text-align: left;
    }

    .wrap_mode06 ul li .con a .zs {
        display: none;
    }

    .wrap_mode06 {
        padding: 30px 0;
    }
}

@media screen and (max-width:640px) {
    .mode01 .rt {
        width: 100%;
    }

    .index_03 li:first-child {
        width: 48%;
        margin-top: 55px;
    }

    .index_03 li:nth-child(2) {
        width: 52%;
    }

    .index_03 li:nth-child(3) {
        width: 52%;
        margin-top: 15px;
    }

    .index_03 li:nth-child(4) {
        width: 48%;
        margin-top: -50px;
    }

    .index_04 .item {
        height: 100%;
    }

    .argp-container {
        width: 55px;
        height: 55px;
        background-size: 25px auto !important;
    }

    .index_04 .title {
        line-height: 1.2em;
        height: 3.6em;
        -webkit-line-clamp: 3;
    }

    .video_bg video {
        height: 100%;
    }
}

@media screen and (max-width:480px) {
    .mode01_title {
        transform: scale(0.6);
        transform-origin: right center;
    }

    .index_04 .swiper-slide {
        width: 100%;
    }
}

@media screen and (max-width:413px) {}

@media screen and (max-width:320px) {}