.list{
	width: 100%;
}
.list-con{
	width: 1320px;
	max-width: 100%;
	margin: 0 auto;
}
.list-con .list-title{
	width: 100%;
}
.list .list-con .list-title::before{
	content: '';
	width: 30px;
	height: 8px;
	background: #EFBC7A;
	display: flex;
}
.list .list-con .list-title .en{
	font-size: 50px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}
.list .list-con .list-title .cn{
	font-size: 32px;
}
.list1 .list-con{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 120px 0;
}
.list1 .list-con .left{
	width: 820px;
	position: relative;
}
.list1 .list-con .right{
	width: 306px;
}
.list1 .list-con .left .introduce{
	font-size: 15px;
	line-height: 30px;
	margin: 30px 0 0 0;
}
.list1 .list-con .left ul{
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.list1 .list-con .left ul li{
	text-align: center;
	width: 25%;
}
.list1 .list-con .left ul li .num{
}
.list1 .list-con .left ul li span{
	font-size: 40px;
	position: relative;
}
.list1 .list-con .left ul li span::after{
	font-size: 20px;
	position: absolute;
	right: -20px;
	top: -10px;
	content: '+';
}
.list1 .list-con .left ul li:last-child span::after{
	content: '%';	
}
.list1 .list-con .left ul li .name{
	font-size: 15px;
}

.list2{
	padding-bottom: 120px;
}
.list2 .list-con ul{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.list2 .list-con ul li{
	width: 300px;
	max-width: 22.7777%;
	position: relative;
	overflow: hidden;
}
.list2 .list-con ul li img{
	display: flex;
	width: 100%;
}
.list2 .list-con ul li .desc{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: none;
	color: #fff;
	box-sizing: border-box;
	padding: 0px 30px 20px 30px;
	max-height: 98px;
}
.list2 .list-con ul li .desc .title{
	display: flex;
	justify-content: flex-start;
	height: 46px;
	border-bottom: 1px solid #f1f1f1;
}
.list2 .list-con ul li .desc .title .name{
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
}
.list2 .list-con ul li .desc .title .position{
	font-size: 14px;
	line-height: 54px;
}
.list2 .list-con ul li .desc .phone{
	line-height: 30px;
	margin-top: 2px;
	font-size: 16px;
	font-weight: bold;
}
.list2 .list-con ul li .desc .shanchang{
	font-size: 15px;
	display: none;
}
.list2 .list-con ul li .desc a{
	width: 154px;
	height: 40px;
	background: #193967;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	position: relative;
	display: none;
}
.list2 .list-con ul li .desc a::before{
	width: 30px;
	height: 25px;
	margin-top: 9px;
	content: '';
	display: flex;
	background: url('../images/index/zx.png') no-repeat center center;
	background-size: 100% 100%;
}
.list2 .list-con ul li:hover .desc{
	background: #EEB161;
	max-height: 998px;
}
.list2 .list-con ul li:hover .desc .shanchang{
	display: inline-block;
}
.list2 .list-con ul li:hover .desc a{
	display: inline-flex;
}


.list3{
	background: url('../images/index/bj.png') no-repeat center center;
	background-size: 100% 100%;
}
.pick-list{
	
	overflow-x: hidden;
	overflow-y: auto;
}
.form{
	padding: 90px 30px 90px 30px;
	box-sizing: border-box;
}
.form .titles{
	font-size: 36px;
	color: #016B95;
	text-align: center;
}
.form .zx{
	font-size: 20px;
	color: #999999;
	margin-top: 30px;
	text-align: center;
}
.form .zx span{
	font-size: 16px;
	color: #1B2541;
}
.form .ul1{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form .ul1  .li{
	width: 49%;
	margin-bottom: 30px;
}
.form .ul1  .li label{
	width:100%;
	display: flex;
	color: #898989;
	line-height: 40px;
	font-size: 16px;
}
.form .ul1  .li label span{
	color: #E60012;
	font-size: 21px;
}
.form .ul1  .li .input{
	width: 100%;
	height: 56px;
	box-sizing: border-box;
	padding: 0 20px;
	background: #FFFFFF;
	border: 1px solid #C9CACA;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 16px;
}
.form .ul1  .li .textarea{
	width: 100%;
	height: 126px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 10px 20px;
	background: #FFFFFF;
	border: 1px solid #C9CACA;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 16px;
}
.form .ul1  .li .input:focus{
	border: 1px solid #EEB161;
}
.form .ul1 .li .textarea:focus{
	border: 1px solid #EEB161;
}
.form .submit{
	text-align: center;
}
.form .submit input{
	width: 395px;
	height: 56px;
	background: #193967;
	border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 50px;
	font-size: 26px;
}

.list4 {
	padding: 120px 0;
}
.list4 .list-con{
	overflow: hidden;
}
.list4 .swiper-wrapper{
	padding-top: 20px;
}
.list4 .swiper-pagination{
	position: relative;
	display: flex;
	justify-content: flex-start;
	padding-right: 80px;
}
.list4 .swiper-pagination .swiper-pagination-bullet{
	position: relative;
	width: auto;
	height: 40px;
	line-height: 40px;
	background: none;
	margin: 0 0;
	font-size: 24px;
	color: #666666;
	margin-right: 66px;
	opacity: 1;
}
.list4 .swiper-pagination .swiper-pagination-bullet-active{
	color: #EEB161;
}
.list4 .swiper-slide{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list4 .swiper-slide ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list4 .swiper-slide ul li{
	width: 48%;
	margin-bottom: 100px;
}
.list4 .swiper-slide ul li a{
	width: 100%;
	display: inline-block;
}
.list4 .swiper-slide ul li .title{
	font-size: 22px;
	color: #333333;
}
.list4 .swiper-slide ul li .desc{
	font-size: 15px;
	color: #999999;
	padding: 20px 0 30px 0;
	line-height: 30px;
}
.list4 .swiper-slide ul li .date{
	font-size: 14px;
	color: #ccc;
}
.list4 .swiper-slide ul li .date span{
	font-size: 14px;
	color: #ccc;
	margin-left: 10px;
}
.list4 .swiper-slide ul li:hover .title{
	color: #EEB161;
}
.list4 .swiper-slide ul li:last-child{
	margin-bottom: 0;
}



.list5{
	padding: 100px 0;
	position: relative;
}
.list5 .list-con{
	background: #F4F7FA;
	box-shadow: 0px 2px 8px 0px rgba(0,26,46,0.15);
	padding: 50px 20px;
	box-sizing: border-box;
	position: relative;
}
.list5 .swiper-wrapper{
	padding-top: 20px;
}
.list5 .swiper-pagination{
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-right: 80px;
}
.list5 .swiper-pagination .swiper-pagination-bullet{
	position: relative;
	width: auto;
	height: 40px;
	line-height: 40px;
	background: none;
	margin: 0 0;
	font-size: 30px;
	color: #9FA0A0;
	margin-left: 46px;
	opacity: 1;
}
.list5 .swiper-pagination .swiper-pagination-bullet-active{
	color: #016B95;
}
.list5 .swiper-slide{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list5 .swiper-slide ul{
	width: 50%;
}
.list5 .swiper-slide ul li{
	width: 100%;
	margin-top: 30px;
}
.list5 .swiper-slide ul li a{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.list5 .swiper-slide ul li .index{
	width: 60px;
	height: 45px;
	line-height: 45px;
	border-right: 3px solid #016B95;
	color: #016B95;
	font-size: 36px;
	padding: 12.5px 0;
}
.list5 .swiper-slide ul li .right{
	width: 500px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 60px 0 20px;
}
.list5 .swiper-slide ul li .title{
	font-size: 24px;
	text-align: left;
	color: #221815;
	height: 40px;
	line-height: 40px;
	
	 white-space: nowrap;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.list5 .swiper-slide ul li .date{
	font-size: 20px;
	color: #9FA0A0;
	height: 30px;
	line-height: 30px;
}
.list5-title{
	position: absolute;
	left: 20px;
	top: 50px;
	width: 200px;
	color: #016B95;
	font-size: 40px;
	line-height: 20px;
}
.list5-sousuo{
	position: absolute;
	z-index: 999;
	right: 20px;
	top: 45px;
	width: 82px;
	height: 40px;
	background: url('../images/index/sousuo.png') no-repeat 50px center;
	cursor: pointer;
}
.list5-sousuo input{
	width: 280px;
	height: 50px;
	padding: 0 10px;
	border-radius: 8px;
	border: 1px solid #dddddd;
	position: absolute;
	top: 40px;
	right: 0;
	background: #fff;
	display: none;
}
.list5-sousuo:hover input{
	display: block;
}


.list05 .list-con{
	display: flex;
	justify-content: flex-start;	
	flex-wrap: wrap;
	padding: 100px 0;
}
.list05 .list-con-con{
	display: flex;
	justify-content: flex-start;	
	flex-wrap: wrap;
}
.list05 .list-con dl{
	flex-basis: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 2px 10px 20px 10px;
	box-shadow: 0 0 5px #ddd;
	margin-top: 20px;
}
.list05 .list-con dl:nth-child(3n){
	margin-right: 0;
}
.list05 .list-con dl dt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.list05 .list-con dl dt .left{
	font-size: 18px;
	color: #EEB161;
	line-height: 40px;
}
.list05 .list-con dl dt .right{
	font-size: 14px;
	color: #999999;
	line-height: 40px;
}
.list05 .list-con dl dt .right a{
	color: #999999;
}
.list05 .list-con dl dd{
	padding: 0 5px;
	box-sizing: border-box;
	border-bottom: 1px dashed #dddddd;
}
.list05 .list-con dl dd:nth-child(2){
}
.list05 .list-con dl dd:nth-child(2) .title{
	/* color: #EEB161;
	font-size: 16px; */
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.list05 .list-con dl dd .desc{
	color: #aaaaaa;
	font-size: 12px;
	overflow: hidden;
	line-height: 25px;
	display: none;
}
.list05 .list-con dl dd:nth-child(2) .desc{
	color: #aaaaaa;
	font-size: 12px;
	overflow: hidden;
	line-height: 25px;
	display: block;
}
.list05 .list-con dl dd:nth-child(2) .desc em{	
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.list05 .list-con dl .desc span{
	color: #EEB161;
	font-size: 12px;
}
.list05 .list-con dl dd a{
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.list05 .list-con dl dd a:hover{
	color: #EEB161;
}
.list05 .list-con dl dd:nth-child(2) a{
	
	
}
.list05 .list-con dl dd:last-child{
	border: none;
}