@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";
}
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 {
	padding: 0 15px;
}
#header .width {
	max-width: 1740px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	max-width: 224px;
}
#header .navi {
	width: 1060px;
	position: relative;
	padding-right: 350px;
	box-sizing: border-box;
}
#header .navi .tel {
	padding-left: 55px;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 43px;
	color: #f08225;
	background: url("../images/tel01.png") no-repeat left center;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	font-family: "黑体";
	font-weight: bold;
}
#header .navi ul {
	display: flex;
	justify-content: space-between;
}
#header .navi ul a {
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	box-sizing: border-box;
	color: #00a0e9;
	position: relative;
	font-size: 18px;
}
#header .navi a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 5px;
	background-color: #f08225;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header .navi a:hover:before,
#header .navi .on a:before {
	width: 100%;
}
.mainVisual .swiper-slide {
	padding: 0 80px;
	box-sizing: border-box;
	height: calc( 100vh - 100px );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.mainVisual .inner01 {
	max-width: 1300px;
	margin: 0 auto;
	padding: 7% 0 0;
}
.mainVisual .inner02 {
	padding-top: 4%;
	text-align: center;
}
.mainVisual .inner02 img {
	display: block;
	margin: 25px auto 0;
}
.mainVisual .inner03 {
	padding-top: 7%;
	text-align: center;
}
.mainVisual .swiper-button-next:after,
.mainVisual .swiper-button-prev:after {
	display: none;
}
.mainVisual .swiper-button-next,
.mainVisual .swiper-button-prev {
	width: 51px;
	height: 42px;
	-webkit-transition: all .5s;transition: all .5s;
}
.mainVisual .swiper-button-prev {
	right: 200px;
	bottom: 5%;
	top: inherit;
	margin-top: 0;
	left: inherit;
	background: url("../images/prev01.png") no-repeat;
}
.mainVisual .swiper-button-prev:hover {
	right: 210px;
}
.mainVisual .swiper-button-next {
	right: 100px;
	bottom: 5%;
	top: inherit;
	margin-top: 0;
	background: url("../images/next01.png") no-repeat;
}
.mainVisual .swiper-button-next:hover {
	right: 90px;
}
.mainVisual .swiper-pagination {
	left: 30px !important;
	width: 30px !important;
	bottom: 50% !important;
	transform: translate(0,50%);
	-moz-transform: translate(0,50%);
	-ms-transform: translate(0,50%);
	-o-transform: translate(0,50%);
	-webkit-transform: translate(0,50%);
}
.mainVisual .swiper-pagination-bullet {
	display: block;
	width: 100%;
	margin: 10px 0 !important;
	height: auto;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	opacity: 1;
	background: none;
	outline: none;
	transition: 1s all;
}
.mainVisual .swiper-pagination-bullet-active {
	color: #f08225;
	outline: none;
}
.mainVisual .swiper-pagination-bullet-active:after {
	content: "";
	display: block;
	margin: 10px auto;
	width: 1px;
	height: 100px;
	text-align: center;
	background-color: #f08225 !important;
}
.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.indexsec01 {
	padding: 140px 0 100px;
	background: url("../images/bg02.png") no-repeat right bottom;
}
.indexsec01 h2 {
	margin-bottom: 20px;
	text-align: center;
}
.indexsec01 h2 img {
	background: url("../images/bg01.jpg") no-repeat center center fixed;
}
.indexsec01 h3 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 55px;
	letter-spacing: 6px;
}
.indexsec01 p {
	margin-bottom: 30px;
	max-width: 740px;
	color: #666;
	line-height: 32px;
	text-indent: 1em;
	text-align: justify;
}
.indexsec01 .link a {
	padding-right: 35px;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 18px;
	color: #f08225;
	font-weight: bold;
	background: url("../images/icon01.png") no-repeat right center;
}
.indexsec01 .link span {
	display: inline-block;
}
.indexsec01 .link a:hover {
	padding-right: 45px;
}
.indexsec01 .link a:hover span {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: .6s;
}
.indexsec01 .link a:hover span:nth-of-type(1) {
  -webkit-transition-delay: .02s;
  transition-delay: .02s;
}
.indexsec01 .link a:hover span:nth-of-type(2) {
  -webkit-transition-delay: .04s;
  transition-delay: .04s;
}
.indexsec01 .link a:hover span:nth-of-type(3) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s;
}
.indexsec01 .link a:hover span:nth-of-type(4) {
  -webkit-transition-delay: .08s;
  transition-delay: .08s;
}
.indexsec01 .link a:hover span:nth-of-type(5) {
  -webkit-transition-delay: .10s;
  transition-delay: .10s;
}
.indexsec01 .link a:hover span:nth-of-type(6) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
}
.indexsec01 .link a:hover span:nth-of-type(7) {
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
}
.indexsec01 .link a:hover span:nth-of-type(8) {
  -webkit-transition-delay: .16s;
  transition-delay: .16s;
}
.indexsec02 {
	padding: 140px 90px;
	background: url("../images/bg03.png") no-repeat center bottom 170px;
}
.indexsec02 h2 {
	margin-bottom: 40px;
	text-align: center;
}
.indexsec02 .cateul {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.indexsec02 .cateul li {
	width: 11%;
	margin: 0 1.9%;
}
.indexsec02 .cateul a {
	display: block;
}
.indexsec02 .cateul a:hover {
	transform: rotateY(360deg);
}
.indexsec02 .sliderbox {
	position: relative;
}
.indexsec02 .swiper-container {
	width: 100%;
	height: 680px;
}
.indexsec02 .swiper-slide {
	height: calc((100% - 34px) / 2);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.indexsec02 .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.indexsec02 .swiper-slide a img {
	width: 100%;
	min-height: 323px;
}
.indexsec02 .swiper-slide .hidden {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: #00A0E9;
	box-sizing: border-box;
	color: #fff;
	padding: 15px 6%;
	transform: scale(0);
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec02 .swiper-slide a:hover .hidden {
	transform: scale(1);
}
.indexsec02 .swiper-slide .hidden h3 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
}
.indexsec02 .swiper-slide .hidden p {
	font-size: 14px;
	line-height: 24px;
}
.indexsec02 .swiper-button-next:after,
.indexsec02 .swiper-button-prev:after {
	display: none;
}
.indexsec02 .swiper-button-next,
.indexsec02 .swiper-button-prev {
	width: 69px;
	height: 69px;
	margin-top: -35px;
}
.indexsec02 .swiper-button-next {
	right: -100px;
	background: url("../images/next02.png") no-repeat center center;
}
.indexsec02 .swiper-button-next:hover {
	background-image: url("../images/next02_on.png");
}
.indexsec02 .swiper-button-prev {
	left: -100px;
	background: url("../images/prev02.png") no-repeat center center;
}
.indexsec02 .swiper-button-prev:hover {
	background-image: url("../images/prev02_on.png");
}
.comMore {
	margin-top: 50px;
}
.comMore a {
	display: block;
	margin: 0 auto;
	border: 1px solid #f08225;
	width: 200px;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	color: #f08225;
	text-transform: uppercase;
	padding: 15px 20px;
	letter-spacing: 1px;
	overflow: hidden;
	background-color: #fff;
}
.comMore span {
	position: relative;
	z-index: 3;
}
.comMore a:before {
	width: 25px;
	height: 17px;
	margin-top: -9px;
	position: absolute;
	right: 15px;
	top: 50%;
	content: "";
	background: url("../images/icon02.png") no-repeat;
	z-index: 2;
}
.comMore a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24%;
    height: 0;
    border-top: none;
    border-bottom: 54px #f08225 solid;
    border-left: transparent 40px solid;
    border-right: none;
    transition: 0.3s ease 0s;
	z-index: 1;
}
.comMore a:hover:after {
	width: 100%;
	border-left-width: 0px;
}
.comMore a:hover {
	color: #fff;
}
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../font/RobotoCondensed-Bold.eot'); /* IE9 Compat Modes */
    src: url('../font/RobotoCondensed-Boldd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/RobotoCondensed-Bold.woff') format('woff'), /* Modern Browsers */
    url('../font/RobotoCondensed-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.headLine01 {
	margin-bottom: 100px;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}
.headLine01 span {
	margin-bottom: 5px;
	display: block;
	font-size: 73px;
	font-family: 'RobotoCondensed-Bold';
	line-height: 73px;
}
.indexsec03 {
	padding: 100px 0;
	background: url("../images/bg04.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.indexsec03 #video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.indexsec03 #video video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.indexsec03 .comWidth {
	position: relative;
	z-index: 5;
}
.indexsec03 ul {
	display: flex;
	justify-content: space-between;
	margin-left: 13.2%;
}
.indexsec03 ul li {
	width: 21.4%;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 12px;
	cursor: pointer;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec03 ul .inner {
	min-height: 225px;
	box-sizing: border-box;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1) inset;
}
.indexsec03 ul h3 {
	margin: 15px 0 5px;
	color: #666;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec03 ul p {
	font-size: 14px;
	color: #666;
}
.indexsec03 ul li:hover {
	border-radius: 0;
}
.indexsec03 ul li:hover h3 {
	margin-top: 25px;
}
.indexsec04 {
	padding: 100px 0 140px;
	background: url("../images/bg06.png") no-repeat right bottom,url("../images/bg05.png") no-repeat left bottom;
}
.indexsec04 h2 {
	text-align: center;
	margin-bottom: 60px;
}
.indexsec04 ul {
	display: flex;
}
.indexsec04 ul li {
	width: 25.2%;
	margin-right: 3%;
	cursor: pointer;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec04 ul li:last-child {
	margin-right: 0;
}
.indexsec04 ul .photo img {
	width: 100%;
}
.indexsec04 ul .txtbox {
	text-align: center;
}
.indexsec04 ul .txtbox p {
	margin-top: 30px;
	padding: 5px 0 5px 70px;
	display: inline-block;
	font-size: 20px;
	color: #00a0e9;
	font-weight: bold;
	background: url("../images/bg07.png") no-repeat left center;
	background-size: 58px auto;
	text-align: left;
}
.indexsec04 ul .txtbox p span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.indexsec04 ul li:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec04 ul li:hover p {
	color: #f08225;
	background-image: url("../images/bg08.png");
}
.indexsec05 {
	position: relative;
	padding: 100px 0;
}
.indexsec05 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 517px;
	background: url("../images/bg09.jpg") no-repeat center center;
	background-size: cover;
}
.indexsec05 .comWidth {
	position: relative;
	z-index: 5;
}
.indexsec05 h2 {
	text-align: center;
	margin-bottom: 70px;
}
.indexsec05 .swiper-slide {
	transform: scale(0.8);
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec05 .swiper-slide a {
	display: block;
}
.indexsec05 .swiper-slide a:hover {
	opacity: 0.7;
}
.indexsec05 .swiper-slide-active {
	transform: scale(1);
}
.indexsec05 .swiper-button-next:after,
.indexsec05 .swiper-button-prev:after {
	display: none;
}
.indexsec05 .swiper-button-next,
.indexsec05 .swiper-button-prev {
	width: 68px;
	height: 68px;
	margin-top: -34px;
}
.indexsec05 .swiper-button-next {
	right: 29%;
	background: url("../images/next02.png") no-repeat center center;
}
.indexsec05 .swiper-button-next:hover {
	background-image: url("../images/next02_on.png");
}
.indexsec05 .swiper-button-prev {
	left: 29%;
	background: url("../images/prev02.png") no-repeat center center;
}
.indexsec05 .swiper-button-prev:hover {
	background-image: url("../images/prev02_on.png");
}
.indexsec06 .comWidth {
	position: relative;
}
.indexsec06 .headLine01 {
	color: #333;
}
.indexsec06 .icon {
	position: absolute;
	right: 0;
	top: 60px;
}
.indexsec06 ul a {
	display: block;
	position: relative;
}
.indexsec06 ul .time {
	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%);
	font-size: 42px;
	font-weight: bold;
	color: #f08225;
}
.indexsec06 ul .time span {
	display: block;
	font-size: 26px;
}
.indexsec06 ul .txtbox {
	margin-left: 170px;
	position: relative;
}
.indexsec06 ul .txtbox:before {
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	content: "";
	width: 2px;
	background-color: #00a0e9;
}
.indexsec06 ul .txtbox h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.indexsec06 ul .txtbox p {
	color: #666;
	line-height: 26px;
}
.indexsec06 ul li:not(:last-child) {
	margin-bottom: 60px;
}
.indexsec06 ul a:hover h3 {
	color: #00a0e9;
}
#footer {
	margin-top: 100px;
	background: url("../images/bg10.jpg") no-repeat center center;
	background-size: cover;
}
#footer .copyright {
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright span {
	margin-left: 60px;
}
#footer .fbox {
	max-width: 1300px;
	margin: 0 auto;
	padding: 90px 15px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .flogo {
	max-width: 292px;
}
#footer .code {
	max-width: 206px;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 10px;
}
#footer .code p {
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
#footer .ftxt {
	max-width: 580px;
	color: #fff;
}
#footer .ftxt .ttl {
	font-size: 25px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
#footer .ftxt .ttl span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
/*#footer .ftxt ul li {
	margin-top: 10px;
	padding-left: 45px;
	position: relative;
	line-height: 33px;
}*/
#footer .ftxt ul li {
	margin-top: 10px;
	position: relative;
	line-height: 33px;
}
#footer .ftxt ul img {
	position: absolute;
	left: 0;
	top: 4px;
}
#footer .ftxt ul a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#footer .ftxt ul .address {
	text-indent: -81px;
	padding-left: 127px;
}
.comImg {
	display: flex;
	justify-content: center;
	align-items: center;
}
.comImg {
	height: 650px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	box-sizing: border-box;
	padding: 15px;
}
.comImg01 {
	height: 250px;
	background-position: center bottom;
}
.comImg01 .scroll {display: none;}
.comImg h2 {
	text-align: center;
	font-size: 80px;
	line-height: 1.4;
	letter-spacing: 4px;
	color: #fff;
	text-shadow: 0 5px 5px rgba(0,0,0,0.1),0 5px 5px rgba(0,0,0,0.1),0 5px 5px rgba(0,0,0,0.1),0 5px 5px rgba(0,0,0,0.1);
}
.comImg h2 span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0;
}
.comImg .scroll {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -11px;
	-webkit-animation:scroll_anim .5s linear 0s infinite alternate;
	animation:scroll_anim .5s linear 0s infinite alternate;
}
@-webkit-keyframes scroll_anim{
	0%{
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0)
	}
	to{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
@keyframes scroll_anim{
	0%{
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0)
	}
	to{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
#scroll {
	padding-top: 100px;
}
.contactPage .ditu {
	margin-bottom: 40px;
	position: relative;
}
.contactPage #allmap {
	width: 100%;
	height: 610px;
	box-sizing: border-box;
	border: 1px solid #999;
}
.contactPage .ditu .code {
	padding: 27px 27px 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 240px;
	background-color: #00a0e9;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	z-index: 5;
}
.contactPage .ditu .code p {
	margin-top: 10px;
	letter-spacing: 2px;
}
.contactPage .txtul {
	display: flex;
	justify-content: space-between;
}
/*.contactPage .txtul li {
	width: 32.5%;
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 136px;
	cursor: pointer;
}*/
.contactPage .txtul li {
	width: 23.5%;
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 136px;
	cursor: pointer;
}
.contactPage .txtul .tel p {
	padding-left: 70px;
	background: url("../images/icon11.png") no-repeat left center;
}
.contactPage .txtul .tel a {
	color: #666;
	font-size: 30px;
	font-weight: bold;
	-webkit-transition: none;
	transition: none;
}
.contactPage .txtul .address p {
	padding-left: 70px;
	background: url("../images/icon13.png") no-repeat left center;
}
.contactPage .txtul .address span {
	display: block;
	color: #666;
	font-size: 13px;
}
.contactPage .txtul .people p {
	padding-left: 70px;
	background: url("../images/icon12.png") no-repeat left center;
}
.contactPage .txtul .people span {
	display: block;
	color: #666;
	font-size: 30px;
	font-weight: bold;
}
.contactPage .txtul li:hover {
	color: #fff;
	background: #f08225 url("../images/icon14.png") no-repeat right -7px bottom -22px;
}
.contactPage .txtul li:hover span,
.contactPage .txtul li:hover a {
	color: #fff;
}
.contactPage .txtul .tel:hover p {
	background-image: url("../images/icon11_on.png");
}
.contactPage .txtul .people:hover p {
	background-image: url("../images/icon12_on.png");
}
.contactPage .txtul .address:hover p {
	background-image: url("../images/icon13_on.png");
}
.aboutPage .topul {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.aboutPage .topul li {
	width: 33.33%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
}
.aboutPage .topul li:nth-child(2) {
	position: relative;
}
.aboutPage .topul li:nth-child(2):before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "/";
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.aboutPage .topul li:nth-child(2):after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "/";
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.aboutPage .topul a {
	display: inline-block;
	color: #666;
	font-size: 18px;
}
.aboutPage .topul a:hover {
	color: #00a0e9;
	text-decoration: underline;
}
.aboutPage .sec01 {
	margin: 100px 0;
	position: relative;
}
.aboutPage .sec01 .photo01 {
	width: 49.36%;
	position: absolute;
	left: 0;
	top: 0;
}
.aboutPage .sec01 h3 {
	padding: 140px 0 115px 51.8%;
	font-size: 40px;
	color: #f08225;
	font-weight: normal;
}
.aboutPage .sec01 h3 .txt01 {
	padding-right: 120px;
	display: inline-block;
	font-size: 32px;
	text-transform: uppercase;
	position: relative;
}
.aboutPage .sec01 h3 .txt01:before {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	width: 93px;
	height: 1px;
	background-color: #f08225;
}
.aboutPage .sec01 h3 .txt02 {
	margin-bottom: 20px;
	display: block;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: bold;
}
.aboutPage .sec01 .imgbox {
	display: flex;
	justify-content: space-between;
	margin-left: 23.7%;
	position: relative;
	z-index: 2;
}
.aboutPage .sec01 .imgbox .photo {
	width: 43.3%;
}
.aboutPage .sec01 .imgbox .photo img {
	width: 100%;
}
.aboutPage .sec01 .imgbox p {
	text-align: justify;
	/*margin-top: 35px;*/
	width: 51%;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-indent: 1em;
}
.aboutPage .sec02 .bg {
	padding: 100px 0 260px;
	text-align: center;
	background: url("../images/bg13.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
}
.aboutPage .sec02 .bg h3 {
	font-size: 42px;
	margin-bottom: 20px;
	font-weight: normal;
}
.aboutPage .sec02 .bg p {
	font-size: 26px;
	line-height: 44px;
}
.aboutPage .sec02 .whitebox {
	max-width: 1096px;
	margin: -150px auto 0;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	padding: 50px 5%;
	position: relative;
}
.aboutPage .sec02 .whitebox:before {
	position: absolute;
	left: 50%;
	width: 1px;
	background-color: #f08225;
	content: "";
	height: 82px;
	top: -41px;
}
.aboutPage .sec02 .whitebox h3 {
	text-align: center;
	margin-bottom: 20px;
	color: #00a0e9;
	font-size: 28px;
	font-weight: normal;
}
.aboutPage .sec02 .whitebox p {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-indent: 1em;
	text-align: justify;
}
.aboutPage .sec03 {
	margin-bottom: -100px;
	padding: 100px 0 150px;
	background: url("../images/bg14.png") no-repeat right top;
}
.aboutPage .sec03 h3 {
	font-size: 42px;
	margin-bottom: 40px;
	color: #f08225;
	font-weight: normal;
	letter-spacing: 1px;
}
.aboutPage .sec03 h3 span {
	position: relative;
	display: block;
	color: #999;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 10px;
	margin-top: 10px;
}
.aboutPage .sec03 h3 span:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 2px;
	background-color: #00a0e9;
	content: "";
}
.aboutPage .sec03 .txt {
	margin-bottom: 80px;
	font-size: 30px;
}
.aboutPage .sec03 ul {
	display: flex;
}
.aboutPage .sec03 ul li {
	width: 20%;
	box-sizing: border-box;
	padding-right: 10%;
}
.aboutPage .sec03 ul .photo {
	margin-bottom: 20px;
	-webkit-transition: all .5s;transition: all .5s;
}
.aboutPage .sec03 ul li:hover .photo {
	transform: translateY(-10px);
}
.aboutPage .sec03 ul h4 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
.aboutPage .sec03 ul p {
	color: #999;
	line-height: 25px;
}
/*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;
float: left;
margin: 0 5px;
}
.pagination li a:hover{
color:#f08225;
}
.pagination li a.page-num-current{
	color:#f08225;
}
.pagination li.thisclass {
background: #f08225;
color: #fff;
height: 32px;
line-height: 32px;
padding: 0 12px;
font-size: 16px;
text-decoration: none;
}
.pagination li.thisclass a,.pagination li.thisclass a:hover{
background: transparent;
border-color: #1B82FF;
color: #fff;
cursor: default;
}
.realityPage .listul {
	display: flex;
	flex-wrap: wrap;
}
.realityPage .listul li {
	width: 31.64%;
	margin: 0 2.54% 35px 0;
}
.realityPage .listul li:nth-child(3n) {
	margin-right: 0;
}
.realityPage .listul a {
	display: block;
	height: 100%;
	background-color: #eeeeee;
}
.realityPage .listul p {
	padding: 20px 10%;
	font-size: 18px;
}
.realityPage .listul p span {
	font-size: 14px;
	color: #666;
}
.realityPage .listul a:hover {
	background: #f08225 url("../images/icon19.png") no-repeat right bottom -15px;
}
.realityPage .listul a:hover p {
	color: #fff;
}
.realityPage .listul a:hover p span {
	color: #fff;
}
.realityPage .listul .photo {
	height: 330px;
	overflow: hidden;
}
.realityPage .listul .photo img {
	width: 100%;
	min-height: 330px;
}
.realityPage .detailbox .ttl {
	text-align: center;
	font-size: 36px;
	color: #00aced;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
.realityPage .detailbox .info {
	margin-bottom: 100px;
}
.realityPage .detailbox .info img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}
.realityPage .detailbox .detailul {
	display: flex;
	flex-wrap: wrap;
}
.realityPage .detailbox .detailul li {
	width: 31.64%;
	margin: 0 2.54% 0 0;
}
.realityPage .detailbox .detailul li:nth-child(3n) {
	margin-right: 0;
}
.realityPage .detailbox .detailul a {
	display: block;
	position: relative;
	height: 330px;
	overflow: hidden;
}
.realityPage .detailbox .detailul a img {
	width: 100%;
	min-height: 330px;
}
.realityPage .detailbox .detailul .hidden {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #00A0E9;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 8%;
	opacity: 0;
	-webkit-transition: all .5s;transition: all .5s;
}
.realityPage .detailbox .detailul a:hover .hidden {
	opacity: 1;
}
.realityPage .detailbox .detailul h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.realityPage .detailbox .detailul p {
	font-size: 14px;
	line-height: 24px;
}
.headLine02 {
	margin-bottom: 40px;
	font-size: 26px;
	color: #00aced;
	font-weight: normal;
	letter-spacing: 0.5px;
}
.headLine02 span {
	display: block;
	font-size: 18px;
	color: #666;
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
}
.headLine02 span:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 54px;
	height: 2px;
	background-color: #f08225;
}
.newsPage .sliderbox {
	max-width: 1620px;
	margin: 0 auto 100px;
	position: relative;
	box-sizing: border-box;
	padding: 0 110px;
}
.newsPage .sliderbox .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsPage .sliderbox .photobox {
	width: 41.14%;
	height: 340px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsPage .sliderbox .photobox img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.newsPage .sliderbox .txtbox {
	width: 53%;
}
.newsPage .sliderbox .txtbox h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 26px;
	border-bottom: 1px solid #999;
}
.newsPage .sliderbox .txtbox .note {
	display: flex;
	margin-bottom: 20px;
}
.newsPage .sliderbox .txtbox .note li {
	color: #999;
	margin-right: 60px;
}
.newsPage .sliderbox .txtbox .note li:last-child {
	margin-right: 0;
}
.newsPage .sliderbox .txtbox .note img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}
.newsPage .sliderbox .txtbox p {
	font-size: 14px;
	color: #666;
	text-indent: 1em;
	line-height: 25px;
}
.newsPage .sliderbox .txtbox .link {
	margin-top: 25px;
}
.newsPage .sliderbox .txtbox .link a {
	display: inline-block;
	color: #f08225;
	font-size: 14px;
	border: 1px solid #f08225;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
	padding: 10px 15px;
}
.newsPage .sliderbox .txtbox .link a:hover {
	background-color: #f08225;
	color: #fff;
}
.newsPage .sliderbox .swiper-button-next:after,
.newsPage .sliderbox .swiper-button-prev:after {
	display: none;
}
.newsPage .sliderbox .swiper-button-next,
.newsPage .sliderbox .swiper-button-prev {
	width: 69px;
	height: 69px;
	margin-top: -35px;
}
.newsPage .sliderbox .swiper-button-next {
	background: url("../images/next02.png") no-repeat center center;
}
.newsPage .sliderbox .swiper-button-next:hover {
	background-image: url("../images/next02_on.png");
}
.newsPage .sliderbox .swiper-button-prev {
	background: url("../images/prev02.png") no-repeat center center;
}
.newsPage .sliderbox .swiper-button-prev:hover {
	background-image: url("../images/prev02_on.png");
}
.newsPage .bg {
	padding: 100px 0;
	background-color: #F5F5F5;
	margin-bottom: -100px;
}
.newsPage .listul {
	display: flex;
	flex-wrap: wrap;
}
.newsPage .listul li {
	width: 31.64%;
	margin: 0 2.54% 35px 0;
}
.newsPage .listul li:nth-child(3n) {
	margin-right: 0;
}
.newsPage .listul a {
	display: block;
	height: 100%;
	background-color: #fff;
}
.newsPage .listul .photo {
	height: 312px;
	overflow: hidden;
}
.newsPage .listul .photo img {
	width: 100%;
	min-height: 312px;
}
.newsPage .listul .txtbox {
	padding: 20px;
}
.newsPage .listul .time {
	margin-bottom: 10px;
	padding-left: 24px;
	font-size: 14px;
	color: #f08225;
	background: url("../images/icon22.png") no-repeat left center;
}
.newsPage .listul h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.newsPage .listul p {
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.newsPage .listul a:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	transform: translateY(-15px);
}
.newsPage .listul a:hover h3 {
	color: #00a0e9;
}
.newsPage .detailbox .ttl {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
}
.newsPage .detailbox .noteul {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.newsPage .detailbox .noteul li {
	color: #999;
}
.newsPage .detailbox .noteul li:not(:last-child) {
	margin-right: 80px;
}
.newsPage .detailbox .noteul img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}
.newsPage .detailbox .info {
	font-size: 18px;
	color: #666;
	line-height: 34px;
}
.newsPage .detailbox .info * {
	font-size: 18px !important;
	color: #666 !important;
	line-height: 34px !important;
}
.newsPage .detailbox .info img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}
.newsPage .detailbox .btmbox {
	margin-top: 100px;
}
.productPage .width {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.productPage .item {
	margin-bottom: 80px;
	padding: 55px 5.4%;
	background-color: #f5f5f5;
	opacity: 0;
	-webkit-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		-ms-transform: translateY(80px);
		transform: translateY(80px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.productPage .item .topbox {
	position: relative;
	padding-left: 220px;
	margin-bottom: 65px;
}
.productPage .item .topbox .num {
	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%);
}
.productPage .item .topbox .ttl {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.productPage .item .topbox .ttl .name {
	font-size: 62px;
	color: #00a0e9;
	font-weight: bold;
	position: relative;
	padding-left: 90px;
	max-width: 55%;
	box-sizing: border-box;
}
.productPage .item .topbox .ttl .name:before {
	position: absolute;
	left: 44px;
	top: 28px;
	bottom: 28px;
	content: "";
	background-color: #f08225;
	width: 2px;
}
.productPage .item .topbox .ttl p {
	max-width: 57.5%;
	text-align: right;
	color: #666;
	line-height: 34px;
}
.productPage .item ul {
	display: flex;
	justify-content: space-between;
}
.productPage .item ul li {
	width: 31%;
}
.productPage .item ul a {
	display: block;
	height: 325px;
	overflow: hidden;
	position: relative;
}
.productPage .item ul img {
	width: 100%;
	min-height: 325px;
}
.productPage .item ul .hidden {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #00A0E9;
	box-sizing: border-box;
	padding: 10px 5%;
	opacity: 0;
	-webkit-transition: all .5s;transition: all .5s;
}
.productPage .item ul .hidden h3 {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.productPage .item ul .hidden p {
	font-size: 14px;
	line-height: 24px;
}
.productPage .item ul a:hover .hidden {
	opacity: 1;
}
.productPage .item ul a:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.productPage .list .ttlbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.productPage .list .ttlbox h3 {
	font-size: 56px;
	color: #f08225;
	max-width: 570px;
}
.productPage .list .ttlbox h3 span {
	text-transform: uppercase;
	display: block;
	font-size: 30px;
	color: #eeeeee;
}
.productPage .list .ttlbox ul {
	width: 514px;
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
}
.productPage .list .ttlbox ul li {
	width: 31.13%;
	margin: 15px 3.305% 0 0;
}
.productPage .list .ttlbox ul li:nth-child(3n) {
	margin-right: 0;
}
.productPage .list .ttlbox ul a {
	padding: 15px 5px;
	text-align: center;
	font-size: 14px;
	background-color: #eeeeee;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productPage .list .ttlbox ul .on a,
.productPage .list .ttlbox ul a:hover {
	background-color: #f08225;
	color: #fff;
}
.productPage .list .photoul {
	display: flex;
	flex-wrap: wrap;
}
.productPage .list .photoul li {
	width: 31%;
	margin: 0 3.5% 50px 0;
}
.productPage .list .photoul li:nth-child(3n) {
	margin-right: 0;
}
.productPage .list .photoul a {
	display: block;
	position: relative;
	height: 325px;
	overflow: hidden;
}
.productPage .list .photoul a > img {
	width: 100%;
	min-height: 325px;
}
.productPage .list .photoul .hidden {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	background-color: rgba(0,160,233,0.79);
	transform: scale(0);
	-webkit-transition: all .5s;transition: all .5s;
}
.productPage .list .photoul .hidden p {
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
}
.productPage .list .photoul a:hover .hidden {
	transform: scale(1);
}
.productPage .detail .imgbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 115px;
}
.productPage .detail .imgbox .photobox {
	width: 51.35%;
	position: relative;
}
.productPage .detail .imgbox .photobox img {
	width: 100%;
	position: relative;
	z-index: 2;
}
.productPage .detail .imgbox .photobox:before {
	position: absolute;
	left: 15px;
	top: 15px;
	content: "";
	right: -15px;
	bottom: -15px;
	background-color: #DDDDDD;
}
.productPage .detail .imgbox .txtbox {
	width: 42%;
}
.productPage .detail .imgbox .txtbox h3 {
	font-size: 40px;
	margin-bottom: 30px;
	color: #f08225;
	font-weight: normal;
}
.productPage .detail .imgbox .txtbox h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.productPage .detail .imgbox .txtbox p {
	line-height: 28px;
	/* text-indent: 1em; */
	text-align: justify;
}
.productPage .detail .ttl {
	font-size: 40px;
	color: #f08225;
	margin-bottom: 30px;
	text-align: center;
}
.productPage .detail .info {
	line-height: 30px;
	margin-bottom: 100px;
}
.productPage .detail .info table{ border-collapse:collapse; width:100%;}
.productPage .detail .info td{
	border: 1px #666 solid; text-align: center; vertical-align:middle; border-collapse:collapse;
}
.productPage .detail .info * {
	line-height: 30px !important;
	font-size: 16px !important;
	color: #333 !important;
}
.productPage .detail .info img {
	margin: 0 auto;
	display: block;
	height: auto !important;
}
.productPage .detail .photoul {
	display: flex;
	flex-wrap: wrap;
}
.productPage .detail .photoul li {
	width: 31%;
	margin: 0 3.5% 0 0;
}
.productPage .detail .photoul li:nth-child(3n) {
	margin-right: 0;
}
.productPage .detail .photoul a {
	display: block;
	position: relative;
	height: 325px;
	overflow: hidden;
}
.productPage .detail .photoul p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
}
.productPage .detail .photoul a:hover {
	opacity: 0.7;
}
.productPage .detail .photoul img {
	width: 100%;
	min-height: 325px;
}

@media all and (min-width: 1351px) and (max-width: 1500px) {
	.productPage .item {padding-left: 20px;padding-right: 20px;}
	.productPage .item .topbox .ttl .name {font-size: 60px;}
	.indexsec02 .swiper-slide a img {min-height: 272px;}
	.indexsec02 .swiper-container {height: 578px;}
	.productPage .item ul img {min-height: 301px;}
	.productPage .item ul a {height: 301px;}
}

@media all and (min-width: 1172px) and (max-width: 1350px) {
	#header .navi {width: 900px;padding-right: 320px;}
	.indexsec03 ul {margin-left: 6%;}
	.productPage .item {padding-left: 15px;padding-right: 15px;}
	.indexsec02 .swiper-slide a img {min-height: 272px;}
	.indexsec02 .swiper-container {height: 578px;}
	.productPage .item ul img {min-height: 260px;}
	.productPage .item ul a {height: 260px;}
	.productPage .list .photoul a {height: 270px;}
	.productPage .list .photoul a > img {min-height: 270px;}
}

@media all and (min-width: 992px) and (max-width: 1171px) {
	#header .navi {width: 770px;padding-right: 230px;}
	#header .navi .tel {font-size: 30px;background-size: 35px auto;padding-left: 42px;}
	#header .navi ul a {padding: 0 5px;font-size: 16px;}
	#header h1 {max-width: 180px;}
	.indexsec03 ul {margin-left: 0;}
	#footer .flogo {max-width: 240px;}
	.productPage .item {padding-left: 15px;padding-right: 15px;}
	.productPage .item .topbox .ttl .name {font-size: 50px;padding-left: 70px;}
	.productPage .item .topbox .ttl .name:before {left: 35px;}
	.indexsec02 .swiper-slide a img {min-height: 200px;}
	.indexsec02 .swiper-container {height: 434px;}
	.productPage .item ul img {min-height: 220px;}
	.productPage .item ul a {height: 220px;}
	.productPage .list .photoul a {height: 225px;}
	.productPage .list .photoul a > img {min-height: 225px;}
}

@media all and (max-width: 991px) {
	#header {
		padding: 12px 15px;
		position: relative;
	}
	#header .width {
		max-width: inherit;
		display: block;
	}
	#header h1 {
		max-width: 170px;
	}
	#header .navi {
		display: none;
		width: 100%;
		position: absolute;
		padding-right: 0;
		left: 0;
		top: 100%;
		z-index: 100;
		background-color: rgba(255,255,255,0.9);
	}
	#header .navi .tel {
		display: none;
	}
	#header .navi ul {
		display: block;
	}
	#header .navi ul a {
		padding: 12px 5px;
		display: block;
		height: auto;
		font-size: 16px;
		text-align: center;
	}
	#header .navi a:before {
		display: none;
	}
	#header .navi a:hover,
	#header .navi .on a {
		color: #f08225;
	}
	#header .menu {
		position: absolute;
		right: 15px;
		top: 22px;
		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 .swiper-slide {
		padding: 0 15px;
		height: 340px;
	}
	.mainVisual .inner01 {
		max-width: inherit;
		padding: 40px 0 0;
	}
	.mainVisual .inner01 img {
		max-height: 80px;
	}
	.mainVisual .inner02 {
		padding-top: 20px;
	}
	.mainVisual .inner02 img {
		max-height: 55px;
		margin: 20px auto 0;
	}
	.mainVisual .inner03 {
		padding-top: 40px;
	}
	.mainVisual .inner03 img {
		max-height: 90px;
	}
	.mainVisual .swiper-button-next,
	.mainVisual .swiper-button-prev {
		width: 31px;
		height: 26px;
	}
	.mainVisual .swiper-button-prev {
		right: 60px;
		bottom: 15px;
		background-size: 31px auto;
	}
	.mainVisual .swiper-button-prev:hover {
		right: 60px;
	}
	.mainVisual .swiper-button-next {
		right: 15px;
		bottom: 5%;
		background-size: 31px auto;
	}
	.mainVisual .swiper-button-next:hover {
		right: 15px;
	}
	.mainVisual .swiper-pagination {
		display: none;
	}
	.comWidth {
		max-width: inherit;
	}
	.indexsec01 {
		padding: 40px 0;
		background-size: 100% auto;
	}
	.indexsec01 h2 {
		margin-bottom: 10px;
	}
	.indexsec01 h2 img {
		max-width: 270px;
		background-attachment: inherit;
		background-size: cover;
	}
	.indexsec01 h3 {
		margin-bottom: 20px;
		font-size: 25px;
		letter-spacing: 3px;
	}
	.indexsec01 p {
		margin-bottom: 20px;
		max-width: inherit;
		line-height: 1.6;
	}
	.indexsec01 .link a {
		padding-right: 30px;
		font-size: 16px;
		background-size: 18px auto;
	}
	.indexsec01 .link a:hover {
		padding-right: 35px;
	}
	.indexsec02 {
		padding: 40px 0;
		background: url("../images/bg03.png") no-repeat center center;
		background-size: 900px auto;
	}
	.indexsec02 h2 {
		margin-bottom: 20px;
	}
	.indexsec02 h2 img {
		max-height: 75px;
	}
	.indexsec02 .cateul {
		margin-bottom: 10px;
		justify-content: flex-start;
	}
	.indexsec02 .cateul li {
		width: 31%;
		margin: 0 3.5% 10px 0;
	}
	.indexsec02 .cateul li:nth-child(3n) {
		margin-right: 0;
	}
	.indexsec02 .sliderbox {
		padding: 0 30px;
	}
	.indexsec02 .swiper-container {
		height: 430px;
	}
	.indexsec02 .swiper-slide {
		height: calc((100% - 10px) / 2);
	}
	.indexsec02 .swiper-slide a img {
		min-height: 210px;
	}
	.indexsec02 .swiper-slide .hidden {
		padding: 10px;
		transform: scale(1);
		background-color: rgba(0,160,233,0.8);
	}
	.indexsec02 .swiper-slide .hidden h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.indexsec02 .swiper-slide .hidden p {
		font-size: 13px;
		line-height: 1.5;
	}
	.indexsec02 .swiper-button-next,
	.indexsec02 .swiper-button-prev {
		width: 34px;
		height: 34px;
		margin-top: -17px;
	}
	.indexsec02 .swiper-button-next {
		right: -10px;
		background-size: 100% 100%;
	}
	.indexsec02 .swiper-button-prev {
		left: -10px;
		background-size: 100% 100%;
	}
	.comMore {
		margin-top: 20px;
	}
	.comMore a {
		width: 180px;
		padding: 12px 15px;
	}
	.comMore a:before {
		width: 20px;
		height: 14px;
		margin-top: -7px;
		background-size: 20px auto;
	}
	.comMore a:after {
		width: 22%;
		border-bottom: 48px #f08225 solid;
		border-left: transparent 35px solid;
	}
	.headLine01 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.headLine01 span {
		margin-bottom: 0;
		font-size: 30px;
		line-height: 1.5;
	}
	.indexsec03 {
		padding: 40px 0 25px;
	}
	.indexsec03 ul {
		flex-wrap: wrap;
		margin-left: 0;
	}
	.indexsec03 ul li {
		margin-bottom: 15px;
		width: 48%;
		border-radius: 10px;
		padding: 10px;
	}
	.indexsec03 ul .inner {
		min-height: 160px;
		padding: 0 10px;
		border-radius: 10px;
	}
	.indexsec03 ul img {
		height: 40px;
	}
	.indexsec03 ul h3 {
		margin: 10px 0 5px;
		font-size: 16px;
	}
	.indexsec03 ul p {
		font-size: 13px;
	}
	.indexsec03 ul li:hover h3 {
		margin-top: 15px;
	}
	.indexsec04 {
		padding: 40px 0;
		background-size: 230px auto,100% auto;
	}
	.indexsec04 h2 {
		margin-bottom: 20px;
	}
	.indexsec04 h2 img {
		max-height: 75px;
	}
	.indexsec04 ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.indexsec04 ul li {
		width: 49%;
		margin: 0 0 15px;
	}
	.indexsec04 ul .txtbox p {
		margin-top: 5px;
		padding: 5px 0 5px 35px;
		font-size: 14px;
		background-size: 26px auto;
	}
	.indexsec04 ul .txtbox p span {
		font-size: 11px;
	}
	.indexsec04 ul li:hover {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.indexsec05 {
		padding: 40px 0;
	}
	.indexsec05 .bg {
		height: 240px;
	}
	.indexsec05 h2 {
		margin-bottom: 20px;
	}
	.indexsec05 h2 img {
		max-height: 75px;
	}
	.indexsec05 .swiper-slide {
		transform: scale(1);
	}
	.indexsec05 .swiper-button-next,
	.indexsec05 .swiper-button-prev {
		width: 34px;
		height: 34px;
		margin-top: -17px;
	}
	.indexsec05 .swiper-button-next {
		right: 5px;
		background-size: 100% 100%;
	}
	.indexsec05 .swiper-button-prev {
		left: 5px;
		background-size: 100% 100%;
	}
	.indexsec06 .icon {
		top: 25px;
		max-width: 150px;
	}
	.indexsec06 ul .time {
		font-size: 24px;
	}
	.indexsec06 ul .time span {
		font-size: 18px;
	}
	.indexsec06 ul .txtbox {
		margin-left: 90px;
	}
	.indexsec06 ul .txtbox:before {
		left: -17px;
		width: 1px;
	}
	.indexsec06 ul .txtbox h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.indexsec06 ul .txtbox p {
		line-height: 1.6;
	}
	.indexsec06 ul li:not(:last-child) {
		margin-bottom: 30px;
	}
	#footer {
		margin-top: 40px;
	}
	#footer .copyright {
		border-top: 1px solid rgba(255,255,255,0.7);
		padding: 15px 5px 20px;
	}
	#footer .copyright span {
		margin: 5px 0 0;
		display: block;
	}
	#footer .fbox {
		max-width: inherit;
		padding: 30px 15px 20px;
		display: block;
	}
	#footer .flogo {
		max-width: 160px;
		margin: 0 auto 20px;
	}
	#footer .code {
		display: none;
	}
	#footer .ftxt {
		max-width: inherit;
	}
	#footer .ftxt .ttl {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: center;
	}
	#footer .ftxt .ttl span {
		font-size: 18px;
	}
	#footer .ftxt ul li {
		margin-top: 10px;
		padding-left: 35px;
		line-height: 30px;
	}
	#footer .ftxt ul img {
		top: 4px;
		width: 25px;
	}
	#footer .ftxt ul li:first-child img {
		top: 7px;
	}
	#footer .ftxt ul a {
		font-size: 22px;
	}
	#footer .ftxt ul .address {
		text-indent: -71px;
		padding-left: 106px;
	}
	.comImg {
		height: 230px;
		padding: 0 15px 50px;
	}
	.comImg01 {
		padding: 0;
		height: 100px;
	}
	.comImg h2 {
		font-size: 28px;
		letter-spacing: 2px;
	}
	.comImg .scroll {
		width: 14px;
		bottom: 20px;
		margin-left: -7px;
	}
	#scroll {
		padding-top: 40px;
	}
	.contactPage .ditu {
		margin-bottom: 20px;
	}
	.contactPage #allmap {
		height: 300px;
	}
	.contactPage .ditu .code {
		display: none;
	}
	.contactPage .txtul {
		display: block;
	}
	.contactPage .txtul li {
		margin-top: 10px;
		width: auto;
		padding: 15px;
		display: block;
		min-height: inherit;
	}
	.contactPage .txtul .tel a {
		font-size: 24px;
	}
	.contactPage .txtul .people span {
		font-size: 24px;
	}
	.contactPage .txtul li:hover {
		background-size: 70px auto;
		background-position: right bottom;
	}
	.contactPage .txtul li p {
		padding-left: 50px !important;
		background-size: auto 30px !important;
	}
	.aboutPage .topul {
		max-width: inherit;
	}
	.aboutPage .topul li {
		padding: 0 10px;
	}
	.aboutPage .topul a {
		font-size: 15px;
	}
	.aboutPage .sec01 {
		margin: 40px 0;
	}
	.aboutPage .sec01 .photo01 {
		width: auto;
		position: static;
	}
	.aboutPage .sec01 .photo01 img {
		width: 100%;
	}
	.aboutPage .sec01 h3 {
		padding: 20px 0;
		font-size: 18px;
	}
	.aboutPage .sec01 h3 .txt01 {
		padding-right: 60px;
		font-size: 18px;
	}
	.aboutPage .sec01 h3 .txt01:before {
		width: 50px;
	}
	.aboutPage .sec01 h3 .txt02 {
		margin-bottom: 5px;
		font-size: 26px;
	}
	.aboutPage .sec01 .imgbox {
		display: block;
		margin-left: 0;
	}
	.aboutPage .sec01 .imgbox .photo {
		width: 40%;
		margin: 0 10px 5px 0;
		float: left;
	}
	.aboutPage .sec01 .imgbox p {
		margin-top: 0;
		width: auto;
		font-size: 14px;
		line-height: 1.6;
	}
	.aboutPage .sec02 .bg {
		padding: 40px 0 60px;
		background-attachment: inherit;
	}
	.aboutPage .sec02 .bg h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.aboutPage .sec02 .bg p {
		font-size: 14px;
		line-height: 1.6;
	}
	.aboutPage .sec02 .whitebox {
		max-width: inherit;
		margin: -20px 15px 0;
		padding: 40px 15px 20px;
	}
	.aboutPage .sec02 .whitebox:before {
		height: 50px;
		top: -25px;
	}
	.aboutPage .sec02 .whitebox h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.aboutPage .sec02 .whitebox p {
		line-height: 1.6;
	}
	.aboutPage .sec03 {
		margin-bottom: 0;
		padding: 40px 0 0;
		background-size: 100% auto;
	}
	.aboutPage .sec03 h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.aboutPage .sec03 h3 span {
		font-size: 16px;
		padding-top: 5px;
		margin-top: 5px;
	}
	.aboutPage .sec03 .txt {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.aboutPage .sec03 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.aboutPage .sec03 ul li {
		width: 48%;
		padding-right: 0;
		margin-top: 15px;
		text-align: center;
	}
	.aboutPage .sec03 ul .photo {
		margin-bottom: 10px;
	}
	.aboutPage .sec03 ul .photo img {
		height: 43px;
	}
	.aboutPage .sec03 ul li:hover .photo {
		transform: translateY(0);
	}
	.aboutPage .sec03 ul h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.aboutPage .sec03 ul p {
		line-height: 1.5;
	}
	.pagination li a{
		font-size: 14px;
	}
	.pagination li.thisclass {
		font-size: 14px;
	}
	.realityPage .listul {
		justify-content: space-between;
	}
	.realityPage .listul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.realityPage .listul p {
		padding: 10px 5px;
		font-size: 14px;
	}
	.realityPage .listul p span {
		font-size: 12px;
	}
	.realityPage .listul a:hover {
		background-image: none;
	}
	.realityPage .listul .photo {
		height: 127px;
	}
	.realityPage .listul .photo img {
		min-height: 127px;
	}
	.realityPage .detailbox .ttl {
		font-size: 18px;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.realityPage .detailbox .info {
		margin-bottom: 40px;
	}
	.realityPage .detailbox .detailul {
		justify-content: space-between;
	}
	.realityPage .detailbox .detailul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.realityPage .detailbox .detailul a {
		height: 126px;
	}
	.realityPage .detailbox .detailul a img {
		min-height: 126px;
	}
	.realityPage .detailbox .detailul .hidden {
		padding: 5px;
		opacity: 1;
	}
	.realityPage .detailbox .detailul h4 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.realityPage .detailbox .detailul p {
		display: none;
	}
	.headLine02 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.headLine02 span {
		font-size: 14px;
		padding-top: 5px;
		margin-top: 5px;
	}
	.headLine02 span:before {
		height: 1px;
	}
	.newsPage .sliderbox {
		max-width: inherit;
		margin: 0 auto 40px;
		padding: 0 50px;
	}
	.newsPage .sliderbox .swiper-slide {
		display: block;
	}
	.newsPage .sliderbox .photobox {
		margin-bottom: 10px;
		width: auto;
		height: auto;
		display: block;
	}
	.newsPage .sliderbox .photobox img {
		width: 100%;
	}
	.newsPage .sliderbox .txtbox {
		width: auto;
	}
	.newsPage .sliderbox .txtbox h3 {
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.newsPage .sliderbox .txtbox .note {
		margin-bottom: 10px;
		justify-content: center;
		font-size: 13px;
	}
	.newsPage .sliderbox .txtbox .note li {
		margin-right: 20px;
	}
	.newsPage .sliderbox .txtbox .note img {
		margin: -2px 5px 0 0;
		height: 11px;
	}
	.newsPage .sliderbox .txtbox .link {
		margin-top: 15px;
		text-align: center;
	}
	.newsPage .sliderbox .txtbox .link a {
		font-size: 14px;
		padding: 10px;
	}
	.newsPage .sliderbox .swiper-button-next,
	.newsPage .sliderbox .swiper-button-prev {
		width: 34px;
		height: 34px;
		margin-top: -17px;
	}
	.newsPage .sliderbox .swiper-button-next {
		background-size: 100% 100%;
		right: 5px;
	}
	.newsPage .sliderbox .swiper-button-prev {
		left: 5px;
		background-size: 100% 100%;
	}
	.newsPage .bg {
		padding: 40px 0;
		margin-bottom: -40px;
	}
	.newsPage .listul {
		justify-content: space-between;
	}
	.newsPage .listul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.newsPage .listul .photo {
		height: 120px;
	}
	.newsPage .listul .photo img {
		min-height: 120px;
	}
	.newsPage .listul .txtbox {
		padding: 10px;
	}
	.newsPage .listul .time {
		padding-left: 15px;
		font-size: 12px;
		background-size: 12px auto;
	}
	.newsPage .listul h3 {
		font-size: 16px;
	}
	.newsPage .listul p {
		font-size: 13px;
		line-height: 1.5;
	}
	.newsPage .listul a:hover {
		box-shadow: none;
		transform: translateY(0);
	}
	.newsPage .detailbox .ttl {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.newsPage .detailbox .noteul {
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 13px;
	}
	.newsPage .detailbox .noteul li:not(:last-child) {
		margin-right: 20px;
	}
	.newsPage .detailbox .noteul img {
		margin: -1px 5px 0 0;
		height: 12px;
	}
	.newsPage .detailbox .info {
		font-size: 14px;
		line-height: 1.6;
	}
	.newsPage .detailbox .info * {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}
	.newsPage .detailbox .btmbox {
		margin-top: 40px;
	}
	.productPage .width {
		max-width: inherit;
	}
	.productPage .item {
		margin-bottom: 30px;
		padding: 15px;
	}
	.productPage .item .topbox {
		padding-left: 0;
		margin-bottom: 20px;
	}
	.productPage .item .topbox .num {
		position: static;
		left: inherit;
		top: inherit;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		text-align: right;
	}
	.productPage .item .topbox .num img {
		width: 90px;
	}
	.productPage .item .topbox .ttl {
		display: block;
	}
	.productPage .item .topbox .ttl .name {
		font-size: 25px;
		padding: 0;
		max-width: inherit;
		text-align: center;
		margin-bottom: 10px;
	}
	.productPage .item .topbox .ttl .name:before {
		display: none;
	}
	.productPage .item .topbox .ttl p {
		max-width: inherit;
		line-height: 1.6;
		text-align: justify;
	}
	.productPage .item ul li {
		width: 49%;
	}
	.productPage .item ul li:last-child {
		display: none;
	}
	.productPage .item ul a {
		height: 115px;
	}
	.productPage .item ul img {
		min-height: 115px;
	}
	.productPage .item ul .hidden {
		display: none;
	}
	.productPage .list .ttlbox {
		display: block;
		margin-bottom: 20px;
	}
	.productPage .list .ttlbox h3 {
		font-size: 24px;
		max-width: inherit;
		margin-bottom: 10px;
	}
	.productPage .list .ttlbox h3 span {
		font-size: 20px;
	}
	.productPage .list .ttlbox ul {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.productPage .list .ttlbox ul li {
		width: 31.5%;
		margin: 10px 2.75% 0 0;
	}
	.productPage .list .ttlbox ul a {
		padding: 10px 5px;
	}
	.productPage .list .photoul {
		justify-content: space-between;
	}
	.productPage .list .photoul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.productPage .list .photoul a {
		height: 126px;
	}
	.productPage .list .photoul a > img {
		min-height: 126px;
	}
	.productPage .list .photoul .hidden {
		top: inherit;
		height: auto;
		bottom: 0;
		display: block;
		padding: 5px;
		transform: scale(1);
	}
	.productPage .list .photoul .hidden p {
		margin-top: 0;
		font-size: 14px;
	}
	.productPage .list .photoul .hidden img {
		display: none;
	}
	.productPage .detail .imgbox {
		display: block;
		margin-bottom: 30px;
	}
	.productPage .detail .imgbox .photobox {
		margin-bottom: 20px;
		width: auto;
	}
	.productPage .detail .imgbox .photobox:before {
		left: 5px;
		top: 5px;
		right: -5px;
		bottom: -5px;
	}
	.productPage .detail .imgbox .txtbox {
		width: auto;
	}
	.productPage .detail .imgbox .txtbox h3 {
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	.productPage .detail .imgbox .txtbox h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.productPage .detail .imgbox .txtbox p {
		line-height: 1.6;
	}
	.productPage .detail .ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.productPage .detail .info {
		line-height: 1.6;
		margin-bottom: 40px;
	}
	.productPage .detail .info * {
		line-height: 1.6 !important;
		font-size: 14px !important;
	}
	.productPage .detail .photoul {
		justify-content: space-between;
	}
	.productPage .detail .photoul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.productPage .detail .photoul a {
		height: 126px;
	}
	.productPage .detail .photoul p {
		padding: 5px;
		font-size: 14px;
	}
	.productPage .detail .photoul img {
		min-height: 126px;
	}
}

@font-face {
	font-family: 'icomoon';
    src:url('../font/icomoon373f.eot?qradjf');
    src:url('../font/icomoon373f.eot?qradjf#iefix') format('embedded-opentype'),
        url('../font/icomoon373f.ttf?qradjf') format('truetype'),
        url('../font/icomoon373f.woff?qradjf') format('woff'),
        url('../font/icomoon373f.svg?qradjf#icomoon') 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:40%;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:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;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:#ff6800;background:url(../images/kefu.gif) no-repeat #ff6800 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-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.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 #ff6800;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(../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:#ff6800;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:#ff6800;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:#ff6800}
@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: #00a0e9;}
#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: #00a0e9;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;}
}