* {

	margin: 0px;

	padding: 0px;

}

.newscontent a{color:#000;}
.newscontent a:hover {color:#1776b6;}

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;

	float: left;

	line-height: 40px;

	margin-left: 6px;

}

.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: 100px;

	margin: 0 auto;

}

.header .name{

	float: left;

	margin-top: 15px;

}

.header .name img{

	display: block;

	float: left;

}

.header .header_tel {

	width: 270px;

	height: 70px;

	float: right;

	margin-top: 30px;

}

.header .header_tel img {

	display: block;

	float: left;

	margin-right: 5px;

}

.header .header_tel p {

	display: block;

	float: left;

	margin-left: 4px;

	font-size: 14px;

	color: #666;

}

.header .header_tel span {

	display: block;

	float: right;

	font-size: 34px;

	font-family: arial;

	font-weight: bold;

	color: #0068b3;

}

/**/

.nav{

	width: 100%;

	height: 45px;

	float: left;

	background: #0068b3;

}

.nav .main{

	width: 1200px;

	height: 100%;

	margin: 0 auto;

}

.nav .main ul li{

	float: left;

	width: 150px;

	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: #fff45c;

}

.nav .main ul li:hover a{

	color: #0068b3;

}

/**/

.slideBox {

	width: 100%;

	height: auto;

	overflow: hidden;

	position: relative;

	margin: 0 auto;

}

.slideBox .hd {

	height: 50px;

	overflow: hidden;

	position: absolute;

	left: 50%;

	margin-left: -30px;

	bottom: -25px;

	z-index: 1;

}

.slideBox .hd ul {

	overflow: hidden;

	zoom: 1;

	float: left;

}

.slideBox .hd ul li {

	float: left;

	margin-right: 10px;

	width: 15px;

	height: 15px;

	border-radius: 50%;

	line-height: 14px;

	text-align: center;

	background: #fff;

	cursor: pointer;

}

.slideBox .hd ul li.on {

	background: #0068b3;

}

.slideBox .bd {

	position: relative;

	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: #e5e5e5;

	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: #0068b3;

	line-height: 60px;

	float: left;

}

.search .main ul li {

	float: left;

	margin-right: 20px;

	overflow: hidden;

	font-size: 13px;

	color: #666;

	line-height: 60px;

	text-align: center;

}

.search .main ul li:hover{

	color:#0068b3;

}

/**/

.product{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 40px;

}

.product .title{

	width: 100%;

	height: auto;

	float: left;

}

.product .title b{

	display: block;

	font-size: 24px;

	color:#333;

	font-weight: normal;

	text-align: center;

}

.product .title span{

	display: block;

	font-size: 22px;

	color: #0068b3;

	text-align: center;

	position: relative;

}

.product .title span:before{

	content:"";

	background: #e6e6e6;

	width: 46%;

	height: 1px;

	position: absolute;

	left: 0;

	top: 15px;

}

.product .title span:after{

	content:"";

	background: #e6e6e6;

	width: 46%;

	height: 1px;

	position: absolute;

	right: 0;

	top: 15px;

}

.product .title p{

	display: block;

	font-size: 13px;

	color: #7f7f7f;

	text-align: center;

	margin-top: 4px;

}

.product .main{

	width: 1200px;

	height: auto;

	margin: 0 auto;

}

.product .main .list{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 20px;

}

.product .main .list ul li{

	width: 288px;

	height: 48px;

	float: left;

	background: #0068b3;

	margin:0 15px 15px 0; 

}

.product .main .list ul li:nth-child(4n){

	margin-right: 0;

}

.product .main .list ul li a{

	display: block;

	font-size:18px;

	font-weight: bold;

	color: #fff;

	line-height: 48px;

	text-align: center;

}

.product .main .pic{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 20px;

}

.product .main .pic ul li{

	float: left;

	border:2px solid #e0e0e0;

	box-sizing: border-box;

	margin:0 10px 10px 0; 

}

.product .main .pic ul li:nth-child(4n){

	margin-right: 0;

}

.product .main .pic ul li img{

	display: block;

	width: 288px;

	height: 236px;

}

.product .main .pic ul li p{

	display: block;

	font-size: 16px;

	color: #fff;

	width: 100%;

	height: 48px;

	background: rgba(0,0,0,0.5);

	text-align: center;

	line-height: 48px;

}

.product .main .pic ul li:hover{

	border:2px solid #0068b3;

}

/**/

.device{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 40px;

}

.device .title{

	width: 100%;

	height: auto;

	float: left;

}

.device .title b{

	display: block;

	font-size: 24px;

	color:#333;

	font-weight: normal;

	text-align: center;

}

.device .title span{

	display: block;

	font-size: 22px;

	color: #0068b3;

	text-align: center;

	position: relative;

}

.device .title span:before{

	content:"";

	background: #e6e6e6;

	width: 46%;

	height: 1px;

	position: absolute;

	left: 0;

	top: 15px;

}

.device .title span:after{

	content:"";

	background: #e6e6e6;

	width: 46%;

	height: 1px;

	position: absolute;

	right: 0;

	top: 15px;

}

.device .title p{

	display: block;

	font-size: 13px;

	color: #7f7f7f;

	text-align: center;

	margin-top: 4px;

}

.device .main{

	width: 1200px;

	height: auto;

	margin: 0 auto;

}

.device .main .pic{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 20px;

}

.device .main .pic ul li{

	float: left;

	margin:0 15px 10px 0; 

}

.device .main .pic ul li:nth-child(3n){

	margin-right: 0;

}

.device .main .pic ul li img{

	display: block;

	width: 390px;

	height: 359px;

	border:1px solid #e0e0e0;

	box-sizing: border-box;

}

.device .main .pic ul li p{

	display: block;

	font-size: 16px;

	color: #1a1a1a;

	width: 100%;

	height: 40px;

	text-align: center;

	line-height: 40px;

}

.device .main .pic ul li:hover p{

	color: #0068b3;

}

/**/

.str{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 40px;

}

.str .main{

	width: 1200px;

	height: auto;

	margin: 0 auto;

}

.str .main .pic{

	float: left;

	width: 50%;

	height: auto;

}

.str .main .pic img{

	display: block;

	width: 100%;

	height: 620px;

}

.str .main .msg{

	width: 50%;

	height: auto;

	float: right;

	background: #0068b3;

	padding-bottom: 20px;

}

.str .main .msg ul{

	width: 510px;

	height: auto;

	margin: 0 auto;

}

.str .main .msg ul li{

	float: left;

	width: 100%;

	height: 80px;

	margin-top: 20px;

}

.str .main .msg ul li img{

	display: block;

	float: left;

}

.str .main .msg ul li .info{

	width: 433px;

	height: auto;

	float: right;

}

.str .main .msg ul li .info span{

	display: block;

	font-size: 20px;

	font-weight: bold;

	color: #fff45c;

}

.str .main .msg ul li .info p{

	display: block;

	width: 100%;

	height: 60px;

	font-size: 12px;

	color: #fff;

	line-height: 20px;

	margin-top: 5px;

	overflow: hidden;

}

/**/

.about{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 40px;

}

.about .title{

	width: 100%;

	height: auto;

	float: left;

}

.about .title b{

	display: block;

	font-size: 24px;

	color:#333;

	font-weight: normal;

	text-align: center;

}

.about .title span{

	display: block;

	font-size: 22px;

	color: #0068b3;

	text-align: center;

	position: relative;

}

.about .title span:before{

	content:"";

	background: #e6e6e6;

	width: 46%;

	height: 1px;

	position: absolute;

	left: 0;

	top: 15px;

}

.about .title span:after{

	content:"";

	background: #e6e6e6;

	width: 46%;

	height: 1px;

	position: absolute;

	right: 0;

	top: 15px;

}

.about .title p{

	display: block;

	font-size: 13px;

	color: #7f7f7f;

	text-align: center;

	margin-top: 4px;

}

.about .main{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 20px;

}

.about .pic{

	width: 50%;

	height: 470px;

	float: left;

	background: url(../images/about_pic.png)no-repeat center;

	background-size: 100% 100%;

}

.about .section{

	width: 50%;

	height: 470px;

	float: right;

	background:url(../images/section_bg.png)no-repeat center;

	background-size: 100% 100%;

}

.about .section span{

	display: block;

	width: 245px;

	height: 35px;

	background:#0068b3;

	font-size: 18px;

	color: #fff;

	text-align: center;

	line-height: 35px;

	margin: 35px;

}

.about .section img{

	display: block;

	float: left;

	margin-left: 35px;

}

.about .section .text{

	width: 530px;

	height:195px;

	float: left;

	margin-top: 10px;

	overflow: hidden;

	margin-left: 35px;

}

.about .section .text p{

	display: block;

	font-size: 15px;

	color: #1a1a1a;

	text-indent: 1em;

	line-height: 24px;

}

.about .section .more{

	margin-top: 20px;

	float: left;

	clear: both;

}

/**/

.news{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 40px;

}

.news .title{

	width: 100%;

	height: auto;

	float: left;

}

.news .title b{

	display: block;

	font-size: 24px;

	color:#333;

	font-weight: normal;

	text-align: center;

}

.news .title span{

	display: block;

	font-size: 22px;

	color: #0068b3;

	text-align: center;

	position: relative;

}

.news .title span:before{

	content:"";

	background: #e6e6e6;

	width: 46%;

	height: 1px;

	position: absolute;

	left: 0;

	top: 15px;

}

.news .title span:after{

	content:"";

	background: #e6e6e6;

	width: 46%;

	height: 1px;

	position: absolute;

	right: 0;

	top: 15px;

}

.news .title p{

	display: block;

	font-size: 13px;

	color: #7f7f7f;

	text-align: center;

	margin-top: 4px;

}

.news .main{

	width: 1200px;

	height: auto;

	margin: 0 auto;

}

.news .main ul{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 20px;

}

.news .main ul li{

	float: left;

	width: 590px;

	height: 80px;

	margin-bottom: 10px;

	border-bottom:1px dashed #cdcdcd;

}

.news .main ul li:nth-child(2n){

	float: right;

}

.news .main ul li .time{

	width: 80px;

	height: auto;

	float: left;

}

.news .main ul li .time span{

	display: block;

	width: 100%;

	height: 40px;

	background: #eee;

	font-size: 25px;

	color: #1a1a1a;

	line-height: 40px;

	text-align: center;

}

.news .main ul li .time p{

	display: block;

	width: 100%;

	height: 25px;

	background: #0068b3;

	font-size: 12px;

	color: #fff;

	text-align: center;

	line-height: 25px;

}

.news .main ul li .info{

	width: 500px;

	height: auto;

	float: right;

}

.news .main ul li .info span{

	display: block;

	font-size: 16px;

	color: #1a1a1a;

	width: 100%;

	margin-top: 10px;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}

.news .main ul li .info p{

	display: block;

	font-size: 13px;

	color: #696969;

	width: 100%;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;	

}

.news .main ul li:hover .info span{

	color:#0068b3;

}

.news .main ul li:hover .info p{

	color:#0068b3;

}

.news .main ul li:hover{

	border-bottom:1px dashed #0068b3;

}

/**/

.footer{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 40px;

	background: #202022;

	padding-bottom: 50px;

}

.footer .title{

	width: 100%;

	height: 140px;

	background:url(../images/foot_title.png)no-repeat center;

	background-size: 100% 100%;

}

.footer .title b{

	display: block;

	font-size: 24px;

	color:#004e80;

	font-weight: normal;

	text-align: center;

	padding-top: 25px;

}

.footer .title span{

	display: block;

	font-size: 22px;

	color: #fff;

	text-align: center;

	position: relative;

}

.footer .title p{

	display: block;

	font-size: 13px;

	color: #004e80;

	text-align: center;

	margin-top: 4px;

}

.footer .main{

	width: 1200px;

	height: auto;

	margin: 0 auto;

	margin-top: 50px;

}

.footer .main .left{

	float: left;

}

.footer .main .left .name span{

	display: block;

	font-size: 28px;

	color: #999;

	font-weight: bold;

}

.footer .main .left .name p{

	display: block;

	font-size: 13px;

	font-family: arial;

	color: #999;

	letter-spacing: 1px;

}

.footer .main .left .text span{

	display: block;

	font-size: 24px;

	color: #0068b3;

	margin-top: 20px;

	margin-bottom: 20px;

	

}

.footer .main .left .text p{

	display: block;

	font-size: 15px;

	color: #999;

	line-height: 30px;

}

.footer .main .left .text p a{
	color:#999;	
}

.footer .main .mes{

	width: 305px;

	height: auto;

	float: left;

	margin-left: 135px;

}

.footer .main .mes .mes_title{

	width: 100%;

	height: 30px;

	background: url(../images/mes_title.png)no-repeat bottom;

}

.footer .main .mes .mes_title p{

	display: block;

	font-size: 18px;

	color: #0068b3;

}

.footer .main .mes form{

	width: 100%;

	height: auto;

	float: left;

	margin-top: 20px;

}

.footer .main .mes form li{

	float: left;

	height: 30px;

	margin-bottom: 7px;

}

.footer .main .mes form li p{

	display: block;

	font-size: 15px;

	color: #999;

	line-height: 30px;

	float: left;

}

input{

	width: 250px;

	height: 30px;

	float: right;

	background: #4c4c4c;

	border-radius: 5px;

	padding-left: 10px;

	border: none;

	outline: none;

	overflow: hidden;

}

button{

	width: 90px;

	height: 30px;

	font-size: 15px;

	color: #fff;

	background: #0068b3;

	border-radius: 5px;

	margin: 45px 0 0 45px;

	cursor: pointer;

	border: none;

	outline: none;

}



textarea{

	width: 250px;

    float: right;

    height: 60px;

    padding: 12px 0 0 10px;

	background: #4c4c4c;

	border-radius: 5px;	

	outline: none;

	border: none;

	resize: none;

}

.footer .main .icon{

	float: right;

	margin-right: 40px;

}

.footer .main .icon img{

	display: block;

	width: 164px;

	height: 164px;

}

.footer .main .icon p{

	display: block;

	font-size: 15px;

	color: #999;

	text-align: center;

	line-height: 40px;

}

/**/

.copyright{

	width: 100%;

	height: 43px;

	float: left;

	background: #000;

}

.copyright .main{

	width: 975px;

	height: 43px;

	margin: 0 auto;

}

.copyright .main p{

	display: block;

	font-size: 14px;

	color: #4c4c4c;

	float: left;

	line-height: 43px;

}

.copyright .main a{

	color: #4c4c4c;


}

/**/

*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: #e32b1f;

}

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

}

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

	padding-top: 5px;

	line-height: 40px;

	color: #fff;

}

.fixed ul li .hid_box{

	display: none;

	position: absolute;

	height: auto;

	top: -92px;

	right: 56px;

}

.fixed ul li .hid_box img{

	display: block;

	width: 140px;

	height: 140px;

}

.fixed ul li:hover .hid_box{

	display: block;

}

.container{ width:1200px; margin:20px 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;}

.l_about{ width:100%; float:left;}

.in_prokind{ width:230px; padding-left:10px; height:40px;line-height:40px; color:#0068b3; 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; font-weight:normal;}

.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:#0068b3; 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:#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(../images/icon04.jpg) no-repeat 5px; padding-left:15px;}

.in_contact{width:100%; margin-top:10px; float:left; color:#333; border-top:#fff45c 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:240px;  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:200px; 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:#1776b6; 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/icon04.jpg) no-repeat 5px; padding-left:25px; position:relative;}

.newscontent{ font-size:16px; line-height:28px;}

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

.nav ul li.current {background: #fff45c;}

.nav ul li.current a { color:#0068b3;}

.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}

.listmenu .tit{

	width: 240px;

	height: 60px;

	background:#fff45c;

}

.listmenu .tit p{

	color:#0068b3;

	font-size: 24px;

	text-align: center;

	line-height: 60px;

	font-weight: bold;

}

 .listmenu{

	float: left;

	width: 240px;

	height: auto;

	overflow: hidden;

	margin-top: 25px;

}

 .listmenu ul li{

	width: 100%;

	height: 45px;

	background: #0068b3;

	line-height: 45px;

	text-indent: 30px;

	margin-bottom: 2px;

	margin-top:10px;



}

.listmenu ul li a{

	color:#fff;

	font-size: 16px; font-weight:bold;

}

.listmenu ul li:hover{

	background: #333;

}

.listmenu ul li.m_hover{

	background: #333;

}

.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: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:#1776b6; 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:#1776b6; 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:#1776b6;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}




.float{
 	width: 82px;
	height: auto;
 
	position: fixed;
	left: 0;
 	top: 214px;
}
.float ul li{
	height: auto;
	overflow:hidden;
 
	margin-top: 1px;
	transition: .3s;
	margin-left: -200px;
}
 
.float div{
	width: 82px;
	height: 82px;
	overflow: hidden;
	background:#f00;
	float: right;
}

.float div img{
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
.float div p{
	text-align: center;
	color:#fff;
	font-size: 14px;
	margin-top: 5px;
}
.float span{
	float: left;
	width: 200px;
	text-align: center;
	display: block;
	height: 82px;
	background:#f00;
	line-height: 82px;
	color:#fff;
	font-size:24px;
 

}

.float .ewm{
	width: 82px;
	height:82px;
	margin: 0;
}
.float .ewm img{
	display: block;
	width: 82px;
	height: 82px;
	margin: 0;
}

 
.float ul li:nth-child(2){
	width: 282px;
}
.float ul li:nth-child(3){
	width: 282px;
}
.float ul li:nth-child(4){
	width: 164px;
	margin-left: -82px;
}
.float ul li:hover{
	margin-left:0;
}