@charset "UTF-8";
.siteSearch {
  width: 1200px;
  margin: 20px auto;
}

.right_nav {
  font-size: 12px;
  z-index: 999;
  width: 82px;
  box-sizing: border-box;
  position: fixed;
  top: 20%;
  right: 5px;
  border: 1px solid #999;
  background: #fff;
  text-align: center;
}

.right_nav .item {
  border-bottom: 1px solid #999;
  padding: 5px 0;
}

.right_nav .item:hover {
  background: #ffe000;
}

.right_nav .item:hover .qrcode {
  display: block;
}

.right_nav .wechat {
  position: relative;
}

.right_nav .wechat .qrcode {
  display: none;
  position: absolute;
  right: 90px;
  bottom: 0;
}

.right_nav .wechat .qrcode img {
  width: 249px;
  height: 280px;
}

.floor-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

hr {
  height: 5px;
  width: 80px;
  border: none;
  border-top: 5px ridge #333;
  margin: 0 auto;
}

.fieldset {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #ffea00;
  text-align: center;
}

.fieldset .line {
  display: inline-block;
  width: 20px;
  border-top: 2px solid #333;
  vertical-align: 5px;
}

.fieldset .text {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

header {
  width: 100%;
  height: 100px;
  background: #ffea00;
}

header .w {
  background: #ffea00;
  margin-top: 0;
}

header .header-content {
  display: flex;
  justify-content: space-between;
}

header .header-content .logo {
  display: flex;
  justify-content: space-between;
}

header .header-content .logo img {
  display: inline-block;
}

header .header-content .logo .line {
  width: 2px;
  height: 40px;
  display: inline-block;
  background: #333;
  margin: 30px 15px 30px 5px;
}

header .header-content .logo .partner {
  flex: 1;
  height: 100%;
  padding-top: 20px;
  position: relative;
  box-sizing: border-box;
}

header .header-content .logo .partner p {
  line-height: 22px;
}

header .header-content .logo .partner p:last-child::before {
  content: "奢侈品正品直卖网";
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-right: 50px;
  position: absolute;
  bottom: 14px;
  left: -145px;
}

header .header-content .tel {
  width: 295px;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
}

header .header-content .tel span {
  font-size: 18px;
  vertical-align: middle;
  line-height: 30px;
}

nav {
  height: 65px;
  width: 100%;
  min-width: 1200px;
  background: #333;
}

nav .w {
  background: none;
  margin-top: 0;
}

nav ul {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

nav ul li {
  padding: 10px 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  display: block;
  background: #333;
}

nav ul li a {
  color: #fff;
  font-size: 16px;
}

nav ul li .active-a {
  color: #ffea00;
}

#swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

#swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #a7a7a7;
  margin-right: 10px;
  opacity: 1;
}

#swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 67px;
  height: 10px;
  border-radius: 10px;
  margin: 0 20px;
  margin-bottom: 4px;
  background: #ffea00 !important;
}

#swiper-container .swiper-button-prev {
  background: url("../image/left.png") no-repeat;
  background-size: 30px 44px;
  margin-left: 20px;
}

#swiper-container .swiper-button-next {
  background: url("../image/right.png") no-repeat;
  background-size: 30px 44px;
  margin-right: 20px;
}

.partnerList {
  background: #fff;
  margin-top: 20px;
  padding: 50px 0;
  box-sizing: border-box;
}

.partnerList h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.partnerList .list {
  margin: 0 auto;
  width: 960px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.partnerList .list .item {
  width: 25%;
  margin: 20px 0;
}

.partnerList .list .item img {
  width: 150px;
  height: 88px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.partnerList .list .item p {
  text-align: center;
}

.footer {
  margin-top: 20px;
  width: 100%;
  min-width: 1200px;
  padding: 1px 0 30px 0;
  background: #ffea00;
  box-sizing: border-box;
}

.footer .friendly {
  background: #ffea00;
  height: 30px;
}

.footer .friendly ul li {
  display: inline-block;
  color: #999;
  border-right: 2px solid #999;
  padding: 0 10px;
}

.footer .friendly ul li:first-child {
  border-right: 0;
}

.footer .friendly ul li:last-child {
  border-right: 0;
}

.footer .top {
  width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  font-family: 'SourceHanSansCN-Medium';
  margin-top: 50px;
}

.footer .top span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
}

.footer .top span:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  margin-left: 90px;
}

.footer .top span:nth-child(3) {
  font-size: 16px;
  font-weight: 700;
}

.footer .top span:nth-child(4) {
  margin-left: 40px;
}

.footer .info {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
}

.footer .info .address {
  padding-left: 5px;
}

.footer .info .address p {
  line-height: 25px;
}

.footer .info .rrs li {
  margin: 3px 0;
}

.footer .info .about li {
  margin: 3px 0;
}

.footer .info .code {
  width: 100px;
  height: 100px;
  margin: 0 5px;
  margin-left: 70px;
}

.footer .info .code img {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

.sector {
  width: 1200px;
  padding: 30px 20px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 20px;
}

.sector .img-list {
  display: flex;
  justify-content: space-between;
}

.sector .img-list .item {
  position: relative;
  overflow: hidden;
  height: 288px;
  width: 220px;
}

.sector .img-list .item img {
  height: 288px;
  width: 220px;
}

.sector .img-list .item .content {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -moz-transition: top ease 1000ms;
  -o-transition: top ease 1000ms;
  -webkit-transition: top ease 1000ms;
  transition: top ease 1000ms;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 15px;
  box-sizing: border-box;
}

.sector .img-list .item .content .info {
  color: #fff;
}

.sector .img-list .item .content .btn {
  width: 90px;
  height: 26px;
  border-radius: 13px;
  background: #fff;
  padding: 0;
  border: none;
  display: block;
  margin: 20px auto;
  position: absolute;
  bottom: 10px;
  left: 65px;
}

.sector .img-list .item .content .btn:hover {
  background: #ffea00;
}

.sector .img-list .item .title {
  position: absolute;
  bottom: 0;
}

.sector .img-list .item:hover .content {
  top: 0;
}

.sector .title-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.sector .title-list .title {
  width: 220px;
  text-align: center;
  font-size: 18px;
}

.recommend {
  width: 1200px;
  margin: 20px auto;
  box-sizing: border-box;
}

.recommend .left {
  width: 850px;
  height: 560px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.recommend .left a {
  height: 100%;
  width: 100%;
}

.recommend .left img {
  height: 100%;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.recommend .left .box1 {
  width: 371px;
  height: 518px;
  float: left;
  margin-right: 10px;
  position: relative;
}

.recommend .left .box1 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommend .left .box1 a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend .left .box2 {
  width: 428px;
  height: 254px;
  float: left;
  position: relative;
}

.recommend .left .box2 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommend .left .box2 a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend .left .box3 {
  width: 428px;
  height: 254px;
  float: left;
  margin-top: 10px;
  position: relative;
}

.recommend .left .box3 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommend .left .box3 a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend .left .title {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-family: NSimSun;
  box-sizing: border-box;
  padding: 0 20px;
}

.recommend .right {
  width: 340px;
  height: 560px;
  background: #fff;
  overflow: hidden;
}

.recommend .right ul {
  margin-top: 10px;
  padding: 0 20px;
}

.recommend .right ul li {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  width: 317px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
  box-sizing: border-box;
}

.recommend .right ul li .circle {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #cdcdcd;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.recommend .right ul li:hover {
  color: #0078ff;
}

.huayi {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.huayi .h3 {
  font-size: 30px;
}

.huayi .case {
  width: 1160px;
  height: 266px;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 10px 97px;
}

.huayi .case img {
  width: 299px;
  height: 247px;
  margin-right: 68px;
}

.huayi .case .info {
  flex: 1;
  padding-top: 47px;
  box-sizing: border-box;
}

.huayi .case .info h2 {
  font-size: 30px;
}

.huayi .case .info p {
  font-size: 20px;
  color: #555;
  line-height: 35px;
}

.huayi .case .info .title {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.consult {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  background: #fff;
  box-sizing: border-box;
  margin-top: 20px;
}

.consult .sort {
  width: 560px;
}

.consult .sort .head {
  width: 100%;
  height: 40px;
  background: #ffea00;
  display: flex;
  justify-content: space-between;
}

.consult .sort .head span {
  letter-spacing: 3px;
  line-height: 40px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'SourceHanSansCN-Medium';
}

.consult .sort .head a {
  text-align: center;
  width: 78px;
  line-height: 26px;
  height: 26px;
  border-radius: 13px;
  background: #333;
  border: none;
  margin-top: 7px;
  margin-right: 20px;
  color: #fff;
}

.consult .sort .head a:hover {
  background: #fff;
  color: #333;
}

.consult .sort .list {
  width: 100%;
  height: 460px;
}

.consult .sort .list .item {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px dashed #dedede;
}

.consult .sort .list .item img {
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  width: 150px;
  height: 94px;
}

.consult .sort .list .item .info {
  padding-left: 20px;
  width: 390px;
}

.consult .sort .list .item .info a {
  font-size: 16px;
  width: 390px;
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.consult .sort .list .item .info a:hover {
  color: #0078ff;
}

.consult .sort .list .item .info p {
  margin-top: 5px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.consult .sort .list .item:last-child {
  border: none;
}

.zhongjian {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.zhongjian img {
  width: 460px;
  height: 266px;
}

.zhongjian .content {
  flex: 1;
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}

.zhongjian .content .h3 {
  font-size: 26px;
}

.zhongjian .content p {
  font-size: 17px;
  color: #555;
  line-height: 35px;
}

.zhongjian .content .title {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.flow {
  padding: 50px 0;
  background: #fff;
  margin-top: 20px;
}

.flow h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.flow .flow-list {
  display: flex;
  justify-content: space-between;
}

.flow .flow-list .item {
  width: 25%;
}

.flow .flow-list .item img {
  width: 233px;
  height: 133px;
}

.flow .flow-list .item p {
  text-align: center;
}

.authenticate-team {
  padding: 50px 20px;
  background: #fff;
  margin-top: 20px;
  box-sizing: border-box;
}

.authenticate-team h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.authenticate-team .team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.authenticate-team .team-list .item {
  width: 520px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.authenticate-team .team-list .item img {
  width: 180px;
  height: 214px;
}

.authenticate-team .team-list .item .dtails {
  flex: 1;
  padding-left: 30px;
}

.authenticate-team .team-list .item .dtails h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #323333;
}

.authenticate-team .team-list .item .dtails h4 {
  font-size: 18px;
  font-weight: 400;
  color: #323333;
  border-bottom: 1px solid #333;
  padding: 8px 0;
  margin-bottom: 5px;
}

.authenticate-team .team-list .item .dtails p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  line-height: 30px;
}

.stand {
  padding: 50px 90px;
  background: #fff;
  margin-top: 20px;
  box-sizing: border-box;
}

.stand h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.stand .plaque {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 16px;
}

.stand .plaque .box1 img {
  width: 480px;
  height: 325px;
}

.stand .plaque .box1 p {
  text-align: center;
  margin-top: 10px;
}

.stand .plaque .box2 img {
  width: 230px;
  height: 325px;
}

.stand .plaque .box2 p {
  text-align: center;
  margin-top: 10px;
}

.stand .explain {
  padding: 30px 50px;
  background: #f5f5f5;
  font-size: 18px;
  line-height: 30px;
  margin-top: 50px;
}

.appreciate {
  padding: 30px 20px;
  background: #fff;
  margin-top: 20px;
  box-sizing: border-box;
  height: 550px;
}

.appreciate .head {
  width: 100%;
  height: 40px;
  background: #ffea00;
  position: relative;
}

.appreciate .head h3 {
  letter-spacing: 3px;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  margin-left: 20px;
  font-size: 20px;
  font-family: 'SourceHanSansCN-Medium';
}

.appreciate .head a {
  text-align: center;
  width: 78px;
  line-height: 26px;
  border-radius: 13px;
  background: #333;
  border: none;
  position: absolute;
  top: 8px;
  right: 20px;
  color: #fff;
}

.appreciate .head a:hover {
  background: #fff;
  color: #333;
}

.appreciate .list {
  width: 100%;
  column-count: 1;
}

.appreciate .list .item {
  float: left;
  display: flex;
  width: 48%;
  padding: 12px 0;
  border-bottom: 1px dashed #dedede;
}

.appreciate .list .item img {
  width: 150px;
  height: 94px;
  border: 1px solid #f1f1f1;
}

.appreciate .list .item .info {
  padding-left: 20px;
  width: 390px;
}

.appreciate .list .item .info a {
  font-size: 16px;
  font-weight: 700;
  width: 390px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.appreciate .list .item .info a:hover {
  color: #0078ff;
}

.appreciate .list .item .info p {
  margin-top: 5px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.appreciate .list .item:nth-child(2), .appreciate .list .item:nth-child(4), .appreciate .list .item:nth-child(6), .appreciate .list .item:nth-child(8) {
  margin-left: 45px;
}

.appreciate .list .item:nth-child(7), .appreciate .list .item:nth-child(8) {
  border: none;
}

.course {
  padding: 50px 20px 30px 20px;
  background: #fff;
  margin-top: 20px;
  box-sizing: border-box;
}

.course .list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}

.course .list .item {
  margin-bottom: 45px;
}

.course .list .item .designation {
  text-align: center;
  width: 280px;
  height: 38px;
  background: #ffea00;
  margin: 20px auto;
  margin-bottom: 0;
  line-height: 38px;
  font-size: 16px;
  color: #323333;
  font-weight: 700;
  border-radius: 2px;
}

.course .advantage {
  width: 1070px;
  background: #F5F5F5;
  margin: 0px auto;
  padding: 30px;
  box-sizing: border-box;
}

.course .advantage .fieldset {
  background: none;
}

.course .advantage .fieldset .text {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.course .advantage .fieldset p {
  font-size: 16px;
}

.course .advantage ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.course .advantage ul li {
  width: 50%;
  font-size: 18px;
  text-align: left;
  margin: 5px 0;
}

.privilege {
  padding: 50px 190px;
  background: #fff;
  margin-top: 20px;
  box-sizing: border-box;
}

.privilege .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.privilege .list .item {
  width: 250px;
  margin-top: 45px;
}

.privilege .list .item img {
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

.privilege .list .item p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.branch {
  padding: 50px 290px;
  background: #fff;
  margin-top: 20px;
  box-sizing: border-box;
}

.branch p {
  font-size: 18px;
  color: #222;
  text-align: center;
  line-height: 30px;
  margin: 20px 0 40px 0;
}

.branch .map {
  width: 618px;
  height: 512px;
  background: url("../image/train/dt.png") no-repeat;
  background-size: 100%;
}

.retrospect {
  padding: 50px 20px 30px 20px;
  background: #fff;
  margin-top: 20px;
  box-sizing: border-box;
}

.retrospect .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.retrospect .list img {
  width: 222px;
  height: 139px;
  margin: 12px 0;
}

.cost {
  padding: 40px 50px;
  background: #fff;
  box-sizing: border-box;
  margin-top: 20px;
}

.cost .list {
  padding: 20px 20px;
  box-sizing: border-box;
  background: #f7f6f6;
  margin-top: 20px;
}

.cost .list .item {
  padding: 20px 0;
  border-bottom: 1px solid #ababab;
}

.cost .list .item h5 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.cost .list .item p {
  font-size: 18px;
  color: #666;
  line-height: 35px;
  padding-left: 20px;
}

.cost .list .discounts {
  font-size: 20px;
  font-weight: 600;
  color: #ff0000;
  margin-top: 40px;
}

.overview {
  background: #fff;
  padding: 70px 20px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.overview .layout, .overview .lay {
  width: 140px;
}

.overview .layout ul li, .overview .lay ul li {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}

.overview .layout ul .current, .overview .lay ul .current {
  background: #ffea00;
}

.overview #tabble {
  flex: 1;
}

.overview #tabble .tabcon {
  padding: 0 80px;
  display: none;
  box-sizing: border-box;
}

.overview #tabble .tabcon p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}

.overview #tabble .tabcon img {
  display: block;
  margin: 20px auto;
}

.overview #tabble .conBlock {
  display: block;
}

.overview #tabble #tabcon_4 #container {
  width: 836px;
  height: 500px;
  margin-bottom: 40px;
}

.overview #tabble #tabcon_4 h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.overview #tabble #tabcon_4 p {
  text-indent: 0;
}

.overview #tab {
  flex: 1;
}

.overview #tab .tabcon {
  padding: 0 80px;
  box-sizing: border-box;
  display: none;
}

.overview #tab .tabcon p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}

.overview #tab .tabcon img {
  display: block;
  margin: 20px auto;
}

.overview #tab .conBlock {
  display: block;
}

.subData {
  text-align: center;
  background: #fff;
  padding: 30px 0;
  box-sizing: border-box;
}

.subData h2 {
  font-size: 20px;
}

.subData h2 strong {
  font-size: 40px;
  margin: 0 10px;
  font-weight: normal;
  color: #ffea00;
}

.subData .subData_consult {
  font-size: 30px;
  margin: 40px auto;
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: #ffea00;
  border-radius: 30px;
  color: #333333;
  cursor: pointer;
}

.subData .dataInfo ul li {
  padding: 0 20px;
  display: inline-block;
  border-right: 1px solid #cacaca;
  box-sizing: border-box;
}

.subData .dataInfo ul li p {
  font-size: 18px;
  color: #666666;
  text-align: center;
}

.subData .dataInfo ul li .iten {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.subData .phone {
  font-size: 24px;
  padding-left: 5px;
  text-align: left;
  margin: 30px auto;
  width: 630px;
  height: 80px;
  background: #ffea00;
}

.subData .phone input {
  vertical-align: top;
  display: inline-block;
  font-size: 24px;
  margin-top: 5px;
  width: 452px;
  height: 70px;
  padding-left: 20px;
  color: #666;
}

.subData .phone input::-webkit-input-placeholder {
  color: #999;
  font-size: 24px;
}

.subData .phone input:-moz-placeholder {
  color: #999;
  font-size: 24px;
}

.subData .phone input::-moz-placeholder {
  color: #999;
  font-size: 24px;
}

.subData .phone input::-ms-input-placeholder {
  color: #999;
  font-size: 24px;
}

.subData .phone #btn {
  vertical-align: top;
  display: inline-block;
  margin-left: 475px;
  text-align: center;
  width: 150px;
  height: 70px;
  font-size: 20px;
  border-radius: 4px;
  background: #ffea00;
  margin-top: -70px;
  font-weight: normal;
}

.subData .phone #btn:hover {
  background: #d5b079;
}

.subData .phone #request-process-patent {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}

.trait {
  padding: 30px 0;
}

.trait ul {
  display: flex;
  justify-content: space-around;
}

.trait ul li img {
  margin: 40px auto 0;
  display: block;
}

.trait ul li p {
  text-align: center;
  font-size: 16px;
  font-family: 'SourceHansCN-Normal';
  margin: 0;
  line-height: 25px;
}

.trait ul li .title {
  font-size: 24px;
  margin: 28px 0 20px 0;
}

.arrows {
  width: 1200px;
  height: 33px;
  margin: 0 auto;
  background: url("../image/recycle/arrows.png") no-repeat;
}

.MailRecycle {
  padding: 40px;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
}

.MailRecycle p {
  text-align: center;
  line-height: 30px;
}

.MailRecycle ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.MailRecycle ul li p {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffea00;
}

.MailRecycle .info {
  margin: 30px 0 0 0;
  font-size: 20px;
}

.MailRecycle .process li {
  position: relative;
}

.RecyclingVisit {
  padding: 50px 0 30px 0;
  box-sizing: border-box;
}

.RecyclingVisit ul {
  display: flex;
  justify-content: space-around;
  height: 300px;
  padding: 0 15px;
  margin-top: 30px;
  box-sizing: border-box;
}

.RecyclingVisit ul li {
  width: 260px;
  height: 100%;
}

.RecyclingVisit ul li .item {
  height: 105px;
  background-color: #333;
  margin-top: 195px;
  opacity: 0.8;
  padding: 15px 0;
  box-sizing: border-box;
}

.RecyclingVisit ul li .item h4 {
  color: #ffea00;
  text-align: center;
  font-size: 24px;
  font-family: 'SourceHansCN-Heavy';
}

.RecyclingVisit ul li .item .inp {
  width: 125px;
  height: 30px;
  font-family: 'SourceHansCN-Regular';
  color: #ffea00;
  border: 1px solid #ffea00;
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
  margin: 20px auto;
  cursor: pointer;
  box-sizing: border-box;
}

.RecyclingVisit ul li:nth-child(1) {
  background: url("../image/recycle/telephone.png") no-repeat;
}

.RecyclingVisit ul li:nth-child(2) {
  background: url("../image/recycle/detection.png") no-repeat;
}

.RecyclingVisit ul li:nth-child(3) {
  background: url("../image/recycle/assess.png") no-repeat;
}

.RecyclingVisit ul li:nth-child(4) {
  background: url("../image/recycle/done.png") no-repeat;
}

.setShop {
  padding: 50px 0 30px 0;
  box-sizing: border-box;
}

.setShop .hint {
  width: 300px;
  height: 50px;
  color: #333;
  background-color: #ffea00;
  font-size: 18px;
  font-family: 'SourceHansSC-Medium';
  line-height: 50px;
  text-align: center;
  margin: 30px auto;
  margin-bottom: 33px;
}

.setShop ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 25px;
  box-sizing: border-box;
}

.setShop ul li {
  height: 100%;
  width: 340px;
}

.setShop ul li img {
  width: 340px;
  height: 200px;
  display: block;
}

.setShop ul li p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.setShop ul li .inp {
  margin-left: 108px;
  width: 125px;
  height: 33px;
  cursor: pointer;
  background-color: #ffea00;
  font-family: 'SourceHansCN-Regular';
  color: #333;
  border-radius: 20px;
  border: none;
  text-align: center;
  line-height: 33px;
  margin-top: 20px;
}

.recycle-branch {
  padding: 50px 0 30px 0;
  box-sizing: border-box;
}

.recycle-branch p {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

/*.recycle-branch .branchImg {
  width: 743px;
  height: 614px;
  background: url("../image/recycle/pcMap.png") no-repeat;
  background-size: 100%;
  margin: 0 auto;
}*/

.serveSites {
  padding: 50px 80px;
  box-sizing: border-box;
}

.serveSites .stitesList {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.serveSites .stitesList .item img {
  width: 497px;
  height: 335px;
}

.serveSites .stitesList .item p {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.serveSites .info {
  background-color: #f7f6f6;
  margin: 0 auto;
  padding: 30px 50px;
  font-size: 18px;
  line-height: 30px;
}

.serveSites img {
  width: 1040px;
  margin-top: 40px;
}

.serveSites p {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.authenticateTeam {
  padding: 40px 24px 30px 24px;
  position: relative;
  box-sizing: border-box;
}

.authenticateTeam #swiper-container3 {
  width: 100%;
  margin-top: 30px;
}

.authenticateTeam #swiper-container3 .swiper-slide {
  height: 550px;
  width: 380px !important;
  margin: 2px;
  background-color: #444;
}

.authenticateTeam #swiper-container3 .swiper-slide img {
  width: 350px;
  height: 246px;
  display: block;
  margin: 15px;
}

.authenticateTeam #swiper-container3 .swiper-slide .item {
  width: 380px;
  height: 260px;
  margin-top: 30px;
  padding: 0 20px 17px 20px;
  box-sizing: border-box;
  position: relative;
}

.authenticateTeam #swiper-container3 .swiper-slide .item .name {
  font-size: 24px;
  color: #fff;
  margin-bottom: 17px;
  font-family: 'SourceHanSansCN-Bold';
}

.authenticateTeam #swiper-container3 .swiper-slide .item .personInfo {
  font-size: 16px;
  color: #fff;
  font-family: 'PingFang-SC-light';
}

.authenticateTeam #swiper-container3 .swiper-slide .item .inp {
  width: 150px;
  height: 40px;
  background-color: #ffff;
  font-family: 'PingFang-SC-Heavy';
  color: #333;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 200px;
  left: 110px;
}

.authenticateTeam #swiper-container3 .swiper-slide:hover {
  background-color: #ffea00;
  color: #333 !important;
}

.authenticateTeam #swiper-container3 .swiper-slide:hover .item p {
  color: #333;
}

.authenticateTeam #swiper-container3 .swiper-pagination-bullet-active {
  background: #ffea00;
}

.authenticateTeam #swiper-container3 .swiper-pagination-bullet {
  border: 1px solid #ffea00;
  opacity: 1;
}

.authenticateTeam #swiper-container3 .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #262626;
  width: 380px;
  height: 550px;
}

.howSay {
  padding: 50px 20px 30px 20px;
  box-sizing: border-box;
}

.howSay .content {
  display: flex;
}

.howSay .content .sayList {
  margin-top: 30px;
  width: 456px;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-left: 20px;
  position: relative;
  height: 450px;
  overflow: hidden;
  padding: 0 30px;
}

.howSay .content .sayList .rowup {
  position: relative;
}

.howSay .content .sayList .rowup .item {
  padding: 30px 0;
  border-bottom: 1px solid #c4c4c4;
}

.howSay .content .sayList .rowup .item .tel {
  font-size: 24px;
  color: #333333;
  font-family: 'SourceHanSansCN-Bold';
}

.howSay .content .sayList .rowup .item .details {
  font-size: 14px;
  color: #333;
  font-family: 'SourceHansSC-Medium';
  margin-top: 20px;
}

.howSay .content .sayList .rowup .item span {
  position: absolute;
  right: 35px;
  font-size: 14px;
}

.howSay .content #swiper-container2 {
  flex: 1;
  margin-top: 50px;
}

.howSay .content #swiper-container2 .swiper-slide {
  background-color: #fff;
  width: 300px;
  height: 401px;
}

.sub-brand {
  padding: 30px 0 10px 0;
  box-sizing: border-box;
}

.sub-brand img {
  display: block;
  margin: 30px auto;
}

.kernel {
  padding: 50px 20px 30px 20px;
  box-sizing: border-box;
}

.kernel .list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.kernel .list .item {
  width: 220px;
  height: 329px;
}

.kernel .list .item h4 {
  font-size: 18px;
  margin: 190px 0 15px 0;
  padding: 0 10px;
  font-family: 'SourceHanSansCN-Medium';
}

.kernel .list .item p {
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px;
}

.superiority {
  padding: 50px 80px;
  box-sizing: border-box;
}

.superiority .list .item {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}

.superiority .list .item h5 {
  font-size: 20px;
  border-radius: 1px;
  line-height: 50px;
  width: 420px;
  padding-left: 20px;
}

.superiority .list .item p {
  font-size: 16px;
  line-height: 30px;
  padding-left: 20px;
}

.superiority .list .item .proof {
  display: flex;
  padding: 0 50px 0 20px;
  margin-top: 20px;
  box-sizing: border-box;
}

.superiority .list .item .proof .proof-left {
  width: 450px;
  display: flex;
  justify-content: space-between;
}

.superiority .list .item .proof .proof-left .left-1 img {
  width: 212px;
  height: 300px;
}

.superiority .list .item .proof .proof-left .left-1 p {
  text-align: center;
  margin-top: 10px;
}

.superiority .list .item .proof .proof-right {
  flex: 1;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 25px;
}

.superiority .list .item .proof .proof-right .right-1 img {
  width: 226px;
  height: 127px;
}

.superiority .list .item .proof .proof-right .right-1 p {
  text-align: center;
  margin-top: 10px;
}

.superiority .list .item .zhongjian {
  display: flex;
  justify-content: space-around;
}

.superiority .list .item .zhongjian .zhongjian-1 {
  margin-right: 40px;
}

.superiority .list .item .zhongjian .zhongjian-1 img {
  width: 485px;
  height: 328px;
}

.superiority .list .item .zhongjian .zhongjian-1 p {
  text-align: center;
  margin-top: 25px;
}

.superiority .list .item .zhongjian .zhongjian-2 img {
  width: 249px;
  height: 344px;
}

.superiority .list .item .zhongjian .zhongjian-2 p {
  text-align: center;
  margin-top: 10px;
}

.superiority .list .item .zhongjian-ys {
  width: 630px;
  height: 170px;
  border: 1px solid #333;
  margin: 50px auto;
  margin-bottom: 20px;
  position: relative;
  padding: 30px 30px;
  box-sizing: border-box;
}

.superiority .list .item .zhongjian-ys h6 {
  font-size: 22px;
  width: 340px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: -28px;
  left: 140px;
  z-index: 99;
  background: #fff;
}

.superiority .list .item .zhongjian-ys p {
  font-size: 18px;
  line-height: 40px;
}

.superiority .list .item .imgList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
}

.superiority .list .item .imgList img {
  width: 201px;
  height: 134px;
  margin-bottom: 30px;
}

.superiority .list .item .img-1 {
  margin: 20px 0 0 20px;
}

.superiority .list .item .title {
  font-weight: 600;
  margin-top: 25px;
}

.superiority .list .item .code {
  display: inline-block;
  margin: 20px 10px 0 15px;
}

.superiority .list .item .code p {
  text-align: center;
}

.superiority .list .item:last-child {
  border: none;
}

.demand {
  padding: 50px 80px;
  box-sizing: border-box;
}

.demand .demandList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.demand .demandList .item {
  width: 326px;
  height: 172px;
  background: url("../image/investment/1p.png") no-repeat;
  background-size: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 23px;
}

.demand .demandList .item h6 {
  text-align: center;
  padding-right: 10px;
  font-weight: 700;
  font-size: 18px;
}

.demand .demandList .item p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.demand-flow {
  padding: 50px 100px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.demand-flow .flowList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px;
}

.demand-flow .flowList .item {
  width: 110px;
  height: 110px;
  position: relative;
  background: url("../image/investment/lc_bj.png") no-repeat;
  background-size: 100%;
  padding: 30px 0;
}

.demand-flow .flowList .item p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
}

.demand-flow .flowList .item img {
  width: 27px;
  height: 50px;
  position: absolute;
  top: 90px;
  left: 20px;
}

.demand-flow .flowList img {
  width: 50px;
  height: 27px;
  margin: 0 25px;
  margin-top: 40px;
}

.shop {
  padding: 50px 80px;
  box-sizing: border-box;
}

.shop .shopList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shop .shopList .item {
  margin-top: 30px;
}

.shop .shopList .item img {
  width: 328px;
  height: 186px;
}

.shop .shopList .item p {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}

.news_overview {
  background: #fff;
  padding: 50px 20px;
  margin-top: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.news_overview .lay {
  width: 160px;
}

.news_overview .lay .treeMenu {
  width: 160px;
}

.news_overview .lay .treeMenu h3 {
  font-size: 18px;
  margin: 15px 0;
}

.news_overview .lay .treeMenu li {
  font-size: 16px;
  line-height: 24px;
  padding: 3px 10px;
  padding-left: 30px;
}

.news_overview .lay .treeMenu .current {
  background: #ffea00;
}

.news_overview #news_tab {
  flex: 1;
  padding: 0 30px;
  width: 1000px;
  box-sizing: border-box;
}

.news_overview #news_tab .tabcon {
  display: none;
}

.news_overview #news_tab .tabcon .news-list li {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
  min-height: 170px;
}

.news_overview #news_tab .tabcon .news-list li a img {
  width: 240px;
  height: 130px;
  border-radius: 6px;
  float: left;
  border: 1px solid #f1f1f1;
}

.news_overview #news_tab .tabcon .news-list li a .content {
  float: right;
  box-sizing: border-box;
  width: 680px;
}

.news_overview #news_tab .tabcon .news-list li a .content .firmCon {
  font-size: 18px;
  color: #666;
  font-family: 'PingFang-SC-Medium';
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_overview #news_tab .tabcon .news-list li a .content h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 14px;
  font-family: 'PingFang-SC-Heavy';
  color: #222;
  text-align: left;
}

.news_overview #news_tab .tabcon .news-list li a .content .info {
  position: absolute;
  bottom: 20px;
  width: 630px;
  display: flex;
  justify-content: space-between;
}

.news_overview #news_tab .tabcon .news-list li a .content .info .author, .news_overview #news_tab .tabcon .news-list li a .content .info .time {
  width: 50%;
}

.news_overview #news_tab .tabcon .news-list li a .content .info .time {
  text-align: right;
}

.news_overview #news_tab .tabcon .page-div {
  width: 600px;
  margin: 30px auto;
  text-align: center;
}

.news_overview #news_tab .tabcon .page-div a {
  display: inline-block;
  margin: 0 4px;
  height: 30px;
  min-width: 30px;
  color: #777;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #ddd;
  font-family: 'PingFang-SC-Medium';
  text-decoration: none;
  font-weight: 100;
}

.news_overview #news_tab .tabcon .page-div .first-page, .news_overview #news_tab .tabcon .page-div .last-page {
  width: 50px;
  color: #777;
}

.news_overview #news_tab .tabcon .page-div .next-page, .news_overview #news_tab .tabcon .page-div .pre-page {
  width: 30px;
  color: #777;
}

.news_overview #news_tab .tabcon .page-div .currentPage {
  color: #fffefe;
  background-color: #b58a54;
  width: 50px;
  height: 30px;
}

.news_overview #news_tab .tabcon .page-div .current {
  color: #fffefe;
  background-color: #ffea00;
}

.news_overview #news_tab .tabcon .page-div .total-pages {
  margin: 0 10px;
}

.news_overview #news_tab .tabcon .page-div .total-pages span, .news_overview #news_tab .tabcon .page-div .total-size span {
  margin: 0 5px;
  color: #0073A9;
}

.news_overview #news_tab .tabcon .page-div .total-pages, .news_overview #news_tab .tabcon .page-div .total-size {
  display: none;
}

.news_overview #news_tab .block {
  display: block;
}

.titleNews {
  width: 100%;
  height: 60px;
  background-color: #fff;
  margin-bottom: 30px;
}

.titleNews .topContent {
  font-size: 18px;
  color: #333;
  line-height: 60px;
  width: 1200px;
  margin: 0 auto;
}

.titleNews .topContent .home {
  margin-right: 10px;
}

.titleNews .topContent a {
  text-decoration: none;
  color: #333;
}

.titleNews .topContent a:hover {
  color: #b68c57;
}

.titleNews .topContent #newsName {
  margin: 0 10px;
}

.newsInfo {
  padding: 50px;
}

.newsInfo .tit {
  font-size: 24px;
  font-family: 'PingFang-SC-Bold';
  color: #222;
  text-align: center;
  margin-top: 30px;
}

.newsInfo .info {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}

.newsInfo .info #issuer {
  margin-right: 100px;
}

.newsInfo #content h2 {
  text-align: center;
}

.newsInfo #content p {
  width: 100%;
  font-size: 18px;
  font-family: 'PingFang-SC-Medium';
  color: #222;
  line-height: 35px;
  text-indent: 2em;
}

.newsInfo #content p.ql-align-center {
  text-align: center;
}

.newsInfo .partingLine {
  height: 5px;
  width: 346px;
  background-color: #dddddd;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 100px;
}

.newsInfo .recommend-title {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 3px solid #333;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 40px;
}

.newsInfo .recommendList {
  display: flex;
  justify-content: space-between;
}

.newsInfo .recommendList li {
  width: 220px;
}

.newsInfo .recommendList li a img {
  border: 1px solid #f1f1f1;
  width: 220px;
  height: 220px;
}

.newsInfo .recommendList li a p {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #000;
  margin: 10px 0;
  text-align: center;
}

.newsInfo .recommendList li a p:hover {
  color: #0078ff;
}

.newsInfo .enter {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.newsInfo .enter a {
  text-decoration: none;
}

.newsInfo .enter a:hover {
  color: #0078ff;
}
