@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
.tv-text span {
    display: block;
}
.language-text {
    color: #878787;
}
.search-text .form-control::placeholder {
    line-height: 1;
}
#banner .swiper-wrapper,#banner .swiper-slide {
    width: 100%;
}
.head-title {
    padding-top: 18px;
    font-weight: bold;
}
#banner {
    padding: 0 !important;
    /* min-height: 100vh; */
}
.head-title-en {
    color: #8a1906;
    margin-top: 15px;
    font-weight: bold;
}
.sub-text {
    margin-bottom: 5px;
}
.title-third {
    margin-top: 15px;
}
.banner-img {
    width: 100%;
}
.language {
    cursor: pointer;
    font-weight: bold;
}
.language:hover {
    color: #fff;
}
.chinese {
    position: relative;
    margin-right: 22px;
}
.chinese::after {
    content: '';
    width: 2px;
    height: 18px;
    position: absolute;
    top: 11px;
    right: -12px;
    display: block;
    background-color: #000;
}
.content-head {
    position: relative;
    z-index: 0;
    /* height: 1045px; */
    overflow: hidden;
    /* margin-bottom: 50px; */
}
.content-head-text {
    position: absolute;
    top: 50px;
    right: 5%;
    /* left: 61%; */
    transform: translateX(-50%);
    z-index: 20;
}
.search {
    background-color: #5075e0;
    color: #ffffff;
    font-size: 16px;
    border: none;
    border: 1px solid #5075e0;
    border-radius: 0; 
}
.input-group {
    padding: 0 10%;
    z-index: 10;
    height: 52px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 59%;
    left: 50%;
    max-width: 1200px;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.search {
    height: 52px;
    width: 122px;
    flex-shrink: 0;
    justify-content: center;
    cursor: pointer;
}
.container-img {
    width: 100%;
    transform: translateY(-215px);
}
.search-text {
    border-radius: 0;
    padding-left: 30px;
    box-sizing: border-box;
    height: 100%;
    outline: none;
    outline:0;
    background-color: #fff;
}
.search-icon {
    margin-right: 6px;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 27%;
    left: 75%;
    width: auto;
}
.banner-icon .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}
.swiper-pagination-bullet {
    background:#000;
    opacity:1;
    border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}

.item-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.item-img:hover {
    transform:scale(1.2);
}
.item-text {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: bold;    
}
.tab-boxs {
    align-items: flex-end;
}
.container-box {
    background: url('../images/bg01.png') no-repeat  top ;
    background-size: 100%;
    position: relative;
    top: -120px;
    padding-top: 70px;
}
.item-text-0, .item-text-5 {
    padding-top: 20px;
}
.item-text-1, .item-text-4 {
    padding-top: 60px;
}
.item-text-2, .item-text-3 {
    padding-top: 100px;
}
.tab-item {
    cursor: pointer;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    flex-shrink: 0;
}
.tab-item:hover {
    color: #02439C;
}
.title {
    position: relative;
    font-size: 38px;
    color: #00429c;
    text-align: center;
    margin: 0 auto;
    margin-top: -40px;
    font-weight: bold;
}
.title::before {
    position: absolute;
    top: 50%;
    left: -140px;
    transform: translateY(-50%);
    content: '';
    height: 4px;
    width: 120px;
    background-color: #02439C;
}
.title::after {
    position: absolute;
    top: 50%;
    right: -140px;
    transform: translateY(-50%);
    content: '';
    height: 4px;
    width: 120px;
    background-color: #02439C;
}
.main-container {
    width: 1200px;
}
#img-banner {
    height: 100%;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 95px;
}
#img-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    transition: 300ms;
    transform: scale(0.8);
}
#img-banner .swiper-slide-active,
#img-banner .swiper-slide-duplicate-active {
    width: 580px;
    height: 385px;
    z-index: 100;
    transform: scale(1);
}
#img-banner .swiper-slide {
    width: 580px;
    height: 385px;
}
#img-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: linear-gradient(0deg, 
		#ebf0ff 0%, 
		#cad7ff 100%);
	box-shadow: 0px 49px 42px 0px 
		rgba(4, 0, 0, 0.35);
}
#img-banner .swiper-slide-duplicate {
    transform: scale(0.6);
}
.sub-title {
    color: #000000;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
.tv-text {
    font-size: 20px;
    color: #000000;
}
.tv-text span {
    text-align: center;
}
.logo {
    width: 303px;
    height: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 34px;
}
.logo-content {
    background-image: linear-gradient(to top, #97D8F5 5%, #fff);
    padding-bottom: 38px;
    margin-bottom: 20px;
    padding-top: 115px;
    margin-top: 12px;
}
.welcome-text {
    margin-top: 40px;
    font-size: 44px;
    color: #000000;
    text-align: center;
}
.welcome-content {
    padding: 0 74px;
    padding-top: 10px;
}
.welcome-content div {
    text-align: center;
    word-break: keep-all;
}
.introduce-img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.introduce-box ,.introduces-box {
    position: relative;
}
.introduce-box {
    margin-bottom: 20px;
    background-color: #10A5DD;
}

.introduce-box-text {
    padding: 30px;
    padding-top: 86px;
    line-height: 1;
    width: 35%;
}
.introduce-img-box {
    flex-grow: 1;
    position: absolute;
    width: 65%;
    height: 100%;
}
.right {
    right: 0;
}
.left {
    left: 0;
}

.introduce-box-text-title {
    color: #f9d33d;
    text-shadow: 5px 2px 1px #000;
}
.vane {
    width: 158px;
    height: 100%;
    display: block;
    margin: 0 auto;
    /* margin-top: 70px; */
}
.vane-text {
    position: relative;
    text-align: left;
    color: #000000;
    font-size: 24px;
    padding:  0 50px;
    padding-left: 100px;
    box-sizing: content-box;
    cursor: pointer;
}
.vane-text:hover {
    color: #3da6d2;

}
.vane-content-box {
    margin: 0 auto; 
    max-width: 900px;
}
.vane-text:not(:nth-child(4)) {
    margin-bottom: 20px;
}
.vane-text::before {
    position:absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #000;
}
.vane-title {
    font-size: 52px;
    color: #000;
    margin-top: 33px;
    margin-bottom: 49px;
    text-align: center;
    font-weight: bold;
}
.is-video , .video {
    position: relative;
}
.is-video::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background-image: url('../images/icon8.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10000;
    opacity: 0.6;
}
/* .video::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background-image: url('../images/icon8.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10000;
    opacity: 0.6;
} */
.out-tourism {
    margin-top: 20px;
    width: 100%;
    background-color: #000;
}

.out-tourism-item-box {
    width: 100%;
    padding: 55px 0;
    background-color: #000;
    box-sizing: border-box;
    overflow: hidden;
}
.out-tourism-item:hover .des-text {
    color: #fff;
    
}
.out-tourism-item-box .row {
    margin: 0;
}
.small-img {
    width: 100%;
}
.des-text {
    padding:10px 0;
    text-align: center;
    color: #030200;
    font-size: 32px;
    background-image: linear-gradient(to top, #806519, #FDDC77);
}
.out-tourism-item-box .col {
    padding: 4px;
}
#movie-banner {
    width: 100%;
}
.movie-img {
    width: 100%;
    height: 100%;
}
#movie-banner .swiper-slide {
    width: 240px;
    height: 314px;
    text-align: center;
    font-size: 18px;
    background: #fff; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    transition: 300ms;
    transform: scale(0.8) translateY(70px);
}
#movie-banner .swiper-slide-active,
#movie-banner .swiper-slide-duplicate-active {
    transform: scale(1.2);
}
#movie-banner  .swiper-slide-prev {
    transform: scale(0.9) translate(-20px, 45px);
}
#movie-banner  .swiper-slide-next {
    transform: scale(0.9) translate(20px, 45px);
}
.moive-box {
    background-color: #000;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 94px;
    margin-bottom: 20px;
}
.movie-img {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.word-img {
    width: 100%;
    margin-top: 66px;
    margin-bottom: 23px;
}
.gird {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 32.5% 17.75% 27.5% 22.25%;
    grid-template-rows: 33.5% 9.2% 18.5% 39%;
    background-color: #000; 
    width: 100%;
    
}
.gird-iphone {
    height: 652px;
}
.gird-item  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.gird-item-1 {
    grid-row: 1 / 5;
}
.gird-item-2 {
    grid-row: 1 / 3;
}
.gird-item-3 {
    grid-row: 3 / 5;
}
.gird-item-4 {
    grid-row: 1 / 4;
}
/* .gird-item-5 {
    grid-row: 2 / 4;
} */
.gird-item-5 {
    grid-row: 4 / 5;
}
.gird-item-6 {
    grid-row: 1 / 1;
}
.gird-item-7 {
    grid-row: 2 / 5;
}
.tab-box {
    justify-content: space-around;
    align-items: flex-end;
    padding: 0 5%;
}
.dot:last-child {
    display: none;
}
.map, .tab , .words2,.map-box{
    width: 100%;
}
/* .map {
    padding-top: 47px;
    background-image: linear-gradient(to bottom, #FFAC00, #FFF);
} */
.words2 {
    margin-top: 100px;
    margin-bottom: 200px;
}
.map-box {
    position: relative;
    z-index: 1000;
}
.map-img {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.foot, .foot img {
    width: 100%;
}
.foot {
    width: 100%;
    z-index: 1;
}
.tab-link {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}
.tab-link:hover {
    color: #fff;
}
.dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}
.artical-box {
    position: relative;
    background-color: #fff;
    top: -20px;
    margin-bottom: -20px;
}
.star-img, .video-box, .video::after, .introduce-img, .movie-img, .small-img, .banner-img , .is-video::after {
    cursor: pointer;
}

#tourism {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10001;
}
/* 区域定位 */
.zi10 {
    z-index: 10;
    width: auto;
}
@keyframes move {
    /* 开始状态 */
    0% {
        transform: scale(1);
    }
    /* 结束状态 */
    100% {
        transform: scale(1.2);
        transform-origin: center;
    }
}
.zi10:hover {
    animation-name: move;
    animation-duration: 0.3s;
}
.europe {
    position: absolute;
    top: 42%;
    left: 20%;
}
.africa {
    position: absolute;
    top: 61%;
    left: 18%;
}
.asia {
    position: absolute;
    top: 31%;
    left: 38%;
}
.australia {
    position: absolute;
    top: 67%;
    left: 46%;
}
.south-america {
    position: absolute;
    top: 32%;
    left: 73%;
}
.north-america {
    position: absolute;
    top: 55%;
    left: 73.2%;
}
.bottom-logo {
    width: 133px;
    height: auto;
}
.bottom-logo img {
    width: 100%;
    display: block;
}
.circle-box {
    position:relative;
    z-index: 111;
}
.circle-box::after {
    position: absolute;
    top: -3px;
    left: 0;
    content: '';
    height: 16%;
    width: 100%;
    display: block;
    background-image: url('../images/bg01.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    transform: rotate(180deg);
}
.colorfff {
    color: #636363;
}
.footer-text {
    padding: 5px 0;
}
.footer-text div:hover {
    color: #fff;
}
.last-child {
    padding-top:150px;
}
.introduce-more {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.introduce-more .more {
    color: #3da6d2;
    border: solid 2px #3da6d2;
}
.introduce-more .more::after {
    border-bottom: 1px solid #3da6d2;
    border-right: 1px solid #3da6d2;
}
.more-box {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}
.more {
    position: relative;
    display: inline-block;
    color: #313131;
    border-radius: 4px;
    padding: 14px 76px;
	border: solid 2px #313131;
    line-height: 1;
    box-sizing: border-box;
    font-size: 20px;
    cursor: pointer;
    overflow: hidden;
}
.more::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.2s all;
    z-index: -1;
    background-color: #0a7aff;
}
.more:hover.more::before {
    left: 0% !important;
}
.more:hover {
    color: #fff !important;
}
.more:hover.more::after {
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}
.more::after{
    content: '';
    display: block;
    border-bottom: 1px solid #313131;
    border-right: 1px solid #313131;
    height: 11px;
    width: 11px;
    position: absolute;
    right: 25%;
    top: 40%;
    transform: rotate(-45deg);
}

@media (min-width: 1200px) and (max-width:1700px) {
    .artical-box {
        top: -120px;
        margin-bottom: -120px;
    }
}

/* ipad */
@media (min-width: 768px) and (max-width:992px) {
    .artical-box {
        top: 0px;
        margin-bottom: 0px;
    }
    .head-title-en {
        font-size: 54px;
    }
    .head-title {
        font-size: 42px;
    }
    .title-third {
        font-size: 24px;
    }
    .language {
        font-size: 18px;
    }
    .chinese::after {
        height: 14px;
        top: 8px;
    }
    .item-img {
        width: 70px;
        height: 70px;
    }
    .container-box {
        padding-top: 40px;
        top: -90px;
    }
    #movie-banner .swiper-slide {
        height: 190px;
    }
    .moive-box {
        padding-bottom: 60px;
    }
    .introduce-img-box::after , .video::after , .is-video::after {
        width: 70px;
        height: 70px;
    }
    .gird-iphone {
        height: 370px;
    }
    
    .tab-link {
        font-size: 24px;
    }
    .words2 {
        margin-top: 70px;
        margin-bottom: 190px;
    }
    .title {
        margin-top: -70px;
    }
    .content-head .container {
        max-width: 775px;
    }
    #img-banner .swiper-slide {
        width: 330px;
        height: 217px;
    }
    .des-text {
        font-size: 28px;
    }
}


/* 兼容移动端  */ 
@media (max-width: 768px) {
    .artical-box {
        top: 0;
        margin-bottom: 0;
    }
    #banner img {
        height: 225px !important;
    }
    .gird-iphone {
        height: 200px;
    }
    .content-head-text {
        top: 20px;
    }
    .search-text {
        padding-left: 10px;
    }
    .input-group {
        top: 60%;
    }
    .search , .input-group {
        height: 34px;
    }
    .search  {
        width: 90px;
    }
    .content-head {
        /* height: 485px; */
        margin-bottom: 0;
    }
    .head-title {
        font-size: 18px;
        font-weight: normal;
    }
    .head-title-en {
        margin-top: 0;
        font-size: 24px;
        font-weight: normal;
    }
    .language {
        font-size: 12px;
        font-weight: normal;
    }
    .chinese::after {
        top: 5px;
        height: 10px;
        right: -8px;
    }
    .chinese {
        margin-right: 12px;
    }
    .title-third {
        margin-top: 0;
        font-size: 12px;
    }
    .title {
        margin-top: 10px;
        font-size: 19px;
        width: auto;
        margin-bottom: 0;
        font-weight: normal;
    }
    .title::before {
        left: -50px;
        width: 40px;
    }
    .title::after {
        width: 40px;
        right: -50px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20%;
        left: 70%;
        z-index: 1000;
    }
    .banner-icon .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .item-img {
        width: 35px;
        height: 35px;
    }
    .item-text {
        font-size: 10px;
        padding-left: 0;
        font-weight: normal;
    }
        .tv-text div {
        text-align: left;
    }
    .container-box {
        top: -30px;
        padding-top: 28px;
        /* margin-bottom: -25px; */
    }
    .sub-title {
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .tv-text {
        font-size: 14px;
    }
    .logo  {
        width: 170px;
        margin-top: 24px;
    }
    .welcome-text {
        margin-top: 20px;
        font-size: 20px;
    }
    .welcome-content {
        padding: 0px 10px;
        padding-top: 10px;
    }
    .logo-content, .introduce-img {
        margin-bottom: 10px;
    }
    .vane {
        margin-top: 25px;
        width: 70px;
    }
    .vane-title {
        font-size: 30px;
        margin: 20px auto;
        font-weight: normal;
    }
    .vane-text:not(:nth-child(4)) {
        margin-bottom: 10px;
    }
    .vane-text {
        font-size: 14px;
        padding: 0px 30px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .vane-text::before {
        top: 8px;
        left: 15px;
        height: 7px;
        width: 7px;
        transform: translateY(0);
    }
    .logo-content {
        padding-bottom: 20px;
        padding-top: 0px;
    }
    .introduce-box-text {
        padding:10px;
        color: #000;
        box-sizing: border-box;
        width: 40%;
    }
    .introduce-box-text .fs56 ,.introduce-box-text .fs69 , .introduce-box-text .fs50 , .introduce-box-text .fs37  {
        font-size: 20px;
    }
    .introduce-box-text .fs46 {
        font-size: 16px;
    }
    .introduce-box-text .fs27 {
        font-size: 12px;
    }
    .introduce-box-text .mb10 {
        margin-bottom: 5px;
    }
    .introduce-box-text .fs68  {
        font-size: 25px;
    }
    .introduce-box-text .fs33 {
        font-size: 13px;
    }
    .introduce-img-box::after {
        width: 50px;
        height: 50px;
    }
    .introduce-box, .introduce-box-text .mb20 {
        margin-bottom: 10px;
    }
    .first-line {
        margin-top: 10px;
    }
    .last-child {
        padding-top: 10px;
    }
    .out-tourism-item-box {
        padding: 15px 0;
    }
    .des-text {
        padding: 0;
        font-size: 14px;
    }
    .moive-box {
        margin-top: 10px;
        padding-bottom: 30px;
        margin-bottom: 10px
    }
    .word-img {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .map {
        padding-top: 25px
    }
    .tab-link {
        font-size: 12px;
        
                font-size: 12px;
        display: flex;
        width: 3em;
        line-height: 1.5;
        letter-spacing: 1px;
        
        
    }
    .tab-box {
        padding: 0px 1%;
    }
    .dot {
        width: 3px;
        height: 3px;
    }
    .words2 {
        margin-top: 30px;
        margin-bottom: 168px;
    }
    .bottom-logo {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 124px;
    }
    #movie-banner .swiper-slide {
        height: 85px;
        transform: scale(0.8) translateY(34px);
    }
    .video::after, .is-video::after {
        width: 50px;
        height: 50px;
    }
    #movie-banner .swiper-slide-active,
    #movie-banner .swiper-slide-duplicate-active {
        transform: scale(1.2);
    }
    #movie-banner  .swiper-slide-prev {
        transform: scale(0.9) translate(-10px, 25px);
    }
    #movie-banner  .swiper-slide-next {
        transform: scale(0.9) translate(10px, 25px);
    }
    .container-img {
        transform: translateY(-235px);
    }
    #img-banner {
        padding-bottom: 40px;
    }
    #img-banner .swiper-slide img {
        box-shadow: 0px 10px 42px 0px rgba(4, 0, 0, 0.35);
    }
    /* 轮播 */
    #img-banner .swiper-slide {
        width: 180px;
        height: 118px;
    }
    .search {
        font-size: 10px;
    }
    .search-icon {
        width: 10px;
    }
    .search-text::placeholder ,.search-text {
        font-size: 10px;
        line-height: 1;
    }
    .item-box {
        top: -110px;
    }
    .sub-text {
        margin-bottom: 0;
    }
    .fs15, .fs14 {
        font-size: 12px;
    }
    .welcome-content div {
        text-align: left;
    }
    .circle-box::after {
        height: 14%;
    }
    
    .item-text-0, .item-text-5 {
        padding-top: 10px;
    }
    .item-text-1, .item-text-4 {
        padding-top: 10px;
    }
    .item-text-2, .item-text-3 {
        padding-top: 10px;
    }
    .tv-text span {
        display: inline;
    }
    .more {
        padding: 8px 35px;
        font-size: 14px;
        border: solid 1px #313131;
    }
    .more::after {
        height: 8px;
        width: 8px;
        right: 17%;
        top: 36%;
    }
    .introduce-more .more {
        border: solid 1px #3da6d2;
    }
    .more-box {
        margin-top: 20px;
    }
    .europe-en {
        top: 20%;
        left: 4%;
    }
    .africa-en {
        left: 5%;
    }
    .south-en {
        top: 20%;
        left: 57%;
    }
    .north-en {
        top: 60%;
        left: 56%;
    }
    .aust-en {
        top: 72%;
        left: 32%;
    }
    .asia-en {
        left: 30%;
    }

}
.form-control:focus {
    border: none;
    box-shadow:none;
}
.text-img-wrap{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    
}
.video-text-img {
    width: 100%;
    position: absolute;
    top: 0;left: 0;
}
.text-img {
    max-width: 100%;
}
.scale1 {
    transform: scale(1.04);
}

