.easy>.easy-nav{
     margin-bottom: 74px;
 }
 .easy>.easy-nav>li{
    width: 114px;
	height: 36px;
    line-height: 36px;
    border: solid 1px #cccccc;
    text-align: center;
    margin-right: 30px;
 
    cursor: pointer;
    font-size: 18px;
    color: #666666;
 }
 .easy>.easy-nav>.li-active{
    width: 114px;
	height: 36px;
    background-color: #b50005;
    color: #ffffff;
 }
 main>.easy{
    margin-top: 50px;
}
main>img{
    width: 100%;
	height: 640px;
}
.easy-item{
    width: 1200px;
    flex-wrap: wrap;
}
.easy-item>li{
    width: 380px;
   margin-right: 20px;
  margin-bottom: 30px;
}


.easy-item>li>a>img{
    width: 380px;
	height: 378px;
}

.easy-item>li>a>div{
    width: 380px;
	height: 110px;
 
    box-sizing: border-box;
    padding: 20px 15px;
    background-color: #ffffff;
	box-shadow: 0px 3px 7px 2px 
		rgba(99, 99, 99, 0.15);
}
.easy-item>li div>p{
    font-size: 24px;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 10px;
}

.easy-item>li div>.font{
    font-size: 18px;
    color: #999999;
}
.page{
    margin-top: 80px;
    margin-bottom: 64px;
}
/* .easy>.page>div{
    width: 105px;
    height: 34px;
    line-height: 34px;
    text-align: center;
	background-color: #eeeeee;
    border-radius: 16px;
    font-size: 19px;
    color: #999999;
}
.easy>.page>ul{
  margin:0 5px;
}
.easy>.page>ul>li{
    margin:0 5px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #eeeeee;
    color: #999999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.easy>.page>ul>.active{
    background-color: #0d265c;
    box-shadow: 0px 1px 0px 0px #fcc900;
    color: #fcc900;
} */
.rxlc>.rxlc-list{
    width: 100%;
    height: 640px;
    display: flex;
}
.rxlc-list>.font>p{
    font-size: 18px;
    letter-spacing: 1px;
    color: #0d265c;
    margin-bottom: 20px;
}

.easy-list>.wsbm{
    width: 680px;
    margin:0 auto;
    display: flex;
    flex-direction: column;
 }
.easy-list>.wsbm>h4{
    font-size: 30px;
    letter-spacing: 2px;
    color: #0d265c;
    text-align: center;
}
.easy-list>.wsbm>h5{
    font-size: 16px;
    letter-spacing: 1px;
    color: #0d265c;
    margin:21px 0 61px;
    text-align: center;
}
.easy-list>.wsbm>div{
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: 1px;
	color: #0d265c;
}
.easy-list>.wsbm>.input>input,.easy-list>.wsbm select{
    width: 436px;
	height: 44px;
    border: solid 1px #0d265c;
    margin-left: 30px;
    padding-left:10px;
    box-sizing: border-box;
    color:#0d265c   
  }
  .easy-list>.wsbm>.input>span{
    width: 79px;
  }
  input[type=radio] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 22px;
	height: 22px;
    position: relative;
}

input[type=radio]:after {
    position: absolute;
    width: 22px;
	height: 22px;
    top: 0;
    content: " ";
    background-color: #fff;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #0d265c;
    box-sizing: border-box;
}

input[type=radio]:checked:before {
    content: " ";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #0d265c;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 400;
    z-index: 1;
}
.easy-list>.btn{
    width: 434px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #0d265c;
    letter-spacing: 1px;
    color: #fcc900;
    font-size: 18px;
    margin:53px  auto 89px;
    margin-left: 115px;
}

/* 新增 */

.in-container{
    margin: 0 auto;
    width: 1200px;
  }
  .cls-list{
    height: 348px;
    margin-bottom:100px;
  }
  .cls-list .cls-img{
    float: left;
    width: 740px;
    height: 319px;
    overflow: hidden;
  }
  .cls-list .cls-img img{
    width: 740px;
    height: 319px;
  }
  .cls-list .cls-info{
    float: left;
    width: 458px;
    height: 319px;
    background-color: #b50005;
    color: #fff;
  }
  .cls-list .cls-info h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom:30px;
  }
  .cls-list .cls-info .cls-intro{
    line-height: 28px;
    height: 80px;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 1px;

  }
  .cls-list .cls-info .cls-btn{
    margin-top:20px;
    text-align: right;
  }
  .cls-list:nth-child(2n) .cls-info .cls-btn{
    text-align: left;
  }
  .cls-list .cls-info .cls-btn a{
    display: inline-block;
    width:120px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
   
  }
  .cls-list .cls-info .cls-btn a.cls-btn1{
    border:1px solid #fff;
    margin-right: 20px;
  }
  /* .cls-list .cls-info .cls-btn a.cls-btn1:hover{
    background-color: #fff;
    color: #fff;
  } */
  .cls-list .cls-info .cls-btn a.cls-btn2{
    background-color: #fff;
    color: #b50005;
  }
  /* .cls-list .cls-info .cls-btn a.cls-btn2:hover{
    border:1px solid #fff;
    background:none;
  } */

  /* 新增 */
  .easy-list>img{
      margin:80px 0;
  }
  .wrap {
    width: 984px;
    margin: 50px auto;

}

.wrap>ul {
    border-radius: 5px
}

.wrap>ul>li {

    border-bottom: solid 1px #DED1D1;
    color: #1e1e1e;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
    padding: 30px 0;
}

.wrap>.menu>li:last-child {
    border-bottom: none;
}
.wrap>.menu>li>img {
  width: 37px;
	height: 37px;
  position: absolute;
  top:-18px;
  left:50px
}

.wrap>.menu>li h4 {
    padding: 8px 0;
    margin-left: 30px;
    font-size: 18px;

	letter-spacing: 1px;
	color: #1e1e1e;
}

.wrap>.menu li span {
    position: absolute;
    right: 30px;
    font-size: 22px;
    color: #999999;
    display: inline-block;
    top: 35px;
}

.wrap>.menu li h5 {
    position: absolute;
    right: 50px;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    top: 40px;
    margin: 0;
}

.wrap>.menu>li .child-ul {
    background: #fff;
    display: none;
}

.wrap>.menu>li .child-ul li {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 1px;
    color: #777777;
    margin: 0 30px;
    margin-top: 10px;
}
.easy-list .means{
  width: 1200px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.easy-list .means>li>h5{
  font-size: 20px;
  color: #333333;
  margin-bottom: 50px;
  font-weight: bold;

}
.easy-list .means>li>p{
  font-size: 16px;
	line-height: 3;
  color: #333333;
  width: 523px;
}

.baoming>.baoming-list>li>.yuan{
  width: 121px;
  height: 122px;
  background-color:rgba(205,10,16,.1) ;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px;
}
.easy-list>.baoming{
  width: 100%;
	height: 617px;
  background-color: #f8f5f5;
  margin-top: 90px;
}
.easy-list>.baoming>h5{
  font-size: 20px;
letter-spacing: 0px;
color: #333333;
margin-top: 64px;
text-align: center;
margin-bottom: 80px;
font-weight: bold;
}
.baoming-list>li .inside-yuan{
  width: 72px;
  height: 73px;
  background-color: #cd0a10;
  border-radius:50% ;
  -webkit-border-radius:50% ;
  -moz-border-radius:50% ;
  -ms-border-radius:50% ;
  -o-border-radius:50% ;
  font-size: 30px;
  text-align: center;
  line-height: 73px;
  color: #ffffff;
 
}
.easy-list>.baoming>li{
  width: 100%;
	height: 617px;
	background-color: #f8f5f5;
}
.baoming-list>li{
  height: 350px;
  position: relative;
}
.baoming-list>li>p{
  width: 208px;
  position: absolute;
  top:0;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
}
.baoming>.baoming-list{
  width:1200px;
  margin:0 auto;
}
.baoming-list>li:nth-child(2n) p{
  top:280px;
}
.baoming-list>li:last-child img{
  display: none;
}
.need{
  width: 100%;
  height: 892px;
  display: flex;
  justify-content: center;
  position: relative;
}
.need>div{
  position: relative;
  margin-top:127px;
}
.need>div>h4{
  position: absolute;
  top:23%;
  left: 29%;
  width: 121px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 36px;
}
.need>ul>li{
  position: absolute;
  top:15%;
  left: 18%;
}
.need>ul>li:nth-child(2){
  position: absolute;
  top:14%;
  left: 65%;
}
.need>ul>li:last-child{
  position: absolute;
  top:60%;
  left: 54%;
}
.need>ul>li>h5{
  font-size: 20px;
  margin-bottom: 30px;
  color: #333333;
  font-weight: bold;
}
.need>ul>li>P{
  font-size: 16px;
	line-height: 39px;
	width: 340px;
  color: #333333;
  font-weight: bold;
}

