 @charset "utf-8";
/* CSS Document begin */
body{height:100%; overflow-x: hidden;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select {margin: 0;padding: 0;}
body, input, button, select, textarea, th, td,div {color: #333;font-family: "Microsoft YaHei","tahoma","arial","sans-serif";font-size: 12px;line-height: 1.5;}
img { border:none; display: block;}
input,select { outline: none; border: none;}
ul,ol { list-style-type:none;}
area { outline:none; }
a { color:#333; text-decoration:none;}
a:hover { text-decoration:underline; color: #e4394e;}
.clearfix:after {
	content:"";
	visibility:hidden;
	height:0;
	display:block;
	clear:both;
	}
.clearfix{zoom:1;} /*为了照顾ie6*/
body {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*<a href="https://www.baidu.com/s?wd=IE10&tn=44039180_cpr&fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3nvR4uyR4nW64nvn1PvDv0AP8IA3qPjfsn1bkrjKxmLKz0ZNzUjdCIZwsrBtEXh9GuA7EQhF9pywdQhPEUiqkIyN1IA-EUBtkrHR4rHRsnHbvnHbvPHcdPWms" target="_blank" class="baidu-highlight">IE10</a>*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
/* CSS Document end */
/* nav begin */

.nav {
    -webkit-animation: nav_float 2s linear 0s infinite;
    animation: nav_float 2s linear 0s infinite;
    /* display: none; */
}

.nav:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes nav_float {
    0% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes nav_float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}



.nav {
	width: 125px;
	position: fixed;
	top: 120px;
	z-index: 9;
	left: 30px;
	
}
.navIn {
	width: 125px;
	height: 100%;
	
}

.navIn ul {
	width: 80px;
	padding: 10px 4px 10px 6px;
	margin: 0 auto;
	background-color: #e7364a;
}
.navIn ul li {
	margin-bottom: 17px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	/* padding-left: 30px; */
}
.navIn ul li a {
	color: #fff;
	font-size: 14px;
}
.navIn img {
    margin: 0 auto;
}
/* .navIn .li01 {
    background: url(../images/li_01.png) no-repeat 0 center;
}
.navIn .li02 {
    background: url(../images/li_02.png) no-repeat 0 center;
}
.navIn .li03 {
    background: url(../images/li_03.png) no-repeat 0 center;
}
.navIn .li04 {
    background: url(../images/li_04.png) no-repeat 0 center;
}
.navIn .li05 {
    background: url(../images/li_05.png) no-repeat 0 center;
} */


.navIn ul li a:hover { color: #ffda00; }
.navIn ul li.current a { color: #ffda00; }

/* .navIn ul .li01:hover{
	background: url(../images/li_01_h.png) no-repeat 0 center;
}
.navIn ul .li02:hover{
	background: url(../images/li_02_h.png) no-repeat 0 center;
}
.navIn ul .li03:hover{
	background: url(../images/li_03_h.png) no-repeat 0 center;
}
.navIn ul .li04:hover{
	background: url(../images/li_04_h.png) no-repeat 0 center;
}
.navIn ul .li05:hover{
	background: url(../images/li_05_h.png) no-repeat 0 center;
} */

.navIn ul .li01.current{
	background: url(../images/li_01_h.png) no-repeat 0 center;
}
.navIn ul .li02.current{
	background: url(../images/li_02_h.png) no-repeat 0 center;
}
.navIn ul .li03.current{
	background: url(../images/li_03_h.png) no-repeat 0 center;
}
.navIn ul .li04.current{
	background: url(../images/li_04_h.png) no-repeat 0 center;
}
.navIn ul .li05.current{
	background: url(../images/li_05_h.png) no-repeat 0 center;
}
/* nav end */
#bb {
	margin: 50px 0 20px 0;
}
/* 返回顶部 开始 */
.go_top {
	/* display: block; */
	width:26px;
	height:62px;
	right: 5%;
	bottom: 20px; 
	position:fixed; 
	display:none;
	cursor:pointer;
	z-index:9999;
	background: url(../images/go_top.gif) 0 0 no-repeat;
}

/* 返回顶部 结束 */

@media screen and (max-width: 1366px) {
	.nav {  top: 95px;  }
}