.layout {
  overflow: hidden;
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  padding: 1.0416666666666667rem 0;
}
.banner {
  height: 50rem;
  overflow: hidden;
  position: relative;
}
.wrap {
  width: 83.33333333333334rem;
  margin: 0 auto;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header .logo img {
  display: block;
  height: 3.4375rem;
}
.header .th ul {
  display: flex;
}
.header .th {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .th li a {
  font-size: 0.7291666666666667rem;
  color: #ffffff;
  line-height: 2;
  display: block;
  padding: 0 1.3020833333333335rem;
}
.header .th li {
  position: relative;
}
.header .th li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.052083333333333336rem;
  height: 0.6770833333333334rem;
  background: rgba(255, 255, 255, 0.3);
  margin-top: -0.36458333333333337rem;
}
.header .th .en {
  margin: 0 1.5625rem;
}
.header .th .en a {
  display: block;
  width: 1.71875rem;
  /*	background:url(../images/qw2.png) no-repeat right center/0.46875rem auto;*/
}
.search {
  display: flex;
  align-items: center;
}
.search .txt {
  width: 0;
  height: 1.5625rem;
  border: none;
  border-radius: 2.604166666666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.7291666666666667rem;
  color: #333;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
}
.search:hover .txt {
  width: 7.291666666666667rem;
  padding: 0 0.78125rem;
}
.search .btn {
  width: 1.6666666666666667rem;
  height: 1.6666666666666667rem;
  border-radius: 50%;
  background: url(../images/qw3.png) no-repeat center rgba(255, 255, 255, 0.22);
  cursor: pointer;
  border: none;
  background-size: 0.7291666666666667rem auto !important;
  margin-left: 0.10416666666666667rem;
}
.naver ul {
  display: flex;
  justify-content: flex-end;
}
.naver ul li {
  margin-left: 2.7083333333333335rem;
  position: relative;
}
.naver ul h3 a {
  font-size: 1.1458333333333335rem;
  color: #ffffff;
  line-height: 2;
  display: block;
}
.naver ul dl {
  position: absolute;
  left: 50%;
  top: 100%;
  background: #1f7bc7;
  border-radius: 0.2604166666666667rem;
  transform: translateX(-50%);
  display: none;
}
.naver ul dd a {
  font-size: 0.8333333333333334rem;
  color: #fff;
  line-height: 2;
  display: block;
  text-align: center;
  padding: 0.4166666666666667rem 1.0416666666666667rem;
  white-space: nowrap;
  border-bottom: 0.052083333333333336rem solid rgba(255, 255, 255, 0.1);
}
.naver ul dd:last-child a {
  border: none;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.banner .flexbtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5625rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .flexbtn .prev, .banner .flexbtn .next {
  width: 1.0416666666666667rem;
  height: 1.0416666666666667rem;
  cursor: pointer;
  background: url(../images/prev.png) no-repeat center/contain;
  margin: 0 1.5625rem;
}
.banner .flexbtn .next {
  transform: rotate(180deg);
}
.banner .flexbtn .spans {
  width: auto;
  position: static;
  display: flex;
  align-items: center;
}
.banner .flexbtn .spans span {
  width: 0.5208333333333334rem;
  height: 0.5208333333333334rem;
  background: #fff;
  opacity: 0.6;
  border-radius: 50%;
  margin: 0 1.4583333333333335rem;
  cursor: pointer;
}
.banner .flexbtn .spans span.swiper-pagination-bullet-active {
  background: url(../images/qw4.png) no-repeat center/contain;
  width: 1.875rem;
  height: 1.875rem;
  opacity: 1;
}
.section1 {
  padding: 4.0833333333333335rem 0;
}
.flexth {
  position: relative;
}
.flexth .tit {
  text-align: center;
  background: url(../images/qw5.png) no-repeat center top/8.4375rem auto;
  padding-top: 1.3020833333333335rem;
  margin-bottom: 2.8229166666666667rem;
}
.flexth .tit h3 {
  font-size: 2.0833333333333335rem;
  color: #0068b7;
  line-height: 1.2;
}
.flexth .tit h6 {
  display: inline-block;
  position: relative;
  font-size: 0.8333333333333334rem;
  color: #0068b7;
  line-height: 1.6;
  margin-top: 0.4166666666666667rem;
}
.flexth .tit h6::after, .flexth .tit h6::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 16.614583333333336rem;
  height: 0.8333333333333334rem;
  margin: auto;
  margin: 0 1.3020833333333335rem;
  z-index: 1;
  background: url(../images/qw7.png) no-repeat center/contain;
}
.flexth .tit h6::after {
  background: url(../images/qw6.png) no-repeat center/contain;
  left: auto;
  right: 100%;
}
.flexth .hmore {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0.5208333333333334rem;
}
.hmore {
  display: inline-block;
  padding-left: 1.5625rem;
  background: url(../images/qw9.png) no-repeat left center/1.0416666666666667rem auto;
  font-size: 0.9375rem;
  color: #0068b7;
  line-height: 2;
}
.newsflex {
  display: flex;
  justify-content: space-between;
}
.newsflex .pic {
  overflow: hidden;
  width: 45.3125rem;
  position: relative;
  padding-bottom: 0.5208333333333334rem;
}
.newsflex .pic .ovs {
  height: 28.645833333333336rem;
  /* overflow:hidden; */
  background: #fff;
}
.newsflex .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.newsflex .pic .txt {
  box-shadow: 0 0 0.4166666666666667rem 0 rgba(80, 80, 80, 0.05);
  /*margin-right:8.333333333333334rem;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.0416666666666667rem;
  height: 4.895833333333334rem;
  background: #fff;
}
.newsflex .pic .txt i {
  padding: 0 0.78125rem;
  line-height: 1.71875rem;
  background: linear-gradient(to right, #3787e0, #126fc5);
  border-radius: 2.604166666666667rem;
  font-size: 1.0416666666666667rem;
  color: #ffffff;
  font-weight: bold;
}
.newsflex .pic .txt h4 {
  width: calc(100% - 9.375rem);
  font-size: 1.25rem;
  color: #232323;
  line-height: 1.4;
  margin-right: 1.5625rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis; overflow: hidden;
}
.newsflex .pic .spans {
  position: absolute;
  right: 0.8rem;
  z-index: 2;
  bottom: 6.0833333333333335rem;
}
.newsflex .pic .spans span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #d4d4d6;
  opacity: 1;
  background: none;
  margin-left: 0.78125rem;
}
.newsflex .pic .spans span.swiper-pagination-bullet-active {
  background: #0068b7;
  border-color: #0068b7;
}
.newsflex .newslist {
  width: 35.41666666666667rem;
}
.newsflex .newslist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsflex .newslist li {
  width: calc((100% - 0.5208333333333334rem)/2);
  margin-bottom: 0.2604166666666667rem;
  background: #fff;
  transition: all 0.3s;
  background: linear-gradient(to right, #fff, #fff);
}
.newsflex .newslist li a {
  display: block;
  padding: 1.71875rem 1.3020833333333335rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: block;
  background-position: right bottom;
}
.newsflex .newslist li h6 {
  font-size: 0.7291666666666667rem;
  line-height: 1.6;
  color: #0068b7;
}
.newsflex .newslist li p {
  font-size: 0.9375rem;
  color: #232323;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  margin-top: 0.5208333333333334rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;
}
.newsflex .newslist li:hover {
  background: #3484de;
}
.newsflex .newslist li a:hover {
  background: url(../images/wico1.png) no-repeat right bottom/7.760416666666667rem auto;
}
.newsflex .newslist li a:hover h6, .newsflex .newslist li a:hover p {
  color: #fff;
}
.htmore {
  width: 10.416666666666668rem;
  margin: 1.5625rem auto;
  position: relative;
}
.htmore a {
  line-height: 2.604166666666667rem;
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  color: #0068b7;
  background: url(../images/wico2.png) no-repeat center/100% 100%;
}
.htmore i {
  position: absolute;
  right: 100%;
  width: 1.71875rem;
  height: 2.0833333333333335rem;
  top: 0;
  bottom: 0;
  background: url(../images/qw10.png) no-repeat center/contain;
  margin: auto -0.3125rem;
  opacity: 0;
}
.htmore i.ai {
  right: auto;
  left: 100%;
  background: url(../images/qw10-1.png) no-repeat center/contain;
}
.section2 .wrap {
  display: flex;
  justify-content: space-between;
}
.section2 .lt {
  width: 19.53125rem;
  margin-top: 2.0833333333333335rem;
}
.tit.ltf {
  text-align: left;
}
.tit.ltf h6::after {
  display: none;
}
.flexth .tit.ltf h6::before {
  background: url(../images/wico3.png) no-repeat center / contain;
  width: 12.291666666666668rem;
}
.flexth .tit.ltf h6::after {
  background: url(../images/wico3.png) no-repeat center / contain;
  width: 12.291666666666668rem;
}
@media only screen and (max-width:768px) {
  .tit.ltf h6::after {
    display: block;
  }
}
.section2 .hotlist {
  margin-top: -1.5625rem;
}
.section2 .hotlist li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.40625rem 0;
  border-bottom: 0.052083333333333336rem solid #f2f2f2;
}
.icontxtlist li, .section2 .hotlist li {
  position: relative;
}
.icontxtlist li:before, .section2 .hotlist li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0068b7;
  transition: all 0.3s;
}
.icontxtlist li:hover:before, .section2 .hotlist li:hover:before {
  width: 100%;
}
.section2 .hotlist li .time {
  width: 4.166666666666667rem;
  height: 3.854166666666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #99c1e3;
  text-align: center;
  transition: all 0.3s;
}
.section2 .hotlist li .time h5 {
  color: #fff;
  line-height: 1.2;
  font-size: 0.78125rem;
}
.section2 .hotlist li .time i {
  display: block;
  font-size: 1.5625rem;
}
.section2 .hotlist li p {
  font-size: 0.9375rem;
  color: #232323;
  line-height: 1.6;
  width: calc(100% - 5.208333333333334rem);
  transition: all 0.3s;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis; overflow: hidden;
}
.section2 .lt .hmore {
  margin-top: 1.0416666666666667rem;
}
.section2 .rt::before {
  content: "";
  position: absolute;
  top: -0.4166666666666667rem;
  left: 6.25rem;
  background: #3283dc;
  height: 6.25rem;
  border-radius: 6.25rem 0 0 0;
  right: 0;
}
.section2 .rt {
  width: 69.53125rem;
  margin-right: -8.333333333333334rem;
  position: relative;
}
.section2 .rt .item {
  padding: 2.0833333333333335rem 8.333333333333334rem 3.125rem 2.8645833333333335rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.208333333333334rem 0 0 0;
  background: #e9f0fa;
  position: relative;
  z-index: 2;
}
.tit.ltf {
  background-position: left -0.5208333333333334rem top;
}
.section2 .rt .flexc {
  display: flex;
  justify-content: space-between;
}
.section2 .rt .picovs {
  width: 35.41666666666667rem;
  height: 25rem;
  overflow: hidden;
}
.section2 .rt .picovs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section2 .rt .picovs a {
  position: relative;
  display: block;
  height: 100%;
}
.section2 .rt .picovs p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  padding: 1.0416666666666667rem;
  align-items: flex-end;
  font-size: 0.9375rem;
  color: #ffffff;
}
.section2 .rt .icontxtlist {
  flex: 1;
  background: #fff;
  height: 25rem;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.4583333333333335rem;
}
.icontxtlist li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1979166666666667rem 0;
  border-bottom: 0.052083333333333336rem solid #f2f2f2;
}
.icontxtlist li .icon {
  width: 4.6875rem;
  height: 2.34375rem;
  border-radius: 0.4166666666666667rem;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icontxtlist li .icon img {
  max-width: 80%;
  max-height: 80%;
  display: block;
  object-fit: contain;
}
.icontxtlist li h4 {
  font-size: 0.9375rem;
  color: #232323;
  line-height: 1.4;
  width: calc(100% - 5.208333333333334rem);
  transition: all 0.3s;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis; overflow: hidden;
}
.section2 {
  position: relative;
}
.section2 .wrap {
  position: relative;
  z-index: 2;
}
.section2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5.208333333333334rem;
  width: 48.54166666666667rem;
  height: 9.166666666666668rem;
  background: url(../images/qw14.png) no-repeat center/contain;
}
.section3 {
  margin-top: 4.0833333333333335rem;
  position: relative;
}
.section3 .wrap {
  position: relative;
  z-index: 2;
}
.section3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12.5rem;
  width: 28.854166666666668rem;
  height: 32.5rem;
  background: url(../images/qw20.png) no-repeat center/contain;
}
.section3 .flexc {
  display: flex;
  justify-content: space-between;
}
.section3 .flexc .ltc {
  width: 21.09375rem;
  margin: 0 1.40625rem;
}
.section3 .flexc .ltc li {
  position: relative;
  padding: 0.8854166666666667rem 0;
  border-bottom: 0.052083333333333336rem solid #eeeeee;
}
.section3 .flexc .ltc li a {
  position: relative;
  display: block;
  z-index: 2;
  padding: 0.7291666666666667rem 0;
  padding: 0.7291666666666667rem 1.0416666666666667rem;
}
.section3 .flexc .ltc li a h4 {
  font-size: 0.9375rem;
  color: #232323;
  line-height: 1.4;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis; overflow: hidden;
}
.section3 .flexc .ltc li a h6 {
  font-size: 0.7291666666666667rem;
  color: #0068b7;
  line-height: 1.4;
  margin-top: 0.7291666666666667rem;
}
.section3 .flexc .ltc li.on a {
  padding-left:2.0816666666666667rem;padding-right:0;
}
.section3 .flexc .ltc li.on a h4, .section3 .flexc .ltc li.on a h6 {
  color: #fff;
}
.section3 .flexc .ltc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8854166666666667rem;
  bottom: 0.8854166666666667rem;
  width: 27.708333333333336rem;
  background: url(../images/wico4.png) no-repeat center/100% 100%;
  opacity: 0;
  transition: all 0.5s;
}
.section3 .flexc .ltc li.on::before {
  opacity: 1;
}
.section3 .pic {
  width: 41.04166666666667rem;
  height: 30.3125rem;
  overflow: hidden;
}
.section3 .pic a {
  display: block;
  height: 100%;
}
.section3 .pic a:nth-child(n+2) {
  display: none;
}
.section3 .pic a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section3 .rtc {
  flex: 1;
}
.section3 .rtc li a {
  padding: 1.40625rem;
  display: block;
  border-bottom: 0.052083333333333336rem solid #eeeeee;
}
.section3 .rtc li a h4 {
  font-size: 0.9375rem;
  color: #232323;
  line-height: 1.4;
  margin-bottom: 0.78125rem;
  overflow: hidden;
  height: 2.8em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis; overflow: hidden;
}
.section3 .rtc li a h6 {
  font-size: 0.8333333333333334rem;
  color: #666666;
  line-height: 2;
  padding-left: 1.0416666666666667rem;
  margin: 0.2604166666666667rem 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;text-overflow: ellipsis; overflow: hidden;
}
.section3 .rtc li a .time {
  background: url(../images/qw22.png) no-repeat left center/0.78125rem auto;
}
.section3 .rtc li a .add {
  background: url(../images/qw23.png) no-repeat left center/0.78125rem auto;
}
.section3 .rtc li a:hover {
  background: #e9f0fa;
  border-color: #e9f0fa;
}
.section3 .rtc li a:hover h4 {
  color: #0068b7;
}
.section3 .rtc li:last-child a {
  border: none;
}
.section4 {
  position: relative;
  z-index: 3;
  margin-top: 4.166666666666667rem;
  padding-top: 3.125rem;
  padding-bottom: 5.104166666666667rem;
}
.section4 .wrap {
  position: relative;
  z-index: 3;
}
.section4::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  top: 7.291666666666667rem;
  background: #3887e0;
}
.section4::after {
  content: "";
  position: absolute;
  left: 24.21875rem;
  top: 0;
  bottom: 1.3020833333333335rem;
  right: 0;
  border-radius: 0 0 0 5.208333333333334rem;
  background: #e9f0fa;
}
.section4 .flexc {
  display: flex;
  justify-content: space-between;
}
.section4 .flexc .ltc {
  width: 39.583333333333336rem;
  height: 26.5625rem;
  overflow: hidden;
}
.section4 .flexc .ltc a {
  display: block;
  height: 100%;
  object-fit: cover;
}
.section4 .flexc .ltc a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section4 .flexc .rtc {
  width: calc(100% - 42.44791666666667rem);
}
.section4 .rtc .hd h3 a {
  font-size: 1.4583333333333335rem;
  color: #232323;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;
}
.section4 .rtc .hd p {
  font-size: 0.8333333333333334rem;
  color: #232323;
  line-height: 1.7;
  height: 3.4em;
  overflow: hidden;
  margin: 1.0416666666666667rem 0;
  opacity: 0.71;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis; 
}
.section4 .rtc .hd .mo {
  font-size: 0.8333333333333334rem;
  color: #232323;
  line-height: 1;
  border-bottom: 0.052083333333333336rem solid #6a6d71;
}
.section4 .rtc .hd h3 a:hover {
  color: #0068B7;
}
.section4 .rtc .hd .mo:hover {
  color: #0068B7;
}
.section4 .rtc .swiperlist {
  margin-top: 2.5rem;
  position: relative;
}
.section4 .rtc .swiperc {
  overflow: hidden;
}
.section4 .rtc .swiperlist .next, .section4 .rtc .swiperlist .prev {
  position: absolute;
  left: -1.6666666666666667rem;
  top: 50%;
  width: 0.78125rem;
  height: 1.5625rem;
  background: url(../images/prev1.png) no-repeat center/contain;
  cursor: pointer;
  margin-top: -0.78125rem;
  z-index: 2;
}
.section4 .rtc .swiperlist .next {
  transform: rotate(180deg);
  left: auto;
  right: -1.6666666666666667rem;
}
.section4 .rtc .swiperlist .picovs {
  height: 8.072916666666668rem;
  overflow: hidden;
}
.section4 .rtc .swiperlist .picovs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section4 .rtc .txt {
  padding: 0.625rem 0.78125rem;
  background: #fff;
}
.section4 .rtc .txt p {
  font-size: 0.9375rem;
  color: #232323;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;
}
.section4 .rtc .txt .time {
  font-size: 0.7291666666666667rem;
  color: #0068b7;
  margin-top: 0.5208333333333334rem;
}
.section5 {
  background: url(../images/qw27.png) no-repeat right top/46.25rem auto;
  padding-top: 4.0833333333333335rem;
}
.section5 .piclist ul {
  display: flex;
  flex-wrap: wrap;
}
.section5 .piclist ul li {
  width: calc((100% - 1.25rem)/4);
  margin: 0 0.4166666666666667rem 0.4166666666666667rem 0;
  position: relative;
}
.section5 .piclist ul li:nth-child(1) {
  width: calc((100% - 0.8333333333333334rem)/2);
}
.section5 .piclist ul li:nth-child(7), .section5 .piclist ul li:nth-child(3) {
  margin-right: 0;
}
.section5 .piclist ul li .picovs img {
  width: 100%;
  display: block;
  height: 26.5625rem;
}
.section5 .piclist ul li:nth-child(n+4) .picovs img {
  height: 12.8125rem;
}
.section5 .piclist ul li a {
  display: block;
  position: relative;
}
.section5 .piclist .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  padding: 5.208333333333334rem 1.3020833333333335rem 1.0416666666666667rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section5 .piclist .txt img {
  width: 2.3958333333333335rem;
  display: block;
  margin-right: 0.8333333333333334rem;
}
.section5 .piclist .txt p {
  flex: 1;
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.6;
  margin: 0.5208333333333334rem 0 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;overflow: hidden;
}
.section5 .piclist li:first-child .txt {
  display: block;
}
.section5 .piclist li dl {
  position: absolute;
  left: 1.71875rem;
  top: 5.989583333333334rem;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 12.854166666666668rem;
}
.section5 .piclist li dd {
  width: 2.34375rem;
  height: 2.34375rem;
  margin: 0 0.5208333333333334rem 0.5208333333333334rem 0;
  position: relative;
  cursor: pointer;
}
.section5 .piclist li dd img {
  width: 86%;
  /* height:100%; */
  display: block;
  object-fit: contain;
  margin: 0.5rem auto;
}
.section5 .piclist li dd .wx {
  position: absolute;
  left: 50%;
  width: 6.25rem;
  height: 6.6rem;
  bottom: 100%;
  padding-bottom: 0.5208333333333334rem;
  transform: translateX(-50%);
  display: none;
  background: url('../images/2bj.png') no-repeat center/100% 100%;
}
.section5 .piclist li dd:hover .wx {
  display: block;
}
.section5 .piclist li dd:hover {
  z-index: 2;
}
.section6 {
  padding: 4.04375rem 0;
}
.section6 .pic ul {
  display: flex;
  flex-wrap: wrap;
}
.section6 .pic ul li {
  width: calc((100% - 10.572916666666668rem)/4);
  margin: 0 3.4895833333333335rem 1.5625rem 0;
  overflow: hidden;
}
.section6 .pic ul li:nth-child(4n) {
  margin-right: 0;
}
.section6 .pic ul li a {
  display: block;
  height: 100%;
}
.section6 .pic ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hbg2 {
  background: linear-gradient(to bottom, #fff, #e0edf6);
}
.footer {
  padding: 5.729166666666667rem 0 0;
  background: url(../images/qw45.jpg) no-repeat center/cover;
}
.footer .link dl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5625rem;
  border-bottom: 0.052083333333333336rem solid rgba(255, 255, 255, 0.06);
}
.footer .link dt {
  font-size: 0.78125rem;
  color: #ffffff;
  line-height: 2;
}
.footer .link dd a {
  font-size: 0.78125rem;
  color: #fff;
  line-height: 2;
  display: inline-block;
  opacity: 0.6;
}
.footer .link dd {
  margin-right: 1.5625rem;
}
.footer .link {
  margin-bottom: 2.34375rem;
}
.footer .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.0833333333333335rem;
}
.footer .flex .logo img {
  height: 3.75rem;
  display: block;
}
.footer .flex ul {
  display: flex;
  flex-wrap: wrap;
  width: 16.666666666666668rem;
  padding: 0 3.125rem;
  border-left: 0.052083333333333336rem solid rgba(255, 255, 255, 0.09);
  border-right: 0.052083333333333336rem solid rgba(255, 255, 255, 0.09);
}
.footer .flex ul li {
  margin-right: 3.385416666666667rem;
}
.footer .flex ul li:nth-child(3n) {
  margin-right: 0;
}
.footer .flex ul li a {
  font-size: 0.78125rem;
  color: #ffffff;
  line-height: 1.4583333333333335rem;
  display: inline-block;
}
.footer .flex dt {
  font-size: 0.78125rem;
  color: #ffffff;
  line-height: 1.6;
}
.footer .flex dd {
  font-size: 0.78125rem;
  color: #fff;
  opacity: 0.6;
  line-height: 1.8;
  margin-top: 0.5208333333333334rem;
}
.footer .copyright {
  text-align: center;
  padding: 1.0416666666666667rem 0;
  border-top: 0.052083333333333336rem solid rgba(255, 255, 255, 0.09);
}
.footer .copyright a {
  font-size: 0.78125rem;
  color: #fff;
  opacity: 0.6;
  line-height: 1.6;
}
.hbg2 .fl1 {
  position: relative;
  z-index: 2;
}
.hbg2 .bg1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.hbg2 .b0 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hbg2 .img1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hbg2 .img1 .i0 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hbg2 .img1 .i1 {
  transform: translateY(-.15.625rem);
}
.deng {
  position: absolute;
  left: 84%;
  top: 25%;
  width: 8.75rem;
  max-width: 7vw;
  animation: deng 5s infinite ease-out;
  transform-origin: left top;
  transition: .5s;
}
@keyframes deng {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
  ;
}
.picMarquee {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background:#f00;*/ ;
}
.picMarquee .tempWrap {
  height: 100%;
  overflow: visible !important;
  max-width: 100vw;
}
.picMarquee .bd {
  height: 100%;
  max-width: 100vw;
}
.picMarquee ul {
  height: 100%;
  overflow: visible !important;
}
.picMarquee ul li {
  width: 100vw;
  height: 100%;
  position: relative;
  max-width: 100vw;
}
.huaban {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.huaban .dot {
  width: .125rem;
  height: .125rem;
  position: absolute;
  background: url(../image/huaban_i1.svg);
  background-size: 100% 100%;
}
.huaban img {
  position: absolute;
  width: 1.25vw;
}
.huaban img:nth-child(1) {
  top: 16%;
  left: 7%;
  position: absolute;
  animation: hua 5s infinite linear;
}
.huaban img:nth-child(2) {
  top: -23%;
  left: 44%;
  position: absolute;
  animation: hua 7s infinite linear;
}
.huaban img:nth-child(3) {
  top: 20%;
  left: 69%;
  position: absolute;
  animation: hua 4s infinite linear;
}
.huaban img:nth-child(4) {
  top: 32%;
  left: 90%;
  position: absolute;
  animation: hua 6s infinite linear;
}
@keyframes hua {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(720deg);
  }
  100% {
    transform: rotate(720deg) translateY(7.8125rem);
    opacity: 0;
  }
  ;
}
.luomu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.luomu:after {
  content: "";
  width: 168%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 253, 249, 1);
  background: linear-gradient(to right, rgba(255, 253, 249, 0) 0%, #fffbf4 10%);
  z-index: 1;
}
[data-aos=img_s].luomu:after {
  transform: translateX(-34%);
}
[data-aos=img_s].luomu.aos-animate:after {
  animation: move1s 4s linear 0s 1 normal forwards;
}
@keyframes move1s {
  0% {
    transform: translateX(-34%);
  }
  100% {
    transform: translateX(100%);
  }
  ;
} /* .hbg2 {
	overflow:hidden;
}*/
.hbg2 {
  font-size: 1vw;
}
.hbg2 img {
  display: block;
}
.hbg2 .i0w {
  position: absolute;
  bottom: 0;
  z-index: 10 !important;
}
.hbg2 .i1w {
  width: 40.15625em;
  left: 9%;
  width: 25.416666em;
  z-index: 12 !important;
}
.hbg2 .i2w {
  left: 25%;
  width: 29.114583em;
}
.hbg2 .i2sw {
  width: 25.520833333333336em;
  left: 55.5%;
  z-index: 11 !important;
  width: 48.489583em;
}
.hbg2 .i3w {
  left: 46.25%;
  z-index: 1;
  width: 24.114583em;
}
.hbg2 .i4w {
  left: 72.25%;
  width: 24.635416em;
}
.hbg2 .i5w {
  left: 99%;
  width: 41.666666em;
  z-index: 11 !important;
}
.hbg2 .i6w {
  width: 29.114583em;
  left: -72%;
  pointer-events: none;
}
.hbg2 .i7w {
  width: 23.645833em;
  left: -49%;
}
.hbg2 .i8w {
  left: -26%;
  width: 11.197916em;
}
.hbg2 .i9w {
  left: -17%;
  width: 24.635416em;
}
.hbg2 .i10w {
  width: 26.09375em;
  left: 86%;
  max-width: 25.0625%;
}
.hbg2 .i11w {
  width: 18.59375em;
  left: 112%;
  max-width: 19.03%;
}
.hbg2 .i12w {
  width: 18.59375em;
  left: 158%;
  max-width: 19.03%;
}
.hbg2 .i13w {
  width: 26.5625em;
  left: 199%;
  pointer-events: none;
  max-width: 17.8%;
}
.hbg2 .i14w {
  width: 23.645833333333336em;
  left: 65%;
  pointer-events: none;
  max-width: 23.65%;
}
.hbg2 .i0w .i0 {
  transition: 0.5s;
  cursor: pointer;
  height: 100%;
  position: relative;
  z-index: 10 !important;
}
.hbg2 .i0w .d0 {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.hbg2 .d0 {
  pointer-events: none;
}
.hbg2 .jz1 .i3 {
  z-index: 1;
}
.hbg2 .jz1 .i5 {
  z-index: 1;
}
.w100 {
  width: 100%;
}
.hbg2 .i0w:hover .i0 {
  filter: drop-shadow(0 0 0.5208333333333334em rgba(61, 174, 177, 0.8));
}
.header {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
}
.header.on {
  background: rgba(0, 104, 183, 0.8);
  padding: 0.78125rem 0;
}
@keyframes moveIn {
  0% {
    margin: auto -0.5208333333333334rem;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin: auto 0rem;
    opacity: 0;
  }
  ;
}
.htmore a i {
  -webkit-animation: moveIn 0.8s 0s linear infinite;
  -moz-animation: moveIn 0.8s 0s linear infinite;
}
.section2 .hotlist li a:hover .time {
  background: #0068b7;
}
.section2 .hotlist li a:hover .time h5 {
  color: #fff;
}
.icontxtlist li a:hover h4, .section2 .hotlist li a:hover p {
  color: #0068b7;
}
.section6 .pic ul li img, .section5 .piclist ul li .picovs img, .section4 .rtc .swiperlist .picovs img, .section3 .pic a img, .section2 .rt .picovs img {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
}
.section5 .piclist ul li .picovs {
  overflow: hidden;
}
.section6 .pic ul li a:hover img, .section5 .piclist ul li a:hover .picovs img, .section4 .rtc .swiperlist a:hover .picovs img, .section3 .pic a:hover img, .section2 .rt .picovs a:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9*/
  -moz-transform: scale(1.1);
  /* Firefox*/
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome*/
  -o-transform: scale(1.1);
}
.hmore:hover {
  padding-left: 1.8229166666666667rem;
  font-weight: bold;
}
.section3 .flexc .ltc {
  position: relative;
  z-index: 2;
}
.section4 .rtc a:hover .txt {
  background: #0068b7;
}
.section4 .rtc a:hover .txt p, .section4 .rtc a:hover .txt .time {
  color: #fff;
}
.section6 .pic ul li a {
  position: relative;
}
.section6 .pic ul li p {
  position: absolute;
  left: 1.9791666666666667rem;
  top: 1.4583333333333335rem;
  z-index: 1;
  writing-mode: vertical-rl;
  font-size: 1.2416666666666667rem;
  color: #fff;
  line-height: 1.2;
}
.section6 .pic ul li p.red {
  color: #ffffff;
}
.footer .copyright a:hover, .footer .link dd a:hover {
  opacity: 1;
}
.header .th li .top_nav {
  display: none;
  width: 255px;
  height: 60px;
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.header .th li .top_nav span {
  display: block;
  padding: 0 5px;
}
.header .th li:hover .top_nav {
  display: block;
}
.header .th li .top_nav span {
  color: #ddd;
  margin: 0 8px;
  font-size: 14px;
  line-height: 30px;
}
.pcnone {
  display: none;
}
.section4 .rtc .hd dd:nth-child(n+2) {
  display: none;
}