@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-size: 14px;
}

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;
}
.w1170 {
	width: 1170px;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.w900 {
	width: 900px;
}
.w88{
	width: 88%;
	margin: 0 auto;
	min-width: 1200px;
}
.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;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.flex_t{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.items{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex_s,.flexa{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flex_c{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_e{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.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-t-70 {
	margin-top: 70px;
}

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

.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-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;
	width: 100%;
	box-sizing: border-box;
}
/*公共样式*/
.anniu{
	width: 122px;
	background-color: #4e71d5;
	height: 33px;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	cursor: pointer;
}
.anniu i{
	font-size: 20px;
	margin-left: 5px;
}
.search form{
	position: relative;
}
.search input[type="text"]{
	height: 33px;
	background: none;
	border: 1px solid #fff;
	width: 130px;
	border-radius: 50px;
	padding-left: 10px;
}
.search .s_btn{
	position: absolute;
	left: 20px;
	top: 6px;
	background: url(../images/ss.png) no-repeat center center;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
/*head*/
.header{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.header .logo img{
	width: 150px;
}
.header>div{
	align-items: center;
}
.header .nav ul li{
	line-height: 60px; 
	padding: 0 30px;
	cursor: pointer;
	/*position: relative;*/
}
.header .nav ul li>a{
	font-size: 16px;
	color: #000;
	display: block;
	position: relative;
}
.header .nav ul li>a:hover,.header .nav ul li>a.active{
	color: #000;
}
.header .nav ul li>a::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.header .nav ul li a:hover::after,.header .nav ul li a.active::after {
    width: 100%;
}
.fix-head{
	position: relative;
    z-index: 99;
}
.fixed {
    background: rgba(0,0,0,.25);
}
/* 二级栏目 */
.dropdown-menu{
	display: block;
	top: 58px;
	right: 0;
	left: 0;
	position: absolute;
	z-index: 4;
	background: #fff;
	transition: .3s;
}
.submenu_dropdown{    
	position: absolute;
    width: 100%;
    display: none;
    left: 0px;
	border-top: 1px solid #efefef;
	padding: 60px 0 60px 0px;
    background-color: white;
}
.subdro_box{
	width: 1200px;
    margin: 0 auto;
	position: relative;
}
.subdro_box:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 170px;
    bottom: 20px;
    width: 1px;
    border-left: 1px solid #d6d6d6;
    z-index: 2;
}
.subdro_li{    
	height: 60px;
    line-height: 60px;
	position: relative;
    color: #253746;
}
.subdro_title{    
	font-weight: 700;
	color: #333333;
	font-size: 18px;
}
.subdro_div{
	position: absolute;
    top: 0;
    left: 140px;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding-left: 80px;
}
.subdro_div a{
    color: #666666;
	font-size: 16px;
	display: inline-block;
	margin-right: 36px;
	width: 200px;
}
.subdro_div a:hover{
	color: #4e71d5;
}
/*title*/
.title{
	padding: 110px 0 50px 0;
	text-align: center;
}
.title h3{
	font-size: 36px;
	font-weight: bold;
}
.title h3 i{
	color: #4e71d5;
}
/* footer */
.footer{
	background: #3a3b3f;
    padding: 50px 0 20px 0;
}
.footer .f—h{
	border-top: 1px solid #545454;
	padding-top: 15px;
	margin-top: 15px;
}
.footer .f_icon{
	color: #999;
}
.f_icon_b i.iconfont{
	font-size: 30px;
	margin-right: 15px;
	cursor: pointer;
	color: #999;
}
.f_icon_b{
	display: flex;
	align-items: center;
}
.f_icon_b i.x_h{
	color: #999;
	font-size: 19px;
	cursor: pointer;
	font-weight: bold;
	font-family: 'iconfont';
}
.f_icon_t span{
	font-size: 16px;
	margin-left: 40px;
}
.f_icon_t img{
	width: 145px;
}
.right{
	background: #3a3b3f;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #999999;
   	padding-bottom: 50px;
}
.right a:hover{
	color:#fff;
}
.footer .f-nav{
	overflow: hidden;
}
.footer .f-nav li{
	width: 200px;
	float: left;
	line-height: 35px;
}
.footer .f-nav li h5,.footer .f-ewm h5,
.footer .f-tel .telphone h5,.footer .f-tel .address h5{
	font-size:18px;
	color:#fff;
	cursor: pointer;
	font-weight: 100;
}
.footer .f-nav li a{
	display: block;
    font-size: 16px;
    color: #999;
	font-weight: 100;
}
.footer .f-nav li a:hover{
	color: #4e71d5;
}
.footer .f-ewm{
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.footer .f-ewm p{
	margin: 13px 0;
    font-size: 16px;
	font-weight: 100;
}
.footer .f-ewm img{
	width: 142px;
    height: 142px;
    margin: 0 auto;
    border-radius: 5px;
}
.footer .f-tel{
	width: 245px;
}
.footer .f-tel .telphone p{
	font-size: 30px;
	color:#fff;
	font-weight: bold;
	margin-top: 5px;
}
.footer .f-tel .address p{
	font-size: 16px;
	color:#999999;
}
.right .r_l,.l_l,.r_3{
	font-weight: 100;
	font-size: 16px;
	color: #999;
	line-height: 1.5;
}
.right>div{
	border-bottom: 1px solid #545454;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.right .r_l p{
	line-height: 1.5;
}
.f_icon_b a{
	position: relative;
}
.f_wx{
	display: none;
    position: absolute;
    bottom: 33px;
    left: 50%;
    margin-left: -60px;
}
.f_wx img{
	width: 120px;
    border-radius: 5px;
}
/* 分页展示 */
.page-box {
	margin-bottom: 50px;
	margin-top: 50px;
}
.page-box div{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.page-box a{
	display: block;
	padding: 8px 20px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	margin: 0 10px;
	border-radius: 5px;
	background: #cccccc;
}
.page-box strong{
	display: block;
	padding: 8px 20px;
	font-size: 16px;
	color: #fff;
	margin: 0 10px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #4e71d5;
}
.page-box a:hover{
	color: #fff;
	background-color: #4e71d5;
	border: none;
}
/*header*/
.menu-btn{
	position: fixed;
	top: 3%;
	left: 15px;
	z-index: 9;
	display: none;
	cursor: pointer;
	/* animation: warn 1.5s ease-out 0s infinite; */
}
@keyframes warn {
    0% {
      transform: scale(0.8);
      opacity: 1;
    }
 
    20% {
      opacity: 0.8;
    }
	60% {
	  opacity: 0.6;
	}
	80% {
	  opacity: 0.4;
	}
    100% {
      transform: scale(1.6);
      opacity: 0.2;
    }
  }

.menu-btn i{
	font-size: 25px;
    color: #fff;
}
.menu-btn em{
	display: none;
	width: 25px;
	top: 20px;
	left: 0;
	animation:shubiao 1.2s infinite; 
	-webkit-animation:shubiao 1.2s infinite;
}
@-webkit-keyframes shubiao{
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes shubiao{
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.nav-box{
	height: 100%;
	background-color: #171719;
	width: 300px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	box-sizing: border-box;
	height: 0;
	overflow: hidden;
}
.nav-box h1{
	font-size: 20px;
	color: #fff;
	font-family: "Microsoft YaHei ui";
	margin-top: 48px;
	margin-bottom: 20px;
}
.nav-hide a{
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
}
.nav-hide a:hover,.nav-hide a.active{
	opacity: 1;
}
.menu-off{
	position: fixed;
	left: 320px;
	top: -50px;
	z-index: 9;
	width: 50px;
	height: 50px;
	background: url(../images/gb.png) no-repeat center center;
	background-color: #171719;
	cursor: pointer;
}