﻿*{margin: 0px;padding: 0px;}
body{min-width:1080px;background:#ffffff;background-image:url();background-repeat:repeat-x;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;color:black;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1080px;
	margin:0 auto;
}
.top{
	width: 100%;
	height: 40px;
	background:#fff;
	border-bottom: 1px solid #d2d2d2;
}
.top p{
	float: left;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 40px;
}
.top ul{
	float: right;
	height: 40px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #6d6d6d;
}
.top ul li a{
	color:#3c3c3c;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height:115px;
	overflow: hidden;
	background: #eeeeee;
}
.head .name{
 	position: relative;
 	top: 50%;
 	float: left;
 	transform: translateY(-50%);
}
.head img{
	display: block;
}
.head  .tel{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}
.head .main{
	height: 115px;
	overflow: hidden;
}
.nav{
	width: 100%;
	height: 67px;
	background:url(../images/nav.png)repeat-x;

}
.nav ul{
	width: 1080px;
	margin:0 auto;
	height: 67px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 180px;
	height: 67px;
	overflow: hidden;
	text-align: center;
	line-height:67px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: url(../images/h01.png)no-repeat center;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:15px;  
 width:15px; 
 height:15px; 
 border-radius: 50%;
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #959595;
 
}
.banner .hd ul li.on{
 background:#132281; 
  
}
.banner .bd{
 position:relative; 
  z-index:0; 
  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 .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#132281;
	font-weight: bold;
	line-height: 40px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:40px;
}

.product{
	width: 1080px;
	margin: 0 auto;
	height: auto;
 	overflow: hidden;
	margin-top: 55px;
}
.product .list{
	float: left;
	width: 234px;
	height: 760px;

}
.product .list .tit{
	width: 100%;
	height: 96px;
	overflow: hidden;
	background: url(../images/title.png)no-repeat center;
}

.product .list .tit p{
	color:#fff;
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 90px;
}
.product .list .tit span{
	display: block;
	color:#fff;
	font-size: 15px;
	margin-left: 90px;
	text-transform: uppercase;
}
.product .list .bd{
	width: 100%;
	height:435px;
	overflow: hidden;
}
.product .list .bd h3{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: url(../images/icon01.png)no-repeat center;
	margin-top: 2px;
}
.product .list .tel{
	margin-top: 35px;
}
.product .list .tel img{
	display: block;
}

.product .list .bd h3 a{
	color:#1a1a1a;
	display: block;
	font-size: 15px;
	margin-left: 50px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .list .bd h3:hover a{
	color:#f28d01;
}
.product  .show{
	float: right;
	width: 840px;
	height: auto;
	overflow: hidden;
 
}
.product  .show .box{
	width: 800%;
}
.product  .show .pic{
	float: left;
	width: 1700px;
}

.product   .pic ul li{
	width: 273px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-left: 7px;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
}
.product   .pic ul li img{
	display: block;
	width: 265px;
	height: 198px;
	margin: 4px;
	margin-bottom: 0;
}
.product   .pic ul li  p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    color:#1a1a1a;
    overflow: hidden;
}
 
.product   .pic ul li:hover{
	border: 1px solid #0068b7;
}
.gg{
	width: 100%;
	height: 220px;
	background: url(../images/gg.png)no-repeat center;
	margin-top: 30px;
}

.gg a{
	display: block;
	width: 100%;
	height: 100%;
}

.adv{
	width: 1090px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}
.adv .tit img{
	display: block;
	margin: 0 auto;
}
.adv .part{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.adv .part ul {
	width: 535px;
	height: auto;
	overflow: hidden;
	float: left;
}
.adv .part ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.adv .part ul .t{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.adv .part ul .t img{
	display: block;
	float: left;
}

.adv .part ul .t div{
	width: 395px;
	height: auto;
	overflow: hidden;
	margin-top: -2px;
	float: right;
}
.adv .part ul .t div p{
	color:#0068b7;
	font-size: 30px;
	font-weight: bold;
}
.adv .part ul .t div span{
	display: block;
	color:#222222;
	font-size: 14px;
}
.adv .part ul li .info{
	width: 520px;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.adv .part ul li .info p{
	color:#1a1a1a;
	font-size: 15px;
	padding-left: 20px;
	position: relative;
	line-height: 24px;
}
.adv .part ul li .info p:after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	background: #0068b7;
	top:8px;
}

.adv .part .pic{
	float: right;
}
.adv .part:last-child ul{
	float: right;
}
.adv .part:last-child .pic{
	float: left;
}

.cases{
	width: 100%;
	height: 524px;

	margin-top: 80px;
	overflow: hidden;
}

.cases .tit{
	width: 100%;
	height: 136px;
	overflow: hidden;
	padding-top: 40px;
	background: url(../images/bg1.png)no-repeat center;
}
.cases .tit img{
	display: block;
	float: left;
	margin-top: 7px;
}
.cases .tit .main div{
	float: left;
	margin-left: 10px;
}
.cases .tit div p{
	color:#ffffff;
	font-size: 15px;
	text-transform: uppercase;
}

.cases .tit div h4{
	font-size: 38px;
	color:#fff;
}
.cases .tit span{
	width: 100%;
	float: left;
	color:#fff;
	font-size: 15px;
	line-height: 30px;
}
.cases ul{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases ul li{
	float: left;
	width: 260px;
	height: 244px;
	margin-left: 13px;
	background: #eeeeee;
}
.cases ul li img{
	display: block;
	width: 240px;
 	height: 178px;
	margin: 10px;
	margin-bottom: 0;
}
.cases ul li:first-child{
	margin-left: 0;
}
.cases ul li p{
	width: 100%;
	height: 54px;
	line-height: 54px;
	color:#222222;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases ul li:hover p{
	color:#0068b7;
}

.about{
	width: 100%;
	margin: 0 auto;
	height:487px;
	overflow: hidden;
	margin-top: 60px;
	background: url(../images/bg03.png) no-repeat center;
}

.about .pic{
	float: left;
	width: 487px;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	padding-bottom: 15px;
	background: url(../images/bg2.png)no-repeat  center bottom;
}
.about .pic img{
	display: block;
	width: 487px;
	height: 362px;
}
.about .intro{
	float: right;
	width: 535px;
	height: auto;
	overflow: hidden;
	margin-top:80px;
}
.about .intro .tit{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #000000;
	position: relative;
}
.about .intro .tit:after{
	content: "";
	width: 150px;
	height: 3px;
	background: #132281;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.about .intro .tit p{
	color:#1a1a1a;
	font-size: 24px;
	font-weight: bold;
}
.about .intro .info{
	width: 100%;
	height: 220px;
	overflow: auto;
	margin-top: 20px;
}
.about .intro .info p{
	color:#1a1a1a;
	font-size: 15px;
	line-height: 24px;
}

.about .intro a{
	display: block;
	width: 134px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	background: #0068b7;
	color:#fff;
	margin-top: 25px;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.news .tit{
	width: 100%;
	height:176px;
	background: url(../images/bg3.png)no-repeat center;
	overflow: hidden;
 
}
.news .tit img{
	display: block;
	float: left;
	margin-left: 485px;
	margin-top: 46px;
	 
}
.news .tit .main div{
 	margin-top: 40px;
 
	margin-left:10px;
	float: left;
}
.news .tit .main div p{
	color:#ffffff;
	font-size: 15px;
	text-transform: uppercase;
}

.news .tit .main div h4{
	font-size: 38px;
	color:#fff;
}
.news .tit .main span{
	width: 100%;
	float: left;
	color:#fff;
	font-size: 15px;
	line-height: 30px;
	text-align: right;
}
.news .left{
	float: left;
	width: 540px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}
.news .left img{
	display: block;
	width: 540px;
	height: 425px;
}
.news .left div{
	width: 520px;
	padding: 10px;
 
	background: rgba(0,0,0,.8);
	position: absolute;
	left: 0;
	bottom: 0;
}
.news .left div h4{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
	float: left;
	width: 380px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .left div span{
	display: block;
	float: right;
	color:#fefefe;
	font-size: 14px;
}

.news .left div span{
	display: block;
	color:#fff;
	font-size: 14px;
	line-height: 22px;
	margin-top: 1px;
}
.news .left div p{
	float: left;
	font-size: 14px;
	margin-top: 5px;
	color:#ffffff;
}
.news ul{
	float: right;
 	height: auto;
 	width: 540px;
	overflow: hidden;
	margin-top: 30px;
 
}
.news ul li{
	width:520px;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
	margin-bottom: 11px;
}
.news ul li:hover .time{
	background: #0068b7;
}
.news ul li:hover .time b{
	color:#fff;
}
.news ul li:hover .time span{
	color:#fff;
}
.news ul li:hover .info p{
	color:#0068b7;
}
.news ul li .time{
	float: left;
	width: 80px;
	height: 60px;
	background: #eeeeee;

}
.news ul li .time b{
	display: block;
	text-align: center;
	font-size: 30px;
	color:#1a1a1a;
	height: 40px;
	border-bottom: 1px dashed #979797;
}
.news ul li .time span{
	display: block;
	text-align: center;
	line-height: 19px;
	color:#666666;
}
.news ul li .info{
	float: right;
	width: 430px;
	height: auto;
	overflow: hidden;
}
.news ul li .info p{
	color:#1a1a1a;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}
.news ul li .info  span{
	display: block;
	color:#666666;
	font-size: 14px;
	 white-space: nowrap;
	 margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
	width: 100%;
}


.links{
	width: 100%;
	height: 80px;
	background: #eeeeee;
	margin-top: 60px;
}
.links .tit{
	width: 165px;
	height: 40px;
	background: url(../images/link.png)no-repeat center;
	margin-top: 25px;
	float: left;
}
.links .tit p{
	color:#666666;
	font-size: 22px;
	line-height:55px;
	margin-left: 45px;
}
.links ul{
	width: 850px;
	height: 45px;
	overflow: hidden;
	margin-top:18px;
	float: left;
}
.links ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	position: relative;
}
.links ul li a{
	color:#666666;
	font-size: 13px;
}



.footer{
	width: 100%;
	height: 335px;
	background: #202020;
	float:left;
}
.footer .left{
	float: left;
	width: 194px;
	height: 335px;
	background: #0068b7;
}
.footer .left .name{
	width: 100%;
	margin-top: 55px;
}
.footer .left .name img{
	display: block;
	margin: 0 auto;
}
.footer .left .ewm{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.footer .left  .ewm img{
	display: block;
	width: 150px;
	margin: 0 auto;
	height: 150px;
}
.footer .left  .ewm p{
	text-align: center;
	font-size: 13px;
	color:#fff;
	line-height: 30px;
}
.footer .right{
	float: right;
	width: 845px;
	height: auto;
	overflow: hidden;

}
.footer .right .fn{
	width: 100%;
	height:39px;
	overflow: hidden;
	margin-top: 35px;
	border-bottom: 1px solid #919191;
}
.footer .right .fn p{
	color:#fff;
	font-size: 16px;
	float: left;
}
.footer .right .fn ul{
	float: right;
	width: 765px;
	height: 30px;
	margin-top: 5px;
}
.footer .right .fn ul li{
	float: left;
	padding: 0 10px;
	position: relative;
}
.footer .right .fn ul li:after{
	content: "";
	width: 1px;
	height:14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #fff;
}
.footer .right .fn ul li a{
	color:#fff;
	font-size: 12px;
}
.footer .right .cont{
	width: 400px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}
.footer .right .cont .tit{
	width: 120px;
	border-bottom: 1px solid #fff;
	height: 29px;
}
.footer .right .cont .tit p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.footer .right .cont .info{
	width: 100%;
	height: 175px;
	overflow: hidden;
	margin-top: 15px;
}
.footer .right .cont .info p{
	color:#fff;
	font-size: 13px;
	line-height: 25px;
}
.footer .right .cont .info a{
	color:#fff;
}
.footer .right .msg{
	float: right;
	width: 370px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .right .msg .tit{
	width: 120px;
	border-bottom: 1px solid #fff;
	height: 29px;
}
.footer .right .msg .tit p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.footer .right .msg form{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.footer .right .msg form input{
	width: 180px;
	height: 41px;
	border: 1px solid #fff;
	color:#fff;
	background: none;
	outline: none;
	margin-bottom: 9px;
	border-radius: 5px;
	text-indent: 10px;
}
.footer .right .msg  .btn{
	background: #f28d01;
}
.float{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 180px;
}
.float ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float ul li:nth-child(2):hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover img{
	height: 120px;
}
.float ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
   	line-height: 50px;
	font-weight: bold;
	background: #454545;
 
}
.float ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #454545;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float ul li:nth-child(1) span{
	background:#454545 url(../images/float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
	background:#454545 url(../images/float02.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
	background:#454545 url(../images/float03.png)no-repeat   center;
}
.float ul li:nth-child(4) span{
	background:#454545 url(../images/float04.png)no-repeat   center;
}
.float ul li:nth-child(5) span{
	background:#454545 url(../images/float05.png)no-repeat   center;
}
.float ul li div{
	width:130px;
	float: left;
	background: #454545;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}

.container{ width:1080px; margin:0px auto; }
.con_left{ width:235px; float:left; margin-right:20px; margin-bottom:50px; }
.con_right{ width:825px; float:left; margin-bottom:30px; margin-top:50px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:225px; padding-left:10px; height:40px;line-height:40px; color:#fff; font-size:18px; background:#0068b7; 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:#fff;}
.in_prokind span a:visited{ color:#fff;}
.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:#0068b7; text-align:left; position:relative; border-bottom:#ccc 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:#149708;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:220px; padding-left:20px; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/n_ico2.jpg) no-repeat 5px;}
.in_contact{width:235px; margin-top:10px; float:left; color:#333;}
.in_contact p{ width:230px; 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_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:265px; height:233px;  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:255px; height:193px; 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:#0068b7; 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:#149708;}
.nav ul li.current {background: url(../images/h01.png)no-repeat center;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.newscontent{ font-size:16px; line-height:24px;}

/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:14px;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:#0068b7; 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:#0068b7; 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:#0068b7;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}
