@charset "UTF-8";

/*------------------------------------------------


   index


------------------------------------------------*/
.index_img {
	height: 730px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.bx-viewport {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 730px;
	background: #EAEAEA;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	z-index: 1;
	margin: 0 !important;
	padding: 0 !important;
}

#slider {
	width: 100% !important;
}

#slider li {
	width: 100% !important;
}

.sl01,
.sl02,
.sl03,
.sl04,
.sl05 {
	height: 730px;
}

.sl01 .sl_bg {
	height: 100%;
	background: url(../imges/index/sl01.jpg) center top no-repeat;
	background-size: 100%;
}

.sl02 .sl_bg {
	height: 100%;
	background: url(../imges/index/sl02.jpg) center center no-repeat;
	background-size: 100%;
}

.sl03 .sl_bg {
	height: 100%;
	background: url(../imges/index/sl03.jpg) center bottom no-repeat;
	background-size: 100%;
}

.sl04 .sl_bg {
	height: 100%;
	background: url(../imges/index/sl04.jpg) center center no-repeat;
	background-size: 100%;
}

.sl05 .sl_bg {
	height: 100%;
	background: url(../imges/index/sl05.jpg) center top no-repeat;
	background-size: 100%;
}

.sl_bg {
	text-indent: -9999px;
}

.index_img .logo {
	width: 230px;
	left: 110px;
	bottom: 30px;
	margin: auto;
}

.index_txt {
	position: absolute;
	top: 220px;
	left: 50px;
	margin: auto;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
	z-index: 10;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.index_txt span {
	display: block;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 10px;
}

.index_item {
	position: absolute;
	top: 25px;
	left: 10px;
	margin: auto;
	z-index: 10;
	height: 176px;
}

.index_item img {
	width: 440px;
}

.slogan {}

.slogan_tit {
	font-size: 36px;
	/*border-bottom:1px solid #000;*/
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 20px;
	font-weight: 600;
}

.slogan_tit span {
	font-size: 21px;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}

.slogan_txt {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.slogan_bnr {
	background: url(../imges/index/slogan_bnr.jpg) center center no-repeat;
	background-size: 100%;
	width: 980px;
	margin: 0 auto;
}

.slogan_bnr a {
	padding: 60px 0;
	font-size: 140%;
	text-align: center;
	color: #fff;
	display: block;
	font-weight: 600;
	text-shadow: 0px 0px 2px #000;
	position: relative;
}

.slogan_bnr a:after {
	content: '';
	position: absolute;
	left: 65%;
	top: 48%;
	width: 12px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(31deg);
	-ms-transform: rotate(31deg);
	transform: rotate(31deg);
}

.slogan_bnr a:before {
	content: '';
	position: absolute;
	left: 65%;
	top: 52%;
	width: 12px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(-31deg);
	-ms-transform: rotate(-31deg);
	transform: rotate(-31deg);
}

.slogan_bnr a:hover {
	padding: 80px 0;
	text-decoration: none;
}

.news {
	clear: both;
}

.news_tit {
	font-size: 140%;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 50px;
	position: relative;
}

.news_tit:after {
	content: '';
	position: absolute;
	width: 125px;
	height: 5px;
	background: #000;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.news_con {
	clear: both;
	margin-bottom: 40px;
}

.news_con ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news_con ul li {
	padding: 0;
	margin: 0;
	width: 33%;
	border-right: 1px dashed #ccc;
	float: left;
}

.news_con ul li:before,
.news_con ul li:after {
	display: none;
}

.news_con ul li:last-child {
	border: none;
}

.news_con ul li a {
	display: block;
	width: 85%;
	margin: 0 auto;
}

.news_con ul li a:hover {
	text-decoration: none;
}

.nc_top {
	margin-bottom: 5px;
}

.nc_cate,
.nc_cate02 {
	float: left;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 10px;
	color: #fff !important;
	margin-right: 5px;
}

.nc_cate {
	background: #1B3F7F;
}

.nc_cate02 {
	background: #333;
}

.nc_time {
	float: left;
	font-size: 14px;
	line-height: 22px;
	color: #000 !important;
}

.nc_img {
	background: #E5E5E5;
	margin-bottom: 10px;
	text-align: center;
	height: 185px;
	position: relative;
	clear: both;
}

.nc_img img {
	max-width: 100%;
	max-height: 185px;
	vertical-align: bottom;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.nc_txt {
	color: #333 !important;
	line-height: 120%;
}

.news_btn {
	clear: both;
}

.news_btn a {
	display: block;
	width: 30%;
	margin: 0 auto;
	text-align: center;
	color: #fff !important;
	font-weight: 400;
	background: #000;
	padding: 10px 0;
}

.news_btn a:hover {
	text-decoration: none;
}

.pickup {}

.pickup_tit {
	font-size: 140%;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 50px;
}

.pickup_con {
	height: 330px;
	position: relative;
}

.pickup_con:before {
	content: '';
	position: absolute;
	color: #ccc;
	font-size: 80%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background-color: #ccc;
	border-radius: 100%;
}

.pickup_con:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background: #ccc;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.pickup_con a {
	color: #fff !important;
	font-size: 18px;
	line-height: 28px;
	text-shadow: 0px 0px 2px #000;
}

.pickup_con a:hover {
	text-decoration: none;
	background-size: 102%;
}

.pc_bnr01 {
	position: absolute;
	top: 10px;
	left: 0;
}

.pc_bnr01 a {
	display: block;
	width: 180px;
	height: 140px;
	background: url(../imges/index/pc_bnr01.jpg) center center no-repeat;
	background-size: 100%;
}

.pc_bnr01 a span {
	height: 28px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.pc_bnr02 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.pc_bnr02 a {
	display: block;
	width: 180px;
	height: 140px;
	background: url(../imges/index/pc_bnr02.jpg) center center no-repeat;
	background-size: 100%;
}

.pc_bnr02 a span {
	height: 28px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.pc_bnr03 {
	position: absolute;
	bottom: 0;
	left: 220px;
}

.pc_bnr03 a {
	display: block;
	width: 180px;
	height: 140px;
	background: url(../imges/index/pc_bnr03.jpg) center center no-repeat;
	background-size: 100%;
}

.pc_bnr03 a span {
	height: 56px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.pc_bnr04 {
	position: absolute;
	top: 10px;
	right: 0;
}

.pc_bnr04 a {
	display: block;
	width: 400px;
	height: 140px;
	background: url(../imges/index/pc_bnr04.jpg) center center no-repeat;
	background-size: 100%;
}

.pc_bnr04 a span {
	height: 56px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}

.pc_bnr05 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.pc_bnr05 a {
	display: block;
	width: 400px;
	height: 140px;
	background: url(../imges/index/pc_bnr05.jpg) center center no-repeat;
	background-size: 100%;
}

.pc_bnr05 a span {
	height: 56px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}

.pc_bnr06 {
	position: absolute;
	top: 10px;
	left: 220px;
}

.pc_bnr06 a {
	display: block;
	width: 180px;
	height: 140px;
	background: url(../imges/index/pc_bnr06.jpg) center center no-repeat;
	background-size: 100%;
}

.pc_bnr06 a span {
	height: 28px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.top-move{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
	.bx-wrapper {
		display: none;
	}

	.index_img {
		height: auto;
		margin-bottom: 240px;
		overflow: visible;
	}

	.index_img:after {
		display: none;
	}

	.index_img .logo {
		width: 100px;
		left: 0;
		right: 0;
		bottom: -225px;
		margin: auto;
	}



	.index_txt {
		color: #000;
		text-shadow: none;
		font-size: 110%;
		left: 0;
		right: 0;
		top: auto;
		bottom: -95px;
	}

	.index_txt span {
		font-size: 90%;
	}

	.index_item {
		top: auto;
		bottom: 25px;
		height: 80px;
	}

	.index_item img {
		width: 200px;
	}






	.slogan_tit {
		font-size: 140%;
	}

	.slogan_tit span {
		font-size: 80%;
		font-weight: normal;
	}

	.slogan_txt {
		text-align: left;
	}

	.slogan_bnr {
		width: 100%;
	}

	.slogan_bnr a:after {
		display: none;
	}

	.slogan_bnr a:before {
		display: none;
	}

	.slogan_bnr a:hover {
		padding: 60px 0;
	}

	.news_con ul li {
		width: 100%;
	}

	.news_btn a {
		width: 90%;
	}

	.pickup_tit {
		font-size: 140%;
		padding-bottom: 0;
		margin-bottom: 10px;
	}

	.pickup_con {
		height: auto;
		position: static;
	}

	.pickup_con:before {
		display: none;
	}

	.pickup_con:after {
		display: none;
	}

	.pc_bnr01,
	.pc_bnr02,
	.pc_bnr03,
	.pc_bnr04,
	.pc_bnr05,
	.pc_bnr06 {
		position: relative;
		width: 70%;
		margin: 0 auto 10px;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}

	.pc_bnr01 a,
	.pc_bnr02 a,
	.pc_bnr03 a,
	.pc_bnr04 a,
	.pc_bnr05 a,
	.pc_bnr06 a {
		width: 100%;
		height: 85px;
	}

	.pc_bnr01 a span,
	.pc_bnr02 a span,
	.pc_bnr03 a span,
	.pc_bnr04 a span,
	.pc_bnr05 a span,
	.pc_bnr06 a span {
		text-align: center;
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

}