.font45 {
  font-size: 45px;
  color: #000;
  font-weight: 800;
  line-height: 60px;
}
.font24 {
  font-size: 24px;
  padding-top: 40px;
}
.colorRed {
  color: #E41D1D;
}
.center {
  margin: 0 auto;
  text-align: center;
}



.indexContainer {
  padding-top: 80px;
  width: 100%;
  height: 100%;
  background: url('https://www.5kcrm.com/public/static/index/images/home/index-bg8.png') no-repeat center center;
  background-size: 100% 100%;
}
.indexContainer .character-box {
  padding-top: 70px;
  padding-left: 200px;
  margin-bottom: 70px;
}
.indexContainer .character-box ul {
  width: 100%;
  display: flex;
  font-size: 14px;
}
.indexContainer .character-box ul li {
  margin-right: 55px;
}
.indexContainer .character-box ul li:hover {
  color: #f00;
  cursor: pointer;
}
.indexContainer .character-box ul li .serial {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  background: #f00;
  transform: rotate(45deg);
}



.list4 {
  width: 100%;
  display: flex;
  margin-top: 60px;
}
.list4 .listItem {
  position: relative;
  width: 257px;
  height: 230px;
  background-color: #fff;
  padding: 25px 20px 23px 23px;
  box-sizing: border-box;
  margin-right: 40px;
  border: 1px solid #efefef;
}
.list4 .listItem:hover {
  box-shadow: 0 4px 30px 0 hsl(0deg 0% 90% / 89%) !important;
}
.list4 .listItem .support {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.list4 .listItem .support img {
  height: 17px;
}
.list4 .listItem .itemHead {
  display: flex;
}
.list4 .listItem .itemHead img {
  width: 40px;
  height: 40px;
}
.list4 .listItem .itemHead svg {
  width: 40px;
  height: 40px;
}
.list4 .listItem .itemHead .text {
  position: relative;
  font-size: 22px;
  font-weight: 800;
  line-height: 45px;
}
.list4 .listItem .itemHead .hot-top {
  position: absolute;
  top: 13px;
  right: -42px;
  width: 38px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background: linear-gradient(-90deg,rgba(239,60,60,1),rgba(244,112,112,1));
  border: 0px solid rgba(230,230,230,1);
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
.list4 .listItem p {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #777;
  text-align: justify;
}
.list4 .listItem .itemBtn {
  font-size: 16px;
    line-height: 36px;
    width: 120px;
    margin: 9px auto 0;
    color: #dd1313;
    border: 1px solid #dd1313;
    border-radius: 20px !important;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 60px);
    text-align: center;
}
.list4 .listItem .itemBtn:hover {
  color: #fff !important;
  border: none !important;
  background-image: linear-gradient(-90deg, #f47070, #ef3c3c) !important; 
}
.list4 .listItem .redBtn {
  color: #fff !important;
  border: none !important;
  background-image: linear-gradient(-90deg, #f47070, #ef3c3c) !important;
}



.released {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  color: #000;
  position: relative;
}
.released .releasedItem {
  display: flex;
  margin-left: 20px;
}
.released .releasedItem .releasedItemLeft {
  width: 36px;
  padding-left: 25px;
  line-height: 22px;
  font-weight: bold;
  background-size: 25px;
  position: relative;
  font-size: 14px;
}
.released .releasedItem .releasedItemLeft img {
  position: absolute;
  width: 36px;
  top: -8px;
  left: 2px;
}
.released .releasedItem .releasedItemRight {
  margin-left: 18px;
  padding-left: 14px;
  border-left: 1px solid #000;
  max-width: 330px;
  text-align: left;
  font-size: 14px;
}
.released .releasedItem .releasedItemRight p {
  padding-top: 6px;
  font-weight: bold;
  margin: 0;
}
.released .releasedItem .releasedItemRight .releasedItemTime {
  font-size: 12px;
  color: #666;
}



.baseTitle {
  font-size: 30px;
  line-height: 50px;
  color: #111;
  font-weight: 800;
}
.baseStitle {
  font-size: 16px;
  color: rgb(119, 119, 119);
  line-height: 26px;
}
.borderBottom {
  border-bottom: 1px solid #F0F0F0;
}
.borderLeft {
  border-left: 1px solid #F0F0F0;
}
.borderRight {
  border-right: 1px solid #F0F0F0;
}



.appLi {
  margin-top: 40px;
}
.appLi .liBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.appLi .liBox .appItem {
  width: calc(100%/3);
  box-sizing: border-box;
  padding-bottom: 20px;
  padding: 10px 10px 0 10px;
}
.appLi .liBox .appItem:nth-child(3n+2) {
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}
.liBox .appItem .topTitle {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.liBox .appItem .topTitle .title {
  font-size: 24px;
  color: #333333;
  line-height: 27px;
  margin-bottom: 28px;
  padding-top: 48px;
  font-weight: 800;
}
.liBox .appItem .topTitle .stitle {
  font-size: 16px;
  height: 54px;
  color: #777777;
  line-height: 27px;
  margin-bottom: 10px;
}
.liBox .appItem .topTitle .toMore {
  color: #2362FB !important;
  font-size: 16px;
  cursor: pointer;
  display: block;
}
.liBox .lis {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.liBox .lis .iconsItem {
  width: calc(100%/3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  box-sizing: border-box;
}
.liBox .lis .iconsItem:nth-child(3n) {
  border-right: none;
}
.liBox .lis .iconsItem:hover {
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%);
  transition: all .3s;
  border-bottom: 1px solid #dd1313 !important;
}
.liBox .lis .iconsItem img {
  width: 40px;
  height: 40px;
  display: block;
}
.liBox .lis .iconsItem svg {
  width: 40px;
  height: 40px;
  display: block;
}
.liBox .lis .iconsItem .icons-txt {
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.appLi .moreAppBtn {
  width: 160px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  padding: 12px 24px;
  background: linear-gradient(90deg,rgba(230,40,40,1),rgba(241,133,133,1));
  border-radius: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
  cursor: pointer;
  display: block;
}



.mationContainer {
  padding: 80px 0 90px;
}
.mationContainer .mationInfo {
  display: flex;
  height: 485px;
  overflow: hidden;
  padding-left: 28px;
  margin: 60px auto 0;
  background: rgba(255,255,255,1);
  box-shadow: 0px 1px 28px 2px rgb(228 228 228 / 30%);
  border-radius: 15px;
}
.mationContainer .mationInfo .left {
  width: 520px;
  height: 530px;
  margin-right: 42px;
  display: block;
}
.mationInfo .left .tit {
  line-height: 60px;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #111;
}
.mationInfo .left .tit img {
  width: 22px;
  margin-right: 5px;
}
.mationInfo .left .tit .text {
  font-size: 16px;
}
.mationInfo .left .pic {
  width: 100%;
  border-radius: 15px;
  display: inline-block;
  height: 332px;
}
.mationInfo .left .newsTit {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.mationInfo .left .newsTit .newsTitTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mationInfo .left .newsTit .newsTitTitle:hover .text {
  color: #dd1313 !important;
}
.mationInfo .left .newsTit .newsTitTitle .more {
  color: #dd1313;
}
.mationInfo .left .newsTit .time {
  margin: 5px 0;
  color: #777;
  line-height: 30px;
  overflow: hidden;
  font-size: 12px;
  width: 100%;
  text-align: left;
}
.mationContainer .mationInfo .right {
  height: 530px;
  float: left;
  flex: 1;
}
.mationInfo .right .mationListBox {
  height: 25%;
}
.mationInfo .right .mationListBox .boxTitle {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}
.right .mationListBox .boxTitle .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.right .mationListBox .boxTitle .title img {
  width: 22px;
  margin-right: 5px;
}
.right .mationListBox .boxTitle .more a {
  color: #dd1313;
}
.right .mationListBox .boxContent {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}
.right .mationListBox .boxContent .list {
  height: 100%;
  width: 100%;
}
.right .mationListBox .boxContent .list .item {
  width: 95%;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
  overflow: hidden;
}
.boxContent .list .item a {
  display: flex;
}
.boxContent .list .item .marker {
  display: block;
  width: 5px;
  height: 5px;
  background: linear-gradient(90deg,rgba(230,40,40,1),rgba(241,133,133,1));
  border-radius: 2px;
  margin: 12px 8px 0 0;
  transform: rotate(45deg);
}
.boxContent .list .item .text {
  flex: 1;
  white-space:nowrap;
  text-overflow:ellipsis; /* for internet explorer */
  overflow:hidden;
  display:block;
  margin-right: 150px;
}
.right .mationListBox:last-child .boxContent {
  border-bottom: none;
}

.lone-pic {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.lone-pic .title {
  color: #111111;
  font-size: 30px;
  font-weight: 800;
}

.lone-pic .btitle {
  font-size: 16px;
  color: #777777;
  text-align: center;
  line-height: 30px;
  padding-bottom: 30px;
  padding-top: 20px;
  width: 800px;
}

.lone-pic .pic {
  width: 1000px;
}

.lone-pic img {
  /*box-shadow: 1px 4px 13px #c1c1c1;*/
}

img {
  border: none;
}

.lone-pic .saas_ikon2 {
  position: absolute;
  width: 350px;
  right: -20px;
  bottom: 46px;
}