@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;
	padding-top: 87px;
}
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;
	}
	#container {
		padding-top: 64px;
	}
	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;}
@media all and (max-width: 991px) {
	#toolbar{display: block;}
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);
	box-sizing: border-box;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .logo {
	max-width: 260px;
}
#header .navlist {
	display: flex;
}
#header .navlist > li {
	margin: 0 1.65vw;
}
#header .navlist > li > a {
	font-size: 18px;
	padding: 30px 0;
	display: block;
	position: relative;
}
#header .navlist > li > a:before {
	position: absolute;
	content: "";
	left: 51%;
	right: 51%;
	bottom: 0;
	background-color: #0271bd;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 4px;
}
#header .navlist > li > a:hover:before {
	left: 0;
	right: 0;
}
#header .navlist > li.on > a,
#header .navlist > li > a:hover {
	color: #0271bd;
}
#header .navhide {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,0.03);
	padding: 30px 0;
}
#header .pro {
	max-width: 1500px;
	box-sizing: border-box;
	padding: 0 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#header .prol {
	width: 20%;
}
#header .prol a {
	display: block;
	background: url("../img/icon07.png") no-repeat right 15px center;
	background-size: 16px auto;
	text-align: right;
	padding: 6px 60px 6px 0;
	font-size: 17px;
}
#header .prol a:hover,
#header .prol .on a {
	color: #0271bd;
	background-image: url("../img/icon08.png");
}
#header .pror {
	width: 76%;
}
#header .pror .ttl {
	margin: 5px 0 10px;
}
#header .pror .ttl a {
	display: block;
	padding-left: 28px;
	font-size: 19px;
	background: url("../img/icon09.png") no-repeat left center;
	background-size: 20px auto;
	color: #0271bd;
	font-weight: bold;
}
#header .pror .catelist {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#header .pror .catelist li {
	width: 16%;
	margin: 0 0.8% 10px 0;
}
#header .pror .catelist li:nth-child(6n) {
	margin-right: 0;
}
#header .pror .catelist a {
	display: block;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
}
#header .pror .catelist a:hover {
	color: #0271bd;
}
#header .pror .catelist a:before {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #0271bd;
	border-radius: 100%;
}
#header .pror .photolist {
	display: flex;
}
#header .pror .photolist li {
	width: 30%;
	margin-right: 5%;
}
#header .pror .photolist li:last-child {
	margin-right: 0;
}
#header .pror .photolist a {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 20px 0 rgba(26, 39, 59, 0.15);
	padding-bottom: 100%;
	position: relative;
}
#header .pror .photolist .hot {
	position: absolute;
	right: -5px;
	top: -10px;
	width: 50px;
	-webkit-animation: sxdong .8s linear 0s infinite alternate;
	animation: sxdong .8s linear 0s infinite alternate;
}
@-webkit-keyframes sxdong {
	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 sxdong {
	0%{
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0)
	}
	to{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
#header .pror .photolist .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .pror .photolist .photo img {
	max-width: 78%;
	max-height: 78%;
	width: auto;
	height: auto;
	-webkit-transition: all .5s;transition: all .5s;
}
#header .pror .photolist .type {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px 0 0 0;
	padding: 10px;
	color: #666;
	font-size: 15px;
	font-family: Arial;
}
#header .pror .photolist p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(2, 113, 189,0.8);
	border-radius: 0 0 10px 10px;
	color: #fff;
}
#header .pror .photolist a:hover p {
	background-color: rgba(2, 113, 189,1);
}
#header .pror .photolist a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#header .navhide .list {
	display: flex;
	justify-content: center;
}
#header .navhide .list a {
	display: block;
	font-size: 17px;
	position: relative;
	padding-left: 14px;
	margin: 0 1.6vw;
}
#header .navhide .list a:hover {
	color: #0271bd;
}
#header .navhide .list a:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background-color: #0271bd;
	border-radius: 100%;
}
#header .hbox {
	display: flex;
	align-items: center;
}
#header .tel a {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: Arial;
	color: #0271bd;
}
#header .tel img {
	width: 24px;
	margin-right: 3px;
}
#header .search {
	position: relative;
}
#header .search .icon {
	width: 32px;
	margin-left: 20px;
	cursor: pointer;
}
#header .search .hide {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 30px;
	padding-top: 18px;
	-webkit-transition: all .5s;transition: all .5s;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
#header .search:hover .hide {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	margin-top: 0;
}
#header .search input {
	width: 200px;
	height: 40px;
	border-radius: 24px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: #fff;
	font-size: 16px;
	color: #666;
	box-sizing: border-box;
	padding: 0 50px 0 15px;
}
#header .search button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 40px;
	border: none;
	background: url("../img/icon03.png") no-repeat center center;
	background-size: 45% auto;
	padding: 0;
}
.comFix {
	position: fixed;
	right: 15px;
	top: 45%;
	background-color: #fff;
	z-index: 100;
	box-shadow: 5px 5px 20px 0 rgba(26, 39, 59, 0.15);
	border-radius: 5px;
}
.comFix a {
	display: block;
	position: relative;
}
.comFix .icon {
	width: 28px;
	padding: 15px;
}
.comFix .hide {
	min-width: 140px;
	position: absolute;
	right: 68px;
	top: 0;
	box-sizing: border-box;
	padding: 15px;
	font-size: 15px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 20px 0 rgba(26, 39, 59, 0.15);
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-40px);
	pointer-events: none;
	transition: 0.4s;
}
.comFix a:hover .hide {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0px);
}
.comFix .hide p {
	color: rgba(9, 15, 33, 0.5);
	font-size: 16px;
}
.comFix .hide img {
	display: block;
}
.comFix .pagetop {
	height: 0;
	opacity: 0;
	transition: ease-out .36s;
}
.comFix .pagetop.show {
	height: 58px;
	opacity: 1;
	transition: ease-out .36s;
}
.index01 .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1,1.1);
}
.index01 .swiper-slide-active img,
.index01 .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1,1);
}
.comWidth {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}
.headline {
	text-align: center;
}
.headline .txt01 {
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	color: #999;
	text-align: left;
}
.headline .txt01:before {
	position: absolute;
	left: -25px;
	top: 0;
	width: 50px;
	height: 50px;
	content: "";
	background: url("../img/icon11.png") no-repeat left top;
	background-size: 100% auto;
}
.headline .txt02 {
	font-size: 32px;
	display: block;
	margin: 0 0 4px 35px;
	color: #333;
}
.index02 {
	margin: 80px 0 100px;
}
.index02 .catelist {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 10px;
}
.index02 .catelist li {
	width: 16%;
	margin: 0 0.8% 10px 0;
}
.index02 .catelist li:nth-child(6n) {
	margin-right: 0;
}
.index02 .catelist a {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 50px;
	text-align: center;
	font-size: 17px;
	background-color: #eee;
	box-sizing: border-box;
}
.index02 .catelist a:hover {
	color: #fff;
	background-color: #0271bd;
	border-color: #0271bd;
}
.index02 .prolist {
	display: flex;
	flex-wrap: wrap;
}
.index02 .prolist li {
	width: 23.5%;
	margin: 30px 2% 0 0;
}
.index02 .prolist li:nth-child(4n) {
	margin-right: 0;
}
.index02 .prolist a {
	display: block;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
	padding-bottom: 100%;
	position: relative;
}
.index02 .prolist .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index02 .prolist .photo img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	-webkit-transition: all .5s;transition: all .5s;
}
.index02 .prolist a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index02 .prolist .txt01 {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 2;
	width: 63%;
	border-radius: 0 30px 0 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	padding: 10px 5px;
}
.index02 .prolist a:hover .txt01 {
	background-color: #0271bd;
	color: #fff;
}
.index02 .prolist .txt02 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 15px;
	width: 38.7%;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	background-color: #eee;
}
.comMore a {
	display: inline-block;
	background-color: #0271bd;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	min-width: 160px;
	padding: 13px 0;
	position: relative;
	box-shadow: 0 16px 43px -8px rgba(2, 113, 189, 0.6);
}
.comMore a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50px;
	z-index: 1;
	border-style: solid;
	border-width: 3px;
	border-color: #0271bd;
	background: transparent;
	box-sizing: border-box;
}
.comMore a:hover:before {
  transform: scaleX(1.2);
  -webkit-transform: scaleX(1.2);
  -moz-transform: scaleX(1.2);
  -o-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.comMore span {
	position: relative;
	z-index: 2;
}
.comMore img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 20px;
	width: 18px;
	-webkit-transition: all .5s;transition: all .5s;
}
.comMore a:hover img {
	transform: translateX(4px);
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-o-transform: translateX(4px);
	-ms-transform: translateX(4px);
}
.index03 {
	display: flex;
	justify-content: space-between;
	background-color: rgba(243, 243, 243, 0.95);
	overflow-x: hidden;
}
.index03 .headline {
	text-align: left;
	margin-left: 25px;
}
.index03 .lbox {
	width: 55%;
	box-sizing: border-box;
	padding: 60px 30px 60px 50px;
}
.index03 .topbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index03 p {
	margin: 30px 0;
	color: #666;
	font-size: 18px;
	line-height: 1.8;
}
.index03 .photo {
	text-align: center;
}
.index03 .rbox {
	width: 45%;
}
.index03 .rbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
.index04 {
	margin: 100px 0;
}
.index04 .inner {
	margin-top: 40px;
	position: relative;
}
.index04 .conbox {
	width: 45%;
	margin: 0 auto;
}
.index04 .conbox .bg {
	padding-bottom: 100%;
	background-color: rgba(2, 113, 189,0.15);
	border-radius: 100%;
	position: relative;
}
.index04 .conbox .logo {
	width: 38%;
	height: 38%;
	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%);
	background: url("../img/icon14.png") no-repeat center center;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}
.index04 .conbox .logo img {
	max-width: 54%;
}
.index04 .conbox .whitebg {
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	width: 75%;
	height: 75%;
	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%);
	z-index: 1;
}
.index04 .conbox .zhuan {
	width: 64%;
	height: 64%;
	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%);
	z-index: 2;
	background: url("../img/icon13.png") no-repeat center center;
	background-size: 100% 100%;
	animation: rotzhuan 20s linear infinite;
}
@keyframes rotzhuan {
  0% {
    transform: translate(-50%,-50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
.index04 .conbox li {
	position: absolute;
	box-shadow: 0 0 15px 0 rgba(2, 113, 189,0.3);
	background-color: #fff;
	color: #666;
	border-radius: 30px;
	z-index: 4;
	width: 25%;
	text-align: center;
	padding: 14px 0;
}
.index04 .conbox li:first-child {
	left: 50%;
	top: 17%;
	transform: translateX(-50%);
}
.index04 .conbox li:nth-child(2) {
	left: 3%;
	top: 45%;
}
.index04 .conbox li:nth-child(3) {
	right: 3%;
	top: 45%;
}
.index04 .conbox li:nth-child(4) {
	left: 17%;
	bottom: 17%;
}
.index04 .conbox li:nth-child(5) {
	right: 17%;
	bottom: 17%;
}
.index04 .txtlist li {
	position: absolute;
	width: 26%;
	box-sizing: border-box;
	padding-left: 25px;
}
.index04 .txtlist li:first-child {
	left: 0;
	top: 10%;
}
.index04 .txtlist li:nth-child(2) {
	right: 0;
	top: 10%;
}
.index04 .txtlist li:nth-child(3) {
	left: 0;
	bottom: 15%;
}
.index04 .txtlist li:nth-child(4) {
	right: 0;
	bottom: 15%;
}
.index04 .txtlist .icon {
	position: absolute;
	left: 0;
	top: 13px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #0271bd;
}
.index04 .txtlist .icon:before {
	position: absolute;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	background-color: rgba(2, 113, 189,0.5);
	border-radius: 50%;
	opacity: 0;
	-webkit-opacity: 0;
	z-index: -1;
	animation: scale01 2s .4s infinite;
  -webkit-animation: scale01 2s .4s infinite;
	content: "";
}
@keyframes scale01 {
	0%{
		transform:scale(1);
		-webkit-transform:scale(1);
		opacity:1;
		-webkit-opacity:1
	}
100%{
	transform:scale(1.4);
	-webkit-transform:scale(1.4);
	opacity:0;
	-webkit-opacity:0
	}
}
@-webkit-keyframes scale01 {
	0%{transform:scale(1);
		-webkit-transform:scale(1);
		opacity:1;
		-webkit-opacity:1
	}
100%{
	transform:scale(1.4);
	-webkit-transform:scale(1.4);
	opacity:0;
	-webkit-opacity:0
	}
}
.index04 .txtlist p {
	color: #666;
	line-height: 1.7;
}
.index04 .txtlist h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.index04 .txtlist .icon:after {
	position: absolute;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	background-color: rgba(2, 113, 189,0.5);
	border-radius: 50%;
	opacity: 0;
	-webkit-opacity: 0;
	z-index: -1;
	animation: scale02 2s infinite;
  -webkit-animation: scale02 2s infinite;
	content: "";
}
@keyframes scale02 {
	0%{
		transform:scale(1);
		-webkit-transform:scale(1);
		opacity:1;
		-webkit-opacity:1
	}
100%{
	transform:scale(1.8);
	-webkit-transform:scale(1.8);
	opacity:0;
	-webkit-opacity:0
	}
}
@-webkit-keyframes scale02 {
	0%{
		transform:scale(1);
		-webkit-transform:scale(1);
		opacity:1;
		-webkit-opacity:1
	}
100%{
	transform:scale(1.8);
	-webkit-transform:scale(1.8);
	opacity:0;
	-webkit-opacity:0
	}
}
.index05 {
	padding: 100px 0;
	margin-bottom: 100px;
	background: url("../img/bg01.jpg") no-repeat right bottom;
	background-size: cover;
	position: relative;
	overflow-x: hidden;
}
.index05:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 300px;
	background: #fff;
	transition: .7s linear;
	content: "";
}
.index05.on:before {
	left: -300px;
}
.index05:after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 300px;
	background: #fff;
	transition: .7s linear;
	content: "";
}
.index05.on:after {
	right: -300px;
}
.index05 .inner {
	position: relative;
	z-index: 2;
	transform: translateX(-100px);
	-webkit-transition: all .7s;
	transition: all .7s;
}
.index05.on .inner {
	transform: translateX(0);
}
.index05 .en {
	font-size: 20px;
	text-transform: uppercase;
	font-family: Arial;
	font-style: italic;
	color: #999;
}
.index05 .cn:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 40px;
	height: 2px;
	margin-top: -1px;
	background-color: #333;
}
.index05 .cn {
	font-size: 32px;
	position: relative;
	padding-left: 50px;
	margin-bottom: 60px;
}
.index05 ul {
	display: flex;
}
.index05 li {
	font-size: 17px;
	margin: 0 30px;
	cursor: pointer;
}
.index05 li img {
	width: 50px;
	display: block;
	margin: 0 auto 15px;
}
.index05 li:hover img {
	animation: sprotate 1.5s infinite linear;
}
@keyframes sprotate {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.index06 .topbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 40px 25px;
}
.index06 .inner {
	position: relative;
	padding-left: 50%;
}
.index06 .lbox {
	width: 47%;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.index06 .lbox a {
	height: 100%;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}
.index06 .lbox img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	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;
}
.index06 .rbox .list01 a:hover .photo img,
.index06 .lbox a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.index06 .lbox .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 30px;
	border-radius: 0 0 20px 20px;
	background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .8));
}
.index06 .lbox h3 {
	font-size: 20px;
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index06 .rbox .list01 {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
.index06 .rbox .list01 li {
	width: 48%;
}
.index06 .rbox .list01 a {
	display: block;
}
.index06 .rbox .list01 .photo {
	border-radius: 20px;
	height: 230px;
	overflow: hidden;
}
.index06 .rbox .list01 .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.index06 .rbox .list01 h3 {
	font-weight: normal;
	margin-top: 10px;
}
.index06 .rbox .list02 a:hover h3,
.index06 .rbox .list01 a:hover h3 {
	color: #0271bd;
}
.index06 .rbox .list02 {
	border-top: 1px solid #e7e7e7;
}
.index06 .rbox .list02 li {
	border-bottom: 1px solid #e7e7e7;
}
.index06 .rbox .list02 a {
	display: block;
	position: relative;
	padding: 15px 120px 15px 0;
}
.index06 .rbox .list02 h3 {
	font-weight: normal;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index06 .rbox .list02 .time {
	position: absolute;
	right: 0;
	top: 15px;
	color: #999;
}
#footer {
	margin-top: 100px;
	padding: 0 50px;
	background: url("../img/bg02.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
#footer .width {
	max-width: 1500px;
	margin: 0 auto;
}
#footer .fbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	padding: 40px 0 20px;
}
#footer .logo {
	width: 260px;
}
#footer .fshare {
	display: flex;
	align-items: center;
}
#footer .codelist {
	display: flex;
}
#footer .codelist li {
	margin-right: 20px;
	position: relative;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #f2f4f6;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .codelist li > img {
	width: 22px;
}
#footer .codelist .code {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100px;
	z-index: 5;
	padding: 8px;
	background-color: #fff;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}
#footer .codelist .code p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 2px;
}
#footer .friendlink {
	width: 140px;
	border: 1px solid rgba(0,0,0,0.5);
	font-size: 14px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: url("../img/icon27.png") no-repeat right 15px center;
	background-size: 12px auto;
	position: relative;
	margin-left: 20px;
}
#footer .friendlink ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 5;
	border: 1px solid rgba(0,0,0,0.5);
	box-sizing: border-box;
}
#footer .friendlink:hover ul {
	display: block;
}
#footer .friendlink ul a {
	display: block;
	padding: 5px;
}
#footer .friendlink ul a:hover {
	text-decoration: underline;
}
#footer .finner {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
#footer .flox a:hover {
	color: #0271bd;
	text-decoration: underline;
}
#footer .flox {
	width: calc(100% - 400px);
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-right: 9%;
}
#footer .flox .item {
	padding-right: 40px;
}
#footer .flox .ttl a {
	font-size: 18px;
}
#footer .flox ul li {
	margin-top: 10px;
}
#footer .flox ul a {
	color: #666;
	font-size: 15px;
}
#footer .frox {
	width: 350px;
}
#footer .frox ul li {
	margin-bottom: 20px;
}
#footer .frox ul .txt01 {
	margin-bottom: 5px;
}
#footer .frox ul li:first-child a {
	display: block;
	height: 54px;
	line-height: 54px;
}
#footer .frox ul i {
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	-webkit-animation: teldong 6s steps(1,end) infinite;
	animation: teldong 6s steps(1,end) infinite;
	transform-origin:50% 100%;
	-ms-transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
	-moz-transform-origin:50% 100%;
	-o-transform-origin:50% 100%;
	font-style: normal;
	color: #0271bd;
}
#footer .frox ul i.i0{ animation-delay: 0s;-moz-animation-delay: 0s;-webkit-animation-delay: 0s;}
#footer .frox ul i.i1{ animation-delay: 0.5s;-moz-animation-delay: 0.5s;-webkit-animation-delay: 0.5s;}
#footer .frox ul i.i2{ animation-delay: 1s;-moz-animation-delay: 1s;-webkit-animation-delay: 1s;}
#footer .frox ul i.i3{ animation-delay: 1.5s;-moz-animation-delay: 1.5s;-webkit-animation-delay: 1.5s;}
#footer .frox ul i.i4{ animation-delay: 2s;-moz-animation-delay: 2s;-webkit-animation-delay: 2s;}
#footer .frox ul i.i5{ animation-delay: 2.5s;-moz-animation-delay: 2.5s;-webkit-animation-delay: 2.5s;}
#footer .frox ul i.i6{ animation-delay: 3s;-moz-animation-delay: 3s;-webkit-animation-delay: 3s;}
#footer .frox ul i.i7{ animation-delay: 3.5s;-moz-animation-delay: 3.5s;-webkit-animation-delay: 3.5s;}
#footer .frox ul i.i8{ animation-delay: 4s;-moz-animation-delay: 4s;-webkit-animation-delay: 4s;}
#footer .frox ul i.i9{ animation-delay: 4.5s;-moz-animation-delay: 4.5s;-webkit-animation-delay: 4.5s;}
#footer .frox ul i.i10{ animation-delay: 5s;-moz-animation-delay: 5s;-webkit-animation-delay: 5s;}
#footer .frox ul i.i11{ animation-delay: 5.5s;-moz-animation-delay: 5.5s;-webkit-animation-delay: 5.5s;}
@-webkit-keyframes teldong {
  0% {font-size: 36px;}
  7.14%,14.28%,21.42%,28.57%,35.71%,42.86%,50%,57.14%,64.28%,71.42%,78.57%,85.71%,92.86%,100%{font-size: 30px;}
}
@keyframes teldong {
  0% {font-size: 36px;}
  7.14%,14.28%,21.42%,28.57%,35.71%,42.86%,50%,57.14%,64.28%,71.42%,78.57%,85.71%,92.86%,100%{font-size: 30px;}
}
#footer .frox ul img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
#footer .frox .note {
	font-size: 14px;
	color: #999;
}
#footer .fbtm {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(0,0,0,0.12);
	padding: 20px 0;
	font-size: 14px;
}
#footer .copyright span {
	margin: 0 15px;
}
#footer .copyright img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 4px 0 0;
}
#footer .xmlmap a {
	margin-left: 20px;
}
.comTop {
	position: fixed;
	left: 0;
	top: 87px;
	width: 100%;
	height: 520px;
	z-index: 1;
	overflow: hidden;
}
.comTop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	animation: mybig 2s;
}
@keyframes mybig {
  0% {
    transform:scale(1.1)
  }
  100% {
    transform:scale(1)
  }
}
.comBg {
	background-color: #fff;
	position: relative;
	z-index: 2;
	margin: 520px 0 -130px;
	padding-bottom: 100px;
}
.comPath {
	padding: 15px 50px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 60px;
}
.comPath .width {
	max-width: 1500px;
	margin: 0 auto;
	padding-left: 25px;
	background: url("../img/icon28.png") no-repeat left top 5px;
	background-size: 15px auto;
	box-sizing: border-box;
	color: #666;
}
.comPath .width a {
	color: #666;
}
.comPath .width a:hover {
	color: #0271bd;
}
.productPage .sec .item {
	margin-bottom: 60px;
	padding: 30px 5%;
	border-radius: 20px;
	background: rgba(245, 248, 250, 1) url("../img/bg04.png") no-repeat right bottom 20px;
	box-shadow: 0 15px 15px rgba(204, 204, 204, 0.6);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.productPage .sec .item:nth-child(2n) {
	background-image: url("../img/bg05.png");
	background-position: left bottom 20px;
	flex-direction: row-reverse;
}
.productPage .sec .item:last-child {
	margin-bottom: 0;
}
.productPage .sec .txtbox {
	width: 34%;
}
.productPage .sec .txtbox h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.productPage .sec .txtbox ul li {
	margin-bottom: 8px;
}
.productPage .sec .txtbox ul a {
	padding-left: 18px;
	display: block;
	font-size: 18px;
	position: relative;
}
.productPage .sec .txtbox ul a:before {
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #0271bd;
	border-radius: 100%;
	-webkit-transition: all .5s;transition: all .5s;
}
.productPage .sec .txtbox ul a:hover {
	padding-left: 30px;
	color: #0271bd;
}
.productPage .sec .txtbox ul a:hover:before {
	width: 20px;
}
.productPage .sec .txtbox .comMore {
	margin-top: 30px;
}
.productPage .sec .txtbox .comMore a {
	padding-left: 25px;
	padding-right: 25px;
}
.productPage .sec .pholist {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}
.productPage .sec .pholist li {
	width: 32%;
	margin: 7px 2% 7px 0;
}
.productPage .sec .pholist li:nth-child(3n) {
	margin-right: 0;
}
.productPage .sec .pholist a {
	display: block;
	background-color: #fff;
	padding-bottom: 100%;
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.productPage .sec .pholist a:hover {
	border-color: #0271bd;
}
.productPage .sec .pholist .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productPage .sec .pholist .photo img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.productPage .sec .pholist a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.productPage .sec .pholist .txt01 {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 5px;
	-webkit-transition: all .5s;transition: all .5s;
}
.productPage .sec .pholist a:hover .txt01 {
	color: #0271bd;
}
.productPage .sec .pholist .txt02 {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	min-width: 38%;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	background-color: #0271bd;
	color: #fff;
	border-radius: 0 0 0 10px;
	-webkit-transition: all .5s;transition: all .5s;
}
.sidebar {
	width: 22%;
}
.sidebar .sttl {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 30px;
	background-color: #0271bd;
}
.sidebar .proul {
	padding: 0 30px 30px;
	background-color: #f3f4f4;
}
.sidebar .proul > li {
	border-bottom: 1px solid #e7e6e6;
	position: relative;
}
.sidebar .proul > li > a {
	font-size: 18px;
	display: block;
	padding: 15px 60px 15px 0;
}
.sidebar .proul > li.on > a,
.sidebar .proul > li > a:hover {
	color: #0271bd;
}
.sidebar .proul .more {
	position: absolute;
	right: 0;
	top: 0;
	height: 58px;
	width: 58px;
	transition: all 0.5s;
}
.sidebar .proul .more:after,
.sidebar .proul .more:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: "";
	background-color: #cdcdcf;
	transition: all 0.5s;
}
.sidebar .proul .more:after {
	width: 16px;
	height: 2px;
}
.sidebar .proul .more:before {
	width: 2px;
	height: 16px;
}
.sidebar .proul .more:hover {
	transform: rotate(180deg) scale(1.2);
}
.sidebar .proul .more:hover:after,
.sidebar .proul .more:hover:before {
	background-color: #0271bd;
}
.sidebar .proul > li.on .more:before {
	height: 0;
}
.sidebar .proul > li.on .more:after {
	background-color: #0271bd;
}
.sidebar .protwo {
	display: none;
	margin: 0 0 30px 5px;
}
.sidebar .protwo li {
	margin-bottom: 10px;
}
.sidebar .protwo a {
	display: block;
	font-size: 17px;
	position: relative;
	padding-left: 18px;
}
.sidebar .protwo li.on a,
.sidebar .protwo a:hover {
	color: #0271bd;
}
.sidebar .protwo a:before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #999;
}
.sidebar .newsul {
	padding: 25px 20px;
	background-color: #f3f4f4;
}
.sidebar .newsul li:not(:last-child) {
	margin-bottom: 14px;
}
.sidebar .newsul a {
	padding-left: 25px;
	display: block;
	background: url("../img/icon39.png") no-repeat left center;
	background-size: 18px auto;
	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 .newsul a:hover {
	color: #0271bd;
}
.conts {
	width: 74%;
}
.product2ndPage .sec .comWidth,
.productdetailPage .sec .comWidth {
	display: flex;
	justify-content: space-between;
}
.product2ndPage .conts .listul li {
	margin-bottom: 30px;
	position: relative;
}
.product2ndPage .conts .listul li .line01:before,
.product2ndPage .conts .listul li .line02:before {
	content:'';
	width:0;
	height:2px;
	background-color: #0271bd;
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	position: absolute;
	z-index:2;
}
.product2ndPage .conts .listul li .line01:after,
.product2ndPage .conts .listul li .line02:after {
	content:'';
	height:0;
	width:2px;
	background-color: #0271bd;
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	position: absolute;
	z-index:2;
}
.product2ndPage .conts .listul li .line01:before {
	left:0;
	top:0;
}
.product2ndPage .conts .listul li .line01:after {
	right:0;
	top:0;
	transition: all .45s .5s;
	-webkit-transition: all .45s .5s;
}
.product2ndPage .conts .listul li .line02:before {
	left:0;
	bottom:0;
	transition: all .45s .5s;
	-webkit-transition: all .45s .5s;
}
.product2ndPage .conts .listul li .line02:after {
	left:0;
	top:0;
}
.product2ndPage .conts .listul li:hover .line01:before,
.product2ndPage .conts .listul li:hover .line02:before,
.product2ndPage .conts .listul li:hover .line01:after,
.product2ndPage .conts .listul li:hover .line02:after {
	opacity: 1;
}
.product2ndPage .conts .listul li:hover .line01:before,
.product2ndPage .conts .listul li:hover .line02:before {
	width:100%;
}
.product2ndPage .conts .listul li:hover .line01:after,
.product2ndPage .conts .listul li:hover .line02:after {
	height:100%;
}
.product2ndPage .conts .listul a {
	display: flex;
	align-items: center;
	border-left: 3px solid #0271bd;
	padding: 20px 74px 20px 30px;
	box-shadow: 0 0 16px rgba(9,21,37,0.1);
	position: relative;
}
.product2ndPage .conts .listul .photo {
	width: 22%;
}
.product2ndPage .conts .listul .photo .inn {
	padding-top: 100%;
	position: relative;
}
.product2ndPage .conts .listul .photo .inn div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product2ndPage .conts .listul .photo img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.product2ndPage .conts .listul a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.product2ndPage .conts .listul .txtbox {
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}
.product2ndPage .conts .listul .txtbox h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	-webkit-transition: all .5s;transition: all .5s;
}
.product2ndPage .conts .listul a:hover .txtbox h2 {
	color: #0271bd;
}
.product2ndPage .conts .listul .txtbox p {
	color: #666;
	line-height: 1.8;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product2ndPage .conts .listul .typebox {
	width: 28%;
	border-left: 1px solid #e4e4e6;
	box-sizing: border-box;
	padding: 0 30px;
}
.product2ndPage .conts .listul .link {
	position: absolute;
	right: 30px;
	top: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	background: url("../img/icon30.png") no-repeat center center;
	background-size: 50% auto;
	-webkit-transition: all .5s;transition: all .5s;
}
.product2ndPage .conts .listul a:hover .link {
	background-image: url("../img/icon31.png");
	border-color: #0271bd;
	background-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 .conts .topbox {
	position: relative;
	border-bottom: 1px solid #e4e4e6;
	padding: 15px 220px 15px 0;
}
.productdetailPage .conts h1 {
	font-size: 30px;
	font-weight: normal;
}
.productdetailPage .conts .topbox .comMore {
	position: absolute;
	right: 0;
	bottom: 15px;
}
.productdetailPage .conts .topbox .comMore a {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #09bd08;
	box-shadow: 0 16px 43px -8px rgba(9, 189, 8, 0.6);
}
.productdetailPage .conts .topbox .comMore a:before {
	border-color: #09bd08;
}
.productdetailPage .conts .imgbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f2f4f6;
	padding: 40px 4.5%;
	margin-bottom: 40px;
}
.productdetailPage .conts .imgbox .lbox {
	width: 50%;
}
.productdetailPage .conts .imgbox .lbox .txt {
	border-bottom: 1px solid #e4e4e4;
	font-size: 18px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	line-height: 1.8;
}
.productdetailPage .conts .imgbox .lbox .type li {
	font-size: 18px;
	margin: 0 0 5px 18px;
	list-style: circle;
}
.productdetailPage .conts .imgbox .rbox {
	width: 45%;
}
.productdetailPage .conts .imgbox .photo {
	position: relative;
	padding-bottom: 64%;
	overflow: hidden;
}
.productdetailPage .conts .imgbox .photo:hover:before {
	content: "";
	position: absolute;
	width:200px;
	height: 100%;
	top: 0;
	left: -150px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-webkit-animation: sg 2s infinite;
	animation: sg 2s infinite;
	z-index: 1;
}
@-webkit-keyframes sg {
	0%{left: -150px;}
	100%{left: 150%;transition: left 0.5s ease 0s;}
}
@keyframes sg {
	0%{left: -150px;}
	100%{left: 150%;transition: left 0.5s ease 0s;}
}
.productdetailPage .conts .imgbox .photo div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.productdetailPage .conts .imgbox .rbox img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.productdetailPage .conts .info *,
.productdetailPage .conts .info {
	font-size: 17px !important;
	line-height: 2 !important;
	font-family: 'Microsoft Yahei', 'PingFang SC' !important;
}
.productdetailPage .conts .info h2 {
	margin-bottom: 10px;
	font-size: 24px !important;
	line-height: 1.5 !important;
	font-weight: normal;
	padding-left: 30px;
	background: url("../img/icon11.png") no-repeat left center;
	background-size: 24px auto;
}
.productdetailPage .conts .info h2 * {
    font-size: 24px !important;
	line-height: 1.5 !important;
}
.productdetailPage .conts .info table {
	border-collapse: collapse;
	width: 100% !important;
}
.productdetailPage .conts .info table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.productdetailPage .conts .info table th,
.productdetailPage .conts .info table td {
	border: 1px solid #a9c6c9;
	padding: 5px;
	word-break: break-all;
}
.comPagelink {
	margin-top: 20px;
}
.comPageList {
	margin-top: 20px;
	font-size: 17px;
}
.comPageList a:hover {
	color: #0271bd;
}
.comProduct {
	margin-top: 100px;
}
.comProduct .swiper {
	padding: 1px;
}
.comProduct .swiper-slide a {
	display: block;
	padding-bottom: 100%;
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.comProduct .swiper-slide .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comProduct .swiper-slide .photo img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	-webkit-transition: all .5s;transition: all .5s;
}
.comProduct .swiper-slide a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.comProduct .swiper-slide .txt01 {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 5px;
	-webkit-transition: all .5s;transition: all .5s;
}
.comProduct .swiper-slide a:hover .txt01 {
	color: #0271bd;
}
.comProduct .swiper-slide .txt02 {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	min-width: 38%;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	background-color: #0271bd;
	color: #fff;
	border-radius: 0 0 0 10px;
	-webkit-transition: all .5s;transition: all .5s;
}
.comProduct .swiperbox {
	position: relative;
	padding: 40px 60px 0;
}
.comProduct .swiper-button-next:after,
.comProduct .swiper-button-prev:after {
	display: none;
}
.comProduct .swiper-button-next,
.comProduct .swiper-button-prev {
	width: 50px;
	height: 50px;
	border: 1px solid #0271bd;
	border-radius: 100%;
}
.comProduct .swiper-button-next {
	right: 0;
	background: url("../img/icon30.png") no-repeat center center;
	background-size: 50% auto;
}
.comProduct .swiper-button-next:hover {
	background-color: #0271bd;
	background-image: url("../img/icon31.png");
}
.comProduct .swiper-button-prev {
	left: 0;
	background: url("../img/icon32.png") no-repeat center center;
	background-size: 50% auto;
}
.comProduct .swiper-button-prev:hover {
	background-color: #0271bd;
	background-image: url("../img/icon33.png");
}
.comCate {
	margin: -60px 0 60px;
	box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);
}
.comCate ul {
	display: flex;
	justify-content: center;
}
.comCate li {
	margin: 0 1px;
}
.comCate a {
	padding: 18px 2vw;
	display: block;
	font-size: 18px;
}
.comCate li.on a,
.comCate a:hover {
	background-color: #0271bd;
	color: #fff;
}
.solutionPage .sec ul li {
	background-color: #f2f4f6;
	position: relative;
	padding-left: 50%;
	margin-bottom: 20px;
}
.solutionPage .sec ul li:nth-child(2n) {
	padding: 0 50% 0 0;
}
.solutionPage .sec ul .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	bottom: 0;
	overflow: hidden;
}
.solutionPage .sec ul li:nth-child(2n) .photo {
	left: inherit;
	right: 0;
}
.solutionPage .sec ul .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;
}
.solutionPage .sec ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.solutionPage .sec ul .txtbox {
	padding: 60px 7%;
}
.solutionPage .sec ul .txtbox .en {
	color: #0271bd;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.solutionPage .sec ul .txtbox h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;
}
.solutionPage .sec ul .txtbox p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 40px;
}
.videoPage .sec ul {
	display: flex;
	flex-wrap: wrap;
}
.videoPage .sec ul li {
	width: 32%;
	margin: 0 2% 30px 0;
}
.videoPage .sec ul li:nth-child(3n) {
	margin-right: 0;
}
.videoPage .sec ul a {
	display: block;
}
.videoPage .sec ul .photo {
	position: relative;
	padding-bottom: 60%;
}
.videoPage .sec ul .photo:before {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	content: "";
	background: url("../img/icon34.png") no-repeat;
	background-size: 100% auto;
	z-index: 1;
	opacity: 0.8;
	-webkit-transition: all .5s;transition: all .5s;
}
.videoPage .sec ul .photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.videoPage .sec ul p {
	font-size: 20px;
	margin-top: 10px;
}
.videoPage .sec ul a:hover p {
	color: #0271bd;
}
.videoPage .sec ul a:hover .photo:before {
	left: 50%;
	bottom: 50%;
	margin: 0 0 -20px -20px;
	opacity: 1;
}
.newsPage .sec ul {
	margin-top: -40px;
}
.newsPage .sec ul li {
	border-bottom: 1px solid #f0f0f0;
}
.newsPage .sec ul a {
	padding: 40px 81px 40px 0;
	display: flex;
	align-items: center;
	position: relative;
}
.newsPage .sec ul .photo {
	width: 25%;
	position: relative;
	overflow: hidden;
}
.newsPage .sec ul .photo div {
	position: relative;
	padding-bottom: 60%;
}
.newsPage .sec ul .photo img {
	position: absolute;
	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;
}
.newsPage .sec ul a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.newsPage .sec ul .txtbox {
	width: 75%;
	box-sizing: border-box;
	padding: 0 60px 0 30px;
}
.newsPage .sec ul .txtbox h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
.newsPage .sec ul a:hover .txtbox h2 {
	color: #0271bd;
}
.newsPage .sec ul .txtbox p {
	color: #666;
	line-height: 1.8;
}
.newsPage .sec ul .rbox {
	position: absolute;
	right: 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%);
}
.newsPage .sec ul .time {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}
.newsPage .sec ul .link {
	font-size: 14px;
	color: #0271bd;
}
.newsPage .sec ul .link img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 5px;
	width: 20px;
}
.detailPage h1 {
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}
.detailPage .noteul {
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	justify-content: center;
	color: #999;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.detailPage .noteul li:first-child {
	margin-right: 60px;
}
.detailPage .info *,
.detailPage .info {
	font-size: 17px !important;
	line-height: 2 !important;
}
.detailPage .info img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
	display: block;
	margin: 20px auto;
}
.detailPage .info table {
	border-collapse: collapse;
	width: 100% !important;
}
.detailPage .info table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.detailPage .info table th,
.detailPage .info table td {
	border: 1px solid #a9c6c9;
	padding: 5px;
	word-break: break-all;
}
.detailPage .btmbox {
	margin-top: 20px;
	border-top: 1px solid #f0f0f0;
	position: relative;
	padding-right: 200px;
}
.detailPage .btmbox .comMore {
	position: absolute;
	right: 0;
	top: 20px;
}
.detailPage .relebox {
	margin-top: 100px;
}
.detailPage .relebox ul {
	margin-top: 40px;
	display: flex;
}
.detailPage .relebox ul li {
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #f0f0f0;
}
.detailPage .relebox ul li:nth-child(4n) {
	border-right: none;
}
.detailPage .relebox ul a {
	display: block;
	padding: 0 30px 35px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}
.detailPage .relebox ul h2 {
	font-size: 19px;
	font-weight: normal;
}
.detailPage .relebox ul a:hover h2 {
	color: #0271bd;
}
.detailPage .relebox ul .time {
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}
.detailPage .relebox ul .link {
	font-size: 14px;
	color: #0271bd;
	position: absolute;
	left: 30px;
	bottom: 0;
}
.detailPage .relebox ul .link img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 5px;
  width: 20px;
}
.contactPage .sec .comWidth {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactPage .sec .lbox {
	width: 52%;
}
.contactPage .sec .lbox h2 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 50px;
}
.contactPage .sec .lbox h2 span {
	display: block;
	font-size: 38px;
	color: #0271bd;
	font-weight: bold;
}
.contactPage .sec .lbox ul {
	display: flex;
}
.contactPage .sec .lbox li {
	font-size: 24px;
	width: 33.33%;
}
.contactPage .sec .lbox ul a {
	display: block;
	font-size: 18px;
	margin-top: 10px;
	font-weight: lighter;
}
.contactPage .sec .lbox .adress {
	margin-top: 60px;
	font-size: 24px;
}
.contactPage .sec .lbox .adress p {
	font-size: 18px;
	font-weight: lighter;
	margin-top: 10px;
}
.contactPage .sec .lbox .adress img {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 5px;
	-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,5px,0);
		transform:translate3d(0,5px,0)
	}
	to{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
@keyframes scroll_anim{
	0%{
		-webkit-transform:translate3d(0,5px,0);
		transform:translate3d(0,5px,0)
	}
	to{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
.contactPage .sec .rbox {
	width: 45%;
}
.contactPage .sec .rbox img {
	width: 100%;
}
.honorPage .sec .box {
	position: relative;
	padding-left: 140px;
}
.honorPage .sec .tabul {
	position: absolute;
	left: 0;
	top: 0;
}
.honorPage .sec .tabul li:first-child {
	margin-bottom: 50px;
}
.honorPage .sec .tabul li {
	position: relative;
	padding: 0 30px 8px 0;
	cursor: pointer;
}
.honorPage .sec .tabul li:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #0271bd;
	content: "";
	width: 0;
	-webkit-transition: all .5s;transition: all .5s;
}
.honorPage .sec .tabul li.on:before,
.honorPage .sec .tabul li:hover:before {
	width: 100%;
}
.honorPage .sec .tabul .num {
	color: #d5dae0;
	font-size: 40px;
}
.honorPage .sec .tabul .txt {
	color: #999;
}
.honorPage .sec .tabul li.on .num,
.honorPage .sec .tabul li.on .txt,
.honorPage .sec .tabul li:hover .num,
.honorPage .sec .tabul li:hover .txt {
	color: #0271bd;
}
.honorPage .sec .tabbox .swiper-slide p {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	opacity: 0;
	-webkit-transition: all .5s;transition: all .5s;
}
.honorPage .sec .tabbox .swiper-slide-active p {
	opacity: 1;
}
.honorPage .sec .tabbox .photo {
	height: 420px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.honorPage .sec .tabbox .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.aboutPage .sec01 .ttl {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.aboutPage .sec01 .ttl:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	width: 60px;
	height: 6px;
	margin-left: -30px;
	background-color: #0271bd;
}
.aboutPage .sec01 h1 {
	font-size: 34px;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}
.aboutPage .sec01 .cn {
	font-size: 20px;
	position: relative;
	z-index: 2;
}
.aboutPage .sec01 .en {
	color: #ebebeb;
	font-size: 100px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -10px;
	z-index: 1;
	line-height: 1;
	font-family: Arial;
	opacity: 0.4;
	letter-spacing: 20px;
}
.aboutPage .sec01 .txt {
	font-size: 17px;
	line-height: 2;
	text-indent: 2em;
}
.aboutPage .sec01 .txt p {
	margin-bottom: 10px;
}
.aboutPage .sec01 .video {
	position: relative;
	padding-bottom: 40%;
	margin-top: 40px;
	background: url("../img/bg06.jpg") no-repeat center center;
	background-size: cover;
}
.aboutPage .sec01 .video video {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.aboutPage .sec01 .video .link {
	position: absolute;
	left: 5%;
	bottom: 5%;
	color: #fff;
	font-size: 26px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.aboutPage .sec01 .video .link img {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 10px;
}
.aboutPage .sec02 {
	padding: 100px 0 80px;
	background: url("../img/bg07.png") no-repeat center bottom;
	background-size: 100% auto;
}
.aboutPage .sec02 ul {
	display: flex;
	margin-top: 40px;
}
.aboutPage .sec02 ul li {
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
}
.aboutPage .sec02 ul .icon {
	width: 88px;
	margin: 0 auto 20px;
	-webkit-transition: all .5s;
  transition: all .5s;
}
.aboutPage .sec02 ul p {
	color: #666;
}
.aboutPage .sec02 ul p span {
	display: block;
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.aboutPage .sec02 ul li:hover .icon {
	transform: translateY(-10px);
}
.searchPage .result {
	font-size: 24px;
	margin-bottom: 40px;
}
@media all and (min-width: 1351px) and (max-width: 1680px) {
	.comTop {height: 420px;}
	.comBg {margin-top: 420px;}
}
@media all and (min-width: 1180px) and (max-width: 1350px) {
	#header {padding: 0 2%;}
	#header .navlist > li {margin: 0 1.15vw;}
	#header .pro {padding: 0 30px;}
	.index04 .txtlist li:first-child,
	.index04 .txtlist li:nth-child(2) {top: 5%;}
	.index04 .txtlist li:nth-child(3),
	.index04 .txtlist li:nth-child(4) {bottom: 5%;}
	#footer .flox {padding-right: 0;}
	.comTop {height: 370px;}
	.comBg {margin-top: 370px;}
}
@media all and (min-width: 992px) and (max-width: 1179px) {
	#header {padding: 0 1%;}
	#header .logo {max-width: 220px;}
	#header .navlist > li {margin: 0 0.8vw;}
	#header .navlist > li > a {font-size: 17px;}
	#header .pro {padding: 0 10px;}
	#header .search .icon {margin-left: 10px;}
	.comWidth {padding: 0 30px;}
	.index04 .txtlist li:first-child,
	.index04 .txtlist li:nth-child(2) {top: 0;}
	.index04 .txtlist li:nth-child(3),
	.index04 .txtlist li:nth-child(4) {bottom: 0;}
	.index04 .txtlist h3 {font-size: 20px;margin-bottom: 2px;}
	.index04 .txtlist p {line-height: 1.5;}
	#footer {padding: 0 30px;}
	#footer .flox {padding-right: 0;width: calc(100% - 350px);}
	#footer .flox .item {padding-right: 3.5%;}
	.productPage .sec .item {padding-left: 3%;padding-right: 3%;}
	.comTop {height: 310px;}
	.comBg {margin-top: 310px;}
}
@media all and (max-width: 991px) {
	#header {
		padding: 13px 60px 13px 15px;
	}
	#header .logo {
		max-width: 200px;
	}
	#header .nav {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 90;
		box-sizing: border-box;
		padding: 15px;
		overflow-y: auto;
	}
	#header .navlist {
		display: block;
	}
	#header .navlist > li {
		margin: 0;
	}
	#header .navlist > li > a {
		font-size: 17px;
		padding: 10px 0;
	}
	#header .navlist > li > a:before {
		display: none;
	}
	#header .navhide {
		display: block;
		position: static;
		left: inherit;
		top: inherit;
		width: auto;
		background-color: #f2f4f6;
		border-top: 1px solid rgba(0,0,0,0.1);
		padding: 10px;
	}
	#header .pro {
		max-width: inherit;
		padding: 0;
		display: block;
	}
	#header .prol {
		width: auto;
		display: flex;
		flex-wrap: wrap;
	}
	#header .prol .item {
		margin: 0 20px 3px 0;
	}
	#header .prol a {
		display: block;
		background-position: right center;
		background-size: 14px auto;
		text-align: left;
		padding: 0 18px 0 0;
		font-size: 15px;
	}
	#header .pror {
		display: none;
	}
	#header .navhide .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#header .navhide .list a {
		font-size: 15px;
		padding-left: 10px;
		margin: 0 20px 3px 0;
	}
	#header .navhide .list a:before {
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
	#header .hbox {
		display: block;
	}
	#header .tel {
		display: none;
	}
	#header .search .icon {
		margin-left: 0;
	}
	.menu {
		position: absolute;
		right: 15px;
		top: 17px;
		z-index: 100;
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 34px;
	  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);
	}
	.comFix {
		display: none;
	}
	.comWidth {
		max-width: inherit;
		padding: 0 15px;
	}
	.headline .txt01 {
		font-size: 14px;
	}
	.headline .txt01:before {
		left: 0;
		width: 30px;
		height: 30px;
	}
	.headline .txt02 {
		font-size: 20px;
		margin: 0 0 0 40px;
	}
	.index02 {
		margin: 40px 0;
	}
	.index02 .catelist {
		justify-content: space-between;
		margin: 20px 0 0;
	}
	.index02 .catelist li {
		width: 49%;
		margin: 0 0 8px;
	}
	.index02 .catelist a {
		padding: 6px;
		font-size: 16px;
	}
	.index02 .prolist {
		justify-content: space-between;
	}
	.index02 .prolist li {
		width: 49%;
		margin: 15px 0 0;
	}
	.index02 .prolist .txt01 {
		width: 100%;
		font-size: 16px;
		padding: 5px;
	}
	.index02 .prolist .txt02 {
		position: absolute;
		right: 0;
		bottom: inherit;
		top: 0;
		font-size: 14px;
		width: auto;
	}
	.comMore a {
		min-width: 130px;
		padding: 11px 0;
		box-shadow: 0 8px 22px -4px rgba(2, 113, 189, 0.6);
	}
	.index03 {
		display: block;
	}
	.index03 .headline {
		margin: 0 10px 0 0;
	}
	.index03 .lbox {
		width: auto;
		padding: 30px 15px;
	}
	.index03 p {
		margin: 20px 0;
		font-size: 16px;
		line-height: 1.6;
	}
	.index03 .rbox {
		width: auto;
	}
	.index04 {
		margin: 40px 0;
		overflow-x: hidden;
	}
	.index04 .inner {
		margin-top: 20px;
	}
	.index04 .conbox {
		width: 90%;
	}
	.index04 .conbox li {
		width: 27%;
		padding: 10px 0;
	}
	.index04 .txtlist li {
		position: static;
		width: auto;
		padding-left: 25px;
		margin-top: 15px;
	}
	.index04 .txtlist .icon {
		top: 10px;
	}
	.index04 .txtlist p {
		line-height: 1.6;
	}
	.index04 .txtlist h3 {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.index05 {
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.index05:before {
		width: 50px;
	}
	.index05.on:before {
		left: -50px;
	}
	.index05:after {
		width: 50px;
	}
	.index05.on:after {
		right: -50px;
	}
	.index05 .inner {
		transform: translateX(-15px);
	}
	.index05 .en {
		font-size: 15px;
	}
	.index05 .cn {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.index05 ul {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.index05 li {
		width: 49%;
		font-size: 16px;
		margin: 15px 0 0;
		text-align: center;
	}
	.index05 li img {
		width: 36px;
		margin: 0 auto 5px;
	}
	.index06 .topbox {
		margin: 0 0 20px;
	}
	.index06 .topbox .headline {
		margin-right: 10px;
	}
	.index06 .inner {
		padding-left: 0;
	}
	.index06 .lbox {
		width: auto;
		position: static;
		margin-bottom: 15px;
	}
	.index06 .lbox .txt {
		padding: 10px 15px;
	}
	.index06 .lbox h3 {
		font-size: 16px;
	}
	.index06 .rbox .list01 {
		margin-bottom: 15px;
	}
	.index06 .rbox .list01 li {
		width: 48.5%;
	}
	.index06 .rbox .list01 .photo {
		border-radius: 10px;
		height: 120px;
	}
	.index06 .rbox .list01 .photo img {
		border-radius: 10px;
	}
	.index06 .rbox .list01 h3 {
		margin-top: 5px;
	}
	.index06 .rbox .list02 a {
		padding: 15px 90px 15px 0;
	}
	#footer {
		margin-top: 40px;
		padding: 0 15px;
	}
	#footer .width {
		max-width: inherit;
	}
	#footer .fbox {
		display: block;
		border-bottom: none;
		padding: 30px 0 0;
	}
	#footer .logo {
		width: 260px;
		margin: 0 auto;
	}
	#footer .fshare {
		display: block;
	}
	#footer .codelist {
		display: none;
	}
	#footer .friendlink {
		width: auto;
		font-size: 14px;
		padding: 15px 0;
		background: none;
		margin-left: 0;
		border: none;
		color: #888;
	}
	#footer .friendlink ul {
		display: block;
		position: static;
		width: auto;
		background-color: inherit;
		border: none;
	}
	#footer .friendlink li {
		display: inline-block;
		margin: 3px 8px 0 0;
	}
	#footer .friendlink ul a {
		padding: 0;
		color: #888;
	}
	#footer .finner {
		margin: 20px 0;
		display: block;
	}
	#footer .flox {
		display: none;
	}
	#footer .frox {
		width: auto;
	}
	#footer .frox ul li {
		margin-bottom: 15px;
	}
	#footer .frox ul .txt01 {
		margin-bottom: 0;
	}
	#footer .frox ul img {
		width: 17px;
	}
	#footer .fbtm {
		display: block;
		padding: 10px 0 55px;
		text-align: center;
	}
	#footer .copyright span {
		margin: 0;
		display: block;
	}
	#footer .xmlmap a {
		margin: 0 10px;
	}
	.comTop {
		position: static;
		width: auto;
		height: auto;
	}
	.comBg {
		margin: 0;
		padding-bottom: 0;
	}
	.comPath {
		padding: 10px 15px;
		margin-bottom: 30px;
	}
	.comPath .width {
		max-width: inherit;
		padding-left: 18px;
		background-size: 12px auto;
	}
	.productPage .sec .item {
		margin-bottom: 20px;
		padding: 20px 15px;
		border-radius: 10px;
		background-size: 100% auto;
		box-shadow: 0 8px 8px rgba(204, 204, 204, 0.6);
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.productPage .sec .txtbox {
		width: 100%;
		order: -1;
	}
	.productPage .sec .txtbox h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.productPage .sec .txtbox ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.productPage .sec .txtbox ul li {
		margin-bottom: 6px;
		width: 49%;
	}
	.productPage .sec .txtbox ul a {
		padding-left: 9px;
		font-size: 15px;
	}
	.productPage .sec .txtbox ul a:before {
		top: 8px;
		width: 6px;
		height: 6px;
	}
	.productPage .sec .txtbox ul a:hover {
		padding-left: 9px;
	}
	.productPage .sec .txtbox ul a:hover:before {
		width: 6px;
	}
	.productPage .sec .txtbox .comMore {
		margin: 20px 0;
		text-align: center;
	}
	.productPage .sec .pholist {
		width: 100%;
		justify-content: space-between;
	}
	.productPage .sec .pholist li {
		width: 48.5%;
		margin: 10px 0 0;
	}
	.productPage .sec .pholist .txt01 {
		padding: 5px;
	}
	.sidebar {
		width: 100%;
		margin-top: 20px;
		order: 1;
	}
	.sidebar .sttl {
		font-size: 20px;
		padding: 10px 15px;
	}
	.sidebar .proul {
		padding: 0 15px 15px;
	}
	.sidebar .proul > li > a {
		font-size: 17px;
		padding: 12px 60px 12px 0;
	}
	.sidebar .proul .more {
		height: 50px;
	}
	.sidebar .protwo {
		margin: 0 0 20px 5px;
	}
	.sidebar .protwo li {
		margin-bottom: 8px;
	}
	.sidebar .protwo a {
		font-size: 15px;
		padding-left: 18px;
	}
	.sidebar .protwo a:before {
		top: 10px;
	}
	.sidebar .newsul {
		padding: 15px 10px;
	}
	.sidebar .newsul li:not(:last-child) {
		margin-bottom: 10px;
	}
	.sidebar .newsul a {
		font-size: 15px;
	}
	.conts {
		width: 100%;
	}
	.product2ndPage .sec .comWidth,
	.productdetailPage .sec .comWidth {
		flex-wrap: wrap;
	}
	.product2ndPage .conts .listul li {
		margin-bottom: 20px;
	}
	.product2ndPage .conts .listul a {
		display: block;
		border-left-width: 2px;
		padding: 15px 10px 15px 50%;
	}
	.product2ndPage .conts .listul .photo {
		width: 50%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.product2ndPage .conts .listul .photo .inn {
		padding-top: 0;
		position: static;
	}
	.product2ndPage .conts .listul .photo img {
		max-width: 80%;
		max-height: 80%;
	}
	.product2ndPage .conts .listul .txtbox {
		width: auto;
		padding: 0;
	}
	.product2ndPage .conts .listul .txtbox h2 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.product2ndPage .conts .listul .txtbox p {
		display: none;
	}
	.product2ndPage .conts .listul .typebox {
		width: auto;
		border-left: none;
		padding: 0;
	}
	.product2ndPage .conts .listul .link {
		display: none;
	}
	.productdetailPage .conts .topbox {
		border-bottom: 1px solid #e4e4e6;
		padding: 0 0 20px;
	}
	.productdetailPage .conts h1 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.productdetailPage .conts .topbox .comMore {
		position: static;
		text-align: center;
	}
	.productdetailPage .conts .topbox .comMore a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.productdetailPage .conts .imgbox {
		display: block;
		padding: 20px 15px;
		margin-bottom: 20px;
	}
	.productdetailPage .conts .imgbox .lbox {
		width: auto;
	}
	.productdetailPage .conts .imgbox .lbox .txt {
		font-size: 16px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.productdetailPage .conts .imgbox .lbox .type li {
		font-size: 16px;
		margin: 0 0 5px 15px;
	}
	.productdetailPage .conts .imgbox .rbox {
		width: auto;
		margin-top: 20px;
	}
	.productdetailPage .conts .imgbox .photo {
		padding-bottom: 75%;
	}
	.productdetailPage .conts .info *,
	.productdetailPage .conts .info {
		font-size: 16px !important;
		line-height: 1.7 !important;
	}
	.productdetailPage .conts .info h2 {
		margin-bottom: 5px;
		font-size: 20px !important;
		line-height: 1.5 !important;
		padding-left: 25px;
		background-size: 20px auto;
	}
	.comPagelink {
		margin-top: 15px;
	}
	.comPageList {
		font-size: 16px;
	}
	.comProduct {
		margin-top: 40px;
	}
	.comProduct .swiper-slide .txt01 {
		padding: 5px;
	}
	.comProduct .swiperbox {
		padding: 20px 50px 0;
	}
	.comProduct .swiper-button-next,
	.comProduct .swiper-button-prev {
		width: 38px;
		height: 38px;
	}
	.comCate {
		margin: -30px 0 30px;
		overflow-x: auto;
	}
	.comCate ul {
		justify-content: flex-start;
	}
	.comCate a {
		padding: 12px 20px;
		font-size: 16px;
		white-space: nowrap;
	}
	.solutionPage .sec ul li {
		padding-left: 0;
		margin-bottom: 20px;
	}
	.solutionPage .sec ul li:nth-child(2n) {
		padding: 0;
	}
	.solutionPage .sec ul .photo {
		position: static;
		width: auto;
		height: 200px;
	}
	.solutionPage .sec ul .txtbox {
		padding: 20px 15px;
	}
	.solutionPage .sec ul .txtbox .en {
		font-size: 14px;
	}
	.solutionPage .sec ul .txtbox h2 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.solutionPage .sec ul .txtbox p {
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.solutionPage .sec ul .comMore {
		text-align: center;
	}
	.videoPage .sec ul {
		justify-content: space-between;
	}
	.videoPage .sec ul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.videoPage .sec ul .photo:before {
		width: 26px;
		height: 26px;
		left: 10px;
		bottom: 10px;
	}
	.videoPage .sec ul p {
		font-size: 16px;
		margin-top: 5px;
	}
	.videoPage .sec ul a:hover .photo:before {
		margin: 0 0 -13px -13px;
	}
	.newsPage .sec ul {
		margin-top: -15px;
	}
	.newsPage .sec ul a {
		padding: 15px 0;
		display: block;
	}
	.newsPage .sec ul .photo {
		width: auto;
	}
	.newsPage .sec ul .txtbox {
		width: auto;
		padding: 10px 0 0;
	}
	.newsPage .sec ul .txtbox h2 {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.newsPage .sec ul .txtbox p {
		line-height: 1.5;
	}
	.newsPage .sec ul .rbox {
		margin-top: 10px;
		position: static;
		transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.newsPage .sec ul .time {
		margin-bottom: 0;
	}
	.detailPage h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.detailPage .noteul {
		margin-bottom: 20px;
	}
	.detailPage .noteul li:first-child {
		margin-right: 25px;
	}
	.detailPage .info *,
	.detailPage .info {
		font-size: 16px !important;
		line-height: 1.6 !important;
	}
	.detailPage .info img {
		margin: 10px auto;
	}
	.detailPage .btmbox {
		padding-right: 140px;
	}
	.detailPage .relebox {
		margin-top: 40px;
	}
	.detailPage .relebox ul {
		margin-top: 0;
		display: block;
	}
	.detailPage .relebox ul li {
		width: auto;
		border-right: none;
		border-bottom: 1px solid #f0f0f0;
		margin-top: 10px;
	}
	.detailPage .relebox ul a {
		padding: 10px 0;
		height: auto;
	}
	.detailPage .relebox ul h2 {
		font-size: 16px;
	}
	.detailPage .relebox ul .time {
		margin-bottom: 0;
	}
	.detailPage .relebox ul .link {
		left: inherit;
		bottom: inherit;
		right: 0;
		top: 10px;
	}
	.contactPage .sec .comWidth {
		display: block;
	}
	.contactPage .sec .lbox {
		width: auto;
	}
	.contactPage .sec .lbox h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.contactPage .sec .lbox h2 span {
		font-size: 26px;
	}
	.contactPage .sec .lbox ul {
		display: block;
	}
	.contactPage .sec .lbox li {
		font-size: 18px;
		width: auto;
		margin-top: 15px;
	}
	.contactPage .sec .lbox ul a {
		margin-top: 5px;
	}
	.contactPage .sec .lbox .adress {
		margin-top: 15px;
		font-size: 18px;
	}
	.contactPage .sec .lbox .adress p {
		margin-top: 5px;
	}
	.contactPage .sec .lbox .adress img {
		width: 30px;
	}
	.contactPage .sec .rbox {
		width: auto;
		margin-top: 20px;
	}
	.honorPage .sec .box {
		padding-left: 0;
	}
	.honorPage .sec .tabul {
		position: static;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.honorPage .sec .tabul li:first-child {
		margin-bottom: 0;
	}
	.honorPage .sec .tabul li {
		padding: 0 0 5px;
		width: 40%;
	}
	.honorPage .sec .tabul li:before {
		height: 2px;
	}
	.honorPage .sec .tabul .num {
		font-size: 24px;
	}
	.honorPage .sec .tabbox .swiper-slide p {
		font-size: 17px;
		margin-top: 10px;
	}
	.honorPage .sec .tabbox .photo {
		height: 252px;
	}
	.aboutPage .sec01 .ttl {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.aboutPage .sec01 .ttl:before {
		height: 4px;
	}
	.aboutPage .sec01 h1 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.aboutPage .sec01 .cn {
		font-size: 16px;
	}
	.aboutPage .sec01 .en {
		font-size: 40px;
		bottom: 0;
		letter-spacing: 10px;
	}
	.aboutPage .sec01 .txt {
		font-size: 16px;
		line-height: 1.6;
	}
	.aboutPage .sec01 .video {
		padding-bottom: 56%;
		margin-top: 20px;
	}
	.aboutPage .sec01 .video .link {
		font-size: 18px;
	}
	.aboutPage .sec01 .video .link img {
		width: 30px;
	}
	.aboutPage .sec02 {
		padding: 40px 0 0;
	}
	.aboutPage .sec02 ul {
		display: block;
		margin-top: 10px;
	}
	.aboutPage .sec02 ul li {
		width: auto;
		text-align: left;
		padding: 10px 0 10px 65px;
		position: relative;
	}
	.aboutPage .sec02 ul .icon {
		width: 50px;
		margin: 0;
		position: absolute;
		left: 0;
		top: 10px;
	}
	.aboutPage .sec02 ul p span {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.aboutPage .sec02 ul li:hover .icon {
		transform: translateY(0);
	}
	.pagination {
		margin-top: 20px;
	}
	.pagination a {
		padding: 8px 5px;
		min-width: 36px;
	}
}