/* CSS Document */
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}
.zt {background: #fff;overflow:hidden;}
a {color: inherit;}
.wrap {width: 94%;margin: auto;}
.mar {margin: 3% auto;}
.p {text-indent: 2em;line-height: 1.8em;}

.qj-title {
  width: 80%;
  padding: 2% 0;
  background: #4546c2;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
.qj li {
  width: 31.5%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: .5rem;
  overflow: hidden;
}
.qj li h4 {
  font-size: 1.2rem;
  margin: 5% 0;
}
.qj li p {
  margin: 5% 0;
}

.zx {text-align: center;}
.zxbtn {
  display: inline-block;
  padding: 3% 10%;
  background: linear-gradient(to top, #8a26ce,#b324a6);
  border-radius: .5rem;
  color: #fff;
  font-size: 1.2rem;
}

.title-main {text-align: center;}
.title-main strong {
  display: inline-block;
  padding-bottom: 2%;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}

.zs {
  padding-bottom: 3%;
  background: #4546c2;
  color: #fff;
  overflow: hidden;
}
.zs-title {text-align: center;}
.zs-title img {
  width: 5%;
  margin-right: 2%;
}

.title-main {
  font-size: 1.7rem;
  color: #4546c2;
  text-align: center;
}
.kc .swiper-pagination {
  padding: 2% 0;
  background: #6f47e8;
  position: relative;
  bottom: 0;
  margin-bottom: 3%;
}
.kc .swiper-pagination-bullet {
  width: 31%;
  height: 3.4rem;
  padding-top: .5rem;
  border-radius: 0;
  background: transparent;
  color: #fff;
  opacity: 1;
}
.kc .swiper-pagination-bullet img {
  width: 15%;
  margin-right: 2%;
}
.kc .swiper-pagination-bullet-active {
  background: url("../images/kc-tit-bg.png") no-repeat center/100%;
}

.kc-left {
  display: grid;
  width: 68%;
  grid-template-columns:repeat(2,1fr);
  grid-gap: 3%;
}
.kc-left li {
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}
.kc-left li p {
  width: 100%;
  padding: 5% 0;
  background: #4546c2;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.kc-right {
  width: 30%;
  text-align: center;
  position: relative;
}
.kc-right strong {
  font-size: 1.5rem;
}
.kc-right p {
  min-height: 18rem;
  margin: 5% 0;
  line-height: 1.5em;
  font-size: .9rem;
}
.kc-right p span {
  color: #4329c2;
  font-size: 1.2rem;
}
.kc-right .zxbtn {
  width: 100%;
  padding: 3% 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.shx-title {
  width: 50%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #4546c2;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  border-top-left-radius: .5rem;
  position: relative;
}
.shx-title::after {
  width: 2.5rem;
  height: 2.5rem;
  content: '';
  background: #4546c2;
  /*border-width: 1.28rem;
  border-style: solid;
  border-color: transparent transparent #4546c2 #4546c2;*/
  transform: skew(30deg);
  position: absolute;
  right: -1.5rem;
  bottom: 0;
}
.shx-p {
  padding: 3%;
  background: #eaeff6;
  border-radius: 0 0 .5rem .5rem;
  line-height: 1.5em;
}


.ul_list1 li{
	width: 46%;
	border: 3px solid #4546c2;
  margin: 3% auto;
}
.ul_list1 li strong{
    color: #4546c2;
    font-size: 2rem;
    text-align: center;
    display: block;
    margin: 3% auto;
}
.ul_list1 li p{
	text-align: center;
	margin: 0px auto 2rem;
}



.bmbox2 {
  width: 96%;
  border: 1px solid #cbcbcb;
  margin: 3% auto;
}

.bm-title2 {
text-align: center;
padding: 20px;
}

.bm-title2 strong {
font-size: 30px;
color: #585858;
}

.bm-input2 {
  display: block;
  width: 63%;
  height: 3rem;
  line-height: 3rem;
  border: 1px solid #c9c9c9;
  margin: 0 auto 3%;
  padding: 0 1rem;
  border-radius: 10px;
}
.bg_zs{
background-color: #4546c2;
}
.bm-submit2 {
  width: 54%;
  line-height: 3rem;
  background: #4546c2;
  text-align: center;
  display: block;
  border-radius: 31px;
  color: #fff;
  font-size: 1.4rem;
  margin: 3% auto;
  border: none;
}
