@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,a,span,i,em,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,a{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{ font-family:"Microsoft YaHei";font-size:14px;color:#333;outline:0;}
body{min-width: 1000px; font-size:14px;line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color: #333;background:#fff;}
p,a{color:#333;}
a{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover{text-decoration: none;}


.wrap{
	position: relative;
	margin:0 auto;
	width: 1000px;
	height: 100%;
}

.clearfix:after,
.clearfix:before{content:" ";display:table;}
.clearfix:after{clear:both;}


.header{height:80px;background:#fff;}
.header .logo{
	float: left;
	width:152px;
	height:50px;
	padding-top: 8px;
}
.header .logo a{
	display: inline-block;
	width:152px;
	height:50px;
	background:url(../images/logo.jpg) center no-repeat;
	text-indent: -9999px;
}
.header .main{
	padding: 0;
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	padding-top: 8px;
}
.header .main .logo{
	display: inline-block;
	float: left;
}
.header .nav{
	float:right;
	padding-top: 15px;
	color:#a2a5a4;
}
.header .nav li{
	display: inline-block;
}
.header .nav a{
	padding: 0px 15px;
	font: bold 16px/35px "微软雅黑";
	color: #3e3e3e;
}
.header .nav a:hover{
	color: #ff6307;
	-webkit-transition: none;
	transition: none;
}


.footer{
	padding-top: 50px;
	height: 100px;
	text-align: center;
}
.footer p,
.footer a{
	color: #ababab;
	line-height: 22px;
}
.footer a:hover{color: #f67b29;}




.banner{
	height: 554px;
	background: url(../images/banner.png) top center no-repeat;
}
.banner a{
	position: absolute;
	left: 50%;
    bottom: 156px;
    width: 287px;
    height: 53px;
    margin-left: -143px;
    font-size: 24px;
    color: #fff;
    background: url(../images/banner_btn.png) no-repeat;
    text-align: center;
    line-height: 55px;
}
.banner a:hover{
	text-shadow: 0 2px 3px #872918;
}


.tab{
	padding-top: 62px;
	padding-bottom: 5px;
	
}
.tab .wrap{
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.tab a{
	float: left;
	width: 25%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 28px;
	color: #666;
	border-bottom: 2px solid transparent;
}
.tab a:hover{
	color: #f9650c;
	border-color: #f9650c;
}



#main .imgs{
	text-align: center;
}
#main .imgs img{
	display: block;
	margin: 0 auto;
}
.imgs1,
.imgs3,
.imgs5{
	background-color: #fff;
}
.imgs2,
.imgs6{
	background-color: #fafafa;
}
.imgs4{
	height: 805px;
	padding-top: 72px;
	background: url(../images/sec4_bg.jpg) no-repeat center top;
}
.flwj{
	position: absolute;
	height: 50px;
	left: 162px;
	bottom: 82px;
	line-height: 50px;
	padding-left: 15px;
}
.flwj a{
	color: #2f74c2;
	font-size: 18px;
    margin-right: 50px;
}
.flwj a:hover{
	text-decoration: underline;
}

.imgs7{
	height: 581px;
	padding-top: 72px;
	background: url(../images/sec7_bg.jpg) no-repeat center top;
}
.bottom_tips{
	background-color: #061b4b;
}
.bottom_tips_wrapper{
	width: 1000px;
	padding: 30px 0;
	margin: 0 auto;
}
.bottom_tips p{
	font-size: 14px;
	color: #7d8eb6;
	text-align: left;
	line-height: 1.6;
}