/*头部*/
a:hover {
  color: #0A5FB0;
}
a:focus{
  outline: none;
}
.wrap {
  max-width: 1200px;
}
.wrapAdd {
  max-width: 1300px;
}
.onlyWidth {
  width: 1200px;
}
dl {
  margin-bottom: 0;
}
ol,
ul {
  margin-bottom: 0;
}
.navShow {
  display: block;
}
.navHide {
  display: none;
}
.marginRightW30 {
  left: 30vw !important;
}
.marginRightW50 {
  left: 0vw !important;
}
.marginRightW0 {
  left: 100vw !important;
}
.secondUl {
  background: #fff;
  right: 30vw !important;
  height: calc(100vh - 50px);
  padding: 1vh 3%;
  overflow-y: scroll;
}
.shadeBox {
  background: #111;
  opacity: 0.6;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 89;
  width: 100vw;
  height: 100vh;
  display: none;
}
.productRightAdd dl:nth-child(2n) {
  border-left: 1px solid #fff;
}
.KeyProductsToggleCon {
  width: 1200px;
  margin: 0 auto;
}
.KeyProductsToggleCon {
  overflow: hidden;
}
.KeyProductsToggle {
  width: 3000000px;
  position: relative;
  left: 0;
  top: 0;
  min-height: 296px;
}
.banner .slides li span {
  position: absolute;
  z-index: 80;
  width: 100vw;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  line-height: 60px;
}
.banner .slides li span:hover {
  cursor: pointer;
}
.navWrapMiddle dl dd a {
  color: #000;
}
.navWrapMiddle dl dd a:hover {
  color: #0A5FB0 !important;
}
.ActivityCenterLeftTopDes a {
  color: #fff;
}
.newsProductsWrap {
  width: 800px;
  float: left;
}
.newsProductsWrapBox {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.coreBusinessWrap dl:hover {
  box-shadow: 0px 0px 21px 0px rgba(88, 88, 88, 0.2);
  position: relative;
  z-index: 2;
  transform: scale(1.04);
}
.wxinfo {
  width: 677px;
}
/*头部*/
.logo {
  width: 15%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo img {
  /* height: 32px; */
  width: 150px;
}
.contact{
  width: 100%;
  z-index: 90;
  height: 32px;
  position: relative;
  background-color: rgba(0, 0, 0, 1);


}
.contact span{
  color: #ffffff;
  line-height: 32px;
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
}
.header {
  width: 100%;
  z-index: 90;
  background: rgba(255, 255, 255, 1);
  height: 72px;
  position: relative;
}

.nav {

}
.nav ul {
  display: block;
  width: 52%;
  padding: 0 0% 0 3%;
}
.nav ul li {
  float: left;
  line-height: 70px;
  width: 20%;
  text-align: center;
}
.nav ul li img {
  float: left;
  width: 15px;
  height: 9px;
  margin-top: 32px;
}
.nav ul li a {
  font-size: 18px;
  /* padding: 0 10px; */
  color: #333333;
  float: right;
}
.nav ul li a:hover,
.nav ul li.on a {
  color: #0A5FB0;
  border-bottom: 2px solid #0A5FB0;
}
.navWrap {
  padding: 10px 0 20px;
  background: #fff;
}
.switchLanguage {
  width: 14%;
  font-size: 16px;
}
.switchLanguage ul {
  width: 100%;
}
.switchLanguage li {
  float: left;
  width: 50% !important;
  color: #009844;
  height: 26px !important;
  line-height: 26px !important;
  margin-top: 23px;
}
.switchLanguage li a {
  color: #009844 !important;
  padding-top: 0 !important;
}
.switchLanguage li a:hover {
  text-decoration: none;
}
.switchLanguage li.switchLanguageBorderRight {
  border-right: 1px solid #009844;
  width: calc(50% - 1px) !important;
}

/*固定宽 高自适应 全铺满*/
.auto_img_Width {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*固定高 宽自适应 全铺满*/
.auto_img_Height {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*导航*/
/*banner*/
.banner {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.banner .flexslider {
  height: 100%;
  position: relative;
  left: 0;
}
.banner .slides {
  position: relative;
  z-index: 1;
  height: 100%;
}
.banner .slides li {
  height: 100%;
  position: relative;
}
.banner .slides li img {
  display: block;
}

.banner .flex-direction-nav {
  position: relative;
  margin: 0 auto;
  width: 85%;
  z-index: 100;
  bottom: calc(50% + 30px);
  height: 50px;
}
.banner .flex-direction-nav li {
  height: 50px;
  width: 50%;
  float: left;
}
.banner .flex-direction-nav li a {
  display: block;
  width: 52px;
  height: 50px;
  position: absolute;
  z-index: 100;
}
.banner .flex-direction-nav li a:hover {
  outline: none;
}
.banner .flex-direction-nav li a.flex-prev {
  left: 80px;
}
.banner .flex-direction-nav li a.flex-next {
  right: 80px;
}
.banner .flex-direction-nav li a img {
  width: 52px;
  height: 50px;
}
.banner .flex-control-paging {
}

.banner .flex-control-nav {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 100;
  text-align: left;
  margin-left: -27px;
}
.banner .flex-control-nav li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  *display: inline;
  zoom: 1;
}
.banner .flex-control-nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
}
.banner .flex-control-nav .flex-active {
  background-position: 0 0;
}
.flex-control-paging li a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  cursor: pointer;
  text-indent: 0px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
  background-color: #fff;
}
.flex-control-paging li a:hover {
  background-color: #fff;
  color: #ffffff;
}
.flex-control-paging li a.flex-active {
  background-color: #009844;
  cursor: pointer;
  color: #ffffff;
}
.banner .slides div {
  border: 2px solid #cfa972;
  width: 250px;
  padding-left: 25px;
  height: 50px;
  margin: -480px 0 0 22%;
  zoom: 1;
  position: absolute;
  font-size: 23px;
  line-height: 50px;
}
.banner .slides div img {
  width: 15px;
  height: 17px;
  float: right;
  margin: 16px 25px 0 0;
  *margin-top: -33px;
}
.banner .slides div a {
  color: #f2be74;
}
.productTopBanner .swiper-pagination .swiper-pagination-bullet{
  border-radius: 0;
  width: 14px;
  height: 4px;
}
/**
*核心业务
*/
.coreBusinessTitle {
  font-size: 40px;
  color: #3c3c3c;
  text-align: center;
  padding: 40px 0 25px 0;
  font-weight: bold;
}
.line {
  width: 106px;
  height: 5px;
  background: #0A5FB0;
}
.coreBusiness {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* .coreBusinessWrap {
  box-shadow: 0px 10px 21px 0 rgba(128, 128, 128, 0.19);
  margin-bottom: 30px;
  margin-top: 72px;
} */
.coreBusiness a {
  padding:0 10px;
  margin-bottom: 20px;
}
.coreBusiness dl {
  padding: 0 20px;
  width: 100%;
  height: 390px;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #211641;
  background: #fff;
  cursor: pointer;
}
/* .coreBusinessWrap>a:nth-child(odd) dl dd { color: #009844;}
.coreBusinessWrap>a:nth-child(even) dl dd { color: white;} */
.coreBusiness dl img {
  margin: 52px auto 32px auto;
}
.coreBusiness dl dd:nth-of-type(1) {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.coreBusiness dl dd:nth-of-type(2) {
  font-size: 16px;
}

.coreBusiness dl.coreBusinessActive {
  background: #009844;
  color: #fefefe;
}
.coreBusinessDes {
  color: #555;
  line-height: 28px;
  width: 80%;
  text-align: center;
  margin-top: 47px;
  font-size: 16px;
  position: relative;
}
/*
*主打产品
*/
.KeyProductsTitle {
  border-bottom: 1px solid #dfdfdf;
  margin-top: 47px;
}
.KeyProductsTitleWrap ul li {
  display: inline-block;
  color: #333333;
  line-height: 55px;
  text-align: center;
  font-size: 4vw;
  cursor: pointer;
}
.KeyProductsTitleWrap ul li.KeyProductsActive {
  color: black;
  border-bottom: 4px solid #009844;
  margin-bottom: -1px;
  font-weight: bold;
}
.KeyProductsTitleWrap li img.mobileImg1 {
  display: none;
}
.KeyProductsTitleWrap li img.mobileImg2 {
  display: none;
}
.KeyProductsTitleWrap li img {
  width: 14px;
  float: right;
  margin: 20px 10px 10px 0;
}
.KeyProductsMain {
  float: left;
}
.KeyProductsMain dl {
  padding: 36px 20px;
  min-height: 172px;
  display: flex;
  align-items: center;
}
.KeyProductsMain dl:hover {
  background: #f1f1f1;
}
/* .KeyProductsMain dl:hover span{color: #009844} */
.KeyProductsMain dl dt {
  width: 77px;
  height: 77px;
  background: #009844;
  float: left;
  border-radius: 50%;
}
.KeyProductsMain dl dt img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 18px auto 0 auto;
}
.KeyProductsMain dl:hover dt img {
  transform: scale(1.1);
}
.KeyProductsMain dl dd {
  width: calc(100% - 97px);
  float: left;
  margin-left: 20px;
  height: 80px;
}
.KeyProductsMain dl dd span {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
.KeyProductsMain dl dd p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.KeyProductsTiggle {
  width: 75px;
  position: relative;
  left: 50%;
}
ul.KeyProductsTiggle li {
  width: 10px;
  height: 10px;
  float: left;
  background: #e3e3e3;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
}
ul.KeyProductsTiggle li.KeyProductsTiggleOn {
  background: #009844;
}
/*
*景杰故事
*/
.story {
  margin-top: 40px;
}
/*
*活动中心
*/
.ActivityCenterLeft {
  overflow: hidden;
}
.ActivityCenterWrap {
  margin-top: 47px;
}
.ActivityCenterLeftTopWrap {
  position: relative;
  height: 333px;
  width: 300000px;
  margin-left: -15px;
  overflow: hidden;
}
.ActivityCenterLeftTop {
  height: 333px;
  overflow: hidden;
  float: left;
  padding: 0 15px;
}
.ActivityCenterLeftBottom {
  font-size: 16px;
  margin: 16px 0;
  display: inline-block;
}
.ActivityCenterLeftBottom a {
  color: #333;
}
.ActivityCenterLeftBottom img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  margin-top: -3px;
}
.ActivityCenterRight {
  margin-top: -14px;
}
.ActivityCenterRight dl {
  padding: 0 0 10px 0;
  display: block;
  line-height: 67px;
  height: 67px;
  border-bottom: 1px solid #e4e4e4;
}
.ActivityCenterRight dl dt {
  font-weight: normal;
  float: left;
  width: 60px;
  background: #009844;
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
  line-height: 35px;
  margin: 15px 0 0 0;
  text-align: center;
}
.ActivityCenterRight dl dd {
  float: left;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding-left: 10px;
}
.ActivityCenterRight dl dd a {
  color: #333;
}
.ActivityCenterLeftTop ul {
  width: 100%;
}
.ActivityCenterLeftTop ul li {
  float: left;
  height: 333px;
  position: relative;
  width: 484px;
}
.ActivityCenterLeftTop ul li .ActivityCenterLeftTopDes {
  position: absolute;
  bottom: 0;
  height: 62px;
  background: rgba(44, 44, 44, 0.7);
  z-index: 5;
  width: 100%;
  line-height: 62px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.ActivityCenterLeftTop ul li img {
  width: 100%;
  height: 100%;
}
ol.ActivityCenterLeftOl {
  position: absolute;
  top: 35%;
  width: 100%;
}
ol.ActivityCenterLeftOl li {
  display: none\9;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
ol.ActivityCenterLeftOl li img {
  width: 100%;
  height: 100%;
}
ol.ActivityCenterLeftOl li.ActivityCenterLeftTopPre div {
  margin: -3px 0 0 2px;
}
ol.ActivityCenterLeftOl li.ActivityCenterLeftTopNext div {
  margin: -3px 0 0 -3px;
}
ol.ActivityCenterLeftOl li.ActivityCenterLeftTopPre {
  left: 10px;
}
ol.ActivityCenterLeftOl li.ActivityCenterLeftTopNext {
  right: 30px;
}
ol.ActivityCenterLeftOl li i {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  color: #fff;
}
ol.ActivityCenterLeftOl li.ActivityCenterLeftTopPre i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
ol.ActivityCenterLeftOl li.ActivityCenterLeftTopNext i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* 我们的客户 */
.coreBusiness .customer-swiper-prev,.coreBusiness .customer-swiper-next{
  background-color: #F0F2F9;
  padding: 30px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.coreBusiness .customer-swiper-prev {
  left: -40px;

}
.coreBusiness .customer-swiper-next{
  right: -40px;
}
.customer-swiper-next img:last-of-type,.customer-swiper-prev img:last-of-type{
  display: none;
}
.coreBusiness .customer-swiper-next img:first-of-type,.coreBusiness .customer-swiper-prev img:last-of-type{
  transform: rotate(180deg);
}
.coreBusiness .customer-swiper-prev img,.coreBusiness .customer-swiper-next img{
  width: 8px;
}
.coreBusiness .customer-swiper-prev:hover,.coreBusiness .customer-swiper-next:hover{
  background-color: #0A5FB0;
}
.coreBusiness .customer-swiper-prev:hover img:last-of-type,.coreBusiness .customer-swiper-next:hover img:last-of-type{
  display: block;
}
.coreBusiness .customer-swiper-prev:hover img:first-of-type,.coreBusiness .customer-swiper-next:hover img:first-of-type{
  display: none;
}
@media screen and (max-width: 1243px) {
  .coreBusiness .customer-swiper-prev,.coreBusiness .customer-swiper-next {
    display: none;
  }
}
/*
*底部导航
*/
body{
  position: relative;
  padding-bottom: 80px;
}
.addFooter {
 position: absolute;
  bottom: 0;
  width: 100%;
}
.footer {
  margin-top: 64px;
  /* position: relative; */
  /* position: absolute;
  bottom: 0; */
  width: 100%;
}
.footerNav {
  background: #3d3d3d;
  padding: 50px 0 50px 0;
  color: #fff;
}
.footerNavRight {
  width: 400px;
  margin-right: 20px;
  padding: 0;
}
.footerNavRight img {
  width: 100%;
}
.footerNavLeft {
  text-align: left;
}
.footerNavLeft dl a {
  color: white;
}
.footerNavLeft dl a:hover {
  color: #009844;
}
.footerNavLeft dl {
  float: left;
}
.footerNavLeft dl dt {
  font-size: 16px;
  line-height: 30px;
}
.footerNavLeft .footerImg1 {
  display: none;
}
.footerNavLeft .footerImg2 {
  display: none;
}
.footerNavLeft dl dd {
  font-size: 14px;
  line-height: 30px;
}
.footerNavRight div {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
.rightCopy {
  background: #595757;
  line-height: 50px;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;

}
.rightCopy a {
  color: #fff;
}
.rightCopy a:hover {
  /* 下划线 */
  text-decoration: underline !important;
}
/*
*公司简介
*/
.bannerinside {
}
.bannerinside img {
  width: 100%;
  height: 100%;
}
.bannerImg {
  height: calc(100vh - 72px - 32px);
}

.bannerTextBox{
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction:column;
  justify-content: flex-end;
  padding-left: 80px;
  padding-bottom: 120px;
}
.bannerTextBox h3{
  color:#fff;
  font-size: 58px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
  text-shadow: 2px -1px 4px rgba(0, 0, 0, 1);
}
.bannerTextBox p{
  color:#fff;
  font-size: 22px;
  text-shadow: 2px -1px 4px rgba(0, 0, 0, 1);
}
.bannerinside{
  position: relative;
}
.bannerTextBox2{
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* display: flex;
  flex-direction:column;
  justify-content: flex-end; */
  /* padding-left: 80px; */
  padding-top: 40px;
}
.bannerTextBox2 h3{
  font-size: 42px;
  color: #ffffff;
}

.bannerinsideDes {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.crumbNav {
  height: 45px;
  line-height: 45px;
  color: #666;
  background: #f5f5f5;
  font-size: 14px;
}
.crumbNav img {
  margin-top: 14px;
  width: 12px;
  height: 16px;
  margin-right: 10px;
}
.crumbNav ul li {
  float: left;
}
.crumbNav ul li a {
  color: #666;
  display: inline-block;
}
.crumbNav ul li a:hover {
  color: #0A5FB0 !important;
  display: inline-block;
}
.crumbNav span {
  float: left;
}
.aboutUs{
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
}
.aboutUsRight ul li>a{
  padding: 5px 0px;
  color: #333333;
  /* margin-bottom: 10px; */
  margin-top: 10px;
}
.aboutUsRight ul li>a:hover, .aboutUsRight ul li>.active{
  background-color: #ffffff !important;
  color: #0A5FB0;
}
.aboutUsRight ul li>a:focus{
  outline: none;
}

.aboutUsMainLeft {
  width: 100%;
  height: 647px;
}
.aboutUsMainLeft img {
  width: 100%;
  height: 100%;
}
.aboutUsMainRight {
  /* position: absolute; */
  z-index: 2;
  /* width: 65%; */
  /* top: 20px; */
  right: 0;
  /* background: #f5f9ff; */
  /* margin-left: -26%; */
  padding: 0px;
}
.aboutUsMainRight h2 {
  color: #3c3c3c;
  font-size: 22px;
  line-height: 42px;
  margin-top: 16px;
  width: 50%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.aboutUsMainRight p {
  color: #333;
  font-size: 16px;
  line-height: 36px;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: block !important;
}
.aboutUsMainRight a {
  display: block;
  width: 158px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #666;
  border: 1px solid #666;
  text-align: center;
  margin-top: 40px;
}

.healthy {
  margin-top: 30px;
}
.healthy dl {
  float: left;
  text-align: center;
  margin: 70px 0 0 0;
}
.healthy dl dd {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.healthy dl dd.healthyddTitle {
  color: #3c3c3c;
  font-size: 20px;
  line-height: 52px;
}
.healthy dl dt img {
  margin: 0 auto;
  width: 81px;
  height: 72px;
}
.development {
  background: url(http://ptm-bucket.oss-cn-hangzhou.aliyuncs.com/temporary/aboutUsBg.png)
    no-repeat;
  background-size: cover;
  margin-top: 70px;
  padding-top: 50px;
}
.development dl {
  float: left;
  text-align: center;
  margin: 47px 0 80px;
}
.development dl dt {
  font-size: 50px;
  color: #00ffa1;
  line-height: 110px;
  font-weight: normal;
}
.development dl dd {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.historyLeftLine {
  background: #e2e2e2;
  width: 1px;
}
.historyLeftLine dl {
  width: 200px;
  clear: both;
  margin: 5px 0 0 -10px;
  height: 125px;
}
.historyLeftLine dl dt {
  float: left;
  width: 18px;
  height: 18px;
  border: 10px solid transparent;
  border-color: rgba(216, 216, 216, 1);
  border-radius: 50%;
  overflow: hidden;
}
.historyLeftLine dl dd {
  width: 150px;
  float: left;
  font-size: 18px;
  color: #666666;
  line-height: 40px;
  margin-left: 10px;
  margin-top: -9px;
}
.historyLeftLine dl dt.historyLeftOn {
  border: 10px solid transparent;
  border-color: rgba(207, 244, 231, 1);
  background: #009844;
}
.historyRight {
}
.historyRight dl dt {
  font-size: 48px;
  color: #3c3c3c;
  line-height: 66px;
}
.historyRight dl dd {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 44px;
}
.honor {
  padding-bottom: 60px;
}
/* .honor ul{margin: 50px 0 0 30px;height: 250px;overflow: hidden} */
/* .honor ul li{width:205px;float:left;margin:0 40px}
.honor ul li img{width:100%;height: 100%} */
.honorarrow {
  width: 23px;
  height: 39px;
  position: absolute;
  top: 110px;
}
.honorarrow img {
  width: 100%;
  height: 100%;
}
.honorPre {
  left: 0;
}
.honorNext {
  right: 0;
}
.contactUsLeft {
}
.contactUsRight {
  height: 385px;
}
.contactUsRight img {
  width: 100%;
  height: 100%;
}
.contactUsLeft dl {
  line-height: 28px;
  color: #555;
}
.contactUsLeft dl dt {
  font-size: 16px;
  font-weight: bold;
}
.contactUsLeft dl dd {
  font-size: 14px;
}
.contactUs {
}

.about_medical_title {
  text-align: center;
  color: #333333;
  font-size: 18px;
}
.about_medical_wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.about_medical_wrap .about_medical_wrap_icon {
  margin: 0 auto;
  width: 96px;
  height: 96px;
  background-color: #009844;
  border-radius: 50%;
  padding: 25px;
  box-sizing: border-box;
}
.about_medical_wrap .about_medical_wrap_icon img {
  width: 100%;
  height: 100%;
}
.about_medical_wrap .about_medical_wrap_icon_title {
  width: 160px;
  text-align: center;
  box-sizing: border-box;
  margin: 20px auto 0 auto;
  font-size: 14px;
  line-height: 1.6;
}
.about_medical_wrap_l {
  display: inline-block;
  width: 33.3%;
  float: left;
}

/*
*科学顾问
*/
.ManagementTeam {
}
.ManagementTeam dl {
  border-bottom: 1px solid #dfdfdf;
  padding: 40px 0;
}
.ManagementTeam dl dt {
  float: left;
  margin-bottom: 16px;
}
.ManagementTeam dl dt img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: inline-block;
}
.ManagementTeam dl dd {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}
.ManagementTeam dl dd.ManagementTeamTitle {
  color: #333;
  font-size: 22px;
  line-height: 30px;
  height: 45px;
}
.ManagementTeam dl dd.paddingAdd {
  padding-bottom: 30px;
}
.ManagementTeam dl dd.ManagementTeamTitle img {
  float: left;
  margin-right: 10px;
  width: 26px;
  height: 21px;
  margin-top: 2px;
  display: block;
}
/*
*企业文化
*/
.corporateCultureDes {
  font-size: 16px;
  color: #333;
  margin: 42px auto;
  width: 800px;
  text-align: center;
}
.corporateCultureBlock {
  background: #f5f5f5;
  padding: 5% 16%;
  margin-top: 40px;
}
.corporateCultureBlock dl {
  float: left;
}
.corporateCultureBlock dt {
  font-size: 24px;
  color: #333;
  line-height: 40px;
}
.corporateCultureBlock dd {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.valueBlock {
  margin: 40px 0;
}
.valueBlock dl {
  float: left;
  text-align: left;
  margin-bottom: 40px;
}
.valueBlock dl:nth-child(3n) {
  margin-right: 0;
}
.valueBlock img {
  width: 136px;
  height: 136px;
  display: block;
  margin: 0 auto;
}
.valueBlock dd {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.valueBlock dd.valueBlockTitle {
  font-size: 20px;
  color: #000;
  line-height: 60px;
  text-align: center;
}
/*
*抗体产品
*/
.productSearch {
  background: #fff;
  padding: 30px 10px 30px 200px;
}
.productSearch input[type="text"] {
  height: 48px;
  line-height: 48px;
  width: 750px;
  outline: none;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  display: inline-block;
  background: #f7f7f7 url(../images/magnifierImg.png) no-repeat 10px center;
  background-size: 20px 20px;
  text-indent: 40px;
}
/* WebKit browsers */
.productSearch input[type="text"]::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.productSearch input[type="text"]:-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
  font-size: 14px;
}
/* Mozilla Firefox 19+ */
.productSearch input[type="text"]::-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
  font-size: 14px;
}
/* Internet Explorer 10+ */
.productSearch input[type="text"]:-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 14px;
}
.productSearch input[type="button"] {
  background: #009844;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border: none;
  color: #fff;
  width: 60px;
  margin-left: -60px;
}
.serachResult {
  font-size: 16px;
  line-height: 52px;
  color: #333;
}
.serachResult span {
  color: #ff002b;
}
.productLeft {
}
.productLeftTitle {
  color: #343434;
  font-size: 16px;
  line-height: 53px;
  font-weight: bold;
}
.productLeftTitle img {
  float: left;
  width: 6px;
  height: 12px;
  margin: 20px 10px 0 0;
}
.productLeftBlockWrap {
  background: #fff;
}
.productLeftBlockTitle {
  line-height: 40px;
  background: #0A5FB0;
  font-size: 16px;
  text-indent: 18px;
  color: #fff;
}
.productLeftBlockTitle img {
  float: right;
  margin: 15px 20px 0 0;
  width: 15px;
  height: 9px;
}
.productLeftSearch {
  padding: 10px 20px;
}
.productLeftSearch input[type="text"] {
  height: 40px;
  line-height: 40px;
  width: 100%;
  outline: none;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  display: inline-block;
  background: white url(../images/magnifierImg.png) no-repeat 10px center;
  background-size: 20px 20px;
  text-indent: 40px;
}
.productLeftBlockWrap dl {
  padding: 5px 20px;
  font-size: 14px;
  color: #666;
}
.productLeftSearch div {
  color: #151515;
  font-size: 12px;
  padding: 10px 0 10px 0;
  text-decoration: underline;
}
.productLeftBlockWrap ul {
  padding: 0 20px;
}
.productLeftBlockWrap ul li {
  width: 100%;
  height: 36px;
  margin-right: 10px;
  line-height: 36px;
}
.productLeftBlockWrap ul li input[type="checkbox"] {
  border: 1px solid #cbcbcb;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-align: center;
  margin: 0 10px 0;
}
.productLeftBlockWrap ul li label {
  margin-bottom: 0;
  height: auto;
}
.productLeftBlockWrap ul li input[type="checkbox"]:checked {
  border: 1px solid #009844;
  content: "\2713" !important;
  background: #009844;
  color: white !important;
  font-weight: bold !important;
}
.productLeftBlockWrap ul li input[type="checkbox"]:before {
  content: "\2713" !important;
  font-size: 6px;
  color: #fff;
}
.productLeftBlockWrap ul li label {
  font-size: 14px;
  color: #666;
}
.productLeftBlockTitleGrey {
  height: 40px;
  line-height: 40px;
  color: #343434;
  background: #f1f1f1;
  font-size: 16px;
  text-indent: 18px;
}
.productLeftBlockWrap .title {
  margin-bottom: 10px;
}
.productLeftBlockTitleGrey img {
  float: right;
  margin: 15px 20px 0 0;
  width: 15px;
  height: 9px;
}
.productLeftBlockWrapAdd dl dt img {
  width: 6px;
  height: 12px;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.productLeftBlockWrapAdd dl dd {
  text-indent: 26px;
  line-height: 30px;
}
.productRight dl {
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px 20px;
  overflow: hidden;
}
.productRight dl:hover {
  border-color: #009844;
}
.productRight dl dt {
  float: left;
  position: relative;
  border: 1px solid #eee;
}
.productRight dl.axass dt {
  border: none;
}
.productRight dl.axass:hover {
  border-color: #e0e0e0;
}
.productRight dl dt ul {
  height: 210px;
}
.productRight dl dt ul li img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.productRight dl dt img.arrowLeftProduct {
  position: absolute;
  top: 100px;
  left: 10px;
  z-index: 50;
  width: 12px;
  height: 21px;
}
.productRight dl dt img.arrowRightProduct {
  position: absolute;
  right: 10px;
  top: 100px;
  z-index: 50;
  width: 12px;
  height: 21px;
}
#otherProductListRight .li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 32px 20px;
}
#otherProductListRight .li .li-left {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
#otherProductListRight .li .li-left .title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  width: 300px;

  /*word-break: break-all;*/
  word-wrap:break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#otherProductListRight .tip {
  background-color: #28a7e3;
  color: white;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  margin-top: 10px;
}

#otherProductListRight .tip.two {
  background-color: rgb(95, 145, 185);
}

#otherProductListRightGS .li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 32px 20px;
}
#otherProductListRightGS .li .li-left {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
#otherProductListRightGS .li .li-left .title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  /*width: 300px;*/

  width: 400px;
  /*word-break: break-all;*/
  word-wrap:break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#otherProductListRightGS .tip {
  background-color: #28a7e3;
  color: white;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  margin-top: 10px;
}

#otherProductListRightGS .tip.two {
  background-color: rgb(95, 145, 185);
}

.productRight dl {
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px 20px;
  overflow: hidden;
}
.productRightWrap {
  position: relative;
}
.productRightWrap {
  height: 192px;
}
.productRightWrapTitle {
  color: #343434;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 350px;
  display: block;
}
.productRightWrap ul li {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
  border-radius: 5px;
  padding: 0 8px;
  margin-right: 6px;
  line-height: 22px;
  height: 20px;
  box-sizing: border-box;
  float: left;
  margin-top: 2px;
}
.productRightWrap ul li.wb {
  background: #a9b788;
}
.productRightWrap ul li.ihc {
  background: #2a5c9e;
}
.productRightWrap ul li.ihcp {
  background: #6091b9;
}
.productRightWrap ul li.ihcfr {
  background: #5664a5;
}
.productRightWrap ul li.mihcp {
  background: #8c83a7;
}
.productRightWrap ul li.iccif {
  background: #373a79;
}
.productRightWrap ul li.ip {
  background: #008e93;
}
.productRightWrap ul li.chip {
  background: #76a45e;
}
.productRightWrap ul li.fc {
  background: #cfd455;
}
.productRightWrap ul li.dotblot {
  background: #4cae11;
}
.productRightWrap ul li.elisa {
  background: #463771;
}
.productRightWrap ul li.iac {
  background: #e0ba3d;
}
.productRightWrap .otherName {
  display: inline-block;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productRight dl dd {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.productRightBlock1 {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.productRightBlock1 select {
  background-color: white;
  width: 173px;
  height: 38px;
  border: 1px solid #008e93;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  outline: none;
  font-size: 14px;
  color: #008e93;
  appearance: button;
}
.productRightBlockCompare {
  width: 173px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
}
.productRightBlockCompare a {
  color: #009844;
}
.newKT {
  font-size: 14px;
  color: #5664a5;
  text-align: center;
  border: 1px solid #5664a5;
  line-height: 38px;
}
.newKT:hover {
  color: #009844;
  cursor: pointer;
}
.newKT:hover span {
  cursor: pointer;
}
.productLeft .productLeftBlockWrap span:hover {
  color: #009844;
}
.productLeft .productLeftBlockWrap dd:hover {
  color: #009844;
}
/*
*对比
*/
.productLeftContrast {
  background: #fff;
  margin: 20px 0 0 0;
  padding: 20px;
}
.productLeftContrastTitle {
  color: #343434;
  font-size: 24px;
}
.productContrastWrap {
  border: 1px solid #ececec;
  border-width: 1px 0;
  margin-top: 30px;
}
.productContrastLeft {
  width: 128px;
  float: left;
}
.productContrastRight {
  display: flex;
  width: calc(100% - 128px);
  overflow-x: scroll;
}
.productContrastLeft ul li {
  background: #009844;
  line-height: 48px;
  font-size: 16px;
  color: #fefefe;
  text-align: center;
}
.productContrastLeft ul li:nth-child(2n) {
  background: rgba(0, 158, 68, 0.9);
}
.productContrastRight ul {
  width: calc(33.3% - 1px);
  border-right: 1px solid #ececec;
  flex-shrink: 0;
}
.productContrastRight ul li {
  background: #fff;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  font-size: 16px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
}
ul li.contrastLiActive {
  height: 220px;
  line-height: 220px;
  padding-top: 30px;
}
ul li.contrastLiActive span {
  line-height: 48px !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
ul li.contrastLiActive img {
  width: 140px;
  margin: 0 auto;
  display: block;
}
.productContrastRight ul li:nth-child(2n) {
  background: #f6f6f6;
}
/*
*加入对比
*/
.joinContrast {
  position: fixed;
  bottom: 10vh;
  width: 100%;
  background: #fff;
  z-index: 50;
  box-shadow: 1px 5px 24px 4px rgba(154, 154, 154, 0.54);
}
.joinContrastTitle {
  color: #343434;
  font-size: 16px;
  line-height: 65px;
}
.joinContrast dl {
  width: 132px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.joinContrast dl dt {
  width: 132px;
  height: 132px;
  margin-bottom: 5px;
}
.joinContrast dl dt img {
  width: 100%;
  height: 100%;
}
.joinContrast dl dd {
  font-size: 14px;
  color: #343434;
  line-height: 24px;
}
.joinContrast dl dd.joinContrastTBox {
  background: #009844;
  transform: rotateZ(220deg);
  width: 100px;
  height: 100px;
  position: absolute;
  right: -50px;
  top: -80px;
  color: #fff;
}
.joinContrast dl dd.joinContrastTWrong {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.joinContrastRight {
  text-align: center;
  margin: 25px 30px 0 0;
}
.joinContrastRight .productRightBlockCompare {
  margin-bottom: 10px;
}
.clearJoinContrast {
  border: 1px solid #959595;
  text-align: center;
  outline: none;
  margin: 10px 0;
  font-size: 14px;
  color: #343434;
}
.joinContrastRightButton {
  background: #009844;
  color: #fff;
  border: 1px solid #009844;
}
.joinToggle {
  position: absolute;
  right: 20px;
  top: 20px;
}
.joinToggle img {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
  font-size: 14px;
  color: #343434;
}
/*
*详情
*/
.productRightMainBlockTitleAdd {
  font-weight: bold;
}
.detailMain {
  border: 1px solid #e8e8e8;
  background: #fff;
  margin: 20px 0;
  padding: 20px;
}
.detailMainLeft {
  float: left;
  margin-bottom: 20px;
}
.detailMainLeftBox {
  height: 386px;
  border: 1px solid #e9e9e9;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.detailMainLeftBox img {
  display: block;
  cursor: pointer;
}
.detailMainRight {
  float: left;
}
.detailPre,
.detailNext {
  width: 10%;
  height: 35px;
  float: left;
  margin-top: 15px;
  cursor: pointer;
}
.detailPre {
  margin-right: 3%;
}
.detailNext {
  margin-left: 3%;
}
.detailPre img,
.detailNext img {
  width: 100%;
  height: 100%;
}
.detailMainLeftBoxUl {
  width: 72%;
  float: left;
  margin-top: 6px;
  overflow: hidden;
}
.detailMainLeft ul {
  position: relative;
  width: 1000px;
}
.detailMainLeft ul li {
  float: left;
  border: 1px solid #e8e8e8;
  margin: 0 18px;
  width: 50px;
  height: 50px;
}
.detailMainLeft ul li.liActive {
  border: 1px solid #009844;
}
.detailMainLeft ul li:hover {
  cursor: pointer;
}
.detailMainLeft ul li img {
  padding: 5px;
  width: 100%;
  height: 100%;
}
.detailMainRight dd {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detailMainRight dd #otherName:hover {
  cursor: pointer;
}
.productPrice {
  font-weight: bold;
}
.productPrice select {
  background-color: white;
  width: 225px;
  height: 38px;
  border: 1px solid #008e93;
  text-align: center;
  outline: none;
  margin: 10px 0 10px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #008e93;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
}
.detailMainRight .productRightWrapTitle {
  color: #343434;
  font-size: 22px;
  width: 100%;
}
.productRightMainBlock {
  /*margin-top: 64px;*/
  margin-top: 30px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  padding: 10px 20px 20px 20px;
  font-size: 16px;
  color: #666;
}
.productRightMainBlock dl {
  width: 100%;
  clear: both;
}
.productRightMainBlock dl dt {
  height: 23px;
  float: left;
  font-weight: bold;
  line-height: 41px;
}
.productRightMainBlock dl dt img {
  width: 20px;
  height: 18px;
  margin-top: 10px;
}
.productRightMainBlock dl dt img.productDetailImg1 {
  height: 16px;
  margin-top: 13px;
}
.productRightMainBlock dl dd {
  float: left;
  margin-left: 20px;
  color: #666 !important;
  font-size: 21px !important;
  line-height: 41px !important;
}
.productRightMainBlock dl dd a {
  color: #22a4e4 !important;
}
.downLoad {
  width: 120px;
  height: 33px;
  line-height: 33px;
  background: #009844;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.downLoad img {
  width: 12px;
  height: 11px;
  display: inline-block;
  margin-top: -4px;
}
.detailProduct {
  border: 1px solid #e8e8e8;
  background: #fff;
  margin: 20px 0;
  padding: 20px;
}
.detailProductTitle {
  font-size: 18px;
  color: #0A5FB0;
  font-weight: bold;
}
.detailProductTitle img {
  float: left;
  width: 6px;
  height: 12px;
  margin: 6px 5px 0 0;
}
.detailProduct .detailPre,
.detailProduct .detailNext {
  width: 16px;
  height: 28px;
  float: left;
  margin-top: 75px;
}
.detailProduct .detailPre img,
.detailProduct .detailNext img {
  width: 100%;
  height: 100%;
}
.detailProduct .detailPre {
  margin-right: 3%;
}
.detailProduct .detailNext {
}
.detailProduct ul {
  width: 100%;
  margin-top: 20px;
}
.detailProduct ul li {
  width: 12%;
  float: left;
  margin: 0 1%;
}
.detailProduct ul li img {
  width: 100%;
  height: 132px;
}
.detailProduct ul li span {
  color: #343434;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  display: inline-block;
}
.detailProductMoreTitle {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  padding: 30px 0 15px 0;
}
.detailProductMoreBlock1 ul li {
  height: 48px;
  line-height: 48px;
  color: #666;
  font-size: 14px;
  width: 33.3%;
  float: left;
  margin: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
}
.detailProductMoreBlock1 ul {
  width: 100%;
  margin-top: 0;
}
.detailProductMoreBlock1 ul:nth-child(2n + 1) {
  background: #f6f6f6;
  overflow: hidden;
}
.detailProductMoreBlock1 ul.detailProductMoreBlock1Title {
  background: #009844;
  overflow: hidden;
}
.detailProductMoreBlock1 ul.detailProductMoreBlock1Title li {
  color: #fff;
  font-size: 16px;
}
.detailProductMoreBlock2 {
  border: 1px solid #e2e2e2;
  padding: 20px;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 30px;
}
.detailProductMoreBlock2 dl {
  float: left;
  font-size: 14px;
  line-height: 30px;
}
.detailProductMoreBlock2 dl dt {
  color: #3c3c3c;
  float: left;
  border: 1px solid #e2e2e2;
  position: relative;
}
.detailProductMoreBlock2 dl dt.unSelect {
  border: none;
}
.detailProductMoreBlock2 dl dd {
  color: #666;
  float: left;
  margin-top: 12px;
  overflow: auto;
}
.detailProductMoreBlock3 dt {
  float: left;
  padding: 15px;
  overflow: hidden;
}
.detailProductMoreBlock3 dt span {
  width: calc(100%);
  position: absolute;
  margin-left: -15px;
  margin-right: -5px;
  bottom: 0px;
  background: #f5f5f5;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  text-indent: 20px;
  color: #666;
  text-align: center;
}
.detailProductMoreBlock3 dt img {
}
.detailProductMoreBlock3 dl {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.detailProductMoreBlock3 dd {
  float: left;
  color: #343434;
  font-size: 14px;
}
.detailProductMoreBlock3 ul {
  width: 100%;
  margin-top: 0;
}
.detailProductMoreWrap {
  border: 1px solid #e2e2e2;
  margin-top: 10px;
}
.detailProductMoreBlock3 ul li {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  width: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  margin: 0;
  text-align: center;
  line-height: 48px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.detailProductMoreBlock3 ul li:hover {
  cursor: pointer;
}
.detailProductMoreBlock3 ul li:nth-child(-n + 6) {
  border-top: 1px solid #e9e9e9;
}
.detailProductMoreBlock3 ul li:nth-child(6n + 1) {
  border-left: 1px solid #e9e9e9;
}
.detailProductMoreBlock2Add dl {
}
.detailProductMoreBlock2 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.productDetailsMenu {
  background: #f4f4f4;
  font-size: 14px;
  line-height: 53px;
  padding: 10px 0;
}
.productDetailsMenu img {
  width: 7px;
  height: 13px;
  float: left;
  margin-top: 11px;
  margin-right: 10px;
}
.productDetailsMenuActive {
  color: #0A5FB0;
}
.productRightAdd dl {
  float: left;
  padding: 20px;
  border: 1px solid #e4e4e4;
  margin-bottom: 0;
  margin-top: 0;
}
.productRightAdd dl dt:hover {
  color: #0A5FB0;
}
.productRightAdd a:nth-child(2n) dl {
  border-left: none;
}
.productRightAdd a:nth-child(n + 3) dl {
  border-top: none;
}
.productRightAdd dl dt {
  color: #343434;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 168px;
}
.productRightAdd dl dd {
  color: #0A5FB0;
  font-size: 14px;
}
.productRightAdd dl dd img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
}
.servicesTitle {
  color: #343434;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  padding: 40px 0 30px 0;
}
.detailProductMoreBlock2Add {
  border: none;
  padding: 10px 0;
  line-height: 32px;
}
.productRightAdd .detailProductMoreBlock2Add dl {
  margin-bottom: 30px;
}
.productRightAdd .detailProductMoreBlock2Add a:nth-child(2n) dl {
  border-left: none;
}
.productRightAdd .detailProductMoreBlock2Add dl dt {
  height: 168px;
}
.productRightWidthAdd {
  width: 800px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
/*
*活动
*/
.activityTitle {
  font-size: 16px;
  color: #343434;
  line-height: 32px;
  font-weight: bold;
}
.activityTitle img {
  width: 7px;
  height: 13px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
}
.activityTitle span {
  font-size: 14px;
  color: #343434;
  padding-right: 15px;
}
.activityContent dl {
  float: left;
  margin: 20px 0 20px 0;
}
.activityContent dl dt {
  width: 100%;
  height: 150px;
}
.activityContent dl dt img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.activityContent dl dd {
  color: #0A5FB0;
  font-size: 14px;
  line-height: 30px;
  object-fit: contain;
}
.activityContent dl dd img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.activityContent dl dd.activityDes {
  font-weight: 600;
  font-size: 16px;
  color: #343434;
  line-height: 24px;
  padding: 5px 0;
  height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.servicesTitle span {
  font-size: 14px;
  color: #666;
  display: block;
  width: 100%;
  line-height: 46px;
}
ul.newDetailLi {
  padding: 20px 0 30px 0;
}
ul.newDetailLi li {
  color: #28ca8e;
  font-size: 16px;
  line-height: 24px;
}
/*
*科研详情
*/
.dynamicNewsDetailTitle {
  line-height: 50px;
  font-size: 24px;
  color: #343434;
}
.dynamicNewsDetailTitleDes {
  color: #666;
  font-size: 14px;
}
.dynamicNewsDetailTitleDes span {
  border-radius: 5px;
  background: #f2f2f2;
  color: #bebebe;
  padding: 2px 5px;
}
.dynamicNewsDetailTitleDes span.Tspan {
  background: #fff;
  color: #5e7199;
}
.dynamicQuote {
  border-radius: 5px;
  background: #f2f2f2;
  color: #bebebe;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}
.dynamicQuoteTitle {
  font-size: 16px;
}
.dynamicQuote span {
  color: #5e7199;
  line-height: 40px;
  font-size: 18px;
}
.dynamicQuote p {
  position: absolute;
  color: #bebebe;
  font-size: 16px;
  right: 15px;
  top: 40px;
}
.dynamicQuote p img {
  width: 6px;
  height: 12px;
  display: inline-block;
  margin-top: -3px;
}
.qrcodeNewsDetail {
  position: absolute;
  right: -210px;
  top: 20px;
  width: 172px;
  border: 1px solid #dbdbdb;
  text-align: center;
  font-size: 14px;
  padding: 13px;
}
/*
*首页菜单展开
*/
.navWrapLeft {
  width: 30%;
  float: left;
}
.navWrapMiddle {
  width: 42%;
  text-align: left;
  float: left;
  padding-left: 160px;
  padding-top: 30px;
}
.navWrapRight {
  width: 26%;
  height: 225px;
  float: right;
  margin-top: 15px;
}
.navWrapRight img {
  width: 100%;
  height: 100%;
  display: block;
}
.navWrapLeftTitle {
  color: #343434;
  font-size: 20px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 50px;
}
.navWrapLeft span {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 24px;
  padding: 20px 0 0 0;
  display: inline-block;
}
.navWrapMiddle dl dd a {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 32px;
}
.navWrapMiddle dl dd.navWrapMiddleActive {
  color: #009844;
}
.navWrapLeftAdd {
  width: 24%;
  padding-left: 0;
  padding-top: 0;
  padding-right: 4%;
}
.navAddBlock {
  width: 100%;
  position: absolute;
  top: 72px;
  z-index: 90;
}
ul.navAddBlock li {
  display: none;
}
.productRight ul.page li {
  float: left;
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 2px 10px;
  color: #606060;
  font-size: 14px;
  margin-right: 5px;
}
.productRight ul.page li.pageOn {
  background: #009844;
  border: 1px solid #009844;
  color: #fff;
}
/*
*自适应前端开发处理
*/
.mobileNav {
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.mobileNavLeft {
  width: 33.3%;
  float: left;
  text-align: center;
}
.mobileNavLeft img {
  width: 85px;
  margin: 8px auto;
}
.mobileNavRight {
  width: 33.3%;
  float: left;
}
.mobileNavRight i {
  width: 40px;
  display: block;
  margin: 12px 0 0 15px;
  color: #333333;
  font-size: 24px !important;
}
.mobileNavUl {
  position: absolute;
  top: 50px !important;
  margin-top: 0 !important;
  left: 0;
  z-index: 6000;
  background: #fff;
  height: calc(100vh - 50px);
}
.mobileNavUl li {
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #555;
  padding: 16px 0;
  text-indent: 20px;
  border-bottom: 1px solid hsla(172, 0%, 90%, 0.5);
}
.mobileNavUl li ul.threeUl li {
  border-bottom: none;
}
.mobileNavUl li ul.threeUl li a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.bannerMobild {
  display: block;
  color: #fff;
}
.bannerMobild img {
  width: 100%;
  height: 100%;
}
.bannerMobileTitle {
  font-size: 8vw;
  padding: 25vh 0 5vh 0;
  width: 70vw;
  margin: 0 auto;
  text-align: center;
}
.bannerMobildDes {
  font-size: 6vw;
  padding: 1vh 0 1vh 0;
  width: 60vw;
  margin: 0 auto;
  text-align: center;
}
.bannerMobildButton {
  width: 60vw;
  height: 8vh;
  line-height: 8vh;
  text-align: center;
  font-size: 3vh;
  margin: 0 auto;
  background: #0db;
  margin-top: 4vh;
}
.mobileNavUl > li > ul {
  display: none;
}
/*
*视频
*/
.productdetail_imgtext .haier_product_feature {
  height: 7.2rem;
  line-height: 7.2rem;
  text-align: center;
}

.productdetail_imgtext .haier_product_feature.detail_video,
.productdetail_imgtext .haier_product_feature.toptext_bottomimg {
  height: auto;
  line-height: normal;
}

.productdetail_imgtext .detail_video .box {
  position: relative;
}

.productdetail_imgtext .detail_video .content {
  visibility: visible;
  position: relative;
  top: 100;
  width: 100%;
  height: 100%;
}

.productdetail_imgtext .detail_video .content .video_img {
  display: none;
  text-align: center;
  width: 100%;
  margin-top: 0.55rem;
}

.productdetail_imgtext .detail_video .content .video_img img {
  width: 100%;
  height: auto;
}

.productdetail_imgtext .detail_video .video {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}

.productdetail_imgtext .detail_video .do {
  color: #fff;
  font-size: 0.48rem;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}

.productdetail_imgtext .detail_video video {
  object-fit: cover;
  border: none !important;
  width: 100%;
  height: 100%;
}

.productdetail_imgtext .detail_video .video-js {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.productdetail_imgtext .detail_video .wz {
  position: relative;
  z-index: 1;
  width: 80%;
  margin-left: 0;
  padding-left: 0.8rem;
  text-align: left;
}

.productdetail_imgtext .detail_video .wz p {
  font-size: 0.36rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.28rem;
}

.productdetail_imgtext .detail_video .jg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.productdetail_imgtext .detail_video .jg div {
  position: absolute;
  background: #fff;
  overflow: hidden;
  transition: 1s all;
}

.productdetail_imgtext .detail_video .left {
  left: 0;
  width: 0;
  height: 100%;
  transform-origin: left center;
}

.productdetail_imgtext .detail_video .right {
  right: 0;
  width: 0;
  height: 100%;
  transform-origin: right center;
}

.productdetail_imgtext .detail_video .top {
  top: 0;
  height: 0;
  width: 100%;
  transform-origin: center top;
}

.productdetail_imgtext .detail_video .bottom {
  bottom: 0;
  height: 0;
  width: 100%;
  transform-origin: center bottom;
}

.productdetail_imgtext .detail_video h1 {
  font-size: 52px;
}

.productdetail_imgtext .textbox {
  margin-left: 0.7rem;
  width: 4.8rem;
  position: relative;
}
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.developmentMobild {
  position: relative;
}
.bannerMobild span {
  position: absolute;
  top: calc(50% - 4vh);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 4vw;
}
.mobileProduct {
  margin: 10px 0;
}
.mobileProduct dt {
  position: relative;
  width: 60px;
  height: 60px;
  background: #009844;
  border-radius: 50%;
  margin: 0 auto;
}
.mobileProduct dt img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}
.mobileProduct dd {
  text-align: center;
  line-height: 30px;
  min-height: 60px;
  color: #000;
}
/*
*自适应处理
*/
/*超小屏幕：（手机，小于768px）。*/
@media only screen and (max-width: 767px) {
  body {
    margin-top: 50px !important;
    padding-bottom: 100px !important;
    box-sizing: border-box;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: 6px;
  }
  .contact {
    display: none;
  }
  .header {
    display: none;
  }
  .mobileNav {
    display: block;
  }
  /* .banner{display: none} */
  /* .bannerinside{display: none} */
  .bannerinsideDes {
    font-size: 14px;
    margin-left: 10px;
  }
  .bannerMobild {
    display: block;
  }
   .bannerImg {
    height: calc(100vh - 50px) !important;
  }

  .bannerTextBox{
    padding-left: 30px;
    padding-bottom: 65px;
  }
  .bannerTextBox h3{
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
  .bannerTextBox p{
    font-size: 12px
  }
  .bannerTextBox2 {
    padding-left: 10px;
  }
  .bannerTextBox2 h3{
    font-size: 24px;

  }
  .wrapAdd {
    width: 100%;
  }
  .wrap {
    width: 100%;
    max-width: 100%;
  }
  .footerNavLeft {
    width: 80%;
  }
  .ActivityCenterRight dl dd {
    width: calc(100% - 60px);
  }
  .ActivityCenterRight dl dd a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ActivityCenterLeftTop ul li {
    width: 93%;
  }
  .ActivityCenterRight {
    margin-left: 0;
  }
  .ActivityCenterRight dl {
    height: 66px;
    border-bottom: 1px solid #eee;
  }
  .ActivityCenterRight dl dd {
    line-height: 62px;
  }
  .KeyProductsTitleWrap ul li {
    font-size: 16px;
    text-align: left;
  }
  .footerNavLeft {
    width: 100%;
  }
  .addFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  /* .coreBusinessWrap{margin:30px 30px 0 30px;} */
  .KeyProductsTitle {
    border-bottom: none;
  }
  .development dl dt {
    font-size: 36px;
  }
  .productContrastLeft {
    width: 100px;
  }
  .productContrastRight {
    width: calc(100% - 100px);
  }
  .productSearch {
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }
  .productSearch input[type="text"] {
    width: 80%;
    display: block;
  }
  .productSearch input[type="button"] {
    margin-left: 0;
    float: right;
    margin-top: -48px;
    margin-right: 10%;
  }
  .corporateCultureDes {
    width: 80%;
    line-height: 30px;
  }
  .detailProduct ul {
    width: 260px;
    height: 160px;
    overflow: hidden;
  }
  .detailProduct ul li {
    width: 100%;
  }
  .detailProductMoreBlock1 ul {
    width: 100%;
    height: 50px;
  }
  .detailProductMoreBlock1 ul li {
    width: 33.3%;
    height: 50px;
  }
  .detailProduct .detailProductMoreWrap ul li {
    width: 25%;
  }
  .detailProduct .detailProductMoreWrap ul {
    height: 48px;
  }
  .detailProductMoreBlock2 {
    padding: 10px;
  }
  .detailProductMoreBlock2 img {
    max-width: 100%;
  }
  .productRightWidthAdd {
    width: 98%;
    margin: 0 auto;
    padding: 2%;
  }
  .wrapAdd {
    width: 100%;
    padding: 0 3%;
  }
  .joinContrastRight {
    margin: 0 auto;
    width: 80%;
  }
  .rightCopy {
    line-height: 28px;
  }
  .KeyProductsToggleCon {
    width: 90%;
    overflow: hidden;
  }
  .footerNavRight {
    width: 100%;
    margin: 0 auto;
  }
  .mobileSlide {
    display: block;
  }
  .pcSlide {
    display: none;
  }
  .bannerMobild ul {
    height: 100% !important;
  }
  .bannerMobild ul a {
    height: 100% !important;
  }
  .plug_slider {
    position: relative;
  }
  .pcShow {
    display: none;
  }
  .mobileShow {
    display: block;
    height: 200px !important;
    margin: 20px;
  }
  .mobileShow ul li {
    border: 1px solid #dbdbdb;
    font-size: 20px;
    padding: 20px;
  }
  .aboutUsMainRight {
    overflow: hidden;
    /* width: 90%; */
    padding: 20px;
    /* margin-top: 10px; */
  }
  .contactUsLeft{
    font-size: 16px;
    margin-top: 20px;
  }
  .aboutUsMainRight div {
    overflow: hidden;
  }
  .developmentMobild ul li img {
    width: 100% !important;
    height: 100%;
  }
  .activityTitle {
    padding-left: 10px;
  }
  .crumbNav img {
    margin-left: 5px;
  }
  .activityContent dl {
    min-width: 100%;
  }
  .development dl {
    margin: 10px 0;
  }
  .development dl dt {
    line-height: 50px;
  }
  .development {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .info {
    margin: 0 15px;
  }
  .wxinfo {
    width: calc(100% - 30px);
  }
  .coreBusiness dl dd:nth-of-type(1) {
    font-size: 18px;
    /* font-weight: 600; */
    margin-bottom: 10px;
  }
  .coreBusiness dl dd:nth-of-type(2) {
    font-size: 14px;
  }
  
  .coreBusiness dl {
    height: 300px;
    font-size: 16px;
  }
  .coreBusiness dl img {
    margin: 50px auto 5px auto;
    width: 60px;
    height: 60px;
  }

  .KeyProductsTitleWrap li img.mobileImg1 {
    margin-top: 25px;
  }
  .KeyProductsTitleWrap {
    width: 94%;
    margin: 0 auto;
  }
  .KeyProductsTitleWrap ul li {
    border-bottom: 1px solid #eee;
    text-align: left;
  }
  .KeyProductsTitleWrap ul li.KeyProductsActive {
    border-bottom: 1px solid #eee;
    color: #009844;
  }
  .KeyProductsPc {
    display: none;
  }
  .KeyProductsMobile {
    display: block;
  }
  .mobileSlide {
    margin: 20px 0 0 0;
  }
  .mobileSlide.ak-Slider a,
  .mobileSlide.ak-Slider a img {
    height: 100%;
  }
  .footerNavMobileLeft img {
    width: 16px;
    height: 16px;
    float: right;
  }
  .footerNavMobileLeft img.footerImg1 {
    width: 16px;
    height: 2px;
    margin-top: 7px;
  }
  .footerNavLeft dl {
    border-bottom: 1px solid #5b5b5b;
  }
  .footerNavLeft dl dt.footerNavDtActive {
    border-bottom: 1px solid #5b5b5b;
    color: #009844;
  }
  .footerNavLeft dl dt {
    line-height: 50px;
    cursor: pointer;
  }
  .footerNavLeft dl dt img.footerImg1 {
    margin: 26px 0 0 0;
  }
  .footerNavLeft dl dt img.footerImg2 {
    margin: 14px 0 0 0;
  }
  .footerNavLeft dl dd {
    display: none;
    line-height: 50px;
    text-indent: 20px;
  }
  .footerNavLeft dl:nth-child(1) dd {
    display: block;
  }
  .footerNav {
    padding: 10px 0;
  }
  .footerNavRight {
    margin: 40px 0;
  }
  .rightCopy {
    text-align: center;
  }
  .footerNavMobileLeft .footerImg1 {
    display: none;
  }
  .footerNavMobileLeft .footerImg2 {
    display: block;
  }
  .footerNavMobileLeft dl:nth-child(1) dt:nth-child(1) .footerImg1 {
    display: block;
  }
  .footerNavMobileLeft dl:nth-child(1) dt:nth-child(1) .footerImg2 {
    display: none;
  }
  .coreBusinessExcludeLeft {
    right: -50%;
    position: relative;
  }
  .coreBusinessExcludeRight {
    left: -50%;
    position: relative;
  }
  .wrapDetail {
    padding: 0 20px 0 20px;
  }
  .productRightAdd dl {
    margin-bottom: 20px;
  }
  .productRightAdd a:nth-child(2n) dl {
    border-left: 1px solid #e4e4e4;
  }
  .productRightAdd a:nth-child(n + 3) dl {
    border-top: 1px solid #e4e4e4;
  }
  .mobileHide {
    display: none;
  }
  .mobileMargin {
    margin-top: 20px;
    display: block;
  }
  .productRightMainBlock {
    margin-top: 20px;
  }
  /*
    *2020-11-7 17:16
    */
  .coreBusinessTitle {
    font-size: 26px;
    padding: 20px 0 17px 0;
  }
  .mobileProduct dd {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .video {
    padding: 3%;
  }
  .ActivityCenterRight dl dt {
    font-size: 14px;
  }
  .ActivityCenterRight dl dd {
    font-size: 14px;
  }
  .tuijianTitle {
    padding-left: 10px;
  }
  .addPlugSlider a {
    font-size: 18px;
    font-weight: bold;
  }
  .addPlugSlider a div {
    position: absolute;
    text-align: left;
    bottom: 30px;
    font-weight: normal;
    color: #009844;
    font-size: 14px;
  }
  .addPlugSlider img {
    float: left;
    width: 16px !important;
    height: 16px;
    margin-top: 2px;
    display: block;
  }
  /* .aboutUsMainRight a{bottom:15px;left:20px} */
  .aboutUsMainLeft {
    height: 100%;
  }
  .about_medical_wrap .about_medical_wrap_icon_title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .aboutUsPc {
    display: none;
  }
  .aboutUsMobile {
    display: block;
    height: 260px;
    position: relative;
    width: 97%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .aboutUsMobile ul {
  }
  .aboutUsRight {
    font-size: 18px;
  }
  .aboutUsRight ul li>a{
    padding: 5px 0px;
    color: #333333;
    /* margin-bottom: 10px; */
    font-size: 14px;
    margin-top: 10px;
  }
  .development {
    padding-top: 10px;
  }
  .developmentMobild {
    margin-left: 15%;
    width: 70%;
  }
  .salaryBox {
    margin-bottom: 10px;
  }
  .salary-welfare-page .salary_welfare .li .mark .content {
    font-size: 1.2rem !important;
  }
  .history-container .item .item-left {
    display: none;
  }
  .history-container .item .item-dot {
    left: 5px !important;
  }
  .history-container .item .item-right > div {
    display: block !important;
  }
  .history-container .item .item-right {
    width: calc(100% - 40px) !important;
    margin-left: 40px;
  }
  .history-container .item .item-right .time {
    width: 100% !important;
  }
  .history-container .history-line {
    left: 30px !important;
    height: 1100px !important;
  }

  .productTopBanner .swiper-button-next,
  .productTopBanner .swiper-container-rtl .swiper-button-prev {
    width: 20px !important;
    height: 20px !important;
    margin: initial;
  }
  .productTopBanner .swiper-button-prev,
  .productTopBanner .swiper-container-rtl .swiper-button-next {
    width: 20px !important;
    height: 20px !important;
    margin: initial;
  }
  .total-tip {
    flex-direction: column;
    align-items: flex-start !important;
    margin-bottom: 10px;
  }
  /**2020-11-28 18:55**/
  /* .contactUs{width: 80%!important;margin-left: -40%!important;padding:30px!important;} */
  .contactUs ul li button {
    width: 100% !important;
  }
  .contactUsClose {
    width: 15px !important;
    height: 15px !important;
    background-color: #ddd;
    top: 0 !important;
    right: 0 !important;
  }
  .websetSearchPage ul.websetSearchPageNav li {
    width: 33.3% !important;
    font-size: 14px !important;
    padding: 0 !important;
  }
  .KeyProductsTitleWrap > ul li {
    display: block;
    clear: both;
  }
}
/*小屏幕：（平板，大于等于768px）。*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
  body {
    margin-top: 50px !important;
    padding-bottom: 76px !important ;
  }
  .contact {
    display: none;
  }
  .header {
    display: none;
  }
  .mobileNav {
    display: block;
  }
  .banner {
    display: none;
  }
  /* .bannerinside{display: none} */
  .bannerinsideDes {
    font-size: 14px;
    margin-left: 10px;
  }
  .bannerMobild {
    display: block;
  }
  .bannerImg {
    height: calc(100vh - 50px);
  }
  .bannerTextBox{
    padding-left: 50px;
    padding-bottom: 90px;
  }
  .bannerTextBox h3{
    font-size: 32px;
    letter-spacing: 2px;
  }
  .bannerTextBox p{
    font-size: 16px
  }
  .wrapAdd {
    width: 100%;
  }
  .wrap {
    width: 100%;
    max-width: 100%;
  }
  .footerNavLeft {
    width: 80%;
  }
  .ActivityCenterRight dl dd {
    width: calc(100% - 60px);
  }
  .ActivityCenterRight dl dd a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ActivityCenterLeftTop ul li {
    width: 93%;
  }
  .ActivityCenterRight {
    margin-left: 0;
  }
  .ActivityCenterRight dl {
    height: 66px;
    border-bottom: 1px solid #eee;
  }
  .ActivityCenterRight dl dd {
    line-height: 62px;
  }
  .KeyProductsTitleWrap ul li {
    font-size: 16px;
    text-align: left;
  }
  .footerNavLeft {
    width: 100%;
  }

  .KeyProductsTitle {
    border-bottom: none;
  }
  .development dl dt {
    font-size: 36px;
  }
  .productContrastLeft {
    width: 100px;
  }
  .productContrastRight {
    width: calc(100% - 100px);
  }
  .productSearch {
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }
  .productSearch input[type="text"] {
    width: 80%;
    display: block;
  }
  .productSearch input[type="button"] {
    margin-left: 0;
    float: right;
    margin-top: -50px;
    margin-right: 10%;
  }
  .corporateCultureDes {
    width: 80%;
    line-height: 30px;
  }
  .detailProduct ul {
    width: 260px;
    height: 160px;
    overflow: hidden;
  }
  .detailProduct ul li {
    width: 100%;
  }
  .detailProductMoreBlock1 ul {
    width: 100%;
    height: 50px;
  }
  .detailProductMoreBlock1 ul li {
    width: 33.3%;
    height: 50px;
  }
  .detailProduct .detailProductMoreWrap ul li {
    width: 25%;
  }
  .detailProduct .detailProductMoreWrap ul {
    height: 48px;
  }
  .detailProductMoreBlock2 {
    padding: 10px;
  }
  .detailProductMoreBlock2 img {
    max-width: 100%;
  }
  .productRightWidthAdd {
    width: 98%;
    margin: 0 auto;
    padding: 2%;
  }
  .wrapAdd {
    width: 100%;
    padding: 0 3%;
  }
  .joinContrastRight {
    margin: 0 auto;
    width: 80%;
  }
  .rightCopy {
    line-height: 28px;
  }
  .KeyProductsToggleCon {
    width: 90%;
    overflow: hidden;
  }
  .footerNavRight {
    width: 100%;
    margin: 0 auto;
  }
  .mobileSlide {
    display: block;
  }
  .pcSlide {
    display: none;
  }
  .bannerMobild ul {
    height: 100% !important;
  }
  .bannerMobild ul a {
    height: 100% !important;
  }
  .plug_slider {
    position: relative;
  }
  .pcShow {
    display: none;
  }
  .mobileShow {
    display: block;
    height: 200px !important;
    margin: 20px;
  }
  .mobileShow ul li {
    border: 1px solid #dbdbdb;
    font-size: 20px;
    padding: 20px;
  }
  .aboutUsMainRight {
    height: 548px;
    overflow: hidden;
    /* width: 90%; */
    padding: 15px;
    margin-top: 10px;
  }
  .aboutUsMainRight div {
    overflow: hidden;
  }
  .developmentMobild ul li img {
    width: 100% !important;
    height: 100%;
  }
  .activityTitle {
    padding-left: 10px;
  }
  .crumbNav img {
    margin-left: 5px;
  }
  .activityContent dl {
    min-width: 100%;
  }
  .development dl {
    margin: 10px 0;
  }
  .development dl dt {
    line-height: 50px;
  }
  .development {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .info {
    margin: 0 15px;
  }
  .wxinfo {
    width: calc(100% - 30px);
  }
  .coreBusiness dl {
    height: 300px;
    font-size: 16px;
  }
  .coreBusiness dl img {
    margin: 50px auto 5px auto;
    width: 60px;
    height: 60px;
  }
  .KeyProductsTitleWrap li img.mobileImg1 {
    margin-top: 25px;
  }
  .KeyProductsTitleWrap {
    width: 94%;
    margin: 0 auto;
  }
  .KeyProductsTitleWrap ul li {
    border-bottom: 1px solid #eee;
    text-align: left;
  }
  .KeyProductsTitleWrap ul li.KeyProductsActive {
    border-bottom: 1px solid #eee;
    color: #009844;
  }
  .KeyProductsPc {
    display: none;
  }
  .KeyProductsMobile {
    display: block;
  }
  .mobileSlide {
    margin: 20px 0 0 0;
  }
  .mobileSlide.ak-Slider a,
  .mobileSlide.ak-Slider a img {
    height: 100%;
  }
  .footerNavMobileLeft img {
    width: 16px;
    height: 16px;
    float: right;
  }
  .footerNavMobileLeft img.footerImg1 {
    width: 16px;
    height: 2px;
    margin-top: 7px;
  }
  .footerNavLeft dl {
    border-bottom: 1px solid #5b5b5b;
  }
  .footerNavLeft dl dt.footerNavDtActive {
    border-bottom: 1px solid #5b5b5b;
    color: #009844;
  }
  .footerNavLeft dl dt {
    line-height: 50px;
    cursor: pointer;
  }
  .footerNavLeft dl dt img.footerImg1 {
    margin: 26px 0 0 0;
  }
  .footerNavLeft dl dt img.footerImg2 {
    margin: 14px 0 0 0;
  }
  .footerNavLeft dl dd {
    display: none;
    line-height: 50px;
    text-indent: 20px;
  }
  .footerNavLeft dl:nth-child(1) dd {
    display: block;
  }
  .footerNav {
    padding: 10px 0;
  }
  .footerNavRight {
    margin: 40px 0;
  }
  .rightCopy {
    text-align: center;
  }
  .footerNavMobileLeft .footerImg1 {
    display: none;
  }
  .footerNavMobileLeft .footerImg2 {
    display: block;
  }
  .footerNavMobileLeft dl:nth-child(1) dt:nth-child(1) .footerImg1 {
    display: block;
  }
  .footerNavMobileLeft dl:nth-child(1) dt:nth-child(1) .footerImg2 {
    display: none;
  }
  .wrapDetail {
    padding: 0 20px 0 20px;
  }
  .productRightAdd dl {
    margin-bottom: 20px;
  }
  .productRightAdd a:nth-child(2n) dl {
    border-left: 1px solid #e4e4e4;
  }
  .productRightAdd a:nth-child(n + 3) dl {
    border-top: 1px solid #e4e4e4;
  }
  .mobileHide {
    display: none;
  }
  .mobileMargin {
    margin-top: 20px;
    display: block;
  }
  /*
    *2020-11-7 17:16
    */
  .coreBusinessTitle {
    font-size: 30px;
    padding: 20px 0 17px 0;
  }
  .mobileProduct dd {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .video {
    padding: 3%;
  }
  .ActivityCenterRight dl dt {
    font-size: 14px;
  }
  .ActivityCenterRight dl dd {
    font-size: 14px;
  }
  .tuijianTitle {
    padding-left: 10px;
  }
  .addPlugSlider a {
    font-size: 18px;
    font-weight: bold;
  }
  .addPlugSlider a div {
    position: absolute;
    text-align: left;
    bottom: 30px;
    font-weight: normal;
    color: #009844;
    font-size: 14px;
  }
  .addPlugSlider img {
    float: left;
    width: 16px !important;
    height: 16px;
    margin-top: 2px;
    display: block;
  }
  .aboutUsMainRight a {
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  .about_medical_wrap .about_medical_wrap_icon_title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .aboutUsPc {
    display: none;
  }
  .aboutUsMobile {
    display: block;
    height: 260px;
    position: relative;
    width: 97%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .aboutUsMobile ul {
  }
  .development {
    padding-top: 10px;
  }
  .developmentMobild {
    margin: 0 auto;
    width: 70%;
  }
  .salaryBox {
    margin-bottom: 10px;
  }
  .salary-welfare-page .salary_welfare .li .mark .content {
    font-size: 1.2rem !important;
  }
  .history-container .item .item-left {
    display: none;
  }
  .history-container .item .item-dot {
    left: 5px !important;
  }
  .history-container .item .item-right > div {
    display: block !important;
  }
  .history-container .item .item-right {
    width: calc(100% - 40px) !important;
    margin-left: 40px;
  }
  .history-container .item .item-right .time {
    width: 100% !important;
  }
  .history-container .history-line {
    left: 30px !important;
    height: 1100px !important;
  }
  /**2020-11-28 18:55**/
  .contactUs {
    width: 80% !important;
    margin-left: -40% !important;
    padding: 30px !important;
  }
  .contactUs ul li button {
    width: 100% !important;
  }
  .contactUsClose {
    width: 15px !important;
    height: 15px !important;
    top: -18px !important;
    right: -18px !important;
  }
  .websetSearchPage ul.websetSearchPageNav li {
    width: 33.3% !important;
    font-size: 3vw !important;
  }
  .KeyProductsTitleWrap > ul li {
    display: block;
    clear: both;
  }
}
/*中等屏幕：（桌面显示器，大于等于992px）。*/
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  body {
    margin-top: 50px !important;
    padding-bottom: 80px !important;
    box-sizing: border-box;
  }
  .contact {
    display: none;
  }
  .header {
    display: none;
  }
  .mobileNav {
    display: block;
  }
  .banner {
    display: none;
  }
  /* .bannerinside{display: none} */
  .bannerinsideDes {
    font-size: 14px;
    margin-left: 10px;
  }
  .bannerMobild {
    display: block;
  }
  .bannerImg {
    height: calc(100vh - 50px) !important;
  }
  .bannerTextBox{
    padding-left: 50px;
    padding-bottom: 500px;
  }
  .bannerTextBox h3{
    font-size: 32px;
    letter-spacing: 2px;
  }
  .bannerTextBox p{
    font-size: 16px
  }
  .wrapAdd {
    width: 100%;
  }
  .wrap {
    width: 100%;
    max-width: 100%;
  }
  .footerNavLeft {
    width: 80%;
  }
  .ActivityCenterRight dl dd {
    width: calc(100% - 60px);
  }
  .ActivityCenterRight dl dd a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ActivityCenterLeftTop ul li {
    width: 93%;
  }
  .ActivityCenterRight {
    margin-left: 0;
  }
  .ActivityCenterRight dl {
    height: 66px;
    border-bottom: 1px solid #eee;
  }
  .ActivityCenterRight dl dd {
    line-height: 62px;
  }
  .KeyProductsTitleWrap ul li {
    font-size: 16px;
    text-align: left;
  }
  .footerNavLeft {
    width: 100%;
  }
  .KeyProductsTitle {
    border-bottom: none;
  }
  .development dl dt {
    font-size: 36px;
  }
  .productContrastLeft {
    width: 100px;
  }
  .productContrastRight {
    width: calc(100% - 100px);
  }
  .productSearch {
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }
  .productSearch input[type="text"] {
    width: 80%;
    display: block;
  }
  .productSearch input[type="button"] {
    margin-left: 0;
    float: right;
    margin-top: -50px;
    margin-right: 10%;
  }
  .corporateCultureDes {
    width: 80%;
    line-height: 30px;
  }
  .detailProduct ul {
    width: 260px;
    height: 160px;
    overflow: hidden;
  }
  .detailProduct ul li {
    width: 100%;
  }
  .detailProductMoreBlock1 ul {
    width: 100%;
    height: 50px;
  }
  .detailProductMoreBlock1 ul li {
    width: 33.3%;
    height: 50px;
  }
  .detailProduct .detailProductMoreWrap ul li {
    width: 25%;
  }
  .detailProduct .detailProductMoreWrap ul {
    height: 48px;
  }
  .detailProductMoreBlock2 {
    padding: 10px;
  }
  .detailProductMoreBlock2 img {
    max-width: 100%;
  }
  .productRightWidthAdd {
    width: 98%;
    margin: 0 auto;
    padding: 2%;
  }
  .wrapAdd {
    width: 100%;
    padding: 0 3%;
  }
  .joinContrastRight {
    margin: 0 auto;
    width: 80%;
  }
  .rightCopy {
    line-height: 28px;
  }
  .KeyProductsToggleCon {
    width: 90%;
    overflow: hidden;
  }
  .footerNavRight {
    width: 100%;
    margin: 0 auto;
  }
  .mobileSlide {
    display: block;
  }
  .pcSlide {
    display: none;
  }
  .bannerMobild ul {
    height: 100% !important;
  }
  .bannerMobild ul a {
    height: 100% !important;
  }
  .plug_slider {
    position: relative;
  }
  .pcShow {
    display: none;
  }
  .mobileShow {
    display: block;
    height: 200px !important;
    margin: 20px;
  }
  .mobileShow ul li {
    border: 1px solid #dbdbdb;
    font-size: 20px;
    padding: 20px;
  }
  .aboutUsMainRight {
    height: 548px;
    overflow: hidden;
    width: 90%;
    padding: 15px;
    margin-top: 30px;
  }
  .aboutUsMainRight div {
    overflow: hidden;
  }
  .developmentMobild ul li img {
    width: 100% !important;
    height: 100%;
  }
  .activityTitle {
    padding-left: 10px;
  }
  .crumbNav img {
    margin-left: 5px;
  }
  .activityContent dl {
    min-width: 100%;
  }
  .development dl {
    margin: 10px 0;
  }
  .development dl dt {
    line-height: 50px;
  }
  .development {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .info {
    margin: 0 15px;
  }
  .wxinfo {
    width: calc(100% - 30px);
  }
  .coreBusiness dl {
    height: 300px;
    font-size: 16px;
  }
  .coreBusiness dl img {
    margin: 50px auto 5px auto;
    width: 60px;
    height: 60px;
  }

  .KeyProductsTitleWrap li img.mobileImg1 {
    margin-top: 25px;
  }
  .KeyProductsTitleWrap {
    width: 94%;
    margin: 0 auto;
  }
  .KeyProductsTitleWrap ul li {
    border-bottom: 1px solid #eee;
    text-align: left;
  }
  .KeyProductsTitleWrap ul li.KeyProductsActive {
    border-bottom: 1px solid #eee;
    color: #009844;
  }
  .KeyProductsPc {
    display: none;
  }
  .KeyProductsMobile {
    display: block;
  }
  .mobileSlide {
    margin: 20px 0 0 0;
  }
  .mobileSlide.ak-Slider a,
  .mobileSlide.ak-Slider a img {
    height: 100%;
  }
  .footerNavMobileLeft img {
    width: 16px;
    height: 16px;
    float: right;
  }
  .footerNavMobileLeft img.footerImg1 {
    width: 16px;
    height: 2px;
    margin-top: 7px;
  }
  .footerNavLeft dl {
    border-bottom: 1px solid #5b5b5b;
  }
  .footerNavLeft dl dt.footerNavDtActive {
    border-bottom: 1px solid #5b5b5b;
    color: #009844;
  }
  .footerNavLeft dl dt {
    line-height: 50px;
    cursor: pointer;
  }
  .footerNavLeft dl dt img.footerImg1 {
    margin: 26px 0 0 0;
  }
  .footerNavLeft dl dt img.footerImg2 {
    margin: 14px 0 0 0;
  }
  .footerNavLeft dl dd {
    display: none;
    line-height: 50px;
    text-indent: 20px;
  }
  .footerNavLeft dl:nth-child(1) dd {
    display: block;
  }
  .footerNav {
    padding: 10px 0;
  }
  .footerNavRight {
    margin: 40px 0;
  }
  .rightCopy {
    text-align: center;
  }
  .footerNavMobileLeft .footerImg1 {
    display: none;
  }
  .footerNavMobileLeft .footerImg2 {
    display: block;
  }
  .footerNavMobileLeft dl:nth-child(1) dt:nth-child(1) .footerImg1 {
    display: block;
  }
  .footerNavMobileLeft dl:nth-child(1) dt:nth-child(1) .footerImg2 {
    display: none;
  }
  .wrapDetail {
    padding: 0 20px 0 20px;
  }
  .productRightAdd dl {
    margin-bottom: 20px;
  }
  .productRightAdd a:nth-child(2n) dl {
    border-left: 1px solid #e4e4e4;
  }
  .productRightAdd a:nth-child(n + 3) dl {
    border-top: 1px solid #e4e4e4;
  }
  .mobileHide {
    display: none;
  }
  .mobileMargin {
    margin-top: 20px;
    display: block;
  }
  /*
    *2020-11-7 17:16
    */
  .coreBusinessTitle {
    font-size: 30px;
    padding: 20px 0 17px 0;
  }
  .mobileProduct dd {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .video {
    padding: 3%;
  }
  .ActivityCenterRight dl dt {
    font-size: 14px;
  }
  .ActivityCenterRight dl dd {
    font-size: 14px;
  }
  .tuijianTitle {
    padding-left: 10px;
  }
  .addPlugSlider a {
    font-size: 18px;
    font-weight: bold;
  }
  .addPlugSlider a div {
    position: absolute;
    text-align: left;
    bottom: 30px;
    font-weight: normal;
    color: #009844;
    font-size: 14px;
  }
  .addPlugSlider img {
    float: left;
    width: 16px !important;
    height: 16px;
    margin-top: 2px;
    display: block;
  }
  .aboutUsMainRight a {
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  .about_medical_wrap .about_medical_wrap_icon_title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .aboutUsPc {
    display: none;
  }
  .aboutUsMobile {
    display: block;
    height: 260px;
    position: relative;
    width: 97%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .aboutUsMobile ul {
  }
  .development {
    padding-top: 10px;
  }
  .developmentMobild {
    margin-left: 15%;
    width: 70%;
    display: block;
  }
  .salaryBox {
    margin-bottom: 10px;
  }
  .salary-welfare-page .salary_welfare .li .mark .content {
    font-size: 1.2rem !important;
  }
  .history-container .item .item-left {
    display: none;
  }
  .history-container .item .item-dot {
    left: 5px !important;
  }
  .history-container .item .item-right > div {
    display: block !important;
  }
  .history-container .item .item-right {
    width: calc(100% - 40px) !important;
    margin-left: 40px;
  }
  .history-container .item .item-right .time {
    width: 100% !important;
  }
  .history-container .history-line {
    left: 30px !important;
    height: 1100px !important;
  }
  /**2020-11-28 18:55**/
  .contactUs {
    width: 80% !important;
    margin-left: -40% !important;
    padding: 30px !important;
  }
  .contactUs ul li button {
    width: 100% !important;
  }
  .contactUsClose {
    width: 15px !important;
    height: 15px !important;
    top: -18px !important;
    right: -18px !important;
  }
  .websetSearchPage ul.websetSearchPageNav li {
    width: 33.3% !important;
    font-size: 3vw !important;
  }
  .KeyProductsTitleWrap > ul li {
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    display: block;
  }
  .mobileNav {
    display: none;
  }
  .mobileNavUl {
    display: none;
  }
  .banner {
    display: block;
  }
  .bannerMobild {
    display: none;
  }
  .bannerTextBox{
    padding-left: 80px;
    padding-bottom: 130px;
  }
  .bannerTextBox h3{
    font-size: 58px;
    letter-spacing: 2px;
  }
  .bannerTextBox p{
    font-size: 22px
  }
  .wrapAdd {
    max-width: 1170px;
  }
  .wrap {
    max-width: 1170px;
  }
  .KeyProductsTitleWrap {
    width: 800px !important;
    overflow: hidden;
  }
  .ActivityCenterRight dl dd {
    line-height: 67px;
  }
  .ActivityCenterLeftTop img {
    width: 100%;
    height: 100%;
  }
  .KeyProductsTitleWrap ul li {
    font-size: 18px;
    width: 25%;
  }
  .KeyProductsTitle {
    height: 58px;
  }
  .ActivityCenterRight dl {
    margin-bottom: 3px;
  }
  .footerNavLeft {
    width: 700px;
  }
  .footerNavRight {
    width: 400px;
  }
  .navAddBlock ul li {
    display: none;
  }
  .productRightWidthAdd {
    width: 800px;
    margin: 0 auto;
  }
  .mobileSlide {
    display: none;
  }
  .pcSlide {
    display: block;
  }
  .pcShow {
    display: block;
  }
  .mobileShow {
    display: none;
  }
  .KeyProductsMobileTitleWrap img {
    display: none !important;
  }
  .KeyProductsPc {
    display: block;
  }
  .KeyProductsMobile {
    display: none;
  }
  .mobileMargin {
    display: none;
  }
  .aboutUsPc {
    display: block;
  }
  .aboutUsMobile {
    display: none;
  }
  .developmentMobild {
    display: none;
  }
}
/*大屏幕：（大桌面显示器，大于等于1200px）。 不做处理*/
/* 人才招聘 */
.recruitment-nav .row {
  position: relative;
  margin-top: 40px;
}
.recruitment-nav .row > div {
  margin-bottom: 32px;
}

.recruitment-nav .row .icon-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 11%;
  left: 6%;
}
.recruitment-nav .row .icon-wrap span {
  font-size: 30px;
  color: white;
  margin-left: 10px;
}
.recruitment-nav .row > div .icon {
  width: 20%;
}
.notice-wrap {
  margin-top: 40px;
}
.notice-wrap .notice-right-ul a {
  text-decoration: none;
  color: #333;
}
.notice-wrap .notice-right-li {
  width: 100%;
  align-items: center;
  font-size: 16px;
  padding: 6px 0;
  height: 54px;
  cursor: pointer;
}
.notice-wrap .notice-right-li time {
  margin-right: 10px;
  background-color: #009844;
  padding: 10px 0;
  width: 55px;
  text-align: center;
  color: white;
  float: left;
}
.notice-wrap .notice-right-li div {
  width: calc(100% - 80px);
  float: left;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.notice-wrap .notice-right-li + .notice-right-li {
  border-top: 1px solid #e4e4e4;
}
.notice-wrap .notice-left-wrap {
  position: relative;
}
.notice-wrap .notice-left-wrap .tip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  color: white;
  font-size: 16px;
  padding-left: 10px;
}
.growth-development-page .title-banner {
  margin-top: 40px;
}
.growth-development-page .title-banner img {
  width: 100%;
}
.growth-development-page .avatar-list {
  margin-top: 43px;
}
.growth-development-page .avatar-list .more {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  color: #009844;
  margin-top: 50px;
  margin-bottom: 30px;
}
.growth-development-page .avatar-list .title {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.8;
  display: flex;
  margin-top: 10px;
}
.growth-development-page .avatar-list .more img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
.growth-development-page .avatar-list .li {
  /* border: 1px solid #EDEDED; */
  margin-bottom: 20px;
}
.growth-development-page .avatar-list .li > div {
  border: 1px solid #ededed;
}
.growth-development-page .avatar-list .find-more {
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.growth-development-page .avatar-list .find-more > div {
  display: flex;
  justify-content: center;
  border: 1px solid #52d9a7;
  padding: 12px 26px;
}
.growth-development-page .avatar-list .find-more > div img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
.growth-development-page .wonderful-moment-ul {
  margin-top: 40px;
}
.growth-development-page .wonderful-moment-ul .title {
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
}
.salary-welfare-page .salary_welfare .li:hover .mark {
  opacity: 1;
}
.salary-welfare-page .salary_welfare .li {
  overflow: hidden;
  position: relative;
  color: white;
}
.salary-welfare-page .salary_welfare .li .mark {
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.salary-welfare-page .salary_welfare .li .mark .wrap {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.salary-welfare-page .salary_welfare .li .mark .content {
  letter-spacing: 4;
  line-height: 2;
  font-size: 18px;
}
.salary-welfare-page .salary_welfare .li .mark .wrap img {
  width: 5%;
  height: 5%;
  margin-right: 10px;
}
.salary-welfare-page .salary_welfare .li .mark .content {
  padding-left: 2%;
  margin-top: 20px;
  line-height: 1.6;
  letter-spacing: 2;
}

/* 人才详情 */
.talent-detail-page .title {
  color: #3c3c3c;
  font-size: 40px;
  text-align: center;
  line-height: 3;
}
.talent-detail-content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  line-height: 2;
  height: 362px;
}
.talent-detail-content-left .name {
  font-size: 30px;
  color: #3b3b3b;
  margin-bottom: 40px;
}
.talent-detail-page .talent-detail-contentfwb .description {
  text-indent: 2em;
  line-height: 1.6;
  margin: 20px 0;
}

.talent-detail-page .talent-detail-contentfwb .content-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-top: 10px;
}
.talent-detail-page .talent-detail-contentfwb .content-p {
  text-indent: 2em;
  line-height: 1.6;
}
.talent-detail-page .talent-detail-contentfwb .content-p + .content-p {
  margin-top: 20px;
}

/* 活动详情 */
.activity-detail-page .info .title {
  text-align: center;
  line-height: 4;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.activity-detail-page .tip ul {
  display: flex;
  justify-content: center;
}
.activity-detail-page .tip ul li {
  margin: 0 20px;
}
.activity-detail-page .tip ul li span:nth-child(1) {
  margin-right: 10px;
}
.activity-detail-page .news-recommended .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-left: -15px;
}
.activity-detail-page .news-recommended .title .icon {
  width: 10px;
  margin-right: 10px;
}
.activity-detail-page .news-recommended .title span {
  font-size: 22px;
  color: #009844;
}
.activity-detail-page .news-recommended .li {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 32px 23px;
  border: 1px solid #e4e4e4;
  height: 168px;
  font-size: 18px;
  color: #333;
}
.activity-detail-page .news-recommended .li .more {
  display: flex;
  color: #009844;
  font-size: 14px;
}
.activity-detail-page .news-recommended .li .more img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
.activity-detail-page img {
  max-width: 100%;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #0A5FB0;
  border: 1px solid #0A5FB0;
}
.pagination a:hover {
  cursor: pointer;
}
.pagination > li > a,
.pagination > li > span {
  color: black;
}
.pagination liactive a:hover {
  color: white !important;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #b8b8b8;
  -webkit-border-radius: 6px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
  filter: alpha(opacity = 50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #878987;
  -webkit-border-radius: 6px;
}

select {
  background-color: white;
  width: auto;
  padding: 0 2%;
  margin: 0;
  text-align-last: center;
  text-align: center;
  border-color: B22222;
  background-color: white;
}
select option {
  background-color: white;
  text-align: center;
  text-align-last: center;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  outline: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  outline: none;
}
.detailProductMoreBlock1 table {
  width: 100%;
}
.detailProductMoreBlock1 table {
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.detailProductMoreBlock1 table tr {
  border-bottom: 1px solid #e2e2e2;
}
.detailProductMoreBlock1 table tr td {
  line-height: 48px;
  padding-left: 20px;
}
.detailProductMoreBlock1 table tr td.detailProductMoreBlockAddTitle {
  background: #f5f5f5;
  overflow: hidden;
  color: #666;
  width: 200px;
  font-size: 16px;
}
.detailProductMoreBlockAdd2 {
  border: none;
  padding: 0;
}
.detailProductMoreBlockAdd2 dt {
  height: 425px;
}
li.productNeiUl {
  font-weight: bold !important;
}
.swiper-slide {
  float: left;
}
.activityMaiin dl a:hover div img {
  transform: scale(1.1);
}
.children li:hover label {
  cursor: pointer;
}
.children li:hover input {
  cursor: pointer;
}
.ActivityCenterLeftTop ul li {
  overflow: hidden;
}
.ActivityCenterLeftTop ul li {
  transition: all 0.2s linear;
}
.ActivityCenterLeftTop ul li:hover {
  transform: scale(1.1);
}

.swiper-pagination-bullet-active {
  background-color: #009844;
}
ul.threeUl {
  display: none;
}
ul.threeUl li {
  text-indent: 35px;
}
.secondUl li a img {
  float: right;
  width: 16px;
  height: 16px;
}
.secondUl li a img.mobileUlIco1 {
  float: right;
  width: 16px;
  height: 2px;
  margin-top: 7px;
  display: none;
}
.secondUl li a img.mobileUlIco2 {
  display: block;
}

@media screen and (max-width: 750px) {
  .crumbNav {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .crumbNav .margin_auto {
    display: flex;
    align-items: center;
  }
  .crumbNav .margin_auto img {
    margin-top: initial;
  }
  .consult-wrap {
    bottom: 333px !important;
  }
  #productListRight {
    margin-top: 10px;
  }
  .productRightWrap .productItemTitle {
    height: initial !important;
    margin-top: 10px;
  }
}

.productTopBanner .swiper-button-next,
.productTopBanner .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/index_right.png");
  position: absolute;
  background-size: 100% 100%;
  width: 35px;
  height: 40px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: initial;
  z-index: 11111111111111111111111;
}

.productTopBanner .swiper-button-prev,
.productTopBanner .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/index_left.png");
  position: absolute;
  background-size: 100% 100%;
  width: 35px;
  height: 40px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: initial;
  z-index: 11111111111111111111111;
}

.productTopBanner a {
  display: block;
  /* height: 100%; */
}

.swiper-pagination-bullet-active {
  background-color: #0A5FB0 !important;
}
/*
*搜索页面
*/
.websetSearchTitle {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}
.websetSearchPage ul.websetSearchPageNav {
  border-bottom: 1px solid #dfdfdf;
}
.websetSearchPage ul.websetSearchPageNav li {
  float: left;
  padding: 0 16px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.websetSearchPage ul.websetSearchPageNav li.websetActive {
  color: #009944;
  border-bottom: 4px solid #009944;
}
.websetSearchPage dl {
  border: 1px solid #d6d6d6;
  padding: 20px;
  margin-top: 20px;
}
.websetSearchPage dl dt {
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}
.websetSearchPage dl dt.green {
  background: #009944;
}
.websetSearchPage dl dt.yellow {
  background: #d5b006;
}
.websetSearchPage dl dt.red {
  background: #ff7f7f;
}
.websetSearchPage dl dd {
  padding-bottom: 20px;
  color: black;
  font-weight: bold;
  font-size: 16px;
}
.websetSearchPage dl:hover {
  border-color: #009944;
}
/* .websetSearchPage dl dd:hover span {
  color: #009944 !important;
} */
.websetSearchPage dl.websetFirst dd {
  padding: 30px 0;
  font-weight: bold;
  font-size: 16px;
  color: black;
}

.websetWrapBlock {
  display: none;
}
/*
*新增搜索
*/
.webSetSearch {
  width: 17%;
  line-height: 35px;
  height: 35px;
  color: #333;
  border-radius: 18px;
  background: #323232;
  overflow: hidden;
  margin-top: 17px;
}
.webSetSearch input {
  border: none;
  color: #fff;
  text-indent: 25px;
  width: 100%;
  display: block;
  height: 100%;
  outline: none;
  padding: 0 10px;
  background: url(../images/webSetSearchBg.png) no-repeat 12px 10px;
  background-size: 16px 16px;
}
/*
*手机端搜索
*/
.mobileNavSearchInput {
  width: 0;
  position: absolute;
  right: 6px;
  top: 8px;
  height: 35px;
  line-height: 35px;
  color: #333;
  border-radius: 18px;
  background: #323232;
  overflow: hidden;
  font-size: 14px;
}
.mobileNavSearchInput input {
  border: none;
  color: #fff;
  text-indent: 25px;
  width: calc(100% - 50px);
  outline: none;
  padding: 0 10px;
  background: url(../images/webSetSearchBg.png) no-repeat 10px 7px;
  line-height: 35px;
  background-size: 20px 20px;
}
.mobileNavSearchInputRight {
  width: 50px;
  height: 20px;
  float: right;
}
.mobileNavSearchInputRight img {
  margin: 8px auto;
  width: 18px;
  height: 18px;
  display: block;
}

html * {
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
}

/* #content img {
  display: initial;
} */
.newDownLoad {
  display: flex;
  /*justify-content: flex-end;*/
  align-items: center;
  height: 40px;
}
#otherProductListRight .li:hover {
  cursor: pointer;
  border-color: #009844;
}
#otherProductListRight .row {
  margin-left: 0;
  margin-right: 0;
}
#otherProductListRightGS .li:hover {
  cursor: pointer;
  border-color: #009844;
}
#otherProductListRightGS .row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .otherProductListRight {
    box-sizing: border-box;
    overflow: hidden;
  }
  #otherProductListRight .li {
    display: block;
  }

  #otherProductListRight .productNo {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  #otherProductListRight .newDownLoad {
    justify-content: center; /*flex-start;*/
    align-items: center;    /* flex-end;*/
  }

  #otherProductListRightGS .li {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  #otherProductListRightGS .li .li-left {
    padding-left: 0px !important;
  }
  #otherProductListRightGS .li .li-left .title {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
  }
  #otherProductListRightGS .productNo {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  #otherProductListRightGS .newDownLoad {
    justify-content: flex-start;
    align-items: flex-end;
  }
}

.researchUse {
  margin-top: 20px;
}

.researchUse-title {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  padding: 30px 0 15px 0;
}

.researchUse-content {
  border: 1px solid #e2e2e2;
  padding: 20px;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 30px;
}
