@charset "UTF-8";
.mt20 {
  margin-top: 20px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.hide {
  display: none;
}

.fwb {
  font-weight: bold !important;
}

.center {
  text-align: center !important;
}

/*引入font字体*/
@font-face {
  font-family: 'DINPro-Medium';
  src: url("../fonts/dinpro-medium.eot") format("embedded-opentype"), url("../fonts/dinpro-medium.woff") format("woff"), url("../fonts/dinpro-medium.ttf") format("truetype"), url("../fonts/dinpro-medium.svg") format("svg");
}

@keyframes fan-rotate {
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

/*Reset css*/
/* 清除内外边距 */
* {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 14px/1 Pingfang SC, Microsoft Yahei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
  color: #222222;
}

h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  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 {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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;
}

/*浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*清除浮动*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
  /*IE/7/6*/
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

a[title='站长统计'] {
  display: none !important;
}

#LRdiv0 {
  display: none !important;
}

.center {
  text-align: center !important;
}

/*引入font字体*/
@font-face {
  font-family: 'DINPro-Medium';
  src: url("../fonts/dinpro-medium.eot") format("embedded-opentype"), url("../fonts/dinpro-medium.woff") format("woff"), url("../fonts/dinpro-medium.ttf") format("truetype"), url("../fonts/dinpro-medium.svg") format("svg");
}

@keyframes fan-rotate {
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner.banner-index {
  height: 388px;
  background-color: #fe5a3f;
  background-image: url(../images/banner-index.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.banner.banner-index .text-wrap {
  color: #ffffff;
}

.banner.banner-index .text-wrap .tex1 {
  margin-top: 135px;
  font-size: 24px;
}

.banner.banner-index .text-wrap .tex2 {
  margin-top: 20px;
  font-size: 64px;
  font-weight: bold;
}

.banner.banner-liaojie {
  height: 400px;
  background-color: #169aff;
  background-image: url(../images/banner-liaojie.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.banner.banner-liaojie .text-wrap {
  color: #ffffff;
}

.banner.banner-liaojie .text-wrap .tex1 {
  margin-top: 160px;
  font-size: 40px;
  font-weight: bold;
}

.banner.banner-liaojie .text-wrap .tex2 {
  margin-top: 16px;
  font-size: 20px;
}

.banner.banner-haoma {
  height: 388px;
  background-color: #fd8324;
  background-image: url(../images/banner-haoma.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.banner.banner-haoma .text-wrap {
  margin: 0 auto;
  width: 646px;
  color: #ffffff;
}

.banner.banner-haoma .text-wrap .tex1 {
  margin-top: 85px;
  font-size: 78px;
  font-weight: bold;
  letter-spacing: 7px;
}

.banner.banner-haoma .text-wrap .tex2 {
  margin-top: 15px;
  font-size: 33px;
  text-align: justify;
  letter-spacing: 7px;
}

.banner.banner-haoma .text-wrap .btn {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #b82312;
  background-color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.banner.banner-haoma .text-wrap .btn:hover {
  color: #fff;
  background-color: #fd8324;
  box-shadow: 0px 0px 8px 0px rgba(79, 0, 9, 0.25);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.banner.banner-shoufei {
  height: 388px;
  background-color: #0e066d;
  background-image: url(../images/banner-shoufei.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.banner.banner-shoufei .text-wrap {
  margin: 0 auto;
  width: 700px;
  color: #ffffff;
}

.banner.banner-shoufei .text-wrap .tex1 {
  margin-top: 90px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 4px;
}

.banner.banner-shoufei .text-wrap .tex2 {
  margin-top: 28px;
  font-size: 42px;
  text-align: justify;
  letter-spacing: 8px;
}

.banner.banner-shoufei .text-wrap .btn {
  margin: 50px auto 0;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #09040a;
  background-color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.banner.banner-shoufei .text-wrap .btn:hover {
  color: #fff;
  background-color: #1600f8;
  box-shadow: 0px 0px 8px 0px rgba(79, 0, 9, 0.25);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.banner.banner-zixun {
  height: 240px;
  color: #ffffff;
  background-color: #1d2037;
  background-image: url(../images/banner-zixun.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.banner.banner-zixun .tex1 {
  margin-top: 70px;
  font-size: 43px;
  font-weight: bold;
}

.banner.banner-zixun .tex2 {
  margin-top: 15px;
}

.banner.banner-guanyu {
  height: 388px;
  color: #ffffff;
  background-color: #490098;
  background-image: url(../images/banner-guanyu.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.banner.banner-guanyu .tex1 {
  margin-top: 75px;
  font-size: 24px;
}

.banner.banner-guanyu .tex2 {
  margin-top: 18px;
  font-size: 45px;
}

.banner.banner-guanyu .tex3 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 24px;
}

.banner.banner-guanyu .btn {
  margin-top: 30px;
  width: 196px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #2e2b2b;
  background-color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.banner.banner-guanyu .btn:hover {
  color: #fff;
  background-color: #464cc6;
  box-shadow: 0px 0px 8px 0px rgba(79, 0, 9, 0.25);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.inner-banner.inner-banner-1 {
  margin-top: 45px;
  height: 200px;
  background-color: #2e5fe4;
  background-image: url(../images/inner-banner-1.jpg);
  overflow: hidden;
}

.inner-banner.inner-banner-1 .p1 {
  margin-top: 55px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.inner-banner.inner-banner-1 .btn {
  margin: 40px auto 0;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #3061e5;
  background-color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.inner-banner.inner-banner-1 .btn:hover {
  font-weight: bold;
  color: #fff;
  background-color: #fec259;
  box-shadow: 0px 0px 8px 0px rgba(79, 0, 9, 0.25);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.header {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.header .logo {
  margin-top: 30px;
  float: left;
}

.header .header-phone {
  margin-top: 28px;
  float: right;
}

.nav {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: #fd455b;
  background-image: -moz-linear-gradient(180deg, #fd5d6c 1%, #fb5c51 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5d6c 1%, #fb5c51 100%);
  background-image: -ms-linear-gradient(180deg, #fd5d6c 1%, #fb5c51 100%);
  background-image: linear-gradient(180deg, #fd5d6c 1%, #fb5c51 100%);
}

.nav a {
  float: left;
  margin: 0 48px;
  padding: 0 10px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}

.nav a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.nav a.active:after {
  bottom: 6px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav a:hover:after {
  bottom: 6px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.footer {
  margin-top: 70px;
  color: #ffffff;
  background-color: #181818;
}

.footer .hot-search {
  padding-top: 35px;
  font-size: 18px;
  font-weight: bold;
}

.footer a {
  color: #ffffff;
}

.footer .hot-addr {
  line-height: 30px;
  padding: 15px 0;
}

.footer .foot-wrap span {
  font-weight: bold;
}

.footer .foot-wrap .foot-left {
  float: left;
}

.footer .foot-wrap .foot-right {
  margin-left: 60px;
  float: left;
}

.footer .foot-wrap .foot-wrap-row {
  padding: 8px 0;
}

.footer .flink {
  padding: 15px 0;
  line-height: 30px;
  border-top: 1px solid #464646;
}

.footer .web-info {
  padding: 15px 0;
  line-height: 30px;
  border-top: 1px solid #464646;
}

.module h2 {
  margin-top: 64px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 15px;
  font-size: 26px;
  font-weight: bold;
}

.module h2:after {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  width: 3px;
  height: 24px;
  font-size: 26px;
  background: #fd455b;
  background-image: -moz-linear-gradient(180deg, #fd5d6c 1%, #fb5c51 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5d6c 1%, #fb5c51 100%);
  background-image: -ms-linear-gradient(180deg, #fd5d6c 1%, #fb5c51 100%);
  background-image: linear-gradient(180deg, #fd5d6c 1%, #fb5c51 100%);
}

.module .module-line h2 {
  float: left;
}

.module .module-line .cutdown {
  margin-top: 60px;
  float: right;
  font-size: 26px;
}

.module .module-line .cutdown span {
  color: #fd455c;
}

.know .know-desc {
  margin-top: 16px;
  line-height: 24px;
}

.meal .meal-tags {
  padding-top: 10px;
}

.meal .meal-tags .meal-tag-item {
  float: left;
  width: 357px;
  height: 140px;
  background-color: #f13542;
  background-image: url(../images/tc-bg.png);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.meal .meal-tags .meal-tag-item + .meal-tag-item {
  margin-left: 64px;
}

.meal .meal-tags .meal-tag-item.on {
  box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.8);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.8);
}

.meal .meal-tags .meal-tag-item .meal-tag-item-money {
  margin-top: 40px;
  margin-left: 86px;
  overflow: hidden;
}

.meal .meal-tags .meal-tag-item .meal-tag-item-money .money {
  float: left;
  color: #ffd192;
  font-size: 20px;
}

.meal .meal-tags .meal-tag-item .meal-tag-item-money .money span {
  font-family: 'DINPro-Medium';
  font-size: 45px;
  vertical-align: text-bottom;
}

.meal .meal-tags .meal-tag-item .meal-tag-item-money .money-btn {
  margin-top: 4px;
  margin-left: 10px;
  float: left;
  width: 115px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  background-color: #ffd192;
  color: #e72f3c;
  box-shadow: 0px 0px 15px 0px rgba(98, 7, 13, 0.19);
  -moz-box-shadow: 0px 0px 15px 0px rgba(98, 7, 13, 0.19);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(98, 7, 13, 0.19);
}

.meal .meal-tags .meal-tag-item .meal-tag-item-money .money-btn:hover {
  font-weight: bold;
}

.meal .meal-tags .meal-tag-item .meal-tag-item-desc {
  margin-left: 88px;
  color: #ffffff;
  margin-top: 10px;
}

.meal .meal-content {
  margin-top: 30px;
}

.meal .meal-content .meal-content-item {
  height: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
  position: relative;
}

.meal .meal-content .meal-content-item:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 160px;
  transform: rotate(45deg);
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
}

.meal .meal-content .meal-content-item:after {
  content: "";
  display: block;
  width: 34px;
  height: 30px;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 151px;
}

.meal .meal-content .meal-content-item + .meal-content-item {
  display: none;
}

.meal .meal-content .meal-content-item + .meal-content-item:before {
  position: absolute;
  top: -8px;
  left: 586px;
}

.meal .meal-content .meal-content-item + .meal-content-item:after {
  top: 0;
  left: 580px;
}

.meal .meal-content .meal-content-item + .meal-content-item + .meal-content-item:before {
  position: absolute;
  top: -8px;
  left: 1020px;
}

.meal .meal-content .meal-content-item + .meal-content-item + .meal-content-item:after {
  top: 0;
  left: 1010px;
}

.meal .meal-content .meal-content-item .meal-content-item-money {
  margin-top: 55px;
  margin-left: 52px;
  float: left;
}

.meal .meal-content .meal-content-item .meal-content-item-money .money-top {
  font-size: 16px;
}

.meal .meal-content .meal-content-item .meal-content-item-money .money-top span {
  font-family: 'DINPro-Medium';
  font-size: 45px;
  font-weight: bold;
  color: #f73946;
  vertical-align: sub;
}

.meal .meal-content .meal-content-item .meal-content-item-money .money-cuntdown {
  margin-top: 15px;
  width: 250px;
  height: 50px;
  font-size: 16px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background-color: #f73946;
}

.meal .meal-content .meal-content-item .meal-content-item-gift {
  margin-top: 45px;
  margin-left: 100px;
  float: left;
}

.meal .meal-content .meal-content-item .meal-content-item-gift dl {
  margin-bottom: 20px;
}

.meal .meal-content .meal-content-item .meal-content-item-gift dl dt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

.meal .meal-content .meal-content-item .meal-content-item-gift dl dd {
  color: #656565;
  margin-bottom: 15px;
}

.meal .meal-content .meal-content-item .meal-content-item-num {
  margin-top: 45px;
  margin-left: 115px;
  float: left;
}

.meal .meal-content .meal-content-item .meal-content-item-num dl {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
}

.meal .meal-content .meal-content-item .meal-content-item-num dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}

.meal .meal-content .meal-content-item .meal-content-item-num dl dd {
  margin-bottom: 15px;
}

.meal .meal-content .meal-content-item .meal-content-item-num dl dd span + span {
  margin-left: 20px;
}

.meal .meal-heigh {
  margin-top: 25px;
}

.meal .meal-heigh h3 {
  font-size: 18px;
  color: #f53946;
}

.meal .meal-heigh .meal-heigh-wrap {
  margin-top: 25px;
  height: 220px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
}

.meal .meal-heigh .meal-heigh-wrap .meal-heigh-tags {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  background: #f03340;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  cursor: pointer;
}

.meal .meal-heigh .meal-heigh-wrap .meal-heigh-tags .meal-heigh-tag {
  width: 16.6666%;
  float: left;
  position: relative;
}

.meal .meal-heigh .meal-heigh-wrap .meal-heigh-tags .meal-heigh-tag + .meal-heigh-tag::before {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  display: block;
  background-color: #fff;
  left: -1px;
  top: 0;
}

.meal .meal-heigh .meal-heigh-wrap .meal-heigh-tags .meal-heigh-tag.on {
  color: #f03340;
  background-color: #ffd192;
}

.meal .meal-heigh .meal-heigh-wrap .meal-heigh-contents {
  padding: 15px 0;
}

.meal .meal-heigh .meal-heigh-wrap .meal-heigh-contents table {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.meal .meal-heigh .meal-heigh-wrap .meal-heigh-contents table td {
  height: 48px;
}

.meal .meal-heigh .meal-heigh-wrap .meal-heigh-contents table ~ table {
  display: none;
}

.func .func-wrap {
  padding-top: 20px;
}

.func .func-wrap .func-item {
  float: left;
  width: 286px;
  height: 356px;
  padding: 0 35px;
  color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fd485f;
  background-image: -moz-linear-gradient(180deg, #fd5d6c 1%, #fb5f50 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5d6c 1%, #fb5f50 100%);
  background-image: -ms-linear-gradient(180deg, #fd5d6c 1%, #fb5f50 100%);
  background-image: linear-gradient(180deg, #fd5d6c 1%, #fb5f50 100%);
}

.func .func-wrap .func-item + .func-item {
  margin-left: 18px;
}

.func .func-wrap .func-item .img-box {
  margin: 58px auto 45px;
  width: 70px;
  height: 70px;
}

.func .func-wrap .func-item .img-box.img-box1 {
  background-image: url(../images/index-func1.png);
  background-position: center center;
}

.func .func-wrap .func-item .img-box.img-box2 {
  background-image: url(../images/index-func2.png);
  background-position: center center;
}

.func .func-wrap .func-item .img-box.img-box3 {
  background-image: url(../images/index-func3.png);
  background-position: center center;
}

.func .func-wrap .func-item .img-box.img-box4 {
  background-image: url(../images/index-func4.png);
  background-position: center center;
}

.func .func-wrap .func-item .func-tit {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.func .func-wrap .func-item .func-desc {
  line-height: 24px;
  text-align: justify;
}

.advantage .advantage-wrap {
  padding-top: 15px;
  padding-bottom: 12px;
}

.advantage .advantage-wrap .advantage-item {
  position: relative;
  float: left;
  padding: 0 20px;
  width: 386px;
  height: 176px;
  border: 1px solid #dee5e7;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.advantage .advantage-wrap .advantage-item + .advantage-item {
  margin-left: 21px;
}

.advantage .advantage-wrap .advantage-item .adv-tit {
  margin-top: 32px;
  font-size: 18px;
}

.advantage .advantage-wrap .advantage-item .adv-desc {
  margin-top: 12px;
  line-height: 24px;
}

.advantage .advantage-wrap .advantage-item .btn {
  position: absolute;
  right: 20px;
  bottom: -12px;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  background: #cd1f2d;
  background-image: -moz-linear-gradient(180deg, #ff3e4b 1%, #cd1f2d 100%);
  background-image: -webkit-linear-gradien(180deg, #ff3e4b 1%, #cd1f2d 100%);
  background-image: -ms-linear-gradient(180deg, #ff3e4b 1%, #cd1f2d 100%);
  background-image: linear-gradient(180deg, #ff3e4b 1%, #cd1f2d 100%);
}

.talk .talk-wrap {
  padding-top: 15px;
}

.talk .talk-wrap .item {
  float: left;
  padding: 0 30px;
  width: 584px;
  height: 170px;
  border: 1px solid #dee5e7;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.talk .talk-wrap .item + .item {
  margin-left: 32px;
}

.talk .talk-wrap .item .item-top {
  margin-top: 25px;
}

.talk .talk-wrap .item .item-top span {
  font-size: 16px;
  font-weight: bold;
  color: #e52e3c;
}

.talk .talk-wrap .item .item-top a {
  float: right;
  color: #e52e3c;
}

.talk .talk-wrap .item .news-wrap {
  margin-top: 14px;
}

.talk .talk-wrap .item .news-wrap .new-item {
  position: relative;
  line-height: 30px;
  overflow: hidden;
}

.talk .talk-wrap .item .news-wrap .new-item a {
  float: left;
  max-width: 65%;
  padding-right: 5px;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
}

.talk .talk-wrap .item .news-wrap .new-item span {
  padding-left: 5px;
  float: right;
  background-color: #fff;
}

.talk .talk-wrap .item .news-wrap .new-item:after {
  content: "···························································";
  display: inline;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  color: #d8d6d6;
}

.flow .flow-wrap {
  padding-top: 15px;
}

.flow .flow-wrap .item {
  float: left;
  width: 25%;
  overflow: hidden;
  position: relative;
}

.flow .flow-wrap .item img {
  margin-right: 15px;
  float: left;
}

.flow .flow-wrap .item .flow-text {
  float: left;
}

.flow .flow-wrap .item .flow-text .tit {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #000033;
}

.flow .flow-wrap .item .flow-text .desc {
  line-height: 22px;
  color: #333333;
}

.flow .flow-wrap .item.item1:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 61px;
  background-image: url(../images/arr2.png);
  position: absolute;
  right: 0;
  top: 0;
}

.flow .flow-wrap .item.item2 {
  padding-left: 40px;
}

.flow .flow-wrap .item.item3 {
  padding-left: 75px;
}

.flow .flow-wrap .item.item3:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 61px;
  background-image: url(../images/arr2.png);
  position: absolute;
  left: 0;
  top: 0;
}

.flow .flow-wrap .item.item4 {
  padding-left: 110px;
}

.flow .flow-wrap .item.item4:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 61px;
  background-image: url(../images/arr2.png);
  position: absolute;
  left: 36px;
  top: 0;
}

.advantage-400 .advantage-400-wrap {
  margin-top: 25px;
  height: 260px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fb5d51;
  background-image: -moz-linear-gradient(180deg, #fd5c6c 1%, #fb5d51 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5c6c 1%, #fb5d51 100%);
  background-image: -ms-linear-gradient(180deg, #fd5c6c 1%, #fb5d51 100%);
  background-image: linear-gradient(180deg, #fd5c6c 1%, #fb5d51 100%);
}

.advantage-400 .advantage-400-wrap .item {
  float: left;
  width: 200px;
  color: #ffffff;
}

.advantage-400 .advantage-400-wrap .item.item2 {
  width: 219px !important;
}

.advantage-400 .advantage-400-wrap .item .img-box {
  margin: 68px auto 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.advantage-400 .advantage-400-wrap .item .img-box.img-box1 {
  background-image: url(../images/func1.png);
  background-position: center center;
}

.advantage-400 .advantage-400-wrap .item .img-box.img-box2 {
  background-image: url(../images/func2.png);
  background-position: center center;
}

.advantage-400 .advantage-400-wrap .item .img-box.img-box3 {
  background-image: url(../images/func3.png);
  background-position: center center;
}

.advantage-400 .advantage-400-wrap .item .img-box.img-box4 {
  background-image: url(../images/func4.png);
  background-position: center center;
}

.advantage-400 .advantage-400-wrap .item .img-box.img-box5 {
  background-image: url(../images/func5.png);
  background-position: center center;
}

.advantage-400 .advantage-400-wrap .item .img-box.img-box6 {
  background-image: url(../images/func6.png);
  background-position: center center;
}

.advantage-400 .advantage-400-wrap .item .tt {
  margin-top: 44px;
  font-size: 16px;
  text-align: center;
  position: relative;
}

.advantage-400 .advantage-400-wrap .item .adv-tip {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 220px;
  padding: 20px;
  line-height: 24px;
  text-align: justify;
  background-color: #ffffff;
  color: #333333;
  word-break: break-all;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(79, 0, 9, 0.25);
  cursor: pointer;
}

.advantage-400 .advantage-400-wrap .item .adv-tip:after {
  position: absolute;
  bottom: -14px;
  left: 30px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
}

.conditions .conditions-desc {
  line-height: 24px;
}

.conditions .conditions-wrap {
  margin-top: 40px;
}

.conditions .conditions-wrap .conditions-tit {
  padding-left: 28px;
  font-size: 16px;
  font-weight: bold;
}

.conditions .conditions-wrap .conditions-tit.qy {
  background-image: url(../images/cd1.png);
  background-repeat: no-repeat;
}

.conditions .conditions-wrap .conditions-tit.gr {
  background-image: url(../images/cd2.png);
  background-repeat: no-repeat;
}

.conditions .conditions-wrap .conditons-content {
  margin-top: 25px;
  padding: 30px 50px;
  background-color: #eeeeee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.conditions .conditions-wrap .conditons-content::before {
  content: "";
  display: block;
  position: absolute;
  right: 55px;
  bottom: 22px;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fb5c51;
}

.conditions .conditions-wrap .conditons-content::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: 22px;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #d0d0d0;
}

.conditions .conditions-wrap .conditons-content dl {
  width: 340px;
  float: left;
}

.conditions .conditions-wrap .conditons-content dl dt {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.conditions .conditions-wrap .conditons-content dl dd {
  line-height: 30px;
  color: #000000;
}

.half .half-wrap {
  margin-top: 30px;
  height: 260px;
  border: 1px solid #dee5e7;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.half .half-wrap .half-nums {
  width: 720px;
  padding: 29px 28px;
  float: left;
}

.half .half-wrap .half-nums table {
  width: 100%;
  text-align: center;
}

.half .half-wrap .half-nums table td {
  height: 50px;
  color: #333333;
}

.half .half-wrap .half-banner {
  float: right;
  width: 478px;
  height: 100%;
  background-color: #fe5068;
  background-image: url(../images/half-bg.jpg);
}

.half .half-wrap .half-banner .txt-1 {
  margin-top: 50px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
}

.half .half-wrap .half-banner .txt-2 {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.half .half-wrap .half-banner .btn {
  margin: 25px auto 0;
  width: 190px;
  height: 48px;
  line-height: 48px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  color: #ff3f7d;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.half .half-wrap .half-banner .btn:hover {
  color: #fff;
  background-color: #ff3f7d;
  box-shadow: 0px 0px 8px 0px rgba(79, 0, 9, 0.25);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.special .special-wrap {
  margin-top: 30px;
}

.special .special-wrap .special-tags-out {
  height: 46px;
  line-height: 46px;
  position: relative;
}

.special .special-wrap .special-tags-out .special-tags .special-tag {
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.special .special-wrap .special-tags-out .special-tags .special-tag + .special-tag {
  width: 37.5%;
}

.special .special-wrap .special-tags-out .special-tags .special-tag img {
  vertical-align: middle;
}

.special .special-wrap .special-tags-out .special-tags .special-tag.on {
  background-color: #fb5952;
}

.special .special-wrap .special-tags-out .special-tags .special-tag:hover {
  background-color: #fb5952;
}

.special .special-wrap .special-tags-out .special-bg {
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0;
  top: 4px;
  background: #efefef;
  z-index: -1;
}

.special .special-wrap .special-tags-out .special-bg .special-tag {
  float: left;
  padding: 6px;
  width: 25%;
  height: 100%;
  text-align: center;
  background-color: #efefef;
  cursor: pointer;
  box-sizing: border-box;
}

.special .special-wrap .special-tags-out .special-bg .special-tag + .special-tag {
  width: 37.5%;
}

.special .special-wrap .special-tags-out .special-bg .special-tag:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fb5952;
}

.special .special-wrap .special-content {
  position: relative;
}

.special .special-wrap .special-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fb5952;
  box-sizing: border-box;
}

.special .special-wrap .special-content table {
  width: 100%;
}

.special .special-wrap .special-content table td {
  height: 44px;
  width: 25%;
  text-align: center;
  border: 1px solid #d8d8d8;
}

.special .special-wrap .special-content table + table {
  display: none;
}

.hot .hot-wrap {
  margin-top: 35px;
}

.hot .hot-wrap ._18 {
  position: relative;
  float: left;
  width: 264px;
  height: 394px;
  background-color: #ff1e48;
  background-image: url(../images/hot-bg.jpg);
}

.hot .hot-wrap ._18 .count_down {
  position: absolute;
  top: -17px;
  left: 28px;
  width: 205px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  -ms-border-radius: 34px;
  border-radius: 34px;
  background: #bf055a;
  background-image: -moz-linear-gradient(180deg, #fb393f 1%, #bf055a 100%);
  background-image: -webkit-linear-gradien(180deg, #fb393f 1%, #bf055a 100%);
  background-image: -ms-linear-gradient(180deg, #fb393f 1%, #bf055a 100%);
  background-image: linear-gradient(180deg, #fb393f 1%, #bf055a 100%);
}

.hot .hot-wrap ._18 .count_down i {
  font-style: normal;
  font-weight: bold;
}

.hot .hot-wrap ._18 .hot-sup {
  margin-top: 90px;
  color: #fddb94;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}

.hot .hot-wrap ._18 .hot-sup span {
  font-family: 'DINPro-Medium';
  font-weight: normal;
}

.hot .hot-wrap ._18 ._18day {
  margin-top: 15px;
  font-size: 42px;
  text-align: center;
  color: #ffffff;
}

.hot .hot-wrap ._18 ._18day span {
  font-family: 'DINPro-Medium';
  font-size: 81px;
  font-weight: bold;
}

.hot .hot-wrap ._18 .btn {
  margin: 60px auto 0;
  width: 220px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  color: #ff3f7d;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.hot .hot-wrap ._18 .btn:hover {
  color: #fff;
  background-color: #ff3f7d;
  box-shadow: 0px 0px 8px 0px rgba(79, 0, 9, 0.25);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.hot .hot-wrap .fuli-wrap {
  border: 1px solid #dee5e7;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.hot .hot-wrap .fuli-wrap .fuli-tc {
  float: left;
  margin-left: 30px;
}

.hot .hot-wrap .fuli-wrap .fuli-tc .small {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fb5952;
}

.hot .hot-wrap .fuli-wrap .fuli-tc .fuli-tc-wrap {
  margin: -10px;
  width: 670px;
}

.hot .hot-wrap .fuli-wrap .fuli-tc .fuli-tc-wrap .fuli-tc-item {
  position: relative;
  display: table;
  margin: 10px;
  float: left;
  padding: 0 20px;
  width: 315px;
  height: 130px;
  color: #ffffff;
  background: #fb5952;
  background-image: -moz-linear-gradient(180deg, #fd5b6b 1%, #fb5952 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5b6b 1%, #fb5952 100%);
  background-image: -ms-linear-gradient(180deg, #fd5b6b 1%, #fb5952 100%);
  background-image: linear-gradient(180deg, #fd5b6b 1%, #fb5952 100%);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.35);
}

.hot .hot-wrap .fuli-wrap .fuli-tc .fuli-tc-wrap .fuli-tc-item .songs {
  display: table-cell;
  vertical-align: middle;
}

.hot .hot-wrap .fuli-wrap .fuli-tc .fuli-tc-wrap .fuli-tc-item .song {
  font-size: 16px;
}

.hot .hot-wrap .fuli-wrap .fuli-tc .fuli-tc-wrap .fuli-tc-item .song-sa {
  padding: 10px 0;
  font-size: 30px;
}

.hot .hot-wrap .fuli-wrap .fuli-tc .fuli-tc-wrap .fuli-tc-item .song-sa span {
  font-family: 'DINPro-Medium';
}

.hot .hot-wrap .fuli-wrap .fuli-tc .fuli-tc-wrap .fuli-tc-item .song-desc {
  font-size: 12px;
  line-height: 16px;
}

.hot .hot-wrap .fuli-wrap .fuli-tc .fuli-tc-wrap .fuli-tc-item .song-yz {
  display: table;
  position: absolute;
  right: 26px;
  top: 14px;
  width: 48px;
  height: 48px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #fce3a1;
  border: 1px solid #fce3a1;
}

.hot .hot-wrap .fuli-wrap .fuli-tc .fuli-tc-wrap .fuli-tc-item .song-yz span {
  display: table-cell;
  vertical-align: middle;
}

.hot .hot-wrap .fuli-wrap .fuli-num {
  float: left;
  margin-left: 30px;
  width: 200px;
}

.hot .hot-wrap .fuli-wrap .fuli-num .fuli-num-wrap {
  margin-top: 25px;
  text-align: center;
  font-family: 'DINPro-Medium';
  color: #033333;
  font-size: 20px;
}

.hot .hot-wrap .fuli-wrap .fuli-num .fuli-num-wrap li {
  margin-bottom: 14px;
  padding: 8px 0;
  background-color: #f1f1f1;
}

.hot .hot-wrap .fuli-wrap .fuli-row h3 {
  float: left;
  margin-top: 25px;
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
}

.hot .hot-wrap .fuli-wrap .fuli-row h3:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 18px;
  background: #fd455b;
  background-image: -moz-linear-gradient(180deg, #fd5d6c 1%, #fb5c51 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5d6c 1%, #fb5c51 100%);
  background-image: -ms-linear-gradient(180deg, #fd5d6c 1%, #fb5c51 100%);
  background-image: linear-gradient(180deg, #fd5d6c 1%, #fb5c51 100%);
}

.hot .hot-wrap .fuli-wrap .fuli-row a {
  margin-top: 30px;
  float: right;
  color: #fb5952;
}

.tcsf .tcsf-wrap {
  margin-top: 35px;
}

.tcsf .tcsf-wrap .tcsf-item {
  position: relative;
  width: 100%;
  height: 212px;
  background-image: url(../images/tcsf-1.png);
  background-repeat: no-repeat;
}

.tcsf .tcsf-wrap .tcsf-item + .tcsf-item {
  margin-top: 40px;
}

.tcsf .tcsf-wrap .tcsf-item .tcsf-moneys {
  float: left;
  padding: 0 74px;
  width: 390px;
}

.tcsf .tcsf-wrap .tcsf-item .tcsf-moneys .tcsf-q {
  margin-top: 30px;
}

.tcsf .tcsf-wrap .tcsf-item .tcsf-moneys .tcsf-q .one {
  float: left;
}

.tcsf .tcsf-wrap .tcsf-item .tcsf-moneys .tcsf-q .one span {
  font-family: 'DINPro-Medium';
  font-size: 55px;
  color: #ff0000;
  font-weight: bold;
}

.tcsf .tcsf-wrap .tcsf-item .tcsf-moneys .tcsf-q .allyear {
  float: right;
  margin-top: 40px;
}

.tcsf .tcsf-wrap .tcsf-item .tcsf-moneys .tcsf-tip {
  margin-top: 16px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  background: #fe3653;
  background-image: -moz-linear-gradient(90deg, #ff824d 1%, #fe3653 100%);
  background-image: -webkit-linear-gradien(90deg, #ff824d 1%, #fe3653 100%);
  background-image: -ms-linear-gradient(90deg, #ff824d 1%, #fe3653 100%);
  background-image: linear-gradient(90deg, #ff824d 1%, #fe3653 100%);
}

.tcsf .tcsf-wrap .tcsf-item .tcsf-moneys .btn {
  margin-top: 28px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}

.tcsf .tcsf-wrap .tcsf-item .op-gift {
  float: left;
  margin-left: 54px;
}

.tcsf .tcsf-wrap .tcsf-item .op-gift dl {
  margin-top: 56px;
}

.tcsf .tcsf-wrap .tcsf-item .op-gift dl dt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.tcsf .tcsf-wrap .tcsf-item .op-gift dl dd {
  line-height: 28px;
  color: #333333;
}

.tcsf .tcsf-wrap .tcsf-item .spuer-light {
  float: left;
  margin-left: 80px;
}

.tcsf .tcsf-wrap .tcsf-item .spuer-light dl {
  margin-top: 56px;
}

.tcsf .tcsf-wrap .tcsf-item .spuer-light dl dt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.tcsf .tcsf-wrap .tcsf-item .spuer-light dl dd {
  line-height: 28px;
  color: #333333;
}

.tcsf .tcsf-wrap .tcsf-item .spuer-light dl dd span + span {
  margin-left: 38px;
}

.tcsf .tcsf-wrap .tcsf-item.tc-level:after {
  position: absolute;
  top: 4px;
  right: 34px;
  display: block;
  width: 80px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background-image: url(../images/level.png);
}

.tcsf .tcsf-wrap .tcsf-item.tc-level-1:after {
  content: "入门套餐";
}

.tcsf .tcsf-wrap .tcsf-item.tc-level-2:after {
  content: "经济套餐";
}

.tcsf .tcsf-wrap .tcsf-item.tc-level-3:after {
  content: "精选套餐";
}

.tcsf .tcsf-wrap .tcsf-item.tc-level-4:after {
  content: "商务套餐";
}

.tcsf .tcsf-wrap .tcsf-item.tc-level-5:after {
  content: "集团套餐";
}

.zzfunc .zzfunc-wrap {
  margin-top: 35px;
  height: 480px;
  border: 1px solid #dee5e7;
}

.zzfunc .zzfunc-wrap .func-icons {
  float: left;
  padding: 20px;
  width: 868px;
  height: 100%;
}

.zzfunc .zzfunc-wrap .func-icons .item {
  float: left;
  width: 20%;
  height: 20%;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
}

.zzfunc .zzfunc-wrap .func-icons .item:hover {
  color: #ff0000;
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box {
  margin: 10px auto 0;
  width: 50px;
  height: 50px;
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box1 {
  background-image: url(../images/zz1.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box2 {
  background-image: url(../images/zz2.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box3 {
  background-image: url(../images/zz3.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box4 {
  background-image: url(../images/zz4.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box5 {
  background-image: url(../images/zz5.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box6 {
  background-image: url(../images/zz6.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box7 {
  background-image: url(../images/zz7.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box8 {
  background-image: url(../images/zz8.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box9 {
  background-image: url(../images/zz9.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box10 {
  background-image: url(../images/zz10.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box11 {
  background-image: url(../images/zz11.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box12 {
  background-image: url(../images/zz12.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box13 {
  background-image: url(../images/zz13.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box14 {
  background-image: url(../images/zz14.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box15 {
  background-image: url(../images/zz15.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box16 {
  background-image: url(../images/zz16.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box17 {
  background-image: url(../images/zz17.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box18 {
  background-image: url(../images/zz18.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box19 {
  background-image: url(../images/zz19.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box20 {
  background-image: url(../images/zz20.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box21 {
  background-image: url(../images/zz21.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box22 {
  background-image: url(../images/zz22.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box23 {
  background-image: url(../images/zz23.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box24 {
  background-image: url(../images/zz24.png);
}

.zzfunc .zzfunc-wrap .func-icons .item .img-box.img-box25 {
  background-image: url(../images/zz25.png);
}

.zzfunc .zzfunc-wrap .func-icons .item p {
  margin-top: 12px;
}

.zzfunc .zzfunc-wrap .func-contents {
  width: 330px;
  height: 100%;
  float: left;
  border-left: 1px solid #dee5e7;
  overflow: hidden;
}

.zzfunc .zzfunc-wrap .func-contents .item {
  position: relative;
  height: 100%;
  padding: 0 25px;
  overflow: hidden;
}

.zzfunc .zzfunc-wrap .func-contents .item .item-top .func-tit {
  padding-top: 45px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.zzfunc .zzfunc-wrap .func-contents .item .item-top .func-small {
  margin-top: 5px;
  text-align: center;
}

.zzfunc .zzfunc-wrap .func-contents .item .item-top .func-desc {
  margin-top: 30px;
  line-height: 24px;
}

.zzfunc .zzfunc-wrap .func-contents .item .item-sub {
  margin-top: 20px;
  padding-top: 20px;
  line-height: 24px;
  text-align: justify;
  border-top: 1px dashed #bcbcbc;
}

.zzfunc .zzfunc-wrap .func-contents .item .btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  height: 56px;
  line-height: 56px;
  color: #ffffff;
  background: #fe4652;
  background-image: -moz-linear-gradient(90deg, #ff824d 1%, #fe3653 100%);
  background-image: -webkit-linear-gradien(90deg, #ff824d 1%, #fe3653 100%);
  background-image: -ms-linear-gradient(90deg, #ff824d 1%, #fe3653 100%);
  background-image: linear-gradient(90deg, #ff824d 1%, #fe3653 100%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.zzfunc .zzfunc-wrap .func-contents .item .btn:hover {
  font-weight: bold;
  background: #fe4652;
  background-image: -moz-linear-gradient(90deg, #fe3653 1%, #ff824d 100%);
  background-image: -webkit-linear-gradien(90deg, #fe3653 1%, #ff824d 100%);
  background-image: -ms-linear-gradient(90deg, #fe3653 1%, #ff824d 100%);
  background-image: linear-gradient(90deg, #fe3653 1%, #ff824d 100%);
}

.zzfunc .zzfunc-wrap .func-contents .item + .item {
  display: none;
}

.left-content {
  float: left;
  width: 876px;
}

.left-content .new-list li {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  border-bottom: 1px dashed #dedede;
}

.left-content .new-list li a {
  width: 70%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.left-content .new-list li span {
  float: right;
  color: #c5c5c5;
}

.left-content .pages {
  line-height: 55px;
}

.left-content .pages a {
  margin-left: 5px;
  color: #333333;
}

.left-content .md-desc {
  font-size: 14px;
  line-height: 24px;
}

.left-content .table-num {
  margin-top: 35px;
  width: 100%;
}

.left-content .table-num td {
  width: 33.333%;
  height: 275px;
  border: 1px solid #dee5e7;
}

.left-content .table-num td .top-num {
  margin-top: 10px;
  padding: 0 24px;
}

.left-content .table-num td .top-num .table-num-tit {
  padding: 14px 0;
  border-bottom: 1px dashed #dee5e7;
}

.left-content .table-num td .top-num dl dt {
  margin-bottom: 5px;
  line-height: 40px;
  overflow: hidden;
}

.left-content .table-num td .top-num dl dt .sl {
  float: left;
}

.left-content .table-num td .top-num dl dt .btn {
  float: right;
  font-size: 12px;
  color: #adadad;
}

.left-content .table-num td .top-num dl dd {
  line-height: 22px;
  overflow: hidden;
}

.left-content .table-num td .top-num dl dd span {
  float: left;
}

.left-content .table-num td .top-num dl dd span + span {
  float: right;
}

.left-content .table-num td > .btn {
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #dee5e7;
  cursor: pointer;
}

.left-content .table-num td > .btn:hover {
  color: #ffffff;
  background: #fb5b51;
  background-image: -moz-linear-gradient(180deg, #fd5c6c 1%, #fb5b51 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5c6c 1%, #fb5b51 100%);
  background-image: -ms-linear-gradient(180deg, #fd5c6c 1%, #fb5b51 100%);
  background-image: linear-gradient(180deg, #fd5c6c 1%, #fb5b51 100%);
}

.left-content .tctj-wrap {
  margin: 0 -17px;
}

.left-content .tctj-wrap .tctj-item {
  float: left;
  margin: 0 17px;
  padding: 0 28px;
  width: 269px;
  height: 300px;
  border: 1px solid #dedede;
}

.left-content .tctj-wrap .tctj-item .tit {
  margin-top: 20px;
  font-size: 24px;
  line-height: 34px;
}

.left-content .tctj-wrap .tctj-item .tit-desc {
  line-height: 32px;
  white-space: nowrap;
}

.left-content .tctj-wrap .tctj-item .tit-desc span {
  color: #ff0000;
}

.left-content .tctj-wrap .tctj-item .tctj-money {
  margin-top: 30px;
}

.left-content .tctj-wrap .tctj-item .tctj-money span {
  font-size: 50px;
  font-weight: bold;
  color: #ff0000;
  font-family: 'DINPro-Medium';
}

.left-content .tctj-wrap .tctj-item .btn {
  margin-top: 20px;
  height: 52px;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  background: #fb5b51;
  background-image: -moz-linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: -ms-linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.left-content .tctj-wrap .tctj-item .btn:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background: #fb5b51;
  background-image: -moz-linear-gradient(180deg, #fb5d51 1%, #fd5a6a 100%);
  background-image: -webkit-linear-gradien(180deg, #fb5d51 1%, #fd5a6a 100%);
  background-image: -ms-linear-gradient(180deg, #fb5d51 1%, #fd5a6a 100%);
  background-image: linear-gradient(180deg, #fb5d51 1%, #fd5a6a 100%);
}

.left-content .func-tj {
  margin: 0 -14px;
}

.left-content .func-tj .func-tj-item {
  float: left;
  margin: 10px 14px;
  width: 424px;
  height: 124px;
  border: 1px solid #dedede;
}

.left-content .func-tj .func-tj-item .left-wrap {
  float: left;
  padding: 0 25px;
  width: 286px;
  height: 100%;
}

.left-content .func-tj .func-tj-item .left-wrap .tit {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.left-content .func-tj .func-tj-item .left-wrap .tit img {
  vertical-align: middle;
}

.left-content .func-tj .func-tj-item .left-wrap .desc {
  margin-top: 5px;
  line-height: 20px;
  text-align: justify;
}

.left-content .func-tj .func-tj-item .right-wrap {
  float: left;
  padding: 0 23px;
  width: 136px;
  height: 100%;
  background-color: #f5f5f5;
}

.left-content .func-tj .func-tj-item .right-wrap .tit {
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.left-content .func-tj .func-tj-item .right-wrap .bfb {
  font-size: 18px;
  color: #e60012;
}

.left-content .func-tj .func-tj-item .right-wrap .btn {
  margin-top: 10px;
  font-size: 12px;
  color: #e60012;
  cursor: pointer;
}

.left-content .left-flow {
  margin-top: 30px;
  width: 100%;
}

.left-content .left-flow td {
  padding: 35px 30px 25px;
  width: 50%;
  border: 1px solid #dedede;
}

.left-content .left-flow td .flow-box {
  margin-top: 8px;
  float: left;
  width: 60px;
  height: 50px;
}

.left-content .left-flow td .flow-content {
  margin-left: 30px;
  float: left;
}

.left-content .left-flow td .flow-content .tit {
  font-weight: bold;
}

.left-content .left-flow td .flow-content .desc {
  margin-top: 10px;
}

.left-content .article-news-wrap {
  margin-top: 20px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}

.left-content .article-news-wrap h1 {
  padding-top: 16px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #333333;
}

.left-content .article-news-wrap .article-info {
  margin-top: 10px;
  text-align: center;
  color: #b1b1b1;
}

.left-content .article-news-wrap .article-content {
  margin-top: 35px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}

.left-content .article-news-wrap .article-content p {
  text-align: left;
}

.left-content .article-news-wrap .article-content img {
  margin: 25px 0;
}

.left-content .article-news-wrap .article-company-info {
  margin-top: 25px;
  font-weight: bold;
  line-height: 22px;
}

.left-content .article-news-wrap .article-ps {
  margin-top: 25px;
  line-height: 22px;
}
.atricle-info {
	margin-top: 40px;
	line-height: 30px;
	color: #333333;
}
.atricle-info a {
	color: inherit;
}

.left-content .article-news-wrap .pages-up-down {
  margin-top: 22px;
  line-height: 24px;
}

.left-content .article-news-wrap .pages-up-down a {
  color: #333333;
}

.left-content .article-news-wrap .back-pages {
  margin-top: 20px;
}

.left-content .article-news-wrap .back-pages a {
  color: #333333;
}

.left-content .article-news-wrap .article-mid-ps {
  margin-top: 20px;
}

.left-content .article-news-wrap .article-content-parmer {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
  line-height: 28px;
  background: #cccccc;
}

.left-content .anli-list-wrap {
  margin: 20px -6px 0;
  text-align: center;
}

.left-content .anli-list-wrap a {
  float: left;
  width: 280px;
  margin: 6px;
  padding: 20px 0;
  color: #333333;
  background: #ffffff;
  border: 1px solid #c1c1c1;
}

.left-content .anli-list-wrap a h3 {
  font-size: 14px;
}

.left-content .anli-list-wrap a .num {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.left-content .anli-list-wrap a:hover {
  color: #ff0000;
  border-color: #ff0000;
  box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 79, 83, 0.5);
}

.left-content .anli-pages {
  margin-top: 4px;
  text-align: center;
  padding: 27px 0;
}

.left-content .anli-pages a {
  margin: 0 6px;
  color: #333333;
}

.left-content .anli-pages input {
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
}

.left-content .other-news-group {
  margin-top: 20px;
  padding: 0 30px 30px;
  background-color: #f9f9f9;
  overflow: hidden;
}

.left-content .other-news-group a {
  margin-top: 30px;
  display: block;
  color: #333333;
}

.left-content .other-news-group .item {
  overflow: hidden;
}

.left-content .other-news-group .item .img-box {
  width: 195px;
  height: 95px;
  float: left;
}

.left-content .other-news-group .item .img-box img {
  width: 100%;
  height: 100%;
}

.left-content .other-news-group .item .tex-box {
  float: right;
  width: 595px;
}

.left-content .other-news-group .item .tex-box .tt {
  font-weight: bold;
}

.left-content .other-news-group .item .tex-box .info {
  margin-top: 10px;
  color: #cacaca;
}

.left-content .other-news-group .item .tex-box .desc {
  margin-top: 10px;
  line-height: 22px;
}

.right-side {
  margin-top: 55px;
  float: right;
  width: 300px;
}

.right-side .side-md + .side-md {
  margin-top: 20px;
}

.right-side .side-md .side-banner {
  width: 100%;
  height: 352px;
  color: #ffffff;
  background-color: #e34a21;
  background-image: url(../images/side-banner1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  overflow: hidden;
}

.right-side .side-md .side-banner .tx1 {
  margin-top: 45px;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

.right-side .side-md .side-banner .tx2 {
  margin-top: 10px;
  text-align: center;
}

.right-side .side-md .side-banner .side-year {
  margin-top: 40px;
  text-align: center;
}

.right-side .side-md .side-banner .side-year span {
  font-size: 55px;
  font-family: 'DINPro-Medium';
  font-weight: bold;
}

.right-side .side-md .side-banner .btn {
  margin: 30px auto 0;
  width: 180px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  color: #ff5200;
  background-color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.right-side .side-md .side-banner .btn:hover {
  color: #fff;
  background-color: #ffbd28;
  box-shadow: 0px 0px 8px 0px rgba(184, 156, 159, 0.25);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.right-side .side-md .side-question {
  line-height: 36px;
}

.right-side .side-md .side-question a {
  color: #333333;
}

.right-side .side-md .side-question .side-tags .side-tag {
  height: 46px;
  float: left;
  width: 50%;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #c1c1c1;
  cursor: pointer;
}

.right-side .side-md .side-question .side-tags .side-tag.on {
  background: #fb5f51;
  background-image: -moz-linear-gradient(180deg, #fd5d6c 1%, #fb5f51 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5d6c 1%, #fb5f51 100%);
  background-image: -ms-linear-gradient(180deg, #fd5d6c 1%, #fb5f51 100%);
  background-image: linear-gradient(180deg, #fd5d6c 1%, #fb5f51 100%);
}

.right-side .side-md .side-question .side-contents {
  border: 1px solid #f0f0f0;
}

.right-side .side-md .side-question .side-item {
  padding: 15px 25px;
}

.right-side .side-md .side-question .side-item + .side-item {
  display: none;
}

.right-side .side-md .side-question .side-item li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.right-side .side-md .side-logo {
  padding: 25px 0;
  text-align: center;
  border: 1px solid #f0f0f0;
}

.right-side .side-md .side-logo .side-city-tit {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.right-side .side-md .side-logo .side-phone {
  margin-top: 10px;
  font-size: 35px;
  font-weight: bold;
  font-family: 'DINPro-Medium';
  color: #ff0000;
}

.right-side .side-md .side-banner-half {
  width: 100%;
  height: 324px;
  background-color: #ff5848;
  background-image: url(../images/side-banner2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.right-side .side-md .side-banner-half .half-text {
  margin-top: 40px;
  text-align: center;
}

.right-side .side-md .side-banner-half .desc {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

.right-side .side-md .side-banner-half .btn {
  margin: 32px 55px 0;
  height: 46px;
  line-height: 46px;
  color: #ff5848;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.right-side .side-md .side-banner-half .btn:hover {
  font-weight: bold;
  color: #fff;
  background-color: #ee55b9;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.right-side .side-md .rush {
  border: 1px solid #f0f0f0;
}

.right-side .side-md .rush .rush-box {
  padding: 15px 40px 4px;
  min-height: 379px;
}

.right-side .side-md .rush .rush-box .item {
  font-size: 18px;
  font-family: 'DINPro-Medium';
  line-height: 45px;
  position: relative;
}

.right-side .side-md .rush .rush-box .item .rush-icon {
  position: absolute;
  top: 4px;
  right: 0;
  display: inline-block;
  width: 86px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #e93e3f;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  background: #fb5b51;
  background-image: -moz-linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: -ms-linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
}

.right-side .side-md .rush .rush-box .item .rush-icon:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.right-side .side-md .rush .rush-btn {
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.right-side .side-md .rush .rush-btn img {
  vertical-align: middle;
}

.right-side .side-md .rush .rush-btn:hover {
  font-weight: bold;
  color: #ff0000;
}

.right-side .side-md .side-form {
  border: 1px solid #f0f0f0;
}

.right-side .side-md .side-form.side-form {
  width: 100%;
  text-align: center;
  background-size: 100%;
  position: relative;
}

.right-side .side-md .side-form.side-form .side-form-tit {
  padding-top: 30px;
  font-size: 24px;
}

.right-side .side-md .side-form.side-form .form {
  margin-top: 30px;
}

.right-side .side-md .side-form.side-form .code {
  position: absolute;
  right: 62px;
  top: 221px;
  background: #e1e1e1;
  width: 50px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.right-side .side-md .side-form.side-form input[type="text"] {
  padding-left: 10px;
  width: 230px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #f0f0f0;
}

.right-side .side-md .side-form.side-form input[type="text"] + input[type=text] {
  margin-top: 12px;
}

.right-side .side-md .side-form.side-form input[type="button"] {
  margin-top: 23px;
  margin-bottom: 25px;
  width: 230px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  background: #fb5b51;
  background-image: -moz-linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: -ms-linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
  cursor: pointer;
}

.right-side .side-md .side-form.side-form input[type="button"]:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.right-side .side-md .side-inner-wrap .side-tit {
  padding: 20px;
  color: #ffffff;
  background: #fb5b51;
  background-image: -moz-linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: -webkit-linear-gradien(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: -ms-linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
  background-image: linear-gradient(180deg, #fd5a6a 1%, #fb5d51 100%);
}

.right-side .side-md .side-inner-wrap .side-tit span {
  float: left;
}

.right-side .side-md .side-inner-wrap .side-tit a {
  float: right;
  color: #ffffff;
}

.right-side .side-md .side-wrap-city {
  padding: 20px 10%;
  border: 1px solid #f0f0f0;
}

.right-side .side-md .side-wrap-city a {
  float: left;
  width: 50%;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.right-side .side-md .side-wrap-news {
  padding: 20px;
  border: 1px solid #f0f0f0;
}

.right-side .side-md .side-wrap-news .side-news-item {
  padding: 0 20px;
}

.right-side .side-md .side-wrap-news .side-news-item + .side-news-item {
  margin-top: 10px;
}

.right-side .side-md .side-wrap-news .side-news-item a {
  display: block;
  line-height: 24px;
  color: #333333;
}

.right-side .side-md .side-wrap-news .side-news-item p {
  line-height: 24px;
  color: #9e9e9e;
}
.contact {
	display: none !important;
}
.contact .contact-wrap {
  margin-top: 30px;
  padding: 35px;
  height: 380px;
  border: 1px solid #dee5e7;
}

.contact .contact-wrap .address {
  margin-top: 80px;
  float: left;
  font-size: 24px;
}

.contact .contact-wrap .address p {
  margin-bottom: 35px;
}

.contact .contact-wrap .map {
  float: right;
  width: 630px;
  height: 310px;
  background-color: #f5f5f5;
}

.brand-nav {
  margin-top: 55px;
}

.brand-nav a {
  color: #333333;
}

.side-kf {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -105px;
  width: 140px;
  height: 215px;
  background: url(../images/side-kf.png);
  z-index: 999;
  cursor: pointer;
  display: none;
}

/*.SG-kf-group {
	display: none !important;
}*/
.citys-row {
	overflow: hidden;
	margin-bottom: 15px;
}
.citys-row a {
	float: left;
	margin-right: 10px;
	color: #333;
	font-size: 12px;
	line-height: 2;
}
.citys-row a.b {
	font-weight: bold;
}
.col-15 {
	float: left;
	width: 10%;
}
.col-85 {
	float: left;
	width: 90%;
	overflow: hidden;
}

.col-100 {
	width: 100%;
	overflow: hidden;
}

.top-banner {
  height: 36px;
  line-height: 36px;
  text-align: right;
  border-bottom: 1px solid #d6d6d6;
}

.top-banner a {
  color: #000;
}

/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
  /* display: flex;
  justify-content: flex-start; */
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 4px 6px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 4px 1px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #f44336;
  border: 1px solid #f44336;
}
.pagination a.page-num-current {
  color: #fff;
  background: #f44336;
  border: 1px solid #f44336;
}
/* ----- PB分页数字条效果 结束 ----- */
.atricle-info {
	margin-top: 40px;
	line-height: 30px;
	color: #333333;
}
.atricle-info a {
	color: inherit;
}






