﻿/*特点样式*/
.tedian {
  background-color: #fff;
  box-shadow: 0.05rem 0.125rem 0.25rem #cdcdcd;
  position: relative;
  top: -1.15rem;
  padding-bottom: 0.25rem;
}
.tedian{
  width: 30.1rem!important;
}
.tedian ul li {
  float: left;
  width: 6rem;
  color: #ccc;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.625rem;
}
.tedian ul li p:nth-child(2) {
  font-size: 0.4rem;
  color: black;
  font-weight: bolder;
}
.tedian ul li span {
  font-size: 1rem;
  line-height: 1.75rem;
}
/*内容样式*/
.title {
  font-size: 0.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}
.title span {
  display: inline-block;
  color: #ccc;
  font-size: 0.4rem;
  font-weight: normal;
}
.title a {
  color: #333;
  font-size: 0.4rem;
  font-weight: normal;
}
.top {
  top: 0.25rem;
}
.bottom {
  bottom: 0.25rem;
}
.con {
  width: 100%;
}
.con .succes .s-con {
  overflow: hidden;
}
.con .succes .s-con ul {
  width: 1000%;
  position: relative;
  overflow: hidden;
}
.con .succes .s-con ul li {
  float: left;
  text-align: center;
  line-height: 0.75rem;
  margin: 0.375rem 0.5rem 0.375rem 0;
}
.con .succes .s-con ul li .image {
  border: 1px solid #ccc;
  padding: 0 0.25rem;
}
.con .succes .s-con ul li .image .img_box {
  width: 6.5rem;
  /* height: 8.2rem; */
  position: relative;
  overflow: hidden;
}
.con .succes .s-con ul li .s-title {
  width: 6.375rem;
  margin-top: 0.25rem;
  font-size: 0.4rem;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
  font-weight: bolder;
}
.con .succes .s-con ul li .s-b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 6.375rem;
  margin-bottom: 1rem;
}
.con .succes .center {
  position: relative;
}
.con .succes .center > a {
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #666666;
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.5rem;
  right: 1.8rem;
  bottom: 2rem;
}
.con .succes .center .s-left {
  bottom: 2.6rem;
}
.con .industry {
  background-image: url('../images/industry-bj.jpg');
  background-size: 100% 100%;
  width: 100%;
  height: 16.2rem;
  margin-top: 3.25rem;
}
.con .industry .title {
  position: relative;
  top: -1.45rem;
}
.con .industry .i-con {
  width: 21.875rem;
  height: 8.7rem;
  background-color: #fff;
  margin: 3.75rem auto;
}
.con .industry .i-con div {
  display: inline-block;
}
.con .industry .i-con div video {
  width: 8.325rem;
  height: 8.7rem;
}
.con .industry .i-con div p {
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 0.6rem;
  font-weight: bolder;
  width: 2.5rem;
  border-bottom: 0.025rem solid black;
  line-height: 1.5rem;
}
.con .industry .i-con div ul {
  margin-left: 0.5rem;
  padding: 0.5rem 0 0.2rem;
  border-top: 0.025rem solid #ccc;
}
.con .industry .i-con div ul li {
  word-spacing: 1.25rem;
  line-height: 0.65rem;
}
.con .industry .i-con div ul li span:nth-child(1) {
  display: inline-block;
  width: 7.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.con .industry .i-con div > span {
  font-size: 0.35rem;
  display: inline-block;
  width: 2.625rem;
  height: 0.875rem;
  border: 1px solid #f5b834;
  margin-left: 0.5rem;
  text-align: center;
  line-height: 0.875rem;
}
.con .industry .i-con div > span a {
  color: #f5b834;
}
.con .industry .i-con div:nth-child(2) {
  position: relative;
  top: -1rem;
}
.con .company {
  position: relative;
  width: 100%;
  height: 16.375rem;
  margin-top: 1.75rem;
  margin-bottom: 2rem;
}
.con .company .center {
  overflow: hidden;
}
.con .company div:nth-child(2){
  display: flex;
  justify-content: space-around;
  margin-bottom:20px;
}
.con .company div:nth-child(3){
  display: flex;
  justify-content: space-around;
  position: relative;
}
.con .company div img {
  display: inline-block;
  width:9rem;
  height: 6rem;
  background-color:black;
}
.con .company ul li.c-zs {
  border: 0;
  width: 9.875rem;
  height: 13.3rem;
  box-shadow: 0 0.05rem 0.25rem #ccc;
  margin-top: 0;
}


.con .partner {
  width: 100%;
  height: 12.5rem;
  background-image: url("../images/hezuo-bj.jpg");
  background-size: 100% 100% ;
}
.con .partner .title {
  color: #fff;
  line-height: 2rem;
}
.con .partner ul {
  margin-top: 1.5rem;
}
.con .partner ul li {
  float: left;
  width: 5rem;
  height: 2.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.con .partner ul li img {
  width: 100%;
  height: 100%;
}
