.banner {
	background-image: url(../image/banner5.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	height: 360px;
}


.left-app {
	display: none;
}
.left {
	margin-top: 30px;
}
.left>div {
	width: 85%;
	border: 1px solid #ede8e3;
	background-color: #f8f6f5;
	text-align: center;
	padding-bottom: 25px;
}
.left>div>dl {
	padding: 5px 8%;
}
.left>div>dl:nth-child(1) {
	border-bottom: 1px solid #ede8e3;
}
.left>div>dl>dt {
	font-size: 22px;
	font-weight: bold;
	line-height: 77px;
	border-bottom: 1px dashed #ede8e3;
}
.left>div>dl>dd>a {
	display: block;
	font-size: 18px;
	line-height: 43px;
	margin: 14px 0;
	border-radius: 4px;
}
.left-app {
	border-bottom: 1px solid #ede8e3;
}
.left-app>ul>li>a {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 18px;
	line-height: 43px;
	margin: 14px 0;
	border-radius: 4px;
}
.left>div>dl>dd>a:hover, .left-active, .left-app>ul>li>a:hover, .left-active-app {
	background-color: #e68b3a;
	color: #FFFFFF;
}
.left>div>dl>dd>h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 30px 0 20px;
}
.left>div>dl>dd>p {
	font-size: 14px;
	line-height: 18px;
	color: #101010;
	text-align: center;
}
.left>div>dl>dd>p>img {
	width: 81.3%;
	margin: 20px 0 10px;
}
.right {
	margin-top: 38px;
	margin-bottom: 60px;
}
.right-title {
	line-height: 24px;
	font-size: 14px;
	color: #101010;
	padding-bottom: 10px;
	border-bottom: 1px solid #ede8e3;
}
.right-title>img {
	margin-right: 7px;
}
.right-online {
	padding: 18px 0 60px;
}
.right-online img {
	width: 100%;
}
.right-online h1 {
	font-weight: bold;
	margin: 20px 0 5px;
}
.right-online p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}
.right-characteristics{
	clear: both;
	overflow: hidden;
	margin-bottom: 85px;
}
.right-characteristics>li{
	float: left;
}
.right-characteristics>li:nth-child(1){
	width: 17.8%;
	height: 103px;
	margin-bottom: 25px;
}
.right-characteristics>li:nth-child(1)>img {
	height: 100%;
}
.right-characteristics>li:nth-child(2){
	width: 82.2%;
}
.right-characteristics>li>h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}
.right-characteristics>li>h4>span{
	font-size: 36px;
	font-weight: bold;
}
.right-characteristics>li>p {
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #101010;
}


.right-content-title p{
	font-size: 16px;
	color: #101010;
	padding-top: 30px;
}
.right-content-title h4 {
	font-size: 22px;
	font-weight: bold;
	padding: 60px 0 30px;
}
.online-system {
	text-align: center;
	padding: 44px 24px 0;
	transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-transition: transform .15s ease-in-out, box-shadow .15s ease-in-out; 
	-webkit-transition: transform .15s ease-in-out, box-shadow .15s ease-in-out; 
	-o-transition: transform .15s ease-in-out, box-shadow .15s ease-in-out; 
	width: 100%;
	height: 340px;
	position: relative;
}
.online-system>div {
	margin-bottom: 20px;
	height: 81px;
	line-height: 81px;
}
.online-system>div>img {
	height: 100%;
}
.online-system a {
	display: block;
	font-size: 16px;
	line-height: 35px;
	background-color: #e68b3a;
	border-radius: 4px;
	color: #FFFFFF;
}
.online-system:hover {
	background-color: #FFFFFF;
	margin-top: -2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 16px 32px -4px rgba(0,0,0,.17);
	transform: translateY(-1px);
}







@media (max-width: 767px) {
	.banner {
	background-image: url(../image/banner223.png);
	background-size: auto 100%;
	height: 200px;
}
	
.left-app {
	display: block;
}
.left, .right-title {
	display: none;
}
.left-app>ul {
	padding: 0 12px;
}
.left-app>ul>li {
	padding-left: 3px;
	padding-right: 3px;
}
.left-app>ul>li>a {
	font-size: 15px;
}
.right-characteristics>li{
	float: none;
	width: 100%!important;
}
	.online-system{
	height: 100%;
	padding-bottom: 20px;	
	}
	.online-system h2{
		font-size: 18px;
		height: 70px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner {
	background-image: url(../image/banner113.png);
	background-size: auto 100%;
	height: 250px;
}
.left-app {
	display: block;
}
.left, .right-title {
	display: none;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.left>div>dl>dd>h3 {
	font-size: 24px;
}
}

@media (min-width: 1200px) {
}	