.part1 h1 {
  font-size: 0.48rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.533333rem;
  text-align: center;
}
.part1 .video {
  width: 100%;
  height: 5.6rem;
  background: url(../img/kuang2.png) no-repeat center;
  background-size: 100% 100%;
  padding: 0.266666rem;
}
.part1 p {
  font-size: 0.426666rem;
  color: #333;
  text-indent: 2em;
  margin-bottom: 0.266666rem;
}
.part-title {
  width: 100%;
  height: 1.44rem;
  background: url(../img/rectangle-bg2.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  margin-bottom: 0.4rem;
}
.part-title h3 {
  font-size: 0.48rem;
  color: #fff;
  line-height: 1.44rem;
  position: relative;
}
.part-title h3::after {
  content: '';
  display: block;
  width: 0.466666rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0.266666rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.layui-timeline {
  padding: 0;
}
.layui-timeline-axis {
  width: 1.253333rem;
  height: 1.253333rem;
  z-index: 0;
  left: 0;
  line-height: 1.253333rem;
}
.layui-timeline-axis img {
  width: 100%;
  height: 100%;
}
.layui-timeline-item:before {
  left: 0.626666rem;
}
.layui-timeline-item::after {
  content: '';
  display: block;
  width: 0.133333rem;
  height: 0.133333rem;
  background: #0168b5;
  position: absolute;
  top: 50%;
  left: 0.56rem;
  margin-top: 0.64rem;
}
.layui-timeline-item:last-child::after {
  display: none;
}
.layui-timeline-content {
  padding-left: 1.866666rem;
}
.layui-text h3 {
  font-size: 0.48rem;
  color: #000;
  font-weight: 700;
}
.layui-timeline-title {
  margin-bottom: 0.2rem;
}
.part3 {
  margin-bottom: 0.666666rem;
}
.part3 .part-title {
  height: 5.933333rem;
  background: url(../img/rectangle-bg3.png) no-repeat center;
  position: relative;
  margin-bottom: 0.6rem;
}
.part3 .part-title i {
  display: block;
  width: 0.96rem;
  height: 0.426666rem;
  position: absolute;
  bottom: -0.333333rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.part3 .part-title i img {
  width: 100%;
  height: 100%;
}
.part3 .part-title p {
  width: 9.466666rem;
  height: 3.6rem;
  font-size: 0.426666rem;
  color: #fff;
  text-align: justify;
  margin: 0 auto;
  overflow: hidden;
}
.part3 ul li {
  width: 50%;
  height: 2.533333rem;
  padding: 0.266666rem 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.part3 ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 2rem;
  background: #ccc;
  position: absolute;
  top: 0.266666rem;
  right: 0;
}
.part3 ul li:nth-child(2n)::after {
  display: none;
}
.part3 ul li:nth-child(5) {
  border-bottom: none;
}
.part3 ul li:nth-child(6) {
  border-bottom: none;
}
.part3 ul li i {
  display: block;
  width: 0.666666rem;
  height: auto;
  margin: 0 0.333333rem;
}
.part3 ul li i img {
  width: 100%;
  height: auto;
}
.part3 ul li .right {
  width: 3.066666rem;
}
.part3 ul li .right h3 {
  font-size: 0.426666rem;
  color: #333;
  font-weight: 700;
}
.part3 ul li .right p {
  font-size: 0.32rem;
  color: #333;
  text-align: justify;
}
.tab_tit {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0.4rem;
}
.tab_tit img {
  width: 100%;
  height: auto;
}
.tab_tit .tab-tit-wrap {
  width: 4.8rem;
  padding: 0.2rem 0;
  background-color: rgba(27, 114, 178, 0.9);
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.tab_tit .tab-tit-wrap h3 {
  font-size: 0.48rem;
  font-weight: 700;
}
.tab_tit .tab-tit-wrap p {
  font-size: 0.24rem;
}
.team ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team ul li {
  width: 48%;
  border: 1px solid #d1d1d1;
  background: #f4f4f4;
  box-shadow: 0 0 4px 0 #ccc;
  margin-bottom: 0.4rem;
}
.team ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.team ul li img {
  width: 100%;
  height: auto;
}
.team ul li .info {
  padding: 0.266666rem 0.2rem 0.3rem;
}
.team ul li .info h3 {
  font-size: 0.4rem;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.266666rem;
  position: relative;
}
.team ul li .info h3::after {
  content: '';
  display: block;
  width: 0.6rem;
  height: 1px;
  background: #5297c7;
  position: absolute;
  bottom: -0.133333rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.team ul li .info .info-item {
  font-size: 0.32rem;
  color: #333;
  margin-bottom: 0.266666rem;
}
.team ul li .info .info-item:last-child {
  margin-bottom: 0;
}
/* 企业荣誉 */
.honor ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.honor ul li {
  width: 48%;
  margin-bottom: 0.4rem;
}
.honor ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.honor ul li img {
  width: 100%;
  height: auto;
}
.honor ul li .info h3 {
  font-size: 0.373333rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 0.666666rem;
}
.honor ul li .info p {
  font-size: 0.32rem;
  color: #333;
  padding-left: 0.266666rem;
  position: relative;
}
.honor ul li .info p::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #0168b5;
  position: absolute;
  top: 0.173333rem;
  left: 0;
}
/* 成功案例 */
.case .tab {
  margin-bottom: 0.533333rem;
}
.case .tab ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case .tab ul li {
  width: 20%;
  height: 0.8rem;
  border-radius: 0.066666rem;
  float: left;
}
.case .tab ul li:nth-child(5n+5) {
  margin-right: 0;
}
.case .tab ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.32rem;
  color: #000;
  text-align: center;
  line-height: 0.8rem;
}
.case .tab ul li.active {
  background: #0168b5;
}
.case .tab ul li.active a {
  color: #fff;
}
.case .tab-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .tab-content ul li {
  width: 48.6%;
  margin-bottom: 0.266666rem;
  background: #0168b5;
}
.case .tab-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.case .tab-content ul li img {
  width: 100%;
  height: auto;
}
.case .tab-content ul li .info {
  padding: 0 0.2rem 0.2rem;
}
.case .tab-content ul li .info h3 {
  font-size: 0.4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 0.666666rem;
}
.case .tab-content ul li .info p {
  font-size: 0.32rem;
  color: #fff;
}
.case .tab-content ul li .info p.more {
  text-align: right;
}
/* 合作伙伴 */
.client h3 {
  width: 100%;
  height: 1.2rem;
  font-size: 0.426666rem;
  color: #fff;
  text-align: center;
  line-height: 1.2rem;
  background: #0168b5;
  margin-bottom: 0.333333rem;
}
.client ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.client ul li {
  width: 4.6rem;
  height: 3.333333rem;
  margin-bottom: 0.266666rem;
  position: relative;
}
.client ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.client ul li a img {
  width: 100%;
  height: 100%;
}
.client ul li .client-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.client ul li .client-logo img {
  width: 2.133333rem;
  height: auto;
  margin-top: 0.933333rem;
}
/* 新闻资讯 */
.news .tab {
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.533333rem;
}
.news .tab a {
  display: block;
  width: 50%;
  height: 1.2rem;
  font-size: 0.426666rem;
  color: #333;
  text-align: center;
  line-height: 1.2rem;
}
.news .tab a.active {
  background: #0168b5;
  color: #fff;
}
.news .tab-content {
  display: none;
}
.news .tab-content ul li {
  padding-bottom: 0.266666rem;
  margin-bottom: 0.266666rem;
  border-bottom: 1px dashed #ddd;
}
.news .tab-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.news .tab-content ul li img {
  width: 3.666666rem;
  height: auto;
}
.news .tab-content ul li .right {
  width: 5.8rem;
  padding: 0.1rem 0.2rem;
}
.news .tab-content ul li .right h1 {
  font-size: 0.426666rem;
  color: #000;
  line-height: 0.586666rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .tab-content ul li .right p {
  font-size: 0.373333rem;
  color: #333;
  line-height: 0.533333rem;
  margin: 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .tab-content ul li .right .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.266666rem;
  color: #111;
}
.news .tab-content ul li .right .time img {
  width: 0.773333rem;
  height: 0.213333rem;
}
/* 联系我们 */
.company-info img {
  width: 100%;
  height: auto;
}
.company-info .info1 {
  padding: 0.266666rem 0 0.4rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.4rem;
}
.company-info .info1 p {
  font-size: 0.4rem;
  color: #000;
}
.company-info .info1 p span {
  margin-right: 0.4rem;
}
.company-info .info2 p {
  font-size: 0.4rem;
  color: #666;
  display: flex;
  justify-content: flex-start;
}
.company-info .info2 p span {
  display: block;
}
.company-info .info2 p span:first-child {
  white-space: nowrap;
}
#map {
  width: 100%;
  height: 6.133333rem;
  margin-top: 0.533333rem;
}
.lyb {
  background: #f9f9f9;
  padding: 0.4rem 0 0.666666rem;
  margin-top: 0.266666rem;
  text-align: center;
}
.lyb .title h1 {
  font-size: 0.48rem;
  color: #000;
}
.lyb .title p {
  font-size: 0.186666rem;
  color: #666;
  line-height: 0.453333rem;
}
.lyb .info {
  margin: 0.533333rem 0 0.6rem;
}
.lyb .info .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
.lyb .info .item span {
  display: block;
  width: 2.2rem;
  font-size: 0.426666rem;
  color: #000;
  white-space: nowrap;
  text-align: right;
}
.lyb .info .item input,
.lyb .info .item textarea {
  width: 7.133333rem;
  height: 0.666666rem;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 0.373333rem;
  padding-left: 0.133333rem;
}
.lyb .info .item textarea {
  height: 2.4rem;
  padding: 0.133333rem;
}
.lyb .btn img {
  width: 3.2rem;
  height: auto;
}
