@charset "utf-8";

/* CSS Document 
*#8e1217
*/
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'microsoft yahei';
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

.textcenter {
	text-align: center;
}

li {
	list-style-type: none;
}

em {
	font-style: normal
}

.block {
	display: block;
}

.none {
	display: none;
}

.border3 {
	border-radius: 3px;
}

.border5 {
	border-radius: 3px;
}

.mrw10 {
	margin-right: 10px;
}

.miw10 {
	margin-left: 10px;
}

.mrw15 {
	margin-right: 15px;
}

.miw15 {
	margin-left: 15px;
}

.mrw20 {
	margin-right: 20px;
}

.mlw20 {
	margin-left: 20px;
}

#UpdateHint {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
	margin: 0 auto -100px auto;
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 99999999;
	text-align: center;
}

#UpdateHint span {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 30px;
	background: rgba(0, 0, 0, 0.8);
	font: 20px/30px 'microsoft yahei';
	text-align: center;
	color: #fff;

}

#UpdateHint .ok {
	font: 20px/30px 'microsoft yahei';
	color: #fff;
	background: rgba(18, 166, 10, 0.8);
}

.nodata {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
	font: 14px/50px 'microsoft yahei';
	color: #999;
	text-align: center;
}

.wm {
	width: 1200px;
	margin: 0 auto;
}

.toph {
	height: 80px;
}

@media all and (max-width:1024px) {
	.toph {
		height: 50px;
	}
}

header {
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background-color: #fbf6f6;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

header .top-pc {
	width: 1400px;
	height: 80px;
	margin: 0 auto;
}

header .top-pc .logo {
	display: block;
	float: left;
	height: 80px;
}

header .top-pc .logo img {
	height: 100%;
}

header .top-pc nav {
	display: block;
	float: right;
	height: 80px;
}

header .top-pc nav .one {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 40px;
	margin-top: 20px;
	margin-left: 15px;
	position: relative;
}

header .top-pc nav .one .t {
	display: block;
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px;
	transition-duration: 0.2s;
}

header .top-pc nav .one:hover {
	background-color: #8e1217;
}

header .top-pc nav .one:hover .t {
	color: #fff;
}

header .top-pc nav .one ul {
	display: none;
	width: 140px;
	height: auto;
	overflow: hidden;
	padding: 18px 0;
	background-color: #8e1217;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 99999;
	transition-duration: 0.2s;
}

header .top-pc nav .one ul li {
	display: block;
	width: 100%;
	padding: 6px 0;
}

header .top-pc nav .one ul li a {
	display: block;
	width: 90%;
	font-size: 14px;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	transition-duration: 0.2s;
}

header .top-pc nav .one ul li a:hover {
	line-height: 20px;
}

header .top-pc nav .one:hover ul {
	display: block;
}

@media all and (max-width:1400px) {
	header .top-pc {
		width: 94%;
	}
}

@media all and (max-width:1024px) {
	header {
		display: none;
	}
}





.wap-header {
	display: none;
}

@media all and (max-width:1024px) {
	.wap-header {
		display: block;
		width: 100%;
		height: 52px;
		background-color: #fcf6f6;
		position: fixed;
		top: 0;
		z-index: 999;
	}

	.wap-header .maxw {
		width: 96%;
		height: 52px;
		margin: 0 auto;
	}

	.wap-header .maxw .logo {
		display: block;
		height: 52px;
		float: left;
		margin-right: 18px;
	}

	.wap-header .maxw .logo img {
		display: block;
		height: 42px;
		margin-top: 5px;
	}

	.wap-header .maxw .menu {
		height: 52px;
		float: right;
	}

	.wap-header .maxw .menu i {
		display: block;
		width: 36px;
		font-size: 26px;
		color: #333;
		text-align: center;
		line-height: 52px;
	}

	.MNenuMain {
		min-width: 280px;
		display: none;
		width: 100%;
		height: auto;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
	}

	.MNenuMain .mnName {
		width: 96%;
		height: 52px;
		background-color: #8e1217;
		padding: 0 2%;
	}

	.MNenuMain .mnName h1 {
		display: block;
		height: 52px;
		float: left;
		margin-left: 10px;
		line-height: 52px;
		font-size: 16px;
		color: #E4E4E4;
		font-weight: normal;
	}

	.MNenuMain .mnName .menuClose {
		display: block;
		float: right;
		margin-right: 4px;
		height: 52px;
		cursor: pointer;
	}

	.MNenuMain .mnName .menuClose i {
		display: block;
		height: 52px;
		line-height: 52px;
		width: 25px;
		font-size: 22px;
		color: #fff;
	}

	.MNenuMain .MenuFrame {
		display: block;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.9);
	}

	.MNenuMain .navmain {
		display: block;
		width: 100%;
		height: 100%;
		overflow: scroll;
	}

	.MNenuMain .navmain .son {
		width: 100%;
		height: auto;
		overflow: auto;
	}

	.MNenuMain .navmain li.son .mbut {
		display: block;
		width: 92%;
		height: 46px;
		padding: 0 4%;
		line-height: 46px;
		font-size: 14px;
		color: #fff;
		background: rgba(40, 40, 40, 0.3);
		border-bottom: 1px solid #2D2E2F;
		cursor: pointer;
	}

	.MNenuMain .navmain li.son .mbut em {
		color: #888;
		margin-left: 15px;
	}

	/*二级菜单样式*/
	.MNenuMain .navmain li.son ul.SonContent {
		width: 96%;
		height: auto;
		padding: 16px 0 12px 0;
		margin: 0 auto;
		overflow: hidden;
		z-index: 999999;
		text-align: center;
	}

	.MNenuMain .navmain li.son ul.SonContent li {
		display: inline-block;
		vertical-align: middle;
		height: 42px;
		margin: 5px 0;
		float: left;
	}

	.MNenuMain .navmain li.son ul.SonContent li a {
		display: block;
		float: left;
		height: 42px;
		line-height: 41px;
		margin: 0 5px;
		font-size: 14px;
		color: #ccc;
		background: rgba(40, 40, 40, 0.5);
		padding: 0 22px;
		border-radius: 3px;
	}

	.MNenuMain .navmain .login {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 18px;
		margin: 0 auto;
		background: rgba(40, 40, 40, 0.8);
	}

	.MNenuMain .navmain .login .nav-logo {
		display: block;
		width: 300px;
		height: auto;
		overflow: hidden;
		margin: 10px auto 0 auto;
	}

	.MNenuMain .navmain .login .nav-logo img {
		display: block;
		width: 100%;
	}

	.MNenuMain .navmain .login .search {
		min-width: 280px;
		width: 96%;
		height: 42px;
		background-color: #ddd;
		margin: 15px auto 0 auto;
		border-radius: 4px;
		position: relative;
	}

	.MNenuMain .navmain .login .search .serachKey {
		border: 0;
		outline: none;
		background-color: transparent;
		width: 90%;
		height: 30px;
		float: left;
		margin-left: 10px;
		margin-top: 6px;
		margin-right: 10px;
		font: 14px/30px 'microsoft yahei';
		color: #f30;
	}

	.MNenuMain .navmain .login .search .button {
		display: block;
		border: 0;
		outline: none;
		background-color: #7FBD0D;
		color: #fff;
		height: 32px;
		padding: 0 15px;
		border-radius: 3px;
		line-height: 32px;
		font-size: 14px;
		position: absolute;
		right: 5px;
		top: 5px;
	}

	.MNenuMain .navmain .login h2 {
		width: 100%;
		height: 42px;
		padding-top: 25px;
		text-align: center;
	}

	.MNenuMain .navmain .login h2 a {
		display: inline-block;
		vertical-align: middle;
		height: 42px;
		padding: 0 20px;
		margin: 0 8px;
		border-radius: 21px;
	}

	.MNenuMain .navmain .login h2 a.b1 {
		background-color: #027A46;
	}

	.MNenuMain .navmain .login h2 a.b2 {
		background-color: #093;
	}

	.MNenuMain .navmain .login h2 a i {
		display: block;
		width: 26px;
		height: 26px;
		text-align: center;
		line-height: 26px;
		font-size: 16px;
		float: left;
		margin-top: 7px;
		border: 1px solid #ddd;
		color: #fff;
		margin-right: 6px;
		border-radius: 15px;
	}

	.MNenuMain .navmain .login h2 a span {
		display: block;
		height: 30px;
		float: left;
		line-height: 30px;
		font-size: 14px;
		color: #fff;
		margin-top: 6px;
		font-weight: normal;
	}

	.MNenuMain .navmain li.son ul.SonContent .techan {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.MNenuMain .navmain li.son ul.SonContent .techan a {
		display: inline-block;
		vertical-align: middle;
		width: 80px;
		height: 116px;
		overflow: hidden;
		margin: 12px;
	}

	.MNenuMain .navmain li.son ul.SonContent .techan a img {
		display: block;
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}

	.MNenuMain .navmain li.son ul.SonContent .techan a dl {
		display: block;
		width: 100%;
		height: 30px;
		color: #CCC;
		text-align: center;
		font-size: 14px;
		line-height: 46px;
	}
}


footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 47px 0 20px 0;
	background-color: #151515;
}

footer .f-main {
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

footer .f-main .text {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}

footer .f-main .text .fls {
	float: left;
}

footer .f-main .text .fls img {
	display: block;
	width: 100%;
}

footer .f-main .text .fls .flogo {
	display: block;
	width: 180px;
	height: auto;
	overflow: hidden;
	float: left;
}

footer .f-main .text .fls .ewm {
	display: block;
	width: 150px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 15px;
}

footer .f-main .text .fls .ewm span {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #ccc;
}

footer .f-main .text .frs {
	float: right;
}

footer .f-main .text .frs h2 {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-family: 'Arial';
	font-style: italic;
}

footer .f-main .text .frs span {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 14px;
	line-height: 35px;
	color: #ccc;
}

footer .f-main .text .frs span em {
	margin-right: 10px;
	font-style: italic;
	color: #eee;
}

footer .f-main .text .frs dl {
	display: block;
	float: right;
	width: 100px;
	height: 1px;
	background-color: #ccc;
	margin: 10px 0 10px 0;
}

footer .f-main .text .frs p {
	clear: both;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 14px;
	line-height: 26px;
	color: #eee;
	margin-top: 31px;
}

footer .f-main .copyright {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #eee;
	border-top: 1px solid #4e4e4e;
	padding: 20px 0 0 0;
}

footer .f-main .copyright a {
	color: #eee;
}

@media all and (max-width:1400px) {
	footer .f-main {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	footer .f-main .text .fls {
		margin-left: 3%;
	}

	footer .f-main .text .frs {
		margin-right: 3%;
	}
}

@media all and (max-width:800px) {
	footer .f-main .text .fls {
		width: 94%;
		margin-left: 3%;
	}

	footer .f-main .text .frs {
		width: 94%;
		margin-right: 3%;
		padding-top: 15px;
	}

	footer .f-main .text .fls .flogo {
		display: none;
	}

	footer .f-main .text .fls .ewm {
		display: none;
	}

	footer .f-main .text .frs h2 {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 28px;
		line-height: 30px;
		color: #fff;
		font-family: 'Arial';
		font-style: italic;
	}

	footer .f-main .text .frs span {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 26px;
		color: #ccc;
	}

	footer .f-main .text .frs span em {
		margin-right: 10px;
		font-style: italic;
		color: #eee;
	}

	footer .f-main .text .frs dl {
		display: block;
		clear: both;
		width: 100%;
		height: 1px;
		background-color: #ccc;
		margin: 10px auto 10px auto;
	}

	footer .f-main .text .frs p {
		clear: both;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 26px;
		color: #eee;
		margin-top: 10px;
	}
}



.index-hos-tr {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 40px auto;
	text-align: center;
}

.index-hos-tr p {
	padding-bottom: 11px;
	margin: auto;
	width: 247px;
	font-size: 33px;
	line-height: 57px;
	color: #333;
	font-weight: bold;
	display: block;
	text-align: center;
	letter-spacing: 6px;
}

.index-hos-tr p i {
	margin: 0 5% 0;
	width: 60px;
	display: inline-block;
}

.index-hos-tr p i img {
	width: 100%;
}

.index-hos-tr p em {

	color: #8e1217;
	font-weight: bold;
}

.index-hos-tr span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	color: #8e1217;
}

.index-hos-tr h3 {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	font-weight: normal;
	padding-top: 15px;
}

@media all and (max-width:1024px) {
	.index-hos-tr {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 50px auto 40px auto;
		text-align: center;
	}

	.index-hos-tr p {
		font-size: 26px;
		line-height: 50px;
		color: #333;
	}

	.index-hos-tr p em {}

	.index-hos-tr span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 16px;
		line-height: 26px;
		color: #8e1217;
	}

	.index-hos-tr h3 {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 24px;
		color: #666;
		font-weight: normal;
	}
}


.index-hos-tr2 {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 40px auto;
	text-align: center;
}

.index-hos-tr2 p {
	padding-bottom: 11px;
	margin: auto;
	width: 247px;
	font-size: 33px;
	line-height: 57px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	letter-spacing: 6px;
}

.index-hos-tr2 p i {
	background: #fff;
	padding: 1%;
	margin: 0 5% 0;
	width: 60px;
	display: inline-block;
	border-radius: 6px;
}

.index-hos-tr2 p i img {
	width: 100%;
}

.index-hos-tr2 p em {

	color: #ffffff;

	font-weight: bold;
}

.index-hos-tr2 span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	color: #8e1217;
}

.index-hos-tr2 h3 {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #d2d2d2;
	font-weight: normal;
	padding-top: 15px;
}

@media all and (max-width:1024px) {
	.index-hos-tr2 {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 50px auto 40px auto;
		text-align: center;
	}

	.index-hos-tr2 p {
		font-size: 26px;
		line-height: 50px;
	}

	.index-hos-tr2 p em {}

	.index-hos-tr2 span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 16px;
		line-height: 26px;
		color: #8e1217;
	}

	.index-hos-tr2 h3 {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
	}
}








.floatService {
	width: 180px;
	height: 500px;
	position: fixed;
	top: 10%;
	right: 5px;
	z-index: 9999;
}

@media all and (max-width:1024px) {
	.floatService {
		display: none;
	}
}

.floatService .ServiceMian {
	width: 100%;
	height: 100%;
	position: relative;
}

.floatService .ServiceMian .closeBut {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	border: 1px solid #9A9A9A;
	position: absolute;
	top: 10px;
	right: 28px;
	z-index: 10;
	border-radius: 4px;
	background-color: #fff;
}

.floatService .ServiceMian .imgTopAdver {
	display: block;
	width: 126px;
	height: 50px;
	position: absolute;
	top: 50px;
	left: 25px;
	z-index: 9;
	background-color: #8e1217;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.floatService .ServiceMian .ServiceContent {
	width: 126px;
	height: 400px;
	background-color: #fff;
	position: absolute;
	top: 88px;
	left: 25px;
	z-index: 8;
	padding-top: 10px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 2px 2px 0px #999;
}

.floatService .ServiceMian .ServiceContent .HorizontalLine {
	width: 80%;
	height: 2px;
	margin: 0 auto 2px auto;
	border-bottom: 1px solid #EEE;
}

.floatService .ServiceMian .ServiceContent .FitemTxt {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	margin-top: 5px;
	padding-top: 0;
	border-radius: 0 0 5px 5px;
	transition-duration: 0.2s;
	background-color: #8e1217;
	color: #fff;
}

.floatService .ServiceMian .ServiceContent .FitemTxt:hover {
	margin-top: 0px;
	padding-top: 5px;
}

.floatService .ServiceMian .ServiceContent .FitemTel {
	display: block;
	width: 126px;
	height: 60px;
	padding: 10px 0 15px 0;
	cursor: pointer;
	transition-duration: 0.2s;
	position: relative;
}

.floatService .ServiceMian .ServiceContent .FitemTel:hover {
	background-color: #8e1217;
}

.floatService .ServiceMian .ServiceContent .FitemTel .teltxt {
	width: 180px;
	height: 0px;
	overflow: hidden;
	background-color: #8e1217;
	margin-right: 140px;
	padding: 0 15px;
	top: 0;
	right: 0px;
	position: absolute;
	transition-duration: 0.2s;
	border-radius: 3px;
}

.floatService .ServiceMian .ServiceContent .FitemTel:hover .teltxt {
	padding: 15px 15px;
	height: 60px;
}

.floatService .ServiceMian .ServiceContent .FitemTel .teltxt h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.floatService .ServiceMian .ServiceContent .FitemTel .teltxt em {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.floatService .ServiceMian .ServiceContent .FitemTel .erweima {
	width: 100px;
	height: 0px;
	overflow: hidden;
	background-color: #8e1217;
	margin-right: 140px;
	padding: 0px 15px;
	/* [disabled]top:0; */
	top: 0;
	right: 0px;
	position: absolute;
	transition-duration: 0.2s;
	border-radius: 3px;
}

.floatService .ServiceMian .ServiceContent .FitemTel:hover .erweima {
	padding: 15px 15px;
	height: 60px;
	height: 100px;
}

.floatService .ServiceMian .ServiceContent .FitemTel .erweima img {
	width: 100%;
}

.floatService .ServiceMian .ServiceContent .FitemTel i {
	display: block;
	width: 126px;
	height: 40px;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	color: #8e1217;
}

.floatService .ServiceMian .ServiceContent .FitemTel:hover i {
	color: #fff;
}

.floatService .ServiceMian .ServiceContent .FitemTel dl {
	display: block;
	width: 100%;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin-top: 4px;
	text-align: center;
}

.floatService .ServiceMian .ServiceContent .FitemTel:hover dl {
	color: #fff;
}

#TopBottom {
	display: none;
	width: 50px;
	height: 50px;
	background-color: #8e1217;
	position: fixed;
	bottom: 50px;
	right: 10px;
	cursor: pointer;
	z-index: 9999;
}

#TopBottom i {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

@media all and (max-width:800px) {
	#TopBottom {
		bottom: 65px;
	}
}


.page-banner {
	width: 100%;
	height: auto;
	max-height: 100vh;
	overflow: hidden;
	position: relative;
}

.page-banner img {
	display: block;
	width: 100%;
}

.page-banner .main-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.page-banner .text {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.page-banner .text h2 {
	display: block;
	margin: 5px 0px 0 15%;
	padding: 10px 20px;
	color: #1b1b1b;
	text-align: left;
	font-size: 39px;
	font-weight: normal;
	vertical-align: top;
	letter-spacing: 2px;
}

.page-banner .text p {
	clear: both;
	display: block;
	float: left;
	max-width: 50%;
	margin: 10px 0 0 15%;
	padding: 20px 20px;
	color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	background: rgba(0, 0, 0, 0.7);
	vertical-align: top;
}

.page-banner .top-title {
	width: 1200px;
	height: auto;
	overflow: hidden;
	background-color: #FAFAFA;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -600px;
	z-index: 3;
	padding: 30px 0 10px 0;
	text-align: center;
}

.page-banner .top-title h1 {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 2.4vw;
	font-weight: normal;
	margin: 0 auto;
}

.page-banner .top-title h2 {
	display: block;
	width: 88%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	font-weight: normal;
	margin: 0 auto;
}

@media all and (max-width:1400px) {
	.page-banner .top-title {
		width: 94%;
		height: auto;
		overflow: hidden;
		background-color: #FAFAFA;
		position: absolute;
		bottom: -4px;
		left: 3%;
		margin-left: -0;
		z-index: 3;
		padding: 30px 0 10px 0;
		text-align: center;
	}

	.page-banner .top-title h1 {
		display: inline-block;
		vertical-align: middle;
		height: auto;
		overflow: hidden;
		text-align: center;
		font-size: 20px;
		font-weight: normal;
		margin: 0 auto;
	}

	.page-banner .top-title h2 {
		display: block;
		width: 88%;
		height: auto;
		overflow: hidden;
		text-align: center;
		font-size: 28px;
		line-height: 38px;
		font-weight: normal;
		margin: 0 auto;
	}
}

@media all and (max-width:800px) {
	.page-banner {
		width: 100%;
		height: auto;
		max-height: 180vh;
		min-height: 100px;
		overflow: hidden;
		position: relative;
	}

	.page-banner .text {
		display: none;
	}

	.page-banner .top-title {
		width: 100%;
		left: 0%;
	}
}

.page-content {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.page-content img {
	max-width: 1200px;
}


.main-wrap>div {
	height: 100%;
}

.flex-flex-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	display: -ms-flexbox !important;
	display: flex !important;
}


.cur-pos {
	width: 96%;
	height: 60px;
	margin: 0 auto;
	border-bottom: 1px solid #EDEDED;
}

.cur-pos .cru-home {
	height: 60px;
	float: left;
	font-size: 14px;
	line-height: 60px;
	color: #444;
}

.cur-pos .cru-home a {
	float: left;
}

.cur-pos .cru-home i {
	float: left;
	margin: 0 10px 0 10px;
	color: #999;
	line-height: 60px;
	font-size: 12px;
}

.cur-pos .cru-home dl {
	display: block;
	float: left;
	color: #666;
}

@media all and (max-width:800px) {
	.cur-pos {
		width: 94%;
		height: 60px;
		margin: 0 auto;
		border-bottom: 1px solid #EDEDED;
	}

	.cur-pos .cru-home dl {
		display: none;
	}
}

.index_guanggao1 {
	width: 100%;
	height: 300px;
	background: url(../images/index_guanggao1.jpg)center fixed;
}

.index_guanggao1 p {
	color: #fff;
	font-size: 46px;
	text-align: center;
	line-height: 276px;
	letter-spacing: 10px;
	font-weight: 600;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

*html .clearfix {
	height: 1%
}

.solution-list {
	position: relative;
	height: 412px;
	z-index: 9;
	width: 1200px;
	margin: auto;
	padding: 6% 0;
}

.short-bar {
	position: absolute;
	top: 187px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background-color: #fff
}

.active .short-bar {
	top: 201px;
	background-color: #8e1217;
}

.solution-list ul li {
	float: left;
	width: 295px;
	position: relative;
	height: 412px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.solution-item-wrapper {
	/* width: 100%; */
	height: 412px;
	background: url(../images/solution_item_bg_01.jpg) center no-repeat;
	background-size: cover;
}

.solution-item-02 {
	background-image: url(../images/solution_item_bg_02.jpg)
}

.solution-item-03 {
	background-image: url(../images/solution_item_bg_03.jpg)
}

.solution-item-04 {
	background-image: url(../images/solution_item_bg_04.jpg)
}

.solution-item-05 {
	background-image: url(../images/solution_item_bg_05.jpg)
}

.active .solution-item-wrapper {
	position: absolute;
	z-index: 9;
	top: -62px;
	left: -51px;
	width: 346px;
	height: 526px;
	background: url(../images/solution_item_bg_active_01.jpg) no-repeat;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
}

@media only screen and (max-width:1400px) {
	.product-special-li-5.active .solution-item-wrapper {
		left: -102px
	}
}

.active .solution-item-02 {
	background-image: url(../images/solution_item_bg_active_02.jpg)
}

.active .solution-item-03 {
	background-image: url(../images/solution_item_bg_active_03.jpg)
}

.active .solution-item-04 {
	background-image: url(../images/solution_item_bg_active_04.jpg)
}

.active .solution-item-05 {
	background-image: url(../images/solution_item_bg_active_05.jpg)
}

.solution-list ul li p.solution-title {
	position: absolute;
	top: 211px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 2
}

.solution-list ul li p.solution-intro {
	position: absolute;
	top: 282px;
	left: 50%;
	margin-left: -121px;
	width: 242px;
	overflow: hidden;
	color: #eee;
	line-height: 2;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 14px;
	text-align: justify
}

.solution-list ul li a {
	display: none;
	position: absolute;
	top: 452px;
	left: 50%;
	margin-left: -87px;
	width: 174px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	z-index: 2;
	background-color: #868686;
}

.solution-list ul li a:hover {
	background-color: #8e1217;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.solution-list ul li.active p.solution-title {
	top: 158px;
	font-size: 22px
}

.solution-list ul li.active p.solution-intro {
	top: 230px;
	opacity: 1;
	filter: alpha(opacity=100)
}

.solution-list ul li.active a {
	top: 388px;
	display: block
}

@media only screen and (max-width:950px) {
	.solution-list {
		width: 100%;
		height: auto;
		padding: 0px;
	}

	.solution-list ul li {
		display: inline-block;
		float: none;
		width: 48%;
	}
	

	.solution-list ul {
		text-align: center;
	}

	.index_case .case-nr {}

	.index_case .case-nr ul {}

	.index_case .case-nr ul li {}

	.index_case .case-nr ul li i {}

	.index_case .case-nr ul li i img {}

	.index_case .case-nr ul li b {}

	.index_case .case-nr ul li p {
		font-size: 18px;
	}

	.index_case .case-nr ul li span {
		font-size: 12px;
	}

	.active .solution-item-wrapper{
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: top ;
	}

	.solution-list ul li p.solution-intro{
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
		margin: 0px;
		left: 0px;
		font-size: 12px;
	}

	.product-special-li-5.active .solution-item-wrapper{
		left: 0px;
	}

}

.index_case {
	background: url(../images/index-case.jpg)center no-repeat;
	padding: 1% 0;
}

.index_case .case-nr {
	width: 75%;
	margin: auto;
	overflow: hidden;
}

.index_case .case-nr ul {
	margin-bottom: 2%;
	text-align: center;
}

.index_case .case-nr ul li {
	text-align: left;
	width: 25%;
	display: inline-block;
	margin: 2%;
}

.index_case .case-nr ul li i {
	display: block;
	width: 100%;
}

.index_case .case-nr ul li i img {
	width: 100%;
}

.index_case .case-nr ul li b {
	font-size: 11px;
	line-height: 45px;
	color: #fff;
}

.index_case .case-nr ul li p {
	margin-bottom: 2%;
	display: block;
	color: #fff;
	font-size: 21px;
}

.index_case .case-nr ul li span {
	font-size: 15px;
	color: #fff;
	display: block;
}

@media only screen and (max-width:950px) {
	.index_case {
		background: #000;
	}

	.index_case .case-nr {
		width: 95%;
	}

	.index_case .case-nr ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.index_case .case-nr ul li {
		margin: 0px 0;
		width: 48%;
		display: block;
		margin-bottom: 30px;
	}

	.index_case .case-nr ul li i {}

	.index_case .case-nr ul li i img {}

	.index_case .case-nr ul li b {}

	.index_case .case-nr ul li p {
		font-size: 18px;
	}

	.index_case .case-nr ul li span {
		font-size: 12px;
	}

}


.lnformation_page{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	
	background: #FAFAFA;
	padding: 0px 3%;
	padding-bottom: 60px;
	box-sizing: border-box;
}

.lnformation_page .box{
	padding: 27px 0px;
	border-bottom: 1px dashed #ccc;
}

.lnformation_page .box:first-child{
	padding-top: 0px;
}

.lnformation_page .box a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lnformation_page .box p{
	width: 78%;
	color: #333;
	font-size: 18px;

	text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.lnformation_page .box span{
	width: 20%;
	text-align: right;
	color: #666;
	font-size: 14px;
}

.lnformation_page_xq .out {
	background: #FFF;
	width: 100%;
	border-radius: 5px;
	padding: 40px 20px;
	box-sizing: border-box;
}

.lnformation_page_xq .out .title{
	text-align: center;
	color: #333;
	font-size: 26px;
	margin-bottom: 20px;
	position: relative;
}

.lnformation_page_xq .out .box{
	border: 1px solid rgba(203, 214, 225, 1);
	display: flex;
	padding: 0px;
	flex-wrap: wrap;

	
}

.lnformation_page_xq .out .box .left{
	width: 100%;
}

.lnformation_page_xq .out .box .left li{
	display: flex;
	align-items: center;
	height: 40px;
	border-bottom: 1px solid rgba(203, 214, 225, 1);
	box-sizing: border-box;
}

.lnformation_page_xq .out .box .left li:last-child{
	border-bottom: none;
}

.lnformation_page_xq .out .box .left li span{
	background: rgba(222, 236, 247, 1);
	display: block;
	height: 100%;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 0px 10px;
	box-sizing: border-box;
	color: #333;
	border-right: 1px solid rgba(203, 214, 225, 1);
}

.lnformation_page_xq .out .box .left li p{
	color: #666;
	font-size: 14px;
	padding: 0px 15px ;
	box-sizing: border-box;
	/* border-right: 1px solid rgba(203, 214, 225, 1); */
	height: 100%;
	display: flex;
	align-items: center;
	width: 80%;
}

.lnformation_page_xq .out .box .right{
	width: 33%;
	display: flex;
	align-items: center;
	height: 100%;
	height: 280px;
	display: none;
}

.lnformation_page_xq .out .box .right span{
	width: 17%;
	display: flex;
	height: 100%;
	background: rgba(222, 236, 247, 1);
	writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    align-items: center;
    justify-content: center;
	letter-spacing: 7px;
	font-size: 20px;
}

.lnformation_page_xq .out .box .right p{
	width: 83%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.lnformation_page_xq .out .box .right p img{
	width: auto;
	max-width: 136px;
}

.lnformation_page_xq .out .box .right p b{
	color: #333;
	font-weight: 500;
	margin-top: 10px;
	font-size: 14px;
}


.erweima_img {
    position: absolute;
    right: 0px;
    top: -20px;
}

.erweima_img  .erweima_x{
    width: 30px;
    height: 30px;

    cursor: pointer;
}



.erweima_img .D {
    position: absolute;
    bottom: -100px;
    left: -100px;
    border: 1px solid #999 ;
    width: 100px;
    height: 100px;
    display: none;
    background: #FFF;
}

.erweima_img .D img{
    width: 100%;
    height:100%;
    transform: scale(0.9);
}

.erweima_img:hover .D{
    display: block;
}

@media (max-width:950px) {
	.page-banner img{
		margin-top: 52px;
	}

	.bus-wrap{
		padding-bottom: 20px !important;
	}

	.lnformation_page{
		padding-bottom: 30px;
	}

	.lnformation_page .box{
		padding: 10px 0px;
	}

	.lnformation_page .box p{
		font-size: 14px;
	}

	.lnformation_page .box span{
		font-size: 12px;
	}

	.lnformation_page_xq .out .box .left{
		width: 100%;
	}

	.lnformation_page_xq .out .box .left li span{
		padding: 0px 5px;
	}

	.lnformation_page_xq .out .box .left li p{
		padding: 0px 5px;
		font-size: 12px;
	}

	.lnformation_page_xq .out .box .left li span{
		width: 37%;
	}

	.lnformation_page_xq .out .box .left li:last-child{
		border-bottom:1px solid rgba(203, 214, 225, 1);
	}

	.lnformation_page_xq .out .box .right{
		width: 100%;
		height: 217px;
	}
	
	.lnformation_page_xq .out .box .right span{
		width: 37%;
		border-right: 1px solid rgba(203, 214, 225, 1) ;
	}

	.lnformation_page_xq .out .box .right p{
		width: 80%;
	}
	
	
	.lnformation_page_xq .out .box .left li{
	    height: 30px;
	}
	
	.lnformation_page_xq .out{
	    padding: 20px 10px;
	}
	
	.lnformation_page_xq .out .title{
	    font-size: 16px;
	}
	
	.erweima_img{
	    top: -8px;
	}

}


@media (min-width: 950px) and (max-width: 1250px) {
	header{
		min-width: 100% ;
	}

	header .top-pc nav .one .t{
		padding: 0px 8px;
		font-size: 14px;
	}


	header .top-pc nav .one{
		margin-left: 1vw;
	}

	header .top-pc .logo{
		height: 100%;
		display: flex;
		align-items: center;
	}

	header .top-pc .logo img{
		height: 65%;
	}



}