* {
	padding: 0;
	margin: 0;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
}

.box1600 {
	width: 1600px;
}

.box1400 {
	width: 1400px;
}

.flex {
	display: flex;
}

.column {
	flex-direction: column;
}
.jst_center{
	justify-content: center;
}
.between {
	justify-content: space-between;
}
.pd_tb10{
	padding: 10px 0;
}
.pd_tb15{
	padding: 15px 0;
}
.pd_tb20{
	padding: 20px 0;
}
.pd_tb30{
	padding: 30px 0;
}
.pd_tb40{
	padding: 40px 0;
}
.mg_l10{
	margin-left: 10px;
}
.header .items{
	padding: 20px 30px;
}
.header>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.touxiang {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.touxiang h2 {
	padding: 10px 0;
}

.touxiang_img {
	padding: 6px;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 120px;
	height: 120px;
}

.navs {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-around;
	bottom: 0;
	font-size: 16px;
	z-index: 100;
}

.navs a:hover {
	color: #000;
	font-weight: bold;
}

.footer {
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	text-align: center;
}

.footer p {
	margin-top: 15px;
	color: #929292;
}

.mains {
	width: 1600px;
	border-radius: 4px;
	margin: 80px auto 30px auto;
	/* background: #f1f1f1; */
	min-height: 500px;
	/* box-shadow: 6px 6px 6px #f7f7f7; */
}
.cpcd{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	margin-left: 10px;
}
.cpcd:hover{
	background: #000;
	color: #fff;
}
.cp_list{
	display: grid;
	grid-template-columns: 26% 26% 26% 26%;
	/* grid-template-rows: 300px 300px 300px 300px; */
	padding: 20px 0;
}
.cp_items{
	cursor: pointer;
	box-shadow: 6px 6px 6px #f7f7f7;
	width: 300px;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.cp_items:hover{
	transform: scale(1.05);
}
.cp_img{
	width: 300px;
	height: 300px;
	border-bottom: 1px solid #f1f1f1;
}
.cp_desc_{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.cp_desc_>div:nth-child(1)>p:nth-child(1){
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
.cp_desc_>div:nth-child(1)>p:nth-child(2){
	font-size: 14px;
	color: #929292;
}
.cp_anniu{
	color: #000;
	cursor: pointer;
}
.cj_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
}
.cj_items{
	cursor: pointer;
	box-shadow: 6px 6px 6px #f7f7f7;
	width: 46%;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	margin-bottom: 30px;
	transition: all 0.3s;
	overflow: hidden;
}
.cj_img{
	width: 100%;
	height: 400px;
	transition: all 0.3s;
	border-bottom: 1px solid #f1f1f1;
}
.cj_img:hover{
	transform: scale(1.05);
}
.cj_desc_{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 22px;
	padding: 20px;
}
.cj_desc_>div:nth-child(1)>p:nth-child(1){
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
.cj_desc_>div:nth-child(1)>p:nth-child(2){
	font-size: 14px;
	color: #929292;
}
.more_{
	width: 120px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	margin: auto;
	border: 2px solid #f7f7f7;
	transition: all 0.3s;
	cursor: pointer;
}
.more_:hover{
	background: #9ec322;
	color: #fff;
}
.gywm{
	background: #f1f1f1;
	min-height: 500px;
	margin-top: 30px;
	border-radius: 2px;
	text-align: center;
}
.dibu {
	width: 100%;
	background: #333;
	color: #fff;
}

.dibu_content {
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
	padding: 40px 0;
}

.d_items {
	width: 33%;
}

.d_items p {
	padding: 8px 0;
	color: #929292;
	transition: all 0.3s;
}
.d_items p:hover {
	color: #fff;
}
.zdc {
	width: 100%;
	height: 60px;
	background: #000;
}

.zdc p {
	text-align: center;
	line-height: 60px;
	color: #929292;
}