<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*首页*/
body{-webkit-text-size-adjust:none;  font-family: "微软雅黑"}
.left{ float: left; }
.right{ float: right; }
img{margin: 0;padding: 0;}
@font-face {
    font-family: fangzheng;
    src:url('../Font/fzh.TTF');
}
.headerbg{
	height: 65px;
	background: #222328;
}
.header{
	width: 1132px;
	margin: auto;
}
.header .left img{
	margin-top: 13px;
}
.header ul li.first{
	float: left;
	position: relative;
}
.header ul li.first a{
	font-size: 18px;
	color: #fff;
	height: 65px;
	line-height: 65px;
	margin:0 20px;
	font-family: "微软雅黑";
}
.header ul li:hover a{
	color: #337bff;
}
.header ul li:hover span{
	width: 20px;
	height: 2px;
	background: #337bff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 15px;
}
.header ul li.active a{
	color: #337bff;
}
.header ul li.active span{
	width: 20px;
	height: 2px;
	background: #337bff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 15px;
}
.header ul li.first ul{
	position: absolute;
    top: 50px;
    background: #fff;
    width: 180px;
    left: -26px;
    border-radius: 10px;
    padding: 10px 0;
    display: none;
    z-index: 9999;
}
.header ul li.first.active ul{
    display: block;
}
.header ul li.first ul li{
	text-align: center;
}
.header ul li.first ul li a{
	font-size: 18px;
	color: #212121;
	margin: 0 20px; 
	height: 35px;
	line-height: 35px;
	padding: 5px 15px;
}
.header ul li.first ul li a:hover{
    background: #6350f8;
    box-shadow: 0px 10px 19px #cbc8e9;
    color: #fff;
    border-radius: 8px;
}
.header ul  li.first.active ul li.secodactive a{
    background: #6350f8;
    box-shadow: 0px 10px 19px #cbc8e9;
    color: #fff;
    border-radius: 8px;
}
.banner img{
	width: 100%;
}

.advantage{
	margin-top: 40px;
	position: relative;
}
.advantage .order {
   text-align: center;
}
.advantage .order .line {
   display: inline-block;
   width: 143px;
   border-top: 3px solid #ccc ;
   margin: 0 20px;
}
.advantage .order .txt {
   color: #333333;
   vertical-align: middle;
   font-size: 40px;
   font-weight: bold;
}

.advantagelist {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	height: 390px;
	margin-top: 30px;
}
.advantagelist.advantagelistbottom{
	margin-top: -50px;
}
.transverse{
	position: absolute;
	display: block;
	width: 1200px;
	height: 1px;
	background: #e8e9ea;
	top: 420px;
	left: 50%;
	margin-left: -600px;
}
.vertical{
	position: absolute;
	display: block;
	width: 1px;
	height: 660px;
	background: #e8e9ea;
	top: 100px;
	left: 50%;
	margin-left: -0.5px;
}
.advantagelist div{
	float: left;
	width: 550px;
	overflow: hidden;
	height: 350px;
}
.advantagelist  .img{
	text-align: center;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
.advantagelist .list-first{
	margin-left: 50px;
}
.advantagelist .list-thrth{
	margin-left: 50px;
}

.advantagelist .list-first:hover{
	box-shadow: 0 25px 40px #c3c3c1;
}
.advantagelist .list-second:hover{
	box-shadow: 0 25px 40px #c3c3c1;
}
.advantagelist .list-thrth:hover{
	box-shadow: 0 25px 40px #c3c3c1;
}
.advantagelist .list-fouth:hover{
	box-shadow: 0 25px 40px #c3c3c1;
}
.advantagelist .list-first .img{
	background: url("../images/v2/advantage1.png") center no-repeat;
	width: 199px;
	height: 123px;
}
.advantagelist .list-second .img{
	background: url("../images/v2/advantage2.png") center no-repeat;
	width: 211px;
	height: 117px;
}
.advantagelist .list-thrth .img{
	background: url("../images/v2/advantage3.png") center no-repeat;
	width: 94px;
	height: 129px;
}
.advantagelist .list-fouth .img{
	background: url("../images/v2/advantage4.png") center no-repeat;
	width: 213px;
	height: 84px;
	margin-top: 80px;
}
.advantagelist .list-first:hover .img{
	background: url("../images/v2/advantage11.png") center no-repeat;
}
.advantagelist .list-second:hover .img{
	background: url("../images/v2/advantage21.png") center no-repeat;
}
.advantagelist .list-thrth:hover .img{
	background: url("../images/v2/advantage31.png") center no-repeat;
}
.advantagelist .list-fouth:hover .img{
	background: url("../images/v2/advantage41.png") center no-repeat;
}
.advantagelist .title{
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.advantagelist .text{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	text-indent: 30px;
	width: 360px;
	margin: auto;
	margin-top: 20px;
}
.productbg{
	background: #eee;
	padding-bottom: 40px;
}

.product{
	padding-top: 40px;
}
.product .title{
	font-size: 20px;
	color: #222328;
	font-family: "微软雅黑";
	line-height: 48px;
	text-align: center;
	width: 886px;
	margin: 30px auto;
	margin-bottom: 20px;
}
.product .order {
   text-align: center;
}
.product .order .line {
   display: inline-block;
   width: 143px;
   border-top: 3px solid #ccc ;
   margin: 0 20px;
}
.product .order .txt {
   color: #333333;
   vertical-align: middle;
   font-size: 40px;
   font-weight: bold;
}
.productlist {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	padding: 20px;
}
.productlist div{
	width: 400px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	padding-bottom: 20px;
}
.productlist .list-first{
	box-shadow: 5px 5px 5px #e7ebee;
}
.productlist .list-second{
	box-shadow: 5px 5px 5px #e7ebee;
}
.productlist .list-first:hover{
	box-shadow: 0 25px 40px #c3c3c1;
}
.productlist .list-second:hover{
	box-shadow: 0 25px 40px #c3c3c1;
}
.productlist  .img{
	text-align: center;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
.productlist .list-first .img{
	background: url("../images/v2/product1.png") center no-repeat;
	width: 175px;
	height: 117px;
}
.productlist .list-second .img{
	background: url("../images/v2/product21.png") center no-repeat;
	width: 211px;
	height: 117px;
}
.productlist .titles{
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-top: 30px;
	margin-bottom: 20px;
}
.productlist .text{
	font-size: 16px;
	color: #545454;
	width: 161px;
    line-height: 45px;
	text-align: center;
	font-family: "微软雅黑";
	margin: 23px auto 0px;
	font-weight: bold;
}
.productlist a{
    width: 170px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #337bff;
    font-size: 16px;
    display: block;
    letter-spacing: 2px;
}
.productlist .height{
	height: 200px;
}
.productlist .first-height{
	height: 200px;
}
.advantage.case{
	margin: 40px 0;
}
.advantage.case .img{
	width: 1174px;
	margin: auto;
	margin-top: 40px;
}
.footer{
	background: #373737;
	height: 310px;
}
.footer ul{
	width: 1150px;
	margin: auto;
	padding-top: 30px;
	overflow: hidden;
}
.footer ul li{
	float: left;
}
.footer ul li.img{
	margin-top:30px;
}
.footer ul li p{
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
}
.footer ul li a{
	color: #8c8c8c;
	font-size: 14px;
}
.footer ul li a:hover{
	color: #337bff;
}
.footer ul li.nav{
	margin-left:100px;
	float:right;
}
.footer ul li.nav .font16{
	font-size: 16px;
}
.footer ul li.code p{
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.footer ul li.code p img{
	vertical-align: middle;
	margin-right: 5px;
}
.footer ul li.code p.codes{
	margin-left:70px;
}
.footer .copy{
	border-top: 1px solid #737373;
	font-size: 14px;
	color: #8c8c8c;
	padding-top: 20px;
	width: 1150px;
	margin:auto;
	margin-top:30px;
	text-align: center;
}
/*案例*/
.cases{
	position: relative;
}
.cases .title{
	position: absolute;
	font-size: 65px;
	font-weight: normal;
	left: 10%;
	bottom: 100px;
	color: #fff;
	letter-spacing: 5px;
}
.cases .title span{
	width: 158px;
	height: 4px;
	background: #337bff;
	display: block;
	margin-top: 20px;
}
.casetab { 
	width:1230px;
	margin: auto;
	margin-top: 50px;
}
.casetab  .tab_menu { 
	clear:both;
	border-bottom: 1px solid #bababa;
	overflow: hidden;
	padding-bottom: 30px;
}
.casetab  .tab_menu ul{
	width: 1200px;
	margin: auto;
}
.casetab  .tab_menu li { 
	float:left; 
	text-align:center; 
	cursor:pointer; 
	font-size: 26px;
	letter-spacing: 2px;
	margin-left: 30px;
	width: 154px;
	height: 62px;
	line-height: 62px;
}
.casetab .tab_menu a:first-child li{ 
	width: 180px;
}
.casetab .tab_menu li:hover { 
	color:#337BFF;
}
.casetab .tab_menu li.selected { 
	color:#337BFF; 
}
.casetab .tab_menu li a { 
	font-size: 26px;
}
.casetab .tab_box { 
	clear:both; 
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 50px;
}
.casetab .tab_box ul.list li{
	float: left;
	width: 370px;
	height: 415px;
	margin-left: 30px;
	margin-top: 50px;
	position: relative;
}
.casetab .tab_box ul.list li div{
	height: 174px;
	border: 1px solid #bfbfbf;
	border-top: none;
}
.casetab .tab_box ul.list li img{
	width: 368px;
    height: 234px;
    border: 1px solid #bfbfbf;
}
.casetab .tab_box ul.list li .title{
	font-size: 20px;
	text-align: center;
	color: #222222;
	line-height: 25px;
	padding: 10px 0;
	width: 310px;
	margin: auto;
}
.casetab .tab_box ul.list li .text{
	font-size: 15px;
	color: #8c8c8c;
	line-height: 21px;
	text-indent: 20px;
	width: 310px;
	margin: auto;
}
.casetab .tab_box ul.list li a:hover{
	box-shadow: 0px 15px 20px #b6b6b6;
	display: block;
}
.casetab .tab_box ul.list li.active .ov{
	width: 370px;
	height: 236px;
	background: #8d57fe;
	opacity: 0.6;
	display: block;
	position: absolute;
	left: 0;
	top:0;
}
.case-content {
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}
.case-content .case-item {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.case-content .case-item .case-item-img {
  width: 380px;
  height:400px;
  float: left;
}
.case-content .case-item .case-item-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.case-content .case-item .case-item-content {
  width: 768px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.case-content .case-item .case-item-content .title {
  width: 100%;
  margin-bottom: 20px;
}
.case-content .case-item .case-item-content .title .main-title {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  color: #000000;
  font-weight: 200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  position: relative;
}
.case-content .case-item .case-item-content .title .main-title:before {
  content: '';
  display: block;
  width: 4px;
  height: 22px;
  background-color: #1186eb;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0;
}
.case-content .case-item .case-item-content .title .side-title {
	width: 100%;
	font-size: 18px;
	color: #000000;
	font-weight: 200;
	margin: 30px auto;
}
.case-content .case-item .case-item-content .passages {
  width: 100%;
  text-align: justify;
  font-size: 14px;
  color: #747474;
  line-height: 22px;
  margin-bottom: 20px;
}
.case-content .case-item .case-item-content .link a{
    width: 170px;
    margin: auto;
    height: 70px;
    line-height: 70px;
    text-align: right;
    color: #337BFF;
    font-size: 16px;
    display: block;
    letter-spacing: 2px;
    float: right;
}
.case-content .case-item:not(:last-child) {
    border-bottom: 1px solid #d4d4d4;
}
.case-case .case-cases {
  width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 56px;
  margin:auto;
}

.case-case .case-cases .title {
  width: 100%;
  text-align: center;
  height: 54px;
  font-size: 30px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 18px;
  position: relative;
}
.case-case .case-cases .title:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #1186eb;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.case-case .case-cases .desc {
  width: 100%;
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}

.case-case .case-cases .logos {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.case-case .case-cases .projects {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case-case .case-cases .projects .project-item {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.case-case .case-cases .projects .project-item:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.case-case .case-cases .projects .project-item .picture {
	width: 440px;
	height: 300px;
	float: left;
}
.case-case .case-cases .projects .project-item .picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.case-case .case-cases .projects .project-item .description {
  width: 710px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.case-case .case-cases .projects .project-item .description .attr {
	width: 100%;
	margin-bottom: 28px;
}
.case-case .case-cases .projects .project-item .description .attr .attr-item {
    font-size: 18px;
    color: #424242;
    width: 100%;
    text-align: justify;
    line-height: 23px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.case-case .case-cases .projects .project-item .description .state {
  width: 100%;
}
.case-case .case-cases .projects .project-item .description .state .state-item {
  width: 100%;
  text-align: justify;
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  margin-top: 10px;
}
.hide{
	display:none;
}
.page{
	width: 500px;
	margin: auto;
	margin-bottom: 80px;
	overflow: hidden;
	padding-top: 50px;
	clear: both;
}
.page ul {
	overflow: hidden;
}
.page ul li{
	float: left;
}
.page ul li.pre a{
	font-size: 20px;
	color: #505457;
	line-height: 36px;
}
.page ul li.pre span{
	margin-right: 10px;
}
.page ul li.next a{
	font-size: 20px;
	color: #505457;
	line-height: 36px;
}
.page ul li.next span{
	margin-left: 10px;
}

.page ul li div{
  background: -webkit-linear-gradient(left, #6151fb , #7a41d9); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right,  #6151fb , #7a41d9); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right,  #6151fb , #7a41d9); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right,  #6151fb , #7a41d9); /* 标准的语法 */
  overflow: hidden;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 0 30px; 
}
.page ul li div a{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: "Arial";
	margin: 0 5px;
}
.page ul li div .current{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: "Arial";
	margin: 0 5px;
}
.page ul li div .current{
	float: left;
	background: #fff;
	border-radius: 10px;
	color: #294af1;
}
.page ul li div a.active{
	background: #fff;
	border-radius: 10px;
	color: #294af1;
}
.page ul li div a:hover{
	background: #fff;
	border-radius: 10px;
	color: #294af1;
}
.page ul li.hover{
	color: #294af1;
}

.information { 
	width:1170px;
	margin: auto;
	margin-top: 50px;
}
.information .tab_box { 
	clear:both; 
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 50px;
}
.information .tab_box ul.list li{
	float: left;
	width: 350px;
	height: 415px;
	margin-left: 30px;
	margin-top: 50px;
	position: relative;
}
.information .tab_box ul.list li div{
	height: 174px;
	border: 1px solid #bfbfbf;
	border-top: none;
}
.information .tab_box ul.list li img{
	width: 350px;
	height: 236px;
}
.information .tab_box ul.list li .title{
	font-size: 20px;
	text-align: left;
	color: #222222;
	line-height: 25px;
	padding: 20px 0;
	width: 290px;
	margin: auto;
}
.information .tab_box ul.list li .text{
	font-size: 15px;
	color: #8c8c8c;
	line-height: 21px;
	height:34px;
	width: 290px;
	margin: auto;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 10px 0;
	overflow: hidden;
	
}
.information .tab_box ul.list li .time{
	font-size: 15px;
	color: #8c8c8c;
	line-height: 21px;
	width: 290px;
	margin: auto;
	text-align: right;
}
.information .tab_box ul.list li a:hover{
	box-shadow: 0px 15px 20px #b6b6b6;
	display: block;
}
.information .tab_box ul.list li.active .ov{
	width: 350px;
	height: 236px;
	background: #8d57fe;
	opacity: 0.6;
	display: block;
	position: absolute;
	left: 0;
	top:0;
}
.Interaction {
	width: 1280px;
	margin: auto;
	margin-bottom: 50px;
}
.Interaction .title{
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 45px;
	color: #222222;
}
.Interaction p{
	margin-top: 30px;
	text-align: center;
}
.Interaction p img{
	max-width: 1280px;
}
/*关于我们*/
.user{
	width: 1100px;
	overflow: hidden;
	margin: 60px auto;
}
.user ul {
	width: 220px;
}
.user ul li {
	width: 200px;
	
}
.user ul li a.first{
	border-top: 1px solid #dddddd;
}
.user ul li a{
	font-size: 18px;
	color: #151212;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	display: block;
	margin-left: 20px;
}
.user ul li.active{
	background: #663cfc;
	border-radius: 50px;
	box-shadow: 5px 5px 5px #d5c6fe;
}
.user ul li.active a{
	color: #fff;
}
.user ul li:hover{
	background: #663cfc;
	border-radius: 50px;
	box-shadow: 5px 5px 5px #d5c6fe;
}
.user ul li:hover a{
	color: #fff;
}
.user .aboutright{
	margin-left: 150px;
	width: 700px;
}
.user .aboutright .title{
	font-size: 34px;
	color: #333;
	letter-spacing: 3px;
	margin-top: 30px;
}
.user .aboutright .join{
	color: #333;
	margin-top: 40px;
}
.user .aboutright .join a{
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	color: #333333;
}
.user .aboutright .join a:hover{
	color: #663cfc;
}
.user .aboutright .join span{
	margin: 0 14px;
}
.user .aboutright .mail{
	font-size: 20px;
	color: #333333;
	margin: 25px 0;
}
.user .aboutright .mail.first{
	margin-top: 50px;
}
.user .aboutright .mail.mails{
	margin-left: 63px;
}
.user .aboutright .text{
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	margin-top: 40px;
}
.details{
	overflow: hidden;
	width: 1150px;
	margin: auto;
	padding: 50px 0;
}
.details .title{
	font-size: 36px;
	color: #1b1c48;
	margin: 20px 0;
	text-align: center;
}
.details .time{
	font-size: 18px;
	color: #888888;
	margin: 20px 0;
	text-align: center;
}
.details .second{
	font-size: 18px;
	color: #888888;
	margin: 30px 0;
	text-align: center;
}
.details .detailss{
	font-size: 18px;
	line-height: 35px;
	text-indent: 40px;
}

.casedetails {
	margin-bottom: 50px;
}
.casedetails .title{
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 45px;
	color: #222222;
}
.casedetailss{
	width: 1150px;
	margin:auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.casedetailss .left img{
	width: 580px;
	height: 421px;
}
.casedetailss .right {
	width: 540px;
}
.casedetailss .right .min{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0;
}
.casedetailss .right .info{
	font-size:18px;
	color: #333333;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.casedetailss .right .min span{
	width: 11px;
	height: 11px;
	background: #337bff;
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 11px;
	margin-top: 5px;
}
.screenshot {
	margin: auto;
	margin-bottom: 50px;
	padding-bottom: 50px;
	background: #f9f9f9;
    text-align: center;
}
.screenshot .title{
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 45px;
	color: #222222;
}
.screenshot p{
	margin-top: 30px;
	text-align: center;
}
.screenshot p img{
	max-width: 1280px;
}
/*全站漂浮*/
.float_qq {
	position: absolute;
	top: 200px;
	right: 0;
	height: 203px;
	z-index: 6666;
	margin-top: 15px;
	width: 50px;
}
.float_qq li {
	width: auto;
	height: 50px;
	z-index: 20
}
.float_qq li.float_qq1, .float_qq li.float_qq4 {
	position: absolute;
	right: 0;
}
.float_qq li.float_qq1 {
	top: 0
}
.float_qq li.float_qq2 {
	position: absolute;
	top: 51px;
	right: 0;
}
.float_qq li.float_qq3 {
	position: absolute;
	top: 102px;
	right: 0;
}
.float_qq li.float_qq4 {
	top: 153px;
}
.float_qq4 {
	position: absolute;
	top: 153px;
	right: 0;
}
.float_qq-m1 {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #333;
	opacity: 0.5;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	width: 50px;
}
.float_qq-m2 {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #333;
	opacity: 0.5;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	width: 50px;
	left: 0;
}
.float_qq-m3 {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #333;
	opacity: 0.5;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	width: 50px;
	left: 0;
}
.float_qq-m4 {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #333;
	opacity: 0.5;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	width: 50px;
}
.float_qq li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 14px 14px 14px;
	_margin: 14px 14px 14px 7px;
}
.float_qq-m1:hover, .float_qq-m2:hover, .float_qq-m3:hover, .float_qq-m4:hover {
	background-color: #0079c9;
	opacity: 1;
}
.float_qq1 {
	display: none;
}
.float_shwx {
	position: absolute;
	top: -140px;
	left: -192px;
	width: 190px;
	height: 190px;
	display: none;
	background-color: #FFFFFF;
}
.float_shwx img {
	display: block;
	padding: 2px;
	width: 188px;
	height: 188px;
}
.bd ul li {
	background:#fff center 0 no-repeat;
}</pre></body></html>