@charset "utf-8";

/* CSS Document */

html {
	height: 100%
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
img,
span {
	margin: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
}

.spacer {
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
	height: 0 !important;
}

.clear {
	clear: both !important;
	display: block !important;
	font-size: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	/*width: 100% !important;	margin:0 !important;*/
	padding: 0 !important;
	border: 0 !important;
}

body {
	margin: 0;
	background: #EDEDED;
	transition: all ease-out 0.3s;
	padding: 0;
	color: #555;
	font: normal 14px/24px "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

a:link {
	color: #353535;
	text-decoration: none;
	transition: all ease-out 0.3s;
}

a:visited {
	text-decoration: none;
	color: #353535;
}

a:hover {
	text-decoration: none;
	color: #0066cc;
}

a:active {
	text-decoration: none;
	color: #353535;
}

.clfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden
}

.clfix {
	display: inline-block
}

.clfix {
	display: block
}

* html .clfix {
	height: 1%
}


/* Hides from IE-mac */

.clfix {
	zoom: 1
}


/*for IE 5.5-7*/

.topimg {
	width: 100%;
	text-align: center;
	border-bottom: 5px #CCCCCC solid;
	background-color: #FFF;
	padding: 15px 0;
}

.toptxt {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

.bodytxt {
	width: 98%;
	padding: 1%;
	max-width: 550px;
	margin: 0 auto;
	border: 1px #FF6600 solid;
	background-color: #FFF;
	border-radius: 8px;
	overflow: hidden;
}

.bodytxt dl {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.bodytxt dt {
	width: 15%;
	display: block;
	float: left;
	color: #F60;
	background: url(../images/arrow_right_15.gif) left center no-repeat;
	text-indent: 10px;
}

.bodytxt dd {
	width: 85%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.bodyimg {
	width: 98%;border-radius: 5px;
	padding: 1%;
	max-width: 550px;
	margin: 20px auto;
	background-color: #848484;
}
.bodyimg p{
	width:100%; display:block; float:left; text-align:center;
		padding: 0;
	margin: 0;
}
.bodyimg p img{
	width:100%; 	padding: 0;
	margin: 0;
}


.bodyp {

	width: 100%;
	height: 100px;
	max-width: 550px;
	height: 50px;
	background-image: url(../images/title_media_prompt_03.gif);
	background-repeat: no-repeat;
	margin: 20px auto;

	line-height: 50px; text-align:center;
}



.footer {
	width: 98%;
	padding: 1%;
	max-width: 550px;
	height:;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	border-radius: 5px;
	background-color: white;
}

.footer_top {
	width: 100%;
	height: 50px; overflow:hidden;
	background-image: url(../images/view_case_contact_bg_07.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position:center top;

	line-height: 57px; text-indent:55px;
	color: #000000;
}

.footer_left {
	float: left;
	width: 48%; padding:2% 1%;
	height:;
}

.footer_right {
	float: left;
	width: 50%;padding:2% 0;
	height: ;
	
	background-image: url(../images/view_right_case_bg_10.gif);
	background-repeat: no-repeat;
	background-position: ;
	background-size: 100%;
}

.footer_p {
	font-size: 8px ;
	color: #666666;
	text-align: left;
	line-height: 22px;
}

.footer dl {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;	margin-top: 10px;font-family:Arial;

}

.footer dd {
	width: 63%; text-indent:5px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.footer dt {
	width: 23%;
	color: black;
	display: block;
	float: left;
	border: 1px;
	text-align: right;
	text-indent: 10px;
}
.footer_right strong { padding-left:40px;}
strong {
color: #000000;
}

.footer_qq {
	margin-left: 85px;
	margin-top: 20px;
}

#p1 {
	width: 100%;
	line-height: 60px;
	font-size: 12px; font-family:Arial;
	color: #000000;
	text-align: center;
}

#p2 {
	width: 100%;
	line-height: 60px;
	font-size: 12px;
	text-align: center;
	background: url(../images/view_case_bottom_bg_13.gif) center top no-repeat;
}

#buttom {
	width: 100%;
	height: auto;
	
}

@media screen and (max-width:500px){
	
body{width: 99% !important; margin:0 0.5% !important;}
.bodytxt dt {
	width: 22%;
	text-indent: 10px;
}

.bodytxt dd {
	width: 78%;

}	
.footer_top {
	line-height: 40px; text-indent:30px; font-size:12px;
}
	
	
	
	
	
	
	}