﻿* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "微软雅黑";
}

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, i, b, em, span, form, fieldset, legend, input, textarea, select, button, th, td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    list-style: none;
    font-weight: normal;
}

input, select, button, textarea {
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "微软雅黑";
}

button {
    overflow: visible
}

img {
    border: none;
max-width:100%;
}

li {
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #00a7ee;
    text-decoration: none !important;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}
.con {
    width: 1200px;
    margin: 0 auto
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
    background-color: #cfa76a;
}

@media only screen and (max-width: 992px) {
    input, textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

.header {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on {
    box-shadow: 0 0 10px #aaa;
    background: rgba(255, 255, 255, 1)
}

.header .con {
    position: relative;
    width: 80%
}

.header .logo {
    float: left;
    margin: 10px 0 0px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}


.header .logo img {
    width: 100%;
    height: auto;
    display: block;
}

.header .an {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 18px;
    width: 30px;
    display: none;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.header .an span {
    width: 30px;
    height: 2px;
    background-color: #555;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 8px;
    left: 0;
}

.header .an span.a3 {
    top: 16px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 8px;
    width: 30px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 8px;
    width: 30px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .yw {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 145px;
    background: url("../images/e.png") center center no-repeat;
    background-size: 100%
}

.header .zw {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 100px;
    background: url("../images/z.png") center center no-repeat;
    background-size: 100%
}

.header .search {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 35px;
    background: url("../images/sss.png") center center no-repeat;
}

.searchIpt {

    width: 240px;

    height: 30px;

    position: absolute;

    right: 0;

    top: 80px;

    display: none;

    z-index: 10;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden

}

.searchIpt .search_txt {

    width: 182px;

    padding: 0 0 0 10px;

    line-height: 30px;

    background: #eee;

    color: #666;

    border: 0;

    height: 30px;

    float: left;

}

.searchIpt .search_btn {

    width: 58px;

    background: #00abef;

    border: 0;

    float: right;

    color: #fff;

    height: 30px;

    cursor: pointer;

}

.header .user {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #555;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 0px;
    background: url("../images/top9s.png") center center no-repeat;
}

.weixin {
    width: 24px;
    height: 24px;
    float: left;
    position: relative;
    font-size: 12px;
    text-align: center;
}

.weixin a {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/top9.png") no-repeat center top;
}

.weixin .weixin_nr {
    width: 130px;
    height: 140px;
    padding: 10px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: -35px;
    top: 45px;
    display: none;
    z-index: 99999
}

.weixin .weixin_nr img {
    margin-bottom: 0px;
}

.weixin .weixin_nr .arrow {
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50px;
    top: -10px;
}

.weixin.on .weixin_nr {
    display: block;
}

.weixin.on a {
    background: url("../images/top9.png") no-repeat left top;
}

.weixin a.wb {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/top10.png") no-repeat center top;
}

.weixin.on a.wb {
    background: url("../images/top10.png") no-repeat left top;
}

.header.on .yw {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 145px;
    background: url("../images/es.png") center center no-repeat;
    background-size: 100%
}

.header.on .zw {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 100px;
    background: url("../images/zs.png") center center no-repeat;
    background-size: 100%
}

.header.on .search {
    top: 30px;
    background: url("../images/sss.png") center center no-repeat;
}

.header.on .user {
    top: 30px;
    background: url("../images/top9s.png") center center no-repeat;
}

.header .tel {
    float: right;
    margin-top: 20px;
    font-size: 20px;
    color: #cfa76a;
    line-height: 38px;
    margin-left: 20px;
}

.header .tel span {
}

.header .nav {
    margin-right: 5px;
    float: right;
}

.header .nav i {
    font-size: 12px;
    color: #aaa;
    line-height: 54px;
    text-align: right;
    position: absolute;
    width: 50%;
    height: 54px;
    right: 0px;
    top: 50%;
    display: none;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.header.on .nav {
}

.header .nav ul li {
    width: 16.6%;
    float: left;
    position: relative;
    padding: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on .nav ul li {
    line-height: 70px;
}

.header .nav ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    text-align: center;
}

.header .nav ul li a:hover {
    background: url("../images/hover.png") center bottom no-repeat
}

.header.on .nav ul li a {
    display: block;
    font-size: 16px;
    color: #333;
}

.header .nav ul li span {
    width: 0;
    height: 2px;
    background-color: #00a7ee;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    display: none
}

.header .nav ul li:hover span {
    width: 100%;
}

.header .nav ul li.on span {
    width: 100%;
}

.header .nav ul li.on a {
    background: url("../images/hover.png") center bottom no-repeat
}

.nav .y_j a{
    position: relative;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.nav .e_j {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -50%;
    display: none;
    z-index: 9999;
    padding-top: 5px;
}

/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.nav .e_j .kuang {
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 15px #a6a6a6;
    -webkit-box-shadow: 0px 0px 15px #a6a6a6;
    -moz-box-shadow: 0px 0px 15px #a6a6a6;
    padding: 5px 0
}

.header .nav ul li .e_j a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 35px;
    text-align: center;
    padding: 0
}

.header .nav .e_j a:hover {
    background: none;
    color: #cfa76a;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

@media (min-width: 992px) {

    .header .nav .e_j {
        display: none !important;
    }

    .header .nav ul li:hover .e_j {
        display: block !important;
    }

    .head_h {
        width: 100%;
        background-color: #fff;
        height: 130px;
    }
}

@media (max-width: 992px) {
    .header .nav ul li {
        margin: 0 15px;
    }

    .head_h {
        height: 68px;
        display: none
    }

    .header .nav ul li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1400px) {
    .header .con {
        width: 96%;
    }


}

@media only screen and (max-width: 1285px) {
    .header .con {
        width: 98%;
    }

    .header .nav ul li a {
        padding: 0 15px;
    }

}

@media (max-width: 1200px) {
    .header .nav ul li {
        margin: 0 20px;
    }

    .header .nav ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .head_h {
        height: 68px;
        display: block
    }

    .header {
        border: 0;
        height: 50px;
    }

    .header .logo {
        margin-top: 5px;
    }


    .header .an {
        display: block;
    }

    .header .con {
        height: 50px;
        width: 94%;
    }
    .header .logo img{
        height: 40px;
    }
    .header .nav ul {
        width: 100%;
    }

    .header .search {
        font-size: 20px;
        right: 100px;
    }

    .header .user {
        font-size: 22px;
        right: 60px;
    }

    .header .nav {
        width: 60%;
        padding: 15px 5%;
        margin-top: 0;
        background-color: #000;
        height: 100%;
        position: fixed;
        top: 0;
        left: -70%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .header .nav.on {
        left: 0;
    }

    .header .nav i {
        display: block;
    }

    .header .nav ul li {
        width: 100%;
        line-height: 60px;
        text-align: left;
        border-bottom: 1px solid #444;
        float: none;
        margin: 0;
        padding: 0
    }

    .header .nav ul li::after {
        background: rgba(0, 0, 0, 0);
    }

    .header.on .nav ul li {
        line-height: 60px;
    }

    .header .nav ul li.on a {
        background: none;
    }

    .header .nav ul li a:hover {
        background: url("../images/hover.png") 8px bottom no-repeat
    }

    .header .nav .e_j {
        width: 100%;
        border-top: 1px solid #444;
        background: none;
        position: relative;
        display: none;
        top: auto;
        left: auto;
        margin: 0;
        padding-bottom: 10px;
    }

    .nav .e_j .kuang {
        background: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: 0px 0px 0px #a6a6a6;
        -webkit-box-shadow: 0px 0px 0 #a6a6a6;
        -moz-box-shadow: 0px 0px 0 #a6a6a6;
        padding: 0px 0;
    }

    .header.on .nav ul li a {
        color: #fff;
    }

    .header .nav ul li .e_j a {
        color: #eee;
    }

    .header .nav ul li .e_j a:hover {
        color: #fff
    }

    .header .nav .e_j a {
        border-top: 0;
        font-size: 12px;
        color: #aaa;
        line-height: 32px;
    }

    .header .nav .e_j a:hover {
        background: none;
    }

    .header .nav ul li:hover .e_j {
        display: none;
    }

    .header .nav ul li a {
        font-size: 15px;
        color: #fff;
    }

    .header .nav ul li:hover a {
        color: #fff;
    }

    .header .nav ul li:hover span {
        width: 0;
    }

    .header .nav ul li.on span {
        width: 0;
    }

    .header .tel {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .head_h {
        height: 50px;
    }
}

.pc_ban {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: none
}

.pc_ban a {
    width: 100%;
    height: 100%;
    display: block;
}

.pc_ban a h1 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.pc_ban a h4 {
    font-size: 16px;
    color: #eee;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
    width: 900px;
    margin: 0 auto;
    line-height: 30px;
}

.pc_ban .swiper-slide-active h1 {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.pc_ban .swiper-slide-active h4 {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.pc_ban a .wenzi2 {
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 900px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    text-align: right;
    text-shadow: 0 0 10px #333333;
}

.pc_ban a .wenzi2 .tit {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.pc_ban a .wenzi2 p {
    font-size: 16px;
    color: #eee;
}

.pc_ban .swiper-slide-active .wenzi2 {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.pc_ban a .wenzi3 {
    height: 300px;
    position: absolute;
    top: 20%;
    left: 0%;
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    text-align: center;
    text-shadow: 0 0 10px #333333;
}

.pc_ban a .wenzi3 .tit {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.pc_ban a .wenzi3 p {
    font-size: 16px;
    color: #eee;
}

.pc_ban .swiper-slide-active .wenzi3 {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.pc_ban a .wenzi4 {
    height: 300px;
    position: absolute;
    top: 33%;
    left: 10%;
    width: 900px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    text-align: center;
    text-shadow: 0 0 10px #333333;
}

.pc_ban a .wenzi4 .tit {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.pc_ban a .wenzi4 p {
    font-size: 16px;
    color: #eee;
}

.pc_ban .swiper-slide-active .wenzi4 {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.pc_ban a .wenzi5 {
    height: 300px;
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    text-align: center;
    text-shadow: 0 0 10px #333333;
}

.pc_ban a .wenzi5 .tit {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.pc_ban a .wenzi5 p {
    font-size: 16px;
    color: #eee;
}

.pc_ban .swiper-slide-active .wenzi5 {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.pc_ban .swiper-button-prev {
    background: url("../images/banner-l.png") no-repeat;
    width: 30px;
    height: 50px;
    margin-top: 0;
    left: 1%;
    background-size: 30px 50px;
    -webkit-background-size: 30px 50px;
    -moz-background-size: 30px 50px;
    -ms-background-size: 30px 50px;
    -o-background-size: 30px 50px;
}

.pc_ban .swiper-button-next {
    background: url("../images/banner-r.png") no-repeat;
    width: 30px;
    height: 50px;
    margin-top: 0;
    right: 1%;
    background-size: 30px 50px;
    -webkit-background-size: 30px 50px;
    -moz-background-size: 30px 50px;
    -ms-background-size: 30px 50px;
    -o-background-size: 30px 50px;
}

.ban {
    width: 100%;
    overflow: hidden
}

.shutter {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0px auto;
}

.shutter-img {
    z-index: 1;
}

.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.shutter-img a {
    cursor: default;
}

.shutter-img a > img {
    width: 100%;
    height: 100%;
}

.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.shutter-btn {
}

.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
}

.shutter-btn li.prev {
    left: 20px;
    background: url("../images/shutter_prevBtn.png") no-repeat 0 -49px;
}

.shutter-btn li.next {
    right: 20px;
    background: url("../images/shutter_nextBtn.png") no-repeat 0 -49px;
}

.shutter-desc {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 56px;
    background: url("../images/shutter_shadow.png")

}

.shutter-desc p {
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
}

.arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    border: 1px solid #Fff;
    cursor: pointer;
    overflow: hidden;
    background: rgba(0, 171, 239, 0.7) url("../images/down-icon2.png")
    box-sizing: border-box;
}

.arrow:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes arrow {

%
0
,
%
100
{
    bottom: 10px
;
    opacity: 1
;
}
50
%
{
    bottom: 50px
;
    opacity: .5
}
}
@-webkit-keyframes arrow {

%
0
,
%
100
{
    bottom: 10px
;
    opacity: 1
;
}
50
%
{
    bottom: 50px
;
    opacity: .5
}
}
/* 百叶窗banner */
#slider-wrap {
    width: 100%;
    height: 520px;
}

/*可以修改宽高*/
#slider {
    position: relative;
    width: 100%;
    height: 520px;
    background: #FFF;
}

/*可以修改宽高*/
.dtfk {
    top: 282px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 180px;
    z-index: 9
}

.dtfk .box {
    width: 80%;
    margin: 0 auto
}

.dtfk .box2 {
    width: 207px;
    height: 180px;
    background: url("../images/banfk.png") center top no-repeat;
}

.dtfk input.w_z {
    width: 200px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url("../images/bbbb.png")
    box-sizing: border-box;
}

.dtfk input.a_n {
    width: 200px;
    height: 40px;
    background: #cfe080;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    float: left;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 20px auto;
}

#slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 520px;
}

/*可以修改宽高*/
.nivoSlider {
    position: relative;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    display: block;
    left: 0px;
    width: 990px;
    height: 334px;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
}

/*可以修改宽高*/
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 50;
    height: 40px;
}

/*可以修改宽高*/
.nivo-caption p {
    width: 100%;
    height: 40px;
    text-indent: -9999px
}

/*可以修改宽高*/
.nivo-controlNav {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
    z-index: 100;
}

/*可以修改左右上下间距*/
.nivo-controlNav a {
    position: relative;
    z-index: 99;
    cursor: pointer;
    background: #fff;
    color: #fff
}

.nivo-controlNav a.active {
    background: #cfa76a;
    font-weight: bold;
    color: #cfa76a
}

.nivo-controlNav a {
    display: block;
    color: #fff;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    margin-right: 5px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*可以修改宽高*/
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

/*左右切换按钮，不能删除，如果不需要可以设背景，删除会引起图片错位*/
.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

@media only screen and (max-width: 992px) {
    #slider-wrap {
        display: none
    }

    .pc_ban {
        height: 19rem;
        display: block
    }

    .pc_ban .swiper-pagination-bullet {
        width: 26px;
        height: 2px;
    }

    .pc_ban .swiper-button-prev {
        display: none;
    }

    .pc_ban .swiper-button-next {
        display: none;
    }
}

.sh_tc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
}

.sh_tc .s_bj {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    position: absolute;
    top: 0;
    left: 0;
}

.sh_tc .s_ch {
    width: 400px;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sh_tc .s_ch input.w_z {
    width: 330px;
    height: 60px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 60px;
    color: #555;
    float: left;
    -webkit-appearance: none;
}

.sh_tc .s_ch button.s_c {
    width: 60px;
    height: 60px;
    background-color: #00a7ee;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    float: right;
    -webkit-appearance: none;
}

@media only screen and (max-width: 992px) {
    .sh_tc .s_ch {
        width: 90%;
        left: 5%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    .sh_tc .s_ch input.w_z {
        width: 85%;
        height: 50px;
        padding-left: 2%;
        line-height: 50px;
    }

    .sh_tc .s_ch button.s_c {
        width: 15%;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
}

.gy_bt {
    margin-bottom: 20px;
    text-align: center;
    background: url("../images/btbj.png") center bottom / 145px no-repeat;
    padding-bottom: 30px
}

.gy_bt h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.gy_bt h1 span {
}

.gy_bt h3 {
    font-size: 15px;
    line-height: 25px;
    color: #777;
    position: relative;
}

.gy_bt h3 span {
    padding: 0 15px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 992px) {
    .gy_bt {
        margin-bottom: 0px;
        background: none;
        padding-bottom: 0;
    }

    .gy_bt h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .gy_bt h3 {
        font-size: 13px;
        line-height: 23px;
    }

    .gy_bt h3 span {
        padding: 0 10px;
    }
    .shangyehz .hzlc{
        margin-top: 20px;
    }
}

.sy_zp {
    padding: 50px 0;
    overflow: hidden
}

.xx1 .hd {
    text-align: center;
}

.xx1 .hd ul li {
    display: inline-block;
    width: 120px;
    margin: 0 10px;
    height: 32px;
    position: relative
}

.xx1 .hd ul li .e_j {
    width: 600px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 32px;
    display: none;
    z-index: 99;
    text-align: center
}

.xx1 .hd ul li:hover .e_j {
    display: block;
}

.xx1 .hd ul li .e_j a {
    display: inline-block;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    float: left;
    background: #fff;
    padding: 0 10px;
}

.xx1 .hd ul li .e_j a:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #cfa76a;
    background: #fff;
    line-height: 35px
}

.xx1 .hd ul li a {
    background: #eee;
    color: #333;
    line-height: 32px;
    display: block;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.xx1 .hd ul li a:hover {
    background: #cfa76a;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.xx1 .hd ul li.on a {
    background: #cfa76a;
    color: #fff;
}

.xx1 .hd ul li.on .e_j a {
    background: #fff;
    color: #333
}

.xx1 .hd ul li.on .e_j a:hover {
    color: #cfa76a;
    background: #fff;
    line-height: 35px
}

.xx1 .bd .nr {
    margin-top: 45px;
    width: 1200px;
}

.xx1 .bd .nr ul li {
    float: left;
    width: 380px;
    margin: 0 30px 40px 0;
    position: relative;
}

.xx1 .bd .nr ul li .kj {
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
}

.xx1 .bd .nr ul li.last {
    margin-right: 0
}

.xx1 .bd .nr ul li .tu {
    width: 100%;
    position: relative;
    overflow: hidden
}

.xx1 .bd .nr ul li img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.xx1 .bd .nr ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.xx1 .bd .nr ul li .mb {
    background: rgba(0, 171, 239, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.xx1 .bd .nr ul li:hover .mb {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.xx1 .bd .nr ul li .wenz {
    padding: 20px 10px 20px;
    background: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url("../images/jt.png") 350px 30px no-repeat
}

.xx1 .bd .nr ul li:hover .wenz {
    background: url("../images/jts.png") 350px 30px no-repeat
}

.xx1 .bd .nr ul li .wenz h3 {
    font-size: 18px;
    color: #333;
}


.xx1 .bd .nr ul li:hover .wenz h3 {
    color: #cfa76a;
    -webkit-transition: all 0.4s linear -1ms;

    -moz-transition: all 0.4s linear -1ms;

    -ms-transition: all 0.4s linear -1ms;

    -o-transition: all 0.4s linear -1ms;

    transition: all 0.4s linear -1ms;
}

.xx1 .bd .nr ul li:hover .kj {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.more a {
    width: 240px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    font-size: 20px;
    color: #fff;
    margin: 0px auto;
    display: block;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(207, 167, 106, .2), 0 8px 16px 0 rgba(207, 167, 106, .4);
    -webkit-box-shadow: 0 0 8px 0 rgba(207, 167, 106, .2), 0 8px 16px 0 rgba(207, 167, 106, .4);
    background: #cfa76a
}

.more a:hover {
    background: #cfa76a
}

/*.more a span { color:#00abef}
.more em {
	background: #00abef;
}
.more a:hover span {color:#fff;}*/
/*btn-a*/
.btn-a {
    transition: 0.5s;
    position: relative;
}

.btn-a span {
    color: #fff;
    position: relative;
    z-index: 2;
}

.btn-a em {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #b08a50;
    transition: 0.5s;
}

.btn-a:hover span {
    color: #fff;
}

.btn-a:hover em {
    width: 100%;
}

/* 艺术与科技 */
.sy_yskj {
    background: url("../images/yskjbj.jpg") center center / cover;
    overflow: hidden;
    padding: 50px 0
}

.ysnr {
    position: relative;
    width: 100%
}

.ysnr .hd {
    text-align: center
}
.ysnr .hd ul{
    margin-bottom: 30px;
}
.ysnr .hd ul li {
    float: left;
    width: 18%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    margin-right: 2.5%;
}
.ysnr .hd ul li:last-child{
    margin-right: 0;
}
.ysnr .hd ul li a {
    font-size: 16px;
    background: #eee;
    color: #333;
    height: 30px;
    line-height: 32px;
    display: block;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ysnr .hd ul li a:hover {
    background: #cfa76a;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ysnr .hd ul li.on a {
    background: #cfa76a;
    color: #fff;
}

.ysnr .hd ul li .e_j {
    width: 600px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 32px;
    display: none;
    z-index: 99;
    text-align: center
}

.ysnr .hd ul li:hover .e_j {
    display: block;
}

.ysnr .hd ul li .e_j a {
    display: inline-block;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    float: left;
    background: #f1f1f1;
    padding: 0 10px;
}

.ysnr .hd ul li .e_j a:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #cfa76a;
    background: #f1f1f1;
    line-height: 35px
}

.ysnr .hd ul li.on .e_j a {
    background: #fff;
    color: #333
}

.ysnr .hd ul li.on .e_j a:hover {
    color: #cfa76a;
    background: #fff;
    line-height: 35px
}

.ysnr .bd {
    margin-top: 45px;
}

.ysnr .bd .nr ul li {
    float: left;
    width: 380px;
    margin: 0 30px 40px 0;
    position: relative;
}
.ysnr .bd .nr ul li.mar0{margin-right:0;}
.ysnr .bd .nr ul li .kj {
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
}

.ysnr .bd .nr ul li.last {
    margin-right: 0
}

.ysnr .bd .nr ul li .tu {
    width: 100%;
    position: relative;
    overflow: hidden
}

.ysnr .bd .nr ul li img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.ysnr .bd .nr ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.ysnr .bd .nr ul li .wenz {
    padding: 20px 10px 20px;
    width: 100%;

    line-height: 40px;
    background: #fff url("../images/jt.png") 350px 30px no-repeat;
    box-sizing: border-box;
}

.ysnr .bd .nr ul li:hover .wenz {
    background: #fff url("../images/jts.png") 350px 30px no-repeat
}

.ysnr .bd .nr ul li .wenz h3 {
    font-size: 18px;
    color: #333;
    height: 40px;
    overflow: hidden;
}

.ysnr .bd .nr ul li .wenz p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    width: 50%;
    float: left
}

.ysnr .bd .nr ul li:hover .wenz h3 {
    color: #cfa76a;
    -webkit-transition: all 0.4s linear -1ms;

    -moz-transition: all 0.4s linear -1ms;

    -ms-transition: all 0.4s linear -1ms;

    -o-transition: all 0.4s linear -1ms;

    transition: all 0.4s linear -1ms;
}

.ysnr .bd .nr ul li:hover .kj {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.tk {
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.tk:hover {
    box-shadow: 0px 0px 10px #269ffb;
    -webkit-box-shadow: 0px 0px 10px #269ffb;
    -moz-box-shadow: 0px 0px 10px #428000;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.tk.last {
    margin-right: 0
}

.tk img {
    width: 100%;
    display: block
}

.tk .mb {
    position: absolute;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #fff;
    font-size: 14px;
    overflow: hidden
}

.tk .mb h3 {
    line-height: 30px;
    font-size: 14px;
}

.tk .mb p {
    font-size: 12px;
    color: #666;
    line-height: 25px;
    padding: 10px
}

.tk:hover .mb {
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.tk:hover .mb h3 {
    color: #333
}

.ryzz {
    padding: 50px 0;
    overflow: hidden;
    margin-bottom: 40px
}

.newsp02 {
    position: relative;
    width: 1280px;
    margin: 35px auto 0
}

.newsp02 .hd {
    width: 1200px;
    margin: 0 auto
}

.newsp02 .hd .prev {
    width: 56px;
    height: 56px;
    background: url("../images/jtdl.png") left center no-repeat;
    position: absolute;
    left: 0;
    top: 46%;
    margin-top: -20px;
    z-index: 10000;
    display: none
}

.newsp02:hover .hd .prev {
    display: block;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.newsp02 .next {
    width: 56px;
    height: 56px;
    background: url("../images/jtdr.png") left center no-repeat;
    position: absolute;
    right: 0;
    top: 46%;
    margin-top: -20px;
    z-index: 10000;
    display: none
}

.newsp02:hover .next {
    display: block
}

.newsp02 .bd {
    width: 1200px;
    margin: 0 auto;
}

.newsp02 .bd ul li {
    display: inline-block;
    width: 270px;
    float: left;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.newsp02 .bd ul li img {
    width: 100%;
    display: block
}

.newsp02 .bd ul li .wenz {
    color: #333;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    text-align: center
}

.newsp02 .bd ul li img {
    width: 100%;
    height: auto;
    display: block
}

/*优势*/
.sy_ys {
    padding: 70px 0 70px;
    background: url("../images/yskjbj.jpg") center center / cover;
    overflow: hidden
}

.sy_ys ul {
    margin-top: 50px;
}

.sy_ys ul li {
    width: 154px;
    margin-right: 20px;
    float: left;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    padding: 30px 15px 20px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}

.sy_ys ul li:hover {
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1), 0 15px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1), 0 15px 40px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.sy_ys ul li.last {
    margin-right: 0
}

.sy_ys ul li .ico {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sy_ys ul li .ico img {
    width: 100%
}

.sy_ys ul li .ico.l1 {
    background: url("../images/ys1.png") center center / 100%
}

.sy_ys ul li:hover .ico.l1 {
    background: url("../images/ys1s.png") center center / 100%
}

.sy_ys ul li .ico.l2 {
    background: url("../images/ys2.png") center center / 100%
}

.sy_ys ul li:hover .ico.l2 {
    background: url("../images/ys2s.png") center center / 100%
}

.sy_ys ul li .ico.l3 {
    background: url("../images/ys3.png") center center / 100%
}

.sy_ys ul li:hover .ico.l3 {
    background: url("../images/ys3s.png") center center / 100%
}

.sy_ys ul li .ico.l4 {
    background: url("../images/ys4.png") center center / 100%
}

.sy_ys ul li:hover .ico.l4 {
    background: url("../images/ys4s.png") center center / 100%
}

.sy_ys ul li .ico.l5 {
    background: url("../images/ys5.png") center center / 100%
}

.sy_ys ul li:hover .ico.l5 {
    background: url("../images/ys5s.png") center center / 100%
}

.sy_ys ul li .ico.l6 {
    background: url("../images/ys6.png") center center / 100%
}

.sy_ys ul li:hover .ico.l6 {
    background: url("../images/ys6s.png") center center / 100%
}

.sy_ys ul li .ico.l7 {
    background: url("../images/ys7.png") center center / 100%
}

.sy_ys ul li:hover .ico.l7 {
    background: url("../images/ys7s.png") center center / 100%
}

.sy_ys ul li:hover .ico {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.sy_ys ul li h3 {
    font-size: 35px;
    color: #333;
    margin: 20px 0 10px;
    text-align: center
}

.sy_ys ul li h3 span {
    font-size: 16px;
}

.sy_ys ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-align: center
}

.shangyehz {
    padding: 70px 0 40px;
    overflow: hidden
}

.shangyehz {
    text-align: center
}

.shangyehz .hzlc {
    width: 1200px;
    margin: 55px auto 0
}

.shangyehz .hzlc ul li {
    width: 360px;
    float: left;
    position: relative;
	margin-right:60px;
}
.shangyehz .hzlc ul li.mar0{
	margin-right:0;
}
.shangyehz .hzlc ul li img {
    width: 100%;
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.shangyehz .hzlc ul li .sz {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    margin-left: -25px;
    background: #cfa76a;
    border: #fff 1px solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: -25px;
    line-height: 48px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.shangyehz .hzlc ul li .wenz {
    width: 100%;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    left: 0;
    top: 50%;
    position: absolute
}

.shangyehz .hzlc .ht {
    height: 100px
}

.shangyehz .hzlc .jt2 {
    height: 100px;
    background: url("../images/icon002.png") center 30px no-repeat;
    width: 360px;
    float: right;
}

.shangyehz .hzlc ul .jt {
    width: 60px;
    background: url("../images/icon001.png") center center no-repeat;
    float: left;
    height: 258px;
}

.shangyehz .hzlc ul .jt3 {
    width: 60px;
    background: url("../images/icon003.png") center center no-repeat;
    float: left;
    height: 258px;
}

.ht30 {
    height: 30px;
}

.zcpt {
    background: url("../images/yskjbj.jpg") center center / cover;
    padding: 80px 0;
    overflow: hidden;
    background-attachment: fixed
}

.jpp2 ul {
    width: 1200px;
    margin: 50px auto;
}

.jpp2 ul li {
    width: 158px;
    float: left;
    display: inline-block;
    margin: 0 15px 0 0;
    text-align: center;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}

.jpp2 ul li .kj {
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 20px 0 10px;
    height: 230px
}

.jpp2 ul li:hover .kj {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-10px);
    -wbkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: #fff
}

.jpp2 ul li.last {
    margin-right: 0
}

.jpp2 ul li .tp {
    width: 100px;
    height: 75px;
    text-align: center;
    margin: 0 auto 15px
}

.jpp2 ul li img {
    width: 70px;
    margin-top: 5px
}

.jpp2 ul li .tit {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.jpp2 ul li p {
    padding: 0 8px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.xmhz {
    padding: 60px 0;
    overflow: hidden;
    margin: 50px 0
}

.xmhz ul {
    margin-top: 50px;
    background: url("../images/line.png") center top no-repeat;
    overflow: hidden
}

.xmhz ul li {
    width: 85px;
    float: left;
    margin-right: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.xmhz ul li.last {
    margin-right: 0
}

.xmhz ul li img {
    width: 100%;
}

.xmhz ul li:hover {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.case-content {
    overflow: hidden;
    margin: 80px auto 0 auto;
}

.case-content ul {
    width: 1200px;
    margin: 0 auto
}

.case-content ul li {
    width: 14.2%;
    float: left;
    padding-bottom: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.case-content ul li:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-10px);
    -wbkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: #fff
}

.case-item {
    float: left;
    margin: 30px 15px;
    margin-bottom: 20px
}

.case-item .bt {
    font-size: 16px;
    color: #444;
    line-height: 35px;
    text-align: center;
    margin-top: 20px
}

.case-item .sm {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden
}

.ih-item {
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.ih-item, .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ih-item a {
    color: #333
}

.ih-item a:hover {
    text-decoration: none
}

.ih-item img {
    width: 100%;
    height: 100%
}

.ih-item.circle, .ih-item.circle .img {
    position: relative;
    width: 131px;
    height: 131px;
    border-radius: 50%
}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.ih-item.circle .img img {
    border-radius: 50%
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ih-item.square {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ih-item.circle.effect1 .spinner {
    width: 136px;
    height: 136px;
    border: 3px solid #eee;
    border-right-color: #cfa76a;
    border-bottom-color: #cfa76a;
    border-radius: 50%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.ih-item.circle.effect1 .img {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 5px;
    right: 0;
    width: auto;
    height: auto
}

.ih-item.circle.effect1 .img:before {
    display: none
}

.ih-item.circle.effect1.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, .6)
}

.ih-item.circle.effect1 .info {
    top: 5px;
    bottom: 0;
    left: 5px;
    right: 0;
    background: #333;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.ih-item.circle.effect1 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 20px;
    padding: 45px 0 0;
    height: 60px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect1 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 10px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, .5)
}

.ih-item.circle.effect1 a:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ih-item.circle.effect1 a:hover .info {
    opacity: 1
}

.hzhb {
    padding: 60px 0;
    background: #f6f6f6
}

.hzhb li {
    width: 240px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    border: #eee 1px solid;
    height: 130px;
    display: table;
    float: left;
    text-align: center;
    position: relative;
    background: #fff
}

.hzhb li:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-10px);
    -wbkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 9999
}

.hzhb li a {
    width: 100%;
    height: 130px;
    display: block
}

.hzhb li .nrjz {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 240px;
    height: 130px;
    margin: 0 auto
}

.hzhb li.bodnno {
    border-bottom: none
}

.hzhb li.bodrno {
    border-right: none
}

.hzhb li.bodtno {
    border-top: none
}

.gg01_tc {
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.module-5 {
    padding-top: 68px;
    padding-bottom: 83px
}

.module-5 .index-title-1 {
    margin-bottom: 57px
}

.module-5 .inner {
    width: 1200px;
    margin: 0 auto;
}

.module-5 .inner ul {
    border: #ccc 1px solid;
    overflow: hidden;
    border-bottom: 0
}

.module-5 .inner ul li {
    width: 20%;
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: #ccc 1px solid;
    text-align: center;
    padding: 20px 0
}

.newsk {
    padding: 50px 0;
    overflow: hidden;
    background: #eee
}

.news_right {
    margin-top: 0px;
    width: 555px;
    text-align: left
}

.news_right_title {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    padding-left: 33px;
    background: url("../images/xw.png") no-repeat left;
    font-size: 18px;
}

.news_right_title span a {
    float: right;
    color: #666;
    line-height: 40px;
    font-size: 12px;
}

.news_right_title span a:hover {
    color: #00abef;
}

.news_right ul {
    margin-top: 10px;
}

.news_right li {
    line-height: 36px;
    border-bottom: 1px dashed #eee;
    background: url("../images/ab_09.jpg") no-repeat left;
    padding-left: 15px;
}

.news_right li a {
    color: #333;
}

.news_right li span a {
    color: #00abef;
}

.news_right li:hover a {
    color: #00abef;
}

.news_right li em {
    float: right;
    color: #777;
}

.main {
    margin: 0 auto;
}

.main ul li {
    float: left;
}

.icon-news {
    background: url("../images/icon.png") no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: 100px;
    bottom: 2px;
}

.main ul li.two {
    float: left;
    width: 48%;
    margin-right:4%;
    margin-top: 40px;
}
.main ul li.mar0{
    margin-right: 0;
}
.main ul li.two a {
    padding:20px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.main ul li.two .top {
    width: 100%;
    float: initial;
    padding-left: 0;
}

.main ul li.two .top h5 {
    font-size: 18px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}

.main ul li.two .top div.p {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 24px;
}

.main ul li.two .top div.p p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    margin-top: 10px;
    line-height: 24px;
}

.main ul li.two .top img {

    position: absolute;

    top: 50%;

    right: 70px;

    margin-top: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.main ul li:hover.two .top img {
    right: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main ul li.two .bottom {

    width: 100%;

    float: initial;

    border-right: none;
}

.main ul li.two .bottom h3 {

    padding-top: 20px;

    font-size: 16px;

    color: #999;
}

.main ul li:hover.two .bottom h3 {
    color: #cfa76a;
}

.main ul li.two .bottom h3:after {

    content: " ";

    display: block;

    border-bottom: none;

    width: 0;

    margin: 0;

}

.main ul li.two .bottom span {

    font-size: 14px;

    display: block;

    color: #999;

}

.main ul li.three {

    float: left;

}

.main ul li.three a {

    width: 595px;

    height: 170px;

    padding: 38px 44px;

    margin-bottom: 10px;

    display: block;

    background: #fff;

    overflow: hidden;

}

.main ul li.three a .left {

    width: 26%;

    border-right: 1px solid #eeeeee;

    float: left;

}

.main ul li.three a .left h3 {

    font-size: 32px;

    color: #999;

    font-weight: 700;

}

.main ul li.three a:hover .left h3 {
    color: #cfa76a;
}

.main ul li.three a .left h3:after {

    content: " ";

    display: block;

    border-bottom: 1px solid #ccc;

    width: 20px;

    margin: 10px 0;

}

.main ul li.three a .left span {

    font-size: 14px;

    display: block;

    color: #999;

}

.main ul li.three a .right {

    width: 73%;

    padding-left: 25px;

    float: left;

}

.main ul li.three a .right h5 {

    font-size: 18px;

    color: #000;

    font-weight: 400;

}

.main ul li.three a .right img {
    padding-top: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main ul li.three a:hover .right img {
    margin-left: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main ul li.two a:hover,
.main ul li.three a:hover {

    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);

}

/* start footer */
.footer_bg {
    background: #333;
    width: 100%;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    z-index: 999
}

.footer .zuo3 {
    float: left;
    margin-top: 20px;
margin-right: 40px;
}
.footer .zuo3 img{
	background: #fff;
    padding: 10px;
}
.footer .zuo3 ul li {
    float: left;
    padding-right: 36px;
    text-align: center
}

.footer .zuo3 ul li .tit a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    display: block
}

.footer .zuo3 ul li .line {
    margin-bottom: 20px;
    height: 17px;
    margin-top: -8px;
    text-align: center
}

.footer .zuo3 ul li .line span {
    width: 56px;
    height: 17px;
    background: url("../images/hover.png") center bottom / 100% no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: inline-block
}

.footer .zuo3 ul li a {
    width: 100%;
    display: block;
    line-height: 28px;
    font-size: 12px;
    color: #999
}

.footer .zuo3 ul li a:hover {
    color: #eee
}

.dzwz {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    float: left;
    width: 270px;
    float: left;
    margin-left: 20px
}

.dzwz .tit {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
}

.dzwz p {
    line-height: 30px;
    padding-left: 25px;
    color: #fff;
    font-size: 12px;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
}

.dzwz p.p1 {
    background: url("../images/fd-img2.png") left center no-repeat
}

.dzwz p.p2 {
    background: url("../images/fd-img1.png") left center no-repeat
}

.dzwz p.p3 {
    background: url("../images/fd-img4.png") left 6px no-repeat
}

.footer .e_m {
    text-align: center;
}

.footer h3 {
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    position: relative;
    font-weight: bold;
    margin-top: 20px
}

.footer input {
    width: 100%;
    height: 26px;
    background-color: rgba(130, 130, 130, .4);
    padding: 0 5px;
    display: block;
    font-size: 12px;
    line-height: 26px;
    color: #ccc;
    margin-bottom: 8px;
}

.footer button {
    width: 100px;
    height: 26px;
    background-color: #cfa76a;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.footer .you3 {
    width: 150px;
    float: right;
}

.footer .you3 .weixin {
    width: 100px;
    float: right;
    line-height: 30px;
    color: #fff;
    text-align: center
}

.footer .you3 .dian {
    width: 230px;
    float: left;
}

.footer .you3 .dian h2 {
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    padding-top: 20px;
}

.footer .you3 .dian p {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: left
}

.footer_btm {
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #292929;
    position: relative;
    width: 100%;
}

.copy {
    color: #fff;
}
.copy span{
    font-size: 13px;
    display: inline-block;
    margin: 0 10px;
}
.copy p {
    font-size: 12px;
    text-transform: uppercase;
    color: #B9B9B9;
}

.copy p a {
    color: #ffffff;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

/*悬浮链接*/
.wuyou-waiter {
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -110px;
    width: 64px;
    -webkit-box-shadow: 0 12px 15px 0 rgba(71, 71, 71, .1), 0 20px 60px 0 rgba(71, 71, 71, .11);
    box-shadow: 0 12px 15px 0 rgba(71, 71, 71, .1), 0 20px 60px 0 rgba(71, 71, 71, .11);
    z-index: 999;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #fff;
    padding-bottom: 25px;
}

.waiter-ul li {
    position: relative;
    height: 66px;
    border-bottom: 1px solid #fff;
    background: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.waiter-ul li a {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
    display: block;
    width: 65px;
    height: 66px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    text-decoration: none;
    text-align: center;
    background: #fff;
    padding-top: 20px;
}

.waiter-title {
    position: absolute;
    right: 0px;
    top: 15px;
    color: #fff;
    width: 190px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    z-index: 1;
    opacity: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.waiter-ul li a img {
    width: 32px;
    margin: 0 auto
}

.waiter-ul li a p {
    font-size: 12px;
    color: #474747;
    padding-top: 4px;
    text-align: center
}

.waiter-title:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 22px;
    background-color: #fff;
    transform: rotate(45deg);
}

.waiter-ul li:hover .waiter-title {
    left: -206px;
    opacity: 1;
}

.waiter-ul li.wuyou-shop a {
    border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
}

.waiter-ul li.wuyou-shop .waiter-title {
    background-color: #cfa76a;
}

.waiter-ul li.wuyou-shop .waiter-title:before {
    background-color: #cfa76a;
}

.waiter-ul li.wuyou-contact a {
}

.waiter-ul li.wuyou-contact .waiter-title {
    background-color: #cfa76a;
}

.waiter-ul li.wuyou-contact .waiter-title:before {
    background-color: #cfa76a;
}

.waiter-ul li.wuyou-weixin a {
}

.waiter-ul li.wuyou-weixin .waiter-title {
    background-color: #cfa76a;
    width: 160px;
    height: 160px;
    padding-top: 10px;
    top: -30px
}

.waiter-ul li.wuyou-weixin .waiter-title:before {
    background-color: #cfa76a;
    top: 62px;
}

.waiter-ul li:hover.wuyou-weixin .waiter-title {
    left: -174px;
    opacity: 1;
}

.waiter-ul li.wuyou-top a {
    background-image: -webkit-linear-gradient(left, #333, #666);
    background-image: -moz-linear-gradient(left, #333, #666);
    background-image: -ms-linear-gradient(left, #333, #666);
}

.waiter-ul li.wuyou-top .waiter-title {
    background-color: #333;
}

.waiter-ul li.wuyou-top .waiter-title:before {
    background-color: #333;
}

.sy_ly {
    width: 100%;
    padding: 13px 0;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    height: 70px
}

.sy_ly .gb {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 25%;
    cursor: pointer;
}

.sy_ly .wz {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    float: left;
}

.sy_ly .wz span {
    color: #cfa76a;
    display: block
}

.sy_ly input.w_z {
    width: 315px;
    height: 44px;
    font-size: 18px;
    color: #999;
    line-height: 44px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-left: 35px;
    background: url("../images/sjbj.jpg") left center no-repeat;
    float: left;
    margin-left: 50px;
}

.sy_ly .ly {
    width: 200px;
    float: left;
    margin-left: 60px;
}

.sy_ly .ly a {
    width: 200px;
    line-height: 44px;
    border-radius: 4px;
    background-color: #cfa76a;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: block;
}

.n_ban {
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
}

.n_ban .w_z {
    width: 40%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.n_ban .w_z.rt {
    width: 40%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 20%;
}

.n_ban .w_z h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #666
}

.n_ban .w_z p {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
    text-shadow: 0 0 10px #666
}

.n_ban .w_z a {
    padding: 0 20px;
    background-color: #e77817;
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    margin: 0 10px;
}

.ntit {
    width: 100%;
    padding: 20px 0;
}

.ntit ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    min-width: 110px;
    float: left;
    position: relative
}

.ntit ul li .e_j {
    width: 600px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 32px;
    display: none;
    z-index: 99;
    text-align: center
}

.ntit ul li:hover .e_j {
    display: block;
}

.ntit ul li .e_j a {
    display: inline-block;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    float: left;
    background: #fff;
    padding: 0 10px;
}

.ntit ul li .e_j a:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #cfa76a;
    background: #fff;
    line-height: 35px
}

.ntit ul li a {
    height: 34px;
    line-height: 34px;
    background: #eee;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    text-align: center;
    overflow: hidden;
}

.ntit ul li a:hover {
    background: #cfa76a;
    color: #fff;
}

.ntit ul li a.on {
    background: #cfa76a;
    color: #fff;
}

.nynr {
    overflow: hidden
}

.ny_zp {
    margin-top: 45px;
    width: 1200px;
}

.ny_zp ul li {
    float: left;
    width: 380px;
    margin: 0 30px 40px 0;
    position: relative;
}
.ny_zp ul li.mar0{margin-right:0;}
.ny_zp ul li .kj {
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
}

.ny_zp ul li.last {
    margin-right: 0
}

.ny_zp ul li .tu {
    width: 100%;
    position: relative;
    overflow: hidden
}

.ny_zp ul li img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.ny_zp ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.ny_zp ul li .wenz {
    padding: 20px 10px 10px;
    background: #fff;
    width: 100%;
 
    background: url("../images/jt.png") 350px 30px no-repeat
}

.ny_zp ul li:hover .wenz {
    background: url("../images/jts.png") 330px 25px no-repeat
}

.ny_zp ul li .wenz h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.ny_zp ul li .wenz p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    width: 50%;
    float: left
}

.ny_zp ul li:hover .wenz h3 {
    color: #cfa76a;
    -webkit-transition: all 0.4s linear -1ms;

    -moz-transition: all 0.4s linear -1ms;

    -ms-transition: all 0.4s linear -1ms;

    -o-transition: all 0.4s linear -1ms;

    transition: all 0.4s linear -1ms;
}

.ny_zp ul li:hover .kj {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.page {
    text-align: center;
    margin: 30px auto;
}

.page a {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #5a5a5a;
    margin: 0;
    padding: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.page a:hover {
    color: #cfa76a;
}

.page a.hover {
    color: #cfa76a;
}

.ny_yingy {
    margin-top: 45px;
    width: 1200px;
}

.ny_yingy ul li {
    float: left;
    width: 380px;
    margin: 0 30px 40px 0;
    position: relative;
}

.ny_yingy ul li .kj {
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
}

.ny_yingy ul li.last {
    margin-right: 0
}

.ny_yingy ul li .tu {
    width: 100%;
    position: relative;
    overflow: hidden
}

.ny_yingy ul li img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.ny_yingy ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.ny_yingy ul li .wenz {
    padding: 20px 10px 10px;
    width: 100%;
    height: 60px;
    background: #fff url("../images/jt.png") 350px 20px no-repeat
}

.ny_yingy ul li:hover .wenz {
    background: #fff url("../images/jts.png") 350px 20px no-repeat
}

.ny_yingy ul li .wenz h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.ny_yingy ul li .wenz p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    width: 50%;
    float: left
}

.ny_yingy ul li:hover .wenz h3 {
    color: #cfa76a;
    -webkit-transition: all 0.4s linear -1ms;

    -moz-transition: all 0.4s linear -1ms;

    -ms-transition: all 0.4s linear -1ms;

    -o-transition: all 0.4s linear -1ms;

    transition: all 0.4s linear -1ms;
}

.ny_yingy ul li:hover .kj {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.wlfw {
    padding-top: 50px;
    overflow: hidden
}

.wlfw ul li {
    margin-bottom: 30px;
    border: #eee 1px solid;
    background: #eee;
    overflow: hidden
}

.wlfw ul li .tp {
    width: 320px;
    float: left
}

.wlfw ul li .tp img {
    width: 100%
}

.wlfw ul li .wenz {
    width: 840px;
    float: right;
    padding: 10px 20px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}

.wlfw ul li .wenz h3 {
    font-size: 18px;
    color: #333;
    margin: 20px auto 15px;
}

.wlfw ul li .wenz .lin {
    width: 30px;
    height: 2px;
    background: #cfa76a;
    float: left;
    margin-bottom: 15px;
}

.wlfw ul li .wenz p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.wlfw ul li .wenz .more1 a {
    height: 30px;
    width: 120px;
    border: #cfa76a 1px solid;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    box-shadow: 0 0 8px 0 rgba(207, 167, 106, .2), 0 8px 16px 0 rgba(207, 167, 106, .4);
    -webkit-box-shadow: 0 0 8px 0 rgba(207, 167, 106, .2), 0 8px 16px 0 rgba(207, 167, 106, .4);
    background: #cfa76a;
}

.wlfw ul li .wenz .more1 a:hover {
    background: #8eaa03;
    color: #fff
}

.ny_yskj {
    margin-top: 45px;
    width: 1200px;
}

.ny_yskj ul li {
    float: left;
    width: 380px;
    margin: 0 30px 40px 0;
    position: relative;
}

.ny_yskj ul li .kj {
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
}

.ny_yskj ul li.last {
    margin-right: 0
}

.ny_yskj ul li .tu {
    width: 100%;
    position: relative;
    overflow: hidden
}

.ny_yskj ul li img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.ny_yskj ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.ny_yskj ul li .wenz {
    padding: 20px 10px 10px;
    width: 100%;
    height: 60px;
    background: #fff url("../images/jt.png") 350px 20px no-repeat
}

.ny_yskj ul li:hover .wenz {
    background: #fff url("../images/jts.png") 350px 20px no-repeat
}

.ny_yskj ul li .wenz h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.ny_yskj ul li .wenz p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    width: 50%;
    float: left
}

.ny_yskj ul li:hover .wenz h3 {
    color: #cfa76a;
    -webkit-transition: all 0.4s linear -1ms;

    -moz-transition: all 0.4s linear -1ms;

    -ms-transition: all 0.4s linear -1ms;

    -o-transition: all 0.4s linear -1ms;

    transition: all 0.4s linear -1ms;
}

.ny_yskj ul li:hover .kj {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.ny_zcpt {
    padding: 45px 0;
}

.ny_bt {
    width: 100%;
    text-align: center;
    margin: 10px auto 35px;
}

.ny_bt h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #555;
    font-family: "微软雅黑"
}

.ny_bt h4 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #777;
}

.ny_bt span {
    width: 60px;
    height: 1px;
    margin: 0 auto 35px;
    display: block;
    position: relative
}

.ny_bt i {
    width: 114px;
    height: 30px;
    background: url("../images/btbj.png") center center / 100% no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    top: -11px
}

.com-width {
    width: 1200px;
    margin: 0 auto;
}

.jxnr {
    line-height: 28px;
    font-size: 14px;
    color: #333;
    padding: 30px 0
}

.list-video ul {
    width: 1200px;
    margin: 0 auto
}

.list-video ul li {
    float: left;
    margin-bottom: 50px;
    margin-right: 25px;
    width: 281px;
    line-height: 36px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.list-video ul li img {
    width: 100%
}

.list-video ul li.last {
    margin-right: 0
}

.list-video ul li .a-video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.list-video {
    text-align: center;
    color: #666;
    font-size: 16px
}

.list-video ul li .a-video::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) url("../images/video-cover.png") no-repeat center;
    content: "";
}

.list-video ul li .kj {
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
}

.list-video ul li:hover .kj {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.nytit2 {
    font-size: 20px;
    padding: 15px 0 10px 0px;
    color: #333;
    margin-bottom: 20px;
}

.ny_xxkc ul li {
    float: left;
    width: 380px;
    margin: 0 30px 40px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-bottom: 10px;
}

.ny_xxkc ul li img {
    width: 100%
}

.ny_xxkc ul li h4 {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    padding: 0 10px
}

.ny_xxkc ul li p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding: 0 10px 10px
}

.ny_xxkc ul li.last {
    margin-right: 0
}

.ny_xxkc ul li .kj {
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
    padding-bottom: 10px;
}

.ny_xxkc ul li:hover .kj {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

/*关于我们*/
.about {
    height: 530px;
    background: url("../images/yskjbj.jpg") center center no-repeat;
    width: 100%;
    margin: 50px auto
}

.about .con {
    padding-top: 90px
}

.about .tp {
    width: 695px;
    float: left
}

.about .tp img {
    width: 100%
}

.about .text {
    width: 430px;
    float: right
}

.about .text h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.about .text .lin {
    height: 2px;
    text-align: left;
    margin-bottom: 20px;
    display: none
}

.about .text .lin span {
    width: 50px;
    height: 2px;
    background: #cfa76a;
    display: block
}

.about .text p {
    line-height: 28px;
    font-size: 14px;
    color: #555;
}

.about .text .more a {
    color: #fff;
    height: 36px;
    width: 130px;
    line-height: 36px;
    display: block;
    text-align: center;
    box-shadow: 0 8px 18px 0 rgba(41, 146, 255, 0.3);
    background: -webkit-linear-gradient(left, #ebc994, #cfa76a);
    background: -o-linear-gradient(right, #ebc994, #cfa76a);
    background: -moz-linear-gradient(right, #ebc994, #cfa76a);
    background: linear-gradient(to right, #ebc994, #cfa76a);
    margin: 30px auto;
    float: left;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 14px
}

.about .text .more a:hover {
    background: -webkit-linear-gradient(left, #cfa76a, #859f05);
    background: -o-linear-gradient(right, #cfa76a, #b08749);
    background: -moz-linear-gradient(right, #cfa76a, #b08749);
    background: linear-gradient(to right, #cfa76a, #b08749);
    -webkit-transition: all 0.4s linear -1ms;
    -moz-transition: all 0.4s linear -1ms;
    -ms-transition: all 0.4s linear -1ms;
    -o-transition: all 0.4s linear -1ms;
    transition: all 0.4s linear -1ms;
}

.tdroom {
    margin-top: 135px;
}

.tdroom ul li {
    width: 262px;
    float: left;
    position: relative;
    text-align: center;
    background: #eee;
    border-radius: 10px;
    margin-right: 50px;
    padding: 110px 20px 30px;
    box-shadow: 0px 0px 10px #666;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    height: 336px;
}

.tdroom ul li:hover {
    box-shadow: 0px 0px 10px #333;
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.tdroom ul li .tp {
    width: 200px;
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -100px;
}

.tdroom ul li .tp img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tdroom ul li:hover .tp img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.tdroom ul li.last {
    margin-right: 0
}

.tdroom ul li .tit a {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: center;
    display: block
}

.tdroom ul li .zc {
    color: #666;
    font-size: 12px;
}

.tdroom ul li .wzsm {
    line-height: 26px;
    font-size: 13px;
    color: #333;
    margin-top: 15px;
}

.moreny a {
    height: 30px;
    width: 120px;
    border: #cfa76a 1px solid;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 50px auto;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    box-shadow: 0 0 8px 0 rgba(207, 167, 106, .2), 0 8px 16px 0 rgba(207, 167, 106, .4);
    -webkit-box-shadow: 0 0 8px 0 rgba(207, 167, 106, .2), 0 8px 16px 0 rgba(207, 167, 106, .4);
    background: #cfa76a;
    overflow: hidden
}

.moreny a:hover {
    background: #8eaa03;
    color: #fff
}

.ny_fwnr {
    padding: 30px 0 50px;
    margin: 0 0 35px;
    overflow: hidden;
    background: #f6f6f6
}

.ny_fwnr ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin: 0px 0 0 0;
    padding: 30px 0 10px
}

.ny_fwnr ul li:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: #fff;
}

.ny_fwnr ul li .tit {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-top: 10px
}

.ny_fwnr ul li .tb {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    border: #ccc 1px solid;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.ny_fwnr ul li:hover .tb {
    background: #cfa76a
}

.ny_fwnr ul li .tb i {
    width: 60px;
    height: 60px;
    display: block;
    margin: 20px auto 0;
}

.ny_fwnr ul li .tb i.l1 {
    background: url("../images/nr01.png") center center no-repeat
}

.ny_fwnr ul li:hover .tb i.l1 {
    background: url("../images/nr01s.png") center center no-repeat
}

.ny_fwnr ul li .tb i.l2 {
    background: url("../images/nr02.png") center center no-repeat
}

.ny_fwnr ul li:hover .tb i.l2 {
    background: url("../images/nr02s.png") center center no-repeat
}

.ny_fwnr ul li .tb i.l3 {
    background: url("../images/nr03.png") center center no-repeat
}

.ny_fwnr ul li:hover .tb i.l3 {
    background: url("../images/nr03s.png") center center no-repeat
}

.ny_fwnr ul li .tb i.l4 {
    background: url("../images/nr04.png") center center no-repeat
}

.ny_fwnr ul li:hover .tb i.l4 {
    background: url("../images/nr04s.png") center center no-repeat
}

.ny_gzjh {
    margin: 10px auto 50px;
    overflow: hidden;
    padding: 30px 0 30px;
    background: #f6f6f6
}

.ny_gzjh ul {
    margin-top: 30px
}

.ny_gzjh ul li {
    width: 281px;
    margin-right: 25px;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
    margin-bottom: 25px;
    float: left
}

.ny_gzjh ul li img {
    width: 100%;
    display: block
}

.ny_gzjh ul li h3 {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: center
}

.ny_gzjh ul li.last {
    margin-right: 0
}

.ny_gzjh ul li:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 9999
}

.cylm {
    padding: 20px 0;
    height: 250px
}

.cylm ul li {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 30px 10px;
    height: 250px
}

.cylm ul li:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 9999
}

.cylm ul li .tb {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: #ccc 1px solid;
}

.cylm ul li .tb.l1 {
    background: #666 url("../images/cylm1.png") center center no-repeat
}

.cylm ul li .tb.l2 {
    background: #666 url("../images/cylm2.png") center center no-repeat
}

.cylm ul li .tb.l3 {
    background: #666 url("../images/cylm3.png") center center no-repeat
}

.cylm ul li .tb.l4 {
    background: #666 url("../images/cylm4.png") center center no-repeat
}

.cylm ul li.last {
    margin-right: 0
}

.cylm ul li h3 {
    font-size: 16px;
    color: #333;
    margin: 20px 0 10px;
    text-align: center
}

.cylm ul li p {
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.cyzj_ny {
    padding: 50px 0;
    overflow: hidden
}

.cyzj_ny .gywm {
    padding-bottom: 50px;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 50px;
}

.cyzj_ny .gywm .tp {
    width: 500px;
    float: left;
}

.cyzj_ny .gywm .tp img {
    width: 100%;
    display: block
}

.cyzj_ny .gywm .wz {
    width: 600px;
    float: right
}

.cyzj_ny .gywm .wz h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 30px
}

.cyzj_ny .gywm .wz p {
    font-size: 18px;
    color: #666;
    line-height: 40px;
}

.cyzj_ny .ys {
    padding: 35px 0;
    overflow: hidden
}

.cyzj_ny .ys ul li {
    width: 360px;
    margin: 30px 20px 0;
    float: left;
    padding: 15px 0
}

.cyzj_ny .ys ul li:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 9999
}

.cyzj_ny .ys ul li .tb {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 55px;
    color: #666;
    text-align: center;
    border: #666 1px solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.cyzj_ny .ys ul li .tb img {
    width: 60px;
    display: block;
    margin: 20px auto
}

.cyzj_ny .ys ul li p {
    font-size: 18px;
    line-height: 38px;
    color: #333;
    text-align: center
}

.cyzj_ny .gzly {
    padding: 35px 0 60px;
    overflow: hidden;
    background: #f6f6f6
}

.cyzj_ny .gzly ul li {
    width: 590px;
}

.cyzj_ny .gzly ul li img {
    width: 100%;
    display: block
}

.cyzj_ny .sqtz {
    height: 160px;
    width: 100%;
    background: url("../images/contact-bg.jpg") center center / cover;
    background-attachment: fixed;
}

.cyzj_ny .sqtz .tzan {
    padding-top: 60px;
    text-align: center
}

.cyzj_ny .sqtz .tzan a {
    width: 200px;
    height: 50px;
    border: #fff 1px solid;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0px 20px 0;
    font-size: 20px;
}

.cyzj_ny .sqtz .tzan a:hover {
    background: #cfa76a;
    color: #fff;
}

.gxbg_ny {
    padding: 50px 0;
    overflow: hidden
}

.gxbg_ny .fwss {
    padding-bottom: 35px;
}

.gxbg_ny .fwss ul {
    text-align: center
}

.gxbg_ny .fwss ul li {
    width: 292px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gxbg_ny .fwss ul li.last {
    margin-right: 0
}

.gxbg_ny .fwss ul li img {
    width: 100%;
    display: block
}

.gxbg_ny .fwss ul li .l1 {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.gxbg_ny .fwss ul li .l2 {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.gxbg_ny .fwss ul li .mb {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gxbg_ny .fwss ul li .mb h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 20%
}

.gxbg_ny .fwss ul li .l1:hover .mb {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0
}

.gxbg_ny .fwss ul li .l2:hover .mb {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0
}

.gxbg_ny .fwss ul li .l1 img {
    height: 250px
}

.gxbg_ny .fwss ul li .l2 img {
    height: 150px;
}

.albg {
    background: #efefef;
    height: 718px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 40px
}

.albg .center {
    height: auto;
    position: relative;
    z-index: 11;
}

.aljsk {
    display: block;
    height: 474px;
    margin-bottom: 35px;
}

.aljsk li {
    width: 300px;
    height: 474px !important;
    float: left;
    position: relative;
    top: 0px;
    opacity: 1;
}

.alk1 {
    width: 300px;
    height: 251px;
    position: relative;
    z-index: 3;
    background: url("../images/albgk20.png") top center no-repeat;
    transition: all 0.3s;

    -wbkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    -moz-transition: all 0.3s;
}

.alk11 {
    width: 300px;
    height: 251px;
    position: relative;
    top: 223px;
    z-index: 3;
    background: url("../images/albgk2.png") top center no-repeat;
    transition: all 0.3s;

    -wbkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    -moz-transition: all 0.3s;
}

.alk2 {
    display: block;
    width: 300px;
    height: 237px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 237px;
}

.alk21 {
    display: block;
    width: 300px;
    height: 237px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 0;

}

.alk10 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: url("../images/albgk1.png") top center no-repeat;
    z-index: 4;
}

.alk101 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: url("../images/albgk10.png") bottom center no-repeat;
    z-index: 4;
}

.alkk1 {
    display: block;
    position: relative;
    z-index: 6;
    width: 288px;
    height: 188px;
    padding: 33px 12px 0;
}

.alsh {
    width: 104px;
    height: 107px;
    margin-left: 15px;
    float: left;
    position: relative;
}

.alsh0 {
    position: absolute;
    width: 104px;
    height: 0;
    left: 0;
    bottom: 0;
}

.alsh01 {
    position: absolute;
    width: 104px;
    height: 0;
    left: 0;
    top: 0;
}

.alsjk {
    position: relative;
    width: 90%;
    margin: 0 auto
}

.alsj_ti {
    display: block;
    width: 135px;
    height: 40px;
    position: relative;
    line-height: 40px;
    font-size: 20px;
    color: #000;
}

.alsj_js {
    display: block;
    padding-top: 11px;
    line-height: 26px;
    color: #6f6f6f;
    font-size: 12px;
}

.alsj_js a {
    color: #6f6f6f;
}

.aljsk li:hover .alk10, .aljsk li:hover .alk101 {
    height: 100%;
    transition: all 0.3s;

    -wbkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    -moz-transition: all 0.3s;
}

.aljsk li:hover .alsh0, .aljsk li:hover .alsh01 {
    height: 100%;
    transition: all 0.3s;

    -wbkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    -moz-transition: all 0.3s;
}

.aljsk li:hover .alsj_ti {
    color: #FFF;
    border-color: #FFF;
}

.aljsk li:hover .alsj_js {
    color: #fff;
}

.aljsk li:hover .alk2 img, .aljsk li:hover .alk21 img {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.duo_td {
    display: block;
    width: 116px;
    height: 36px;
    border: 1px solid #bfbfbf;
    margin: 0px auto;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #818181;
    position: relative;
    z-index: 30;
}

.duo_td:visited {
    color: #818181;
}

.duo_td span {
    display: block;
    height: 36px;
    background: url("../images/duojtd.png") center center no-repeat;
}

.duo_td:hover span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.duo_td span {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.yycg {
    background: url("../images/lybj.jpg") center center / cover;
    height: 160px;
}

.yycg .wz {
    float: left;
    font-size: 22px;
    color: #333;
    padding-top: 35px;
    line-height: 38px
}

.yycg .yyan {
    padding-top: 60px;
    float: right
}

.yycg .yyan a {
    width: 200px;
    height: 50px;
    background: #cfa76a;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0px auto 0;
    font-size: 20px;
}

.yycg .yyan a:hover {
    background: #af8a52;
    color: #fff;
}

.gxbg_ny .bgjh {
    padding: 35px 0;
}

.gxbg_ny .bgjh ul li {
    width: 292px;
    border: #f6f6f6 5px solid;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .08), 0 15px 40px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .08), 0 15px 40px 0 rgba(0, 0, 0, .08);
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    background: #f6f6f6;
    float: left;
    margin-right: 10px;
}

.gxbg_ny .bgjh ul li.last {
    margin-right: 0
}

.gxbg_ny .bgjh ul li:hover {
    width: 292px;
    border: #fff 5px solid;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .2), 0 15px 40px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .2), 0 15px 40px 0 rgba(0, 0, 0, .2);
}

.gxbg_ny .bgjh ul li img {
    width: 100%;
    display: block;
    height: 174px;
}

.gxbg_ny .bgjh ul li h3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 10px 0
}

.gxbg_ny .bgjh ul li p {
    font-size: 14px;
    color: #666;
}

.kjlm_ny {
    padding: 50px 0;
    overflow: hidden;
    background: #f6f6f6
}

.kjlm_ny ul li {
    width: 216px;
    float: left;
    margin-right: 30px;
    margin-top: 15px;
    padding: 20px 0
}

.kjlm_ny ul li:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 9999
}

.kjlm_ny ul li.last {
    margin-right: 0
}

.kjlm_ny ul li .tb {
    width: 100px;
    height: 100px;
    border: #666 1px solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin: 0 auto
}

.kjlm_ny ul li .tb img {
    width: 60px;
    height: 60px;
    margin: 20px auto
}

.kjlm_ny ul li h3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 15px;
}

.sjlt_ny {
    padding: 50px 0;
    overflow: hidden
}

.sjlt_ny ul li {
    float: left;
    width: 580px;
    height: 272px;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(136, 133, 133, 0.15);
    -moz-box-shadow: 0px 0px 8px 3px rgba(136, 133, 133, 0.15);
    -ms-box-shadow: 0px 0px 8px 3px rgba(136, 133, 133, 0.15);
    -o-box-shadow: 0px 0px 8px 3px rgba(136, 133, 133, 0.15);
    box-shadow: 0px 0px 8px 3px rgba(136, 133, 133, 0.15);
}

.sjlt_ny ul li.l2 {
    width: 285px;
    margin-right: 20px;
}

.sjlt_ny ul li.last {
    margin-right: 0
}

.sjlt_ny ul li .box {
    padding: 0 20px 20px;
}

.sjlt_ny ul li img {
    width: 100%;
    display: block
}

.sjlt_ny ul li .sslb a {
    line-height: 39px;
    font-size: 14px;
    color: #333;
    background: url("../images/ab_09.jpg") left center no-repeat;
    padding-left: 20px;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-bottom: #eee 1px solid;
    display: block
}

.sjlt_ny ul li .sslb a:hover {
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.zx {
    width: 100%;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(136, 133, 133, 0.15);
    -moz-box-shadow: 0px 0px 8px 3px rgba(136, 133, 133, 0.15);
    -ms-box-shadow: 0px 0px 8px 3px rgba(136, 133, 133, 0.15);
    -o-box-shadow: 0px 0px 8px 3px rgba(136, 133, 133, 0.15);
    box-shadow: 0px 0px 8px 3px rgba(136, 133, 133, 0.15);
    overflow: hidden;
    margin: -50px auto 40px
}

.jrwm_xy {
    height: 160px;
    background: url("../images/zyzx.jpg") center center no-repeat;
    margin-bottom: 50px;
}

.jrwm_xy .tzan {
    padding-top: 60px;
    text-align: center
}

.jrwm_xy .tzan a {
    width: 200px;
    height: 50px;
    color: #fff;
    background: #cfa76a;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0px 20px 0;
    font-size: 20px;
}

.jrwm_xy .tzan a:hover {
    background: #af8a52;
    color: #fff;
}

.indexNewsPic {
    width: 580px;
    position: relative;
}

.mgt50 {
    margin-top: 40px
}

.aaa {
    position: relative;
    width: 580px;
}

.aaa .hd {
    position: absolute;
    z-index: 9999;
    right: 10px;
    bottom: 5px;
}

.aaa .hd li {
    display: inline-block;
    padding: 3px 6px;
    background: #fff;
    color: #cfa76a;
    font-size: 14px;
    text-align: center;
    margin: 0 3px;
    cursor: pointer;
}

.aaa .hd .on {
    background: #cfa76a;
    color: #FFF;
}

.aaa .bd {
    width: 100%;
    height: 100%
}

.aaa .bd ul {
    width: 100%;
    height: 100%
}

.aaa .bd ul li {
    width: 100%;
    height: 100%
}

.aaa .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.aaa .bd ul li img {
    width: 100%;
    height: 100%;
}

.aaa .bd ul li a span {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 3%;
    background: #333;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    filter: alpha(Opacity=7);
    opacity: .7
}

.indexNewsList {
    width: 600px;
    width: 50%;
    padding: 20px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}

.indexNewsList li {
    height: 85px;
    padding-left: 90px;
    position: relative;
    border-bottom: #ccc 1px dashed;
    margin-bottom: 2px;
    margin-top: 14px
}

.indexNewsList li .timeDiv {
    width: 66px;
    border-right: #eee solid 1px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #777;
}

.indexNewsList li .timeDiv h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px
}

.indexNewsList li .name {
    font-size: 16px;
    height: 22px;
    overflow: hidden;
}

.indexNewsList li:hover .name {
    color: #cfa76a;
}

/*.indexNewsList li .content{ height:36px; overflow:hidden; color:#666; line-height:20px;}*/

.indexNewsList li .content {
    overflow: hidden;
    color: #666;
    line-height: 20px;
    margin-top: 15px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexNewsList li:hover .timeDiv h2 {
    color: #cfa76a;
}

.gjkct_ny {
    padding: 50px 0;
    overflow: hidden;
}

.gjkct_ny .zxzx {
    overflow: hidden;
    padding-bottom: 50px;
    background: #f6f6f6;
    padding-top: 50px
}

.gjkct_ny .zxzx ul {
    margin-top: 40px
}

.gjkct_ny .zxzx ul li {
    width: 373px;
    float: left;
    margin-right: 40px;
    background: #fff
}

.gjkct_ny .zxzx ul li.last {
    margin-right: 0
}

.gjkct_ny .zxzx ul li .tp {
    width: 100%;
    position: relative
}

.gjkct_ny .zxzx ul li .tp img {
    width: 100%
}

.gjkct_ny .zxzx ul li .tp .mb {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

.gjkct_ny .zxzx ul li:hover .tp .mb {
    background: rgba(0, 0, 0, 0.7);
}

.gjkct_ny .zxzx ul li .rq {
    position: absolute;
    z-index: 100;
    -webkit-transition: transform .3s ease-in-out, background-color .2s ease-in-out;
    transition: transform .3s ease-in-out, background-color .2s ease-in-out;
    width: 60px;
    height: 60px;
    color: #fff;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    text-align: center
}

.gjkct_ny .zxzx ul li .rq .month {
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-align: center
}

.gjkct_ny .zxzx ul li .rq .day {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 2px;
    display: block;
    text-align: center
}

.gjkct_ny .zxzx ul li .rq .year {
    font-size: 12px;
    line-height: 16px;
    color: #eee;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    display: block;
    text-align: center
}

.gjkct_ny .zxzx ul li:hover .rq {
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.gjkct_ny .zxzx ul li .text {
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}

.gjkct_ny .zxzx ul li:hover .text {
    background: #cfa76a
}

.gjkct_ny .zxzx ul li h3 {
    font-size: 18px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    color: #333
}

.gjkct_ny .zxzx ul li:hover h3 {
    color: #fff
}

.gjkct_ny .zxzx ul li:hover p {
    color: #fff
}

.gjkct_ny .zxzx ul li p {
    line-height: 25px;
    font-size: 12px;
    color: #666
}

.gjkct_ny .zxzx ul li:hover {
    box-shadow: 0px 0px 10px #666;
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.gxhdz {
    height: 200px;
    background: url("../images/dzbj.jpg") center center / cover;
    background-attachment: fixed;
    width: 100%;
}

.gxhdz .wz {
    float: left;
    font-size: 22px;
    color: #fff;
    padding-top: 55px;
    line-height: 38px
}

.gxhdz .dzan {
    padding-top: 80px;
    float: right
}

.gxhdz .dzan a {
    width: 200px;
    height: 50px;
    background: #cfa76a;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0px auto 0;
    font-size: 20px;
}

.gxhdz .dzan a:hover {
    background: #af8a52;
    color: #fff;
}

.liuc {
    padding: 35px 0 70px;
    overflow: hidden;
    background: #f6f6f6
}

.liuc .nr {
    margin-left: 22px;
    margin-top: 30px;
}

.liuc .nr li {
    float: left;
    width: 140px;
    height: 140px;
    background: #cfa76a;
    margin-left: -23px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}

.liuc .nr li i {
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 25px;
}

.liuc .nr li span {
    display: block;
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
}

.liuc .nr li em {
    font: 12px arial;
    color: #f7fddb
}

.liuc .nr li:nth-child(2n) {
    background: rgba(0, 0, 0, 0.1);
}

.liuc .nr li:nth-child(2n) span {
    color: #1c1c1c
}

.liuc .nr li:nth-child(2n) em {
    color: #444
}

.youshi {
    padding: 35px 0;
    height: 233px
}

.youshi ul li {
    width: 158px;
    float: left;
    margin: 5px 15px 0 0;
    text-align: center;
    padding: 30px 0
}

.youshi ul li:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 9999
}

.youshi ul li.last {
    margin-right: 0
}

.youshi ul li img {
    width: 75px;
}

.youshi ul li h3 {
    font-size: 15px;
    margin: 20px 0 10px;
    color: #333;
}

.youshi ul li p {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}

.sjsjlb_ny .gywm {
    padding-bottom: 50px;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 50px;
}

.sjsjlb_ny .gywm .tp {
    width: 500px;
    float: left;
}

.sjsjlb_ny .gywm .tp img {
    width: 100%;
    display: block
}

.sjsjlb_ny .gywm .wz {
    width: 600px;
    float: right
}

.sjsjlb_ny .gywm .wz h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 30px
}

.sjsjlb_ny .gywm .wz p {
    font-size: 18px;
    color: #666;
    line-height: 40px;
}

.sjsjlb_ny .jrjlb {
    height: 200px;
    background: url("../images/jrjlb.jpg") center center no-repeat
}

.sjsjlb_ny .jrjlb .wz {
    float: left;
    font-size: 22px;
    color: #fff;
    padding-top: 55px;
    line-height: 38px
}

.sjsjlb_ny .jrjlb .dzan {
    padding-top: 80px;
    float: right
}

.sjsjlb_ny .jrjlb .dzan a {
    width: 200px;
    height: 50px;
    background: #cfa76a;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0px auto 0;
    font-size: 20px;
}

.sjsjlb_ny .jrjlb .dzan a:hover {
    background: #af8a52;
    color: #fff;
}

/*合作*/
.ny_xmhz {
    padding: 0px 0 35px;
    overflow: hidden
}

.ny_xmhz ul li {
    padding: 0;
    overflow: hidden;
}

.ny_xmhz ul li .tp {
    width: 53.7%;
}

.ny_xmhz ul li .tp img {
    width: 100%;
    display: block
}

.ny_xmhz ul li .wz {
    width: 46.3%;
    padding: 30px 60px 0;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    padding-top: 30px;
    position: relative;
}

.ny_xmhz ul li .wz .nr {
    width: 493px;
}

.ny_xmhz ul li .wz h3 {
    font-size: 26px;
    margin: 6% auto 30px;
    color: #333;
}

.ny_xmhz ul li .wz p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.ny_xmhz ul li .wz .more a {
    height: 38px;
    width: 150px;
    border: #cfa76a 1px solid;
    line-height: 38px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 10% auto 0;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    box-shadow: 0 0 8px 0 rgba(207, 167, 106, .2), 0 8px 16px 0 rgba(207, 167, 106, .4);
    -webkit-box-shadow: 0 0 8px 0 rgba(207, 167, 106, .2), 0 8px 16px 0 rgba(207, 167, 106, .4);
    background: #cfa76a;
    overflow: hidden;
    float: left
}

.ny_xmhz ul li .wz .more a:hover {
    background: #8eaa03;
    color: #fff
}

.gray {
    background: #f6f6f6
}

.ny_gywm {
    padding: 35px 0 0;
    overflow: hidden
}

.ny_gywm .gsjj {
    padding-bottom: 50px;
    overflow: hidden
}

.ny_gywm .gsjj .tp {
    width: 570px;
    margin-top: 20px;
    overflow: hidden
}

.ny_gywm .gsjj .tp img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ny_gywm .gsjj .tp:hover img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ny_gywm .gsjj .wz {
    width: 570px;
}

.ny_gywm .gsjj .wz h3 {
    font-size: 22px;
    color: #222;
    margin: 10px 0 20px;
    text-align: center
}

.ny_gywm .gsjj .wz p {
    line-height: 28px;
    font-size: 14px;
    color: #555;
}

.pc-slide {
    width: 1200px;
    margin: 65px auto 35px;
}

.lcnr {
    padding: 20px;
    text-align: center
}

.lcnr h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}

.lcnr p {
    font-size: 18px;
    line-height: 32px;
    color: #555
}

.view .swiper-container {
    width: 1200px;
    height: auto;
}

.view .arrow-left {
    background: url("../images/index_tab_l.png") no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url("../images/index_tab_r.png") no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.topx {
    height: 20px;
    background: #cfa76a;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%
}

.preview .swiper-container {
    width: 1130px;
    height: 82px;
    margin-left: 35px;
}

.preview p {
    width: 100%;
    height: 82px;
    display: block;
    background: url("../images/s1.png")
    box-sizing: border-box;
}

.preview .active-nav p {
    background: url("../images/s1s.png") center top no-repeat;
    color: #494949
}

.preview .swiper-slide {
    width: 233px;
    height: 82px;
    cursor: pointer;
    margin-top: 0px;
    z-index: 9999
}

.preview .slide6 {
    width: 223px;
}

.preview .arrow-left {
    background: url("../images/feel3.png") no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url("../images/feel4.png") no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}

.fzlc {
    background: #f6f6f6;
    padding: 50px 0;
    overflow: hidden
}

.zzjg_ny {
    padding: 35PX 0;
    overflow: hidden
}

.ryzz_ny {
    padding: 50px 0;
    overflow: hidden;
    background: #f6f6f6;
    margin: 30px 0 0
}

.index_god {

    height: 566px;
    background: url("../images/icon_4.png") no-repeat center center / cover;
    padding: 90px 0;

}

.index_god ul {

    overflow: hidden;
    padding: 0 30px;

}

.index_god ul li {

    width: 290px;
    height: 290px;
    border: 1px dashed white;
    -webkit-border-radius: 290px;
    -moz-border-radius: 290px;
    -ms-border-radius: 290px;
    -o-border-radius: 290px;
    border-radius: 290px;
    padding: 13px;
    float: left;
    margin-left: 70px;

}

.index_god ul li .info {

    color: #666666;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 260px;
    -moz-border-radius: 260px;
    -ms-border-radius: 260px;
    -o-border-radius: 260px;
    border-radius: 260px;
    text-align: center;
    padding-top: 55px;

}

.index_god ul li .info .liner {

    width: 14px;
    height: 3px;
    background: #666666;
    margin: 23px auto;
    opacity: 0.3;
    filter: alpha(opacity=60);

}

.index_god ul li .info .title {

    font-size: 22px;
    font-weight: bold;
    line-height: 34px;

}

.index_god ul li .info .ftitle {

    font-size: 12px;
    line-height: 22px;
    width: 80%;
    margin: 15px auto;
    margin-top: 0px;

}

.lx_wm {
    width: 1200px;
    margin: 50px auto 80px;
}

.lx_wm .x_x {
    width: 650px;
    float: left;
}

.lx_wm .jg {
    margin-top: 30px
}

.lx_wm .jg h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.lx_wm .jg .jgnr {
    background: #fcfbfc;
    border-top: 1px solid rgb(225, 225, 224);
    line-height: 60px;
    padding: 0 20px;
    overflow: hidden
}

.lx_wm .jg .jgnr span {
    font-size: 20px;
}

.lx_wm .l_y {
    width: 350px;
    float: right;
}

.lx_wm h3 {
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    background: url("../images/btbj.png") left bottom / 90px no-repeat
}

.lx_wm h4 {
    font-size: 16px;
    line-height: 26px;
    color: #888;
    margin-bottom: 30px;
}

.lx_wm em {
    width: 30px;
    height: 1px;
    background-color: #cfa76a;
    display: block;
    margin-bottom: 15px;
    display: none
}

.lx_wm b {
    font-family: Arial, Helvetica, sans-serif;
    color: #005caf;
    padding-left: 5px;
    font-size: 20px !important;
}

.lx_wm p {
    font-size: 16px;
    line-height: 30px;
}

.lx_wm p i {
    padding-right: 10px;
    color: #aaa;
}

.lx_wm input.w_z {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    padding: 0 5px;
}

.lx_wm .a_n {
    width: 150px;
    height: 50px;
    background-color: #cfa76a;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    margin: 30px auto 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center
}

.lx_wm textarea {
    width: 526px;
    height: 66px;
    padding: 5px;
    border: 1px solid #e7e7e7;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}

.bgdt_ny {
    padding: 50px 0;
    background: #f6f6f6;
    overflow: hidden;
    margin-bottom: 50px
}

.bgdt_ny .left {
    width: 650px;
    float: left
}

.bgdt_ny .left h3 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bgdt_ny .left p {
    font-size: 16px;
    line-height: 40px;
}

.bgdt_ny .left p.p1 {
    background: url("../images/gjtb.png") left center / 22px no-repeat;
    padding-left: 30px;
}

.bgdt_ny .left p.p2 {
    background: url("../images/dttb.png") left center / 22px no-repeat;
    padding-left: 30px;
}

.bgdt_ny .dt {
    width: 500px;
    float: right
}

.bgdt_ny .dt img {
    width: 100%;
    display: block
}

.wmdfwss {
    width: 100%
}

.gray2 {
    background-color: rgb(219, 219, 219);
}

.wmdfwss .part1 {
    width: 25%;
    float: left;
    position: relative
}

.wmdfwss .part1 img {
    width: 100%;
    display: block
}

.wmdfwss .part1 .wzbj {
    background: #cfa76a;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20% 30px 0
}

.wmdfwss .part1 .wzc {
    padding: 15% 50px 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.wmdfwss .part1 .wzc h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wmdfwss .part1 .wzc p {
    font-size: 14px;
    line-height: 25px;
}

.wmdfwss .part1 .wzbj em {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: 15px;
    margin-top: 30px
}

.wmdfwss .part1 .wzbj h2 {
    font-size: 35px;
    color: #fff;
    margin-top: 10%;
    line-height: 50px
}

.wmdfwss .part2 {
    width: 50%;
    float: left;
    position: relative
}

.wmdfwss .part2 img {
    width: 100%;
    display: block
}

.wmdfwss .part2 .wzbj {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 14% 80px 0;
    left: 0;
    top: 0
}

.wmdfwss .part2 .wzbj h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wmdfwss .part2 .wzbj p {
    font-size: 14px;
    line-height: 25px;
}

.bgddzs {
    padding: 35px;
    background: #f6f6f6;
    overflow: hidden;
    margin: 35px 0
}

.bgddzs ul li {
    width: 285px;
    float: left;
    border: #ccc 1px solid;
    margin-right: 15px;
}

.bgddzs ul li.no {
    margin-right: 0
}

.bgddzs ul li img {
    width: 100%
}

.bgddzs ul li h3 {
    font-size: 18px;
    margin: 15px 0;
    padding: 0 20px
}

.bgddzs ul li p {
    font-size: 14px;
    line-height: 25px;
    padding: 0 20px 20px;
}

.bgddzs ul li .syy {
    background: rgba(37, 39, 41, 0.03) none repeat scroll 0% 0%;
    padding: 10px 20px;
}

.bgddzs ul li .syy h3 {
    padding: 0
}

.bgddzs ul li .syy p::before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
}

.bgddzs ul li .syy p {
    line-height: 25px;
    padding: 0
}

.bgddzs2 {
    padding: 35px 0
}

.bgddzsn {
    position: relative;
    margin-top: 35px;
}

.bgddzsn .hd .prev {
    width: 39px;
    height: 39px;
    background: url("../images/jiantzuo.png") left center no-repeat;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -20px;
    z-index: 10000
}

.bgddzsn .next {
    width: 39px;
    height: 39px;
    background: url("../images/jiantyou.png") left center no-repeat;
    position: absolute;
    right: -45px;
    top: 50%;
    margin-top: -20px;
    z-index: 10000
}

.bgddzsn .bd {
    width: 1200px;
    margin: 0 auto;
}

.bgddzsn .bd ul li {
    display: inline-block;
    width: 380px;
    float: left;
    margin: 0 30px 0 0;
    background: #f6f6f6;
    padding-bottom: 15px
}

.bgddzsn .bd ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.bgddzsn .bd ul li h4 {
    font-weight: normal;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0 15px
}

.bgddzsn .bd ul li p {
    padding: 0 15px;
    line-height: 24px;
    font-size: 14px;
    color: #555;
}

.xx41 li {
    display: inline-block;
}

.gxbgyy {
    background: #f6f6f6;
    height: 80px;
}

.gxbgyy .wz {
    line-height: 80px;
    font-size: 14px;
    float: left
}

.gxbgyy a {
    width: 300px;
    height: 44px;
    float: right;
    margin-top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #cfa76a;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold
}

.gxbgyy a:hover {
    background: #a98246
}

/*新闻中心*/
.gyxw {
    padding: 50px 0;
    background: #f6f6f6
}

.newsp {
    position: relative;
    margin-top: 50px;
}

.newsp .hd .prev {
    width: 39px;
    height: 39px;
    background: url("../images/jiantzuo.png") left center no-repeat;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -20px;
    z-index: 10000
}

.newsp .next {
    width: 39px;
    height: 39px;
    background: url("../images/jiantyou.png") left center no-repeat;
    position: absolute;
    right: -45px;
    top: 50%;
    margin-top: -20px;
    z-index: 10000
}

.newsp .bd {
    width: 1200px;
    margin: 0 auto;
}

.newsp .bd ul li {
    display: inline-block;
    width: 360px;
    float: left;
    margin: 0 20px 30px;
    background: #fff;
}

.newsp .bd ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.newsp .bd ul li h4 {
    font-weight: normal;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.newsp .bd ul li:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: #fff;
}

.newsp .bd ul li h4 a {
    color: #333;
}

.newsp .bd ul li span {
    display: block;
    font-size: 14px;
    color: #777;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.newsp .bd ul li p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: 66px;
    overflow: hidden;
    text-align: justify;
}

.newsp .bd ul li .wz {
    width: 100%;
    padding: 10px 20px 20px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    text-align: left
}

.newsp .bd ul li .wz h3 {
    font-size: 16px;
    color: #333;
    line-height: 35px;
}

.newsp .bd ul li .wz span {
    font-size: 12px;
    line-height: 26px;
    color: #666666
}

.xx41 li {
    display: inline-block;
}

.lx_wm2 {
    width: 1200px;
    margin: 50px auto 80px;
}

.lx_wm2 .d_t {
    margin-bottom: 50px;
    width: 600px;
    float: right;
    margin-top: 30px;
}

.lx_wm2 .d_t img {
    width: 100%;
    height: auto;
    display: block;
}

.lx_wm2 .x_x {
    width: 550px;
    float: left;
    margin-top: 30px;
}

.lx_wm2 .l_y {
    width: 550px;
    float: right;
}

.lx_wm2 h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.lx_wm2 h4 {
    font-size: 16px;
    line-height: 26px;
    color: #888;
    margin-bottom: 15px;
}

.lx_wm2 em {
    width: 30px;
    height: 1px;
    background-color: #005caf;
    display: block;
    margin-bottom: 15px;
}

.lx_wm2 b {
    font-family: Arial, Helvetica, sans-serif;
    color: #cfa76a;
    padding-left: 5px;
    font-size: 20px !important;
}

.lx_wm2 p {
    font-size: 16px;
    line-height: 40px;
}

.lx_wm2 p i {
    padding-right: 10px;
    color: #aaa;
}

.lx_wm2 input.w_z {
    width: 158px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    padding: 0 5px;
}

.lx_wm2 input.a_n {
    width: 120px;
    height: 40px;
    background-color: #005caf;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.lx_wm2 textarea {
    width: 526px;
    height: 66px;
    padding: 5px;
    border: 1px solid #e7e7e7;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}

.newsp02sj {
    display: none
}

.sy_kc {
    display: none;
}

.shangyehz .hzlc ul li.l4 {
    display: none;
}

.f_h {
    width: 70px;
    height: 70px;
    background: #333 url("../images/top.png") no-repeat center;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

.sjkf {
    display: none
}

.ew_m {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}

.ew_m img {
    width: 40%;
    height: auto;
    position: absolute;
    left: 30%;
    top: 50%;
    display: block;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.sy_yssj {
    display: none !important
}

.tanchu {
    width: 100%;
    height: 100vh;
    background: url("../images/hb.png") repeat;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999
}

.tanchu .gb {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 100px;
    right: 20px;
    cursor: pointer;
}

.tanchu .gb img {
    width: 100%;
    height: auto;
}

.tanchu .zx_bm {
    width: 900px;
    height: 100px;
    padding: 95px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -475px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.zx_bm .bm_bj {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.zx_bm .b_m {
    width: 520px;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -200px;
}

.zx_bm .b_m h3 {
    font-size: 26px;
    text-align: center;
    color: #333
}

.zx_bm .b_m i {
    width: 44px;
    height: 2px;
    background-color: #aaa;
    margin: 10px auto;
    display: block;
}

.zx_bm .b_m p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    color: #666
}

.zx_bm .b_m .l_m {
    width: 60px;
    font-size: 15px;
    line-height: 44px;
    float: left;
    color: #666
}

.zx_bm .b_m .l_m.l_b {
    margin-left: 30px;
}

.zx_bm .b_m input.w_z {
    width: 358px;
    padding: 0 10px;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 40px;
    color: #555;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 5px #eee;
    float: right;
}

.zx_bm .b_m input.w_a {
    width: 123px;
    padding: 0 10px;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 40px;
    color: #555;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 5px #eee;
    float: left;
}

.zx_bm .b_m label {
    vertical-align: middle;
    font-size: 15px;
    line-height: 44px;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 20px;
}

.zx_bm .b_m textarea {
    width: 358px;
    padding: 5px 10px;
    height: 88px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 5px #eee;
    resize: none;
    outline: none;
    float: right
}

.zx_bm .b_m button.t_j {
    margin-left: 60px;
    width: 150px;
    height: 43px;
    background-color: #cfa76a;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    border-radius: 5px;
    box-shadow: 0 0 5px #eee;
    cursor: pointer;
    float: left;
}

.zx_bm .b_m button.c_z {
    margin-left: 30px;
    width: 150px;
    height: 42px;
    background-color: #aaa;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    border-radius: 5px;
    box-shadow: 0 0 5px #eee;
    cursor: pointer;
    float: left;
}

.zx_bm .b_m .clear {
    margin-bottom: 15px;
}

.tyxq {
    width: 1200px;
    margin: 20px auto 50px;
}

.tyxq h1 {
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 20px;
    overflow: hidden
}

.tyxq h4 {
    font-size: 18px;
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

.tyxq .nr {
    margin-top: 35px;
}

.tyxq .nr .tp {
    width: 64%;
    float: left
}

.xx3 {
    height: 500px;
    position: relative
}

.xx3 .hd {
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 99;
    width: 100%;
}

.xx3 .hd ul li {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url("../images/dot.png") right 0 no-repeat;
    margin: 0 5px;
    cursor: pointer;

}

.xx3 .hd ul li.on {
    background-position: 0 0;
}

.xx3 .bd {
    height: 100%
}

.xx3 .bd ul {
    height: 100%
}

.xx3 .bd ul li {
    height: 100%
}

.tyxq .nr .wenz {
    width: 33%;
    float: right;
    padding-top: 20px;
}

.tyxq .nr .wenz p {
    line-height: 30px;
    font-size: 12px;
    margin: 0 0 15px;
}

.xx4 {
    position: relative;
    margin: 60px auto;
    width: 1200px;
}

.xx4 .hd .prev {
    width: 39px;
    height: 39px;
    background: url("../images/jiantzuo.png") left center no-repeat;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -20px;
    z-index: 10000
}

.xx4 .hd .prev:hover {
    background: url("../images/jiantzuos.png") left center no-repeat;
}

.xx4 .next {
    width: 39px;
    height: 39px;
    background: url("../images/jiantyou.png") left center no-repeat;
    position: absolute;
    right: -45px;
    top: 50%;
    margin-top: -20px;
    z-index: 10000
}

.xx4 .next:hover {
    background: url("../images/jiantyous.png") left center no-repeat;
}

.xx4 .bd {
    width: 1200px;
    margin: 0 auto;
}

.xx4 .bd ul li {
    display: inline-block;
    width: 270px;
    float: left;
    margin: 0 15px;
    overflow: hidden
}

.xx4 .bd ul li .tu {
    overflow: hidden
}

.xx4 .bd ul li img {
    width: 100%;
    height: auto;
    display: block
}

.xx4 .bd ul li .wz {
    width: 100%;
    padding: 0px 10px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    text-align: left;
    line-height: 40px;
    background: url("../images/jian1.png") right center no-repeat;
    color: #333;
}

.xx4 .bd ul li p {
    font-size: 13px;
    color: #888;
    padding: 0 10px;
    text-transform: capitalize
}

.xx4 .bd ul li:hover .wz {
    color: #c0a062
}

.xx4 .bd ul li img {
    width: 100%;

    height: 100%;

    -webkit-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;
}

.xx4 .bd ul li:hover img {
    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);
}

.xwxqty {
    width: 1200px;
    margin: 20px auto 50px;
}

.xwxqty h1 {
    font-size: 35px;
    color: #000;
    font-weight: bold;
    margin-top: 35px;
    overflow: hidden;
    margin-bottom: 20px;
}

.xwxqty h2 {
    font-size: 16px;
    color: #888;
    font-weight: normal;
    margin-bottom: 10px
}

.xwxqty .nr {
    margin-top: 35px;
    padding-bottom: 20px;
    border-bottom: #eee 1px solid
}

.xwxqty .nr h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.xwxqty .nr p {
    line-height: 25px;
    font-size: 12px;
    margin-bottom: 15px;
}

.xwxqty .sxp {
    margin: 35px 0 35px;
    font-size: 12px;
    line-height: 20px;
    color: #888;
    text-transform: capitalize;
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: #eee 1px solid;
}

.xwxqty .sxp .left {
    width: 49%;
    float: left;
    border-right: #eee 1px solid;
}

.xwxqty .sxp .right {
    width: 49%;
    float: right
}

.xwxqty .sxp a {
    font-size: 12px;
    line-height: 20px;
    display: block
}

.xwxqty .tjyd {
    margin-top: 2px;
    overflow: hidden
}

.xwxqty h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.xwxqty .tjyd ul {
    width: 48%;
}

.xwxqty .tjyd ul li {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin-bottom: 13px;
}

.xwxqty .tjyd ul li a {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    display: block;
}

.xwxqty .tjyd ul li a:hover {
    color: #be9d5d
}

.xwxqty .tjyd ul li span {
    font-size: 12px;
    color: #999;
}

.xx4sj {
    display: none
}

.flinks{
    max-width: 1200px;
    width: 96%;
    margin: 20px auto;
}
.flinks span{
    font-size: 18px;
    display: block;
}
.flinks .f-box{
    line-height: 30px;
    margin-top: 10px;
}
.flinks a{
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
}
.location{
    line-height: 40px;
    margin-top: 30px;

}
.location h2{
    display: inline-block;
}
.location .loc-box{
    float: right;
}
.news-list{
    padding-top:0;
}
.kl-page {
    text-align: center;
    padding: 1.5rem 0;
}

.kl-page-wrap {
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.kl-page a, .kl-page span, .layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: top;
    height: 2rem;
    width: 2rem;
    line-height:2rem;
    text-align: center;
    color: #343a40;
    font-size: 1rem;
    text-decoration: none;
    position: relative;
    margin: 0 .3rem;
    z-index: 1
}

.kl-page a:after, .kl-page span:after, .layui-laypage a:after, .layui-laypage span:after {
    position: absolute;
    left: 0;
    content: "";
    height: 2rem;
    width: 2rem;
    background-color: #e9ecef;
    border-radius: .8rem;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.kl-page-curr:after, .kl-page a:hover:after, .layui-laypage-curr:after, .layui-laypage a:hover:after {
    opacity: 1 !important;
    filter: alpha(opacity=100)
}

.kl-page-next, .kl-page-prev, .kl-page-spr, .layui-laypage-next, .layui-laypage-prev, .layui-laypage-spr {
    width: auto !important
}

.kl-page-next:after, .kl-page-prev:after, .kl-page-spr:after, .layui-laypage-next:after, .layui-laypage-prev:after, .layui-laypage-spr:after {
    display: none
}

.kl-page-curr:after, .layui-laypage-curr:after {
    background-color: #ffc107 !important
}

.kl-page-curr em, .layui-laypage-curr em {
    position: relative;
    font-style: normal;
    color: #fff;
    z-index: 2
}

.kl-page-spr, .layui-laypage-spr {
    color: #adb5bd !important
}

.kl-page-disabled, .kl-page .layui-disabled, .layui-laypage-disabled, .layui-laypage .layui-disabled {
    color: #adb5bd !important;
    cursor: not-allowed !important
}
.single-box{
    padding: 20px 0;
    line-height: 30px;
    color: #666;
}
.detail-box{
    padding-top: 30px;
    padding-bottom: 30px;
}
.detail-box h3.article-title {
    text-align: center;
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.detail-box .time {
    text-align: center;
    margin-bottom: 15px;
    color: #666;

}

.detail-img {
    text-align: center;
    margin-bottom: 15px;
}

.detail-cont {
    margin-bottom: 30px;
    line-height: 24px;
    color: #666;
}

.pre_next {
    line-height: 26px;
}

.pre_next p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap

}

.pre_next a {
    color: #333;
}

.pre_next a:hover {
    color: #f85415;
}
.hotbox{
    padding: 30px 0;
    background: #f5f5f5;
}
.hotbox h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.hotbox li{
    float: left;
    width: 49%;
   margin-right: 2%;
    margin-bottom: 10px;
}
.hotbox li.mar0{
    margin-right: 0;
}
.hotbox li a{
    display: inline-block;
    width: 75%;
}
.hotbox li h3{
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap

}
.hotbox li span{
    float: right;
    font-size: 14px;
    color: #999;
}
@media only screen and (max-width: 1441px) {
    .header .con {
        width: 96%;
    }


}

@media only screen and (max-width: 1024px) {
    .con {
        width: 94%;
    }

    .sy_zp {
        padding: 30px 0;
    }

    .xx1 .hd ul li {
        display: inline-block;
        width: 29.3333%;
        margin: 0 1.5% 10px;
        height: 32px;
    }

    .xx1 .hd ul li .e_j {
        width: 100%;
        background: #eee;
        top: 32px;
    }

    .xx1 .hd ul li .e_j a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 5px;
        display: block;
        background: none;
        width: 100%
    }

    .xx1 .hd ul li .e_j a:hover {
        line-height: 30px
    }

    .xx1 .bd .nr {
        margin-top: 25px;
        width: 100%;
    }

    .xx1 .bd .nr ul li {
        float: left;
        width: 46%;
        margin: 0 2% 20px;
    }

    .xx1 .bd .nr ul li .wenz {
        padding: 10px 5px 10px;
        height: 80px;
        background: url("../images/jt.png") 350px 30px no-repeat;
    }

    .xx1 .bd .nr ul li .wenz h3 {
        font-size: 14px;
        margin-bottom: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .xx1 .bd .nr ul li .wenz p {
        line-height: 20px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .xx1 .bd .nr ul li.last {
        margin-right: 2%;
    }

    .more a {
        width: 150px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin: 20px auto;
    }

    .sy_yskj {
        margin: 0px auto 30px;
        background: url("../images/yskjbj.jpg") center center / cover;
        overflow: hidden;
        padding: 20px 0;
        margin-bottom: 0;
    }

    .ysnr .hd ul li {
        
    }

    .ysnr .hd ul li .e_j {
        width: 100%;
        background: #eee;
        top: 32px;
        z-index: 9999999;
    }

    .ysnr .hd ul li .e_j a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 5px;
        display: block;
        background: none;
        width: 100%;
        z-index: 9999999;
    }

    .ysnr .hd ul li .e_j a:hover {
        line-height: 30px;
        background: #fff
    }

    .ysnr .bd {
        margin-top: 0;
    }

    .ysnr .bd .nr ul li {
        width: 46%;
        margin: 0 2% 20px;
    }

    .ysnr .bd .nr ul li.last {
        margin-right: 2%
    }

    .ysnr .bd .nr ul li .tu {
        z-index: 1
    }

    .ysnr .bd .nr ul li .wenz {
        padding: 10px 5px 10px;
        height: auto;
    }

    .ysnr .bd .nr ul li .wenz h3 {
        font-size: 14px;
        margin-bottom: 0px;
        text-align: center;
    }

    .ryzz {
        padding: 30px 0;
        margin-bottom: 0px;
    }

    .sy_ly {
        height: 0;
        padding: 0
    }



    .newsp02sj {
        position: relative;
        width: 100%;
        margin: 20px auto 0;
        display: block
    }

    .newsp02sj .hd {
        width: 100%;
        margin: 0 auto
    }

    .newsp02sj .hd .prev {
        width: 56px;
        height: 56px;
        background: url("../images/jtdl.png") left center no-repeat;
        position: absolute;
        left: 0;
        top: 46%;
        margin-top: -20px;
        z-index: 10000;
        display: none
    }

    .newsp02sj:hover .hd .prev {
        display: block;
        transition: all 0.3s;
        -wbkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

    .newsp02sj .next {
        width: 56px;
        height: 56px;
        background: url("../images/jtdr.png") left center no-repeat;
        position: absolute;
        right: 0;
        top: 46%;
        margin-top: -20px;
        z-index: 10000;
        display: none
    }

    .newsp02sj:hover .next {
        display: block
    }

    .newsp02sj .bd {
        width: 94%;
        margin: 0 auto;
    }

    .newsp02sj .bd ul li {
        display: inline-block;
        width: 100%;
        float: left;
        margin: 0 0;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .newsp02sj .bd ul li img {
        width: 100%;
        display: block
    }

    .newsp02sj .bd ul li .kj {
        width: 46%;
        float: left;
        margin: 0 2%;
    }

    .newsp02sj .bd ul li .wenz {
        color: #333;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        text-align: center
    }

    .newsp02sj .bd ul li img {
        width: 100%;
        height: auto;
        display: block
    }

    .sy_ys {
        display: none
    }

    .sy_kc {
        width: 100%;
        overflow: hidden;
        display: block;
        background: url("../images/yskjbj.jpg") center center / cover;
        padding-top: 30px
    }

    .sy_kc .ts_kc {
        width: 100%;
        padding: 0px 0 30px;
    }

    .sy_kc .ts_kc .j_s {
        text-align: center;
    }

    .sy_kc .ts_kc .j_s .kc_bj {
        padding: 30px 0;
        text-align: center
    }

    .sy_kc .ts_kc .j_s .kc_bj
    .sy_kc .ts_kc .j_s .s_z {
        width: 66px;
        height: 66px;
        font-size: 32px;
        font-family: Arial, Helvetica, sans-serif;
        color: #c73e3a;
        line-height: 66px;
        margin: 0 auto;
        background: url("../images/b_q.png") no-repeat center / cover;
    }

    .sy_kc .ts_kc .j_s h3 {
        font-size: 22px;
        color: #555;
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .sy_kc .ts_kc .j_s h3 span {
        font-size: 14px
    }

    .sy_kc .ts_kc .j_s p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-indent: 24px;
        margin-bottom: 10px;
        padding: 0 10px;
        height: 40px;
    }

    .sy_kc .ts_kc .j_s a {
        width: 80px;
        height: 24px;
        border: 1px solid #c73e3a;
        font-size: 12px;
        line-height: 24px;
        color: #c73e3a;
        display: block;
        margin: 0 auto 15px;
    }

    .swiper-kc {
        width: 100%;
        margin: 0 auto;
    }

    .swiper-kc .swiper-slide {
        width: 60%;
        background-color: #fff;
    }

    .shangyehz {
        padding: 30px 0 20px;
    }

    .shangyehz .hzlc {
        width: 100%;
        margin: 20px auto 0;
    }

    .shangyehz .hzlc ul li {
        width: 46%;
        margin: 0 2% 0;
    }

    .shangyehz .hzlc ul li.l4 {
        display: block;
    }

    .shangyehz .hzlc ul li.last {
        display: none
    }

    .shangyehz .hzlc ul .jt {
        display: none
    }

    .shangyehz .hzlc .jt2 {
        display: none
    }

    .shangyehz .hzlc .ht {
        display: none
    }

    .shangyehz .clear {
        display: none
    }

    .shangyehz .hzlc ul .jt3 {
        display: none
    }

    .shangyehz .hzlc ul li .wenz {
        font-size: 16px;
        top: 0;
        position: relative;
        color: #333;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .hzhb {
        padding: 30px 0;
    }

    .hzhb li {
        width: 33.3333%;
        height: 60px;
        display: table;
    }

    .hzhb li .nrjz {
        width: 100%;
        height: 60px;
    }

    .hzhb li a {
        height: 60px;
        text-align: center
    }

    .hzhb li .nrjz img {
        width: 90%;
        display: block;
        margin: 0 5%
    }

    .newsk {
        padding: 40px 0 30px;
    }

    .main ul li.two {
        width: 100%;
        margin: 0
    }

    .main ul li.two a {
        width: 100%;
        height: auto;
        padding: 15px 15px;
        margin-bottom: 10px;
    }

    .main ul li.two .top h5 {
        font-size: 16px;
    }

    .main ul li.two .top div.p {
        padding-bottom: 14px;
    }

    .main ul li.three a {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .footer {
        padding: 30px 0;
        width: 94%;
    }

    .dzwz {
        width: 100%;
        margin-left: 0
    }

    .footer input {
        width: 30%;
        margin-right: 1%;
    }

    .footer .zuo3 {
        display: none
    }

    .footer .you3 {
        display: none
    }

    .footer_btm {
        margin: 30px auto 54px;
        height: auto;
        line-height: 24px;
        padding: 10px 0
    }

    .f_h {
        width: 35px;
        height: 35px;
        background: #333 url("../images/top.png") no-repeat center;
        bottom: 54px;
    }

    .sjkf {
        width: 100%;
        height: 50px;
        border-top: 1px solid #e7e7e7;
        background-color: #cfa76a;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99999999;
        display: block
    }

    .sjkf ul li {
    }

    .sjkf ul li a {
        display: block;
        border-right: 1px solid #fff;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
    }
    }

    .sjkf ul li img {
        width: 22px;
        height: 22px;
        display: inline-block;
        margin: 0 auto;
        vertical-align: middle;
        margin-top: -6px;
        margin-right: 10px;
    }

    .ew_m {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        z-index: 99999;
    }

    .ew_m img {
        width: 40%;
        height: auto;
        position: absolute;
        left: 30%;
        top: 50%;
        display: block;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    .n_ban {
        height: /*15rem*/ auto;
    }

    .n_ban .w_z.rt {
        width: 60%;
        top: 60%;
        left: 6%;
    }

    .n_ban .w_z h3 {
        font-size: 18px;
    }

    .n_ban .w_z p {
        font-size: 26px;
    }

    .ntit {
        height: auto;
    }

    .ntit ul li {
        margin: 0 1.5% 10px;
        min-width: 10px;
        width: 30.3333%;
    }

    .ntit ul li a {
        line-height: 34px;
        padding: 0;
        font-size: 12px;
    }

    .ny_zp {
        margin-top: 10px;
        width: 100%;
    }

    .ny_zp ul li {
        width: 30%;
        margin: 0 1.5% 20px;
    }

    .ny_zp ul li .wenz {
        padding: 10px 5px 10px;
        background: url("../images/jt.png") 330px 25px no-repeat;
        box-sizing: border-box;
    }

    .ny_zp ul li .wenz h3 {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ny_zp ul li .wenz p {
        line-height: 20px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ny_zp ul li.last {
        margin-right: 2%;
    }

    .ny_yskj {
        margin-top: 0px;
        width: 100%;
    }

    .ny_yskj ul li {
        width: 46%;
        margin: 0 2% 20px;
    }

    .ny_yskj ul li.last {
        margin-right: 2%
    }

    .ny_yskj ul li .tu {
        z-index: 1
    }

    .ny_yskj ul li .wenz {
        padding: 10px 5px 10px;
        height: auto;
    }

    .ny_yskj ul li .wenz h3 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .ny_yingy {
        margin-top: 0px;
        width: 100%;
    }

    .ny_yingy ul li.last {
        margin-right: 2%
    }

    .ny_yingy ul li {
        width: 46%;
        margin: 0 2% 20px;
    }

    .ny_yingy ul li .wenz {
        padding: 10px 5px 10px;
        height: auto;
    }

    .ny_yingy ul li .wenz h3 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .lx_wm {
        width: 100%;
        margin: 20px auto 40px;
    }

    .lx_wm h3 {
        font-size: 22px;
        margin-bottom: 25px;
        padding-bottom: 20px;
        background: url("../images/btbj.png") center bottom /70px no-repeat;
        text-align: center
    }

    .lx_wm .x_x {
        width: 100%;
    }

    .lx_wm p {
        font-size: 14px;
        line-height: 25px;
    }

    .lx_wm .jg h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .lx_wm .jg .jgnr span {
        font-size: 16px;
    }

    .lx_wm .jg .jgnr {
        line-height: 40px;
        padding: 0 15px;
    }

    .lx_wm .l_y {
        width: 100%;
        margin-top: 30px;
    }

    .lx_wm h4 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .lx_wm input.w_z {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .lx_wm .a_n {
        width: 150px;
        height: 35px;
        line-height: 35px;
        margin: 20px auto 0;
    }

    .bgdt_ny {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .bgdt_ny .left {
        width: 100%;
    }

    .bgdt_ny .left h3 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .bgdt_ny .dt {
        width: 100%;
    }

    .wmdfwss .part1 {
        width: 50%;
    }

    .wmdfwss .part2 {
        width: 100%;
    }

    .wmdfwss .part1 .wzbj h2 {
        font-size: 20px;
        margin-top: 10%;
        line-height: 36px;
    }

    .wmdfwss .part1 .wzbj em {
        margin-top: 20px;
    }

    .wmdfwss .part2 .wzbj {
        padding: 6% 10px 0;
    }

    .wmdfwss .part2 .wzbj p {
        line-height: 22px;
    }

    .wmdfwss .part1 .wzc {
        padding: 6% 10px 0;
    }

    .wmdfwss .part1 .wzc p {
        line-height: 22px;
    }

    .bgddzs {
        padding: 20px 0;
        margin: 35px 0;
    }

    .ny_bt h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .ny_bt i {
        width: 70px;
        height: 20px;
        background: url("../images/btbj.png") center center / 100% no-repeat;
        left: 50%;
        margin-left: -35px;
        top: -8px;
    }

    .bgddzs ul li {
        width: 46%;
        margin: 0 2% 20px;
    }

    .bgddzs ul li h3 {
        font-size: 16px;
        margin: 10px 0;
        padding: 0 10px;
    }

    .bgddzs ul li p {
        font-size: 12px;
        line-height: 20px;
        padding: 0 10px 10px;
    }

    .bgddzs ul li .syy {
        padding: 10px 10px;
    }

    .bgddzs ul li .syy p {
        line-height: 20px;
    }

    .bgddzs2 {
        padding: 5px 0 35px;
    }

    .bgddzsn .hd .prev {
        width: 30px;
        height: 30px;
        background: url("../images/jiantzuo.png") left center / 100% no-repeat;
        left: 0;
        margin-top: -15px;
    }

    .bgddzsn .next {
        width: 30px;
        height: 30px;
        background: url("../images/jiantyou.png") left center / 100% no-repeat;
        right: 0;
        margin-top: -15px;
    }

    .bgddzsn .bd {
        width: 720px;
        overflow: hidden
    }

    .bgddzsn .bd ul li {
        display: inline-block;
        width: 350px;
        float: left;
        margin: 0 20px 0 0;
        background: #f6f6f6;
        padding-bottom: 15px
    }

    .bgddzsn .bd ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .bgddzsn .bd ul li h4 {
        font-weight: normal;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 5px;
        padding: 0 15px
    }

    .bgddzsn .bd ul li p {
        padding: 0 15px;
        line-height: 24px;
        font-size: 14px;
        color: #555;
    }

    .gxbgyy a {
        width: 240px;
    }

    .mgt50 {
        margin-top: 0px;
    }

    .ny_xmhz ul li .tp {
        width: 100%;
    }

    .ny_xmhz ul li .wz {
        width: 100%;
        padding: 20px 20px 0;
    }

    .ny_xmhz ul li .wz .nr {
        width: 100%;
    }

    .ny_xmhz ul li .wz h3 {
        font-size: 20px;
        margin: 20px auto 20px;
    }

    .ny_xmhz ul li .wz .more a {
        height: 35px;
        width: 150px;
        line-height: 35px;
        margin: 30px auto;
        font-size: 16px;
    }

    .ny_xmhz {
        width: 94%;
        margin: 0 auto
    }

    .ny_gywm .gsjj .tp {
        width: 100%;
        margin-top: 0
    }

    .ny_gywm .gsjj .wz {
        width: 100%;
        margin-top: 15px;
    }

    .ny_gywm .gsjj {
        padding-bottom: 0px;
    }

    .fzlc {
        padding: 30px 0;
        margin-top: 30px
    }

    .pc-slide {
        width: 100%;
        margin: 35px auto 35px;
    }

    .view .swiper-container {
        width: 100%;
    }

    .view .arrow-left {
        left: 0px;
    }

    .view .arrow-right {
        right: 0px;
    }

    .lcnr {
        padding: 20px 30px;
    }

    .lcnr p {
        font-size: 16px;
        line-height: 25px;
    }

    .preview .swiper-container {
        width: 100%;
        margin-left: 0
    }

    .preview .swiper-slide {
        width: 100%;
        height: 82px;
    }

    .newsp .bd {
        width: 720px;
        margin: 0 auto;
        overflow: hidden
    }

    .newsp .bd ul li {
        display: inline-block;
        width: 320px;
        float: left;
        margin: 0 20px 30px;
        background: #fff;
    }

    .newsp .hd .prev {
        width: 28px;
        height: 28px;
        background: url("../images/jiantzuo.png") left center / 100% no-repeat;
        left: 0px;
        margin-top: -14px;
    }

    .newsp .next {
        width: 28px;
        height: 28px;
        background: url("../images/jiantyou.png") left center / 100% no-repeat;
        right: 0;
        top: 50%;
        margin-top: -14px;
    }

    .gyxw {
        padding: 30px 0;
    }

    .lx_wm2 {
        width: 94%;
        margin: 30px auto 40px;
    }

    .lx_wm2 .d_t {
        margin-bottom: 30px;
        width: 100%;
    }

    .lx_wm2 .x_x {
        width: 100%;
        margin-top: 30px;
    }

    .gxbg_ny {
        padding: 30px 0;
    }

    .nytit2 {
        font-size: 18px;
        padding: 10px 0 10px 0px;
        margin-bottom: 20px;
    }

    .gxbg_ny .fwss ul li {
        width: 46%;
        margin: 0 2% 10px;
        margin-bottom: 10px;
    }

    .gxbg_ny .fwss ul li .l1 img {
        height: 12rem;
    }

    .gxbg_ny .fwss ul li .l2 img {
        height: 8rem;
    }

    .aljsk li {
        width: 46%;
        height: 20rem !important;
        margin: 0 2% 10px
    }

    .alk21 {
        width: 100%;
        height: 10rem;
    }

    .alkk1 {
        width: 100%;
        height: 10rem;
        padding: 15px 0 0;
    }

    .alk1 {
        width: 100%;
        height: 10rem;
        background: url("../images/albgk20.png") top center / 100% no-repeat;
    }

    .alk2 {
        width: 100%;
        height: 10rem;
        top: 10rem;
    }

    .alsj_ti {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .alsj_js {
        padding-top: 5px;
        line-height: 20px;
    }

    .alk2 img {
        width: 100%;
        height: 10rem
    }

    .alk21 img {
        width: 100%;
        height: 10rem
    }

    .alk11 {
        width: 100%;
        height: 10rem;
        top: 10rem;
        background: url("../images/albgk2.png") bottom center / 100% no-repeat;
    }

    .alk101 {
        background: url("../images/albgk10.png") bottom center / 100% no-repeat;
    }

    .alk10 {
        background: url("../images/albgk1.png") top center / 100% no-repeat;
    }

    .albg {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .yycg {
        background: url("../images/lybj.jpg") center bottom / 250% no-repeat;
        height: 10rem
    }

    .yycg .wz {
        font-size: 18px;
        padding-top: 35px;
        line-height: 28px;
    }

    .yycg .yyan {
        padding-top: 60px;
    }

    .yycg .yyan a {
        width: 150px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }

    .gxbg_ny .bgjh ul li {
        width: 46%;
        margin: 0 2% 15px;
    }

    .gxbg_ny .bgjh ul li:hover {
        width: 46%;
    }

    .gxbg_ny .bgjh ul li img {
        width: 100%;
        display: block;
        height: 9rem;
    }

    .list-video ul li {
        width: 46%;
        margin: 0 2% 10px
    }

    .list-video ul {
        width: 100%;
    }

    .ny_xxkc ul li {
        width: 30.3333%;
        margin: 0 1.5% 0px;
    }

    .about {
        height: auto;
        width: 100%;
        margin: 30px auto;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .about .tp {
        width: 100%;
    }

    .about .text {
        width: 100%;
        padding-top: 30px;
    }

    .tdroom ul li {
        width: 46%;
        margin: 0 2%;
        padding: 6.5rem 20px 30px;
        height: 14rem;
    }

    .tdroom ul li .tp {
        width: 12rem;
        margin-left: -6rem;
        top: -6rem
    }

    .mgt6 {
        margin-top: 8rem !important
    }

    .tdroom {
        margin-top: 8rem;
    }

    .ny_gzjh ul li {
        width: 46%;
        margin: 0 2% 20px
    }

    .cylm {
        padding: 20px 0;
        height: 12rem;
    }

    .cyzj_ny {
        padding: 30px 0;
    }

    .cyzj_ny .gywm .tp {
        width: 100%;
    }

    .cyzj_ny .gywm .wz {
        width: 100%;
    }

    .cyzj_ny .ys ul li {
        width: 30.3333%;
        margin: 20px 1.5% 0;
        padding: 15px
    }

    .cyzj_ny .ys ul li p {
        font-size: 16px;
        line-height: 30px;
    }

    .cyzj_ny .gzly ul li {
        width: 46%;
        margin: 0 2%
    }

    .kjlm_ny ul li {
        width: 20%;
        margin-right: 0px;
        margin-top: 15px;
        padding: 10px 0;
    }

    .kjlm_ny {
        padding: 30px 0;
    }

    .sjlt_ny ul li {
        width: 46%;
        height: 8rem;
        margin: 0 2% 30px;
    }

    .sjlt_ny ul li .sslb a {
        line-height: 25px;
        font-size: 12px;
    }

    .sjlt_ny ul li img {
        height: 8rem
    }

    .sjlt_ny ul li.l2 {
        width: 46%;
        margin: 0 2% 30px;
    }

    .aaa {
        width: 100%;
    }

    .indexNewsList {
        width: 100%;
    }

    .gjkct_ny {
        padding: 30px 0;
    }

    .sjsjlb_ny .gywm {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .sjsjlb_ny .gywm .tp {
        width: 100%;
    }

    .sjsjlb_ny .gywm .wz {
        width: 100%;
    }

    .sjsjlb_ny .gywm .wz h2 {
        font-size: 25px;
    }

    .sjsjlb_ny .gywm .wz p {
        font-size: 16px;
        line-height: 30px;
    }

    .youshi {
        display: none
    }

    .sy_yssj {
        width: 100%;
        overflow: hidden;
        display: block;
        padding-top: 30px;
    }

    .sy_yssj .ys_js {
        width: 100%;
        background-color: #f5f5f5;
        padding: 15px 0;
    }

    .sy_yssj .ys_js .x_t {
        width: 76px;
        height: 76px;
        margin: 10px auto 10px;
    }

    .sy_yssj .ys_js .x_t img {
        width: 100%
    }

    .sy_yssj .ys_js .w_z {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }

    .sy_yssj .ys_js .w_z h3 {
        font-size: 15px;
        color: #555;
        margin-bottom: 10px;
    }

    .sy_yssj .ys_js .w_z p {
        height: 66px;
    }

    .sy_ysdy {
        width: 49%;
        overflow: hidden;
        float: left
    }

    .ntit ul li .e_j {
        width: 100%;
    }

    .ntit ul li .e_j a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 6px;
    }

    .ntit ul li .e_j a:hover {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        color: #cfa76a;
        background: #fff;
        line-height: 30px
    }

    .swiper-ys {
        width: 100%;
        margin: 0 auto;
    }

    .swiper-ys .swiper-slide {
        width: 60%;
        padding: 25px 15px;
        background-color: #fff;
    }

    .tyxq {
        width: 94%;
        margin: 20px auto 30px;
    }

    .tyxq h1 {
        font-size: 25px;
        margin-top: 5px;
    }

    .tyxq h3 {
        font-size: 14px;
    }

    .tyxq .nr {
        margin-top: 25px;
    }

    .tyxq .nr .tp {
        width: 100%;
    }

    .xx3 {
        height: 18rem;
    }

    .tyxq .nr .wenz {
        width: 100%;
    }

    .xx4 {
        display: none
    }

    .xx4sj {
        position: relative;
        margin: 30px auto;
        width: 94%;
        display: block;
        overflow: hidden
    }

    .xx4sj .hd .prev {
        width: 25px;
        height: 25px;
        background: url("../images/jiantzuo.png") left center / 100% no-repeat;
        position: absolute;
        left: 0;
        top: 60%;
        margin-top: 0px;
        z-index: 10000
    }

    .xx4sj .hd .prev:hover {
        background: url("../images/jiantzuos.png") left center / 100% no-repeat;
    }

    .xx4sj .next {
        width: 25px;
        height: 25px;
        background: url("../images/jiantyou.png") left center / 100% no-repeat;
        position: absolute;
        right: 0;
        top: 60%;
        margin-top: 0px;
        z-index: 10000
    }

    .xx4sj .next:hover {
        background: url("../images/jiantyous.png") left center / 100% no-repeat;
    }

    .xx4sj .bd {
        width: 100%;
        margin: 0 auto;
    }

    .xx4sj .bd ul li {
        display: inline-block;
        width: 100%;
        float: left;
        margin: 0;
        overflow: hidden
    }

    .xx4sj .bd ul li .lk {
        width: 46%;
        margin: 0 2%;
        float: left
    }

    .xx4sj .bd ul li .tu {
        overflow: hidden;
        width: 100%
    }

    .xx4sj .bd ul li img {
        width: 100%;
        height: auto;
        display: block
    }

    .xx4sj .bd ul li .wz {
        width: 100%;
        padding: 0px 10px;
        -moz-box-sizing: border-box; /*Firefox3.5+*/
        -webkit-box-sizing: border-box; /*Safari3.2+*/
        -o-box-sizing: border-box; /*Opera9.6*/
        -ms-box-sizing: border-box; /*IE8*/
        box-sizing: border-box;
        text-align: left;
        line-height: 30px;
        background: url("../images/jian1.png") right center no-repeat;
        color: #333;
    }

    .xx4sj .bd ul li p {
        font-size: 13px;
        color: #888;
        padding: 0 10px;
        text-transform: capitalize
    }

    .xx4sj .bd ul li:hover .wz {
        color: #c0a062
    }

    .xx4sj .bd ul li img {
        width: 100%;

        height: 100%;

        -webkit-transition: all 1s;

        -o-transition: all 1s;

        transition: all 1s;
    }

    .xx4sj .bd ul li .lk:hover img {
        -webkit-transform: scale(1.1);

        -ms-transform: scale(1.1);

        -o-transform: scale(1.1);

        transform: scale(1.1);
    }

    .xwxqty {
        width: 94%;
        margin: 20px auto 30px;
    }

    .xwxqty h1 {
        font-size: 25px;
        margin-top: 5px;
    }

    .xwxqty h2 {
        font-size: 16px;
    }

    .xwxqty .nr p img {
        width: 100%
    }

    .xwxqty .nr {
        margin-top: 25px;
    }

    .xwxqty .tjyd ul {
        width: 100%;
    }

    .xwxqty .sxp .left {
        width: 100%;
    }

    .xwxqty .sxp .right {
        width: 100%;
        margin-top: 10px;
    }

    .xwxqty .tjyd ul li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .xwxqty h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .dtfk {
        display: none
    }

    .footer {
        padding: 0;
        font-size: 13px;
    }

    .footer .l_x {
        padding-left: 0;
        margin-top: 30px;
    }

    .footer input {
        width: 24%;
        margin-right: 1%;
        float: left;
    }

    .wuyou-waiter {
        display: none
    }
}

@media only screen and (max-width: 500px) {
    .bgddzsn .bd {
        width: 340px;
    }

    .bgddzsn .bd ul li {
        display: inline-block;
        width: 330px;
        float: left;
        margin: 0 5px 0;
        background: #f6f6f6;
        padding-bottom: 15px
    }

    .gxbgyy .wz {
        line-height: 30px;
    }

    .gxbgyy a {
        width: 240px;
        margin-bottom: 20px;
    }

    .gxbgyy {
        height: auto;
        padding: 15px 0;
        overflow: hidden
    }

    .bgddzsn .bd ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .bgddzsn .bd ul li h4 {
        font-weight: normal;
        font-size: 14px;
        padding: 0 10px
    }

    .bgddzsn .bd ul li p {
        padding: 0 10px;
        line-height: 20px;
        font-size: 12px;
        color: #555;
    }

    .footer .e_m {
        margin-top: 20px;
    }

    .footer input {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .newsp .bd {
        width: 320px;
    }

    .newsp .bd ul li {
        width: 300px;
        margin: 0 10px 20px;
    }

    .newsp .bd ul li img {
        margin-bottom: 15px;
    }

    .newsp .bd ul li h4 {
        font-size: 14px;
    }

    .yycg .wz {
        font-size: 18px;
        padding-top: 15px;
        line-height: 28px;
    }

    .yycg .yyan {
        padding-top: 20px;
    }

    .yycg .yyan a {
        width: 150px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }

    .gxbg_ny {
        padding: 0px 0 30px;
    }

    .alsj_js {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .yycg {
        background: url("../images/lybj.jpg") center bottom / 250% no-repeat;
        height: 17rem;
    }

    .ny_xxkc ul li {
        width: 100%;
        margin: 0 0px;
    }

    .about .con {
        padding-top: 0px;
    }

    .tdroom ul li {
        height: 24rem;
    }

    .tdroom ul li .wzsm {
        line-height: 1.7rem;
        font-size: 1rem;
        margin-top: 0.6rem;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }

    .ny_fwnr ul li .tb {
        width: 80px;
        height: 80px;
    }

    .ny_fwnr ul li .tb i {
        background-size: 100%;
        margin: 10px auto 0;
        width: 50px;
        height: 50px;
    }

    .ny_fwnr ul li .tb i.l1 {
        background: url("../images/nr01.png") center center / 100% no-repeat;
    }

    .ny_fwnr ul li .tit {
        font-size: 1rem;
        line-height: 2rem;
    }

    .ny_fwnr ul li .tb i.l2 {
        background: url("../images/nr02.png") center center / 100% no-repeat;
    }

    .ny_fwnr ul li:hover .tb i.l1 {
        background: url("../images/nr01s.png") center center / 100% no-repeat
    }

    .ny_fwnr ul li .tb i.l3 {
        background: url("../images/nr03.png") center center / 100% no-repeat;
    }

    .ny_fwnr ul li .tb i.l4 {
        background: url("../images/nr04.png") center center / 100% no-repeat;
    }

    .jrwm_xy .tzan a {
        width: 130px;
        height: 35px;
        line-height: 35px;
        margin: 0px 10px 0;
        font-size: 18px;
    }

    .cylm ul li {
        width: 100%;
        padding: 30px 10px;
        height: 250px;
    }

    .cylm {
        padding: 0px 0;
        height: auto;
    }

    .cyzj_ny .gywm {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .cyzj_ny .gywm .wz h2 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .cyzj_ny .gywm .wz p {
        font-size: 14px;
        line-height: 25px;
    }

    .cyzj_ny .ys ul li {
        width: 100%;
        margin: 20px 0;
    }

    .cyzj_ny .sqtz .tzan a {
        width: 140px;
        height: 35px;
        line-height: 35px;
        margin: 0px 10px 0;
        font-size: 18px;
    }

    .kjlm_ny ul li {
        padding: 10px 0;
        width: 30.3333%;
        margin: 0 1.5% 10px;
    }

    .kjlm_ny ul li .tb {
        width: 64px;
        height: 64px;
        border: #666 1px solid;
    }

    .kjlm_ny ul li .tb img {
        width: 44px;
        height: 44px;
        margin: 10px auto;
    }

    .kjlm_ny ul li h3 {
        font-size: 1rem;
        margin: 10px 0;
        padding: 0 0.3rem
    }

    .sjlt_ny ul li {

        width: 100%;
        height: auto;
        margin: 0;

    }

    .sjlt_ny ul li.l2 {
        width: 100%;
        margin: 0;
    }

    .sjlt_ny ul li img {
        height: auto;
    }

    .sjsjlb_ny .gywm .wz p {
        font-size: 14px;
        line-height: 25px;
    }

    .sjsjlb_ny .gywm .wz h2 {
        font-size: 20px;
    }

    .sjsjlb_ny .jrjlb .wz {
        font-size: 18px;
        padding-top: 25px;
        line-height: 30px;
    }

    .sjsjlb_ny .jrjlb .dzan {
        padding-top: 30px;
    }

    .sjsjlb_ny .jrjlb .dzan a {
        width: 150px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
    }

    .tanchu .zx_bm {
        width: 100%;
        height: auto;
        padding: 25px 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -140px;
        margin-left: -50%;
        line-height: 25px
    }

    .zx_bm .b_m {

        width: 90%;
        border-radius: 15px;
        background-color: #fff;
        padding: 20px 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -45%;
        margin-top: -160px;

    }

    .tanchu .gb {
        width: 20px;
        height: 20px;
        top: 10px;
        right: 10px;
    }

    .zx_bm .b_m .l_m {
        width: 15%;
        font-size: 14px;
        line-height: 40px;
    }

    .zx_bm .b_m input.w_z {
        width: 80%;
        padding: 0 10px;
        height: 38px;
        font-size: 14px;
        line-height: 38px;
    }

    .zx_bm .b_m textarea {
        width: 100%;
    }

    .zx_bm .b_m button.t_j {
        margin-left: 20px;
        width: 110px;
        height: 30px;
        line-height: 30px;
    }

    .zx_bm .b_m button.c_z {
        margin-left: 20px;
        width: 110px;
        height: 30px;
        line-height: 30px;
    }

    .zx_bm .b_m p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .hotbox li{
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .ysnr .hd ul{
        margin-bottom: 15px;
    }
    .ysnr .hd ul li{
        width: 31%;
        margin-right:3.5%;
        margin-bottom: 10px;
    }
    .ysnr .hd ul li:nth-child(3){
        margin-right: 0;
    }
    .location{
        margin-top: 10px;
    }
    .location .loc-box{
        display: none;
    }
    .ny_zp ul li{
        width: 47%;
    }
    .ny_zp ul li .wenz h3{
        margin-bottom: 0;
        text-align: center;
    }
    .ny_zp ul li .wenz{
        padding-top: 0;
        padding-bottom: 0;
    }
    .ntit{
        padding: 10px 0 0;
    }
    .kl-page{
        padding: 10px 0;
    }
}