@charset "utf-8";
/*------------------------------------------------------------
	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', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
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: #333;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

body {
	color: #333;
	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 .width {
	max-width: 1430px;
	margin: 0 auto;
	padding: 30px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	display: flex;
	align-items: center;
}
#header h1 a {
	display: flex;
	align-items: center;
}
#header h1 .txt01 {
	margin-left: 15px;
	font-size: 32px;
	font-family: "思源宋体 CN";
	font-weight: 900;
}
#header h1 .txt02 {
	display: block;
	font-size: 20px;
	color: #666;
	font-family: Arial;
	font-weight: normal;
}
#header h1 .txt03 {
	margin-left: 22px;
	padding-left: 20px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
	border-left: 1px solid #ccc;
}
#header .tel {
	padding-left: 60px;
	background: url("/skin/images/icon01.png") no-repeat left center;
}
#header .tel .txt {
	display: block;
	font-size: 18px;
}
#header .tel .num {
	line-height: 1;
	font-size: 40px;
	font-family: Impact, "sans-serif";
	color: #e70012;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left,#e70012,#DC5300);
}
#header .navi {
	background-color: #005ebe;
}
#header .navi ul {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
#header .navi li {
	width: 14.28%;
}
#header .navi li > a {
	padding: 15px 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
#header .navi li.on > a,
#header .navi li > a:hover {
	background-image: -moz-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);color: #333;
	background-image: -webkit-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);color: #333;
	background-image: -ms-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);color: #333;
}
#header .naviInn {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	z-index: 100;
	background-color: rgba(255,255,255,0.9);
}
#header .naviInfo {
	display: flex;
}
#header .naviInn .item {
	width: 50%;
	box-sizing: border-box;
	padding: 20px 5%;
	border-right: 1px solid #ccc;
}
#header .naviInn .item:last-child {
	border-right: none;
}
#header .naviInn .ttl {
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}
#header .naviInn .listbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#header .naviInn .list {
	width: 30%;
	margin-top: 10px;
}
#header .naviInn .item:last-child .list {
	width: 48%;
}
#header .naviInn .list a {
	display: inline-block;
}
#header .naviInn .list a:hover {
	color: #e70012;
}
.mainVisual .swiper-slide {
	padding: 0 15px;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mainVisual .width {
	height: 750px;
	box-sizing: border-box;
	position: relative;
}
.mainVisual .width01 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.mainVisual .width01 .main01 {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	text-align: center;
}
.mainVisual .width02 {
	max-width: 1400px;
	margin: 0 auto;
}
.mainVisual .width02 .main01 {
	position: absolute;
	right: 0;
	top: 55px;
	z-index: 1;
}
.mainVisual .width02 .main02 {
	position: absolute;
	right: 4%;
	top: 285px;
	z-index: 1;
}
.mainVisual .width02 .main03 {
	position: absolute;
	left: -9%;
	bottom: 0;
	width: 80%;
}
.mainVisual .width03 {
	max-width: 1400px;
	margin: 0 auto;
}
.mainVisual .width03 .main01 {
	position: absolute;
	left: 0;
	top: 50px;
	text-align: center;
	width: 100%;
}
.mainVisual .width03 .main02 {
	width: 49.6%;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.mainVisual .width03 .main03 {
	width: 48.8%;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.indexsec01 {
	padding: 80px 0;
	background: url("/skin/images/bg01.png") no-repeat left top,url("../img/bg02.png") no-repeat right bottom;
}
.indexsec01 h2 {
	padding: 50px 0 62px;
	text-align: center;
	font-size: 48px;
	color: #005ebe;
	position: relative;
	margin-bottom: 20px;
}
.indexsec01 h2:before {
	width: 160px;
	height: 58px;
	margin-left: -80px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: url("/skin/images/icon02.png") no-repeat;
}
.indexsec01 h2:after {
	width: 160px;
	height: 70px;
	margin-left: -80px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: url("/skin/images/icon03.png") no-repeat;
}
.indexsec01 .toptxt {
	text-align: center;
	font-size: 24px;
	margin-bottom: 60px;
}
.indexsec01 .text {
	max-width: 1320px;
	margin: 0 auto 60px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
}
.indexsec01 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.indexsec01 ul li {
	margin: 0 3% 30px;
	padding-left: 70px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}
.indexsec01 ul span {
	display: block;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	font-family: Arial;
}
.indexsec01 ul img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec01 ul li:hover img {
	transform: rotateY(360deg)
}

.indexsec03 {
	margin: 80px 0;
}
.indexsec03 .inner {
	display: flex;
	justify-content: space-between;
}
.indexsec03 .lbox {
	width: 19.6%;
}
.indexsec03 .lbox h2 {
	text-align: center;
	background-color: #005ebe;
	padding: 15px 10px;
}
.indexsec03 .lbox h2 span {
	box-sizing: border-box;
	padding: 20px 20px;
	width: 247px;
	max-width: 100%;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	position: relative;
	font-size: 36px;
	background: url("/skin/images/icon11.png") no-repeat center top,url("../img/icon12.png") no-repeat center bottom;
	background-size: 100% auto,100% auto;
}
.indexsec03 .lbox ul li {
	margin-top: 5px;
}
.indexsec03 .lbox ul a {
	padding: 25px 10px 25px 18%;
	display: block;
	font-size: 20px;
	background-color: #e3e3e3;
}
.indexsec03 .lbox ul a:hover {
	color: #fff;
	background-image: -moz-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	color: #333;
}
.indexsec03 .rbox {
	width: 77.4%;
}
.indexsec03 .rbox ul {
	display: flex;
	flex-wrap: wrap;
}
.indexsec03 .rbox ul a {
	display: block;
}
.indexsec03 .rbox ul li {
	width: 32%;
	margin: 0 2% 20px 0;
}
.indexsec03 .rbox ul li:nth-child(3n) {
	margin-right: 0;
}
.indexsec03 .rbox ul .photo {
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f4f4f4;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.indexsec03 .rbox ul .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec03 .rbox ul a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.indexsec03 .rbox ul p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #005ebe;
	padding: 10px 5px;
}
.indexsec03 .rbox ul a:hover p {
	background-image: -moz-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	color: #333;
}
.indexsec03 .rbox #scroll {
	height: 890px;
	overflow: hidden;
}
.indexsec04 {
	padding: 40px 0;
	background: url("/skin/images/bg04.jpg") no-repeat center center;
	background-size: cover;
}
.indexsec04 .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexsec04 .lbox {
	width: 30%;
}
.indexsec04 .lbox h2 {
	font-size: 60px;
	line-height: 70px;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 80px;
}
.indexsec04 .lbox h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: url("/skin/images/icon13.png") no-repeat;
	width: 111px;
	height: 8px;
}
.indexsec04 .lbox h2 span {
	color: #e70012;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left,#e70012,#e70012);
}
.indexsec04 .lbox h3 {
	font-size: 52px;
	color: #005ebe;
	margin-bottom: 15px;
}
.indexsec04 .lbox p {
	font-size: 18px;
	line-height: 32px;
}
.indexsec04 .rbox {
	width: 63.5%;
}
.indexsec04 .rbox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -25px;
}
.indexsec04 .rbox ul li {
	margin-top: 25px;
	width: 48.5%;
}
.indexsec04 .rbox ul a {
	height: 100%;
	background-color: #fff;
	display: block;
}
.indexsec04 .rbox ul .photo {
	height: 300px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indexsec04 .rbox ul .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec04 .rbox ul a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec04 .rbox ul p {
	padding: 10px 15px;
	font-size: 14px;
	color: #666;
}
.indexsec04 .rbox ul p span {
	display: block;
	color: #333;
	font-size: 18px;
	margin-bottom: 5px;
}
.indexsec04 .rbox ul a:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.indexsec05 {
	margin: 80px 0 0;
}
.indexsec05 h2 {
	text-align: center;
}
.indexsec05 h2 span {
	display: inline-block;
	font-size: 60px;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #e70012;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left,#e70012,#e70012);
}
.indexsec05 .toptxt {
	margin-bottom: 70px;
	text-align: center;
	font-size: 24px;
}
.indexsec05 .tabul {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.indexsec05 .tabul a {
	display: block;
	text-align: center;
	font-size: 109px;
	color: #eaeaea;
	font-weight: bold;
	line-height: 1;
	padding: 0 15px;
	cursor: pointer;
}
.indexsec05 .tabul a span {
	padding: 10px 0;
	display: block;
	background-color: #fff;
	font-size: 24px;
	color: #333;
	margin-top: -35px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec05 .tabul li {
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #EAEAEA;
}
.indexsec05 .tabul li:last-child {
	border-right: none;
}

.indexsec05 .tabul .on a {
	color: #005ebe;
}

.indexsec05 .tabul .on a span {
	color: #005ebe;
}
.indexsec05 .tabPannel {
	overflow: hidden;
}
.indexsec05 .tabbox {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}
.indexsec05 .tabbox:before {
	width: 643px;
	background: url("/skin/images/bg06.png") no-repeat left center;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.indexsec05 #con_one_2.tabbox:before {
	background-image: url("/skin/images/bg18.png");
}
.indexsec05 #con_one_3.tabbox:before {
	background-image: url("/skin/images/bg19.png");
}
.indexsec05 #con_one_4.tabbox:before {
	background-image: url("/skin/images/bg20.png");
}
.indexsec05 .tabbox .width {
	max-width: 1400px;
	margin: 0 auto;
}
.indexsec05 .tabbox .txtbox {
	min-height: 640px;
	width: 54%;
	color: #fff;
	background: url("/skin/images/bg07.png") no-repeat right top;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
	padding: 100px 230px 100px 30px;
}
.indexsec05 .tabbox .txtbox:before {
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 9000px;
	content: "";
	background: url("/skin/images/bg08.png") repeat;
	z-index: 1;
}
.indexsec05 .tabbox .inner {
	position: relative;
	z-index: 3;
}
.indexsec05 .tabbox .icon {
	margin-bottom: 35px;
}
.indexsec05 .tabbox h3 {
	font-size: 42px;
	font-weight: normal;
	margin-bottom: 55px;
}
.indexsec05 .tabbox h3 span {
	display: block;
	font-size: 16px;
}
.indexsec05 .tabbox h4 {
	font-size: 20px;
	margin-bottom: 25px;
}
.indexsec05 .tabbox p {
	font-size: 18px;
	line-height: 33px;
}
.indexsec06 {
	padding-top: 80px;
	text-align: center;
	overflow: hidden;
}
.indexsec06 img {
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec06:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.indexsec07 {
	padding: 80px 0;
	background-color: #EEEEEE;
}
.indexsec07 h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 48px;
}
.indexsec07 .inner {
	display: flex;
	justify-content: space-between;
}
.indexsec07 .inner .lbox {
	width: 47%;
}
.indexsec07 .inner .lbox a {
	display: block;
}
.indexsec07 .inner .lbox .photo {
	margin-bottom: 20px;
	overflow: hidden;
	height: 400px;
}
.indexsec07 .inner .lbox .photo img {
	width: 100%;
	min-height: 400px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec07 .inner .lbox a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec07 .inner .lbox h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.indexsec07 .inner .lbox p {
	line-height: 24px;
	margin-bottom: 10px;
}
.indexsec07 .inner .lbox .link span {
	padding-right: 32px;
	display: inline-block;
	font-size: 18px;
	color: #e70012;
	background: url("/skin/images/icon15.png") no-repeat right center;
}
.indexsec07 .inner .lbox a:hover h3 {
	color: #005ebe;
}
.indexsec07 .inner .rbox {
	width: 49.3%;
}
.indexsec07 .inner .rbox li:not(:last-child) {
	margin-bottom: 18px;
}
.indexsec07 .inner .rbox li a {
	display: block;
	position: relative;
	padding-left: 138px;
}
.indexsec07 .inner .rbox li .time {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	font-family: Arial;
	width: 126px;
	color: #666;
	text-align: center;
	background-color: #fff;
	line-height: 1.1;
	box-sizing: border-box;
	padding: 12px 0;
}
.indexsec07 .inner .rbox li .time span {
	display: block;
	font-size: 52px;
}
.indexsec07 .inner .rbox li h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.indexsec07 .inner .rbox li p {
	line-height: 26px;
}
.indexsec07 .inner .rbox li .link {
	text-align: right;
}
.indexsec07 .inner .rbox li .link span {
	padding-right: 32px;
	display: inline-block;
	font-size: 18px;
	color: #e70012;
	background: url("/skin/images/icon15.png") no-repeat right center;
}
.indexsec07 .inner .rbox li a:hover .time {
	color: #fff;
	background-color: #005ebe;
}
.indexsec07 .inner .rbox li a:hover h3 {
	color: #005ebe;
}
#footer {
	background: #005ebe url("/skin/images/bg09.png") no-repeat right bottom 20px;
}
#footer .copyright {
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #0050a9;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright span {
	margin-left: 40px;
}
#footer .qyrz {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 10px;
	width: 120px;
}
#footer .width {
	max-width: 1330px;
	margin: 0 auto;
	padding: 80px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
#footer .line {
	width: 1px;
	background-color: rgba(165,165,165,0.5);
}
#footer .fttl {
	color: #fff;
	margin-bottom: 30px;
	font-size: 28px;
}
#footer .lbox {
	max-width: 220px;
	box-sizing: border-box;
}
#footer .lbox ul {
	margin-top: -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .lbox li {
	margin: 15px 10px 0 0;
}
#footer .lbox li a {
	color: #fff;
	font-size: 18px;
}
#footer .lbox li a:hover {
	text-decoration: underline;
}
#footer .cbox {
	max-width: 500px;
}
#footer .cbox li {
	color: #fff;
	position: relative;
	font-size: 18px;
	padding-left: 40px;
	margin-top: 15px;
}
#footer .cbox li a {
	color: #fff;
}
#footer .cbox li img {
	position: absolute;
	left: 0;
	top: -2px;
}
#footer .rbox {
	margin-top: 30px;
	max-width: 155px;
	text-align: center;
}
#footer .rbox p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.comImg {
	margin-bottom: 40px;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.sidebar {
	width: 19.8%;
	float: left;
}
.sidebar h2 {
	padding: 20px 10px;
	text-align: center;
	background: #005ebe url("/skin/images/txt01.png") no-repeat center center;
}
.sidebar .sh2Ttl {
	background-image: url("/skin/images/txt02.png");
}
.sidebar h2 span {
	padding-bottom: 10px;
	display: inline-block;
	color: #fff;
	position: relative;
	font-size: 40px;
	font-weight: normal;
}
.sidebar h2 span:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 66px;
	height: 2px;
	background-color: #fff;
}
.sidebar .sul {
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
}
.sidebar .sul li:not(:last-child) {
	margin-bottom: 5px;
}
.sidebar .sul .sttl {
	padding: 15px 50px 15px 20px;
	background-color: #e7e7e7;
	font-size: 18px;
	position: relative;
	cursor: pointer;
}
.sidebar .sul .sttl:before {
	position: absolute;
	right: 15px;
	top: 50%;
	background: url("/skin/images/icon20.png") no-repeat;
	content: "";
	width: 25px;
	height: 25px;
	margin-top: -13px;
	-webkit-transition: all .5s;transition: all .5s;
}
.sidebar .sul .sttl.active:before {
	transform: rotate(90deg);
}
.sidebar .sul .slist {
	display: none;
	padding: 0 15px;
}
.sidebar .sul .item:not(:last-child) {
	border-bottom: 1px solid #e7e7e7;
}
.sidebar .sul .item a {
	display: block;
	color: #666;
	padding: 10px 15px;
}
.sidebar .sul .item a:hover {
	color: #005ebe;
}
.sidebar .sbox {
	padding-bottom: 25px;
	border: 1px solid #e7e7e7;
}
.sidebar .sbox .code {
	text-align: center;
}
.sidebar .sbox ul {
	padding: 20px 10px;
}
.sidebar .sbox li {
	margin-bottom: 15px;
	line-height: 30px;
	word-break: break-all;
}
.sidebar .sbox li:last-child {
	margin-bottom: 0;
}
.conts {
	width: 77%;
	float: right;
}
.pagePath {
	margin-bottom: 40px;
	padding: 20px 0 8px 100px;
	position: relative;
	text-align: right;
	border-bottom: 2px solid #005ebe;
}
.pagePath .txt01 {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}
.pagePath .txt01:before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 100%;
	height: 3px;
	background-image: -moz-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
}
.pagePath .txt02 {
	color: #666;
	display: inline-block;
}
.pagePath .txt02 a {
	color: #666;
}
.pagePath .txt02 a:hover {
	color: #005ebe;
}
.aboutPage {
	margin-bottom: 80px;
}
.aboutPage .sec01 p {
	text-indent: 2em;
	font-size: 18px;
	color: #666;
	line-height: 32px;
}
.aboutPage .sec01 .photo {
	text-align: center;
	margin-top: 35px;
}
.contactPage {
	margin-bottom: 80px;
}
.contactPage .sec01 {
	display: flex;
	justify-content: space-between;
}
.contactPage .sec01 .lbox {
	width: 40%;
}
.contactPage .sec01 ul li {
	word-break: break-all;
	position: relative;
	padding-left: 60px;
	margin: 30px 0;
}
.contactPage .sec01 ul img {
	width: 45px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.contactPage .sec01 ul p {
	font-size: 20px;
}
.contactPage .sec01 .infobox {
	border-top: 1px dashed #999;
	margin-top: 50px;
	padding-top: 30px;
}
.contactPage #allmap {
	width: 58%;
	height: 600px;
}
.honorPage {
	margin-bottom: 80px;
}
.honorPage .photolist {
	display: flex;
	flex-wrap: wrap;
}
.honorPage .photolist li {
	width: 23.5%;
	margin: 0 2% 30px 0;
}
.honorPage .photolist li:nth-child(4n) {
	margin-right: 0;
}
.honorPage .photolist a {
	display: block;
}
.honorPage .photolist p {
	text-align: center;
	margin-top: 10px;
}
.honorPage .photolist .photo {
	height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.honorPage .photolist .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.honorPage .photolist a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.honorPage .photolist .photo1 {
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.honorPage .photolist .photo1 img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.honorPage .photolist a:hover .photo1 img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.casePage {
	margin-bottom: 80px;
}
.comUl {
	display: flex;
	flex-wrap: wrap;
}
.comUl li {
	width: 23.5%;
	margin: 0 2% 30px 0;
}
.comUl li:nth-child(4n) {
	margin-right: 0;
}
.comUl a {
	display: block;
}
.comUl .photo {
	padding: 15px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f4f4f4;
	overflow: hidden;
}
.comUl .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comUl a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.comUl p {
	text-align: center;
	font-size: 20px;
	background-color: #005ebe;
	color: #fff;
	padding: 10px 5px;
}
.comUl a:hover p {
	background-image: -moz-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	color: #333;
}
.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: #005ebe;
	color: #fff;
}
.newsPage {
	margin-bottom: 80px;
}
.newsPage .newsul a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
}
.newsPage .newsul .photo {
	width: 24%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 246px;
}
.newsPage .newsul .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.newsPage .newsul .txtbox {
	width: 73%;
}
.newsPage .newsul .txtbox h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.newsPage .newsul .txtbox p {
	line-height: 25px;
	margin-bottom: 20px;
}
.newsPage .newsul .txtbox .time {
	padding-left: 25px;
	background: url("/skin/images/icon25.png") no-repeat left center;
	color: #666;
}
.newsPage .newsul a:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.newsPage .newsul a:hover h3 {
	color: #005ebe;
}

.newsPage .h2Dtl {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.comNote {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.comNote li {
	color: #666;
}
.comNote li:first-child {
	margin-right: 60px;
}
.comInfo {
	line-height: 30px;
}
.comInfo * {
	font-size: 16px !important;
	color: #333 !important;
	line-height: 30px !important;
}
.comInfo img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}
.comPageList {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.comPageList li {
	max-width: 49%;
	color: #666;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.comPageList li a {
	color: #666;
	font-size: 18px;
}
.comPageList .prev {
	padding-left: 40px;
	background: url("/skin/images/icon26.png") no-repeat left top;
}
.comPageList .next {
	padding-right: 40px;
	background: url("/skin/images/icon27.png") no-repeat right top;
}
.comPageList li a:hover {
	color: #005ebe;
}
.productPage {
	margin-bottom: 80px;
}
.productPage .listbox {
	margin: 30px 0;
}
.productPage .listbox .listItem {
	padding: 25px 0 25px 0px;
	position: relative;
	border-bottom: 1px dashed #ccc;
	font-size: 17px;
}
.productPage .listbox .listItem:last-child {
	border-bottom: none;
}
.productPage .listbox .listItem .txt01 {
	position: absolute;
	left: 0;
	top: 30px;
	font-weight: bold;
}
.productPage .listbox .listItem ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
}
.productPage .listbox .listItem ul li {
	margin: 15px 15px 0 0;
}
.productPage .listbox .listItem ul a {
	display: block;
	padding: 5px 10px;
	-webkit-transition: none;
	transition: none;
}
.productPage .listbox .listItem ul a.on,
.productPage .listbox .listItem ul a:hover {
	background-image: -moz-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	color: #333;
}
.productPage .detailbox {
	margin-top: 80px;
}
.productPage .detailbox h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 24px;
}
.productPage .detailbox .topphoto {
	text-align: center;
	margin-bottom: 30px;
}
.productPage .detailbox h3 {
	border-bottom: 1px solid #005ebe;
	margin-bottom: 20px;
	border-radius: 0 0 0 5px;
}
.productPage .detailbox h3 span {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	background-color: #005ebe;
	font-weight: normal;
	padding: 10px 20px;
	border-radius: 5px;
}
.productPage .otherbox {
	margin-top: 40px;
}
.productPage .otherbox ul {
	display: flex;
	justify-content: space-between;
}
.productPage .otherbox ul a {
	display: block;
}
.productPage .otherbox ul li {
	width: 24%;
}
.productPage .otherbox ul .photo {
	background-color: #f4f4f4;
	padding: 15px;
	box-sizing: border-box;
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.productPage .otherbox ul .photo img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.productPage .otherbox ul a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.productPage .otherbox ul p {
	text-align: center;
	background-color: #005ebe;
	color: #fff;
	padding: 5px;
}
.productPage .otherbox ul a:hover p {
	background-image: -moz-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,212,33) 0%, rgb(255,212,33) 100%);
}

@media all and (min-width: 992px) and (max-width: 1280px) {
	#header h1 .txt03 {font-size: 18px;}
	#header h1 .txt01 {margin-left: 10px;font-size: 30px;}
	#header h1 .txt02 {font-size: 18px;}
	#header h1 img {width: 120px;}
	#header .tel .num {font-size: 36px;}
	#header .tel {background-size: 44px auto;padding-left: 55px;}
	.indexsec03 .lbox h2 span {font-size: 32px;}
	.indexsec03 .rbox ul .photo {height: 210px;}
	.indexsec03 .rbox #scroll {height: 627px;}
	.indexsec05 .tabul a span {font-size: 19px;}
	.indexsec05 .tabbox .txtbox {padding-right: 160px;}
	.indexsec05 .tabbox h3 {font-size: 31px;}
	.newsPage .newsul .photo {height: 180px;}
	.comUl .photo {height: 190px;}
	.comUl p {font-size: 18px;}
	.indexsec05 .tabbox .txtbox {padding-right: 190px;}
	.productPage .otherbox ul .photo {height: 180px;}
}

@media all and (max-width: 991px) {
	#header {
		position: relative;
	}
	#header .width {
		max-width: inherit;
		padding: 15px 15px;
		display: block;
	}
	#header h1 {
		display: block;
	}
	#header h1 img {
		width: 60px;
	}
	#header h1 .txt01 {
		margin-left: 5px;
		font-size: 20px;
	}
	#header h1 .txt02 {
		font-size: 12px;
	}
	#header h1 .txt03 {
		display: none;
	}
	#header .tel {
		display: none;
	}
	#header .navi {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 100;
	}
	#header .navi ul {
		display: block;
		max-width: inherit;
	}
	#header .navi li {
		width: auto;
	}
	#header .navi li > a {
		font-size: 16px;
	}
	#header .naviInn {
		display: none !important;
	}
	.menu {
		position: absolute;
		right: 15px;
		top: 25px;
		z-index: 200;
	}
	.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: #333;
	  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);
	}
	.mainVisual .width {
		height: 360px;
	}
	.mainVisual .width01 {
		padding-bottom: 30px;
	}
	.mainVisual .width01 .main01 {
		top: 50px;
	}
	.mainVisual .width01 .main01 img {
		max-height: 97px;
	}
	.mainVisual .width01 .main02 {
		margin: 0 -15px;
	}
	.mainVisual .width01 .main02 img {
		max-height: 170px;
	}
	.mainVisual .width02 {
		max-width: inherit;
	}
	.mainVisual .width02 .main01 {
		top: 50px;
	}
	.mainVisual .width02 .main01 img {
		max-height: 80px;
	}
	.mainVisual .width02 .main02 {
		display: none;
	}
	.mainVisual .width02 .main03 {
		left: 0;
		width: auto;
		text-align: center;
	}
	.mainVisual .width02 .main03 img {
		max-height: 260px;
	}
	.mainVisual .width03 {
		max-width: inherit;
	}
	.mainVisual .width03 .main01 img {
		max-height: 50px;
	}
	.mainVisual .width03 .main02 {
		bottom: 20px;
		text-align: center;
	}
	.mainVisual .width03 .main02 img {
		max-height: 142px;
	}
	.mainVisual .width03 .main03 {
		bottom: 20px;
		text-align: center;
	}
	.mainVisual .width03 .main03 img {
		max-height: 144px;
	}
	.comWidth {
		max-width: inherit;
	}
	.indexsec01 {
		padding: 40px 0;
		background-size: 230px auto,169px auto;
	}
	.indexsec01 h2 {
		padding: 25px 0 31px;
		font-size: 24px;
		margin-bottom: 15px;
	}
	.indexsec01 h2:before {
		width: 80px;
		height: 29px;
		margin-left: -40px;
		background-size: 80px 29px;
	}
	.indexsec01 h2:after {
		width: 80px;
		height: 35px;
		margin-left: -40px;
		background-size: 80px 35px;
	}
	.indexsec01 .toptxt {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.indexsec01 .text {
		max-width: inherit;
		margin: 0 auto;
		font-size: 14px;
		line-height: 1.5;
	}
	.indexsec01 ul {
		justify-content: space-between;
	}
	.indexsec01 ul li {
		width: 48%;
		margin: 20px 0 0;
		padding-left: 50px;
		font-size: 16px;
		box-sizing: border-box;
	}
	.indexsec01 ul span {
		font-size: 12px;
	}
	.indexsec01 ul img {
		width: 40px;
		margin-top: -20px;
	}

	.indexsec03 {
		margin: 40px 0;
	}
	.indexsec03 .inner {
		display: block;
	}
	.indexsec03 .lbox {
		width: auto;
	}
	.indexsec03 .lbox h2 {
		padding: 10px 10px;
	}
	.indexsec03 .lbox h2 span {
		padding: 15px;
		width: 180px;
		font-size: 20px;
	}
	.indexsec03 .lbox ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.indexsec03 .lbox ul li {
		margin-top: 5px;
		width: 49%;
	}
	.indexsec03 .lbox ul a {
		padding: 10px 5px;
		font-size: 16px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		text-align: center;
	}
	.indexsec03 .rbox {
		width: auto;
		margin-top: 20px;
	}
	.indexsec03 .rbox ul {
		justify-content: space-between;
	}
	.indexsec03 .rbox ul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.indexsec03 .rbox ul .photo {
		height: 160px;
		padding: 15px;
	}
	.indexsec03 .rbox ul p {
		font-size: 14px;
		padding: 5px;
	}
	.indexsec03 .rbox #scroll {
		height: 400px;
	}
	.indexsec04 {
		padding: 20px 0;
	}
	.indexsec04 .inner {
		display: block;
	}
	.indexsec04 .lbox {
		width: auto;
	}
	.indexsec04 .lbox h2 {
		font-size: 24px;
		line-height: 1.5;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.indexsec04 .lbox h2:before {
		height: 5px;
		background-size: 56px auto;
	}
	.indexsec04 .lbox h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.indexsec04 .lbox p {
		font-size: 14px;
		line-height: 1.5;
	}
	.indexsec04 .rbox {
		width: auto;
	}
	.indexsec04 .rbox ul {
		margin-top: 0;
	}
	.indexsec04 .rbox ul li {
		margin-top: 20px;
	}
	.indexsec04 .rbox ul .photo {
		height: 100px;
	}
	.indexsec04 .rbox ul p {
		padding: 10px;
	}
	.indexsec04 .rbox ul p span {
		font-size: 16px;
	}
	.indexsec05 {
		margin: 40px 0 0;
	}
	.indexsec05 h2 span {
		font-size: 30px;
	}
	.indexsec05 .toptxt {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.indexsec05 .tabul {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.indexsec05 .tabul a {
		font-size: 55px;
		padding: 5px 10px;
	}
	.indexsec05 .tabul a span {
		padding: 5px 0;
		font-size: 16px;
		margin-top: -15px;
		line-height: 1.2;
	}
	.indexsec05 .tabul li {
		width: 50%;
		border-right: none;
	}
	.indexsec05 .tabbox:before {
		display: none;
	}
	.indexsec05 .tabbox .width {
		max-width: inherit;
	}
	.indexsec05 .tabbox .txtbox {
		min-height: inherit;
		width: auto;
		padding: 20px 15px 20px 15px;
	}
	.indexsec05 .tabbox .icon {
		margin-bottom: 10px;
		width: 30px;
	}
	.indexsec05 .tabbox h3 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.indexsec05 .tabbox h3 span {
		font-size: 12px;
	}
	.indexsec05 .tabbox h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.indexsec05 .tabbox p {
		font-size: 14px;
		line-height: 1.5;
	}
	.indexsec06 {
		padding-top: 40px;
	}
	.indexsec07 {
		padding: 40px 0;
	}
	.indexsec07 h2 {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.indexsec07 .inner {
		display: block;
	}
	.indexsec07 .inner .lbox {
		width: auto;
		margin-bottom: 20px;
	}
	.indexsec07 .inner .lbox .photo {
		margin-bottom: 10px;
		height: auto;
	}
	.indexsec07 .inner .lbox .photo img {
		min-height: inherit;
	}
	.indexsec07 .inner .lbox h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.indexsec07 .inner .lbox p {
		line-height: 1.5;
		margin-bottom: 5px;
	}
	.indexsec07 .inner .lbox .link span {
		padding-right: 25px;
		font-size: 14px;
		background-size: 18px auto;
	}
	.indexsec07 .inner .rbox {
		width: auto;
	}
	.indexsec07 .inner .rbox li:not(:last-child) {
		margin-bottom: 20px;
	}
	.indexsec07 .inner .rbox li a {
		padding-left: 95px;
	}
	.indexsec07 .inner .rbox li .time {
		font-size: 14px;
		width: 85px;
		padding: 12px 0;
	}
	.indexsec07 .inner .rbox li .time span {
		font-size: 26px;
	}
	.indexsec07 .inner .rbox li h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.indexsec07 .inner .rbox li p {
		line-height: 1.5;
	}
	.indexsec07 .inner .rbox li .link span {
		padding-right: 25px;
		font-size: 14px;
		background-size: 18px auto;
	}
	#footer {
		background-size: 230px auto;
		background-position: right bottom 150px;
	}
	#footer .copyright {
		padding: 15px 5px 70px;
	}
	#footer .copyright span {
		display: block;
		margin: 5px 0 0;
	}
	#footer .qyrz {
		display: none;
	}
	#footer .width {
		max-width: inherit;
		padding: 30px 15px;
		display: block;
	}
	#footer .line {
		display: none;
	}
	#footer .fttl {
		margin-bottom: 20px;
		font-size: 20px;
	}
	#footer .lbox {
		display: none;
	}
	#footer .cbox {
		max-width: inherit;
	}
	#footer .cbox li {
		font-size: 16px;
		padding-left: 32px;
		margin-top: 10px;
	}
	#footer .cbox li img {
		top: 1px;
		width: 22px;
	}
	#footer .rbox {
		display: none;
	}
	.comImg {
		margin-bottom: 20px;
		height: 140px;
	}
	.sidebar {
		width: auto;
		float: none;
	}
	.sidebar h2 {
		padding: 10px 10px;
		background-size: 180px auto;
	}
	.sidebar h2 span {
		padding-bottom: 5px;
		font-size: 22px;
	}
	.sidebar h2 span:before {
		width: 40px;
		height: 1px;
	}
	.sidebar .sul .sttl {
		padding: 10px 40px 10px 15px;
		font-size: 16px;
	}
	.sidebar .sul .sttl:before {
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background-size: 18px 18px;
	}
	.sidebar .sh2Ttl,
	.sidebar .sbox {
		display: none;
	}
	.conts {
		width: auto;
		float: none;
	}
	.pagePath {
		margin-bottom: 20px;
		padding: 10px 0 8px 90px;
	}
	.pagePath .txt01 {
		font-size: 17px;
		padding-bottom: 8px;
	}
	.aboutPage {
		margin-bottom: 40px;
	}
	.aboutPage .sec01 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.aboutPage .sec01 .photo {
		margin-top: 20px;
	}
	.contactPage {
		margin-bottom: 40px;
	}
	.contactPage .sec01 {
		display: block;
	}
	.contactPage .sec01 .lbox {
		width: auto;
		margin-bottom: 25px;
	}
	.contactPage .sec01 ul li {
		margin: 0 0 15px;
		padding: 0 0 0 34px;
	}
	.contactPage .sec01 ul img {
		width: 26px;
	}
	.contactPage .sec01 ul p {
		font-size: 16px;
	}
	.contactPage .sec01 .infobox {
		margin-top: 25px;
		padding-top: 15px;
	}
	.contactPage #allmap {

		width: 100%;
	}
	.honorPage {
		margin-bottom: 40px;
	}
	.honorPage .photolist {
		justify-content: space-between;
	}
	.honorPage .photolist li {
		width: 49%;
		margin: 0 0 10px;
	}
	.honorPage .photolist p {
		margin-top: 5px;
	}
	.honorPage .photolist .photo {
		height: 180px;
	}
	
		.honorPage .photolist {
		justify-content: space-between;
	}
	.honorPage .photolist li {
		width: 49%;
		margin: 0 0 10px;
	}
	.honorPage .photolist p {
		margin-top: 5px;
	}
	.honorPage .photolist .photo1 {
		height: 90px;
	}
	
	.pagination span {
		font-size: 14px;
	}
	.pagination a {
		margin: 0 3px 5px;
		min-width: 33px;
	}
	.pagination .page-status {
		margin-right: 8px;
	}
	.casePage {
		margin-bottom: 40px;
	}
	.comUl {
		justify-content: space-between;
	}
	.comUl li {
		width: 49%;
		margin: 0 0 10px;
	}
	.comUl .photo {
		padding: 10px;
		height: 100px;
	}
	.comUl p {
		font-size: 14px;
		padding: 5px;
	}
	.newsPage {
		margin-bottom: 40px;
	}
	.newsPage .newsul a {
		display: block;
		padding: 15px;
	}
	.newsPage .newsul .photo {
		width: auto;
		display: block;
		margin-bottom: 10px;
		height: auto;
	}
	.newsPage .newsul .photo img {
		width: 100%;
	}
	.newsPage .newsul .txtbox {
		width: auto;
	}
	.newsPage .newsul .txtbox h3 {
		margin-bottom: 5px;
		font-size: 16px;
		text-align: center;
	}
	.newsPage .newsul .txtbox p {
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.newsPage .newsul .txtbox .time {
		padding-left: 22px;
		background-size: 16px auto;
	}
	.newsPage .h2Dtl {
		margin-bottom: 10px;
	}
	.comNote {
		margin-bottom: 20px;
	}
	.comNote li {
		font-size: 13px;
	}
	.comNote li:first-child {
		margin-right: 30px;
	}
	.comInfo {
		line-height: 1.5;
	}
	.comInfo * {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	.comPageList {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}
	.comPageList li {
		padding-bottom: 0;
	}
	.comPageList li a {
		font-size: 14px;
	}
	.comPageList .prev {
		padding-left: 22px;
		background-size: 18px auto;
		background-position: left top 1px;
	}
	.comPageList .next {
		padding-right: 22px;
		background-size: 18px auto;
		background-position: right top 1px;
	}
	.productPage {
		margin-bottom: 40px;
	}
	.productPage .detailbox h2 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.productPage .detailbox .topphoto {
		margin-bottom: 20px;
	}
	.productPage .detailbox h3 {
		margin-bottom: 15px;
	}
	.productPage .detailbox h3 span {
		font-size: 16px;
		padding: 5px 15px;
	}
	.productPage .otherbox {
		margin-top: 20px;
	}
	.productPage .otherbox ul {
		flex-wrap: wrap;
	}
	.productPage .otherbox ul li {
		width: 49%;
		margin-bottom: 10px;
	}
	.productPage .otherbox ul .photo {
		padding: 10px;
		height: 120px;
	}
	.productPage .listbox {
		margin: 15px 0;
	}
	.productPage .listbox .listItem {
		padding: 15px 0 15px 0px;
		font-size: 15px;
	}
	.productPage .listbox .listItem .txt01 {
		top: 17px;
	}
	.productPage .listbox .listItem ul {
		margin-top: -10px;
	}
	.productPage .listbox .listItem ul li {
		margin: 10px 10px 0 0;
	}
	.productPage .listbox .listItem ul a {
		padding: 2px 5px;
	}
	.productPage .detailbox {
		margin-top: 20px;
	}
}

@media all and (max-width: 350px) {
	#header h1 img {width: 50px;}
	#header h1 .txt01 {font-size: 18px;}
}

@font-face {
	font-family: 'icomoon';
    src:url('../font/icomoon.eot?qradjf');
    src:url('/skin/fonts/icomoon.eot') format('embedded-opentype'),
        url('/skin/fonts/icomoon.ttf') format('truetype'),
        url('/skin/fonts/icomoon.woff') format('woff'),
        url('/skin/fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
/*new right*/
.cndns-right{position:fixed;right:1px;top:85%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#e70012;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#e70012;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-sev .cndns-right-btn{border-color:#e70012;background:url(/skin/images/kefu.gif) no-repeat #e70012 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}

.meau-sev .cndns-right-btn{border-color:#e70012;background:url(/skin/images/kefu.gif) no-repeat #e70012 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}


.cndns-right-btn1{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn1 span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn1 sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#e70012;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn1 p{color:#e70012;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn1 span{display:none}
.cndns-right-meau:hover .cndns-right-btn1 p{display:block;}
.meau-sev .cndns-right-btn1{border-color:#e70012;background:url(/skin/images/vr.jpg) no-repeat #e70012 center;} 
.meau-sev .cndns-right-btn1 p{color:#fff}
.meau-sev .cndns-right-btn1 span{color:#fff}
.meau-top .cndns-right-btn1 span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn1 i{display:block;color:#999}

.meau-sev .cndns-right-btn1{border-color:#e70012;background:url() no-repeat #e70012 center;} 
.meau-sev .cndns-right-btn1 p{color:#fff}
.meau-sev .cndns-right-btn1 span{color:#fff}


.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#e70012}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #e70012;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(/skin/images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t{overflow: hidden;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:8px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#e70012;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.meau-sev .cndns-right-box .box-border{width:230px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#e70012;font-size:16px;line-height:16px;margin-top: 16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#e70012}
.zaixian {text-align: center;margin-top: 30px;}
.zaixian-txt {margin-top: 10px;font-size: 18px;}
.zaixian li {margin-top: 15px;}
.zaixian li a {color: #e70012;font-weight: bold;}
.zaixian li img {width: 18px;display: inline-block;vertical-align: middle;margin: 0 5px 0 0;}
@media all and (max-width: 991px) {
	.cndns-right{display: none;}
}

/* 工具栏 */
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 888;left: 0;display: none;}
#toolbar .list{display: flex;background: #1048a0;}
#toolbar .list li{width: 25%; text-align: center;}
#toolbar .list a{display: block;padding: 5px;}
#toolbar .list a span{text-align: center; color: #fff; display: block; font-size: 14px;}
#toolbar .list a img {display: block;margin: 5px auto;}
#toolbar .list li:hover{background: #0185d0;}
/*微信弹窗*/
#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{position: absolute;top: 50%;left: 0;right: 0;width: 300px;height: 300px;padding: 20px 10px;text-align:center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;box-sizing: border-box;margin: -150px auto 0;}
#wxnr img{width: 135px;height: 135px;display: block;margin: 0 auto;}
#wxnr p{font-size: 14px;text-align:center;line-height: 30px;}
#wxnr i{position: absolute;top: 5px;right:5px;width: 20px;height: 20px;font-size: 14px;text-align:center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 100%;cursor: pointer;}
#wxnr span{display:inline-block;padding: 0 5px;background-color: #1048a0;color:#fff;border-radius: 5px;cursor:pointer;}
/*复制提示*/
#weixin{position: fixed;top: 50%;margin-top: -26px;z-index: 9999999;font-size: 16px;color: #fff;width: 90%;right: 5%;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: 5px;display: none;line-height: 50px;}
@media all and (max-width: 991px) {
	#toolbar{display: block;}
}

.indexsec02 .imgbox {
	display: flex;
}
.indexsec02 .imgbox .photo {
	width: 50%;
	background: url("/skin/images/photo02.png") no-repeat center center;
	background-size: cover;
}
.indexsec02 .imgbox .txtbox {
	width: 50%;
	background: url("/skin/images/bg02.gif") no-repeat center center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.indexsec02 .imgbox .txtbox:before {
	background-color: rgba(5,99,226,0.86);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.indexsec02 .imgbox .inner {
	box-sizing: border-box;
	max-width: 740px;
	padding: 55px 40px;
	position: relative;
	z-index: 5;
}
.indexsec02 .imgbox h3 {
	margin-bottom: 10px;
	font-size: 30px;
}
.indexsec02 .imgbox h3 .en {
	padding-bottom: 15px;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	font-size: 21px;
	color: rgba(255,255,255,0.4);
	font-family: Impact, "sans-serif";
	font-weight: normal;
	line-height: 30px;
	position: relative;
}
.indexsec02 .imgbox h3 .en:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 134px;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
	content: "";
}
.indexsec02 .imgbox .inner p {
	line-height: 35px;
	text-align: justify;
}
.indexsec02 .imgbox .comMore {
	text-align: right;
}
.indexsec02 .imgbox .comMore a {
	background-color: #fff;
	color: #0563e2;
}
.indexsec02 .numul {
	display: flex;
	background-color: #005ebe;
	text-align: center;
}
.indexsec02 .numul li {
	width: 25%;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	box-sizing: border-box;
	padding: 15px 5px;
}
.indexsec02 .numul li:not(:last-child):before {
	width: 1px;
	height: 74px;
	margin-top: -37px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url("/skin/images/line05.png") no-repeat;
	content: "";
}
.indexsec02 .numul .num {
	font-size: 22px;
}
.indexsec02 .numul .num span {
	font-size: 56px;
	font-weight: bold;
}
.indexsec02 .numul li:first-child .num,
.indexsec02 .numul li:nth-child(2) .num {
	font-size: 56px;
}


@media all and (max-width: 991px) {
	.indexsec02 .imgbox {
		display: block;
	}
	.indexsec02 .imgbox .photo {
		width: auto;
		background: none;
	}
	.indexsec02 .imgbox .photo img {
		width: 100%;
	}
	.indexsec02 .imgbox .txtbox {
		width: auto;
	}
	.indexsec02 .imgbox .inner {
		max-width: inherit;
		padding: 15px;
	}
	.indexsec02 .imgbox h3 {
		font-size: 20px;
		text-align: center;
	}
	.indexsec02 .imgbox h3 .en {
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	.indexsec02 .imgbox h3 .en:before {
		left: 50%;
		width: 100px;
		margin-left: -50px;
	}
	.indexsec02 .imgbox .inner p {
		font-size: 14px;
		line-height: 1.6;
	}
	.indexsec02 .imgbox .comMore {
		text-align: center;
	}
	.indexsec02 .numul {
		flex-wrap: wrap;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	.indexsec02 .numul li {
		width: 50%;
		font-size: 14px;
		line-height: 1.2;
		border-right: 1px solid rgba(255,255,255,0.5);
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.indexsec02 .numul li:nth-child(2n) {
		border-right: none;
	}
	.indexsec02 .numul li:not(:last-child):before {
		display: none;
	}
	.indexsec02 .numul .num {
		font-size: 16px;
	}
	.indexsec02 .numul .num span {
		font-size: 35px;
	}
	.indexsec02 .numul li:first-child .num,
	.indexsec02 .numul li:nth-child(2) .num {
		font-size: 35px;
	}

}