*{margin: 0px;padding: 0px;}
body{min-width:1200px;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;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}

.main{
	width: 1200px;
	margin: 0 auto;
}
.head{
	width: 100%;
	height: 142px;
}
.head .top{
	width: 100%;
	height: 30px;
	background: #eee;
}
.head .top p{
	float: left;
	line-height: 30px;
	color:#333;
}
.head .top p a{
	
	color:#333;
}

.head .top ul{
	float: right;
}
.head .top ul li{
	float:left;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
.head .top ul li a{
	color:#333;
}
.head .top ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:10px;
    height:12px;
    width:1px;
    background:#333;
}
.head .top ul li:hover{
	text-decoration: underline;
}
.head img{
	display: block;
}
.head .name{
	float: left;
	margin-top: 20px;
}
.head .tel{
	float: right;
	margin-top: 15px;
}
.head .top ul li:last-child:after{
    height:0px;
    width:0px;
}
.nav{
	width: 100%;
	height: 60px;
	background:#ea4f03;
}
.nav ul{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.nav ul li{
	float: left;
	width: 150px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover {
	background: #f39800;
}
 
.slideBox{ 
	width:100%;  
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.slideBox .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.slideBox .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.slideBox .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 background:#ccc; 
 cursor:pointer; 
 
}
.slideBox .hd ul li.on{
 background:#007fd7; 
 color:#007fd7; 
}
.slideBox .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.slideBox .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.slideBox .bd img{
	width:100%;   
	display:block; 
}
.slideBox .prev,
.slideBox .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.slideBox .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.slideBox .next {
	font-size: 
	58px;color:#fff;
}
.slideBox .prev{
	font-size: 
	58px;color:#fff;
}
.slideBox .prev:hover,
.slideBox .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.slideBox .prevStop{ 
	display:none;  
}
.slideBox .nextStop{ display:none;  
}
 
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:30px;
	overflow: hidden;
}
.title{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	margin-top:30px;
}
.title img{
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
 
.product .left{
	width: 240px;
	height: auto;
	overflow: hidden;
	float: left;
	background: #ea4f03;
	margin-top:50px;
}
.product .left .class{
	width: 220px;
	height: 462px;
	margin: 10px;
	background: #fff;
	border-radius: 8px;
	float: left;
	position: relative;
}
.product .left .class .tit{
	width: 196px;
	height:60px;
	margin: 0 auto;
	border-bottom: 1px dashed #a0a0a0;
	background: url(../images/icon01.png) 15px 12px no-repeat;
	margin-top:10px;
}
.product .left .class .tit div{
	float: left;
	margin-left:65px;
	margin-top:10px;
}
.product .left .class .tit h4{
	font-size: 20px;
	color:#333;
}
.product .left .class .tit p{
	color:#333333;
	font-size: 14px;
	text-align: center;
}
.product .left .class ul{
	width: 200px;
	height: 133px;
	margin: 0 auto;
	margin-top:11px;
}
.product .left .class ul li{
	width: 200px;
	height: 44px;
	background: url(../images/icon02.png)no-repeat center;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius:6px;
}
.product .left .class ul li a{
	display: block;
	line-height: 40px;
 	margin-left: 60px;
	color:#fff;
	font-size:16px;
	width: 155px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
 
.product .left .class .tel02{
	width: 195px;
	height: 76px;
	position: absolute;
	bottom: 10px;
	background:url(../images/tel02.png)no-repeat;
	left:13px;
}
.product .left .class .tel02 p{
	font-size: 24px;
	color:#ff841b;
	font-weight: bold;
	text-align: center;
	margin-top:30px;
}
.product .left .tel{
	width: 160px;
	height: 210px;
	padding: 0 20px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 5px;
	background: #555555;

}
.product .left .tel b{
	color:#fff;
	font-size: 15px;
	margin-top: 10px;
	display: block;
}
.product .left .tel p{
	color:#fff;
	font-size: 15px;
	line-height: 25px;
}
.product .right{
	float: right;
	margin-top:50px;
	width: 940px;

}
.focus{ 
	width:520px;
	height: 260px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
	float: left;
 
}
.focus .hd{
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	bottom:0;
	height:40px; 
	width: 100%;
	background: rgba(25,25,25,0.7);
	z-index:1; 
}
.focus .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 
 float:right;

}
.focus .hd ul li{
 float:left; 
 margin-right:15px; 
 margin-top:15px;
 width:14px; 
 border-radius: 50%;
 height:14px; 
 line-height:14px; 
 text-align:center; 
 background: #fff;
 cursor:pointer; 
 
}
.focus .hd ul li.on{
 background:#f39800;
 
}
.focus .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.focus .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.focus .bd img{
	width: 520px;
	height: 260px;
}
.focus .prev,
.focus .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:15px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.focus .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.focus .next {
	font-size: 
	58px;color:#fff;
}
.focus .prev{
	font-size: 
	58px;color:#fff;
}
.focus .prev:hover,
.focus .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.focus .prevStop{ 
	display:none;  
}
.focus .nextStop{ display:none;  
}
.product .right .img{
	width:404px;
	height: 260px;
	float: right;
	position: relative;
}
.product .right .img img{
	width: 404px;
	height: 260px;
}
.product .right .img p{
	position: absolute;
	bottom: 0;
	height:40px;
	background:rgba(25,25,25,0.5);
	width:100%;
	line-height:40px;
	text-align: center;
	color:#fff;
	font-size: 15px;
}
.product .right .img:hover p{
	text-decoration: underline;
}
.product .right .show{
	width: 100%;
	height:210px;
	margin-top:13px;
	float: left;
	overflow: hidden;
}
.product .right .box{
	width: 404%;
}
.product .right .pic{
	float: left;

}
.product .right .pic ul li{
	float: left;
	width: 210px;
	height: 210px;
	position: relative;
	margin-left: 11px;
}
.product .right .pic ul li img{
	display: block;
	width: 210px;
	height: 209px;
}
.product .right .pic ul li p{
	width: 210px;
	height: 30px;
	line-height: 30px;
	color:#fff;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	background: rgba(25,25,25,0.5);
	text-align: center;
}
.product .right .pic ul li:hover p{
	text-decoration: underline;
}
.product .more{
	width: 100%;
	height: 30px;
	margin-top:40px;
	float: left;
	border-top:1px solid #c9c9c9;
}
.product .more a{
	display: block;
	width: 140px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	border: 1px solid #c9c9c9;
	margin-top:-15px;
	background:#fff;
	color:#333;
	font-size: 14px;
	border-radius: 8px;
}
 
.cases{
	width:100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
.cases .show{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .show .box{
	width: 800%;
}
.cases .show .pic{
	float: left;
}
.cases .show .pic ul li{
	float: left;
	width: 290px;
	height: auto;
	margin-left: 10px;
	overflow: hidden;
}
.cases .show .pic ul li img{
	display: block;
	width: 290px;
	height: 250px;
}
.cases .show .pic ul li p{
	border-left: 2px solid #ea4f03;
	height: 25px;
	line-height: 25px;
	text-indent: 15px;
	font-size: 15px;
	color:#1a1a1a;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
 
}
.cont-2 .more{
	width: 100%;
	height: 30px;
	margin-top:40px;
	float: left;
	border-top:1px solid #c9c9c9;
}
.cont-2 .more a{
	display: block;
	width: 140px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	border: 1px solid #c9c9c9;
	margin-top:-15px;
	background:#fff;
	color:#333;
	font-size: 14px;
	border-radius: 8px;
}
.cont-3{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:30px;
}
.cont-3 .ad{
	width: 100%;
}
.cont-3 .text{
	width: 1040px;
	height:600px;
	overflow: hidden;
	background: #eeeeee;
	margin-top:-20px;
}
.cont-3 .text .pic1{
	width: 341px;
	height: 293px;
	float: left;
	margin:50px 50px 0 50px
}
.cont-3 .text ul{
	width:590px;
	height: 250px;
	float: right;
	margin-top:75px;

}
.cont-3 .text ul li{
	width: 600px;
	height: 40px;
	background: url(../images/icon03.png)no-repeat;
	line-height: 40px;
	margin-bottom: 15px;
}
.cont-3 .text ul li p{
	margin-left:45px;
	font-size: 16px;
	width: 540px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cont-3 .text .pic2{
	width: 100%;
	float: left;
	margin-top:35px;
}
.cont-3 .text .tel03{
	margin-top:-40px;
	position: relative;
	z-index: 100;
	margin-left:50px;
	float: left;
}
.cont-3 .text .tel03 p{
	float: left;
	font-size: 14px;
	color:#fff;
	height: 30px;
	line-height: 30px;
	margin-top:5px;
}
.cont-3 .text .tel03 span{
	font-size: 24px;
	color:#fff;
	font-weight:bold;
	margin-top:5px;
	line-height:24px;
	padding-top:5px;
}
.cont-3 .text .tel03 a{
	display: block;
	float: left;
	margin-left:35px;
	width: 140px;
	height: 30px;
	border-radius:30px;
	background: #ff9438;
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size: 18px;
}
.advantage{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:80px;
}
.advantage .tit img{
	display:block;
	margin: 0 auto;
}
.advantage .part{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}
.advantage .part ul {
	width: 550px;
	height: auto;
	overflow: hidden;
	float: left;
}
.advantage .part  .pic{
	float: right;
}
.advantage .part ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.advantage .part ul li .t{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.advantage .part ul li .t img{
	display: block;
	float: left;
}
.advantage .part ul li .t div{
	float: left;
	margin-left: 25px;
}
.advantage .part ul li .t div p{
	color:#ea4f03;
	font-size: 30px;
	font-weight: bold;
}
.advantage .part ul li .t div span{
	display: block;
	color:#666666;
	font-size: 18px;
}
.advantage .part ul li .info{
	width: 530px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 15px;
}
.advantage .part ul li .info p{
	color:#1a1a1a;
	font-size: 15px;
	line-height: 25px;
	padding-left: 20px;
	position: relative;
}
.advantage .part ul li .info p:after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 8px;
	background: #ea4f03;
}
.advantage .part:last-child .pic{
	float: left;
}
.advantage .part:last-child ul{
	float: right;
}


.section{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.news{
	width: 750px;
	height: auto;
	float: left;
	overflow: hidden;
}
.news .tit{
	width: 100%;
	height: 50px;
	background: #ea4f03;
}
.news .tit img{
	display: block;
	float: left;
	margin-top: 12px;
	margin-left: 15px;
}

.news .tit p{
	float: left;
	line-height: 50px;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}

.news .tit a{
	display: block;
	float: right;
	color:#fff;
	line-height: 50px;
	font-size: 12px;
	margin-right: 10px;
}

.news ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	margin-top: 13px;
	overflow: hidden;
}
.news ul li .time{
	float: left;
	width: 90px;
	height: 80px;
}
.news ul li .time b{
	display: block;
	width: 100%;
	height: 40px;
	background: #ea4f03;
	color:#fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}

.news ul li .time  span{
	display: block;
	width: 100%;
	height: 40px;
	background: #f39800;
	text-align: center;
	line-height: 40px;
	color:#fff;
}
.news ul li .info{
	float:right;
	width: 635px;
	height: auto;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 5px;
}
.news ul li .info p{
	width: 100%;
	color:#000000;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li .info span{
	display: block;
	color:#000000;
	font-size: 13px;
	line-height: 22px;
	display: -webkit-box;
	margin-top: 5px;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.contact{
	width: 440px;
	height: auto;
	overflow: hidden;
	float: right;
}
.contact  .tit{
	width: 100%;
	height: 50px;
	background: #ea4f03;
}
.contact  .tit img{
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

.contact  .tit p{
	float: left;
	line-height: 50px;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}

.contact  .tit a{
	display: block;
	float: right;
	color:#fff;
	line-height: 50px;
	font-size: 12px;
	margin-right: 10px;
}


.contact .pic{
	width: 440px;
	margin: 0 auto;
	margin-top: 10px;
}
.contact .pic img{
	display: block;
	width: 440px;
	height: 150px;
}

.contact .intro{
	width: 440px;
	height: 175px;
	overflow: hidden;
	margin-top: 15px;
}
.contact .intro h4{
	color:#000000;
	font-size: 18px;

}
.contact .intro p{
	color:#333333;
	font-size: 15px;
	line-height: 24px;
	margin-top: 5px;
}

.contact .ewm{
	width: 100%;
	height: 160px;
	margin-top: 10px;
	background: url(../images/bg01.png)no-repeat center;
}

.contact .ewm img{
	display: block;
	width: 140px;
	height: 140px;
	float: left;
	margin: 10px;
}
.contact .ewm p{
	float: right;
	color:#fff;
	line-height: 25px;
	margin-right: 20px;
	margin-top: 45px;
	font-size: 15px;
}


.footer{
	width: 100%;
	height: 380px;
	background: #333333;
	overflow: hidden;
	margin-top: 50px;
}

.footer .menu{
	width: 1200px;
	margin: 0 auto;
	height:30px;
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 1px solid #636363;
}
.footer .menu ul{
	display: table;
	margin: 0 auto;
}
.footer .menu ul li {
	position: relative;
	float: left;
	height: auto;
	overflow: hidden;
}
.footer .menu ul li a{
	color:#9b9b9b;
	font-size: 15px;
	padding: 0 20px;
}

.footer .menu ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:50%;
    height:14px;
    margin-top: -7px;
    width:1px;
    background:#9b9b9b;
}

.footer .menu ul li:last-child:after{
    height:0px;
    width:0px;
    overflow: hidden;
}

.footer .main{
	width: 930px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}
.footer .left {
	float: left;
}
.footer .left img{
	display: block;
}

.footer  .right{
	float: left;
	margin-left: 20px;
	padding-left: 40px;
	width: 560px;
	height:230px;
	overflow: hidden;
	border-left: 1px solid #636363;
}
.footer  .right .links{
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin-top: 5px;
}
.footer  .right .links p{
	color:#999999;
	font-size: 15px;
	float: left;
	line-height: 25px;
}

.footer  .right .links ul li{
	float: left;
	padding: 0 10px;
	line-height: 25px;
}

.footer  .right .links ul li a{
	color:#999999;
	font-size: 15px;
}

.footer  .right .intro{
	width: 100%;
	height: auto;
	margin-top: 3px;
	overflow: hidden;
}
.footer  .right .intro p{
	color:#999999;
	font-size: 15px;
	line-height: 18px;
}

.footer  .right .intro a{
	color:#999999;
}

.container{ width:1200px; margin:0px auto; }
.con_left{ width:240px; float:left; margin-right:20px; margin-bottom:50px; margin-top:20px;}
.con_right{ width:940px; float:left; margin-bottom:30px;margin-top:60px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:230px; padding-left:10px; height:40px;line-height:40px; color:#fff; font-size:18px; background:#ea4f03; 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:#333; 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:#0a7239;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:260px; padding-left:20px; font-size:13px; height:36px; line-height:36px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/jt.gif) no-repeat 5px;}
.in_contact{width:100%; 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,.main_case{ width:100%; margin:0px auto;}
.main_right_product ul,.main_case ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:270px; height:260px;  float:left; margin-top:10px; margin-right:18px; }
.main_case ul li{ list-style:none; width:270px; height:220px;  float:left; margin-top:10px; margin-right:18px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:260px; height:220px; padding:5px;border:#eee 1px solid;}
.main_case ul li img{width:260px; height:180px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link,.main_case ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited,.main_case ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover,.main_case ul li a:hover{ color:#ea4f03; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img,.index_newscont 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/jt.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:#ea4f03;}
.nav ul li.current {background: #f39800;}
.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:#ea4f03; 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:#ea4f03; text-decoration:none;}
.footer .right .info a{ color:#FFF;}
.newscontent{ font-size:16px; line-height:24px;}

/*留言*/
.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:#ea4f03;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}