@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("../font/DINPro-Medium.eot") format("embedded-opentype"), url("../font/DINPro-Medium.woff") format("woff"), url("../font/DINPro-Medium.ttf") format("truetype"), url("../font/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 字符表示，使得在任何编码下都无问题 */
}

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: 1100px;
  margin: 0 auto;
}

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

#LRdiv0 {
  display: none !important;
}

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

body {
  background-color: #f4f4f4;
}

.top-header {
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  background: #333333;
}

.top-header .top-nav {
  float: right;
}

.top-header .top-nav a {
  color: #ffffff;
}

.top-header .top-nav span {
  margin: 0 15px;
}

.header {
  height: 90px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

.header .logo {
  margin-top: 26px;
}

.header .phone {
  margin-top: 25px;
}

.nav {
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 2px 5px 0 rgba(236, 236, 236, 0.4);
  background-color: #fff;
}

.nav a {
  float: left;
  position: relative;
  margin: 0 20px;
  padding: 19px 15px;
  font-size: 16px;
  color: #333333;
}

.nav a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  background-color: #003f97;
  transition: all .5s;
}

.nav a:hover:after {
  transform: scaleX(1);
}

.nav a.active:after {
  transform: scaleX(1);
}

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

/*引入font字体*/
@font-face {
  font-family: 'DINPro-Medium';
  src: url("../font/DINPro-Medium.eot") format("embedded-opentype"), url("../font/DINPro-Medium.woff") format("woff"), url("../font/DINPro-Medium.ttf") format("truetype"), url("../font/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 {
  overflow: hidden;
}

.banner.banner-index {
  height: 460px;
  background-image: url(../images/banner/banner-index.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.banner.banner-index0409 {
  height: 593px;
  background-image: url(../images/banner/kmeao-index0409.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.banner.banner-index .banner-text {
  margin-top: 128px;
}

.banner.banner-index .banner-text .p1 {
  display: none;
}

.banner.banner-index .btn {
  margin-top: 38px;
  padding: 13px 30px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}

.banner.banner-index .btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.banner.banner-why {
  height: 435px;
  background-image: url(../images/banner/banner-why.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.banner.banner-why .banner-text {
  margin-top: 100px;
  font-size: 45px;
  line-height: 65px;
  color: #252b3a;
}

.banner.banner-why .banner-text span {
  color: #0052ff;
}

.banner.banner-why .btn {
  margin-top: 38px;
  padding: 13px 30px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}

.banner.banner-why .btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.banner.banner-val {
  height: 435px;
  background-image: url(../images/banner/banner-val.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #233978;
}

.banner.banner-val .banner-text {
  margin-top: 100px;
  font-size: 37px;
  line-height: 65px;
  color: #fff;
}

.banner.banner-val .btn {
  margin-top: 38px;
  padding: 13px 30px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}

.banner.banner-val .btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.banner.banner-val-sub {
  margin-top: 38px;
  height: 240px;
  background-image: url(../images/banner/banner-val-sub.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #233978;
}

.banner.banner-val-sub p {
  margin-top: 35px;
  line-height: 40px;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
}

.banner.banner-val-sub .btn {
  display: block;
  margin: 16px auto 0;
  width: 166px;
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.banner.banner-val-sub .btn:hover {
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
}

.banner.banner-num {
  height: 435px;
  background-image: url(../images/banner/banner-num.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2f3754;
}

.banner.banner-num .banner-text {
  margin-top: 100px;
  font-size: 37px;
  line-height: 65px;
  color: #fff;
}

.banner.banner-num .btn {
  margin-top: 38px;
  padding: 13px 30px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}

.banner.banner-num .btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.banner.banner-meal {
  height: 406px;
  background-image: url(../images/banner/banner-dhsf.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2f3754;
}

.banner.banner-meal .banner-text {
  margin-top: 112px;
  font-size: 36px;
  line-height: 56px;
  color: #010101;
}

.banner.banner-meal .btn {
  margin-top: 20px;
  padding: 13px 30px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}

.banner.banner-meal .btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.banner.banner-apply {
  height: 399px;
  background-color: #083391;
  background-image: url(../images/banner/banner-dhbl.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.banner.banner-apply .banner-text {
  margin-top: 83px;
  font-size: 42px;
  line-height: 67px;
  color: #fff;
}

.banner.banner-apply .btn {
  margin-top: 32px;
  padding: 13px 30px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}

.banner.banner-apply .btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

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

.banner.banner-city .banner-text {
  margin-top: 72px;
  font-size: 31px;
  line-height: 49px;
  color: #fff;
}

.banner.banner-questions {
  height: 240px;
  background-image: url(../images/banner/banner-city.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0c1a34;
  overflow: hidden;
}

.banner.banner-questions .banner-text {
  margin-top: 72px;
  font-size: 31px;
  line-height: 49px;
  color: #fff;
}

.banner.banner-questions .banner-text .btn {
  margin-top: 32px;
  padding: 13px 30px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}

.banner.banner-questions .banner-text .btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.banner.banner-case {
  height: 435px;
  background-image: url(../images/banner/banner-case.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #a9c0d0;
}

.banner.banner-case .banner-text {
  margin-top: 100px;
  font-size: 45px;
  line-height: 65px;
  color: #252b3a;
}

.banner.banner-case .btn {
  margin-top: 38px;
  padding: 13px 30px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}

.banner.banner-case .btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.banner.banner-apply {
  height: 399px;
  background-color: #083391;
  background-image: url(../images/banner/banner-about.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.banner.banner-apply .banner-text {
  margin-top: 115px;
  font-size: 36px;
  line-height: 56px;
  color: #000;
}

.banner.banner-apply .banner-text span {
  font-size: 36px;
}

.banner.banner-apply .btn {
  margin-top: 40px;
  padding: 13px 30px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}

.banner.banner-apply .btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.four-points {
  height: 56px;
}

.four-points .item {
  position: relative;
  top: -58px;
  float: left;
  width: 270px;
  height: 115px;
  background-color: #fff;
  border: 1px solid #e5e8ed;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px rgba(108, 108, 108, 0.1);
  cursor: pointer;
}

.four-points .item .tit {
  margin-top: 26px;
  margin-bottom: 8px;
  margin-left: 25px;
  font-size: 16px;
}

.four-points .item p {
  margin-left: 25px;
  line-height: 22px;
}

.four-points .item + .item {
  margin-left: 6px;
}

.four-points .item: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);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.md {
  margin-top: 45px;
}

.md h2 {
  font-size: 20px;
  font-weight: bold;
}

.md .md-index {
  margin-top: 20px;
  height: 363px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
}

.md .md-index .left {
  float: left;
  width: 175px;
  height: 100%;
}

.md .md-index .center {
  float: left;
  width: 370px;
}

.md .md-index .right {
  float: left;
  width: 554px;
}

.md .md-index.md-index-1 .left {
  position: relative;
  background-color: #0355e9;
}

.md .md-index.md-index-1 .left .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #0355e9;
}

.md .md-index.md-index-1 .left .top-tips {
  position: relative;
  padding: 18px 0 15px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  z-index: 9;
}

.md .md-index.md-index-1 .left .top-tips a {
  color: #ffffff;
  display: block;
}

.md .md-index.md-index-1 .left .top-tips .item {
  float: left;
  width: 50%;
  height: 58px;
  color: #ffffff;
  text-align: center;
}

.md .md-index.md-index-1 .left .top-tips .item + .item {
  border-left: 1px dashed #fff;
}

.md .md-index.md-index-1 .left .top-tips .img-wrap {
  margin: 5px auto 14px;
  width: 40px;
  height: 25px;
}

.md .md-index.md-index-1 .left .val-info {
  position: absolute;
  left: 36px;
  bottom: 26px;
  z-index: 9;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.md .md-index.md-index-1 .center {
  line-height: 363px;
  text-align: center;
  background: #ffffff;
}

.md .md-index.md-index-1 .center img {
  vertical-align: middle;
}

.md .md-index.md-index-1 .right .row {
  overflow: hidden;
}

.md .md-index.md-index-1 .right .row + .row {
  border-top: 1px solid #ededed;
}

.md .md-index.md-index-1 .right .item {
  float: left;
  width: 33.333%;
  height: 180px;
  border-left: 1px solid #ededed;
}

.md .md-index.md-index-1 .right .item .img-box {
  margin-top: 25px;
  margin-left: 20px;
  margin-bottom: 15px;
  width: 33px;
  height: 34px;
}

.md .md-index.md-index-1 .right .item .tt {
  margin-left: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.md .md-index.md-index-1 .right .item .desc {
  margin-left: 20px;
  color: #333333;
  line-height: 22px;
}

.md .md-index.md-index-2 .left {
  position: relative;
  background-color: #ff700a;
}

.md .md-index.md-index-2 .left .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #ff700a;
}

.md .md-index.md-index-2 .left .top-tips {
  position: relative;
  padding: 18px 0 15px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  z-index: 9;
}

.md .md-index.md-index-2 .left .top-tips .item {
  float: left;
  width: 50%;
  height: 58px;
  color: #ffffff;
  text-align: center;
}

.md .md-index.md-index-2 .left .top-tips .item + .item {
  border-left: 1px dashed #fff;
}

.md .md-index.md-index-2 .left .top-tips .img-wrap {
  margin: 5px auto 14px;
  width: 40px;
  height: 25px;
}

.md .md-index.md-index-2 .left .val-info {
  position: absolute;
  left: 48px;
  bottom: 14px;
  z-index: 9;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.md .md-index.md-index-2 .center {
  text-align: center;
  background: #ffffff;
}

.md .md-index.md-index-2 .center img {
  margin-top: 16px;
}

.md .md-index.md-index-2 .center .p1 {
  margin-top: 10px;
  font-size: 36px;
}

.md .md-index.md-index-2 .center .p2 {
  margin-top: 12px;
  font-size: 25px;
}

.md .md-index.md-index-2 .center .p3 {
  margin-top: 12px;
  font-size: 23px;
  color: #fe7102;
}

.md .md-index.md-index-2 .right {
  height: 100%;
}

.md .md-index.md-index-2 .right .row {
  height: 100%;
  overflow: hidden;
}

.md .md-index.md-index-2 .right .item {
  width: 33.333%;
  height: 100%;
  float: left;
  text-align: center;
  border-left: 1px solid #ededed;
  cursor: pointer;
}

.md .md-index.md-index-2 .right .item .num-dx {
  margin-top: 28px;
  margin-bottom: 12px;
}

.md .md-index.md-index-2 .right .item .num {
  line-height: 40px;
  color: #000000;
}

.md .md-index.md-index-2 .right .item .btn {
  position: relative;
  top: 20px;
  height: 43px;
  line-height: 45px;
  background: #ff6a00;
  color: #ffffff;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.md .md-index.md-index-2 .right .item:hover .btn {
  position: relative;
  top: -25px;
}

.md .md-index.md-index-3 .left {
  position: relative;
  background-color: #ff6271;
}

.md .md-index.md-index-3 .left .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #ff6271;
}

.md .md-index.md-index-3 .left .top-tips {
  position: relative;
  padding: 18px 0 15px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  z-index: 9;
}

.md .md-index.md-index-3 .left .top-tips .item {
  float: left;
  width: 50%;
  height: 58px;
  color: #ffffff;
  text-align: center;
}

.md .md-index.md-index-3 .left .top-tips .item + .item {
  border-left: 1px dashed #fff;
}

.md .md-index.md-index-3 .left .top-tips .img-wrap {
  margin: 5px auto 8px;
  width: 40px;
  height: 30px;
}

.md .md-index.md-index-3 .left .val-info-tt {
  position: absolute;
  left: 45px;
  top: 110px;
  font-weight: bold;
  z-index: 9;
  color: #ffffff;
}

.md .md-index.md-index-3 .left .val-info {
  position: absolute;
  left: 36px;
  bottom: 26px;
  z-index: 9;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.md .md-index.md-index-3 .center {
  text-align: center;
  background: #ffffff;
}

.md .md-index.md-index-3 .center img {
  margin-top: 26px;
  vertical-align: middle;
}

.md .md-index.md-index-3 .center p {
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
}

.md .md-index.md-index-3 .right .row {
  overflow: hidden;
}

.md .md-index.md-index-3 .right .row + .row {
  border-top: 1px solid #ededed;
}

.md .md-index.md-index-3 .right .item {
  float: left;
  width: 50%;
  height: 180px;
  border-left: 1px solid #ededed;
}

.md .md-index.md-index-3 .right .item .tt {
  margin-top: 18px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.md .md-index.md-index-3 .right .item .small-desc {
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 8px;
}

.md .md-index.md-index-3 .right .item .desc {
  margin-left: 20px;
  color: #8e8e8e;
  line-height: 22px;
}

.md .md-index.md-index-3 .right .item .tc-wrap {
  margin-top: 10px;
  margin-left: 20px;
}

.md .md-index.md-index-3 .right .item .tc-wrap .fh {
  font-weight: bold;
  color: #ff0000;
}

.md .md-index.md-index-3 .right .item .tc-wrap .jine {
  font-size: 20px;
  color: #ff0000;
  font-weight: bold;
}

.md .index-flow {
  padding-left: 10px;
  margin-top: 20px;
  height: 120px;
  background: #ffffff;
}

.md .index-flow .item {
  margin-top: 33px;
  padding-left: 35px;
  float: left;
  overflow: hidden;
}

.md .index-flow .item .texs {
  margin-left: 15px;
  float: left;
  text-align: left;
}

.md .index-flow .item .texs .tt {
  font-size: 16px;
  font-weight: bold;
}

.md .index-flow .item .texs .desc {
  margin-top: 6px;
  line-height: 22px;
  text-align: left;
}

.md .index-flow .item .tj {
  margin-left: 20px;
  float: left;
  width: 15px;
  height: 61px;
  background: url(../images/l-tj.png);
}

.md .index-news-model {
  margin-top: 15px;
}

.md .index-news-model .row + .row {
  margin-top: 18px;
}

.md .index-news-model .item {
  width: 540px;
  background: #ffffff;
}

.md .index-news-model .new-tit {
  margin-bottom: 2px;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
}

.md .index-news-model .new-tit a {
  float: right;
  margin-right: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}

.md .index-news-model .news-group {
  padding: 0 20px;
}

.md .index-news-model .news-group .news-it {
  display: block;
  padding: 12px 0;
  line-height: 24px;
  color: #333333;
}
.md .index-news-model .news-group .news-it .bt {
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.md .index-news-model .news-group .news-it + .news-it {
  border-top: 1px dotted #e0e0e0;
}

.md .index-news-model .news-group .mess {
  line-height: 24px;
  color: #979797;
}

.md .index-news-model2 {
	margin-top: 20px;
}


.md .index-news-model2 .item {
	width: 100%;
  background: #ffffff;
}

.md .index-news-model2 .new-tit {
  margin-bottom: 2px;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
}

.md .index-news-model2 .new-tit a {
  float: right;
  margin-right: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}

.md .index-news-model2 .news-group {
  overflow: hidden;
}

.md .index-news-model2 .news-group .news-it {
	float: left;
	width: 50%;
  padding: 12px 25px;
  line-height: 24px;
  color: #333333;
  box-sizing: border-box;
}
.md .index-news-model2 .news-group .news-it .bt {
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.md .index-news-model2 .news-group .news-it + .news-it {
  border-top: 1px dotted #e0e0e0;
}

.md .index-news-model2 .news-group .mess {
  line-height: 24px;
  color: #979797;
}






.sb-tl {
  height: 86px;
  background: #ffffff;
}

.sb-tl .item {
  float: left;
  overflow: hidden;
}

.sb-tl .item + .item {
  margin-left: 107px;
}

.sb-tl .item .img-box {
  margin-top: 25px;
  margin-right: 10px;
  float: left;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.sb-tl .item .img-box img {
  vertical-align: middle;
}

.sb-tl .item .desc {
  margin-top: 24px;
  float: left;
  font-weight: bold;
  line-height: 20px;
}

.footer-group {
  padding-top: 46px;
  background: #181818;
}

.footer-group .inner-links {
  overflow: hidden;
}

.footer-group .inner-links .inner-links-left {
  float: left;
  width: 780px;
  overflow: hidden;
  border-right: 1px solid #3a3a3a;
}

.footer-group .inner-links .inner-links-left .col {
  margin-right: 35px;
  float: left;
}

.footer-group .inner-links .inner-links-left .col h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #d7d8d9;
}

.footer-group .inner-links .inner-links-left .col .col-links {
  line-height: 28px;
}

.footer-group .inner-links .inner-links-left .col .col-links a {
  display: block;
  color: #a0a0a0;
}

.footer-group .inner-links .inner-links-right {
  margin-left: 40px;
  float: left;
}

.footer-group .inner-links .inner-links-right .sub-phone .p1 {
  color: #ffffff;
}

.footer-group .inner-links .inner-links-right .sub-phone .p1 p {
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
}

.footer-group .inner-links .inner-links-right .sub-phone-btns {
  margin-top: 30px;
  overflow: hidden;
}

.footer-group .inner-links .inner-links-right .sub-phone-btns .btn {
  padding: 12px 30px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
}

.footer-group .inner-links .inner-links-right .sub-phone-btns .btn.more {
  float: left;
  background: #ffffff;
}

.footer-group .inner-links .inner-links-right .sub-phone-btns .btn.free {
  margin-left: 25px;
  float: left;
  background: #ffffff;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.footer-group .city-links {
  margin-top: 25px;
  border-top: 1px solid #3a3a3a;
}

.footer-group .city-links h4 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffffff;
}

.footer-group .city-links .city-links-group {
  overflow: hidden;
}

.footer-group .city-links .city-links-group a {
  width: 90px;
  float: left;
  line-height: 30px;
  font-size: 12px;
  color: #a0a0a0;
}

.footer-group .finks {
  margin-top: 20px;
  overflow: hidden;
}

.footer-group .finks span, .footer-group .finks a {
  float: left;
  color: #ffffff;
}

.footer-group .finks span {
  font-weight: bold;
  margin-right: 35px;
  font-size: 16px;
}

.footer-group .finks a {
  margin-top: 2px;
  padding: 0 5px;
  font-size: 12px;
  color: #a0a0a0;
}

.footer-group .web-info {
  margin-top: 25px;
  padding: 20px 0;
  color: #a0a0a0;
  border-top: 1px solid #3a3a3a;
}

.footer-group .web-info a {
  color: inherit;
}

.footer-group .web-info img {
  vertical-align: middle;
}

.bread-nav {
  margin-top: 49px;
}

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

.md-dl .dl-top {
  margin-top: 20px;
  padding: 20px 0;
  height: 112px;
  background: #ffffff;
  overflow: hidden;
}

.md-dl .img-dl {
  margin-left: 28px;
  margin-right: 45px;
  float: left;
}

.md-dl .dl-points {
  float: left;
  overflow: hidden;
}

.md-dl .dl-points .col {
  float: left;
}

.md-dl .dl-points .col + .col {
  margin-left: 50px;
}

.md-dl .dl-points .item {
  line-height: 38px;
}

.md-dl .dl-groups {
  margin-top: 20px;
  background: #ffffff;
  overflow: hidden;
}

.md-dl .dl-groups .dl-tips {
  margin-left: 2px;
  margin-top: 10px;
  overflow: hidden;
}

.md-dl .dl-groups .dl-tips .dl-tips-item {
  margin-left: 10px;
  float: left;
  width: 171px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
}

.md-dl .dl-groups .dl-company {
  margin-top: 28px;
  margin-bottom: 10px;
  margin-left: 7px;
}

.md-dl .dl-groups .dl-company .dl-item {
  float: left;
  width: 180px;
  height: 470px;
  position: relative;
  cursor: pointer;
}

.md-dl .dl-groups .dl-company .dl-item:hover {
  position: relative;
  z-index: 9;
  -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;
  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);
}

.md-dl .dl-groups .dl-company .dl-item:hover:after {
  background: #fff !important;
}

.md-dl .dl-groups .dl-company .dl-item:hover + .dl-item:after {
  background: #fff !important;
}

.md-dl .dl-groups .dl-company .dl-item + .dl-item {
  margin-left: 1px;
}

.md-dl .dl-groups .dl-company .dl-item + .dl-item:after {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #f2f2f2;
}

.md-dl .dl-long-btn {
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
}

.md-dl .dl-long-btn a {
  color: #fff;
}

.dl-think {
  margin-top: 20px;
  padding-bottom: 55px;
  background: #ffffff;
  overflow: hidden;
}

.dl-think .row {
  overflow: hidden;
}

.dl-think .row img {
  float: left;
}

.dl-think .row .dl-think-text {
  float: left;
}

.dl-think .row .dl-think-text h3 {
  font-size: 24px;
  font-weight: bold;
}

.dl-think .row .dl-think-text .desc {
  margin-top: 12px;
  line-height: 24px;
}

.dl-think .row .dl-think-text .desc h3 {
  font-size: 24px;
  font-weight: bold;
}

.dl-think .row.row1 {
  margin-top: 78px;
}

.dl-think .row.row1 img {
  margin-left: 158px;
}

.dl-think .row.row1 .dl-think-text {
  margin-top: 48px;
  margin-left: 130px;
}

.dl-think .row.row1 .dl-think-text .desc {
  line-height: 24px;
}

.dl-think .row.row2 img {
  margin-left: 124px;
}

.dl-think .row.row2 .dl-think-text {
  margin-top: 69px;
  margin-left: 82px;
}

.dl-think .row.row2 .dl-think-text .desc {
  line-height: 24px;
}

.dl-think .row.row3 img {
  margin-left: 137px;
}

.dl-think .row.row3 .dl-think-text {
  margin-top: 50px;
  margin-left: 133px;
}

.dl-think .row.row3 .dl-think-text .desc {
  line-height: 24px;
}

.dl-think .row.row4 img {
  margin-left: 150px;
}

.dl-think .row.row4 .dl-think-text {
  margin-top: 74px;
  margin-left: 82px;
}

.dl-think .row.row4 .dl-think-text .desc {
  line-height: 24px;
}

.dl-num {
  margin-top: 20px;
  height: 386px;
  overflow: hidden;
  background: #ffffff;
}

.dl-num .dl-num-group {
  float: left;
  width: 760px;
}

.dl-num .dl-num-group .dl-num-tips {
  overflow: hidden;
}

.dl-num .dl-num-group .dl-num-tips .dl-tip {
  position: relative;
  width: 25%;
  float: left;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
}

.dl-num .dl-num-group .dl-num-tips .dl-tip:hover {
  background: #0699e8;
  background-image: -moz-linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(180deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
}

.dl-num .dl-num-group .dl-num-tips .dl-tip + .dl-tip:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
}

.dl-num .dl-num-group .dl-num-contens .dl-num-item {
  margin: 0 10px;
  display: none;
  height: 196px;
  border-bottom: 1px dashed #f2f2f2;
}

.dl-num .dl-num-group .dl-num-contens .dl-num-item table {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.dl-num .dl-num-group .dl-num-contens .dl-num-item table td:hover {
  color: #ff0000;
  font-weight: bold;
}

.dl-num .dl-num-group .dl-num-contens .dl-num-item table td .more {
  font-size: 14px;
  text-decoration: underline;
}

.dl-num .dl-num-group .dl-num-contens .dl-num-item.show {
  display: block;
}

.dl-num .dl-num-group .dl-sub-companys .tit {
  margin-top: 18px;
  margin-left: 32px;
  font-weight: bold;
  color: #333333;
}

.dl-num .dl-num-group .dl-sub-companys .img-banner {
  margin-top: 5px;
  margin-left: 5px;
  overflow: hidden;
}

.dl-num .dl-num-group .dl-sub-companys .img-banner .item {
  float: left;
  width: 178px;
  text-align: center;
  font-weight: bold;
}

.dl-num .dl-num-form {
  height: 100%;
  float: left;
  width: 340px;
  border-left: 1px solid #f2f2f2;
}

.dl-num .dl-num-form .tit {
  margin-top: 28px;
  text-align: center;
  color: #000000;
}

.dl-num .dl-num-form .tit .b {
  font-size: 24px;
  text-align: center;
}

.dl-num .dl-num-form .tit .s {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.dl-num .dl-num-form .tit .s span {
  color: #ff0000;
  font-family: 'DINPro-Medium';
}

.dl-num .dl-num-form .form {
  position: relative;
  margin-top: 30px;
  padding: 0 30px;
}

.dl-num .dl-num-form .form input[type=text] {
  padding: 12px 15px;
  display: block;
  width: 100%;
  line-height: 14px;
  border: none;
  background: #f3f3f3;
  outline: none;
}

.dl-num .dl-num-form .form input[type=text] + input[type=text] {
  margin-top: 20px;
}

.dl-num .dl-num-form .form .code {
  position: absolute;
  top: 138px;
  right: 38px;
  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;
  background: #ffffff;
  font-family: 黑体;
  text-align: center;
}

.dl-num .dl-num-form .form input[type=button] {
  margin-top: 28px;
  padding: 12px 15px;
  display: block;
  width: 100%;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
  border: none;
  outline: none;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
}

.dl-num .dl-num-form .form input[type=button]:hover {
  -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;
  background: #1348ee;
  background-image: -moz-linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(180deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
}

.val-need {
  margin-top: 20px;
  padding-top: 48px;
  padding-bottom: 70px;
  background: #ffffff;
}

.val-need .tt {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #2873ff;
}

.val-need .val-need-issue {
  width: 785px;
  margin: 32px auto;
}

.val-need .val-need-issue .item {
  padding-left: 180px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  font-weight: bold;
  -moz-border-radius: 29px;
  -webkit-border-radius: 29px;
  -ms-border-radius: 29px;
  border-radius: 29px;
  border: 1px solid #ababab;
  position: relative;
  cursor: pointer;
}

.val-need .val-need-issue .item + .item {
  margin-top: 32px;
}

.val-need .val-need-issue .item .error {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
  -moz-border-radius: 29px;
  -webkit-border-radius: 29px;
  -ms-border-radius: 29px;
  border-radius: 29px;
  background-color: #ababab;
}

.val-need .val-nees-tocuh {
  position: relative;
  margin-top: 60px;
  padding: 5px 106px;
  overflow: hidden;
}

.val-need .val-nees-tocuh .yuan {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -236px 0 0 -236px;
  width: 473px;
  height: 473px;
  background-image: url(../images/dabg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: fan-rotate 36s linear 0s infinite;
  -moz-animation: fan-rotate 36s linear 0s infinite;
  -ms-animation: fan-rotate 36s linear 0s infinite;
  animation: fan-rotate 36s linear 0s infinite;
}

.val-need .val-nees-tocuh .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 258px;
  margin-top: -42px;
  margin-left: -129px;
  z-index: 9;
  overflow: hidden;
}

.val-need .val-nees-tocuh .inner .col .tit {
  margin-bottom: 5px;
  font-size: 34px;
  font-weight: bold;
  color: #005dff;
}

.val-need .val-nees-tocuh .inner .col p {
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.val-need .val-nees-tocuh .row {
  overflow: hidden;
}

.val-need .val-nees-tocuh .row + .row {
  margin-top: 25px;
}

.val-need .val-nees-tocuh .item {
  width: 255px;
  height: 138px;
  border: 1px solid #3692ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 9;
}

.val-need .val-nees-tocuh .item .tit {
  margin: 12px 18px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.val-need .val-nees-tocuh .item .desc {
  margin: 8px 18px 0;
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
  border-top: 1px solid #ababab;
}

.val-help {
  margin-top: 20px;
  padding: 70px 20px 30px;
  background: #ffffff;
}

.val-help .tt {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #2873ff;
}

.val-help .tt-small {
  margin-top: 10px;
  margin-bottom: 35px;
  text-align: center;
  color: #000000;
}

.val-help .val-func-md.val-func-md {
  margin-top: 55px;
}

.val-help .val-func-md .val-func-top {
  margin: 0 8px 8px;
  height: 78px;
  background: #f8f8f8;
}

.val-help .val-func-md .val-func-top .img-box {
  width: 38px;
  height: 38px;
  line-height: 38px;
  float: left;
  margin: 20px 10px 0 20px;
  background: #ffffff;
}

.val-help .val-func-md .val-func-top .img-box img {
  vertical-align: middle;
}

.val-help .val-func-md .val-func-top .tex-box {
  margin-top: 20px;
  float: left;
  color: #000000;
}

.val-help .val-func-md .val-func-top .tex-box .tit {
  font-weight: bold;
  font-size: 16px;
}

.val-help .val-func-md .val-func-top .tex-box .desc {
  margin-top: 10px;
  font-size: 14px;
}

.val-help .val-func-md .val-func-wrap {
  overflow: hidden;
}

.val-help .val-func-md .val-func-wrap .func-row {
  float: left;
  width: 33.33%;
  overflow: hidden;
}

.val-help .val-func-md .val-func-wrap .val-func-item {
  z-index: 99;
  float: left;
  margin: 8px;
  width: 336px;
  min-height: 74px;
  text-align: center;
  background: #f8f8f8;
  cursor: pointer;
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content {
  position: relative;
  height: 54px;
  overflow: hidden;
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box {
  float: left;
  margin: 12px 15px 0 20px;
  width: 32px;
  height: 32px;
  background: #ffffff;
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box1 {
  background-image: url(../images/func-icons/icon1.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box2 {
  background-image: url(../images/func-icons/icon2.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box3 {
  background-image: url(../images/func-icons/icon3.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box4 {
  background-image: url(../images/func-icons/icon4.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box5 {
  background-image: url(../images/func-icons/icon5.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box6 {
  background-image: url(../images/func-icons/icon6.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box7 {
  background-image: url(../images/func-icons/icon7.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box8 {
  background-image: url(../images/func-icons/icon8.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box9 {
  background-image: url(../images/func-icons/icon9.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box10 {
  background-image: url(../images/func-icons/icon10.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box11 {
  background-image: url(../images/func-icons/icon11.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box12 {
  background-image: url(../images/func-icons/icon12.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box13 {
  background-image: url(../images/func-icons/icon13.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box14 {
  background-image: url(../images/func-icons/icon14.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box15 {
  background-image: url(../images/func-icons/icon15.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box16 {
  background-image: url(../images/func-icons/icon16.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box17 {
  background-image: url(../images/func-icons/icon17.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box18 {
  background-image: url(../images/func-icons/icon18.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box19 {
  background-image: url(../images/func-icons/icon19.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box20 {
  background-image: url(../images/func-icons/icon20.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box21 {
  background-image: url(../images/func-icons/icon21.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box22 {
  background-image: url(../images/func-icons/icon22.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box23 {
  background-image: url(../images/func-icons/icon23.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .img-box.img-box24 {
  background-image: url(../images/func-icons/icon24.png);
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .tex-box {
  margin-top: 12px;
  float: left;
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .tex-box .tit {
  text-align: left;
  font-size: 14px;
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .tex-box .desc {
  margin-top: 8px;
  font-size: 12px;
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .btn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 15px;
  font-style: italic;
  font-size: 12px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  cursor: pointer;
}

.val-help .val-func-md .val-func-wrap .val-func-item .val-func-content .btn:hover {
  background: #1348ee;
  background-image: -moz-linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(180deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
}

.val-help .val-func-md .val-func-wrap .val-func-item .func-text {
  display: none;
  margin: 10px 15px;
  padding: 10px;
  text-align: justify;
  line-height: 22px;
  border-top: 1px dashed #ababab;
}

.val-help .val-func-md .val-func-wrap .val-func-item .silder-btn {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ededed;
  cursor: pointer;
}

.val-help .val-func-md .val-func-wrap .val-func-item .silder-btn:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  vertical-align: middle;
  background: url(../images/down-arrow.png) no-repeat center center;
}

.val-help .val-func-md .val-func-wrap .val-func-item:hover .silder-btn:after {
  -webkit-animation: updown 2s  ease-in-out infinite;
  -moz-animation: updown 2s  ease-in-out infinite;
  animation: updown 2s  ease-in-out infinite;
}

.how {
  margin-top: 20px;
  padding: 20px 50px 40px;
  background: #ffffff;
}

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

.how .how-group {
  margin-top: 58px;
}

.how .how-group > .item {
  position: relative;
  margin: 0 22px;
  width: 455px;
  height: 302px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.how .how-group > .item .top-tit {
  position: absolute;
  left: 128px;
  top: -23px;
  width: 206px;
  height: 46px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.how .how-group > .item .how-ul {
  margin-top: 56px;
}

.how .how-group > .item .how-ul li {
  padding-left: 80px;
  padding-right: 18px;
  position: relative;
  min-height: 46px;
}

.how .how-group > .item .how-ul li + li {
  margin-top: 22px;
}

.how .how-group > .item .how-ul .xuhao {
  position: absolute;
  left: 24px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  font-family: 'DINPro-Medium';
  color: #ffffff;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
}

.how .how-group > .item .how-ul .tex {
  color: #000000;
}

.how .how-group > .item .how-ul .tex .tex-tit {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
}

.how .how-group > .item .how-ul .tex .tex-desc {
  margin-top: 4px;
  line-height: 22px;
}

.how .how-group > .item .sub-btn {
  position: absolute;
  left: 32px;
  bottom: -14px;
  width: 110px;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  cursor: pointer;
}

.how .how-group > .item.suggest {
  float: left;
  border: 1px solid #0057ff;
}

.how .how-group > .item.suggest .top-tit {
  background: #0057ff;
}

.how .how-group > .item.suggest .xuhao {
  background: #0057ff;
}

.how .how-group > .item.suggest .sub-btn {
  background: #0057ff;
}

.how .how-group > .item.nosuggest {
  float: right;
  border: 1px solid #a4a4a4;
}

.how .how-group > .item.nosuggest .top-tit {
  background: #a4a4a4;
}

.how .how-group > .item.nosuggest .xuhao {
  background: #a4a4a4;
}

.how .how-group > .item.nosuggest .sub-btn {
  background: #a4a4a4;
}

.today {
  margin-top: 20px;
  background: #ffffff;
}

.today .today-banner {
  overflow: hidden;
  height: 177px;
  text-align: center;
  color: #ffffff;
  background-color: #722e9d;
  background-image: url(../images/banner/today-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.today .today-banner .week {
  margin-top: 40px;
  text-align: center;
  font-size: 50px;
}

.today .today-banner .today-tip {
  margin-top: 20px;
  display: inline-block;
  width: 316px;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  color: #59118f;
  background: #ffffff;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}

.today .today-num {
  margin-top: 10px;
  padding-left: 20px;
}

.today .today-num table {
  width: 100%;
  text-align: center;
}

.today .today-num table td {
  height: 80px;
}

.today .today-num table td .num {
  position: relative;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  cursor: pointer;
}

.today .today-num table td .num:hover {
  color: #ff0000;
}

.today .today-num table td .num::before {
  position: absolute;
  top: 0;
  left: 10px;
  width: 25px;
  height: 25px;
  content: "新";
  color: #ffffff;
  font-size: 14px;
  background: #1348ee;
  background-image: -moz-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.tc-1 {
  margin-top: 20px;
}

.tc-1 .item {
  padding: 18px 25px 25px 25px;
  float: left;
  width: 340px;
  height: 300px;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tc-1 .item: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);
}

.tc-1 .item:hover .btn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.tc-1 .item + .item {
  margin-left: 40px;
}

.tc-1 .item .tit {
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}

.tc-1 .item .desc {
  line-height: 32px;
  color: #000000;
}

.tc-1 .item .desc span {
  color: #ff0000;
}

.tc-1 .item .tc-je .money {
  margin-top: 20px;
}

.tc-1 .item .tc-je .money .je {
  font-size: 58px;
  font-weight: bold;
  color: #ff0000;
  font-family: 'DINPro-Medium';
}

.tc-1 .item .tc-je .money .more {
  margin-top: 43px;
  float: right;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}

.tc-1 .item .btn {
  margin-top: 24px;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form-line {
  margin-top: 20px;
  height: 140px;
  background: #ffffff;
}

.form-line .form-tit {
  float: left;
  margin-top: 35px;
  margin-left: 28px;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}

.form-line .form {
  float: left;
  margin-left: 50px;
  position: relative;
  margin-top: 44px;
}

.form-line .form input[type=text] {
  float: left;
  padding: 12px 15px;
  display: block;
  width: 205px;
  line-height: 14px;
  border: 1px solid #c1c1c1;
  background: #fff;
  outline: none;
}

.form-line .form input[type=text] + input[type=text] {
  margin-left: 12px;
}

.form-line .form .code {
  position: absolute;
  top: 10px;
  right: 230px;
  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;
  background: #c1c1c1;
  font-family: 黑体;
  text-align: center;
  cursor: pointer;
}

.form-line .form input[type=button] {
  float: left;
  margin-left: 15px;
  padding: 15px 0;
  display: block;
  width: 205px;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
  border: none;
  outline: none;
}

.form-line .form input[type=button]:hover {
  -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;
  background: #1348ee;
  background-image: -moz-linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(180deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(180deg, #0699e8 1%, #1348ee 100%);
}

.tc-2 {
  margin-top: 20px;
  margin-bottom: 55px;
}

.tc-2 .row + .row {
  margin-top: 40px;
}

.tc-2 .row .item {
  float: left;
  width: 340px;
  height: 487px;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tc-2 .row .item: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);
}

.tc-2 .row .item:hover .btn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.tc-2 .row .item + .item {
  margin-left: 40px;
}

.tc-2 .row .item .item-top {
  padding: 0 25px;
  overflow: hidden;
}

.tc-2 .row .item .item-top .tit {
  padding: 30px 0 25px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.tc-2 .row .item .item-top .gift-wrap {
  padding: 24px 0 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.tc-2 .row .item .item-top .gift-wrap .it {
  overflow: hidden;
}

.tc-2 .row .item .item-top .gift-wrap .it .img {
  float: left;
  margin-right: 12px;
  width: 30px;
  height: 30px;
}

.tc-2 .row .item .item-top .gift-wrap .it .img.img1 {
  background-image: url(../images/gift1.png);
}

.tc-2 .row .item .item-top .gift-wrap .it .img.img2 {
  background-image: url(../images/gift2.png);
}

.tc-2 .row .item .item-top .gift-wrap .it .text {
  float: left;
}

.tc-2 .row .item .item-top .gift-wrap .it .text .text-tit {
  font-size: 16px;
  color: #0055ff;
}

.tc-2 .row .item .item-top .gift-wrap .it .text .text-desc {
  line-height: 24px;
  color: #000000;
}

.tc-2 .row .item .item-top .num-box .num-tip {
  margin-top: 20px;
  margin-bottom: 12px;
}

.tc-2 .row .item .item-top .num-box .fl, .tc-2 .row .item .item-top .num-box .fr {
  width: 50%;
  line-height: 34px;
  font-size: 18px;
  color: #000000;
}

.tc-2 .row .item .item-top .num-box .fl span, .tc-2 .row .item .item-top .num-box .fr span {
  display: block;
}

.tc-2 .row .item .item-top .num-box .fr {
  text-align: right;
}

.tc-2 .row .item .item-top .tc-je {
  margin-top: 18px;
  border-top: 1px solid #e6e6e6;
}

.tc-2 .row .item .item-top .tc-je .money {
  margin-top: 10px;
}

.tc-2 .row .item .item-top .tc-je .money .je {
  font-size: 58px;
  font-weight: bold;
  color: #ff0000;
  font-family: 'DINPro-Medium';
}

.tc-2 .row .item .item-top .tc-je .sub-tip {
  margin-top: 8px;
  color: #0051ff;
}

.tc-2 .row .item .item-top .gift-img {
  min-height: 86px;
  max-height: 86px;
}

.tc-2 .row .item .btn {
  margin-top: 15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.condition {
  margin-top: 20px;
  padding: 22px 25px;
  background: #ffffff;
  line-height: 22px;
}

.apply-cl {
  margin-top: 20px;
}

.apply-cl .apply-item {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  background: #ffffff;
}

.apply-cl .apply-item + .apply-item {
  margin-top: 18px;
}

.apply-cl .apply-item .tit {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.apply-cl .conditions {
  margin-left: 46px;
  width: 312px;
  float: left;
}

.apply-cl .conditions ul {
  margin-top: 25px;
  color: #ff0000;
}

.apply-cl .conditions ul li {
  line-height: 28px;
}

.apply-cl .conditions .ps {
  margin-top: 8px;
  font-weight: bold;
}

.apply-cl .conditions .btn {
  margin-top: 30px;
  width: 142px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
}

.apply-cl .conditions .btn:hover {
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.apply-cl .questions {
  float: right;
  margin-right: 35px;
  width: 604px;
}

.apply-cl .questions ul {
  margin-top: 25px;
}

.apply-cl .questions ul li {
  line-height: 28px;
  color: #000000;
}

.apply-cl .questions ul li .q {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
}

.apply-cl .questions ul li .q::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 19px;
  content: "";
  background: url(../images/q.png) no-repeat center;
}

.apply-cl .questions ul li .a {
  position: relative;
  padding-left: 25px;
}

.apply-cl .questions ul li .a::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 19px;
  content: "";
  background: url(../images/a.png) no-repeat center;
}

.apply-cl .questions a {
  display: block;
  margin-top: 20px;
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

.advantage {
  margin-top: 20px;
}

.advantage .item {
  float: left;
  width: 260px;
  height: 260px;
  background: #ffffff;
  cursor: pointer;
}

.advantage .item .imgbox {
  margin: 36px auto 22px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  vertical-align: middle;
}

.advantage .item .tit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.advantage .item .desc {
  margin-top: 12px;
  padding: 0 30px;
  line-height: 22px;
}

.advantage .item: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);
  -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;
}

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

.company-anli {
  margin-top: 20px;
  padding: 25px 25px 15px 25px;
  background: #ffffff;
}

.company-anli table {
  width: 100%;
}

.company-anli table td {
  text-align: center;
  line-height: 22px;
}

.company-anli table td .company-imgbox {
  height: 74px;
}

.company-anli table td .company-num {
  padding-bottom: 29px;
}

.company-anli table td a {
  font-weight: bold;
  color: #333333;
}

.company-anli table td a:hover {
  text-decoration: underline;
}

.contact {
  margin-top: 20px;
  padding: 26px 29px;
  background: #ffffff;
  overflow: hidden;
}

.contact .left-silder {
  float: left;
  height: 345px;
  width: 516px;
  overflow: hidden;
  background: #ababaa;
  position: relative;
}

.contact .left-silder .hd {
  position: absolute;
  left: 50%;
  bottom: 16px;
  margin-left: -24px;
  z-index: 999;
}

.contact .left-silder .hd li {
  float: left;
  margin: 0 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
}

.contact .left-silder .hd li.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.contact .right-map {
  float: right;
  width: 508px;
}

.contact .right-map .map-tex {
  line-height: 24px;
}

.contact .right-map .map-tex span {
  font-size: 16px;
  font-weight: bold;
  color: #0058ff;
}

.contact .right-map .map-bd {
  margin-top: 16px;
  width: 510px;
  height: 280px;
  background: #ababaa;
}

.md .sec-wrap .md-2 + .md-2 {
  margin-top: 45px;
}

.md .sec-wrap .md-2 h2 a {
  float: right;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}

.md .sec-wrap .md-2 h2 a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.md .sec-wrap .l-content {
  float: left;
  width: 843px;
}

.md .sec-wrap .l-content .content-1 {
  margin-top: 20px;
  background: #ffffff;
}

.md .sec-wrap .l-content .content-1 .content-city {
  padding: 45px;
}

.md .sec-wrap .l-content .content-1 h3 {
  font-size: 18px;
  font-weight: bold;
}

.md .sec-wrap .l-content .content-1 .city-param {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e0e0e0;
}

.md .sec-wrap .l-content .content-1 .city-param .col {
  float: left;
  min-width: 295px;
  line-height: 28px;
}

.md .sec-wrap .l-content .content-1 .city-param .col span {
  font-weight: bold;
}

.md .sec-wrap .l-content .content-1 .city-flow {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e0e0e0;
}

.md .sec-wrap .l-content .content-1 .city-flow .flow-arrow {
  height: 37px;
  background: url(../images/arrow-bg.png) no-repeat;
}

.md .sec-wrap .l-content .content-1 .city-flow span {
  width: 25%;
  float: left;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

.md .sec-wrap .l-content .content-1 .city-material {
  overflow: hidden;
}

.md .sec-wrap .l-content .content-1 .city-material .material-text {
  float: left;
  width: 50%;
}

.md .sec-wrap .l-content .content-1 .city-material .material-text ul {
  margin-top: 30px;
  color: #ff0000;
}

.md .sec-wrap .l-content .content-1 .city-material .material-text ul li {
  margin-bottom: 14px;
}

.md .sec-wrap .l-content .content-1 .city-material .material-text .ps {
  font-weight: bold;
}

.md .sec-wrap .l-content .content-1 .city-material .material-img {
  float: left;
  width: 50%;
}

.md .sec-wrap .l-content .content-1 .today-num {
  padding: 24px 33px;
}

.md .sec-wrap .l-content .content-1 .today-num table {
  width: 100%;
}

.md .sec-wrap .l-content .content-1 .today-num table td {
  height: 62px;
  text-align: center;
}

.md .sec-wrap .l-content .content-1 .today-num table td .num {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  cursor: pointer;
}

.md .sec-wrap .l-content .content-1 .today-num table td .num:hover {
  color: #ff0000;
}

.md .sec-wrap .l-content .content-1 .today-num table td .num::before {
  margin-right: 8px;
  content: "新";
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #1348ee;
  background-image: -moz-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
}

.md .sec-wrap .l-content .content-1 .questions {
  font-size: 14px;
  background: #ffffff;
}

.md .sec-wrap .l-content .content-1 .questions .tabs-item {
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.md .sec-wrap .l-content .content-1 .questions .tabs-item a {
  color: #000;
}
.md .sec-wrap .l-content .content-1 .questions .tabs-item + .tabs-item:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 50px;
  background: #f0f0f0;
}

.md .sec-wrap .l-content .content-1 .questions .tabs-item.active {
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  color: #ffffff;
}
.md .sec-wrap .l-content .content-1 .questions .tabs-item.active a {
  color: #fff;
}
.md .sec-wrap .l-content .content-1 .questions .questions-contents {
  border-top: 1px solid #f0f0f0;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .contents-item {
  padding: 0 25px;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .first-news-group .news {
  display: block;
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px dashed #f0f0f0;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .first-news-group .news .news-img {
  float: left;
  width: 120px;
  height: 88px;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .first-news-group .news .news-img img {
  width: 100%;
  height: 100%;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .first-news-group .news .news-info {
  width: 650px;
  float: right;
  color: #333333;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .first-news-group .news .news-info .new-tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .first-news-group .news .news-info .new-info {
  margin-bottom: 10px;
  font-size: 12px;
  color: #a3a3a3;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .first-news-group .news .news-info .new-desc {
  font-size: 14px;
  line-height: 22px;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .other-news-group {
  font-size: 14px;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .other-news-group .news {
  display: block;
  padding: 26px 0;
  overflow: hidden;
  border-bottom: 1px dashed #f0f0f0;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .other-news-group .news .new-tit {
  float: left;
  width: 80%;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .other-news-group .news .new-info {
  float: right;
  color: #333333;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .news-pages {
  text-align: center;
  padding: 27px 0;
}

.md .sec-wrap .l-content .content-1 .questions .questions-contents .news-pages a {
  margin: 0 2px;
}

.md .sec-wrap .l-content .content-1 .article-news {
  padding: 35px 25px 25px 25px;
}

.md .sec-wrap .l-content .content-1 .article-news h2 {
  text-align: center;
}

.md .sec-wrap .l-content .content-1 .article-news .article-info {
  margin-top: 15px;
  text-align: center;
  color: #a3a3a3;
}

.md .sec-wrap .l-content .content-1 .article-news .article-content {
  margin-top: 25px;
  line-height: 22px;
  text-align: center;
}
.md .sec-wrap .l-content .content-1 .article-news .article-content a {
	color: #036ff4;
}
.md .sec-wrap .l-content .content-1 .article-news .article-content img {
  margin: 38px auto;
  max-width: 100%;
}

.md .sec-wrap .l-content .content-1 .article-news .article-content p {
  text-align: left;
}

.md .sec-wrap .l-content .content-1 .article-news .article-mid-ps {
  margin-top: 15px;
}

.md .sec-wrap .l-content .content-1 .article-news .article-content-parmer {
  margin-top: 20px;
  padding: 20px 30px;
  line-height: 28px;
  background: #cccccc;
}

.md .sec-wrap .l-content .content-1 .article-news .article-content-parmer sup {
  position: relative;
  top: -3px;
  vertical-align: middle;
}

.md .sec-wrap .l-content .content-1 .article-news .article-content-parmer a {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}

.md .sec-wrap .l-content .content-1 .article-news .article-company-info {
  margin-top: 15px;
  line-height: 22px;
}

.md .sec-wrap .l-content .content-1 .article-news .article-ps {
  margin-top: 25px;
  font-weight: bold;
}

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

.md .sec-wrap .l-content .content-1 .article-news .pages-up-down a {
  color: #333333;
}

.md .sec-wrap .l-content .content-1 .article-news .pages-up-down a:hover {
  text-decoration: underline;
}

.md .sec-wrap .l-content .content-1 .article-news .back-pages {
  margin-top: 30px;
}

.md .sec-wrap .l-content .content-1 .article-news .back-pages a {
  color: #333333;
}

.md .sec-wrap .l-content .content-1 .article-news .back-pages a:hover {
  text-decoration: underline;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .img-dl {
  margin-left: 28px;
  margin-right: 45px;
  float: left;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-points {
  float: left;
  overflow: hidden;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-points .col {
  float: left;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-points .col + .col {
  margin-left: 50px;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-points .item {
  line-height: 38px;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-groups {
  margin-top: 20px;
  background: #ffffff;
  overflow: hidden;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-groups .dl-tips {
  margin-left: 2px;
  margin-top: 10px;
  overflow: hidden;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-groups .dl-tips .dl-tips-item {
  margin-left: 10px;
  float: left;
  width: 156px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-groups .dl-company {
  margin-top: 28px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-groups .dl-company .dl-item {
  float: left;
  width: 165px;
  position: relative;
  cursor: pointer;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-groups .dl-company .dl-item img {
  width: 100%;
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-groups .dl-company .dl-item:hover {
  position: relative;
  z-index: 9;
  -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;
  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);
}

.md .sec-wrap .l-content .content-1 .md-dl2 .dl-long-btn {
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(0deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(0deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
}

.md .sec-wrap .l-content .content-2 .tc-l-1 {
  margin-top: 20px;
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item {
  padding: 18px 25px 25px 25px;
  float: left;
  width: 270px;
  height: 300px;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item: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);
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item:hover .btn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item + .item {
  margin-left: 16px;
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item .tit {
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item .desc {
  line-height: 32px;
  color: #000000;
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item .desc span {
  color: #ff0000;
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item .tc-je .money {
  margin-top: 20px;
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item .tc-je .money .je {
  font-size: 50px;
  font-weight: bold;
  color: #ff0000;
  font-family: 'DINPro-Medium';
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item .tc-je .money .more {
  margin-top: 43px;
  float: right;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}

.md .sec-wrap .l-content .content-2 .tc-l-1 .item .btn {
  margin-top: 24px;
  padding: 19px 0;
  text-align: center;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.md .sec-wrap .l-content .content-2 .anli-group {
  margin: 20px -4px 0;
  text-align: center;
}

.md .sec-wrap .l-content .content-2 .anli-group a {
  float: left;
  width: 275px;
  margin: 4px;
  padding: 20px 0;
  color: #333333;
  background: #ffffff;
  border: 1px solid #fff;
}

.md .sec-wrap .l-content .content-2 .anli-group a h3 {
  font-size: 14px;
}

.md .sec-wrap .l-content .content-2 .anli-group a .num {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.md .sec-wrap .l-content .content-2 .anli-group a:hover {
  border: 1px solid #5796fb;
  -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;
  box-shadow: 0px 0px 5px 0px rgba(0, 135, 255, 0.67);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 135, 255, 0.67);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 135, 255, 0.67);
  -webkit-transform: 0px 0px 5px 0px rgba(0, 135, 255, 0.67);
  -moz-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  -o-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.md .sec-wrap .l-content .content-2 .anli-pages {
  margin-top: 4px;
  text-align: center;
  padding: 27px 0;
  background: #ffffff;
}

.md .sec-wrap .l-content .content-2 .anli-pages a {
  margin: 0 6px;
  color: #333333;
}

.md .sec-wrap .l-content .content-2 .anli-pages a.active {
  color: #5796fb;
}

.md .sec-wrap .l-content .content-2 .anli-pages input {
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
}

.md .sec-wrap .r-side {
  margin-top: 41px;
  float: right;
}

.md .sec-wrap .r-side .side-md {
  width: 244px;
  background: #ffffff;
}

.md .sec-wrap .r-side .side-md + .side-md {
  margin-top: 12px;
}

.md .sec-wrap .r-side .side-md .side-city {
  padding: 45px 0 36px;
  text-align: center;
}

.md .sec-wrap .r-side .side-md .side-city .p1 {
  margin-bottom: 10px;
  font-size: 18px;
}

.md .sec-wrap .r-side .side-md .side-from {
  padding: 20px 0 0;
}

.md .sec-wrap .r-side .side-md .side-from .form-tit {
  text-align: center;
}

.md .sec-wrap .r-side .side-md .side-from .form {
  position: relative;
  margin-top: 18px;
  padding: 0 20px;
}

.md .sec-wrap .r-side .side-md .side-from .code {
  position: absolute;
  right: 35px;
  top: 97px;
  background: #e1e1e1;
  width: 50px;
  height: 24px;
  font-family: "黑体";
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.md .sec-wrap .r-side .side-md .side-from input[type="text"] {
  padding-left: 10px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: none;
  outline: none;
  background: #f4f4f4;
}

.md .sec-wrap .r-side .side-md .side-from input[type="text"] + input[type=text] {
  margin-top: 12px;
}

.md .sec-wrap .r-side .side-md .side-from input[type="button"] {
  margin: 20px -20px 0 -20px;
  width: 120%;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  background: #1348ee;
  background-image: -moz-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(-90deg, #0699e8 1%, #1348ee 100%);
  outline: none;
}

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

.md .sec-wrap .r-side .side-md .side-citys .tit {
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
}

.md .sec-wrap .r-side .side-md .side-citys .tit a {
  color: #ffffff;
}

.md .sec-wrap .r-side .side-md .side-citys .citys-box {
  padding: 15px 0;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

.md .sec-wrap .r-side .side-md .side-citys .citys-box a {
  width: 50%;
  float: left;
  line-height: 28px;
  color: #333333;
  text-align: center;
}

.md .sec-wrap .r-side .side-md .side-news .tit {
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
}

.md .sec-wrap .r-side .side-md .side-news .tit a {
  color: #ffffff;
}

.md .sec-wrap .r-side .side-md .side-news .news-box {
  padding: 8px 0;
  border: 1px solid #f0f0f0;
}

.md .sec-wrap .r-side .side-md .side-news .news-box .news-item {
  padding: 7px 15px;
}

.md .sec-wrap .r-side .side-md .side-news .news-box .news-item p {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.md .sec-wrap .r-side .side-md .side-news .news-box .news-item a {
  color: #333333;
}

.md .sec-wrap .r-side .side-md .side-news .news-box .news-item .news-info {
  margin-top: 8px;
  color: #c1c1c1;
}

.md .sec-wrap .r-side .side-md .side-dl .tit {
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  color: #ffffff;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
}

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

.md .sec-wrap .r-side .side-md .side-dl .item {
  margin: 0 15px;
  padding: 30px 0;
}

.md .sec-wrap .r-side .side-md .side-dl .item .tt {
  font-weight: bold;
  font-size: 16px;
}

.md .sec-wrap .r-side .side-md .side-dl .item .desc {
  margin-top: 10px;
  line-height: 24px;
}

.md .sec-wrap .r-side .side-md .side-dl .item + .item {
  border-top: 1px dashed #cacaca;
}

.md .case-md {
  margin-top: 20px;
  margin-bottom: 40px;
  height: 333px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.md .case-md .case-cp {
  float: left;
}

.md .case-md .case-num {
  padding-left: 32px;
  float: left;
  height: 100%;
  border-left: 1px solid #e8e8e8;
}

.md .case-md .case-num .tit {
  margin-top: 35px;
  font-size: 18px;
  font-weight: bold;
}

.md .case-md .case-num .nums .num-item {
  margin-top: 25px;
  font-size: 18px;
  line-height: 24px;
}

.md .case-md .case-num .nums .btn {
  width: 56px;
  margin-left: 35px;
  text-align: center;
  font-size: 12px;
  float: right;
  color: #ffffff;
  cursor: pointer;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background: #1348ee;
  background-image: -moz-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -webkit-linear-gradien(90deg, #0699e8 1%, #1348ee 100%);
  background-image: -ms-linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
  background-image: linear-gradient(90deg, #0699e8 1%, #1348ee 100%);
}

.hot-search {
  margin-top: 45px;
  padding: 30px 25px;
  background: #ffffff;
}

.hot-search h2 {
  margin-bottom: 20px;
  font-size: 20px;
}

.hot-search .row {
  overflow: hidden;
  line-height: 30px;
}

.hot-search .row span {
  float: left;
  width: 130px;
  font-weight: bold;
}

.hot-search .row .place-wrap {
  float: left;
  overflow: hidden;
}

.hot-search .row .place-wrap a {
  float: left;
  margin-right: 15px;
  color: #333333;
}

.hot-search .row .more {
  float: right;
  color: #333333;
}

/*.SG-kf-group {
  display: none !important;
}*/

.cool-wrap {
	margin-bottom: 60px;
}

.cool-wrap2 {
	position: relative;
	width: 1100px;
	height: 419px;
	margin-bottom: 60px;
	background-image: url(../images/c.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover
	background-size: cover;
	overflow: hidden;
}
.cool-wrap2 .cool-date {
    position: absolute;
    top: 107px;
    right: 67px;
    font-weight: bold;
    font-size: 17px;
	color: #fff;
    /*text-shadow: 0 0 3px #227bc4,-1px -1px 3px #227bc4;*/
    text-shadow: 2px 2px 0 #227bc4,-1px -1px 0 #227bc4;
}
.cool-wrap2 .cool-content {
	margin-top: 148px;
	padding: 0 80px;
	font-size: 16px;
}
.cool-wrap2 .cool-content .cool-hd {
	text-align: center;
}
.cool-wrap2 .cool-content .cool-hd .cool-tt {
	font-size: 16px;
	color: #000;
}
.cool-wrap2 .cool-content .cool-hd .cool-tt span {
	font-size: 37px;
	font-weight: bold;
	color: #ff2825;
}
.cool-wrap2 .cool-content .cool-hd .cool-info {
	margin-top: 12px;
	font-size: 16px;
	color: #ff2825;
}
.cool-wrap2 .cool-content .cool-nums {
	margin-top: 12px;
}
.cool-wrap2 .cool-content .item {
	float: left;
	margin: 8px 17px;
	width: 154px;
	height: 41px;
	color: #fff;
	line-height: 41px;
	text-align: center;
	font-size: 18px;
	background-image: url(../images/cool-item.jpg);
	background-size: cover;
	cursor: pointer;
}


/* ----- 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 !important;
  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: #2196f3;
  border: 1px solid #2196f3;
}
.pagination a.page-num-current {
  color: #fff !important;
  background: #2196f3;
  border: 1px solid #2196f3;
}
/* ----- PB分页数字条效果 结束 ----- */
/*add*/
.logo-img {
	vertical-align: middle;
}
.logo-tips {
	display: inline-block;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 1.4;
	vertical-align: middle;
	margin-left: 0;
	padding-left: 20px;
	position: relative;
}
.logo-tips::before {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 40px;
	top: 3px;
	left: 0;
	background-color: #000;
}
.logo-tips h2 {
	font-weight: normal;
}
h2 a {
	color: inherit;
}
