@charset "utf-8";

/* 
 *@Project: 样式重设及公共样式表
 */

html {
	color: #7a7a7a;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width: 1200px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	table-layout: fixed;
}

i {
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Microsoft Yahei, tahoma, arial, sans-serif;
}

body a {
	color: #ababab;
	outline: none;
	blr: expression(this.onFocus=this.blur())\9;
}

input,
select,
textarea,
button {
	font-size: 100%;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset,
img {
	border: 0;
}

iframe {
	display: block;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
	line-height: 0
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

.w1020 {
	width: 1020px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1100 {
	width: 1100px;
	margin: 0 auto;
}
.w1380{
	width: 1380px;
	margin: 0 auto;
}
.w900 {
	width: 900px;
}
.w960 {
	width: 960px;
}
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	zoom: 1;
}

body .fn-hide {
	display: none;
}

body .fn-show {
	display: block;
}

body .fn-v-hide {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

body .fn-v-show {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

.fn-left,
.fn-right {
	display: inline;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

.padding-t-10 {
	padding-top: 10px;
}

.padding-t-15 {
	padding-top: 15px;
}

.padding-b-10 {
	padding-bottom: 10px;
}

.padding-b-30 {
	padding-bottom: 30px;
}
.padding-10 {
	padding: 10px;
}

.padding-tb-10 {
	padding: 10px 0;
}

.padding-lr-5 {
	padding: 0 5px;
}

.margin-t-5 {
	margin-top: 5px;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-t-15 {
	margin-top: 15px;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-25 {
	margin-top: 25px;
}

.margin-t-30 {
	margin-top: 30px;
}

.margin-t-35 {
	margin-top: 35px;
}

.margin-t-40 {
	margin-top: 40px;
}

.margin-t-50 {
	margin-top: 50px;
}

.margin-t-60 {
	margin-top: 60px;
}

.margin-l-5 {
	margin-left: 5px;
}

.margin-l-10 {
	margin-left: 10px;
}

.margin-l-15 {
	margin-left: 15px;
}

.margin-l-20 {
	margin-left: 20px;
}

.margin-l-30 {
	margin-left: 30px;
}

.margin-l-40 {
	margin-left: 40px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-r-5 {
	margin-right: 10px;
}

.margin-b-5 {
	margin-bottom: 5px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-15 {
	margin-bottom: 15px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-30 {
	margin-bottom: 30px;
}

.margin-b-40 {
	margin-bottom: 40px;
}

.margin-b-50 {
	margin-bottom: 50px;
}

.margin-b-60 {
	margin-bottom: 60px;
}

.margin-r-40 {
	margin-right: 40px;
}
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.margin-lr-10 {
	margin: 0 10px;
}

.margin-lr-20 {
	margin: 0 20px;
}

.b-r-3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}

.b-r-5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}

.b-r-10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}

.b-r-50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

body {
	background-color: #fff;
}


/*scrollbar*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bg {
	background-color: #6a6f6d;
}


/*
 * 共用样式
 */


/*a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}*/

::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #2882e8;
}

img{
	display: block;
}
/*公共样式*/

body{
	
}
/*header*/
.header{
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
}
.top{
    background-color: #e9e9e9;
    height: 30px;
}
.top-right{
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
.top-right a{
	color: #999;
	margin: 0 5px;
}
.header{
	min-width: 1200px;
}
.logo-box{
	height: 95px;
}
.logo{
	float: left;
	height: 80px;
	margin-top: 7px;
}
.logo i{
	float: left;
	padding-right: 22px;
	margin-right: 22px;
	background: url(../images/logo-bg.png) no-repeat right center;
}
.logo i img{
	height: 80px;
	width: auto;
}
.logo div{
	float: left;
	margin-top: 18px;
}
.logo div b{
	font-size: 26px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
}
.logo div span{
	display: block;
	font-size: 16px;
	color: #cb7201;
	line-height: 30px;
}
.logo-hot{
	float: right;
	margin-top: 20px;
}
.logo-hot span{
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #e38a19;
	line-height: 30px;
}
.logo-hot em{
	line-height: 30px;
	font-size: 18px;
	color: #333;
}
.nav{
	background-color: #dc9132;
	height: 50px;
}
.nav a{
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	width: 200px;
	text-align: center;
}
.nav a:hover,.nav a.active{
	background-color: #894d00;
}

/*搜索框*/
.search-box{
	height: 60px;
}
.notice-box em{
	float: left;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #894d00;
	padding-left: 40px;
	background: url(../images/notice.png) no-repeat left center;
}
.notice{
	float: left;
	height: 60px;
}
.notice .swiper-slide{
	height: 60px;
}
.notice .swiper-slide a{
	display: block;
	line-height: 60px;
	font-size: 16px;
	color: #e79d4e;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice .swiper-container{
	height: 60px;
	width: 350px;
}
.search{
	margin-top: 15px;
}
.search input{
	float: left;
}
.search .in-text{
	float: left;
	width: 200px;
	height: 28px;
	padding: 0 10px;
	line-height: 28px;
	border: 1px solid #ddd;
	border-right: none;
}
.search .btn{
	float: left;
	width: 50px;
	line-height: 30px;
	background-color: #c17d26;
	font-size: 12px;
	color: #fff;
}

/*foonter*/
.footer{
	min-width: 1200px;
	background-color: #dc9132;
	padding-bottom: 20px;
}
.footer-nav{
	height: 36px;
	background-color: #b16300;
	min-width: 1100px;
}
.footer-nav a{
	float: left;
	width: 183.333px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.footer-box{
	margin-top: 30px;
}
.footer-c{
	float: left;
}
.footer-c h4{
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}
.footer-c p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footer-c p a{
	color: #fff;
}
.footer-wx{
	float: right;
}
.footer-wx li{
	float: left;
	margin-left: 30px;
}
.footer-wx li img{
	width: 140px;
	height: 140px;
	box-sizing: border-box;
	padding: 5px;
	background-color: #fff;
}
.footer-wx li span{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
/*menu*/
.menus{
	width: 210px;
	float: left;
}
.menus h2{
	line-height: 60px;
	background-color: #dc9132;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.menus-c li{
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	background-color: #fff;
}
.menus-c li:last-child{
	border: none;
}
.menus-c a{
	display: block;
	line-height: 24px;
	border-left: 3px solid #ddd;
	padding-left: 20px;
}
.menus-c li.active a,.menus-c li:hover a{
	border-color: #dc9132;
	color: #dc9132;
}
.title{
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.title h2{
	width: 220px;
	line-height: 40px;
	background-color: #fff;
	font-size: 22px;
	color: #b16300;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	margin-bottom: -20px;
}
/*悬浮菜单*/
.suspend  {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 3;
}
.suspend li{
	display: block;
	height: 45px;
	width: 45px;
	position: relative;
	margin-bottom: 5px;
}
.suspend li a{
	background-color: #ff8e00;
	display: block;
	height: 45px;
	width: 135px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.suspend li a i{
	display: block;
	height: 45px;
	width: 45px;
	float: left;
	box-sizing: border-box;
}
.suspend li a span{
	display: block;
	float: left;
	width: 90px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
.suspend li div{
	position: absolute;
	height: 100px;
	width: 100px;
	box-sizing: border-box;
	border: 4px solid #ff8e00;
	top: 50%;
	margin-top: -50px;
	left: -110px;
}
.suspend li div img{
	display: block;
	width: 100%;
	height: 100%;
}

/*内页banner*/
.banners img{
	width: 100%;
	min-width: 1200px;
	height: auto;
}
