/* CSS Document*/
@font-face {
  font-family: "webfontregular";
  font-weight: 600;
  src: url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot");
  src: url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2")
      format("woff2"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff")
      format("woff"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf")
      format("truetype"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/* CSS Document*/
* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}
a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s ease 0s;
}
a:focus {
  outline: none;
  color: #333;
}
a:hover {
  color: #fdc59e;
  text-decoration: none;
}
ol,
ul {
  padding: 0px;
}
ul {
  list-style-type: none;
  margin-bottom: 0px;
}
li {
  vertical-align: bottom;
  zoom: 1;
}
img {
  border: 0px;
}
select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 14px;
}
textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 14px;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
th,
td {
  padding: 0;
}
input {
  vertical-align: middle;
  outline: none;
  font-size: 14px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}
p {
  margin: 0px;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-input-placeholder {
  color: #999;
}
textarea::-ms-input-placeholder {
  color: #999;
}
.center {
  text-align: center;
}
body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: #fff;
  color: #666;
  font-size: 14px;
  min-width: 1200px;
}
.container {
  max-width: 1400px;
  padding: 0px 40px;
  margin: 0px auto;
  box-sizing: border-box;
}
.container1 {
  padding-left: 10%;
}
.container2 {
  padding-right: 10%;
}
.top {
  height: auto;
  position: relative;
  z-index: 99;
  top: 0px;
  width: 100%;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
  min-width: 1200px;
  border-bottom: 1px solid rgba(5, 0, 1, 0.1);
}
.top .container {
  background: #fff;
}

.top1{
    position: relative;
}

.top.scope {
  top: 0px;
  transition: all 0.5s ease 0s;
  position: fixed;
  background: #fff;
}
.top_gg {
  background: #000;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  font-size: 16px;
}
.top_gg.into {
  display: none;
}
.top_gg .container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.top_gg a {
  color: #fff;
}
.top_gg .close {
  color: #fff;
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.top_icon {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0px;
}
.top_icon a {
  font-size: 16px;
  margin-left: 15px;
}
.top .logo {
  text-align: center;
}
.top .logo img {
  height: auto;
  width: 295px;
}
.search_box {
  position: fixed;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  box-sizing: border-box;
  padding-top: 20%;
  display: none;
}
.search_box.into {
  display: block;
}
.search_close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
}
.search_box h2 {
  font-size: 50px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.search_box h3 {
  width: 350px;
  margin: 0px auto;
  height: 50px;
  display: flex;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  overflow: hidden;
  margin-top: 2%;
}
.search_box h3 .text {
  width: calc(100% - 50px);
  border: 0px;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0px 10px;
}
.search_box h3 .btn {
  width: 50px;
  height: 50px;
  background: none;
  border: 0px;
  cursor: pointer;
  font-size: 20px;
}
.nav {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 10px;
}
.nav a {
  color: #333;
}
.nav .nLi {
  height: 100%;
}
.nav .nLi h3 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav .nLi h3 a {
  display: block;
  margin: 0px 25px;
  line-height: 50px;
  font-size: 17px;
  position: relative;
  color: #333;
  text-transform: capitalize;
}
.nav .nLi h3 a i {
  color: #fff;
  margin-left: 5px;
}
.nav .nLi:hover h3 a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 40px;
  height: 3px;
  background: #00a3a8;
}
.nav .nLi:hover h3 a i {
  transform: rotate(180deg);
}
.nav .nLi.on h3 a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 40px;
  height: 3px;
  background: #00a3a8;
}

.nav .nLi .sub {
  position: absolute;
  top: 143px;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  padding: 10px 0px;
  min-width: 130px;
  width: 100vw;
}
.nav .nLi .sub .container {
  background: none;
}
.nav .nLi:hover .sub {
  display: block;
}

.nav .nLi:hover:nth-child(7) .sub{
    display: none;
}

.nav .nLi .sub .container {
  display: flex;
  justify-content: end;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav .nLi .sub .container .xiala {
  width: 980px;
  display: flex;
  justify-content: space-between;
}

.nav .nLi .sub .container .xiala .right h2{
    display: none;
}

.nav .nLi .sub .container .xiala1 .right h2{
    display: block;
}

.nav .nLi .sub .container .xiala .right h3{
    width: 750px;
}

.nav .nLi .sub .container .xiala1 .right h3{
    width: 500px;
}

.nav .nLi .sub .container .left a {
  display: block;
  font-size: 15px;
  line-height: 36px;
  text-align: left;
}
.nav .nLi .sub .container .left a:hover {
  color: #fdc59e;
}
.nav .nLi .sub .container .right {
  display: flex;
}
.nav .nLi .sub .container .right h2 {
  width: 250px;
  display: block;
}


.nav .nLi .sub .container .right h2 span {
  display: block;
  width: 240px;
  height: 220px;
  overflow: hidden;
  margin-bottom: 10px;
}

.nav .nLi .sub .container .right h2 span a{
    width: 100%;
    height: 100%;
    margin: 0px;
}

.nav .nLi .sub .container .right h2 span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav .nLi .sub .container .right h3 {
  width: 500px;
  height: 450px;
  overflow: hidden;
}

.nav .nLi .sub .container .right h3 a{
    width: 100%;
    height: 100%;
    margin: 0px;
}

.nav .nLi .sub .container .right h3 a::after{
    opacity: 0;
}

.nav .nLi .sub .container .right h3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.phone_btn {
  float: right;
  display: none;
}
.menu_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.menu_box.into {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.menu_cot {
  width: 70%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.menu_box.into .menu_cot {
  transform: translateX(0);
  transition: all 0.3s 0.2s ease;
}
.menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}
.menu_close img {
  width: 40px;
}
.menu_close a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}
.in_banner {
  height: auto;
  position: relative;
}
.in_banner .swiper-slide {
  position: relative;
}
.in_banner .swiper-slide img {
  width: 100%;
  height: auto;
}
/*.in_banner .swiper-slide::after {*/
/*  background: rgba(0, 0, 0, 0.13);*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  left: 0px;*/
/*  top: 0px;*/
/*  z-index: 10;*/
/*}*/
.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
  width: 62px;
  height: 62px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
  font-size: 25px;
  color: #fff;
}
.in_banner .swiper-slide a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.in_banner .swiper-slide img {
  width: 100%;
  height: auto;
}
.in_banner .swiper-slide .pc_img {
  width: 100%;
  height: auto;
}
.in_banner .swiper-slide .ph_img {
  display: none;
}
.in_banner .swiper-pagination span {
  border-radius: 3px;
  width: 20px;
  height: 5px;
}
.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #2fead1;
}
.in_box {
  padding: 70px 0px;
  background: #f5f5f5;
}
.in_bt {
  text-align: center;
}
.in_bt h2 {
  font-size: 45px;
  color: #333;
}
.in_bt h3 {
  font-size: 35px;
  color: #333;
  margin-top: 10px;
}
.in_bt b {
  width: 105px;
  height: 1px;
  background: #666;
  display: block;
  margin: 10px auto;
}
.in_bt span {
  font-size: 18px;
  color: #fdc59e;
}
.in_box_nr {
  position: relative;
  padding: 0px 80px;
  padding-top: 50px;
}

.in_box_nr .swiper{
    padding: 5px 5px;
}

.in_box_nr .swiper-slide{
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
}

.in_box_nr .swiper-slide .img a {
  height: 225px;
  background:#f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.in_box_nr .swiper-slide .img a img {
  max-width: 95%;
  max-height: 95%;
  width: auto;
  height: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.in_box_nr .swiper-slide .img a:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}
.in_box_nr .swiper-slide h2 {
  font-size: 16px;
  color: #333;
  padding: 10px 10px;
  padding-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_box_nr .swiper-slide .label{
    display: flex;
    align-items: content;
    padding: 10px;
}

.in_box_nr .swiper-slide .label h2{
    font-weight: 16px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.in_box_nr .swiper-slide .label h3{
    text-decoration: line-through;
}

.in_box_nr .swiper-slide span {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  display: block;
}

.in_box_nr .swiper-slide span a{
    padding-bottom: 5px;
    position: relative;
}

.in_box_nr .swiper-slide span a:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.in_box_nr .swiper-button-prev::after,
.in_box_nr .swiper-button-next::after {
  color: #333;
  font-size: 30px;
}
.in_box1 {
  padding-top: 70px;
  background: #f5f5f5;
}

.in_box1 .video_nr{
    position: relative;
    margin-top: 50px;
}

.in_box1 .video_nr .nr{
    position: absolute;
    width: 800px;
    left: 15%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.in_box1 .video_nr .nr h2{
    font-size: 40px;
}

.in_box1 .video_nr .nr b{
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 20px 0px;
}

.in_box1 .video_nr .nr p{
    font-size: 18px;
}


.in_box1 .video {
  
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.in_box2 {
  padding: 30px 0px;
  background: #f5f5f5;
}
.in_box2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}
.in_box2 ul li {
  margin: 15px 20px;
  width: calc(25% - 40px);
}

.in_box2 ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.in_box2 ul li .img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  box-shadow: inset 0px 0px 46px 0px rgba(85, 85, 85, 0.17);
}
.in_box2 ul li .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}
.in_box2 ul li:hover .img img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}
.in_box2 ul li h2 {
  font-size: 18px;
  padding: 10px 0px;
}
.in_box3 {
  background: #f5f5f5;
  padding: 50px 0px;
}
.in_box3 .container {
  display: flex;
}
.in_box3 .in_box3_l {
  flex: 1;
}
.in_box3 .in_box3_l .in_box3_l_t {
  height: 210px;
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.in_box3 .in_box3_l .in_box3_l_t h2 {
  font-size: 40px;
  color: #333;
}
.in_box3 .in_box3_l .in_box3_l_t h3 {
  font-size: 25px;
}
.in_box3 .in_box3_l .in_box3_l_t p {
  font-size: 20px;
  color: #fdc59e;
}
.in_box3 .in_box3_l .in_box3_l_b {
  height: 360px;
  overflow: hidden;
}
.in_box3 .in_box3_l .in_box3_l_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}
.in_box3 .in_box3_l .in_box3_l_b:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}
.in_box3 .in_box3_r {
  flex: 1.5;
  border-left: 2px solid #fff;
}
.in_box3 .in_box3_r .in_box3_r1 {
  height: 284px;
  display: flex;
}
.in_box3 .in_box3_r .in_box3_r1:nth-child(1) {
  border-bottom: 2px solid #fff;
}
.in_box3 .in_box3_r .in_box3_r1 h2 {
  flex: 0.8;
  background: #d6d6d6;
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  color: #333;
}
.in_box3 .in_box3_r .in_box3_r1 h2 b {
  display: block;
  width: 50%;
  height: 2px;
  background: #666;
  margin-top: 5px;
}
.in_box3 .in_box3_r .in_box3_r1 h3 {
  flex: 1.2;
  overflow: hidden;
}
.in_box3 .in_box3_r .in_box3_r1 h3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}
.in_box3 .in_box3_r .in_box3_r1 h3:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}
.in_box4 {
  padding: 50px 0px;
  background: #f5f5f5;
}
.in_box4 .container {
  display: flex;
}
.in_box41 {
  width: 315px;
  height: 400px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.in_box41 h2 {
  color: #fff;
  font-size: 16px;
}
.in_box41 h2 img {
  padding: 5px 0px;
}
.in_box41 h2 b {
  font-size: 24px;
}
.in_box41 h3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 30px;
  margin-top: 10px;
}
.in_box41 h3 b {
  width: 45px;
  height: 45px;
  margin: 0px 5px;
  background: #fff;
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in_box42 {
  width: calc(100% - 315px);
  background: #fff;
  height: 400px;
  padding: 0px 50px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.in_box42 .swiper-slide .img {
  position: relative;
  top: 0px;
  padding-top: 100%;
  height: 0px;
  box-shadow: inset 0px 0px 46px 0px rgba(85, 85, 85, 0.17);
}
.in_box42 .swiper-slide .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}
.in_box42 .swiper-slide .img:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}
.in_box42 .swiper-slide h2 {
  padding-top: 5px;
  font-size: 15px;
}

.in_box42 .more{
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
}

.in_box42 .more a{
  font-size: 16px;
  color: #fff;
  background: #000;
  padding: 15px 50px;
  display: inline-block;
}



.in_box5 {
  height: 500px;
  background: url(../images/in_box5_bj.png) no-repeat;
  background-size: cover;
}
.in_box5 .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.in_box5 h2 {
  color: #fff;
  font-size: 30px;
  padding: 10px 0px;
}
.in_box5 a {
  color: #ccc;
  font-size: 16px;
  text-decoration: underline;
}
.in_box6 {
  padding: 50px 0px;
  background: #f5f5f5;
}
.in_box61 {
  padding-top: 80px;
  padding-bottom: 20px;
}
.in_box61 .swiper-slide {
  display: flex;
  align-items: center;
}
.in_box61 .swiper-slide .img {
  width: 490px;
  height: 360px;
  overflow: hidden;
}

.in_box61 .swiper-slide .img a{
    display: block;
    width: 100%;
    height: 100%;
}

.in_box61 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}
.in_box61 .swiper-slide .img:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}
.in_box61 .swiper-slide .wz {
  padding: 0px 5%;
  box-sizing: border-box;
  width: calc(100% - 490px);
}
.in_box61 .swiper-slide .wz h2 a {
  font-size: 30px;
  color: #333;
}
.in_box61 .swiper-slide .wz h2 a:hover {
  color: #fdc59e;
}
.in_box61 .swiper-slide .wz p {
  font-size: 20px;
  padding: 30px 0px;
}
.in_box61 .swiper-slide .wz span a {
  font-size: 16px;
  color: #fff;
  background: #000;
  padding: 15px 50px;
  display: inline-block;
}
.in_box61 .swiper-slide .wz span a:hover {
  opacity: 0.8;
}
.fanhui {
  background: #313e46;
  text-align: center;
  padding: 15px 0px;
}
.fanhui a {
  color: #fff;
  font-size: 16px;
}
.di {
  background: url(../images/di_bj.png) no-repeat;
  background-size: cover;
  border-top: 1px solid #333;
}
.di1 {
  padding: 50px 0px;
}
.di1 .container {
  display: flex;
}
.di1_l {
  width: 400px;
  text-align: center;
}
.di1_l p {
  font-size: 15px;
  text-align: center;
  padding: 8px 0px;
}
.di1_l h2 a {
  display: inline-block;
  background: #333;
  font-size: 16px;
  color: #fff;
  width: 50%;
  line-height: 40px;
  margin: 20px auto;
  text-align: center;
}
.di1_l h3 {
  padding-top: 20px;
}
.di1_l h3 i {
  font-size: 26px;
  margin: 0px 10px;
position: relative;
}

.di1_l h3 i img{
    width: 160px;
    height: 160px;
    position: absolute;
    bottom: 30px;
    left: -80px;
    display: none;
}

.di1_l h3 i:hover img{
    display: block;
}

.di1_r {
  box-sizing: border-box;
  width: calc(100% - 400px);
  display: flex;
}
.di1_r h2 {
  padding-left: 5%;
  flex: auto;
}
.di1_r h2 b {
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
  display: block;
}
.di1_r h2 p {
  font-size: 15px;
  padding: 10px 0px;
}
.di2 {
  border-top: 1px solid #ddd;
}
.di2 .container {
  display: flex;
  justify-content: space-between;
}
.di2_l {
  font-size: 13px;
  padding: 15px 0px;
}
.di2_r {
  display: flex;
}
.di2_r h2 a {
  border-left: 1px solid #ddd;
  font-size: 15px;
  line-height: 50px;
  display: block;
  padding: 0px 20px;
}
.di2_r h2 a i {
  margin-right: 5px;
}
.path .container {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}
.pro_title {
  text-align: center;
}
.pro_title h2 {
  font-size: 35px;
  color: #333;
}
.pro_title p {
  font-size: 18px;
}

.pro_title1{
  padding: 50px 0px;
  padding-top: 20px;
}

.pro_title1 .container{
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.pro_title1 .wz{
  width: calc(100% - 680px);
}

.pro_title1 .wz h2{
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
}

.pro_title1 .wz p{
  font-size: 14px;
  line-height: 26px;
}

.pro_title1 .img{
  width: 630px;
  height: 380px;
  overflow: hidden;
}

.pro_title1 .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_screen {
  padding: 50px 0px;
}
.pro_screen .container {
  display: flex;
  justify-content: space-between;
}
.pro_screen h2 {
  width: 25%;
  display: flex;
  align-items: center;
  font-size: 16px;
  min-width: 270px;
}
.pro_screen h2 .xiala {
  width: calc(100% - 90px);
}
.pro_screen h2 .xiala xm-select {
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-color: #ccc !important;
}
.pro_screen h2 .xiala .xm-option .xm-option-icon {
  border-color: #ccc !important;
}
.pro_screen h2 .xiala .xm-option.selected .xm-option-icon {
  color: #333 !important;
}
.pro_screen h2 .xiala .xm-label-block {
  background-color: #333 !important;
}

.pro_screen h2 .xiala1{
    width: calc(100% - 90px);
    border: 0px;
  border-bottom: 1px solid #ccc;
  border-color: #ccc !important;
  font-size: 16px;
  height: 49px;
}

.pro_screen h2 .btn {
  width: 150px;
  line-height: 47px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.pro_screen h2 .btn:nth-child(2) {
  background: #fff;
  color: #333;
  margin-left: 10px;
}
.product_list {
  background: #fff;
}
.product_list ul {
  display: flex;
  flex-wrap: wrap;
}
.product_list ul li {
  background: #f7f7f7;
  width: calc(25% - 2px);
  margin: 0px 1px;
  margin-bottom: 2px;
  box-sizing: border-box;
  padding: 2%;
  text-align: center;
  position: relative;
}
.product_list ul li .img {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-top: 100%;
  display: block;
}
.product_list ul li .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}
.product_list ul li .img:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}
.product_list ul li b {
  font-size: 17px;
  color: #fdc59e;
  line-height: 24px;
  height: 24px;
  padding: 5px 0px;
  display: block;
  font-weight: normal;
}
.product_list ul li h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 4px 0px;
}
.product_list ul li h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.product_list ul li span {
  display: block;
  padding-top: 10px;
}
.product_list ul li span a {
  width: 60%;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #333;
  display: inline-block;
  color: #333;
}
.product_list ul li span a:hover {
  background: #333;
  color: #fff;
}
.product_list ul li .fd {
  width: 75px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.product_list ul li:hover .fd {
  display: block;
}
.product_list ul li .fd a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  position: relative;
}
.product_list ul li .fd a i {
  font-size: 18px;
}
.product_list ul li .fd a.on {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.product_list ul li .fd a:nth-child(2).on{
    background: none;
    border: 1px solid #ddd;
     color: #999;
}


.product_list ul li .fd a.on em{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background: #d22828;
}

.pro_more {
  padding: 50px 0px;
  text-align: center;
}
.pro_more a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #333;
  padding: 15px 40px;
}

.cart_shdz {
  padding: 50px 0px;
}

.cart_shdz .bt {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding-bottom: 30px;
}

.cart_shdz ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -1%;
}

.cart_shdz ul li {
  width: 18%;
  margin: 0px 1%;
  height: 170px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 1.5%;
  position: relative;
  margin-bottom: 20px;
}

.cart_shdz ul li.on {
  border: 1px solid #00a3a8;
}

.cart_shdz ul li h2 {
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
}

.cart_shdz ul li p {
  color: #666;
}

.cart_shdz ul li h3 {
  display: none;
  padding-top: 10px;
}

.cart_shdz ul li:hover h3 {
  display: block;
  text-align: right;
}

.cart_shdz ul li h3 a {
  padding-left: 10px;
  color: #fdc59e;
  font-size: 13px;
}

.cart_shdz ul li h3 a.mrdz{
    display: inline-block;
}

.cart_shdz ul li.on h3 a.mrdz{
    display: none;
}

.cart_shdz ul li em {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #00a3a8;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  display: none;
}

.cart_shdz ul li.on em{
    display: block;
}

.cart_shdz ul li a.xinzeng {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
}

.cart_shdz ul li a.xinzeng i {
  font-size: 35px;
  margin-bottom: 6px;
  color: #ddd;
}

.cart_shdz1 ul li{
  height: auto;
  width: 100%;
  display: flex;
}

.cart_shdz1 ul li h2{
  padding-right: 15px;
  padding-bottom: 0px;
}

.cart_shdz1 ul li p{
  padding-right: 15px;
}

.xgdz_tc {
  width: 550px;
  box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  padding: 25px;
  display: none;
}

.member_gsrz_lb ul li {
  display: flex;
  margin-bottom: 24px;
}

.member_gsrz_lb ul li .txsc img{
  width: 150px;
  height: 150px;
  border-radius: 15px;
}

.member_gsrz_lb ul li .txsc .btn{
  font-size: 14px;
  display: inline-block;
  border: solid 1px #333;
  background: #333;
  color: #fff;
  padding: 5px 15px;
}


.member_gsrz_lb ul li h2 {
  line-height: 32px;
  width: 115px;
}

.member_gsrz_lb ul li h2 i {
  color: #f83241;
}

.member_gsrz_lb ul li .spxx{
  display: flex;
}

.member_gsrz_lb ul li .spxx .img{
  display: flex;
  align-items: center;
}

.member_gsrz_lb ul li .spxx .img img {
  width:150px;
}

.member_gsrz_lb ul li .spxx .nr {
  padding-left: 15px;
}

.member_gsrz_lb ul li .spxx .nr h2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom:10px;
}

.member_gsrz_lb ul li .spxx .nr p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.member_gsrz_lb ul li h3 {
  width: calc(100% - 115px);
  position: relative;
  display: flex;
  align-items: center;
}

.member_gsrz_lb ul li h3 .text {
  width: 100%;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0px 10px;
}

.member_gsrz_lb ul li h3 .text1 {
  width: 33%;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0px 10px;
  margin-right: 10px;
}

.member_gsrz_lb ul li h3 .text2 {
  width: 100%;
  height: 96px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 10px;
}

.member_gsrz_lb ul li h3 label {
  color: #f83241;
  position: absolute;
  bottom: -20px;
  left: 0px;
}

.member_gsrz_lb ul li h3 .btn {
  padding: 0px 10px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e7e7e7;
  border-radius: 3px;
  color: #333;
  border: 0px;
  display: inline-block;
}

.member_gsrz_lb ul li h3 .btn1 {
  padding: 0px 10px;
  height: 32px;
  background: #333;
  border-radius: 3px;
  color: #fff;
  border: 0px;
  margin-left: 10px;
  cursor: pointer;
}

.cart_ddxx {
  padding: 50px 0px;
}

.cart_ddxx1{
  border-bottom: 1px solid #ddd;
}

.cart_ddxx .bt {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding-bottom: 30px;
}

.cart_ddxx .bt1 {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding-bottom: 15px;
}

.cart_ddxx .bt1 h3{
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.cart_ddxx .bt1 h3 a{
  font-size: 16px;
    display: inline-block;
    border: solid 1px #333;
    padding: 10px 30px;
    color: #333;
    font-weight: normal;
}


.cart_ddxx ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart_ddxx ul li .left {
  display: flex;
  align-items: center;
}

.cart_ddxx ul li .left img {
  width: 250px;
}

.cart_ddxx ul li .left .nr {
  padding-left: 20px;
}

.cart_ddxx ul li .left .nr h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}

.cart_ddxx ul li .left .nr p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.cart_ddxx ul li .right {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

.cart_ddxx ul li .right a{
  font-size: 20px;
  margin-left: 20px;
  color: #fdc59e;
}

.cart_ddxx ul li a.qzf{
  font-size: 16px;
  display: inline-block;
  border: solid 1px #333;
  padding: 10px 30px;
  color: #333;
  margin-right: 15px;
}

.cart_ddxx ul li a.shouhou{
  margin-top: 10px;
  margin-right: 0px;
}

.cart_ddxx2{
  padding: 30px 0px;
  display: flex;
}

.cart_ddxx2 label{
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-right: 15px;
}

.cart_ddxx2 label input{
  margin-right: 5px;
}

.cart_ddxx2 a{
  font-size: 16px;
  display: inline-block;
  border: solid 1px #333;
  padding: 10px 30px;
  color: #333;
  margin-right: 15px;
}

.cart_fpxx {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.cart_fpxx h2 {
  font-size: 20px;
  color: #333;
  padding-right: 30px;
}

.cart_fpxx h3{
  display: flex;
}

.cart_fpxx h3 a {
  font-size: 15px;
  padding: 8px 20px;
  color: #333;
  margin-right: 15px;
}

.cart_fpxx h3 a.on {
  background: #333;
  color: #fff;
}

.cart_fpxx h3 p{
  padding-right: 15px;
  font-size: 15px;
}

.cart_jiage {
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cart_jiage h2 {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #999;
  min-width: 300px;
}

.cart_jiage h3 {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  color: #333;
  min-width: 300px;
}

.cart_jiage h2 span,
.cart_jiage h3 span {
  padding: 5px 15px;
  display: block;
  font-weight: 600;
}

.cart_jies {
  padding: 50px 0px;
  text-align: right;
}

.cart_jies a {
  border: 1px solid #666;
  display: inline-block;
  font-size: 20px;
  padding: 10px 60px;
}

.jycg {
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 8px;
  margin: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 500px;
}

.jycg h2 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
}

.jycg h2 i {
  font-size: 40px;
  margin-right: 15px;
}

.jycg h3 {
  display: flex;
  padding: 40px 0px;
  font-size: 16px;
}

.jycg h3 p {
  padding: 0px 15px;
}

.jycg h3 span {
  color: #f83241;
}

.jycg h5 {
  display: flex;
  align-items: center;
}

.jycg h5 a {
  width: 200px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background: #333;
  border: 1px solid #333;
  display: block;
  margin: 0px 15px;
}

.jycg h5 a.on {
  background: #fff;
  color: #333;
}

.eighty_banner {
  height: 80vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.eighty_banner h2 {
  font-size: 40px;
}

.eighty_banner b {
  width: 88px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 15px 0px;
}

.eighty_banner p {
  font-size: 30px;
}

.eighty_box {
  padding: 80px 0px;
}

.eighty_box .bt {
  padding-bottom: 40px;
}

.eighty_box .bt h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.eighty_box .bt p {
  font-size: 16px;
  padding-top: 10px;
}

.eighty_box .nr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eighty_box .nr .left {
  width: 55%;
  box-sizing: border-box;
  padding-right: 5%;
}

.eighty_box .nr .left ul li {
  padding: 8% 0px;
}

.eighty_box .nr .left h2 {
  border-left: 4px solid #666;
  padding-left: 60px;
  font-size: 22px;
  color: #333;
}

.eighty_box .nr .left p {
  padding-left: 60px;
  font-size: 16px;
  padding-top: 10px;
}

.eighty_box .nr .right {
  width: 45%;
}

.eighty_box .nr .right img {
  width: 100%;
  height: auto;
}

.eighty_box1 {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #fff;
  margin-bottom: 100px;
}

.gongju {
  display: flex;
  height: 100vh;
  box-sizing: border-box;
  padding: 20px 0px;
}

.gongju_l {
  height: 100%;
  overflow-y: auto;
  border: 1px solid #e8e9eb;
  border-left: 0px;
  width: 100px;
  box-sizing: border-box;
  padding: 5px;
}

.gongju_l::-webkit-scrollbar {
  width: 5px;
}

.gongju_l::-webkit-scrollbar-thumb {
  background: #000;
}

.gongju_l ul {
  display: flex;
  flex-direction: column;
}

.gongju_l ul li a {
  display: block;
  border: 1px solid #fff;
  margin-bottom: 5px;
}

.gongju_l ul li a img {
  width: 75px;
  height: 75px;
}

.gongju_l ul li.on a {
  border: 1px solid #999;
}

.gongju_z {
  width: calc(100% - 350px);
}

.gongju_z_1 {
  border-top: 1px solid #e8e9eb;
  padding: 10px 0px;
  width: 100%;
}

.gongju_z_1 .swiper-slide {
  width: 9%;
  height: 90px;
  margin: 0px 0.5%;
  cursor: pointer;
}

.gongju_z_1 .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gongju_z_1 .swiper-slide {
  opacity: 0.5;
}

.gongju_z_1 .swiper-slide-thumb-active {
  opacity: 1;
}

.gongju_z_2 {
  height: calc(100% - 110px);
  overflow: visible;
}

.gongju_z_2 .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  display: flex;
}

.gongju_z_2 .swiper-slide .img {
  width: 100%;
  height: 100%;
}

.gongju_z_2 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gongju_z_2 .swiper-slide-visible {
  opacity: 1 !important;
}

.gongju_z_2 .swiper-button-next,
.gongju_z_2 .swiper-button-prev {
  color: #333;
}

.gongju_z_2 .swiper-button-next::after,
.gongju_z_2 .swiper-button-prev::after {
  font-size: 50px;
}

.yd_pb {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: #333;
  top: 0px;
  left: 0px;
  display: none;
  color: #fff;
  font-size: 20px;
  box-sizing: border-box;
  padding: 5%;
  text-align: center;
}

.gongju_r {
  width: 250px;
}

.gongju_r .jiage {
  width: 100%;
  height: 100%;
  border: 1px solid #e8e9eb;
  border-right: 0px;
  border-bottom: 0px;
  box-sizing: border-box;
  padding: 10px;
}

.gongju_r .jiage h2 {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
}

.gongju_r .jiage p {
  display: flex;
  padding: 3px 0px;
}

.gongju_r .jiage p span {
  display: block;
  width: 40px;
  height: 20px;
}

.gongju_r .jiage .jiajian {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.gongju_r .jiage .jiajian .decrease,
.gongju_r .jiage .jiajian .add {
  width: 35px;
  height: 35px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gongju_r .jiage .jiajian .number {
  width: calc(100% - 70px);
  height: 35px;
  font-size: 18px;
  background-color: #f6f6f6;
  border: 0px;
  text-align: center;
}

.gongju_r .jiage .jiar_cart {
  width: 100%;
  background: #333;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  display: block;
}

.gongju_r .jiage .jiar_cart1 {
  width: 100%;
  border: 1px solid #333;
  line-height: 40px;
  border-radius: 4px;
  color: #333;
  text-align: center;
  margin-top: 10px;
  display: block;
}

.member_banner {
  height: 200px;
  background: #10182b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}

.member_tx {
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
}

.member_tx .left {
  display: flex;
}

.member_tx .left .img {
  width: 200px;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  margin-top: -70px;
}

.member_tx .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member_tx .left .nr {
  padding-left: 30px;
}

.member_tx .left .nr h2 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.member_tx .left .nr em {
  background: #000;
  border-radius: 20px 0px 20px 0px;
  padding: 5px 30px;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}

.member_tx .left .yongjin{
  display: flex;
  padding-left: 5%;
  width: 700px;
}

.member_tx .left .yongjin h2{
  font-weight: normal;
  color: #333;
  font-size: 17px;
  padding-right: 40px;
  white-space: nowrap;
  width: 33.3%;
}

.member_tx .left .yongjin h2 b{
  padding-top: 25px;
  display: block;
  color: #f83241;
}

.member_tx .left .yongjin h2 span{
  font-size: 16px;
  color: #333;
  padding: 5px 20px;
  border: 1px solid #333;
  cursor: pointer;
}

.member_tx .left .yongjin h2 span:hover{
  background: #333;
  color: #fff;
}

.member_tx .left .yongjin h2 p{
  display: block;
  padding-top: 25px;
  font-size: 18px;
  white-space: initial;
}

.member_tx .right a {
  font-size: 16px;
  display: inline-block;
  border: solid 1px #333;
  padding: 10px 30px;
  color: #333;
}

.member_tx .right a:hover {
  background: #333;
  color: #fff;
}

.member_nav {
  border-top: 1px solid #ddd;
  padding: 40px 0px;
}

.member_nav h2 {
  display: flex;
  flex-wrap: wrap;
}

.member_nav h2 a {
  font-size: 16px;
  display: inline-block;
  border: solid 1px #333;
  padding: 10px 30px;
  color: #333;
  margin-right: 15px;
}

.member_nav h2 a.tcdl{
    background: #333;
    color: #fff;
}

.member_nav h2 a:hover {
  color: #fff;
  background: #333;
}

.member_nav h2 a.on {
  color: #fff;
  background: #333;
}

.member_nav h3{
  padding-top: 30px;
}

.member_nav h3 a{
  font-size: 16px;
  margin-right: 20px;
}

.member_nav h3 a.on{
  text-decoration: underline;
}

.member_shfw{
  padding: 50px 0px;
}

.member_shfw .bt{
  font-size: 20px;
  font-weight: bold;
  color: #333;
}


.member_gsrz_lb ul li {
  display: flex;
  margin-bottom: 24px;
}

.member_gsrz_lb ul li h2 {
  line-height: 32px;
  width: 115px;
  font-size: 14px;
  color: #333;
}

.member_gsrz_lb ul li h2 i {
  color: #f83241;
}

.member_gsrz_lb ul li h3 {
  width: calc(100% - 115px);
  position: relative;
  display: flex;
  align-items: center;
}

.member_gsrz_lb ul li h3 .text {
  width: 400px;
  height: 42px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0px 10px;
}

.member_gsrz_lb ul li h3 .text1 {
  width: 126px;
  height: 42px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0px 10px;
  margin-right: 10px;
}

.member_gsrz_lb ul li h3 .text2 {
  width: 400px;
  height: 96px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 10px;
}

.member_gsrz_lb ul li h3 label {
  color: #f83241;
  position: absolute;
  bottom: -20px;
  left: 0px;
}

.member_gsrz_lb ul li h3 p {
  line-height: 32px;
  padding: 0px 10px;
  color: #333;
}

.member_gsrz_lb ul li h3 em {
  color: #92252a;
  padding-left: 25px;
}

.member_gsrz_lb ul li h3 ul {
  display: block !important;
}

.member_gsrz_lb ul li h3 ul li {
  margin-bottom: 0px;
}

.member_gsrz_lb ul li .due_time {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
}

.member_gsrz_lb ul li .due_time input {
  border: 0px;
}

.member_gsrz_lb ul li .due_time span {
  color: #999;
}

.member_gsrz_lb ul li h3 .cqyx {
  color: #666;
  position: static;
  margin-left: 25px;
}

.member_gsrz_lb ul li h3 .cqyx input {
  margin-right: 5px;
}

.member_gsrz_lb ul li h3 .submit {
  width: 100px;
  height: 36px;
  background: #333;
  cursor: pointer;
  border: 0px;
  color: #fff;
}

.shanc{
  display: flex;
}

.member_tg{
  padding: 50px 0px;
}

.member_tg1 ul li{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 3% 0px;
}

.member_tg1 ul li .cp{
  display: flex;
  align-items: center;
  padding-right: 5%;
}

.member_tg1 ul li .cp img{
  width: 150px;
  height: auto;
}

.member_tg1 ul li .cp .nr{
  padding-left: 15px;
}

.member_tg1 ul li h2{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.member_tg1 ul li p{
  font-size: 16px;
  padding-top: 15px;
}

.member_tg1 ul li .js{
  border-left: 1px solid #e3e3e3;
  padding: 0px 5%;
}

.member_tg1 ul li h3{
  font-size: 16px;
}

.member_tg1 ul li h3 a{
  font-size: 16px;
    display: inline-block;
    border: solid 1px #333;
    padding: 10px 30px;
    color: #333;
}

.member_tg2 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -1%;
}

.member_tg2 ul li{
  width: 23%;
  box-sizing: border-box;
  margin: 0px 1%;
  margin-bottom: 30px;
  background: #efefef;
  padding: 2%;
  box-sizing: border-box;
}

.member_tg2 ul li img{
  width: 100%;
  height: auto;
}

.member_tg2 ul li a{
  display: block;
  text-align: center;
  width: 100px;
  line-height: 35px;
  border: 1px solid #333;
  margin: 0px auto;
  margin-top: 20px;
  color: #333;
}

.member_yhj ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -2%;
}

.member_yhj ul li{
  width: 222px;
  height: 223px;
  background: url(../images/yhj.png) no-repeat;
  background-size: cover;
  padding: 20px;
  padding-top: 40px;
  margin: 0px 2%;
  margin-bottom: 30px;
}

.member_yhj ul li h2{
  text-align: center;
  font-size: 50px;
  font-weight:600;
  color: #333;
}

.member_yhj ul li h2 em{
  font-size: 14px;
}

.member_yhj ul li p{
  font-size: 16px;
  text-align: center;
}

.member_yhj ul li h3{
  text-align: center;
  padding-top: 60px;
  color: #333;
  font-size: 18px;
}

.member_ddbh{
  display: flex;
  font-size: 16px;
}

.member_ddbh p{
  padding-right: 30px;
}



.member {
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
  min-height: 900px;
}

.member_l {
  width: 180px;
}

.member_l h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #333;
}
.member_l h2.wdgzt{
  background: linear-gradient(
    135deg, #72003B 0%, #492E65 52%, #2F3E6E 100%);
  color: #fff;
  box-sizing: border-box;
  padding: 0px 20px;
  justify-content: center;
}

.member_l h2 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.member_l h2 p {
  text-align: center;
}

.member_l a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  box-sizing: border-box;
  color: #333;
  font-size: 600;
  text-align: center;
}

.member_l a:hover {
  color: #2f3e6e;
}

.member_l a.on {
  background: #eaebf0;
}

.member_r {
  width: calc(100% - 210px);
}

.member_r_lj {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}

.member_r_lj i {
  display: block;
  width: 2px;
  height: 14px;
  background: #00ace6;
  margin-right: 10px;
}


.help_nr{
padding: 40px 0px;
}

.help_nr p{
  font-size: 16px;
  line-height: 28px;
  display: block;
  padding-bottom: 15px;
}

.slideTxtBox_hb .hd ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -2%;
  margin-bottom: 50px;
}

.slideTxtBox_hb .hd ul li{
  width: calc(29.3%);
  margin: 0px 2%;
  background-color: #fafafa;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
}


.slideTxtBox_hb .hd ul li .wrap{
  padding: 20px;
}

.slideTxtBox_hb .hd ul li .name {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}
.slideTxtBox_hb .hd ul li .price_wrap {
  color: #333;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 23px;
  text-align: center;
}
.slideTxtBox_hb .hd ul li .price_wrap .value {
  font-size: 53px;
}
.slideTxtBox_hb .hd ul li .advantage_list {
  padding-top: 10px;
}
.slideTxtBox_hb .hd ul li .advantage_list .advantage_item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}
.slideTxtBox_hb .hd ul li .advantage_list .advantage_item .iconfont {
  font-size: 17px;
  margin-right: 4px;
}
.slideTxtBox_hb .hd ul li .bottom {
  line-height: 44px;
    font-size: 17px;
  background-color: #ffe9d7;
  color: #64554c;
  display: none;
}

.slideTxtBox_hb .hd ul li.on .bottom{
  display: block;
}

.slideTxtBox_hb .hd ul li .checked_img{
  width: 50px;
  position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.slideTxtBox_hb .hd ul li.on .checked_img{
  display: block;
}

.slideTxtBox_hb .hd ul li.on{
  background: linear-gradient(
118deg, #41393c 0%, #1f1e21 100%);
color: #ffd0a9;
}

.slideTxtBox_hb .hd ul li.on .price_wrap{
  color: #ffd0a9;
}

.slideTxtBox_hb .hd ul li.on .advantage_list .advantage_item{
  color: #ad8f79;
}


.slideTxtBox_hb .hd ul li .advantage_list .advantage_item .iconfont {
  font-size: 17px;
  margin-right: 4px;
}
.slideTxtBox_hb .hd ul li .bottom {
  line-height: 44px;
    font-size: 17px;
  background-color: #ffe9d7;
  color: #64554c;
  display: none;
}

.slideTxtBox_hb .hd ul li.on .bottom{
  display: block;
}

.slideTxtBox_hb .hd ul li .checked_img{
  width: 50px;
  position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.slideTxtBox_hb .hd ul li.on .checked_img{
  display: block;
}

.slideTxtBox_hb .hd ul li.on{
  background: linear-gradient(
118deg, #41393c 0%, #1f1e21 100%);
color: #ffd0a9;
}

.slideTxtBox_hb .hd ul li.on .price_wrap{
  color: #ffd0a9;
}

.slideTxtBox_hb .hd ul li.on .advantage_list .advantage_item{
  color: #ad8f79;
}

.settlement_01 .box .payways_list{
  position: relative;
  height: 580px;
}

.settlement_01 .box .payways_list .item.on .gwc_ljzf{
  display: block;
}

.settlement_01 .box .payways_list .item .gwc_ljzf{
  text-align: center;
  position: absolute;
  top: 240px;
  left: 0px;
  width: 100%;
  display: none;
}

.settlement_01 .box .payways_list .item i{
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.settlement_01 .box .payways_list .item.on i{
  background: #000;
}

.settlement_01 .box .payways_list .item.on i::after{
  content: "\2713";
  text-align: center;
  font-size: 22px;
  color: #fff;
}


.big_fd{
  position: fixed;
  top: 50%;
  right: 2%;
}

.big_fd a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 20px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 10px #ddd;
  background: #fff;
  position: relative;
}

.big_fd a h2{
  position: absolute;
  right: 65px;
  top: 0px;
  display: none;
}

.big_fd a h2 span{
    white-space: nowrap;
    padding-right: 10px;
    padding-top: 18px;
    display: block;
}

.big_fd a h2 img{
  width: 160px;
  height: auto;
}

.big_fd a:hover h2{
  display: block;
}
