*{margin: 0;padding: 0;list-style: none;}
.wrap{border: 0;padding:0;width:1100px;margin:0 auto;*zoom:1;}
.xwrap{border: 0;padding:0;width:1200px;margin:0 auto;*zoom:1;}
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;font-weight: normal;
}
body{overflow-x:hidden;}
img{font-size: 0;vertical-align: middle;}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
  font: 12px/1.5 "微软雅黑", arial, \5b8b\4f53, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; -webkit-transition: .2s;color:#666;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
transition: .2s; }

#kfpopupDiv a{ text-decoration: none; -webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s; }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 清除浮动 */
.ks-clear:after, .clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.ks-clear, .clear {
  *zoom: 1;
}
/* Reset End */

/*公用*/
.com-width {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float:left
}
.fr {
	float:right
}
.b10{margin-bottom: 10px !important;}
.clear{clear:both: height : 0; line-height:0; font-size:0;}

/*头部*/
header{
    height: 80px;
    background: #000;
    background-color: rgba(0,0,0,0.0);
    *filter:Alpha(opacity=20);
    *position:static;
    *zoom:1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.browsehappy {
    padding: 15px 0;
    background: #FBE3E4;
    color: #8A1F11;
    text-align: center;
}

.browsehappy a {
    color: #8A1F11;
    text-decoration: underline;
    font-weight: bold;
}

.top-bar {
	max-width: 100%;
	height: 30px;
	line-height: 30px;
}
.top-bar span {
	padding-left: 33px; 
}
.top-bar .icon-side {
	margin-top: ;
	margin-right: 26px;
	height: 30px;
}
.top-bar a {
	margin-left: 5px;
	color: #848484;
	text-decoration: none;
	display: inline-block;
	width: 19px;
	height: 19px;
	background-image: url(../images/sprint.png);
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
	-webkit-transition: transform .8s;
	-moz-transition: transform .8s;
	-ms-transition: transform .8s;
	-o-transition: transform .8s;
	transition: transform .8s;
}
.top-bar a:first-child {
	margin-left: 16px;
}
.top-bar a.weixin {
	background-position: 0 -142px;
	position: relative;
}
.top-bar a.weixin span {
	display: block;
	position: absolute;
	left: -155px;
	top: -120px;
	z-index: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.top-bar a.weixin:hover span {
	top: -5px;
}
.top-bar a.weixin span img {
	width: 100px;
	padding: 5px;
	background-color: #fff;
}
.top-bar a.weibo {
	background-position: -19px -142px;
}
.top-bar a.collection {
	background-position: -38px -142px;
}
.top-bar a:hover {
	background-position-y: -161px;
}
.top-bar a.collection:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.top-bar a:hover {

}
.nav-bar {
	width: 100%;
	height: 80px;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ebebeb');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ebebeb')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -ms-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ebebeb));
	background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
	background-image: linear-gradient(top, #ffffff, #ebebeb);
	/*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/
	position: relative;
}
.nav-bar .logo {
	margin-top: 25px;
	position: relative;
}
.nav-bar .logo img{
	margin-right: 10px;
}



.main-nav>li {
	float: left;position: relative;
	/*margin-left: 13px;*/
}
.main-nav>li a {
	display: inline-block;
	padding: 0 15px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;

}
.main-nav>li a {
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-nav>li.on a,
.main-nav>li:hover a {
	color: #FF0000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
.main-nav .n-li.on a::before,
.main-nav .n-li:hover a::before {
	content:"";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #B40000;
	z-index: 2;
	
} 
.main-nav .n-li .sub-nav {
	position: absolute;
	top:80px;
	left: 0;
	z-index: 25;
	width: 100%;
	background: #B40000;
	line-height: 35px;
	/*opacity: 0;*/
	/*filter: alpha(opacity=0);*/
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	/*visibility: hidden;*/
	display: none;
}
.main-nav .n-li:hover .sub-nav {
	/*visibility: visible;*/
	display: block;
	/*opacity: 1;
	filter: alpha(opacity=100);*/
}
/*.main-nav .n-li .sub-nav .sub-nav-content {
	display: none;
}
.main-nav .n-li:hover .sub-nav .sub-nav-content {
	display: block;
}*/
.main-nav .n-li .sub-nav a {
	display: block;
	padding: 0 20px;
	color: #f1f1f1;
	font-size: 13px;
	text-align: center;
}
.main-nav .n-li .sub-nav a:hover {
	background: #990000;
	color: #fff;
}

/*首页Banner*/
.banner{
	width: 100%;
	position:relative;
	height:500px;
	overflow:hidden;
	margin-top: 0px;
}
.banner .bd{ position:relative; z-index:10; text-align: center; }
/*.banner .bd ul{ width:100% !important; }*/
.banner .bd li{ width:100%;  height:500px; float: left; }
/*.banner .bd li .siteWidth{ width:1000px; position:relative;  margin:0 auto;  height:482px;  }*/
.banner .bd li a{ height:500px; display:block;  }
.banner .hd{ width:100%; height:6px; position:absolute; z-index:11; bottom:25px; left:0;text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:32px; height:6px; margin:0 5px; background:#D34D4D;;
    line-height:9999px; position: relative;
}
.banner .hd ul .on{ background-color: #fff; }


/*客户案例*/
.gr-case {
	padding-top: 42px;
}
.gr-case .case-item {
	margin-top: 28px;
	margin-bottom: 45px;
	text-align: center;
}
.gr-case .case-item ul {
	font-size: 0;
}
.gr-case .case-item ul li {
	margin: 0 0.5px;
	display: inline-block;
	width: 135px;
	height: 31px;
	line-height: 31px;
}
.gr-case .case-item ul li a {
	display: inline-block;
	width: 100%;
	background: #333;
	color: #bfbfbf;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.gr-case .case-item ul li.on a,
.gr-case .case-item ul li:hover a {
	background: #CE0000;
	color: #fff;
}
.gr-case .case-show .case-box ul {
	display: none;
	width: 1214px;
}
.gr-case .case-show .case-box ul li {
	margin-bottom: 30px;
	margin-right: 14px;
	width: 289px;
	float: left;
	text-align: center;
}
.gr-case .case-show .case-box ul li .pic {
	display: block;
	width: 289px;
	height: 187px;
	overflow: hidden;
	font-size: 0;
	line-height: 187px;
	position: relative;
}
.gr-case .case-show .case-box ul li .pic img {
	-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -ms-transition: all .6s ease-in-out;
}
.gr-case .case-show .case-box ul li .pic:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}	
.gr-case .case-show .case-box ul li .pic .cover {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(206,0,0,0.7);
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-ms-transition: all .5s ease;
	-webkit-backface-visibility: hidden;
}
.gr-case .case-show .case-box ul li .pic:hover .cover  {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}
.gr-case .case-show .case-box ul li .pic .cover img{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px!important;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-ms-box-sizing: border-box;
	-ms-transition: all .5s ease;
	-ms-transform: scale(0);
}
.gr-case .case-show .case-box ul li .pic:hover .cover img {
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.gr-case .case-show .case-box ul li .tit {
	font-size: 14px;
	color: #686868;
	text-decoration: none;
	line-height: 60px;
}
.gr-case .case-show .case-box ul li .tit:hover {
	color: #CE0000;
}


/*footer*/
.footer{
	height: 400px;
	background-color: #2E2E2E;
	color: #FDFDFD;
	clear: both;
	width: 100%;
	padding-top: 55px;
}
.footer .frbox{
	width: 600px;
	float: right;
	height: 230px;
}
.footer .frbox .lxian{
	height: 135px;
	width: 55px;
	border-left: 1px solid #BFBFBF;
	float: left;
}
.footer .frbox .weixin, .footer .frbox .app{
	width: 170px;
	height: 45px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 135px;
	font-size: 12px;
	line-height: 135%;
	color: #DEDEDE;
}
.footer .frbox .weixin{
	background-image: url(weixin.jpg);
	background-size: 123px;
}
.footer .frbox .app{
	background-image: url(wechat_code.jpg);
}
.footer .frbox .tel{
	font-size: 16px;
}
.footer .frbox .tel strong{
	display: block;
	font-size: 26px;
	padding-top: 10px;
	font-weight: normal;
}
.footer .menu{
	width: 600px;
	height: 230px;
	float: left;
}
.footer .menu dl{
	width: 140px;
	float: left;
}
.footer .menu dl dt{
	font-size: 18px;
	margin-bottom: 20px;
}
.footer .menu dl dd{
	margin-bottom: 10px;
}
.footer .menu dl dd a{
	color: #DEDEDE;
	font-size: 14px;
}
.footer .copy p{
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
}
.footer .copy p a{
	color: #FFFFFF;
}
.footer .copy p.cnzz{
	padding-top: 10px;
}

/*图片去色*/
img.desaturate {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
img.desaturate:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

/*半圆*/
.top-cicle {
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -28px;
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff;
	z-index: 5;
}
.gr-team .top-cicle {
	background: #ECECEC;
}

/*返回头部*/
#to-top {
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #8E8A8A url(../images/gotop.png) no-repeat center;
	color: #ddd;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#to-top:hover {
	background-color: #CE0000;
	color: #fff;
}

/*倍增计划*/

.message_form{width: 1000px;margin: 35px auto 0;}
.message_form li{width: 420px;padding-left: 80px;height: 50px;margin-bottom: 20px;float: left;font-size: 14px;color:#666;}
.message_form li span{text-align: right;width: 70px;float: left;height: 50px;line-height: 50px;}

.message_form li .input{width: 300px;height: 48px;border: 1px solid #dedede;background: #f4f4f4;border-radius: 4px;padding: 0 5px;color:#666;float: left;}
.message_form li .code{width: 150px;margin-right: 20px;}
.message_form li img{width: 120px;height: 50px;cursor: pointer;}
.message_form .submit{width: 160px;height: 50px;margin: 10px auto;}
.message_form .submit .sub{width: 160px;height: 50px;line-height: 50px;text-align: center;background: #ce0200;border: none;color:#fff;font-size: 18px;cursor: pointer;border-radius: 5px;}
.message_form .submit .sub:hover{opacity: 0.8}

.w1000{width: 1000px;margin: 0 auto;}
.w1000 p>img{max-width: 100%;max-height: 100%;}

.bg_f8{background: #f8f8f8;padding-top: 40px;}
.bg_fff{background: #fff;padding-top: 40px;}
.f_f8 .top-cicle{background: #f8f8f8}
.fright, .fr {
    float: right;
}
.fleft, .fl {
    float: left;
}
.line28{ line-height:28px}.line24{ line-height:24px}.line22{ line-height:22px}
.bg-fff{ background:#FFF}
.t-c{ text-align:center}
.fs12{ font-size:12px!important;}
.fs18{ font-size:18px!important;}
.fs24{ font-size:24px!important;}
.fs28{ font-size:28px!important;}
.fs30{ font-size:30px!important;}
.fs32{ font-size:32px!important;}
.fs36{ font-size:36px!important;}
.fs40{ font-size:40px!important;}
.fs48{ font-size:48px!important;}
.fs18,.fs28,.fs30,.fs32,.fs36,.fs40,.fs48{ color:#221E1F}
.fw-b{ font-weight:bold!important}
.fw-n{ font-weight:normal!important}
.c-000{ color:#000}
.c-fff{ color:#FFF}
.c-E20009{ color:#E20009 !important}
.c-3E3E3E{ color:#3E3E3E !important}

.guest{ padding:50px 25px 50px; background:url(../images/guestbg.jpg) no-repeat 410px 113px #fff;}
.guest h1{ text-indent:33px;}
.guest_f{ padding:30px 0 0 0; font-size:14px;}
.guest_f p{ padding:15px 10px;}
.guest_f p label{ float:left; height:40px; line-height:40px; width:80px; text-align:right; padding-right:10px;}
.guest_i,.guest_c,.guest_t{ height:38px; width:260px; border:1px solid #e1e1e1; border-radius:5px; text-indent:8px; background-color:#f4f4f4; margin:0; padding:0;}
p.error .guest_i,p.error .guest_c,p.error .guest_t{ border:1px solid #e20009;}
.guest_c{ width:110px;}
.guest_t{ width:510px; height:100px;}
.guest_s,.guest_r{ border:0; cursor:pointer; border-radius:5px; width:110px; height:40px; line-height:40px; text-align:center; color:#fff;background-color:#606060;} 
.guest_r{ background-color:#e20009;}

.zxbannerbg{ background:url(../images/zxbannerbg.jpg) no-repeat; height:130px; width:100%; font-size:36px; color:#FFF; text-align:left; line-height:120px; overflow:hidden; text-indent:3.5em; font-weight:bold}
.zxbannerbg.ti2{ text-indent:2em!important}
.zxbannerbg span{ color:#FF000A}

.page{font-size: 14px;line-height: 30px;}


/* 案例详细 */
.showCase{ background:#fff; padding-bottom:50px; overflow: hidden; }
.casePctop{ text-align:center; width:1920px; position:relative; left:50%; margin-left:-960px;}
.ctopShow{ width:1920px; height:720px; position: relative; margin-left:-960px; left:50%; }
.caseText{ padding-top:70px; text-align:left; padding-bottom:55px; }
.caseIco{ margin-bottom:20px; }
.caseTextleft{ width:520px; float:left; }
.textMain .caTitle{ display:block; color:#000 !important; font-size:20px; margin-bottom:8px; }
.textMain .caShow{ color:#333333; font-size:14px; }
.caseTextright{ width:410px; float:right; }
.caseRighttext ul li{ display:block; margin-bottom:15px; }
.caseRighttext ul li span{color:#000 !important; font-size:16px; }
.caseRighttext ul li a:hover{ color:#333 !important; }
.caseRighttext ul li{color:#333333 !important; font-size:16px; }
.caseRighttext ul li a{color:#333333 !important; font-size:16px; text-decoration:underline; }
.showMain{ width: 1000px; height:100%; margin:0 auto; }
.showMain img{ max-width:100%; margin-top:25px; box-shadow : 0 0 15px 2px rgba(0,0,0,.3); }
.showTitle{text-align:center; line-height:35px; font-size:20px; height:35px; color:#333; }
.caseFoot{ background:#fff; width:100%; height:140px; border-top:1px solid #d8d8d8; padding-top:40px; text-align:center; }
.caseFoot span{font-size:25px; line-height:30px; }
.caseNews{padding-bottom: 40px}
.caseNews h2{font-size:16px;}
.caseNews .tie{margin-bottom:20px;}


/*客户案例*/
.banner_in{height: 550px;}
.case_in,.top_cicle_case{background: #f8f8f8;}
.case_in .case-box li{border-bottom: 2px solid #e7e7e7;background: #fff;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.case_in .case-box li:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);box-shadow:0 15px 30px rgba(0,0,0,0.2);-webkit-transform:translate3d(0, -2px, 0);transform:translate3d(0, -2px, 0)}


.case_in{padding-bottom: 40px;}
.load_more {width: 1200px;}
.load_more span{width: 70px;height: 70px;border-radius: 50%;clear:both;text-align: center;line-height: 60px;display: block;margin: 0 auto;cursor: pointer;}
.load_more span { text-decoration: none; -webkit-transition: .2s;background: url(../images/more_bg.png) center 40px no-repeat #fff;color:#818181;font-size: 14px;
-moz-transition: .2s;
-ms-transition: .2s;box-shadow:0 2px 4px rgba(0,0,0,0.2);
-o-transition: .2s;
transition: .2s; }
.load_more span:hover{background: url(../images/more_on_bg.png) center 45px no-repeat #CE0000;color:#fff;}

/*按钮样式*/
.button { 
display: inline-block; 
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ 
*display: inline; 
vertical-align: baseline; 
margin: 0 2px; 
outline: none; 
cursor: pointer; 
text-align: center; 
text-decoration: none; 
font: 14px/100% Arial, Helvetica, sans-serif; 
padding: .5em 2em .55em; 
text-shadow: 0 1px 1px rgba(0,0,0,.3); 
-webkit-border-radius: .5em; 
-moz-border-radius: .5em; 
border-radius: .5em; 
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
box-shadow: 0 1px 2px rgba(0,0,0,.2); 
} 
.button:hover { 
text-decoration: none; 
} 
.button:active { 
position: relative; 
top: 1px; 
} 
.bigrounded { 
-webkit-border-radius: 2em; 
-moz-border-radius: 2em; 
border-radius: 2em; 
} 
.medium { 
font-size: 12px; 
padding: .4em 1.5em .42em; 
} 
.small { 
font-size: 11px; 
padding: .2em 1em .275em; 
} 
.red { 
color: #faddde; 
border: solid 1px #980c10; 
background: #d81b21; 
background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)); 
background: -moz-linear-gradient(top, #ed1c24, #aa1317); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317'); 
} 
.red:hover { 
background: #b61318; 
background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115)); 
background: -moz-linear-gradient(top, #c9151b, #a11115); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115'); 
} 
.red:active { 
color: #de898c; 
background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24)); 
background: -moz-linear-gradient(top, #aa1317, #ed1c24); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24'); 
} 

.input, textarea, select, label {
  font-family: inherit;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*客服*/
.qqkefu{
	position: fixed;
    bottom:40%;
    _position: absolute;
   	_top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
	right:0;
	width:170px
	}
.qqkefu ul li{
	height:47px;
	margin-bottom:1px;
	float:right;
	background:#FF6C00;
	line-height:47px;
	font-size:14px;
	cursor:pointer;
	opacity: 0.9;
	position:relative
}
.qqkefu ul li a{
	color:#fff;display: block;
	}
.qqkefu ul li.qq_cza{
	width:170px
	}
.qqkefu ul li:hover{
	background:#CE0000;
	}
.qqkefu ul li.top:hover {
	background-color: #CE0000;
}
.qqkefu ul li b{
	width:53px;
	height:47px;
	display:block;
	overflow:hidden;
	float:left;
}
.qqkefu ul li b.a{
	background:url(../images/czx4.png) no-repeat center center;
}
.qqkefu ul li b.b{
	background:url(../images/czx3.png) no-repeat center center;
}

.qqkefu ul li b.sj{
	background:url(../images/sj.png) no-repeat center center;
}
.qqkefu ul li b.d {
	background:url(../images/bdsq.png) no-repeat center center;
}
.qqkefu ul li b.c{
	background:url(../images/czx5.png) no-repeat center center;
}
.qqkefu ul li b.lxb{
	background:url(../images/phone0.png) no-repeat center center;
}
.erweima{
	height: 150px;
	position: absolute;
	top: 0px;
	left: -118px;
	background: #FFF;
	border: 1px solid #CCC;
	float: right;
	cursor: default !important;
	}
.erweima p{
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 170px;
	}
.erweima p img{
	width: 170px;
	height: 170px;
	margin: 0px 0px 0px 0px;
	}
