body {
	margin: 0;
	padding: 0;
	font:normal;
	-webkit-text-size-adjust:none;	/*旋转屏幕时自动调整字体大小*/	
	color:#333;
}
* {
	margin: 0;
	padding: 0;
	font:normal;
	-webkit-text-size-adjust:none;	/*旋转屏幕时自动调整字体大小*/
}

img {
	border: 0;
	max-width:100%; /*图片的自适应*/
	width:100%;
	height:auto;
}

ul,li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
}

.p15 {
	padding:1em;
}

.m15 {
	margin: 1em;
}

input[type="button"],input[type="image"],input[type="submit"]
{
	cursor:pointer;
}

h1
{
	font-size:1em;
}
#banner
{
	max-width:40em;
	margin:0 auto;
	height:auto;
}
#banner img
{
	width:100%;
	height:auto;
}
#buttons
{
	max-width:40em;
	margin:0 auto;
	height:auto;
}
#buttons div
{
	float:left;
	width:50%;
	text-align:center;	
	margin:0.3em 0;
}
#buttons img
{
	width:95%;
}
div.errmsg
{
	max-width:40em;
	height:2em;
	line-height:2em;
	text-align:center;
	margin:0 auto;
	background:url(../images/err.png) 10% center no-repeat;
	display:none;
	background-color:#f1f1f1;
	border:1px #e6e6e6 solid;
	margin-top:0.5em;
}
div.okmsg
{
	max-width:40em;
	height:2em;
	line-height:2em;
	text-align:center;
	margin:0 auto;
	background:url(../images/ok.png) 10% center no-repeat;
	display:none;
	background-color:#f1f1f1;
	border:1px #e6e6e6 solid;
	margin-top:0.5em;
}
div.infmsg
{
	max-width:40em;
	height:2em;
	line-height:2em;
	text-align:center;
	margin:0 auto;
	background:url(../images/inf.png) 10% center no-repeat;
	display:none;
	background-color:#f1f1f1;
	border:1px #e6e6e6 solid;
	margin-top:0.5em;	
}
/*滚动图片*/
#wrapper{width:100%;height:auto;}
/* swipe */
.swipe{width:100%;height:auto;position:relative;}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;left:0;bottom:10px;text-align:center;width:100%;}
.swipe #pagenavi a{width:14px;height:14px;line-height:99em;background:#b5b5b5;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 4px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
.swipe #pagenavi a.active{background:#C80002;}
/*滚动图片结束*/
#position
{
	max-width:40em;
	margin:0 auto;
	height:2.5em;
	background-color:#2980b9;
	position:relative;
}
#back
{
	width:2em;
	height:2.5em;
	top:0;
	left:0;
	padding-left:0.5em;
	position:absolute;
}
#home
{
	width:2em;
	height:2.5em;
	top:0;
	right:0;
	padding-right:0.5em;	
	position:absolute;	
}
#title
{
	height:2.5em;
	line-height:2em;
	font-size:1.2em;
	text-align:center;
	vertical-align:middle;
	color:#fff;
}
#content
{
	max-width:38em;
	padding:1em;
	margin:0 auto;
}
#content table td
{
	padding:0.2em;
}
#contact
{
	max-width:38em;
	padding:1em;
	padding-top:0;
	height:3em;
	line-height:3em;
	margin:0 auto;
}
#contact a
{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#f26300;
	color:#fff;
	font-size:1.5em;
	border:0;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	background-image:url(../images/tel.png);
	background-repeat:no-repeat;
	background-position:10% center;
	margin:0 auto;
	font-weight:bold;
}
#website a
{
	display:block;
	width:100%;
	height:3em;
	line-height:3em;
	border:0;
	margin-bottom:0.5em;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	font-size:1.2em;
	text-align:center;
	background:url(../images/follow.png) no-repeat 95% center;
	color:#fff;
}
#website a#website1
{
	background-color:#e67e22;
}
#website a#website2
{
	background-color:#ea4c89;
}
#website a#website3
{
	background-color:#2ecc71;
}
#website a#website4
{
	background-color:#f39c12;
}
#website a#website5
{
	background-color:#9b59b6;
}
#website a#website6
{
	background-color:#e74c3c;
}
.weixin
{
	width:100%;
	border:1px #e6e6e8 solid;
	height:4em;
	margin-bottom:0.5em;
	background-color:#f7f7f7;
}
.weixin_l
{
	width:35%;
	height:3em;	
	float:left;
	padding:0.5em 0;
	text-align:center;
}
.weixin_l  img
{
	width:auto;
	height:100%;
}
.weixin_r
{
	width:65%;
	height:4em;
	float:left;
	background:url(../images/next.png) no-repeat 85%  center;
}
.weixin_r_2
{
	width:100%;
	height:100%;
	line-height:3.3333em;
	font-size:1.2em;
	text-align:left;
}
#footer
{
	max-width:40em;
	height:auto;
	margin:0 auto;
}
#footer_1
{
	width:100%;
	height:1em;
	background-color:#f7f7f7;
}
#footer_2
{
	width:100%;
	height:2em;
	line-height:2em;
	font-size:0.75em;
	text-align:center;
}
#menu
{
	width:100%;
	height:2em;
	margin-bottom:1em;
}
#menu .sub_menu
{
	width:50%;
	height:2em;
	line-height:2em;
	float:left;
	text-align:center;
}
#menu .sub_menu span
{
	display:block;
	border:1px #e6e6e8 solid;
	background-color:#f7f7f7;	
}
#menu .sub_menu span.hover
{
	background-color:#ffffff;
}
#menu .sub_menu span#web_case_menu
{
	border-right:0px;
}
.case
{
	width:100%;
	border:1px #e6e6e8 solid;
	height:4em;
	padding:0.5em;
	margin-bottom:0.5em;
}
.case_l
{
	width:35%;
	height:4em;
	overflow:hidden;
	float:left;
	text-align:center;
}
.case_l  img
{
	width:75%;
	height:auto;
}
.case_r
{
	width:65%;
	height:4em;
	float:left;
	background:url(../images/next.png) no-repeat 95%  center;
	text-align:center;
}
.case_r_2
{
	padding:1em;
	text-align:left;
	font-size:0.85em;
}
.more
{
	max-width:40em;
	height:2.5em;
	margin:0 auto 1em auto;
}
.more_get
{
	width:100%;
	height:100%;
	line-height:2.5em;
	text-align:center;
	background: #f7f7f7 url(../images/bottom.png) center bottom  no-repeat;
	border-bottom:1px #e6e6e8 solid;
}
#weixin_case,#weixin_case_more
{
	display:none;
}
ul#news_list li
{
	height:30px;
	line-height:30px;
	border-bottom:1px #ccc dotted;
	font-size:13px;
}
ul#news_list li span
{
	display:block;
	float:left;
	margin-right:1em;
}