* {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}

img {
  width: 100%;
  height: auto;
}

html,
body {
  width: 100%;
  /* height: 100%;
  overflow: hidden; */
  background-color: #ededed;
  box-sizing: border-box;
}

.warp {
  width: 100%;
  box-sizing: border-box;
}

.warp .bannner-box {
  width: 100%;
  height: auto;
  font-size: 0px;
}


/* 导航 */

.nav-box-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
}

.warp .nav-box {
  width: 100%;
  height: 50px;
  background-color: #ac2317;
  display: flex;
  justify-content: center;
  align-items: center;
}

.warp .nav-box ul {
  width: 1124px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.warp .nav-box ul li {
  color: #ffffff;
  min-width: 140px;
  text-align: center;
  line-height: 50px;
  padding: 0px 10px;
  cursor: pointer;
}

.warp .nav-box ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.warp .nav-box ul .active-bg {
  background-color: #871308;
}

.warp .nav-box ul li:hover {
  background-color: #871308;
}

.warp .box-container {
  width: 100%;
}


/* 公用的title样式 */

.public-title {
  color: #ac2317;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}

.public-title span {
  position: relative;
  padding: 0px 15px;
  letter-spacing: 2px;
}

.public-title span::before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 8px;
  background-image: linear-gradient(40deg, #ac2317 0%, #ac2317 100%), linear-gradient( #ac2317, #ac2317);
  background-blend-mode: normal, normal;
  opacity: 0.2;
}

.public-title span::after {
  content: '';
  width: 3px;
  height: 15px;
  position: absolute;
  bottom: 0px;
  left: 5px;
  background-color: #ac2317;
}

.wid1124 {
  width: 1124px;
}

.flex-box-wid1124 {
  display: flex;
  justify-content: center;
}

.flex-box-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-box-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-box-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* 关于我们 */

.about-us-box {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 20px;
}

.company-profile {
  width: 100%;
  padding-top: 18px;
  display: flex;
  box-sizing: border-box;
}

.company-profile .img-box {
  width: 357px;
}

.company-profile .company-profile-text {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 4px;
  margin-left: 15px;
  padding: 15px 15px 0px 15px;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
}


/* “企业经营分析服务赋能者”的三个赋能方向 */

.direction-box {
  margin-top: 5px;
  width: 100%;
  background-color: #ffffff;
}

.direction-item-box {
  padding-top: 30px;
  padding-bottom: 50px;
}

.direction-item-box .direction-item {
  width: 340px;
  height: 300px;
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 40px 20px 20px;
  box-sizing: border-box;
}

.direction-item .subtitle {
  color: #ac2317;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.direction-item .subtitle span {
  padding: 0px 15px;
  border-bottom: 4px solid #ac2317;
}

.direction-item .direction-item-text {
  padding-top: 15px;
  color: #000000;
  line-height: 30px;
}


/* 实施案例 */

.case-content-box {
  width: 100%;
  border-left: 6px solid #ac2317;
  margin-top: 20px;
  box-sizing: border-box;
}

.case-content-box .case-content-item {
  padding-top: 10px;
  box-sizing: border-box;
}

.case-content-item .case-item-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  background-color: #ac2317;
  border-radius: 4px;
  margin-left: 10px;
  width: 80px;
  text-align: center;
  padding: 5px 0px;
  color: #ffffff;
  position: relative;
}

.case-content-item .case-item-title::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 8px;
  background-color: #ac2317;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.case-item-box {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.case-item-box .case-item-text {
  line-height: 30px;
  font-size: 14px;
  margin-right: 20px;
  flex: 1;
  /* width: 700px; */
}

.case-item-box .case-item-img {
  width: 200px;
}


/* 产品介绍 */

.product-box {
  width: 100%;
  background-color: #ffffff;
  margin-top: 40px;
  padding-bottom: 40px;
}

.product-box .product-top {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* 产品介绍---top----图片宽度 */

.product-box .product-top .product-top-right {
  width: 538px;
}

.product-top-left {
  width: 50%;
}

.product-box .product-top .product-top-left .product-top-left-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product-box .product-top .product-top-left .product-top-left-item .item-left {
  width: 200px;
  height: 100px;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border: 4px solid #be423a;
}

.product-top-left-item:first-child {
  padding-bottom: 10px;
}

.product-top-left-item:first-child .item-left {
  background-color: #be423a;
  color: #ffffff;
}

.product-top-left-item:last-child .item-left {
  background: transparent;
  color: #ac2317;
}

.product-box .product-top .product-top-left .product-top-left-item .item-right {
  width: 320px;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
}

.product-list-box {
  width: 100%;
}

.product-item {
  padding-bottom: 20px;
  padding-top: 20px;
}

.product-list-box .product-item .product-item-title {
  text-align: center;
  padding-top: 20px;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}

.product-list-box .product-item .product-item-title h3 {
  font-size: 18px;
  color: #b23226;
  padding-bottom: 10px;
}

.cloud-list-box,
.internet-list-box {
  padding-top: 60px;
}

.cloud-list-box .cloud-item {
  width: 190px;
  height: 230px;
  border: 3px solid #be423a;
  position: relative;
}

.cloud-list-box .cloud-item .cloud-logo {
  position: absolute;
  width: 70px;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.cloud-list-box .cloud-item .cloud-title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding: 55px 30px 0px 30px;
}

.cloud-list-box .cloud-item .cloud-content {
  color: #000000;
  font-size: 12px;
  padding: 15px 30px 0px 30px;
  line-height: 20px;
}

.cloud-list-box .cloud-item-logo {
  width: 80px;
}

.internet-item {
  width: 340px;
  height: 230px;
  border: 3px solid #be423a;
  position: relative;
}

.internet-item:last-child {
  margin-left: 30px;
}

.internet-list-box .internet-item .internet-logo {
  position: absolute;
  width: 70px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.internet-list-box .internet-item .internet-title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding: 55px 50px 0px 50px;
  text-align: center;
}

.internet-list-box .internet-item .internet-content {
  color: #000000;
  font-size: 12px;
  padding: 15px 50px 0px 50px;
  line-height: 20px;
  text-align: center;
}


/* 合作伙伴 */

.partner-box {
  width: 100%;
  background-color: #ffffff;
  margin-top: 7px;
  padding-bottom: 40px;
}

.pertner-img-box {
  width: 100%;
  padding-top: 20px;
}


/* 加入我们 */

.join-us-box {
  width: 100%;
  background-color: #ffffff;
  margin-top: 7px;
  padding-bottom: 40px;
}

.culture-img-box {
  width: 100%;
  padding-top: 30px;
}


/* 招聘 */

.invite-content {
  padding-top: 40px;
}

.invite-content .invite-title {
  width: 80px;
  height: 500px;
  background-color: #be433b;
  border-radius: 16px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invite-content-box {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}

.invite-content-box .wid50 {
  display: flex;
  width: 55%;
}

.invite-content-box .wid50:last-child {
  width: 45%;
}

.invite-content-box .invite-content-text {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 45px;
  padding-left: 30px;
}

.invite-content-box .invite-content-text span {
  color: #be433b;
  padding-bottom: 0px;
  display: inline-block;
}

.invite-img-box {
  width: 400px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.content-text-one {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 28px;
  padding-left: 30px;
}

.content-text-one span {
  color: #be433b;
  padding-bottom: 15px;
  display: inline-block;
}

.last-title {
  padding-top: 10px;
}


/* 页脚 */

.footer-box {
  width: 100%;
  background-color: #ac2317;
  /* height: 280px; */
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-content {
  width: 1124px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-content .location-img-box {
  width: 400px;
  position: relative;
}

.footer-content .location-img-box .tip {
  color: #000000;
  font-size: 16px;
  position: absolute;
  right: 20px;
  bottom: 8px;
  font-weight: 600;
}

.address-title {
  /* color: #ffffff; */
  /* position: absolute; */
  padding-bottom: 15px;
  padding-top: 20px;
  color: #be433b;
  font-weight: bold;
  font-size: 16px;
}

#locationMap {
  border: 2px solid #be433b;
  border-radius: 4px;
}

.footer-content .message-box {
  /* width: 693px; */
  width: 100%;
  height: 200px;
  background-color: #9d160a;
  border-radius: 0px;
  color: #ffffff;
  padding: 20px 0px 20px 20px;
  font-size: 18px;
  line-height: 42px;
  box-sizing: border-box;
  margin-top: 30px;
}

.copy-right {
  padding: 10px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #9d160a; */
  margin-top: 10px;
}

.copy-right a {
  color: #000000;
}


/* 地图 */

.map-box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-img{
	width:450px;
	height:250px;
	border: 2px solid #be433b;
	border-radius: 4px;
}
.map-img img{
	width:450px;
	height:250px;
}