@charset "utf-8";
img {
  max-width: 100%;
}
/*公用二级导航*/
.comment-sub-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.comment-sub-nav ul {
  vertical-align: bottom;
  display: inline-block;
  box-shadow: 1px -5px 32px 7px rgba(0, 0, 0, 0.28);
  background: rgba(4, 35, 71, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.comment-sub-nav ul li {
  display: inline-block;
  position: relative;
  float: left;
}
.comment-sub-nav ul li a {
  display: block;
  width: 170px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.comment-sub-nav ul li:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  left: -1px;
  top: 23px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: rgba(255, 255, 255, 0.5);
}
.comment-sub-nav ul li:nth-of-type(1):before {
  display: none;
}
.comment-sub-nav ul li.active a,
.comment-sub-nav ul li:hover a {
  background: #1d6ecb;
}
.comment-sub-nav ul li.active:before,
.comment-sub-nav ul li:hover:before {
  display: none;
}
.comment-sub-nav2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #1d6ecb;
}
.comment-sub-nav2 ul {
  vertical-align: bottom;
  display: inline-block;
}
.comment-sub-nav2 ul li {
  position: relative;
  float: left;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.comment-sub-nav2 ul li.engl:nth-of-type(1) a {
  width: 245px;
  height: 60px;
  font-size: 16px;
}
.comment-sub-nav2 ul li.engl:nth-of-type(2) a {
  width: 345px;
  height: 60px;
  font-size: 16px;
}
.comment-sub-nav2 ul li.engl:nth-of-type(3) a {
  width: 150px;
  height: 60px;
  font-size: 16px;
}
.comment-sub-nav2 ul li.engl:nth-of-type(4) a {
  width: 280px;
  height: 60px;
  font-size: 16px;
}
.comment-sub-nav2 ul li.engl:nth-of-type(5) a {
  width: 200px;
  height: 60px;
  font-size: 16px;
}
.comment-sub-nav2 ul li.about {
  width: 201px;
}
.comment-sub-nav2 ul li.about .eng {
  display: block;
  width: auto;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
}
.comment-sub-nav2 ul li a {
  display: block;
  width: 190px;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  color: #fff;
  font-family: "Microsoft YaHei";
  cursor: pointer;
}
.comment-sub-nav2 ul li a.pro {
  font-size: 16px;
}
.comment-sub-nav2 ul li a.invest {
  font-size: 16px;
}
.comment-sub-nav2 ul li.active,
.comment-sub-nav2 ul li:hover {
  background: #317fd9;
}
.mask {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/*about-team*/
.about-team-body {
  padding-bottom: 20px;
}
.about-team .team-title {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.about-team .team-title ul {
  width: 100%;
  height: 125px;
  text-align: center;
}
.about-team .team-title ul li {
  position: relative;
  display: inline-block;
  padding: 28px 65px 0;
  height: 100%;
  box-sizing: border-box;
}
.about-team .team-title ul li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.about-team .team-title ul li a .img-box {
  width: 34px;
  height: 40px;
  margin: 0 auto;
  background: url("../images/about/team/icon1.png") no-repeat center top;
}
.about-team .team-title ul li:hover a,
.about-team .team-title ul li.active a {
  color: #1d6ecb;
  border-bottom: 4px solid #1d6ecb;
}
.about-team .team-title ul li:hover a .img-box,
.about-team .team-title ul li.active a .img-box {
  background-position: center bottom;
}
.about-team .team-title ul li:nth-child(2):before {
  display: block;
  content: '';
  position: absolute;
  top: 47px;
  width: 2px;
  height: 37px;
  background: #c4c4c4;
}
.about-team .team-title ul li:nth-child(2):before {
  left: 0;
}
.about-team .team-title ul li:nth-child(2) a .img-box {
  background: url("../images/about/team/icon2.png") no-repeat center top;
}
.about-team .team-title ul li:nth-child(2):hover a .img-box,
.about-team .team-title ul li:nth-child(2).active a .img-box {
  background-position: center bottom;
}
.about-team .team-title ul li:last-of-type a .img-box {
  background: url("../images/about/team/icon3.png") no-repeat center top;
}
.about-team .team-title ul li:last-of-type a p {
  width: 100%;
}
.about-team .team-title ul li:last-of-type:hover a .img-box,
.about-team .team-title ul li:last-of-type.active a .img-box {
  background-position: center bottom;
}
.about-team .team-list .team-list-one {
  padding: 20px 0;
}
.about-team .team-list .team-list-one li {
  width: 100%;
  padding: 47px 0 ;
  border-bottom: 1px solid #f0f0f0;
}
.about-team .team-list .team-list-one li .img-box {
  float: left;
  width: 334px;
  height: 413px;
  box-shadow: 15px 14px 30px -6px #cccccc;
}
.about-team .team-list .team-list-one li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.about-team .team-list .team-list-one li .text-box {
  width: 785px;
  float: right;
}
.about-team .team-list .team-list-one li .text-box h3 {
  font-size: 26px;
  color: #333333;
  line-height: 50px;
  font-weight: bold;
}
.about-team .team-list .team-list-one li .text-box p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.about-team .team-list .team-list-one li .text-box p span {
  font-size: 18px;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 50px;
}
.about-team .team-list .team-list-one li .text-box .intro {
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
}
.about-team .team-list .team-list-two {
  padding: 20px 0;
}
.about-team .team-list .team-list-two li {
  width: 366px;
  height: 650px;
  float: left;
  box-sizing: border-box;
  padding: 25px 0 ;
  cursor: pointer;
}
.about-team .team-list .team-list-two li .img-box {
  position: relative;
  width: 100%;
  height: 460px;
}
.about-team .team-list .team-list-two li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.about-team .team-list .team-list-two li .img-box .img-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.about-team .team-list .team-list-two li .text-box {
  width: 100%;
  text-align: center;
}
.about-team .team-list .team-list-two li .text-box h3 {
  font-size: 26px;
  color: #333333;
  line-height: 40px;
  padding-top: 10px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.about-team .team-list .team-list-two li .text-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.about-team .team-list .team-list-two li .text-box .intro {
  color: #333;
  padding-bottom: 10px;
}
.about-team .team-list .team-list-two li:hover .img-box .img-mask {
  opacity: 1;
}
.about-team .team-list .team-list-two li:hover .text-box h3 {
  color: #1d6ecb;
}
.about-team .team-list .team-list-two li:hover .text-box .intro {
  color: #1d6ecb;
}
.about-team .team-list .team-list-two li:nth-child(3n-1) {
  margin: 0 51px;
}
.btn-box {
  text-align: center;
  padding: 40px 0;
}
.btn-box a {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  color: #666;
  font-size: 14px;
  border: 1px solid #1d6ecb;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-box a:hover {
  background: #1d6ecb;
  color: #fff;
}
.loading-more {
  display: none;
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.loading-more img {
  width: 80px;
}
.loading-more p {
  font-size: 14px;
  padding-top: 10px;
}
.detail-pop {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -290px;
  width: 1200px;
  height: 560px;
  background-image: url("../images/about/team/bg-01.png"), url("../images/about/team/bg-02.png");
  background-color: #fff;
  background-position: left top,right bottom;
  background-repeat: no-repeat;
}
.detail-pop .close {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  display: block;
}
.detail-pop .pop-body {
  width: 100%;
  padding: 47px;
  box-sizing: border-box;
}
.detail-pop .pop-body .img-box {
  width: 366px;
  float: left;
  height: 460px;
}
.detail-pop .pop-body .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.detail-pop .pop-body .text-box {
  width: 665px;
  float: right;
  height: 460px;
  overflow-y: auto;
  padding-right: 10px;
  box-sizing: border-box;
}
.detail-pop .pop-body .text-box h3 {
  font-size: 26px;
  color: #333333;
  line-height: 50px;
  font-weight: bold;
}
.detail-pop .pop-body .text-box p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.detail-pop .pop-body .text-box p span {
  font-size: 18px;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 50px;
}
.detail-pop .pop-body .text-box .intro {
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
}
/*核心科技*/
/*专利*/
.banner {
  position: relative;
  width: 100%;
  height: 650px;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.banner .banner-text .text {
  display: inline-block;
  color: #fff;
}
.banner .banner-text .text-left {
  position: absolute;
  top: 17px;
  left: 0;
}
.banner .banner-text .text-left p {
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  padding-left: 50px;
}
.banner .banner-text .text-right {
  border-left: 1px dashed #c3c5ca;
  margin-left: 100px;
  padding-left: 40px;
  padding-bottom: 20px;
}
.banner .banner-text .text-right h3 {
  font-size: 32px;
  padding-bottom: 0px;
}
.banner .banner-text .text-right p {
  font-size: 54px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
.banner .banner-text .text-right .line {
  margin-top: 4px;
  display: block;
  width: 50px;
  height: 5px;
  background: transparent;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.text-blue {
  color: #1d6ecb;
}
.patent .banner {
  background: url("../images/core/patent/coret.jpg") no-repeat center;
  background-size: cover;
}
.patent .banner.rec {
  background: url("../images/recruitment/bannerr.png") no-repeat center;
  background-size: cover;
}
.patent .patent-body {
  width: 100%;
  padding-top: 79px;
  padding-bottom: 66px;
}
.patent .patent-body .patent-content-top p {
  text-align: center;
  font-size: 18px;
  color: #666;
}
.patent .patent-body .patent-content-middle {
  background: url("../images/core/patent/bg-02.png") no-repeat center 120px;
  height: 723px;
}
.patent .patent-body .patent-content-middle ul {
  padding-top: 20px;
  text-align: center;
}
.patent .patent-body .patent-content-middle ul li {
  width: 218px;
  height: 218px;
  display: inline-block;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 50px;
  background: url("../images/core/patent/bg-01.png") no-repeat center;
  text-align: center;
}
.patent .patent-body .patent-content-middle ul li .num {
  display: block;
  margin: 0 auto;
}
.patent .patent-body .patent-content-middle ul li .tit {
  font-size: 20px;
  padding-top: 10px;
  color: #333333;
}
.patent .patent-body .patent-content-bottom {
  position: relative;
  width: 100%;
  height: 490px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url("../images/core/patent/bg-03.jpg") repeat center;
}
.patent .patent-body .patent-content-bottom ul {
  position: relative;
}
.patent .patent-body .patent-content-bottom ul li {
  width: 100%;
}
.patent .patent-body .patent-content-bottom ul li .img-box {
  float: left;
  position: relative;
  width: 160px;
  height: 205px;
}
.patent .patent-body .patent-content-bottom ul li .img-box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.patent .patent-body .patent-content-bottom ul li .text-box {
  overflow: hidden;
  padding-left: 40px;
}
.patent .patent-body .patent-content-bottom ul li .text-box .tit {
  font-size: 18px;
  color: #333333;
  padding: 18px 0 20px;
}
.patent .patent-body .patent-content-bottom ul li .text-box .detail {
  color: #666666;
  line-height: 30px;
  font-size: 14px;
}
.patent .patent-body .patent-content-bottom ul li:first-of-type {
  position: absolute;
  top: -275px;
  left: 0;
  width: 100%;
}
.recruitment {
  background: none;
}
.recruitment ul li {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
}
.recruitment ul li.active {
  border: 1px solid #317fd9;
}
.recruitment ul li:nth-of-type(2) {
  border-left: none;
}
.recruitment ul li:hover {
  border: 1px solid #317fd9;
  background: #317fd9;
}
.recruitments {
  background: none;
}
.recruitments ul li {
  border-bottom: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.recruitments ul li.active {
  border: 1px solid #317fd9;
}
.recruitments ul li:first-of-type {
  border-right: none;
}
.recruitments ul li:hover {
  border: 1px solid #317fd9;
  background: #317fd9;
}
.cultures {
  padding: 120px 0;
}
.cultures .w1200 h1 {
  text-align: center;
  font-size: 26px;
  color: #333333;
  margin-bottom: 48px;
}
.cultures .w1200 .info {
  color: #3f3f3f;
  font-size: 14px;
  margin-bottom: 30px;
}
.cultures .w1200 img {
  margin-bottom: 91px;
}
.cultures .w1200 ul {
  width: 100%;
}
.cultures .w1200 ul li {
  width: 353px;
  float: left;
  margin-right: 70px;
}
.cultures .w1200 ul li:last-of-type {
  margin-right: 0;
}
.cultures .w1200 ul li .top {
  height: 84px;
}
.cultures .w1200 ul li .top .imgbox {
  width: 84px;
  height: 84px;
  float: left;
}
.cultures .w1200 ul li .top .texts {
  padding-left: 19px;
  box-sizing: border-box;
  overflow: hidden;
  height: 84px;
  position: relative;
  padding-top: 8px;
}
.cultures .w1200 ul li .top .texts:before {
  content: '';
  width: 250px;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 19px;
}
.cultures .w1200 ul li .top .texts p:first-of-type {
  font-size: 14px;
  color: #999999;
  font-family: 'Arial';
  margin-bottom: 10px;
}
.cultures .w1200 ul li .top .texts p:nth-of-type(2) {
  font-size: 26px;
  color: #333;
}
.cultures .w1200 ul li .down {
  padding-top: 34px;
}
.cultures .w1200 ul li .down p {
  color: #3f3f3f;
  font-size: 14px;
  text-align: justify;
}
.talent {
  padding: 75px 0 72px 0;
  background-size: cover;
  position: relative;
}
.talent:before {
  content: '';
  width: 100%;
  height: 862px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.talent .w1200 {
  position: relative;
  z-index: 1;
  /* .ordinary{
      overflow: hidden;
      margin-bottom: 40px;
      border-bottom: 1px dashed #666;
      padding-bottom: 40px;
      li{
        width: 50%;
        float: left;
        box-sizing: border-box;
        &:first-child{
          border-right: 1px dashed #666;
        }
        &:nth-of-type(2){
          padding-left: 100px;
        }
        p{
          margin-bottom: 10px;
          font-size: 14px;
          font-family: 'Microsoft YaHei';
          color: #666;
        }
        .titles{
          color: #1d6ecb;
          font-size: 18px;
          font-family: 'PingFang SC Medium';
          position: relative;
          font-weight: bold;
          margin-left: 20px;
          &:before{
            content: '';
            position: absolute;
            top:50%;
            left:-20px;
            transform: translate(0,-50%);
            width: 10px;
            height:10px;
            border-radius: 50%;
            background: #1d6ecb;
          }
        }
        .claim{
          font-family: 'Microsoft YaHei';
          color: #444444;
          font-size: 16px;
          margin-bottom: 10px;
          margin-top: 52px;
        }
      }
    }*/
}
.talent .w1200 .title {
  color: #333333;
  font-size: 20px;
  font-family: 'PingFang SC Medium';
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 52px;
  font-weight: bold;
}
.talent .w1200 .title:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 3px;
  background: #1d6ecb;
  bottom: 0;
  left: 0;
}
.talent .w1200 .career {
  color: #333333;
  font-size: 18px;
  font-family: 'PingFang SC Medium';
  position: relative;
  margin-bottom: 10px;
}
.talent .w1200 .infos {
  font-family: 'Microsoft YaHei';
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.talent .w1200 img {
  margin-top: 45px;
  display: block;
  margin-bottom: 92px;
}
.talent .w1200 .talent-info .job-list {
  width: 1200px;
}
.talent .w1200 .talent-info .job-list > li .titles {
  text-align: center;
  font-size: 26px;
  color: #333333;
  padding: 20px 0;
}
.talent .w1200 .talent-info .job-list > li .messages-box {
  width: 100%;
  padding: 25px 100px;
  box-sizing: border-box;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 4px;
  font-weight: bold;
}
.talent .w1200 .talent-info .job-list > li .messages-box span {
  display: inline-block;
  width: 25%;
  float: left;
  line-height: 44px;
  font-size: 14px;
  color: #333333;
}
.talent .w1200 .talent-info .job-list > li .request-box {
  width: 100%;
  padding: 25px 100px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  line-height: 32px;
}
.talent .w1200 .talent-info .job-list > li .request-box .claim {
  font-size: 18px;
  color: #333;
  margin-top: 25px;
}
.talent .w1200 .talent-info .job-list > li .contact-style {
  width: 100%;
  padding: 25px 100px 0;
  box-sizing: border-box;
}
.talent .w1200 .talent-info .job-list > li .contact-style a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  height: 45px;
  line-height: 31px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 20px;
  color: #ffffff;
}
.talent .w1200 .talent-info .job-list > li .contact-style a span {
  color: #ffffff;
}
.talent .w1200 .talent-info .job-list > li .contact-style a img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.talent .w1200 .talent-info .job-list > li .contact-style a.email {
  background: #5fbceb;
}
.talent .w1200 .talent-info .job-list > li .contact-style a.back-up {
  background: #1d6ecb;
}
.talent .w1200 .principal li {
  width: 100%;
}
.talent .w1200 .principal li p {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666;
}
.talent .w1200 .principal li p.claim {
  font-family: 'Microsoft YaHei';
  color: #444444;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 52px;
}
.talent .w1200 .principal li p.titles {
  color: #1d6ecb;
  font-size: 18px;
  font-family: 'PingFang SC Medium';
  position: relative;
  font-weight: bold;
  margin-left: 20px;
}
.talent .w1200 .principal li p.titles:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1d6ecb;
}
.talent .more {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #666;
  text-align: center;
  background: #f5f5f5;
  margin-top: 60px;
}
.talent .more img {
  vertical-align: middle;
  margin-right: 10px;
}
.contact {
  padding: 75px 0;
}
.contact .w1200 p {
  color: #666666;
  font-size: 16px;
  font-family: 'PingFang SC Medium';
  margin-bottom: 5px;
}
.contact .w1200 table {
  width: 100%;
}
.contact .w1200 table tbody tr td {
  padding: 16px 0;
  width: 50%;
}
.contact .w1200 table tbody tr td img {
  vertical-align: middle;
  margin-right: 10px;
}
.contact .w1200 table tbody tr td span {
  vertical-align: middle;
  color: #666666;
  font-size: 14px;
}
.investment {
  padding-bottom: 0;
}
.investment .investment-banner {
  background: url("../images/investment/invest.jpg") center no-repeat;
  height: 650px;
  background-size: cover;
}
.investment .main {
  padding-bottom: 94px;
}
.investment .main .w1200 .lists .list {
  height: 112px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  cursor: pointer;
}
.investment .main .w1200 .lists .list:hover p {
  color: #1d6ecb;
}
.investment .main .w1200 .lists .list:hover a {
  background: #1d6ecb;
  color: #fff;
}
.investment .main .w1200 .lists .list:hover a em {
  background-position: 0 -12px;
}
.investment .main .w1200 .lists .list .info-png {
  position: absolute;
  top: 25%;
}
.investment .main .w1200 .lists .list .roadshow {
  position: absolute;
  top: 25%;
  right: 0px;
}
.investment .main .w1200 .lists .list .info-zh {
  position: absolute;
  left: 60px;
  top: 0px;
  font-size: 18px;
}
.investment .main .w1200 .lists .list .info-en {
  position: absolute;
  left: 60px;
  top: 20px;
  font-size: 12px;
}
.investment .main .w1200 .lists .list p {
  transition: all .7s;
  font-size: 16px;
  color: #333;
  width: 1000px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*以省略号...显示*/
  white-space: nowrap;
  /*强制不换行*/
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  position: relative;
  line-height: 112px;
}
.investment .main .w1200 .lists .list a {
  transition: all .7s;
  width: 130px;
  height: 51px;
  text-align: center;
  line-height: 48px;
  color: #666666;
  font-family: 'Microsoft YaHei';
  border: 1px solid #e1e1e1;
  border-radius: 6px 6px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  box-sizing: border-box;
}
.investment .main .w1200 .lists .list a span {
  font-size: 16px;
}
.investment .main .w1200 .lists .list a em {
  width: 7px;
  height: 12px;
  background: url("../images/investment/more.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
}
.investment .main .w1200 .pager {
  text-align: right;
  margin-top: 32px;
}
.investment .main .w1200 .pager a {
  transition: all .7s;
  display: inline-block;
  /*width: 32px;
          height: 32px;*/
  padding: 5px 17px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 3px 3px;
  margin-right: 9px;
  position: relative;
  color: #666666;
  font-size: 14px;
  vertical-align: middle;
}
.investment .main .w1200 .pager a:hover {
  background: #1d6ecb;
  color: #fff;
}
.investment .main .w1200 .pager a:hover em {
  background-position: 0 -12px;
}
.investment .main .w1200 .pager a em {
  width: 7px;
  height: 12px;
  background: url("../images/investment/more.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.investment .main .w1200 .pager a:last-child {
  margin-right: 0;
}
.investment .main .w1200 .pager a:last-child:hover {
  background: #1d6ecb;
  color: #fff;
}
.investment .main .w1200 .pager a:last-child:hover em {
  background-position: 0 -12px;
}
.investment .main .w1200 .pager a:last-child em {
  width: 7px;
  height: 12px;
  background: url("../images/investment/more.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news.newsbanner .banner {
  background: url(../images/investment/invest.jpg) center no-repeat;
  height: 650px;
  background-size: cover;
}
.news.newsbanner .banner h3 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}
.news.newsbanner .banner p {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: 'Microsoft YaHei';
  margin-top: 15px;
  text-align: center;
}
.news .main {
  padding-bottom: 102px;
}
.news .main .w1200 .dates {
  height: 70px;
  width: 100%;
  box-shadow: 0px 5px 7px rgba(102, 102, 102, 0.1);
}
.news .main .w1200 .dates ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .main .w1200 .dates ul li {
  width: 25%;
  float: left;
  text-align: center;
  line-height: 70px;
  position: relative;
}
.news .main .w1200 .dates ul li:before {
  content: '';
  width: 1px;
  height: 25px;
  background: #d9d9d9;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.news .main .w1200 .dates ul li:last-child:before {
  display: none;
}
.news .main .w1200 .dates ul li a {
  color: #666666;
  font-size: 22px;
  font-family: 'PingFang SC Medium';
  font-weight: bold;
}
.news .main .w1200 .dates ul li a:hover {
  color: #1d6ecb;
}
.news .main .w1200 .dates ul li em {
  width: 14px;
  height: 12px;
  background: url("../images/investment/more.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%) rotate(90deg);
}
.news .main .w1200 .lists {
  margin-top: 28px;
  width: 100%;
}
.news .main .w1200 .lists .list {
  width: 100%;
  height: 295px;
  overflow: hidden;
  margin-bottom: 21px;
  transition: all .7s;
  cursor: pointer;
}
.news .main .w1200 .lists .list .list-lt {
  width: 723px;
  float: left;
  height: 100%;
  padding-top: 80px;
  padding-left: 39px;
  box-sizing: border-box;
}
.news .main .w1200 .lists .list .list-lt p {
  transition: all .7s;
}
.news .main .w1200 .lists .list .list-lt p:first-child {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: bold;
}
.news .main .w1200 .lists .list .list-lt p:first-child a {
  display: inline-block;
  transition: all .7s;
  color: #333333;
}
.news .main .w1200 .lists .list .list-lt p:nth-child(2) {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  margin-bottom: 43px;
}
.news .main .w1200 .lists .list .list-lt p:nth-child(2) a {
  transition: all .7s;
  color: #999;
}
.news .main .w1200 .lists .list .list-lt p:nth-child(3) {
  color: #666;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
}
.news .main .w1200 .lists .list .list-lt p:nth-child(3) em {
  width: 15px;
  height: 16px;
  background: url("../images/investment/date.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.news .main .w1200 .lists .list .list-lt p:nth-child(3) span {
  vertical-align: middle;
}
.news .main .w1200 .lists .list .list-rt {
  overflow: hidden;
  padding-top: 31px;
  padding-left: 50px;
}
.news .main .w1200 .lists .list .list-rt .imgbox {
  width: 407px;
  height: 238px;
  overflow: hidden;
  position: relative;
}
.news .main .w1200 .lists .list .list-rt .imgbox img {
  transition: all .7s;
}
.news .main .w1200 .lists .list:hover {
  box-shadow: 0px 0 27px rgba(102, 102, 102, 0.1);
}
.news .main .w1200 .lists .list:hover .list-lt p:first-of-type a {
  color: #1d6ecb;
}
.news .main .w1200 .pager {
  text-align: right;
  margin-top: 32px;
}
.news .main .w1200 .pager a {
  transition: all .7s;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 3px 3px;
  margin-right: 9px;
  position: relative;
  color: #666666;
  font-size: 14px;
  vertical-align: middle;
}
.news .main .w1200 .pager a:hover {
  background: #1d6ecb;
  color: #fff;
}
.news .main .w1200 .pager a:hover em {
  background-position: 0 -12px;
}
.news .main .w1200 .pager a em {
  width: 7px;
  height: 12px;
  background: url("../images/investment/more.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.news .main .w1200 .pager a:last-child {
  margin-right: 0;
}
.news .main .w1200 .pager a:last-child:hover {
  background: #1d6ecb;
  color: #fff;
}
.news .main .w1200 .pager a:last-child:hover em {
  background-position: 0 -12px;
}
.news .main .w1200 .pager a:last-child em {
  width: 7px;
  height: 12px;
  background: url("../images/investment/more.png") no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news .main .w1200 .newsdetails {
  padding-top: 45px;
}
.news .main .w1200 .newsdetails p.newsdetails-navs {
  margin-bottom: 56px;
}
.news .main .w1200 .newsdetails p.newsdetails-navs a {
  color: #666666;
  font-size: 14px;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl {
  width: 762px;
  float: left;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-top {
  padding-bottom: 16px;
  border-bottom: 1px dashed #ccc;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-top p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-top p.title {
  color: #1d6ecb;
  font-size: 26px;
  font-weight: bold;
  width: 674px;
  margin-bottom: 32px;
  line-height: normal;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-top p.titles {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: normal;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-top p.titles em {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: url("../images/investment/dates.png") no-repeat;
  background-size: cover;
  margin-right: 9px;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-top p.titles span {
  vertical-align: middle;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-down {
  padding-top: 30px;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-down p {
  padding-left: 30px;
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  margin-bottom: 42px;
  position: relative;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-down p:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0px;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-down p.none {
  position: relative;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-down p.none:before {
  content: '';
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0px;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-down p img {
  vertical-align: middle;
  margin-top: -5px;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-down p.title {
  padding-left: 30px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-down p.title:before {
  display: none;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr {
  overflow: hidden;
  padding-left: 80px;
  box-sizing: border-box;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr .box {
  position: relative;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr .box .listimg {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr .box .sharedimg {
  position: absolute;
  top: 65px;
  right: 0;
  cursor: pointer;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr .box p {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 14px;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr .box .box-list {
  height: 100%;
  background: #f1f4f7;
  padding: 20px 20px 37px 20px;
  box-sizing: border-box;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr .box .box-list .list-lists {
  margin-bottom: 35px;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr .box .box-list .list-lists a {
  display: block;
  font-size: 14px;
  cursor: pointer;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr .box .box-list .list-lists a:first-of-type {
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr .box .box-list .list-lists a:nth-of-type(2) {
  color: #666666;
}
.reports .main .details {
  width: 100%;
  height: 98px;
  border-bottom: 1px solid #252525;
  line-height: 98px;
  position: relative;
}
.reports .main .details .w1200 .reports-top {
  position: relative;
}
.reports .main .details .w1200 .reports-top a {
  font-size: 16px;
  color: #666666;
  font-family: 'Microsoft YaHei Regular';
}
.reports .main .details .w1200 .reports-top a:nth-of-type(3) {
  color: #1d6ecb ;
}
.reports .main .details .w1200 .reports-top a.back {
  position: absolute;
  width: 113px;
  height: 50px;
  border: 1px solid #252525;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 50px;
  transition: all .7s;
}
.reports .main .details .w1200 .reports-top a.back:hover {
  background: #1d6ecb;
  border: 1px solid #1d6ecb;
}
.reports .main .details .w1200 .reports-top a.back:hover em {
  background-position: 0 -17px;
}
.reports .main .details .w1200 .reports-top a.back:hover span {
  color: #fff !important;
}
.reports .main .details .w1200 .reports-top a.back em {
  transition: all .7s;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url("../images/investment/back.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  margin-right: 6px;
}
.reports .main .details .w1200 .reports-top a.back span {
  color: #777777;
  font-size: 14px;
  margin: 0;
}
.reports .main .details .w1200 .reports-top span {
  font-size: 16px;
  color: #666666;
  font-family: 'Microsoft YaHei';
  margin: 0 17px;
}
.reports .main .text {
  padding-top: 76px;
}
.reports .main .text .w1200 p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 45px;
}
.reports .main .text .w1200 .title {
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-family: 'Microsoft YaHei';
  margin-bottom: 91px;
}
.reports .main .text .w1200 .fr {
  float: right;
  margin-left: 48px;
  margin-bottom: 20px;
}
.reports .main .text .w1200 .cn {
  display: block;
  margin: 0 auto;
  margin-bottom: 48px;
}
.product .product-img {
  margin: 20px auto;
  width: 1000px;
  position: relative;
}
.product .product-img:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.product .product-img img {
  margin: 0 auto;
}
.product .product-img .producten {
  margin: 0 auto;
}
.product .banner {
  background: url("../images/core/patent/coret.jpg") center no-repeat;
  background-size: cover;
}
.product .banner.pro {
  background: url("../images/core/patent/banner1.jpg") center no-repeat;
  background-size: cover;
}
.product .overview {
  padding-top: 13px;
  padding-bottom: 78px;
}
.product .overview .w1200 .main {
  width: 1200px;
  margin: 0 auto;
}
.product .overview .w1200 .main .top h1 {
  text-align: center;
  color: #1d6ecb;
  font-size: 34px;
  margin-bottom: 55px;
}
.product .overview .w1200 .main .top p {
  color: #3f3f3f;
  line-height: 1.8;
  font-size: 14px;
  width: 1200px;
}
.product .overview .w1200 .main .top p span {
  color: #236FC8;
}
.product .overview .w1200 .main .need {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}
.product .overview .w1200 .main .need h1 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 20px;
}
.product .overview .w1200 .main .need p {
  font-size: 14px;
  line-height: 2;
  color: #3f3f3f;
}
.product .overview .w1200 .main .need p:nth-child(7) {
  margin-bottom: 30px;
}
.product .overview .w1200 .main .need p:nth-child(11) {
  margin-bottom: 30px;
}
.product .overview .w1200 .main .down {
  box-sizing: border-box;
}
.product .overview .w1200 .main .down .cardiac-img {
  width: 1200px;
}
.product .overview .w1200 .main .down .cardiac-int {
  color: #9E9F9F;
  text-align: center;
  font-size: 16px;
}
.product .overview .w1200 .main .down p {
  font-size: 14px;
  line-height: 1.8;
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  color: #3f3f3f;
}
.product .overview .w1200 .main .down p span {
  color: #236FC8;
}
.product .overview .w1200 .main .down p:last-child {
  margin-bottom: 70px;
}
.product .overview .w1200 .main img {
  display: block;
  margin: 30px auto;
}
.product .overview .w1200 .main .downs p {
  font-size: 16px;
  color: #333333;
}
.product .overview .w1200 .main .wenxian {
  position: relative;
}
.product .overview .w1200 .main .wenxian p {
  color: #6b6b6b;
  font-size: 16px;
  width: 1200px;
  font-family: "微软雅黑", "黑体", Arial;
  line-height: 2;
}
.product .overview .w1200 .main .wenxian p.title {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 38px;
}
.product .overview .w1200 .main .wenxian p.titles {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}
.product .overview .w1200 .academic-main {
  width: 1200px;
  margin-bottom: 30px;
}
.product .overview .w1200 .academic-main .main1 {
  width: 1200px;
  height: 130px;
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
  position: relative;
}
.product .overview .w1200 .academic-main .main1:before {
  content: '';
  position: absolute;
  height: 70px;
  width: 1px;
  left: 100px;
  top: 40px;
  background: #ECECEC;
}
.product .overview .w1200 .academic-main .main1 img {
  position: absolute;
  top: 20px;
}
.product .overview .w1200 .academic-main .main1 span {
  position: absolute;
  left: 120px;
  font-size: 16px;
  top: 35px;
  line-height: 2;
}
.evaluation .w1100 {
  width: 1100px;
  margin: 0 auto;
}
.evaluation .w1100 .test {
  box-shadow: 0px 0 20px rgba(27, 18, 42, 0.2);
  background: url("../images/core/jiao.jpg") no-repeat;
  background-position: right bottom;
}
.evaluation .w1100 .patent-body {
  padding-top: 104px;
  padding-bottom: 102px;
}
.evaluation .w1100 .wenxian {
  width: 691px;
  padding-bottom: 149px;
  margin-left: 100px;
  position: relative;
}
.evaluation .w1100 .wenxian p {
  color: #6b6b6b;
  font-size: 14px;
  margin-bottom: 25px;
}
.evaluation .w1100 .wenxian p.title {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 38px;
}
.evaluation .w1100 .wenxian p.titles {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}
.evaluation .w1100 .wenxian a {
  width: 267px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  display: block;
  background: #1d6ecb;
  border-radius: 3px;
  margin: 40px auto;
}
.evaluation .w1100 .l1 {
  height: auto;
  width: auto;
}
.evaluation .w1100 .l2 {
  margin-left: 100px;
  width: 868px;
}
.evaluation .w1100 ul {
  padding-bottom: 23px;
  padding-top: 23px;
  border-bottom: 1px dashed #ccc;
}
.evaluation .w1100 ul li {
  font-family: 'Microsoft Yahei';
  font-size: 14px;
  list-style: none;
  color: darkgrey;
  margin-top: 5px;
}
.evaluation .w1100 ul li .score {
  visibility: hidden;
}
.evaluation .w1100 ul li:first-child {
  font-family: 'Microsoft Yahei';
  font-size: 15px;
  font-weight: bold;
  color: black;
}
.evaluation .w1100 ul li:nth-child(2) {
  margin-top: 30px;
}
.evaluation .w1100 .i1 {
  background-color: dodgerblue;
  color: aliceblue;
  font-size: 16px;
  border: 1px cornflowerblue solid;
}
.evaluation .w1100 .l3 {
  margin-left: 35%;
}
.evaluation .w1100 .i1 {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.evaluation .w1100 .d1,
.evaluation .w1100 .d2,
.evaluation .w1100 .d3,
.evaluation .w1100 .d4,
.evaluation .w1100 .d5,
.evaluation .w1100 .d6,
.evaluation .w1100 .d7,
.evaluation .w1100 .d8 {
  visibility: hidden;
  font-family: 'Microsoft Yahei';
  text-align: center;
  color: red;
  font-size: 13px;
  font-weight: bold;
  width: 220px;
  height: 20px;
  margin-top: 8px;
  border: 1px red solid;
  /* 边框宽度为3px */
  position: relative;
}
.evaluation .w1100 .sp1 {
  display: block;
  height: 0px;
  width: 0px;
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: -9px;
  /* 它的绝对值加上span的边框宽度等于div边框宽度的5倍 */
  left: 25px;
  /* 它来确定尖角的位置 */
  border-top: 0px;
  border-bottom: 9px solid red;
  /* 注意颜色的变化 */
  border-right: 3px solid white;
  border-left: 3px solid white;
}
.evaluation .w1100 label {
  display: inline;
}
.evaluation .w1100 .c1 {
  display: none;
}
.evaluation .w1100 .c1 + label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  margin-top: 2px;
  /*border-radius: 3px;*/
  display: inline-block;
  position: relative;
}
.evaluation .w1100 .c1 + label:active,
.evaluation .w1100 .c1:checked + label:active {
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);*/
}
.evaluation .w1100 .c1:checked + label {
  background-color: cornflowerblue;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.evaluation .w1100 .c1:checked + label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: -3px;
  left: 2px;
  color: white;
}
.new-patent h1 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 36px;
}
.new-patent p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 85px;
}
.new-patent p span {
  color: #1d6ecb;
}
.new-patent .patent-img img {
  width: auto;
}
.new-patent .patent-img.patent-img-1 {
  margin-bottom: 80px;
}
.new-patent .patent-img-layer {
  position: relative;
  margin-bottom: 100px;
}
.new-patent .patent-img-layer img {
  padding-top: 2px;
  padding-left: 20px;
  box-sizing: border-box;
}
.new-patent .patent-img-layer .layer-intro {
  position: absolute;
  right: 0px;
  width: 65%;
  top: 0;
}
.cell-new {
  width: 1000px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  -webkit-box-shadow: 10px 10px 15px #f5f5f5;
  -moz-box-shadow: 10px 10px 15px #f5f5f5;
  box-shadow: 10px 10px 15px #f5f5f5;
}
.cell-list {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #f5f5f5;
  font-size: 0px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.cell-list.cur {
  height: auto;
  overflow: auto;
}
.cell-list ul {
  margin: 0 auto;
  padding-left: 25px;
  box-sizing: border-box;
}
.cell-list ul li {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  width: 16.5%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.active-li {
  color: #236FC8 !important;
}
.cell-list .down-arrow {
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .about-team .team-list .team-list-two li:nth-child(3n-1) {
    margin: 0 1px;
  }
  .comment-sub-nav2 {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1.2rem;
    text-align: center;
    background: #1d6ecb;
    z-index: 1;
  }
  .comment-sub-nav2.cardiac {
    overflow-x: scroll;
  }
  .comment-sub-nav2.cardiac ul {
    width: 1000px;
  }
  .comment-sub-nav2 ul {
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
  }
  .comment-sub-nav2 ul li {
    position: relative;
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 16%;
  }
  .comment-sub-nav2 ul li.product {
    width: 50%;
  }
  .comment-sub-nav2 ul li.engl {
    width: 17%;
  }
  .comment-sub-nav2 ul li.engl:nth-of-type(1) a {
    width: 155px;
    height: 30px;
    line-height: 30px;
    font-size: 8px;
  }
  .comment-sub-nav2 ul li.engl:nth-of-type(2) a {
    width: 170px;
    height: 30px;
    line-height: 30px;
    font-size: 8px;
  }
  .comment-sub-nav2 ul li.engl:nth-of-type(3) a {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 8px;
    box-sizing: border-box;
    padding-left: 45px;
  }
  .comment-sub-nav2 ul li.engl:nth-of-type(4) a {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 8px;
  }
  .comment-sub-nav2 ul li.engl:nth-of-type(5) a {
    width: 115px;
    height: 30px;
    line-height: 30px;
    font-size: 8px;
  }
  .comment-sub-nav2 ul li.about {
    width: 25%;
  }
  .comment-sub-nav2 ul li.about .eng {
    display: block;
    width: auto;
    font-size: 8px;
    line-height: 1.2rem;
    color: #fff;
  }
  .comment-sub-nav2 ul li.talent1 {
    width: 50%;
  }
  .comment-sub-nav2 ul li a {
    display: block;
    width: auto;
    font-size: 0.36rem;
    line-height: 1.2rem;
    height: 1.2rem;
    color: #fff;
  }
  .comment-sub-nav2 ul li a.pro {
    font-size: 8px;
  }
  .comment-sub-nav2 ul li a.invest {
    font-size: 8px;
  }
  .news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfr {
    overflow: hidden;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .product .banner {
    background: url(../images/core/patent/coret.jpg) center no-repeat;
    background-size: cover;
    height: 10.24rem;
  }
  .patent .banner {
    background: url(../images/core/patent/coret.jpg) center no-repeat;
    background-size: cover;
    height: 10.24rem;
  }
  .banner .banner-text {
    position: absolute;
    top: 50%;
    left: 60%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
  }
  .banner .banner-text .text-left {
    position: absolute;
    top: -0.66rem;
    left: 0;
  }
  .banner .banner-text .text-left p {
    font-size: 0.36rem;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-top: 1.36rem;
    padding-left: 1.26rem;
    padding-top: 1.5rem;
  }
  .banner .banner-text .text-right {
    border-left: 1px dashed #c3c5ca;
    margin-left: 2rem;
    padding-left: 0.8rem;
    padding-bottom: 0.4rem;
  }
  .banner .banner-text .text-right h3 {
    font-size: 0.64rem;
    padding-bottom: 0px;
  }
  .banner .banner-text .text-right p {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  .banner .banner-text .text-right .line {
    margin-top: 0.08rem;
    display: block;
    width: 1rem;
    height: 0.1rem;
    background: transparent;
  }
  .product .overview .w1200 .main {
    width: 100%;
    margin: 0 auto;
  }
  .product .overview .w1200 .main .need {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .product .overview .w1200 .main .top {
    margin-top: 35px;
  }
  .product .overview .w1200 .main .top h1 {
    text-align: center;
    color: #1d6ecb;
    font-size: 0.68rem;
    margin-bottom: 1.1rem;
  }
  .product .overview .w1200 .main .top p {
    color: #3f3f3f;
    line-height: 1.8;
    font-size: 12px;
    width: 100% !important;
  }
  .product .overview .w1200 .main .down .cardiac-img {
    width: 100%;
  }
  .product .overview .w1200 .main .down {
    width: 100%;
  }
  .product .overview .w1200 .main .down p {
    font-size: 12px;
    line-height: 1.8;
    box-sizing: border-box;
    position: relative;
    width: 100% !important;
    color: #3f3f3f;
  }
  .product .overview .w1200 .main .wenxian {
    position: relative;
    width: 100%;
  }
  .product .overview .w1200 .main .wenxian p {
    color: #6b6b6b;
    font-size: 12px;
    width: 100%;
    font-family: "Microsoft YaHei";
    line-height: 2;
  }
  .product .overview .w1200 .academic-main {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .product .overview .w1200 .academic-main .main1 {
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #EAEAEA;
    overflow: hidden;
    position: relative;
  }
  .product .overview .w1200 .academic-main .main1 span {
    position: absolute;
    left: 120px;
    font-size: 12px;
    top: 35px;
    line-height: 2;
  }
  .cell-new {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 10px 10px 15px #f5f5f5;
    -moz-box-shadow: 10px 10px 15px #f5f5f5;
    box-shadow: 10px 10px 15px #f5f5f5;
  }
  .w1200 {
    width: 100%;
    margin: 0 auto;
  }
  .talent .w1200 .talent-info .job-list {
    width: 100%;
  }
  .investment .main .w1200 .lists .list {
    height: 112px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .news .main .w1200 .newsdetails {
    padding-top: 45px;
    width: 100%;
  }
  .news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl {
    width: 100%;
    float: left;
  }
  .news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-top {
    padding-bottom: 16px;
    border-bottom: 1px dashed #ccc;
    width: 100%;
  }
  .news .main .w1200 .newsdetails .newsdetails-content .newsdetails-contentfl .fl-top p.title {
    color: #1d6ecb;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0.64rem;
    line-height: normal;
  }
  .news .main .w1200 .lists .list .list-lt {
    width: 50%;
    float: left;
    height: 100%;
    padding-top: 40px;
    padding-left: 5px;
    box-sizing: border-box;
  }
  .news .main .w1200 .lists .list {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .7s;
    cursor: pointer;
  }
  .news .main .w1200 .lists .list .list-lt p:first-child {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .news .main .w1200 .lists .list .list-rt {
    overflow: hidden;
    padding-top: 40px;
    padding-left: 15px;
  }
  .news .main .w1200 .lists .list .list-rt .imgbox img {
    transition: all .7s;
    max-width: 40%;
  }
  .about-team .team-title ul {
    width: 100%;
    height: 125px;
    box-sizing: border-box;
    padding-left: 15%;
  }
  .about-team .team-title ul li {
    position: relative;
    display: inline-block;
    padding: 1.5rem 1.3rem 0;
    height: 150px;
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  .about-team .team-title ul li a {
    line-height: 15px;
  }
  .about-team .team-title ul li a p {
    width: 100%;
  }
  .about-team .team-list .team-list-two {
    padding: 20px 0;
    width: 100%;
  }
  .about-team .team-list .team-list-two li {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 0;
    cursor: pointer;
  }
  .evaluation .w1100 {
    width: 100%;
    margin: 0 auto;
  }
  .evaluation .w1100 .patent-body {
    padding-top: 2.08rem;
    padding-bottom: 2.04rem;
    width: 100%;
  }
  .evaluation .w1100 .test {
    box-shadow: 0px 0 20px rgba(27, 18, 42, 0.2);
    background: url(../images/core/jiao.jpg) no-repeat;
    background-position: right bottom;
    padding: 10px;
  }
  .evaluation .w1100 .l2 {
    margin-left: 5px;
    width: 100%;
  }
  .evaluation .w1100 .wenxian {
    width: 100%;
    position: relative;
    padding: 30px 10px;
    box-sizing: border-box;
    margin: auto;
  }
  .evaluation .w1100 .wenxian a {
    margin: auto;
  }
  .product .product-img {
    margin: 20px auto;
    width: 100%;
    max-width: 95%;
  }
  .product .product-img img {
    margin: 0 auto;
  }
  .investment .investment-banner {
    background: url(../images/investment/invest.jpg) center no-repeat !important;
    background-size: cover !important;
  }
  .news.newsbanner .banner {
    background: url(../images/investment/invest.jpg) center no-repeat;
    background-size: cover;
    height: 10.2rem;
  }
  .news.newsbanner .banner h3 {
    font-size: 28px;
    line-height: 1.8rem;
  }
  .news.newsbanner .banner p {
    font-size: 16px;
    line-height: 0.8rem;
    margin-top: 0.3rem;
    margin-left: -92px;
  }
  .home {
    overflow: hidden;
  }
  .foot {
    overflow-x: hidden;
  }
  .foot-nav {
    width: 100%;
  }
  .foot .foot-top .foot-nav .nav-item .link-wrap {
    margin-top: 10px;
  }
  .foot .foot-top .foot-nav .nav-item {
    float: left;
    width: 33.33%;
    min-height: 180px;
  }
  .foot .foot-top .foot-nav .nav-item.itemen {
    min-height: 235px;
  }
  .foot .foot-top .foot-nav .nav-item:nth-of-type(1) {
    width: 33.33%;
    margin: 0px;
    text-align: left;
  }
  .foot .foot-top .foot-nav .nav-item:nth-of-type(2) {
    width: 33.33%;
  }
  .foot .foot-top .foot-nav .nav-item:nth-of-type(3) {
    width: 33.33%;
  }
  .foot .foot-top .foot-nav .nav-item:nth-of-type(3) .link-wrap ul li {
    width: 100%;
  }
  .foot .foot-top .foot-nav .nav-item:nth-of-type(4) {
    width: 33.33%;
  }
  .foot .foot-top .foot-nav .nav-item:nth-of-type(5) {
    width: 33.33%;
  }
  .foot .foot-top .foot-nav .nav-item:nth-of-type(6) {
    width: 33.33%;
  }
  .foot .foot-top .foot-nav .nav-item:nth-of-type(6) h3 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
  }
  .foot .foot-top .foot-nav .nav-item h3 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
  }
  .foot .foot-top .foot-nav .nav-item .foot-phone h4 {
    font-size: 12px;
    line-height: 10px;
    color: #b4d9ff;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
  }
  .foot .foot-top .foot-nav .nav-item .foot-phone p a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    color: #b4d9ff;
    margin-left: 0px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
  }
  .foot .foot-top .foot-nav .nav-item .link-wrap ul li {
    line-height: 20px;
    width: 88px;
  }
  .foot .foot-top .foot-nav .nav-item .link-wrap ul li a {
    display: inline-block;
    font-size: 12px;
    color: #b4d9ff;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    line-height: 14px;
    word-break: break-all;
  }
  .foot .foot-top .foot-nav .nav-item .foot-share .bdsharebuttonbox a {
    padding-left: 32px;
    height: 32px;
    line-height: 32px;
    margin: 4px 5px 3px 0;
    background-image: url(../images/global/icon-share.png);
  }
  .banner-wrap .about-banner {
    background: url(../images/about/banner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 10.2rem !important;
  }
  .about-team-body {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .news .main .w1200 .pager a {
    width: 28px;
  }
  .cultures .w1200 .info {
    color: #3f3f3f;
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .cultures .w1200 ul li .down p {
    color: #3f3f3f;
    font-size: 12px;
    line-height: 1.8;
  }
  .investment .main .w1200 .lists .list .info-png {
    position: absolute;
    top: 50%;
    width: 40px;
  }
  .investment .main .w1200 .lists .list .info-zh {
    position: absolute;
    left: 40px;
    top: 15px;
    font-size: 14px;
    width: 50%;
  }
  .investment .main .w1200 .lists .list .info-en {
    position: absolute;
    left: 40px;
    top: 35px;
    font-size: 10px;
    width: 50%;
  }
  .investment .main .w1200 .lists .list p {
    transition: all .7s;
    font-size: 12px;
    color: #333;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    position: relative;
    line-height: 112px;
  }
  .investment .main .w1200 .lists .list a span {
    font-size: 14px;
  }
  .investment .main .w1200 .lists .list a em {
    width: 7px;
    height: 12px;
    background: url(../images/investment/more.png) no-repeat;
    background-position: 0 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
  }
  .talent .w1200 .talent-info .job-list > li .messages-box {
    width: 100%;
    padding: 25px 5px;
    box-sizing: border-box;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 4px;
    font-weight: bold;
  }
  .talent .w1200 .talent-info .job-list > li .messages-box span {
    display: inline-block;
    width: 50%;
    float: left;
    line-height: 44px;
    font-size: 14px;
    color: #333333;
  }
  .talent .w1200 .talent-info .job-list > li .request-box {
    width: 100%;
    padding: 25px 5px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    line-height: 32px;
  }
  .talent .w1200 .talent-info .job-list > li .contact-style {
    width: 100%;
    padding: 25px 5px;
    box-sizing: border-box;
  }
  .detail-pop {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -290px;
    width: 350px;
    height: 500px;
    background-image: none;
  }
  .detail-pop .pop-body {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .detail-pop .pop-body .img-box {
    width: 50%;
    float: left;
    height: 340px;
  }
  .detail-pop .pop-body .img-box img {
    width: 90%;
    height: 80%;
    object-fit: cover;
    vertical-align: top;
  }
  .detail-pop .pop-body .text-box {
    width: 50%;
    float: right;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .detail-pop .pop-body .text-box p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
  }
  .cultures .w1200 ul li .top .imgbox {
    width: 60px;
    height: 60px;
    float: left;
  }
  .cell-list {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
    font-size: 0px;
    height: 50px;
    overflow-x: scroll;
    position: relative;
  }
  .cell-list ul {
    width: 1000px;
    padding-left: 0px;
    box-sizing: border-box;
  }
  .cell-list ul li {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    width: 13%;
    text-align: center;
    line-height: 30px;
    margin: 23px auto;
  }
  .patent-img-layer {
    position: relative;
    width: 100%;
    height: 220px;
  }
  .patent-img-layer img {
    margin-left: -25px;
    box-sizing: border-box;
    max-width: 45%;
  }
  .patent-img-layer .layer-intro {
    position: absolute;
    right: 0px;
    width: 60%;
    top: 0;
  }
  .patent-img-layer .layer-intro h1 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
  }
  .patent-img-layer .layer-intro p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 0px;
  }
}
