﻿@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: 'HarmonyOSHans-Regular';
  font-style: normal;
  src: url('../font/HarmonyOSHans-Medium.woff2') format('woff2'), url('../font/HarmonyOSHans-Medium.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'HarmonyOSHans-Regular';
  font-style: normal;
  src: url('../font/HarmonyOSHans-Medium.woff2') format('woff2'), url('../font/HarmonyOSHans-Medium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'HarmonyOSHans-Regular';
  font-style: normal;
  src: url('../font/HarmonyOSHans-Regular.woff2') format('woff2'), url('../font/HarmonyOSHans-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'HarmonyOSHans-Regular';
  font-style: normal;
  src: url('../font/HarmonyOSHans-Light.woff2') format('woff2'), url('../font/HarmonyOSHans-Light.woff') format('woff');
  font-weight: 300;
}

/* 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: "HarmonyOSHans-Regular", "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 1.0rem;
  color: #222;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}
.font-weight300{
    font-weight: 300;
}
.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: 9px;
  height: 7px;
  margin: 0 7px;
  background-color: #6fb2ce;
  position: relative;
  opacity: 1;
  border-radius: 0;
  transform: skewX(-22deg);
  transition: width 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.82rem;
  background-color: #ed2024;
}

.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;*/
}
#thbody header .header-main:after {
        position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(#3a4c6f, transparent);
    content: '';
    opacity: 0.08;
    z-index: -1;
    pointer-events: none;
}

header .display-flex {
  position: relative;
}

header .logo {
  position: relative;
}

header .logo a {
  display: block;
}

header .logo a .img {
  width: 15.12rem;
}

header .logo a .con {
  position: relative;
  color: #666666;
  line-height: 1;
  padding-left: 0.62rem;
}

header .logo a .con .title {
  font-size: 1.62rem;
  margin-bottom: 0.62rem;
}

header .logo a .con .text {
  font-size: 0.88rem;
}

header .header-nav {}

header .header-nav>ul>li {
  margin-right: 3.6vw;
  position: static;
  transition: all 400ms;
  
}

header .header-nav>ul>li:last-child {
  margin-right: 0 ;
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 1.8rem 0;
  color: #666;
  font-weight: 300;
  font-size: 1.25rem;
}

header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #71b3cf;
}

header .header_language {
  position: relative;
  padding-left: 5.25rem;
}

header .header_language::after {
  content: '';
  width: 1px;
  height: 3.75rem;
  position: absolute;
  top: 50%;
  left: 2.62rem;
  background: rgba(0, 0, 0, 0.14);
  margin-top: -1.88rem;
  transform: rotate(20deg);
}

header .header_language a {
  font-size: 0.8rem;
  color: #666666;
  display: flex;
  align-items: center;
}

header .header_language a img {
  margin-right: 0.62rem;
  width: 1.5rem;
}

/*下拉*/
/*header .header-nav ul li.link_item:hover .headerDropDown {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

.header-main1 .headerDropDown {
  opacity: 1;
  visibility: visible;
}

.header-main1 .myheader-menu .header-nav>ul>li{
       transition: all 400ms;
        margin-right: 4.6vw!important;
}

.headerDropDown .header-col{
    /*width: 37.33%;*/
    width: 31.33%;
}

header .header-nav ul li.link_item:hover .link::after {
  width: 0;
}

.headerDropDown.active {
  opacity: 1;
  visibility: visible;
}

.headerDropDown {
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding-right: 13.14rem;
  /* padding-left: 3.14rem; */
  /* padding-right: 6vw; */
  justify-content: space-between;

  /* margin-left: -6.88rem; */
  background-color: #fff;
  transition: all 400ms;
  /* padding-bottom: 12rem; */
  border-top:  1px solid #e5e5e5;
  box-shadow: 2px 13px 13px rgba(0,0,0,0.05)
}

/* .headerDropDown:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30%;
  transform: skewX(-30deg);
  width: 100%;
  height: 100%;
  background: #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 {
  /* background-color: #ffffff;在· */
  padding: 3.125rem 0;
  margin-right: 5vw;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  /* box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1); */
}

.headerDropDown .headerDropDownList:last-child {
  margin-right: 4vw;
}

.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  padding-bottom: 1.5rem;
}

.headerDropDown .headerDropDownList .link_item_on:last-child {
  padding-bottom: 0;
}

.headerDropDown .headerDropDownList ._link {
  color: #666;
  font-size: 1.12rem;
  transition: all 400ms;
  font-weight: 300;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link {
  border-bottom: 1px solid #6fb2ce;
}


/**/
.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: #6fb2ce;
  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: #6fb2ce;
  -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: #6fb2ce;
  -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: #6fb2ce;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/
footer {
  background: #afe1f1;
  background: linear-gradient(to right bottom, #afe1f1, #1b618e);
  position: relative;
}

footer .footer_main {
  position: relative;
  padding: 6.25rem 0;
}

footer .footer_logo {
  width: 34.2857%;
}

footer .footer_logo .img {
  width: 15.12rem;
}

footer .footer_logo .con {
  position: relative;
  color: #ffffff;
  line-height: 1;
  padding-left: 0.62rem;
}

footer .footer_logo .con .title {
  font-size: 1.62rem;
  margin-bottom: 0.62rem;
}

footer .footer_logo .con .text {
  font-size: 0.88rem;
}

footer .footer_nav {
  width: 65.7143%;
}

footer .footer_nav li {
  position: relative;
  font-size: 1.0rem;
  font-weight: 300;
  color: #ffffff;
}

footer .footer_nav li a {
  color: #ffffff;
  font-weight: 300;
}

footer .footer_nav li p {
  margin-bottom: 0.75rem;
}

footer .footer_nav li a:hover {
  text-decoration: underline;
}

footer .footer_copyright {
  padding: 1.75rem 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.0rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
}

footer .footer_copyright .fCopyright a {
  color: #ffffff;
}

footer .footer_copyright .fCopyright a.link {
  padding-right: 16px;
  position: relative;
}

footer .footer_copyright .fCopyright a.link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/bottomIcon_fff.svg) no-repeat center;
  transform: rotateZ(-90deg);
}

footer .footer_copyright .fCopyright a:hover {
  text-decoration: underline;
}

.footer_share {
  position: relative;
  display: flex;
}

.footer_share .fshare_items {
  margin-left: 1.25rem;
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_share .fshare_items a img {
  width: 1.75rem;
  display: block;
}

.fshare_model:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}

.fshare_modelBox {
  position: absolute;
  bottom: 100%;
  bottom: calc(100% + 1rem);
  left: 50%;
  margin-left: -4.62rem;
  background-color: #ffffff;
  border-radius: 6px;
  width: 9.25rem;
  padding: 0.62rem;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
}

.fshare_modelBox::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
}

.fshare_modelBox .img {
  width: 8.0rem;
  text-align: center;
}


/*****主体开始*******/
/* body.webHome header {
  position: absolute;
} */

#banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin-top: -88px;
}
.container2 {
    padding-left: 9vw !important;
}

.home_banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_banner li.swiper-slide {
  width: 100%;
}

.home_banner .bannerHeading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 5.62rem;
}

.home_banner .bannerHeading .label {
  color: #666666;
  font-size: 2rem;
  line-height: 1.8;
  padding-bottom: 0.5rem;
  font-weight: 300;
}

.home_banner .bannerHeading .title {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #222222;
  padding-bottom: 2.75rem;
}

.home_banner .swiper-pagination {
  bottom: 2.5rem;
}

.home_banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #6fb2ce;
}

.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed2024;
}

/**/
.hTitle {
  font-size: 2.82rem;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
  color: #222222;
}

.hTitle_fff {
  color: #ffffff;
}

.hText {
  font-size: 1.25rem;
  color: #666666;
  line-height: 1.8;
}

.hText_fff {
  color: #fff;
}

.hMore {
  position: relative;
  z-index: 1;
}

.hMore a {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 300;
  position: relative;
  width: 10.8rem;
  padding: 1.0rem 0.75rem;
  cursor: pointer;
  text-align: center;
  transition: all 400ms;
  margin: 0 10px;
}

.hMore a::after {
  content: '';
  background: #6fb2ce;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-22deg);
  transition: transform 500ms ease-in-out, background 300ms ease-in;
}


.hMore a span {
  display: block;
  position: relative;
  z-index: 1;
}

.hMore a:hover::after {
  transform: skewX(22deg);
  background: #ed2024;
}

.container-fluid {
  padding-left: 3.12rem;
  padding-right: 3.12rem;
}

/**/
.homeArea {
  position: relative;
}

.homeArea .hTitle {
  max-width: 65%;
  margin: 0 auto;
}

.homeArea .hText {
  max-width: 50%;
  margin: 0 auto;
  font-weight: 300;
}

.homeArea .hMore a {
  margin: 0 auto;
}

.hAbout {
  height: 139vh;
  width: 100%;
  display: flex;
  /*align-items: center;*/
  position: relative;
  overflow: hidden;
}

.hPipeline {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url(../images/pipelineBg.jpg);
  background-repeat:  no-repeat;
  
}

/**/
.hNews {
  position: relative;
  padding: 12.5rem 0;
}

.hNewsSwiper {
  position: relative;
  padding-bottom: 4.75rem;
}

.hNewsSwiper li .box {
  display: block;
  position: relative;
}

.hNewsSwiper li .box .img {
  height: 15.25rem;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2.25rem;
  overflow: hidden;
}

.hNewsSwiper li .box .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 42%;
  width: 1px;
  height: 100%;
  z-index: 2;
  transform: skewX(-12deg);
  background-color: #ed2024;
  pointer-events: none;
}

.hNewsSwiper li .box .img .imgText {
  position: relative;
  z-index: 3;
  line-height: 1;
  padding: 2.25rem;
  color: #ffffff;
}

.hNewsSwiper li .box .img .imgText .lable {
  font-size: 1.0rem;
  padding-bottom: 0.75rem;
}

.hNewsSwiper li .box .img .imgText .type {
  font-size: 1.75rem;
}

.hNewsSwiper li .box .img .imgBgColor {
  position: absolute;
  top: 0;
  left: -56%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #002060;
  transform: skewX(-22deg);
  pointer-events: none;
  opacity: 0.85;
}

.hNewsSwiper li .box .img .imgBgColor_002060 {
  background-color: #6fb2ce;
}

.hNewsSwiper li .box .img .imgBgColor_b5dce9 {
  background-color: #b5dce9;
}

.hNewsSwiper li .box .img .imgBgColor_6fb2ce {
  background-color: #6fb2ce;
}

.hNewsSwiper li .box .img .imgBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hNewsSwiper li .box .time {
  font-size: 1.025rem;
  color: #999999;
  font-weight: 300;
  padding-bottom: 0.5rem;
}

.hNewsSwiper li .box .title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 90%;
}

/*.hNewsSwiper li .box:hover .title {*/
/*  color: #6fb2ce;*/
/*}*/
.hNewsSwiper li .box:hover .imgBg {
    transform: scale(1.2);
    transition: all 400ms;
}

/*内页banner*/
#wBanner {
  /* overflow: hidden; */
  position: relative;
  /* height: 25.3333334vw; */
  height: 25.6vw;
}



#wBanner::before {
  content: '';
  position: absolute;
  bottom: -31.88vw;
  /* height: 28vw;
  width: 19vw; */

  /* background-color: #f0f7fa; */

  border-left: 10vw solid #f0f7fa;

  border-top: 16vw solid #f0f7fa;

  border-right: 9vw solid transparent;

  border-bottom: 16vw solid transparent;

  z-index: 1;
}

#wBanner .img {
  position: relative;
  height: 100%;
  text-align: end;
}

#wBanner .img img {
  height: 100%;
}

#wBanner .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#wBanner .box .container {
  height: 100%;
  width: 100%;
  padding-left: 5vw;
}

#wBanner .box .title {
  font-size: 3.5rem;
  color: #222222;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1.88rem;
  position: relative;
}

#wBanner .box .breadcrumb {
  padding: 0;
  justify-content: flex-start;
  background-color: #fff;
  font-weight: 300;
}

#wBanner .box .breadcrumb .breadcrumb-item {
  font-size: 1.25rem;
  margin-right: 0.2rem;
}


#wBanner .box .breadcrumb .breadcrumb-item,
#wBanner .box .breadcrumb .breadcrumb-item a
 {
  color: #666;
}
#wBanner .box .breadcrumb-item+.breadcrumb-item::before{
    color: rgba(0, 0, 0, 0.14);
    padding-right: 0.7rem;
}

/*导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: all 450ms linear;
}

#sideNav.isActive {
  opacity: 1;
  visibility: visible;
}

#sideNav.isActive .sideNavBox {
  position: fixed;
  /*border-top: 1px solid #dddddd;*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  background: #ffffff;
}

#sideNav .sideNavBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transition: all 450ms linear;
}

#sideNav .sideNavBox .scroll_nav {
  position: relative;
}

#sideNav .sideNavBox .scroll_nav:after{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(#3a4c6f, transparent);
    content: '';
    opacity: 0.08;
    z-index: -1;
    pointer-events: none;
}
#sideNav .sideNavBox .scroll_nav:before{
      position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(#3a4c6f, transparent);
    content: '';
    opacity: 0.08;
    z-index: 1;
    pointer-events: none;
}
#sideNav .sideNavBox ul {
  display: flex;
  align-items: center;
  padding-left: 17.5rem;
}

#sideNav .sideNavBox li {
  position: relative;
  width: 10%;
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0.7rem 1.0rem;
  color: #666666;
  font-size: 1.12rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

#sideNav .sideNavBox li a span {
  position: relative;
  z-index: 1;
  font-weight: 300;
  
}

#sideNav .sideNavBox li a:after {
  content: '';
  background: #6fb2ce;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transform: skewX(-22deg);

}

#sideNav .sideNavBox li a::before {
  content: '';
  position: absolute;
  top: 1.1rem;
  right: 0;
  width: 1px;
  height: 1rem;
  background: rgba(0, 0, 0, 0.14);
  transform: skewX(-22deg);
}

#sideNav .sideNavBox li:last-child a::before {
  width: 0;
}

#sideNav .sideNavBox li.active a {
  color: #fff;
}

#sideNav .sideNavBox li.active a:after {
  width: 100%;
}

#sideNav .sideNavBox li.active a::before {
  width: 0;
}

/*内页开始*/
.w_hMore {
  margin-top: 2.5rem;
}

.w_hMore a::after {
  transform: skewX(-22deg)
}

.w_hMore1 a::after {
  transform: skewX(-22deg)
}

.w_hMore a:hover::after {
  transform: skewX(22deg);
  background: #ed2024;
}

.w_title {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 2.25rem;
}

.w_title_fff {
  color: #ffffff;
}

.w_text {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #666666;
  font-weight: 300;
  text-align: justify;
}

.w_text_fff {
  color: #fff;
}

.pb_16 {
  padding-bottom: 1.0rem !important;
}

.pb_26 {
  padding-bottom: 1.62rem !important;
}

.pt_26 {
  padding-top: 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 a, .pagination span {
  margin: 0 0 0 0.62rem;
  font-size: 1rem;
  color: #666;
  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 li.active span {
  color: #ffffff;
  background: transparent;

}

.pagination li {
  position: relative;
}

.pagination li.active::before {
  content: '';
  background: #6fb2ce;
  position: absolute;
  top: 0;
  left: 0.375rem;
  width: 100%;
  height: 100%;
  transform: skewX(-22deg);
}

.pagination li:first-child a,
.pagination li:first-child  span,
.pagination li:last-child a,
.pagination li:last-child span {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before,
.pagination li:last-child a:before ,
.pagination li:last-child span:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  -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 li:first-child a:before,.pagination li:first-child span: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 li:last-child a:before ,
.pagination li:last-child span: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);
}

/*关于我们*/
.aboutUsHead {
  padding-top: 9.375rem;
  padding-bottom:9.375rem;
}

.aboutUsHeadtitle {
  font-size: 2.625rem;
  font-weight: 400;
  padding-bottom: 1.875rem;
}

.aboutUsHead .content {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #666666;
  font-weight: 300;
}

.aboutvideo {
  position: relative;
}

.modalMainCon video {
  width: 100%;
  height: 100%;

}

.aboutvideo .btnVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.aboutvideo .btnVideo::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/videobutton.png);
  margin-left: -1.88rem;
  margin-top: -1.88rem;
  cursor: pointer;
  z-index: 2;
}

.aboutUsHeadBox {
  padding-bottom: 4.25rem;
}


.boardOfDirectors {
  background-color: #f0f7fa;
  padding-top: 9.375rem;
  padding-bottom: 8.13rem;
  position: relative;
  overflow: hidden;
}

.boardOfDirectors1 {
  background-color: #fff;
}

.aboutintroduceBox {
  width: 49.5%;
  height: 7.5rem;
  background-color: #6fb2ce;
  color: #fff;
  font-size: 1.125rem;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.aboutintroduceBox .name {
  font-size: 1.375rem;

}
.aboutintroduceBox .introduce{
    max-width: 80%;
    font-weight: 300;
}

.culture .businessEthicsList {
  position: relative;
  z-index: 12;
}


/* 管线 */
.Pipeline-table table {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 300;
}

.Pipeline-table table thead tr th {
  background-color: #002060;
  color: #fff;
  padding: 10px;
  font-weight: 300;

}
.Pipeline-table table thead tr th:first-child{
    width: 15.625rem;
    padding-left: 15px;
}
.Pipeline-table table thead tr th:nth-child(2){
    width: 17rem;
}
.Pipeline-table table tbody tr td.If {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
  font-size: 1.375rem;
  font-weight: 400;
  cursor: pointer;

}
.Pipeline-table table tbody:hover td.If{
    color: #71b3cf;
}

/* .Pipeline-table table tbody tr td.If p {
  margin: 2.5rem 0;
} */

.Pipeline-table table .pipelineul li {
  width: 450%;
  background-color: #e5e5e5;
  height: 1.875rem;
  margin: 2.5rem 0;
}

.Pipeline-table table tbody td {
  /* margin: 2.5rem 0; */
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.Pipeline-table table tbody {
  border-bottom: 1px solid #e5e5e5;

}

.Pipeline-table table .tstd {
  border-bottom: 1px dashed #7fbad3;
}
.Pipeline-table table tr .tstd:nth-child(1), .Pipeline-table table tr .tstd:nth-child(2), .tstd1{
    padding-left: 10px;
}
.Pipeline-table table .tstd .jdtd {
  border-right: 1px solid #fff;
  background-color: #e5e5e5;
  width: 100%;
  height: 2rem;
  position: relative;
}

.Pipeline-table table .tstd .jdtd.gs::before {
  position: absolute;
  content: '';
  background-color: #6fb2ce;
  width: 100%;
  height: 100%;

}

.Pipeline-table table .tstd .jdtd.gs1::before {
  width: 50%;
}



.clinicalbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.125rem;
}

.clinicalbox .clinical_box {
  width: 32%;
  background-color: #f0f7fa;
  height: 15.625rem;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.325rem;
  cursor: pointer;
}

.clinicalbox1 .clinical_box:hover {
  background-color: #6fb2ce;
  color: #fff;
}

.clinicalbox .clinical_box:first-child .img {
  margin-bottom: 1.25rem;
}

.clinicalbox .clinical_box .img {
  margin-bottom: 1.1rem;
  height: 6.25rem;

}

 .clinicalbox1 .clinical_box:first-child .img {
  background: url(../images/clinicalico1.svg) no-repeat center;

}

 .clinicalbox1 .clinical_box:first-child:hover .img {
  background: url(../images/clinicalico11.svg) no-repeat center;
}

 .clinicalbox1 .clinical_box:nth-child(2) .img {
  background: url(../images/clinicalico2.svg) no-repeat center;
  background-size: 24%;
}

 .clinicalbox1 .clinical_box:nth-child(2):hover .img {
  background: url(../images/clinicalico22.svg) no-repeat center;
  background-size: 24%;
}

 .clinicalbox1 .clinical_box:nth-child(3) .img {
  background: url(../images/clinicalico3.svg) no-repeat center;
  background-size: 24%;
}

 .clinicalbox1 .clinical_box:nth-child(3):hover .img {
  background: url(../images/clinicalico33.svg) no-repeat center;
  background-size: 24%;
}

.clinicalbox .clinical_box .img img {
  height: 100%;
}

.foreign {
  background: url(../images/pilehz.png) no-repeat;
  background-size: 100% 100%;
}



/* 技术平台 */
.techheder {
  padding-top: 25px;
  padding-bottom: 25px;

}
.techcebter {
    padding-top: 4.357rem;
}
.breadcrumb-item a{
    color: #666;
}
.breadcrumb-item + .breadcrumb-item::before{
    color: rgba(0, 0, 0, 0.14);
}
.techbanner {
  position: relative;
  overflow: hidden;
}

.techbanner .imgBgColor {
  position: absolute;
  top: 0;
  left: -60%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(111, 178, 206, .9);
  transform: skewX(-22deg);
  pointer-events: none;
}

.techbanner .box {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);

  z-index: 2;
}

.techbanner .box .box_text {
  font-size: 3.125rem;
  color: #fff;

}



.techcebter .title {
  font-size: 2.125rem;
  padding-top: 2.625rem;
  padding-bottom: 1.25rem;
}

.techcebter .text {
  font-size: 1.25rem;
  color: #666666;
  font-weight: 300;
  line-height: 1.7;
  text-align: justify;
}

/* 临床需求 */
.clinicalcenter {
  padding-top: 5rem;
}

.clinicalcenter .text {
  font-size: 1.25rem;
  text-align: justify;


}

.clinicalcenter .clinicalcenterleft {
  padding-right: 15%;
}

.clinicalcenter li:nth-child(2n) .clinicalcenterleft {
  padding-left: 15%;
  padding-right: 0;
}

.clinicalcenter ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #e5e5e5;
}

.clinicalcenter ul li:last-child {
  padding-bottom: 0;
}

.clinicalcenter .clinicalcenterleft,
.clinicalcenter .clinicalcenterright {
  width: 50%;
}

.clinicalcenter .text .textnone {
  display: none;
}

.clinicalcenter .title {
  font-size: 2.125rem;
  color: #222;
}

.textclick {
  position: relative;
  color: #6fb2ce;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;

}

.textclick .icon:before,
.textclick .icon::after {
  content: '';
  position: absolute;
  /* top: 50%;
  left: 50%; */
  background-color: #6fb2ce;
  transform: translate(-50%, -50%);
  transition: all 400ms;
}

.textclick .icon:before {
  width: 1px;
  height: 1.25rem;
}

.textclick .icon:after {
  width: 1.25rem;
  height: 1px;
}

.clinicalcenter ._open .textclick .icon:before {
  width: 0;
}
.clinicalcenter .D{
    display:  inline;
}
.clinicalcenter ._open .D{
    display: none;
}
.clinicalcenter ._open .textnone {
  display: inline;
}

.textclick .icon {
  margin-left: 1%;
}

.textclick .buttontext {
  margin-left: 5%;
  cursor: pointer;
}
.textclick .sq{
    display: none;
}
._open .textclick .sq{
    display: inline-block;
}
._open .textclick .zk{
    display: none;
}

/* 合作平台 */
.cooperation {
  padding-bottom: 1.38rem;
  padding-top: 0.357rem;
}
.cooperation2{
     padding-bottom: 9.375rem;
}
 .cooperation2 .techcebter .title {
     font-size: 3.125rem;
 }
.cooperation2 .techbanner .imgBgColor {
  background-color: rgba(196, 169, 131, .9);
}

.techbanner .box .box_text1 {
  color: #fff;
  font-size: 1.25rem;

}

.techbanner .box .box_text1 .smalltitle {
  margin-bottom: 0.625rem;
}

.techbanner .box1 {

  left: 6%;

}

.techbanner .box .box_text1 .title {
  border-bottom: 2px solid;
  line-height: 1;
}

.techbanner .box .box_text1 .title a {
  color: #fff;
  font-size: 2.125rem;

}

/*弹框*/
.webModal {
  background-color: rgba(111, 178, 206, 0.8);
}

.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;
  /* border-radius: 20px; */
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.3);
}

.modalMain {
  position: relative;
 
}
.pli .modalMain
{ 
    padding: 4.12rem 7.142857%;
    
}
.modalMain .modalMainImg {
  width: 38%;
}

.modalMain .modalMainImg img {
  display: block;
  width: 100%;
}

.modalMain .modal-content {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  transform: translateY(50%);
}



.modalMain .modalMainCon .title {
  font-size: 2.0rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
}

.modalMain .modalMainCon .label {
  font-size: 1.25rem;
  color: #6fb2ce;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.modalMain .modalMainCon .w_text {
  padding-top: 2.5rem;
  padding-right: 1.7rem;
  text-align: justify;

}

.modalMain .modalMainCon .w_text p {
  margin-bottom: 0.62rem;
}

.modalMain .modalMainCon .w_text::-webkit-scrollbar {
  width: 2px;
}

.modalMain .modalMainCon .w_text::-webkit-scrollbar-thumb {
  background: #f69600;
}

.modalMain .modalMainCon .w_text::-webkit-scrollbar-track {
  background: #e5e5e5;
}

.modal-backdrop {
  background: rgba(41, 42, 44, 0.65);
}



/*新闻*/
.newsSideNav {
  padding: 9.38rem 0 3.12rem;
  position: relative;
  z-index: 3;
}

.newsSideNav ul.listNav {
  border-radius: 100px;
  display: flex;
}

.newsSideNav ul.listNav li {
  position: relative;
  margin-right: 0.62rem;
}

.newsSideNav ul.listNav li a {
  border-radius: 100px;
  display: block;
  width: 8.38rem;
  padding: 0.75rem 0;
  text-align: center;
  color: #f69600;
  border: 1px solid #f69600;
}

.newsSideNav ul.listNav li.active a {
  background-color: #f69600;
  color: #ffffff;
}

.newsSideNav .web_screen_form {
  position: relative;
  width: 13.75rem;
}

.newsSideNav .web_screen_form:hover .web_screen_ul {
  opacity: 1;
  visibility: visible;
}

.newsSideNav .web_screen_ul_title {
  height: 3.12rem;
  line-height: 3.12rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  color: #999999;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.newsSideNav .web_screen_ul_title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.1875rem;
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-top: 0.4375rem solid #999999;
}

.newsSideNav .web_screen_ul {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fa6119;
  opacity: 0;
  padding: 0 0.625rem;
  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;
}

.newsSideNav .web_screen_ul li {
  position: relative;
}

.newsSideNav .web_screen_ul li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.newsSideNav .web_screen_ul li a {
  display: block;
  color: #ffffff;
  font-size: 1.0rem;
  padding: 0.75rem 0;
}

.news {
  position: relative;
  /* margin-bottom: 9.38rem; */
}


.wNewsList {
    margin-bottom: 3.12rem;
}

.wNewsList li {
  
  position: relative;
}

.wNewsList li:first-child .box {
  border-top: 1px solid #e5e5e5;
}

.wNewsList li .box {
  display: block;
  position: relative;
  background-color: #ffffff;
  transition: all 300ms;
  height: 100%;
  padding: 3.75rem 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.wNewsList li .wNewsListcenter{
    width: 150%;
}
.wNewsList li .box .img {
  height: 13.3125rem;
  overflow: hidden;
  position: relative;
  /* border-radius: 20px; */
  width: 25rem;
  display: flex;
  align-items: center;
}

.wNewsList li .box .img .imgBgColor {
  position: absolute;
  top: 0;
  left: -56%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #6fb2ce;
  transform: skewX(-22deg);
  pointer-events: none;
  opacity: 0.8;
}

/*.wNewsList li:nth-child(2n) .box .img .imgBgColor {*/
/*  background-color: #b5dce9;*/
/*}*/

/*.wNewsList li:nth-child(3n) .box .img .imgBgColor {*/
/*  background-color: #6fb2ce;*/
/*}*/

/*.wNewsList li:nth-child(4n) .box .img .imgBgColor {*/
/*  background-color: #c0a990;*/
/*}*/

.wNewsList li .box .img .imgText .lable {
  font-size: 1.0rem;
  padding-bottom: 0.5rem;
  width: 9em;
  line-height: 1.5;
}

.wNewsList li .box .img .imgText .type {
  font-size: 1.625rem;
  width: 5em;
}

.wNewsList li .box .img .imgBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}



.wNewsList li .box .time {
  width: 39%;
  font-size: 1.125rem;
  color: #666666;
}

.wNewsList li .box .wNewsListleft {
  width: 59%;
}

.wNewsList li .box .img .imgText {
  position: relative;
  z-index: 3;
  line-height: 1;
  padding: 1.25rem;
  color: #ffffff;
}

.wNewsList li .box .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 42%;
  width: 1px;
  height: 100%;
  z-index: 2;
  transform: skewX(-12deg);
  background-color: #ed2024;
  pointer-events: none;
}

.wNewsList li .box .title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*padding-bottom: 1.25rem;*/
  margin-bottom: 1.25rem;
}

.wNewsList li .box .introduce {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #666;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.wNewsList li .box:hover {
  border-bottom-color: #6fb2ce;
}
.wNewsList li .box:hover .img .imgBg {
    transform: scale(1.2);
    transition: all 400ms;
}
.wNewsList li .box:hover .con .title {
  color: #fa6119;
}

body.webNewsBg header .header-main {
  border-bottom: none;
  box-shadow: 0 0 5.0rem rgba(0, 0, 0, 0.08);
}

/* 新闻详情 */
.newsDbanner .img{
    /*width: 75rem;*/
    height: 27.375rem;
    display: flex;
      align-items: center;
    justify-content: center;
}
.newsDbanner .img img{
    width: 100%;
}

.newsDbanner .imgBgColor {
  left: -50%;
}

.newsDbanner .box .box_text {
  font-size: 1.5rem;
  color: #fff;
  width: 36%;
  font-weight: 300;
  line-height: 1.8;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-align: justify;
    overflow: hidden;
}
.newsDbanner .box{
    left: 8%;
}
/*.newsDbanner .img::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 48%;*/
/*  width: 1px;*/
/*  height: 100%;*/
/*  z-index: 2;*/
/*  transform: skewX(-12deg);*/
/*  background-color: #ed2024;*/
/*  pointer-events: none;*/
/*}*/

.newsD {
  /*height: 30vw;*/
  height: 22vw;
  background-color: #f0f7fa;
}

.newsD .w_hMore1 {
  padding-top: 2rem;
  position: fixed;
  float: right;
  right: 0;
}
.newsD .w_hMore1 a{
        width: 9.8rem;
    padding-right: 0;
}

.newsD .w_hMore1 a::after{
    width: 116%;
}
.newsD .w_hMore1 a:hover::after {
    transform: skewX(-22deg);
       background: #ed2024;
}

.newsDbox {
  margin-top: -14vw;
  padding-bottom: 6.25rem;
}

.newsDboxheader {
  padding-bottom: 3rem;
}

.newsDboxheader .time {
  font-size: 1.125rem;
  color: #999999;
  margin-bottom: 0.5rem;

}

.newsDboxheader .title {
    /*width: 85%;*/
  font-size: 2.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsDboxcenter {
  font-size: 1.5rem;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
  color: #222;
  line-height: 1.7;
}

.newsDtext {
  font-size: 1.25rem;
  color: #666666;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: justify;

}

.page-ing {
  margin-top: 1.75rem;
  position: relative;
  border-top: 2px solid #666666;
  padding: 3.125rem 0;
}

.page-ing .page-ing-boxs {
  position: relative;
}

.page-ing .prev,
.page-ing .next {
  max-width: 26%;
}

.page-ing .icon {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/jsLeft.svg) no-repeat center / cover;
  text-indent: -1000em;
  overflow: hidden;
}

.page-ing .next .icon {
  order: 3;
  transform: rotateZ(180deg);
}

.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_ic1.svg) no-repeat center / 1.5rem;
}
.page-ing .icon-bg:hover{
     background: url(../images/icon_det_ic.svg) no-repeat center / 1.5rem;
}

.page-ing .prev .tx {
  margin-left: 1.6rem;
}

.page-ing .next .tx {
  margin-right: 1.6rem;
}

.page-ing .tx .stitle {
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 300;
}

.page-ing .tx .stime {
  font-size: 1rem;
  color: #999999;
}



/*加入我们*/
.clinicalbox .clinical_box .img1 {
  height: 4.25rem;
  margin-bottom: 2.25rem;
  
}

.clinicalbox .clinical_box .title {
  font-size: 1.25rem;
  margin-top: .5rem;
 font-weight: 300;
 color: #666;
}

.clinicalbox .clinical_box1 {
  width: 32%;
font-size: 1.5rem;
  height: 25.625rem;
}

.joinUsAccordion {
  padding-bottom: 2.19rem;
}



.joinUsAccordionHead {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  padding: 1.31rem 4.38rem 1.31rem 0;
  cursor: pointer;
  position: relative;
  justify-content: space-between;
}

.joinUsAccordionHead .title {
  width: 32%;
  font-size: 1.5rem;
  font-weight: 400;
  font-size: 1.25rem;
}

.joinUsAccordionHead .add {
  width: 39%;
  text-align: end;
  font-size: 1rem;
  color: #999999;
}

.joinUsAccordionHead .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  border-radius: 100%;

}

.joinUsAccordionHead .icon:after,
.joinUsAccordionHead .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #6fb2ce;
  transform: translate(-50%, -50%);
  transition: all 400ms;
}

.joinUsAccordionHead .icon:after {
  width: 1.5625rem;
  height: 1px;
}

.joinUsAccordionHead .icon:before {
  width: 1px;
  height: 1.5625rem;
}

.joinUsAccordion_items._open {
  border-left-color: #6fb2ce;
}

.joinUsAccordion_items._open .joinUsAccordionHead .title {
  color: #6fb2ce;
}

.joinUsAccordion_items._open .joinUsAccordionHead .icon:after {
  background-color: #6fb2ce;
}

.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;*/
  border-top: 2px solid #6fb2ce;
  box-shadow: 0 0 3.75rem rgb(0 0 0 / 6%)
}

.joinUsAccordionCon .joinUsAccordionConBg {
   background-color: #ffffff; 
  padding: 3.12rem 2.5rem;
  font-weight: 300;
  /*border-radius: 20px;*/
}

.joinUsAccordionCon h4 {
  font-size: 1.25rem;
  margin-bottom: 1.0rem;
  font-weight: 400;
}

.joinUsAccordionCon .hMore {
  margin-top: 3.12rem;
}

.joinUsAccordionCon .hMore a {
  border-radius: 100px;
}

.joinUsAccordion .joinUsAccordion_items {
  border-bottom: 1px solid #e5e5e5;
 
}
.joinUsAccordion .joinUsAccordion_items:first-child{
     border-top: 1px solid #e5e5e5;
}

/* 招聘下面 */

.img2_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.img2_wrapper .container1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 3px 3px;
  position: relative;
  width: 22%;
  height: 22.5vw
}
.img2_wrapper .container1:nth-child(8){
    margin-bottom: 5px;
}
.img2_wrapper .container1:last-child,
.img2_wrapper .container1:nth-child(2) {
  width: 47%
}

.img2_wrapper .container1 .box {
  width: 100%;
  height: 100%
}

.img2_wrapper .container1 .box_content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  position: relative;
  overflow: hidden
}

.img2_wrapper .container1 .box_content .item_direction {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #928f8f;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: center center -75px;
  -ms-transform-origin: center center -75px;
  transform-origin: center center -75px;
  color: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .2
}

.img2_wrapper .container1 .box_content .item_direction img {
  height: 100%
}

.img2_wrapper .container1 .box_content .item_direction>span {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px)
}

.img2_wrapper .container1 .box_content .item_direction:first-of-type {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg)
}

.img2_wrapper .container1 .box_content .item_direction:nth-of-type(2) {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg)
}

.img2_wrapper .container1 .box_content .item_direction:nth-of-type(3) {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg)
}

.img2_wrapper .container1 .box_content .item_direction:last-of-type {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg)
}

.img2_wrapper .container1 .box_content>img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform-origin: center center -75px;
  -ms-transform-origin: center center -75px;
  transform-origin: center center -75px
}

 
.img2_wrapper .container1 .box_content_text {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform-origin: center center -75px;
  -ms-transform-origin: center center -75px;
  transform-origin: center center -75px;
  font-size: 1.8vw;
  /*line-height: 2vw;*/
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 3px
}

.img2_wrapper .container1 .box_content_text>span {
  display: block
}

.img2_wrapper .container1 .box>a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  opacity: 0
}

.img2_wrapper .container1 .box>a:first-of-type:hover
,
.img2_wrapper .container1 .box>a:last-of-type:hover,
.img2_wrapper .container1 .box>a:nth-child(2):hover,
.img2_wrapper .container1 .box>a:nth-child(3):hover {
  z-index: 11;
  -moz-clip-path: none;
  -webkit-clip-path: none;
  clip-path: none;
  clip: auto
}

.img2_wrapper .container1 .box>a:first-of-type {
  -moz-clip-path: polygon(0 0, 100% 0, 50% 50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
  clip-path: polygon(0 0, 100% 0, 50% 50%)
}

.img2_wrapper .container1 .box>a:first-of-type:hover~.box_content>img,
.img2_wrapper .container1 .box>a:first-of-type:hover~.box_content>span {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg)
}

.img2_wrapper .container1 .box>a:first-of-type:hover~.box_content .item_direction:first-of-type {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1
}

.img2_wrapper .container1 .box>a:nth-child(2) {
  -moz-clip-path: polygon(100% 0, 50% 50%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 50% 50%, 100% 100%);
  clip-path: polygon(100% 0, 50% 50%, 100% 100%)
}

.img2_wrapper .container1 .box>a:nth-child(2):hover~.box_content>img,
.img2_wrapper .container1 .box>a:nth-child(2):hover~.box_content>span {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg)
}

.img2_wrapper .container1 .box>a:nth-child(2):hover~.box_content .item_direction:nth-of-type(2) {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1
}

.img2_wrapper .container1 .box>a:nth-child(3) {
  -moz-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
  -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
  clip-path: polygon(0 100%, 50% 50%, 100% 100%)
}

.img2_wrapper .container1 .box>a:nth-child(3):hover~.box_content>img,
.img2_wrapper .container1 .box>a:nth-child(3):hover~.box_content>span {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg)
}

.img2_wrapper .container1 .box>a:nth-child(3):hover~.box_content .item_direction:nth-of-type(3) {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1
}

.img2_wrapper .container1 .box>a:last-of-type {
  -moz-clip-path: polygon(0 0, 50% 50%, 0 100%);
  -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
  clip-path: polygon(0 0, 50% 50%, 0 100%)
}

.img2_wrapper .container1 .box>a:last-of-type:hover~.box_content>img,
.img2_wrapper .container1 .box>a:last-of-type:hover~.box_content>span {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg)
}

.img2_wrapper .container1 .box>a:last-of-type:hover~.box_content .item_direction:last-of-type {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1
}

@media only screen and (min-width: 2560px) {
  .img2_wrapper .container1 {
    height: 576px
  }

  .img2_wrapper .container1:last-child,
  .img2_wrapper .container1:nth-child(2) {
    width: 1203.2px
  }

  .img2_wrapper .container1 .box_content_text {
    font-size: 46.08px;
    line-height: 51.2px
  }
}



.img2_wrapper .container1 .box_content:hover .img1{
        -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}


.img2_wrapper .container1 .box_content:hover .item_direction{
    
     -webkit-transform: rotateY(-0deg)!important;
    transform: rotateY(-0deg) !important;
    z-index: 9999999 !important;
   
    opacity: 1 !important;
}

/*联系我们*/
.contactUs {
  position: relative;
  padding-top: 0.125rem;
  display: flex;
  align-items: center;

}

.contactUs .title {
  font-size: 1.5rem;
}

.contactUs .text {
  font-size: 1.125rem;
  color: #666666;
  font-weight: 300;
}
.contactUs .text:hover a{
    text-decoration: underline;
}

.contactUs .contactUsbox {
  width: 33%;
  /*text-align: center;*/
  position: relative;
  padding: 1.2rem 0;
  padding-left: 9%;
}

.contactUs .contactUsbox::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ededed;
  top: 0;
  right: 0;
  transform: skewX(-22deg)
}

.contactUs .contactUsbox:last-child::after {
  width: 0;
}

.contactUs .text {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}

.contactInformation .text .title {
  font-size: 1.5rem;
  color: #292a2c;

}

#allmap {
  width: 100%;
  height: 37.5rem;
  z-index: 9
}

#allmap .shadow {
  display: none;
}

.mapbox {
  position: relative;
  height: 37.5rem;
}

.mapbox .company {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background-color: #6fb2ce;
  color: #fff;

  padding: 1.87rem 0;
  width: 22.5rem;

}

.mapbox .company .companybox {
  padding: 1.875rem 4.75rem 1.875rem 5.75rem;
  position: relative;
  cursor: pointer;
}

.mapbox .company .companybox.active::before {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 15%;
  margin-left: -2rem;
  border-left: 1.56rem solid transparent;
  border-top: 1.56rem solid transparent;
  border-right: 1.56rem solid #6fb2ce;
  border-bottom: 1.56rem solid transparent;
}

.mapbox .company .title {
  font-size: 1.5rem;
  margin-left: -0.3125rem;
  position: relative;
}

.mapbox .company .companybox .title::after {
  content: '';
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/szico.png) no-repeat;
  background-size: 100% 100%;
  left: -3rem;
  top: 0;
}

.mapbox .company .address {
  font-size: 0.875rem;
}

.mapbox .company .companybox:nth-child(2) .title::after {

  background: url(../images/shico.png) no-repeat;
  background-size: 100% 100%;

}

.mapbox .company .companybox:nth-child(3) .title::after {

  background: url(../images/mgico.png) no-repeat;
  background-size: 100% 100%;

}

.homgAreaimg{
    position: absolute;
/*bottom: 5%;*/
/*top: 28%;*/
top: 40%;
 width: 31.25rem;
   
}
.hAboutbox{
    position: relative;
   
}
.hAboutbox img{
    width: 100%;
}
.homgAreaimg1{
    position: absolute;
    /*top: 40%;*/
    top: 38%;
    width: 31.25rem;
    right: 0%;
}
.mg3{
    margin-bottom: 5px;
}

.containerts1{
    
}
.webHome .containerts1{
    padding-left: 12vw !important;
    padding-right: 12vw !important;
}
.hAboutindxe{
    margin-top: 16.375rem;
}
.contactUsbody header .header-main:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(#3a4c6f, transparent);
    content: '';
    opacity: 0.08;
    z-index: -1;
    pointer-events: none;
}
.monliespan{
    display: none;
}

.modhome_banner{
    display: none;
}
.wNewsList1 li .box .img .imgBgColor, .wNewsList1 li .box .img::after{
    width: 0;
}
.dd{
    display: flex;align-items: center; justify-content: space-between;
}






.newsDbox .newsDtext .fj1{
        text-decoration: underline !important;
    color: #0361C0 !important;
    
}


.newsDbox .newsDtext .fj{
        /*text-decoration: underline !important;*/
    color: #000 !important;
    font-weight: bold;
}








