@charset "utf-8";
/*全站全局样式*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #1a1a1a;
	background: #fff;
	font-family: "微软雅黑";
	min-width:1280px;}
a {
	color: #1a1a1a;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	outline: none;
	cursor: pointer;
}
a:hover {
	color: #3087d9;
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, p, form, ul, li, ol, dl, dt, dd, div {
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-weight: normal;
}
i,s{ font-style:normal}
img {
	border: none;
	vertical-align: middle
}
input,button,select,textarea {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	font-family: "微软雅黑";
	resize:none;
}
.mt-10 {
	margin-top: 10px
}
.mt-20 {
	margin-top: 20px
}
.mt-30 {
	margin-top: 30px
}
.w1080{ width:1080px; margin:0 auto}
.w900{ width:900px; margin:0 auto}
.w100{ width:100%}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	position: relative;
}
.fl {
	float: left
}
.fr {
	float: right
}
.pr {
	position: relative
}
/*公用 css*/
.main,.home{
	width: 1080px;
}
.main,.box,.home {
	margin-left: auto;
	margin-right: auto;
	position: relative
}
.box:before, .box:after, .main:before, .main:after, .home:before, .home:after {
	display: table;
	content: " ";
	clear: both
}
/*头部 css*/
.j_header{ height:143px;}
.j_top{ width:1080px; height:93px; margin:0 auto;}
.j_logo{ float:left; margin:29px 0 0 5px}
.j_top_right{ float:right; margin:17px 0 0 0; text-align:right}
.j_a_box{ margin-top:15px}
.j_a_box a{ margin-left:23px; color:#3087d9; font-size:14px;}
.j_a_box a:hover,.j_a_box a.active{color:#e90101}
.j_navbox{ height:50px; line-height:50px; background:#3087d9;}
.j_nav{ width:1100px; margin:0 auto; overflow:hidden; }
.j_nav li{ float:left; margin:0 5px}
.j_nav li a{ display:block; padding:0 22px;text-align:center; color:#fff; font-size:16px;}
.j_nav li a.active,.j_nav li a:hover{ background:#4ca8fe}
/*当前位置 css*/
.j_back{ line-height:33px; box-shadow:0 4px 5px -2px #ccc}
.j_back .box{ width:1080px; color:#999999}
.j_back a{ color:#999; margin:0 2px}
.j_back a.active{color:#3087d9}


/*尾部css*/
.footer{ background:#2b2b2b; height:328px; margin-top:40px; position:relative; z-index:3}
.footer_link{ width:1280px; border-bottom:1px solid #202020; margin:0 auto; padding:35px 0 15px;}
.com_block{ float:left}
.links{ margin-left:90px}
.com_block h3{ font-size:16px; color:#e2e2e2; margin-bottom:15px}
.com_block div a{ color:#999999; margin-right:12px; line-height:28px}
.com_block div a:hover{ color:#e2e2e2}
.footer_code{ float:right; margin-right:32px;}
.footer_code div{ float:left; text-align:center; color:#999; margin-left:58px}
.footer_code div p{ line-height:28px;}
.footer_text{ border-top:1px solid #363636; width:1280px; margin:0 auto; text-align:center}
.footer_text p{ line-height:20px; color:#e2e2e2; padding-top:30px;}


