

.content {
	padding: 280px 0 165px;
}
.page_tit {
	font-size: 55px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 116px;
}

.inside_total {
	font-size: 17px;
	font-weight: 500;
	margin-top: 7px;
}
.inside_search {
	width: 270px;
	position: relative;
}
.inside_search input {
	width: 100%;
	height: 35px;
	border: 0;
	border-bottom: 2px soliD #000;
}
.inside_search > button {
	position: absolute;
	right: 0; top: 5px;
}
.inside_search > button img {
	height: 20px;
}
.inside_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}

.inside_list > li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 110px;
}

.inside_list > li:nth-child(3n) {
  margin-right: 0;
}

.inside_list > li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.inside_list > li:hover .list__thumb img {
  transform: scale(1.1);
}

.inside_list .list__thumb {
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 34px;
	width: 100%;
	height: 0;
	padding-top: 56.2%;
	position: relative;
}

.inside_list .list__thumb img {
  transition: all ease .8s;
  width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.inside_list .list_text {
	margin-top: 35px;
}
.inside_list .list_text .tit {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.inside_list .list_text .sub {
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
}
.inside_list .list_text .sub p {
	line-height: 26px !important;
}
.board-pager {
	text-align:center;
	margin-top: 110px;
	font-size: 0;
}
.board-pager a {
	display:inline-block;
	height:30px;
	padding: 0 15px;
	line-height:30px;
	vertical-align:middle;
	font-size:16px;
	color: #c9c9c9;
}
.board-pager a.on {
	color:#444;
	position:relative;
	z-index:1;
}
.board-pager button {
	padding:0;
	cursor:pointer;
	outline:0;
	background:none;
	width:35px;
	height:35px;
	border:2px solid #f1f1f1;
	border-radius: 100%;
	text-align: center;
	margin: 0 2.5px;
}
.board-pager button img {
	height: 8px;
	margin: 6px auto 0;
}
.board-pager button.prev {
	margin-right: 15px;
}
.board-pager button.next {
	margin-left: 15px;
}

.chart_wrap {
	position: relative;
	margin-top: -30px;
}
.chart_tit {
	font-size: 26px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	top: 30px;
}
.chart_wrap .right {
	padding-left: 35%;
}
.chart_table {
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
}
.chart_table th {
	border-bottom: 1px solid #9f9f9f;
	padding: 10px 20px;
	font-weight: 500;
}
.chart_table td {
	border-bottom: 1px solid #eeeeee;
	padding: 15px 20px;
}
.chart_table th,
.chart_table td {
	border-right: 1px solid #eee;
	text-align: center;
	box-sizing: border-box;
}
.chart_table th:last-child,
.chart_table td:last-child {
	border-right: 0;
}
.chart_table tbody tr:last-child th,
.chart_table tbody tr:last-child td {
	border-bottom: 0;
}
.chart_table.align_layout td {
	text-align: right;
}
.chart_table.align_layout td.align-l {
	padding: 15px 20px 15px 40px;
}
.chart_table.align_layout .total td.align-l {
	padding: 15px 20px;
}
.chart_table th.border_bold, 
.chart_table td.border_bold {
	border-right: 1px solid #9f9f9f;
}


.board-list {
	font-size:18px;
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #9f9f9f;
}
.board-list li {
	overflow:hidden;
	padding-right:370px;
	position:relative;
	border-bottom:1px solid #eee;
}
.board-list li p {
	float:left;
	text-align:center;
	padding: 25px 0;
	color: #9c9c9c;
}
.board-list li p img {
	displaY: inline-block;
	vertical-align: middle;
}
.board-list li p .icon {
	margin-left: 12px;
	width:22px;
}
.board-list .list-info {
	position:absolute;
	right:0; top:0;
}
.board-list .num {width: 135px;}
.board-list .date {width: 235px;}
.board-list .view {width: 135px;}

.board-list .tit {
	float: none;
    text-align: left;
    font-size: 20px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 34px;
    height: 34px;
    padding: 0 0 0 20px;
    margin: 20px 0;
}
.board-list .tit .dh_gray {
    color: #666;
}
.board-list .tit > span {
	margin-right: 10px;
}
.board-list .head {
	border-bottom: 1px soliD #eee;
	font-weight: 500;
}
.board-list .head p {
	text-align:center;
	color: #444;
}
.board-list .no-ct {
	padding:100px 0;
	text-align:center;
}

.invest_list {
	width: 100%;
	border-top: 1px solid #9f9f9f;
}
.invest_list tr {
	cursor: pointer;
}
.invest_list tr.head {
	cursor: auto;
}
.invest_list th,
.invest_list td {
	font-size: 18px;
	border-bottom: 1px soliD #eee;
	text-align: center;
}
.invest_list th {
	font-weight: 500;
	padding: 25px 0;
}
.invest_list th.num {
	width: 135px;
}
.invest_list th.date {
	width: 235px;
}
.invest_list th.view {
	width: 135px;
}
.invest_list td {
	color: #9c9c9c;
	padding: 25px 0;
}
.invest_list td.tit {
	font-size: 20px;
	text-align: left;
	padding-left: 25px;
	color: #444;
}

.board-view {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.board-view.newsroom-view,
.board-view.story-view {
	width: 800px;
}
.board-view-tit .name {
	font-size: 19px;
	margin-bottom: 28px;
}
.board-view-tit .name b {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.board-view-tit .name b.gray {
	color: #999;
	border-left: 1px solid #ddd;
	margin-left: 10px;
	padding-left: 10px;
}
.board-view-tit .title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0 0 40px;
}
.board-view-tit .num {
	font-size: 18px;
	color: #acacac;
	margin-bottom: 35px;
}
.board-view-ct {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 50px 0;
}
.board-view-file {
	margin-top: 30px;
}
.board-view-file li {
	letter-spacing:0.01em;
	padding-left:25px;
	margin:5px 0;
	background:url("/resources/image/sub/file.png") no-repeat left center;
}
.board-view-file a {
	color:#666;
	font-size:14px;
}
.board-view-file a:hover {
	border-bottom:1px dotted #666;
}
.board-view-btn { 
	margin-top: 70px;
}
.board-view-btn a { 
	font-size: 16px;
	border: 2px solid #ececec;
	text-align: center;
	width: 170px;
	margin: 0 auto;
	line-height: 48px;
	font-weight: 600;
	displaY: block;
	border-radius: 30px;
}

.invest_tab {
	border-bottom: 1px solid #d4d4d4;
}
.invest_tab li {
	padding-right: 110px;
}
.invest_tab li a {
	displaY: block;
	font-size: 22px;
	padding: 15px 5px;
	position: relative;
}
.invest_tab li.on a {
	font-weight: 500;
}
.invest_tab li.on a:after {
	content: '';
	displaY: block;
	height: 3px;
	width: 100%;
	backgrounD: #4876ef;
	position: absolute;
	bottom: 0; left: 0; right: 0;
}
.finance_select {
	margin-top: 40px;
}
.finance_select select {
	width: 165px;
	height: 50px;
	border: 1px solid #000;
	font-size: 17px;
	padding: 0 25px;
	background: url('/resources/image/sub/select.png') no-repeat center right 25px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.finance_tab {
	margin-top: 40px;
}
.finance_tab li a {
	width: 165px;
	line-height: 48px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 16px;
	border: 1px solid #d4d4d4;
	margin-right: 1px;
}
.finance_tab li.on a {
	color: #4876ef;
	border: 1px solid #4876ef;
}
.finance_wrap {
	
}
.finance_wrap .wrap {
	position: relative;
	padding-left: 300px;
	margin-top: 110px;
}
.finance_wrap .left_txt {
	position: absolute;
	top: 30px; left: 0;
	font-size: 24px;
	line-height: 1;
}
.chart_table .total th,
.chart_table .total td {
	backgrounD: #f8f8f8;
}
.chart_table th.fix_wid {
	width: 200px;
}

.stock_tit {
	font-size: 18px;
}
.stock_data {
	margin-top: 65px;
	line-height: 1;
}
.stock_data > * {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}
.stock_data img {
	display: inline-block;
	vertical-align: middle;
}
.stock_data .big {
	font-size: 30px;
}
.stock_data .big b {
	font-size: 48px;
	margin: 0 10px;
	vertical-align: middle;
	displaY: inline-block;
	    letter-spacing: -1px;
    font-weight: 600;
}
.stock_data .txt {
	font-size: 18px;
	margin-left: 35px;
}
.stock_data .red {
	color: #ef1c18;
	margin-left: 15px;
}
.stock_data .red.blue {
	color: #4876ef;
}
.stock_wrap {
	position: relative;
	margin-top: 60px;
}
.stock_wrap .float-l {
	width: 655px;
}
.stock_wrap .float-r {
	width: 840px;
}
.chart_table.stock_table {
	border-top: 2px solid #000;	
	border-bottom: 1px solid #eee;
}
.chart_table.stock_table th {
	border-bottom: 1px solid #eee;
}
.stock_table td span img {
	displaY: inline-block;
	vertical-align:middle;
	margin-left: 5px;
}
.stock_table td .up {
	color: #d01c1c;
}
.stock_table td .down {
	color: #157cde;
}

.news_tit {
	position: absolute;
	top: 0; left: 0;
}
.news_list_wrap {
	padding-left: 510px;
	position: relative;
	margin-bottom: 90px;
}
.news_list .item {
	margin: 0 10px 10px 30px;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px 2px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.news_list .item .img {
	width: 320px;
    height: 250px;
	overflow: hidden;
    background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0 0;
}
.news_list .item .text {
	padding: 20px 25px;
	font-size: 14px;
}
.news_list .item .text .cate {
	font-weight: bold;
	font-size: 14px;
	background: #4876ef;
	border-radius: 30px;
	display: inline-block;
	padding: 0 12px;
	color: #fff;
	line-height: 27px;
}
.news_list .item .text .cate.green {
	background: #00d3ab;
}
.news_list .item .text .cate.gray {
	background: #b4c0d3;
}
.news_list .item .text .tit {
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 0;
}
.news_list .item .text .num img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.news_list_wrap .news_nav {
	position: absolute;
	top: 145px;
	left: 0;
}
.news_list_wrap .news_nav .slick-arrow {
	width: 45px;
	height: 30px;
	text-indent: -9999em;
	display: inline-block;
	cursor: pointer;
}
.news_list_wrap .news_nav .slick-prev {
	background: url('/resources/image/sub/news_prev.png') no-repeat center;
	border-right: 1px solid #ddd;
}
.news_list_wrap .news_nav .slick-next {
	background: url('/resources/image/sub/news_next.png') no-repeat center;
}

.company_visual {
	position: relative;
	padding-top: 150px;
	box-sizing: border-box;
}
.company_inner {
	width: 1320px;
	position: relative;
	margin: 0 auto;
}
.company_tit {
	margin-top:100px;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.5;
	text-align:center;
}

#scroll-wrapper {
  position: absolute;
  left: 30px;
  top: 600px;
}
#scroll-down {
    display: block;
    position: relative;
    text-align:center;
    background: #e1e1e1;
    width: 2px;
    margin: 50px auto 0;
    height: 70px;
}

#scroll-title {
    display: block;
    color: black;
    font-size: 12px;
    font-weight:bold;
    letter-spacing: 0.1em;
    text-align:center;
    transform: rotate(90deg);
}
#scroll-down::before {
    -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    -o-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    top: 0px;
    left: 50%;
    width: 2px;
    height: 100%;
	margin-left: -1px;
    background: black;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.company_img {
	margin-top: 90px;
	text-align: right;
}
.company_img > img {
	margin-left:160px;
}
.company_img span {
	display: block;
	height: 490px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.company_blue_bg {
	background: #f8faff;
	padding: 220px 0 85px;
	padding-bottom:150px;
	margin-top: -155px;
	word-break: keep-all;
}
.company_blue_bg .title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5em;
}
.company_blue_bg .sub {
	font-size: 20px;
	line-height: 1.75em;
	margin-top: 40px;
}
.sub_wrap {
	padding: 100px 0;
}
.history_wrap {
	position: relative;
	padding-left: 400px;
}
.history_title {
	position: absolute;
	top: 0; left: 0;
}
.sub_wrap_tit .eg {
	font-size: 50px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 30px;
}
.sub_wrap_tit .sub {
	font-size: 20px;
	color: #444;
	line-height: 1.7em;
}
.history_list li {
	position: relative;
	padding-left: 60px;
	padding-top: 60px;
}
.history_list li:before {
	content: '';
	displaY: block;
	position: absolute;
	left: 0; top: 0; bottom: 0;
	background: #ddd;
	width: 1px;
}
.history_list li .icon {
	position: absolute;
    top: 65px;
    left: -10px;
}
.history_list li .dot {
	position:absolute;
	left:-10px;
	width:20px;
	height:20px;
	border-radius:100%;
	background:#ef740d;
}
.history_list li .img,
.history_list li .text {
	display: table-cell;
	vertical-align: middle;
}
.history_list li .img {
	width: 210px;
}
.history_list li .img img {
	width: 150px;
	height: 150px;
	background:rgba(0,0,0,0.2);
}
.history_list li .text {
	font-size: 26px;
	line-height: 1.5em;
}
.history_list li .text .dh_blue {
	font-size: 21px;
	font-weight: 500;
	line-height: 1em;
}
.history_list li .text .tit {
	font-weight: 600;
	margin: 20px 0 5px;
	color: #070707;
}
.blue_bg {
	background: #f8faff;
}
.ci_inner {
	width: 1050px;
	margin: 0 auto;
	position: relative;
}
.ci_tit {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.ci_logo {
	margin: 75px 0;
}
.ci_logo .logo_box {
	border: 1px solid #eee;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.ci_logo .logo_box .item {
	display: table-cell;
	padding: 25px 30px;
	height: 250px;
	box-sizing: border-box;
}
.ci_logo .logo_box .item.item01 {
	background: url('/resources/image/sub/ci_bg01.png') no-repeat center;
}
.ci_logo .logo_box .item.item02 {
	background: url('/resources/image/sub/ci_bg02.png') no-repeat center;
}
.ci_logo .logo_box .item .txt {
	font-size: 18px;
}
.ci_logo .logo_box .item .img {
	text-align: center;
	margin-top: 50px;
}
.ci_logo .logo_box .item .img img {
	margin: 0 auto;
	max-height: 60px;
}
.logo_down_btn li a {
	displaY: block;
	margin: 35px auto 0;
	width: 220px;
	line-height: 45px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff url('/resources/image/sub/download.png') no-repeat center right 25px;
	box-sizing: border-box;
	padding: 0 25px;
	font-size: 16px;
	color: #666;
}
.ci_color {
	border-top: 1px solid #ddd;
	padding: 40px 0;
}
.ci_color .color_box li {
	width: 48.25%;
	margin-right: 3.5%;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 40px;
	color: #fff;
	height: 200px;
	position: relative;
}
.ci_color .color_box li.blue {
	background: #4876ef;
}
.ci_color .color_box li.gray {
	background: #404040;
}
.ci_color .color_box li.white_logo {
	background: #000;
}
.ci_color .color_box li.gray_logo {
	background: #e7e7e7;
}
.ci_color .color_box li .tit {
	position: absolute;
	top: 30px;
	left: 40px;
}
.ci_color .color_box li .right {
	padding-left: 230px;
}
.ci_color .color_box li .right table {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}
.ci_color .color_box li .right table th {
	text-align: left;
	width: 80px;
	color: rgba(255,255,255,0.4);
	font-weight: 500;
}
.ci_color .color_box li .right table td {
	text-align: right;
}
.ci_color .color_box.align-c li img {
	margin: 10px auto 40px;
} 
.group_info {
	border-top: 3px solid #333;
	margin-top: 80px;
}
.group_info > li {
	border-bottom: 1px solid #eaeaea;
	padding: 70px 0 0;
	position: relative;
}
.group_info > li .title {
	position: absolute;
	left: 0; top: 60px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
}
.group_info > li .group_logo {
	padding-lefT: 250px;
}
.group_info > li .group_logo li {
	width: 20%;
	margin-bottom: 70px;
}
.group_info > li .group_logo .text {
	border-left: 1px solid #ddd;
	padding-top: 15px;
	padding-left: 15px;
	margin-top: 15px;
	font-size: 16px;
}


.history_view_top {
	background: #f9f9f9;
	padding: 80px 0;
	text-align: center;
	margin-top: 99px;
}
.history_view_top .title {
	font-size: 80px;
	font-weight: bold;
	line-height: 1em;
}
.history_view_top .sns li {
	background-image: url('/resources/image/sub/sns.png');
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	margin: 0 5px;
}
.history_view_top .sns li a {
	display: block;
	text-indent: -9999em;
}
.history_view_top .sns li.li01 {
	background-position: 0;
}
.history_view_top .sns li.li02 {
	background-position: -52px;
}
.history_view_top .sns li.li03 {
	background-position: -103px;
}
.history_view_top .sns li.li04 {
	background-position: -154px;
}
.history_view {
	margin: 50px 0 165px;
}
.history_view .num {
	font-size: 24px;
}
.history_view .tit {
	margin: 35px 0 25px;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
}
.history_view .name {
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
}
.history_view .view_banner {
	margin-top: 70px;
}
.history_view .cont {
    margin: 80px auto;
    width: 1200px;
}
.history_view_btn a,
.history_view_btn button {
	display: block;
	width: 270px;
	line-height: 70px;
	border: 1px solid #7d7d7d;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	background: url('/resources/image/sub/back.svg') no-repeat 60px / 30px;
	cursor: pointer;
}
.history_list_btn { 
	margin-top: 70px;
}
.history_view_btn.history_list_btn a,
.history_view_btn.history_list_btn button {
	background: url('/resources/image/sub/return.png') no-repeat 70px;
}
.service_inner {
	padding-top:100px;
}
.service_inner .company_top {
	display:flex;
	justify-content:center;
	margin-bottom:100px;
}
.service_inner .tit_img {
	margin-right:50px;
	background-size:cover;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	transition:all .6s;
}
.service_inner .tit_img:last-child {margin-right:0;}
.service_inner .slide_tab {
	display:flex;
	justify-content:center;
	margin-bottom:100px;
	font-size:26px;
}
.service_inner .slide_tab > a {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:260px;
	min-height:100px; 
	padding:30px;
	margin-right:40px;
	line-height:1.2;
	border-radius:10px;
	font-weight:600;
	background:#f2b582;
	color:#555;
	transition:.5s;
	text-align:center;
}
.service_inner .slide_tab > a:last-child {
	margin-right:0;
}
.service_inner .slide_tab > a:hover {
	transform: translate(-10px, -10px);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.service_inner .slide_tab > a.active {
	background:#ef740d;
	color:#fff;
}
.service_inner .slide_tab > a .ico_click {
	position:absolute;
	top:10px;
	right:15px;
}
.service_inner .slide {
	position:relative;
	display:none;
	width:100%;
	margin:0 auto;
	background:#222;
	text-align:center;
}
.service_inner .slide.view {
	display:block;
}
.service_inner .slide .s_item {
	color:#FFF;
}
.service_inner .slide .s_item .s_text {
	padding-top:50px;
}
.service_inner .slide .s_item h2 {
	margin-bottom:40px;
	font-size:50px;
	font-weight:600;
	color:#ef740d;
}
.service_inner .slide .s_item {
	padding:150px 0;
}
.service_inner .slide .s_item .s_img {
	display:flex;
	align-items:flex-end;
	justify-content:center;
	height:550px;
}
.service_inner .slide .s_item .s_img > img {
	vertical-align:bottom;
	margin-right:20px;
}
.service_inner .slide .s_item .s_title {
	margin:40px 0;
	font-size:28px;
}
.service_inner .slide .s_item .s_sub {
	font-size:20px;
	line-height:1.5;
	transform: rotate(0.1deg);
}
.swiper-button-prev {left:100px !important;}
.swiper-button-next {right:100px !important;}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size:70px !important;
	color:#FFF;
}


.culture_cate {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.culture_title {
	font-size: 50px;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 60px;
}
.culture_sub {
	font-size: 18px;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 70px;
}

.culture_box {
	margin: 0 -8px 80px;
}
.culture_box .item {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.culture_box .item table {
	width: 100%;
	table-layout: fixed;
}
.culture_box .item table td {
	padding: 8px;
}
.culture_box .item table td .box {
	background: #fff;
	box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.05);
	border-radius: 15px;
	height: 250px;
	box-sizing:border-box;
	padding: 35px 30px;
	font-size: 24px;
	line-height: 1.4;
	position: relative;
}
.culture_box .item table td .box .align-r img {
	displaY: inline-block;
	margin-top: 30px;
}
.culture_box .item table td.gray .box {
	background: #93a2ba;
	color: #fff;
}
.culture_box .item table td.person .box .img {
	position: absolute;
	bottom: 0; right: 25px;
}
.culture_box .item table td.blue .box {
    height: 520px;
	backgrounD: #4876ef;
	color: #fff;
}
.culture_box .item table td.blue .box .img {
	position: absolute;
	bottom: 30px; right: 0;
}

.culture_slide_wrap {
	position: relative;
}
.spin {
	position: absolute;
	top: -40px;
    right: 50%;
	margin-right: -580px;
    animation-name: spinCircle;
    animation-duration: 11s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spinCircle {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.culture_slide .item {
	width: 1090px;
	background: #fff;
	border-radius: 20px;
	margin: 10px 25px;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.05);
}
.culture_slide .item > div {
	display: table-cell;
	vertical-align: top;
}
.culture_slide .item > div.img {
	width: 660px;
	height: 465px;
}
.culture_slide .item > div.img img {
	border-radius: 20px 0 0 20px;
	height: 100%;
}
.culture_slide .item > div.txt {
	padding: 50px 35px;
}
.culture_slide .item > div.txt .tit {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 45px;
}
.culture_slide .item > div.txt .sub {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.culture_slide .slick-arrow {
	position: absolute;
    top: 40%;
    text-indent: -9999em;
    width: 64px;
    height: 64px;
    z-index: 9;
	cursor: pointer;
}
.culture_slide .slick-prev {
	background: url('/resources/image/sub/cm_arw01.png') no-repeat center;
    left: 50%;
    margin-left: -585px;
}
.culture_slide .slick-next {
	background: url('/resources/image/sub/cm_arw02.png') no-repeat center;
    right: 50%;
    margin-right: -585px;
}

.welfare_list li  {
	padding: 80px 0;
	border-bottom: 1px solid #ddd;
}
.welfare_list li .big_tit {
	font-weight: bold;
	font-size: 42px;
	line-height: 1;
	position: relative;
	margin-bottom: 80px;
}
.welfare_list li .flex_wrap {
	display: flex;
	align-items: center;
}
.welfare_list li .flex_wrap .img img {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	border-radius: 35px;
}
.welfare_list li .flex_wrap .text {
	margin-left: 140px;
	flex: 1;
}
.welfare_list li .flex_wrap .text .wrap {
	display: flex;
}
.welfare_list li .flex_wrap .text .wrap .item {
	width: 33.3333%;
}
.welfare_list li .item .tit {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
	color: #4876ef;
}
.welfare_list li .item .sub {
	line-height: 1.6em;
}

.welfare_list li .item .tit >div{
	height: 45px;
	display: flex;
	align-items: center;
}

.welfare_list li .item .tit >div img{
	max-height: 45px;
}

.upgrade_list {
	padding-bottom: 165px;
}
.upgrade_list li {
	position: relative;
	margin-bottom: 100px;
	height: 470px;
}
.upgrade_list li.right {
	margin-bottom: 0;
}
.upgrade_list li .img {
	width: 720px;
	z-index: 1;
}
.upgrade_list li.left .img {
	position: relative;
}
.upgrade_list li.right .img {
	position: absolute;
	top: 0;
	right: 0;
}
.upgrade_list li .img img {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	border-radius: 20px;
}
.upgrade_list li .txt {
	background: #fff;
	box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
	border-radius: 20px;
	width: 680px;
	height: 410px;
	box-sizing: border-box;
	padding-top: 70px
}
.upgrade_list li.left .txt {
	padding-left: 130px;
	padding-right: 60px;
	position: absolute;
	right: 0;bottom: 0;
}
.upgrade_list li.right .txt {
	padding-left: 60px;
	padding-right: 130px;
	position: absolute;
	left: 0;bottom: 0;
}
.upgrade_list li .txt .tit {
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 40px;
}
.upgrade_list li .txt .sub {
	font-size: 16px;
	line-height: 1.7em;
}

.etc_tit {
	margin-bottom: 80px;
    font-size: 45px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}
.etc_info {
	border-top: 2px solid #444;
    padding: 75px 30px 0;
	word-break: keep-all;
}
.etc_info > h4 {
    font-size: 23px;
    line-height: 1.75;
    font-weight: bold;
    margin: 60px 0 30px;
	position: relative;
}
.etc_info > h4:before {
	content: '';
    displaY: block;
    background: url('/resources/image/sub/etc_tit.png') no-repeat center;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -30px;
    top: 11px;
}
.etc_info > h4.no_bg:before {
	display: none;
}
.etc_info > h5 {
	font-size: 18px;
    font-weight: 600;
	margin-bottom: 12px;
}
.etc_info > p {
	font-size: 18px;
	line-height: 1.75em;
	margin-bottom: 40px;
}
.etc_info > ul {
	margin-bottom: 40px;
}
.etc_info ul li {
	font-size: 18px;
	line-height: 1.8em;
}
.br_w640 {
	display:none;
}