@charset "utf-8";
/* CSS Document */
.cttbian {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}
#business {
	width: 100%;
	padding-bottom: 1em;
}

.business_font {
	width: 98%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
}
.business_font p {
	font-size: 30px;
	color: #333;
	margin-top: 18px;
	-webkit-animation: gdownIn 1s 0.7s both;
	-moz-animation: gdownIn 1s 0.7s both;
	animation: gdownIn 1s 0.7s both;
}
.business_font tg {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	display: block;
	line-height: 32px;
	-webkit-animation: gdownIn 1s 0.9s both;
	-moz-animation: gdownIn 1s 0.9s both;
	animation: gdownIn 1s 0.9s both;
}
.server-box{
	width:1480px;
	margin:40px auto;
	line-height: 24px;
	font-size: 14px;
}
@media(max-width:1580px){
.server-box{width:1280px;} }
@media(max-width:1440px){
.server-box{width:auto;} }
@media(max-width:767px){
.server-box{width:auto;} }
.server-list{float:left; width:23.3%; border:1px solid #e0e0e0; overflow:hidden; margin:40px 0 0 -1px;}
.server-list .red{color:#C00;}
.server-head{text-align:center; overflow:hidden; border-bottom:1px solid #e0e0e0; background:#fafafa; height:185px;}
.server-head>img{display:block; margin:30px auto 10px auto; height:64px;}
.server-head h3{font-size:22px; font-weight:bold; display:block; color:#555;}
.server-head>p{
	font-size:14px;
	color:#888;
	line-height: 24px;
}
.server-foot{text-align:center; padding:40px 10px; height:280px; background:#fff;}
.server-foot>hr{border:none; border-bottom:1px dashed #ccc; margin:15px 15px; padding:0; display:block;}
.server-header{text-align:center; overflow:hidden; border-bottom:1px solid #089ab0; background:#00c1de; height:225px; display:none;}
.server-header>img{display:block; margin:30px auto 10px auto; height:94px;}
.server-header>h3{font-size:22px; font-weight:bold; display:block; color:#fff;}
.server-header>p{
	font-size:14px;
	color:#fff;
	line-height: 22px;
}
.server-footer{padding:15px 30px; height:355px; display:none; background:#fff;}
.server-footer:after{display:block; content:''; clear:both;}
.server-footer>h4{font-size:20px; font-weight:bold; color:#444;}
.server-footer>ul{display:block; margin:0 0 10px 0;}
.server-footer>ul:after{display:block; content:''; clear:both;}
.server-footer>ul>li{float:left; min-width:50%; padding:5px 0 0 0; color:#555;}
.server-footer>a{border:1px solid #888; border-radius:3px; font-size:14px; padding:3px 25px; margin:5px 0 15px 0; display:inline-block;}
.server-footer>a:hover{color:#fff; background:#089ab0; border-color:#089ab0;}
.server-footer>hr{border:none; border-bottom:1px dashed #ccc; margin:0 -10px; padding:0; display:block;}
.server-footer>dl{display:block; margin:10px 0 0 0; float:left; min-width:50%;}
.server-footer>dl>dt{display:block; font-size:16px;}
.server-footer>dl>dd{display:block; color:#888;}
.server-footer>p{color:#888;}
.server-list.active{width:29.5%; margin-top:0; position:relative; z-index:1; border-radius:3px;
border-color:#089ab0; box-shadow:0 0 9px #52d8ec;}
.server-list.active>.server-head{display:none;}
.server-list.active>.server-foot{display:none;}
.server-list.active>.server-header{display:block;}
.server-list.active>.server-footer{display:block;}
@media(max-width:767px){
.server-list{width:100%; margin:0 0 -1px 0;}
.server-list.active{width:100%; margin:0; border-radius:0;}

.server-head{height:auto; text-align:left;}
.server-head>img{margin:10px; float:left; height:34px;}
.server-head h3{font-size:14px; margin-top:8px;}
.server-head p{font-size:12px;}

.server-header{height:auto; text-align:left;}
.server-header>img{margin:10px; float:left; height:34px;}
.server-header h3{font-size:16px; margin-top:8px;}
.server-header p{font-size:12px;}

.server-foot{display:none; height:auto; padding:20px 20px 0 20px;}
.server-foot:after{display:block; content:''; clear:both;}
.server-foot>p{float:left; margin-right:15px;}
.server-foot>hr{float:left; width:100%; margin:15px 0;}
.server-list.active>.server-foot{display:block;}
.server-footer{display:none; height:auto; padding:15px 20px;}
 }
/*首页-响应式案例样式 *