.banner {
	background-image: url(../image/banner.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>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;
}
.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-introduction>li>div{
	text-align: center;
}
.right-introduction>li>div>img{
	max-width: 100%;
}
.right-introduction p{
	margin-bottom: 30px;
	text-indent:2em;
}
.right-introduction p:nth-child(1){
	font-size: 18px;
	color: #101010;
	line-height: 36px;
	margin-top: 60px;
}
.right-tel li{
	margin-bottom: 50px;
}
.right-tel p{
	color: #101010;
}
.right-tel p:nth-child(1){
	padding-bottom: 10px;
}
.right-tel span{
	font-weight: bold;
}






@media (max-width: 767px) {
	.banner {
	background-image: url(../image/banner22.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/banner11.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) {
}	