/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
.indexBox {
  width: 100%;
  overflow: hidden;
}
.indexList {
  display: flex;
  flex-wrap: wrap;
  width: 1628px;
  padding: 10px 0;
}
.indexList>li {
  width: 389px;
  float: left;
  margin: 10px 18px 10px 0;
  border-radius: 10px;
  overflow: hidden;
}
.indexList>li .indexTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(to right, #f7f7f7, #d1d1d1);
  padding: 0 20px;
  height: 75px;
  position: relative;
}
.indexList>li .indexTitle::before {
  content: "";
  width: 41px;
  float: left;
  height: 4px;
  position: absolute;
  left: 25px;
  top: 0;
  background-image: linear-gradient(to right, #0062be, #00a0ec);
}
.indexList>li .indexTitle>img {
  float: left;
  max-width: 100%;
  height: auto;
}
.indexList>li .indexTitle>a {
  width: 27px;
  float: right;
  height: 27px;
  position: relative;
}
.indexList>li>a.indexImg {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.indexList>li>a.indexImg::before {
  content: "";
  display: block;
  padding-top: 53.72751%;
}
.indexList>li>a.indexImg:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1630px) {
  .indexBox {
    padding: 0 1.5%;
  }
  .indexList {
    width: 102%;
    margin-left: -1%;
  }
  .indexList>li {
    width: 23%;
    margin: 10px 1%;
  }
}

@media (max-width: 991px) {
  .indexBox {
    padding: 0 20px;
  }
  .indexList>li {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .indexBox {
    padding: 0 15px;
  }
  .indexList>li {
    width: 98%;
  }
  .indexList>li .indexTitle {
    padding: 0 15px;
    height: 60px;
  }
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.mainLeft {
  width: 232px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  width: 100%;
  float: left;
  background-color: #006ac4;
  line-height: 46px;
  font-size: 24px;
  color: #fff;
  padding: 15px 0 15px 25px;
}
.menuTitle>span {
  float: left;
  height: 46px;
  font-size: 60px;
  opacity: 0.2;
  text-transform: uppercase;
  margin-right: 10px;
}
.menuList {
  width: 100%;
  float: left;
  transition: initial;
}
.menuList>li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 50px;
  border: 1px solid #cdcdcd;
  background-image: linear-gradient(#fff, #ececec);
  padding: 0 5px;
  font-size: 14px;
  color: #424242;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 5px 5px 0 #ededed;
}
.menuList>li>a::before {
  content: ">";
  float: left;
  font-family: SimSun;
  font-size: 16px;
  color: #a2a2a2;
  font-weight: bold;
  margin-right: 5px;
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  color: #006ac4;
  font-weight: bold;
}
.menuList>li:hover>a::before,
.menuList>li.menuActive>a::before {
  color: #000;
}
.menuDianhua {
  width: 100%;
  float: left;
  margin-top: 35px;
  line-height: 20px;
  font-size: 16px;
  color: #4d4d4d;
  background: url(../images/menu_dianhua.png) no-repeat left center;
  padding-left: 66px;
  font-family: "Microsoft YaHei";
}
.menuDianhua>span {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 22px;
  color: #4b4b4b;
  font-weight: bold;
  margin-top: 4px;
}

.mainRight {
  width: 932px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 26px;
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: 20px;
}
.dqwzName {
  float: left;
  font-size: 20px;
  color: #313131;
  font-weight: bold;
}
.dqwzNav {
  float: right;
  font-size: 14px;
  color: #676767;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 1200px) {
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .mainRight {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .leftMenu {
    margin: 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: none;
  }
  .menuList>li>a {
    height: 42px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
  .menuList>li>a::before {
    margin-right: 10px;
  }
  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品及测试 */
.cpList {
  display: block;
  overflow: hidden;
  width: 948px;
}
.cpList>li {
  width: 300px;
  float: left;
  margin: 0 16px 20px 0;
}
.cpList>li>a {
  display: block;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 10px;
}
.cpList>li>a .cpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.cpList>li>a .cpImg::before {
  content: "";
  display: block;
  padding-top: 76.6667%;
}
.cpList>li>a .cpTxt {
  display: block;
  overflow: hidden;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  color: #2c2c2c;
}
.cpList>li>a:hover {
  background-color: #006ac4;
}
.cpList>li>a:hover .cpTxt {
  color: #fff;
}

.cpxq {
  display: block;
  overflow: hidden;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  color: #2c2c2c;
  line-height: 1;
  padding: 15px 0;
  margin-bottom: 15px;
}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.cpxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .cpList {
    width: 102%;
    margin-left: -1%;
  }
  .cpList>li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 991px) {
  .cpList>li>a .cpTxt {
    height: 54px;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  .cpList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpList>li>a {
    padding: 5px;
  }
  .cpList>li>a .cpTxt {
    height: 40px;
    line-height: 40px;
  }

  .cpxqTitle {
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-产品及测试 */

/* 研究进展 */
.resList {
  display: block;
  overflow: hidden;
  width: 951px;
}
.resList>li {
  width: 298px;
  float: left;
  margin: 0 19px 39px 0;
}
.resList>li .resImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.resList>li .resImg::before {
  content: "";
  display: block;
  padding-top: 74.49665%;
}
.resList>li .resImg>img {
  -webkit-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  transition: all 0.4s;
}
.resList>li .resTxt {
  display: block;
  overflow: hidden;
  height: 53px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #313131;
  border-bottom: 1px solid #c3c3c3;
}
.resList>li:hover .resImg>img {
  -webkit-filter: grayscale(0%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  transform: scale(1.1);
}

@media (max-width: 1220px) {
  .resList {
    width: 102%;
    margin-left: -1%;
  }
  .resList>li {
    width: 31.3333%;
    margin: 0 1% 39px 1%;
  }
}

@media (max-width: 991px) {
  .resList>li {
    margin: 0 1% 20px 1%;
  }
  .download_page .item{ width:100% !important;}
}

@media (max-width: 767px) {
  .resList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .resList>li .resTxt {
    height: 43px;
    line-height: 42px;
    font-size: 16px;
  }
}
/* END-研究进展 */

/*  资料下载*/
.download_page{width: 100%; padding: 10px 0;}
.download_page .item{width: 100%; float: left; padding: 10px 20px; position: relative; padding-right: 115px;}
.download_page .item .text{padding-left: 40px; font-size: 16px; color: #292929; line-height: 40px; background: url(../images/download_icon.png) no-repeat left center; background-size: 30px;}
.download_page .item .operation{position: absolute; top: 12px; right: 0;}
.download_page .item .operation .oper{float: left; width: 85px; height: 35px; line-height: 35px; border-radius: 35px; text-align: center; font-size: 14px; color: #fff; margin-left: 10px}
.download_page .item .operation .oper:nth-child(1){background-color: #e83929; color: #fff;}
.download_page .item .operation .oper:nth-child(2){background-color: #e7e7e7; color: #626262;}


/* 行业应用 */
.newsList {
  display: block;
  overflow: hidden;
}
.newsList>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.newsList>li>a {
  display: flex;
}
.newsList>li>a .newsImg {
  width: 168px;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList>li>a .newsRight {
  width: calc(100% - 168px);
  float: left;
  padding-left: 20px;
}
.newsList>li>a .newsRight .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 18px;
  color: #313131;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList>li>a .newsRight .newsTxt {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 16px;
  color: #6c6c6c;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 7px 0;
}
.newsList>li>a .newsRight .newsTime {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #6c6c6c;
}
.newsList>li>a:hover .newsRight .newsTitle {
  color: #006ac4;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  color: #313131;
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #9c9c9c;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .newsList>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .newsList>li>a .newsImg {
    width: 140px;
  }
  .newsList>li>a .newsRight {
    width: calc(100% - 140px);
    padding-left: 10px;
  }
  .newsList>li>a .newsRight .newsTxt {
    height: 66px;
    line-height: 22px;
    font-size: 14px;
    margin: 3px 0;
  }

  .xwxqTitle {
    font-size: 18px;
  }
  .xwxqTime {
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .xwxqContect {
    line-height: 24px;
    font-size: 14px;
  }
	.download_page .item{ width:100%;padding: 0 80px 0 0; margin-bottom: 10px;}
    .download_page .item .text{font-size: 14px; line-height: 30px; background-size: 25px; padding-left: 30px;}
    .download_page .item .operation{top: 0;}
    .download_page .item .operation .oper{width: 70px; height: 30px; line-height: 30px; font-size: 12px;}
}
/* END-行业应用 */

/* 联系我们 */
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #6c6c6c;
}
.contactTxt>span {
  display: block;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  color: #353535;
  margin-bottom: 10px;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 365px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contactTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contactTxt>span {
    font-size: 16px;
  }
  .contactMap {
    margin-top: 10px;
    height: 250px;
  }
}
/* END-联系我们 */