@charset "utf-8";

#container section {
	margin-bottom: 180px;
}
#container .sectionVox {
	overflow: hidden;
	margin: 0 0 150px 0;
}
#container .sectionVox h3 {
	display: inline-block;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 7px;
	margin-bottom: 30px;
}
.bgBlack {
	position: relative;
	height: 300px;
}
#container article > .inner {
	padding-top: 100px;
	width: 1000px;
	margin: 0 auto;
  padding: 80px 0 0;
}
#reson_nav {
  width: 1000px;
  height: 277px;
  margin: 0 auto 100px auto;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
}
#reson_nav .nav01 {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #fff;
    width: 331px;
    height: 137px;
}
#reson_nav .nav01 a {
  width: 331px;
  height: 137px;
  display: inline-block;
}
#reson_nav .nav02 {
  position: absolute;
    top: 0;
left: 332px;
    border-right: 1px solid #fff;
width: 331px;
    height: 137px;
}
#reson_nav .nav02 a {
    width: 332px;
  height: 137px;
  display: inline-block;
}
#reson_nav .nav03 {
  position: absolute;
    top: 0;
    left: 666px;
    width: 331px;
    height: 137px;
}
#reson_nav .nav03 a {
  width: 311px;
  height: 137px;
  display: inline-block;
}
#reson_nav .nav04 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
    width: 331px;
  height: 137px;
}
#reson_nav .nav04 a {
    width: 331px;
  height: 137px;
  display: inline-block;
}
#reson_nav .nav05 {
    position: absolute;
    bottom: 0;
    left: 332px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 331px;
    height: 137px;
}
#reson_nav .nav05 a {
    width: 331px;
  height: 137px;
  display: inline-block;
}
#reson_nav .nav06 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #fff;
    width: 334px;
    height: 137px;
}
#reson_nav .nav06 a {
  width: 334px;
  height: 137px;
  display: inline-block;
}
#reson_nav .nav01 a:hover,
#reson_nav .nav02 a:hover,
#reson_nav .nav03 a:hover,
#reson_nav .nav04 a:hover,
#reson_nav .nav05 a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.bgRed {
	background-color: #D70000;
	text-align: center;
	padding: 45px 0 55px;
	min-width: 1000px;
}
	.bgRed .inner {
		width: 1000px;
		margin: 0 auto;
	}
.bgRed ul {
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bgRed li {
	margin-left: 10px;
  margin-bottom: 10px;
}
.bgRed h3 {
	margin-bottom: 35px;
	text-align: left;
	padding: 0;
	display: block;
}

.pageTitle {
	min-width: 1000px;
	background: url(../../images/content/reason/img_header.jpg)  no-repeat center center;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	position: absolute;
	top: 0;
}

.detailBt {
	display: block;
	width: 200px;
	margin:40px auto 0px auto;
}

.detailBt a:hover{
	opacity: 0.7;
}

.jumperWrapper {
	width: 724px;
	height: 200px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -350px;
}
	.jumperWrapper li {
		width: 160px;
		height: 200px;
		position: absolute;
		top: 0;
	}
		.jumperWrapper li a {
			display: block;
			height: 100%;
		}
		.jumperWrapper li .image {
			height: 150px;
			position: absolute;
			top: 0;
		}
			.jumperWrapper li .image img {
				max-width: 100%;
			}
		.jumperWrapper li .arr {
			background: url(../../images/content/reason/btn_arr.png)  no-repeat center center;
			width: 160px;
			height: 12px;
			position: absolute;
			left: 0;
			bottom: 0;
			visibility: hidden;
		}
	.jumperWrapper .item01 {
		left: 0;
	}
		.jumperWrapper .item01 .image {
			width: 140px;
			left: 12px;
		}
	.jumperWrapper .item02  {
		left: 188px;
	}
		.jumperWrapper .item02 .image {
			width: 88px;
			left: 35px;
		}
	.jumperWrapper .item03  {
		left: 376px;
	}
		.jumperWrapper .item03 .image {
			width: 130px;
			left: 11px;
		}
	.jumperWrapper .item04      {
		left: 564px;
	}
		.jumperWrapper .item04 .image {
			width: 119px;
			left: 18px;
		}

@media (max-width:768px) {

}
