@@font-face {
  font-family: "Microsoft YaHei";
  src: url('../image/msyh.jpg') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.nav {
  min-width: 1000px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  height: 50px;
  position: absolute; // top: -13px;
  left: 0;
  z-index: 99;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  border-bottom: 3px solid #ebac00;
  border-top: 3px solid #ebac00;
}

a {
  color: #000;
}

.nav ul {
  width: 1000px;
  width: 1062px;
  margin: 0 auto;
  height: 50px;
}

.nav li {
  display: inline-block;
  width: 130px;
  width: 114px;
  height: 50px;
  text-align: center;
  float: left;
}

.nav li a {
  cursor: pointer;
  z-index: 9999;
  display: inline-block;
  overflow: hidden;
  margin-top: 18px;
  margin-bottom: 18px;
  /* background: url(../images/banner.png) no-repeat; */
  overflow: hidden;
  color: #ffffff;
}

.nav li.home {
  margin: 0 38px;
  width: 297px;
  height: 111px;
  background: url(../image/logo.png) no-repeat 0px 1px;
}

.head_pic {
  position: absolute;
  top: 49px;
  width: 100%;
  margin: 0 auto;
}

.video_play {
  width: 1062px;
  height: 60px;
  margin: 0 auto;
  padding-top: 10px;
}

#video_play {
  background: url(../image/video.png) no-repeat;
  /*display: inline-block;*/
  display: none;
  width: 210px;
  height: 60px;
  cursor: pointer;
  margin-left: 12%;
}

.download_yuyue {
  background: url(../image/middle_bg.png) no-repeat;
  width: 954px;
  height: 250px;
  margin: 0 auto;
  margin-top: 5px;
  padding-top: 85px;
}

#android_download {
  background-image: url(../image/android_download.png);
  display: inline-block;
  width: 253px;
  height: 100px;
  margin-left: 16px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 6px;
  float: left;
}

#android_download:hover {
  background-image: url(../image/android_download_fu.png);
}

.yuyue_part {
  display: inline-block;
  width: 400px;
  height: 130px;
  float: left;
}

#yuyue_num {
  display: inline-block;
  width: 385px;
  height: 55px;
  float: left;
  text-align: center;
  color: #ffd200;
  font-size: 44px;
}

.goto_yuyue {
  display: inline-block;
  margin-top: 50px;
  width: 220px;
  height: 80px;
  cursor: pointer;
  margin-left: 95px;
  cursor: pointer;
}

#ios_download {
  background-image: url(../image/ios_download.png);
  display: inline-block;
  width: 253px;
  height: 100px;
  margin-left: 17px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 5px;
}

#ios_download:hover {
  background-image: url(../image/ios_download_fu.png);
}

.mail-deco {
  /* display: none; */
  z-index: 200;
  position: fixed;
  background-image: url(../image/qrcode-bg.png);
  background-size: 230px 340px;
  width: 230px;
  height: 340px;
  right: 2%;
  top: 75%;
  margin-top: -170px;
}

.qr_code {
  background-image: url(../image/qr_code.png);
  width: 200px;
  height: 402px;
  position: absolute;
  left: 80%;
  top: -300px;
}

.content {
  width: 1064px;
  margin: 0 auto;
  margin-top: 30px;
  top: 900px;
  text-align: center;
}

.bgtop {
  width: 1062px;
  height: 355px;
  margin: 0 auto;
}

.bgmiddle {
  width: 1062px;
  height: 355px;
  margin: 0 auto;
  margin-top: 30px;
}

.middle-carousel {
  width: 526px;
  height: 374px;
  float: left;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.carousel_pic {
  width: 416px;
  height: 262px;
  margin-left: 30px;
  margin-top: 40px;
}

.message {
  background: url(../image/blue-yellow.jpg) no-repeat;
  width: 436px;
  height: 375px;
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}

.classify-title {
  margin-top: 4px;
  margin-left: 18px;
  width: 98%;
  height: 44px;
}

.classify-title ul {
  float: left;
  font-size: 16px;
  color: #fff;
}

.classify-title ul li {
  float: left;
  width: 77px;
  height: 42px;
  line-height: 42px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}

.message_list {
  margin-top: 8px;
  margin-left: 30px;
  width: 370px;
  height: auto;
}

.message_list ul {
  height: 205px;
}

.message_list ul li {
  border-bottom: 2px #dcdcdc solid;
  height: 26px;
  line-height: 26px;
  padding-top: 13px;
  text-align: left;
  padding-left: 18px;
  font-size: 14px;
}

.message_list ul li span {
  display: inline-block;
  color: #a7a8a8;
}

.message_list ul li .left_classify {
  width: 46px;
  background-color: #fe8000;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  font-size: 12px;
}

.border_bottom::after {
  height: 3px;
  background: #fe8000;
  width: 100%;
  margin-left: 0px;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
}

#show_more a {
  color: #a7a8a8;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

.clear {
  clear: both;
}

.gift {
  float: right;
  position: relative;
  left: 180px;
  top: -300px;
}

.bottom_pics {
  width: 760px;
  height: 140px;
  margin-left: 135px;
  padding-left: 6px;
}

.bottom_text {
  color: #fff;
  position: relative;
  top: 36px;
  text-align: center;
}

.bottom_text2 {
  color: #fff;
  position: relative;
  top: 46px;
  text-align: center;
}

.bottom_text3 {
  color: #fff;
  position: relative;
  top: 56px;
  text-align: center;
  padding-bottom: 20px;
}

.hd_bg {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -195px 0 0 -330px;
  width: 660px;
  height: 390px;
  z-index: 101;
}

.close_hd {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  width: 20px;
}

.gift_popup {
  display: none;
  background-image: url(../image/pop_xiugai2.png);
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -274px 0 0 -388px;
  width: 776px;
  height: 548px;
  z-index: 100;
  border-radius: 4px;
}

.close_pop {
  margin-top: 20px;
  margin-right: 20px;
  float: right;
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.phone_number {
  border-radius: 4px;
  background: #9b9f97;
  border: none;
  outline: none;
  font-size: 20px;
  padding-left: 10px;
  margin-left: 190px;
  margin-top: 132px;
  width: 395px;
  height: 50px;
  color: #fff;
}

.verification {
  display: inline-block;
  margin-left: 190px;
  margin-top: 26px;
  width: 406px;
  height: 55px;
}

.verification_code {
  float: left;
  border: none;
  outline: none;
  font-size: 20px;
  padding-left: 10px;
  width: 227px;
  height: 52px;
  border-radius: 4px;
  background: #9b9f97;
  color: #fff;
}

.get_code {
  display: inline-block;
  margin-left: 17px;
  width: 150px;
  margin-top: 1px;
  height: 53px;
  border-radius: 4px;
  background: transparent;
  border: none;
  outline: none;
  background-color: #c7984e;
  color: #2e333c;
  font-size: 24px;
}

.make_appointments {
  display: inline-block;
  margin-left: 190px;
  cursor: pointer;
  width: 405px;
  height: 75px;
  margin-top: 20px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.cover {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

.video_player {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 360px;
  margin: -180px 0 0 -320px;
  z-index: 102;
}

.video_close {
  position: absolute;
  left: 610px;
  top: 10px;
  cursor: pointer;
  z-index: 103;
}

.yuyue_pop {
  background-image: url(../image/yuyue_pop.png);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -206px 0 0 -267.5px;
  width: 535px;
  height: 412px;
  z-index: 10;
}

.close_yuyue_pop {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.yuyue_phone {
  border-radius: 4px;
  background: #9b9f97;
  border: none;
  outline: none;
  font-size: 20px;
  padding-left: 10px;
  width: 400px;
  height: 45px;
  margin-top: 70px;
  margin-left: 60px;
  color: #fff;
}

.yuyue_code {
  border-radius: 4px;
  background: #9b9f97;
  border: none;
  outline: none;
  font-size: 20px;
  padding-left: 10px;
  width: 230px;
  height: 45px;
  margin-top: 30px;
  margin-left: 60px;
  color: #fff;
}

.yuyue_qudao {
  width: 500px;
  height: 11px;
  margin-top: 37px;
}

.yuyue_apple {
  background-image: url(../image/choose.png);
  width: 11px;
  height: 11px;
  display: block;
}

#yuyue_apple {
  width: 11px;
  height: 11px;
  display: block;
  margin-left: 218px;
  cursor: pointer;
  float: left;
}

.yuyue_android {
  background-image: url(../image/choose.png);
  width: 11px;
  height: 11px;
  display: none;
}

#yuyue_android {
  width: 11px;
  height: 11px;
  display: block;
  margin-left: 122px;
  cursor: pointer;
  float: left;
}

.phone_yuyue {
  display: inline-block;
  width: 255px;
  height: 55px;
  margin-top: 35px;
  margin-left: 142px;
  cursor: pointer;
}

.yiyuyue {
  display: none;
  margin-top: 30px;
  color: red;
  text-align: center;
  font-size: 13px;
}

.yuyue_success {
  display: none;
  background-image: url(../image/yuyue_success.png);
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -112.5px 0 0 -267.5px;
  width: 535px;
  height: 225px;
  z-index: 11;
}

.yuyue_get_code {
  display: inline-block;
  margin-left: 17px;
  width: 150px;
  margin-top: 1px;
  height: 53px;
  border-radius: 4px;
  background: transparent;
  border: none;
  outline: none;
  background-color: #c7984e;
  color: #2e333c;
  font-size: 24px;
}

.gongce_libao {
  display: none;
  background-image: url(../image/libao_pop.png);
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -226px 0 0 -389px;
  width: 778px;
  height: 452px;
  z-index: 100;
}

.close_gongce {
  margin-top: 20px;
  margin-right: 20px;
  float: right;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.copy {
  display: inline-block;
  float: left;
  width: 110px;
  height: 50px;
  cursor: pointer;
  margin-top: 169px;
  margin-left: 40px;
}

.libaoma {
  float: left;
  width: 280px;
  height: 52px;
  margin-left: 190px;
  margin-top: 169px;
  color: #793a3a;
  font-size: 24px;
  background-color: #9b9f97;
  border: none;
  border-radius: 4px;
  padding-left: 10px
}

.left-down {
  width: 202px;
  height: 295px;
  float: left;
  display: inline-block;
  margin-top: 20px;
  margin-left: 40px;
}

.right_lunbo {
  width: 767px;
  height: 295px;
  float: left;
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}

#show_more {
  float: right;
}

.footer {
  width: 80%;
  margin: 0 auto;
  margin-top: 46px;
  padding-bottom: 30px;
}

.footer p {
  text-align: center;
}

/* 20180418-20180420新增代码 */

.fk-ct, .erweima {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.erweima {
  height: 114px;
  margin: 28px auto 6px;
}

.fk-ct {
  margin: 0 auto 1px;
  margin-left: 56px;
}

.qr-code-w {
  width: 176px;
  margin: 12px auto 6px;
}

.down-btn {
  display: block;
}

.fk-ct>img, .down-btn>img, .qr-code {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.erweima>img {
  max-width: 100%;
  max-height: 100%;
}

.classify-title ul.zixun-list {
  color: #000;
  border-bottom: 2px solid black;
  width: 92%;
  float: none;
  display: flex;
  justify-content: space-around;
  font-family: "Microsoft YaHei";
}

.span-tit {
  margin-left: 16px;
  width: 200px;
}

.span-tit>a {
  width: 100%;
  height: 100%;
  color: #a7a8a8;
  font-size: 14px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.time-span {
  width: 80px;
  text-align: center;
}

.lunbo-yz>img {
  width: 100%;
  height: 100%;
}

.bottom-lunbo {
  width: 994px;
  margin: 90px auto 0;
  height: 181px;
  position: relative;
}

.second-wrap {
  width: 1062px;
  height: 709px;
}

.second-left-down {
  margin-top: 70px;
  width: 210px;
  height: auto;
}

.return-index {
  text-align: left;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding-left: 42px;
  float: left;
  width: auto;
  font-size: 16px;
  color: #376ba6;
  margin-top: 48px;
}

.classify-title ul.zixun-tab {
  float: right;
  margin-top: 48px;
  margin-right: 100px;
  height: 45px;
  border-bottom: 2px solid black;
  color: #000;
}

.classify-title ul.zixun-tab>li {
  line-height: 45px;
  height: 45px;
  font-size: 20px;
}

.span-tit-second {
  margin-left: 15px;
  width: 500px;
  height: 22px;
  line-height: 22px;
}

.second-time {
  width: 110px;
  text-align: center;
  height: 22px;
  line-height: 22px;
}

.span-tit-second>a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.third-left-down {
  margin-top: -108px;
  width: 210px;
  height: auto;
}