header .toph{
	height: 28px;
	background-color: #1e2b58;
}
header .toph .toph-box{
	max-width: 80%;
	margin: auto;
}
header .toph .toph-box .hy{
	float: left;
	color: #fff;
	line-height: 28px;
}
header .toph .toph-box>a img{
	height: 39px;
	margin-top: 13px;
}
header .toph .toph-box .wechat{
	float: right;
	position: relative;
	padding-right: 30px;
	line-height: 30px;
	margin-right: 20px;
}
header .toph .toph-box .wechat:after{
	content:"";
	display:block;
	width:22px;
	height:22px;
	background-image: url("../image/weixin1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position:absolute;
	top:4px;
	right:0;
}
header .toph .toph-box .wechat>div:nth-child(1){
	color: #fff;
}
header .toph .toph-box .wechat .tc{
	display: none;
    width: 102px;
    height: 122px;
    padding: 10px;
    background: #425462;
    position: absolute;
    top: 35px;
    right: -31px;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
header .toph .toph-box .wechat .tc:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #425462;
	position:absolute;
	top:-8px;
	right:57px;
}
header .toph .toph-box .wechat .tc .ewm{
	width: 102px;
    height: 102px;
    background: #fff;
    margin-bottom: 3px
}
header .toph .toph-box .wechat .tc .ewm img{
	width: 100%;
	height: 100%;
}
header .toph .toph-box .wechat .wz{
	font-size: 14px;
	line-height: 20px;
}
header .toph .toph-box .wechat:hover .tc{
	display: block;
}
header .toph .toph-box .phone{
	float: right;
	position: relative;
	padding-right: 30px;
	line-height: 30px;
	margin-right: 20px;
}
header .toph .toph-box .phone span{
	color: #fff;
}
header .toph .toph-box .phone:after{
	content:"";
	display:block;
	width:22px;
	height:22px;
	background-image: url("../image/phone.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position:absolute;
	top:4px;
	right:0;
}



header .topnav{
	background: -webkit-linear-gradient(#eff0f2, #bdc1c2); 
	background: -o-linear-gradient(#eff0f2, #bdc1c2); 
	background: -moz-linear-gradient(#eff0f2, #bdc1c2); 
	background: linear-gradient(#eff0f2, #bdc1c2); 
	height: 105px;
}
header .topnav>div{
	height: 105px;
	max-width: 1170px;
	margin: auto;
	padding-right: 15px;
    padding-left: 15px;
}
header .topnav a{
	float: left;
}
header .topnav a>img{
	height: 65px;
	margin-top: 20px;
}
header .topnav nav{
	float: right;
	
	margin-top: 5px;  
}
header .topnav nav>ul{
	height: 44px;
}
header .topnav nav>ul>li{
	float: left;
	height: 44px;
	position: relative;
}
header .topnav nav>ul>li>a{
	display: block;
	color: #333;
	width: 120px;
	font-size: 15px;
	text-align: center;
	line-height: 44px;
}
header .topnav nav>ul>li:hover>a{
	color: #1e2b58;
}
header .topnav nav>ul>li .nav_sub{
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 2;
	display: none;
}
header .topnav nav>ul>li:hover .nav_sub{
	display: block;
}
header .topnav nav>ul>li .nav_sub li a{
	display: block;
	color: #333;
	width: 110px;
	font-size: 15px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
}
header .topnav nav>ul>li .nav_sub li:hover a{
	background-color: rgba(0,0,152,0.8);
}

.nav-search {
    outline: none;
    border: none;
		width: 160px;
		height: 26px;
        padding: 0 0 0 5px;
    box-shadow: 2px 2px 2px #ddd inset;
    background-image: url(../image/search_btn.png);
    background-position: 138px 4px;
    background-repeat: no-repeat;
}
.search-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 1px;
    top: -2px;
    border: none;
    outline: none;
    background: none;
}
input{
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.tel-info{
	display: inline-block;
	float: right;
	margin-right: 32px;
	margin-top: 23px;
}
.tel-info img{
	height: auto !important;
}

.search{width: 100%; max-width: 1200px;margin: 0 auto;font-size: 14px; line-height: 3.4em;display: flex; flex-wrap: nowrap;margin-bottom: 40px;}
.search input{display: flex; box-sizing: border-box; padding: 0 1em; width: 100%;border: 1px solid #ededed;}
.search input::-webkit-input-placeholder {  color: #aaaaaa; }
.search input:-moz-placeholder {  color: #aaaaaa; }
.search input::-moz-placeholder {  color: #aaaaaa; }
.search input:-ms-input-placeholder {  color: #aaaaaa; }
.search button{ width: 8em;text-align: center;background: #1e2b58;border: none;outline: none;color: #ffffff;}
.nav_banner{width: 100%; box-sizing: border-box; padding: 0 2%;font-size: 14px;height: 4em;background: #eeeeee;margin-top: -10px;padding-top: 1.3em;}
.nav_banner>div{ width: 100%; max-width: 1200px; margin: 0 auto; display: flex;padding-left: 0.6em;}
.nav_banner a{color: #666666; padding-right: 0.4em;text-decoration: none;line-height: 1.4em; }
.nav_banner a img{width: 1.1em;height: 1.1em;margin-top: -0.2em;}
.nav_banner a:last-child{max-width: 8em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden; }
.nav_banner a span {padding: 0 0.4em; color: #aaaaaa;}


#contact{width: 100%;margin: 0 auto;box-sizing: border-box;}
      #contact h1 {
        font-weight: 600;
				padding:20px 0 40px;
				color: #1e2b58;
				font-size: 36px;
      }
      #contact #contactWay{
        display: flex;
        flex-wrap: wrap;
        width: 100%;max-width: 1200px;
        margin: 40px auto 0;
      }
      #contact #contactWay>div{
        width: 50%;
      }
      #contact #contactWay h1{
        width: 100%;
      }
      #contact #contactWay p{
        font-size: 15px;
        padding-bottom: 30px;
      }
      #contact #contactWay .imgcode{
        display: flex;
        justify-content: space-between;
        text-align: center;
      }
      #contact #contactWay .imgcode h6{
        font-size: 18px;
				line-height: 1em;
				margin: 0;
				padding: 10px;
			}
			#contact #contactWay .imgcode>div{
				width: 50%;
			}
      #contact #contactWay .imgcode img{
				width: 67%;
      }
      #recruit {
        width: 100%;
        margin: 60px auto 0;
        background: #f2f2f2;
        padding: 40px 0 60px;
      }
      #recruit h1{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
      }
      #recruit ul{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
      }
      #recruit ul li{
				box-sizing: border-box;
				padding: 2em 3.2em;
        width: 33%;
        display: flex;
        flex-direction: column;
        justify-content: center;
				text-align: center;
				border: 1px solid #f2f2f2;
				transition: all 0.5s;
			}
			#recruit ul li:hover{
				box-sizing: border-box;
				background: #ffffff;
				border: 1px solid #1e2b58;
			}
		
      #recruit ul li img{
        width: 28%;
        display: block;
        margin: 20px auto;
      }
      #recruit ul li h6 {
        font-size: 20px;
        color: #222222;
        font-weight: 600;
      }
      #recruit ul li p {
				width: 100%;
        font-size: 14px;
				color: #666666;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
      }
      #recruit ul li a{
				color: #1e2b58;
			}
			#recruit ul li span{
				text-decoration: underline;
			}
			#recruit ul li a:hover{
				color: #1e2b58;
				text-decoration: none;
      }
      #links {
        width: 100%;
        max-width: 1200px;
        padding: 0;
        margin: 40px auto;
        background: none;
      }
      #links ul li{
        width: 25%;
      }
      #links ul li img{
        width: 60%;
			}
			
			#dituContent{
				width: 100%;
				margin: 30px auto 0;
				height: 600px;
			}
			.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
          .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
@media screen and (max-width: 768px){
	.nav_banner{height: 3em;padding-top: 0.8em;}
	.search{width: 96%;margin: 0 auto 16px; line-height: 2.6em;}
	.search button{width: 5em;}
	#contact #contactWay {
		margin: 10px auto;
	}
	#contact #contactWay h1{
		font-size: 20px;
		text-align: center;
		padding: 0;
		margin:20px 0;
	}
	#contact #contactWay>div{
		width: 100%;
		text-align: center;
	}
	#contact #contactWay p{
		padding: 0;
		margin-bottom: 20px;
	}
	#contact #contactWay .imgcode{
		margin-top: 20px;
	}
	#contact #contactWay .imgcode h6{
		font-size: 14px;
		color: #888888;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}
	#recruit{
		padding: 10px 2% 30px;
		margin: 30px 0;
	}
	#recruit h1{
		font-size: 20px;
		text-align: center;
		padding: 0;
		margin:20px 0;
	}
	#recruit ul li{
		width: 30%;
		padding: 0;
	}
	#recruit ul li img{
		width: 36%;
		margin: 20px auto;
	}
	#recruit ul li h6{
		font-size: 16px;
		display: -webkit-box;            
    -webkit-box-orient: vertical;     
		-webkit-line-clamp: 1;
		overflow: hidden; 
		margin: 0 auto ;
	}
	#recruit ul li p{
		margin: 8px auto;
		font-size: 14px;
		display: -webkit-box;            
    -webkit-box-orient: vertical;     
		-webkit-line-clamp: 2;
		overflow: hidden; 
	}
	#recruit ul li a{
		font-size: 14px;
		text-decoration: none;
	}
	#recruit ul li span{
		text-decoration: underline;
	}
	#links{
		margin: 20px auto 0;
	}
	#contact h1{
		text-align: center;
		font-size: 20px;
		margin: 30px auto 20px;
		padding: 0;
	}
	#dituContent{
		width: 100%;
		margin: 0 auto;
		height: 200px;
	}
}
