/* Reset */

body,
div,
section,
article,
header,
nav,
footer,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
img,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
menu,
figure,
dir,
sup,
pre {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

address,
cite,
dfn,
em,
var {
	font-style: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

small {
	font-size: 11px
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

legend {
	color: #000;
	display: none
}

img {
	border: 0;
	display: block;
}

input,
button,
textarea,
select {
	vertical-align: middle;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

input[type='checkbox'] {
	cursor: pointer;
}

textarea {
	overflow: auto
}

a {
	text-decoration: none
}

:focus {
	outline: 0
}

a,
.hand {
	cursor: pointer
}

button {
	outline: none
}

ul li {
	list-style-type: none;
}


/* Public */

html {
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	color: #181818;
	min-height: 100%;
	background: #fff;
	font: 12px/1.5 "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
	min-width:1260px;
	overflow-x: hidden;
}
.lazy{ 
	background:url(../images/loading.gif) no-repeat  center center
}	
a {
	color: #181818;
}

a:hover {
	color: #185351;
}

.fl {
	float: left
}

.fr {
	float: right
}

.pa {
	position: absolute
}

.pr {
	position: relative
}

.tal {
	text-align: left !important;
}

.tar {
	text-align: right !important;
}

.tac {
	text-align: center
}

.vam {
	vertical-align: middle;
}

button,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

textarea {
	resize: none;
}

button,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

input[type="button"],
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="time"],
input[type="number"],
button,
textarea {
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-ms-clear {
	display: none;
}

input::-webkit-search-cancel-button {
	display: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	font-size: 0 !important;
	line-height: 0!important;
	height: 0!important;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.t-f {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
			transition: all 0.5s;
  }
  .t-c {
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
			transition: color 0.5s;
  } 
  .t-bg {
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
			transition: background 0.5s;
  }
.ones {overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.twos {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical}
   
/* Font */

.fsi {
	font-style: italic
}


/*斜体*/

.fwb {
	font-weight: bold
}


/*加粗*/

.fwn {
	font-weight: normal !important;
}

.fs1 {
	font-size: 14px !important
}

.fs2 {
	font-size: 16px !important
}

.fs3 {
	font-size: 18px !important
}

.fs4 {
	font-size: 24px !important
}

.fs5 {
	font-size: 30px !important
}

.fs {
	font-size: 12px !important;
}


/*默认大小*/

.ch {
	font-family: "宋体";
}


/*宋体*/

.en {
	font-family: Arial;
}


/*英文字体*/

.c1 {
	color: #ccc !important;
}


/*浅灰色*/

.c2 {
	color: #92999d !important;
}


/*深灰色*/

.c3 {
	color: #62666d;
}


/*灰色*/

.c5 {
	color: #185351 !important;
}

.red {
	color: #F01414 !important;
}


/*红色*/

.green {
	color: #2ec225;
}


/*绿色*/

.yellow {
	color: #ffbc34;
}


/*黄色*/

.white {
	color: #FFF;
}


/*白色*/

.black {
	color: #2c2b2e;
}


/*黑色*/

.blue {
	color: #31afff !important;
}


/*蓝色*/

a.blue:hover {
	color: #F01414;
}

.tdu {
	text-decoration: underline
}

.tdl {
	text-decoration: line-through;
}


/*中划线文字*/


/* COMMON */

.mt10 {
	margin-top: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.b-b-n {
	border-bottom: none !important;
}

.ws-n {
	white-space: nowrap;
}

.spacep {
	padding-left: 0.5em;
}

.space {
	padding-left: 1em;
}

.space2 {
	padding-left: 2em;
}

.imgbox {
	display: block;
}

.imgbox img {
	width: 100%;
}

.tap {
	display: block;
	position: relative;
}

.box {
	background: #fff;
}


.iconfont {
	line-height: 1;
}


/*按钮开始*/

.btn {
	height: 28px;
	line-height: 26px;
	padding: 0 10px;
	border: #2b6e6c 1px solid;
	background: #2b6e6c;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.btn .iconfont {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	margin: -3px 2px 0 -2px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

.btn .backs {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	margin: -3px 0px 0 -5px;
}

.btn:hover {
	color: #fff;
	background: #185351;
	border-color: #185351;
}

.btn-outlined {
	border-color: #185351;
	background: #FFF !important;
	color: #185351 !important;
}

.btn-outlined:hover {
	background: #185351 !important;
	color: #fff !important;
}

.btn.bfail {
	background: #ccc;
	border-color: #ccc;
}

.btn.bcancle {
	background: #ccc;
	border-color: #ccc;
}

.btn.bbgf {
	background: #fff;
	border-color: #E2E7E8;
	color: #54667a;
}

.btn.bbgf:hover {
	background: #f2f4f8;
}

.btn.bgrey {
	background: #eee;
	border-color: #eee;
	color: #62666d;
}

.btn.bgrey:hover {
	background: #d8d8d8;
	border-color: #d8d8d8;
}

.btn.byellow {
	background: #ff9900;
	border-color: #ff9900;
	color: #fff;
}

.btn.byellow:hover {
	background: #ff6600;
	border-color: #ff6600;
}


/*按钮结束*/

.input-txt {
	width: 200px;
	height: 20px;
	line-height: 20px;
	border: #e5e8ea 1px solid;
	padding: 9px;
	background: #FFF;
	display: inline-block;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.input-txt:focus {
	border: #c5c8ca 1px solid;
}
/*弹窗*/
.layerBg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	background: rgba(0,0,0,.5);
	-webkit-transition: all 350ms cubic-bezier(.165, .84, .44, 1);
	transition: all 350ms cubic-bezier(.165, .84, .44, 1);
}

.layerBg.active {
	visibility: visible;
	opacity: 1;
}
.layer{
	width:80%;
	background:#FFF;
	visibility:hidden;
	opacity:0;
	position:fixed;
	left:10%;
	top:50%;
	z-index:1000003;
	-webkit-transform:translateY(-50%) scale(0.5,0.5);
	        transform:translateY(-50%) scale(0.5,0.5);
	-webkit-border-radius:8px;
	        border-radius:8px;
	-webkit-transition:all 0.3s ease-in-out;
	        transition:all 0.3s ease-in-out;
}
.layer.active{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(-50%) scale(1.0,1.0);
	        transform:translateY(-50%) scale(1.0,1.0);
}
.layer .title{height:44px; line-height:44px; position:relative;}
.layer .title:before{
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	background:#dadade;
	content:'';
	font-size:0;
}
.layer .title .name{display:block; float:left; font-size:15px; font-weight:bold; color:#333; margin-left:15px;}
.layer .title .icon-close{
	width:24px; 
	height:24px;
	 text-align:center; 
	 float:right; 
	 line-height:22px; 
	 display: block; 
	 font-size:20px; 
	 color:#5f646e; 
	 margin-top:12px;
	 border-radius: 100%;
	 border:1px solid #ebebeb;
	 margin-right:12px;
	 cursor: pointer;
	}
.layer .text-box{ padding:10px; font-size:13px; line-height:22px;}
.layer.layerPwd{
	width:290px;
	left:50%;
	margin-left:-145px;
}
.input-pwd{
	width: 80%;
	line-height: 20px;
	border: #dfdfdf 1px solid;
	padding: 10px;
	background: #FFF;
	font-size: 15px;
	color: #333233;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	display: block;
	margin:15px auto;
	
}
.btn-pwd{
	background: #119190;
	height:30px;
	border:1px solid #119190;
	padding:0 20px;
	margin:auto;
	display: block;
}

/* Page content */

.paging {
	height: 32px;
}

.paging-num li {
	float: left;
}

.paging-num a {
	width: auto!important;
	width: 16px;
	min-width: 16px;
	padding: 0 7px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	text-align: center;
	white-space: nowrap;
	position: relative;
	margin: 0 5px;
	border: #eaebed 1px solid;
	background: #fff;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	transition: all .3s linear;
}

.paging-num .prv {
	padding: 0 12px 0 10px;
	color: #6C6B6E;
}

.paging-num .next {
	padding: 0 10px 0 12px;
	color: #6C6B6E;
}

.paging-num a i {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	margin: -4px 0 0 0;
	background: url(../images/icon-paging-arrow.png) no-repeat;
}

.paging-num a .icon-prv {
	background-position: 0px 0px;
}

.paging-num a:hover .icon-prv {
	background-position: 0px -12px;
}

.paging-num a .icon-next {
	background-position: -12px 0px;
}

.paging-num a:hover .icon-next {
	background-position: -12px -12px;
}

.paging-num .current,
.paging-num a:hover {
	border-color: #26ad3d;
	background-color: #26ad3d;
	color: #fff;
}

.paging-text {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #999;
	margin: 0 5px;
	float: left;
}

.paging-input {
	float: left;
}

.paging-txt {
	width: 36px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 5px;
	display: block;
	text-align: center;
	border: #e5e6e7 1px solid;
	background: #FFF;
	font-size: 14px;
	border-radius: 2px;
}

.paging-opn {
	float: left;
}

.paging-btn {
	width: 46px;
	height: 30px;
	font-size: 12px;
	color: #666;
	display: block;
	border: #E2E7E8 1px solid;
	background: #F2F7F8;
	cursor: pointer;
	text-align: center;
	border-radius: 2px;
}

.paging-btn:hover {
	background: #FFF;
}

.mini-page.h60{height:60px; padding: 30px 0 50px; text-align:center;}
.mini-page.h60 a{height:38px; text-align:center; line-height:38px; padding:0 5px; min-width:28px; background:#f2f2f2; font-size:16px; font-weight:normal; display:inline-block; *display:inline; *zoom:1; white-space:nowrap; margin:0 5px; color:#666;}
.mini-page.h60 a.active,.mini-page.h60 a:hover{ background:#185351; color:#fff;}
.mini-page.h60 .prv,.mini-page.h60 .next{font-family:'宋体';}

/*下拉选择框开始*/

.SelectControls {
	min-width: 120px;
	height: 32px;
	background: #FFF;
	position: relative;
	cursor: pointer;
	z-index: 100;
}

.SelectControls .Selected {
	border: #e4e8eb 1px solid;
	background: #fbfbfb;
	height: 30px;
	display: block;
	padding: 0 30px 0 10px;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	color: #999;
	z-index: 1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.SelectControls .Selected.active {
	color: #2c2b2e;
}

.SelectControls .Selected:hover {
	background: #eff0f2;
}

.SelectControls .icon-arrow {
	width: 10px;
	height: 6px;
	display: block;
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	background: url(../images/SelectControlsArrow.png) no-repeat left top;
	transition: background-position .6s;
}

.SelectControls.active .icon-arrow {
	background-position: 0px -6px;
}

.SelectControls ul {
	position: absolute;
	left: 0;
	top: 32px;
	max-height: 180px;
	overflow: hidden;
	overflow-y: auto;
	background: #FFF;
	display: none;
	transition: all 0.5s;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 20px #e4e8eb;
	-moz-box-shadow: 0 0 20px #e4e8eb;
	-webkit-box-shadow: 0 0 20px #e4e8eb;
	background-color: #fff;
	padding: 5px 0;
}

.SelectControls.active ul {
	display: block;
}

.SelectControls ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #2c2b2e;
	font-size: 14px;
	padding: 0 10px;
}

.SelectControls ul li a:hover {
	background: #f6f8f9;
}

.selectBox {
	min-width: 120px;
	height: 32px;
	background: #FFF;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.selectBox .Selected {
	border: #e4e8eb 1px solid;
	background: #fbfbfb;
	height: 30px;
	display: block;
	padding: 0 30px 0 10px;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	color: #999;
	z-index: 1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.selectBox .Selected.active {
	color: #2c2b2e;
}

.selectBox .Selected:hover {
	background: #eff0f2;
}

.selectBox .icon-arrow {
	width: 10px;
	height: 6px;
	display: block;
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	background: url(../images/SelectControlsArrow.png) no-repeat left top;
	transition: background-position .6s;
}

.selectBox .sdate-txt {
	border: none;
	background: none;
	width: 100%;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	display: block;
	padding: 5px 0;
}


/*下拉选择框结束*/


/*圆形复选框开始*/

.rcheck {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	display: block;
	border: #92999d 1px solid;
	background: #FFF;
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.rcheck input[type="checkbox"],
.rcheck input[type="radio"] {
	width: 0;
	height: 0;
}

.rcheck .iconfont {
	width: 16px;
	height: 16px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	display: none;
}

.rcheck.active {
	border: #26ad3d 1px solid;
	background: #26ad3d;
}

.rcheck.active .iconfont {
	display: block;
}


/*圆形复选框结束*/
/*body*/

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.body-grey {
	background: #f8f8f8;
}

.grey-bg {
	background: #f8f8f8;
}
/* header & footer start*/

.header {
	width: 100%;
	background: #FFF;
	min-width: 1200px;
	height: 92px;
	position: relative;
	z-index: 999;
	position: relative;
	text-align: center;
	 -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
	
}
.header .wrap{
		position: relative;
}
.header.active{
	position: fixed;  
	background:rgba(255,255,255,.95); 
	z-index: 999;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	
	
}

.header .logo {
	width: 151px;
	height: 72px;
	background: url(../images/logo_02.png) no-repeat left center;
	position:absolute;
	left:0px;
	top:10px;
	
}

.header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.header .MenuBox{margin-left:100px;}
.header .MenuBox ul li{
	display:inline-block;
	height:92px;
	line-height: 92px;
	position: relative;
	
}
.header .MenuBox ul li{
	margin:0 15px;
}

.header .MenuBox ul li a{
	color:#333;
	font-size:16px;
	display: block;
	width:100%;
	padding:0 20px;
	text-align: center;
	position: relative;

}
.header .MenuBox ul li a:hover{
	color:#185351;
}
.header .MenuBox ul li a .line{
	width:0px; 
	height:2px; 
	background:#185351; 
	position:absolute; 
	cursor:pointer;
	top:50%;
	margin-top:20px;
	left:50%; 
	margin-left:-17px;
}
.header .MenuBox ul li a.active .line,.header .MenuBox ul li a:hover .line{
	width:34px; 
	height:2px; 
	background:#185351; 
	position:absolute; 
	left:50%; 
	margin-left:-17px;
	transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
    -webkit-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
	-moz-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
	 box-shadow: rgba(0,0,0,.1) 0px 0px 10px;  
	-webkit-box-shadow:rgba(0,0,0,.1) 0px 0px 10px; 
	-moz-box-shadow:rgba(0,0,0,.1) 0px 0px 10px; 
	-ms-box-shadow:rgba(0,0,0,.1) 0px 0px 10px;
}
.header .MenuBox ul li .menu-box{
	position:absolute;
	top:92px;
	height: 0; 
	opacity: 0;
	overflow:hidden; visibility:hidden;
	-webkit-transform:scaleY(0);
	-o-transform:scaleY(0);
	-ms-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	background:#2e2e2e;
	left:0px;
	
}

.header .MenuBox ul li .menu-box dl{
	padding:20px;
	box-sizing:border-box;
	width:170px;
}
.header .MenuBox ul li .menu-box dl.wh300{
	width:300px;
}
.header .MenuBox ul li .menu-box dl dd {
	margin-bottom:5px;
	border-bottom:1px solid #333;
}
.header .MenuBox ul li .menu-box dl dd:last-child{
	border-bottom:none;
}
.header .MenuBox ul li .menu-box dl dd a{
	color:#999;
	line-height:28px;
	padding:0px;
	text-align:left;
	font-size: 14px;
}
.header .MenuBox ul li .menu-box dl dd a:hover{
	color:#ddd;
}
.header .MenuBox ul li:hover .menu-box{
	height:auto;
	opacity: 1;
	visibility:visible;
	-webkit-transform:scaleY(1);
	-o-transform:scaleY(1);
	-ms-transform:scaleY(1);
	transform:scaleY(1);
}
.footer {
	position: relative;
	z-index: 3;
	box-shadow: 0 0px 8px 0 rgba(7, 17, 27, .1);
	background:#232323;
	
}
.CopyRightBox{
	width:100%;
	border-top: 1px solid #3a3939;
	background:#232323;
	height:60px;
	
}
.CopyRightBox p{
	line-height:60px;
	font-size:14px;
	color:#999;
}
.CopyRightBox p a{
	color:#ddd;
	padding: 0 5px;
}
.CopyRightBox p a:hover{color:#fff;}
.i-g{
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:-3px;
	margin-right:3px;
}
.FootLstBox{
	height:auto;
	padding-bottom:30px;
}
.FootLstBoxL{
	
}
.FootLstBoxL dl{
	display:block;
	margin-top:40px;
	float:left;
	margin-right:40px;
}
.FootLstBoxL dl:last-child{
	margin-right:0px;
}
.FootLstBoxL dl dt{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.FootLstBoxL dl .fNanLine{
	width:28px;
	height:2px;
	background:rgba(255,255,255,.75);
	margin:15px 0;
	display:block;
}
.FootLstBoxL dl dd a{
	font-size:14px;
	color:#919090;
	line-height:32px;
}
.FootLstBoxL dl dd a:hover{
	color:#fff;
}
.bottomLine{
	width:2px;
	height:265px;
	background:url('../images/b-l_03.png') top repeat-y;
	display:block;
	margin: 63px 40px 0 36px;
}
.FootLstBoxR{
	width:390px;
	margin-top:70px;
}
.bottom-logo{
	margin-bottom:15px;
}
.bottom-logo img{
	opacity:.75;
}
.bottom-logo:hover img{
	opacity:.95;
}
.FootLstBoxR ul li{
	font-size:12px;
	color:#999;
	height:26px;
	line-height:26px;
	margin-bottom:10px;
}
.FootLstBoxR ul li .i-map{
	background:url('../images/map-icon_03.png') center no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
	vertical-align:-2px;
	margin-right:5px;
}
.FootLstBoxR ul li .i-tel{
	background:url('../images/tel-icon_03.png') center no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
	vertical-align:-2px;
	margin-right:5px;
}
.KeFuBox{
	margin-top:20px;
}
.KeFuBox a{
	width:120px;
	height:32px;
	border-radius:32px;
	border:1px solid rgba(255,255,255,.35);
	display:block;
	float:left;
	margin-right:20px;
	font-size:14px;
	color:#999;
	display:block;
	line-height:30px;
}
.KeFuBox a:hover{
	border:1px solid #fff;
	color:#fff;
}
.KeFuBox a .i-k1{
	background:url('../images/ask-icon_03.png') center no-repeat;
	width:26px;
	height:22px;
	display:block;
	float:left;
	margin:6px 3px 0 15px;
	
	
}
.KeFuBox a .i-k2{
	background:url('../images/wx-icon_03.png') center no-repeat;
	width:26px;
	height:22px;
	display:block;
	float:left;
	margin:6px 3px 0 15px;
}
/*header & footer end*/


/* 右侧悬浮开始 */

.suspension {
	width: 60px;
	position: fixed;
	z-index: 205;
	bottom: 30px;
	right: 0;
	background: #fff;
	box-shadow: 0px 1px 20px rgba(49, 175, 255, .25);
}

.suspension .item {
	position: relative;
}

.suspension .tap {
	display: block;
	position: relative;
	padding: 12px 0;
	transition: all 0.5s;
}

.suspension .tap:hover {
	background: #e8eff8;
}

.suspension .tap .icon {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
}



.suspension .tap .icon-qq {
	background:url(../images/kf-icon.png) center no-repeat;
	background-size:100% 100%;
}

.suspension .tap .icon-top {
	background:url(../images/top-icon.png) center no-repeat;
	background-size:100% 100%;
}

.suspension .tap .icon-yjfk {
	background-position: -440px 0px;
}

.suspension .tap p {
	line-height: 1;
	margin-top: 10px;
	text-align: center;
	color: #848e99;
}

.suspension .tap .carnum {
	position: absolute;
	left: -5px;
	top: -5px;
	background: #F01414;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin: 0 !important;
	color: #FFF;
	text-align: center;
	border-radius: 20px;
}

#back-top {
	display: none;
}


/* 右侧悬浮结束 */
/*图片特效*/
.imgTx img{
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	width:100%;
	height:100%;
}
.imgTx:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
/*改变滚动条*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	border-radius: 4px;
  }
  ::-webkit-scrollbar-track {
	background: rgba(0,0,0,.25);
	border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb {
	background: #333 ;
	border-radius: 4px;
  }
/*flex布局*/
.flexbox{
	display: flex;
    flex-wrap: wrap;
    align-item: center;
	justify-content: space-between;
}
.flexls{
	display: flex;
    flex-decoration: column;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 

