﻿body{-webkit-text-size-adjust: 100% !important;
text-size-adjust: 100% !important;
-moz-text-size-adjust: 100% !important;}
textarea{
  text-decoration: none;
  font-family: "microsoft YaHei";
}

.flex{
  display: flex;
  display: -webkit-flex;
}
.flex-bwn{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.flex-ard{
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.flex-cen{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.fwb{
  font-weight: bold;
}
.header {
  width: 100%;
  min-width: 1200px;
  background: url('../images/banner.jpg') center 0 no-repeat;
  height: 594px;    background-size: cover;
}
.header-fixed {
  background: #074bca;
  position: fixed;
  top: -91px;
  height: 90px;
  z-index: 99;
  width: 100%;
  min-width: 1200px;
  transition: top 0.3s;
  display: flex;
  align-items: center;
}

.header-fixed.on {
  top: 0
}

.banner {
  width: 100%;
  min-width: 1200px;
}

.banner img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1200px;
  position: relative;
}

.container1 {
  margin: 0 auto;
  width: 1250px;
}

.container-flex {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .container > a {
  display: block;
  width: 120px;
  height: 90px;
}

.nav-list {
  /*height: 90px;*/
  display: flex;
  align-items: center;
  position: relative;
}

.nav-item {
  color: #ffffff;
  font-size: 18px;
  line-height: 58px;
  font-weight: bold;
  width: 108px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
}

.nav-item:hover, .nav-item.cur {
  background: url('../images/navLight.png') center center no-repeat;
  background-size:100% 47px;
  color: #fff;
}

.btn-login, .btn-register {
  color: #fff;
  font-size: 12px;
  border: solid 1px #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  margin-left: 8px;
  transition: all 0.3s;
  vertical-align: middle;
  box-sizing: border-box;
  background: url('../images/loginLight.png') no-repeat;
  background-position: center -40px;
}

.btn-register {
  background: url('../images/registerLight.png') no-repeat;
  background-position: center -40px;
}

.btn-login:hover, .btn-register:hover {
  background-position: center center;
  border: none;
  font-size: 0;
  color: transparent;
  opacity: 1;
}

.title_1{
  width: 300px;
  height: 100px;
  line-height: 115px;
  margin:0 auto;
  background: url("../images/title-bk1.png") no-repeat 0 0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color:#fff;
  text-indent: -20px;
}
.footer{
  width: 100%;
  box-sizing: border-box;
  background: url("../images/footer.jpg") no-repeat center center; padding: 45px 0;    background-size: cover;
}
.footer .item{
  width: 550px;
}
.footer .item p{
  font-size: 16px;
  color:#fff;
  margin-bottom: 10px;
  padding-left:40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer .item p a{
  color:#fff;
}
.icon-city{
  background-image: url("../images/icon-city.png");
}
.icon-email{
  background-image: url("../images/icon-email.png");
}
.icon-phone{
  background-image: url("../images/icon-phone.png");
}
.icon-flag{
  background-image: url("../images/icon-flag.png");
}

.box1 {
  padding: 40px 0;
}

.box1 .container-flex {
  align-items: start;
}

.box1 .content1 {
  width: 550px;
}

.box1 .content1 p {
  text-indent: 2em;
  line-height: 28px;
}

.swiper1 {
  width: 600px;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}

.swiper1 .swiper-container {
  height: 100%;
}

.swiper1 .swiper-slide {
  width: 100% !important;
  height: 100%;
  display: block;
  position: relative;
}

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

.swiper1 .swiper-pagination {
  text-align: right;
  right: 10px;
  left: auto;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 29px;
  height: 14px;
  border-radius: 14px;
  background: #ffb848;
  border: 0;
}

.swiper1 .txt {
  background: rgba(44, 149, 249, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 50px;
  max-height: 50px;
  transition: all 0.6s;
}

.swiper1 .txt h2 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  margin: 10px 0;
  padding-left: 20px;
  letter-spacing: 1.5px;
}

.swiper1 .txt:hover {
  height: auto;
  max-height: 1000px;
}

.swiper1 .txt p {
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
  margin: 10px 0;
  padding: 0 10px;
}

.content1 {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
}

.content1 h3 {
  color: #2c95f9;
  font-size: 26px;
  height: 50px;
  font-weight: normal;
}

.content1 a {
  display: inline-block;
  width: 111px;
  height: 33px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: url("../images/more-bg.png");
  margin-top: 15px;
  float: right;
  text-indent: 15px;
}

.content1 a:hover {
  opacity: .8;
}

.content1 .intro {
  max-height: 350px;
  overflow: hidden;
}

.box2 {
  padding-top: 70px;
  background: url('../images/bg-02.jpg') center 0 no-repeat;
  box-sizing: border-box;    background-size: cover;    padding-bottom: 61px;
}

.box3 {
  padding-top: 70px;
  padding-bottom: 80px;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.bread {
  /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);*/
  font-size: 14px;
  padding: 20px 0;
  color: #999999;
}

.bread a, .bread span {
  font-size: 14px;
  color: #666;
}

.ewm p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.news {
  padding:35px 25px 15px 25px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.news-t {
  display: block;
  width: 47%;
}

.news-t img {
  float: left;
  width: 210px;
  height: 140px;
  margin-right: 15px;
}

.news-t h1 {
  font-size: 18px;
  font-weight: bold;
  color: #2c95f9;
  line-height: 1.7em;
  margin-bottom: 10px;
}

.news-t p {
  color: #333;
  line-height: 1.6em;
}

.news-t p i {
  color: #ee7a14;
}

.news-t p span {
  float: right;
  color: #999;
}
.news-list{
  margin-top: 20px;
  flex-wrap: wrap;
}
.news-list a{
  display: block;
  width: 47%;
  font-size: 16px;
  color:#666;
  border-bottom:1px dashed #666;
  padding-bottom:10px;
  margin-bottom: 10px;
}
.news-list a p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.news-list a p b{
  color: #2c95f9;
}
.news-list a span{
  float: right;
  color:#999;
  font-size: 14px;
}
.news-list a:hover{
  border-color:#3399ff;
}
.news-list a:hover p,.news-list a:hover span{
  color:#3399ff;
}
.news .more{
  display: block;
  min-width:50px;
  font-size: 15px;
  color:#fff;
  padding:5px 20px;
  height: 26px;
  line-height: 17px;
  text-align: center;
  float: right;
  background: linear-gradient(to bottom,#05affc,#764bff);
  border-radius: 26px;
  box-sizing: border-box;
  margin:15px 0 0 0;
}
.news .more:hover{
  opacity: .8;
}
.news1{
  padding:15px 0;
}
.news1 .news-t{
  padding-bottom: 30px;
  border-bottom:1px dashed #ccc;
  margin-bottom:30px ;
}
.news1 .news-t h1{
  color:#333;
}
.news1 .news-t:hover{
  border-color:#3399ff;
}
.news1 .news-t:hover h1{
  color:#2c95f9;
}
.news1 .flex-bwn{
  flex-wrap: wrap;
}
.flow{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow .item{
  width: 243px;
  height: 243px;
  background: url("../images/flow-bg.png") no-repeat center center;
}
.flow .item:hover{
  background: url("../images/flow-bgh.png") no-repeat center center;
}
.flow .item .flow-i{
  height: 65px;
  margin:45px 0 5px 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.flow .item h1{
  font-size: 24px;
  color:#333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.flow .item p{
  font-size: 18px;
  color:#999;
  text-align: center;
}
.flow .item:hover h1,.flow .item:hover p{
  color:#fff;
}
.flow-i.i1{
  background-image: url("../images/flow-i1.png");
}
.flow-i.i2{
  background-image: url("../images/flow-i2.png");
}
.flow-i.i3{
  background-image: url("../images/flow-i3.png");
}
.flow-i.i4{
  background-image: url("../images/flow-i4.png");
}
.flow .item:hover .flow-i.i1{
  background-image: url("../images/flow-i1h.png");
}
.flow .item:hover .flow-i.i2{
  background-image: url("../images/flow-i2h.png");
}
.flow .item:hover .flow-i.i3{
  background-image: url("../images/flow-i3h.png");
}
.flow .item:hover .flow-i.i4{
  background-image: url("../images/flow-i4h.png");
}
.flow .icon-arrow{
  width: 38px;
  height: 38px;
  background: url("../images/flow-arrow.png") no-repeat center center;
}
.flow-btn{
  display: block;
  width: 250px;
  height: 64px;
  margin:100px auto 0 auto;
  background: url("../images/btn-bg.png") no-repeat center left;
}
.box4{
  min-height: 828px;
    padding-top: 55px;
    background: url(../images/bg-03.jpg) center 0 no-repeat;
    box-sizing: border-box;
    background-size: cover;
}

.city-list{
  display: flex;
  flex-wrap: wrap;
}
.city-list .item{
  display: block;
  width: 166px;
  height: 107px;
  background: url("../images/city-bg.png") no-repeat center center;
  font-size: 22px;
  color:#333;
  /*text-indent: 95px;*/
  position: relative;
  line-height: 130px;
  margin-right: 40px;
  margin-bottom: 30px;
  padding-left: 62px;
  text-align: center;
  box-sizing: border-box;
}
.city-list .item.temp3{

}
.city-list .item:nth-child(6n){
  margin-right: 0;
}
.city-list .item:hover{
  color:#fff;
  background: url("../images/city-bgh.png") no-repeat center center;
}
.city-list .item .hid-text{
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 99;
  background-color: rgba(12, 118, 227, 0.9);
  border-radius: 4px;
  color: #fff;
  padding: 5px;
  left: 166px;
  top: 38px;
}
.city-list .item .hid-text p{
  line-height: 1.6em;
  font-size: 14px;
  text-indent: 0;
}

@media screen and (min-width: 1000px) {
  		.city-list .item:hover .hid-text{
  display: block;
}
	}


.city-list .item.temp,.city-list .item.temp1{
  line-height: 100px
}
.city-list .item i{
    font-size: 8px;
    line-height: 8px;
    display: block;
    text-indent: 0;
    position: absolute;
    bottom: 8px;
    left: 54%;
    transform: translate( -50%, 0);
    width: 90%;
    text-align: center;
}
.city-list .item.temp1 i{
  bottom: 17px;
  left: 83%;
}
.box5{
  padding-top: 80px;
  padding-bottom: 130px;
  box-sizing: border-box;
}
.explain{
  width: 1215px;
  height: 382px;
  display: flex;
  justify-content: space-between;
  background: url("../images/bg-04.png") no-repeat center center;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 0 0 5px;
}
.explain .item{
  display: block;
  width: 283px;
  height: 338px;
  position: relative;
  cursor:pointer;
}
.explain .item:nth-child(2){
  margin-left: -11px;
}
.explain .item h1{
  text-align: center;
  font-size: 24px;
  color:#fff;
  font-weight: bold;
  margin-top: 140px;
}
.explain .item .hid-text{
  position: absolute;
  left:0;
  top:0;
  display: none;
  width: 100%;
  height: 100%;
  background: url("../images/bg-04-h.png") no-repeat center center;
  padding:20px 40px 0 20px;
  box-sizing: border-box;
}
.explain .item .hid-text p{
  color:#fff;
  text-indent: 2em;
  line-height: 1.5em;
  text-align: justify;
  max-height: 250px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}
.explain .item .hid-text textarea{
  border: none;
  background: none;
  resize: none;
  height: 250px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  /*text-align: justify;*/
}
.explain .item:hover .hid-text{
  /*display: block;*/
}
.box6{
  width: 100%;
  height: 712px;
  background: url("../images/bg-05.jpg") no-repeat center center;
  box-sizing: border-box;
  padding:75px 0 0 0;    background-size: cover;
}

.box7 {
    width: 100%;
    box-sizing: border-box;
    padding: 75px 0 90px 0;    background-size: cover;
}


.unit{
  width: 100%;
  height: 217px;
  position: relative;
}
.unit .swiper-container{
  height: 217px;
}
.unit .swiper-container .swiper-slide{
  display: block;
  height: 96px;
}
.unit img{
  display: block;
  width: 181px;
  height: 96px;
  object-fit: contain;
  background: #fff;
}
.unit .swiper-button-next,.unit .swiper-button-prev{
  top: 47%;
  color: #4147f5;
}
.unit .swiper-button-next{
  right: -40px;
}
.unit .swiper-button-prev{
  left: -60px;
}
.swiper-button-next:after,.unit .swiper-button-prev:after{
  font-size: 60px;
}

.header1 .logo{
  display: block;
  width: 100%;
  height: 141px;
  background: url("../images/top-bg.png") no-repeat center center;    background-size: cover;
}
.header1 .nav1{
  height: 61px;
}
.header1 .nav1 .item{
  color: #ffffff;
  font-size: 18px;
  line-height: 63px;
  font-weight: bold;
  width: 98px;
  height: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
  background-position: center center;
  background-repeat: no-repeat;
}

.header1 .nav1 .item:hover, .header1 .nav1 .item.cur {
  background-image: url('../images/navLight.png');
  color: #fff;
}

.container-in{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
}

.article-title{
  display: block;
  font-size: 28px;
  line-height: 1.8em;
  margin: 20px auto;
  text-align: center;
  color:#3596f5;
  width: 70%;
}
.article-detail{
  margin: 0 auto;
}
.article-detail p{
  margin-bottom: 10px;
  text-indent:2em;
  line-height: 1.8em;
  font-size: 14px;
  color:#666;
}
.article-detail p strong{
 /* margin-left: -2em; */
}
.article-detail p strong a{
  text-indent: 2em;
  display: inline-block;
}
.article-detail video{
  max-width: 100%;
  height: auto!important;
  margin-bottom: 20px;

}
.article-detail p video{
  text-indent: -2em;
  display: block;
  margin:0 auto 20px;
}
.article-detail img{
  max-width: 100%;
  display: block;
  margin:0 auto 20px auto;
  height:auto!important;
}
.article-bottom{
  width: 100%;
  border:1px solid #e3e3e3;
  box-sizing: border-box;
  background: #f9f9f9;
  padding:10px;
  margin-top: 40px;
}
.article-bottom p{
  color:#333;
  line-height: 1.8em;
}
.article-bottom p a:hover{
  color:#2c95f9;
}
.article-info{
  width: 100%;
  border:1px solid #2c95f9;
  box-sizing: border-box;
  background: #effaff;
  padding:15px 10px 0 10px;
  margin-top: 40px;
}
.article-info h1{
  font-size: 16px;
  color:#333;
  margin-bottom: 15px;
}
.article-info p{
  font-size: 14px;
  color:#333;
  margin-bottom: 15px;
}
.match-box{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0 auto;
  width: 1200px;
  align-items: baseline;
  gap:20px 128px
}
.match-item {
  position: relative;
  background: #fff;
  width: 314px;
  /*height: 265px;*/
  padding:0 0 20px 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  /*margin-right: 128px;*/
}
.match-item:nth-child(3n){
  margin-right: 0;
}
.match-item .head {
  width: 100%;
  height: 240px;
  display: block;
}
.match-item .tt{
  font-size: 20px;
  color: #333;
  line-height: 28px;
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
}
.match-item .txt p{
  font-size: 19px;
  color:#999;
  line-height: 1.6em;
  text-align: center;
  padding:0 10px;
  margin-bottom: 15px;
  min-height:1.6em;
}
.match-item .tt2 {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  text-align: center;
}
.match-item .btns {
  width: 100%;
  display: flex;
  justify-content: space-around;
  /*position: absolute;*/
  /*bottom: 20px;*/
  /*left: 0;*/
  padding: 0 15px;
  box-sizing: border-box;
}
.match-item .btns a {
  display: inline-block;
  background: linear-gradient(to right, #6cbaff, #6e52fe);
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  width: 78px;
  height: 36px;
  line-height: 36px;
}
.match-item .btns a:hover {
  background: linear-gradient(to right, #fcd606, #ff9c00);
}
.pagination{
  width:100%;
  text-align: center;
  margin-bottom:40px;
  position:relative;
}
.pagination span{
  display: inline-block;
  width:auto !important;
  padding:3px 8px;
  color:#666;
  border:1px solid #e2e2e2;
  font-size: 14px;
  margin: 5px;
}
.pagination span a{
  margin-right: 0!important;
}
.pagination span a:hover,.pagination span a.active,.pagination span:hover,.pagination span.active,.pagination a:hover,.pagination a.active{
  background: #2c95f9;
  color:#fff;
}
.pagination span:hover a{
  color:#fff;
  cursor: pointer;
}

.container-in.flex-bwn{
  overflow: initial;
}
.left-nav{
  width: 226px;
  height: auto;
  max-height: 322px;
  margin-right: 30px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px 4px #eee;
  flex-shrink: 0;
}
.left-nav .title{
  width: 100%;
  height: 77px;
  line-height: 77px;
  font-size: 30px;
  color:#fff;
  font-weight: bold;
  background: #3596f5;
  text-align: center;
}
.left-nav .title .icon-text{
  display: inline-block;
  width: 31px;
  height: 31px;
  vertical-align: middle;
  background: url("../images/icon-text.png") no-repeat center center;
  margin-right: 10px;
}
.left-nav .item{
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color:#333;
  text-indent:50px;
  position: relative;
  border-bottom:1px solid #ddd;
}
.left-nav .item:last-child{
  border:none;
}
.left-nav .item:after{
  content:'';
  display: block;
  border:8px solid transparent;
  border-right-color:#fff;
  position: absolute;
  right:0;
  top:15px;
}
.left-nav .item:hover,.left-nav .item.cur{
  color:#fff;
  background: #fdad3c;
}
.i-header{
  width: 100%;
  display: none;
}

.nav-a2{
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.nav-item-box {
  background: #0017d1;
  position: absolute;
  top: 47px;
  left:0;
  display: none;
  z-index:101;
  width: 108px;
  overflow: hidden;

}
.header1 .nav-item-box{
  top: 61px;
  width: 98px;
}
.header-fixed  .nav-item-box{
  /*top: 68px;*/
}
.nav-item-box a{
  display: block;
  line-height: 38px;
  text-align: center;
  color: #fff;
  margin-left:0px;
  margin-bottom:0px;

}
.nav-item-box a:hover{
  background: -webkit-linear-gradient( #47c1fd , #6957ff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient( #47c1fd , #6957ff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient( #47c1fd , #6957ff); /* Firefox 3.6 - 15 */
  background: linear-gradient(#47c1fd , #6957ff); /* 标准的语法 */
}
.per{
  position: relative;
}
.per a{
  display: block;
}
.per img{
  width: 100%;
  border-radius: 20px;
}
.per .swiper-button-prev:after,
.per .swiper-button-next:after{
  font-size: 40px;
}
.per .swiper-button-next{
  right:-40px;
}
.per .swiper-button-prev{
  left:-40px;
}
@media screen and (max-width:600px) {
  .per{
    padding: 10px;
  }
  .per .swiper-button-prev:after,
  .per .swiper-button-next:after{
    font-size: 30px;
  }
  .per .swiper-button-next{
    right:10px;
  }
  .per .swiper-button-prev{
    left:10px;
  }
  .container{
    width: 100%;
  } 
   .containernew{
    display:none;
  }
  .container-flex{
    width: 100%;
    flex-wrap:wrap;
  }
  .container1{
    width: 100%;
  }
  .swiper1{
    width: 100%;
    height: 200px;
    border-radius: 0;
  }
  .swiper1 .txt{
    height: 40px;
    max-height: 40px;
    background: rgba(0, 0, 0, 0.5)
  }
  .swiper1 .txt h2{
    font-size: 16px;
    margin: 5px 0;
    font-weight: normal;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
  }
  .swiper1 .txt p{
    font-size: 12px;
    line-height: 1.6em;
  }
  .box1 .content1{
    display: none;
    width: 100%;
    margin: 20px 0;
  }
  .content1 .intro{
    max-height:initial;
  }
  .news .flex-bwn:first-child{
    flex-wrap:wrap;
  }
  .news1 .flex-bwn{
    display: flex !important;
  }
  .news-t p{
      display:none;
  }
  .news-t{
    width: 100%;
    margin-bottom: 15px;
  }
  .header{
    min-width:auto;
    padding-top: 0px;
    /*height: 45px;*/
    height: 90px;
    background: #fff !important;
  }
  .header-fixed{
    min-width:auto;
  }
  .header .container > a{
    display: none;
  }
  .header .container > div:last-child{
    display: none;
  }
  .nav-list{
    width: 100%;
    /*height: 45px;*/
    height:91px;
    flex-wrap: wrap;
    justify-content: left;

  }
  .nav-item{
    width: 20%;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    background-size: 130% 130%;
    background-position: center center;
    transition:none;
    padding: 0 2px;
    box-sizing: border-box;
    color:#333;
  }
  .nav-item:nth-child(1){
    /*display: none;*/
  }
  .nav-item:hover,.nav-item.cur{
    background-image: url("../images/navLight.png");
    background-repeat:no-repeat;
    background-size: 180% 180%;
    background-position: center center;
  }
  .header-fixed{
    /*height: 45px;*/
    height: 91px;
    /*top: -46px;*/
    top:-92px;
    box-sizing: border-box;
  }
  .header-fixed .container-flex{
    flex-wrap: nowrap;
  }
  .header-fixed .container-flex>div:last-child{
    display: none;
  }
  .header-fixed .nav-item{
    color:#fff;
  }
  .btn-login, .btn-register{
    margin:0 2px;
  }

  .box1{
    padding:0;
  }
  .content1 h3{
    text-align: center;
    font-size: 22px;
  }
  .box2{
    height: auto;
    padding:20px 10px;
    background: #fff;
  }
  .title_1{
    width: 250px;
    height: 80px;
    line-height: 92px;
    font-size: 25px;
    margin-bottom:20px !important;
    background-size: 100% 100%;
  }
  .news{
    padding:10px;
  }
  .news-list a{
    width: 100%;
  }
  .news-t img {
    float: none;
    width: 100%;
    margin-right: 0;
    /*object-fit: cover;*/
    height: 230px;
  }
  .news-t h1{
    font-size: 17px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .box3{
    padding:20px 10px;
  }
  .flow{
    flex-wrap: wrap;
  }
  .flow .item {
    width: 42%;
    height: 166px;
    background-size: 100% auto;
  }
  .flow .item h1 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .flow .item .flow-i {
    height: 35px;
    margin: 30px 0 8px 0;
    background-size: auto 100%;
  }
  .flow .item p {
    font-size: 13px !important;
    padding: 0 19%;
    line-height: 1.4em;
  }
  .flow .icon-arrow:nth-child(4){
    width: 100%;
    margin: 15px 0;
    transform: rotate(135deg);
  }
  .flow-btn{
    margin-top: 40px;
    background-position: center center;
  }
  .box4{
    height: auto;
    padding-top:20px;
    background-repeat: repeat;
  }
  .city-list .item{
    width: 33.33%;
    height: 90px;
    /*line-height: 80px;*/
    background-size: auto 100%;
    /*text-indent: 4em;*/
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 17px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 3%;
    justify-content: center;
    padding-left:50px;
  }
  .city-list .item:hover{
    background-size: auto 100%;
  }
  .city-list .item.temp,.city-list .item.temp1{
    align-items: end;
    padding-top: 10px;
    line-height: 80px;
  }
  .city-list .item.temp1 i{
    bottom: -1px;
    left: 65%;
  }
  .city-list .item.temp1 i{
    bottom: 5px;
    left: 72%;
  }
  .city-list .item i{

    line-height: 16px;
  }
  .box5{
    padding:20px 0;
  }
  .explain{
    width: 100%;
    background: none;
    flex-wrap:wrap;
    height: auto;
    padding:0;
  }
  .explain .item{
    width: 80%;
    margin:0 auto 15px auto;
  }
  .explain .item:nth-child(1){
    background: url("../images/explain1.png") no-repeat top center;
  }
  .explain .item:nth-child(2){
    background: url("../images/explain2.png") no-repeat top center;
    margin-left:auto;
  }
  .explain .item:nth-child(3){
    background: url("../images/explain3.png") no-repeat top center;
  }
  .explain .item .hid-text {
    padding: 10px 21% 0 14%;
    font-size: 13px;
  }

  .box6{
    padding: 20px 0;
    height: auto;
  }
  .unit {
    height: 210px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .unit img {
    width: 100%;
    height: 91px;
  }
  .unit .swiper-button-prev {
    left: -3px;
  }
  .unit .swiper-button-next {
    right: -3px;
  }
  .swiper-button-next:after, .unit .swiper-button-prev:after {
    font-size: 28px;
  }

  .footer{
    height: auto;
    background-size: auto 100%;
    padding-bottom: 20px;
  }
  .footer .flex-bwn{
    flex-wrap:wrap;
  }
  .footer .item{
    width: 100%;
    padding: 0 10px;
  }
  .footer .item p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .ewm{
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .header1 .logo{
    height: 62px;
    background: url("../images/top.jpg") no-repeat center center;
    background-size: 100% 100% !important;
  }
  .header1 .nav1{
    height: 50px;
    background: #fff;
  }
  .header1 .nav1 .item{
    font-size: 16px;
    width: 15%;
    line-height: 50px;
    color:#333;
  }

  .header1  .nav1 .nav-a2{
    width: 15%;
  }
  .header1 .nav1 .item.a2{
    display: inline-block;
    width: 100%;
  }
  .header1 .nav1 .item:hover, .header1 .nav1 .item.cur{
          background-size: cover;
  }
  .bread{
    padding:10px;
  }
  .news1 .news-t{
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .container-in{
    width: 100%;
    box-sizing: border-box;
    padding:0 10px;
  }
  .article-title{
    font-size: 20px;
    width: 100%;
    line-height: 28px;
    margin: 15px auto;
  }
  .article-bottom{
    margin-bottom: 15px;
  }
  .article-info{
    margin-top: 0;
  }
  .match-box{
    width: 100%;
  }
  .container-in.flex-bwn{
    flex-wrap:wrap;
  }
  .left-nav{
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: none;
  }
  .left-nav .title{
   display: none;
  }
  .left-nav .item{
    width: auto;
    padding: 0 10px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-indent: 0;
    text-align: center;
    border-radius:10px;
    border-bottom: 0;
    background: linear-gradient(to right, #6a54ff, #0babfc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .left-nav .item:after{
    border: 0;
    background: url("../images/bg-11.png") 0 0 no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-size: 100% 100%;
  }
  .left-nav .item:hover, .left-nav .item.cur {
    background: url('../images/bg-10.png') 0 0 no-repeat;
          background-size: inherit;
    -webkit-text-fill-color: #fff;
  }
    
    
       /* 左侧导航容器 - 核心样式 */
        .left-nav {
            /* 核心：移动端横向滚动 */
            overflow-x: auto;       /* 横向溢出时显示滚动条（移动端自动变成滑动） */
            white-space: nowrap;    /* 子元素不换行 */
            -webkit-overflow-scrolling: touch; /* 优化iOS滑动体验，增加弹性 */
            padding: 5px 0;        /* 上下内边距，提升视觉效果 */
          
        }
      

        /* 导航项样式 */
        .left-nav .item {
            display: inline-block;  /* 横向排列 */
            padding: 8px 15px;      /* 内边距，增大点击区域 */
            margin: 0 5px;          /* 左右间距，避免挤在一起 */
            text-decoration: none;  /* 去掉下划线 */
            color: #333;            /* 默认文字颜色 */
            border-radius: 4px;     /* 圆角，提升美观度 */
        }
        /* 当前选中项样式 */
        .left-nav .item.cur {
            color: #fff;              /* 选中文字色 */
        }
        /* hover效果（PC端） */
        .left-nav .item:not(.cur):hover {
            background-color: #f5f5f5;
        }
    
    
  .i-header{
    display: block;
  }
  .swiper1 .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    width: 6px;
    height: 6px;
  }
  .swiper1 .swiper-pagination .swiper-pagination-bullet-active{
    width: 6px;
    height: 6px;
    background: #ffb848;
  }
  .match-item{
    margin:10px auto;
  }
  .match-item:nth-child(3n){
    margin-right: auto;
  }

.match-item{
    margin:10px auto;
  }
  .match-item:nth-child(3n){
    margin-right: auto;
  }
  .nav-a2 {
         width: 20%;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    background-size: 130% 130%;
    background-position: center center;
    transition:none;
    padding: 0 2px;
    box-sizing: border-box;
    color:#333;
    } 
     .nav-a2 a { 
         width:100%;
    } 
}



     /* 移动端适配核心：768px以下屏幕 */
        @media (max-width: 767px) {
            /* 导航主容器 - 一行4个均匀分布 */
            .nav1 {
                justify-content: space-between; /* 均匀分布 */
                gap: 5px 0; /* 行内/行间间距 */
                  display: flex;
            align-items: center;
            background-color: #f8f9fa;
            padding: 10px 0;
            position: relative; /* 为子菜单定位做准备 */
            flex-wrap: wrap; /* 移动端自动换行 */
            }
            /* 每个主导航项占比约25%（一行4个） */
            .nav1 > .item, .nav1 > .nav-a2 {
                flex: 0 0 calc(25% - 2px); /* 25%宽度，减去微小间距避免换行 */
                max-width: calc(25% - 2px);
            }
            /* 子菜单适配：移动端点击展开（这里先做基础样式，交互需JS补充） */
            .nav-item-box {
                width: 100%; /* 子菜单宽度和父项一致 */
                left: 0;
            }
            /* 隐藏PC端悬浮效果，改用点击（需JS） */
            .nav-a2:hover .nav-item-box {
                display: none;
            }
            /* 选中状态的子菜单显示（配合JS） */
            .nav-a2.active .nav-item-box {
                display: block;
            }
            
            
                .header1 .nav1 {
         height:auto !important; 
    }
            
        }

@media screen and (max-width:440px) {
  .city-list .item{
    height:80px;
  }
}
@media screen and (max-width:390px) {
  .left-nav .item {
    padding: 0 4px 10px;
  }
  .city-list .item{
    /*width: 50%;*/
    height:70px;
  }
}
@media screen and (max-width:330px) {
  .nav-item {
    width: 24%;
  }

}
/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; border: #dddddd solid 1px; margin-left: -1px; display: inline-block;}
.pager ul li a:hover {border-color: #70c4f3; background-color: #70c4f3; color: #FFF}
.pager ul .active a {border: #005db4 solid 1px; display: inline-block; background-color: #005db4; color: #fff;}

.pager ul .active a:hover {color: #fff; border: #005db4 solid 1px !important; background-color: #005db4 !important}
