@charset "UTF-8";
/* 大屏幕（大桌面显示器，大于等于 1200px） 1275*/

@media (min-device-width: 1200px) {
.index_cn_plus{
  padding-left: 7px;
}

  header .wrapper{
    width: 1080px;
  }
  .container {
    width: 1080px;
    margin: 0 auto;
  }
  .about_container {
    max-width: 1080px;
    margin: 0 auto;
  }
  .about_container .pic_box {
    margin-top:70px;
  }
  .team_container {
    max-width: 1080px;
    margin: 0 auto;
  }
  .modules_dark {
    background-color: #333333;
    padding: 70px 0;
    color: #fff;
  }
  .modules_title {
    margin: 70px auto;
    text-align: center;
  }
  .modules_title h1 {
    font-size: 30px;
    font-family: OPPOSans-Heavy;
    color: #515354;
    line-height: 1;
    letter-spacing: 0.32px;
  }
  header {
    background: #d5d5d5;
    padding: 36px 0;
  }
  header .wrapper {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .wrapper .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .wrapper .menu .nav ul {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
  }
  header .wrapper .menu .nav ul li a {
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family:  OPPOSans-Regular;

  }
  header .wrapper .menu .nav ul li:not(:first-child) {
    margin-left: 47px;
  }
  header .wrapper .menu .nav ul li.sel a {
    color: #bc3a31;
  }
  header .wrapper .menu .lang {
    margin-left: 40px;
  }
  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: 35px 0;
    color: #515455;
    font-weight: 300;
  }
  footer a {
    text-align: center;
    color: #515455;
    letter-spacing: 0.16px;
  }
  footer .top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  footer .top .logo {
    margin-right: 110px;
  }
  footer .top .nav ul {
    display: flex;
  }
  footer .top .nav ul li {
    padding: 0 35px;
    position: relative;
  }
  footer .top .nav ul li:not(:first-child):after {
    position: absolute;
    content: "";
    width: 1px;
    background: #515455;
    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: 14px;
  }
  footer .top .nav ul li.sel a {
    color: #bc3a31;
  }
  footer .bottom {
    display: flex;
    justify-content: center;
    /* margin-top: 15px; */
  }
  footer .bottom ul {
    display: flex;
    align-items: center;
  }
  footer .bottom ul li {
    font-size: 12px;
    letter-spacing: 0.12px;
    text-align: center;
    color: #515455;
    letter-spacing: 0.16px;
    font-family:  OPPOSans-Regular;
  }
  footer .bottom ul li:not(:first-child) {
    margin-left: 30px;
  }
  .home_about .home_about_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
  }
  .home_about .home_about_title .left {
    font-size: 32px;
    font-family:OPPOSans-Bold;
    color: #ffffff;
    letter-spacing: 0.32px;
    font-weight: 900;
  }
  .home_about .desc {
    font-size: 16px;
    font-family:  OPPOSans-Regular;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.75;
    letter-spacing: 0.2px;
    margin-bottom: 70px;
  }
  .home_about .data dl {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0;
  }
  .home_about .data dl dd {
    width: 33.33%;
    text-align: center;
    padding: 30px 0;
  }
  .home_about .data dl dd .num .font {
    display: inline;
    position: relative;
  }
  .home_about .data dl dd .num .font span {
    display: inline;
    font-size: 100px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -11px;
    line-height: 1;
  }
  .home_about .data dl dd .num .font .unit {
    width: 27px;
    height: 27px;
    position: absolute;
    right: -35px;
    bottom: 0;
    background: #bc3a31;
    border-radius: 50%;
    padding-left: 8px;
    line-height: 27px;
  }
  .home_about .data dl dd .title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 35px;
    letter-spacing: 0.2px;
  }
  .zhijiedate{
    font-size: 8px;
    font-family: OPPOSans-Light;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: 0.2px;
    margin-left: 63%;
    margin-top: 60px;
  
  }
  .home_card dl dd {
    display: flex;
  }
  .home_card dl dd .pic {
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
  }
  .home_card dl dd .content {
    padding: 70px 0;
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .home_card dl dd .content .title {
    font-size: 30px;
    font-family:  OPPOSans-Bold;
    text-align: left;
    color: #515354;
    line-height: 50px;
    letter-spacing: 0.32px;
    font-weight: 900;
  }

  .home_card dl dd .content .tips {
    font-size: 16px;
    font-weight: unset;
    color: #515354;
    line-height: 1.75;
    letter-spacing: 0.2px;
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    font-family:  OPPOSans-Regular;

  }
  .home_card dl dd .content .tips:after {
    width: 70px;
    height: 1px;
    background: #ba392f;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .about_modules {
    padding: 70px 0;
  }
  .about_modules .desc {
    font-size: 16px;
    font-weight: 300;
    color: #515354;
    line-height: 1.75;
    letter-spacing: 0.2px;
    padding-left: 245px;
    text-align: justify;
    font-family:  OPPOSans-Regular;
  }
  .about_modules .desc p {
    margin-bottom: 25px;
    font-family:OPPOSans-Regular
  }

  .about_modules .desc .s_right{
    margin-top: -4px;

  }
  .about_modules .modules_dark .about_title .line {
    background-color: #fff;
  }
  .about_modules .about_title {
    margin: 70px 0 60px;
    position: relative;
  }
  .about_modules .about_title .title {
    font-size: 32px;
    color: #515354;
    letter-spacing: 0.32px;
    display: inline-block;
    background: #fff;
    padding-right: 35px;
    position: relative;
    z-index: 2;
    
  }
  .about_modules .about_title .line {
    width: 100%;
    height: 1px;
    background: #b23931;
    position: absolute;
    top: 23px;
    z-index: 0;
  }
  .about_modules .values {
    margin: 70px 0;
  }
  .about_modules .values dl {
    display: flex;
    flex-direction: row;
    margin: -35px;
  }
  .about_modules .values dl dd {
    padding: 35px;
  }
  .about_modules .values dl dd .pic div {
    height: 191px;
  }
  .about_modules .values dl dd .point {
    font-size: 24px;
    text-align: center;
    color: #515455;
    line-height: 2;
    letter-spacing: 0.3px;
    margin: 50px 0;
    margin-bottom: 35px;
  }
  .about_modules .values dl dd .point .en {
    color: #717273;
    line-height: 1;
  }
  .about_modules .values dl dd .info {
    font-size: 16px;
    font-weight: 300;
    color: #515354;
    line-height: 30px;
    letter-spacing: 0.54px;

    font-family:  OPPOSans-Regular;
    text-align: justify;
  }
  .about_modules .team {
    /* margin-top: 145px; */
  }
  .about_modules .team dl {
    margin: -30px 0;
  }
  .about_modules .team dl dd {
    padding: 30px 0px;
  }
  .about_modules .team dl dd .box {
    padding: 4% 8%;
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
    align-items: center;
  }
  .about_modules .team dl dd .box .pic {
    width: 270.3px;
    height: 378.25px;
    flex-shrink: 0;
    margin-right: 50px;
  }
  .about_modules .team dl dd .box .say .info {
    font-size: 20px;
    font-weight: 300;
    color: #515354;
    line-height: 2;
    letter-spacing: 0.24px;
    padding: 55 11px;
    position: relative;
    text-align: justify;
    font-family:  OPPOSans-Regular;
    /* margin-left: 5%; */
  }
  .about_modules .team dl dd .box .say .leader {
    font-size: 20px;
    font-weight: 400;
    color: #515354;
    line-height: 30px;
    text-align: right;
    margin-top: 35px;
  }
  .about_modules .team dl dd:last-child .box .pic {
    margin-right: 0px;
    /* margin-left: 100px; */
  }
  .contact_container {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  .contact_container .contact-main .list > li {
    margin-bottom: 120px;
  }

  .contact_container .contact-main .list > li:last-child{
      margin-bottom:0 !important;
  }
  .contact_container .contact-main .list > li .box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contact_container .contact-main .list > li .box .a_left {
    flex-shrink: 0;
    margin-right: 6.25%;
  }
  .contact_container .contact-main .list > li .box .a_left img {
    width: 393px;
  }
  .contact_container .contact-main .list > li .box .a_right .company_name {
    font-size: 24px;
    font-family:  OPPOSans-Bold;
    color: #515354;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
  }
  .contact_container .contact-main .list > li .box .a_right .adress-box {
    font-size: 16px;
    color: #717273;
    line-height: 1.75;
    letter-spacing: -0.4px;
    font-family: OPPOSans-Regular;
    font-weight: 300;
  }
  .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 img {
    display: block;
  }
  .issue_container {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  .issue_container dl {
    margin: -10px 0;
  }
  .issue_container dl dd {
    padding: 10px 0;
  }
  .issue_container dl dd .box {
    background: #F7F7F7;
    padding: 50px 45px;
  }
  .issue_container dl dd .box .left {
    display: flex;
    padding-right: 70px;
  }
  .issue_container dl dd .box .left .icon {
    margin-right: 26px;
    padding-top: 6px;
  }
  .issue_container dl dd .box .left .title a {
    font-size: 18px;
    font-weight: unset;
    text-align: left;
    color: #515354;
    line-height: 36px;
  }
  .issue_container dl dd .box .more {
    text-align: right;
    margin-top: 7px;
    font-family:  OPPOSans-Regular;
  }
  .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: 14px;
    color: #7c7b7b;
    letter-spacing: 0.2px;
  }
  .issue_container dl dd .box .more a img {
    margin-left: 15px;
  }
  .issue_container .share {
    margin-top: 67px;
  }
  .issue_container .share ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .issue_container .share ul li {
    margin-left: 24px;
    font-size: 16px;
    color: #515354;
    line-height: 36px;
    letter-spacing: 0.2px;
  }
  .issue_container .page_list {
    margin-top: 50px;
    font-size: 16px;
    font-family: Objectivity, Objectivity-Medium;
    font-weight: 500;
    text-align: center;
    color: #717273;
    letter-spacing: 0.2px;
  }
  .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: 70px 0 50px;
    min-height: unset;
  }
  .disease_container .bg:nth-child(2n) {
    background: #f7f7f7;
  }
  .disease_container .bg:not(:first-child){
    padding:50px 0;
  }


  .disease_mod {
    width:70%;
    margin:0 auto;
  }

  .disease_container .bg .disease_top ul li img {
    width: 108px;
    height: auto;
}

  .disease_container .bg .disease_top ul {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: space-around;
    margin-top: 30px;
  }
  .disease_container .bg .disease_top ul li .font {
    margin-top: 23px;
    font-size: 16px;
  }
  .disease_container .bg p {
    font-size: 16px;
    font-family:  OPPOSans-Regular;
    font-weight: 300;
    text-align: justifyLeft;
    color: #515354;
    line-height: 1.75;
    letter-spacing: 0.2px;
  }

  
  .disease_container .bg p:not(:last-child) {
    margin-bottom: 25px;
  }


  .disease_container .bg p:last-child{
    margin-bottom:0;
    margin-top: 40px;
  } 

  .disease_container .bg .sec_title {
    width: 100%;
    height: 51px;
    line-height: 51px;
    background: #333333;
    border-radius: 8px;
    font-size: 24px;
    font-family:  OPPOSans-Bold;
    color: #ffffff;
    letter-spacing: 0.3px;
    margin-bottom:30px;
    text-align: center;
  }
  .history {
    position: relative;
    margin-top: 70px;
  }
  .history .pic {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .history .course {
    height: 910px;
  }
  .history .course dl {
    position: relative;
  }
  .history .course dl dd {
    line-height: 1;
    text-align: left;
    position: absolute;
    left: 50%;
    margin-left: 195px;
  }
  .history .course dl dd .time {
    font-size: 16px;
    font-family: Objectivity, Objectivity-Medium;
    font-weight: 500;
    color: #bc3a31;
    letter-spacing: -2px;
  }
  .history .course dl dd .title {
    font-size: 22px;
    font-family:  OPPOSans-Bold;
    letter-spacing: 0.3px;
    margin: 18px 0;
  }
  .history .course dl dd .info {
    font-size: 16px;
    font-family:  OPPOSans-Regular;
    font-weight: 300;
    text-align: justifyLeft;
    letter-spacing: 0.2px;
    line-height: 30px;
  }
  .history .course dl dd:nth-child(2n) {
    text-align: right;
    margin-right: 195px;
    margin-left: 0;
    left: 0;
    right: 50%;
  }
  .history .course dl dd:nth-child(1) {
    top: 6px;
  }
  .history .course dl dd:nth-child(2) {
    top: 160px;
  }
  .history .course dl dd:nth-child(3) {
    top: 320px;
  }
  .history .course dl dd:nth-child(4) {
    top: 476px;
  }
  .history .course dl dd:nth-child(5) {
    top: 636px;
  }
  .tech .tech_md p {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    font-family:  OPPOSans-Regular;
       font-weight: 300;
    color: #515354;
    line-height: 1.75;
    letter-spacing: 0.2px;
  }
  .tech .tech_md p:not(:last-child) {
    margin-bottom: 25px;
  }
  .tech .tech_md .tech_title {
    font-size: 24px;
    font-family: OPPOSans-Heavy;
    text-align: center;
    color: #515354;
    line-height: 1;
    letter-spacing: 0.32px;
  }
  .tech .tech_md .products_img {
    text-align: center;
  }
  .tech .tech_md .products_img:not(:last-child) {
    margin-bottom: 70px;
  }
  .tech .tech_md .products_video {
    width: 1080px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .tech dl {
    margin: -35px 0;
  }
  .tech dl dd {
    display: flex;
    padding: 35px 0;
  }
  .tech dl dd .pic {
    width: 450px;
    height: 265px;
    margin-right: 68px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .tech dl dd .info {
    height: 265px;

    padding-right: 20px;
  }
  .tech dl dd .info .title {
    font-size: 24px;
    font-family:OPPOSans-Bold;
    color: #515354;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
  }
  .tech dl dd .info .desc {
    font-size: 16px;
    font-family:  OPPOSans-Regular;
    font-weight: 300;
    color: #515354;
    line-height: 30px;
    letter-spacing: 0.2px;
    overflow-y: scroll;
    height: 200px;
  }
  .tech dl dd .info .desc div:not(:last-child) {
    margin-bottom: 25px;
  }
  .tech dl dd:nth-child(2n) .pic {
    margin-right: 0;
    margin-left: 68px;
  }
  .tech .bg {
    padding: 70px 0;
  }
  .tech .bg:nth-child(2n) {
    background: #F1F1F1;
  }
  .privacy_container {
    padding: 0 0 70px 0;
  }
  .privacy_container p {
    font-size: 16px;
    text-align: justify;
    color: #717273;
    line-height: 1.75;
    letter-spacing: 0.2px;
  }
  .privacy_container p b {
    font-family:  OPPOSans-Bold;
  }
  .privacy_container p:not(:last-child) {
    margin-bottom: 35px;
  }
  .modules_dark .line {
    background-color: #fff;
  }
  .news_mod .news-wrapper .news-list .list ul li a .box .title {
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    line-height: 32px;
    margin-bottom: 0;
    font-family: OPPOSans-Regular;
    font-weight: 300;
  }
  .contact_container .contact-main .list > li .box .a_right .adress-box li svg {
    width: 30px;
}
}


