* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: "PingFang SC", "Microsoft Yahei";
 /*font-family: SourcRegular, "PingFang SC", "Microsoft Yahei";*/
}

/* ::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 0, 1);
}

::-webkit-scrollbar-track {
  background: rgba(255, 0, 0, .1);
} */

/*@font-face {*/
/*  font-family: GilroyBold;*/
/*  src: url('../fonts/Gilroy-Bold-4.otf');*/
/*}*/

/*@font-face {*/
/*  font-family: GilroyMedium;*/
/*  src: url('../fonts/Gilroy-Medium-2.otf');*/
/*}*/

/*@font-face {*/
/*  font-family: GilroyRegular;*/
/*  src: url('../fonts/Gilroy-Regular-3.otf');*/
/*}*/

@font-face {
  font-family: SourcBold;
  src: url('../fonts/SourceHanSansCN-Bold.otf');
}

@font-face {
  font-family: SourcLight;
  src: url('../fonts/SourceHanSansCN-Light.otf');
}

@font-face {
  font-family: SourcMedium;
  src: url('../fonts/SourceHanSansCN-Medium.otf');
}

@font-face {
  font-family: SourcNormal;
  src: url('../fonts/SourceHanSansCN-Normal.otf');
}

@font-face {
  font-family: SourcRegular;
  src: url('../fonts/SourceHanSansCN-Regular.otf');
}


html,
body {
  width: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  /* display: none; */
}

body.hidden {
  overflow: hidden;
}

.VisualEditing {
  font-size: 14px;
  cursor: pointer;
}

.pc_img {}

.phone_img {
  display: none;
}

::selection {
  color: white;
  background: #0091db;
}

::-moz-selection {
  color: white;
  background: #0091db;
}

.wow {
  visibility: hidden;
}

ul li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
}

picture {
  display: block;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
select,
button,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  line-height: normal;
  resize: none;
}

svg {
  vertical-align: middle;
}

img,
video,
canvas {
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

.ellipsis1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ellipsis5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ellipsis6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.ellipsis7 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.ellipsis8 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.js {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jf {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f14 {
  font-size: .14rem;
}

.f16 {
  font-size: .16rem;
}

.f18 {
  font-size: .2rem;
}

.f20 {
  font-size: .2rem;
}


/* 手机导航 */
.MobileMain {
  --phone_height: 60px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  background: #fff;
  display: none;
}

.MobileMain .HeaderMobile {
  height: var(--phone_height);
  box-shadow: 0px 0px 0px 1px #eee;
}

.MobileMain .HeaderMobile .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 5vw;
  height: 100%;
}

.MobileMain .HeaderMobile .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileMain .HeaderMobile .box .logo a {
  display: block;
}

.MobileMain .HeaderMobile .box .logo a img {
  height: 32px;
}

.MobileMain .HeaderMobile .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileMain .HeaderMobile .box .button .Language a {
  font-size: 16px;
  color: #fff;
  line-height: 0.45rem;
  border-radius: 0.25rem;
}

.MobileMain .HeaderMobile .box .button .search p svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.MobileMain .HeaderMobile .box .button .search .Close {
  display: none;
}

.MobileMain .HeaderMobile .box .button .search .active .Show {
  display: none;
}

.MobileMain .HeaderMobile .box .button .search .active .Close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.MobileMain .HeaderMobile .box .button .word {
  font-size: 14px;
  font-weight: bold;
}

.MobileMain .HeaderMobile .box .button .word a {
  color: #206231;
  text-decoration: none;
}

.MobileMain .HeaderMobile .box .button .word a svg {
  display: inline-block;
  vertical-align: sub;
  animation: CallUp 0.5s ease 0s infinite;
  -webkit-animation: CallUp 0.5s ease 0s infinite;
  -moz-animation: CallUp 0.5s ease 0s infinite;
  -o-animation: CallUp 0.5s ease 0s infinite;
}

.MobileMain .HeaderMobile .box .button .word a img {
  position: relative;
}

.MobileMain .HeaderMobile .box .button .call a {
  color: #000;
  font-size: 16px;
}

.MobileMain .HeaderMobile .box .button .search {
  margin-left: 0.5rem;
}

.MobileMain .HeaderMobile .box .button .search .icon2 {
  display: none;
}

.MobileMain .HeaderMobile .box .button .search.active .icon1 {
  display: none;
}

.MobileMain .HeaderMobile .box .button .search.active .icon2 {
  display: block;
}


.MobileMain .HeaderMobile .box .button .menu {
  margin-left: 0.5rem;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p {
  position: relative;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span {
  display: block;
  width: 30px;
  height: 2px;
  background: #d2091d;
  margin: 8px 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(1) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(2) {
  opacity: 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(3) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #d2091d;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #d2091d;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p span {
  opacity: 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.MobileNavigation {
  position: absolute;
  z-index: 3;
  top: var(--phone_height);
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 7;
  height: calc(100vh - var(--phone_height));
  display: none;
}

.MobileNavigation .box_scroll {
  max-height: 90%;
  padding: 0.5rem 5vw;
  box-sizing: border-box;
  overflow: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.MobileNavigation .box_scroll .box .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.MobileNavigation .box_scroll .box .item a {
  line-height: 50px;
  display: flex;
  font-size: 16px;
  color: #333;
  justify-content: space-between;
}

.MobileNavigation .box_scroll .box .item a i {
  color: #666;
  font-size: 16px;
}

.MobileNavigation .box_scroll .box .item a p {
  display: flex;
  align-items: center;
}

.MobileNavigation .box_scroll .box .item a p span {
  display: block;
  width: 15px;
  height: 1px;
  background: #666;
  position: relative;
}

.MobileNavigation .box_scroll .box .item a p span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #666;
  transform: rotate(90deg);
  transition: 0.4s;
}

.MobileNavigation .box_scroll .box .item .active p span::after {
  transform: rotate(180deg);
}

.MobileNavigation .box_scroll .box .item .twoSelect {
  padding-left: 16px;
  display: none;
}

.MobileNavigation .box_scroll .box .item .twoSelect .twoSelectItem a {
  font-size: 15px;
}

.MobileNavigation .box_scroll .box .item .threeSelect {
  padding-left: 16px;
  display: none;
}

.MobileNavigation .box_scroll .box .item .threeSelect .threeSelectItem a {
  font-size: 15px;
}

.MobileNavigation .box_scroll .box .item .fourSelect {
  padding-left: 16px;
  display: none;
}

.MobileNavigation .box_scroll .box .item .fourSelect .fourSelectItem a {
  font-size: 15px;
}

.MobileNavigation .box_scroll .box .item .fourSelect .fourSelectItem .fiveSelect {
  padding-left: 16px;
  display: none;
}

.mobile_search {
  display: none;
  z-index: 4;
  width: 100%;
  position: fixed;
  top: 1.2rem;
  left: 0;
  padding: 0.6rem 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.mobile_search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: min(7rem, 90%);
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 12px;
}

.mobile_search .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile_search .input input {
  width: 100%;
  border: none;
  min-height: 60px;
  padding-left: 20px;
  background: none;
  color: #333;
}

.mobile_search .label .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 100%;
  border-radius: 12px;
  background: #d2091d;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .MobileMain {
    display: block;
  }

  .MobileMain .HeaderMobile .box .button .menu,
  .MobileMain .HeaderMobile .box .button .search {
    margin-left: .3rem;
  }
}

/* 手机导航 End */




/*  投递简历 */
.uploadResume {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.uploadResume .resume_box {
  background: #fff;
  border-radius: 0.12rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.4rem;
  padding: 0.8rem 0;
}

.uploadResume .resume_box .close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}

.uploadResume .resume_box .close i {
  transition: 0.4s;
  cursor: pointer;
  color: #000;
  font-size: 0.22rem;
  font-weight: bold;
}

.uploadResume .resume_box .close i:hover {
  color: red;
}

.uploadResume .resume_box .form {
  text-align: center;
}

.uploadResume .resume_box .form label {
  display: block;
}

.uploadResume .resume_box .form .label_1 {
  cursor: pointer;
  position: relative;
}

.uploadResume .resume_box .form .label_1 .file_img img {
  width: 1.96rem;
}

.uploadResume .resume_box .form .label_1 .text {
  margin-top: 0.32rem;
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
}

.uploadResume .resume_box .form .label_1 .file {
  display: none;
}

.uploadResume .resume_box .form .label_2 {
  margin: 0.8rem 0 0.3rem;
}

.uploadResume .resume_box .form .label_2 .text {
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0.16rem;
}

.uploadResume .resume_box .form .label_2 .support img {
  width: 1rem;
}

.uploadResume .resume_box .form .label_3 .submit {
  transition: 0.4s;
  cursor: pointer;
  width: 2.66rem;
  line-height: 0.62rem;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  border: none;
  background: red;
  border-radius: 0.12rem;
}

.uploadResume .resume_box .form .label_3 .submit:hover {
  box-shadow: 0px 0px 13px #ff0000;
}

@media (max-width: 750px) {
  .uploadResume .resume_box {
    width: 90%;
  }

  .uploadResume .resume_box .form .label_2 {
    margin: 0.6rem 0 0.3rem;
  }
}

/* 视频弹窗 */
.pu_video {
  display: none;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: rgba(0, 0, 0, 0.5);
}

.pu_video .box {
  width: 60vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pu_video .box .close {
  z-index: 1;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.pu_video .box .close i {
  font-size: 0.32rem;
  transition: 0.4s;
}

.pu_video .box .close i:hover {
  color: #ed7100;
}

.pu_video .box .myVideo {
  width: 100%;
}

@media (max-width: 1200px) {
  .pu_video .box {
    width: 90vw;
  }
}

/* 搜索 */
.pu_search {
  display: none;
  position: fixed;
  top: var(--top);
  z-index: 5;
  width: 100%;
  background: #fff;
  padding: 0.6rem 0;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pu_search .form form .item {
  flex: 1;
}

.pu_search .form form .item input {
  width: 100%;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  color: #000;
  border: none;
  border: 1px solid #ccc;
}

.pu_search .form form .item input::placeholder {
  color: #ccc;
}

.pu_search .form form .submit {
  width: 1.6rem;
}

.pu_search .form form .submit input {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #0e3d8a;
  color: #fff;
  height: 100%;
}



.ua-btn{padding-left: 40px;padding-right: 40px;user-select: none;display: inline-block;font-size: 15px;color: #fff;line-height: 60px;text-align: center;transition: all .3s;position: fixed;right: 60px;bottom: 2px;z-index: 12345;background-color: #38f;cursor: pointer;}
.ua-btn:before{content: "";display: inline-block;vertical-align: middle;width: 24px;height: 24px;background-image: url(../images/kefu.png);margin-right: 10px;}
.ua-btn:hover{background-color: #2170d9;}

.right-bar{width: 60px;height: 60px;position: fixed;right: 0;/*top: 50%;margin-top: -185px;*/bottom:2px;z-index: 100;}
.right-bar>a{display: block;width: 60px;height: 60px;margin-bottom: 2px;position: relative;cursor: pointer;visibility: hidden;opacity: 0;transition: all .3s;}
.right-bar>a:last-child{margin-bottom: 0;}
.right-bar .icon{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center center;background-color: rgba(0,0,0,0.3);position: absolute;left: 0;top: 0;z-index: 2;}
.right-bar .icon1{background-image: url(../images/r1.png);}
.right-bar .icon2{background-image: url(../images/r2.png);}
.right-bar .icon3{background-image: url(../images/r3.png);}
.right-bar .icon4{background-image: url(../images/r4.png);}
.right-bar .icon5{background-image: url(../images/r5.png);}
.right-bar .icon6{background-image: url(../images/top.png);}
.right-bar .text{width: auto;position: absolute;left: 0;top: 0;white-space: nowrap;transform: translate(0,0);display: inline-block;opacity: 0;background-color: #edf1f3;height: 60px;line-height: 60px;padding-left: 25px;padding-right: 25px;font-size: 18px;color: #000;z-index: 1;transition: all .3s;}
.right-bar>a:hover .icon{background-color: #edf1f3;}
.right-bar>a:hover .text{transform: translate(-99%,0);opacity: 1;}
.right-bar .item1:hover .icon1{background-image: url(../images/t1.png);}
.right-bar .item2:hover .icon2{background-image: url(../images/t2.png);}
.right-bar .item3:hover .icon3{background-image: url(../images/t3.png);}
.right-bar .item4:hover .icon4{background-image: url(../images/t4.png);}
.right-bar .item5:hover .icon5{background-image: url(../images/t5.png);}
.right-bar .item6:hover .icon6{background-image: url(../images/top1.png);}
.right-bar:after{content: "";display: block;visibility: visible;opacity: 1;width: 100%;padding-top: 100%;background-image: url(../images/r6.png);background-repeat: no-repeat;background-position: center center;background-color: rgba(0,0,0,0.3);position: absolute;right: 0;bottom: 0;transition: all .3s;}
.right-bar:hover{height: auto;}
.right-bar:hover>a{visibility: visible;opacity: 1;}
.right-bar:hover:after{visibility: hidden;opacity: 0;}
@media(max-width: 800px){
    .right-bar{width: 40px;margin-top: 0px;top: auto;bottom: 2px;display: none;}
    .right-bar>a{width: 40px;height: 40px;}
    .right-bar .text{height: 40px;line-height: 40px;font-size: 14px;}
}

.rightfc{position: fixed;  right:0; top:30%;z-index: 10;} 
.rightfc li{padding-bottom: 3px;} 
.rightfc a{transition: all .4s ease 0s;display: block; text-align: center; border-radius: 6px 0 0 6px; width: 58px; height: 58px; background: #f9f9f9; padding-top: 9px;position: relative;z-index: 2;} 
.rightfc p{color: #0091db; font-size: 12px;position: relative;z-index:2;} 
.rightfc img{margin: 0 auto 7px auto;height: 23px;position: relative;z-index:2;} 
.rightfc a:hover{background: #fff;}
.rightfc .r-tel{width: 130px;background-color: #fff;line-height: 58px;padding: 0 10px;font-size: 16px;color:#0091db;position: absolute;right: -146px;top:0;z-index: -1;border-radius: 6px 0 0 6px;margin-right:0;transition: all .3s;text-align: center;}
.rightfc li:hover .r-tel{margin-right: -6px;right: 100%;}