body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
}
.wrapper{
    width: 100%;
    min-width: 1000px;
    position: relative;
}
.wrapper .inner{
    width: 1000px;
    margin: 0 auto;
}
.cf{
    clear: both;
}
.cf:after{
    display: table;
    clear: both;
    content: "";
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    text-decoration: underline;
}
img{
    border: none;
}
ul,ol,p{
    margin: 0;
    padding:0;
}
ul,ol{
    list-style: none;
}
*{
    box-sizing: border-box;/**盒子模型：怪异模式**/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/******------------header 页头------------*******/
.header{
    margin: 0;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left:-500px;
}
.header .header-top{
    height: 30px;
    width: 100%;
    text-align: right;
    color: #CCC;
    background: #fff;
}
.header .top-left {
    list-style: none;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
}
.header .top-left .site-name {
    color: #f60;
}
.header .top-right {
    position: relative;
    z-index: 1000;
    height: 30px;
    float: right;
}
.header .top-right  a {
    padding: 0 ;
    line-height: 30px;
    color: #fff;
}
.header .top-right .favorite {
    background: url(../image/icon_sc.png) no-repeat left center;
    padding: 0 0 0 20px;
}
.header .top-right  s {
    width: 1px;
    height: 10px;
    background:#DDD;
    display: inline-block;
    overflow: hidden;
}
.header .top-right a:not(:last-child):after{
    content:'';
    width: 2px;
    margin: 0 2px 0 8px;
    height: 10px;
    background:#DDD;
    display: inline-block;
    overflow: hidden;
}
.header .logo{
	float: left;
	width: 216px;
	height: 40px;
}
.header .logo img{
    height: 60px;
    position: relative;
    top: -35%;
    left: -10px;
}
/**--主导航--**/
.header .header-nav{
    margin: 0;
    padding: 0; 
    position: relative;
    z-index: 100;
    height: 36px;
}
.header ul.level-1{
	background: url(../image/nav_bg.png) repeat-x;
	/* width: 784px; */
	float: right;
	border-radius: 4px;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.15);
}
.header ul,.header li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .level-1 .item{
    float: left;
    position: relative;
    background: url(../image/navLine.png) no-repeat left top;
}
.header .level-1 .item.no-bg{
	background: none;
}
.header .level-1 .item a{
    display: block;
    width: 98px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.header-nav ul.level-1 li.hover, .header-nav ul.level-1 li.cur {
    position: relative;
}
.header-nav ul.level-1 li a.item-a{
	font-size: 15px;
	font-weight: 600;
}
.header-nav ul ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}
.header-nav ul ul li {
    font-weight: normal;
    background:#fdfff8;;
    opacity: 0.7;
    filter: alpha(opacity=70);
    float:none;
}
.header-nav ul.level-1 li.hover ul li a {

    border-right:none;
    display:inline-block;
    height: 36px;
    line-height: 36px;
}
.header-nav ul li.hover ul li.hover{
    background-color: #36add6;
}
.header-nav ul li.hover ul li.hover a {
    color:#FFF;
}
/*****------幻灯片-----*******/
.slideShow{
    margin: 0;
    padding: 0  0 0px;
    position: relative;
    margin-bottom: 20px;
}
.slideShow .slide-bottom,.inner-slideShow .slide-bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 96px;
	background: url(../image/banner_bottom_bg.png) bottom center no-repeat;
	z-index: 999;
}
.swiper-pagination {
    position: absolute;
    z-index: 20;
    left: 0px;
    text-align: center;
    width: 100%;
    bottom: 10px;
    display: none;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
.slideShow .swiper-slide a{
    height: 400px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
.inner-slideShow{
	position: relative;
	z-index: 0;
}
.inner-slideShow .swiper-wrapper {
    width: 100%;
}
.inner-slideShow .swiper-slide {
    width: 100%;
}
.inner-slideShow .swiper-slide a {
    height: 300px;
    width: 100%;
    display: block;
    background-position: center center;
}
/******------------container 主容器------------*******/
.container{
    min-height: 550px;
    padding: 20px 0;
    background: #ffffff;
}
.slideShow{
    position: relative;
    z-index: 0;
}
.container .cont-left{
	position: relative;
    float: left;
    width: 175px;
    margin-right: 85px;
    top:-45px;
}
.treeBox{
	margin-bottom: 18px;
}
.treeBox h3 {
	text-align: center;
	width: 175px;
	height: 123px;
	margin: 0;
	color: #000;
	/*background: #17bffe;*/
	font-weight: bold;
	font-size: 18px;
	position: relative;
	z-index:999;
	background-image: url(../image/treeBoxBg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.treeBox h3 .treeBox_cn_nav{
	padding-top: 30px;
	font-size: 20px;
}
.treeBox h3 .treeBox_en_nav{
	/* padding-bottom: 18px; */
	font-size: 12px;
	font-style: normal;
}
.treeBox h3 .treeBox_nav_icon{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 15px;
	top: 14px;
	background: url(../image/treeBox_nav_icon.png) no-repeat center;
}
.treeBox ul,.treeBox li{
    list-style: none;
    padding-left: 0;
}
.treeBox li {
	border: 1px solid #eeeeee;
    line-height: 50px;
}
.treeBox li.cur a{
    color: #17bffe;	
    position: relative;
}
.treeBox li.cur a:after{
	position: absolute;
	top: 20px;
	right: 0;
	content:"";
	border: 4px solid transparent;
	border-left: 4px solid #17bffe;	
}
.treeBox li a {
	width: 130px;
	margin: 0 auto;
	font-size: 14px;
	display: block;
	text-align: center;
    color: #797979;
}
.treeBox li a:hover{
	text-decoration: none;
	color: #17bffe;
}
.container .cont-right{
    float: left;
    width: 740px;
    overflow: hidden;
    min-height: 500px;
}
.container .cont-left .common-treeBox{
	margin-top: 20px;
}
.container .cont-left .common-treeBox .area-1{
	margin-bottom: 14px;
}
.container .cont-left .common-treeBox .area-2{
    display:none;
	height: 142px;
	background: url(../image/map.jpg);
}
.container .cont-left .common-treeBox .area-2 .phone{
	padding-left: 7px;
	padding-top: 27px;
	color: #36add6;
	font-size: 16px;
	font-weight: bold;
}
.container .cont-right{
    float: left;
    width: 740px;
    overflow: hidden;
    min-height: 500px;
}
.container .location {
	font-size: 12px;
	color: #333333;
    line-height: 55px;
}
.container .location .location-address span{
	float: left;
}
.container .location .location-address span.home{
	padding-left: 25px;
	background: url(../image/home.png) left 18px no-repeat;
}
.container .location .separator{
	display: inline-block;
	width: 16px;
	height: 55px;
	background: url(../image/2-icon.png) no-repeat center;
}
.recBox{
    background: #fff;
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.recBox h3 {
    margin: 0;
    line-height: 37px;
    height: 38px;
    *height: 37px;
    color: #999;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
.recBox h3 .title{
    display: inline-block;
    color: #36add6;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}
.recBox h3 .title span{
	font-size: 13px;
	color: #ccc;
	padding-left: 5px;
}
.recBox .more {
    cursor: pointer;
    position: absolute;
    right: 8px;
    color: #f7f7f7;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
/*关于我们*/
.container .rec-about{
	width: 30%;
	float: left;
	height: 240px;
	
}
.container .rec-about .about{
	height: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	padding: 10px 0;
	text-indent: 2em;
	color: #666;
}
/*主页新闻样式*/
.container .rec-news{
	width: 40%;
	float: left;
	height: 240px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.rec-news li.item {
    background: url("../image/icon_red.gif") no-repeat left 50%;
    border-bottom: 1px dotted #D1D1D1;
    line-height: 38px;
    padding-left: 15px;
}
.rec-news li.item:hover a{
	color:#7f210d;
}
.rec-news li.first-item{
	border-bottom:  1px dotted #D1D1D1;
	padding: 10px 0;
}
.rec-news li.first-item img{
	height: 68px;
	width: 112px;
	float:left;
}
.rec-news li.first-item a{
	color: #7f210d;
}
.rec-news li.first-item .news-info{
	height: 68px;
	float: right;
	width: 260px;
}
.rec-news li.first-item p.desc{
	margin-top: 5px;
}
.rec-news li b {
    float: right;
    color: #999999;
    margin-right: 10px;
    font-weight: normal;
}
/*快捷通道*/
.container .rec-link{
	width: 30%;
	height: 240px;
	float:left;
}
.container .rec-link .link-list a{
	color: #666;
	line-height: 60px;
	display: block;
	padding-left: 90px;
	position: relative;
}
.container .rec-link .link-item{
	padding:10px 0px;
	
}
.container .rec-link .link-item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 60px;
}
/**--contact联系我们--**/
.contact .smallBox{
    float: left;
    width: 50%;
    margin-top: 10px;
}
.contact .contact-info{
    padding: 5px 10px 20px;
}
.contact .small-title{
    font-size: 24px;
    font-weight: bold;
    color: #36add6;
    letter-spacing: 2px;
}
.contact .small-title .icon{
    font-size: 24px;
    margin-right: 10px;
}
.contact .small-title-info{
    color: #666;
    margin-left: 35px;
    font-size: 16px;
}

.contact #message{
    margin-top: 5px;
}
.contact #message .label-name{
    min-width: 60px;
    display: inline-block;
    vertical-align: middle;
}
.contact #message .input-area{
    margin-bottom: 10px;
}
.contact #message input{
    width: 330px;
}
.contact #message .textarea .label-name{
    vertical-align: top;
}
.contact #message .content{
    width: 330px;
    height: 80px;
}
.contact #captcha{
    text-transform: uppercase;
}
.contact #message .btn:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.contact #message .btn{
    text-decoration: none;
}
.contact #message .my-tip{
    margin-left: 10px;
}
.contact #message .success-info{
    color: #19AB19;
}
.contact #message .error-info{
    color: #cc0000;
}
/***---资讯中心---***/
.cont-right .newsList .item{
    border-bottom: 1px dotted #d2d2d2;
    padding: 20px 0;
    position: relative;
    height: 168px;
    *height: 128px;
}
.cont-right .newsList .item a{
    text-decoration: none;
}
.cont-right .newsList .item .img-wrap{
    position: absolute;
    left: 0;
    top: 20px;
    width: 182px;
    height: 128px;
    border: 1px solid #444444;
    padding: 4px;
}
.cont-right .newsList .item .img-wrap img{
    width: 100%;
    height: 100%;
}
.cont-right .newsList .item:hover .img-wrap{
    border-color: #36add6;
}
.cont-right .newsList .item .news-info-wrap{
    margin-left: 200px;
    height: 100%;
    width: 470px;
}
.cont-right .newsList .item .news-info-wrap .title{
    padding: 15px 0;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cont-right .newsList .item .news-info-wrap .desc{
    font-size: 13px;
    color: #666666;
    line-height: 22px;
}
.cont-right .newsList .item:hover .title{
    color: #36add6;
}
.cont-right .newsList .item:hover .desc{
    color: #333;
}
.cont-right .newsList .numDate {
    position: absolute;
    top: 40px;
    right: 0;
    text-align: right;
}
.cont-right .newsList .numDate p{
    color: #999;
    font-size: 13px;
}
.newsList .numDate .click-count {
    float: right;
    margin-top: 10px;
    width: 37px;
    height: 25px;
    line-height: 25px;
    background-color: #36add6;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.news .info, .case .info {
    padding: 2px 0 20px 0;
    color: #999999;
    font-size: 13px;
}
.news .content img{
    max-width: 100%;
}
/*******---product---******/

.productList .item{
    float: left;
    width: 240px;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.productList .item:hover{
    background: #36add6;
}
.productList .item .name{
	height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.productList .item:hover .name a{
    color: #FFFFFF;
	text-decoration:none;
}
.productList .item img{
    width: 100%;
}
.productList .item-1{
    margin-right: 5px;
}
.productList .item-2{
    margin: 0 5px 10px 5px;
}
.productList .item-0{
    margin-left: 5px;
}
.product .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}
.product .main-image{
    max-width:60% ;
}
.product .content img{
    max-width: 100%;
}
/***--case--***/
.caseList .item{
    float: left;
    width: 240px;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.caseList .item:hover{
    background: #19B4EA;
}
.caseList .item .name{
	height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.caseList .item:hover .name a{
    color: #FFFFFF;
	text-decoration:none;
}
.caseList .item img{
    width: 100%;
}
.caseList .item-1{
    margin-right: 5px;
}
.caseList .item-2{
    margin: 0 5px;
}
.caseList .item-0{
    margin-left: 5px;
}

.case .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}
.case .content img{
    max-width: 100%;
}
/*******------column------*******/
.columnList .item{
    float: left;
    width: 240px;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.columnList .item:hover{
    background: #19B4EA;
}
.columnList .item:hover .name a{
    color: #FFFFFF;
}
.columnList .item img{
    width: 230px;
}
.columnList .item-1{

}
.columnList .item-2,.columnList .item-3{

}
.columnList .item-0{

}
.columnContent .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}
.columnContent .main-image{
    max-width: 80%;
}
.columnContent .content img{
    max-width: 100%;
}
/*******------page------*******/
.page h1 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 0;
    border-bottom:1px solid #eee;
    font-weight: bold;
}
.page .content{
	padding: 20px 0;
}
.page .content img{
	max-width:100%;
	display:block;
}
/*********-----job-----************/
.job .job-form-info .job-tip-info{
	background: #EEEEEE;
	padding: 5px 0 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}
.job .job-form-info table{
	width: 100%;
	
}
.job .job-form-info table td{
	padding: 4px;
}
.job .job-form-info table .col-1{
	width: 70px;
}
.job .job-form-info table td input[type='text']{
	border: 1px solid #CCCCCC;
	height: 30px;
	width: 300px;
	padding: 0 5px;
	*width: 288px;
	*height: 28px;
}
.job .job-form-info table td textarea{
	border: 1px solid #CCCCCC;
	height: 100px;
	width: 300px;
	padding: 0 5px;
	*width: 288px;
	*height: 28px;
}
.job .job-form-info table td a{
	display:inline-block;
	border: 1px solid #DDDDDD;
	padding: 3px 10px;
	text-decoration: none;
	margin-right: 10px;
}
.job .job-form-info table td a:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.job .job-form-info table td a.submit{
	background-color:#36add6;
	color: #FFF;
}
.job .job-form-info table td a.reset{
	background-color:#EEEEEE;
	
}
.job .submit-tip-info{
	background-color: #EDECE5;
	padding: 5px 10px;
	width: 300px;
}
/**--message--**/
.message-cont-wrap{
	float: left;
}
.message-cont-wrap table tr{
	text-align: right;
}
.message-content-wrap{
	width: 500px;
	width: 408/0;
	*width: 408px;
}
.message-content-wrap h2{
	text-align: center;
	padding-top: 47px;
}
.message-content-wrap table{
	text-align: left;
	table-layout: fixed;
	width: 100%;
	height: 380px;
}
.message-content-wrap table td.col-1{
	width: 85px;
	text-align: right;
}
.message-content-wrap table td.col-2{
	width: 415px;
}
.message-content-wrap table .button{
	text-align: center;
}
.message-content-wrap table .address{
	width: 97px;
	margin-left: 11px;
}
.message-content-wrap table .active{
	background: red;
}
.message-content-wrap table .input-button{
	margin-right: 30px;
	border-radius: 5px;
	width: 93px;
	border: 0;
	height: 26px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	background: #a0a0a0;
}
.message-content-wrap table .button-clear{
	background: #a0a0a0;	
}
.message-content-wrap table .button-submit{
	background: #36ADD6;
}
.message-content-wrap table .button-submit:hover,.message-content-wrap table .button-clear:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.message-content-wrap table .text{
	color: #333;
	width: 60px;
	text-align: right;
}
.message-content-wrap table .captcha_text{
	width: 200px;
}
.message-content-wrap table .message-input_captcha{
	text-indent: 3PX;
	width: 80%;
	*width: 72%;
	height: 30px;
	margin-left: 2%;
	font-size: 18px;
	border: 1px solid #ddd;
}
.message-content-wrap table #refreshCode{
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -8px;
	*bottom: 0;
	left: 6PX;
}
.message-content-wrap table .message-input{
	text-indent: 3PX;
	width: 98%;
	*width: 95%;
	height: 30px;
	margin-left: 2%;
	font-size: 18px;
	border: 1px solid #ddd;
}
.message-content-wrap table select{
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
	*height: 28px;
	height: 28px\0;
}
.message-content-wrap table .message-content{
	height: 85px;
	resize: none;
}
.message-content-wrap table .message-tip{
	float: right;
	width: 100%;
	padding-left:12px;
}
.message-content-wrap table .message-tip-info{
	height: 30px;
}
.message-content-wrap table .success-info{
	text-align: center;
	line-height: 30px;
	color: #008000;
    background-color: #DDDDDD;
    height: 30px;
    font-size: 15px;	
}
.message-content-wrap table .error-info{
	text-align: center;
	line-height: 30px;
	color: #FF2F2F;
    background-color: #DDDDDD;
    height: 30px;
    font-size: 15px;
}
.message-board-wrap{
	width: 285px;
	height:310px;
	position: absolute;
	left:795px ;
	top:90px;
	color: #333333;
	overflow: hidden;
}
.message-board-wrap #messageRecord{
	height: 100%;
}
.message-board-wrap .table-base{
	width: 100%;
}
.message-board-wrap .table-base .col-1{
	font-size: 13px;
	display: block;
	float: left;
	width: 23px;
	color: #999999;
}
.message-board-wrap .table-base .col-3{
	font-size: 12px;
	display: block;
	float: left;
	width: 188px;
	color: #999;
}
.message-board-wrap .table-base .col-2{
	display: block;
	float: right;
	font-size: 12px;
	color: #999999;
}
.container .message-wrap{
    position: relative;
    margin-top: 30px;
    margin-left: 200px;
}
.container .message-list{
    position: absolute;
    right: 0;
    top: 50px;
    width: 500px;
    max-height: 800px;
    overflow-y: auto;
}
.container .message-list{
    padding: 0 10px 10px;
}
.container .message-list-title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.container .message-list table{
    width: 100%;
}
.message-list .col-2{
    text-align: right;
    width: 70px;
    font-size: 12px;
    color: #999;
}
.message-list .guest-message td{
    padding-top: 10px;
}
.message-list .guest-message td.col-1{
    color: #FF2F2F;
    width: 60px;
}

p, ul, ol{
    margin: 0;
    padding: 0;
}
/* step
----------------------------------------------- */
.step{
    margin: 30px 0 5px;
}
.step div{
    margin-bottom: 10px;
}
.step .back a{
    padding:4px 10px;
    border: 1px solid #DDDDDD;
}
.step .last,.step .next{
    padding-left: 10px;
}
/**--分页--**/
.pager {
    text-align: right;
    padding-top: 20px;
    color: #666;
}
.pager a {
    color: #666;
    text-decoration: underline;
}
/***---关于我们---***/
.about .left{
    float: left;
    width: 300px;
	margin-right:10px;
}
.about .left img{
    width: 100%;
}
.about .right{
    padding-top: 20px;
    color: #666666;
}
/******------------link 友情链接------------*******/
.flink {
    background: #36add6;
    color: #EEEEEE;
    padding: 5px 0;
}
.link strong {
    color: #EEEEEE;
    font-weight: bold;
}
.link a {
    color: #EEE;
}

/******------------footer 页脚------------*******/
.footer{
    border-top: 1px solid #D8D8D8;
    background: -webkit-linear-gradient(right, #EFEFF0 , #54595F); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #EFEFF0, #54595F); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #EFEFF0, #54595F); /* Firefox 3.6 - 15 */
    background: linear-gradient(to left, #EFEFF0 , #54595F); /* 标准的语法 */
    padding: 10px 0;
    line-height: 25px;
    color: #ddd;
}
.footer .footer-nav{
    margin: 0 auto;
}
.footer a{
    color: #ddd;
}
.footer ul,.footer li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .level-1 li.item {
    list-style: none;
    float: left;
    margin-right: 20px;
}
.footer .level-1 li.item > a {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #FFFFFF;
}
.footer .level-2 a{
    font-size: 10px;
}
.footer .company-info{
    clear: both;
}
.footer .company-info span,.footer .copyRight span{
    margin-right: 10px;
}
.footer .copyRight a{
    color: #ddd;
}
.footer .inner{
	position: relative;
}
.footer .footer-logo{
	position: absolute;
	right: 0;
	top: 0;
} 
/****---客服服务---****/
.service-bar{
    border: 1px solid #E7E7E7;
    border-bottom: none;
    background: #fff;
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 999;
    font-size: 12px;
}
.service-bar a {
    display: block;
    cursor: pointer;
    width: 70px;
    height: 60px;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    color: #676767;
    text-align: center;
}
.service-bar s,.service-bar .qq-icon,.service-bar .message-icon{
    display: block;
    margin: 0 auto;
    position: absolute;
}
.service-bar .backTop{
    display: none;
    overflow: hidden;
}
.service-bar .backTop s{
    height: 32px;
    width: 32px;
    background: #999 url("../image/backTop.png") no-repeat;
    top: 14px;
    left:19px;
}
.service-bar .backTop:hover s{
    background-color:  #057DBF;
}
.service-bar .qqservice,.service-bar .message{
    height: 66px;
    text-decoration: none;
}
.service-bar .qqservice .qq-icon,.service-bar .message .message-icon{
    color: #70BBE4;
    top:6px;
    left: 19px;
    height: 32px;
    line-height: 32px;
}
.service-bar .qqservice i,.service-bar .message i{
    font-size: 32px;
}
.service-bar .qqservice:hover .qq-icon,.service-bar .message:hover .message-icon{
    color: #0066cc;
}
.service-bar .qqservice span,.service-bar .message span{
    display: block;
    padding-top: 44px;
}
.service-bar .weixin s{
    width: 36px;
    height: 36px;
    background: #999 url("../image/weixin_icon.png") center center no-repeat;
    top: 12px;
    left: 17px;
}
.service-bar .weixin:hover s{
    background-color: #057DBF;
}
.service-bar .weixin i{
    background: url("../image/weixin.png") center center no-repeat;
    background-size:230px ;
    width: 240px;
    height: 220px;
    position: absolute;
    left: -240px;
    top: 50%;
    margin-top: -100px;
    display: none;
}
.service-bar .weixin:hover i{
    display: block;
}

.wrapper .weixin-code{
	position: fixed;
	right: 10px;
	bottom: 240px;
	z-index: 1000;
}

/*--升级客服功能--*/
.service-bar2{
    display: none;
	position: fixed;
    right: 0px;
    bottom: 100px;
    width: 183px;
    min-height: 360px;
    z-index: 999;
    font-size: 12px;
}
.service-bar2 .service-text{
	background-color: #444;
    border-bottom: 5px solid #36ADD6;
    margin-left: 40px;
    margin-top: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.service-bar2 .left-bar{
	background: url("../image/online_service.png") no-repeat left top;
    position: absolute;
    cursor: pointer;
    top: 100px;
    left: 0px;
    width: 40px;
    height: 260px;
    padding: 30px 10px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.service-bar2 .scale-service-bar{
	text-decoration: none;
    color: rgba(255,255,255,0.5);
    padding: 5px 0;
}
.service-bar2 .service-info{
	margin-left: 40px;
    background-color: #ffffff;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
}
.service-bar2 .service-info .phone-text{
	height: 40px;
    line-height: 40px;
    text-align: center;
}
.service-bar2 .service-info .phone-text span{
	background: url("../image/service_tel.png") no-repeat left center;
    display: inline-block;
    width: 90px;
    margin: 0 auto;
    padding-left: 25px;
    font-weight: 600;
    letter-spacing: 2px
}
.service-bar2 .service-info .phone-info{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #36ADD6;
}
.service-bar2 .service-info .qq-text{
	text-align: center;
    margin-top: 10px;
}
.service-bar2 .qq-first{
	margin-top: 10px;
    border-top: 1px solid #DDD
}
.service-bar2 .qqservice span{
	display: inline-block;
    width: 100px;
    margin: 0 auto;
    background: url("../image/service_qq.gif") no-repeat left center;
    text-align: left;
    padding-left: 40px;
}
.service-bar2 .qqservice{
	margin: 0 6px;
    display: block;
    border-bottom: 1px solid #DDDDDD;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.service-bar2 .weixin-text{
	text-align: center;
    margin-top: 10px;
}
.service-bar2 .weixin{
	text-align: center;
    position: relative;
    background: url("../image/small_code.png") center no-repeat;
}
.service-bar2 .weixin i{
	background: url("../image/big_code.png") center center no-repeat;
    background-size: 230px;
    width: 240px;
    height: 220px;
    position: absolute;
    left: -250px;
    top: 50%;
    margin-top: -100px;
    display: none;
}
.service-bar2 .backTop{
	display: block;
    margin-left: 40px;
    background: #36ADD6;
    border: 1px solid #fff;
    border-top: none;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.service-bar2 .backTop span{
	width: 80px;
    display: block;
    margin: 0 auto;
    padding-right: 20px;
    background: url("../image/backTop2.png") no-repeat right center;
}
.service-bar2 .message{
	padding: 5px 0;
	display: block;
	text-decoration: none;
}
.service-bar2 .message .iconfont{
	color: #36ADD6;
	padding:0 10px 0 27px;
}
.service-bar2 .weixin img{
	width:100px;
}
