﻿@charset "utf-8";

@import url("../css2");
@import url("../css-1");
/* 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: #333;
}

.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: #333333;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.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: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 100%;
  background-color: #ffffff;
  transition: height 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f18d00;
}

.web_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}
/*******头部********/
header {
  position: relative;
  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: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

header .display-flex {
  position: relative;
}

header .logo {
  width: 11.25rem;
  position: relative;
}

header .logo a {
  width: 100%;
  display: block;
}

header .header-nav {}

header .header-nav>ul>li {
  margin-right: 2.39583vw;
  position: relative;
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 2.0rem 0;
  color: #333333;
  font-size: 1.12rem;
}

header .header-nav>ul>li .link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f18d00;
  transition: all 400ms;
}

header .header-nav>ul>li.active .link::after,
header .header-nav>ul>li:hover .link::after {
  width: 100%;
}

header .header_search {
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: block;
}

header .header_search img {
  width: 100%;
  height: 100%;
  display: block;
}

header .header-language {
  position: relative;
  padding-left: 0.62rem;
  margin-left: 0.62rem;
}

header .header-language:after {
  content: '';
  width: 1px;
  height: 0.88rem;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #e5e5e5;
  margin-top: -0.44rem;
}

header .header-language .header_language {
  display: block;
  position: relative;
  cursor: pointer;
  color: #333333;
  font-size: 1.0rem;
  padding-right: 1.0rem;
  padding-left: 22px;
  background-image: url(../images/icon05.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
}

header .header-language .header_language:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-top: 6px solid #1e252e;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: all 450ms linear;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

header .header-language:hover .header_language:after {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

header .header-language .header_language .l_icon {
  width: 22px;
  height: 22px;
  display: block;
}

header .header-language .header_language .l_top {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  -webkit-transition: transform .35s ease;
  -moz-transition: transform .35s ease;
  -ms-transition: transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

header .header-language:hover .header_language .l_top {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

header .header-language:hover .header_language_level_nav {
  opacity: 1;
  visibility: visible;
}

header .header-language .header_language_level_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;
  width: 120px;
  visibility: hidden;
  pointer-events: auto;
  z-index: 8;
  padding-top: 1.25rem;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

header .header-language .header_language_level_nav .header_language_level_navBox {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  position: relative;
}

header .header-language .header_language_level_nav .header_language_level_navBox::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0.25rem;
  width: 9px;
  height: 9px;
  -webkit-box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, .12);
  box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, .12);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
  z-index: 9;
}

header .header-language .header_language_level_nav .header_language_level_navBox div+div {
  border-top: 1px solid #e5e5e5;
}

header .header-language .header_language_level_nav .header_language_level_navBox div a {
  display: block;
  color: #606060;
  font-size: 14px;
  padding: 0.625rem;
  background: #ffffff;
}

header .header-language .header_language_level_nav .header_language_level_navBox div:hover a {
  color: #ff5a02;
}

/*下拉*/
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: 100%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 18.75rem;
  margin-left: -9.38rem;
  transition: all 400ms;
  margin-top: 5px;
}
.headerDropDown:before {
  content: '';
  position: absolute;
  top: -1.06rem;
  left: 50%;
  margin-left: -1.06rem;
  border-left: 1.06rem solid transparent;
  border-right: 1.06rem solid transparent;
  border-bottom: 1.06rem solid #ffffff;
}
.headerDropDown .headerDropDownList {
  background-color: #ffffff;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.06);
  padding: 0.94rem 1.88rem;
}
.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.headerDropDown .headerDropDownList .link_item_on:last-child {
  border-bottom: none;
}
.headerDropDown .headerDropDownList .link_item_on:last-child:before {
  display: none;
}
.headerDropDown .headerDropDownList .link_item_on:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #f18d00;
  transition: all 400ms;
  width: 0;
  height: 1px;
}
.headerDropDown .headerDropDownList ._link {
  position: relative;
  color: #666666;
  font-size: 1.12rem;
  padding: 0.69rem 0;
  display: block;
  z-index: 2;
  transition: all 400ms;
  background-repeat: no-repeat;
  background-position: right 0 center;
}
.headerDropDown .headerDropDownList .link_item_on:hover:before {
  width: 100%;
}
.headerDropDown .headerDropDownList .link_item_on:hover ._link {
  color: #f18d00;
  background-image: url(../images/navIcon.png);
  background-position: right 0.44rem center;
}

/*搜索栏*/
.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 5rem 5rem rgba(0, 0, 0, 0.06) inset;
}
footer {
  background-color: #ffffff;
  position: relative;
}
footer .footer_title {
  font-size: 1.88rem;
  color: #111111;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1.62rem;
}
footer .footer_main {
  position: relative;
  padding: 6.25rem 0;
}

footer .footer_nav {
  width: 57.6923%;
}
footer .footer_nav li {
  position: relative;
}
footer .footer_nav li .title {
  font-size: 1.12rem;
  color: #111111;
  font-weight: 500;
  margin-bottom: 0.62rem;
}
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.25rem 0;
  color: #666666;
  font-size: 1.0rem;
  border-top: 1px solid #e5e5e5;
  display: flex;
}

footer .footer_copyright a {
  color: #666666;
}

footer .footer_share {
  position: relative;
}
footer .footer_share li {
  margin-left: 0.88rem;
}
footer .footer_share li a {
  width: 3.0rem;
  height: 3.0rem;
  border-radius: 100%;
  background-color: #005eae;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 350ms ease-in-out;
}

footer .footer_share li a img {
  width: 1.38rem;
  display: block;
}

footer .footer_share li:hover a {
  background-color: #f18d00;
}

.fshare_model:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}
.fshare_model:hover a::after {
  opacity: 1;
  visibility: visible;
}
.fshare_model a::after {
  content: '';
  position: absolute;
  top: -1.19rem;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  transition: all 350ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.fshare_modelBox {
  position: absolute;
  bottom: 100%;
  bottom: calc(100% + 1.19rem);
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
  width: 23.75rem;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
}
.fshare_modelBox .fshare_model_flex {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.fshare_modelBox .img {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}
.fshare_modelBox .img+.img:after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1px;
  height: 5.38rem;
  background-color: #ebebeb;
}
.fshare_modelBox p {
  font-size: 0.88rem;
  color: #666;
  text-align: center;
}


/*****主体开始*******/
/*首页*/
#banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.home_banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.home_banner li.swiper-slide {
  width: 100%;
}


.bannerHeading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  transform: translateY(-50%);
}

.bannerHeading .title {
  font-size: 3.88rem;
  line-height: 1.54;
  color: #ffffff;
  font-weight: 500;
}

#banner .swiperFooter {
  bottom: 2.5rem;
}

/**/
.hTitle {
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  padding-bottom: 3.12rem;
}

.hTitle_fff {
  color: #ffffff;
}

.hText {
  font-size: 1.25rem;
  color: #666666;
  line-height: 1.7;
  font-weight: 300;
}
.hText_fff {
  color: #fff;
}


.hMore {
  position: relative;
  z-index: 1;
}

.hMore a {
  display: block;
  font-size: 1.0rem;
  line-height: 1;
  color: #005eae;
  font-weight: 500;
  border: 2px solid #005eae;
  position: relative;
  width: 9.5rem;
  padding: 0.88rem 0.75rem;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  transition: all 400ms;
}

.hMore a:hover {
  color: #fff;
  background-color: #005eae;
}

.hMore_fff a {
  color: #ffffff;
  border-color: #ffffff;
}
.hMore_fff a:hover {
  color: #ffffff;
  border-color: #005eae;
  background-color: #005eae;
}

.hMore_f18d00 a {
  color: #f18d00;
  border-color: #f18d00;
}
.hMore_f18d00 a:hover {
  color: #ffffff;
  border-color: #f18d00;
  background-color: #f18d00;
}

.container-fluid {
  padding-left: 3.645833%;
  padding-right: 3.645833%;
}

/**/

.hService {
  position: relative;
  padding: 11.25rem 0;
}
.hServiceBox {
  position: relative;
  padding-left: 20.31rem;
  min-height: 25.0rem;
}
.hServiceLeft {
  position: absolute;
  top: 1.62rem;
  left: 0;
  width: 15.62rem;
}
.hServiceLeft .hTitle {
  font-size: 1.12rem;
  padding: 1.25rem 0;
  border-bottom: 2px solid #111111;
  margin-bottom: 1.88rem;
}
.hServiceSwiperPagination {
  position: absolute;
  top: 1.25rem;
  right: 0;
  left: inherit;
  bottom: 0;
  width: auto;
  font-weight: 600;
  font-family: 'Manrope';
}
.hServiceTab {}
.hServiceTab li {
  line-height: 1.65;
}
.hServiceTab li span {
  font-size: 2.5rem;
  font-weight: 500;
  color: #bdbdbd;
  cursor: pointer;
}
.hServiceTab li.active span {
  color: #111111;
}
.hServiceSwiper {
  width: 100%;
}
.hServiceSwiper li.swiper-slide {
  opacity: 0 !important;
}
.hServiceSwiper li.swiper-slide-active {
  opacity: 1 !important;
}
.hServiceSwiper li.swiper-slide .box .img {
  height: 32.8125vw;
  width: 32.8125vw;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.hServiceSwiper li.swiper-slide .box .img:hover .img_scale {
  transform: scale(1.12);
}

.hServiceSwiper li.swiper-slide .box .text {
  position: absolute;
  bottom: 3.75rem;
  line-height: 1.88;
  font-size: 1.12rem;
  right: 0;
  width: 16.88rem;
}
.hServiceSwiperButton {
  position: absolute;
  top: 3.25rem;
  right: 7.2916667vw;
  display: flex;
  z-index: 8;
}
.hServiceSwiperButton .hServicePrev,
.hServiceSwiperButton .hServiceNext {
  position: relative;
  width: 3.62rem;
  height: 3.62rem;
  background-color: #005eae;
  border-radius: 100%;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.hServiceSwiperButton .hServicePrev:hover,
.hServiceSwiperButton .hServiceNext:hover {
  background-color: #f18d00;
}
.hServiceSwiperButton .hServicePrev {
  background-image: url(../images/prevIcon.png);
}
.hServiceSwiperButton .hServiceNext {
  background-image: url(../images/nextIcon.png);
}

/**/
.hNews {
  position: relative;
  padding-top: 3.5rem;
  background-color: #f2f2f2;
}
.hNewsSwiper {}
.hNewsSwiper li {}
.hNewsSwiper li .box {
  display: block;
  position: relative;
  background-color: #005eae;
  color: #ffffff;
  transition: all 300ms;
}
.hNewsSwiper li .box .img {
  height: 18.75vw;
  overflow: hidden;
  position: relative;
}
.hNewsSwiper li .box:hover .img .img_scale {
  transform: scale(1.12);
}
.hNewsSwiper li .box .img:after,
.hNewsSwiper li .box .img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #005eae;
  transition: all 300ms;
  -webkit-transform: skewX(80deg);
     -moz-transform: skewX(80deg);
      -ms-transform: skewX(80deg);
       -o-transform: skewX(80deg);
          transform: skewX(80deg);
}
.hNewsSwiper li .box .img:before {
  background: linear-gradient(to left,rgba(47, 133, 205, 0.9),rgba(0, 94, 174, 0.9));
  -webkit-transform: skewX(77deg);
     -moz-transform: skewX(77deg);
      -ms-transform: skewX(77deg);
       -o-transform: skewX(77deg);
          transform: skewX(77deg);
}
.hNewsSwiper li .box .con {
  padding: 0.75rem 3.64583vw 5.20833vw;
}
.hNewsSwiper li .box .con .time {
  margin-bottom: 1.38rem;
  font-size: 1.0rem;
}
.hNewsSwiper li .box .con .title {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hNewsSwiper li .box:hover {
  background-color: #f18d00;
}
.hNewsSwiper li .box:hover .img:after {
  background: #f18d00;
}
.hNewsSwiper li .box:hover .img:before {
  background: linear-gradient(to left,rgba(246, 201, 137, 0.9),rgba(241, 141, 0, 0.9));
}
/*内页banner*/
#wBanner {
  overflow: hidden;
  position: relative;
}
#wBanner .img {
  position: relative;
  height: 100%;
}
#wBanner .img img {
  width: 100%;
  display: block;
}
#wBanner .box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 8.3333vw;
}
#wBanner .box .title {
  font-size: 3.38rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2.5rem;
  position: relative;
}
#wBanner .box .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.38rem;
  height: 2px;
  background-color: #ffffff;
}
/*导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  height: 2px;
}

#sideNav.isActive .sideNavBox {
  position: fixed;
  opacity: 1;
  visibility: visible;
}

#sideNav .sideNavBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transition: all 450ms linear;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
}

#sideNav .sideNavBox li {
  position: relative;
  width: 100%;
}

#sideNav .sideNavBox li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  background-color: #e5e5e5;
  height: 1.12rem;
  margin-top: -0.56rem;
}

#sideNav .sideNavBox li:last-child::after {
  display: none;
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.32rem 0;
  color: #2f3740;
  font-size: 1.12rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

#sideNav .sideNavBox li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f18d00;
  transition: all 400ms linear;
}

#sideNav .sideNavBox li.active a {
  color: #f18d00;
}

#sideNav .sideNavBox li.active a:after {
  width: 100%;
}

/*内页开始*/
.w_title {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 2.88rem;
}
.w_title_fff {
  color: #ffffff;
}
.w_text {
  font-size: 1.12rem;
  line-height: 1.88;
}
.w_text_fff {
  color: #fff;
}

.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;
}
.pb_56 {
  padding-bottom: 3.5rem !important;
}
.pb_66 {
  padding-bottom: 4.12rem !important;
}

.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: #005eae;
}
.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);
}

/*关于我们*/
.achievement {
  background-color: #005eae;
  position: relative;
  padding: 4.75rem 0;
  color: #ffffff;
}
.achievement li {
  text-align: center;
  position: relative;
}
.achievement li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 7.25rem;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: -3.62rem;
}
.achievement li:last-child:after {
  display: none;
}
.achievement li .sou {
  font-size: 3.5rem;
  font-weight: 600;
  font-family: 'Manrope';
  line-height: 1;
  margin-bottom: 1.25rem;
}
.achievement li .text {
  font-size: 1.12rem;
  line-height: 1.66;
}

.aboutUsHead {
  padding: 10.62rem 0;
}

.aboutUsBg {
  background-image: url(../images/aboutUsBg.jpg);
  position: relative;
  height: 42.5rem;
}
.aboutUsBg .con {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.02083%;
  background-color: rgba(11, 42, 85, 0.7);
  padding: 4.16666vw;
}
.aboutUsBg .con:after {
  content: '';
  position: absolute;
  top: -2.5rem;
  left: 4.16666vw;
  width: 5.0rem;
  height: 5.0rem;
  background-color: #f18d00;
  border-radius: 100%;
  background-image: url(../images/aboutUsIcon.png);
  background-size: 1.81rem auto;
  background-repeat: no-repeat;
  background-position: center;
}
.aboutUsBg .con .text {
  line-height: 2.3;
  color: #ffffff;
  font-size: 1.25rem;
}

.history {
  padding: 11.25rem 0;
  position: relative;
}
.historySwiper {
  position: relative;
  padding-left: 3.62rem;
  padding-right: 3.62rem;
}
.historySwiper .swiper-container:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  pointer-events: none;
}
.historySwiper li.swiper-slide .box {
  position: relative;
  height: 80px;
  text-align: center;
  cursor: pointer;
}
.historySwiper li.swiper-slide .box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin-top: -3px;
  margin-left: -3px;
  background-color: #000000;
}
.historySwiper li.swiper-slide .box:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  margin-top: -13px;
  margin-left: -13px;
  background-color: #ffffff;
  box-shadow: 0 0 0.62rem rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: opacity 400ms;
}
.historySwiper li.swiper-slide .box .time {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  font-size: 1.0rem;
  font-weight: 600;
  font-family: 'Manrope';
  line-height: 1;
  transition: top 400ms;
}
.historySwiper li.active .box:before {
  opacity: 1;
}
.historySwiper li.active .box .time {
  top: 0;
  color: #f18d00;
}
.historySwiper .history_next,
.historySwiper .history_prev {
  position: absolute;
  top: 50%;
  width: 3.12rem;
  height: 3.12rem;
  margin-top: -1.56rem;
  background-color: #f0f0f0;
  border-radius: 100%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 400ms;
  background-size: 1.12rem auto;
}
.historySwiper .history_prev {
  left: 0;
  background-image: url(../images/swiperLeft.png);
}
.historySwiper .history_next {
  right: 0;
  background-image: url(../images/swiperRight.png);
}
.historySwiper .history_prev:hover {
  background-color: #f18d00;
}
.historySwiper .history_next:hover {
  background-color: #f18d00;
}

.historyList {
  padding-top: 1.25rem;
}
.historyList .list {
  display: none;
}
.historyList .list.active {
  display: block;
}
.historyList .list .listImg .img {
  display: none;
}
.historyList .list .listImg .img.active {
  display: block;
}
.historyList .list .listText {

}
.historyList .list .listText ul {
  padding-left: 5.20833vw;
}
.historyList .list .listText ul li {
  padding: 0.5rem 0 0.5rem 1.88rem;
}
.historyList .list .listText ul li span {
  cursor: pointer;
  font-size: 1.25rem;
  position: relative;
}
.historyList .list .listText ul li span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -1.88rem;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #111;
  margin-top: -4px;
}
.historyList .list .listText ul li.active span {
  color: #f18d00;
  text-decoration: underline;
}
.historyList .list .listText ul li.active span:after {
  border-bottom-color: #f18d00;
}

.planning {
  padding-top: 3.12rem;
  background-color: #f0f0f0;
}
.planning {}
.planning .planningImg {
  position: relative;
  padding: 8.854167vw 0;
  background-image: url(../images/planningBg.jpg);
  background-position: left center;
}
.planning .imgText {
  position: relative;
  width: 100%;
}
.planning .imgText:after {
  content: '';
  position: absolute;
  bottom: 2.81rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.planning .imgText li {
  text-align: center;
  color: #ffffff;
}
.planning .imgText li .img {
  max-width: 1.5rem;
  margin: 0 auto;
}
.planning .imgText li:nth-child(2) .img {
  max-width: 3.0rem;
}
.planning .imgText li:nth-child(3) .img {
  max-width: 5.88rem;
}
.planning .imgText li:nth-child(4) .img {
  max-width: 8.69rem;
}
.planning .imgText li .time {
  position: relative;
  font-family: 'Manrope';
  font-weight: 600;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.0rem;
}
.planning .imgText li .time:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3.5px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ffffff;
}
.planning .imgText li .title {
  font-size: 1.38rem;
  line-height: 1;
}

.culture {
  padding: 11.25rem 0 2.5rem;
  position: relative;
}
.cultureList {
  position: relative;
}
.cultureList li {
  margin-bottom: 8.75rem;
  margin-left: -5px;
  margin-right: -5px;
  align-items: center;
}
.cultureList li .img,
.cultureList li .con {
  padding-left: 5px;
  padding-right: 5px;
}
.cultureList li .img {
}
.cultureList li .con .title {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.62rem;
}
.cultureList li .con .text {
  font-size: 1.12rem;
  line-height: 1.88;
}

@media (min-width: 768px) {
  .culture .w_title {
    padding-bottom: 3.75rem;
  }
  .cultureList li:nth-child(2n-1) .img {
    -ms-flex-order: 13;
    order: 13;
  }
  .cultureList li:nth-child(2n-1) .con {
    -ms-flex-order: -1;
    order: -1;
  }
  .cultureList li .con .conBox {
    padding-left: 2.5rem;
  }
  .cultureList li:nth-child(2n-1) .con .conBox {
    padding-right: 2.5rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cultureList li .con .conBox {
    padding-left: 2.75rem;
  }
  .cultureList li:nth-child(2n-1) .con .conBox {
    padding-right: 4.75rem;
    padding-left: 0;
  }
}
@media (min-width: 1390px) {
  .cultureList li .con .conBox {
    padding-left: 4.75rem;
  }
  .cultureList li:nth-child(2n-1) .con .conBox {
    padding-right: 8.75rem;
    padding-left: 0;
  }
}


/*新闻*/
.newsSideNav {
  padding: 4.12rem 0;
}
.newsSideNav ul {
  background-color: #ffffff;
  box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  display: flex;
}
.newsSideNav ul li {
  position: relative;
}
.newsSideNav ul li+li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #d9d9d9;
}
.newsSideNav ul li a {
  border-radius: 100px;
  display: block;
  width: 8.38rem;
  padding: 0.75rem 0;
  text-align: center;
}
.newsSideNav ul li.active:after {
  display: none;
}
.newsSideNav ul li.active a {
  background-color: #005eae;
  color: #ffffff;
}
.newsSideNav ul li.active+li:after {
  display: none;
}

.news {
  position: relative;
  padding-bottom: 8.75rem;
}
.wNewsList {}
.wNewsList li {
  margin-bottom: 4.38rem;
  position: relative;
}
.wNewsList li .box {
  display: block;
  position: relative;
  background-color: #ffffff;
  transition: all 300ms;
  height: 100%;
}
.wNewsList li .box .img {
  height: 12.239583vw;
  overflow: hidden;
  position: relative;
}
.wNewsList li .box .img:after,
.wNewsList li .box .img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #005eae;
  transition: all 300ms;
  -webkit-transform: skewX(80deg);
     -moz-transform: skewX(80deg);
      -ms-transform: skewX(80deg);
       -o-transform: skewX(80deg);
          transform: skewX(80deg);
}
.wNewsList li .box .img:before {
  background: linear-gradient(to left,rgba(47, 133, 205, 0.9),rgba(0, 94, 174, 0.9));
  -webkit-transform: skewX(77deg);
     -moz-transform: skewX(77deg);
      -ms-transform: skewX(77deg);
       -o-transform: skewX(77deg);
          transform: skewX(77deg);
}
.wNewsList li .box .con {
  padding: 2.25rem 2.5rem 3.75rem;
  transition: transform 400ms;
  transform: translateX(-2.5rem);
}
.wNewsList li .box .con .time {
  margin-bottom: 0.5rem;
  font-size: 14px;
  color: #005eae;
}
.wNewsList li .box .con .title {
  font-size: 1.38rem;
  line-height: 1.6;
  font-weight: 500;
  padding-right: 1.25rem;
  background-repeat: no-repeat;
  background-position: right 0.62rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wNewsList li .box:hover {
  background-color: #f18d00;
}
.wNewsList li .box:hover .img .img_scale {
  transform: scale(1.12);
}
.wNewsList li .box:hover .con .time {
  color: #ffffff;
}
.wNewsList li .box:hover .con {
  transform: translateX(0);
}
.wNewsList li .box:hover .con .title {
  color: #ffffff;
  background-image: url(../images/newsIcon_.png);
}
.wNewsList li .box:hover .img:after {
  background: #f18d00;
}
.wNewsList li .box:hover .img:before {
  background: linear-gradient(to left,rgba(246, 201, 137, 0.9),rgba(241, 141, 0, 0.9));
}

body.webNewsBg header .header-main {
  border-bottom: none;
  box-shadow: 0 0 5.0rem rgba(0, 0, 0, 0.08);
}
.newsD {
  position: relative;
  padding: 8.75rem 0 9.38rem;
}
.newsD .newsDBox {
  padding-left: 26.88rem;
  position: relative;
}
.newsDLeft {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 19.38rem;
}
.newsDLeftBox {
  position: absolute;
  position: sticky;
  top: 120px;
  left: 0;
}
.newsDLeft .timeLeft {
  font-size: 1.12rem;
  color: #005eae;
  margin-bottom: 0.62rem;
}
.newsDLeft .titleLeft {
  line-height: 1.6;
  font-size: 1.38rem;
  margin-bottom: 1.38rem;
}
.newsDLeft .share {
  margin-bottom: 4.38rem;
}
.newsDLeft .share .bshare-custom a {
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #dedede;
  background-size: 1.25rem auto;
  padding: 0;
  margin: 0;
  margin-right: 0.75rem;
}
.newsDLeft .share .bshare-custom .bshare-sinaminiblog {
  background-image: url(../images/weiboIcon.svg);
}
.newsDLeft .share .bshare-custom .bshare-weixin {
  background-image: url(../images/wechatIcon.svg);
}
.newsDLeft .share .bshare-custom .bshare-qqim {
  background-image: url(../images/qqIcon.svg);
  background-size: 1.0rem auto;
}
.bsBox {
  box-sizing: content-box;
}

.newsD .title {
  font-size: 1.88rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 0.62rem;
}
.newsD .time {
  font-size: 1.12rem;
  color: #005eae;
  margin-bottom: 2.0rem;
}
.newsD .text {
  line-height: 1.8;
  font-size: 1.12rem;
  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);
}
/**/
.pipelineHead {
  padding-top: 3.12rem;
  background-color: #f0f0f0;
}
.pipelineHeadImg {
  background-image: url(../images/pipelineHeadBg.jpg);
  padding: 14.38rem 0 13.12rem;
}
.pipelineHeadImg ul {}
.pipelineHeadImg ul li {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.pipelineHeadImg ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 6.0rem;
  margin-top: -3.0rem;
  background-color: rgba(255, 255, 255, 0.15);
}
.pipelineHeadImg ul li:last-child:after {
  display: none !important;
}
.pipelineHeadImg ul li .sou {
  line-height: 1;
  font-size: 1.25rem;
  font-family: 'Manrope';
}
.pipelineHeadImg ul li .sou span {
  font-weight: 600;
  font-size: 5.0rem;
}
.pipelineHeadImg ul li .text {
  font-size: 1.12rem;
  padding-top: 0.75rem;
}
.pipelineText {
  padding: 6.88rem 0;
}
.pipelineList {
  padding-bottom: 6.88rem;
}
.pipelineItem {
  border-top: 1px solid #e5e5e5;
  /* padding: 5.0rem 0 5.0rem 18.75rem; */
  position: relative;
  min-height: 23.75rem;
}
.pipelineItem .name {
  position: absolute;
  top: 5.0rem;
  left: 0;
  border-radius: 100%;
  width: 13.75rem;
  color: #f18d00;
  height: 13.75rem;
  background: linear-gradient(to right,#ff6600,#f7a01e);
}
.pipelineItem .name .nameBox {
  position: relative;
  top: 1.0rem;
  left: 1.0rem;
  background-color: #ffffff;
  font-size: 1.38rem;
  line-height: 1.7;
  width: 11.75rem;
  height: 11.75rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pipelineTable {

}
.pipelineTable table {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.pipelineTable table th {
  color: rgba(17, 17, 17, 0.6);
  padding-bottom: 0.62rem;
  line-height: 1.2;
  font-size: 1.0rem;
  text-align: center;
  position: relative;
}
.pipelineTable table th.bor_left:after {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 100vw;
  background-color: #e5e5e5;
}
.pipelineTable table th.indication {
  color: #f18d00;
  width: 13.75rem;
  text-align: left;
}
.pipelineTable table td {
  vertical-align: top;
  font-size: 1.12rem;
  line-height: 1.2;
  padding-top: 0.62rem;
  padding-bottom: 0.62rem;
  color: #111111;
}
.progressBar {
  position: relative;
  height: 30px;
  border-radius: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
.progressBarSou {
  position: absolute;
  top: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 1.25rem;
  font-size: 14px;
  color: #fff;
  z-index: 3;
}
.progressBarHot {
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  background: linear-gradient(to left,#ff6600,#f7a01e);
}

.pipelineItem02 .name {
  background: linear-gradient(to right,#005eae,#449ae3);
  color: #005eae;
}
.pipelineItem02 .pipelineTable table th.indication {
  color: #005eae;
}
.pipelineItem02 .progressBarHot {
  background: linear-gradient(to left,#005eae,#449ae3);
}
.pipelineItem03 .name {
  background: linear-gradient(to right,#4c93d8,#91c8fd);
  color: #5799d9;
}
.pipelineItem03 .pipelineTable table th.indication {
  color: #5799d9;
}
.pipelineItem03 .progressBarHot {
  background: linear-gradient(to left,#4c93d8,#91c8fd);
}
/*生产集体*/
.productionBase {
  padding-top: 9.38rem;
}
.productionBaseList .items {
  padding-bottom: 9.38rem;
}
.productionBaseList .items .con {
  padding-bottom: 3.75rem;
}
.productionBaseList .items .con .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 1.12rem;
}
.productionBaseList .items .con .text {
  line-height: 1.88;
  font-size: 1.12rem;
}
.productionBaseList .items .img {
  display: block;
  position: relative;
}
.productionBaseList .items .img .imgBox {
  height: 20.0rem;
}
.productionBaseList .items .img .imgBox .img_scale {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.productionBaseList .items .imgText {
  position: absolute;
  top: 50%;
  right: 0;
  color: #ffffff;
  font-size: 1.12rem;
  text-align: center;
  width: 10.0rem;
  height: 10.0rem;
  margin-top: -5.0rem;
  background-color: #005eae;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}
.productionBaseList .items .imgText .icon {
  margin-bottom: 1.25rem;
  max-width: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.productionBaseList .items .img:hover .imgBox .img_scale {
  transform: scale(1.05);
}
@media (min-width: 768px) {
.productionBaseList .items .img:hover .imgText {
  right: -3.12rem;
  opacity: 1;
  visibility: visible;
}
}
/*商务*/
.coreCompetitiveness {
  padding: 11.25rem 0 11.88rem;
}
.coreCompetitivenessList li .box {
  background-color: #f0f0f0;
  position: relative;
  height: 100%;
  text-align: center;
  padding: 6.0rem 3.12rem;
  cursor: pointer;
}
.coreCompetitivenessList li .box .img {
  width: 5.0rem;
  height: 5.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.coreCompetitivenessList li .box .title {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.62rem 0 1.25rem;
}
.coreCompetitivenessList li .box .text {
  line-height: 1.66;
  font-size: 1.12rem;
}
.coreCompetitivenessList li .box .textModal {
  position: absolute;
  top: -3.12rem;
  left: -3.12rem;
  right: -3.12rem;
  bottom: -3.12rem;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 1000ms;
}
.coreCompetitivenessList li .box .textModal .describe {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 94, 174, 0.7);
  color: #ffffff;
  line-height: 1.88;
  font-size: 1.12rem;
  padding: 3.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coreCompetitivenessList li .box:hover .textModal {
  opacity: 1;
  visibility: visible;
}

.business {}
.businessHead {
  background-color: #005eae;
  padding-top: 3.75rem;
}
.businessTab {

}
.businessTab li {
  cursor: pointer;
  padding-bottom: 2.5rem;
  position: relative;
}
.businessTab li:after {
  content: '';
  position: absolute;
  bottom: -0.62rem;
  left: 50%;
  margin-left: -0.62rem;
  border-left: 0.62rem solid transparent;
  border-right: 0.62rem solid transparent;
  border-top: 0.62rem solid #005eae;
  opacity: 0;
  transition: all 400ms;
}
.businessTab li .box {
  font-size: 1.5rem;
  color: #ffffff;
  padding: 0 5.5rem;
  text-align: center;
  position: relative;
}
.businessTab li .box .icon {
  padding-bottom: 0.62rem;
}
.businessTab li+li .box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 1.62rem;
  margin-top: -0.81rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.businessTab li.active:after {
  opacity: 1;
}

.businessMain .list {
  display: none;
}
.businessMain .list.active {
  display: block;
}
.businessMain .list .img {
  line-height: 1.8;
  font-size: 1.62rem;
  color: #ffffff;
  padding: 13.12rem 0;
}
.businessMain .list .w_text {
  padding: 6.25rem 0 10.62rem;
}
.CMO {
  background-image: url(../images/CMOBg.jpg);
  padding: 10.62rem 0 11.25rem;
}
.CMO .con {
  background-color: #ffffff;
}
.CMO .con .w_text {
  line-height: 1.66;
  padding: 4.38rem;
}
/*投资者关系*/
#wInvestorBanner {
  position: relative;
}
#wInvestorBanner .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wInvestorBanner .box {
  padding: 6.0rem 0;
  position: relative;
  z-index: 2;
}
#wInvestorBanner .box .box_text {
  width: 19.38rem;
  background: rgba(241, 141, 0, 0.7);
  padding: 3.5rem 1.25rem 2.88rem;
  color: #ffffff;
}
#wInvestorBanner .box .box_text .title {
  font-size: 1.25rem;
}
#wInvestorBanner .box .box_text .title span {
  font-weight: 500;
  font-family: 'Manrope';
}
#wInvestorBanner .box .box_text .sou {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.4;
  font-family: 'Manrope';
}
#wInvestorBanner .box .box_text .increase {
  font-family: 'Manrope';
  font-size: 1.38rem;
  font-weight: 500;
}
#wInvestorBanner .box .box_text .increase .icon {
  display: inline-block;
  position: relative;
  padding: 0 14px;
}
#wInvestorBanner .box .box_text .increase .icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#wInvestorBanner .box .box_text .increase ._top:after {
  border-bottom: 10px solid #ffffff;
}
#wInvestorBanner .box .box_text .increase ._bottom:after {
  border-top: 10px solid #ffffff;
}
#wInvestorBanner .box .box_text .delayTime {
  font-size: 1.0rem;
  padding-top: 2.5rem;
  padding-bottom: 6px;
}
#wInvestorBanner .box .box_text .updateTime {
  font-size: 1.0rem;
}
.investor {
  padding: 10.62rem 0;
}
.investor .investorBox {
  position: relative;
  padding-left: 21.88rem;
}
.investor .investorColumn {
  position: absolute;
  top: 0;
  left: 0;
  width: 21.88rem;
}
.investorTab li {
  margin-bottom: 1.38rem;
}
.investorTab li a {
  line-height: 1;
  color: #bdbdbd;
  font-size: 2.25rem;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
}
.investorTab li.active a,
.investorTab li a:hover {
  color: #111111;
}
.investorTab li.active a:after,
.investorTab li a:hover:after {
  width: 1.62rem;
}
.investorMain .investorNewsList {
  display: none;
}
.investorMain .investorNewsList.active {
  display: block;
}

.investorNewsList {
  border-top: 1px solid #e5e5e5;
}

.investorNewsList li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.investorNewsList li .box {
  display: block;
  position: relative;
  padding: 2.25rem 5.62rem 2.25rem 10.0rem;
}

.investorNewsList li .box:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f18d00;
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
}

.investorNewsList li .box .time {
  position: absolute;
  top: 2.12rem;
  left: 0;
  font-size: 1.12rem;
  font-weight: 600;
  color: #111111;
  font-family: 'Manrope';
}

.investorNewsList li .box .text {
  position: relative;
  width: 100%;
}

.investorNewsList li .box .text .title {
  font-size: 1.25rem;
  line-height: 1.40;
  font-weight: 400;
  transition: all 400ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.investorNewsList li .box .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.62rem;
  height: 3.62rem;
  border-radius: 100%;
  background-color: #f18d00;
  margin-top: -1.81rem;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  background-image: url(../images/nextIcon.png);
  background-repeat: no-repeat;
  background-position: center;
}

.investorNewsList li .box:hover .text .title {
  color: #f18d00;
}

.investorNewsList li .box:hover:after {
  width: 100%;
}

.investorNewsList li .box:hover .icon {
  right: 1.0rem;
  opacity: 1;
}

.interaction {
  position: relative;
  padding: 13.12rem 0;
  background-image: url(../images/investorBg.jpg);
}
/*人力资源*/
.training {
  padding-top: 3.12rem;
  background-color: #f0f0f0;
}
.trainingImg {
  padding: 14.75rem 0;
  position: relative;
  background-image: url(../images/trainingBg.jpg);
}
.trainingImg ul li {
  text-align: center;
  font-size: 1.25rem;
  color: #ffffff;
  position: relative;
}
.trainingImg ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 7.88rem;
  margin-top: -3.94rem;
  background-color: rgba(255, 255, 255, 0.15);
}
.trainingImg ul li:last-child:after {
  display: none !important;
}
.trainingImg ul li .icon {
  margin-bottom: 1.62rem;
}
.trainingImg ul li .title {}

.trainingPlan {
  padding: 11.25rem 0;
  position: relative;
}
.trainingPlanList li .box {
  background-color: #f0f0f0;
  position: relative;
  height: 100%;
  padding: 3.12rem 1.88rem 9.38rem;
}
.trainingPlanList li .box .title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.trainingPlanList li .box .text {
  line-height: 1.66;
  font-size: 1.12rem;
}
.trainingPlanList li .box .sou {
  position: absolute;
  bottom: 0;
  left: 1.88rem;
  right: 1.88rem;
  border-top: 1px solid #d8d8d8;
  height: 6.25rem;
  line-height: 6.25rem;
  font-size: 3.38rem;
  font-weight: 600;
  color: #005eae;
  font-family: 'Manrope';
}
.welfareSystemTitle {
  padding: 13.12rem 0;
  position: relative;
  background-image: url(../images/welfareSystemBg.jpg);
}
.welfareSystemTitle .w_title {
  line-height: 1.5;
}
.welfareSystem {
  background-color: #005eae;
  padding: 7.5rem 0 9.38rem;
}
.welfareSystemTab {
  padding-bottom: 3.12rem;
}
.welfareSystemTab li {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.2);
  transition: all 400ms;
  position: relative;
  padding-right: 1.88rem;
  margin-right: 1.88rem;
  cursor: pointer;
}
.welfareSystemTab li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 1.38rem;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: -0.69rem;
}
.welfareSystemTab li:last-child:after {
  display: none;
}
.welfareSystemTab li.active {
  color: #ffffff;
}
.welfareSystemMain {

}
.welfareSystemMain .list {
  display: none;
}
.welfareSystemMain .list.active {
  display: block;
}
.welfareSystemMain .list li .box {
  margin-top: -1px;
  border-top: 1px solid #337ebe;
  border-bottom: 1px solid #337ebe;
  padding: 1.75rem 0;
  font-size: 1.12rem;
  color: #ffffff;
  display: table;
  width: 100%;
}
.welfareSystemMain .list li .box .icon,
.welfareSystemMain .list li .box .title {
  display: table-cell;
  vertical-align: middle;
}
.welfareSystemMain .list li .box .icon {
  width: 4.0rem;
}
.welfareSystemMain .list li .box .icon img {
  width: 2.75rem;
  display: block;
}
.invite {
  position: relative;
  padding: 11.25rem 0;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .inviteList li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.inviteList li .box {
  height: 14.75rem;
  border-radius: 100%;
  background: #ffffff;
  background: linear-gradient(to bottom,#ffffff,#ffffff,#f0f0f0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.inviteList li .box:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -21px;
  width: 12px;
  height: 18px;
  margin-top: -9px;
  background-image: url(../images/inviteNext.png);
  background-repeat: no-repeat;
  background-position: center;
}
.inviteList li:last-child .box:after {
  display: none;
}
.inviteList li .title {
  font-size: 1.25rem;
  padding-top: 1.25rem;
}
.inviteFooter li .box {
  position: relative;
  width: 100%;
  color: #ffffff;
  display: block;
}
.inviteFooter li .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 141, 0, 0.75);
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.inviteFooter li .box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inviteFooter li .box .con {
  position: relative;
  padding: 5.5rem 1.25rem;
  line-height: 1;
  z-index: 3;
}
.inviteFooter li .box .con .title {
  font-size: 1.75rem;
  font-weight: 500;
  padding-bottom: 1.25rem;
}
.inviteFooter li .box .con .text {
  font-size: 1.12rem;
}
.inviteFooter li .box .con .text span {
  padding-right: 1.5rem;
  background-image: url(../images/inviteFooterNext.png);
  background-repeat: no-repeat;
  background-position: right 0.5rem;
  transition: all 400ms ease-in-out;
}
.inviteFooter li .box:hover:after {
  opacity: 1;
}
.inviteFooter li .box:hover .con .text span {
  padding-right: 2.15rem;
}
/**/
.recruit {
  padding: 9.38rem 0 11.25rem;
}
.joinUsAccordion {
  border-top: 1px solid #e5e5e5;
}
.joinUsAccordion .joinUsAccordion_items {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.joinUsAccordionHead {
  cursor: pointer;
  position: relative;
  color: #111111;
  font-size: 1.0rem;
  position: relative;
  text-align: left;
  padding: 1.75rem 4.38rem 1.75rem 0;
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.joinUsAccordionHead .title {
  font-size: 1.38rem;
  font-weight: 500;
  flex: 1;
}
.joinUsAccordionHead .time {
  font-size: 1.0rem;
  color: #666666;
}
.joinUsAccordionHead .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border-radius: 100%;
  border: 2px solid #7f7f7f;
}
.joinUsAccordionHead .icon:after,
.joinUsAccordionHead .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #7f7f7f;
  transform: translate(-50%,-50%);
  transition: all 400ms;
}
.joinUsAccordionHead .icon:after {
  width: 12px;
  height: 2px;
}
.joinUsAccordionHead .icon:before {
  width: 2px;
  height: 12px;
}
.joinUsAccordion_items._open .joinUsAccordionHead .title {
  color: #f18d00;
}
.joinUsAccordion_items._open .joinUsAccordionHead .icon {
  border-color: #f18d00;
}
.joinUsAccordion_items._open .joinUsAccordionHead .icon:after {
  background-color: #f18d00;
}
.joinUsAccordion_items._open .joinUsAccordionHead .icon:before {
  opacity: 0;
}
.joinUsAccordion_items._open .joinUsAccordionCon {
  display: block;
}
.joinUsAccordionCon {
  position: relative;
  line-height: 1.7;
  font-size: 1rem;
  display: none;
  color: #595959;
  padding: 3.12rem;
  border-top: 2px solid #f18d00;
  box-shadow: 0 0 3.75rem rgba(0, 0, 0, 0.06);
}
.joinUsAccordionCon h4 {
  font-size: 1.12rem;
  margin-bottom: 1rem;
}
.joinUsAccordionCon ul {
  margin-left: 22px;
}
.joinUsAccordionCon ul>li {
  position: relative;
  list-style-type: decimal;
  margin-bottom: 0.62rem;
}
.joinUsAccordionCon .hMore {
  padding-top: 1.88rem;
}

.recruitFooter {
  position: relative;
  background-color: #f18d00;
  padding: 9.12rem 0;
}
.campusRecruit {
  background-color: #005eae;
}
.recruitFooter .con {
  max-width: 22.5rem;
  width: 100%;
}
.recruitFooter .imgBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
/*在线留言*/
.onlineMessage {
  position: relative;
  padding: 11.25rem 0;
}
.webForm {
  position: relative;
}
.webFormBox {
  margin-bottom: 1.88rem;
}
.webForm .form-group {
  margin-bottom: 0.62rem;
}
.webForm .row {
  margin-left: -5px;
  margin-right: -5px;
}
.webForm .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.webForm .form-control {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #f4f4f4;
  height: 4.06rem;
  font-size: 1.12rem;
  padding: 1.25rem 1.88rem;
  font-weight: 300;
}
.webForm select.form-control {
  padding: 0 1.88rem;
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;
  background-image: url("../images/bottomIcon.svg");
  background-position: right 1.88rem center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.webForm textarea.form-control {
  height: 13.44rem;
}
.webForm .form-control::placeholder {
  color: #999999;
}
.webForm .btn {
  display: block;
  margin: 0 auto;
  box-shadow: none;
  font-size: 1.0rem;
  line-height: 1;
  color: #005eae;
  font-weight: 500;
  border: 2px solid #005eae;
  position: relative;
  width: 9.5rem;
  padding: 0.88rem 0.75rem;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  transition: all 400ms;
}
.webForm .btn:hover {
  color: #fff;
  background-color: #005eae;
}
/*产品中心*/
body.webProductBg header {
  position: fixed;
}
#productSwiper {
  position: relative;
  height: 100vh;
}
#productSwiperNav {
  position: fixed;
  top: 50%;
  right: 3.64583vw;
  z-index: 99;
  transform: translateY(-50%);
}
#productSwiperNav li {
  position: relative;
  cursor: pointer;
  padding: 12px 22px;
  text-align: right;
  line-height: 1;
  color: rgba(0, 0, 0, 0);
  transition: all 400ms linear;
}
#productSwiperNav li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: scale(1.0);
  background-color: #f18d00;
  border-radius: 100%;
  transition: all 400ms linear;
}
#productSwiperNav li:hover,
#productSwiperNav li.active {
  color: #f18d00;
}
#productSwiperNav li.active:after {
  transform: scale(2);
}
#productSwiperNav._fff li:after {
  background-color: #ffffff;
}
#productSwiperNav._fff li:hover,
#productSwiperNav._fff li.active {
  color: #ffffff;
}

#productSwiper .product_slide {
  width: 100%;
  height: 100vh;
  padding-top: 6.25rem;
  position: relative;
}
#productSwiper .product_slide_footer {
  height: auto;
  padding-top: 0;
}
#product02 {
  background-image: url(../images/product02.jpg);
}
#product04 {
  background-image: url(../images/product04.jpg);
}

.productBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.productBox_fff {
  color: #ffffff;
}
.productLable {
  font-size: 1.38rem;
  font-weight: 300;
}
.productTitle {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 5.0rem 0 1.88rem;
}
.productText {
  font-size: 1.25rem;
  line-height: 1.9;
  margin-bottom: 1.88rem;
  font-weight: 300;
}
.product_right {
  width: 31.25rem;
  margin-left: auto;
}
.antiviral {

}
.antiviral_left {
  width: 43%;
}
.antiviral_right {
  width: 28.6458vw;
  height: 28.6458vw;
  border-radius: 100%;
  padding: 5%;
  border: 1px dashed #005eae;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.antiviral_right .circle {
  position: absolute;
  bottom: 14%;
  left: 8%;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: #005eae;
}
.antiviral_right .circle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  background-color: #ffffff;
}
.antiviral_right_f18d00 {
  border-color: #f18d00;
}
.antiviral_right_f18d00 .circle {
  background-color: #f18d00;
}

.preparationMain .list {
  display: none;
}
.preparationMain .list.active {
  display: block;
}

.preparationTab {
  padding-top: 4.38rem;
}
.preparationTab ul {
  margin-left: -1.56rem;
  margin-right: -1.56rem;
}
.preparationTab ul>li {
  padding-left: 1.56rem;
  padding-right: 1.56rem;
  cursor: pointer;
}
.preparationTab ul>li span {
  font-size: 1.25rem;
  display: block;
  padding-bottom: 0.88rem;
  line-height: 1;
  border-bottom: 4px solid #e7e7e7;
  position: relative;
  color: #f8c600;
}
.preparationTab ul>li.active span {
  color: #f18d00;
  border-bottom-color: #f18d00;
}
.webModal .modal-dialog {
  max-width: 67.7083%;
  margin: 0 0 0 auto;
}
.webModal .modalClose {
  position: fixed;
  top: 0;
  right: 0;
  width: 5.0rem;
  height: 5.0rem;
  background-color: #005eae;
  cursor: pointer;
  z-index: 10;
  border-radius: 0 0 0 100px;
}
.webModal .modalClose img {
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
  top: -10px;
  right: -10px;
}

.webModal .modal-content {
  border: 0;
  border-radius: 0;
}
.webModal .modalMain {
  min-height: 100vh;
  width: 100%;
  padding: 5.62rem 9.38rem;
}
.webModal .modalMain .w_title {
  border-bottom: 1px solid #e5e5e5;
}
.modal-open .modal {
  padding-right: 0 !important;
}
.modal-open .modal::-webkit-scrollbar {
  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: #999;
  font-size: 1.0rem;
}
.breadcrumb .breadcrumb-item a {
  color: #999999;margin: 0 8px
}
.breadcrumb .breadcrumb-item a:last-child{color: #111;margin-right: 0}
.antiviralHead {
  position: relative;
  padding: 1.88rem 0;
  margin-bottom: 6.88rem;
}
.antiviralHead .btnPerv,
.antiviralHead .btnNext {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 46px;
  margin-top: -23px;
  cursor: pointer;
  display: block;
}
.antiviralHead .btnPerv {
  left: 3.64583vw;
  background-image: url(../images/antiviralPrev.png);
}
.antiviralHead .btnNext {
  right: 3.64583vw;
  background-image: url(../images/antiviralNext.png);
}
.antiviralHead .btnPerv.disabled,
.antiviralHead .btnNext.disabled {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
}
.antiviralHead .box {
  width: 86.9231%;
  margin: 0 auto;
  position: relative;
  padding-left: 29vw;
  min-height: 26.041667vw;
}
.antiviralHead .img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dashed #005eae;
  border-radius: 100%;
  width: 26.041667vw;
  height: 26.041667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
}
.antiviralHead .con .text {
  font-size: 1.12rem;
  line-height: 1.88;
  margin-bottom: 1.88rem;
}
.antiviralHead .con .text ul {
  margin-left: 22px;
}
.antiviralHead .con .text li {
  list-style-type: disc;
}
.antiviralHead .con .hMore a {
  color: #ffffff;
  background-color: #005eae;
  width: 11.25rem;
}
.antiviralHead .con .hMore a span {
  padding-left: 2.12rem;
  position: relative;
}
.antiviralHead .con .hMore a span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1.62rem;
  width: 1.62rem;
  margin-top: -0.81rem;
  background-image: url(../images/pdf_1.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.62rem auto;
}
.characteristics {
  background-color: #f0f0f0;
  padding-top: 3.12rem;
}
.characteristicsImg ul li {
  height: 43.75rem;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.characteristicsImg ul li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005eae;
  z-index: 1;
  transition: all 500ms;
}
.characteristicsImg ul li .box {
  position: relative;
  z-index: 2;
  padding-top: 16.25rem;
  transition: all 500ms;
}
.characteristicsImg ul li .img {
  width: 7.19rem;
  height: 7.19rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}
.characteristicsImg ul li .title {
  font-size: 2.25rem;
  font-weight: 500;
  padding-top: 1.5rem;
}
.characteristicsImg ul li .text {
  font-size: 1.12rem;
  line-height: 1.88;
  position: relative;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  opacity: 0;
  transition: all 500ms;
}
.characteristicsImg ul li .text:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.5rem;
  height: 2px;
  margin-left: -1.25rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.characteristicsImg ul li:hover:after {
  top: 0;
}
.characteristicsImg ul li:hover .box {
  padding-top: 11.88rem;
}
.characteristicsImg ul li:hover .text {
  opacity: 1;
}
/**/
.proteinMain {
  background-color: #005eae;
}
.proteinMain ul {}
.proteinMain li {
  height: 45.0rem;
  position: relative;
  display: flex;
  align-items: center;
}
.proteinMain li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.proteinMain li .box {
  padding: 2.5rem 17%;
}
.proteinMain li .box .w_text {
  height: 12.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
  overflow-y: auto;
}
.proteinMain li .box .w_text::-webkit-scrollbar {
  width: 2px;
}
.proteinMain li .box .w_text::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.proteinMain li .box .w_text::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}

.chainSystem {
  padding: 9.38rem 0;
  position: relative;
}

/**/
.statuteList {
  padding-bottom: 1.88rem;
  position: relative;
}
.statuteList ul.row {
  margin-left: -1.06rem;
  margin-right: -1.06rem;
}
.statuteList ul.row li {
  padding-left: 1.06rem;
  padding-right: 1.06rem;
  margin-bottom: 1.88rem;
}
.statuteList ul.row li .box {
  display: block;
  background-color: #f5f5f7;
  position: relative;
  border-radius: 20px 0 0 0;
}
.statuteList ul.row li .box:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1ca692;
  border-radius: 20px 0 0 0;
  transition: all 400ms;
  opacity: 0;
}
.statuteList ul.row li .box .con {
  position: relative;
  z-index: 1;
  height: 14.38rem;
  background-color: #f5f5f7;
  border-radius: 20px 0 0 0;
  padding: 1.88rem;
}
.statuteList ul.row li .box .source {
  position: relative;
  font-size: 1.12rem;
}
.statuteList ul.row li .box .time {
  font-size: 1.0rem;
  color: #999999;
  padding-bottom: 0.65rem;
  padding-top: 0.5rem;
  position: relative;
  margin-top: 0.7rem;
}
.statuteList ul.row li .box .time:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25rem;
  background-color: #1ca692;
  height: 2px;
}
.statuteList ul.row li .box .title {
  font-size: 1.25rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 200ms;
}
.statuteList ul.row li .box .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/statuteIcon.png);
}
.statuteList ul.row li .box:hover:after {
  right: -8px;
  bottom: -8px;
  opacity: 1;
}
.statuteList ul.row li .box:hover .title {
  color: #1ca692;
}
/**/



.partner {
  padding: 4.38rem 0 6.25rem;
  position: relative;
}
.partnerList {
  padding-bottom: 1.25rem;
  position: relative;
}
.partnerList li {
  margin-bottom: 1.25rem;
  z-index: 1;
}
.partnerList li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  border: 1px solid #cccccc;
  height: 13.75rem;
  cursor: pointer;
}
.partnerList li.activeInfoBox .box:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-top: 2px solid #1ca692;
  border-left: 2px solid #1ca692;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  bottom: -32px;
}
.partnerList li .box .text_hidden {
  display: none;
}
.leader-info {
  background: #ffffff;
  padding: 50px 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  border: 2px solid #1ca692;
}
.leader-info .title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.leader-info .text {
  font-size: 16px;
  color: #666666;
  line-height: 2;
  padding-bottom: 20px;
}
.leader-info .link a {
  font-size: 22px;
  color: #1ca692;
  border-bottom: 2px solid #1ca692;
  font-weight: 500;
}
.partner .more a {
  display: block;
  margin: 0 auto;
  font-size: 1.12rem;
  color: #fff;
  width: 13.75rem;
  text-align: center;
  background-color: #1ca692;
  border-radius: 100px;
  padding: 0.75rem;
  cursor: pointer;
}
.partner .more a span {
  padding-right: 1.38rem;
  background-image: url(../images/jiaIcon.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px;
}
/**/


.contactUs {
  position: relative;
  overflow: hidden;
  background-color: #ededf2;
  padding-bottom: 6.88rem;
}
.contactUs:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 6.88rem;
  width: 73.4375%;
  background-color: #1ca692;
}
.contactUsBox {
  padding: 5.0rem 0;
  position: relative;
  z-index: 2;
}
#allmap {
  height: 37.5rem;
  border: 4px solid #ffffff;
}
.contactUsCon {
  max-width: 35.0rem;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.contactUsCon .title {
  font-size: 2.25rem;
  font-weight: 300;
  padding-bottom: 0.62rem;
}
.contactUsCon .text {
  font-size: 1.0rem;
}
.contactUsCon .list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 2.5rem;
  padding-bottom: 0.94rem;
  margin-bottom: 2.5rem;
}
.contactUsCon .list li {
  margin-bottom: 1.88rem;
}
.contactUsCon .list li .box {
  position: relative;
  padding-left: 30px;
  font-size: 1.12rem;
  line-height: 1.66;
}
.contactUsCon .list li .box img {
  position: absolute;
  top: 7px;
  left: 0;
}
.contactUsCon .list li .box span {
  border-bottom: 1px solid #ffffff;
  font-weight: 500;
}
/**/
.serviceBody .header-box {
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}
.serviceBody._open .header-box {
  opacity: 1;
  visibility: visible;
}
.serviceBody._open .serviceHeader {
  opacity: 0;
  visibility: hidden;
}

.serviceHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 1.12rem;
  transition: all 400ms;
}
.serviceHeader .logo {
  width: 10.62rem;
}
.serviceHeader .menu .menuBtn {
  background-color: #ffffff;
  border-radius: 100px;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  width: 9.62rem;
  margin-right: 0.62rem;
  cursor: pointer;
}
.serviceHeader .menu .menuBtn span {
  padding-left: 2.5rem;
  display: inline-block;
  background-image: url(../images/menuBtnIcon.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.serviceHeader .menu .share .link {
  cursor: pointer;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  background-color: #ffffff;
  background-image: url(../images/shareIcon.png);
  background-position: center;
  background-repeat: no-repeat;
}
#serviceBanner {
  height: 100vh;
  width: 100%;
  position: relative;
}
.serviceBannerSwiper {
  height: 78vh;
}
.serviceMain {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76.0416%;
  z-index: 10;
  min-height: 42vh;
  background-color: #1ca692;
  padding: 5.0rem 15.0rem 5.0rem 7.5rem;
}
.serviceMainBox {
  position: relative;
  transition: all 600ms;
  display: none;
}
.serviceMainBox.active {
  display: block;
}
.serviceMainBox .title {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.75rem;
  line-height: 1;
}
.serviceMainBox .con li .link {
  font-size: 1.25rem;
  line-height: 2;
  color: #fff;
  font-weight: 300;
  position: relative;
  padding-left: 1.25rem;
}
.serviceMainBox .con li .link:after {
  content: '';
  position: absolute;
  top: 1.0rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
}

.serviceBannerNext {
  position: absolute;
  bottom: 3.38541vw;
  right: 4.16667%;
  z-index: 12;
  width: 5.62rem;
  height: 5.62rem;
  border-radius: 100%;
  border: 2px solid #ffffff;
  cursor: pointer;
  background-image: url(../images/bottomIcon.png);
  background-repeat: no-repeat;
  background-position: center;
}
.serviceBannerCircle {
  position: absolute;
  bottom: 4.16667vw;
  left: 4.16667%;
  width: 60px;
  height: 60px;
  z-index: 14;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.serviceBannerPagination {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  font-family: 'Manrope';
}
.serviceBannerCircle .jdt {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  transition: opacity 100ms;
}

.serviceBannerCircle .jdt .jdt3 {
/*  animation: jdt4 5s linear;
  animation-fill-mode: forwards;*/
    stroke-dasharray: 182;
    stroke-dashoffset: 182;
    transition: all 500ms linear;
}
@keyframes jdt4 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

.menuModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 33.85416vw;
  height: 100%;
  z-index: 99;
  transition: all 600ms;
  transform: translateX(-100%);
}
.menuModal._open {
  transform: translateX(0);
}
.menuModalBox {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #1ca692;
  z-index: 10;
  padding: 4.16667% 3.38541vw;
  display: flex;
  align-items: flex-end;
}
.menuModalBox ul li {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 90px;
  position: relative;
}
.menuModalBox ul li .link {
  font-size: 1.12rem;
  color: #ffffff;
}
.menuModalBox ul li .link span {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 1.12rem;
  font-weight: 600;
  font-family: 'Manrope';
}
.menuModalBox ul li .link .jdt {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: opacity 400ms;
}
.menuModalBox ul li.active .link .jdt,
.menuModalBox ul li .link:hover .jdt {
  opacity: 1;
  animation: jdt4 400ms linear;
  animation-fill-mode: forwards;
}

.menuModal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
  z-index: 98;
  cursor: crosshair;
}
.menuModal_bg._open {
  opacity: 1;
  visibility: visible;
}
/**/
.searchResult {
  position: relative;
  padding: 5.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%;
}
/**/
.siteMap {
  padding: 9.38rem 0 4.38rem;
}
.siteMapBox .item {
  padding-bottom: 5.0rem;
}
.siteMapBox .item .title {
  font-size: 1.25rem;
  color: #f18d00;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.0rem;
}
.siteMapBox .item .title a {
  color: #f18d00;
}
.siteMapBox .item .SecondLevel {}
.siteMapBox .item .SecondLevel>li {
  margin-bottom: 0.62rem;
}
.siteMapBox .item .SecondLevel>li>a {
  font-size: 1.12rem;
  transition: all 300ms;
}
.siteMapBox .item .SecondLevel a:hover {
  color: #f18d00;
  text-decoration: underline;
}