#head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-image: url(./top_bg_new03.png);
    background-position: center top;
}

.head {
    overflow: visible;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
}

.head .left_head {
    float: left;
    width: 378px;
    height: 110px;
    line-height: 110px;
}

.left_head .head_logo {
    margin-right: 30px;
    vertical-align: top;
}

.head .right_head ul li {
    float: left;
}

.head .right_head {
    float: left;
    height: 110px;
    width: 820px;
}

.head_list_01 {
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
}

.head_list_01 li {
    padding: 13px 0;
}

.head_list_01 li a {
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    display: block;
    line-height: 14px;
}

.head_list_01 .line {
    float: left;
    height: 8px;
    border-left: 1px solid #adbfd2;
    margin-top: 16px;
}
.head_list_02 ul{
	position: absolute;
	top:70px;
	left:0;
	width:100%;
	background:url(nav-bg.png);
}
.head_list_02 li ul a{
	line-height:45px ;
}

.head_list_02 li {
    margin: 0 5px;
	position: relative;
}

.head_list_02 li a {
    font-size: 18px;
    line-height: 66px;
    display: block;
    padding: 0 20px;
    color: white;
}

.head_list_02 li:hover{
    border-bottom: 4px solid #fff;
}


.form_search {
    float: right;
}

.form_search #wd {
    outline: none;
    background: none;
    border-bottom: 2px solid white;
    color: white;
    line-height: 16px;
    padding: 5px 0;
    width: 0;
    transition: all 0.5s;
}

.form_search #wd.on {
    width: 150px;
}

.form_search #lsj_ss {
    background-image: url(./search_logo.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
}

.form_search input {
    display: inline-block;
    vertical-align: middle;
}


/* 手机版 */

#phone_head {
    background-color: #204f9f;
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: all 0.5s;
    top: 0px;
    z-index: 9999;
}

#phone_head.active {
    left: 0;
}

.phone_top {
    padding: 20px;
}

.form_search2 {
    width: 80%;
    margin: auto;
}

.listoff {
    float: right;
    width: 20px;
    margin-top: 15px;
}

.form_search2 {
    font-size: 0;
}

#wd2 {
    background: none;
    outline: none;
    border: none;
    border-bottom: 2px solid white;
    color: white;
    padding: 10px;
    width: 80%;
}

#lsj_ss2 {
    background: none;
    background-image: url(./search_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.phone_nav {
    padding: 20px;
}

.phone_nav a {
    display: block;
    color: white;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s;
    overflow: hidden;
    padding-right: 20px;
}

.phone_nav>li {
	width: 100%;
    text-indent: 5px;
    border-bottom: 2px solid white;
}

.phone_nav li ul {
    padding-left: 20px;
}

.phone_nav .off li a {
    height: 0;
}

.bottom_lay {
    width: 15px;
    margin-top: 15px;
    float: right;
    transform: rotateZ(90deg);
    transition: all 0.5s;
}

.bottom_lay.on {
    transform: rotateZ(0);
}

.head_links {
    padding: 0 20px;
}

.head_links a {
    font-size: 14px;
    color: #adcae8;
}

.head_links li {
    width: 33%;
    float: left;
    text-align: center;
    line-height: 30px;
}


/* 头部适应 */

@media screen and (max-width:1220px) {
    .head .right_head {
        float: none;
        width: 100%;
        height: auto;
    }
	
    .head .left_head {
        float: none;
        width: 100%;
        text-align: center;
        height: 70px;
        line-height: 70px;
    }
	.header,.nav-warp{
		
		overflow: hidden;
	}
	.nav-warp-2.zb-14{
		display: none;
	}
	.nav-warp,.header-warp{
		width: 100%!important;
	}
	.liston {
		float: right;
    margin: 12px;
		display: block;
	}
    #head {
        background: none;
        background: url(./topbg_01.png);
    }
    .head_list_02 li a {
        line-height: 40px;
    }
    .left_head .head_logo {
        margin-right: 0;
    }
}

@media screen and (max-width:900px) {
    .left_head .liston {
        display: inline-block;
        float: right;
        width: 20px;
        margin-top: 25px;
        margin-right: 20px;
    }
    .head .right_head {
        display: none;
    }
}
@media screen and (max-width:380px) {
	.zblogo{
			zoom: 0.89;
		}
}
@media screen and (max-width:330px) {
	.zblogo{
		zoom: 0.73;
    margin-top: 9px;
}
}