@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus {
	outline: none;
}
ol, ul {
	margin: 0;
}
p {
	margin: 0;
}

.clear {
	clear: both;
}
.shows {
	display: block;
}
.hides {
	display: none;
}

.mTitbg {
	overflow: hidden;
	padding: 45px 0;
}
.mTitbg h2 {
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #010101;
}
.mTitbg h2 p {
	font-size: 16px;
	color: #323232;
	line-height: 24px;
	font-family: Arial;
}
.mTitbg h2:after, .mTitbg h2:before {
	position: absolute;
	top: 50%;
	width: 85px;
	height: 7px;
	background-repeat: no-repeat;
	display: block;
	content: "";
}
.mTitbg h2:before {
	left: -125px;
	background-image: url(/templets/xkhl/images/mTitbg1.png);
}
.mTitbg h2:after {
	right: -125px;
	background-image: url(/templets/xkhl/images/mTitbg2.png);
}
.active .mTitbg h2:before {
}
.solution {
	color: #5a5a5a;
}
.solutionTop {
	font-size: 16px;
	line-height: 150%;
	color: #999
}
.solutionTopList {
	font-size: 0;
	margin: 0 -24px;
	padding: 30px 0;
}
.solutionTopList li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 24px 15px;
	font-size: 20px;
}
.solutionTopList li a {
	display: block;
	height: 100%;
	border: 1px solid #c7c9cc;
	padding-bottom: 20px;
	color: #000000;
	position: relative;
	overflow: hidden;
}
.solutionTopList li a:after {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	display: block;
	content: "";
	z-index: -1;
	transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}
.solutionTopIco {
	padding: 25px 60px; overflow:hidden;
}
.solutionTopIco img {
	margin: 0 auto;
}
.solutionTopList li a:hover, .solutionTopList li a.active { background:#fc961f;
	color: #ffffff;
}
.solutionTopList li a:hover img.shows, .solutionTopList li a.active img.shows {
	display: none;
}
.solutionTopList li a:hover img.hides, .solutionTopList li a.active img.hides {
	display: block;
}
.solutionTopList li a:hover:after, .solutionTopList li a.active:after {
	top: 0;
}
.solutionBotList li {
	font-size: 0;
}
.solutionImg {
	float: left;
	width: 50%;
	overflow: hidden;
}
.solutionImg img {
}
.solutionConbg {
	float: left;
	width: 50%;
	padding: 100px 0 20px 80px;
	font-size: 14px;
	color: #787878;
	line-height: 30px;
	position: relative;
}
.solutionBotList li:nth-child(2n) .solutionConbg:after {
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 36px;
	height: 36px;
	display: block;
	content: "";
	border: 9px solid #dfdfdf;
	border-top: none;
	border-left: none;
}
.solutionCon {
	max-width: 600px;
}
.solutionBotTit {
	position: relative;
	font-size: 25px;
	color: #2b2b2b;
	border-top: 1px solid #000000;
	display: inline-block;
	padding: 10px 0 20px;
	transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}
.solutionBotTit span {
	font-size: 100px;
	color: #eeeeee;
	position: absolute;
	left: 0;
	top: -50px;
	z-index: -1;
	font-weight: bold;
}
.solutionBotIco {
	width: 16px;
	height: 11px;
	background: url(/templets/xkhl/images/solutionBotIco.png) center center no-repeat;
	background-size: cover;
	margin: 10px 0;
	transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}
.solutionBotList li:nth-child(2n) .solutionImg {
	float: right;
}
.solutionBotList li:nth-child(2n) .solutionConbg {
	padding: 100px 80px 20px 0;
}
.solutionBotList li:nth-child(2n) .solutionConbg .solutionCon {
	float: right;
}
.solutionBotList li:hover .solutionBotTit {
	color: #701b2e;
}
.solutionBotList li:hover .solutionBotIco {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}
 @media (min-width:1200px) {
.container_solu {
	width: 1200px;
}
}
 @media (max-width:1600px) {
.mTitbg {
	padding: 25px 0;
}
.mTitbg h2 {
	font-size: 24px;
}
.solutionConbg {
	padding: 40px 0 20px 40px;
}
.solutionBotList li:nth-child(2n) .solutionConbg {
	padding: 40px 40px 20px 0;
}
.solutionCon {
	max-width: 500px;
}
.solutionBotTit {
	font-size: 22px;
}
.solutionBotTit span {
	font-size: 80px;
	top: -40px;
}
}
 @media (max-width:1200px) {
.solutionTopList {
	margin: 0 -10px;
}
.solutionTopList li {
	padding: 0 10px 15px;
	font-size: 18px;
}
.solutionConbg {
	padding: 30px 0 10px 20px;
	font-size: 12px;
}
.solutionCon {
	max-width: 400px;
}
.solutionBotTit {
	font-size: 18px;
	padding: 5px 0 10px;
}
.solutionBotTit span {
	font-size: 60px;
	top: -30px;
}
}
 @media (max-width:992px) {
.solutionTop {
	font-size: 16px;
	color: #999
}
.solutionTopList {
	margin: 0 -5px;
}
.solutionTopList li {
	padding: 0 5px 15px;
	font-size: 16px;
}
.solutionTopIco {
	padding: 20px 0 10px;
}
.solutionImg, .solutionConbg {
	float: none;
	width: 100%;
	padding: 10px 15px;
}
.solutionImg img {
	margin: 0 auto;
}
.solutionCon {
	max-width: none;
	padding-top: 20px;
}
.solutionBotList li:nth-child(2n) .solutionConbg {
	padding: 10px 15px;
}
.solutionBotList li:nth-child(2n) .solutionConbg .solutionCon {
	float: none;
}
.solutionBotList li:nth-child(2n) .solutionImg {
	float: none;
}
}
@media (max-width:767px) {
.solutionTop {
	font-size: 16px;
	color: #999
}
.solutionTopList li {
	font-size: 14px;
	line-height: 22px;
}
.solutionTopList li a {
	padding-bottom: 10px;
}
.solutionTopIco img {
	max-width: 50%;
}
.solutionBotList li:nth-child(2n) .solutionConbg:after {
	right: 15px;
}
}
 @media (max-width:360px) {
.solutionTopList li {
	width: 50%;
}
}
