* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: "微软雅黑";
}

.header_img {
  width: 100%;
}

.header_img img {
  width: 100%;
}

.mission {
  display: flex;
}

.mission li {
  width: 380px;
  height: 226px;
  background: #FFFFFF;
  box-shadow: 1px 4px 29px 1px rgba(7, 0, 2, 0.08);
  text-align: center;
  position: relative;
  margin-top: 100px;
  margin-right: 30px;
}

.mission li div {
  width: 100%;
  position: absolute;
  bottom: 20%;
}

.mission li:last-child {
  margin-right: 0;
}

.mission li h5 {
  font-size: 22px;
  font-weight: 400;
  color: #F82C3D;
  line-height: 30px;
}

.mission li p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.mission li span {
  font-size: 14px;
  font-weight: 400;
  color: #959595;
  line-height: 40px;
}

.mission li img {
  position: absolute;
  top: -46px;
  left: 39%;
}

/* 主体内容 */
.main {
  width: 1200px;
  margin: 0 auto;
}

/* 标题 */
.title {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}

.title p {
  font-size: 30px;
  color: #F82C3D;
  line-height: 26px;
  letter-spacing: 16px;
  font-weight: 500;
}

.title span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 60px;
}

.tops_video {
  margin-top: 50px;
  margin-bottom: 80px;
  float: right;
}

.tops_rigth {
  margin-left: 48px;
  width: 500px;
  float: right;
}

.tops_rigth p {
  font-size: 26px;
  font-weight: 400;
  color: #B2B2B2;
  line-height: 26px;
}

.tops_rigth div {
  width: 70px;
  height: 3px;
  margin: 12px 0;
  border-top: 2px solid red;
}

.tops_rigth span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 10px;
  text-indent: 32px;
}

/* 数说托普仕 */
.whom_img {
  margin-top: 40px;
}

/* 服务优势 */
.advantages ul {
  /* background: red; */
  display: flex;
  margin-top: 40px;
}

.advantages ul li {
  width: 274px;
  height: 250px;
  margin-right: 35px;
  background: #F8F8F8;
  box-shadow: 0px 7px 29px 0px rgba(7, 0, 2, 0.12);
}

.advantages ul li:last-child {
  margin-right: 0;
}

.advantages ul li div {
  background: #FFFFFF;
  display: flex;
  height: 58px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.advantages ul li div img {
  border-right: 1px solid #FFFFFF;
}

.advantages ul li div p {
  width: 100%;
  line-height: 58px;
  padding-left: 18px;
}

.advantages ul li:hover div p {
  background: #FA4150;
  color: #FFFFFF;
  transition: .3s;
}

.advantages ul li span {
  width: 228px;
  display: block;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

/* 高光时刻 */

.moment_right {
  display: flex;
  margin-top: 40px;
}

.moment_right_r {
  width: 620px;
  margin-left: 58px;
}

.moment_right_r p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.moment_right_r span {
  font-size: 24px;
  font-weight: 400;
  color: #A7A7A7;
  line-height: 50px;
}

.moment_right_r ul {
  margin-top: 20px;
}

.moment_right_r ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 35px;
  cursor: pointer;
}

.moment_right_r ul li:hover {
  color: #F82C3D;
}



/* 行业对比 */
.industry_top {
  margin-top: 40px;
  display: flex;
}

.industry_top p {
  width: 540px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 24px;
  background: #F83F4F;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 5px;
}

.industry_top img {
  width: 77px;
  height: 48px;
  margin: 9px 21px;
}

.industry_ul li {
  width: 1200px;
  height: 103px;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  background-image: url(/Public/Home/images/about_img/duibi1.png);
}

.industry_ul li p {
  width: 483px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.industry_li_p1 {
  position: absolute;
  left: 30px;
  top: 15px;
}

.industry_li_p2 {
  position: absolute;
  right: 20px;
  top: 15px;
}

.industry_li_c {
  width: 50px;
  display: block;
  position: absolute;
  letter-spacing: 8px;
  color: #ffffff;
  left: 48.5%;
  right: 50%;
  top: 30px;
}

.industry_ul li:hover {
  background-image: url(/Public/Home/images/about_img/duibi2.png);
  transition: .3s;
}

.industry_ul li:hover .industry_li_c {
  color: #FFFFFF;
  transition: .3s;
}

.industry_ul li:hover .industry_li_p1 {
  color: #FFFFFF;
  transition: .3s;
}

.industry_ul li:hover .industry_li_p2 {
  color: #333333;
  ;
  transition: .3s;
}


.about_problem {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 50px auto 0;
}

.problem_w {
  height: 52px;
  width: 100%;
  background: #f6f6f6;
  line-height: 52px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 2px;
}

.problem_w span {
  width: 87px;
  height: 52px;
  background: #ed5151;
  color: #fff;
  text-align: center;
  line-height: 53px;
  display: inline-block;
  margin-right: 17px;
  font-size: 30px;
  float: left;
}

.problem_w em {
  width: 18px;
  height: 18px;
  background: url("/Public/Home/images/about_img/jiajian.png") no-repeat;
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 18px;
  cursor: pointer;
  background-position: 0 -18px;
}

.problem_d {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 20px;
}

.problem_d p {
  font-size: 15px;
  color: #555555;
  line-height: 30px;
  text-indent: 2rem;
  margin-top: 10px;
}

.about_problem ul li.action .problem_w em {
  background-position: 0 0;
}

.problem_a {
  width: 210px;
  height: 44px;
  color: #fff;
  display: block;
  margin: 50px auto 0;
  background: #ed5151;
  font-size;
  18px;
  text-align: center;
  line-height: 44px;
}

.problem_a:hover {
  color: #fff;
}


.appointment {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 80px;
}

.appointement_left {
  width: 45%;
  padding-top: 50px;
  position: relative;
  margin-left: 80px;
}

.appointement_left p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 2px;
  line-height: 28px;
  margin: 20px 0;
}

.appointement_left div {
  width: 90px;
  margin: 20px 0;
  border-bottom: 3px solid red;
}

.appointement_left img {
  position: absolute;
  right: 70px;
}

.appointement_left span {
  display: block;
  font-size: 16px;
  width: 435px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 2px;
  line-height: 28px;
}

.appointement_right {
  width: 40%;
  margin-top: 20px;
  padding-top: 50px;
  margin-left: 50px;
  position: relative;
}

.appointement_right div img {
  margin-right: 10px;
}

.appointement_right div input {
  width: 344px;
  height: 30px;
  border: none;
  outline: none;
  background: #F8F8F8;
}

.appointement_right div {
  width: 450px;
  margin: 28px 0;
  border-bottom: 1px solid #d7d7d7;
}

.appointement_right div button {
  width: 100px;
  height: 34px;
  border: 1px solid #F82C3D;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #F82C3D;
  line-height: 28px;
  background: #F8F8F8;
}

/*数说托普仕开始*/
.dataDescription_warp {
  width: 1200px;
  height: 476px;
  margin: 0 auto;
  display: flex;
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 1px;
  background: url(/Public/Home/images/about_img/sstps_change.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  line-height: 63px;
  margin-top: 20px;
}

.dataDescription_warp span {
  font-size: 26px;
  color: #F82C3D;
}

.dataDescription_warp .dataDesL {
  flex-grow: 1;
  text-align: right;
  width: 600px;
}

.dataDescription_warp .dataDesL>p {
  position: relative;
}

.dataDescription_warp .dataDesL>p:nth-child(1) {
  right: 200px;
  margin-top: -3px;
}

.dataDescription_warp .dataDesL>p:nth-child(2) {
  right: 253px;
  margin-top: 15px;
}

.dataDescription_warp .dataDesL>p:nth-child(3) {
  margin-top: 16px;
  right: 293px;
}

.dataDescription_warp .dataDesL>p:nth-child(4) {
  margin-top: 14px;
  right: 293px;
}

.dataDescription_warp .dataDesL>p:nth-child(5) {
  margin-top: 16px;
  right: 253px;
}

.dataDescription_warp .dataDesL>p:nth-child(6) {
  right: 200px;
  margin-top: 14px;
}

.dataDescription_warp .dataDesR {
  flex-grow: 1;
  width: 600px;
}

.dataDescription_warp .dataDesR>p {
  position: relative;
}

.dataDescription_warp .dataDesR>p:nth-child(1) {
  margin-top: 14px;
  left: 221px;
}

.dataDescription_warp .dataDesR>p:nth-child(2) {
  margin-top: 27px;
  left: 279px;
}

.dataDescription_warp .dataDesR>p:nth-child(3) {
  margin-top: 28px;
  left: 298px;
}

.dataDescription_warp .dataDesR>p:nth-child(4) {
  margin-top: 28px;
  left: 279px;
}

.dataDescription_warp .dataDesR>p:nth-child(5) {
  margin-top: 25px;
  left: 222px;
}