﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	min-width: 1200px;
	background: #ffffff;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	font-variant: normal;
	font-family: "微软雅黑";
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

ul,
ol {
	list-style-type: none;
	list-style-image: none;
}




.top {
	width: 100%;
	height: 40px;
	background: #eee;
}

.top_main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.top_main p {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 12px;
	color: #1a1a1a;
}

.top ul {
	float: right;
}

.top ul li {
	float: left;
	position: relative;
	margin-left: 15px;
}

.top_main a {
	font-size: 12px;
	color: #1a1a1a;
	line-height: 40px;
	margin-left: 6px;
}
.top_main li a {
	font-size: 12px;
	color: #1a1a1a;
	float:left;
	line-height: 40px;
	margin-left: 6px;
}
.top ul li a:hover {
	color: #353535;
}

.top ul li:after {
	content: "";
	background: #6d6d6d;
	width: 1px;
	height: 12px;
	top: 15px;
	margin-left: 9px;
	position: absolute;
}

.top ul li:last-child:after {
	width: 0;
	height: 0;
}




.header {
	width: 1200px;
	height: 97px;
	margin: 0 auto;
}

.header .logo {
	height: 100%;
	float: left;
}

.header .logo img {
	display: block;
	margin-top: 20px;
}

.header .header_tel {
	width: 307px;
	height: auto;
	float: right;
	margin-top: 20px;
}

.header .header_tel img {
	display: block;
	float: left;
	margin-right: 5px;
}

.header .header_tel p {
	display: block;
	float: left;
	margin-left: 4px;
	font-size: 12px;
	color: #787878;
}

.header .header_tel span {
	display: block;
	float: right;
	font-weight: bold;
	font-size: 32px;
	color: #c30000;
}




.nav_box {
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #eee;
}

.nav {
	height: 44px;
	display: block;
	padding: 0px;
	width: 1200px;
	margin: 0 auto;
}

.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav ul li {
	width: 160px;
	height: 44px;
	float: left;
	overflow: hidden;
	position: relative;
	line-height: 44px;
	margin-right: 6px;
	margin-left: 6px;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li:first-child:after {
	width: 0;
	height: 0;
}

.nav ul li:after {
	content: "";
	background: #999;
	width: 1px;
	height: 25px;
	position: absolute;
	top: 16px;
	transform: skew(-25deg);
	-webit-transform: skew(-25deg);
}

.nav ul li a {
	display: block;
	color: #313131;
	font-family: "微软雅黑", "宋体";
	font-size: 16px;
	line-height: 44px;
	text-align: center;
}

.nav ul li a:hover {
	color: #C30000;
}




.banner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.b_slider {
	width: 100%;
}

.b_slider ul li {
	top: 0;
	float: left;
}

.banner ul li img {
	display: block;
	width: 100%;
	float: left;
}

.banner .hd {
	height: 20px;
	width: 115px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -40px;
	z-index: 1;
}

.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner .hd ul li {
	float: left;
	list-style: none;
	margin-right: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #C30000;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}

.banner .hd ul li.on {
	background: #C30000;
}

.banner .bd {
	position: relative;
	height: 100%;
	width: 100%;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.banner .bd img {
	width: 100%;
	display: block;
}

.banner .prev,
.banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -3%;
	display: block;
	width: 32px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.banner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.banner .prevStop {
	display: none;
}

.banner .nextStop {
	display: none;
}




.search {
	width: 100%;
	height: 60px;
	background: #eee;
	float: left;
}

.search .main {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.search .main p {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #C30000;
	line-height: 57px;
	float: left;
}

.search .main ul li {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.search .main ul li a {
	font-size: 12px;
	color: #666;
	line-height: 60px;
	text-align: center;
}

.search .main ul li a:hover {
	color: #d2a271;
}




.about {
	width: 100%;
	height: 470px;
	float: left;
	margin-top: 40px;
	background: url(../image/about_bg.jpg)no-repeat left center;
	background-size: 88% 100%;
	padding-bottom: 40px;
}

.about .main {
	width: 1115px;
	height: auto;
	margin: 0 auto;
}

.about .main .title img {
	display: block;
	margin: 0 auto;
	margin-top: 110px;
	margin-bottom: 15px;
}

.about .main .text {
	width: 890px;
	height: auto;
	margin: 0 auto;
}

.about .main .text p {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.about .main .text a {
	font-size: 16px;
	color: #C30000;
	padding-left: 10px;
}




.product {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}

.product .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.product .main .title span {
	display: block;
	font-size: 36px;
	color: #333;
	text-align: center;
}

.product .main .title p {
	display: block;
	font-size: 18px;
	color: #C30000;
	text-align: center;
	position: relative;
}

.product .main .title p:before {
	content: "";
	background: #ccc;
	width: 96px;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 430px;
}

.product .main .title p:after {
	content: "";
	background: #ccc;
	width: 96px;
	height: 1px;
	position: absolute;
	top: 13px;
	right: 430px;
}

.product .main .list {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.product .main .list ul li {
	float: left;
	width: 222px;
	height: 45px;
	float: left;
	margin-right: 20px;
	border: 1px solid #777;
}

.product .main .list ul li:nth-child(5n) {
	margin-right: 0;
}

.product .main .list ul li a {
	display: block;
	font-size: 18px;
	color: #1a1a1a;
	text-align: center;
	line-height: 45px;
	transition: all .6s;
}

.product .main .list ul li a:hover {
	background: #C30000;
	color: #fff;
}

.product .main .list ul li:hover {
	border: 1px solid #C30000;
}

#scroll {
	width: 1200px;
	height: 365px;
	border: 1px solid #666;
	margin-top: 20px;
	float: left;
	padding: 7px;
	box-sizing: border-box;
}

.pro_pic {
	float: left;
	margin: 0 auto;
	overflow: hidden;
}

.pro_pic ul li {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.pro_pic ul li a {
	display: block;
	float: left;
	margin-bottom: 10px;
	transition: all .5s;
}

.pro_pic ul li img {
	display: block;
	width: 287px;
	height: 287px;
	margin: 0 auto;
}

.pro_pic ul li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #1a1a1a;
}

.pro_pic ul li:hover p {
	color: #C30000;
}




.cases {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}

.cases .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.cases .main .title span {
	display: block;
	font-size: 36px;
	color: #333;
	text-align: center;
}

.cases .main .title p {
	display: block;
	font-size: 18px;
	color: #C30000;
	text-align: center;
	position: relative;
}

.cases .main .title p:before {
	content: "";
	background: #ccc;
	width: 96px;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 430px;
}

.cases .main .title p:after {
	content: "";
	background: #ccc;
	width: 96px;
	height: 1px;
	position: absolute;
	top: 13px;
	right: 430px;
}

.cases .main .container {
	width: 100%;
	height: 736px;
	margin-top: 20px;
	border: 1px solid #666;
	padding: 7px 7px 0 7px;
	box-sizing: border-box;
}

#cases_scroll {
	width: 1200px;
	height: auto;
	margin-top: 20px;
	float: left;
}

.cases_pic {
	float: left;
	margin: 0 auto;
	overflow: hidden;
}

.cases_pic ul li {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.cases_pic ul li a {
	display: block;
	float: left;
	margin-bottom: 10px;
	transition: all .5s;
}

.cases_pic ul li img {
	display: block;
	width: 287px;
	height: 287px;
	margin: 0 auto;
}

.cases_pic ul li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #1a1a1a;
}

.cases_pic ul li:hover p {
	color: #C30000;
}

#plant_scroll {
	width: 1200px;
	height: auto;
	margin-top: 20px;
	float: left;
}

.plant_pic {
	float: left;
	margin: 0 auto;
	overflow: hidden;
}

.plant_pic ul li {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.plant_pic ul li a {
	display: block;
	float: left;
	margin-bottom: 10px;
	transition: all .5s;
}

.plant_pic ul li img {
	display: block;
	width: 287px;
	height: 287px;
	margin: 0 auto;
}

.plant_pic ul li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #1a1a1a;
}

.plant_pic ul li:hover p {
	color: #C30000;
}




.adv {
	width: 100%;
	height: 230px;
	float: left;
	margin-top: 40px;
	background: url(../image/adv_bg.png)no-repeat center;
}

.adv .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.adv .main a {
	display: block;
	font-size: 16px;
	color: #fff;
	width: 165px;
	height: 35px;
	background: #C30000;
	border-radius: 8px;
	text-align: center;
	line-height: 35px;
	float: right;
	margin: 155px 80px 0 0;
	transition: all .5s;
}
.adv .main a:hover{
	background: #cbcacf;
	color: #C30000;
}



.news {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}

.news .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news .main .title {
	margin-bottom: 20px;
}

.news .main .title span {
	display: block;
	font-size: 36px;
	color: #333;
	text-align: center;
}

.news .main .title p {
	display: block;
	font-size: 18px;
	color: #C30000;
	text-align: center;
	position: relative;
}

.news .main .title p:before {
	content: "";
	background: #ccc;
	width: 96px;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 430px;
}

.news .main .title p:after {
	content: "";
	background: #ccc;
	width: 96px;
	height: 1px;
	position: absolute;
	top: 13px;
	right: 430px;
}

.news .main .section {
	width: 1040px;
	height: auto;
	margin: 0 auto;
}

.news .main .section ul li {
	width: 478px;
	height: 125px;
	float: left;
	margin-bottom: 20px;
	background: url(../image/news_bg.png)no-repeat center;
}

.news .main .section ul li:nth-child(2n) {
	float: right;
}

.news .main .section ul li:hover {
	background: url(../image/news_bg01.png)no-repeat center;
}

.news .main .section ul li .time {
	float: left;
	margin: 10px 0 0 25px;
}

.news .main .section ul li .time span {
	display: block;
	font-size: 55px;
	color: #333;
	border-bottom: 1px solid #999;
}

.news .main .section ul li .time p {
	display: block;
	font-size: 12px;
	color: #a8a8a8;
	text-align: center;
	padding-top: 5px;
}

.news .main .section ul li .info {
	width: 307px;
	height: 90px;
	float: right;
	margin: 25px 25px 0 0;
	overflow: hidden;
}

.news .main .section ul li .info span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.news .main .section ul li .info p {
	display: block;
	font-size: 12px;
	color: #a8a8a8;
	padding-top: 5px;
	line-height: 25px;
}




.bottom {
	width: 100%;
	height: 373px;
	background: url(../image/contact_bg.png)no-repeat right;
	background-size: 88% 100%;
	float: left;
	margin-top: 40px;
	padding-bottom: 40px;
}

.bottom .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.bottom .main ul li {
	float: left;
	margin-right: 20px;
}

.bottom .main ul li img {
	display: block;
	width: 188px;
	height: 188px;
}

.bottom .main ul {
	float: left;
	margin: 135px 0 0 165px;
}

.bottom .main ul li p {
	display: block;
	font-size: 16px;
	color: #fff;
	width: 185px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #C30000;
	margin-top: 5px;
}

.bottom .main .right {
	width: 440px;
	height: auto;
	float: right;
	margin: 90px 50px 0 0;
}

.bottom .main .right span {
	display: block;
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}

.bottom .main .right p {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
.bottom .main .right p a {
	font-size: 16px;
	color: #666;
	line-height: 25px;
}



.friendlink {
	width: 100%;
	height: 80px;
	background: #eee;
	float: left;
	margin-top: 50px;
}

.link {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../image/link_title.png) no-repeat left;
}

.friendlink .link p {
	display: block;
	font-size: 22px;
	color: #666;
	float: left;
	padding: 36px 0 0 40px;
	margin-right: 50px;
	position: relative;
}

.friendlink .link p:after {
	content: "";
	background: #C30000;
	width: 2px;
	height: 40px;
	position: absolute;
	right: -30px;
	top: 20px;
}

.friendlink .link ul li {
	float: left;
	margin-right: 15px;
}

.friendlink .link ul li a {
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 40px;
}




.footer {
	width: 100%;
	height: auto;
	float: left;
	background: #454545;
	padding-bottom: 20px;
}

.foot {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 40px 0;
	border-bottom: 1px solid #ccc;
}

.foot .container {
	width: 890px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.foot .left {
	float: left;
	margin-top: 40px;
}

.foot .left img {
	display: block;
	width: 145px;
	height: 145px;
}

.foot .left p {
	display: block;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	margin-top: 5px;
}

.foot ul li {
	float: left;
	margin-top: 40px;
}

.foot ul li img {
	display: block;
	float: left;
	margin-right: 10px;
}

.foot ul li span {
	display: block;
	font-size: 18px;
	color: #ccc;
	line-height: 40px;
}

.foot ul li p {
	font-size: 14px;
	color: #ccc;
	line-height: 30px;
}

.footer .copyright {
	width: 615px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

.footer .copyright p {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	float: left;
}

.footer .copyright a {
	font-size: 14px;
	color: #fff;
}




*html .fixed {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}

.fixed {
	position: fixed;
	width: 50px;
	height: 230px;
	right: 0;
	top: 214px;
	z-index: 100;
}

.fixed ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.fixed ul li .sidetop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #454545;
	transition: all 0.3s;
}

.fixed ul li .sidetop:hover {
	background-color: #C30000;
}

.fixed ul li .sidebox {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #454545;
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}

.fixed ul li .sidebottom {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #454545;
	transition: all 0.3s;
}

.fixed ul li .sidebottom:hover {
	background-color: #C30000;
}

.fixed ul li img {
	float: left;
}

.sidebox span {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.sidebox p {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-top: 7px;
	color: #fff;
}

.hid_box {
	display: none;
	position: fixed;
	bottom: 345px;
	right: 70px;
}

.hid_box img {
	display: block;
	width: 139px;
	height: 139px;
}


.contain{ width:1200px; margin:0px auto; }
.con_left{ width:240px; float:left; margin-right:20px;margin-bottom:30px;}
.con_right{ width:940px; float:left; margin-bottom:30px; margin-top:30px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:228px; padding-left:10px; height:40px;line-height:40px; color:#333; font-size:18px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#333;}
.in_prokind span a:visited{ color:#333;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#C30000; text-align:left; position:relative; border-bottom:#313131 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#135ba2;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:89%; padding-left:2%; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(404.png) no-repeat 5px; padding-left:15px;}
.in_contact{width:238px; margin-top:10px; float:left; color:#333; border:#ccc 1px solid;}
.in_contact p{ width:220px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contact p a{ width:220px; font-size:14px; line-height:24px;color:#333; }
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutimg{ width:193px; margin:10px; float:left;}
.index_aboutcont{ width:422px;float:left; margin-top:10px; line-height:24px; }
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product{ width:100%; margin:0px auto;}
.main_right_product ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:310px; height:320px;  float:left; margin-top:10px; margin-right:11px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:280px; height:280px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#C30000; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../image/index_34.gif) no-repeat 5px; padding-left:25px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#C30000;}
.nav ul li.current a{ color:#C30000;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.listmenu .tit{
	width: 240px;
	height: 60px;
	background:#C30000;
}
.listmenu .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
 .listmenu{
	float: left;
	width: 240px;
	height: auto;
	overflow: hidden;
}
 .listmenu ul li{
	width: 100%;
	height: 40px;
	background: #eeeeee url(../image/tit03.png) no-repeat 10px;
	line-height: 40px;
	text-indent: 30px;
	margin-bottom: 2px;
	border-radius: 3px;
	margin-top:10px;

}
.listmenu ul li a{
	color:#1a1a1a;
	font-size: 15px;
}
.listmenu ul li:hover{
	background: #333 url(../image/tit03.png) no-repeat 10px;
}
.listmenu ul li.m_hover{
	background: #333 url(../image/tit03.png) no-repeat 10px;
}
.listmenu ul li:hover a, .listmenu ul li.m_hover a{
	color:#fff;
}
.listmenu  .tel img{
	display: block;
}


.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#C30000; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#C30000; text-decoration:none;}
.footer .right .info a{ color:#FFF;}


.message{width:100%; height:600px;  margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#333; border-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}