/*左导航*/
.nav{
	width: 10%;
	background: #FCFCFC;
    box-shadow: -2px 2px 7px 0 rgba(138,138,138,0.50);
    box-sizing: border-box;
    padding-bottom: 3%;
    position: fixed;
    top:0;
}
.nav li{
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	text-align: left;
	border-bottom: 1px dashed #DBD8D8;
	height: 20%;
}
.nav li:first-child{
	width: 100%;
	/*height: 100%;*/
	background: #031430;
	text-align: center;
	border: none;
}
.nav li:first-child img{
	max-width: 90%;
	margin-top: 12px;
	padding: 5% 6%;
	box-sizing: border-box;
}

.nav li a{
	font-size: 18px;
    color: #333333;
    line-height: 80px;
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 22%;
}

.nav li:nth-child(2)>a{
	background: url(../img/inc10.svg)no-repeat left center;
	background-size: 26px;
}
.nav li:nth-child(2)>a:hover{
	background: url(../img/inc9.svg)no-repeat left center;
	background-size: 26px;
	color: #2E97FC;
}
.nav li:nth-child(3)>a{
	background: url(../img/xr.svg)no-repeat left center;
	background-size: 26px;
}
.nav li:nth-child(3)>a:hover{
	background: url(../img/inc3.svg)no-repeat left center;
	background-size: 26px;
	color: #2E97FC;
}
.nav li:nth-child(4)>a{
	background: url(../img/inc2.svg)no-repeat left center;
	background-size: 26px;
}
.nav li:nth-child(4)>a:hover{
	background: url(../img/inc1.svg)no-repeat left center;
	background-size: 26px;
	color: #2E97FC;
}
.nav li:nth-child(5)>a{
	background: url(../img/inc8.svg)no-repeat left center;
	background-size: 26px;
}
.nav li:nth-child(5)>a:hover{
	background: url(../img/inc7.svg)no-repeat left center;
	background-size: 26px;
	color: #2E97FC;
}
.nav li:nth-child(6)>a{
	background: url(../img/inc6.svg)no-repeat left center;
	background-size: 26px;
}
.nav li:nth-child(6)>a:hover{
	background: url(../img/inc5.svg)no-repeat left center;
	background-size: 26px;
	color: #2E97FC;
}
.nav li:nth-child(7)>a{
	background: url(../img/inc11.svg)no-repeat left center;
	background-size: 26px;
}
.nav li:nth-child(7)>a:hover{
	background: url(../img/inc12.svg)no-repeat left center;
	background-size: 26px;
	color: #2E97FC;
}
.nav li>a.active{
	color: #2E97FC;
}
.jt{
	display: none;
	width: 20px;
}
.nav li a:hover .jt{
	margin-left: 4px;
	display: inline-block;
}
/*tooter*/
.footer{
	position: absolute;
	bottom:0;
	left: 0;
	height: 12%;
	width: 100%;
	background: #031430;
}
.bottom-logo{
	width: 15%;
	margin-top: 2%;
	margin-right: 5%;
}
.bottom-logo img{
	max-width: 100%;
}
.footer-cont{
	
}
.footer-cont>div{
	margin-left: 8%;
	margin-top: 2%;
}
.footer-cont>div>a,.footer-cont>p>a,.footer-cont span,.footer-cont p{
	color: #fff;
	font-size: 16px;
}
.footer-cont>div>a{
	margin-right: 5%;
}
.footer-cont p{
	margin-top: 1%;
	margin-left: 20px;
}
.footer-cont p span{
	margin-left: 30px;
}
/*************************/
@media only screen and (max-width: 1700px) {
  .footer-cont>div>a,.footer-cont>p>a,.footer-cont span,.footer-cont p{
	font-size: 14px;
   }
   .nav li a{
	font-size: 16px;
	line-height: 60px;
   }
   .nav li>a{
   	background-size: 22px!important;
   	}
}
@media only screen and (max-width: 1500px) {
   .footer-cont>div>a,.footer-cont>p>a,.footer-cont span,.footer-cont p{
	font-size: 12px;
	line-height: 20px;
   }
   .nav li a{
	font-size: 14px;
	line-height: 60px;
   }
   .nav li>a{
   	background-size: 16px!important;
   	}
}
@media only screen and (max-width: 1290px) {
   .footer-cont>div>a,.footer-cont>p>a,.footer-cont span,.footer-cont p{
	font-size: 10px;
   }
   .nav li a{
	font-size: 12px;
   }
   .nav li>a{
   	background-size: 13px!important;
   	}
}
