@font-face {
    font-family: 'm-iconfont';
    /* project id 657935 */
    src: url('//at.alicdn.com/t/font_752693_qnzo7mdzec.eot');
    src: url('//at.alicdn.com/t/font_752693_qnzo7mdzec.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_752693_qnzo7mdzec.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_752693_qnzo7mdzec.woff') format('woff'),
    url('//at.alicdn.com/t/font_752693_qnzo7mdzec.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_752693_qnzo7mdzec.svg#daq') format('svg');
}

.m-iconfont {
    font-family: "m-iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.no-data {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* 文本单行超出 */
.single-warp {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

/* 文本多行超出 */
.more-warp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 图片放大、字体颜色变换 */
.scale-color .cover img {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.scale-color:hover .cover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.scale-color .tit:hover,
.scale-color .more:hover {
    color: #e68109 !important;
}

.scale-color .tit:hover:after {
    background-color: #e68109 !important;
}
































i {
    font-style: normal;
}

dt,
b {
    font-weight: normal;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

h1,
h2,
h3 {
    font-weight: bold;
    margin: 0;
}

textarea {
    resize: none;
    outline: none;
    padding: 0;
}

input {
    outline: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.duohang {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.danhang {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes moveIconUp {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: .4;
    }

    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: .4;
    }
}

@-webkit-keyframes round1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    25% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    50% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    75% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes round1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    25% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    50% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    75% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes round2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    25% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    50% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }

    75% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes round2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    25% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    50% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }

    75% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes fas {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    75% {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes fas {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    75% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tad {
    0% {
        top: 0;
        /*åˆå§‹çŠ¶æ€ é€æ˜Žåº¦ä¸º0*/
    }

    50% {
        top: 5px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes tad {
    0% {
        top: 0;
        /*åˆå§‹çŠ¶æ€ é€æ˜Žåº¦ä¸º0*/
    }

    50% {
        top: 5px;
    }

    100% {
        top: 0;
    }
}

.toScroll {
    animation-name: tad;
    /*åŠ¨ç”»åç§°*/
    animation-duration: 1s;
    /*åŠ¨ç”»æŒç»­æ—¶é—´*/
    animation-iteration-count: infinite;
    /*åŠ¨ç”»æ¬¡æ•°*/
    animation-delay: 0s;
    position: relative;
    top: 0;
}

.homePage .banners .banner .cursor {
    animation: moveIconUp ease 1s both infinite;
}

.homePage .overview .left>div a:hover {
    text-decoration: underline;
}

.homePage .enjoy .two>div>div,
.homePage .enjoy .three>div>div {
    overflow: hidden;
}

.homePage .enjoy .two>div>div img,
.homePage .enjoy .three>div>div img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.homePage .enjoy .two>div:hover>div img,
.homePage .enjoy .three>div:hover>div img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.homePage .enjoy .two>div:hover>dt p,
.homePage .enjoy .three>div:hover>dt p {
    color: #ee8221;
}

.homePage .overview .left {
    overflow: hidden;
}

.homePage .overview .left>div {
    z-index: 1;
}

.homePage .overview .left:before {
    position: absolute;
    display: block;
    content: "";
    width: 50vw;
    height: 50vw;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    top: -10vw;
    right: -15vw;
    -webkit-animation: round1 10s linear infinite;
    animation: round1 10s linear infinite;
}

.homePage .overview .left:after {
    position: absolute;
    display: block;
    content: "";
    width: 50vw;
    height: 50vw;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    bottom: -10vw;
    left: -15vw;
    -webkit-animation: round2 10s linear infinite;
    animation: round2 10s linear infinite;
}

.homePage .overview>.row {
    height: 100%;
}

.homePage .overview .right .row .col-sm-6>div>div img:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(38%);
    -moz-transform: translateX(38%);
    -ms-transform: translateX(38%);
    -o-transform: translateX(38%);
    transform: translateX(38%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.homePage .overview .right .row .col-sm-6:hover>div p {
    color: #ee8221;
}

.homePage .overview .right .row .col-sm-6:hover>div>div img:nth-of-type(2) {
    -webkit-transform: translateX(38%) rotate(180deg);
    -moz-transform: translateX(38%) rotate(180deg);
    -ms-transform: translateX(38%) rotate(180deg);
    -o-transform: translateX(38%) rotate(180deg);
    transform: translateX(38%) rotate(180deg);
}

.homePage .overview .right .row .col-sm-6>div i {
    white-space: nowrap;
}

.homePage .line,
.guideline .line,
.newsCenter .line,
.travelHelp .line {
    background-size: 100% auto !important;
}

.homePage .line div a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.homePage .line div a:hover {
    background: #ee8221;
}

.homePage .information .row>div>a:hover p {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.homePage .information .row>div>a:hover p {
    color: #ee8221;
}

.homePage .information .turnPage>div a:hover i,
.homePage .information .turnPage>div a:hover span {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.homePage .information .turnPage>div a:hover:hover i,
.homePage .information .turnPage>div a:hover:hover span {
    color: #ee8221;
    margin: 0 8px;
}

.about .banners .banner .bannerTxt p {
    text-transform: uppercase;
}

.about .content .row .left div a p,
.about .content .row .left div a img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.about .content .row .left div a:hover div {
    background: #ee8221;
    border-color: #ee8221;
}

.about .content .row .left div a:hover p {
    color: #ee8221;
}

.about .content .row .left div a:hover div i {
    color: #fff;
}

.about .content .row .left div a:hover img {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
}

.about .list .row a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.about .list .row a img,
.about .list .row a p {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.about .list .row a:hover {
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
}

.about .list .row a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*.about .list .row a:hover p{*/
/*  border-bottom: 2px solid #fff;*/
/*}*/
.guideline .banners .banner .bannerTxt p {
    text-transform: uppercase;
}

.guideline .guide>div p {
    margin-bottom: 0;
}

.guideline .line {
    background: url(../img/lygl.jpg) no-repeat fixed 50%;
}

.guideline .line ul {
    overflow: hidden;
    box-sizing: content-box;
    padding: 50px 0;
}

.guideline .line ul li {
    position: relative;
    opacity: 0;
}

.guideline .line ul li:nth-of-type(1) {
    transition: all .5s;
    left: -15%;
}

.guideline .line ul li:nth-of-type(2) {
    transition: all .7s;
    left: -40%;
}

.guideline .line ul li:nth-of-type(3) {
    transition: all .9s;
    left: -65%;
}

.guideline .line ul li:nth-of-type(4) {
    transition: all 1.1s;
    left: -90%;
}

.guideline .line ul li a:hover {
    animation: fas .3s;
}

.guideline .line ul li a:hover p {
    color: #ee8221;
}

.guideline .list>div>div a>div {
    overflow: hidden;
}

.guideline .list>div>div a img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.guideline .list>div>div a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.guideline .list>div>div a:hover>p,
.guideline .list>div>div a:hover>span {
    color: #ee8221;
}

.newsCenter .line {
    background: url(../img/jqzx.jpg) no-repeat fixed 50%;
}

.newsCenter .content>div .right ul li a:hover {
    color: #ee8221;
}

.newsCenter .list>div a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.newsCenter .list>div a>div {
    overflow: hidden;
}

.newsCenter .list>div a>div img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.newsCenter .list>div a:hover {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
}

.newsCenter .list>div a:hover>div img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.newsCenter .list>div a:hover>p,
.newsCenter .list>div a:hover>span {
    color: #ee8221;
}

.travelHelp .banners .banner .bannerTxt p {
    text-transform: uppercase;
}

.travelHelp .line {
    background: url(../img/lybz.jpg) no-repeat fixed 50%;
}

.travelHelp .msg>div>div a div img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.travelHelp .msg>div>div a:hover dt h2 {
    color: #ee8221;
}

.travelHelp .msg>div>div a:hover div {
    background: #ee8221;
    border-color: #ee8221;
}

.travelHelp .msg>div>div a:hover div i {
    color: #fff;
}

.travelHelp .msg>div>div a:hover div img {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
}

/* .goodTour .content section div a:hover {
    background: #ee8221;
    border-color: #ee8221;
} */
.articeDetail {
    background: #f5f5f5;
}

.articeDetail .content {
    padding: 30px 0;
    background: #fff;
    width: 90%;
    margin: 30px auto;
    overflow: hidden;
}

.articeDetail .content .title h1 {
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.articeDetail .content .title p {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}

.articeDetail .content .title div {
    padding: 20px 30px;
    border: 1px solid #e1eaf4;
    background: #e1efff;
    color: #999;
    font-size: 14px;
}

.articeDetail .content .title div i {
    color: #333;
}

.articeDetail .content .detail {
    overflow: hidden;
    padding: 30px;
    font-size: 14px;
    color: #666;
    min-height: 251px;
}

.articeDetail .content .detail img {
    max-width: 100%;
}

/**
åˆ†é¡µ
 */
.page {
    padding: 30px 0 30px;
    font-size: 0;
    text-align: center;
}

.page>a,
.page>span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin: 0 5px;
    font: normal 14px/28px "Arial";
    color: #999;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.page>.first-page,
.page>.last-page {
    width: 90px;
    font-family: "Microsoft YaHei";
}

.page>.page-down,
.page>.page-up {
    width: 100px;
    font-family: "Microsoft YaHei";
}

.page>.curr,
.page>a:hover {
    font-weight: bold;
    color: #fff;
    background-color: #ee8221;
    border-color: #ee8221;
}

.page>a.no-interact {
    font-weight: bold;
    cursor: auto;
}

.page>a.no-interact:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}


.header .navbar-collapse li>a:hover::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -15px;
}


@media (max-width: 1000px) {
    .page>a {
        opacity: 0;
    }

    .page>.page-down,
    .page>.page-up {
        opacity: 1;
    }

    .page>.first-page,
    .page>.last-page {
        display: none;
    }
}

.articeList .content {
    padding-top: 40px;
}

.articeList .content .list a>div {
    overflow: hidden;
    height: 278px;
    /*height: 0;*/
    /*padding-bottom: 50%;*/
}


.articeList .content .list a>div img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.articeList .content .list a p {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.articeList .content .list a>i {
    margin-bottom: 0 !important;
}

.articeList .content .list a:hover>div img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.articeList .content .list a:hover>p {
    color: #ee8221;
}

.map img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767.9px) {
    .mobileShow {
        display: block;
    }

    .pcShow {
        display: none !important;
    }

    .footer {
        background: #00010a;
        padding: 35px 5px 30px;
        text-align: center;
    }

    .footer .mobileShow p {
        font-size: 11px;
        color: #c9c9c9;
        margin-bottom: 7px;
    }

    .header {
        width: 100%;
        height: 55px;
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 100;
    }

    .header .mobileShow {
        position: absolute;
        top: 50%;
        width: 30%;
        height: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header a label {
        position: absolute;
        right: -38%;
        top: 33%;
        font-size: 13px;
        font-family: Malgun Gothic;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);

    }

    .header .mobileShow img {
        width: 70%;
        height: 100%;
    }

    .header .otherShow {
        display: none;
    }

    .header button {
        width: 27.5px;
        height: 13.5px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header button img {
        display: block;
        width: 27.5px;
        height: 13.5px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .header .navbar-collapse {
        position: fixed;
        width: 100%;
        padding: 30px;
        left: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        top: 55px;
        background: #fff;
        box-sizing: border-box;
        margin: 0;
        border-top: 1px solid #ccc;
    }

    .header .navbar-collapse ul {
        margin: 0;
    }

    .header .navbar-collapse ul li {
        margin-top: 15px;
    }

    .header .navbar-collapse ul li>a {
        font-size: 20px;
        color: #333;
        padding: 0;
        font-family: Times New Roman;
    }

    .header .navbar-collapse ul li dt p {
        display: inline-block;
        margin-right: 5px;
        margin-top: 15px;
        font-family: Times New Roman;
    }

    .header .navbar-collapse ul li dt p a {
        font-size: 16px;
        color: #666;
    }

    .header .navbar-collapse ul li:last-of-type div {
        display: inline-block;
        margin: 0 10px;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        border: 1px solid #333;
        border-radius: 3px;
        font-size: 10px;
        text-align: center;
        line-height: 18px;
        color: #333;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .homePage {
        padding-top: 55px;
    }

    .homePage .banners {
        width: 100%;
        position: relative;
    }

    .page>a,
    .page>span {
        margin: 0;
    }

    .homePage .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .homePage .banners .banner .bannerTxt p {
        font-size: 10px;
        color: #ffffff;
        font-weight: bold;
    }

    .homePage .banners .banner .bannerTxt i {
        display: block;
        font-size: 12px;
        color: #ffffff;
    }

    .homePage .banners .banner .cursor {
        width: 13px;
        height: 20px;
        position: absolute;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .homePage .overview {
        padding: 45px 20px 30px;
        background: #fff;
    }

    .homePage .overview .row .left>div .title {
        margin-bottom: 14px;
    }

    .homePage .overview .row .left>div .title p {
        font-size: 23px;
        color: #333333;
        font-weight: bold;
    }

    .homePage .overview .row .left>div .title i {
        display: none;
    }

    .homePage .overview .row .left>div .content {
        margin-bottom: 17px;
    }

    .homePage .overview .row .left>div .content img {
        display: none;
    }

    .homePage .overview .row .left>div .content p {
        font-size: 12px;
        color: #333333;
        line-height: 20px;
    }

    .homePage .overview .row .left>div a {
        display: none;
    }

    .homePage .overview .row .left:before,
    .homePage .overview .row .left:after {
        display: none;
    }

    .homePage .overview .row .right .row {
        height: 100%;
        padding: 0;
        margin: 0;
    }

    .homePage .overview .row .right .row .col-sm-6 {
        height: 120px;
        text-align: center;
        position: relative;
        padding: 0;
    }

    .homePage .overview .row .right .row .col-sm-6:nth-of-type(2n) {
        border-left: none;
    }

    .homePage .overview .row .right .row .col-sm-6:nth-of-type(2n)>div {
        left: auto;
        right: 0;
    }

    .homePage .overview .row .right .row .col-sm-6>div {
        width: 94%;
        height: 100px;
        position: absolute;
        left: 0;
        top: 10px;
        background: #f5f5f5;
        box-sizing: border-box;
        padding-top: 22px;
    }

    .homePage .overview .row .right .row .col-sm-6>div>div {
        width: 50px;
        height: 33px;
        text-align: center;
        line-height: 33px;
        margin: 0 auto 10px;
        position: relative;
    }

    .homePage .overview .row .right .row .col-sm-6>div>div img:nth-of-type(1) {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    }

    .homePage .overview .row .right .row .col-sm-6>div>div img:nth-of-type(2) {
        width: 20px;
        height: 20px;
    }

    .homePage .overview .row .right .row .col-sm-6>div p {
        font-size: 12px;
        color: #333333;
        font-weight: bold;
    }

    .homePage .overview .row .right .row .col-sm-6>div i {
        display: none;
    }

    .homePage .enjoy {
        padding: 0 20px;
        background: #fff;
    }

    .homePage .enjoy .title {
        margin-bottom: 25px;
    }

    .homePage .enjoy .title p {
        font-size: 23px;
        color: #333333;
        font-weight: bold;
    }

    .homePage .enjoy .title i {
        display: none;
    }

    .homePage .enjoy .two>div {
        margin-bottom: 30px;
        position: relative;
    }

    .homePage .enjoy .two>div>div {
        width: 100%;
    }

    .homePage .enjoy .two>div>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .enjoy .two>div>dt {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 15px;
    }

    .homePage .enjoy .two>div>dt p {
        font-size: 15px;
        color: #ffffff;
        font-weight: bold;
        margin: 0;
    }

    .homePage .enjoy .two>div>dt i {
        display: none;
    }

    .homePage .enjoy .three>div {
        margin-bottom: 30px;
        position: relative;
    }

    .homePage .enjoy .three>div>div {
        width: 100%;
    }

    .homePage .enjoy .three>div>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .enjoy .three>div>dt {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 15px;
    }

    .homePage .enjoy .three>div>dt p {
        font-size: 15px;
        color: #ffffff;
        font-weight: bold;
        margin: 0;
    }

    .homePage .enjoy .three>div>dt i {
        display: none;
    }

    .homePage .line {
        width: 100%;
        height: 200px;
        position: relative;
        background-image: url('../images/en-xltj.png');
        background-size: auto 100% !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    .homePage .line:before {
        content: "";
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('../images/en-xltj.png');
        -webkit-background-size: auto 100% !important;
        -o-background-size: auto 100% !important;
        background-size: auto 100% !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    .homePage .line img {
        width: 100%;
        height: auto;
    }

    .homePage .line div {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .homePage .line div p {
        font-size: 23px;
        color: #ffffff;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .homePage .line div i {
        display: block;
        font-size: 12px;
        color: #ffffff;
        margin-bottom: 17px;
    }

    .homePage .line div a {
        display: block;
        text-align: center;
        width: 91px;
        height: 27px;
        border-radius: 2px;
        background-color: rgba(255, 255, 255, 0.4);
        font-size: 12px;
        color: #fff;
        line-height: 27px;
    }

    .homePage .line div label {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .homePage .line div label a:nth-child(1) {
        margin-right: 20px;
    }


    .homePage .information {
        padding: 40px 20px 13px;
        background: #fff;
    }

    .homePage .information .turnPage {
        margin-bottom: 25px;
        padding: 0;
    }

    .homePage .information .turnPage>p {
        font-size: 23px;
        color: #333333;
        font-weight: bold;
    }

    .homePage .information .row>div {
        position: relative;
    }

    .homePage .information .row>div>a {
        display: block;
        width: 100%;
        position: relative;
        box-shadow: 0px 1px 25px 0px rgba(5, 1, 1, 0.06);
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .homePage .information .row>div>a img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 23px;
    }

    .homePage .information .row>div>a span {
        display: block;
        font-size: 11px;
        color: #999999;
        margin-left: 20px;
        margin-bottom: 8px;
    }

    .homePage .information .row>div>a p {
        font-size: 13px;
        color: #333333;
        margin-bottom: 25px;
        font-weight: bold;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
    }

    .homePage .information .row>div>a p:after {
        content: '';
        width: 20px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: 20px;
        bottom: -16px;
    }

    .homePage .information .row>div>a i {
        font-size: 12px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 20px;
        margin-bottom: 15px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .homePage .information .row>div>a b {
        display: block;
        font-size: 12px;
        color: #333333;
        margin-left: 20px;
    }

    .about {
        padding-top: 55px;
    }

    .about .banners {
        width: 100%;
        position: relative;
    }

    .about .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .about .banners .banner .bannerTxt p {
        font-size: 30px;
        color: #ffffff;
    }

    .about .banners .banner .bannerTxt i {
        display: block;
        font-size: 13px;
        color: #ffffff;
    }

    .about .banners .banner .bannerTxt img {
        display: block;
        width: 18px;
        height: 18px;
        margin: 10px auto 0;
        cursor: pointer;
    }

    .about .content {
        padding-top: 40px;
        margin-bottom: 50px;
    }

    .about .content .row {
        width: 100%;
        margin: 0 auto;
    }

    .about .content .row .left {
        box-sizing: border-box;
        background: #fff;
        padding: 0;
    }

    .about .content .row .left h1 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
        font-size: 23px;
        color: #333333;
        margin-bottom: 15px;
    }

    .about .content .row .left>p {
        box-sizing: border-box;
        padding: 0 5%;
        font-size: 12px;
        color: #333333;
        margin-bottom: 38px;
        line-height: 20px;
    }

    .about .content .row .left div a {
        float: left;
        width: 50%;
        text-align: center;
        height: 121px;
        box-sizing: border-box;
        border: 1px solid #d1d1d1;
        border-left: none;
        padding-top: 18px;
    }

    .about .content .row .left div a:nth-of-type(1),
    .about .content .row .left div a:nth-of-type(2) {
        border-bottom: none;
    }

    .about .content .row .left div a:nth-of-type(2n) {
        border-right: none;
    }

    .about .content .row .left div a div {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        border: 1px solid #cfcfcf;
        box-sizing: border-box;
        margin: 0 auto 7px;
    }

    .about .content .row .left div a div img {
        position: absolute;
        left: 50%;
        top: 50%;
        max-width: 50%;
        max-height: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .about .content .row .left div a p {
        font-size: 12px;
        color: #666666;
        font-weight: bold;
    }

    .about .content .row .right {
        display: none;
    }

    .about .list .row {
        padding: 0 5%;
        margin: 0;
    }

    .about .list .row a {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }

    .about .list .row a img {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .list .row a p {
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        left: 50%;
        bottom: 22px;
        margin-bottom: 0;
        font-weight: bold;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .guideline {
        padding-top: 55px;
    }

    .guideline .banners {
        width: 100%;
        position: relative;
    }

    .guideline .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .guideline .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .guideline .banners .banner .bannerTxt p {
        font-size: 30px;
        color: #ffffff;
    }

    .guideline .banners .banner .bannerTxt i {
        display: block;
        font-size: 13px;
        color: #ffffff;
    }

    .guideline .banners .banner .bannerTxt img {
        display: block;
        width: 18px;
        height: 18px;
        margin: 10px auto 0;
        cursor: pointer;
    }

    .guideline .guide {
        padding: 40px 0;
        background: #fff;
    }

    .guideline .guide>div {
        box-sizing: border-box;
        padding: 0 5%;
        margin: 0 auto;
    }

    .guideline .guide>div h1 {
        font-size: 23px;
        color: #333333;
        margin-bottom: 13px;
    }

    .guideline .guide>div p {
        font-size: 12px;
        color: #333333;
        line-height: 20px;
    }

    .guideline .line {
        width: 100%;
        height: 190px;
        position: relative;
    }

    .guideline .line:before {
        content: "";
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('../images/en-xltj.png');
        -webkit-background-size: auto 100% !important;
        -o-background-size: auto 100% !important;
        background-size: auto 100% !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    .guideline .line ul {
        position: absolute;
        width: 100%;
        height: 80px;
        left: 50%;
        top: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        padding-left: calc(-10%);
        padding-right: calc(-10%);
        overflow: initial;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
    }

    .guideline .line ul::-webkit-scrollbar {
        display: none;
    }

    .guideline .line ul li {
        display: inline-block;
        height: 100%;
        margin: 0 15px;
    }

    .guideline .line ul li a {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
        padding-top: 5px;
        background-color: rgba(255, 255, 255, 0.2);
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .guideline .line ul li a p {
        font-size: 12px;
        color: #333333;
        margin: 0 auto;
        width: 70px;
        height: 70px;
        line-height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .guideline .list {
        background: #fff;
        padding: 40px 5% 15px;
    }

    .guideline .list>div {
        width: 100%;
    }

    .guideline .list>div h1 {
        font-size: 23px;
        color: #333333;
        margin-bottom: 24px;
    }

    .guideline .list>div>div a {
        display: block;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0px 1px 25px 0px rgba(5, 1, 1, 0.06);
        padding-bottom: 23px;
        margin-bottom: 30px;
    }

    .guideline .list>div>div a>div {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .guideline .list>div>div a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .guideline .list>div>div a>div>div {
        display: none;
    }

    .guideline .list>div>div a>p {
        padding: 0 5.9%;
        font-size: 13px;
        color: #333333;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .guideline .list>div>div a>i {
        padding: 0 5.9%;
        font-size: 12px;
        color: #666666;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 12px;
    }

    .guideline .list>div>div a>span {
        font-size: 12px;
        color: #333333;
        margin-left: 5.9%;
    }

    .newsCenter {
        padding-top: 55px;
    }

    .newsCenter .banners {
        width: 100%;
        position: relative;
    }

    .newsCenter .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .newsCenter .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .newsCenter .banners .banner .bannerTxt p {
        font-size: 30px;
        color: #ffffff;
    }

    .newsCenter .banners .banner .bannerTxt i {
        display: block;
        font-size: 13px;
        color: #ffffff;
    }

    .newsCenter .banners .banner .bannerTxt img {
        display: block;
        width: 18px;
        height: 18px;
        margin: 10px auto 0;
        cursor: pointer;
    }

    .newsCenter .content {
        box-sizing: content-box;
        padding: 40px 5.3% 45px;
        background: #fff;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) h1 {
        font-size: 23px;
        color: #333333;
        margin-bottom: 10px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) p {
        font-size: 12px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        margin-bottom: 5px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) ul {
        display: none;
    }

    .newsCenter .content>div .left>div:nth-of-type(2) {
        display: none;
    }

    .newsCenter .content>div .right h1 {
        display: none;
    }

    .newsCenter .content>div .right p {
        display: none;
    }

    .newsCenter .content>div .right ul li {
        height: 48px;
        border-bottom: 1px dotted #cacaca;
        line-height: 47px;
        position: relative;
        padding-left: 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .newsCenter .content>div .right ul li:before {
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        background: #666666;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 1px;
        top: 50%;
        margin-top: -1.5px;
    }

    .newsCenter .content>div .right ul li a {
        font-size: 13px;
        color: #666666;
    }

    .newsCenter .line {
        width: 100%;
        height: 180px;
        position: relative;
    }

    .newsCenter .line:before {
        content: "";
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('../images/en-xltj.png');
        -webkit-background-size: auto 100% !important;
        -o-background-size: auto 100% !important;
        background-size: auto 100% !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    .newsCenter .line>div {
        width: 100%;
        text-align: center;
        white-space: nowrap;
        height: 34px;
        font-size: 0;
        position: absolute;
        left: 0;
        bottom: -17px;
        line-height: 34px;
        overflow-x: auto;
    }

    .newsCenter .line>div::-webkit-scrollbar {
        display: none;
    }

    .newsCenter .line>div a {
        width: 110px;
        height: 34px;
        display: inline-block;
        margin: 0 5px;
        font-size: 12px;
        color: #333;
        font-weight: bold;
        background: #fff;
    }

    .newsCenter .line>div a.active,
    .newsCenter .line>div a:hover {
        color: #fff;
        background: #ee8221;
    }

    .newsCenter .list {
        background: #fff;
        padding: 40px 5.3% 15px;
    }

    .newsCenter .list>div {
        width: 100%;
    }

    .newsCenter .list>div a {
        display: block;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0px 1px 25px 0px rgba(5, 1, 1, 0.06);
        padding-bottom: 22px;
        margin-bottom: 30px;
    }

    .newsCenter .list>div a>div {
        position: relative;
        width: 100%;
        margin-bottom: 23px;
    }

    .newsCenter .list>div a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .newsCenter .list>div a b {
        display: block;
        font-size: 11px;
        color: #999999;
        padding: 0 5.9%;
        margin-bottom: 8px;
    }

    .newsCenter .list>div a>p {
        font-size: 13px;
        color: #333333;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        padding: 0 5.9%;
    }

    .newsCenter .list>div a h3 {
        content: '';
        display: block;
        background-color: #999999;
        width: 20px;
        height: 1px;
        margin: 12px 0 10px 5.9%;
    }

    .newsCenter .list>div a>i {
        padding: 0 5.9%;
        font-size: 12px;
        color: #666666;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 13px;
    }

    .newsCenter .list>div a>span {
        font-size: 12px;
        color: #333333;
        margin-left: 5.9%;
    }

    .travelHelp {
        padding-top: 55px;
    }

    .travelHelp .banners {
        width: 100%;
        position: relative;
    }

    .travelHelp .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .travelHelp .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .travelHelp .banners .banner .bannerTxt p {
        font-size: 30px;
        color: #ffffff;
    }

    .travelHelp .banners .banner .bannerTxt i {
        display: block;
        font-size: 13px;
        color: #ffffff;
    }

    .travelHelp .banners .banner .bannerTxt img {
        display: block;
        width: 18px;
        height: 18px;
        margin: 10px auto 0;
        cursor: pointer;
    }

    .travelHelp .msg {
        padding: 38px 5.3% 20px;
        background: #fff;
    }

    .travelHelp .msg>div>h1 {
        font-size: 23px;
        color: #333333;
        margin-bottom: 8px;
    }

    .travelHelp .msg>div>p {
        font-size: 12px;
        color: #333333;
        line-height: 20px;
        margin: 0;
    }

    .travelHelp .msg>div>div {
        margin: 20px 0 0 0;
    }

    .travelHelp .msg>div>div a {
        display: block;
        width: 100%;
        height: 100px;
        background-color: #f5f5f5;
        padding: 20px 0 0 20px;
        margin-bottom: 25px;
    }

    .travelHelp .msg>div>div a div {
        float: left;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #cdcdcd;
        margin-right: 14px;
        overflow: hidden;
        position: relative;
    }

    .travelHelp .msg>div>div a div img {
        max-width: 50%;
        max-height: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .travelHelp .msg>div>div a dt {
        float: left;
        width: calc(100% - 100px);
        height: 30px;
    }

    .travelHelp .msg>div>div a dt h2 {
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 30px;
        line-height: 35px;
    }

    .travelHelp .msg>div>div a dt p {
        font-size: 12px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 30px;
        line-height: 25px;
    }

    .travelHelp .line {
        width: 100%;
        height: 180px;
        position: relative;
    }

    .travelHelp .line:before {
        content: "";
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('../images/en-xltj.png');
        -webkit-background-size: auto 100% !important;
        -o-background-size: auto 100% !important;
        background-size: auto 100% !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    .travelHelp .line>p {
        background-color: #ee8221;
        position: absolute;
        left: 50%;
        bottom: -17px;
        width: 111px;
        height: 34px;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        font-weight: bold;
        line-height: 34px;
        margin-left: -55.5px;
        margin-bottom: 0;
    }

    .travelHelp .form {
        background: #fff;
        padding: 45px 5.3%;
    }

    .travelHelp .form>div p {
        display: none;
    }

    .travelHelp .form>div div {
        padding-left: 16.7%;
        position: relative;
    }

    .travelHelp .form>div div ul {
        width: 16.7%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .travelHelp .form>div div ul li {
        text-align: right;
        white-space: nowrap;
        height: 33px;
        margin-bottom: 18px;
        font-size: 12px;
        color: #666666;
        line-height: 33px;
        padding-right: 8px;
    }

    .travelHelp .form>div div input {
        width: calc(100% - 17.5%);
        height: 33px;
        display: block;
        margin-bottom: 18px;
        border: 1px solid #d1d1d1;
        padding: 0 9px;
        font-size: 12px;
        color: #333;
    }

    .travelHelp .form>div div dl {
        width: calc(100% - 17.5%);
        height: 33px;
        display: block;
        position: relative;
    }

    .travelHelp .form>div div dl select {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #d1d1d1;
        padding: 0 9px;
        font-size: 12px;
        color: #333;
    }

    .travelHelp .form>div div dl img {
        pointer-events: none;
        position: absolute;
        right: 9px;
        top: 15px;
    }

    .travelHelp .form>div dt {
        margin-bottom: 19px;
        margin-left: 16.7%;
        width: 81%;
        height: 82px;
        border: 1px solid #d1d1d1;
        overflow: hidden;
        padding: 6px 9px;
    }

    .travelHelp .form>div dt textarea {
        display: block;
        font-size: 12px;
        color: #333;
        width: 100%;
        height: 100%;
        border: none;
    }

    .travelHelp .form>div a {
        display: block;
        text-align: center;
        background-color: #ee8221;
        width: 90px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        margin-left: 16.7%;
    }

    .goodTour {
        padding-top: 55px;
        overflow-y: auto;
        width: 100%;
        height: 100%;
    }

    .goodTour .content section {
        width: 100%;
    }

    .goodTour .content section img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 54px;
    }

    .goodTour .content section div {
        padding: 0 5.3%;
    }

    .goodTour .content section div h1 {
        font-size: 23px;
        color: #333333;
        margin-bottom: 8px;
    }

    .goodTour .content section div p {
        font-size: 12px;
        color: #333333;
        line-height: 20px;
        margin-bottom: 17px;
    }

    .goodTour .content section div a {
        display: block;
        width: 90px;
        height: 26px;
        margin-bottom: 45px;
        border: 1px solid #999999;
        text-align: center;
        font-size: 12px;
        color: #666666;
        line-height: 24px;
    }

    .articeDetail {
        padding-top: 55px;
        background: #fff;
    }

    .articeDetail .banners {
        width: 100%;
        position: relative;
    }

    .articeDetail .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .articeDetail .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .articeDetail .banners .banner .bannerTxt p {
        font-size: 30px;
        color: #ffffff;
    }

    .articeDetail .banners .banner .bannerTxt i {
        display: block;
        font-size: 13px;
        color: #ffffff;
    }

    .articeDetail .banners .banner .bannerTxt img {
        display: block;
        width: 18px;
        height: 18px;
        margin: 10px auto 0;
        cursor: pointer;
    }

    .articeDetail .content {
        padding: 24px 0;
        background: #fff;
    }

    .articeDetail .content .title h1 {
        font-size: 20px;
        text-align: center;
        color: #333;
        margin-bottom: 20px;
    }

    .articeDetail .content .title p {
        font-size: 14px;
        color: #666;
        text-align: center;
        margin-bottom: 20px;
    }

    .articeDetail .content .title div {
        padding: 20px 0;
        border: 1px solid #e1eaf4;
        background: #e1efff;
        color: #999;
        font-size: 14px;
        margin-bottom: 24px;
    }

    .articeDetail .content .title div i {
        color: #333;
    }

    .articeDetail .content .detail {
        font-size: 12px;
        color: #666;
        padding: 20px 0;
    }

    .articeList .banners {
        width: 100%;
        position: relative;
    }

    .articeList .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .articeList .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 66%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .articeList .banners .banner .bannerTxt p {
        font-size: 40px;
        color: #ffffff;
    }

    .articeList .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .articeList .banners .banner .bannerTxt img {
        display: block;
        width: 18px;
        height: 18px;
        margin: 10px auto 0;
        cursor: pointer;
    }

    .articeList .content {
        padding: 40px 5% 15px;
    }

    .articeList .content .list {
        width: 100%;
    }

    .articeList .content .list a {
        display: block;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0px 1px 25px 0px rgba(5, 1, 1, 0.06);
        padding: 20px;
        margin-bottom: 30px;
    }

    .articeList .content .list a>div {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        height: auto;
    }

    .articeList .content .list a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .articeList .content .list a>div>div {
        display: none;
    }

    .articeList .content .list a>p,.articeList .content .list a div>p {
        font-size: 13px;
        color: #333333;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .articeList .content .list a>i,.articeList .content .list a div>i {
        font-size: 12px;
        color: #666666;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 12px;
    }


    .articeList .content .list a>span {
        font-size: 12px;
        color: #333333;
        margin-left: 5.9%;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .mobileShow {
        display: none;
    }

    .pcShow {
        display: block;
    }

    .footer {
        background: #131313;
    }

    .footer .pcShow .top {
        box-sizing: border-box;
        padding: 95px 6.25% 60px;
    }

    .footer .pcShow .top .col-sm-7 ul li {
        float: left;
        width: 20%;
    }

    .footer .pcShow .top .col-sm-7 ul li h2 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-7 ul li p {
        font-size: 14px;
        color: #89898a;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 13px;
    }

    .footer .pcShow .top .col-sm-7 ul li p a {
        font-size: 14px;
        color: #89898a;
    }

    .footer .pcShow .top .col-sm-7 ul li p a:hover {
        color: #fff;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) {
        width: 60%;
        float: left;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) h2 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div {
        padding-left: 34px;
        position: relative;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div i {
        font-size: 20px;
        color: #89898a;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div span {
        display: block;
        font-size: 30px;
        color: #89898a;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div p {
        display: block;
        font-size: 14px;
        color: #89898a;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) {
        width: 40%;
        float: left;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) h2 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select {
        height: 37px;
        width: 100%;
        position: relative;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select select {
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 9px;
        padding-right: 38px;
        border: 1px solid #2d2d2d;
        font-size: 14px;
        color: #89898a;
        background: transparent;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div {
        height: 35px;
        right: 1px;
        top: 1px;
        position: absolute;
        width: 36px;
        pointer-events: none;
        text-align: center;
        line-height: 35px;
        background: #131313;
        border-left: 1px solid #2d2d2d;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div i {
        font-size: 16px;
        color: #89898a;
        pointer-events: none;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share {
        height: 49px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a {
        display: block;
        float: left;
        height: 100%;
        background: transparent;
        width: 47px;
        text-align: center;
        line-height: 47px;
        border: 1px solid #2d2d2d;
        border-right: none;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a:last-of-type {
        border-right: 1px solid #2d2d2d;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a i {
        font-size: 22px;
        color: #89898a;
    }

    .footer .pcShow .bottom {
        box-sizing: border-box;
        border-top: 1px solid #1e1e1e;
        padding: 45px 6.25% 90px;
    }

    .footer .pcShow .bottom span {
        float: left;
        font-size: 14px;
        color: #89898a;
    }

    .footer .pcShow .bottom i {
        float: right;
        font-size: 14px;
        color: #89898a;
    }

    .header {
        width: 100%;
        height: 142px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .header .mobileShow {
        display: none;
    }

    .header .otherShow {
        float: left;
        margin: 40px 0 0 0;
        height: 51px;
        line-height: 51px;
    }

    .header .otherShow img {
        vertical-align: middle;
        width: 150px;
    }

    .header .navbar-collapse {
        float: right;
        margin-top: 59px;
        padding: 0;
    }

    .header .navbar-collapse li {
        margin-right: 20px;
        height: 50px;
        line-height: 24px;
    }

    .header .navbar-collapse li>a {
        padding: 0;
        font-size: 18px;
        color: #fefefe;
        font-weight: bold;
    }

    .header .navbar-collapse li>a:hover {
        background: transparent;
    }

    .header .navbar-collapse li dt {
        position: absolute;
        top: 50px;
        left: 50%;
        display: none;
        width: 100px;
        padding: 10px 0;
        font-size: 14px;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
        margin-left: -50px;
        z-index: 1;
    }

    .header .navbar-collapse li dt:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: -5px;
        margin-left: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .navbar-collapse li dt p {
        height: 38px;
        line-height: 38px;
        display: block;
        text-align: center;
    }

    .header .navbar-collapse li dt p a {
        font-size: 14px;
        color: #666;
    }

    .header .navbar-collapse li dt p a:hover {
        color: #ee8221;
    }

    .header .navbar-collapse li:hover dt {
        display: block;
    }

    .header .navbar-collapse li:nth-last-of-type(2) {
        margin-right: 10px;
    }

    .header .navbar-collapse li:last-of-type {
        margin-right: 0;
    }

    .header .navbar-collapse li:last-of-type div {
        float: left;
        margin-left: 10px;
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 3px;
        font-size: 12px;
        text-align: center;
        line-height: 22px;
        color: #ffffff;
        -webkit-transform: scale(0.833);
        -moz-transform: scale(0.833);
        -ms-transform: scale(0.833);
        -o-transform: scale(0.833);
        transform: scale(0.833);
        margin-top: -2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .homePage .banners {
        width: 100%;
        position: relative;
    }

    .homePage .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .homePage .banners .banner .bannerTxt p {
        font-size: 40px;
        color: #ffffff;
    }

    .homePage .banners .banner .bannerTxt i {
        display: block;
        font-size: 20px;
        color: #ffffff;
    }

    .homePage .banners .banner .cursor {
        position: absolute;
        left: 50%;
        bottom: 40px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .homePage .overview {
        height: 600px;
        background: #fff;
    }

    .homePage .overview .left {
        position: relative;
        height: 100%;
        background: #ee8221;
    }

    .homePage .overview .left>div {
        width: 75%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .homePage .overview .left>div .title {
        margin-bottom: 55px;
    }

    .homePage .overview .left>div .title p {
        font-size: 30px;
        color: #ffffff;
    }

    .homePage .overview .left>div .title i {
        display: block;
        font-size: 20px;
        color: #ffffff;
    }

    .homePage .overview .left>div .content {
        margin-bottom: 25px;
    }

    .homePage .overview .left>div .content img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .homePage .overview .left>div .content p {
        font-size: 16px;
        color: #ffffff;
        line-height: 30px;
    }

    .homePage .overview .left>div a {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
    }

    .homePage .overview .right {
        height: 100%;
    }

    .homePage .overview .right .row {
        height: 100%;
    }

    .homePage .overview .right .row .col-sm-6 {
        height: 50%;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        text-align: center;
        position: relative;
    }

    .homePage .overview .right .row .col-sm-6:nth-of-type(2n-1) {
        border-left: none;
    }

    .homePage .overview .right .row .col-sm-6:nth-of-type(1),
    .homePage .overview .right .row .col-sm-6:nth-of-type(2) {
        border-top: none;
    }

    .homePage .overview .right .row .col-sm-6>div {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .homePage .overview .right .row .col-sm-6>div>div {
        width: 100px;
        height: 66px;
        text-align: center;
        margin: 0 auto 25px;
        position: relative;
    }

    .homePage .overview .right .row .col-sm-6>div>div img:nth-of-type(1) {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    }

    .homePage .overview .right .row .col-sm-6>div p {
        font-size: 22px;
        color: #333333;
    }

    .homePage .overview .right .row .col-sm-6>div i {
        display: block;
        font-size: 20px;
        color: #999999;
    }

    .homePage .enjoy {
        background: #f5f5f5;
        padding: 150px 5.5% 90px;
    }

    .homePage .enjoy .title {
        margin-bottom: 55px;
        margin-left: 15px;
    }

    .homePage .enjoy .title p {
        font-size: 30px;
        color: #333333;
    }

    .homePage .enjoy .title i {
        display: block;
        font-size: 20px;
        color: #666666;
    }

    .homePage .enjoy .two {
        margin-bottom: 60px;
    }

    .homePage .enjoy .two>div {
        height: 100%;
        box-sizing: border-box;
        padding: 0 30px;
    }

    .homePage .enjoy .two>div>div {
        width: 100%;
    }

    .homePage .enjoy .two>div>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .enjoy .two>div>dt {
        background: #fff;
        height: 140px;
        box-sizing: border-box;
        padding: 35px 40px 0;
    }

    .homePage .enjoy .two>div>dt p {
        font-size: 22px;
        color: #333333;
        margin-bottom: 10px;
    }

    .homePage .enjoy .two>div>dt i {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #666666;
    }

    .homePage .enjoy .three {
        margin-bottom: 60px;
    }

    .homePage .enjoy .three>div {
        height: 100%;
        box-sizing: border-box;
        padding: 0 30px;
    }

    .homePage .enjoy .three>div>div {
        width: 100%;
    }

    .homePage .enjoy .three>div>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .enjoy .three>div>dt {
        background: #fff;
        height: 140px;
        box-sizing: border-box;
        padding: 35px 40px 0;
    }

    .homePage .enjoy .three>div>dt p {
        font-size: 22px;
        color: #333333;
        margin-bottom: 10px;
    }

    .homePage .enjoy .three>div>dt i {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #666666;
    }

    .homePage .line {
        width: 100%;
        background: url('../images/en-xltj.png') no-repeat fixed 50%;
        height: 680px;
        position: relative;
    }

    .homePage .line img {
        width: 100%;
        height: auto;
    }

    .homePage .line div {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .homePage .line div p {
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .homePage .line div i {
        display: block;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .homePage .line div a {
        display: block;
        text-align: center;
        width: 160px;
        height: 46px;
        border-radius: 3px;
        background-color: rgba(107, 169, 10, 0.4);
        margin: 0 auto;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        line-height: 46px;
    }

    .homePage .information {
        position: relative;
        overflow: hidden;
    }

    .homePage .information .turnPage {
        height: 50%;
        box-sizing: border-box;
        padding: 135px 0 0 118px;
        position: absolute;
        left: -1px;
        top: -1px;
        z-index: 2;
        background: #fff;
    }

    .homePage .information .turnPage>p {
        font-size: 30px;
        color: #333333;
    }

    .homePage .information .turnPage>i {
        display: block;
        font-size: 20px;
        color: #666666;
    }

    .homePage .information .turnPage>div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 81px;
        border-top: 1px solid #e6e6e6;
    }

    .homePage .information .turnPage>div:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #e6e6e6;
        position: absolute;
        left: 50%;
        bottom: 0;
    }

    .homePage .information .turnPage>div a {
        display: block;
        width: 50%;
        float: left;
        text-align: center;
        height: 100%;
        line-height: 80px;
    }

    .homePage .information .turnPage>div a i {
        font-size: 14px;
        color: #666666;
        vertical-align: middle;
        margin: 0 5px;
    }

    .homePage .information .turnPage>div a span {
        font-size: 14px;
        color: #666666;
        font-weight: bold;
        margin: 0 5px;
        vertical-align: middle;
    }

    .homePage .information .row>div {
        padding: 0;
        height: 860px;
        position: relative;
        border-right: 1px solid #e6e6e6;
    }

    .homePage .information .row>div:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #e6e6e6;
        position: absolute;
        left: 0;
        bottom: 50%;
    }

    .homePage .information .row>div:nth-of-type(3) {
        border: none;
    }

    .homePage .information .row>div:nth-of-type(3):after {
        display: none;
    }

    .homePage .information .row>div>a {
        display: block;
        width: 100%;
        height: 50%;
        padding: 130px 9.3% 0;
        position: relative;
    }

    .homePage .information .row>div>a span {
        display: block;
        font-size: 14px;
        color: #666666;
        position: absolute;
        left: 9.3%;
        bottom: 70px;
    }

    .homePage .information .row>div>a p {
        font-size: 22px;
        color: #333333;
        margin-bottom: 30px;
    }

    .homePage .information .row>div>a i {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 24px;
    }

    .homePage .information .row>div .swiper {
        height: 50%;
        position: relative;
    }

    .homePage .information .row>div .swiper .infoBanner {
        width: 81.25%;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .homePage .information .row>div .swiper .infoBanner img {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .information .row>div .swiper .infoPagination {
        text-align: right;
        box-sizing: border-box;
        padding-right: 35px;
    }

    .homePage .information .row>div .swiper .infoPagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        opacity: .8;
        margin: 0 8px;
    }

    .homePage .information .row>div .swiper .infoPagination .swiper-pagination-bullet-active {
        background: #ee8221;
    }

    .about .banners {
        width: 100%;
        position: relative;
    }

    .about .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .about .banners .banner .bannerTxt p {
        font-size: 40px;
        color: #ffffff;
    }

    .about .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .about .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .about .content {
        padding-top: 130px;
    }

    .about .content .row {
        width: 90%;
        min-width: 750px;
        margin: 0 auto;
    }

    .about .content .row .left {
        box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
        box-sizing: border-box;
        padding: 108px 0 80px 7.8%;
        background: #fff;
        position: relative;
        top: -190px;
    }

    .about .content .row .left h1 {
        font-size: 30px;
        color: #333333;
        margin-bottom: 40px;
    }

    .about .content .row .left>p {
        width: 64%;
        font-size: 14px;
        color: #333333;
        min-height: 157px;
        margin-bottom: 0;
        line-height: 40px;
    }

    .about .content .row .left div a {
        float: left;
        margin-right: 5%;
        width: 60px;
        text-align: center;
    }

    .about .content .row .left div a:last-of-type {
        margin-right: 0;
    }

    .about .content .row .left div a div {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        border: 1px solid #cfcfcf;
        box-sizing: border-box;
        margin-bottom: 17px;
    }

    .about .content .row .left div a div img {
        position: absolute;
        left: 50%;
        top: 50%;
        max-width: 50%;
        max-height: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .about .content .row .left div a p {
        font-size: 14px;
        color: #666666;
        font-weight: bold;
    }

    .about .content .row .right {
        padding: 0;
    }

    .about .content .row .right img {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .list {
        background: #f5f5f5;
        padding: 120px 0 70px;
        margin-top: -100px;
    }

    .about .list .row {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }

    .about .list .row a {
        display: block;
        float: left;
        width: 31%;
        overflow: hidden;
        position: relative;
        margin-bottom: 50px;
    }

    .about .list .row a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .about .list .row a img {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .list .row a p {
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        position: absolute;
        left: 50%;
        bottom: 28px;
        margin-bottom: 0;
        font-weight: bold;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .guideline .banners {
        width: 100%;
        position: relative;
    }

    .guideline .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .guideline .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .guideline .banners .banner .bannerTxt p {
        font-size: 40px;
        color: #ffffff;
    }

    .guideline .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .guideline .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .guideline .guide {
        padding: 80px 0;
    }

    .guideline .guide>div {
        width: 90%;
        margin: 0 auto;
    }

    .guideline .guide>div h1 {
        font-size: 30px;
        color: #333333;
        margin-bottom: 20px;
    }

    .guideline .guide>div p {
        font-size: 14px;
        color: #696969;
        line-height: 22px;
    }

    .guideline .line {
        width: 100%;
        height: 580px;
        position: relative;
    }

    .guideline .line img {
        width: 100%;
        height: auto;
    }

    .guideline .line ul {
        position: absolute;
        width: 90%;
        height: 160px;
        left: 50%;
        top: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: flex;
    }

    .guideline .line ul li {
        flex: 1;
        height: 100%;
    }

    .guideline .line ul li a {
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 160px;
        padding-top: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .guideline .line ul li a p {
        font-size: 16px;
        color: #333333;
        margin: 0 auto;
        font-weight: bold;
        width: 140px;
        height: 140px;
        line-height: 140px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .guideline .list {
        background: #fff;
        padding: 69px 0 30px;
    }

    .guideline .list>div {
        width: 90%;
        margin: 0 auto;
    }

    .guideline .list>div h1 {
        font-size: 30px;
        color: #333333;
        margin-bottom: 30px;
    }

    .guideline .list>div>div a {
        display: block;
        float: left;
        width: 31%;
        background-color: #ffffff;
        box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .guideline .list>div>div a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .guideline .list>div>div a>div {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

    .guideline .list>div>div a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .guideline .list>div>div a>div>div {
        width: 80px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.502);
        text-align: center;
        padding-top: 19px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .guideline .list>div>div a>div>div p {
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 0;
    }

    .guideline .list>div>div a>div>div i {
        display: block;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
    }

    .guideline .list>div>div a>p {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .guideline .list>div>div a>i {
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 24px;
    }

    .guideline .list>div>div a>span {
        font-size: 14px;
        color: #333333;
        margin-left: 4.7%;
    }

    .newsCenter .banners {
        width: 100%;
        position: relative;
    }

    .newsCenter .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .newsCenter .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .newsCenter .banners .banner .bannerTxt p {
        font-size: 40px;
        color: #ffffff;
    }

    .newsCenter .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .newsCenter .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .newsCenter .content {
        height: 600px;
        box-sizing: content-box;
        padding-bottom: 160px;
        background: #f5f5f5;
    }

    .newsCenter .content>div {
        height: 100%;
        width: 90%;
        margin: 0 auto;
        background: #fff;
    }

    .newsCenter .content>div .left {
        width: 41%;
        float: left;
        height: 680px;
        top: -80px;
        position: relative;
    }

    .newsCenter .content>div .left>div {
        height: 50%;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) {
        background: #ededed;
        padding: 90px 8.9% 0;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) h1 {
        font-size: 36px;
        color: #333333;
        margin-bottom: 40px;
        position: relative;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) h1:after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #666666;
        position: absolute;
        left: 0;
        bottom: -20px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) p {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 36px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) ul {
        height: 12px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) ul li {
        float: left;
        width: 12px;
        height: 12px;
        border: 1px solid #6e6e6e;
        margin-right: 6px;
        border-radius: 50%;
    }

    .newsCenter .content>div .left>div:nth-of-type(2) {
        position: relative;
        overflow: hidden;
    }

    .newsCenter .content>div .left>div:nth-of-type(2) img {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .newsCenter .content>div .right {
        width: 59%;
        float: right;
        background: #fff;
        height: 100%;
        padding: 110px 7% 0 7.5%;
    }

    .newsCenter .content>div .right h1 {
        font-size: 36px;
        color: #333333;
        margin-bottom: 40px;
        position: relative;
    }

    .newsCenter .content>div .right h1:after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #666666;
        position: absolute;
        left: 0;
        bottom: -20px;
    }

    .newsCenter .content>div .right p {
        font-size: 14px;
        color: #666666;
        height: 60px;
    }

    .newsCenter .content>div .right ul li {
        height: 57px;
        border-bottom: 1px dotted #cacaca;
        line-height: 56px;
        position: relative;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .newsCenter .content>div .right ul li:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #666666;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -2.5px;
    }

    .newsCenter .content>div .right ul li a {
        font-size: 16px;
        color: #666666;
    }

    .newsCenter .line {
        width: 100%;
        height: 460px;
        position: relative;
    }

    .newsCenter .line>div {
        width: 100%;
        text-align: center;
        white-space: nowrap;
        height: 68px;
        font-size: 0;
        position: absolute;
        left: 0;
        bottom: -34px;
        line-height: 68px;
    }

    .newsCenter .line>div a {
        width: 220px;
        height: 68px;
        display: inline-block;
        margin: 0 5px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        background: #fff;
    }

    .newsCenter .line>div a.active,
    .newsCenter .line>div a:hover {
        color: #fff;
        background: #ee8221;
    }

    .newsCenter .list {
        background: #fff;
        padding: 130px 0 50px;
    }

    .newsCenter .list>div {
        width: 90%;
        margin: 0 auto;
    }

    .newsCenter .list>div a {
        display: block;
        float: left;
        width: 31%;
        background-color: #ffffff;
        box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
        padding-bottom: 25px;
        margin-bottom: 50px;
    }

    .newsCenter .list>div a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .newsCenter .list>div a>div {
        position: relative;
        width: 100%;
        margin-bottom: 34px;
    }

    .newsCenter .list>div a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .newsCenter .list>div a b {
        display: block;
        font-size: 20px;
        color: #999999;
        padding: 0 9%;
        margin-bottom: 15px;
    }

    .newsCenter .list>div a>p {
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        padding: 0 9%;
    }

    .newsCenter .list>div a h3 {
        content: '';
        display: block;
        background-color: #999999;
        width: 40px;
        height: 2px;
        margin: 17px 0 25px 9%;
    }

    .newsCenter .list>div a>i {
        padding: 0 9%;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 22px;
    }

    .newsCenter .list>div a>span {
        font-size: 14px;
        color: #666666;
        margin-left: 9%;
    }

    .travelHelp .banners {
        width: 100%;
        position: relative;
    }

    .travelHelp .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .travelHelp .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .travelHelp .banners .banner .bannerTxt p {
        font-size: 40px;
        color: #ffffff;
    }

    .travelHelp .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .travelHelp .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .travelHelp .msg {
        height: 528px;
        background: #f5f5f5;
        padding-left: 14.5%;
    }

    .travelHelp .msg>div {
        position: relative;
        top: -80px;
        background: #fff;
        height: 608px;
        padding: 108px 0 0 7.3%;
    }

    .travelHelp .msg>div>h1 {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .travelHelp .msg>div>p {
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin: 0;
    }

    .travelHelp .msg>div>div {
        width: 85%;
        margin: 55px 0 0 0;
        height: 200px;
    }

    .travelHelp .msg>div>div a {
        display: block;
        float: left;
        width: 47%;
        height: 100%;
        background-color: #f5f5f5;
        margin-right: 4%;
        padding: 60px 0 0 20px;
    }

    .travelHelp .msg>div>div a:last-of-type {
        margin-right: 0;
    }

    .travelHelp .msg>div>div a div {
        float: left;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 1px solid #cdcdcd;
        margin-right: 20px;
        overflow: hidden;
        position: relative;
    }

    .travelHelp .msg>div>div a div img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .travelHelp .msg>div>div a dt {
        float: left;
        width: calc(100% - 100px);
        height: 80px;
        line-height: 40px;
    }

    .travelHelp .msg>div>div a dt h2 {
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;
        line-height: 45px;
    }

    .travelHelp .msg>div>div a dt p {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;
        line-height: 35px;
    }

    .travelHelp .line {
        width: 100%;
        height: 460px;
        position: relative;
    }

    .travelHelp .line p {
        font-size: 46px;
        color: #ffffff;
        position: absolute;
        left: 0;
        top: 135px;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .travelHelp .form {
        background: #f5f5f5;
        height: 608px;
        padding: 0 14.5%;
    }

    .travelHelp .form>div {
        background: #fff;
        height: 683px;
        position: relative;
        top: -154px;
        padding: 110px 12.5% 0;
    }

    .travelHelp .form>div p {
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

    .travelHelp .form>div div {
        margin-top: 50px;
        height: 48px;
        margin-bottom: 38px;
    }

    .travelHelp .form>div div input {
        width: 31%;
        float: left;
        height: 100%;
        display: block;
        margin-right: 3.5%;
        border: 1px solid #d1d1d1;
        padding: 0 12px;
        font-size: 14px;
        color: #333;
    }

    .travelHelp .form>div div dl {
        width: 31%;
        float: left;
        height: 100%;
        display: block;
        position: relative;
    }

    .travelHelp .form>div div dl select {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #d1d1d1;
        padding: 0 12px;
        font-size: 14px;
        color: #333;
    }

    .travelHelp .form>div div dl img {
        pointer-events: none;
        position: absolute;
        right: 21px;
        top: 22px;
    }

    .travelHelp .form>div dt {
        border: 1px solid #d1d1d1;
        height: 162px;
        margin-bottom: 59px;
        padding: 12px;
        overflow: hidden;
    }

    .travelHelp .form>div dt textarea {
        display: block;
        font-size: 14px;
        color: #333;
        width: 100%;
        height: 100%;
        border: none;
    }

    .travelHelp .form>div a {
        display: block;
        text-align: center;
        background-color: #ee8221;
        width: 180px;
        height: 60px;
        font-size: 16px;
        line-height: 60px;
        color: #fff;
        font-weight: bold;
    }

    .goodTour {
        width: 100%;
        height: 100%;
    }

    .goodTour .header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .goodTour .footer {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 10;
    }

    .goodTour .footer.active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .goodTour .content {
        width: 100%;
        height: 100%;
    }

    .goodTour .content section {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        position: relative;
    }

    .goodTour .content section img {
        display: block;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .goodTour .content section div {
        position: absolute;
        left: 120px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .goodTour .content section div h1 {
        font-size: 46px;
        color: #ffffff;
        margin-bottom: 28px;
    }

    .goodTour .content section div p {
        font-size: 16px;
        color: #ffffff;
        line-height: 28px;
        width: 60%;
        min-height: 109px;
    }

    .goodTour .content section div a {
        display: block;
        width: 180px;
        height: 52px;
        border: 2px solid #fff;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
        line-height: 48px;
    }

    .goodTour .content section.active {
        z-index: 1;
    }

    .goodTour .progressBar {
        position: fixed;
        top: 50%;
        right: 40px;
        z-index: 999;
        margin-top: -220px;
        width: 50px;
        height: 440px;
    }

    .goodTour .progressBar .line-box {
        position: relative;
        margin-left: 17px;
        width: 4px;
        height: 360px;
    }

    .goodTour .progressBar .line-box .line {
        position: absolute;
        top: 0;
        left: 2px;
        display: block;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
    }

    .goodTour .progressBar .line-box .on {
        position: absolute;
        top: 0;
        left: 1px;
        z-index: 1;
        display: block;
        width: 3px;
        height: 25%;
        background: #fff;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }

    .goodTour .progressBar .num-box {
        margin-top: 56px;
        color: #fff;
        font-size: 18px;
    }

    .goodTour .progressBar .num-box span {
        display: block;
        line-height: 80px;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    .goodTour .progressBar .num-box span.hx {
        display: block;
        margin: 15px 0;
        width: 50px;
        height: 2px;
        background: #fff;
    }

    .goodTour .progressBar .num-box span.now {
        font-size: 30px;
        line-height: 75px;
    }

    .articeDetail .banners {
        width: 100%;
        position: relative;
    }

    .articeDetail .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .articeDetail .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .articeDetail .banners .banner .bannerTxt p {
        font-size: 40px;
        color: #ffffff;
    }

    .articeDetail .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .articeDetail .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .articeList .banners {
        width: 100%;
        position: relative;
    }

    .articeList .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .articeList .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .articeList .banners .banner .bannerTxt p {
        font-size: 40px;
        color: #ffffff;
    }

    .articeList .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .articeList .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .articeList .content .list {
        width: 90%;
        margin: 0 auto;
    }

    .articeList .content .list a {
        display: block;
        float: left;
        width: 31%;
        background-color: #ffffff;
        box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
        padding: 15px;
        margin-bottom: 30px;
    }

    .articeList .content .list a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .articeList .content .list a>div {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

    .articeList .content .list a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .articeList .content .list a>div>div {
        width: 80px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.502);
        text-align: center;
        padding-top: 19px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .articeList .content .list a>div>div p {
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 0;
    }

    .articeList .content .list a>div>div i {
        display: block;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
    }

    .articeList .content .list a>p {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .articeList .content .list a>i {
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 24px;
    }

    .articeList .content .list a>span {
        font-size: 14px;
        color: #333333;
        margin-left: 4.7%;
    }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    .mobileShow {
        display: none;
    }

    .pcShow {
        display: block;
    }

    .footer {
        background: #131313;
    }

    .footer .pcShow .top {
        box-sizing: border-box;
        padding: 95px 6.25% 60px;
    }

    .footer .pcShow .top .col-sm-7 ul li {
        float: left;
        width: 20%;
    }

    .footer .pcShow .top .col-sm-7 ul li h2 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-7 ul li p {
        font-size: 14px;
        color: #89898a;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 13px;
    }

    .footer .pcShow .top .col-sm-7 ul li p a {
        font-size: 14px;
        color: #89898a;
    }

    .footer .pcShow .top .col-sm-7 ul li p a:hover {
        color: #fff;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) {
        width: 60%;
        float: left;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) h2 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div {
        padding-left: 34px;
        position: relative;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div i {
        font-size: 20px;
        color: #89898a;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div span {
        display: block;
        font-size: 30px;
        color: #89898a;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div p {
        display: block;
        font-size: 14px;
        color: #89898a;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) {
        width: 40%;
        float: left;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) h2 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select {
        height: 37px;
        width: 100%;
        position: relative;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select select {
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 9px;
        padding-right: 38px;
        border: 1px solid #2d2d2d;
        font-size: 14px;
        color: #89898a;
        background: transparent;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div {
        height: 35px;
        right: 1px;
        top: 1px;
        position: absolute;
        width: 36px;
        pointer-events: none;
        text-align: center;
        line-height: 35px;
        background: #131313;
        border-left: 1px solid #2d2d2d;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div i {
        font-size: 16px;
        color: #89898a;
        pointer-events: none;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share {
        height: 49px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a {
        display: block;
        float: left;
        height: 100%;
        background: transparent;
        width: 47px;
        text-align: center;
        line-height: 47px;
        border: 1px solid #2d2d2d;
        border-right: none;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a:last-of-type {
        border-right: 1px solid #2d2d2d;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a i {
        font-size: 22px;
        color: #89898a;
    }

    .footer .pcShow .bottom {
        box-sizing: border-box;
        border-top: 1px solid #1e1e1e;
        padding: 45px 6.25% 90px;
    }

    .footer .pcShow .bottom span {
        float: left;
        font-size: 14px;
        color: #89898a;
    }

    .footer .pcShow .bottom i {
        float: right;
        font-size: 14px;
        color: #89898a;
    }

    .header {
        width: 100%;
        height: 142px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .header .mobileShow {
        display: none;
    }

    .header .otherShow {
        float: left;
        margin: 40px 0 0 15px;
    }

    .header .navbar-collapse {
        float: right;
        margin-top: 59px;
        margin-right: 15px;
    }

    .header .navbar-collapse li {
        margin-right: 35px;
        height: 50px;
        line-height: 24px;
    }

    .header .navbar-collapse li>a {
        padding: 0;
        font-size: 18px;
        color: #fefefe;
        font-weight: bold;
    }

    .header .navbar-collapse li>a:hover {
        background: transparent;
    }

    .header .navbar-collapse li dt {
        position: absolute;
        top: 50px;
        left: 50%;
        display: none;
        width: 100px;
        padding: 10px 0;
        font-size: 14px;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
        margin-left: -50px;
        z-index: 1;
    }

    .header .navbar-collapse li dt:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: -5px;
        margin-left: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .navbar-collapse li dt p {
        height: 38px;
        line-height: 38px;
        display: block;
        text-align: center;
    }

    .header .navbar-collapse li dt p a {
        font-size: 14px;
        color: #666;
    }

    .header .navbar-collapse li dt p a:hover {
        color: #ee8221;
    }

    .header .navbar-collapse li:hover dt {
        display: block;
    }

    .header .navbar-collapse li:nth-last-of-type(2) {
        margin-right: 20px;
    }

    .header .navbar-collapse li:last-of-type {
        margin-right: 0;
    }

    .header .navbar-collapse li:last-of-type div {
        float: left;
        margin-left: 20px;
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 3px;
        font-size: 12px;
        text-align: center;
        line-height: 22px;
        color: #ffffff;
        -webkit-transform: scale(0.833);
        -moz-transform: scale(0.833);
        -ms-transform: scale(0.833);
        -o-transform: scale(0.833);
        transform: scale(0.833);
        margin-top: -2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .homePage .banners {
        width: 100%;
        position: relative;
    }

    .homePage .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .homePage .banners .banner .bannerTxt p {
        font-size: 36px;
        color: #ffffff;
    }

    .homePage .banners .banner .bannerTxt i {
        display: block;
        font-size: 30px;
        color: #ffffff;
    }

    .homePage .banners .banner .cursor {
        position: absolute;
        left: 50%;
        bottom: 50px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .homePage .overview {
        height: 800px;
        background: #fff;
    }

    .homePage .overview .left {
        position: relative;
        height: 100%;
        background: #ee8221;
    }

    .homePage .overview .left>div {
        width: 75%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .homePage .overview .left>div .title {
        margin-bottom: 55px;
    }

    .homePage .overview .left>div .title p {
        font-size: 30px;
        color: #ffffff;
    }

    .homePage .overview .left>div .title i {
        display: block;
        font-size: 20px;
        color: #ffffff;
    }

    .homePage .overview .left>div .content {
        margin-bottom: 25px;
    }

    .homePage .overview .left>div .content img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .homePage .overview .left>div .content p {
        font-size: 16px;
        color: #ffffff;
        line-height: 30px;
    }

    .homePage .overview .left>div a {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
    }

    .homePage .overview .right {
        height: 100%;
    }

    .homePage .overview .right .row {
        height: 100%;
    }

    .homePage .overview .right .row .col-sm-6 {
        height: 50%;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        text-align: center;
        position: relative;
    }

    .homePage .overview .right .row .col-sm-6:nth-of-type(2n-1) {
        border-left: none;
    }

    .homePage .overview .right .row .col-sm-6:nth-of-type(1),
    .homePage .overview .right .row .col-sm-6:nth-of-type(2) {
        border-top: none;
    }

    .homePage .overview .right .row .col-sm-6>div {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .homePage .overview .right .row .col-sm-6>div>div {
        width: 100px;
        height: 66px;
        text-align: center;
        margin: 0 auto 25px;
        position: relative;
    }

    .homePage .overview .right .row .col-sm-6>div>div img:nth-of-type(1) {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    }

    .homePage .overview .right .row .col-sm-6>div p {
        font-size: 22px;
        color: #333333;
    }

    .homePage .overview .right .row .col-sm-6>div i {
        display: block;
        font-size: 20px;
        color: #999999;
    }

    .homePage .enjoy {
        background: #f5f5f5;
        padding: 150px 5.5% 90px;
    }

    .homePage .enjoy .title {
        margin-bottom: 55px;
        margin-left: 15px;
    }

    .homePage .enjoy .title p {
        font-size: 30px;
        color: #333333;
    }

    .homePage .enjoy .title i {
        display: block;
        font-size: 20px;
        color: #666666;
    }

    .homePage .enjoy .two {
        margin-bottom: 60px;
    }

    .homePage .enjoy .two>div {
        height: 100%;
        box-sizing: border-box;
        padding: 0 30px;
    }

    .homePage .enjoy .two>div>div {
        width: 100%;
    }

    .homePage .enjoy .two>div>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .enjoy .two>div>dt {
        background: #fff;
        height: 140px;
        box-sizing: border-box;
        padding: 35px 40px 0;
    }

    .homePage .enjoy .two>div>dt p {
        font-size: 22px;
        color: #333333;
        margin-bottom: 10px;
    }

    .homePage .enjoy .two>div>dt i {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #666666;
    }

    .homePage .enjoy .three {
        margin-bottom: 60px;
    }

    .homePage .enjoy .three>div {
        height: 100%;
        box-sizing: border-box;
        padding: 0 30px;
    }

    .homePage .enjoy .three>div>div {
        width: 100%;
    }

    .homePage .enjoy .three>div>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .enjoy .three>div>dt {
        background: #fff;
        height: 140px;
        box-sizing: border-box;
        padding: 35px 40px 0;
    }

    .homePage .enjoy .three>div>dt p {
        font-size: 22px;
        color: #333333;
        margin-bottom: 10px;
    }

    .homePage .enjoy .three>div>dt i {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #666666;
    }

    .homePage .line {
        width: 100%;
        background: url('../images/en-xltj.png') no-repeat fixed 50%;
        height: 680px;
        position: relative;
    }

    .homePage .line img {
        width: 100%;
        height: auto;
    }

    .homePage .line div {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .homePage .line div p {
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .homePage .line div i {
        display: block;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .homePage .line div a {
        display: block;
        text-align: center;
        width: 160px;
        height: 46px;
        border-radius: 3px;
        background-color: rgba(107, 169, 10, 0.4);
        margin: 0 auto;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        line-height: 46px;
    }

    .homePage .information {
        position: relative;
        overflow: hidden;
    }

    .homePage .information .turnPage {
        height: 50%;
        box-sizing: border-box;
        padding: 135px 0 0 118px;
        position: absolute;
        left: -1px;
        top: -1px;
        z-index: 2;
        background: #fff;
    }

    .homePage .information .turnPage>p {
        font-size: 30px;
        color: #333333;
    }

    .homePage .information .turnPage>i {
        display: block;
        font-size: 20px;
        color: #666666;
    }

    .homePage .information .turnPage>div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 81px;
        border-top: 1px solid #e6e6e6;
    }

    .homePage .information .turnPage>div:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #e6e6e6;
        position: absolute;
        left: 50%;
        bottom: 0;
    }

    .homePage .information .turnPage>div a {
        display: block;
        width: 50%;
        float: left;
        text-align: center;
        height: 100%;
        line-height: 80px;
    }

    .homePage .information .turnPage>div a i {
        font-size: 14px;
        color: #666666;
        vertical-align: middle;
        margin: 0 5px;
    }

    .homePage .information .turnPage>div a span {
        font-size: 14px;
        color: #666666;
        font-weight: bold;
        margin: 0 5px;
        vertical-align: middle;
    }

    .homePage .information .row>div {
        padding: 0;
        height: 860px;
        position: relative;
        border-right: 1px solid #e6e6e6;
    }

    .homePage .information .row>div:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #e6e6e6;
        position: absolute;
        left: 0;
        bottom: 50%;
    }

    .homePage .information .row>div:nth-of-type(3) {
        border: none;
    }

    .homePage .information .row>div:nth-of-type(3):after {
        display: none;
    }

    .homePage .information .row>div>a {
        display: block;
        width: 100%;
        height: 50%;
        padding: 130px 9.3% 0;
        position: relative;
    }

    .homePage .information .row>div>a span {
        display: block;
        font-size: 14px;
        color: #666666;
        position: absolute;
        left: 9.3%;
        bottom: 70px;
    }

    .homePage .information .row>div>a p {
        font-size: 22px;
        color: #333333;
        margin-bottom: 30px;
    }

    .homePage .information .row>div>a i {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 24px;
    }

    .homePage .information .row>div .swiper {
        height: 50%;
        position: relative;
    }

    .homePage .information .row>div .swiper .infoBanner {
        width: 81.25%;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .homePage .information .row>div .swiper .infoBanner img {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .information .row>div .swiper .infoPagination {
        text-align: right;
        box-sizing: border-box;
        padding-right: 35px;
    }

    .homePage .information .row>div .swiper .infoPagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        opacity: .8;
        margin: 0 8px;
    }

    .homePage .information .row>div .swiper .infoPagination .swiper-pagination-bullet-active {
        background: #ee8221;
    }

    .about .banners {
        width: 100%;
        position: relative;
    }

    .about .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .about .banners .banner .bannerTxt p {
        font-size: 50px;
        color: #ffffff;
    }

    .about .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .about .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .about .content {
        padding-top: 130px;
    }

    .about .content .row {
        width: 90%;
        margin: 0 auto;
    }

    .about .content .row .left {
        box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
        box-sizing: border-box;
        padding: 108px 0 100px 7.8%;
        background: #fff;
        position: relative;
        top: -190px;
    }

    .about .content .row .left h1 {
        font-size: 36px;
        color: #333333;
        margin-bottom: 50px;
    }

    .about .content .row .left>p {
        width: 64%;
        font-size: 14px;
        color: #333333;
        min-height: 157px;
        margin-bottom: 0;
        line-height: 40px;
    }

    .about .content .row .left div a {
        float: left;
        padding-right: 5%;
        width: 70px;
        text-align: center;
        box-sizing: content-box;
    }

    .about .content .row .left div a:last-of-type {
        padding-right: 0;
    }

    .about .content .row .left div a div {
        width: 70px;
        height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        border: 1px solid #cfcfcf;
        box-sizing: border-box;
        margin-bottom: 17px;
    }

    .about .content .row .left div a div img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .about .content .row .left div a p {
        font-size: 14px;
        color: #666666;
        font-weight: bold;
    }

    .about .content .row .right {
        padding: 0;
    }

    .about .content .row .right img {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .list {
        background: #f5f5f5;
        padding: 120px 0 70px;
        margin-top: -100px;
    }

    .about .list .row {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }

    .about .list .row a {
        display: block;
        float: left;
        width: 31%;
        overflow: hidden;
        position: relative;
        margin-bottom: 50px;
    }

    .about .list .row a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .about .list .row a img {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .list .row a p {
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        position: absolute;
        left: 50%;
        bottom: 28px;
        margin-bottom: 0;
        font-weight: bold;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .guideline .banners {
        width: 100%;
        position: relative;
    }

    .guideline .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .guideline .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .guideline .banners .banner .bannerTxt p {
        font-size: 50px;
        color: #ffffff;
    }

    .guideline .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .guideline .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .guideline .guide {
        padding: 100px 0;
    }

    .guideline .guide>div {
        width: 90%;
        margin: 0 auto;
    }

    .guideline .guide>div h1 {
        font-size: 36px;
        color: #333333;
        margin-bottom: 20px;
    }

    .guideline .guide>div p {
        font-size: 14px;
        color: #696969;
        line-height: 22px;
    }

    .guideline .line {
        width: 100%;
        height: 580px;
        position: relative;
    }

    .guideline .line img {
        width: 100%;
        height: auto;
    }

    .guideline .line ul {
        position: absolute;
        width: 90%;
        height: 160px;
        left: 50%;
        top: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: flex;
    }

    .guideline .line ul li {
        flex: 1;
        height: 100%;
    }

    .guideline .line ul li a {
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 160px;
        padding-top: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .guideline .line ul li a p {
        font-size: 16px;
        color: #333333;
        margin: 0 auto;
        font-weight: bold;
        width: 140px;
        height: 140px;
        line-height: 140px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .guideline .list {
        background: #fff;
        padding: 89px 0 50px;
    }

    .guideline .list>div {
        width: 90%;
        margin: 0 auto;
    }

    .guideline .list>div h1 {
        font-size: 36px;
        color: #333333;
        margin-bottom: 40px;
    }

    .guideline .list>div>div a {
        display: block;
        float: left;
        width: 31%;
        background-color: #ffffff;
        box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
        padding-bottom: 25px;
        margin-bottom: 40px;
    }

    .guideline .list>div>div a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .guideline .list>div>div a>div {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

    .guideline .list>div>div a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .guideline .list>div>div a>div>div {
        width: 80px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.502);
        text-align: center;
        padding-top: 19px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .guideline .list>div>div a>div>div p {
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 0;
    }

    .guideline .list>div>div a>div>div i {
        display: block;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
    }

    .guideline .list>div>div a>p {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .guideline .list>div>div a>i {
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 24px;
    }

    .guideline .list>div>div a>span {
        font-size: 14px;
        color: #333333;
        margin-left: 4.7%;
    }

    .newsCenter .banners {
        width: 100%;
        position: relative;
    }

    .newsCenter .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .newsCenter .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .newsCenter .banners .banner .bannerTxt p {
        font-size: 50px;
        color: #ffffff;
    }

    .newsCenter .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .newsCenter .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .newsCenter .content {
        height: 600px;
        box-sizing: content-box;
        padding-bottom: 160px;
        background: #f5f5f5;
    }

    .newsCenter .content>div {
        height: 100%;
        width: 90%;
        margin: 0 auto;
        background: #fff;
    }

    .newsCenter .content>div .left {
        width: 41%;
        float: left;
        height: 680px;
        top: -80px;
        position: relative;
    }

    .newsCenter .content>div .left>div {
        height: 50%;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) {
        background: #ededed;
        padding: 90px 8.9% 0;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) h1 {
        font-size: 36px;
        color: #333333;
        margin-bottom: 40px;
        position: relative;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) h1:after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #666666;
        position: absolute;
        left: 0;
        bottom: -20px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) p {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 36px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) ul {
        height: 12px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) ul li {
        float: left;
        width: 12px;
        height: 12px;
        border: 1px solid #6e6e6e;
        margin-right: 6px;
        border-radius: 50%;
    }

    .newsCenter .content>div .left>div:nth-of-type(2) {
        position: relative;
        overflow: hidden;
    }

    .newsCenter .content>div .left>div:nth-of-type(2) img {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .newsCenter .content>div .right {
        width: 59%;
        float: right;
        background: #fff;
        height: 100%;
        padding: 110px 7% 0 7.5%;
    }

    .newsCenter .content>div .right h1 {
        font-size: 36px;
        color: #333333;
        margin-bottom: 40px;
        position: relative;
    }

    .newsCenter .content>div .right h1:after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #666666;
        position: absolute;
        left: 0;
        bottom: -20px;
    }

    .newsCenter .content>div .right p {
        font-size: 14px;
        color: #666666;
        height: 60px;
    }

    .newsCenter .content>div .right ul li {
        height: 57px;
        border-bottom: 1px dotted #cacaca;
        line-height: 56px;
        position: relative;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .newsCenter .content>div .right ul li:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #666666;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -2.5px;
    }

    .newsCenter .content>div .right ul li a {
        font-size: 16px;
        color: #666666;
    }

    .newsCenter .line {
        width: 100%;
        height: 460px;
        position: relative;
    }

    .newsCenter .line>div {
        width: 100%;
        text-align: center;
        white-space: nowrap;
        height: 68px;
        font-size: 0;
        position: absolute;
        left: 0;
        bottom: -34px;
        line-height: 68px;
    }

    .newsCenter .line>div a {
        width: 220px;
        height: 68px;
        display: inline-block;
        margin: 0 5px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        background: #fff;
    }

    .newsCenter .line>div a.active,
    .newsCenter .line>div a:hover {
        color: #fff;
        background: #ee8221;
    }

    .newsCenter .list {
        background: #fff;
        padding: 140px 0 60px;
    }

    .newsCenter .list>div {
        width: 90%;
        margin: 0 auto;
    }

    .newsCenter .list>div a {
        display: block;
        float: left;
        width: 31%;
        background-color: #ffffff;
        box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
        padding-bottom: 25px;
        margin-bottom: 50px;
    }

    .newsCenter .list>div a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .newsCenter .list>div a>div {
        position: relative;
        width: 100%;
        margin-bottom: 34px;
    }

    .newsCenter .list>div a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .newsCenter .list>div a b {
        display: block;
        font-size: 20px;
        color: #999999;
        padding: 0 9%;
        margin-bottom: 15px;
    }

    .newsCenter .list>div a>p {
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        padding: 0 9%;
    }

    .newsCenter .list>div a h3 {
        content: '';
        display: block;
        background-color: #999999;
        width: 40px;
        height: 2px;
        margin: 17px 0 25px 9%;
    }

    .newsCenter .list>div a>i {
        padding: 0 9%;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 22px;
    }

    .newsCenter .list>div a>span {
        font-size: 14px;
        color: #666666;
        margin-left: 9%;
    }

    .travelHelp .banners {
        width: 100%;
        position: relative;
    }

    .travelHelp .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .travelHelp .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .travelHelp .banners .banner .bannerTxt p {
        font-size: 50px;
        color: #ffffff;
    }

    .travelHelp .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .travelHelp .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .travelHelp .msg {
        height: 528px;
        background: #f5f5f5;
        padding-left: 14.5%;
    }

    .travelHelp .msg>div {
        position: relative;
        top: -80px;
        background: #fff;
        height: 608px;
        padding: 108px 0 0 7.3%;
    }

    .travelHelp .msg>div>h1 {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .travelHelp .msg>div>p {
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin: 0;
    }

    .travelHelp .msg>div>div {
        width: 85%;
        margin: 55px 0 0 0;
        height: 200px;
    }

    .travelHelp .msg>div>div a {
        display: block;
        float: left;
        width: 47%;
        height: 100%;
        background-color: #f5f5f5;
        margin-right: 4%;
        padding: 60px 0 0 40px;
    }

    .travelHelp .msg>div>div a:last-of-type {
        margin-right: 0;
    }

    .travelHelp .msg>div>div a div {
        float: left;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 1px solid #cdcdcd;
        margin-right: 20px;
        overflow: hidden;
        position: relative;
    }

    .travelHelp .msg>div>div a div img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .travelHelp .msg>div>div a dt {
        float: left;
        width: calc(100% - 100px);
        height: 80px;
        line-height: 40px;
    }

    .travelHelp .msg>div>div a dt h2 {
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;
        line-height: 45px;
    }

    .travelHelp .msg>div>div a dt p {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;
        line-height: 35px;
    }

    .travelHelp .line {
        width: 100%;
        height: 460px;
        position: relative;
    }

    .travelHelp .line p {
        font-size: 46px;
        color: #ffffff;
        position: absolute;
        left: 0;
        top: 135px;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .travelHelp .form {
        background: #f5f5f5;
        height: 608px;
        padding: 0 14.5%;
    }

    .travelHelp .form>div {
        background: #fff;
        height: 683px;
        position: relative;
        top: -154px;
        padding: 110px 12.5% 0;
    }

    .travelHelp .form>div p {
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

    .travelHelp .form>div div {
        margin-top: 50px;
        height: 48px;
        margin-bottom: 38px;
    }

    .travelHelp .form>div div input {
        width: 31%;
        float: left;
        height: 100%;
        display: block;
        margin-right: 3.5%;
        border: 1px solid #d1d1d1;
        padding: 0 12px;
        font-size: 14px;
        color: #333;
    }

    .travelHelp .form>div div dl {
        width: 31%;
        float: left;
        height: 100%;
        display: block;
        position: relative;
    }

    .travelHelp .form>div div dl select {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #d1d1d1;
        padding: 0 12px;
        font-size: 14px;
        color: #333;
    }

    .travelHelp .form>div div dl img {
        pointer-events: none;
        position: absolute;
        right: 21px;
        top: 22px;
    }

    .travelHelp .form>div dt {
        border: 1px solid #d1d1d1;
        height: 162px;
        margin-bottom: 59px;
        padding: 12px;
        overflow: hidden;
    }

    .travelHelp .form>div dt textarea {
        display: block;
        font-size: 14px;
        color: #333;
        width: 100%;
        height: 100%;
        border: none;
    }

    .travelHelp .form>div a {
        display: block;
        text-align: center;
        background-color: #ee8221;
        width: 180px;
        height: 60px;
        font-size: 16px;
        line-height: 60px;
        color: #fff;
        font-weight: bold;
    }

    .goodTour {
        width: 100%;
        height: 100%;
    }

    .goodTour .header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .goodTour .footer {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 10;
    }

    .goodTour .footer.active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .goodTour .content {
        width: 100%;
    }

    .goodTour .content section {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        position: relative;
    }

    .goodTour .content section img {
        display: block;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .goodTour .content section div {
        position: absolute;
        left: 120px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .goodTour .content section div h1 {
        font-size: 46px;
        color: #ffffff;
        margin-bottom: 28px;
    }

    .goodTour .content section div p {
        font-size: 16px;
        color: #ffffff;
        line-height: 28px;
        width: 60%;
        min-height: 109px;
    }

    .goodTour .content section div a {
        display: block;
        width: 180px;
        height: 52px;
        border: 2px solid #fff;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
        line-height: 48px;
    }

    .goodTour .content section.active {
        z-index: 1;
    }

    .goodTour .progressBar {
        position: fixed;
        top: 50%;
        right: 40px;
        z-index: 999;
        margin-top: -220px;
        width: 50px;
        height: 440px;
    }

    .goodTour .progressBar .line-box {
        position: relative;
        margin-left: 17px;
        width: 4px;
        height: 360px;
    }

    .goodTour .progressBar .line-box .line {
        position: absolute;
        top: 0;
        left: 2px;
        display: block;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
    }

    .goodTour .progressBar .line-box .on {
        position: absolute;
        top: 0;
        left: 1px;
        z-index: 1;
        display: block;
        width: 3px;
        height: 25%;
        background: #fff;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }

    .goodTour .progressBar .num-box {
        margin-top: 56px;
        color: #fff;
        font-size: 18px;
    }

    .goodTour .progressBar .num-box span {
        display: block;
        line-height: 80px;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    .goodTour .progressBar .num-box span.hx {
        display: block;
        margin: 15px 0;
        width: 50px;
        height: 2px;
        background: #fff;
    }

    .goodTour .progressBar .num-box span.now {
        font-size: 30px;
        line-height: 75px;
    }

    .articeDetail .banners {
        width: 100%;
        position: relative;
    }

    .articeDetail .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .articeDetail .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .articeDetail .banners .banner .bannerTxt p {
        font-size: 50px;
        color: #ffffff;
    }

    .articeDetail .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .articeDetail .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .articeList .banners {
        width: 100%;
        position: relative;
    }

    .articeList .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .articeList .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .articeList .banners .banner .bannerTxt p {
        font-size: 50px;
        color: #ffffff;
    }

    .articeList .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .articeList .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .articeList .content .list {
        width: 90%;
        margin: 0 auto;
    }

    .articeList .content .list a {
        display: block;
        float: left;
        width: 31%;
        background-color: #ffffff;
        box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
        padding: 20px;
        margin-bottom: 40px;
    }

    .articeList .content .list a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .articeList .content .list a>div {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

    .articeList .content .list a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .articeList .content .list a>div>div {
        width: 80px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.502);
        text-align: center;
        padding-top: 19px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .articeList .content .list a>div>div p {
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 0;
    }

    .articeList .content .list a>div>div i {
        display: block;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
    }

    .articeList .content .list a>p {
        padding: 0 4.7%;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .articeList .content .list a>i {
        padding: 0 4.7%;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 24px;
    }

    .articeList .content .list a>span {
        font-size: 14px;
        color: #333333;
        margin-left: 4.7%;
    }
}

@media (min-width: 1200px) {
    .mobileShow {
        display: none !important;
    }

    .pcShow {
        display: block;
    }

    .detail-box {
        padding: 50px 0 0 0;
    }

    .activity .content .list a>div {
        height: 360px !important;
    }

    .footer {
        background: #131313;
    }

    .footer .pcShow .top {
        box-sizing: border-box;
        padding: 95px 6.25% 60px;
    }

    .footer .pcShow .top .col-sm-7 ul li {
        float: left;
        width: 20%;
    }

    .footer .pcShow .top .col-sm-7 ul li h2 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-7 ul li p {
        font-size: 14px;
        color: #89898a;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 13px;
    }

    .footer .pcShow .top .col-sm-7 ul li p a {
        font-size: 14px;
        color: #89898a;
    }

    .footer .pcShow .top .col-sm-7 ul li p a:hover {
        color: #fff;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) {
        width: 60%;
        float: left;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) h2 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div {
        padding-left: 34px;
        position: relative;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div i {
        font-size: 20px;
        color: #89898a;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div span {
        display: block;
        font-size: 30px;
        color: #89898a;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(1) div p {
        display: block;
        font-size: 14px;
        color: #89898a;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) {
        width: 40%;
        float: left;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) h2 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select {
        height: 37px;
        width: 100%;
        position: relative;
        margin-bottom: 35px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select select {
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 9px;
        padding-right: 38px;
        border: 1px solid #2d2d2d;
        font-size: 14px;
        color: #89898a;
        background: transparent;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div {
        height: 35px;
        right: 1px;
        top: 1px;
        position: absolute;
        width: 36px;
        pointer-events: none;
        text-align: center;
        line-height: 35px;
        background: #131313;
        border-left: 1px solid #2d2d2d;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .select div i {
        font-size: 16px;
        color: #89898a;
        pointer-events: none;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share {
        height: 49px;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a {
        display: block;
        float: left;
        height: 100%;
        background: transparent;
        width: 47px;
        text-align: center;
        line-height: 47px;
        border: 1px solid #2d2d2d;
        border-right: none;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a:last-of-type {
        border-right: 1px solid #2d2d2d;
    }

    .footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a i {
        font-size: 22px;
        color: #89898a;
    }

    .footer .pcShow .bottom {
        box-sizing: border-box;
        border-top: 1px solid #1e1e1e;
        padding: 45px 6.25% 90px;
    }

    .footer .pcShow .bottom span {
        float: left;
        font-size: 14px;
        color: #89898a;
    }

    .footer .pcShow .bottom i {
        float: right;
        font-size: 14px;
        color: #89898a;
    }

    .header {
        width: 100%;
        height: 142px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .header .mobileShow {
        display: none;
    }

    .header .otherShow {
        float: left;
        margin: 40px 0 0 25px;
    }

    .header .navbar-collapse {
        float: right;
        margin-top: 59px;
        margin-right: 25px;
    }

    .header .navbar-collapse li {
        margin-right: 75px;
        height: 50px;
        line-height: 24px;
    }

    .header .navbar-collapse li>a {
        padding: 0;
        font-size: 18px;
        color: #fefefe;
        font-weight: bold;
    }

    .header .navbar-collapse li>a:hover {
        background: transparent;
    }

    .header .navbar-collapse li dt {
        position: absolute;
        top: 50px;
        left: 50%;
        display: none;
        width: 100px;
        padding: 10px 0;
        font-size: 14px;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
        margin-left: -50px;
        z-index: 1;
    }

    .header .navbar-collapse li dt:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: -5px;
        margin-left: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .navbar-collapse li dt p {
        height: 38px;
        line-height: 38px;
        display: block;
        text-align: center;
    }

    .header .navbar-collapse li dt p a {
        font-size: 14px;
        color: #666;
    }

    .header .navbar-collapse li dt p a:hover {
        color: #ee8221;
    }

    .header .navbar-collapse li:hover dt {
        display: block;
    }

    .header .navbar-collapse li:nth-last-of-type(2) {
        margin-right: 20px;
    }

    .header .navbar-collapse li:last-of-type {
        margin-right: 0;
    }

    .header .navbar-collapse li:last-of-type div {
        float: left;
        margin-left: 20px;
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 3px;
        font-size: 12px;
        text-align: center;
        line-height: 22px;
        color: #ffffff;
        -webkit-transform: scale(0.833);
        -moz-transform: scale(0.833);
        -ms-transform: scale(0.833);
        -o-transform: scale(0.833);
        transform: scale(0.833);
        margin-top: -2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .homePage .banners {
        width: 100%;
        position: relative;
    }

    .homePage .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .homePage .banners .banner .bannerTxt p {
        font-size: 40px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .homePage .banners .banner .bannerTxt i {
        display: block;
        font-size: 30px;
        color: #ffffff;
    }

    .homePage .banners .banner .cursor {
        position: absolute;
        left: 50%;
        bottom: 60px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .homePage .overview {
        height: 960px;
        background: #fff;
    }

    .homePage .overview .left {
        position: relative;
        height: 960px;
        background: #ee8221;
    }

    .homePage .overview .left>div {
        width: 75%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .homePage .overview .left>div .title {
        margin-bottom: 55px;
    }

    .homePage .overview .left>div .title p {
        font-size: 30px;
        color: #ffffff;
    }

    .homePage .overview .left>div .title i {
        display: block;
        font-size: 20px;
        color: #ffffff;
    }

    .homePage .overview .left>div .content {
        margin-bottom: 25px;
    }

    .homePage .overview .left>div .content img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .homePage .overview .left>div .content p {
        font-size: 16px;
        color: #ffffff;
        line-height: 30px;
    }

    .homePage .overview .left>div a {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
    }

    .homePage .overview .right {
        height: 960px;
    }

    .homePage .overview .right .row {
        height: 100%;
    }

    .homePage .overview .right .row .col-sm-6 {
        height: 50%;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        text-align: center;
        position: relative;
    }

    .homePage .overview .right .row .col-sm-6:nth-of-type(2n-1) {
        border-left: none;
    }

    .homePage .overview .right .row .col-sm-6:nth-of-type(1),
    .homePage .overview .right .row .col-sm-6:nth-of-type(2) {
        border-top: none;
    }

    .homePage .overview .right .row .col-sm-6>div {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .homePage .overview .right .row .col-sm-6>div>div {
        width: 100px;
        height: 66px;
        text-align: center;
        margin: 0 auto 25px;
        position: relative;
    }

    .homePage .overview .right .row .col-sm-6>div>div img:nth-of-type(1) {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    }

    .homePage .overview .right .row .col-sm-6>div p {
        font-size: 22px;
        color: #333333;
    }

    .homePage .overview .right .row .col-sm-6>div i {
        display: block;
        font-size: 20px;
        color: #999999;
    }

    .homePage .enjoy {
        background: #f5f5f5;
        padding: 150px 5.5% 90px;
    }

    .homePage .enjoy .title {
        margin-bottom: 55px;
        margin-left: 15px;
    }

    .homePage .enjoy .title p {
        font-size: 30px;
        color: #333333;
    }

    .homePage .enjoy .title i {
        display: block;
        font-size: 20px;
        color: #666666;
    }

    .homePage .enjoy .two {
        margin-bottom: 60px;
    }

    .homePage .enjoy .two>div {
        height: 100%;
        box-sizing: border-box;
        padding: 0 30px;
    }

    .homePage .enjoy .two>div>div {
        width: 100%;
    }

    .homePage .enjoy .two>div>div img {
        display: block;
        width: 100%;
        height: auto;
    }



    .homePage .enjoy .two>div>dt p {
        font-size: 22px;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
        position: relative;
        top: -50px;
    }

    .homePage .enjoy .two>div>dt i {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #666666;
    }

    .homePage .enjoy .three {
        margin-bottom: 60px;
    }

    .homePage .enjoy .three>div {
        height: 100%;
        box-sizing: border-box;
        padding: 0 30px;
    }

    .homePage .enjoy .three>div>div {
        width: 100%;
    }

    .homePage .enjoy .three>div>div img {
        display: block;
        width: 100%;
        height: auto;
    }


    .homePage .enjoy .three>div>dt p {
        font-size: 22px;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
        position: relative;
        top: -50px;
    }

    .homePage .enjoy .three>div>dt i {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .homePage .line {
        width: 100%;
        background: url(../images/en-xltj.png) no-repeat fixed 50%;
        height: 680px;
        position: relative;
    }

    .homePage .line img {
        width: 100%;
        height: auto;
    }

    .homePage .line div {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .homePage .line div p {
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .homePage .line div i {
        display: block;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .homePage .line div a {
        display: block;
        text-align: center;
        width: 160px;
        height: 46px;
        border-radius: 3px;
        background: rgba(255, 255, 255, 0.8);

        font-size: 14px;
        color: #666666;
        font-weight: bold;
        line-height: 46px;
    }

    .homePage .line div label {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .homePage .line div label a:nth-child(1) {
        margin-right: 20px;
    }

    .homePage .information {
        position: relative;
        overflow: hidden;
    }

    .homePage .information .turnPage {
        height: 50%;
        box-sizing: border-box;
        padding: 135px 0 0 118px;
        position: absolute;
        left: -1px;
        top: -1px;
        z-index: 2;
        background: #fff;
    }
    .turnPage .page{
        display: flex;
        padding: 0;
    }
    .turnPage .page>a,.turnPage  .page>span{
        margin: 0;
    }
    .turnPage .page a:nth-child(1),.turnPage .page a:nth-child(3),.turnPage .page a:nth-child(4),.turnPage .page a:nth-child(6){
        display: none !important;
    }

    .homePage .information .turnPage>p {
        font-size: 30px;
        color: #333333;
        padding: 135px 0 0 118px;
    }

    .homePage .information .turnPage>i {
        display: block;
        font-size: 20px;
        color: #666666;
    }

    .homePage .information .turnPage>div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        /* height: 81px;
        border-top: 1px solid #e6e6e6; */
    }

    /* .homePage .information .turnPage>div:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #e6e6e6;
        position: absolute;
        left: 50%;
        bottom: 0;
    } */

    .homePage .information .turnPage>div a {
        display: block;
        width: 50%;
        float: left;
        text-align: center;
        height: 100%;
        line-height: 80px;
    }
    .turnPage .page>.curr, .turnPage .page>a:hover{
        background: #fff;
        color: #fff;
        border: none;
    }

    .homePage .information .turnPage>div a i {
        font-size: 14px;
        color: #666666;
        vertical-align: middle;
        margin: 0 5px;
    }

    .homePage .information .turnPage>div a span {
        font-size: 14px;
        color: #666666;
        font-weight: bold;
        margin: 0 5px;
        vertical-align: middle;
    }

    .homePage .information .row>div {
        padding: 0;
        height: 430px;
        position: relative;
        border-right: 1px solid #e6e6e6;
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
    }

    /* .homePage .information .row>div:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #e6e6e6;
        position: absolute;
        left: 0;
        bottom: 50%;
    } */

    /* .homePage .information .row>div:nth-of-type(3) {
        border: none;
    } */

    /* .homePage .information .row>div:nth-of-type(3):after {
        display: none;
    } */

    .homePage .information .row>div>a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 130px 9.3% 0;
        position: relative;
    }

    .homePage .information .row>div>a span {
        display: block;
        font-size: 14px;
        color: #666666;
        position: absolute;
        left: 9.3%;
        bottom: 70px;
    }

    .homePage .information .row>div>a p {
        font-size: 22px;
        color: #333333;
        margin-bottom: 30px;
    }

    .homePage .information .row>div>a i {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 24px;
        display: block;
        overflow: hidden;
        line-clamp: 2;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .homePage .information .row>div .swiper {
        height: 100%;
        position: relative;
    }

    .homePage .information .row>div .swiper .infoBanner {
        width: 81.25%;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .homePage .information .row>div .swiper .infoBanner img {
        display: block;
        width: 100%;
        height: auto;
    }

    .homePage .information .row>div .swiper .infoPagination {
        text-align: right;
        box-sizing: border-box;
        padding-right: 35px;
    }

    .homePage .information .row>div .swiper .infoPagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        opacity: .8;
        margin: 0 8px;
    }

    .homePage .information .row>div .swiper .infoPagination .swiper-pagination-bullet-active {
        background: #ee8221;
    }

    .about .banners {
        width: 100%;
        position: relative;
    }

    .about .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .about .banners .banner .bannerTxt p {
        font-size: 72px;
        color: #ffffff;
    }

    .about .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .about .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .about .content {
        padding-top: 130px;
    }

    .about .content .row {
        width: 71%;
        min-width: 1200px;
        margin: 0 auto;
    }

    .about .content .row .left {
        box-shadow: 0 1px 50px 0 rgba(5, 1, 1, 0.06);
        box-sizing: border-box;
        padding: 108px 0 135px 2.8%;
        background: #fff;
        position: relative;
        top: -190px;
    }

    .about .content .row .left h1 {
        font-size: 46px;
        color: #333333;
        margin-bottom: 60px;
    }

    .about .content .row .left>p {
        width: 90%;
        font-size: 14px;
        color: #333333;
        min-height: 157px;
        margin-bottom: 0;
        line-height: 40px;
    }

    .about .content .row .left div a {
        float: left;
        margin-right: 80px;
        width: 80px;
        text-align: center;
    }

    .about .content .row .left div a:last-of-type {
        margin-right: 0;
    }

    .about .content .row .left div a div {
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        border: 1px solid #cfcfcf;
        box-sizing: border-box;
        margin-bottom: 17px;
    }

    .about .content .row .left div a div img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .about .content .row .left div a p {
        font-size: 14px;
        color: #666666;
        font-weight: bold;
    }

    .about .content .row .right {
        padding: 0;
    }

    .about .content .row .right img {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .list {
        background: #f5f5f5;
        padding: 120px 0 70px;
        margin-top: -100px;
    }

    .about .list .row {
        padding: 0;
        width: 71%;
        margin: 0 auto;
        min-width: 1200px;
    }

    .about .list .row a {
        display: block;
        float: left;
        width: 31%;
        overflow: hidden;
        position: relative;
        margin-bottom: 50px;
    }

    .about .list .row a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .about .list .row a img {
        display: block;
        width: 100%;
        height: auto;
    }

    .about .list .row a p {
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        position: absolute;
        left: 50%;
        bottom: 28px;
        margin-bottom: 0;
        font-weight: bold;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .guideline .banners {
        width: 100%;
        position: relative;
    }

    .guideline .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .guideline .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .guideline .banners .banner .bannerTxt p {
        font-size: 60px;
        color: #ffffff;
    }

    .guideline .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .guideline .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .guideline .guide {
        padding: 120px 0 110px;
    }

    .guideline .guide>div {
        width: 71%;
        min-width: 1200px;
        margin: 0 auto;
    }

    .guideline .guide>div h1 {
        font-size: 46px;
        color: #333333;
        margin-bottom: 20px;
    }

    .guideline .guide>div p {
        font-size: 14px;
        color: #696969;
        line-height: 22px;
    }

    .guideline .line {
        width: 100%;
        height: 580px;
        position: relative;
    }

    .guideline .line img {
        width: 100%;
        height: auto;
    }

    .guideline .line ul {
        position: absolute;
        width: 71%;
        min-width: 1200px;
        height: 160px;
        left: 50%;
        top: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: flex;
    }

    .guideline .line ul li {
        flex: 1;
        height: 100%;
    }

    .guideline .line ul li a {
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 160px;
        padding-top: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .guideline .line ul li a p {
        font-size: 16px;
        color: #333333;
        margin: 0 auto;
        font-weight: bold;
        width: 140px;
        height: 140px;
        line-height: 140px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .guideline .list {
        background: #fff;
        padding: 109px 0 70px;
    }

    .guideline .list>div {
        width: 71%;
        min-width: 1200px;
        margin: 0 auto;
    }

    .guideline .list>div h1 {
        font-size: 46px;
        color: #333333;
        margin-bottom: 50px;
    }

    .guideline .list>div>div a {
        display: block;
        float: left;
        width: 31%;
        background-color: #ffffff;
        box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
        padding-bottom: 25px;
        margin-bottom: 50px;
    }

    .guideline .list>div>div a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .guideline .list>div>div a>div {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

    .guideline .list>div>div a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .guideline .list>div>div a>div>div {
        width: 80px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.502);
        text-align: center;
        padding-top: 19px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .guideline .list>div>div a>div>div p {
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 0;
    }

    .guideline .list>div>div a>div>div i {
        display: block;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
    }

    .guideline .list>div>div a>p {
        padding: 0 4.7%;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .guideline .list>div>div a>i {
        padding: 0 4.7%;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 24px;
    }

    .guideline .list>div>div a>span {
        font-size: 14px;
        color: #333333;
        margin-left: 4.7%;
    }

    .newsCenter .banners {
        width: 100%;
        min-height: 500px;
        position: relative;
    }

    .newsCenter .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .newsCenter .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .newsCenter .banners .banner .bannerTxt p {
        font-size: 60px;
        color: #fff;
    }

    .newsCenter .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #fff;
    }

    .newsCenter .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .newsCenter .content {
        height: 600px;
        box-sizing: content-box;
        padding-bottom: 160px;
        background: #f5f5f5;
    }

    .newsCenter .content>div {
        height: 100%;
        width: 71%;
        min-width: 1200px;
        margin: 0 auto;
        background: #fff;
    }

    .newsCenter .content>div .left {
        width: 41%;
        float: left;
        height: 680px;
        top: -80px;
        position: relative;
    }

    .newsCenter .content>div .left>div {
        height: 50%;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) {
        background: #ededed;
        padding: 90px 8% 0;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) h1 {
        font-size: 36px;
        color: #333333;
        margin-bottom: 40px;
        position: relative;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) h1:after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #666666;
        position: absolute;
        left: 0;
        bottom: -20px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) p {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 36px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) ul {
        height: 12px;
    }

    .newsCenter .content>div .left>div:nth-of-type(1) ul li {
        float: left;
        width: 12px;
        height: 12px;
        border: 1px solid #6e6e6e;
        margin-right: 6px;
        border-radius: 50%;
    }

    .newsCenter .content>div .left>div:nth-of-type(2) {
        position: relative;
        overflow: hidden;
    }

    .newsCenter .content>div .left>div:nth-of-type(2) img {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .newsCenter .content>div .right {
        width: 59%;
        float: right;
        background: #fff;
        height: 100%;
        padding: 110px 7% 0 7.5%;
    }

    .newsCenter .content>div .right h1 {
        font-size: 36px;
        color: #333333;
        margin-bottom: 40px;
        position: relative;
    }

    .newsCenter .content>div .right h1:after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #666666;
        position: absolute;
        left: 0;
        bottom: -20px;
    }

    .newsCenter .content>div .right p {
        font-size: 14px;
        color: #666666;
        height: 60px;
    }

    .newsCenter .content>div .right ul li {
        height: 57px;
        border-bottom: 1px dotted #cacaca;
        line-height: 56px;
        position: relative;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .newsCenter .content>div .right ul li:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #666666;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -2.5px;
    }

    .newsCenter .content>div .right ul li a {
        font-size: 16px;
        color: #666666;
    }

    .newsCenter .line {
        width: 100%;
        height: 460px;
        position: relative;
    }

    .newsCenter .line>div {
        width: 100%;
        text-align: center;
        white-space: nowrap;
        height: 68px;
        font-size: 0;
        position: absolute;
        left: 0;
        bottom: -34px;
        line-height: 68px;
    }

    .newsCenter .line>div a {
        width: 220px;
        height: 68px;
        display: inline-block;
        margin: 0 5px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        background: #fff;
    }

    .newsCenter .line>div a.active,
    .newsCenter .line>div a:hover {
        color: #fff;
        background: #ee8221;
    }

    .newsCenter .list {
        background: #fff;
        padding: 150px 0 70px;
    }

    .newsCenter .list>div {
        width: 71%;
        min-width: 1200px;
        margin: 0 auto;
    }

    .newsCenter .list>div a {
        display: block;
        float: left;
        width: 31%;
        background-color: #ffffff;
        box-shadow: 0px 1px 50px 0px rgba(5, 1, 1, 0.06);
        padding-bottom: 25px;
        margin-bottom: 50px;
    }

    .newsCenter .list>div a:nth-of-type(3n-1) {
        margin: 0 3.5%;
    }

    .newsCenter .list>div a>div {
        position: relative;
        width: 100%;
        margin-bottom: 34px;
    }

    .newsCenter .list>div a>div img {
        display: block;
        width: 100%;
        height: auto;
    }

    .newsCenter .list>div a b {
        display: block;
        font-size: 20px;
        color: #999999;
        padding: 0 9%;
        margin-bottom: 15px;
    }

    .newsCenter .list>div a>p {
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        padding: 0 9%;
    }

    .newsCenter .list>div a h3 {
        content: '';
        display: block;
        background-color: #999999;
        width: 40px;
        height: 2px;
        margin: 17px 0 25px 9%;
    }

    .newsCenter .list>div a>i {
        padding: 0 9%;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 22px;
    }

    .newsCenter .list>div a>span {
        font-size: 14px;
        color: #666666;
        margin-left: 9%;
    }

    .travelHelp .banners {
        width: 100%;
        position: relative;
    }

    .travelHelp .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
    }

    .travelHelp .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .travelHelp .banners .banner .bannerTxt p {
        font-size: 60px;
        color: #ffffff;
    }

    .travelHelp .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .travelHelp .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .travelHelp .msg {
        height: 528px;
        background: #f5f5f5;
        padding-left: 14.5%;
    }

    .travelHelp .msg>div {
        position: relative;
        top: -80px;
        background: #fff;
        height: 608px;
        padding: 108px 0 0 7.3%;
    }

    .travelHelp .msg>div>h1 {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .travelHelp .msg>div>p {
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        margin: 0;
    }

    .travelHelp .msg>div>div {
        width: 72%;
        margin: 55px 0 0 0;
        height: 200px;
        min-width: 900px;
    }

    .travelHelp .msg>div>div a {
        display: block;
        float: left;
        width: 47%;
        height: 100%;
        background-color: #f5f5f5;
        margin-right: 4%;
        padding: 60px 0 0 40px;
    }

    .travelHelp .msg>div>div a:last-of-type {
        margin-right: 0;
    }

    .travelHelp .msg>div>div a div {
        float: left;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 1px solid #cdcdcd;
        margin-right: 20px;
        overflow: hidden;
        position: relative;
    }

    .travelHelp .msg>div>div a div img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .travelHelp .msg>div>div a dt {
        float: left;
        width: calc(100% - 100px);
        height: 80px;
        line-height: 40px;
    }

    .travelHelp .msg>div>div a dt h2 {
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;
        line-height: 45px;
    }

    .travelHelp .msg>div>div a dt p {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;
        line-height: 35px;
    }

    .travelHelp .line {
        width: 100%;
        height: 460px;
        position: relative;
    }

    .travelHelp .line p {
        font-size: 46px;
        color: #ffffff;
        position: absolute;
        left: 0;
        top: 135px;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .travelHelp .form {
        background: #f5f5f5;
        height: 608px;
        padding: 0 14.5%;
    }

    .travelHelp .form>div {
        background: #fff;
        height: 683px;
        position: relative;
        top: -154px;
        padding: 110px 12.5% 0;
    }

    .travelHelp .form>div p {
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

    .travelHelp .form>div div {
        margin-top: 50px;
        height: 48px;
        margin-bottom: 38px;
    }

    .travelHelp .form>div div input {
        width: 31%;
        float: left;
        height: 100%;
        display: block;
        margin-right: 3.5%;
        border: 1px solid #d1d1d1;
        padding: 0 12px;
        font-size: 14px;
        color: #333;
    }

    .travelHelp .form>div div dl {
        width: 31%;
        float: left;
        height: 100%;
        display: block;
        position: relative;
    }

    .travelHelp .form>div div dl select {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #d1d1d1;
        padding: 0 12px;
        font-size: 14px;
        color: #333;
    }

    .travelHelp .form>div div dl img {
        pointer-events: none;
        position: absolute;
        right: 21px;
        top: 22px;
    }

    .travelHelp .form>div dt {
        border: 1px solid #d1d1d1;
        height: 162px;
        margin-bottom: 40px;
        padding: 12px;
        overflow: hidden;
    }

    .travelHelp .form>div dt textarea {
        display: block;
        font-size: 14px;
        color: #333;
        width: 100%;
        height: 100%;
        border: none;
    }

    .travelHelp .form>div a {
        display: block;
        text-align: center;
        background-color: #ee8221;
        width: 180px;
        height: 60px;
        font-size: 16px;
        line-height: 60px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }

    .goodTour {
        width: 100%;
        height: 100%;
    }

    .goodTour .header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .goodTour .footer {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 10;
    }

    .goodTour .footer.active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .goodTour .content {
        width: 100%;
    }

    .goodTour .content section {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        position: relative;
    }

    /* .goodTour .content section img {
        display: block;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    } */
    /* .goodTour .content section div {
        position: absolute;
        left: 120px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .goodTour .content section div h1 {
        font-size: 46px;
        color: #ffffff;
        margin-bottom: 28px;
    }
    .goodTour .content section div p {
        font-size: 16px;
        color: #ffffff;
        line-height: 28px;
        width: 60%;
        min-height: 109px;
    }
    .goodTour .content section div a {
        display: block;
        width: 180px;
        height: 52px;
        border: 2px solid #fff;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
        line-height: 48px;
    } */
    .goodTour .content section.active {
        z-index: 1;
    }

    .goodTour .progressBar {
        position: fixed;
        top: 50%;
        right: 40px;
        z-index: 999;
        margin-top: -220px;
        width: 50px;
        height: 440px;
    }

    .goodTour .progressBar .line-box {
        position: relative;
        margin-left: 17px;
        width: 4px;
        height: 360px;
    }

    .goodTour .progressBar .line-box .line {
        position: absolute;
        top: 0;
        left: 2px;
        display: block;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
    }

    .goodTour .progressBar .line-box .on {
        position: absolute;
        top: 0;
        left: 1px;
        z-index: 1;
        display: block;
        width: 3px;
        height: 25%;
        background: #fff;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }

    .goodTour .progressBar .num-box {
        margin-top: 56px;
        color: #fff;
        font-size: 18px;
    }

    .goodTour .progressBar .num-box span {
        display: block;
        line-height: 80px;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    .goodTour .progressBar .num-box span.hx {
        display: block;
        margin: 15px 0;
        width: 50px;
        height: 2px;
        background: #fff;
    }

    .goodTour .progressBar .num-box span.now {
        font-size: 30px;
        line-height: 75px;
    }

    .articeDetail .banners {
        width: 100%;
        position: relative;
    }

    .articeDetail .banners .banner .item {
        display: block;
        width: 100%;
        height: auto;
        height: 560px;
    }

    .articeDetail .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .articeDetail .banners .banner .bannerTxt p {
        font-size: 60px;
        color: #ffffff;
    }

    .articeDetail .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .articeDetail .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 35px auto 0;
        cursor: pointer;
    }

    .articeDetail .content {
        width: 1200px;
    }

    .articeList .banners {
        width: 100%;
        position: relative;
    }

    .articeList .banners .banner .item {
        display: block;
        width: 100%;
        /* height: auto; */
        height: 560px;
    }

    .articeList .banners .banner .bannerTxt {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .articeList .banners .banner .bannerTxt p {
        font-size: 36px;
        font-family: Miller;
        font-weight: normal;
        color: rgba(255,255,255,1);
        line-height: 24px;
        margin-bottom: 60px;
        position: relative;
    }
    .articeList .banners .banner .bannerTxt p::before {
        content: '';
        position: absolute;
        bottom: -36px;
        left: 49%;
        width: 55px;
        height: 2px;
        margin-left: -10px;
        background-color: #fff;
    }

    .articeList .banners .banner .bannerTxt i {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }

    .articeList .banners .banner .bannerTxt img {
        display: block;
        width: 36px;
        height: 36px;
        margin: 140px auto 0;
        cursor: pointer;
    }

    .articeList .content .list {
        width: 71%;
        min-width: 1200px;
        margin: 0 auto;
    }

    .articeList .content .list a {
        display: block;
        width: 30%;
        float: left;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 1px 25px 0px rgba(5, 1, 1, 0.1);
        padding: 24px;
        margin-bottom: 50px;
        margin-right: 30px;
    }
    .activity .content .list a {
        padding: 0;
        margin-bottom: 0;
    }

    .activity .content .list a {
        width: 100% !important;
        position: relative;
    }
    .activity .content .list a:nth-of-type(even)>div:nth-child(2){
        position: absolute;
        right: 0;
        top:0;
    }
    .activity .content .list a:nth-of-type(odd)>div:nth-child(1){
        position: absolute;
        right: 0;
        top:0;
    }



    .activity .content .list a:last-child {
        margin: 0 0 50px 0 !important;
    }

    /* .activity .content .list a:nth-of-type(odd) {
        margin-right: 4%;
    } */

    .articeList .content .list a>div {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
    .activity .content .list a>div {
        position: relative;
        width: 50%;
        margin-bottom: 15px;
    }
    .activity .content .list a>div {
        margin: 0;
    }

    .articeList .content .list a>div img {
        display: block;
        width: 100%;
        /*height: auto;*/
        height: 100%;
    }
    .activity .content .list a{
        background: #f5f5f5;
    }
    .activity .content .list a>div:nth-child(2){
        padding: 100px 0 0 40px;
        line-height:3;
    }
    .activity .content .list a>div:nth-child(2)>p{
        font-size:20px;
        font-family:Malgun Gothic;
        font-weight:bold;
        color:rgba(51,51,51,1);
    }
    .activity .content .list a>div:nth-child(2)>p:hover,.activity .content .list a>div:nth-child(2)>.more:hover{
        color: #ff6700;
    }
    .activity .content .list a>div:nth-child(2)>i{
        font-size:14px;
        font-family:Malgun Gothic;
        font-weight:400;
        color:rgba(102,102,102,1);

    }


    .articeList .content .list a>div>div {
        width: 80px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.502);
        text-align: center;
        padding-top: 19px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .articeList .content .list a>div>div p {
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 0;
    }

    .articeList .content .list a>div>div i {
        display: block;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
    }

    .articeList .content .list a>p {
        padding: 0 4.7%;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Miller;
    }

    .articeList .content .list a>i {
        display: block;
        padding: 0 4.7%;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 24px;
        font-family: Miller;
    }
    .articeList .content .list a>.more{
        padding-top: 20px;
    }

    .articeList .content .list a>span {
        font-size: 14px;
        color: #333333;
        margin-left: 4.7%;
    }
}


.articeList .content .list.imgList a p {
    padding: 0 !important;
    font-weight: normal;
}

.articeList .content .imgList dt i,
.articeList .content .imgList dt span {
    font-size: 14px;
    color: #666;
}

.articeList .content .videoList a>div i {
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: none;
    opacity: .9;
    font-size: 45px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.mediaPopup img {
    max-width: 85%;
    max-height: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
    border: 15px solid #fff;
    border: 15px solid hsla(0, 0%, 100%, .4);
}

.mediaPopup .video {
    width: 80%;
    height: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 15px 15px 65px;
    border-radius: 6px;
    background: #fff;
}

.mediaPopup .video>div {
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 20px;
    color: #ee8221;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mediaPopup video {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}


.footer .pcShow .top .col-sm-7 ul li h2 a {
    font-size: 16px;
    color: #ffffff;
}


.homePage .enjoy .three>div,
.homePage .enjoy .two>div {
    cursor: pointer;
}

.homePage .overview .right .row .col-sm-6,
.homePage .overview .right .row .col-sm-6:nth-of-type(1),
.homePage .overview .right .row .col-sm-6:nth-of-type(2),
.homePage .overview .right .row .col-sm-6:nth-of-type(2n-1) {
    cursor: pointer;
}

.travelHelp .msg>div>div a div i,
.about .content .row .left div a div i {
    font-size: 30px;
    color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a {
    position: relative;
}

.footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a img {
    display: none;
    position: absolute;
    left: 50%;
    top: -180px;
    transform: translateX(-50%);
    z-index: 1;
}

.footer .pcShow .top .col-sm-5 ul li:nth-of-type(2) .share a:hover img {
    display: block;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
    height: 6px;
}

.swiper-slide>p {
    font-family: Times New Roman;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-shadow: 0px 1px 1px rgba(3, 3, 3, 0.1);
    text-align: center;
}

.swiper-slide>p:nth-child(1) {
    font-size: 56px;
    margin-bottom: 30px;
    margin-top: 300px;
}

.swiper-slide>p:nth-child(2) {
    font-size: 36px;
}

.hot-box {
    position: relative;
}

.hot-box>p {
    background: #fff;
    text-align: center;
    font-size: 36px;
    font-family: Times New Roman;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    padding-top: 120px;
}

.hot-box>p::before {
    content: '';
    position: absolute;
    top: 190px;
    left: 49%;
    width: 40px;
    height: 2px;
    margin-left: -10px;
    background: #000;
}

.hot-content {
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
    margin-top: 60px;
}

.hot-content>a {
    width: 23%;
}

.hot-content>a>p {
    background: #fff;
    overflow: hidden;
}

.hot-content>a>p>img {
    width: 100%;
    height: 320px;
}

.hot-content>a>p>img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hot-content>a>p:nth-child(2) {
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    font-size: 20px;
    font-family: Times New Roman;
}

.hot-box .more {
    margin-bottom: 120px;
}

.activities-box {
    width: 94%;
    height: 600px;
    margin: 0 3%;
    margin-bottom: 170px;
    position: relative;
}

.activities-box a:hover {
    color: #fff;
}

.activities-box a .imgTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.activities-box a .imgTxt p:first-child {
    position: relative;
    font-size: 46px;
    font-family: Times New Roman;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.activities-box a .imgTxt p:first-child::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 49%;
    width: 42px;
    height: 2px;
    margin-left: -10px;
    background: #fff;
}

.activities-box a .imgTxt p:nth-child(2) {
    font-size: 18px;
    font-family: Times New Roman;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 40px 0;
}

.activities-box a .imgTxt img {
    width: 40px;
    height: 40px;
}

.activities-box img {
    width: 100%;
    height: 100%;
}

.activities-box .activities-btn {
    text-align: center;
}

.activities-btn .btn:hover {
    color: #fff;
}

.activities-box .activities-btn span {
    width: 15%;
    height: 68px;
    line-height: 56px;
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
    border: 0;
    margin-top: -34px;
    font-family: Times New Roman;
    font-size: 20px;
}

.btn-color {
    background: #E58208 !important;
    color: #fff;
}

.activities-box .img-2,
.activities-box .img-3 {
    display: none;
}

.festival-box {
    width: 94%;
    margin: 0 3%;

}

.festival-box div {
    height: 300px;
}

.festival-box .col-md-6 {
    background: url('../images/en-news.png') no-repeat;
    background-color: #fff;
}

.festival-box>.col-md-3 {
    background: rgba(245, 245, 245, 1);
}

.festival-box .tit {
    font-size: 36px;
    font-family: Times New Roman;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin: 130px 60px 60px 60px;
}

.festival-box .tit::before {
    content: '';
    position: absolute;
    top: 191px;
    left: 9%;
    width: 42px;
    height: 2px;
    margin-left: -10px;
    background: #000;
}

.scenic-box {
    margin-left: 60px;
}

.scenic-box span {
    position: relative;
    margin-right: 30px;
    font-size: 20px;
    font-family: Times New Roman;
}

.scenic-box .curr {
    color: #E58208;
}

.scenic-box .curr::before {
    /* display: none; */
    content: '';
    position: absolute;
    bottom: -10px;
    left: 40%;
    width: 29px;
    height: 2px;
    margin-left: -10px;
    background: #E58208;
}

.scenic-box .curr:hover,
.festival-box .col-md-3>p:nth-child(1) a:hover,
.scenic-box>span:hover {
    cursor: pointer;
    color: #E58208;
}

.scenic-box>span:hover::before {
    /* display: none; */
    content: '';
    position: absolute;
    bottom: -10px;
    left: 40%;
    width: 29px;
    height: 2px;
    margin-left: -10px;
    background: #E58208;
}

.scenic-box .curr:hover::before {
    display: block;
}

.festival-box .information {
    padding: 80px 40px 0 40px;
}

.festival-box .col-md-3>p:nth-child(1) {
    font-size: 20px;
    font-family: Times New Roman;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.festival-box .col-md-3>p:nth-child(2) {
    font-size: 16px;
    font-family: Times New Roman;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 2;
}

.festival-box .col-md-3>img {
    width: 100%;
    height: 100%;
}

.festival-box .col-md-3 {
    overflow: hidden;
}

.festival-box .col-md-3>img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.travel a span p:nth-child(1) {
    font-size: 20px;
    margin: 30px 0 10px 0;
    font-family: Times New Roman;
}

.travel a span p:nth-child(2) {
    font-size: 16px;
    font-family: Times New Roman;
    font-weight: 400;
    color: rgba(102, 102, 102, 1) !important;
    line-height: 24px;
}

.travel-box {
    margin-bottom: 120px;
}

.list_box {
    width: 71%;
    min-width: 1200px;
    margin: 50px auto 0 auto;
}

.detail-box {
    width: 60%;
}

.list_box>a {
    margin: 0 10px;
    font-size: 14px;
    font-family: Miller;
    font-weight: normal;
    color: rgba(102, 102, 102, 1);
}

.detail-content>.title {
    font-size: 40px;
    font-family: Miller;
    font-weight: normal;
    color: rgba(51, 51, 51, 1);
}