   *{
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei UI";
}

ul{
    list-style: none;
    padding-left: 0;
}

li{
    float: left;
}

a{
    text-decoration: none;
}

img{
    border: 0;
}

div{
    cursor: default;
}

.zb-14{
     font-size: 16px;
}

.zb-16{
    font-size: 16px;
}

.zb-18{
    font-size: 18px;
}

.dp-block{
    display: block;
}

.dp-none{
    display: none;
}
     /* 头部 */
.header{
    width: 100%;
    height: 48px;
    line-height: 48px;
    top: 0;
    z-index: 9999;
	position: fixed;
}

.header-warp{
    /* width: 1170px;
    height: 100%;
    margin: auto;
    overflow: hidden; */
    position: absolute;
    top: 0;
    right: 2.5%;
}

.header-warp-1{
    float: left;
    margin-right: 30px;
    margin-top: 12px;
}

.header-warp-1 a{
    color: #ffffff;
    font-size: 1.041vw;
}

.header-warp-1 li span{
   padding: 0 12px;
    color: #ffffff;
}

.header-warp-2{
    margin-top: 12px;
    float: right;
}

.hw-21{
    width: 100px;
    height: 24px;
    padding-left: 10px;
    line-height: 24px;
    border: 0;
    color: #999999;
    float: left;
}

.hw-22{
    float: left;
}

/* 导航 */
.nav{
    width: 100%;
    height: 104px;
    background: #204f9f;
    top: 0;
    z-index: 1200;
	position: fixed;
	border-bottom: 6px solid #dd723e;   
}

.nav-warp{
    width: 96%;
    height: 104px;
    margin: auto;
}

.nav-warp-1{
    float: left;
    margin-top: 17px;
	width: 500px;
}

.nav-warp-2{
    float: right;
    margin-top: 30px;
}

.nav-warp-2 ul{
    line-height: 37px;
    margin-top: 28px;
}

.nav-warp-2 li{
    padding-right: 10px;
    position: relative;
}

.nav-warp-2 a{
    color: #ffffff !important;
    display: block;
    background: url("nav_03.png") right no-repeat;
    padding: 0 35px 0 35px;
    font-size: 1.041vw;
}

.nav-warp-2 li:first-child a{
    color: #0973c7;
    background: url("nav_02.png") right no-repeat;
}

/*.nav-warp-2 li:first-child a:hover{
    background: url("nav_04.png") right no-repeat;
    color: #ffffff;
}*/

/*.nav-warp-2 a:hover{
    background: url("nav_04.png") right no-repeat;
    color: #ffffff;
}*/

.nav-warp-2 li:hover{
    background: url("nav_05.png") repeat;
    border-radius: 5px 5px 0 0;
}

.nwd-1, .nwd-2, .nwd-3, .nwd-4, .nwd-5, .nwd-6 {
    position: absolute;
    top:37px;
    background: url("nav_05.png") repeat;
    padding: 5px 15px 15px 15px;
    z-index: 999;
}

.nwd-1,.nwd-2{
    left:0;
    border-radius: 0 5px 5px;
}

.nwd-3, .nwd-4, .nwd-5, .nwd-6{
    right: 0;
    border-radius: 5px 0 5px 5px;
}

div[class^="nwd-"] ul{
    margin-top: 5px;
    width: 100%;
}

div[class^="nwd-"] li{
    width: 100%;
    padding: 0;
    line-height: 30px;
}

div[class^="nwd-"] li a{
    color: #ffffff !important;
    width: 100%;
    font-size: 13px;
    background: transparent !important;
    padding: 0;
}

div[class^="nwd-"] li:hover{
    background: transparent;
    border-radius: 0;
}

div[class^="nwd-"] li a:hover{
    color: #d6f3ff !important;
    /*color: #0e65a9 !important;*/
}

div[class^="nwd-"] p{
    color: #ffffff;
    border-bottom: 1px solid #8dbee5;
}

div[class^="nwd-"] li p{
    font-weight: bold;
    font-size: 15px;
    margin-top: 0;
}

.nwd-1{
    width: 400px;
}

.nwdiv-1{
    width: 32%;
    margin-right: 2%;
    float: left;
}

.nwdiv-2{
    width: 32%;
    margin-right: 2%;
    float: left;
}

.nwdiv-3{
    width: 32%;
    float: left;
}

.nwdiv-3 span{
    display: block;
    border-radius: 3px;
    border: 1px solid #ffffff;
    padding-left: 5px;
    margin-top: 5px;
}

.nwdiv-3 span:hover{
    background: #0e65a9;
    border: 1px solid #0e65a9;
   /* background: #d6f3ff;
    border: 1px solid #d6f3ff;*/
    transition: .5s;
}

.nwdiv-4{
    width: 49.5%;
    margin-right: 1%;
    float: left;
}

.nwdiv-5{
    width: 49.5%;
    float: left;
}

.nwd-2{
    width: 130px;
}

.nwd-3{
    width: 400px;
}

.nwd-4{
    width: 130px;
}

.nwd-5{
    width: 130px;
}

.nwd-6{
    width: 280px;
}
.zblogo{
   width:85%;
}
#main,.main{
		margin-top: 110px;
	}
	.footer{
		background: #222;
		color:#fff
	}
	.fw3-1{
		display: none;
	}
	.footer,.fw3-21 p {
    text-align: center!important
}
	
@media screen and (max-width:520px) {
	.liston {
   display: block!important;
   float: right;
    margin: 12px;
	 margin-top: 0;
}
	.nav-warp-1{
		width:100%;
		margin-top:35px;
	}
	.header{
		display: none
	}
	.nav-warp-2{
		display:none
	}
	.zblogo {
    width: 75%!important;
}
.nav-warp-1 {
    width: 100%!important;
}

}
