/*-----------------------主导航导航--------------------------*/
#bg{
	margin-top: 0;
	width: 100%;
	height:90px;
	/* background: url(../img/bg.png)no-repeat;
	background-size:100% 130px; */
	/* position:fixed; */
	z-index:3;
    /* background-color: #0297ff; */
}

/* .contentbox{
	width: 100%;
	margin:0 auto;
	margin-top:0px;
	position:relative;
	top:80px;
} */

.headroom {
    transition: transform 300ms linear;
        }
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-200%);
}

#bg1{
	width: 100%;
	height: 99px;
	background: url(../img/bg.png)no-repeat;
	background-size:100% 130px;
	position:relative;
	z-index: 3;
	overflow: hidden;
}
.header{
	margin: 0 auto;
	width: 1024px;
	
}
.logo{
	width: 240px;
	height: 50px;
	display: inline-block;
	float: left;
	margin-left: 0px;
	margin-top: 22px;
}
.logo img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.leftul,.rightul,.wgrightul{
	display: inline-block;
	margin-left: 30px;
}
.leftul li{
	float: left;
	margin-left: 40px;
	font-size: 16px;
	height: 95px;
	line-height: 95px;
}
.rightul li{
	float: left;
	font-size: 14px;
	margin-left: 20px;
	height: 95px;
	line-height: 95px;
	width: 90px;
}

.wgrightul li{
	float: left;
	font-size: 14px;
	margin-left: 20px;
	height: 95px;
	line-height: 95px;
	width: 90px;
}
.la{
	display:inline-block;
	text-align: center;
	width: 75px;
	height: 93px;
	line-height: 93px;
	color: #000000;
}
.rightul li a{
	display: inline-block;
	color: #f08600;
	width: auto;
	height: 93px;
	line-height: 93px;
}

.wgrightul li a{
	display: inline-block;
	color: #f08600;
	width: auto;
	height: 93px;
	line-height: 93px;
}
.leftul li a:hover{
	color: #F08600;
	font-size: 18px;
	border-bottom: 3px solid #F08600;
}
.rightul .rli1 a{
	background: url(../img/h-qhb.png)no-repeat 0px 38px;
	padding-left:20px;
}
.rightul .rli2 a{
	background: url(../img/h-download.png)no-repeat 0px 38px;
	padding-left:25px;
}
.rightul .rli3 a{
	background: url(../img/h-exit.png)no-repeat 0px 38px;
	padding-left:25px;
}
.rightul li a:hover{
	font-size: 16px;
	border-bottom: 3px solid #F08600;
}



.leftul .active a {
	color: #F08600;
	font-size: 18px;
	border-bottom: 3px solid #F08600;
}
.nbgnative{
	color: #f08600;
}
.nrnative{
	font-size: 16px;
	border-bottom: 3px solid #F08600;
}
/*-------------------左导航------------------------*/
.leftnav{
	width: 28%;
	/*height: auto;*/
	height:650px;
	font-size: 16px;
	float: left;
}
.leftnav1{
	width: 25%;
	height: auto;
	font-size: 16px;
	float: left;
}
.lnheader{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #ffe0ba;
	padding: 8px 15px;
	position: relative;
}
.deep{
	background: #F08600;
}
.lnheader p{
	color: white;
	line-height: 2;
}
.zb{
	display: inline-block;
	background: url(../img/ln-zb.png)no-repeat;
	width: 68px;
	height: 106px;
	line-height: 106px;
	text-align: center;
	position: absolute;
	top: -6px;
	right: 2px;
	color: white;
}
.shallow{
	background: url(../img/ln-zbs.png)no-repeat;
}
.accordion {
 	width: 100%;
 	max-width: 360px;
 	margin: 0px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 	cursor: pointer;
 }
.link1{
	cursor: pointer;
	display: block;
	padding: 15px;
	color: #333333;
	font-size: 14px;
	position: relative;
	
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px;
	padding-left: 42px;
	color: #333333;
	font-size: 14px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #333333;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down{
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #333333;
}

.accordion li.open i {
	color: #333333;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* .fa-chevron-up {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
} */

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background:white;
 	font-size: 14px;
 	
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #666666;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
 	background: #FFE0BA;
 	color: #333333;
 }
 .lnactive a{
 	background: #FFE0BA;
 	color: #333333;
 }
 .blue{
 	padding-left: 5px;
 	color: #0297ff;
 }
.normalicon{
	width: 30px;
	height: 30px;
	margin-top: -5px;
}

.fa{
	width: 16px;
	height: 16px;
}
.fa-chevron-down{
	background: url(../img/ln-down.png)no-repeat;
}

.fa-chevron-up{
	background: url(../img/ln-up.png)no-repeat;
}

/*--------------------------footer-----------------------------*/
#fbg{
	width: 100%;
	background: rgb(71,71,69);
	height: 80px;
	line-height: 80px;
	color: #F08600;
	text-align: center;
    /* position:fixed; */

}

.footer{
	width: 100%;
	margin: 0 auto;
	 /*position: relative;*/
	position: absolute
}

.footer  p:nth-child(1)  {
    color: #F08600;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top :10px;
	
}

.footer  p:nth-child(2)  {
    color: #F08600;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
	
}

.flink{
	position: absolute;
	top: -8px;
	right: 80px;
}
/*---------------------------------------*/
.paging{
	margin-left: 18%;
	margin-top: 10%;
}
.a{
	font-size: 14px;
	color: #333333;
	text-align: center;
	background: white;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	margin-left: 5px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.pre,.next{
	padding:0 10px;
}
.num{
	width: 40px;
}
.next{
	background: #e5e5e5;
}
.onpage{
	background: #F08600;
	color: white;
	border: none;
}

