/* sernav */
.sernav {
  padding: 100px 0;
  background: url(../xinwentt_files/sernav_bg.png) no-repeat center;
}
.sernav .wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sernav .wrap .item {
  width: calc((100% - 75px) / 4);
  background: #fff;
  padding: 40px;
  text-align: center;
}
.sernav .wrap .item .icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
.sernav .wrap .item .icon .img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.sernav .wrap .item .icon .img img {
}
.sernav .wrap .item .icon .img1 {
  background-color: #5370f6;
  transform-origin: top;
  transform: rotateX(0deg);
}
.sernav .wrap .item:hover .icon .img1 {
  transform: rotateX(90deg);
}
.sernav .wrap .item .icon .img2 {
  transform: rotateX(-90deg);
  transform-origin: bottom;
}
.sernav .wrap .item:hover .icon .img2 {
  background: #fff;
  border: 2px solid #5370f6;
  transform: rotateX(0deg);
}
.sernav .wrap .item h6 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 15px;
}
.sernav .wrap .item:hover h6 {
  color: #5370f6;
}
.sernav .wrap .item .text {
  font-size: 16px;
  line-height: 100%;
  color: #888;
}
.sernav .wrap .item i {
  width: 30px;
  height: 3px;
  background-color: #5370f6;
  display: block;
  margin: 40px auto 0;
  transition: all 0.3s;
}
.sernav .wrap .item:hover i {
  width: 50px;
}
/* newmark */
.newmark {
  background-color: #f4f4f4;
  padding: 100px 0;
}
.newmark .centent {
  width: 1200px;
  margin: 0 auto;
}
.newmark .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newmark .item .pic {
  width: 478px;
}
.newmark .item .text {
  width: 624px;
  font-size: 24px;
  line-height: 48px;
  color: #666666;
}
.newmark .item .text span {
  font-weight: bold;
  color: #5370f6;
}
/* ques */
.ques {
  padding: 100px 0;
}
.ques .centent {
  width: 1200px;
  height: 556px;
  margin: 0 auto;
  background: url(../xinwentt_files/ques_wh.png) no-repeat top center;
  position: relative;
  flex-wrap: wrap;
}
.ques .centent .item {
  width: 375px;
  position: absolute;
  display: flex;
  justify-content: space-between;
}
.ques .centent .item1 {
  left: 0;
  top: 0;
}
.ques .centent .item2 {
  right: 0;
  top: 0;
}
.ques .centent .item3 {
  left: 0;
  top: 192px;
}
.ques .centent .item4 {
  right: 0;
  top: 192px;
}
.ques .centent .item5 {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ques .centent .item1,
.ques .centent .item3 {
  text-align: right;
}
.ques .centent .item .text {
  width: 252px;
}
.ques .centent .item .text h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #5370f6;
  margin-bottom: 20px;
}
.ques .centent .item .text p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(51 51 51 / 80%);
}
/* benefit */
.benefit {
  padding: 110px 0;
  background: url(../xinwentt_files/benefit_bg.png) no-repeat center;
}
.benefit .title h2 {
  color: #fff;
}
.benefit .title p {
  color: rgba(255, 255, 255, 0.8);
}
.benefit .wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefit .wrap .item {
  width: calc(50% - 18px);
  padding: 35px;
  background: url(../xinwentt_files/benefit_libg.png) no-repeat center;
  display: flex;
  align-items: center;
  position: relative;
}
.benefit .wrap .item:nth-child(n + 3) {
  margin-top: 36px;
}
.benefit .wrap .item::before {
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.benefit .wrap .item:hover::before {
  width: 100%;
}
.benefit .wrap .item .num {
  font-family: "rob";
  font-size: 112px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  position: relative;
  z-index: 2;
}
.benefit .wrap .item .text {
  position: relative;
  z-index: 2;
}
.benefit .wrap .item .tit {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  margin-bottom: 15px;
}
.benefit .wrap .item .con {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
/* cate */
.cate {
  padding: 100px 0;
  background: url(../xinwentt_files/cate_bg.png) no-repeat center;
}
.cate .centent {
  width: 1200px;
  margin: 0 auto;
}
.cate .centent .tit {
  width: 114px;
  height: 114px;
  background-color: #5370f6;
  border-radius: 100%;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cate .centent .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: -60px;
  padding-top: 128px;
  overflow: hidden;
}
.cate .centent .wrap .item {
  width: calc((100% - 100px) / 5);
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #5370f6;
  padding: 30px;
  text-align: center;
  position: relative;
}
.cate .centent .wrap .item::before {
  content: "";
  height: 1px;
  background: rgb(83 112 246 / 30%);
  position: absolute;
  top: -1px;
  transform-origin: left;
}
.cate .centent .wrap .item:nth-child(1)::before {
  width: 388px;
  transform: rotate(-17deg);
  right: -360px;
}
.cate .centent .wrap .item:nth-child(2)::before {
  width: 250px;
  right: -175px;
  transform: rotate(-29deg);
}
.cate .centent .wrap .item:nth-child(3)::before {
  transform: rotate(-90deg);
  width: 68px;
  left: 50%;
}
.cate .centent .wrap .item:nth-child(4)::before {
  width: 250px;
  right: -105px;
  transform: rotate(-151deg);
}
.cate .centent .wrap .item:nth-child(5)::before {
  width: 388px;
  right: -199px;
  transform: rotate(-163deg);
}
.cate .centent .wrap .item .hea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cate .centent .wrap .item .hea .icon {
  margin-right: 12px;
}
.cate .centent .wrap .item .hea p {
  font-size: 20px;
  font-weight: bold;
  color: #5370f6;
}
.cate .centent .wrap .item ul {
  display: inline-block;
  text-align: left;
  height: 112px;
}
.cate .centent .wrap .item ul li {
  font-size: 16px;
  line-height: 28px;
  color: #909090;
  display: flex;
  align-items: center;
}
.cate .centent .wrap .item ul li i {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 7px;
  background: url(../xinwentt_files/cate_gou.png) no-repeat center;
}
.cate .centent .wrap .item .bmo {
  font-size: 14px;
  line-height: 24px;
  color: #b2979c;
  margin-top: 30px;
}
/* ascen */
.ascen {
  padding: 100px 0;
  background: url(../xinwentt_files/ascen_bg.png) no-repeat center;
}
.ascen .centent {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ascen .centent .item {
  width: calc(100% / 3);
  height: 316px;
  padding: 45px 35px;
}
.ascen .centent .item:nth-child(1),
.ascen .centent .item:nth-child(3),
.ascen .centent .item:nth-child(5) {
  background-color: #333333;
}
.ascen .centent .item:nth-child(2),
.ascen .centent .item:nth-child(4),
.ascen .centent .item:nth-child(6) {
  background-color: #5370f6;
}
.ascen .centent .item .tit {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.ascen .centent .item .tit p {
  font-size: 30px;
  line-height: 100%;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}
.ascen .centent .item .txt {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
/* partner */
.part_num {
  background: url(../xinwentt_files/part_num_bg.png) no-repeat center;
}
.part_num .item {
  overflow: initial;
}
.part_num .item .tab_num {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.part_num .item .tab_num .list {
  padding: 12px 30px;
  border-radius: 5px;
  text-align: center;
}
.part_num .item .tab_num .list.on {
  background-color: #5370f6;
}
.part_num .item .tab_num .list + .list {
  margin-left: 40px;
}
.part_num .item .tab_num .list .num {
  font-size: 28px;
  color: #5370f6;
  line-height: 100%;
}
.part_num .item .tab_num .list.on .num {
  color: #fff;
}
.part_num .item .tab_num .list .txt {
  font-size: 14px;
  line-height: 100%;
  margin-top: 10px;
  color: #666;
}
.part_num .item .tab_num .list.on .txt {
  color: #fff;
}
.part_num .item .wrap .list + .list {
  display: none;
}
/* combo */
.combo {
  padding: 100px 0;
  background: url(../xinwentt_files/combo_bg.png) no-repeat center;
}
.combo .title h2 {
  color: #fff;
}
.combo .wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.combo .wrap .item {
  width: calc((100% - 36px) / 3);
}
.combo .wrap .item:nth-child(n + 4) {
  margin-top: 18px;
}
.combo .wrap .item .top {
  height: 114px;
  position: relative;
}
.combo .wrap .item .top .icom {
  width: 106px;
  height: 106px;
  background-color: #ffffff;
  border: solid 2px #5370f6;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(50% - 53px);
  bottom: -53px;
  z-index: 2;
  padding: 19px;
  transition: all 0.3s;
}
.combo .wrap .item:hover .top .icom {
  background: #5370f6;
}
.combo .wrap .item .top .icom .img {
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}
.combo .wrap .item .top .icom .img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.combo .wrap .item .top .icom .img .two {
  left: 100%;
}
.combo .wrap .item:hover .top .icom .img .one {
  left: -100px;
}
.combo .wrap .item:hover .top .icom .img .two {
  left: 0;
}
.combo .wrap .item .cont {
  background: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 92px 50px 54px;
  text-align: center;
}
.combo .wrap .item .cont .tit {
  font-size: 22px;
  line-height: 100%;
}
.combo .wrap .item:hover .cont .tit {
  color: #5370f6;
}
.combo .wrap .item .cont .txt {
  font-size: 18px;
  line-height: 100%;
  color: #888888;
  margin: 18px 0;
}
.combo .wrap .item:hover .cont .txt {
  color: #333;
}
.combo .wrap .item .cont a {
  width: 92px;
  height: 30px;
  background-color: #5370f6;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  transition: all 0.3s;
}
.combo .wrap .item .cont a:hover {
  width: 112px;
}
/* proc */
.new_proc {
  padding: 100px 0;
}
.new_proc .wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.new_proc .wrap .tit {
  display: inline-block;
  height: 52px;
  background-color: #333;
  padding: 0 18px;
  font-size: 24px;
  line-height: 52px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 55px;
  border-radius: 10px;
  position: relative;
}
.new_proc .wrap .tit::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 8px 10px;
  border-style: solid;
  border-color: #333 transparent transparent;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -16px;
}
.new_proc .wrap .item + .tit {
  margin-top: 60px;
  background: #5370f6;
}
.new_proc .wrap .item + .tit::after {
  border-color: #5370f6 transparent transparent;
}
.new_proc .wrap .item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ececec;
}
.new_proc .wrap .item .list {
  text-align: center;
  width: 142px;
  height: 130px;
  padding: 25px 0 25px;
  position: relative;
  transition: all 0.3s;
}
.new_proc .wrap .item .list:hover {
  background-color: #5370f6;
}
.new_proc .wrap .item .list .cric {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 100%;
  border: 4px solid rgba(0, 0, 0, 0.42);
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new_proc .wrap .item .list:hover .cric {
  background-color: #5370f6;
  border: 4px solid rgba(255, 255, 255, 0.58);
}
.new_proc .wrap .item .list .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  position: relative;
  overflow: hidden;
}
.new_proc .wrap .item .list .icon img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.new_proc .wrap .item .list .icon .one {
}
.new_proc .wrap .item .list .icon .two {
  top: 100%;
}
.new_proc .wrap .item .list:hover .icon .one {
  top: -100%;
}
.new_proc .wrap .item .list:hover .icon .two {
  top: 0;
}
.new_proc .wrap .item .list .txt {
  font-size: 16px;
  color: #565656;
}
.new_proc .wrap .item .list:hover .txt {
  color: #fff;
}
/* reveal */
.reveal {
  padding: 100px 0;
  background: url(../xinwentt_files/part_bg1.png) no-repeat center;
}
.reveal .wrap {
  width: 1200px;
  margin: 0 auto;
}
.reveal .wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.reveal .wrap ul li {
  width: 25%;
  border: 1px solid #e9e9e9;
}
.reveal .wrap ul li:nth-child(n + 5) {
  margin-top: -1px;
}
