@charset "utf-8";

/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;color:#3a683f;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}
	
/* header
-------------------------------------------------------------- */	
.header {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:998;
	background:#fff;
	padding:0 0 0 1%;
	height:70px;
}
.header:after,.header:before {
	content:" ";
	display:block;
	line-height:0
}
.header:after {
	clear:both
}
.header .logo {
	overflow:hidden;
	padding:11.5px 0;
}
.header .logo img {
	max-width:100%;
	height:auto;
}

.header-sp {
	display:none
}
@media only screen and (max-width:767px) {
	.header {
		display:none
	}
	.header-sp {
		display:block;
		background:#fff;
		position:fixed;
		top:0;
		z-index:999;
		width:100%
	}
	.banner_n{
		margin-top:60px;
	}
	.header-sp .header-spInner {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-js-display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		padding:0;
		position:relative;
		height:60px
	}
	.header-sp .header-spInner .header_logo {
		width:100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-js-display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		padding:0 5px;
		margin:0;
		font-size:x-large
	}
	.header-sp .header-spInner .header_logo img {
	    width: 220px;
		height:auto;
	}
	.feature .feature_inner .feature_title img{
		width:50%;
	}
	.hidden-sp img{
		width:26px;
	}
}
@media only screen and (max-width:375px) {
	.feature .feature_inner .feature_title img{
		width:60%;
	}
}
@media only screen and (max-width:767px) {
	.header-sp .header-spInner .header_btn {
	*zoom:1;
	position:absolute;
	background:#3a693f;
	padding:20px;
	height:60px;
	width:60px;
	top:0;
	right:0
}
.header-sp .header-spInner .header_btn:after,.header-sp .header-spInner .header_btn:before {
	content:" ";
	display:block;
	line-height:0
}
.header-sp .header-spInner .header_btn:after {
	clear:both
}
}
@media only screen and (max-width:767px) {
	.header-sp .header-spInner a:hover {
		text-decoration:none
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.header {
	display:none
}
.header-sp {
	display:block;
	background:#fff;
	position:fixed;
	top:0;
	z-index:999;
	width:100%
}
.header-sp .header-spInner {
	*zoom:1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:0;
	position:relative;
	height:60px
}

.header-sp .header-spInner:after,.header-sp .header-spInner:before {
	content:" ";
	display:block;
	line-height:0
}
.header-sp .header-spInner:after {
	clear:both
}
.header-sp .header-spInner .header_logo {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:0 5px;
	margin:0
}
.header-sp .header-spInner .header_logo img {
	
	height:auto
}

}

@media only screen and (min-width:768px) and (max-width:1199px) {
	.header-sp .header-spInner .header_btn {
	*zoom:1;
	position:absolute;
	background:#282828;
	padding:20px;
	height:60px;
	width:60px;
	top:0;
	right:0
}
.header-sp .header-spInner .header_btn:after,.header-sp .header-spInner .header_btn:before {
	content:" ";
	display:block;
	line-height:0
}
.header-sp .header-spInner .header_btn:after {
	clear:both
}
}@media only screen and (min-width:768px) and (max-width:1199px) {
	.header-sp .header-spInner a:hover {
	text-decoration:none
}
}.gNav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	height:70px;
	margin-right:25px;
}
.gNav .gNav_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin:0
}
.gNav .gNav_list>li {
	list-style:none
}
.gNav .gNav_list>li>a {
	display:block;
	white-space:nowrap;
	padding:0px 25px;
	font-weight:bold;
	font-size:14px;
	height:70px;
	line-height:70px;
	color:#1f1f1f;
}
@media only screen and (max-width:767px) {
	.gNav .gNav_list>li>a {
	font-size:14px
}
}.gNav .gNav_list>li>a:hover {
	color:#3a683f
}
.gNav .gNav_list>li:hover.-has-child ul {
	display:block
}
.gNav .gNav_list>li.-has-child {
	position:relative
}
.gNav .gNav_list>li.-has-child ul {
	display:none;
	position:absolute;
	z-index:1000;
	margin:0;
	padding:0;
	-webkit-animation:showChild 0.3s linear 0s;
	animation:showChild 0.3s linear 0s
}
@-webkit-keyframes showChild {
	0% {
	opacity:0
}
to {
	opacity:1
}
}@keyframes showChild {
	0% {
	opacity:0
}
to {
	opacity:1
}
}.gNav .gNav_list>li.-has-child ul li {
	list-style:none;
	line-height:1;
	margin:0;
	padding:0
}
.gNav .gNav_list>li.-has-child ul li a {
	display:block;
	background-color:#ee0141;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:12px 25px;
	white-space:nowrap
}
@media only screen and (max-width:767px) {
	.gNav .gNav_list>li.-has-child ul li a {
	font-size:12px
}
}.gNav .gNav_list>li.-has-child ul li a:hover {
	background-color:#d3073e
}
.gNav-child {
	position:absolute;
	top:70px;
	display:none;
	z-index:1000;
	margin:0;
	padding:0;
	-webkit-animation:showChild 0.3s linear 0s;
	animation:showChild 0.3s linear 0s
}
@keyframes showChild {
	0% {
	opacity:0
}
to {
	opacity:1
}
}.gNav-child li {
	list-style:none;
	line-height:1;
	margin:0;
	padding:0;
	text-align:center;
}
.gNav-child li a {
	display:block;
	background-color:#3a683f;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:12px 25px
}
@media only screen and (max-width:767px) {
	.gNav-child li a {
	font-size:12px
}
}.gNav-child li a:hover {
	background-color:#49834f
}
.gNav-sp {
	display:none
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.gNav .gNav_list>li>a {
	padding:0px 15px
}
}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:1199px) {
	.gNav {
	display:none
}
.gNav-sp {
	position:fixed;
	overflow-x:hidden;
	top:60px;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	padding-bottom:100px;
	background:#3a683f
}
.gNav-sp.is-active {
	display:block;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out
}
.gNav-sp .gNav_list {
	display:block;
	margin:0 auto;
	padding:0px 0
}
.gNav-sp .gNav_list li {
	padding:10px 15px;
	list-style:none
}
.gNav-sp .gNav_list li a {
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#fff
}
}@media only screen and (max-width:767px) and (max-width:767px),only screen and (min-width:768px) and (max-width:1199px) and (max-width:767px) {
	.gNav-sp .gNav_list li a {
	font-size:16px
}
}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:1199px) {
	.gNav-sp .gNav_list li>ul {
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.gNav-sp .gNav_list li>ul li {
	padding:5px 0px;
	width:50%
}
.gNav-sp .gNav_list li>ul li a {
	font-size:14px;
	word-break:break-word;
	white-space:normal
}
}@media only screen and (max-width:767px) and (max-width:767px),only screen and (min-width:768px) and (max-width:1199px) and (max-width:767px) {
	.gNav-sp .gNav_list li>ul li a {
	font-size:14px
}
}@media (-ms-high-contrast:none) {
	.gNav .gNav_list>li:first-child>a {
		margin-top:-3px
	}
}
.banner{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.banner .swiper-container-no-flexbox .swiper-slide {
	float: left
}

.banner .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.banner .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .mimg{
	width:100%;
	height:calc(100vh - 60px);
	overflow:hidden;
	position:relative;
}
.banner .mban{
	position:absolute;
	width:70%;
	overflow:hidden;
	left:50%;
	margin-left:-35%;
	top:46%;
	z-index:99;
}
.banner .mimg img{
	max-width:100%;
	height:auto;
}
.banner .banner1-1{
	width:70%;
	overflow:hidden;
	left:50%;
	margin-left:-35%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.banner .swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.banner .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.banner .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.banner .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.banner .swiper-slide-invisible-blank {
	visibility: hidden
}

.banner .swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.banner .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.banner .swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button div{
	width:130px;
	height:130px;
	position:absolute;
	bottom:0;
	outline:none;
	z-index:99;
	}
@media only screen and (max-width: 767px){
	.banner{
		margin-top:60px;
	}
}
.banner .swiper-pagination{
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	bottom:50px;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	z-index:99;
}
.banner .swiper-pagination-bullet{
	width:30px;
	height:4px;
	background:#fff;
	display:inline-block;
	margin:0 10px;
	cursor: pointer;
	outline:none;
}
.banner .swiper-pagination-bullet-active{
	width:60px;
	
}
.mouse {
  position: absolute;
  width: 13px;
  height: 22px;
  border-radius: 30px;
  border: 1px solid #fff;
  margin:auto;
  right:30px;
  bottom:30px;
  z-index:99;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3px;
  height: 5px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}
.menu {
	width:25px;
	height:45px;
	z-index:2001;
	position:absolute;
	top:15px;
	cursor:pointer;
	*zoom:1;
	line-height:3px
}
.menu:after,.menu:before {
	content:" ";
	display:block;
	line-height:0
}
.menu:after {
	clear:both
}
.menu .menu_bar-bottom,.menu .menu_bar-middle,.menu .menu_bar-top {
	background-color:#fff;
	content:"";
	display:block;
	height:2px;
	margin:5px 0;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out
}
.menu .menu_text {
	font-size:8px;
	color:#fff
}
@media only screen and (max-width:767px) {
	.menu .menu_text {
	font-size:8px
}
}.menu.is-active {
	top:15px
}
.menu.is-active .menu_bar-top {
	-webkit-transform:translateY(6px) rotate(45deg);
	-ms-transform:translateY(6px) rotate(45deg);
	transform:translateY(6px) rotate(45deg)
}
.menu.is-active .menu_bar-bottom {
	-webkit-transform:translateY(-1px) rotate(-45deg);
	-ms-transform:translateY(-1px) rotate(-45deg);
	transform:translateY(-1px) rotate(-45deg)
}
.menu.is-active .menu_bar-middle {
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0)
}
.menu.is-active .menu_text {
	display:none
}	
/* news
-------------------------------------------------------------- */
.newsbg{
	width:100%;
	overflow:hidden;
}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#1a1a1a;
}
.sycp{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
}
	
	
	
	
	
	
	
	
	
	
	

/* 2020/08/21 CSRページ修正の為追記 */
.csrIsoTxt {
	position:relative;
	bottom:13px;
}
.container .row .csrIsoWid {
	width:102px;
}
/* 2021/04/22 オプトイン・アウト実装 */

/* フッタークッキー pc*/
.footerOptSize {
	width:100%;
	max-width:1275px;
	padding-right:30px;
	padding-left:30px;
	margin-right:auto;
	margin-left:auto;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-line-pack:center;
	align-content:center;
}
.cookieSwitch {
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	height:auto;
	z-index:10;
	opacity:1;
	background:rgba(0,0,0,0.7);
	min-height:21px;
	color:white;
	padding:8px 18px;
	text-align:center;
}
.cookieSwitch-close {
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	border-radius:5px;
	cursor:pointer;
	background-color:white;
	text-align:center;
	word-break:keep-all;
	margin:0 0 0 1rem;
	padding:0;
	float:none;
	min-width:160px;
	color:black;
}
.cookieSwitch-close a {
	font-weight:bold;
	text-decoration:none;
	padding:0.8rem 1.5rem;
	display:inline-block;
	width:100%;
}
.cookieSwitch-close a:hover {
	text-decoration:none;
	color:#87CEFA;
}
.cookie-sup {
	display:block;
	width:auto;
	padding:1px 0 5px 0;
	margin-top:20px;
	text-align:left;
}
.cookie-sublink {
	color:white;
	text-decoration:underline;
}
/* フッタークッキー タブレット*/

/* フッタークッキー sp*/
@media only screen and (max-width:767px) {
	.footerOptSize {
	flex-direction:column;
	max-width:none;
	padding-right:15px;
	padding-left:15px;
}
/*
.cookieSwitch {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	height:210px;
	min-height:21px;
	z-index:1;
	color:white;
	padding:8px 18px;
	text-align:center;
	bottom:0px;
	opacity:1;
}
*/
	
.cookieSwitch-close {
	min-width:100%;
	margin:1rem 0;
}
.cookieSwitch-close a {
	font-weight:bold;
	text-decoration:none;
}
.cookieSwitch-close a:hover {
	text-decoration:none;
	color:#87CEFA;
}
.cookie-sup {
	display:block;
	padding:1px 0 5px 0;
	margin-top:5px;
	text-align:left;
	max-width:100%;
	font-size:13px;
}
.cookie-sublink {
	color:white;
	text-decoration:underline;
}
}/* 2020/08/25 IEのみ対応 */



.footer {
	width:100%;
	overflow:hidden;
	padding:72px 7% 0 7%;
	background:#384b39
}
.footer .footerlf {
	width:49%;
	overflow:hidden;
}
.footerlf .blogo{
	width:100%;
	overflow:hidden;
}
.footerlf .blogo img{
	max-width:100%;
	height:auto;
}
.footerlf .blxfs{
	margin-top:48px;
}
.footerlf .blxfs,.footerlf .blxfs p{
	width:100%;
	overflow:hidden;
}
.footerlf .blxfs p{
	color:#fff;
	line-height:30px;
	margin-top:10px;
}
.footerlf .blxfs p a{
    color:#fff;
}
.footerlf .btel{
	width:100%;
	overflow:hidden;
	margin-top:58px;
	margin-bottom:20px;
}
.footer .footerrt {
	width:51%;
	overflow:hidden;
}
.footer .footerrt ul{
	width:100%;
	overflow:hidden;
}
.footer .footerrt ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footerrt ul li h4,.footerrt ul li p{
	width:100%;
	overflow:hidden;
}
.footerrt ul li h4{
	line-height:30px;
	margin-bottom:18px;
}
.footerrt ul li h4 a{
	font-size:16px;
	color:#fff;
}
.footerrt ul li p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:8px;
}
.footerrt ul li p a{
	color:rgba(255,255,255,0.5);
}
.bot{
	width:100%;
	overflow:hidden;
	border-top:solid 1px rgba(255,255,255,0.1);
	padding:40px 0;
}
.bot .botlf,.bot .botrt{
	overflow:hidden;
	padding:0;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	float:left;
}
.bot .botlf a,.bot .botrt a{
	color:rgba(255,255,255,0.5);
}
.bot .botlf a:hover,.bot .botrt a:hover,.footerrt ul li p a:hover{
	color:#fff;
}
.bot .botrt{
	text-align:right;
}
@media only screen and (max-width:767px) {
	.footer .footer_nav li a {
	font-size:14px
}
}.footer .footer_nav li a:hover {
	opacity:0.8;
	text-decoration:none
}
.footer .footer_nav li:last-child a {
	border:none
}
.footer .footer_subnav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:0
}
.footer .footer_subnav li a {
	white-space:nowrap;
	padding:0 20px;
	margin:0 auto;
	line-height:1;
	display:block;
	color:#fff;
	font-size:12px
}
@media only screen and (max-width:767px) {
	.footer .footer_subnav li a {
	font-size:12px
}
}.footer .footer_subnav li a:hover {
	opacity:0.8;
	text-decoration:none
}

.footer .footer_subnav {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.footer .footer_subnav li {
	width:50%;
	padding:5px 0
}
}@media only screen and (max-width:767px) {
	.footer {
	padding:30px 0
}
.footer .footer_nav {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.footer .footer_nav li {
	width:100%
}
.footer .footer_nav li a {
	padding-top:10px;
	padding-bottom:10px;
	border:none;
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.footer .footer_nav li a {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.footer .footer_subnav {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
	}
	.footer .footer_subnav li {
		padding:5px 0
	}
}
.jumbotron {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:inherit;
	color:#fff;
	height:200px;
	margin:0;
	padding:0;
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_bg@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_bg@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_bg@2x.png") no-repeat center center;
	background-size:cover;
	position:relative;
	*zoom:1
}
.jumbotron:after,.jumbotron:before {
	content:" ";
	display:block;
	line-height:0
}
.jumbotron:after {
	clear:both
}
.jumbotron:before {
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	content:"";
	position:absolute;
	width:100%;
	height:200px;
	background-color:#000;
	top:0;
	left:0;
	opacity:0
}
.jumbotron.-has-float {
	height:300px
}
.jumbotron.-has-float:before {
	height:300px
}
.jumbotron.-has-float .jumbotron_inner .jumbotron_feature {
	margin-top:-50px
}
.jumbotron.-scrolled:before {
	opacity:0.6
}
.jumbotron .jumbotron_inner {
	text-align:center
}
.jumbotron .jumbotron_inner .jumbotron_feature h2 {
	font-size:30px;
	line-height:1;
	font-weight:300;
	letter-spacing:7px
}
@media only screen and (max-width:767px) {
	.jumbotron .jumbotron_inner .jumbotron_feature h2 {
	font-size:18px
}
}.jumbotron .jumbotron_inner .jumbotron_feature span {
	line-height:1;
	font-size:32px;
	display:block;
	font-weight:bold;
	letter-spacing:7px
}
@media only screen and (max-width:767px) {
	.jumbotron .jumbotron_inner .jumbotron_feature span {
	font-size:18px
}
}.jumbotron-business {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_business@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_business@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_business@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-aboutus {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_aboutus@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_aboutus@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_aboutus@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-message {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_message@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_message@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_message@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-office {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_office@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_office@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_office@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-history {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_history@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_history@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_history@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-network {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_network@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_network@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_network@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-csr {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_csr@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_csr@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_csr@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-catalog {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_catalog@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_catalog@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_catalog@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-contact {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_contact@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_contact@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_contact@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-sitemap {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_sitemap@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_sitemap@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_sitemap@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-news {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_news@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_news@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_news@2x.png") no-repeat center center;
	background-size:cover
}
.jumbotron-news-detail {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0.35))),url("../img/jumbotron_news_detail@2x.png") no-repeat center center;
	background:-o-linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_news_detail@2x.png") no-repeat center center;
	background:linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url("../img/jumbotron_news_detail@2x.png") no-repeat center center;
	background-size:cover
}
@media only screen and (max-width:767px) {
	.jumbotron {
	display:block;
	height:auto;
	padding:0px 0!important;
	margin-top:60px;
	position:static
}
.jumbotron:before {
	margin-top:60px;
	height:110px
}
.jumbotron.-has-float {
	height:110px
}
.jumbotron.-has-float:before {
	height:110px
}
.jumbotron.-has-float {
	height:auto
}
.jumbotron.-has-float .jumbotron_inner .jumbotron_feature {
	margin-top:0px
}
.jumbotron .jumbotron_inner {
	padding:30px 20px;
	height:110px
}
.jumbotron .jumbotron_inner .jumbotron_feature h2 {
	font-size:20px;
	letter-spacing:3px
}
.jumbotron .jumbotron_inner .jumbotron_feature span {
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px
}
.jumbotron-business {
	background-position:center top;
	background-size:auto 110px
}
}@media only screen and (min-width:768px) and (max-width:1199px) {
	.jumbotron {
	margin-top:-10px
}
}.sec {
	padding:30px;
	margin:20px auto;
	*zoom:1
}
.sec:after,.sec:before {
	content:" ";
	display:block;
	line-height:0
}
.sec:after {
	clear:both
}
.sec .sec_inner {
	padding:20px 0
}
.sec .sec_inner h4 {
	font-size:14px;
	font-weight:bold
}
@media only screen and (max-width:767px) {
	.sec .sec_inner h4 {
	font-size:14px
}
}.sec .sec_inner p {
	font-size:14px;
	line-height:1.8em
}
@media only screen and (max-width:767px) {
	.sec .sec_inner p {
	font-size:14px
}
}.sec .sec_inner ol li,.sec .sec_inner ul li {
	font-size:14px
}
@media only screen and (max-width:767px) {
	.sec .sec_inner ol li,.sec .sec_inner ul li {
	font-size:14px
}
}.sec .sec_inner figure {
	text-align:center
}
.sec .sec_inner figcaption {
	font-size:12px;
	text-align:center;
	color:#666
}
@media only screen and (max-width:767px) {
	.sec .sec_inner figcaption {
	font-size:12px
}
}.sec .sec_desc {
	padding:20px 0
}
.sec .sec_desc h4 {
	font-size:14px;
	font-weight:bold
}
@media only screen and (max-width:767px) {
	.sec .sec_desc h4 {
	font-size:14px
}
}.sec .sec_desc p {
	font-size:14px;
	line-height:1.8em
}
@media only screen and (max-width:767px) {
	.sec .sec_desc p {
	font-size:14px
}
}.sec .sec_desc ol li,.sec .sec_desc ul li {
	font-size:14px
}
@media only screen and (max-width:767px) {
	.sec .sec_desc ol li,.sec .sec_desc ul li {
	font-size:14px
}
}.sec .sec_desc figure {
	text-align:center
}
.sec .sec_desc figcaption {
	font-size:12px;
	text-align:center;
	color:#666
}
@media only screen and (max-width:767px) {
	.sec .sec_desc figcaption {
	font-size:12px
}
}.sec .sec_desc .sec_desc_info p {
	text-indent:15px
}
.sec .sec_desc-lg p {
	font-size:18px;
	line-height:1.8em
}
@media only screen and (max-width:767px) {
	.sec .sec_desc-lg p {
	font-size:18px
}
}.sec .sec_desc-csr p {
	text-align:center
}
.sec .sec_pic {
	text-align:center
}
.sec .sec_pic p {
	font-size:14px;
	line-height:1.8em
}
@media only screen and (max-width:767px) {
	.sec .sec_pic p {
	font-size:14px
}
}.sec .sec_pic .sec_pic_caption {
	margin:5px 0 0 0;
	padding:0;
	display:block
}
.sec .sec_pic .sec_pic_desc {
	margin:5px 0 0 0;
	padding:0;
	display:block;
	text-align:left
}
.sec .sec_pic figure img {
	border:1px solid #fff
}
.sec .sec_pic figure img.-border {
	border-color:#ccc
}
.sec .sec_pic figure figcaption {
	font-size:12px;
	text-align:center;
	color:#666
}
@media only screen and (max-width:767px) {
	.sec .sec_pic figure figcaption {
	font-size:12px
}
}.sec img {
	height:auto;
	max-width:100%;
	margin-bottom:5px
}
.sec .sec_btn {
	max-width:600px;
	margin:30px auto
}
.sec-products {
	margin-top:0;
	margin-bottom:0
}
@media only screen and (max-width:767px) {
	.sec {
	padding:15px
}
.sec .sec_desc {
	padding:5px 0
}
.sec .sec_desc p {
	text-align:left
}
.sec .sec_desc-csr p {
	text-align:left
}
.sec .sec_desc-lg p {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.sec .sec_desc-lg p {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.sec .sec_link {
	width:100%;
	display:block;
	white-sapce:normal;
	word-break:break-all
}
}@media only screen and (max-width:767px) {
	.sec .sec_btn {
	margin:15px auto
}
}
.link {
	width:100%;
	overflow:hidden;
	text-align:right;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	margin-top:26px;
	margin-bottom:41px;
}
.link a {
	color:rgba(255,255,255,0.5);
	margin-right:10px;
}
.link a:hover{
	color:#fff;
}
.link-main {
	color:#282828
}
.link-main:hover {
	color:#282828
}
.link-gray {
	color:#707070
}
.link-gray:hover {
	color:#707070
}
.link-light-gray {
	color:#f5f5f5
}
.link-light-gray:hover {
	color:#f5f5f5
}
.link-black {
	color:#000
}
.link-black:hover {
	color:#000
}
.link-white {
	color:#fff
}
.link-white:hover {
	color:#fff
}
.link-transparent {
	color:rgba(255,255,255,0.3)
}
.link-transparent:hover {
	color:rgba(255,255,255,0.3)
}
.link-require {
	color:#e62c81
}
.link-require:hover {
	color:#e62c81
}
.link-red {
	color:#ee0141
}
.link-red:hover {
	color:#ee0141
}
.link-dark-red {
	color:#690000
}
.link-dark-red:hover {
	color:#690000
}
.link-green {
	color:#008e4d
}
.link-green:hover {
	color:#008e4d
}
.link-silver {
	color:#ccc
}
.link-silver:hover {
	color:#ccc
}
.link-blue {
	color:#18487a
}
.link-blue:hover {
	color:#18487a
}
.link-brown {
	color:#c18f75
}
.link-brown:hover {
	color:#c18f75
}
.title-normal {
	font-size:18px;
	font-weight:bold
}
@media only screen and (max-width:767px) {
	.title-normal {
	font-size:18px
}
}.title-lg {
	color:#333;
	text-align:center;
	font-size:38px;
	line-height:1.5;
	margin:30px auto;
	font-weight:300
}
@media only screen and (max-width:767px) {
	.title-lg {
	font-size:18px
}
}.title-lg i {
	font-size:18px;
	font-style:normal;
	display:block
}
@media only screen and (max-width:767px) {
	.title-lg i {
	font-size:18px
}
}.title-sm {
	font-size:24px;
	line-height:1.5
}
@media only screen and (max-width:767px) {
	.title-sm {
	font-size:18px
}
}.title-bg {
	font-size:24px;
	font-weight:bold;
	line-height:1.5;
	padding:10px 20px;
	color:#fff
}
@media only screen and (max-width:767px) {
	.title-bg {
	font-size:18px
}
}.title-bg-sm {
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	padding:5px 20px;
	color:#282828
}
@media only screen and (max-width:767px) {
	.title-bg-sm {
	font-size:18px
}
}.title-line {
	display:block;
	margin-bottom:10px;
	padding:3px 10px;
	font-weight:bold;
	font-size:18px;
	margin-top:50px
}
@media only screen and (max-width:767px) {
	.title-line {
	font-size:18px
}
}.title-line.-catch {
	font-size:24px;
	padding:8px 15px;
	background-color:#fafafa;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd
}
@media only screen and (max-width:767px) {
	.title-line.-catch {
	font-size:18px
}
}.title-line:first-of-type {
	margin-top:0px
}
.title-underline {
	position:relative;
	font-size:18px;
	color:#fff;
	line-height:30px;
	text-align:center;
}
.title-underline a{
	font-size:18px;
	color:#fff;
}
@media only screen and (max-width:767px) {
	.title-underline {
	font-size:18px
}
}.title-underline:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:100%;
	margin:7px auto;
	width:30px;
	height:2px;
	background:#fff
}
.title-light {
	color:#282828;
	font-size:32px;
	font-weight:300;
	margin-bottom:20px
}
@media only screen and (max-width:767px) {
	.title-light {
	font-size:18px
}
}.title-aside {
	font-size:24px;
	letter-spacing:3px;
	text-align:center;
	color:#fff
}
@media only screen and (max-width:767px) {
	.title-aside {
	font-size:18px
}
}.title-line-main {
	border-left:7px solid #282828;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-main {
	background:#282828
}
.title-bg-sm-main {
	background:#282828
}
.title-line-gray {
	border-left:7px solid #707070;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-gray {
	background:#707070
}
.title-bg-sm-gray {
	background:#707070
}
.title-line-light-gray {
	border-left:7px solid #f5f5f5;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-light-gray {
	background:#f5f5f5
}
.title-bg-sm-light-gray {
	background:#f5f5f5
}
.title-line-black {
	border-left:7px solid #000;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-black {
	background:#000
}
.title-bg-sm-black {
	background:#000
}
.title-line-white {
	border-left:7px solid #fff;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-white {
	background:#fff
}
.title-bg-sm-white {
	background:#fff
}
.title-line-transparent {
	border-left:7px solid rgba(255,255,255,0.3);
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-transparent {
	background:rgba(255,255,255,0.3)
}
.title-bg-sm-transparent {
	background:rgba(255,255,255,0.3)
}
.title-line-require {
	border-left:7px solid #e62c81;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-require {
	background:#e62c81
}
.title-bg-sm-require {
	background:#e62c81
}
.title-line-red {
	border-left:7px solid #ee0141;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-red {
	background:#ee0141
}
.title-bg-sm-red {
	background:#ee0141
}
.title-line-dark-red {
	border-left:7px solid #690000;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-dark-red {
	background:#690000
}
.title-bg-sm-dark-red {
	background:#690000
}
.title-line-green {
	border-left:7px solid #008e4d;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-green {
	background:#008e4d
}
.title-bg-sm-green {
	background:#008e4d
}
.title-line-silver {
	border-left:7px solid #ccc;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-silver {
	background:#ccc
}
.title-bg-sm-silver {
	background:#ccc
}
.title-line-blue {
	border-left:7px solid #18487a;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-blue {
	background:#18487a
}
.title-bg-sm-blue {
	background:#18487a
}
.title-line-brown {
	border-left:7px solid #c18f75;
	padding-top:7px;
	padding-bottom:7px
}
.title-bg-brown {
	background:#c18f75
}
.title-bg-sm-brown {
	background:#c18f75
}
@media only screen and (max-width:767px) {
	.title-normal {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-normal {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.title-lg {
	font-size:18px;
	margin:15px auto
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-lg {
	font-size:18px
}
}@media only screen and (max-width:767px) {
	.title-lg i {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-lg i {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.title-sm {
	font-size:16px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-sm {
	font-size:16px
}
}@media only screen and (max-width:767px) {
	.title-bg {
	font-size:16px;
	padding:5px 10px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-bg {
	font-size:16px
}
}@media only screen and (max-width:767px) {
	.title-bg-sm {
	font-size:14px;
	padding:5px 10px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-bg-sm {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.title-line {
	margin-top:30px;
	font-size:14px;
	margin-top:30px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-line {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.title-line.-catch {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-line.-catch {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.title-line:first-of-type {
	margin-top:0px
}
}@media only screen and (max-width:767px) {
	.title-underline {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-underline,.title-underline a{
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.title-light {
	font-size:18px;
	margin-bottom:15px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-light {
	font-size:18px
}
}@media only screen and (max-width:767px) {
	.title-aside {
	margin-top:10px;
	font-size:18px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.title-aside {
	font-size:18px
}
}.label {
	line-height:1;
	font-size:12px;
	padding:5px 10px;
	margin-right:5px
}
@media only screen and (max-width:767px) {
	.label {
	font-size:12px
}
}.label-arrow {
	display:block;
	position:relative;
	padding:5px 0;
	text-align:center;
	max-width:745px;
	margin:0 auto;
	background:#000;
	color:#fff;
	border-radius:5px 5px 5px 5px!important;
	font-size:28px;
	font-weight:bold
}
@media only screen and (max-width:767px) {
	.label-arrow {
	font-size:18px
}
}.label-arrow:after {
	border-right:solid 10px transparent;
	border-left:solid 10px transparent;
	border-top:solid 10px #000;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	position:absolute;
	z-index:-1;
	content:"";
	top:100%;
	left:50%;
	height:0;
	width:0
}
.label-main {
	border:1px solid #282828!important;
	color:#282828!important
}
.label-gray {
	border:1px solid #707070!important;
	color:#707070!important
}
.label-light-gray {
	border:1px solid #f5f5f5!important;
	color:#f5f5f5!important
}
.label-black {
	border:1px solid #000!important;
	color:#000!important
}
.label-white {
	border:1px solid #fff!important;
	color:#fff!important
}
.label-transparent {
	border:1px solid rgba(255,255,255,0.3)!important;
	color:rgba(255,255,255,0.3)!important
}
.label-require {
	border:1px solid #e62c81!important;
	color:#e62c81!important
}
.label-red {
	border:1px solid #ee0141!important;
	color:#ee0141!important
}
.label-dark-red {
	border:1px solid #690000!important;
	color:#690000!important
}
.label-green {
	border:1px solid #008e4d!important;
	color:#008e4d!important
}
.label-silver {
	border:1px solid #ccc!important;
	color:#ccc!important
}
.label-blue {
	border:1px solid #18487a!important;
	color:#18487a!important
}
.label-brown {
	border:1px solid #c18f75!important;
	color:#c18f75!important
}
@media only screen and (max-width:767px) {
	.label {
	font-size:10px;
	padding:2px 5px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.label {
	font-size:10px
}
}.btn {
	display:inline-block;
	padding:15px;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	padding:13px 20px;
	line-height:1;
	text-align:center;
	text-decoration:none;
	border-radius:inherit
}
@media only screen and (max-width:767px) {
	.btn {
	font-size:14px
}
}.btn:hover {
	opacity:0.8;
	color:#fff;
	text-decoration:none
}
.btn i {
	float:right
}
.btn-lg {
	padding:25px;
	font-size:18px
}
@media only screen and (max-width:767px) {
	.btn-lg {
	font-size:18px
}
}.btn-main {
	background:#282828!important
}
.btn-gray {
	background:#707070!important
}
.btn-light-gray {
	background:#f5f5f5!important
}
.btn-black {
	background:#000!important
}
.btn-white {
	background:#fff!important
}
.btn-transparent {
	background:rgba(255,255,255,0.3)!important
}
.btn-require {
	background:#e62c81!important
}
.btn-red {
	background:#ee0141!important
}
.btn-dark-red {
	background:#690000!important
}
.btn-green {
	background:#008e4d!important
}
.btn-silver {
	background:#ccc!important
}
.btn-blue {
	background:#18487a!important
}
.btn-brown {
	background:#c18f75!important
}
.btn-black {
	letter-spacing:2px;
	font-weight:400
}
.btn-block {
	display:block
}
@media only screen and (max-width:767px) {
	.btn {
	padding:15px;
	width:90%;
	margin:0 auto;
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.btn {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.btn-lg {
	padding:15px;
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.btn-lg {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.btn-black {
	letter-spacing:1px
}
}@media only screen and (max-width:767px) {
	.btn-csr {
	max-width:320px;
	margin:0 auto
}
}
.contactrq{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	margin-bottom:130px;
}
.contact {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-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;
	text-align:center;
	padding:50px 100px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#3a683f;
}
.contact .contact_desc {
	width:100%;
}
.contact_desc .contact_tit{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
.contact_desc .contact_tit img{
	max-width:100%;
	height:auto;
}
.contact .contact_desc span{
	color:#fff;
	font-size:16px;
}
.contact .contact_desc h2 {
	font-size:60px;
	line-height:50px;
	letter-spacing:3px
}
@media only screen and (max-width:767px) {
	.contact .contact_desc h2 {
	font-size:18px
}
}.contact .contact_desc p {
	margin:20px 0 0px;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:30px;
}
@media only screen and (max-width:767px) {
	.contact {
	padding:15px;
	text-align:left
}
.contact .contact_desc {
	width:100%;
}
.contact .contact_desc h2 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-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:24px;
	margin-bottom:0;
	line-height:1.5
}
.contact .contact_desc h2 .contact_icon {
	margin-left:20px;
	text-align:right
}
.contact .contact_desc span {
	font-size:14px;
	text-align:center;
	display:block
}
.contact .contact_desc p {
	margin:15px 0 20px;
	text-align:left;
	font-size:12px
}
}
.en {
	padding:26.5px 1% 26.5px 0;
	position: relative;
}
.en a{
    display: block;
}

.en .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 70px;
}
.en .languagenr p{
	width:100%;
	padding:0;
	background: #3a683f;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.en .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.en .languagenr p:hover{
	background:#49834f;
}

}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:1199px) {
	.en {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	margin:10px 15px
}
}.service {
	margin:20px auto
}
.service .service_table {
	width:100%
}
.service .service_table tbody td,.service .service_table thead td {
	padding:5px 20px;
	text-align:center;
	border:1px solid #ebebeb
}
.service .service_table thead td {
	background:#f5f5f5;
	font-weight:bold
}
.service .service_caption {
	font-size:12px;
	display:inline-block
}
@media only screen and (max-width:767px) {
	.service .service_caption {
	font-size:12px
}
}.service .service_pic {
	margin:20px auto
}
.product p {
	font-size:14px
}
@media only screen and (max-width:767px) {
	.product p {
	font-size:14px
}
}.product ol li,.product ul li {
	font-size:14px;
	margin-bottom:15px
}
@media only screen and (max-width:767px) {
	.product ol li,.product ul li {
	font-size:14px
}
}.product .product_flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.product .product_table {
	width:100%
}
.product .product_table caption {
	caption-side:top;
	text-align:center;
	font-weight:bold;
	color:#666
}
.product .product_table caption+caption {
	text-align:right;
	text-align:right;
	font-size:12px;
	padding-top:0;
	padding-bottom:2px;
	font-weight:normal
}
@media only screen and (max-width:767px) {
	.product .product_table caption+caption {
	font-size:12px
}
}.product .product_table tbody td,.product .product_table tbody th,.product .product_table thead td,.product .product_table thead th {
	font-size:14px;
	padding:10px 10px;
	text-align:center;
	border:1px solid #ebebeb
}
@media only screen and (max-width:767px) {
	.product .product_table tbody td,.product .product_table tbody th,.product .product_table thead td,.product .product_table thead th {
	font-size:14px
}
}.product .product_table thead th {
	background:#f5f5f5;
	font-weight:bold
}
.product .product_table._2-column tbody td,.product .product_table._2-column tbody th,.product .product_table._2-column thead td,.product .product_table._2-column thead th {
	width:50%
}
.product .product_table_header {
	text-align:right;
	font-size:12px!important;
	margin-bottom:5px;
	line-height:1
}
@media only screen and (max-width:767px) {
	.product .product_table_header {
	font-size:12px!important
}
}.product .product_caption {
	font-size:12px;
	display:inline-block
}
@media only screen and (max-width:767px) {
	.product .product_caption {
	font-size:12px
}
}.product .product_number {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.product .product_number .product_number_title {
	font-size:14px;
	padding-right:15px
}
@media only screen and (max-width:767px) {
	.product .product_number .product_number_title {
	font-size:14px
}
}.product .product_number .product_number_body {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.product .product_number .product_number_body dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:0
}
.product .product_number .product_number_body dl dt {
	font-weight:bold;
	color:#666;
	font-size:14px;
	margin-left:10px
}
@media only screen and (max-width:767px) {
	.product .product_number .product_number_body dl dt {
	font-size:14px
}
}.product .product_number .product_number_body dl dt:after {
	content:":";
	font-size:14px;
	margin-right:10px
}
@media only screen and (max-width:767px) {
	.product .product_number .product_number_body dl dt:after {
	font-size:14px
}
}.product .product_number .product_number_body dl dd {
	font-size:14px
}
@media only screen and (max-width:767px) {
	.product .product_number .product_number_body dl dd {
	font-size:14px
}
}.product .product_contact {
	border:1px solid #ebebeb;
	border-radius:5px 5px 5px 5px!important
}
.product .product_contact h2 {
	font-size:18px;
	font-weight:bold;
	display:block;
	padding:5px 10px;
	background:#f5f5f5
}
@media only screen and (max-width:767px) {
	.product .product_contact h2 {
	font-size:18px
}
}.product .product_contact .product_contact_inner {
	padding:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.product .product_contact .product_contact_body span {
	color:#fff;
	background:#042275;
	padding:0 3px;
	display:inline-block;
	margin:0 10px 0 50px;
	line-height:1
}
.product .product_contact .product_contact_body a {
	color:#042275
}
.product .product_contact .product_contact_body a i {
	margin-left:5px
}
.product_table_footer {
	text-align:right;
	font-size:12px;
	margin-top:5px;
	line-height:1
}
@media only screen and (max-width:767px) {
	.product_table_footer {
	font-size:12px
}
}.product-single {
	margin-bottom:100px
}
@media only screen and (min-width:250px) and (max-width:991px) {
	.product._dragable {
	overflow-x:scroll;
	display:block
}
.product._dragable .product_table {
	width:640px
}
.product._dragable .product_table tbody td,.product._dragable .product_table tbody th,.product._dragable .product_table thead td,.product._dragable .product_table thead th {
	padding:10px 5px
}
.product._dragable::-webkit-scrollbar {
	-webkit-appearance:none;
	background:#f5f5f5;
	width:100px;
	height:5px
}
.product._dragable::-webkit-scrollbar-thumb {
	border-radius:5px;
	background-color:rgba(0,0,0,0.5)
}
.product .product_table {
	width:100%;
	display:table
}
.product .product_table tbody td,.product .product_table tbody th,.product .product_table thead td,.product .product_table thead th {
	font-size:12px;
	padding:10px 3px
}
}@media only screen and (min-width:250px) and (max-width:991px) and (max-width:767px) {
	.product .product_table tbody td,.product .product_table tbody th,.product .product_table thead td,.product .product_table thead th {
	font-size:12px
}
}@media only screen and (min-width:250px) and (max-width:991px) {
	.product .product_table tbody th,.product .product_table thead th {
	background:#f5f5f5
}
}@media only screen and (min-width:250px) and (max-width:991px) {
	.product .product_table caption {
	text-align:left;
	font-size:14px
}
}@media only screen and (min-width:250px) and (max-width:991px) and (max-width:767px) {
	.product .product_table caption {
	font-size:14px
}
}@media only screen and (min-width:250px) and (max-width:991px) {
	.product .product_number {
	display:block
}
.product .product_number .product_number_title {
	padding-right:0
}
.product .product_number .product_number_body {
	display:block;
	margin-top:10px
}
.product .product_number .product_number_body dl {
	display:block;
	width:100%;
	margin-bottom:0
}
.product .product_number .product_number_body dl dt {
	margin:0
}
.product .product_number .product_number_body dl dd {
	word-wrap:break-word
}
}@media only screen and (min-width:250px) and (max-width:991px) {
	.product-single {
	margin-bottom:30px
}
}.catalog {
	margin:20px auto 0
}
.catalog .catalog_table {
	width:100%
}
.catalog .catalog_table tr td,.catalog .catalog_table tr th {
	padding:5px 20px;
	text-align:center;
	border:1px solid #ccc;
	font-size:14px
}
@media only screen and (max-width:767px) {
	.catalog .catalog_table tr td,.catalog .catalog_table tr th {
	font-size:14px
}
}.catalog .catalog_table thead tr th {
	font-weight:normal;
	background-color:#690000;
	color:#fff
}
.catalog .catalog_table thead tr td {
	background-color:rgba(105,0,0,0.8);
	color:#fff
}
.catalog .catalog_table tbody a {
	color:#690000
}
.catalog .catalog_table tbody th {
	vertical-align:top;
	border-right:none;
	font-weight:normal;
	background-color:rgba(193,143,117,0.15)
}
.catalog .catalog_table tbody td {
	text-align:center;
	vertical-align:center
}
.catalog .catalog_table tbody td div {
	text-align:center;
	margin-bottom:10px
}
@media only screen and (max-width:767px) {
	.catalog._dragable {
	overflow-x:scroll;
	display:block
}
.catalog._dragable .catalog_table tbody td,.catalog._dragable .catalog_table tbody th,.catalog._dragable .catalog_table thead td,.catalog._dragable .catalog_table thead th {
	padding:10px 5px
}
.catalog._dragable::-webkit-scrollbar {
	-webkit-appearance:none;
	background:#f5f5f5;
	width:100px;
	height:5px
}
.catalog._dragable::-webkit-scrollbar-thumb {
	border-radius:5px;
	background-color:rgba(0,0,0,0.5)
}
}.tabs-news {
	margin-top:30px!important
}
.tabs-sub {
	width:960px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	list-style:none;
	padding:0;
	margin:auto
}
.tabs-sub li {
	box-flex:1;
	width:100%;
	padding:10px 10px
}
.tabs-sub li a {
	border-bottom:3px solid #707070;
	display:block;
	padding:10px 10px;
	cursor:pointer
}
.tabs-sub li a:hover {
	border-color:#ee0141
}
.tabs-sub li a:hover span {
	color:#ee0141
}
.tabs-sub li a.active {
	border-color:#ee0141;
	position:relative
}
.tabs-sub li a.active:after {
	position:absolute;
	content:"";
	bottom:-10px;
	left:calc(50% - 10px);
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 10px 0 10px;
	border-color:#ee0141 transparent transparent transparent
}
.tabs-sub li a span img {
	margin-right:10px
}
.tab-category {
	display:none
}
.tab-category.active {
	display:block
}
.tab-content {
	padding:0px;
	width:96%;
	margin-left:1%
}
.tab-link {
	padding-top:10px;
	text-align:right
}
.tab-link a {
	color:#666;
	font-size:14px
}
@media only screen and (max-width:767px) {
	.tab-link a {
	font-size:14px
}
}.tab-link a i {
	margin-left:5px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.tabs-sub {
	width:100%
}
.tab-category {
	-webkit-transform:scale(0.95,0.95);
	-ms-transform:scale(0.95,0.95);
	transform:scale(0.95,0.95);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
.tab-category#car,.tab-category#electro,.tab-category#house,.tab-category#laptop {
	margin-bottom:-30px
}
}@media only screen and (min-width:768px) and (max-width:991px) {
	.tabs-sub {
	width:100%;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.tabs-sub li {
	width:50%
}
.tabs-sub li a {
	font-size:14px
}
}@media only screen and (min-width:768px) and (max-width:991px) and (max-width:767px) {
	.tabs-sub li a {
	font-size:14px
}
}@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-category {
	-webkit-transform:scale(0.7,0.7);
	-ms-transform:scale(0.7,0.7);
	transform:scale(0.7,0.7);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
.tab-category#car,.tab-category#electro,.tab-category#house,.tab-category#laptop {
	margin-bottom:-120px
}
}@media only screen and (max-width:767px) {
	.tabs-sub {
	margin-top:15px;
	width:100%;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.tabs-sub.tabs-sub-search li a {
	font-size:12px;
	padding-left:0;
	padding-right:0
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.tabs-sub.tabs-sub-search li a {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.tabs-sub.tabs-sub-search li a span img {
	display:block;
	margin-right:0px;
	width:auto;
	height:20px
}
}@media only screen and (max-width:767px) {
	.tabs-sub li {
	box-flex:1;
	width:50%;
	padding:10px 10px
}
.tabs-sub li a {
	font-size:14px;
	white-space:nowrap;
	padding:5px 5px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.tabs-sub li a {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.tabs-sub li a span img {
	margin-right:5px
}
}.tabs-second {
	border-bottom:none;
	margin:0
}
.tabs-second .tab-content {
	padding-bottom:30px
}
.tabs-second .nav-item {
	width:calc(96% / 4);
	margin:0 0.5%;
	text-align:center
}
.tabs-second .nav-item .nav-link {
	border-bottom:2px solid rgba(255,255,255,0.3);
	border-color:#fff #fff #ebebeb #fff;
	border-top-left-radius:0;
	border-top-right-radius:0;
	font-size:14px;
	color:#000;
	position:relative
}
@media only screen and (max-width:767px) {
	.tabs-second .nav-item .nav-link {
	font-size:14px
}
}.tabs-second .nav-item .nav-link .nav-icon {
	display:inline-block;
	margin-right:5px
}
.tabs-second .nav-item .nav-link .nav-icon img {
	height:auto;
	max-width:100%
}
.tabs-second .nav-item .nav-link.active {
	border-color:#fff #fff #ee0141 #fff
}
.tabs-second .nav-item .nav-link.active:before {
	position:absolute;
	content:"▼";
	color:#ee0141;
	left:0;
	right:0;
	top:85%
}
.tab-content {
	padding-bottom:30px
}
.scrollToTop {
	display:none;
	width:20px;
	height:156px;
	cursor:pointer;
	position:fixed;
	bottom:30px;
	right:30px
}
.scrollToTop>div {
	text-align:center;
	color:#fff;
	text-decoration:none;
	line-height:15px;
	position:absolute;
	bottom:0;
	left:0;
}
.scrollToTop:after{
	content:"";
	width:1px;
	height:78px;
	background:#fff;
	position:absolute;
	left:9.5px;
	top:0;
}
.scrollToTop>div:hover {
	text-decoration:none;
	opacity:0.8
}
.scrollToTop span {
	display:block
}
@media only screen and (max-width:767px) {
	.scrollToTop {
	bottom:15px;
	right:15px
}
}.bnr-outer {
	position:relative;
	padding-top:50px;
	padding-bottom:100px
}
.bnr {
	background:url("../images/probg.jpg") no-repeat;
	background-position:top center;
	background-size:cover;
	padding:50px 0 100px;
	height:370px;
	position:absolute;
	width:100%;
	top:0;
	left:0
}
.bnr_product {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.bnr-copper {
	background:url("../images/sybg.jpg") no-repeat;
	background-size:cover
}
@media only screen and (max-width:767px) {
	.bnr-outer {
	padding-top:30px;
	padding-bottom:30px
}
.bnr {
	height:280px;
	padding:0
}
}.feature {
	position:relative;
	display:inline-block;
	padding:50px;
	max-width:650px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0px 0;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	top:50px
}

.feature.-fade {
	opacity:0.9;
	margin-top:0;
	top:0
}
.feature.-fade .feature_inner {
	opacity:1
}
.feature .feature_inner {
	opacity:0;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	transition-delay:1s
}
.feature .feature_inner .feature_title {
	font-size:60px;
}
.feature .feature_inner .feature_title img{
	max-width:100%;
	height:auto;
}
@media only screen and (max-width:767px) {
	.feature .feature_inner .feature_title {
		font-size:18px
	}
}
.feature .feature_inner span {
	font-size:16px;
	color:#363637;
	font-weight: bold;
}
@media only screen and (max-width:767px) {
	.feature .feature_inner span {
	font-size:16px
}
}.feature .feature_inner .feature_desc {
	margin:30px 0
}
.feature .feature_inner .feature_desc p {
	font-size:14px;
	line-height:30px;
	color:#000;
}
@media only screen and (max-width:767px) {
	.feature .feature_inner .feature_desc p {
	font-size:14px
}
}.feature .feature_inner .feature_btn a {
	width:200px
}
@media only screen and (max-width:767px) {
	.feature {
	margin:20px auto;
	width:100%;
	padding:30px
}
.feature.-fade {
	top:40px;
	margin-bottom:60px
}
.feature .feature_inner .feature_title {
	font-size:24px!important;
	margin-bottom:0
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.feature .feature_inner .feature_title {
	font-size:24px!important
}
}@media only screen and (max-width:767px) {
	.feature .feature_inner span {
	font-size:16px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.feature .feature_inner span {
	font-size:16px
}
}@media only screen and (max-width:767px) {
	.feature .feature_inner .feature_desc {
	margin:15px 0
}
}.classification.-first {
	padding:116px 0 36px 0
}
.classification.-last {
	padding:0px 0 70px 0
}
.classification .classification_title {
	font-size:24px;
	color:#fff;
	text-align:center;
	margin-bottom:58px;
	line-height:34px;
}
@media only screen and (max-width:767px) {
	.classification .classification_title {
	font-size:18px
}
}.classification .classification_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	margin:50px auto
}
.classification .classification_list li {
	width:calc(100% / 3);
	background:#fff;
	list-style:none;
	margin:0 10px;
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.classification .classification_list li span {
	display:block;
	text-align:center;
	margin:14px auto 0;
	font-size:18px;
	line-height:30px;
	color:#000;
}
.classification .classification_list li a {
	display:block;
	width:100%;
	padding:50px 0;
	color:#282828;
	font-size:18px;
}
@media only screen and (max-width:767px) {
	.classification .classification_list li a {
	font-size:18px
}
}.classification .classification_list li a:hover {
	text-decoration:none;
	background-color:rgba(238,1,65,0.1)
}
.classification .classification_list-lg li {
	width:calc(100% / 4)
}
@media only screen and (max-width:767px) {
	.classification.-first {
	padding:40px 0
}
.classification .classification_title {
	margin:20px auto 30px;
	line-height:1.5em
}
.classification .classification_list {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0;
	margin:50px auto 0
}
.classification .classification_list li {
	width:calc(94% / 3);
	margin:1% 1%;
	padding:0
}

.classification .classification_list li img{
	height:40px;
}
.classification .classification_list li span{
	font-size:16px;
}
.classification .classification_list li a {
	padding:20px 0;
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.classification .classification_list li a {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.classification .classification_list-lg li {
	width:calc(94% / 2);
	margin:1%
}
}.news {
	width:100%;
	max-width:860px;
	margin:auto
}
.news.news-full {
	max-width:100%
}
.news .news_title {
	border-left:2px solid #707070;
	padding-top:70px;
	font-size:40px;
	color:#282828;
	letter-spacing:4px
}
@media only screen and (max-width:767px) {
	.news .news_title {
	font-size:18px
}
}.news .news_title span {
	display:none
}
.news .news_date {
	min-width:70px;
	display:block;
	margin-right:20px;
	white-space:nowrap
}
.news .news_category {
	white-space:nowrap;
	display:block;
	margin-right:20px
}
.news .nav-tabs {
	border-bottom:none;
	margin:120px auto 0
}
.news .nav-tabs .nav-item {
	margin:0 0;
	width:33.33333%;
	text-align:center;
	padding-left:5px;
	padding-right:5px
}
.news .nav-tabs .nav-item .nav-link {
	border:1px solid #282828;
	border-top-left-radius:0;
	border-top-right-radius:0;
	padding:8px 20px;
	color:#282828;
	font-size:14px
}
@media only screen and (max-width:767px) {
	.news .nav-tabs .nav-item .nav-link {
	font-size:14px
}
}.news .nav-tabs .nav-item .nav-link:after,.news .nav-tabs .nav-item .nav-link:before {
	width:0
}
.news .nav-tabs .nav-item .nav-link:hover {
	color:#fff;
	background-color:#707070;
	position:relative;
	border-color:#707070
}
.news .nav-tabs .nav-item .nav-link:hover:before {
	display:none
}
.news .nav-tabs .nav-item .nav-link.active {
	color:#fff;
	background-color:#707070;
	position:relative;
	border-color:#707070
}
.news .nav-tabs .nav-item .nav-link.active:before {
	display:none
}
.news .nav-tabs .nav-item .nav-link.active:after {
	content:"";
	position:absolute;
	top:75%;
	color:#707070;
	height:0px;
	width:0px;
	left:0;
	right:0;
	margin:0 auto;
	border-color:#707070 transparent;
	border-style:solid;
	border-width:20px 20px 0px 20px;
	background:none
}
.news-details .nav-tabs,.news-ichiran .nav-tabs {
	margin:0 auto
}
@media only screen and (max-width:767px) {
	.news {
	padding:30px 0;
	width:100%
}
.news .news_title {
	border-left:none;
	padding:0px 0;
	font-size:24px!important;
	text-align:center
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.news .news_title {
	font-size:24px!important
}
}@media only screen and (max-width:767px) {
	.news .news_title img {
	display:none
}
}@media only screen and (max-width:767px) {
	.news .news_title span {
	display:inline-block;
	border-bottom:2px solid #707070;
	padding:5px 0 5px 4px;
	font-size:24px!important
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.news .news_title span {
	font-size:24px!important
}
}@media only screen and (max-width:767px) {
	.news .news_desc {
	width:100%
}
}@media only screen and (max-width:767px) {
	.news .nav-tabs {
	border-bottom:none;
	margin:30px auto 0
}
.news .nav-tabs .nav-item .nav-link {
	padding:5px 0;
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.news .nav-tabs .nav-item .nav-link {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.news .nav-tabs .nav-item .nav-link.active:after {
	top:90%;
	border-width:10px 10px 0px 10px
}
}@media only screen and (max-width:320px) {
	.news .nav-tabs .nav-item .nav-link {
	font-size:10px
}
}@media only screen and (max-width:320px) and (max-width:767px) {
	.news .nav-tabs .nav-item .nav-link {
	font-size:10px
}
}.products {
	}.products .products_areas .products_areas_image {
	display:none
}
.products .products_list {
	list-style:none;
	padding:0
}
.products .products_list li {
	margin:0;
	line-height:1;
	cursor:pointer
}
.products .products_list li:hover {
	opacity:1
}
.products .products_list li.active a,.products .products_list li.active span {
	background-color:#ee0141;
	color:#fff
}
.products .products_list li.active a:after,.products .products_list li.active span:after {
	color:#fff
}
.products .products_list li a,.products .products_list li span {
	font-size:16px;
	background-color:#fff;
	border:1px solid #EBEBEB;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	min-width:190px;
	min-height:54px;
	position:relative;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	line-height:1
}
.products .products_list li a:after,.products .products_list li span:after {
	content:"◢";
	position:absolute;
	right:5px;
	bottom:5px;
	color:#EE0141;
	font-size:12px
}
.products .products_list li a i,.products .products_list li span i {
	padding-top:2px;
	font-size:12px;
	display:block;
	text-align:center;
	font-style:normal
}
.products .products_list li a:hover,.products .products_list li span:hover {
	background:#ee0141;
	color:#fff;
	opacity:1
}
.products .products_areas-car {
	margin:auto;
	width:940px;
	height:470px
}
.products .products_areas-car .products_list {
	background:url("../images/products/index/bg-car@2x.png") no-repeat center center;
	background-size:940px 470px;
	width:940px;
	height:470px;
	position:relative
}
.products .products_areas-car .products_list li {
	position:absolute
}
.products .products_areas-car .products_list #carElectrical {
	top:290px;
	left:730px
}
.products .products_areas-car .products_list #carIllumination {
	top:100px;
	left:20px
}
.products .products_areas-car .products_list #carBusBar {
	top:35px;
	left:330px
}
.products .products_areas-car .products_list #carHeatSink {
	top:380px;
	left:120px
}
.products .products_areas-car .products_list #carDriveSystem {
	top:100px;
	left:710px
}
.products .products_areas-car .products_list #carEquipment {
	top:380px;
	left:450px
}
.products .products_areas-laptop {
	margin:auto;
	background:rgba(255,255,255,0.3);
	width:940px;
	height:470px
}
.products .products_areas-laptop .products_list {
	background:url("../images/products/index/bg-laptop@2x.png") no-repeat center center;
	background-size:940px 470px;
	width:940px;
	height:470px;
	position:relative
}
.products .products_areas-laptop .products_list li {
	position:absolute
}
.products .products_areas-laptop .products_list #laptopConnector {
	top:330px;
	left:670px
}
.products .products_areas-laptop .products_list #laptopLeadFrame {
	top:96px;
	left:660px
}
.products .products_areas-laptop .products_list #laptopEleHeatSink {
	top:368px;
	left:183px
}
.products .products_areas-laptop .products_list #laptopLCDScreen {
	top:85px;
	left:105px
}
.products .products_areas-electro {
	margin:auto;
	background:rgba(255,255,255,0.3);
	width:940px;
	height:470px
}
.products .products_areas-electro .products_list {
	background:url("../images/products/index/bg-electro@2x.png") no-repeat center center;
	background-size:940px 470px;
	width:940px;
	height:470px;
	position:relative
}
.products .products_areas-electro .products_list li {
	position:absolute
}
.products .products_areas-electro .products_list #electroPowerGeneration {
	top:70px;
	left:70px
}
.products .products_areas-electro .products_list #electroStorage {
	top:370px;
	left:110px
}
.products .products_areas-electro .products_list #electroSubstation {
	top:40px;
	left:670px
}
.products .products_areas-electro .products_list #electroReceivingPower {
	top:330px;
	left:695px
}
.products .products_areas-house {
	margin:auto;
	background:rgba(255,255,255,0.3);
	width:940px;
	height:470px
}
.products .products_areas-house .products_list {
	background:url("../images/products/index/bg-house@2x.png") no-repeat center center;
	background-size:940px 470px;
	width:940px;
	height:470px;
	position:relative
}
.products .products_areas-house .products_list li {
	position:absolute
}
.products .products_areas-house .products_list #houseWaterFaucet {
	top:58px;
	left:630px
}
.products .products_areas-house .products_list #houseHomeAppliances {
	top:110px;
	left:60px
}
.products .products_areas-house .products_list #housePowerDistribution {
	top:350px;
	left:150px
}
.products .products_areas-house .products_list #houseHousingParts {
	top:370px;
	left:660px
}
.products .products_cards-form .products_cards_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:940px;
	margin:0 auto;
	padding:30px 0 0
}
.products .products_cards-form .products_cards_list li {
	list-style:none;
	line-height:1;
	margin:0;
	padding:0;
	width:calc(100% / 4);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	cursor:pointer
}
.products .products_cards-form .products_cards_list li:nth-child(4),.products .products_cards-form .products_cards_list li:nth-child(5),.products .products_cards-form .products_cards_list li:nth-child(6),.products .products_cards-form .products_cards_list li:nth-child(7) {
	border-bottom:1px solid #eee
}
.products .products_cards-form .products_cards_list li:hover span {
	color:#ee0141
}
.products .products_cards-form .products_cards_list li.active {
	color:#fff;
	background-color:#ee0141
}
.products .products_cards-form .products_cards_list li.active:hover span {
	color:#fff
}
.products .products_cards-form .products_cards_list li span {
	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-weight:bold;
	width:calc(100% - 100px)
}
.products .products_cards-form .products_cards_list li div {
	width:100px;
	height:100px
}
.products .products_cards-form .products_cards_list #formArticle div {
	background:url("../images/products/index/form-0.jpg") no-repeat center center;
	background-size:cover
}
.products .products_cards-form .products_cards_list #formBoard div {
	background:url("../images/products/index/form-1.jpg") no-repeat center center;
	background-size:cover
}
.products .products_cards-form .products_cards_list #formRod div {
	background:url("../images/products/index/form-2.jpg") no-repeat center center;
	background-size:cover
}
.products .products_cards-form .products_cards_list #formLine div {
	background:url("../images/products/index/form-3.jpg") no-repeat center center;
	background-size:cover
}
.products .products_cards-form .products_cards_list #formProcessedGoods div {
	background:url("../images/products/index/form-4.jpg") no-repeat center center;
	background-size:cover
}
.products .products_cards-form .products_cards_list #formAnode div {
	background:url("../images/products/index/form-5.jpg") no-repeat center center;
	background-size:cover
}
.products .products_cards-form .products_cards_list #formPlating div {
	background:url("../images/products/index/form-6.jpg") no-repeat center center;
	background-size:cover
}
.products .products_areaMap ul {
	padding:0;
	margin:0
}
.products .products_areaMap ul li {
	position:absolute;
	list-style:none;
	line-height:1;
	padding:0;
	margin:0
}
.products .products_areaMap ul li a:hover {
	opacity:0.8
}
.products .products_areas-connector {
	background:url("../img/products/index/bg-search-connector.png") no-repeat center top;
	width:980px;
	height:639px;
	position:relative
}
.products .products_areas-connector ul li#map01_01 {
	left:400px;
	top:430px;
	z-index:10;
	width:133px;
	height:51px
}
.products .products_areas-connector ul li#map01_02 {
	left:435px;
	top:405px;
	z-index:30;
	width:311px;
	height:52px
}
.products .products_areas-connector ul li#map01_03 {
	left:593px;
	top:361px;
	z-index:20;
	width:248px;
	height:45px
}
.products .products_areas-connector ul li#map01_04 {
	left:330px;
	top:332px;
	z-index:40;
	width:307px;
	height:38px
}
.products .products_areas-connector ul li#map01_05 {
	left:279px;
	top:264px;
	z-index:50;
	width:268px;
	height:52px
}
.products .products_areas-connector ul li#map01_06 {
	left:266px;
	top:235px;
	z-index:60;
	width:347px;
	height:26px
}
.products .products_areas-connector ul li#map01_07 {
	left:401px;
	top:179px;
	z-index:300;
	width:131px;
	height:44px
}
.products .products_areas-connector ul li#map01_08 {
	left:391px;
	top:168px;
	z-index:80;
	width:360px;
	height:45px
}
.products .products_areas-connector ul li#map01_09 {
	left:151px;
	top:120px;
	z-index:90;
	width:234px;
	height:46px
}
.products .products_areas-connector ul li#map01_10 {
	left:168px;
	top:96px;
	z-index:110;
	width:342px;
	height:26px
}
.products .products_areas-connector ul li#map01_11 {
	left:108px;
	top:88px;
	z-index:100;
	width:250px;
	height:18px
}
.products .products_areas-connector ul li#map01_12 {
	left:331px;
	top:118px;
	z-index:200;
	width:300px;
	height:37px
}
.products .products_areas-connector ul li#map01_13 {
	left:393px;
	top:341px;
	z-index:300;
	width:318px;
	height:45px
}
.products .products_areas-connector ul li#map01_14 {
	left:153px;
	top:165px;
	z-index:400;
	width:257px;
	height:43px
}
.products .products_areas-connector ul li#map01_15 {
	left:125px;
	top:42px;
	z-index:400
}
.products .products_areas-connector ul li#map01_16 {
	left:328px;
	top:457px;
	z-index:400
}
.products .products_areas-connector ul li#map01_17 {
	left:103px;
	top:59px;
	z-index:95;
	width:309px;
	height:28px
}
.products .products_areas-electronic {
	background:url("../img/products/index/bg-search-electronic.png") no-repeat center top;
	width:980px;
	height:639px;
	position:relative
}
.products .products_areas-electronic ul li#map02_01 {
	left:394px;
	top:420px;
	z-index:10;
	width:266px;
	height:37px
}
.products .products_areas-electronic ul li#map02_02 {
	left:389px;
	top:253px;
	z-index:30;
	width:160px;
	height:42px
}
.products .products_areas-electronic ul li#map02_03 {
	left:278px;
	top:235px;
	z-index:20;
	width:227px;
	height:36px
}
.products .products_areas-electronic ul li#map02_04 {
	left:420px;
	top:184px;
	z-index:50;
	width:142px;
	height:46px
}
.products .products_areas-electronic ul li#map02_05 {
	left:367px;
	top:180px;
	z-index:40;
	width:360px;
	height:37px
}
.products .products_areas-electronic ul li#map02_06 {
	left:151px;
	top:120px;
	z-index:60;
	width:234px;
	height:46px
}
.products .products_areas-electronic ul li#map02_07 {
	left:168px;
	top:96px;
	z-index:80;
	width:300px;
	height:42px
}
.products .products_areas-electronic ul li#map02_08 {
	left:108px;
	top:88px;
	z-index:70;
	width:250px;
	height:18px
}
.products .products_areas-electronic ul li#map02_09 {
	left:125px;
	top:42px;
	z-index:400
}
.products .products_areas-electronic ul li#map02_10 {
	left:125px;
	top:149px;
	z-index:400
}
.products .products_areas-electronic ul li#map02_11 {
	left:103px;
	top:59px;
	z-index:65;
	width:309px;
	height:28px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.products .products_cards-form .products_cards_list {
	width:100%;
	padding-left:30px;
	padding-right:30px
}
}@media only screen and (min-width:768px) and (max-width:991px) {
	.products .products_areaMap {
	margin-bottom:-200px;
	-webkit-transform:scale(0.95,0.95);
	-ms-transform:scale(0.95,0.95);
	transform:scale(0.95,0.95);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
.products .products_cards-form .products_cards_list {
	width:100%
}
.products .products_cards-form .products_cards_list li {
	width:calc(100% / 3)
}
}@media only screen and (max-width:767px) {
	.products {
	width:100%;
	margin-left:0
}
.products .products_areas {
	width:100%!important;
	height:auto!important
}
.products .products_areas .products_areas_image {
	display:block;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px
}
.products .products_areas .products_areas_image img {
	width:100%;
	height:auto
}
.products .products_areas .products_list {
	background:none;
	width:100%;
	height:auto;
	position:static;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.products .products_areas .products_list li {
	width:calc(100% / 2);
	position:static;
	top:auto!important;
	left:auto!important
}
.products .products_areas .products_list li a,.products .products_areas .products_list li span {
	font-size:12px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:10px;
	min-width:auto;
	min-height:calc(3em + 12px)
}
.products .products_cards-form .products_cards_list {
	width:100%;
	padding:15px 0 0
}
.products .products_cards-form .products_cards_list li {
	width:calc(100% / 2)
}
.products .products_cards-form .products_cards_list li span {
	width:calc(100% - 80px);
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.products .products_cards-form .products_cards_list li span {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.products .products_cards-form .products_cards_list li div {
	width:80px;
	height:80px
}
}@media only screen and (max-width:767px) {
	.products .products_areaMap {
	display:none
}
}@media (-ms-high-contrast:none) {
	.products .tab-category .products_areas .products_list li a,.products .tab-category .products_areas .products_list li span {
	min-height:auto;
	padding:15px
}
}.tag {
	display:inline-block;
	margin-right:30px;
	white-space:nowrap
}
.tag:last-child {
	margin-right:0
}
.tag a {
	color:#666;
	text-decoration:underline
}
.tag a i {
	margin-left:5px
}
.tag a:hover {
	text-decoration:none
}
@media only screen and (max-width:767px) {
	.tag {
	margin-bottom:15px
}
}.newsList {
	padding:0;
	margin:0px auto 0
}
.newsList li {
	padding:15px 0;
	margin:0;
	border-bottom:1px dotted #282828;
	list-style:none
}
.newsList li:last-child {
	border:none
}
.newsList li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	color:#282828;
	font-size:14px
}
@media only screen and (max-width:767px) {
	.newsList li a {
	font-size:14px
}
}.newsList li a:hover {
	opacity:0.7;
	text-decoration:none
}
.newsList li a:hover * {
	text-decoration:none
}
@media only screen and (max-width:767px) {
	.newsList {
	margin:10px auto
	}
	.newsList li a {
		display:block
	}
	.newsList li:last-child {
		border-bottom:1px dotted #282828
	}
}
.simply-scroll-outer {
	width:100%;
	margin:150px 0 0px;
	overflow:hidden;
	height:545px;
	background-color:#fff
}
.simply-scroll-outer .simply-scroll {
	width:100%;
	height:545px;
}
.simply-scroll-outer .simply-scroll .simply-scroll-clip {
	width:100%!important;
	height:545px!important
}
.simply-scroll-outer .simply-scroll .simply-scroll-list li {
	width:1077px;
	height:545px
}
.simply-scroll-outer .simply-scroll .simply-scroll-list li img {
	width:1077px;
	height:auto
}
@media only screen and (max-width:767px) {
	.simply-scroll-outer {
	margin:50px 0 0px;
	height:calc(130vw * 0.506)
}
.simply-scroll-outer .simply-scroll {
	height:calc(130vw * 0.506)!important
}
.simply-scroll-outer .simply-scroll .simply-scroll-clip {
	height:calc(130vw * 0.506)!important
}
.simply-scroll-outer .simply-scroll .simply-scroll-list li {
	height:calc(130vw * 0.506);
	width:130vw
}
.simply-scroll-outer .simply-scroll .simply-scroll-list li img {
	width:130vw;
	height:auto
}
}.movie {
	max-width:100px;
	margin:0 auto;
	position:absolute;
	bottom:30px;
	right:30px;
	z-index:99
}

.movie-lightbox {
	display:none;
	width:100vw;
	height:100vh
}
.movie-lightbox .movie-lightbox_inner {
	position:relative;
	width:100%;
	padding-top:56.25%
}
.movie-lightbox .movie-lightbox_inner iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%!important;
	height:100%!important
}
@media only screen and (max-width:767px) {
	.movie {
	top:500px;
	bottom:initial
}
}.address {
	margin-top:50px;
	border:1px solid #ddd
}
.address .address_title {
	padding:10px 20px;
	color:#fff;
	background:#690000;
	font-size:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
@media only screen and (max-width:767px) {
	.address .address_title {
	font-size:18px
}
}.address .address_info {
	padding:5px 20px
}
.address .address_info h3 {
	font-size:18px
}
@media only screen and (max-width:767px) {
	.address .address_info h3 {
	font-size:18px
}
}.address .address_info h4 {
	font-weight:normal;
	font-size:16px
}
@media only screen and (max-width:767px) {
	.address .address_info h4 {
	font-size:16px
}
}.address .address_info p {
	margin-left:10px;
	font-size:14px
}
@media only screen and (max-width:767px) {
	.address .address_info p {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.address {
	margin-top:30px
}
}.article h2 {
	font-size:24px;
	margin-bottom:20px
}
@media only screen and (max-width:767px) {
	.article h2 {
	font-size:18px
}
}.article h3 {
	font-size:18px
}
@media only screen and (max-width:767px) {
	.article h3 {
	font-size:18px
}
}.article h4 {
	font-size:14px
}
@media only screen and (max-width:767px) {
	.article h4 {
	font-size:14px
}
}.article .article_time {
	border-left:7px solid #690000;
	padding:5px 10px;
	font-size:14px;
	margin-bottom:35px;
	display:block
}
@media only screen and (max-width:767px) {
	.article .article_time {
	font-size:14px
}
}.article p {
	padding:20px 0;
	font-size:14px;
	line-height:2
}
@media only screen and (max-width:767px) {
	.article p {
	font-size:14px
}
}.article .article_list dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex
}
.article .article_list dl dt {
	padding:0 10px
}
.article .article_list dl dd p {
	font-size:14px;
	padding:0;
	margin:0
}
@media only screen and (max-width:767px) {
	.article .article_list dl dd p {
	font-size:14px
}
}.article .article_info {
	margin:40px 0
}
.article .article_info p {
	padding:0
}
.article .article_pic {
	text-align:center
}
.article .article_pic img {
	height:auto;
	max-width:100%
}
.article .article_caption {
	display:block;
	text-align:center;
	font-size:12px;
	margin:10px auto
}
@media only screen and (max-width:767px) {
	.article .article_caption {
	font-size:12px
}
}.article .article_linkGroup {
	margin:20px 0
}
.article .article_linkGroup .article_link {
	margin-bottom:15px
}
.article .article_linkGroup .article_link span {
	display:block;
	font-size:14px
}
@media only screen and (max-width:767px) {
	.article .article_linkGroup .article_link span {
	font-size:14px
}
}.article .article_linkGroup .article_link a {
	color:#282828
}
.article .article_linkGroup .article_link a:hover {
	text-decoration:none;
	opacity:0.8
}
.article .article_linkGroup .article_link_title {
	color:#690000;
	font-weight:bold
}
.aside {
	padding:8px;
	margin-top:100px;
	background:#282828
}
.aside .aside_title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.aside .aside_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.aside .aside_item {
	padding:8px
}
.aside .aside_item a:hover {
	opacity:0.8
}
@media only screen and (max-width:767px) {
	.aside {
	margin-top:0px
}
.aside .aside_title {
	margin-top:5px
}
.aside .aside_item img {
	height:auto;
	max-width:100%
}
}.archive .archive_title {
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	color:#fff
}
@media only screen and (max-width:767px) {
	.archive .archive_title {
	font-size:14px
}
}.archive .archive_list {
	padding:0;
	margin:0
}
.archive .archive_list li {
	list-style:none;
	margin:0
}
.archive .archive_list li a {
	padding:10px;
	border-bottom:1px dashed #999;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#000
}
.archive .archive_list li i {
	font-size:12px;
	margin-right:10px;
	color:#690000
}
@media only screen and (max-width:767px) {
	.archive .archive_list li i {
	font-size:12px
}
}.blog .blog_inner {
	padding:30px
}
.item {
	padding:0px 0;
	height:100px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative;
	text-decoration:none;
	-webkit-transition:background-color 0.3s;
	-o-transition:background-color 0.3s;
	transition:background-color 0.3s
}
.item:hover {
	text-decoration:none;
	background-color:#ee0141
}
.item:hover * {
	color:#fff!important
}
.item:hover:after,.item:hover:before {
	border-color:#ee0141
}
.item:before {
	content:"";
	position:absolute;
	top:5px;
	right:0;
	bottom:10px;
	border-right:1px solid #ebebeb
}
.item:after {
	content:"";
	position:absolute;
	bottom:0;
	left:10px;
	right:10px;
	border-bottom:1px solid #ebebeb
}
.item .item_inner {
	width:100%;
	margin:0px 0;
	padding:10px 20px;
	color:#000;
	display:block;
	text-align:center
}
.item .item_inner h3 {
	font-size:16px;
	font-weight:bold;
	margin:0
}
@media only screen and (max-width:767px) {
	.item .item_inner h3 {
	font-size:16px
}
}.item .item_inner span {
	font-size:10px;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex
}
@media only screen and (max-width:767px) {
	.item .item_inner span {
	font-size:10px
}
}.item .item_inner:hover {
	text-decoration:none
}
.item .item_inner:after {
	content:"◢";
	position:absolute;
	bottom:5px;
	right:10px;
	color:#ee0141;
	font-size:12px
}
@media only screen and (max-width:767px) {
	.item .item_inner:after {
	font-size:12px
}
}.item-no-border:before {
	display:none
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.item {
	height:auto;
	min-height:80px
}
.item .item_inner {
	padding:10px 10px
}
.item .item_inner h3 {
	font-size:14px
}
}@media only screen and (min-width:768px) and (max-width:991px) and (max-width:767px) {
	.item .item_inner h3 {
	font-size:14px
}
}@media only screen and (min-width:768px) and (max-width:991px) {
	.item .item_inner span {
	font-size:10px
}
}@media only screen and (min-width:768px) and (max-width:991px) and (max-width:767px) {
	.item .item_inner span {
	font-size:10px
}
}@media only screen and (min-width:768px) and (max-width:991px) {
	.item .item_inner:after {
	font-size:10px
}
}@media only screen and (min-width:768px) and (max-width:991px) and (max-width:767px) {
	.item .item_inner:after {
	font-size:10px
}
}@media only screen and (max-width:767px) {
	.item {
	height:auto;
	min-height:80px
}
.item .item_inner {
	padding:10px 10px
}
.item .item_inner h3 {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.item .item_inner h3 {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.item .item_inner span {
	font-size:10px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.item .item_inner span {
	font-size:10px
}
}@media only screen and (max-width:767px) {
	.item .item_inner:after {
	font-size:10px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.item .item_inner:after {
	font-size:10px
}
}.productList {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0;
	padding:0
}
.productList li {
	list-style:none;
	width:calc(100% / 5);
	margin-bottom:0px;
	*zoom:1
}
.productList li:after,.productList li:before {
	content:" ";
	display:block;
	line-height:0
}
.productList li:after {
	clear:both
}
@media only screen and (max-width:767px) {
	.productList li {
	width:calc(100% / 2)
}
}.download {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-left:-15px;
	margin-right:-15px;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.download .download_inner {
	width:50%;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:20px;
	text-align:center
}
.download .download_inner span {
	margin:0 20px;
	font-size:16px;
	font-weight:bold
}
@media only screen and (max-width:767px) {
	.download .download_inner span {
	font-size:16px
}
}.download .download_btn {
	max-width:375px;
	margin:30px auto 0
}
.download .download_supp {
	font-size:12px!important;
	margin-top:5px;
	color:rgba(255,255,255,0.8)
}
@media only screen and (max-width:767px) {
	.download .download_supp {
	font-size:12px!important
}
}.download a {
	padding:30px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff
}
.download a:hover {
	opacity:0.8
}
.download a>b {
	display:block;
	font-size:14px
}
@media only screen and (max-width:767px) {
	.download a>b {
	font-size:14px
}
}.download a>span {
	font-size:14px
}
@media only screen and (max-width:767px) {
	.download a>span {
	font-size:14px
}
}.download a.download_btn-quality {
	margin:0 auto;
	padding:15px 40px;
	display:inline-block
}
.download a.download_btn-quality i {
	margin-left:5px
}
.download-single {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
@media only screen and (max-width:767px) {
	.download {
	display:block;
	margin-left:0;
	margin-right:0
}
.download .download_inner {
	width:100%;
	padding-left:0;
	padding-right:0
}
.download .download_inner span {
	margin:0 5px 0 0;
	font-size:13px;
	line-height:1.2em
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.download .download_inner span {
	font-size:13px
}
}@media only screen and (max-width:767px) {
	.download .download_btn {
	max-width:100%;
	margin:15px auto 0
}
}@media only screen and (max-width:767px) {
	.download .download_supp {
	font-size:10px!important
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.download .download_supp {
	font-size:10px!important
}
}@media only screen and (max-width:767px) {
	.download a {
	padding:15px 5px;
	width:90%;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.download a i {
	margin-top:5px;
	font-size:13px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.download a i {
	font-size:13px
}
}@media only screen and (max-width:767px) {
	.download a.download_btn-quality {
	padding:10px 10px
}
.download a.download_btn-quality span {
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.download a.download_btn-quality span {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.download a.download_btn-quality i {
	margin-left:5px
}
}@media only screen and (max-width:767px) {
	.download-contact a {
	-webkit-box-orient:unset;
	-webkit-box-direction:unset;
	-ms-flex-direction:unset;
	flex-direction:unset
}
.download-contact a i {
	margin-top:0
}
}.breadcrumb {
	background:none;
	padding:5px 100px;
	margin:0
}
.breadcrumb span {
	color:#707070;
	font-size:12px
}
@media only screen and (max-width:767px) {
	.breadcrumb span {
	font-size:12px
}
}.breadcrumb a {
	color:#707070;
	font-size:12px
}
@media only screen and (max-width:767px) {
	.breadcrumb a {
	font-size:12px
}
}.breadcrumb a:hover {
	text-decoration:underline
}
@media only screen and (max-width:767px) {
	.breadcrumb {
	overflow:scroll;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	padding:5px 15px
}
.breadcrumb a,.breadcrumb li,.breadcrumb span {
	white-space:nowrap
}
}.float {
	position:absolute;
	top:250px;
	left:0;
	right:0;
	margin:0 auto;
	padding:50px 50px;
	background:#fff;
	color:#000;
	text-align:center;
	width:800px
}
.float .float_inner {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.float .float_inner h2 {
	font-size:20px;
	margin-bottom:20px
}
@media only screen and (max-width:767px) {
	.float .float_inner h2 {
	font-size:18px
}
}.float .float_inner p {
	font-size:14px;
	padding:0;
	margin:0;
	line-height:1.8em
}
@media only screen and (max-width:767px) {
	.float .float_inner p {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.float {
	width:100%
}
}@media only screen and (max-width:767px) {
	.float {
	position:static;
	padding:30px 30px;
	width:100%
}
.float .float_inner {
	text-align:left
}
.float .float_inner h2 {
	font-size:16px;
	line-height:1.5em
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.float .float_inner h2 {
	font-size:16px
}
}.business {
	margin:200px 0 100px
}
.business .business_list {
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.business .business_list li {
	margin-bottom:0;
	line-height:1;
	list-style:none;
	width:calc(100% / 3)
}
@media only screen and (max-width:767px) {
	.business {
	margin:0px 0 15px
}
.business .business_list li {
	width:calc(100% / 2)
}
}.cover {
	color:#fff;
	width:100%;
	height:300px;
	position:relative;
	overflow:hidden
}
.cover:hover .cover_inner,.cover:hover .cover_overlay {
	-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0.9);
	transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0.9)
}
.cover .cover_overlay {
	z-index:1;
	position:absolute;
	width:100%;
	height:300px;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	background-position:center center;
	-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	will-change:transform
}
.cover .cover_inner {
	position:absolute;
	width:100%;
	height:300px;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	background-position:center center;
	-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	will-change:transform
}
.cover .cover_title {
	font-size:22px;
	font-family:"Noto Sans JP",sans-serif;
	text-shadow:0 0 3px #707070;
	margin:0
}
@media only screen and (max-width:767px) {
	.cover .cover_title {
	font-size:18px
}
}.cover .cover_desc {
	margin:10px;
	font-size:14px;
	font-family:"Teko",sans-serif;
	text-shadow:0 0 3px #707070;
	letter-spacing:3px;
	display:block
}
@media only screen and (max-width:767px) {
	.cover .cover_desc {
	font-size:14px
}
}.cover a {
	position:absolute;
	z-index:2;
	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;
	text-align:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%;
	height:300px;
	color:#fff;
	-webkit-transition:background-color 0.5s;
	-o-transition:background-color 0.5s;
	transition:background-color 0.5s
}
.cover a:hover {
	text-decoration:none;
	color:#fff;
	background-color:rgba(105,0,0,0.6)
}
.cover-aboutus .cover_overlay {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.3))),url("../img/business/cover-aboutus.png") no-repeat;
	background:-o-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-aboutus.png") no-repeat;
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-aboutus.png") no-repeat;
	background-size:cover;
	background-position:center center
}
.cover-message .cover_overlay {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.3))),url("../img/business/cover-message.png") no-repeat;
	background:-o-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-message.png") no-repeat;
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-message.png") no-repeat;
	background-size:cover;
	background-position:center center
}
.cover-office .cover_overlay {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.3))),url("../img/business/cover-office.png") no-repeat;
	background:-o-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-office.png") no-repeat;
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-office.png") no-repeat;
	background-size:cover;
	background-position:center center
}
.cover-history .cover_overlay {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.3))),url("../img/business/cover-history.png") no-repeat;
	background:-o-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-history.png") no-repeat;
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-history.png") no-repeat;
	background-size:cover;
	background-position:center center
}
.cover-location .cover_overlay {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.3))),url("../img/business/cover-location.png") no-repeat;
	background:-o-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-location.png") no-repeat;
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-location.png") no-repeat;
	background-size:cover;
	background-position:center center
}
.cover-quality .cover_overlay {
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.3))),url("../img/business/cover-quality.png") no-repeat;
	background:-o-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-quality.png") no-repeat;
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/business/cover-quality.png") no-repeat;
	background-size:cover;
	background-position:center center
}
@media only screen and (max-width:767px) {
	.cover {
	height:50vw;
	margin:0 auto 0px
}
.cover .cover_inner {
	padding:15px 10px
}
.cover .cover_title {
	font-size:17px;
	white-space:normal;
	word-break:break-word
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.cover .cover_title {
	font-size:17px
}
}@media only screen and (max-width:767px) {
	.cover a {
	height:50vw
}
}@media only screen and (max-width:767px) {
	.cover .cover_overlay {
	height:50vw
}
}@media only screen and (max-width:767px) {
	.cover-aboutus .cover_overlay {
	background-size:auto calc(50vw + 6px);
	background-position:center center
}
}@media only screen and (max-width:767px) {
	.cover-message .cover_overlay {
	background-size:auto calc(50vw + 6px);
	background-position:center center
}
}@media only screen and (max-width:767px) {
	.cover-office .cover_overlay {
	background-size:auto calc(50vw + 6px);
	background-position:center center
}
}@media only screen and (max-width:767px) {
	.cover-history .cover_overlay {
	background-size:auto calc(50vw + 6px);
	background-position:center center
}
}@media only screen and (max-width:767px) {
	.cover-location .cover_overlay {
	background-size:auto calc(50vw + 6px);
	background-position:center center
}
}@media only screen and (max-width:767px) {
	.cover-quality .cover_overlay {
	background-size:auto calc(50vw + 6px);
	background-position:center center
}
}.message {
	margin:20px 0
}
.message .message_lead {
	margin:20px 0;
	font-size:20px;
	font-weight:bold;
	font-family:"Noto Sans JP",sans-serif;
	line-height:1.8em
}
@media only screen and (max-width:767px) {
	.message .message_lead {
	font-size:18px
}
}.message .message_desc p {
	font-size:14px;
	line-height:1.8em
}
@media only screen and (max-width:767px) {
	.message .message_desc p {
	font-size:14px
}
}.message .message_caption {
	margin:30px 0;
	text-align:right
}
.message .message_caption .message_degree {
	font-size:16px;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif
}
@media only screen and (max-width:767px) {
	.message .message_caption .message_degree {
	font-size:16px
}
}.message .message_caption .message_degree a {
	color:#282828;
	text-decoration:underline
}
.message .message_caption .message_degree a:hover {
	text-decoration:none
}
.message .message_caption .message_name {
	font-size:22px;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	display:block
}
@media only screen and (max-width:767px) {
	.message .message_caption .message_name {
	font-size:18px
}
}.message .message_pic img {
	height:auto;
	max-width:100%
}
@media only screen and (max-width:767px) {
	.message {
	margin:20px 0
}
.message .message_lead {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.message .message_lead {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.message .message_ord2 {
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2
}
}@media only screen and (max-width:767px) {
	.message .message_ord1 {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1
}
}@media only screen and (max-width:767px) {
	.message .message_pic {
	margin:15px auto
}
}@media only screen and (max-width:767px) {
	.message .message_caption {
	margin:15px 0
}
.message .message_caption .message_degree {
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.message .message_caption .message_degree {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.message .message_caption .message_name {
	font-size:20px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.message .message_caption .message_name {
	font-size:18px
}
}.officeWrap {
	margin-top:30px
}
.officeWrap .officeWrap_largeTitle {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:50px;
	border-left:5px solid #ccc;
	padding-left:10px
}
@media only screen and (max-width:767px) {
	.officeWrap .officeWrap_largeTitle {
	font-size:16px
}
}.officeWrap .officeWrap_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:15px 0
}
.officeWrap .officeWrap_inner .officeWrap_info {
	width:75%
}
.officeWrap .officeWrap_inner .officeWrap_desc p {
	margin-bottom:5px
}
.officeWrap .officeWrap_inner .officeWrap_desc span {
	display:inline-block;
	margin:0 0px
}
.officeWrap .officeWrap_inner .officeWrap_desc span a {
	margin:0 0px;
	color:#282828;
	font-size:14px
}
@media only screen and (max-width:767px) {
	.officeWrap .officeWrap_inner .officeWrap_desc span a {
	font-size:14px
}
}.officeWrap .officeWrap_inner .officeWrap_desc span a i {
	margin-left:5px
}
.officeWrap .officeWrap_inner .officeWrap_title {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px
}
@media only screen and (max-width:767px) {
	.officeWrap .officeWrap_inner .officeWrap_title {
	font-size:14px
}
}.officeWrap .officeWrap_inner .officeWrap_subtitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px
}
@media only screen and (max-width:767px) {
	.officeWrap .officeWrap_inner .officeWrap_subtitle {
	font-size:14px
}
}.officeWrap .officeWrap_inner .officeWrap_btn {
	width:20%
}
.officeWrap .officeWrap_inner .officeWrap_btn a {
	font-size:14px
}
@media only screen and (max-width:767px) {
	.officeWrap .officeWrap_inner .officeWrap_btn a {
	font-size:14px
}
}.officeWrap .officeWrap_inner._border {
	border-bottom:1px dotted #707070;
	margin-bottom:20px
}
@media only screen and (max-width:767px) {
	.officeWrap .officeWrap_largeTitle {
	margin-top:30px
}
.officeWrap .officeWrap_inner {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.officeWrap .officeWrap_inner .officeWrap_info {
	width:100%
}
.officeWrap .officeWrap_inner .officeWrap_desc p {
	margin:0
}
.officeWrap .officeWrap_inner .officeWrap_btn {
	width:100%;
	margin-top:15px
}
}.history {
	position:relative
}
.history .history_bg {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	background-color:rgba(193,143,117,0.15)
}
.history .history_header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex
}
.history .history_header .history_title {
	color:#fff;
	width:100%;
	display:block;
	padding:15px 0;
	margin:0;
	text-align:center;
	font-size:24px;
	font-weight:bold
}
@media only screen and (max-width:767px) {
	.history .history_header .history_title {
	font-size:18px
}
}.history .history_inner {
	padding:0
}
.history.anime-last {
	opacity:0
}
.history.anime-last.-fade {
	opacity:1
}
.history.anime-last.-fade .order-1 {
	opacity:0;
	-webkit-animation:fadeIn 1s normal forwards;
	animation:fadeIn 1s normal forwards;
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s
}
.history.anime-last.-fade .order-2 {
	opacity:0;
	-webkit-animation:fadeIn 2s normal forwards;
	animation:fadeIn 2s normal forwards;
	-webkit-animation-delay:1s;
	animation-delay:1s
}
.history.anime-last.-fade .order-3 {
	opacity:0;
	-webkit-animation:fadeIn 3s normal forwards;
	animation:fadeIn 3s normal forwards;
	-webkit-animation-delay:1.5s;
	animation-delay:1.5s
}
@keyframes fadeIn {
	to {
	opacity:0
}
0% {
	opacity:1
}
}@media only screen and (max-width:767px) {
	.history .history_bg {
	background:none
}
.history .history_header .history_title {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.history .history_header .history_title {
	font-size:14px
}
}.timeline .anime {
	opacity:0;
	position:relative;
	-webkit-transition:all 0.5s linear 3s;
	-o-transition:all 0.5s linear 3s;
	transition:all 0.5s linear 3s
}
.timeline .anime.anime-bg-left,.timeline .anime.anime-bg-right {
	right:0;
	-webkit-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
.timeline .anime.anime-bg-left .anime-text-left,.timeline .anime.anime-bg-left .anime-text-right,.timeline .anime.anime-bg-right .anime-text-left,.timeline .anime.anime-bg-right .anime-text-right {
	opacity:0;
	position:relative
}
.timeline .anime.anime-bg-left.-slideinText .anime-text-left,.timeline .anime.anime-bg-right.-slideinText .anime-text-left {
	-webkit-animation:slideInText-left 1s forwards 0.5s;
	animation:slideInText-left 1s forwards 0.5s
}
.timeline .anime.anime-bg-left.-slideinText .anime-text-right,.timeline .anime.anime-bg-right.-slideinText .anime-text-right {
	-webkit-animation:slideInText-right 1s forwards 0.5s;
	animation:slideInText-right 1s forwards 0.5s
}
.timeline .anime.anime-bg-left {
	background-position:left bottom
}
.timeline .anime.anime-bg-left.-fade_bg {
	opacity:1;
	background:-webkit-gradient(linear,left top,right top,color-stop(50%,transparent),color-stop(50%,#DABCAC));
	background:-o-linear-gradient(left,transparent 50%,#DABCAC 50%);
	background:linear-gradient(to right,transparent 50%,#DABCAC 50%);
	background-size:200% 100%;
	background-position:right bottom
}
.timeline .anime.anime-bg-right {
	background-position:right bottom
}
.timeline .anime.anime-bg-right.-fade_bg {
	opacity:1;
	left:0px;
	right:inherit;
	background:-webkit-gradient(linear,left top,right top,color-stop(50%,#DABCAC),color-stop(50%,transparent));
	background:-o-linear-gradient(left,#DABCAC 50%,transparent 50%);
	background:linear-gradient(to right,#DABCAC 50%,transparent 50%);
	-webkit-animation:slideInText 2s;
	animation:slideInText 2s;
	background-size:200% 100%;
	background-position:left bottom
}
@-webkit-keyframes slideInText-left {
	0% {
	opacity:0;
	left:-200px
}
to {
	opacity:1;
	left:0
}
}@keyframes slideInText-left {
	0% {
	opacity:0;
	left:-200px
}
to {
	opacity:1;
	left:0
}
}@-webkit-keyframes slideInText-right {
	0% {
	opacity:0;
	right:-200px
}
to {
	opacity:1;
	right:0
}
}@keyframes slideInText-right {
	0% {
	opacity:0;
	right:-200px
}
to {
	opacity:1;
	right:0
}
}.timeline {
	line-height:1.4em;
	list-style:none;
	margin:0;
	padding:0;
	width:100%
}
.timeline .border-up {
	border-top:1px dashed #000!important;
	max-width:500px;
	width:100%;
	margin-top:-33px
}
.timeline .border-bottom {
	border-bottom:1px dashed #000!important;
	max-width:500px;
	float:right;
	width:100%;
	padding-bottom:36px
}
.timeline .border-bottom.-left {
	float:none
}
@media only screen and (max-width:767px) {
	.timeline .border-bottom {
	padding-bottom:20px
}
}.timeline-item {
	padding-left:40px;
	position:relative
}
.timeline-item:last-child {
	padding-bottom:0;
	min-height:300px
}
@media only screen and (max-width:767px) {
	.timeline-item:last-child {
	min-height:100px
}
}.timeline-info {
	font-weight:700;
	margin:0 0 0.5em 0;
	text-transform:uppercase
}
@media only screen and (max-width:767px) {
	.timeline-info {
	margin:0 0 0 0
}
}.timeline-marker {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15px;
	z-index:99
}
.timeline-marker:before {
	background:#690000;
	border:3px solid transparent;
	border-radius:100%;
	content:"";
	display:block;
	height:15px;
	position:absolute;
	top:41px;
	left:0;
	width:15px;
	-webkit-transition:background 0.3s ease-in-out,border 0.3s ease-in-out;
	-o-transition:background 0.3s ease-in-out,border 0.3s ease-in-out;
	transition:background 0.3s ease-in-out,border 0.3s ease-in-out
}
.timeline-marker:after {
	content:"";
	width:3px;
	background:#690000;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:6px
}
.timeline-marker._line:before {
	content:none
}
.timeline-marker._last .timeline-marker_arrow {
	position:absolute;
	bottom:-1px;
	left:-65px;
	width:150px;
	height:auto
}
@media only screen and (max-width:767px) {
	.timeline-marker._last {
	position:absolute!important
}
.timeline-marker._last .timeline-marker_arrow {
	position:absolute;
	bottom:-1px;
	left:-32px;
	width:70px;
	height:auto
}
}@media only screen and (max-width:767px) {
	.timeline-centered .timeline,.timeline-split .timeline {
	display:table
}
.timeline-centered .timeline-item,.timeline-split .timeline-item {
	display:block;
	padding:0
}
.timeline-centered .timeline-content p,.timeline-centered .timeline-info p,.timeline-centered .timeline-marker p,.timeline-split .period .timeline-info p,.timeline-split .timeline-content p,.timeline-split .timeline-info p,.timeline-split .timeline-marker p {
	white-space:initial
}
.timeline-centered .timeline-marker,.timeline-split .timeline-marker {
	position:relative
}
.timeline-centered .timeline-content,.timeline-split .timeline-content {
	padding-left:30px
}
.timeline-centered .timeline-content .timeline-pics img,.timeline-split .timeline-content .timeline-pics img {
	height:auto;
	max-width:100%
}
.timeline-centered .timeline-info,.timeline-split .timeline-info {
	padding-right:30px
}
.timeline-centered .period .timeline-title,.timeline-split .period .timeline-title {
	position:relative;
	left:-45px
}
}@media only screen and (min-width:768px) {
	.timeline-centered,.timeline-centered .timeline-content,.timeline-centered .timeline-info,.timeline-centered .timeline-item,.timeline-centered .timeline-marker {
	margin:0;
	padding:0
}
.timeline-centered>.timeline-item {
	overflow:hidden
}
.timeline-centered>.timeline-item._left .timeline-info {
	float:left;
	text-align:right
}
.timeline-centered>.timeline-item._left .timeline-content {
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	float:right;
	text-align:left
}
.timeline-centered>.timeline-item._right .timeline-info {
	float:right
}
.timeline-centered>.timeline-item._right .timeline-content {
	float:left
}
.timeline-centered>.timeline-item._block .timeline-info {
	float:left;
	text-align:right
}
.timeline-centered>.timeline-item._block .timeline-content {
	display:block;
	float:right;
	text-align:left
}
.timeline-centered>.timeline-item._center .timeline-marker {
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	width:15px
}
.timeline-centered>.timeline-item._center .timeline-marker:before {
	height:15px;
	top:80px;
	left:0
}
.timeline-centered>.timeline-item._center .timeline-marker:after {
	height:80px
}
.timeline-centered>.timeline-item._center .timeline-info {
	width:100%;
	text-align:center;
	padding:0;
	margin-top:100px
}
.timeline-centered>.timeline-item._center .timeline-content {
	width:100%;
	text-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:0
}
.timeline-centered .timeline-info {
	display:block!important
}
.timeline-centered .timeline-info span {
	display:block
}
.timeline-centered .timeline-info .timeline-info-year {
	font-size:40px;
	font-weight:bold;
	font-family:"Teko",sans-serif;
	line-height:0.6;
	margin-top:-11px;
	letter-spacing:3px
}
}@media only screen and (min-width:768px) and (max-width:767px) {
	.timeline-centered .timeline-info .timeline-info-year {
	font-size:18px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-info .timeline-info-year._large {
	font-size:60px;
	margin-top:-15px
}
}@media only screen and (min-width:768px) and (max-width:767px) {
	.timeline-centered .timeline-info .timeline-info-year._large {
	font-size:18px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-info .timeline-info-year._small {
	font-size:28px
}
}@media only screen and (min-width:768px) and (max-width:767px) {
	.timeline-centered .timeline-info .timeline-info-year._small {
	font-size:18px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-info .timeline-info-desc {
	font-size:14px;
	font-family:Helvetica Neue,Helvetica,Hiragino Sans,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	margin-top:3px
}
}@media only screen and (min-width:768px) and (max-width:767px) {
	.timeline-centered .timeline-info .timeline-info-desc {
	font-size:14px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-marker {
	position:absolute;
	left:50%;
	margin-left:-7.5px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-content,.timeline-centered .timeline-info {
	width:50%;
	padding:35px 35px 0px 35px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.timeline-centered .timeline-content p,.timeline-centered .timeline-info p {
	white-space:initial
}
.timeline-centered .timeline-content._border-white,.timeline-centered .timeline-info._border-white {
	border-top:10px solid #fff
}
.timeline-centered .timeline-content .timeline-content-inner,.timeline-centered .timeline-info .timeline-content-inner {
	width:100%;
	max-width:500px;
	padding-bottom:30px
}
.timeline-centered .timeline-content .timeline-content-inner._border,.timeline-centered .timeline-info .timeline-content-inner._border {
	border-bottom:1px dashed #000
}
.timeline-centered .timeline-content .timeline-desc p,.timeline-centered .timeline-info .timeline-desc p {
	font-size:16px;
	padding:0;
	margin:0
}
}@media only screen and (min-width:768px) and (max-width:767px) {
	.timeline-centered .timeline-content .timeline-desc p,.timeline-centered .timeline-info .timeline-desc p {
	font-size:16px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-info {
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
}@media only screen and (min-width:768px) {
	.timeline-centered>.timeline-item.period .timeline-content {
	float:none;
	padding:0;
	width:100%;
	text-align:center
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-item.period {
	padding:50px 0 90px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .period .timeline-marker:after {
	height:30px;
	bottom:0;
	top:auto
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-title {
	left:auto;
	font-size:16px;
	font-weight:bold;
	margin:0
}
}@media only screen and (min-width:768px) and (max-width:767px) {
	.timeline-centered .timeline-title {
	font-size:16px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-pics {
	margin:15px 0;
	width:100%;
	max-width:500px
}
.timeline-centered .timeline-pics img {
	height:auto;
	max-width:100%
}
.timeline-centered .timeline-pics .timeline-pics_caption {
	display:block;
	margin:5px 0 0;
	text-align:left;
	font-size:12px
}
}@media only screen and (min-width:768px) and (max-width:767px) {
	.timeline-centered .timeline-pics .timeline-pics_caption {
	font-size:12px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-pics ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	padding:0
}
.timeline-centered .timeline-pics ul li {
	list-style:none;
	margin:0 10px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-content-lg .timeline-title {
	font-size:18px;
	font-weight:800
}
}@media only screen and (min-width:768px) and (max-width:767px) {
	.timeline-centered .timeline-content-lg .timeline-title {
	font-size:18px
}
}@media only screen and (min-width:768px) {
	.timeline-centered .timeline-content-lg .timeline-desc p {
	font-weight:bold;
	font-size:18px
}
}@media only screen and (min-width:768px) and (max-width:767px) {
	.timeline-centered .timeline-content-lg .timeline-desc p {
	font-size:18px
}
}@media only screen and (max-width:767px) {
	.timeline .border-up {
	border-top:none!important;
	margin-top:-8px
}
.timeline .border-bottom {
	border-bottom:none!important;
	float:none;
	width:100%
}
.timeline .timeline-item {
	border-bottom:1px dashed #000;
	width:90%;
	margin:0 5%
}
.timeline .timeline-item.no-border,.timeline .timeline-item:last-child {
	border-bottom:none
}
.timeline .timeline-item._no-disc:before {
	content:none
}
.timeline .timeline-item._end:after {
	height:26px
}
.timeline .timeline-item:before {
	background:#690000;
	border:3px solid transparent;
	border-radius:100%;
	content:"";
	display:block;
	height:15px;
	position:absolute;
	top:25px;
	left:-6px;
	width:15px;
	-webkit-transition:background 0.3s ease-in-out,border 0.3s ease-in-out;
	-o-transition:background 0.3s ease-in-out,border 0.3s ease-in-out;
	transition:background 0.3s ease-in-out,border 0.3s ease-in-out;
	z-index:5
}
.timeline .timeline-item:after {
	content:"";
	width:3px;
	background:#690000;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0
}
.timeline .timeline-item.is-old:before {
	background:#282828
}
.timeline .timeline-title {
	font-size:16px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.timeline .timeline-title {
	font-size:16px
}
}@media only screen and (max-width:767px) {
	.timeline .timeline-content,.timeline .timeline-info {
	padding:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.timeline .timeline-content._bg,.timeline .timeline-info._bg {
	padding-bottom:20px
}
.timeline .timeline-content._border-white,.timeline .timeline-info._border-white {
	border-top:none
}
.timeline .timeline-content .timeline-content-inner,.timeline .timeline-info .timeline-content-inner {
	width:100%
}
.timeline .timeline-content .timeline-content-inner._border,.timeline .timeline-info .timeline-content-inner._border {
	border:none;
	padding-bottom:0
}
}@media only screen and (max-width:767px) {
	.timeline .timeline-content {
	padding:0 20px
}
}@media only screen and (max-width:767px) {
	.timeline .timeline-content-lg {
	padding:20px 20px
}
}@media only screen and (max-width:767px) {
	.timeline .timeline-pics {
	padding:20px 0
}
.timeline .timeline-pics .timeline-pics_caption {
	display:block;
	margin:5px 0 0;
	text-align:left;
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.timeline .timeline-pics .timeline-pics_caption {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.timeline .timeline-pics ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	padding:0;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.timeline .timeline-pics ul li {
	list-style:none;
	margin:0 0px;
	padding:0 5px;
	width:50%
}
}@media only screen and (max-width:767px) {
	.timeline .timeline-marker:after,.timeline .timeline-marker:before {
	content:none
}
}@media only screen and (max-width:767px) {
	.timeline .timeline-info p {
	font-weight:normal
}
}@media only screen and (max-width:767px) {
	.timeline .timeline-info-year {
	margin-right:0.5em
}
}@media only screen and (max-width:767px) {
	.timeline .anime .timeline-content-inner .timeline-title {
	margin-bottom:0
}
.timeline .anime .timeline-content-inner .timeline-pics {
	padding-bottom:0
}
.timeline .anime .timeline-content-inner .timeline-desc p:last-child {
	margin-bottom:0
}
}@media (-ms-high-contrast:none) {
	.timeline .timeline-pics ul li {
	margin:0 0px;
	padding:0 5px
}
.timeline .timeline-pics ul li img {
	height:90px;
	width:auto
}
}.popup .popup_inner {
	width:350px;
	padding:15px;
	height:initial;
	background:#fff;
	border-radius:5px 5px 5px 5px!important;
	position:relative
}
.popup .popup_inner .popup_title {
	font-size:16px;
	font-weight:bold
}
@media only screen and (max-width:767px) {
	.popup .popup_inner .popup_title {
	font-size:16px
}
}.popup .popup_inner .popup_title._underline {
	padding-bottom:10px;
	border-bottom:1px solid #707070
}
.popup .popup_inner .popup_pic img {
	height:auto;
	max-width:100%
}
.popup .popup_inner .popup_address p {
	font-size:14px;
	line-height:1.5em;
	margin:10px 0;
	padding:0
}
@media only screen and (max-width:767px) {
	.popup .popup_inner .popup_address p {
	font-size:14px
}
}.popup .popup_inner ul {
	padding-left:20px
}
.popup .popup_inner ul li {
	font-size:12px
}
@media only screen and (max-width:767px) {
	.popup .popup_inner ul li {
	font-size:12px
}
}.popup .popup_inner .popup_btn {
	text-align:center
}
.popup-close {
	position:absolute;
	top:-15px;
	right:-15px;
	padding:0;
	width:35px;
	height:35px;
	background:#282828;
	border-radius:50%;
	z-index:100;
	color:#fff!important;
	cursor:pointer;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.cancel:hover {
	background:#ff3232
}
@media only screen and (max-width:767px) {
	.popup {
	width:100%;
	padding:0 0 0 25px
}
.popup .popup_inner {
	width:calc(100% - 25px)
}
.popup .popup_inner .popup_title {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.popup .popup_inner .popup_title {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.popup .popup_inner .popup_pic {
	padding:0 30px
}
}@media only screen and (max-width:767px) {
	.popup .popup_inner .popup_address p {
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.popup .popup_inner .popup_address p {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.popup .popup_inner .popup_maps iframe {
	height:180px
}
}@media only screen and (max-width:767px) {
	.popup .popup_inner ul li {
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.popup .popup_inner ul li {
	font-size:12px
}
}@media only screen and (min-width:768px) and (max-width:991px) {
	.network .network_local {
	-webkit-transform:scale(0.7,0.7);
	-ms-transform:scale(0.7,0.7);
	transform:scale(0.7,0.7);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
.network .network_oversea {
	-webkit-transform:scale(0.7,0.7);
	-ms-transform:scale(0.7,0.7);
	transform:scale(0.7,0.7);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
	.network .network_local {
	-webkit-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);
	transform:scale(0.8,0.8);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
.network .network_oversea {
	-webkit-transform:scale(0.9,0.9);
	-ms-transform:scale(0.9,0.9);
	transform:scale(0.9,0.9);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
}.network .network_inner {
	padding:30px 0
}
.network .network_desc {
	margin:30px 0 50px
}
.network .network_desc p {
	font-size:14px;
	line-height:1.8em
}
@media only screen and (max-width:767px) {
	.network .network_desc p {
	font-size:14px
}
}.network .network_local {
	position:relative;
	background:url(../img/business/network/local/map@2x.png) no-repeat;
	background-position:center top;
	background-size:684px 821px;
	height:830px;
	width:1000px
}
.network .network_local ul li {
	position:absolute;
	list-style:none;
	font-size:18px;
	font-family:"Noto Sans JP",sans-serif
}
@media only screen and (max-width:767px) {
	.network .network_local ul li {
	font-size:18px
}
}.network .network_local ul li a {
	color:#282828
}
.network .network_local ul li a:hover {
	text-decoration:none;
	opacity:0.8
}
.network .network_local ul li a i {
	color:#690000
}
.network .network_local ul li a i._left {
	margin-right:5px
}
.network .network_local ul li a i._right {
	margin-left:5px
}
.network .network_local ul li._linklocation-sakai {
	left:185px;
	top:455px
}
.network .network_local ul li._linklocation-sanhou {
	left:148px;
	top:497px
}
.network .network_local ul li._linklocation-sanhou_f {
	left:22px;
	top:540px
}
.network .network_local ul li._linklocation-amagasaki {
	left:56px;
	top:358px
}
.network .network_local ul li._linklocation-sanhou_m {
	left:40px;
	top:280px
}
.network .network_local ul li._linklocation-gotou {
	right:70px;
	top:240px
}
.network .network_local ul li._linklocation-wakamatsu {
	right:140px;
	top:343px
}
.network .network_local ul li._linklocation-tamagawa_e {
	right:-22px;
	top:381px
}
.network .network_local ul li._linklocation-tamagawa {
	right:65px;
	top:418px
}
.network .network_local ul li._linklocation-onahama_s {
	right:68px;
	top:493px
}
.network .network_local ul li._linklocation-onahama_bunshitsu {
	right:140px;
	top:541px
}
.network .network_oversea {
	position:relative;
	background:url(../img/business/network/oversea/map@2x.png) no-repeat;
	background-position:center top;
	background-size:993px 526px;
	height:600px;
	width:1000px;
	margin-bottom:20px
}
.network .network_oversea .network_bg {
	position:absolute;
	width:330px;
	height:110px;
	background:#CCCCCC;
	opacity:0.7;
	top:253px;
	right:37px;
	z-index:2
}
.network .network_oversea .network_border {
	position:absolute;
	width:260px;
	height:110px;
	border:1px solid #690000;
	top:310px;
	left:0px;
	background-color:rgba(255,255,255,0.7);
	z-index:2
}
.network .network_oversea .network_border-sdi {
	position:absolute;
	width:315px;
	height:51px;
	background-color:#fff;
	border:1px solid #690000;
	top:302px;
	right:45px;
	z-index:2
}
.network .network_oversea ul li {
	position:absolute;
	list-style:none;
	font-size:12px;
	font-family:"Noto Sans JP",sans-serif;
	z-index:3
}
@media only screen and (max-width:767px) {
	.network .network_oversea ul li {
	font-size:12px
}
}.network .network_oversea ul li a:hover {
	text-decoration:none;
	opacity:0.8
}
.network .network_oversea ul li a,.network .network_oversea ul li span {
	color:#690000
}
.network .network_oversea ul li a span,.network .network_oversea ul li span span {
	display:block;
	font-size:10px;
	color:#000
}
@media only screen and (max-width:767px) {
	.network .network_oversea ul li a span,.network .network_oversea ul li span span {
	font-size:10px
}
}.network .network_oversea ul li a._left,.network .network_oversea ul li span._left {
	margin-right:5px
}
.network .network_oversea ul li a._left span,.network .network_oversea ul li span._left span {
	margin-left:15px
}
.network .network_oversea ul li a._left i,.network .network_oversea ul li span._left i {
	margin-right:5px
}
.network .network_oversea ul li a._right i,.network .network_oversea ul li span._right i {
	margin-left:5px
}
.network .network_oversea ul li a.no-link,.network .network_oversea ul li span.no-link {
	color:#000;
	cursor:default
}
.network .network_oversea ul li a._txt-blue,.network .network_oversea ul li span._txt-blue {
	color:#18487a
}
.network .network_oversea ul li._linklocation-luvata_welwyn {
	left:80px;
	top:-10px
}
.network .network_oversea ul li._linklocation-luvata_wolvehampton {
	left:80px;
	top:10px
}
.network .network_oversea ul li._linklocation-luvata_headquater {
	left:155px;
	top:65px
}
.network .network_oversea ul li._linklocation-luvata_pori {
	left:155px;
	top:85px
}
.network .network_oversea ul li._linklocation-zao_luvata {
	left:155px;
	top:120px
}
.network .network_oversea ul li._linklocation-luvata_zhongshan {
	left:85px;
	top:250px
}
.network .network_oversea ul li._linklocation-luvata_suzhou {
	left:420px;
	top:230px
}
.network .network_oversea ul li._linklocation-luvata_malaysia {
	left:385px;
	top:405px
}
.network .network_oversea ul li._linklocation-china {
	left:0;
	top:190px
}
.network .network_oversea ul li._linklocation-yamakin_t {
	left:20px;
	top:320px
}
.network .network_oversea ul li._linklocation-yamakin {
	left:20px;
	top:370px
}
.network .network_oversea ul li._linklocation-sambo {
	left:0;
	top:508px
}
.network .network_oversea ul li._linklocation-first_cu {
	left:650px;
	top:260px
}
.network .network_oversea ul li._linklocation-sdi {
	left:650px;
	top:310px
}
.network .network_oversea ul li._linklocation-gotoh {
	right:160px;
	top:367px
}
.network .network_oversea ul li._linklocation-ryoshindoh {
	right:118px;
	top:508px
}
.network .network_oversea ul li._linklocation-luvata_waterbury {
	right:60px;
	top:60px
}
.network .network_oversea ul li._linklocation-luvata_appleton {
	right:195px;
	top:163px
}
.network .network_oversea ul li._linklocation-luvata_ohio {
	right:195px;
	top:180px
}
.network .network_oversea ul li._linklocation-luvata_accuratewire {
	right:15px;
	top:228px
}
.network .network_oversea ul li._linklocation-luvata_saopaulo {
	right:0;
	top:445px
}
@media only screen and (max-width:767px) {
	.network .network_inner {
	padding:0px 0
}
.network .network_desc {
	margin:15px 0 15px
}
.network .network_desc p {
	text-align:left
}
.network .network_local {
	position:static;
	background:none;
	height:auto;
	width:100%
}
.network .network_local ul {
	padding-left:0
}
.network .network_local ul li {
	position:static;
	font-size:14px;
	padding:7px 0
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.network .network_local ul li {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.network .network_local ul li a {
	*zoom:1
}
.network .network_local ul li a:after,.network .network_local ul li a:before {
	content:" ";
	display:block;
	line-height:0
}
.network .network_local ul li a:after {
	clear:both
}
.network .network_local ul li a i {
	float:left;
	margin-top:5px;
	margin-left:0px!important;
	margin-right:5px!important
}
}@media only screen and (max-width:767px) {
	.network .network_oversea {
	position:static;
	background:none;
	height:auto;
	width:100%;
	margin-bottom:0px
}
.network .network_oversea .network_bg {
	display:none
}
.network .network_oversea .network_border {
	display:none
}
.network .network_oversea .network_border-sdi {
	display:none
}
.network .network_oversea ul {
	padding-left:0
}
.network .network_oversea ul li {
	position:static;
	font-size:14px;
	padding:7px 0;
	*zoom:1
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.network .network_oversea ul li {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.network .network_oversea ul li:after,.network .network_oversea ul li:before {
	content:" ";
	display:block;
	line-height:0
}
}@media only screen and (max-width:767px) {
	.network .network_oversea ul li:after {
	clear:both
}
}@media only screen and (max-width:767px) {
	.network .network_oversea ul li a i {
	float:left;
	margin-top:5px;
	margin-left:0px!important;
	margin-right:5px!important
}
}@media only screen and (max-width:767px) {
	.network .network_oversea ul li._left {
	margin-right:5px
}
.network .network_oversea ul li._left span {
	margin-left:0px
}
.network .network_oversea ul li._left i {
	margin-right:5px
}
}@media only screen and (max-width:767px) {
	.network .network_oversea ul li._linklocation-yamakin,.network .network_oversea ul li._linklocation-yamakin_t {
	background-color:#fff;
	border:1px solid #690000;
	padding:5px;
	margin-bottom:5px
}
}@media only screen and (max-width:767px) {
	.network .network_oversea ul li._linklocation-first_cu {
	background-color:#ccc;
	padding:5px;
	margin-bottom:5px
}
}@media only screen and (max-width:767px) {
	.network .network_oversea ul li._linklocation-sdi {
	background-color:#ccc;
	padding:5px;
	margin-bottom:5px
}
.network .network_oversea ul li._linklocation-sdi>span {
	background-color:#fff;
	border:1px solid #690000;
	padding:5px;
	display:block
}
}.colorList ul {
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex
}
.colorList ul li {
	list-style:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.colorList ul li span {
	display:inline-block
}
.colorList ul li .colorList_text {
	padding:0 20px 0 5px;
	font-size:12px
}
@media only screen and (max-width:767px) {
	.colorList ul li .colorList_text {
	font-size:12px
}
}.colorList ul li .colorList_box {
	width:35px;
	height:20px
}
.colorList .colorList_box-main {
	background-color:#282828
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-gray {
	background-color:#707070
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-light-gray {
	background-color:#f5f5f5
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-black {
	background-color:#000
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-white {
	background-color:#fff;
	border:1px solid #690000
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-transparent {
	background-color:rgba(255,255,255,0.3);
	border:1px solid #690000
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-require {
	background-color:#e62c81
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-red {
	background-color:#ee0141
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-dark-red {
	background-color:#690000
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-green {
	background-color:#008e4d
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-silver {
	background-color:#ccc
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-blue {
	background-color:#18487a
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList .colorList_box-brown {
	background-color:#c18f75
}
.colorList ul {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.colorList ul li {
	width:50%;
	margin-bottom:5px
}
.colorList-sample ul li {
	width:auto
}
@media only screen and (max-width:767px) {
	.colorList-sample ul li {
	width:50%
}
}.step .step_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 -5px 0 0;
	padding:0
}
.step .step_item {
	width:calc(100% / 3);
	margin:0 5px 0 0;
	line-height:1;
	border:1px solid #690000;
	background-color:#EBEBEB;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:15px
}
.step .step_item span {
	color:#690000;
	text-align:center;
	display:block;
	width:100%
}
.step .step_item i {
	margin-left:auto
}
.step .step_item.active {
	background-color:#690000
}
.step .step_item.active i,.step .step_item.active span {
	color:#fff
}
.step .step_caution {
	padding-top:15px
}
.step .step_caution p {
	font-size:14px
}
@media only screen and (max-width:767px) {
	.step .step_caution p {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.step .step_item {
	width:100%;
	padding:5px;
	font-size:10px;
	line-height:1.8em
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.step .step_item {
	font-size:10px
}
}.contactBox-wrap {
	border-bottom:1px solid #ddd
}
.contactBox {
	padding:30px 0;
	border-top:1px solid #ddd
}
.contactBox .contactBox_title {
	font-size:18px;
	line-height:1;
	font-weight:bold
}
@media only screen and (max-width:767px) {
	.contactBox .contactBox_title {
	font-size:18px
}
}.contactBox .contactBox_desc {
	margin-top:10px;
	font-size:14px;
	line-height:1;
	margin-bottom:5px
}
@media only screen and (max-width:767px) {
	.contactBox .contactBox_desc {
	font-size:14px
}
}.contactBox .contactBox_tel {
	font-size:14px;
	line-height:1;
	margin-bottom:0
}
@media only screen and (max-width:767px) {
	.contactBox .contactBox_tel {
	font-size:14px
}
}.contactBox .contactBox_link {
	font-size:14px;
	line-height:1;
	margin-top:10px;
	color:#666
}
@media only screen and (max-width:767px) {
	.contactBox .contactBox_link {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.contactBox {
	padding:15px 0
}
.contactBox .contactBox_title {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.contactBox .contactBox_title {
	font-size:14px
}
}.copyright {
	margin-top:30px
}
.copyright small {
	color:#fff;
	padding:0 20px;
	font-family:"Noto Sans JP",sans-serif
}
@media only screen and (max-width:767px) {
	.copyright {
	margin-top:10px
}
}.icon-en {
	width:16px;
	height:16px
}
.sitemap .sitemap_title {
	font-size:18px;
	font-weight:bold;
	color:#690000
}
@media only screen and (max-width:767px) {
	.sitemap .sitemap_title {
	font-size:18px
}
}.sitemap .sitemap_title a {
	color:#690000
}
.sitemap .sitemap_subTitle {
	font-size:16px;
	font-weight:bold;
	margin-top:10px
}
@media only screen and (max-width:767px) {
	.sitemap .sitemap_subTitle {
	font-size:16px
}
}.sitemap .sitemap_list {
	padding:0
}
.sitemap .sitemap_list li {
	list-style-position:inside;
	line-height:1;
	margin:3px 5px 0 0;
	list-style:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.sitemap .sitemap_list li._no-disc {
	list-style:none
}
.sitemap .sitemap_list li:before {
	content:"";
	font-family:"Font Awesome 5 Pro";
	font-size:12px;
	margin-right:5px
}
.sitemap .sitemap_list li h3 {
	font-size:14px;
	font-weight:bold
}
@media only screen and (max-width:767px) {
	.sitemap .sitemap_list li h3 {
	font-size:14px
}
}.sitemap .sitemap_list li a {
	color:#282828;
	padding:5px 0;
	display:inline-block
}
.sitemap .sitemap_list-nodisc li {
	list-style:none
}
@media only screen and (max-width:767px) {
	.sitemap .sitemap_title {
	font-size:14px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.sitemap .sitemap_title {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.sitemap .sitemap_subTitle {
	font-size:14px;
	color:#333
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.sitemap .sitemap_subTitle {
	font-size:14px
}
}@media only screen and (max-width:767px) {
	.sitemap .sitemap_list li {
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.sitemap .sitemap_list li {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.sitemap .sitemap_list li h3 {
	font-size:12px
}
}@media only screen and (max-width:767px) and (max-width:767px) {
	.sitemap .sitemap_list li h3 {
	font-size:12px
}
}.release .release_subtitle {
	font-size:12px;
	margin-bottom:30px;
	text-align:center
}
@media only screen and (max-width:767px) {
	.release .release_subtitle {
	font-size:12px
}
}@media only screen and (max-width:767px) {
	.release .release_subtitle {
	margin-bottom:10px;
	text-align:left
}
}.pagination {
	margin:20px auto;
	text-align:center;
	display:block
}
.pagination .pagination_inner {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.pagination .pagination_inner .pagination_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	padding:0;
	margin:20px auto
}
.pagination .pagination_inner .pagination_list li {
	list-style:none;
	line-height:1em
}
.pagination .pagination_inner .pagination_list li:last-child a {
	border-right:none
}
.pagination .pagination_inner .pagination_list li.active a {
	color:#690000
}
.pagination .pagination_inner .pagination_list li a {
	border-right:1px solid #707070;
	padding:0 15px;
	font-weight:bold;
	text-decoration:none;
	color:#707070
}
.pagination .pagination_inner .pagination_list li a.active,.pagination .pagination_inner .pagination_list li a:hover {
	opacity:0.8
}
.pagination .pagination_inner .pagination_left,.pagination .pagination_inner .pagination_right {
	padding:0 10px
}
.pagination .pagination_inner .pagination_left a,.pagination .pagination_inner .pagination_right a {
	color:#707070;
	border:none;
	color:#282828
}
.slider {
	display:none
}
.wapban{
	display:none
}
@media only screen and (max-width:767px) {
	.pcban{
		display:none;
	}
	.wapban{
		display:block
	}
	.slider {
	display:block;
	overflow:hidden;
	height:calc(100vh - 60px);
	margin-top:60px
}
.slider .slider-movieLink {
	position:absolute;
	z-index:99;
	right:10px;
	bottom:30px;
	max-width:100px;
	margin:0 auto
}
.slider-inner {
	position:relative
}
.slider-inner .slider-overlay {
	position:absolute;
	z-index:90;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.3)));
	background:-o-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3))
}
.slider-inner .slider-slide {
	width:100vw;
	height:calc(100vh - 60px)
}
.slider-inner .slider-slide img {
	width:100vw;
	height:calc(100vh - 60px);
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:top center;
	object-position:top center
}
.slider-inner .slider-slide .slider-content {
	position:absolute;
	z-index:99;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
	text-align:center;
	color:#fff;
	macx-width:550px
}
.slider-inner .slider-slide .slider-content .slider-feature h2 {
	font-size:40px;
	font-weight:bold!important;
	line-height:1;
	letter-spacing:3px;
	font-family:"Teko",sans-serif;
	font-weight:300
}
.slider-inner .slider-slide .slider-content .slider-feature h2 em {
	font-size:40px;
	font-weight:300;
	font-style:normal;
	line-height:1;
	display:inline-block;
	margin-left:15px;
	letter-spacing:3px
}
@-webkit-keyframes fadeInText {
	0% {
	opacity:0
}
25% {
	opacity:0
}
50% {
	opacity:0
}
90% {
	opacity:0.8
}
to {
	opacity:1
}
}@keyframes fadeInText {
	0% {
	opacity:0
}
25% {
	opacity:0
}
50% {
	opacity:0
}
90% {
	opacity:0.8
}
to {
	opacity:1
}
}.fadeInText {
	-webkit-transition-delay:2s;
	-o-transition-delay:2s;
	transition-delay:2s;
	-webkit-animation-name:fadeInText;
	animation-name:fadeInText
}
.slick-active .slider-content {
	width:100%;
	-webkit-animation-name:fadeInText;
	animation-name:fadeInText;
	-webkit-animation-duration:3s;
	animation-duration:3s;
	opacity:1
}
}.safety {
	}.safety .safety_table {
	width:100%
}
.safety .safety_table tr td,.safety .safety_table tr th {
	padding:10px;
	border:1px solid #ebebeb;
	font-size:14px
}
@media only screen and (max-width:767px) {
	.safety .safety_table tr td,.safety .safety_table tr th {
	font-size:14px
}
}.safety .safety_table tr th {
	background:#f5f5f5;
	width:20%
}
.safety .safety_mail {
	margin-bottom:20px
}
.safety .safety_mail .safety_mail_pdflist {
	max-width:600px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-js-display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.safety .safety_mail .safety_mail_pdflist .safety_mail_pdf {
	border-radius:5px 5px 5px 5px!important;
	border:1px solid #18487a;
	padding:5px 15px;
	margin:0 10px
}
.safety .safety_discuss {
	margin-bottom:20px
}
.safety .safety_discuss p {
	padding:0;
	margin:0
}
.safety .safety_contact {
	margin:0 0 20px 20px
}
.safety .safety_contact p {
	padding:0;
	margin:0
}
.safety .safety_access {
	margin-top:20px
}
.safety .safety_follower {
	margin-top:20px
}
.safety a {
	font-size:14px;
	color:#18487a
}
@media only screen and (max-width:767px) {
	.safety a {
	font-size:14px
}
}.safety .safety_mapArea {
	position:relative;
	width:810px;
	height:430px
}
.safety .safety_mapArea .safety_Aarea a,.safety .safety_mapArea .safety_Barea a,.safety .safety_mapArea .safety_Carea a,.safety .safety_mapArea .safety_Darea a,.safety .safety_mapArea .safety_Earea a,.safety .safety_mapArea .safety_Farea a,.safety .safety_mapArea .safety_Garea a,.safety .safety_mapArea .safety_Harea a,.safety .safety_mapArea .safety_Iarea a,.safety .safety_mapArea .safety_Jarea a,.safety .safety_mapArea .safety_Karea a {
	position:absolute
}
.safety .safety_modal_open:after {
	content:none
}
.safety .safety_Aarea>a {
	background:url("../img/safety-center/centermap_A_off.png") no-repeat;
	display:block;
	width:226px;
	height:182px;
	top:24px;
	left:41px
}
.safety .safety_Aarea>a:hover {
	background-image:url("../img/safety-center/centermap_A.png");
	width:226px;
	height:182px;
	position:absolute;
	top:24px;
	left:41px
}
.safety .safety_Barea>a {
	background:url("../img/safety-center/centermap_B_off.png") no-repeat;
	display:block;
	width:62px;
	height:44px;
	top:232px;
	left:467px
}
.safety .safety_Barea>a:hover {
	background-image:url("../img/safety-center/centermap_B.png");
	width:110px;
	height:44px;
	position:absolute;
	top:232px;
	left:420px
}
.safety .safety_Carea>a {
	background:url("../img/safety-center/centermap_C_off.png") no-repeat;
	display:block;
	width:132px;
	height:61px;
	top:60px;
	left:285px
}
.safety .safety_Carea>a:hover {
	background-image:url("../img/safety-center/centermap_C.png");
	width:132px;
	height:61px;
	position:absolute;
	top:60px;
	left:285px
}
.safety .safety_Darea>a {
	background:url("../img/safety-center/centermap_D_off.png") no-repeat;
	display:block;
	width:132px;
	height:61px;
	top:131px;
	left:285px
}
.safety .safety_Darea>a:hover {
	background-image:url("../img/safety-center/centermap_D.png");
	width:145px;
	height:61px;
	position:absolute;
	top:131px;
	left:280px
}
.safety .safety_Earea>a {
	background:url("../img/safety-center/centermap_E_off.png") no-repeat;
	display:block;
	width:132px;
	height:61px;
	top:205px;
	left:285px
}
.safety .safety_Earea>a:hover {
	background-image:url("../img/safety-center/centermap_E.png");
	width:132px;
	height:61px;
	position:absolute;
	top:205px;
	left:285px
}
.safety .safety_Farea>a {
	background:url("../img/safety-center/centermap_F_off.png") no-repeat;
	display:block;
	width:132px;
	height:61px;
	top:274px;
	left:285px
}
.safety .safety_Farea>a:hover {
	background-image:url("../img/safety-center/centermap_F.png");
	position:absolute;
	width:132px;
	height:61px;
	top:274px;
	left:285px
}
.safety .safety_Garea>a {
	background:url("../img/safety-center/centermap_G_off.png") no-repeat;
	display:block;
	width:159px;
	height:75px;
	top:23px;
	left:438px
}
.safety .safety_Garea>a:hover {
	background-image:url("../img/safety-center/centermap_G.png");
	width:159px;
	height:75px;
	position:absolute;
	top:23px;
	left:438px
}
.safety .safety_Harea>a {
	background:url("../img/safety-center/centermap_H_off.png") no-repeat;
	display:block;
	width:159px;
	height:81px;
	top:131px;
	left:438px
}
.safety .safety_Harea>a:hover {
	background-image:url("../img/safety-center/centermap_H.png");
	width:162px;
	height:81px;
	position:absolute;
	top:131px;
	left:438px
}
.safety .safety_Iarea>a {
	background:url("../img/safety-center/centermap_I_off.png") no-repeat;
	display:block;
	width:111px;
	height:81px;
	top:292px;
	left:439px
}
.safety .safety_Iarea>a:hover {
	background-image:url("../img/safety-center/centermap_I.png");
	width:111px;
	height:81px;
	position:absolute;
	top:292px;
	left:439px
}
.safety .safety_Jarea>a {
	background:url("../img/safety-center/centermap_J_off.png") no-repeat;
	display:block;
	width:161px;
	height:141px;
	top:23px;
	left:612px
}
.safety .safety_Jarea>a:hover {
	background-image:url("../img/safety-center/centermap_J.png");
	width:161px;
	height:141px;
	position:absolute;
	top:23px;
	left:612px
}
.safety .safety_Karea>a {
	background:url("../img/safety-center/centermap_K_off.png") no-repeat;
	display:block;
	width:198px;
	height:130px;
	top:249px;
	left:559px
}
.safety .safety_Karea>a:hover {
	background-image:url("../img/safety-center/centermap_K.png");
	width:200px;
	height:130px;
	position:absolute;
	top:249px;
	left:559px
}
.safety .safety_imageMapArea {
	display:none;
	position:relative;
	width:810px;
	height:430px
}
.safety .safety_imageMapArea .safety_imagemap,.safety .safety_imageMapArea .safety_imagemap_Aarea,.safety .safety_imageMapArea .safety_imagemap_Barea,.safety .safety_imageMapArea .safety_imagemap_Carea,.safety .safety_imageMapArea .safety_imagemap_Darea,.safety .safety_imageMapArea .safety_imagemap_Earea,.safety .safety_imageMapArea .safety_imagemap_Farea,.safety .safety_imageMapArea .safety_imagemap_Garea,.safety .safety_imageMapArea .safety_imagemap_Harea,.safety .safety_imageMapArea .safety_imagemap_Iarea,.safety .safety_imageMapArea .safety_imagemap_Jarea,.safety .safety_imageMapArea .safety_imagemap_Karea {
	position:absolute
}
.safety .safety_imageMapArea .safety_imagemap {
	top:0;
	left:0
}
.safety .safety_imageMapArea .safety_imagemap_Aarea {
	top:24px;
	left:41px
}
.safety .safety_imageMapArea .safety_imagemap_Barea {
	top:232px;
	left:467px
}
.safety .safety_imageMapArea .safety_imagemap_Carea {
	top:60px;
	left:285px
}
.safety .safety_imageMapArea .safety_imagemap_Darea {
	top:131px;
	left:285px
}
.safety .safety_imageMapArea .safety_imagemap_Earea {
	top:205px;
	left:285px
}
.safety .safety_imageMapArea .safety_imagemap_Farea {
	top:274px;
	left:285px
}
.safety .safety_imageMapArea .safety_imagemap_Garea {
	top:23px;
	left:438px
}
.safety .safety_imageMapArea .safety_imagemap_Harea {
	top:131px;
	left:438px
}
.safety .safety_imageMapArea .safety_imagemap_Iarea {
	top:292px;
	left:439px
}
.safety .safety_imageMapArea .safety_imagemap_Jarea {
	top:23px;
	left:612px
}
.safety .safety_imageMapArea .safety_imagemap_Karea {
	top:249px;
	left:559px
}
@media only screen and (max-width:767px) {
	.safety .safety_table tr th {
	width:90px
}
.safety .safety_contact {
	margin:0 0 20px 10px
}
}@media only screen and (max-width:320px) {
	.safety .safety_mapArea {
	display:none
}
.safety .safety_imageMapArea {
	display:block;
	-webkit-transform:scale(0.35,0.35);
	-ms-transform:scale(0.35,0.35);
	transform:scale(0.35,0.35);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
}@media only screen and (min-width:321px) and (max-width:375px) {
	.safety .safety_mapArea {
	display:none
}
.safety .safety_imageMapArea {
	display:block;
	-webkit-transform:scale(0.4,0.4);
	-ms-transform:scale(0.4,0.4);
	transform:scale(0.4,0.4);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
}@media only screen and (min-width:376px) and (max-width:768px) {
	.safety .safety_mapArea {
	display:none
}
.safety .safety_imageMapArea {
	display:block;
	-webkit-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);
	transform:scale(0.8,0.8);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
}body.safety-center .home_header {
	display:block;
	text-align:center
}
body.safety-center .home_header a {
	color:#000
}
body.safety-center .home_header a:hover {
	text-decoration:none
}
body.safety-center .home_logo img {
	width:auto;
	height:50px
}
body.safety-center .home_logo .home_logoText {
	font-weight:bold;
	display:block;
	width:100%;
	margin:0 auto;
	font-size:18px
}
@media only screen and (max-width:767px) {
	body.safety-center .home_logo .home_logoText {
	font-size:18px
}
}body.safety-center .home_body {
	margin:150px auto 30px;
	text-align:center
}
body.safety-center .home_body .home_desc p {
	font-size:24px
}
@media only screen and (max-width:767px) {
	body.safety-center .home_body .home_desc p {
	font-size:18px
}
}body.safety-center .home_body .home_desc span {
	font-size:16px
}
@media only screen and (max-width:767px) {
	body.safety-center .home_body .home_desc span {
	font-size:16px
}
}body.safety-center .home_body .home_link {
	margin-top:30px
}
body.safety-center .home_body .home_link a {
	line-height:1.8em;
	text-decoration:underline;
	color:#000;
	font-size:16px
}
@media only screen and (max-width:767px) {
	body.safety-center .home_body .home_link a {
	font-size:16px
}
}body.safety-center .home_body .home_link a:hover {
	text-decoration:none
}
body.safety-center .home_copyright {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding-bottom:10px;
	text-align:center
}
@media only screen and (max-width:767px) {
	body.safety-center .home_logo img {
	width:auto;
	height:30px
}
}body {
	font-family:"Noto Sans JP","Teko",sans-serif;
	color:#282828;
	padding-top:70px
}
@media (-ms-high-contrast:none) {
	body b,body dd,body dt,body em,body h1,body h2,body h3,body h4,body h5,body h6,body li,body p,body span,body td,body th {
	-webkit-transform:rotate(0.001deg);
	-ms-transform:rotate(0.001deg);
	transform:rotate(0.001deg)
}
}@media only screen and (max-width:767px) {
	body {
	padding-top:0
}
}@media only screen and (max-width:767px) {
	h6.bold {
	font-size:14px
}
	
	.contactrq .contact_tit{
		text-align:center;
	}
	
}


@media only screen and (max-width:767px) and (max-width:767px) {
	h6.bold {
	font-size:14px
}
}@media (min-width:1200px) {
	.container {
	max-width:1030px
}
}.nav .nav-item {
	width:calc(100% / 4);
	text-align:center
}
.nav .nav-item .nav-link {
	border-top:3px solid rgba(255,255,255,0.3);
	border-color:#707070 #fff #ebebeb #fff;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-left:none;
	font-size:14px;
	color:#000;
	position:relative;
	cursor:pointer
}
@media only screen and (max-width:767px) {
	.nav .nav-item .nav-link {
	font-size:14px
}
}.nav .nav-item .nav-link:hover {
	color:#ee0141
}
.nav .nav-item .nav-link .nav-icon {
	display:block;
	text-align:center
}
.nav .nav-item .nav-link .nav-icon img {
	height:auto;
	max-width:100%
}
.nav .nav-item .nav-link.active {
	border-color:#ee0141 #fff #fff #fff
}
.nav .nav-item .nav-link.active:before {
	position:absolute;
	content:"";
	width:1px;
	height:40px;
	background:#ebebeb;
	left:-2px;
	top:20px
}
.nav .nav-item .nav-link:after {
	position:absolute;
	content:"";
	width:1px;
	height:40px;
	background:#ebebeb;
	right:-2px;
	top:20px
}
.cont{
	width:1140px;
	overflow:hidden;
	margin:auto;
	}

/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 200px;
	background: url(../images/aboutban.jpg) no-repeat top center;
	background-size: cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	 .banner_n{
		 height:267px;
	 }
 }

@media(max-width:991px) {
	.banner_n{
		height:110px;
	}
}
/* position
-------------------------------------------------------------- */
.position{
	width:100%;
	overflow:hidden;
	padding:12px 5%;
	font-size:12px;
	color:#707070;
	line-height:30px;
	}
.position a{
	font-size:12px;
	color:#707070;
}
/* nabout
-------------------------------------------------------------- */
.nabout{
	width:100%;
	overflow:hidden;
	background:url(../images/naboutbg.jpg) no-repeat top center;
	}
.ntit{
	margin-top:12px;
	}
.ntit,.ntit h3{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	font-size:30px;
	color:#3a683f;
	line-height:40px;
	}
.ntit hr{
	width:28px;
	border:none;
	border-bottom:solid 3px #3a683f;
	overflow:hidden;
	margin-top:31px;
	}
.nmap{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	}
.nmapnr{
	width:100%;
	overflow:hidden;
	padding-top:35px;
	border-top:solid 1px #dddddd;
	margin-top:40px;
	}
.nmapnr ul{
	width:100%;
	overflow:hidden;
	}
.nmapnr ul li{
	width:49%;
	overflow:hidden;
	float:left;
	border-bottom: solid 1px #dddddd;
	padding-bottom:20px;
	margin-bottom:20px;
	}
.nmapnr ul li .nmapimg,.nmapnr ul li .add{
	width:100%;
	overflow:hidden;
	}
.nmapnr ul li .add{
	font-size:17px;
	color:#363636;
	line-height:30px;
	}
.nmapnr ul li .nmapimg img{
	max-width:100%;
	height:auto;
	}
.nmapnr ul li:nth-child(1){
	margin-right:1%;
	}
.nmapnr ul li:nth-child(2){
	margin-left:1%;
	}
.nmapnr ul li .add{
	margin-top:22px;
	}
/* nldzc
-------------------------------------------------------------- */
.nldzc{
	margin-bottom:60px;
	margin-top:58px;
	}
.nldzc,.nldzcnr{
	width:100%;
	overflow:hidden;
	}
.nldzcnr{
	border-top:solid 1px #dedede;
	margin-top:47px;
	padding-top:43px;
	border-bottom:solid 1px #dedede;
	padding-bottom:50px;
	}
.nldzclf{
	width:75%;
	overflow:hidden;
	font-size:15px;
	color:#363636;
	line-height:30px;
	}
.nldzclf p{
	overflow:hidden;
	font-size:15px;
	color:#363636;
	line-height:30px;
	}
.nldzcrt{
	width:25%;
	overflow:hidden;
	}
.nldzcrt img{
	max-width:100%;
	height:auto;
	}
.naboutnr .ngsgy{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	position:relative;
	}
.naboutnr .ngsgyimg{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	}
.naboutnr .ngsgy .ngsgylf{
	width:69%;
	overflow:hidden;
	}
.naboutnr .ngsgy .ngsgyrt{
	width:31%;
	overflow:hidden;
	}
.naboutnr .ngsgy ul{
	width:100%;
	overflow:hidden;
	}
.naboutnr .ngsgy ul li{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #dddddd;
	padding:25px 0 29px 0;
	}
.naboutnr .ngsgy ul li:nth-child(1),.naboutnr .ngsgy ul li:nth-child(2),.naboutnr .ngsgy ul li:nth-child(3),.naboutnr .ngsgy ul li:nth-child(4){
	width:758px;
	}
.naboutnr .ngsgy ul li:first-child{
	border-top:solid 1px #dddddd;
	}
.naboutnr .ngsgy ul li .ngsgybt{
	width:170px;
	overflow:hidden;
	font-size:17px;
	color:#3a683f;
	line-height:30px;
	font-weight:bold;
	}
.naboutnr .ngsgy ul li .ngsgynr{
	width:970px;
	overflow:hidden;
	font-size:17px;
	color:#424d58;
	line-height:30px;
	font-weight:bold;
	}
.naboutnr .ngsgy ul li:nth-child(1) .ngsgynr,.naboutnr .ngsgy ul li:nth-child(2) .ngsgynr,.naboutnr .ngsgy ul li:nth-child(3) .ngsgynr,.naboutnr .ngsgy ul li:nth-child(4) .ngsgynr{
	width:588px;
	}
/* nmenu
-------------------------------------------------------------- */
.nmenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:82px;
	margin-bottom:30px;
	}
.nmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.nmenu ul li{
	width:226px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	float:left;
	border:solid 1px #282828;
	margin:10px 5px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.nmenu ul li a{
	color:#282828;
	display:block;
	}
.nmenu ul li:hover,.nmenu ul li.active{
	background:#3a683f;
	border:solid 1px #3a683f;
	}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#fff;
	}
.newsmenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newsmenu ul li{
	width:226px;
	height:38px;
	text-align:center;
	line-height:38px;
	border:solid 1px #282828;
	float:left;
	margin:10px 5px;
	position:relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsmenu ul li a{
	color:#282828;
	display:block;
	}
.newsmenu ul li:hover,.newsmenu ul li.active{
	background:#707070;
	border:solid 1px #707070;
	}
.newsmenu ul li:hover a,.newsmenu ul li.active a{
	color:#fff;
	}
.newsmenu ul li:after{
	content:"";
	width: 0;
    height: 0;
    border-width: 10px;
border-style: solid;
border-color: #707070 transparent transparent transparent;
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:-20px;
	opacity:0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsmenu ul li:hover:after,.newsmenu ul li.active:after{
	opacity:1;
	}
/* nnewsnr
-------------------------------------------------------------- */
.nnewsnr{
	margin-top:60px;
	margin-bottom:60px;
	}
.nnewsnr,.nnewsnr ul,.nnewsnr ul li{
	width:100%;
	overflow:hidden;
	}
.nnewsnr ul li{
	border-bottom:solid 1px #dddddd;
	padding:41px 0;
	background:url(../images/icon12.png) no-repeat right center;
	}
.nnewsnr ul li:first-child{
	border-top:solid 1px #dddddd;
	}
.nnewsnr ul li .year{
	width:62px;
	overflow:hidden;
	font-size:19px;
	color:#b2bbc5;
	font-family:Arial;
	font-weight:normal;
	}
.nnewsnr ul li .day{
	width:86px;
	height:26px;
	overflow:hidden;
	line-height:26px;
	text-align:center;
	background:#618665;
	font-family:Arial;
	font-size:18px;
	color:#fff;
	}
.nnewsnr ul li .nnewsen{
	width:60px;
	height:26px;
	line-height:26px;
	color:#db617e;
	border:solid 1px #db617e;
	text-align:center;
	border-radius:30px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10px;
	}
.nnewsnr ul li .nnewstit{
	width:65%;
	height:41px;
	overflow:hidden;
	font-size:17px;
	color:#3a683f;
	line-height:26px;
	font-weight:bold;
	padding-left:26px;
	}
.nnewsnr ul li .nnewstit span{
	font-size:17px;
	color:#3a683f;
	line-height:26px;
	font-weight:bold;
	padding-bottom:14px;
	position:relative;
	}
.nnewsnr ul li .nnewstit span:after{
	content:"";
	width:0;
	height:1px;
	background:#3a683f;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.nnewsnr ul li:hover .nnewstit span:after{
	width:100%;
}

/* ngsjs
-------------------------------------------------------------- */
.ngsjs{
	margin-top:60px;
	margin-bottom:60px;
	}
/*.ngsjs h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#3a693f;
	line-height:50px;
	font-weight:normal;
	}
.ngsjs h3 img{
	margin-left:15px;
	}*/
.ngsjsnr{
	width:100%;
	overflow:hidden;
	margin-top:94px;
	}
.ngsjsnr h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#282828;
	line-height:32px;
	}
.ngsjsnr .ngsjsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#282828;
	line-height:28px;
	margin-top:25px;
	}
.ngsjsnr .ngsjs_gg{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.ngsjsnr .ngsjs_gg .ngsjs_gglf{
	width:26%;
	height:160px;
	overflow:hidden;
	padding-top:65px;
	font-size:18px;
	color:#fff;
	line-height:30px;
	text-align:center;
	background:#3a693f;
	}
.ngsjsnr .ngsjs_gg .ngsjs_ggrt{
	width:74%;
	height:160px;
	overflow:hidden;
	background:#d7dad7;
	padding-left:90px;
	padding-top:30px;
	}
.ngsjsnr .ngsjs_gg .ngsjs_ggrt p{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#3a693f;
	line-height:50px;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
	}
.ngsjslists{
	width:100%;
	overflow:hidden;
}
.ngsjslists .ngsjs_list{
	width:100%;
	overflow:hidden;
	margin:58px 0;
	}
.ngsjslists .ngsjs_list h4{
	width:100%;
	overflow:hidden;
	color:#3a693f;
	font-size:35px;
	line-height:45px;
	border-bottom:dashed 1px #566558;
	padding-bottom:15px;
	margin-bottom:74px;
	}
.ngsjs_listnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#282828;
	}
.ngsjs_listnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#282828;
	}
.ngsjslists .ngsjs_list:nth-child(2n+1) .ngsjs_listnr{
	padding:0 10px 0 0;
}
.ngsjslists .ngsjs_list:nth-child(2n) .ngsjs_listnr{
	padding:0 0 0 10px;
}
.ngsjs_listimg{
	overflow:hidden;
	padding:0;
	}
.ngsjs_listimg img{
	max-width:100%;
	height:auto;
}
.ngsjslists .ngsjs_list:nth-child(2n+1) .ngsjs_listimg{
	text-align:right;
}
.ngsjs_kflc{
	margin-top:42px;
	}
.ngsjs_kflc,.ngsjs_kflc h3{
	width:100%;
	overflow:hidden;
	}
.ngsjs_kflc h3{
	font-size:40px;
	color:#3a693f;
	line-height:50px;
	text-align:center;
	}
.ngsjs_kflc .ngsjs_kflcnr{
	width:100%;
	overflow:hidden;
	}
.ngsjs_kflcnr ul{
	width:100%;
	}
.ngsjs_kflcnr ul li{
	width:74%;
	height:102px;
	margin:54px 13%;
	background:#6b8f6f;
	border-radius:20px;
	position:relative;
	}
.ngsjs_kflcnr ul li:after{
	content:"";
	position:absolute;
	background:url(../images/icon26.png) no-repeat;
	width: 14px;
    height:18px;
    left: 50%;
    margin-left: -7px;
    bottom: -36px;
	}
.ngsjs_kflcnr ul li:last-child:after{
	display:none;
	}
.ngsjs_kflcnr ul li .ngsjs_icon{
	width:15%;
	overflow:hidden;
	padding:17px 0 0 28px;
	}
.ngsjs_kflcnr ul li .ngsjs_icon img{
	max-width:100%;
	height:auto;
}
.ngsjs_kflcnr ul li .ngsjs_cont{
	width:85%;
	overflow:hidden;
}
.ngsjs_kflcnr ul li .ngsjs_tit{
	width:12%;
	overflow:hidden;
	padding-left:5px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	margin-top:35px;
	border-right: solid 1px #fff;
	}
.ngsjs_kflcnr ul li .ngsjs_nr{
	width:73%;
	overflow:hidden;
	line-height:30px;
	font-size:15px;
	color:#fff;
	padding-left:20px;
	padding-right:36px;
	padding-top:36px;
	}
.ngsjs_kflcnr ul li:first-child{
	background:#a6bba8;
}
.ngsjs_kflcnr ul li:nth-child(2){
	background:#93ad96;
}
.ngsjs_kflcnr ul li:nth-child(3){
	background:#7f9d82;
}
.ngsjs_kflcnr ul li:nth-child(4){
	background:#6b8f6f;
}
.ngsjs_kflcnr ul li:nth-child(5){
	background:#577f5c;
}
.ngsjs_kflcnr ul li:nth-child(6){
	background:#447149;
}
.ngsjs_kflcnr ul li:nth-child(7){
	background:#3a693f;
}
/* naqhb
-------------------------------------------------------------- */
.naqhb{
	width:100%;
	background:#f5f5f5;
	}
.pad{
	padding-bottom:116px;
}
.naqhbnr{
	width:800px;
	overflow:hidden;
	margin:auto;
	background:#fff;
	padding:70px 30px;
	margin-top:-90px;
	position:relative;
	z-index:99;
	}
.naqhbnr h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	}
.naqhbjs{
	width:100%;
	overflow:hidden;
	color:#000;
	margin-top:37px;
	text-align:center;
	}
.naqhbjs p{
	overflow:hidden;
	color:#000;
	}
.naqhblist{
	margin-bottom:108px;
	}
.naqhblist,.naqhblist ul{
	width:100%;
	overflow:hidden;
	}
.naqhblist ul li{
	float:left;
	height:453px;
	padding:0;
	position:relative;
	}
.naqhblist ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.naqhblist ul li:nth-child(1){
	background:url(../images/sybgimg1.jpg) no-repeat center;
	background-size:cover;
	}
.naqhblist ul li:nth-child(2){
	background:url(../images/sybgimg2.jpg) no-repeat center;
	background-size:cover;
	}
.naqhblist ul li:nth-child(3){
	background:url(../images/sybgimg3.jpg) no-repeat center;
	background-size:cover;
	}
.naqhblist ul li:nth-child(4){
	background:url(../images/sybgimg4.jpg) no-repeat center;
	background-size:cover;
	}
.naqhblist ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#fff;
	line-height:40px;
	position:absolute;
	top:50%;
	margin-top:-20px;
	}
.naqhblist ul li p a{
	font-size:22px;
	color:#fff;
}
.naqhb_info{
	margin-top:60px;
	margin-bottom:60px;
	}
.naqhb_info .naqhb_infonr{
	width:100%;
	overflow:hidden;
	}
.naqhb_info .naqhb_infonr h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	text-align:center;
	}
.naqhb_infonr .naqhb_infocont{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#282828;
	line-height:30px;
	margin-top:40px;
	}
.naqhb_infolist,.naqhb_infolist ul,.naqhb_infolist ul li{
	width:100%;
	overflow:hidden;
	}
.naqhb_infolist ul li{
	margin:80px 0;
	}
.naqhb_infolist ul li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-bottom:12px;
	}
.naqhb_infolist ul li h5{
	width:100%;
	height:50px;
	background:#3a693f;
	padding:0 15px;
	line-height:50px;
	font-size:28px;
	font-weight:bold;
	color:#fff;
	margin-bottom:38px;
	}
.naqhb_infolist ul li .naqhb_infolf{
	padding:0;
	font-size:16px;
	color:#282828;
	line-height:30px;
	float:left;
	}
.naqhb_infolist ul li .naqhb_infoimg{
	padding:0;
	float:left;
	}
.naqhb_infolist ul li:nth-child(2n+1) .naqhb_infoimg{
	text-align:right;
	}
.naqhb_infolist ul li .naqhb_infoimg img{
	max-width:100%;
	height:auto;
	}
/* npro
-------------------------------------------------------------- */
.bg{
	background:#f5f5f5;
}
.npro{
	width:100%;
	overflow:hidden;
	padding:60px 0;
	}
.nprobg{
	background:#eff1f1;
}
.npronrtit{
    width: 55%;
    margin: auto;
    overflow: hidden;
}
.npronrtit2{
    width: 30%;
    margin: auto;
    overflow: hidden;
}
.npronr h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:32px;
	text-align:center;
	color:#000;
	}
.npronr .nprojs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	padding:0 17%;
	margin-top:50px;
	margin-bottom:80px;
	}
.npronr .nprojs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	text-align:center;
	}
.npronr img{
	max-width:100%;
	height:auto;
}
.npromenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	}
.npromenu ul{
	overflow:hidden;
	display:inline-block;
	}
.npromenu ul li{
	width:274px;
	height:100px;
	line-height:70px;
	float:left;
	margin:20px;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.npromenu ul li a{
	font-size:20px;
	color:#000;
	font-weight:bold;
	display:block;
	}
.npromenu ul li:before{
	content:"";
	width:18px;
	height:10px;
	background:url(../images/icon14.png) no-repeat;
	position:absolute;
	left:50%;
	margin-left:-9px;
	bottom:25px;
	}
.npromenu ul li:after{
	content:"";
	width: 0;
    height: 0;
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #3a693f;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -15px;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.npromenu ul li:hover:after,.npromenu ul li.active:after{
	opacity:1;
	}
.npromenu ul li:hover,.npromenu ul li.active{
	background:#3a693f;
	}
.npromenu ul li:hover a,.npromenu ul li.active a{
	color:#fff;
	}
.npromenu ul li:hover:before,.npromenu ul li.active:before{
	background:url(../images/iconh14.png) no-repeat;
	}
.nprolist,.nprolist-cl{
	margin-bottom:100px;
	}
.nprolist-cl{
	margin-top:50px;
}
.nprolist h3,.nprolist-cl h3{
	width:100%;
	height:50px;
	line-height:50px;
	color:#fff;
	background:#3a693f url(../images/iconh14.png) no-repeat 97% center;
	padding:0 25px;
	font-size:24px;
	margin-bottom:28px;
	}
.nprolistnr,.nprolist-clnr{
	width:100%;
	overflow:hidden;
	}
.nprolistnr dl,.nprolist-clnr dl{
	overflow:hidden;
	padding:0 15px;
	margin:20px 0;
	float:left;
	}
.nprolistnr dl dt,.nprolistnr dl dd,.nprolist-clnr dl dt,.nprolist-clnr dl dd{
	width:100%;
	overflow:hidden;
	}
.nprolistnr dl dt,.nprolist-clnr dl dt{
	height:197px;
	position:relative;
}
.nprolistnr dl dt img,.nprolist-clnr dl dt img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.nprolistnr dl:hover dt img,.nprolist-clnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
}
.nprolist-clnr dl dd{
	min-height:278px;
}
.nprolist-clnr dl:nth-child(3n+1){
	clear:both;
}
.nprolistnr dl dd h4,.nprolist-clnr dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:32px;
	color:#131313;
	}
.nprolist-clnr dl dd h4{
	margin-top:14px;
}
.nprolist-clnr dl dd .nprolist-js{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#333333;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
	margin-top:12px;
}
.nprolist-clnr dl dd .nprolist-js p{
	font-size:15px;
	color:#333333;
	line-height:30px;
}
.nprolist-clnr dl dd .nprolist-clms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	margin-top:13px;
}
.nprolist-clnr dl dd .nprolist-clms p{
	width:100%;
	overflow:hidden;
	font-size:15px;
}
.nprolist-clnr dl dd .nprolist-clms table{
	width:100%;
	overflow:hidden;
	height:auto;
	margin-top:15px;
}
.nprolist-clnr dl dd .nprolist-clms table,.nprolist-clnr dl dd .nprolist-clms table tr,.nprolist-clnr dl dd .nprolist-clms table td{
	border:solid 1px #a1b7a3;
	background:#eff3ef;
}
.nprolist-clnr dl dd .nprolist-clms table td{
	padding:0 10px;
	font-size:15px;
	color:#333;
	line-height:30px;
}
.nprolist-clnr dl dd .nprolist-clms table td p,.nprolist-clnr dl dd .nprolist-clms table td span,.nprolist-clnr dl dd .nprolist-clms table td strong{
	font-size:15px;
	color:#333;
	line-height:30px;
}
.nprolist-clnr dl dd .nprolist-clms ul{
	width:100%;
	overflow:hidden;
	margin-top:8px;
}
.nprolist-clnr dl dd .nprolist-clms ul li{
	overflow:hidden;
	height:30px;
	line-height:30px;
	padding:0 10px;
	border:solid 1px #595a59;
	margin:4px 6px 4px 0;
	float:left;
}
.nprolistnr dl dd p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#131313;
	}
.nprolistnr dl dd{
	margin-top:23px;
	}
.npronr .nproban{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.npronr .nproban img{
	max-width:100%;
	height:auto;
}
.nprofbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:40px;
	padding-left:180px;
}
.nprofbnr p{
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr .nprofbnr1{
	width:66%;
	overflow:hidden;
	padding-right:40px;
}
.nprofbnr .nprofbnrimg{
	width:34%;
	overflow:hidden;
}
.nprofbnr .nprofbnr2{
	width:100%;
	overflow:hidden;
	padding-left:400px;
	margin-top:54px;
}
.nprobtn{
	width:100%;
	overflow:hidden;
	margin-top:110px;
}
.nprobtn .nprobtnnr{
	width:520px;
	height:80px;
	line-height:80px;
	text-align:center;
	background:#3a693f;
	font-size:16px;
	color:#fff;
	margin:auto;
}
.npro_list{
	margin-top:60px;
}
.npro_list,.npro_list ul{
	width:100%;
	overflow:hidden;
}
.npro_list ul li{
	width:48%;
	overflow:hidden;
	float:left;
	margin:20px 0;
}
.npro_list img{
	max-width:100%;
	height:auto;
}
.npro_list ul li:nth-child(2n+1){
	margin-right:1%;
}
.npro_list ul li:nth-child(2n){
	margin-left:1%;
}
/* nhistorytit
-------------------------------------------------------------- */
.nhistory{
	margin-top:90px;
	}
.nhistorytit{
	width:100%;
	overflow:hidden;
	border-bottom: solid 1px #dddddd;
}
.nhistorytit .nhistorytitnr{
	padding-bottom:40px;
	position:relative;
	}
.nhistorytit .nhistorytitnr:after{
	content:"";
	width:180px;
	height:4px;
	background:#3a683f;
	position:absolute;
	left:0;
	bottom:0;
	display: none;
	}
.action.transYT50{ opacity: 1; visibility: visible; transform: translateY(0px); -webkit-transform: translateY(0px); }
.action.transXT50 { opacity: 1; visibility: visible; transform: translateY(0px); -webkit-transform: translateY(0px); }
/*dashiji*/
.industrial-inner {
	width: 100%;
	position: relative;
	display: block;
}

.memorabiliaBox {
	height: 386px;
	overflow: hidden;
	cursor: url(../img/mouse.png) 16 16, default;
}

.memorabiliaBox .mCSB_scrollTools {
	visibility: hidden !important;
}

.industrial-bot {
	position: absolute;
	left: 116px;
	top: 0;
	width: 10px;
	height: 2px;
	background-color: #c1cbde;
	display: block;
}

.industrial-line {
	position: absolute;
	left: 120px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #c1cbde;
}

.industrial-item {
	padding: 10px 0px;
	position: relative;
	border-left:solid 1px #3a683f;
}
.mCSB_container{
	padding-left:4px;
}
.industrial-item dl{
	width:100%;
	padding-left:60px;
	position:relative;
}
.industrial-item dl:before{
	content:"";
	width:8px;
	height:8px;
	background:#3a683f;
	border-radius:50%;
	position:absolute;
	left:-4px;
	top:13px;
}
.industrial-item dl dt,.industrial-item dl dd{
	width:100%;
	overflow:hidden;
}
.industrial-item dl dt{
	font-size:24px;
	color:#333;
	line-height:34px;
	font-weight:normal;
	border-bottom:solid 1px #dddddd;
	position:relative;
	z-index:1;
	padding-bottom:20px;
}
.industrial-item dl dt:after{
	content:"";
	width:80px;
	height:2px;
	background:#3a683f;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
}
.industrial-item dl dd p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:15px;
	color:#424d58;
	font-weight:bold;
	border-bottom:solid 1px #dddddd;
	padding:16px 0;
}
.industrial-item dl dd p span{
	font-size:16px;
	color:#111111;
	font-weight:normal;
	margin-right:25px;
}

.industrial-item .time {
	position: absolute;
	left:5%;
	top: 50%;
	margin-top: -10px;
	font-size: 24px;
	line-height: 1;
	color: #333;
}

.industrial-item .ico {
	border-radius: 50%;
	background-color: #f6d196;
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	left: 105px;
	top: 50%;
	margin-top: -17px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:before {
	content: "";
	background-color: #eaa334;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0px 0px -5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-item .sj {
	position: absolute;
	left: 142px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #eaa334;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .pageC {
	padding: 0 40px 0 40px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.industrial-item .pageC p{
	font-size:16px;
	color:#333;
	line-height:30px;
	}

.industrial-item .pageC h3 {
	color: #333333;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 18px;
}

.industrial-btn {
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -60px;
	z-index: 10;
}

.industrial-btn span {
	cursor: pointer;
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 50%;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	position: relative;
}

.industrial-btn span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-btn span:hover:before {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .37s;
	-o-transition: all .37s;
	transition: all .37s;
}

.industrial-prev {
	margin-bottom: 8px;
	background-image: url(../images/arrow_t.png);
}

.industrial-next {
	background-image: url(../images/arrow_b.png);
}

.industrial-btn span:hover {
	background-color: #263d8f;
}

.industrial-item:hover .ico {
	background-color: #76bee0;
}

.industrial-item:hover .ico:before {
	background-color: #204ea4;
}

.industrial-item:hover .ico:after {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s;
	transition: .5s;
}

.industrial-item:hover .time {
	color: #3a683f;
}

.industrial-item:hover .sj {
	border-left-color: #204ea4;
	margin-left: 5px;
}

.industrial-item:hover .pageC {
	border-color: #2c84b2;
}

/*.industrial-demo {
	overflow: hidden;
	cursor: url(../images/mouse.png) 20 20, default;
}*/

.industrial-demo .mCSB_scrollTools {
	visibility: hidden !important;
}
.nhistorylf{
	overflow:hidden;
	font-size:40px;
	color:#111111;
	line-height:66px;
	padding-right:50px;
	border-right:solid 1px #e7e7e7;
	}
.nhistoryrt{
	overflow:hidden;
	font-size:16px;
	color:#111111;
	line-height:30px;
	padding:18px 0 18px 40px;
	}
/*dashiji end*/
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	padding: 0 5%;
	}
/* ncontactmenu
-------------------------------------------------------------- */
.ncontactmenu{
	width:100%;
	overflow:hidden;
	}
.ncontactmenu ul{
	width:100%;
	overflow:hidden;
	}
.ncontactmenu ul li{
	width:33%;
	height:50px;
	line-height:50px;
	overflow:hidden;
	background:#ebebeb;
	float:left;
	margin-right:0.5%;
	border:solid 1px #364838;
	color:#364838;
	text-align:center;
	font-size:16px;
	position:relative;
	}
.ncontactmenu ul li:last-child{
	margin-right:0;
	}
.ncontactmenu ul li:after{
	content:"";
	width:6px;
	height:10px;
	background:url(../images/icon18.png) no-repeat;
	position:absolute;
	right:22px;
	top:20px;
	}
.ncontactmenu ul li:last-child:after{
	display:none;
	}
.ncontactmenu ul li:hover{
	background:#3a693f;
	color:#fff;
	}
.ncontactmenu ul li:hover:after{
	background:url(../images/iconh18.png) no-repeat;
	}
.ncontactjs{
	width:100%;
	overflow:hidden;
	color:#282828;
	line-height:30px;
	margin-top:10px;
	}
.ncontactjs span{
	color:#f10141;
	}
.nmessage{
	width:100%;
	overflow:hidden;
	}
.nmessage h3{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	height:40px;
	line-height:40px;
	font-size:20px;
	color:#282828;
	padding:0 15px;
	margin-top:48px;
	}
.form_body{
	margin-top:6px;
	}
.form_body,.form_row{
	width:100%;
	overflow:hidden;
	}
.form_row{
	padding:10px 15px;
	border-bottom:solid 1px #eeeeee;
	}
.form_row .form_tit{
	width:20%;
	overflow:hidden;
	line-height:30px;
	color:#282828;
	}
.form_row .form_tit span{
	color: #f10141;
}
.form_row .form_nr{
	width:80%;
	overflow:hidden;
	line-height:30px;
	color:#282828;
	}
.form_row .form_nr select{
	width:100%;
	overflow:hidden;
	height:40px;
	border:solid 1px #eeeeee;
	}
.form_row .form_nr textarea{
	width:100%;
	overflow:hidden;
	height:200px;
	border:solid 1px #eeeeee;
	padding:0 10px;
	}
.form_row .form_nr input{
	width:100%;
	overflow:hidden;
	height:40px;
	border:solid 1px #eeeeee;
	padding:0 10px;
	}
.form_row .form_nr label{
	float:left;
	margin-right:10px;
}
.form_row .form_nr label .radio{
	width:12px;
	height:12px;
	float:left;
	margin:9px 3px 9px 0;
}
.nmessage button{
	width:100%;
	overflow:hidden;
	background:#3a693f;
	text-align:center;
	color: #fff;
    font-size: 22px;
    font-weight: bold;
    border: none;
    padding: 25px 15px;
	margin-top:25px;
	}
.form_info{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	border:solid 1px #dddddd;
	padding:30px;
	margin-top:60px;
	}
.nnewsnr h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:34px;
    color: #333;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnewsnr .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnewsnr .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnewsnr .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnewsnr .fbnr img{
	max-width:100%;
	height:auto !important;
	}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;width:auto;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#3a683f;
}

@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.nprolistnr dl dt,.nprolist-clnr dl dt{
		height:173px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.nprolistnr dl dt,.nprolist-clnr dl dt{
		height:152px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.nprolistnr dl dt,.nprolist-clnr dl dt{
		height:146px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.nprolistnr dl dt,.nprolist-clnr dl dt{
		height:130px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.nprolistnr dl dt,.nprolist-clnr dl dt{
		height:115px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.nprolistnr dl dt,.nprolist-clnr dl dt{
		height:147px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.nprolistnr dl dt{
		height:122px;
	}
	.nprolist-clnr dl dt{
		height:256px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.nprolistnr dl dt{
		height:94px;
	}
	.nprolist-clnr dl dt{
		height:199px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.nprolistnr dl dt,.nprolist-clnr dl dt{
		height:174px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.nprolistnr dl dt,.nprolist-clnr dl dt{
		height:147px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.nprolistnr dl dt,.nprolist-clnr dl dt{
		height:142px;
	}
}

@media(max-width:1600px) {
	.nmenu{
		margin-top:50px;
	}
}
@media(max-width:1440px) {
	.ngsjslists .ngsjs_list h4{
		font-size:32px;
	}
	.ngsjs h3{
		font-size:36px;
		line-height:46px;
	}
	.nprolistnr dl dd h4 {
		font-size: 20px;
		line-height: 30px;
	}
}
@media(max-width:1360px) {
	.ngsjslists .ngsjs_list h4{
		font-size:28px;
		line-height:38px;
	}
}
@media(max-width:1280px) {
	.cont,.cont1{
		width:88%;
	}
	.ngsjs_kflcnr ul li {
		width: 88%;
		margin: 54px 6%;
	}
	.ngsjslists .ngsjs_list h4{
		margin-bottom: 50px;
	}
	.naboutnr .ngsgy ul li .ngsgybt {
		width: 150px;
	}
	.naboutnr .ngsgy ul li:nth-child(1), .naboutnr .ngsgy ul li:nth-child(2), .naboutnr .ngsgy ul li:nth-child(3), .naboutnr .ngsgy ul li:nth-child(4) {
		width: 65%;
	}
	.naboutnr .ngsgy ul li:nth-child(1) .ngsgynr, .naboutnr .ngsgy ul li:nth-child(2) .ngsgynr, .naboutnr .ngsgy ul li:nth-child(3) .ngsgynr, .naboutnr .ngsgy ul li:nth-child(4) .ngsgynr {
		width: 75%;
	}
	.naboutnr .ngsgy ul li .ngsgynr {
		width: 82%;
	}
	.naqhbnr{
		margin-top:-75px;
	}
	.nmenu ul li {
		width: 200px;
	}
	.ngsjs h3{
		font-size:32px;
		line-height:42px;
	}
	.npromenu ul li{
		margin:20px 10px;
	}
}
@media(max-width:1152px) {
	.naboutnr .ngsgy ul li:nth-child(1), .naboutnr .ngsgy ul li:nth-child(2), .naboutnr .ngsgy ul li:nth-child(3), .naboutnr .ngsgy ul li:nth-child(4) {
		width: 62%;
	}
	.naboutnr .ngsgy ul li .ngsgybt {
		width: 130px;
	}
	.ngsjs_kflcnr ul li .ngsjs_tit{
		font-size:20px;
	}
	.newsmenu ul li{
		width:200px;
	}
}
@media(max-width:1080px) {
	.naboutnr .ngsgy ul li:nth-child(1), .naboutnr .ngsgy ul li:nth-child(2), .naboutnr .ngsgy ul li:nth-child(3), .naboutnr .ngsgy ul li:nth-child(4) {
		width: 60%;
	}
}
@media(max-width:1023px) {
	.naboutnr .ngsgy ul li:nth-child(1), .naboutnr .ngsgy ul li:nth-child(2), .naboutnr .ngsgy ul li:nth-child(3), .naboutnr .ngsgy ul li:nth-child(4) {
		width: 100%;
	}
	.naboutnr .ngsgyimg{
		position:inherit;
		text-align:center;
		margin-top:40px;
	}
	.naboutnr .ngsgy ul li .ngsgybt {
		width: 20%;
	}
	.naboutnr .ngsgy ul li:nth-child(1) .ngsgynr, .naboutnr .ngsgy ul li:nth-child(2) .ngsgynr, .naboutnr .ngsgy ul li:nth-child(3) .ngsgynr, .naboutnr .ngsgy ul li:nth-child(4) .ngsgynr {
		width: 80%;
	}
	.naboutnr .ngsgy ul li .ngsgynr{
		width: 80%;
	}
	.naqhbnr{
		width:88%;
		margin-top:0;
		padding-bottom: 60px;
	}
	.pad {
		padding-bottom: 40px;
	}
	.ntit h3{
		font-size:26px;
		line-height:36px;
	}
	.ntit hr {
		margin-top: 20px;
	}
	.nmenu ul li {
		width: 120px;
	}
	.nldzclf,.nldzcrt{
		width:100%;
	}
	.nldzcrt{
		margin-top:30px;
		text-align:center;
	}
	.naboutnr .ngsgy ul li {
		padding: 15px 0 15px 0;
	}
	.nmenu {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.naboutnr .ngsgyimg img{
		max-width:100%;
		height:auto;
	}
	.npromenu ul{
		width:100%;
	}
	.npromenu ul li{
		width:33.3333333333%;
		margin:20px 0;
	}
	.link{
		text-align:left;
	}
	.footer .footerlf,.footer .footerrt{
		width:100%;
	}
	.footer .footerrt{
		margin-top:30px;
	}
	.footerlf .btel{
		margin-top:30px;
	}
}
@media(max-width:991px) {
	.banner .swiper-pagination{
		bottom:30px;
	}
	.industrial-item dl {
		padding-left: 40px;
	}
	.industrial-item dl dt{
		padding-bottom:20px;
	}
	.industrial-item dl dd p{
	    padding: 10px 0;
	    line-height: 25px;
	}
	.industrial-demo{
		height:400px;
	}
	.newsmenu ul li{
		width:150px;
	}
	.ngsjsnr {
		margin-top: 50px;
	}
	.ngsjs_kflcnr ul li {
		width: 100%;
		margin: 54px 0;
	}
	.ngsjs_kflcnr ul li .ngsjs_tit {
		font-size: 18px;
	}
	.nprolistnr dl,.nprolist-clnr dl{
		padding:0 10px;
	}
	.ngsjslists .ngsjs_list h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.ngsjs h3 {
		font-size: 28px;
	}
	.ngsjs_kflcnr ul li .ngsjs_icon{
		padding-top:13px;
	}
	.ngsjs_kflc {
		margin-top: 0;
	}
	.nprolist {
		margin-bottom: 60px;
	}
	.ncontactmenu ul li:after{
		right:15px;
	}
	.ncontactmenu ul li{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
	.npromenu ul li a{
		font-size:18px;
	}
	.nprofbnr,.nprofbnr .nprofbnr2{
		padding-left:0;
	}
	.naqhblist ul li {
		height: 353px;
	}
	.naqhblist {
		margin-bottom: 80px;
	}
	.nnewsnr {
		margin-top: 40px;
		margin-bottom:40px;
	}
	.nnewsnr h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.npromenu {
		margin-bottom: 0;
		margin-top: 0;
	}
	.nprobtn .nprobtnnr {
		width: 100%;
	}
	.nhistoryrt{
		width:100%;
		padding: 10px 0 10px 0;
	}
	.nhistory {
		margin-top: 50px;
	}
	.nhistorytit .nhistorytitnr {
		padding-bottom: 30px;
	}
	.nprobtn{
		margin-top:50px;
	}
	.bot .botlf, .bot .botrt{
		width:100%;
		float:none;
		max-width: 100%;
		text-align:center;
	}
	.bot .botrt{
		text-align:center;
	}
	.bot .botlf a, .bot .botrt a{
		color: rgba(255,255,255,0.5);
	}
	.bot {
		padding: 20px 0;
	}
}
@media(max-width:767px) {
	.banner .swiper-pagination{
		bottom:15px;
	}
	.ntit h3{
		font-size:22px;
	}
	.ngsjslists .ngsjs_list h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.naboutnr .ngsgy ul li .ngsgybt,.naboutnr .ngsgy ul li .ngsgynr{
		font-size:16px;
	}
	.nmap,.nldzc{
		margin-top:50px;
	}
	.industrial-item dl {
		padding-left: 30px;
	}
	.newsmenu ul li {
		width: 100px;
	}
	.naqhblist ul li p, .naqhblist ul li p a {
		font-size: 17px;
	}
	.npronrtit,.npronrtit2{
        width: 100%;
	}
	.npro{
		padding:40px 0;
	}
	.nprolist h3,.nprolistnr dl dd h4 {
		font-size: 16px;
	}
	.ngsjs_kflcnr ul li .ngsjs_tit {
		width: 14%;
	}
	.ngsjs_kflcnr ul li .ngsjs_nr {
		width: 71%;
	}
	.npronr .nprojs{
		padding:0;
	}
	.npronr .nprojs{
		margin-top:30px;
	}
	.ngsjs_kflcnr ul li .ngsjs_tit {
		font-size: 16px;
	}
	.ngsjslists .ngsjs_list h4 {
		margin-bottom: 30px;
	}
	.ngsjsnr .ngsjs_gg .ngsjs_ggrt{
		padding-left:40px;
	}
	.ngsjsnr .ngsjs_gg .ngsjs_ggrt p {
		font-size: 36px;
		line-height: 46px;
	}
	.ngsjs_listnr{
		padding:0;
	}
	.ngsjs_listimg,.ngsjslists .ngsjs_list:nth-child(2n+1) .ngsjs_listimg{
		text-align:center;
	}
	.ngsjslists .ngsjs_list:nth-child(2n+1) .ngsjs_listnr,.ngsjslists .ngsjs_list:nth-child(2n) .ngsjs_listnr{
		padding:0;
	}
	.ngsjslists .ngsjs_list:nth-child(2n+1) .ngsjs_listimg{
		margin-top:30px;
	}
	.ngsjslists .ngsjs_list:nth-child(2n) .ngsjs_listimg{
		margin-bottom:30px;
	}
	.ngsjs_kflcnr ul li {
		width: 100%;
		margin: 54px 0;
	}
	.ngsjs_kflcnr ul li .ngsjs_icon {
		padding-top: 18px;
	}
	.ngsjs_kflcnr ul li .ngsjs_nr{
		padding-right:40px;
	}
	.npromenu ul li{
		height:60px;
		line-height:40px;
	}
	.npromenu ul li:before{
		bottom:10px;
	}
	.naqhblist ul li {
		height:260px;
	}
	.naqhbnr {
		padding: 50px 30px;
	}
	.naqhblist {
		margin-bottom: 50px;
	}
	.naqhbnr h4{
		font-size:16px;
	}
	.nnewsnr ul li {
		padding: 20px 0;
	}
	.nnewsnr ul li .nnewstit {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.nnewsnr ul li .nnewstit span {
		font-size: 15px;
	}
	.nprolistnr dl{
		width:50%;
		min-width:50%;
	}
	.nprolist-clnr dl:nth-child(3n+1){
		clear:none;
	}
	.nprolist-clnr dl:nth-child(2n+1){
		clear:both;
	}
	.nprofbnr .nprofbnr1,.nprofbnr .nprofbnrimg{
		width:100%;
	}
	.nprofbnr .nprofbnr1{
		padding-right:0;
	}
	.nprofbnr .nprofbnrimg{
		text-align:center;
		margin-top:10px;
	}
	.nprofbnr,.nprofbnr .nprofbnr2{
		margin-top:30px;
	}
	.npro_list {
		margin-top: 30px;
	}
	.npro_list ul li{
		margin:10px 0;
	}
	.contactrq .contact_tit img{
		width:30%;
	}
	.nhistorylf{
		font-size:30px;
	}
	.ngsjs h3 img{
		width:180px;
	}
	.ngsjs h3 {
		font-size: 24px;
	}
	.ngsjsnr h4{
		font-size:18px;
	}
	.ngsjsnr {
		margin-top: 30px;
	}
	.banner .img img{
		width: 100vw;
		height: calc(100vh - 60px);
	}
}

@media(max-width:640px) {
	.banner .swiper-pagination{
		bottom:20px;
	}
	.naboutnr .ngsgy ul li:last-child .ngsgybt,.naboutnr .ngsgy ul li:last-child .ngsgynr{
		width:100%;
	}
	.nmapnr ul li{
		width:100%;
	}
	.nmapnr ul li:nth-child(1) {
		margin-right: 0;
	}
	.nmapnr ul li:nth-child(2) {
		margin-left:0;
	}
	.news {
		padding: 10px 0;
	}
	.newsList li:nth-child(3){
		display:none;
	}
	.newsList li {
		padding: 10px 0;
	}
	.contactrq {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.tab-content {
		padding-bottom: 0;
	}
	.npronr h4{
		font-size:18px;
	}
	.form_row .form_tit {
		width: 100%;
	}
	.form_row .form_nr{
		width: 100%;
	}
	.form_row .form_nr textarea{
		height:160px;
	}
	.industrial-item dl dt{
		font-size:20px;
		line-height:30px;
	}
	.industrial-item {
		padding: 10px 0px 0px 0px;
	}
	.ngsjsnr .ngsjs_gg .ngsjs_ggrt p {
		font-size: 32px;
	}
	.ngsjs_kflcnr ul li{
		height:auto;
		overflow:hidden;
	}
	.ngsjs_kflcnr ul li .ngsjs_icon {
		padding-top: 23px;
	}
	.ngsjs_kflcnr ul li .ngsjs_tit {
		width: 85%;
		border-right:none;
		padding-left:20px;
	}
	.ngsjs_kflcnr ul li .ngsjs_nr {
		width: 100%;
	}
	.ngsjs_kflcnr ul li .ngsjs_nr{
		padding:20px 20px 30px 20px;
	}
	.ngsjs_kflcnr ul li {
		margin: 40px 0;
	}
	.naqhblist ul li {
		width:50%;
		height:160px;
	}
	.newsmenu ul{
		width:100%;
	}
	.newsmenu ul li{
		width:24%;
		margin:10px 0.5%;
	}
	.footer .footerrt ul li {
		width: 33.33333333%;
		margin-top:10px;
	}
	.footer .footerrt ul li:nth-child(4){
		clear:both;
	}
}
@media(max-width:639px) {
	.nprolist-clnr dl{
		width:100%;
		max-width:100%;
	}
	.nprolist-clnr dl dd{
		min-height:auto;
	}
	.npronr .nprojs{
		margin-bottom:30px;
	}
	.nprolist-clnr dl dd .nprolist-clms table td {
		padding: 0 5px;
	}
}
@media(max-width:540px) {
	.ngsjsnr .ngsjs_gg .ngsjs_ggrt p {
		font-size: 28px;
	}
	.ngsjs_kflcnr ul li .ngsjs_icon {
		padding-top: 28px;
	}
}
@media(max-width:500px) {
	.ngsjsnr .ngsjs_gg .ngsjs_ggrt {
		padding-left: 20px;
	}
	.ngsjs_kflcnr ul li .ngsjs_icon {
		width: 18%;
	}
	.ngsjs_kflcnr ul li .ngsjs_tit {
		width: 82%;
	}
	.npromenu ul li a {
		font-size: 16px;
	}
	.classification .classification_list li img{
		height:30px;
	}
	.classification .classification_list-lg li img{
		height:40px;
	}
	.classification .classification_list li span{
		font-size:14px;
		margin: 10px auto 0;
	}
	.classification .classification_list li a {
		padding: 15px 0;
	}
}
@media(max-width:425px) {
	.ngsjs_kflcnr ul li .ngsjs_icon {
		width: 20%;
	}
	.ngsjs_kflcnr ul li .ngsjs_tit {
		width: 80%;
	}
	.naboutnr .ngsgy ul li .ngsgybt {
		width: 26%;
	}
	.naboutnr .ngsgy ul li:nth-child(1) .ngsgynr, .naboutnr .ngsgy ul li:nth-child(2) .ngsgynr, .naboutnr .ngsgy ul li:nth-child(3) .ngsgynr, .naboutnr .ngsgy ul li:nth-child(4) .ngsgynr {
		width: 74%;
	}
	.naboutnr .ngsgy ul li .ngsgynr {
		width: 74%;
	}
	.ngsjsnr .ngsjs_gg .ngsjs_ggrt p {
		font-size: 24px;
	}
	.npromenu ul li a {
		font-size: 14px;
	}
}
@media(max-width:424px) {
	.nprolistnr dl{
		width:100%;
	}
}
@media(max-width:375px) {
	.ngsjsnr .ngsjs_gg .ngsjs_ggrt {
		padding-left: 15px;
	}
	.ngsjsnr .ngsjs_gg .ngsjs_ggrt p {
		font-size: 22px;
	}
	.ngsjsnr .ngsjs_gg .ngsjs_gglf{
		font-size:16px;
	}
	.ngsjs_kflcnr ul li .ngsjs_icon {
		padding-top: 33px;
	}
	.ngsjs h3 img {
		margin-left: 10px;
	}
}
@media(max-width:320px) {
	.ngsjs_kflcnr ul li .ngsjs_icon {
		width: 22%;
	}
	.ngsjs_kflcnr ul li .ngsjs_tit {
		width: 78%;
	}
}