body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
a{
	text-decoration: none;
	color: #333;
}
.shou {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0 30px;
	min-width: 1200px;
}

.logo {
	width: 50%;
	height: 100%;
}

.logok {
	margin-left: 3.125rem;
	width: 50%;
	/* height: 4.75rem; */
}

.logo img {
	width: 100%;
	height: 100%;
}

.dh {
	width: 50%;
	height: 100%;
}

.dh ul {
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 15px;
	margin: 0;
	margin-right: 20px;
	padding: 0;
}

.dh ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.dh ul li.hover a{
	color: #da251d;
}
.dh ul a {
	text-decoration: none;
	color: black;
}

.en {
	border-radius: 50%;
	background: #da251d;
	color: #ffffff;
	width: 50px;
	height: 50px;
}

.footer {
	width: 100%;
	height: 100%;

}

.footer1 {
	background: #333333;
	/* height: 228px; */
	padding:30px 0 10px;
	/*  display: flex;
  justify-content: center; */

}

.footer2 {
	background: #222222;
	height: 50px;
	width: auto;
	/*  display: flex;
  justify-content: center; */

}

.li1 {
	display: flex;
	width: 50%;
	color: #ffffff;
	justify-content: flex-start;
    font-size: 10px;
}

.li2 {
	display: flex;
	width: 50%;
	color: #ffffff;
	justify-content: flex-end;
    font-size: 10px;
}

.dibu {
	width: 62%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 0 auto;
	min-width: 1200px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.dibu2 {
	min-width: 1200px;
	width: 80%;
	display: flex;
	/* align-items: flex-end;ss */
	height: 100%;
	margin: 0 auto;
}

.immg {
	display: flex;
	width: 12%;
	justify-content: flex-start;
	/* padding-bottom: 6%; */
}
.immg img{
	margin-bottom: 30px;
}
.lianxi {
	width: 35%;
	font-size: 15px;
	height: 70%;
	line-height: 30px;
}

.lianxi p {
	color: #d8d8d8;
	font-size: 14px;
}

.women {
	color: #FFFFFF;
	font-size: 16px;
}

.zoujin {
	width: 22%;
	height: 70%;
	margin-top: 10px;
}

.zoujin p {
	color: #d8d8d8;
	font-size: 15px;
	clear: both;
}

.zhans {
	width: 31%;
	height: 70%;
	margin-top: 1s0px;
}

.zhans p {
	color: #d8d8d8;
	font-size: 15px;
	clear: both;
}

.xiahuaxian {
	border: 1px solid #5e5e5e;
	width: 110px;
	margin-top: 7px;
    margin-bottom: 15px;
}
.wenzi2,
.wenzi2:hover{
	color: #d8d8d8;
}
.lianxi p{
	margin: 0;
	line-height: 28px;
	
}
.wenzi {
	padding-right: 46px;
}

.wenzi2 {
	margin: 2px 0;
	display: block;
	float: left;
	padding-right:12%;
	margin-bottom: 10px;
    color: #B6B6B6;
	font-size: 14px;
}

.wenzi3 {
	padding-right: 29%;
}

.wenzi4 {
	padding-right: 17%;
}
.c1_ul{
	display: flex;
	margin-top: 20px;
}
.c1_li{
	flex: 1;
}
.c1_li_main{
	width: 90%;
	height: 100px;
	padding-top: 20px;
	border: 1px solid #333;
	font-size: 18px;
}
.c1_li_main .huhui{
	font-size: 2.8rem;
}
.c1_li_main img,
.c1_li_main .litpic{
	width: 43px;
	height: 43px;
	margin: 18px auto 15px;
	
}
.c1_li a{
	text-decoration: none;
	color: #333;
}

.c1_li.hover .c1_li_main{
	background-color: #da251d;
	color: #fff;
	border: 1px solid #da251d;
}
.c1_li_main:hover .litpic1{
	display: none;
}
.c1_li_main:hover .litpic2{
	display: block;
}
.sort,.close{
	display: none;
}
.immg {
	width: 15% !important; 
	/* width: auto !important; */
	height: auto !important;
}
.footer_code{
	width: 15%;
}
.footer_code img{
	width: auto;
	object-fit: contain;
	margin-top: 20px;
}
.zoujin{
	width: 20%;
}
.zhans{
	width: 20%;
}
.immg img {
	width: auto;
	height: auto;
	object-fit: contain;
}
/*手机端*/
@media only screen and (max-width: 800px) {
	.logok {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}
	.dibu{
		min-width: auto;
	}
	.logo {
		width: 70% !important;
	}

	.shou {
		margin: 1rem 0 1rem 0 !important;
		min-width: auto;
	}
	.next_button,.prev_button{
		display: none !important;
	}
	.dh {
		display: none;
	}
	.dh{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100% !important;
		background: #fff;
		z-index: 100000;
	}
	.dh ul{
		display: block;
		padding: 20%;
		position: relative;
		margin: 0;
	}
	.dh ul li{
		margin: auto;
		margin-bottom: 20px;
	}
	
	.close{
		display: block;
	}
	.footer1 {
		display: none;
	}

	.footer2 {
		height: 100% !important;
	}

	.dibu {
		width: 100% !important;
		display: block !important;
		transform: none !important;
	}

	.li1 {
		width: 90% !important;
		margin: 0 auto;
		text-align: center;
		display: block;
	}

	.li2 {
		width: 90% !important;
		margin: 0 auto;
		justify-content: center !important;
		text-align: center;
	}

	.dibu {
		font-size: 13px !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.skitter .info_slide_dots .image_number{
		width: 5px;
		height: 5px;
	}
	.sort{
		display: block;
	}
	
	main{
		height: 100%;
	}
}

@media only screen and (min-width:501px) and (max-width: 1250px) {

	.dibu2,
	.dibu {
		min-width:0 !important;
		
	}
	.dibu2{
		width: 90%;
	}

	.lianxi p,
	.zoujin p,
	.zhans p,
	.li1,
	.li2 {
		font-size: small !important;
	}

	.wenzi2,
	.wenzi3 {
		padding-right: 10% !important;
	}

	.immg {
		width: 15% !important; 
		/* width: auto !important; */
		height: auto !important;
	}
	.footer_code{
		width: 15%;
	}
	.footer_code img{
		width: auto;
		object-fit: contain;
		margin-top: 20px;
	}
	.zoujin{
		width: 20%;
	}
	.zhans{
		width: 20%;
	}
	.immg img {
		width: auto;
		height: auto;
		object-fit: contain;
	}

	.shou {
		min-width: 100% !important;
	}

	.logok {
		width: 60% !important;
		height: auto !important;
		max-width: 467px;
		max-height: 79px;
	}

	.dh ul {
		font-size: initial !important;
	}

	.en {
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
	}

}

/* 分页 */

.pagelist ul{
	display: flex;
    /* width: 640px; */
    margin: auto;
    padding: 0;
	justify-content: center;
}
.pagelist ul li{
	/* width: 40px; */
	height: 35px;
	min-width: 35px;
	background-color: #f5f5f5;
	line-height: 35px;
	text-align: center;
	list-style-type:none;
	border-radius: 3px;
	margin: 0 10px;
	font-size: 14px;
	padding: 0 5px;
}
.pagelist ul li.active{
	background-color: #da251d;
	color: #fff;
}
.pagelist ul li.active a{
	color: #fff;
}


/* lwl */
.dh ul li a{
	font-size: 16px;
}
@media only screen and (min-width:501px) and (max-width: 1250px) {
	
}