﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

body {
    background-color: #000;
    overflow-x: hidden;
}

.bigcontainer {
    width: 100%;
}

.test {
    border: 1px solid red;
}

.fl {
    float: left;
}

.cl {
    clean: both;
}

.bl {
    display: block;
}

.ab {
    position: absolute;
}

.rl {
    position: relative;
}

video {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    object-fit: contain;
}

.page_01 {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 1080px;
    background: url(../images/bg_01.jpg) no-repeat center;
}

.downcontainer1 {
    height: 791px;
    background: url(../images/bg_02.jpg) no-repeat center;
}

.downcontainer1 .bx-wrapper {
    top: 55px;
    margin: 0 0 0 300px;
    left: 0;
    right: 0;
    max-width: 740px !important;
    width: 740px;
}

.downcontainer1 .bx-viewport {
    border: 0;
    box-shadow: 0 0 0px #ccc;
    height: 410px!important;
}

.downcontainer1 .bx-viewport img {
    width: 100%;
    height: 410px;
}

.downcontainer2 {
    height: 615px;
    background: url(../images/bg_03.jpg) no-repeat center;
}

.downcontainer3 {
    height: 1059px;
    background: url(../images/bg_04.jpg) no-repeat center;
}

.downcontainer4 {
    height: 1025px;
    background: url(../images/bg_05.gif) no-repeat center;
}

.downcontainer5 {
    height: 1062px;
    background: url(../images/bg_06.jpg) no-repeat center;
}

#leftnav {
    position: fixed;
    right: 30px;
    top: 20%;
    width: 98px;
    height: 436px;
    background: url(../images/leftnav.png) no-repeat;
    z-index: 20;
}

#leftnav a {
    width: 98px;
    height: 97px;
    display: block;
    text-align: center;
    padding-right: 5px;
}

.gif {
    width: 1920px;
    text-align: center;
    margin: 0 auto;
}

.navs {
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: 180px;
    margin-top: 800px;
    text-align: center
}

.navs ab {
    width: 540px;
    height: 150px;
    left: 50%;
    margin-left: 100px;
    top: 80px;
}

.nav1,
.nav2,
.nav3,
.nav4 {
    width: 87px;
    height: 266px;
    margin-right: 60px;
}

.nav1 {
    margin-left: 90px;
    background: url(../images/downland.png) no-repeat;
}

.nav1:hover,
.nav2:hover，.nav3:hover，.nav4:hover {
    cursor: pointer;
}

.nav1:hover,
.nav2:hover,
.nav3:hover,
.nav4:hover {
    margin-top: -10px;
}

.nav2 {
    background: url(../images/pay.png) no-repeat;
}

.nav3 {
    background: url(../images/js.png) no-repeat;
}

.nav4 {
    background: url(../images/show.png) no-repeat;
}

#weixin {
    display: none;
    position: fixed;
    top: 25%;
    left: 38%;
    z-index: 50;
    background: white;
}

#over {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    /*设置背景色透明度,1为完全不透明,IE需要使用filter:alpha(opacity=80);*/
    filter: alpha(opacity=80);
    display: none;
    position: fixed;
    z-index: 40;
    background: silver fixed;
    background-size: cover;
}


/* 幻灯片所需CSS */

.slider1Preview {
    width: 500px;
    height: 0px;
}


/*底部幻灯片*/

.slideTxtBox {
    width: 1100px;
    height: 520px;
    left: 50%;
    margin-left: -560px;
    top: 30px;
}

.slideTxtBox .uls li {
    width: 320px;
    height: 470px;
    float: left;
    list-style-type: none;
    margin-left: 35px;
}

.slideTxtBox .small {
    width: 250px;
    height: 281px;
    margin-top: 50px;
    margin-left: 55px;
    border: 1px solid #2c2a29;
}

.slideTxtBox .normal {
    width: 364px;
    height: 460px;
    border: 1px solid #2c2a29;
}

.slideTxtBox .prev,
.slideTxtBox .next {
    width: 22px;
    height: 44px;
    top: 180px;
}

.slideTxtBox .prev {
    background: url(../images/prev.png);
    left: 20px;
}

.slideTxtBox .next {
    background: url(../images/next.png);
    left: 1100px;
}

.bxslider {
    width: 1000px;
    height: 600px;
    top: -40px;
    margin: 0 auto;
}

.bxslider .uls li {
    width: 295px;
    height: 650px;
    float: left;
    list-style-type: none;
    margin-left: 30px;
}

.bxslider .small {
    width: 291px;
    height: 399px;
    margin-top: 50px;
    border: 1px solid #2c2a29;
}

.bxslider .prev,
.bxslider .next {
    width: 22px;
    height: 44px;
    top: 280px;
}

.bxslider .prev {
    background: url(../images/prev.png);
    left: -10px;
}

.bxslider .next {
    background: url(../images/next.png);
    left: 1000px;
}

.vv {
    position: absolute;
    top: 205px;
    left: 50%;
    display: block;
    margin-left: -385px;
    width: 850px;
    height: 475px;
    background: #FFF
}

.ibox {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1200px;
}

.imgbox {
    position: absolute;
    top: 50px;
    left: 100px;
    display: block;
    width: 1200px;
}

.points {
    margin: 0 auto;
    position: relative;
    left: 50%;
}

.points li {
    float: left;
    word-spacing: 5px;
    width: 20px;
    height: 20px;
    font-size: 25px;
}

.on {
    color: #cecece;
}

.bar {
    width: 100px;
    position: fixed;
    top: 210px;
    right: 20px;
    z-index: 1000;
}

.bar .nor {
    color: #fff;
    width: 100px;
    height: 70px;
    display: block;
    text-align: center;
    text-decoration: none;
    font: 14px/70px "微软雅黑";
    background: url(../images/op.png) center repeat;
    margin-bottom: 1px;
    outline: none;
}

.bar .nor:hover,
.bar .cur {
    background: #610004;
}

.bar .home {
    font: 18px/70px "微软雅黑";
    outline: none;
}

.bar .home:hover {
    background: #610004;
}

.bar .top {
    width: 100px;
    height: 42px;
    display: block;
    text-align: center;
    background: url(../images/op.png) center repeat;
    outline: none;
}

.bar .top img {
    display: block;
    margin: 0 auto;
    padding-top: 11px;
}

.show {
    width: 1000px;
    margin: 0 auto;
}

.flash {
    left: 50%;
    width: 960px;
    height: 542px;
    margin-left: -475px;
    top: 280px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.sw .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    width: 163px;
    height: 130px;
    top: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}

.swiper-button-next {
    background: url(../images/next.png);
    right: -200px;
    margin-top: -50px;
    outline: none;
}

.swiper-button-prev {
    background: url(../images/prev.png);
    left: -200px;
    margin-top: -50px;
    outline: none;
}

.swiper-pagination-bullet-active {
    background: #FFF;
}

.sw img {
    width: 100%;
    height: 100%;
}

.ss .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.ss .swiper-slide-active,
.ss .swiper-slide-duplicate-active {
    transform: scale(1);
}

.ss img {
    width: 100%;
    height: 100%;
}

.ifbox {
    position: absolute;
    top: 23px;
    width: 680px;
    height: 368px;
}

.fl {
    float: left;
}

.cl {
    clear: both;
}

.bl {
    display: block;
}

.ab {
    position: absolute;
    left: 431px;
    top: -1px;
}

.rl {
    position: relative;
}

.w-1500 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.pview {
    position: relative;
    display: block;
    width: 630px;
}

.items {
    display: block;
    position: absolute;
}

.items a {
    display: block;
    float: left;
    width: 93px;
    height: 91px;
    background: url(../images/011.png) left top no-repeat;
    margin: 10px 20px;
    text-align: center;
    line-height: 91px;
}

.items a:nth-child(10n) {
    margin-right: 100px;
}

.items a img {
    display: inline-block;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

#preview {
    position: absolute;
    border: 1px solid #614635;
    background: #3c2116;
    padding: 5px;
    display: none;
    color: #fff;
}


/* 1 */


/* 2 */

.swiper-container {
    width: 650px;
    height: 460px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -185px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}


/* footer */

.foot {
    margin: 0 0 0 0;
    background: url() top repeat-x rgb(0, 0, 0);
}

.footer {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
}

.footer img {
    border-radius: 1em;
}

.footer a {
    font-size: 14px;
}

.footer span {
    font-size: 14px;
}

.footer p {
    font-size: 14px;
    color: #FFF;
}

.foot .ceil {
    position: absolute;
    display: block;
    background-size: 100% 100%;
    width: 1920px;
    height: 5px;
    left: 50%;
    margin-left: -960px;
    margin-top: -10px;
}


/* 3 */

.c1 {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1500px;
}

.box {
    width: 1300px;
    height: 720px;
    /* background: red; */
    /* margin: 50px auto; */
    left: 50%;
    padding-top: 19.5%;
    margin-left: -85px;
}

.item {
    width: 119px;
    height: 720px;
    float: left;
    z-index: 30;
}

.item:nth-child(1) {
    background: url("../zs/01.gif") no-repeat 100% 100%;
    /*background-size: 100% 100%; 背景图尺寸 */
}

.item:nth-child(2) {
    background: url("../zs/02.gif") no-repeat 100% 100%;
}

.item:nth-child(3) {
    background: url("../zs/03.gif") no-repeat 100% 100%;
}

.item:nth-child(4) {
    background: url("../zs/04.gif") no-repeat 100% 100%;
}

.item:nth-child(5) {
    background: url("../zs/05.gif") no-repeat 100% 100%;
}

.item:nth-child(6) {
    background: url("../zs/05.gif") no-repeat 100% 100%;
}

.big {
    width: 692px;
}

.big img {
    display: none;
    height: 519px;
}


/* 4 */

.bigcontainer {
    width: 100%;
    background: #000;
    top: -110;
}

.test {
    border: 1px solid red;
}

.fl {
    float: left;
}

.cl {
    clear: both;
}

.bl {
    display: block;
}

.ab {
    position: absolute;
    left: 431px;
    top: -1px;
}

.rl {
    position: relative;
}

.topcontainer {
    width: 1920px;
    height: 994px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background: url(../images/bj_01.jpg) no-repeat center;
    background-position: -0px -0px;
}

.animatetop {
    width: 1920px;
    height: 1080px;
    left: 50%;
    margin-left: -960px;
}

.topcontainer .topnavs {
    width: 616px;
    height: 30px;
    left: 50%;
    margin-left: -41px;
    top: 23px;
}

.topcontainer .topnavs .nav {
    width: 112px;
    height: 30px;
}

.topcontainer .topnavs .nav1 {
    margin-left: 0px;
    ;
}

.topcontainer .topnavs .nav2 {
    margin-left: 167px;
    ;
}

.topcontainer .topnavs .nav3 {
    margin-left: 335px;
    ;
}

.topcontainer .topnavs .nav4 {
    margin-left: 503px;
    ;
}

.topcontainer .navs {
    width: 938px;
    height: 263px;
    left: 50%;
    margin-left: -471px;
    top: 836px;
}

.topcontainer .navs .nav {
    width: 177px;
    height: 178px;
}

.topcontainer .navs .nav1 {
    margin-left: 0px;
    top: 86px;
}

.topcontainer .navs .nav2 {
    margin-left: 255px;
    top: 35px;
}

.topcontainer .navs .nav3 {
    margin-left: 508px;
    top: 0px;
}

.topcontainer .navs .nav4 {
    margin-left: 761px;
    top: 7px;
}

.topcontainer .navs .nav:hover {
    cursor: pointer;
}

.gameIntro {
    width: 1920px;
    height: 1189px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background: url(../images/bj_02.gif) no-repeat center;
    background-position: 0px -0px;
}

.gameIntro .introTexts {
    width: 686px;
    height: 366px;
    left: 50%;
    margin-left: -503px;
    top: 108px;
}

.gameIntro .introTexts .line {
    width: 669px;
    height: 42px;
}

.gameIntro .introTexts .lineTitle {
    width: 99px;
    height: 22px;
    top: 9px;
    left: 10px;
    color: #fbfff5;
}

.gameIntro .introTexts .lineText {
    width: 521px;
    height: 26px;
    top: 14px;
    left: 120px;
    color: #000000;
}

.gameIntro .introTexts .line:hover��.gameIntro .introTexts .lineTitle:hover,
.gameIntro .introTexts .lineText:hover {
    cursor: none;
}

.gameIntro .introTexts .line1 {
    left: 18px;
    top: 5px;
}

.gameIntro .introTexts .line2 {
    left: 18px;
    top: 57px;
}

.gameIntro .introTexts .line3 {
    left: 18px;
    top: 109px;
}

.gameIntro .introTexts .line4 {
    left: 18px;
    top: 161px;
}

.gameIntro .introTexts .line5 {
    left: 18px;
    top: 213px;
}

.gameIntro .introTexts .line6 {
    left: 18px;
    top: 265px;
}

.gameIntro .introTexts .line7 {
    left: 18px;
    top: 317px;
}

.gzshow {
    width: 1920px;
    height: 919px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background-position: 0px 0px;
    background-image: url(../images/bj_03.gif);
    background-repeat: no-repeat;
}

.zbShow {
    width: 1920px;
    height: 926px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background: url(../images/bj_04.jpg) no-repeat center;
    background-position: 0px -0px;
}

.gzimg {
    width: 309px;
    height: 309px;
    left: 50%;
    margin-left: -366px;
    top: 221px;
    background: url(../images/bj04_jcjt/gifdh.gif) no-repeat center;
    z-index: 50;
}

.gzzs {
    width: 1920px;
    height: 1179px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background: url(../images/bj_06.jpg) no-repeat center;
    background-position: 0px -0px;
}

.zbShow2 {
    width: 1920px;
    height: 946px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background: url(../images/bj_05.jpg) no-repeat center;
    background-position: 0px -0px;
}

.zbShow2 .zbtext {
    width: 1058px;
    height: 40px;
    left: 421px;
}

.zbShow2 .zbtext .text {
    font-size: 27px;
    color: white;
}

.zbShow2 .zbtext1 {
    top: 570px;
}

.zbShow2 .zbtext2 {
    top: 1046px;
}

.zbShow2 .zbtext3 {
    top: 1524px;
}

.zbShow3 {
    width: 1920px;
    height: 1386px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background: url(../images/bj_05-1.jpg) no-repeat center;
    background-position: 0px -0px;
}

.bottom {
    width: 1920px;
    height: 132px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background-position: 0px -0px;
    background-image: url(../images/bj_07.jpg);
}

.slide1 {
    width: 1145px;
    height: 559px;
    left: 50%;
    margin-left: -573px;
    top: 107px;
}

.slide1 .uls li {
    list-style: none;
}

.slide1 .prev,
.slide1 .next {
    width: 32px;
    height: 50px;
}

.slide1 .prev {
    top: -315px;
    left: -38px;
}

.slide1 .next {
    top: -367px;
    left: 1144px;
}

.slide2 {
    width: 676px;
    height: 737px;
    left: 759px;
    margin-left: -333px;
    top: 294px;
}

.slide2 .uls li {
    list-style: none;
}

.slide2 .prev,
.slide2 .next {
    width: 43px;
    height: 84px;
    background: url(../images/arrow.png) no-repeat left top;
}

.slide2 .prev {
    top: -308px;
    left: -392px;
    background-position: left top
}

.slide2 .prev:hover {
    top: -308px;
    left: -392px;
    background-position: left bottom
}

.slide2 .next {
    top: -392px;
    left: 886px;
    background-position: right top
}

.slide2 .next:hover {
    top: -392px;
    left: 886px;
    background-position: right bottom
}

.slide2 .slide2hd {
    width: 900px;
    height: 47px;
    left: 915px;
    margin-left: -495px;
    top: 405px;
}

.slide2 .slide2hd .sm {
    width: 46px;
    height: 47px;
}

.slide2 .slide2hd .sm:hover {
    cursor: pointer;
}

.slide2 .slide2hd .sm1 {
    left: 0px;
}

.slide2 .slide2hd .sm1.on {
    background: url(../images/bj04_jcjt/02.png);
}

.slide2 .slide2hd .sm2 {
    left: 192px;
}

.slide2 .slide2hd .sm2.on {
    background: url(../images/bj04_jcjt/04.png);
}

.slide2 .slide2hd .sm3 {
    left: 383px;
}

.slide2 .slide2hd .sm3.on {
    background: url(../images/bj04_jcjt/06.png);
}

.slide2 .slide2hd .sm4 {
    left: 575px;
}

.slide2 .slide2hd .sm4.on {
    background: url(../images/bj04_jcjt/08.png);
}

.slide2 .slide2hd .sm5 {
    left: 766px;
}

.slide2 .slide2hd .sm5.on {
    background: url(../images/bj04_jcjt/10.png);
}

.slide3 {
    width: 1244px;
    height: 625px;
    left: 636px;
    margin-left: -148px;
    top: 411px;
    overflow: hidden;
}

.slide3 .uls li {
    list-style: none;
}

.slide3 .prev,
.slide3 .next {
    width: 43px;
    height: 84px;
    background: url(../images/arrow.png) no-repeat left top;
}

.slide3 .prev {
    top: -337px;
    left: 1113px;
    background-position: right top
}

.slide3 .prev:hover {
    background-position: right bottom
}

.slide3 .next {
    top: -421px;
    left: 0px;
    background-position: left top
}

.slide3 .next:hover {
    background-position: left bottom
}

.slide4 {
    width: 1078px;
    height: 419px;
    left: 50%;
    margin-left: -654px;
    top: 140px;
}

.slide4 .uls li {
    list-style: none;
}

.slide4 .prev,
.slide4 .next {
    width: 40px;
    height: 52px;
}

.slide4 .prev {
    top: -401px;
    left: -68px;
}

.slide4 .next {
    top: -460px;
    left: 1320px;
}

.slide5 {
    width: 1078px;
    height: 419px;
    left: 50%;
    margin-left: -539px;
    top: 1097px;
}

.slide5 .uls li {
    list-style: none;
}

.slide5 .prev,
.slide5 .next {
    width: 40px;
    height: 52px;
}

.slide5 .prev {
    top: -262px;
    left: -85px;
}

.slide5 .next {
    top: -317px;
    left: 1121px;
}

.zuoyi {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.zuoyi:hover {
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
}

#Floatingbar {
    width: 157px;
    position: fixed;
    top: 50%;
    right: 0px;
    margin-top: -150px;
    background-color: #e5e5e5;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    z-index: 150000;
    font-size: 12px;
    background-color: #ffffff;
    font-family: 'Microsoft YaHei';
}

#Floatingbar .ewm {
    padding: 22px 0 15px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #333333;
}

#Floatingbar .ewm img {
    width: 117px;
    height: 117px;
    margin: 0 auto;
    display: block;
}

#Floatingbar ul {
    padding: 14px 0;
    background: url(../images/line_x.png) no-repeat center bottom;
    list-style-type: none;
    background-color: #333333;
    color: white;
}

#Floatingbar ul li {
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 7px;
    cursor: pointer;
}

#Floatingbar ul li a {
    color: white;
}

#Floatingbar ul li a:hover {
    color: white;
}

#Floatingbar ul li img {
    margin-left: 5px;
    vertical-align: middle;
}

#Floatingbar .btn_backtop {
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    background-color: #676767;
    display: block;
}

#Floatingbar .btn_backtop:hover {
    background-color: #507129;
}

#Floatingbar .btn {
    width: 15px;
    height: 130px;
    position: absolute;
    top: 23px;
    left: -15px;
    background: url(../images/arrow.png) no-repeat right top;
    cursor: pointer;
}

#Floatingbar .btn.change {
    background-position: left top;
}

#backtop {
    display: none;
    background: url(../images/arrow_top.png) no-repeat left top;
    cursor: pointer;
    height: 50px;
    width: 50px;
    position: fixed;
    _position: absolute;
    bottom: 20px;
    _top: expression(eval(document.documentElement.scrollTop document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    _bottom: auto;
    z-index: 11500;
    right: 20px;
}

#backtop:hover {
    background-position: left bottom;
}

.clear {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}

#m2 {
    margin-top: -14px;
    margin-left: 273px;
}

#news {
    float: left;
    width: 981px;
    height: 478px;
    position: relative;
    background: #17232e6e url(../images/bg.png) repeat-x left top;
    border: 1px solid #6e5124;
    overflow: hidden;
}

#news .tit {
    width: 575px;
    height: 59px;
    line-height: 59px;
    font-size: 15px;
    color: #b59660;
    padding-left: 21px;
}

#news .tit span {
    float: left;
}

#news .tit span:nth-child(1) {
    width: 118px;
}

#news .tit span:nth-child(2) {
    width: 317px;
}

#news .tit span:nth-child(3) {
    width: 34px;
}

#news .tit span:nth-child(4) {
    width: 34px;
}

#news .tit span:nth-child(5) {
    width: 60px;
    text-align: center;
}

#news .serviceList {
    float: left;
    width: 566px;
    font-size: 12px;
    margin: 0px auto 0px 18px;
}

#news .serviceList li {
    float: left;
    width: 566px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px dotted #6e5124;
}

#news .serviceList li a {
    float: left;
    color: #b59660;
    margin-left: 5px;
    display: inline;
}

#news .serviceList li:hover {
    background-color: #000000;
}

#news .serviceList li strong {
    padding: 0 5px;
    float: left;
    width: 110px;
    font-weight: normal;
    color: #b59660;
    margin-left: 5px;
    display: inline;
}

#news .serviceList li p {
    float: left;
    width: 305px;
    color: #d27c02;
    display: inline;
}

#news .serviceList li em {
    float: right;
    width: 60px;
    font-size: 12px;
    color: #b59660;
}

#news .serviceList li em img {
    margin-right: 5px;
}

#news .btn_more {
    position: absolute;
}

.Tab {
    float: left;
    width: 100%;
    line-height: 49px;
    position: relative;
}

.Tab .lines {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 2px solid #fbffff;
    z-index: 1000;
}

.Tab li {
    margin: 0 25px;
    float: left;
    width: 91px;
    text-align: center;
    display: inline;
}

.Tab li a {
    font-size: 17px;
    color: #b59660;
    display: block;
}

.Tab li a:hover {
    color: #fff;
    text-decoration: none;
}

.Tab li.change a {
    color: #fff;
}

.NewsList {
    margin: 0 18px;
}

.NewsList li {
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    color: #cd7125;
    padding-right: 8px;
    border-bottom: 1px dotted #6e5124;
}

.NewsList li:hover {
    background-color: #000;
}

.NewsList li a {
    color: #cd7125;
    margin-left: 5px;
    float: left;
}

.NewsList li time {
    float: right;
    color: #b59660;
}

.NewsList li .lx {
    margin: 0 8px;
    color: #b59660;
    float: left;
}

#quickFn {
    width: 1020px;
    height: 369px;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-top: 958px;
    margin-left: -504px;
    z-index: 2000;
}

i,
em,
address {
    font-style: normal;
}

.border_top,
.border_right,
.border_bottom,
.border_left {
    overflow: hidden;
    line-height: 0;
    background: #d9b037;
    position: absolute;
}

.border_top {
    left: 50%;
    top: 0;
    height: 2px;
}

.border_right {
    top: 50%;
    right: 0;
    width: 2px;
}

.border_bottom {
    left: 50%;
    bottom: 0;
    height: 2px;
}

.border_left {
    top: 50%;
    left: 0;
    width: 2px;
}

.photo,
.photo_fullsize {
    display: block;
    overflow: hidden;
}

.photo img,
.photo_fullsize img {
    display: block;
    width: 100%;
    height: 100%;
}

.PicList {
    float: left;
}

.PicList li {
    float: left;
    width: 420px;
    height: auto;
    margin-right: 9px;
    margin-bottom: 50px;
}

.PicList li.hover_ {
    position: relative;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.7);
    z-index: 1500;
}

.PicList li:nth-of-type(3n) {
    margin-right: 0px;
}

.PicList li .photo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.zhuanshu-sp {
    width: 920px;
    left: 50%;
    margin-left: -234px;
    margin-top: 662px;
}

.zhuanshu-sp .swiper-slide>img {
    height: 586px;
    border: #dab277 solid 5px;
}

.ab {
    position: absolute;
}

.side-nav {
    position: fixed;
    top: 190px;
    right: 20px;
    width: 157px;
    height: 423px;
    z-index: 98;
}

.icon-side-nav {
    width: 204px;
    height: 466px;
    background: url(../images/bg-side-nav.png) no-repeat top right;
    overflow: hidden;
    padding-top: 93px;
}

.side-nav a {
    position: relative;
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #978d7e;
    text-align: right;
    z-index: 110;
    background: url(../images/bg-side-nav2.png) no-repeat;
    background-position: 23px -137px;
    padding-right: 58px;
    margin-bottom: 21px;
}

.side-nav a:hover {
    text-decoration: none;
    color: #f9d172;
    background-position: 23px -89px;
}


/*����*/

#sidebar {
    float: left;
    width: 475px;
    margin-top: 175px;
    position: relative;
    z-index: 100;
    margin-left: -64px
}

#playbanner {
    float: left;
    width: 475px;
    height: 602px;
    position: relative;
    overflow: hidden;
}


/*ͼƬ�ֲ���ʽ*/

#playbanner .conbox {
    width: 9999em;
    position: absolute;
    border-radius: 20px;
}

#playbanner .conbox .Slide_ {
    float: left;
    width: 475px;
    height: 602px;
    overflow: hidden;
}

#playbanner .conbox .Slide_ img {
    width: 100%;
    height: 100%;
    display: block;
}

#playbanner .switcher {
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: 7px;
    z-index: 99;
}

#playbanner .switcher a {
    width: 30px;
    height: 15px;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    font-family: arial;
    color: #323232;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #f19d44;
    cursor: pointer;
    display: inline-block;
}

#playbanner .switcher a.cur,
#playbanner .switcher a:hover {
    color: #fff;
    background-color: #FF0000;
    transition: none;
}

#news {
    float: left;
    width: 850px;
    height: 438px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 14px rgba(61, 86, 124, 0.6) inset;
    border: 0px solid #f8a002;
    margin-top: 155px;
    z-index: 100;
    margin-left: 10px;
}

#news .tit {
    width: 946px;
    height: 59px;
    line-height: 59px;
    font-size: 15px;
    color: #87051b;
    padding-left: 21px;
}

#news .tit span {
    float: left;
}

#news .tit span:nth-child(1) {
    width: 118px;
}

#news .tit span:nth-child(2) {
    width: 317px;
}

#news .tit span:nth-child(3) {
    width: 34px;
}

#news .tit span:nth-child(4) {
    width: 34px;
}

#news .tit span:nth-child(5) {
    width: 60px;
    text-align: center;
}

#news .serviceList {
    float: left;
    width: 566px;
    font-size: 12px;
    margin: 0px auto 0px 18px;
}

#news .serviceList li {
    float: left;
    width: 566px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px dotted #6e5124;
}

#news .serviceList li a {
    float: left;
    color: #87051b;
    margin-left: 5px;
    display: inline;
}

#news .serviceList li:hover {
    background-color: #000000;
}

#news .serviceList li strong {
    padding: 0 5px;
    float: left;
    width: 110px;
    font-weight: normal;
    color: #87051b;
    margin-left: 5px;
    display: inline;
}

#news .serviceList li p {
    float: left;
    width: 305px;
    color: #d27c02;
    display: inline;
}

#news .serviceList li em {
    float: right;
    width: 60px;
    font-size: 12px;
    color: #87051b;
}

#news .serviceList li em img {
    margin-right: 5px;
}

#news .btn_more {
    position: absolute;
}


/*��Ŀ����*/


/* - - - - - - - - - �����б���  - - - - - - - - -*/


/*�ı��б�*/

.TextList {
    padding: 10px 0 10px 61px;
    width: 249px;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px dotted #6e5124;
}

.TextList dt {
    line-height: 20px;
    position: absolute;
    color: #87051b;
    top: 11px;
    left: 0px;
}

.TextList dd {
    line-height: 2.02;
    font-size: 12px;
    color: #d98500;
}

.TextList dd a {
    color: #d98500;
}

.TextList dd a:hover {
    color: #87051b;
    text-decoration: none;
}


/*�����б�*/

.NewsList {
    margin: 0 18px;
}

.NewsList li {
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    color: #3a3a3a;
    padding-right: 8px;
    border-bottom: 1px dotted #3a3a3a;
    font-size: 14px;
}

.NewsList li:hover {
    background-color: #000;
}

.NewsList li a {
    color: #3a3a3a;
    margin-left: 5px;
}

.NewsList li time {
    float: right;
    color: #3a3a3a;
}

.NewsList li .lx {
    margin: 0 8px;
    color: #3a3a3a;
}


/*����*/

.LinkList {
    float: left;
}

.LinkList li {
    float: left;
    border-right: 1px solid #975d02;
    border-bottom: 1px solid #975d02;
}

.LinkList li a {
    width: 115px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    color: #fff7f1;
    background: #4a6a90 url(../images/a_bg.jpg) repeat-x left top;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: block;
}

.LinkList li a:hover {
    background-image: url(../images/a_bg2.jpg);
    text-decoration: none;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4) inset;
}


/*��������*/

.focusNews {
    height: 46px;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px 0px 20px
}

.focusNews h4 {
    font-size: 18px;
    font-weight: bold;
    color: #e4bc00;
}

.focusNews h4 a {
    color: #e4bc00;
}

.focusNews h4 a:hover {
    color: #fff7f1;
}


/*ѡ�*/

.Tab {
    float: left;
    width: 95%;
    line-height: 55px;
    position: relative;
    border-bottom: 1px solid #fcfcfc;
    margin-left: 20px
}

.Tab .lines {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 3px solid #fcfcfc;
    z-index: 1000;
}

.Tab li {
    margin: 0 25px;
    float: left;
    width: 150px;
    text-align: center;
    display: inline;
}

.Tab li a {
    font-size: 17px;
    color: #fcfcfc;
    display: block;
}

.Tab li a:hover {
    color: #fcfcfc;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.Tab li.change a {
    color: #fcfcfc;
    font-weight: bold;
    font-size: 20px;
}

#ZhiYe {
    height: 628px;
    position: relative;
    min-width: 898px;
    margin: 0 auto;
    padding-top: 330px;
    padding-left: 473px;
    z-index: 100;
    margin-left: 10px;
}

#ZhiYe .center {
    position: relative;
    width: 964px;
}

#ZhiYe h4 {
    width: 698px;
    height: 72px;
    text-indent: -99em;
    overflow: hidden;
    margin: 0px auto 82px auto;
    background: url(../images/title.png) no-repeat left top;
    display: block;
}

#ZhiYe .photoshow_select {
    text-align: center;
    margin-top: 45px;
}

#ZhiYe .photoshow_select a {
    margin: 0 2px;
    width: 20px;
    height: 20px;
    text-indent: 0px;
    background: url(../images/a_4.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
}

#ZhiYe .photoshow_select a.change {
    background-position: right top;
}

.photoshow {
    width: 780px;
    height: 628px;
    margin: 0 auto;
}

.photoshow li {
    width: 1005px;
    height: 582px;
    text-align: center;
    background-color: #ccc;
    cursor: pointer;
}

.photoshow li img {
    max-width: 100%;
}

.photoshow li.roundabout-in-focus {
    cursor: default;
}

.photoshow li span {
    padding-top: 6em;
    display: block;
}

.move_rights,
.move_lefts {
    float: left;
    width: 43px;
    height: 525px;
    position: absolute;
    top: 0px;
    z-index: 1500;
}

.move_lefts span,
.move_rights span {
    width: 82px;
    height: 82px;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    background-repeat: no-repeat;
}

.move_lefts {
    left: -290px;
    background: url(../images/left.png) no-repeat center;
}

.move_lefts span {
    background-position: left top;
}

.move_lefts:hover span {
    background-position: left bottom;
}

.move_rights {
    right: -281px;
    background: url(../images/right.png) no-repeat center;
}

.move_rights span {
    background-position: right top;
}

.move_rights:hover span {
    background-position: right bottom;
}

.list-info {
    width: 791px;
    height: 406px;
    margin-top: 110px;
    position: absolute;
    left: 744px;
}

.NewsList li {
    height: 53px;
    line-height: 53px;
    font-size: 17px;
    transition: all 0.1s linear;
}

.NewsList li:hover {
    transform: translatex(5px);
}

.NewsList li a {
    float: left;
    overflow: hidden;
    color: #c5c5c5;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.NewsList li time {
    float: right;
    color: #aaabaf;
}

.NewsList li .lx {
    float: left;
}

.NewsList li:hover a {
    color: #ae862e;
}

ul,
ol {
    list-style-type: none;
}

.content {
    display: block;
    width: 1200px;
    /* height: 100%; */
    margin: 0 auto;
    /* margin-top: 335px; */
    padding-top: 290px;
}

.slide-box {
    position: relative;
    margin: 70px auto 0;
}

.slide-list {
    position: relative;
    top: 0;
    left: 0;
    list-style: none;
    height: 674px;
    margin: 0 auto;
    perspective: 500px;
}

.slide-list li {
    position: absolute;
    width: 1044px;
    height: 539px;
    transition: all .5s;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.slide-box li.po-1 {
    left: 114px;
    top: 86px;
    z-index: 4;
    width: 561px;
    height: 248px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.slide-box li.po-2 {
    left: 0;
    top: 0px;
    z-index: 5;
    opacity: 1;
    filter: alpha(opacity=100);
}

.slide-box li.po-3 {
    top: 100px;
    left: auto;
    right: 30px;
    width: 973px;
    height: 502px;
    opacity: .7;
    filter: alpha(opaciyt: 30);
}

.slide-box li.po-4 {
    left: 193px;
    top: 0px;
}

.slide-box li.po-5 {
    left: 197px;
    top: 0px;
}

.slide-list li img {
    width: 100%;
}

.trans-left,
.trans-right {
    width: 340px;
    height: 508px;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.trans-left {
    left: 0;
}

.trans-right {
    right: 0;
}

.p9-prev,
.p9-next {
    display: block;
    width: 59px;
    height: 56px;
    position: absolute;
    top: 532px;
    right: -30px;
    z-index: 9;
    cursor: pointer;
    background: url(../images/feature-spr.png) center top;
}

.p9-next {
    top: 460px;
    background-position: center bottom;
}

.dot-list {
    width: 310px;
    overflow: hidden;
    margin-top: -50px;
}

.dot-list li {
    display: block;
    width: 25px;
    height: 6px;
    float: left;
    background-color: #072a4f;
    margin: 0px 5px;
    border-radius: 10px;
}

.dot-list li.cur {
    background-color: #2196f3;
    width: 100px;
    border-radius: 10px;
}

.autoImg {
    display: block;
    width: 100%;
}

.pleft-title {
    position: absolute;
    top: 0;
}

.pleft-title img.part-title-ico {
    width: 29%;
    right: auto;
    left: 10%;
}

.pright-title img.part-title-ico {
    width: 29%;
    right: 10%;
}

.part-title {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.part-title img {
    position: relative;
    z-index: 2;
}

.part-title img.part-title-ico {
    position: absolute;
    z-index: 1;
    display: block;
    right: 9%;
    top: -81%;
    animation: rotate 15s infinite linear;
}

@keyframes rotate {
    form {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    form {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}