*{
	margin: 0;
	padding: 0;
}
em,i{
	font-style: normal!important;
}
li{
	list-style: none;
}
ul{
	padding: 0!important;
	margin: 0!important;
}
dd{
	margin: 0!important;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0!important;
	padding: 0!important;
}
i,em{
	font-style: normal;
}
.title h3{
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 33px;
	letter-spacing: -0.015em;
	word-spacing: 3px;
	color: #070707;
	text-align: center;
}
.title span{
	display: block;
	width: 100px;
	height: 2px;
	background: #ccc;
	margin: 10px auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix::after{
	display: block;
	content: "";
	clear: both;
}
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
.banner_wrap{
    padding: 0!important;
}
.banner_wrap img{
    width:100%;
}
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
.new_wrap{
    padding: 50px 0!important;
}
.new_wrap .title{
    margin-bottom: 50px;
}
.new_wrap .new ul li{
	margin-bottom: 20px;
}
.new_wrap .new ul li .new_photo,
.new_wrap .new ul li .new_photo .new_font,
.new_wrap .new ul li .new_photo .new_font img,
.new_wrap .new ul li .new_photo .new_back,
.new_wrap .new ul li .new_photo .new_back img
{
	width: 100%;
}
.new_wrap .new ul li .new_photo a{
	position: relative;
}
.new_wrap .new ul li .new_photo .new_back{
	display: none;
	position:absolute;
	top:0;
	left:0;
}
.new_wrap .new ul li .new_photo a:hover .new_back{
	display: block;
}
.new_wrap .new ul li .new_text .new_title{
	margin: 15px 0;
}
.new_wrap .new ul li .new_text .new_title h2 a{
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size:16px;
	color: #070707;
}
.new_wrap .new .swiper-button-next,
.new_wrap .new .swiper-button-prev{
	width: 80px;
	height: 80px;
	background: rgba(0,0,0, .5);
	border-radius: 50%;
}
.new_wrap .new .swiper-button-next svg,
.new_wrap .new .swiper-button-prev svg{
	width: 50%;
	height: 50%;
}
.new_wrap .new .swiper-button-next::after,
.new_wrap .new .swiper-button-prev::after
{
	content: "";
}
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
.footer_wrap{
	background: #000;
	padding: 50px 0;
}
.footer_wrap .footer .footer_logo a img{
	display: block;
	margin: 0 auto;
	width: 150px;
}
.footer_wrap .footer .footer_bottom{
	display: flex;
}
.footer_wrap .footer .footer_bottom	.footer_item{
	width: 25%;
}
.footer_wrap .footer .footer_bottom	.footer_item dl dt{
	margin-bottom: 20px;
	color: #fff;
}
.footer_wrap .footer .footer_bottom	.footer_item dl dd{
	margin:0 0 10px 0;
}
.footer_wrap .footer .footer_bottom	.footer_item dl dd a{
	color: #fff;
}
.touch dl dt{
	margin-right: 10px;
}
.touch dl dd{
	display: flex;
	color: #fff;
}
.touch dl dd a{
	color: #fff;
}
.touch dl dd span{
	margin-right: 10px;
}
.media dl dt{
	margin-bottom: 15px;
}
.media dl dd{
	float: left;
	margin-right:10px!important;
	margin-bottom: 0!important;
}
.media dl dd a{
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	padding-top: 8px;
	line-height: 40px;
}
.media dl dd a svg{
	display: block;
	width: 100%;
	height: 25px;
	line-height: 40px;
}
/****************************************************************/
.copy_wrap{
	background: #000;
	padding: 50px 0;
}
.copy_wrap .copy{
	display: flex;
}
.copy_wrap .copy .copy_left,.copy_wrap .copy .copy_right
{
	width: 50%;
}
.copy_wrap .copy .copy_left p{
	color: #999;
}
.copy_wrap .copy .copy_right img{
	float: right;
}
/****************************************************************/