@charset "utf-8";
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}
.pb0 { padding-bottom: 0 !important}
.mr0 { margin-right: 0 !important}
.floatR { float: right !important;}
.floatL { float: left !important;}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}


body {
	font-size: 62.5%;
	overflow-x: hidden;
}


body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

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

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

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

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

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

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #444;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	position: relative;
	text-align: left;
}

#cover {
	background-color: #FFF;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	z-index: 1100;
	left: 0;
	width: 100%;
	top: 0;
	/*background-color: rgba(229,15,36,0.7)*/
}

#gHeader .headerWrap {
	margin: 0 auto;
	padding: 0 20px;
	min-width: 1200px;
}

#gHeader h1 {
	padding: 26px 0;
	float: left;
}

#gHeader h1 img {
}

#gHeader h1 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#gHeader .contactLink {
	padding-right: 32px;
	float: right;
	display: none;
}

#gHeader .contactLink a {
	width: 144px;
	height: 23px;
	padding: 11px 5px 0 15px;	
}

#gHeader .contactLink a:before {
	display: none;
}

#gHeader .menu {
	float: right;
}

.menuCover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1110;
	background-color: rgba(0,0,0,0.01);
}

.menuBox {
	padding-left: 40px;
	width: 380px;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	right: -380px;
	top: 0;
	z-index: 1111;
}

.menuBox .subMenu {
	position: relative;
	height: 100%;
	padding: 3px;
	box-sizing: border-box;
	background-color: #000;
}

.menuBox .menu {
	position: absolute;
	left: -40px;
	top: 0;
}

.menuBox .subBox {
	position: relative;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
	border: 1px solid #7F7F7F;
}

.menuBox .subCont {
	padding: 10%;
/*	margin-top: -393px;
	padding: 48px 0;
	position: absolute;
	left: 48px;
	top: 50%;
	height: 700px;
*/}

.menuBox .tel {
	margin-bottom: 30px;
}

.menuBox .tel {
	margin-top: 30px;
	color: #fff;
	font-size: 1rem;
}

.menuBox .tel span {
	color: #ff0000;
	font-size: 1.4rem;
	font-weight: bold;
	font-style: italic;
}

#gNavi {
	padding: 0 25% 0 450px;
	font-size: 1.05rem;
}

@media all and (min-width: 1400px) and (max-width: 1600px) {
	#gNavi {
		padding-right: 15%;
	}
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
	#gNavi {
		padding-right: 5%;
	}
}

@media all and (min-width: 0) and (max-width: 1199px) {
	#gNavi {
		display: none;
	}
	
	#gHeader .headerWrap {
		background: rgba(0,0,0,.3);
	}
}

#gNavi li {
	width: 12.5%;
	float: left;
	text-align: center;
}

#gNavi li a {
	padding: 50px 0;
	color: #fff;
	font-weight: bold;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	color: #006987;
	background: rgba(255,255,255,.8);
}

#gNavi li a:hover:before {
	background: #006987;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;}

#gNavi li a:before {
	margin-left: -25px;
	width: 50px;
	height: 2px;
	left: 50%;
	bottom: 0;
	content: "";
	position: absolute;
	background: #fff;
}

#main {
	margin-bottom: 50px;
}

#mainImg {
	height: 100vh;
	min-height: 800px;
}

#mainImg .slider {
	height: 100vh;
	min-height: 800px;
}

#mainImg .slider > li {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

@-webkit-keyframes opener {
    100% {
        top: 15px
    }
}
@keyframes opener {
    100% {
        top: 15px
    }
}

#mainImg .slider li .fix {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

#mainImg .slider li .inner {
	margin: 0 auto;
	padding: 10% 25px 0;
	max-width: 1200px;
}

#mainImg .slider li .photoBox {
	width: 48%;
	float: right;
}

#mainImg .slider li .photoBox img {
	width: 100%;
}

#mainImg .slider li .textBox {
	padding-top: 40px;
	width: 48%;
	float: left;
}

#mainImg .slider li .textBox .ttl {
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.7;
	text-shadow: 1px 1px 2px #000;
}

#mainImg .slider li .textBox .txt {
	margin-bottom: 30px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
}

#mainImg .btnUl div {
	margin-right: 20px;
	min-width: 200px;
	float: left;
}

#mainImg .btnUl div a {
	padding: 15px 0;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	background: #006987;
	border: 2px solid #006987;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#mainImg .btnUl div a:hover {
	color: #006987;
	background: #fff;
}

#mainImg .topText {
	padding-top: 17%;
	width: 100%;
	position: absolute;
	left: 0;
	top:0;
}

#mainImg .topText .tel {
	margin-top: 20px;
	padding-top: 20px;
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	text-align: center;
}

#mainImg .topText .tel span {
	font-size: 2rem;
}

#mainImg .topText .tel:before {
	margin-left: -25px;
	width: 50px;
	height: 2px;
	left: 50%;
	top: 0;
	content: "";
	position: absolute;
	background: #fff;
}

#mainImg .topText .ttl {
	margin-bottom: 20px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}

#mainImg .topText .en {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

#mainImg .pic01 .bg {
	height: 100vh;
	min-height: 800px;
	background: url(../img/index/banner-bg02.jpg) no-repeat center center;
	background-size: cover;
	transition: transform 6s linear;
	-webkit-transition: transform 6s linear;
}

#mainImg .slick-active .bg {
	transform: scale(1.2) rotate(.01deg);
	-webkit-transform: scale(1.2) rotate(.01deg);
 	-webkit-transform: scale(1.2) rotate(.01deg);
	transform: scale(1.2) rotate(.01deg)
}

#mainImg .pic02 .bg {
	height: 100vh;
	min-height: 800px;
	z-index: 1;
	background: url(../img/index/banner-bg01.jpg) no-repeat center center;
	background-size: cover;
	transition: transform 6s linear;
	-webkit-transition: transform 6s linear;
}

#mainImg .pic03 .bg {
	height: 100vh;
	min-height: 800px;
	z-index: 1;
	background: url(../img/index/banner-bg06.jpg) no-repeat center center;
	background-size: cover;
	transition: transform 6s linear;
	-webkit-transition: transform 6s linear;
}
	
#mainImg .textInner {
	padding-top: 17%;
	width: 100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
}

#mainImg .textInner .ttl {
	color: #ED6F22;
	font-size: 6rem;
	line-height: 1.4;
	text-align: center;
	text-shadow: 1px -1px 2px #fff;
}

#mainImg .textInner .txt01 {
	margin-bottom: 20px;
	color: #ED6F22;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px -1px 2px #fff;
}

#mainImg .textInner .txt02 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	text-shadow: 1px -1px 2px #000;
}


.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #006987;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #006987;
}

.menuBox li a {
	padding: 15px 0;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	position: relative;
	border-bottom: 1px solid #333;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.menuBox li a:before {
	width: 0;
	height: 1px;
	left: 0;
	top: 50%;
	content: "";
	position: absolute;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.menuBox li a:hover {
	padding-left: 25px;
}

.menuBox li a:hover:before {
	width: 15px;
}

.menuBox li a span {
	margin-left: 15px;
	font-size: 1rem;
	font-style: italic;
}

/*@media all and (min-width: 768px) and (max-height: 796px) {
	.menuBox .subCont {
		margin-top: 0;
		top: 0;
	}
}
*/

#pageLead {
	margin-bottom: 80px;
	height: 700px;
	position: relative;
	overflow: hidden;
	background: url(../images/page_lead_bg.jpg) no-repeat center center;
	background-size: cover;
}

#pageLead #particle-canvas  {
	height: 700px;
}

#pageLead .topText {
	padding-top: 14%;
	width: 100%;
	position: absolute;
	left: 0;
	top:0;
}

#pageLead .topText .tel {
	margin-top: 20px;
	padding-top: 20px;
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	text-align: center;
	text-shadow: 1px -1px 3px #000;
}

#pageLead .topText .tel span {
	font-size: 2rem;
}

#pageLead .topText .tel:before {
	margin-left: -25px;
	width: 50px;
	height: 2px;
	left: 50%;
	top: 0;
	content: "";
	position: absolute;
	background: #fff;
}

#pageLead .topText .ttl {
	margin-bottom: 20px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	text-shadow: 1px -1px 3px #000;
}

#pageLead .topText .en {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	text-shadow: 1px -1px 3px #000;
}

.fadeIn {
	opacity: 0;
	filter: alpha(opacity=0);
}

.section {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		common
	------------------------------------------------------------*/
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a:hover img,
	a:hover {
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
	}
	/*------------------------------------------------------------
		レイアウト
	------------------------------------------------------------*/
	body {
		font-size: 12px;
		min-width: inherit;
		overflow-x: hidden;
	}
		
	#main .mainBox {
		padding: 0 22px;
	}
	
	#main .back {
		padding-top: 65px;
		position: relative;
		background-color: #FFF;
	}
	
	#cover {
		visibility: hidden;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader h1 {
		padding: 20px;
	}
	
	#gHeader h1 img {
		width: 250px;
	}

	#gHeader .tel img {
		height: 32px;
	}
		
	.menuCover {
		background-color: rgba(0,0,0,0.5);
	}
	
	.menuBox {
		padding-left: 32px;
		width: 226px;
		right: -226px;
	}
	
	.menuBox li a {
		font-size: 1rem;
	}
	
	.menuBox li a span {
		font-size: 0.5rem;
	}
	
	.menuBox .menu {
		left: -32px;
	}
	
	.menuBox .menu img {
		height: 32px;
	}

	.menuBox .subCont {
		margin-top: 0;
		padding: 20px;
	}
	
	.menuBox .tel {
		margin: 20px 0 0;
	}
	
	#mainImg,
	#mainImg .slider {
		height: 500px;
		min-height: 500px;
	}
	
	#mainImg .slider li .inner {
		padding: 25% 15px 0;
		max-width: 1200px;
	}
	
	#mainImg .slider li .photoBox {
		padding-top: 5%;
		width: 48%;
		float: right;
	}
	
	#mainImg .slider li .photoBox img {
		width: 100%;
	}
	
	#mainImg .slider li .textBox {
		padding-top: 0;
		width: 48%;
		float: left;
	}
	
	#mainImg .slider li .textBox .ttl {
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.7;
		text-shadow: 1px 1px 2px #000;
	}
	
	#mainImg .slider li .textBox .txt {
		margin-bottom: 30px;
		color: #fff;
		font-size: 0.95rem;
		line-height: 1.5;
	}
	
	#mainImg .btnUl {
		margin-right: -120px;
	}
	
	#mainImg .btnUl div {
		margin-right: 10px;
		min-width: 110px;
		float: left;
	}
	
	#mainImg .btnUl div a {
		padding: 10px 0;
		font-size: 1.2rem;
		border: 1px solid #006987;
	}

	#mainImg #particle-canvas {
		height: 500px;
	}
	
	#mainImg .topText {
		padding-top: 42%;
		width: 100%;
		position: absolute;
		left: 0;
		top:0;
	}
	
	#mainImg .topText .tel {
		font-size: 1.1rem;
	}
	
	#mainImg .topText .tel span {
		font-size: 1.2rem;
	}
	
	#mainImg .topText .ttl {
		font-size: 1.7rem;
		letter-spacing: 2px;
	}
	
	#mainImg .topText .en {
		font-size: 0.8rem;
	}
	
	#mainImg .pic01 {
		height: 500px;
		min-height: 500px;
	}
	
	#mainImg .pic02 {
		height: 500px;
		min-height: 500px;
	}

	#mainImg .pic03 {
		height: 500px;
		min-height: 500px;
	}
		
	#mainImg .textInner {
		padding-top: 45%;
		width: 100%;
		position: absolute;
		left: 0;
		top:0;
		z-index: 2;
	}
	
	#mainImg .textInner .ttl {
		color: #ED6F22;
		font-size: 3rem;
		line-height: 1.4;
		text-align: center;
		text-shadow: 1px -1px 2px #fff;
	}
	
	#mainImg .textInner .txt01 {
		margin-bottom: 20px;
		color: #ED6F22;
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
		text-shadow: 1px -1px 2px #fff;
	}
	
	#mainImg .textInner .txt02 {
		display: none;
	}
	
	#pageLead {
		height: 400px;
		min-height: 400px;
	}

	#pageLead .topText {
		padding-top: 35%;
		width: 100%;
		position: absolute;
		left: 0;
		top:0;
	}
	
	#pageLead .topText .tel {
		font-size: 1.1rem;
	}
	
	#pageLead .topText .tel span {
		font-size: 1.2rem;
	}
	
	#pageLead .topText .ttl {
		font-size: 1.7rem;
		letter-spacing: 2px;
	}
	
	#pageLead .topText .en {
		font-size: 0.8rem;
	}

	#pageLead #particle-canvas {
		height: 400px;
	}
	
}

/*@media all and (max-width: 767px) and (min-height: 596px) {
	.menuBox .subCont {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}*/

#footer  {
	background: url(../img/common/f_bg.jpg) no-repeat center center;
	background-size: cover;
}

#footer .section {
	padding: 50px 0;
}

#footer .navi {
	float: left;
}

#footer .navi .sub {
	padding-top: 20px;
	float: left;
}

#footer .navi .sub01 {
	margin-right: 25px;
	width: 280px;
	height: 320px;
	border-right: 1px solid #575757;
}

#footer .navi .sub02 {
	padding-left: 50px;
	width: 450px;
	height: 320px;
	border-right: 1px solid #575757;
}

#footer .ttl {
	margin-bottom: 20px;
	color: #e50f24;
	font-size: 1.4rem;
	font-weight: bold;
}

#footer .ttl span {
	margin-left: 15px;
	font-size: 0.8rem;
	font-weight: normal;
}

#footer .ttl a {
	color: #fff;
}

#footer .ttl a:hover {
	text-decoration: underline;
}

#footer .navi li {
	margin-bottom: 10px;
	color: #fff;
	position: relative;
}

#footer .navi li a {
	color: #fff;
	font-size: 1.0rem;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .navi .sub02 li {
	width: 50%;
	float: left;
}

#footer .contact {
	padding-top: 20px;
	width: 350px;
	float: right;
}

#footer .contact .text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.7;
}

#footer .copyright {
	padding: 25px 0;
	color: #fff;
	text-align: center;
	background: #E50F24;
}

#footer .copyright a {
	color: #fff;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#footer .section {
		padding: 0;
	}
	
	#footer .navi {
		float: none;
	}
	
	#footer .navi .sub {
		padding: 20px;
		float: none;
		clear: both;
		border-bottom: 1px dotted #575757;
	}
	
	#footer .navi .sub01 {
		margin-right: 0;
		width: auto;
		height: auto;
		border-right: none;
	}
	
	#footer .navi .sub02 {
		width: auto;
		height: auto;
		border-right: none;
	}
	
	#footer .ttl {
		margin-bottom: 20px;
		color: #e50f24;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	#footer .ttl span {
		margin-left: 15px;
		font-size: 0.8rem;
		font-weight: normal;
	}
	
	#footer .ttl a {
		color: #fff;
	}
	
	#footer .ttl a:hover {
		text-decoration: underline;
	}
	
	#footer .navi li {
		margin-bottom: 10px;
		width: 50%;
		float: left;
	}

	#footer .navi li a {
		font-size: 0.8rem;
	}
	
	#footer .navi .sub02 li {
		width: 50%;
		float: left;
	}
	
	#footer .contact {
		padding: 20px;
		width: auto;
		float: none;
	}
	
	#footer .contact .text {
		color: #fff;
		font-size: 1rem;
		line-height: 1.7;
	}
	
	#footer .copyright {
		padding: 25px 0;
		color: #fff;
		text-align: center;
		background: #000;
	}


}


.headLine01 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #595757;
	font-size: 2rem;
	position: relative;
}

.headLine01:before {
	width: 50px;
	height: 1px;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: #595757;
}

.headLine01 .en {
	display: block;
	color: #e50f24;
	font-size: 1.3rem;
	font-weight: normal;
}

.headLine01 .slogan {
	position: absolute;
	right: 0;
	top: 10px;
	color: #e50f24;
	font-size: 1.3rem;
	font-weight: normal;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 30px;
		padding-bottom: 10px;
		font-size: 1.8rem;
	}
		
	.headLine01 .en {
		font-size: 1.1rem;
	}
	
	.headLine01 .slogan {
		top: 15px;
		font-size: 1rem;
	}
}

#conts {
	width: 76%;
	float: right;
}

#side {
	padding-top: 10px;
	width: 22%;
	float: left;
}

#side h3 {
	padding: 20px 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	background: #e50f24;
	border-bottom: 2px solid #fff;
}

#side h3 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	font-size: 1.1rem;
	text-align: center;
	position: relative;
}

#side h3 span:before {
	margin-left: -25px;
	width: 50px;
	height: 1px;
	left: 50%;
	top: 0;
	content: "";
	position: absolute;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#side li a {
	padding: 15px 35px;
	display: block;
	font-size: 1rem;
	background: #EAEAEA;
	border-bottom: 1px solid #fff;
	position: relative;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#side li a:hover {
	color: #fff;
	background: #e50f24;
}

#side li a:before {
	margin-top: -2px;
	width: 5px;
	height: 5px;
	left: 15px;
	top: 50%;
	content: "";
	position: absolute;
	background: #e50f24;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#side li a:hover:before {
	background: #fff;
}

#side .contact {
	margin-top: 30px;
}

#side .contact p {
	padding: 15px;
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
	background: #EAEAEA;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts {
		width: auto;
		float: none;
		clear: both;
	}
	
	#side {
		padding: 10px 0 30px;
		width: auto;
		float: none;
	}
	
	#side h3 {
		display: none;
	}
	
	#side ul {
		margin: 0 -10px;
	}
	
	#side li {
		margin: 0 1% 15px;
		width: 48%;
		float: left;
	}
	
	#side li a {
		padding: 15px 15px;
		display: block;
		color: #fff;
		font-size: 0.8rem;
		text-align: center;
		background: #e50f24;
		border-radius: 30px;
		border-bottom: none;
	}
	
	#side li a:hover {
		color: #fff;
		background: #e50f24;
	}
	
	#side li a:before {
		display: none;
	}
	
	#side li a:hover:before {
		background: #fff;
	}
	
	#side .contact {
		display: none;
	}	
}


/*--------------------------------------------
					pagetop
--------------------------------------------*/
.fixed-contact-wrap {
	position: fixed;
	right: 30px;
	bottom: 100px;
	width: 60px;
	overflow: hidden;
	border-radius: 30px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.fixed-contact-wrap {
		display: none;
	}
}

.fixed-contact-wrap:hover {
	width: 240px;
	transform: none;
	opacity: 1;
}

.fixed-contact-wrap li {
	position: relative;
	height: 60px;
	background: #222;
	overflow: hidden;
}

.fixed-contact-wrap li a {
	display: block;
	color: #fff;
}

.fixed-contact-wrap li span {
	padding-top: 20px;
	width: 60px;
	height: 100%;
	display: block;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
}

.fixed-contact-wrap .phone span {
	background: #222;
	border-radius: 30px 30px 0 0;
	z-index: 100;
}

.fixed-contact-wrap .back-top span {
	padding: 10px 0 0;
	background: #222;
	border-radius: 0 0 30px 30px;
	z-index: 100;
}

.fixed-contact-wrap li i {
	color: #fff;
	font-size: 30px;
}

.fixed-contact-wrap li strong {
	position: absolute;
	top: 0;
	right: -185px;
	width: 185px;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #393939;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #222;
	white-space: nowrap;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;

	text-align: left;
}

.fixed-contact-wrap .back-top strong {
	border: none;
}

.fixed-contact-wrap:hover li strong {
	right: 0;
}

.fixed-contact-wrap.active li strong {
	right: 0;
}


/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 1rem;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	padding-top: 20px;
	margin-bottom: 30px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 1.2rem;
	text-align: center;
}

.detailBox .info{
	text-align: left;
	font-size: 1rem;
	border: none;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}



.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 5px;
	display: inline;
}

.pagelist li a {
	margin-bottom: 10px;
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #e50f24;
	border: 1px solid #e50f24;
}

.pagelist .thisclass a {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #e50f24;
	border: 1px solid #e50f24;
}
