/* CSS Document */
body {background: #fff;}
a {color: inherit;}
button {
  border: none;
  box-shadow: none;
  outline: none;
}
.wrap {width: 92%;margin: auto;line-height: 28px;}
.mar {margin: 3% auto;}
.p {text-indent: 2em;line-height: 1.8em;}

.qj-title {
    width: 98%;
    background: #4546c2;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
}
.qj li {
  width: 31.5%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: .5rem;
  overflow: hidden;
  color: #6f6f6f;
}
.qj li h4 {
  font-size: 1.2rem;
  margin: 5% 0;
}
.qj li p {
  margin: 5% 0;
}

.zx {text-align: center;}
.zxbtn {
    width: 50%;
    display: inline-block;
    padding: 1% 2%;
    background: linear-gradient(to top, #285caa,#9471ff);
    border-radius: 2.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: 10%;
     margin-right: 3%;
     margin-top: -4px;
}

.title-main {
  font-size: 1.7rem;
  color: #4546c2;
  text-align: center;
      margin-top: 54px;
      margin-bottom: 26px;
}
.kc .swiper-pagination {
  padding: 2% 0;
  background: #6f47e8;
  position: relative;
  bottom: 0;
  margin-bottom: 3%;
}
.kc .swiper-pagination-bullet {
  width: 31%;
  height: 3rem;
  padding-top: 1rem;
  border-radius: 0;
  background: transparent;
  color: #fff;
  opacity: 1;
      line-height: 1.2rem;
}
.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: 31%;
  text-align: center;
  position: relative;
}
.kc-right strong {
  font-size: 1.5rem;
}
.kc-right p {
 min-height: 15rem;
     margin: 5% 0;
     line-height: 1.7em;
     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;
}
.zxbtn1{
	    width: 42%;
	    display: inline-block;
	    padding: 1% 2%;

	    border-radius: 2.5rem;
	    color: #fff;
	    font-size: 1.2rem;
}