.clear {
	clear: both;
	overflow: hidden;
	zoom: 1;
	float: none !important;
}
.logoArea {
	width: 100%;
	z-index: 999;
}
.logoArea .logo .logo_name {
	float: left;
	line-height: 0;
}
.logoArea .logo .logo_tel {
	float: right;
	height: 110px;
}
.logoArea .logo_tel>div {
	float: left;
	line-height: 0;
}
.logoArea .logo_tel img {
	margin-top: 35px;
	margin-right: 11px;
}
.logoArea .logo_tel p:nth-of-type(1) {
	font-size: 16px;
	color: #111;
	line-height: 16px;
	margin-top: 40px;
}
.logoArea .logo_tel p:nth-of-type(2) {
	font-size: 20px;
	color: #ed070d;
	line-height: 15px;
	margin-top: 10px;
}

.main-nav {
	width: 100%;
	background: #222;
	position: relative;
}
.main-nav .l_title {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.main-nav .l_title>ul {
	display: flex;
	justify-content: space-around;
}
.main-nav .l_title>ul>li {
	float: left;
	width: 100px;
	text-align: center;
}
.main-nav .l_title>ul>li:hover, .main-nav .l_title>ul>li.on {
	background: #ecc834;
}
.main-nav .l_title>ul>li:hover>a, .main-nav .l_title>ul>li.on>a {
	color: #222;
}
.main-nav .l_title>ul>li>a {
	display: block;
	font-size: 15px;
	color: #fefefe;
	line-height: 50px;
}
.main-nav .sub {
	display: none;
	position:absolute;
	top: 50px;
	z-index: 9;
	min-width: 100px;
}
.main-nav .sub>li {
	min-width: 80px;
	padding: 0 10px;
	height: 35px;
	text-align: center;
	background: #222;
}
.main-nav .sub>li:hover {
	display: block;
	background: #ecc834;
}
.main-nav .sub>li>a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
}
.main-nav .sub>li:hover>a {
	color: #222;
}

.flexslider { margin: 0px auto; position: relative; width: 100%; height: 600px; overflow: hidden; zoom: 1;}
.flexslider .slides li { width: 100%; height: 100%; }
.flex-direction-nav a { width: 70px; height: 70px; line-height: 99em; overflow: hidden; margin: -35px 0 0; display: block; background: url(../images/ad_ctr.png) no-repeat; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s ease; border-radius: 35px; }
.flex-direction-nav .flex-next { background-position: 0 -70px; right: 0; }
.flex-direction-nav .flex-prev { left: 0; }
.flexslider:hover .flex-next { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-prev { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter: alpha(opacity=50); }
.flex-control-nav { width: 100%; position: absolute; bottom: 10px; text-align: center; }
.flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1;}
.flex-control-paging li a { background: url(../images/dot.png) no-repeat 0 -16px; display: block; height: 16px; overflow: hidden; text-indent: -99em; width: 16px; cursor: pointer; }
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height: 600px; display: block; }

.s_mainPic { display: block; width: 100%; height: 350px; overflow: hidden; zoom: 1;}
.s_mainPic>img {width: 100%; height: 350px;}