body {
  background-color: #f7f7f7;
}

.header1 {
  width: 100%;
  height: 40px;
  background-color: #f7f7f7;
}

.header1 .ec {
  width: 1600px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header1 .ec .left p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.header1 .ec .right {
  height: 100%;
}

.header1 .ec .right ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.header1 .ec .right ul li {
  position: relative;
}

.header1 .ec .right ul li a {
  display: flex;
  align-items: center;
}

.header1 .ec .right ul li a img {
  margin-right: 10px;
  width: 12px;
}

.header1 .ec .right ul li a p {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #666666;
}

.header1 .ec .right ul li .erwm {
  width: 75px;
  height: 75px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 135%;
  z-index: 999999;
  display: none;
}

.header1 .ec .right ul li .erwm img {
  width: 73px;
  height: 73px;
}

.header1 .ec .right ul li:nth-child(2) {
  margin-left: 50px;
}

.header1 .ec .right ul li:nth-child(2) a img {
  width: 19px;
}

.header1 .ec .right ul li:hover .erwm {
  display: block;
}

.banner2 {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.banner2 .ec {
  width: 1600px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.banner2 .ec .Region_list {
  width: 1200px;
  border: 1px solid #999;
  box-shadow: 0 0 8px #666;
  position: absolute;
  top: 100px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 99999999999999;
  background-color: #fff;
  display: none;
}

.banner2 .ec .Region_list .bt {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #999999;
  padding: 0 20px;
}

.banner2 .ec .Region_list .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.banner2 .ec .Region_list .bt ul li p {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.banner2 .ec .Region_list .bt ul li img {
  width: 30px;
}

.banner2 .ec .Region_list .nr {
  padding: 20px;
}

.banner2 .ec .Region_list .nr ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner2 .ec .Region_list .nr ul li {
  width: 50%;
  display: flex;
  margin-bottom: 15px;
}

.banner2 .ec .Region_list .nr ul li span {
  font-size: 16px;
  color: #ff8800;
  width: 20px;
  display: block;
  margin-right: 15px;
}

.banner2 .ec .Region_list .nr ul li p {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
  width: 50px;
  cursor: pointer;
}

.banner2 .left {
  display: flex;
}

.banner2 .left > img {
  width: 303px;
  margin-right: 70px;
}

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

.banner2 .left ul li img {
  width: 15px;
  margin-right: 7px;
}

.banner2 .left ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.banner2 .right {
  width: 800px;
  height: 60px;
  border: 1px solid #e6e6e6;
}

.banner2 .right > ul {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.banner2 .right > ul > li {
  display: flex;
  height: 100%;
}

.banner2 .right > ul > li select {
  width: 67px;
  background-color: #ffffff;
  outline: none;
  border: none;
  font-size: 16px;
  color: #333333;
}

.banner2 .right > ul > li select option {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.banner2 .right > ul .search {
  width: 670px;
  height: 27px;
  border-left: 1px solid #cccccc;
}

.banner2 .right > ul .search ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.banner2 .right > ul .search ul li {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.banner2 .right > ul .search ul li text input {
  width: 600px;
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
}

.banner2 .right > ul .search ul li input::placeholder {
  font-size: 16px;
  color: #999999;
}

.banner2 .right > ul .search ul li pic {
  width: 20px;
  height: 20px;
}

.banner2 .cd {
  display: none;
}

.search_mobile {
  display: none;
}

.nav {
  width: 100%;
  height: 60px;
  background: #ff8800;
}

.nav .ec {
  width: 1600px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav .ec ul {
  display: flex;
  height: 40px;
  width: 100%;
}

.nav .ec ul li {
  flex: 1;
  height: 100%;
  border-right: 1px solid #fff;
}

.nav .ec ul li a {
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 40px;
  height: 100%;
}

.nav .ec ul li:nth-child(1) {
  border-left: 1px solid #fff;
}

.Policy_consultation {
  width: 1600px;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff3e5;
  display: flex;
}

.Policy_consultation .box {
  flex: 1;
  transition: all 0.6s;
}

.Policy_consultation .box ul {
  height: 90%;
  position: relative;
}

.Policy_consultation .box ul li {
  width: 50%;
  height: 30px;
  float: left;
  display: none;
  margin-bottom: 10px;
}

.Policy_consultation .box ul li a {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 20px;
  line-height: 30px;
}

.Policy_consultation .box ul li a:hover {
  color: #ff8800;
}

.Policy_consultation .box ul li:nth-child(2n) {
  border-left: 1px solid rgba(255, 136, 0, 0.4);
}

.Policy_consultation .box ul li:nth-child(1), .Policy_consultation .box ul li:nth-child(2), .Policy_consultation .box ul li:nth-child(3), .Policy_consultation .box ul li:nth-child(4) {
  display: block;
}

.Policy_consultation .box ul::after {
  width: 2px;
  height: 70px;
  background-color: #ff8800;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}

.Policy_consultation .box:nth-child(6) ul::after {
  display: none;
}

.Policy_consultation .box:hover ul li {
  display: block;
}

.Policy_consultation .box:nth-child(1) ul {
  border-left: 0;
}

.nav_sj {
  display: none;
}

.Self_study_area {
  width: 1600px;
  height: 129px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Self_study_area .left {
  width: 59px;
  height: 100%;
  background: #ff8800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Self_study_area .left img {
  width: 22px;
}

.Self_study_area .right {
  width: 1539px;
  padding: 23px 42px;
  height: 100%;
}

.Self_study_area .right ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.Self_study_area .right ul li {
  width: 90px;
  height: 37px;
  border-radius: 50px;
  cursor: pointer;
}
.Self_study_area .right ul li p {
  text-align: center;
  line-height: 37px;
  font-size: 16px;
  color: #000;
}

.Self_study_area .right ul .click {
  background: #ff8800;
}

.Self_study_area .right ul .click p {
  color: #fff;
}

.text1 {
  width: 1600px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text1 .left {
  width: 460px;
}

.text1 .left .zkkcw {
  width: 100%;
}

.text1 .left .zkkcw .swiper-container {
  width: 100%;
  height: 100%;
}

.text1 .left .zkkcw .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.text1 .left .zkkcw .swiper-slide img {
  width: 100%;
}

.text1 .left .zkkcw a ul {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.text1 .left .zkkcw a ul li p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.text1 .left .zkkcw a ul li img {
  width: 26px;
}

.text1 .left .kstx {
  width: 100%;
  height: 597px;
  background-color: #fff;
  margin-top: 11px;
}

.text1 .left .kstx .bt {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  position: relative;
}

.text1 .left .kstx .bt span {
  width: 4px;
  height: 18px;
  background: #ff8800;
  display: block;
}

.text1 .left .kstx .bt p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-left: 9px;
}

.text1 .left .kstx .bt p::after {
  width: 108px;
  height: 3px;
  background: #cccccc;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
}

.text1 .left .kstx .box {
  width: 440px;
  margin: 0 auto;
  margin-top: 32px;
}

.text1 .left .kstx .box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text1 .left .kstx .box ul li {
  width: 214px;
  height: 74px;
  border-radius: 4px;
  background-image: url("../images/zkw3.png");
  margin-bottom: 10px;
}

.text1 .left .kstx .box ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

.text1 .left .kstx .box ul li a h6 {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 3px 3px rgba(168, 90, 0, 0.68);
}

.text1 .left .kstx .box ul li a p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.text1 .left .kstx .box1 {
  width: 440px;
  margin: 0 auto;
}

.text1 .left .kstx .box1 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text1 .left .kstx .box1 ul li {
  width: 214px;
  height: 40px;
  border: 1px solid #e6e6e6;
  margin-top: 22px;
}

.text1 .left .kstx .box1 ul li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
  text-align: center;
}

.text1 .left > a img {
  width: 100%;
  margin-top: 11px;
}

.text1 .in {
  width: 660px;
}

.text1 .in .zxzx {
  width: 100%;
  height: 408px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
}

.text1 .in .zxzx .box {
  margin-top: 30px;
}

.text1 .in .zxzx .box .bt ul {
  display: flex;
  align-items: center;
}

.text1 .in .zxzx .box .bt ul li p {
  font-size: 16px;
  color: #fff;
}

.text1 .in .zxzx .box .bt ul li h6 {
  font-size: 20px;
  color: #333;
}

.text1 .in .zxzx .box .bt ul li:nth-child(1) {
  width: 92px;
  height: 29px;
  background-image: url("../images/zkw17.png");
  background-size: 100% 100%;
  margin-right: 11px;
}

.text1 .in .zxzx .box .bt ul li:nth-child(1) p {
  line-height: 29px;
  text-align: center;
}

.text1 .in .zxzx .box .nr {
  margin-top: 10px;
}

.text1 .in .zxzx .box .nr ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text1 .in .zxzx .box .nr ul li {
  width: 310px;
  margin-top: 10px;
}

.text1 .in .zxzx .box .nr ul li a p {
  width: 310px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666;
  letter-spacing: 1px;
}

.text1 .in .zxzx .box:nth-child(1) {
  margin-top: 0;
}

.text1 .in .zbzkjc {
  width: 100%;
  margin-top: 11px;
}

.text1 .in .zbzkjc ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text1 .in .zbzkjc ul li a img {
  width: 325px;
}

.text1 .in .tab {
  width: 100%;
  height: 430px;
  background-color: #fff;
  margin-top: 10px;
}

.text1 .in .tab .bt {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}

.text1 .in .tab .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.text1 .in .tab .bt ul li p {
  font-size: 20px;
  color: #666;
}

.text1 .in .tab .bt ul .click p {
  color: #333;
  font-weight: bold;
  position: relative;
}

.text1 .in .tab .bt ul .click p::after {
  width: 98px;
  height: 3px;
  background: #ff8800;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 152%;
}

.text1 .in .tab .nr {
  width: 100%;
  padding: 0 23px;
  padding-top: 32px;
}

.text1 .in .tab .nr ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.text1 .in .tab .nr ul li img {
  width: 17px;
}

.text1 .in .tab .nr ul li .wz {
  width: 500px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text1 .in .tab .nr ul li .time {
  font-size: 14px;
  color: #b3b3b3;
}

.text1 .right {
  width: 460px;
}

.text1 .right .count_down {
  width: 100%;
  height: 130px;
  background-image: url("../images/zkw8.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.text1 .right .count_down > .box {
  width: 72px;
  height: 72px;
  background-size: 100% 100%;
  background-image: url("../images/zkw7.png");
  margin-top: 45px;
  margin-left: 5px;
  margin-right: 5px;
}

.text1 .right .count_down > .time {
  position: absolute;
  left: 132px;
  top: 55px;
}

.text1 .right .count_down > .time ul li {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(126, 67, 0, 0.54);
  letter-spacing: 53px;
}

.text1 .right .yxzy {
  width: 460px;
  height: 424px;
  background: #ffffff;
  margin-top: 10px;
}

.text1 .right .yxzy .bt {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}

.text1 .right .yxzy .bt ul {
  width: 283px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.text1 .right .yxzy .bt ul li p {
  font-size: 20px;
  color: #666;
}

.text1 .right .yxzy .bt ul .click p {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  position: relative;
}

.text1 .right .yxzy .bt ul .click p::after {
  width: 90px;
  height: 3px;
  background: #ff8800;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 153%;
}

.text1 .right .yxzy .nr {
  width: 100%;
  padding: 0 20px;
  padding-top: 32px;
}

.text1 .right .yxzy .nr ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.text1 .right .yxzy .nr ul li img {
  width: 16px;
}

.text1 .right .yxzy .nr ul li .wz {
  width: 300px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text1 .right .yxzy .nr ul li .time {
  font-size: 14px;
  color: #b3b3b3;
}

.text1 .right .zbzkjc {
  width: 460px;
  height: 205px;
  margin-top: 10px;
}

.text1 .right .zbzkjc a img {
  width: 100%;
  height: 100%;
}

.text1 .right .xzml {
  width: 460px;
  height: 215px;
  background: #ffffff;
  margin-top: 10px;
}

.text1 .right .xzml .bt {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  position: relative;
}

.text1 .right .xzml .bt p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-left: 13px;
}

.text1 .right .xzml .bt p::after {
  width: 108px;
  height: 3px;
  background: #ff8800;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.text1 .right .xzml .nr {
  width: 420px;
  margin: 0 auto;
}

.text1 .right .xzml .nr li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.text1 .right .xzml .nr li p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.text1 .right .xzml .nr li a {
  width: 60px;
  height: 28px;
  display: block;
  border: 1px solid #ff8800;
  border-radius: 50px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  color: #ff8800;
}

.text1 .right .xzml .nr li a:hover {
  background-color: #ff8800;
  color: #fff;
}

.zjcymfst {
  width: 1600px;
  margin: 0 auto;
  margin-top: 105px;
  position: relative;
}

.zjcymfst .bt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
}

.zjcymfst .bt .left ul {
  display: flex;
  align-items: center;
}

.zjcymfst .bt .left ul li {
  margin-right: 23px;
  height: 30px;
  display: flex;
  align-items: center;
}

.zjcymfst .bt .left ul li img {
  width: 265px;
}

.zjcymfst .bt .left ul li a {
  width: 102px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
}

.zjcymfst .bt .right a {
  width: 60px;
  height: 30px;
  background: rgba(255, 227, 194, 0.4);
  border: 1px solid #ff8800;
  border-radius: 15px;
  display: block;
  color: #ff8800;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  z-index: 99999999999;
}

.zjcymfst .Rotation {
  width: 100%;
  height: 700px;
  margin-top: 21px;
  position: relative;
}

.zjcymfst .Rotation .swiper-container {
  width: 100%;
  height: 700px;
  padding-top: 53px;
  margin-top: -53px;
}

.zjcymfst .Rotation .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  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;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zjcymfst .Rotation .swiper-slide .t {
  margin-bottom: 11px;
}

.zjcymfst .Rotation .swiper-slide .t img {
  width: 795px;
  height: 318px;
}

.zjcymfst .Rotation .swiper-slide .box {
  width: 392px;
  height: 318px;
  background: #ffffff;
  padding: 30px;
  position: relative;
}

.zjcymfst .Rotation .swiper-slide .box ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  height: 100%;
}
.zjcymfst .Rotation .swiper-slide .box ul li{
  width: 100%;
  display: flex;
  flex-direction: row;
}
.zjcymfst .Rotation .swiper-slide .box ul li:nth-child(1) {
  display: flex;
  align-items: center;
}

.zjcymfst .Rotation .swiper-slide .box ul li:nth-child(1) span {
  width: 108px;
  height: 32px;
  background-image: url("../images/zkw12.png");
  background-size: 100% 100%;
  font-size: 16px;
  font-weight: bold;
  color: #ff8800;
  line-height: 32px;
  text-align: center;
}

.zjcymfst .Rotation .swiper-slide .box ul li:nth-child(1) h6 {
  font-size: 20px;
  margin-left: 12px;
  font-weight: bold;
  color: #333333;
}

.zjcymfst .Rotation .swiper-slide .box ul li:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.zjcymfst .Rotation .swiper-slide .box ul li:nth-child(2) p {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #666666;
}

.zjcymfst .Rotation .swiper-slide .box ul li:nth-child(3) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  /*align-content: center;*/
  align-items: center;
  /*flex-direction: column;*/
  /*align-items: flex-start;*/
}

.zjcymfst .Rotation .swiper-slide .box ul li:nth-child(3) div:first-child div {
  width: 78px;
  height: 78px;
  border-radius: 50px;
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zjcymfst .Rotation .swiper-slide .box ul li:nth-child(3) div:first-child div  img {
  display: block;
  width: 100%;
  height: 100%;
}

.zjcymfst .Rotation .swiper-slide .box ul li:nth-child(3) div:first-child  p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.zjcymfst .Rotation .swiper-slide .box .Audition {
  width: 137px;
  height: 37px;
  background-image: url("../images/zkw13.png");
  background-size: 100% 100%;
  position: absolute;
  right: -30px;
  bottom: 10px;
  z-index: 8;
}

.zjcymfst .Rotation .swiper-slide .box .Audition p {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  color: #ff8800;
  line-height: 33px;
}

.zjcymfst .Rotation .swiper-slide .box:nth-child(2),
.zjcymfst .Rotation .swiper-slide .box:nth-child(3) {
  margin-bottom: 11px;
}

.zjcymfst .Rotation .swiper-pagination {
  position: absolute;
  top: 0;
  right: 80px !important;
  height: 40px;
  left: 540px;
  width: auto !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  /*top: -85px;*/
  /*left: 652px;*/
}

.zjcymfst .Rotation .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 36px;
  height: 6px;
  background: #ffe5c8;
  border: 1px solid #ff8800;
  opacity: 0.4;
  border-radius: 50px;
}

.zjcymfst .Rotation .swiper-pagination-bullet-active {
  background: #ff8800;
  opacity: 1;
}

.zkxz_kzn {
  width: 1600px;
  margin: 0 auto;
  margin-top: 60px;
}

.zkxz_kzn .title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zkxz_kzn .title ul li {
  display: flex;
  align-items: center;
}

.zkxz_kzn .title ul li img {
  width: 289px;
}

.zkxz_kzn .title ul li a {
  width: 102px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-left: 20px;
  display: block;
}

.zkxz_kzn .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}

.zkxz_kzn .content .left {
  width: 460px;
}

.zkxz_kzn .content .left .bkzn {
  width: 460px;
  height: 288px;
  background: #ffffff;
}

.zkxz_kzn .content .left .bkzn .bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}

.zkxz_kzn .content .left .bkzn .bt p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-left: 18px;
}

.zkxz_kzn .content .left .bkzn .bt p::after {
  width: 115px;
  height: 3px;
  background: #ff8800;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.zkxz_kzn .content .left .bkzn .bt a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-right: 15px;
}

.zkxz_kzn .content .left .bkzn .nr {
  width: 100%;
  padding: 0 15px;
  padding-top: 32px;
}

.zkxz_kzn .content .left .bkzn .nr ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17.5px;
}

.zkxz_kzn .content .left .bkzn .nr ul li img {
  width: 16px;
}

.zkxz_kzn .content .left .bkzn .nr ul li .wz {
  width: 320px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zkxz_kzn .content .left .bkzn .nr ul li .time {
  font-size: 14px;
  color: #b3b3b3;
}

.zkxz_kzn .content .left .zxph {
  margin-top: 10px;
}

.zkxz_kzn .content .in {
  width: 660px;
  height: 586px;
  background: #ffffff;
  border-top: 2px solid #ff8800;
}

.zkxz_kzn .content .in .dx {
  width: 100%;
  padding-top: 30px;
}

.zkxz_kzn .content .in .dx ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.zkxz_kzn .content .in .dx ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zkxz_kzn .content .in .dx ul li img {
  width: 94px;
}

.zkxz_kzn .content .in .dx ul li p {
  font-size: 16px;
  margin-top: 21px;
  font-weight: 400;
  color: #333333;
}

.zkxz_kzn .content .in .xz {
  padding: 0 20px;
  margin-top: 44px;
}

.zkxz_kzn .content .in .xz ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.zkxz_kzn .content .in .xz ul li span {
  width: 121px;
  height: 35px;
  display: block;
  background-image: url("../images/zkw17.png");
  background-size: 100% 100%;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}

.zkxz_kzn .content .in .xz ul li a {
  width: 115px;
  height: 35px;
  display: block;
  border: 1px solid #ff8800;
  font-size: 16px;
  font-weight: 400;
  color: #ff8800;
  line-height: 33px;
  text-align: center;
}

.zkxz_kzn .content .in .nr {
  width: 100%;
  padding: 0 20px;
  padding-top: 32px;
}

.zkxz_kzn .content .in .nr ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.zkxz_kzn .content .in .nr ul li img {
  width: 15px;
}

.zkxz_kzn .content .in .nr ul li h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.zkxz_kzn .content .in .nr ul li .wz {
  width: 430px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zkxz_kzn .content .in .nr ul li .time {
  font-size: 14px;
  color: #b3b3b3;
}

.zkxz_kzn .content .right {
  width: 460px;
  height: 588px;
  background: #ffffff;
}

.zkxz_kzn .content .right .bt {
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  position: relative;
}

.zkxz_kzn .content .right .bt p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-left: 18px;
}

.zkxz_kzn .content .right .bt p::after {
  width: 115px;
  height: 3px;
  background: #ff8800;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.zkxz_kzn .content .right .nr {
  width: 420px;
  margin: 0 auto;
  margin-top: 10px;
}

.zkxz_kzn .content .right .nr .box {
  width: 100%;
  height: 57px;
  border-bottom: 1px solid #e6e6e6;
}

.zkxz_kzn .content .right .nr .box ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.zkxz_kzn .content .right .nr .box ul li {
  display: flex;
  align-items: center;
}

.zkxz_kzn .content .right .nr .box ul li h6 {
  width: 100px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.zkxz_kzn .content .right .nr .box ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #ff8800;
}

.zkxz_kzn .content .right .nr .box ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
  display: none;
}

.zkxz_kzn .content .right .nr .box:nth-child(1) ul li img {
  width: 16px;
  margin-right: 10px;
}

.zkxz_kzn .content .right .nr .box:nth-child(3) ul li img,
.zkxz_kzn .content .right .nr .box:nth-child(4) ul li img,
.zkxz_kzn .content .right .nr .box:nth-child(5) ul li img {
  width: 20px;
  margin-right: 25px;
  margin-left: 5px;
}

.zkxz_kzn .content .right .nr .box:nth-child(3) ul li .cha,
.zkxz_kzn .content .right .nr .box:nth-child(4) ul li .cha,
.zkxz_kzn .content .right .nr .box:nth-child(5) ul li .cha {
  width: 14px;
}

.ksbmksj {
  width: 1600px;
  margin: 0 auto;
  margin-top: 60px;
}

.ksbmksj .title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ksbmksj .title ul li {
  display: flex;
  align-items: center;
}

.ksbmksj .title ul li img {
  width: 287px;
}

.ksbmksj .title ul li a {
  width: 102px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-left: 20px;
}

.ksbmksj .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.ksbmksj .content .box {
  width: 795px;
  height: 318px;
  background: #ffffff;
}

.ksbmksj .content .box .bt {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}

.ksbmksj .content .box .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.ksbmksj .content .box .bt ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  width: 115px;
  text-align: center;
}

.ksbmksj .content .box .bt ul li p::after {
  width: 115px;
  height: 3px;
  background: #ff8800;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.ksbmksj .content .box .bt ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-right: 13px;
}

.ksbmksj .content .box .nr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
}

.ksbmksj .content .box .nr .lb {
  width: 291px;
  height: 194px;
}

.ksbmksj .content .box .nr .lb .swiper-container {
  width: 100%;
  height: 100%;
}

.ksbmksj .content .box .nr .lb .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.ksbmksj .content .box .nr .lb .swiper-slide img {
  width: 291px;
}

.ksbmksj .content .box .nr .lb .swiper-container-horizontal > .swiper-pagination-bullets,
.ksbmksj .content .box .nr .lb .swiper-pagination-custom,
.ksbmksj .content .box .nr .lb .swiper-pagination-fraction {
  bottom: -9px;
  left: 96px;
  width: 100%;
}

.ksbmksj .content .box .nr .lb .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

.ksbmksj .content .box .nr .lb .swiper-pagination-bullet-active {
  background-color: #ff0000;
}

.ksbmksj .content .box .nr ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ksbmksj .content .box .nr ul li {
  display: flex;
  align-items: center;
  margin-top: 13px;
}

.ksbmksj .content .box .nr ul li .zw {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-right: 42px;
  width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ksbmksj .content .box .nr ul li .time {
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
}

.ksbmksj .content .box .nr ul li:nth-child(1) {
  margin-top: 0;
}

.lsztkzt {
  width: 1600px;
  margin: 0 auto;
  margin-top: 60px;
}

.lsztkzt .title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lsztkzt .title ul li {
  display: flex;
  align-items: center;
}

.lsztkzt .title ul li img {
  width: 290px;
}

.lsztkzt .title ul li a {
  width: 102px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-left: 20px;
}

.lsztkzt .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
}

.lsztkzt .content .box {
  width: 795px;
  height: 339px;
  background: #ffffff;
}

.lsztkzt .content .box .bt {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}

.lsztkzt .content .box .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.lsztkzt .content .box .bt ul li p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.lsztkzt .content .box .bt ul .click p {
  font-weight: bold;
  position: relative;
}

.lsztkzt .content .box .bt ul .click p::after {
  width: 98px;
  height: 3px;
  background: #ff8800;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 152%;
}

.lsztkzt .content .box .nr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  padding-top: 30px;
}

.lsztkzt .content .box .nr .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.lsztkzt .content .box .nr .left ul li img {
  width: 14px;
  margin-right: 11px;
}

.lsztkzt .content .box .nr .left ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  width: 324px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lsztkzt .content .box a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: block;
  float: right;
  margin-right: 22px;
}

.fxbkzlx {
  width: 1600px;
  margin: 0 auto;
  margin-top: 60px;
}

.fxbkzlx .title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fxbkzlx .title ul li {
  display: flex;
  align-items: center;
}

.fxbkzlx .title ul li img {
  width: 290px;
}

.fxbkzlx .title ul li a {
  width: 102px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-left: 20px;
}

.fxbkzlx .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

.fxbkzlx .content > .left {
  width: 460px;
}

.fxbkzlx .content > .left > a > img {
  width: 100%;
}

.fxbkzlx .content > .left .ksdg {
  width: 460px;
  height: 579px;
  background: #ffffff;
  margin-top: 10px;
}

.fxbkzlx .content > .left .ksdg .box {
  width: 430px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fxbkzlx .content > .left .ksdg .box img {
  width: 120px;
}

.fxbkzlx .content > .left .ksdg .box ul {
  width: 280px;
}

.fxbkzlx .content > .left .ksdg .box ul li h6 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}

.fxbkzlx .content > .left .ksdg .box ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #b3b3b3;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
}

.fxbkzlx .content > .left .ksdg .box ul .zz {
  width: 280px;
  height: 42px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  position: relative;
}

.fxbkzlx .content > .left .ksdg .box ul .zz a {
  width: 50%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #dc6315;
  line-height: 42px;
  text-align: center;
}

.fxbkzlx .content > .left .ksdg .box ul .zz::after {
  width: 2px;
  height: 23px;
  background-color: #dc6315;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.fxbkzlx .content > .left .ksdg .boxs {
  margin-top: 50px;
}

.fxbkzlx .content > .left .ksdg .boxs .bt {
  border-bottom: 1px solid #e6e6e6;
}

.fxbkzlx .content > .left .ksdg .boxs .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
}

.fxbkzlx .content > .left .ksdg .boxs .bt ul li {
  display: flex;
}

.fxbkzlx .content > .left .ksdg .boxs .bt ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  width: 115px;
  text-align: center;
}

.fxbkzlx .content > .left .ksdg .boxs .bt ul li p::after {
  width: 115px;
  height: 3px;
  background: #ff8800;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.fxbkzlx .content > .left .ksdg .boxs .bt ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-right: 9px;
}

.fxbkzlx .content > .left .ksdg .boxs .nr {
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 30px;
}

.fxbkzlx .content > .left .ksdg .boxs .nr ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.fxbkzlx .content > .left .ksdg .boxs .nr ul li img {
  width: 16px;
}

.fxbkzlx .content > .left .ksdg .boxs .nr ul li .zw {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fxbkzlx .content > .left .ksdg .boxs .nr ul li .time {
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
}

.fxbkzlx .content > .right {
  width: 1130px;
}

.fxbkzlx .content > .right .top {
  width: 1130px;
  height: 339px;
  background: #ffffff;
}

.fxbkzlx .content > .right .top .bt {
  height: 60px;
  background: #ff8800;
}

.fxbkzlx .content > .right .top .bt ul {
  padding: 0 45px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}

.fxbkzlx .content > .right .top .bt ul li {
  width: 150px;
  height: 55px;
}

.fxbkzlx .content > .right .top .bt ul li p {
  font-size: 20px;
  text-align: center;
  line-height: 55px;
  color: #fff;
}

.fxbkzlx .content > .right .top .bt ul .click {
  background-color: #fff;
}

.fxbkzlx .content > .right .top .bt ul .click p {
  color: #ff8800;
  font-weight: bold;
}

.fxbkzlx .content > .right .top .nr {
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.fxbkzlx .content > .right .top .nr .box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.fxbkzlx .content > .right .top .nr .box ul li img {
  width: 14px;
  margin-right: 9px;
}

.fxbkzlx .content > .right .top .nr .box ul li p {
  width: 500px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fxbkzlx .content > .right .top > a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  float: right;
  display: block;
  margin-right: 11px;
}

.fxbkzlx .content > .right .lower {
  width: 1130px;
  height: 339px;
  background: #ffffff;
  margin-top: 11px;
}

.fxbkzlx .content > .right .lower .bt {
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  position: relative;
}

.fxbkzlx .content > .right .lower .bt p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  width: 115px;
  text-align: center;
}

.fxbkzlx .content > .right .lower .bt p::after {
  width: 115px;
  height: 3px;
  background: #ff8800;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.fxbkzlx .content > .right .lower .nr {
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.fxbkzlx .content > .right .lower .nr .box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.fxbkzlx .content > .right .lower .nr .box ul li img {
  width: 14px;
  margin-right: 9px;
}

.fxbkzlx .content > .right .lower .nr .box ul li p {
  width: 500px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fxbkzlx .content > .right .lower > a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  float: right;
  display: block;
  margin-right: 11px;
}

.cjhdccj {
  width: 1600px;
  margin: 0 auto;
  margin-top: 60px;
}

.cjhdccj .title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cjhdccj .title ul li {
  display: flex;
  align-items: center;
}

.cjhdccj .title ul li img {
  width: 289px;
}

.cjhdccj .title ul li a {
  width: 102px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-left: 20px;
}

.cjhdccj .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 29px;
}

.cjhdccj .content .left {
  width: 460px;
}

.cjhdccj .content .left > a > img {
  width: 460px;
}

.cjhdccj .content .left ul {
  width: 460px;
  height: 379px;
  background: #ffffff;
  margin-top: 10px;
  padding: 21px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cjhdccj .content .left ul li {
  width: 72px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  margin-right: 17.5px;
}

.cjhdccj .content .left ul li p {
  font-size: 16px;
  color: #000;
  line-height: 34px;
  text-align: center;
}

.cjhdccj .content .left ul li:nth-child(5n) {
  margin-right: 0;
}

.cjhdccj .content .left ul .click {
  background: #ff8800;
}

.cjhdccj .content .left ul .click p {
  color: #fff;
  font-weight: 600;
}

.cjhdccj .content .in {
  width: 560px;
  height: 489px;
  background: #ffffff;
}

.cjhdccj .content .in .bt {
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}

.cjhdccj .content .in .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

.cjhdccj .content .in .bt ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  width: 115px;
  text-align: center;
}

.cjhdccj .content .in .bt ul li p::after {
  width: 115px;
  height: 3px;
  background: #ff8800;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.cjhdccj .content .in .bt ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-right: 14px;
}

.cjhdccj .content .in > img {
  width: 520px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.cjhdccj .content .in .nr {
  width: 520px;
  margin: 0 auto;
  margin-top: 20px;
}

.cjhdccj .content .in .nr ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cjhdccj .content .in .nr ul li img {
  width: 16px;
}

.cjhdccj .content .in .nr ul li .zw {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  width: 420px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cjhdccj .content .in .nr ul li .time {
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
}

.sdsx {
  width: 1600px;
  margin: 0 auto;
  margin-top: 61px;
  position: relative;
}

.sdsx .title {
  position: relative;
}

.sdsx .title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sdsx .title ul li {
  display: flex;
}

.sdsx .title ul li img {
  width: 190px;
}

.sdsx .title ul li:nth-child(2) {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  z-index: 9999999999;
}

.sdsx .title ul li:nth-child(2) a {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  display: block;
}

.sdsx .content {
  width: 1600px;
  height: 538px;
  background: #ffffff;
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdsx .content .swiper-container {
  width: 1560px;
  height: 440px;
  padding-top: 70px;
}

.sdsx .content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
  border: 1px solid #e6e6e6;
  width: 320px !important;
  height: 370px !important;
}

.sdsx .content .swiper-slide ul {
  width: 100%;
  height: 100%;
}

.sdsx .content .swiper-slide ul li:nth-child(1) {
  width: 100%;
  height: 179px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.sdsx .content .swiper-slide ul li:nth-child(1) img {
  width: 318px;
}

.sdsx .content .swiper-slide ul li:nth-child(2) {
  width: 100%;
  height: 40px;
  background: #f9efda;
}

.sdsx .content .swiper-slide ul li:nth-child(2) p {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ff8800;
}

.sdsx .content .swiper-slide ul li:nth-child(3) {
  margin-top: 19px;
}

.sdsx .content .swiper-slide ul li:nth-child(3) p {
  width: 272px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}

.sdsx .content .swiper-slide ul li:nth-child(4) {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
  margin-top: 28px;
}

.sdsx .content .swiper-slide ul li:nth-child(4) .box {
  display: flex;
  align-items: flex-end;
}

.sdsx .content .swiper-slide ul li:nth-child(4) .box h6 {
  font-size: 38px;
  font-weight: bold;
  color: #ff8800;
}

.sdsx .content .swiper-slide ul li:nth-child(4) .box h6 span {
  font-size: 20px;
  font-weight: 400;
  color: #ff8800;
  margin-right: 5px;
}

.sdsx .content .swiper-slide ul li:nth-child(4) .box p {
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
  color: #999999;
  margin-left: 10px;
}

.sdsx .content .swiper-slide ul li:nth-child(4) > p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.sdsx .content .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #999;
}

.sdsx .content .swiper-pagination-bullet-active {
  background: #ff8800;
  opacity: 1;
  width: 16px;
  height: 8px;
  border-radius: 50px;
  border: none;
}

.sdsx .content .swiper-pagination {
  position: absolute;
  height: 40px;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  right: 60px;
  left: 220px;
  box-sizing: border-box;
}

footer {
  width: 100%;
  background: #ffffff;
  margin-top: 41px;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .Links {
  width: 1600px;
  height: 345px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
}

footer .Links .bt {
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
}

footer .Links .bt ul {
  display: flex;
  align-items: center;
}

footer .Links .bt ul li {
  width: 115px;
  height: 60px;
  margin-right: 65px;
}

footer .Links .bt ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
  text-align: center;
}

footer .Links .bt ul .click {
  position: relative;
}

footer .Links .bt ul .click p::after {
  width: 115px;
  height: 3px;
  background-color: #dc6315;
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
}

footer .Links .nr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .Links .nr ul li {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}

footer .Links .nr ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.copyright {
  width: 100%;
  height: 156px;
  background: #121921;
}

.copyright .ec {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.copyright .ec .left ul {
  display: block;
}


.copyright .ec .left p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}

.copyright .ec .left img img1{
  margin-left: 10px;
  width: 22px;
}

.copyright .ec .left img img2{
  display: flex;
  margin-right: 10px;
  width: 94px;
}

.copyright .ec .right ul {
  display: flex;
  align-items: center;
}

.copyright .ec .right ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 60px;
}

.copyright .ec .right ul li img {
    width: 94px;
}

.copyright .ec .right ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}

.copyright {
    overflow: hidden;
}
.copyright .ec .left .d-flex {
    display: flex;
}
.copyright .ec .left .a-base {
    color: #ffffff;
    margin-right: 10px;
}
.copyright .ec .left .img1, .copyright .ec .left .img2 {
    margin-right: 10px;
}

.dq {
  display: none;
}

.nav_mobile {
  display: none;
}

.zkkcw .swiper-pagination{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1649px) and (max-width: 1749px) {
  body {
    zoom: 0.9;
  }
}

@media screen and (min-width: 750px) and (max-width: 1649px) {
  body {
    zoom: 0.8;
  }
}

@media screen and (min-width: 751px) and (max-width: 1349px) {
  body {
    zoom: 0.66;
  }
}


@media screen and (max-width: 750px) {
  .header1 {
    width: 7.5rem;
    height: 0.5rem;
    background-color: #f7f7f7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .header1 .ec {
    width: 7.1rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header1 .ec .left p {
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
  }
  .header1 .ec .right {
    height: 100%;
  }
  .header1 .ec .right ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header1 .ec .right ul li a {
    display: flex;
    align-items: center;
  }
  .header1 .ec .right ul li a img {
    margin-right: 0.1rem;
    width: 0.17rem;
  }
  .header1 .ec .right ul li a p {
    font-size: 0.2rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
  }
  .header1 .ec .right ul li .erwm {
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 135%;
    z-index: 999999999999999999999999999999999;
    display: none;
  }
  .header1 .ec .right ul li .erwm img {
    width: .95rem;
    height: .95rem;
  }
  .header1 .ec .right ul li:nth-child(2) {
    margin-left: 0.5rem;
  }
  .header1 .ec .right ul li:nth-child(2) a img {
    width: 0.24rem;
  }
  .banner2 {
    width: 100%;
    height: 1.15rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0.5rem;
    z-index: 9999;
  }
  .banner2 .ec {
    width: 7.1rem;
    margin: 0 auto;
    height: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner2 .ec .Region_list {
    width: 7.5rem;
    height: 100vh;
    border: .01rem solid #999;
    box-shadow: 0 0 .08rem #666;
    position: absolute;
    top: 1.1rem;
    transform: translateX(-50%);
    left: 50%;
    z-index: 99999999999999;
    background-color: #fff;
    display: none;
  }
  .banner2 .ec .Region_list .bt {
    width: 100%;
    height: .85rem;
    border-bottom: 1px solid #999999;
    padding: 0 .25rem;
  }
  .banner2 .ec .Region_list .bt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .banner2 .ec .Region_list .bt ul li p {
    font-size: .3rem;
    color: #000;
    font-weight: 600;
  }
  .banner2 .ec .Region_list .bt ul li img {
    width: .4rem;
  }
  .banner2 .ec .Region_list .nr {
    padding: .25rem;
  }
  .banner2 .ec .Region_list .nr ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .banner2 .ec .Region_list .nr ul li {
    width: 100%;
    display: flex;
    margin-bottom: .25rem;
  }
  .banner2 .ec .Region_list .nr ul li span {
    font-size: .28rem;
    color: #ff8800;
    width: .5rem;
    display: block;
    margin-right: .15rem;
  }
  .banner2 .ec .Region_list .nr ul li p {
    font-size: .28rem;
    color: #000;
    margin-right: .2rem;
    width: .85rem;
    cursor: pointer;
  }
  .banner2 .left {
    display: flex;
    align-items: center;
  }
  .banner2 .left > img {
    width: 3.5rem;
    margin-right: 0.35rem;
  }
  .banner2 .left ul {
    display: flex;
    align-items: center;
    display: none;
  }
  .banner2 .left ul li img {
    width: 0.15rem;
    margin-right: 0.07rem;
  }
  .banner2 .left ul li p {
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
  }
  .banner2 .left .dq {
    width: 1rem;
    height: .45rem;
    border: .02rem solid #ff8800;
    display: block;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner2 .left .dq p {
    font-size: .24rem;
    color: #000;
  }
  .banner2 .right {
    display: none;
    width: 8rem;
    height: 0.62rem;
    border: 0.01rem solid #e6e6e6;
  }
  .banner2 .right > ul {
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .banner2 .right > ul > li {
    display: flex;
    height: 100%;
  }
  .banner2 .right > ul > li select {
    width: 0.67rem;
    background-color: #ffffff;
    outline: none;
    border: none;
    font-size: 0.16rem;
    color: #333333;
  }
  .banner2 .right > ul > li select option {
    font-size: 0.16rem;
    font-weight: 500;
    color: #333333;
  }
  .banner2 .right > ul .search {
    width: 6.7rem;
    height: 0.27rem;
    border-left: 0.01rem solid #cccccc;
  }
  .banner2 .right > ul .search ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .banner2 .right > ul .search ul li {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .banner2 .right > ul .search ul li input {
    width: 6rem;
    font-size: 0.16rem;
    color: #000000;
    padding-left: 0.2rem;
  }
  .banner2 .right > ul .search ul li input::placeholder {
    font-size: 0.16rem;
    color: #999999;
  }
  .banner2 .right > ul .search ul li img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .banner2 .cd {
    display: block;
  }
  .banner2 .cd img {
    width: 0.75rem;
  }
  .search_mobile {
    display: block;
    width: 7.5rem;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 1.65rem;
    height: 0.85rem;
    border-top: 0.01rem solid #e6e6e6;
  }
  .search_mobile .ec {
    width: 7.1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .search_mobile .ec .left ul {
    display: flex;
    align-items: center;
  }
  .search_mobile .ec .left ul li img {
    width: 0.2rem;
    margin-right: 0.07rem;
  }
  .search_mobile .ec .left ul li p {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
  }
  .search_mobile .ec .right {
    width: 7.1rem;
    height: 0.62rem;
    border: 0.01rem solid #e6e6e6;
  }
  .search_mobile .ec .right > ul {
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .search_mobile .ec .right > ul > li {
    display: flex;
    height: 100%;
  }
  .search_mobile .ec .right > ul > li select {
    width: 1.1rem;
    height: 100%;
    background-color: #ffffff;
    outline: none;
    border: none;
    font-size: 0.24rem;
    color: #333333;
    margin-right: 0.15rem;
  }
  .search_mobile .ec .right > ul > li select option {
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
  }
  .search_mobile .ec .right > ul .search {
    width: 6rem;
    height: 0.27rem;
    border-left: 0.01rem solid #cccccc;
  }
  .search_mobile .ec .right > ul .search ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .search_mobile .ec .right > ul .search ul li {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .search_mobile .ec .right > ul .search ul li text input {
    width: 3.5rem;
    font-size: 0.24rem;
    color: #000000;
    padding-left: 0.2rem;
  }
  .search_mobile .ec .right > ul .search ul li input::placeholder {
    font-size: 0.24rem;
    color: #999999;
  }
  .search_mobile .ec .right > ul .search ul li pic {
    display: block;
    width: 0.35rem;
    height: 0.35rem;
  }
  .nav {
    display: none;
    width: 100%;
    height: 0.6rem;
    background: #ff8800;
  }
  .nav .ec {
    width: 16rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .nav .ec ul {
    display: flex;
    height: 0.4rem;
    width: 100%;
  }
  .nav .ec ul li {
    flex: 1;
    height: 100%;
    border-right: 0.01rem solid #fff;
  }
  .nav .ec ul li a {
    width: 100%;
    font-size: 0.2rem;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 0.4rem;
    height: 100%;
  }
  .nav .ec ul li:nth-child(1) {
    border-left: 0.01rem solid #fff;
  }
  .Policy_consultation {
    display: none;
  }
  .nav_sj {
    display: block;
    width: 100%;
    padding-top: .35rem;
    margin-top: .15rem;
    background-color: #fff;
  }
  .nav_sj ul {
    width: 7.1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav_sj ul li {
    width: 1.4rem;
    margin-bottom: .35rem;
  }
  .nav_sj ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav_sj ul li a img {
    width: 1rem;
  }
  .nav_sj ul li a p {
    font-size: .24rem;
    margin-top: .2rem;
    color: #000;
  }
  .Self_study_area {
    width: 7.5rem;
    height: 3.5rem;
    background: #ffffff;
    border: 0.01rem solid #e6e6e6;
    margin: 0 auto;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
  }
  .Self_study_area .left {
    width: 1rem;
    height: 100%;
    background: #ff8800;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Self_study_area .left img {
    width: 0.5rem;
  }
  .Self_study_area .right {
    width: 6.5rem;
    padding: 0.23rem 0.42rem;
    height: 100%;
  }
  .Self_study_area .right ul {
    width: 100%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    height: 100%;
  }
  .Self_study_area .right ul li {
    width: 0.9rem;
    height: 0.37rem;
    border-radius: 0.5rem;
    cursor: pointer;
  }
  .Self_study_area .right ul li p {
    text-align: center;
    line-height: 0.37rem;
    font-size: 0.24rem;
    color: #000;
  }
  .Self_study_area .right ul .click {
    background: #ff8800;
  }
  .Self_study_area .right ul .click p {
    color: #fff;
  }
  .text1 {
    width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: block;
  }
  .text1 .left {
    width: 7.5rem;
  }
  .text1 .left .zkkcw {
    width: 100%;
  }
  .text1 .left .zkkcw .swiper-container {
    width: 100%;
    height: 100%;
  }
  .text1 .left .zkkcw .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
  }
  .text1 .left .zkkcw .swiper-slide img {
    width: 100%;
  }
  .text1 .left .zkkcw a ul {
    width: 100%;
    height: 0.75rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
  }
  .text1 .left .zkkcw a ul li p {
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
  }
  .text1 .left .zkkcw a ul li img {
    width: 0.4rem;
  }
  .text1 .left .kstx {
    width: 100%;
    height: 9.1rem;
    background-color: #fff;
    margin-top: 0.11rem;
  }
  .text1 .left .kstx .bt {
    width: 100%;
    height: 0.75rem;
    border-bottom: 0.01rem solid #e6e6e6;
    display: flex;
    align-items: center;
    position: relative;
  }
  .text1 .left .kstx .bt span {
    width: 0.04rem;
    height: 0.25rem;
    background: #ff8800;
    display: block;
    margin-left: 0.2rem;
  }
  .text1 .left .kstx .bt p {
    font-size: 0.26rem;
    font-weight: 500;
    color: #333333;
    margin-left: 0.15rem;
  }
  .text1 .left .kstx .bt p::after {
    width: 1.65rem;
    height: 0.03rem;
    background: #cccccc;
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.015rem;
  }
  .text1 .left .kstx .box {
    width: 7.1rem;
    margin: 0 auto;
    margin-top: 0.32rem;
  }
  .text1 .left .kstx .box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .text1 .left .kstx .box ul li {
    width: 3.45rem;
    height: 1.2rem;
    border-radius: 0.04rem;
    background-image: url("../images/zkw3.png");
    margin-bottom: 0.2rem;
  }
  .text1 .left .kstx .box ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
  }
  .text1 .left .kstx .box ul li a h6 {
    font-size: 0.35rem;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0px 0.03rem 0.03rem rgba(168, 90, 0, 0.68);
  }
  .text1 .left .kstx .box ul li a p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #ffffff;
  }
  .text1 .left .kstx .box1 {
    width: 7.1rem;
    margin: 0 auto;
  }
  .text1 .left .kstx .box1 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .text1 .left .kstx .box1 ul li {
    width: 3.45rem;
    height: 0.75rem;
    border: 0.01rem solid #e6e6e6;
    margin-top: 0.22rem;
  }
  .text1 .left .kstx .box1 ul li a {
    display: block;
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.73rem;
    text-align: center;
  }
  .text1 .left > a img {
    width: 100%;
    margin-top: 0.11rem;
  }
  .text1 .in {
    width: 7.5rem;
    background-color: #fff;
  }
  .text1 .in .zxzx {
    width: 7.1rem;
    margin: 0 auto;
    height: 7.7rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .text1 .in .zxzx .box {
    margin-top: 0.3rem;
  }
  .text1 .in .zxzx .box .bt ul {
    display: flex;
    align-items: center;
  }
  .text1 .in .zxzx .box .bt ul li p {
    font-size: 0.24rem;
    color: #fff;
  }
  .text1 .in .zxzx .box .bt ul li h6 {
    font-size: 0.26rem;
    color: #333;
  }
  .text1 .in .zxzx .box .bt ul li:nth-child(1) {
    width: 1.2rem;
    height: 0.35rem;
    background-image: url("../images/zkw17.png");
    background-size: 100% 100%;
    margin-right: 0.11rem;
  }
  .text1 .in .zxzx .box .bt ul li:nth-child(1) p {
    line-height: 0.35rem;
    text-align: center;
  }
  .text1 .in .zxzx .box .nr {
    margin-top: 0.1rem;
  }
  .text1 .in .zxzx .box .nr ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
  .text1 .in .zxzx .box .nr ul li {
    width: 100%;
    margin-right: 0.14rem;
    margin-top: 0.1rem;
  }
  .text1 .in .zxzx .box .nr ul li a p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.24rem;
    color: #666;
  }
  .text1 .in .zxzx .box:nth-child(1) {
    margin-top: 0;
  }
  .text1 .in .zbzkjc {
    width: 100%;
    margin-top: 0.11rem;
  }
  .text1 .in .zbzkjc ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .text1 .in .zbzkjc ul li a img {
    width: 3.65rem;
  }
  .text1 .in .tab {
    width: 100%;
    height: 5.4rem;
    background-color: #fff;
    margin-top: 0.1rem;
  }
  .text1 .in .tab .bt {
    width: 100%;
    height: 0.75rem;
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .text1 .in .tab .bt ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
  }
  .text1 .in .tab .bt ul li p {
    font-size: 0.26rem;
    color: #666;
  }
  .text1 .in .tab .bt ul .click p {
    color: #333;
    font-weight: bold;
    position: relative;
  }
  .text1 .in .tab .bt ul .click p::after {
    width: 1.15rem;
    height: 0.03rem;
    background: #ff8800;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 152%;
  }
  .text1 .in .tab .nr {
    width: 100%;
    padding: 0 0.23rem;
    padding-top: 0.32rem;
  }
  .text1 .in .tab .nr ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
  }
  .text1 .in .tab .nr ul li img {
    width: 0.25rem;
  }
  .text1 .in .tab .nr ul li .wz {
    width: 5.2rem;
    font-size: 0.24rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .text1 .in .tab .nr ul li .time {
    font-size: 0.24rem;
    color: #b3b3b3;
  }
  .text1 .right {
    width: 7.5rem;
  }
  .text1 .right .count_down {
    width: 100%;
    height: 2.2rem;
    background-image: url("../images/zkw8.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .text1 .right .count_down .box {
    width: 1.3rem;
    height: 1.3rem;
    background-size: 100% 100%;
    background-image: url("../images/zkw7.png");
    margin-top: 0.65rem;
    margin-left: 0.05rem;
    margin-right: 0.05rem;
  }
  .text1 .right .count_down .time {
    position: absolute;
    left: 2.1rem;
    top: 1rem;
  }
  .text1 .right .count_down .time ul li {
    font-size: 0.78rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 0.02rem 0.02rem rgba(126, 67, 0, 0.54);
    letter-spacing: 0.97rem;
  }
  .text1 .right .yxzy {
    width: 7.5rem;
    height: 5.3rem;
    background: #ffffff;
    margin-top: 0.1rem;
  }
  .text1 .right .yxzy .bt {
    width: 100%;
    height: 0.75rem;
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .text1 .right .yxzy .bt ul {
    width: 2.83rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .text1 .right .yxzy .bt ul li p {
    font-size: 0.26rem;
    color: #666;
  }
  .text1 .right .yxzy .bt ul .click p {
    font-size: 0.26rem;
    color: #333;
    font-weight: 600;
    position: relative;
  }
  .text1 .right .yxzy .bt ul .click p::after {
    width: 0.9rem;
    height: 0.03rem;
    background: #ff8800;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 153%;
  }
  .text1 .right .yxzy .nr {
    width: 100%;
    padding: 0 0.2rem;
    padding-top: 0.32rem;
  }
  .text1 .right .yxzy .nr ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
  }
  .text1 .right .yxzy .nr ul li img {
    width: 0.25rem;
  }
  .text1 .right .yxzy .nr ul li .wz {
    width: 5.2rem;
    font-size: 0.24rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .text1 .right .yxzy .nr ul li .time {
    font-size: 0.24rem;
    color: #b3b3b3;
  }
  .text1 .right .zbzkjc {
    width: 7.5rem;
    height: 3.34rem;
    margin-top: 0.1rem;
  }
  .text1 .right .zbzkjc a img {
    width: 100%;
    height: 100%;
  }
  .text1 .right .xzml {
    width: 7.5rem;
    height: 2.9rem;
    background: #ffffff;
    margin-top: 0.1rem;
  }
  .text1 .right .xzml .bt {
    width: 100%;
    height: 0.75rem;
    border-bottom: 0.01rem solid #e6e6e6;
    display: flex;
    align-items: center;
    position: relative;
  }
  .text1 .right .xzml .bt p {
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-left: 0.2rem;
  }
  .text1 .right .xzml .bt p::after {
    width: 1.5rem;
    height: 0.03rem;
    background: #ff8800;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .text1 .right .xzml .nr {
    width: 7.1rem;
    margin: 0 auto;
  }
  .text1 .right .xzml .nr li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.25rem;
  }
  .text1 .right .xzml .nr li p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #333333;
  }
  .text1 .right .xzml .nr li a {
    width: 0.82rem;
    height: 0.32rem;
    display: block;
    border: 0.01rem solid #ff8800;
    border-radius: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
    text-align: center;
    font-weight: 400;
    color: #ff8800;
  }
  .text1 .right .xzml .nr li a:hover {
    background-color: #ff8800;
    color: #fff;
  }
  .zjcymfst {
    width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.62rem;
    padding-top: 0.4rem;
  }
  .zjcymfst .bt {
    width: 7.1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(-50%);
    left: 50%;
  }
  .zjcymfst .bt .left ul {
    display: flex;
    align-items: center;
  }
  .zjcymfst .bt .left ul li {
    margin-right: 0.23rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
  }
  .zjcymfst .bt .left ul li img {
    width: 3rem;
  }
  .zjcymfst .bt .left ul li a {
    width: 1.02rem;
    height: 0.35rem;
    background: #e6e6e6;
    border-radius: 0.5rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.35rem;
    text-align: center;
  }
  .zjcymfst .bt .right a {
    width: 0.95rem;
    height: 0.35rem;
    background: rgba(255, 227, 194, 0.4);
    border: 0.01rem solid #ff8800;
    border-radius: 0.5rem;
    display: block;
    color: #ff8800;
    font-size: 0.2rem;
    line-height: 0.33rem;
    text-align: center;
  }
  .zjcymfst .Rotation {
    width: 100%;
    height: 13rem;
    margin-top: 0.21rem;
    position: relative;
  }
  .zjcymfst .Rotation .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-top: 0;
  }
  .zjcymfst .Rotation .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    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;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .zjcymfst .Rotation .swiper-slide .t {
    margin-bottom: 0.11rem;
  }
  .zjcymfst .Rotation .swiper-slide .t img {
    width: 7.5rem;
    height: 3.18rem;
  }
  .zjcymfst .Rotation .swiper-slide .box {
    width: 3.4rem;
    height: 3.18rem;
    background: #ffffff;
    padding: 0.3rem;
    position: relative;
  }
  .zjcymfst .Rotation .swiper-slide .box ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    height: 100%;
  }
  .zjcymfst .Rotation .swiper-slide .box ul li{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .zjcymfst .Rotation .swiper-slide .box ul li:nth-child(1) {
    display: flex;
    align-items: center;
  }
  .zjcymfst .Rotation .swiper-slide .box ul li:nth-child(1) span {
    width: 1.3rem;
    height: 0.4rem;
    background-image: url("../images/zkw12.png");
    background-size: 100% 100%;
    font-size: 0.22rem;
    font-weight: bold;
    color: #ff8800;
    line-height: 0.4rem;
    text-align: center;
  }
  .zjcymfst .Rotation .swiper-slide .box ul li:nth-child(1) h6 {
    font-size: 0.24rem;
    margin-left: 0.12rem;
    font-weight: bold;
    color: #333333;
  }
  .zjcymfst .Rotation .swiper-slide .box ul li:nth-child(2) {
    display: flex;
    /*flex-direction: column;*/
    /*align-items: end;*/
  }
  .zjcymfst .Rotation .swiper-slide .box ul li:nth-child(2) p {
    font-size: 0.2rem;
    line-height: 0.32rem;
    font-weight: bold;
    color: #666666;
  }
  .zjcymfst .Rotation .swiper-slide .box ul li:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /*flex-direction: column;*/
    /*align-items: center;*/
  }
  .zjcymfst .Rotation .swiper-slide .box ul li:nth-child(3) div:first-child div {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 0.5rem;
    border: 0.01rem solid #eee;
    overflow: hidden;
  }
  .zjcymfst .Rotation .swiper-slide .box ul li:nth-child(3) div:first-child div img {
    width: 100%;
    height: 100%;
  }
  .zjcymfst .Rotation .swiper-slide .box ul li:nth-child(3) div:first-child div p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
  }
  .zjcymfst .Rotation .swiper-slide .box .Audition {
    width: 1.55rem;
    height: 0.45rem;
    background-image: url("../images/zkw13.png");
    background-size: 100% 100%;
    position: absolute;
    right: -0.3rem;
    bottom: 0;
    z-index: 8;
    /*bottom: 0.5rem;*/
  }
  .zjcymfst .Rotation .swiper-slide .box .Audition p {
    font-size: 0.28rem;
    text-align: center;
    font-weight: 500;
    color: #ff8800;
    line-height: 0.45rem;
  }
  .zjcymfst .Rotation .swiper-slide .box:nth-child(2),
  .zjcymfst .Rotation .swiper-slide .box:nth-child(3),
  .zjcymfst .Rotation .swiper-slide .box:nth-child(4),
  .zjcymfst .Rotation .swiper-slide .box:nth-child(5) {
    margin-bottom: 0.11rem;
  }
  .zjcymfst .Rotation .swiper-slide .box:nth-child(2n) {
    margin-left: 0.2rem;
  }
  .zjcymfst .Rotation .swiper-slide .box:nth-child(3),
  .zjcymfst .Rotation .swiper-slide .box:nth-child(5),
  .zjcymfst .Rotation .swiper-slide .box:nth-child(7) {
    margin-right: 0.2rem;
  }
  .zjcymfst .Rotation .swiper-pagination {
    display: none;
  }
  .zkxz_kzn {
    width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.62rem;
  }
  .zkxz_kzn .title {
    width: 7.1rem;
    margin: 0 auto;
  }
  .zkxz_kzn .title ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .zkxz_kzn .title ul li {
    display: flex;
    align-items: center;
  }
  .zkxz_kzn .title ul li img {
    width: 3rem;
  }
  .zkxz_kzn .title ul li a {
    width: 1.02rem;
    height: 0.35rem;
    background: #e6e6e6;
    border-radius: 0.5rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.35rem;
    text-align: center;
    margin-left: 0.2rem;
    display: block;
  }
  .zkxz_kzn .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: block;
    margin-top: 0.22rem;
  }
  .zkxz_kzn .content .left {
    width: 4.6rem;
  }
  .zkxz_kzn .content .left .bkzn {
    width: 7.5rem;
    height: 3.7rem;
    background: #ffffff;
  }
  .zkxz_kzn .content .left .bkzn .bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 0.75rem;
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .zkxz_kzn .content .left .bkzn .bt p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
    margin-left: 0.2rem;
  }
  .zkxz_kzn .content .left .bkzn .bt p::after {
    width: 1.5rem;
    height: 0.03rem;
    background: #ff8800;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .zkxz_kzn .content .left .bkzn .bt a {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    margin-right: 0.2rem;
  }
  .zkxz_kzn .content .left .bkzn .nr {
    width: 100%;
    padding: 0 0.2rem;
    padding-top: 0.32rem;
  }
  .zkxz_kzn .content .left .bkzn .nr ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.175rem;
  }
  .zkxz_kzn .content .left .bkzn .nr ul li img {
    width: 0.25rem;
  }
  .zkxz_kzn .content .left .bkzn .nr ul li .wz {
    width: 5.2rem;
    font-size: 0.24rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .zkxz_kzn .content .left .bkzn .nr ul li .time {
    font-size: 0.24rem;
    color: #b3b3b3;
  }
  .zkxz_kzn .content .left .zxph {
    margin-top: 0.1rem;
  }
  .zkxz_kzn .content .in {
    width: 7.5rem;
    height: 7.1rem;
    background: #ffffff;
    border-top: 0.02rem solid #ff8800;
    margin-top: 0.1rem;
  }
  .zkxz_kzn .content .in .dx {
    width: 100%;
    padding-top: 0.3rem;
  }
  .zkxz_kzn .content .in .dx ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .zkxz_kzn .content .in .dx ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .zkxz_kzn .content .in .dx ul li img {
    width: 1.2rem;
  }
  .zkxz_kzn .content .in .dx ul li p {
    font-size: 0.24rem;
    margin-top: 0.21rem;
    font-weight: 400;
    color: #333333;
  }
  .zkxz_kzn .content .in .xz {
    padding: 0 0.2rem;
    margin-top: 0.44rem;
  }
  .zkxz_kzn .content .in .xz ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.15rem;
  }
  .zkxz_kzn .content .in .xz ul li span {
    width: 1.21rem;
    height: 0.45rem;
    display: block;
    background-image: url("../images/zkw17.png");
    background-size: 100% 100%;
    font-size: 0.24rem;
    line-height: 0.45rem;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
  }
  .zkxz_kzn .content .in .xz ul li a {
    width: 1.35rem;
    height: 0.45rem;
    display: block;
    border: 0.01rem solid #ff8800;
    font-size: 0.24rem;
    font-weight: 400;
    color: #ff8800;
    line-height: 0.43rem;
    text-align: center;
  }
  .zkxz_kzn .content .in .nr {
    width: 100%;
    padding: 0 0.2rem;
    padding-top: 0.32rem;
  }
  .zkxz_kzn .content .in .nr ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem;
  }
  .zkxz_kzn .content .in .nr ul li img {
    width: 0.2rem;
  }
  .zkxz_kzn .content .in .nr ul li h6 {
    font-size: 0.23rem;
    font-weight: bold;
    color: #333333;
  }
  .zkxz_kzn .content .in .nr ul li .wz {
    width: 4.2rem;
    font-size: 0.24rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .zkxz_kzn .content .in .nr ul li .time {
    font-size: 0.24rem;
    color: #b3b3b3;
  }
  .zkxz_kzn .content .right {
    width: 7.5rem;
    height: 6.9rem;
    background: #ffffff;
    margin-top: 0.1rem;
  }
  .zkxz_kzn .content .right .bt {
    height: 0.75rem;
    border-bottom: 0.01rem solid #e6e6e6;
    display: flex;
    align-items: center;
    position: relative;
  }
  .zkxz_kzn .content .right .bt p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
    margin-left: 0.2rem;
  }
  .zkxz_kzn .content .right .bt p::after {
    width: 1.5rem;
    height: 0.03rem;
    background: #ff8800;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .zkxz_kzn .content .right .nr {
    width: 7.1rem;
    margin: 0 auto;
    margin-top: 0.1rem;
  }
  .zkxz_kzn .content .right .nr .box {
    width: 100%;
    height: 0.65rem;
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .zkxz_kzn .content .right .nr .box ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .zkxz_kzn .content .right .nr .box ul li {
    display: flex;
    align-items: center;
  }
  .zkxz_kzn .content .right .nr .box ul li h6 {
    width: 1.5rem;
    margin-right: 0.1rem;
    font-size: 0.23rem;
    font-weight: bold;
    color: #333333;
  }
  .zkxz_kzn .content .right .nr .box ul li p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #ff8800;
  }
  .zkxz_kzn .content .right .nr .box ul li a {
    font-size: 0.14rem;
    font-weight: 400;
    color: #b3b3b3;
    display: none;
  }
  .zkxz_kzn .content .right .nr .box:nth-child(1) ul li img {
    width: 0.2rem;
    margin-right: 0.1rem;
  }
  .zkxz_kzn .content .right .nr .box:nth-child(3) ul li img,
  .zkxz_kzn .content .right .nr .box:nth-child(4) ul li img,
  .zkxz_kzn .content .right .nr .box:nth-child(5) ul li img {
    width: 0.25rem;
    margin-right: 0.25rem;
    margin-left: 0.05rem;
  }
  .zkxz_kzn .content .right .nr .box:nth-child(3) ul li .cha,
  .zkxz_kzn .content .right .nr .box:nth-child(4) ul li .cha,
  .zkxz_kzn .content .right .nr .box:nth-child(5) ul li .cha {
    width: 0.2rem;
  }
  .ksbmksj {
    width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .ksbmksj .title {
    width: 7.1rem;
    margin: 0 auto;
  }
  .ksbmksj .title ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ksbmksj .title ul li {
    display: flex;
    align-items: center;
  }
  .ksbmksj .title ul li img {
    width: 3rem;
  }
  .ksbmksj .title ul li a {
    width: 1.02rem;
    height: 0.35rem;
    background: #e6e6e6;
    border-radius: 0.5rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.35rem;
    text-align: center;
    display: block;
    margin-left: 0.2rem;
  }
  .ksbmksj .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: block;
    margin-top: 0.24rem;
  }
  .ksbmksj .content .box {
    width: 7.5rem;
    height: 4.3rem;
    background: #ffffff;
  }
  .ksbmksj .content .box .bt {
    width: 100%;
    height: 0.75rem;
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .ksbmksj .content .box .bt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
  }
  .ksbmksj .content .box .bt ul li p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
    width: 1.5rem;
    text-align: center;
  }
  .ksbmksj .content .box .bt ul li p::after {
    width: 1.5rem;
    height: 0.03rem;
    background: #ff8800;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .ksbmksj .content .box .bt ul li a {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    display: block;
    margin-right: 0.2rem;
  }
  .ksbmksj .content .box .nr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: block;
    padding: 0.3rem 0.2rem;
  }
  .ksbmksj .content .box .nr .lb {
    width: 7.1rem;
    margin: 0 auto;
    height: 4.73rem;
    margin-bottom: 0.2rem;
  }
  .ksbmksj .content .box .nr .lb .swiper-container {
    width: 100%;
    height: 100%;
  }
  .ksbmksj .content .box .nr .lb .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
  }
  .ksbmksj .content .box .nr .lb .swiper-slide img {
    width: 7.1rem;
  }
  .ksbmksj .content .box .nr .lb .swiper-container-horizontal > .swiper-pagination-bullets,
  .ksbmksj .content .box .nr .lb .swiper-pagination-custom,
  .ksbmksj .content .box .nr .lb .swiper-pagination-fraction {
    bottom: 0.1rem;
    left: 2.4rem;
    width: 100%;
  }
  .ksbmksj .content .box .nr .lb .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
  }
  .ksbmksj .content .box .nr .lb .swiper-pagination-bullet-active {
    background-color: #ff0000;
  }
  .ksbmksj .content .box .nr ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .ksbmksj .content .box .nr ul li {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
  }
  .ksbmksj .content .box .nr ul li .zw {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    margin-right: 0.2rem;
    width: 5.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ksbmksj .content .box .nr ul li .time {
    font-size: 0.24rem;
    font-weight: 400;
    color: #b3b3b3;
  }
  .ksbmksj .content .box .nr ul li:nth-child(1) {
    margin-top: 0;
  }
  .lsztkzt {
    width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .lsztkzt .title {
    width: 7.1rem;
    margin: 0 auto;
  }
  .lsztkzt .title ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .lsztkzt .title ul li {
    display: flex;
    align-items: center;
  }
  .lsztkzt .title ul li img {
    width: 3rem;
  }
  .lsztkzt .title ul li a {
    width: 1.02rem;
    height: 0.35rem;
    background: #e6e6e6;
    border-radius: 0.5rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.35rem;
    text-align: center;
    display: block;
    margin-left: 0.2rem;
  }
  .lsztkzt .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.23rem;
    display: block;
  }
  .lsztkzt .content .box {
    width: 7.5rem;
    height: 4.3rem;
    background: #ffffff;
  }
  .lsztkzt .content .box .bt {
    width: 100%;
    height: 0.75rem;
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .lsztkzt .content .box .bt ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
  }
  .lsztkzt .content .box .bt ul li p {
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
  }
  .lsztkzt .content .box .bt ul .click p {
    font-weight: bold;
    position: relative;
  }
  .lsztkzt .content .box .bt ul .click p::after {
    width: 0.98rem;
    height: 0.03rem;
    background: #ff8800;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 152%;
  }
  .lsztkzt .content .box .nr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    padding-top: 0.3rem;
  }
  .lsztkzt .content .box .nr .left ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
  }
  .lsztkzt .content .box .nr .left ul li img {
    width: 0.2rem;
    margin-right: 0.11rem;
  }
  .lsztkzt .content .box .nr .left ul li p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    width: 6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .lsztkzt .content .box .nr .mobile_none {
    display: none;
  }
  .lsztkzt .content .box a {
    font-size: 0.2rem;
    font-weight: 400;
    color: #999999;
    display: block;
    float: right;
    margin-right: 0.22rem;
  }
  .fxbkzlx {
    width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .fxbkzlx .title {
    width: 7.1rem;
    margin: 0 auto;
  }
  .fxbkzlx .title ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fxbkzlx .title ul li {
    display: flex;
    align-items: center;
  }
  .fxbkzlx .title ul li img {
    width: 2.9rem;
  }
  .fxbkzlx .title ul li a {
    width: 1.02rem;
    height: 0.35rem;
    background: #e6e6e6;
    border-radius: 0.5rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.35rem;
    text-align: center;
    display: block;
    margin-left: 0rem;
  }
  .fxbkzlx .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: block;
    margin-top: 0.22rem;
  }
  .fxbkzlx .content > .left {
    width: 7.5rem;
  }
  .fxbkzlx .content > .left > a > img {
    width: 100%;
  }
  .fxbkzlx .content > .left .ksdg {
    width: 7.5rem;
    height: 8rem;
    background: #ffffff;
    margin-top: 0.1rem;
    padding-top: 0.2rem;
  }
  .fxbkzlx .content > .left .ksdg .box {
    width: 7.1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fxbkzlx .content > .left .ksdg .box img {
    width: 2rem;
  }
  .fxbkzlx .content > .left .ksdg .box ul {
    width: 4.7rem;
  }
  .fxbkzlx .content > .left .ksdg .box ul li h6 {
    font-size: 0.26rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.3rem;
  }
  .fxbkzlx .content > .left .ksdg .box ul li p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #b3b3b3;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
    float: right;
  }
  .fxbkzlx .content > .left .ksdg .box ul .zz {
    width: 4.7rem;
    height: 0.65rem;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    position: relative;
  }
  .fxbkzlx .content > .left .ksdg .box ul .zz a {
    width: 50%;
    height: 100%;
    font-size: 0.24rem;
    font-weight: 400;
    color: #dc6315;
    line-height: 0.65rem;
    text-align: center;
  }
  .fxbkzlx .content > .left .ksdg .box ul .zz::after {
    width: 0.02rem;
    height: 0.23rem;
    background-color: #dc6315;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .fxbkzlx .content > .left .ksdg .boxs {
    margin-top: 0.5rem;
  }
  .fxbkzlx .content > .left .ksdg .boxs .bt {
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .fxbkzlx .content > .left .ksdg .boxs .bt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 0.6rem;
  }
  .fxbkzlx .content > .left .ksdg .boxs .bt ul li {
    display: flex;
  }
  .fxbkzlx .content > .left .ksdg .boxs .bt ul li p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
    width: 1.5rem;
    text-align: center;
  }
  .fxbkzlx .content > .left .ksdg .boxs .bt ul li p::after {
    width: 1.5rem;
    height: 0.03rem;
    background: #ff8800;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .fxbkzlx .content > .left .ksdg .boxs .bt ul li a {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    display: block;
    margin-right: 0.2rem;
  }
  .fxbkzlx .content > .left .ksdg .boxs .nr {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.3rem;
  }
  .fxbkzlx .content > .left .ksdg .boxs .nr ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.17rem;
  }
  .fxbkzlx .content > .left .ksdg .boxs .nr ul li img {
    width: 0.2rem;
  }
  .fxbkzlx .content > .left .ksdg .boxs .nr ul li .zw {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    width: 5.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .fxbkzlx .content > .left .ksdg .boxs .nr ul li .time {
    font-size: 0.24rem;
    font-weight: 400;
    color: #b3b3b3;
  }
  .fxbkzlx .content > .right {
    width: 7.5rem;
  }
  .fxbkzlx .content > .right .top {
    width: 7.5rem;
    height: 4.3rem;
    background: #ffffff;
  }
  .fxbkzlx .content > .right .top .bt {
    height: 0.5rem;
    background: #ff8800;
  }
  .fxbkzlx .content > .right .top .bt ul {
    padding: 0 0.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
  }
  .fxbkzlx .content > .right .top .bt ul li {
    width: 1.8rem;
    height: 0.45rem;
  }
  .fxbkzlx .content > .right .top .bt ul li p {
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
  }
  .fxbkzlx .content > .right .top .bt ul .click {
    background-color: #fff;
  }
  .fxbkzlx .content > .right .top .bt ul .click p {
    color: #ff8800;
    font-weight: bold;
  }
  .fxbkzlx .content > .right .top .nr {
    padding-left: 0.3rem;
    padding-right: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.32rem;
  }
  .fxbkzlx .content > .right .top .nr .box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
  }
  .fxbkzlx .content > .right .top .nr .box ul li img {
    width: 0.2rem;
    margin-right: 0.09rem;
  }
  .fxbkzlx .content > .right .top .nr .box ul li p {
    width: 6rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fxbkzlx .content > .right .top .nr .mobile_none {
    display: none;
  }
  .fxbkzlx .content > .right .top > a {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    float: right;
    display: block;
    margin-right: 0.2rem;
  }
  .fxbkzlx .content > .right .lower {
    width: 7.5rem;
    height: 7.5rem;
    background: #ffffff;
    margin-top: 0.11rem;
  }
  .fxbkzlx .content > .right .lower .bt {
    height: 0.75rem;
    border-bottom: 0.01rem solid #e6e6e6;
    display: flex;
    align-items: center;
    position: relative;
  }
  .fxbkzlx .content > .right .lower .bt p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
    width: 1.5rem;
    text-align: center;
  }
  .fxbkzlx .content > .right .lower .bt p::after {
    width: 1.5rem;
    height: 0.03rem;
    background: #ff8800;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .fxbkzlx .content > .right .lower .nr {
    padding-left: 0.3rem;
    padding-right: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.32rem;
    display: block;
  }
  .fxbkzlx .content > .right .lower .nr .box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
  }
  .fxbkzlx .content > .right .lower .nr .box ul li img {
    width: 0.2rem;
    margin-right: 0.09rem;
  }
  .fxbkzlx .content > .right .lower .nr .box ul li p {
    width: 6rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fxbkzlx .content > .right .lower > a {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    float: right;
    display: block;
    margin-right: 0.2rem;
  }
  .cjhdccj {
    width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .cjhdccj .title {
    width: 7.1rem;
    margin: 0 auto;
  }
  .cjhdccj .title ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cjhdccj .title ul li {
    display: flex;
    align-items: center;
  }
  .cjhdccj .title ul li img {
    width: 3rem;
  }
  .cjhdccj .title ul li a {
    width: 1.02rem;
    height: 0.35rem;
    background: #e6e6e6;
    border-radius: 0.5rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.35rem;
    text-align: center;
    display: block;
    margin-left: 0.2rem;
  }
  .cjhdccj .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.29rem;
    display: block;
  }
  .cjhdccj .content .left {
    width: 7.5rem;
  }
  .cjhdccj .content .left > a > img {
    width: 7.5rem;
  }
  .cjhdccj .content .left ul {
    width: 7.5rem;
    height: 6rem;
    background: #ffffff;
    margin-top: 0.1rem;
    padding: 0.21rem 0.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .cjhdccj .content .left ul li {
    width: 1.25rem;
    height: 0.45rem;
    border-radius: 0.5rem;
    border: 0.01rem solid #e6e6e6;
    margin-right: 0.175rem;
  }
  .cjhdccj .content .left ul li p {
    font-size: 0.24rem;
    color: #000;
    line-height: 0.43rem;
    text-align: center;
  }
  .cjhdccj .content .left ul li:nth-child(5n) {
    margin-right: 0;
  }
  .cjhdccj .content .left ul .click {
    background: #ff8800;
  }
  .cjhdccj .content .left ul .click p {
    color: #fff;
    font-weight: 600;
  }
  .cjhdccj .content .in {
    width: 7.5rem;
    height: 6.5rem;
    background: #ffffff;
  }
  .cjhdccj .content .in .bt {
    height: 0.75rem;
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .cjhdccj .content .in .bt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100%;
  }
  .cjhdccj .content .in .bt ul li p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
    width: 1.5rem;
    text-align: center;
  }
  .cjhdccj .content .in .bt ul li p::after {
    width: 1.5rem;
    height: 0.03rem;
    background: #ff8800;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .cjhdccj .content .in .bt ul li a {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    display: block;
    margin-right: 0.2rem;
  }
  .cjhdccj .content .in > img {
    width: 7.5rem;
    margin: 0 auto;
    display: block;
    margin-top: 0.2rem;
  }
  .cjhdccj .content .in .nr {
    width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    padding: 0 0.2rem;
  }
  .cjhdccj .content .in .nr ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.16rem;
  }
  .cjhdccj .content .in .nr ul li img {
    width: 0.2rem;
  }
  .cjhdccj .content .in .nr ul li .zw {
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    width: 5.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cjhdccj .content .in .nr ul li .time {
    font-size: 0.24rem;
    font-weight: 400;
    color: #b3b3b3;
  }
  .sdsx {
    width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.61rem;
  }
  .sdsx .title {
    width: 7.1rem;
    margin: 0 auto;
  }
  .sdsx .title ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sdsx .title ul li {
    display: flex;
  }
  .sdsx .title ul li img {
    width: 2rem;
  }
  .sdsx .title ul li a {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    display: block;
  }
  .sdsx .content {
    width: 7.5rem;
    height: 5.38rem;
    background: #ffffff;
    margin-top: 0.21rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sdsx .content .swiper-container {
    width: 15.6rem;
    height: 4.98rem;
    padding-top: 0;
  }
  .sdsx .content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
    border: 0.01rem solid #e6e6e6;
    width: 3.2rem !important;
    height: 4.98rem !important;
  }
  .sdsx .content .swiper-slide ul {
    width: 100%;
    height: 100%;
  }
  .sdsx .content .swiper-slide ul li:nth-child(1) {
    width: 100%;
    height: 2.8rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .sdsx .content .swiper-slide ul li:nth-child(1) img {
    width: 2.23rem;
  }
  .sdsx .content .swiper-slide ul li:nth-child(2) {
    width: 100%;
    height: 0.45rem;
    background: #f9efda;
  }
  .sdsx .content .swiper-slide ul li:nth-child(2) p {
    line-height: 0.45rem;
    text-align: center;
    font-size: 0.22rem;
    font-weight: 400;
    color: #ff8800;
  }
  .sdsx .content .swiper-slide ul li:nth-child(3) {
    margin-top: 0.19rem;
  }
  .sdsx .content .swiper-slide ul li:nth-child(3) p {
    width: 2.72rem;
    margin: 0 auto;
    font-size: 0.22rem;
    font-weight: bold;
    color: #333333;
    text-align: left;
  }
  .sdsx .content .swiper-slide ul li:nth-child(4) {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 2.8rem;
    margin: 0 auto;
    margin-top: 0.28rem;
  }
  .sdsx .content .swiper-slide ul li:nth-child(4) .box {
    display: flex;
    align-items: flex-end;
  }
  .sdsx .content .swiper-slide ul li:nth-child(4) .box h6 {
    font-size: 0.38rem;
    font-weight: bold;
    color: #ff8800;
  }
  .sdsx .content .swiper-slide ul li:nth-child(4) .box h6 span {
    font-size: 0.22rem;
    font-weight: 400;
    color: #ff8800;
    margin-right: 0.05rem;
  }
  .sdsx .content .swiper-slide ul li:nth-child(4) .box p {
    font-size: 0.22rem;
    font-weight: 400;
    text-decoration: line-through;
    color: #999999;
    margin-left: 0.1rem;
  }
  .sdsx .content .swiper-slide ul li:nth-child(4) > p {
    font-size: 0.22rem;
    font-weight: 500;
    color: #333333;
  }
  .sdsx .content .swiper-pagination {
    display: none;
  }
  footer {
    width: 100%;
    background: #ffffff;
    margin-top: 0.41rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  footer .Links {
    width: 7.5rem;
    height: 9rem;
    background: #ffffff;
    border: 0.01rem solid #e6e6e6;
    margin: 0 auto;
  }
  footer .Links .bt {
    border-bottom: 0.01rem solid #e6e6e6;
    height: 0.75rem;
  }
  footer .Links .bt ul {
    display: flex;
    align-items: center;
  }
  footer .Links .bt ul li {
    width: 1.15rem;
    height: 0.75rem;
    margin-right: 0.65rem;
  }
  footer .Links .bt ul li p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.75rem;
    text-align: center;
  }
  footer .Links .bt ul .click {
    position: relative;
  }
  footer .Links .bt ul .click p::after {
    width: 1.15rem;
    height: 0.03rem;
    background-color: #dc6315;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.02rem;
  }
  footer .Links .nr ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  footer .Links .nr ul li {
    width: 1.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.38rem;
  }
  footer .Links .nr ul li a {
    font-size: 0.24rem;
    font-weight: 400;
    color: #333333;
  }
  .copyright {
    width: 100%;
    height: 1.56rem;
    background: #121921;
  }
  .copyright .ec {
    width: 7.1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .copyright .ec .left {
    width: 100%;
  }
  .copyright .ec .left p {
    font-size: 0.18rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.1rem;
  }
  .copyright .ec .left img img1{
    width: 0.4rem;
  }
  .copyright .ec .left img img2{
    width: 1.4rem;
  }
  .copyright .ec .right {
    display: none;
  }
  .nav_mobile {
    display: block;
    width: 7.5rem;
    height: 100vh;
    position: fixed;
    top: 1.65rem;
    right: -7.5rem;
    background-color: #fff;
    z-index: 999999999999999;
  }
  .nav_mobile .cydh {
    width: 100%;
  }
  .nav_mobile .cydh p {
    width: 100%;
    height: .75rem;
    background-color: #f7f7f7;
    font-size: .28rem;
    color: #000;
    line-height: .75rem;
    padding-left: .25rem;
  }
  .nav_mobile .cydh ul {
    width: 7rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .25rem 0;
  }
  .nav_mobile .cydh ul li a {
    width: 2.1rem;
    height: .85rem;
    background-color: #1572dc;
    border-radius: .05rem;
    font-size: .3rem;
    color: #fff;
    display: block;
    line-height: .85rem;
    text-align: center;
  }
  .nav_mobile .cydh ul li:nth-child(2) a {
    background-color: #dc6315;
  }
  .nav_mobile .cydh ul li:nth-child(3) a {
    background-color: #dc1547;
  }
  .nav_mobile .box {
    width: 100%;
  }
  .nav_mobile .box ul li {
    height: .75rem;
    background-color: #f7f7f7;
    padding: 0 .25rem;
  }
  .nav_mobile .box ul li p {
    font-size: .28rem;
    color: #666;
    line-height: .75rem;
  }
  .nav_mobile .box ul li:nth-child(2n) {
    height: 1rem;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .nav_mobile .box ul li:nth-child(2n) a {
    font-size: .32rem;
    color: #000;
    margin-right: .45rem;
    font-weight: 600;
  }
  .hide_mobile {
    display: none !important;
  }


  .zjcymfst .Rotation .swiper-slide .box ul li:nth-child(3) div:first-child  p {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
  }
}


/* 头部登录 */
.loginbox{ position: relative;height: 100%; box-sizing: border-box; float:left;z-index: 999; font-size: 14px;}
.loginbox .logined,.loginbox .login{float: left; position: relative; color:#fff}
.loginbox span{float: left; margin-right:0px; color:#333;margin-left: 0; position: relative;height: 100%; line-height: 0.4rem;}
.loginbox span a{color:#666;margin-left:0 !important;}

.loginbox #cart{ padding:0 11px;font-size: 15px; height: 0.4rem;border-left: solid 1px #f7f7f7;border-right: solid 1px #f7f7f7;}
.loginbox #cart i{ line-height: 18px; padding: 0 5px; background-color:#ff8800;color: #fff; border-radius:25px;position:absolute;top:0px; right:-6px; font-size:11px; font-style:normal; opacity: .8;}
.loginbox #cart img{width:23px;height: 23px;cursor: pointer;margin-top: 8px; opacity: .8;}
.loginbox #cart:hover{ background-color:#fff; border-left: solid 1px #e2e2e2;border-right: solid 1px #e2e2e2;}
.loginbox .loginbtn{ cursor: pointer; margin-right: 10px; border:solid 1px #ff8800; border-radius:4px; padding:0 15px; line-height: 0.25rem;margin-top: 0.05rem; background-color:#ff8800; color: #fff;}
.loginbox .regbtn{ float: left;cursor: pointer; margin-right: 10px;line-height: 0.25rem;margin-top:0.05rem;color:#ff8800;margin-left:5px; }
.loginbox .regbtn a{ color: #ff8800;background-color:#f7f7f7; display: block;color: #ff8800;border:solid 1px #ff8800;border-radius:4px; padding:0 15px;}
.loginbox .regbtn a:hover{background-color:#ff8800; color: #fff}

.loginbox .uinfo{ float: left; position: relative;font-size: 15px; color: #333; margin-left:0px;}
.loginbox .ubaseinfo{ width: 100%; padding:0px 10px;height: 100%;box-sizing:border-box; float: left;z-index: 99; position: relative;display: flex; justify-content: center; border-left:solid 1px #f7f7f7;border-right:solid 1px #f7f7f7;}
.loginbox .ubaseinfo .avatar{ width:28px; cursor: pointer; position: relative; float: left; display: inline-block;margin-top: 5px; flex:0 0 30px;}
.loginbox .ubaseinfo .avatar img{width:28px;height: 28px; border-radius: 50%;}
.loginbox .ubaseinfo .uname{display: inline-block;padding-left: 8px;padding-right:8px;font-size: 15px;color:#666;display:flex;justify-content: center;flex-direction: column; align-items: center;height: 100%; line-height: .4rem; white-space: nowrap;}
.loginbox .ubaseinfo .uname i{width: 12px;height: 12px;background-image:url('../images/down0.png'); position: absolute; right: 4px; top: 50%; background-size: 100%; margin-top:-5px; opacity: .5}

.loginbox .uinfobox{ position: absolute; top: 100%; left: 0px; padding:25px; width: 250px;border:solid 1px #e2e2e2; background-color:#fff;box-shadow:0px 5px 10px rgba(195,206,201,0.5),0px 0px 10px rgba(195,206,201,0.5);display: none; z-index: 98; margin-top: -1px;}
.loginbox .uinfobox .u1{ width: 100%;float: left; position: relative; display: flex;}
.loginbox .uinfobox .u1 .avatar{ width:40px;height: auto; cursor: pointer; position: relative; float: left;flex: 0 0 50px;}
.loginbox .uinfobox .u1 .avatar img{width:100%;height: 50px; border-radius: 50%;}
.loginbox .uinfobox .u1 .uinfo2{width: 100%; padding-left: 15px;}
.loginbox .uinfobox .u1 .uinfo2 .uname{ line-height: 1.8em;width: 100%; font-size: 16px; color: #666}
.loginbox .uinfobox .u1 .uinfo2 .group{ line-height: 1.5em;width: 100%; font-size: 12px; color: #999;}
.loginbox .uinfobox .u2{ width: 100%;float: left; position: relative; padding-top:20px;}
.loginbox .uinfobox .u2 .ubox{ width: 50%; padding:0; float: left; box-sizing: border-box; position: relative; color: #666; font-size: 13px;vertical-align: middle;}
.loginbox .uinfobox .u2 .ubox img{width:20px;height: 20px; margin-right:5px; vertical-align: middle; margin-bottom:2px; display: inline-block;}
.loginbox .uinfobox .u2 .ubox a{color: #6c6c6c; text-decoration:none;}
.loginbox .uinfobox .u2 .ubox a:hover{ color: #ff8800; }

.loginbox .uinfo:hover .ubaseinfo{ border:solid 1px #e2e2e2; border-bottom: none;border-top: none;background-color:#fff;}
.loginbox .uinfo:hover .uinfobox{ display: block; }
.bluelogin{}
.bluelogin .logined,.bluelogin .login{color:#fff}
@media screen and (max-width: 750px){
    .loginbox span{line-height: 0.5rem;}
    .loginbox #cart{height: 0.5rem;padding:0 7px;font-size:13px;}
    .loginbox #cart:hover{ padding:0 6px;}
    .loginbox #cart img{width:20px;height: 20px;margin-top: 2px;}
    .loginbox #cart i{ line-height: 15px; padding: 0 4px;font-size:10px; font-style:normal; opacity: .8;}
    .loginbox .ubaseinfo .avatar{ width:20px; margin-top: 2px;}
    .loginbox .ubaseinfo .avatar img{width:20px;height: 20px; border-radius: 50%;}
    .loginbox .ubaseinfo .uname{padding-left: 0px;line-height: .5rem;font-size:13px;}
    .loginbox .uinfobox{ padding:15px; width: 200px;}
    .loginbox .uinfobox .u2{ padding-top:15px;}
    .loginbox .uinfobox .u2 .ubox{ line-height: 0.6rem; font-size: 0.12rem; }
    .loginbox .uinfobox .u2 .ubox img{width:15px;height: 15px;}
}
/*自定义layui弹框*/
body .layui-layer-orange .layui-layer-title{background:#ff8800; color:#fff; border: none;}
body .layui-layer-orange .layui-layer-btn{border-top:1px solid #E9E7E7}
body .layui-layer-orange .layui-layer-btn a{background:#333;}
body .layui-layer-orange .layui-layer-btn .layui-layer-btn1{background:#999;}

/*自定义layui弹框*/
body .layui-layer-blue .layui-layer-title{background:#1e95ff; color:#fff; border: none;}
body .layui-layer-blue .layui-layer-btn{border-top:1px solid #E9E7E7}
body .layui-layer-blue .layui-layer-btn a{background:#333;}
body .layui-layer-blue .layui-layer-btn .layui-layer-btn1{background:#999;}
