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

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

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;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
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 {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

body {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 992px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 991px) {
	body {
		min-width: inherit;
		font-size: 14px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header {
	padding: 0 15px;
}
#header .width {
	max-width: 1350px;
	margin: 0 auto;
}
#header h1 {
	margin-top: 18px;
	float: left;
}
#header .navi {
	float: left;
	margin-left: 55px;
}
#header .navi li {
	float: left;
	width: 120px;
}
#header .navi a {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #333;
	position: relative;
	box-sizing: border-box;
}
#header .navi span {
	position: relative;
	z-index: 2;
}
#header .navi a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	content: "";
	background-color: #c60606;
	opacity: 0;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#header .navi .on a,
#header .navi a:hover {
	color: #fff;
}
#header .navi .on a:before,
#header .navi a:hover:before {
	height: 100%;
	opacity: 1;
}
#header .tel {
	margin-top: 22px;
	padding-left: 48px;
	float: right;
	font-size: 17px;
	color: #808080;
	line-height: 1.1;
	background: url("../image/tel01.png") no-repeat left top 8px;
	letter-spacing: 2px;
}
#header .tel span {
	display: block;
	color: #c60606;
	font-size: 30px;
	font-family: Impact, "sans-serif";
}

#footer {
	background-color: #1B82FF;
}
#link .link {
	padding: 0 15px;
	background-color: #fff;
	font-size: 12px;
	color: #878787;
}
#link .link .width {
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	background: url("../image/link.png") no-repeat left top 10px;
	padding: 18px 0 18px 110px;
}
#link .link a {
	margin-left: 20px;
	font-size: 13px;
	display: inline-block;
}
#link .link a:hover {
	text-decoration: underline;
}
#footer .fnavi {
	padding: 52px 0 35px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#footer .fnavi li {
	min-width: 146px;
	margin: 0 1.85%;
}
#footer .fnavi a {
	padding: 8px 5px;
	display: block;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	font-size: 18px;
}
#footer .fnavi a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#footer .finner {
	max-width: 1050px;
	margin: 67px auto;
	box-sizing: border-box;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer .finner .logo {
	width: 310px;
}
#footer .finner .txt {
	width: 392px;
	font-size: 18px;
	color: #fff;
	line-height: 2.31;
	position: relative;
	box-sizing: border-box;
	padding: 0 5px 0 22px;
	letter-spacing: 1px;
}
#footer .finner .txt:before {
	width: 1px;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #fff;
	content: "";
}
#footer .finner .txt:after {
	width: 1px;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #fff;
	content: "";
}
#footer .finner .txt a {
	color: #fff;
}
#footer .finner .rbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 260px;
	display: flex;
}
#footer .finner .rbox ul {
	max-width: 140px;
}
#footer .finner .rbox li {
	margin: 25px 0;
}
#footer .finner .rbox a {
	color: #fff;
	font-size: 18px;
}
#footer .finner .rbox a:hover {
	text-decoration: underline;
}
#footer .copyright {
	padding: 10px 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #0063C6;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright span {
	margin-left: 80px;
}

.headline01 {
	text-align: center;
	margin-bottom: 25px;
}

.comwidth {
	max-width: 1430px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}

.mainvisual {
	margin-bottom: 30px;
	position: relative;
}
.mainvisual .sliderul {
	line-height: 0;
}
.mainvisual .sliderul img {
	width: 100%;
}
.mainvisual .slick-dots {
	width: 100%;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 22px;
}
.mainvisual .slick-dots li {
	width: 76px;
	height: 10px;
	margin: 0 13px;
	display: inline-block;
	background-color: #fff;
	border-radius: 8px;
}
.mainvisual .slick-dots li button {
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.mainvisual .slick-dots .slick-active {
	background-color: #c60606;
}
.mainvisual .arrow .prev {
	position: absolute;
	left: 60px;
	top: 50%;
	margin-top: -28px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.mainvisual .arrow .prev:hover {
	transform: translateX(-10px);
}
.mainvisual .arrow .next {
	position: absolute;
	right: 60px;
	top: 50%;
	margin-top: -28px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.mainvisual .arrow .next:hover {
	transform: translateX(10px);
}

.indexsec01 .bg {
	margin-bottom: 27px;
	padding: 33px 15px 45px;
	background: url("../image/bg01.jpg") no-repeat center center;
	background-size: cover;
}
.indexsec01 .width {
	max-width: 1180px;
	margin: 0 auto;
}
.indexsec01 .cateul {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}
.indexsec01 .cateul li {
	width: 15%;
	margin: 0 2% 5px 0;
}
.indexsec01 .cateul li:nth-child(6n) {
	margin-right: 0;
}
.indexsec01 .cateul a {
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #0068FF;
}
.indexsec01 .cateul a:hover {
	color: #fff;
	background-color: #c60606;
	border-color: #c60606;
}
.indexsec01 .linkul {
	overflow: hidden;
}
.indexsec01 .linkul li {
	width: 24%;
	float: left;
	margin: 0 1.33% 0 0;
	text-align: center;
}
.indexsec01 .linkul li:nth-child(4n) {
	margin-right: 0;
}
.indexsec01 .linkul a {
	display: block;
}
.indexsec01 .linkul .photo {
	height: 175px;
	overflow: hidden;
}
.indexsec01 .linkul .photo img {
	width: 100%;
	height: 100%;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec01 .linkul a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec01 .linkul p {
	margin-top: 17px;
	display: inline-block;
	min-width: 170px;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 5px;
	color: #1B82FF;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec01 .linkul a:hover p {
	color: #fff;
	background-color: #c60606;
}
.indexsec01 .listul li {
	width: 24.6%;
	float: left;
	margin: 0 0.53% 10px 0;
}
.indexsec01 .listul li:nth-child(4n) {
	margin-right: 0;
}
.indexsec01 .listul a {
	display: block;
	position: relative;
	height: 258px;
}
.indexsec01 .listul a > img {
	width: 100%;
	height: 100%;
}
.indexsec01 .listul .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0,0,0,0.7);
	box-sizing: border-box;
	padding: 9px 5px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec01 .listul .hiddenbox {
	padding-top: 46px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(198,6,6,0.82);
	text-align: center;
	box-sizing: border-box;
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec01 .listul .hiddenbox .tel {
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
}
.indexsec01 .listul a:hover .txt {
	background-color: #c60606;
}
.indexsec01 .listul a:hover .hiddenbox {
	opacity: 1;
	transform: scale(1);
}
.indexsec01 .link {
	margin-top: 15px;
	text-align: center;
}
.indexsec01 .link a {
	padding: 10px 5px;
	width: 200px;
	color: #fff;
	background-color: #1B82FF;
	display: inline-block;
	border-radius: 30px;
	font-size: 17px;
	box-sizing: border-box;
}
.indexsec01 .link a:hover {
	background-color: #c60606;
	color: #fff;
}
.indexsec01 {
	margin-bottom: 40px;
}
.indexsec02 {
	margin-bottom: 40px;
	background: url("../image/bg03.png") no-repeat center top;
	background-size: 100% auto;
}
.indexsec02 .imgbox {
	margin-bottom: 91px;
	display: flex;
	justify-content: space-between;
}
.indexsec02 .imgbox .rbox {
	width: 39.58%;
}
.indexsec02 .imgbox .rbox img {
	width: 100%;
	height: 100%;
}
.indexsec02 .imgbox .lbox {
	width: 59.65%;
	background: url("../image/bg02.jpg") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding: 68px 3.3% 50px;
}
.indexsec02 .imgbox .lbox .inner {
	max-width: 828px;
	float: right;
}
.indexsec02 .imgbox .lbox h2 {
	margin: 0 0 19px 30px;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
}
.indexsec02 .imgbox .lbox p {
	text-indent: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 1.76;
	text-align: justify;
	text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
.indexsec02 .imgbox .lbox .tel {
	margin: 5px 0 0;
	text-align: right;
}
.indexsec02 .imgbox .lbox .tel a {
	padding-left: 45px;
	font-size: 36px;
	display: inline-block;
	letter-spacing: 1px;
	color: #fff;
	font-family: Impact, "sans-serif";
	background: url("../image/tel02.png") no-repeat left center;
}
.indexsec02 .imgbox .lbox .link a {
	padding: 8px 5px;
	display: inline-block;
	text-align: center;
	color: #2160F5;
	width: 160px;
	font-size: 17px;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
.indexsec02 .imgbox .lbox .link a:hover {
	background-color: #c60606;
	color: #fff;
}
.indexsec02 .reasonbox {
	margin-bottom: 99px;
	padding: 0 15px;
	background: url("../image/bg04.png") no-repeat center center;
	background-size: 100% 100%;
}
.indexsec02 .reasonbox .width {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 11px 290px 48px 412px;
}
.indexsec02 .reasonbox .photo01 {
	position: absolute;
	left: 0;
	top: -50px;
}
.indexsec02 .reasonbox .photo02 {
	position: absolute;
	right: 38px;
	top: 19px;
}
.indexsec02 .reasonbox h2 {
	font-size: 43px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.indexsec02 .reasonbox h2 span {
	margin: 0 10px;
	font-family: "方正超粗黑简体";
	color: #c60606;
	font-size: 68px;
	font-weight: bold;
}
.indexsec02 .reasonbox .tel {
	text-align: center;
}
.indexsec02 .reasonbox .tel a {
	width: 416px;
	padding: 10px 10px 3px 30px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	background: #c60606 url("../image/tel02.png") no-repeat left 20px center;
	background-size: 32px auto;
	box-sizing: border-box;
	border-radius: 15px;
	letter-spacing: 1px;
}
.indexsec02 .reasonbox .tel span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -7px;
	font-size: 30px;
	font-family: Impact, "sans-serif";
}
.indexsec02 .reasonul {
	max-width: 1294px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.indexsec02 .reasonul li {
	min-height: 255px;
	padding: 50px 320px 50px 7%;
	background: url("../image/bg05.png") no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.indexsec02 .reasonul li:nth-child(2n) {
	padding: 50px 3% 50px 350px;
}
.indexsec02 .reasonul .style02 {
	background-image: url("../image/bg06.png");
}
.indexsec02 .reasonul .style03 {
	background-image: url("../image/bg07.png");
}
.indexsec02 .reasonul .style04 {
	background-image: url("../image/bg08.png");
}
.indexsec02 .reasonul .style05 {
	background-image: url("../image/bg09.png");
}
.indexsec02 .reasonul h2 {
	margin-bottom: 10px;
}
.indexsec02 .reasonul h2 .cn {
	display: block;
	font-size: 25px;
	color: #1B82FF;
	position: relative;
}
.indexsec02 .reasonul h2 .en {
	padding-bottom: 5px;
	display: block;
	text-transform: uppercase;
	color: #878787;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}
.indexsec02 .reasonul h2 .en:before {
	width: 192px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #c60606;
	content: "";
}
.indexsec02 .reasonul p {
	color: #626362;
}
.indexsec02 .reasonul li:hover {
	background-image: url("../image/bg05_on.png");
}
.indexsec02 .reasonul .style02:hover {
	background-image: url("../image/bg06_on.png");
}
.indexsec02 .reasonul .style03:hover {
	background-image: url("../image/bg07_on.png");
}
.indexsec02 .reasonul .style04:hover {
	background-image: url("../image/bg08_on.png");
}
.indexsec02 .reasonul .style05:hover {
	background-image: url("../image/bg09_on.png");
}
.indexsec02 .reasonul li:hover h2 .cn {
	color: #c60606;
}
.indexsec03 {
	margin-bottom: 40px;
}
.indexsec03 .lbox {
	margin-top: 40px;
	width: 39.5%;
	float: left;
	background-color: #f1f1f1;
}
.indexsec03 .lbox a {
	display: block;
}
.indexsec03 .lbox .photo {
	overflow: hidden;
	height: 345px;
}
.indexsec03 .lbox .photo img {
	width: 100%;
	min-height: 345px;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec03 .lbox a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec03 .lbox h2 {
	margin-bottom: 5px;
	font-size: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec03 .lbox a:hover h2 {
	color: #c60606;
}
.indexsec03 .lbox p {
	margin-bottom: 15px;
	color: #878787;
}
.indexsec03 .lbox .inner {
	padding: 20px 7%;
}
.indexsec03 .note {
	color: #AFAFAF;
	font-size: 15px;
	font-weight: lighter;
}
.indexsec03 .note .time {
	padding: 0 20px 0 22px;
	background: url("../image/icon01.png") no-repeat left center;
}
.indexsec03 .note .num {
	padding-left: 30px;
	background: url("../image/icon02.png") no-repeat left center;
}
.indexsec03 .rbox {
	width: 59%;
	float: right;
}
.indexsec03 .rbox .link {
	margin-bottom: 15px;
	text-align: right;
}
.indexsec03 .rbox .link a {
	display: inline-block;
	color: #878787;
}
.indexsec03 .rbox .link a:hover {
	color: #c60606;
}
.indexsec03 .rbox ul {
	border-top: 1px solid #ccc;
}
.indexsec03 .rbox li a {
	display: block;
	padding: 25px 3.5%;
}
.indexsec03 .rbox li {
	border-bottom: 1px solid #ccc;
}
.indexsec03 .rbox li h2 {
	margin-bottom: 10px;
	font-size: 20px;
}
.indexsec03 .rbox li p {
	margin-bottom: 15px;
	color: #878787;
}
.indexsec03 .rbox li a:hover {
	color: #c60606;
	background-color: #f1f1f1;
}
.indexsec04 {
	padding-bottom: 150px;
	background: url("../image/bg10.png") no-repeat center bottom;
	background-size: 100% auto;
}
.indexsec04 .link {
	margin-bottom: 15px;
	text-align: right;
}
.indexsec04 .link a {
	display: inline-block;
	color: #878787;
}
.indexsec04 .link a:hover {
	color: #c60606;
}
.indexsec04 .lbox {
	margin-bottom: 5px;
	width: 40.36%;
	float: left;
}
.indexsec04 .lbox img {
	width: 100%;
	height: 100%;
}
.indexsec04 .lbox a {
	height: 427px;
	display: block;
	position: relative;
}
.indexsec04 .lbox .hiddenbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.58);
	color: #fff;
	padding-top: 120px;
	box-sizing: border-box;
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all .8s;
	transition: all .8s;	
}
.indexsec04 .lbox .hiddenbox .icon {
	width: 68px;
	height: 68px;
	margin: 10px auto 15px;
}
.indexsec04 .lbox .hiddenbox .text {
	font-size: 36px;
	font-weight: bold;
}
.indexsec04 .lbox .hiddenbox .tel {
	font-weight: bold;
}
.indexsec04 .lbox a:hover .hiddenbox {
	opacity: 1;
	transform: scale(1);
}
.indexsec04 .rbox {
	width: 59.36%;
	float: right;
}
.indexsec04 .rbox .item {
	margin-bottom: 5px;
}
.indexsec04 .rbox img {
	height: 100%;
	width: 100%;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec04 .rbox a {
	height: 211px;
	display: block;
	position: relative;
	overflow: hidden;
}
.indexsec04 .rbox a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec04 .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	background: rgba(0,0,0,0.58);
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
}
.indexsec04 .txt span {
	font-size: 16px;
}
.indexsec04 .rbox li {
	width: 49.8%;
	float: left;
}
.indexsec04 .rbox li:nth-child(2n) {
	float: right;
}
.indexsec04 .listul li {
	width: 24.85%;
	float: left;
	margin-right: 0.2%;
}
.indexsec04 .listul li:nth-child(4n) {
	margin-right: 0;
}
.indexsec04 .listul a {
	height: 211px;
	display: block;
	overflow: hidden;
	position: relative;
}
.indexsec04 .listul img {
	width: 100%;
	height: 100%;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec04 .listul a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.comtop img {
	width: 100%;
	height: auto;
}

.pagepath {
	margin-bottom: 50px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.pagepath .comwidth {
	display: flex;
	justify-content: space-between;
}
.pagepath .tel {
	color: #C60606;
	font-weight: bold;
}
.pagepath .return {
	color: #C60606;
	font-weight: bold;
	font-size: 18px;
}
.pagepath a:hover {
	opacity: 0.5;
}

.combreadth {
	max-width: 1260px;
	margin: 0 auto 100px;
	box-sizing: border-box;
	padding: 0 15px;
}

.aboutPage h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 26px;
}
.aboutPage p {
	font-size: 16px;
	line-height: 30px;
	text-indent: 30px;
	text-align: justify;
	text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
.aboutPage h3 {
	margin: 50px 0 20px;
	text-align: center;
	font-family: "思源宋体 CN";
	font-size: 26px;
	font-weight: normal;
}
.aboutPage .photo {
	text-align: center;
}

.contactPage h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 35px;
	color: #1B82FF;
}
.contactPage .inner {
	max-width: 1000px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
} 
.contactPage .inner p {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 2;
}
.contactPage .photo {
	text-align: center;
}

.comul {
	display: flex;
	flex-wrap: wrap;
}
.comul li {
	width: 32%;
	margin: 0 2% 30px 0;
}
.comul li:nth-child(3n) {
	margin-right: 0;
}
.comul a {
	height: 290px;
	display: block;
	position: relative;
	overflow: hidden;
}
.comul img {
	width: 100%;
	height: 100%;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comul.honorUl a {
	text-align: center;
}
.comul.honorUl img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.comul p {
	padding: 10px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1B82FF;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.comul a:hover p {
	background-color: #C60606;
}
.comul a:hover:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/*pages*/
.pagination-wrapper{
margin: 20px 0 0;
}
.pagination{
text-align: center;
}
.pagination li {
	margin-top: 5px;
display: inline-block;
height: 32px;
line-height: 32px;
margin-right: 5px;
border: 1px solid #dddddd;
padding: 0 12px;
text-decoration: none;
}
.pagination li a{
 display:inline;
display: block;
font-size: 16px;
color: #555555;

}
.pagination li a:hover{
color:#2b6fa7;
}
.pagination li.thisclass {
background: #1B82FF;
color: #fff;
height: 32px;
line-height: 32px;
padding: 0 12px;
font-size: 16px;
text-decoration: none;
}
.pagination li.thisclass a,.paginatio1 li.thisclass a:hover{
background: transparent;
border-color: #1B82FF;
color: #fff;
cursor: default;
}
.pagination {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination span {
	font-size: 16px;
}
.pagination a {
	margin: 0 5px 5px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	min-width: 36px;
	text-align: center;
}
.pagination .page-status {
	margin-right: 10px;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #1B82FF;
	color: #fff;
}


.headline02 {
	text-align: center;
	font-size: 26px;
	color: #1B82FF;
	margin-bottom: 30px;
}
.comInfo {
	line-height: 2;
	color: #333;
}
.comInfo img {
	height: auto !important;
}
.comInfo * {
	font-size: 16px !important;
	line-height: 2 !important;
	color: #333 !important;
}

.pagelist {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.pagelist li {
	max-width: 46%;
}
.pagelist a:hover {
	color: #C60606;
}

.newsPage {
	padding: 0 15px 100px;
}
.newsPage .newsul {
	margin: 0 -15px;
}
.newsPage .newsul .inner {
	max-width: 1230px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.newsPage .newsul .photo {
	width: 23%;
	height: 210px;
}
.newsPage .newsul .photo img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.newsPage .newsul .txtbox {
	margin-top: 40px;
	width: 72%;
}
.newsPage .newsul .txtbox h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}
.newsPage .newsul .txtbox p {
	font-size: 16px;
	color: #898989;
	line-height: 30px;
}
.newsPage .newsul a {
	padding: 30px 15px;
	display: block;
}
.newsPage .newsul a:hover {
	background-color: #1B82FF;
}
.newsPage .newsul a:hover p,
.newsPage .newsul a:hover h2 {
	color: #fff;
}
.newsPage .newsul li:nth-child(2n) a:hover {
	background-color: #C60606;
}

.sidebar {
	width: 25%;
	float: left;
	border: 2px solid #1B82FF;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.sidebar .ttl01 {
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	background-color: #1B82FF;
	font-size: 26px;
}
.sidebar .ttl01 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.sidebar .linkul {
	margin: 15px 10px 20px;
}
.sidebar .linkul li {
	margin-bottom: 10px;
}
.sidebar .linkul a {
	padding: 10px 5px;
	display: block;
	text-align: center;
	background-color: #EEEEEE;
	font-size: 17px;
}
.sidebar .linkul a:hover,
.sidebar .linkul .on a {
	color: #fff;
	background-color: #1B82FF;
}
.sidebar .ttl02 {
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	background-color: #1B82FF;
	font-size: 26px;
}
.sidebar .ttl02 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.sidebar .txt {
	margin: 20px 9% 30px;
	font-size: 17px;
	line-height: 1.8;
}
.sidebar .code {
	max-width: 130px;
	margin: 0 auto;
}

.conts {
	width: 73%;
	float: right;
}

.comlist {
	display: flex;
	flex-wrap: wrap;
}
.comlist li {
	width: 32%;
	margin: 0 2% 30px 0;
}
.comlist li:nth-child(3n) {
	margin-right: 0;
}
.comlist a {
	display: block;
	position: relative;
	height: 245px;
}
.comlist a > img {
	width: 100%;
	height: 100%;
}
.comlist .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #1B82FF;
	box-sizing: border-box;
	padding: 9px 5px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.comlist .hiddenbox {
	padding-top: 50px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(198,6,6,0.82);
	text-align: center;
	box-sizing: border-box;
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.comlist .hiddenbox img {
	width: 85px;
}
.comlist .hiddenbox .tel {
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
}
.comlist a:hover .txt {
	background-color: #c60606;
}
.comlist a:hover .hiddenbox {
	opacity: 1;
	transform: scale(1);
}

.productPage,
.productdetailPage {
	margin-bottom: 100px;
}

@media all and (max-width: 991px) {
	.pagination span {
		font-size: 14px;
	}
	.pagination a {
		margin: 0 3px 5px;
		min-width: 33px;
	}
	.pagination .page-status {
		margin-right: 8px;
	}
	#header {
		padding: 10px 15px;
		position: relative;
	}
	#header .width {
		max-width: inherit;
	}
	#header h1 {
		width: 150px;
		margin-top: 0;
	}
	#header .navi {
		display: none;
		float: none;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 100;
		background-color: rgba(255,255,255,0.9);
	}
	#header .navi li {
		float: none;
		width: auto;
	}
	#header .navi a {
		padding: 10px 5px;
		height: auto;
		display: block;
		font-size: 16px;
		text-align: center;
	}
	#header .tel {
		display: none;
	}
	#header .menu {
		position: absolute;
		right: 15px;
		top: 20px;
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 38px;
	  height: 30px;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #757575;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 13px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(13px) rotate(-45deg);
	  transform: translateY(13px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-13px) rotate(45deg);
	  transform: translateY(-13px) rotate(45deg);
	}
	
	#footer .link .width {
		max-width: inherit;
		background-position: left top 9px;
		background-size: 70px auto;
		padding: 10px 0 10px 75px;
	}
	#footer .link a {
		margin-left: 10px;
	}
	#footer .fnavi {
		display: none;
	}
	#footer .finner {
		max-width: inherit;
		margin: 20px 15px;
		padding: 0;
		display: block;
	}
	#footer .finner .logo {
		width: 160px;
		margin: 0 auto
	}
	#footer .finner .txt {
		width: auto;
		font-size: 16px;
		line-height: 2;
		padding: 20px 0 0;
		text-align: center;
	}
	#footer .finner .txt:before,
	#footer .finner .txt:after {
		display: none;
	}
	#footer .finner .rbox {
		display: none;
	}
	#footer .copyright {
		padding: 5px;
	}
	#footer .copyright span {
		margin: 5px 0 0;
		display: block;
	}
	
	.headline01 {
		margin-bottom: 20px;
	}
	.headline01 img {
		height: 80px;
	}

	.comwidth {
		max-width: inherit;
	}

	.mainvisual .slick-dots {
		bottom: 6px;
	}
	.mainvisual .slick-dots li {
		width: 40px;
		height: 6px;
		margin: 0 5px;
	}
	.mainvisual .arrow .prev {
		width: 30px;
		left: 15px;
		margin-top: -15px;
	}
	.mainvisual .arrow .next {
		right: 15px;
		margin-top: -15px;
		width: 30px;
	}

	.indexsec01 .bg {
		margin-bottom: 30px;
		padding: 20px 15px;
	}
	.indexsec01 .width {
		max-width: inherit;
	}
	.indexsec01 .cateul {
		margin-bottom: 20px;
		justify-content: space-between;
	}
	.indexsec01 .cateul li {
		width: 49%;
		margin: 0 0 5px;
	}
	.indexsec01 .cateul a {
		font-size: 14px;
		padding: 8px 5px;
	}
	.indexsec01 .linkul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.indexsec01 .linkul li {
		width: 49%;
		margin: 0 0 10px;
		float: none;
	}
	.indexsec01 .linkul .photo {
		height: 110px;
	}
	.indexsec01 .linkul p {
		display: block;
		margin-top: 5px;
		min-width: inherit;
	}
	.indexsec01 .listul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.indexsec01 .listul li:nth-child(2n) {
		float: right;
	}
	.indexsec01 .listul a {
		height: 126px;
	}
	.indexsec01 .listul .txt {
		font-size: 13px;
		padding: 5px;
	}
	.indexsec01 .listul .hiddenbox {
		display: none;
	}
	.indexsec01 .link {
		margin-top: 10px;
	}
	.indexsec01 .link a {
		font-size: 14px;
	}
	.indexsec01 {
		margin-bottom: 30px;
	}
	.indexsec02 {
		margin-bottom: 30px;
	}
	.indexsec02 .imgbox {
		margin-bottom: 30px;
		display: block;
	}
	.indexsec02 .imgbox .rbox {
		width: auto;
	}
	.indexsec02 .imgbox .lbox {
		width: auto;
		padding: 20px 15px;
	}
	.indexsec02 .imgbox .lbox .inner {
		max-width: inherit;
		float: none;
	}
	.indexsec02 .imgbox .lbox h2 {
		margin: 0 0 10px;
		font-size: 20px;
		text-align: center;
	}
	.indexsec02 .imgbox .lbox p {
		font-size: 14px;
	}
	.indexsec02 .imgbox .lbox .tel {
		margin: 10px 0;
		text-align: center;
	}
	.indexsec02 .imgbox .lbox .tel a {
		padding-left: 35px;
		font-size: 24px;
		background-size: 25px auto;
	}
	.indexsec02 .imgbox .lbox .link {
		text-align: center;
	}
	.indexsec02 .imgbox .lbox .link a {
		font-size: 14px;
	}
	.indexsec02 .reasonbox {
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.indexsec02 .reasonbox .width {
		max-width: inherit;
		padding: 0;
	}
	.indexsec02 .reasonbox .photo01,
	.indexsec02 .reasonbox .photo02 {
		display: none;
	}
	.indexsec02 .reasonbox h2 {
		font-size: 22px;
	}
	.indexsec02 .reasonbox h2 span {
		margin: 0 5px;
		font-size: 40px;
	}
	.indexsec02 .reasonbox .tel {
		display: none;
	}
	.indexsec02 .reasonul {
		max-width: inherit;
	}
	.indexsec02 .reasonul li {
		min-height: inherit;
		padding: 10px 15px !important;
		background: none !important;
		border: 3px solid #4F9FFF;
		border-radius: 20px;
		margin-bottom: 10px;
	}
	.indexsec02 .reasonul h2 {
		text-align: center;
	}
	.indexsec02 .reasonul h2 .cn {
		font-size: 17px;
	}
	.indexsec02 .reasonul h2 .en {
		font-size: 12px;
		padding-bottom: 0;
		line-height: 1.2;
	}
	.indexsec02 .reasonul h2 .en:before {
		display: none;
	}
	.indexsec02 .reasonul p {
		font-size: 14px;
	}
	.indexsec03 {
		margin-bottom: 30px;
	}
	.indexsec03 .lbox {
		margin: 0 0 20px;
		width: auto;
		float: none;
	}
	.indexsec03 .lbox .photo {
		height: auto;
	}
	.indexsec03 .lbox .photo img {
		min-height: inherit;
	}
	.indexsec03 .lbox h2 {
		font-size: 16px;
		text-align: center;
	}
	.indexsec03 .lbox p {
		margin-bottom: 10px;
	}
	.indexsec03 .lbox .inner {
		padding: 10px 15px;
	}
	.indexsec03 .note {
		font-size: 13px;
	}
	.indexsec03 .note .time {
		padding: 0 20px 0 15px;
		background-size: 11px auto;
	}
	.indexsec03 .note .num {
		padding-left: 20px;
		background-size: 16px auto;
	}
	.indexsec03 .rbox {
		width: auto;
		float: none;
	}
	.indexsec03 .rbox .link {
		margin-bottom: 10px;
	}
	.indexsec03 .rbox li a {
		padding: 10px 15px;
	}
	.indexsec03 .rbox li h2 {
		margin-bottom: 5px;
		font-size: 16px;
		text-align: center;
	}
	.indexsec03 .rbox li p {
		margin-bottom: 10px;
	}
	.indexsec04 {
		padding-bottom: 40px;
	}
	.indexsec04 .link {
		margin-bottom: 10px;
	}
	.indexsec04 .lbox {
		margin-bottom: 5px;
		width: auto;
		float: none;
	}
	.indexsec04 .lbox a {
		height: 260px;
	}
	.indexsec04 .lbox .hiddenbox {
		display: none;
	}
	.indexsec04 .rbox {
		width: auto;
		float: none;
	}
	.indexsec04 .rbox a {
		height: 130px;
	}
	.indexsec04 .txt {
		padding: 5px;
	}
	.indexsec04 .txt span {
		font-size: 14px;
	}
	.indexsec04 .rbox li {
		width: 49%;
		margin-bottom: 5px;
	}
	.indexsec04 .listul li {
		width: 49%;
		margin: 0 0 5px;
	}
	.indexsec04 .listul li:nth-child(2n) {
		float: right;
	}
	.indexsec04 .listul a {
		height: 130px;
	}
	
	.pagepath {
		margin-bottom: 20px;
	}
	.pagepath .comwidth {
		display: block;
	}
	.pagepath .tel {
		display: none;
	}
	.pagepath .return {
		font-size: 15px;
	}

	.combreadth {
		max-width: inherit;
		margin: 0 auto 40px;
	}

	.aboutPage h2 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.aboutPage p {
		font-size: 14px;
		line-height: 1.5;
		text-indent: 15px;
	}
	.aboutPage h3 {
		margin: 20px 0 10px;
		font-size: 20px;
	}
	
	.contactPage h2 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.contactPage .inner {
		max-width: inherit;
		margin: 0 auto 10px;
		display: block;
	} 
	.contactPage .inner p {
		font-size: 16px;
		line-height: 1.6;
	}
	.contactPage .inner .code {
		display: none;
	}
	
	.pagination li a{
		font-size: 14px;
	}
	.pagination li.thisclass {
		font-size: 14px;
	}
	
	.comul {
		justify-content: space-between;
	}
	.comul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.comul a {
		height: 125px;
	}
	.comul p {
		padding: 5px;
		font-size: 14px;
	}
	
	.headline02 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.pagelist {
		margin-top: 30px;
		display: block;
	}
	.pagelist li {
		max-width: inherit;
		margin-top: 10px;
	}
	
	.comInfo {
		line-height: 1.5;
	}
	.comInfo * {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	
	.newsPage {
		padding: 0 15px 40px;
	}
	.newsPage .newsul .inner {
		max-width: inherit;
		display: block;
	}
	.newsPage .newsul .photo {
		width: auto;
		height: auto;
		text-align: center;
	}
	.newsPage .newsul .photo img {
		width: 70%;
		height: auto;
	}
	.newsPage .newsul .txtbox {
		margin-top: 10px;
		width: auto;
	}
	.newsPage .newsul .txtbox h2 {
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
	}
	.newsPage .newsul .txtbox p {
		font-size: 14px;
		line-height: 1.5;
	}
	.newsPage .newsul li {
		margin-bottom: 20px;
	}
	.newsPage .newsul a {
		padding: 0 15px;
		display: block;
	}
	.newsPage .newsul a:hover {
		background-color: transparent !important;
	}
	.newsPage .newsul a:hover p {
		color: #898989;
	}
	.newsPage .newsul a:hover h2  {
		color: #000;
	}
	
	.sidebar {
		width: auto;
		float: none;
		border: none;
		padding-bottom: 10px;
	}
	.sidebar .ttl01,
	.sidebar .ttl02,
	.sidebar .txt,
	.sidebar .code {
		display: none;
	}
	.sidebar .linkul {
		margin: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sidebar .linkul li {
		width: 49%;
	}
	.sidebar .linkul a {
		padding: 8px 5px;
		font-size: 14px;
	}
	
	.conts {
		width: auto;
		float: none;
	}

	.comlist {
		justify-content: space-between;
	}
	.comlist li {
		width: 49%;
		margin: 0 0 10px;
	}
	.comlist a {
		height: 126px;
	}
	.comlist .txt {
		padding: 5px;
	}
	.comlist .hiddenbox {
		display: none;
	}
	
	.productPage,
	.productdetailPage {
		margin-bottom: 40px;
	}
}

@media all and (min-width: 992px) and (max-width: 1350px) {
	#header h1 {
		margin-top: 24px;
		width: 140px;
	}
	#header .tel {
		margin-top: 26px;
		padding-left: 30px;
		font-size: 14px;
		background-size: 25px auto;
	}
	#header .tel span {
		font-size: 25px;
	}
	#header .navi {
		margin-left: 2.5%;
	}
	#header .navi a {
		font-size: 16px;
	}
	#header .navi li {
		width: 85px;
	}
	#footer .fnavi li {
		margin: 0 0.8%;
	}
	#footer .finner .logo {
		width: 245px;
	}
	.indexsec01 .listul a {
		height: 215px;
	}
	.indexsec01 .listul .hiddenbox {
		padding-top: 25px;
	}
	.comlist a {
		height: 220px;
	}
	.comlist .hiddenbox {
		padding-top: 45px;
	}
	.indexsec02 .reasonbox .photo01 {
		width: 340px;
	}
	.indexsec02 .reasonbox .photo02 {
		width: 160px;
		right: 10px;
	}
	.indexsec02 .reasonbox .width {
		padding: 11px 175px 48px 345px;
	}
}
