.mb-50 {
    margin-bottom: 50px;
}

.mt-14 {
    margin-top: 14px;
}

.f-30 {
    font-size: 30px;
}

.max-wid {
    width: 80%;
    max-width: 1400px;
    margin: auto;
}

.wrapper {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.pic img.w-h {
    width: 100%;
    max-width: 100%;
}

#main {
    margin: 1rem 0;
}

#main .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vw 0;
}

#main .row.r-right .col:nth-of-type(1) {
    padding-right: 5%;
}

#main .row.r-left .col:nth-of-type(2) {
    padding-left: 5%;
}

#main .row.r-right .col {
    width: 100%;
    position: relative;
}

#main .row.r-left .col {
    width: 100%;
    position: relative;
}

#main .row.r-right .col:nth-of-type(1) > div p {
    color: #919191;
    margin-bottom: 14px;
}

#main .row.r-left .col:nth-of-type(2) > div p {
    color: #919191;
    margin-bottom: 14px;
}

#main .row.r-right .col:nth-of-type(2) .pic {
    width: 100%;
    position: relative;
    z-index: 4;
}

#main .row.r-left .col:nth-of-type(1) .pic {
    width: 100%;
    position: relative;
    z-index: 4;
}

#main .row.r-right .col:nth-of-type(2) .txt {
    position: absolute;
    bottom: -1rem;
    z-index: 3;
    height: 2rem;
    line-height: 2rem;
    left: 30%;
    font-size: 2rem;
    color: #f5f5f5;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Anton-Regular';
}

#main .row.r-left .col:nth-of-type(1) .txt {
    position: absolute;
    bottom: -1rem;
    z-index: 3;
    height: 2rem;
    line-height: 2rem;
    right: 30%;
    font-size: 2rem;
    color: #f5f5f5;
    white-space: nowrap;
    font-family: 'Anton-Regular';
    text-transform: uppercase;
}

.white_c {
    color: #fff;
}

.black_c {
    color: #333;
}

.center_c {
    text-align: center;
}

.center_l {
    text-align: left;
}

.tit_box {
    margin-bottom: 40px;
}

.ab1 .conts p {
    line-height: 2;
    margin-bottom: 24px;
    text-align: justify;
}

.ab1 .conts img {
    max-width: 100%;
    margin-bottom: 24px;
}

.contact li {
    width: 33.33%;
    float: left;
    text-align: center;
}

.contact li span {
    display: block;
    text-align: center;
    line-height: 1;
    color: #666;
    margin-top: 18px;
    transition: 0.38s;
    font-size: 14px;
}

.contact li p {
    color: #1f6543;
    font-size: 16px;
    margin-top: 20px;
}

.contact li b {
    display: block;
    z-index: 3;
    width: 106px;
    height: 106px;
    transition: 0.38s;
    text-align: center;
    line-height: 106px;
    border: 1px solid #b89553;
    position: relative;
    border-radius: 50%;
    margin: auto;
    font-size: 40px;
    font-weight: normal;
    color: #b89553;
}

.contact li b:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    border-radius: 50%;
    background: #1f6543;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.contact li a:hover b:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.contact li a:hover b {
    color: #fff;
    border-color: #1f6543;
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s;
}

.contact li a:hover span {
    color: #1f6543;
}

.trafficWrap {
    background: #fff;
}

.bdMap {
    height: 458px;
}

.pathItem {
    padding: 19px 0;
}

.menu {
    float: left;
    margin-left: 18px;
}

.menu a {
    display: block;
    float: left;
    position: relative;
    width: 119px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    background: #b89553;
    margin-right: 10px;
}

.menu a:hover, .menu a.active {
    color: #fff;
    background: #1f6543;
}

.searchin {
    margin-left: 32px;
    float: left;
    margin-right: 0;
}

#txtStart {
    padding-left: 16px;
    width: 205px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    border: none;
    outline: none;
    background: #eee;
    border: none;
    border-radius: 0;
    color: #999999;
    font-size: 14px;
    float: left;
    margin-top: 3px;
}

.search b.to {
    display: block;
    float: left;
    line-height: 1;
    color: #333333;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.searchin #txtEnd {
    padding: 0;
    margin: 0;
    border: none;
    margin-top: 14px;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    float: left;
    line-height: 1;
    margin-top: 14px;
    background: none;
}

.search .serchbtn {
    cursor: pointer;
    display: block;
    width: 119px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    float: left;
    color: #fff;
    background: #1f6543;
}

.pathAnswer {
    margin-top: 36px;
    padding: 18px;
}

.pathAnswer h4 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}

.resuis .t-map-item-act, .resuis span.on {
    color: #1f6543;
    position: relative;
}

.resuis span {
    display: block;
    float: left;
    padding-top: 13px;
    line-height: 1;
    color: #646464;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.resuis a {
    display: block;
    float: left;
    margin-left: 45px;
    padding-top: 13px;
    line-height: 1;
    color: #646464;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

#startPanel {
    margin-top: 46px;
    margin-left: 17px;
    border-left: 1px solid #e5e5e5;
    padding-left: 18px;
}

.resuis .t-map-item-act:before, .resuis span.on:before {
    content: "";
    width: 29px;
    height: 4px;
    background: #1f6543;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 5;
}

#startPanel > div {
    margin-bottom: 36px;
}

#drivingPanel {
    margin-top: 46px;
}

#startPanel > div > a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    color: #1f6543;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    min-width: 265px;
}

#startPanel > div > a:before {
    content: "";
    width: 3px;
    height: 3px;
    border: 2px solid #a2a2a2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.gonglue ul li {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
    margin-bottom: 20px;
    padding: 30px;
}

.gonglue ul li .con {
    width: 80%;
    padding-left: 40px;
    float: left;
}

.gonglue ul span {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    color: #fff;
}

.gonglue ul h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.gonglue ul p {
    line-height: 20px;
    color: #999;
}

.gonglue ul li:nth-child(1) span {
    background: #5aba9a;
}

.gonglue ul li:nth-child(2) span {
    background: #cda663;
}

.gonglue ul li:nth-child(3) span {
    background: #896ec6;
}

.gonglue ul li:nth-child(4) span {
    background: #1f6543;
}

.scenicdown {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.scenicbg {
    display: inline-block;
}

.scenicbg img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.scenicinfo {
    position: absolute;
    white-space: nowrap;
}

.scenicfix {
    position: relative;
}

.scenicfix span {
    display: inline-block;
    padding-left: 0;
    color: #fff;
    text-shadow:#fff 2px 0 0, #fff 0 2px 0,#fff -2px  0 0,#fff 0 -2px 0;
    font-size: 18px;
    position: relative;
    font-family: "Microsoft Yahei";
    color: #3c6cbe;
    /* text-shadow: none; */
    font-weight: bold;
}

.scenicfix span:before {
    content: "";
    width: 28px;
    height: 38px;
    border-radius: 50%;
    background: url(/img/icon2.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-70%,-100%);
    background-size: 100%;
}

.scenicdown .scenicfix span:before {
    animation: opacity-change 1.75s ease-in-out infinite;
    -webkit-animation: opacity-change 1.75s ease-in-out infinite;
    -moz-animation: opacity-change 1.75s ease-in-out infinite;
    -o-animation: opacity-change 1.75s ease-in-out infinite;
}

.scenicleft span {
    padding: 0;
}

.scenicleft span:before {
}

.scenicfix span.scitops {
    display: inline-block;
    padding-left: 0;
    padding-top: 18px;
    line-height: 1;
}

.scenicfix span.scitops:before {
    left: 50%;
    margin-left: -7px;
    top: 0;
    margin-top: 0;
}

@keyframes opacity-change {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes opacity-change {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes opacity-change {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes opacity-change {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.scenicinfo figure {
    display: none;
}

.scenicinfo figure img {
    display: block;
    height: auto;
    transition: 0.52s;
    line-height: 1;
}

.scenicinfo1 {
    left: 24.79%;
    top: 2.7vw;
}

.scenicinfo2 {
    left: 20.57vw;
    top: 5.52vw;
}

.scenicinfo3 {
    left: 18.125vw;
    top: 8.85vw;
}

.scenicinfo4 {
    left: 8.3vw;
    top: 11.7vw;
}

.scenicinfo5 {
    left: 12vw;
    top: 13.020vw;
}

.scenicinfo6 {
    left: 7.09vw;
    top: 16.52vw;
}

.scenicinfo7 {
}

.scenicinfo8 {
    left: 46.5625vw;
    top: 20.9375vw;
}

.scenicinfo9 {
    left: 65vw;
    top: 5.52vw;
}

.scenicinfo7 {
    left: 46.875vw;
    top: 3.75vw;
}

.scenicinfo11 {
    right: 15.98vw;
    top: 5.10vw;
}

.scenicinfo12 {
    right: 7.604vw;
    top: 10vw;
}

.scenicinfo13 {
    left: 310px;
    top: 420px;
}

.ab1 {
    padding: 80px 0;
}

.md {
    width: 50%;
    position: relative;
}

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

.cbox li.odd-li {
    background: #1a5f4f;
    transition: 0.65s;
}

.cbox li.even-li {
    background: #2a7a33;
    transition: 0.65s;
}

.cbox li.mz {
    background: rgba(184,149,83,1);
    transition: 0.65s;
}

.cbox li.even-li .contxt {
    left: 50%;
}

.cbox .contxt .con {
    width: 80%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.cbox .contxt {
    display: block;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cbox .contxt h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
}

.cbox .contxt span {
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding-left: 10px;
}

.cbox .contxt span:before {
    content: "";
    width: 4px;
    height: 4px;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.cbox li.mz .contxt span:before {
    background: #fff;
}

.cbox .contxt .i {
    text-align: justify;
    color: #fff;
}

.cbox .conpic {
    overflow: hidden;
}

.cbox .cover img {
    width: 100%;
    display: block;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}

.cbox li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pbanner {
    position: relative;
    overflow: hidden;
}

.pbanner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

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

.pbanner .img01 {
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.banner-con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    transform: translateY(-50%);
    color: #333;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.banner-title {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
}

.banner-title .ch {
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
}

.banner-title .cn {
    font-size: 18px;
    display: none;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: 1;
}

.banner-title .ch:before {
    content: '';
    position: absolute;
    left: 0;
    height: 4px;
    bottom: 0;
    width: 50px;
    background: #fff;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.footer {
    position: relative;
    margin: 50px 0;
}

.fooTop {
    overflow: hidden;
}

.footer a {
    color: #ccc;
}

.fooLeft {
    position: absolute;
    left: 0;
    top: 0;
}

.fooRight {
    position: absolute;
    right: 0;
    top: 0;
}

.fooLeft b {
    color: #fff;
    font-size: 54px;
    display: inline-block;
    vertical-align: top;
}

.fooLeft .foodTxt {
    display: inline-block;
    color: #fff;
}

.foodTxt h3 {
    font-size: 14px;
    color: #ccc;
}

.foodTxt .Call {
    font-size: 36px;
    font-family: 'iconfont1';
    color: #fff;
}

.foodTxt .Tell {
    ; }

.foodTxt p {
    color: #ccc;
}

.footer .fooCon {
    text-align: center;
}

.footer .fooCon .fooCon-logo {
    display: inline-block;
    transition: all 0.8s;
    width: 140px;
}

.footer .fooCon img {
    display: block;
    max-width: 100%;
    height: auto;
}

.fooRight img {
    display: block;
    max-width: 100%;
    height: auto;
}

.fooRight p {
    text-align: center;
    color: #ccc;
    margin-top: 10px;
}

.copyright {
    margin-top: 20px;
    text-align: center;
    color: #ccc;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.05);
}

.copyright a {
    color: #ccc;
}

.serviceli {
    padding: 85px 0 100px;
}

.serviceli li {
    width: 16.66%;
    float: left;
    text-align: center;
}

.serviceli li span {
    display: block;
    text-align: center;
    line-height: 1;
    color: #333333;
    margin-top: 18px;
    transition: 0.38s;
    font-size: 14px;
}

.serviceli li b {
    display: block;
    z-index: 3;
    width: 106px;
    height: 106px;
    transition: 0.38s;
    text-align: center;
    line-height: 106px;
    border: 1px solid #b89553;
    position: relative;
    border-radius: 50%;
    margin: auto;
    font-size: 40px;
    font-weight: normal;
    color: #b89553;
}

.serviceli li b:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    border-radius: 50%;
    background: #1f6543;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.serviceli li a:hover b:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.serviceli li a:hover b {
    color: #fff;
    border-color: #1f6543;
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s;
}

.serviceli li a:hover span {
    color: #1f6543;
}

@keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.follow {
    overflow: hidden;
}

.followle {
    float: left;
    margin-top: 100px;
}

.followle strong {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.allows {
    float: right;
    bottom: -40px;
    position: relative;
}

.allowtext {
    width: 100%;
    position: absolute;
    left: 0;
    top: 78px;
    text-align: center;
}

.allowtext img {
    display: block;
    width: 120px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 10px;
}

.allowtext span {
    display: block;
    text-align: center;
    color: #999999;
    font-size: 14px;
    line-height: 1.4;
}

.allows:hover {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: rocate 0.3s;
    animation: rocate 0.3s;
}

@-webkit-keyframes rocate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ibox {
    width: 100%;
    overflow: hidden;
    height: auto;
    background-image: url(//dfs.yun300.cn/group1/M00/17/38/rBQBG10I_2aEaHgHAAAAALvYpb0366.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.ibox .titles p {
    color: #fff;
}

.ibox .black-20 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 330ms;
    -webkit-transition: 330ms;
    background: rgba(0,0,0,0.3);
}

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

.ovh {
    overflow: hidden;
}

.poster {
    overflow: hidden;
    position: relative;
}

.poster .con {
    text-align: center;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}

.radius-half {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.player {
    cursor: pointer;
    display: inline-block;
    width: 100px;
    margin: 20px 0;
    height: 100px;
    border: 1px solid #fff;
    background: url(//dfs.yun300.cn/group1/M00/15/ED/rBQBG1yrAQCENLKJAAAAABpVtZ4987.png) no-repeat center;
    background-size: 30px;
}

.titles {
    text-align: center;
    position: relative;
}

.titles img {
    display: block;
    margin: auto;
    transition: 0.4s;
}

.titles p {
    color: #999999;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 50%;
    margin-left: 32px;
    bottom: 1px;
}

.more {
    margin-top: 25px;
    text-align: center;
}

.more a {
    display: block;
    width: 100px;
    margin: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 1px solid #1f6543;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.more a:after {
    content: "";
    width: 96px;
    height: 36px;
    background: #1f6543;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: -1;
    transition: 0.6s;
}

.more a.hot {
    border: 1px solid rgba(184,149,83,1);
}

.more a.hot:after {
    background: rgba(184,149,83,1);
}

@media only screen and (max-width: 1280px) {
    .titles img {
        width: 280px;
    }

    .footer .fooCon .fooCon-logo {
        width: 100px;
    }

    .fooLeft b {
        font-size: 50px;
    }

    .foodTxt .Call {
        font-size: 30px;
    }

    .fooRight img {
        width: 90px;
    }

    .banner-title .ch {
        font-size: 30px;
    }

    .tit_box {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .contact li b {
        width: 92px;
        height: 92px;
        line-height: 92px;
    }

    .titles img {
        width: 200px;
    }

    .player {
        width: 80px;
        height: 80px;
    }

    .followle strong {
        font-size: 24px;
    }

    .serviceli {
        padding: 50px 0 56px;
    }

    .serviceli li b {
        width: 92px;
        height: 92px;
        line-height: 92px;
    }

    .serviceli li {
        width: 33.33%;
        margin-bottom: 32px;
    }

    .fooLeft {
        position: static;
    }

    .fooRight {
        position: static;
    }

    .footer .fooCon {
        margin-bottom: 20px;
    }

    .md {
        width: 100%;
        float: none;
    }

    .cbox .contxt {
        position: static;
    }

    .cbox .contxt .con {
        width: 90%;
        padding: 32px 0;
    }

    .ab1 {
        padding: 100px 0;
    }

    .cbox .contxt h1 {
        font-size: 24px;
    }
  .scenicfix span {
    font-size: 15px;
}

.scenicfix span:before{
    width:20px;
    height:27px;
}
.scenicinfo4{
    left: 6.145vw;
    top: 11.5vw;
}
}

@media only screen and (max-width: 968px) {
    .banner-con {
        top: 40%;
    }

    .searchin {
        width: 90%;
        margin-top: 10px;
        margin-left: 18px;
    }

    .search .serchbtn {
        width: 100%;
        margin-top: 20px;
    }.scenicfix span {
    font-size: 15px;
}

.scenicfix span:before{
    width:20px;
    height:27px;
}
.scenicinfo4{
    left: 6.145vw;
    top: 11.5vw;
}
}

@media only screen and (max-width: 768px) {
    .contact li {
        width:100%;
        overflow: hidden;
        float: none;
        margin-bottom: 20px;
        text-align: left;
    }

    .contact li b {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-right: 20px;
        font-size: 22px;
        float: left;
    }

    .contact li span {
        text-align: left;
        margin: 0;
        padding-top: 10px;
    }

    .contact li p {
        margin-top: 5px;
    }

    .tit_box {
        font-size: 24px;
    }

    .titles img {
        width: 160px;
    }

    .titles p {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 14px;
        margin-left: 0;
        text-align: center;
    }

    .player {
        width: 50px;
        height: 50px;
        background-size: 10px;
    }

    .followle {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .allows {
        float: none;
        margin-right: 0;
        margin: auto;
        width: 191px;
    }

    .serviceli li b {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }

    .serviceli {
        padding: 38px 0;
    }

    .footer {
        margin-top: 0;
    }

    .footer .to-top {
        display: block;
        color: #fff;
        width: 100%;
        text-align: center;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    .footer .to-top span {
        display: inline-block;
        text-align: center;
        padding: 5px 20px;
        background: #1f6543;
        font-size: 12px;
    }

    .fooTop {
        margin-top: 20px;
    }

    .footer .to-top span:after {
        display: block;
        margin: 7px auto 0;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        width: 12px;
        content: '';
        -webkit-animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
        animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    }

    .banner-title .ch {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .banner-title .cn {
        font-size: 14px;
    }

    .banner-title .ch:before {
        height: 2px;
    }

    .scenicbg {
        display: none;
    }

    .scenicinfo figure {
        display: inline-block;
    }

    .scenicdown .scenicinfo {
        position: relative;
        text-align: center;
        width: 25%;
        float: left;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 22px;
    }

    .scenicfix span {
        text-align: center;
        padding: 0;
        color: #666;
        text-shadow: rgba(0,0,0,0) 0px 0px 0px;
    }

    .scenicdown .scenicfix span:before {
        display: none;
    }

    .scenicdown .scenicinfo:last-child {
        display: none;
    }

    .scenicdown {
        width: 100%;
    }

    .gonglue ul li .con {
        width: 100%;
        padding-left: 0px;
        float: none;
        margin-top: 20px;
    }

    .gonglue ul span {
        float: none;
        display: block;
        width: 55px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
    }

    .gonglue ul h3 {
        font-size: 18px;
    }

    .bdMap {
        height: 350px;
    }
  .scenicdown .scenicinfo:nth-child(5) .proList,.scenicdown .scenicinfo:nth-child(4) .proList,.scenicdown .scenicinfo:nth-child(8) .proList,.scenicdown .scenicinfo:nth-child(12) .proList,.scenicdown .scenicinfo:nth-child(9) .proList{
    right: 0px;
}

}

@media only screen and (max-width: 600px) {
    .fooLeft {
        width:100%;
        float: none;
    }

    .fooRight {
        display: none;
    }

    .foodTxt .Call {
        font-size: 24px;
    }

    .cbox .contxt h1 {
        font-size: 18px;
    }
  
}

@media only screen and (max-width: 500px) {
    .titles img {
        width: 120px;
    }

    .titles p {
        margin-top: 10px;
    }

    .followle strong {
        font-size: 18px;
    }

    .banner-title .ch {
        font-size: 18px;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }

    .banner-title .cn {
        font-size: 12px;
    }

    .scenicdown .scenicinfo {
        width: 33.33%;
    }

    .ab1 {
        padding: 50px 0;
    }
      .scenicdown .scenicinfo:nth-child(4) .proList,.scenicdown .scenicinfo:nth-child(7) .proList,.scenicdown .scenicinfo:nth-child(10) .proList{
    right: 0px;
}
}

@media only screen and (min-width: 769px) {
    .c_portalResPublic_codeContainer-01001 {
        min-height:500px;
        width: 100%;
    }

    .to-top {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@keyframes mouse-top {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-top {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        opacity: 0;
    }
}

.scenicinfo10 {
    left: 75.26vw;
    top: 3vw;
}

ul.proList {
    position: absolute;
    bottom: 0px;
    transform: translateY(100%);
    z-index: -1;
}

ul.proList li a.links{
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
    width: 200px;
    display: block;
    border-radius: 8px;
    text-align: center;
}

ul.proList li {
    margin-bottom: 5px;
    position: relative;
}
.scenicinfo:hover .proList {
  /*display: block;*/
}
ul.proList li a.links:hover {
    background: rgba(0,0,0,.5);
    color: #fff;
    border-color: transparent;
}

ul.secondList {
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translateX(100%);
    display:none;
}
ul.proList > li:hover .secondList{display:block;background: rgba(0, 0, 0, 0.4);}

a.linksSecond {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 34px;
}

ul.proList > li .secondList li {
    text-align: center;
    margin-bottom: 0px;
    width: 150px;
    border-bottom: 1px solid rgba(197, 197, 197, 0.4);
}

ul.proList > li .secondList li:last-child {
    border-bottom: 0 none;
}

ul.proList > li .secondList li:hover {
    background: rgba(0,0,0,.5);
}
.scenicfix:hover .proList {
    z-index: 9999;
}
ul.proList > li .secondList li:hover a {
    color: #fff;
}
.right ul.secondList {transform: translateX(-132%);}
ul.proList>li{
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.scenicfix:hover ul.proList>li{
        opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.scenicfix:hover ul.proList>li:nth-child(1){
-webkit-transition:all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
transition:all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.scenicfix:hover ul.proList>li:nth-child(2){
-webkit-transition:all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
transition:all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.scenicfix:hover ul.proList>li:nth-child(3){
-webkit-transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.scenicfix:hover ul.proList>li:nth-child(4){
-webkit-transition:all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
transition:all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.scenicfix:hover ul.proList>li:nth-child(5){
-webkit-transition:all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
transition:all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.scenicfix:hover ul.proList>li:nth-child(6){
-webkit-transition:all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
transition:all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.scenicfix:hover ul.proList>li:nth-child(7){
-webkit-transition:all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
transition:all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}