*{
    margin:0;
    padding:0;
    font-family: microsoft yahei;
}

li{
    list-style:none;
}
a{
    text-decoration: none;
}
img{
    float:left;
}
body{
    background:#F9F9F9;
}
.w1400{
    width:1400px;
    margin:0 auto;
}
header{
    background:url(../images/header_bg.jpg) no-repeat left top;
    padding:30px 0;
    overflow:hidden;
}
.w100{
	float:left;
	width:100%;
}
.logo{
    float:left;
}
.logo a{
    float:left;
}
.logo span{
    float:left;
    font-size:28px;
    color:#fff;
    font-weight: bold;
    margin:30px 0 0 30px;
    border-left:1px solid #fff;
    padding-left:30px;
}
.search{
    float:right;
    margin-top:95px;
}
.keywords{
    border:1px solid #fff;
    border-radius:5px;
    width:260px;
    border-radius:28px;
    float:left;
}
.keywords img{
    float:left;
    margin:12px 5px 0 22px;
    width:28px;
}
.keywords input{
    background:none;
    border:none;
    color:#fff;
    height:50px;
    line-height:50px;
    font-size:18px;
    float:left;
    outline: none;
}
.search input[type='submit']{
    background:#2289FF;
    border:none;
    color:#fff;
    font-size:18px;
    height:52px;
    line-height:52px;
    padding:0 30px;
    border-radius:25px;
    float:left;
    margin-left:15px;
}
header h3{
    color:#fff;
    font-size:21px;
	width:100%;
    float: left;
    font-weight: normal;
    padding-left:125px;
    box-sizing: border-box;
}
header h3 span{
    padding:0 5px;
}
header h3  em{
	font-style: normal;
	font-size:16px;
	float:right;
	margin-top:5px ;
}
nav{
    background:#0b4a9a;
    height:80px;
    line-height:80px;
    float: left;
    width: 100%;
}
nav ul{
    
}
.nav-mask{
    background:#000;
    opacity:.5;
    height:100px;
    position:absolute;
    width:100%;
    z-index:0;
}
nav ul li{
    float:left;
    width:10%;
    text-align:center;
    position: relative;
}
nav ul li a{
    color:#fff;
    font-size:22px;
    float:left;
    width:100%;
}
nav ul li div.menu2{
    display:none;
    width:100%;
    position:absolute;
    top:80px;
    left:0;
    z-index:9999;
}
nav ul li:hover>div.menu2{
	display:inline;
}
nav ul li div.menu2 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 div.menu2 a:hover{
	background:#2a6cc2;
}
@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;
    }


.banner{
    float:left;
    width:100%;
    clear:both;
}
.banner img{
    width:100%;
}


footer{
    background:url(../images/footer-bg.png) no-repeat center top;
    float: left;
    width:100%;
}
.footer-ico{
    width:100%;
    float:left;
    text-align:center;
    position:relative;
    margin-bottom:70px;
}
.footer-ico img{
    float:none;
    position:relative;
    margin-top:-92px;
}
footer p{
    font-size:18px;
    color:#fff;
    line-height:150%;
    font-weight: lighter;
    float:left;
    width:100%;
    padding-left:60px;
    box-sizing: border-box;
    margin-bottom:30px;
}
footer p span{
	float:left;
}
footer p em{
	font-style:normal;
	float:left;
	width:562px;
}
footer p:nth-child(1){
    background:url(../images/address.png) no-repeat left top;
}
footer p:nth-child(2){
    background:url(../images/phone.png) no-repeat left top;
}
footer p:nth-child(3){
    font-size:24px;
    padding:0;
}
.footer-left{
	float:left;
	width:55%;
}

.footer-right{
    width:45%;
    float:right;
    text-align:center;
    color:#fff;
}
.footer-right dl{
    float:left;
    width:25%;
    position:relative;
    margin-top:50px;
}
.footer-right h3{
    text-align: left;
    margin-bottom:20px;
    display:none;
}
.footer-right 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:-45px;
}
.footer-right 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;
}
.footer-right dl:hover>dt{
    visibility:visible;opacity:1;transform:none;
}
.footer-right img{
    height:50px;
    float:left;
}
.footer-right img.qrImg{
    height:auto;
    width:100%;
}
.footer-right span{
	height: 50px;
line-height: 50px;
float: left;
font-size: 16px;
padding-left: 10px;
}
.footer-bottom{
	float:left;
	width:100%;
	background:#173799;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:20px 0;
}

/***********************搜索页面*************************************/
.searchBox{
	float:left;
	width:100%;
}
.searchBox .w1400{
	width:1400px;
	margin:0 auto;
}
.searchBox .current{
	line-height: 40px;
color: #134780;
font-size: 20px;
font-weight: lighter;
margin:20px 0;
}
.searchBox-items{
	float:left;
	width:100%;
	background:#fff;
	padding:30px;
	box-sizing: border-box;
}
.searchBox-items h3{
	color: #134780;
	font-size: 20px;
	font-weight: lighter;
	float:left;
	width:100%;
	border-bottom:1px solid #dbdbdb;
	padding-bottom:20px;
}
.searchBox-items-class{
	float:left;
	width:100%;
	margin:30px 0;
}
.searchBox-items-class span,.searchBox-items-keywords span{
	float:left;
	color:#333;
	font-size:16px;
	line-height:35px;
}
.searchBox-items-class a{
	font-size:14px;
	color:#fff;
	float:left;
	height:35px;
	line-height:35px;
	margin-left:10px;
	padding:0 10px;
}
.searchBox-items-class a.thisChecked{
	background:#2289ff;
}
.searchBox-items-class a.thisDefault{
	background:#9ca8bb;
}
.searchBox-items-keywords{
	float:left;
	width:100%;
}
.searchBox-items-keywords input{
	border:1px solid #dbdbdb;
	width:400px;
	height:35px;
	line-height:35px;
	font-size:14px;
	text-indent:15px;
	margin:0 0 0 10px;
	float:left;
}
.searchBox-items-keywords button{
	float:left;
	background:#2289ff;
	color:#fff;
	border:none;
	height:37px;
	line-height:37px;
	padding:0 30px;
	cursor:pointer;
}
.searchBox-content{
	float:left;
	width:100%;
	background:#fff;
	margin-top:30px;
	padding:30px;
	box-sizing: border-box;
	margin-bottom:160px;
}
.searchBox-content-title{
	float:left;
	width:100%;
	border-bottom:1px solid #dbdbdb;
	padding-bottom:20px;
	margin-bottom:20px;
}
.searchBox-content-title span{
	float:left;
	color: #134780;
	font-size: 20px;
	font-weight: lighter;
}
.searchBox-content-item{
	float:right;
	display:none;
}
.searchBox-content-list{
	float:left;
	width:100%;
}
.searchBox-content-list a{
	color:#333;
	font-size:20px;
	font-weight: normal;
}
.searchBox-content-list div{
	font-size:14px;
	color:#2289ff;
	margin:10px 0 15px 0;
}
.searchBox-content-list p{
	color:#a0a9b4;
	font-size:14px;
	margin-top:15px;
}
.searchBox-content-list li{
	border-bottom:1px dashed #dbdbdb;
}
.searchBox-content-pages{
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
}
.searchBox-content-pages li{
	display:inline-block;
	border:1px solid #dbdbdb;
	border-right:none;
	padding:5px 10px;
	font-size:14px;
}
.searchBox-content-pages li:nth-last-child(1){
	border-right:1px solid #dbdbdb;
}
.searchBox-content-pages li.active{
	background:#2289ff;
	color:#fff;
	border-color:#2289ff;
}