* {
    padding: 0;
    margin: 0;
}


/*包含以下五种的链接*/

a {
    text-decoration: none;
}


/*正常的未被访问过的链接*/

a:link {
    text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
    text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
    text-decoration: none;
}


/* 正在点击的链接，鼠标在元素上按下还没有松开*/

a:active {
    text-decoration: none;
}


/* 获得焦点的时候 鼠标松开时显示的颜色*/

a:focus {
    text-decoration: none;
}

.fullSlide{width:100%;height:650px;position:relative;margin:0 auto}
.fullSlide .bd{width:100%;position:relative;z-index:0}
.fullSlide .bd li{width:100%;height:650px;overflow:hidden;background-position:center center;background-repeat:no-repeat;vertical-align:top}
.fullSlide .hd{position:relative;z-index:1;margin-top:-30px;height:30px;line-height:30px;text-align:center}
.fullSlide .hd ul{text-align:center;padding-top:5px}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;zoom:1;width:8px;height:8px;margin:5px;overflow:hidden;border-radius:8px;background:#DDD;font-size:0}
.fullSlide .hd ul .on{background:red}
.fullSlide .next,.fullSlide .prev{z-index:1;display:block;width:55px;height:55px;position:relative;margin:-27% 0 0 3%;float:left;filter:alpha(opacity=40);opacity:.4}
.slideBox,.slideBox .hd{width:100%;position:relative}
.fullSlide .next{background-position:right 0;float:right;margin-right:3%}
.fullSlide .next:hover,.fullSlide .prev:hover{filter:alpha(opacity=80);opacity:.8}
.slideBox{height:650px;margin:0 auto}
.slideBox .hd{height:17px;text-align:center;overflow:hidden;margin-top:-25px;z-index:1}
.slideBox .hd ul li{margin:2px;display:inline-block;width:15px;height:15px;border-radius:8px;line-height:14px;text-align:center;background:#fff;cursor:pointer}
.slideBox .hd ul li.on{background:red;color:#fff}
.slideBox .bd{width:100%;position:relative;height:100%;z-index:0}
.slideBox .bd li{width:100%;height:650px;zoom:1;vertical-align:middle;overflow:hidden;background-position:center center;background-repeat:no-repeat}
#slideBox .slide1{background-image:url(../../images/hbanner1.jpg)}#slideBox .slide2{background-image:url(../../images/hbanner2.jpg)}#slideBox .slide3{background-image:url(../../images/hbanner3.jpg)}#slideBox .slide4{background-image:url(../../images/hbanner4.jpg)}#slideBox .slide5{background-image:url(../../images/hbanner5.jpg)}
.slideBox .next,.slideBox .prev{position:absolute;left:3%;top:50%;margin-top:-25px;display:block;width:32px;height:40px;background:url(../../images/slider-arrow.png) -110px 5px no-repeat;filter:alpha(opacity=50);opacity:.5}
.slideBox .next{left:auto;right:3%;background-position:8px 5px}
.slideBox .next:hover,.slideBox .prev:hover{filter:alpha(opacity=100);opacity:1}
.slideBox .nextStop,.slideBox .prevStop{display:none}
.otherBox{margin:0 auto;text-align:center}
.otherBox .tit{font-size:28px;line-height:40px;font-weight:700}
.otherBox li{width:20%;cursor:pointer}
.otherBox .jumpa{width:100%;display:block}
.otherBox .decs{font-size:20px}.otherBox .otherInfo{font-size:18px;line-height:30px;font-weight:700}
footer{bottom:0;background:#fff;width:100%}
footer .footer{width:940px;margin:16px auto 0}
footer .footer dd{float:left;width:250px}
footer .footer dd:first-child{width:200px}footer .footer dd:last-child{width:390px;width:490px;text-align:left}footer .footer dd ul{margin:0;padding:0}
footer .footer dd ul li{list-style:none;line-height:30px}footer .footer dd ul li h5{font-size:24px;margin:0 0 20px}footer .footer dd ul li.weixin span{background:url(../../images/weixin.jpg);width:95px;height:95px;display:block;margin-right:15px}footer .footer dd ul li.sina span{background:url(../../images/sina.jpg);width:95px;height:95px;display:block;margin-right:15px}.footbtn{width:940px;margin:14px auto}.footbtn>li{float:left;width:14%;font-size:14px}.layer,.layer .bg{width:100%;height:100%}.footbtn>li a:hover{color:#e10000}.layer{position:fixed;z-index:1;left:0;top:0}.layer .bg{background-color:rgba(0,0,0,.5)}.layer .iframe{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.layer .layerClose{height:40px;position:absolute;left:calc(50% - 20px);top:calc(50% + 320px)}