@charset "utf-8";
/* CSS Document */
@font-face{
     font-family: 'Lato-Light'; 
     src: url('../fonts/Lato-Light.eot');
     src:url('../fonts/Lato-Light.woff') format('woff'),
         url('../fonts/Lato-Light.woff2') format('woff2'),
         url('../fonts/Lato-Light.ttf') format('truetype'),
         url('../fonts/Lato-Light.svg') format('svg');
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.8 Lato-Light, Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	font: 14px/1.8 Lato-Light, Arial, "Microsoft YaHei", sans-serif;
	color: #2b2b2b;
	line-height: 26px;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px/1.8 Lato-Light, Arial, "微软雅黑", "Microsoft YaHei", sans-serif;
}
input, textarea, select {
 *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #2b2b2b;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ff661a;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
/* css common */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
*zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.m90{
	margin-top: 90px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}

/* 颜色*/
.white{
	color: #fff;
}

/*分页*/
#page {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 60px;
	padding: 5px 0px;
}
#page A {
	border: #ff661a 1px solid;
	padding: 5px;
	margin: 5px;
	text-decoration: none;
}
#page A:hover {
	border: #ff661a 1px solid;
	padding: 5px;
	margin: 5px;
	background: #ff661a;
	color: #fff;
	text-decoration: none;
}
#page A:active {
	border: 1px #ff661a solid;
	padding: 5px;
	margin: 5px;
}
#page a.active {
	border: 1px #ff661a solid;
	padding: 5px;
	margin: 5px;
	background: #ff661a;
	color: #fff;
	font-weight: bold;
}
#page SPAN.current {
	border: 1px #ff661a solid;
	padding: 5px;
	margin: 5px;
}
#page SPAN.disabled {
	border: 1px #ccc solid;
	padding: 5px;
	color: #ccc;
}

/* Header */
.header{
	width: 100%;
	height: 72px;
	background: #ff661a;
	position: relative;
	z-index: 999;
}
.header.fixedtop{
	position: fixed;
	top: 0;
	left: 0;
}
.header .lt{
	height: 72px;
	display: block;
	display: flex;
	align-items: center;
}
.header .nav{
	height: 72px;
}
.header .nav li{
	float: left;
}
.header .nav > ul > li{
	position: relative;
}
.header .nav > ul > li > a{
	padding: 0 25px;
	display: block;
	line-height: 72px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bolder;
}
.header .nav > ul > li:hover > a, .header .nav > ul > li.current > a{
	background: #fff;
	color: #ff661a;
}
.header .nav > ul > li > ul{
	width: 200px;
	display: none;
	position: absolute;
	left: 0;
	top: 72px;
	background: #fff;
	padding: 10px 0;
}
.header .nav > ul > li > ul > li{
	width: 100%;
}
.header .nav > ul > li > ul > li > a{
	padding: 0 10px;
	display: block;
	line-height: 36px;
}
.header .nav > ul > li > ul > li:hover > a{
	color: #fff;
	background: #ff661a;
}

/* Footer */
.footer{
	width: 100%;
	overflow: hidden;
}
.footer .box1{
	width: 100%;
	height: 88px;
	background: #ff661a;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.footer .box1 .search_form{
	width: 782px;
	overflow: hidden;
}
.footer .box1 .stxt{
	width: 612px;
	height: 50px;
	line-height: 50px;
	background: #ffffff;
	padding: 0 15px;
	border: none;
	outline: none;
	margin: 0;
	float: left;
}
.footer .box1 .sbtn{
	width: 140px;
	height: 50px;
	line-height: 50px;
	background: #cccccc;
	text-align: center;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	float: right;
	cursor: pointer;
}
.footer .box2{
	display: flex;
	justify-content: space-between;
	padding: 90px 0;
	overflow: hidden;
}
.footer .box2 .tit{
	font-size: 18px;
	color: #ff661a;
	font-weight: bolder;
}
.footer .box2 .con{
	padding-top: 28px;
	line-height: 30px;
	overflow: hidden;
}
.footer .box2 .con li, .footer .box2 .con p{
	line-height: 30px;
}
.footer .box2 .con .share{
	margin-top: 20px;
}
.footer .box3{
	width: 100%;
	border-top: 1px #e5e5e5 solid;
	height: 68px;
	line-height: 68px;
	text-transform: uppercase;
}
.footer .box3 .rt{
	height: 68px;
	display: flex;
	align-items: center;
}
.footer .box3 .rt a{
	display: block;
	margin-left: 10px;
}