.head1{
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
    padding: 0.5% 0;
	
}
.head1_1{
    width: 44%;
    float: left;
}
.head1_2{
	width: 31%;
    margin-top: 0.5%;
	float: right;
}
.head1_2 *{
	display: inline-block;
	vertical-align: middle;
}
.head1_2 img{
	width: 18%;
}

.head1_2 span {
	font-size: 23.7px;
	line-height: 2rem;

}
.head1_2 span a{
	font-size: 39px;
	color: #f50101;


}
.head_a{
	font-size: 25px;
	color: #cf2020;
	font-weight: 550;
	display: inline-block;
	margin-left: 20%;
}
.head2{
	background: #282828;
}
.head2_1{
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
}

.head2_1 li{
	float: left;
    width: 14.1%;
	text-align: center;

}

.head2_1 li a{
	font-size: 20px;
	color: white;
	display: inline-block;
    padding: 10% 18%;
	
}
.head2_1 li a:hover{
	background: white;
	color: #282828;
}

.swiper-pagination-bullet{
	opacity: 1;
    background: #ffffff;
}
.swiper-pagination-bullet-active{
	background: #b0b0b0;
}
.head2_1 ul li:nth-child(2){
	position: relative;
}

.xl{
	position: absolute;
	z-index: 3;
	display: none;
}
.xl a{
	font-size: 14px !important;
}
.xl a{
	background: rgba(40,40,40,0.5);
	width: 100% !important;
	padding: 10% 0 !important;
}
.xl a:hover{
	background: rgba(40,40,40,0.7) !important;
	color: white !important;
}
.head2_1 ul li:nth-child(2):hover .xl{
	display: block;
}
/*底部开始*/

footer{
	background: #3d3d3d;
	padding: 1%;
}
.foot{
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
}
.foot1{
	width: 70%;
	float: left;
}
.foot1 li{
	float: left;
	width: 14.2%;
    color: #e9e9e9;
}
.foot1 li a{
    color: #e9e9e9;	
    font-size: 20px;
}
.foot1_1{
	margin-top: 5%;
}
.foot1_1 p{
	color: #e9e9e9;
	line-height: 2.5rem;
	font-size: 18px;
}
.foot2{
	width: 20%;
	float: right;
	text-align: center;

}
.foot2_1{
	width: 55%;
	float: left;
	margin-left: 10%;
	margin-top: 25%;
}
.foot2_1 p{
	font-size: 20.5px;
	color: #f1f1f1;
	margin-bottom: 8%;
}
.foot2_1 span{
	font-size: 20px;
	color: #e9e9e9;	
}
.foot_1{
	background: black;
}
.foot_1_1{
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
}
.foot_1_1 span{
	color: white;
}
.foot_1_1 a{
	color: white;
}
.foot_1_1 div{
	display: inline-block;
}
.foot_1_1_1{
	float: right;
}
/*底部结束*/



@media screen and (max-width: 1200px) {
.foot1 p span {
    display: block;
    float: left;
    width: 65%;
}
.foot1 p {
    color: #bebebe;
    font-size: 14px;
    padding-left: 7%;
    margin-top: 3%;
    width: 100%;
    margin-left: 3%;
}
}
