@charset "UTF-8";
/*Reset css*/
/*
/* 清除内外边距 */
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: 14px/1 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*/
}

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

body {
  color: #333;
  box-sizing: border-box;
}

.wrap {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.md {
  padding-top: 86px;
  padding-bottom: 86px;
}

.h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.kf {
  cursor: pointer;
}

.text-l {
  text-align: left !important;
}

.c-root1 {
  background-color: #e9edf8 !important;
}

.c-root2 {
  background-color: #f9fbff !important;
}

@font-face {
  font-family: "DIN";
  src: url(../font/DINPro-Medium.ttf);
}

.small {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.small a {
  color: #e1251b;
}

.small.tip span {
  position: relative;
}

.small.tip span:after {
  position: absolute;
  right: -30px;
  top: -12px;
  content: "";
  width: 34px;
  height: 18px;
  background-image: url(../image/hot-tip-1.png);
}

.font-normal {
  font-weight: normal !important;
}

.top-nav {
  height: 86px;
  background-color: #fff;
}

.top-nav .logo {
  float: left;
  margin-top: 24px;
}

.top-nav .logo .line {
  margin: 0 15px;
}

.top-nav .hotline {
  margin-top: 20px;
  padding-left: 42px;
  float: right;
  font-weight: bold;
  background-image: url(../image/hotline.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.top-nav .hotline .txt {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}

.top-nav .hotline .tel {
  margin-top: 2px;
  color: #e1251b;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #e60012;
}

.nav {
  height: 60px;
  font-size: 16px;
  color: #fff;
  background-color: #e1251b;
}

.nav ul li {
  float: left;
  padding: 0 19px;
  line-height: 60px;
}

.nav ul li + li {
  margin-left: 50px;
}

.nav ul li a {
  color: #fff;
  position: relative;
}

.nav ul li a.active {
  font-weight: bold;
}

.nav ul li a.hot-tip::before {
  position: absolute;
  top: -13px;
  right: -25px;
  display: inline-block;
  content: "";
  z-index: 1;
  width: 29px;
  height: 16px;
  background-image: url(../image/hot-tip.png);
}

.nav #navline {
  position: absolute;
  left: 0;
  top: 57px;
  width: 100%;
  height: 3px;
}

.nav #navline span {
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #fff;
}

.banner {
  overflow: hidden;
}

.banner.banner-index-20210521 {
  height: 440px;
  background-color: #dedede;
  background-image: url(../image/banner/banner-index-20210521.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.banner.banner-index {
  height: 480px;
  background-color: #ff5508;
  background-image: url(../image/banner/banner-index.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.banner.banner-index .text {
  margin-top: 110px;
}

.banner.banner-index .btn {
  margin-top: 43px;
  width: 186px;
  color: #fff;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-image: url(../image/banner/banner-index-btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 31px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.banner.banner-index .btn:hover {
  font-weight: bold;
  box-shadow: 0 3px #9b2d1a;
  -webkit-transform: translate3d(0, -2px, 0);
  -moz-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  -o-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.banner.banner-about {
  height: 440px;
  background-color: #2d5fe8;
  background-image: url(../image/banner/banner-about.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.banner.banner-about .btn {
  margin: 307px 0 0 0;
  width: 260px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 19px;
  text-align: center;
  background-image: url(../image/banner/banner-tel-btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 36px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.banner.banner-about .btn:hover {
  box-shadow: 1px 3px #9b2d1a;
  -webkit-transform: translate3d(0, -2px, 0);
  -moz-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  -o-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

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

.banner.banner-case .btn {
  margin: 280px 0 0 0;
  width: 319px;
  color: #fff;
  height: 72px;
  line-height: 72px;
  font-size: 23px;
  text-align: center;
  background-image: url(../image/banner/banner-tel-btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 36px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.banner.banner-case .btn:hover {
  box-shadow: 1px 3px #9b2d1a;
  -webkit-transform: translate3d(0, -2px, 0);
  -moz-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  -o-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.banner.banner-num {
  height: 440px;
  background-color: #ff5508;
  background-image: url(../image/banner/banner-num.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.banner.banner-num .btn {
  margin: 324px auto 0;
  width: 280px;
  color: #fff;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  text-align: center;
  background-image: url(../image/banner/banner-tel-btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 36px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.banner.banner-num .btn:hover {
  box-shadow: 1px 3px #9b2d1a;
  -webkit-transform: translate3d(0, -2px, 0);
  -moz-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  -o-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.banner.banner-tel {
  height: 440px;
  background-color: #f23b3d;
  background-image: url(../image/banner/banner-tel-new.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.core {
  background-color: #e9edf8;
}

.core .core-index {
  margin-top: 50px;
}

.core .core-index .row + .row {
  margin-top: 14px;
}

.core .core-index .row .item {
  width: 485px;
  padding: 24px;
  float: left;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}

.core .core-index .row .item + .item {
  float: right;
}

.core .core-index .row .item .tt {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.core .core-index .row .item .img {
  height: 220px;
  line-height: 220px;
  text-align: center;
}

.core .core-index .row .item .img img {
  vertical-align: middle;
}

.core .core-index .row .item .desc {
  line-height: 32px;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.core .core-index .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);
}

.guide {
  background-color: #f9fbff;
}

.guide .guide-xuhao {
  margin-top: 34px;
  padding: 30px 20px;
  background-color: #fff;
}

.guide .guide-xuhao .item {
  float: left;
  padding-left: 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.guide .guide-xuhao .item.item01 {
  background-image: url(../image/01.png);
}

.guide .guide-xuhao .item.item01 .tt {
  background-image: url(../image/slve.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.guide .guide-xuhao .item.item02 {
  background-image: url(../image/02.png);
}

.guide .guide-xuhao .item.item02 .tt {
  background-image: url(../image/slve.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.guide .guide-xuhao .item.item03 {
  background-image: url(../image/03.png);
}

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

.guide .guide-xuhao .item .tt {
  margin-top: 24px;
  font-size: #333;
  font-weight: bold;
}

.guide .guide-xuhao .item .tt span {
  padding-right: 5px;
  background-color: #fff;
}

.guide .guide-xuhao .item .desc {
  margin-top: 8px;
  line-height: 20px;
}

.what2 .what2-wrap {
  margin-top: 50px;
  padding-top: 5px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.what2 .what2-wrap .row {
  font-size: 14px;
  line-height: 26px;
}

.what2 .what2-wrap .row + .row p {
  border-top: 1px dashed #e5e5e5;
}

.what2 .what2-wrap .row p {
  margin: 0 30px;
  padding: 15px 0 15px 45px;
}

.what2 .what2-wrap .row .p1 {
  background-image: url(../image/tel1.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.what2 .what2-wrap .row .p2 {
  background-image: url(../image/tel2.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.what2 .what2-wrap .row .p3 {
  background-image: url(../image/tel3.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.solve .solve-table {
  margin-top: 50px;
}

.solve .solve-table table {
  width: 100%;
  color: #333;
  background-color: #fff;
}

.solve .solve-table table th, .solve .solve-table table td {
  border: 1px solid #d8d8d8;
}

.solve .solve-table table th {
  padding: 15px 0;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}

.solve .solve-table table .th-light {
  color: #fff;
  background-color: #e2271d;
  background-image: -moz-linear-gradient(0deg, #f45047 0%, #e1261c 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #f45047 0%, #e1261c 100%) !important;
  background-image: -ms-linear-gradient(0deg, #f45047 0%, #e1261c 100%) !important;
  position: relative;
}

.solve .solve-table table .th-light:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: 20px;
  width: 65px;
  height: 67px;
  background-image: url(../image/tujian.png);
}

.solve .solve-table table td {
  padding: 0 25px;
  box-sizing: border-box;
}

.solve .solve-table table .td-tt {
  padding: 15px 0;
  width: 116px;
  text-align: center;
  font-weight: bold;
  color: #e2271d;
}

.solve .solve-table table .td-info {
  padding: 15px 25px;
  line-height: 25px;
  text-align: justify;
  background-color: #fff3f2;
  border-bottom: 1px solid #f34e46;
}

.solve .solve-table table .td-qs {
  width: 312px;
  padding: 0 20px;
  line-height: 25px;
}

.guide-addnums {
  margin-top: 50px;
  background-color: #fff;
}

.guide-addnums .img {
  width: 239px;
  height: 310px;
  float: left;
  background-image: url(../image/add1.jpg);
  overflow: hidden;
}

.guide-addnums .img .btn {
  margin-top: 242px;
  margin-left: 24px;
  width: 134px;
  height: 42px;
  line-height: 47px;
  text-align: center;
  background-color: #fff;
  border-radius: 21px;
  position: relative;
}

.guide-addnums .img .btn::after {
  content: "";
  width: 106px;
  height: 43px;
  background-image: url(../image/btn-tip1.png);
  position: absolute;
  right: -64px;
  top: -27px;
}

.guide-addnums .img .btn:hover {
  background-color: #ffeb3b;
}

.guide-addnums table {
  width: 739px;
  height: 310px;
  float: left;
}

.guide-addnums table td {
  width: 25%;
  height: 20%;
  text-align: center;
}

.guide-addnums table td span {
  font-size: 20px;
  cursor: pointer;
}

.guide-addnums table td span::before {
  margin-right: 8px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../image/liang.png);
  background-repeat: no-repeat;
}

.guide-addnums table td span:hover {
  color: #f00;
}

.options {
  margin-top: 30px;
}

.options .item {
  float: left;
  width: 312px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.options .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);
}

.options .item + .item {
  margin-left: 22px;
}

.options .item .top {
  padding: 20px 25px 10px;
}

.options .item .opt-tt {
  height: 40px;
  line-height: 40px;
}

.options .item .opt-r {
  margin-top: 5px;
  line-height: 30px;
}

.options .item .opt-r .tt {
  font-weight: bold;
}

.options .item .opt-r .b {
  font-weight: bold;
}

.options .item .opt-r .high {
  color: #ff000f;
}

.options .item .btn {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #eb3b32;
  background-image: -moz-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
  background-image: -webkit-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
  background-image: -ms-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
}

.options .item .btn:hover {
  background-image: -moz-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
  background-image: -webkit-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
  background-image: -ms-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
}

.recommend {
  background-color: #e9edf8;
}

.recommend .recommend-wrap {
  margin-top: 50px;
}

.recommend .recommend-wrap .item {
  position: relative;
  float: left;
  width: 312px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.recommend .recommend-wrap .item + .item {
  margin-left: 22px;
}

.recommend .recommend-wrap .item .top {
  padding: 0 25px;
}

.recommend .recommend-wrap .item .top .y {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.recommend .recommend-wrap .item .top .y .s {
  font-family: "DIN";
  font-size: 52px;
  font-weight: bold;
  color: #e1251b;
}

.recommend .recommend-wrap .item .top .y .m {
  vertical-align: baseline;
}

.recommend .recommend-wrap .item .top .songs {
  padding: 15px 0;
  line-height: 1.4;
  border-bottom: 1px solid #eaeaea;
}

.recommend .recommend-wrap .item .top .songs .item-g {
  float: left;
  padding-left: 40px;
  background-image: url(../image/g0.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.recommend .recommend-wrap .item .top .songs .item-g .f {
  color: #e1251b;
  font-weight: bold;
}

.recommend .recommend-wrap .item .top .songs .item-m {
  float: right;
  padding-left: 40px;
  background-image: url(../image/g1.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.recommend .recommend-wrap .item .top .songs .item-m .f {
  color: #e1251b;
  font-weight: bold;
}

.recommend .recommend-wrap .item .top .nums {
  margin-top: 17px;
}

.recommend .recommend-wrap .item .top .nums .nums-wrap {
  margin-top: 10px;
  padding-bottom: 10px;
}

.recommend .recommend-wrap .item .top .nums .nums-wrap .it {
  float: left;
  line-height: 30px;
  font-size: 15px;
}

.recommend .recommend-wrap .item .top .nums .nums-wrap .it span {
  display: block;
}

.recommend .recommend-wrap .item .top .nums .nums-wrap .it span:hover {
  color: #f00;
}

.recommend .recommend-wrap .item .top .nums .nums-wrap .it + .it {
  float: right;
}

.recommend .recommend-wrap .item .btn {
  font-size: 18px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #ffc555;
  background-image: -moz-linear-gradient(0deg, #ffc657 0%, #ffaf4c 1%, #ffc857 100%);
  background-image: -webkit-linear-gradient(0deg, #ffc657 0%, #ffaf4c 1%, #ffc857 100%);
  background-image: -ms-linear-gradient(0deg, #ffc657 0%, #ffaf4c 1%, #ffc857 100%);
}

.recommend .recommend-wrap .item .btn.btn2 {
  background-image: -moz-linear-gradient(0deg, #ffc657 0%, #ff9a46 1%, #f36750 100%);
  background-image: -webkit-linear-gradient(0deg, #ffc657 0%, #ff9a46 1%, #f36750 100%);
  background-image: -ms-linear-gradient(0deg, #ffc657 0%, #ff9a46 1%, #f36750 100%);
}

.recommend .recommend-wrap .item .btn.btn3 {
  background-image: -moz-linear-gradient(0deg, #f45048 1%, #e1251b 100%);
  background-image: -webkit-linear-gradient(0deg, #f45048 1%, #e1251b 100%);
  background-image: -ms-linear-gradient(0deg, #f45048 1%, #e1251b 100%);
}

.recommend .recommend-wrap .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);
}

.recommend .recommend-wrap .item.tc1:after {
  position: absolute;
  right: -11px;
  top: -10px;
  content: "";
  width: 152px;
  height: 41px;
  background-image: url(../image/num-tip1.png);
}

.recommend .recommend-wrap .item.tc2:after {
  position: absolute;
  right: -11px;
  top: -10px;
  content: "";
  width: 152px;
  height: 41px;
  background-image: url(../image/num-tip2.png);
}

.recommend .recommend-wrap .item.tc3:after {
  position: absolute;
  right: -11px;
  top: -10px;
  content: "";
  width: 152px;
  height: 41px;
  background-image: url(../image/num-tip3.png);
}

.recommend .recommend-wrap .item.tc4:after {
  position: absolute;
  right: -11px;
  top: -10px;
  content: "";
  width: 152px;
  height: 41px;
  background-image: url(../image/num-tip4.png);
}

.recommend .recommend-wrap .item.tc5:after {
  position: absolute;
  right: -11px;
  top: -10px;
  content: "";
  width: 152px;
  height: 41px;
  background-image: url(../image/num-tip5.png);
}

.recommend .recommend-wrap ._58 .y .s {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #ffc757, #ffaf4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recommend .recommend-wrap ._58 .songs .item-g {
  background-image: url(../image/song1.png) !important;
}

.recommend .recommend-wrap ._58 .songs .item-g .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #ffc757, #ffaf4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._58 .songs .item-m {
  background-image: url(../image/song2.png) !important;
}

.recommend .recommend-wrap ._58 .songs .item-m .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #ffc757, #ffaf4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._58 .btn {
  background-color: #e2271d;
  background-image: -moz-linear-gradient(0deg, #ffb04c 0%, #ffaf4c 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #ffb04c 0%, #ffaf4c 100%) !important;
  background-image: -ms-linear-gradient(0deg, #ffb04c 0%, #ffaf4c 100%) !important;
}

.recommend .recommend-wrap ._58.gq::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -14px;
  width: 120px;
  height: 52px;
  background-image: url(../image/gq1.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.recommend .recommend-wrap ._88 .y .s {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #ff9846, #f36850);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recommend .recommend-wrap ._88 .songs .item-g {
  background-image: url(../image/song3.png) !important;
}

.recommend .recommend-wrap ._88 .songs .item-g .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #ff9846, #f36850);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._88 .songs .item-m {
  background-image: url(../image/song4.png) !important;
}

.recommend .recommend-wrap ._88 .songs .item-m .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #ff9846, #f36850);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._88 .btn {
  background-color: #e2271d;
  background-image: -moz-linear-gradient(0deg, #fe9446 0%, #f4694f 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #fe9446 0%, #f4694f 100%) !important;
  background-image: -ms-linear-gradient(0deg, #fe9446 0%, #f4694f 100%) !important;
}

.recommend .recommend-wrap ._88.gq::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -14px;
  width: 120px;
  height: 52px;
  background-image: url(../image/gq2.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.recommend .recommend-wrap ._158 .y .s {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #ff9846, #f36850);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recommend .recommend-wrap ._158 .songs .item-g {
  background-image: url(../image/song3.png) !important;
}

.recommend .recommend-wrap ._158 .songs .item-g .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #ff9846, #f36850);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._158 .songs .item-m {
  background-image: url(../image/song4.png) !important;
}

.recommend .recommend-wrap ._158 .songs .item-m .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #ff9846, #f36850);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._158 .btn {
  background-color: #e2271d;
  background-image: -moz-linear-gradient(0deg, #fe9446 0%, #f4694f 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #fe9446 0%, #f4694f 100%) !important;
  background-image: -ms-linear-gradient(0deg, #fe9446 0%, #f4694f 100%) !important;
}

.recommend .recommend-wrap ._158.gq::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -14px;
  width: 120px;
  height: 52px;
  background-image: url(../image/gq3.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.recommend .recommend-wrap ._258 .y .s {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #f34d45, #e2271d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recommend .recommend-wrap ._258 .songs .item-g {
  background-image: url(../image/song5.png) !important;
}

.recommend .recommend-wrap ._258 .songs .item-g .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #f34d45, #e2271d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._258 .songs .item-m {
  background-image: url(../image/song6.png) !important;
}

.recommend .recommend-wrap ._258 .songs .item-m .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #f34d45, #e2271d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._258 .btn {
  background-color: #e2271d;
  background-image: -moz-linear-gradient(0deg, #f34d45 0%, #e2271d 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #f34d45 0%, #e2271d 100%) !important;
  background-image: -ms-linear-gradient(0deg, #f34d45 0%, #e2271d 100%) !important;
}

.recommend .recommend-wrap ._258.gq::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -14px;
  width: 120px;
  height: 52px;
  background-image: url(../image/gq4.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.recommend .recommend-wrap ._558 .y .s {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #f34d45, #e2271d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recommend .recommend-wrap ._558 .songs .item-g {
  background-image: url(../image/song5.png) !important;
}

.recommend .recommend-wrap ._558 .songs .item-g .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #f34d45, #e2271d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._558 .songs .item-m {
  background-image: url(../image/song6.png) !important;
}

.recommend .recommend-wrap ._558 .songs .item-m .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #f34d45, #e2271d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._558 .btn {
  background-color: #e2271d;
  background-image: -moz-linear-gradient(0deg, #f34d45 0%, #e2271d 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #f34d45 0%, #e2271d 100%) !important;
  background-image: -ms-linear-gradient(0deg, #f34d45 0%, #e2271d 100%) !important;
}

.recommend .recommend-wrap ._558.gq::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -14px;
  width: 120px;
  height: 52px;
  background-image: url(../image/gq5.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.recommend .recommend-wrap ._998 .y .s {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #4a52f4, #a51eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recommend .recommend-wrap ._998 .songs .item-g {
  background-image: url(../image/song7.png) !important;
}

.recommend .recommend-wrap ._998 .songs .item-g .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #4a52f4, #a51eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._998 .songs .item-m {
  background-image: url(../image/song8.png) !important;
}

.recommend .recommend-wrap ._998 .songs .item-m .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #4a52f4, #a51eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._998 .btn {
  background-color: #e2271d;
  background-image: -moz-linear-gradient(0deg, #4a52f4 0%, #a51eff 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #4a52f4 0%, #a51eff 100%) !important;
  background-image: -ms-linear-gradient(0deg, #4a52f4 0%, #a51eff 100%) !important;
}

.recommend .recommend-wrap ._998.gq::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -14px;
  width: 120px;
  height: 52px;
  background-image: url(../image/gq6.png);
  background-repeat: no-repeat;
  background-position: right center;
}



.recommend .recommend-wrap ._1998 .y .s {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #4a52f4, #a51eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recommend .recommend-wrap ._1998 .songs .item-g {
  background-image: url(../image/song7.png) !important;
}

.recommend .recommend-wrap ._1998 .songs .item-g .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #4a52f4, #a51eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._1998 .songs .item-m {
  background-image: url(../image/song8.png) !important;
}

.recommend .recommend-wrap ._1998 .songs .item-m .f {
  color: #e1251b;
  background-image: -webkit-linear-gradient(left, #4a52f4, #a51eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.recommend .recommend-wrap ._1998 .btn {
  background-color: #e2271d;
  background-image: -moz-linear-gradient(0deg, #4a52f4 0%, #a51eff 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #4a52f4 0%, #a51eff 100%) !important;
  background-image: -ms-linear-gradient(0deg, #4a52f4 0%, #a51eff 100%) !important;
}

.recommend .recommend-wrap ._1998.gq::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -14px;
  width: 120px;
  height: 52px;
  background-image: url(../image/gq9.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.why {
  background-color: #f9fbff;
}

.why .why-box .item {
  margin-top: 50px;
  padding-bottom: 22px;
  width: 312px;
  float: left;
  background-color: #fff;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}

.why .why-box .item + .item {
  margin-left: 22px;
}

.why .why-box .item .img {
  height: 230px;
  line-height: 230px;
  text-align: center;
}

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

.why .why-box .item .tt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.why .why-box .item .desc {
  margin-top: 15px;
  padding: 0 28px;
  line-height: 1.4;
  text-align: justify;
}

.why .why-box .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);
}

.flow {
  background-color: #e9edf8;
}

.flow .flow-info {
  margin-top: 25px;
  text-align: center;
}

.flow .flow-wrap {
  margin-top: 50px;
}

.flow .flow-wrap .item {
  float: left;
  width: 25%;
  height: 99px;
  background-image: url(../image/flow-bg.png);
  background-size: contain;
  cursor: pointer;
}

.flow .flow-wrap .item + .item {
  background-image: url(../image/flow-bg2.png);
}

.flow .flow-wrap .item .x {
  width: 28%;
  float: left;
  font-style: italic;
  font-family: "DIN";
  font-size: 68px;
  line-height: 99px;
  font-weight: bold;
  color: #e52f25;
  text-align: center;
}

.flow .flow-wrap .item .txts {
  width: 65%;
  float: left;
}

.flow .flow-wrap .item .txts .tt {
  margin-top: 24px;
  font-style: italic;
  font-weight: bold;
  color: #e8352b;
}

.flow .flow-wrap .item .txts .desc {
  margin-top: 5px;
  font-style: italic;
  line-height: 1.4;
}

.flow.reflow .item {
  float: left;
  width: 25%;
  height: 99px;
  background-image: url(../image/flow-bg-1.png);
  background-size: contain;
  cursor: pointer;
}

.flow.reflow .item + .item {
  background-image: url(../image/flow-bg-2.png);
}

.flow.reflow .item .x {
  width: 28%;
  float: left;
  font-style: italic;
  font-family: "DIN";
  font-size: 68px;
  line-height: 99px;
  font-weight: bold;
  color: #e52f25;
  text-align: center;
}

.flow.reflow .item .txts {
  width: 65%;
  float: left;
}

.flow.reflow .item .txts .tt {
  margin-top: 24px;
  font-style: italic;
  font-weight: bold;
  color: #e8352b;
}

.flow.reflow .item .txts .desc {
  margin-top: 5px;
  font-style: italic;
  line-height: 1.4;
}

.new-why .new-why-info {
  margin-top: 18px;
  line-height: 24px;
  text-align: center;
}

.new-why .new-why-info .red {
  color: #f00;
}

.new-why .new-why-wrap {
  margin-top: 20px;
}

.new-why .new-why-wrap .item {
  width: 312px;
  height: 256px;
  float: left;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.new-why .new-why-wrap .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);
}

.new-why .new-why-wrap .item + .item {
  margin-left: 22px;
}

.new-why .new-why-wrap .item .img {
  margin-top: 40px;
  text-align: center;
}

.new-why .new-why-wrap .item .tt {
  margin-top: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.new-why .new-why-wrap .item .desc {
  margin-top: 12px;
  padding: 0 28px;
  text-align: left;
  line-height: 24px;
  text-align: justify;
}

.difference {
  background-color: #f9fbff;
}

.difference .difference-wrap {
  margin-top: 50px;
  background-image: url(../image/difference-1-bg.png);
}

.difference .difference-wrap table {
  width: 100%;
  height: 828px;
  background-repeat: no-repeat;
  background-position: center center;
}

.difference .difference-wrap table thead {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  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);
}

.difference .difference-wrap table thead .good {
  color: #fff;
}

.difference .difference-wrap table thead .bed {
  color: #000;
}

.difference .difference-wrap table tbody .good {
  padding-left: 30px;
  color: #fff;
  box-sizing: border-box;
}

.difference .difference-wrap table tbody .good .tt {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

.difference .difference-wrap table tbody .good .desc {
  margin-top: 10px;
  line-height: 1.4;
  text-align: justify;
}

.difference .difference-wrap table tbody .mid {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #000;
}

.difference .difference-wrap table tbody .bed {
  padding-left: 30px;
  padding-right: 30px;
  color: #939393;
  box-sizing: border-box;
}

.difference .difference-wrap table tbody .bed .desc {
  line-height: 1.4;
}

.func {
  background-color: #e9edf8;
}

.func .func-wrap {
  margin-top: 50px;
}

.func .func-wrap .func-item {
  background-color: #fff;
  margin-bottom: 30px;
}

.func .func-wrap .func-item .lf-tip {
  float: left;
  width: 254px;
  height: 343px;
  color: #fff;
  background-color: #eb3b32;
}

.func .func-wrap .func-item .lf-tip.tip1 {
  background-image: url(../image/func1.jpg);
}

.func .func-wrap .func-item .lf-tip.tip2 {
  background-image: url(../image/func2.jpg);
}

.func .func-wrap .func-item .lf-tip.tip3 {
  background-image: url(../image/func3.jpg);
}

.func .func-wrap .func-item .lf-tip.tip4 {
  background-image: url(../image/func4.jpg);
}

.func .func-wrap .func-item .lf-tip .add-wrap {
  padding: 0 20px 0 20px;
}

.func .func-wrap .func-item .lf-tip .add-wrap .tt {
  padding: 30px 0;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6;
}

.func .func-wrap .func-item .lf-tip .add-wrap .desc {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

.func .func-wrap .func-item .rf-wrap {
  float: left;
  width: 726px;
  height: 343px;
}

.func .func-wrap .func-item .rf-wrap table {
  width: 100%;
  height: 100%;
}

.func .func-wrap .func-item .rf-wrap table td {
  width: 33.333%;
  border: 1px solid #eaeaea;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}

.func .func-wrap .func-item .rf-wrap table td .txts {
  padding-left: 28px;
  padding-top: 8px;
}

.func .func-wrap .func-item .rf-wrap table td .tt {
  font-weight: bold;
  font-size: 18px;
}

.func .func-wrap .func-item .rf-wrap table td .info {
  margin-top: 12px;
}

.func .func-wrap .func-item .rf-wrap table td .btn {
  margin-top: 25px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #eb3b32;
  color: #fff;
  border-radius: 20px;
  background-image: -moz-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
  background-image: -webkit-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
  background-image: -ms-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
}

.func .func-wrap .func-item .rf-wrap table td .btn:hover {
  background-image: -moz-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
  background-image: -webkit-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
  background-image: -ms-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
}

.func .func-wrap .func-item .rf-wrap table td:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.add2 {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 222px;
  color: #fff;
  background-color: #4a31c3;
  background-image: url(../image/add2.jpg);
}

.add2 .txts {
  padding: 30px 50px;
}

.add2 .tt {
  font-size: 33px;
  line-height: 1.4;
}

.add2 .tt2 {
  font-weight: bold;
  font-size: 37px;
  line-height: 1.4;
}

.add2 .btn {
  margin-top: 25px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #eb3b32;
  color: #fff;
  border-radius: 20px;
  background-image: -moz-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
  background-image: -webkit-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
  background-image: -ms-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
}

.add2 .btn:hover {
  background-image: -moz-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
  background-image: -webkit-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
  background-image: -ms-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
}

.func2 .add3 {
  margin-top: 50px;
  width: 100%;
  height: 236px;
  color: #fff;
  background-color: #4a31c3;
  background-image: url(../image/add4.jpg);
}

.func2 .add3 .txts {
  padding: 40px 50px;
}

.func2 .add3 .tt {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
}

.func2 .add3 .tt2 {
  font-size: 21px;
  line-height: 1.4;
}

.func2 .add3 .btn {
  margin-top: 25px;
  display: inline-block;
  padding: 15px 30px;
  background-color: #eb3b32;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  background-image: -moz-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
  background-image: -webkit-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
  background-image: -ms-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
}

.func2 .add3 .btn:hover {
  background-image: -moz-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
  background-image: -webkit-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
  background-image: -ms-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
}

.today {
  background-color: #f9fbff;
}

.today .look {
  margin-top: 50px;
  position: relative;
}

.today .look.gq::after {
  position: absolute;
  content: "";
  top: -16px;
  left: -22px;
  width: 170px;
  height: 70px;
  background-image: url(../image/gq7.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.today .look .look-wrap {
  padding: 60px 33px 20px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}

.today .look .item {
  float: left;
}

.today .look .item + .item {
  margin-left: 45px;
}

.today .look .item .top {
  height: 44px;
  margin-bottom: 8px;
}

.today .look .item .top img {
  margin-right: 15px;
  vertical-align: middle;
}

.today .look .item .top span {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  color: #000;
}

.today .look .item .sub {
  line-height: 24px;
  color: #737373;
}

.today .look .item .sub .row {
  float: left;
}

.today .look .item .sub .row span {
  display: block;
}

.today .look .item .sub .row + .row {
  margin-left: 25px;
}

.today .guide-addnums {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.re-color {
  background-color: #f9fbff;
}

.num-choose {
  background-color: #e9edf8;
}

.num-choose .item {
  margin-top: 30px;
  background-color: #fff;
}

.num-choose .item .add {
  float: left;
  width: 223px;
  height: 234px;
  color: #fff;
  background-color: #c1c1c1;
}

.num-choose .item .add .inner {
  padding: 25px;
}

.num-choose .item .add .tt {
  font-size: 20px;
  font-weight: bold;
}

.num-choose .item .add .desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.num-choose .item .add .btn {
  margin-top: 65px;
  padding: 15px 0;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 23px;
  cursor: pointer;
  border: 1px solid #fff;
}

.num-choose .item .add.adg1 {
  background-image: url(../image/c1.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.num-choose .item .add.adg1 .btn {
  color: #1a7fff;
}

.num-choose .item .add.adg1 .btn:hover {
  font-weight: bold;
  color: #fff;
  background-color: #1a7fff;
}

.num-choose .item .add.adg2 {
  background-image: url(../image/c2.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.num-choose .item .add.adg2 .btn {
  color: #fd780b;
}

.num-choose .item .add.adg2 .btn:hover {
  font-weight: bold;
  color: #fff;
  background-color: #fd780b;
}

.num-choose .item .add.adg3 {
  background-image: url(../image/c3.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.num-choose .item .add.adg3 .btn {
  color: #ff4404;
}

.num-choose .item .add.adg3 .btn:hover {
  font-weight: bold;
  color: #fff;
  background-color: #ff4404;
}

.num-choose .item .nums {
  float: left;
  width: 757px;
  height: 234px;
  padding: 20px 0;
  font-size: 18px;
  box-sizing: border-box;
}

.num-choose .item .nums table {
  width: 100%;
  height: 100%;
}

.num-choose .item .nums table td {
  width: 25%;
  height: 20%;
  text-align: center;
}

.num-choose .item .nums table td span {
  font-size: 20px;
  cursor: pointer;
}

.num-choose .item .nums table td span:hover {
  color: #f00;
}

.num-choose .add3 {
  margin-top: 30px;
  height: 222px;
  background-color: #2e62e9;
  background-image: url(../image/add3.jpg);
  background-repeat: no-repeat;
}

.num-choose .add3 .txts {
  padding: 18px 0;
}

.num-choose .add3 .tt {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}

.num-choose .add3 .tt2 {
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}

.num-choose .add3 .btn {
  margin: 25px auto;
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #eb3b32;
  border-radius: 30px;
  background-image: -moz-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
  background-image: -webkit-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
  background-image: -ms-linear-gradient(0deg, #f45048 0%, #e1251b 100%);
}

.num-choose .add3 .btn:hover {
  background-image: -moz-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
  background-image: -webkit-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
  background-image: -ms-linear-gradient(180deg, #f45048 0%, #e1251b 100%);
}

.today-bao .hot-warp {
  margin-top: 25px;
  padding: 30px;
  height: 399px;
  background-color: #b12b2b;
  box-sizing: border-box;
  background-image: url(../image/hot-bg.jpg);
}

.today-bao .hot-warp .quan {
  float: left;
  width: 254px;
  height: 338px;
  background-image: url(../image/q-bg.png);
}

.today-bao .hot-warp .quan .m {
  margin-top: 70px;
  font-family: "DIN";
  font-size: 100px;
  font-weight: bold;
  color: #ef0839;
  text-align: center;
}

.today-bao .hot-warp .quan .y {
  margin-left: 10px;
  font-size: 23px;
  text-align: center;
  color: #ef0839;
  font-weight: normal;
}

.today-bao .hot-warp .quan .limit {
  margin-top: 35px;
  font-size: 16px;
  text-align: center;
}

.today-bao .hot-warp .quan .btn {
  margin: 20px 24px 0;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #ef0839;
  border: 1px solid #ef0839;
}

.today-bao .hot-warp .quan .btn:hover {
  color: #ef0839;
  background-color: #ff9c00;
  border: 1px solid #ff9c00;
  font-weight: bold;
}

.today-bao .hot-warp .fl {
  margin-left: 30px;
}

.today-bao .hot-warp .fl .fuli {
  color: #fff;
}

.today-bao .hot-warp .fl .fuli .tt {
  padding-bottom: 19px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.today-bao .hot-warp .fl .fuli .fuli-list {
  margin-top: 20px;
}

.today-bao .hot-warp .fl .fuli .item {
  float: left;
  overflow: hidden;
}

.today-bao .hot-warp .fl .fuli .item + .item {
  margin-left: 22px;
}

.today-bao .hot-warp .fl .fuli .item .img {
  float: left;
  margin-right: 8px;
}

.today-bao .hot-warp .fl .fuli .item .txts {
  float: left;
  line-height: 1.4;
}

.today-bao .hot-warp .fl .p-song {
  margin-top: 40px;
  color: #fff;
}

.today-bao .hot-warp .fl .p-song .tt {
  font-size: 18px;
  font-weight: bold;
}

.today-bao .hot-warp .fl .p-song .tt a {
  float: right;
  color: inherit;
  font-weight: normal;
  font-size: 14px;
}

.today-bao .hot-warp .fl .p-song .num-wrap {
  margin-top: 20px;
  color: #640118;
  font-size: 18px;
  font-family: "DIN";
}

.today-bao .hot-warp .fl .p-song .num-wrap .row {
  float: left;
}

.today-bao .hot-warp .fl .p-song .num-wrap .row + .row {
  margin-left: 14px;
}

.today-bao .hot-warp .fl .p-song .num-wrap .row .span {
  margin-bottom: 14px;
  width: 148px;
  height: 44px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  background-color: #febd81;
}

.today-bao .hot-warp .fl .p-song .num-wrap .row .span2 {
  background-color: #fbdaa9;
}

.today-bao .look {
  margin-top: 50px;
  position: relative;
}

.today-bao .look.gq::after {
  position: absolute;
  content: "";
  top: -16px;
  left: -22px;
  width: 170px;
  height: 70px;
  background-image: url(../image/gq8.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.today-bao .look .look-wrap {
  padding: 50px 0 25px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}

.today-bao .look .item {
  float: left;
  margin-left: 53px;
  overflow: hidden;
}

.today-bao .look .item .lf {
  float: left;
  height: 70px;
  line-height: 70px;
  margin-bottom: 8px;
}

.today-bao .look .item .lf img {
  vertical-align: middle;
}

.today-bao .look .item .rf {
  float: left;
  line-height: 20px;
  color: #737373;
}

.today-bao .look .item .rf span {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  color: #333;
}

.today-bao .look .item .rf p {
  margin-top: 8px;
}

.scheme .scheme-wrap {
  margin-top: 50px;
}

.scheme .scheme-wrap .scheme-row + .scheme-row {
  margin-top: 30px;
}

.scheme .scheme-wrap .jb-inner {
  padding: 20px 30px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #e3291f;
  background-image: -moz-linear-gradient(0deg, #f45048 0, #e1251b 100%);
  background-image: -webkit-linear-gradient(0deg, #f45048 0, #e1251b 100%);
  background-image: -ms-linear-gradient(0deg, #f45048 0, #e1251b 100%);
}

.scheme .scheme-wrap .scheme-table {
  height: 170px;
  background-color: #fff;
}

.scheme .scheme-wrap .scheme-table table {
  width: 100%;
  height: 100%;
}

.scheme .scheme-wrap .scheme-table table td {
  width: 25%;
  height: 100%;
  border: 1px solid #eaeaea;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}

.scheme .scheme-wrap .scheme-table table td:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.scheme .scheme-wrap .scheme-table table td .inner {
  padding-left: 30px;
  padding-top: 30px;
}

.scheme .scheme-wrap .scheme-table table td .tt {
  font-size: 18px;
  font-weight: bold;
}

.scheme .scheme-wrap .scheme-table table td .info {
  margin-top: 12px;
}

.scheme .scheme-wrap .scheme-table table td .btn-wrap {
  margin-top: 25px;
  overflow: hidden;
}

.scheme .scheme-wrap .scheme-table table td .btn-wrap .btn {
  margin-right: 10px;
  padding: 10px 20px;
  float: left;
  color: #fff;
  background-color: #e3291f;
  background-image: -moz-linear-gradient(0deg, #f45048 0, #e1251b 100%);
  background-image: -webkit-linear-gradient(0deg, #f45048 0, #e1251b 100%);
  background-image: -ms-linear-gradient(0deg, #f45048 0, #e1251b 100%);
  border-radius: 20px;
}

.scheme .scheme-wrap .scheme-table table td .btn-wrap .btn:hover {
  background-image: -moz-linear-gradient(0deg, #e1251b 0, #f45048 100%);
  background-image: -webkit-linear-gradient(0deg, #e1251b 0, #f45048 100%);
  background-image: -ms-linear-gradient(0deg, #e1251b 0, #f45048 100%);
}

.scheme .scheme-wrap .scheme-table table td .btn-wrap .xzl {
  margin-top: 4px;
  float: left;
  padding: 5px 8px;
  color: #e2261c;
  border: 1px solid #e2261c;
}

.func2 .func2-wrap {
  margin-top: 50px;
}

.func2 .func2-wrap .func2-tags {
  text-align: center;
}

.func2 .func2-wrap .func2-tags .tag {
  margin: 0 33px;
  padding: 0 2px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.func2 .func2-wrap .func2-tags .tag.active {
  border-bottom: 3px solid #e1261c;
}

.func2 .func2-wrap .func2-contents {
  margin-top: 50px;
}

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

.func2 .func2-wrap .func2-contents .item .active {
  display: block;
}

.func2 .func2-wrap .func2-contents .item .row + .row {
  margin-top: 15px;
}

.func2 .func2-wrap .func2-contents .item .row .inner-item {
  float: left;
  width: 236px;
  height: 200px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(182, 182, 182, 0.2);
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.func2 .func2-wrap .func2-contents .item .row .inner-item + .inner-item {
  margin-left: 12px;
}

.func2 .func2-wrap .func2-contents .item .row .inner-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 .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.func2 .func2-wrap .func2-contents .item .row .inner-item .tt {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
}

.func2 .func2-wrap .func2-contents .item .row .inner-item .img {
  margin-top: 25px;
}

.func2 .func2-wrap .func2-contents .item .row .inner-item .desc {
  line-height: 24px;
  font-size: 14px;
  color: #8e8e8e;
  text-align: justify;
}

.func2 .func2-wrap .func2-contents .item .row .inner-item._xzl100:after {
  position: absolute;
  content: "选择率100%";
  display: inline-block;
  right: 0;
  top: 0;
  width: 90px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #e1251b;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.func2 .func2-wrap .func2-contents .item .row .inner-item._xzl90:after {
  position: absolute;
  content: "选择率90%";
  display: inline-block;
  right: 0;
  top: 0;
  width: 90px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #e1251b;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.func2 .func2-wrap .func2-contents .item .row .inner-item._xzl80:after {
  position: absolute;
  content: "选择率80%";
  display: inline-block;
  right: 0;
  top: 0;
  width: 90px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #e1251b;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.case {
  padding-top: 86px;
  overflow: hidden;
}

.case .case-md {
  margin-top: 50px;
  margin-bottom: 80px;
  height: 333px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

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

.case .case-md .case-num {
  width: 155px;
  float: left;
  height: 100%;
  text-align: center;
  border-left: 1px solid #e8e8e8;
}

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

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

.case .case-md .case-num .nums .num-item:hover .btn {
  display: block;
}

.case .case-md .case-num .nums .btn {
  position: absolute;
  left: 12px;
  top: -1px;
  width: 135px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  float: right;
  color: #ffffff;
  cursor: pointer;
  background-color: #e3291f;
  background-image: -moz-linear-gradient(0deg, #f45048 0, #e1251b 100%);
  background-image: -webkit-linear-gradient(0deg, #f45048 0, #e1251b 100%);
  background-image: -ms-linear-gradient(0deg, #f45048 0, #e1251b 100%);
  display: none;
}

.introduce {
  height: 804px;
  padding-bottom: 0;
  background-image: url(../image/introduce.png);
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}

.introduce .info {
  margin-top: 30px;
  line-height: 1.5;
}

.introduce .img {
  margin-top: 30px;
  text-align: center;
}

.yx-map {
  display: none !important;
}

.yx-map .maps {
  margin-top: 50px;
  height: 350px;
  background-color: #e1251b;
}

.yx-map #map-bd {
  float: left;
  width: 660px;
  height: 100%;
  background-color: #c1c1c1;
}

.yx-map .address {
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  color: #fff;
  width: 320px;
  box-sizing: border-box;
}

.yx-map .address .row {
  margin-bottom: 20px;
  line-height: 1.4;
}

.yx-map .address .row .adress {
  padding-left: 25px;
  line-height: 1.6;
  background-image: url(../image/map1.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.yx-map .address .row img {
  margin-right: 10px;
  vertical-align: middle;
}

.yx-map .address .row .map-phone {
  padding-left: 25px;
  line-height: 1.6;
  background-image: url(../image/map2.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.yx-map .address .row .map-zj {
  padding-left: 25px;
  line-height: 1.6;
  background-image: url(../image/map3.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.yx-map .address .tt {
  font-size: 18px;
  font-weight: bold;
}

.yx-map .address .info {
  margin-top: 5px;
  line-height: 26px;
}

.yx-map .address .info .p {
  padding-left: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
}

.hot-why {
  background-color: #f9fbff;
}

.hot-why .hot-why-info {
  margin-top: 20px;
  text-align: center;
}

.hot-why .hot-why-info .red {
  color: #f41510;
  line-height: 30px;
}

.hot-why .hot-why-wrap .item {
  margin-top: 30px;
  padding-bottom: 20px;
  width: 306px;
  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.hot-why .hot-why-wrap .item .img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hot-why .hot-why-wrap .item .tt {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.hot-why .hot-why-wrap .item .desc {
  margin-top: 14px;
  color: #737373;
  line-height: 24px;
}

.hot-why .hot-why-wrap .item + .item {
  margin-left: 30px;
}

.hot-why .hot-why-wrap .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);
}

.foot {
  padding: 28px;
  color: #fff;
  font-size: 12px;
  background-color: #181818;
}

.foot .foot-l {
  float: left;
}

.foot .foot-l p {
  font-weight: bold;
  line-height: 17px;
  text-align: left;
}

.foot .foot-l p a {
  color: #fff;
}

.foot .foot-r {
  margin-top: 10px;
  float: right;
  font-weight: bold;
  line-height: 17px;
}

.side-news {
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: 196px;
  height: 404px;
  background-image: url(../image/fuchuang1.png);
}

.side-news ul {
  margin-top: 140px;
}

.side-news li {
  padding-top: 3px;
  text-align: center;
}

.side-news li a {
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.side-news li a:hover {
  text-shadow: 5px 5px 5px #302c2b;
}

.form-group {
  height: 204px;
}

._form-wrap {
  height: 204px;
  color: #ffffff;
  overflow: hidden;
  background-color: #fb3c42;
  background-image: url(../image/form-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

._form-wrap .top {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
}

._form-wrap .top sup {
  font-size: 14px;
  top: -12px;
}

._form-wrap .form {
  margin-top: 40px;
}

._form-wrap .form input {
  float: left;
  height: 40px;
}

._form-wrap .form input + input {
  margin-left: 20px;
}

._form-wrap .form input.name-vo-sub {
  width: 222px;
}

._form-wrap .form input.phone-vo-sub {
  width: 222px;
}

._form-wrap .form input.inputcode-vo-sub {
  width: 170px;
}

._form-wrap .form input[type=text] {
  border: none;
  padding-left: 12px;
  background: #ffffff;
  line-height: 40px;
  /* 使用webkit内核的浏览器 */
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
  /* IE浏览器 */
}

._form-wrap .form input[type=text] ::-webkit-input-placeholder {
  color: #999999;
}

._form-wrap .form input[type=text] :-moz-placeholder {
  color: #999999;
}

._form-wrap .form input[type=text] ::-moz-placeholder {
  color: #999999;
}

._form-wrap .form input[type=text] :-ms-input-placeholder {
  color: #999999;
}

._form-wrap .form .btn-vo-sub {
  width: 160px;
  border: none;
  text-align: center;
  margin-left: 20px;
  background: #fff;
  color: #e2281e;
  cursor: pointer;
}

._form-wrap .form .code {
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #333333;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: pointer;
}

._form-wrap .sub-info {
  margin-top: 40px;
}

._form-wrap .sub-info .p1 {
  line-height: 32px;
}

._form-wrap .sub-info .p2 {
  font-size: 34px;
  font-family: "DIN";
}
