@charset "utf-8";
.isIndex {
  padding-top: 0;
  background-color: #fff;
}
.isIndex header {
  background-color: transparent;
}
.isIndex header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.isIndex header .logo1 {
  opacity: 0;
  visibility: hidden;
}
.isIndex header .logo2 {
  opacity: 1;
  visibility: visible;
}
.isIndex header .li-a {
  color: #fff;
}
.isIndex header .lang .item {
  color: #fff;
  opacity: 0.6;
}
.isIndex header .lang .item::after {
  background-color: #fff;
}
.isIndex header .lang .item:hover,
.isIndex header .lang .item.cur {
  opacity: 1;
}
.isIndex header .search {
  background-color: rgba(255, 255, 255, 0.35);
}
.isIndex header .mb-menu p::before,
.isIndex header .mb-menu p::after {
  background-color: #fff;
}
.isIndex header.on {
  background-color: #fff;
}
.isIndex header.on::after {
  background-color: transparent;
}
.isIndex header.on .logo1 {
  opacity: 1;
  visibility: visible;
}
.isIndex header.on .logo2 {
  opacity: 0;
  visibility: hidden;
}
.isIndex header.on .li-a {
  color: #1A1311;
}
.isIndex header.on .lang .item {
  color: #666666;
  opacity: 1;
}
.isIndex header.on .lang .item::after {
  background-color: #005DAB;
}
.isIndex header.on .lang .item.cur {
  color: #005DAB;
}
.isIndex header.on .search {
  background-color: rgba(0, 0, 0, 0.3);
}
.isIndex header.on .mb-menu p::before,
.isIndex header.on .mb-menu p::after {
  background-color: #333;
}
.isIndex.bg-mask {
  position: relative;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.isIndex.bg-mask::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  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: 1000;
}
.banner-swiper .swiper-slide {
  position: relative;
}
.banner-swiper .txt {
  top: 42.9%;
  z-index: 2;
}
.banner-swiper .txt p {
  color: #fff;
  line-height: 1.4;
}
.banner-swiper .en {
  font-weight: 500;
  margin-top: 13px;
}
.banner-swiper .com-more {
  color: #fff;
  margin-top: 59px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.banner-swiper .com-more .icon {
  border-color: #fff;
}
.banner-swiper .com-more i {
  color: #fff;
}
.banner-swiper .video-btn {
  position: absolute;
  right: 6.3%;
  bottom: 5.1%;
  cursor: pointer;
}
.banner-swiper .video-btn .icon {
  position: relative;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: rgba(140, 184, 8, 0.4);
  margin: 0 auto;
}
.banner-swiper .video-btn .icon i {
  font-size: 12px;
  color: #fff;
}
.banner-swiper .video-btn p {
  line-height: 1;
  color: #fff;
  margin-top: 12px;
}
.banner-swiper .swiper-slide-active .img img {
  transform: scale(1.1);
  -webkit-animation: scale 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.banner-swiper .swiper-slide-active .p1,
.banner-swiper .swiper-slide-active .en {
  animation: fadeOutRight 1s ease forwards;
}
.banner-swiper .swiper-slide-active .com-more {
  animation: fadeOutRight 1s 0.2s ease forwards;
}
.banner-swiper .swiper-pagination {
  top: 35.8%;
  bottom: auto;
  left: 8.35%;
  width: auto;
}
.banner-swiper .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: auto;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  padding-bottom: 6px;
  margin-left: 0 !important;
  margin-right: 25px !important;
  opacity: 1;
}
.banner-swiper .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-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);
}
.banner-swiper .swiper-pagination-bullet-active::after {
  width: 100%;
}
.mask .mvbot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  max-width: 800px;
  background-color: #333;
}
.mask .mvbot .video-sp {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  transition: 0.35s;
}
.mask .mvbot .closed {
  right: -10%;
  top: -10%;
  width: 55px;
  height: 55px;
  background-color: rgba(140, 184, 8, 0.4);
}
.mask .mvbot .closed i {
  font-size: 20px;
}
.mask .mvbot .closed:hover {
  transform: rotate(360deg);
  transition: 0.35s;
}
.effect {
  position: relative;
  isolation: isolate;
}
.effect::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 59.8%;
  background: linear-gradient(180deg, rgba(240, 243, 248, 0) 0%, #EFF3F8 100%);
  z-index: -1;
}
.effect .bg-canvas {
  position: absolute;
  right: 0;
  top: 0;
  width: 89.6%;
  height: 53%;
  overflow: hidden;
}
.effect #canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.effect .com-tit .p3 {
  font-weight: 200;
}
.effect .ef-des {
  width: 45.7%;
  line-height: 1.6;
  font-weight: 200;
  margin-top: 15px;
}
.effect .com-more {
  margin-top: 33px;
}
.effect .eff-bot {
  margin-top: 23px;
}
.effect-swiper .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  filter: drop-shadow(0 10px 10px rgba(0, 93, 171, 0.23));
  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;
}
.effect-swiper .bg-img img {
  height: 100%;
}
.effect-swiper .name {
  height: 77px;
  font-weight: 500;
  line-height: 1.6;
  color: #1A1311;
  margin-bottom: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.effect-swiper .des {
  height: 90px;
  margin-bottom: 66px;
  line-height: 2;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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);
}
.effect-swiper .bot {
  padding-top: 29px;
  border-top: 1px solid #DDDDDD;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.effect-swiper .date {
  color: #AFAFAF;
}
.effect-swiper .ef {
  position: absolute;
  left: 7.7%;
  bottom: 10%;
  width: 9.8%;
  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);
}
.effect-swiper .jt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: linear-gradient(117deg, #BCD8F5 0%, #DDE4EB 100%);
  box-shadow: 0px 10px 30px 1px rgba(175, 175, 175, 0.18);
  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);
}
.effect-swiper .jt i {
  font-size: 14px;
  color: #fff;
}
.effect-swiper .swiper-slide {
  position: relative;
  padding: 42px 2.5%;
}
.effect-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-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);
  z-index: -1;
}
.effect-swiper .swiper-slide:hover {
  border-radius: 0;
}
.effect-swiper .swiper-slide:hover::before {
  opacity: 0;
  visibility: hidden;
}
.effect-swiper .swiper-slide:hover .des {
  color: rgba(51, 51, 51, 0.65);
}
.effect-swiper .swiper-slide:hover .bot {
  opacity: 0;
  visibility: hidden;
}
.effect-swiper .swiper-slide:hover .jt {
  width: 2.7vw;
  height: 2.7vw;
  opacity: 1;
  visibility: visible;
}
.effect-swiper .swiper-slide:hover .ef {
  opacity: 1;
  visibility: visible;
}
.effect-swiper .swiper-slide:hover .bg-img {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.effect-swiper .swiper-slide-active {
  border-radius: 0;
}
.effect-swiper .swiper-slide-active::before {
  opacity: 0;
  visibility: hidden;
}
.effect-swiper .swiper-slide-active .des {
  color: rgba(51, 51, 51, 0.65);
}
.effect-swiper .swiper-slide-active .bot {
  opacity: 0;
  visibility: hidden;
}
.effect-swiper .swiper-slide-active .jt {
  width: 2.7vw;
  height: 2.7vw;
  opacity: 1;
  visibility: visible;
}
.effect-swiper .swiper-slide-active .ef {
  opacity: 1;
  visibility: visible;
}
.effect-swiper .swiper-slide-active .bg-img {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.cxpt {
  padding-bottom: 50px;
}
.innovate {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  isolation: isolate;
}
.innovate::before,
.innovate::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  z-index: -1;
}
.innovate::before {
  width: 52.2%;
  background-image: url(../img/cx2.svg);
}
.innovate::after {
  width: 55.5%;
  background-image: url(../img/cx1.svg);
}
.innovate * {
  color: #fff;
}
.innovate .tit * {
  line-height: 1.6;
}
.innovate .tit .p2 {
  width: 31.4%;
  font-weight: 200;
  margin-top: 6px;
}
.innovate .more {
  width: 41.6%;
  text-align: right;
}
.innovate .com-more .icon {
  border-color: #fff;
}
.innovate .com-more .icon i {
  color: #fff;
}
.innovate .com-more:hover {
  color: #fff !important;
}
.cx-wrap {
  position: relative;
}
.cx-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: url(../images/1.png) repeat-y center;
  background-size: contain;
}
.cx-swiper {
  width: 31.4%;
  height: 300px;
  padding-top: 19px;
  margin-left: 0;
  margin-right: 0;
}
.cx-swiper .swiper-slide {
  position: relative;
  height: 18px;
  padding-left: 33px;
  margin-bottom: 45px;
}
.cx-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.cx-swiper .swiper-slide p {
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.54);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cx-swiper .swiper-slide:hover p {
  font-size: 26px;
  color: #fff;
}
.zyfz {
  position: relative;
}
.zyfz .bg-img {
  position: absolute;
  top: 72px;
  right: 11.8%;
  width: 14.7%;
}
.zyfz .com-more {
  margin-top: 49px;
}
.zy-menu {
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100vh - 190px));
  -moz-transform: translate(-50%, calc(100vh - 190px));
  -ms-transform: translate(-50%, calc(100vh - 190px));
  transform: translate(-50%, calc(100vh - 190px));
  width: 100%;
  isolation: isolate;
  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: 1001;
}
.zy-menu .pro-meWrap {
  padding: 68px 4.8% 77px 4.7%;
  background-color: #fff;
  overflow-y: auto;
  height: calc(100vh - 190px);
}
.zy-menu .pro-meWrap::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.zy-menu .pro-meWrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.zy-menu .pro-meWrap::-webkit-scrollbar-thumb {
  background-color: #005DAB;
}
.zy-menu .pm-item {
  margin-bottom: 92px;
}
.zy-menu .pm-item:last-of-type {
  margin-bottom: 0;
}
.zy-menu .pmT * {
  line-height: 1.4;
}
.zy-menu .pmT .p2 {
  font-weight: 200;
  color: #666666;
  margin-top: 8px;
}
.zy-menu .pm-li {
  position: relative;
  width: 22.075%;
  padding-right: 37px;
  padding-bottom: 15px;
  margin-right: 3.9%;
  margin-top: 35px;
  border-bottom: 1px solid #AFAFAF;
}
.zy-menu .pm-li:nth-of-type(4n) {
  margin-right: 0;
}
.zy-menu .pm-li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #005DAB;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.zy-menu .pm-li i {
  position: absolute;
  right: 30px;
  top: 6px;
  font-size: 14px;
  color: #666666;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.zy-menu .pm-li a {
  display: block;
  font-weight: 500;
  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);
}
.zy-menu .pm-li:hover::after {
  width: 100%;
}
.zy-menu .pm-li:hover a,
.zy-menu .pm-li:hover i {
  color: #005DAB;
}
.zy-menu .explore {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  color: #666666;
  text-align: center;
  border-radius: 28px;
  isolation: isolate;
  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);
}
.zy-menu .explore::before,
.zy-menu .explore::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 28px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.zy-menu .explore::before {
  left: 0;
  width: 100%;
  border: 1px solid #AFAFAF;
  box-sizing: border-box;
}
.zy-menu .explore::after {
  left: 0;
  top: 0;
  width: 0;
  background-color: #005DAB;
  z-index: -1;
}
.zy-menu .explore i {
  display: inline-block;
  transform: rotate(180deg);
  color: #666666;
  font-size: 17px;
  margin-left: 20px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.zy-menu .explore:hover {
  color: #fff;
}
.zy-menu .explore:hover::before {
  border-color: #005DAB;
}
.zy-menu .explore:hover::after {
  width: 100%;
}
.zy-menu .explore:hover i {
  color: #fff;
}
.zy-menu.show {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.zy-menu.show::before {
  opacity: 1;
  visibility: visible;
}
.zy-menu.show .zy-wrap {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.zy-menu.show .pro-menu i {
  transform: rotate(180deg);
  animation: jtRev 0.7s ease alternate infinite;
}
.pro-menu {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #CEE7EE 0%, #D7F1D8 100%);
  cursor: pointer;
}
.pro-menu i {
  display: inline-block;
  height: auto;
  line-height: 1.8;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 11px;
  animation: jt 0.7s ease alternate infinite;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.ab-wrap {
  padding-bottom: 67px;
  border-bottom: 1px solid #DDDDDD;
}
.ab-wrap .in-tit2 {
  margin-bottom: 34px;
}
.honor {
  width: 100%;
}
.honorL {
  width: 47.2%;
  padding-right: 2%;
}
.honorR {
  width: 52.8%;
}
.honorR .swi-btns {
  margin-top: 38px;
}
.honor-swiper1 {
  height: 400px;
  margin-top: 40px;
}
.honor-swiper1 .honr-itm {
  width: auto;
  height: auto;
  font-size: 18px;
  margin-bottom: 13px;
  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);
}
.honor-swiper1 .swiper-slide-thumb-active {
  font-size: 24px;
  color: #005DAB;
}
.honor-swiper2 .swiper-slide {
  width: 51.4%;
}
.honor-swiper2 .img {
  position: relative;
  padding-bottom: 146.6%;
}
.honor-swiper2 .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: contain;
}
.honor-swiper2 .honor-name {
  text-align: center;
  margin-top: 10px;
  display: none;
}
.ls-intro {
  padding-bottom: 57px;
  border-bottom: 1px solid #DDDDDD;
}
.ls-wrap {
  position: relative;
  padding-left: 12.7%;
  padding-top: 42px;
}
.ls-wrap .swiper-pagination {
  left: 13.8%;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #E6E6E6;
  z-index: -1;
}
.ls-wrap .swiper-pagination-progressbar-fill {
  background-color: #005DAB;
}
.ls-wrap .swi-btns {
  padding-left: 8.7%;
}
.ls-wrap .swi-btn i {
  display: inline-block;
  transform: rotate(90deg);
}
.history {
  background-position: right 35%;
  background-repeat: no-repeat;
}
.history .bg-lc {
  position: absolute;
  right: 0;
  top: 14.7%;
  width: 70.8%;
}
.history-swiper {
  max-height: 650px;
}
.history-swiper .swiper-slide {
  margin-bottom: 40px;
}
.history-swiper .lc-tit {
  padding-left: 8.7%;
}
.history-swiper .lc-tit .cir::before {
  width: 100%;
  height: 100%;
  border-color: #005DAB;
}
.history-swiper .lc-tit .name {
  color: #005DAB;
}
.history-swiper .lc-tit .ls-des * {
  color: #005DAB;
}
.history-swiper .ls-item {
  position: relative;
  height: auto;
  padding-left: 8.7%;
}
.history-swiper .cir {
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
}
.history-swiper .cir::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 67.7%;
  height: 67.7%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-color: #7FA5C5;
  background-color: #EFF3F8;
  border-radius: 50%;
  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);
}
.history-swiper .year {
  color: #005DAB;
  font-weight: 500;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.history-swiper .ls-des {
  margin-top: 13px;
}
.history-swiper .ls-des * {
  color: #666666;
  line-height: 2.2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.industry .bg-mark {
  bottom: 32.1%;
}
.sctx {
  position: relative;
}
.sctx::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(88deg, #005DAB 0%, rgba(0, 93, 171, 0) 100%);
  z-index: 2;
}
.sctx .txt {
  position: absolute;
  top: 25.4%;
  left: 4.3%;
  width: 41.2%;
  z-index: 3;
}
.sctx * {
  color: #fff;
}
.sctx .des {
  margin-top: 38px;
}
.sctx .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7.8%;
  z-index: 4;
}
.sctx .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background-color: #fff;
  opacity: 0.6;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sctx .swiper-pagination-bullet-active {
  opacity: 1;
}
.scjd .tabs {
  margin-top: 58px;
}
.scjd .tabs li {
  position: relative;
  min-width: 246px;
  height: 63px;
  line-height: 63px;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 33px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 15px;
  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);
}
.scjd .tabs li:last-of-type {
  margin-right: 0;
}
.scjd .tabs li.active {
  color: #005DAB;
  background-color: #fff;
  border-color: #fff;
}
.jd-wrap {
  margin-top: 50px;
}
.jd-wrap .jd-box {
  display: none;
}
.jd-wrap .jd-box.selected {
  display: block;
}
.pagi-bot .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  text-align: left;
  color: #005DAB;
  font-weight: bold;
}
.pagi-bot .swiper-pagination * {
  color: #005DAB;
  font-weight: bold;
}
.pagi-bot .lines {
  position: relative;
  width: 79.9%;
  height: 1px;
  background-color: #DDDDDD;
}
.pagi-bot .line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 0;
  background: linear-gradient(to right, #8CB808, #005DAB);
}
.jd-swiper {
  padding-bottom: 40px;
}
.jd-swiper .swiper-slide {
  isolation: isolate;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 30px rgba(175, 175, 175, 0.18);
  cursor: pointer;
}
.jd-swiper .swiper-slide:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jd-swiper .img {
  isolation: isolate;
  overflow: hidden;
}
.jd-swiper .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);
}
.jd-swiper .txt {
  height: 124px;
  padding: 28px 8.4% 10px;
}
.jd-swiper .place {
  color: #005DAB;
}
.jd-swiper .name {
  font-weight: 500;
  color: #1A1311;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jd-swiper .name span {
  color: #666666;
}
.mask-base {
  overflow: hidden;
}
.mask-base .closed {
  top: 65px;
  left: 12.6%;
  width: 73px;
  height: 73px;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.mask-base .closed i {
  font-size: 24px;
}
.majd-wrap {
  position: absolute;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.majd-wrap .scBase {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 70.8%;
  padding: 97px 8.8% 230px 8.3%;
  isolation: isolate;
}
.majd-wrap .scBase::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #fff;
  border-radius: 20px;
  z-index: -1;
}
.majd-wrap .top {
  padding-right: 3.5%;
  padding-bottom: 42px;
  border-bottom: 1px solid #DDDDDD;
}
.majd-wrap .in-tit .p2::before {
  display: none;
}
.majd-wrap .join {
  color: #005DAB;
  white-space: nowrap;
}
.majd-wrap .jd-info {
  margin-top: 50px;
}
.culture {
  overflow: hidden;
}
.cul-item {
  margin-top: 49px;
}
.cul-item .img {
  width: 54.2%;
  isolation: isolate;
}
.cul-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);
}
.cul-item .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cul-item .items {
  width: 40.1%;
  margin-left: 5.7%;
}
.cul-item .item {
  margin-bottom: 31px;
  transform-origin: left;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cul-item .item:last-of-type {
  margin-bottom: 0;
}
.cul-item .item:hover {
  transform: scale(1.1);
}
.cul-item .name {
  color: #005DAB;
  font-weight: 500;
}
.cul-item .des {
  color: #1A1311;
  font-weight: 200;
}
.value .tit {
  color: #005DAB;
  font-weight: 500;
}
.value .val-item {
  position: relative;
  isolation: isolate;
}
.value .val-item .txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 7.6%;
}
.value .val-item .txt img {
  display: inline-block;
  width: auto;
  max-width: 100% !important;
}
.moment .tit {
  color: #8CB808;
  font-weight: 500;
}
.moment-swiper {
  margin-top: 49px;
}
.moment-swiper .swiper-slide {
  position: relative;
  isolation: isolate;
}
.moment-swiper .swiper-slide:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.moment-swiper .img {
  isolation: isolate;
}
.moment-swiper .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);
}
.moment-swiper .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 11px 2%;
  background-color: rgba(0, 0, 0, 0.4);
}
.moment-swiper .name {
  color: #fff;
}
.duty .bg-mark {
  bottom: 16.2%;
}
.duty-item {
  padding: 61px 0;
  border-bottom: 1px solid #AFAFAF;
}
.duty-item:first-of-type {
  padding-top: 0;
}
.duty-item:nth-of-type(odd) .txt {
  margin-left: 5.7%;
}
.duty-item:nth-last-of-type(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.duty-item:nth-last-of-type(even) .txt {
  margin-right: 5.7%;
}
.duty-item .img {
  width: 33%;
  overflow: hidden;
  isolation: isolate;
}
.duty-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);
}
.duty-item .txt {
  width: 61.3%;
}
.duty-item .name {
  color: #1A1311;
}
.duty-item .des {
  font-weight: 200;
  color: #666666;
  margin-top: 23px;
}
.duty-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.contact .bg-mark {
  bottom: -222px;
}
.conta-item {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  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);
}
.conta-item .lxT {
  position: relative;
  padding: 22px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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);
}
.conta-item .name {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.conta-item .menu {
  flex-shrink: 0;
  margin-left: 5%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.conta-item .menu i {
  display: inline-block;
  transform: rotate(180deg);
  color: #666666;
  margin-right: 9px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.conta-item .lxB {
  position: relative;
  padding: 0 2.75% 94px 8%;
  display: none;
}
.conta-item .lxB::before,
.conta-item .lxB::after {
  content: '';
  position: absolute;
  left: 8%;
}
.conta-item .lxB::before {
  top: 0;
  height: 1px;
  width: 84.5%;
  background-color: #DDDDDD;
}
.conta-item .lxB::after {
  top: -1px;
  width: 22.4%;
  height: 3px;
  background: linear-gradient(to right, #8CB808, #005DAB);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.conta-item .item {
  width: 32%;
  margin-top: 60px;
}
.conta-item .item .itName {
  color: #1A1311;
  font-weight: 500;
}
.conta-item .item .info {
  margin-top: 16px;
}
.conta-item .item .info * {
  color: #666666;
}
.conta-item .item:nth-of-type(3n) {
  width: 36%;
}
.conta-item.cur .lxT {
  padding-top: 62px;
  padding-bottom: 30px;
}
.conta-item.cur .name {
  font-size: 36px;
}
.conta-item.cur .menu {
  bottom: 0;
  transform: translateY(0);
}
.conta-item.cur .menu i {
  transform: rotate(0);
}
.situation .gkL {
  width: 38.8%;
}
.situation .gkR {
  width: 61.2%;
}
.situation .tit {
  margin-bottom: 56px;
}
.situation .tit * {
  line-height: 1;
}
.situation .tit span {
  font-weight: bold;
  color: #005DAB;
}
.situation .tit .titr {
  margin-left: 8px;
}
.situation .tit .t1 {
  color: #005DAB;
}
.situation .tit .t2 {
  color: #AFAFAF;
  text-transform: uppercase;
  transform: scale(0.83);
  transform-origin: left center;
  margin-top: 8px;
}
.situation .com-intro {
  width: 81.6%;
}
.situation .num-items {
  margin-top: 10px;
}
.situation .num-item {
  width: 50%;
  margin-top: 40px;
}
.situation .num-item * {
  line-height: 1.2;
}
.situation .num-item .numT * {
  color: #005DAB;
}
.situation .num-item .jh {
  font-weight: bold;
  vertical-align: top;
  margin-left: 5px;
}
.situation .num-item .num {
  font-weight: 500;
}
.situation .num-item p {
  font-weight: 200;
}
.gkR {
  position: relative;
}
.gkR * {
  color: #fff;
}
.gkR .swiper-pagination {
  position: relative;
  display: none;
  margin-top: 20px;
}
.gkR .swiper-pagination-bullet {
  margin: 0 5px !important;
  background-color: #005DAB;
}
.gkR .swiper-pagination-bullet-active {
  opacity: 1;
}
.gkR .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 81%;
  width: 100%;
  padding: 0 2%;
  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;
}
.gkR .gkT {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 34px;
}
.gkR .gkT::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.gkR .gkName {
  font-weight: bold;
}
.gkR .gkB {
  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);
}
.gkR .p2 {
  line-height: 2.2;
  font-weight: bold;
}
.gkR .intro {
  margin-top: 13px;
}
.gkR .intro * {
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}
.gkR .intro p {
  margin-bottom: 15px;
}
.gkR .intro p:last-of-type {
  margin-bottom: 0;
}
.gkR .gk-items {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.gkR .gk-itm {
  position: relative;
  height: 100%;
  overflow: hidden;
  flex: 1;
}
.gkR .gk-itm::before,
.gkR .gk-itm::after {
  content: '';
  position: absolute;
  z-index: 2;
}
.gkR .gk-itm::before {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.43);
}
.gkR .gk-itm::after {
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 93, 171, 0) 0%, #005DAB 100%);
  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;
}
.gkR .gk-itm .img {
  display: none;
}
.gkR .gk-itm.active::after {
  top: 0;
}
.gkR .gk-itm.active .txt {
  top: 50%;
  transform: translateY(-50%);
}
.gkR .gk-itm.active .gkB {
  opacity: 1;
  visibility: visible;
}
.imgs-lunbo .txt {
  display: none;
  text-align: center;
}
.imgs-lunbo .swiper-slide-active img {
  -webkit-animation: scale 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.yfjg-swiper .swiper-slide {
  position: relative;
  isolation: isolate;
  transform: scale(0.875);
  transition: 300ms;
  cursor: pointer;
}
.yfjg-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 56.75%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  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);
  z-index: 2;
}
.yfjg-swiper .swiper-slide:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.yfjg-swiper .img {
  position: relative;
  padding-bottom: 23.9vw;
}
.yfjg-swiper .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  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;
}
.yfjg-swiper .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7.8%;
  width: 100%;
  padding: 0 2%;
  z-index: 2;
}
.yfjg-swiper .txt * {
  color: #fff;
}
.yfjg-swiper .swiper-slide-active {
  transform: scale(1);
}
.yfjg-swiper .swiper-slide-active::before {
  height: 37.3%;
  background: linear-gradient(180deg, rgba(0, 93, 171, 0) 0%, #005DAB 100%);
  opacity: 1;
}
.talent {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.talent .com-intro {
  width: 29.4%;
  margin-top: 45px;
}
.talent .com-intro * {
  color: #1A1311;
}
.patent .zlT {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.patent-wrap .patImg {
  width: 15.7%;
}
.patent-wrap .patImg img {
  width: auto;
  max-width: 56%;
  margin: 58px auto 0;
}
.patent-wrap .pat-nums {
  width: 84.3%;
}
.patent-wrap .patent-num {
  width: 23.5%;
  height: 250px;
  padding-top: 63px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  margin-right: 2%;
}
.patent-wrap .patent-num:nth-of-type(4n) {
  margin-right: 0;
}
.patent-wrap .patent-num * {
  line-height: 1.2;
}
.patent-wrap .patent-num .numT * {
  color: #005DAB;
}
.patent-wrap .patent-num .num {
  display: inline-block;
  font-weight: 500;
}
.patent-wrap .patent-num .jh {
  font-weight: bold;
  vertical-align: top;
  margin-left: 5px;
}
.patent-wrap .patent-num p {
  font-weight: 200;
}
.patent-lunbo .swi-btn {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
}
.patent-lunbo .swi-btn i {
  color: #fff;
}
.patent-lunbo .swi-btn:hover {
  background-color: rgba(140, 184, 8, 0.4);
}
.patent-lunbo .swi-prev {
  left: 3.3%;
}
.patent-lunbo .swi-next {
  right: 3.3%;
}
.formulation .paL,
.bulkDrug .paL,
.career .paL,
.search .paL {
  padding-bottom: 29px;
}
.formu-item {
  width: 31.7%;
  padding-bottom: 50px;
  margin-right: 2.45%;
  margin-bottom: 30px;
}
.formu-item::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.formu-item .txt {
  padding: 32px 2% 0;
}
.formu-item * {
  line-height: 1.4;
  color: #000000;
}
.formu-item .type {
  min-height: 30px;
  font-weight: 500;
  margin-bottom: 4px;
}
.formu-item .type * {
  font-size: inherit;
}
.formu-item .name {
  font-weight: 200;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.raw-wrap .raw-li {
  display: flex;
  align-items: center;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.raw-wrap .raw-li > span {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  color: #1A1311;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.raw-wrap .raw-li:hover {
  box-shadow: 0px 9px 11px 1px rgba(206, 231, 237, 0.82);
}
.raw-wrap .raw-li:hover > span {
  color: #005DAB;
}
.raw-wrap .raw-tit {
  height: 80px;
  margin-bottom: 9px;
  background: linear-gradient(to right, #CEE7EE, #D7F1D8);
}
.raw-wrap .raw-tit * {
  font-weight: 500;
}
.raw-wrap .raw-info {
  padding: 26px 0;
  margin-bottom: 13px;
  background-color: rgba(255, 255, 255, 0.5);
}
.raw-wrap .raw-info * {
  font-weight: 200;
  line-height: 1.4;
}
.raw-wrap .name {
  padding: 0 1.75% 0 6.1%;
}
.raw-wrap .en {
  padding: 0 1.75%;
}
.proList {
  padding: 73px 5.8% 105px 6.8%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 30px rgba(175, 175, 175, 0.18);
}
.proList .proT {
  padding-bottom: 7px;
  border-bottom: 1px solid #AFAFAF;
}
.proList .type {
  margin-bottom: 6px;
}
.proList .type * {
  font-size: inherit;
}
.proList .name {
  margin-bottom: 9px;
}
.proList .img {
  width: 60.6%;
  margin: 0 auto;
}
.proList .cp-item {
  margin-bottom: 30px;
}
.proList .cp-item .cp-name {
  flex-shrink: 0;
  color: #000000;
  font-weight: 500;
}
.proList .cp-item .com-intro * {
  color: #333;
}
.proList .syz .com-intro {
  margin-top: 10px;
  padding-left: 0.8%;
}
.relate .rel {
  width: 25%;
}
.relate .relr {
  width: 75%;
}
.relate .in-tit2 .p1 {
  color: #000000;
  font-weight: bold;
}
.news .news-wrap {
  margin-bottom: 55px;
}
.new-item {
  margin-bottom: 50px;
}
.new-item::before {
  background-color: #fff;
}
.new-item .img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.new-item .txt {
  padding: 26px 6.6% 34px;
}
.new-item .name {
  height: 102px;
  color: #1A1311;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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);
}
.new-item .date {
  color: #AFAFAF;
  margin-top: 20px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.infoList .bg-mark {
  bottom: 22.4%;
}
.infoList .page-item * {
  font-weight: 200;
  color: #666666;
}
.infoList .page-item a {
  display: block;
  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);
}
.infoList .page-item a:hover {
  color: #005DAB;
}
.infoList .prev {
  margin-bottom: 29px;
}
.infoList .partR .top {
  padding-bottom: 31px;
  border-bottom: 1px solid #AFAFAF;
}
.infoList .partR .name {
  color: #1A1311;
}
.infoList .partR .date {
  color: #AFAFAF;
}
.infoList .partR .info {
  margin-top: 48px;
}
.infoList .partR .pages {
  display: none;
}
.back {
  display: inline-block;
  font-weight: 200;
  color: #666666;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.back i {
  display: inline-block;
  color: #999999;
  vertical-align: middle;
  margin-right: 9px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.back:hover {
  color: #005DAB;
}
.back:hover i {
  color: #005DAB;
}
.notice .paL {
  padding-bottom: 56px;
}
.notice-item {
  height: 140px;
  padding: 30px 0;
  background-color: #fff;
  margin-bottom: 23px;
}
.notice-item:last-of-type {
  margin-bottom: 0;
}
.notice-item .date {
  position: relative;
  width: 118px;
  padding-right: 2.2%;
  text-align: right;
  box-sizing: border-box;
}
.notice-item .date::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background-color: #DDDDDD;
}
.notice-item .date * {
  color: #AFAFAF;
  line-height: 1.2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.notice-item .year {
  margin-top: 3px;
}
.notice-item .txt {
  width: calc(100% - 118px);
  padding: 0 14.5% 0 2.1%;
}
.notice-item .name,
.notice-item .des {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-item .name {
  color: #1A1311;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.notice-item .des {
  font-weight: 200;
  margin-top: 8px;
}
.notice-item:hover .date * {
  color: #005DAB;
}
.notice-item:hover .name {
  color: #005DAB;
}
.career .bg-mark {
  top: 28.8%;
  bottom: auto;
}
.cd-wrap {
  border-bottom: 1px solid #AFAFAF;
}
.car-t {
  position: relative;
  margin-bottom: 40px;
}
.car-t:last-of-type {
  margin-bottom: 0;
}
.car-t:nth-of-type(odd) .txt {
  right: 5.8%;
}
.car-t:nth-of-type(even) .txt {
  left: 5.8%;
}
.car-t .txt {
  position: absolute;
  top: 29.3%;
  width: 34.8%;
  z-index: 2;
}
.car-t:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.care1 .carNa {
  color: #fff;
}
.care1 .des * {
  color: #fff;
}
.care3 {
  margin-top: 60px;
}
.care3 .img {
  margin-top: 35px;
}
.care3 .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.car-b .carNa {
  color: #1A1311;
}
.car-b .des * {
  color: #666666;
}
.career-item .des {
  margin-top: 32px;
}
.career-item .img {
  isolation: isolate;
}
.career-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);
}
.job .tit {
  font-weight: 500;
  color: #005DAB;
}
.job .job-item {
  width: 48.3%;
  height: 200px;
  padding-top: 51px;
  margin-right: 3.4%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 30px 1px rgba(175, 175, 175, 0.18);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job .job-item:nth-of-type(2n) {
  margin-right: 0;
}
.job .job-item .jobName {
  color: #999999;
  margin-bottom: 18px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job .job-item .more {
  color: #005DAB;
  text-decoration: underline;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job .job-item:hover {
  background-color: #005DAB;
  box-shadow: none;
}
.job .job-item:hover .jobName,
.job .job-item:hover .more {
  color: #fff;
}
.sear-tabs {
  margin-top: 37px;
  margin-bottom: 50px;
}
.sear-tabs .sea-a {
  color: #999999;
  margin-right: 70px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sear-tabs .sea-a.active {
  color: #005DAB;
}
.is-comming {
  padding-top: 0 !important;
}
.comming {
  position: relative;
  width: 100%;
  height: 100vh;
}
.comming .logo {
  position: absolute;
  top: 100px;
  left: 8.35vw;
  display: inline-block;
  max-width: 18%;
}
.comming .come-wrap {
  width: 96%;
  margin: 0 auto;
  padding-top: 12vw;
}
.comming .expect {
  color: #1A1311;
  font-weight: 500;
}
.comming .en {
  line-height: 1.7;
  margin-top: 20px;
  color: #666666;
}
.comming .backCn {
  display: inline-block;
  color: #fff;
  padding: 14px 53px;
  border-radius: 43px;
  background-color: #005DAB;
  margin-top: 49px;
}
.comming .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
