html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
  font-style: normal;
}
fieldset,
img {
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
html {
  scrollbar-gutter: stable;
}
ul,
ol {
  list-style: none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
table {
  border-collapse: collapse;
}
img {
  max-width: 1200px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
body {
  background: #fff;
  color: #333;
  min-width: 1200px;
  font: 14px/1.6 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearit {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
a {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #999;
}
a:hover,
a:active,
a:focus {
  color: #ff4d13;
  text-decoration: none;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.ani-opacity {
  filter: Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: Alpha(Opacity=80);
}
.ani-scale {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}
.ani-rotate {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ani-popIn {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.ani-popOut {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceIn {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.sf-loading-wrap {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sf-loading {
  position: relative;
  z-index: 100000;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 4px solid #508cee;
  border-top-color: transparent;
  animation: sf-rotate360 1s infinite linear;
}
.sf-loading::after {
  content: "";
  position: absolute;
  z-index: 100001;
  border-radius: 999px;
  border: 6px solid #508cee;
  left: 10px;
  top: -4px;
}
.sf-loading::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  z-index: 100000;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 4px solid #508cee;
  border-top-color: transparent;
  left: -4px;
  top: -4px;
  transform: rotate(-30deg);
}
.sf-loading-cont {
  transform: scale(0.7);
  position: relative;
  display: flex;
}
@keyframes sf-rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
/* header */
header .logo {
  height: 80px;
}
header .logo a {
  background-image: url(../images/pc/logo.png);
  background-image: -webkit-image-set(
    url(../images/pc/logo.png) 1x,
    url(../images/pc/logo.png) 2x
  );
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  width: 227px;
  height: 50px;
}
.main-nav {
  position: sticky;
  background-color: #ff4d13;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.main-nav ul {
  gap : 50px;
}
.main-nav ul.flex-between {
  justify-content: space-between;
  gap: 0;
}
.main-nav li {
  height: 60px;
  font-size: 18px;
  white-space: nowrap;
  line-height: 60px;
}
.main-nav a,
.main-nav a:visited,
.main-nav a:hover {
  color: #fff;
  display: flex;
}
.main-nav a.active{
   height: 55px;
   border-bottom: solid 5px #fff;
}
/* banner */
.banner h1 {
  background: url(../images/pc/banner.png) no-repeat 50% 0;
  height: 720px;
  font-size: 0;
  overflow: hidden;
  line-height: 30000vh;
}
.pageMain {
  padding-top: 50px;
}
/* title */
.tit {
  height: 60px;
}
.tit h2 {
  font-size: 48px;
  color: #f72a3b;
  line-height: 60px;
}
.tit h2.c1 {
  color: #8b0796;
}
.tit h2.c2 {
  color: #143fae;
}
.tit h2.c3 {
  color: #14abae;
}
.tit h2.c4 {
  color: #ff5f00;
}
.tit h2.c5 {
  color: #bb1d45;
}
.tit h2.c6 {
  color: #0095e2;
}
.tit h2.c7 {
  color: #378716;
}
.tit h2.c8 {
  color: #d94242;
}
.part {
  margin-top: 50px;
}
.p-cont {
  margin-top: 24px;
}
/* blk */
.blk-01 .bt {
  margin-top: 50px;
}
.blk-02,
.blk-03 {
  margin-top: 50px;
}
.blk-02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blk-02 li {
  position: relative;
}
.blk-02 li span {
  position: absolute;
  color: #7c1086 !important;
  font-size: 26px;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.blk-04 {
  margin-top: 24px;
}
.blk-04 ul {
  gap: 16px;
}
.blk-04 li {
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  flex: 1;
  min-height: 112px;
}
.blk-05 {
  margin-top: 34px;
}
.blk-05 ul {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.blk-05 li {
  overflow: hidden;
  text-align: center;
}
.blk-05 .avator {
  background: url(../images/pc/bg-pic.png) no-repeat center center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.blk-05 .avator img {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.blk-05 .name {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
.blk-05 .position {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
/* Focus News Section */
.focus-news {
  padding: 43px 0 0;
}
.focus-news-layout {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.news-links {
  flex: 1;
  list-style: none;
}
.news-list {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 8px;
}
.news-links li {
  font-size: 20px;
  border-bottom: solid 1px #fff;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.news-links li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-links li.active a,
.news-links li:hover a {
  color: #14abae;
  font-weight: bold;
}
.news-links a {
  text-decoration: none;
  transition: color 0.3s;
}
.news-links li {
  display: flex;
  gap: 15px;
  align-items: center;
}
.news-links li span {
  background: #14abae;
  border-radius: 6px;
  width: 59px;
  height: 59px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.news-links li span b {
  color: #fff;
  font-weight: 400;
  flex: 1;
  text-align: center;
}
.news-links li span i {
  overflow: hidden;
  width: 100%;
  background: #fff;
  height: 30px;
  color: #14abae;
  text-align: center;
  line-height: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.news-more {
  display: flex;
  justify-content: flex-end;
  padding-top: 13px;
}
.news-more a,
.news-more a:visited {
  color: #14abae;
  border: solid 2px #14abae;
  width: 145px;
  height: 44px;
  font-size: 18px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-more a:hover {
  background-color: #14abae;
  color: #fff;
}
.news-image-container {
  flex-basis: 590px;
  /*Fixedwidthforimagecontainer*/
  height: 392px;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.slider_item img {
  width: 590px;
  height: 392px;
}
.top-news-slider .slider_item {
  position: relative;
  height: 392px;
}
.top-news-slider .slider_item::after {
  content: "";
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 8%,
    rgba(0, 0, 0, 0.5) 100%,
    rgba(0, 0, 0, 0.5) 100%
  );
  height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.top-news-slider .slider_item img {
  width: 590px;
  height: 392px;
}
.top-news-slider .slider_item p {
  color: #fff;
  position: absolute;
  font-size: 16px;
  bottom: 12px;
  left: 17px;
  line-height: 20px;
  z-index: 2;
  white-space: nowrap;
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-news-slider .slider_dot {
  position: absolute;
  bottom: 50px !important;
  left: 14px !important;
  width: auto !important;
}
.top-news-slider .slider_dot .swiper-pagination-bullet {
  background: #fff !important;
  width: 8px;
  height: 8px;
  opacity: 1 !important;
  margin: 0 3px !important;
}
.top-news-slider .slider_dot .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 4px;
  background-color: #0095e2 !important;
}
.news-image-container .caption {
  font-size: 14px;
  color: #555;
}
footer {
  background: url(../images/pc/bg-footer.png) no-repeat 50% 0;
  height: 172px;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-top: 80px;
}
