/* CSS Document */
html {
    height: 100%;
}
@media screen and (min-width:960px) and (max-width:1200px){
    html{
        width: 150vw;
    }
}

body {
    height: 100%;
    font-size: 12px;
    margin: 0;
    padding: 0px;
    overflow-x: hidden;
    font-family: "微软雅黑";
}

div, ul, ol, p {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0px;
}

img {
    border: none;
}

a {
    outline: 0;
    color: #3f3f3f;
    text-decoration: none;
    behavior: url(link.htc);
}

ul, li, dd, dl {
    list-style: none;
    margin: 0;
    padding: 0px;
}

input, select, textarea {
    font-family: "微软雅黑";
    margin: 0;
    padding: 0px;
    color: #333333;
    font-size: 12px;
}

.bg {
    height: 100%;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}

.bgz {
    height: 100%;
    background: url(../images/bgz.png) no-repeat center center;
    position: relative;
}

#carousel {
    width: 1200px;
    height: 400px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
}

#carousel img {
    width: 100%;
}

.carousel div {
    width: 168px;
}

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

.headern {
    height: 94px;
    background-color: #fff;
}

.headn {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    height: 64px;
}

.logo {
    float: left;
}

.nav {
    float: right;
    padding-top: 10px;
}

.nav li {
    float: left;
    font-size: 14px;
    padding: 0px 31px;
}

.nav a {
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.nav a:hover {
    color: #c59e4f;
}

.nav a.navo {
    color: #c59e4f;
}

.headern a {
    color: #424242;
}

.language {
    float: right;
    font-size: 0px;
    background-color: #e9e9e9;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px;
}

.language a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 48px;
    height: 24px;
    font-size: 12px;
    color: #7f7f7f;
    line-height: 24px;
    text-align: center;
    display: inline-block;
}

.language a:hover {
    background-color: #c59e4f;
    color: #fff;
}

.language a:nth-child(1) {
    background-color: #c59e4f;
    color: #fff;
}

.sabout {
    overflow: hidden;
    background-color: #1d2327;
}

.abtu {
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
}

.abtu img {
    max-width: 100%;
}

.abtu .slides li {
    display: none;
}

.abtu .slides li {
    width: 100%;
    height: 100%;
    position: relative;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.abtu .flex-control-nav {
    display: none;
    position: absolute;
    text-align: center;
    bottom: 40px;
    z-index: 99;
    height: 12px;
    width: 100%;
    padding-top: 20px;
    font-size: 0px;
}

.abtu .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 200;
    position: relative;
}

.abtu .flex-control-nav li a {
    font-size: 0px;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.abtu .flex-control-nav li a.flex-active {
    background-color: #fff;
    width: 40px;
}

.abtu a.flex-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    width: 69px;
    height: 69px;
    margin-top: -35px;
    background: url(../images/saleft.png) no-repeat;
    z-index: 1000;
    display: block;
}

.abtu a.flex-next {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 69px;
    height: 69px;
    margin-top: -35px;
    background: url(../images/saright.png) no-repeat;
    z-index: 1000;
    display: block;
}

.sabw {
    width: 50%;
    float: right;
    height: 545px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: center;
    -moz-box-align: center;
}

.sabw ul {
    width: 488px;
    padding-left: 60px;
}

.sabws {
    color: #c59e4f;
    font-size: 25px;
    background: url(../images/sabt.png) no-repeat left center;
    padding-left: 36px;
}

.sabwx {
    color: #efd9ad;
    font-size: 14px;
    line-height: 30px;
    padding-top: 22px;
}

.snews {
    height: 700px;
    background: url(../images/snews.jpg) no-repeat center top;
}

.snlist {
    width: 1200px;
    margin: 0 auto;
    padding-top: 68px;
}

.snlist ul {
    width: 1240px;
    height: 420px;
}

.snlist li {
    width: 286px;
    height: 380px;
    background-color: #ffffff;
    position: relative;
    float: left;
    margin-right: 18px;
}

.snmore {
    text-align: center;
    margin-top: 24px;
}

.snmore a {
    display: inline-block;
    width: 108px;
    height: 34px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-radius: 18px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.snmore a:hover {
    border: 1px solid #c59e4f;
    color: #c59e4f;
}

.snbt {
    text-align: center;
    color: #c59e4f;
    font-size: 25px;
    padding-top: 50px;
}

.snbt span {
    display: inline-block;
    background: url(../images/snbt.png) no-repeat left center;
    padding-left: 40px;
}

.snw {
    width: 226px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 16px;
    padding-top: 26px;
    color: #353535;
}

.sntime {
    text-align: center;
    color: #585858;
    font-size: 20px;
    width: 100%;
    display: block;
    padding-top: 16px;
}

.sntime span {
    color: #585858;
    font-size: 50px;
    padding-right: 14px;
}

.snfd {
    width: 100%;
    height: 420px;
    position: absolute;
    left: 0px;
    top: -20px;
    background-color: #c59e4f;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.snlist a:hover .snfd {
    opacity: 1;
}

.snfds {
    width: 230px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #debd79;
    padding-bottom: 19px;
    padding-top: 19px;
    color: #fff;
}

.snfdz {
    padding-top: 30px;
    height: 60px;
    overflow: hidden;
    padding-bottom: 37px;
    line-height: 20px;
    width: 230px;
    margin: 0 auto;
    color: #fff;
    text-indent: 2em;
}

.snfda {
    text-align: center;
    padding-bottom: 24px;
    display: block;
}

.sntimex {
    text-align: center;
    color: #c59e4f;
    font-size: 20px;
    height: 96px;
    background-color: #1d2327;
    width: 100%;
    display: block;
    padding-top: 24px;
}

.sntimex span {
    font-size: 50px;
    padding-right: 14px;
}

.layout {
    height: 648px;
    background: url(../images/layout.jpg) no-repeat center top;
}

.labt {
    text-align: center;
    color: #c59e4f;
    font-size: 25px;
    padding-top: 92px;
}

.labt span {
    display: inline-block;
    background: url(../images/labt.png) no-repeat left center;
    padding-left: 40px;
}

.lalist {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    height: 220px;
    margin-top: 112px;
}

.lalist ul {
    height: 220px;
    /*width: 1310px;*/
}

.lalist li {
    float: left;
    /*margin-right: 106px;*/
    margin: 0 50px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 200px;
    height: 200px;
    padding: 10px;
    border-radius: 105px;
    overflow: hidden;
    float: left;
    background: url(../images/lybg.png) no-repeat;
}

.lalist li div {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    background: url(../images/layuan.png) no-repeat center center;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
    color: #000;
}

.lalist li b {
    display: block;
    font-weight: normal;
    font-size: 20px;
}

.lalist li span {
    display: block;
    padding-top: 50px;
    margin-bottom: 8px;
}

.lalist li p {
    display: none;
    padding-top: 6px;
}

.lalist li:hover {
    background: url(../images/lybgo.png) no-repeat;
}

.lalist li:hover div {
    color: #fff;
}

.lalist li:hover:nth-child(1) div {
    background: url(../images/lyd1.jpg) no-repeat center center;
}

.lalist li:hover:nth-child(2) div {
    background: url(../images/lyd2.jpg) no-repeat center center;
}

.lalist li:hover:nth-child(3) div {
    background: url(../images/lyd3.jpg) no-repeat center center;
}

.lalist li:hover:nth-child(4) div {
    background: url(../images/lyd4.jpg) no-repeat center center;
}

.lalist li:hover b {
    padding-top: 70px;
}

.lalist li:hover span {
    display: none;
}

.lalist li:hover p {
    display: block;
}

.lymap {
    height: 600px;
    background-color: #1d2327;
    position: relative;
}

.lmap {
    width: 42%;
    height: 600px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.lmap div {
    width: 100%;
    height: 100%;
}

#map {
    width: 42%;
    height: 600px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.ly {
    width: 1200px;
    margin: 0 auto;
    padding-top: 94px;
}

.ly li {
    margin-bottom: 20px;
}

.lybt {
    background: url(../images/lybt.png) no-repeat left center;
    color: #c59e4f;
    font-size: 20px;
    line-height: 24px;
    padding-left: 36px;
}

.lyinp {
}

.lyinp input {
    width: 536px;
    height: 40px;
    border: 1px solid #454d52;
    background: none;
    padding-left: 20px;
}

.lytext {
}

.lytext textarea {
    width: 516px;
    padding: 10px 20px;
    height: 136px;
    border: 1px solid #454d52;
    background: none;
}

.lysub input {
    width: 136px;
    height: 40px;
    background-color: #c59e4f;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.link {
    background-color: #f5f5f5;
    height: 80px;
    padding: 60px 0px;
}

.linknw {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.linkn {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.linkn ul {
}

.linkn li {
    width: 200px;
    height: 80px;
    float: left;
    text-align: center;
}

.linkn img {
    max-width: 200px;
    max-height: 80px;
}

.lkleft {
    position: absolute;
    left: -48px;
    top: 50%;
    margin-top: -14px;
    cursor: pointer;
}

.lkright {
    position: absolute;
    right: -48px;
    top: 50%;
    margin-top: -14px;
    cursor: pointer;
}

.bant {
    height: 500px;
    text-align: center;
}

.bant span {
    display: inline-block;
    height: 100%;
    line-height: 500px;
    color: #fff;
    font-size: 50px;
    font-family: "宋体";
    width: 100%;
    background: url(../images/banxbg.png) no-repeat center center;
}

.anavww {
    height: 70px;
}

.anavw {
    height: 69px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 1px;
}

.anav {
    text-align: center;
    font-size: 0px;
}

.anav li {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin: 0px 30px;
}

.anav li a {
    display: block;
    color: #000;
    height: 42px;
    cursor: pointer;
    padding: 0px 5px;
    padding-top: 22px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.anav li a:hover {
    border-bottom: 6px solid #c59e4f;
    color: #c59e4f;
}

.anav li a:hover {
    color: #c59e4f;
}

.anav li.anavo a {
    color: #c59e4f;
    border-bottom: 6px solid #c59e4f;
    color: #c59e4f;
}

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

.about1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 96px;
}

.jtleft {
    float: left;
}

.jtright {
    float: right;
    width: 583px;
    float: right;
    padding-right: 56px;
}

.jtbt {
    font-size: 25px;
    color: #3e3e3e;
    margin-bottom: 86px;
}

.jtbz {
    color: #3d3d3d;
    font-size: 14px;
    line-height: 30px;
    background: url(../images/jtbz.png) no-repeat left bottom;
    padding: 0px 60px;
    padding-bottom: 68px;
}

.about2 {
    height: 600px;
    background-color: #eaeaea;
}

.dstu {
    width: 1336px;
    margin: 0 auto;
    /*background: url(../images/ren.png) no-repeat right top;*/
    height: 600px;
}

.zhc {
    width: 1200px;
    margin: 0 auto;
}

.dbt {
    text-align: center;
    color: #3e3e3e;
    font-size: 25px;
    padding-top: 62px;
}

.dzbg {
    /*background: url(../images/dzbg.png) no-repeat;*/
    height: 296px;
    width: 546px;
}

.dzbg span {
    display: block;
    font-size: 14px;
    color: #403f3f;
    line-height: 24px;
    padding: 80px 38px 0px 120px;
}

.about3 {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 68px;
}

.kul {
    text-align: center;
    font-size: 0px;
    width: 690px;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
}

.kul li {
    display: inline-block;
    height: 90px;
    font-size: 20px;
    line-height: 90px;
    color: #fff;
    margin: 0px 15px;
}

.kul1 {
    width: 90px;
    border-radius: 45px;
    background-color: #99b666;
}

.kul2 {
    width: 90px;
    border-radius: 45px;
    background-color: #66b68e;
}

.kul3 {
    width: 90px;
    border-radius: 45px;
    background-color: #668cb6;
}

.kul4 {
    width: 90px;
    border-radius: 45px;
    background-color: #aa66b6;
}

.kulx {
    background: url(../images/yx.jpg) no-repeat center center;
    width: 40px;
}

.qxul {
    text-align: center;
    font-size: 0px;
    margin-top: 62px;
}

.qxul li {
    font-size: 14px;
    width: 150px;
    height: 50px;
    background-color: #c59e4f;
    display: inline-block;
    border-radius: 25px;
    margin: 0px 36px;
    line-height: 50px;
    color: #fff;
}

.qxli {
    height: 140px;
    width: 1240px;
    margin-top: 68px;
}

.qxli li {
    width: 190px;
    height: 140px;
    color: #fff;
    font-size: 20px;
    float: left;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qxli img {
    width: 190px;
    height: 140px;
}

.qxli div {
    width: 190px;
    height: 140px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.qxli li:hover div {
    background-color: #c59e4f;
}

.about4 {
    height: 600px;
    background-color: #eaeaea;
}

.about5 {
    padding-bottom: 150px;
}

.honor {
    width: 1200px;
    margin: 0 auto;
    height: 256px;
    margin-top: 100px;
    position: relative;
}

.honorn {
    overflow: hidden;
    width: 1200px;
    height: 256px;
}

.honorn ul {
    width: 1240px;
}

.honorn li {
    width: 284px;
    height: 256px;
    position: relative;
    font-size: 14px;
    caption-side: #403f3f;
    position: relative;
    float: left;
    margin-right: 21px;
}

.honorn li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.honorn li span {
    display: block;
    height: 200px;
    text-align: center;
}

.honorn li img {
    max-width: 100%;
    max-height: 100%;
}

.honorn li b {
    height: 56px;
    display: block;
    line-height: 56px;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
}

.honorn li div {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
    width: 284px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/hclik.png) no-repeat center center rgba(0, 0, 0, 0.6);
}

.honorn li a:hover div {
    opacity: 1;
}

.honorn li a:hover {
    background-color: #c59e4f;
    color: #fff;
}

.hleft {
    width: 19px;
    height: 34px;
    position: absolute;
    left: -70px;
    top: 85px;
    cursor: pointer;
}

.hright {
    width: 19px;
    height: 34px;
    position: absolute;
    right: -70px;
    top: 85px;
    cursor: pointer;
}

.footer {
    background-color: #1d2327;
    clear: both;
}

.foots {
    width: 1200px;
    margin: 0 auto;
    min-height: 276px;
    padding-top: 46px;
}

.fsul {
    float: left;
    padding-right: 60px;
}

.fsul span {
    display: block;
    padding-bottom: 16px;
}

.fsul span a {
    color: #c59e4f;
    font-size: 16px;
}

.fsul li {
    line-height: 30px;
}

.fsul li a {
    color: #9d9d9d;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.fsul li a:hover {
    color: #c59e4f;
}

.sadd {
    float: right;
    border-left: 1px solid #32383d;
    padding-left: 104px;
    width: 308px;
}

.sadd li {
    line-height: 34px;
    color: #9d9d9d;
    padding-left: 42px;
}

.sadd1 {
    background: url(../images/sadd1.png) no-repeat left center;
}

.sadd2 {
    background: url(../images/sadd2.png) no-repeat left center;
}

.sadd3 {
    background: url(../images/sadd3.png) no-repeat left center;
}

.sadd4 {
    background: url(../images/sadd4.png) no-repeat left center;
}

.sadd5 {
    background: url(../images/sadd5.png) no-repeat left center;
}

.sadd6 {
    background: url(../images/sadd6.png) no-repeat left center;
}

.about6 {
    background-color: #eaeaea;
    height: 600px;
}

.units {
    width: 1200px;
    margin: 0 auto;
    margin-top: 42px;
}

.units ul {
    width: 1280px;
    overflow: hidden;
}

.units li {
    float: left;
    width: 248px;
    height: 450px;
    margin-right: 69px;
}

.undiv {
    width: 248px;
    height: 284px;
    text-align: center;
    background: url(../images/ctbg.png) no-repeat;
}

.undiv span {
    display: block;
    width: 140px;
    margin: 0 auto;
    height: 110px;
    text-align: center;
    padding-top: 54px;
}

.undiv span img {
    max-width: 140px;
    max-height: 110px;
}

.undiv b {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    width: 140px;
    height: 46px;
    color: #fff;
    background-color: #c59e4f;
    border-radius: 23px;
    overflow: hidden;
    font-size: 20px;
    line-height: 46px;
}

.undivn {
    color: #646464;
    font-size: 14px;
    line-height: 25px;
    padding-top: 20px;
    display: none;
}

.layout1 {
}

.layout2 {
    background-color: #f6f6f6;
}

.layout3 {
}

.layout4 {
    background-color: #f6f6f6;
}

.layoutbt {
    font-size: 25px;
    text-align: center;
    color: #3e3e3e;
    padding-top: 68px;
}

.layoutn {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 130px;
}

.layoutnt {
    float: left;
    width: 490px;
}

.layoutnt img {
    max-width: 100%;
}

.layoutnw {
    float: right;
    width: 583px;
    min-height: 190px;
    padding-right: 56px;
    padding-top: 32px;
}

.layoutnw span {
    display: block;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 30px;
    background: url(../images/jtbz.png) no-repeat left bottom;
    padding: 0px 60px;
    padding-bottom: 68px;
}

.layout2 .layoutnt {
    float: right;
}

.layout2 .layoutnw {
    float: left;
}

.layout4 .layoutnt {
    float: right;
}

.layout4 .layoutnw {
    float: left;
}

.news {
    width: 1200px;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 40px;
}

.newslist {
    width: 1200px;
    margin: 0 auto;
}

.nul {
    height: 130px;
    overflow: hidden;
    margin-bottom: 30px;
}

.nult {
    float: left;
    width: 200px;
    height: 130px;
    overflow: hidden;
    border-radius: 14px
}

.nulz {
    width: 990px;
    height: 130px;
    border-radius: 14px;
    background-color: #f2f2f2;
    float: right;
}

.nulzl {
    width: 526px;
    float: left;
    padding-left: 50px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.nulzl b {
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding-top: 26px;
    padding-bottom: 16px;
    height: 20px;
    overflow: hidden;
}

.nulzl span {
    display: block;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.nulzr {
    float: right;
    padding-right: 50px;
    height: 130px;
    background: url(../images/nrx.png) no-repeat left center;
    padding-left: 66px;
}

.nulzr time {
    display: block;
    float: left;
    color: #636363;
    font-size: 30px;
    text-align: center;
    padding-top: 28px;
    padding-right: 16px;
}

.nulzr time span {
    display: block;
    font-size: 20px;
    padding-top: 4px;
}

.nulzr p {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
    width: 0px;
    overflow: hidden;
    float: right;
    padding-left: 40px;
    padding-top: 41px;
}

.nul:hover .nulz {
    background-color: #c59e4f;
}

.nul a {
    color: #3e3e3e;
    display: block;
    height: 130px;
}

.nul a:hover {
    color: #fff;
}

.nul a:hover .nulzr time {
    color: #fff;
}

.nul a:hover .nulzr time span {
    color: #fff;
}

.nul a:hover .nulzr {
    color: #fff;
    background: url(../images/nrxo.png) no-repeat left center;
}

.nul a:hover .nulzr p {
    width: 48px;
}

.nul a:hover .nulzl {
    padding-left: 80px;
}

.newsw {
    background-color: #f3f3f3;
    padding-bottom: 66px;
}

.newsxq {
    width: 1200px;
    margin: 0 auto;
    padding-top: 38px;
    overflow: hidden;
}

.nleft {
    width: 860px;
    float: left;
}

.fhf {
    height: 50px;
}

.fhf span {
    float: right;
}

.newsdet {
    background: #fff;
    min-height: 400px;
    margin-top: 2px;
    padding: 20px 80px;
}

.nsbt {
    padding-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #3e3e3e;
}

.ntime {
    display: block;
    text-align: center;
    color: #7f7f7f;
    font-size: 14px;
    background: url(../images/ntime.jpg) no-repeat center center;
    margin-top: 20px;
}

.ndet {
    font-size: 14px;
    line-height: 30px;
    color: #3e3e3e;
    padding-bottom: 30px;
    padding-top: 50px;
}

.nright {
    width: 310px;
    float: right;
    padding-top: 52px;
}

.nrul {
    height: 74px;
    background-color: #fff;
    overflow: hidden;
    padding: 14px;
    margin-bottom: 10px;
}

.nrult {
    float: left;
    width: 112px;
}

.nrult img {
    width: 112px;
    height: 74px;
}

.nrulw {
    float: right;
    width: 140px;
    padding-right: 10px;
    padding-top: 10px;
    height: 48px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
}

.nrul a {
    color: #3e3e3e;
}

.nrul a:hover {
    color: #c59e4f;
}

.fenx {
    background-color: #fff;
    text-align: right;
    padding-bottom: 60px;
    padding-right: 74px;
    height: 31px;
}

.fenx .bshare-custom .bshare-weixin {
    width: 31px;
    height: 31px;
    background: url(../images/fx1.png) no-repeat;
}

.fenx .bshare-custom .bshare-weixin:hover {
    background: url(../images/fx1o.png) no-repeat;
}

.fenx .bshare-custom .bshare-qzone {
    width: 31px;
    height: 31px;
    background: url(../images/fx2.png) no-repeat;
}

.fenx .bshare-custom .bshare-qzone:hover {
    background: url(../images/fx2o.png) no-repeat;
}

.fenx .bshare-custom .bshare-qqim {
    width: 31px;
    height: 31px;
    background: url(../images/fx3.png) no-repeat;
}

.fenx .bshare-custom .bshare-qqim:hover {
    background: url(../images/fx3o.png) no-repeat;
}

.fenx .bshare-custom .bshare-sinaminiblog {
    width: 31px;
    height: 31px;
    background: url(../images/fx4.png) no-repeat;
}

.fenx .bshare-custom .bshare-sinaminiblog:hover {
    background: url(../images/fx4o.png) no-repeat;
}

.fenx .bshare-custom .bshare-itieba {
    width: 31px;
    height: 31px;
    background: url(../images/fx5.png) no-repeat;
}

.fenx .bshare-custom .bshare-itieba:hover {
    background: url(../images/fx5o.png) no-repeat;
}

.fenx .bshare-custom .bshare-qqmb {
    width: 31px;
    height: 31px;
    background: url(../images/fx6.png) no-repeat;
}

.fenx .bshare-custom .bshare-qqmb:hover {
    background: url(../images/fx6o.png) no-repeat;
}

.fenx .bshare-custom .bshare-facebook {
    width: 31px;
    height: 31px;
    background: url(../images/fx7.png) no-repeat;
}

.fenx .bshare-custom .bshare-facebook:hover {
    background: url(../images/fx7o.png) no-repeat;
}

.fenx .bshare-custom .bshare-linkedin {
    width: 31px;
    height: 31px;
    background: url(../images/fx8.png) no-repeat;
}

.fenx .bshare-custom .bshare-linkedin:hover {
    background: url(../images/fx8o.png) no-repeat;
}

.fenx .bshare-custom .xmore {
    position: relative;
    width: 31px;
    height: 31px;
    background: url(../images/xmore.png) no-repeat center center;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    float: right;
    cursor: pointer;
}

.fenx .bshare-custom .xmore:hover {
    background: url(../images/xmoreo.png) no-repeat center center;
}

.xmore div {
    display: none;
    width: 258px;
    position: absolute;
    bottom: -60px;
    left: 30px;
    text-align: left;
    border: 1px solid #d1d1d1;
    background-color: #fff;
}

.xmore div b {
    height: 40px;
    line-height: 40px;
    background-color: #c59e4f;
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: normal;
    padding-left: 20px;
}

.fenx .bshare-custom .xmore div ul {
    overflow: hidden;
    padding-left: 20px;
    padding-top: 20px;
}

.fenx .bshare-custom .xmore div ul li {
    width: 118px;
    float: left;
    height: 31px;
    padding-bottom: 20px;
}

.fenx .bshare-custom .xmore div ul li a {
    line-height: 30px;
    color: #90949b;
    text-decoration: none;
    width: 78px;
    padding-left: 40px;
}

.fenx .bshare-custom .xmore div ul li a:hover {
    color: #c59e4f;
}

.fenx .bshare-custom .xmore:hover div {
    display: block;
}

.fenx .bshare-custom a {
    opacity: 1;
    margin: 0px;
    padding: 0px;
    margin: 0px 6px;
}

.fenx .bshare-custom a:hover {
    opacity: 1;
}

.duty {
    padding-bottom: 40px;
    padding-top: 50px;
}

.dutylist {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.dutylist ul {
    height: 220px;
    overflow: hidden;
    color: #3e3e3e;
    margin-bottom: 10px;
    position: relative;
}

.dutyl {
    width: 338px;
    float: left;
}

.dutyl img {
    width: 338px;
    height: 220px;
}

.dutyr {
    float: right;
    width: 862px;
    height: 220px;
}

.dutyn {
    width: 520px;
    padding-top: 60px;
    padding-left: 60px;
    float: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.dutyn b {
    display: block;
    font-weight: normal;
    font-size: 18px;
}

.dutyn span {
    display: block;
    line-height: 24px;
    height: 48px;
    padding-top: 10px;
    overflow: hidden;
}

.dutylist ul a {
    color: #3e3e3e;
    display: block;
    height: 220px;
    background-color: #f2f2f2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.dtime {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 1;
    width: 116px;
    height: 116px;
    border: 1px solid #7b7b7b;
    margin-top: 50px;
    margin-right: 48px;
    border-radius: 59px;
    float: right;
    text-align: center;
    color: #646464;
    font-size: 20px;
}

.dtime span {
    display: block;
    width: 100%;
    font-size: 30px;
    padding-top: 26px;
}

.dmore {
    position: absolute;
    top: 50px;
    right: 48px;
    width: 0px;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.dutylist ul a:hover {
    background-color: #c59e4f;
}

.dutylist ul a:hover .dtime {
    opacity: 0;
}

.dutylist ul a:hover .dmore {
    width: 118px;
}

.dutylist ul a:hover .dutyn {
    padding-left: 90px;
    color: #fff;
}

.partner {
    background-color: #f3f3f3;
    padding: 50px 0px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.left {
    width: 200px;
    float: left;
    background-color: #ffffff;
}

.pnav {
    background-color: #ffffff;
    font-size: 16px;
}

.pnav li {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.pnav li:hover {
    background: #c59e4f;
}

.pnav a {
    background: url(../images/pnavo.png) no-repeat 144px center;
    color: #434343;
    display: block;
    height: 70px;
    padding-left: 60px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.pnav a:hover {
    color: #fff;
    background: url(../images/pnavo.png) no-repeat 144px center;
}

.pnav li.pavno a {
    color: #fff;
    background: url(../images/pnavo.png) no-repeat 144px center;
}

.partner .pnav li:nth-child(1) {
    background: url(../images/pd1.png) no-repeat 26px center #fff;
}

.partner .pnav li:nth-child(1):hover {
    background: url(../images/pd1o.png) no-repeat 26px center #c59e4f;
}

.partner .pnav li.pavno:nth-child(1) {
    background: url(../images/pd1o.png) no-repeat 26px center #c59e4f;
}

.partner .pnav li:nth-child(2) {
    background: url(../images/pd2.png) no-repeat 26px center #fff;
}

.partner .pnav li:nth-child(2):hover {
    background: url(../images/pd2o.png) no-repeat 26px center #c59e4f;
}

.partner .pnav li.pavno:nth-child(2) {
    background: url(../images/pd2o.png) no-repeat 26px center #c59e4f;
}

.partner .pnav li:nth-child(3) {
    background: url(../images/pd3.png) no-repeat 26px center #fff;
}

.partner .pnav li:nth-child(3):hover {
    background: url(../images/pd3o.png) no-repeat 26px center #c59e4f;
}

.partner .pnav li.pavno:nth-child(3) {
    background: url(../images/pd3o.png) no-repeat 26px center #c59e4f;
}

.right {
    width: 960px;
    float: right;
    background-color: #fff;
}

.ptu {
}

.ptu img {
    max-width: 100%;
}

.pdet {
    min-height: 200px;
    padding: 60px 80px;
    color: #494949;
    font-size: 14px;
    line-height: 28px;
    background-size:
}

.pdet img {
    max-width: 100%;
}

.message {
    padding-left: 146px;
    padding-bottom: 90px;
    padding-top: 90px;
}

.mebt {
    background: url(../images/mebt.jpg) no-repeat;
    line-height: 24px;
    color: #c59e4f;
    font-size: 20px;
    padding-left: 30px;
    padding-bottom: 24px;
}

.meinp {
    padding-bottom: 20px;
}

.meinp input {
    width: 648px;
    height: 40px;
    border: 1px solid #b5b5b5;
    padding-left: 20px;
    font-size: 14px;
    color: #b5b5b5;
}

.metext {
    padding-bottom: 20px;
}

.metext textarea {
    width: 628px;
    height: 130px;
    border: 1px solid #b5b5b5;
    padding: 10px 20px;
    font-size: 14px;
    color: #b5b5b5;
}

.mesub {
}

.mesub input {
    width: 134px;
    height: 40px;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-color: #c59e4f;
}


.contact {
    background-color: #f3f3f3;
    padding: 50px 0px;
}

.contact .pnav li:nth-child(1) {
    background: url(../images/cd1.png) no-repeat 26px center #fff;
}

.contact .pnav li:nth-child(1):hover {
    background: url(../images/cd1o.png) no-repeat 26px center #c59e4f;
}

.contact .pnav li.pavno:nth-child(1) {
    background: url(../images/cd1o.png) no-repeat 26px center #c59e4f;
}

.contact .pnav li:nth-child(2) {
    background: url(../images/cd2.png) no-repeat 26px center #fff;
}

.contact .pnav li:nth-child(2):hover {
    background: url(../images/cd2o.png) no-repeat 26px center #c59e4f;
}

.contact .pnav li.pavno:nth-child(2) {
    background: url(../images/cd2o.png) no-repeat 26px center #c59e4f;
}

.contact .pnav li:nth-child(3) {
    background: url(../images/cd3.png) no-repeat 26px center #fff;
}

.contact .pnav li:nth-child(3):hover {
    background: url(../images/cd3o.png) no-repeat 26px center #c59e4f;
}

.contact .pnav li.pavno:nth-child(3) {
    background: url(../images/cd3o.png) no-repeat 26px center #c59e4f;
}

.contact .pnav li:nth-child(4) {
    background: url(../images/cd4.png) no-repeat 26px center #fff;
}

.contact .pnav li:nth-child(4):hover {
    background: url(../images/cd4o.png) no-repeat 26px center #c59e4f;
}

.contact .pnav li.pavno:nth-child(4) {
    background: url(../images/cd4o.png) no-repeat 26px center #c59e4f;
}

#lrtk {
    width: 1200px;
    margin: 0 auto;
    padding-top: 42px;
}

#lrtk > li {
    width: 600px
}

.mb-wrapper {
    margin: 0 auto;
    position: relative;
    height: 470px;
    left: 0;
    top: 0
}

.mb-slider, .mb-scroll {
    width: 100%;
    height: 470px !important;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: 0;
    top: 0
}

.mb-slider .mb-panel {
    margin-top: 42px !important;
    display: block;
    cursor: pointer;
    float: left;
    list-style: none;
}

.mb-slider .current {
    margin-top: 0px !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

a.mb-scrollButtons {
    display: block;
    width: 19px;
    height: 34px;
    background-color: red;
    position: absolute;
    top: 220px;
    margin-top: -29px;
    cursor: pointer;
}

a.mb-scrollButtons.mb-left {
    left: -70px;
    background: url(../images/hleft.png) no-repeat;
}

a.mb-scrollButtons.mb-right {
    right: -70px;
    background: url(../images/hright.png) no-repeat;
}

.mb-controls {
    display: none;
}

#lrtk li {
    text-align: center;
}

#lrtk p {
    width: 200px;
    height: 200px;
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#lrtk p img {
    width: 100%;
    height: 100%;
}

#lrtk .current p {
    width: 240px;
    height: 240px;
    border-radius: 120px;
}

#lrtk span {
    display: block;
    color: #404040;
    font-size: 14px;
    padding-top: 12px;
}

#lrtk b {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
    clear: both;
    width: 110px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
    background-color: #6f6f6f;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
}

#lrtk .lkdet {
    color: #404040;
    font-size: 14px;
    line-height: 24px;
    width: 322px;
    margin: 0 auto;
    text-align: left;
    padding-top: 22px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
}

#lrtk .current .lkdet {
    opacity: 1;
}

#lrtk .current b {
    background-color: #c59e4f;
}


.fy {
    text-align: center;
    font-size: 0px;
    height: 40px;
    padding-top: 10px;
}

.fy a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 8px 12px;
    margin: 0px 5px;
    background-color: #424242;
}

.fy a:hover {
    background-color: #c59e4f;
}

.fy a.fyo {
    background-color: #c59e4f;
}

.footx {
    height: 54px;
    background-color: #12171a;
}

.footxn {
    width: 1200px;
    margin: 0 auto;
}

.footxn b {
    float: right;
    display: block;
    font-weight: normal;
    padding-top: 12px;
}

.footxn b a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: #919191;
    width: 106px;
    height: 28px;
    color: #919191;
    display: block;
    text-align: center;
    line-height: 28px;
    border-radius: 15px;
    background-color: #1d2327;
    border: 1px solid #333c42;
}

.footxn b a:hover {
    color: #c59e4f;
}

.footxn span {
    color: #919191;
    display: block;
    line-height: 54px;
    float: left;
}

.BMapLabel {
    display: none !important;
}

.pop {
    display: none !important;
}

.shadow {
    display: none !important;
}

#fancybox-left {
    display: none !important;
}

#fancybox-right {
    display: none !important;
}

#fancybox-title {
    display: none !important;
}