.banner {
	background-image: url(../image/banner4.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-platform{
	margin-bottom: 50px;
}
.right-platform>li{
	padding: 0 33px;
}
.right-platform>li>div{
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid rgba(16,16,16,0.3);
	border-radius:4px;
	margin: 0 auto;
}
.right-platform>li>div>img{
	max-width: 90%;
}
.right-mechanism>li>div{
	text-align: center;
}
.right-mechanism img{
	max-width: 100%;
}
.right-mechanism p{
	text-align: center;
	font-size: 14px;
	color: #101010;
	padding: 10px 0 20px;
}






@media (max-width: 767px) {
	.banner {
	background-image: url(../image/banner221.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 {
	margin-top: 0px;
}
	.right-platform>li:nth-child(1){
	margin-bottom: 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.banner {
	background-image: url(../image/banner112.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) {
}	