@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
------------------------------------------------------------*/
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 100;left: 0;display: none;}
#toolbar .list{display: flex;}
#toolbar .list li{width: 33.33%;background-color: #FC4400;border-radius: 100px;}
#toolbar .list li:nth-child(2){background-color: #1AAD19;}
#toolbar .list li:nth-child(3){background-color: #0069FF;}
#toolbar .list a{display: flex;align-items: center;justify-content: center;font-size: 16px;color: #fff;padding: 10px 0;}
#toolbar .list img{width: 26px;margin-right: 5px;}
#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: #1AAD19;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;}
.comFix {
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 100;
	transform: translate(100%,-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.comFix.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0,-50%);
}
.comFix li {
	margin: 5px 0;
}
.comFix a {
	display: inline-block;
	position: relative;
}
.comFix .icon {
	width: 70px;
	height: 70px;
	background-color: #f3f9f4;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	border-radius: 3px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comFix .icon p {
	margin-top: 5px;
	font-size: 12px;
}
.comFix .icon img {
	width: 26px;
}
.comFix .inn {
	position: absolute;
	right: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-40px);
	pointer-events: none;
	transition: 0.4s;
	padding-right: 15px;
}
.comFix a:hover .inn {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0px);
}
.comFix .bg {
	position: relative;
	background-color: #fff;
	width: 130px;
	box-sizing: border-box;
	padding: 10px;
	font-weight: bold;
	white-space: nowrap;
}
.comFix .bg:before {
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -6px;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
@media all and (max-width: 991px) {
	#toolbar{display: block;}
	.comFix {top: inherit;bottom: 55px;right: 5px;}
	.comFix.show {transform: inherit;}
	.comFix li:not(:last-child) {display: none;}
	.comFix .icon {width: 60px;height: 60px;}
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#header.fix,
#header:hover {
	background-color: #fff;
}
#header .logo {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 0 15px 15px;
	background-color: #0271bd;
	z-index: 2;
}
#header .logo a {
	width: 134px;
	height: 134px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .logo img {
	width: 60%;
}
#header .width {
	max-width: 1660px;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#header .nav {
	display: flex;
}
#header .nav li {
	margin-right: 15px;
}
#header .nav li > a {
	font-size: 18px;
	color: #fff;
	display: block;
	padding: 30px 20px;
}
#header.fix .nav li > a,
#header:hover .nav li > a {
	color: #333;
}
#header .nav li.on > a,
#header .nav li > a:hover {
	color: #0271bd;
}
#header .navinn {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	border-top: 2px solid #0271bd;
	box-sizing: border-box;
	padding: 35px 10%;
}
#header .navinn .box {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
}
#header .navinn .item {
	margin-top: 20px;
	width: 20%;
	box-sizing: border-box;
	padding: 0 15px;
}
#header .navinn .one a {
	display: block;
	font-size: 18px;
	color: #0271bd;
}
#header .navinn .one img {
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 0;
}
#header .navinn .two a {
	display: block;
	margin: 5px 0 0 30px;
	color: #666;
}
#header .navinn .item a:hover {
	text-decoration: underline;
}
#header .navinn .boxc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#header .navinn .cate {
	margin: 0 30px;
}
#header .navinn .cate a {
	display: block;
	font-size: 18px;
	color: #666;
}
#header .navinn .cate a img {
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 0;
}
#header .navinn .cate a:hover {
	text-decoration: underline;
}
#header .search {
	background-color: #0271bd;
	border-radius: 50px;
	display: flex;
	align-items: center;
	padding: 12px;
}
#header .search img {
	width: 26px;
}
#header .search input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 0;
	padding: 0;
	margin: 0;
	border: none;
	-webkit-transition: all .5s;
	transition: all .5s;
	height: 24px;
	background-color: rgba(255,255,255,0);
	color: #fff;
	box-sizing: border-box;
	font-size: 16px;
}
#header .search:hover input {
	width: 130px;
	padding-left: 10px;
}
.comWidth {
	max-width: 1660px;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
}
.indexsec01 .swiper-slide {
	overflow: hidden;
}
.indexsec01 .swiper-slide img {
	width: 100%;
}
.comTtl .en {
	font-family: "Arial Black", "sans-serif";
	white-space: nowrap;
	color: transparent;
	line-height: 1;
	-webkit-text-stroke: 1px rgba(2, 113, 189, 0.2);
	font-size: 80px;
	margin-bottom: -40px;
}
.comTtl h2 {
	font-size: 40px;
	font-weight: normal;
}
.comMore a {
	width: 180px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #0271bd url("../img/img01.png") no-repeat right 15px center;
	background-size: 30px 30px;
	font-size: 18px;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 13px 30px 13px 0;
	border: 2px solid #0271bd;
}
.comMore a:hover {
	color: #333;
	background-color: #fff;
}
.indexsec02 {
	margin: 100px 0;
}
.indexsec02 .topbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.indexsec02 .cateul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.indexsec02 .cateul li {
	width: 13%;
	margin: 0 1.5% 20px 0;
}
.indexsec02 .cateul li:nth-child(7n) {
	margin-right: 0;
}
.indexsec02 .cateul a {
	display: block;
	border-radius: 5px;
	background-color: #f8f8f8;
	border: 1px solid #efefef;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 10px;
	font-size: 18px;
	-webkit-transition: none;
	  transition: none;
}
.indexsec02 .cateul img {
	width: 40px;
	display: block;
	margin: 0 auto 8px;
}
.indexsec02 .cateul .white {
	display: none;
}
.indexsec02 .cateul a:hover {
	background-color: #0271bd;
	color: #fff;
}
.indexsec02 .cateul a:hover .white {
	display: block;
}
.indexsec02 .cateul a:hover .color {
	display: none;
}
.indexsec02 .swiper-slide a {
	display: block;
	text-align: center;
}
.indexsec02 .swiper-slide .photo {
	position: relative;
	padding-bottom: 100%;
	-webkit-transition: all .5s;
  transition: all .5s;
}
.indexsec02 .swiper-slide .photo div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexsec02 .swiper-slide img {
  width: auto;
  height: auto;
	max-width: 90%;
	max-height: 90%;
}
.indexsec02 .swiper-slide p {
	font-size: 21px;
	margin-top: 10px;
}
.indexsec02 .swiper-slide p span {
	display: block;
	font-size: 17px;
	color: #666;
}
.indexsec02 .swiper-slide a:hover p {
	color: #0271bd;
}
.indexsec02 .swiper-slide a:hover .photo {
	transform: translateY(-10px);
}
.indexsec02 .swiper-button-prev,
.indexsec02 .swiper-button-next {
	width: 50px;
	height: 50px;
	border: 2px solid #0271bd;
	border-radius: 100%;
	box-sizing: border-box;
}
.indexsec02 .swiper-button-prev:after,
.indexsec02 .swiper-button-next:after {
	font-size: 20px;
	font-weight: bold;
}
.indexsec02 .swiper-button-prev {
	left: 0;
}
.indexsec02 .swiper-button-next {
	right: 0;
}
.indexsec02 .swiper {
	padding: 0 60px;
}
.indexsec03 {
	padding-top: 100px;
	background: url("../img/bg01.jpg") no-repeat right center;
	background-size: cover;
}
.indexsec03 .comTtl h2 {
	color: #fff;
}
.indexsec03 .comTtl .en {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.indexsec03 .video {
	margin: 50px 0;
}
.indexsec03 .video a {
	height: 144px;
	display: flex;
	align-items: center;
	background: url("../img/img02.png") no-repeat left center;
	background-size: 120px;
}
.indexsec03 .video img {
	width: 45px;
	margin-left: 42px;
	-webkit-transition: all .5s;
  transition: all .5s;
}
.indexsec03 .video p {
	color: #fff;
}
.indexsec03 .video a:hover {
	background-size: 144px;
}
.indexsec03 .video a:hover img {
	margin-left: 58px;
}
.indexsec03 ul {
	display: flex;
	position: relative;
}
.indexsec03 ul:before {
	position: absolute;
	right: 100%;
	width: 2000px;
	height: 100%;
	background-color: #f5f5f5;
	content: "";
}
.indexsec03 ul .txt {
	width: 60%;
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 60px 60px 60px 0;
}
.indexsec03 ul .txt h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.indexsec03 ul .txt p {
	line-height: 1.8;
	margin-bottom: 30px;
}
.indexsec03 ul .link {
	width: 20%;
}
.indexsec03 ul .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	background-color: rgba(2, 113, 158,0.8);
}
.indexsec03 ul li:last-child a {
	background-color: rgba(23,65,101,0.8);
}
.indexsec03 ul .link img {
	width: 55px;
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 25px;
	-webkit-transition: all .5s;
  transition: all .5s;
}
.indexsec03 ul .link a:hover img {
	transform: translateY(-10px);
}
.indexsec03 ul .link p {
	color: #fff;
	font-size: 24px;
	position: relative;
	padding: 20px 0;
}
.indexsec03 ul .link p:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	width: 16px;
	height: 1px;
	margin-left: -8px;
	background-color: #fff;
}
.indexsec04 {
	margin: 100px 0;
}
.indexsec04 .comTtl {
	text-align: center;
	margin-bottom: 40px;
}
.indexsec04 .comMore {
	margin-top: 40px;
	text-align: center;
}
.indexsec04 .swiper-slide {
	width: 330px;
}
.indexsec04 .swiper-slide a {
	display: block;
	height: 100%;
	background-color: #f5f5f5;
	border-radius: 8px;
	padding: 15px 15px 40px;
	box-sizing: border-box;
}
.indexsec04 .swiper-slide .photo {
	border-radius: 8px 8px 0 0;
	height: 240px;
	overflow: hidden;
	margin-bottom: 30px;
}
.indexsec04 .swiper-slide .photo img {
	border-radius: 8px 8px 0 0;
	width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec04 .swiper-slide h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	position: relative;
	padding-bottom: 15px;
}
.indexsec04 .swiper-slide h3:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: linear-gradient(90deg,#0271bd 50%,#0271bd 0,#898380 0,#898380 0);
	height: 3px;
	width: 56px;
	margin-left: -28px;
}
.indexsec04 .swiper-slide p {
	color: #666;
}
.indexsec04 .swiper-slide a:hover h3 {
	color: #0271bd;
}
.indexsec04 .swiper-slide a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec05 {
	position: relative;
	margin-bottom: 100px;
}
.indexsec05 .comWidth {
	position: relative;
}
.indexsec05 .pics {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.indexsec05 .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
  transition: all 0.5s;
}
.indexsec05 .pic.show {
	opacity: 1;
}
.indexsec05 .txts {
	position: absolute;
	left: 60px;
	bottom: 380px;
	white-space: nowrap;
}
.indexsec05 .txt {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	opacity: 0;
}
.indexsec05 .txt.show {
	opacity: 1;
}
.indexsec05 .comMore {
	position: absolute;
	left: 60px;
	bottom: 150px;
}
.indexsec05 ul {
	margin-left: auto;
	width: 550px;
	border-left: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
}
.indexsec05 ul li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 30px;
	cursor: pointer;
	position: relative;
}
.indexsec05 ul li.show {
	background-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(10px);
}
.indexsec05 ul .icon {
	width: 56px;
	margin-bottom: 10px;
}
.indexsec05 ul p {
	font-size: 20px;
	color: #fff;
}
.indexsec05 ul .num {
	position: absolute;
	right: 30px;
	top: 30px;
	color: rgba(255,255,255,0.5);
	font-size: 18px;
	font-family: Arial;
}
.indexsec05 ul .num span:first-child {
	font-size: 28px;
	font-weight: bold;
}
.indexsec06 {
	overflow: hidden;
}
.indexsec06 .inner {
	display: flex;
	justify-content: space-between;
}
.indexsec06 .lbox {
	width: 25%;
}
.indexsec06 .lbox .note {
	margin: 40px 0;
	line-height: 2;
}
.indexsec06 .lbox ul {
	margin-bottom: 40px;
}
.indexsec06 .lbox li {
	margin-bottom: 20px;
}
.indexsec06 .lbox li a {
	display: block;
	position: relative;
	padding-left: 20px;
}
.indexsec06 .lbox li a:hover {
	color: #0271bd;
}
.indexsec06 .lbox li a:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	background-color: #0271bd;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-radius: 100%;
}
.indexsec06 .rbox {
	width: 70%;
}
.indexsec06 .rbox > div {
	margin-right: calc(770px - 50vw);
}
.indexsec06 .rbox .swiper-slide {
	width: 420px;
}
.indexsec06 .rbox .swiper-slide a {
	display: block;
}
.indexsec06 .rbox .swiper-slide .photo {
	height: 260px;
	border-radius: 8px;
	overflow: hidden;
}
.indexsec06 .rbox .swiper-slide .photo img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
	border-radius: 8px;
}
.indexsec06 .rbox .swiper-slide a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec06 .rbox .swiper-slide h3 {
	margin: 30px 0;
	font-size: 20px;
}
.indexsec06 .rbox .swiper-slide a:hover h3 {
	color: #0271bd;
}
.indexsec06 .rbox .swiper-slide p {
	color: #666;
}
.indexsec06 .rbox .swiper-slide .btm {
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	color: #828282;
	font-size: 14px;
	margin-top: 40px;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexsec06 .rbox .swiper-slide .time {
	padding-left: 28px;
	background: url("../img/img06.png") no-repeat left center;
	background-size: 18px auto;
}
.indexsec06 .rbox .swiper-slide .link {
	padding-right: 30px;
	background: url("../img/img07.png") no-repeat right center;
	background-size: 22px auto;
	text-transform: uppercase;
}
.comBtm {
	margin-top: 100px;
	padding: 80px 0 220px;
	background: url("../img/bg07.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.comBtm:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(270deg, rgba(2, 113, 189, 0.4) 0%, #0271bd 100%);
}
.comBtm p {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 34px;
}
#footer {
	position: relative;
	background-color: #f8f8f8;
}
#footer .line {
	position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: -1px;
}
#footer .line div {
	position: relative;
  animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
#footer .line img {
	width: 100%;
	max-width: inherit;
}
#footer .line img:nth-child(2) {
	position: absolute;
  left: 100%;
  top: 0;
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
#footer .friendlink {
	padding: 20px 0 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}
#footer .friendlink li {
	margin: 0 15px 10px 0;
}
#footer .friendlink a:hover {
	text-decoration: underline;
}
#footer .fbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 60px;
}
#footer .flogo {
	width: 210px;
	padding: 0 40px;
}
#footer .flox {
	width: 370px;
}
#footer .flox .tel {
	padding-left: 60px;
	background: url("../img/img09.png") no-repeat left top;
	background-size: 48px auto;
	margin-bottom: 30px;
}
#footer .flox .tel p {
	font-size: 15px;
	line-height: 1;
}
#footer .flox .tel a {
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
}
#footer .flox .txtul li {
	margin-bottom: 10px;
}
#footer .flox .codeul {
	display: flex;
	margin-top: 30px;
}
#footer .flox .codeul li {
	position: relative;
	margin-right: 20px;
	cursor: pointer;
}
#footer .flox .codeul li > img {
	width: 30px;
}
#footer .flox .codeul .code {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100px;
	z-index: 5;
	padding-bottom: 10px;
}
#footer .frox {
	width: 600px;
}
#footer .frox .ttl {
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .frox ul {
	display: flex;
	flex-wrap: wrap;
}
#footer .frox ul li {
	margin: 15px 20px 0 0;
}
#footer .frox ul a:hover {
	text-decoration: underline;
	color: #0271bd;
}
#footer .copyright {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	color: #fff;
	background-color: #0271bd;
}
#footer .copyright span {
	margin: 0 15px;
}
#footer .copyright img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 4px 0 0;
}
#footer .copyright a {
	color: #fff;
}
.comTop {
	position: relative;
	margin-bottom: 100px;
	overflow: hidden;
}
.comTop .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg08.jpg") no-repeat center center;
	background-size: cover;
}
.comTop .comWidth {
	position: relative;
	height: 580px;
}
.comTop .inn {
	position: absolute;
	left: 60px;
	top: 45%;
	width: 100%;
	color: #fff;
}
.comTop .ttl {
	position: relative;
	font-weight: bold;
	font-size: 52px;
	margin-bottom: 20px;
}
.comTop .ttl:before {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -20px;
	content: "";
	background: url("../img/img15.png") no-repeat;
	background-size: 40px;
	opacity: 0.3;
}
.comTop .ttl span {
	position: relative;
	z-index: 2;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.comTop .path a {
	color: #fff;
}
.comTop .path a:hover {
	text-decoration: underline;
}
.contactPage .sec01 ul {
	display: flex;
	justify-content: space-between;
}
.contactPage .sec01 ul li {
	width: 31.2%;
	border: 1px solid #e8e8e8;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 50px 40px;
}
.contactPage .sec01 ul .box01 {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.contactPage .sec01 ul .box01 .icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	margin-right: 30px;
	-webkit-transition: all .5s;transition: all .5s;
}
.contactPage .sec01 ul li:hover .box01 .icon {
	transform: translateY(-10px);
}
.contactPage .sec01 ul .box01 .icon img {
	width: 24px;
}
.contactPage .sec01 ul .box01 .txt {
	font-size: 18px;
	color: #666;
}
.contactPage .sec01 ul .box01 .txt span {
	display: block;
	color: #0271bd;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.contactPage .sec01 ul .box02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactPage .sec01 ul .box02 .note {
	font-size: 18px;
	color: #666;
	font-family: Arial;
	word-break: break-all;
}
.contactPage .sec01 ul .box02 .arrow {
	width: 40px;
	-webkit-transition: all .5s;transition: all .5s;
}
.contactPage .sec01 ul li:hover .box02 .arrow {
	transform: translateX(10px);
}
.aboutPage .sec01 {
	margin-bottom: 100px;
}
.aboutPage .sec01 .comWidth {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutPage .sec01 .lbox {
	width: 40%;
}
.aboutPage .sec01 .lbox .inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.aboutPage .sec01 .lbox .inner:before {
	position: absolute;
	left: -50px;
	top: -50px;
	right: -50px;
	bottom: -50px;
	content: "";
	background: url("../img/img27.png") no-repeat center center;
	background-size: 100% auto;
	animation: cogMove 20s linear infinite;
	z-index: 2;
}
@keyframes cogMove {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(90deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(270deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.aboutPage .sec01 .lbox .photo {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
	animation: yuan 3s linear infinite;
}
@keyframes yuan {
  0% {
    border-radius:50% 50% 44% 48%
  }
  25% {
    border-radius:50% 44% 48% 50%
  }
  50% {
    border-radius:44% 50% 50% 48%
  }
  75% {
    border-radius:48% 45% 50% 45%
  }
  to {
    border-radius:50% 50% 44% 48%
  }
}
.aboutPage .sec01 .lbox .photo img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	animation: enlarge 3s linear infinite alternate backwards;
}
@keyframes enlarge {
  0% {
    transform:scale(1.1)
  }
  to {
    transform:scale(1)
  }
}
.aboutPage .sec01 .lbox .line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.aboutPage .sec01 .lbox .line:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #eaf0fa;
	transform: scale(1.05);
}
.aboutPage .sec01 .lbox .line:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #eaf0fa;
	transform: scale(1.1);
}
.aboutPage .sec01 .rbox {
	width: 53%;
}
.aboutPage .sec01 .rbox .comTtl h2 {
	color: #0271bd;
}
.aboutPage .sec01 .rbox .txt {
	margin-top: 30px;
	font-size: 18px;
	line-height: 2;
	text-indent: 2em;
}
.aboutPage .sec02 {
	padding: 100px 0;
	background: url("../img/bg09.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.aboutPage .sec02 .comTtl {
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
}
.aboutPage .sec02 .comTtl .en {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}
.aboutPage .sec02 .swiper-wrapper {
	 transition-timing-function:linear;
}
.aboutPage .sec02 .swiper-slide {
	width: 550px;
}
.aboutPage .sec02 .swiper-slide a {
	display: block;
	height: 360px;
	overflow: hidden;
	cursor: zoom-in;
}
.aboutPage .sec02 .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
  object-fit: cover;
}
.aboutPage .sec03 {
	margin-bottom: -100px;
	padding: 100px 0 40px;
	background: url("../img/bg12.jpg") no-repeat center center;
	background-size: cover;
}
.aboutPage .sec03 .comTtl {
	text-align: center;
	margin-bottom: 40px;
}
.aboutPage .sec03 .bg {
	padding-bottom: 130px;
	background: url("../img/bg10.png") no-repeat center bottom;
	background-size: 550px auto;
}
.aboutPage .sec03 .swiper-slide {
	width: 340px;
}
.aboutPage .sec03 .swiper-slide a {
	height: 340px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.aboutPage .sec03 .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.sidebar {
	width: 22%;
}
.sidebar .sttl {
	padding-left: 45px;
	font-size: 24px;
	background: url("../img/img20.png") no-repeat left top;
	background-size: 40px auto;
	margin-bottom: 20px;
}
.sidebar .conbox,
.sidebar .recbox,
.sidebar .nebox,
.sidebar .probox {
	border: 1px solid #E8E8E8;
	padding: 20px 15px;
}
.sidebar .proul > li {
	margin-top: 10px;
	background-color: #e8e8e8;
	border-radius: 10px;
	position: relative;
}
.sidebar .proul > li > a {
	font-size: 18px;
	color: #666;
	padding: 15px 60px 15px 15px;
	display: block;
}
.sidebar .proul > li > a img {
	width: 26px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
}
.sidebar .proul > li > a img.white {
	display: none;
}
.sidebar .proul .more {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 57px;
	background: url("../img/img23.png") no-repeat center center;
	background-size: 30px auto;
	z-index: 2;
	opacity: 0.5;
}
.sidebar .proul .protwo {
	display: none;
	padding: 0 41px 10px;
}
.sidebar .proul .protwo li {
	margin-bottom: 3px;
}
.sidebar .proul .protwo a {
	display: block;
	color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
}
.sidebar .proul .protwo li.on a,
.sidebar .proul .protwo a:hover {
	background-color: #fff;
	color: #333;
}
.sidebar .proul > li.on {
	background-color: #0271bd;
}
.sidebar .proul > li.on > a {
	color: #fff;
}
.sidebar .proul > li.on > a img.white {
	display: inline-block;
}
.sidebar .proul > li.on > a img.grey {
	display: none;
}
.sidebar .proul > li.on .more {
	background-image: url("../img/img24.png");
}
.sidebar .hebox {
	height: 20px;
}
.sidebar .recbox .swiper a {
	display: block;
}
.sidebar .recbox .swiper .photo {
	margin-bottom: 5px;
	-webkit-transition: all .5s;
  transition: all .5s;
	position: relative;
	padding-bottom: 100%;
}
.sidebar .recbox .swiper a:hover .photo {
	transform: translateY(-10px);
}
.sidebar .recbox .swiper .photo div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sidebar .recbox .swiper .photo img {
	width: auto;
  height: auto;
	max-width: 100%;
	max-height: 100%;
}
.sidebar .recbox .swiper p {
	text-align: center;
}
.sidebar .recbox .swiper a:hover p {
	color: #0271bd;
}
.sidebar .sul li {
	margin-top: 10px;
}
.sidebar .sul a {
	font-size: 18px;
	color: #666;
	padding: 15px 35px 15px 15px;
	display: block;
	position: relative;
	background-color: #e8e8e8;
	border-radius: 10px;
}
.sidebar .sul a:before {
	position: absolute;
	right: 15px;
	top: 50%;
	content: ">";
	transform: translateY(-50%);
	font-family: Arial;
	opacity: 0.5;
}
.sidebar .sul img {
	width: 26px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
}
.sidebar .sul img.white {
	display: none;
}
.sidebar .sul li.on a,
.sidebar .sul a:hover {
	color: #fff;
	background-color: #0271bd;
}
.sidebar .sul li.on img.white,
.sidebar .sul a:hover img.white {
	display: inline-block;
}
.sidebar .sul li.on img.grey,
.sidebar .sul a:hover img.grey {
	display: none;
}
.sidebar .conbox ul li {
	margin-top: 10px;
}
.sidebar .conbox ul a {
	position: relative;
	display: block;
	color: #666;
	padding-left: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sidebar .conbox ul span {
	color: #EC691B;
	position: absolute;
	left: 0;
	top: 0;
}
.sidebar .conbox ul a:hover {
	color: #0271bd;
}
.conts {
	width: 74%;
}
.productPage .sec01 .comWidth {
	display: flex;
	justify-content: space-between;
}
.productPage .sec01 .conts ul {
	display: flex;
	flex-wrap: wrap;
}
.productPage .sec01 .conts ul li {
	width: 31%;
	margin: 0 3.5% 30px 0;
}
.productPage .sec01 .conts ul li:nth-child(3n) {
	margin-right: 0;
}
.productPage .sec01 .conts ul a {
	display: block;
	height: 100%;
	background: url("../img/bg13.png") no-repeat center center;
	background-size: cover;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 30px 20px;
	position: relative;
}
.productPage .sec01 .conts ul li.hot a:before {
	position: absolute;
	right: -10px;
	top: -10px;
	content: "";
	background: url("../img/img21.png") no-repeat;
	background-size: 100%;
	width: 80px;
	height: 80px;
	z-index: 2;
}
.productPage .sec01 .conts ul .photo {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .5s;transition: all .5s;
}
.productPage .sec01 .conts ul .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.productPage .sec01 .conts ul a:hover .photo {
	transform: translateY(-15px) scale(1.1);
}
.productPage .sec01 .conts ul .type {
	text-align: center;
	font-size: 18px;
	color: #0271bd;
	margin: 10px 0;
	font-family: Arial;
}
.productPage .sec01 .conts ul .name {
	text-align: center;
	font-size: 20px;
}
.productPage .sec01 .conts ul a:hover .name {
	color: #0271bd;
}
.pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination a {
	margin: 0 2px 5px;
	display: inline-block;
	padding: 13px 5px;
	box-sizing: border-box;
	min-width: 50px;
	text-align: center;
	border-radius: 100%;
}
.pagination .page-status {
	margin-right: 10px;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #0271bd;
	color: #fff;
}
.productdetailPage .sec01 .conts .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	padding: 20px;
}
.productdetailPage .sec01 .conts .lbox {
	width: 55%;
}
.productdetailPage .sec01 .conts .lbox .type {
	display: flex;
	align-items: center;
	margin: 40px 0;
}
.productdetailPage .sec01 .conts .lbox .type li {
	color: #666;
}
.productdetailPage .sec01 .conts .lbox .type li span {
	display: block;
	color: #0271bd;
	font-size: 18px;
}
.productdetailPage .sec01 .conts .lbox .type li img {
	width: 40px;
	margin: 0 30px;
}
.productdetailPage .sec01 .conts .lbox h1 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 10px;
}
.productdetailPage .sec01 .conts .lbox .note {
	font-size: 14px;
	color: #0271bd;
}
.productdetailPage .sec01 .conts .lbox .btn {
	display: flex;
}
.productdetailPage .sec01 .conts .lbox .tel {
	margin-right: 10px;
}
.productdetailPage .sec01 .conts .lbox .tel a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 20px;
	background-color: #09bd08;
	padding: 0 20px;
	border-radius: 50px;
	height: 60px;
	box-sizing: border-box;
}
.productdetailPage .sec01 .conts .lbox .tel img {
	width: 28px;
	margin-right: 5px;
}
.productdetailPage .sec01 .conts .lbox .link a {
	color: #fff;
	background-color: #EB681A;
	border-radius: 50px;
	display: flex;
	align-items: center;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 20px;
	height: 60px;
}
.productdetailPage .sec01 .conts .lbox .link img {
	width: 34px;
	animation: zydong 1.5s infinite;
	margin-left: 10px;
}
@keyframes zydong {
    0% {
    transform: translateX(0);
  }
    50% {
        transform: translateX(10px);
    }
	100% {
        transform: translateX(0);
    }
}
.productdetailPage .sec01 .conts .rbox {
	width: 40%;
}
.productdetailPage .sec01 .conts .rbox .swiper-slide {
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productdetailPage .sec01 .conts .rbox .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.productdetailPage .sec01 .comWidth {
	display: flex;
	justify-content: space-between;
}
.productdetailPage .sec01 .conts .tabul {
	margin: 40px 0;
	border-bottom: 2px solid #0271bd;
	display: flex;
}
.productdetailPage .sec01 .conts .tabul li {
	width: 180px;
}
.productdetailPage .sec01 .conts .tabul a {
	font-size: 20px;
	display: block;
	text-align: center;
	padding: 15px 0;
}
.productdetailPage .sec01 .conts .tabul li.on a {
	background-color: #0271bd;
	color: #fff;
}
.productdetailPage .sec01 .conts .tabbox01 .info *,
.productdetailPage .sec01 .conts .tabbox01 .info {
	font-size: 18px !important;
	line-height: 1.8 !important;
	font-family: 'Microsoft Yahei' !important;
}
.productdetailPage .sec01 .conts .tabbox01 .info h2 {
	padding-left: 35px;
	font-size: 20px !important;
	background: url("../img/img26.png") no-repeat left center;
	background-size: 25px auto;
	margin-bottom: 10px;
	color: #0271bd;
}
.productdetailPage .sec01 .conts .tabbox01 .info h2 * {
    font-size: 20px !important;
}
.productdetailPage .sec01 .conts .tabbox02 img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}
.productdetailPage .sec01 .conts .tabbox01 .info table {
	border-collapse: collapse;
	width: 100% !important;
	margin: 20px 0;
}
.productdetailPage .sec01 .conts .tabbox01 .info table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.productdetailPage .sec01 .conts .tabbox01 .info table th,
.productdetailPage .sec01 .conts .tabbox01 .info table td {
	border: 1px solid #a9c6c9;
	padding: 5px;
	word-break: break-all;
}
.comPagelink {
	margin-top: 20px;
}
.comPagelink a:hover {
	text-decoration: underline;
}
.comPageList {
	margin-top: 40px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.comPageList li {
	max-width: 45%;
}
.comPageList a:hover {
	text-decoration: underline;
	color: #0271bd;
}
.solutiondetailPage .sec01 .comWidth,
.solutionPage .sec01 .comWidth,
.casedetailPage .sec01 .comWidth,
.newsdetailPage .sec01 .comWidth,
.casePage .sec01 .comWidth,
.newsPage .sec01 .comWidth {
	display: flex;
	justify-content: space-between;
}
.comList li {
	margin-bottom: 40px;
}
.comList a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comList .photo {
	width: 36%;
	height: 260px;
	overflow: hidden;
}
.comList .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comList .txtbox {
	width: 60%;
}
.comList h2 {
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 10px;
}
.comList .time {
	color: #0271bd;
	font-family: Arial;
	margin-bottom: 20px;
}
.comList p {
	color: #666;
}
.comList .link {
	margin-top: 20px;
	width: 160px;
	text-align: center;
	background: url("../img/img01.png") no-repeat right 15px center;
	background-size: 24px 24px;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 8px 25px 8px 0;
	border: 1px solid #0271bd;
}
.comList a:hover .link {
	color: #fff;
	background-color: #0271bd;
}
.comList a:hover h2 {
	color: #0271bd;
}
.comList a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.headline01 {
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}
.comDate {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.comDate li:first-child {
	margin-right: 40px;
}
.comInfo *,
.comInfo {
	font-size: 18px !important;
	line-height: 1.8 !important;
	color: #333;
}
.comInfo img {
	display: block;
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
}
.comInfo table {
	border-collapse: collapse;
	width: 100% !important;
	margin: 20px 0;
}
.comInfo table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.comInfo table th,
.comInfo table td {
	border: 1px solid #a9c6c9;
	padding: 5px;
	word-break: break-all;
	box-sizing: border-box;
}
.comTel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 40px 0 -20px;
	padding-top: 20px;
}
.comTel .tel a {
	padding-left: 35px;
	display: block;
	color: #0271bd;
	font-family: Arial;
	font-size: 24px;
	background: url("../img/tel.png") no-repeat left center;
	background-size: 28px;
}
.comTel .link a {
	display: block;
	width: 150px;
	box-sizing: border-box;
	text-align: center;
	border: 2px solid #0271bd;
	border-radius: 40px;
	padding: 5px 0;
	font-size: 15px;
}
.comTel .link a:hover {
	background-color: #0271bd;
	color: #fff;
}
.videoPage .sec01 .comWidth {
	display: flex;
	justify-content: space-between;
}
.videoPage .sec01 .conts ul {
	display: flex;
	flex-wrap: wrap;
}
.videoPage .sec01 .conts ul li {
	width: 31%;
	margin: 0 3.5% 40px 0;
}
.videoPage .sec01 .conts ul li:nth-child(3n) {
	margin-right: 0;
}
.videoPage .sec01 .conts ul .photo {
	position: relative;
	padding-bottom: 65%;
}
.videoPage .sec01 .conts ul .photo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  object-position: center;
}
.videoPage .sec01 .conts ul p {
	font-size: 19px;
	margin-top: 10px;
}
.videoPage .sec01 .conts ul .time {
	padding-left: 25px;
	background: url("../img/img06.png") no-repeat left center;
	background-size: 18px;
	color: #666;
	margin-top: 20px;
}
.videoPage .sec01 .conts ul a:hover p {
	color: #0271bd;
}
.searchPage .comList .photo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.searchPage .comList .photo img {
	width: auto;
  height: auto;
  object-fit: auto;
  object-position: auto;
	max-width: 90%;
	max-height: 90%;
}

@media all and (min-width: 1230px) and (max-width: 1480px) {
	#header .navinn {padding-left: 8%;padding-right: 8%;}
	#header .nav li {margin-right: 8px;}
	#header .nav li > a {padding-left: 16px;padding-right: 16px;}
	.indexsec06 .rbox > div {margin-right: calc(660px - 50vw);}
	.comBtm {padding-bottom: 180px;}
	.contactPage .sec01 ul .box02 .note {max-width: 80%;}
	.productPage .sec01 .conts ul .photo {height: 260px;}
	.sidebar {width: 23%;}
}
@media all and (min-width: 992px) and (max-width: 1229px) {
	#header .nav li {margin-right: 5px;}
	#header .nav li > a {padding-left: 10px;padding-right: 10px;}
	#header .width {padding: 0 30px;}
	#header .navinn {padding-left: 3%;padding-right: 3%;}
	#header .navinn .cate {margin: 0 20px;}
	.indexsec05 ul {width: 44%;}
	.indexsec06 .rbox > div {margin-right: 0;}
	.contactPage .sec01 ul .box02 .note {max-width: 75%;}
	.contactPage .sec01 ul li {padding-left: 3%;padding-right: 3%;}
	.contactPage .sec01 ul .box01 .icon {margin-right: 20px;}
	.comWidth {padding: 0 30px;}
	.productPage .sec01 .conts ul .photo {height: 200px;}
	.sidebar .proul .protwo {padding-left: 15px;padding-right: 15px;}
	.productdetailPage .sec01 .conts .lbox .type li img {margin: 0 15px;}
	.productdetailPage .sec01 .conts .lbox .btn {display: block;}
	.productdetailPage .sec01 .conts .lbox .btn a {max-width: 230px;}
	.productdetailPage .sec01 .conts .lbox .tel {margin: 0 0 10px 0;}
}
@media all and (max-width: 991px) {
	#header {
		padding: 15px 0;
	}
	#header .logo a {
		width: 100px;
		height: 90px;
	}
	#header .logo img {
		width: 62%;
	}
	#header .width {
		max-width: inherit;
		padding: 0 15px;
	}
	#header .nav {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: #fff;
		box-sizing: border-box;
		padding: 60px 15px 15px;
		overflow-y: auto;
	}
	#header .nav li {
		margin: 5px 0;
	}
	#header .nav li > a {
		color: #333;
		padding: 10px;
		text-align: center;
	}
	#header .search {
		padding: 10px;
	}
	#header .search img {
		width: 20px;
	}
	#header .search input {
		height: 22px;
		font-size: 14px;
		width: 90px;
		padding-left: 5px;
	}
	#header .search:hover input {
		width: 90px;
		padding-left: 5px;
	}
	.menu {
		margin: 4px 0 0 10px;
		position: relative;
		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: #0271bd;
	  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);
	}
	.comWidth {
		max-width: inherit;
		padding: 0 15px;
	}
	.comTtl .en {
		font-size: 34px;
		margin-bottom: -18px;
	}
	.comTtl h2 {
		font-size: 24px;
	}
	.comMore a {
		width: 130px;
		background-size: 22px 22px;
		font-size: 15px;
		padding: 8px 30px 8px 0;
	}
	.indexsec02 {
		margin: 40px 0;
	}
	.indexsec02 .topbox {
		margin-bottom: 20px;
	}
	.indexsec02 .cateul {
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.indexsec02 .cateul li {
		width: 48.5%;
		margin: 0 0 10px;
	}
	.indexsec02 .cateul a {
		padding: 10px 5px;
		font-size: 16px;
	}
	.indexsec02 .cateul img {
		width: 24px;
		margin: 0 auto 5px;
	}
	.indexsec02 .swiper-slide p {
		font-size: 18px;
		margin-top: 5px;
	}
	.indexsec02 .swiper-slide p span {
		font-size: 15px;
	}
	.indexsec02 .swiper-button-prev,
	.indexsec02 .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.indexsec02 .swiper-button-prev:after,
	.indexsec02 .swiper-button-next:after {
		font-size: 18px;
	}
	.indexsec02 .swiper {
		padding: 0 40px;
	}
	.indexsec03 {
		padding-top: 40px;
	}
	.indexsec03 .video {
		margin: 10px 0;
	}
	.indexsec03 .video a {
		height: 100px;
		background-size: 80px;
	}
	.indexsec03 .video img {
		width: 34px;
		margin-left: 28px;
	}
	.indexsec03 .video a:hover {
		background-size: 100px;
	}
	.indexsec03 .video a:hover img {
		margin-left: 38px;
	}
	.indexsec03 ul {
		flex-wrap: wrap;
	}
	.indexsec03 ul .txt {
		width: 100%;
		padding: 20px 15px 20px 0;
	}
	.indexsec03 ul .txt h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.indexsec03 ul .txt p {
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.indexsec03 ul .link {
		width: 50%;
	}
	.indexsec03 ul .link a {
		padding: 15px 10px;
		box-sizing: border-box;
	}
	.indexsec03 ul .link img {
		width: 34px;
		padding: 15px;
	}
	.indexsec03 ul .link p {
		font-size: 16px;
		padding: 10px 0;
	}
	.indexsec04 {
		margin: 40px 0;
	}
	.indexsec04 .comTtl {
		margin-bottom: 20px;
	}
	.indexsec04 .comMore {
		margin-top: 20px;
	}
	.indexsec04 .swiper-slide {
		width: 260px;
	}
	.indexsec04 .swiper-slide a {
		padding: 15px;
	}
	.indexsec04 .swiper-slide .photo {
		height: 160px;
		margin-bottom: 10px;
	}
	.indexsec04 .swiper-slide h3 {
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.indexsec05 {
		margin-bottom: 40px;
	}
	.indexsec05 .comWidth {
		padding-top: 200px;
	}
	.indexsec05 .txts {
		left: 15px;
		bottom: inherit;
		top: 40px;
		right: 15px;
		white-space: normal;
	}
	.indexsec05 .txt {
		font-size: 24px;
	}
	.indexsec05 .comMore {
		left: inherit;
		bottom: 20px;
		right: 15px;
	}
	.indexsec05 ul {
		margin-left: 0;
		width: auto;
		border-left: none;
		border-right: none;
		display: flex;
		flex-wrap: wrap;
	}
	.indexsec05 ul li {
		border-right: 1px solid rgba(255,255,255,0.5);
		padding: 15px;
		width: 50%;
		box-sizing: border-box;
	}
	.indexsec05 ul li:nth-child(2n) {
		border-right: none;
	}
	.indexsec05 ul .icon {
		width: 34px;
		margin-bottom: 5px;
	}
	.indexsec05 ul p {
		font-size: 16px;
	}
	.indexsec05 ul .num {
		right: 10px;
		top: 0;
		font-size: 14px;
	}
	.indexsec05 ul .num span:first-child {
		font-size: 18px;
	}
	.indexsec06 .inner {
		display: block;
	}
	.indexsec06 .lbox {
		width: auto;
	}
	.indexsec06 .lbox .note {
		margin: 20px 0;
		line-height: 1.6;
	}
	.indexsec06 .lbox ul {
		display: flex;
		margin-bottom: 20px;
	}
	.indexsec06 .lbox li {
		margin: 0 10px;
	}
	.indexsec06 .lbox li a {
		padding-left: 14px;
	}
	.indexsec06 .rbox {
		width: auto;
	}
	.indexsec06 .rbox > div {
		margin-right: 0;
	}
	.indexsec06 .rbox .swiper {
		margin-top: 20px;
	}
	.indexsec06 .rbox .swiper-slide {
		width: 280px;
	}
	.indexsec06 .rbox .swiper-slide .photo {
		height: 200px;
	}
	.indexsec06 .rbox .swiper-slide h3 {
		margin: 10px 0;
		font-size: 16px;
	}
	.indexsec06 .rbox .swiper-slide .btm {
		font-size: 13px;
		margin-top: 20px;
		padding: 10px 0;
	}
	.indexsec06 .rbox .swiper-slide .time {
		padding-left: 19px;
		background-size: 14px auto;
	}
	.indexsec06 .rbox .swiper-slide .link {
		padding-right: 24px;
		background-size: 20px auto;
	}
	.comBtm {
		margin-top: 40px;
		padding: 20px 0 50px;
	}
	.comBtm p {
		font-size: 20px;
	}
	#footer .friendlink {
		padding: 10px 0 5px;
		font-size: 13px;
	}
	#footer .friendlink li {
		margin: 0 10px 5px 0;
	}
	#footer .fbox {
		display: block;
		padding-bottom: 20px;
	}
	#footer .flogo {
		display: none;
	}
	#footer .flox {
		width: auto;
	}
	#footer .flox .tel {
		padding-left: 45px;
		background-size: 38px auto;
		margin-bottom: 20px;
	}
	#footer .flox .tel p {
		font-size: 13px;
	}
	#footer .flox .tel a {
		font-size: 24px;
	}
	#footer .flox .txtul li {
		margin-bottom: 5px;
	}
	#footer .flox .codeul {
		display: none;
	}
	#footer .frox {
		display: none;
	}
	#footer .copyright {
		padding: 10px 10px 60px;
	}
	.comTop {
		margin-bottom: 40px;
	}
	.comTop .comWidth {
		height: 300px;
	}
	.comTop .inn {
		left: 15px;
		top: 50%;
		width: auto;
	}
	.comTop .ttl {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.comTop .ttl:before {
		width: 26px;
		height: 26px;
		left: -10px;
		top: -15px;
		background-size: 26px;
	}
	.contactPage .sec01 ul {
		display: block;
	}
	.contactPage .sec01 ul li {
		width: auto;
		padding: 20px;
		margin-bottom: 10px;
	}
	.contactPage .sec01 ul .box01 {
		margin-bottom: 20px;
	}
	.contactPage .sec01 ul .box01 .icon {
		margin-right: 20px;
	}
	.contactPage .sec01 ul .box01 .txt {
		font-size: 16px;
	}
	.contactPage .sec01 ul .box01 .txt span {
		font-size: 20px;
	}
	.contactPage .sec01 ul .box02 .arrow {
		width: 28px;
	}
	.contactPage .sec01 ul .box02 .note {
		max-width: 85%;
	}
	.aboutPage .sec01 {
		margin-bottom: 40px;
	}
	.aboutPage .sec01 .comWidth {
		display: block;
	}
	.aboutPage .sec01 .lbox {
		width: auto;
		margin: 0 20px 30px;
	}
	.aboutPage .sec01 .lbox .inner:before {
		left: -26px;
		top: -26px;
		right: -26px;
		bottom: -26px;
	}
	.aboutPage .sec01 .rbox {
		width: auto;
	}
	.aboutPage .sec01 .rbox .txt {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.6;
	}
	.aboutPage .sec02 {
		padding: 40px 0;
	}
	.aboutPage .sec02 .comTtl {
		margin-bottom: 20px;
	}
	.aboutPage .sec02 .swiper-slide {
		width: 280px;
	}
	.aboutPage .sec02 .swiper-slide a {
		height: 180px;
	}
	.aboutPage .sec03 {
		margin-bottom: -40px;
		padding: 40px 0 20px;
	}
	.aboutPage .sec03 .comTtl {
		margin-bottom: 20px;
	}
	.aboutPage .sec03 .bg {
		padding-bottom: 78px;
		background-size: 320px auto;
	}
	.aboutPage .sec03 .swiper-slide {
		width: 200px;
	}
	.aboutPage .sec03 .swiper-slide a {
		height: 200px;
	}
	.sidebar {
		width: 100%;
		margin-top: 30px;
		order: 1;
	}
	.sidebar .sttl {
		padding-left: 33px;
		font-size: 20px;
		background-size: 32px auto;
		margin-bottom: 15px;
	}
	.sidebar .conbox,
	.sidebar .recbox,
	.sidebar .nebox,
	.sidebar .probox {
		padding: 15px;
	}
	.sidebar .proul > li {
		margin-top: 8px;
	}
	.sidebar .proul > li > a {
		font-size: 17px;
		padding: 15px 60px 15px 15px;
	}
	.sidebar .proul > li > a img {
		width: 24px;
	}
	.sidebar .hebox {
		height: 10px;
	}
	.sidebar .recbox .swiper p {
		font-size: 16px;
	}
	.sidebar .sul li {
		margin-top: 8px;
	}
	.sidebar .sul a {
		font-size: 17px;
		padding: 15px 35px 15px 15px;
	}
	.sidebar .sul img {
		width: 24px;
	}
	.sidebar .conbox ul li {
		margin-top: 8px;
	}
	.conts {
		width: 100%;
	}
	.productPage .sec01 .comWidth {
		flex-wrap: wrap;
	}
	.productPage .sec01 .conts ul {
		justify-content: space-between;
	}
	.productPage .sec01 .conts ul li {
		width: 48.5%;
		margin: 0 0 10px;
	}
	.productPage .sec01 .conts ul a {
		padding: 15px;
	}
	.productPage .sec01 .conts ul li.hot a:before {
		right: -5px;
		top: -5px;
		width: 50px;
		height: 50px;
	}
	.productPage .sec01 .conts ul .photo {
		height: 150px;
	}
	.productPage .sec01 .conts ul .type {
		font-size: 15px;
		margin: 5px 0;
	}
	.productPage .sec01 .conts ul .name {
		font-size: 16px;
	}
	.pagination {
		margin-top: 20px;
	}
	.pagination a {
		padding: 8px 5px;
		min-width: 36px;
	}
	.productdetailPage .sec01 .conts .inner {
		display: block;
	}
	.productdetailPage .sec01 .conts .lbox {
		width: auto;
	}
	.productdetailPage .sec01 .conts .lbox .type {
		justify-content: center;
		margin: 20px 0;
	}
	.productdetailPage .sec01 .conts .lbox .type li span {
		font-size: 16px;
	}
	.productdetailPage .sec01 .conts .lbox .type li img {
		width: 26px;
		margin: 0 15px;
	}
	.productdetailPage .sec01 .conts .lbox h1 {
		font-size: 24px;
		text-align: center;
	}
	.productdetailPage .sec01 .conts .lbox .note {
		font-size: 13px;
		text-align: center;
	}
	.productdetailPage .sec01 .conts .lbox .btn {
		flex-wrap: wrap;
		justify-content: center;
	}
	.productdetailPage .sec01 .conts .lbox .btn li {
		margin: 0 10px 5px;
	}
	.productdetailPage .sec01 .conts .lbox .tel a {
		font-size: 18px;
		height: 50px;
	}
	.productdetailPage .sec01 .conts .lbox .tel img {
		width: 25px;
	}
	.productdetailPage .sec01 .conts .lbox .link a {
		font-size: 16px;
		height: 50px;
	}
	.productdetailPage .sec01 .conts .lbox .link img {
		width: 26px;
	}
	.productdetailPage .sec01 .conts .rbox {
		width: auto;
	}
	.productdetailPage .sec01 .conts .rbox .swiper-slide {
		height: 240px;
	}
	.productdetailPage .sec01 .comWidth {
		flex-wrap: wrap;
	}
	.productdetailPage .sec01 .conts .tabul {
		margin: 20px 0;
	}
	.productdetailPage .sec01 .conts .tabul li {
		width: 140px;
	}
	.productdetailPage .sec01 .conts .tabul a {
		font-size: 16px;
		padding: 10px 0;
	}
	.productdetailPage .sec01 .conts .tabbox01 .info *,
	.productdetailPage .sec01 .conts .tabbox01 .info {
		font-size: 16px !important;
		line-height: 1.6 !important;
	}
	.productdetailPage .sec01 .conts .tabbox01 .info h2 {
		padding-left: 28px;
		font-size: 18px !important;
		background-size: 20px auto;
		margin-bottom: 5px;
	}
	.productdetailPage .sec01 .conts .tabbox01 .info h2 * {
    font-size: 18px !important;
}
	.comPageList {
		margin-top: 20px;
		padding-top: 10px;
	}
	.solutiondetailPage .sec01 .comWidth,
	.solutionPage .sec01 .comWidth,
	.casedetailPage .sec01 .comWidth,
	.newsdetailPage .sec01 .comWidth,
	.casePage .sec01 .comWidth,
	.newsPage .sec01 .comWidth {
		flex-wrap: wrap;
	}
	.comList li {
		margin-bottom: 20px;
	}
	.comList a {
		display: block;
	}
	.comList .photo {
		width: auto;
		height: 180px;
		margin-bottom: 10px;
	}
	.comList .txtbox {
		width: auto;
	}
	.comList h2 {
		font-size: 17px;
		margin-bottom: 5px;
		text-align: center;
	}
	.comList .time {
		text-align: center;
		margin-bottom: 10px;
	}
	.comList .link {
		margin: 10px auto 0;
		width: 140px;
		background-size: 20px 20px;
		padding: 8px 25px 8px 0;
	}
	.headline01 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.comDate {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.comDate li:first-child {
		margin-right: 20px;
	}
	.comInfo *,
	.comInfo {
		font-size: 16px !important;
		line-height: 1.6 !important;
	}
	.comTel {
		margin: 20px 0 -10px;
		padding-top: 10px;
	}
	.comTel .tel a {
		padding-left: 24px;
		font-size: 20px;
		background-size: 20px;
	}
	.comTel .link a {
		width: 120px;
		font-size: 14px;
	}
	.videoPage .sec01 .comWidth {
		flex-wrap: wrap;
	}
	.videoPage .sec01 .conts ul {
		justify-content: space-between;
	}
	.videoPage .sec01 .conts ul li {
		width: 48.5%;
		margin: 0 0 10px;
	}
	.videoPage .sec01 .conts ul p {
		font-size: 16px;
		margin-top: 5px;
	}
	.videoPage .sec01 .conts ul .time {
		display: none;
	}
}