:root {
  /* 大背景 */
	--primary-color: #ffffff;	
	/* 标题文字   图标颜色 */
	--size-color:#333333;
	/* 二级标题 */
	--size-color-black:#666666;
	/* 简介文字 */
	  --size-color-gray:#999999;
	  /* 背景色块 */
	--size-bg-bgf5:#f5f5f5;
	/* 按钮颜色 */
	--green-color:#14af68;
	/* 线条颜色	 */
	--secondary-color: #eeeeee;		
	/* 输入框边框 */
	--border-color: #DDDDDD;
	/* 错误信息提示 */
	--red-color: #DF3532;
	--blue-color: #284391;
	--size-bg-bgf9: #f9f9f9;
}
.flex-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content-box{
    width: 100%;
    position: relative;
}
.img1{
    width:100%;
    height:auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.img2{
    width: 100%;
    height:auto;
    position: absolute;
    left: 0;
    top: 1254px;
    z-index: 10;
}
.inner-box{
    width: 1000px;
    padding-top: 717px;
    margin: 0 auto;
    color: var(--size-color);
    font-size: 16px;
}
.inner-box .title1{
    font-weight: 600;
    font-size: 28px;
    position: relative;
    padding-bottom: 10px;
}
.title1:after{
    position: absolute;
    content: '';
    width: 41px;
    height: 4px;
    background-color: #14AF68;
    left: 0;
    bottom: 0;
    z-index: 11;
}
.l-title{
    font-weight: 500;
    font-size: 18px;
    color: #14AF68;
    margin-bottom: 10px;
}
.con{
    margin-top: 30px;
    line-height: 27px;
}
.con2{
    margin-top: -80px;
    height: 945px;
    position: relative;
    z-index: 11;
}
.con2 .title1{
    color: #ffffff;
    margin-top: 252px;
}
.con2 .title1:after{
    background-color: #ffffff;
}
.con2>.flex-box{
    margin-top: 52px;
    align-items: start;
    justify-content: space-between;
    color: #333;
}
.con2-left{
    width: 548px;
    height: 275px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 33px 78px 48px 41px;
    box-sizing: border-box;
    align-items: flex-start;
    
}
.zhongzhi{
    flex: 1;
}
.con2-left img{
    width: 45px;
    height: 45px;
    margin-right: 13px;
}
.con2-left .desc{
    line-height: 25px;
}
.con2-right{
}
.con2-right .line{
    width: 430px;
    margin-bottom: 14px;
    height: 83px;
    background: #FFFFFF;
    border-radius: 10px;
    padding-left: 40px;
    box-sizing: border-box;
}
.line img{
    width: 32px;
    height: 32px;
    margin-right: 25px;
}
.con3{
    position: relative;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 30px;
    margin-top: -180px;
}
.con3 ul{
    height: 630px;
    overflow-y: scroll;
    margin-top: 25px;
}
.con3 li{
    line-height: 26px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 16px;
}
.con3 li:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #14AF68;
    border-radius: 50%;
    top: 8px;
    left: 0px;
}
.con4, .con6{
    padding-top: 50px;
}
.con4 ul{
    margin-top: 46px;
    flex-wrap: wrap;
    align-items: start;
    border-bottom: 1px solid #E1E1E1;
}
.con4 li{
    width: 212px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.con4 li:nth-child(4n){
    margin-right: 0;
}
.con4 li .name{
    font-weight: 500;
    font-size: 18px;
    color: #14AF68;
    margin-bottom: 6px;
}
.con4 li .desc{
    line-height: 20px;
    font-size: 12px;
}
.con5 ul li{
    width: 420px;
}
.con6 .imgli{
   margin-top: 48px;
   padding-bottom: 44px;
   border-bottom: 1px solid #E1E1E1;
}
.imgli img{
   width: 232px;
   height: 85px;
   margin-right: 24px;
   margin-bottom: 16px;
}
.imgli img:nth-child(4n){
    margin-right: 0;
}
.con7{
    padding-bottom: 100px;
    
}
.con7 .imgli{
   border: none; 
}