@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 padding: 0;
 margin: 0;
 }
table {
 border-collapse: collapse;
 border-spacing: 0;
 }
fieldset,img {
 border: 0;
 }
 img {
 display:block;
 }
address,caption,cite,code,dfn,th,var {
 font-weight: normal;
 font-style: normal;
 }
ol,ul {
 list-style: none;
 }
caption,th {
 text-align: left;
 }
h1,h2,h3,h4,h5,h6 {
 font-weight: normal;
 font-size: 100%;
 }
q:before,q:after {
 content:'';
 }
abbr,acronym { border: 0;
 }
a {
text-decoration:none;
}
/*以上为公共样式*/
body{
	background: #0584d3;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	font-family: "微软雅黑";

}
.banner{
	background:url(/static/index/img/old/images/theme/top-bg.jpg) no-repeat center top #f49a0f;
	height: 478px;
	overflow: hidden;
}
.content{
	width: 1100px;
	margin:0 auto;
	overflow: hidden;
}
.logo-box{
	margin-top: 75px;
	clear: both;
}
.logo-box a{
	display: inline-block;
	height: 65px;
	overflow: hidden;
	text-indent: -9999px;
}
.logo-box .ali-logo{
	margin-right: 30px;
	float: left;
	background: url(/static/index/img/old/images/theme/aliyun-logo.png) no-repeat center top;
	width: 188px;
}
.logo-box .xinshang-logo{
	background: url(/static/index/img/old/images/theme/xinshang-logo.png) no-repeat center top;
	width: 188px;
}
.logo-box .xs-box{
	float: left;
	display: inline-block;
	width: 188px;
}
.logo-box .tip{
	display: inline-block;
	margin: 0 auto;
	padding:0 5px;
	font-size: 12px;
	line-height: 32px;
	height: 32px;
	color: #824f00;
	background: #fff;
	border-radius: 4px;
}
.posr{
	position: relative;
}
.p01{
	clear: both;
	width: 785px;
	margin-top: 360px;
}
.show-box{
	position: relative;
	width: 1100px;
	padding:30px;
	background: #0477bd;
	border-radius: 8px;
	border:none;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}
.show-box h2{
	font-size: 28px;
	line-height: 32px;
	color: #ffea00;
	font-weight: bold;
	margin-bottom: 20px;
}
.show-box h3{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	clear: both;
}
.show-box .link{
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 14px;
	line-height: 32px;
	color: #ffd28c;

}
.show-box dl{
	margin-top: 30px;
	float: left;
	height: 120px;
	width: 265px;
	overflow: hidden;
}
.show-box dl.last{
	width: 240px;
}
.show-box dl.last dd{
	width: 120px;
}
.show-box dl dt{
	width: 104px;
	float: left;
}
.show-box dl dd{
	margin-left: 10px;
	float: left;
	width: 150px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #fff;
}
.show-box dl dd.tit{
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
}
.show-box dl dd.tit a{
	color: #fff;
}

.tip-box{
	margin-top: 30px;
	float: left;
	padding:10px;
	width: 330px;
	height: 140px;
	border: 2px solid #fff;
	font-size: 14px;
	line-height: 24px;
}
.tip-box h4{
	margin-top: 5px;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}
.tip-box h4 a{
	color: #fff;
}

.mid{
	margin-left: 25px;
	margin-right: 25px;
}
.show-box .case li{
	float: left;
	margin-top: 14px;
	margin-right: 16px;
}
.show-box .case li.mr0{
	margin-right: 0;
}
.show-box .case li a{
	float: left;
}
.cont p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}