@charset "utf-8";
body{
	display:block;
}

#mainImg{
	background-image:url(../img/style/mainimg.jpg);
}
.style_read {
	font-size: 18px;
	text-align: center;
	margin-bottom: 65px;
	padding-top: 10px;
}


/*------------------------------
style_anchor
------------------------------*/
.style_anchor {
	background: #f5f4ec;
	padding-top: 43px;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
}
.style_anchor:after {
	content:" ";
	display:block;
	clear:both;
}
.style_anchor ul {
	padding-top:10px;
}
.style_anchor ul li {
	background: #FFF;
	float: left;
	width: 48.4%;
	position: relative;
	margin-left: 0.7%;
	margin-bottom:30px;
}
.style_anchor ul li:nth-child(2n){
	margin-left: 2.3%;
}
.style_anchor ul li a {
	background: url(../img/style/anchor_arrow.png) no-repeat 94.5% center;
	text-align: center;
	display: block;
	padding-top: 23px;
	padding-bottom: 23px;
	line-height:1.2;
	font-size:20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.style_anchor ul li a:hover {
	opacity:0.7;
}
.lists{
  position: absolute;
  display: inline-block;
  width: 10%;
  min-width: 57px;
  height: 57px;
  left: -15px;
  top: -20px;
}
.lists .number{
  font-size: 26px;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 48%;
  font-family:"Times New Roman", Times, serif;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-style: italic;
}

.lists .hexagon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.lists .hexagon .rect,.lists2 .hexagon .rect {
  background: #e27e7e;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.lists .hexagon .rect,.lists2 .hexagon .rect {
  width: 57.735026919%;
  height: 100%;
}
.lists .hexagon .rect:nth-of-type(1),.lists2 .hexagon .rect:nth-of-type(1) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.lists .hexagon .rect:nth-of-type(2),.lists2 .hexagon .rect:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.lists .hexagon .rect:nth-of-type(3),.lists2 .hexagon .rect:nth-of-type(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.style_anchor ul li .cate{
  font-size: 28px;
  color: #666666;
  z-index: 1;
  position: absolute;
  top: -12px;
  left: 53px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}


/*------------------------------
style_box
------------------------------*/
.style_box li:nth-child(2n){
	background:#f5f4ec;
}
.style_box li.box{
	/*! border-bottom:1px solid #ccc; */
}
.style_box li.box .innerWrap{
	position:relative;
	padding:50px 0 70px 0;
	min-height:330px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.style_box .txt_area{
	width : -webkit-calc(100% - 450px);
	width : calc(100% - 470px);
}
.style_box .txt{
	line-height:2.13;
	padding:0 10px;
}

.style_box .playball{
	position: absolute;
	right: 0;
	top: -11px;
	color: #666;
	opacity: 0.15;
	font-size: 88px;
	line-height: 1.0;
	padding-top: 48px;
}

.lists2{
  position: relative;
  display: inline-block;
  width: 57px;
  min-width: 57px;
  height: 57px;
  left: 0;
  top: -10px;
  float: left;
  margin-right: 25px;
}
.lists2 .number{
  font-size: 30px;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 48%;
  font-family:"Times New Roman", Times, serif;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-style: italic;
}

.lists2 .hexagon {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.style_box .ttl {
	font-size: 32px;
	font-weight: 700;
	padding-top: 10px;
	line-height: 1.2;
	padding-left: 20px;
}
.style_box .txt_area .txt_box {
	background: url(../img/style/txt_bg.png) repeat;
	clear: both;
	min-height: 377px;
	margin-top: 50px;
}
.pic_area {
	position: absolute;
	right: 0;
	top: 160px;
	width: 400px;
}

#style01,#style02,#style03,#style04{
	margin-top:-140px;
	padding-top:140px;
}
.style_anchor .hd02 {
	font-weight: bold;
}

/* butterfly */
.butterfly span:nth-child(1){
  top: 5.5%;
}
.butterfly span:nth-child(2){
  top: 45%;
}
.butterfly span:nth-child(3){
  top: 72%;
}