@charset 'utf-8';
.banner {
  text-align: center;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .ad-nei {
  width: 100%;
  position: absolute;
  top: 20%;
  box-sizing: border-box;
  padding: 0 1rem;
}
.banner .ad-nei p {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  box-sizing: border-box;
}
.banner .ad-nei p:first-of-type {
  font-size: 16px;
  margin-bottom: 10px;
}
.banner .ad-nei p:first-of-type span {
  font-size: 24px;
  font-weight: bold;
}
.banner .ad-nei p:last-of-type {
  font-size: 14px;
}
.banner.scsb .ad-nei {
  width: 100%;
  position: absolute;
  top: 23%;
}
.banner.scsb .ad-nei p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.banner.scsb .ad-nei p:first-of-type {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: bold;
}
.banner.scsb .ad-nei p:last-of-type {
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
}
.banner.scsb .ad-nei p:last-of-type:after {
  display: none;
}
.tech-container {
  width: 100%;
}
.tech-container .tech-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
.tech-container .tech-wrapper .tech-item {
  display: block;
  width: 32.33333333%;
  margin-right: 1%;
  box-sizing: border-box;
  padding: 54px 50px;
  position: relative;
}
.tech-container .tech-wrapper .tech-item .title-en {
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.tech-container .tech-wrapper .tech-item h3 {
  width: 65px;
  font-size: 30px;
  color: #fff;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.tech-container .tech-wrapper .tech-item .desc {
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.tech-container .tech-wrapper .tech-item:last-of-type {
  margin-right: 0;
}
.tech-container .tech-wrapper .tech-item.skill {
  background: url("../images/tech1.jpg") no-repeat center center;
}
.tech-container .tech-wrapper .tech-item.factory {
  background: url("../images/tech2.jpg") no-repeat center center;
}
.tech-container .tech-wrapper .tech-item.test {
  background: url("../images/tech3.jpg") no-repeat center center;
}
.tech-container .tech-wrapper .tech-item .bg {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.tech-container .tech-wrapper .tech-item:hover .bg {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: rgba(7, 83, 229, 0.6);
}
.factory-list {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1rem;
}
.factory-list .layui-tab .layui-tab-title {
  border: none;
  height: auto;
  margin: 40px 0;
}
.factory-list .layui-tab .layui-tab-title li {
  font-size: 16px;
  color: #333;
  background-color: #e6e6e6;
  padding: 10px 20px;
  margin-right: 20px;
}
.factory-list .layui-tab .layui-tab-title li.layui-this {
  background-color: #043178;
  color: #fff;
}
.factory-list .layui-tab .layui-tab-title li.layui-this:after {
  display: none;
}
.factory-list .layui-tab .layui-tab-content {
  padding: 0;
}
.factory-list .layui-tab .layui-tab-content .layui-tab-item .honor-item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.factory-list .layui-tab .layui-tab-content .layui-tab-item .honor-item .imgbox .img {
  width: 100%;
  height: 280px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}
.factory-list .layui-tab .layui-tab-content .layui-tab-item .honor-item .imgbox .img img {
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.factory-list .layui-tab .layui-tab-content .layui-tab-item .honor-item .imgbox p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #666;
  padding-top: 20px;
}
.factory-list .layui-tab .layui-tab-content .layui-tab-item .honor-item .sale {
  height: 100px;
}
.factory-list .layui-tab .layui-tab-content .layui-tab-item.jc .honor-item .imgbox .img {
  height: 180px;
}
.factory-desc {
  width: 100%;
  background-color: #f4f7fc;
  box-sizing: border-box;
  padding: 2rem 1rem;
}
.factory-desc .desc-container {
  width: 100%;
  margin: 0 auto;
}
.factory-desc .desc-container .desc-title {
  width: 100%;
  box-sizing: border-box;
  padding: 2rem;
  background-color: #0b45a0;
}
.factory-desc .desc-container .desc-title p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.factory-desc .desc-container .desc-title p:last-of-type:after {
  content: '';
  display: block;
  width: 35px;
  height: 7px;
  margin-top: 1rem;
  background-color: #fff;
}
.factory-desc .desc-container .desc-info {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
}
.factory-desc .desc-container .desc-info p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.factory-list1 {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1rem;
}
.factory-list1 .layui-tab .layui-tab-title {
  border: none;
  height: auto;
  margin: 2rem 0;
}
.factory-list1 .layui-tab .layui-tab-title li {
  font-size: 16px;
  color: #333;
  background-color: #e6e6e6;
  width: 100%;
  height: 67px;
  line-height: 67px;
}
.factory-list1 .layui-tab .layui-tab-title li.layui-this {
  background-color: #0b45a0;
  color: #fff;
}
.factory-list1 .layui-tab .layui-tab-title li.layui-this:after {
  display: none;
}
.factory-list1 .layui-tab .layui-tab-title .layui-unselect {
  display: none;
}
.factory-list1 .layui-tab .layui-tab-content {
  box-sizing: border-box;
  padding: 1rem 0;
}
.factory-list1 .layui-tab .layui-tab-content .layui-tab-item .honor-item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.factory-list1 .layui-tab .layui-tab-content .layui-tab-item .honor-item .imgbox .img {
  width: 100%;
  height: 180px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}
.factory-list1 .layui-tab .layui-tab-content .layui-tab-item .honor-item .imgbox .img img {
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.factory-list1 .layui-tab .layui-tab-content .layui-tab-item .honor-item .imgbox p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #666;
  padding-top: 20px;
}
.factory-list1 .layui-tab .layui-tab-content .layui-tab-item .honor-item .sale {
  height: 100px;
}
.technical-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1rem;
}
.technical-container h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 2rem 0;
}
.technical-container .part {
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 2rem 0;
}
.technical-container .part h3 {
  font-size: 20px;
  color: #fff;
  background-color: #2f417c;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 17px;
  margin-bottom: 1rem;
}
.technical-container .part .desc p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.technical-container .part1 {
  padding-top: 0;
}
.technical-container .part2 .part2-left {
  width: 100%;
  margin-bottom: 2rem;
}
.technical-container .part2 .part2-left .img {
  width: 100%;
}
.technical-container .part2 .part2-left .img img {
  width: 100%;
}
.technical-container .part2 .part2-right {
  width: 100%;
}
.technical-container .part2 .part2-right .desc p {
  margin-bottom: 10px;
}
.technical-container .part3 .part3-left {
  width: 100%;
}
.technical-container .part3 .part3-right {
  width: 100%;
}
.technical-container .part3 .part3-right .img {
  width: 100%;
}
.technical-container .part3 .part3-right .img img {
  width: 100%;
}
