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

body {
	min-width: 1180px;
	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;
	float: left;
}

.top_main {
	width: 1180px;
	margin: 0 auto;
}

.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;
}

.top_main a {
	font-size: 12px;
	color: #1a1a1a;
	line-height: 40px;
	margin-left:5px;
}
.top_main a:hover {
	color: #1a1a1a;
}
.top ul li:after {
	content: "";
	background: #686868;
	width: 1px;
	height: 12px;
	top: 15px;
	margin-left: 10px;
	position: absolute;
}

.top ul li:last-child:after {
	width: 0;
	height: 0;
}
/**/
.header {
	width: 100%;
	height: 100px;
	background: #fff;
	float: left;
}

.head {
	width: 1180px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	display: block;
}

.head_tel img{
	display: block;
}
/**/
.nav{
	width: 100%;
	height: 45px;
	float: left;
	background: #00a338;
}
.nav .main{
	width: 1180px;
	height: 100%;
	margin: 0 auto;
}
.nav .main ul li{
	float: left;
	width: 147px;
	transition: all .5s;
}
.nav .main ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: center;
}
.nav .main ul li:hover{
	background: #097c25;
}
/**/
.banner{
	width: 100%;
	height: auto;
	float: left;
}
.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.slideBox .hd {
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -10px;
	z-index: 1;
}

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

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

.slideBox .hd ul li.on {
	background: #00A338;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

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

.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}
/**/
.search {
	width: 100%;
	height: 60px;
	background: #f5f5f5;
	float: left;
	overflow: hidden;
}

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

.search .main p {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	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: #00A338;
}
/**/
.product{
	width:100%;
	float: left;
	padding-bottom: 30px;
}
.product .main{
	width: 1180px;
	height:650px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}
.list{
	width: 210px;
	float: left;
}
.list .title{
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	background: url(../images/pro_list_title.png)no-repeat center;
}
.list .title span{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
.list .title p{
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}
.list ul .nli{
	width: 100%;
	height: 30px;
	background: #00a338;
	margin-top: 6px;
	position: relative;
}
.list ul .nli:before{
	content: "";
	background: url(../images/list_before.png);
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
}
.list ul .nli a{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	padding-left: 20px;
}
.list ul .nli .sub {
	display: none;
	width: 210px;
	left: 0;
	top: 30px;
	position: absolute;
	background: #eee;
	z-index: 2;
	padding-bottom: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list ul .nli .sub li {
	zoom: 1;
	height: 30px;
}
.list ul .nli .sub li a{
	display: block;
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	line-height: 30px;
}
.list ul .sub li a:hover {
	color: #097C25;
}
.list .bottom{
	width: 100%;
	height: 87px;
	margin-top: 20px;
}
.product .main .right{
	float: right;
	width: 960px;
}
.product .main .right ul li{
	float: left;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
	position: relative;
	transition: all .6s;
	margin: 0 10px 15px 0;
}
.product .main .right ul li:nth-child(3n){
	margin-right: 0;
}
.product .main .right ul li:hover{
	border: 1px solid #00A338;
}
.product .main .right ul li img{
	display: block;
	width: 310px;
	height: 275px;
}
.product .main .right ul li p{
	display: block;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0;
}
.product .main .more{
	width: 155px;
	height: 50px;
	float: left;
	background: #00A338;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: all .6s;
}
.product .main .more a{
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.product .main .more:hover{
	transform: translateY(10px);
}
/**/
.adv{
	width: 100%;
	height: auto;
	float: left;
}
.adv img{
	display: block;
	width: 100%;
}
/**/
.cases{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.cases .main{
	width: 1180px;
	height: auto;
	margin: 0 auto;
}
.cases .main .title span{
	display: block;
	font-size: 28px;
	color: #222;
	text-align: center;
}
.cases .main .title p{
	display: block;
	font-size: 22px;
	color: #222;
	text-align: center;
}
#scroll {
	width: 1180px;
	height: 355px;
	margin-top: 20px;
	background: #eee;
}
.cases .main .show{
	width: 1140px;
	height: auto;
	padding-top: 20px;
	margin: 0 auto;
}
.cases_pic {
	float: left;
	height: 335px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

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

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

.cases_pic ul li a:hover {
	border: 1px solid #00A338;
}

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

.cases_pic ul li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #1a1a1a;
}
/**/
.adv_box{
	width: 100%;
	height: 640px;
	float: left;
	margin-top: 40px;
	background: url(../images/adv_bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.adv_box .title img{
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
.adv_box .main{
	width:1080px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}
.adv_box .main ul li{
	float: left;
	width: 264px;
	height: 348px;
	padding-bottom: 10px;
	margin-right: 8px;
	background: url(../images/adv_icon01.png)no-repeat center;
}
.adv_box .main ul li:nth-child(2){
	background: url(../images/adv_icon02.png)no-repeat center;
}
.adv_box .main ul li:nth-child(3){
	background: url(../images/adv_icon03.png)no-repeat center;
}
.adv_box .main ul li:nth-child(4){
	background: url(../images/adv_icon04.png)no-repeat center;
}
.adv_box .main ul li:last-child{
	margin-right: 0;
}
.adv_box .main ul li span{
	display: block;
	font-size: 24px;
	color: #00A338;
	text-align: center;
	margin-top: 73px;
    width: 235px;
    margin-left: 10px;
    padding-bottom: 7px;
	border-bottom: 1px dashed #a8a8a8;
}
.adv_box .main ul li .text{
	width: 215px;
	height: 185px;
	padding-top: 20px;
	margin: 0 auto;
	overflow: hidden;
}
.adv_box .main ul li .text p{
	display: block;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 25px;
}
/**/
.middle{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.middle .main{
	width: 1180px;
	height: auto;
	margin: 0 auto;
}
.middle .main ul li{
	float: left;
	width: 235px;
	height: 120px;
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
}
.middle .main ul li:after{
	content: "";
	background: url(../images/middle_after.png);
	width: 1px;
	height: 60px;
	position: absolute;
	top: 32px;
	
}
.middle .main ul li:first-child:after{
	width: 0;
	height: 0;
}
.middle .main ul li .pic{
	width: 100%;
	height: auto;
}
.middle .main ul li .pic img{
	display: block;
	margin: 0 auto;
	transition: all .5s;
}
.middle .main ul li .pic img:hover{
	transform: rotate(360deg);
}
.middle .main ul li .text{
	width: 100%;
	height: auto;
	padding-top: 15px;
}
.middle .main ul li:last-child .text{
	padding-top: 5px;
}
.middle .main ul li .text span{
	display: block;
	font-size: 15px;
	color: #222;
	text-align: center;
	padding-bottom: 5px;
}
.middle .main ul li .text p{
	display: block;
	font-size: 12px;
	color: #838383;
	text-align: center;
}
/**/
.about{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.about .pic{
	width: 50%;
	height: 590px;
	float: left;
	background: url(../images/about_pic.png)no-repeat center;
	background-size: 100% 100%;
}
.about .main{
	width: 50%;
	height: 590px;
	float: right;
	background: url(../images/about_bg.png)no-repeat center;
}
.about .main .title{
	margin:40px 0 0 40px;
}
.about .main .title span{
	display: block;
	font-size: 34px;
	font-family: arial;
	font-weight: bold;
	color: #00A338;
}
.about .main .title p{
	display: block;
	font-size: 36px;
	color: #222;
	margin-top: 10px;
}
.about .main .text{
	width: 540px;
	height: 270px;
	overflow: hidden;
	margin:10px 0 0 40px;
}
.about .main .text p{
	display: block;
	font-size: 15px;
	color: #222;
	line-height: 24px;
}
.about .main a{
	display: block;
	font-size: 16px;
	color: #666;
	width: 135px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #999;
	margin: 20px 0 0 40px;
	transition: all .6s;
}
.about .main a:hover{
	border: 1px solid #00A338;
	color: #00A338;
}
/**/
.news{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.news .main{
	width: 1180px;
	height: auto;
	margin: 0 auto;
}
.news .main .title span{
	display: block;
	font-size: 28px;
	color: #222;
	text-align: center;
}
.news .main .title p{
	display: block;
	font-size: 22px;
	color: #222;
	text-align: center;
}
.news .main .section{
	width: 100%;
	margin-top: 20px;
}
.news .main .section ul li{
	float: left;
	width: 385px;
	height: 140px;
	border: 1px solid #ccc;
	transition: all .6s;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
}
.news .main .section ul li:nth-child(3n){
	margin-right: 0;
}
.news .main .section ul li .info{
	width: 350px;
	height: 60px;
	padding-top: 30px;
	margin: 0 auto;
	overflow: hidden;
}
.news .main .section ul li .info span{
	display: block;
	font-size: 16px;
	color: #1a1a1a;
}
.news .main .section ul li .info p{
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}
.news .main .section ul li .time p{
	display: block;
	font-size: 12px;
	color: #666;
	padding-left: 17px;
}
.news .main .section ul li:hover{
	border: 1px solid #00A338;
}
/**/
.video_show{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.video_show .main{
	width: 1180px;
	height: auto;
	margin: 0 auto;
}
.video_show .main .title span{
	display: block;
	font-size: 28px;
	color: #222;
	text-align: center;
}
.video_show .main .title p{
	display: block;
	font-size: 22px;
	color: #222;
	text-align: center;
}
.video_show .main .section{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.video_show .main .section ul li{
	float: left;
	margin-right: 13px;
}
.video_show .main .section ul li:nth-child(4n){
	margin-right: 0;
}
.video_show .main .section ul li img{
	display: block;
	width: 284px;
	height: 191px;
}
/**/
.friendlink{
	width: 100%;
	height: 60px;
	background: #00A338;
	float: left;
	margin-top: 40px;
}
.link{
	width: 1180px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.link p{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #097C25;
	float: left;
	margin-right: 20px;
}
.link ul li{
	float: left;
	margin-right: 10px;
}
.link ul li:after{
	content: "";
	background: #fff;
	width: 1px;
	height: 13px;
	position: absolute;
	top: 24px;
	left: -15px;
}
.link ul li:first-child:after{
	width: 0;
	height: 0;
}

.link ul li a{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 60px;
}
/**/
.footer{
	width: 100%;
	height: auto;
	float: left;
	background: #282828;
	padding-bottom: 30px;
}
.foot{
	width: 1180px;
	height: auto;
	margin: 0 auto;
}
.foot .left{
	width: 550px;
	height: auto;
	float: left;
	margin-top: 30px;
	border-right: 1px solid #4b4b4b;
}
.foot .left .title span{
	display: block;
	font-size: 28px;
	color: #666;
	font-weight: bold;
}
.foot .left .title p{
	display: block;
	font-size: 12px;
	color: #666;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.foot .left .bottom{
	margin-top: 20px;
}
.foot .left .bottom p{
	font-size: 15px;
	color: #666;
	line-height: 24px;
}
.foot .left .bottom a{
	font-size: 15px;
	color: #666;
}
.foot .quick_nav{
	float: left;
	width: 365px;
	height: 193px;
	margin-top: 30px;
	border-right: 1px solid #4b4b4b;
}
.foot .quick_nav span{
	display: block;
	font-size: 18px;
	color: #555;
	margin:0 0 10px 30px;
}
.foot .quick_nav ul{
	margin-left: 30px;
}
.foot .quick_nav ul li{
	float: left;
	width: 140px;
	margin: 0 10px 10px 0;
}
.foot .quick_nav ul li a{
	display: block;
	font-size: 15px;
	color: #555;
}
.foot .icon{
	float: right;
	margin:45px 45px 0 0;
}
.foot .icon img{
	display: block;
	width: 156px;
	height: 156px;
}
.foot .icon p{
	display: block;
	font-size: 15px;
	color: #555;
	text-align: center;
	margin-top: 5px;
}
/**/
.copyright{
	width: 100%;
	height: 30px;
	background: #333;
	float: left;
}
.copyright .main{
	width: 500px;
	margin: 0 auto;
}
.copyright p{
	display: block;
	font-size: 12px;
	color: #555;
	line-height: 30px;
	text-align: center;
	float: left;
}
.copyright a{
	display: block;
	font-size: 12px;
	color: #555;
	line-height: 30px;
	float: right;
}
/**/
*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: #f39800;
}

.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: #f39800;
}

.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;
}

.container{ width:1180px; margin:20px auto; }
.con_left{ width:210px; float:left; margin-right:20px; margin-bottom:50px; position:relative;}
.con_right{ width:950px; float:left; margin:20px auto;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:190px; padding-left:20px; height:40px;line-height:40px; color:#333; font-size:18px; background:#e9e9e9 url(../images/list_before.png) no-repeat 5px; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind b{ color:#00a338;}
.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:#CB0000;}
.in_casetit{ width:100%;height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#00a338; text-align:left; position:relative; border-bottom:#ccc 1px solid;}
.in_casetit b{ display:block; height:57px; width:230px; padding:0px 8px; border-bottom:#00a338 2px 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:#CB0000;}
.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(../images/n_ico2.jpg) no-repeat 5px; padding-left:15px;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333; border-top:#00a338 2px solid;}
.in_contact p{ width:200px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.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:290px;  float:left; margin-top:10px; margin-right:13px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:290px; height:250px; 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:#00a338; 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(../images/n_ico2.jpg) 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:#00a338;}
.nav ul li.current {background: #097c25;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
/*分页*/
.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:#00a338; 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:#00a338; text-decoration:none;}
.footer .right .info a{ color:#FFF;}

/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ 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:3px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}
