/*
 .Top001835
 */

.Top001835 {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
    top: 0;
    background: #ebf0f5;
}

.Top001835 .header {
    height: 100px;
    position: relative
}

.Top001835 .header-left {
    float: left;
    max-width: 186px;
    width: 40%;
}

.Top001835 .header-left .logo img {
    max-height: 100%;
}

.Top001835 .header-right {
    float: right;
    margin-left: 10px;
}

.Top001835 .header-left,
.Top001835 .header-right {
    position: relative;
    display: table;
    height: 100%;
}

.Top001835 .header-left .logo,
.Top001835 .header-right dd {
    display: table-cell;
    vertical-align: middle;
}

.Top001835 .header-right dd a {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    z-index: 99;
}
.Top001835 .header-right dd.top-lan a{
    color: #333;
    font-size: 16px;
    margin-right: 10px;
}



.Top001835 .sreach {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    top: 38%
}

.Top001835 .open-search {
    width: 40px;
    background: url(../images/soushuo.png) no-repeat center center;
}

.Top001835 .search-box {
    position: absolute;
    width: 0;
    overflow: hidden;
    right: 0;
    top: 30px;
    background: #fff;
    transition: 0.3s;
    opacity: 0;
    z-index:999;
}

.Top001835 .search-box .text {
    width: 100%;
    background: none;
    height: 40px;
    border: none;
    color: #999;
    line-height: 40px;
    padding: 0 40px 0 10px;
}

.Top001835 .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: url(../images/Top002070-search_btn.png) no-repeat center center;
}

.Top001835 .top-search-on .search-box {
    width: 200px;
    opacity: 1;
}

.Top001835 .header-mid {
    float: right;
    width: 70%;
    max-width: 1000px;
}

.Top001835 .header-menu li {
    max-width: 130px
}

.Top001835 .header-menu li a {
    color: #333 !important;
}

.Top001835 .header-menu li em {
    position: relative;
}

.Top001835 .header-menu li em a {
    line-height: 100px;
    font-size: 16px;
}

.Top001835 .header-menu li em::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    width: 1px;
    height: 8px;
    margin-top: -4px;
    background-color: #ccc;
    opacity: 0.3;
}

.Top001835 .header-menu li:last-child em::after {
    display: none;
}

.Top001835 .header-menu li .sub-menu {
    padding: 15px 0;
}

.Top001835 .header-menu li .sub-menu dt a {
    line-height: 32px;
    opacity: 0.5;
    color: #333 !important;
}

.Top001835 .header-menu li .sub-menu dt a::after {
    display: block;
    content: '';
    height: 2px;
}

.Top001835 .header-menu li .sub-menu dt a:hover::after {
    background-color: #00a2e9;
}

.Top001835 .header-menu li .sub-menu dt a:hover {
    background: none;
    opacity: 1;
}

.Top001835 .sub-menu-layer {
    /*background: rgba(235, 240, 245, 0.9);*/
    background:none;
}

.Top001835 .header-menu li:nth-child(3) .sub {
    width: 500%;
}
.fullbground .sub-menu { text-align: center;background: rgba(235, 240, 245, 0.9);}
.fullbground .sub-menu >dl dt {  float: none;}
@media(max-width:1024px) {
    .Top001835 #header-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 220px;
        height: 100%;
        background-color: #00a2e9;
        z-index: 100;
        transform: translateX(-100%);
        opacity: 0;
        transition: 0.3s;
        z-index: 100;
    }
    .Top001835 #header-menu.header-menu-show {
        transform: translateX(0);
        opacity: 1;
    }
    .Top001835 #header-menu li .sub-menu dt a {
        opacity: 0.8;
        border-bottom: 2px solid transparent;
        transition: 0.3s;
    }
    .Top001835 #header-menu li .sub-menu dt a:hover {
        border-bottom-color: #00a2e9;
        opacity: 1;
        font-weight: bold;
    }
    .Top001835 #open_menu {
        width: 48px;
        height: 32px;
        border: 1px solid #00a2e9;
        border-radius: 5px 0 5px 0;
        margin-left: 15px;
        position: relative;
        z-index: 100;
    }
    .Top001835 .open_menu_on {
        border-color: #fff !important;
    }

    .Top001835 #open_menu i,
    .Top001835 #open_menu i::before,
    .Top001835 #open_menu i::after {
        background: #00a2e9;
    }
    .Top001835 #open_menu i {
        height: 3px;
        margin-top: -1.5px;
        width: 70%;
        left: 15%;
    }
    .Top001835 #open_menu.open_menu_on i {
        width: 50%;
        left: 25%;
    }
    .Top001835 .mobile_layer {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99;
        opacity: 0;
        transform: scale(0);
        transition: opacity 0.3s;
    }
    .Top001835 .mobile_layer_show {
        transform: scale(1);
        opacity: 1;
    }
    .Top001835 .header-right {
        margin-right: 4%;
    }
}

@media(max-width:480px) {
    .Top001835 .header {
        height: 70px;
    }
    .Top001835 .header-left .logo{
        padding-left: 10px;
    }
    .Top001835 .header-left .logo img {
        max-height: 60%;
    }
    .Top001835 .header-right {
        margin-right: 6%;
    }
}

/*
 .Banner002594
 */

.Banner002594 .controls {
    position: absolute;
    z-index: 2;
    right: 3%;
    bottom: 5%;
}

.Banner002594 img{display: none}
.Banner002594 .phone{display: none}

@media(max-width:1000px) {
    .Banner002594 .swiper-slide{ background-image: none!improtant;}
    .Banner002594 img{ display: block;width: 100%;height: auto}
    .Banner002594 .phone{display: block;width: 100%}
}

.Banner002594 .controls ol {
    font-family: Arial, Helvetica, sans-serif;
    color: #838281;
}

.Banner002594 .controls ol span.swiper-pagination-current {
    color: #00a2e9;
    font-size: 36px;
}

.Banner002594 .controls li {
    width: 39px;
    height: 10px;
    background: url(../images/Banner002594_btn_next.png) no-repeat center center;
    cursor: pointer;
    margin: 0 8px;
}

.Banner002594 .controls li.prev {
    background-image: url(../images/Banner002594_btn_prev.png);
}

.Banner002594 .swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.Banner002594 .swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.Banner002594 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.Banner002594 .swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}

.Banner002594 .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.Banner002594 .swiper-slide {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.Banner002594 .phone {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.Banner002594 .inner {
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
    padding: 0 3%;
}

.Banner002594 .inner p {
    margin: 0;
}

.Banner002594 .inner .p1 {
    font-size: 24px;
}

.Banner002594 .inner .p2 {
    font-size: 60px;
    margin: 0.5% 0 1% 0;
}

.Banner002594 .inner .more {
    text-align: center;
}

.Banner002594 .inner .more a {
    display: inline-block;
    line-height: 46px;
    background: #00a2e9;
    color: #fff;
    width: 50%;
    max-width: 175px;
}

.Banner002594 .inner .more a::after {
    display: inline-block;
    content: '';
    width: 33px;
    height: 8px;
    background: url(../images/Banner002594_btn_next.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin: -4px 0 0 5px;
}

@media(max-width:480px) {
    .Banner002594 .inner .p1 {
        font-size: 18px;
    }
    .Banner002594 .inner .p2 {
        font-size: 30px;
    }
}

.home_title {
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding: 9% 0 5%;
    font-weight: lighter;
}

.home_title p {
    margin: 0;
    opacity: 0.6;
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: 3px;
}

.home_title::after {
    display: block;
    content: '';
    background: #99c200;
    margin: 20px auto 0;
    height: 4px;
    width: 52px;
}

@media(max-width:480px) {
    .home_title {
        font-size: 24px;
    }
    .home_title p {
        font-size: 14px;
    }
}

.home_btn {
    text-align: center;
    padding-top: 6%;
}

.home_btn a {
    display: inline-block;
    line-height: 46px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 50%;
    max-width: 175px;
    transition: all 0.3s ease;
}

.home_btn a:hover {
    background: #00a2e9;
    color: #fff;
    border: 1px solid #00a2e9;
}

.home_btn a::after {
    display: inline-block;
    content: '';
    width: 33px;
    height: 8px;
    background: url(../images/Banner002594_btn_next.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin: -4px 0 0 5px;
}

@media (max-width: 1440px) {
    .home_btn {
        padding-top: 2%;
    }
}

/*Floor002596 */

.Floor002596 {
    position: relative;
    z-index: 9;
}

.Floor002596 .home_title {
    padding: 8% 0 4%;
}

.Floor002596 .auto {
    position: relative;
    z-index: 2;
}

.Floor002596 .float {
    z-index: 2;
    position: absolute;
    left: -2%;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    transform: rotate(90deg) translateY(-50%);
    top: 50%;
}

.Floor002596 .float::before {
    display: inline-block;
    content: '';
    background: #fff;
    width: 68px;
    height: 1px;
    vertical-align: text-bottom;
    margin-bottom: 5px;
    margin-right: 5px;
}

@media(max-width:1200px) {
    .Floor002596 .float {
        display: none;
    }
}

.Floor002596 li {
    float: left;
    width: 30%;
    margin: 0 1.6667%;
    position: relative;
    padding-bottom: 32%;
    color: #fff;
}

.Floor002596 li .hoverbg {
    background: rgba(255, 255, 255, 0.19);
    border: 1px solid rgba(255, 255, 255, 0.28);
    position: absolute;
    content: '';
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}

.Floor002596 li:hover .hoverbg {
    opacity: 1;
}

.Floor002596 li .hoverbg i {
    position: absolute;
    left: 0;
    width: 100%;
}

.Floor002596 li .hoverbg i::before,
.Floor002596 li .hoverbg i::after {
    width: 15px;
    height: 15px;
    position: absolute;
    content: '';
    top: -1px;
    border-top: 1px solid #00a2e9;
}

.Floor002596 li .hoverbg i::before {
    left: -1px;
    border-left: 1px solid #00a2e9;
}

.Floor002596 li .hoverbg i::after {
    right: -1px;
    border-right: 1px solid #00a2e9;
}

.Floor002596 li .hoverbg i.up {
    top: 0;
}

.Floor002596 li .hoverbg i.down {
    bottom: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.Floor002596 li .ycenter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.Floor002596 li .main {
    width: 100%;
    text-align: center;
}

.Floor002596 li .icon {
    text-align: center;
    transform: translateY(39%);
    transition: 0.3s;
}

.Floor002596 li .icon aside {
    padding: 25px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
}

.Floor002596 li .icon aside::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/Floor002596_iconbg.png) no-repeat center center;
    background-size: contain;
    transform: rotate(85deg);
    -ms-transform: rotate(85deg);
    -webkit-transform: rotate(85deg);
}

.Floor002596 li:nth-child(1) .icon aside::before {
    transform: rotate(0);
}

.Floor002596 li:nth-child(3) .icon aside::before {
    transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    -webkit-transform: rotate(170deg);
}

.Floor002596 li .icon aside img {
    width: 60px;
    height: 60px;
}

.Floor002596 li:hover a {
    color: #fff;
}

.Floor002596 li p {
    font-size: 18px;
    margin: 8% 0;
    color: #fff;
}

.Floor002596 li pre {
    max-width: 165px;
    margin: 0 auto;
    text-align: center;
    line-height: 21px;
    opacity: 0.8;
    height: 84px;
    overflow: hidden;
    margin-bottom: 4%;
}

.Floor002596 li pre,
.Floor002596 li .more {
    transform: translateY(39%);
    opacity: 0;
    transition: 0.3s;
}

.Floor002596 li .more a {
    display: inline-block;
    background: #00a2e9;
    color: #fff;
    width: 138px;
    line-height: 39px;
}

.Floor002596 li .more a::after {
    background: url(../images/Floor002596_more.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-left: 5px;
    width: 35px;
    height: 7px;
}

.Floor002596 li:hover pre,
.Floor002596 li:hover .more,
.Floor002596 li:hover .icon {
    transform: translateY(0);
    opacity: 1;
}

.Floor002596 li:hover .icon aside {
    background: #00a2e9;
}

.Floor002596 li:hover .icon aside::before {
    display: none;
}

@media (max-width:1440px) {
    .Floor002596 li {
        padding-bottom:25%;
    }
}
@media(min-width:641px) and (max-width:768px) {
    .Floor002596 li .icon aside {
        padding: 10px;
    }
    .Floor002596 li .icon aside img {
        width: 46px;
        height: 46px;
    }
}

@media(max-width:640px) {
    .Floor002596 li {
        width: 30%;
        padding-bottom: 40%;
        transition: 0.3s;
    }
    .Floor002596 ul:hover li {
        padding-bottom: 60%;
    }
}

@media(max-width:480px) {
    .Floor002596 li .icon aside {
        padding: 15px;
    }
    .Floor002596 li .icon aside img {
        width: 40px;
        height: 40px;
    }
    .Floor002596 ul:hover li {
        padding-bottom: 80%;
    }
}


/*
 Floor000650
 */

.Floor000650 {
    position: relative;
    z-index: 9;
}

.Floor000650 ul {
    overflow: hidden;
}

.Floor000650 ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 3% 5%;
    transition: 100ms;
    -webkit-transition: 100ms;
    position: relative;
}

.Floor000650 ul li .Ispic {
    width: 100%;
    padding-bottom: 65%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.Floor000650 ul li:hover .Ispic {
    opacity: 1;
}

.Floor000650 ul li .pic {
    width: 171px;
    margin: 0 auto;
    height: 171px;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.Floor000650 ul li:hover .pic {
    transform: rotateY(180deg);
}

.Floor000650 ul li .pic img {
    position: relative;
    width: 100%;
    height: 171px;
}

.Floor000650 ul li .pic .img2 {
    z-index: 3;
    transform: rotateY(180deg);
}

.Floor000650 ul li .pic img,
.Floor000650 ul li .pic .img2 {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.Floor000650 ul li:hover .pic .img2 {
    top: -20px;
    transition: all 0.3s ease;
}

.Floor000650 ul li h1 {
    display: block;
    text-align: center;
    margin: 30px 0 20px;
    font-size: 22px;
    font-weight: normal;
    color: #333;
    transition: all 0.3s ease;
}

.Floor000650 ul li:hover {
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15)
}

.Floor000650 ul li:hover h1 {
    padding-top: 18%;
}

.Floor000650 ul li p {
    margin: 0;
    line-height: 20px;
    color: #666;
}

.Floor000650 ul li:hover p {
    color: #999;
}

@media (max-width:1200px) {
    .Floor000650 {
        width: 100%;
    }
}

@media (max-width:768px) {
    .Floor000650 ul li {
        width: 100%;
        padding-bottom: 5%;
    }
}

/*Floor002573 */

.Floor002573 {
    position: relative;
    z-index: 9;
}

.Floor002573 .home_title {
    padding-top: 13%;
}

.Floor002573 .owl-carousel {
    position: relative;
    z-index: 10;
}

.Floor002573 .owl-stage-outer {
    overflow: hidden;
}

.Floor002573 .owl-item {
    float: left;
}

.Floor002573 .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.Floor002573 .item a {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0, 127, 183, 0.95);
    transition: 0.3s;
}

.Floor002573 .item .pic {
    display: block;
    width: 100%;
}

.Floor002573 .item a > div {
    width: 100%;
}

.Floor002573 .item p {
    line-height: 20px;
    height: 0;
    font-size: 12px;
    max-width: 220px;
    margin: 0 auto;
    transition: 0.3s;
    transform: translateY(100px);
    opacity: 0;
    margin-bottom: 0;
    padding: 0 2%;
}

.Floor002573 .item a:hover {
    background: rgba(0, 162, 233, 0.9);
}

.Floor002573 .item a:hover p.dot2 {
    opacity: 1;
    height: 20px;
    margin: 4% auto;
    transform: translateY(0);
    font-size: 14px;
}

.Floor002573 .item a:hover p.dot3 {
    opacity: 0.8;
    height: 60px;
    margin-bottom: 5%;
    transform: translateY(0);
}

.Floor002573 .item h3 {
    margin: 0;
    font-size: 18px;
    padding: 2% 0;
    font-weight: normal;
}

.Floor002573 .item a span {
    display: inline-block;
    background: url(../images/Floor002573_more.png) no-repeat;
    width: 22px;
    opacity: 0;
    transition: 0.4s;
}

.Floor002573 .item a:hover span {
    opacity: 1;
    height: 10px;
}

.Floor002573 .item .icon {
    max-width: 265px;
    max-height: 45px;
    opacity: 0.5;
    transition: 0.4s;
}

.Floor002573 .item a:hover .icon {
    opacity: 1;
    display: none;
}

@media(min-width:1025px) {
    .Floor002573 .disabled {
        display: none;
    }
    .Floor002573 {
        margin-top: -2.8%;
    }
}

@media(max-width:1440px) {
    .Floor002573 .home_title {
        padding-bottom: 3%;
    }
}
@media(max-width:1024px) {
    .Floor002573 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .Floor002573 .owl-nav {
        text-align: center;
        padding: 3% 0;
    }
    .Floor002573 .owl-nav button {
        margin: 0 1px;
        position: relative;
        border: none;
        background: rgba(245, 143, 0, 0.6);
        width: 40px;
        height: 40px;
        padding: 0;
        cursor: pointer;
    }
    .Floor002573 .owl-nav span {
        overflow: hidden;
        display: block;
        text-align: left;
        text-indent: -999em;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .Floor002573 .owl-nav .owl-prev span {
        margin-left: 15px;
        transform: rotate(-135deg);
    }
    .Floor002573 .owl-nav .owl-next span {
        margin-left: 12px;
        transform: rotate(45deg);
    }
}

@media(max-width:480px) {
    .Floor002573 .item .icon {
        max-width: 40px;
        max-height: 40px;
    }
}


/*
 .Floor001094
 */

.Floor001094 {
    position: relative;
    z-index: 9;
    padding: 2% 0;
}

.Floor001094 li {
    float: left;
    overflow: hidden;
    position: relative;
    width: 28%;
    margin-right: 8%;
    text-align: center;
}

.Floor001094 li:last-child {
    margin-right: 0;
}

.Floor001094 li img {
    width: 100%;
    transition: all ease-in-out 0.5s;
}

.Floor001094 li h1 {
    height: 60px;
    margin: 0;
    background-color: #00a2e9;
    font-weight: normal;
    line-height: 60px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.Floor001094 li h1::before {
    position: absolute;
    content: '';
    background: url(../images/Floor001094-more.png) no-repeat;
    width: 38px;
    height: 16px;
    top: -16px;
    left: 50%;
    margin-left: -19px;
}

.Floor001094 li a {
    color: #fff;
    padding: 0 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
    transform: translateY(100%);
    transition: all ease-in-out 0.5s;
}

.Floor001094 li .table {
    display: table;
    width: 100%;
    height: 100%;
    color: #555;
}

.Floor001094 li .table_cell {
    display: table-cell;
    vertical-align: middle;
}

.Floor001094 li h3 {
    font-size: 18px;
    color: #555;
    font-weight: normal;
}

.Floor001094 li i {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 2px solid #eee;
    border-radius: 50%;
}

.Floor001094 li i::before,
.Floor001094 li i::after {
    position: absolute;
    content: '';
    background-color: #fff;
    left: 50%;
    top: 50%;
}

.Floor001094 li i::before {
    width: 15px;
    height: 2px;
    margin-left: -7px;
    margin-top: -0.5px;
}

.Floor001094 li i::after {
    width: 2px;
    height: 15px;
    margin-left: -0.5px;
    margin-top: -7px;
}

.Floor001094 li p {
    margin: 13% 0;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    color: #666;
}

.Floor001094 li span {
    display: inline-block;
    width: 50%;
    border: 1px solid #fff;
    height: 23px;
    background: url(../images/Floor001094-detail.png) no-repeat center center;
}

.Floor001094 li:hover a {
    background: rgba(0, 162, 233, 0.95);
    color: #fff;
    transform: translateY(0);
}

.Floor001094 li:hover * {
    color: #fff;
}

.Floor001094 li:hover h1 {
    bottom: 100%;
}

.Floor001094 li:hover img {
    transform: rotateY(-180deg);
}

@media(max-width:1000px) {
    .Floor001094 li {
        margin-right: 2%;
        width: 18.4%;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .Floor001094 li {
        margin-right: 2%;
        width: 32%;
        margin-bottom: 2%;
    }
    .Floor001094 li:nth-child(1) {
        margin-left: 17%;
    }
}

@media(max-width:480px) {
    .Floor001094 li {
        width: 49%;
        margin-bottom: 2%;
    }
    .Floor001094 li:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }
    .Floor001094 li:nth-child(2n+1) {
        margin-right: 0;
    }
}

/*Floor001893*/

.Floor001893 {
    position: relative;
    z-index: 9;
    padding: 5% 0;
}

.Floor001893 .home_title {
    color: #fff;
    padding: 5% 0 3%;
}

.Floor001893 .home_btn {
    padding-top: 3%;
}

.Floor001893 .home_btn a {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.Floor001893 .home_btn a:hover {
    background: #00a2e9;
    border: 1px solid #00a2e9;
    color: #fff;
}

.Floor001893 .time {
    border-bottom: 1px solid #fff;
    padding-top: 3%;
}

.Floor001893 figure {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    color: #eee;
    line-height: 30px;
    font-size: 16px;
}

.Floor001893 ul li {
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    float: left;
    list-style: none;
    width: 17%;
    margin-right: 3.75%;
}

.Floor001893 ul li:nth-child(3) h3 {
    position: relative;
    font-family: initial;
    overflow: initial;
    margin-bottom: 11px;
}
.Floor001893 ul li:nth-child(3) h3::before {
    position: absolute;
    content: '· · ·';
    font-size: 76px;
    left: 50%;
    transform: translateX(-50%);
}
.Floor001893 ul li:last-child {
    margin-right: 0;
}

.Floor001893 ul li h3 {
    font-family: 'Butter';
    font-size: 36px;
    margin-bottom: 11px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.Floor001893 ul li h4 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    transition: all 0.3s ease;
}

.Floor001893 ul li p {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0 11px;
    transition: all 0.3s ease;
}

.Floor001893 ul li:hover h3,
.Floor001893 ul li:hover h4,
.Floor001893 ul li:hover p {
    color: #99c200;
}

.Floor001893 ul li:hover::before {
    background: #99c200;
}

.Floor001893 ul li:hover::after {
    border-color: #99c200;
}

.Floor001893 ul li::before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -7px;
    bottom: -8px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.Floor001893 ul li:nth-child(3)::before {
    bottom: -12px;
}

.Floor001893 ul li::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media (max-width:1440px) {
    .Floor001893 {
        padding:0;
    }
    .Floor001893 .time {
        padding-top:0;
    }
}
@media (max-width:768px) {
    .Floor001893 ul li {
        width: 23%;
        margin-right: 2%;
    }
    .Floor001893 ul li:nth-child(4) {
        margin-right: 0;
    }
    .Floor001893 ul li:nth-child(5) {
        display: none;
    }
    .Floor001893 ul li h3 {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .Floor001893 ul li {
        width: 31%;
    }
    .Floor001893 ul li:nth-child(3) {
        margin-right: 0;
    }
    .Floor001893 ul li:nth-child(4),
    .Floor001893 ul li:nth-child(5) {
        display: none;
    }
    .Floor001893 ul li h3 {
        font-size: 24px;
    }
    .Floor001893 ul li h4 {
        font-size: 14px;
    }
}

@media (max-width:320px) {
    .Floor001893 ul li {
        width: 48%;
    }
    .Floor001893 ul li:nth-child(2) {
        margin-right: 0;
    }
    .Floor001893 ul li:nth-child(3),
    .Floor001893 ul li:nth-child(4),
    .Floor001893 ul li:nth-child(5) {
        display: none;
    }
    .Floor001893 ul li h3 {
        font-size: 20px;
    }
}

/*
 .Bottom002370
 */

.Bottom002370 {
    background: #000;
}

.Bottom002370,
.Bottom002370 a {
    color: #c9c9c9;
    transition: all .3s ease;
}

.Bottom002370 a:hover {
    color: #fff;
}

.Bottom002370 .bottom {
    padding: 5% 0 4%;
}

.Bottom002370 nav {
    float: left;
    width: 35%;
    margin-right: 2%;
}

.Bottom002370 nav li {
    float: left;
    width: 33.3334%;
}

.Bottom002370 nav li h3 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}

.Bottom002370 nav li h3:after {
    display: block;
    width: 17px;
    background-color: #575757;
    height: 1px;
    content: "";
    margin-top: 12px;
}

.Bottom002370 nav li dl {
    padding-top: 10px;
}

.Bottom002370 nav li dl dd {
    padding: 3px 0;
}

.Bottom002370 .QRcode {
    text-align: center;
    width: 25%;
    float: left;
}

.Bottom002370 .QRcode figure {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.Bottom002370 .QRcode figure img {
    max-width: 120px;
}

.Bottom002370 .QRcode figure:last-child {
    margin-right: 0;
}

.Bottom002370 .QRcode span {
    display: block;
    padding-top: 10px;
}

.Bottom002370 .tel dt {
    font-size: 14px;
}

.Bottom002370 .tel dt:before {
    content: "\e714";
    font-family: "iconfont" !important;
    padding-right: 5px;
    position: relative;
    top: 0px;
    font-size: 18px;
}

.Bottom002370 .tel dd {
    font-size: 24px;
    color: #fff;
}

.Bottom002370 .contact {
    float: right;
    width: 30%;
}

.Bottom002370 .contact p {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.6;
}

.Bottom002370 .share {
    margin-top: 10px;
}

.Bottom002370 .share a {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    background: #8d8d8d;
    font-size: 20px;
    color: #3a3a3a;
    margin-right: 5px;
}

.Bottom002370 .share a:hover {
    background-color: #fff;
}

.Bottom002370 footer {
    padding: 1% 0;
    background: #151515;
}

.Bottom002370 .links a {
    display: inline-block;
}

.Bottom002370 .links a + a {
    margin-left: 20px;
    position: relative;
}

.Bottom002370 .links a + a:before {
    content: "";
    width: 1px;
    height: 55%;
    top: 30%;
    background: #6b6b6b;
    position: absolute;
    left: -10px;
}

@media only screen and (max-width:767px) {
    .Bottom002370 nav {
        max-width: 310px;
        margin: 0 auto 15px;
    }
    .Bottom002370 .contact {
        text-align: center;
        padding-top: 15px;
    }
    .Bottom002370 footer {
        text-align: center;
    }
}

@media only screen and (min-width:768px) {
    .Bottom002370 .copyright {
        float: left;
    }
    .Bottom002370 .links {
        float: right;
    }
}




/*插件样式，如果有多个一样的只留一份*/

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 10;
    margin-top: -32px;
    top: 53%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

.Other002373 #fullPage {
    height: 100%;
    position: relative;
    touch-action: none;
    transform: translate3d(0px, 0px, 0px);
    transition: all 700ms ease;
}

#fp-nav ul li + li {
    position: relative;
    margin-top: 30px;
}

#fp-nav ul li + li:before,
#fp-nav ul li + li:after,
#fp-nav ul li + li a:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    left: 50%;
    margin-left: -1px;
}

#fp-nav ul li + li:before {
    top: -28px;
}

#fp-nav ul li + li:after {
    top: -18px;
}

#fp-nav ul li + li a:before {
    top: -8px;
}

#fp-nav ul li a span {
    display: block;
    width: 15px;
    height: 6px;
    border-radius: 50px;
    background-color: #fff;
    position: static;
    margin: 0 auto;
}

#fp-nav ul li a.active,
#fp-nav ul li:hover a.active {
    border: 2px solid #99c200;
    padding: 3px 0 0 0;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span {
    background-color: #99c200;
    border-radius: 0 !important;
    margin: 0 auto;
    width: 37px;
    height: 3px;
}

.Other002373 .section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media only screen and (max-width: 1023px) {
    #fp-nav.right {
        right: 5px;
    }
}


@keyframes firstPart {
    0% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }

}

@-webkit-keyframes firstPart
/* Safari and Chrome */

    {
    0% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }

}

.Other002373 .mousetip {
    background: url(../images/Other002373-mousetip.png) no-repeat;
    width: 62px;
    height: 63px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -31px;
    z-index: 100;
    cursor: pointer;
    animation-name: firstPart;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    -moz-animation-name: firstPart;
    -moz-animation-duration: 0.8s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    -webkit-animation-name: firstPart;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    -o-animation-name: firstPart;
    -o-animation-duration: 0.8s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
}

.Other002373 .mousetip.up {
    background-image: url(../images/Other002373-mousetip_up.png);
}


/*
 .Bottom002381
 */

.Bottom002381 {
    background: #f0f0f0;
}
@media (max-width:768px) {
    .Bottom002381{padding-top: 65px}
}

.Bottom002381 .bottom,
.Bottom002381 .bottom a {
    color: #666;
    font-size: 13px;
}

.Bottom002381 .bottom a:hover {
    color: #333;
}

.Bottom002381 .bottom {
    padding: 3% 0;
}

.Bottom002381 .bottom nav li h3 {
    margin: 0;
    font-weight: normal;
}

.Bottom002381 .bottom nav li h3 a {
    font-size: 15px;
    color: #333;
}

.Bottom002381 .bottom nav li dl {
    padding-top: 15px;
}

.Bottom002381 .bottom nav li dl dd {
    padding: 3px 0;
}

.Bottom002381 .weixin img {
    border: 1px solid #efefef;
}

.Bottom002381 .weixin span {
    display: block;
    padding-top: 8px;
    text-align: center;
}

.Bottom002381 .tel dt,
.Bottom002381 .share .span {
    color: #333;
    font-size: 15px;
}

.Bottom002381 .tel dd {
    font-size: 36px;
    color: #99c200;
    font-family: '站酷庆科黄油体';
}

.Bottom002381 .share {
    text-align: left;
    margin-top: 10px;
}

.Bottom002381 .share > * {
    display: inline-block;
}

.Bottom002381 .share a {
    color: #999;
    font-size: 20px;
    padding-left: 10px;
}

.Bottom002381 footer,
.Bottom002381 footer a {
    color: #999;
}

.Bottom002381 footer a:hover {
    color: #333;
}

.Bottom002381 footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}

.Bottom002381 footer a {
    padding-right: 15px;
}

@media only screen and (max-width: 767px) {
    .Bottom002381 .bottom nav li {
        border-bottom: 1px solid #e5e5e5;margin-bottom: 10px;padding-bottom: 10px;
    }
    .Bottom002381 .bottom nav li dl {
        display: none;
        padding: 10px 0;
    }
    .Bottom002381 .bottom nav li h3 {
        padding: 8px 0;
    }
    .Bottom002381 .weixin{width: 50%;float: left;}
    
    .Bottom002381 .weixin,
    .Bottom002381 .contact {
        text-align: center;
        padding-top: 10px;
    }
    .Bottom002381 .share {
        text-align: center;
        margin: 10px auto 0;
    }

    .Bottom002381 footer {
        text-align: center;
    }
    .Bottom002381 .copyright {
        margin: 5px 0 0;
    }
}

@media only screen and (min-width: 768px) {
    .Bottom002381 .bottom nav {
        float: left;
        width: 50%;
    }
    .Bottom002381 .bottom nav li {
        float: left;
        width: 30%;
        border-left: 1px solid #e5e5e5;
        padding-left: 25px;
        min-height: 185px;
    }
    .Bottom002381 .bottom nav li h3{
        padding-bottom:10%;
        color:#333;
    }
    .Bottom002381 .bottom nav li a{
        display: block;
        line-height: 22px;
    }
    .Bottom002381 .bottom nav li a:hover {
        color: #99c200;
    }
    .Bottom002381 .weixin,
    .Bottom002381 .contact {
        float: right;
    }
    .Bottom002381 .contact {
        padding-right: 4%;
    }
    .Bottom002381 .weixin {
        padding-left: 3%;
    }


    .Bottom002381 .links {
        float: left;
    }
    .Bottom002381 .copyright {
        float: right;
        margin: 0;
    }
}



/*Banner002621 */

.Banner002621 {
    margin-top: 100px
}

.Banner002621 img {
    display: block;
    width: 100%;
}

@media(min-width:1025px) {
    .Banner002621 .wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner002621 .pc {
        display: none;
    }
}


/*PicList001886*/

.PicList001886 {
    padding-top: 2%;
}

.PicList001886 .auto {
    border-bottom: 1px dashed #e8e7e7;
}

.PicList001886 dl {
    display: table;
    width: 100%;
    border-bottom: 1px dashed #e8e7e7;
    padding: 2% 0 2% 0%;
}

.PicList001886 dl:last-child {
    border-bottom: 0;
}

.PicList001886 dl dd {
    display: table-cell;
    vertical-align: middle;
}

.PicList001886 dl dd.price {
    width: 23%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

.PicList001886 dl dd.price p {
    color: #999;
    margin-bottom: 10%;
}

.PicList001886 dl dd.price span {
    font-size: 30px;
    color: #ff8200;
}

.PicList001886 dl dd.price a {
    display: block;
    margin: 0 auto;
    width: 67%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #99c200;
    line-height: 32px;
}

.PicList001886 dl .pic {
    width: 30%;
    float: left;
    overflow: hidden;
}

.PicList001886 dl .pic img {
    display: block;
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.PicList001886 dl div {
    padding: 0 3%;
    line-height: 30px;
    float: right;
    width: 70%;
}

.PicList001886 dl h2 {
    font-size: 18px;
    max-height: 60px;
    overflow: hidden;
    padding-bottom: 10px
}

.PicList001886 dl h2:hover a {
    color: #99c200
}

.PicList001886 dl:hover a img {
    transform: scale(1.05)
}

.PicList001886 dl p {
    margin: 0;
}

@media(max-width:1200px) {
    .PicList001886 .auto {
        padding: 0;
        margin: 2%;
    }
}

@media(max-width:768px) {
    .PicList001886 dl dd.price span {
        font-size: 24px;
    }
    .PicList001886 dl div {
        line-height: 24px;
    }
    .PicList001886 dl h2 {
        max-height: 48px;
    }
}

@media(max-width:640px) {
    .PicList001886 dl {
        padding: 4%;
        display: block;
    }
    .PicList001886 dl .pic,
    .PicList001886 dl div {
        float: none;
        width: auto;
    }
    .PicList001886 dl div {
        padding-top: 3%;
    }
    .PicList001886 dl dd {
        display: block;
    }
    .PicList001886 dl dd.price {
        margin-top: 3%;
        padding-top: 3%;
        width: auto;
        border-left: 0;
        border-top: 1px solid #e5e5e5;
    }
    .PicList001886 dl dd.price p {
        margin-bottom: 15px;
    }
    .PicList001886 dl dd.price a {
        max-width: 100px;
    }
    .PicList001886 dl figure {
        padding-top: 10px;
    }
    .PicList001886 dl figure span,
    .PicList001886 dl dd div p {
        font-size: 12px;
    }
}


/*Page002046 */

.Page002046 .Pages {
    text-align: center;
    padding: 3% 0;
}

.Page002046 .Pages a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ececec;
    padding: 0 15px;
    line-height: 38px;
    color: #999;
}

.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur {
    background-color: #99c200;
    color: #fff;
}

.Page002046 .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.Page002046 .Pages em a {
    float: left;
    margin-left: -1px;
}

.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total {
    display: none;
}

.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next {
    padding: 0;
    width: 44px;
    background: url(../images/Page002046-a_prev.gif) no-repeat center center;
    overflow: hidden;
    line-height: 1000px;
    height: 38px;
}

.Page002046 .Pages .a_next {
    background-image: url(../images/Page002046-a_next.gif);
}

@media(max-width:640px) {
    .Page002046 .Pages .a_first,
    .Page002046 .Pages .a_end {
        display: none;
    }
}



/*
 .PicList001213
 */

.PicList001213 {
    padding: 0% 0;
}

.PicList001213 .name {
    position: relative;
    text-align: center;
    padding: 2% 0 1% 0;
}

.PicList001213 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 30px;
    color: #333;
    position: relative;
    z-index: 2;
}

.PicList001213 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

.PicList001213 dl {
    border-bottom: 1px dashed #e8e7e7;
    padding: 3% 0;
}

.PicList001213 h2 a:hover {
    color: #99c200
}

@media(min-width:481px) {
    .PicList001213 dl {
        display: table;
        width: 100%;
    }
    .PicList001213 dl dt,
    .PicList001213 dl dd {
        display: table-cell;
        vertical-align: middle;
    }
    .PicList001213 dl dt {
        width: 49%;
    }
    .PicList001213 dl dt img {
        width: 90%;
    }
    .PicList001213 dl:nth-child(2n) dt {
        text-align: right;
    }
}

.PicList001213 dl h2 {
    font-size: 18px;
    margin: 0;
    color: #99c200
}

.PicList001213 dl h2::before {
    content: '';
    background: #99c200;
    width: 4px;
    height: 18px;
    display: block;
    float: left;
    margin: 4px 10px 0 0
}

.PicList001213 dl p {
    line-height: 28px;
    max-height: 110px;
    overflow: hidden;
    padding-right: 3%;
}

.PicList001213 .p h3 {
    font-size: 18px;
    color: #555;
    text-align: center;
    padding: 2% 0 1%
}

.PicList001213 .p h31::before {
    content: '';
    background: #333;
    width: 4px;
    height: 18px;
    display: block;
    float: left;
    margin: 4px 10px 0 0
}

.PicList001213 .p p {
    line-height: 26px;
}

@media(max-width:768px) {
    .PicList001213 dl dt,
    .PicList001213 dl dd {
        display: block;
        width: 100%;
        margin-bottom: 2%;
    }
    .PicList001213 dl dt img {
        width: 100%;
    }
}

@media(max-width:480px) {
    .PicList001213 dl dd {
        padding: 3%;
    }
}

/*
 .PicList001213
 */

.PicList0012131 {
    padding: 3% 0;
    border-bottom: 1px solid #e8e7e7;
}

.PicList0012131 .name {
    position: relative;
    text-align: center;
    padding: 2% 0 1% 0;
}

.PicList0012131 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 30px;
    color: #333;
    position: relative;
    z-index: 2;
}

.PicList0012131 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

.PicList0012131 dl {
    border-bottom: 1px dashed #e8e7e7;
    padding: 3% 0;
}

@media(min-width:481px) {
    .PicList0012131 dl {
        display: table;
        width: 100%;
    }
    .PicList0012131 dl dt,
    .PicList0012131 dl dd {
        display: table-cell;
        vertical-align: middle;
    }
    .PicList0012131 dl dt {
        width: 49%;
    }
    .PicList0012131 dl dt img {
        width: 90%;
    }
    .PicList0012131 dl:nth-child(2n) dt {
        text-align: right;
    }
}

.PicList0012131 dl h2 {
    font-size: 18px;
    margin: 0;
    color: #99c200
}

.PicList0012131 dl h2::before {
    content: '';
    background: #99c200;
    width: 4px;
    height: 18px;
    display: block;
    float: left;
    margin: 4px 10px 0 0
}

.PicList0012131 dl p {
    line-height: 28px;
    max-height: 110px;
    overflow: hidden;
    padding-right: 3%;
}

.PicList0012131 .p h3 {
    font-size: 18px;
    color: #555;
    text-align: center;
    padding: 2% 0 1%
}

.PicList0012131 .p h31::before {
    content: '';
    background: #333;
    width: 4px;
    height: 18px;
    display: block;
    float: left;
    margin: 4px 10px 0 0
}

.PicList0012131 .p p {
    line-height: 26px;
}

@media(max-width:480px) {
    .PicList0012131 dl dd {
        padding: 3%;
    }
}



/*
 .PicList001747
 */

.PicList001747 {
    padding: 2% 0;
}

.PicList001747 .name {
    position: relative;
    text-align: center;
    padding: 2% 0 4% 0;
}

.PicList001747 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 30px;
    color: #333;
    position: relative;
    z-index: 2;
}

.PicList001747 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

.PicList001747 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.PicList001747 li:nth-child(3n) {
    margin-right: 0;
}

.PicList001747 li a {
    display: block;
}

.PicList001747 li a:hover {
    box-shadow: 0 0 10px #ccc;
    color: #99c200;
}

.PicList001747 li figure {
    padding-bottom: 47%;
}

.PicList001747 li figure img {
    display: none;
}

.PicList001747 li div {
    padding: 4%;
}

.PicList001747 li h3 {
    margin: 0;
    font-size: 16px;
    text-align: center
}

.PicList001747 li p {
    line-height: 24px;
    color: #777;
    height: 70px;
    overflow: hidden;
    margin: 10px 0 0 0
}

@media(max-width:768px) {
    .PicList001747 li {
        width: 49%;
    }
    .PicList001747 li:nth-child(3n) {
        margin-right: 2%;
    }
    .PicList001747 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList001747 h1 {
        font-size: 18px;
    }
    .PicList001747 li p {
        font-size: 12px;
    }
}

/*Floor002116 */

.Floor002116 {
    padding: 2% 0 4%;
}

.Floor002116 .box {
    position: relative
}

.Floor002116 .pic {
    padding-top: 3%;
    width: 65%;
    float: left
}

.Floor002116:nth-child(2) .pic {
    padding-top: 5%;
    width: 42%;
    float: right
}

.Floor002116 .text {
    width: 35%;
    float: right;
    line-height: 28px;
    padding-top: 5%
}
.Floor002116:nth-child(2) .text {
    width: 35%;
    float: left;
    line-height: 28px;
    padding-top: 5%
}
.Floor002116 .pic2 {
    padding-top: 3%
}

.Floor002116 .p {
    line-height: 30px;
    padding-bottom: 40px
}

.Floor002116 .tet {
    line-height: 28px;
    padding: 2% 0;
    float: left;
    border-top: 1px dashed #e8e7e7;
    margin-top: 2%
}

.Floor002116 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #f8f8f8;
    margin-bottom: 2%;
}

.Floor002116 li:nth-child(2n) {
    margin-right: 0;
}

.Floor002116 li a {
    display: block;
    border: 1px solid #efefef;
}

.Floor002116 li img {
    display: none;
}

.Floor002116 li figure {
    padding-bottom: 60%;
}

.Floor002116 li div {
    padding: 3% 5%;
}

.Floor002116 h3 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    font-weight: normal
}

.Floor002116 li:hover h3 {
    color: #99c200
}

.Floor002116 p {
    margin: 5px 0 0 0;
    color: #666;
    overflow: hidden;
    line-height: 24px;
}

.Floor002116 .name {
    position: relative;
    text-align: center;
    padding: 2% 0 1% 0;
}

.Floor002116 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 30px;
    color: #333;
    position: relative;
    z-index: 2;
}

.Floor002116 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

@media(min-width:1001px) {
    .Floor002116 .list dl:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:1000px) {
    .Floor002116 .list dl {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .Floor002116 .list dl:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .Floor002116 .name span {
        font-size: 24px;
    }
    .Floor002116 .pic ,
    .Floor002116 .text {
        width: 100%;
        float: none;
    }
}

@media(max-width:480px) {
    .Floor002116 .name span {
        font-size: 20px;
    }
    .Floor002116 li,
    .Floor002116 .list dl {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .Floor002116 .list dd {
        padding-left: 54%;
    }
    .Floor002116 .list dt {
        width: 45%;
    }
}


/*
 .PicList000762
 */

.PicList000762 {
    padding: 1% 0 3%;
}

.PicList000762 .name {
    position: relative;
    text-align: center;
    padding: 2% 0 3% 0;
}

.PicList000762 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 30px;
    color: #333;
    position: relative;
    z-index: 2;
}

.PicList000762 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

.PicList000762 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.PicList000762 li:nth-child(3n) {
    margin-right: 0;
}

.PicList000762 li a {
    display: block;
    background-color: #f8f8f8;
    transition: all ease-in-out 0.3s;
}

.PicList000762 h1 {
    text-align: center;
    margin-bottom: 3%
}
.PicList000762 h1 a:hover {
    color: #99c200;
}

.PicList000762 li h2 {
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 3% 2%;
    font-weight: normal
}

.PicList000762 li figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 52%;
}

.PicList000762 .p {
    line-height: 30px;
    text-align: center
}

.PicList000762 figure {
    text-align: center;line-height: 30px;margin-top: 3%;
}

.PicList000762 li a:hover {
    background-color: #99c200;
}

.PicList000762 li a:hover h2 {
    color: #fff;
}

@media(max-width:640px) {
    .PicList000762 li {
        width: 49%;
    }
    .PicList000762 li:nth-child(3n) {
        margin-right: 2%;
    }
    .PicList000762 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList000762 li h2 {
        font-size: 14px;
    }
}

/*PicList002171 */

.PicList002171 {
    padding: 2% 0;
}

.PicList002171 .name {
    position: relative;
    text-align: center;
    padding: 2% 0 3% 0;
}

.PicList002171 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 30px;
    color: #333;
    position: relative;
    z-index: 2;
}

.PicList002171 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

.PicList002171 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.PicList002171 li:nth-child(3n) {
    margin-right: 0;
}

.PicList002171 li a {
    display: block;
    background-color: #f8f8f8;
    transition: all ease-in-out 0.3s;
}

.PicList002171 li h2 {
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 3% 2%;
    font-weight: normal
}

.PicList002171 li figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 52%;
}

.PicList002171 li a:hover {
    background-color: #99c200;
}

.PicList002171 li a:hover h2 {
    color: #fff;
}

.PicList002171 p {
    line-height: 30px;
    text-align: center
}





.PicList002171 li dl {
    display: table;
    width: 100%;
    height: 100%;
}

.PicList002171 li dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #555;
    padding: 4% 0
}

@media(min-width:769px) {
    .PicList002171 li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .PicList002171 li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .PicList002171 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList002171 li {
        width: 49%;
    }
    .PicList002171 li:nth-child(2n) {
        margin-right: 0;
    }
    .PicList002171 li dt {
        font-size: 15px;
    }
}


/*PicList002078 */

.PicList002078 {
    position: relative;
    z-index: 1;
    padding: 3% 0 1%
}

.PicList002078 td h1{
    font-size: 26px;font-weight: normal;color: #333;margin-top: -8px;
}


.PicList002078 .name {
    position: relative;
    text-align: center;
    padding: 1% 0 3% 0;
}

.PicList002078 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 26px;
    color: #333;
    position: relative;
    z-index: 2;
}

.PicList002078 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

.PicList002078 .accessories {
    position: absolute;
    left: 0;
    width: 100%;
    background: url(../images/PicList002078-bg.png) no-repeat center top;
    height: 127px;
}

.PicList002078 .intro {
    padding: 5% 0 3% 0;
}

.PicList002078 .list li {
    position: relative;
    margin-bottom: 2%;
    background-color: #fafafa;
}

.PicList002078 .list li div {
    border: 1px solid #f0f0f0;
    padding: 3% 5% 3% 37.34%;
}

.PicList002078 .list li .Ispic {
    position: absolute;
    left: 0;
    width: 32%;
    height: 100%;
    background-size: contain;
}

.PicList002078 .list li .Ispic img {
    display: none;
}

.PicList002078 .list li .dot {
    font-size: 24px;
    color: #99c200;
    padding-top: 20px
}

.PicList002078 .list li p {
    margin-bottom: 0;
    color: #888;
    line-height: 26px;
    height: 104px;
    overflow: hidden;
}

.PicList002078 .list li:nth-child(2n) div {
    padding-right: 34.34%;
    padding-left: 5%;
    text-align: right;
}

.PicList002078 .list li:nth-child(2n) .Ispic {
    left: auto;
    right: 0;
}

@media(max-width:1000px) {
    .PicList002078 .accessories {
        background-size: auto 100%;
        height: 80px;
    }
}

@media(max-width:640px) {
    .PicList002078 .list li .Ispic {
        background: none;
        position: relative;
        width: 100%;
    }
    .PicList002078 .list li .Ispic img {
        display: block;
    }
    .PicList002078 .accessories {
        height: 40px;
    }
    .PicList002078 .list li p {
        height: 78px;
    }
    .PicList002078 .list li div {
        width: 100%;
        padding-left: 0;
    }
    .PicList002078 .list li:nth-child(2n) div {
        padding-right: 35%;
    }
}

@media(max-width:375px) {
    .PicList002078 .list li p {
        line-height: 20px;
        height: 40px;
        font-size: 12px;
    }
}


/*
 .PicList001251
 */

.PicList001251 .name {
    position: relative;
    text-align: center;
    padding: 1% 0 3% 0;
}

.PicList001251 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 26px;
    color: #333;
    position: relative;
    z-index: 2;
}

.PicList001251 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

.PicList001251 li {
    overflow: hidden;
    padding: 3% 0;
    border-bottom: 1px solid #e8e7e7;
}

.PicList001251 li h3 {
    margin: 0 0 2% 0;
    border-bottom: 1px solid #eaeaea;
}

.PicList001251 li h3 a {
    color: #333;
    display: inline-block;
    padding: 12px 0;
}

.PicList001251 li:hover h3 a {
    color: #99c200
}

.PicList001251 li .pic {
    float: left;
    width: 34%;
}

.PicList001251 li .pic img {
    width: 100%;
}

.PicList001251 li div {
    float: right;
    width: 62%;
}

.PicList001251 li p {
    margin-top: 0;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.PicList001251 li time {
    color: #a5a5a5;
}

@media(max-width:480px) {
    .PicList001251 li .pic,
    .PicList001251 li div {
        float: none;
        width: auto;
    }
    .PicList001251 li div {
        padding: 3%;
    }
    .PicList001251 li h3 a {
        border-bottom: 0;
    }
}


/*
 .PicList001200
 */

.PicList001200 {
    padding-top: 3%;
}

.PicList001200 li {
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 2%;
}

.PicList001200 li:last-child {
    margin-bottom: 0
}

.PicList001200 li a {
    display: block;
    position: relative;
    padding-left: 30%;
    padding-right: 15%;
}

.PicList001200 li a::after {
    position: absolute;
    content: '';
    width: 33px;
    height: 33px;
    background: url(../images/PicList001200-more.png) no-repeat left top;
    right: 5%;
    top: 50%;
    margin-top: -16px;
}

.PicList001200 li figure {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 27%;
    transition: all ease-in-out 0.3s;
    overflow: hidden
}

.PicList001200 li div {
    position: relative;
    padding-right: 5%;
    padding-bottom: 13%;
}

.PicList001200 li div::before,
.PicList001200 li div::after {
    position: absolute;
    content: '';
}

.PicList001200 li div::before {
    width: 1px;
    height: 70%;
    top: 15%;
    background-color: #ebebeb;
    right: 0;
}

.PicList001200 li div::after {
    width: 7%;
    height: 1px;
    background-color: #99c200;
    bottom: 10%;
    left: -9%;
    z-index: 2;
}

.PicList001200 li h3 {
    margin: 0;
    font-size: 16px;
    padding: 3% 0 0 0;
    font-weight: normal;
    color: #333;
}

.PicList001200 li p {
    margin: 3% 0 0 0;
    color: #969696;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    font-size: 12px;
}

.PicList001200 li time {
    position: absolute;
    left: 0;
    bottom: 5%;
    color: #969696;
}

.PicList001200 li:hover {
    border-color: #99c200;
}

.PicList001200 li:hover a::after {
    background-position: left bottom;
}

.PicList001200 li:hover h3 {
    color: #99c200
}

.PicList001200 li:hover figure {
    transform: scale(1.05)
}

@media(max-width:640px) {
    .PicList001200 li p {
        line-height: 22px;
        height: 44px;
    }
    .PicList001200 li time {
        font-size: 12px;
    }
}

@media(max-width:480px) {
    .PicList001200 li div::before,
    .PicList001200 li a::after {
        display: none;
    }
    .PicList001200 li div,
    .PicList001200 li a {
        padding-right: 0;
    }
    .PicList001200 li a {
        padding-left: 40%;
    }
    .PicList001200 li figure {
        width: 37%;
    }
}

/*
 .RighInfo002309
 */

.RighInfo002309 {
    padding-top: 3%;
}

.RighInfo002309 .auto {}

.RighInfo002309 .name {
    position: relative;
    text-align: center;
    padding: 1% 0 3% 0;
}

.RighInfo002309 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 26px;
    color: #333;
    position: relative;
    z-index: 2;
}

.RighInfo002309 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

.RighInfo002309 .CenTitle {
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.RighInfo002309 .CenTitle .name {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #555;
    line-height: 30px;
}

.RighInfo002309 .CenTitle .line {
    width: 10px;
    height: 1px;
    background: #f68121;
    overflow: hidden;
    margin: 0 auto;
}

.RighInfo002309 .txtbox {
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    clear: both;
}

.RighInfo002309 .aboutTxt01 {
    line-height: 30px;
    font-size: 14px;
    color: #555;
    padding-bottom: 0px
}

.RighInfo002309 .aboutTxt01 h1 {
    font-size: 18px;
    color: #333
}

.RighInfo002309 .aboutTxt01 h1::before {
    content: '';
    background: #99c200;
    width: 4px;
    height: 18px;
    display: block;
    float: left;
    margin: 7px 10px 0 0
}

.RighInfo002309 .aboutTxt01 .wap_pic {
    display: block;
    text-align: center;
}

.RighInfo002309 .aboutTxt01 .pic {
    float: right;
    margin-left: 5%;
}

@media (max-width:768px) {
    .RighInfo002309 .aboutTxt01 .pic {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 2%;
    }
}


/*
 .RighInfo002389
 */

.RighInfo002389 {
    background: #f8f8f8
}

.RighInfo002389 .auto {
    margin: 0 auto;
    max-width: 1200px;
}

.RighInfo002389 .box1 {
    padding: 3% 0% 3%;
}

.RighInfo002389 .name {
    position: relative;
    text-align: center;
    padding: 1% 0 3% 0;
}

.RighInfo002389 .name span {
    background-color: #f8f8f8;
    display: inline-block;
    padding: 0 4%;
    font-size: 26px;
    color: #333;
    position: relative;
    z-index: 2;
}

.RighInfo002389 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

.RighInfo002389 .box1 .intro {
    color: #666;
    line-height: 30px;
    padding: 0% 0 2% 0;
}

.RighInfo002389 .box1 .ul_img {
    overflow: hidden;
}

.RighInfo002389 .box1 .ul_img li {
    margin-right: 2%;
    float: left;
}

.RighInfo002389 .box1 .ul_img li img {
    width: 100%;
}

.RighInfo002389 .box1 .ul_img li:last-child {
    margin-right: 0;
}

.RighInfo002389 .box1 .more {
    text-align: center;
    padding-top: 3%;
}

.RighInfo002389 .box1 .more a {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #008ae2;
    border-radius: 3px;
    padding: 10px 28px;
    color: #008ae2;
    transition: padding ease-in-out 0.3s;
}

.RighInfo002389 .box1 .more a:hover {
    color: #fff;
    border-color: #008ae2;
    background-color: #008ae2;
    padding: 10px 38px;
}

@media(max-width:768px) {
    .RighInfo002389 .box1 .title h1 {
        font-size: 20px;
    }
}


/*Timeline001915*/

.Timeline001915 {
    padding: 3% 0 4%;
}

.Timeline001915 .name {
    position: relative;
    text-align: center;
    padding: 1% 0 3% 0;
}

.Timeline001915 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 26px;
    color: #333;
    position: relative;
    z-index: 2;
}

.Timeline001915 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 50%;
    left: 0;
}

.Timeline001915 .list {
    background: url(../images/Timeline001915-logo.png) no-repeat center top;
    padding-top: 63px;
}

.Timeline001915 .list ul {
    background: url(../images/Timeline001915-ul.jpg) repeat-y center top;
    padding: 54px 0;
}

.Timeline001915 li {
    padding-left: 50%;
    background: url(../images/Timeline001915-li.png) no-repeat center top;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Timeline001915 li div {
    padding-left: 36px;
}

.Timeline001915 li div p {
    line-height: 24px;
    font-family: '黑体';
}

.Timeline001915 ul li:nth-child(2n) {
    text-align: right;
    padding-left: 0;
    padding-right: 50%;
}

.Timeline001915 ul li:nth-child(2n) div {
    padding-left: 0;
    padding-right: 36px;
}

.Timeline001915 li time {
    display: block;
    color: #99c200;
    font-size: 18px;
    border-top: 1px solid #e1e1e4;
}

.Timeline001915 li time:before {
    display: block;
    margin: -3px 0 10px 0;
    content: '';
    background-color: #99c200;
    width: 20px;
    height: 5px;
}

.Timeline001915 ul li:nth-child(2n) time:before {
    float: right;
}

.Timeline001915 ul li:nth-child(2n) time span {
    clear: both;
    display: block;
}

.Timeline001915 ol {
    text-align: center;
}

.Timeline001915 ol a {
    display: inline-block;
    width: 142px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #99c200;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

@media(max-width:1000px) {
    .Timeline001915 .columnName {
        font-size: 45px;
    }
    .Timeline001915 .columnName span {
        font-size: 24px;
    }
}

@media(max-width:640px) {
    .Timeline001915 .columnName {
        font-size: 30px;
    }
    .Timeline001915 .columnName span {
        font-size: 20px;
    }
}

@media(max-width:480px) {
    .Timeline001915 .list {
        background-position: left top;
        padding-left: 20px;
    }
    .Timeline001915 .list ul {
        background-position: 8px top;
    }
    .Timeline001915 li {
        padding: 0 !important;
        background-position: left top;
    }
    .Timeline001915 li div {
        padding: 10px 10px 10px 36px !important;
    }
    .Timeline001915 ul li:nth-child(2n) {
        text-align: left;
    }
    .Timeline001915 ul li:nth-child(2n) time:before {
        float: none;
    }
}


/*
 .RighInfo002296
 */

.RighInfo002296 .h5 {
    margin: 0;
    padding: 0 0 10px 0;
}

.RighInfo002296 .p {
    margin: 0;
    padding: 0;
}

.RighInfo002296 {
    background: #f8f8f8;
    overflow: hidden;
    padding-bottom: 4%
}

.RighInfo002296 .name {
    position: relative;
    text-align: center;
    padding: 1% 0 3% 0;
}

.RighInfo002296 .name span {
    background-color: #f8f8f8;
    display: inline-block;
    padding: 0 4%;
    font-size: 26px;
    color: #333;
    position: relative;
    z-index: 2;
}

.RighInfo002296 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 45%;
    left: 0;
}

.RighInfo002296 .auto {
    position: relative;
}

.RighInfo002296 .wrap-container {
    position: relative;
    z-index: 2;
    padding: 60px 0 0;
    color: #666666;
    line-height: 24px;
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    clear: both;
}

.RighInfo002296 dl {
    text-align: center;
    font-size: 16px;
    padding-bottom: 8%;
}

.RighInfo002296 ul {
    text-align: center;
    margin-top: 40px
}

.RighInfo002296 ul li {
    font-size: 16px;
}

.RighInfo002296 ul li:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.RighInfo002296 ul li h5 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}

.RighInfo002296 ul li h5 i {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #99c200;
    margin: auto;
}

@media only screen and (min-width: 768px) {
    .RighInfo002296 .column-name {
        font-size: 28px;
    }
    .RighInfo002296 dl {
        font-size: 18px;
    }
    .RighInfo002296 ul li {
        float: left;
        width: 33.3334%;
    }
    .RighInfo002296 ul li h5 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .RighInfo002296 .column-name {
        font-size: 32px;
    }
}

/*
 .RighInfo001448
 */

.RighInfo001448 {
    padding: 3% 0;
    background: url(../images/RighInfo001448-bg.png) repeat-x left bottom;
}

.RighInfo001448 .name {
    position: relative;
    text-align: center;
    padding: 1% 0 3% 0;
}

.RighInfo001448 .name span {
    background-color: #fff;
    display: inline-block;
    padding: 0 4%;
    font-size: 26px;
    color: #333;
    position: relative;
    z-index: 2;
}

.RighInfo001448 .name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ddd;
    top: 45%;
    left: 0;
}

.RighInfo001448 .down {
    text-align: center;
    padding-top: 5%;
}

.RighInfo001448 .down a {
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    background: url(../images/RighInfo001448-icon2.png) no-repeat 17px center #99c200;
    padding: 20px 2% 20px 70px;
}

.RighInfo001448 .down span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding-bottom: 5px
}

.RighInfo001448 p {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
}

/*Banner001956*/

.Banner001956 {
    margin-top: 100px
}

.Banner001956 div {
    background-position: center top;
    background-repeat: no-repeat;
}

.Banner001956 .auto {
    height: 300px;
    color: #fff;
    padding-top: 2%;
}

.Banner001956 b {
    display: inline-block;
    font-size: 46px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/Banner001956-icon.png) no-repeat 95% top;
    padding-top: 45px;
    line-height: 50px;
    text-transform: uppercase;
}

.Banner001956 p {
    font-size: 26px;
    margin: 0;
}

.Banner001956 p:after {
    display: block;
    content: '';
    width: 36px;
    height: 1px;
    background-color: #fff;
    margin-top: 10px;
}

@media(max-width:768px) {
    .Banner001956 div {
        background-size: auto 100%;
    }
    .Banner001956 .auto {
        height: 200px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }
    .Banner001956 b {
        font-size: 50px;
        padding-top: 20px;
    }
}

@media(max-width:480px) {
    .Banner001956 .auto {
        height: 160px;
    }
    .Banner001956 b {
        font-size: 30px;
        padding-top: 14px;
    }
    .Banner001956 p {
        font-size: 20px;
    }
}


/*
 .Menu002252
 */

.Menu002252 {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.Menu002252 a {
    font-size: 16px;
    display: block;
    background: #e9e9e9;
    padding: 10px;
    margin-bottom: 1px;
}

.Menu002252 a.aon,
.Menu002252 a:hover {
    color: #fff;
    background-color: #99c200;
}

@media(min-width:768px) {
    .Menu002252 {
        padding: 25px 0 10px;
    }
    .Menu002252 a {
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        min-width: 115px;
        border-radius: 30px;
        overflow: hidden;
        margin: 0 7px 1px;
    }
}

@media(min-width:1024px) {
    .Menu002252 {
        padding: 35px 0 20px;
    }
    .Menu002252 a {
        display: inline-block;
        line-height: 36px;
        padding: 0 20px;
        background: #e9e9e9;
        min-width: 130px;
        border-radius: 36px;
    }
}


/*
 PicList000763
 */

.PicList000763 .p {
    line-height: 28px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 28px;
    border-top: 1px solid #ebebeb;
}

.PicList000763 li {
    border-bottom: #d5d5d5 1px solid;
    padding: 3% 0;
}

.PicList000763 li div {
    position: relative;
    padding-left: 55%;
    padding-bottom: 178px;
}

.PicList000763 li .pic {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}

.PicList000763 li dl {
    height: 142px;
}

.PicList000763 li dl dt {
    margin: 0;
    font-weight: normal;
    color: #333;
    font-size: 20px;
    display: block;
    text-decoration: none;
    margin-bottom: 18px;
    font-weight: bold;
    padding-top: 70px
}

.PicList000763 li dl dd {
    font-size: 14px;
    color: #424242;
    line-height: 30px;
    overflow: hidden;
}

.PicList000763 li:hover dl dt a {
    color: #99c200
}

@media(max-width:768px) {
    .PicList000763 li div {
        padding-left: 0;
        padding-bottom: 0;
    }
    .PicList000763 li .pic {
        width: 100%;
        position: relative;
        height: auto;
        padding-bottom: 45%;
        display: block;
    }
    .PicList000763 li dl dd {
        line-height: 25px;
    }
}


.more {
    text-align: center;
    padding: 2% 0
}

.more a {
    padding: 0 2%;
    text-align: center;
    display: inline-block;
    max-width: 160px;
    line-height: 40px;
    background: #99c200;
    color: #fff
}




/*PicList002582 */

.PicList002582 {
    padding-top: 2%;
}

.PicList002582 .p {
    line-height: 28px;
    border-bottom: 1px solid #ebebeb;
    padding: 28px 0;
    border-top: 1px solid #ebebeb;
}

.PicList002582 li {
    float: left;
    margin-right: 2%;
    margin-top: 2%;
}

@media(min-width:1025px) {
    .PicList002582 li {
        width: 32%;
    }
    .PicList002582 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:1024px) and (min-width:641px) {
    .PicList002582 li {
        width: 32%;
    }
    .PicList002582 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:640px) {
    .PicList002582 li {
        width: 49%;
    }
    .PicList002582 li:nth-child(2n) {
        margin-right: 0;
    }
}

.PicList002582 li a {
    display: block;
    transition: 0.3s;
}

.PicList002582 li .Ispic {
    padding-bottom: 78.5%;
    background-size: contain;
    background-color: #fff;
    transition: 0.3s;
}

.PicList002582 li .txt {
    padding: 8% 2%;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.PicList002582 li .txt p {
    margin: 0;
    font-size: 16px;
}

.PicList002582 li .txt span {
    color: #999;
}

.PicList002582 li a:hover {
    background: #f3f3f3;
    color: #99c200;
}

.PicList002582 li a:hover .txt {
    border-color: transparent;
}

.PicList002582 li a:hover .Ispic {}


/*Menu002147 */

.Menu002147 {
    padding-bottom: 10px
}

.Menu002147 ul {
    display: table;
    margin: 0 auto;
}

.Menu002147 li {
    float: left;
    padding: 0 30px;
    position: relative;
}

.Menu002147 li:after {
    position: absolute;
    content: '';
    width: 1px;
    right: 0;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    background: #dfdfdf;
}

.Menu002147 li.end:after {
    display: none;
}

.Menu002147 li a {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 42px;
    height: 42px;
}

.Menu002147 li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100%;
}

.Menu002147 li.aon a,
.Menu002147 li:hover a {
    color: #99c200;
}

.Menu002147 li.aon a:after,
.Menu002147 li:hover a:after {
    background: #99c200;
}

@media(max-width:1024px) {
    .Menu002147 li {
        padding: 0 20px;
    }
    .Menu002147 li a {
        line-height: 50px;
        height: 50px;
    }
}

@media(max-width:768px) {
    .Menu002147 ul {
        display: block;
    }
    .Menu002147 li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 0;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .Menu002147 li:nth-child(4n):after {
        display: none;
    }
}

@media(max-width:480px) {
    .Menu002147 li {
        width: 33.33333333333%
    }
    .Menu002147 li:nth-child(3n):after {
        display: none;
    }
}

@media(max-width:375px) {
    .Menu002147 li a {
        font-size: 14px;
    }
}


/*
 .Floor002355
 */

.Floor002355 {
    padding-top: 1%;
}

.Floor002355 .auto {
    text-align: center;
    padding: 1% 0 0;
    position: relative;
}

.Floor002355 .p {
    line-height: 28px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2%
}

.Floor002355 h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding-bottom: 2%;
}

.Floor002355 h1:after {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background-color: #bbb;
    margin-top: 30px;
    content: '';
}

.Floor002355 h1 a:hover {
    color: #99c222
}

.Floor002355 figure {
    color: #333;
    font-size: 14px;
    line-height: 2.45;
    padding-bottom: 1%;
    max-width: 1060px;
    margin: 0 auto;
}

.Floor002355 .img {
    padding-bottom: 2%
}

@media only screen and (min-width:768px) {
    .Floor002355 h1 {
        font-size: 28px;
    }
}

@media only screen and (min-width:1024px) {
    .Floor002355 h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width:1600px) {
    .Floor002355 .auto {
        padding-left: 2%;
        padding-right: 2%;
    }
}


/*
 .Menu000654
 */

.Menu000654 {
    background: url(../images/Menu000654-bg.jpg) repeat-x center bottom #f1f1f1;
}

.Menu000654 header {
    background-image: linear-gradient(to right, #99c301 0%, #b8e613 100%);
    color: #fff;
    font-size: 26px;
    padding: 20px 0 25px 0;
    text-align: center;
    margin-top: 11%;
    position: relative;
    z-index: 5;
}

.Menu000654 header img {
    margin: auto;
    display: block
}

.Menu000654 header span {
    font-size: 14px;
    display: block;
}

.Menu000654 li a {
    display: block;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px
}

.Menu000654 li a:hover,
.Menu000654 li a.aon {
    background-color: #ebf0f5;
    color: #555;
}

.Menu000654 li dl {
    background-color: #fff;
    font-size: 12px;
    display: none;
}

.Menu000654 li a.click {
    position: relative;
}

.Menu000654 li a.click::after,
.Menu000654 li a.click::before {
    position: absolute;
    content: '';
    background-color: #99c200;
    top: 50%;
}

.Menu000654 li a.click::after {
    width: 15px;
    height: 2px;
    left: 10px;
    margin-top: -2px;
}

.Menu000654 li a.click::before {
    width: 2px;
    height: 15px;
    left: 16px;
    margin-top: -8px;
}

.Menu000654 li dl dd a {
    font-size: 14px;
    color: #777;
    border-color: #eee;
}

.Menu000654 li dl dd a.aon,
.Menu000654 li dl dd a:hover {
    background: none;
    color: #a9d50a;
    font-weight: bold;
}

.Menu000654 li a.aon::before {
    display: none;
}

.Menu000654 li a.aon::after {
    background-color: #99c200;
}

@media(max-width:950px) {
    .Menu000654 header {
        margin-top: 0;
        font-size: 20px;
        padding: 15px 0;
    }
    .Menu000654 {
        width: 104%;
        margin-left: -2%;
    }
}


/*
 .RighInfo002226
 */

.RighInfo002226 {
    padding: 2% 0 0%;
}

.RighInfo002226 .auto {
    border-bottom: 1px dashed #e8e7e7;
    padding-bottom: 2%
}

.RighInfo002226 .dl {
    color: #666;
    width: 50%;
    float: left
}

.RighInfo002226 .dl .h4 {
    font-size: 18px;
    margin: 0;
    color: #333
}

.RighInfo002226 .dl .h4::before {
    content: '';
    background: #99c200;
    width: 4px;
    height: 18px;
    display: block;
    float: left;
    margin: 4px 10px 0 0
}

.RighInfo002226 .dl .con {
    font-size: 14px;
    padding: 15px 0 30px;
    line-height: 30px;
}

.RighInfo002226 .word {}

.RighInfo002226 .pic {}

@media (max-width:768px) {
    .RighInfo002226 .dl {
        width: 100%;
        float: none
    }
}



/*
 .Other001470
 */

.Other001470 {
    width: 84px;
    height: auto;
    position: fixed;
    bottom: 15%;
    right: 0;
    z-index: 10;
}

.Other001470 a {
    display: block;
    width: 84px;
    padding-top: 50px;
    padding-bottom: 10px;
    background-image: url(../images/Other001470-icon2.png);
    background-repeat: no-repeat;
    background-color: #99c200;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 1px;
    position: relative;
}

.Other001470 .icon1 {
    background-position: center top;
}

.Other001470 .icon2 {
    background-position: center -85px;
}

.Other001470 .icon3 {
    background-position: center -170px;
}

.Other001470 .icon4 {
    background-position: center -254px;
}

.Other001470 .top {
    background-position: center -326px;
    padding-top: 50px;
}

.Other001470 span {
    position: absolute;
    top: 0;
    right: 100%;
    display: none;
}

.Other001470 span img {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
}

.Other001470 a:hover {
    background-image: url(../images/Other001470-icon2.png);
    background-color: #99c200;
    color: #fff;
}

.Other001470 a:hover span {
    display: block;
}


/*
 .TextList002192
 */

.TextList002192 {
    padding: 5% 0 0;
}

.TextList002192 .p {
    line-height: 28px;
    border-bottom: 1px solid #ebebeb;
    padding: 28px 0;
    border-top: 1px solid #ebebeb;
    margin-bottom: 5%
}

.TextList002192 li {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 3%;
    margin-bottom: 3%;
    position: relative;
    min-height: 102px;
}

.TextList002192 li h2 {
    color: #555;
    font-size: 18px;
    margin: 0;
    position: relative;
    padding-right: 70px;
}

.TextList002192 li h2 span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.TextList002192 li h2 .more {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

.TextList002192 li p {
    color: #888;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 0;
    max-height: 72px;
    overflow: hidden;
}

.TextList002192 li h2:hover a {
    color: #99c200
}

/*
 .RichInfo005
 */

.RichInfo005 {
    padding: 2% 0;
}

.RichInfo005 .news_info .title {
    text-align: center;
}

.RichInfo005 .news_info .title h1 {
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.RichInfo005 .news_info .title p {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 1%;
}

.RichInfo005 .news_info .title p span {
    margin: 0 5px;
    color: #999;
}

.RichInfo005 .news_info .info {
    padding: 2% 0;
    font-size: 15px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.RichInfo005 .news_info .info_back {
    text-align: center;
    clear: both;
    padding: 20px 0;
}

.RichInfo005 .news_info .info_back a {
    color: #99c200;
    font-size: 16px;
}

/*
 .TextList002322
*/

.TextList002322 {
    padding: 2% 0;
}

.TextList002322 .list li {
    position: relative;
    padding: 10px 100px 10px 0;
    line-height: 22px;
}

.TextList002322 .list li * {
    font-size: 16px;
    color: #666;
}

.TextList002322 .list li time {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
}

.TextList002322 .list li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.TextList002322 .list li a:before {
    display: table;
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
}

.TextList002322 .list li a:hover {
    color: #99c200;
}

@media only screen and (max-width:767px) {
    .TextList002322 {
        padding: 20px 3%;
    }
}

/*
 .Linklist002317
 */

.Linklist002317 {
    padding: 2% 0 0;
}

.Linklist002317 .auto {
    overflow: hidden;
}

.Linklist002317 ul {
    margin: 0 -1%;
}

.Linklist002317 ul li {
    float: left;
    width: 48%;
    margin: 0 1% 20px 1%;
    text-align: center;
}

.Linklist002317 ul li .pic {
    display: block;
    padding-bottom: 30%;
    position: relative;
    border: 1px solid #eee;
}

.Linklist002317 ul li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Linklist002317 ul li h4 {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 10px 0 0;
    font-weight: normal;
    font-size: 14px;
}

@media screen and (min-width:768px) {
    .Linklist002317 ul li {
        width: 31.334%;
    }
}

@media screen and (min-width:1024px) {
    .Linklist002317 ul li {
        width: 18%;
        margin-bottom: 30px;
    }
}


/*Other002539 */
.Other002539{ position:fixed; z-index:200; right:0;}
.Other002539 ul li{ position:relative;}
.Other002539 ul li figure{ position:absolute; top:0; right:48px;background:#99c200; color:#fff; display:none;}
.Other002539 .li_wx figure{ width:150px; padding:10px;}
.Other002539 .li_wx figure img{ display:block; width:100%;}
.Other002539 .li_tel figure,
.Other002539 .li_qq figure{ padding:0 20px; font-size:18px;line-height:48px;white-space:nowrap;}
.Other002539 .li_tel figure a,
.Other002539 .li_qq figure a{ color:#fff;}
.Other002539 .icon{ display:block; width:48px; height:48px; background:url(../images/Other002539-icon.png) no-repeat left top #797979; border-bottom:1px solid #483f3e;}
.Other002539 .icon:hover{ background:url(../images/Other002539-icon.png) no-repeat left top #99c200; }
.Other002539 .li_qq .icon{ background-position:0 -50px;}
.Other002539 .li_tel .icon{ background-position:0 -100px;}
.Other002539 .icon.gettop{ background-position:0 -147px;}
.Other002539 .icon.open{ background-image:none; position:relative; }
.Other002539 .open span{ color:#fff; font-size:24px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
@media(min-width:1025px){
    .Other002539{ top:50%; transform:translateY(-50%);}
    .Other002539 ul{ display:block !important;}
    .Other002539 .icon.open{display:none;}
    .Other002539 .li_tel figure::before{ position:absolute; content:''; width:100%; height:100%; left:0; top:0; background-color:transparent;}
}
@media(max-width:1024px){
    .Other002539{ bottom:5%;}
    .Other002539 ul{ display:none;}
    .Other002539 #open_2539{ background-color:#483f3e;}
}

.PicList001214 { padding-top: 3%;}
.PicList001214 dl{ margin-bottom: 40px;}
.PicList001214 dl{ display:table; width:100%;}
.PicList001214 dl dt,
.PicList001214 dl dd{ display:table-cell; vertical-align:middle;}
.PicList001214 dl dd{ padding-right: 2%;}
.PicList001214 dl dt{ width:433px; height: 256px; position: relative;}
.PicList001214 dl dt .map,
.PicList001214 dl dt .map .img{ position: absolute; right: 0; top: 0; width: 100%; height: 100%; border-radius: 10px;}
.PicList001214 dl dt .map{ height: 256px;}
.map *{ max-width: none;}

.PicList001214 dl h2{ font-size:18px; margin:0;}
.PicList001214 dl p{ line-height:30px; overflow:hidden; padding-right:3%;}

@media(max-width:820px){
    .PicList001214 dl dt{ width:100%;float: left}
    .PicList001214 dl dd{width: 100%;position: relative;float: left}
}

/*
 .Location001757 为demo编号
 */
.Location001757{ padding-top:20px;}
.Location001757 .current{ line-height:37px; text-align:right;}
.Location001757 .current span{color:#25170f;}
.Location001757 .columnName{ font-size:30px; color:#25170f; line-height:normal; padding:3% 0;}
.Location001757 .columnName span{ display:block; color:#cdc9c7; font-size:24px;}
@media(max-width:640px){
.Location001757 .current{ font-size:12px;}
.Location001757 .columnName{ font-size:20px; }
.Location001757 .columnName span{font-size:16px;}
}


/*
 .Menu002252 为demo编号
 */
.Menu002252{padding:10px 0; text-align:center; overflow:hidden;}
.Menu002252 a{font-size:16px; display: block;background:#e9e9e9; padding: 10px; margin-bottom: 1px; }
.Menu002252 a.aon,.Menu002252 a:hover{ color:#fff; background-color:#99c200;}
@media(min-width:768px){
	.Menu002252{padding:25px 0 10px;}
	.Menu002252 a{ display:inline-block; line-height:30px;  padding:0 15px; min-width:115px; border-radius:30px; overflow:hidden; margin:0 7px 1px;}
}
@media(min-width:1024px){
   .Menu002252{padding:35px 0 20px;}
   .Menu002252 a{display:inline-block;line-height:36px; padding:0 20px;background:#e9e9e9; min-width:130px; border-radius:36px;}
}