﻿* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑" !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none
}

button {
  cursor: pointer
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

#header {
  width: 100%;
  min-width: 1280px;
  background: #fff;
  /*opacity: .78*/
}

button a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center
}

.headerNav {
  height: 100px;
  width: 1380px;
  margin: 0 auto;
  position: relative
}

.headerNav .header-logo {
    float: left;
    display: block;
    height: 75px;
    padding-top: 13px;
    padding-bottom: 12px;
    margin-right: 80px;
}

.headerNav .header-logo img {
  height: 75px;
  width: auto
}

.headerNav ul li {
     font-size: 19px;
    height: 100%;
    line-height: 100px;
    float: left;
    display: inline-block;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

.headerNav ul li a {
  text-decoration: none;
  color: #999;
  font-family: "Microsoft YaHei";
  display: block
}

.headerNav .liSelect {
  position: relative
}

.headerNav .liSelect a {
  color: #d0146c
}

.headerNav .liSelect:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 6px;
  background: #d0146c;
  border-radius: 100px;
  left: 0
}

.headerNav .phoneNumber {
  font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #D0146C;
    position: absolute;
    right: -121px;
    top: -26px;
    width: 160px;
}

.phoneNumber img {
  position: relative;
  left: -6px;
  top: 2px;
  width: 17px;
  height: 17px
}

.clearFix {
  zoom: 1
}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

.home-company {
  height: 60px;
  line-height: 30px;
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #fff;
  position: relative;
  top: 30px
}

.home-company,
.homeCompany {
  background: #2c2a3e;
  width: 100%;
  min-width: 1280px
}

.homeCompany {
  height: 30px;
  margin-bottom: -30px
}

.dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  margin-left: -315px;
  margin-top: -216px
}

.dialog .allContent {
  width: 631px;
  height: 433px
}

.dialog .delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  cursor: pointer
}

.dialog button {
  position: absolute;
  bottom: 60px;
  width: 315px;
  left: 50%;
  margin-left: -146px;
  opacity: 0;
  z-index: 1
}

.dialog ul {
  position: absolute;
  top: 140px;
  width: 300px;
  height: 600px;
  left: 188px
}

.dialog ul li {
  width: 120px;
  height: 52px;
  font-size: 14px;
  color: #fff;
  float: left;
  border-radius: 5px;
  text-align: center;
  line-height: 52px;
  cursor: pointer
}

.dialog ul li:first-child {
  background: #4590d6;
  margin-right: 30px;
  margin-bottom: 30px
}

.dialog ul li:nth-child(2) {
  background: #f160a4;
  margin-bottom: 30px
}

.dialog ul li:nth-child(3) {
  background: #edb04d;
  margin-right: 30px
}

.dialog ul li:nth-child(4) {
  background: #288eaf
}

@media screen and (max-width:1600px) {
  .headerNav ul li {
       font-size: 18px !important;
    width: 104px;
  }
  .headerNav .liSelect:after {
    width: 110px
  }
  .headerNav .header-logo {
    margin-right: 20px
  }
  .headerNav .phoneNumber {
    right: 0
  }
  .headerNav {
    width: 1280px
  }
}

.dialogweChat {
  position: fixed;
  width: 120px;
  right: 0;
  background: #d0146c;
  border-radius: 5px;
  text-align: center;
  z-index: 9999;
  padding: 20px 0;
  top: 50%;
  margin-top: -130px
}

.dialogweChat .qiuqiu {
  position: absolute;
  top: -60px;
  width: 49px;
  height: auto
}

.dialogweChat div,
.dialogweChat li {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #d0146c;
  background: #fff;
  margin: 0 auto;
  border-radius: 40px;
  height: 24px;
  line-height: 24px;
  cursor: pointer
}

.dialogweChat li {
  width: 98px;
  margin-bottom: 12px;
  position: relative
}

.dialogweChat li img {
  position: absolute;
  right: 8px;
  top: 7px
}

.dialogweChat li div {
  cursor: pointer
}

.dialogweChat div {
  width: 74px
}

.dialogweChat .kefu {
  width: 33px;
  margin-top: 10px;
  margin-bottom: 10px
}

#qiao-invite-wrap,
.lxb-close-btn,
.lxb-container {
  display: none!important;
  opacity: 0!important
}

.qiao-icon-wrap {
  opacity: 0!important
}

.button {
  width: 180px;
  height: 50px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 100px
}

/*#header {
  position: absolute;
  top: 0;
  left: 0
}
*/
#content {
  min-width: 1280px
}

#content .banner {
  width: 100%
}

#content .benefits {
  position: relative
}

#content .benefits div {
  font-family: MFTongXin_Noncommercial-Regular;
  font-size: 48px;
  color: #000;
  text-align: right;
  padding-right: 10%;
  padding-top: 115px;
  padding-bottom: 65px
}

#content .benefits .p {
  background: #fbcee0;
  width: 100%;
  height: 686px
}

#content .benefits .img1 {
  width: 575px;
  position: absolute;
  left: 275px;
  top: 40px
}

#content .benefits .img2 {
  width: 575px;
  position: absolute;
  left: 500px;
  top: 500px
}

#content .details {
  text-align: center
}

#content .details .p {
  font-family: MFTongXin_Noncommercial-Regular;
  font-size: 48px;
  color: #000;
  text-align: center;
  margin-top: 198px;
  margin-bottom: 79px
}

#content .details ul {
  width: 1280px;
  margin: 0 auto
}

#content .details ul li {
  position: relative;
  margin-bottom: 46px;
  height: 370px
}

#content .details ul li img:first-child {
  position: absolute;
  left: 50%;
  width: 94px;
  margin-left: -128px;
  top: -32px;
  z-index: 999
}

#content .details ul li img:nth-child(2) {
  width: 562px;
  position: absolute
}

#content .details ul li div {
  background: #fbcee0;
  width: 718px;
  display: inline-block;
  height: 370px;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 100px 60px;
  box-sizing: border-box
}

#content .details ul li div p {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #333;
  text-align: left;
  letter-spacing: -.58px;
  line-height: 30px;
  margin-bottom: 20px
}

#content .details ul .two img:first-child {
  margin-left: 28px
}

#content .details ul .two img:nth-child(2) {
  right: 0
}

#content .details ul .one img:nth-child(2),
#content .details ul .three img:nth-child(2),
#content .details ul .two div {
  left: 0
}

#content .details ul .one div,
#content .details ul .three div {
  right: 0
}

#content .details .button {
  color: #ea66a4;
  border-color: #ea66a4;
  margin-top: 54px;
  margin-bottom: 45px
}

#content .details .button:hover {
  background: #ea66a4;
  color: #fff
}

#content .choose {
  position: relative
}

#content .choose p {
  margin-left: -336px;
  top: 8%;
  font-family: MFTongXin_Noncommercial-Regular;
  font-size: 48px;
  color: #000
}

#content .choose .div,
#content .choose p {
  position: absolute;
  left: 50%;
  text-align: center
}

#content .choose .div {
  width: 380px;
  top: 35%;
  font-size: 20px;
  color: #514c4f;
  line-height: 30px
}

#content .choose .div span {
  font-size: 30px;
  color: #333
}

#content .choose .imgo {
  width: 100%;
  min-width: 1280px
}

#content .choose .imgt {
  position: absolute;
  left: 25%;
  top: 35%;
  width: 250px;
}

#content .zhuanye {
  background: #f2f2f2;
  text-align: center;
  background: url('../image/xiegang.png') no-repeat;
  background-size: 100% 100%
}

#content .zhuanye .p {
  font-family: MFTongXin_Noncommercial-Regular;
  font-size: 36px;
  color: #000;
  text-align: center;
  padding-top: 47px;
  margin-bottom: 106px
}

#content .zhuanye ul {
  width: 1280px;
  margin: 0 auto
}

#content .zhuanye ul li {
  margin-bottom: 68px;
  position: relative;
  height: 465px
}

#content .zhuanye ul li img {
  width: 656px;
  position: absolute;
  top: 0
}

#content .zhuanye ul li .div {
  position: absolute;
  width: 594px;
  height: 52%;
  box-sizing: border-box;
  padding-top: 113px;
  padding-left: 59px;
  top: 0;
  line-height: 30px;
}

#content .zhuanye ul li .div div {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px
}

#content .zhuanye ul li .div p {
  color: #333;
  font-size: 40px;
  text-align: center;
  margin-bottom: 55px
}

#content .zhuanye ul .one img {
  left: 0
}

#content .zhuanye ul .one div,
#content .zhuanye ul .two img {
  right: 0
}

#content .zhuanye ul .two div {
  left: 0
}

#content .zhuanye .button {
  color: #ea66a4;
  border-color: #ea66a4
}

#content .zhuanye .button:hover {
  background: #ea66a4;
  color: #fff
}

#content .success {
  text-align: center;
  background: #f2f2f2;
  padding-top: 80px;
  background: url('../image/xiegang.png') no-repeat;
  background-size: 100% 100%
}

#content .success ul li p {
  font-family: PingFangSC-Regular;
  font-size: 36px;
  color: #333;
  margin-bottom: 35px
}

#content .success ul li img {
  width: 1280px;
  margin-bottom: 120px
}

#content .success ul .last {
  background: url('../image/zhiliangbg.png') no-repeat;
  background-size: 100% 100%;
  height: 507px;
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 100px
}

#content .success ul .last p {
  padding-top: 60px
}

#content .success ul .last .div {
  opacity: .32;
  background: #020202;
  width: 1075px;
  height: 300px;
  margin: 0 auto
}

#content .success ul .last .div div {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding-left: 45px;
  line-height: 25px;
  margin-bottom: 35px
}

@media screen and (max-width:1600px) {
  #content .benefits .img1 {
    width: 480px;
    left: 200px;
    top: 80px
  }
  #content .benefits .img2 {
    width: 500px;
    left: 400px
  }
  #content .benefits .p {
    height: 575px
  }
}

@media screen and (max-width:1400px) {
  #content .benefits .img1 {
    width: 400px;
    left: 150px;
    top: 80px
  }
  #content .benefits .img2 {
    width: 400px;
    left: 330px;
    top: 420px
  }
  #content .benefits .p {
    height: 475px
  }
  #content .benefits div {
    padding-right: 8px
  }
}