﻿@charset "utf-8";

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

html {
	color: #7a7a7a;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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;
	word-wrap:break-word;
}

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;
}

.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-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{
	min-width: 1200px;
}

/*header*/
.header-box{
	width: 80%;
	margin: 0 auto;
	padding: 12px 0;
	min-width: 1200px;
}
.logo{
	float: left;
	height: 70px;
}
.logo img{
	height: 100%;
	width: auto;
}
.nav{
	float: right;
	margin-top: 10px;
}
.nav li{
	float: left;
	margin-left: 35px;
	position: relative;
}
.nav li div{
	position: absolute;
	width: 260px;
	padding: 10px 25px;
	box-sizing: border-box;
	z-index: 99;
	background-color: #fff;
	border-top: 1px solid #ddd;
	top: 72px;
	left: -30px;
	display: none;
}
.nav li>a{
	display: block;
	line-height: 50px;
	font-size: 15px;
    font-weight:bold;
	color: #333;
}
.nav li div a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 36px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.nav a:first-child{
	margin-left: 0;
}
.nav li>a:hover,.nav li.active>a{
	border-bottom: 3px solid #e57405;
	color: #e57405;
}
.nav li div a:hover{
	color: #e57405;
	background: url(../img/navs_bor.jpg) no-repeat left bottom;
}
.language{
	float: right;
	width: 38px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	border: 1px solid #333;
	border-radius: 2px;
	margin-top: 22px;
	margin-left: 20px;
}

/*footer*/
.footer{
	background-color: #000;
	min-width: 1200px;
	padding: 34px 0;
}
.footer-c>img{
	margin: 0 auto;
}
.footer-c ul li{
	float: left;
}
.footer-c ul{
	margin-top: 50px;
}
.footer-c li{
	float: left;
}
.footer-c li:nth-child(1) div:nth-child(1) a{
	float: left;
	font-size: 14px;
	color: #e2e1e0;
	font-family: "微软雅黑";
	margin-right: 50px;
}
.footer-c li:nth-child(1) div:nth-child(1){
	margin-bottom: 40px;
}
.footer-c li:nth-child(1) div:nth-child(2) p{
	font-size: 14px;
	color: #e2e1e0;
	line-height: 32px;
}
.footer-c li:nth-child(1) div:nth-child(2) input{
	float: left;
	width: 324px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 10px;
	background-color: #e2e1e0;
}
.footer-c li:nth-child(1) div:nth-child(2) a{
	float: left;
	width: 124px;
	text-align: center;
	line-height: 32px;
	border: 2px solid #e2e1e0;
	color: #e2e1e0;
}
.footer-c li:nth-child(1)>p{
	font-size: 14px;
	color: #e2e1e0;
	margin-top: 10px;
}
.footer-c li:nth-child(2) p{
	font-size: 14px;
	color: #e5e5e4;
	margin-bottom: 25px;
}
.footer-c li:nth-child(2) p:first-child{
	font-size: 14px;
}
.footer-c li:nth-child(2){
	margin-left: 120px;
}
.footer-c li:nth-child(3){
	float: right;
}
.footer-c li:nth-child(3) a{
	display: block;
	width: 35px;
	height: 35px;
	background: url(../img/icon.png) no-repeat;
	margin-bottom: 10px;
}
.footer-c li:nth-child(3) a:nth-child(2){
	background-position: 0 -35px;
}
.footer-c li:nth-child(3) a:nth-child(3){
	background-position: 0 -70px;
}
.footer-c li:nth-child(3) a:nth-child(4){
	background-position: 0 -105px;
}
.footer-c li:nth-child(3) a:hover{
	background-image: url(../img/icons.png);
}

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

/*menu*/
.menu{
	float: left;
	width: 270px;
}
.menu a{
	display: block;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-right: 70px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/active.png) no-repeat 240px center;
}
.menu a:hover,.menu a.active{
	background: url(../img/actives.png) no-repeat 240px center;
	color: #fa8a1c;
}
/*menus*/
.menus {
    float: left;
    width: 270px;
}
.menus dt a {
    display: block;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-right: 70px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/active.png) no-repeat 240px center;
}

.menus dt.active a {
    background: url(../img/actives.png) no-repeat 240px center;
	color: #fa8a1c;
}

.menus dt:hover a {
   background: url(../img/actives.png) no-repeat 240px center;
	color: #fa8a1c;
}

.menus dd {
    position: relative;
    display: none;
}

.menus dd>a {
    display:block;
    padding-left:30px;
    line-height:40px;
    font-size:14px;
    color:#666;
    border-bottom:1px solid #ddd;
}

.menus dd>.active {
    background-color:#fa8a1c;
    color:#fff;
}

.menus dd>a:hover {
    background-color:#fa8a1c;
    color:#fff;
}

.menus dd ul {
    position: absolute;
    right: -240px;
    top: 0;
    background-color: #fff;
    display: none;
    z-index: 999;
}

.menus dd li a {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    background-color:#fa8a1c;
    color:#fff;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menus dd li .active {
    background-color: #ff6000;
}

.menus dd li a:hover {
    background-color: #ff6000;
}

.menus dd:hover ul {
    display: block;
}
/*page*/
.page {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .page a, .page span {
        display: block;
        line-height: 32px;
        padding: 0 15px;
        font-size: 12px;
        color: #333;
        border: 1px solid #e7e7e7;
        margin: 0 5px;
    }

        .page a:hover, .page a.active, .page span:hover, .page span.active {
            color: #fff;
            background-color: #333;
            border-color: #333;
        }
/**/