*{
    margin:0;
    padding:0;
    font-family: "microsoft yahei";
}
a{
    text-decoration:none;
}
li{
    list-style:none;
}
img{
    float:left;
}
.w1400{
    width:1400px;
    margin:0 auto;
}
.w100{
    float:left;
    width:100%;
}
.clear{
    clear:both;
}
header{
    background:url(../images/header-bg.jpg) no-repeat left top;
    display:block;
    background-size:cover;
}
.header-left{
	float:left;
	width:50%;
}
header h3{
	color: #fff;
font-size: 22px;
width: 100%;
float: left;
font-weight: normal;
padding-left: 125px;
box-sizing: border-box;
}
header .w1400{
	position:relative;
	padding:30px 0;
	overflow:hidden;
}
.header-right{
    position:absolute;
    top:20px;
    right:0;
}
.header-wisdom{
    float:left;
    margin-top:25px;
}
.header-wisdom img{
    width:30px;
}
.header-wisdom a{
    color:#fff;
    font-size:18px;
    margin:3px 0 0 10px;
    float:left;
}
.header-right-link{
	float:left;
	
}
.header-right-link a{
	color:#fff;
	font-size:16px;
	margin:0 10px;
	float:left;
}
.header-right-link img{
	width:25px;
	margin:0 10px;
}
/*.header-search{*/
/*    float:left;*/
/*    margin-left:50px;*/
/*    margin-top:20px;*/
/*}*/
.header-search{
	position:fixed;
	top:0;
	height:0;
	width:100%;
	height:100%;
	background:rgba(35,137,255,0.9);
	z-index:999999999;
}
.header-search form{
	width:50%;
	margin:20% 25% 0 25%;
	float:left;
}
.header-search h4{
	width:50%;
	margin:20px 25% 0 25%;
	float:left;
	color:#fff;
	font-size:16px;
	border-left:3px solid #fff;
	padding-left:10px;
	box-sizing: border-box;
}
.header-search h4 a{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-right:10px;
	
}
/*.header-search span{*/
/*    border:1px solid #fff;*/
/*    border-radius:20px;*/
/*    float:left;*/
/*    padding:0 15px;*/
/*}*/
.header-search img{
    position: absolute;
right: 6%;
top: 10%;
width:60px;
}
.header-search input[type=text]{
    /*background:none;*/
    outline: none;
    color:#2389ff;
    font-size:16px;
    float:left;
    height:50px;
    line-height:50px;
    text-indent:5px;
    width:82%;
    border:1px solid #fff;
    float:left;
    padding:0 15px;
    box-sizing: border-box;
}
.header-search input[type=submit]{
    background:#f09621;
    color:#fff;
    font-size:16px;
    border:none;
    height:50px;
    line-height:50px;
    float:left;
    width:18%;
    text-align:center;
}
.nav-banner{
    position:relative;
}
body{
    background:#f7f7f7;
}
.banner img{
    width:100%;
}

nav ul li{
    float:left;
    height:60px;
    line-height:60px;
    width:10%;
    text-align:center;
    position:relative;
}
nav ul li a{
    color:#767676;
    font-weight: lighter;
    font-size:24px;
}
nav ul li a:hover{
	color:#454545;
}
nav ul li div{
    display:none;
    width:100%;
    position:absolute;
    top:60px;
    left:0;
    /*background:rgba(255,255,255,0.7);*/
    
    border-radius:5px;
    padding:10px 0;
}
nav ul li div a{
    height:40px;
    line-height:40px;
    float:left;
    width:100%;
    font-size:16px;
    text-align:center;
    color:#fff;
    background:#2b479b;
    margin-top:1px;
}
nav ul li:hover>div{
    display:inline;
}
nav ul li>div>a:hover{
    background:#2a6cc2;
    color:#fff;
}
@keyframes navSlide { 
    0%{ opacity: 0;transform:rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px,20px); }
    }
    
    nav ul li:hover>div a:nth-child(1){
      animation: navSlide 0.6s;
    }
    nav ul li:hover>div a:nth-child(2){
      animation: navSlide 0.8s;
    }
    nav ul li:hover>div a:nth-child(3){
      animation: navSlide 1.0s;
    }
    nav ul li:hover>div a:nth-child(4){
      animation: navSlide 1.2s;
    }
    nav ul li:hover>div a:nth-child(5){
      animation: navSlide 1.4s;
    }
    nav ul li:hover>div a:nth-child(6){
      animation: navSlide 1.6s;
    }
    nav ul li:hover>div a:nth-child(7){
      animation: navSlide 1.8s;
    }
    nav ul li:hover>div a:nth-child(8){
      animation: navSlide 2.0s;
    }
    nav ul li:hover>div a:nth-child(9){
      animation: navSlide 2.2s;
    }
    nav ul li:hover>div a:nth-child(10){
      animation: navSlide 2.4s;
    }
footer{
    background: url(../images/footer-bg.png) no-repeat center top;
    padding-top:300px;
    background-size: cover;
    margin-top:60px;
}
.footer-left{
    float:left;
    width:23%;
    border-right:1px solid #dfdfdf;
    box-sizing: border-box;
}
.footer-left li{
    float:left;
    width:50%;
    margin-bottom:18px;
}
.footer-left li a{
    color:#dfdfdf;
    font-size:16px;
}
.footer-mid{
    margin:0 3%;
    width:29%;
}
.footer-mid li{
    color:#dfdfdf;
    font-size:16px;
    margin-bottom:8px;
    width:100%;
}

.qrcode{
    width:42%;
    float:right;
    text-align:center;
    color:#fff;
}
.qrcode dl{
    float:left;
    width:25%;
    position:relative;
    margin-top:30px;
}
.qrcode dl dt{
    position: absolute;
z-index: 99;
bottom: 130%;
padding: 10px;
width: 150px;
background-color: #fff;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
border-radius: 5px;
box-sizing: border-box;
visibility: hidden;
opacity: 0;
transform: translateY(-10px);
transition: all 0.2s ease-out 0s;
left:0
}
.qrcode dl dt:after{
    content:'';
    position:absolute;
    left:50%;
    top:100%;
    margin-left:-8px;
    width:0;
    height:0;
    border:8px solid transparent;
    font-size:0;
    border-top-color:#fff;
}
.qrcode dl:hover>dt{
    visibility:visible;opacity:1;transform:none;
}
.qrcode img{
    width:50px;
    float:left;
}
.qrcode img.qrImg{
    width:100%;
}
.qrcode span{
    height:50px;
    line-height:50px;
    float:left;
    font-size:16px;
    padding-left:10px;
}
.footer-bottom{
    text-align:center;
    color:#fff;
    font-size:16px;
    background:#143599;
    padding:20px 0;
    margin-top:60px;
    line-height:200%;
}
.footer-bottom img{
	float:none;
}