@charset "utf-8";

/* CSS Document */


/*=====================通用样式定义========================*/
body, th, td {
    font-family: 'Microsoft YaHei','Hiragino Sans GB','宋体';
    color: #333;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
}

form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a,button{
    cursor: pointer;
}
input,
select {
    border: 0 none;
    box-sizing: border-box;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
}
button{
    background: none;
    border: none;
}
table,
td {
    font-size: 16px;
    padding: 0;
    border-collapse: collapse;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

.center{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
/* 通用浮动属性 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
.clear1 {
    clear: both;
    line-height: 0;
    height: 0;
}
.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
    height: 0;
}

/*文字对齐方式*/

.tc {
    text-align: center;
}

.ind {
    text-indent: 2em;
}


/*常用方法*/

.b {
    font-weight: bold;
}

.w80{
    width: 80px;
}
.w165{
    width: 165px;
}
/* 默认链接颜色 */

p {
    color: #333;
}

a {
    color: #333;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/*清除链接虚框*/

:focus {
    outline: none;
}


/*针对Firfox*/

a,
area {
    blr: expression(this.onFocus=this.blur())
}

@media screen and (max-width: 800px) {
    
    body {
        min-width: 100%;
    }

    body.lock {
        position: fixed;
        width: 100%;
        z-index: 199;
    }
}
#swiper-container1 {
    width: 100%;
    height: 640px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    pointer-events: auto;
}

.swiper-wrapper .swiper-slide.swiper-slide-active {
    z-index: 100;
    opacity: 1;
}


#swiper-container1 .swiper-wrapper .swiper-slide .img-item {
    width: 100%;
    height: 100%;
}

#swiper-container1 .swiper-wrapper .swiper-slide .img-item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#swiper-container1 .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    z-index: 102;
}

#swiper-container1 .swiper-pagination span {
    z-index: 103;
    display: inline-block;
    margin: 0 16px;
    width: 80px;
    height: 6px;
    opacity: 0.5;
    background: #FFFFFF;
    cursor: pointer;
}

#swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
    background: #8A2020;
    opacity: 1;
}

.top-banner {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.top-banner .top-mutianyu {
    width: 350px;
    border-radius: 6px;
    position: absolute;
    top: 160px;
    right: 20%;
    z-index: 990;
}

.top-banner .top-mutianyu .map {
    width: 350px;
    height: 224px;
}

.top-banner .top-mutianyu .map img {
    width: 100%;
    height: 100%;
    display: block;
}

.top-banner .top-mutianyu .mutianyu-txt {
    width: 100%;
    background: rgba(51, 51, 51, 0.8);
    position: relative;
    border-radius: 0 0 6px 6px;
    height: 200px;
}

.top-banner .top-mutianyu h1 {
    width: 100%;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/map-title.png) no-repeat center;
    text-align: center;
    margin-bottom: 10px;
    height: 42px;
    line-height: 42px;
}

.top-banner .top-mutianyu h1 a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #8A2020;
}

.top-banner .top-mutianyu p {
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    margin-bottom: 16px;
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 24px;
    box-sizing: border-box;
}

.top-banner .top-mutianyu span {
    display: block;
    width: 131px;
    height: 34px;
    background: #8A2020;
    border-radius: 6px;
    margin: 0 auto;
    text-align: left;
    padding-left: 18px;
    box-sizing: border-box;
    line-height: 34px;
    position: absolute;
    left: 24px;
    bottom: 14px;
}

.top-banner .top-mutianyu span a{
    display: block;
    width: 100%;
    height: 100%;
}

.top-banner .top-mutianyu span a::after {
    content:'';
    position: absolute;
    top: 11px;
    right: 13px;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/map-arr@2x.png) no-repeat center;
    background-size: 100%;
    width: 12px;
    height: 12px;
}

.top-banner .top-mutianyu span a {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}
/* index header */

.header {
    z-index: 999!important;
    position: absolute!important;
    left: 0;
    top: 0;
    width: 100%;
}

.header .head-up {
    background: rgba(0, 0, 0, 0.45)!important;
}

.head-down {
    background: rgba(0, 0, 0, 0.45)!important;
}

/* index header */

.content {
    padding: 50px 0 50px;
    box-sizing: border-box;
    min-height: 500px;
    background:#FCF8F2 url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/index-bg.jpg) no-repeat top center;
    max-width: 1920px;
    margin: 0 auto;
}

.content .con-1 {
    overflow: hidden;
    margin-bottom: 60px;
}

.content .con-1 .oph h2 {
    font-weight: 400;
    font-size: 34px;
    color: #A66D25;
    letter-spacing: 0.85px;
    margin-bottom: 30px;
}

.content .con-1 .oph .oph-bg {
    width: 690px;
    height: 330px;
    padding: 23px 24px;
    box-sizing: border-box;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con1-fl-bg.png) no-repeat center;
}

.content .con-1 .oph .oph-con {
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con1-fl-con-bg.png) no-repeat center;
    width: 100%;
    height: 100%;
}

.content .con-1 .oph .oph-con .fl {
    width: 332px;
    padding-top: 30px;
    padding-left: 40px;
}

.content .con-1 .oph .oph-con .fl span {
    width: 100%;
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.4px;
    text-align: center;
    margin-top: 12px;
}

.content .con-1 .oph .oph-con .fl p {
    width: 100%;
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.4px;
    text-align: center;
}

.content .con-1 .oph .oph-con .fr {
    width: 270px;
    padding-top: 95px;
    box-sizing: border-box;
    text-align: center;
}

.content .con-1 .oph .oph-con .fr span {
    width: 51px;
    height: 51px;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con1-fr-rili.png) no-repeat center;
    background-size: 100%;
    display: block;
    margin: 0 auto 18px;
}

.content .con-1 .oph .oph-con .fr p {
    display: block;
    width: 131px;
    height: 44px;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0.45px;
    text-align: center;
    margin: 0 auto;
}

.content .con-1 .not {
    width: 484px;
    position: relative;
}

.content .more {
    top: 13px;
    right: 0;
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    color: #4E4E4E;
    letter-spacing: 0;
    text-align: right;
    padding-right: 12px;
}

.content .more::after {
    position: absolute;
    content: "";
    right: 0;
    margin-top: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid #4E4E4E;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.content .con-1 .not h2 {
    font-weight: 400;
    font-size: 34px;
    color: #A66D25;
    letter-spacing: 0.85px;
    margin-bottom: 30px;
}

.content .con-1 .not ul li {
    position: relative;
    padding-bottom: 11px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 11px;
}

.content .con-1 .not ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content .con-1 .not ul li h3 {
    width: 408px;
    font-weight: bold;
    font-size: 16px;
    color: #0F0F0F;
    letter-spacing: 0;
    line-height: 24px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.content .con-1 .not ul li p {
    display: block;
    width: 420px;
    font-weight: 400;
    font-size: 14px;
    color: #0F0F0F;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    word-wrap: break-word;
}

.content .con-1 .not ul li .time {
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 3px;
}

/*  */

.divider {
    width: 100%;
    height: 12px;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/divider@2x.png) no-repeat center;
    background-size: 100%;
    margin-bottom: 60px;
}

h2.title {
    font-weight: 400;
    font-size: 34px;
    color: #A66D25;
    letter-spacing: 0.85px;
    margin-bottom: 30px;
    font-family: 'Times New Roman','Arial';
}

/*  */

.content .con-2 {
    overflow: hidden;
    margin-bottom: 60px;
}

.content .con-2 .cul {
    width: 588px;
    position: relative;
}

.content .con-2 .img-wrap {
    width: 588px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.img-wrap{
    overflow: hidden;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.img-wrap:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.content .con-2 .img-wrap h3 {
    height: 98px;
    background-image: linear-gradient(179deg, #00000000 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 19px 23px;
    box-sizing: border-box;
    z-index: 1;
    width: 100%;
}

.content .con-2 .img-wrap h3 span {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-wrap: break-word;
}

.content .con-2 .img-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.content .con-2 .img-wrap a::after {
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con2-fl-border@2x.png) no-repeat center;
    background-size: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content .con-3 {
    overflow: hidden;
    margin-bottom: 60px;
}

.content .con-3 ul li {
    float: left;
    margin-right: 24px;
    margin-bottom: 32px;
    position: relative;
}

.content .con-3 ul li:last-child {
    margin-right: 0;
}

.content .con-3 ul li.con-3-item-1 {
    width: 588px;
    height: 374px;
}

.content .con-3 ul li.con-3-item-1 .img-wrap {
    width: 588px;
    height: 334px;
}

.content .con-3 ul li.con-3-item-1 .txt-wrap {
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con-3-item-txt.png) no-repeat center;
    background-size: 100%;
    width: 540px;
    height: 150px;
    position: absolute;
    left: 24px;
    bottom: 0;
    padding: 18px 20px;
    box-sizing: border-box;
}

.content .con-3 ul li.con-3-item-1 .txt-wrap h3 {
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;

}

.content .con-3 ul li.con-3-item-1 .txt-wrap p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-wrap: break-word;
}

.content .con-3 ul li.con-3-item-1 .txt-wrap .more {
    color: #fff;
    bottom: 10px;
    right: 24px;
    top: unset;
    font-size: 14px;
}

.content .con-3 ul li.con-3-item-1 .txt-wrap .more::after {
    border-left: 5px solid #fff;
}

.content .con-3 ul li.con-3-item-2 {
    margin-right: 0;
}

.content .con-3 ul li.con-3-item-3 {
    width: 384px;
    height: 284px;
}

.content .con-3 ul li.con-3-item-3 .img-wrap {
    width: 384px;
    height: 218px;
}

.content .con-3 ul li.con-3-item-3 .txt-wrap {
    width: 336px;
    height: 150px;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con-3-item3-txt.png) no-repeat center;
    background-size: 100%;
}

/*  */
.content .con-4 {
    overflow: hidden;
    margin-bottom: 60px;
}

.content .con-4 .sec {
    position: relative;
    width: 584px;
}

.content .con-4 .fl img{
    cursor: zoom-in;
}

.content .con-4 .sec ul {
    overflow: hidden;
}

.content .con-4 .sec ul li {
    float: left;
    margin-right: 20px;
    width: 282px;
}

.content .con-4 .sec ul li:last-child {
    margin-right: 0;
}

.content .con-4 .sec ul li .img-wrap {
    width: 282px;
    height: 160px;
    position: relative;
}

.content .con-4 .sec ul li .img-wrap .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con-4-play.png) no-repeat center;
    background-size: 100%;
}

.content .con-4 .sec ul li .txt-wrap {
    background-color: #fff;
    padding: 15px 12px;
    box-sizing: border-box;
    height: 84px;
}

.content .con-4 .sec ul li .txt-wrap h3 {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    text-align: left;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-wrap: break-word;
}

/*  */
.content .con-5 {
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}

.content .con-5 .l-con {
    width: 588px;
    height: 408px;
    position: relative;
}

.content .con-5 .l-con .img-wrap {
    width: 588px;
    height: 408px;
}

.content .con-5 .l-con .txt-wrap {
    width: 100%;
    height: 134px;
    background-image: linear-gradient(179deg, #00000000 0%, #000000cc 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px 15px;
    box-sizing: border-box;
}


.content .con-5 .l-con .txt-wrap h3 {
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.55px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.content .con-5 .l-con .txt-wrap p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-wrap: break-word;
}

.content .con-5 .r-con {
    width: 588px;
    height: 408px;
}

.content .con-5 .r-con ul li {
    padding-bottom: 23px;
    margin-bottom: 22px;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
    overflow: hidden;
}

.content .con-5 .r-con ul li .txt-wrap {
    width: 100%;
}

.content .con-5 .r-con ul li h3 {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.content .con-5 .r-con ul li p {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.content .con-5 .r-con ul li span.time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.35px;
}

.content .con-5 .r-con ul li.r-con-item1 .img-wrap {
    width: 224px;
    height: 126px;
}

.content .con-5 .r-con ul li.r-con-item1 .txt-wrap {
    width: 348px;
    padding: 10px 0;
    box-sizing: border-box;
}

/*  */
.content .con-6 {
    overflow: hidden;
    margin-bottom: 60px;
}

.content .con-6 .con-6-1 {
    height: 382px;
    width: 384px;
    float: left;
    margin-right: 24px;
}

.content .con-6 .con-6-1:last-child {
    margin-right: 0;
}

.content .con-6 .con-6-1 .img-wrap {
    width: 384px;
    height: 282px;
    overflow: hidden;
    position: relative;
}

.content .con-6 .con-6-1 h3 {
    padding: 36px 0;
    box-sizing: border-box;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con-6-1-txt.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.content .con-6 .con-6-1 span {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
}

.content .con-6 .con-6-2 h3 {
    bottom: unset;
    top: 0;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con-6-2-txt.png) no-repeat center;
}


.img-mask {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.img-mask .img-mask-box {
    width: 1200px;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.img-mask .img-mask-box .img-mask-close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 48px;
    height: 48px;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/img-close.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    z-index: 999;
}

.img-mask .img-mask-box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.top-banner .top-mutianyu .login{
    left: 230px;
    width: 90px;
}

.submis{
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}

.submis img,.submis-con img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.submis span{
    font-size: 14px;
    color: #fff;
    background: #d63835;
    padding: 6px 8px;
    box-sizing: border-box;
}

.submis-con{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 700px;
    height: 392px;
    z-index: 999;
    display: none;
}

.submis-con .submis-close{
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/submis-close.png) no-repeat center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.submis-con a{
    position: absolute;
    width: 480px;
    height: 50px;
    left: 50%;
    bottom: 35px;
    font-size: 0;
    transform: translateX(-50%);
}

/*.go-tickets{*/
/*    position: absolute;*/
/*    bottom: 69px;*/
/*    left: 0;*/
/*    z-index: 111;*/
/*}*/

/*.go-tickets a{*/
/*    display: none;*/
/*    height: 38px;*/
/*    font-size: 0;*/
/*}*/

/*.go-tickets a.tickets-en{*/
/*    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/tickets-en-btn.png) no-repeat center;*/
/*    background-size: 100%;*/
/*    width: 240px;*/
/*}*/

/*.go-tickets a.tickets-ru{*/
/*    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/tickets-ru-btn.png) no-repeat center;*/
/*    background-size: 100%;*/
/*    width: 313px;*/
/*}*/

/*.go-tickets a.tickets-fr{*/
/*    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/tickets-fr-btn.png) no-repeat center;*/
/*    background-size: 100%;*/
/*    width: 246px;*/
/*}*/

/*.go-tickets a.tickets-jp{*/
/*    background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/tickets-jp-btn.png) no-repeat center;*/
/*    background-size: 100%;*/
/*    width: 220px;*/
/*}*/

.top-banner .top-mutianyu span.go-tickets a::after{
    transform: rotate(90deg);
}

.top-banner .top-mutianyu span.go-tickets a:hover::after{
    transform: rotate(-90deg);
    transition: all .15s ease-in;
}

.top-banner .top-mutianyu .tickets-lang{
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    background: #fffefd;
}

.top-banner .top-mutianyu span.go-tickets:hover ul{
    display: block;
}

.top-banner .top-mutianyu .tickets-lang li{
    width: 100%;
    height: 34px;
    line-height: 34px;
}

.top-banner .top-mutianyu .tickets-lang li a{
    color: #8A2020;
    text-align: center;
}

.top-banner .top-mutianyu .tickets-lang li a::after{
    display: none;
}

.top-banner .top-mutianyu .tickets-lang li:hover{
    background: #8A2020;
}

.top-banner .top-mutianyu .tickets-lang li:hover a{
    color: #fffefd;
}


@media screen and (max-width: 800px) {
    body{
        overscroll-behavior: none;
    }
    
    /*  */
    .header {
        position: relative!important;
    }
    
    .header .head-up {
        background: #8A2020!important;
    }
    
    .header .head-down {
        background: #8A2020!important;
    }
    
    .content {
        padding: 0;
        background: unset;
    }

    .content .con-2,
    .content .con-3,
    .content .con-4,
    .content .con-5,
    .content .con-6 {
        padding: 0.2rem 0.15rem;
        box-sizing: border-box;
    }

    .content .con-1 {
        background: #FDF9F3;
    }

    .divider {
        width: 100%;
        height: 0.1rem;
        background: #FDF9F3;
        margin-bottom: 0;
    }

    #swiper-container1 {
        height: 2.1rem;
    }

    .top-banner .top-mutianyu .map{
        display: none;
    }

    .top-banner .top-mutianyu {
        width: 100%;
        height: 1.57rem;
        /*overflow: hidden;*/
        background: unset;
        border-radius: 6px;
        position: absolute;
        left: 50%;
        top: 0.8rem;
        transform: translateX(-50%);
        z-index: 103;
        padding: 0 0.15rem 0;
        box-sizing: border-box;
        pointer-events: none;
    }

    .top-banner .top-mutianyu h1 {
        font-weight: 500;
        font-size: 0.18rem;
        color: #fff;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 0.03rem;
        background: unset;
        height: auto;
        line-height: 0.25rem;
    }

    .top-banner .top-mutianyu .mutianyu-txt{
        background: unset;
        height: 1.8rem;
    }

    .top-banner .top-mutianyu h1 a{
        font-size: 0.18rem;
        color: #fff;
        pointer-events: initial;
    }

    .top-banner .top-mutianyu p {
        font-size: 0.12rem;
        color: #fff;
        letter-spacing: 0;
        text-align: center;
        line-height: 0.17rem;
        margin-bottom: 0.06rem;
        display: block;
    }

    .top-banner .top-mutianyu span {
        display: inline-block;
        width: 1.1rem;
        height: 0.34rem;
        background: #8A2020;
        border-radius: 0.06rem;
        margin: 0 auto;
        text-align: center;
        line-height: 0.34rem;
        position: unset;
        padding-left: 0;
        box-sizing: unset;
        margin-left: 0.5rem;
        display: none;
    }
    
    .top-banner .top-mutianyu .login{
        width: 0.9rem;
        display: block;
        position: absolute;
        left: unset;
        right: -0.1rem;
        bottom: 0.35rem;
    }

    .top-banner .top-mutianyu span a {
        font-weight: 600;
        font-size: 0.14rem;
        color: #FFFFFF;
        letter-spacing: 0;
        pointer-events: initial;
    }
    
    .top-banner .top-mutianyu span a::after{
        display: none;
    }

    #swiper-container1 .swiper-pagination {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0.05rem;
        z-index: 102;
    }

    #swiper-container1 .swiper-pagination span {
        z-index: 103;
        display: inline-block;
        margin: 0 0.07rem;
        width: 0.32rem;
        height: 0.04rem;
        opacity: 0.5;
        background: #FFFFFF;
        cursor: pointer;
    }

    h2.title {
        font-weight: 400;
        font-size: 0.18rem;
        color: #A66D25;
        letter-spacing: 0.005rem;
        margin-bottom: 0.09rem;
        font-family: 'Times New Roman', 'Arial';
        position: relative;
        padding-left: 0.11rem;
        box-sizing: border-box;
    }

    .content .con-1 .oph h2,
    .content .con-1 .not h2 {
        font-size: 0.18rem;
        ;
        color: #A66D25;
        letter-spacing: 0.005rem;
        margin-bottom: 0.08rem;
    }

    h2.title::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0.03rem;
        height: 100%;
        background: #B58950;
    }

    .content .con-1 .oph {
        margin-bottom: 0.2rem;
        padding: 0.2rem 0.15rem;
        box-sizing: border-box;
    }

    .content .con-1 .oph .oph-bg {
        width: 3.45rem;
        height: 4.38rem;
        padding: 0.28rem 0.17rem;
        box-sizing: border-box;
        background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/3g-con1-fl-bg.png) no-repeat center;
        background-size: 100%;
    }

    .content .con-1 .oph .oph-con {
        background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/3g-con1-fl-con-bg.png) no-repeat center;
        background-size: 100%;
        position: relative;
    }

    .content .con-1 .oph .oph-con .fl {
        width: 100%;
        padding: 0 0.45rem 0.35rem 0.45rem;
        box-sizing: border-box;
        float: unset;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .content .con-1 .oph .oph-con .fr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 0.45rem;
        box-sizing: border-box;
        text-align: center;
        float: left;
    }

    .content .con-1 .oph .oph-con .fl span {
        width: 100%;
        display: block;
        color: #333333;
        font-size: 0.16rem;
        font-weight: 700;
        line-height: 0.22rem;
        letter-spacing: 0.004rem;
        text-align: center;
        margin-top: 0.09rem;
    }

    .content .con-1 .oph .oph-con .fl p {
        width: 100%;
        display: block;
        color: #333333;
        font-size: 0.14rem;
        font-weight: 300;
        line-height: 0.22rem;
        letter-spacing: 0.004rem;
        text-align: center;
    }

    .content .con-1 .oph .oph-con .fr span {
        width: 0.32rem;
        height: 0.32rem;
        display: block;
        margin: 0 auto 0.12rem;
    }

    .content .con-1 .oph .oph-con .fr p {
        display: block;
        width: 100%;
        height: auto;
        font-weight: bold;
        font-size: 0.14rem;
        color: #333333;
        letter-spacing: 0px;
        text-align: center;
        margin: 0 auto;
    }

    .content .con-1 .not {
        width: 100%;
        position: relative;
        margin-bottom: 0;
        padding: 0.2rem 0.15rem 0;
        box-sizing: border-box;
        background: #fff;
    }

    .content .more {
        top: 0.2rem;
        right: 0.15rem;
        width: 0.16rem;
        height: 0.16rem;
        background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/3g-more.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        font-weight: 500;
        font-size: 0;
        padding-right: 0;
    }

    .content .more::after {
        display: none;
    }

    .content .con-1 .not ul li {
        position: relative;
        padding-bottom: 0.15rem;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 0.15rem;
    }

    .content .con-1 .not ul li:last-child {
        padding-bottom: 0.15rem;
    }

    .content .con-1 .not ul li h3 {
        width: 100%;
        font-weight: bold;
        font-size: 0.16rem;
        color: #0F0F0F;
        letter-spacing: 0;
        line-height: 0.22rem;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.1rem;
    }

    .content .con-1 .not ul li p {
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 0.14rem;
        color: #0F0F0F;
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: left;
        word-wrap: break-word;
    }

    .content .con-1 .not ul li .time {
        font-weight: 400;
        font-size: 14px;
        color: #ACACAC;
        letter-spacing: 0;
        text-align: center;
        position: absolute;
        right: 0;
        top: 3px;
        display: none;
    }

    /*  */
    .content .con-2 {
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .content .con-2 .cul {
        width: 100%;
        float: unset;
        margin-bottom: 0.2rem;
        position: relative;
    }

    .content .con-2 .more {
        top: 0.04rem;
    }

    .content .con-2 .img-wrap {
        width: 100%;
        height: 2.35rem;
        position: relative;
        overflow: hidden;
    }

    .content .con-2 .img-wrap h3 {
        height: 0.74rem;
        background-image: linear-gradient(179deg, #00000000 0%, #000000 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0.16rem 0.18rem;
        box-sizing: border-box;
        z-index: 1;
    }

    .content .con-2 .img-wrap h3 span {
        font-weight: bold;
        font-size: 0.15rem;
        color: #FFFFFF;
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
        word-wrap: break-word;
    }

    /*  */

    .content .con-3 {
        overflow: hidden;
        margin-bottom: 0;
        position: relative;
    }

    .content .con-3 .con-3-wrap {
        overflow: hidden;
        overflow-x: auto;
        height: 2.25rem;
        padding-bottom: 0.15rem;
    }

    .content .con-3 ul {
        width: 16.3rem;
        height: 100%;
    }

    .content .con-3 ul li {
        float: left;
        margin-right: 0.2rem;
        margin-bottom: 0;
        position: relative;
    }

    .content .con-3 ul li:last-child {
        margin-right: 0;
    }

    .content .con-3 ul li.con-3-item-1 {
        width: 3.08rem;
        height: 2.25rem;
    }

    .content .con-3 ul li.con-3-item-1 .img-wrap {
        width: 3.08rem;
        height: 1.75rem;
    }

    .content .con-3 ul li.con-3-item-1 .txt-wrap {
        background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con-3-item-txt.png) no-repeat center;
        background-size: cover;
        width: 3.08rem;
        height: 1rem;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0.12rem 0.16rem;
        box-sizing: border-box;
    }

    .content .con-3 ul li.con-3-item-1 .txt-wrap h3 {
        font-weight: 600;
        font-size: 0.16rem;
        color: #FFFFFF;
        letter-spacing: 0;
        margin-bottom: 0.05rem;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content .con-3 ul li.con-3-item-1 .txt-wrap p {
        font-weight: 500;
        font-size: 0.12rem;
        color: #FFFFFF;
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
        word-wrap: break-word;
    }

    .content .con-3 ul li.con-3-item-1 .txt-wrap .more {
        color: #fff;
        bottom: 0.1rem;
        right: 0.12rem;
        top: unset;
        font-size: 0;
    }

    .content .con-3 ul li.con-3-item-1 .txt-wrap .more::after {
        border-left: 5px solid #fff;
    }

    .content .con-3 ul li.con-3-item-2 {
        margin-right: 0.2rem;
    }

    .content .con-3 ul li.con-3-item-3 {
        width: 3.08rem;
        height: 2.25rem;
    }

    .content .con-3 ul li.con-3-item-3 .img-wrap {
        width: 3.08rem;
        height: 1.75rem;
    }

    .content .con-3 ul li.con-3-item-3 .txt-wrap {
        width: 3.08rem;
        height: 1rem;
        background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con-3-item3-txt.png) no-repeat center;
        background-size: 100%;
    }

    /*  */
    .content .con-4 {
        overflow: hidden;
        margin-bottom: 0;
    }

    .content .con-4 .sec {
        position: relative;
        width: 100%;
        float: unset;
    }

    .content .con-4 .sec.fl {
        margin-bottom: 0.2rem;
    }

    .content .con-4 .sec ul {
        overflow: hidden;
    }

    .content .con-4 .sec ul li {
        float: left;
        margin-right: 0.15rem;
        width: 1.65rem;
    }

    .content .con-4 .sec ul li:last-child {
        margin-right: 0;
    }

    .content .con-4 .sec ul li .img-wrap {
        width: 1.65rem;
        height: 0.98rem;
        position: relative;
    }

    .content .con-4 .sec ul li .img-wrap .play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 0.42rem;
        height: 0.42rem;
        background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con-4-play.png) no-repeat center;
        background-size: 100%;
    }

    .content .con-4 .sec ul li .txt-wrap {
        background-color: #fff;
        padding: 0.12rem;
        box-sizing: border-box;
        border-bottom: 0.01rem solid #E2E2E2;
        border-left: 0.01rem solid #E2E2E2;
        border-right: 0.01rem solid #E2E2E2;
        height: 0.9rem;
    }

    .content .con-4 .sec ul li .txt-wrap h3 {
        font-weight: 600;
        font-size: 0.15rem;
        color: #333333;
        line-height: 0.21rem;
        text-align: left;
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: left;
        word-wrap: break-word;
    }

    .con-4 .more {
        top: 0.04rem;
    }

    /*  */
    .content .con-5 {
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
    }

    .content .con-5 .l-con {
        width: 1.65rem;
        height: auto;
        position: relative;
        margin-bottom: 0.16rem;
    }

    .content .con-5 .l-con .img-wrap {
        width: 1.65rem;
        height: 0.98rem;
    }

    .content .con-5 .l-con .txt-wrap {
        width: 100%;
        height: auto;
        background-image: unset;
        position: unset;
        background-color: #fff;
        padding: 0.12rem;
        box-sizing: border-box;
        border-bottom: 0.01rem solid #E2E2E2;
        border-left: 0.01rem solid #E2E2E2;
        border-right: 0.01rem solid #E2E2E2;
        height: 0.9rem;
    }

    .content .con-5 .l-con .txt-wrap h3 {
        font-weight: 600;
        font-size: 0.15rem;
        color: #333333;
        line-height: 0.21rem;
        text-align: left;
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: left;
        word-wrap: break-word;
        white-space: initial;
        margin-bottom: 0;
    }

    .content .con-5 .l-con .txt-wrap p {
        display: none;
    }

    .content .con-5 .r-con {
        width: 100%;
        height: auto;
    }

    .content .con-5 .r-con ul li {
        padding-bottom: 0.18rem;
        margin-bottom: 0.18rem;
        border-bottom: 1px solid #E5E5E5;
        box-sizing: border-box;
        overflow: hidden;
    }

    .content .con-5 .r-con ul li .txt-wrap {
        width: 100%;
    }

    .content .con-5 .r-con ul li h3 {
        font-weight: 600;
        font-size: 0.15rem;
        color: #333333;
        letter-spacing: 0;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.08rem;
    }

    .content .con-5 .r-con ul li p {
        font-weight: normal;
        font-size: 0.14rem;
        color: #333333;
        letter-spacing: 0;
        line-height: 0.2rem;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: left;
        word-wrap: break-word;
        white-space: initial;
    }

    .content .con-5 .r-con ul li span.time {
        display: none;
    }

    .content .con-5 .r-con ul li.r-con-item1 {
        position: absolute;
        right: 0.15rem;
        top: 0.5rem;
        width: 1.65rem;
        height: auto;
        margin-bottom: 0;
        box-sizing: border-box;
        overflow: hidden;
        border-bottom: none;
        padding-bottom: 0;
    }

    .content .con-5 .r-con ul li.r-con-item1 .txt-wrap {
        width: 100%;
        height: auto;
        background-image: unset;
        position: unset;
        background-color: #fff;
        padding: 0.12rem !important;
        box-sizing: border-box;
        border-bottom: 0.01rem solid #E2E2E2 !important;
        border-left: 0.01rem solid #E2E2E2;
        border-right: 0.01rem solid #E2E2E2;
        height: 0.9rem;
    }

    .content .con-5 .r-con ul li.r-con-item1 .img-wrap {
        width: 1.65rem;
        height: 0.98rem;
    }

    .content .con-5 .r-con ul li.r-con-item1 .txt-wrap h3 {
        font-weight: 600;
        font-size: 0.15rem;
        color: #333333;
        line-height: 0.21rem;
        text-align: left;
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: left;
        word-wrap: break-word;
        white-space: initial;
        margin-bottom: 0;
    }

    .content .con-5 .r-con ul li.r-con-item1 .txt-wrap p,
    .content .con-5 .r-con ul li.r-con-item1 .txt-wrap span {
        display: none;
    }

    /*  */

    .content .con-6 {
        margin-bottom: 0;
    }

    .content .con-6 .con-6-1 {
        height: auto;
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }

    .content .con-6 .con-6-1:last-child {
        margin-right: 0;
    }

    .content .con-6 .con-6-1 .img-wrap {
        width: 100%;
        height: 3.4rem;
        overflow: hidden;
        position: relative;
    }

    .content .con-6 .con-6-1 .img-wrap img{
        height: 2.5rem;
    }

    .content .con-6 .con-6-1 h3 {
        padding: 0.3rem 0.65rem;
        box-sizing: border-box;
        background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con-6-1-txt.png) no-repeat center;
        background-size: 100%;
        position: unset;
        width: 100%;
        height: 0.9rem;
    }

    .content .con-6 .con-6-1 span {
        font-weight: 600;
        font-size: 0.2rem;
        color: #FFFFFF;
        letter-spacing: 0.005rem;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content .con-6 .con-6-2 h3 {
        bottom: unset;
        top: 0;
        background: url(https://rs1-en.mutianyugreatwall.com/mutianyugreatwall/images/con-6-2-txt.png) no-repeat center;
        background-size: 100%;
    }

    .img-mask .img-mask-box{
        width: 100%;
    }

    .img-mask .img-mask-box .img-mask-close{
        width: 0.32rem;
        height: 0.32rem;
        top: unset;
        bottom: 0.9rem;
        left: 50%;
        margin-left: -0.16rem;
    }

    .content .video-item .img-wrap::after {
        content: "";
        position: absolute;
        width: 0.36rem;
        height: 0.36rem;
        margin-left: -0.18rem;
        margin-top: -0.18rem;
    }
    
    
    .img-wrap:hover img{
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    
    .submis{
        position: fixed;
        z-index: 1000;
        right: 0;
        bottom: 0.5rem;
        cursor: pointer;
    }
    
    .submis img,.submis-con img{
        display: block;
        width: 0.75rem;
        height: 0.75rem;
    }

    .submis span{
        padding: 0.03rem 0.04rem;
        font-size: 0.12rem;
    }
    
    .submis-con{
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 3.5rem;
        height: 2.2rem;
        z-index: 999;
        display: none;
    }
    
    .submis-con .submis-close {
        right: 0.01rem;
        top: 0.01rem;
        width: 0.28rem;
        height: 0.28rem;
    }
    
    .submis-con a{
        position: absolute;
        width: 2.4rem;
        height: 0.25rem;
        left: 50%;
        bottom: 0.22rem;
        font-size: 0;
        transform: translateX(-50%);
    }
    
    .content .center{
        width: 100%;
    }
    
    .top-banner .center{
        width: 100%;
    }
    
    /*.go-tickets{*/
    /*    position: absolute;*/
    /*    bottom: 0.35rem;*/
    /*    left: 0.1rem;*/
    /*    z-index: 111;*/
    /*}*/
    
    /*.go-tickets a{*/
    /*    display: none;*/
    /*    font-size: 0.14rem;*/
    /*    color: #FFFFFF;*/
    /*    width: auto;*/
    /*    background: #8A2020;*/
    /*    height: 0.34rem;*/
    /*    line-height: 0.34rem;*/
    /*    border-radius: 0.06rem;*/
    /*    padding: 0rem 0.1rem;*/
    /*    box-sizing: border-box;*/
    /*}*/
    
    /*.go-tickets a.tickets-en{*/
    /*    background: #8A2020;*/
    /*    width: auto;*/
    /*}*/
    
    /*.go-tickets a.tickets-ru{*/
    /*    background: #8A2020;*/
    /*    width: auto;*/
    /*}*/
    
    /*.go-tickets a.tickets-fr{*/
    /*    background: #8A2020;*/
    /*    width: auto;*/
    /*}*/
    
    /*.go-tickets a.tickets-jp{*/
    /*    background: #8A2020;*/
    /*    width: auto;*/
    /*}*/
    
    .top-banner .top-mutianyu span.go-tickets{
        display: block;
        left: -0.1rem;
        bottom: 0.35rem;
        position: absolute;
        margin-left: 0;
    }
    
}
