/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    font-style: inherit;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
.rest h1,.rest h2,.rest h3,.rest h4,.rest h5,.rest h6,.rest strong,.rest i{
	font-style: inherit;
	font-style: initial;
}
.rest h1,.rest h2,.rest h3,.rest h4,.rest h5,.rest h6,.rest strong{
	font-weight: bold;
}
.rest img,.rest table{
	max-width: 100%;
}
li{list-style: none;}
input[type="button"],input[type="submit"]{border:none;outline: none;}
main, article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PingFang SC','Microsoft Yahei','Helvetica Neue',Helvetica,STHeitiSC-Light,Arial;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;color: inherit;}
/* 让链接在 hover 状态下显示下划线 */
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* IE6,7焦点点状线去除 */
a:focus,*:focus {
    outline:none;
}
del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */



hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}



small {font-size: 85%;}

strong {font-weight: bold;}



/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] { overflow: visible;border:none;
  outline: none;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.fl{
    float: left;
}
.fr{
    float: right;
}
/* 清除浮动 */
.clearfix:after {
    content:"";
    display:block;
    clear: both;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for IE6 IE7 */
}
.clear{
    clear:both;
    display:block;
    overflow:hidden;
    height:0;
    line-height:0;
    font-size:0;
}


/*头部*/
body{
	min-width: 1200px;
}
.w-1200{
	width: 1200px;
	margin: 0 auto;
}
.header-top{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #e6e6e6;
}
.header-top span{
	color: #4a4a4a;
	font-size: 13px;
}

.header-top p{
	font-size: 13px;
	color: #4a4b4b;
}
.header-top p a{
	font-size: 13px;
	color: #4a4b4b;
	margin-left: 12px;
}
.header-top p a:hover{
	color: #f49600;
}
.header-bottom{
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #fff;
	box-shadow: 0 0 1px rgba(156,156,156,.66);
}
.logo img{
	max-width: 182px;
	vertical-align: middle;
	margin-right: 205px;
}
nav{
	line-height: 88px;
}
nav>ul>li {
	float: left;
	margin-right: 45px;
	position: relative;
}
nav>ul>li:last-of-type{
	margin-right: 0;
}
nav>ul>li.active:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	background: #f6a626;
	opacity: .85;
	top: 76px;
	left: 0;
}
nav>ul>li.active>a{
	color: #f49600;
}
nav>ul>li>a{
	color: rgba(0,0,0,.85);
	font-size: 15px;
	position: relative;
	padding: 0 6px;
}
nav>ul>li>a:hover{
	color: #f49600;
}
nav li.slide>a:before{
	content: "";
	display:block;
	position: absolute;
	width: 14px;
	height: 8px;
	right: -18px;
	top: 7px;
	background: url(../images/down.png) no-repeat center;
}
.search{
	width: 150px;
	height: 38px;
	border: 1px solid #d1d1d1;
	border-radius: 38px;
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}
.search .search-text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	padding-left: 19px;
	font-size: 13px;
}
.search-btn{
	position: absolute;
	right:0;
	top: 0;
	width: 32px;
	height: 38px;
	background:#fff url(../images/search-btn.png) no-repeat center;
}
nav .nav-menu{
	position: absolute;
	width: 170px;
	padding: 15px;
	z-index: 999;
	line-height: 40px;
	background: #F19A0F;
	color: #f2f2f2;
	display: none;
	
}
nav .nav-menu:after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #F19A0F;
	position: absolute;
	top: -9px;
	left: 30px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
nav li:hover .nav-menu{
	display: block;
}
.nav-menu a:hover{
	color: #fff;
}
/*底部*/
footer{
	width: 100%;
	background: #131313;
	padding-top: 40px;
}
.footer-left{
	width: 225px;
}
footer h2{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 30px;
}
.footer-left li{
	font-size: 13px;
	color: #cccccc;
	padding-left: 25px;
	line-height: 20px;
	margin-bottom: 15px;
}
.footer-left li:first-of-type{
	background: url(../images/footer-left1.png) no-repeat left 5px;
}
.footer-left li:nth-of-type(2){
	background: url(../images/footer-left2.png) no-repeat left top;
}
.footer-left li:nth-of-type(3){
	background: url(../images/footer-left3.png) no-repeat left top;
}
.footer-ewm{
	padding-top: 50px;
	margin-left: 60px;
}
.footer-ewm .pic{
	width: 126px;
	height: 126px;
	text-align: center;
	line-height: 126px;
	background: url(../images/ewm-bg.png) no-repeat center;
}
.footer-ewm .pic img{
	width: 106px;
	vertical-align: middle;
}
.footer-ewm .text{
	font-size: 13px;
	color: #999999;
	line-height: 22px;
	padding-top: 35px;
	padding-left: 15px;
}
.footer-nav{
	width: 155px;
	margin-left: 125px;
}
.footer-nav a{
	color: #cccccc;
	font-size: 13px;
}
.footer-nav a:hover{
	color: #fff;
}
.footer-nav li{
	float: left;
	width: 50%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.footer-nav li:after{
	content: "";
	width: 26px;
	height: 1px;
	background: #605f60;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
}
.footer-form{
	width: 300px;
	text-align: left;
}
.footer-form input[type=text]{
	width: 290px;
	height: 30px;
	background: rgba(238,238,238,.13);
	font-size: 12px;
	border: none;
	outline: none;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #ccc;
}
.footer-form textarea{
	width: 290px;
	height: 50px;
	background: rgba(238,238,238,.13);
	font-size: 12px;
	border: none;
	outline: none;
	padding-left: 10px;
	line-height: 20px;
	color: #ccc;
	margin-bottom: 12px;
}
.sub-btn{
	width: 90px;
	height: 30px;
	background: #f6ab33;
	font-size: 12px;
	color: #ffffff;
	    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.sub-btn:hover {
    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee;
}
.footer-bottom{
	padding:15px 0;
	border-top: 1px solid #454244;
	margin-top: 40px;
}
.footer-bottom p,.footer-bottom a{
	font-size: 12px;
	color: #cccccc;
}
.footer-bottom a{
	float: right;
}
.footer-bottom a:hover{
	color: #fff;
}
