.intro-classify .container {
  position: relative;
}
.intro-classify ul.content {
  width: 100%;
  align-items: center;
  transform: translateY(-62px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.intro-classify ul.content li {
  flex: 1;
  height: 89px;
  margin-right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 21px 0 rgba(11, 59, 180, 0.13);
}
.intro-classify ul.content li:last-child {
  margin-right: 0;
}
.intro-classify ul.content li .icon {
  width: auto;
  height: 60px;
  margin-right: 20px;
}
.intro-classify ul.content li .icon img {
  width: 100%;
  height: 100%;
}
.intro-classify ul.content li .info {
  text-align: center;
  width: auto;
}
.intro-classify ul.content li .info p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.product-1 {
  padding-top: 85px;
}
.product-1 ul.content {
  flex-wrap: wrap;
  margin-top: 38px;
}
.product-1 ul.content li {
  width: calc(25% - 10.5px);
  height: 200px;
  margin-right: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 19px 36px 18px;
  box-shadow: 0 0 29px 8px rgba(0, 49, 155, 0.05);
  transition: all 0.3s;
}
.product-1 ul.content li:nth-child(4n) {
  margin-right: 0;
}
.product-1 ul.content li:nth-child(n + 5) {
  margin-top: 16px;
}
.product-1 ul.content li h3 {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin-bottom: 18px;
}
.product-1 ul.content li p {
  font-size: 16px;
  font-family: 'SourceHanSansCN-Regular';
  line-height: 20px;
  height: 40px;
  color: #666;
  overflow: hidden;
}
.product-1 ul.content li a.square-btn {
  margin-top: 20px;
}
.product-1 ul.content li:hover {
  box-shadow: 0 0 21px 10px rgba(2, 44, 136, 0.1);
  transform: scale(1.037, 1.037) translateZ(0);
}
.product-1 ul.content li:hover h3,
.product-1 ul.content li:hover p,
.product-1 ul.content li:hover a {
  transform: scale(1.037, 1.037) translateZ(0);
}
.product-1 .common-contact {
  margin-top: 26px;
}
.product-2 {
  padding-top: 62px;
}
.product-2 ul.content {
  flex-wrap: wrap;
  margin-top: 38px;
}
.product-2 ul.content li {
  width: calc(25% - 10.5px);
  height: 200px;
  margin-right: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 26px 20px 35px 18px;
  background-image: url(../images/home/b_bg.jpg);
  transition: all .3s;
}
.product-2 ul.content li:hover {
  /*box-shadow: 0 0 21px 10px rgba(2, 44, 136, 0.1);*/
  box-shadow: 0 0 20px 5px rgba(2, 44, 136, 0.1);
  transform: scale(1.037, 1.037) translateZ(0);
}
.product-2 ul.content li:nth-child(4n) {
  margin-right: 0;
}
.product-2 ul.content li:nth-child(n + 5) {
  margin-top: 16px;
}
.product-2 ul.content li h3 {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin-bottom: 12px;
}
.product-2 ul.content li p {
  font-size: 16px;
  font-family: 'SourceHanSansCN-Regular';
  line-height: 20px;
  height: 40px;
  color: #666;
  overflow: hidden;
}
.product-2 ul.content li a.square-btn {
  margin-top: 31px;
}
.product-2 .common-contact {
  margin-top: 26px;
}
.product-3 {
  padding-top: 62px;
  padding-bottom: 51px;
}
.product-3 ul.content {
  margin-top: 28px;
}
.product-3 ul.content li {
  width: calc(25% - 10.5px);
  height: 200px;
  margin-right: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 28px 18px 35px 18px;
  box-shadow: 0 0 15px 5px rgba(0, 49, 155, 0.05);
  transition: all 0.3s;
}
.product-3 ul.content li h3 {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-bottom: 12px;
}
.product-3 ul.content li p {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  color: #999;
  overflow: hidden;
}
.product-3 ul.content li a.square-btn {
  margin-top: 31px;
}
.product-3 ul.content li:hover {
  box-shadow: 0 0 15px 5px rgba(3, 39, 117, 0.1);
  transform: scale(1.037, 1.037) translateZ(0);
}
.product-3 ul.content li:hover h3,
.product-3 ul.content li:hover p,
.product-3 ul.content li:hover a {
  transform: scale(1.037, 1.037) translateZ(0);
}
.product-3 .common-contact {
  margin-top: 26px;
}
.product-4 {
  padding-top: 62px;
  padding-bottom: 40px;
  background-color: #f7f9fc;
}
.product-4 .content {
  margin-top: 34px;
}
.product-4 .content .left-img {
  width: 265px;
}
.product-4 .content .left-img img {
  width: 100%;
  display: block;
}
.product-4 .content .right-list {
  width: calc(100% - 265px);
  display: flex;
  flex-wrap: wrap;
}
.product-4 .content .right-list li {
  width: 33.33%;
  padding: 23px 25px 24px 25px;
  background-color: #fff;
  font-family: 'SourceHanSansCN-Regular';
  border: 1px solid #d2d2d2;
  border-left-width: 0;
  border-bottom-width: 0;
  transition: all 0.3s;
}
.product-4 .content .right-list li:nth-child(3n + 1) {
  border-left-width: 1px;
}
.product-4 .content .right-list li:nth-child(n + 4) {
  border-bottom-width: 1px;
}
.product-4 .content .right-list li h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.product-4 .content .right-list li p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
}
.product-4 .content .right-list li a.square-btn {
  width: 128px;
  height: 40px;
  line-height: 38px;
  margin-top: 16px;
}
.product-4 .content .right-list li:hover {
  background-color: #f7f8fa;
}
.product-5 {
  padding-top: 62px;
  padding-bottom: 47px;
}
.product-5 .content {
  margin-top: 37px;
}
.product-5 .content .left-img {
  width: 265px;
}
.product-5 .content .left-img img {
  width: 100%;
  display: block;
}
.product-5 .content .right-list {
  width: calc(100% - 265px);
  display: flex;
  flex-wrap: wrap;
}
.product-5 .content .right-list li {
  width: 50%;
  padding: 44px 25px 30px 25px;
  background-color: #f7f8fa;
  border: 1px solid #d2d2d2;
  border-left-width: 0;
  border-bottom-width: 0;
  text-align: center;
  transition: all 0.3s;
}
.product-5 .content .right-list li:nth-child(2n + 1) {
  border-left-width: 1px;
}
.product-5 .content .right-list li:nth-child(n + 3) {
  border-bottom-width: 1px;
}
.product-5 .content .right-list li h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-5 .content .right-list li h3::before,
.product-5 .content .right-list li h3::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #5b85fa;
  border-radius: 50%;
}
.product-5 .content .right-list li h3::before {
  margin-right: 11px;
}
.product-5 .content .right-list li h3::after {
  margin-left: 11px;
}
.product-5 .content .right-list li p {
  font-size: 16px;
  line-height: 20px;
  color: #999;
}
.product-5 .content .right-list li a.square-btn {
  width: 128px;
  margin: 0 auto;
  margin-top: 28px;
}
.product-5 .content .right-list li:hover {
  background-color: #fff;
}
.company-intro {
  padding-top: 78px;
  padding-bottom: 54px;
}
.company-intro .intro-info {
  margin-top: 51px;
  padding: 41px 42px 33px 48px;
  background-image: url(../images/home/intro_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 38px 0 rgba(5, 116, 161, 0.19);
}
.company-intro .intro-info p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'SourceHanSansCN-Regular';
  text-indent: 36px;
  letter-spacing: 0.4px;
  color: #333;
  margin-bottom: 28px;
}
.company-intro .intro-info p:last-child {
  margin-bottom: 0;
}
.environment {
  padding-top: 53px;
  padding-bottom: 61px;
  background-color: #f7f9fc;
}
.environment ul.content {
  flex-wrap: wrap;
  margin-top: 37px;
}
.environment ul.content li {
  width: calc(25% - 15px);
  margin-right: 20px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.environment ul.content li:nth-child(4n) {
  margin-right: 0;
}
.environment ul.content li:nth-child(n + 5) {
  margin-top: 22px;
}
.environment ul.content li img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.environment ul.content li h5 {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.environment ul.content li:hover img {
  transform: scale(1.1);
}
.news {
  padding-top: 72px;
  padding-bottom: 20px;
}
.news .title {
  font-family: 'SourceHanSansCN-Regular';
}
.news .content {
  margin-top: 56px;
}
.news .content .news-content {
  font-family: '微软雅黑';
  display: flex;
  flex: 1;
  margin-right: 10px;
}
.news .content .news-content:last-child {
  margin-right: 0;
}
.news .content .news-content .left-img {
  width: 180px;
  margin-right: 20px;
}
.news .content .news-content .left-img img {
  width: 100%;
  display: block;
}
.news .content .news-content .news-list {
  width: calc(100% - 200px);
}
.news .content .news-content .news-list .news-title {
  padding-top: 11px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.news .content .news-content .news-list .news-title h6 {
  font-size: 20px;
  color: #333;
}
.news .content .news-content .news-list .news-title a.news-more {
  font-size: 12px;
  color: #666;
}
.news .content .news-content .news-list ul {
  padding-top: 26px;
}
.news .content .news-content .news-list ul li {
  margin-bottom: 26px;
}
.news .content .news-content .news-list ul li:last-child {
  margin-bottom: 0;
}
.news .content .news-content .news-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
}
.news .content .news-content .news-list ul li a p {
  width: 255px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.links {
  padding-bottom: 10px;
}
.links ul.content {
  flex-wrap: wrap;
  font-family: 'SourceHanSansCN-Regular';
}
.links ul.content li h5 {
  font-size: 14px;
  line-height: 20px;
  /*color: #333;*/
  color: #6666666e;
  font-weight: bold;
}
.links ul.content li a {
  font-size: 14px;
  line-height: 20px;
  /*color: #0c6ed7;*/
  color: #6666666e;
}
