* {
  margin: 0;
  padding: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1401px) {
  .container {
    max-width: 1400px;
  }
}
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}

html,
body {
  height: 100%;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

nav {
  width: 100%;
  background-color: #5aadd7; /* 设置背景颜色 */
  background-image: url(../images/1-24101Q4221OE.jpg);
  
  
}
nav .top {
  display: flex;
  padding-top: 0px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
nav .top .logo{
  margin: 0 auto;
}
nav .top .logo a {
  display: flex;
  height: 180px;
  align-items: center;
  justify-content: space-between;
}
nav .top .logo a img {
  height: 55%;
}
nav .top .logo a img.l {
  margin-left: 5px;
  padding: 5px 10px;
}
nav .top .search{
  position: absolute;
  right: 0;
}
nav .top .search form {
  position: relative;
}
nav .top .search form:hover input {
  background-color: #fff;
  color: #333;
}
nav .top .search form:hover svg path {
  fill: #000;
}
nav .top .search form input {
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
  width: 230px;
  height: 35px;
  contain: none;
  color: #fff;
  padding: 12px;
  font-size: 14px;
}
nav .top .search form svg {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
nav .navbar {
  padding: 0;
  padding-top: 30px;
  padding-bottom: 0px;
}
nav .navbar ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
nav .navbar ul li {
  flex: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
nav .navbar ul li.on, nav .navbar ul li:hover {
  background-image: url("../images/1-24101Q52311200.png");
}
nav .navbar ul li.on > a, nav .navbar ul li:hover > a {
  color: #5aadd7;
}
nav .navbar ul li a {
  display: block;
  height: 52px;
  width: 100%;
  line-height: 52px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  
  letter-spacing: 1px;
}
nav .navbar .sub-menu{
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  background: #5aadd7;
}
nav .navbar ul li:hover .sub-menu{
  /*display: block;*/
}

.banner .swiper-slide{
	text-align:center;
}
.banner img {
  width: 1367px;
  }
position: absolute;
.banner .swiper-button-prev,
.banner .swiper-button-next {
  margin: 0 10px;
  cursor: pointer !important;
  pointer-events: initial !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}

.c_title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c_title > div {
  display: flex;
}
.c_title > div .title {
  flex: 1;
  background-image: url("../images/1-241022153S1920.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 210px;
  background-position-y: 32px;
  display: flex;
  align-items: flex-end;
  padding: 17px 0px 50px 88px;
}
.c_title > div .title span {
  color: #0f73ba;
  font-weight: bold;
  font-size: 24px;
}
.c_title > div .title span h {
  color: #333;
}
.c_title > div .title p {
  margin: 0;
  letter-spacing: 2px;
  margin-left: 4px;
  color: #b1b1b1;
  font-weight: 400;
}
.c_title > div .subnav {
  display: flex;
  flex: 1;
  align-items: center;
  padding-top: 20px;
}
.c_title > div .subnav ul {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  margin-right: 50px;
}
.c_title > div .subnav ul li.on a {
  background-image: url(../images/1-241022155332b2.png);
  color: #fff;
}
.c_title > div .subnav ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 40px;
  width: 140px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
.c_title > div .subnav .jia a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_title > div .subnav .jia a svg {
  width: 18px;
  height: 18px;
  padding: 2px;
  border-radius: 4px;
  margin-left: 4px;
  background-color: #076eb6;
}

.svgtext {
  display: flex;
  align-items: center;
}
.svgtext svg {
  width: 14px;
  height: 14px;
  margin: 0 4px;
}

.time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0f73ba;
}
.time svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.sw {
  position: relative;
}
.sw .swiper-button-prev,
.sw .swiper-button-next {
  z-index: 2;
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: initial !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(241, 241, 241, 0.52);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.sw .swiper-button-prev:after,
.sw .swiper-button-next:after {
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}
.sw .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.sw .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}

.sw2 {
  position: relative;
}
.sw2 .type {
  display: flex;
}
.sw2 .swiper-pagination-progressbar {
  position: initial;
  flex: 1;
}
.sw2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #076eb6;
}
.sw2 .swiper-button-prev,
.sw2 .swiper-button-next {
  margin-right: 10px;
  position: initial;
  z-index: 2;
  cursor: pointer !important;
  pointer-events: initial !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.sw2 .swiper-button-prev:after,
.sw2 .swiper-button-next:after {
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}

.sw3 {
  position: relative;
}
.sw3 .type {
  display: flex;
  justify-content: center;
}
.sw3 .type .swiper-button-prev,
.sw3 .type .swiper-button-next {
  margin: 0 10px;
  position: initial;
  cursor: pointer !important;
  pointer-events: initial !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.sw3 .type .swiper-button-prev:after,
.sw3 .type .swiper-button-next:after {
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}
.sw3 .type .swiper-pagination {
  position: initial;
  width: 20%;
  margin: 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw3 .type .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  border-radius: 0;
  height: 3px;
  margin: 0;
  opacity: 0.1;
}
.sw3 .type .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 3px;
  background-color: #076eb6;
}

.info {
  padding-bottom: 50px;
}
.info .container {
  display: flex;
  min-height: 370px;
}
.info .container .left {
  flex: 1;
  position: relative;
}
.info .container .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.info .container .info_list {
  flex: 1;
}
.info .container .info_list a {
  display: block;
  background-color: #f7f7f7;
  margin-bottom: 1px;
  padding: 16px 70px 16px 70px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
}
.info .container .info_list a::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #076eb6;
}
.info .container .info_list a .title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.info .container .info_list a .content {
  display: none;
  color: #9b9b9b;
  font-size: 14px;
  margin-top: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.info .container .info_list a > .icon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 14px;
  right: 20px;
  z-index: 3;
}
.info .container .info_list a .add {
  display: block;
}
.info .container .info_list a .time {
  display: none;
  margin-top: 8px;
}
.info .container .info_list a .minus {
  display: none;
}
.info .container .info_list a.on {
  background-color: #fff;
}
.info .container .info_list a.on .content {
  display: -webkit-box;
}
.info .container .info_list a.on .time {
  display: flex;
}
.info .container .info_list a.on .add {
  display: none;
}
.info .container .info_list a.on .minus {
  display: block;
}

.not_par {
  padding-bottom: 50px;
}
.not_par .container {
  display: flex;
}
.not_par .container .not,
.not_par .container .par {
  padding: 0 20px;
}
.not_par .container .not:first-child,
.not_par .container .par:first-child {
  padding-left: 0;
}
.not_par .container .not:last-child,
.not_par .container .par:last-child {
  padding-right: 0;
}
.not_par .container .not {
  width: 45%;
}
.not_par .container .not .mySwiperNot .swiper {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
}
.not_par .container .not .mySwiperNot .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.not_par .container .not .mySwiperNot .swiper .swiper-slide .content {
  padding: 20px;
}
.not_par .container .not .mySwiperNot .swiper .swiper-slide .content h4 {
  font-size: 19px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.not_par .container .not .mySwiperNot .swiper .swiper-slide .content p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #9b9b9b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.not_par .container .not .mySwiperNot .swiper .swiper-slide .content .go {
  color: #076eb6;
  padding-top: 8px;
}
.not_par .container .not .mySwiperNot .swiper .swiper-slide .content .go svg {
  width: 51px;
  height: 32px;
}
.not_par .container .par {
  width: 55%;
}
.not_par .container .par .list a {
  display: flex;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
  margin-bottom: 15px;
}
.not_par .container .par .list a:last-child {
  margin-bottom: 0;
}
.not_par .container .par .list a img {
  width: 35%;
  aspect-ratio: 3/2;
}
.not_par .container .par .list a .con {
  width: 65%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-be tween;
}
.not_par .container .par .list a .con span {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.not_par .container .par .list a .con .go {
  color: #076eb6;
}
.not_par .container .par .list a .con .go svg {
  width: 31px;
  height: 20px;
}

.hotColumn {
  padding-bottom: 50px;
}
.hotColumn .mySwiperHotColumn .swiper .swiper-slide img {
  width: 100%;
  border-radius: 2px;
  aspect-ratio: 3/2;
}
.hotColumn .mySwiperHotColumn .type {
  margin-top: 50px;
}

.billboard {
  padding-bottom: 50px;
  padding-top: 20px;
}
.billboard .swiper {
  margin-bottom: 20px;
}

.s1 li a {
  height: 60px !important;
  width: 140px !important;
  line-height: 60px !important;
}
.s1 li.on a {
  width: 160px !important;
  background-image: url(../images/1-241024155021R3.png) !important;
}

.expo {
  padding-bottom: 30px;
}
.expo .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.expo .container a {
  width: 32.5%;
  display: flex;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
  margin-bottom: 15px;
  flex-direction: column;
}
.expo .container a img {
  width: 100%;
  aspect-ratio: 3/2;
}
.expo .container a .con {
  width: 100%;
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.expo .container a .con span {
  height: 54px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.expo .container a .con .go {
  color: #076eb6;
}
.expo .container a .con .go svg {
  width: 31px;
  height: 20px;
}

.wlsx {
  padding-top: 50px;
  padding-bottom: 40px;
}
.wlsx .container {
  display: flex;
  justify-content: space-between;
}
.wlsx .container > div {
  width: 49%;
  height: 280px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
  position: relative;
}
.wlsx .container > div a {
  display: block;
  height: 100%;
}
.wlsx .container > div a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wlsx .container > div a .con {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(7, 110, 182, 0.631372549);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
.wlsx .container > div a .con span {
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  width: 32px;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: cursive;
  transition: 0.3s;
  text-align: center;
}
.wlsx .container > div a .con p {
  margin-top: 40px;
  color: #fff;
  font-family: cursive;
}
.wlsx .container > div a:hover .con {
  width: 100%;
}
.wlsx .container > div a:hover .con span {
  width: 100%;
}

.bgfb {
  background-color: #f8f8f8;
  padding-top: 1px;
}

.footer {
  background-image: url("../images/1-2410241I934M1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .link {
  display: flex;
  padding: 20px 10px;
}
.footer .link .time {
  color: #fff;
  align-items: flex-end;
}
.footer .link .time svg {
  width: 18px;
  height: 18px;
  margin-right: 0;
}
.footer .link ul {
  display: flex;
  margin-bottom: 0;
  flex: 1;
}
.footer .link ul li {
  margin-right: 20px;
}
.footer .link ul li a {
  color: #fff;
}
.footer .h {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .con {
  padding: 50px 10px;
  display: flex;
}
.footer .con .info {
  flex: 1;
}
.footer .con .info img {
  width: 300px;
}
.footer .con .info ul {
  margin-top: 50px;
}
.footer .con .info ul li {
  display: flex;
  color: #fff;
  font-size: 18px;
  align-items: center;
  margin-bottom: 10px;
}
.footer .con .info ul li svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.footer .con .nav {
  width: 50%;
  justify-content: space-evenly;
  display: flex;
}
.footer .con .nav div span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}
.footer .con .nav div span::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.footer .con .nav div a {
  display: block;
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .con .cq {
  width: 120px;
}
.footer .con .cq .img {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
}
.footer .con .cq .img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .con .cq .info {
  text-align: center;
  margin-top: 15px;
}
.footer .con .cq .info p {
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.footer-bottom {
  background-color: #363636;
  padding: 16px 10px;
}
.footer-bottom .container {
  color: #fff;
  text-align: center;
}
.footer-bottom .container a {
  color: #fff;
}
.footer-bottom .container p {
  padding: 0;
  margin: 0;
  margin-top: 8px;
}

.box_3247698583465 {
  /*! CSS Used from: https://www.aheast.org.cn/static/home/css/common.css?v=0.0.0 */
  /*! @import https://www.aheast.org.cn/static/home/font/iconfont.css */
  /*! end @import */
  /*! CSS Used from: https://www.aheast.org.cn/static/home/css/fonts.css */
  /*! CSS Used from: https://www.aheast.org.cn/static/home/css/style.css?v=0.0.0 */
  /*! CSS Used from: https://www.aheast.org.cn/static/home/css/mobile.css?v=0.0.0 */
  /*! CSS Used fontfaces */
}
.box_3247698583465 .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.box_3247698583465 .container {
  margin: auto;
}
.box_3247698583465 .icon-youjiantou1:before {
  content: "\e601";
}
.box_3247698583465 .icon-back:before {
  content: "\e66a";
}
.box_3247698583465 .icon-home-filling:before {
  content: "\e690";
}
.box_3247698583465 .iconfont {
  font-size: 20px;
}
.box_3247698583465 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
.box_3247698583465 a {
  color: #333;
  text-decoration: none;
  border: 0 none;
}
.box_3247698583465 i {
  font-style: normal;
}
.box_3247698583465 a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.box_3247698583465 ::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.box_3247698583465 ::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.box_3247698583465 ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: var(--black);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.box_3247698583465 .pt-40 {
  padding-top: 40px;
}
.box_3247698583465 .pb-40 {
  padding-bottom: 40px;
}
.box_3247698583465 .pb-50 {
  padding-bottom: 50px;
}
.box_3247698583465 .ml-5 {
  margin-left: 5px;
}
.box_3247698583465 .mr-5 {
  margin-right: 5px;
}
.box_3247698583465 .mr-10 {
  margin-right: 10px;
}
.box_3247698583465 .mr-20 {
  margin-right: 20px;
}
.box_3247698583465 .mb-20 {
  margin-bottom: 20px;
}
.box_3247698583465 .color-666 {
  color: #666;
}
.box_3247698583465 .bg-f9 {
  background-color: rgba(249, 249, 249, 0.9764705882);
}
.box_3247698583465 .flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_3247698583465 .flex-center {
  display: flex;
  align-items: center;
}
.box_3247698583465 .transition {
  transition: all 0.36s;
}
.box_3247698583465 .font-weight {
  font-weight: bold;
}
.box_3247698583465 .pc-show {
  display: block;
}
.box_3247698583465 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  .box_3247698583465 .pc-show {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .box_3247698583465 .pt-40 {
    padding-top: 36px;
  }
  .box_3247698583465 .pb-40 {
    padding-bottom: 36px;
  }
  .box_3247698583465 .pb-50 {
    padding-bottom: 40px;
  }
  .box_3247698583465 .mr-10 {
    margin-right: 8px;
  }
  .box_3247698583465 .mr-20 {
    margin-right: 16px;
  }
  .box_3247698583465 .mb-20 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .box_3247698583465 .pt-40 {
    padding-top: 34px;
  }
  .box_3247698583465 .pb-40 {
    padding-bottom: 34px;
  }
  .box_3247698583465 .pb-50 {
    padding-bottom: 35px;
  }
  .box_3247698583465 .mr-10 {
    margin-right: 6px;
  }
  .box_3247698583465 .mr-20 {
    margin-right: 15px;
  }
  .box_3247698583465 .mb-20 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .box_3247698583465 .pt-40 {
    padding-top: 30px;
  }
  .box_3247698583465 .pb-40 {
    padding-bottom: 30px;
  }
  .box_3247698583465 .pb-50 {
    padding-bottom: 30px;
  }
  .box_3247698583465 .mr-10 {
    margin-right: 5px;
  }
  .box_3247698583465 .mr-20 {
    margin-right: 12px;
  }
  .box_3247698583465 .mb-20 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .box_3247698583465 .pt-40 {
    padding-top: 20px;
  }
  .box_3247698583465 .pb-40 {
    padding-bottom: 20px;
  }
  .box_3247698583465 .pb-50 {
    padding-bottom: 25px;
  }
  .box_3247698583465 .mr-10 {
    margin-right: 5px;
  }
  .box_3247698583465 .mr-20 {
    margin-right: 15px;
  }
  .box_3247698583465 .mb-20 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .box_3247698583465 .pt-40 {
    padding-top: 20px;
  }
  .box_3247698583465 .pb-40 {
    padding-bottom: 20px;
  }
  .box_3247698583465 .pb-50 {
    padding-bottom: 20px;
  }
}
.box_3247698583465 .font14 {
  font-size: 14px;
}
.box_3247698583465 .font30 {
  font-size: clamp(0.875rem, 0.675rem + 1vw, 1.875rem);
}
@media screen and (max-width: 1440px) {
  .box_3247698583465 .font14 {
    font-size: 12px;
  }
}
.box_3247698583465 .w90 {
  width: min(84%, 1500px);
  margin: 0 auto;
}
.box_3247698583465 .location .icon-youjiantou1 {
  transform: scale(0.6);
  color: #999999;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.box_3247698583465 .location a:hover {
  color: var(--blue);
}
.box_3247698583465 .backButton:hover {
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  .box_3247698583465 .w90 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1040px) {
  .box_3247698583465 .w90 {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .box_3247698583465 .iconfont {
    font-size: 16px;
  }
  .box_3247698583465 .w90 {
    width: calc(100% - 40px);
  }
  .box_3247698583465 .location {
    justify-content: flex-end;
  }
}
@font-face {
  font-family: "iconfont";
  src: url("https://www.aheast.org.cn/static/home/font/iconfont.woff2?t=1702458813791") format("woff2"), url("https://www.aheast.org.cn/static/home/font/iconfont.woff?t=1702458813791") format("woff"), url("https://www.aheast.org.cn/static/home/font/iconfont.ttf?t=1702458813791") format("truetype");
}

.box_367458936745 {
  /*! CSS Used from: https://www.ahztsh.com/static/home/css/common.css?v=0.0.0 */
  /*! CSS Used from: https://www.ahztsh.com/static/home/css/fonts.css */
  /*! CSS Used from: https://www.ahztsh.com/static/home/css/style.css?v=0.0.0 */
  /*! CSS Used from: https://www.ahztsh.com/static/home/css/mobile.css?v=0.0.0 */
  /*! CSS Used fontfaces */
}
.box_367458936745 .DIN {
  font-family: "DIN";
}
.box_367458936745 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
.box_367458936745 img {
  border: 0 none;
}
.box_367458936745 ul {
  list-style: none;
}
.box_367458936745 a {
  color: #333;
  text-decoration: none;
  border: 0 none;
}
.box_367458936745 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.box_367458936745 a img {
  border: 0 none;
}
.box_367458936745 a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.box_367458936745 ::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.box_367458936745 ::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.box_367458936745 ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: var(--black);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.box_367458936745 .pt-10 {
  padding-top: 10px;
}
.box_367458936745 .pb-10 {
  padding-bottom: 10px;
}
.box_367458936745 .pt-30 {
  padding-top: 30px;
}
.box_367458936745 .pl-30 {
  padding-left: 30px;
}
.box_367458936745 .pb-50 {
  padding-bottom: 50px;
}
.box_367458936745 .pt-70 {
  padding-top: 70px;
}
.box_367458936745 .pb-70 {
  padding-bottom: 70px;
}
.box_367458936745 .mt-40 {
  margin-top: 40px;
}
.box_367458936745 .color-red {
  color: #0f73ba;
}
.box_367458936745 .color-666 {
  color: #666;
}
.box_367458936745 .color-555 {
  color: #555;
}
.box_367458936745 .color-aaa {
  color: #aaa;
}
.box_367458936745 .flex-between {
  display: flex;
  justify-content: space-between;
}
.box_367458936745 .container {
  margin: auto;
}
.box_367458936745 .flex-column {
  flex-direction: column;
}
.box_367458936745 .posi {
  position: relative;
}
.box_367458936745 .w48 {
  width: 48%;
}
.box_367458936745 .img {
  position: relative;
  overflow: hidden;
}
.box_367458936745 .text-right {
  text-align: right;
}
.box_367458936745 .font-weight {
  font-weight: bold;
}
.box_367458936745 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_367458936745 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_367458936745 .line-height2-4 {
  line-height: 2.4;
}
.box_367458936745 .line-height1 {
  line-height: 1;
}
.box_367458936745 .pc-show {
  display: block;
}
.box_367458936745 .border-top {
  border-top: 1px solid #e5e5e5;
}
.box_367458936745 .mask-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  transition: transform 0.6s;
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.box_367458936745 .maskBox:hover .mask-white {
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.box_367458936745 .infoImg img {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .box_367458936745 .pc-show {
    display: none;
  }
  .box_367458936745 .wapFlex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .box_367458936745 .line-height2-4 {
    line-height: 2;
  }
  .box_367458936745 .infoImg img {
    height: auto !important;
  }
  .box_367458936745 .wapMax {
    width: 100% !important;
  }
}
@media screen and (max-width: 1600px) {
  .box_367458936745 .pt-10 {
    padding-top: 8px;
  }
  .box_367458936745 .pb-10 {
    padding-bottom: 8px;
  }
  .box_367458936745 .pt-30 {
    padding-top: 26px;
  }
  .box_367458936745 .pl-30 {
    padding-left: 26px;
  }
  .box_367458936745 .pb-50 {
    padding-bottom: 40px;
  }
  .box_367458936745 .pt-70 {
    padding-top: 60px;
  }
  .box_367458936745 .pb-70 {
    padding-bottom: 60px;
  }
  .box_367458936745 .mt-40 {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1440px) {
  .box_367458936745 .pt-10 {
    padding-top: 6px;
  }
  .box_367458936745 .pb-10 {
    padding-bottom: 6px;
  }
  .box_367458936745 .pt-30 {
    padding-top: 24px;
  }
  .box_367458936745 .pl-30 {
    padding-left: 24px;
  }
  .box_367458936745 .pb-50 {
    padding-bottom: 35px;
  }
  .box_367458936745 .pt-70 {
    padding-top: 50px;
  }
  .box_367458936745 .pb-70 {
    padding-bottom: 50px;
  }
  .box_367458936745 .mt-40 {
    margin-top: 34px;
  }
}
@media screen and (max-width: 1280px) {
  .box_367458936745 .pt-10 {
    padding-top: 5px;
  }
  .box_367458936745 .pb-10 {
    padding-bottom: 5px;
  }
  .box_367458936745 .pt-30 {
    padding-top: 22px;
  }
  .box_367458936745 .pl-30 {
    padding-left: 22px;
  }
  .box_367458936745 .pb-50 {
    padding-bottom: 30px;
  }
  .box_367458936745 .pt-70 {
    padding-top: 40px;
  }
  .box_367458936745 .pb-70 {
    padding-bottom: 40px;
  }
  .box_367458936745 .mt-40 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .box_367458936745 .pt-10 {
    padding-top: 5px;
  }
  .box_367458936745 .pb-10 {
    padding-bottom: 5px;
  }
  .box_367458936745 .pt-30 {
    padding-top: 18px;
  }
  .box_367458936745 .pl-30 {
    padding-left: 18px;
  }
  .box_367458936745 .pb-50 {
    padding-bottom: 25px;
  }
  .box_367458936745 .pt-70 {
    padding-top: 35px;
  }
  .box_367458936745 .pb-70 {
    padding-bottom: 35px;
  }
  .box_367458936745 .mt-40 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .box_367458936745 .pb-50 {
    padding-bottom: 20px;
  }
  .box_367458936745 .pt-70 {
    padding-top: 20px;
  }
  .box_367458936745 .pb-70 {
    padding-bottom: 20px;
  }
  .box_367458936745 .mt-40 {
    margin-top: 20px;
  }
}
.box_367458936745 .font24 {
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
}
.box_367458936745 .w90 {
  width: min(90%, 1600px);
  margin: 0 auto;
}
.box_367458936745 .linka a:hover {
  color: #0f73ba;
}
.box_367458936745 .newsLeft {
  width: 65%;
}
.box_367458936745 .newsRight {
  width: 31%;
}
.box_367458936745 .newsRight .tit::after {
  height: 1em;
  width: 6px;
  background: #0f73ba;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.box_367458936745 .newsRightUl a .img {
  width: 185px;
  height: 115px;
}
.box_367458936745 .newsRightUl a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_367458936745 .newsRightUl a .text {
  width: calc(100% - 204px);
}
.box_367458936745 .newsRightUl a:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media screen and (max-width: 1440px) {
  .box_367458936745 .newsRightUl a .img {
    width: 165px;
    height: 100px;
  }
  .box_367458936745 .newsRightUl a .text {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 1280px) {
  .box_367458936745 .newsRightUl a .img {
    width: 145px;
    height: 100px;
  }
  .box_367458936745 .newsRightUl a .text {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1040px) {
  .box_367458936745 .w90 {
    width: 96%;
  }
}
@media screen and (max-width: 750px) {
  .box_367458936745 .w90 {
    width: calc(100vw - 40px);
  }
}
@font-face {
  font-family: "DIN";
  src: url("https://www.ahztsh.com/static/home/font/DIN-Medium.eot");
  src: url("https://www.ahztsh.com/static/home/font/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.ahztsh.com/static/home/font/DIN-Medium.woff") format("woff"), url("https://www.ahztsh.com/static/home/font/DIN-Medium.ttf") format("truetype"), url("https://www.ahztsh.com/static/home/font/DIN-Medium.svg#DIN-Medium") format("svg");
  font-style: normal;
  font-weight: normal;
}

.box_73845893485 {
  /*! CSS Used from: http://www.ahgkhb.com/static/home/css/common.css?v=0.0.0 */
  /*! @import http://www.ahgkhb.com/static/home/font/iconfont.css */
  /*! end @import */
  /*! CSS Used from: http://www.ahgkhb.com/static/home/css/style.css?v=0.0.0 */
  /*! CSS Used from: http://www.ahgkhb.com/static/home/css/media.css?v=0.0.0 */
  /*! CSS Used from: http://www.ahgkhb.com/static/home/css/mobile.css?v=0.0.0 */
  /*! CSS Used fontfaces */
}
.box_73845893485 .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.box_73845893485 .icon-xiangyoujiantou:before {
  content: "\e65f";
}
.box_73845893485 .icon-xiangzuojiantou:before {
  content: "\e660";
}
.box_73845893485 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
.box_73845893485 img {
  border: 0 none;
}
.box_73845893485 a {
  color: #333;
  text-decoration: none;
  border: 0 none;
}
.box_73845893485 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.box_73845893485 i {
  font-style: normal;
}
.box_73845893485 a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.box_73845893485 ::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.box_73845893485 ::-webkit-scrollbar-track {
  border-radius: 5px;
}
.box_73845893485 ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #125999;
}
.box_73845893485 .pb-30 {
  padding-bottom: 30px;
}
.box_73845893485 .pt-40 {
  padding-top: 40px;
}
.box_73845893485 .pb-40 {
  padding-bottom: 40px;
}
.box_73845893485 .pt-60 {
  padding-top: 60px;
}
.box_73845893485 .pb-60 {
  padding-bottom: 60px;
}
.box_73845893485 .ml-10 {
  margin-left: 10px;
}
.box_73845893485 .mr-10 {
  margin-right: 10px;
}
.box_73845893485 .ml-20 {
  margin-left: 20px;
}
.box_73845893485 .mr-20 {
  margin-right: 20px;
}
.box_73845893485 .mt-30 {
  margin-top: 30px;
}
.box_73845893485 .f20 {
  font-size: 20px;
}
.box_73845893485 .f34 {
  font-size: 34px;
}
.box_73845893485 .color-666 {
  color: #666;
}
.box_73845893485 .flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_73845893485 .flex-center {
  display: flex;
  align-items: center;
}
.box_73845893485 .text-center {
  text-align: center;
}
.box_73845893485 .font-weight {
  font-weight: bold;
}
.box_73845893485 .line-height2-4 {
  line-height: 2.4;
}
.box_73845893485 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  .box_73845893485 .line-height2-4 {
    line-height: 2;
  }
}
.box_73845893485 .w1440 {
  width: 1440px;
  margin: 0 auto;
}
.box_73845893485 ::-moz-selection {
  background-color: salmon;
  color: white;
}
.box_73845893485 ::selection {
  background-color: salmon;
  color: white;
}
.box_73845893485 .artLink {
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
}
.box_73845893485 .artLink a {
  color: #666666;
  width: 40%;
  transition: all 0.2s;
}
.box_73845893485 .artLink a:hover {
  color: #125999;
}
.box_73845893485 .artLink a p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  flex: 1;
  font-size: 15px;
}
.box_73845893485 .artLink a:nth-child(2) {
  margin: 0 15px;
  background: #125999;
  color: #ffffff;
  border-radius: 35px;
  width: 110px;
  padding: 10px 0;
  text-align: center;
}
.box_73845893485 .artLink a:nth-child(1) p {
  width: 94%;
}
.box_73845893485 .artLink a:nth-child(3) p {
  width: 94%;
  text-align: right;
}
.box_73845893485 .link1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}
@media screen and (max-width: 1600px) {
  .box_73845893485 .pb-30 {
    padding-bottom: 26px;
  }
  .box_73845893485 .pt-40 {
    padding-top: 36px;
  }
  .box_73845893485 .pb-40 {
    padding-bottom: 36px;
  }
  .box_73845893485 .pt-60 {
    padding-top: 55px;
  }
  .box_73845893485 .pb-60 {
    padding-bottom: 55px;
  }

  .box_73845893485 .pt-70 {
    padding-top: 60px;
  }
  .box_73845893485 .pb-70 {
    padding-bottom: 60px;
  }

  .box_73845893485 .ml-10 {
    margin-left: 8px;
  }
  .box_73845893485 .mr-10 {
    margin-right: 8px;
  }
  .box_73845893485 .ml-20 {
    margin-left: 16px;
  }
  .box_73845893485 .mr-20 {
    margin-right: 16px;
  }
  .box_73845893485 .mt-30 {
    margin-top: 26px;
  }
}
@media screen and (max-width: 1440px) {
  .box_73845893485 .pb-30 {
    padding-bottom: 24px;
  }
  .box_73845893485 .pt-40 {
    padding-top: 34px;
  }
  .box_73845893485 .pb-40 {
    padding-bottom: 34px;
  }
  .box_73845893485 .pt-60 {
    padding-top: 50px;
  }
  .box_73845893485 .pb-60 {
    padding-bottom: 50px;
  }
  .box_73845893485 .ml-10 {
    margin-left: 6px;
  }
  .box_73845893485 .mr-10 {
    margin-right: 6px;
  }
  .box_73845893485 .ml-20 {
    margin-left: 15px;
  }
  .box_73845893485 .mr-20 {
    margin-right: 15px;
  }
  .box_73845893485 .mt-30 {
    margin-top: 24px;
  }
  .box_73845893485 .f20 {
    font-size: 18px;
  }
  .box_73845893485 .f34 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .box_73845893485 .pb-30 {
    padding-bottom: 22px;
  }
  .box_73845893485 .pt-40 {
    padding-top: 32px;
  }
  .box_73845893485 .pb-40 {
    padding-bottom: 32px;
  }
  .box_73845893485 .pt-60 {
    padding-top: 50px;
  }
  .box_73845893485 .pb-60 {
    padding-bottom: 50px;
  }
  .box_73845893485 .ml-10 {
    margin-left: 5px;
  }
  .box_73845893485 .mr-10 {
    margin-right: 5px;
  }
  .box_73845893485 .ml-20 {
    margin-left: 12px;
  }
  .box_73845893485 .mr-20 {
    margin-right: 12px;
  }
  .box_73845893485 .mt-30 {
    margin-top: 22px;
  }
  .box_73845893485 .f20 {
    font-size: 16px;
  }
  .box_73845893485 .f34 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .box_73845893485 .pb-30 {
    padding-bottom: 18px;
  }
  .box_73845893485 .pt-40 {
    padding-top: 28px;
  }
  .box_73845893485 .pb-40 {
    padding-bottom: 28px;
  }
  .box_73845893485 .pt-60 {
    padding-top: 42px;
  }
  .box_73845893485 .pb-60 {
    padding-bottom: 42px;
  }
  .box_73845893485 .ml-10 {
    margin-left: 5px;
  }
  .box_73845893485 .mr-10 {
    margin-right: 5px;
  }
  .box_73845893485 .ml-20 {
    margin-left: 15px;
  }
  .box_73845893485 .mr-20 {
    margin-right: 15px;
  }
  .box_73845893485 .mt-30 {
    margin-top: 18px;
  }
}
@media screen and (max-width: 750px) {
  .box_73845893485 .pt-40 {
    padding-top: 20px;
  }
  .box_73845893485 .pb-40 {
    padding-bottom: 20px;
  }
  .box_73845893485 .pt-60 {
    padding-top: 20px;
  }
  .box_73845893485 .pb-60 {
    padding-bottom: 20px;
  }
  .box_73845893485 .f20 {
    font-size: 14px;
  }
  .box_73845893485 .f34 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .box_73845893485 .w1440 {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  .box_73845893485 .w1440 {
    width: 96%;
  }
}
@media screen and (max-width: 750px) {
  .box_73845893485 .w1440 {
    width: 100%;
    padding: 0 20px;
  }
  .box_73845893485 .artLink a:nth-child(2) {
    display: none;
  }
  .box_73845893485 .link1 span {
    width: 30px;
    height: 30px;
  }
  .box_73845893485 .artLink {
    padding: 15px 0;
    margin-top: 0;
  }
  .box_73845893485 .artLink a {
    width: 49%;
  }
}
@font-face {
  font-family: "iconfont";
  src: url("http://www.ahgkhb.com/static/home/font/iconfont.woff2?t=1668389736761") format("woff2"), url("http://www.ahgkhb.com/static/home/font/iconfont.woff?t=1668389736761") format("woff"), url("http://www.ahgkhb.com/static/home/font/iconfont.ttf?t=1668389736761") format("truetype");
}

.box_3467598374 {
  /*! CSS Used from: http://www.ahhipower.com/static/home/css/common.css?v=0.0.0 */
  /*! @import http://www.ahhipower.com/static/home/font/iconfont.css */
  /*! end @import */
  /*! CSS Used from: http://www.ahhipower.com/static/home/css/fonts.css?v=0.0.0 */
  /*! CSS Used from: http://www.ahhipower.com/static/home/css/style.css?v=0.0.0 */
  /*! CSS Used from: http://www.ahhipower.com/static/home/css/mobile.css?v=0.0.0 */
  /*! CSS Used fontfaces */
}
.box_3467598374 .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.box_3467598374 .icon-logo-arrowRd-copy:before {
  content: "\eb9a";
}
.box_3467598374 .iconfont {
  font-size: 20px;
}
.box_3467598374 .DIN {
  font-family: "DIN";
}
.box_3467598374 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
.box_3467598374 img {
  border: 0 none;
}
.box_3467598374 ul,
.box_3467598374 li {
  list-style: none;
}
.box_3467598374 a {
  color: #333;
  text-decoration: none;
  border: 0 none;
}
.box_3467598374 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.box_3467598374 a img {
  border: 0 none;
}
.box_3467598374 i {
  font-style: normal;
}
.box_3467598374 a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.box_3467598374 ::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.box_3467598374 ::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.box_3467598374 ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: var(--black);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.box_3467598374 .pt-30 {
  padding-top: 30px;
}
.box_3467598374 .pb-30 {
  padding-bottom: 30px;
}
.box_3467598374 .pt-70 {
  padding-top: 70px;
}
.box_3467598374 .pb-70 {
  padding-bottom: 70px;
}
.box_3467598374 .mt-10 {
  margin-top: 10px;
}
.box_3467598374 .mt-15 {
  margin-top: 15px;
}
.box_3467598374 .mt-20 {
  margin-top: 20px;
}
.box_3467598374 .mt-50 {
  margin-top: 50px;
}
.box_3467598374 .mr-50 {
  margin-right: 50px;
}
.box_3467598374 .color-666 {
  color: #666;
}
.box_3467598374 .color-888 {
  color: #888;
}
.box_3467598374 .bg-f4, .box_73845893485 .bg-f4 {
  background-color: #f4f5fa;
}
.box_3467598374 .flex-center {
  display: flex;
  align-items: center;
}
.box_3467598374 .flex {
  display: flex;
}
.box_3467598374 .flex-wrap {
  flex-wrap: wrap;
}
.box_3467598374 .block {
  display: block;
}
.box_3467598374 .posi {
  position: relative;
}
.box_3467598374 .posi-a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.box_3467598374 .hmax {
  height: 100%;
}
.box_3467598374 .wmax {
  width: 100%;
}
.box_3467598374 .bigImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_3467598374 .img {
  position: relative;
  overflow: hidden;
}
.box_3467598374 .transition {
  transition: all 0.36s;
}
.box_3467598374 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_3467598374 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_3467598374 .border {
  border: 1px solid #e5e5e5;
}
.box_3467598374 .radius50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media screen and (max-width: 1600px) {
  .box_3467598374 .pt-30 {
    padding-top: 26px;
  }
  .box_3467598374 .pb-30 {
    padding-bottom: 26px;
  }
  .box_3467598374 .pt-70 {
    padding-top: 60px;
  }
  .box_3467598374 .pb-70 {
    padding-bottom: 60px;
  }
  .box_3467598374 .mt-10 {
    margin-top: 8px;
  }
  .box_3467598374 .mt-15 {
    margin-top: 13px;
  }
  .box_3467598374 .mt-20 {
    margin-top: 16px;
  }
  .box_3467598374 .mt-50 {
    margin-top: 40px;
  }
  .box_3467598374 .mr-50 {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .box_3467598374 .pt-30 {
    padding-top: 24px;
  }
  .box_3467598374 .pb-30 {
    padding-bottom: 24px;
  }
  .box_3467598374 .pt-70 {
    padding-top: 50px;
  }
  .box_3467598374 .pb-70 {
    padding-bottom: 50px;
  }
  .box_3467598374 .mt-10 {
    margin-top: 6px;
  }
  .box_3467598374 .mt-15 {
    margin-top: 10px;
  }
  .box_3467598374 .mt-20 {
    margin-top: 15px;
  }
  .box_3467598374 .mt-50 {
    margin-top: 35px;
  }
  .box_3467598374 .mr-50 {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .box_3467598374 .pt-30 {
    padding-top: 22px;
  }
  .box_3467598374 .pb-30 {
    padding-bottom: 22px;
  }
  .box_3467598374 .pt-70 {
    padding-top: 40px;
  }
  .box_3467598374 .pb-70 {
    padding-bottom: 40px;
  }
  .box_3467598374 .mt-10 {
    margin-top: 5px;
  }
  .box_3467598374 .mt-15 {
    margin-top: 8px;
  }
  .box_3467598374 .mt-20 {
    margin-top: 12px;
  }
  .box_3467598374 .mt-50 {
    margin-top: 30px;
  }
  .box_3467598374 .mr-50 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .box_3467598374 .pt-30 {
    padding-top: 18px;
  }
  .box_3467598374 .pb-30 {
    padding-bottom: 18px;
  }
  .box_3467598374 .pt-70 {
    padding-top: 35px;
  }
  .box_3467598374 .pb-70 {
    padding-bottom: 35px;
  }
  .box_3467598374 .mt-10 {
    margin-top: 5px;
  }
  .box_3467598374 .mt-15 {
    margin-top: 8px;
  }
  .box_3467598374 .mt-20 {
    margin-top: 15px;
  }
  .box_3467598374 .mt-50 {
    margin-top: 25px;
  }
  .box_3467598374 .mr-50 {
    margin-right: 25px;
  }
}
@media screen and (max-width: 750px) {
  .box_3467598374 .pt-70 {
    padding-top: 20px;
  }
  .box_3467598374 .pb-70 {
    padding-bottom: 20px;
  }
  .box_3467598374 .mt-50 {
    margin-top: 20px;
  }
  .box_3467598374 .mr-50 {
    margin-right: 20px;
  }
}
.box_3467598374 .font18 {
  font-size: clamp(0.75rem, 0.675rem + 0.38vw, 1.125rem);
}
.box_3467598374 .font22 {
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
}
.box_3467598374 .font30 {
  font-size: clamp(0.875rem, 0.675rem + 1vw, 1.875rem);
}
.box_3467598374 .w90, .box_73845893485 .w90 {
  width: min(86%, 1600px);
  margin: 0 auto;
}
.box_3467598374 .newslist li {
  width: calc((100% - 160px) / 3);
  margin-right: 80px;
  border-bottom: 2px solid #e2e2e2;
}
.box_3467598374 .newslist li::after {
  display: block;
  content: "";
  background: var(--orange);
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  transition: all 0.36s;
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
}
.box_3467598374 .newslist li .img {
  padding-bottom: 60%;
}
.box_3467598374 .newslist li .round {
  width: 30px;
  height: 30px;
  border-color: #666;
}
.box_3467598374 .newslist li .round .iconfont {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.box_3467598374 .newslist li:hover {
  color: var(--orange);
}
.box_3467598374 .newslist li:hover::after {
  width: 100%;
}
.box_3467598374 .newslist li:hover .img {
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.3);
}
.box_3467598374 .newslist li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.box_3467598374 .newslist li:hover .more {
  color: var(--orange);
}
.box_3467598374 .newslist li:hover .more .round {
  border-color: var(--orange);
}
.box_3467598374 .newslist li:hover .more .round .iconfont {
  right: -50%;
}
.box_3467598374 .newslist li {
  width: calc((100% - 160px) / 3);
  margin-right: 80px;
}
/**
 * 列表主体
 */
.list_main{
  display: flex;
  align-items: flex-start;
}
.list_main .in_left{
  width: 20%;
  background: #5aadd7;
  padding-bottom: 30px;
  position: sticky;
  top: 60px;
  /*z-index: 999;*/
  border-radius:0 0 10% 10%;
}
.list_main .in_left h2{
  font-size: 26px;
  color: #fff;
  text-align: center;
  height: 110px;
  line-height: 86px;
  font-weight:bold;
  border-bottom: 30px solid;
  border-image: linear-gradient(#000, transparent) 10 10; /* 上下左右的渐变距离 */
}
.list_main .in_left .left_urls a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
.list_main .in_left .left_urls a:hover, .list_main .in_left .left_urls a.on{
  background: #076eb6;
}
.list_main .in_right{
  width: 80%;
  margin-left: 30px;
  background: #fff;
  padding: 36px;
}

.list_main .in_right .location{
  padding-bottom: 36px;
  margin-bottom: 36px;
}

.list_main .in_right .location a:hover{
  color: var(--blue);
}

@media screen and (max-width: 1920px) and (min-width: 1040px) {
  .box_3467598374 .newslist li:nth-child(3n) {
    margin-right: 0;
  }
  .box_3467598374 .newslist li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1660px) {
  .box_3467598374 .newslist li {
    width: calc((100% - 140px) / 3);
    margin-right: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .box_3467598374 .newslist li {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
  }
  .box_3467598374 .newslist li .round {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .box_3467598374 .w90 {
    width: 90%;
  }
  .box_3467598374 .newslist li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .box_3467598374 .newslist li .round {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .box_3467598374 .w90 {
    width: 96%;
  }
}
@media screen and (max-width: 1040px) and (min-width: 520px) {
  .box_3467598374 .newslist li {
    width: 48%;
    margin-right: 4%;
  }
  .box_3467598374 .newslist li:nth-child(2n) {
    margin-right: 0;
  }
  .box_3467598374 .newslist li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .box_3467598374 .iconfont {
    font-size: 16px;
  }
  .box_3467598374 .w90 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 520px) {
  .box_3467598374 .newslist li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .box_3467598374 .newslist li:nth-child(2n) {
    margin-right: 0;
  }
  .box_3467598374 .newslist li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@font-face {
  font-family: "iconfont";
  src: url("http://www.ahhipower.com/static/home/font/iconfont.woff2?t=1708479363090") format("woff2"), url("http://www.ahhipower.com/static/home/font/iconfont.woff?t=1708479363090") format("woff"), url("http://www.ahhipower.com/static/home/font/iconfont.ttf?t=1708479363090") format("truetype");
}
@font-face {
  font-family: "DIN";
  src: url("http://www.ahhipower.com/static/home/font/DIN-Medium.eot");
  src: url("http://www.ahhipower.com/static/home/font/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("http://www.ahhipower.com/static/home/font/DIN-Medium.woff") format("woff"), url("http://www.ahhipower.com/static/home/font/DIN-Medium.ttf") format("truetype"), url("http://www.ahhipower.com/static/home/font/DIN-Medium.svg#DIN-Medium") format("svg");
  font-style: normal;
  font-weight: normal;
}

.box_w467e587 {
  /*! CSS Used from: https://www.xikoe.com/static/modules/cms/css/xk.css */
  /*! CSS Used fontfaces */
}
.box_w467e587 i,
.box_w467e587 div {
  margin: 0;
  padding: 0;
  color: #555;
  font-size: 12px;
  font-family: "regulay";
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0;
}
.box_w467e587 a {
  color: #333;
  text-decoration: none;
}
.box_w467e587 div,
.box_w467e587 a {
  -webkit-text-size-adjust: 100%;
}
.box_w467e587 .center {
  width: 1400px;
}
.box_w467e587 .a-linkwrap {
  width: 100%;
  position: relative;
}
.box_w467e587 .a-link {
  margin: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.box_w467e587 .a-link a {
  font-size: 16px;
  line-height: 80px;
  color: #222;
  position: relative;
}
.box_w467e587 .a-link i {
  display: block;
  width: 1px;
  height: 15px;
  background-color: #d2d2d2;
  margin: 0 30px;
}
.box_w467e587 .a-link a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #1055ca;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.box_w467e587 .a-link a:hover::after,
.box_w467e587 .a-link a.active::after {
  width: 100%;
}
.box_w467e587 .a-link a:hover,
.box_w467e587 .a-link a.active {
  color: #1055ca;
}
@media only screen and (max-width: 1600px) {
  .box_w467e587 .center {
    width: 1100px;
  }
  .box_w467e587 .a-link a {
    line-height: 70px;
  }
}
@font-face {
  font-family: "regulay";
  src: url("https://www.xikoe.com/static/modules/cms/css/SOURCEHANSANSCN-REGULAR.OTF");
}/*# sourceMappingURL=index.css.map */