/*header*/
.header{
	padding: 0 30px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.6);
    border-bottom:1px #fff solid;
    z-index: 111;
	box-sizing: border-box;
}
.h_con{
    width: 100%;
    margin: 0 auto;
}
.logo,.nav{
    float: left;
}
.logo{
    margin-top: 15px;
}
.logo img {
	width: 380px;
}
.h_phone{
    float: left;
    margin-top: 45px;
    margin-left: 25px;
}
.nav  > li{
    float: left;
    margin: 0 18px;
    text-align: center;
    line-height: 100px;
    width: 110px;
	position: relative;
}
.nav > li a{
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

.nav > li a:hover {
	color: #fff;
	background: #1488F5;
}
.nav{
    margin-left: 40px;
}
.h_phone{
    float: right;
    margin-top: 25px;
    margin-left: 25px;
}
.h_phone span,.h_phone em{
    float: left;
}
.h_phone span{
    width: 260px;
    height: 55px;
    background: #1488F5;
    border-radius: 40px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 36px;
    letter-spacing: -1px;
}
.h_phone em{
    width: 25px;
    height: 25px;
    background: url(imagesicon.png) -37px -4px;
    position: relative;
    margin-left: 20px;
    margin-top: 14px;
    cursor: pointer;
}
.h_phone i{
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    top: 72px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
}
.h_phone i img{
    width: 100%;
}
/*er*/
.er {
	margin-left: -125px;
    position: absolute;
    width: 250px;
    top: 100%;
    left: 50%;
	height: auto;
    display: none;
	z-index: 100;
}
.er_con {
}
.er_con ul li {
	float: none;
	width: auto;
	height: auto;
	line-height: normal;
    overflow: hidden;
	border-bottom: 1px solid #fff;
}
.er_con ul li a {
	padding: 7px 0;
    display: block;
    overflow: hidden;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #046BC8;
}

.menu {
	display: none;
}


@media screen and (max-width:1200px){
	.header{
		padding: 0;
	}
	.h_con{
		padding: 15px 20px;
		position: relative;
		width: auto;
	}
	.logo,.nav{
		float: left;
	}
	.logo{
		margin-top: 0;
	}
	.logo img {
		width: 280px;
	}
	.h_phone{
		display: none;
	}
	.nav{
		display: none;
	}
	
	.menu {
		display: block;
	}
	
 .click {
	margin-top: -20px;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 20px;
	top: 50%;
	background: url(../images/menu.png) left top no-repeat;
	background-size: 40px 40px;
}

 .dropTel {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	text-align: left;
	background: #F0F0F0;
}

 .dropTel p {
	padding: 20px;
	color: #767676;
	font-size: 1.8rem;
}

 .dropTel .tel {
	padding: 0;
}

 .dropTel .tel a {
	display: block;
	padding: 20px;
	color: #333;
	overflow: hidden;
	background: #fff;
}

 .dropTel .tel .txt {
	float: right;
	font-size: 1.8rem;
}

 .dropTel .tel .txt span {
	margin: -8px 0 0 20px;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	background: #FF5527;
	border-radius: 5px;
	vertical-align: middle;
}

 .dropmenu {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.8);
}


 .dropmenu ul {
	border-top: 1px solid #fff;
}

 .dropmenu li a {
	padding: 20px 30px;
	display: block;
	color: #fff;
	font-size: 1.0rem;
	text-align: left;
	border-bottom: 1px solid #fff;
}

}
@media screen and (max-width:1600px) {
	    .h_phone{
        display: none;
    }

}
@media screen and (max-width:1880px){
    .nav li{
        margin: 0 5px;
    }
}
