@charset "UTF-8";
/***导航***/
.menuBtn {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 7px;
  cursor: pointer;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.menuBtn.btn1 {
  display: none;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.menuBtn b {
  display: block;
  height: 3px;
  background-color: #333;
  margin: 3px 0 5px;
  border-radius: 2px;
}

.menuBtn.open b {
  display: none;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 30px;
}

.menuBtn.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}




.wapMenu.fold{left: 0;display: block !important;}
.wapMenu ul{padding: 0 10px;}
.wapMenu ul li{border-bottom: 1px solid #eee;position: relative;}
.wapMenu ul li a{display: block;padding: 15px 0;}
.wapMenu ul li a.v1{width:calc(100% - 50px);}
.wapMenu ul li .iconJt{width: 45px;height: 45px;position: absolute;top: 0;line-height: 45px;right: 0;text-align: right;z-index: 22;color: #666;font-size:14px;transition: all ease 0.3s;font-weight: bold;}

.wapMenu ul li ul{display: none;}
.wapMenu ul li ul li:last-child{border-bottom: 0;}
.wapMenu ul li ul li a{width: 100%;padding: 12px 0;font-weight: normal;}


.mtop{width: 100%;position: fixed;left: 0;top: 0;z-index: 22;box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.175) !important;}
.mtop .d-box1{background: #fff;padding: 0 15px;height: 55px;position: relative;}
.mtop .d-box1 .logo img{width:100px;}
.mtop .d-box1 .menuBtn{position: absolute;right: 15px;top: 50%;transform: translateY(-50%);}
@media (max-width: 1280px) {
  .header .logo img {
    width: 110px;
  }
  .header .nav {
    font-size: 14px;
  }
  .header .nav li {
    margin-left: 20px;
  }
  .header .user {
    font-size: 13px;
  }
}

@media (max-width: 1180px) {
  .wp {
    padding: 0 35px;
  }
}

@media (min-width: 981px) {


 
  .lightbox {
    display: none !important;
  }
  .index .part1 .slides{
	  min-height:420px;
  }
  .index .part1 .slides img {
    display: none;
  }
}

body {
  padding-top: 70px;
}

@media (max-width: 980px) {
  body {
    padding-top: 55px;
  }
  .mtop2 .logo img {
    width: 80px;
  }
 .mtop2 {
    border-bottom: 1px solid #ddd;
    padding: 9px 15px;
    background:#fff;
  }
  .mtop .logo img {
    width: 100px;
  }

 .mtop {
    border-bottom: 1px solid #ddd;
    padding:2px 0;
    background:#fff;
  }
  .mtop .wapMenu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 84%;
    height: 100vh;
    opacity: 0;
    z-index: 222;
    background-color: #ffff;
    transition: all ease .3s;
  }
  .mtop .wapMenu.show {
    left: 0;
    opacity: 1;
  }
  .mtop .nav {
    padding: 0 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .mtop .nav li {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
  .mtop .nav li::after {
    display: none;
  }
  .mtop .nav li a {
    display: block;
    padding: 15px 0;
  }
  .mtop .user {
    width: 100%;
    display: flex !important;
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
  }  .mtop .user2{
    padding:15px 0;
  }
  .menuBtn.btn1 {
    display: block;
  }
  .footer {
    padding: 25px 0 20px; background: linear-gradient(160deg, #e6151e, #102f8a);
	}
  .footer .ft1 .col1 {
    width: 100%;
    display: flex;
  }
  .footer .ft1 .col1 .logo {
    margin-right: 35px;
  }
  .footer .ft1 .col1 .logo img {
    width: 120px;
  }
  .footer .ft1 .col2 {
    width: 100%;
    margin: 10px 0;
  }
  .footer .ft1 .col3 {
    margin-top: 0;
  }
  .footer .ft1 .col3 .col-tit {
    margin-bottom: 15px;
  }
  .footer .ft1 .col3 .form input,
  .footer .ft1 .col3 .form button {
    height: 45px;
    border-radius: 8px;
  }
  .footer .copyright {
    line-height: 1.5;
    padding-top: 18px;
  }
  .index .part1 {
    padding: 15px 0 25px;
  }
  .index .part1 .slides .swiper-slide {
    background: none;
  }
  .index .part1 .slides .swiper-slide img {
    display: block;
  }
  .index .part1 .slides .swiper-pagination {
    bottom: 12px;
  }
  .index .part1 .slides .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .index .part1 .notice {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .index .part3 {
    padding-bottom: 30px;
  }
  .index .part3 .box1 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .index .part3 .box1 .box1-pic .fitImg {
    height: 0;
    padding-top: 56.2%;
  }
  .index .part3 .box1 .box1-cont {
    margin-top: -25px;
    padding-top: 15px;
  }
  .index .part3 .box2 .item {
    min-height: auto;
  }
  .laybox {
    padding: 15px 15px 30px 15px;
  }
  .laybox .form li,
  .laybox .form .btn1 {
    height: 45px;
  }
  .laybox .form li .getcode {
    width: 100px;
    height: 45px;
  }
  .exb-list li {
    margin-bottom: 10px;
  }
  .main {
    padding: 0 0 25px 0;
  }
  .main .subcat {
    margin-bottom: 5px;
    padding: 25px 0 15px 0;
    width: 100%;
    z-index: 4;
  }
  .main .subcat .sub-tit {
    margin-bottom: 0;
    font-size: 15px;
    justify-content: space-between;
  }
  .main .subcat .sub-tit.active img {
    transform: rotate(-180deg);
  }
  .main .subcat .select-tit {
    margin-left: 15px;
    color: var(--color);
    font-weight: bold;
    display: flex !important;
    align-items: center;
    margin-bottom: 0;
  }
  .main .subcat .select-tit img {
    margin-left: 10px;
    width: 12px;
  }
  .detail .det1 .info {
    padding: 15px 0 0 0;
  }
  .detail .det1 .info .price span {
    margin: 0 2px 2px 0;
  }
  .detail .det1 .info .btn a {
    width: 100%;
  }
  .detail .det2 .tabs ul {
    overflow-x: auto;
  }
  .detail .det2 .tabs ul::-webkit-scrollbar {
    height: 0;
  }
  .detail .det2 .tabs li {
    margin: 0 15px 0 0;
    white-space: nowrap;
  }
  .detail .det2 .tabs li::after {
    height: 3px;
  }
  .detail .det2 .tabs li:last-child {
    margin-right: 0;
  }
  .signup {
    padding-bottom: 45px !important;
  }
  .signup .col1 {
    width: 100%;
    margin-right: 0;
  }
  .signup .col1 .back {
    padding-bottom: 15px;
  }
  .signup .col2 {
    padding-top: 0;
  }
  .signup .col2 .form li .item .intbox {
    height: 45px;
    border-radius: 5px;
	padding: 6px 13px;
  }
  .signup .col2 .form li .item .intbox.intbox2 {
    height: auto;
  }
  .pay .wrap .sec-type {
    padding-bottom: 15px;
  }
  .pay .wrap li .price span {
    margin: 0 3px 3px 0;
  }
  .pay .wrap li .choice .dd .card {
    padding: 15px;
  }
  .pay .wrap li .card2 {
    padding: 20px 15px 8px 15px;
    margin-bottom: 0;
  }
  .pay .wrap li .card2 .box1 img {
    margin-right: 5px;
    width: 30px;
  }
  .pay .wrap li .card2 .box2 input {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    border-radius: 8px;
  }
  .pay .wrap .main-btn button {
    height: 55px;
  }
  .result .res1 {
    padding: 25px 0;
  }
  .result .res1 img {
    width: 50px;
  }
  .result .res2 li {
    padding: 16px 0;
  }
  .result .res3 {
    margin-top: 15px;
  }
  .result .res3 li {
    width: 50%;
  }
  .result .res3 li a {
    font-size: 13px;
    height: 45px;
    border-radius: 5px;
  }
  .news .news-box1 .box1 {
    margin-right: 0;
  }
  .news .news-box1 .box1 .box1-pic .fitImg {
    padding-top: 56.25%;
    height: auto;
  }
  .news .news-box1 .box1 .box1-cont .item-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .news-detail .col1 .news-tit {
    font-size: 24px;
  }
  .news-detail .col1 .col2 {
    width: 100%;
    margin: 15px 0;
  }
  .news-detail .col1 .col2 .share .list a img {
    width: 20px;
  }
  .news-detail .d-box1 .col1 .news-cont {
    margin: 15px 0;
  }
  .news-detail .d-box2 a {
    width: 32%;
    font-size: 13px;
    padding: 0 6px;
  }
  .member .meb1 .wrap {
    padding: 20px 0;
  }
  .member .meb1 .col1 .user .uimg {
    flex-shrink: 0;
    margin-right: 15px;
  }
  .member .meb1 .col1 .user .uimg img {
    width: 80px;
    height: 80px;
  }
  .member .meb1 .col1 .user .info .uid {
    margin: 10px 0;
  }
  .member .meb1 .col1 .user .info .link {
    display: flex;
    justify-content: space-between;
  }
  .member .meb1 .col1 .user .info .link a {
    margin-right: 5px;
    font-size: 12px;
    height: 35px;
    padding: 0 8px;
  }
  .member .meb1 .col1 .user .info .link a:last-child {
    margin-right: 0;
  }
  .member .meb1 .exit {
    margin: 15px 0 0 10px;
  }
  .zhxq .d-box1 {
    height: auto;
    position: relative;
    justify-content: center;
    margin-bottom: 20px;
  }
  .zhxq .d-box1 .tit {
    margin-right: 0;
  }
  .zhxq .col1 .attr li {
    margin-bottom: 12px;
  }
  .zhxq .col1 .attr li .label {
    width: 130px;
  }
  .zhxq .col2 {
    margin: 10px 0 0 0;
  }
  .modify .wrap {
    padding: 0 0 25px;
    position: relative;
  }
  .modify .wrap .back {
    position: absolute;
    top: 0;
    left: 0;
  }
  .modify .wrap .form ul {
    margin-top: 20px;
  }
  .modify .wrap .form .form-tit {
    text-align: center;
  }
  .modify.ziliao .user-img .uimg {
    width: 140px;
    height: 140px;
  }
  .modify.ziliao .user-img .up {
    width: 35px;
    height: 35px;
  }
  .modify.ziliao .user-img .up img {
    width: 18px;
  }
  .pages {
    padding-bottom: 10px;
  }
  .pages li {
    margin: 0 3px;
    width: 30px;
    height: 30px;
  }
  .crumbs {
    margin-bottom: 20px;
  }
}
