.banner img{
  width: 100%;
}
.center{
  text-align: center;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.cl::after{
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.container{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.banner-b-msg{
  margin: 30px 0;
  font-size: 16px;;
  color: #666;
}
.banner-b-msg p{
  margin-bottom: 10px;
  line-height: 1.8;
}
.con-1{
  margin: 15px 0;
}
.con-1-title{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 50px;
  margin-bottom: 30px;
}
.con-1-title h2{
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
}
.con-1-c{
  background: url(../img/c1-bg.jpg) no-repeat;
  background-size: 100% 100%;
  /* background-size: cover; */
}
.con-1-c .fl{
  box-sizing: border-box;
  width: 645px;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 15px;
  color: #fff;
  line-height: 1.8;
}
.con-1-c .fl h3{
  font-size: 1.25em;
}
.con-1-c .fl p{
  margin: 25px 0;
}
.con-1-c .fr{
  margin-right: 20px;
  padding-top: 30px;
  color: #fff;
  text-align: center;
}
.con-1-c .fr img{
  width: 80%;
}
.con-1-c .fr .pic-text{
  font-size: 18px;
  font-weight: bold;
}
.con-2{
  margin-top: 50px;
  margin-bottom: 30px;
}
.con-2-con .fl{
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 0 0 20px;
}
.con-2-con .fl:nth-child(2n+1){
  margin-right: 4%;
}
.con-2-con .fl .pic{
  margin-bottom: 25px;
}
.con-2-con .fl .pic img{
  width: 100%;
}
.con-2-con .fl  h2{
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}
.con-2-con .fl .text{
  padding: 0 15px;
}
.con-2-con .fl p{
  line-height: 1.6;
  color: #666;
}
.con-2-conb{
  margin: 35px 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}
.con-2-conb .btns .layui-btn{
  border-radius: 35px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.container-b{
  background-color: #eeedf0;
  padding: 10px 0 30px;
  margin: 30px 0;
}
.container-b-c .cl{
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.container-b-c .cl .text{
  background-color: #fff;
  border-radius: 15px;
  padding: 35px 30px;
  position: relative;
}
.container-b-c .cl .text h2{
  text-align: center;
  margin-bottom: 40px;
}
.container-b-c .cl .text p{
  margin-top: 20px;
  line-height: 1.8;
}
.container-b-c .cl .abs-c{
  position: absolute;
  top: 36px;
  left: 0;
  color: #FFF;
  width: 123px;
  height: 26px;
  line-height: 26px;
  text-align: right;
  background: url(../img/arr-bg.png);
}
.container-b-c .cl .abs-c span{
  margin-right: 1.4em;
}
.btn-boradius{
  border-radius: 35px;
  padding: 0 60px;
}
.i1-con-1-c{
  background: url(../img/i1-bg1.jpg);
  background-size: 100% 100%;
  padding: 30px 50px;
  border-radius: 0;
  color: #fff;
  line-height: 1.8;
}
.i1-con-1-c1{
  background: url(../img/i1-bg2.jpg);
  background-size: 100% 100%;
  padding: 30px 50px;
  border-radius: 0;
  color: #fff;
  line-height: 1.8;
  margin-top: 20px;
}
.i1-con-1-c h3,.i1-con-1-c1 h3{
  margin-bottom: 20px;
}
.i1-con-2-con .fl{
  padding: 20px 0 0;
}
.i1-con-2-con .fl .text{
  padding: 0 30px 30px;
}
.i1-con-2-con .fl img{
  width: 100%;
}
.i1-container .container-b-c .pic img{
  width: 300px;
}
.i1-container .container-b-c .cl .text h2{
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.i1-container-b{
  background: url(../img/i1-c-bg.png);
  background-size: cover;
  margin-bottom: 0;
}