﻿@charset "utf-8";

/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;600&display=swap"); */
/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900&display=swap"); */

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #636363;
}

.block {
  display: block;
}

body {
  font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 1.0rem;
  color: #636363;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.8;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.textBeyondHidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.textBeyondHidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.textBeyondHidden3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.flex-flow-row {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.4375rem;
  border-radius: 100%;
  background-color: #ffffff;
  transition: height 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f18d00;
}

.web_container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
  position: relative;
}

/*******头部********/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}



header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);
  background-color: transparent;

}

/* header .header-main:hover {
  background-color: #fff;
} */


header .display-flex {
  position: relative;
}

header .logo {
  width: 9.88rem;
  position: relative;
}

header .logo a {
  width: 100%;
  display: block;
}

header .logo a img:nth-child(2) {
  display: block;
}

header .logo a img:nth-child(1) {
  display: none;
}

header.active .logo a img:nth-child(2) {
  display: none;
}

header.active .logo a img:nth-child(1) {
  display: block;
}

header.active1 .logo a img:nth-child(2) {
  display: none;
}

header.active1 .logo a img:nth-child(1) {
  display: block;
}


header .header-nav {}

header .header-nav>ul>li {
  margin-right: 10vw;
  /* position: relative; */
}

/* header .header-nav>ul>li:first-child .headerDropDown {
  padding-left: 30.5rem;
}

header .header-nav>ul>li:nth-child(2) .headerDropDown {
  padding-left: 47.5rem;
}

header .header-nav>ul>li:nth-child(3) .headerDropDown {
  padding-left: 68rem;
}

header .header-nav>ul>li:nth-child(4) .headerDropDown {
  padding-left: 85rem;
} */

header.active .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 1.875rem 0;
  color: #333333;
  font-size: 1.5rem;
}

header.active1 .header-nav>ul>li .link {

  color: #333333;

}

header .header-nav>ul>li .link {

  display: block;
  position: relative;
  padding: 1.875rem 0;
  color: #ffff;
  font-size: 1.5rem;
}

header .header-nav>ul>li .link::before {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
}

header .header-nav>ul>li:hover .link::before {
  background-color: #ff7300 !important;
}

header .header-nav>ul>li.active .link::before {
  background-color: #fff;
}

header .header-nav>ul>li:hover .link {
  color: #ff7300;
}

header.active .header_search {
  width: 2.4375rem;
  height: 2.4375rem;
  cursor: pointer;
  display: block;
  margin-left: 0.625rem;
  background-image: url(../images/search.png);
  background-size: 100% 100%;
}

header.active1 .header_search {

  background-image: url(../images/search.png);

}

header .header_search {
  width: 2.4375rem;
  height: 2.4375rem;
  cursor: pointer;
  display: block;
  margin-left: 0.625rem;

  background-size: 100% 100%;
  background-image: url(../images/searchw.png);

}

header .header_search:hover {

  background-image: url(../images/searchr.png) !important;

}

/* header .header_search {
  width: 100%;
  height: 100%;
  display: block;
} */

header .header_language {
  position: relative;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
}

header .header_language::after {
  content: '';
  width: 1px;
  height: 1.12rem;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #ffff;
  margin-top: -0.56rem;
}

header.active .header_language::after {
  background-color: #636363;
}

header.active1 .header_language::after {
  background-color: #636363;
}

header .header_column .header_language:nth-child(2)::after {
  width: 0;
}

header.active .header_language a {

  color: #636363;
}

header.active1 .header_language a {

  color: #636363;
}

header .header_language a {
  font-size: 1.375rem;
  color: #fff;
}

header .header_language a:hover {
  color: #ff6b00;
}

header.active .header_language::after {
  background-color: #636363;
}

header.active1 .header_language::after {
  background-color: #636363;
}

header .header_message {
  margin-left: 0.625rem;
}

header.active .header_message a {
  background-image: url(../images/header_message.png);
  background-size: 100% 100%;
  display: block;
  width: 2.4375rem;
  height: 2.4375rem;
}

header.active1 .header_message a {
  background-image: url(../images/header_message.png);

}

header .header_message a {
  background-image: url(../images/header_messagew.png);

  background-size: 100% 100%;
  display: block;
  width: 2.4375rem;
  height: 2.4375rem;

}

header .header_message a:hover {
  background-image: url(../images/header_messager.png) !important;


}

header.active .header-menu {
  border-bottom: 1px solid #636363;
}

header.active1 .header-menu {
  border-bottom: 1px solid #636363;
}

header .header-menu {

  border-bottom: 1px solid #fff;
}

header.active1 {
  background-color: #fff;
}



/*下拉*/



header .header-nav ul li.link_item:hover .headerDropDown {
  opacity: 1;
  visibility: visible;
}

header .header-nav ul li.link_item:hover .link::after {
  width: 0;
}

.headerDropDown {
  position: absolute;
  top: 98%;
  background-color: #ffffff;
  left: 0%;
  z-index: 10;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  /* margin-left: -6.88rem; */
  transition: all 400ms;
}

.headerDropDown:before {
  content: '';
  position: absolute;
  /* top: -0.56rem;
  left: 50%; */
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* margin-left: -0.56rem;
  border-left: 0.56rem solid transparent;
  border-right: 0.56rem solid transparent;
  border-bottom: 0.56rem solid #ffffff; */
}

.headerDropDown .headerDropDownList {

  padding: 1.75rem;
  /* border-radius: 10px; */
  /* overflow: hidden; */
  /* box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1); */
  padding-left: 0;
}

.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  padding-bottom: 1.25rem;
}

.headerDropDown .headerDropDownList .link_item_on:last-child {
  /* padding-bottom: 0; */
}

.headerDropDown .headerDropDownList ._link {
  color: #3f3f3f;
  font-size: 1.5rem;
  transition: all 400ms;
  position: relative;
  display: inline-block;
}

.headerDropDown .headerDropDownList .link_item_on ._link:hover::before {
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #3f3f3f;
}

/*搜索栏*/
.searchField {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  display: none;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 2rem 0;
}

.searchField_form {
  position: relative;
  max-width: 76%;
  margin: 0 auto;
  overflow: hidden;
}

.searchField_form .form-control {
  font-size: 1.12rem;
  border-radius: 6px;
  height: 50px;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 4.6rem 0 1.0rem;
  font-weight: 300;
  background-color: #f5f5f7;
}

.searchField_form .form-control:placeholder {
  font-size: 1.12rem;
}

.searchField_form .btn {
  position: absolute;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1.12rem;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  text-indent: -999px;
}

.searchField_form .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0.62rem;
  bottom: 0;
  z-index: 8;
  width: 4.6rem;
  background-image: url(../images/search02.svg);
  background-size: 1.62rem auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;
}

.searchField_form .btn:hover:before {
  right: 0;
}

/**/
.menu_botton {
  position: absolute;
  right: 75px;
  top: 73px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}

.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}

#menu_toggle1 {
  display: none;
}

.menu_botton span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #f18d00;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}

.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  left: 0;
  background-color: #f18d00;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu_botton span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu_botton span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.mm-opened .menu_botton span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.mm-opened .menu_botton span:after,
.mm-opened .menu_botton span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.mm-opened .menu_botton span:before {
  top: 0;
  background: #f18d00;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
  bottom: 0;
  background: #f18d00;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/
body.webBg footer {
  /* box-shadow: 0 0 3.75rem rgba(0, 0, 0, 0.1); */
  border-top: 1px solid #dbdcdc;
}

body.webHome footer .topIcon {
  display: none;
}

footer {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

footer .topIcon {
  position: absolute;
  top: -1.88rem;
  right: 3.75rem;
  width: 3.88rem;
  height: 3.88rem;
  border-radius: 100%;
  background-color: #f69600;
  background-image: url(../images/up.svg);
  background-size: 1.88rem auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}

footer .footer_main {
  position: relative;
  padding: 5.38rem 0;
  display: flex;
  justify-content: space-between;
}

footer .footer_main .box_lt {
  /*font-size: 2.625rem;*/
  font-size: 1.875rem;
  color: #595757;
  width: 60%;
}

footer .footer_main .box_lt a {
  color: #ff6b00;
  position: relative;
  margin-left: 0.5rem;
}

footer .footer_main .box_lt a::before {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #ff6b00;
}

footer .footer_nav {
  width: 100%;
}

footer .footer_nav li {
  position: relative;
}

footer .footer_nav li .title {
  font-size: 1.25rem;
  color: #111111;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

footer .footer_nav li .con {
  line-height: 2;
}

footer .footer_nav li .con .items {
  color: #666666;
  font-size: 1.0rem;
}

footer .footer_nav li .con .items a {
  color: #666666;
}

footer .footer_nav li .con a:hover {
  text-decoration: underline;
}

footer .footer_copyright {
  padding: 1.88rem 3.75rem;
  color: #666666;
  font-size: 1.0rem;
  border-top: 1px solid #ebebeb;
  /* display: flex; */
}

footer .footer_copyright .boxx {
  padding-left: calc(16.66vw - 3.75rem);
  padding-right: calc(16.66vw - 3.75rem);
}

footer .footer_copyright .fCopyright a {
  color: #666666;
}

footer .footer_copyright .fPrivacy {
  position: relative;
}

footer .footer_copyright .fPrivacy a {
  margin-left: 1.25rem;
}

footer .footer_copyright .fPrivacy a:hover {
  text-decoration: underline;
}

/*****主体开始*******/
body.webHome header {
  position: fixed;
  transition: all 400ms;
  opacity: 1;
  visibility: visible;
}

body.webHome header.is_active {
  opacity: 0;
  visibility: hidden;
}

#homeSwiper {
  height: 100vh;
  position: relative;
  width: 100%;
}

.home_slide {
  position: relative;
  overflow: hidden;
}

.home_slide_footer {
  height: auto;
}

#homeSwiperNav {
  position: fixed;
  top: 0;
  right: 0;
  width: 6.25vw;
  height: 100%;
  z-index: 10;
  /* background-color: #ef9307; */
  padding: 3.75rem 1.0rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#homeSwiperNav .swiper-number {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem;
  padding-bottom: 34vh;
}

#homeSwiperNav .swiper-number::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  width: 1px;
  height: 34vh;
  display: block;
}

#homeSwiperNav .swiper-number li {
  opacity: 0;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-family: 'Manrope';
}

#homeSwiperNav .swiper-number li span {
  display: none;
  margin-bottom: 2.5rem;
  position: absolute;
  top: -2rem;
}

#homeSwiperNav .swiper-number li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 34vh;
  background-color: rgba(255, 255, 255, 1);
  display: block;
  transition: transform 1000ms ease;
  transform: translate(0px, 34vh);
  transform-origin: bottom;
  animation: scroll 2.4s infinite cubic-bezier(0.54, 0, 0, 0.99);
}

@keyframes scroll {
  0% {
    transform: translate3d(0, -100%, 0);
  }

  85% {
    transform: translate3d(0, 98%, 0);
  }

  100% {
    transform: translate3d(0, 100%, 0);
  }
}

#homeSwiperNav .swiper-number li.active {
  opacity: 1;
}

#homeSwiperNav .swiper-number li.active span {
  display: block;
}

#homeSwiperNav .swiper-number li.active::after {
  transform: translate(0px, 0px);
}

#homeSwiperNav .swiper-pagination {
  position: relative;
}

#homeSwiperNav .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  margin: 12px auto 0;
  position: relative;
}

#homeSwiperNav .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #fff;
}

#homeSwiperNav .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#homeSwiperNav .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 0.625rem;
  height: 0.625rem;
}








#homeSwiperNav .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  left: -9em;
  top: 50%;
  transform: translateY(-50%);
  width: 8em;
  text-align: end;
}

#homeSwiperNav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;

}

#homeSwiperNav .swiper-pagination .swiper-pagination-bullet:nth-child(1):before {
  content: 'Our Mission';

}

#homeSwiperNav .swiper-pagination .swiper-pagination-bullet:nth-child(2):before {
  content: 'Our Services';

}

#homeSwiperNav .swiper-pagination .swiper-pagination-bullet:nth-child(3):before {
  content: 'Latest News';

}

#homeSwiperNav .swiper-pagination .swiper-pagination-bullet:nth-child(4):before {
  content: 'Jion Us';

}

#homeSwiperNav .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  opacity: 0;

}










/*首页*/

.particles-js-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.particles-js {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.home_banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_banner li.swiper-slide {
  width: 100%;
}


.home_banner .titlebox{
    position: absolute;
    top: 15rem;
    left: 0px;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    width: 100%;
}


.home_banner .titlebox .title{
    font-size: 2.5rem ;
}
.home_banner .titlebox .text{
    font-size: 5rem;
    font-weight: bold;
}

.home_banner .bannerHeading {
  position: absolute;
  bottom: 15rem;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #ffffff;
}

.home_banner .bannerHeading .label {
  font-size: 1.25rem;
  line-height: 1.8;
  padding-bottom: 0.75rem;
  font-weight: 300;
}

.home_banner .bannerHeading .title {
  font-size: 3.62rem;
  line-height: 1.4;
  font-weight: 500;
}

.home_banner .swiper-pagination {
  bottom: 2.5rem;
}

.home_banner .bannerHeading .hMore {
  display: flex;
  align-items: center;
  justify-content: center;
}


.home_banner .swiper-pagination .swiper-pagination-bullet {
  border-radius: 100px;
  width: 10px;
  height: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  opacity: 1;
}

.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 3.62rem;
  background-color: #ffffff;
}

.home_banner.swiper-container-horizontal>.swiper-pagination1 {
  /* width: 15.625rem; */
  left: 50%;
  top: auto;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  background-color: transparent;
  /* height: 5px; */
  /* border: 1px solid #fff; */
  /* border-radius: 0; */
  position: absolute;
  width: auto;
}

.home_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5rem;
  height: 0.4375rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
}

.home_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  border-left: 1px solid #fff;
}

.home_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  border-right: 1px solid #fff;
}

.home_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}


.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
}

/**/



.ft_50 {
  /*font-size: 3.125rem;*/
  font-size: 1.875rem;
  font-weight: bold;
}

.ft_48 {
  font-size: 3rem;
}

.ft_40 {
  /*font-size: 2.5rem;*/
  font-size: 1.5rem;
}

.ft_36 {
  /*font-size: 2.25rem;*/
  font-size: 1.4rem;
}

.ft_30 {
  /*font-size: 1.875rem;*/
  font-size: 1.3rem;
}

.ft_26 {
  font-size: 1.25rem;
}

.ft_22 {
  /*font-size: 1.375rem;*/
   font-size: 1.125rem;
   text-align: justify;
}
.ft_18 {
  font-size: 1.125rem;
  text-align: justify;
}

.ft_16 {
  font-size: 1rem;
}

.ft_14 {
  font-size: 0.875rem;
}

.ft_b {
  font-weight: bold;
}

.ft_fff {
  color: #fff;
}

.ft_636363 {
  color: #636363;
}
.ft_9e9e9f{
    color: #9e9e9f;
}
.ft_b7b7b7 {
  color: #b7b7b7;
}

.ft_ff7300 {
  color: #ff7300;
}

.ft_0043af {
  color: #0043af;
}

.hMore a {
  display: block;
  font-size: 1.875rem;
  line-height: 1;
  color: #ff7300;
  font-weight: 500;
  /*border: 1px solid #fff;*/
  position: relative;

  padding: 0.9375rem 3.75rem;
  padding-right: 5rem;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  background-color: #fff;
  transition: all 400ms;

}


.hMore a::before {
  position: absolute;
  content: '';
  width: 1.1875rem;
  height: 1.6875rem;
  background-image: url(../images/mjtr1.png);
  background-size: 100% 100%;
  right: 2.75rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms;
}


.hMore a:hover {
  color: #fff;
  background-color: #ff7300;
}

.hMore a:hover::before {
  background-image: url(../images/mjtr.png);
}

.hMore1 a {
  display: block;
    font-size: 1.875rem;
  line-height: 1;
  color: #ff7300;
 
  font-weight: 500;
  /*border: 1px solid #636363;*/
  position: relative;
   background-color: #fff;
  /*width: 11.25rem;*/
  padding: 0.825rem 2rem;
  padding-right: 4.5rem;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  transition: all 400ms;
}

.hMore1 a:hover {
  color: #fff;
  background-color: #ff7300;
  /*border-color: #ff7300;*/
}

.hMore1 a::after {
  content: '';
  position: absolute;
  width: 1.1875rem;
  height: 1.6875rem;
  background-image: url(../images/mjtr1.png);
  background-size: 100% 100%;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms;

}

.hMore1 a:hover::after {
  background-image: url(../images/mjtr.png);
}




.hMore11 a {

  /*color: #fff;*/

  /*border: 1px solid #fff;*/

}

.hMore11 a:hover::after {

  background-image: url(../images/mjtr.png);
}

.hMore11 a:hover {
  /*border-color: #fff;*/
  color: #fff;
  background-color: #ff7300;
}



.hMore2 a {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #636363;
  font-weight: 500;
  border: 1px solid #636363;
  position: relative;
  width: 8.125rem;
  padding: 0.625rem 1.875rem;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  transition: all 400ms;
}

.hMore2 a::before {
  position: absolute;
  content: '';
  border-left: 0.5rem solid #ff7300;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  right: 1.25rem;
  top: 50%;
  transition: all 400ms;
  transform: translateY(-50%);

}

.hMorets a{
    display: flex;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 100%;
    border: 1px solid #abafb5;
    position: relative;
}
.hMorets a::before{
    position: absolute;
    content: '';
    width: 21px;
    height: 9px;
    left: 50%;
    top: 50%;
     transition: all 400ms;
        transform: translate(-50%, -50%);
    background-image: url('../images/mytsjt.png');
    background-size: 100% 100%;
}
.hServiceJs .box:hover .hMorets a{
    border-color: #fff;
}

.hServiceJs .box:hover .hMorets a::before{
     background-image: url('../images/mytsjt1.png');
}
.container-fluid {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

/**/
.hService {
  padding-top: 17vh;

}

.hServiceJs {
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}

.hServiceJs .box {
  height: 31.25rem;
  position: relative;
  width: 100%;
  /* padding: 3.125rem 1.875rem; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}

.hServiceJs .box .bg_cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hServiceJs .box .ft_b {
  width: 80%;
  line-height: 1.2;
  font-size: 1.875rem;
  margin-bottom: 0.9375rem;
}

.hServiceJs .box .bg_cover.img2 {
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.hServiceJs .box .boxt {
  padding: 3.125rem 1.875rem;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hServiceJs .box:hover .ft_b {
  color: #fff;

}

.hServiceJs .box:hover .hMore2 a {
  color: #fff;
  border: 1px solid #fff;
}

.hServiceJs .box:hover .hMore2 a::before {
  border-left: 0.5rem solid #fff;
}

.hServiceJs .box:hover .bg_cover.img2 {
  opacity: 1;
  visibility: visible;
}






.hServiceJs .swiper-slide-active .box .ft_b {
  color: #fff;

}

.hServiceJs .swiper-slide-active .box .hMore2 a {
  color: #fff;
  border: 1px solid #fff;
}

.hServiceJs .swiper-slide-active .box .hMore2 a::before {
  border-left: 0.5rem solid #fff;
}

.hServiceJs .swiper-slide-active .box .bg_cover.img2 {
  opacity: 1;
  visibility: visible;
}
.hServiceJs .swiper-slide-active .box .hMorets a{
    border-color: #fff;
}

.hServiceJs .swiper-slide-active .box .hMorets a::before{
     background-image: url('../images/mytsjt1.png');
}





.hServiceJs .swiper-button-prev,
.hServiceJs .swiper-button-next {
  width: 2.5625rem;
  height: 2.5625rem;
  opacity: 1;
  bottom: 0;
  top: auto;
}

.hServiceJs .swiper-button-prev {
  left: auto;
  right: 3.75rem;
}

.hServiceJs .swiper-button-next {
  right: 0;
}

.hServiceJs .swiper-button-prev:after {
  content: '';
  width: 2.5625rem;
  height: 2.5625rem;
  background-image: url(../images/jl.png);

  background-size: 100% 100%;
}

.hServiceJs .swiper-button-next:after {
  content: '';
  width: 2.5625rem;
  height: 2.5625rem;
  background-image: url(../images/jr.png);
  background-size: 100% 100%;
}

.hServiceJs .swiper-button-next:hover:after {
  background-image: url(../images/jr1.png);
}

.hServiceJs .swiper-button-prev:hover:after {
  background-image: url(../images/jl1.png);
}

/**/
.hNews {
  position: relative;
  z-index: 12;
  padding: 3.12rem 0;
  height: 100vh;
  display: flex;
  align-items: center;

}

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

.hNewsJs {
  width: 32.8%;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
}

.hNewsJs .swiper-slide{
    background-color: #fff;
}


.hNewsJs .box {
  height: 17.5rem;
  width: 100%;
  position: relative;
}

.hNewsJs  .textbox  {
  height: 3.75rem;
  width: 100%;
  padding: 1.25rem;
 
  
}
.hNewsJs  .textbox .hMorets a:hover {
    border-color: #fe6b00;
    background-color: #fe6b00;
}
.hNewsJs  .textbox .hMorets a:hover:before {
    background-image: url(../images/mytsjt1.png);
}


.hNewsbox .textbox .box_d{
    /*width: 80%;*/
    display: flex;
    justify-content: space-between;
    height: 6rem;
    /*margin-bottom: 1rem;*/
}

.hNewsbox .box_d .textBeyondHidden2{
    width: 80%;
}






.hNewsJs .box .textbox .text {
  color: #fff;
  font-size: 1.1875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 80%;
}

.hNewsJs.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 1.4rem;
  text-align: end;
  left: auto;
  right: 1rem;
}


.hNewsJs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e3e3e3;
}
.hNewsJs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f18d00;
}

.hNewsboxsm {
  width: 65%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  /*background-color: rgba(255, 255, 255, 0.8);*/
  background-color: #ffffff;
}

.hNewsboxsm .box_l .data{
    font-size: 2.5rem;
    line-height: 1;
}

.hNewsboxsm .box {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 1.875rem;
  /*background-color: rgba(255, 255, 255, 0.8);*/
  transition: all 400ms;
  /*margin-bottom: 2%;*/
}

.hNewsboxsm .box:first-child{
  padding-top: 1.25rem;
}
.hNewsboxsm .box:last-child {
  padding-bottom: 1.25rem;
}

.hNewsboxsm .box .box_l {
  /*width: 20%;*/
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #c6c6c6;
}

.hNewsboxsm .box .box_r {
  width: 84%;
  display: flex;
  /*flex-direction: column;*/
    justify-content: space-between;
      align-items: center;
}
.hNewsboxsm .box .box_r .box_rs{
    width: 87%;
}

.hNewsboxsm .box .box_r .ft_22 {
  height: 4rem;
  margin-bottom: .5rem;
}

.hNewsboxsm .box .box_r .ft_16 a {
  position: relative;
  padding-right: 2.8125rem;
}

.hNewsboxsm .box .box_r .ft_16 a::before {
  position: absolute;
  content: '';
  width: 2.0625rem;
  height: 0.6875rem;
  background-image: url(../images/jtb.png);
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms;
}

.hNewsboxsm .box:hover {
  /*background-color: rgba(254, 107, 0, 0.88);*/
  color: #fe6b00;
}

.hNewsboxsm .box:hover .ft_636363,
.hNewsboxsm .box:hover .ft_b7b7b7 {
  color: #fe6b00;
}

.hNewsboxsm .box:hover .box_r .ft_16 a::before {
  background-image: url(../images/jtbw.png);
}


.hNewsboxsm .box:hover .hMorets a{
    border-color: #fe6b00;
    background-color: #fe6b00;
}

.hNewsboxsm .box:hover .hMorets a::before{
     background-image: url('../images/mytsjt1.png');
}

/**/
.hResources {
  background-image: url(../images/hResourcesBg.jpg);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 3.12rem 0;
}


/* 内页导航 */

/*.webBg.headerScollfox header .header_message a,*/
.webNewsBg header .header_message a {
  background-image: url(../images/header_message.png);

}



/*.webBg.headerScollfox header .header-main,*/
.webNewsBg header .header-main {
  background-color: #fff;

}

/*.webBg.headerScollfox header .header_language a,*/
.webNewsBg header .header_language a {

  color: #636363;
}

/*.webBg.headerScollfox header .header_language::after,*/
.webNewsBg header .header_language::after {

  background-color: #636363;
}

/*.webBg.headerScollfox header .header_search,*/
.webNewsBg header .header_search {

  background-image: url(../images/search.png);

}

/*.webBg.headerScollfox header .header-nav>ul>li .link,*/
.webNewsBg header .header-nav>ul>li .link {

  color: #333333;

}

/*.webBg.headerScollfox header .logo a img:nth-child(2),*/
.webNewsBg header .logo a img:nth-child(2) {
  display: none;
}

/*.webBg.headerScollfox header .logo a img:nth-child(1),*/
.webNewsBg header .logo a img:nth-child(1) {
  display: block;
}

.webBg header .header-main{
    position: relative;
}

/*内页banner*/
#wBanner {
  /* overflow: hidden; */
  position: relative;
  height: 39.375rem;
}

#wBanner .img {
  position: relative;
  height: 100%;
}

#wBanner .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#wBanner .box .container {
  height: 100%;
  width: 100%;
}

#wBanner .box .title {
  font-size: 3.75rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 1.88rem;
  position: relative;
}

#wBanner .box .breadcrumb {
  padding: 0;
  justify-content: flex-start;
}

#wBanner .box .breadcrumb .breadcrumb-item {
  font-size: 1.875rem;
  margin-left: 1.25rem;
}

#wBanner .box .breadcrumb .breadcrumb-item:first-child {
  margin-left: 0;
}

#wBanner .box .breadcrumb .breadcrumb-item,
#wBanner .box .breadcrumb .breadcrumb-item a,
#wBanner .box .breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

#wBanner .box .breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  padding-right: 1.25rem;
}

#wBanner .bannernav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url(../images/bannernavbg.png);
  background-size: 100% 100%;
 
}

.bannernav .navbox {
  padding-left: 16.6vw;
  padding-right: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bannernav .navbox a {
  display: flex;
  align-items: center;
  height: 5rem;
  /* justify-content: center; */
}

.bannernav .navbox .home {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  height: 5rem;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;

}

.bannernav .navbox .home a {
  width: 2rem !important;
  height: 1.9rem;
  background-image: url(../images/home.png);
  background-size: 100% 100%;
  border: 0 !important;
  padding: 0 !important;

}

.bannernav .navbox .home a:hover {
  background-color: transparent !important;
}

.navcontactUs a {
  position: relative;
  padding-left: 6.25rem;
  padding-right: 2.5rem;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 1.875rem;
  color: #fff;

  display: block;
}

.navcontactUs a::before {
  position: absolute;
  content: '';
  width: 2.4375rem;
  height: 2.4375rem;
  background-image: url(../images/header_messagew.png);
  background-size: 100% 100%;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.bannernav .navbox .box_l {
  display: flex;
  align-items: center;
}

.bannernav .navbox .box_l .box_sm a {
  font-size: 1.5rem;
  color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
  border-right: 1px solid #fff;
  width: 18.75rem;
}

/* .bannernav .navbox .box_l a.active,
.bannernav .navbox .box_l a:hover {
  background-color: #ff7300;

} */


.nav_box {
  position: relative;
}

.nav_boxs {
  position: relative;
}

.navbox .box_ul {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  width: 100%;
  transition: all 400ms;
  z-index: 99;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);

}

.navbox .box_ul a {
  color: #333333;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  height: 4rem;
}

.navbox .box_sm a {
  position: relative;
}

.navbox .box_sm a::before {
  position: absolute;
  content: '';
  width: 1.625rem;
  height: 0.9375rem;
  background-image: url(../images/jtbw1.png);
  background-size: 100% 100%;
  right: 1.25rem;
  top: 43%;
  transition: all 400ms;
}


.bannernav .navbox .box_l .nav_boxs a {
  /*width: 28.875rem;*/
  width: 30.875rem;
}

.navbox .box_l .navb.active .box_ul {
  opacity: 1;
  visibility: visible;
}

.navbox .navb.active .box_sm a::before {
  transform: rotateZ(180deg);
  top: 43%;
}




/*导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  height: 2px;
}

#sideNav.isActive .sideNavBox {
  position: fixed;
}

#sideNav .sideNavBox {
  position: absolute;
  top: 0;
  left: 1.88rem;
  width: auto;
  transition: all 450ms linear;
}

#sideNav .sideNavBox .scroll_nav {
  position: relative;
  top: 9.38rem;
}

#sideNav .sideNavBox li {
  position: relative;
  width: 100%;
  border-left: 1px solid #e5e5e5;
}

#sideNav .sideNavBox li:last-child::after {
  display: none;
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: left;
  padding: 0.62rem 0 0.62rem 1.88rem;
  color: #2f3740;
  font-size: 1.12rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

#sideNav .sideNavBox li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 0;
  height: 0;
  width: 1px;
  background-color: #f69600;
  transition: all 400ms linear;
}

#sideNav .sideNavBox li.active a {
  color: #f69600;
}

#sideNav .sideNavBox li.active a:after {
  height: 100%;
}

/*弹框*/
#teamModal .modal-dialog {
  max-width: 100%;
  margin: 0;
  /* height: 100%; */
  justify-content: center;
  align-items: center;
}

#teamModal {
  padding-right: 0 !important;
}

.webModal .modalClose {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  z-index: 10;
  background-color: #f0f7fa;
}

.webModal .modalClose img {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
}

.webModal .modal-content {
  border: none;
  width: 65%;
  padding: 5rem 3.125rem;
  padding-top: 1.875rem;
  /* height: 100%; */
  border-radius: 0rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  /* background-color: transparent; */
  justify-content: center;
  overflow: hidden;
}

.webModal .modal-content .imgsm_box {
  display: flex;
  flex-wrap: wrap;
}

.webModal .modal-content .modalMain {
  /* margin: 0 auto; */
  width: 100%;
  /* padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem; */
  position: relative;
  /* display: flex; */
  justify-content: center;
}

.webModal .close {
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  width: 2.1875rem;
  height: 2.125rem;

  background-image: url(../images/close.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;

}

.webModal .closebox {
  position: relative;
  margin-bottom: 1.25rem;
}



/*内页开始*/

.pb_16 {
  padding-bottom: 1.0rem !important;
}

.pb_26 {
  padding-bottom: 1.62rem !important;
}

.pb_36 {
  padding-bottom: 2.25rem !important;
}

.pb_46 {
  /*padding-bottom: 2.88rem !important;*/
    padding-bottom: 1.88rem !important;
}

.pb_56 {
  padding-bottom: 3.5rem !important;
}

.pb_66 {
  padding-bottom: 4.12rem !important;
}

.pt_40 {
  padding-top: 2.5rem;
}

.pt_70 {
  padding-top: 4.375rem;
}

.pb_70 {
  padding-bottom: 4.375rem;
}

.pt_80 {
  padding-top: 5rem;
}

.pb_80 {
  padding-bottom: 5rem;
}

.bg_fff {
  background-color: #ffffff;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img_scale_relative {
  position: relative;
  overflow: hidden;
}

.img_scale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}

/*分页*/
.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
}

.pagination .page-link {
  margin: 0 0 0 0.62rem;
  font-size: 1rem;
  color: #222222;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
  font-weight: 600;
  font-family: 'Manrope';
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #fa6119;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination .page-item:first-child .page-link:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .page-item:last-child .page-link:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*关于我们*/
.aboutUsHeadBox {
  padding-top: 4.375rem;
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 1;
}

.aboutUsHeadBox2{
    margin-bottom: 1.875rem;
}

.aboutUsHeadBox .container {
  display: flex;
  justify-content: center;
  text-align: justify;
}

.aboutUsHeadBox .container .box_l {
  width: 47%;
}

.aboutUsHeadBox .container .ft_50 {
  /*padding-bottom: 2.5rem;*/
  padding-bottom: 1.5rem;
  font-size: 1.875rem;
}

.aboutUsHeadBox .container .video {
  width: 86%;
}

.aboutUsHeadBox .container .video video {
  width: 100%;
  height: 33.75rem;
  object-fit: cover;
}

.video {
  position: relative;
}

.video::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 400ms;
  opacity: 1;
  visibility: visible;
}

.video::after {
  position: absolute;
  content: '';
  width: 6.25rem;
  height: 6.25rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/videoplay.png);
  background-size: 100% 100%;
  transition: all 400ms;
  opacity: 1;
  visibility: visible;
}

.video.active::before,
.video.active::after {
  opacity: 0;
  visibility: hidden;
}


.achievement {

  background-image: url(../images/achievementBg.jpg);
  position: relative;

  color: #ffffff;
}

.achievement li {
  position: relative;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ffffff;
  width: 28%;
  margin-top: 2.5rem;
  text-align: center;
}
.achievement li:nth-child(4),
.achievement li:nth-child(5),
.achievement li:nth-child(6){
     border-bottom: 0px solid #ffffff;
}

.achievement ul::after {
  content: '';
  flex-basis: 28%;
}

.achievement li .sou {
  /*font-size: 4.12rem;*/
  font-size: 3rem;
  font-weight: 600;

  line-height: 1;


}

.achievement li .text {
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: bold;
}
.achievement li .ft_16{
    font-size: 1.375rem;
}


.culture {
  background-color: #fffaf6;
  /*padding: 19.12rem 0 3.12rem 0;*/
  padding: 2.12rem 0 2.12rem 0;
  position: relative;
  overflow: hidden;
  /*margin-bottom: -16rem;*/
}

.culture .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.culture .box .ft_ff7300 {

  max-width: 50%;

}

.culture .box .ft_ff7300:first-child {
  width: 50%;
  border-right: 1px solid #ff7300;
  padding-right: 2rem;
}
.culture .box .ft_ff7300:nth-child(2){
    padding-left: 5rem;
}

.culture .ft_50 {
  /*padding-bottom: 2.5rem;*/
  padding-bottom: .5rem;
  font-size: 1.875rem;
}
.culture .ft_24{
    font-size: 1.5rem;
}

/**/
.team {
  padding: 3.12rem 0 3.125rem 0;
  background-image: url(../images/teambg.png);
  background-size: 100% 100%;
  text-align: justify;
}


.team .ft_50 {
  /*padding-bottom: 2.5rem;*/
   padding-bottom: 1.5rem;
  font-size: 1.875rem;
}

/*商业道德标准*/
.businessEthics li {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.businessEthics li:first-child {
  background-image: url(../images/businessEthicsList.png);
  background-size: cover;
}




/*新闻*/


.newsSideNav .listNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsSideNav .listNav::after {
  content: '';
  flex-basis: 33.33333%;
}

.newsSideNav .listNav li {
  width: 33.3333%;
  border: 1px solid #dddddd;
  border-right: 0;
}

.newsSideNav .listNav li:last-child {
  border-right: 1px solid #dddddd;
}

.newsSideNav .listNav li a {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.newsSideNav ul.listNav li a:hover,
.newsSideNav ul.listNav li.active a {
  background-color: #ff7300;
  color: #ffffff;
}

.wNewsList {
  padding-bottom: 5rem;
}

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

.wNewsList ul::after {
  content: '';
  flex-basis: 32.8%;
}

.wNewsList li {
  margin-bottom: 2.375rem;
  position: relative;
  width: 32.8%;
}

.wNewsList li .box {
  display: block;
  position: relative;
  background-color: #ffffff;
  transition: all 300ms;
  height: 100%;

}

.wNewsList li .box .img {
  /*height: 14.375rem;*/
    height: 17.5rem;
  overflow: hidden;
  position: relative;


}

.wNewsList li .box .img .img_scale {
  transition: all 400ms;
}

.wNewsList li .box .con {
  padding: 1.88rem 0;
  height: 8.12rem;
}


.wNewsList li .box .con .title {
        width: 85%;
  font-size: 1.375rem;
  line-height: 1.6;
  font-weight: 500;
  color: #636363;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.wNewsList li .box:hover {
  border-bottom-color: #fa6119;
}

.wNewsList li .box:hover .img .img_scale {
  transform: scale(1.1);
}


.wNewsList li .box:hover .con .title {
  color: #fa6119;
}

.whore span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fe3c00;
    width: 14.5rem;
    height: 3.75rem;
    border: 1px solid #fe3c00;
    border-radius: 3.125rem;
    cursor: pointer;
}

.whore span:hover {
  background-color: #fe3c00;
  color: #fff;
}

.newszl.wNewsList li .box .img {
  height: 28.875rem;
  border: 1px solid #c8c8c8;
}

.newszl.wNewsList li {
  width: 26%;
}

.newszl.wNewsList ul::after {
  content: '';
  flex-basis: 26%;
}

.newszl.wNewsList li .box .con .title {
  font-size: 1.5rem;
}

.newszl.wNewsList li .box:hover .img .img_scale {
  transform: scale(1);
}

.newszl.wNewsList li .box .img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.newszl.wNewsList li .box .img::after {
  position: absolute;
  content: '';
   width: 5.0625rem;
  height: 4.0625rem;
  background-image: url(../images/xzicon.png);
  background-size:  100% 100%;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.newszl.wNewsList li .box:hover .img::after,
.newszl.wNewsList li .box:hover .img::before {
  opacity: 1;
  visibility: visible;
}




.form_list li .form-group .form-control {
  font-size: 16px;
}

.form_list li.eventReport_active .form-group .web_label {
  top: -8px;
  transform: scale(0.8);
}

.form_list li.items05 .form-group .web_label {
  font-size: 1.125rem;
}

.choose {
  font-size: 18px;
  color: #9b9b9b;
}


.form_list ul li .form_list li .form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form_list li .form-group .web_label {
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: 0;
  pointer-events: none;
  transform: scale(1);
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  transform-origin: left center;
  /* color: #3a4c6f; */
}

.form_list li .form-group .form-control {
  font-size: 1.125rem;
  border-radius: 0;
  border: none;
  padding: 2.0625rem 0 0.625rem;
  height: auto;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: none;
  /* color: #3a4c6f; */
  font-weight: 500;
}

.form_list li .form-group .web_label span {
  color: #ff6600;
}

.form_list li.eventReport_active .form-group .web_label {
  top: 0;
  transform: scale(0.8);
}

.form_list li .form-group textarea.form-control {
  height: 8.125rem;
  background-color: transparent;
  border: 1px solid #aeaeae !important;
  padding: 0.8rem;

}

.form_list li .form-group .form-control:focus {
  border-bottom-color: #ff6600;
}

.form_list li.items05 .form-group .web_label {
  position: relative;
  top: 0;
  padding: 1rem 0 1rem;
}

.btn1 {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  color: #ff6600;
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  color: #fff;
  border: 0;
  background-image: linear-gradient(to right, #ff7300, #f30f12);
      width: 14.5rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
}

.btnn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

#teamModal {
  /* content: ''; */
  /* width: 100%; */
  /* height: 100%; */
  background-image: url(../images/teamModal.png);

  background-size: cover;

}


.Need li .depth1List input[type=checkbox]:checked+label {
  color: #ff6600;
  background-color: #ffe0cc;
  border-color: #ff6600;
}

.Need li .depth1List input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.Need .depth1List {
  text-align: center;
  height: 100%;
}

.Need .Need1 {
  border-left: 1px solid #e2e2e2;
}

.Need .col-lg-3 {
  width: 20%;
  flex: 20%;
  padding-left: 0;
  padding-right: 0;
}

.form_list .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.Need ul {
  display: flex;
}

.Need label {
  font-weight: 400;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  font-size: 1.25rem;
  padding: 1.5625rem;
  height: 100%;
}

.modalMain .title {
  font-size: 2.5rem;
  font-weight: bold;
}

.modalMain .text {
  font-size: 1.5rem;
  color: #9b9b9b;
}

.form_list {
  padding-top: 4.375rem;
}

.form_list .col-md-6 {
  padding-left: 0;
  padding-right: 0;
  flex: 0 0 45%;
}

.newssearch .searchField_form {
  width: 18.75rem;
  margin: 0;

}

.newssearch .searchField_form input {
  padding-left: 1.5625rem;
  font-size: 1.25rem;
  color: #9c9c9c;
}



.searchField_form .form-control {
  height: 3.75rem;
  border: 1px solid #dddddd;
  background-color: transparent;
  border-radius: 0;
  font-weight: 400;
  font-size: 1.25rem;
}

.searchField_form .form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}






.newssearch .searchField_form .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0rem;
  bottom: 0;
  z-index: 8;
  width: 4.6rem;
  background-image: url(../images/search02.png);
  background-size: 1.62rem auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;

}

.selectBox {
  position: relative;
  width: 18.75rem;
  height: 3.75rem;
}

.selectBox .select {
  height: 3.75rem;
  width: 100%;
  border: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  outline: none;
  border: 1px solid #dddddd;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  color: #9c9c9c;
  display: flex;
  align-items: center;
  appearance: none;
}

.web_screen_ul {
  position: absolute;
  top: calc(100%);
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  opacity: 0;
  padding: 0 0.46rem;
  visibility: hidden;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.selectBox:hover .web_screen_ul {
  opacity: 1;
  visibility: visible;
}

.web_screen_ul li a {
  display: block;
  height: 2.5rem;
  cursor: pointer;
  color: #9c9c9c;
  line-height: 2.5rem;
  font-size: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.web_screen_ul li a:hover {
  color: #ff7300;
}

.selectBox::after {
  position: absolute;
  content: '';
  width: 1.5625rem;
  height: 0.9375rem;
  background-image: url(../images/jtbj.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 1.875rem;
}

.goTo {
  margin-left: 1.25rem;
}

.goTo span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 3.75rem;
  font-size: 1.25rem;
  color: #636363;
  border: 1px solid #dddddd;
  cursor: pointer;
}

.newssearch .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsbody .wNewsList li .box {
  border: 1px solid #eeeeee;
}

.newsbody .wNewsList li .box .cons {
  padding: 1.875rem 1.125rem;
  padding-bottom: 1rem;
}

.newsbody .wNewsList li .box .cons .type {
  font-size: 1.125rem;
  color: #bebebe;
}

.newsbody .wNewsList li .box .cons .time {
  font-size: 1.125rem;
  color: #bebebe;
  margin-bottom: 2.5rem;
}

.newsbody .wNewsList li .box .cons .text {
  font-size: 1.125rem;
  color: #636363;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*height: 3.5rem;*/
    height: 4rem;
}

.newsbody .wNewsList li .box .cons .type.active {

  color: #ff7300;
}


.newsbody .wNewsList li .box .cons .title {
  font-size: 1.625rem;
  color: #636363;
  height: 4rem;
  line-height: 1.3;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsSideNav1 .listNav li {
  width: 50%;
}

.newszh li .box {
  display: flex;
  justify-content: space-between;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #dbdcdc;
}

.newszh li:last-child .box {
  border-bottom: 0;
}

.newszh li .box:hover .box_l span {
  color: #ff7300;
  border-bottom: 1px solid #ff7300;
}

.newszh li .box .box_l {
  width: 45%;
  font-size: 2rem;
  font-weight: bold;
  color: #636363;

}

.newszh li .box .box_r {
  width: 45%;
  font-size: 1.625rem;
  color: #636363;
}

.newszh {
  padding-bottom: 4.375rem;
}













.newsD {
  position: relative;
  padding: 5.625rem 0 4rem;
}

.newsD .name {
  font-size: 1.875rem;
  color: #ff7300;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 0.62rem;
}

.newsD .title {
  /*font-size: 3.125rem;*/
      font-size: 2.5rem;
  color: #787878;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 0.62rem;
}

.newsD .time {
  /*font-size: 1.875rem;*/
      font-size:1.375rem;
  color: #979797;
  padding-bottom: 2.0rem;
 border-bottom: 1px solid #eeeeee;
    margin-bottom: 2.0rem;
}

.newsD .text {
  line-height: 1.8;
  font-size: 1.375rem;
  color: #333333;
  /* padding-bottom: 3.12rem; */
}

.newsD .text video {
  width: 100%;
  display: block;
}

.newsDPage {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.88rem;
}

.newsDPage .page_next {
  position: relative;
}

.newsDPage .page_next .link {
  display: block;
  color: #ffffff;
  padding: 5.0rem 3.12rem;
  overflow: hidden;
  position: relative;
}

.newsDPage .page_next .link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/page_nextBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  transition: all 400ms linear;
  transform: scale(1.0);
}

.newsDPage .page_next .link .page_lable {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.newsDPage .page_next .link .page_title {
  position: relative;
  z-index: 2;
  font-size: 1.38rem;
  line-height: 1.2;
  padding-right: 1.88rem;
  background-image: url(../images/newsIcon_.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsDPage .page_next .link:hover:after {
  transform: scale(1.12);
}


/*联系我们*/
.contactUs {
  position: relative;
  padding: 4.375rem 0;
}

.contactUs .text {
  color: #333;
  padding-bottom: 1.625rem;
}

.contactUs .text a {
  color: #ff7c11;

  position: relative;
}

.contactUs .text a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #ff7c11;
}

.contactusboxt {
  display: flex;
}

.contactusboxt .box {
  width: 33.3333%;
  font-size: 1.125rem;
  border: 1px solid #dddddd;
  line-height: 1.2;
  /*padding: 1.875rem 2.5rem;*/
   padding: 1.875rem 1.25rem;
  position: relative;
  cursor: pointer;
}

.contactusboxt .box:first-child,
.contactusboxt .box:nth-child(2) {
  border-right: 0;
}

.contactusboxt .box::before {
  position: absolute;
  content: '';
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}

.contactusboxt .box:first-child::before {
  width: 6.25rem;
  height: 5.5rem;
  background-image: url(../images/ico.png);

}

.contactusboxt .active.box:first-child::before {

  background-image: url(../images/ico.1.png);

}

.contactusboxt .box:nth-child(2)::before {
  width: 6.25rem;
  height: 5.625rem;
  background-image: url(../images/ico1.png);

}

.contactusboxt .active.box:nth-child(2)::before {

  background-image: url(../images/ico1.1.png);

}

.contactusboxt .box:nth-child(3)::before {
  width: 4.5625rem;
  height: 5.5625rem;
  background-image: url(../images/ico2.png);

}

.contactusboxt .active.box:nth-child(3)::before {

  background-image: url(../images/ico2.1.png);

}


.contactusboxt .box:nth-child(4){
    width: 25%;
}
.contactusboxt .box:nth-child(4)::before {
  width: 4.5625rem;
  height: 5.5625rem;
  background-image: url(../images/nico3.1.png);

}

.contactusboxt .active.box:nth-child(4)::before {

  background-image: url(../images/nico3.png);

}


.contactusboxt .box.active {
  background-color: #ff7300;
  color: #fff;
  border-color: #ff7300;
}

.contactUschoicebox {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contactUschoicebox .box .label {
  font-size: 1.625rem;
  margin-left: 1.875rem;
}

.custom-radio {
  position: relative;
  display: inline-block;
  user-select: none;
}

.custom-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}



.custom-radio input[type="radio"]:checked+.radio-btn::before {

  border-color: #ff7300;
}

.custom-radio input[type="radio"]:checked+span {
  color: #ff7300;
}

.radio-btn::before {
  height: 2.3125rem;
  width: 2.3125rem;
  border: 1px solid #616161;
  content: '';
  position: absolute;
  left: 0;

}

.radio-btn {
  font-size: 1.625rem;
  color: #616161;
  padding-left: 3.125rem;
  line-height: 1.2;
}

.custom-radio input[type="radio"]:checked+.radio-btn::after {
  content: '';
  position: absolute;
  left: .4rem;
  top: 20%;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../images/gx.png);
  background-size: 1.5625rem 1.5625rem;
}

.contactUschoicebox .box_sm {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

.contactUschoicebox .box_sm .custom-radio {
  margin-right: 1.875rem;
  margin-left: 1.875rem;
}


.contactUscooperation {
  padding-top: 1.25rem;
}

.contactUscooperation .box {
  display: flex;
  justify-content: space-between;
}

.contactUscooperation .box .box_l {
  width: 45%;
}

.contactUscooperation .box .box_r {
  width: 45%;
}

.contactUscooperation .box .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.contactUscooperation .box .box_r .form_list,
.contactUscooperation .box .box_r ul,
.contactUscooperation .box .box_r li {
  height: 100%;
}

.contactUscooperation .box .box_r .form-group {
  height: 100%;
  margin-bottom: 0;
}

.contactUscooperation .box .box_r .form_list li .form-group textarea.form-control {
  height: 83%;
  background-color: #f9f9f9;
  border-color: #dddddd !important;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.contactUscooperation .form_list {
  padding-top: 0;
}



/* 加入我们 */

.joinusbox {
  display: flex;
  justify-content: space-between;

}

.joinusbox .box .ico {
  width: 15.125rem;
  height: 15.1875rem;
  background-size: 100% 100%;
}

.joinusbox .box .ft_22 {
  margin-top: 1.5625rem;
}


.recruit {
  position: relative;
  padding-top: 1.875rem;
}

.recruitHead {
  position: relative;
  /* margin-bottom: 5.0rem; */
}

.recruitHead .w_text {
  font-size: 1.125rem;
}

.recruitHead .w_text .link {
  font-size: 1.38rem;
  color: #ff7300;
  /* border-bottom: 2px solid #f69600; */
  display: inline-block;
}

.recruitHead .select .formBox {
  display: flex;
  align-items: flex-end;
}

.recruitHead .select .form-control {
  background: #ffffff;
  border: none;
  width: 13.12rem;
  color: #555555;
  border-bottom: 1px solid #dddddd;
  height: auto;
  font-size: 1.25rem;
  box-shadow: none;
  padding: 0.375rem 0.75rem 0.375rem 0;
  background-image: url(../images/selectIcon.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.125rem auto;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.recruitHead .select .btn {
  margin-left: 1.88rem;
  display: block;
  width: 8.5rem;
  background-color: #f69600;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  padding: 0.375rem 0.75rem;
  border-radius: 100px;
  box-shadow: none;
}

.recruitHead .select .btn span {
  display: inline-block;
  padding-left: 1.75rem;
  background-image: url(../images/resetIcon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem auto;
}

.recruitHead .select .btn:hover,
.recruitHead .select .btn:focus {
  background-color: #fa6119;
}

.joinUsAccordion {
  padding-bottom: 2.19rem;
}

.joinUsAccordion .joinUsAccordion_items {
  margin-top: 0.94rem;
  position: relative;
  background-color: #f4f4f4;
  border-left: 3px solid #f69600;
  padding: 0 3.12rem;
  border-radius: 0 20px 20px 0;
}

.joinUsAccordionHead {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  padding: 1.31rem 4.38rem 1.31rem 0;
  cursor: pointer;
  position: relative;
}

.joinUsAccordionHead .title {
  width: 32%;
  font-size: 1.25rem;
  font-weight: 500;
}

.joinUsAccordionHead .add {
  width: 39%;
  font-size: 1.25rem;
}

.joinUsAccordionHead .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  border-radius: 100%;
  border: 2px solid #f69600;
}

.joinUsAccordionHead .icon:after,
.joinUsAccordionHead .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f69600;
  transform: translate(-50%, -50%);
  transition: all 400ms;
}

.joinUsAccordionHead .icon:after {
  width: 15px;
  height: 2px;
}

.joinUsAccordionHead .icon:before {
  width: 2px;
  height: 15px;
}

.joinUsAccordion_items._open {
  border-left-color: #fa611a;
}

.joinUsAccordion_items._open .joinUsAccordionHead .title {
  color: #fa611a;
}

.joinUsAccordion_items._open .joinUsAccordionHead .icon:after {
  background-color: #f69600;
}

.joinUsAccordion_items._open .joinUsAccordionHead .icon:before {
  opacity: 0;
}

.joinUsAccordion_items._open .joinUsAccordionCon {
  display: block;
}

.joinUsAccordionCon {
  position: relative;
  line-height: 1.8;
  font-size: 1.12rem;
  display: none;
  padding-bottom: 3.12rem;
}

.joinUsAccordionCon .joinUsAccordionConBg {
  background-color: #ffffff;
  padding: 3.12rem 2.5rem;
  border-radius: 1.25rem;
  font-size: 1.125rem;
  color: #595757;
}



.joinUsAccordionCon .hMore {
  margin-top: 3.12rem;
}

.joinUsAccordionCon .hMore a {
  border-radius: 6.25rem;
  display: block;
  font-size: 1.3125rem;
  line-height: 1;
  color: #f8b244;
  font-weight: 500;
  border: 1px solid #f8b244;
  position: relative;
  width: 10.9375rem;
  padding: 0.88rem 0.75rem;
  cursor: pointer;
  background-image: none;
  overflow: hidden;
  text-align: center;
  transition: all 400ms;
  height: 3.125rem;
}

.joinUsAccordionCon .hMore a::before {
  width: 0;
}











/**/
.headBreadcrumb {
  background-color: #ffffff;
}

.breadcrumb {
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  padding: 2.5rem 0;
  margin-bottom: 0;
  justify-content: flex-end;
}

.breadcrumb .breadcrumb-item {
  color: #111111;
  font-size: 1.0rem;
}

.breadcrumb .breadcrumb-item a {
  color: #999999;
}



/*搜索页*/
.searchResult {
  position: relative;
  padding: 13.0rem 0;
  background-color: #f0f0f0;
}

.allSearch {
  position: relative;
  margin-bottom: 2.25rem;
}

.allSearch .inputText {
  width: 100%;
  position: relative;
}

.allSearch .inputText .form-control {
  height: 4.6rem;
  font-size: 1.5rem;
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  padding: 0 6.25rem 0 1.88rem;
  box-shadow: none;
  border-radius: 0;
}

.allSearch .inputText .form-control:focus {
  border-color: #f18d00;
}

.allSearch .inputText .form-control::placeholder {
  color: #cccccc;
}

.allSearch .btn {
  background-image: url(../images/search02.svg);
  background-repeat: no-repeat;
  background-size: 1.56rem auto;
  background-position: center;
  border: none;
  color: #ffffff;
  font-size: 1.12rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 6.75rem;
  height: 100%;
  padding: 0;
  border-radius: 0;
  text-indent: -999px;
  overflow: hidden;
  box-shadow: none;
}

.searchResultTitle {
  font-size: 1.38rem;
  line-height: 1;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdd;
}

.searchResultTitle span {
  color: #f18d00;
}

.searchResultList {
  padding-bottom: 2.5rem;
}

.searchResultList li {
  border-bottom: 1px solid #dcdcdd;
  position: relative;
}

.searchResultList li .box {
  display: block;
  position: relative;
  font-size: 1.38rem;
  padding: 1.44rem 0 1.44rem 9.38rem;
}

.searchResultList li .box .time {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.12rem;
  color: #666666;
  width: 8.12rem;
  transform: translateY(-50%);
}

.searchResultList li .box .title {
  transition: all 300ms;
}

.searchResultList li .box:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #f18d00;
  transition: all 600ms;
}

.searchResultList li .box:hover .title {
  color: #f18d00;
}

.searchResultList li .box:hover:after {
  width: 100%;
}

/**/

.textEffect {
  text-shadow: 5px 5px 70px #98572a;
}

.fixed {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

.servicess {
  margin-top: 0 !important;
  padding-top: 28.6875vw !important;
}

.show {
  display: block;
}

.footer_nav .con a:hover {
  color: #ff6b00;
}

/* cdmo */
.cdmobox .box {
  margin-top: 3.125rem;
  padding-bottom: 1.875rem;
}

.cdmobox .ft_40 {
  color: #636363;

}

/* 工艺开发 */
.workmamshipbox {
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}

.gobuttonbox {
  margin-top: 2.5rem;
}

.gobutton {
  display: flex;
  margin-right: 2.5rem;
}

.gobutton a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #ff7300;
  padding-left: 2.5rem;
  padding-right: 5rem;
  height: 6.25rem;
  background-color: #f9f9f9;
  position: relative;
  font-weight: bold;
  transition: all 400ms;
}

.gobutton a:hover {
  background-color: #ff7300;
  color: #fff;
}

.gobutton a::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1.625rem;
  background-image: url(../images/jtr1.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 1.875rem;
  transition: all 400ms;
}

.gobutton a:hover::before {
  background-image: url(../images//jtr2.png);
}






.workmamship .workmamshipbox {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #e9e9e9;
}

.workmamship .container:last-child .workmamshipbox {
  border-bottom: 0;
}

.workmamship .container:last-child {
  background-image: url(../images/workmamshipboxbg.png);
  background-size: cover;
}








.workmamshipbox .ft_22 ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.125rem;
  /*line-height: 1.4;*/
  margin-bottom: 0.5rem;

}

.workmamshipbox .ft_22 ul li::before {
  position: absolute;
  content: '';
  width: 0.3125rem;
  height: 0.3125rem;
  left: 0.3em;
  top:1rem;
  border-radius: 100%;
  background-color: #333333;
}

.gpmbox .workmamshipbox .ft_22 ul li::before{
    top: 0.9375rem;
}

.workmamshipbox .ft_32 {
  font-size: 1.35rem;
  font-weight: bold;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.workmamshipbox .myul ul {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.workmamshipbox .myul ul li {
  width: 50%;
}

.workmamshipbox .myul ul li p:first-child {
  color: #ff7300;
}

.workmamship .container:first-child {
  background-image: url(../images/workmamshipbox.jpg);
  background-size: 100% 100%;
  padding-top: 1.25rem;

}

.workmamship .container:first-child .workmamshipbox {
  width: 60%;
}

/* .workmamship .container:nth-child(3) .workmamshipbox {
  background-image: url(../images/workmamshipbox1.png);
  background-size: 100% 100%;
} */

.library .workmamshipbox {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #f1f1f1;
}

.library .workmamshipbox .box_sm {
  display: flex;
  justify-content: space-between;
}

.library .workmamshipbox .box_sm ul li p:first-child {
  font-size: 1.35rem;
  color: #ff7300;
  font-weight: bold;
}

.library .workmamshipbox .box_sm .box_limg {
  width: 30%;
}

.library .workmamshipbox:last-child {
  border-bottom: 0;
}

.gpmbox .workmamshipbox {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #e9e9e9;
}

.gpmbox .workmamshipbox:last-child {
  border-bottom: 0;
}

.adcbxox .container:first-child {
  background-image: url(../images/adcbg.png);
  background-size: cover;
}

.adcbxox .container:nth-child(3) {
  background-image: url(../images/adcbg1.png);
  background-size: cover;
}

.adcbxox .container:first-child .workmamshipbox {
  width: 60%;
}

.adcbxox .box_s {
  display: flex;
  justify-content: space-between;
}

.adcbxox .box_s .boxsb {
  width: 22%;
  border: 1px solid #ffcead;
  /*height: 17.375rem;*/
  height: 12.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;

}
.adcbxox .box_s .boxsb .ft_36{
    font-size: 1.125rem;
}

.adcbxox .box_s .boxsb .num {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff7300;

}.adcbxox .box_s .boxsb  .ft_50 {
    font-size: 1.5rem ;
}

.adcbxox .box_s .boxsb .ft_24 {
  margin-top: 0.625rem;
}

.adcbxox .box_s .boxsb .ft_56 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff7300;
  margin-top: 0.5rem;

}

.adcbxox .box_s .boxsb .ft_28 {
  font-size: 1.75rem;
  margin-top: 0.5rem;
}

.adcbxox .workmamshipbox {
  padding-bottom: 4.375rem;
  padding-top: 4.375rem;
}

.adcbxox .workmamshipbox .box {
  display: flex;
  justify-content: space-between;
}

.adcbxox .workmamshipbox .box .box_sml {
  width: 50%;
}

.adcbxox .workmamshipbox .box .box_sml .box_smb {
  padding-top: 2.5rem;
}

.adcbxox .workmamshipbox .box .box_sml .box_smb .box_ssbox {
  width: 47%;
  /*height: 12rem;*/
  height: 17rem;
  display: flex;
  border-radius: 1.25rem;
  border: 1px solid #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem ;
  padding-right: 1rem;
  text-align: center;
}

.adcbxox .workmamshipbox .box .box_sml .box_smb .box_ssbox .ft_24 {
  font-size: 1.2rem;
}

.adcbxox .workmamshipbox .box .box_sml .box_smb .box_ss {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.adcbxox .workmamshipbox .box .box_sml .box_smb:first-child {
  padding-top: 0rem;
}

.adcbxox .workmamshipbox .box .ft_42 {
  /*font-size: 2.625rem;*/
  font-size: 1.3rem;
}

.adcbxox .workmamshipbox .box ul {
  display: flex;
  flex-wrap: wrap;
}

.adcbxox .workmamshipbox .box ul li {
  font-size: 1.125rem;
  width: 50%;
  position: relative;
  padding-left: 2em;
  margin-top: 0.625rem;
}

.adcbxox .workmamshipbox .box ul li::before {
  position: absolute;
  content: '';
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #fff;
  border-radius: 100%;
  left: 0.8em;
  top: 0.6em;
}

.adcbxox .workmamshipbox .box .box_smr {
  width: 38%;
}

.adcbxox .workmamshipbox .box .box_smr .box_img .img {
  height: 11vw;
  border-radius: 1.25rem;
  background-size: cover;
  overflow: hidden;
}

.adcbxox .workmamshipbox .box .box_smr .box_img .pt_16 {
  padding-top: 1rem;
}

.adcbxox .workmamshipbox .ft_32 {
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
}

.adcbxox .workmamshipbox .box_50 {
  padding-bottom: 2.5rem;

}


.gobutton1 a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #0043af;
  padding-left: 2.5rem;
  padding-right: 5rem;
  height: 6.25rem;
  background-color: transparent;
  position: relative;
  border: 1px solid #0043af;
  font-weight: bold;
  transition: all 400ms;
}

.gobutton1 a:hover {
  background-color: #0043af;
  color: #fff;
}

.gobutton1 a::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1.625rem;
  background-image: url(../images/jtr1.1.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 1.875rem;
  transition: all 400ms;
}

.gobutton1 a:hover::before {
  background-image: url(../images//jtr2.png);
}

.gobuttonbox1 {
  margin-top: 2.5rem;
}

.gobuttonbox1 .gobutton1 {
  margin-right: 2.5rem;
}

.atonest {
  padding-bottom: 4.375rem;
  padding-top: 4.375rem;
  /*border-bottom: 1px solid #dbdcdc;*/
}

/* .atonestbox .atonest:last-child {
  border-bottom: 0;
} */

.atonest .box {
  display: flex;
  justify-content: space-between;
}

.atonest .box .box_l {
  width: 50%;
}

.atonest .box .box_r {
  width: 45%;
}

.atonest .box .box_r .img {
  height: 15.375rem;
  width: 100%;
  background-size: 100% 100%;
}

.atonestserv {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.atonestservn {
  display: flex;
  border-bottom: 1px solid #dbdcdc;
}

.atonestservn .box {
  font-size: 1.5rem;
  color: #636363;
  padding-bottom: 2.1875rem;
  margin-right: 4.375rem;
  position: relative;
  cursor: pointer;
}

.atonestservn .box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
  bottom: -0.25rem;
}

.atonestservn .box.active {
  color: #0043af;
  font-weight: bold;
}

.atonestservn .active.box::before {
  background-color: #0043af;
}

.atonestservbox {
  padding-top: 3.125rem;
}

.atonestservbox .box {
  /* display: flex; */
  display: none;
  justify-content: space-between;
}

.atonestservbox .box.active {
  display: flex;
}

.atonestservbox .box .box_l {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.atonestservbox .box .box_r {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.atonestservbox .box .box_r .ft_24 {
  font-size: 1.125rem;
}


.gobutton2 a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #0043af;
  padding-left: 2.5rem;
  padding-right: 5rem;
  height: 6.25rem;
  background-color: transparent;
  position: relative;
  border: 1px solid #0043af;
  font-weight: bold;
  transition: all 400ms;
}

.gobutton2 a:hover {
  background-color: #0043af;
  color: #fff;
}

.gobutton2 a::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1.625rem;
  background-image: url(../images/jtr1.1.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 1.875rem;
  transition: all 400ms;
}

.gobutton2 a:hover::before {
  background-image: url(../images//jtr2.png);
}

.gobutton2 {
  width: 70%;
  margin-top: 1.625rem;
}

.gobuttonbox2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.atonestservbox .box .box_r .boxx {
  margin-bottom: 1rem;
}

.atonestservbox .box .box_r .boxx p:first-child {
  color: #0043af;
  font-weight: bold;
}

.atonestservbox img {
  width: 100%;
}

.library #section1,
.library #section2 {
  padding-top: 7.375rem;
  margin-top: -3rem;
}

.upimg img {
  width: 3.3125rem;
}

.upbox {
  /*margin-left: 1.25rem;*/
}

.upbox .ft_24 {
  color: #9fa0a0;
}

.upb {
  margin-bottom: 1.25rem;
}

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

.upbo .bl {
  width: 37%;
}

.upbo .br {
  width: 56%;
}
.checkboxbox {
  display: flex;
  /*align-items: center;*/
 
}

.checkboxbox input {
    margin-top: .5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0rem;
}

.checkboxbox span {
  margin-left: 0.625rem;
  width: 100%;
}

.pcbanner{
    display: block;
        width: 100%;
    height: 100%;
}
.mobile{
    display: none;
}



.home_banner1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_banner1 li.swiper-slide {
  width: 100%;
}

.home_banner1 .bannerHeading {
  position: absolute;
  bottom: 15rem;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #ffffff;
}

.home_banner1 .bannerHeading .label {
  font-size: 1.25rem;
  line-height: 1.8;
  padding-bottom: 0.75rem;
  font-weight: 300;
}

.home_banner1 .bannerHeading .title {
  font-size: 3.62rem;
  line-height: 1.4;
  font-weight: 500;
}

.home_banner1 .swiper-pagination {
  bottom: 2.5rem;
}

.home_banner1 .bannerHeading .hMore {
  display: flex;
  align-items: center;
  justify-content: center;
}


.home_banner1 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 100px;
  width: 10px;
  height: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  opacity: 1;
}

.home_banner1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 3.62rem;
  background-color: #ffffff;
}

.home_banner1.swiper-container-horizontal>.swiper-pagination1 {
  /* width: 15.625rem; */
  left: 50%;
  top: auto;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  background-color: transparent;
  /* height: 5px; */
  /* border: 1px solid #fff; */
  /* border-radius: 0; */
  position: absolute;
  width: auto;
}

.home_banner1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5rem;
  height: 0.4375rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
}

.home_banner1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  border-left: 1px solid #fff;
}

.home_banner1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  border-right: 1px solid #fff;
}

.home_banner1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}



.businessEthicsList .ft_30 {
    font-size: 1.875rem;
}

#wBanner .bannernav.active{
       position: fixed;
    top: 0;
    bottom: auto;
    background-color: #fff;
    background-image: none;
    z-index: 999;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1)
}
.bannernav.active .navbox .box_l .box_sm a{
    color: #636363;
    border-right-color: #dbdcdc;
}
.bannernav.active .navbox .home{
    border-right-color:  #dbdcdc;
    border-left-color:  #dbdcdc;
}

.bannernav.active .navbox .box_sm a::before{
    background-image: url(../images/jtbw10.png);
}
.bannernav.active .navbox .home a{
        background-image: url(../images/home1.png);
}
.joinusbox .box{
    width: 25%;
       display: flex;
    flex-direction: column;
    align-items: center;

}



.mycontactus{
    padding-top: 3.75rem;
    margin-top: 3.75rem;
    border-top: 1px solid #dddddd;
}

.mycontactus .box{
    display: flex;
        justify-content: space-between;
}
.mycontactus .box .box_sm{
    width: 32%;
    border: 1px solid #dddddd;
    border-radius: 1.25rem;
    padding: 2.5rem 1.5625rem;
}

.mycontactus .box .box_sm .img1{
    width: 5.875rem;
    height: 6.5625rem;
    background-image: url('../images/mdz.png');
    background-size: 100% 100%;
}


.mycontactus .box .box_sm .img2{
    width: 7.4375rem;
    height: 6.3125rem;
    background-image: url('../images/dh.png');
    background-size: 100% 100%;
}

.mycontactus .box .box_sm .img3{
    width: 6.5625rem;
    height: 6.3125rem;
    background-image: url('../images/yx.png');
    background-size: 100% 100%;
}


.mycontactus .box .box_sm .box_t{
    margin-bottom: 1rem;
}
.mycontactus .box .box_sm .herf{
        display: flex;
    justify-content: flex-end;
}

.mycontactus .box .box_sm .herf a{
    display: flex;
   width: 3.375rem;
   height: 3.375rem;
   border-radius: 100%;
   border: 1px solid  #ff7300;
   background-image: url('../images/myad.png');
   background-size: 1.9375rem 2.0625rem;
   background-position: center center;
  background-repeat: no-repeat;
  transition: all 400ms;
}

.mycontactus .box .box_sm .herf a:hover{
    background-color: #ff7300;
       background-image: url('../images/myad2.png');
}


.mycontactus .box .box_sm .herf1 a{
   
   background-image: url('../images/myyx1.png');
   background-size: 2rem  1.9375rem ;
  
}

.mycontactus .box .box_sm .herf1 a:hover{
    background-color: #ff7300;
     background-image: url('../images/myyx2.png');
}



.newsD .text img{
    width: 66.66%;
}



.page-ing {
    margin-top: 4rem;
  position: relative;
  border-top: 1px solid #eeeeee;

  padding-top: 4rem;
}

.page-ing .page-ing-boxs {
  position: relative;
}

.page-ing .prev,
.page-ing .next {
  max-width: 37%;
}

.page-ing .icon-bg {
  position: absolute;
  top: 0;
  left: 44%;
  width: 12%;
  height: 100%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: url(../images/icon_det_ic.svg) no-repeat center / 1.3125rem;
}

.page-ing .icon {
  width: 14px;
  height: 28px;
  background-image: url(../images/jtleft_f3981e.svg);
  background-size: cover;
  text-indent: -1000em;
  overflow: hidden;
}

.page-ing .next .icon {
  order: 3;
  transform: rotateZ(180deg);
}

.page-ing .prev .tx {
  margin-left: 2.25rem;
  width: 100%;
}

.page-ing .next .tx {
  margin-right: 2.25rem;
  width: 100%;
}

.page-ing .tx .stitle {
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-ing .next .tx .stitle {
  text-align: end;
}

.page-ing a:hover {
  text-decoration: none;
  color: #ff7300;
}

