/* lab_header start */
.lab_header {
  padding: 60px 0 0;
}

.lab_title {
  margin: 0 auto 40px;
}

.lab_title title {
  display: block;
  line-height: 48px;
  color: #1c2d57;
  font-size: 36px;
  text-align: center;
}

.lab_title1 title {
  color: #fff;
}

.lab_title p {
  line-height: 28px;
  color: #212427;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.lab_title p a {
  color: #212427;
  font-weight: bold;
  text-decoration: underline;
}

.lab_title p a:hover {
  background-color: #00f091;
}

.lab_menu {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #fff;
}

.lab_menu a {
  display: inline-block;
  height: 72px;
  line-height: 72px;
  color: #212427;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
  padding: 0;
  position: relative;
}

.lab_menu a:hover::after,
.lab_menu a.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00f091;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* lab_header end */


/* lab_products start */
.lab_products {
  margin: 60px auto 30px;
}

.lab_products .labPro_main {
  margin: 0 auto;
}

.labPro_list ul {
  margin: 0 -15px;
}

.labPro_list ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
}

.labPro_list ul li .labPro_con {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.labPro_list ul li .labPro_con .labPro_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.labPro_list ul li .labPro_con .labPro_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.labPro_list ul li .labPro_con .labPro_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.labPro_list ul li:hover .labPro_con .labPro_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.labPro_list ul li .labPro_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px;
}

.labPro_list ul li .labPro_con .labPro_text .labPro_name {
  margin-bottom: 10px;
}

.labPro_list ul li .labPro_con .labPro_text .labPro_name a {
  display: inline-block;
  line-height: 30px;
  color: #1c2d57;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
}

.labPro_list ul li .labPro_con .labPro_text .labPro_name a:hover {
  background-color: #00f091;
}

.labPro_list ul li .labPro_con .labPro_text p {
  height: 120px;
  overflow: hidden;
  line-height: 24px;
  color: #212427;
  font-size: 14px;
}

.labPro_list ul li .labPro_con .labPro_btn a {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.labPro_list ul li .labPro_con .labPro_btn a:hover {
  background-color: #00f091;
  border-top: 1px solid #00f091;
}

/* lab_products end */


/* lab_visual start */
.lab_visual {
  height: 660px;
  overflow: hidden;
  position: relative;
  background: url(../images/labVisual_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.lab_visual .labVisual_text {
  padding: 60px 0 60px 38%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.labVisual_text .labVisual_title {
  line-height: 40px;
  color: #fff;
  font-size: 36px;
}

.labVisual_text p {
  margin: 20px 0 40px;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
}

.labVisual_text .labVisual_btn a {
  display: inline-block;
  height: 50px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 28px;
  background-color: inherit;
  border: 2px solid #fff;
  border-radius: 25px;
  letter-spacing: 1.2px;
}

.labVisual_text .labVisual_btn a:hover {
  background-color: #00d681;
}

/* lab_visual end */


.lab_gray {
  padding: 60px 0 20px;
  background-color: #f5f5f5;
}

.lab_white {
  padding: 60px 0 20px;
  background-color: #fff;
}


/* lab_activity start */
.lab_activity {
  padding: 60px 0;
  background-color: #1c2d57;
}

.lab_activity .labActivity_main {
  margin: 0 auto;
}

.labActivity_main .labActivity_list {
  margin: 60px 0 30px;
}

.labActivity_list ul {
  margin: 0 -15px;
}

.labActivity_list ul li {
  width: 33.333333%;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
}

.labActivity_list ul li .labActivity_con {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
}

.labActivity_list ul li .labActivity_head a {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 20px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px;
  background-color: #00f091;
}

.labActivity_list ul li .labActivity_head a:hover {
  background-color: #00d681;
}

.labActivity_list ul li .labActivity_img {
  height: 228px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.labActivity_list ul li .labActivity_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.labActivity_list ul li .labActivity_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.labActivity_list ul li:hover .labActivity_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.labActivity_list ul li .labActivity_text {
  padding: 20px 30px;
}

.labActivity_list ul li .labActivity_text .labActivity_name {
  margin-bottom: 15px;
  text-align: center;
}

.labActivity_list ul li .labActivity_text .labActivity_name a {
  display: inline-block;
  line-height: 30px;
  color: #1c2d57;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.labActivity_list ul li .labActivity_text .labActivity_name a:hover {
  background-color: #00f091;
}

.labActivity_list ul li .labActivity_text p {
  height: 140px;
  overflow: hidden;
  line-height: 28px;
  color: #212427;
  font-size: 16px;
  text-align: justify;
}

.labActivity_list ul li .labActivity_bottom {
  line-height: 20px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  background-color: #f5f5f5;
}


.labActivity_main .labActivity_btn {
  text-align: center;
}

.labActivity_main .labActivity_btn a {
  display: inline-block;
  height: 50px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 28px;
  background-color: inherit;
  border: 2px solid #fff;
  border-radius: 25px;
  letter-spacing: 1.2px;
}

.labActivity_main .labActivity_btn a:hover {
  background-color: #00d681;
}

/* lab_activity end */


/* lab_resources start */
.lab_resources {
  padding: 60px 0;
}

.lab_resources .labRes_main {
  margin: 0 auto;
}

.labRes_main .labRes_tab {
  text-align: center;
  margin-bottom: 20px;
}

.labRes_tab ul {
  display: inline-block;
  height: 70px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}

.labRes_tab ul li {
  display: inline-block;
}

.labRes_tab ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 16px;
  font-weight: bold;
  padding: 0 32px;
  border-radius: 25px;
  background-color: #fff;
}

.labRes_tab ul li.active a {
  background-color: #00f091;
}

.labRes_main .labRes_con {
  width: 64%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-top: 3px solid #00f091;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.labRes_con .labRes_btn {
  text-align: center;
}

.labRes_btn a {
  display: inline-block;
  height: 50px;
  line-height: 46px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 28px;
  background-color: inherit;
  border: 2px solid #212427;
  border-radius: 25px;
  letter-spacing: 1.2px;
}

.labRes_btn a:hover {
  background-color: #00d681;
}


.lab_download {
  text-align: center;
  margin-top: 60px;
}

.lab_download a {
  display: inline-block;
}

.lab_download a i {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  padding: 36px;
  background-color: #00f091;
  border-radius: 50%;
}

.lab_download a:hover i {
  background-color: #00d681;
}

.lab_download a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lab_download a span {
  display: block;
  line-height: 20px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.lab_download a:hover span {
  color: #1c2d57;
}

/* lab_resources end */


/* lab_engineer start */
.lab_engineer {
  background-color: #f5f5f5;
}

.lab_engineer .labEngineer_main {
  margin: 0 auto;
  position: relative;
}

.labEngineer_main .labEngineer_img {
  width: 50%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.labEngineer_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.labEngineer_main .labEngineer_text {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding: 60px 120px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.labEngineer_text h2 {
  line-height: 45px;
  color: #1c2d57;
  font-size: 35px;
  font-weight: bold;
}

.labEngineer_text p {
  margin: 20px 0 40px;
  line-height: 28px;
  color: #212427;
  font-size: 16px;
}

.labEngineer_text .labEngineer_btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 30px;
  background-color: #00f091;
  border-radius: 25px;
  letter-spacing: 1.2px;
}

.labEngineer_text .labEngineer_btn a:hover {
  background-color: #00d681;
}

/* lab_engineer end */