﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "幼圆";
    src: url("../fontface/幼圆.woff2") format("woff2"), url("../fontface/幼圆.woff") format("woff"), url("../fontface/幼圆.ttf") format("truetype"), url("../fontface/幼圆.eot") format("embedded-opentype"), url("../fontface/幼圆.svg") format("svg");
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    background: #fff;
    overflow-x: hidden;
    color: #333;
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
        color: #aa8d47;
    }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    border: none;
    display: block;
}

.t-fixed {
    position: fixed;
    top: 31px;
    z-index: 1080;
    width: 100%;
    transition-duration: .5s;
}

.top {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
}

.logo {
    padding-left: 15px;
    padding: 10px 0 0 15px;
}
.ccc{
	padding-left:155px; font-weight:normal}
.t-ewm {
    padding: 16px 10px 0;
    color: #fff;
    position: relative;
}

    .t-ewm .t-ew {
        display: none;
        position: absolute;
        top: 80px;
        left: -40px;
        z-index: 9999;
        width: 80px;
        height: 80px;
    }

.nav li {
    float: left;
    padding-right: 5px;
}

    .nav li a {
        padding: 0 8px;
        line-height: 80px;
        display: inline-block;
        font-size: 16px;
    }

    .nav li .active {
        background: #aa8d47;
        color: #fff;
    }

    .nav li a:hover {
        background: #aa8d47;
        color: #fff;
    }

.nav:after {
    content: "";
    clear: both;
    display: block;
}

.nav_fixed {
    top: 0;
}

    .nav_fixed .top {
        -moz-box-shadow: 0px 0px 14px #9C9C9C;
        -webkit-box-shadow: 0px 0px 14px #9C9C9C;
        box-shadow: 0px 0px 14px #9C9C9C;
    }

.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: #000;
}

    .slideBox .bd {
        position: relative;
        height: 100%;
    }

        .slideBox .bd li {
            vertical-align: middle;
        }

        .slideBox .bd img {
            width: 100%;
            height: auto;
            display: block;
            animation: changeScale 1 2.5s;
        }

    .slideBox .hd {
        overflow: hidden;
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 21px;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            color: #fff;
            width: 100%;
            text-align: center;
        }

            .slideBox .hd ul li {
                display: inline-block;
                margin-right: 15px;
                width: 14px;
                height: 14px;
                background: #fff;
                border-radius: 100%;
                cursor: pointer;
            }

                .slideBox .hd ul li.on {
                    width: 46px;
                    height: 14px;
                    border-radius: 20px;
                }


/*xs菜单样式开始*/
.xs-top {
    display: none;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.mobile {
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    background: #fff;
}

.mobile-inner {
    margin-right: auto;
    margin-left: auto;
    background-color: #fafafa;
    position: relative;
}

    .mobile-inner img {
        width: 100%;
        margin-bottom: 30px;
    }

    .mobile-inner p {
        color: #676767;
        line-height: 25px;
        font-size: 16px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
        margin: 0px;
    }

.mobile-inner-header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
}

.mobile-inner {
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

    .mobile-inner-header-icon:hover {
        background-color: rgba(255,255,255,0.2);
        cursor: pointer;
    }

    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - 1px) / 2);
        width: 25px;
        height: 1px;
        background-color: rgba(0,0,0,1);
    }

        .mobile-inner-header-icon span:nth-child(1) {
            transform: translateY(4px) rotate(0deg);
        }

        .mobile-inner-header-icon span:nth-child(2) {
            transform: translateY(-4px) rotate(0deg);
        }

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-nav {
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}

    .mobile-inner-nav a {
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        width: 85%;
        margin-left: 5%;
        color: #FFFFFF;
        border-bottom: solid 1px rgba(255,255,255,0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 300;
    }

        .mobile-inner-nav a:hover {
            color: rgba(255,255,255,0.4);
            border-bottom: solid 1px rgba(255,255,255,0.2);
        }

.ne_nr img {
    display: inline-block;
    max-width: 100%;
}

/*菜单结束*/
.w66 {
    width: 86%;
    margin: 0 auto;
}

.in-part01 {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat;
    padding-bottom: 70px;
    padding-top: 30px;
}

.in-gg {
    width: 100%;
    background: #fff;
    line-height: 48px;
    height: 48px;
}

/* 本例子css */
.txtScroll-top {
    overflow: hidden;
    position: relative;
    font-size: 16px;
}

    .txtScroll-top .bd {
        padding: 0 20px 0 100px;
    }

    .txtScroll-top .infoList li {
        line-height: 48px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .txtScroll-top .infoList li a {
            color: #666;
        }

        .txtScroll-top .infoList li .date {
            float: right;
        }

            .txtScroll-top .infoList li .date a {
                color: #aa8d47;
            }

    .txtScroll-top p {
        position: absolute;
        top: 0px;
        left: 20px;
        color: #333;
    }

.in-ti {
    padding-top: 60px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    padding-bottom: 50px;
    font-weight: bold;
}

.in-bg {
    position: relative;
}

.xs-le {
    width: 38%;
    position: relative;
    background: #000;
    overflow: hidden;
}

    .xs-le .tu01 {
        width: 100%;
        opacity: 0.8;
        display: block;
        height: 100%;
    }

.bg-txt {
    width: 86%;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -43%;
    color: #fff;
}

    .bg-txt h1 {
        font-size: 26px;
      
    }

    .bg-txt p {
        width: 100%;
        font-size: 16px;
        color: #cbcaca;
        padding: 12px 0;
    }

    .bg-txt a {
        transition-duration: .5s;
        display: block;
    }

.xs-le:hover .bg-txt .yuan {
    padding-left: 20px;
}

.xs-le:hover .tu01 {
    opacity: 0.5;
}

.xs-ri {
    position: relative;
    width: 100%;
    /*height: 100%;
    right: 0;
    top: 0;*/
   zoom: 1;
}
.xs-ri:after{
	display: block;
	content: '';
	clear: both;
}

.wy-bg {
	float: left;
    width: 48%;
    background: #fff;
}
.wy-bg:nth-child(1){
	margin-right: 4%;
}
.bg-xi02 {
    height: 56%;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.wy-txt {
    padding: 30px 12px 30px 50px;
}

    .wy-txt dt {
        float: left;
        width: 52%;
    }

    .wy-txt:after {
        content: "";
        clear: both;
        display: block;
    }

    .wy-txt dd {
        width: 40%;
        float: right;
        overflow: hidden;
        background: #000;
    }

        .wy-txt dd img {
            width: 100%;
            transition-duration: .5s;
        }

    .wy-txt dt h1 {
        font-size: 24px;
    }

    .wy-txt dt p {
        color: #777777;
        padding: 15px 0 20px 0;
    }

    .wy-txt dt a {
        transition-duration: .5s;
        display: block;
    }

    .wy-txt:hover dt a {
        padding-left: 20px;
    }

    .wy-txt:hover dd img {
        opacity: 0.5;
        transform: scale(1.1,1.1);
    }

.txt02-le {
    width: 49%;
    background: #fff;
    height: 100%;
    float: left;
    margin-right: 2%;
}

    .txt02-le dl {
        padding: 20px 24px 0 50px;
    }

        .txt02-le dl dt h1 {
            font-size: 24px;
            background: url(../images/jt.png) no-repeat right center;
            height: 43px;
            line-height: 43px;
            
        }

        .txt02-le dl dt p {
            color: #777777;
            padding: 15px 0 20px 0;
            min-height: 60px;
        }

        .txt02-le dl dd {
            overflow: hidden;
            background: #000;
        }

            .txt02-le dl dd img {
                width: 100%;
                transition-duration: .5s;
            }

        .txt02-le dl:hover dd img {
            opacity: 0.5;
            transform: scale(1.1,1.1);
        }

    .txt02-le:nth-child(2) {
        margin-right: 0;
    }

.in-yd {
    width: 100%;
    background: url(../images/yd-bg.jpg) no-repeat;
    padding-top: 50px;
    color: #fff;
    position: relative;
}

.yd-ti {
    background: url(../images/yd.png) no-repeat left 10px;
    padding-left: 81px;
    line-height: 1.6;
    padding-bottom: 50px;
}

    .yd-ti p {
        font-size: 16px;
        color: #d9d9d9;
    }

.yd-xi {
    width: 100%;
    background: #aa8d47;
    height: 58px;
    line-height: 58px;
}

    .yd-xi li {
        padding-left: 15px;
        width: 18%;
        float: left;
    }

        .yd-xi li h3 {
            float: left;
        }

        .yd-xi li:nth-child(3) {
            width: 30%;
        }

.ydd {
    width: 10%;
    text-align: center;
    line-height: 56px;
}

    .ydd input {
        height: 36px;
        line-height: 36px;
        background: #e6deaf;
        border: none;
        width: 100%;
    }



.in-new {
    width: 100%;
    background: url(../images/shu.png) no-repeat right top;
    padding-top: 80px;
}

.new-ti {
    width: 100%;
    text-align: center;
}

    .new-ti h1 {
        font-size: 26px;
    }

    .new-ti p {
        font-size: 18px;
        color: #222;
        opacity: 0.8;
        padding: 10px 0;
    }

    .new-ti span {
        display: block;
        width: 65px;
        height: 4px;
        background: #aa8d47;
        margin: 0 auto;
    }

.in-new-list {
    width: 100%;
    background: url(../images/shu1.png) no-repeat left bottom;
    padding: 33px 0 106px 0;
}

.in-new01 {
    width: 50%;
    position: relative;
    overflow: hidden;
    padding-left: 14px;
}

.tu02 {
    width: 100%;
    display: block;
    background: #000;
    overflow: hidden;
}

    .tu02 img {
        transition-duration: .5s;
        width: 100%;
    }
/* .accordion */
.accordion {
    height: 377px;
    overflow: hidden;
    position: relative;
}

    .accordion:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
    }

    .accordion._create:after {
        display: none;
    }

.accordion__ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 9999px;
    height: 377px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.accordion__li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 377px;
    float: left;
    overflow: hidden;
    transition: all 0.3s ease-out;
    position: relative;
    padding-left: 14px;
}

.accordion__img {
    display: block;
    cursor: pointer;
}

.new-txt {
    position: absolute;
    left: 40px;
    bottom: 10%;
    color: #fff;
    transition-duration: .5s;
    transition-duration: .5s;
}

    .new-txt h1 {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
    }

    .new-txt p {
        font-size: 16px;
        color: #cbcaca;
        padding: 10px 0 20px 0;
        min-height: 42px;
    }

    .new-txt a {
        display: block;
        transition-duration: .5s;
    }

.more {
    opacity: 0;
    transition-duration: .5s;
}

    .more a {
        color: #fff;
        background: url(../images/ku.png) no-repeat;
        position: absolute;
        bottom: 20px;
        width: 162px;
        height: 67px;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
        left: 0px;
        display: block;
    }

.accordion__li:hover .more {
    opacity: 1;
}

.accordion__li:hover .new-txt {
    bottom: 50%;
}

.in-new-xi {
    position: relative;
    width: 100%;
}

.in-new02 {
    position: absolute;
    left: 51.7%;
    top: 0;
    width: 50%;
    height: 100%;
}

    .in-new02 .xs-le {
        width: 49%;
        height: 100%;
        float: left;
        margin-right: 1%;
    }

.item {
    width: 60%;
    float: left;
    padding-top: 10px;
}

.filter-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.filter-box {
    position: relative;
    height: 36px;
    line-height: 36px;
}

    .filter-box select {
        display: block;
    }

.filter-text {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;
    background: #bba46c;
    color: #fff;
}

    .filter-text input {
        font-size: 14px;
    }

    .filter-text .filter-title {
        width: 100%;
        height: 36px;
        line-height: 36px;
        border: 0;
        background-color: transparent;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        cursor: pointer;
    }

.filter-list {
    display: none;
    width: 99%;
    max-height: 300px;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 99;
    border: 1px solid #e6e6e6;
    overflow: auto;
}

    .filter-list li {
        width: 100%;
        padding-left: 0;
    }

        .filter-list li.filter-null a {
            color: #d2d2d2;
        }

        .filter-list li a {
            display: block;
            padding: 0 10px;
            line-height: 36px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            cursor: pointer;
        }

        .filter-list li:nth-child(3) {
            width: 100%;
        }

        .filter-list li:hover {
            background-color: #f2f2f2;
        }

        .filter-list li.filter-selected {
            background-color: #bba46c;
        }

            .filter-list li.filter-selected a {
                display: block;
                color: #fff;
            }

        .filter-list li.filter-disabled {
            background-color: #fff;
        }

            .filter-list li.filter-disabled a {
                display: block;
                color: #d2d2d2;
            }

            .filter-list li.filter-disabled:hover a {
                cursor: not-allowed !important;
                background-color: #fff;
            }

.icon {
    position: absolute;
}

.icon-filter-arrow {
    width: 8px;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(../images/icon_arrow_down_x2.png);
    background-size: 100%;
    right: 10px;
    top: 15px;
    transition: all .2s;
}

    .icon-filter-arrow.filter-show {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.filter-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.filter-list::-webkit-scrollbar-track {
    background: #fff;
}

.filter-list::-webkit-scrollbar-thumb {
    background: #cbcbcb;
}

.filter-box1 {
    position: relative;
    height: 36px;
    line-height: 36px;
}

    .filter-box1 select {
        display: block;
    }

.filter-box2 {
    position: relative;
    height: 36px;
    line-height: 36px;
}

    .filter-box2 select {
        display: none;
    }

.filter-box3 {
    position: relative;
    height: 36px;
    line-height: 36px;
}

    .filter-box3 select {
        display: none;
    }

.banquan {
    width: 100%;
    background: #1c1c1c;
    padding: 23px 0;
    color: #7d7d7d;
}

    .banquan span {
        float: right;
    }

.f-address {
    width: 100%;
    background: #aa8d47;
    padding: 32px 0;
    color: #fff;
    text-align: center;
}
	.f-address .w66{
		width: auto;
		display: inline-block;
		zoom: 1;
	}
	.f-address .w66:after{
		content: "";
        clear: both;
        display: block;
	}
    .f-address li {
        float: left;
       text-align: left;
        line-height: 1.8;
        margin-right: 30px;
    }
	.f-address li:last-child{
		margin-right: 0;
	}

.f-menu {
    width: 100%;
    background: #1c1c1c;
    padding: 73px 0 20px 0;
    color: #fff;
}

    .f-menu a {
        color: #fff;
    }

    .f-menu dl {
        float: left;
        width: 12%;
    }

        .f-menu dl dt {
            font-size: 18px;
            padding-bottom: 26px;
        }

        .f-menu dl dd a {
            opacity: 0.35;
            font-family: "宋体";
            display: block;
            padding-bottom: 12px;
        }

.ewm h1 {
    padding-bottom: 30px;
    font-size: 16px;
}

    .ewm h1 b {
        font-weight: normal;
        font-size: 12px;
        color: #666666;
        opacity: 0.55;
    }

.t_icon li {
    position: relative;
    width: 120px;
    height: 38px;
    line-height: 38px;
    padding-left: 40px;
    border: 1px solid #494949;
    color: #7d7d7d;
    font-family: "宋体";
    background: url(../images/wx.jpg) no-repeat 10px center;
    cursor: pointer;
    margin-bottom: 10px;
}

    .t_icon li img {
        cursor: pointer;
    }

    .t_icon li p {
        position: absolute;
        display: none;
        width: 150px;
        z-index: 9999;
    }

        .t_icon li p img {
            width: 150px !important;
            height: 150px !important;
        }

.ne-top {
    top: 0;
    background: #fff;
}

.ne-banner {
    width: 100%;
    padding-top: 80px;
    position: relative;
}

    .ne-banner img {
        width: 100%;
        display: block;
    }

.ban-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
}

.ab-yd {
    background-image: url(../images/yd1.png);
    padding-left: 100px;
}

.ne-menu {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 55px;
}

    .ne-menu ul li {
        float: left;
        width: 24.8%;
        border-right: 1px solid #e5e5e5;
        text-align: center;
        font-size: 18px;
    }

        .ne-menu ul li a {
            display: block;
            color: #40210f;
        }

            .ne-menu ul li a:hover {
                background: #e6e6e6;
            }

        .ne-menu ul li .ts {
            background: #e6e6e6;
        }

    .ne-menu ul:after {
        content: "";
        clear: both;
        display: block;
    }

.ab01-xi {
    background: url(../images/bg.png) no-repeat center center;
}

.ti01 {
    text-align: center;
    color: #40210f;
    font-size: 30px;
    font-weight: bold;
    padding: 150px 0 100px 0;
}

.ab01-zi {
    color: #40210f;
}

    .ab01-zi p {
        text-align: center;
        font-size: 24px;
        font-family: "幼圆";
    }

    .ab01-zi span {
        display: block;
        width: 95%;
        margin: 0 auto;
        font-size: 16px;
        padding: 40px 0 140px 0;
        line-height: 2;
    }

.ab-tu {
    padding-bottom: 200px;
}

    .ab-tu li {
        float: left;
        width: 33%;
        margin-right: 0.3%;
        overflow: hidden;
        background: #000;
    }

        .ab-tu li img {
            width: 100%;
            display: block;
            transition-duration: .5s;
        }

        .ab-tu li:hover img {
            opacity: 0.5;
            transform: scale(1.1,1.1);
        }

.box {
    position: relative;
    width: 100%;
}

.fl_l {
    width: 154px;
    float: left;
    border: 1px solid #f4f4f4;
    background: #fff;
    position: absolute;
    left: 7%;
}

    .fl_l li a {
        border-bottom: 1px solid #eee;
        text-align: center;
        display: block;
        color: #333;
        font-size: 14px;
        line-height: 60px;
    }

    .fl_l li.active a {
        background: #aa8d47;
        color: #fff;
    }

.bg-xi01 {
    width: 70%;
    margin: 0 auto;
    padding-left: 16%;
}

.fl_r li {
    padding-bottom: 22px;
}

.ab02-xi .ti01 {
    padding-top: 60px;
    padding-bottom: 20px;
}

.bg-xi01 h1 {
    color: #40210f;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 29px;
}

.bg-xi01 dl {
    padding-left: 2%;
    margin-bottom: 20px;
}

    .bg-xi01 dl:after {
        clear: both;
        display: block;
        content: "";
    }

    .bg-xi01 dl dt {
        float: left;
        color: #aa8d47;
        font-size: 18px;
        font-weight: bold;
        padding-right: 10px;
        width: 20px;
    }

    .bg-xi01 dl dd {
        float: left;
        color: #40210f;
        font-size: 18px;
        width: 95%;
        line-height: 1.6;
    }

.fl_r li .bg-1 {
    background: url(../images/ne_pic04-1.jpg) no-repeat;
    background-position: 100% 50%;
}

.fl_r li .bg-2 {
    background: url(../images/ne_pic05-1.jpg) no-repeat;
    background-position: 50% 0;
}

.fl_r li .bg-3 {
    background: url(../images/ne_pic07-1.jpg) no-repeat;
    background-position: 50% 0;
}

.fl_r li .bg-4 {
    background: url(../images/ne_pic06-1.jpg) no-repeat;
    background-position: 50% 0%;
}

.fl_r li .bg-tu {
    height: 410px;
    background-size: cover;
    background-attachment: fixed;
}




.new-list {
    padding-bottom: 60px;
}

.new03 {
    width: 100%;
    border: 2px solid #e7e7e7;
    padding: 27px;
    margin-bottom: 33px;
}

    .new03 dl {
        width: 99%;
        margin: 0 auto;
    }

        .new03 dl:after {
            content: "";
            clear: both;
            display: block;
        }

        .new03 dl dt {
            width: 313px;
            height: 201px;
            background: #000;
            overflow: hidden;
            float: left;
        }

            .new03 dl dt img {
                width: 100%;
                height: 100%;
                transition-duration: .5s;
            }

        .new03 dl dd {
            width: calc(100% - 313px);
            width: -webkit-calc(100% - 313px);
            float: right;
            box-sizing: border-box;
            padding-left: 53px;
        }

            .new03 dl dd span {
                display: block;
                font-size: 16px;
                color: #999;
                padding: 19px 0 36px 0;
            }

            .new03 dl dd .ne-more {
                display: inline-block;
                border: 2px solid #e7e7e7;
                color: #777777;
                font-weight: bold;
                font-family: "Arial";
                padding: 15px 30px;
                transition-duration: .5s;
            }

                .new03 dl dd .ne-more:hover {
                    color: #fff;
                    background: #ae924f;
                }

.rq {
    width: 48px;
    text-align: center;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    font-family: "Arial";
    float: left;
}

    .rq p {
        font-size: 20px;
        color: #555;
        line-height: 37px;
    }

    .rq b {
        background: #ae924f;
        color: #fff;
        line-height: 20px;
        display: block;
        border-radius: 0 0 8px 8px;
    }

.new-nr {
    font-size: 24px;
    font-weight: bold;
    width: calc(97% - 48px);
    width: -webkit-calc(97% - 48px);
    float: left;
    box-sizing: border-box;
    padding-left: 23px;
    line-height: 61px;
}

.new03 dl:hover dt img {
    opacity: 0.7;
    transform: scale(1.1,1.1);
}

.jianT {
    max-width: 100%;
    text-align: center;
}

    .jianT li a {
        font-size: 14px;
        color: #474747;
        padding: 6px 10px;
        line-height: 1;
        background: #dcdee2;
    }

        .jianT li a:hover {
            text-decoration: none;
            background: #ae924f;
            color: #fff;
        }

    .jianT li {
        display: inline;
        margin: 0 2px;
    }

        .jianT li .on {
            background: #ae924f;
            color: #fff;
            padding: 6px 11px;
        }

    .jianT a[disabled] {
        color: #474747;
        cursor: not-allowed;
        background-color: #dcdee2;
        border-color: #dcdee2;
    }

#map {
    width: 100%;
    height: 400px;
}

.ne-lx {
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 40px;
}

    .ne-lx .xi01 {
        font-size: 18px;
        line-height: 2;
        padding-top: 30px;
    }

        .ne-lx .xi01 span {
            font-weight: bold;
        }

#map1 {
    width: 100%;
    height: 400px;
}

#map2 {
    width: 100%;
    height: 400px;
}

#map3 {
    width: 100%;
    height: 400px;
}

.dj-yd {
    background-image: url(../images/yd3.png);
}

.dj-xi {
    padding: 50px 0;
}

    .dj-xi .zzjg {
        max-width: 100%;
    }

.spbq {
    width: 23%;
    height: auto;
    float: left;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

    .spbq:nth-child(4n) {
        padding-right: 0;
    }

.zst {
    background: #000;
    overflow: hidden;
}

    .zst img {
        display: block;
        width: 100%;
        transition-duration: .5s;
    }

.spbq dl {
    transition-duration: .5s;
    background: #f6f6f6;
}

    .spbq dl dt {
        padding: 20px;
    }

    .spbq dl dd {
        border-top: 1px solid #e3e3e3;
        padding: 15px 20px;
        color: #999;
    }

    .spbq dl dt p {
        color: #333;
        font-size: 18px;
        padding-bottom: 20px;
        transition-duration: .5s;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .spbq dl dt span {
        font-size: 14px;
        color: #999;
        ransition-duration: .5s;
    }

    .spbq dl dd p {
        float: left;
    }

    .spbq dl dd span {
        float: right;
    }

        .spbq dl dd span a {
            color: #999;
        }

    .spbq dl dd:after {
        content: "";
        clear: both;
        display: block;
    }

.spbq:hover .zst img {
    opacity: 0.5;
    transform: scale(1.1,1.1);
}


.biankuang {
    width: 3px;
    height: 3px;
    position: absolute;
    z-index: 99;
    border-radius: 10px;
    /*background: black;*/
}

.biankuang_1 {
    height: 3px;
    top: 0px;
    left: 0px;
    border-left: 4px solid #c39854;
}

.biankuang_2 {
    width: 0px;
    bottom: -3px;
    left: 0px;
    border-top: 4px solid #c39854;
}

.biankuang_3 {
    height: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 4px solid #c39854;
}

.biankuang_4 {
    width: 0px;
    top: -3px;
    right: 0px;
    border-bottom: 4px solid #c39854;
}

.text_gobuy {
    position: absolute;
    z-index: 9;
    top: -50px;
    left: 0px;
    width: 100%;
    line-height: 50px;
    color: #fff;
    height: 50px;
    overflow: hidden;
    background: rgba(207, 208, 211, 0);
    cursor: pointer;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    text-align: center;
}

.text_gobuy_show {
    top: 0;
    background-color: rgba(32, 32, 33,0.3);
}

.kf-yd {
    background-image: url(../images/yd4.png);
    padding-left: 130px;
}

.kf-xi {
    padding: 50px 0;
}

.room01 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.room-tu {
    width: 225px;
    height: 152px;
    float: left;
}

    .room-tu img {
        border-radius: 6px;
        border: 3px solid #aa8d47;
        width: 219px;
        height: 146px;
    }

.room01:after {
    content: "";
    clear: both;
    display: block;
}

.room-txt {
    width: calc(93% - 225px);
    width: -webkit-calc(93% - 225px);
    float: left;
    box-sizing: border-box;
    padding-left: 26px;
    padding-top: 13px;
}

.txt01 {
    float: left;
    width: 65%;
}

    .txt01 dl {
        margin-bottom: 10px;
    }

        .txt01 dl dt {
            float: left;
            width: 120px;
            color: #aa8d47;
            font-size: 16px;
            font-weight: bold;
        }

        .txt01 dl dd {
            width: calc(100% - 120px);
            width: -webkit-calc(100% - 120px);
            float: right;
            box-sizing: border-box;
            font-size: 14px; line-height:22px;
        }

.txt02 {
    float: right;
    width: 127px;
}

    .txt02 p {
        text-align: right;
        color: #aa8d47;
        padding-bottom: 28px;
    }

        .txt02 p span {
            font-size: 30px;
            font-weight: bold;
        }

    .txt02 a {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 36px;
        color: #fff;
        background: #aa8d47;
    }
 .txt02 .gg02{ display:none;}
.yyd-nr {
    background: #eeeeee;
    padding: 80px 0;
}

.date-ti {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #aa8d47;
    font-size: 24px;
    border-bottom: 1px solid #d3c7ab;
    padding-bottom: 37px;
    margin-bottom: 37px;
}

.form-xi {
    width: 505px;
    margin: 0 auto;
    padding-bottom: 30px;
}

    .form-xi dl:after {
        content: "";
        clear: both;
        display: block;
    }

    .form-xi dl {
        font-size: 20px;
        padding-bottom: 20px;
        line-height: 51px;
    }

        .form-xi dl dt {
            width: 160px;
            text-align: left;
            color: #333;
            float: left;
        }

        .form-xi dl dd {
            float: left;
            width: 336px;
            float: left;
        }

            .form-xi dl dd p {
                color: #aa8d47;
            }

.ne-date {
    border: none;
    height: 50px;
    background: #fff url(datePicker.gif) no-repeat 300px center;
    font-size: 16px;
    width: 316px;
    padding-left: 20px;
}

.js-jj {
    height: 51px;
    background: #fff;
    width: 128px;
    border: none;
}

.jd-tj {
    width: 175px;
    margin: 0 auto;
}

.s_k03 {
    width: 175px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    margin: 0 auto;
    background: #aa8d47;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.sideMenu {
    padding-bottom: 40px;
}

    .sideMenu h3 {
        height: 55px;
        line-height: 55px;
        padding: 0 30px;
        background: #d4be87;
        cursor: pointer;
        font-size: 20px;
        color: #fff;
        font-weight: normal;
        margin-top: 14px;
    }

        .sideMenu h3 li {
        }

            .sideMenu h3 li span {
                font-size: 16px;
                padding-left: 20px;
            }

            .sideMenu h3 li a {
                color: #fff;
                font-size: 16px;
                float: right;
                padding-right: 20px;
            }

        .sideMenu h3 em {
            float: right;
            display: block;
            width: 27px;
            height: 55px;
            background: url(../images/icoAdd2.png) no-repeat center center;
            cursor: pointer;
        }

        .sideMenu h3.on em {
            background: url(../images/icoAdd.png) no-repeat center center;
        }

        .sideMenu h3.on {
            background: #aa8d47;
        }

        .sideMenu h3 span {
            font-size: 16px;
            padding-left: 30px;
        }

    .sideMenu ul {
        padding: 30px 15px;
        display: none;
        background: #f7f7f7;
    }

.join_xi {
    padding-left: 20px;
    line-height: 28px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.yq {
    border-top: 1px solid #dedede;
    padding-top: 15px;
    margin-top: 15px;
}

.join_xi h1 {
    font-weight: normal;
    font-size: 16px;
    color: #222;
}

.join_xi p {
    line-height: 1.8;
    color: #777;
}

.zp-ti {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.cy-yd {
    background-image: url(../images/yd5.png);
    padding-left: 140px;
}

.cy-room .room-txt {
    padding-top: 30px;
}

.hy-yd {
    background-image: url(../images/yd6.png);
    padding-left: 120px;
}

.hy-room .txt01 dl dt {
    width: 90px;
}

.hy-room .txt01 dl dd {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}

.xs-bg {
    width: 100%;
    display: none;
}

    .xs-bg img {
        max-width: 100%;
    }

.sq-more {
    text-align: right;
    display: none;
}

    .sq-more a {
        display: inline-block;
        padding: 10px 20px;
        color: #fff;
        background: #aa8d47;
    }
.ab-menu ul li{ width:19.8%;}





 .detail1 {
            width: 100%;
            padding-top: 15px;
        }

            .detail1 p {
                padding-bottom: 15px;
                font-size: 16px;
                line-height: 30px;
            }

        .faq {
            width: 100%;
            padding-top: 20px;
        }

        .faq1 {
            width: 100%;
            line-height: 62px;
            font-size: 20px;
            border-top: 1px solid #e5e5e5;
            font-weight: bold;
        }

        .faq2 {
            width: 100%;
            padding-top: 20px;
        }

            .faq2 li {
                width: 100%;
                margin: 0 auto;
                padding-bottom: 15px;
                font-size: 18px;
            }

                .faq2 li .f1 {
                    width: 15%;
                    padding-right: 1%;
                    text-align: right;
                    display: inline-block;
                    line-height: 46px;
                }

                .faq2 li .f2 {
                    width: 80%;
                    display: inline-block;
                    line-height: 46px;
                }

                    .faq2 li .f2 input {
                        width: 50%;
                        height: 46px;
                        border-radius: 5px;
                        line-height: 46px;
                        outline: none;
                        border: none;
                        background: #ebeaea;
                        color: #333;
                        padding: 0 2%;
                    }

        .button {
            width: 140px;
            height: 46px;
            line-height: 46px;
            outline: none;
            border: none;
            background: #aa8d47;
            color: #fff;
            text-align: center;
            border-radius: 5px;
            margin-left: 16%;
            font-size: 18px;
        }

#tishi p{ padding-top:60px;}


.wxzf{ background:#eeeeee; padding:54px 0;}
   .zf01{ background:#f8f6f6; width:30%; margin:0 auto; padding:35px 0;-moz-box-shadow:0px 0px 5px #878787; -webkit-box-shadow:0px 0px 5px #878787; box-shadow:0px 0px 5px #878787; text-align:center;}
   .zf01 p{ width:250px; margin:0 auto;}
   .zf01 h1{ font-size:16px; padding-top:20px;}



/*当页面大于1400px时*/
@media (min-width: 1441px) {

    .w66 {
        width: 1400px;
        margin: 0 auto;
    }

    .nav li a {
        padding: 0 22px;
    }

    .top {
        width: 85%;
    }
	    .t-ewm .t-ew {

        left: 20px;

    }
}

@media (max-width: 1240px) {
    .nav li a {
        padding: 0 10px;
    }
}
@media (min-width: 992px) and (max-width: 1440px){
	.wy-txt dt{
		width: 54%;
	}
	.wy-txt{
		padding: 30px 12px 30px 30px;
	}
	.wy-txt dt p{
		padding: 15px 0 10px 0;
	}
}
/*在992和1199像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 992px) and (max-width: 1199px) {
    .t-ewm {
        display: none;
    }

    .nav li a {
        padding: 0 8px;
    }

    .wy-txt {
        padding-top: 20px;
    }
}

/*在768和991像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 768px) and (max-width: 991px) {
    .t-fixed {
        display: none;
    }

    .xs-top {
        display: block;
    }

    .xs-logo {
        width: 30%;
        padding-top: 5px;
    }

    .slideBox {
        padding-top: 50px;
    }
}

/*在480和767像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 480px) and (max-width: 767px) {
    .t-fixed {
        display: none;
    }

    .xs-top {
        display: block;
    }

    .xs-logo {
        width: 45%;
        padding-top: 5px;
    }

    .slideBox {
        padding-top: 50px;
    }

    .w66 {
        width: 96%;
    }

    .in-ti {
        padding: 15px 0;
        font-size: 20px;
    }

    .banquan span {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .f-address li {
        width: 100%;
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .f-menu dl {
        width: 25%;
    }

    .ewm {
        display: none;
    }

    .f-menu {
        padding-top: 20px;
    }

    .xs-le {
        width: 100%;
    }

    .xs-ri {
        position: relative;
        width: 100%;
    }

    .wy-bg {
        position: relative;
        margin-bottom: 20px;
    }

    .bg-xi02 {
        position: relative;
    }

    .in-part01 {
        background-size: cover;
        padding-bottom: 20px;
    }

    .wy-txt {
        padding: 20px;
    }

        .wy-txt dt {
            width: 100%;
            padding-bottom: 20px;
        }

        .wy-txt dd {
            width: 100%;
        }

    .txt02-le {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .txt02-le dl {
            padding: 20px;
        }

    .yd-xi {
        height: auto;
    }

        .yd-xi li {
            width: 96%;
        }

            .yd-xi li:nth-child(3) {
                width: 96%;
            }

            .yd-xi li h3 {
                font-size: 14px;
                width: 112px;
                text-align: right;
            }

    .ydd {
        float: none;
        margin: 0 auto;
        width: 30%;
    }

    .new-ti h1 {
        font-size: 20px;
    }

    .in-new {
        padding-top: 40px;
    }

    .new-ti p {
        font-size: 14px;
    }

    .in-new01 {
        width: 96%;
        margin-bottom: 20px;
    }

    .in-new02 {
        position: relative;
        width: 96%;
        left: 14px;
    }

    .bg-txt h1 {
        font-size: 16px;
    }

    .bg-txt p {
        font-size: 14px;
    }

    .new-txt h1 {
        font-size: 16px;
    }

    .new-txt p {
        font-size: 14px;
    }

    .f-menu dl dt {
        font-size: 16px;
        padding-bottom: 10px;
    }
}

/*在小于480像素的屏幕,这里的样式才生效*/
@media (max-width: 479px) {
    .w66 {
        width: 96%;
    }

    .t-fixed {
        display: none;
    }

    .xs-top {
        display: block;
    }

    .xs-logo {
        width: 55%;
        padding-top: 10px;
    }

    .slideBox {
        padding-top: 50px;
    }

    .in-ti {
        padding: 15px 0;
        font-size: 20px;
    }

    .banquan span {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .f-address li {
        width: 100%;
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .f-menu dl {
        width: 25%;
    }
.f-menu dl:nth-child(5){ padding-left:25%;}
    .ewm {
        display: none;
    }

    .f-menu {
        padding-top: 20px;
    }

    .xs-le {
        width: 100%;
    }

    .xs-ri {
        position: relative;
        width: 100%;
    }

    .wy-bg {
        position: relative;
        margin-bottom: 20px;
    }

    .bg-xi02 {
        position: relative;
    }

    .in-part01 {
        background-size: cover;
        padding-bottom: 20px;
    }

    .wy-txt {
        padding: 20px;
    }

        .wy-txt dt {
            width: 100%;
            padding-bottom: 20px;
        }

        .wy-txt dd {
            width: 100%;
        }

    .txt02-le {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .txt02-le dl {
            padding: 20px;
        }

    .yd-xi {
        height: auto;
    }

        .yd-xi li {
            width: 96%;
        }

            .yd-xi li:nth-child(3) {
                width: 96%;
            }

            .yd-xi li h3 {
                font-size: 14px;
                width: 112px;
                text-align: right;
            }

    .ydd {
        float: none;
        margin: 0 auto;
        width: 30%;
    }

    .new-ti h1 {
        font-size: 20px;
    }

    .in-new {
        padding-top: 40px;
    }

    .new-ti p {
        font-size: 14px;
    }

    .in-new01 {
        width: 96%;
        margin-bottom: 20px;
    }

    .in-new02 {
        position: relative;
        width: 96%;
        left: 14px;
    }

    .bg-txt h1 {
        font-size: 16px;
    }

    .bg-txt p {
        font-size: 14px;
    }

    .new-txt h1 {
        font-size: 16px;
    }

    .new-txt p {
        font-size: 14px;
    }

    .f-menu dl dt {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .spbq dl dd p {
        display: none;
    }

    .spbq {
        width: 48%;
    }

        .spbq dl dt {
            padding: 20px 10px 10px;
        }

        .spbq dl dd {
            padding: 0 20px 20px;
        }

        .spbq dl dt span {
            font-size: 14px;
        }

        .spbq dl dd span a {
            font-size: 12px;
            width: 80px;
            height: 19px;
            line-height: 19px;
            margin-top: 0;
            transition-duration: .5s;
        }

    .ne-banner {
        padding-top: 50px;
    }
    /*.yd-ti{ padding-bottom:10px;background-size: 20% 80%; padding-left:80px;}*/
    .ne-menu ul li {
        font-size: 14px;
        width: 24%;
    }

    .ti01 {
        font-size: 22px;
        padding: 20px 0;
    }

    .ab01-zi span {
        padding: 30px 0;
    }

    .ab-tu {
        padding-bottom: 20px;
    }

    .xs-bg {
        display: block;
    }

    .bg-tu {
        display: none;
    }

    .fl_l {
        display: none;
    }

    .bg-xi01 {
        width: 96%;
        padding-left: 0;
    }

        .bg-xi01 h1 {
            font-size: 16px;
        }

    .new03 dl dt {
        float: none;
        margin: 0 auto;
    }

    .new03 dl dd {
        width: 100%;
        padding-left: 0;
        float: none;
        padding-top: 30px;
    }

    .new-nr {
        font-size: 16px;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .new03 {
        width: 96%;
        padding: 25px 2%;
    }

    #map {
        height: 200px;
    }

    #map1 {
        height: 200px;
    }

    #map2 {
        height: 200px;
    }

    #map3 {
        height: 200px;
    }

    .sideMenu h3 li a {
        display: none;
    }

    .sideMenu h3 {
        font-size: 14px;
    }

        .sideMenu h3 li span {
            font-size: 14px;
        }

    .sq-more {
        display: block;
    }

    .dj-xi {
        padding: 10px 0 30px 0;
    }

    .ab02-xi .ti01 {
        padding: 20px 0;
    }

    .spbq dl dt p {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .yd-ti h1 {
        font-size: 16px;
    }

    .yd-ti p {
        font-size: 12px;
    }

    .room-tu {
        float: none;
        margin: 0 auto;
    }

    .room-txt {
        width: 100%;
    }

    .txt01 {
        width: 100%;
    }

    .txt02 p {
        padding-bottom: 10px;
    }

    .ne-banner .yd-xi {
        display: none;
    }

    .yyd-nr {
        padding: 20px 0;
    }

    .date-ti {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .form-xi {
        width: 400px;
    }

        .form-xi dl {
            font-size: 12px;
        }

            .form-xi dl dt {
                width: 80px;
            }

            .form-xi dl dd {
                width: 306px;
            }

    .ne-date {
        width: 236px;
    }

    .ab-yd {
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 80px;
    }

    .dj-yd {
        padding-bottom: 20px;
    }

    .hy-yd {
        padding-left: 100px;
        padding-bottom: 10px;
    }

        .hy-yd h1 {
            padding-top: 20px;
        }

    .cy-yd {
        padding-bottom: 10px;
        padding-top: 20px;
    }
	.kf-yd{
    padding-bottom: 10px;
    padding-top: 20px; padding-left:110px;
}
.ab-menu ul li{ font-size:14px; width:19.5%;}
.faq2 li .f1{ width:20%;}
.faq2 li .f2{ width:78%;}
.faq2 li .f2 input{ width:90%;}
.button{ margin-left:21%;}
#tishi p{ padding-top:30px;}
.zf01{  width:100%; }
.txt02 .gg02{ display:block;}
.txt02 .gg01{ display:none;}
#tishi p span{ display:block;}
#tishi p b{ display:none;}
.ccc{
	padding-left:0; font-weight:normal}
}

#tishi p b{ font-weight:normal;}



@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}



@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}



@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}



@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}





.ne_xi_ti {
    text-align: center;
    border-bottom: 1px dashed #979797;
}

    .ne_xi_ti div {
        font-size: 18px;
        font-weight: bold;
        color: #717070;
    }

    .ne_xi_ti p {
        padding: 20px 0;
    }

.ne_nr {
    padding: 20px 10px;
    line-height: 25px;
}
