.w_1420 {
  margin: 0 13vw;
}
body {
  font-size: 0.16rem;
}
.ky_fixed {
  position: fixed;
  right: 0.18rem;
  bottom: 10%;
  background: #fff;
  border: 2px solid #0074ac;
  display: none;
}
.ky_fixed .item {
  position: relative;
  width: 0.74rem;
  padding: 0.18rem 0;
}
.ky_fixed .item a {
  display: block;
  text-align: center;
}
.ky_fixed .item a .text {
  font-size: 0.14rem;
  color: #666;
  margin-top: 0.1rem;
}
.ky_fixed .item a:hover .text {
  color: #0074ac;
}
.ky_fixed .item .ewm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  right: 1.2rem;
  transition: 0.4s;
  transform-origin: right center;
}
.ky_fixed .item .ewm img {
  width: 1.2rem;
}
.ky_fixed .item .call {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transform-origin: right center;
  right: 1.2rem;
  background: #0074ac;
  width: 2rem;
  transition: 0.4s;
}
.ky_fixed .item .call a {
  font-size: 0.22rem;
  color: #fff;
  font-family: 'gilroy_bold';
  display: block;
  text-align: center;
  line-height: 0.54rem;
  position: relative;
}
.ky_fixed .item .call a::after {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  content: '';
  border: 6px solid transparent;
  border-left-color: #0074ac;
}
.ky_fixed .item:hover .ewm {
  transform: translateY(-50%) scale(1);
}
.ky_fixed .item:hover .call {
  transform: translateY(-50%) scale(1);
}

.phone_head {
  background: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid #f5f5f5;
}
.phone_head .phone_header {
  display: flex;
  justify-content: space-between;
  margin: 0 3vw;
  padding: 5px 0;
}
.phone_head .phone_header .logo img {
  display: block;
  height: 40px;
}
.phone_head .phone_header .set {
  display: flex;
  justify-content: space-between;
}
.phone_head .phone_header .set .call {
  font-size: 16px;
  color: #0074ac;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 20px;
}
.phone_head .phone_header .set .call img {
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
  animation: headanim 0.5s ease 0s infinite;
  -webkit-animation: headanim 0.5s ease 0s infinite;
  -moz-animation: headanim 0.5s ease 0s infinite;
  -o-animation: headanim 0.5s ease 0s infinite;
}
.phone_head .phone_header .set .menu {
  display: flex;
  align-items: center;
}
.phone_head .phone_header .set .menu .menu_btn p {
  position: relative;
}
.phone_head .phone_header .set .menu .menu_btn p span {
  display: block;
  width: 30px;
  height: 2px;
  background: #0074ac;
  margin: 6px 0;
}
.phone_head .phone_header .set .menu .menu_btn p span:nth-child(1) {
  transition: 0.4s;
}
.phone_head .phone_header .set .menu .menu_btn p span:nth-child(3) {
  transition: 0.4s;
}
.phone_head .phone_header .set .menu .menu_btn p::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #0074ac;
  top: 50%;
  margin-top: -1px;
  transition: 0.4s;
}
.phone_head .phone_header .set .menu .menu_btn p::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #0074ac;
  top: 50%;
  margin-top: -1px;
  transition: 0.4s;
}
.phone_head .phone_header .set .menu .menu_btn.active p span {
  opacity: 0;
}
.phone_head .phone_header .set .menu .menu_btn.active p::before {
  transform: rotate(45deg);
}
.phone_head .phone_header .set .menu .menu_btn.active p::after {
  transform: rotate(-45deg);
}
.phone_nav {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5vw 3vw;
  height: calc(100vh - 50px);
  background: #f5f5f5;
  z-index: 5;
  display: none;
}
.phone_nav .box .item {
  position: relative;
  border-bottom: 1px solid #ddd;
  transform: translateX(100%);
  transition: 0.4s;
}
.phone_nav .box .item p a {
  display: block;
  font-size: 17px;
  line-height: 50px;
  position: relative;
  color: #333;
}
.phone_nav .box .item p a i {
  position: absolute;
  right: 0;
  color: #0074ac;
}
.phone_nav.active .box .item {
  transform: translateX(0%);
}
.index_banner .banner .swiper-slide {
  position: relative;
}
.index_banner .banner .swiper-slide .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.index_banner .banner .swiper-slide .position {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
.index_banner .banner .swiper-slide .position .position_box .content1 div {
  font-family: 'gilroy_medium';
  font-size: 0.22rem;
  text-transform: uppercase;
}
.index_banner .banner .swiper-slide .position .position_box .content1 p {
  line-height: 0.6rem;
  margin: 0.25rem 0;
}
.index_banner .banner .swiper-slide .position .position_box .content1 p span {
  display: block;
  width: 50px;
  height: 2px;
  background: #0074ac;
}
.index_banner .banner .swiper-slide .position .position_box .content2 {
  font-size: 0.54rem;
  font-family: 'albb_b';
}
.index_banner .banner .swiper-slide .position .position_box .content3 {
  font-size: 0.26rem;
  color: #2c2c2f;
  margin-top: 0.05rem;
}
.index_banner .banner .swiper-slide .position .position_box .content4 {
  margin-top: 0.68rem;
}
.index_banner .banner .swiper-slide .position .position_box .content4 a {
  width: 1.7rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  background: #0074ac;
  font-size: 0.16rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.index_banner .banner .swiper-slide .position .position_box .content4 a::after {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 0;
}
.index_banner .banner .swiper-slide .position .position_box .content4 a:hover::after {
  transform: translateX(-50%) translateY(-50%) scale(5);
  opacity: 0.2;
}
.index_banner .banner .swiper-button-prev {
  left: 0.48rem;
}
.index_banner .banner .swiper-button-next {
  right: 0.48rem;
}
.index_banner .banner .swiper-pagination span {
  width: 25px;
  height: 2px;
  border-radius: 0;
  background: #0074ac;
}
.p90 {
  padding-top: 0.9rem;
}
.p90_ {
  padding-bottom: 0.9rem;
}
.m72 {
  margin-top: 0.72rem;
}
.index_title {
  text-align: center;
}
.index_title h5 {
  font-family: 'gilroy_medium';
  font-size: 0.3rem;
  color: #000;
  opacity: 0.3;
  text-transform: uppercase;
}
.index_title h4 {
  font-size: 0.34rem;
  font-family: 'albb_b';
  margin-top: 0.12rem;
  font-weight: bold;
}
.index_business .box .list:nth-child(2) {
  flex-flow: row-reverse;
  margin-top: 0.25rem;
}
.index_business .box .list > div {
  width: 65%;
}
.index_business .box .list > div a {
  display: block;
  position: relative;
}
.index_business .box .list > div .img {
  overflow: hidden;
}
.index_business .box .list > div .img img {
  width: 100%;
  display: block;
  transition: 1s;
}
.index_business .box .list > div .position {
  position: absolute;
  bottom: 0px ;
  left: 0;
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  color: #fff;
}
.index_business .box .list > div .position .con1 img {
  height: 0.39rem;
}
.index_business .box .list > div .position .con2 {
  font-family: 'albb_m';
  font-size: 0.24rem;
  margin-top: 0.16rem;
  font-weight: bold;
}
.index_business .box .list > div .position .con3 {
  font-size: 0.18rem;
  text-transform: uppercase;
  margin-top: 0.02rem;
}
.index_business .box .list > div:hover .img img {
  transform: scale(1.1);
}
.index_business .box .list .right {
  width: 33%;
}
.index_more a {
  display: block;
  font-size: 0.16rem;
  color: #000;
  width: 1.7rem;
  line-height: 0.4rem;
  border: 1px solid #999;
  text-align: center;
  position: relative;
  transition: 0.4s;
}
.index_more a span {
  position: relative;
  z-index: 1;
}
.index_more a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #0074ac;
  transition: 0.4s;
}
.index_more a:hover {
  color: #fff;
}
.index_more a:hover::after {
  width: 100%;
  right: inherit;
  left: 0;
}
.index_cooperation1 .box {
  margin-top: 0.3rem;
}
.index_cooperation1 .box .item {
  margin-bottom: 0.25rem;
}
.index_cooperation .box .item {
  width: 23.5%;
  background: #fff;
}
.index_cooperation .box .item a {
  display: block;
  box-shadow: 0px 0px 1rem #ddd;
  padding: 0.64rem 0.48rem 0.94rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.index_cooperation .box .item a .number {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  color: #0074ac;
  opacity: 0.08;
  position: absolute;
  bottom: -0.28rem;
  right: -0.18rem;
  z-index: 2;
  transition: 0.4s;
}
.index_cooperation .box .item a .end .content1 {
  height: 0.6rem;
}
.index_cooperation .box .item a .end .content1 img {
  display: block;
  max-width: 100%;
  font-size: 0.16rem;
  margin: auto;
  max-height: 38px;
}
.index_cooperation .box .item a .end .content2 {
  font-size: 0.16rem;
  color: #555;
  line-height: 0.32rem;
  margin-top: 0.4rem;
}
.index_cooperation .box .item a .superior {
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0074ac;
  box-sizing: border-box;
  padding: 0.54rem 0.48rem 0;
  opacity: 0;
  color: #fff;
  transition: 0.4s;
}
.index_cooperation .box .item a .superior .content1 {
  font-family: 'albb_m';
  font-size: 0.24rem;
  font-weight: bold;
}
.index_cooperation .box .item a .superior .content2 {
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.index_cooperation .box .item a .superior .content3 {
  margin-top: 0.6rem;
}
.index_cooperation .box .item a .superior .content3 p {
  width: 1.32rem;
  line-height: 0.34rem;
  font-size: 0.16rem;
  color: #0074ac;
  background: #fff;
  text-align: center;
}
.index_cooperation .box .item a:hover .number {
  color: #fff;
  opacity: 0.12;
}
.index_cooperation .box .item a:hover .superior {
  opacity: 1;
  top: 0;
}
.index_service .box {
  /* margin-top: 1.36rem; */
}
.index_service .box .item {
  /* width: 28%; */
  padding-top: 1.36rem;
}
.index_service .box .item .content1 img {
  width: 100%;
}
.index_service .box .item .content2 {
  margin-top: 0.28rem;
}
.index_service .box .item .content2 img {
  height: 0.36rem;
  margin: auto;
  display: block;
}
.index_service .box .item .content3 {
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.12rem;
  transition: 0.4s;
  font-weight: bold;
}
.index_service .box .item .content4 {
  font-size: 0.16rem;
  color: #777777;
  text-align: center;
  margin-top: 0.04rem;
}
.index_service .box .item:hover .content3 {
  color: #0074ac;
}
.index_service .box .item:nth-child(2) .content1 img {
  transform: scale(1.4);
}
.index_service .box .item:nth-child(2) .content2 {
  margin-top: 0.9rem;
}
.index_service .box .swiper-slide-active .item .content1 img {
  transform: scale(1.4);
}
.index_service .box .swiper-slide-active .item .content2 {
  margin-top: 0.9rem;
}
.index_about .box .left {
  width: 50%;
}
.index_about .box .left p {
  position: relative;
  overflow: hidden;
}
.index_about .box .left p > img {
  width: 100%;
  transition: 1s;
}
.index_about .box .left p .active {
  transform: scale(1.1);
}
.index_about .box .left p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index_about .box .left p span img {
  margin: auto;
  cursor: pointer;
}
.index_about .box .right {
  width: 50%;
  box-sizing: border-box;
  background: #e7f3fb;
  padding: 0.32rem 0.64rem 0 0.64rem;
}
.index_about .box .right .content1 h5 {
  font-family: 'albb_m';
  font-size: 0.32rem;
}
.index_about .box .right .content1 h6 {
  font-size: 0.16rem;
  font-family: 'gilroy_medium';
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.04rem;
}
.index_about .box .right .content2 {
  font-size: 0.16rem;
  color: #444;
  line-height: 0.32rem;
  margin-top: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.index_about .box .right .content3 {
  font-family: 'gilroy_regular';
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #888;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.index_about .box .right .content4 {
  margin-top: 0.54rem;
}
.index_about .box .right .content4 .item {
  width: 2.4rem;
}
.index_about .box .right .content4 .item .top {
  font-size: 0.16rem;
  color: #777;
}
.index_about .box .right .content4 .item .bot {
  color: #0074ac;
  font-size: 0.2rem;
  margin-top: 0.05rem;
}
.index_about .box .right .content4 .item .bot span {
  font-size: 0.5rem;
  font-family: 'gilroy_bold';
}
.index_about .box .right .content4 .item .bot sup {
  font-size: 0.4rem;
}
.index_news .box .item {
  width: 32%;
  background: #f6f6f6;
  position: relative;
  margin-right: 2%;
}
.index_news .box .item:nth-child(3n) {
  margin-right: 0;
}
.index_news .box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #0074ac;
  transition: 0.4s;
}
.index_news .box .item .content1 {
  overflow: hidden;
}
.index_news .box .item .content1 img {
  width: 100%;
  transition: 0.4s;
  transform: scale(1.05);
}
.index_news .box .item .content2 {
  padding: 0.3rem;
}
.index_news .box .item .content2 .content3 h5 {
  font-size: 0.2rem;
  font-family: 'albb_m';
  color: #000;
  font-weight: bold;
}
.index_news .box .item .content2 .content3 h6 {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.06rem;
}
.index_news .box .item .content2 .content4 {
  font-size: 0.18rem;
  color: #555;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-top: 0.2rem;
}
.index_news .box .item .content2 .content5 {
  position: relative;
  margin-top: 0.26rem;
  opacity: 0;
  transition: 0.4s;
}
.index_news .box .item .content2 .content5 p {
  font-size: 0.18rem;
  color: #000;
  transition: 0.4s;
}
.index_news .box .item .content2 .content5 p i {
  color: #0074ac;
  font-size: 0.16rem;
}
.index_news .box .item .content2 .content5 p:hover {
  color: #0074ac;
}
.index_news .box .item:hover .content1 img {
  transform: scale(1);
}
.index_news .box .item:hover::after {
  width: 86%;
}
.index_news .box .item:hover .content2 .content5 {
  opacity: 1;
}
.index_news .box .item1 {
  width: 32%;
  background: #f6f6f6;
}
.index_news .box .item1 ul {
  padding: 0.38rem 0.3rem 0;
}
.index_news .box .item1 ul li {
  margin-bottom: 0.32rem;
}
.index_news .box .item1 ul li a {
  display: block;
}
.index_news .box .item1 ul li a div {
  font-family: 'albb_m';
  font-size: 0.2rem;
  transition: 0.4s;
  font-weight: bold;
}
.index_news .box .item1 ul li a p {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.02rem;
}
.index_news .box .item1 ul li a:hover div {
  color: #0074ac;
}
.index_footer {
  background: #0074ac;
}
.index_footer .box .boxLeft {
  padding: 0.8rem 0;
}
.index_footer .box .boxLeft .logo img {
  display: block;
  height: 0.57rem;
}
.index_footer .box .boxLeft .nav h5 {
  font-size: 0.24rem;
  font-family: 'albb_m';
  color: #fff;
}
.index_footer .box .boxLeft .nav div {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.index_footer .box .boxLeft .nav div a {
  color: #fff;
  opacity: 0.5;
  transition: 0.4s;
}
.index_footer .box .boxLeft .nav div a:hover {
  opacity: 1;
}
.index_footer .box .boxLeft .content h5 {
  font-size: 0.24rem;
  font-family: 'albb_m';
  color: #fff;
  margin-bottom: 0.3rem;
}
.index_footer .box .boxLeft .content .item {
  width: 2.28rem;
  margin-bottom: 0.38rem;
}
.index_footer .box .boxLeft .content .item .top {
  font-size: 0.18rem;
  color: #fff;
}
.index_footer .box .boxLeft .content .item .top span {
  opacity: 0.5;
}
.index_footer .box .boxLeft .content .item .top img {
  margin-right: 5px;
}
.index_footer .box .boxLeft .content .item .bot {
  font-size: 0.26rem;
  font-family: 'gilroy_bold';
  color: #fff;
  margin-top: 0.1rem;
}
.index_footer .box .boxLeft .content .item .bot span {
  font-family: 'albb_r';
  font-size: 0.18rem;
}
.index_footer .box .boxLeft .ewm .content1 img {
  width: 1.24rem;
}
.index_footer .box .boxLeft .ewm .content2 {
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  margin-top: 0.32rem;
}
.index_footer .box .boxRight {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 0.24rem;
  padding: 0.38rem 0;
}
.index_footer .box .boxRight .left {
  font-size: 0.14rem;
  color: #fff;
}
.index_footer .box .boxRight .left a {
  color: #fff;
}
.index_footer .box .boxRight .right .feng p {
  margin-left: 0.16rem;
  padding: 0;
  height: 20px;
  background: none;
  position: relative;
}
.index_footer .box .boxRight .right .feng p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
}
.index_footer .box .boxRight .right .feng p img {
  opacity: 0.5;
  transition: 0.4s;
}
.index_footer .box .boxRight .right .feng p:nth-child(1) {
  margin-left: 0;
}
.index_footer .box .boxRight .right .feng p:nth-child(3) {
  margin-left: 0.15625rem;
}
.index_footer .box .boxRight .right .feng p:hover img {
  opacity: 1;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0.18rem 0;
  transition: 0.4s;
}
.index_header .box .logo a img {
  display: block;
  height: 0.54rem;
}
.index_header .box .nav ul li {
  margin: 0 0.28rem;
}
.index_header .box .nav ul li > a {
  font-size: 0.2rem;
  display: block;
  line-height: 0.54rem;
  color: #333;
}
.index_header .box .nav ul .active a {
  color: #0074ac;
  font-family: 'albb_b';
}
.index_header .box .call {
  font-family: 'gilroy_bold';
  font-size: 0.24rem;
  color: #0074ac;
  line-height: 0.54rem;
}
.index_header .box .call img {
  margin-right: 0.1rem;
  vertical-align: middle;
  animation: headanim 0.5s ease 0s infinite;
  -webkit-animation: headanim 0.5s ease 0s infinite;
  -moz-animation: headanim 0.5s ease 0s infinite;
  -o-animation: headanim 0.5s ease 0s infinite;
}
.index_header.active {
  background: #fff;
  padding: 0.1rem 0;
  border-bottom: 1px solid #f5f5f5;
}
@keyframes headanim {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@-webkit-keyframes headanim {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@-moz-keyframes headanim {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@-o-keyframes headanim {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
.inner_banner img {
  width: 100%;
}
.bread_box .box .item {
  padding-right: 1.3rem;
  position: relative;
}
.bread_box .box .item a {
  font-size: 0.22rem;
  color: #333;
  display: block;
  padding: 0.4rem 0 0.3rem;
  transition: 0.4s;
}
.bread_box .box .item a:hover {
  color: #0074ac;
}
.bread_box .box .item::after {
  position: absolute;
  top: 44%;
  right: 0.64rem;
  width: 2px;
  height: 0.2rem;
  content: '';
  background: #eee;
}
.bread_box .box .item:last-child::after {
  opacity: 0;
}
.bread_box .box .active a {
  font-family: 'albb_b';
  border-bottom: 2px solid #0074ac;
  font-weight: bold;
}
.bg {
  background: #f6f6f6;
}
.business .box {
  margin-top: 0.34rem;
}
.business .box ul li {
  margin: 0 0.16rem;
}
.business .box ul li a {
  width: 2.42rem;
  border: 0.02rem solid #ddd;
  box-sizing: border-box;
  padding: 0 0.24rem 0 0.3rem;
  line-height: 0.6rem;
  transition: 0.4s;
}
.business .box ul li a p {
  font-family: 'albb_b';
  font-size: 0.18rem;
  color: #333;
  transition: 0.4s;
  font-weight: bold;
}
.business .box ul li a i {
  color: #333;
  transition: 0.4s;
}
.business .box ul li:hover a {
  background: #0074ac;
  border: 0.02rem solid #0074ac;
}
.business .box ul li:hover a p {
  color: #fff;
}
.business .box ul li:hover a i {
  color: #fff;
}
.business .box ul .active a {
  background: #0074ac;
  border: 0.02rem solid #0074ac;
}
.business .box ul .active a p {
  color: #fff;
}
.business .box ul .active a i {
  color: #fff;
}
.business1 {
  padding-bottom: 0.3rem;
}
.business1 .box {
  margin-top: 0.6rem;
}
.business1 .box .list {
  margin-bottom: 0.6rem;
}
.business1 .box .list .item .left {
  width: 62%;
}
.business1 .box .list .item .left img {
  width: 100%;
}
.business1 .box .list .item .right {
  width: 38%;
  display: flex;
  align-items: center;
}
.business1 .box .list .item .right .right_ {
  min-height: 1rem;
  background: rgba(206, 239, 255, 0.9);
  width: 120%;
  position: relative;
  z-index: 1;
  margin-left: -20%;
  box-sizing: border-box;
  padding: 0.56rem 0.7rem;
  transition: 0.4s;
}
.business1 .box .list .item .right .right_ .content1 {
  font-size: 0.42rem;
  transition: 0.4s;
}
.business1 .box .list .item .right .right_ .content2 {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.2rem;
  text-transform: uppercase;
  margin-top: 0.06rem;
  transition: 0.4s;
}
.business1 .box .list .item .right .right_ .content3 {
  margin: 0.35rem 0 0.3rem;
}
.business1 .box .list .item .right .right_ .content3 span {
  display: block;
  width: 0.25rem;
  height: 0.02rem;
  background: #0074ac;
  transition: 0.4s;
}
.business1 .box .list .item .right .right_ .content4 {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.32rem;
  transition: 0.4s;
}
.business1 .box .list .item .right .right_ .content5 {
  font-size: 0.26rem;
  font-family: 'gilroy_bold';
  color: #fff;
  margin-top: 0.4rem;
  transition: 0.4s;
}
.business1 .box .list .item:hover .right .right_ {
  background: #0074ac;
}
.business1 .box .list .item:hover .right .right_ .content1 {
  color: #fff;
}
.business1 .box .list .item:hover .right .right_ .content2 {
  opacity: 0.3;
  color: #fff;
}
.business1 .box .list .item:hover .right .right_ .content3 span {
  background: #fff;
}
.business1 .box .list .item:hover .right .right_ .content4 {
  color: #fff;
}
.business1 .box .list .item:hover .right .right_ .content5 {
  opacity: 0.3;
  color: #fff;
}
.business1 .box .list:nth-child(2n) .item {
  flex-flow: row-reverse;
}
.business1 .box .list:nth-child(2n) .item .right .right_ {
  margin-left: 0;
  margin-right: -20%;
}
.business2 .box {
  margin-top: 0.6rem;
}
.business2 .box .item {
  width: 24.25%;
  margin-right: 1%;
  background: rgba(206, 239, 255, 0.9);
  box-sizing: border-box;
  padding: 0.48rem 0.48rem 0.56rem;
  margin-bottom: 0.15rem;
  position: relative;
}
.business2 .box .item:nth-child(4n) {
  margin-right: 0;
}
.business2 .box .item .content1 img {
  display: block;
  height: 0.45rem;
}
.business2 .box .item .content1 .img2 {
  display: none;
}
.business2 .box .item .content2 {
  font-size: 0.24rem;
  margin-top: 0.76rem;
}
.business2 .box .item .content3 {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.2rem;
  text-transform: uppercase;
  margin-top: 0.16rem;
}
.business2 .box .item .content4 {
  font-size: 0.2rem;
  font-family: 'gilroy_bold';
  color: #fff;
  text-align: right;
  right: 0.4rem;
  position: absolute;
  bottom: 0.3rem;
}
.business2 .box .item:hover {
  background: #0074ac;
}
.business2 .box .item:hover .content1 .img1 {
  display: none;
}
.business2 .box .item:hover .content1 .img2 {
  display: block;
}
.business2 .box .item:hover .content2 {
  color: #fff;
}
.business2 .box .item:hover .content3 {
  opacity: 0.3;
  color: #fff;
}
.business2 .box .item:hover .content4 {
  opacity: 0.3;
  color: #fff;
}
.business3 {
  margin-top: 0.7rem;
}
.business3 .box {
  position: relative;
}
.business3 .box .banner .item img {
  width: 100%;
}
.business3 .box .banner .swiper-pagination {
  /* bottom: 0; */
}
.business3 .box .banner .swiper-pagination-bullet {
  width: 0.3rem;
  height: 2px;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
}
.business3 .box .banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.business3 .box .button p {
  position: absolute;
  top: 45%;
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  border: 2px solid #0074ac;
  text-align: center;
  transition: 0.4s;
  transform: scale(0.8);
  cursor: pointer;
  z-index: 5;
}
.business3 .box .button p i {
  font-size: 0.16rem;
  display: block;
  color: #0074ac;
  font-weight: bold;
  transition: 0.4s;
}
.business3 .box .button p:hover {
  background: #0074ac;
}
.business3 .box .button p:hover i {
  color: #fff;
}
.business3 .box .button .prev {
  left: 0.6rem;
}
.business3 .box .button .next {
  right: 0.6rem;
}
.business4 {
  padding-bottom: 0.5rem;
}
.business4 .box .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 0.4rem;
}
.business4 .box .item:nth-child(3n) {
  margin-right: 0;
}
.business4 .box .item a {
  position: relative;
  display: block;
}
.business4 .box .item a .img img {
  width: 100%;
}
.business4 .box .item a .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.business4 .box .item a .position .content1 {
  height: 2.25rem;
  display: flex;
  align-items: center;
  margin-top: 0.9rem;
}
.business4 .box .item a .position .content1 img {
  display: block;
  max-width: 90%;
  max-height: 100%;
  margin: auto;
  transition: 0.6s;
}
.business4 .box .item a .position .content2 {
  font-size: 0.24rem;
  font-family: 'albb_b';
  margin-top: 0.6rem;
  color: #333;
  text-align: center;
}
.business4 .box .item a .position .content3 p {
  margin: 0.2rem auto 0;
  display: block;
  font-size: 0.16rem;
  color: #000;
  width: 1.7rem;
  line-height: 0.4rem;
  border: 1px solid #999;
  text-align: center;
  position: relative;
  transition: 0.4s;
}
.business4 .box .item a .position .content3 p span {
  position: relative;
  z-index: 1;
}
.business4 .box .item a .position .content3 p::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #0074ac;
  transition: 0.4s;
}
.business4 .box .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 0%;
  background: #0074ac;
  height: 2px;
  transition: 0.6s;
}
.business4 .box .item a:hover::after {
  width: 90%;
  left: inherit;
  right: 5%;
}
.business4 .box .item a:hover .position .content1 img {
  transform: scale(1.04);
}
.business4 .box .item a:hover .position .content3 p {
  color: #fff;
}
.business4 .box .item a:hover .position .content3 p::after {
  width: 100%;
  right: inherit;
  left: 0;
}
.business5 .box .left {
  width: 53%;
  position: relative;
}
.business5 .box .left .img img {
  width: 100%;
}
.business5 .box .left .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.business5 .box .left .position img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.business5 .box .right {
  width: 47%;
  box-sizing: border-box;
  padding: 0 0.7rem 0 1rem;
}
.business5 .box .right .content1 {
  font-size: 0.46rem;
  font-family: 'albb_b';
  margin-top: 0.6rem;
}
.business5 .box .right .content2 {
  font-size: 0.18rem;
  color: #999;
  line-height: 0.36rem;
  margin-top: 0.72rem;
}
.business5 .box .right .content3 {
  margin-top: 0.9rem;
}
.business5 .box .right .content3 a {
  width: 1.7rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  background: #0074ac;
  font-size: 0.16rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.business5 .box .right .content3 a::after {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.business5 .box .right .content3 a:hover::after {
  transform: translateX(-50%) translateY(-50%) scale(5);
  opacity: 0.2;
}
.service .box .list {
  padding-bottom: 0.55rem;
  position: relative;
}
.service .box .list::after {
  content: '';
  position: absolute;
  top: 1.45rem;
  left: 0.5rem;
  height: calc(100% - 1rem);
  border-left: 1px dashed #0074ac;
}
.service .box .list:last-child {
  padding-bottom: 0;
}
.service .box .list:last-child::after {
  opacity: 0;
}
.service .box .list .item .left {
  box-sizing: border-box;
  padding-left: 1rem;
  width: 62%;
  position: relative;
}
.service .box .list .item .left .img img {
  width: 100%;
  vertical-align: bottom;
}
.service .box .list .item .left .text {
  position: absolute;
  top: 0.45rem;
  left: 0;
  line-height: 1rem;
}
.service .box .list .item .left .text .number {
  width: 1rem;
  font-family: 'gilroy_bold';
  font-size: 0.32rem;
  background: #0074ac;
  color: #fff;
  text-align: center;
}
.service .box .list .item .left .text .title {
  font-family: 'albb_b';
  font-size: 0.32rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
  min-width: 3.7rem;
  color: #fff;
  background: rgba(0, 116, 172, 0.8);
  font-weight: bold;
}
.service .box .list .item .right {
  width: 38%;
  display: flex;
  align-items: center;
}
.service .box .list .item .right .right_ {
  width: 130%;
  min-height: 1rem;
  background: rgba(206, 239, 255, 0.9);
  margin-left: -30%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  transition: 0.4s;
  padding: 0.64rem 0.9rem 0.64rem 0.4rem;
}
.service .box .list .item .right .right_ .item_ {
  font-family: 'albb_m';
  font-size: 0.24rem;
  color: #666;
  line-height: 0.32rem;
  margin-bottom: 0.24rem;
  position: relative;
  padding-left: 0.64rem;
  transition: 0.4s;
}
.service .box .list .item .right .right_ .item_:last-child {
  margin-bottom: 0;
}
.service .box .list .item .right .right_ .item_ span {
  position: absolute;
  top: -0.05rem;
  left: 0;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-family: 'albb_b';
  font-size: 0.2rem;
  transition: 0.4s;
  color: #aadbf2;
}
.service .box .list .item .right .right_:hover {
  background: #0074ac;
}
.service .box .list .item .right .right_:hover .item_ {
  color: #fff;
}
.service .box .list .item .right .right_:hover .item_ span {
  background: #74afd8;
  color: #fff;
}
.service1 {
  margin-top: 0.48rem;
}
.service1 h3 {
  font-size: 0.34rem;
  text-align: center;
}
.service1 .box {
  margin-top: 0.36rem;
}
.service1 .box .item {
  width: 32%;
  background: #fff;
  padding-bottom: 0.56rem;
}
.service1 .box .item .content1 {
  overflow: hidden;
}
.service1 .box .item .content1 img {
  width: 100%;
  transition: 0.4s;
}
.service1 .box .item .content2 {
  font-size: 0.28rem;
  font-family: 'albb_b';
  text-align: center;
  margin-top: 0.45rem;
  transition: 0.4s;
  font-weight: bold;
}
.service1 .box .item .content3 {
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  line-height: 0.34rem;
  margin-top: 0.4rem;
}
.service1 .box .item .content3 span {
  color: #0074ac;
  font-weight: bold;
}
.service1 .box .item:hover .content1 img {
  transform: scale(1.1);
}
.service1 .box .item:hover .content2 {
  color: #0074ac;
}
.service2 h3 {
  font-size: 0.34rem;
  text-align: center;
}
.service2 .box .list {
  padding: 0.6rem 0;
}
.service2 .box .list .item .left {
  width: 34%;
  display: flex;
  align-items: center;
}
.service2 .box .list .item .left .left_ {
  width: 110%;
  min-height: 1rem;
  background: rgba(206, 239, 255, 0.9);
  margin-right: -10%;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  padding: 0.64rem 0.8rem;
  transition: 0.4s;
}
.service2 .box .list .item .left .left_ .content1 {
  font-size: 0.42rem;
  font-weight: bold;
  position: relative;
  z-index: 3;
  transition: 0.4s;
}
.service2 .box .list .item .left .left_ .content2 {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.36rem;
  margin-top: 0.3rem;
  position: relative;
  z-index: 3;
  transition: 0.4s;
}
.service2 .box .list .item .left .left_ .content2 span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #0074ac;
  vertical-align: middle;
  margin-right: 0.05rem;
  transition: 0.4s;
}
.service2 .box .list .item .left .left_ .content3 {
  font-size: 1.2rem;
  font-family: 'gilroy_bold';
  position: absolute;
  right: 0.36rem;
  bottom: 0;
  -webkit-text-stroke: 1px #000;
  color: transparent;
  opacity: 0.2;
  transition: 0.4s;
}
.service2 .box .list .item .right {
  width: 66%;
}
.service2 .box .list .item .right img {
  width: 100%;
}
.service2 .box .list .item:hover .left .left_ {
  background: #0074ac;
}
.service2 .box .list .item:hover .left .left_ .content1 {
  color: #fff;
}
.service2 .box .list .item:hover .left .left_ .content2 {
  color: #fff;
}
.service2 .box .list .item:hover .left .left_ .content2 span {
  background: #fff;
  opacity: 0.2;
}
.service2 .box .list .item:hover .left .left_ .content3 {
  -webkit-text-stroke: 1px #fff;
}
.service2 .box .list:nth-child(2n) {
  background: #f5f5f5;
}
.service2 .box .list:nth-child(2n) .item {
  flex-flow: row-reverse;
}
.service2 .box .list:nth-child(2n) .item .left .left_ {
  margin-right: 0;
  margin-left: -10%;
}
.cooperation_case .box {
  margin: 0.34rem 21.875vw 0;
}
.cooperation_case .box ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
.cooperation_case .box ul li:nth-child(4n) {
  margin-right: 0;
}
.cooperation_case .box ul li a {
  width: 100%;
  border: 0.02rem solid #ddd;
  box-sizing: border-box;
  padding: 0 0.24rem 0 0.3rem;
  line-height: 0.6rem;
  transition: 0.4s;
}
.cooperation_case .box ul li a p {
  font-family: 'albb_b';
  font-size: 0.18rem;
  color: #333;
  transition: 0.4s;
  font-weight: bold;
}
.cooperation_case .box ul li a i {
  color: #333;
  transition: 0.4s;
}
.cooperation_case .box ul li:hover a {
  background: #0074ac;
  border: 0.02rem solid #0074ac;
}
.cooperation_case .box ul li:hover a p {
  color: #fff;
}
.cooperation_case .box ul li:hover a i {
  color: #fff;
}
.cooperation_case .box ul .active a {
  background: #0074ac;
  border: 0.02rem solid #0074ac;
}
.cooperation_case .box ul .active a p {
  color: #fff;
}
.cooperation_case .box ul .active a i {
  color: #fff;
}
.case_info .box .content1 {
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0.64rem;
}
.case_info .box .content2 {
  margin-top: 0.54rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.34rem;
}
.case_info .box .content2 p {
  font-size: 0.16rem;
  color: #666;
  margin: 0 0.9rem;
}
.case_info .box .content2 p img {
  margin-right: 8px;
}
.case_info .box .content2_ {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.34rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.54rem;
  text-align: center;
}
.case_info .box .content3 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  text-align: justify;
  padding-top: 0.42rem;
}
.case_info .box .content3 h5 {
  font-size: 0.22rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.05rem;
}
.case_info .box .content3 img {
  width: 100%;
}
.news .box .banner {
  position: relative;
}
.news .box .banner .item a .left {
  width: 66%;
  overflow: hidden;
}
.news .box .banner .item a .left img {
  width: 100%;
  transition: 1s;
}
.news .box .banner .item a .rihgt {
  width: 34%;
  background: #0074ac;
  box-sizing: border-box;
  padding: 0.8rem 0.64rem 0;
}
.news .box .banner .item a .rihgt .content1 {
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.34rem;
  font-weight: bold;
}
.news .box .banner .item a .rihgt .content2 {
  font-family: 'gilroy_regular';
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.5;
  margin: 0.22rem 0 0.38rem;
}
.news .box .banner .item a .rihgt .content3 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.3rem;
}
.news .box .banner .item a .rihgt .content4 {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.5rem;
  transition: 0.4s;
}
.news .box .banner .item a .rihgt .content4 i{
	font-size: 0.16rem;
}
.news .box .banner .item a .rihgt .content4:hover {
  font-weight: bold;
}
.news .box .banner .item a:hover .left img {
  transform: scale(1.1);
}
.news .box .banner .page {
  position: absolute;
  right: 0;
  width: 34%;
  bottom: 10%;
  z-index: 3;
  font-size: 0.16rem;
  box-sizing: border-box;
  padding: 0 0.64rem;
}
.news .box .banner .page span {
  background: #fff;
  font-size: 0.16rem;
  width: 0.3rem;
  height: 2px;
  margin-right: 0.1rem;
  border-radius: 0;
}
.news1 {
  padding: 0.6rem 0;
}
.news1 .box p {
  border-bottom: 1px solid #999;
}
.index_news1 {
  padding-bottom: 0.24rem;
}
.index_news1 .box .item {
  background: #fff;
  margin-bottom: 0.3rem;
}
.index_news1 .box .item a .content1 {
  box-sizing: border-box;
  padding: 0.3rem 0.3rem 0;
}
.index_news1 .box .item a .content1 p {
  overflow: hidden;
}
.list_pagination .box_ .btn a {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  border: 2px solid #0074ac;
  text-align: center;
  transition: 0.4s;
}
.list_pagination .box_ .btn a i {
  font-size: 0.16rem;
  display: block;
  color: #0074ac;
  font-weight: bold;
  transition: 0.4s;
}
.list_pagination .box_ .btn a:hover {
  background: #0074ac;
}
.list_pagination .box_ .btn a:hover i {
  color: #fff;
}
.list_pagination .box_ .page {
  margin: 0 0.2rem;
}
.list_pagination .box_ .page a {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  border: 2px solid #ddd;
  text-align: center;
  font-size: 0.16rem;
  margin: 0 0.04rem;
  color: #333;
  transition: 0.4s;
}
.list_pagination .box_ .page a:hover {
  background: #0074ac;
  color: #fff;
  border: 2px solid #0074ac;
}
.list_pagination .box_ .page .active {
  background: #0074ac;
  color: #fff;
  border: 2px solid #0074ac;
}
.PartTwo {
  margin-top: 0.48rem;
}
.PartTwo .box {
  border-top: 1px solid #ddd;
  padding-top: 0.48rem;
}
.PartTwo .box .part {
  width: 45%;
}
.PartTwo .box .part a .content1 {
  font-size: 0.18rem;
  color: #999;
}
.PartTwo .box .part a .content2 {
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.08rem;
  transition: 0.4s;
}
.PartTwo .box .part a .content3 {
  font-size: 0.16rem;
  color: #999;
}
.PartTwo .box .part a:hover .content2 {
  color: #0074ac;
}
.PartTwo .box .next {
  text-align: right;
}
.about .box .content2 {
  margin-top: 0.45rem;
}
.about .box .content2 .left {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.4rem;
  text-align: justify;
  width: 50%;
}
.about .box .content2 .right {
  width: 40%;
}
.about .box .content2 .right .item {
  padding-left: 0.45rem;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.about .box .content2 .right .item:last-child {
  border: 0;
}
.about .box .content2 .right .item .con1 {
  font-size: 0.18rem;
  color: #777;
}
.about .box .content2 .right .item .con2 {
  font-family: 'gilroy_bold';
  font-size: 0.5rem;
  color: #0074ac;
  margin-top: 0.3rem;
}
.about .box .content2 .right .item .con2 sup {
  font-family: 'gilroy_regular';
}
.about .box .content2 .right .item .con3 {
  font-size: 0.22rem;
  color: #0074ac;
}
.honor .box .banner {
  position: relative;
}
.honor .box .swiper-slide {
  width: 4.65rem;
}
.honor .box .item .img img {
  width: 100%;
}
.honor .box .item .text {
  font-size: 0.26rem;
  font-family: 'gilroy_bold';
  text-align: center;
  margin-top: 0.32rem;
  opacity: 0;
  transition: 0.4s;
}
.honor .box .swiper-slide-active .item .text {
  opacity: 1;
}
.honor .box .button p {
  position: absolute;
  top: 45%;
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  border: 2px solid #0074ac;
  text-align: center;
  transition: 0.4s;
  transform: scale(0.8);
  cursor: pointer;
}
.honor .box .button p i {
  font-size: 0.16rem;
  display: block;
  color: #0074ac;
  font-weight: bold;
  transition: 0.4s;
}
.honor .box .button p:hover {
  background: #0074ac;
}
.honor .box .button p:hover i {
  color: #fff;
}
.honor .box .button .prev {
  left: -0.6rem;
}
.honor .box .button .next {
  right: -0.6rem;
}
.cooperation {
  padding-bottom: 0.7rem;
}
.cooperation .box p {
  width: 18.8%;
  margin-right: 1.5%;
  margin-bottom: 0.18rem;
}
.cooperation .box p:nth-child(5n) {
  margin-right: 0;
}
.cooperation .box p img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}
.join_us .box .item {
  margin-bottom: 0.2rem;
}
.join_us .box .item .boxTop {
  height: 0.72rem;
  background: #f5f5f5;
  padding: 0 0.2rem 0 0.36rem;
  cursor: pointer;
  transition: 0.4s;
}
.join_us .box .item .boxTop .content1 {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  font-weight: bold;
  width: 45%;
  
}
.join_us .box .item .boxTop .content2 {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: bold;
  width: 10%;
 
}
.join_us .box .item .boxTop .content3 {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-family: 'gilroy_bold';
   width: 20%;
}
.join_us .box .item .boxTop .content4 {
  display: flex;
  align-items: center;
  width: 3%;
}
.join_us .box .item .boxTop .content4 p {
  display: flex;
  align-items: center;
  height: 0.32rem;
  width: 0.32rem;
  border: 2px solid rgba(0, 116, 172, 0.5);
}
.join_us .box .item .boxTop .content4 p span {
  display: block;
  width: 0.15rem;
  height: 2px;
  background: #0074ac;
  margin: auto;
  position: relative;
  transition: 0.4s;
}
.join_us .box .item .boxTop .content4 p span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0074ac;
  transform: rotate(90deg);
  transition: 0.4s;
}
.join_us .box .item .active {
  background: #0074ac;
  color: #fff;
}
.join_us .box .item .active .content4 p {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.join_us .box .item .active .content4 p span {
  background: #fff;
}
.join_us .box .item .active .content4 p span::after {
  background: #fff;
  transform: rotate(0);
}
.join_us .box .item .boxBot {
  padding: 0.76rem 0.2rem;
  display: none;
}
.join_us .box .item .boxBot div {
  margin-bottom: 0.28rem;
}
.join_us .box .item .boxBot div:last-child {
  margin-bottom: 0;
}
.join_us .box .item .boxBot div p {
  font-size: 0.18rem;
  color: #555;
  line-height: 0.3rem;
}
.contact_us .box .content {
  padding: 0.32rem 0;
  border-top: 1px solid #ddd;
}
.contact_us .box .content .item .top {
  font-size: 0.16rem;
  color: #999;
}
.contact_us .box .content .item .bot {
  font-family: 'gilroy_bold';
  font-size: 0.32rem;
  margin-top: 0.08rem;
}
.contact_us .box .content .item .bot span {
  font-weight: bold;
  font-size: 0.28rem;
}
.contact_us .box .content .item img {
  display: block;
}
.contact_us .box .content .item1 {
  display: flex;
  align-items: center;
}
.contact_map .box .map {
  width: 100%;
  height: 6.3rem;
}
.contact_from .box {
  margin: 0 20vw;
}
.contact_from .box .list {
  margin-bottom: 0.2rem;
}
.contact_from .box .list .item {
  width: 49%;
}
.contact_from .box .list .item input {
  display: block;
  box-sizing: border-box;
  height: 0.56rem;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #333;
  transition: 0.4s;
}
.contact_from .box .list .item input:hover {
  border: 1px solid #0074ac;
}
.contact_from .box .list1 {
  width: 100%;
}
.contact_from .box .list1 textarea {
  display: block;
  box-sizing: border-box;
  height: 0.56rem;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.2rem;
  font-size: 0.16rem;
  color: #333;
  transition: 0.4s;
  height: 2rem;
  resize: none;
}
.contact_from .box .list1 textarea:hover {
  border: 1px solid #0074ac;
}
.contact_from .box .list2 {
  margin-top: 0.6rem;
}
.contact_from .box .list2 input {
  display: none;
}
.contact_from .box .list2 a {
  width: 1.7rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  background: #0074ac;
  font-size: 0.16rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.contact_from .box .list2 a::after {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 0;
}
.contact_from .box .list2 a:hover::after {
  transform: translateX(-50%) translateY(-50%) scale(5);
  opacity: 0.2;
}
@media screen and (max-width: 1680px) {
  .index_about .box .right .content1 h5 {
    font-size: 0.26rem;
  }
  .index_cooperation .box .item a .superior .content1 {
    font-size: 0.2rem;
  }
  .business1 .box .list .item .right .right_ .content1 {
    font-size: 0.3rem;
  }
  .business5 .box .right .content1 {
    font-size: 0.32rem;
  }
  .service .box .list .item .left .text .title {
    font-size: 0.28rem;
  }
  .service .box .list .item .right .right_ .item_ {
    font-size: 0.2rem;
  }
  .service2 .box .list .item .left .left_ .content1 {
    font-size: 0.32rem;
  }
  .service2 .box .list .item .left .left_ .content2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1500px) {
  .index_cooperation .box .item a .number {
    bottom: -0.3rem;
    right: -0.1rem;
  }
  .index_service .box .item .content4 {
    margin-top: 0.08rem;
  }
  .index_about .box .right .content2 {
    -webkit-line-clamp: 3;
  }
  .business1 .box .list .item .right .right_ .content4 {
    font-size: 0.2rem;
  }
  .business1 .box .list .item .right .right_ .content1 {
    font-size: 0.26rem;
  }
  .business5 .box .right .content1 {
    margin-top: 0.3rem;
  }
  .business5 .box .right .content2 {
    margin-top: 0.5rem;
  }
  .service .box .list .item .left .text .title {
    font-size: 0.25rem;
  }
  .service2 .box .list .item .left .left_ .content1 {
    font-size: 0.28rem;
  }
  .news .box .banner .item a .rihgt .content1 {
    font-size: 0.24rem;
  }
  .case_info .box .content1 {
    font-size: 0.3rem;
  }
  .about .box .content2 .left {
    width: 54%;
  }
  .index_banner .banner .swiper-slide .position .position_box .content2 {
    font-size: 0.5rem;
  }
  .index_cooperation .box .item a .superior {
    padding: 0.4rem 0.3rem 0;
  }
  .index_cooperation .box .item a {
    padding: 0.4rem 0.3rem 0.84rem;
  }
}
@media screen and (max-width: 1500px) {
  .index_about .box .right {
    padding: 0.32rem 0.5rem 0;
  }
  .index_about .box .right .content1 h5 {
    font-size: 0.22rem;
  }
  .index_about .box .right .content1 h6 {
    font-size: 0.12rem;
  }
  .index_about .box .right .content4 {
    margin-top: 0.4rem;
  }
  .index_about .box .right .content4 .item .bot span {
    font-size: 0.4rem;
  }
  .business4 .box .item a .position .content1 {
    height: 2rem;
    margin-top: 0.5rem;
  }
  .business5 .box .right .content3 {
    margin-top: 0.4rem;
  }
  .business5 .box .right {
    padding: 0 0rem 0 0.8rem;
  }
  .service2 .box .list .item .left .left_ .content3 {
    font-size: 1rem;
  }
  .news .box .banner .item a .rihgt {
    padding: 0.5rem 0.5rem 0;
  }
  .news .box .banner .page {
    padding: 0 0.5rem;
  }
 .index_cooperation .box .item a .end .content2{
	 height: 1.6rem;
 }
 .news .box .banner .page{
	 bottom: 3%;
 }
 .news .box .banner .item a .rihgt .content3{
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 4;
	 overflow: hidden;
	 text-align: justify;
	 text-justify: distribute-all-lines;
 }
}
@media screen and (max-width: 669px) {
  .index_header {
    display: none;
  }
  .index_banner .banner .swiper-slide .img img {
    height: auto;
  }
  .w_1420 {
    margin: 0 5vw;
  }
  .index_cooperation .box .item {
    width: 49%;
  }
  .index_cooperation .box .item a .superior {
    display: none;
  }
  .m72 {
    margin-top: 0.5rem;
  }
  .index_service .box .item {
    width: 100%;
    padding-top: 0rem;
  }
  .index_service .box .item:nth-child(2) .content1 img {
    transform: scale(1);
  }
  .index_service .box {
    margin-top: 0.5rem;
  }
  .index_about .box .left {
    width: 100%;
  }
  .index_about .box .right {
    width: 100%;
    padding: 0.3rem;
  }
  .index_about .box .right .content1 h5 {
    font-size: 0.26rem;
  }
  .index_about .box .left p span img {
    transform: scale(0.8);
  }
  .p90 {
    padding-top: 0.7rem;
  }
  .p90_ {
    padding-bottom: 0.7rem;
  }
  .index_news .box .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .index_news .box .item1 {
    width: 100%;
  }
  .index_footer .box .boxRight .left {
    line-height: 0.3rem;
    text-align: center;
  }
  .index_footer .box .boxRight .left a {
    display: block;
  }
  .index_footer .box .boxRight .right {
    display: none;
  }
  .index_footer .box .boxRight {
    padding: 0.2rem 0;
  }
  .index_footer .box .boxLeft .logo {
    display: none;
  }
  .index_footer .box .boxLeft .nav {
    display: none;
  }
  .index_footer .box .boxLeft .content .item .top img {
    max-height: 0.26rem;
  }
  .index_footer .box .boxLeft {
    padding: 0.4rem 0;
  }
  .index_footer .box .boxLeft .content h5 {
    display: none;
  }
  .index_news .box .item1 ul li a p {
    margin-top: 0.1rem;
  }
  .index_news .box .item1 ul li {
    margin-bottom: 0.2rem;
  }
  .index_news .box .item .content2 .content5 {
    opacity: 1;
  }
  .index_business .box .list > div {
    margin-bottom: 0.25rem;
    width: 100%;
  }
  .index_business .box .list .right {
    width: 100%;
  }
  .index_business .box .list:nth-child(2) {
    flex-flow: column;
    margin-top: 0em;
  }
  .index_business .box .list > div .img img {
    object-fit: cover;
    height: 3rem;
  }
  .index_banner .banner .swiper-slide .position .position_box .content2 {
    font-size: 0.3rem;
  }
  .index_banner .banner .swiper-slide .position .position_box .content3 {
    font-size: 0.2rem;
  }
  .index_banner .banner .swiper-button-prev {
    transform: scale(0.5);
    left: 0;
  }
  .index_banner .banner .swiper-button-next {
    transform: scale(0.5);
    right: 0;
  }
  .business1 .box .list .item .left {
    width: 100%;
  }
  .business1 .box .list .item .right {
    width: 100%;
  }
  .business1 .box .list .item .right .right_ {
    width: 90%;
    margin-left: 5%;
    margin-top: -10%;
    padding: 0.4rem;
  }
  .business1 .box .list:nth-child(2n) .item {
    flex-flow: column;
  }
  .business1 .box .list:nth-child(2n) .item .right .right_ {
    margin-left: 5%;
    margin-right: 0%;
  }
  .business .box ul {
    justify-content: space-between;
  }
  .business .box ul li {
    width: 48%;
    margin: 0 0 0.2rem;
  }
  .business .box ul li a {
    width: 100%;
  }
  .business .box {
    margin-top: 0.5rem;
  }
  .business2 .box {
    margin-top: 0.4rem;
    justify-content: space-between;
  }
  .business2 .box .item {
    width: 48%;
    padding: 0.4rem 0.3rem;
    margin-right: 0;
  }
  .business4 .box {
    justify-content: space-between;
  }
  .business4 .box .item {
    width: 48%;
    margin-right: 0;
  }
  .business4 .box .item a .position .content2 {
    margin-top: 0.2rem;
  }
  .business4 .box .item a .position .content1 {
    margin-top: 0.2rem;
  }
  .business5 .box .left {
    width: 100%;
  }
  .business5 .box .right {
    padding: 0.4rem;
    width: 100%;
    background: #fff;
  }
  .business5 .box .right .content1 {
    margin-top: 0;
  }
  .business5 .box .right .content2 {
    margin-top: 0.3rem;
  }
  .business5 .box .right .content3 a {
    line-height: 0.5rem;
  }
  .service .box .list .item .left {
    width: 100%;
  }
  .service .box .list .item .right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1rem;
  }
  .service .box .list .item .right .right_ {
    width: 100%;
    margin-left: 0;
    padding: 0.5rem 0.3rem;
  }
  .service .box .list .item .right .right_ .item_ {
    padding-left: 0.52rem;
  }
  .service2 .box .list .item .left {
    width: 100%;
  }
  .service2 .box .list .item .right {
    width: 100%;
  }
  .service2 .box .list:nth-child(2n) .item {
    flex-flow: column;
  }
  .service2 .box .list .item .left .left_ {
    width: 100%;
    margin-right: 0%;
    padding: 0.4rem;
  }
  .service2 .box .list:nth-child(2n) .item .left .left_ {
    margin-right: 0;
    margin-left: 0;
  }
  .service1 .box .item {
    width: 100%;
    padding-bottom: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .cooperation_case .box {
    margin: 0.5rem 5vw;
  }
  .cooperation_case .box ul {
    justify-content: space-between;
  }
  .cooperation_case .box ul li {
    width: 48%;
    margin: 0 0 0.2rem;
  }
  .cooperation_case .box ul li a {
    width: 100%;
  }
  .case_info .box .content2 p {
    margin: 0 0.2rem 0.1rem;
  }
  .case_info .box .content2 p img {
    margin-right: 5px;
    width: 15px;
  }
  .list_pagination .box_ .page a {
    display: none;
  }
  .list_pagination .box_ .page .active {
    display: block;
  }
  .news .box .banner .item a .left {
    width: 100%;
  }
  .news .box .banner .item a .rihgt {
    width: 100%;
    padding: 0.4rem;
  }
  .news .box .banner .page {
    width: 100%;
    bottom: auto;
    text-align: center;
	top: 40%;
  }
  .PartTwo .box .part a .content2 {
    margin-top: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .about .box .content2 .left {
    width: 100%;
  }
  .about .box .content2 .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .about .box .content2 .right .item {
    box-sizing: border-box;
    border: 0;
    padding-left: 0;
  }
  .honor .box .swiper-slide {
    width: 4rem;
  }
  .honor .box .button p {
    z-index: 2;
  }
  .honor .box .banner {
    width: 90%;
    margin: auto;
  }
  .cooperation .box {
    justify-content: space-between;
  }
  .cooperation .box p {
    width: 48%;
    margin-right: 0%;
  }
  .contact_us .box .content .item {
    margin-bottom: 0.2rem;
  }
  .contact_map .box .map {
    height: 4rem;
  }
  .contact_from .box {
    margin: 0 5vw;
  }
  .index_banner .banner .swiper-button-prev{
	  display: none;
  }
  .index_banner .banner .swiper-button-next{
  	  display: none;
  }
  .index_banner .banner .swiper-slide .position .position_box .content4 a {
      line-height: 0.5rem;
  }
  .layerVideo .box {
      max-width: 80vw;
	  width: 80vw;
  }
  .index_footer .box .boxRight{
	  width: 100%;
  }
  .index_footer .box .boxRight .left{
	  width: 100%;
  }
  .ky_fixed{
	  display: none !important;
	  visibility: hidden;
	  opacity: 0;
  }
  .news .box .banner .item a .rihgt .content3{
	  height: 0.9rem;
	  -webkit-line-clamp: 3;
  }
  .index_about .box .right .content4 .item .bot sup {
      font-size: 0.3rem;
  }
  .index_service .box .swiper-slide-active .item .content1 img {
    transform: scale(1);
  }
  .index_service .box .swiper-slide-active .item .content2 {
    margin-top: 0.5rem;
  }
}
