﻿@charset "UTF-8";

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: rgba(0,0,0,.8);
  line-height: 1;
  background: #ffffff;
}

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img,
input {
  border: none;
  outline: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #666666;
  background: transparent;
}

a:hover {
  text-decoration: none;
  color: #666666;
}

ul,
ol,
li,
dl,
dd {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

:focus {
  outline: 1;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*去除表单自动填充颜色(Chrome浏览器)*/
input:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: #666666;
}

/*去除按键虚线框(Firefox浏览器)*/
button::-moz-focus-inner,
input::-moz-focus-inner {}

/*去除按键圆角(iPhone)*/
button {
  -webkit-appearance: none;
}

/*chrome*/
::-webkit-input-placeholder {
  color: #999;
}

/*webkit下在文本框获取焦点后不显示placeholder，以便使其与其他浏览器表现一致*/
:focus::-webkit-input-placeholder {
  color: transparent !important;
}

/*Firefox*/
:-ms-input-placeholder {
  color: #999;
}

/*IE*/
:-ms-input-placeholder {
  color: #999;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.icon {
  display: block;
}

.common-icon {
  display: block;
  background: url(../images/common_icon.png) no-repeat;
}

.text-ellipsis1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.inner,.wrp1150 {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.main {
  margin-top: 60px;
}

.banner {
  height: 530px;
  background: #eee;
}

.banner .a {
  display: block;
  width: 100%;
  height: 100%;
}

.column-title {
  text-align: center;
  padding: 10px 0;
}

.column-title h2 {
  color: #000;
  font-size: 40px;
  line-height: 52px;
}

.column-title p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
}

.col {
  padding: 50px 0;
  background: #fff;
}

.col-title {
  text-align: center;
  letter-spacing: 2px;
}

.col-title .h2 {
  color: #333333;
  font-size: 36px;
  line-height: 60px;
}

.col-title .h2 .span {}

.col-title .p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}

.col-title .p .span {}

.col-foot-zx {
  height: 183px;
  background: url('../images/last-col-bg.png') no-repeat center center !important;
}

.col-foot-zx .col-title .h2 {
  color: #fff;
  margin: 30px 0;
}

.col-foot-zx .content {
  display: block;
  width: 654px;
  margin: 0 auto;
  margin-top: 100px;
}

.col-foot-zx .box {
  display: block;
  width: 500px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  position: relative;
  float: left;
}

.col-foot-zx .box .inp {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  height: 50px;
  padding-right: 130px;
  font-size: 18px;
  color: #666;
  border-radius: 4px;
}

.col-foot-zx .box .btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 120px;
  height: 46px;
  color: #fff;
  background: #0060ff;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.col-foot-zx .btn-zx {
  float: left;
  width: 120px;
  height: 46px;
  text-align: center;
  color: #fff;
  background: #1c9733;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  line-height: 46px;
  border: 2px solid #fff;
  margin-left: 30px;
  position: relative;
}

.col-foot-zx .btn-zx:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 44px;
  background: #fff;
  left: -17px;
  top: 2px;
}

.btn-hover:hover{
  opacity: .9;
}

/* header */

.header {
  width: 100%;
  height: 120px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  box-shadow: 0px 1px rgba(0, 0, 0, .11);
}

.header .top {
  height: 40px;
  background: #f2f2f2;
}

.header .top .fl {
  height: 40px;
  overflow: hidden;
}

.header .top .fr {
  height: 33px;
  font-size: 0;
  padding-top: 5px;
}

.header .top span {
  line-height: 40px;
  color: #666;
  padding: 0 8px;
}

.header .top .em,
.header .top .em span {
  font-weight: 800;
  color: #eb1308;
}

.header .top a {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.header .top .btn {
  width: 82px;
  height: 28px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 26px;
  margin-left: 15px;
  border-radius: 2px;
  overflow: hidden;
}

.header .top .btn.btn-res {
  border: 1px solid #2572ff;
  background: #2572ff;
  color: #fff;
}

.header .top .btn.btn-res:hover {
  opacity: .9;
}

.header .top .btn.btn-login {
  border: 1px solid #333;
  background: #fff;
  color: #333;
}

.header .top .btn.btn-login:hover {
  border: 1px solid #029bdb;
  background: #029bdb;
  color: #fff;
}

.header .top .link:hover {
  color: #029bdb;
}

.header .logo {
  line-height: 80px;
}

.header .nav-list {
  float: left;
}

.header .nav-list>li {
  float: left;
}

.header .nav-list .nav-list-item {
  display: block;
  padding: 0 15px;
  line-height: 80px;
  position: relative;
  color: #666;
  font-size: 16px;
}

.header .nav-list .nav-list-item .icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 8px;
}

.header .nav-list .nav-list-item:after {
  display: block;
  height: 4px;
  content: '';
  background: #0A6CEF;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
}

.header .nav-list>li:hover .nav-list-item {
  color: #0A6CEF;
}

.header .nav-list>li:hover .nav-list-item:after {
  width: 70%;
}

.header .login-wrap {
  font-size: 0;
  padding: 26px 10px;
}

.header .login-wrap a {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  padding: 8px 16px;
}

.header .login-wrap a.res-btn {
  background: #2572ff;
}

.header .login-wrap a.res-btn:hover {
  background: #1b66ef;
}

.header .login-wrap a.login-btn {
  background: #fd4100;
}

.subnav-mask {
  position: absolute;
  width: 100%;
  top: 120px;
  left: 0;
  overflow: hidden;
  z-index: 9999;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  height: 0;
}

.subnav-list {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.subnav-mask .inner {
  overflow: initial;
}

.product-mask .subnav-list .item {
  float: left;
  width: 25%;
  /* padding: 15px; */
  box-sizing: border-box;
}

.product-mask .subnav-list .item:hover {}

.product-mask .subnav-list .item .box {
  display: block;
  width: 264px;
  height: 60px;
  margin: 10px auto;
  overflow: hidden;
}

.subnav-mask .subnav-list .item .box:hover {
  background: #f5f5f5;
}

.product-mask .subnav-list .item .box .icon {
  float: left;
  margin: 8px;
}

.product-mask .subnav-list .item .box .h3 {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  padding: 22px 0;
}

.product-mask .subnav-list .item .box .p {
  overflow: hidden;
  color: #999;
  font-size: 14px;
  height: 28px;
}

.solution-mask .subnav-list .item {
  float: left;
  width: 33.33334%;
}

.solution-mask .subnav-list .item .box {
  display: block;
  width: 310px;
  height: 100px;
  margin: 20px auto;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
}

.solution-mask .subnav-list .item .box .h3 {
  font-weight: 800;
  font-size: 16px;
  color: #333;
  padding: 6px 0 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.solution-mask .subnav-list .item .box .p {
  color: #999;
  line-height: 1.2;
  height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.header .nav-list>li .about-subnav {
  text-align: center;
  line-height: 36px;
  background: #fff;
  height: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
}

.header .nav-list>li .about-subnav li {}

.header .nav-list>li .about-subnav li a {
  display: block;
}

.header .nav-list>li .about-subnav li a:hover {
  background: #eee;
}

.header .nav-list>li:hover .product-mask {
  height: 416px;
  padding-bottom: 20px;
}

.header .nav-list>li:hover .solution-mask {
  height: 420px;
  padding-bottom: 20px;
}

.header .nav-list>li:hover .about-subnav {
  height: 144px;
  margin-bottom: 20px;
}


/* header end */

/* footer */
.footer {}

.footer .foot-register {
  height: 172px;
  border-bottom: 1px solid #1b529b;
  background: url(../images/foot-res-bg_1.png) no-repeat center;
}

.footer .foot-register .text {
  color: #fff;
  font-size: 30px;
  padding: 30px 0;
  letter-spacing: 1px;
  text-align: center;
}

.footer .foot-register .btn {
  display: block;
  margin: 0 auto;
  width: 164px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}

.footer .foot-layout {
  background: #101429;
}

.footer .guild {
  padding: 20px 30px;
}

.footer .service {
  text-align: center;
  color: #fff;
  border-right: 1px solid #262836;
  width: 200px;
  padding: 0 20px;
  float: left;
}

.footer .service>.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.footer .service .text {
  font-size: 20px;
  margin: 20px 0;
}

.footer .service .tel {
  font-weight: 800;
  font-size: 18px;
  font-style: italic;
  line-height: 18px;
}

.footer .service .tel .icon {
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  display: inline-block;
}

.footer .service .btn {
  display: block;
  width: 86px;
  height: 30px;
  line-height: 30px;
  margin: 10px auto 0;
  border: 1px solid #3a3d4f;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: transparent;
}

.footer .service .btn:hover {
  background: #2572ff;
}

.footer .outline {
  float: left;
  padding-left: 100px;
}

.footer .outline-list {
  float: left;
  width: 184px;
  padding-left: 16px;
}

.footer .outline-list .outline-list-title {
  color: #fff;
  font-size: 18px;
  padding: 8px 0;
  line-height: 28px;
}

.footer .outline-list .outline-list-item {
  font-size: 14px;
  color: #ccc;
  line-height: 28px;
}

.footer .outline-list .outline-list-item a:hover {
  color: #fff;
}

.footer .follow {
  text-align: center;
  width: 120px;
  color: #fff;
  float: right;
}

.footer .follow .text-t {
  font-size: 18px;
  margin: 5px 0;
}

.footer .follow .qr {
  width: 120px;
  height: 120px;
}

.footer .follow .text-b-h {
  font-size: 20px;
  margin: 8px 0 12px;
}

.footer .follow .text-b-t {
  font-size: 14px;
}

.footer .hr {
  width: 960px;
  height: 1px;
  background: #262836;
  margin: 0 auto 16px;
}

.footer .links {
  color: #4c4d50;
  width: 980px;
  margin: 0 auto 16px;
}

.footer .links .link-item {
  color: #4c4d50;
  font-size: 12px;
  padding: 0 6px;
  line-height: 22px;
  display: inline-block;
}

.footer .links .link-item:hover {
  color: #fff;
}

.footer .copyright {
  padding-bottom: 40px;
}

.footer .copyright .copy-info {
  line-height: 24px;
  color: #4c4d50;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}

.footer .copyright .copy-prove {
  text-align: center;
}

.footer .copyright .copy-prove img {
  padding: 0 10px;
}

/* footer end */

/*文章模板*/
.container {
  width: 800px;
  min-height: 500px;
  margin: 20px 0;
}

.side {
  width: 320px;
  margin: 20px 0;
}

.side .side-title {
  font-size: 20px;
  color: #333;
  height: 32px;
  border-bottom: 4px solid #f0f0f0;
  margin-bottom: 10px;
}

.side .side-title span {
  float: left;
  height: 32px;
  line-height: 28px;
  color: #1f1f1f;
  border-bottom: 4px solid #94cb29;
}

/*列表页模板*/
.container .news-list-banner {
  width: 100%;
  height: 255px;
  background: #ddd;
}

.container .news-list-banner img {
  width: 100%;
  max-height: 100%;
}

.container .news-list-wrap {}

.container .news-list-nav {
  border-bottom: 1px solid #f2f2f2;
}

.container .news-list-nav-item {
  float: left;
  text-align: center;
  padding: 12px 0;
}

.container .news-list-nav-item a {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  display: block;
  width: 95px;
  text-align: center;
  border-left: 1px solid #333;
}

.container .news-list-nav-item:first-child a {
  border-left: none;
}

.container .news-list-nav-item.current a {
  color: #94cb29;
}

.container .news-list-con {
  padding-bottom: 20px;
}

.container .news-list-con-item {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}

.container .news-list-con-item .box {
  height: 180px;
  overflow: hidden;
}

.container .news-list-con-item .img {
  display: block;
  width: 270px;
  height: 180px;
  overflow: hidden;
  margin-right: 20px;
}

.container .news-list-con-item .img img {
  width: 100%;
  height: 100%;
}

.container .news-list-con-item .name {
  padding: 6px 0 10px;
}

.container .news-list-con-item .name a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.container .news-list-con-item .name a:hover {
  color: #94cb29;
}

.container .news-list-con-item .profile {
  font-size: 14px;
  line-height: 30px;
  color: rgb(102, 102, 102);
  height: 72px;
}

.container .news-list-con-item .other {
  margin: 10px 0;
  line-height: 20px;
}

.container .news-list-con-item .other .tag a {
  margin: 0 6px;
  color: #3286c8;
  font-size: 12px;
}

.container .news-list-con-item .other .info {
  font-size: 12px;
  color: #666;
}

.side .hot-article {}

.side .hot-article-list {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.side .hot-article-list-item {}

.side .hot-article-list-item .icon {
  /* background: url(../images/common_icon.png) no-repeat -20px -60px; */
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 8px;
}

.side .hot-article-list-item a {
  font-size: 15px;
  color: #525252;
  line-height: 32px;
}

.side .hot-article-list-item a:hover {
  color: #94cb29;
}

.side .product-rec {}

.side .product-rec-list {
  text-align: center;
  margin-bottom: 20px;
  min-height: 500px;
}

.side .product-rec-list-item {
  margin-top: 20px;
}

.side .product-rec-list-item img {
  border-radius: 5px;
}

.side .follow-qr-box {
  border-bottom: 1px solid #eeeeee;
  margin-top: 10px;
  color: #666;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.news-page {
  padding: 30px 0;
}

.news-page a {
  display: inline-block;
  padding: 10px;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
}

.news-page a:first-child {
  display: none;
}

/*内容页模板*/
.article-banner {
  height: 140px;
  background: url(../images/head_banner.png) no-repeat center;
}

.article-banner a {
  display: block;
  height: 100%;
}

.article-crumb {
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.article-crumb a {
  color: #333;
}

.article-crumb a:hover {
  color: #94cb29;
}

.article {
  padding: 20px 0;
}

.article .article-title {
  font-size: 26px;
  line-height: 60px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.article .article-info {
  line-height: 30px;
  margin-bottom: 10px;
}

.article .article-info span {
  font-size: 12px;
  color: #555555;
}

.article .article-info a {
  padding: 0 6px;
  color: #3286c8
}

.article .article-info a:hover {
  padding: 0 6px;
  color: #94cb29;
}

.article .article-share {
  height: 40px;
  margin-bottom: 10px;
}

.article .article-profile {
  background: #f5f7f8;
  padding: 10px;
  line-height: 24px;
  margin-bottom: 20px;
}

.article .article-text {
  min-height: 500px;
  font-size: 16px;
}

.article-relevant {
  padding: 20px 0;
}

.article-relevant .article-relevant-title {
  height: 32px;
  border-bottom: 2px solid #05273B;
}

.article-relevant .article-relevant-title span {
  float: left;
  background: #05273B;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  padding: 0 15px;
}
.page-pre-next{padding: 20px 15px;background: #fff;font-size: 14px;overflow: hidden;}
.page-pre-next .span a:hover{color: #2572ff}
.page-pre-next .span:first-child{float: left;}
 .page-pre-next .span:last-child{float: right;}

/*文章模板 end*/


/*客服样式*/
.kf-box {
  width: 504px;
  height: 346px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../images/kf_bg.png) no-repeat center;
  z-index: 9999;
  display: none;
}

.kf-box .kf-close {
  position: absolute;
  right: 14px;
  top: 44px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  font-weight: 800;
  background: #9d9c9d;
  overflow: hidden;
  font-size: 28px;
  cursor: pointer;
}

.kf-box .kf-btn {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 30px 0 40px;
  /* border: 1px solid #eee; */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.kf-box .kf-btn a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 10px;
  background: #ddd;
  border-radius: 2px;
}

.kf-box .kf-btn a.res {
  background: #ffaa00;
}

.kf-box .kf-btn a.kf {
  background: #2375af;
}

.kf-box .kf-btn a:hover {
  opacity: .9;
}

.kf-side {
  background: url('../images/slide-kf-bg.png') no-repeat center center;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 9999;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 140px;
  border-radius: 8px;
  height: 412px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, .2);
}

.kf-side .hr {
  height: 1px;
  background: linear-gradient(to left, #ffffff, #bbb, #ffffff);
  margin: 20px 0;
}

.kf-side .kf-side-close {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: 800;
  background: #f5f5f5;
  color: #ccc;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.kf-side .kf-side-close:hover {
  color: #333;
  background: #ddd;
}

.kf-side .kf-side-item {
  text-align: center;
}
.kf-side .kf-t-item{
  
margin-top: 70px;
  
margin-bottom: 40px;
}

.kf-side .kf-side-item .kf-side-free-call {}

.kf-side .kf-side-item .kf-side-free-call .inp {
  border: 1px solid #ffaa00;
  width: 110px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 2px;
  /* margin-top: 127px; */
}

.kf-side .kf-side-item .btn {
  display: block;
  width: 114px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #ddd;
  border: none;
  border-radius: 2px;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
}

.kf-side .kf-side-item .btn:hover {
  opacity: .9;
}

.kf-side .kf-side-item .kf-side-t {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}

.kf-side .kf-side-item .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  /* background-image: url(../images/common_icon.png); */
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}

.kf-side .kf-side-item .kf_icon {
  /* background-position: -10px -92px; */
}

.kf-side .kf-side-item .tel_icon {
  /* background-position: -39px -92px; */
}

.kf-side .kf-side-item .free_tel_icon {
  /* background-position: -70px -96px; */
}

.kf-side .kf-side-item .kf-side-b-t {
  color: #666;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.kf-side .kf-side-item .kf-side-b-phone {
  color: #f67200;
  text-align: center;
  font-weight: 800;
  line-height: 36px;
  font-size: 16px;
}

.kf-side .kf-side-item.kf-k-item .kf-side-t {
  color: #005bac;
}

.kf-side .kf-side-item.kf-t-item .kf-side-t {
  color: #ffaa00;
}

.kf-side .kf-side-item.kf-k-item .btn {
  background: #005bac;
  margin-top: 74px;
}

.kf-side .kf-side-item.kf-t-item .btn {
  background: #ffaa00;
}

.kf-side .kf-side-item.kf-r-item .btn {
  background: #57cb17;
}

/*客服样式 end*/

.bg-h_cp_01 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -140px -20px;
}

.bg-h_cp_02 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -20px -140px;
}

.bg-h_cp_03 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -106px -140px;
}

.bg-h_cp_04 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -226px -20px;
}

.bg-h_cp_05 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -226px -106px;
}

.bg-h_cp_06 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -20px -226px;
}

.bg-h_cp_07 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -106px -226px;
}

.bg-h_cp_08 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -192px -226px;
}

.bg-h_cp_09 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -312px -20px;
}

.bg-h_cp_10 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -312px -106px;
}

.bg-h_cp_11 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -312px -192px;
}

.bg-h_cp_12 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -20px -312px;
}

.bg-h_cp_13 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -106px -312px;
}

.bg-h_cp_14 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -192px -312px;
}

.bg-h_cp_15 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -278px -312px;
}

.bg-h_cp_16 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common_1.png') -398px -20px;
}

.bg-foot_icon_01 {
  width: 19px;
  height: 17px;
  background: url('../images/sprites-common_1.png') -398px -226px;
}

.bg-foot_icon_02 {
  width: 80px;
  height: 80px;
  background: url('../images/sprites-common_1.png') -20px -20px;
}

.bg-free_tel_icon {
  width: 19px;
  height: 14px;
  background: url('../images/sprites-common_1.png') -398px -283px;
}

.bg-kf_icon {
  width: 20px;
  height: 20px;
  background: url('../images/sprites-common_1.png') -398px -106px;
}

.bg-list_icon {
  width: 10px;
  height: 10px;
  background: url('../images/sprites-common_1.png') -398px -337px;
}

.bg-nav_item_icon {
  width: 10px;
  height: 9px;
  background: url('../images/sprites-common_1.png') -20px -398px;
}

.bg-tel_icon {
  width: 18px;
  height: 20px;
  background: url('../images/sprites-common_1.png') -398px -166px;
}