@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: 108px;
}
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: 71px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
	background-color: #fff;
	box-shadow: 0px 4px 15px -2px rgba(49, 70, 81, 0.1);
}
#header .width {
	max-width: 1500px;
	box-sizing: border-box;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
#header .rbox {
	padding-top: 14px;
}
#header .tel {
	text-align: right;
}
#header .tel a {
	position: relative;
	display: inline-block;
	font-size: 26px;
	padding-left: 32px;
	background: linear-gradient(121.59deg, #17BD6A 0%, #3597F2 100%);
    -webkit-background-clip: text;
    color: transparent;
	font-weight: bold;
}
#header .tel img {
	width: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	animation: msClock 1.2s linear infinite;
}
@keyframes msClock {
  0%,90%,100% {
    transform: rotate(0) scale(1);
  }
  20%,40% {
    transform: rotate(-15deg) scale(1.1);
  }
  30%,50% {
  transform: rotate(15deg) scale(1.1);
  }
}
#header .firul {
	display: flex;
}
#header .firul > li {
	margin-left: 56px;
	position: relative;
}
#header .firul > li > a {
	font-size: 18px;
	display: block;
	padding: 14px 0;
	position: relative;
}
#header .firul > li > a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #0271bd;
}
#header .firul > li.on > a:after,
#header .firul > li > a:hover:after {
	width: 100%;
}
#header .firul > li.on > a,
#header .firul > li > a:hover {
	color: #0271bd;
}
#header .secul {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 100;
	text-align: center;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	background-color: #fff;
	border-radius: 10px;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	box-sizing: border-box;
	padding: 10px 0;
}
#header .secul a {
	display: block;
	padding: 6px 30px;
	font-size: 18px;
}
#header .secul a:hover {
	color: #0271bd;
}
.mainVisual .width {
	max-width: 1500px;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 auto;
	height: calc( 100vh - 108px );
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.mainVisual .bgImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	-webkit-transition: all 4s;
	transition: all 4s;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.mainVisual .swiper-slide-active .bgImg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.mainVisual .rbox {
	width: 50%;
}
.mainVisual .rbox img {
	width: 100%;
}
.mainVisual .lbox {
	width: 48%;
}
.mainVisual .width02 .rbox {
	width: 37%;
}
.mainVisual .width02 .lbox {
	width: 60%;
}
.mainVisual .width03 .rbox {
	width: 40%;
}
.mainVisual .width03 .lbox {
	width: 58%;
}
@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    font-style: normal;
    font-weight: 100;
    src: url('../font/SourceHanSerifCN-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../font/SourceHanSerifCN-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/SourceHanSerifCN-Heavy.woff') format('woff'), /* Modern Browsers */
    url('../font/SourceHanSerifCN-Heavy.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    font-style: normal;
    font-weight: 100;
    src: url('../font/SourceHanSerifCN-Medium.eot'); /* IE9 Compat Modes */
    src: url('../font/SourceHanSerifCN-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/SourceHanSerifCN-Medium.woff') format('woff'), /* Modern Browsers */
    url('../font/SourceHanSerifCN-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.mainVisual .txt01 {
	font-size: 36px;
	font-family: 'SourceHanSerifCN-Medium';
	line-height: 1.3;
	margin-bottom: 40px;
}
.mainVisual .txt01 span {
	font-size: 18px;
	color: #9a9b9e;
	display: block;
}
.mainVisual .txt02 {
	margin-bottom: 20px;
	font-size: 76px;
	color: #0049a1;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-linear-gradient(top,#0049a1,#0167cb);
	font-family: 'SourceHanSerifCN-Heavy';
	line-height: 1.1;
	letter-spacing: 2px;
}
.mainVisual .txt03 {
	margin-bottom: 40px;
	font-size: 30px;
	color: #0049a1;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-linear-gradient(top,#004AA7,#0167cb,#004AA7);
	font-family: 'SourceHanSerifCN-Medium';
}
.mainVisual .link a {
	max-width: 220px;
	display: block;
	text-align: center;
	background-image: -moz-linear-gradient( -90deg, rgb(0,144,218) 0%, rgb(0,63,148) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(0,144,218) 0%, rgb(0,63,148) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(0,144,218) 0%, rgb(0,63,148) 100%);
	border-radius: 20px;
	color: #fff;
	box-sizing: border-box;
	padding: 13px 0;
	font-size: 22px;
}
.mainVisual .link a:hover {
	background-image: none;
	background-color: #fff;
	color: #0271bd;
}
.mainVisual .swiper-pagination {
	top: inherit !important;
	bottom: 0;
}

.comWidth {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.headline01 {
	font-size: 38px;
}
.headline01 span {
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}
.comTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comMore a {
	display: inline-block;
	border: 1px solid #666;
	border-radius: 100px;
	padding: 10px 30px;
}
.comMore span {
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.comMore a:hover {
	border-color: #0271bd;
}
.comMore a:hover span {
	color: #0271bd;
	transform: translateX(6px);
}
.indexsec01 {
	padding: 100px 0;
	background-color: #f8f8f8;
	overflow: hidden;
}
.indexsec01 .swiper {
	margin-top: 40px;
	overflow: visible;
}
.indexsec01 .swiper-slide {
	width: 380px;
}
.indexsec01 .swiper-slide a {
	display: block;	
	height: 530px;
	position: relative;
}
.indexsec01 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.indexsec01 .swiper-slide .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.indexsec01 .swiper-slide .text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../img/pro-bg.png") no-repeat center top;
	background-size: cover;
	content: "";
	z-index: 1;
	opacity: 0.6;
}
.indexsec01 .swiper-slide p {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 25px;
	word-wrap: break-word;
	padding: 20px 20px;
	-webkit-transition: all .5s;
  transition: all .5s;
	  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
  user-select: none;
}
.indexsec01 .swiper-slide p span {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 5px;
}
.indexsec01 .swiper-slide a:hover p {
	padding-bottom: 40px;
}
.indexsec02 {
	padding: 100px 0;
	background: url("../img/bg07.png") no-repeat left bottom;
}
.indexsec02 .imgbox {
	padding-left: 12%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.indexsec02 .imgbox .lbox {
	width: 36%;
}
.indexsec02 .imgbox .lbox .en {
	text-transform: uppercase;
	color: #0271bd;
}
.indexsec02 .imgbox .lbox h2 {
	margin-bottom: 30px;
	font-size: 44px;
	letter-spacing: 2px;
}
.indexsec02 .imgbox .lbox h2 span {
	color: rgb(245, 56, 88);
}
.indexsec02 .imgbox .lbox .text {
	font-size: 18px;
	color: #666;
	line-height: 2;
	margin-bottom: 40px;
}
.indexsec02 .imgbox .lbox ul {
	display: flex;
	font-size: 18px;
}
.indexsec02 .imgbox .lbox ul li:first-child {
	margin-right: 20px;
}
.indexsec02 .imgbox .lbox ul li:first-child a {
	width: 160px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #0271bd;
	padding: 10px;
	background-color: #0271bd;
	color: #fff;
	border-radius: 100px;
	letter-spacing: 2px;
}
.indexsec02 .imgbox .lbox ul li:first-child a:hover {
	background-color: #fff;
	color: #333;
}
.indexsec02 .imgbox .rbox {
	width: 61.5%;
}
.indexsec02 .imgbox .rbox img {
	width: 100%;
}
.indexsec02 .numlist {
	display: none;
	max-width: 1420px;
	margin: 50px auto 0;
}
.indexsec02 .numlist li {
	text-align: center;
	font-size: 19px;
	width: 25%;
}
.indexsec02 .numlist .num {
	font-size: 32px;
	font-weight: bold;
}
.indexsec02 .numlist .counter {
	font-size: 70px;
	color: #0271bd;
	font-family: Arial;
}
.indexsec03 {
	margin-bottom: 100px;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.indexsec03 .swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.indexsec03 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.indexsec03 h2 {
	position: relative;
	z-index: 2;
	width: 50%;
	color: #fff;
	font-size: 38px;
	padding: 80px 15px 0 10%;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.indexsec03 h2 span {
	display: block;
	text-transform: uppercase;
	font-size: 60px;
	opacity: 0.6;
	margin-left: 40px;
}
.indexsec03 .txtul {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.indexsec03 .txtul li {
	width: 50%;
	border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
}
.indexsec03 .txtul li:nth-child(3),
.indexsec03 .txtul li:nth-child(4) {
	border-bottom: none;
}
.indexsec03 .txtul a {
	display: flex;
	align-items: center;
	text-align: center;
	height: 360px;
	justify-content: center;
	color: #fff;
	font-size: 20px;
}
.indexsec03 .txtul h3 {
	font-weight: normal;
}
.indexsec03 .txtul span {
	display: block;
	margin-top: 10px;
}
.indexsec03 .txtul img {
	width: 60px;
	margin-bottom: 20px;
}
.indexsec03 .txtul .on a {
	background-color: rgba(0, 123, 199, 0.8);
}
.indexsec04 ul {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.indexsec04 ul li {
	margin-top: 30px;
	width: 32.24%;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.05);
}
.indexsec04 ul li:first-child {
	width: 66.08%;
}
.indexsec04 ul li a {
	display: block;
	padding: 25px 25px 85px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
.indexsec04 ul li a:hover {
	box-shadow: 0px 4px 32px rgba(38, 70, 139, 0.1);
}
.indexsec04 ul .time {
	color: #0271bd;
	margin-bottom: 10px;
}
.indexsec04 ul h3 {
	font-size: 20px;
	font-weight: normal;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.indexsec04 ul li:first-child h3 {
	-webkit-line-clamp: 1;
  line-clamp: 1;
}
.indexsec04 ul a:hover h3 {
	color: #0271bd;
}
.indexsec04 ul p {
	color: #666;
	margin-top: 15px;
}
.indexsec04 ul .icon {
	width: 34px;
	position: absolute;
	left: 25px;
	bottom: 25px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec04 ul a:hover .icon {
	transform: translateX(20px);
}
.indexsec04 ul .text {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec04 ul a:hover .text {
	transform: translateX(10px);
}
.friendlink ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	color: #999;
}
.friendlink li {
	margin: 0 15px 5px 0;
}
.friendlink ul li:first-child {
	font-weight: bold;
}
.friendlink a {
	color: #afafaf;
}
.friendlink a:hover {
	text-decoration: underline;
}
#footer {
	margin-top: 100px;
	background-color: #efefef;
	padding: 40px 15px 15px;
}
#footer .width {
	max-width: 1470px;
	margin: 0 auto 15px;
	border-bottom: 1px solid #dbdbdb;
}
#footer .copyright {
	text-align: center;
	font-size: 14px;
}
#footer .copyright span {
	margin: 0 15px;
}
#footer .copyright img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 4px 0 0;
}
#footer .special {
	text-align: center;
	font-size: 14px;
	color: #8D8D8D;
	margin-bottom: 5px;
}
#footer .ftop {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .ftop ul {
	display: flex;
}
#footer .ftop ul li {
	width: 100px;
	margin-left: 25px;
	text-align: center;
}
#footer .ftop ul p {
    font-size: 14px;
    margin-top: 5px;
}
#footer .finner {
	margin-top: 30px;
	border-top: 1px solid #dbdbdb;
	display: flex;
	justify-content: space-evenly;
	padding: 40px 0;
}
#footer .finner .title {
	font-size: 18px;
	font-weight: bold;
}
#footer .finner .title a {
	display: inline-block;
}
#footer .finner .more span,
#footer .finner ul span,
#footer .finner .title span {
	-webkit-transition: all .5s;
	transition: all .5s;
	display: inline-block;
}
#footer .finner .more a:hover span,
#footer .finner ul a:hover span,
#footer .finner .title a:hover span {
	color: #0271bd;
	transform: translateX(5px);
}
#footer .finner ul li {
	font-size: 14px;
	color: #595757;
	margin: 10px 0;
}
#footer .finner ul a {
	color: #595757;
	display: inline-block;
}
#footer .finner .more a {
	display: inline-block;
	font-size: 14px;
	color: #0271bd;
}
.comfix {
	position: fixed;
	right: 20px;
	top: 50%;
	padding: 5px;
	border-radius: 30px;
	background-color: #FFFFFF;
	z-index: 100;
	transform: translate(100%,-50%);
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 5px 10px rgba(2,113,189,0.3);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.comfix.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0,-50%);
}
.comfix li:not(:first-child) {
	margin-top: 15px;
}
.comfix a {
	display: block;
	position: relative;
}
.comfix .one {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}
.comfix .one img {
	width: 45%;
}
.comfix .two {
	position: absolute;
	right: 100%;
	top: 50%;
	padding-right: 15px;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	white-space: nowrap;
}
.comfix li.on .two {
	opacity: 1;
	visibility: visible;
}
.comfix .twoinn {
	position: relative;
	background-color: #FFFFFF;
	padding: 10px 30px;
	border-radius: 5px;
	color: #222222;
	filter: drop-shadow(0px 2px 10px rgba(2,113,189,0.2));
	text-align: center;
}
.comfix li:nth-child(3) .twoinn {
	padding: 10px;
}
.comfix .twoinn:after {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	border-left: 6px solid #FFFFFF;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.comfix .twoinn span {
	display: block;
	color: #0271bd;
}
.comfix .twoinn img {
	max-width: 120px;
}
.comfix li:first-child .one img {
	animation: iconRun 1.2s infinite linear;
}
@keyframes iconRun {
  0% {
    transform:scale(.9)
  }
  50% {
    transform:scale(1)
  }
  100% {
    transform:scale(.9)
  }
}
.comfix a:hover .one {
	background-color: #f7f7f7;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
.pagination .page-numbar {
  display: flex;
  align-items: center;
  padding: 0 6px;
}
.pagination .page-numbar a {
  line-height: 40px;
  min-width: 40px;
  border-radius: 100%;
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding: 0 5px;
  margin: 0 5px;
  transition: ease-out .2s;
	box-sizing: border-box;
}
.pagination .page-numbar a:hover,
.pagination .page-numbar a.page-num-current {
  background: linear-gradient(114.46deg, #f05e16 0%, #f01616 100%);
  color: #fff;
}
.pagination .page-pre,
.pagination .page-next {
  padding: 5px;
  margin: 0 10px;
  transition: ease-out .2s;
}
.pagination .page-pre:hover,
.pagination .page-next:hover {
  opacity: .8;
}
.pagination img {
  width: 24px;
}
.comBan {
	position: relative;
	overflow: hidden;
}
.comBan .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation: mybig 2s;
}
@keyframes mybig {
  0% {
    transform:scale(1.1)
  }
  100% {
    transform:scale(1)
  }
}
.comBan img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.comBan .img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.comBan .title {
	max-width: 1500px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	padding: 15px;
	height: 340px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.comBan h2 {
	color: #fff;
	font-size: 48px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.comBan h2 span {
	display: block;
	text-transform: uppercase;
	font-size: 22px;
}
.comPath {
	padding: 15px;
	border-bottom: 1px solid #ededed;
}
.comPath .width {
	max-width: 1470px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comPath .path {
	padding-left: 28px;
	font-size: 18px;
	background: url("../img/icon06.png") no-repeat left top 4px;
	background-size: 20px 20px;
}
.comPath #typed {
	font-size: 18px;
	letter-spacing: 1px;
	color: #0271bd;
}
.productPage .sec {
	margin-top: 80px;
}
.productPage .sec .comWidth {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.productPage .sec .rbox {
	width: 70%;
}
.productPage .sec .rbox .photo {
	width: 36%;
	float: left;
	margin: 0 30px 10px 0;
}
.productPage .sec .rbox .photo img {
	width: 100%;
	height: auto;
}
.productPage .sec .rbox h2 {
	font-size: 30px;
	font-weight: normal;
	color: #0271bd;
}
.productPage .sec .rbox h2 span {
	display: block;
	font-size: 14px;
  color: #999;
}
.productPage .sec .rbox .imgbox {
	margin-bottom: 50px;
}
.productPage .sec .rbox .imgbox p {
	margin-top: 15px;
	font-size: 18px;
}
.productPage .protop {
	background-color: #0271bd;
	display: flex;
	padding: 0 5%;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
}
.productPage .protop div,
.productPage .prolist div {
	box-sizing: border-box;
	padding: 24px 10px;
}
.productPage .rbox .box01 {
	width: 19%;
}
.productPage .rbox .box02 {
	width: 43%;
}
.productPage .rbox .box03 {
	width: 19%;
}
.productPage .rbox .box04 {
	width: 19%;
	text-align: center;
}
.productPage .prolist a {
	display: flex;
	align-items: center;
	padding: 0 5%;
	font-size: 18px;
}
.productPage .prolist li:nth-child(2n) {
	background-color: #f9f9fa;
}
.productPage .prolist .box04 {
	width: 100px;
	border: 1px solid #0271bd;
	margin: 0 auto;
	padding: 5px 0;
	border-radius: 100px;
	font-size: 16px;
	-webkit-transition: all .5s;
  transition: all .5s;
}
.productPage .prolist a:hover {
	background-color: rgba(2,113,189,0.3);
}
.productPage .prolist a:hover .box04 {
	background-color: #0271bd;
	color: #fff;
}
.comSide {
	width: 25%;
}
.comSide li {
	border-bottom: 1px solid #DBDBDB;
}
.comSide li a {
	display: block;
	font-size: 22px;
	position: relative;
	overflow: hidden;
	padding: 25px 15px 25px 36px;
}
.comSide li a:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #0271bd;
	transform: rotate(45deg);
	position: absolute;
	z-index: 2;
	left: 15px;
	top: 50%;
	margin-top: -3px;
}
.comSide li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: -101%;
	width: 100%;
	height: 100%;
	background: linear-gradient(121.59deg, rgba(23, 189, 106, 0.11) 0%, rgba(53, 151, 242, 0.49) 100%);
	box-sizing: border-box;
	border-right: 2.5px solid #0271bd;
	transition: ease-out .5s;
}
.comSide li.on a:after,
.comSide li a:hover:after {
	left: 0;
}
.comSide li.on a,
.comSide li a:hover {
	color: #0271bd;
}
.comSide li span {
	display: block;
	position: relative;
	z-index: 2;
}
.comSide .newsbox {
    margin-top: 20px;
}
.comSide .newsbox a {
    padding: 25px;
  display: block;
  font-size: 18px;
  border-radius: 20px;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.05);
}
.comSide .newsbox a:hover {
  background-color: #f2f6fc;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.19);
}
.comSide .newsbox h3 {
    font-weight: normal;
}
.solutionPage .sec {
	padding-top: 20px;
}
.solutionPage .sec li {
	position: relative;
	margin-top: 60px;
}
.solutionPage .sec li .img {
	width: 62%;
	height: 500px;
}
.solutionPage .sec li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.solutionPage .sec li a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 55.6%;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
.solutionPage .sec li h3 {
	font-size: 28px;
	margin-bottom: 20px;
	-webkit-transition: all .5s;transition: all .5s;
}
.solutionPage .sec li .text {
	font-size: 18px;
	line-height: 1.8;
	color: #666;
	-webkit-transition: all .5s;transition: all .5s;
}
.solutionPage .sec li .link {
	font-size: 18px;
	margin-top: 20px;
	-webkit-transition: all .5s;transition: all .5s;
}
.solutionPage .sec li a:hover h3,
.solutionPage .sec li a:hover .text,
.solutionPage .sec li a:hover .link {
	transform: translateX(10px);
}
.solutionPage .sec li a:hover h3 {
	color: #0271bd;
}
.solutionPage .sec li:nth-child(2n) .img {
	margin-left: auto;
}
.solutionPage .sec li:nth-child(2n) a {
	right: auto;
	left: 0;
}
.solutionDetailPage .sec .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 80px;
}
.solutionDetailPage .sec .lbox {
	width: 65%;
}
.solutionDetailPage .sec .lbox .ttl {
	text-align: center;
	font-size: 32px;
	margin-bottom: 15px;
}
.solutionDetailPage .sec .lbox .noteul {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.solutionDetailPage .sec .lbox .noteul li:first-child {
	margin-right: 40px;
}
.solutionDetailPage .sec .lbox .noteul img {
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
.solutionDetailPage .sec .rbox {
	width: 30%;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 30px;
	position: sticky;
	top: 120px;
}
.solutionDetailPage .sec .rbox h2 {
	font-size: 28px;
	color: #666;
	position: relative;
	font-weight: normal;
	padding-left: 45px;
}
.solutionDetailPage .sec .rbox h2:before {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	background: url("../img/icon09.png") no-repeat center center;
	background-size: 100% 100%;
	content: "";
}
.solutionDetailPage .sec .rbox ul {
	padding-left: 45px;
}
.solutionDetailPage .sec .rbox li {
	font-size: 20px;
	margin-top: 15px;
	list-style: disclosure-closed;
}
.solutionDetailPage .sec .rbox li.on a,
.solutionDetailPage .sec .rbox li a:hover {
	color: #0271bd;
}
.cominfo,
.cominfo * {
	font-size: 18px !important;
	line-height: 1.8 !important;
	text-wrap: auto !important;
}
.cominfo h2 {
	padding: 0 0 5px 40px !important;
	font-size: 24px !important;
	background: url("../img/icon25.png") no-repeat left top 8px;
	background-size: 30px auto;
}
.cominfo h2 * {
    font-size: 24px !important;
}
.cominfo img {
	display: block !important;
	margin: 20px auto !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: auto !important;
}
.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;
}
.cominfo a:hover {
	text-decoration: none;
}
.cominfo a {
    color: #0271BD;
    text-decoration: underline;
}
.comNote {
	margin-top: 40px;
	color: #666;
}
.comNote a:hover {
	color: #0271bd;
	text-decoration: underline;
}
.comPathul {
	margin-top: 30px;
	font-size: 18px;
}
.comPathul li:first-child {
	margin-bottom: 10px;
}
.comPathul a:hover {
	color: #0271bd;
}
.videoPage .sec {
	margin: 80px 0 0;
}
.videoPage .sec ul {
	display: flex;
	flex-wrap: wrap;
}
.videoPage .sec ul li {
	width: 32%;
	margin: 0 2% 40px 0;
}
.videoPage .sec ul li:nth-child(3n) {
	margin-right: 0;
}
.videoPage .sec ul a {
	display: block;
}
.videoPage .sec ul p {
	font-size: 18px;
	margin-top: 15px;
}
.videoPage .sec ul .photo {
	overflow: hidden;
	-webkit-transition: all .5s;transition: all .5s;
	height: 300px;
}
.videoPage .sec ul .photo img {
	width: 100%;
	height: 100%;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
	object-fit: cover;
  object-position: center;
}
.videoPage .sec ul a:hover .photo {
	border-radius: 20px;
}
.videoPage .sec ul a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.videoPage .sec ul a:hover p {
	color: #0271bd;
}
.newsPage .sliderbox {
	margin: 80px 0;
	box-shadow: 0px 4px 32px rgba(38, 70, 139, 0.1);
	background-color: #fff;
	border-radius: 20px;
}
.newsPage .sliderbox a {
	display: flex;
}
.newsPage .sliderbox .lbox {
	width: 40%;
	height: 350px;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
}
.newsPage .sliderbox .lbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px 0 0 20px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.newsPage .sliderbox a:hover .lbox img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.newsPage .sliderbox .rbox {
	width: 60%;
	box-sizing: border-box;
	padding: 40px;
}
.newsPage .sliderbox .rbox .time {
	font-size: 18px;
	color: #0271bd;
	-webkit-transition: all .5s;transition: all .5s;
}
.newsPage .sliderbox .rbox h3 {
	white-space: nowrap;
  text-overflow: ellipsis;
	overflow: hidden;
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0 20px;
	-webkit-transition: all .5s;transition: all .5s;
}
.newsPage .sliderbox .rbox p {
	font-size: 18px;
	color: #666;
	-webkit-transition: all .5s;transition: all .5s;
}
.newsPage .sliderbox a:hover .rbox .time,
.newsPage .sliderbox a:hover .rbox h3,
.newsPage .sliderbox a:hover .rbox p {
	transform: translateX(10px);
}
.newsPage .sliderbox .swiper-button-prev:after,
.newsPage .sliderbox .swiper-button-next:after {
	display: none;
}
.newsPage .sliderbox .swiper-button-prev,
.newsPage .sliderbox .swiper-button-next {
	width: 40px;
	height: 40px;
	margin: 0 20px;
	top: 0;
	position: static;
}
.newsPage .sliderbox .arrow {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 60%;
	height: 40px;
	display: flex;
	justify-content: center;
}
.newsPage .listul {
	display: flex;
	flex-wrap: wrap;
}
.newsPage .listul li {
	margin: 0 2% 40px 0;
	width: 32%;
}
.newsPage .listul li:nth-child(3n) {
	margin-right: 0;
}
.newsPage .listul a {
	padding: 30px 30px;
	display: block;
	height: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
}
.newsPage .listul .time {
	font-size: 18px;
	color: #0271bd;
	margin-bottom: 10px;
	-webkit-transition: all .5s;transition: all .5s;
}
.newsPage .listul h3 {
	font-size: 22px;
	font-weight: normal;
	-webkit-transition: all .5s;transition: all .5s;
}
.newsPage .listul a:hover {
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.15);
}
.newsPage .listul a:hover .time,
.newsPage .listul a:hover h3 {
	transform: translateX(10px);
}
.newsPage .listul a:hover h3 {
	color: #0271bd;
}
.newsDetailPage .topbox {
	background-color: #f4f4f4;
	position: relative;
	padding: 20px 0 50px;
	margin-bottom: 60px;
	overflow: hidden;
}
.newsDetailPage .topbox .comWidth {
	position: relative;
	z-index: 2;
}
.productDetailPage .topbox .path,
.newsDetailPage .topbox .path {
	padding-left: 28px;
	font-size: 18px;
	background: url("../img/icon06.png") no-repeat left top 4px;
	background-size: 20px 20px;
	color: #666;
}
.productDetailPage .topbox .path a,
.newsDetailPage .topbox .path a {
	color: #666;
}
.productDetailPage .topbox .path a:hover,
.newsDetailPage .topbox .path a:hover {
	text-decoration: underline;
}
.newsDetailPage .topbox h2 {
	font-size: 38px;
	margin: 60px 0 30px;
}
.newsDetailPage .topbox ul {
	display: flex;
	font-size: 18px;
	color: #666;
}
.newsDetailPage .topbox ul img {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	margin: -3px 5px 0 0;
}
.newsDetailPage .topbox ul li:first-child {
	margin-right: 50px;
}
.newsDetailPage .sec .comWidth {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newsDetailPage .sec .lbox {
	width: 65%;
}
.newsDetailPage .sec .rbox {
	width: 30%;
	position: sticky;
	top: 120px;
}
.newsDetailPage .sec .rbox .ttl {
	font-size: 28px;
	color: #666;
	position: relative;
	font-weight: normal;
	padding: 0 0 20px 45px;
	border-bottom: 1px solid #c7c7c7;
}
.newsDetailPage .sec .rbox .ttl:before {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 8px;
	background: url("../img/icon09.png") no-repeat center center;
	background-size: 100% 100%;
	content: "";
}
.newsDetailPage .sec .rbox ul li {
	margin-top: 30px;
}
.newsDetailPage .sec .rbox ul a {
	padding: 25px;
	display: block;
	font-size: 18px;
	border-radius: 20px;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.05);
}
.newsDetailPage .sec .rbox ul a:hover {
	background-color: #f2f6fc;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.19);
}
.newsDetailPage .sec .rbox ul h3 {
	font-weight: normal;
	-webkit-transition: all .5s;transition: all .5s;
}
.newsDetailPage .sec .rbox ul .time {
	-webkit-transition: all .5s;transition: all .5s;
}
.newsDetailPage .sec .rbox ul a:hover h3,
.newsDetailPage .sec .rbox ul a:hover .time {
	transform: translateX(10px);
}
.contactPage .comBan .title {
	justify-content: center;
	color: #fff;
}
.contactPage .comBan #txt {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
}
.contactPage .sec .box {
	position: relative;
}
.contactPage .sec .inner {
	display: flex;
	align-items: center;
	position: relative;
	top: -40px;
	border-radius: 20px;
	background: #f8f8f8;
	z-index: 5;
}
.contactPage .sec .shadow {
	position: absolute;
	left: 50%;
	bottom: -15%;
	transform: translateX(-50%);
	width: 100%;
}
.contactPage .sec .lbox {
	width: 50%;
	border-radius: 20px;
}
.contactPage .sec .lbox img {
	border-radius: 20px;
	width: 100%;
}
.contactPage .sec .rbox {
	width: 50%;
	box-sizing: border-box;
	padding: 15px 5%;
}
.contactPage .sec .rbox h2 {
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 30px;
}
.contactPage .sec .rbox ul img {
	width: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 0;
}
.contactPage .sec .rbox li {
	font-size: 20px;
	margin-top: 20px;
}
.contactPage .sec .rbox a img {
	margin: -10px 0 0 8px;
	width: 40px;
	-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)
	}
}
.aboutPage .sec01 {
	color: #666;
	line-height: 2;
	font-size: 20px;
	padding: 80px 0;
	background: url("../img/bg07.png") no-repeat left bottom;
}
.aboutPage .sec01 p {
	text-indent: 2em;
}
.aboutPage .sec02 a {
	display: block;
	position: relative;
	height: 500px;
	background: url("../img/bg05.jpg") no-repeat center center fixed;
	background-size: cover;
}
.aboutPage .sec02 a:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url("../img/icon05.png") no-repeat center center;
	background-size: 100% 100%;
	content: "";
}
.aboutPage .sec03 ul {
	margin: 80px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.aboutPage .sec03 ul li {
	width: 17.5%;
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgba(49, 156, 255, 0.24);
	border-radius: 24px;
	text-align: center;
	box-sizing: border-box;
	padding: 60px 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.aboutPage .sec03 ul li:nth-child(2n) {
	margin-top: 100px;
}
.aboutPage .sec03 ul li:nth-child(2n) h3 {
	color: #0271bd;
}
.aboutPage .sec03 ul h3 {
	font-size: 24px;
	margin: 10px 0 20px;
	color: #F53858;
}
.aboutPage .sec03 ul img {
	width: 60px;
}
.aboutPage .sec03 ul p {
	color: #999;
	line-height: 1.6;
}
.aboutPage .sec04 {
	margin-bottom: -100px;
	padding: 80px 0;
	background: url("../img/bg08.jpg") no-repeat center center fixed;
	background-size: cover;
}
.aboutPage .sec04 .ttl {
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 4px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 40px;
}
.aboutPage .sec04 ul {
	display: flex;
	justify-content: center;
}
.aboutPage .sec04 li {
	margin: 0 20px;
}
.aboutPage .sec04 li a {
	text-align: center;
	background-color: #0271bd;
	border-radius: 100px;
	font-size: 20px;
	padding: 15px;
	box-sizing: border-box;
	width: 200px;
	display: block;
	color: #fff;
	letter-spacing: 2px;
}
.aboutPage .sec04 li a:hover {
	background-color: #F53858;
}
.certificatePage .sec {
	margin-top: 80px;
}
.comList {
	display: flex;
	flex-wrap: wrap;
}
.comList li {
	width: 32%;
	margin: 0 2% 50px 0;
}
.comList li:nth-child(3n) {
	margin-right: 0;
}
.comList a {
	display: block;
	height: 100%;
	border-radius: 20px 20px 0px 0px;
	border-bottom: 2px solid #d1d1d1;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.05);
}
.comList .photo {
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.comList .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.comList p {
	min-height: 70px;
	padding: 0 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	background: url("../img/bg09.png") no-repeat center;
	background-size: contain;
}
.comList a:hover {
	border-bottom-color: #F53858;
}
.comList a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.productDetailPage .topbox {
	background-color: #f4f4f4;
	padding: 20px 0 40px;
	margin-bottom: 60px;
}
.productDetailPage .imgbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.productDetailPage .imgbox .lbox {
	width: 45%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.productDetailPage .imgbox .lbox img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.productDetailPage .imgbox .rbox {
	width: 50%;
}
.productDetailPage .imgbox .rbox h2 {
	font-size: 38px;
	margin-bottom: 30px;
}
.productDetailPage .imgbox .txtul li {
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 22px;
	background: url("../img/icon23.png") no-repeat left center;
	background-size: 24px auto;
}
.productDetailPage .imgbox .conul {
	display: flex;
	margin-top: 40px;
}
.productDetailPage .imgbox .conul li:first-child {
	margin-right: 20px;
}
.productDetailPage .imgbox .conul li:first-child a {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #07C160;
	box-shadow: 0px 12px 24px rgba(6, 192, 95, 0.24), inset 2px 2px 8px 4px rgba(255, 255, 255, 0.28);
	border-radius: 100px;
	padding: 15px 25px;
	display: block;
}
.productDetailPage .imgbox .conul li:last-child a {
	display: block;
	font-size: 20px;
	color: #fff;
	background: radial-gradient(211.43% 211.43% at 50% 50%, #FF0D0C 0.83%, rgba(252, 134, 134, 0) 100%);
	box-shadow: inset 2px 2px 12px 7px rgba(255, 255, 255, 0.28);
	filter: drop-shadow(0px 12px 24px rgba(254, 48, 47, 0.28));
	border-radius: 100px;
	text-align: center;
	padding: 0 25px;
}
.productDetailPage .imgbox .conul li:last-child span {
	padding: 15px 34px 15px 0;
	background: url("../img/icon24.png") no-repeat right center;
	background-size: 24px auto;
	display: inline-block;
}
.productDetailPage .imgbox .conul li:last-child a:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.productDetailPage .sec {
	position: relative;
}
.productDetailPage .cominfo {
	position: relative;
	z-index: 2;
}
.productDetailPage .rightqiu {
	position: absolute;
	right: 1%;
	top: 40%;
	z-index: 1;
	width: 245px;
}
.productDetailPage .leftqiu {
	position: absolute;
	left: 5%;
	top: 50%;
	z-index: 1;
	width: 30px;
}

/* 工具栏 */
#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;}
}

@media all and (min-width: 992px) and (max-width: 1180px) {
	#header .firul > li {margin-left: 30px;}
	.indexsec02 .imgbox {padding-left: 5%;}
}

@media all and (max-width: 991px) {
	#header .width {
		max-width: inherit;
		padding: 8px 15px;
		display: block;
	}
	#header .rbox {
		padding-top: 0;
	}
	#header .tel {
		display: none;
	}
	#header .logo {
		max-width: 210px;
	}
	.menu {
		position: absolute;
		right: 15px;
		top: 21px;
		z-index: 200;
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 38px;
	  height: 30px;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #333;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 13px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(13px) rotate(-45deg);
	  transform: translateY(13px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-13px) rotate(45deg);
	  transform: translateY(-13px) rotate(45deg);
	}
	#header nav {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #f1f1f1;
		overflow-y: auto;
		z-index: 100;
	}
	#header .firul {
		display: block;
	}
	#header .firul > li {
		margin-left: 0;
	}
	#header .firul > li > a {
		padding: 15px;
	}
	#header .firul > li > a:after {
		display: none;
	}
	#header .secul {
		display: flex;
		flex-wrap: wrap;
		position: static;
		left: inherit;
		top: inherit;
		text-align: left;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
		white-space: inherit;
		background-color: #fff;
		border-radius: 0;
		transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		padding: 10px 15px;
	}
	#header .secul a {
		padding: 5px 20px 5px 0;
		font-size: 16px;
	}
	.mainVisual .width {
		max-width: inherit;
		padding: 10% 15px 15px;
		height: calc( 100vh - 71px );
		display: block;
	}
	.mainVisual .rbox {
		margin-top: 15%;
		width: auto !important;
	}
	.mainVisual .lbox {
		width: auto !important;
	}
	.mainVisual .txt01 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.mainVisual .txt01 span {
		font-size: 16px;
	}
	.mainVisual .txt02 {
		margin-bottom: 15px;
		font-size: 34px;
		letter-spacing: 0;
	}
	.mainVisual .txt03 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.mainVisual .link a {
		max-width: 160px;
		display: block;
		padding: 10px 0;
		font-size: 16px;
	}
	.comWidth {
		max-width: inherit;
	}
	.headline01 {
		font-size: 24px;
	}
	.headline01 span {
		font-size: 14px;
	}
	.comMore a {
		padding: 10px 25px;
	}
	.indexsec01 {
		padding: 40px 0;
	}
	.indexsec01 .swiper {
		margin-top: 20px;
	}
	.indexsec01 .swiper-slide {
		width: 200px;
	}
	.indexsec01 .swiper-slide a {
		height: 280px;
	}
	.indexsec01 .swiper-slide p {
		font-size: 18px;
		padding: 15px;
	}
	.indexsec01 .swiper-slide p span {
		font-size: 14px;
	}
	.indexsec01 .swiper-slide a:hover p {
		padding-bottom: 0;
	}
	.indexsec02 {
		padding: 40px 0;
		background-size: 100% auto;
	}
	.indexsec02 .imgbox {
		padding-left: 0;
		display: block;
	}
	.indexsec02 .imgbox .lbox {
		width: auto;
		margin: 0 15px 30px;
	}
	.indexsec02 .imgbox .lbox .en {
		text-align: center;
	}
	.indexsec02 .imgbox .lbox h2 {
		margin-bottom: 10px;
		font-size: 26px;
		text-align: center;
	}
	.indexsec02 .imgbox .lbox .text {
		font-size: 17px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.indexsec02 .imgbox .lbox ul {
		justify-content: center;
		font-size: 16px;
	}
	.indexsec02 .imgbox .lbox ul li:first-child {
		margin-right: 10px;
	}
	.indexsec02 .imgbox .lbox ul li:first-child a {
		width: 140px;
		letter-spacing: 0;
	}
	.indexsec02 .imgbox .rbox {
		width: auto;
	}
	.indexsec02 .numlist {
		max-width: inherit;
		flex-wrap: wrap;
		margin: 0;
	}
	.indexsec02 .numlist li {
		font-size: 16px;
		width: 50%;
		margin-top: 20px;
	}
	.indexsec02 .numlist .num {
		font-size: 18px;
	}
	.indexsec02 .numlist .counter {
		font-size: 36px;
	}
	.indexsec03 {
		margin-bottom: 40px;
		display: block;
	}
	.indexsec03 h2 {
		width: auto;
		font-size: 24px;
		padding: 40px 15px;
		text-align: center;
	}
	.indexsec03 h2 span {
		font-size: 30px;
		margin-left: 0;
	}
	.indexsec03 .txtul {
		width: auto;
	}
	.indexsec03 .txtul a {
		height: 210px;
		font-size: 18px;
	}
	.indexsec03 .txtul span {
		margin-top: 5px;
	}
	.indexsec03 .txtul img {
		width: 40px;
		margin-bottom: 10px;
	}
	.indexsec04 ul {
		margin-top: 0;
	}
	.indexsec04 ul li {
		margin-top: 20px;
		width: 48%;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
	}
	.indexsec04 ul li:first-child {
		width: 100%;
	}
	.indexsec04 ul li a {
		padding: 15px 15px 50px;
	}
	.indexsec04 ul li a:hover {
		box-shadow: 0px 2px 20px rgba(38, 70, 139, 0.1);
	}
	.indexsec04 ul .time {
		margin-bottom: 5px;
	}
	.indexsec04 ul h3 {
		font-size: 18px;
	}
	.indexsec04 ul p {
		margin-top: 10px;
	}
	.indexsec04 ul .icon {
		width: 26px;
		left: 15px;
		bottom: 15px;
	}
	.friendlink li {
		margin: 0 10px 5px 0;
	}
	#footer {
		margin-top: 40px;
		padding: 40px 15px 60px;
	}
	#footer .width {
		max-width: inherit;
	}
	#footer .copyright span {
		margin: 0 0 0 15px;
	}
	#footer .copyright span:first-child {
		display: block;
	}
	#footer .special {
		font-size: 12px;
	}
	#footer .ftop {
		display: block;
	}
	#footer .flogo {
		text-align: center;
	}
	#footer .ftop ul {
		display: none;
	}
	#footer .finner {
		margin-top: 20px;
		display: block;
		padding: 20px 0;
	}
	#footer .finner .onebox,
	#footer .finner .twobox,
	#footer .finner .threebox,
	#footer .finner .fourbox {
		display: none;
	}
	.comfix {
		display: none;
	}
	.pagination {
	  margin: 20px 0 0;
	}
	.pagination .page-numbar {
	  padding: 0 5px;
	}
	.pagination .page-numbar a {
	  line-height: 34px;
	  min-width: 34px;
	  font-size: 16px;
	  margin: 0 2px;
	}
	.pagination .page-pre,
	.pagination .page-next {
	  margin: 0 3px;
	}
	.pagination img {
	  width: 20px;
	}
	.comBan .title {
		max-width: inherit;
		height: 180px;
	}
	.comBan h2 {
		font-size: 28px;
	}
	.comBan h2 span {
		font-size: 18px;
	}
	.comPath {
		padding: 10px 15px;
	}
	.comPath .width {
		max-width: inherit;
		display: block;
	}
	.comPath .path {
		padding-left: 20px;
		font-size: 15px;
		background-size: 16px 16px;
	}
	.productPage .sec {
		margin-top: 20px;
	}
	.productPage .sec .comWidth {
		display: block;
	}
	.productPage .sec .rbox {
		width: auto;
		margin-top: 30px;
	}
	.productPage .sec .rbox .photo {
		width: auto;
		float: none;
		margin: 0 0 10px;
	}
	.productPage .sec .rbox h2 {
		font-size: 22px;
		text-align: center;
	}
	.productPage .sec .rbox .imgbox {
		margin-bottom: 20px;
	}
	.productPage .sec .rbox .imgbox p {
		margin-top: 10px;
		font-size: 16px;
	}
	.productPage .protop {
		font-size: 17px;
	}
	.productPage .protop div,
	.productPage .prolist div {
		padding: 15px 5px;
	}
	.productPage .rbox .box01 {
		display: none;
	}
	.productPage .rbox .box02 {
		width: 60%;
	}
	.productPage .rbox .box03 {
		display: none;
	}
	.productPage .rbox .box04 {
		width: 40%;
	}
	.productPage .prolist a {
		font-size: 17px;
	}
	.productPage .prolist .box04 {
		font-size: 15px;
		width: 100px;
	}
	.comSide {
		width: auto;
	}
	.comSide li a {
		font-size: 18px;
		padding: 15px 10px 15px 36px;
	}
	.comSide .newsbox {
        margin-top: 10px;
    }
    .comSide .newsbox a {
        padding: 15px;
      font-size: 16px;
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.05);
    }
    .comSide .newsbox a:hover {
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.19);
    }
	.solutionPage .sec {
		padding-top: 30px;
	}
	.solutionPage .sec li {
		position: relative;
		margin-top: 0;
	}
	.solutionPage .sec li .img {
		width: auto;
		height: auto;
	}
	.solutionPage .sec li .img img {
		width: 100%;
		height: auto;
		object-fit: inherit;
		object-position: inherit;
	}
	.solutionPage .sec li a {
		position: static;
		right: inherit;
		top: inherit;
		transform: translateY(-25px);
		width: auto;
		padding: 15px;
		margin: 0 15px;
		display: block;
	}
	.solutionPage .sec li h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.solutionPage .sec li .text {
		font-size: 16px;
		line-height: 1.6;
	}
	.solutionPage .sec li .link {
		font-size: 16px;
		margin-top: 10px;
	}
	.solutionDetailPage .sec .inner {
		display: block;
		padding-top: 20px;
	}
	.solutionDetailPage .sec .lbox {
		width: auto;
	}
	.solutionDetailPage .sec .lbox .ttl {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.solutionDetailPage .sec .lbox .noteul {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.solutionDetailPage .sec .lbox .noteul li:first-child {
		margin-right: 15px;
	}
	.solutionDetailPage .sec .lbox .noteul img {
		height: 14px;
	}
	.solutionDetailPage .sec .rbox {
		width: auto;
		box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.05);
		padding: 15px;
		position: static;
		top: inherit;
		margin-top: 30px;
	}
	.solutionDetailPage .sec .rbox h2 {
		font-size: 22px;
		padding-left: 34px;
	}
	.solutionDetailPage .sec .rbox h2:before {
		width: 24px;
		height: 24px;
		margin-top: -12px;
	}
	.solutionDetailPage .sec .rbox ul {
		padding-left: 50px;
	}
	.solutionDetailPage .sec .rbox li {
		font-size: 18px;
		margin-top: 10px;
	}
	.cominfo,
	.cominfo * {
		font-size: 16px !important;
		line-height: 1.6 !important;
	}
	.cominfo h2 {
		padding: 0 0 5px 30px !important;
		font-size: 20px !important;
		background-position: left top 5px;
		background-size: 24px auto;
	}
	.cominfo h2 * {
    font-size: 20px !important;
}
	.cominfo table {
		margin: 10px 0;
	}
	.comNote {
		margin-top: 20px;
	}
	.comPathul {
		margin-top: 20px;
		font-size: 16px;
	}
	.comPathul li:first-child {
		margin-bottom: 5px;
	}
	.videoPage .sec {
		margin: 20px 0 0;
	}
	.videoPage .sec ul {
		justify-content: space-between;
	}
	.videoPage .sec ul li {
		width: 48%;
		margin: 0 0 20px;
	}
	.videoPage .sec ul .photo {
		height: 120px;
	}
	.videoPage .sec ul p {
		font-size: 16px;
		margin-top: 10px;
	}
	.newsPage .sliderbox {
		margin: 20px 0;
		box-shadow: 0px 2px 16px rgba(38, 70, 139, 0.1);
	}
	.newsPage .sliderbox a {
		display: block;
	}
	.newsPage .sliderbox .lbox {
		width: auto;
		height: auto;
		border-radius: 20px;
	}
	.newsPage .sliderbox .lbox img {
		width: 100%;
		height: auto;
		object-fit: inherit;
		object-position: inherit;
		border-radius: 20px;
	}
	.newsPage .sliderbox .rbox {
		width: auto;
		padding: 15px 15px 50px;
	}
	.newsPage .sliderbox .rbox .time {
		font-size: 14px;
	}
	.newsPage .sliderbox .rbox h3 {
		font-size: 18px;
		margin: 5px 0 10px;
	}
	.newsPage .sliderbox .rbox p {
		font-size: 16px;
	}
	.newsPage .sliderbox .swiper-button-prev,
	.newsPage .sliderbox .swiper-button-next {
		width: 30px;
		height: 30px;
		margin: 0 20px;
	}
	.newsPage .sliderbox .arrow {
		bottom: 5px;
		width: 100%;
		height: 30px;
	}
	.newsPage .listul {
		display: block;
	}
	.newsPage .listul li {
		margin: 0 0 15px;
		width: auto;
	}
	.newsPage .listul a {
		padding: 15px;
		height: auto;
		box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	}
	.newsPage .listul .time {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.newsPage .listul h3 {
		font-size: 18px;
	}
	.newsPage .listul a:hover {
		box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
	}
	.newsDetailPage .topbox {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.productDetailPage .topbox .path,
	.newsDetailPage .topbox .path {
		padding-left: 20px;
		font-size: 15px;
		background-size: 16px 16px;
	}
	.newsDetailPage .topbox h2 {
		font-size: 22px;
		margin: 20px 0;
	}
	.newsDetailPage .topbox ul {
		font-size: 14px;
		justify-content: center;
	}
	.newsDetailPage .topbox ul img {
		height: 14px;
		margin: -2px 3px 0 0;
	}
	.newsDetailPage .topbox ul li:first-child {
		margin-right: 15px;
	}
	.newsDetailPage .sec .comWidth {
		display: block;
	}
	.newsDetailPage .sec .lbox {
		width: auto;
	}
	.newsDetailPage .sec .rbox {
		width: auto;
		position: static;
		top: inherit;
		margin-top: 30px;
	}
	.newsDetailPage .sec .rbox .ttl {
		font-size: 22px;
		padding: 0 0 8px 34px;
	}
	.newsDetailPage .sec .rbox .ttl:before {
		width: 24px;
		height: 24px;
		top: 5px;
	}
	.newsDetailPage .sec .rbox ul li {
		margin-top: 15px;
	}
	.newsDetailPage .sec .rbox ul a {
		padding: 15px;
		font-size: 16px;
		box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.05);
	}
	.newsDetailPage .sec .rbox ul a:hover {
		box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.19);
	}
	.contactPage .comBan #txt {
		font-size: 24px;
		text-align: center;
	}
	.contactPage .sec .inner {
		display: block;
		top: -20px;
	}
	.contactPage .sec .shadow {
		bottom: -3%;
	}
	.contactPage .sec .lbox {
		width: auto;
	}
	.contactPage .sec .rbox {
		width: auto;
		padding: 25px 15px;
	}
	.contactPage .sec .rbox h2 {
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.contactPage .sec .rbox ul img {
		width: 22px;
		margin: -5px 3px 0 0;
	}
	.contactPage .sec .rbox li {
		font-size: 17px;
		margin-top: 10px;
		word-break: break-all;
	}
	.contactPage .sec .rbox a img {
		margin: 0 0 0 10px;
		width: 30px;
	}
	.aboutPage .sec01 {
		line-height: 1.6;
		font-size: 17px;
		padding: 20px 0;
	}
	.aboutPage .sec02 a {
		height: 200px;
	}
	.aboutPage .sec03 ul {
		margin: 40px 0;
		display: block;
	}
	.aboutPage .sec03 ul li {
		width: auto;
		box-shadow: 0px 4px 14px rgba(49, 156, 255, 0.24);
		padding: 20px;
		margin-top: 20px !important;
	}
	.aboutPage .sec03 ul h3 {
		font-size: 18px;
		margin: 5px 0 10px;
	}
	.aboutPage .sec03 ul img {
		width: 40px;
	}
	.aboutPage .sec04 {
		margin-bottom: -40px;
		padding: 40px 15px;
	}
	.aboutPage .sec04 .ttl {
		font-size: 22px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.aboutPage .sec04 li {
		margin: 0 5px;
	}
	.aboutPage .sec04 li a {
		font-size: 16px;
		padding: 13px 0;
		width: 110px;
		letter-spacing: 0;
	}
	.certificatePage .sec {
		margin-top: 20px;
	}
	.comList {
		justify-content: space-between;
	}
	.comList li {
		width: 48%;
		margin: 0 0 15px;
	}
	.comList .photo {
		height: 160px;
		padding: 10px;
		margin-bottom: 0;
	}
	.comList p {
		padding: 0 15%;
		font-size: 16px;
	}
	.productDetailPage .topbox {
		padding: 20px 0 30px;
		margin-bottom: 20px;
	}
	.productDetailPage .imgbox {
		display: block;
		margin-top: 30px;
	}
	.productDetailPage .imgbox .lbox {
		width: auto;
		height: auto;
		display: block;
		margin-bottom: 20px;
	}
	.productDetailPage .imgbox .rbox {
		width: auto;
	}
	.productDetailPage .imgbox .rbox h2 {
		font-size: 24px;
		margin-bottom: 15px;
		text-align: center;
	}
	.productDetailPage .imgbox .txtul li {
		margin-bottom: 5px;
		padding-left: 25px;
		font-size: 18px;
		background-size: 18px auto;
	}
	.productDetailPage .imgbox .conul {
		display: block;
		margin-top: 20px;
	}
	.productDetailPage .imgbox .conul li:first-child {
		margin: 0 10px 10px 0;
	}
	.productDetailPage .imgbox .conul li:first-child a {
		font-size: 18px;
		padding: 15px;
	}
	.productDetailPage .imgbox .conul li:last-child a {
		font-size: 18px;
		padding: 0 25px;
	}
	.productDetailPage .imgbox .conul li:last-child span {
		padding: 15px 40px 15px 0;
		background-size: 22px auto;
	}
	.productDetailPage .rightqiu {
		width: 80px;
	}
	.productDetailPage .leftqiu {
		left: 2%;
	}
}