@font-face {
	font-family: 'ITCAVANTGARDESTD-BOLD';
	src: url('../font/ITCAVANTGARDESTD-BOLD.ttf');
	src: local('ITCAVANTGARDESTD-BOLD'),
	     url('../font/ITCAVANTGARDESTD-BOLD.eot') format('eot'),
	     url('../font/ITCAVANTGARDESTD-BOLD.ttf') format('ttf'),
	     url('../font/ITCAVANTGARDESTD-BOLD.svg') format('svg'),
	     url('../font/ITCAVANTGARDESTD-BOLD.woff') format('woff');
} 

@font-face {
	font-family: 'ITCAvantGardeStd-Md';
	src: url('../font/ITCAvantGardeStd-Md.ttf');
	src: local('ITCAvantGardeStd-Md'),
	     url('../font/ITCAvantGardeStd-Md.eot') format('eot'),
	     url('../font/ITCAvantGardeStd-Md.ttf') format('ttf'),
	     url('../font/ITCAvantGardeStd-Md.svg') format('svg'),
	     url('../font/ITCAvantGardeStd-Md.woff') format('woff');
}

@font-face {
	font-family: 'ITCAvantGardeStd-XLt';
	src: url('../font/ITCAvantGardeStd-XLt.ttf');
	src: local('ITCAvantGardeStd-XLt'),
	     url('../font/ITCAvantGardeStd-XLt.eot') format('eot'),
	     url('../font/ITCAvantGardeStd-XLt.ttf') format('ttf'),
	     url('../font/ITCAvantGardeStd-XLt.svg') format('svg'),
	     url('../font/ITCAvantGardeStd-XLt.woff') format('woff');
}

html {
    font-size: 13.33333vw
}

@media screen and (max-width: 320px) {
    html {
        font-size:42.667px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 321px) and (max-width:360px) {
    html {
        font-size:48px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 361px) and (max-width:375px) {
    html {
        font-size:50px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 376px) and (max-width:393px) {
    html {
        font-size:52.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 394px) and (max-width:412px) {
    html {
        font-size:54.93px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 413px) and (max-width:414px) {
    html {
        font-size:55.2px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 415px) and (max-width:480px) {
    html {
        font-size:64px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 481px) and (max-width:540px) {
    html {
        font-size:72px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 541px) and (max-width:640px) {
    html {
        font-size:85.33px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 641px) and (max-width:720px) {
    html {
        font-size:96px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 721px) and (max-width:768px) {
    html {
        font-size:102.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 769px) {
    html {
        font-size:102.4px;
        font-size: 13.33333vw
    }
}

* {
	box-sizing: border-box;
}

a:hover, a:focus {
    color: inherit;
}
li {
	list-style: none;
}
dl {
	margin-bottom: 0;
}
.zoom {
	transition: 800ms;
    -webkit-transition: 800ms;
}
.zoom:hover {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.pic {
	overflow: hidden;
	cursor: pointer;
}
.pic img {
	width: 100%;
	height: 100%;
}
.ellipsis {
	width: 70%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 表单验证样式开始 */
.formtips {font-size: 13px;}
.onError {color: #BD362F;}
.onSuccess {color: green;}
/* 表单验证样式结束 */

.clearfix:after {
	content:"";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
input::-webkit-input-placeholder { 
	/* WebKit browsers */ 
	color: #ccc; 
	} 
	input:-moz-placeholder { 
	/* Mozilla Firefox 4 to 18 */ 
	color: #ccc; 
	} 
	input::-moz-placeholder { 
	/* Mozilla Firefox 19+ */ 
	color: #ccc; 
	} 
	input:-ms-input-placeholder { 
	/* Internet Explorer 10+ */ 
	color: #ccc; 
}

textarea::-webkit-input-placeholder { 
	/* WebKit browsers */ 
	color: #ccc; 
	} 
	input:-moz-placeholder { 
	/* Mozilla Firefox 4 to 18 */ 
	color: #ccc; 
	} 
	input::-moz-placeholder { 
	/* Mozilla Firefox 19+ */ 
	color: #ccc; 
	} 
	input:-ms-input-placeholder { 
	/* Internet Explorer 10+ */ 
	color: #ccc; 
}

input, textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: none;
   	border-radius:0;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.btn {
	background-color: transparent;
	color: #3496d8;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #3496d8;
}
.btn:hover, .btn:focus {
	background-color: #3496d8;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: #232323;
    padding:40px;
    color: #848484;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #323333;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: .5px;
	font-weight: 400;
	color: #454545;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
p {
	font-size: 14px;
	line-height: 24px;
}
h1, h2, h3, h4 ,h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
span {
	font-size: 14px;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.section {
	padding: 60px 0;
}
.ban_gy {
	background:url(../images/ban_gy.jpg) no-repeat center;
}
.ban_sb {
	background:url(../images/ban_sb.jpg) no-repeat center;
}
.ban_cp {
	background:url(../images/ban_cp.jpg) no-repeat center;
}
.ban_yy {
	background:url(../images/ban_yy.jpg) no-repeat center;
}
.ban_ry {
	background:url(../images/ban_ry.jpg) no-repeat center;
}
.ban_xw {
	background:url(../images/ban_xw.jpg) no-repeat center;
}
.ban_dl {
	background:url(../images/ban_dl.jpg) no-repeat center;
}
.ban_lx {
	background:url(../images/ban_lx.jpg) no-repeat center;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:4%;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #007aff !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/

.page_top .top {
	height: 32px;
	line-height: 32px;
	background-color: #d7d7d7;
}
.page_top .top span {
	font-size: 13px;
}
.top .top_wrap {
	padding-left: 45%;
}
.top  .top_item {
	float: left;
	margin-right: 3%;
	font-size: 13px;
}

.top .top_add i {
	display: inline-block;
	width: 10px;
	height: 12px;
	background: url(../images/top_add.png) no-repeat center;
}
.top .top_tel i {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/top_tel.png) no-repeat center;
}
.top  .top_item i {
	margin-right: 8px;
	background-size: 100% 100%;
	vertical-align: middle;
}
.page_top .sec_nav {
	display: none;
}
#header {
	/* position: absolute;
	left: 0;
	right: 0; */
	height: 150px;
	background-color: rgba(255, 255, 255, 0);
	z-index: 100;
}
#header.sticky {
	opacity: 1;
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
	background-color: rgba(255, 255, 255, .8);
    animation: sticky 1.2s;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.07);
}
@keyframes sticky {
	0% {
		top: -200px;
	}
	100% {
		top: 0;
	}
}
.header_l .logo{
	display: block;
	width: 568px;
	height: 64px;
	background: url(../images/logo_inner.png) no-repeat center;
	background-size: cover;
}
.page_top_index .logo {
	background: url(../images/logo.png) no-repeat center;
}
.sticky .logo {
	background: url(../images/logo_inner.png) no-repeat center;
	background-size: cover;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	height: 100%;
}

#header.fixed {
	width: 100%;
	height: 100%;
    position: fixed;
	z-index: 1000;
}
#header .header_l {
	display: flex;
	align-items: center;
	float: left;
	height: 100%;
}
#header .header_r {
	display: flex;
	align-items: center;
	float: right;
	height: 100%;
}
.navigation>ul>li>a {
	display: block;
	margin: 0 14px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.navigation .menu {
    position: relative;
}
.navigation .menu ul {
    display: none;
    position: absolute;
    left: -80px;
    top: 58px;
    width: 360px;
    background-color: #4e76ad;
    text-align: center;
    z-index: 100;
}
.navigation .menu ul li a:hover {
	background-color: #22abcc;
}
.navigation .menu ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
}

@-moz-keyframes fill {
	0% { width: 0px; }
	25% { width: 40px; }
	50% { width: 85px; }
	75% { width: 125px; }
	100% { width: 173px; }
}

@-webkit-keyframes fill {
	0% { width: 0px; }
	25% { width: 40px; }
	50% { width: 85px; }
	75% { width: 125px; }
	100% { width: 173px; }
}
@keyframes fill {
	0% { width: 0px; }
	25% { width: 40px; }
	50% { width: 85px; }
	75% { width: 125px; }
	100% { width: 173px; }
}

.sec_nav {
	width: 100%;
}
.sec_nav ul li{
	position: relative;
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	background: -webkit-linear-gradient(#1263d2, #1263d2);
    background: -o-linear-gradient(#1263d2, #1263d2);
    background: -moz-linear-gradient(#1263d2, #1263d2);
    background: linear-gradient(#1263d2, #1263d2);
}
.sec_nav ul li:hover{
	background-color: #1c3392;
}
.sec_nav ul li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sec_nav ul li.border_b:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sec_nav ul li:nth-child(3):before, .sec_nav ul li:nth-child(6):before {
	background-color:transparent;
}
.sec_nav ul li a{
	display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.ban_index  {
	display: flex;
	align-items: center;
	background-image: url(../images/ban_index.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 925px;
}
.banner {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height: 450px;
	background-size: cover;
}
.banner-txt {
	color: #fff;
	margin-left: -50%;
}
.banner-txt i {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/arrow_r.png) no-repeat center;
}
.banner-txt h2 {
	margin-bottom: 16px;
	font-size: 30px;
	color: #fff;
}
.banner-txt span {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}

/* ==========================================================================
	About
========================================================================== */
.about {
	position: relative;
	background-color: #fbfbfc;
}
.sec_ti {
	text-align: center;
	margin-bottom: 48px;
}
.sec_ti a {
	position: relative;
	height: 100%;
	display: block;
}
.sec_ti h2 {
	height: 100%;
	margin-top: 8px;

}
.sec_ti span {
	font-size: 24px;
	text-transform: uppercase;
	color: #666;
}
.sec_ti span {
	position: relative;
	color: #666;
}
.sec_ti h2 {
	font-size: 38px;
}

.sec_ti i {
	display: block;
	margin: 16px auto;
	width: 66px;
	height: 2px;
	background-color: #13b0d7;
}
.sec_ti h3 {
	font-size: 14px;
	color: #333;
	opacity: .4;
	filter:Alpha(opacity=40);
}


.about_b .about_l {
	height: 100%;
	background: url(../images/about_l.jpg) no-repeat center;
	background-size: cover;
}
.about_b .about_r {
	height: 100%;
}
.about_b .about_r .pic {
	height: 100%;
}
.about_b .col-md-7 {
	padding: 0;
}
.about_b .about_l {
	padding: 60px;
}
.about_l ul {
	height: 100%;
}
.about_l li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 50%;
}
.about_l li dl {
	color: #fff;
}
.about_l_item {
	font-size: 22px;
}
.about_l_item b {
	font-size: 50px;
	font-family: 'ITCAVANTGARDESTD-BOLD';
}
.about_l_item .odometer span {
	font-size: 50px;
	font-family: 'ITCAVANTGARDESTD-BOLD';
}
.about_l_item b {
	margin-right: 6px;
}
.about_l_item dt {
	position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    line-height: 2.1em;
}
.about_l_item dt i {
	position: absolute;
	right: 8px;
	top: 0px;
	font-style: normal;
	font-size: 28px;
}
.about_r .about_txt {
	padding: 40px 0;
}
.about_r .about_txt p {
	margin: 20px 0;
	line-height: 30px;
}
.about_r .about_txt .more {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #ce0724;
}
.about_con .about_t {
	margin-bottom: 20px;
}

/* -----------------------------------------------------------------------------
产品分类
------------------------------------------------------------------------------- */
.category {
	background: url(../images/cate_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 820px;
}
.cate_con .col-sm-4 {
	padding: 0;
}
.cate_con .cate_item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cate_con .pic img {
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .5s ease-in-out; /* Safari 和 Chrome */
	-o-transition: all .5s ease-in-out; /* Opera */
}
.cate_con .cate_item a {
	display: block;
	height: 496px;
	position: relative;
}
.cate_item .txt {
	position: relative;
	width: 380px;
	height: 200px;
	padding: 30px 34px 50px 34px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -190px;
	background-color: #fff;
	font-size: 22px;
}
.cate_item span {
	display: block;
}
.cate_item .num {
	color: #999;
	font-size: 22px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.cate_item .en {
	text-transform: uppercase;
	color: #2b7ccf;
	font-family: 'ITCAvantGardeStd-Md';
	font-size: 19px;
}
.cate_item h3 {
	color: #333;
	margin: 16px 0;
}
.cate_item  img {
	width: 100%;
}
.cate_item .txt .more {
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #2b7ccf;
	font-size: 24px;
	color: #fff;
}

/* -----------------------------------------------------------------------------
生产车间
------------------------------------------------------------------------------- */
.equipment {
	background: url(../images/equ_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* -----------------------------------------------------------------------------
解决方案
------------------------------------------------------------------------------- */
.sol_item {
	position: relative;
}
.sol_item .pic {
	height: 434px;
}
.sol_item .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 116px;
	background-color: #ececec;
	transition: 800ms;
    -webkit-transition: 800ms;
}
.sol_item .txt_wrap {
	display: flex;
	align-items: center;
}
.sol_item .txt_l {
	margin-right: 30px;
}
.sol_item:hover .txt{
	color: #fff;
	background-color: #2b7ccf;
}
.sol_item:hover .txt_l .num {
	color: #fff;
	border: 1px solid #fff;
}
.sol_item .txt_r h3 {
	margin-bottom: 8px;
}
.sol_item .txt_r span {
	font-size: 16px;
}
.sol_item .txt_l .num {
	display: block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	font-size: 22px;
	text-align: center;
	color: #333;
	border: 1px solid #999;
	transition: 800ms;
    -webkit-transition: 800ms;
}
/* ------------------------------------------------------------------------------
	News
-------------------------------------------------------------------------------*/

.news {
	padding-top: 0 !important;
	background-color: #fff;
}
.news .news_con {
	height: 620px;
}
.news_con .news_list {
	height: 100%;
}
.news_list ul {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_con .news_list li {
	display: flex;
	align-items: center;
	padding: 10px 60px;
	height:110px;
	background-color: #f5f5f5;
}
.news_con .col-md-7 {
	padding: 0;
}
.news_con .news_pic_wrap {
	overflow: hidden;
}

.news_con .news_date {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100%;
	margin-right: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.news_con .news_pic {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.news_con .news_pic img {
	width: 100%;
}
.news_list .ellipsis {
	margin-bottom: 8px;
}

.news_con a {
	width: 100%;
	display: block;
}
.news_con .txt {
	flex: 1;
	display: flex;
	justify-content: center;
    align-items: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
	padding: 68px;
	background-color: #f5f5f5;
}
.news_con .txt li {
	font-size: 18px;
	line-height: 38px;
}
.news_con .date span {
	display: block;
	text-align: center;
	font-family: 'ITCAvantGardeStd-Md';
}
.news_con .date span.lg {
	font-size: 35px;
}
.news_con .date span.sm {
	font-size: 18px;
}
.news_con a .date {
	width: 20%;
}
.news_con .content h4 {
	margin-bottom: 10px;;
}
.news_con .content p {
	color: #666;
	margin-bottom: 0;
}
.news_con .news_date span {
	display: block;
	text-align: center;
	font-family: 'ITCAvantGardeStd-Md';
}
.news_con .news_date .day {
	font-size: 40px;
}
.news_con .news_date .month {
	font-size: 13px;
}
.cont_list .cont_item i {
	display: block;
	margin-right: 18px;
	background-position: center;
	background-repeat: no-repeat;
}
.cont_list .item_01 i {
	width: 49px;
	height: 49px;
	background-image: url(../images/cont_icon_01.png);
}
.cont_list .item_02 i {
	width: 32px;
	height: 50px;
	background-image: url(../images/cont_icon_02.png);
}
.cont_list .item_03 i {
	width: 49px;
	height: 37px;
	background-image: url(../images/cont_icon_03.png);
}
.cont_list .item_04 i {
	width: 36px;
	height: 42px;
	background-image: url(../images/cont_icon_04.png);
}

/* 底部 */
footer {
	color: #fff;
	background-color: #232323;
}
footer a {
	color: #fff;
}
.foot_con {
	position: relative;
}
.foot_con_wrap .foot_con_t {
	width: 100%;
}
.foot_con_wrap .foot_con_b {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #0e2d33;
}
.foot_con_wrap .foot_con_b div {
	line-height: 28px;
}
.foot_con_t h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.foot_con_t li {
	line-height: 30px;
}
.foot_con_t .foot_item b {
    font-size: 22px;
}
.foot_con_t .foot_pro li {
	float: left;
	width: 50%;
}
.foot_con_wrap .qrCode {
	text-align: center;
}
.foot_con_wrap .qrCode span {
	display: block;
	margin-top: 10px;
}
.foot_ti_item {
	margin-right: 7%;
	font-size: 15px;
}
.foot_ti_item h4 {
	font-size: 15px;
	margin-bottom: 20px;
}
.foot_ti_item li {
	font-size: 12px;
	margin-bottom:10px;
}
#cnzz_stat_icon_1267170002>a {
	display: inline-block;
	margin-left: 8px;
}
#cnzz_stat_icon_1267170002>a>img {
	vertical-align: middle;
}


/* 浮动通讯 */
.float {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -120px;
	z-index: 200;
	width: 48px;
	height: 152px;
}
.float_item {
	width: 48px;
	height: 48px;
}
.toTop {
	background-color: #000;
	border-radius: 5px 0 0 5px;
}
.float .tel {
	position: absolute;
	top: 52px;
	width: 200px;
	opacity: 0.9;
}
.float .tel span {
	display: inline-block;
	height: 24px;
	font-size: 24px;
}
.float .qq {
	position: absolute;
	top: 104px;
	width: 178px;
	opacity: 0.9;
}
.float .float_item a {
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	width: auto;
	height: 48px;
	overflow: hidden;
	opacity: 0.9;
	border-radius: 5px 0 0 5px;
}
.float .float_item .top_item {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -70px -108px;
}
.float .float_item .qq_item {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -139px -108px;
}
.float .float_item .tel_item {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -94px -108px;
}
.float .QRcode {
	position: absolute;
	top: 156px;
	right: -78px;
	width: 126px;
	opacity: 0.9;
}
.float .float_item .code_item {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -118px -108px;
}
.float .code_pic {
	position: absolute;
	top: 0px;
	left: -88px;
	width: 88px;
	height: 88px;
	opacity: 1;
	background: url(../images/Sprite.png) no-repeat 0 -141px;
}
