/*头部结束*/

/* fullPage start */
.fp-tableCell{position: relative;height: 0px; overflow: hidden;}
.section{height: 0px; overflow: hidden; background: #fff; width:100%;}


#fullpage{
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
}
/*.floRight{*/
    /*position: absolute;*/
    /*top: 20%;*/
/*}*/
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -80px !important;
    top: 26% !important;
    opacity: 0;
    left: -40%;
}
#fp-nav li{
    font-size: 0;
    position: relative;
    width: 40px;
    margin: 30px auto;
    cursor: pointer;
}
#fp-nav li a{
    display: block;
    font-size: 15px;
    color: #999;
    position: relative;
    text-align: center;
    z-index: 9;
    transition: 0.4s ease;
    padding-top: 30px;
}
#fp-nav li a.indexOn1{ background: url(index/index7.png) no-repeat center 0;transition: all .3s;-webkit-transition: all .3s}
#fp-nav li a.indexOn2{ background: url(index/index8.png) no-repeat center 0;transition: all .3s;-webkit-transition: all .3s}
#fp-nav li a.indexOn3{ background: url(index/index9.png) no-repeat center 0;transition: all .3s;-webkit-transition: all .3s}
#fp-nav li a.indexOn4{ background: url(index/index11.png) no-repeat center 0;transition: all .3s;-webkit-transition: all .3s}
#fp-nav li a.indexOn5{ background: url(index/index11.png) no-repeat center 0;transition: all .3s;-webkit-transition: all .3s}

#fp-nav li.active a.indexOn1{color: #fff;background: url(index/index7_h.png) no-repeat center 0; color:#7a2e2e}
#fp-nav li.active a.indexOn2{color: #fff;background: url(index/index8_h.png) no-repeat center 0; color:#7a2e2e}
#fp-nav li.active a.indexOn3{color: #fff;background: url(index/index9_h.png) no-repeat center 0; color:#7a2e2e}
#fp-nav li.active a.indexOn4{color: #fff;background: url(index/index11_h.png) no-repeat center 0; color:#7a2e2e}
#fp-nav li.active a.indexOn5{color: #fff;background: url(index/index11_h.png) no-repeat center 0; color:#7a2e2e}



.pageNum{
    padding-top: 50px;
    color: #fff;
    transition: 0.4s ease;
    position: relative;
    height: 20px;
}
.pageNum:after{
    content: '';
    border-left: 1px solid #d1d1d1;
    position: absolute;
    bottom: 30px;
    height: 40px;
    left: 50%;
}
.pageNum em{
    font-size: 20px;
}
.pageNum span{
    font-size: 14px;
}
.floRight.hover #fp-nav li.active a{
    border-color: #888;
}
.floRight.hover #fp-nav li:after{
    background: #888;
}
.floRight.hover .pageNum {
    color: #666;
}

.tableCont {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}
.banner{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.banner .bd{
    height: 100%;
    overflow: hidden;
}
.banner_dl{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner_dl dd{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position:relative;
}
.banner_dl dd .tableCont{
    z-index: 9;
}
.banner_dl dd a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 8;
}
.banner_dl dd:nth-child(2n) a{
    transform:scale(1);
}
.banner_dl dd:nth-child(2n+1) a{
    transform:scale(1.1);
}
.banner_dl dd.scaleBig a{
    -webkit-animation: scaleBig 6s linear forwards;
    -o-animation: scaleBig 6s linear forwards;
    animation: scaleBig 6s linear forwards;
}
@keyframes scaleBig{
    0%  {transform:scale(1)}
    100%{transform:scale(1.1)}
}
.banner_dl dd.scaleSmall a{
    -webkit-animation: scaleSmall 6s linear forwards;
    -o-animation: scaleSmall 6s linear forwards;
    animation: scaleSmall 6s linear forwards;
}
@keyframes scaleSmall{
    0%  {transform:scale(1.1)}
    100%{transform:scale(1)}
}
.banner .hd{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 75px;
    text-align: center;
    z-index: 9999;
}
.banner .hd ul{
    display: inline-block;
    overflow: hidden;
}
.banner .hd ul li{
    width: 16px;
    height: 16px;
    overflow: hidden;
    border: 1px solid transparent;
    float: left;
    display: inline;
    margin: 0px 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    text-indent: 99em;
    position: relative;
}
.banner .hd ul li:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}
.banner .hd ul li.on{
    border-color: #fff;
}
.bannerTxt{
    text-align: center;
}
.banIntr{
    width: 600px;
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    text-align: center;
    line-height: 25px;
    margin: 0px auto;
}
.banMore{
    overflow: hidden;
    height: 35px;
    overflow: hidden;
    background: url(more.png) no-repeat center center;
}



/*右边悬浮按钮*/
.rightFlexCont{
    display: none;
    overflow: hidden;
    position: absolute;
    right: 70px;
    bottom: 0px;
    border:1px solid #ddd;
    width: 111px;
    height: 111px;
    background: #fff;
    padding: 5px;
}
.rightCustom .rightFlexCont{
    top: 0px;
    bottom: auto;
}
.rightCode{
    overflow: hidden;
}
.rightCode img{
    display: block;
    width: 110px;
    height: 110px;
}
.rightTellCont{
    overflow: hidden;
    background: url(tell_999.png) no-repeat center 10px;
    background-size: auto 35px;
    padding-top: 45px;
}
.rightTellCont em{
    font-style: normal;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 23px;
    text-align: center;
}
.rightTellCont i{
    font-style: normal;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 25px;
    text-align: center;
}
.floatGroup{position: absolute;top: 50%;right: 4.8%;width: 70px;z-index: 11;margin-top: -215px;transition: all .3s;-webkit-transition: all .3s;height: 430px;}
.floatGroup dd{width: 70px;margin-bottom: 1px;background: #9b7747;position: relative;font-size: 14px;}
.floatGroup dd a{display: block;height: 70px;text-align: center;color: #fff;}
.floatGroup dd a:after {content: '';display: block;position: absolute;top: 0;left: 0;width: 0;height: 100%;background: #761e1d;transition: 0.4s ease-out;}
.floatGroup dd:hover a:after{width: 100%;transition-timing-function: cubic-bezier(.52,1.64,.37,.66);}
.floatGroup dd span{display: block;padding-top: 43px;background:  center 10px no-repeat;position: relative;z-index: 9;}
.floatGroup dd.indCol1 span{background-image: url(index/index1.png);background-position: center 10px}
.floatGroup dd.indCol2 span{background-image: url(index/index2.png);background-position: center 8px}
.floatGroup dd.indCol3 span{background-image: url(index/index3.png);background-position: center 10px}
.floatGroup dd.indCol4 span{background-image: url(index/index4.png);background-position: center 10px}
.floatGroup dd.indCol5 span{background-image: url(index/index5.png);background-position: center 12px}
.floatGroup dd.indCol6 span{background-image: url(index/index6.png);background-position: center 14px}



.none {display: none;}
/*.floatGroup dd a span{padding-top: 43px;display: block}/*/

/*第二屏start*/
.indBox{height: 500px;}
.secondBox{position: relative}
.visitFl{width: 795px;}
.visitFr{width: 32.166666667%}
.visitBox{position: relative;width: 100%;}
.visitBox .bd{
    position: relative;
    height: 100%;
    z-index: 0;
    height: 370px;
    z-index: 1;}
.visitBox .bd dl{width: 100%;height: 100%}
.visitBox .bd dl dd {
    zoom: 1;
    vertical-align: middle;
    height: 370px;
    width: 795px;
}
.visitBox .bt{position: absolute;width: 42px;height: 42px;top: 50%;margin-top: -21px;opacity: .5;z-index: 66}
.visitBox .bt.prev{background: url(index/visitPrev.png) no-repeat center center;left: 20px;}
.visitBox .bt.next{background: url(index/visitNext.png) no-repeat center center;right: 20px;}
.visitBox .bt:hover{opacity: 1}

.visitBox .hd{width:100%;position:absolute;z-index:2;bottom:20px;left:0;height:30px;line-height:30px;}
.visitBox .hd ul {position:relative;text-align:center;}
.visitBox .hd ul li {cursor:pointer;display:inline-block;*display:inline;zoom:1;width: 12px;height: 12px;line-height:999px;margin:0 6px;background-color: #737371;border-radius: 14px;position:relative;}
.visitBox .hd ul .on {background: #7b2322;}
/*.visitBox dl dd .pic{ width: 100%; overflow: hidden; position: relative;}*/
/*.visitBox dl dd .pic:before{ display: block; content: ''; padding-top: 46.59949%;}*/
.visitBox dl dd .pic img{width: 795px;height: 370px;}

.visitBtm{overflow: hidden;}
.visitBf,.visitBr{position: relative;width: 387px;}
.visitBf a,.visitBr a{display: block}
.visitBf .pic,.visitBr .pic{ width: 100%; overflow: hidden; position: relative;}
.visitBf .pic:before,.visitBr .pic:before{ display: block; content: ''; padding-top: 28.165%;}
.visitBf .pic img,.visitBr .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.visitBf .text,.visitBr .text{position: absolute;left: 0;top: 0;line-height: 28px;padding-left: 40px}
.visitBf .text span,.visitBr .text span{font-size: 24px;color: #fff;display: block}
.visitBf .text i,.visitBr .text i{font-size: 12px;color: #ddd;display: block;font-style: normal}

.visitFr_top{width: 100%;position: relative}
.visitFr_top a{display: block}
.visitFr_top .pic{ width: 100%; overflow: hidden; position: relative;}
.visitFr_top .pic:before{ display: block; content: ''; padding-top: 28%;}
.visitFr_top .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.visitFr_top .text{position: absolute;left: 0;top: 0;line-height: 28px;padding-left: 40px}
.visitFr_top .text span{font-size: 30px;color: #fff;display: block}
.visitFr_top .text i{font-size: 14px;color: #ddd;display: block;font-style: normal}

.visitFr_com{background: url(index/visitrBg.jpg) no-repeat center center;height: 370px}
.visitFr_com .title{text-align: center;height: 60px;line-height: 60px;background: url(index/visitIcon.png) no-repeat center center;font-size: 18px;color: #9b7747}
.visitTime{height: 94px;background: #e4ded8;width: 100%}
.vt_ul{overflow: hidden;text-align: center}
.vt_ul li{float: left;width: 33.3333%;position: relative;height: 100%}
.vt_ul li em{position: absolute;right: -6px;top: 10px;width: 10px;height: 100%;background: url(index/timeN.png) no-repeat center center}
.vt_ul li img{height: 49px;padding-top: 24px}

.visitR1{padding: 15px 15px 0 22px;font-size: 14px;color: #999}
.visitR2{padding: 5px 15px 0px 22px;font-size: 14px;color: #333;line-height: 25px}
.visitR2 span{color: #9b7747}
.visitR3{font-size: 14px;color: #999;line-height: 28px;padding: 0 15px 0 10px;line-height: 25px}

/*第二屏end*/

/*第三屏start*/
.thirdBox{position: relative;}
.browseBox1{width: 386px;position: relative; height:542px}
.browseSearch{height: 83px;background: #2d3931}
.browText{padding: 16px 22px}
.browInput{height: 49px;line-height: 49px;border: 1px solid #47504a;border-radius:5px;background: #3d4941}
.thSearch{display: block;width: 50px;height: 50px;}
.inputBr{padding: 5px 20px;overflow: hidden}
.inputBr input{background: no-repeat;border: none;outline: none;font-size: 14px;color: #aaa;width: 100%;height: 39px;line-height: 39px;}
.inputBr input::-webkit-input-placeholder{
    color: #aaa;
    font-size: 14px;
}
.inputBr input::-moz-placeholder{
    color: #aaa;
    font-size: 14px;
}
.inputBr input::-ms-input-placeholder{
    color: #aaa;
    font-size: 14px;
}
.browsePro{position: relative}
.browsePro a{display: block}

.browsePro .pic{ width: 100%; overflow: hidden; }
.browsePro .pic:before{ display: block; content: ''; padding-top: 108.031088%;}
.browsePro .pic img{ display:block; width:100%; height:540px; position:absolute; left:0px; top:0px;}
.browsePro .shrow{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.browsePro .browAdd{
    overflow: hidden;
   padding-top:30px; padding-bottom:30px;
    position: absolute;
    width: 100%;
    top: 20.5%;
    left: 0;
    margin-top: -85px;
    text-align: center;
    color: #fff;background-color:rgba(92,22,22,0.7);
}
.browsePro .browAdd h3{font-size: 28px;padding: 10px 0}
.browDiv1{font-size: 16px;color: #fff;margin-bottom: 10px}
.browDiv2{font-size: 16px;color: #fff;line-height: 24px;padding: 0 60px}

.browseBox2{width: 66.0833333%}
.browExhibits{position: relative;overflow: hidden;height: 372px;width: 100%}
.browExhibits .bt{position: absolute;width: 42px;height: 42px;top: 50%;margin-top: -21px;opacity: .5;z-index: 88}
.browExhibits .bt.prev{background: url(index/exbitPrev.png) no-repeat center center;left: 20px;}
.browExhibits .bt.next{background: url(index/exbitNext.png) no-repeat center center;right: 20px;}
.browExhibits .bt:hover{opacity: 1}

.browExhibits .bd{
    position: relative;
    height: 100%;
    z-index: 0;
    height: 332px;
    z-index: 1;}
.browExhibits .bd dl{width: 100%;height: 100%}
.browExhibits .bd dl dd {
    zoom: 1;
    vertical-align: middle;
    height: 332px;
    width: 793px;
}
.browExhibits .bd dl dd a{width: 100%;height: 100%;display: block}
.browExhibits .bd .pic{width: 100%; overflow: hidden; position: relative;}
.browExhibits .bd .pic:before{ display: block; content: ''; padding-top: 39.614%;}
.browExhibits .bd .pic img{ display:block; width:100%; min-height:314px;; position:absolute; left:0px; top:0px;border: none}

.exbitText{height: 80px;overflow: hidden;line-height: 100px;position: absolute;left: 0px;text-align: center;
    right: 0px;bottom: 0;z-index: 3;font-size: 16px;color:#fff;padding: 0px 15px;font-weight: bold;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)))  ;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%) ;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%) ;
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%) ; overflow:hidden;
}
.shaow .lmc{display:inline-block; background-color:rgba(92,22,22,0.8); padding:15px;}
.exbitBom{overflow: hidden;position: relative}
.exbitBom_f{position: relative;width: 386px}
.exbitBom_f a{display: block}
.exbitBom_f .pic{width: 100%; overflow: hidden; position: relative;}
.exbitBom_f .pic:before{ display: block; content: ''; padding-top: 38.0829%;}
.exbitBom_f .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.exbitBom_f .shaow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5); text-align:center;
}

.exbitBom_f .shaow .text{
    overflow: hidden;
    height: 60px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -30px;
    text-align: center;
    color: #fff;
}
.exbitBom_f .text span{font-size: 24px;color: #fff;display: block;padding-bottom: 5px}
.exbitBom_f .text i{font-size: 16px;display: block;font-style: normal}
.exbitBom_f .text i.i1{color: #ddd;}
.exbitBom_f .text i.i2{color: #ddd;}
/*第三屏end*/

/*第四屏start*/
.fourBox{position: relative}
.fourSg_dl{overflow: hidden;margin: 0 -10px}
.fourSg_dl dd{float: left;width: 20%;height: 500px;}
.fourSg_dl dd a{display: block;overflow: hidden;position: relative;height: 100%;margin: 0 10px}

.fourTicket{height: 240px}
.fourTicket .icon {clear: both;width: 105px;height: 105px;margin: 0 auto;background-repeat: no-repeat;background-position: center center;transition-duration: 0.3s;transition-property: all;transition-timing-function: linear;}
.iconTit{font-size: 24px;color: #fff;text-align: center}
.descTit{height: 40px;line-height: 40px;text-align: center;font-size: 18px;color: #b1c5d8;padding: 10px 0px 0;}
.descTit span{background: transparent;position: relative;display: block}
.descTit span:before{content:"";position: absolute;left: 0;bottom: 18px;height: 1px;width: 100%;background: #4b5966;z-index: 1}
.descTit span i{font-style: normal;padding: 0 15px;background: #203444;position: relative;z-index: 2}
.decNum{height: 74px;background: no-repeat center center;line-height: 74px;text-align: center;color: #fff;font-size: 36px;}
.decNum em{font-size: 18px;color: #b1c5d8;font-style: normal}
.descIntro{font-size: 14px;color: #b1c5d8;text-align: center;line-height: 28px;padding: 0 28px;}

.fourSg_dl dd.dd1 a{display: block;background: url(index/four0.jpg) no-repeat center center;}

/**
.fourSg_dl dd .pic{width: 100%; overflow: hidden; position: relative;}
.fourSg_dl dd .pic:before{ display: block; content: ''; padding-top: 174.736842%;}
.fourSg_dl dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
*/



.fourSharw{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.fourName1{
    position: absolute;
    top: 50%;
    left:0px;
    width: 100%;
    height: 100%;

    margin-top: -130px; text-align:center;
}
.fourName1 span{ display:inline-block; width:40px;  font-size:30px; line-height:32px; color:#fff;}
.fourName1 .c1{ line-height:41px;}
.fourName1 .c2{ line-height:36px;}
.fourName1 .c3{ line-height:33px;}
/*第四屏end*/

/*第五屏start*/
.fiveBox{width: 100%;min-height: 500px;background: url(test/fiveBg5.png) no-repeat center center}
.fiveTab{text-align: center;font-size: 0;height: 100px;line-height: 100px;}
.fiveTab li{display: inline-block;font-size: 16px;color: #000;margin: 0 28px}
.fiveTab li span{padding-left: 28px;background: url(index/fiveIcon.png) no-repeat left center;transition: all .3s;-webkit-transition: all .3s;cursor: pointer}
.fiveTab li.hover span{background: url(index/fiveIcon_h.png) no-repeat left center;}
.fiveTab li:hover span{background: url(index/fiveIcon_h.png) no-repeat left center;}

.fivePro{padding: 0 40px;position: relative;overflow: hidden;height:325px}
.fivePro .bd{width: 100%;position: relative;height:325px}
.fivePro .bt{position: absolute;top: 50%;width: 30px;height: 44px;margin-top: -60px;cursor: pointer;border-radius: 3px;z-index: 33;transition: all .3s;-webkit-transition: all .3s}
.fivePro .bt.prev{background: #a5947f url(index/fiveIcon2.png) no-repeat center center;left: 45px}
.fivePro .bt.next{background: #a5947f url(index/fiveIcon3.png) no-repeat center center;right: 45px}
.fivePro .bt:hover{background-color: #761e1d}
.fivePro_dl{overflow: hidden;}
.fivePro_dl dd{float: left;display: inline;width: 374px;height:325px}
.fivePro_dl dd a{display: block;margin: 0 20px}
.fivePro_dl dd .pic{width: 100%; overflow: hidden; position: relative;}
.fivePro_dl dd .pic:before{ display: block; content: ''; padding-top: 75.072463%;}
.fivePro_dl dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.fivePro_dl dd .text{padding: 10px 0}
.fivePro_dl dd .text .txt1{height: 28px;line-height: 28px;font-size: 16px;color: #000;}
.fivePro_dl dd .text .txt2{line-height: 28px;font-size: 14px;color: #666;}
/*第五屏end*/

/*第六屏start*/
.sixBox{overflow: hidden;position: relative}
.sixNew1{position: relative;background: url(sixBg6.png) no-repeat center center;background-size: cover;width: 794px;height: 500px;}
.sixNewBox{padding: 30px;}
.sixNew_tit{height: 40px;line-height: 40px;margin-bottom: 15px;}
.sixNew_tit span{font-size: 24px;color: #947040}
.sixNew_tit a{font-size: 14px;color: #947040}
.sixNew_tit a:hover{color: #a27e42}

.six_news{overflow: hidden;padding-bottom: 30px;border-bottom: 1px solid #ddd}
.six_news .pic{width: 237px;height: 142px;margin-right: 25px;}
.six_news .pic img{width: 100%;height: 100%;}
.six_news .text{overflow: hidden}
.six_news .text .title{height: 40px;line-height: 40px;font-size: 18px;}
.six_news .text .title a{color: #666}
.six_news .text .title a:hover{color: #947040}
.six_news .text .time{font-size: 14px;color: #999;padding: 3px 0 12px}
.six_news .text .indTro{font-size: 14px;color: #666;line-height: 26px;}

.indexList{ overflow:hidden;padding-top: 10px}
.indexList dd{ height:35px; line-height:35px; font-size:14px; overflow:hidden;}
.indexList dd a{ overflow:hidden;color: #666;}
.indexListL{ float:left; display:inline; overflow:hidden;}
.indexListL em{ color:#999999; float:left; margin-right:10px; overflow:hidden;width: 5px;height: 5px;background: #999;border-radius: 5px;margin-top: 16px}
.indexListL em.emd{ width:3px; height:3px; margin-top:15px; background:#999999; line-height:9999px; margin-right:10px;}
.indexListR{ color:#9d9c9c; font-size:14px; float:right; display:inline;}
.indexList dd:hover a{ color:#947040;}


.sixNew2{width: 386px;}
.indNews{position: relative}
.indNews dd{margin-bottom: 20px}
.indNews dd:last-child{margin-bottom: 0}
.indNews dd a{display: block}
.indNews dd .pic{width: 100%; overflow: hidden; position: relative;}
.indNews dd .pic:before{ display: block; content: ''; padding-top: 28.4974093%;}
.indNews dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
/*第六屏end*/





/*menu开始*/

/*menu结束*/
/*indexBanner开始*/

/*indexBanner结束*/
/*第一通栏start*/
.cloumn1{}
/*第一通栏end*/
/*第二通栏start*/
.cloumn2{}
/*第二通栏end*/
/*
*第三通栏start fpx 2018
*/
.cloumn3{}
/*第三通栏end*/
/*第四通栏start*/
.cloumn4{}
/*第四通栏end*/
/*底部开始*/
.footerBox{height: 68px;line-height: 68px;width: 100%;font-size: 14px;color: #999;background: #fff;}
.footerBox1{height: 68px;line-height: 68px;width: 100%;font-size: 14px;color: #ddd;background: transparent;position: absolute;bottom: 0;left: 0;z-index: 10; background:rgba(0,0,0,0.6);min-width: 1260px}
.footerFl{ width:100%; float:left; text-align:center; line-height:22px; padding-top:12px; padding-bottom:12px;}
.footerFr{padding-right: 2.708333%}
.footerBox .footerFr a{display: inline-block;color: #999}
.footerBox1 .footerFr a{display: inline-block;color: #ddd}
.footerBox1 .footerFr a:hover{color: #761e1d}
.footerBox .footerFr a:hover{color: #761e1d}




.footerBox00{height: 68px;line-height: 68px;width: 100%;font-size: 14px;color: #999;background: #fff;}
.footerBox100{height: 68px;line-height: 68px;width: 100%;font-size: 14px;color: #ddd;background: transparent;bottom: 0;left: 0;z-index: 10; background:#000}
.footerFl00{padding-left: 2.708333%}
.footerFr00{padding-right: 2.708333%}
.footerBox00 .footerFr a{display: inline-block;color: #999}
.footerBox100 .footerFr a{display: inline-block;color: #ddd}
.footerBox100 .footerFr a:hover{color: #761e1d}
.footerBox00 .footerFr a:hover{color: #761e1d}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/

/*当前位置结束*/
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #761e1d;color: #fff;}
.page a.hover{background: #761e1d;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url()}
.page a.prevPage div{background-image: url()}
.page a.nextPage div{background-image: url()}
.page a.lastPage div{background-image: url()}

.page a.firstPage:hover div{background-image: url()}
.page a.prevPage:hover div{background-image: url()}
.page a.nextPage:hover div{background-image: url()}
.page a.lastPage:hover div{background-image: url()}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url()}
.page a.prevPage.disabled div{background-image: url()}
.page a.nextPage.disabled div{background-image: url()}
.page a.lastPage.disabled div{background-image: url()}
/*页码结束*/
/*内页框架结束*/

/*
* 导航锚点 fpx
*/
.navigationBox{
    /*overflow: hidden;*/
    position: relative;
    background: url() no-repeat center center;
    background-size: cover;
}
.navigationBox:after{
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 55.0857143%;
}
.navigationSvg{
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.deta{
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: red;
    line-height: 100px;
    font-size: 30px;
    text-align: center;
    transform: translate(-50%,-50%);
}
.navigation_a{
    position: relative;
    display: block;
}
.navigation_dl dd{
    position: absolute;
    /*left: 0px;
    top: 0px;*/
    z-index: 99;
}

.navigation_dl dd[data-type="k1"]{
    left: 300px;
    top: 390px;
}
.navigation_dl dd[data-type="k2"]{
    left: 335px;
    top: 355px;
}
.navigation_dl dd[data-type="k3"]{
    left: 350px;
    top: 370px;
}
.navigation_dl dd[data-type="k4"]{
    left: 370px;
    top: 385px;
}
.navigation_dl dd[data-type="k5"]{
    left: 380px;
    top: 400px;
}
.navigation_dl dd[data-type="k6"]{
    left: 410px;
    top: 320px;
}
.navigation_dl dd[data-type="k7"]{
    left: 515px;
    top: 305px;
}
.navigation_dl dd[data-type="k8"]{
    left: 650px;
    top: 320px;
}

.navigation_dl dd[data-type="w1"]{
    left: 300px;
    top: 115px;
}
.navigation_dl dd[data-type="w2"]{
    left: 400px;
    top: 75px;
}
.navigation_dl dd[data-type="w3"]{
    left: 525px;
    top: 70px;
}
.navigation_dl dd.dd4[data-type="w4"]{
    left: 330px;
    top: 160px;
}
.navigation_dl dd.dd5[data-type="w4"]{
    left: 460px;
    top: 70px;
}
.navigation_dl dd[data-type="w5"]{
    left: 587px;
    top: 90px;
}
.navigation_dl dd[data-type="w6"]{
    left: 260px;
    top: 100px;
}
.navigation_dl dd[data-type="w7"]{
    left: 200px;
    top: 150px;
}
.navigation_dl dd[data-type="w8"]{
    left: 665px;
    top: 110px;
}
.navigation_dl dd[data-type="w9"]{
    left: 505px;
    top: 360px;
}