﻿@charset "utf-8";

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x
}

.swiper-container {
	
}

.swiper-slide {
	
}

.swiper-slide-active {
	
}

.swiper-slide-visible {
	
}

.swiper-pagination-switch {
	
}

.swiper-active-switch {
	
}

.swiper-visible-switch {
	
}

.namecard {
	margin: 0 auto;
	text-align: center;
	width: 500px;
	clear: both;
}

.namecard img {
	width: 500px;
	height: 300px;
	margin-left: 104px
}

html {
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑", Arial;
}

header, section {
	width: 100%;
}

table {
	border-collapse: collapse;
}

a:focus {
	outline: none;
}

header {
	position: fixed;
	height: 74px;
	color: #ccc;
	z-index: 999;
}

header.fixed {
	height: 70px;
}

header .logo {
	position: fixed;
	top: 24px;
	left: 50px;
	width: 180px;
}

header.fixed .logo {
	width: 120px;
	top: 16px;
}

header .words {
	display: block;
	position: fixed;
	top: 40px;
	left: 250px;
	letter-spacing: 1px;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	color: #fff;
}

header.fixed .words {
	top: 23px;
	left: 185px;
}

header nav.menu {
	margin: 36px 0 0 110px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed nav.menu {
	margin: 22px 0 0 85px;
}

header nav.menu ul li {
	margin: 0 12px;
	font-size: 20px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed nav.menu ul li {
	margin: 0 10px;
	font-size: 16px;
}

header nav.menu ul li a {
	color: #fff;
	letter-spacing: 2px;
	cursor: pointer;
	font-weight: bold;
}

header nav.menu ul li a:hover, header nav.menu ul li.active a {
	color: #00DFB9;
	text-decoration: none;
	font-weight: bold;
}

header nav.menu .line {
	position: absolute;
	top: 0px;
	width: 0px;
	height: 3px;
	font-size: 3px;
	background-color: #fff;
	display: none;
}

header .hotline {
	position: fixed;
	top: 32px;
	right: 225px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline {
	top: 20px;
	right: 185px;
}

header .hotline span {
	position: fixed;
	color: #eee;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	color: #00DFB9;
}

header.fixed .hotline span {
	font-size: 20px;
}

header .hotline u {
	position: fixed;
	top: 35px;
	right: 230px;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	background: url(../images/icons.png) no-repeat;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline u {
	top: 20px;
	right: 195px;
}

header .hotline a {
	color: #00dfb9;
}

header .menu-icon {
	position: fixed;
	top: 34px;
	right: 48px;
	font-size: 24px;
	color: #00dfb9;
	z-index: 99;
	display: none;
}

header.fixed .menu-icon {
	top: 18px;
}

header .menu-icon a {
	color: #00dfb9;
	text-decoration: none;
}

header .menu-icon span {
	margin-left: 15px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

header .menu-icon span.glyphicon-earphone {
	display: none;
}

header .menu-icon span:hover, header .menu-icon span.active {
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

header .bg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 0px;
	background: #111;
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: -1;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .bg {
	height: 70px;
}

section {
	position: relative;
	overflow: hidden;
}

.video .swiper-container {
	width: 100%;
}

.video .swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.video .swiper-container .nth1 {
	background: url(../images/wallpaper1_1.jpg) 50% 35%;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth1 .box {
	position: relative;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}

.video .swiper-container .nth1 .box .left {
	position: absolute;
	left: -300px;
	width: 123px;
	height: 231px;
	background: url(../images/words.png) no-repeat top right;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.video .swiper-container .nth1 .box .right {
	position: absolute;
	right: -500px;
	margin: 30px 0 0 120px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.video .swiper-container .nth1.active .box .right {
	right: -15px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth1 .box .right span {
	font-size: 36px;
	color: White;
}

.video .swiper-container .nth1 .box .right i {
	display: block;
	width: 339px;
	height: 66px;
	margin-bottom: 5px;
	background: url(../images/words.png) no-repeat;
}

.video .swiper-container .nth1 .box .right p {
	font-size: 16px;
	line-height: 25px;
	color: #eee;
	padding-top: 10px;
}

.video .swiper-container .nth1.active .shade {
	width: 100%;
}

.video .swiper-container .nth1.active .line u {
	width: 600px;
	height: 411px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth2 {
	background: url(../images/wallpaper1_2.jpg) 50% 20%;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth2 .box {
	position: absolute;
	left: -350px;
	text-align: right;
	-webkit-transition: left .6s ease-in-out 0s;
	-moz-transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
	z-index: 10;
}

.video .swiper-container .nth2 .box span {
	font-size: 36px;
	color: White;
}

.video .swiper-container .nth2 .box i {
	display: block;
	width: 300px;
	height: 65px;
	margin: 10px 0px 18px 0px;
	background: url(../images/words.png) no-repeat 10px -72px;
}

.video .swiper-container .nth2 .box p {
	margin: 0px;
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
}

.video .swiper-container .nth2 .shade {
	width: 100%;
	height: 2000px;
	background: #0b151a;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.video .swiper-container .nth2.active .shade {
	width: 50%;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

.video .swiper-container .nth3 {
	background: url(../images/wallpaper1_3.jpg) 50% center;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth3 .box {
	position: relative;
	width: 100%;
}

.video .swiper-container .nth3 .box .top {
	font-size: 80px;
	color: White;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}

.video .swiper-container .nth3.active .box .top {
	font-size: 36px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth3 .box .mid {
	width: 388px;
	height: 66px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	background: url(../images/words.png) no-repeat 42px -219px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.video .swiper-container .nth3.active .box .mid {
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth3 .box .bottom {
	width: 100%;
	color: #ccc;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out .3s;
	-moz-transition: all .6s ease-in-out .3s;
	-ms-transition: all .6s ease-in-out .3s;
	-o-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s;
	z-index: 10;
}

.video .swiper-container .nth3.active .box .bottom {
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth4 .box {
	position: relative;
	width: 100%;
}

.video .swiper-container .nth4 .box .top {
	position: relative;
	top: -100px;
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	z-index: 10;
}

.video .swiper-container .nth4.active .box .top {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth4 .box .top span {
	font-size: 36px;
	color: White;
}

.video .swiper-container .nth4 .box .top i {
	display: block;
	width: 242px;
	height: 64px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(../images/words.png) no-repeat 0px -147px;
}

.video .swiper-container .nth4 .box .bottom {
	position: relative;
	top: 100px;
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-ms-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
	z-index: 10;
}

.video .swiper-container .nth4.active .box .bottom {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth4 .box .bottom u {
	margin: 0 5px;
	color: #00dfb9;
	text-decoration: none;
}

.video .innerBox {
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 10;
}

.video .innerBox .news {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 400px;
}

.video .innerBox .news span {
	float: left;
	margin: 1px 15px 0px 0px;
	color: #00dfb9;
	font-weight: bold;
}

.video .innerBox .news ul {
	float: left;
}

.video .innerBox .news ul li a {
	color: #ddd;
}

.video .innerBox .news a.more {
	float: right;
	color: #00dfb9;
	margin-top: -3px;
	text-decoration: none;
	border-bottom: 1px dotted #00dfb9;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
}

.video .innerBox .news a.more:hover {
	color: White;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
}

.video .innerBox .guide {
	margin: 0 auto;
	margin-bottom: 80px;
	width: 200px;
}

.video .innerBox .guide a {
	display: block;
	float: left;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	font-size: 3px;
	background: White;
	cursor: pointer;
}

.video .innerBox .guide a.active {
	background: #00dfb9;
}

.video .innerBox a.movedown {
	display: block;
	margin: 0 auto;
	width: 47px;
	height: 47px;
	background: url(../images/icons.png) no-repeat 0px -60px;
	cursor: pointer;
	z-index: 99;
}

.video .innerBox a.movedown:hover {
	background: url(../images/icons.png) no-repeat 0px -112px;
}

section.cases {
	background: url(../images/wallpaper3.jpg);
}

.cases .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .caption {
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.cases.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.cases .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 152px;
	height: 37px;
	background: url(../images/words.png) no-repeat 0px -528px;
}

.cases .box .caption span {
	font-size: 24px;
	letter-spacing: 3px;
	padding-left: 10px;
}

.cases .box .swiper-container.items {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	top: 700px;
	width: 1080px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.cases.active .box .swiper-container.items {
	top: 0px;
}

.cases .box .swiper-container.items .swiper-slide {
	width: 340px;
	margin: 10px 10px;
	border-bottom: 2px solid #2fd0b5;
	cursor: pointer;
}

.cases .box .swiper-container.items .swiper-slide img {
	width: 340px;
	height: 200px;
}

.cases .box .swiper-container.items .swiper-slide .shade {
	position: absolute;
	width: 340px;
	height: 200px;
	margin-top: -800px;
	background: Black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}

.cases .box .swiper-container.items .swiper-slide p {
	position: absolute;
	margin: 10px 20px;
	color: #666;
	font-family: Arial, "宋体";
	font-size: 12px;
	line-height: 26px;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	z-index: 10;
}

.cases .box .swiper-container.items .swiper-slide p strong {
	color: #222;
	font-family: Arial, "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide .bg {
	width: 340px;
	height: 150px;
	background-color: #dfbcbc;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide .bg u {
	display: block;
	position: absolute;
	width: 340px;
	height: 150px;
	margin-top: -800px;
	background-color: #2ed0b4;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover .shade {
	margin-top: 0px;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover .bg {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all0.6s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover .bg u {
	margin-top: 0px;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover p {
	color: White;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover p strong {
	color: White;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
}

.cases .box .swiper-container.mini, .cases .box .swiper-container.xs, .cases .box a.prev, .cases .box a.next {
	display: none;
}

.cases .box a.more {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	top: 700px;
	width: 140px;
	padding: 5px 0px;
	color: #00dfb9;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	border: 1px dotted #00dfb9;
	-webkit-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
	transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
}

.cases.active .box a.more {
	top: 0px;
}

.cases .box a.more:hover {
	color: White;
	background: #2fd0b5;
}

section.clients {
	background: url(../images/wallpaper4.jpg) 50% 90%;
}

.clients .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.clients .box .caption {
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.clients.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.clients .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 299px;
	height: 37px;
	background: url(../images/words.png) no-repeat -152px -528px;
}

.clients .box .caption span {
	font-size: 24px;
	padding-left: 10px;
}

.clients .box ul.items {
	margin: 0 auto;
	margin-top: 45px;
	width: 1155px;
	height: 450px;
	font-size: 0;
	overflow: hidden;
}

.clients .box ul.items li {
	position: relative;
	padding: 0;
	width: 230px;
	height: 150px;
	overflow: hidden;
	z-index: 10;
}

.clients .box ul.items li.cctv {
	top: 600px;
	background: url(../images/clients.png) no-repeat;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.cctv.active {
	background: url(../images/clients.png) no-repeat 0px -150px;
}

.clients.active .box ul.items li.cctv {
	top: 0px;
}

.clients .box ul.items li.unicom {
	top: -400px;
	background: url(../images/clients.png) no-repeat -230px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.unicom.active {
	background: url(../images/clients.png) no-repeat -230px -150px;
}

.clients.active .box ul.items li.unicom {
	top: 0px;
}

.clients .box ul.items li.tsinghua {
	top: 600px;
	background: url(../images/clients.png) no-repeat -460px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.tsinghua.active {
	background: url(../images/clients.png) no-repeat -460px -150px;
}

.clients.active .box ul.items li.tsinghua {
	top: 0px;
}

.clients .box ul.items li.cas {
	top: -400px;
	background: url(../images/clients.png) no-repeat -690px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.cas.active {
	background: url(../images/clients.png) no-repeat -690px -150px;
}

.clients.active .box ul.items li.cas {
	top: 0px;
}

.clients .box ul.items li.sipo {
	top: 600px;
	background: url(../images/clients.png) no-repeat -920px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.sipo.active {
	background: url(../images/clients.png) no-repeat -920px -150px;
}

.clients.active .box ul.items li.sipo {
	top: 0px;
}

.clients .box ul.items li.apple {
	top: 450px;
	background: url(../images/clients.png) no-repeat -1150px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.apple.active {
	background: url(../images/clients.png) no-repeat -1150px -150px;
}

.clients.active .box ul.items li.apple {
	top: 0px;
}

.clients .box ul.items li.das {
	top: -550px;
	background: url(../images/clients.png) no-repeat -1380px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.das.active {
	background: url(../images/clients.png) no-repeat -1380px -150px;
}

.clients.active .box ul.items li.das {
	top: 0px;
}

.clients .box ul.items li.hunantv {
	top: 450px;
	background: url(../images/clients.png) no-repeat -1610px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.hunantv.active {
	background: url(../images/clients.png) no-repeat -1610px -150px;
}

.clients.active .box ul.items li.hunantv {
	top: 0px;
}

.clients .box ul.items li.sino {
	top: -550px;
	background: url(../images/clients.png) no-repeat -1840px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.sino.active {
	background: url(../images/clients.png) no-repeat -1840px -150px;
}

.clients.active .box ul.items li.sino {
	top: 0px;
}

.clients .box ul.items li.report {
	top: 450px;
	background: url(../images/clients.png) no-repeat -2070px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.report.active {
	background: url(../images/clients.png) no-repeat -2070px -150px;
}

.clients.active .box ul.items li.report {
	top: 0px;
}

.clients .box ul.items li.gedu {
	top: 300px;
	background: url(../images/clients.png) no-repeat -2300px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.gedu.active {
	background: url(../images/clients.png) no-repeat -2300px -150px;
}

.clients.active .box ul.items li.gedu {
	top: 0px;
}

.clients .box ul.items li.bgg {
	top: -700px;
	background: url(../images/clients.png) no-repeat -2530px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.bgg.active {
	background: url(../images/clients.png) no-repeat -2530px -150px;
}

.clients.active .box ul.items li.bgg {
	top: 0px;
}

.clients .box ul.items li.bsec {
	top: 300px;
	background: url(../images/clients.png) no-repeat -2760px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.bsec.active {
	background: url(../images/clients.png) no-repeat -2760px -150px;
}

.clients.active .box ul.items li.bsec {
	top: 0px;
}

.clients .box ul.items li.huadan {
	top: -700px;
	background: url(../images/clients.png) no-repeat -2990px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.huadan.active {
	background: url(../images/clients.png) no-repeat -2990px -150px;
}

.clients.active .box ul.items li.huadan {
	top: 0px;
}

.clients .box ul.items li.zd {
	top: 300px;
	background: url(../images/clients.png) no-repeat -3220px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.zd.active {
	background: url(../images/clients.png) no-repeat -3220px -150px;
}

.clients.active .box ul.items li.zd {
	top: 0px;
}

.clients .box ul.items li.r {
	border-right: 1px dotted #ddd;
}

.clients .box ul.items li.b {
	border-bottom: 1px dotted #ddd;
}

.clients .box ul.items li span {
	position: absolute;
	bottom: -30px;
}

.clients .box ul.items li.bg.all {
	position: absolute;
	width: 1155px;
	height: 450px;
	background-color: White;
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

.clients .box ul.items li.bg.one {
	position: absolute;
	background: #eee;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	display: none;
}

.clients .box ul.mini {
	display: none;
}

section.quality {
	
}

section.marketing {
	background: url(../images/wallpaper6.jpg) 50% 45%;
}

.marketing .box {
	position: relative;
	margin-top: -80px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.marketing .box .caption {
	position: relative;
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}

.marketing.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.marketing .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 240px;
	height: 37px;
	background: url(../images/words.png) no-repeat right -576px;
}

.marketing .box .caption span {
	padding-left: 5px;
	font-size: 24px;
}

.marketing .box ul.items {
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	z-index: 10;
}

.marketing .box ul.items li {
	width: 128px;
	height: 280px;
	margin: 0 20px;
	overflow: hidden;
}

.marketing .box ul.items li i {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 28px;
	height: 70px;
}

.marketing .box ul.items li.se i {
	width: 54px;
	background: url(../images/words.png) no-repeat -144px -632px;
}

.marketing .box ul.items li.weixin i {
	width: 74px;
	background: url(../images/words.png) no-repeat -207px -630px;
}

.marketing .box ul.items li.weibo i {
	width: 68px;
	background: url(../images/words.png) no-repeat -288px -630px;
}

.marketing .box ul.items li.sms i {
	width: 61px;
	background: url(../images/words.png) no-repeat -366px -628px;
}

.marketing .box ul.items li.pay i {
	width: 56px;
	background: url(../images/words.png) no-repeat -438px -639px;
}

.marketing .box ul.items li.bbs i {
	width: 70px;
	background: url(../images/words.png) no-repeat -136px -705px;
}

.marketing .box ul.items li u {
	display: block;
	position: absolute;
	width: 128px;
	height: 128px;
	background: url(../images/words.png) no-repeat 0px -624px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.marketing .box ul.items li u.cl {
	clip: rect(0px, 128px, -10px, 64px);
}

.marketing .box ul.items li:hover u.cl {
	clip: rect(0px, 128px, 128px, 64px);
}

.marketing .box ul.items li u.cr {
	clip: rect(128px, 64px, 128px, 0px);
}

.marketing .box ul.items li:hover u.cr {
	clip: rect(0px, 64px, 128px, 0px);
}

.marketing .box ul.items li strong {
	display: block;
	margin: 200px 0px 10px 0px;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.marketing.active .box ul.items li strong {
	margin-top: 50px;
}

.marketing .box ul.items li p {
	line-height: 20px;
	text-align: center;
}

.marketing .shade {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	background: White;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

section.aboutus {
	position: relative;
	background: url(../images/wallpaper6.jpg) 50% 60%;
	-moz-background-size: cover;
	background-size: cover;
}

.aboutus ul.menu {
	position: absolute;
	list-style: none;
	top: 150px;
	left: 50px;
	width: 80px;
	padding: 0px;
}

.aboutus ul.menu li {
	position: relative;
	color: #888;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	z-index: 30;
	-webkit-transition: all .0s ease-in-out .2s;
	-moz-transition: all .0s ease-in-out .2s;
	-ms-transition: all .0s ease-in-out .2s;
	-o-transition: all .0s ease-in-out .2s;
	transition: all .0s ease-in-out .2s;
}

.aboutus ul.menu li.active {
	color: White;
}

.aboutus ul.menu li.bg.all {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 80px !important;
	height: 126px !important;
	background: #2fd0b5;
	-moz-opacity: 0.15;
	opacity: 0.15;
	filter: alpha(opacity = 15);
	z-index: 10;
}

.aboutus ul.menu li.bg.one {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	background: #2fd0b5;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 20;
}

.aboutus .items {
	position: absolute;
	left: -480px;
	width: 480px;
	height: 240px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.aboutus.active .items {
	left: 50%;
	-moz-opacity: 1;
	opacity: 1;
}

.aboutus .items .swiper-slide.nth1 strong {
	display: block;
	color: #ddd;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 5px;
}

.aboutus .items .swiper-slide.nth1 p {
	margin-top: 20px;
	color: #999;
	line-height: 35px;
}

.aboutus .items .swiper-slide.nth1 u {
	display: block;
	margin-top: 20px;
	color: #999;
	font-size: 24px;
	text-decoration: none;
}

.aboutus .items .swiper-slide.nth2 strong {
	display: block;
	color: #00dfb9;
	font-size: 22px;
	font-weight: normal;
	text-indent: 28px;
}

.aboutus .items .swiper-slide.nth2 p {
	margin-top: 20px;
	color: #999;
	line-height: 35px;
	text-indent: 28px;
}

.aboutus .items .swiper-slide.nth3 strong {
	display: block;
	margin-bottom: 20px;
	color: #00dfb9;
	font-size: 22px;
	font-weight: normal;
}

.aboutus .items .swiper-slide.nth3 ul {
	padding: 0px;
}

.aboutus .items .swiper-slide.nth3 ul li {
	color: #999;
	line-height: 32px;
	padding-left: 30px;
	list-style: none;
	background: url(../images/point.png) no-repeat 0px 13px;
}

.aboutus .items .swiper-slide.nth3 ul li u {
	margin: 0 15px;
	text-decoration: none;
}

.aboutus table.exp {
	position: absolute;
	bottom: -80px;
	width: 100%;
	border-top: 1px solid #666;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 20;
}

.aboutus.active table.exp {
	bottom: 0px;
}

.aboutus table.exp td {
	width: 20%;
	height: 70px;
	color: #bbb;
	text-align: center;
}

.aboutus table.exp u {
	margin-right: 10px;
	color: #00dfb9;
	font-family: Arial;
	font-size: 26px;
	text-decoration: none;
}

.aboutus .expBg {
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 70px;
	background: White;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}

.aboutus.active .expBg {
	bottom: 0px;
}

.aboutus .shade {
	position: absolute;
	width: 100%;
	height: 100%;
	background: Black;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	z-index: 5;
}

.aboutus.active .shade {
	-moz-opacity: 0;
	opacity: 0;
	z-index: -1;
}

section.aboutus2 {
	position: relative;
	background: url(../images/wallpaper7.jpg) 50% 60%;
	-moz-background-size: cover;
	background-size: cover;
}

.aboutus2 ul.menu {
	position: absolute;
	list-style: none;
	top: 150px;
	left: 50px;
	width: 80px;
	padding: 0px;
}

.aboutus2 ul.menu li {
	position: relative;
	color: #888;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	z-index: 30;
	-webkit-transition: all .0s ease-in-out .2s;
	-moz-transition: all .0s ease-in-out .2s;
	-ms-transition: all .0s ease-in-out .2s;
	-o-transition: all .0s ease-in-out .2s;
	transition: all .0s ease-in-out .2s;
}

.aboutus2 ul.menu li.active {
	color: White;
}

.aboutus2 ul.menu li.bg.all {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 80px !important;
	height: 126px !important;
	background: #2fd0b5;
	-moz-opacity: 0.15;
	opacity: 0.15;
	filter: alpha(opacity = 15);
	z-index: 10;
}

.aboutus2 ul.menu li.bg.one {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	background: #2fd0b5;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 20;
}

.aboutus2 .about-download {
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #4E6EF2;
	color: #fff;
	font-size: 16px;
	border-radius: 25px;
	cursor: pointer;
	margin-top: 20px;
}

.aboutus2 .items {
	position: absolute;
	left: -480px;
	width: 480px;
	height: 540px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.aboutus2.active .items {
	left: 50%;
	-moz-opacity: 1;
	opacity: 1;
}

.aboutus2 .items .swiper-slide.nth1 strong {
	display: block;
	color: #ddd;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 5px;
}

.aboutus2 .items .swiper-slide.nth1 p {
	margin-top: 20px;
	color: #999;
	line-height: 35px;
}

.aboutus2 .items .swiper-slide.nth1 u {
	display: block;
	margin-top: 20px;
	color: #999;
	font-size: 24px;
	text-decoration: none;
}

.aboutus2 .items .swiper-slide.nth2 strong {
	display: block;
	color: #00dfb9;
	font-size: 22px;
	font-weight: normal;
	text-indent: 28px;
}

.aboutus2 .items .swiper-slide.nth2 p {
	margin-top: 20px;
	color: #999;
	line-height: 35px;
	text-indent: 28px;
}

.aboutus2 .items .swiper-slide.nth3 strong {
	display: block;
	margin-bottom: 20px;
	color: #00dfb9;
	font-size: 22px;
	font-weight: normal;
}

.aboutus2 .items .swiper-slide.nth3 ul {
	padding: 0px;
}

.aboutus2 .items .swiper-slide.nth3 ul li {
	color: #999;
	line-height: 32px;
	padding-left: 30px;
	list-style: none;
	background: url(../images/point.png) no-repeat 0px 13px;
}

.aboutus2 .items .swiper-slide.nth3 ul li u {
	margin: 0 15px;
	text-decoration: none;
}

.aboutus2 table.exp {
	position: absolute;
	bottom: -80px;
	width: 100%;
	border-top: 1px solid #666;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 20;
}

.aboutus2.active table.exp {
	bottom: 0px;
}

.aboutus2 table.exp td {
	width: 20%;
	height: 70px;
	color: #bbb;
	text-align: center;
}

.aboutus2 table.exp u {
	margin-right: 10px;
	color: #00dfb9;
	font-family: Arial;
	font-size: 26px;
	text-decoration: none;
}

.aboutus2 .expBg {
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 70px;
	background: White;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}

.aboutus2.active .expBg {
	bottom: 0px;
}

.aboutus2 .shade {
	position: absolute;
	width: 100%;
	height: 100%;
	background: Black;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	z-index: 5;
}

.aboutus2.active .shade {
	-moz-opacity: 0;
	opacity: 0;
	z-index: -1;
}

section.contact {
	position: relative;
	background: url(../images/wallpaper8.jpg) 50% bottom;
	-moz-background-size: cover;
	background-size: cover;
}

.contact .box {
	position: relative;
	margin: 0 auto;
	width: 810px;
	height: 580px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.contact .box .above {
	position: relative;
	top: -300px;
	width: 100%;
	height: 200px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}

.contact.active .box .above {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.contact .box .above .wechat {
	float: left;
}

.contact .box .above .left {
	float: left;
	margin: -12px 0px 0px 70px;
}

.contact .box .above .left a.tel {
	display: block;
	margin: 10px 0px 15px 0px;
	width: 283px;
	height: 37px;
	text-decoration: none;
	background: url(../images/words.png) no-repeat 0px -877px;
}

.contact .box .above .left p {
	margin-top: 8px;
	color: #666;
	line-height: 26px;
}

.contact .box .above .left a {
	color: #666;
	text-decoration: none;
}

.contact .box .above .left p u {
	margin: 0 5px;
	text-decoration: none;
}

.contact .box .above .left p a.job {
	margin-left: 20px;
	color: #d00000;
	font-weight: bold;
}

.contact .box .above .left p a.job:hover {
	border-bottom: 1px solid #d00000;
}

.contact .box .above .right {
	float: right;
	margin-top: 47px;
	color: #666;
	line-height: 27px;
}

.contact .box .above .right u {
	margin: 0 5px;
	text-decoration: none;
}

.contact .box .below {
	position: relative;
	padding-top: 50px;
	width: 100%;
	border-top: 1px dotted #ccc;
}

.contact .box .below i {
	display: block;
	position: relative;
	top: 300px;
	margin: 0 auto;
	width: 424px;
	height: 86px;
	background: url(../images/words.png) no-repeat 0px -787px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}

.contact.active .box .below i {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity = 100);
}

.dock ul.icons li.tel p {
	width: 100px;
}

.dock ul.icons li.im p {
	width: 115px;
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 118px;
}

.dock ul.icons li.wechat p img {
	width: 115px;
	border: 2px solid White;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}

@media ( max-width :1300px) {
	header .logo {
		top: 24px;
		left: 35px;
		width: 160px;
	}
	header .words {
		display: none;
	}
	header nav.menu {
		margin-left: -40px;
	}
	header.fixed nav.menu {
		margin-left: -55px;
	}
	header nav.menu ul li {
		margin: 0 8px;
	}
	header .hotline {
		right: 200px;
	}
	header.fixed .hotline {
		right: 170px;
	}
	header .hotline u {
		right: 215px;
	}
	header.fixed .hotline u {
		right: 180px;
	}
}

@media ( max-width :1080px) {
	header .words {
		display: block;
		left: 220px;
	}
	header .hotline {
		right: 285px;
	}
	header.fixed .hotline {
		right: 255px;
	}
	header .hotline u {
		right: 300px;
	}
	header.fixed .hotline u {
		right: 265px;
	}
	header .menu-icon {
		display: block;
	}
	header nav.menu {
		position: fixed;
		width: 72px;
		top: 38px;
		right: -100px;
		margin: 0px;
		padding-top: 30px;
		border: 1px solid #000;
		border-top: 1px solid #00dfb9;
		border-right: none;
		background: #3a3a3a;
	}
	header.fixed nav.menu {
		top: 22px;
		margin: 0px;
	}
	header nav.menu.active {
		display: block;
		margin: 0px;
		right: 0px;
	}
	header nav.menu ul li, header.fixed nav.menu ul li {
		margin: 0px;
		margin-left: 5px;
		width: 73px;
		padding: 8px 0px;
		font-family: "宋体";
		font-size: 14px;
		text-align: center;
	}
	header nav.menu ul li.active {
		background: #111;
	}
	header nav.menu .line {
		-moz-opacity: 0;
		opacity: 0;
	}
}

@media ( max-width :720px) {
	header {
		height: 54px;
	}
	header .logo, header.fixed .logo {
		top: 17px;
		left: 20px;
		width: 120px;
	}
	header .words {
		display: none;
	}
	header .menu-icon, header.fixed .menu-icon {
		top: 18px;
		right: 30px;
	}
	header nav.menu, header.fixed nav.menu {
		width: 54px;
		top: 22px;
		padding-top: 30px;
	}
	header nav.menu ul li, header.fixed nav.menu ul li {
		margin-left: 5px;
		width: 55px;
		padding: 5px 0px;
		font-size: 12px;
	}
	header .hotline, header.fixed .hotline {
		top: 21px;
		right: 218px;
	}
	header .hotline span {
		font-size: 20px;
	}
	header .hotline u, header.fixed .hotline u {
		top: 24px;
		right: 223px;
		width: 15px;
		height: 21px;
		background: url(../images/icons.png) no-repeat 0px -34px;
	}
}

@media ( max-width :460px) {
	header {
		height: 42px;
	}
	header.fixed {
		height: 60px;
	}
	header .logo, header.fixed .logo {
		width: 80px;
	}
	header .menu-icon, header.fixed .menu-icon {
		top: 13px;
	}
	header .menu-icon span.glyphicon-earphone {
		display: inline;
	}
	header nav.menu, header.fixed nav.menu {
		top: 17px;
	}
	header .hotline, header.fixed .hotline {
		display: none;
	}
	header.fixed .bg {
		height: 60px;
	}
}

@media ( max-height :310px) {
	header, header.fixed {
		display: none;
		height: 0px;
	}
}

@media ( max-width :1280px) and (max-height:800px) {
	.video .swiper-container .nth1 {
		background: url(../images/wallpaper1_1.jpg) 50% 35%;
	}
}

@media ( max-width :960px) and (max-height:600px) {
	.video .swiper-container .nth1 {
		background: url(../images/wallpaper1_1.jpg) 50% 35%;
	}
}

@media ( max-height :750px) {
	.video .swiper-container .nth1 .line {
		display: none;
	}
}

@media ( max-width :900px) , ( min-height :1201px) , ( max-height :720px) {
	.video .swiper-container .nth1 .shade {
		display: none;
	}
}

@media ( max-width :1280px) and (max-height:800px) {
	.video .swiper-container .nth2 {
		background: url(../images/wallpaper1_2.jpg) 50% 20%;
	}
}

@media ( max-width :960px) and (max-height:600px) {
	.video .swiper-container .nth2 {
		background: url(../images/wallpaper1_2.jpg) 50% 20%;
	}
}

@media ( max-width :799px) {
	.video .swiper-container .nth2 .box {
		left: -400px;
		width: 100%;
		text-align: center;
	}
	.video .swiper-container .nth2.active .box {
		left: 0px;
	}
	.video .swiper-container .nth2 .box i {
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

@media ( max-width :1280px) and (max-height:800px) {
	.video .swiper-container .nth3 {
		background: url(../images/wallpaper1_3.jpg) 50% center;
	}
}

@media ( max-width :960px) and (max-height:600px) {
	.video .swiper-container .nth3 {
		background: url(../images/wallpaper1_3.jpg) 50% center;
	}
}

@media ( orientation :landscape) and (max-height:300px) {
	.video .swiper-container .swiper-slide {
		padding-top: 10px;
	}
	.video .swiper-container .nth2 .shade {
		margin-top: -10px;
		height: 400px;
	}
}

@media ( orientation :landscape) and (max-height:650px) {
	.video .innerBox {
		bottom: 15px;
	}
	.video .innerBox .news {
		margin-left: 100px;
		margin-bottom: 10px;
	}
	.video .innerBox .guide {
		position: absolute;
		margin: 0px;
		right: 15px;
		bottom: 18px;
		width: 110px;
	}
	.video .innerBox .guide a {
		margin: 0px 3px;
		width: 20px;
	}
	.video .innerBox a.movedown {
		position: absolute;
		margin: 0px;
		left: 15px;
		bottom: 0px;
	}
}

@media ( orientation :landscape) and (max-height:650px) and (max-width:660px) {
	.video .innerBox .news a.more {
		display: none;
	}
	.video .innerBox .news span {
		display: none;
	}
}

@media ( orientation :landscape) and (max-height:650px) and (max-width:540px) {
	.video .innerBox .news {
		margin-left: 85px;
	}
	.video .innerBox .news ul li {
		font-size: 12px;
		font-family: "宋体";
	}
}

@media ( orientation :landscape) and (max-height:650px) and (max-width:460px) , ( orientation :landscape) and (max-height:300px) , ( orientation :portrait) and (max-height:380px) {
	.video .innerBox .news {
		display: none;
	}
}

@media ( orientation :portrait) and (max-width:460px) {
	.video .innerBox .news a.more {
		display: none;
	}
	.video .innerBox .news span {
		display: none;
	}
	.video .innerBox .news {
		width: 100%;
	}
	.video .innerBox .news ul {
		width: 100%;
		text-align: center;
	}
}

@media ( orientation :portrait) and (max-width:360px) {
	.video .innerBox .news {
		margin: 0px;
		margin-bottom: 10px;
	}
	.video .innerBox .news ul li {
		font-size: 12px;
		font-family: "宋体";
	}
	.video .innerBox .guide {
		position: static;
		margin: 0 auto;
		padding-top: 10px;
		margin-bottom: 25px;
		right: inherit;
		bottom: inherit;
		width: 110px;
	}
	.video .innerBox .guide a {
		margin: 0 3px;
		width: 20px;
	}
	.video .innerBox a.movedown {
		position: static;
		margin: 0 auto;
		left: 0px;
	}
}

@media ( min-width :1921px) , ( min-height :921px) {
	section.cases {
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media ( max-width :1280px) and (max-height:800px) {
	section.cases {
		background: url(../images/wallpaper3.jpg);
	}
}

@media ( max-width :960px) and (max-height:600px) {
	section.cases {
		background: url(../images/wallpaper3.jpg);
	}
}

@media ( min-width :1151px) and (max-height:700px) {
	.cases .box .swiper-container.items {
		margin-top: 30px;
	}
	.cases .box .caption i {
		display: none;
	}
}

@media ( min-width :1151px) and (max-height:620px) {
	.cases .box .swiper-container.items .swiper-slide {
		border: none;
	}
	.cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
		display: none;
	}
}

@media ( max-width :1150px) {
	.cases .box .swiper-container.items {
		width: 840px;
	}
	.cases .box .swiper-container.items .swiper-slide {
		width: 260px;
	}
	.cases .box .swiper-container.items .swiper-slide img {
		width: 260px;
		height: 153px;
	}
	.cases .box .swiper-container.items .swiper-slide .shade {
		width: 260px;
		height: 153px;
	}
	.cases .box .swiper-container.items .swiper-slide .shade u {
		margin-top: 54px;
	}
	.cases .box .swiper-container.items .swiper-slide p strong {
		font-size: 14px;
	}
	.cases .box .swiper-container.items .swiper-slide .bg {
		width: 260px;
		height: 100px;
	}
	.cases .box .swiper-container.items .swiper-slide .bg u {
		width: 260px;
		height: 100px;
	}
}

@media ( max-width :1150px) and (max-height:660px) {
	.cases .box .swiper-container.items {
		margin-top: 40px;
	}
	.cases .box .caption i {
		display: none;
	}
}

@media ( max-width :1150px) and (max-height:580px) {
	.cases .box .swiper-container.items .swiper-slide {
		border: none;
	}
	.cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
		display: none;
	}
}

@media ( max-width :1150px) and (max-height:480px) {
	.cases .box .swiper-container.items .swiper-slide {
		border: none;
	}
	.cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
		display: none;
	}
}

@media ( orientation :landscape) and (max-width:900px) {
	.cases .box .swiper-container.items {
		display: none;
	}
	.cases .box .swiper-container.xs {
		display: block;
		margin: 0 auto;
		margin-top: 40px;
		width: 90%;
	}
	.cases .box .swiper-container.xs .swiper-slide {
		width: 31.33%;
		margin: 0 1%;
	}
	.cases .box .xs .swiper-slide p, .cases .xs .swiper-slide .bg {
		display: none;
		background: none;
	}
}

@media ( orientation :landscape) and (max-width:900px) and (max-height:450px) {
	.cases .box .swiper-container.xs {
		margin-top: 15px;
	}
	.cases .box a.more {
		margin-top: 18px;
		width: 66px;
		padding: 3px 0px;
		font-size: 16px;
	}
}

@media ( orientation :portrait) and (max-width:900px) {
	.cases .box .swiper-container.items {
		display: none;
	}
	.cases .box .swiper-container.mini {
		display: block;
		width: 340px;
		margin-top: 60px;
	}
	.cases .box .swiper-container.mini .swiper-wrapper {
		height: 300px !important;
	}
	.cases .box .swiper-container.mini .swiper-slide {
		width: 340px;
		height: 300px !important;
		border-bottom: 2px solid #2fd0b5;
		cursor: pointer;
	}
	.cases .box .swiper-container.mini .swiper-slide img {
		width: 340px;
		height: 200px;
	}
	.cases .box .swiper-container.mini .swiper-slide p {
		position: absolute;
		margin: 10px 20px;
		color: #999;
		font-family: Arial, "宋体";
		font-size: 12px;
		line-height: 26px;
		z-index: 10;
	}
	.cases .box .swiper-container.mini .swiper-slide p strong {
		color: #222;
		font-family: Arial, "微软雅黑";
		font-size: 16px;
		font-weight: normal;
	}
	.cases .box .swiper-container.mini .swiper-slide .bg {
		width: 340px;
		height: 100px;
		background-color: #fff;
		-moz-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity = 50);
	}
	.cases .box a.prev, .cases .box a.next {
		display: block;
		position: absolute;
		top: -300px;
		width: 16px;
		height: 30px;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		z-index: 100;
	}
	.cases .box a.prev {
		left: 30px;
		background: url(../images/icons.png) no-repeat 0px -219px;
	}
	.cases .box a.next {
		right: 30px;
		background: url(../images/icons.png) no-repeat -25px -219px;
	}
}

@media ( orientation :portrait) and (max-width:900px) and (max-height:700px) {
	.cases .box .swiper-container.mini {
		margin-top: 40px;
	}
	.cases .box .caption i {
		display: none;
	}
}

@media ( orientation :portrait) and (max-width:500px) {
	.cases .box .caption i {
		display: block;
	}
	.cases .box .swiper-container.mini {
		width: 260px;
		margin-top: 40px;
	}
	.cases .box .swiper-container.mini .swiper-wrapper {
		height: 253px !important;
	}
	.cases .box .swiper-container.mini .swiper-slide {
		width: 260px;
		height: 253px !important;
	}
	.cases .box .swiper-container.mini .swiper-slide img {
		width: 260px;
		height: 153px;
	}
	.cases .box .swiper-container.mini .swiper-slide p strong {
		font-size: 14px;
	}
	.cases .box .swiper-container.mini .swiper-slide .bg {
		width: 260px;
		height: 100px;
	}
	.cases .box a.prev {
		left: 20px;
	}
	.cases .box a.next {
		right: 20px;
	}
}

@media ( orientation :portrait) and (max-width:500px) and (max-height:640px) {
	.cases .box .caption i {
		display: none;
	}
}

@media ( orientation :portrait) and (max-width:500px) and (max-height:580px) {
	.cases .box .swiper-container.mini {
		margin-top: 30px;
	}
	.cases .box a.more {
		display: block;
		position: static;
		margin: 0 auto;
		margin-top: 30px;
		width: 66px;
		font-size: 16px;
		padding: 3px 0px;
	}
}

@media ( orientation :portrait) and (max-width:370px) {
	.cases .box a.prev, .cases .box a.next {
		margin-top: 175px;
	}
	.cases .box a.prev {
		left: 40px;
	}
	.cases .box a.next {
		right: 40px;
	}
}

@media ( orientation :portrait) and (max-width:370px) and (max-height:500px) {
	.cases .box .swiper-container.mini .swiper-wrapper {
		height: 153px !important;
	}
	.cases .box .swiper-container.mini .swiper-slide {
		height: 153px !important;
		border: none;
	}
	.cases .box .mini .swiper-slide p, .cases .box .mini .swiper-slide .bg {
		display: none;
	}
	.cases .box a.prev, .cases .box a.next {
		margin-top: 73px;
	}
}

@media ( min-width :1921px) , ( min-height :1201px) {
	section.clients {
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media ( max-width :1280px) and (max-height:800px) {
	section.clients {
		background: url(../images/wallpaper4.jpg) 50% 90%;
	}
}

@media ( max-width :960px) and (max-height:600px) {
	section.clients {
		background: url(../images/wallpaper4.jpg) 50% 90%;
	}
}

@media ( max-width :1150px) {
	.clients .box ul.items {
		width: 924px;
	}
	.clients .box ul.items li.bg.all {
		width: 924px;
	}
}

@media ( max-width :920px) {
	.clients .box ul.items {
		width: 693px;
	}
	.clients .box ul.items li.bg.all {
		width: 693px;
	}
}

@media ( max-width :690px) {
	.clients .box ul.items {
		width: 462px;
	}
	.clients .box ul.items li.bg.all {
		width: 462px;
	}
}

@media ( min-width :471px) and (max-height:720px) {
	.clients .box ul.items {
		height: 300px;
	}
	.clients .box ul.items li.bg.all {
		height: 300px;
	}
}

@media ( min-width :471px) and (max-height:580px) {
	.clients .box ul.items {
		height: 150px;
	}
	.clients .box ul.items li.bg.all {
		height: 150px;
	}
}

@media ( min-width :471px) and (max-height:450px) {
	.clients .box .swiper-container.items {
		margin-top: 40px;
	}
	.clients .box .caption i {
		display: none;
	}
}

@media ( min-height :920px) {
	.clients .box {
		margin-top: -80px;
	}
}

@media ( max-width :690px) and (max-height:380px) , ( max-width :620px) and (max-height:480px) , ( max-width :470px) {
	.clients .box ul.items {
		display: none;
	}
	.clients .box ul.mini {
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 30px;
		width: 500px;
		height: 550px;
		overflow: hidden;
	}
	.clients .box ul.mini li {
		position: relative;
		float: left;
		width: 200px;
		padding: 8px 0 8px 40px;
		background: url(../images/point.png) no-repeat 20px 15px;
		z-index: 20;
	}
	.clients .box ul.mini li.bg.all {
		position: absolute;
		width: 500px;
		height: 560px;
		list-style: none;
		background-color: White;
		-moz-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity = 50);
	}
	.clients .box ul.mini li.bg.one {
		display: none;
	}
}

@media ( max-width :560px) and (max-height:480px) , ( max-width :470px) {
	.clients .box ul.mini {
		width: 250px;
	}
	.clients .box ul.mini li.bg.all {
		width: 250px;
	}
}

@media ( max-width :470px) and (max-height:800px) {
	.clients .box ul.mini {
		height: 440px;
	}
	.clients .box ul.mini li.bg.all {
		height: 440px;
	}
}

@media ( max-width :470px) and (max-height:700px) {
	.clients .box ul.mini {
		height: 330px;
	}
	.clients .box ul.mini li.bg.all {
		height: 330px;
	}
}

@media ( max-width :560px) and (max-height:600px) {
	.clients .box ul.mini {
		height: 260px;
	}
	.clients .box ul.mini li.bg.all {
		height: 260px;
	}
}

@media ( max-width :690px) and (max-height:520px) {
	.clients .box ul.mini {
		margin-top: 15px;
	}
	.clients .box .caption i {
		display: none;
	}
}

@media ( max-width :690px) and (max-height:430px) {
	.clients .box ul.mini {
		height: 150px;
	}
	.clients .box ul.mini li.bg.all {
		height: 150px;
	}
}

@media ( max-width :690px) and (max-height:420px) {
	.clients .box ul.mini {
		height: 110px;
	}
	.clients .box ul.mini li.bg.all {
		height: 110px;
	}
}

@media ( max-width :690px) and (max-height:300px) {
	.clients .box ul.mini {
		margin-top: 5px;
	}
}

@media ( max-width :400px) {
	.clients .box .caption i {
		display: none;
	}
}

@media ( min-width :1921px) , ( min-height :1201px) {
	section.marketing {
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media ( max-width :1280px) and (max-height:800px) {
	section.marketing {
		background: url(../images/wallpaper6.jpg) 50% 45%;
	}
}

@media ( max-width :960px) and (max-height:600px) {
	section.marketing {
		background: url(../images/wallpaper6.jpg) 50% 45%;
	}
}

@media ( max-width :1100px) {
	.marketing .box ul.items li {
		margin: 0 10px;
	}
}

@media ( min-width :1001px) and (min-height:951px) {
	.marketing .box {
		margin-top: -170px;
	}
}

@media ( min-width :1001px) and (max-height:950px) {
	.marketing .box {
		margin-top: -130px;
	}
}

@media ( min-width :1001px) and (max-height:850px) {
	.marketing .box {
		margin-top: -90px;
	}
}

@media ( min-width :1001px) and (max-height:750px) {
	.marketing .box {
		margin-top: -60px;
	}
}

@media ( min-width :1001px) and (max-height:700px) {
	.marketing .box .caption i {
		display: none;
	}
}

@media ( min-width :1001px) and (max-height:650px) {
	.marketing .box {
		margin-top: 0px;
	}
}

@media ( max-width :1000px) {
	.marketing .box {
		margin: 0px;
	}
	.marketing .box ul.items {
		width: 550px !important;
	}
	.marketing .box ul.items li {
		height: 190px;
		margin: 0 20px;
	}
	.marketing .box ul.items li u {
		display: none;
	}
	.marketing.active .box ul.items li strong {
		margin-top: 20px;
	}
	.marketing .shade {
		display: block;
	}
}

@media ( max-width :1000px) and (min-height:920px) {
	.marketing .box {
		margin-top: -100px;
	}
}

@media ( max-width :1000px) and (max-height:700px) {
	.marketing .box ul.items li {
		height: 140px;
	}
}

@media ( max-width :1000px) and (max-height:580px) {
	.marketing .box .caption i {
		display: none;
	}
	.marketing .box ul.items {
		margin-top: 10px;
	}
}

@media ( max-width :1000px) and (max-height:430px) {
	.marketing .box ul.items {
		margin-top: 20px;
	}
	.marketing .box ul.items li {
		margin-top: 20px;
	}
}

@media ( max-width :600px) {
	.marketing .box ul.items {
		margin-top: 50px;
		width: 395px !important;
	}
}

@media ( max-width :600px) and (min-height:750px) {
	.marketing .box {
		margin-top: -70px;
	}
}

@media ( max-width :600px) and (max-height:520px) {
	.marketing .box ul.items {
		margin-top: 20px;
	}
	.marketing .box ul.items li {
		margin-top: 15px;
	}
}

@media ( max-width :450px) {
	.marketing .box {
		margin-top: 0px;
	}
	.marketing .box ul.items {
		margin-top: 20px;
		width: 220px !important;
	}
}

@media ( max-width :450px) and (max-height:730px) {
	.marketing .box ul.items {
		margin-top: 30px;
	}
	.marketing .box ul.items li {
		margin-top: 15px;
	}
}

@media ( max-width :450px) and (max-height:650px) {
	.marketing .box .caption i {
		display: none;
	}
	.marketing .box ul.items {
		margin-top: 20px;
	}
}

@media ( max-width :600px) and (max-height:380px) , ( max-width :450px) and (max-height:550px) {
	.marketing .box ul.items {
		width: 222px !important;
	}
	.marketing .box ul.items li {
		position: relative;
		width: 102px;
		margin: 0 3px;
		padding: 0px;
		text-align: center;
	}
	.marketing .box ul.items li strong, .marketing.active .box ul.items li strong {
		display: block;
		position: absolute;
		float: none;
		padding: 0px;
		margin: 0 auto;
		width: 100px;
		font-size: 14px;
		font-weight: normal;
		line-height: 36px;
		border: 1px solid #eee;
	}
	.marketing .box ul.items li i {
		position: absolute;
		width: 130px !important;
		height: 36px !important;
		margin: 0 !important;
		padding: 1px 0 0 1px !important;
		background: White !important;
		-moz-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity = 50);
	}
}

@media ( orientation :landscape) and (max-height:230px) {
	.marketing .box ul.items {
		width: 334px !important;
	}
}

@media ( max-width :1280px) and (max-height:800px) {
	section.aboutus {
		background: url(../images/wallpaper7.jpg) 50% 60%;
	}
}

@media ( max-width :960px) and (max-height:600px) {
	section.aboutus {
		background: url(../images/wallpaper7.jpg) 50% 60%;
	}
}

@media ( max-width :1200px) {
	.aboutus table.exp td:nth-child(2) {
		display: none;
	}
	.aboutus table.exp td {
		width: 25%;
	}
}

@media ( max-width :1100px) {
	.aboutus .items {
		left: auto;
		right: -480px;
	}
	.aboutus.active .items {
		left: auto;
		right: 70px;
	}
}

@media ( max-width :900px) {
	.aboutus table.exp td:last-child {
		display: none;
	}
	.aboutus table.exp td {
		width: 33.333333%;
	}
}

@media ( max-width :780px) {
	.aboutus.active .items {
		left: auto;
		right: 30px;
	}
}

@media ( max-width :780px) and (max-height:500px) {
	.aboutus ul.menu {
		top: 100px;
	}
}

@media ( max-width :780px) and (max-height:400px) {
	.aboutus .items {
		height: 220px;
	}
	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 30px;
	}
	.aboutus .items .swiper-slide.nth1 p {
		margin-top: 15px;
	}
	.aboutus .items .swiper-slide.nth1 u {
		margin-top: 15px;
		font-size: 22px;
	}
	.aboutus .items .swiper-slide.nth2 p {
		margin-top: 12px;
		line-height: 32px;
	}
	.aboutus .items .swiper-slide.nth3 strong {
		margin-bottom: 15px;
	}
}

@media ( max-width :780px) and (max-height:340px) {
	.aboutus .items {
		height: 190px;
	}
	.aboutus.active .items {
		right: -50px;
	}
	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 26px;
	}
	.aboutus .items .swiper-slide.nth1 u {
		margin-top: 0px;
		font-size: 14px;
	}
	.aboutus .items .swiper-slide.nth2 p:last-child {
		display: none;
	}
	.aboutus .items .swiper-slide.nth2 p {
		display: block;
		width: 350px;
		line-height: 35px;
	}
	.aboutus .items .swiper-slide.nth3 ul li:last-child {
		display: none;
	}
}

@media ( max-width :780px) and (max-height:310px) {
	.aboutus ul.menu {
		top: 40px;
	}
	.aboutus .items {
		height: 140px;
	}
	.aboutus.active .items {
		right: -100px;
	}
	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 22px;
	}
	.aboutus .items .swiper-slide.nth1 p {
		font-family: "宋体";
		font-size: 12px;
		line-height: 25px;
	}
	.aboutus .items .swiper-slide.nth1 u {
		margin-top: -6px;
		font-family: "宋体";
		font-size: 12px;
	}
	.aboutus .items .swiper-slide.nth2 p {
		width: 330px;
		font-family: "宋体";
		font-size: 12px;
		line-height: 25px;
	}
	.aboutus .items .swiper-slide.nth3 ul li {
		font-family: "宋体";
		font-size: 12px;
		line-height: 25px;
		background-position: 0px 7px;
	}
}

@media ( max-width :550px) {
	.aboutus ul.menu {
		top: 90px;
		left: auto;
		right: 30px;
		width: 180px;
	}
	.aboutus ul.menu li {
		float: left;
		width: 60px;
		padding: 6px 0px;
	}
	.aboutus ul.menu li.bg.all {
		left: auto;
		margin: 0px;
		width: 180px !important;
		height: 34px !important;
	}
	.aboutus ul.menu li.bg.one {
		width: 60px;
	}
	.aboutus .items, .aboutus.active .items {
		left: 30px;
		right: auto;
	}
}

@media ( max-width :550px) and (max-height:310px) {
	.aboutus ul.menu {
		top: 25px;
	}
}

@media ( orientation :portrait) and (max-width:700px) {
	.aboutus ul.menu {
		top: 120px;
		left: 50%;
		width: 80px;
		margin-left: -120px;
		width: 240px;
	}
	.aboutus ul.menu li {
		float: left;
		width: 80px !important;
		padding: 10px 0px;
	}
	.aboutus ul.menu li.bg.all {
		left: 50%;
		margin-left: -120px;
		width: 240px !important;
		height: 42px !important;
	}
	.aboutus .items, .aboutus.active .items {
		left: 50%;
		margin-left: -240px;
		height: 280px;
	}
	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 32px;
		text-align: center;
	}
	.aboutus .items .swiper-slide.nth1 p {
		display: block;
		width: 230px;
		margin: 0 auto;
		margin-top: 30px;
	}
	.aboutus .items .swiper-slide.nth1 u {
		font-size: 14px;
		width: 230px;
		margin: 0 auto;
		margin-top: 6px;
	}
	.aboutus .items .swiper-slide.nth2 strong {
		text-align: center;
		margin-left: -20px;
	}
	.aboutus .items .swiper-slide.nth2 p {
		display: block;
		width: 240px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.aboutus .items .swiper-slide.nth3 strong {
		text-align: center;
		margin-left: 10px;
	}
	.aboutus .items .swiper-slide.nth3 ul {
		width: 240px;
		margin: 0 auto;
	}
	.aboutus .items .swiper-slide.nth3 ul li {
		line-height: 32px;
	}
	.aboutus .items .swiper-slide.nth3 ul li:last-child {
		display: none;
	}
}

@media ( orientation :portrait) and (max-width:700px) and (max-height:660px) {
	.aboutus ul.menu {
		top: 100px;
	}
	.aboutus .items, .aboutus.active .items {
		margin-top: 20px;
	}
}

@media ( orientation :portrait) and (max-width:700px) and (max-height:500px) {
	.aboutus ul.menu {
		top: 90px;
	}
	.aboutus .items, .aboutus.active .items {
		margin-top: 60px;
		height: 260px;
	}
	.aboutus .items .swiper-slide.nth1 p {
		margin-top: 15px;
	}
	.aboutus .items .swiper-slide.nth3 ul li {
		line-height: 30px;
	}
}

@media ( orientation :portrait) and (max-width:700px) and (max-height:470px) {
	.aboutus ul.menu {
		top: 80px;
	}
	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 24px;
	}
	.aboutus .items .swiper-slide.nth1 p {
		margin-top: 10px;
		line-height: 27px;
	}
	.aboutus .items .swiper-slide.nth1 u {
		margin-top: 4px;
	}
	.aboutus .items .swiper-slide.nth2 p {
		margin-top: 10px;
		line-height: 28px;
	}
	.aboutus .items .swiper-slide.nth2 p:last-child {
		display: none;
	}
	.aboutus .items .swiper-slide.nth3 strong {
		margin-bottom: 8px;
	}
	.aboutus .items .swiper-slide.nth3 ul li {
		line-height: 25px;
	}
}

@media ( max-width :680px) , ( max-height :470px) {
	.aboutus table.exp, .aboutus .expBg {
		display: none;
		height: 0px;
	}
}

@media ( max-width :1280px) and (max-height:800px) {
	section.contact {
		background: url(../images/wallpaper8.jpg) 50% bottom;
	}
}

@media ( max-width :960px) and (max-height:600px) {
	section.contact {
		background: url(../images/wallpaper8.jpg) 50% 10%;
	}
}

@media ( max-width :950px) {
	.contact .box {
		width: 470px;
	}
	.contact .box .above .left {
		float: right;
		margin-left: 0px;
	}
	.contact .box .above .right {
		display: none;
	}
}

@media ( orientation :landscape) and (max-height:520px) {
	.contact .box {
		height: 150px;
	}
	.contact .box .below {
		display: none;
	}
}

@media ( orientation :landscape) and (max-height:480px) and (max-width:570px) {
	.contact .box {
		width: 380px;
		height: 140px;
	}
	.contact .box .above .wechat {
		margin-top: 5px;
		width: 100px;
	}
	.contact .box .above .left p {
		margin-top: 0px;
	}
}

@media ( orientation :portrait) and (max-width:550px) {
	.contact .box {
		width: 430px;
		height: 490px;
	}
	.contact .box .above .wechat {
		position: absolute;
		float: none;
		margin: 0px;
		top: 200px;
		width: 100px;
		left: 50%;
		margin-left: -50px;
	}
	.contact .box .above .left {
		position: absolute;
		float: none;
		margin: 0px;
		top: -65px;
		left: 50%;
		margin-left: -125px;
	}
	.contact .box .below {
		margin-top: 150px;
	}
}

@media ( orientation :portrait) and (max-width:550px) and (max-height:650px) , ( orientation :portrait) and (max-width:470px) {
	.contact .box {
		width: 260px;
		height: 350px;
	}
	.contact .box .above .wechat {
		width: 150px;
		margin-left: -75px;
	}
	.contact .box .below {
		display: none;
	}
}

@media ( orientation :portrait) and (max-height:450px) {
	.contact .box {
		height: 160px;
	}
	.contact .box .above .wechat {
		display: none;
	}
}

@media ( max-width :700px) , ( max-height :600px) {
	.dock {
		display: none;
	}
}

@media ( max-width :319px) , ( max-height :210px) {
	body {
		display: none;
	}
	html {
		background: url(../images/displaynone.png) no-repeat 50% top;
		background-color: #333a32;
	}
}

.clear {
	clear: both;
}

#BDBridgeWrap {
	display: none;
}

.aboutus-con {
	margin: 70px auto 0px auto;
	position: relative;
	width: 960px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.07);
	height: 100%;
}

.dld {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.dld img {
	width: 100%;
}

.title0 {
	font-size: 16px;
	color: #39b357;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	position: absolute;
	margin-left: 640px;
	margin-top: 6px;
}

.title1 {
	font-size: 16px;
	color: #aa6d6d;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	position: absolute;
	margin-left: 640px;
	margin-top: 40px;
}

.dldshop {
	margin-top: 10px;
	margin-bottom: 4px;
}

.dldshop-img {
	width: 632px;
	height: 31px;
}

.dldshop-text {
	width: 604px;
	background-color: #F4F4F6;
	border-radius: 5px;
	margin-top: 4px;
	color: #000;
	line-height: 20px;
	padding: 8px;
	margin: 4px 8px;
	font-size: 12px;
}

/**********************************************************************/

/* =========================================================
column
========================================================= */
.large-inner {
	max-width: 1440px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.large-inner {
		padding: 0 4vw;
	}
}

.mid-inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.mid-inner {
		padding: 0 4vw;
	}
}

.short-inner {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.short-inner {
		padding: 0 4vw;
	}
}

.l-col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.l-col-wrap {
		display: block;
	}
}

.l-white-plate {
	background: #fff;
	padding: 80px 60px;
}

@media screen and (max-width: 767px) {
	.l-white-plate {
		padding: 12vw 8vw 16vw;
	}
}

.l-harf {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.l-harf {
		width: 100%;
	}
}

.l-col3 {
	width: 33.333333%;
}

@media screen and (max-width: 767px) {
	.l-col3 {
		width: 100%;
	}
}

.l-col3-gap-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.l-col3-gap-wrap {
		display: block;
	}
}

.l-col3-gap {
	width: 30%;
}

@media screen and (max-width: 767px) {
	.l-col3-gap {
		width: 100%;
		margin-bottom: 8vw;
	}
	.l-col3-gap:last-child {
		margin-bottom: 0;
	}
}

.l-col4-gap-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.l-col4-gap-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.l-col4-gap {
	width: 23%;
	letter-spacing: .09em;
}

@media screen and (max-width: 767px) {
	.l-col4-gap {
		width: 48%;
		margin-bottom: 6vw;
	}
	.l-col4-gap:last-child {
		margin-bottom: 0;
	}
}

/* =========================================================
btn
========================================================= */
.solid-btn {
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	font-size: 13px;
	padding: 0.8em 1.5em;
	border-radius: 2px;
}

@media screen and (max-width: 767px) {
	.solid-btn {
		color: #fff;
		background: #000;
		text-align: left;
		position: relative;
		border-radius: 0;
		font-size: 3.2vw;
	}
	.solid-btn:after {
		content: "";
		display: block;
		width: 0.4em;
		height: 0.4em;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		position: absolute;
		top: 40%;
		right: 4vw;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.skeleton-btn {
	display: block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border: solid 1px #fff;
	padding: 0.9em 0;
}

.skeleton-btn span {
	display: inline-block;
	font-size: 0.7em;
	margin-left: 0.8em;
}

.border-btn {
	display: block;
	width: 100%;
	text-align: center;
	border: solid 1px #afafaf;
	font-size: 13px;
	padding: 0.5em 1.5em;
	border-radius: 2px;
}

.border-btn:hover {
	opacity: 1;
	color: #fff;
	border: solid 1px #333;
	background: #333;
}

.text-arrow-btn {
	display: inline-block;
}

.text-arrow-btn:before {
	content: url("../img/svg/ic_arrow.svg");
	vertical-align: sub;
	display: inline-block;
	margin-right: 0.4em;
}

.more-btn {
	display: inline-block;
	font-size: 12px;
	color: #7c7c7c;
	position: relative;
	padding-bottom: 0.1em;
}

.more-btn:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #7c7c7c;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

@media screen and (min-width: 950px) {
	.more-btn:hover:after {
		left: 100%;
		width: 0;
	}
}

/* =========================================================
titles
========================================================= */
.second-index-ttl {
	font-size: 28px;
	letter-spacing: 0.12em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.second-index-ttl {
		font-size: 6.4vw;
		margin-bottom: 8vw;
		margin-bottom: 6vw;
	}
}

.large-catch-ttl {
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.large-catch-ttl {
		font-size: 5.6vw;
		margin-bottom: 8vw;
	}
}

.page-contents-ttl {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

.page-contents-ttl span {
	display: block;
	font-size: 0.65em;
}

@media screen and (max-width: 767px) {
	.page-contents-ttl {
		font-size: 5.6vw;
		margin-bottom: 6vw;
	}
}

.number-ttl-sholder {
	font-size: 18px;
	line-height: 1.2;
}

.number-ttl-sholder b {
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.number-ttl-sholder {
		font-size: 3.73333vw;
	}
}

.number-ttl {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}

.number-ttl b {
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.number-ttl {
		font-size: 5.86667vw;
		line-height: 1.5;
		margin-bottom: 4vw;
	}
}

.page-aside-ttl {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.page-aside-ttl {
		font-size: 5.6vw;
		margin-bottom: 6vw;
	}
}

.big-bold-ttl {
	font-size: 24px;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.big-bold-ttl {
		font-size: 4.53333vw;
	}
}

.mid-bold-ttl {
	font-size: 18px;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.mid-bold-ttl {
		font-size: 4.53333vw;
	}
}

.min-bold-ttl {
	margin-bottom: 0.5em;
}

/* =========================================================
syntax
========================================================= */
.hr-text {
	width: 100%;
	max-width: 790px;
	padding: 0 20px;
	margin: 0 auto;
	line-height: 2.0;
}

@media screen and (max-width: 767px) {
	.hr-text {
		padding: 0;
	}
}

.single-fig-wrap {
	text-align: center;
}

.single-fig-wrap img {
	max-width: 100%;
	height: auto;
}

.body-copy-min {
	font-size: 12px;
}

.caption {
	font-size: 12px;
	color: #666;
	position: relative;
	padding-top: 1.2em;
}

@media screen and (max-width: 767px) {
	.caption {
		font-size: 3.46667vw;
	}
}

/* =========================================================
second_menu
========================================================= */
.second-menu-wrap {
	display: block;
	width: 100%;
	background: #333;
	position: relative;
	z-index: 1;
}

.second-menu-wrap.fixed-menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-animation-name: fixed-float;
	animation-name: fixed-float;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@media screen and (max-width: 767px) {
	.second-menu-wrap {
		z-index: 3;
	}
}

@
-webkit-keyframes fixed-float { 0% {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
}

100%
{
-webkit-transform










:





 





translateY










(0);
transform










:





 





translateY










(0);
}
}
@
keyframes fixed-float { 0% {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
}

100%
{
-webkit-transform










:





 





translateY










(0);
transform










:





 





translateY










(0);
}
}
.second-menu-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.second-menu-inner {
		height: 10vw;
		position: relative;
	}
}

.second-menu-category {
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.second-menu-category {
		font-size: 4.26667vw;
	}
}

.second-menu-list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.second-menu-list-wrap {
		display: block;
		width: 100%;
		padding: 0;
		position: absolute;
		left: 0;
		top: 10vw;
		background: #222;
		-webkit-transition: padding .3s;
		-o-transition: padding .3s;
		transition: padding .3s;
	}
	.second-menu-list-wrap.is-active {
		padding: 4vw 0;
	}
	.second-menu-list-wrap.is-active .second-menu-list {
		line-height: 1.8;
	}
	.second-menu-list-wrap.is-active .second-menu-link {
		line-height: 1.8;
		padding: 1.0em 1.6em;
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 767px) {
	body.under-third-layer .second-menu-list-wrap.is-active .second-menu-link {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
}

.second-menu-list {
	position: relative;
	padding: 0 1.5em;
}

.second-menu-list:after {
	content: "";
	display: block;
	width: 1px;
	height: 1.4em;
	background: #858585;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.7em;
}

.second-menu-list:last-child {
	padding: 0 0 0 1.5em;
}

.second-menu-list:last-child:after {
	content: none;
}

@media screen and (max-width: 767px) {
	.second-menu-list {
		padding: 0;
		line-height: 0;
	}
	.second-menu-list:after {
		content: none;
	}
	.second-menu-list:last-child {
		padding: 0;
	}
}

.second-menu-link {
	display: inline-block;
	font-size: 12px;
	color: #858585;
	padding: 1.6em 0;
	position: relative;
}

.second-menu-link:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #858585;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

@media screen and (min-width: 950px) {
	.second-menu-link:hover:after {
		width: 100%;
	}
}

.second-menu-link.link-disabled {
	pointer-events: none;
	color: #fff;
}

.second-menu-link.link-disabled:after {
	width: 100%;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.second-menu-link {
		font-size: 4vw;
		padding: 0 1.6em;
		line-height: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.second-menu-link:after {
		content: none;
	}
}

.second-menu-arrow {
	display: none;
}

@media screen and (max-width: 767px) {
	.second-menu-arrow {
		display: block;
		width: 10vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 2vw;
	}
	.second-menu-arrow:after {
		content: "";
		display: block;
		width: 2.5vw;
		height: 2.5vw;
		border-right: solid 2px #fff;
		border-bottom: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 28%;
		left: 38%;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	.second-menu-arrow.is-active:after {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 40%;
	}
}

/* =========================================================
other-link
========================================================= */
.other-link-wrap {
	width: 100%;
	position: relative;
	z-index: 1;
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.other-link-wrap {
		padding-bottom: 14vw;
	}
}

.other-link-list-wrap {
	width: 100%;
	position: relative;
	z-index: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.other-link-list {
	background: #ccc;
}

@media screen and (max-width: 767px) {
	.other-link-list {
		margin-bottom: 1px;
	}
}

.other-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.other-link:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.other-link:after {
	content: "";
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 48%;
	right: 2em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (min-width: 950px) {
	.other-link:hover {
		opacity: 1;
	}
	.other-link:hover:before {
		background: rgba(0, 0, 0, 0.7);
	}
	.other-link:hover:after {
		right: 1.5em;
	}
}

@media screen and (max-width: 767px) {
	.other-link {
		height: 31vw;
	}
}

.other-link-name {
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.other-link-name span {
	display: block;
	font-size: 0.6em;
}

@media screen and (max-width: 767px) {
	.other-link-name {
		font-size: 4.26667vw;
	}
}

.other-link-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.other-link-bg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: auto;
	max-width: none;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.other-link-bg img {
		width: 100%;
		height: auto;
	}
}

/* =========================================================
relation_link
========================================================= */
.relation-link-wrap {
	width: 100%;
	padding: 90px 0;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.relation-link-wrap {
		padding: 10vw 0 16vw;
	}
}

.relation-link-list-wrap {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.relation-link {
	display: block;
}

@media screen and (min-width: 950px) {
	.relation-link:hover .more-btn:after {
		left: 100%;
		width: 0;
	}
}

.relation-fig {
	line-height: 0;
	margin-bottom: 0.5em;
}

.relation-copy {
	margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
	.relation-copy {
		font-size: 3.46667vw;
	}
}

/* =========================================================
detail_link
========================================================= */
.detail-link-wrap {
	width: 100%;
	padding: 90px 0 100px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.detail-link-wrap {
		padding: 14vw 0;
	}
}

.detail-box {
	margin-bottom: 40px;
}

.detail-box:last-child {
	margin-bottom: 0;
}

.detail-link-list-wrap {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.detail-link {
	display: block;
}

.detail-fig {
	line-height: 0;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.detail-copy {
		font-size: 3.2vw;
		line-height: 1.6;
	}
}

/* =========================================================
faq
========================================================= */
.faq-content-wrap {
	width: 100%;
	padding: 0 40px;
}

@media screen and (max-width: 767px) {
	.faq-content-wrap {
		padding: 0;
	}
}

.faq-content {
	width: 100%;
	margin-bottom: 60px;
}

.faq-content:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.faq-content {
		margin-bottom: 10vw;
	}
}

.q-head {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 1em 2em;
	margin-bottom: 1.5em;
	border-bottom: dotted 1px #ddd;
	position: relative;
	z-index: 1;
}

.q-head:before {
	content: "Q.";
	display: inline-block;
	position: absolute;
	left: 0;
}

@media screen and (max-width: 767px) {
	.q-head {
		font-size: 4.26667vw;
	}
}

.a-content {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	padding-left: 2em;
	position: relative;
}

.a-content:before {
	content: "A.";
	display: inline-block;
	position: absolute;
	left: 0;
}

.a-content .a-head {
	margin-bottom: 0.5em;
}

.a-content p {
	font-size: 14px;
	font-weight: 300;
}

@media screen and (max-width: 767px) {
	.a-content {
		font-size: 4.26667vw;
	}
	.a-content p {
		font-size: 3.73333vw;
	}
}

/* =========================================================
bnr
========================================================= */
.bnr-wrap {
	width: 100%;
	max-width: 790px;
	padding: 0 10px;
	margin: 0 auto 80px;
}

.bnr-link {
	width: 100%;
	display: block;
	border: solid 1px #e0e4e7;
	overflow: hidden;
	border-radius: 6px;
	line-height: 0;
	position: relative;
}

.bnr-link:before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	position: absolute;
	top: 48%;
	right: 2.2%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

.bnr-link:after {
	content: "";
	display: inline-block;
	width: 5.194%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/* =========================================================
underlayer_hero
========================================================= */
/*mid-hero-wrap
--------------------------------------------------*/
.mid-hero-wrap {
	width: 100%;
	height: 340px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.mid-hero-wrap {
		height: 53.33333vw;
	}
}

.short-hero-wrap {
	width: 100%;
	height: 280px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: 70px;
}

.short-hero-wrap.fixed-menu {
	margin-top: 59px;
}

@media screen and (max-width: 767px) {
	.short-hero-wrap {
		height: 44vw;
	}
	.short-hero-wrap.fixed-menu {
		margin-top: 10vw;
	}
}

.default-hero-wrap {
	width: 100%;
	height: 140px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #333;
}

.hero-fig {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.hero-fig img {
	width: 100%;
	max-width: none;
	height: auto;
}

@media screen and (max-width: 767px) {
	.hero-fig {
		height: 100%;
	}
}

@media screen and (max-width: 1460px) {
	.hero-fig img {
		width: auto;
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.hero-fig img {
		width: 100%;
		height: auto;
	}
}

.mid-hero-inner, .short-hero-inner, .default-hero-inner {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-elm-wrap {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.hero-elm-wrap {
		padding: 0 4vw;
	}
}

.hero-elm-btn-wrap {
	width: 250px;
}

@media screen and (max-width: 767px) {
	.hero-elm-btn-wrap {
		display: none;
	}
}

.category-ttl {
	font-size: 28px;
	letter-spacing: 0.12em;
	color: #fff;
}

.category-ttl span {
	display: inline-block;
	margin-right: 1em;
	font-size: 1.25em;
}

@media screen and (max-width: 767px) {
	.category-ttl {
		font-size: 4.8vw;
	}
	.category-ttl span {
		display: inline-block;
		margin-right: 0.6em;
		font-size: 1.4em;
	}
}

.page-head-ttl {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.12em;
	color: #fff;
}

.page-head-ttl .category-name {
	display: block;
	font-size: 0.6em;
	line-height: 1.2;
	color: #000;
}

@media screen and (max-width: 767px) {
	.page-head-ttl {
		font-size: 5.6vw;
	}
}

@media screen and (max-width: 767px) {
	body.under-third-layer .category-name {
		opacity: 0;
		display: none;
	}
}

/* =========================================================
corporate
========================================================= */
.corporate-wrap {
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.corporate-wrap {
		margin: 14vw auto;
	}
}

/*corporate-top-menu
--------------------------------------------------*/
.corporate-top-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.corporate-top-menu-l {
	width: 49%;
}

@media screen and (max-width: 767px) {
	.corporate-top-menu-l {
		width: 50%;
	}
}

.corporate-top-menu-m {
	width: 32%;
}

@media screen and (max-width: 767px) {
	.corporate-top-menu-m {
		width: 50%;
	}
}

@media screen and (min-width: 950px) {
	.corporate-top-menu-link:hover {
		opacity: 1;
	}
	.corporate-top-menu-link:hover .corporate-top-menu-fig img {
		opacity: 1;
		/*transform: scale(1.1);*/
	}
}

.corporate-top-menu-fig {
	line-height: 0;
	overflow: hidden;
	background: #000;
}

@media screen and (min-width: 950px) {
	.corporate-top-menu-fig img {
		opacity: 0.75;
		-webkit-transition: all .8s;
		-o-transition: all .8s;
		transition: all .8s;
	}
}

.corporate-top-menu-txt {
	padding: 10px 0 40px 20px;
}

@media screen and (max-width: 767px) {
	.corporate-top-menu-txt {
		padding: 2vw 0 4vw 1vw;
	}
}

.corporate-top-menu-txt p {
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	.corporate-top-menu-txt p {
		font-size: 3.73333vw;
	}
}

.corporate-top-menu-txt span {
	font-size: 11px;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.corporate-top-menu-txt span {
		font-size: 2.66667vw;
		padding-left: 1vw;
	}
}

/*corporate-menu-btn
--------------------------------------------------*/
.corporate-menu-btn-wrap {
	width: 100%;
	height: 300px;
	background: url(../img/corporate/corporate_menu_btn_fig.jpg) no-repeat top 3% center;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.corporate-menu-btn-wrap {
		background: none;
		height: auto;
		margin-bottom: 14vw;
	}
}

.corporate-menu-btn {
	width: 750px;
	margin: 0 auto;
	padding-top: 4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: distribute;
	align-content: space-around;
}

@media screen and (max-width: 767px) {
	.corporate-menu-btn {
		display: block;
		padding-top: 0;
		width: 100%;
	}
}

.corporate-menu-btn li {
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 2px;
	width: 42%;
}

@media screen and (max-width: 767px) {
	.corporate-menu-btn li {
		width: 100%;
		color: #252525;
		font-size: 3.2vw;
		border: 1px solid #afafaf;
	}
}

@media screen and (max-width: 767px) {
	.corporate-menu-btn li:first-child {
		margin-bottom: 7vw;
		margin-top: 7vw;
	}
}

.top-menu-btn-link {
	display: block;
	color: #fff;
	position: relative;
	padding: 1em 0;
}

@media screen and (max-width: 767px) {
	.top-menu-btn-link {
		color: #252525;
	}
}

.top-menu-btn-link:after {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 43%;
	right: 1.5em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.top-menu-btn-link:after {
		border-top: 1px solid #252525;
		border-right: 1px solid #252525;
	}
}

/* =========================================================
common
========================================================= */
/*corporate-content-cv-wrap
--------------------------------------------------*/
.corporate-content-cv-wrap {
	width: 100%;
	position: relative;
	z-index: 1;
}

.content-cv-list-wrap {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content-cv-list {
	width: 100%;
}

.content-cv-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	background-color: #5c5c5c;
}

@media screen and (max-width: 767px) {
	.content-cv-btn {
		height: 18vw;
	}
}

.content-cv-text {
	width: 80%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}

.content-cv-text>span {
	font-family: 'Roboto', sans-serif;
	font-size: 0.6em;
	margin-left: 1em;
}

@media screen and (max-width: 767px) {
	.content-cv-text {
		font-size: 4.53333vw;
	}
}

.content-cv-img {
	width: 20%;
	border-left: dotted 1px #d6d6d6;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*corporate-footer-menu-wrap
--------------------------------------------------*/
.corporate-footer-menu-wrap {
	padding: 80px 0 50px;
}

@media screen and (max-width: 767px) {
	.corporate-footer-menu-wrap {
		padding: 11vw 0 7vw;
	}
}

.corporate-footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.corporate-footer-menu li {
	width: 19.5%;
	margin-bottom: 30px;
	height: auto;
}

@media screen and (max-width: 767px) {
	.corporate-footer-menu li {
		width: 48%;
		margin-bottom: 4vw;
	}
}

.corporate-footer-menu-link {
	display: block;
}

.corporate-footer-menu-link img {
	width: 100%;
}

.corporate-footer-menu-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}

.corporate-footer-menu-left li {
	width: 19.5%;
	margin-bottom: 30px;
	margin-right: 7px;
	height: auto;
}

@media screen and (max-width: 767px) {
	.corporate-footer-menu-left li {
		width: 48%;
		margin-bottom: 4vw;
	}
}

.corporate-footer-menu-link {
	display: block;
}

.corporate-footer-menu-link img {
	width: 100%;
}

/*corporate-reuse-blocks
--------------------------------------------------*/
.corporate-reuse-blocks {
	padding: 0px 145px;
	margin-bottom: 45px;
	background: #fff;
}

@media screen and (max-width: 1000px) {
	.corporate-reuse-blocks {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.corporate-reuse-blocks {
		padding: 2.60vw 7.17vw;
		margin-bottom: 5.21vw;
	}
}

.corporate-reuse-blocks dl {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-bottom: 0px;
}

.corporate-reuse-blocks dl:last-of-type {
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	.corporate-reuse-blocks dl {
		padding: 5.21vw 0;
	}
}

.corporate-reuse-blocks dl dt {
	width: 180px;
	font-size: 14px;
	color: #434343;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
	.corporate-reuse-blocks dl dt {
		width: 100%;
		font-size: 3.65vw;
		font-weight: bold;
		padding-bottom: 1.95vw;
	}
}

.corporate-reuse-blocks dl dd {
	width: calc(100% - 180px);
	font-size: 14px;
	color: #434343;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
	.corporate-reuse-blocks dl dd {
		width: 100%;
		font-size: 3.65vw;
	}
}

/*corporate-center-effect
--------------------------------------------------*/
.corporate-center-effect {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*corporate-center-effect
--------------------------------------------------*/
.corporate-idea-wrap {
	padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.corporate-idea-wrap {
		padding-bottom: 10vw;
	}
}

.corporate-idea-wrap .page-aside-ttl.type-color-gray {
	color: #333;
}

.corporate-idea-wrap p {
	letter-spacing: normal;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.corporate-idea-wrap p {
		font-size: 3.65vw;
		letter-spacing: 0.12em;
		padding-bottom: 5vw;
	}
}

.corporate-idea-wrap figure {
	text-align: center;
}

.corporate-wrap .short-inner .corporate-idea-wrap:last-of-type {
	padding-bottom: 0;
}

.corporate-wrap .corporate-idea-wrap .corporate-idea-cover {
	background: #fff;
	padding: 60px 30px;
}

@media screen and (max-width: 767px) {
	.corporate-wrap .corporate-idea-wrap .corporate-idea-cover {
		padding: 4vw;
	}
}

/*number （TLOG）追加 2020/9/24
--------------------------------------------------*/
.corporate-idea-cover ul.number li {
	list-style-type: decimal;
	padding: 10px 0 10px 0;
	margin: 0 0 0 4em;
}

.corporate-idea-cover ul.number li:last-of-type {
	padding-bottom: 0;
}

.corporate-idea-cover ul.number.sub_number {
	padding-top: 10px;
}

/*item （TLOG）追加 2020/9/24
--------------------------------------------------*/
.corporate-idea-cover ul.item li {
	list-style-type: disc;
	padding: 0 0 0 0;
	margin: 0 0 0 2em;
}

.corporate-idea-cover ul.item li:last-of-type {
	padding-bottom: 0;
}

.corporate-idea-cover ul.item.sub_item {
	padding-top: 10px;
}

/*category-name
--------------------------------------------------*/

/*corporate-btn-blocks
--------------------------------------------------*/
.corporate-btn-blocks .detail-link-btn {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.corporate-btn-blocks .detail-link-btn {
		width: 100%;
	}
	.corporate-btn-blocks .detail-link-btn a {
		line-height: 1;
		font-size: 3.12vw;
		padding: 4.23729vw 0;
	}
}

/*corporate-tab-br
--------------------------------------------------*/
.corporate-tab-br {
	display: none;
}

@media screen and (max-width: 949px) {
	.corporate-tab-br {
		display: inline;
	}
}

/*number
--------------------------------------------------*/
.corporate-reuse-blocks ul.number li {
	list-style-type: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 2em;
}

.corporate-reuse-blocks ul.number li:last-of-type {
	padding-bottom: 0;
}

.corporate-reuse-blocks ul.number.sub_number {
	padding-top: 10px;
}

body.black .page-head-ttl {
	color: #333;
}

body.black .page-head-ttl .category-name {
	color: #333;
}

/*second-menu
--------------------------------------------------*/
@media screen and (min-width: 768px) {
	.under-third-layer .second-menu-wrap {
		opacity: 0;
		display: none;
	}
}

/* =========================================================
message
========================================================= */
.corporate-greeting-wrap dl {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.corporate-greeting-wrap dl {
		padding-bottom: 6vw;
	}
}

.corporate-greeting-wrap dl dt {
	width: 260px;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.corporate-greeting-wrap dl dt {
		width: 100%;
		text-align: center;
	}
}

.corporate-greeting-wrap dl dd {
	width: calc(100% - 260px);
	padding-left: 20px;
	line-height: 1.6;
}

@media screen and (max-width: 1000px) {
	.corporate-greeting-wrap dl dd {
		line-height: 1.3;
		letter-spacing: normal;
	}
}

@media screen and (max-width: 767px) {
	.corporate-greeting-wrap dl dd {
		width: 100%;
		padding-left: 0;
		padding-top: 6vw;
		line-height: 1.8;
		font-size: 3.65vw;
		letter-spacing: 0.12em;
	}
}

.corporate-greeting-wrap p {
	line-height: 1.6;
}

@media screen and (max-width: 1000px) {
	.corporate-greeting-wrap p {
		line-height: 1.3;
		letter-spacing: normal;
	}
}

@media screen and (max-width: 767px) {
	.corporate-greeting-wrap p {
		line-height: 1.8;
		font-size: 3.65vw;
		letter-spacing: 0.12em;
	}
}

.corporate-greeting-wrap p span {
	display: block;
	text-align: right;
	padding-top: 20px;
	line-height: 1.6;
}

@media screen and (max-width: 1000px) {
	.corporate-greeting-wrap p span {
		line-height: 1.3;
		letter-spacing: normal;
	}
}

@media screen and (max-width: 767px) {
	.corporate-greeting-wrap p span {
		padding-top: 3vw;
		line-height: 1.8;
		font-size: 3.65vw;
		letter-spacing: 0.12em;
	}
}

/* =========================================================
history
========================================================= */
/*corporate-history-wrap
--------------------------------------------------*/
.history-timeline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	border-left: 1px solid #ccc;
	margin-left: 60px;
	padding-left: 60px;
	padding-bottom: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 767px) {
	.history-timeline {
		margin-left: 2vw;
		padding-left: 7vw;
		padding-bottom: 10vw;
		display: block;
	}
}

.history-timeline:before {
	content: '';
	width: 13px;
	height: 13px;
	background: #cccccc;
	position: absolute;
	left: -7px;
	top: 0px;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.history-timeline:before {
		width: 4vw;
		height: 4vw;
		left: -1.9vw;
		top: 0vw;
	}
}

.history-timeline:last-child {
	padding-bottom: 0;
	border-left: none;
}

.timeline-date {
	width: 30%;
	max-width: 160px;
}

@media screen and (max-width: 767px) {
	.timeline-date {
		max-width: 100%;
	}
}

.timeline-date-year {
	font-size: 20px;
	font-weight: bold;
	line-height: 0;
	padding-top: 0.2em;
}

@media screen and (max-width: 767px) {
	.timeline-date-year {
		font-size: 4.8vw;
	}
}

.timeline-date-wareki {
	font-size: 12px;
	color: #c1c1c1;
	padding-top: 2em;
}

@media screen and (max-width: 767px) {
	.timeline-date-wareki {
		font-size: 3.2vw;
		padding-top: 4vw;
	}
}

.timeline-content {
	width: 70%;
	max-width: 680px;
}

@media screen and (max-width: 767px) {
	.timeline-content {
		width: 100%;
		padding-top: 4vw;
	}
}

/* =========================================================
location
========================================================= */
/*subttl
--------------------------------------------------*/
.subttl-link {
	display: block;
}

.sublink-ttl {
	font-size: 22px;
	font-weight: bold;
	margin: 1em 0 0.6em;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.sublink-ttl {
		font-size: 5.33333vw;
	}
}

/* =========================================================
domestic
========================================================= */
/*corporate-domestic-wrap
--------------------------------------------------*/
.corporate-domestic-wrap {
	background: url(/logi/assets/img/corporate/location/domestic/domestic_bg_fig.png) no-repeat left top/auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 949px) {
	.corporate-domestic-wrap {
		background-position: center top;
	}
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap {
		background: url(/logi/assets/img/corporate/location/domestic/domestic_bg_fig_sp.png) no-repeat left top/100%;
	}
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap {
		padding-top: 10.43vw;
		padding-bottom: 13.03vw;
	}
}

.corporate-domestic-wrap .page-aside-ttl {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .page-aside-ttl {
		margin-bottom: 10.43vw;
	}
}

.corporate-domestic-wrap .corporate-domestic {
	background: #fff;
	width: 100%;
	border-radius: 5px;
	padding: 60px 105px 80px;
}

@media screen and (max-width: 949px) {
	.corporate-domestic-wrap .corporate-domestic {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .corporate-domestic {
		background: transparent;
		border-radius: 0;
		padding: 14.86vw 0 0 0;
	}
}

.corporate-domestic-wrap .corporate-domestic .domestic-anchor {
	padding-bottom: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1;
}

.corporate-domestic-wrap .corporate-domestic .domestic-anchor * {
	line-height: 1;
}

.corporate-domestic-wrap .corporate-domestic .domestic-anchor li {
	width: auto;
	padding: 0 20px;
	border-right: 1px solid #c8c8c8;
}

@media screen and (max-width: 949px) {
	.corporate-domestic-wrap .corporate-domestic .domestic-anchor li {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.corporate-domestic-wrap .corporate-domestic .domestic-anchor li:last-of-type {
	border-right: none;
}

.corporate-domestic-wrap .corporate-domestic .domestic-anchor li a {
	font-size: 12px;
	color: #858585;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .corporate-domestic .domestic-anchor {
		opacity: 0;
		display: none;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li {
	padding-top: 60px;
	margin-top: -60px;
	margin-bottom: 40px;
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li {
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt {
	position: relative;
	width: 100%;
	line-height: 1;
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt h3 {
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	color: #434343;
	margin-bottom: 20px;
	background: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt h3 {
		font-size: 4.17vw;
		margin-bottom: 0;
		padding: 5.73vw 4.56vw;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt h3.is-active {
	color: #fff;
	background: #333;
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt .domestic-open {
	display: none;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt .domestic-open {
		display: block;
		width: 6vw;
		height: 6vw;
		position: absolute;
		top: 50%;
		margin-top: -3vw;
		right: 4.56vw;
		z-index: 5;
	}
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt .domestic-open:before {
		content: "";
		display: block;
		width: 80%;
		height: 1px;
		background: #a7a7a7;
		position: absolute;
		top: 50%;
		left: 10%;
	}
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt .domestic-open:after {
		content: "";
		display: block;
		width: 80%;
		height: 1px;
		background: #a7a7a7;
		position: absolute;
		top: 50%;
		left: 10%;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		transition: transform .3s, -webkit-transform .3s;
	}
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt .domestic-open.is-active:before {
		background: #fff;
	}
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt .domestic-open.is-active:after {
		background: #fff;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt dl.under-bw-border {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt dl.under-bw-border * {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt dl.under-bw-border dt.under-black-border {
	border-bottom: 1px solid #3f3f3f;
	width: 200px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt dl.under-bw-border dt.under-black-border {
		width: 32.59vw;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt dl.under-bw-border dd.under-white-border {
	border-bottom: 1px solid #e8e8e8;
	width: calc(100% - 200px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt dl.under-bw-border dd.under-white-border {
		border-color: #a7a7a7;
		width: calc(100% - 32.59vw);
		display: block;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt dl.under-bw-border.is-active dt.under-black-border, .corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dt dl.under-bw-border.is-active dd.under-white-border {
	border-color: #333;
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd {
	display: block;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd {
		display: none;
		background: #fff;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap {
	width: 100%;
	padding: 25px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap {
		width: calc(100% - 9.12vw);
		padding: 5.60vw 0;
		margin: 0 auto;
		border-bottom: 1px solid #e4e4e4;
	}
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap:last-of-type {
		border-bottom: none;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap h4 {
	font-size: 16px;
	font-weight: bold;
	color: #454545;
	width: 100%;
	letter-spacing: normal;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap h4 {
		font-size: 3.65vw;
		padding-bottom: 0.65vw;
		-webkit-box-ordinal-group: 1;
		-moz-box-original-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-switch-wrap {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	-webkit-align-self: center;
	align-self: center;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-switch-wrap {
		padding-top: 4.56vw;
		-ms-flex-item-align: baseline;
		-ms-grid-row-align: baseline;
		-webkit-align-self: baseline;
		align-self: baseline;
		-webkit-box-ordinal-group: 4;
		-moz-box-original-group: 4;
		-ms-flex-order: 4;
		-webkit-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-switch-wrap .domestic-lb-switch {
	display: block;
	font-size: 12px;
	color: #454545;
	border: 1px solid #b5b5b5;
	padding: 3px 0;
	text-align: center;
	width: 50px;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-switch-wrap .domestic-lb-switch {
		font-size: 3.12vw;
		width: 100%;
		padding: 3vw 0;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-address {
	color: #454545;
	padding-right: 20px;
	width: calc(100% - 140px);
	display: block;
	font-style: normal;
	letter-spacing: normal;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-address {
		padding-right: 0;
		width: 100%;
		font-size: 3.12vw;
		padding-bottom: 1.30vw;
		-webkit-box-ordinal-group: 2;
		-moz-box-original-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-address br {
	display: none;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-address br {
		display: inline;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-address .domestic-address-plus {
	display: block;
	padding-left: 80px;
	letter-spacing: normal;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-address .domestic-address-plus {
		padding-left: 0;
		width: 100%;
		padding-bottom: 2.60vw;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-tel {
	color: #454545;
	width: 140px;
	display: block;
	letter-spacing: normal;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap .domestic-tel {
		width: 100%;
		font-size: 3.12vw;
		-webkit-box-ordinal-group: 3;
		-moz-box-original-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap.domestic-color-gray {
	background: #f5f5f5;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks li dl dd .domestic-dd-wrap.domestic-color-gray {
		background: #fff;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #hokkaido .domestic-type-flex h4 {
	width: 110px;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #hokkaido .domestic-type-flex h4 {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #hokkaido .domestic-type-flex .domestic-switch-wrap {
	width: calc(100% - 110px);
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #hokkaido .domestic-type-flex .domestic-switch-wrap {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #tohoku .domestic-type-flex h4 {
	width: 90px;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #tohoku .domestic-type-flex h4 {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #tohoku .domestic-type-flex .domestic-switch-wrap {
	width: calc(100% - 90px);
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #tohoku .domestic-type-flex .domestic-switch-wrap {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kanto-koshinetsu .domestic-type-flex h4 {
	width: 130px;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kanto-koshinetsu .domestic-type-flex h4 {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kanto-koshinetsu .domestic-type-flex .domestic-switch-wrap {
	width: calc(100% - 130px);
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kanto-koshinetsu .domestic-type-flex .domestic-switch-wrap {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #tokai .domestic-type-flex h4 {
	width: 90px;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #tokai .domestic-type-flex h4 {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #tokai .domestic-type-flex .domestic-switch-wrap {
	width: calc(100% - 90px);
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #tokai .domestic-type-flex .domestic-switch-wrap {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kinki .domestic-type-flex h4 {
	width: 90px;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kinki .domestic-type-flex h4 {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kinki .domestic-type-flex .domestic-switch-wrap {
	width: calc(100% - 90px);
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kinki .domestic-type-flex .domestic-switch-wrap {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kyushu .domestic-type-flex h4 {
	width: 90px;
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kyushu .domestic-type-flex h4 {
		width: 100%;
	}
}

.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kyushu .domestic-type-flex .domestic-switch-wrap {
	width: calc(100% - 90px);
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap .domestic-wrap .domestic-anchor-blocks #kyushu .domestic-type-flex .domestic-switch-wrap {
		width: 100%;
	}
}

@media screen and (min-width: 950px) and (max-width: 1049px) {
	.corporate-domestic-wrap {
		background-position: center top;
	}
	.corporate-domestic-wrap .corporate-domestic {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/*corporate-overseas-wrap
--------------------------------------------------*/
.corporate-domestic-wrap.corporate-overseas-wrap {
	background-image: url(/logi/assets/img/corporate/location/overseas/overseas_bg_fig.png);
}

@media screen and (max-width: 767px) {
	.corporate-domestic-wrap.corporate-overseas-wrap {
		background-image: url(/logi/assets/img/corporate/location/overseas/overseas_bg_fig_sp.png);
	}
}

.corporate-overseas-wrap .domestic-type-flex.overseas-type-flex h4 {
	width: 260px !important;
	letter-spacing: -0.06em !important;
}

@media screen and (max-width: 767px) {
	.corporate-overseas-wrap .domestic-type-flex.overseas-type-flex h4 {
		width: 100% !important;
		letter-spacing: normal !important;
		padding-bottom: 0 !important;
	}
}

.corporate-overseas-wrap .domestic-type-flex.overseas-type-flex .overseas-adjust-text {
	font-size: 14px !important;
	letter-spacing: -0.12em !important;
}

@media screen and (max-width: 767px) {
	.corporate-overseas-wrap .domestic-type-flex.overseas-type-flex .overseas-adjust-text {
		font-size: 3.65vw !important;
		letter-spacing: normal !important;
		width: 100%;
	}
}

.corporate-overseas-wrap .domestic-type-flex.overseas-type-flex .domestic-switch-wrap {
	width: calc(100% - 260px);
	letter-spacing: -0.06em !important;
}

@media screen and (max-width: 767px) {
	.corporate-overseas-wrap .domestic-type-flex.overseas-type-flex .domestic-switch-wrap {
		width: 100%;
		letter-spacing: normal !important;
		-webkit-box-ordinal-group: 4;
		-moz-box-original-group: 4;
		-ms-flex-order: 4;
		-webkit-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}
}

.corporate-overseas-wrap .domestic-type-flex.overseas-type-flex .overseas-en-text {
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	width: 50%;
	letter-spacing: normal !important;
}

@media screen and (max-width: 767px) {
	.corporate-overseas-wrap .domestic-type-flex.overseas-type-flex .overseas-en-text {
		font-size: 3.38vw;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-moz-box-original-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
}

.corporate-overseas-wrap .domestic-type-flex.overseas-type-flex .domestic-address {
	padding-right: 0 !important;
	width: 50% !important;
	letter-spacing: normal !important;
	margin-top: -28px;
}

@media screen and (max-width: 767px) {
	.corporate-overseas-wrap .domestic-type-flex.overseas-type-flex .domestic-address {
		width: 100% !important;
		margin-top: 0;
		padding-bottom: 0 !important;
		-webkit-box-ordinal-group: 3;
		-moz-box-original-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}
}

/*corporate-aeo-wrap
--------------------------------------------------*/
.corporate-aeo-wrap .aeo-address-plus {
	padding-left: 88px !important;
}

@media screen and (max-width: 767px) {
	.corporate-aeo-wrap .aeo-address-plus {
		padding-left: 0 !important;
	}
}

/* =========================================================
csr
========================================================= */
/*csr-thumb-list-wrap
--------------------------------------------------*/
.csr-thumb-list-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.csr-thumb-list-wrap {
		display: block;
	}
}

.csr-thumb-list {
	width: 50%;
	line-height: 0;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.csr-thumb-list {
		width: 100%;
		overflow: visible;
		margin-bottom: 8vw;
	}
}

.csr-thumb-link {
	display: block;
	position: relative;
	background: #000;
}

@media screen and (min-width: 950px) {
	.csr-thumb-link:hover {
		opacity: 1;
	}
	.csr-thumb-link:hover .csr-thumb-fig-wrap {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .3;
	}
	.csr-thumb-link:hover .csr-thumb-name {
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	.csr-thumb-link:hover .csr-thumb-copy {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.csr-thumb-name-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.csr-thumb-name-wrap {
		height: 31.5vw;
	}
}

.csr-thumb-name {
	font-size: 22px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: -webkit-transform .4s ease-out;
	-o-transition: transform .4s ease-out;
	transition: transform .4s ease-out;
	transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.csr-thumb-name span {
	display: block;
	font-size: 0.7em;
}

@media screen and (max-width: 767px) {
	.csr-thumb-name {
		font-size: 5.33333vw;
	}
}

.csr-thumb-copy-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

@media screen and (max-width: 767px) {
	.csr-thumb-copy-wrap {
		display: block;
		position: relative;
		background: #f5f5f5;
	}
}

.csr-thumb-copy {
	padding: 60px 15% 0;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .4s ease-out .1s;
	-o-transition: all .4s ease-out .1s;
	transition: all .4s ease-out .1s;
}

@media screen and (max-width: 767px) {
	.csr-thumb-copy {
		font-size: 3.73333vw;
		line-height: 1.8;
		opacity: 1;
		padding: 4vw 4% 0;
		color: #333;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.csr-thumb-fig-wrap {
	opacity: 0.7;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}

/* =========================================================
community
========================================================= */
/*community-content-wrap
--------------------------------------------------*/
.community-content-wrap {
	margin: 85px auto 100px;
}

@media screen and (max-width: 767px) {
	.community-content-wrap {
		margin: 12vw auto 14vw;
	}
}

.community-content {
	background-color: #fff;
	padding: 60px 110px;
}

@media screen and (max-width: 767px) {
	.community-content {
		padding: 8vw 5vw;
	}
}

.community-txt {
	margin-bottom: 2em;
}

.community-fig {
	margin-bottom: 3.5em;
}

@media screen and (max-width: 767px) {
	.fig-mb-sp {
		margin-bottom: 0.5em;
	}
}

.fig-mb-zero {
	margin-bottom: 0;
}

.pc-hidden {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc-hidden {
		display: block;
	}
}

/*community-column-wrap
--------------------------------------------------*/
.community-column-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.community-column-wrap {
		display: block;
	}
}

.community-group-content-left {
	width: 64.8%;
}

@media screen and (max-width: 767px) {
	.community-group-content-left {
		width: 100%;
	}
}

.community-group-content-right {
	width: 32%;
}

@media screen and (max-width: 767px) {
	.community-group-content-right {
		width: 100%;
		margin-top: 6vw;
	}
}

.community-fig-caption {
	text-align: center;
}

.community-region-content {
	width: 48%;
}

@media screen and (max-width: 767px) {
	.community-region-content {
		width: 100%;
	}
}

.community-region-txt-wrap {
	height: 100px;
	overflow: hidden;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.community-region-txt-wrap {
		height: auto;
		margin-bottom: 0;
	}
}

/* =========================================================
inspection
========================================================= */
.inspection-content-wrap {
	margin: 0 auto 60px auto;
}

@media screen and (max-width: 767px) {
	.inspection-content-wrap {
		margin: 0 auto 8vw auto;
	}
}

.inspection-content-wrap img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.inspection-content-wrap.inspection-content-first {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.inspection-content-wrap.inspection-content-first {
		margin-top: 12vw;
	}
}

.inspection-content-wrap.inspection-content-last {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.inspection-content-wrap.inspection-content-last {
		margin-bottom: 12vw;
	}
}

.inspection-content {
	background-color: #fff;
	padding: 60px 110px;
}

@media screen and (max-width: 767px) {
	.inspection-content {
		padding: 8vw 5vw;
	}
}

.inspection-content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.inspection-content h3 {
		font-size: 5vw;
		margin-bottom: 4vw;
	}
}

.inspection-text {
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.inspection-text {
		padding-bottom: 5vw;
	}
}

.inspection-text-center {
	text-align: center;
	padding-top: 10px;
}

@media screen and (max-width: 767px) {
	.inspection-text-center {
		padding-top: 1.3vw;
	}
}

.inspection-image {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width: 600.70px;
}

@media screen and (max-width: 767px) {
	.inspection-image {
		max-width: 100%;
	}
}

.inspection-image span {
	display: block;
	text-align: center;
	line-height: 1.8;
	padding-top: 10px;
}

@media screen and (max-width: 767px) {
	.inspection-image span {
		padding-top: 1.3vw;
	}
}

.inspection-table {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.inspection-table {
		margin-top: 2.6vw;
	}
}

.inspection-table th {
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.inspection-table th {
		padding: 1.3vw;
	}
}

.inspection-table td {
	padding: 10px;
	font-weight: normal;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.inspection-table td {
		padding: 1.3vw;
	}
}

.inspection-table th.col-padding-left {
	padding-left: 59px;
}

@media screen and (max-width: 767px) {
	.inspection-table th.col-padding-left {
		padding-left: 12.64668vw;
	}
}

.inspection-ul {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.inspection-ul li {
	width: 48%;
}

@media screen and (max-width: 767px) {
	.inspection-ul li {
		width: 100%;
		margin-bottom: 4vw;
	}
	.inspection-ul li:last-of-type {
		margin-bottom: 0;
	}
}

.inspection-ul p {
	padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.inspection-ul p {
		padding-bottom: 2.6vw;
	}
}

.inspection-ul.inspection-ul-first {
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.inspection-ul.inspection-ul-first {
		padding-bottom: 5vw;
	}
}

.inspection-list {
	width: 100%;
	padding-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.inspection-list {
		padding-top: 2.6vw;
	}
}

.inspection-list dt {
	width: 60px;
}

@media screen and (max-width: 767px) {
	.inspection-list dt {
		width: 25%;
	}
}

.inspection-list dd {
	width: calc(100% - 60px);
}

@media screen and (max-width: 767px) {
	.inspection-list dd {
		width: 75%;
	}
}

.inspection-flex {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.inspection-flex .inspection-list {
	width: 48%;
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	.inspection-flex .inspection-list {
		width: 100%;
		margin-bottom: 4vw;
	}
}

.inspection-flex .inspection-image {
	width: 48%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	.inspection-flex .inspection-image {
		width: 100%;
	}
}

/* =========================================================
policy
========================================================= */
.policy-content-wrap {
	margin: 0 auto 60px auto;
}

@media screen and (max-width: 767px) {
	.policy-content-wrap {
		margin: 0 auto 8vw auto;
	}
}

.policy-content-wrap img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.policy-content-wrap .corporate-reuse-blocks {
	padding: 0 !important;
}

.policy-content-wrap.policy-content-first {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.policy-content-wrap.policy-content-first {
		margin-top: 12vw;
	}
}

.policy-content-wrap.policy-content-last {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.policy-content-wrap.policy-content-last {
		margin-bottom: 12vw;
	}
}

.policy-content {
	background-color: #fff;
	padding: 60px 110px;
}

@media screen and (max-width: 767px) {
	.policy-content {
		padding: 8vw 5vw;
	}
}

.policy-content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.policy-content h3 {
		font-size: 5vw;
		margin-bottom: 4vw;
	}
}

.policy-text {
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.policy-text {
		padding-bottom: 5vw;
	}
}

.policy-image {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.policy-image span {
	display: block;
	text-align: center;
	line-height: 1.8;
	padding-top: 10px;
}

@media screen and (max-width: 767px) {
	.policy-image span {
		padding-top: 1.3vw;
	}
}

.policy-ul {
	width: 100%;
	max-width: 617px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.policy-ul {
		max-width: 100%;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

.policy-ul li {
	width: 50%;
}

.policy-ul li:first-of-type {
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.policy-ul li {
		width: 100%;
		margin-bottom: 4vw;
		text-align: center;
	}
	.policy-ul li:first-of-type {
		margin-bottom: 4vw;
	}
	.policy-ul li:last-of-type {
		margin-bottom: 0;
	}
}

.policy-ul p {
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	.policy-ul p {
		padding-top: 2.6vw;
		text-align: left;
	}
}

.policy-ul .policy-left-text {
	max-width: 196px;
}

@media screen and (max-width: 767px) {
	.policy-ul .policy-left-text {
		max-width: 100%;
	}
}

.policy-ul .policy-right-text {
	max-width: 300px;
}

@media screen and (max-width: 767px) {
	.policy-ul .policy-right-text {
		max-width: 100%;
	}
}

/* =========================================================
propulsion
========================================================= */
.propulsion-content-wrap {
	margin: 0 auto 60px auto;
}

@media screen and (max-width: 767px) {
	.propulsion-content-wrap {
		margin: 0 auto 8vw auto;
	}
}

.propulsion-content-wrap img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.propulsion-content-wrap.propulsion-content-first {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.propulsion-content-wrap.propulsion-content-first {
		margin-top: 12vw;
	}
}

.propulsion-content-wrap.propulsion-content-last {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.propulsion-content-wrap.propulsion-content-last {
		margin-bottom: 12vw;
	}
}

.propulsion-content {
	background-color: #fff;
	padding: 60px 110px;
}

@media screen and (max-width: 767px) {
	.propulsion-content {
		padding: 8vw 5vw;
	}
}

.propulsion-content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.propulsion-content h3 {
		font-size: 5vw;
		margin-bottom: 4vw;
	}
}

.propulsion-flex {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.propulsion-flex {
		padding-bottom: 5vw;
	}
}

.propulsion-flex dt {
	width: 48%;
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	.propulsion-flex dt {
		width: 100%;
		margin-bottom: 4vw;
	}
}

.propulsion-flex dd {
	width: 48%;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.propulsion-flex dd {
		width: 100%;
	}
}

.propulsion-figure {
	text-align: center;
}

/* =========================================================
organization
========================================================= */
/*organization
--------------------------------------------------*/
.organization-ttl {
	text-align: right;
}

.organization-fig-wrap {
	padding-top: 60px;
}

@media screen and (max-width: 767px) {
	.organization-fig-wrap {
		padding-top: 12vw;
	}
}

.organization-fig {
	display: block;
	margin: 0 auto;
}

/* =========================================================
notice
========================================================= */
.corporate-notice-block {
	padding-bottom: 60px;
}

.corporate-notice-block:last-of-type {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.corporate-notice-block {
		padding-bottom: 8vw;
	}
}

.corporate-notice-block .corporate-notice-cover {
	background: #fff;
	padding: 60px 105px;
}

@media screen and (max-width: 1000px) {
	.corporate-notice-block .corporate-notice-cover {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.corporate-notice-block .corporate-notice-cover {
		padding: 7.8vw 4vw;
	}
}

.corporate-notice-block .corporate-notice-first {
	padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.corporate-notice-block .corporate-notice-first {
		padding-bottom: 2.6vw;
	}
}

.corporate-notice-block dl {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.corporate-notice-block dl {
		margin-top: 2vw;
	}
}

.corporate-notice-block dl dt {
	font-weight: bold;
	width: 100px;
}

@media screen and (max-width: 767px) {
	.corporate-notice-block dl dt {
		width: 100%;
	}
}

.corporate-notice-block dl dd {
	width: calc(100% - 100px);
}

@media screen and (max-width: 767px) {
	.corporate-notice-block dl dd {
		width: 100%;
	}
}

.corporate-notice-block dl a {
	text-decoration: underline;
}

/* =========================================================
certification
========================================================= */
.corporate-certification-first {
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.corporate-certification-first {
		padding-bottom: 6vw;
		font-size: 3.65vw;
	}
}

.corporate-certification-right {
	padding-top: 20px;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.corporate-certification-right {
		padding-top: 3vw;
		font-size: 3.65vw;
	}
}

@media screen and (max-width: 767px) {
	.corporate-certification-center {
		text-align: center;
	}
}

.corporate-reuse-blocks.corporate-un-reuse-blocks {
	margin-bottom: 0 !important;
}

.page-aside-ttl.page-un-aside-ttl {
	background: #fff;
	margin-bottom: 0;
	padding-top: 45px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.page-aside-ttl.page-un-aside-ttl {
		padding-top: 5.21vw;
		padding-bottom: 6vw;
	}
}

/* =========================================================
whitelogistics
========================================================= */
.whitelogistics-content {
	width: 100%;
	padding: 60px 105px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.whitelogistics-content {
		padding: 8vw 7.17vw;
	}
}

.whitelogistics-copy {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.whitelogistics-copy {
		margin-bottom: 5vw;
	}
}

.num-list-wrap {
	margin-bottom: 30px;
}

.num-list-wrap .num-list {
	list-style-type: decimal;
	padding: 0 0 15px 1em;
	margin: 0 0 0 2em;
}

.num-list-wrap .num-list:last-child {
	padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
	.num-list-wrap .num-list {
		padding-bottom: 4vw;
	}
}

@media screen and (max-width: 767px) {
	.num-list-wrap {
		margin-bottom: 5vw;
	}
}

.whitelogistics-co {
	text-align: right;
}

/* =========================================================
swiper
========================================================= */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: visible;
	-webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: rgba(0, 0, 0, 0.8);
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 32px;
	overflow: visible;
	background: #000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	background: #fff;
	padding: 1px;
}

#cboxLoadingGraphic {
	background: url(/logi/assets/img/common/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
	background: #000;
}

#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
}

#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	background: #fff url(/logi/assets/img/svg/ic_close.svg) no-repeat 0 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}

#cboxPrevious {
	background-position: 0px 0px;
	right: 44px;
}

#cboxPrevious:hover {
	background-position: 0px -25px;
}

#cboxNext {
	background-position: -25px 0px;
	right: 22px;
}

#cboxNext:hover {
	background-position: -25px -25px;
}

#cboxClose {
	background-position: center;
	right: -10px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}

.langselect{
	position: absolute;
	margin-top: -50px;
	margin-left: 30px;
}