@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	text-align: center;
	min-width: 1280px;
}

a {
	color: #333;
	text-decoration: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

.clear{
	clear: both;
}

.container {
	background: url(../images/foot_bg.png) no-repeat center bottom #f7f7f7;
	text-align: center;
}

.wrap1200{
	width: 1200px;
	margin: 0 auto;
}

.banner {
	background: url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
	width: auto;
	height: 600px;
}

.main{
	width: 1200px;
	min-height: 1000px;
	margin: -60px auto 0;
	 background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
	box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
}

.main::before{
	content: "";
	width: 97px;
	height: 76px;
	background: url(../images/main_bg.png);
	background-size: cover;
	position: absolute;
	top: 15px;
	left: 15px;
}

.mainCont{
	padding: 50px 60px 280px;
	text-align: left;
}

.mainCont>h1{
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #000;
	margin-bottom: 65px;
}

.mainCont .content{
	text-align: justify;
	color: #353535;
}

.mainCont .content>h3{
	font-size: 30px;
	line-height: 42px;
	position: relative;
	margin-bottom: 10px!important;
}

.mainCont .content>h3::before{
	content: "";
	width: 10px;
	height: 25px;
	background: #407eff;
	display: block;
	position: absolute;
	top: 8px;
	left: -25px;
}

.mainCont .content>p{
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 25px!important;
}

.mainCont .content img{
	max-width: 100%;
}

.leaderList	{
	text-align: left;
}

.leaderList .listItem{
	display: flex;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 40px;
	transition: all 0.3s ease-in;
}

.leaderList .listItem:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.leaderList .listItem .itemPic{
	flex: 0 0 160px;
}

.leaderList .listItem .itemPic img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.leaderList .listItem .itemCont{
	flex: 1;
	padding: 65px 50px;
}

.leaderList .listItem .itemCont h3{
	font-size: 24px;
	line-height: 30px;
	color: #863c15;
	margin-bottom: 15px;
}

.leaderList .listItem .itemCont span{
	margin-left: 25px;
}

.leaderList .listItem .itemCont span,
.leaderList .listItem .itemCont p{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	text-align: justify;
}

@media (max-width: 767px) {
	body{
		min-width: auto;
	}
	
	.banner{
		height: 240px;
	}
	
	.main{
		margin-top: 0;
		width: auto;
		min-height: 760px;
	}
	
	.main::before{
		width: 50px;
		height: 39px;
	}
	
	.mainCont{
		padding: 30px 20px 160px;
	}
	
	.mainCont>h1{
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 40px;
	}
	
	.mainCont .content>h3{
		font-size: 24px;
		line-height: 36px;
	}
	
	.mainCont .content>h3::before{
		width: 8px;
		height: 20px;
		top: 7px;
	}
	
	.mainCont .content>p{
		font-size: 16px;
		line-height: 28px;
	}
	
	.leaderList .listItem .itemPic{
		flex: 0 0 120px;
	}
	
	.leaderList .listItem .itemCont{
		padding: 15px;
	}
	
	.leaderList .listItem .itemCont h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.leaderList .listItem .itemCont span{
		margin-left: 15px;
	}
	
	.leaderList .listItem .itemCont span,
	.leaderList .listItem .itemCont p{
		font-size: 16px;
		line-height: 24px;
	}
}