@font-face {
	font-family:opensans;
	src:url('../fonts/opensans-regular-webfont.woff') format('woff'),
		url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
		url('../fonts/opensans-regular-webfont.svg') format('svg'),
		url('../fonts/opensans-regular-webfont.eot') format('embedded-opentype')
}

.float-l {
	float: left
}

.float-r {
	float: right
}

.clear {
	clear: both
}

.center {
	margin: 0 auto
}

.ft-wei {
	font-weight: 600
}

.hide-excess-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.v-center {
	display: flex;
	justify-content: center;
	align-items: Center
}

@keyframes imgHover {
	from {
		transform: scale(1)
	}

	to {
		transform: scale(1.2)
	}
}

.imgHover {
	animation: imgHover 1s forwards
}

body {
	background-color: #fff;
	font-family: opensans,Arial,Bebas Neue,tahoma,Times New Roman,Helvetica,sans-serif;
	letter-spacing: 0;
	font-size: 16px;
    line-height: 1.8;
	color: #111
}

h1 {
	font-size: 20px;
	font-weight: 600;
	color: #000
}

a {
	color: #333;
	text-decoration: none
}

a:visited,a:link {
	color: #000;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.btn-primary {
	background-color: #9e9076;
	border: 1px solid #9e9076
}

.btn-primary:hover {
	background-color: #999;
	border: 1px solid #999
}

.btn-info,a.btn-info {
	background-color: #c01d2e;
	border: 1px solid #c01d2e;
	color: #fff
}

.btn-info:hover,a.btn-info:hover {
	background-color: #999;
	border: 1px solid #999
}

.btn-default {
	background-color: transparent;
	background-color: #eee
}

.btn-default:link,.btn-default:visited {
	padding: 5px 20px;
	border-radius: 20px;
	text-transform: uppercase
}

.btn-default:hover {
	background-color: #999;
	color: #fff
}

.pagination>.active>a {
	background-color: #c01d2e;
	border: 1px solid #c01d2e
}

.pagination>.active>a:hover {
	background-color: #9e9076;
	border: 1px solid #9e9076
}

.container-fluid {
	margin: 0 0 30px 0
}

.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.image.ishover {
	overflow: hidden
}

.image.ishover:hover img {
	animation: imgHover 1s forwards
}

header {
	box-shadow: 0 0 10px #bbb;
	margin-bottom: 5px
}

header .top-header {
	background-color: #142e4a;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	border-bottom:1px solid #1f4064;
}

header .top-header .top-contact .top-contact-icon {
	color: #fff
}

header .top-header .language .icon {
	color: #fff
}

header .top-header .language .dropdown-toggle {
	cursor: pointer
}

header .top-header .language .dropdown-menu .lang-img {
	margin-right: 5px
}

header .top-header .language .dropdown-menu {
	right: -60px;
	left: initial;
	max-height: 300px;
	overflow-y: auto
}
header .top-header .lang-row{
	text-align: right;
}
header .top-header .lang-row a{
	display: inline-block;
	width: 20px;
	margin: 0 7px;
}
header .top-header .lang-row a img{
	width: 100%;
	height: auto;
	object-fit: fill;
}

header .jumbotron .search-form form {
	position: relative
}

header .jumbotron .search-form form input[type=text] {
	margin: 0 0 0 auto;
	padding-right: 25px
}

header .jumbotron .search-form form button {
	display: block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #2b2b2b;
	padding: 0;
	background-color: #fff;
	border: 0;
	position: absolute;
	right: 6px
}

header .top-header .top-btn {
	text-align: right
}

header .top-header .top-btn a {
	color: #fff;
	text-decoration: none
}

header .top-header .top-btn .search {
	position: relative
}

header .top-header .top-btn button.navbar-toggle span.icon-bar {
	background-color: #fff
}
header .jumbotron{
	padding: 0;
	background-color: transparent;
}
header .header-logo {
	background-color: #142e4a;
	margin: 0
}

header .header-logo a {
	display: flex;
	justify-content: left;
	align-items: center
}

header .header-logo a img {
	max-width: 100%;
	max-height: 100%
}

header .header {
	z-index: 1000;
	width: 100%;
	background-color: transparent
}

header .header #menu {
	border: 0;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 0
}

header .header #menu.navbar-fixed-top {
	box-shadow: 0 1px 10px #ddd
}

header .header #menu .container {
	display: flex;
	justify-content: center;
	align-items: center
}

header .header #menu .container .menu-menu {
	width: 100%
}

header .header #menu .container .menu-menu a {
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600
}

header .header #menu .container .menu-menu .nav>li>a {
	padding: 10px 20px;
	color: #152f4b
}

header .header #menu .container .menu-menu a:hover {
	color: #059df1
}

header .header #menu .container .menu-menu .navbar-nav>li {
	padding: 0;
	border-right: 1px solid #eee;
}

header .header #menu .container .menu-menu .navbar-nav>li.active>a {
	color: #059df1
}
header .header #menu .container .menu-menu .navbar-nav > li.selected {
	background-color: #f5f5f5;

}

header .header #menu .container .menu-menu .navbar-nav>li.selected>a {
	color: #059df1
}

header .header #menu .container .menu-menu .nav-menu .dropdown-menu {
	background-color: #fff;
	right: -55%;
	width: min-content;
	width: -moz-min-content
}

header .header #menu .container .menu-menu .nav-menu .dropdown-menu li {
	display: block
}

header .header #menu .container .menu-menu .nav-menu .dropdown-menu li a {
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 400px
}

header .header #menu .container .menu-menu .nav-menu .dropdown-menu li a:hover {
	color: #059df1
}

header .header #menu .container .menu-menu .nav-menu .dropdown-menu.shown {
	display: block
}

header .header .menu-cate-line {
	width: 100%;
	text-align: center;
	background-color: #f60;
	color: #fff
}

header .header .menu-cate-line>ul {
	list-style: none;
	padding: 0 90px
}

header .header .menu-cate-line>ul>li {
	display: inline-block
}

header .header .menu-cate-line>ul>li:not(.last) {
	border-right: 1px solid #fff
}

header .header .menu-cate-line>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	font-size: 16px;
	font-weight: 600
}

header .header .menu-cate-line>ul>li>a:hover {
	text-decoration: none
}

header .header .menu-cate-line>ul>li.selected a,header .header .menu-cate-line>ul>li:hover a {
	color: #000
}

header #banner-swiper .swiper-slide img {
	width: 100%
}

header #banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ff9801
}

header .top-header .top-tel {
	margin-left: 10px;
	margin-right: 10px
}

header .top-header .language .dropdown-toggle {
	float: none
}

.pageNav {
	word-wrap: break-word
}

.pageNav li {
	max-width: 100%
}

.sidebar {
	margin-bottom: 30px
}

.sidebar .page-sidebar {
	background-color: #f5f5f5;
	margin-bottom: 30px
}

.sidebar .page-sidebar .title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0;
	background-color: #323534
}

.sidebar .page-sidebar .title .title-icon {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
	background-color: #f60;
	margin-right: 2px
}

.sidebar .page-sidebar .title .title-content {
	display: block;
	width: 85%;
	color: #fff;
	text-indent: 6px;
	text-transform: uppercase;
	font-weight: 600;
	float: left
}

.sidebar .page-sidebar ul>li {
	border-top: 1px solid #fefefe;
	list-style-type: none
}

.sidebar .page-sidebar ul>li:not(.last) {
	border-bottom: 1px solid #ddd
}

.sidebar .page-sidebar ul>li ul {
	padding-left: 0;
	text-indent: 20px
}

.sidebar .page-sidebar ul>li ul>li {
	border-bottom: none!important
}

.sidebar .page-sidebar ul>li ul>li i.fa {
	text-indent: 0;
	margin-left: -14px
}

.sidebar .page-sidebar ul>li ul>li ul {
	text-indent: 40px
}

.sidebar .page-sidebar ul>li .fa {
	margin-right: 6px;
	font-size: 5px
}

.sidebar .page-sidebar ul>li a {
	width: 100%;
	font-size: 14px;
	line-height: 35px;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0 10px;
	padding-right: 20%;
	text-decoration: none;
	color: #333;
	font-weight: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.sidebar .page-sidebar ul>li a:hover {
	background-color: #ed7b10
}

.sidebar .page-sidebar ul>li a.selected,.sidebar .page-sidebar ul>li a.selected:link,.sidebar .page-sidebar ul>li a.selected:hover {
	background-color: #024d89
}

.sidebar .page-sidebar ul>li a.selected:after,.sidebar .page-sidebar ul>li a.selected:link:after,.sidebar .page-sidebar ul>li a.selected:hover:after {
	font-family: icomoon;
	content: "\e946";
	position: absolute;
	right: 25px
}

.sidebar .catalog {
	background-color: #f5f5f5;
	margin-bottom: 30px
}

.sidebar .catalog .title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0;
	background-color: #323534
}

.sidebar .catalog .title .title-icon {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
	background-color: #f60;
	margin-right: 2px
}

.sidebar .catalog .title .title-content {
	display: block;
	width: 85%;
	color: #fff;
	text-indent: 6px;
	text-transform: uppercase;
	font-weight: 600;
	float: left
}

.sidebar .catalog ul>li {
	border-top: 1px solid #fefefe;
	list-style-type: none
}

.sidebar .catalog ul>li:not(.last) {
	border-bottom: 1px solid #ddd
}

.sidebar .catalog ul>li ul {
	padding-left: 0;
	text-indent: 20px
}

.sidebar .catalog ul>li ul>li {
	border-bottom: none!important
}

.sidebar .catalog ul>li ul>li i.fa {
	text-indent: 0;
	margin-left: -14px
}

.sidebar .catalog ul>li ul>li ul {
	text-indent: 40px
}

.sidebar .catalog ul>li .fa {
	margin-right: 6px;
	font-size: 5px
}

.sidebar .catalog ul>li a {
	width: 100%;
	font-size: 14px;
	line-height: 35px;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0 10px;
	padding-right: 20%;
	text-decoration: none;
	color: #333;
	font-weight: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.sidebar .catalog ul>li a:hover {
	background-color: #ed7b10
}

.sidebar .catalog ul>li a.selected,.sidebar .catalog ul>li a.selected:link,.sidebar .catalog ul>li a.selected:hover {
	background-color: #024d89
}

.sidebar .catalog ul>li a.selected:after,.sidebar .catalog ul>li a.selected:link:after,.sidebar .catalog ul>li a.selected:hover:after {
	font-family: icomoon;
	content: "\e946";
	position: absolute;
	right: 25px
}

.sidebar .Featured {
	width: 100%;
	margin-bottom: 30px;
	background-color: #f7f7f7
}

.sidebar .Featured .title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 5px;
	background-color: #323534
}

.sidebar .Featured .title .title-icon {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
	background-color: #323534;
	margin-right: 0
}

.sidebar .Featured .title .title-content {
	display: block;
	width: 88%;
	color: #fff;
	text-indent: 6px;
	text-transform: uppercase;
	font-weight: 600;
	float: left
}

.sidebar .Featured .pro-list {
	height: 388px;
	overflow: hidden
}

.sidebar .Featured .pro-list .fea-pro {
	width: 100%;
	margin: 15px 10px
}

.sidebar .Featured .pro-list .fea-pro .image {
	float: left;
	width: 25%;
	height: 100%;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: Center
}

.sidebar .Featured .pro-list .fea-pro .image img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
	border: 1px solid #eee
}

.sidebar .Featured .pro-list .fea-pro a {
	width: 70%;
	text-align: left;
	word-wrap: break-word;
	color: #5f6160
}

.sidebar .Featured .fea-btn-prev,.sidebar .Featured .fea-btn-next {
	position: relative;
	margin-right: 3%
}

.sidebar .Featured .button-next,.sidebar .Featured .button-prev {
	text-align: center;
	padding: 15px 0
}

.sidebar .Featured .button-next img,.sidebar .Featured .button-prev img {
	width: 50px;
	height: 20px
}

#page-title {
	color: #716f70;
	border-bottom: 1px solid #e3e3e3;
	word-wrap: break-word
}

#quickFeedback1 {
	margin-bottom: 30px
}

#quickFeedback1 .title {
	font-weight: 600;
	margin-top: 15px;
	width: 200px;
	text-align: center;
	color: #fff;
	background-color: #2b2b2b
}

#quickFeedback1 .iBoxList3 {
	border: 1px solid #ddd;
	border-top: 2px solid #ddd;
	padding-top: 20px;
	padding-left: 15px;
	position: relative
}

#quickFeedback1 .iBoxList3 .form-line label span {
	color: red
}

footer {
	background-color: #071f34
}

footer .footCon,footer .bottom-link {
	color: #ddd
}

footer .footCon ul>li,footer .bottom-link ul>li {
	margin: 5px auto;
	color: #ccc
}

footer .footCon ul>li a:visited,footer .bottom-link ul>li a:visited,footer .footCon ul>li a:link,footer .bottom-link ul>li a:link {
	color: #fff
}

footer .footCon ul>li a:hover,footer .bottom-link ul>li a:hover {
	text-decoration: underline
}

footer .figure .title span {
	display: inline-block;
	padding: 3px 5px 3px 0;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #ff6b01
}

footer .figure.sns #share {
	text-align: center
}

footer .figure.sns #share img {
	border-radius: 0
}

footer .figure.sns #share a {
	margin: 2px;
	display: inline-block
}

footer .figure.sns #share a:link,footer .figure.sns #share a:visited {
	margin: 2px;
	display: inline-block
}

footer .figure.address_info i {
	padding-right: 5px;
	font-size: 13px
}

footer .figure.catalog li {
	width: 80%;
	margin: 5px 0;
	word-wrap: break-word
}

footer .figure.newsList .group .cal {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	border: 1px solid #4e4e4e;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px
}

footer .figure.newsList .group .cal label {
	display: block;
	text-align: center;
	margin: 0
}

footer .figure.newsList .group .cal .mon {
	height: 40%
}

footer .figure.newsList .group .cal .day {
	height: 60%;
	color: #cecbcb
}

footer .figure.newsList .group a {
	width: 60%;
	float: left;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

footer .figure.newsList .group p {
	word-wrap: break-word;
	float: left;
	color: #999;
	white-space: pre-line
}

footer .bottom-link {
	background-color: #04192b;
	padding: 10px 0;
	color: #999;
	font-size: 11px
}

footer .bottom-link a {
	color: #4d688c
}

footer .bottom-link a:link,footer .bottom-link a:visited {
	color: #999;
	font-size: 11px
}

@media(max-width:767px) {
	header .top-header {
		font-size: 11px;
		line-height: 18px;
		padding-left: 10px;
		padding-right: 10px
	}

	header .top-header .visible-xs .top-btn a {
		font-size: 14px
	}

	header .top-header .visible-xs .top-btn button {
		padding: 0;
		margin: 0;
		clear: both;
		top: 1px;
		left: 6px;
		margin-left: 5px
	}
	header .jumbotron{
		display: none;
	}

	header .header-logo a {
		height: 30px
	}

	header .header #menu {
		min-height: 0;
		margin: 0
	}

	header .header #menu .menu-menu .navbar-nav li {
		padding: 10px 5px;
		margin: 0;
		line-height: 40px
	}

	header .header #menu .menu-menu .navbar-nav li a,header .header #menu .menu-menu .navbar-nav li a:link,header .header #menu .menu-menu .navbar-nav li a:visited {
		padding: 0 5px;
		margin: 0;
		line-height: 25px
	}

	header .header #menu .menu-menu .navbar-nav .nav-item a {
		padding: 0 10px;
		line-height: 40px;
		font-size: 14px
	}

	header .header #menu .menu-menu .nav-menu .dropdown-menu {
		color: #000;
		background-color: rgba(250,250,250,0.9)!important
	}
	header .header #menu .menu-menu .navbar-nav .dropdown-menu li{
		line-height: 20px;
		padding: 5px;
	}

	header .header #menu .menu-menu .nav-menu .dropdown-menu li a:hover {
		color: #059df1!important
	}

	header .header #menu .top-btn {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		left: 10%;
		text-align: right
	}

	header .header #menu .top-btn a {
		color: #fff;
		font-size: 14px
	}

	header .header #menu .top-btn button {
		padding: 0;
		margin: 0;
		clear: both;
		top: 1px;
		left: 6px;
		margin-left: 5px;
		border: 0
	}

	header .header #menu .top-btn button .icon-bar {
		background-color: #000
	}
	header .header #menu .dropdown-spe .left ul{
		list-style: none;
		padding-left: 0;
	}
	header .header #menu .dropdown-spe .right{
		display: none;
	}

	header #banner-swiper .swiper-slide {
		font-size: 14px
	}

	header #banner-swiper .swiper-pagination .swiper-pagination-bullet {
		width: 14px;
		height: 14px
	}

	#page-title {
		margin-bottom: 10px
	}

	.content img {
		max-width: 100%
	}

	#quickFeedback1 .title {
		font-size: 15.6px
	}

	#quickFeedback1 .iBoxList3 {
		padding-right: 15px
	}

	#quickFeedback1 .iBoxList3 .form-line {
		height: 70px;
		line-height: 36px
	}

	#quickFeedback1 .iBoxList3 .form-line.content {
		height: 170px
	}

	#quickFeedback1 .iBoxList3 .form-line label {
		margin: 0
	}

	#quickFeedback1 .iBoxList3 .bottom {
		text-align: center;
		margin: 10px 0
	}

	footer {
		font-size: 12px
	}

	footer .footCon ul,footer .bottom-link ul {
		padding: 0 0 0 15px
	}

	footer .footCon ul>li,footer .bottom-link ul>li {
		line-height: 20px
	}

	footer .footCon ul>li a,footer .bottom-link ul>li a {
		font-size: 12px
	}

	footer .figure {
		padding: 10px 0 10px 0
	}

	footer .figure .title {
		line-height: 50px
	}

	footer .figure .title span {
		font-size: 16px;
		line-height: 25px
	}

	footer .figure.sns .company-img img {
		display: inline-block;
		margin: 30px 5px 0
	}

	footer .figure.sns #share.little img {
		width: 20px
	}

	footer .figure.sns #share.normal img {
		width: 24px
	}

	footer .figure.sns #share.large img {
		width: 28px
	}

	footer .figure.address_info i {
		padding-right: 5px
	}

	footer .figure.newsList .group .cal .mon {
		line-height: 40px;
		font-size: 16px
	}

	footer .figure.newsList .group .cal .day {
		line-height: 35px;
		font-size: 28px
	}

	footer .figure.newsList .group a {
		font-size: 14px;
		line-height: 32px
	}

	footer .figure.newsList .group p {
		width: 60%
	}
}

@media(min-width:768px) {
	header .top-header {
		line-height: 22px;
		font-size: 12px
	}

	header .jumbotron .search-form {
		height: 90px;
		display: flex;
		justify-content: right;
		align-items: center;
	}

	header .jumbotron .search-form form input[type=text] {
		width: 256px;
		height: 36px;
		border-color: #ced4da;
	}
	header .jumbotron .search-form form input[type=text]:focus{
		border-color: #80bdff;
	}

	header .jumbotron .search-form form button {
		top: 10px
	}
	header .jumbotron .logo-box{
		height: 90px;		
		display: flex;
		justify-content: left;
		align-items: center;
	}
	header .jumbotron .text-box .bottom{
		color: #fff;
		font-size: 16px;

    }
    header .jumbotron .text-box .top{
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		margin-bottom:0px;
		margin-top:22px;
    }
    header .jumbotron .text-box .bottom strong{
    	color: #ff6600;
    }

	header .top-header .hidden-xs .top-btn {
		font-size: 18px
	}

	header .top-header .hidden-xs .top-btn .search {
		margin-right: 20px;
		font-size: 16.2px
	}

	header .header-logo a {
		height: 90px
		color:#fff;
	}

	header .header #menu {
		min-height: 0;
		line-height: 60px
	}
	header .header #menu .header-logo{
		display: none;
	}

	header .header #menu .container .menu-menu .nav-menu .dropdown-menu {
		border-top: 4px solid #2b2b2b
	}

	header .header #menu .container .menu-menu .nav-menu .dropdown-menu .dropdown-second {
		left: 100%;
		top: -6px
	}

	header .header #menu .container .menu-menu .nav-menu .dropdown-menu li {
		line-height: 30px;
		padding: 0 10px
	}

	header .header #menu .container .menu-menu .nav-menu .dropdown-menu li a {
		line-height: 20px;
		font-size: 14px;
		font-weight: 400
	}

	header .header .menu-cate-line {
		line-height: 45px
	}

	header .header .menu-cate-line>ul {
		margin: 0
	}
	
	header .header #menu .container .menu-menu {
		position: static;
	}

	header .header #menu .container .menu-menu .nav-item.products{
		position: static;
	}
	header .header #menu .container .menu-menu .nav-menu .dropdown-spe{
		width: 80vw;
		top: 80%;
		left: 1vw;
		right: 1vw;
		padding: 0;
		z-index: 2050;
	}
	header .header #menu .dropdown-spe .left{
		padding: 0;
		background-color: #f5f5f5;

	}
	header .header #menu .dropdown-spe .left ul{
		list-style: none;
		padding-left: 0;
	}
	header .header #menu .container .menu-menu .nav-menu .dropdown-spe .left ul li{
		font-size: 16px;
		line-height: 40px;
		height: 40px;
		padding-left: 20px;
		padding-right: 20px;
		border-bottom: 1px solid #e7e7e7;
	}
	header .header #menu .container .menu-menu .nav-menu .dropdown-spe .left ul li a{
		display: block;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		color: inherit;
		height: auto;
		width: 100%;
		max-width: 100%;
		text-decoration: none;
		text-align: left;

	}
	header .header #menu .container .menu-menu .nav-menu .dropdown-spe .left ul li.current{
		background-color: #fff;
		color: #059df1;
		font-weight: 600;
	}
	header .header #menu .dropdown-spe .right .list-box{
		display: none;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	header .header #menu .dropdown-spe .right .list-box.current{
		display: flex;
	}
	header .header #menu .dropdown-spe .right .list-box .list{
		flex: 0 0 33.33%;
		max-width: 33.33%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;
	}
	header .header #menu .dropdown-spe .right .list-box .list:hover{
		background-color: #fff;
	}
	header .header #menu .dropdown-spe .right .list-box .list a{
		line-height: 1.6;
	}
	header .header #menu .dropdown-spe .right .list-box .list .image img{
		width: 60%;
		margin: 0 auto;
	}
	header .header #menu .dropdown-spe .right .list-box .list .name{
		display: inline-block;
		font-size: 14px;
		line-height: 1.6;
		width: 100%;
		max-height: 44.8px;
		overflow: hidden;
		text-align: center;
		margin-top: 5px;
	}
	header .header #menu .dropdown-spe .right .list-box .btn-line{
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		text-align: right;
		line-height: 1.6;
		font-size: 14px;
		font-weight: 300;
	}
	header .header #menu .dropdown-spe .right .list-box .btn-line a{
		line-height: inherit;
		font-size: inherit;
		color: inherit;
		font-weight: inherit;
	}

	header #banner-swiper .swiper-slide {
		font-size: 18px
	}

	header #banner-swiper .swiper-pagination .swiper-pagination-bullet {
		width: 14px;
		height: 14px
	}
    .header-logo .vertical-line {
	    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(3%,#0b2f5f),color-stop(50%,#6c96f5),color-stop(97%,#0b2f5f));
	    background-image: linear-gradient(#0b2f5f 3%,#6c96f5 50%,#0b2f5f 97%);
	    width: 1px;
	    height: 90px;
	    position: absolute;
	    top:9%;
	    left:22%; 
   }


	#page-title {
		margin-bottom: 20px
	}

	#quickFeedback1 .title {
		font-size: 15px;
		line-height: 30px
	}

	#quickFeedback1 .iBoxList3 {
		padding-right: 80px
	}

	#quickFeedback1 .iBoxList3 .form-line {
		height: 50px;
		line-height: 36px
	}

	#quickFeedback1 .iBoxList3 .form-line.content {
		height: 165px
	}

	#quickFeedback1 .iBoxList3 .form-line label {
		text-align: right
	}

	#quickFeedback1 .iBoxList3 .bottom {
		position: absolute;
		bottom: 16px;
		right: 90px
	}

	footer {
		font-size: 14px
	}

	footer .footCon ul,footer .bottom-link ul {
		padding: 0
	}

	footer .footCon ul>li,footer .bottom-link ul>li {
		line-height: 20px
	}

	footer .footCon ul>li a,footer .bottom-link ul>li a {
		font-size: 14px
	}

	footer .figure {
		padding: 50px 0 15px 0
	}

	footer .figure .title {
		line-height: 50px;
		font-weight: 600
	}

	footer .figure .title span {
		font-size: 18px;
		line-height: 35px;
		margin-bottom: 25px
	}

	footer .figure.sns .company-img img {
		margin: 0 auto
	}

	footer .figure.sns #share.little img {
		width: 20px
	}

	footer .figure.sns #share.normal img {
		width: 28px
	}

	footer .figure.sns #share.large img {
		width: 36px
	}

	footer .figure.address_info i {
		padding-right: 5px
	}

	footer .figure.newsList .group .cal .mon {
		line-height: 40px;
		font-size: 16px
	}

	footer .figure.newsList .group .cal .day {
		line-height: 35px;
		font-size: 28px
	}

	footer .figure.newsList .group a {
		font-size: 13px;
		line-height: 32px
	}

	footer .figure.newsList .group p {
		width: 60%
	}

	footer .bottom-link {
		font-size: 13px
	}
	.swiper-button-next, .swiper-button-prev{
		width: 40px;
		height: 70px;
		top: 45%;
	}
}
@media(min-width:1200px){
	header .header #menu .container .menu-menu .nav-menu .dropdown-spe{
		width: 1100px;
		left: 40px;
	}
}