@charset "UTF-8";
/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
*/
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  font: 14px/1 "PingFangSC-Regular", PingFangSC-Light, 'Microsoft YaHei', "微软雅黑", SourceHanSansCN-Normal, STHeiti, Helvetica, Arail;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  /* 18px / 12px = 1.5 */
}

h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}

h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}

h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var,
i,
em {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}

/* 重置文本格式元素 */
a,
a:link,
a:visited,
a:active,
a:hover {
  color: inherit;
  text-decoration: none;
  font-weight: unset;
}

abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}

q:before,
q:after {
  content: '';
}

/* 重置表单元素 */
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 hr */
hr {
  border: none;
  height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}

/*清除图片边框*/
img {
  border: 0;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*清除浮动*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
  /*IE/7/6*/
}

@font-face {
  font-family: 'DIN';
  src: url("../font/DINPro-Medium.eot");
  src: url("../font/DINPro-Medium.woff") format("woff"), url("../font/DINPro-Medium.ttf") format("truetype"), url("../font/DINPro-Medium.svg") format("svg");
}

.zoomin {
  animation-name: zoomin;
}

@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
  }
}

.hover {
  transition: all .5;
}

.hover:hover {
  border-color: #ffa410 !important;
  box-shadow: 0px 0px 10px 0px rgba(255, 105, 0, 0.67);
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all .5;
}

.fwb {
  font-weight: bold;
}

.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE */
}

.wrap {
  width: 1030px;
  margin: 0 auto;
  position: relative;
}

.kf {
  cursor: pointer;
}

.fs12 {
  font-size: 12px;
}

.header {
  height: 86px;
  line-height: 86px;
}

.header a {
  height: 86px;
  line-height: 86px;
}

.header .hotline {
  margin-top: 23px;
}

.nav {
  height: 60px;
  line-height: 60px;
  background: #ff8e00;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.nav a {
  float: left;
  letter-spacing: 1px;
  padding: 0 14px;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.nav a:hover:after {
  top: 0;
  transition: all .3s;
}

.nav a span {
  position: relative;
  z-index: 2;
}

.nav a + a {
  margin-left: 65px;
}

.nav a.active:after {
  top: 0;
  transition: all .3s;
}

.nav a:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 60px;
  padding: 0 0;
  width: 100%;
  height: 60px;
  background: #bd6800;
}

h2.meal {
  margin-top: 58px;
  font-size: 26px;
  text-align: center;
}

.banner {
  overflow: hidden;
}

.banner.banner-index {
  height: 408px;
  /*background: #ecfaff url(banner-1.jpg) no-repeat center center;*/
}

.banner.banner-index .p1 {
  margin-top: 72px;
  font-size: 25px;
}

.banner.banner-index .p2 {
  margin-top: 28px;
  font-size: 65px;
  font-weight: 600;
}

.banner.banner-index .p2 sup {
  font-size: 27px;
  position: relative;
  top: -35px;
}

.banner.banner-index .p3 {
  margin-top: 22px;
  font-size: 30px;
}

.banner.banner-index .p3 sup {
  font-size: 20px;
}

.banner.banner-index .btn {
  margin-top: 52px;
  width: 260px;
  height: 52px;
  line-height: 50px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 25px;
  background: url(index-btn.png) no-repeat center center;
}

.banner.banner-index .btn span {
  margin-left: 24px;
}

.banner.banner-val {
  height: 408px;
  color: #ffffff;
 /* background: #ecfaff url(banner-2.jpg) no-repeat center center;*/
}

.banner.banner-val .p1 {
  margin-top: 72px;
  font-size: 25px;
}

.banner.banner-val .p2 {
  margin-top: 28px;
  font-size: 45px;
  font-weight: 600;
}

.banner.banner-val .p2 sup {
  font-size: 27px;
  position: relative;
  top: -10px;
}

.banner.banner-val .p3 {
  margin-top: 22px;
  font-size: 30px;
}

.banner.banner-val .p3 sup {
  font-size: 20px;
}

.banner.banner-val .btn {
  margin-top: 52px;
  width: 260px;
  height: 52px;
  line-height: 50px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 25px;
  background: url(index-btn.png) no-repeat center center;
}

.banner.banner-val .btn span {
  margin-left: 24px;
}

.banner.banner-function {
  height: 408px;
  color: #ffffff;
  /*background: #ecfaff url(banner-3.jpg) no-repeat center center;*/
}

.banner.banner-function .p1 {
  margin-top: 72px;
  font-size: 25px;
}

.banner.banner-function .p2 {
  margin-top: 28px;
  font-size: 45px;
  font-weight: 600;
}

.banner.banner-function .p2 sup {
  font-size: 27px;
  position: relative;
  top: -20px;
}

.banner.banner-function .p3 {
  margin-top: 22px;
  font-size: 30px;
}

.banner.banner-function .p3 sup {
  font-size: 20px;
}

.banner.banner-function .btn {
  margin-top: 52px;
  width: 260px;
  height: 52px;
  line-height: 50px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 25px;
  background: url(index-btn.png) no-repeat center center;
}

.banner.banner-function .btn span {
  margin-left: 24px;
}

.banner.banner-process {
  height: 408px;
  color: #ffffff;
 /* background: #3d6de9 url(banner-6.jpg) no-repeat center center;*/
}

.banner.banner-process .p1 {
  margin-top: 90px;
  font-size: 25px;
}

.banner.banner-process .p2 {
  margin-top: 28px;
  font-size: 35px;
  font-weight: 600;
}

.banner.banner-process .p2 sup {
  font-size: 27px;
  position: relative;
  top: -10px;
}

.banner.banner-process .p3 {
  margin-top: 22px;
  font-size: 30px;
}

.banner.banner-process .p3 sup {
  font-size: 20px;
}

.banner.banner-process .btn {
  margin-top: 52px;
  width: 260px;
  height: 52px;
  line-height: 50px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 25px;
  background: url(index-btn.png) no-repeat center center;
}

.banner.banner-process .btn span {
  margin-left: 24px;
}

.banner.banner-num {
  height: 408px;
  color: #ffffff;
 /* background: #ecfaff url(banner-4.jpg) no-repeat center center;*/
}

.banner.banner-num .p1 {
  margin-top: 85px;
  font-size: 25px;
  position: relative;
}

.banner.banner-num .p1:after {
  display: block;
  width: 103px;
  height: 50px;
  content: "";
  position: absolute;
  left: 460px;
  top: -5px;
  background: url(tip-we.png);
}

.banner.banner-num .p2 {
  margin-top: 25px;
  font-size: 45px;
  font-weight: 600;
}

.banner.banner-num .btn {
  margin-top: 35px;
  width: 260px;
  height: 52px;
  line-height: 50px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 25px;
  background: url(index-btn.png) no-repeat center center;
}

.banner.banner-num .btn span {
  margin-left: 24px;
}

.banner.banner-hot {
  height: 408px;
  color: #ffffff;
  /*background: #ecfaff url(banner-5.jpg) no-repeat center center;*/
}

.banner.banner-hot .p1 {
  margin-top: 85px;
  font-size: 25px;
  position: relative;
}

.banner.banner-hot .p1 sup {
  font-size: 16px;
  top: -10px;
}

.banner.banner-hot .p2 {
  margin-top: 25px;
  font-size: 35px;
  font-weight: 600;
}

.banner.banner-hot .p3 {
  margin-top: 22px;
  font-size: 30px;
}

.banner.banner-hot .p3 sup {
  font-size: 20px;
}

.banner.banner-hot .btn {
  margin-top: 50px;
  width: 260px;
  height: 52px;
  line-height: 50px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 25px;
  background: url(index-btn.png) no-repeat center center;
}

.banner.banner-hot .btn span {
  margin-left: 24px;
}

.banner.banner-about {
  height: 408px;
  color: #ffffff;
  /*background: #4c46ca url(banner-7.jpg) no-repeat center center;*/
}

.banner.banner-about .p1 {
  margin-top: 85px;
  font-size: 25px;
  position: relative;
}

.banner.banner-about .p2 {
  margin-top: 25px;
  font-size: 35px;
  font-weight: 600;
}

.banner.banner-about .p3 {
  margin-top: 22px;
  font-size: 30px;
}

.banner.banner-about .p3 sup {
  font-size: 20px;
}

.banner.banner-about .btn {
  margin-top: 50px;
  width: 260px;
  height: 52px;
  line-height: 50px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 25px;
  background: url(index-btn.png) no-repeat center center;
}

.banner.banner-about .btn span {
  margin-left: 24px;
}

.core .mess {
  margin-top: 20px;
  line-height: 24px;
  text-align: center;
}

.core .more {
  margin-top: 20px;
  text-align: center;
  color: #fe6e01;
}

.core .more a {
  color: #fe6e01;
}

.core .core-group {
  margin-top: 26px;
  border: 1px solid #e5e5e5;
}

.core .core-group .item {
  float: left;
  width: 25%;
  height: 205px;
  text-align: center;
  box-sizing: content-box;
}

.core .core-group .item + .item {
  border-left: 1px solid #e5e5e5;
  margin-left: -1px;
}

.core .core-group .item .img-box {
  width: 108px;
  height: 108px;
  margin: 0 auto;
}

.core .core-group .item .img-box.img-box1 {
  /*background: url(core-1.jpg) no-repeat center center;*/
}

.core .core-group .item .img-box.img-box2 {
  background: url(core-2.jpg) no-repeat center center;
}

.core .core-group .item .img-box.img-box3 {
  background: url(core-3.jpg) no-repeat center center;
}

.core .core-group .item .img-box.img-box4 {
  background: url(core-4.jpg) no-repeat center center;
}

.core .core-group .item .p1 {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}

.core .core-group .item .p2 {
  margin-top: 20px;
  color: #333333;
  line-height: 20px;
}

.guide .more {
  margin-top: 25px;
  text-align: center;
  color: #fe6e01;
}

.guide .guide-points {
  margin-top: 26px;
  height: 140px;
  border: 1px solid #e5e5e5;
}

.guide .guide-points .item {
  float: left;
  overflow: hidden;
}

.guide .guide-points .item.item1 .xh {
  margin-left: 12px;
  margin-right: 17px;
}

.guide .guide-points .item.item2 .xh {
  margin-left: 8px;
  margin-right: 10px;
}

.guide .guide-points .item.item3 .xh {
  margin-left: 8px;
  margin-right: 10px;
}

.guide .guide-points .item .xh {
  margin-top: 25px;
  float: left;
}

.guide .guide-points .item .tex {
  float: left;
  margin-top: 52px;
}

.guide .guide-points .item .tex .p1 {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 16px;
}

.guide .guide-points .item .tex .p2 {
  line-height: 22px;
}

.guide .num-section {
  margin-top: 25px;
}

.guide .num-section .num-hd {
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  background: #ff9c0e;
  background-image: -moz-linear-gradient(0deg, #ffa711 1%, #fe6a00 100%);
  background-image: -webkit-linear-gradient(0deg, #ffa711 1%, #fe6a00 100%);
  background-image: -ms-linear-gradient(0deg, #ffa711 1%, #fe6a00 100%);
}

.guide .num-section .num-bd table {
  width: 100%;
}

.guide .num-section .num-bd td {
  position: relative;
  width: 33.333%;
  border: 1px solid #e5e5e5;
}

.guide .num-section .num-bd td.dx:after {
  display: block;
  width: 53px;
  height: 16px;
  content: "";
  right: 20px;
  top: 12px;
  position: absolute;
  /*background: url(icon-dx.png);*/
}

.guide .num-section .num-bd td.yd:after {
  display: block;
  width: 56px;
  height: 18px;
  content: "";
  right: 20px;
  top: 12px;
  position: absolute;
  background: url(icon-yd.png);
}

.guide .num-section .num-bd td.lt:after {
  display: block;
  width: 44px;
  height: 25px;
  content: "";
  right: 20px;
  top: 12px;
  position: absolute;
  background: url(icon-lt.png);
}

.guide .num-section .num-bd td .inner-hd {
  padding: 18px 0;
  margin: 0 25px;
  line-height: 26px;
  border-bottom: 1px dashed #e5e5e5;
}

.guide .num-section .num-bd td .inner-bd {
  padding: 0 25px;
}

.guide .num-section .num-bd td .inner-bd .hd {
  padding-top: 24px;
  margin-bottom: 15px;
}

.guide .num-section .num-bd td .inner-bd .hd span {
  color: #adadad;
}

.guide .num-section .num-bd td .inner-bd .bd {
  padding: 0 0 16px;
  font-size: 16px;
}

.guide .num-section .num-bd td .inner-bd .bd .l-g {
  float: left;
  width: 50%;
  text-align: left;
}

.guide .num-section .num-bd td .inner-bd .bd .r-g {
  float: left;
  width: 50%;
  text-align: right;
}

.guide .num-section .num-bd td .inner-bd .bd span {
  line-height: 26px;
  display: block;
}

.guide .num-section .num-bd td .inner-ft {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.guide .num-section .num-bd td:hover .inner-ft {
  background: #fe6e01;
  color: #ffffff;
}

.guide .best-section {
  margin-top: 25px;
}

.guide .best-section .num-hd {
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
  background: #ff9c0e;
  background-image: -moz-linear-gradient(0deg, #ffa711 1%, #fe6a00 100%);
  background-image: -webkit-linear-gradient(0deg, #ffa711 1%, #fe6a00 100%);
  background-image: -ms-linear-gradient(0deg, #ffa711 1%, #fe6a00 100%);
}

.guide .best-section .num-bd table {
  width: 100%;
}

.guide .best-section .num-bd table td {
  width: 33.333%;
  border: 1px solid #e5e5e5;
}

.guide .best-section .num-bd table td .inner .top {
  padding: 20px 30px;
}

.guide .best-section .num-bd table td .inner .top .tt {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #e5e5e5;
}

.guide .best-section .num-bd table td .inner .top .num-centent {
  padding-top: 24px;
  color: #333333;
}

.guide .best-section .num-bd table td .inner .top .num-centent .tt-tip {
  margin-bottom: 14px;
}

.guide .best-section .num-bd table td .inner .top .num-centent .tt-tip span {
  color: #adadad;
}

.guide .best-section .num-bd table td .inner .top .num-centent .num-box {
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
}

.guide .best-section .num-bd table td .inner .top .num-centent .num-box .item {
  float: left;
  width: 50%;
}

.guide .best-section .num-bd table td .inner .top .num-centent .num-box .item span {
  display: block;
}

.guide .best-section .num-bd table td .inner .top .num-centent .num-box .item.fl {
  text-align: left;
}

.guide .best-section .num-bd table td .inner .top .num-centent .num-box .item.fr {
  text-align: right;
}

.guide .best-section .num-bd table td .sub {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
}

.guide .best-section .num-bd table td .sub:hover {
  background: #fd6f12;
  color: #ffffff;
  opacity: 1;
}

.guide .best-section2 {
  margin-top: 25px;
}

.guide .best-section2 .num-bd > .item {
  float: left;
  width: 332px;
  border: 1px solid #e5e5e5;
}

.guide .best-section2 .num-bd > .item + .item {
  margin-left: 14px;
}

.guide .best-section2 .num-bd > .item .inner .top {
  padding: 20px 30px;
}

.guide .best-section2 .num-bd > .item .inner .top .tt {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #e5e5e5;
}

.guide .best-section2 .num-bd > .item .inner .top .num-centent {
  padding-top: 24px;
  color: #333333;
}

.guide .best-section2 .num-bd > .item .inner .top .num-centent .tt-tip {
  margin-bottom: 14px;
}

.guide .best-section2 .num-bd > .item .inner .top .num-centent .tt-tip span {
  color: #adadad;
}

.guide .best-section2 .num-bd > .item .inner .top .num-centent .num-box {
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
}

.guide .best-section2 .num-bd > .item .inner .top .num-centent .num-box .item {
  float: left;
  width: 50%;
}

.guide .best-section2 .num-bd > .item .inner .top .num-centent .num-box .item span {
  display: block;
}

.guide .best-section2 .num-bd > .item .inner .top .num-centent .num-box .item.fl {
  text-align: left;
}

.guide .best-section2 .num-bd > .item .inner .top .num-centent .num-box .item.fr {
  text-align: right;
}

.guide .best-section2 .num-bd > .item .sub {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  border-top: 1px solid #e5e5e5;
}

.guide .best-section2 .num-bd > .item .sub:hover {
  background: #fd6f12;
  color: #ffffff;
  opacity: 1;
}

.guide .star-section {
  margin-top: 25px;
}

.guide .star-section .num-hd {
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
  background: #ff9c0e;
  background-image: -moz-linear-gradient(0deg, #ffa711 1%, #fe6a00 100%);
  background-image: -webkit-linear-gradient(0deg, #ffa711 1%, #fe6a00 100%);
  background-image: -ms-linear-gradient(0deg, #ffa711 1%, #fe6a00 100%);
}

.guide .star-section .num-hd a {
  margin-right: 20px;
}

.guide .star-section .num-bd th {
  height: 40px;
  font-weight: normal;
}

.guide .star-section .num-bd th,
.guide .star-section .num-bd td {
  font-size: 16px;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.guide .star-section .num-bd .zh {
  padding: 18px 0 18px 58px;
  line-height: 30px;
}

.guide .star-section .num-bd .zh p {
  overflow: hidden;
}

.guide .star-section .num-bd .zh span {
  float: left;
  margin: 0 20px;
  text-align: left;
}

.guide .star-section .num-bd .zh span.orange {
  width: 75px;
}

.guide .star-section .num-bd .sl {
  line-height: 40px;
}

.guide .star-section .num-bd .sl .item {
  float: left;
  width: 33.3333%;
  text-align: center;
}

.guide .star-section .num-bd .sl .item span {
  display: block;
  position: relative;
  cursor: pointer;
}

.guide .star-section .num-bd .sl .item span:after {
  content: "立即预占";
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE */
  width: 95%;
  height: 38px;
  line-height: 38px;
  position: absolute;
  left: 4px;
  top: 0;
  color: #ffffff;
  background: #ff704c;
  border-radius: 20px;
}

.guide .star-section .num-bd .sl .item span:hover:after {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE */
  display: block;
  transition: all .3s;
}

.guide .num-form .item {
  border: 1px solid #e5e5e5;
  margin-top: 30px;
}

.guide .num-form .item.item1 .left-box {
  /*background: url(f1.png) no-repeat right bottom;*/
}

.guide .num-form .item.item2 .left-box {
  background: url(f2.png) no-repeat right bottom;
}

.guide .num-form .item.item3 .left-box {
  background: url(f3.png) no-repeat right bottom;
}

.guide .num-form .left-box {
  float: left;
  width: 184px;
  height: 226px;
  color: #fff;
  padding: 0 20px;
  background: #ff6900;
}

.guide .num-form .left-box .tt {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}

.guide .num-form .left-box .des {
  line-height: 24px;
}

.guide .num-form .left-box .btn {
  margin-top: 35px;
  width: 132px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  border: 1px solid #fff;
}

.guide .num-form .left-box .btn:hover {
  background: #fff;
  color: #fd6f2f;
  opacity: 1;
}

.guide .num-form .right-box {
  float: left;
  height: 226px;
}

.guide .num-form .right-box .it {
  width: 267px;
  float: left;
  height: 100%;
  background: #ffffff;
  border-left: 1px solid #e5e5e5;
}

.guide .num-form .right-box .it:hover {
  border-left: 1px solid #fff;
}

.guide .num-form .right-box .it .tt {
  margin: 21px 28px 12px 28px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}

.guide .num-form .right-box .it table.numbox {
  line-height: 24px;
  margin: 0 15px;
  text-align: center;
}

.guide .num-form .right-box .it table.numbox tr {
  width: 100%;
}

.guide .num-form .right-box .it table.numbox td {
  width: 126px;
  cursor: pointer;
}

.guide .num-form .right-box .it table.numbox td:hover {
  color: #ff0000;
}

.guide .num-form .right-box .it .btn {
  margin-top: 18px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.guide .num-form .right-box .it .btn.btn1 {
  background: #fd6f12;
}

.guide .num-form .right-box .it .btn:hover {
  opacity: 1;
}

.guide .light-num {
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.guide .light-num .side-add {
  float: left;
  width: 239px;
  height: 310px;
  background: #ff671d url(side-add-bg1.png) no-repeat center center;
}

.guide .light-num .side-add img {
  margin-top: 20px;
  margin-left: 15px;
}

.guide .light-num .side-add .btn {
  margin-top: 20px;
  margin-left: 25px;
  width: 134px;
  height: 41px;
  background: url(side-add-btn.png) no-repeat center;
}

.guide .light-num .side-add .btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE */
}

.guide .light-num .right-num {
  width: 788px;
  float: left;
}

.guide .light-num .right-num table {
  width: 100%;
  text-align: center;
}

.guide .light-num .right-num table td > div {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  width: 171px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.guide .light-num .right-num table td > div::before {
  margin-right: 8px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(light-icon.png) no-repeat center center;
}

.guide .light-num .right-num table td > div:hover {
  color: #ffffff;
  background: url(light-bg.png) no-repeat center center;
}

.hydb .ck-box {
  margin-top: 25px;
}

.hydb .tag-box {
  height: 50px;
  line-height: 50px;
  background: #ff6900;
}

.hydb .tag-box .tag {
  text-align: center;
  width: 9.09%;
  color: #ffffff;
  float: left;
  position: relative;
  cursor: pointer;
}

.hydb .tag-box .tag:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -1px;
  top: 18px;
  background: #ffffff;
}

.hydb .tag-box .tag:last-child:after {
  display: none;
}

.hydb .tag-box .tag:hover {
  background: #bb5200;
}

.hydb .tag-box .tag:hover:after {
  display: none;
}

.hydb .tag-box .tag.active {
  background: #bb5200;
}

.hydb .tag-box .tag.active:after {
  display: none;
}

.hydb .anlis {
  overflow: hidden;
  height: 203px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}

.hydb .anlis .item {
  margin: 40px 0 0;
  background-position: center top;
  background-repeat: no-repeat;
}

.hydb .anlis .item .anli-num {
  float: left;
  width: 205px;
  text-align: center;
  font-size: 16px;
  margin: 120px auto 0;
}

.hydb .anlis .item .anli-num span {
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  font-family: Microsoft Yahei;
  background: #1d2088;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  line-height: 20px;
}

.hydb .anlis .item.item1 {
  /*background-image: url(kglogo_1.png);*/
}

.hydb .anlis .item.item2 {
  background-image: url(kglogo_2.png);
}

.hydb .anlis .item.item3 {
  background-image: url(kglogo_3.png);
}

.hydb .anlis .item.item4 {
  background-image: url(kglogo_4.png);
}

.hydb .anlis .item.item5 {
  background-image: url(kglogo_5.png);
}

.hydb .anlis .item.item6 {
  background-image: url(kglogo_6.png);
}

.hydb .anlis .item.item7 {
  background-image: url(kglogo_7.png);
}

.hydb .anlis .item.item8 {
  background-image: url(kglogo_8.png);
}

.hydb .anlis .item.item9 {
  background-image: url(kglogo_9.png);
}

.hydb .anlis .item.item10 {
  background-image: url(kglogo_10.png);
}

.hydb .anlis .item.item11 {
  background-image: url(kglogo_11.png);
}

.meal-hot .more {
  margin-top: 25px;
  text-align: center;
  color: #fe6e01;
}

.meal-hot .meal-hot-group {
  margin-top: 25px;
}

.meal-hot .meal-hot-group .item {
  float: left;
  width: 330px;
  height: 405px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.meal-hot .meal-hot-group .item + .item {
  margin-left: 15px;
}

.meal-hot .meal-hot-group .item.ht1::after {
  position: absolute;
  display: block;
  content: "";
  right: 24px;
  top: -8px;
  width: 53px;
  height: 53px;
  /*background: url(ht1.png) no-repeat center center;*/
}

.meal-hot .meal-hot-group .item.ht2::after {
  position: absolute;
  display: block;
  content: "";
  right: 24px;
  top: -8px;
  width: 53px;
  height: 53px;
  background: url(ht2.png) no-repeat center center;
}

.meal-hot .meal-hot-group .item.ht3::after {
  position: absolute;
  display: block;
  content: "";
  right: 24px;
  top: -8px;
  width: 53px;
  height: 53px;
  background: url(ht3.png) no-repeat center center;
}

.meal-hot .meal-hot-group .item .top {
  padding: 0 16px 18px;
}

.meal-hot .meal-hot-group .item .top .meal-tit {
  padding: 25px 0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dashed #e5e5e5;
}

.meal-hot .meal-hot-group .item .top .open-gift {
  padding: 22px 0 20px;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
}

.meal-hot .meal-hot-group .item .top .open-gift .gift-tt {
  font-weight: bold;
  margin-bottom: 3px;
  color: #ff704c;
}

.meal-hot .meal-hot-group .item .top .open-gift p {
  font-size: 12px;
}

.meal-hot .meal-hot-group .item .top .exp-num {
  margin-top: 20px;
}

.meal-hot .meal-hot-group .item .top .exp-num .exp-top {
  margin-bottom: 8px;
  line-height: 22px;
}

.meal-hot .meal-hot-group .item .top .exp-num .exp-top .orange {
  font-weight: bold;
}

.meal-hot .meal-hot-group .item .top .exp-num .exp-top .orange.fr {
  font-weight: normal;
}

.meal-hot .meal-hot-group .item .top .exp-num .exp-group .exp-item {
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 28px;
}

.meal-hot .meal-hot-group .item .top .exp-num .exp-group .exp-item.text-l {
  text-align: left;
}

.meal-hot .meal-hot-group .item .top .exp-num .exp-group .exp-item.text-r {
  text-align: right;
}

.meal-hot .meal-hot-group .item .sub {
  height: 96px;
  color: #ffffff;
  background: #fe7c05;
  background: -webkit-linear-gradient(#fe7704, #ffa410);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fe7704, #ffa410);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fe7704, #ffa410);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fe7704, #ffa410);
  /* 标准的语法 */
}

.meal-hot .meal-hot-group .item .sub .money {
  margin-top: 40px;
  margin-left: 20px;
  float: left;
  font-size: 20px;
  position: relative;
}

.meal-hot .meal-hot-group .item .sub .money i {
  position: absolute;
  font-size: 14px;
  top: 19px;
  right: -16px;
}

.meal-hot .meal-hot-group .item .sub .money:after {
  content: "";
  display: block;
  width: 92px;
  height: 23px;
  /*background: url(hy3.png);*/
  position: absolute;
  top: -18px;
  right: -5px;
}

.meal-hot .meal-hot-group .item .sub .money span {
  font-family: "DIN";
  font-size: 40px;
  font-weight: bold;
  vertical-align: sub;
}

.meal-hot .meal-hot-group .item .sub .btn {
  margin-top: 34px;
  margin-right: 20px;
  padding: 12px 29px;
  float: right;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 20px;
}

.meal-hot .meal-hot-group .item .sub .btn:hover {
  background: #ffffff;
  color: #fe6e01;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE */
}

.orange {
  color: #ff704c !important;
}

.func .more {
  margin-top: 25px;
  text-align: center;
  color: #fe6e01;
}

.func .func-group {
  margin-top: 25px;
}

.func .func-banner {
  margin-top: 25px;
  padding: 30px 36px;
  color: #ffffff;
  background: #ff6a00 url(fuc-bg.png) no-repeat center center;
}

.func .func-banner .p1 {
  margin-bottom: 15px;
  font-size: 24px;
}

.func .func-banner .p1 sup {
  font-size: 16px;
}

.func .func-banner .p2 {
  font-size: 18px;
}

.func .func-row + .func-row {
  margin-top: 12px;
}

.func .func-row .item {
  float: left;
  width: 20%;
  height: 92px;
}

.func .func-row .item.item-tt {
  color: #ffffff;
  background: #fe7c05;
  background: -webkit-linear-gradient(#fe7704, #ffa410);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fe7704, #ffa410);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fe7704, #ffa410);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fe7704, #ffa410);
  /* 标准的语法 */
}

.func .func-row .item.item-tt .imgbox {
  width: 36px;
  height: 36px;
  margin: 15px auto 10px;
}

.func .func-row .item.item-tt .imgbox.imgbox1 {
 /* background: url(func1.png);*/
}

.func .func-row .item.item-tt .imgbox.imgbox2 {
  background: url(func2.png);
}

.func .func-row .item.item-tt .imgbox.imgbox3 {
  background: url(func3.png);
}

.func .func-row .item.item-tt p {
  text-align: center;
}

.func .func-row .item.item-it .inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.func .func-row .item.item-it .inner .bt {
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 8px;
  font-weight: bold;
}

.func .func-row .item.item-it .inner .info {
  margin-left: 15px;
  font-size: 12px;
  color: #333333;
}

.func .func-row .item.item-it .inner.tj-100 {
  position: relative;
}

.func .func-row .item.item-it .inner.tj-100:after {
  content: "选择率100%";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 24px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  background: #ff6a00;
  border-bottom-left-radius: 12px;
}

.func .func-row .item.item-it .inner.tj-90 {
  position: relative;
}

.func .func-row .item.item-it .inner.tj-90:after {
  content: "选择率100%";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 24px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  background: #ff6a00;
  border-bottom-left-radius: 12px;
}

.func .func-row .item.item-it .inner.tj-80 {
  position: relative;
}

.func .func-row .item.item-it .inner.tj-80:after {
  content: "选择率80%";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 24px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  background: #ff6a00;
  border-bottom-left-radius: 12px;
}

.flow .desc {
  margin-top: 25px;
  text-align: center;
}

.flow .flow-wrap {
  margin-top: 25px;
  padding: 24px 0;
  line-height: 24px;
  border: 1px solid #e5e5e5;
}

.flow .flow-wrap .item {
  float: left;
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
}

.flow .flow-wrap .item .p1 {
  font-weight: bold;
}

.flow .flow-wrap .item.item1 {
  /*background: url(flow1.png) no-repeat 30px center;*/
}

.flow .flow-wrap .item.item1:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 60px;
  right: 0;
  top: 10px;
  background: url(arrow.png) no-repeat center center;
}

.flow .flow-wrap .item.item2 {
  background: url(flow2.png) no-repeat 15px center;
}

.flow .flow-wrap .item.item2:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 60px;
  right: 0;
  top: 10px;
  background: url(arrow.png) no-repeat center center;
}

.flow .flow-wrap .item.item3 {
  background: url(flow3.png) no-repeat 20px center;
}

.flow .flow-wrap .item.item3:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 60px;
  right: 0;
  top: 10px;
  background: url(arrow.png) no-repeat center center;
}

.flow .flow-wrap .item.item4 {
  background: url(flow4.png) no-repeat 20px center;
}

.case .more {
  margin-top: 25px;
  text-align: center;
  color: #fe6e01;
}

.case .case-box {
  margin-top: 25px;
  width: 100%;
}

.case .case-box table {
  width: 100%;
}

.case .case-box table td {
  width: 170px;
  height: 100px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  position: relative;
}

.case .case-box table td:hover .num {
  visibility: visible;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* IE */
}

.case .case-box table td.td1 {
  /*background: url(sl1.png) no-repeat center center;*/
}

.case .case-box table td.td2 {
  background: url(sl2.png) no-repeat center center;
}

.case .case-box table td.td3 {
  background: url(sl3.png) no-repeat center center;
}

.case .case-box table td.td4 {
  background: url(sl4.png) no-repeat center center;
}

.case .case-box table td.td5 {
  background: url(sl5.png) no-repeat center center;
}

.case .case-box table td.td6 {
  background: url(sl6.png) no-repeat center center;
}

.case .case-box table td.td7 {
  background: url(sl7.png) no-repeat center center;
}

.case .case-box table td.td8 {
  background: url(sl8.png) no-repeat center center;
}

.case .case-box table td.td9 {
  background: url(sl9.png) no-repeat center center;
}

.case .case-box table td.td10 {
  background: url(sl10.png) no-repeat center center;
}

.case .case-box table td.td11 {
  background: url(sl11.png) no-repeat center center;
}

.case .case-box table td.td12 {
  background: url(sl12.png) no-repeat center center;
}

.case .case-box table td.td13 {
  background: url(sl13.png) no-repeat center center;
}

.case .case-box table td.td14 {
  background: url(sl14.png) no-repeat center center;
}

.case .case-box table td.td15 {
  background: url(sl15.png) no-repeat center center;
}

.case .case-box table td.td16 {
  background: url(sl16.png) no-repeat center center;
}

.case .case-box table td.td17 {
  background: url(sl17.png) no-repeat center center;
}

.case .case-box table td.td18 {
  background: url(sl18.png) no-repeat center center;
}

.case .case-box table td.td19 {
  background: url(sl19.png) no-repeat center center;
}

.case .case-box table td.td20 {
  background: url(sl20.png) no-repeat center center;
}

.case .case-box table td.td21 {
  /*background: url(sl21.png) no-repeat center center;*/
}

.case .case-box table td .num {
  display: table-cell;
  width: 170px;
  height: 100px;
  vertical-align: middle;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  font-family: 'DIN';
  background: #fe7c05;
  background: -webkit-linear-gradient(#fe7704, #ffa410);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fe7704, #ffa410);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fe7704, #ffa410);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fe7704, #ffa410);
  /* 标准的语法 */
  text-align: center;
}

.case .case-box table td .num .c-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.case .case-box table td .num .c-num {
  font-size: 22px;
  font-family: 'DIN';
}

.just-do .top-vs {
  margin-top: 25px;
}

.just-do .top-vs .it {
  width: 50%;
  float: left;
  text-align: center;
  font-weight: bold;
}

.just-do .top-vs .it.me {
  color: #ff6a00;
}

.just-do .item {
  margin-top: 25px;
  height: 69px;
  background: url(vsbg.png) no-repeat center center;
  position: relative;
  color: #ffffff;
}

.just-do .item .it-l {
  width: 460px;
  float: left;
  height: 69px;
  line-height: 69px;
  text-align: right;
  color: #333;
}

.just-do .item .it-r {
  width: 460px;
  float: right;
  height: 69px;
  line-height: 69px;
}

.just-do .item .it-md {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  width: 69px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 18px;
}

.what .what-wrap {
  margin-top: 25px;
  border: 1px solid #e5e5e5;
  padding: 0 30px;
}

.what .what-wrap .item {
  padding-left: 50px;
  padding-top: 18px;
  padding-bottom: 13px;
  position: relative;
}

.what .what-wrap .item .imgbox {
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(50%);
  text-align: right;
}

.what .what-wrap .item p {
  line-height: 26px;
  color: #333333;
}

.what .what-wrap .item + .item {
  border-top: 1px dashed #e5e5e5;
}

.hzal .more {
  margin-top: 25px;
  text-align: center;
  color: #fe6e01;
}

.hzal .hzal-wrap {
  margin-top: 25px;
}

.hzal .hzal-wrap .hzal-tabs .item {
  float: left;
  width: 33.333%;
  height: 42px;
  line-height: 42px;
  color: #333333;
  text-align: center;
  background: #e5e5e5;
  cursor: pointer;
  position: relative;
}

.hzal .hzal-wrap .hzal-tabs .item + .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 42px;
  background: #ffffff;
  left: 0;
  top: 0;
}

.hzal .hzal-wrap .hzal-tabs .item:hover {
  color: #ffffff;
  background: #ff6a00;
}

.hzal .hzal-wrap .hzal-tabs .item.active {
  color: #ffffff;
  background: #ff6a00;
}

.hzal .hzal-wrap .hzal-contents {
  text-align: center;
  padding: 25px;
  border: 1px solid #e5e5e5;
}

.hzal .hzal-wrap .hzal-contents .item .big-l {
  float: left;
  width: 462px;
  height: 378px;
  line-height: 378px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.hzal .hzal-wrap .hzal-contents .item .big-l .tip {
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fe6e01;
  border-bottom-left-radius: 20px;
}

.hzal .hzal-wrap .hzal-contents .item .smalls-r {
  float: right;
  width: 486px;
  height: 378px;
}

.hzal .hzal-wrap .hzal-contents .item .smalls-r .sitem {
  position: relative;
  width: 100%;
  height: 186px;
  border: 1px solid #e5e5e5;
  line-height: 186px;
}

.hzal .hzal-wrap .hzal-contents .item .smalls-r .sitem .tip {
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fe6e01;
  border-bottom-left-radius: 20px;
}

.hzal .hzal-wrap .hzal-contents .item .smalls-r .sitem1 {
  margin-top: 24px;
}

.hzal .hzal-wrap .hzal-contents .item .smalls-r .sitem1 .sit {
  width: 232px;
  height: 166px;
  line-height: 166px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.hzal .hzal-wrap .hzal-contents .item .smalls-r .sitem1 .sit .tip {
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fe6e01;
  border-bottom-left-radius: 20px;
}

.hzal .hzal-wrap .hzal-contents .item .row + .row {
  margin-top: 16px;
}

.hzal .hzal-wrap .hzal-contents .item .row .inner-it {
  float: left;
  width: 231px;
  height: 180px;
  border: 1px solid #e5e5e5;
}

.hzal .hzal-wrap .hzal-contents .item .row .inner-it + .inner-it {
  margin-left: 15px;
}

.hzal .hzal-wrap .hzal-contents .item .row .inner-it p {
  font-size: 16px;
}

.hzal .hzal-wrap .hzal-contents .item .row .inner-it p + p {
  margin-top: 9px;
}

.transaction .transaction-wrap {
  margin-top: 25px;
}

.transaction .row {
  overflow: hidden;
}

.transaction .row .img-box,
.transaction .row .tex-box {
  float: left;
}

.transaction .row .img-box {
  width: 50%;
  text-align: center;
}

.transaction .row .img-box p {
  font-size: 18px;
  line-height: 30px;
}

.transaction .row .tex-box {
  width: 50%;
}

.transaction .row .tex-box .bt {
  font-size: 22px;
  color: #ff6a00;
  margin-bottom: 16px;
}

.transaction .row .tex-box .mess {
  line-height: 24px;
}

.transaction .row.row1 {
  padding-top: 20px;
}

.transaction .row.row1 .img-box p {
  margin-top: 30px;
}

.transaction .row.row1 .tex-box .bt {
  margin-left: 50px;
  margin-top: 80px;
}

.transaction .row.row1 .tex-box .mess {
  margin-left: 50px;
  width: 420px;
}

.transaction .row.row2 {
  padding-top: 38px;
}

.transaction .row.row2 .img-box {
  text-align: left;
}

.transaction .row.row2 .img-box img {
  margin-left: 50px;
}

.transaction .row.row2 .img-box p {
  margin-left: 50px;
  margin-top: 50px;
}

.transaction .row.row2 .tex-box .bt {
  margin-top: 80px;
  padding-left: 55px;
}

.transaction .row.row2 .tex-box p {
  width: 430px;
  padding-left: 55px;
}

.transaction .row.row3 .img-box p {
  margin-top: 30px;
}

.transaction .row.row3 .tex-box .bt {
  margin-top: 168px;
  padding-left: 45px;
}

.transaction .row.row3 .tex-box p {
  width: 420px;
  padding-left: 45px;
}

.transaction .row.row4 .img-box p {
  margin-top: 35px;
}

.transaction .row.row4 .tex-box .bt {
  margin-top: 115px;
  padding-left: 30px;
}

.transaction .row.row4 .tex-box p {
  width: 420px;
  padding-left: 30px;
}

.app-func .app-func-wrap {
  margin-top: 25px;
}

.app-func .app-func-wrap .app-func-row + .app-func-row {
  margin-top: 25px;
}

.app-func .app-func-wrap .app-func-row .item {
  float: left;
  width: 332px;
  height: 284px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.app-func .app-func-wrap .app-func-row .item + .item {
  margin-left: 14px;
}

.app-func .app-func-wrap .app-func-row .item .inner {
  padding: 25px;
}

.app-func .app-func-wrap .app-func-row .item .inner .bt {
  height: 36px;
  line-height: 36px;
}

.app-func .app-func-wrap .app-func-row .item .inner .bt .imgbox {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

/*.app-func .app-func-wrap .app-func-row .item .inner .bt .imgbox.imgbox1 {
  background: url(icon1.png);
}

.app-func .app-func-wrap .app-func-row .item .inner .bt .imgbox.imgbox2 {
  background: url(icon2.png);
}

.app-func .app-func-wrap .app-func-row .item .inner .bt .imgbox.imgbox3 {
  background: url(icon3.png);
}

.app-func .app-func-wrap .app-func-row .item .inner .bt .imgbox.imgbox4 {
  background: url(icon4.png);
}

.app-func .app-func-wrap .app-func-row .item .inner .bt .imgbox.imgbox5 {
  background: url(icon5.png);
}

.app-func .app-func-wrap .app-func-row .item .inner .bt .imgbox.imgbox6 {
  background: url(icon6.png);
}
*/
.app-func .app-func-wrap .app-func-row .item .inner .bt span {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.app-func .app-func-wrap .app-func-row .item .inner .info {
  margin-top: 10px;
  line-height: 24px;
  min-height: 72px;
}

.app-func .app-func-wrap .app-func-row .item .inner .xzl {
  margin-top: 16px;
}

.app-func .app-func-wrap .app-func-row .item .inner .xzl p {
  font-weight: bold;
  font-size: 22px;
}

.app-func .app-func-wrap .app-func-row .item .inner .xzl .bfb {
  margin-top: 5px;
  font-family: "DIN";
  font-size: 34px;
  font-weight: bold;
  color: #ff6a00;
}

.app-func .app-func-wrap .app-func-row .item .btn {
  height: 40px;
  line-height: 40px;
  background: #ff6a00;
  color: #ffffff;
  text-align: center;
}

.more-func .more-func-wrap {
  margin-top: 25px;
  height: 475px;
  border: 1px solid #e5e5e5;
}

.more-func .more-func-wrap .left-icons {
  float: left;
  width: 700px;
  padding: 13px 0;
  border-right: 1px solid #e5e5e5;
}

.more-func .more-func-wrap .left-icons .item {
  float: left;
  width: 140px;
  height: 90px;
  text-align: center;
  cursor: pointer;
}

.more-func .more-func-wrap .left-icons .item:hover span {
  color: #ff6a00;
}

.more-func .more-func-wrap .left-icons .imgbox {
  margin: 0 auto 12px;
  width: 50px;
  height: 50px;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox1 {
  /*background: url(m1.png) no-repeat;*/
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox2 {
  background: url(m2.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox3 {
  background: url(m3.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox4 {
  background: url(m4.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox5 {
  background: url(m5.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox6 {
  background: url(m6.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox7 {
  background: url(m7.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox8 {
  background: url(m8.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox9 {
  background: url(m9.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox10 {
  background: url(m10.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox11 {
  background: url(m11.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox12 {
  background: url(m12.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox13 {
  background: url(m13.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox14 {
  background: url(m14.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox15 {
  background: url(m15.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox16 {
  background: url(m16.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox17 {
  background: url(m17.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox18 {
  background: url(m18.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox19 {
  background: url(m19.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox20 {
  background: url(m20.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox21 {
  background: url(m21.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox22 {
  background: url(m22.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox23 {
  background: url(m23.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox24 {
  background: url(m24.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox25 {
  background: url(m25.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox26 {
  background: url(m26.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox27 {
  background: url(m27.png) no-repeat;
}

.more-func .more-func-wrap .left-icons .imgbox.imgbox28 {
  background: url(m28.png) no-repeat;
}

.more-func .more-func-wrap .right-content {
  float: left;
  width: 277px;
  height: 100%;
  padding: 0 25px;
  position: relative;
}

.more-func .more-func-wrap .right-content .tit-group {
  margin-bottom: 20px;
  overflow: hidden;
  height: 108px;
  border-bottom: 1px dashed #dedede;
}

.more-func .more-func-wrap .right-content .info-it h3 {
  margin-top: 45px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.more-func .more-func-wrap .right-content .info-it .short-ms {
  text-align: center;
}

.more-func .more-func-wrap .right-content .info-it .ms {
  margin-top: 30px;
  line-height: 20px;
}

.more-func .more-func-wrap .right-content .info-it .js {
  margin-top: 30px;
  line-height: 24px;
  text-align: justify;
}

.more-func .more-func-wrap .right-content .btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 55px;
  height: 55px;
  text-align: center;
  background: #ff6a00;
  color: #ffffff;
}

.func-config .func-config-wrap {
  margin-top: 25px;
}

.func-config .func-config-wrap .config-row + .config-row {
  margin-top: 20px;
}

.func-config .func-config-wrap .item {
  width: 500px;
  height: 296px;
  border: 1px solid #e5e5e5;
}

.func-config .func-config-wrap .item .bt {
  margin-top: 25px;
  margin-left: 28px;
  margin-bottom: 18px;
  font-size: 18px;
  color: #ff6a00;
}

.func-config .func-config-wrap .item .info {
  margin-left: 28px;
  margin-right: 28px;
  margin-bottom: 20px;
  line-height: 24px;
  text-align: justify;
}

.func-config .func-config-wrap .item .tj-bt {
  margin-left: 28px;
  margin-right: 28px;
}

.func-config .func-config-wrap .item .tj-bt span {
  font-weight: bold;
}

.func-config .func-config-wrap .item .tj-bt a {
  color: #ff6a00;
}

.func-config .func-config-wrap .item .tj-funcs {
  margin-top: 15px;
  margin-left: 15px;
}

.func-config .func-config-wrap .item .tj-funcs .it {
  float: left;
  text-align: center;
}

.func-config .func-config-wrap .item .tj-funcs .it.it-20 {
  width: 20%;
}

.func-config .func-config-wrap .item .tj-funcs .it.it-25 {
  width: 25%;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox {
  margin-top: 15px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox1 {
  background: url(m1.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox2 {
  background: url(m2.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox3 {
  background: url(m3.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox4 {
  background: url(m4.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox5 {
  background: url(m5.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox6 {
  background: url(m6.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox7 {
  background: url(m7.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox8 {
  background: url(m8.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox9 {
  background: url(m9.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox10 {
  background: url(m10.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox11 {
  background: url(m11.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox12 {
  background: url(m12.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox13 {
  background: url(m13.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox14 {
  background: url(m14.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox15 {
  background: url(m15.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox16 {
  background: url(m16.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox17 {
  background: url(m17.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox18 {
  background: url(m18.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox19 {
  background: url(m19.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox20 {
  background: url(m20.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox21 {
  background: url(m21.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox22 {
  background: url(m22.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox23 {
  background: url(m23.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox24 {
  background: url(m24.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox25 {
  background: url(m25.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox26 {
  background: url(m26.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox27 {
  background: url(m27.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox28 {
  background: url(m28.png) no-repeat;
}

.func-config .func-config-wrap .item .tj-funcs .it .imgbox.imgbox29 {
  background: url(m29.png) no-repeat;
}

.condition .des {
  margin-top: 17px;
  text-align: center;
  line-height: 24px;
  color: #333333;
}

.condition .zz {
  margin-top: 25px;
  height: 272px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}

.condition .zz .left {
  float: left;
  width: 280px;
  text-align: center;
}

.condition .zz .left .icon {
  width: 87px;
  height: 87px;
  margin: 40px auto 20px;
}

.condition .zz .left .icon1 {
 /* background: url(zz-icon1.png) no-repeat center;*/
}

.condition .zz .left .icon2 {
  background: url(zz-icon2.png) no-repeat center;
}

.condition .zz .left .tt {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: bold;
}

.condition .zz .left .btn {
  margin: 0 auto;
  width: 190px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #ffffff;
  background: #ff6a00;
  cursor: pointer;
}

.condition .zz .center {
  float: left;
}

.condition .zz .center .tt {
  margin-top: 33px;
  margin-bottom: 18px;
  font-size: 18px;
}

.condition .zz .center .tt i {
  color: #ff6a00;
  font-size: 18px;
  font-weight: bold;
}

.condition .zz .center li {
  color: #ff6a00;
  line-height: 22px;
  cursor: pointer;
}

.condition .zz .center li.on {
  font-weight: bold;
}

.condition .zz .center .sub {
  margin-top: 15px;
}

.condition .zz .right {
  margin-right: 70px;
  float: right;
  height: 100%;
  line-height: 272px;
}

.val400 .val400-box {
  margin-top: 58px;
  padding: 20px 25px 20px 285px;
  border: 1px solid #e5e5e5;
 /* background: url(val400.png) no-repeat 30px center;*/
}

.val400 .val400-box .bt {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.val400 .val400-box .info {
  margin-bottom: 5px;
  line-height: 26px;
}

.val400 .val400-box .know {
  line-height: 26px;
  font-weight: bold;
}

.service .video-wrap {
  margin-top: 25px;
  width: 100%;
  height: 482px;
  background: #000;
  overflow: hidden;
}

.service .video-wrap .video-box {
  margin: 20px auto;
  width: 785px;
  height: 442px;
}

.service .video-wrap .video-bg {
  width: 100%;
  height: 100%;
  background-image: url(video-bg.jpg);
  background-size: cover;
  position: relative;
}

.service .video-wrap #video-btn {
  width: 88px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -44px 0 0 -44px;
  cursor: pointer;
}

.service .video-wrap #video-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE */
}

.cjwt .faq-list {
  margin-top: 25px;
}

.cjwt .item {
  color: #333333;
}

.cjwt .item + .item {
  margin-top: 25px;
}

.cjwt .item .q {
  padding-left: 38px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
}

.cjwt .item .q:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(q.png) no-repeat center center;
}

.cjwt .item .w {
  margin-top: 7px;
  padding-left: 38px;
  line-height: 25px;
  position: relative;
}

.cjwt .item .w::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(w.png) no-repeat center center;
}

/*contact bg*/
.conectUs .adr-group {
  margin-top: 40px;
  background: #fff;
}

.conectUs .adr-group .item {
  float: left;
  width: 513px;
  height: 232px;
  border: 1px solid #ebebeb;
  position: relative;
  cursor: pointer;
}

.conectUs .adr-group .item:hover .box {
  visibility: visible;
  opacity: 1;
  transition: all .3s;
}

.conectUs .adr-group .item .box {
  width: 513px;
  height: 232px;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid #ff6a00;
  box-shadow: 0px 0px 18px 0px rgba(255, 106, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.conectUs .adr-group .item:hover .big-plc {
  display: block;
}

.conectUs .adr-group .item h5 {
  margin-left: 50px;
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
  color: #ff6a00;
}

.conectUs .adr-group .item .tex {
  margin-left: 45px;
  letter-spacing: 1px;
}

.conectUs .adr-group .item .ad,
.conectUs .adr-group .item .g-line,
.conectUs .adr-group .item .g-zj {
  line-height: 30px;
}

.conectUs .adr-group .big-plc {
  display: none;
  position: absolute;
  right: 18px;
  bottom: 0;
  font-size: 80px;
  font-weight: bold;
  font-style: italic;
  color: #fff4f4;
  /*opacity: 0.1;*/
}

.conectUs .log {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
}

.conectUs .ad .log {
  background: url(log1.png) no-repeat center center;
}

.conectUs .g-line .log {
  background: url(log2.png) no-repeat center center;
}

.conectUs .g-zj .log {
  background: url(log3.png) no-repeat center center;
}

.contact .contact-box {
  margin-top: 25px;
  border: 1px solid #e5e5e5;
  border-top: none;
  overflow: hidden;
  box-sizing: border-box;
}

.contact .tabs {
  background: #f6f7fa;
}

.contact .tabs .item {
  border-top: 4px solid #f6f7fa;
  float: left;
  height: 44px;
  line-height: 40px;
  width: 25%;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.contact .tabs .item:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -1px;
  top: 5px;
  width: 1px;
  height: 28px;
  background: url(../images/sx2.png) no-repeat center center;
}

.contact .tabs .item.on {
  border-color: #0080ff;
  background: #ffffff;
}

.contact .tabs .item.on:after {
  display: none;
}

.contact .maps .bj {
  background: url(../images/map-bj.png) no-repeat 750px 40px;
}

.contact .maps .sh {
  background: url(../images/map-sh.png) no-repeat 720px 20px;
}

.contact .maps .gz {
  background: url(../images/map-gz.png) no-repeat 750px 20px;
}

.contact .maps .sz {
  background: url(../images/map-sz.png) no-repeat 720px 20px;
}

.contact .maps .item {
  height: 350px;
  width: 100%;
}

.contact .maps .item .address {
  margin-top: 60px;
  margin-left: 48px;
}

.contact .maps .item .ad-box .ad {
  margin-bottom: 6px;
  padding-left: 34px;
  color: #222222;
  line-height: 24px;
  background: url(../images/ad-icon.png) no-repeat left center;
}

.contact .maps .item .ad-box .ad.ad-zb {
  background-position: 0 -72px;
}

.contact .maps .item .ad-box .ad.ad-dt {
  background-position: 0 -96px;
}

.contact .maps .item .ad-box .ad.ad-rx {
  background-position: 0 -48px;
}

.contact .maps .item .ad-box .ad.ad-gj {
  background-position: 0 0;
}

.contact .maps .item .ad-box .ad.ad-zj {
  background-position: 0 -24px;
}

.contact .maps .item .tt {
  margin-bottom: 40px;
  font-size: 30px;
  color: #0080ff;
}

.yys-wrap {
  margin-top: 25px;
}

.yys-wrap .item {
  float: left;
  position: relative;
  width: 332px;
  border: 1px solid #e5e5e5;
}

.yys-wrap .item .inner-btn {
  text-align: center;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.yys-wrap .item + .item {
  margin-left: 14px;
}

.yys-wrap .item.dx:after {
  display: block;
  width: 53px;
  height: 16px;
  content: "";
  right: 20px;
  top: 12px;
  position: absolute;
  /*background: url(icon-dx.png);*/
}

.yys-wrap .item.yd:after {
  display: block;
  width: 56px;
  height: 18px;
  content: "";
  right: 20px;
  top: 12px;
  position: absolute;
  background: url(icon-yd.png);
}

.yys-wrap .item.lt:after {
  display: block;
  width: 44px;
  height: 25px;
  content: "";
  right: 20px;
  top: 12px;
  position: absolute;
  background: url(icon-lt.png);
}

.yys-wrap .item .inner-hd {
  padding: 18px 25px;
  line-height: 26px;
  border-bottom: 1px solid #e5e5e5;
}

.yys-wrap .item .inner-bd {
  padding: 0 25px;
}

.yys-wrap .item .inner-bd .hd {
  padding-top: 24px;
  margin-bottom: 15px;
}

.yys-wrap .item .inner-bd .hd span {
  color: #adadad;
}

.yys-wrap .item .inner-bd .bd {
  padding: 0 0 16px;
  font-size: 16px;
}

.yys-wrap .item .inner-bd .bd .l-g {
  float: left;
  width: 50%;
  text-align: left;
}

.yys-wrap .item .inner-bd .bd .r-g {
  float: left;
  width: 50%;
  text-align: right;
}

.yys-wrap .item .inner-bd .bd span {
  line-height: 26px;
  display: block;
}

.yys-wrap .item .inner-ft {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.yys-wrap .item:hover .inner-btn {
  background: #fe6e01;
  color: #ffffff;
}

.cp-info {
  text-align: center;
  line-height: 26px;
}

.cp-info .info {
  margin-top: 10px;
}

.cp-info .small {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fe7002;
}

.form-group {
  margin-top: 58px;
  height: 285px;
}

._form-wrap {
  height: 285px;
  color: #ffffff;
  overflow: hidden;
  background-color: #fe7209;
  background-image: url(form-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

._form-wrap .top {
  margin-top: 40px;
  font-size: 26px;
}

._form-wrap .top sup {
  font-size: 14px;
  top: -12px;
}

._form-wrap .form {
  margin-top: 40px;
}

._form-wrap .form input {
  float: left;
  height: 40px;
}

._form-wrap .form input + input {
  margin-left: 20px;
}

._form-wrap .form input.name-vo-sub {
  width: 222px;
}

._form-wrap .form input.phone-vo-sub {
  width: 222px;
}

._form-wrap .form input.inputcode-vo-sub {
  width: 170px;
}

._form-wrap .form input[type=text] {
  border: none;
  padding-left: 12px;
  background: #ffffff;
  line-height: 40px;
  /* 使用webkit内核的浏览器 */
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
  /* IE浏览器 */
}

._form-wrap .form input[type=text] ::-webkit-input-placeholder {
  color: #999999;
}

._form-wrap .form input[type=text] :-moz-placeholder {
  color: #999999;
}

._form-wrap .form input[type=text] ::-moz-placeholder {
  color: #999999;
}

._form-wrap .form input[type=text] :-ms-input-placeholder {
  color: #999999;
}

._form-wrap .form .btn-vo-sub {
  width: 160px;
  border: none;
  text-align: center;
  margin-left: 20px;
  background: #383963;
  color: #ffffff;
  cursor: pointer;
}

._form-wrap .form .code {
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #090909;
  background: #e6e6e6;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: pointer;
}

._form-wrap .sub-info {
  margin-top: 40px;
}

._form-wrap .sub-info .p1 {
  line-height: 32px;
}

._form-wrap .sub-info .p2 {
  font-size: 34px;
  font-family: "DIN";
}

sup {
  vertical-align: inherit;
  position: relative;
  top: -5px;
}

.p1 sup {
  vertical-align: inherit;
  position: relative;
  top: -8px;
}

.p2 sup {
  vertical-align: inherit;
  position: relative;
  top: -12px;
}

.p3 sup {
  vertical-align: inherit;
  position: relative;
  top: -10px;
}

.footer {
  padding: 24px 0 15px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background: #2a2e32;
}

.footer img {
  vertical-align: middle;
}

.kf-icon {
  position: fixed;
  width: 140px;
  height: 213px;
  z-index: 999;
  right: 0;
  top: 270px;
  background: url(kf.png) no-repeat center center;
}

.backTop {
  display: none;
  width: 58px;
  height: 58px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: url(top.png) center center;
  cursor: pointer;
}

#LRdiv0 {
  display: none !important;
}

a[title="站长统计"] {
  display: none !important;
}

/* 视频模块 */
.videos {
  margin-top: 25px;
}

.videos .row .item {
  width: 506px;
  height: 285px;
  background-color: #000;
  position: relative;
}

.videos .row .item .v-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 96px;
  background-image: url(1030/v-btn-1030.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -43px;
  margin-top: -43px;
  cursor: pointer;
}

.videos .row .item .v-btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.videos .row .item .video-bg-inner {
  width: 508px;
  height: 285px;
  margin: 0 auto;
}

.videos .row .item.m1 .video-bg-inner {
  background-image: url(1030/movie-1-1030.png);
  background-position: center;
  background-repeat: no-repeat;
}

.videos .row .item.m2 .video-bg-inner {
  background-image: url(1030/movie-2-1030.png);
  background-position: center;
  background-repeat: no-repeat;
}

.videos .row .item .video-box-inner {
  width: 506px;
  height: 285px;
  margin: 0 auto;
}

/* 左边表单 add20191008*/
.side-box {
  position: fixed;
  top: 200px;
  left: 0;
  width: 166px;
  height: 321px;
  background: url(telecom4-form/free-bg.png) no-repeat center center;
  z-index: 999;
}

.side-box .form-box {
  width: 126px;
  margin: 70px auto 0;
}

.side-box .form-box .form-row {
  position: relative;
  text-align: center;
}

.side-box .form-box .form-row input {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border: none;
  box-sizing: border-box;
}

.side-box .form-box .form-row + .form-row {
  margin-top: 8px;
}

.side-box .form-box .form-row .code {
  position: absolute;
  padding: 2px;
  font-size: 14px;
  right: 10px;
  top: 7px;
  font-family: 黑体;
  user-select: none;
  background: #cacaca;
  cursor: pointer;
}

.side-box .form-box .btn-wrap {
  margin: 90px auto 0;
  width: 109px !important;
  height: 30px !important;
  background: url(telecom4-form/free-btn.png) no-repeat center center;
}

.side-box .form-box .btn-wrap .btn-vo-sub {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE */
  border: none;
  cursor: pointer;
}

.side-box .form-box .btn-wrap:hover {
  background: url(telecom4-form/free-btn-2.png) no-repeat center center;
}

.side-box .form-box .btn-wrap.active {
  background: url(telecom4-form/free-btn-3.png) no-repeat center center;
}
/* 新年视频 */
.new-year {
  height: 517px;
  background-color: #96191d;
  background-image: url(newyear-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.new-year-video {
  position: relative;
  margin: 20px auto;
  padding: 16px;
  width: 798px;
  height: 448px;
  background-color: #c62c26;
  background-image: url(newyearvideo-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: content-box;
}
.new-year-video video {
  background-color: #c62c26;
}
#new-year-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  background-image: url(newyear-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  opacity: .9;
  filter: alpha(opacity=90);
}
#new-year-video-btn:hover {
  opacity: .85;
  filter: alpha(opacity=85);
}