@charset "utf-8";
.banner {
  position: relative;
}
.banner-swiper {
  height: 100vh;
}
.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner-swiper .swiper-slide .img {
  position: relative;
}
.banner-swiper .swiper-slide .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
  z-index: 1;
}
.banner-swiper .swiper-slide .img img {
  height: 100vh;
  object-fit: cover;
}
.banner-swiper .swiper-slide .txt {
  position: absolute;
  left: 17.7%;
  bottom: 8.4%;
  padding-left: 20px;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 2;
}
.banner-swiper .swiper-slide .txt::before,
.banner-swiper .swiper-slide .txt::after {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.banner-swiper .swiper-slide .txt::before {
  top: 0;
  opacity: 0.1;
}
.banner-swiper .swiper-slide .txt::after {
  top: -100%;
  animation: roll 3s ease-out infinite;
}
.banner-swiper .swiper-slide .txt * {
  line-height: 1;
  color: #fff;
}
.banner-swiper .swiper-slide h4 {
  margin-bottom: 20px;
}
.banner-swiper .swiper-slide p {
  font-family: 'Gilroy';
  text-transform: uppercase;
}
.banner-swiper .swiper-slide-active .txt h4 {
  animation: fadeInUp 1s ease forwards;
}
.banner-swiper .swiper-slide-active .txt p {
  animation: fadeInUp 1s ease forwards 0.2s;
}
.ban-slide {
  right: 0;
  width: 162px;
  height: 64px;
  background-color: #fff;
  padding: 3px;
  z-index: 2;
}
.ban-slide .img {
  position: relative;
  padding-bottom: 61.7%;
}
.ban-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.ban-slide .next {
  width: calc(100% - 94px);
  height: 100%;
  cursor: pointer;
}
.ban-slide .next i {
  line-height: 64px;
  color: #FD8204;
}
.small-swiper {
  width: 94px;
  margin-left: 0;
  margin-right: 0;
}
.zf {
  position: fixed;
  right: 1%;
  bottom: 1.6vh;
  z-index: 10;
}
.zf .zf-link {
  padding: 13px 16px;
  background: url(../images/zf-bg.jpg) no-repeat center;
  background-size: cover;
}
.zf .zf-link img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.zf .zf-link span {
  font-weight: 500;
  font-family: "Noto Sans SC";
  color: #fff;
  margin-left: 10px;
}
.gsjj {
  background: url(../img/profile-bg.png) no-repeat bottom;
  background-size: cover;
}
.profile .intro {
  margin-top: 44px;
  margin-bottom: 52px;
}
.profile .intro * {
  font-size: inherit;
  color: #666666;
  line-height: 2.2;
}
.firm-item * {
  line-height: 1;
}
.firm-item .num-t {
  position: relative;
  margin-bottom: 15px;
}
.firm-item .num-t * {
  color: #FD8204;
  font-family: 'Gilroy';
  font-weight: 600;
}
.leader-items {
  margin-top: 50px;
}
.leader-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 70px;
  cursor: pointer;
}
.leader-item:nth-of-type(3n) {
  margin-right: 0;
}
.leader-item .img {
  position: relative;
  overflow: hidden;
}
.leader-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.leader-item .name,
.leader-item .post {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.leader-item .name {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 16px;
}
.leader-item .post {
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leader-item .txt {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #E9EBEC;
}
.leader-item .txt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #FD8204;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.leader-item .txt * {
  line-height: 1.1;
}
.leader-item:hover img {
  transform: scale(1.04);
}
.leader-item:hover .name,
.leader-item:hover .post {
  color: #FD8204;
}
.leader-item:hover .txt::after {
  width: 100%;
}
.subsidiary {
  background: url(../img/xsqy-bg.jpg) no-repeat center;
  background-size: cover;
}
.sub-item:not(:last-of-type) {
  margin-bottom: 90px;
}
.sub-item .txt {
  width: 44.3%;
}
.sub-item h4 {
  margin-bottom: 26px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sub-item p {
  color: #666666;
  line-height: 2.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sub-item .more {
  margin-top: 52px;
}
.sub-item .img {
  width: 50%;
  overflow: hidden;
}
.sub-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sub-item:nth-of-type(odd) .txt {
  margin-right: 5.7%;
}
.sub-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sub-item:nth-of-type(even) .txt {
  margin-left: 5.7%;
}
.sub-item:hover h4 {
  color: #FD8204;
}
.sub-item:hover .img img {
  transform: scale(1.04);
}
.sub-item:hover .more i {
  color: #fff;
}
.sub-item:hover .more i::after {
  width: 52px;
  height: 52px;
}
.mask-pop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 999;
}
.mask-pop .mask-wrap {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 2;
}
.mask-pop .closed {
  position: absolute;
  right: 50px;
  top: 50px;
  display: block;
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 5;
}
.mask-pop .closed i {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mask-pop .closed:hover {
  background-color: #FD8204;
  border-color: #FD8204;
  transform: rotate(360deg);
}
.mask-pop .closed.on {
  background-color: #FD8204;
  border-color: #FD8204;
}
.mask-pop .banner * {
  color: #fff;
}
.mask-pop .banner .down {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-top: 80px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mask-pop .banner .down i {
  -webkit-animation: jt 2s ease infinite alternate;
  animation: jt 2s ease infinite alternate;
}
.mask-pop .firm-wrap {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mask-pop .firmB {
  position: relative;
  padding: 91px 0 170px;
}
.mask-pop .des1 *,
.mask-pop .des2 * {
  font-size: inherit;
}
.mask-pop .des1 em,
.mask-pop .des2 em {
  font-style: italic;
}
.mask-pop .des1 em *,
.mask-pop .des2 em * {
  font-style: italic;
}
.mask-pop .des1 strong,
.mask-pop .des2 strong {
  font-weight: bold;
}
.mask-pop .des1 strong *,
.mask-pop .des2 strong * {
  font-weight: bold;
}
.mask-pop .des1 img,
.mask-pop .des2 img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.mask-pop .des1 * {
  font-weight: 500;
}
.mask-pop .des2 {
  margin-top: 33px;
}
.mask-pop .des2 * {
  color: #666666;
  line-height: 2.2;
}
.mask-pop .des2 em {
  font-style: italic;
}
.mask-pop .des2 em * {
  font-style: italic;
}
.mask-pop .des2 strong {
  font-weight: bold;
}
.mask-pop .des2 strong * {
  font-weight: bold;
}
.mask-pop .des2 img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.mask-pop .firm-items {
  margin-top: 75px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.mask-pop .firm-item {
  width: 25%;
}
.mask-pop .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mask-pop.active {
  opacity: 1;
  visibility: visible;
}
.mask-pop.active .mask-wrap {
  right: 0;
}
.leader-pop {
  background-color: rgba(0, 0, 0, 0.65);
}
.leader-pop .mask-wrap {
  position: relative;
  left: 50%;
  top: 50%;
  right: auto !important;
  transform: translate(-50%, -50%);
  height: auto;
  width: 1141px;
}
.leader-pop .leaders-wrap {
  background-color: #fff;
  padding: 71px 3% 71px 2.7%;
}
.leader-pop .img {
  width: 40.7%;
}
.leader-pop .txt {
  width: 47.3%;
  margin-left: 12%;
}
.leader-pop .post {
  color: #999999;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}
.leader-pop .intro {
  margin-top: 26px;
  height: 300px;
  overflow-y: auto;
  padding-right: 8px;
}
.leader-pop .intro * {
  font-size: inherit;
  color: #666666;
  line-height: 2;
}
.leader-pop .intro em {
  font-style: italic;
}
.leader-pop .intro em * {
  font-style: italic;
}
.leader-pop .intro strong {
  font-weight: bold;
}
.leader-pop .intro strong * {
  font-weight: bold;
}
.leader-pop .intro img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.leader-pop .closed {
  right: 0;
  top: -25px;
  background-color: #FD8204;
  border: none;
}
.leader-pop .closed i {
  color: #fff;
  font-size: 14px;
}
.firm-pop .mask-wrap .closed,
.leader-pop .mask-wrap .closed {
  position: absolute;
}
.case {
  margin-top: 40px;
  margin-bottom: 74px;
}
.case-item {
  width: 48.6%;
  margin-right: 2.8%;
  margin-bottom: 60px;
}
.case-item:nth-of-type(2n) {
  margin-right: 0;
}
.case-item .img {
  display: block;
  overflow: hidden;
}
.case-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.case-item h4 {
  position: relative;
  font-weight: 600;
  margin-top: 18px;
  color: #000000;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.case-item h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 0;
  height: 2px;
  background-color: #FD8204;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.case-item:hover .img img {
  transform: scale(1.04);
}
.case-item:hover h4 {
  color: #FD8204;
  padding-left: 8.7%;
}
.case-item:hover h4::before {
  width: 7.2%;
}
.loading-more {
  position: relative;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  border: 1px solid #FD8204;
  margin: 28px auto 0;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.loading-more .loading {
  width: 100%;
}
.loading-more span {
  font-weight: 600;
  color: #FD8204;
}
.loading-more:hover {
  background-color: #FD8204;
}
.loading-more:hover span {
  color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news {
  margin-bottom: 89px;
}
.news-items {
  margin-bottom: 80px;
}
.news-item {
  position: relative;
  width: 30%;
  margin-right: 5%;
  padding-bottom: 19px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 49px;
}
.news-item:nth-of-type(3n) {
  margin-right: 0;
}
.news-item .label {
  color: #959595;
}
.news-item .name {
  height: 65px;
  margin-top: 11px;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item .img {
  overflow: hidden;
}
.news-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .date {
  position: relative;
  font-family: 'Gilroy';
  color: #999999;
  font-weight: 600;
  margin-top: 21px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .date::after {
  content: '\eb94';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #FD8204;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #FD8204;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item:hover::after {
  left: 0;
  width: 100%;
}
.news-item:hover .img img {
  transform: scale(1.04);
}
.news-item:hover .date {
  color: #FD8204;
}
.news-item:hover .date::after {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.isxw {
  background-color: #F5F5F6;
}
.infoList {
  background-color: #F5F5F6;
}
.newsInfo {
  margin-top: 80px;
  padding-bottom: 99px;
}
.xwInfoL {
  width: 66%;
}
.xwInfoL .info * {
  font-size: inherit;
}
.xwInfoL .info em {
  font-style: italic;
}
.xwInfoL .info em * {
  font-style: italic;
}
.xwInfoL .info strong,
.xwInfoL .info em {
  font-weight: bold;
}
.xwInfoL .info strong *,
.xwInfoL .info em * {
  font-weight: bold;
}
.xwInfoL .info img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.xwInfoR {
  width: 31.5%;
  margin-left: 2.5%;
}
.newsInfoT {
  position: relative;
  margin-bottom: 62px;
}
.newsInfoT .label {
  color: #959595;
  margin-bottom: 11px;
}
.newsInfoT .name {
  width: 83.2%;
  font-weight: 600;
}
.newsInfoT .date {
  color: #D4D4D4;
  font-family: 'Gilroy';
}
.newsInfoT .date i {
  font-size: 27px;
  color: #D4D4D4;
  margin-right: 20px;
}
.newsInfoL .info {
  padding: 53px 6.5% 59px;
  background-color: #fff;
}
.newsInfoR .relate {
  margin-bottom: 11px;
}
.newsInfoR .relates {
  padding: 40px 8%;
  background-color: #fff;
}
.newsInfoR .relate-item {
  position: relative;
  display: block;
  padding: 30px 0;
  border-top: 1px solid #E8E8E8;
}
.newsInfoR .relate-item::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #FD8204;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}
.newsInfoR .relate-item:last-of-type {
  border-bottom: 1px solid #E8E8E8;
}
.newsInfoR .relate-item .name {
  height: 45px;
  line-height: 1.4;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.newsInfoR .relate-item .date {
  font-family: 'Gilroy';
  color: #999999;
}
.newsInfoR .relate-item:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.newsInfoR .relate-item:hover .name {
  color: #FD8204;
}
.newsInfoR .back {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #FD8204;
  margin-top: 35px;
}
.party {
  margin: 50px 0 120px;
}
.party .paging a:hover {
  border-color: #DF3030;
  background-color: #DF3030;
}
.party .paging a.active {
  border-color: #DF3030;
  background-color: #DF3030;
}
.party-items {
  margin-bottom: 80px;
}
.party-item {
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
}
.party-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #DF3030;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.party-item .date {
  width: 12.4%;
}
.party-item .date * {
  line-height: 1;
  font-family: 'Gilroy';
  font-weight: 600;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.party-item .date .icon {
  margin-bottom: 7px;
}
.party-item .date .icon i {
  font-size: 18px;
  color: #D4D4D4;
}
.party-item .des {
  color: #959595;
}
.party-item .txt {
  width: 87.6%;
  padding: 55px 7.9% 64px 7.1%;
  border-left: 1px solid #EDEDED;
}
.party-item .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 27px;
}
.party-item .des {
  height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party-item .more {
  margin-top: 55px;
}
.party-item .more i {
  color: #DF3030;
}
.party-item .more i::after {
  background-color: #DF3030;
}
.party-item:hover::after {
  width: 100%;
}
.party-item:hover .day,
.party-item:hover .year {
  color: #DF3030;
}
.party-item:hover .more i {
  color: #fff;
}
.party-item:hover .more i::after {
  width: 52px;
  height: 52px;
}
.basic-nav {
  width: 278px;
}
.basic-nav .slider {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.basic-nav .tit {
  height: 94px;
  line-height: 94px;
  padding-left: 10.8%;
  color: #fff;
  background: #FD8204 url(../img/basic-tit.png) no-repeat center;
  background-size: cover;
}
.basic-nav .slide-nav {
  padding: 10px 10.8% 30px;
  background-color: #fff;
  margin-top: 20px;
}
.basic-nav .slide-nav a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.basic-nav .slide-nav a::after {
  content: '';
}
.basic-nav .slide-nav a i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #FD8204;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.basic-nav .slide-nav a:hover {
  color: #FD8204;
}
.basic-nav .slide-nav a:hover i {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.basic-nav .slide-nav a.active {
  color: #FD8204;
}
.basic-nav .slide-nav a.active i {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.basic-wrap {
  width: calc(97.9% - 278px);
  background-color: #fff;
  padding: 30px 5.2% 0 3.9%;
  margin-left: 2.1%;
}
.basic-wrap .tit {
  position: relative;
  padding: 0 0 30px 14px;
  border-bottom: 2px solid #E8E8E8;
}
.basic-wrap .tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 23px;
  background-color: #FD8204;
}
.company {
  padding-bottom: 58px;
}
.company .des1 {
  font-weight: 600;
  color: #FD8204;
  margin: 40px 0 26px;
}
.gs-wrap {
  margin-top: 40px;
}
.gs-wrap .intro * {
  font-size: inherit;
  color: #666666;
  line-height: 2;
}
.gs-wrap .intro em {
  font-style: italic;
}
.gs-wrap .intro em * {
  font-style: italic;
}
.gs-wrap .intro strong {
  font-weight: bold;
}
.gs-wrap .intro strong * {
  font-weight: bold;
}
.group-wrap {
  margin-bottom: 17px;
}
.group-item,
.xsqy-item {
  width: 48%;
  margin-right: 4%;
  background-color: #F6F6F8;
  margin-bottom: 40px;
}
.group-item:nth-of-type(2n),
.xsqy-item:nth-of-type(2n) {
  margin-right: 0;
}
.group-item {
  padding: 23px 3.1% 23px 2%;
  cursor: pointer;
}
.group-item .img {
  width: 38.7%;
  overflow: hidden;
}
.group-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.group-item .txt {
  width: 61.3%;
  padding-left: 8.3%;
  padding-top: 32px;
}
.group-item .post {
  color: #999999;
  margin-top: 10px;
}
.group-item:hover img {
  transform: scale(1.04);
}
.xsqy,
.zgs {
  padding-bottom: 100px;
}
.xsqy-items {
  margin-bottom: 30px;
}
.xsqy-item {
  display: block;
  padding: 24px 3.3%;
  cursor: pointer;
}
.xsqy-item h3 {
  font-weight: 600;
  margin-bottom: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xsqy-item .des {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xsqy-item .more {
  margin-top: 55px;
}
.xsqy-item:hover .more i {
  color: #fff;
}
.xsqy-item:hover .more i::after {
  width: 52px;
  height: 52px;
}
.zgs-items {
  margin-bottom: 72px;
}
.zgs-item {
  cursor: pointer;
  border-bottom: 1px solid #EEEEEE;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.zgs-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.zgs-item .zgsT {
  position: relative;
  padding: 20px 2.4% 15px 3.1%;
}
.zgs-item .zgsT p {
  color: #666666;
  padding-right: 30px;
}
.zgs-item .zgsT i {
  position: absolute;
  right: 2.2%;
  top: 28px;
  color: #999999;
  font-size: 12px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.zgs-item .zgsB {
  display: none;
  padding: 48px 2.4% 20px 3.1%;
  background: url(../img/zgs-bg.jpg) no-repeat center;
  background-size: cover;
}
.zgs-item .zgsB li {
  width: 46.1%;
  padding-bottom: 16px;
  margin-bottom: 35px;
  margin-right: 7.8%;
  border-bottom: 1px solid #E8E8E8;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zgs-item .zgsB li:nth-of-type(2n) {
  margin-right: 0;
}
.zgs-item .zgsB span {
  display: inline-block;
}
.zgs-item .zgsB .name {
  margin-right: 10px;
}
.zgs-item .zgsB .post {
  color: #7E7E7E;
}
.zgs-item.cur {
  border-bottom-color: transparent;
  margin-bottom: 5px;
}
.zgs-item.cur .zgsT {
  background: linear-gradient(90deg, #FD8204 0%, #FCA245 100%);
}
.zgs-item.cur .zgsT * {
  color: #fff;
}
.zgs-item.cur .zgsT i {
  transform: rotate(90deg);
}
.event {
  position: relative;
  display: block;
  padding: 60px 0;
  border-bottom: 1px solid #E8E8E8;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.event::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #FD8204;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
.event .date {
  width: 122px;
  height: 122px;
  background-color: #F9F9F9;
}
.event .date * {
  line-height: 1;
  font-family: 'Gilroy';
  font-weight: 600;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.event .year {
  margin-top: 6px;
}
.event .txt {
  width: 71.4%;
}
.event .txt * {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.event .txt h4 {
  font-weight: 600;
  margin-bottom: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.event .txt p {
  height: 58px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event .icon {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #CFCFCF;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.event .icon i {
  font-size: 28px;
  color: #fff;
}
.event:hover::before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.event:hover .date * {
  color: #FD8204;
}
.event:hover .txt * {
  color: #fff;
}
.event:hover .icon {
  background-color: rgba(255, 255, 255, 0.3);
}
.cg {
  position: relative;
  padding-top: 68px;
  padding-bottom: 68px;
}
.cg .swiper-pagination {
  position: relative;
}
.cg .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #FD8204;
  margin: 0 9px;
  opacity: 0.5;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cg .swiper-pagination-bullet-active {
  background-color: #FD8204;
  opacity: 1;
}
.cg-swiper .swiper-slide {
  position: relative;
  background-color: #fff;
  height: 365px;
  padding: 40px 2.9%;
}
.cg-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #FD8204;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cg-swiper .swiper-slide:hover::before {
  width: 100%;
}
.cg-swiper .swiper-slide:hover .date {
  background-color: #FD8204;
}
.cg-swiper .swiper-slide:hover .date * {
  color: #fff;
}
.cg-swiper .date {
  width: 86px;
  height: 108px;
  border-radius: 10px;
  padding: 9px 10px 0 11px;
  border: 1px solid #FD8204;
  box-sizing: border-box;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cg-swiper .date * {
  color: #666666;
  line-height: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cg-swiper .date span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #E5E5E5;
}
.cg-swiper .day {
  margin: 14px 0 3px;
}
.cg-swiper .day,
.cg-swiper .year {
  font-family: 'Gilroy';
}
.cg-swiper .txt {
  width: calc(100% - 86px);
  padding-left: 5.9%;
}
.cg-swiper .name {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cg-swiper .name:hover {
  color: #FD8204;
}
.cg-swiper .des {
  color: #888888;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cg-swiper .bot {
  margin-top: 31px;
}
.cg-swiper .bot-item .icon {
  position: relative;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #F7F7F7;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cg-swiper .bot-item .icon i {
  font-size: 26px;
  color: #909090;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cg-swiper .bot-item p {
  color: #666666;
  line-height: 1;
  margin-top: 15px;
}
.cg-swiper .bot-item:hover .icon {
  background-color: #FD8204;
}
.cg-swiper .bot-item:hover .icon i {
  color: #fff;
}
.cg-swiper .download {
  margin-right: 37px;
}
.cg-swiper .preview {
  cursor: pointer;
}
.cg-mask .closed {
  position: fixed;
  border-color: #666666;
}
.cg-mask .closed i {
  color: #666666;
  font-weight: bold;
}
.cg-mask .closed:hover i {
  color: #fff;
}
.cg-mask .onlinePdf embed,
.cg-mask .onlinePdf iframe {
  width: 100%;
  height: calc(100vh - 120px);
}
.cg-wrap {
  background-color: #fff;
  padding-bottom: 88px;
}
.cg-items {
  margin-bottom: 90px;
}
.rsgl {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 78px;
}
.rsgl .rspa {
  padding-left: 3.9%;
  padding-right: 5.2%;
}
.rsgl-items {
  margin-bottom: 52px;
}
.rs-item {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
}
.rs-item::after {
  content: "";
  width: 100%;
  height: 0;
  background: #FD8204;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
.rs-item .rs-intro {
  position: relative;
  padding: 28px 100px 28px 5.4%;
  border-bottom: 1px solid #E8E8E8;
  transition: border 0.5s 0.5s;
  z-index: 2;
}
.rs-item .rs-intro::before {
  content: '>';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.rs-item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.rs-item .date {
  right: 0;
  font-family: 'Gilroy';
  color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.rs-item:hover::before {
  color: #fff;
}
.rs-item:hover::after {
  top: 0;
  bottom: auto;
  height: 100%;
}
.rs-item:hover * {
  color: #fff;
}
.rs-item:hover .rs-intro {
  border-bottom-color: #FD8204;
}
.contact .lx-wrap {
  position: relative;
}
.contact .lxwm {
  left: 0;
  z-index: 2;
}
.contact .map {
  position: relative;
  width: 100%;
}
.contact .map::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fff 20%, transparent 100%);
}
.contact .items {
  margin-top: 90px;
}
.contact .item .name {
  color: #FD8204;
  margin-bottom: 8px;
}
.contact .item .info {
  font-family: 'Gilroy';
  font-weight: 600;
}
.contact .item .info * {
  font-size: inherit;
  font-weight: 600;
}
.contact .place .info {
  font-family: 'AlibabaPuHuiTi';
}
.contact .hotline {
  margin-right: 78px;
}
.contact .email span {
  display: inline-block;
  font-family: 'AlibabaPuHuiTi';
  font-weight: normal !important;
  margin: 0 11px 0 10px;
}
.contact .itemC {
  margin: 34px 0;
}
.filiale {
  margin-top: 105px;
  margin-bottom: 159px;
}
.branch-item {
  position: relative;
  width: 31%;
  padding-top: 129px;
  padding: 129px 3.3% 0 2%;
  height: 308px;
  margin-right: 3.5%;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  margin-bottom: 43px;
}
.branch-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #FD8204;
}
.branch-item:nth-of-type(3n) {
  margin-right: 0;
}
.branch-item * {
  line-height: 1.5;
}
.branch-item .branName {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 21px 24px 8px 13px;
  border-radius: 0 0 10px 10px;
  background-color: #FD8204;
}
.branch-item .item * {
  font-size: inherit;
  font-weight: 500;
}
.branch-item .item .name {
  flex-shrink: 0;
}

