@charset "utf-8";
/* CSS Document*/
body {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'microsoft yahei';
	-webkit-text-size-adjust: none;
	height: auto;
	color: #333;
	background: #fff;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
html {
	min-width: 1280px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th {
	padding: 0;
	margin: 0;
}
fieldset {
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
}
a img {
	border: 0;
	padding: 0;
	margin: 0;
}
i {
	font-style: normal;
}
address, caption, cite, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
li {
	list-style-type: none;
}
caption {
	text-align: left;
}
th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:unknown {
content: '';
}
input, textarea, select {
	font-family: inherit;
	font-size: 100%;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #1f6eb1;
	text-decoration: none;
}
.iconA {
	background-image: url("../images/icon.png");
	display: inline-block;
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: block;
	_height: 0;
	overflow: hidden;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*网站公用样式表*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.head_main {
	z-index: 10;
	background: #333b4a;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
}
.head_main .right {
	color: #999;
}
.head_main .right li {
	display: inline;
	padding: 0 5px;
}
.head_main .right li:first-child {
	padding-right: 0;
}
.head_main .right li a:hover {
	color: #fff;
}
.head_main .right li a {
	color: #999;
	position: relative;
	z-index: 10;
}
.top_main {
	position: relative;
	padding: 10px 0;
	z-index: 9;
	border-bottom: 1px solid #ecebec;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.top_main .tel {
	width:230px;
	padding-top: 9px;
}
.top_main .tel p {
	font-size: 15px;
	font-weight: bold;
}
.top_main .tel p i {
	width: 14px;
	height: 16px;
	background-position: 0 -64px;
	margin-right: 5px;
}
.top_main .tel h3 {
	font-size: 35px;
	color: #b1251f;
	font-family:Impact;
	padding-top: 4px;
}
.top_main .nav {
	padding-left:0;
}
.top_main .logo img {
	float: left;
}
.top_main ul {
	display: inline-block;
*display: inline;
*zoom: 1;
}
.top_main li {
	float: left;
	margin-left: 35px;
	text-align: left;
	position: relative;
	display: block;
	text-align: center;
	padding-top: 5px;
	z-index: 9;
}
.top_main li a {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
}
.top_main li a i {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 7px;
	display: block;
	transition: ease-in-out 0.2s;
	z-index: 9;
}
.top_main li a p {
	width: 100%;
	height: 50px;
	text-align: center;
	left: 0;
	top: 0;
	z-index: 10;
	line-height: 50px;
}
.top_main li a:hover, .top_main li a.hover, .top_main li #hover2 {
	cursor: pointer;
}
.top_main li a:hover i, .top_main li a.hover i, .top_main li #hover2 i {
	width: 100%;
	bottom: 0;
	background: #b1251f;
}
.top_main li a:hover p, .top_main li a.hover p, .top_main li #hover2 p {
	color: #b1251f;
}
.top_main dl {
	width: 120px;
	border-radius: 0 0 3px 3px;
	padding-bottom: 3px;
	background: #b1251f;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 55px;
	z-index: 1555;
	border-top: none;
}
.top_main dl {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.top_main li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.top_main dl dd {
	height: 40px;
	border-top: 1px solid #961f1b;
	text-align: center;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	line-height: 40px;
}
.top_main dl dd a:hover {
	color: #fff;
}
.top_main dl dd a {
	color: #dddada;
	height: 40px;
	display: block;
	transition: ease-in-out 0.2s;
	line-height: 40px;
}
/****banner****/
.main_banner {
	width: 100%;
	overflow: hidden;
	height: 768px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-bottom: 124px;
}
.main_banner .search {
	position: absolute;
	width: 1920px;
	height: 224px;
	background: url(../images/banner_bg.png) center center no-repeat;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 10;
}
.main_banner .search p {
	border-bottom: 1px solid #c22823;
	margin: 0 50px;
	line-height: 80px;
	font-size: 18px;
	color: #ffb400;
	margin-top: 35px;
	width: 1041px;
}
.main_banner .search p span{
	font-size: 30px; font-weight: bold;
}
.main_banner .search .hot {
	padding: 0 50px;
}
.main_banner .search .hot .left {
	color: #ffb400;
	line-height: 69px;
}
.main_banner .search .hot .left a {
	color: #ffb400;
	padding: 0 10px;
	text-decoration:underline;
}
.main_banner .search .hot .left a:hover {
	color: #fff;
}
.main_banner .search .hot .right {
	position: relative;
	margin-right: 60px;
	margin-top: 17px;
}
.main_banner .search .hot .right .input {
	width: 260px;
	background: #ffb400;
	height: 17px;
	line-height: 17px;
	padding: 9px 0px;
	border: none;
	border-right: none;
	font-size: 12px;
	color: #b1251f;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 10px;
	outline: none;
}
.main_banner .search .hot .right .btn {
	width: 30px;
	height: 35px;
	border: none;
	background-position: -54px 0;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	outline: none;
}
.main_banner #next, .main_banner #prev {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	margin-left: -698px;
	background-position: 0 0;
	z-index: 10;
	top: 50%;
	margin-top: -120px;
	cursor: pointer;
	transition: ease-in-out 0.2s;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.main_banner #next {
	margin-left: 650px;
	background-position: -113px 0;
}
.main_banner #next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_banner #prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_banner .banner {
	width: 1920px;
	height: 768px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}
.main_banner .banner img {
	width: 1920px;
	height: 768px;
	overflow: hidden;
}
.main_banner .banner_fmenu {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	bottom: 130px;
	height: 28px;
	z-index: 30;
	text-align: right;
}
.main_banner #banner_fmenu A {
	margin-left: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
	background: #fff;
	border-radius: 100%;
	color: #333;
	font-weight: 100;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.main_banner #banner_fmenu A.activeSlide {
	background: #ffb400;
	color: #333;
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_banner #banner_fmenu A:focus {
	OUTLINE-STYLE: none;
	OUTLINE-COLOR: invert;
	OUTLINE-WIDTH: medium;
}
/*nybanner*/
.nybanner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.nybanner img {
	width: 1920px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.index_title {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 40px;
}
.index_title h3 {
	font-size: 38px;
	font-weight: 100;
	padding-bottom: 12px;
	color: #333;
	font-weight: bold;
}
.index_title p {
	background: url(../images/line.png) center center no-repeat;
	width: 320px;
	height: 22px;
	margin: 0 auto;
}
.more {
	margin-top: 64px;
}
.more a {
	border: 2px solid #c5c5c5;
	width: 201px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	display: block;
	border-radius: 20px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
}
.more a:hover {
	border-color: #b1251f;
	background: #b1251f;
	color: #ffb400;
}
.floor_1_main {
	background: url(../images/f1_bg.jpg) center bottom no-repeat;
	height:780px;
}
.floor_1_main .slideTxtBox {
	text-align: left;
}
.floor_1_main .slideTxtBox .hd {
	text-align: center;
	margin-bottom: 38px;
}
.floor_1_main .slideTxtBox .hd ul {
	display: inline-block;
	zoom: 1;
*display: inline;
}
.floor_1_main .slideTxtBox .hd ul li {
	border: 1px solid #bfbfbf;
	float: left;
	width: 148px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	margin: 0 10px;
}
.floor_1_main .slideTxtBox .hd ul li a {
	color: #828282;
	display: block;
	width: 100%;
	height: 100%;
}
.floor_1_main .slideTxtBox .hd ul li.on a {
	background: #b1251f;
	color: #Fff;
	border-radius: 4px;
}
.floor_1_main .slideTxtBox .hd ul li.on {
	border: 1px solid #1f6eb1;
}
.floor_1_main .slideTxtBox .bd .con .left {
	width: 601px;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box1 {
	border: 1px solid #ddd;
	width: 299px;
	height: 223px;
	float: left;
	position: relative;
	background: #fff;
	border-right: none;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box1 i {
	width: 31px;
	height: 5px;
	background-position: -198px 0;
	margin-left: 30px;
	margin-top: 20px;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box1 h3 {
	padding-left: 30px;
	font-size: 20px;
	padding-top: 30px;
	font-weight: 100;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box1 p {
	padding-left: 30px;
	padding-right: 30px;
	color: #999;
	padding-top: 10px;
	line-height: 26px;
	text-align: justify;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box1 span {
	display: block;
	width: 13px;
	height: 25px;
	background-position: -166px 0;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	z-index: 10;
	right: -13px;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box2 {
	float: left;
	border-left: 1px solid #ddd;
	width: 300px;
	height: 225px;
}
.floor_1_main .slideTxtBox .bd .con .left dd .box2 img {
	display: block;
	width: 300px;
	height: 225px;
}
.floor_1_main .slideTxtBox .bd .con .left dd:hover .box1 i {
	background-position: -198px -5px;
}
.floor_1_main .slideTxtBox .bd .con .left .d2 .box1 {
	border-right: 1px solid #ddd;
	float: right;
}
.floor_1_main .slideTxtBox .bd .con .left .d2 .box1 span {
	right: auto;
	left: -13px;
	background-position: -181px 0;
}
.floor_1_main .slideTxtBox .bd .con .left .d2 .box2 {
	float: left;
	border-left: none;
}
.floor_1_main .slideTxtBox .bd .con .right {
	width: 599px;
	overflow: hidden;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox {
	width: 600px;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .hd2 {
	height: 12px;
	overflow: hidden;
	position: absolute;
	right: 41px;
	bottom: 32px;
	z-index: 1;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .hd2 ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .hd2 ul li {
	float: left;
	margin-left: 10px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	background: #333;
	cursor: pointer;
	border-radius: 100%;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .hd2 ul li.on {
	background: #fff;
	color: #fff;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .bd2 {
	position: relative;
	height: 100%;
	z-index: 0;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .bd2 li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .bd2 li h3 {
	background: #1f6eb1;
	color: #fff;
	height: 80px;
	line-height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	font-size: 20px;
	font-weight: 100;
	padding-left: 36px;
}
.floor_1_main .slideTxtBox .bd .con .right .slideBox .bd2 img {
	width: 600px;
	height: 450px;
	display: block;
}
.floor_2_main {
	background: url(../images/f2_bg.jpg) center top no-repeat;
	width: 100%;
	height: 150px;
}
.floor_2_main .w1200 {
	position: relative;
}
.floor_2_main .w1200 .img {
	position: absolute;
	left: -130px;
	top: -190px;
	z-index: 10;
}
.floor_2_main .w1200 .left {
	padding-left: 440px;
}
.floor_2_main .w1200 .left p {
	font-size: 18px;
	color: #1f6eb1;
	padding-top: 20px;
	padding-left: 42px;
	font-weight: bold;
}
.floor_2_main .w1200 .left h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 100;
	padding-top: 22px;
}
.floor_2_main .w1200 .left h3 b {
	font-size: 48px;
}
.floor_2_main .w1200 .right {
	width: 260px;
}
.floor_2_main .w1200 .right h3 {
	font-size: 22px;
	font-family: arial;
	color: #1f6eb1;
	padding-left: 50px;
	padding-top: 31px;
}
.floor_2_main .w1200 .right p {
	font-size: 18px;
	color: #Fff;
	padding-left: 50px;
	margin-top: 38px;
	position: relative;
	cursor: pointer;
}
.floor_2_main .w1200 .right p img {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	right: -80px;
	transition: ease-in-out .2s;
	display: none;
	border-radius: 5px;
}
.floor_2_main .w1200 .right p:hover img {
	display: block;
}
.floor_3 .index_title {
	padding-bottom: 72px;
	padding-top: 72px;
}
.floor_3 li {
	overflow: hidden;
	height: 235px;
	vertical-align: top;
}
.floor_3 li .left {
	width: 600px;
	overflow: hidden;
	height: 235px;
}
.floor_3 li .left img {
	display: block;
	width: 600px;
	height: 235px;
}
.floor_3 li .right {
	width: 502px;
	background: #f8f8f8;
	height: 235px;
	padding-left: 98px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 li .right h3 {
	font-size: 28px;
	margin-top: 57px;
	background: #f8f8f8;
	position: relative;
	z-index: 10;
	line-height: 32px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 li .right b {
	color: #e9e9e9;
	position: absolute;
	font-size: 58px;
	font-weight: bold;
	z-index: 9;
	left: 98px;
	top: 23px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 li .right span {
	display: block;
	width: 29px;
	height: 5px;
	background: #b1251f;
	margin: 24px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 li .right p {
	line-height: 24px;
	width: 420px;
	color: #666;
	text-align: justify;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 li .right .i {
	width: 169px;
	height: 10px;
	background: #b1251f;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
}
.floor_3 li .right .i2 {
	width: 10px;
	height: 80px;
	background: #b1251f;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	right: auto;
}
.floor_3 li:first-child .right .i {
	width: 169px;
	height: 10px;
	background: #b1251f;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}
.floor_3 li:first-child .right .i2 {
	width: 10px;
	height: 80px;
	background: #b1251f;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	left: auto;
}
.floor_3 .l2 .left {
	float: right;
}
.floor_3 .l2 .right {
	float: left;
}
.floor_3 li:hover .right {
	background: #b1251f;
}
.floor_3 li:hover .right h3 {
	background: #b1251f;
	color: #ff0;
}
.floor_3 li:hover .right p {
	color: #fff;
}
.floor_3 li:hover .right b {
	color: #ff0;
}
.floor_3 li:hover .right span {
	background: #ff0;
}
.floor_4_main {
	background: url(../images/f4_bg.jpg) center center no-repeat;
	width: 100%;
	height: 220px;
	margin-top: 88px;
}
.floor_4_main .w1200 {
	position: relative;
}
.floor_4_main .w1200 .img {
	position: absolute;
	right: -180px;
	top: -88px;
	z-index: 10;
}
.floor_4_main .w1200 .left .span {
	display: block;
	width: 49px;
	height: 3px;
	background: #7ca7cc;
	margin-top: 47px;
}
.floor_4_main .w1200 .left p {
	font-size: 29px;
	color: #fff;
	padding-top: 56px;
	line-height: 65px;
	padding-bottom: 15px;
}
.floor_4_main .w1200 .left h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 100;
	padding-top: 7px;
}
.floor_4_main .w1200 .left h3 b {
	font-size: 48px;
}
.floor_4_main .w1200 .left span {
	color: #fff;
	font-size: 20px;
	margin-right: 20px;
}
.floor_4_main .w1200 .left span i {
	width: 27px;
	height: 24px;
	background-position: -129px -51px;
	margin-right: 10px;
}
.floor_4_main .w1200 .right {
	width: 551px;
}
.floor_4_main .w1200 .right h3 {
	font-size: 22px;
	font-family: arial;
	padding-left: 50px;
	color: #1f6eb1;
	padding-top: 73px;
}
.floor_4_main .w1200 .right p {
	font-size: 18px;
	color: #Fff;
	margin-top: 39px;
	padding-left: 50px;
	position: relative;
	z-index: 20;
	cursor: pointer;
}
.floor_4_main .w1200 .right p img {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 7px;
	right: 200px;
	transition: ease-in-out .2s;
	display: none;
	border-radius: 5px;
	z-index: 100;
}
.floor_4_main .w1200 .right p:hover img {
	display: block;
}
.floor_5 {
	padding-bottom: 52px;
	padding-top: 20px;
}
.floor_5 .picScroll-left {
	position: relative;
	padding-top: 15px;
}
.floor_5 .picScroll-left .hd {
	text-align: center;
	margin-top: 27px;
}
.floor_5 .picScroll-left .hd ul {
	display: inline-block;
	zoom: 1;
*display: inline;
}
.floor_5 .picScroll-left .hd ul li {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #bfbfbf;
	float: left;
	margin: 0 8px;
	text-indent: -1000px;
	overflow: hidden;
}
.floor_5 .picScroll-left .hd ul li.on {
	background: #1f6eb1;
}
.floor_5 .picScroll-left .bd ul {
	zoom: 1;
}
.floor_5 .picScroll-left .bd ul li {
	width: 390px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5 .picScroll-left .bd ul li img {
	width: 388px;
	height: 194px;
	display: block;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.floor_5 .picScroll-left .bd ul li span {
	display: block;
	margin: 11px auto;
	width: 35px;
	height: 1px;
	background: #dbdbdb;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5 .picScroll-left .bd ul li h3 {
	font-size: 20px;
	font-weight: 100;
	line-height: 42px;
	padding-top: 14px;
}
.floor_5 .picScroll-left .bd ul li p {
	color: #666;
	height: 48px;
	line-height: 24px;
	text-align: justify;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5 .picScroll-left .bd ul li .con {
	padding: 0 25px 26px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5 .picScroll-left .bd ul li:hover {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.floor_5 .picScroll-left .bd ul li:hover .con {
	border-bottom: 2px solid #1f6eb1;
	padding: 0 25px 25px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.floor_5 .picScroll-left .bd ul li:hover .con span {
	background: #1f6eb1;
}
.floor_5 .picScroll-left .bd ul li:hover p {
	color: #666;
}
.floor_6_main {
	background: #f2f2f2 url(../images/f5_bg.jpg) center bottom no-repeat;
	width: 100%;
	padding-top: 26px;
	padding-bottom: 88px;
}
.floor_5_1 {
	width: 1200px;
	height: 452px;
	padding-top: 50px;
}
.floor_5_1 .floor_5_z {
	float: left;
	width: 380px;
	height: 452px;
	position: relative;
}
.floor_5_1 .floor_5_z a {
	display: block;
}
.floor_5_1 .floor_5_z .dk {
	height: 213px;
	width: 100%;
	border-top: none;
}
.floor_5_1 .floor_5_z b {
	width: 380px;
	height: 285px;
	overflow: hidden;
	display: block;
}
.floor_5_1 .floor_5_z img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .36s ease;
}
.floor_5_1 .floor_5_z h3 {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	width: 100%;
	display: block;
	padding-top: 20px;
}
.floor_5_1 .floor_5_z p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 100%;
	margin-top: 10px;
	height: 87px;
}
.floor_5_1 .floor_5_z i {
	display: block;
	font-size: 16px;
	color: #1f6eb1;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: #1f6eb1 solid 2px;
	border-radius: 18px;
	transition: ease-in-out .2s;
}
.floor_5_1 .floor_5_z em {
	display: block;
	width: 100px;
	height: 100px;
	background-color: #1f6eb1;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: "Arial";
	position: absolute;
	left: 0;
	top: 0;
}
.floor_5_1 .floor_5_z em span {
	display: block;
	font-size: 60px;
	color: #fff;
	line-height: 50px;
	padding-top: 14px;
}
.floor_5_1 .floor_5_z:hover h3 {
	color: #1f6eb1;
}
.floor_5_1 .floor_5_z:hover p, .floor_5_1 .floor_5_z:hover i span {
	color: #333;
}
.floor_5_1 .floor_5_z i:hover {
	background-color: #1f6eb1;
	color: #fff;
	border: #1f6eb1 solid 2px;
}
.floor_5_1 .floor_5_z a:hover b img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_5_1 .floor_5_y {
	float: right;
	width: 800px;
	height: 452px;
}
.floor_5_1 .floor_5_y ul {
	display: block;
	width: 100%;
	height: 452px;
	margin: 0 auto;
}
.floor_5_1 .floor_5_y ul li {
	height: 103px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 28px;
	position: relative;
	border-bottom: #b9b9b9 dashed 1px;
	padding-bottom: 28px;
}
.floor_5_1 .floor_5_y ul li em {
	display: block;
	float: left;
	display: block;
	width: 98px;
	height: 98px;
	border: #e5e5e5 solid 1px;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-family: "Arial";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li em span {
	display: block;
	font-size: 60px;
	color: #333;
	line-height: 50px;
	padding-top: 14px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li a {
	display: block;
	width: 100%;
	height: 100px;
}
.floor_5_1 .floor_5_y ul li h3 {
	width: 660px;
	float: right;
	height: 100px;
}
.floor_5_1 .floor_5_y ul li p {
	font-size: 18px;
	color: #333;
	width: 100%;
	line-height: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li p span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-top: 18px;
	font-weight: normal;
}
.floor_5_1 .floor_5_y ul li:hover p {
	color: #1f6eb1;
}
.floor_5_1 .floor_5_y ul li:hover em, .floor_5_1 .floor_5_y ul li:hover em span {
	color: #1f6eb1;
}
.bottom_main {
	background: #34373a;
	width: 100%;
}
.bottom_main .bott_nav {
	border-bottom: 1px solid #5d5f61;
	line-height: 70px;
}
.bottom_main .bott_nav span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
}
.bottom_main .bott_nav span i {
	width: 4px;
	height: 8px;
	background-position: -236px 0;
	margin-left: 10px;
}
.bottom_main .bott_nav a {
	color: #fff;
	padding-left: 70px;
}
.bottom_main .tel {
	padding-bottom: 56px;
}
.bottom_main .tel .left {
	padding-top: 42px;
	padding-left: 25px;
}
.bottom_main .tel .left ul {
	width: 300px;
	float: left;
}
.bottom_main .tel .left li {
	color: #9a9b9d;
	line-height: 30px;
}
.bottom_main .tel .left li:first-child {
	color: #fff;
	font-size: 18px;
	padding-bottom: 19px;
}
.bottom_main .tel .left dl {
	float: left;
	width: 220px;
	line-height: 30px;
	margin-left: 45px;
}
.bottom_main .tel .left dl dt {
	color: #fff;
	font-size: 18px;
	padding-bottom: 19px;
}
.bottom_main .tel .left dl a {
	color: #ccc;
}
.bottom_main .tel .left dl dd {
	width: 110px;
	float: left;
}
.bottom_main .tel .left dl a:hover {
	color: #fff;
}
.bottom_main .tel .right {
	width: 480px;
}
.bottom_main .tel .right .fl {
	text-align: right;
	width: 220px;
	margin-top: 13px;
}
.bottom_main .tel .right .fl span {
	background: #b1251f;
	color: #fff;
	border-radius: 15px;
	width: 102px;
	height: 29px;
	text-align: center;
	display: block;
	line-height: 29px;
	margin-bottom: 20px;
	cursor: pointer;
}
.bottom_main .tel .right .fl span i {
	width: 15px;
	height: 15px;
	background-position: -246px 0;
	margin-right: 5px;
}
.bottom_main .tel .right .fl p {
	color: #fff;
}
.bottom_main .tel .right .fl h3 {
	font-size: 35px;
	color: #fff;
	font-family:Impact;
}
.bottom_main .tel .right .fr {
	padding-right: 6px;
	margin-top: 39px;
}
.bottom_main .tel .right .fr li {
	float: left;
	text-align: center;
	line-height: 40px;
	margin-left: 12px;
}
.bottom_main .tel .right .fr h3 {
	color: #fff;
	font-weight: 100;
}
.bottom_main .tel .right .fr img {
	display: block;
	width: 103px;
	height: 103px;
	border: 1px solid #5d5f61;
	padding: 3px;
}
.bottom_copy {
	border-top: 1px solid #5d5f61;
	line-height: 50px;
	background: #34373a;
	font-size: 12px;
	color: #ccc;
}
.bottom_copy a {
	color: #ccc;
}
.bottom_copy a:hover {
	color: #fff;
}
.ewmbox {
	width: 300px;
	height: 320px;
	padding-top: 20px;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -170px 0 0 -150px;
	text-align: center;
	font-size: 16px;
	display: none;
}
.ewmbox .close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -25px;
	right: -40px;
	cursor: pointer;
	border-radius: 100%;
	background: #f3f3f3 url(../images/dialogclose.png) no-repeat center center;
	transition: all ease 300ms;
}
.ewmbox .close:hover {
	transform: rotate(180deg);
}
.ewmbox img {
	width: 260px;
	height: 260px;
	display: block;
	margin: 0 auto 10px;
}
.dialog-layout {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
/********toolbar*********/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #1f6eb1;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #1f6eb1;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #1f6eb1;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #1f6eb1;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #1f6eb1;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}
.local {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.local ul {
	float: right;
	margin-right: 60px;
}
.local ul li {
	padding: 0 25px;
	float: left;
}
.local ul li a {
	position: relative;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	color: #363636;
}
.local ul li a i {
	width: 0;
	height: 3px;
	background: #3b3a45;
	position: absolute;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: 0;
	transition: ease-in .2s;
}
.local ul li a.hover, .local ul li a:hover {
	color: #363636;
}
.local ul li a.hover i, .local ul li a:hover i {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
}
.bg_main {
	padding-bottom: 50px;
	min-height: 640px;
}
.bg_bottom_main {
	background: #eaeaea;
	height: 100px;
}
.sub_banner {
	height: 200px;
	width: 100%;
}
.sub_nav {
	height: 35px;
	line-height: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 20px;

}
.sub_nav .fl {
	font-size: 30px;
}
.sub_nav .fr li {
	float: left;
}
.sub_nav .fr li a {
	padding: 0 15px;
	border: 1px solid #e6e6e6;
	display: block;
	margin-left: 10px;
	transition: ease-in-out .2s;
}
.sub_nav .fr li a:hover, .sub_nav .fr li a.hover,.sidenavcur {
	background: #f00;
	color: #fff !important;
	border: 1px solid #ce0000;
}
.case {
	margin-top: 40px;
}
.case ul {
	width: 105%;
}
.case li {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.case li .img {
	overflow: hidden;
	height: 213px;
	display: block;
	border: 1px solid #efefef;
	width: 378px;
	border-bottom: none;
}
.case li .img img {
	width: 380px;
	height: 213px;
	transition: .9s;
}
.imgH li .img {
	height: 253px;
	border: 1px solid #efefef;
	width: 378px;
	border-bottom: none;
}
.imgH li .img img {
	height: 253px;
}
.case li:hover .img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.case li .p {
	border: 1px solid #efefef;
	display: block;
	width: 340px;
	padding: 0 19px;
	height: 108px;
	border-top: none;
}
.case li .p p {
	border-bottom: 1px solid #d6d6d6;
	height: 58px;
	line-height: 58px;
	margin-bottom: 10px;
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.case li .p span {
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.case li .p i {
	width: 32px;
	height: 12px;
	background-position: -73px -43px;
}
.case li .p .fl {
	font-size: 12px;
	font-family: arial;
}
.case li:hover a span {
	color: #1f6eb1;
}
.case li:hover a p {
	color: #1f6eb1;
}
.case li:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.news {
	padding-top: 50px;
}
.bg_main .news_ul {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 12px;
}
.bg_main .news_ul li {
	padding: 37px 0;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.bg_main .news_ul li .box1 {
	width: 253px;
	height: 190px;
	overflow: hidden;
}
.bg_main .news_ul li .box1 img {
	width: 253px;
	height: 190px;
	transition: ease-in-out .9s;
}
.bg_main .news_ul li .box2 {
	padding-left: 42px;
	width: 759px;
	padding-top: 30px;
}
.bg_main .news_ul li .box2 h1 {
	font-size: 20px;
	color: #333;
	height: 26px;
	line-height: 26px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.bg_main .news_ul li .box2 p {
	color: #666;
	line-height: 24px;
	padding-top: 10px;
	height: 75px;
}
.bg_main .news_ul li .box2 span {
	font-size: 12px;
	color: #999;
}
.bg_main .news_ul li .right {
	padding-right: 15px;
	padding-top: 55px;
	text-align: center;
}
.bg_main .news_ul li .right h3 {
	font-size: 36px;
	color: #999;
	font-weight: 100;
}
.bg_main .news_ul li .right p {
	font-size: 24px;
	color: #bbb;
	padding-top: 10px;
}
.bg_main .news_ul li a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.bg_main .news_ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.bg_main .news_ul li a:hover h1 {
	color: #1f6eb1;
}
.bg_main .news_ul li b {
	display: block;
	width: 100px;
	height: 30px;
	border: #ccc solid 1px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 161px;
}
.detail {
	padding-top: 50px;
}
.detail .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.detail .title h1 {
	font-size: 30px;
	font-weight: 100;
	margin: 20px 0;
	font-weight: bold;
}
.detail .title span {
	line-height: 18px;
	font-family: arial;
	color: #959595;
	margin: 0 5px;
}
.detail .title i {
	width: 23px;
	height: 16px;
	background-position: -73px 0;
	margin-right: 10px;
}
.detail .title .i2 {
	background-position: -104px 0;
	margin-left: 30px;
}
.detail .context {
	color: #666;
	line-height: 30px;
	text-align: justify;
	padding: 25px 0;
}
.detail .context img {
	max-width: 1200px;
}
/* reLink*/
.reLink {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	padding: 0 15px;
	margin-bottom: 50px;
}
.reLink .nextLink, .detail .reLink .prevLink {
	width: 50%;
}
.reLink .nextLink {
	text-align: right;
}
.reLink a {
	-webkit-transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.reLink a:hover {
	color: #052f67;
}
/* pager*/
.pager {
	padding: 30px 0 30px;
	text-align: center;
*zoom: 1;
*padding: 40px 0 30px;
}
.pager:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pager p {
	height: 26px;
	line-height: 26px;
	display: inline-block;
*display: inline;
*zoom: 1;
	display: none;
}
.pager ul {
	display: inline-block;
*display: inline;
*zoom: 1;
	overflow: hidden;
}
.pager ul li {
	float: left;
	margin: 0 5px;
	padding: 0 !important;
	height: auto !important;
	border: none !important;
}
.pager ul a {
	line-height: 30px;
	padding: 0 10px;
	transition: all ease 300ms;
	color: #000000;
	text-decoration: none;
	float: left;
	border: 1px solid #ddd;
}
.pager ul a.current, .pager ul a:hover {
	color: #fff;
	border: 1px solid #0a408a;
	background: #0a408a;
}
.contact .box1 {
	line-height: 18px;
	padding: 48px 0 0px;
	overflow: hidden;
}
.contact .box1 ul {
	width: 125%;
}
.contact .box1 li {
	float: left;
	width: 230px;
	margin-right: 250px;
}
.contact .box1 li i {
	width: 56px;
	height: 56px;
	background-position: -142px 0;
	float: left;
}
.contact .box1 li b {
	font-size: 18px;
	font-family: arial;
	font-weight: 100;
}
.contact .box1 li td {
	vertical-align: middle;
	height: 56px;
	padding-left: 5px;
}
.contact .box1 .l2 i {
	background-position: -204px 0;
}
.contact .box1 .l3 i {
	background-position: -267px 0;
}
.contact .box2 {
	margin-bottom: 75px;
}
.contact .box2 #map1_container, .contact .box2 #allmap1 {
	width: 100%;
	height: 400px;
}
.contact .box3 h1 {
	font-size: 36px;
	padding-bottom: 15px;
	text-align: center;
}
.contact .box3 p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	padding-bottom: 46px;
	text-align: center;
}
.contact .box3 b {
	color: #1f6eb1;
}
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 560px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 30px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #cccccc;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 355px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #333;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 1198px;
	height: 240px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 1178px;
	height: 214px;
	line-height: 28px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 46px;
	border: 2px solid #1f6eb1;
	margin-right: 2px;
	text-align: center;
	background: #1f6eb1;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #1f6eb1;
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 0px;
	display: block;
}
.about .box1 {
	padding-top: 105px;
	padding-bottom: 100px;
	overflow: hidden;
}
.box1_add {
	padding: 70px 0;
}
.about .box1 .fl {
	padding-top: 32px;
}
.about .box1 .fl h1 {
	font-size: 80px;
	text-transform: uppercase;
	font-family: arial;
	line-height: 80px;
}
.about .box1 .fl p {
	font-size: 24px;
	padding-bottom: 88px;
}
.about .box1 .fl i {
	width: 54px;
	height: 54px;
	background-position: 0 -99px;
	cursor: pointer;
	position: relative;
	display: block;
	float: left;
}
.about .box1 .fl i img {
	position: absolute;
	left: 20px;
	bottom: 56px;
	width: 0px;
	height: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: ease-in-out .2s;
}
.about .box1 .fl i:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	left: 0;
	height: 80px;
	width: 80px;
}
.about .box1 .fl .i2 {
	background-position: -58px -99px;
	margin-left: 20px;
}
.about .box1 .fr {
	width: 611px;
}
.about .box1 .fr h1 {
	font-size: 24px;
	font-weight: 100;
}
.about .box1 .fr span {
	display: block;
	background: #b0b0b0;
	width: 20px;
	height: 2px;
	margin: 13px 0 24px;
}
.about .box1 .fr h2 {
	font-size: 18px;
}
.about .box1 .fr p {
	line-height: 30px;
	padding-top: 12px;
}
.about .box1 .fr i {
	width: 54px;
	height: 54px;
	background-position: -59px -35px;
	margin-top: 35px;
	transition: ease-in-out .2s;
}
.about .box1 .fr a:hover {
	cursor: pointer;
}
.about .box1 .fr a:hover i {
	margin-left: 15px;
}
.about .bg_20 {
	height: 20px;
	width: 100%;
	background: #eaeaea;
}
.about .box2 {
	padding-bottom: 94px;
}
.about .box2 .con {
	margin-top: 40px;
}
.about .box2 .con .fl {
	width: 410px;
	height: 428px;
	overflow: hidden;
}
.about .box2 .con .fl img {
	width: 410px;
	height: 428px;
}
.about .box2 .con .fr .img {
	width: 380px;
	height: 214px;
	overflow: hidden;
	display: block;
}
.about .box2 .con .fr .img img {
	width: 380px;
	height: 214px;
	transition: .9s;
}
.about .box2 .con .fr .p {
	display: block;
	padding-left: 20px;
	width: 360px;
	height: 214px;
}
.about .box2 .con .fr .p h1 {
	font-size: 24px;
	line-height: 60px;
	font-weight: 100;
}
.about .box2 .con .fr .p i {
	width: 54px;
	height: 54px;
	background-position: -59px -35px;
	margin-top: 35px;
	transition: ease-in-out .2s;
}
.about .box2 .con .fr li:hover {
	cursor: pointer;
}
.about .box2 .con .fr li:hover h1, .about .box2 .con .fr li:hover p {
	color: #333;
}
.about .box2 .con .fr li:hover i {
	margin-left: 15px;
}
.about .box2 .con .fr li {
	float: left;
}
.about .box2 .con .fr li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.about .box3 {
	background: url(../images/about_bg.jpg) center top no-repeat;
	width: 100%;
	height: 457px;
	padding-top: 93px;
}
.about .box3 .w1200 {
	overflow: hidden;
}
.about .box3 .fl {
	width: 500px;
}
.about .box3 .fl h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 100;
	padding-bottom: 25px;
}
.about .box3 .fl span {
	display: block;
	width: 40px;
	height: 2px;
	background: #ffd200;
	margin-bottom: 25px;
}
.about .box3 .fl p {
	color: #fff;
	line-height: 24px;
}
.about .box3 .fl i {
	width: 54px;
	height: 54px;
	cursor: pointer;
	background-position: 0px -35px;
	margin-top: 35px;
	transition: ease-in-out .2s;
}
.about .box3 .fl a:hover i {
	margin-left: 15px;
}
.about .box3 .fr .picScroll-left {
	overflow: hidden;
	position: relative;
	margin-top: 68px;
	height: 225px;
	width: 620px;
}
.about .box3 .fr .picScroll-left .hd {
	overflow: hidden;
}
.about .box3 .fr .picScroll-left .hd .prev, .about .box3 .fr .picScroll-left .hd .next {
	display: block;
	left: 0;
	top: 50%;
	margin-top: -36px;
	width: 30px;
	height: 72px;
	position: absolute;
	z-index: 10;
	background-position: -133px -67px;
	cursor: pointer;
	display: none;
}
.about .box3 .fr .picScroll-left .hd .next {
	left: auto;
	right: 0;
	background-position: -164px -67px;
}
.about .box3 .fr .picScroll-left:hover .hd .prev, .about .box3 .fr .picScroll-left:hover .hd .next {
	display: block;
}
.about .box3 .fr .picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	margin-top: 10px;
	zoom: 1;
}
.about .box3 .fr .picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icocircle.gif") 0 -9px no-repeat;
}
.about .box3 .fr .picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.about .box3 .fr .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.about .box3 .fr .picScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.about .box3 .fr .picScroll-left .bd ul li img {
	width: 300px;
	height: 225px;
}
.bg_top {
	height: 50px;
	background: #eaeaea;
	width: 100%;
}
.erro {
	color: red;
}
/* map_ul*/
.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
}
.map_ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
}
.map_ul li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	display: block;
	background: #f6f6f6;
	text-indent: 15px;
}
.map_ul .list-inline {
	display: block;
	width: 86%;
}
.map_ul .list-inline li {
	height: 32px;
	display: inline-block;
*display: inline;
	margin: 15px 5px 15px 0;
	zoom: 1;
	line-height: 32px;
	border-bottom: 0;
	text-align: center;
	width: auto;
	padding: 0px;
}
.map_ul .list-inline li a {
	text-indent: 0;
	font-weight: normal;
	display: block;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	padding: 0px 10px;
	width: auto;
	border: 1px solid #ccc;
	text-align: center;
}
.map_ul .list-inline li a:hover {
	background: #0a408a;
	color: #fff;
	border: 1px solid #0a408a;
}
.erro {
	text-align: center;
	min-height: 400px;
}
.showPro {
	padding: 50px 0;
}
.showPro .reLink {
	margin-bottom: 0;
}
.showPro .showContxt {
	padding: 30px 0 35px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
.showPro .showContxt img {
	max-width: 100%;
	height: auto !important;
}
.showPro .showimgCon {
	padding: 0 0 10px;
	font-size: 16px;
	line-height: 32px;
}
.showPro .showimgCon .txtcon {
	width: 400px;
	height: 423px;
	float: right;
	position: relative;
}
.showPro .showimgCon .txtcon .tit {
	position: relative;
	font-size: 25px;
	margin-bottom: 15px;
	color: #ce0000;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dddddd;
	text-align: center;
}
.showPro .showimgCon .txtcon .tit .goBack {
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
	font-size: 14px;
	display: block;
	font-weight: normal;
	cursor: pointer;
}
.showPro .showimgCon .txtcon .tit .goBack s {
	width: 20px;
	height: 20px;
	background-position: -440px -62px;
	margin-left: 6px;
}
.showPro .showimgCon .txtcon .tit .goBack:hover {
	color: #047fcc;
}
.showPro .showimgCon .txtcon .txt {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-align: justify;
	padding: 20px;
	text-indent: 2em;
}
.showPro .showimgCon .txtcon .txt .item {
	margin-bottom: 7px;
	max-height: 250px;
	overflow: hidden;
}
.showPro .showimgCon .txtcon .txt .item img{
	margin: 20px auto 0 100px;
}
.showPro .showimgCon .txtcon .tel-btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}
.showPro .showimgCon .txtcon .tel-btn .btn {
	width: 118px;
	float: right;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #ce0000;
}
.showPro .showimgCon .txtcon .tel-btn .btn:hover {
	background: #333;
}
.showPro .showimgCon .txtcon .tel-btn .tel {
	width: 280px;
	float: left;
}
.showPro .showimgCon .txtcon .tel-btn .tel span, .showPro .showimgCon .txtcon .tel-btn .tel strong {
	display: block;
	color: #666666;
}
.showPro .showimgCon .txtcon .tel-btn .tel s {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
	background-position: -315px -30px;
}
.showPro .showimgCon .txtcon .tel-btn .tel span {
	font-size: 16px;
	line-height: 20px;
}
.showPro .showimgCon .txtcon .tel-btn .tel strong {
	font-size: 28px;
	line-height: 28px;
}
.showPro .showimg {
	width: 760px;
	position: relative;
	float: left;
	overflow: hidden;
}
.showPro .showimg .bigimg {
	width: 758px;
	height: 505px;
	display: block;
	position: relative;
	border: 1px solid #dddddd;
}
.showPro .showimg .bigimg .list {
	width: 5000%;
}
.showPro .showimg .bigimg .list li {
	width: 758px;
	height: 505px;
	float: left;
	border: 0;
	margin-right: 1px;
}
.showPro .showimg .bigimg .list img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all ease 300ms;
}
.showPro .showimg .smallimg {
	width: 760px;
	height: 76px;
	position: relative;
	padding-top: 30px;
	z-index: 10;
	overflow: hidden;
}
.showPro .showimg .list {
	width: 700px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.showPro .showimg .listcon {
	width: 600% !important;
	position: relative;
}
.showPro .showimg .prev, .showPro .showimg .next {
	width: 20px;
	height: 76px;
	z-index: 10;
	position: absolute;
	top: 30px;
	cursor: pointer;
	background: #f9f9f9 url(../images/show-btn-ico.png) no-repeat 0 center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.showPro .showimg .prev:hover, .showPro .showimg .next:hover {
	background-color: #f9f9f9;
}
.showPro .showimg .prev {
	left: 0;
	background-position: 3px center;
}
.showPro .showimg .next {
	right: 0;
	background-position: -84px center;
}
.showPro .showimg li {
	width: 94px;
	height: 63px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
	position: relative;
	border: 3px solid #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.showPro .showimg li img {
	width: 100%;
	height: 100%;
	display: block;
}
.showPro .showimg li.on {
	width: 94px;
	height: 63px;
	border: 3px solid #1f6eb1;
}
.prdleft{
	width:760px;
	height:auto;
	float:left;
}
.prdright{
	width:360px;
	height:auto;
	padding:20px;
	background:#f9f9f9;
	margin-top:-150px;
	float:right;
}
.prdright .titA{
	width: 100%;
    margin: 0 0 15px;
    height: 24px;
	line-height:1;
	border-left: 5px solid #333;
	padding-left: 20px;
    overflow: hidden;	
}
.prdright .titA h3{
	color: #333;
    font-weight: normal;
    margin-bottom: 6px;
	font-size: 24px;
	float: left;
}
.prdright .prdlist{
	border-top: 1px solid #eee;
	overflow: hidden;
	padding-bottom:30px;	
}
.prdright .prdlist li{
	list-style: none;
    padding-top: 10px;
    clear: both;	
}


.list-nav-title h3 {
	font-size:18px;
	font-weight:bold;
    background: url(../images/xdricon.png) no-repeat left center;
    text-indent: 30px;
}


.prdright .prdlist .list-nav-con1 a {
    width: 47%;
    display: black;
    float: left;
    line-height: 36px;
    background: #fff;
    border: 1px solid #eee;
    margin-right: 2%;
    margin-bottom: 5px;
    text-align: center;
}

.prdshow_hot li {
	width: 360px;
	float: left;
	margin-bottom:20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.prdshow_hot li .imgA {
	overflow: hidden;
	height: 253px;
	display: block;
	border: 1px solid #efefef;
	width: 358px;
	border-bottom: none;
}
.prdshow_hot li .imgA img {
	width: 358px;
	height: 239px;
	transition: .9s;
}
.imgH li .imgA {
	height: 239px;
	border: 1px solid #efefef;
	width: 358px;
	border-bottom: none;
}
.imgH li .imgA img {
	height: 239px;
}
.prdshow_hot li:hover .imgA img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.prdshow_hot li .p {
	border: 1px solid #efefef;
	display: block;
	width: 320px;
	padding: 0 19px;
	height: 108px;
	border-top: none;
}
.prdshow_hot li .p p {
	border-bottom: 1px solid #d6d6d6;
	height: 58px;
	line-height: 58px;
	margin-bottom: 10px;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.prdshow_hot li .p span {
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.prdshow_hot li .p i {
	width: 32px;
	height: 12px;
	background-position: -73px -43px;
}
.prdshow_hot li .p .fl {
	font-size: 12px;
	font-family: arial;
}
.prdshow_hot li:hover a span {
	color: #1f6eb1;
}
.prdshow_hot li:hover a p {
	color: #1f6eb1;
}
.prdshow_hot li:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}



/*多条件筛选*/
.dt1{ width:140px; padding-left:20px; background:#efefef;}
.mr2em{ margin-right:1rem;}
.bt{ float:left;}
.byd{ background:#efefef; margin:0 !important; }
.icon{width:14px; height:14px; background:url(../images/radio.png) 0 0 no-repeat; margin-right:5px; margin-top:18px; vertical-align:0; float:left;}
.in{ float:left;}
.in .icon{background-position:-14px 0;}
.in a{color:#dd1717;}

.in{
	font-weight:bold;
	color:#c4284d !important;
}
dl,
dd {
	margin: 0;
}
.mr10{ margin-right:10px;}
#box {
	width: 1200px;
	height:100px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(73, 66, 66, .1);
	margin: 20px auto;
	border: 1px solid #E5E5E5;

    border-radius: 10px;

}
#box a{ display:block;}

#box dl {
	width:1200px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dadada;
	background:#fff;
	float:left;

}

#box dt {
	float: left;
	color: #8a8a8a;
}

#box dd {
	float: left;
	color: #252525;
	margin: 0 20px;
	font-size: 14px;
	cursor: pointer;
}

#box dd.activeAA {
	color: #c4284d;
	font-weight: bold;
}

#box dl.selectAA {
	background: #efefef;
	margin: 0;
	padding: 0 20px;
}

#box dl.selectAA dd {
	border: 1px solid #c4284d;
	height: 25px;
	line-height: 25px;
	margin-top: 13px;
	padding: 0 2px 0 10px;
	border-radius: 3px;
	background-color: #fff;
}

#box dl.selectAA dd span {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	background: #c4284d;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
	border-radius: 5px;
}



.showContxt .firstRow td{
	line-height:50px !important;
	text-align:center !important;
	font-size:18px;
	font-weight:bold;
	background:#b1251f !important;
	color:#ffb400 !important;
}


.relateTit {
	width:760px;
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom:10px;
	float:left;
}
.relateTit h3 {
	font-size: 18px;
	display: inline-block;
*display: inline;
*zoom: 1;
	position: relative;
}
.relateTit h3 .line {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #1f6eb1;
}
.floor_3_remm {
	padding-bottom: 60px;
}
.floor_3_remm .body {
	overflow: hidden;
*margin-bottom: 38px;
}
.floor_3_remm .body ul {
	width: 112%;
}
.floor_3_remm .body li {
	margin-bottom: 40px;
	width: 370px;
	float: left;
	margin-right: 45px;
	position: relative;
	border-radius: 5px;
	height: 278px;
	overflow: hidden;
}
.floor_3_remm .body li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.floor_3_remm .body li .img img {
	border-radius: 5px;
	width: 370px;
	height: 247px
}
.floor_3_remm .body li .txt {
	position: absolute;
	left: 0;
	top: 211px;
	height: 67px;
	background: #666;
	width: 301px;
	border-radius: 0 0 5px 5px;
	color: #fff;
	padding-left: 42px;
	padding-right: 42px;
	transition: ease-in-out .2s;
	text-align: center;
	line-height: 67px;
}
.floor_3_remm .body li .txt h3 {
	font-size: 20px;
	font-weight: 100;
	line-height: 67px;
}
.floor_3_remm .body li .txt span {
	margin: 0 auto;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	width: 123px;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
	margin-top: 10px;
	display: none;
}
.floor_3_remm .body li:hover {
	box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.floor_3_remm .body li:hover .txt {
	background: url(../images/bg_6b.png) repeat;
	height: 100%;
	top: 0;
	border-radius: 5px;
}
.floor_3_remm .body li:hover .txt h3 {
	padding-top: 78px;
}
.floor_3_remm .body li:hover .txt span {
	margin-top: 0;
	display: block;
}
.floor_3_remm .more2 {
	text-align: center;
}
.floor_3_remm .more2 ul {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.floor_3_remm .more2 a {
	width: 141px;
	height: 35px;
	display: block;
	color: #0071b9;
	margin: 0 19px;
	border: 2px solid #0071b9;
	line-height: 35px;
	border-radius: 4px;
	font-size: 20px;
}
.floor_3_remm .more2 a:hover {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.floor_3_remm .more2 .ewmbtn {
	background: #0071b9;
	color: #fff;
}
.floor_3_remm .more2 li {
	float: left;
}


.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li:nth-child(1){ padding:0 10px}
.dede_pages ul li:nth-child(1) a{ padding:0}
.dede_pages ul li a{color:#555;display:block;padding: 0 10px;}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid; padding:0 10px}
.dede_pages ul li:last-child{ padding:0 10px}
.dede_pages ul li:last-child a{ padding:0}
.dede_pages ul li.thisclass a{color:#fff; padding:0}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}



/*内容页表格样式*/
.am-table 
        {
			width:100%;
            border-collapse: collapse !important;
            margin: 0 auto;
			TBBLE-LBYOUT: fixed;
			font-size:14px;
			margin:1rem 0;
        }
.am-table th{
	line-height:65px; font-size:30px; text-align: center;}					
.am-table td{
	padding:0 1rem;
	line-height:40px;}
.am-table  td, table th
        {
            border: 1px solid #ccc;
            color: #666;
			word-WRBP: break-word;
        }
.am-table td,p,span{word-break: break-all; }		
.am-table  thead th
        {
            background-color: #CCE8EB;
            width: 100px;
        }
.am-table  tr:nth-child(odd)
        {
            background: #fff;
        }
 
.am-table  tr:nth-child(even)
        {
            background: #f2f2f2;
		}
		
		
		
		
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6
}
.table .table {
  background-color: #fff
}
.table-sm td, .table-sm th {
  padding: .3rem
}
.table-bordered {
  border: 1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px
}
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075)
}
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff
}
.table-hover .table-primary:hover {
  background-color: #9fcdff
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff
}
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf
}
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb
}
.table-hover .table-success:hover {
  background-color: #b1dfbb
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb
}
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb
}
.table-hover .table-info:hover {
  background-color: #abdde5
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5
}
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1
}
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7
}
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe
}
.table-hover .table-light:hover {
  background-color: #ececf6
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6
}
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe
}
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.table-dark {
  color: #fff;
  background-color: #212529
}
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e
}
.table-dark.table-bordered {
  border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .075)
}	