body {
  background-color: #fff;
}

h4 {
  font-size: 24px;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.wlw-header {
  background: #0115AC;
  height: 90px;
  margin: auto;
  align-content: center;
  border-bottom: 1px solid #fff;
}

.wlw-header .main ul {
  align-content: center;
}

.wlw-header .main ul li {
  width: 110px;
  border-right: 1px solid #fff;
  margin: auto;
  text-align: center;
  line-height: 18px;
}

.wlw-header .main ul li:last-child {
  border-right: none;
}

.wlw-header .main ul li a {
  font-size: 18px;
  color: #fff;
}

.banner img {
  width: 100%;
}

.bm .main {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.bmxx h2{
    font-size: 28px;
  color: #333;
  font-weight: 999;
  margin-left: 10%;
  font-family: '华文中宋';
}
.bm .kbxx {
  margin-right: 30px;
  width: 700px;
}

.bm .kbxx .head {
  background: #428EFE;
  padding: 10px 0;
  color: #fff;
  border-radius: 5px;
}

.bm .kbxx .kbxx-list {
  display: flex;
  justify-content: space-around;
  margin: 10px auto;
  padding: 10px 0;
  background: #F8F9FE;
}

.bm .kbxx .kbxx-list span {
  padding: 2px 10px;
}
.bm .kbxx .kbxx-list span:nth-child(5){
	color:red;
}
.btn {
  background: #FF6B4D;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.bg {
  background: #EDF6FF;
}

.title h2 {
  font-size: 36px;
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
  color: #333;
}

.title h2 span {
  color: #618AF9;
}

.qj-box {
  display: flex;
  justify-content: space-between;
}

.qj-box .qj-img {
  width: 65%;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.qj-box .qj-img img {
  width: 100%;
  height: auto;
}

.qj-content {
  width: 27%;
  display: grid;
  align-content: space-between;
}

.qj-content .qi-item {
  background: #F7730E;
  padding: 10px;
  border-radius: 5px;
}

.qj-content .qi-item:nth-child(2) {
  background: #428EFE;
}

.qj-content .qi-item:nth-child(3) {
  background: #FE370E;
}

.qi-item h4 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

.qi-item h4 i {
  background: url(images/icon/q1.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 17px;

}

.qi-item p {
  font-size: 18px;
  line-height: 2;
  text-indent: 2em;
  color: #fff;
}

.qi-item p::before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.but {
  width: 200px;
  font-size: 24px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(to right, #5E8FFE, #7A73FF);
  height: 60px;
  align-content: center;
}

.x-item {
  display: flex;
  justify-content: center;
}

.x-box {
  border: 1px solid #618AF9;
  background-color: #fff;
  padding: 20px;
  box-shadow: -1px 0px 3px 1px #618af9;
  margin: 20px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.x-box h4 {
  height: 50px;
  color: #333;
}

.x-box p {
  font-size: 18px;
  line-height: 32px;
}

.but.ow {
  background: linear-gradient(to right, #A65EFE, #5E8FFE);
}

.ld-item {
  padding: 20px;
}

.ld {
  display: flex;
  padding: 20px 0;
}

.ld.one {
  justify-content: space-evenly;
}

.ld.two {
  justify-content: space-around;
}

.ld.three {
  justify-content: space-between;
}

.ld.four {
  width: 70%;
  margin: auto;
  justify-content: space-around;
}

.ld.two .ld-txt span {
  background-color: #A65EFE;
}

.ld.three .ld-txt span {
  background-color: #5D8FFE;
}

.ld.four .ld-txt span {
  background-color: #F8C321;
}

.ld-item .ld-txt {
  height: 50px;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px #a8a7a7;
  display: flex;
  border-radius: 8px;
}

.ld-item .ld-txt p {
  text-align: center;
  line-height: 50px;
  color: #333;
  font-size: 16px;
  padding: 0 20px;
}

.ld-item .ld-txt span {
  width: 26px;
  writing-mode: vertical-lr;
  height: 50px;
  text-align: center;
  background: #FE644C;
  color: #fff;
  line-height: 23px;
}

.Pr-item {
  background: #F8F8F8;
  padding: 40px 20px;
}

.pr-f {
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
}

.pr-f h4 {
  height: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}

.pr-f p {
  line-height: 2;
  font-size: 18px;
  color: #444;
}

.pr-l {
  display: flex;
  align-items: end;
  height: 120px;
}

.pr-l img {
  width: auto;
  height: 100%;
}

.pr-l h5 {
  font-size: 24px;
  height: 51px;
  background: #D2EEFE;
  line-height: 50px;
  color: #025BEB;
  font-weight: bold;
  padding: 0 10px;
}

.pr-t {
  display: flex;
  flex-wrap: wrap;
}

.pr-t .pr-box {
  background: #fff;
  width: 17%;
  padding: 10px;
  margin: 20px auto 0;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.pr-t .pr-box h6 {
  color: #5E8FFE;
  line-height: 2;
  font-weight: bold;
}

.pr-t .pr-box p {
  line-height: 24px;
}

.tz {
  background-color: #034BEB;
}

.tz .title h2 {
  color: #fff;
}

.tz .title h2 span {
  color: #F8C321;
}

.tz-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.tz-item .tz-box {
  width: 28%;
  background: #FFFFFF;
  padding: 20px;
  text-align: center;
}

.tz-item .tz-box img {
  width: 90px;
  height: 90px;
}

.tz-item .tz-box h5 {
  font-size: 18px;
  height: 50px;
  align-content: center;
  color: #655CF3;
}

.tz-item .tz-box p {
  line-height: 28px;
  text-align: left;
  font-size: 16px;
}

.tz-item .tz-box:nth-child(2) h5 {
  color: #F3628D;
}

.tz-item .tz-box:nth-child(3) h5 {
  color: #F38E34;
}

.ys {
  background-color: #f0f7ff;
  padding-bottom: 20px;
}

.ys .title h2 {
  color: #034DEC;
}

.ys .title h2 span {
  color: #F38E34;
}

.ys-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f7ff;
  padding: 0 50px;
}

.ys-top div {
  background: #034BEB;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 20px 40px;
  color: #fff;
  clip-path: polygon(0% 35%, 8.91% 0px, 100% 0px, 100% 65%, 92.16% 100.00%, 0px 100%);
}
.ys-top div:nth-child(1){
background-color: #F49448;
}
.ys-box{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  clip-path:polygon(1.09% 6.8%, 4.17% 0px, 100% 0px, 100.08% 91.12%, 97.16% 98.55%, 0px 100%);

}
.ys-box .ys-txt{width: 50%;padding: 10px;}
.ys-box .ys-txt h3{
  font-size: 24px;
  color: #F49448;
  font-weight: 600;
  height: 50px;
}
.ys-box .ys-txt p{
   font-size: 20px;
  line-height: 40px;
  color: #444;}
  .ys-box .ys-img{
    width: 50%;padding: 10px;
  }
.ys-box .ys-img img{width: 100%;border-radius: 10px;}
.wlw-zy{
   
}
.wlw-zy .zy-box{
   display: flex;
  justify-content: space-between;
  padding: 20px 0;
  height: 350px;
}
.wlw-zy .zy-box .zy-img{
 width: 50%;
  clip-path: polygon(0px 10%, 5% 0px, 100% 0px, 100% 90%, 95% 100%, 0 100%);
  position: absolute;
  z-index: 1;
  height: 350px;
}
.wlw-zy .zy-box .zy-img img{
  width: 100%;
  height: 350px;
}
.zy-txt {
 width: 60%;
  padding: 20px 20px 20px 11%;
  position: relative;
  border: 5px solid #001F60;
  margin-left: 40%;
  margin-top: 26px;
  border-radius: 0 20px 20px 0;
  border-top: 10px solid #001F60;
}
.zy-txt h3{
font-size: 24px;
  font-weight: 500;
  color: #034BEB;
  position: absolute;
  margin-top: -45px;
  background: #f0f7ff;
  padding: 0 10px;
  line-height: 40px;
  margin-left: 20px;
}
.zy-txt h3 span{
  font-size: 20px;
   color: #F49448;
}
.zy-txt p{
  font-size: 16px;
  line-height: 32px;
  color: #444;
}



