@charset "UTF-8";
/* 超小屏幕（手机，小于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
.index_cn_plus{
  margin-left: -10px;
}
.contact_container .contact-main .list > li{
  margin-bottom: 60px;
}
.contact_container .contact-main .list > li{
  margin-bottom: 40px !important;
}

.container {
  width: 90%;
  margin: 0 auto;
}
/* .en_title_obj{
	font-family: Objectivity, Objectivity-Medium !important;
} */
.about_container {
  max-width: 90%;
  margin: 0 auto;
}
.join_container{
  width: 90%;
  margin: 0 auto;
}
.about_container .more_desc {
  display: flex;
  flex-direction: column;
}

.about_container .more_desc .s_left {
  margin-right: 0px;
  flex-shrink: 0;
  margin-bottom: 15px;
}

.about_container .more_desc .s_left .top {
  font-size: 20px;
  font-family: Arial !important;
  text-align: left;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}

.about_container .more_desc .s_left .bottom {
  font-size: 20px;
  font-family: OPPOSans, OPPOSans-Bold;
  text-align: left;
  letter-spacing: 0.58px;
}

.about_container .pic_box {
  /* margin-top: 50px; */
}

.team_container {
  max-width: 90%;
  margin: 0 auto;
}

.modules_dark {
  background-color: #333333;
  padding: 30px 0;
  color: #fff;
}

.modules_title {
  margin: 30px auto;
  text-align: center;
}

.modules_title h1 {
  font-size: 18px;
  font-family: BM DoHyeon OTF;
  /* font-weight: 600 !important;
  font-family: OPPOSans-Heavy; */
  color: #515354 !important;
  line-height: 1.67;
  letter-spacing: -0.3px;

}

.banner {
  position: relative;
}

.banner img {
  max-width: 100%;
}

.banner .slogan {
  font-family: BM DoHyeon OTF;
  letter-spacing: 0.1px;
  font-size: 20px;
  line-height: 1.1;
  position: absolute;
  padding-left: 15px;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 20;
  color: #fff;
}
.banner .slogan .sec {
  padding-top: 40px;
  font-size: 14px;
  line-height: 1.1;
}

.banner .slogan b {
  /* font-weight: unset; */
  /* font-family: OPPOSans-Bold; */
}

/* .banner .slogan .sec {
  padding-left: 25px;
} */

header {
  background: #d5d5d5;
  padding: 20px 0;
  font-family: OPPOSans, OPPOSans-Regular;
}

header .wrapper {
  width: 90%;
  margin: 0 auto;
}

header .wrapper .mobile_logo {
  display: flex;
  justify-content: space-between;
}

header .wrapper .mobile_logo img {
  width: 120px;
  display: block;
}

header .wrapper .mobile_logo .icon img {
  width: 35px;
  height: 35px;
}

header .wrapper .menu {
  display: none;
  position: absolute;
  width: 100%;
  background: #d5d5d5;
  left: 0;
  padding: 20px 0;
  top: 74px;
  z-index: 200;
}

header .wrapper .menu .nav ul {
  display: block;
}

header .wrapper .menu .nav ul li {
  line-height: 35px;
  padding: 0 20px;
}

header .wrapper .menu .nav ul li a {
  font-size: 16px;
  letter-spacing: 0.18px;
  width: 100%;
  display: block;
  font-family: OPPOSans, OPPOSans-Regular;
}

header .wrapper .menu .nav ul li.sel a {
  color: #bc3a31;
}

header .wrapper .menu .lang {
  margin-left: 0px;
  line-height: 35px;
  padding: 0 20px;
}

header .wrapper .menu .lang span {
  letter-spacing: 0.14px;
  position: relative;
}

header .wrapper .menu .lang span:not(:first-child) {
  padding-left: 5px;
}

header .wrapper .menu .lang span:not(:first-child)::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 15px;
  width: 1px;
  background: #333;
  transform: translate(0px, -50%);
}

footer {
  background: #D5D5D5;
  padding: 30px 0 20px 0;
  color: #515355;
  font-family: OPPOSans, OPPOSans-Regular;
}

footer a {
  text-align: center;
  color: #515355;
  /* letter-spacing: 0.16px; */
  font-weight: normal;
  font-family: Arial;
  display: inline-block;
}

footer .top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
  display: none;
}

footer .top .logo {
  margin-right: 0px;
  
}

footer .top .nav {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

footer .top .nav ul {
  display: flex;
  flex-wrap: wrap;
}

footer .top .nav ul li {
  padding: 5px;
  position: relative;
  width: 33.33%;
  text-align: center;
}

footer .top .nav ul li:not(:nth-child(3n-2)):after {
  position: absolute;
  content: "";
  width: 1px;
  background: #515355;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

footer .top .nav ul li:last-child {
  padding-right: 0;
}

footer .top .nav ul li:first-child {
  padding-left: 0;
}

footer .top .nav ul li a {
  font-size: 15px;
}

footer .top .nav ul li.sel a {
  color: #bc3a31;
}

footer .bottom {
  display: flex;
  justify-content: center;
  text-align: center;
}

footer .bottom ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

footer .bottom ul li {
  font-size: 13px;
  letter-spacing: 0.12px;
  font-family: OPPOSans, OPPOSans-Regular;
}

footer .bottom ul li:not(:first-child) {
  margin-left: 0px;
  padding: 0 10px;
}

/* footer .bottom ul li a {
  display: block;
} */

footer .bottom ul li:first-child {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 6px;
}

.home_about .home_about_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.home_about .home_about_title .left {
  font-size: 18px;
  font-family: BM DoHyeon OTF;
  color: #ffffff;
  letter-spacing: 0.32px;
  /* font-weight:900; */
}

.home_about .desc {
  font-size: 15px;
  font-family: 'Arial';
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.1px;
  margin-bottom: 15px;
}

.home_about .data dl {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0;
}

.home_about .data dl dd {
  width: 50%;
  text-align: center;
  padding: 15px 0;
}

.home_about .data dl dd .num {
  display: block;
}
.home_about .data dl dd .num .font {
 display: inline-block;
 position: relative;
 font-size: 50px;
}

.home_about .data dl dd .num .font span {
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  font-family: BM DoHyeon OTF;
  letter-spacing: -2px !important;
  vertical-align: middle;
}
/* .home_about .data dl dd .num .font span:first-child{
  margin-left: -32px;
} */

.home_about .data dl dd .num .font .unit {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -20px;
  bottom: 0;
  background: #bc3a31;
  border-radius: 50%;
  line-height: 16px;
  font-size: 12px;
  text-align: left;
  padding-left: 9px;
}

.home_about .data dl dd .title {
  font-size: 15px;
  color: #ffffff;
  line-height: 35px;
  letter-spacing: 0.2px;
}

.home_card dl dd {
  display: flex;
  flex-direction: column;
}

.home_card dl dd:nth-child(2) {
  flex-direction: column-reverse;
}

.home_card dl dd .pic {
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.home_card dl dd .content {
  padding: 30px 0;
  width: 90%;
  margin: 0 auto;
}

.home_card dl dd .content .title {
  font-size: 19px;
  font-family: 'BM DoHyeon OTF' !important;
  text-align: left;
  color: #515354 !important;
  line-height: 1.3;
  letter-spacing: 0.1px;
  /* font-weight: 900; */
}
.home_card dl dd .content .title span{
  font-size: 22px;
  display:inline-block;
  margin-bottom: 10px;
}




.home_card dl dd .content .tips {
  font-size: 15px;
  color: #717273 !important;
  line-height: 33px;
  letter-spacing: 0.2px;
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}

.home_card dl dd .content .tips:after {
  width: 128px;
  height: 1px;
  background: #ba392f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.about_modules {
  padding: 30px 0;
}

.about_modules .desc {
  font-size: 15px;
  color: #717273 !important;
  line-height: 1.75;
  letter-spacing: 0.1px;
  padding-left: 0;
  text-align: left;
}

.about_modules .desc p {
  margin-bottom: 30px;
  letter-spacing: 0.2px;
}

.about_modules .about_gray {
  color: #515354 !important;
  padding: 30px 0;
}

.about_modules .about_title {
  margin: 30px 0;
  position: relative;
}

.about_modules .about_title .title {
  font-family: BM DoHyeon OTF !important;
  font-size: 22px;
  color: #515354 !important;
  letter-spacing: 0.32px;
  display: inline-block;
  background: #fff;
  padding-right: 35px;
  z-index: 4;
  position: relative;
  

  /* font-family: OPPOSans-Bold !important;
  font-weight: 600; */
}

.about_modules .about_title .line {
  width: 100%;
  height: 1px;
  background: #b23931;
  position: absolute;
  top: 20px;
  z-index: 0;
}

.about_modules .values {
  margin: 30px 0;
}

.about_modules .values dl {
  display: flex;
  flex-direction: row;
  margin: -20px;
  flex-direction: column;
}

.about_modules .values dl dd {
  padding: 20px;
}

.about_modules .values dl dd .pic div {
  height: 250px;
  background-size:100%
}

.about_modules .values dl dd .point {
  font-size: 18px;
  text-align: center;
  color: #515355;
  line-height: 30px;
  letter-spacing: 0.3px;
  margin: 30px 0;
  font-family: OPPOSans, OPPOSans-Bold;
}

.about_modules .values dl dd .point .en {
  color: #717273 !important;
}

.about_modules .values dl dd .info {
  font-size: 15px;
  color: #717273 !important;
  line-height: 1.75;
  letter-spacing: 0.2px;
}

.about_modules .team {
  margin-top: 30px;
}

.about_modules .team dl {
  margin: -30px 0;
}

.about_modules .team dl dd {
  padding: 30px 0px;
}

.about_modules .team dl dd .box {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about_modules .team dl dd .box .pic {
  width: 50%;
  /* width: 106px;
  height: 148px; */
  flex-shrink: 0;
  margin: 0 auto;
  cursor: pointer;
}

.about_modules .team dl dd .box .say .info {
  font-size: 15px;
  color: #717273 !important;
  line-height: 2;
  letter-spacing: 0.1px;
  padding: 40px 0;
  position: relative;
  text-align: left;
}

.about_modules .team dl dd .box .say .info::before {
  background-image: url(/assets/img/yinghao1.svg);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 36px;
  opacity: 0.35;
  background-size: cover;
}

.about_modules .team dl dd .box .say .info::after {
  background-image: url(/assets/img/yinghao2.svg);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 36px;
  opacity: 0.35;
  background-size: cover;
}

.about_modules .team dl dd .box .say .leader {
  font-size: 15px;
  color: #515354 !important;
  line-height: 30px;
  text-align: right;
  /* margin-top: 35px; */
}

.about_modules .team dl dd .details {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 55px;
  left: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.about_modules .team dl dd .details .warp {
  width: 80%;
  position: relative;
}

.about_modules .team dl dd .details .warp .close {
  position: absolute;
  right: 29px;
  top: -51px;
  cursor: pointer;
}

.about_modules .team dl dd .details .warp .close img {
  width: 34px;
}

.about_modules .team dl dd .details .warp .cont {
  display: flex;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  border-radius: 10px;
  flex-direction: column;
}

.about_modules .team dl dd .details .warp .cont .face {
  width: 100px;
  margin: 0 auto;
}

.about_modules .team dl dd .details .warp .cont .intro {
  padding-left: 0px;
}

.about_modules .team dl dd .details .warp .cont .intro .top {
  text-align: left;
  border-bottom: 2px solid #BB3A31;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.about_modules .team dl dd .details .warp .cont .intro .top .name {
  font-size: 15px;
  font-weight: bold;
  color: #515354 !important;
  line-height: 1.75;
}

.about_modules .team dl dd .details .warp .cont .intro .top .position {
  font-size: 15px;
  font-weight: Regular;
  color: #515354 !important;
  line-height: 1.75;
}

.about_modules .team dl dd .details .warp .cont .intro .bottom {
  /* text-align: justify; */
  font-size: 15px;
  color: #717273 !important;
  line-height: 1.75;
  max-height: 268px;
  overflow-y: scroll;
}

.about_modules .team dl dd:last-child .box {
  flex-direction: column-reverse;
}

.about_modules .team dl dd:last-child .box .pic {
  margin-right: 0px;
  margin-left: 0;
  margin-top: 10px;
}

.contact_container {
  max-width: 1130px;
  margin: 0 auto;
}

.contact_container .contact-main .list > li {
  margin-bottom: 70px;
}

.contact_container .contact-main .list > li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_container .contact-main .list > li .box .a_left {
  flex-shrink: 0;
  margin-right: 0px;
  margin-bottom: 30px;
}

.contact_container .contact-main .list > li .box .a_left img {
  width: 100%;
  /* width: 393px; */
}

.contact_container .contact-main .list > li .box .a_right .company_name {
  font-size: 18px;
  color: #515354 !important;
  line-height: 1.75;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
  font-family: BM DoHyeon OTF !important;
}

.contact_container .contact-main .list > li .box .a_right .adress-box {
  font-size: 15px;
  color: #717273 !important;
  line-height: 1.75;
  letter-spacing: 0.2px;
}

.contact_container .contact-main .list > li .box .a_right .adress-box li {
  display: flex;
}

.contact_container .contact-main .list > li .box .a_right .adress-box li .adress-pic {
  flex-shrink: 0;
  margin-right: 15px;
}

.contact_container .contact-main .list > li .box .a_right .adress-box li .adress-pic svg {
  display: block;    width: 30px;
}

.contact_container .contact-main .list > li .box .a_right .adress-box li:not(:last-child) {
  margin-bottom: 10px;
}

.issue_container {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.issue_container dl {
  margin: -10px 0;
}

.issue_container dl dd {
  padding: 10px 0;
}

.issue_container dl dd .box {
  background: #F7F7F7;
  padding: 20px;
 
}

.issue_container dl dd .box .left {
  display: flex;
  padding-right: 0px;
}

.issue_container dl dd .box .left .icon {
  margin-right: 15px;
  padding-top: 6px;
  flex-shrink: 0;
  display: block;
}

.issue_container dl dd .box .left .title a {
  font-size: 15px;
  text-align: left;
  color: #515354 !important;
  line-height: 1.75;
  font-family: BM DoHyeon OTF;
}

.issue_container dl dd .box .more {
  text-align: right;
  margin-top: 7px;
}

.issue_container dl dd .box .more a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.issue_container dl dd .box .more a span {
  font-size: 15px;
  color: #515354 !important;
  letter-spacing: 0.18px;
}

.issue_container dl dd .box .more a img {
  margin-left: 15px;
}

.issue_container .share {
  margin-top: 30px;
}

.issue_container .share ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.issue_container .share ul li {
  margin-left: 10px;
  font-size: 14px;
  color: #515354 !important;
  line-height: 36px;
  letter-spacing: 0.18px;
}

.issue_container .share ul li img {
  width: 20px;    display: block;
}

.issue_container .page_list {
  margin-top: 50px;
  font-size: 14px;
  font-family: Objectivity, Objectivity-Medium;
  text-align: center;
  color: #717273 !important;
  letter-spacing: 0.18px;
}

.issue_container .page_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.issue_container .page_list ul li {
  padding: 0 15px;
}

.disease_container .bg {
  padding: 30px 0;
  /* min-height: calc(100vh - 342px); */
}

.disease_container .bg:nth-child(2n) {
  background: #f7f7f7;
}

.disease_container .bg .disease_top ul {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: space-around;
  margin-top: 70px;
  flex-wrap: wrap;
  margin: -10px;
}

.disease_container .bg .disease_top ul li {
  width: 25%;
  /* padding: 10px; */
}
.disease_container .bg .disease_top ul li img{
  width: 50%;
  height: auto;
}

.disease_container .bg .disease_top ul li .font {
  margin-top: 10px;
  font-family: BM DoHyeon OTF;
  color: #717273;
}

.disease_container .bg p {
  font-size: 15px;
  text-align: justifyLeft;
  color: #717273 !important;
  line-height: 1.75;
  /* letter-spacing: 0.1px; */
  margin-bottom: 35px;
}
.disease_container .bg p img{
  width: 100%;
}

.disease_container .bg .sec_title {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #515354;
  border-radius: 8px;
  font-size: 18px;
  font-family: BM DoHyeon OTF;
  color: #ffffff;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
  text-align: center;
}

.history {
  position: relative;
  /* margin-top: 30px; */
}

.history .pic {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: none;
}

.history .course {
  height: unset;
}

.history .course dl {
  position: relative;
}

.history .course dl dd {
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
}

.history .course dl dd .time {
  font-size: 18px;
  font-family: Objectivity, Objectivity-Medium;
  color: #bc3a31;
  letter-spacing: -2px;
}

.history .course dl dd .title {
  font-size: 18px;
  font-family: OPPOSans, OPPOSans-Bold;
  letter-spacing: 0.3px;
  margin: 10px 0;
  line-height: 1.2;
}

.history .course dl dd .info {
  font-size: 15px;
  text-align: justifyLeft;
  letter-spacing: 0.18px;
  line-height: 30px;
}

.history .course dl dd:nth-child(5) {
  margin-bottom: 0px;
}

.tech .tech_md p {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  color: #717273 !important;
  line-height: 1.65;
  letter-spacing: 0.1px;
}

.tech .tech_md p:not(:last-child) {
  margin-bottom: 35px;
}

.tech .tech_md .tech_title {
  width: 90% !important;
  font-size: 18px;
  text-align: center;
  color: #515354 !important;
  letter-spacing: -0.3px;
  margin: 30px auto;
  width: 90%;
  line-height: 1.35;
  font-family: BM DoHyeon OTF !important;
}

.tech .tech_md .products_img {
  text-align: center;
}

.tech .tech_md .products_img:not(:last-child) {
  margin-bottom: 30px;
}

.tech .tech_md .products_video {
  margin: 0 auto;
  margin-top: 30px;
  width: 90%;
}

.tech dl {
  margin: -30px 0;
}

.tech dl dd {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  margin-bottom: 30px;
}

.tech dl dd .pic {
  width: 100%;
  height: 200px;
  margin-right: 30px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  background-position: center;
  overflow: hidden;
}

.tech dl dd .info .title {
  font-size: 17px;
  font-family: BM DoHyeon OTF;
  color: #515354 !important;
  letter-spacing: -0.3px;
  margin-bottom: 30px;
  /* font-weight: 600; */
}

.tech dl dd .info .desc {
  font-size: 15px;
  color: #717273 !important;
  line-height: 1.67;
  letter-spacing: 0.18px;
  /* text-align: justify;  */
}

.tech dl dd .info .desc div:not(:last-child) {
  margin-bottom: 35px;
}

.tech dl dd:nth-child(2n) {
  flex-direction: column-reverse;
}

.tech dl dd:nth-child(2n) .pic {
  margin-right: 0;
  margin-left: 0;
}

.tech .bg {
  padding: 30px 0;
}

.tech .bg:nth-child(2n) {
  background: #F1F1F1;
}

.privacy_container {
  padding-bottom: 70px;
}

.privacy_container p {
  font-size: 15px;
  /* text-align: justify; */
  color: #717273 !important;
  line-height: 1.75;
  letter-spacing: 0.2px;
}

.privacy_container p b {
  font-family: OPPOSans, OPPOSans-Bold;
  font-weight: unset;
}

.privacy_container p:not(:last-child) {
  margin-bottom: 35px;
}



.modules_dark .line {
  background-color: #fff;
}

.tech_content {
  position: relative;
}

.tech_content:after {
  content: "";
  background-image: url(/assets/img/xiaotu1.png);
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  z-index: 2;
  width: 563px;
  height: 372px;
  opacity: 0.32;
}

.tech_content .about_container dl dd:nth-child(2) .info .title {
  position: relative;
}

.tech_content .about_container dl dd:nth-child(2) .info .title:after {
  content: "";
  background-image: url(/assets/img/xiaotu2.png);
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  z-index: 2;
  width: 415px;
  height: 68px;
  opacity: 0.5;
}

.news_mod .news-wrapper-title {
  background: #A5A3A3;
  line-height: 50px;
  text-align: center;
}

.news_mod .news-wrapper-title .box ul {
  display: flex;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.news_mod .news-wrapper-title .box ul li {
  flex: 1;
  padding: 0 20px;
  text-align: right;
  background: #D5D5D5;
  color: #fff;
  font-family: BM DoHyeon OTF !important;
  /* font-weight: 600 !important; */
}

.news_mod .news-wrapper-title .box ul li:nth-child(2) {
  text-align: left;
  font-family: BM DoHyeon OTF !important;
  /* font-weight: 600 !important; */
  color: white;
}

.news_mod .news-wrapper-title .box ul li.thisclass {
  background: #F7F7F7;
  color: #949494 !important;
  /* font-family: OPPOSans-Heavy; */
  font-family: BM DoHyeon OTF !important;
  /* font-weight: 600 !important; */
}

.news_mod .news-wrapper {
  width: 90%;
  margin: 0 auto;
  display: block;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 30px 0;
  background: #fff;
}

.news_mod .news-wrapper .news-search {
  width: 100%;
  margin: 0 auto;
  flex-shrink: 0;
}

.news_mod .news-wrapper .news-search .join {
  display: flex;
  justify-content: flex-start;
}

.news_mod .news-wrapper .news-search .join div {
  font-size: 17px;
  font-weight: 400;
  color: #515354 !important;
  line-height: 23px;
  margin-right: 15px;
}

.news_mod .news-wrapper .news-search .join div svg {
  width: 46px;
 
}

.news_mod .news-wrapper .news-search .search {
  margin-top: 40px;
  position: relative;
}

.news_mod .news-wrapper .news-search .search input {
  width: 100%;
  height: 32px;
  background: #F1F1F1;
  border: 0;
  padding: 0 10px;
}

.news_mod .news-wrapper .news-search .search button {
  position: absolute;
  right: 8px;
  top: 6px;
  width: 21px;
  height: 20px;
  background-image: url(../../assets/img/search.png);
}

.news_mod .news-wrapper .news-search .search img {
  position: absolute;
  right: 6px;
  top: 6px;
}

.news_mod .news-wrapper .news-list {
  padding-left: 0px;
  width: 100%;
}

.news_mod .news-wrapper .news-list .year {
  margin-top: 20px;
}

.news_mod .news-wrapper .news-list .year ul {
  display: flex;
  justify-content: flex-start;
  line-height: 30px;
  flex-direction: row;
  margin: 0 -15px;
}
.news_mod .news-wrapper .news-list .year ul li:first-child{
  /* display: none !important; */
}
.news_mod .news-wrapper .news-list .year ul li {
  padding: 0 15px;
  cursor: pointer;
  color: #6a6a6a !important;
  font-size: 16px;
  /* font-weight: bold; */
  padding-bottom: 20px;
  font-family: BM DoHyeon OTF !important ;
}

.news_mod .news-wrapper .news-list .year ul li.active {
  color: #CF2927;
}

.news_mod .news-wrapper .news-list .list ul li {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
}

.news_mod .news-wrapper .news-list .list ul li a .box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}

.news_mod .news-wrapper .news-list .list ul li a .box .left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.news_mod .news-wrapper .news-list .list ul li a .box .left .icon {
  padding-right: 10px;
  flex-shrink: 0;
}

.news_mod .news-wrapper .news-list .list ul li a .box .left .icon img {
  width: 20px;
}

.news_mod .news-wrapper .news-list .list ul li a .box .left .time {
  font-size: 15px;
  font-weight: 400;
  color: #6A6A6A;
  padding-right: 30px;
  flex-shrink: 0;
  font-family: BM DoHyeon OTF;
}

.news_mod .news-wrapper .news-list .list ul li a .box .etime {
  width: 282px;
}

.news_mod .news-wrapper .news-list .list ul li a .box .title {
  font-size: 15px;
  font-weight: 400;
  color: #515354 !important;
  line-height: 1.75;
}

.news_mod .news-wrapper .news-list .list ul li a .box .etitle {
  position: relative;
  padding-left: 10px;
}

.news_mod .news-wrapper .news-list .list ul li a .box .etitle:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: red;
  border-radius: 50%;
  left: 0;
  top: 15px;
}

.news_mod .news-wrapper .news-list .list-event ul li a .box .time {
  padding: 0;
}

.news_mod .view-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

.news_mod .view-wrapper .title-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
}

.news_mod .view-wrapper .title-wrapper .title {
  font-size: 18px;
  font-weight: 600;
  color: #515354 !important;
  line-height: 1.75;
}

.news_mod .view-wrapper .title-wrapper .time {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #BC3A31;
}

.news_mod .view-wrapper .body-wrapper p {
  font-size: 15px;
  font-weight: 400;
  color: #515354 !important;
  line-height: 1.75;
  text-align: justify;
}

.news_mod .view-wrapper .footer-wrapper .back {
  text-align: right;
  padding: 30px 0;
}

.news_mod .view-wrapper .footer-wrapper .back a img {
  width: 34px;
  height: 34px;
  display: inline-block;
}

.news_mod .view-wrapper .footer-wrapper .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}

.news_mod .view-wrapper .footer-wrapper .share .job .title {
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  padding-bottom: 10px;
}

.news_mod .view-wrapper .footer-wrapper .share .job .email {
  display: flex;
  text-align: left;
  justify-content: flex-start;
}

.news_mod .view-wrapper .footer-wrapper .share .job .email img {
  width: 25px;
  height: 24px;
  background: #515354;
  margin: 0;
}

.news_mod .view-wrapper .footer-wrapper .share .job .email span {
  height: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #515354 !important;
  line-height: 24px;
  padding-left: 10px;
}

.news_mod .view-wrapper .footer-wrapper .share .print {
  display: flex;
  margin-top: 15px;
}

.news_mod .view-wrapper .footer-wrapper .share .print i {
  font-size: 15px;
  color: #BC3A31;
  cursor: pointer;
}

.news_mod .view-wrapper .footer-wrapper .share .print div {
  padding-left: 0;
  padding-right: 10px;
}

.news_mod .view-wrapper .footer-wrapper .share .print div img {
  width: 25px;
  height: unset;
}

.news_mod .view-wrapper .footer-wrapper .share .print .weixin-ico i {
  font-size: 25px;
}



.news_pages {
  display: flex;
  justify-content: center;
}

.news_pages ul {
  display: flex;
  flex-direction: row;
}

.news_pages ul li {
  min-width: 35px;    width: unset !important;
  line-height: 35px;
  background: #D8D8D8;
  text-align: center;
  margin-left: 5px;
  padding: 0 5px;
}
.news_pages ul li a{
  display:block;
}
.news_pages ul li.active {
  background: #BB3931;
  color: #fff;
}

.news_pages ul li.active a{
 
  color: #fff;
}

.search_result{
  margin-bottom: 20px;
}

.search_result span{
  color: #bc3a31;
  font-weight: bold;
}


.join_more {
  float: right;
  font-size:14px;
  /* font-family: OPPOSans, OPPOSans-Bold;     */
 
}
.join_more a {
  color: #ba392f;
  display: flex;
  align-items: center;
}

.join_more a span{
  margin-right:10px;
}



.adress-text{
  /* padding-top: 2px; */
  margin-top: -7px;
}
.contact-email{
  line-height: 28px;
  margin-top: 0px;
  padding-top: 0px !important;
}
footer .bottom ul li{
  color: #515455;
  font-weight: normal;
  font-family: OPPOSans, OPPOSans-Regular;
}
.phone_show{
  display: none;
}
.pc_show{
  display: block;
}
@media (max-width: 750px) {
  .index_sp_unit{
    right: -22px !important;
  }
  .disease_container .bg p{
    margin-bottom: 24px;
  }
  .tech .tech_md p:not(:last-child),.tech dl dd .info .desc div:not(:last-child){
    margin-bottom: 24px;
  }
  .about_modules .team dl dd .details .warp .cont .intro .bottom p{
    margin-bottom: 20px;
  }
  .about_container .more_desc .s_left .bottom{
    margin-top: -4px;
  }
  .about_modules .values dl dd .info{
    margin-top: -6px;
  }
  .home_about .data dl dd .title{
    margin-top: -12px;
  }
  .zhijiedate{
    font-size: 8px;
    font-family: Arial;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-top:30px;
  
  }
  .home_about .home_about_title .left{
    font-size: 20px;
  }
  .phone_show{
    display: block;
  }
  .pc_show{
    display: none;
  }
  .banner .slogan{
    top: -10px;
  }
  .banner .slogan .info b, .banner .slogan .sec b{
    font-size: 20px !important;
  }
  /* .banner .slogan span{
    font-size: 17px;
  } */
  .fields_container{
    width: 90%;
    margin: 0 auto;
  }
  /* .about_modules .about_title .title{
    font-size: 22px;
     font-weight: bold; 
  } */
  .adress-text{
    margin-top: -6px;
    padding-top: 0;
  }
  .contact-email{
    padding-top: 0px !important;
    margin-top: 0px;
    /* padding-top: 2px !important; */
  }
  .mgb0{
    margin-bottom: 0px !important;
  }
  .mgb20{
    margin-bottom: 20px !important;
  }
  .mgt20{
    margin-top: 24px !important;
  }
  .search_result{
    margin: 20px 0 !important;
  }
  .disease_container .bg .disease_top{
    /* height: 100px; */
    min-height: 150px;
  }
  .disease_container .bg .disease_top ul li{
    width: 33.333% !important;
    padding: 10px !important;
  }
  .banner .slogan .sec{
    padding-top: 17px;
  }


  .news_mod .news-wrapper .news-list .list ul li a .box .title {
    margin-top: 15px;
  }
  /* .index_cn_plus{
    margin-left: 0px;
  } */
  .home_about .data dl dd .num .font span:first-child{
    margin-left: -14px;
  }
  .counter_ml{
    margin-left: -2px !important;
  }
  .home_about .data dl dd .num .font .unit{
    bottom: 18px !important;
    padding-left: 2px !important;
    font-size: 12px !important;
  }
  .tech dl dd{
    padding:0;
  }
  .tech dl dd .pic{
    margin-right: -6%;
    margin-left: -6%;
  
    width: 100vw;
    height:unset
  }

  .tech dl dd:nth-child(2n) .pic , .values dl dd .pic,  .contact_container .contact-main .list > li .box .a_left{
    margin-right: -6%;
    margin-left: -6%;
  
    width: 100vw;
    height:unset
  }
  .pr{
    padding-right: 0;
  }
}
