@charset "utf-8";

@font-face {
	font-family: 'flexslider-icon';
	src: url('./fonts/flexslider-icon.eot');
	src: url('./fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('./fonts/flexslider-icon.woff') format('woff'), url('./fonts/flexslider-icon.ttf') format('truetype'), url('./fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal
}

.flex-container a:hover,
.flex-slider a:hover {
	outline: none
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.flex-pauseplay span {
	text-transform: capitalize
}

.flexslider {
	margin: 0;
	padding: 0
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden
}

.flexslider .slides img {
	width: 100%;
	display: block
}

.flexslider .slides.bottom {}

.flexslider .slides.bottom li {
	position: relative;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	border-top: 4px solid #db3832
}

.flexslider .slides.bottom li .tb_wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	color: #fff
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .flexslider .slides {
	display: block
}

* html .flexslider .slides {
	height: 1%
}

.no-js .flexslider .slides>li:first-child {
	display: block
}

.flexslider {
	margin: 0 0 26px;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2)
}

.flexslider .slides {
	zoom: 1
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.loading .flex-viewport {
	max-height: 300px
}

@-moz-document url-prefix() {
	.loading .flex-viewport {
		max-height: none
	}
}

.carousel li {
	margin-right: 5px
}

.flex-direction-nav {
	/* height: 0 */
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 30px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3)
}

.flex-direction-nav a.flex-next:before {
	content: '\f002'
}

.flex-direction-nav .flex-prev {
	left: -50px
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004'
}

.flex-pauseplay a:hover {
	opacity: 1
}

.flex-pauseplay a.flex-play:before {
	content: '\f003'
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -29px;
	text-align: center
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

.flex-control-paging li a:hover {
	background: #fff
}

.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.flex-control-thumbs img:hover {
	opacity: 1
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default
}

@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px
	}
}

.owl-carousel {
	display: block;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav {
	margin-top: 20px;
	text-align: center
}

.owl-carousel .owl-nav:after {
	clear: both;
	display: block;
	content: ''
}

.owl-carousel .owl-nav .owl-prev {
	display: inline-block;
	background-image: url('../images/common/arrow_left_black.png');
	background-position: 10px 50%
}

.owl-carousel .owl-nav .owl-prev:before {
	position: absolute;
	left: 13px;
	top: 50%;
	z-index: 10;
	display: block;
	width: 12px;
	height: 1px;
	content: '';
	background: #555;
	transition: width .5s;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	-ms-transition: width .5s
}

.owl-carousel .owl-nav .owl-next:hover:before {
	width: 20px
}

.owl-carousel .owl-nav .owl-prev:hover:before {
	width: 20px
}

.owl-carousel .owl-nav .owl-next:before {
	position: absolute;
	right: 12px;
	top: 50%;
	z-index: 10;
	display: block;
	width: 12px;
	height: 1px;
	content: '';
	background: #555;
	transition: width .5s;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	-ms-transition: width .5s
}

.owl-carousel .owl-nav .owl-next {
	display: inline-block;
	background-image: url('../images/common/arrow_right_black.png');
	background-position: 22px
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	background-size: 22%;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, .9);
	cursor: pointer;
	cursor: hand;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px
}

.owl-carousel .owl-nav .owl-prev {
	margin-left: -220px
}

.owl-carousel .owl-nav .owl-next {
	margin-left: 175px
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 30px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #555;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	border: 1px solid #888;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

section[class*="section-"] {
	position: relative;
	max-width: 1920px;
	margin: 0 auto
}

article[class*="article-"] {
	max-width: 1180px;
	margin: 0 auto
}

.main_sec01 {
	overflow: hidden;
	position: relative;
	font-size: 0
}

.main_sec01 .cover img {
	width: 1920px
}

.main_sec01 video {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 1080px;
	margin-left: -960px;
	font-size: 0
}

.main_sec01 .tb_wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 50
}

.main_sec01 .tb_wrap:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .2)
}

.main_sec01 .tb_cell {
	font-size: 42px
}

.main_sec01 .tb_box {
	position: relative;
	z-index: 20
}

.main_sec01 .tb_cell p {
	position: relative;
	font-family: 'swebM';
	color: #fff
}

.main_sec01 .tb_cell p+p {
	font-family: 'swebL'
}

.main_sec01 .tb_cell p .mask {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%
}

.notice_lat {
	display: none;
	overflow: hidden;
	margin-bottom: 0
}

.notice_lat li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.notice_lat.lat li {
	width: 100% !important;
	padding-right: 60px;
	font-size: 12px
}

.m1dp_list {
	display: none !important;
	padding: 5px 0;
	margin-top: 50px;
	background: #fff;
	border-bottom: 1px solid #ddd
}

.m1dp_list:after {
	clear: both;
	display: block;
	content: ''
}

.m1dp_list li {
	padding: 0 10px;
	font-size: 12px;
	font-family: 'swebM';
	text-align: center;
	white-space: nowrap
}

.m1dp_list li a {
	display: block
}

section.section-main02 {
	overflow: hidden;
	position: relative;
	z-index: 50;
	margin-top: 100px;
	padding-bottom: 100px
}

.section-main02 .com_tit01 {
	color: #fff;
	font-family: 'eng3';
	font-size: 38px
}

.section-main02 .com_copy01 {
	color: #fff
}

.section-main02 .com_tit01:after {
	background: #fff
}

.section-main02 .articvle-main02:after {
	position: absolute;
	left: 0;
	top: 120px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 640px;
	content: '';
	background: url('../images/main/special_bg_0.jpg') no-repeat;
	background-position: 50% -520px
}

.section-main02 .articvle-main02 .slide_list {
	position: relative;
	z-index: 20
}

.section-main02 .articvle-main02 .slide_list li {
	position: relative;
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	-ms-transform: scale(.8)
}

.section-main02 .articvle-main02 .slide_list li.active {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1)
}

.section-main02 .articvle-main02 .slide_list li.active:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(26, 12, 4, 0.6)
}

.section-main02 .articvle-main02 .slide_list li img {
	width: 100%
}

.section-main02 .articvle-main02 .slide_list li .text_box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 50
}

.section-main02 .articvle-main02 .slide_list li p {
	color: #fff;
	font-family: 'swebM';
	font-size: 22px;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s
}

.section-main02 .articvle-main02 .slide_list li.active p {
	opacity: 1
}

.section-main02 .articvle-main02 .text_list {
	position: relative;
	z-index: 50;
	height: 40px;
	margin: 20px 0 70px 0
}

.section-main02 .articvle-main02 .text_list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 26px;
	opacity: 0;
	color: #fff;
	font-family: 'swebM';
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	margin-left: 100px
}

.section-main02 .articvle-main02 .text_list li.active {
	opacity: 1;
	margin-left: 0
}

.section-main02 .articvle-main02 .text_list li span {
	border-bottom: 2px solid #fff
}

.section-main02 .articvle-main02 {
	max-width: 1200px;
	margin: 0 auto 0 auto
}

.section-main02 .video_box {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	width: 1400px;
	margin-left: -700px;
	font-size: 0
}

.section-main02 .video_box video {
	width: 100%
}

.section-main02 .video_box .img_box {
	display: none
}

.section-main02 .video_box:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .2)
}

.section-main04 {
	position: relative
}

.section-main04 .com_tit01:after {
	background: #fff
}

.section-main04:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url('../images/main/banner_bg01.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 0
}

.section-main04 .tit_box .com_tit01 {
	color: #fff;
	font-family: 'swebDoh'
}

.section-main04 .tit_box .com_copy01 {
	color: #fff
}

.section-main04 ul {}

.section-main04 ul:after {
	clear: both;
	display: block;
	content: ''
}

.section-main04 ul li {
	float: left;
	width: 33.3333%;
	padding: 0 8px
}

.section-main04 ul li a {
	position: relative;
	display: block;
	height: 200px;
	background-repeat: no-repeat
}

.section-main04 ul li a:hover {
	text-decoration: none
}

.section-main04 ul li a:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(76, 4, 14, 0.8);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s
}

.section-main04 ul li a:hover:after {
	background: rgba(4, 26, 76, 0)
}

.section-main04 ul li a:hover .tb_wrap {
	opacity: 0;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px)
}

.section-main04 ul li a .tb_wrap {
	position: relative;
	z-index: 20;
	padding-top: 20px;
	color: #fff;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s
}

.section-main04 ul li:nth-child(1) a {
	background-image: url('../images/main/banner_ceo.jpg')
}

.section-main04 ul li:nth-child(2) a {
	background-image: url('../images/main/banner_qna.jpg')
}

.section-main04 ul li:nth-child(3) a {
	background-image: url('../images/main/banner_smart.jpg')
}

.section-main04 ul li a .link_btn {
	position: absolute;
	right: 15px;
	bottom: 20px;
	z-index: 30;
	font-size: 14px;
	color: #fff
}

.section-main04 ul li figure {}

.section-main04 ul li figure img {
	width: 100%
}

.section-main04 .article-main04 {
	position: relative;
	z-index: 30;
	max-width: 900px;
	padding-bottom: 50px
}

.section-main04 .article-main04 .com_tit01:after {
	background: #fff
}

.section-main04 .article-main04 .tb_box .tb_cell {
	padding: 0 10px
}

.section-main04 .article-main04 .tb_box .tb_cell strong {
	display: block;
	font-size: 20px;
	font-family: 'swebM';
	padding-bottom: 10px
}

.section-main04 .article-main04 .tb_box .tb_cell p {
	font-size: 14px;
	font-family: 'swebR'
}

.section-main04 .cssarrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #000816
}

.section-main04 .cssarrow:after,
.section-main04 .cssarrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.section-main04 .cssarrow:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #000816;
	border-width: 13px;
	margin-left: -13px
}

.section-main04 .cssarrow:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #000816;
	border-width: 15px;
	margin-left: -15px
}

.section-main05 {}

.section-main05 .tit_box .btn_more {
	display: inline-block;
	width: 40px;
	padding: 30px 0 0px 0
}

.section-main05 .tit_box .btn_more img {
	width: 100%
}

.section-main05 .article-main05 {
	max-width: 100%
}

.section-main05 .article-main05 ul {}

.section-main05 .article-main05 ul:after {
	clear: both;
	display: block;
	content: ''
}

.section-main05 .article-main05 ul li {
	float: left;
	width: 25%
}

.section-main05 .article-main05 ul li a {
	position: relative;
	display: block
}

.section-main05 .article-main05 ul li a:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(19, 10, 3, 0.7);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	opacity: 0
}

.section-main05 .article-main05 ul li a:hover:after {
	opacity: 1
}

.section-main05 .article-main05 ul li a:hover figure img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2)
}

.section-main05 .article-main05 ul li a figure {
	overflow: hidden
}

.section-main05 .article-main05 ul li a figure img {
	width: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s
}

.section-main05 .article-main05 ul li a .txt_box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	padding: 15px;
	color: #fff;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	opacity: 0
}

.section-main05 .article-main05 ul li a:hover .txt_box {
	opacity: 1
}

.section-main05 .article-main05 ul li a .txt_box strong {
	display: block
}

.section-main05 .article-main05 ul li a .txt_box span {
	display: inline-block;
	padding-right: 5px
}

.section-main05 .article-main05 ul li a .plus {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 50;
	width: 35px;
	color: #fff;
	font-size: 40px;
	transform: translate(-50%, -50%);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	opacity: 0
}

.section-main05 .article-main05 ul li a:hover .plus {
	opacity: 1
}

.section-main05 .article-main05 ul li a .plus img {
	width: 100%
}

.section-main06 {
	position: relative;
	padding-bottom: 50px;
	background-image: url('../images/main/qna_bg01.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0
}

.section-main06 .com_tit01 {
	font-family: 'swebM';
	font-size: 36px;
	color: #fff
}

.section-main06 .com_tit01:after {
	background: #fff
}

.section-main06 .com_copy01 {
	color: #fff
}

.section-main06 .article-main06 {
	position: relative;
	z-index: 30
}

.section-main06 .article-main06:after {
	clear: both;
	display: block;
	content: ''
}

.section-main06 .article-main06 .lay_left {
	float: left;
	width: 50%
}

.section-main06 .article-main06 .lay_right {
	float: left;
	width: 50%
}

.section-main06 .cssarrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #710003
}

.section-main06 .cssarrow:after,
.section-main06 .cssarrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.section-main06 .cssarrow:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #710003;
	border-width: 13px;
	margin-left: -13px
}

.section-main06 .cssarrow:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #710003;
	border-width: 15px;
	margin-left: -15px
}

.sweb_latest {
	margin: 0 1px;
	padding: 35px;
	background-color: rgba(140, 0, 0, 0.3)
}

.sweb_latest a:hover {
	text-decoration: none
}

.sweb_latest .title_box {
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.sweb_latest .title_box a {
	position: relative;
	display: block;
	padding-bottom: 10px;
	color: #b68fa1
}

.sweb_latest .title_box a .btn_more {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 15px
}

.sweb_latest .title_box a .btn_more img {
	width: 100%
}

.sweb_latest ul {}

.sweb_latest ul li {
	overflow: hidden;
	color: #fff
}

.sweb_latest ul li a {
	float: left;
	width: 75%;
	margin-right: 2%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px
}

.sweb_latest ul li a:hover {
	color: #b68fa1
}

.sweb_latest ul li span.date {
	float: right;
	width: 20%;
	color: #ddd;
	text-align: right
}

.sweb_latest .title_box a span {
	display: inline-block;
	padding-right: 7px;
	font-family: 'swebM';
	color: #fff
}

section.section-main07 {
	overflow: hidden;
	position: relative;
	z-index: 50;
	margin-top: 100px;
	padding-bottom: 100px
}

.section-main07 .com_tit01 {
	color: #fff;
	font-family: 'eng3';
	font-size: 38px
}

.section-main07 .com_copy01 {
	color: #fff
}

.section-main07 .com_tit01:after {
	background: #fff
}

.section-main07 .articvle-main07:after {
	position: absolute;
	left: 0;
	top: 120px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 760px;
	content: '';
	background-color: #e0e0e0
}

.section-main07 .articvle-main07 .slide_list {
	position: relative;
	z-index: 20
}

.section-main07 .articvle-main07 .slide_list:after {
	clear: both;
	display: block;
	content: ''
}

.section-main07 .articvle-main07 .slide_list li {
	position: relative;
	float: left;
	width: 20%;
	height: 400px;
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	-ms-transform: scale(.8);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover
}

.section-main07 .articvle-main07 .slide_list li.bg01 {
	background-image: url('../images/main/pension_img01.jpg')
}

.section-main07 .articvle-main07 .slide_list li.active {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1)
}

.section-main07 .articvle-main07 .slide_list li.active:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(26, 12, 4, 0.6)
}

.section-main07 .articvle-main07 .slide_list li img {
	width: 100%
}

.section-main07 .articvle-main07 .slide_list li .text_box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 50
}

.section-main07 .articvle-main07 .slide_list li p {
	color: #fff;
	font-family: 'swebM';
	font-size: 22px;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s
}

.section-main07 .articvle-main07 .slide_list li.active p {
	opacity: 1
}

.section-main07 .articvle-main07 .text_list {
	position: relative;
	z-index: 50;
	height: 40px;
	margin: 20px 0 70px 0
}

.section-main07 .articvle-main07 .text_list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 26px;
	opacity: 0;
	color: #fff;
	font-family: 'swebM';
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	margin-left: 100px
}

.section-main07 .articvle-main07 .text_list li.active {
	opacity: 1;
	margin-left: 0
}

.section-main07 .articvle-main07 .text_list li span {
	border-bottom: 2px solid #fff
}

.section-main07 .articvle-main07 {
	max-width: 1200px;
	margin: 0 auto 0 auto
}

.section-main07 .img_wrap {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	width: 1640px;
	margin-left: -820px;
	font-size: 0
}

.section-main07 .img_list {
	position: relative;
	z-index: 100;
	margin-top: 70px
}

.section-main07 .img_list:after {
	clear: both;
	display: block;
	content: ''
}

.section-main07 .img_list li {
	float: left;
	width: 20%
}

.section-main07 .img_list li a {
	position: relative;
	display: block;
	height: 400px;
	margin: 0 10px;
	text-align: center;
	color: #fff;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s
}

.section-main07 .img_list li a:hover {
	z-index: 200;
	text-decoration: none;
	transform: scale(1.2) rotate(-2deg);
	-webkit-transform: scale(1.2) rotate(-2deg);
	-moz-transform: scale(1.2) rotate(-2deg);
	-o-transform: scale(1.2) rotate(-2deg);
	-ms-transform: scale(1.2) rotate(-2deg)
}

.section-main07 .img_list li a:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .3)
}

.section-main07 .img_list li a strong {
	position: relative;
	z-index: 100;
	display: inline-block;
	padding-top: 20px
}

.section-main07 .img_list li a p {
	position: relative;
	z-index: 100;
	padding-top: 10px
}

.section-main07 .img_list li a em {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 60px;
	right: 0;
	text-align: center
}

.section-main07 .img_list li.bg01 a {
	background-image: url('../images/main/pension/world_pension_01.jpg');
	background-repeat: no-repeat
}

.section-main07 .img_list li.bg02 a {
	background-image: url('../images/main/pension/world_pension_02.jpg');
	background-repeat: no-repeat
}

.section-main07 .img_list li.bg03 a {
	background-image: url('../images/main/pension/world_pension_03.jpg');
	background-repeat: no-repeat
}

.section-main07 .img_list li.bg04 a {
	background-image: url('../images/main/pension/world_pension_04.jpg');
	background-repeat: no-repeat
}

.section-main07 .img_list li.bg05 a {
	background-image: url('../images/main/pension/world_pension_05.jpg');
	background-repeat: no-repeat
}

.section-main07 .img_list li.bg01 {
	margin-top: 20px
}

.section-main07 .img_list li.bg02 {}

.section-main07 .img_list li.bg03 {
	margin-top: 40px
}

.section-main07 .img_list li.bg04 {}

.section-main07 .img_list li.bg05 {
	margin-top: 60px
}

.section-main08 {
	background: #fafafa
}

.section-main08 .com_tit01 {
	font-family: 'swebM'
}

.sweb_review {
	padding: 0 10px
}

.sweb_review ul {}

.sweb_review ul li {
	position: relative;
	height: 98px;
	background: #e8e5e5;
	padding: 30px 20px 30px 170px;
	margin-bottom: 5px
}

.sweb_review ul li:after {
	clear: both;
	display: block;
	content: ''
}

.sweb_review ul li span.name {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 130px;
	height: 100%;
	background-color: #db3832;
	color: #fff;
	text-align: center;
	padding-top: 40px
}

.sweb_review ul li .plus_icon {
	position: absolute;
	right: 40px;
	top: 32px;
	font-size: 30px
}

.sweb_review ul li span.name .cssarrow {
	position: absolute;
	right: 0;
	top: 50%;
	background: #000816
}

.sweb_review ul li span.name .cssarrow:after,
.sweb_review ul li span.name .cssarrow:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.sweb_review ul li span.name .cssarrow:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #db3832;
	border-width: 7px;
	margin-top: -7px
}

.sweb_review ul li a {
	float: left;
	display: block;
	width: 80%
}

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

.sweb_review ul li a p.title {
	font-family: 'swebM';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.sweb_review ul li p.text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #989898
}

.sweb_review ul li span.date {}

.sweb_review .btn_box {
	text-align: center;
	padding: 20px 0 50px 0
}

.sweb_review .btn_more {
	display: inline-block;
	background: #555;
	padding: 10px 30px;
	color: #fff;
	vertical-align: middle
}

.sweb_review .btn_more img {
	width: 10px
}

.popup_main {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 100px;
	height: 100%;
	text-align: center;
	z-index: 1000;
	background: rgba(0, 0, 0, .5)
}

.popup_main .article_popmain {
	position: relative;
	width: 400px;
	margin: 0 auto
}

.popup_main .article_popmain .btn_cls {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1001;
	width: 50px;
	height: 50px;
	padding: 15px;
	background: #db3832
}

.popup_main .article_popmain .btn_cls img {
	width: 100%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

@media only screen and (max-width:768px) {
	.popup_main {
		padding-top: 50px
	}

	.popup_main .article_popmain {
		width: 90%
	}

	.flexslider .slides.bottom li {
		background: #222
	}

	.flexslider .slides.bottom li .tb_wrap {
		font-size: 12px
	}
}