.container {
  width: 100%;
  padding: 0 14.2rem;
}

body,
html {
  font-size: calc(100vw / 115);
}

.bg {
  background-color: #fafafb;
}

.er-ul {
  display: block;
}

.daohang .daohang_ul>li:hover .er-ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transform: scale(1);
}

.daohang_di a:hover {
  color: #FFF !important;
}

.daohang {
  position: fixed;
  line-height: 5.625rem;
  height: 5.625rem;
  padding: 0 6.25rem;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  /* background: #fff; */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.502); */
}

.er-ul>li {
  padding: 6px 10px;
  font-size: .875rem;
  line-height: 1.5rem;
}

.daohang .menu {
  cursor: pointer;
}

#body {
  padding-top: 5.625rem;
}

header {
  display: inline-block;
}

.ds {
  cursor: pointer;

}

.daohang.active,
.show_body .daohang {
  background-color: #FFF;
  box-shadow: 0 0 .625rem #ddd;
}

.daohang.active .daohang_fr .ds {
  border-right: 1px solid rgba(88, 88, 88, 0.502);
}

.show_body .daohang .daohang_fr .menu {
  padding: 0 1.25rem;
  border-right: 1px solid rgba(88, 88, 88, 0.502);
}

.show_body .daohang .daohang_fr .menu .icon-guanbi {
  font-size: 1.5rem;
}

.searchbox {
  padding: 0.9375rem;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  width: 100%;
  top: 5.625rem;
  border-top: 2px solid #e18e25;
}

.er-ul>li:hover a {
  color: #e18e25;
}

.serbtn {
  background: #e18e25;
}

.daohang.active .daohang_ul>li>a,
.show_body .daohang .daohang_ul>li>a,
.show_body .daohang .daohang_fr>span,
.daohang .daohang_fr>a,
.daohang.active .daohang_fr>span,
.daohang .daohang_fr>a {
  color: #000;
}

.daohang>a:nth-child(2) {
  display: none;
}

.daohang.active>a:nth-child(1) {
  display: none;
}

.daohang.active>a:nth-child(2) {
  display: block;
}

.daohang .daohang_di {
  display: inline-block;
  background: #e18e25;
  line-height: 2.1875rem;
  padding: 0 0.75rem;
  border-radius: 1.1875rem;
  margin: 0 1.875rem;
  position: relative;
  color: #fff;
  font-size: 0.9375rem;
}

.daohang .daohang_di a {
  color: #fff;
  margin: 0 3px;
}

.daohang .daohang_di img {
  width: 20px;
}

.daohang .daohang_ul {
  margin-right: 4.25rem;
}

.daohang .daohang_ul>li {
  float: left;
  position: relative;
}

.daohang .daohang_ul>li>a {
  color: #ffffff;
  font-size: 1.1rem;
  padding: 0 .625rem;
  /* font-weight: bold; */
  margin: 0 .9375rem;
  position: relative;
  display: block;
  font-weight: bold;
}

.daohang .daohang_ul>li ::after {
  width: 0px;
  height: 2px;
  background: #e18e25;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.daohang .daohang_ul>li.active>a,
.daohang .daohang_ul>li:hover>a {
  color: #e18e25;
}

.daohang .daohang_ul>li:hover>a::after,
.daohang .daohang_ul>li.active>a::after {
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.daohang .daohang_fr>span,
.daohang .daohang_fr>a {
  color: #ffffff;
  font-size: 1rem;
}

.daohang .daohang_fr>a {
  display: inline-block;
  margin: 0 2.5rem 0 1.125rem;
}

.daohang .daohang_fr .icon-dianhua1 {
  margin-right: 5px;
  font-size: 1.25rem;
}

.daohang .daohang_fr .icon-daohang {
  position: relative;
  top: 5px;
  font-size: 1.5625rem;
}

.daohang .daohang_fr .ds i {
  padding: 0 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.502);
  font-size: 1.25rem;
}

.banner_img {
  -webkit-animation: run 2s infinite linear;
  -moz-animation: run 2s infinite linear;
  -o-animation: run 2s infinite linear;
  animation: run 2s infinite linear;
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  bottom: 2%;
  z-index: 5;
  cursor: pointer;
}

@keyframes run {
  from {
    bottom: 2%;
    opacity: 0;
  }

  to {
    bottom: 5%;
    opacity: 1;
  }
}

.ta {
  text-align: center;
}

.text {
  font-size: 1rem;
  line-height: 1.875rem;
}

.txt {
  font-size: .875rem;
  line-height: 1.625rem;
}

.more {
  background: #e18e25;
  font-size: 1rem;
  color: #fff !important;
  line-height: 3.75rem;
  width: 11.25rem;
  padding: 0 .625rem;
  text-align: center;
  display: inline-block;
  border-radius: 2rem;
  transition: all .6s;
}

.more:hover {
  background: #008687;
  color: #fff !important;
  transition: all .6s;
}

.more .iconfont {
  font-size: 1rem;
  margin-left: 0.9375rem;
  transition: all .6s;
}

.more:hover .iconfont {
  margin-left: 1.375rem;
  transition: all .6s;
}

.title {
  color: #000000;
}

.title .p2 {
  font-size: 2.8125rem;
  font-weight: bold;
}

.title .p1 {
  position: relative;
  font-size: 1rem;
  padding-top: 0.875rem;
}

.title .p1::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 1px;
  background: #000000;
  content: "";
}

.title.ta .p1::after {
  left: 50%;
  transform: translateX(-50%);
}

.title.ta {
  text-align: center;
  z-index: 5;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
  left: 3.125rem !important;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
  right: 3.125rem !important;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  top: 50% !important;
  width: 1.6875rem;
  height: 2.75rem;
}

.index_four .title.ta {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
}

.animate {
  position: relative;
  z-index: 5;
  font-family: 'Myriad Pro';
  font-size: 8.75rem;
  font-weight: bold;
  color: #d4d4d4;
  display: inline-block;
  white-space: nowrap;
  animation: 15s wordsLoop linear infinite normal;
}

.animate .span2 {
  color: transparent;
  -webkit-text-stroke: 1px #d4d4d4;
  text-stroke: 1px #d4d4d4;
  transition-property: color, -webkit-text-stroke-color, text-stroke-color, transform;
  transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 1);
}

.animate .c-ticker {
  width: 100%;
  display: flex;
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
}

.animate .c-ticker__wrap {
  display: inline-block;
  white-space: nowrap;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate ._ticker01 {
  -webkit-animation: loop 80s -40s linear infinite;
  animation: loop 80s -40s linear infinite;
}

.animate ._ticker02 {
  -webkit-animation: loop2 80s linear infinite;
  animation: loop2 80s linear infinite;
}

.animate .c-ticker__text {
  display: inline-flex;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.index_one {
  overflow: hidden;
}

.index_one #particles-js {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.index_one .index_one_box {
  z-index: 55;
}

.index_one .index_one_div .index_one_size {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2.8125rem;
}

.index_one .index_one_div .index_one_size div {
  height: 0;
  overflow: hidden;
}

.index_one .index_one_div .index_one_size div .iconfont {
  padding-left: 0.3125rem;
}

.index_one_div .trans .font16 {
  margin: .3125rem 0;
}

.index_one .index_one_div>div:nth-of-type(1),
.index_one .index_one_div>div:nth-of-type(3) {
  /* top: 4.6875rem; */
  position: relative;
}

.index_one .index_one_div>div>div:hover .index_one_size div {
  height: 3.375rem;
}

.index_two {
  position: relative;
  z-index: 55;
}

.index_two .index_two_fr .font16 {
  line-height: 1.875rem;
  color: #515151;
}

.index_two .index_two_top {
  padding: 5.9375rem 0 13.4375rem 0;
}

.index_two .index_two_box {
  background: #008687;
}

.index_two .index_two_box .index_two_fin {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.index_two .index_two_box .index_two_fin .index_two_ul li {
  /* border-bottom: 1px solid rgba(247, 247, 247, 0.4); */
  padding: 2.1875rem 0;
}

.index_two .index_two_box .index_two_fin .index_two_ul li p:nth-of-type(1) {
  line-height: 4.2rem;
}

.index_two .index_two_box .index_two_fin .index_two_ul li p {
  color: #ffffff;
  opacity: 0.3;
}

.index_two .index_two_box .index_two_fin .index_two_ul li p span {
  font-size: 5rem;
  font-family: "Bahnschrift";
}

.index_two .index_two_box .fl {
  position: relative;
  top: -7.5rem;
}

.index_three {
  padding: 7.8125rem 0;
}

.index_three .index_three_ul li {
  padding: 2.1875rem 0;
  border-bottom: 1px solid #cecece;
}

.index_three .index_three_ul li .font18 {
  color: #000000;
}

.index_three .index_three_ul li .font16 {
  color: #515151;
  margin: 0.73rem 0;
}

.font14 {
  color: #e19024;
}

.index_three .index_three_ul li:after {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e19024;
  transition: all 1s;
}

.index_three .index_three_ul li:hover:after {
  transition: all .6s;
  width: 100%;
}

.index_three li:hover .font18 {
  color: #e19024;
}

.index_three .index_three_div a {
  display: none;
}

/* 首页服务中心 */
.index_four {
  background: #fafafb;
}

.index_four .index_four_top {
  color: #ededee;
  font-size: 14.375rem;
  font-family: 'Myriad Pro';
  line-height: 13rem;
  text-align: center;
}

.index_four .index_four_box {
  color: #4a4a4a;
  position: absolute;
  /* margin-top: -3.75rem; */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.875rem;
}

.index_four .index_four_box span {
  color: #e19024;
}

.index_four .zi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.index_four .dian1,
.index_four .dian2,
.index_four .dian3,
.index_four .dian4,
.index_four .dian5,
.index_four .dian6,
.index_four .dian7,
.index_four .dian8,
.index_four .dian1 .font16,
.index_four .dian2 .font16,
.index_four .dian3 .font16,
.index_four .dian4 .font16,
.index_four .dian5 .font16,
.index_four .dian6 .font16,
.index_four .dian7 .font16,
.index_four .dian8 .font16 {
  position: absolute;
  z-index: 10;
}

.index_four .dian1 .font16,
.index_four .dian2 .font16,
.index_four .dian3 .font16,
.index_four .dian4 .font16,
.index_four .dian5 .font16,
.index_four .dian6 .font16,
.index_four .dian7 .font16,
.index_four .dian8 .font16 {
  width: 3.75rem;
  display: block;
  text-align: left;
  font-weight: 600;
  color: #4a4a4a;
  font-family: FZLTZHJW--GB1-0;
  line-height: 1.875rem;
}

.index_four .dian4 .font16 {
  right: 1rem;
  top: 1rem;
}

.index_four .dian6 .font16 {
  right: .625rem;
  top: .125rem;
}

.index_four .dian8 .font16 {
  left: 1.625rem;
  top: .125rem;
}

.index_four .dian1 img,
.index_four .dian2 img,
.index_four .dian3 img,
.index_four .dian4 img,
.index_four .dian5 img,
.index_four .dian6 img,
.index_four .dian7 img {
  width: 1.5rem;
  padding-bottom: .5rem;
}

.index_four .dian8 img {
  width: .75rem;
}

.index_four .dian1 {
  top: 53.5%;
  right: 22.6%;
}

.index_four .dian2 {
  top: 50.5%;
  right: 25.3%;
}

.index_four .dian3 {
  top: 34.1%;
  right: 48.8%;
}

.index_four .dian4 {
  top: 30%;
  right: 43.3%;
}

.index_four .dian5 {
  top: 26.5%;
  right: 54.5%;
}

.index_four .dian6 {
  top: 19%;
  right: 45.3%;
}

.index_four .dian7 {
  top: 34%;
  right: 80.7%;
}

.index_four .dian8 {
  top: 43.8%;
  right: 19.8%;
}

.index_four .xian1,
.index_four .xian2,
.index_four .xian3,
.index_four .xian4,
.index_four .xian5,
.index_four .xian6,
.index_four .xian7 {
  position: absolute;
  right: 20.3%;
  z-index: 10;
}

.index_four .xian1 {
  top: 24%;
  animation: width 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
}

.index_four .xian1 img {
  animation: huadong 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  width: 55.375rem;
}

@keyframes width {
  0% {
    opacity: 0;
    top: 43%
  }

  100% {
    opacity: 1;
    top: 24%;
  }
}

@keyframes huadong {
  0% {
    opacity: 0;
    width: 20px;
  }

  100% {
    opacity: 1;
    width: 55.375rem;
  }
}

.ryzz-in-div .swiper-container {
  padding-bottom: 60px;
}

.index_four .xian2 {
  top: 46%;
}

.index_four .xian2 img {
  animation: huadong_one 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  width: 3rem;
}

@keyframes huadong_one {
  0% {
    opacity: 0;
    width: 20px;
  }

  100% {
    opacity: 1;
    width: 3rem;
  }
}

.index_four .xian3 {
  top: 46%;
}

.index_four .xian3 img {
  animation: huadong_two 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  width: 4.625rem;
}

@keyframes huadong_two {
  0% {
    opacity: 0;
    width: 20px;
  }

  100% {
    opacity: 1;
    width: 4.625rem;
  }
}

.index_four .xian4 {
  top: 37.2%;
  animation: width_one 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
}

@keyframes width_one {
  0% {
    opacity: 0;
    top: 43%
  }

  100% {
    opacity: 1;
    top: 37.2%;
  }
}

.index_four .xian4 img {
  animation: huadong_three 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  width: 26.875rem;
}

@keyframes huadong_three {
  0% {
    opacity: 0;
    width: 20px;
  }

  100% {
    opacity: 1;
    width: 26.875rem;
  }
}

.index_four .xian5 {
  top: 34%;
  animation: width_two 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
}

@keyframes width_two {
  0% {
    opacity: 0;
    top: 43%
  }

  100% {
    opacity: 1;
    top: 34%;
  }
}

.index_four .xian5 img {
  animation: huadong_four 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  width: 21.25rem;
}

@keyframes huadong_four {
  0% {
    opacity: 0;
    width: 20px;
  }

  100% {
    opacity: 1;
    width: 21.25rem;
  }
}

.index_four .xian6 {
  top: 30%;
  animation: width_three 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
}

@keyframes width_three {
  0% {
    opacity: 0;
    top: 43%
  }

  100% {
    opacity: 1;
    top: 30%;
  }
}

.index_four .xian6 img {
  animation: huadong_five 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  width: 31.75rem;
}

@keyframes huadong_five {
  0% {
    opacity: 0;
    width: 20px;
  }

  100% {
    opacity: 1;
    width: 31.75rem;
  }
}

.index_four .xian7 {
  top: 21%;
  animation: width_four 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
}

@keyframes width_four {
  0% {
    opacity: 0;
    top: 43%
  }

  100% {
    opacity: 1;
    top: 21%;
  }
}

.index_four .xian7 img {
  animation: huadong_six 3s infinite;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  width: 22.75rem;
}

@keyframes huadong_six {
  0% {
    opacity: 0;
    width: 20px;
  }

  100% {
    opacity: 1;
    width: 22.75rem;
  }
}

.foot,
.beian {
  background: #313131;
}

.foot a {
  color: #fff;
}

.foot .foot_div {
  display: flex;
  justify-content: space-between;
  line-height: 1.625rem;
}

.foot .foot_div ul:nth-of-type(1) li a {
  display: block;
  width: 50%;
  float: left;
}

.foot .foot_div ul:nth-of-type(2) li span {
  font-size: 1.1875rem;
  color: #e19024;
}

.foot .foot_div .foot_div_box .foot_div_inp {
  border-bottom: 1px solid #949494;
  padding-bottom: 6px;
}

.foot .foot_div .foot_div_box .foot_div_inp input {
  width: 80%;
  border: beige;
  background: none;
  height: 2.1875rem;
  float: left;
}

.foot .foot_div .foot_div_box .foot_div_inp input::-webkit-input-placeholder {
  color: #fff;
}

.foot .foot_div .foot_div_box .foot_div_inp button {
  background: none;
  border: none;
  width: 20%;
  color: #fff;
  font-size: 1.125rem;
  float: right;
  transition: all .6s;
}

.foot .foot_div .foot_div_box .foot_div_inp:hover button {
  padding-left: 1.5rem;
  transition: all .6s;
}

.foot .foot_div ul .social-share a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 1rem;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
}

.beian .foot_fix {
  padding: 1.5625rem 0;
  border-top: 1px solid #595959;
}

.banner .hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.banner_title {
  font-size: 3.125rem;
  font-weight: 600;
}

.bar_two {
  overflow: hidden;
  background-color: #efefef;
}

.bar_two .bar_ul ul li {
  float: left;
  padding: 0 1.5rem;
  font-size: 1rem;
  line-height: 3.75rem;
  transition: all .6s;
}

.bar_two .bar_ul .active,
.bar_two .bar_ul ul li:hover {
  background-color: #e18e25;
  transition: all .6s;
}

.bar_two .bar_ul li {
  font-size: 1rem;
  display: inline-block;
  position: relative;
}

.bar_two .bar_ul .active a,
.bar_two .bar_ul li:hover a {
  color: #FFF;
}

.bar_two .bar_ul a:hover,
.bar_two .bar_ul li a:hover {
  color: #FFF !important;
}

.bar_two .bar_ul li a {
  font-size: 1rem;
  position: relative;
  display: block;
  transition: all .6s;
}

.address ul {
  padding: 1.875rem 0;
  float: right;
}

.address ul li {
  padding: 0 .125rem;
  float: left;
  line-height: 1.875rem;
}

.address ul li:nth-child(7) {
  display: none;
}

.address ul li:hover a {
  color: #e18e25;
}

.index_one_center {
  overflow: hidden;
}

.index_one_center .left {
  z-index: 5;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  padding: 2.875rem;
  background-color: #ededee;
}

.index_one_center .left .text {
  text-align: justify;
}

.index_two_bottom ul {
  display: flex;
  justify-content: center;
}

.index_two_bottom ul li {
  border-bottom: 1px solid rgba(247, 247, 247, 0.4);
  padding: 1.25rem 0;
  float: left;
}

.index_two_bottom ul li:nth-child(2) {
  padding: 1.25rem 19.25rem;
}

.index_two_bottom ul li p:nth-of-type(1) {
  line-height: 2.5rem;
}

.index_two_bottom ul li p span {
  font-size: 5rem;
  font-family: "Bahnschrift";
  color: #e18e25;
}

.culture::before {
  content: '';
  background-color: #008687;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 84%;
}

.culture::after {
  content: "Enabling your";
  position: absolute;
  color: rgba(255, 255, 255, 0.100);
  font-size: 9.375rem;
  font-weight: bold;
  bottom: -1.25rem;
  right: 0;
  letter-spacing: .25rem;
  line-height: 1;
}

.introduction_two {
  overflow: hidden;
  padding-bottom: 6.25rem;
}

.introduction_two .ser_top {
  float: left;
  text-align: left;
  margin: 12.875rem 7.25rem 0 3.75rem;
  color: #FFF;
}

.introduction_two .title {
  padding-bottom: 0;
}

.introduction_two .x_title::before {
  background-color: #FFF;
}

.introduction_two .title .p1::after {
  background-color: #FFF;
}

.introduction_two .txt_three ul li {
  float: left;
  font-size: 1.125rem;
  line-height: 2.125rem;
  padding: .625rem 3.125rem .625rem 1.25rem;
}

.introduction_two .txt_three ul li::before {
  content: '';
  background-color: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
}

.introduction_two .txt_four {
  float: left;
  font-size: 1rem;
  line-height: 1.875rem;
}

.txt_nr {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #434343;
}

.honorary {
  padding-bottom: 9.375rem;
}

.honorary .img_honorary {
  background-color: #fafafb;
  padding: 1.25rem;
}

.honorary .news_txt {
  background-color: #ededee;
  display: block;
  text-align: center;
  line-height: 1.875rem;
  padding: 1rem 0;
}

.honorary_b:hover img {
  transform: scale(1.1);
}

.honorary_b .over img:hover {
  transform: scale(1.1);
}

.honorary_b:hover .news_txt {
  background-color: #e18e25;
  color: #FFF;
  transition: all .6s;
}

.pt120 {
  padding-top: 7.5rem;
}

.pt130 {
  padding-top: 8.125rem;
}

.responsibility {
  padding-bottom: 13.125rem;
}

.responsibility::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/8.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}

.text_all {
  padding: 0 1.25rem;
}

.title {
  font-size: 1.125rem;
  line-height: 2rem;
}

.title_p {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 600;
}

.news_data_ne {
  font-size: .875rem;
  line-height: 1.875rem;
  color: #717070;
}

.news_data_ne a {
  padding-right: 1.5rem;
  color: #848484;
}

.news_data_ne i {
  color: #adadad;
  margin: 0 .25rem 0 0;
}

.text_all .more {
  background-color: transparent;
  color: #e18e25;
  text-align: left;
  padding: .875rem 0;
}

.news_one .list_news .col-md-4 {
  width: 30% !important;
}

.news_one .list_news .col-md-8 {
  width: 70% !important;
}

.news_one .list_news {
  padding: 3.125rem 0;
  border-bottom: 1px solid #d4d4d4;
}

.news_one .list_news img {
  transition: all .6s;
}

.news_one .list_news .text_all .font14 {
  padding: 1.625rem 0 .375rem 0;
  font-weight: 600;
}

.news_one .list_news:hover img {
  transform: scale(1.1);
  transition: all .6s;
}

.news_one .list_news:hover .title_p a {
  color: #e18e25;
  transition: all .6s;
}

.show_top .news_data_ne {
  line-height: 3.75rem;
  padding-left: 2.375rem;
}

.news_er {
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 2.875rem;
  padding-bottom: .375rem;
}

.show_title {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

.show_one .news_data_one {
  color: #e18e25;
  font-size: .875rem;
  line-height: 3.75rem;
}

.title_f a {
  float: left;
}

.title_f_one:nth-child(2) {
  margin: 0 .875rem;
}

.title_f_one {
  /* width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  background-color: #03828a;
  border-radius: 50%; */
  width: 4.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
}

.title_f_one:hover,
.title_f .active {
  /* background-color: #e18e25;
  transition: all .6s; */
}

.title_f_one i {
  transition: all .6s;
}

.title_f_one:nth-child(1):hover i {
  padding-right: .625rem;
  transition: all .6s;
}

.title_f_one:nth-child(2):hover i {
  padding-left: .625rem;
  transition: all .6s;
}

.title_f_one:nth-child(1):before {
  background-color: #e18e25;
}



.show_bottom .shangxia {
  font-size: 1rem;
  color: #434343;
  line-height: 1.875rem;
  border-bottom: solid 1px #d4d4d4;
}

.show_bottom .shangxia .bot a {
  width: 90%;
  float: left;
  line-height: 2.375rem;
}

.show_bottom .shangxia .bot span {
  width: 10%;
  line-height: 2.375rem;
  padding-right: 1.25rem;
  text-align: right;
}

.show_bottom .shangxia .bot {
  overflow: hidden;
  padding: .625rem 0;
  line-height: 2.375rem;
  border-top: solid 1px #d4d4d4;
  background-color: transparent;
}

.show_two .bar_two {
  overflow: hidden;
}

.bar_two .address ul {
  padding: 1.25rem 0;
  float: right;
}

.welfare .text_all {
  padding: 5rem 3rem;
}

.welfare .text_all .title {
  color: #03828a;
}

.welfare .w50.fl .pr .hover {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(3, 129, 138, 0.8);
  right: auto;
  transform: translateX(0);
  padding: .9375rem;
}

.daohang .menu:hover .iconfont {
  color: #e18e25;
}

.welfare_right .hover {
  bottom: 0;
  top: 52.9% !important;
  background-color: rgba(3, 129, 138, 0.8);
  right: 50%;
  transform: translate(-50%, -50%);
  padding: 0.9375rem;
  width: 32.8%;
  left: 49.9%;
  color: #fff;
  top: auto;
  text-align: right;
  height: 34%;
}

.welfare_right .hover div {
  color: #fff;
}

.welfare .w50.fl .pr .hover div {
  color: #FFF;
}

.hover1 {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
}

.welfare_right .text_all {
  background-color: rgba(3, 129, 138, 0.8);
}

.welfare_right .hover1 {
  right: 0;
  bottom: 0;
  top: auto;
  transform: translateY(0);
}

.list_office .col-md-4 p {
  line-height: 3.125rem;
  background: #efefef;
  text-align: center;
  font-size: 1.125rem;
}

.list_office .col-md-4 {
  margin-bottom: 1.5rem;
}

.list_office .col-md-4:hover p {
  background: #e18e25;
  color: #fff;
  transition: all .5s;
}

#certify {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.phone_swiper {
  display: none;
}

#certify .swiper-container {
  padding: 0 3.75rem 3.75rem;
}

#certify .swiper-slide {
  width: 40%;
  background: #fff;
  box-shadow: 0 8px 1.875rem #ddd;
}

#certify .swiper-slide img {
  display: block;
  object-fit: cover;
}

#certify .swiper-slide {
  line-height: 0;
  background-color: #FFF;
  padding: .625rem;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
  top: 38%;
  width: 3.25rem;
  height: 3rem;
  background-size: 1.875rem 1.875rem;
}

#certify .swiper-button-next,
#certify .swiper-container-rtl .swiper-button-prev {
  right: 30%;
}

#certify .swiper-button-prev,
#certify .swiper-container-rtl .swiper-button-next {
  left: 30%;
}

#certify .swiper-slide p {
  display: none;
}

#certify .swiper-slide.swiper-slide-active p,
.phone_swiper .swiper-slide p {
  background-color: #e18e25;
  display: block;
  line-height: 3.75rem;
}

#certify .swiper-slide.swiper-slide-active,
.phone_swiper .swiper-slide {
  color: #FFF;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 1.25rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: .625rem;
  height: .625rem;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #eee;
  background-color: #fff;
}

.hover .title .p1::after {
  background: #FFF;
}

.message {
  position: absolute;
  bottom: 11.875rem;
  width: 100%;
}

.contact_two .message {
  position: relative;
  bottom: 0;
  width: auto;
}

.contact_one .col-sm-3 .all,
.contact_one .col-sm-4 .all {
  margin-top: 3.4375rem;
  background-color: #fafafb;
  min-height: 14.625rem;
  padding: 3.125rem;
  line-height: 2.0625rem;
}

.contact_one .col-sm-3 .all {
  padding: 2.125rem;
}

.contact_one .all .font18 {
  color: #03828a;
}

.message select {
  width: 100%;
  padding: 0 1.625rem;
  line-height: 3.625rem;
  height: 3.625rem;
  border: 1px solid #d9d9d9;
}

.message .w30 {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.message input {
  line-height: 3.625rem;
  width: 100%;
  padding: 0 1.625rem;
  color: #5e5e5e;
}

.message .w10 {
  margin-left: 1.5rem;
  border-radius: .375rem;
  width: 4.0625rem;
  background-color: #e18e25;
  line-height: 3.75rem;
  transition: all .6s;
}

.message .w10:hover {
  background-color: #008687;
  transition: all .6s;
  cursor: pointer;
}

.message .w10 i {
  font-size: 1.25rem;
  display: block;
  text-align: center;
}

input::-webkit-input-placeholder {
  /*WebKit browsers*/

  color: #5e5e5e;

}

input::-moz-input-placeholder {
  /*Mozilla Firefox*/

  color: #5e5e5e;

}

input::-ms-input-placeholder {
  /*Internet Explorer*/

  color: #5e5e5e;

}

.message_peo {
  position: absolute;
  font-size: 1.5rem;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  color: #ca0000;
}

.message .col-md-6 {
  margin-top: 1.4375rem;
}

.message .col-md-6 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  /*在选择框的最右侧中间显示小箭头图片*/
  background-image: url("../img/jt.png");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position-x: 96%;
  background-position-y: center;
  color: #5e5e5e;
}

.message input {
  border: 1px solid #d9d9d9;
}

.message textarea {
  width: 100%;
  height: 12.5rem;
  border: 1px solid #d9d9d9;
  padding: .9375rem 1.25rem;
  line-height: 1.875rem;
  display: block;
}

.message .ma_input {
  margin: 1.4375rem 0 1.125rem 0;
}

.message .PIN_bottom .PIN_img img {
  height: 3.125rem;
  margin-top: .25rem;
}

.message .PIN_bottom .PIN_img {
  margin: 0 1.25rem;
}

.message .PIN_bottom button {
  background-color: #e19024;
  font-size: 1rem;
  line-height: 1.875rem;
  border: none;
  color: #FFF;
  border-radius: 1.75rem;
  height: 3.625rem;
  padding: 0 2.625rem;
  transition: all .6s;
}

.show_body .daohang>a:nth-child(1) {
  display: none !important;
}

.show_body .daohang>a:nth-child(2) {
  display: block !important;
}

.message .PIN_bottom button i {
  transition: all .6s;
}

.message .PIN_bottom button:hover {
  background-color: #03828a;
  transition: all .6s;
}

.message .PIN_bottom i {
  padding-left: 3rem;
  font-size: 1rem;
}

.message .PIN_bottom button:hover i {
  margin-left: .625rem;
  transition: all .6s;
}

.welfare .title .p2 {

  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

.welfare .title .text {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.452);
}

.recruit .table thead td {
  color: #FFF;
}

.bot {
  background-color: #f7f7f7;
  padding: 4.375rem;
}

.bot_join li .top div i {
  line-height: 30px;
}

.bot_join li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.bot_join li .top div {
  font-size: 1rem;
  cursor: pointer;
  width: 16.66%;
  text-align: center;
  line-height: 1.5rem;

  display: block;
}

.welfare .title .p1,
.welfare .message {
  display: block;
}

.bot_join li .top div:nth-child(6):hover {
  color: #e18e25;
}

.li0 {
  background-color: #03828a;
}

.li0 .top div:nth-child(6):hover {
  color: #FFF !important;
}

.li0>div {
  color: #fff;
}

a {
  transition: all .6s;
}

a:hover {
  color: #e18e25 !important;
  transition: all .6s;
}

.hover2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner .hover2 .i {
  margin-top: 1.875rem;
  width: 3.625rem;
  height: 3.625rem;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .6s;
}

.banner .hover2:hover .i {
  background-color: #e18e25;
  border: 1px solid #e18e25;
  transition: all .6s;
}

.banner .hover2 .i i {
  font-size: 1.25rem;
}

.case_title {
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 3.8125rem;
}

.case_one .text {
  padding-left: 21.25rem;
}

.case_two_show .two_txt .text,
.case_two .two_txt .text {
  overflow: hidden;
  padding-left: 6.875rem;
}

.case_two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/24.jpg);
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

@font-face {
  font-family: "FZLTZHJW";
  src: url("//assets-font.myweb-br.com/FZLTZHJW.eot");
  src: url("//assets-font.myweb-br.com/FZLTZHJW.eot?#iefix") format("embedded-opentype"),
    url("//assets-font.myweb-br.com/FZLTZHJW.woff") format("woff"),
    url("//assets-font.myweb-br.com/FZLTZHJW.ttf") format("truetype"),
    url("//assets-font.myweb-br.com/FZLTZHJW.svg#YourWebFontName") format("svg");
}

.text {
  font-family: FZLTZHJW -GB1-0;
  /* text-transform: uppercase; */
}

/* .case_two .col-sm-4:nth-child(1),
.case_five .col-sm-4:nth-child(1),
.case_two .col-sm-6:nth-child(1),
.case_five .col-sm-6:nth-child(1) {
  padding-right: 25px;
  transition: all .6s;
} */
.adver_pro .container>div>div {
  margin-bottom: 30px;
}

.case_five .col-sm-4:nth-child(1) .over,
.case_five .col-sm-6:nth-child(1) .over {
  display: none;
  width: auto;
  height: 26.875rem;
  transition: all .6s;
}

.case_five .col-sm-4:nth-child(1) .over img,
.case_five .col-sm-6:nth-child(1) .over img {
  display: inline-block;
  text-align: center;
  transition: all .6s;
}

.case_five .col-sm-4:nth-child(1) .over.active,
.case_five .col-sm-6:nth-child(1) .over.active {
  display: block;
}

/* .case_two .col-sm-4:nth-child(2),
.case_five .col-sm-4:nth-child(2),
.case_two .col-sm-6:nth-child(2),
.case_five .col-sm-6:nth-child(2) {
  padding-left: 25px;
} */

.case_two .name {
  background-color: #008687;
  line-height: 3.625rem;
}

.case_two .padding {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
}

.case_two .padding .over {
  border-top: none;
  background-color: #dde1e4;
}

.case_two .two_txt {
  overflow: hidden;
}

.case_three::before {
  background: url(../img/25.jpg) no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -1;
}

.case_four::before {
  background: url(../img/19.jpg) no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -1;
}

.case_four .all .icon img {
  padding: 0 .625rem;
}

.case_five::before {
  background: url(../img/26.jpg) no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -2;
}

.case_five::after {
  background: url(../img/4.png) no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -1;
}

.case_two_show::before {
  background: url(../img/18.jpg) no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -1;
  background-attachment: fixed;
}

.case_three .w50 {
  padding: 1.875rem 10rem;
  float: left;
}

.case_four .w25 {
  padding: 0 3.125rem;
}

.case_four .w25::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10.25rem;
  right: 0;
  top: 0;
  background-color: #C4C4C4;
}

.case_four .w25 .text i {
  padding-left: 8px;
}

.case_five .right .w15 i {
  font-size: 1.5rem;
}

.case_five .right .w15 {
  width: 2.5625rem;
  height: 2.5625rem;
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case_five .right ul li:hover .w15 {
  background: #e18e25;
  transition: all .6s;
}

.case_five .right ul li {
  overflow: hidden;
  padding: 1.625rem 0;
  border-bottom: 1px solid #FFF;
}

.case_five .right .font16 {
  line-height: 2.125rem;
}

.case_two_show .case .w40::before {
  content: "NEW";
  position: absolute;
  color: #FFF;
  right: 1.125rem;
  top: 4.75rem;
}

.case_two_show .case .w40 .left {
  padding-left: 9.875rem;
  padding-top: 3.6875rem;
}

.case_two_show .case .w60 .mySwiper {
  margin-left: 6.875rem;
}

.case_two_show .case .w60 .mySwiper {
  overflow: hidden;
}

.case_two_show .case .w60 .text {
  line-height: 2.375rem;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #CCCCCC;
  width: .5rem;
  height: .5rem;
  margin: 2px 4px !important;
}

.swiper-pagination-bullet-active {
  background: #e18e25;
  width: .75rem;
  height: .75rem;
  margin: 0 4px !important;
}

.case_two_show .swiper-container-horizontal>.swiper-pagination-bullets,
.case_two_show .swiper-pagination-custom,
.case_two_show .swiper-pagination-fraction {
  bottom: 7.25rem;
}

.case .swiper-container-horizontal>.swiper-pagination-bullets,
.case .swiper-pagination-custom,
.case .swiper-pagination-fraction,
.case .gallery-container .swiper-pagination {
  bottom: 6.5rem;
  left: 46%;
}

.swiper-button-next,
.swiper-button-prev {
  top: 89%;
  height: 1rem;
  margin: 0 -25px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 43%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 43%;
}

.social-share .icon-wechat:hover,
.social-share .icon-weibo:hover,
.social-share .icon-qq:hover {
  background: #03828a;
}

.foot .foot_div ul .social-share a:hover {
  transform: scale(1.1);
  transition: all .6s;
  color: #fff !important;
}

.modal-header {
  background-color: #008687;
  border: none;
  height: 3.75rem;
  padding: 0 9.375rem;
}

.modal {
  padding: 0 !important;
}

.close,
.close:focus,
.close:hover {
  line-height: 3.75rem;
  color: #FFF !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}

.modal-body .swiper-button-prev {
  top: 55%;
  left: -50%;
}

.modal-body .swiper-button-next {
  top: 55%;
  left: 142%;
}

.modal-body .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(../img/r.svg) no-repeat;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #e18e25;
  text-align: center;
  background-size: 20px 20px;
  background-position: center;
}

.modal-body .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(../img/l.svg) no-repeat;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #e18e25;
  text-align: center;
  background-size: 20px 20px;
  background-position: center;
}

.modal-body .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.modal-body .swiper-pagination {
  top: -4.25rem;
  left: -120%;
  color: #FFF;
}

.modal {
  background-color: rgba(0, 0, 0, 0.534);
}

.pb210 {
  padding-bottom: 7rem;
}

.case .index_one_vid {
  /* padding-top: 3.75rem; */
}

.case_five .line1 {
  color: #FFF;
}

.foot .foot_div ul li {
  line-height: 34px;
}

.menuBox.show {
  visibility: visible;
}

.menuBox {
  position: fixed;
  z-index: 900;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
}

.navMobile {
  text-align: center;
  letter-spacing: -6px;
  position: relative;
  z-index: 1;
  transition: 0.6s;
}

.navMobile dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  text-align: left;
  margin: 0 40px;
}

.navMobile dd>p {
  margin-bottom: 2.5rem;
}

.navMobile dd p {
  line-height: 1.875rem;
  text-align: center;
}

.navMobile dd>p>a {
  font-size: 1.5rem;
  padding-bottom: 0.625rem;
}

.navMobile dd a {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  color: #FFF;
}

.menuBoxs:after,
.menuBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/9.jpg) no-repeat;
  -webkit-transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  background-size: cover;
}

.menuBox:before {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menuBoxs:after {
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.menuBox .navMobile {
  padding-top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  transition: 0.45s;
}

.menuBox.show:after,
.menuBox.show:before {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.menuBox.show .navMobile {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .76s .6s;
  -moz-transition: .76s .6s;
  transition: 0.76s 0.6s;
}

.menuBox .lang {
  display: none;
}

.navMobile dd a:before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: 0.4s;
}

.navMobile dd>p>a:before {
  height: 2px;
  background: #d5d5d5;
}

.navMobile dd .mtv p+p {
  margin-top: 12px;
}

.navMobile dd .mtv a {
  padding-bottom: 5px;
  color: #fff;
  font-size: 1rem;
}

#bsWXBox {
  height: 257px !important;
  width: 232px !important;
}

.navMobile dd .mtv a:before {
  height: 1px;
  background: #8d8d8d;
}

.navMobile dd .mtv a:hover {
  color: #e18e25 !important;
}

.modal-dialog {
  width: 70%;
  margin: 4.625rem auto;
}

.modal-open .modal {
  padding-left: 0px !important;
}

.contact {
  background-color: #008687;
}

.contact .contact_right {
  padding: 0 3.125rem;
}

.contact .font16 {
  line-height: 1.875rem;
}

.contact .font16 span {
  color: #e19024;
  font-size: 1.1875rem;
}

.contact .font18 {
  padding-bottom: .625rem;
  margin-bottom: .625rem;
  border-bottom: 1px solid #FFF;
  line-height: 2.125rem;
}

.contact .contact_right {
  padding: 2.625rem 2.875rem;
}

.contact .contact_bottom {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .contact_bottom .fl img {
  width: 7.25rem;
  height: 7.25rem;
}

.contact .contact_bottom .fl:nth-child(2) {
  margin-left: 2rem;
}

.contact_two {
  background-color: #fafafb;
}

.index_four .global img:nth-child(2),
.index_four .global img:nth-child(3) {
  display: none;
}

.daohang_ul>li:nth-child(3) .er-ul {
  left: -3.75rem;
  width: 210%;
}

.case .index_one_vid .show_img .show {
  min-height: 17.5625rem;
  align-items: center;
  display: flex !important;
}

.case .index_one_vid .show_img .show img {
  transform: scale(1.4);
}

.fix_ul li {
  background: #e18e25;
}

.fix_ul li:hover {
  background: #008687;
}

.fix_ul li:hover a {
  color: #FFF !important;
}

.is-using-mouse .rightfix {
  display: none;
}

.index_one_vid .shi::before {
  position: absolute;
  content: "";
  /* background-color: rgba(0, 0, 0, 0.320); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.phone_banner {
  display: none;
}

.banner_tanchu .modal-dialog {
  width: 96%;
}

.two_txt .case_title {
  width: 25%;
}

.two_txt .right {
  width: 75%;
  text-align: right;
}

.two_txt .right ul {
  display: inline-block;
}

.two_txt .right ul li {
  float: left;
  padding: 0 .9375rem;

}

.two_txt .right ul li a {
  color: #fff;
}

.two_txt .right ul li.active a {
  color: #e18e25;
}

.two_txt>.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.adver_pro .container>div {
  display: none;
}

.adver_pro .container>div.active {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.adver_pro .swiper-container {
  padding-bottom: 3.75rem;
}

.adver_pro .swiper-pagination {
  bottom: 0 !important;
}

@media (max-width: 1600px) {
  .case .index_one_vid .show_img .show {
    min-height: 15.5625rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 88.5%;
    width: 2.25rem;
  }

  .banner .swiper-button-prev,
  .banner .swiper-container-rtl .swiper-button-next {
    left: 3.125rem !important;
  }

  .banner .swiper-button-next,
  .banner .swiper-container-rtl .swiper-button-prev {
    right: 3.125rem !important;
  }
}

@media (max-width: 1440px) {
  .index_three .index_three_div img {
    margin-top: .625rem;
  }

  .case_five .right ul li {
    padding: 1.125rem 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 88.5%;
    width: 2.25rem;
  }



  .case_five .col-sm-6:nth-child(1) .over {
    height: 23.875rem;
  }

  .banner .swiper-button-prev,
  .banner .swiper-container-rtl .swiper-button-next {
    left: 3.75rem !important;
  }

  .banner .swiper-button-next,
  .banner .swiper-container-rtl .swiper-button-prev {
    right: 3.75rem !important;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    top: 50% !important;
    width: 3.125rem;
    height: 2.75rem;
  }
}

@media (max-width: 1366px) {
  .modal-body .swiper-pagination {
    top: -5.25rem;
    left: -99%;
  }

  .case .index_one_vid .show_img .show {
    min-height: 12.5625rem;
  }

  .title_p {
    font-size: 16px;
  }

  .title,
  .font18 {
    font-size: 16px;
    line-height: 30px;
  }

  .bar_two .bar_ul ul li,
  .daohang .daohang_ul>li>a,
  .more {
    font-size: 14px;
  }

  .index_two p {
    font-size: 14px;
    line-height: 28px;
  }

  .font16,
  .daohang .daohang_fr>span,
  .daohang .daohang_fr>a,
  .address ul li,
  .text,
  .honorary .news_txt {
    font-size: 14px;
    line-height: 28px;
  }

  .daohang .daohang_ul {
    margin-right: 2.25rem;
  }

  .daohang a img {
    height: 3.875rem;
  }

  .index_three .index_three_div img {
    margin-top: 3rem;
  }

  .index_two .index_two_box .index_two_fin .index_two_ul li {
    padding: 2rem 0;
  }

  .foot .foot_div ul:nth-child(1) {
    width: 18%;
  }

  .case .pt70 {
    padding-top: 0;
  }

  .case_two_show .case .w40::before {
    top: 3px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 88.5%;
  }

  .welfare .text_all {
    padding: 3.75rem 1.5rem;
  }

  .welfare_right .hover1 {
    top: 79%;
  }

  .foot .foot_div ul li {
    line-height: 28px;
  }

  .message {
    bottom: 8.875rem;
  }

  .bot_join li .top div {
    font-size: 14px;
  }

  .daohang .daohang_ul>li>a {
    margin: 0 5px;
  }
}

@media (max-width: 1280px) {
  .case .index_one_vid .show_img .show {
    min-height: 12.5625rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin: 0 -10px;
  }

  .case_three .w50 {
    padding: 15px;
  }

  .modal-body .swiper-pagination {
    left: -90%;
  }

  .pt50 {
    padding-top: 3.875rem;
  }

  .index_three .index_three_div img {
    margin-top: 3rem;
  }

  .index_three .index_three_ul li {
    padding: 2rem 0;
  }

  .index_three .index_three_ul li .font16 {
    margin: .375rem 0;
  }

  .index_one_center .left {
    padding: 1.625rem;
    top: 57%
  }

  .modal-body .swiper-button-prev {
    left: -30%;
  }

  .modal-body .swiper-button-next {
    left: 122%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 3.25rem;
  }

  .welfare .text_all {
    padding: 36px 1.5rem;
  }

  .contact .contact_right {
    padding: 1.625rem 2.875rem 0;
  }

  .contact .contact_bottom {
    margin-top: 1.125rem;
  }

  .contact .font16 {
    line-height: 24px;
  }

  .contact_one .col-sm-3 .all,
  .contact_one .col-sm-4 .all {
    margin-top: 30px;
    background-color: #fafafb;
    min-height: 14.625rem;
    padding: 2.5rem;
  }

  .case_five .col-sm-6:nth-child(1) .over {
    height: 24.625rem;
  }

  .daohang {
    padding: 0 30px;
  }

  .daohang .daohang_di {
    margin: 0 10px;
  }

  .daohang .daohang_ul {
    margin-right: 1.25rem;
  }
}

@media (max-width: 1100px) {
  .daohang .daohang_ul>li>a {
    margin: 0 0px;
  }
}

@media (max-width: 990px) {
  .case .index_one_vid .show_img .show {
    min-height: 7.5625rem;
  }

  .banner .hover {
    display: block;
  }

  .index_banner {
    display: none;
  }

  .index_one .index_one_div .index_one_size {
    padding: 20px 15px;
  }

  .phone_banner {
    display: block;
  }

  .banner_tanchu .modal-content {
    background: #fff;
  }

  .banner_tanchu .modal-header,
  .banner_tanchu button.close {
    line-height: 50px;
    height: 50px;
  }

  .banner_tanchu .modal-header {
    border-radius: 8px 8px 0 0;
  }

  .banner .swiper-button-prev,
  .banner .swiper-container-rtl .swiper-button-next {
    left: 2.5rem !important;
  }

  .banner .swiper-button-next,
  .banner .swiper-container-rtl .swiper-button-prev {
    right: 2.5rem !important;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    background-size: 15px 34px;
  }

  html,
  body {
    font-size: 16px;
    line-height: 30px;
  }

  header {
    display: none;
  }

  #siteFunctions {
    display: block;
  }

  .phone_logo img {
    height: 30px;
  }

  .container {
    padding: 0 8rem;
  }

  .pt100 {
    padding-top: 50px;
  }

  #body {
    padding-top: 3.625rem;
  }

  body {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .container {
    padding: 0 8rem;
  }

  .pt20 {
    padding-top: .625rem;
  }

  .pt130 {
    padding-top: 4.375rem;
  }

  .pt140 {
    padding-bottom: 6.25rem;
  }

  .pt180 {
    padding-top: 8.75rem;
  }

  .pb80 {
    padding-bottom: 2.5rem;
  }

  .pb150 {
    padding-bottom: 6.875rem;
  }

  .p100-t-b {
    padding: 3.125rem 0;
  }

  .animate {
    font-size: 3.75rem;
    line-height: 5rem;
  }

  .title .p2 {
    font-size: 28px;
  }

  .news_er {
    margin-bottom: 30px;
  }

  .show_bottom .shangxia .bot {
    font-size: 14px;
    line-height: 30px;
  }

  .show_one .news_data_one,
  .show_top .news_data_ne {
    line-height: 2.75rem;
  }

  .news_data_ne,
  .news_data_one {
    font-size: 12px !important;
    padding: 0;
  }

  .font28 {
    font-size: 18px;
  }

  .font16 {
    font-size: 14px;
    line-height: 24px;
  }

  .font16.p5-t-b {
    padding: 0;
  }

  .title .p1::after {
    width: 40px;
  }

  .show_title {
    font-size: 24px;
  }

  .title_f_one {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .more {
    font-size: 14px;
    line-height: 3.125rem;
    width: 9.375rem;
  }

  .title .p1 {
    font-size: 14px;
    padding-top: .5rem;
  }

  .mt55 {
    margin-top: 20px;
  }

  .index_two .index_two_top {
    padding: 4.9375rem 0 7.4375rem 0;
  }

  .index_two_box .w70 {
    width: 60%;
  }

  .index_two_box .index_two_fin .w20 {
    width: 30%;
  }

  .index_two .index_two_box .index_two_fin .index_two_ul li p span,
  .index_two_bottom ul li p span {
    font-size: 2.25rem;
  }

  .index_two .index_two_box .index_two_fin .index_two_ul li p:nth-of-type(1) {
    line-height: 2.2rem;
  }

  .index_two .index_two_box .index_two_fin .index_two_ul li {
    padding: .625rem 0;
  }

  .pt50 {
    padding-top: 1.5rem;
  }

  .index_two .index_two_box .fl {
    position: relative;
    top: -2.5rem;
  }

  .index_two .index_two_box .index_two_fin .index_two_ul li p {
    line-height: 20px;
    font-size: 14px;
  }

  .index_three .index_three_ul li {
    padding: 5px 0;
  }

  .index_three .index_three_ul li .font16 {
    margin: 0;
  }

  .mt70 {
    margin-top: 1.875rem;
  }

  .index_three {
    padding: 5.8125rem 0;
  }

  .index_three .index_three_div img {
    margin-top: 1.25rem;
  }

  .font14 {
    font-size: 12px;
  }

  .index_three .col-sm-6 {
    width: 100%;
  }

  .index_four .index_four_top {
    font-size: 9rem;
    line-height: 8rem;
  }

  .p70-t-b {
    padding: 3.125rem 0;
  }

  .mt80 {
    margin-top: 2rem;
  }

  .index_four .index_four_box {
    width: 66%;
  }

  .index_one_center .w50,
  .index_one_center .w55 {
    width: 100%;
  }

  .index_one_center .left {
    transform: translate(0);
    top: 0;
    margin-top: 24px;
    position: relative;
  }

  .index_two_bottom ul li:nth-child(2) {
    padding: 1.25rem 9.25rem;
  }

  .introduction_two .ser_top {
    margin: 2.875rem 7.25rem 0 3.75rem;
  }

  .culture::after {
    font-size: 7.375rem;
  }

  .honorary .img_honorary {
    padding: 10px;
  }

  .honorary .news_txt {
    padding: 10px 0;
  }

  .honorary,
  .responsibility {
    padding-bottom: 70px;
  }

  .pt30 {
    padding-top: 10px;
  }

  .responsibility .w70 {
    width: 100%;
  }

  .index_one.p60-t-b {
    padding: 45px 0;
  }

  .hover {
    display: none;
  }

  .welfare .w50.fl .pr .hover {
    display: block;
  }

  .message input {
    font-size: 12px;
  }

  .message input,
  .message .w10,
  .message select {
    height: 40px;
    line-height: 40px;
  }

  .hover .banner_title {
    font-size: 30px;
  }

  .bar_two .bar_ul li a {
    font-size: 12px;
  }

  .bar_two .bar_ul ul li {
    float: left;
    padding: 0 18px;
    font-size: 1rem;
    line-height: 46px;
  }

  .news_one .list_news .col-md-4,
  .news_one .list_news .col-md-8 {
    width: 50% !important;
    float: left;
  }

  .news_one .list_news .text_all .font14 {
    padding: 0 0 0.375rem 0;
  }

  .text_all {
    padding: 0;
  }

  .modal-body .swiper-button-prev {
    left: -10%;
  }

  .modal-body .swiper-button-next {
    left: 102%;
  }

  .modal-body .swiper-pagination {
    top: -4.625rem;
    left: -60%;
  }

  .banner .hover2 .i {
    display: none;
  }

  .bar_two,
  .address {
    display: none;
  }

  .banner_title {
    font-size: 26px;
  }

  .case_one .text {
    padding-left: 10.25rem;
  }

  .pb130 {
    padding-bottom: 3rem;
  }

  .pb60 {
    padding-bottom: 2.5rem;
  }

  .case_two_show .case .w40 .left {
    padding-left: 6.875rem;
    padding-top: 1.6875rem;
  }

  .case_two_show .two_txt .text,
  .case_two .two_txt .text {
    overflow: hidden;
    padding-left: 0;
    float: left;
  }

  .case .w10 {
    width: 18%;
  }

  .case .pt70 {
    padding-top: 40px;
  }

  .case_two_show .case .w40::before {
    top: 40px;
  }

  .case .left .text {
    padding-right: 44px;
  }

  .case_two_show .case .w60 .mySwiper {
    margin-left: 26px;
    line-height: 36px;
  }

  .case_two .two_txt {
    padding-bottom: 25px;
  }

  .case_title {
    font-size: 26px !important;
    line-height: 35px;
  }

  .case .index_one_vid {
    padding-top: 1.875rem;
  }

  .pb210 {
    padding-bottom: 11.125rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin: 0 -85px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 84.8%;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 48%;
  }

  .swiper-pagination-bullet-active {
    width: .625rem;
    height: .625rem;
  }

  .case_four .w25 {
    padding: 0 0.125rem;
  }

  .case_five .col-sm-6 {
    width: 100% !important;
  }

  .case_five .col-sm-6:nth-child(2) {
    padding-top: 1.875rem;
  }

  .case_five .right ul li {
    padding: .625rem 0;
  }

  .case_five .right .w15 {
    margin-top: 30px;
    width: 1.875rem;
    height: 1.875rem;
    padding-top: 1px;
  }

  .case_title {
    font-size: 2.25rem;
  }

  .case_two_show .case .w40::before {
    font-size: 8px;
    right: 22px;
  }

  .case_four .w25::before {
    height: 130px;
  }

  .pt90 {
    padding-top: 30px;
  }

  .welfare .text {
    font-size: 12px;
    line-height: 24px;
  }

  .welfare .text_all {
    padding: 20px 16px;
  }

  .pc_swiper {
    display: none;
  }

  .phone_swiper {
    display: block;
  }

  .phone_swiper .swiper-slide p,
  #certify .swiper-slide.swiper-slide-active p {
    line-height: 40px;
    font-size: 14px;
  }

  .phone_swiper .swiper-container {
    padding-bottom: 50px;
  }

  #certify .swiper-container {
    padding: 0 3.75rem 1.75rem;
  }

  .phone_swiper .swiper-pagination-bullet {
    width: 0.625em;
    height: 0.625rem;
    margin: 0 4px !important;
  }

  .phone_swiper .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }

  .bot_join li .top div {
    font-size: 14px;
  }

  .message .w10 {
    width: 3rem;
  }

  .pb50 {
    padding-bottom: 30px;
  }

  .bot {
    padding: 3.125rem;
  }

  .bot a:hover {
    color: #FFF !important;
  }

  .pt120 {
    padding-top: 2.5rem;
  }

  .pb110 {
    padding-bottom: 2.5rem;
  }

  .contact_one .col-sm-3:nth-child(2),
  .contact_one .col-sm-4:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_one .col-sm-3 .all,
  .contact_one .col-sm-4 .all {
    min-height: 9.625rem;
    padding: 15px;
    margin-top: 15px;
  }

  .message_peo {
    left: 4%;
  }

  .message .PIN_bottom button {
    padding: 0 20px;
    height: 40px;
  }

  .message .PIN_bottom .PIN_img img {
    height: 40px;
    margin-top: 0;
  }

  .message .PIN_bottom i {
    padding-left: 2rem;
  }

  .message .PIN_bottom:hover i {
    padding-left: 3rem;
  }

  .message .PIN_bottom .PIN_img {
    margin: 0;
  }

  .contact .contact_right {
    padding: 1.625rem 2.875rem;
  }

  .index_four .xian7 {
    top: 22%;
  }

  @keyframes huadongone {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .index_four .xian7 img {
    animation: huadongone 3s infinite;
    width: 11.75rem;
  }

  .index_four .xian6 {
    top: 30%;
  }

  .index_four .xian6 img {
    animation: huadongone 3s infinite;
    width: 15.75rem;
  }

  .index_four .xian5 {
    top: 34%;
  }

  .index_four .xian5 img {
    animation: huadongone 3s infinite;
    width: 11.25rem;
  }

  .show_bottom .shangxia .bot a {
    width: 88%;
  }

  .show_bottom .shangxia .bot span {
    width: 12%;
  }

  .index_four .xian4 img {
    animation: huadongone 3s infinite;
    width: 12.875rem;
  }

  .index_four .xian3 {
    top: 45%;
  }

  .index_four .xian3 img {
    animation: huadongone 3s infinite;
    width: 2.625rem;
  }

  .index_four .xian2 {
    top: 46%;
  }

  .index_four .xian2 img {
    animation: huadongone 3s infinite;
    width: 1.75rem;
  }

  .index_four .xian1 img {
    animation: huadongone 3s infinite;
    width: 28.375rem;
  }

  .index_four .global img:nth-child(1),
  .index_four .global img:nth-child(3) {
    display: none;
  }

  .index_four .global img:nth-child(2) {
    display: block;
  }

  .index_four .dian1 img,
  .index_four .dian2 img,
  .index_four .dian3 img,
  .index_four .dian4 img,
  .index_four .dian5 img,
  .index_four .dian6 img,
  .index_four .dian7 img,
  .index_four .dian8 img {
    opacity: 0;
  }

  .index_four .dian1 .font16,
  .index_four .dian2 .font16,
  .index_four .dian3 .font16,
  .index_four .dian4 .font16,
  .index_four .dian5 .font16,
  .index_four .dian6 .font16,
  .index_four .dian7 .font16,
  .index_four .dian8 .font16 {
    opacity: 1;
  }

  .index_four .dian1 .font16,
  .index_four .dian2 .font16,
  .index_four .dian3 .font16,
  .index_four .dian4 .font16,
  .index_four .dian5 .font16,
  .index_four .dian6 .font16,
  .index_four .dian7 .font16,
  .index_four .dian8 .font16 {
    width: 44px;
  }

  .index_four .dian7 {
    top: 26%;
  }

  .index_four .dian6 {
    right: 43.3%;
  }

  .index_four .dian5 {
    top: 18.5%;
  }

  .index_four .dian4 {
    top: 27%;
    right: 39.3%;
  }

  .index_four .dian3 {
    top: 27.1%;
    right: 49.8%;
  }

  .index_four .dian2 {
    top: 41.5%;
    right: 27.3%;
  }

  .index_four .dian1 {
    top: 46.5%;
  }


  .container {
    padding: 0 4rem;
  }

  .more {
    line-height: 45px;
  }

  .index_one {
    padding: 3.125rem 0 6rem;
  }

  .index_two .index_two_top {
    padding: 45px 0 90px;
  }
}

@media (max-width: 767px) {
  .modal .swiper-container {
    width: 60%;
  }

  .pb60 {
    padding-bottom: 15px;
  }

  .pt30.p2 {
    padding-top: 5px;
  }

  .title .p1 {
    padding-top: 4px;
  }

  .modal-body .swiper-button-next {
    left: 82%;
  }

  .pt90 {
    padding-top: 15px;
  }

  .modal-body .swiper-button-prev {
    left: 7%;
  }

  .modal-body .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .modal-body .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 15px 15px;
  }

  .modal-header {
    padding: 0 1.375rem;
  }

  .modal-body .swiper-pagination {
    top: -3.5rem;
    left: -40%;
  }

  .container {
    padding: 0 15px;
  }

  .pt130 {
    padding-top: 40px;
  }

  .pt140 {
    padding-bottom: 60px;
  }

  .pt180 {
    padding-top: 100px;
  }

  .pb80 {
    padding-bottom: 20px;
  }

  .pb90 {
    padding-bottom: 50px;
  }

  .pb150 {
    padding-bottom: 50px;
  }

  .title .p2 {
    font-size: 26px;
  }

  .title .p1 {
    font-size: 12px;
    line-height: 22px;
  }

  .title .p1::after {
    width: 2.5rem;
  }

  .pt20 {
    padding-top: 6px;
  }

  .more {
    font-size: 12px;
    line-height: 40px;
    width: 110px;
  }

  .more .iconfont {
    font-size: 14px;
    margin-left: 8px;
  }

  .index_one .index_one_div>div:nth-of-type(1) {
    margin-top: 0;
  }

  .index_one_div .w50 {
    width: 100%;
  }

  .index_two_top .w25,
  .index_two_top .w75 {
    width: 100%;
  }

  .index_two_top .index_two_fr {
    padding-top: 20px;
  }

  .p100-t-b {
    padding: 25px 0;
  }

  .index_two .index_two_top {
    padding: 2.5rem 0 3.4375rem 0;
  }

  .index_two_box .w70 {
    width: 100%;
  }

  .index_two_box .index_two_fin .w20 {
    width: 100%;
  }

  .index_two .index_two_box .fl {
    top: 0;
  }

  .index_two .index_two_box {
    padding-bottom: 120px;
  }

  .index_two .index_two_box .index_two_fin {
    top: 50%;
  }

  .index_two .index_two_box .index_two_fin ul li {
    float: left;
  }

  .index_two .index_two_box .index_two_fin .index_two_ul li:nth-child(2) {
    margin: 0 30px;
  }

  .pt50 {
    padding-top: 3.5rem;
  }

  .index_four .index_four_top {
    font-size: 5rem;
    line-height: 4rem;
  }

  .index_four .index_four_box {
    width: 100%;
  }

  .index_four_box.font16 {
    letter-spacing: -0.125rem;
  }

  .index_four .title.ta {
    bottom: 0;
  }

  .index_three {
    padding: 3.125rem 0;
  }

  .bar_two .bar_ul ul li {
    padding: 0 14px;
  }

  .address ul {
    float: left;
    padding: 20px 0 0 0;
  }

  .index_one_center .left {
    margin-top: 0;
  }

  .index_two_bottom ul li:nth-child(2) {
    padding: 1.25rem 1.375rem;
  }

  .pt50 {
    padding-top: 20px;
  }

  .introduction_two .ser_top {
    margin: 1.875rem 0 0 15px;
  }

  .culture::before {
    bottom: 52px;
  }

  .culture::after {
    font-size: 3rem;
  }

  .culture::after {
    bottom: 2.75rem;
  }

  .responsibility::before {
    background: url(../img/8.1.jpg) no-repeat;
    background-size: cover !important;
  }

  .font16,
  .daohang .daohang_fr>span,
  .daohang .daohang_fr>a,
  .address ul li,
  .text,
  .honorary .news_txt {
    font-size: 14px;
    line-height: 26px;
  }

  .case_one .text {
    padding-left: 0;
    float: left;
  }

  .case_one .over {
    float: left;
    padding-top: 20px;
  }

  .case_one .w40 {
    width: 100%;
  }

  .case .w40,
  .case .w60 {
    width: 100%;
  }

  .case_two_show .case .w40 .left {
    padding-left: 30px;
    padding-top: 0;
  }

  .case .w10 {
    padding-right: 30px;
    width: 23%;
  }

  .case_two_show .case .w40::before {
    font-size: 10px;
    right: 50px;
  }

  .case_two_show .case .w60 .mySwiper {
    margin-left: 15px;
  }

  .case .swiper-button-next,
  .case .swiper-button-prev {
    top: 89%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin: 0 -117px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin: 0 -75px;
  }

  .case_four .w25 {
    width: 50%;
    overflow: hidden;
    height: 150px;
  }

  .case_four .w25::before {
    height: 125px;
  }

  .pt100,
  .pt120 {
    padding-top: 40px;
  }

  .case_title {
    font-size: 30px;
  }

  .pb40 {
    padding-bottom: 20px;
  }

  .pb110 {
    padding-bottom: 50px;
  }

  .address ul li {
    font-size: .8125rem;
    padding: 0;
  }

  .index_two_fin .pt50 {
    padding-top: 55px;
  }

  .more {
    display: none;
  }

  .news_one .list_news .col-md-4,
  .news_one .list_news .col-md-8 {
    width: 100% !important;
  }

  .news_one .list_news {
    padding: 1.125rem 0;
  }

  .col-md-8 .text_all {
    padding-top: 20px;
  }

  .news_one .list_news .text_all .font14 {
    padding: 0;
  }

  .show_top .title_f {
    display: none;
  }

  .show_center p {
    padding-bottom: 20px;
  }

  .show_bottom .shangxia .bot a {
    width: 70%;
    float: left;
  }

  .show_bottom .shangxia span {
    width: 20%;
  }

  .show_bottom .shangxia .bot {
    overflow: hidden;
  }

  .welfare .w50 {
    width: 100% !important;
    float: none;
  }

  .hover1 {
    top: 50%;
  }

  .bot_join li .top div {
    padding: 0 5px;
  }

  .recruit.p90-t-b {
    padding: 30px 0;
  }

  .welfare .message {
    display: none;
  }

  .bar_two .address ul {
    padding: 20px 0 10px 0;
  }

  .bot {
    padding: 1.125rem;
  }

  .banner_img {
    display: none;
  }

  .contact_one .col-sm-3 .all,
  .contact_one .col-sm-4 .all {
    min-height: 9.625rem;
    padding: 30px;
  }

  .message input,
  .message textarea,
  .message select {
    font-size: 14px;
  }

  .contact .font18 {
    font-size: 20px !important;
  }

  .message input,
  .message select {
    margin-bottom: 15px;
  }

  .message textarea {
    padding: 0.25rem 1.25rem
  }

  .message .ma_input {
    margin: 0 0 1.125rem 0;
  }

  .message .col-md-6 {
    margin-top: 0;
  }

  .message .col-md-6:nth-child(4) {
    margin-top: 0;
  }

  .message_peo {
    top: 31%;
  }

  .PIN_bottom {
    line-height: 30px;
  }

  .PIN_bottom .fl:nth-child(1) {
    width: 40%;
  }

  .PIN_bottom .PIN_img {
    float: right;
  }

  .PIN_bottom button {
    float: right;
    margin-top: 0;
    margin-right: 0;

  }

  .case_five .col-sm-6:nth-child(1) .over {
    height: auto;
  }

  .show_bottom .shangxia .bot span {
    width: 30%;
    padding-right: 6px;
  }

  .bot_join li .top div {
    width: 33.33%;
  }

  .index_four .global img:nth-child(1),
  .index_four .global img:nth-child(2) {
    display: none;
  }

  .index_four .global img:nth-child(3) {
    display: block;
  }

  .index_four .xian1,
  .index_four .xian2,
  .index_four .xian3,
  .index_four .xian4,
  .index_four .xian5,
  .index_four .xian6,
  .index_four .xian7,
  .index_four .dian1,
  .index_four .dian2,
  .index_four .dian3,
  .index_four .dian4,
  .index_four .dian5,
  .index_four .dian6,
  .index_four .dian7,
  .index_four .dian8 {
    display: none;
  }

  .contact_one .col-sm-3:nth-child(2),
  .contact_one .col-sm-4:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .index_one .index_one_div>div:nth-of-type(1),
  .index_one .index_one_div>div:nth-of-type(3) {
    top: 0;
  }

  .case .swiper-container-horizontal>.swiper-pagination-bullets,
  .case .swiper-pagination-custom,
  .case .swiper-pagination-fraction,
  .case .gallery-container .swiper-pagination {
    bottom: 9rem;
    left: 29%;
  }

  .animate {
    font-size: 2.75rem;
    line-height: 1;
  }

  .index_two .index_two_top {
    padding: 20px 0 15px;
  }

  .index_two .index_two_fr .font16 {
    margin-bottom: 0;
  }

  .index_two .index_two_box .index_two_fin .index_two_ul li:nth-child(2) {
    margin: 0;
  }

  .index_two_box .index_two_fin .w20 {
    display: flex;
    justify-content: space-between;
  }

  .index_three {
    padding: 25px 0;
  }

  .mt70 {
    margin-top: 15px;
  }

  .index_four .global img:nth-child(1) {
    display: block;
  }

  .index_four .index_four_top {
    font-size: 3rem;
    line-height: 2rem;
  }

  .index_four .title.ta {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
  }

  .index_four .index_four_top {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .p70-t-b {
    padding: 25px 0;
  }

  .index_four .index_four_box {
    position: relative;
    transform: translateY(0);
    left: 0;
  }

  .index_one.p60-t-b {
    padding: 25px 0;
  }

  .index_two_bottom ul li:nth-child(2) {
    padding: 0;
  }

  .index_two_bottom ul {
    display: flex;
    justify-content: space-between;
  }

  .index_two_bottom ul li {
    padding: 0;
    font-size: 14px;
  }

  .index_two_bottom ul li p:nth-of-type(1) {
    line-height: 1;
  }

  .culture::before {
    height: 100%;
    bottom: 0;
  }

  .introduction_two {
    padding: 0;
  }

  .introduction_two .txt_four,
  .introduction_two .ser_top {
    float: none;
  }

  .introduction_two .ser_top {
    margin: 15px 15px 25px !important;
  }

  .pt130 {
    padding-top: 25px;
  }

  .mt40 {
    margin-top: 15px;
  }

  .honorary {
    padding-bottom: 15px;
  }

  .banner_title {
    font-size: 20px;
  }

  .show_center {
    font-size: 14px;
    line-height: 26px;
  }

  .welfare .w50.fl .pr .hover {
    position: static;
  }

  .adver_pro .container>div>div {
    margin-bottom: 15px;
  }

  .case_four {
    padding-bottom: 10px;
  }

  .pb210 {
    padding-bottom: 25px;
  }

  .case_four .w25::before,
  .case_four .w25:nth-child(4)::before {
    display: none;
  }

  .beian .foot_fix {
    padding: 10px 15px;
    line-height: 24px;
  }

  .two_txt .case_title {
    width: 100%;
  }

  .welfare .text {
    display: none;
  }

  .bot_join li .top div:nth-child(1) {
    width: 40%;
  }

  .bot_join li .top div {
    width: 20%;
  }

  .bot_join li .top div:last-child,
  .bot_join li .top div:nth-last-child(2) {
    display: none;
  }

  .two_txt .right {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }

  .zw_list .more {
    display: block;
  }

  .two_txt .right ul li {
    margin-right: 15px;
    padding: 0;
  }

  .contact .contact_right {
    padding: 15px;
  }

  .welfare .hover {
    top: 50%;
  }
}

.mobMenu>li>.subDepth>li>a {
  font-size: 14px;
}

#siteFunctions .hd .lang a.active {
  color: #e18e25;
}

.show_product {
  z-index: 8;
  position: relative;
  margin-top: 1.25rem;

}

.show_product img {
  background: #fff;
}

.show_product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: #F7F7F7;
}

.show_product .text {
  margin: 2rem 0 2.5rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #616161;
}

.show_product .more {
  margin-bottom: 3.125rem;
}

.show_product .ul {
  display: flex;
  align-items: center;

}

.show_product .left {
  padding-right: 3.75rem;
}

.show_product .ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-right: 2rem;
}

.show_product .ul li .iconfont {
  font-size: 1.125rem;
}

.show_pro_three {
  padding-top: 5rem;
}

.show_pro_three ul {
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.show_pro_three ul li {
  font-size: 1.125rem;
  line-height: 3.75rem;
  color: #616161;
  position: relative;
  margin-right: .625rem;
  padding: 0 1.875rem;
  cursor: pointer;
}

.show_pro_three ul li:hover,
.show_pro_three ul li.active {
  color: #e19024;
}

.show_pro_three ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #e19024;
  transition: all .5s;
}

.show_pro_three ul li:hover::before,
.show_pro_three ul li.active::before {
  width: 100%;
  transition: all .5s;
}

.show_pro_three table tr td {
  padding: 1.25rem .9375rem;
  font-size: 1ren;
  line-height: 24px;
  color: #747474;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.show_pro_three tr:nth-child(1) {
  background-color: #03828a;

}

.show_pro_three tr:nth-child(1) td {
  color: #fff;
}

.show_pro_three .title {
  margin-bottom: 3.125rem;
}

.show_pro_four {
  background-color: #f7f7f7;
}

.show_pro_four .swiper-slide .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  margin: 1.5625rem 0 1rem;
}

.show_pro_four .swiper-slide .text {
  font-size: .875rem;
  line-height: 1.75rem;
  color: #616161;
}

.show_pro_four .swiper-slide {
  border-bottom: .25rem solid #e5e5e5;
}

.show_pro_four {
  padding-bottom: 7.5rem;
}

.show_pro_four .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: .25rem;
  background-color: #e18e25;
  transition: all .5s;
}

.show_pro_four .swiper-slide:hover .name {
  color: #e18e25;
}

.show_pro_four .swiper-slide:hover::before {
  width: 100%;
  transition: all .5s;
}

.show_pro_four .swiper-slide img {
  background: #fff;
  padding: 1.875rem;
}

.show_pro_four .swiper-container {
  margin-top: 3.75rem;
}

.show_pro_four .swiper-slide .pr {
  overflow: hidden;
}

.show_pro_four .swiper-slide .hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 143, 37, 0.8);
  transition: all .6s;
  transform: translateX(0);
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_pro_four .swiper-slide .hover .iconfont {
  color: #fff;
  font-size: 2rem;
}

.show_pro_four .swiper-slide:hover .hover {
  bottom: 0;
  transition: all .6s;
}
.show_pro_four .swiper-container {
  padding-bottom: 50px;
}
.show_pro_four .swiper-pagination {
  bottom: 0;
}
@media (max-width:1280px) {
  .show_pro_three table tr td {
    white-space: nowrap;
  }
}

@media (max-width: 990px) {
  .show_product::before {
    display: none;
  }

  .show_product .text {
    font-size: 14px;
    margin: 15px 0;
  }

  .show_product .left {
    padding-right: 15px;
  }

  .show_product .more {
    display: block;
    margin-bottom: 25px;
  }

  .show_product {
    padding-top: 0;
  }

  .show_product .left {
    margin-bottom: 25px;
  }

  .show_pro_three {
    padding-top: 25px;
  }

  .show_pro_three ul {
    margin-bottom: 25px;
  }

  .show_pro_three .title {
    margin-bottom: 20px;
  }

  .show_pro_four .swiper-container {
    margin-top: 20px;
  }.show_pro_four {
    padding-bottom: 25px;
  }
}