.himg {
  height: 650px;
  background: url('../image/home_01.png') no-repeat;
  background-position: center;
  background-size: cover;
  
  
}

.topthree {
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  
  
  width: 100%;
  text-align: center;
  z-index: 222;
  letter-spacing: 4px;
  margin-top: 30px;
}

.topthree span {
  display: inline-block;
  border: 1px solid #F8F4F4;
  padding-left: 5px;
  margin-right: 5px;
}

#jsthree {
  text-indent: 2em;
  font-size: 22px;
  color: #323232;
  line-height: 40px;
  
}

.service-ul li {
  margin: 20px 0;
  border-bottom: 0px solid rgb(0, 0, 0);
  padding-bottom: 0px;
}










#allmap {
  width: 50%;
  height: 50rem;
  border-radius: 1rem;
  margin-bottom: 10rem;
  margin: 0 auto;
}

.copy:focus {
  outline: 0;
}

.mselect {
  color: #fff !important;
}




.gotoup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  right: 40px;
  bottom: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 rgb(31 35 41 / 10%);
  background-color: #fff;
  position: fixed;
  cursor: pointer;
  z-index: 10;
}

.gotouptitle {
  width: 60px;
  margin-left: -8px;
  margin-top: 10px;
  height: 30px;
  display: none;
  line-height: 30px;
  border-radius: 4px;
  background-color: #323232;
  color: #fff;
  font-size: 13px;
}

.gotoup:hover i {
  color: #323232!important;
}

.gotoup:hover .gotouptitle {
  display: block;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}




.chiYuanInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4.375rem;
}

.chiYuanInfo .top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: stretch;
  width: 100%;
  
}

.chiYuanInfo .top .leftDetai {
  width: 48%;
  display: flex;
  flex-direction: column;
  
}

.chiYuanInfo .top img {
  width: 47%;
  min-width: 335px;
  
  object-fit: cover;
}

.chiYuanInfo .top .leftDetai h1 {
  margin-bottom: 28px;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
}

.chiYuanInfo .bottom:hover {
  cursor: pointer;
}

.chiYuanInfo .bottom,
.chiYuanTrends .moduleBottom {
  height: 2rem;
  line-height: 2rem;
  border-radius: 30px;
  align-items: center;
  border: 1px solid #0075C1;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.chiYuanInfo .bottom:hover,
.chiYuanTrends .moduleBottom:hover {
  background-color: #0075C1;
}

.chiYuanInfo .bottom:hover .title a,
.chiYuanTrends .moduleBottom:hover .title a {
  color: #fff;
}

.chiYuanInfo .bottom .title,
.chiYuanTrends .moduleBottom .title {
  color: #0075C1;
  padding-right: 30px;
  padding-left: 12px;
}

.chiYuanInfo .bottom .title a,
.chiYuanTrends .moduleBottom .title a {
  color: #0075C1;
  font-size: 14px;
}

.link {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #0075C1;
  box-shadow: inset 0 0 0 0.2em #0075C1;
}

.link:after,
.link:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.link:before {
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0, -0.5em) rotate(45deg);
  transform: translate(0, -0.5em) rotate(45deg);
  border-radius: 0 0.15em 0 0;
  box-shadow: inset -0.1em 0.1em 0 0 #0075C1;
}

.link:after {
  top: 50%;
  right: 1em;
  width: 1.3em;
  height: 0.1em;
  -webkit-transform: translate(0, -0.1em);
  transform: translate(0, -0.1em);
  background-color: #0075C1;
}

.chiYuanInfo .bottom:hover .link:after,
.chiYuanTrends .moduleBottom:hover .link:after {
  background-color: #fff;
}

.chiYuanInfo .bottom:hover .link:before,
.chiYuanTrends .moduleBottom:hover .link:before {
  box-shadow: inset -0.2em 0.2em 0 0 #fff;
}

.chiYuanTrends {
  background-color: #F8F9FD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  
  position: relative;
  overflow: hidden;
}
.chiYuanTrends::before {
  content: '';
  display: block;
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  background-color: #0075C1;
  opacity: 0.1;

  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(40%, -20%, 0);
}

.chiYuanTrends::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #0075C1;
  opacity: 0.1;

  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(-40%, 30%, 0);
}




.chiYuanTrends .moduleBody {
  width: 100%;
  max-width: 1200px;
}

.chiYuanTrends .moduleBody ul {
  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.chiYuanTrends .moduleBody ul li {
  display: flex;
  flex-direction: row;
  margin-bottom: 2.6rem;
  box-sizing: border-box;
}

.chiYuanTrends .moduleBody ul:nth-of-type(1) li:nth-of-type(2) {
  justify-content: center;
}

.chiYuanTrends .moduleBody ul:nth-of-type(1) li:nth-of-type(3) {
  justify-content: flex-end;
}

.chiYuanTrends .moduleBody ul:nth-of-type(1) li {
  width: 1;
}

.chiYuanTrends .moduleBody ul:nth-of-type(2) li {
  flex: 1;
}

.chiYuanTrends .moduleBody ul:nth-of-type(2) li:nth-of-type(1) {
  padding-right: 20px;
} 

.chiYuanTrends .moduleBody ul:nth-of-type(2) li:nth-of-type(2) {
  justify-content: flex-end;
}

.chiYuanTrends .moduleBody .trends {
  max-width: 317px;
  display: flex;
  flex-direction: column;
}

.chiYuanTrends .moduleBody .trends img {
  width: 0.73rem;
  height: 0.73rem;
  margin-right: 3px;
}

.chiYuanTrends .moduleBody ul li:nth-of-type(4) .trends a,
.chiYuanTrends .moduleBody ul li:nth-of-type(5) .trends a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.chiYuanTrends .moduleBody .trends h1 {
  margin-bottom: 10px;
  height: 25px;
  line-height: 25px;
  margin-top: -2px;
  font-size: 20px;
  font-weight: bold;
  color: #0075C1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.chiYuanTrends .moduleBody .trends:not(:last-child) {
  margin-right: 12rem;
}

.chiYuanTrends .moduleBody .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.chiYuanTrends .moduleBody span {
  font-size: 14px;
  font-weight: 400;
  color: #A0A0A0;
}

.chiYuanTrends .moduleBody hr {
  border-bottom: 1px solid #EDEDED;
  
  margin: 0 0 10px 0;
}

.chiYuanTrends .moduleBody p {
  text-indent: 2em;
  line-height: 1.6rem;
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.chiYuanTrends .moduleBottom:hover {
  cursor: pointer;
}

.chiYuanTrends .moduleBody ul li:hover p {
  color: #0075C1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: .2;
  }
  50% {
    opacity: .5;
  }
  70% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

.job .moduleBody ul li:nth-of-type(3n+1) {
  align-items: flex-start;
}

.job .moduleBody ul li:nth-of-type(3n+2) {
  align-items: center;
}

.job .moduleBody ul li:nth-of-type(3n+3) {
  align-items: flex-end;
}




@media only screen and (max-width:768px) {
  .himg {
    height: 275px;
  }
  .chiYuanTrends .moduleBody ul li:hover p {
    color: #323232!important;
  }
  .chiYuanTrends .moduleBody .trends h1 {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
  }
  .topthree {
    font-size: 16px;
    letter-spacing: 2px;
    top: 34%;
    margin-top: 10px;
  }
  .chiYuanTrends .moduleBody,
  .job .moduleBody {
    padding: 0;
  }
  .contactUs .moduleBody {
    padding: 0 0 0 32px;
  }
  .topimg .topfirst {
    padding-top: 45px;
    font-size: 32px;
  }
  .chiYuanInfo,
  .chiYuanTrends {
    padding-bottom: 0;
  }
  
  .chiYuanTrends::before {
    width: 150px;
    height: 150px;
  }
  .chiYuanInfo .bottom,
  .chiYuanTrends .moduleBottom {
    height: 30px;
    line-height: 30px;
  }
  .chiYuanInfo .bottom .title a,
  .chiYuanTrends .moduleBottom .title a {
    font-size: 14px;
    display: block;
    height: 100%;
    line-height: 30px;
  }
  .chiYuanTrends {
    background: none;
  }
  .chiYuanTrends .moduleBody ul {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .chiYuanTrends .moduleBody ul li {
    width: 100%!important;
    margin-right: 0!important;
    background: #F8F9FD;
    flex-direction: column;
  }
  .chiYuanTrends .moduleBody ul li .news-img img {
    width: 100%;
    
    object-fit: cover;
    
  }
  .chiYuanTrends .moduleBody ul li .date img {
    width: 1rem;
    height: 1rem;
  }
  .chiYuanTrends .moduleBody ul li .trends {
    padding: 40PX 32PX 25PX;
    width: 100%;
    max-width: 100%;
  }
  .chiYuanTrends .moduleBody ul li:nth-of-type(4) .trends,
  .chiYuanTrends .moduleBody ul li:nth-of-type(5) .trends {
    padding: 0rem;
  }
  .chiYuanTrends .moduleBody ul li:nth-of-type(n+4) {
    padding: 0 32PX 15PX;
    background-color: #fff;
  }
  .chiYuanTrends .moduleBody ul li:nth-of-type(n+4) h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .chiYuanTrends .moduleBody .trends p {
    line-height: 2.5rem;
    font-size: 14px;
  }
  
  .chiYuanInfo .top {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 32px;
  }
  .chiYuanInfo .top h1 {
    font-size: 16px!important;
    text-align: center;
  }
  #jsthree {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .chiYuanInfo .top img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2rem;
  }
  .chiYuanInfo .top .leftDetai {
    width: 100%;
    order: 2;
    margin: 0;
  }
}

@media only screen and (max-width:1300px) {
  
  .contactUs .moduleBody {
    padding: 0 6%!important;
  }
  .job .moduleBody {
    padding: 0 6%;
  }
}

@media only screen and (min-width:2700px) {
  .chiYuanTrends .moduleBody p {
    line-height: 32px;
  }
  #jsthree {
    line-height: 40px;
  }
  .chiYuanTrends .moduleBody {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .chiYuanInfo .top {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .contactUs .moduleBody {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0!important;
  }
  .job .moduleBody {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}