.xhy-container {
  width: 100%;
}
.xhy-container .row {
  margin-right: 0;
  margin-left: 0;
}
.xhy-container .xhy-head {
  height: 80px;
  background-color: #fff;
  display: flex;
  overflow: hidden;
}
.xhy-container .xhy-head h1 {
  margin: 0;
  padding: 0;
}
.xhy-container .xhy-head .logo {
  display: block;
  width: 259px;
  height: 75px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}
.xhy-container .xhy-head .nav {
  margin-top: 26px;
  display: flex;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.xhy-container .xhy-head .nav li {
  margin-right: 40px;
  position: relative;
}
.xhy-container .xhy-head .nav li:hover {
  border-bottom: 3px solid #ffd000;
}
.xhy-container .xhy-head .nav li:hover a {
  color: #ffd000;
  background-color: #fff;
}
.xhy-container .xhy-head .nav .spot::after {
  content: ' ';
  right: -20px;
  top: 18px;
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #cccccc;
}
.xhy-container .carousel-inner .item .banner_img {
  height: 800px;
  object-fit: cover;
}
.xhy-container .carousel-inner .item .filleted_corner {
  width: 22px;
  height: 41px;
  object-fit: cover;
  position: relative;
  top: -138px;
}
.xhy-container .carousel-left {
  opacity: 0;
}
.xhy-container .carousel-right {
  opacity: 0;
}
.xhy-container .carousel-left:hover {
  opacity: 0.3;
}
.xhy-container .carousel-right:hover {
  opacity: 0.3;
}
.xhy-container .carousel .carousel-indicators li {
  width: 10px;
  height: 9px;
  background-color: #ffffff;
  opacity: 0.5;
}
.xhy-container .carousel .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #ffd000;
  color: #ffd000;
  opacity: 1;
  border: 0;
}
.xhy-container .JoinIn {
  overflow: hidden;
  height: 720px;
  background-color: #f4f4f4;
  text-align: center;
}
.xhy-container .JoinIn .title {
  margin-top: 48px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
}
.xhy-container .JoinIn .target {
  font-size: 18px;
  color: #999999;
  margin: 16px 0 38px 0;
}
.xhy-container .JoinIn .introduce {
  display: flex;
  justify-content: center;
}
.xhy-container .JoinIn .introduce .singular {
  width: 387px;
  height: 439px;
  background-color: #ffffff;
  margin-right: 17px;
  text-align: left;
}
.xhy-container .JoinIn .introduce .singular .cylinder {
  width: 18px;
  height: 4px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #333333;
}
.xhy-container .JoinIn .introduce .even {
  width: 389px;
  height: 441px;
  background-color: #ffd000;
  margin-right: 17px;
  text-align: left;
}
.xhy-container .JoinIn .introduce .even .cylinder {
  width: 18px;
  height: 4px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #ffffff;
}
.xhy-container .JoinIn .introduce img {
  width: 389px;
  height: 205px;
  object-fit: cover;
}
.xhy-container .JoinIn .introduce .down {
  margin-left: 23px;
  padding-right: 56px;
}
.xhy-container .JoinIn .introduce .down .jioin_advantage {
  margin-top: 22px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  font-weight: 600;
}
.xhy-container .JoinIn .introduce .down .jioin_title {
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}
.xhy-container .JoinIn .introduce .down .jioin_container {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}
.xhy-container .corporate_culture {
  height: 720px;
  position: relative;
}
.xhy-container .corporate_culture .corporate_culture_img {
  height: 720px;
  object-fit: cover;
}
.xhy-container .corporate_culture .classify {
  position: absolute;
  margin-left: 50%;
  left: -601px;
  bottom: -87px;
  width: 1202px;
  height: 174px;
  background-color: #fff;
  border-bottom: 50px solid #d8f3fa;
  border-radius: 3px;
  display: flex;
  justify-content: space-evenly;
}
.xhy-container .corporate_culture .classify .info {
  display: flex;
  align-items: center;
}
.xhy-container .corporate_culture .classify .info img {
  width: 40px;
  height: 40px;
}
.xhy-container .corporate_culture .classify .info .info_right {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.xhy-container .corporate_culture .classify .info .info_right span {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}
.xhy-container .corporate_culture .classify .info .info_right i {
  font-size: 12px;
  color: #000000;
  opacity: 0.3;
}
.xhy-container .founder {
  height: 805px;
  margin-top: 40px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.xhy-container .founder .title {
  margin-top: 48px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
}
.xhy-container .founder .target {
  font-size: 18px;
  color: #999999;
  margin: 16px 0 38px 0;
}
.xhy-container .founder .founder_info {
  display: flex;
  justify-content: center;
}
.xhy-container .founder .founder_info .interval {
  margin-right: 55px;
}
.xhy-container .founder .founder_info .founder_item {
  width: 367px;
  height: 479px;
  background-color: #d8f3fa;
  position: relative;
}
.xhy-container .founder .founder_info .founder_item img {
  object-fit: cover;
  position: relative;
  left: -2px;
  top: 2px;
}
.xhy-container .founder .founder_info .founder_item .nameAndJob {
  width: 200px;
  height: 60px;
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  z-index: 800;
  margin-left: 50%;
  margin-top: 50%;
  top: 200px;
  left: -100px;
}
.xhy-container .founder .founder_info .founder_item .nameAndJob p {
  margin: 0;
}
.xhy-container .founder .founder_info .founder_item .nameAndJob .job {
  font-size: 14px;
  color: #cccccc;
}
.xhy-container .founder .founder_info .founder_item .mask {
  display: block;
  width: 346px;
  height: 83px;
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  bottom: 17px;
  left: 10px;
}
.xhy-container .about_meet_love_duck .up {
  position: relative;
}
.xhy-container .about_meet_love_duck .up img {
  height: 720px;
  object-fit: cover;
}
.xhy-container .about_meet_love_duck .up p {
  position: absolute;
  width: 32%;
  top: 370px;
  right: 17.6vw;
  margin: 0;
  color: #000000;
  opacity: 0.8;
  font-size: 12px;
  line-height: 30px;
  font-weight: 800;
}
.xhy-container .about_meet_love_duck .down {
  height: 232px;
  background-color: #ffd000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xhy-container .about_meet_love_duck .down .down_item {
  display: flex;
  flex-direction: column;
  margin-right: 240px;
  position: relative;
}
.xhy-container .about_meet_love_duck .down .down_item img {
  width: 200px;
  height: 39px;
}
.xhy-container .about_meet_love_duck .down .one::after {
  content: "";
  display: block;
  opacity: 0.1;
  border-right: 1px solid #000;
  position: absolute;
  height: 87px;
  top: -22px;
  right: -120px;
}
.xhy-container .about_meet_love_duck .down .two::after {
  content: "";
  display: block;
  opacity: 0.3;
  border-right: 2px dashed #000;
  position: absolute;
  height: 87px;
  top: -22px;
  right: -120px;
}
.xhy-container .about_meet_love_duck .down .unit {
  position: absolute;
  left: 92px;
  top: -23px;
  line-height: 30px;
  font-size: 24px;
  color: #666666;
}
.xhy-container .about_meet_love_duck .down .label {
  position: relative;
  line-height: 30px;
  font-size: 14px;
  color: #2c1506;
  opacity: 0.6;
  left: -5px;
}
.xhy-container .about_meet_love_duck .down .three {
  margin-right: 0;
}
.xhy-container .about_meet_love_duck .down .three img {
  width: 200px;
  height: 39px;
}
.xhy-container .about_meet_love_duck .down .three .unit {
  left: 58px;
}
.xhy-container .contactUs {
  overflow: hidden;
  height: 461px;
  background-color: #212121;
  padding: 0 20px;
}
.xhy-container .contactUs .up {
  overflow: hidden;
  height: 154px;
  border-bottom: 1px solid #333333;
}
.xhy-container .contactUs .up .logo {
  display: block;
  width: 259px;
  height: 80px;
  margin-left: 360px;
  margin-top: 40px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}
.xhy-container .contactUs .middle {
  height: 246px;
  border-bottom: 1px solid #333333;
  display: flex;
}
.xhy-container .contactUs .middle .middle_left {
  display: flex;
  margin-left: 368px;
  margin-top: 42px;
}
.xhy-container .contactUs .middle .middle_left .one {
  margin-right: 60px;
}
.xhy-container .contactUs .middle .middle_left .QR_code {
  display: flex;
  flex-direction: column;
}
.xhy-container .contactUs .middle .middle_left .QR_code img {
  width: 102px;
  height: 102px;
  object-fit: cover;
}
.xhy-container .contactUs .middle .middle_left .QR_code span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 18px;
}
.xhy-container .contactUs .middle .middle_middle {
  margin-top: 41px;
  margin-left: 132px;
  overflow: hidden;
}
.xhy-container .contactUs .middle .middle_middle p {
  line-height: 24px;
  font-size: 21px;
  color: #ffffff;
  opacity: 0.33;
  margin-left: 10px;
}
.xhy-container .contactUs .middle .middle_middle .follow {
  display: flex;
  margin-top: 46px;
}
.xhy-container .contactUs .middle .middle_middle .follow .follow_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.xhy-container .contactUs .middle .middle_middle .follow .follow_item span {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  color: #cccccc;
}
.xhy-container .contactUs .middle .middle_middle .follow .one {
  margin-right: 66px;
  position: relative;
}
.xhy-container .contactUs .middle .middle_middle .follow .one img {
  width: 29px;
  height: 33px;
}
.xhy-container .contactUs .middle .middle_middle .follow .one::after {
  content: "";
  display: block;
  opacity: 0.1;
  border-right: 1px solid #fff;
  position: absolute;
  height: 36px;
  top: 10px;
  right: -33px;
}
.xhy-container .contactUs .middle .middle_middle .follow .two {
  margin-right: 66px;
  position: relative;
}
.xhy-container .contactUs .middle .middle_middle .follow .two img {
  width: 40px;
  height: 34px;
}
.xhy-container .contactUs .middle .middle_middle .follow .two::after {
  content: "";
  display: block;
  opacity: 0.1;
  border-right: 1px solid #fff;
  position: absolute;
  height: 36px;
  top: 10px;
  right: -33px;
}
.xhy-container .contactUs .middle .middle_middle .follow .three img {
  width: 64px;
  height: 24px;
  position: relative;
  top: 7px;
}
.xhy-container .contactUs .middle .middle_middle .follow .three span {
  margin-top: 15px;
}
.xhy-container .contactUs .middle .middle_right {
  overflow: hidden;
  margin-left: 156px;
  margin-top: 43px;
}
.xhy-container .contactUs .middle .middle_right p {
  color: #ffffff;
  opacity: 0.33;
  font-size: 21px;
  line-height: 24px;
  margin: 0;
}
.xhy-container .contactUs .middle .middle_right .callUs {
  margin-top: 49px;
}
.xhy-container .contactUs .middle .middle_right .callUs li {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.3;
}
.xhy-container .contactUs .down {
  color: #ffffff;
  opacity: 0.1;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
}
.myArrow {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.myArrow:hover {
  color: #666;
}
