﻿@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-break: break-all;
}

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: 1100px;
	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-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-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;
}
/*公共样式*/

/*top*/
.header{
	background-color: #f4f4f4;
}
.top{
	height: 108px;
	min-width: 1200px;
	border-bottom: 4px solid #e8e8e8;
}
.top>div{
	height: 108px;
    position:relative;
	/*background: url(../img/top_bg.png) no-repeat right bottom;*/
}
.logo-box{
	float: left;
}
.logo-box .logo{
	float: left;
	height: 94px;
	margin-right: 15px;
	margin-top: 8px;
}
.logo-box .logo img{
	height: 100%;
	width: auto;
}
.logo-box div{
	float: left;
	border-left: 2px solid #d7d7d7;
	padding-left: 15px;
	height: 72px;
	margin-top: 20px;
}
.logo-box div h2{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	letter-spacing:2px;
}
.logo-box div span{
	display: block;
	/*font-family: Arial;*/
	font-weight: bold;
	color: #666;
	font-size: 12px;
	letter-spacing:-0.9px;
}
.top_j{
	float: left;
	line-height: 20px;
	font-size: 14px;
	margin-top: 62px;
	margin-left: 15px;
    font-weight:bold;
}
.top-rx {
	height: 48px;
	padding-left: 60px;
	margin-top: 35px;
	float: right;
	background: url(../img/phone.png) no-repeat left center;
}
.top-rx p{
	line-height: 26px;
	color: #ff3525;
    font-weight:bold;
    font-size:16px;
}
.nav{
	background-color: #efefef;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #fdfdfd;
}
.nav li{
	float: left;
	width: 12.5%;
}
.nav li a{
	display: block;
	line-height: 56px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	width: 100%;
	background: url(../img/nav_bg.png) no-repeat left center;
	text-align: center;
}
.nav li:first-child a{
	background: none;
}
.nav li.active,.nav li:hover{
	background: url(../img/nav_bgs.png) no-repeat center 45px;
}
.nav li.active a,.nav li:hover a{
	color: #27146d;
}

/*title*/
.title{
	position: relative;
	width: 100%;
	background-color: #1f83cb;
	height: 36px;
	color: #fff;
	margin: 12px auto;
	box-sizing: border-box;
	padding: 0 20px;
    margin-bottom:8px;
}
.title h2{
	font-size: 14px;
	line-height: 36px;
	float: left;
}
.title a{
	float: right;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
}
.title em{
	display: block;
	width: 136px;
	text-align: center;
	height: 43px;
	line-height: 43px;
	background: url(../img/index/h2_bg.png) no-repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -21px;
}
.cont1 .title{
	padding-left: 142px;
}

/*footer*/
.footer{
	margin-top: 10px;
}
.footer1{
	background-color: #2f2f2f;
	min-width: 1100px;
	padding: 10px 0;
}
.footer1 ul li{
	float: left;
	width: 14.28%;
}
.footer1 ul li:nth-child(3){
	width: 28.57%;
}
.footer1 ul li dt a{
	font-size: 14px;
	display: block;
	color: #999;
	font-weight: bold;
}
.footer1 ul li dt{
	margin-bottom: 10px;
}
.footer1 ul li dd a{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 24px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer1 ul li:nth-child(3) dd{
	width: 50%;
	float: left;
}
.footer2{
	background-color: #075e9d;
	min-width: 1100px;
}
.footer2 p{
	text-align: center;
	font-size: 12px;
	color: #cbcbcb;
	line-height: 30px;
}
.footer2 .yqlj li{
	float: left;
	line-height: 32px;
	font-size: 12px;
	color: #cbcaca;
	
}
.footer2 .yqlj li a{
	color: #cbcaca;
	display: block;
	margin: 0 10px;
}
.footer2 .wxgz{
	margin-top: 20px;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
    -webkit-justify-content: center;
}
.footer2 .wxgz li{
	margin: 0 20px;
}
.footer2 .wxgz li span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #cbcaca;
	line-height: 30px;
}
.footer2{
	/*padding: 10px 0;*/
}

/*banners*/
.banners{
	width: 100%;
	height: 200px;
	min-width: 1100px;
	background-position: center center;
}

/*menu*/
.menu{
	float: left;
	width: 240px;
}
.menu h2{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #b2b2b2;
	padding-right: 20px;
	background: url(../img/menu-t.png) no-repeat 198px center;
    background-color: #075e9d;
	position: relative;
}
.menu h2 span{
    font-size:14px;
}
.menu h2 i{
	display: block;
	width: 100%;
	height: 22px;
	position: absolute;
	bottom: -22px;
	left: 0;
	background: url(../img/yy.png) no-repeat center center;
	background-size: 100% 100%;
}
.menu ul{
	margin-top: 12px;
}
.menu li a{
	display: block;
	line-height: 42px;
    height:42px;
	padding: 0 35px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
    font-weight:bold;
	background: url(../img/menu.png) no-repeat 200px center;
}
.menu li{
	background: url(../img/menu_bg.jpg) repeat-x center center;
    background-size: 100% 100%;
	border: 1px solid #d2d2d2;
	margin-bottom: 5px;
}
.menu li.active a,.menu li:hover a{
	color: #fff;
	background-image: url(../img/menus.png);
}
.menu li:hover, .menu li.active {
    background-image: url('../img/333.jpg');
}

/*crumbs*/
.crumbs{
	border-bottom: 1px solid #bcbcbc;
	height: 50px;
}
.crumbs h2{
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	margin-top: 10px;
}
.crumbs h2 span{
	font-weight: normal;
	font-size: 16px;
}
.crumbs ul{
	float: right;
	padding-left: 22px;
	background: url(../img/home.png) no-repeat left center;
	margin-top: 10px;
}
.crumbs ul li{
	float: left;
	line-height: 40px;
	font-size: 12px;
	color: #666;
}
.crumbs ul li a{
	color: #666;
	margin: 0 5px;
}
/*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: #0367be;
            border-color: #0367be;
        }
/*2018-02-06*/
.menu-lx {
    width: 100%;
    overflow:hidden;
    margin-top:10px;
    border-radius:5px;
    border:1px solid #2882e8;
}
.menu-lx div{
    padding:8px 15px;
    background-color:#fff;
}
.menu-lx h2 span{
    display:block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    height:40px;
    padding-left: 40px;
    background: url('../img/lxfs.png') no-repeat 10px center;
    background-size: auto 60%;
    text-align:left;
}
.menu-lx h2{
    background: url('../img/lxfs_bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}
.menu-lx p{
    font-size:13px;
    color:#fff;
    color:#666;
    line-height:24px;
}