/**
 * 站点公共CSS
**/

:root {
	--blue: #00a0e9;
	--darkblue: #0b4078;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #ff0000;
	--orange: #E77717;
	--yellow: #ffc107;
	--green: #6cb143;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #555555;
	--gray-dark: #343a40;
	--heading: #282828;
	--primary: #1D5595;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #e86f00;
	--danger: #d71518;
	--light: #f8f9fa;
	--dark: #272727;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: 'Rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: 'Rubik', SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

::selection {
	background: var(--darkblue);
	color: #fff;
}

::-moz-selection {
	background: var(--darkblue);
	color: #fff;
}

::-webkit-selection {
	background: var(--darkblue);
	color: #fff;
}

.-lock {
	overflow: hidden !important;
}

img {
	max-width: 100%;
}

.imagebg a,
.imagebg {
	position: relative;
	z-index: 30;
}

.imagebg a:after {
	background: rgba(0, 0, 0, .03);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
}

.imghover img {
	position: relative;
	transition: all 0.3s;
}

.imghover:hover img {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
}

.hover-img {
	transform: scale(1.005);
	-ms-transform: scale(1.005);
	-webkit-transform: scale(1.005);
	transition: .65s;
	-webkit-transition: .65s;
}

@font-face {
	font-family: "opensans";
	src: url(../css/fonts/opensans.ttf);
}

@font-face {
	font-family: "gilroy-regular";
	src: url(../css/fonts/Gilroy-Regular.otf);
}

@font-face {
	font-family: "Manrope-Regular";
	src: url(../css/fonts/Manrope-Regular.ttf);
}

@font-face {
	font-family: "Manrope-SemiBold";
	src: url(../css/fonts/Manrope-SemiBold.ttf);
}

@font-face {
	font-family: "Mont-bold";
	src: url(../css/fonts/mont-bold.ttf);
}

.Manrope-SemiBold {
	font-family: "Manrope-SemiBold", "Microsoft YaHei", "Arial", "Helvetica", "sans-serif" !important;
}

.Mont-bold {
	font-family: "mont-bold", "Microsoft YaHei", "Arial", "Helvetica", "sans-serif" !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
ol,
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-family: 'Rubik', 'Microsoft YaHei', 'Microsoft YaHei UI', Arial, sans-serif, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #282828;
	font-weight: bold;
	font-family: 'Rubik', sans-serif;
}


input.form-control:focus,
textarea.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #ced4da;
}

img {
	border: 0px;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-size: 16px;
	background-color: #f6f6fb;
	color: #282828;
	font-family: 'Poppins', 'Microsoft YaHei', 'Microsoft YaHei UI', Arial, sans-serif, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica;
}

input {
	font-family: 'Poppins', 'Microsoft YaHei', 'Microsoft YaHei UI', Arial, sans-serif, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica;
}

p {
	font-weight: 400;
	font-style: normal;
	margin: 0;
	transition: 0.5s;
	font-family: 'Poppins', sans-serif;
}

a {
	color: var(--gray-dark);
	text-decoration: none;
}

a:active {
	outline: none;
	border: 0;
}

a:hover {
	color: var(--darkblue);
	text-decoration: none;
}

a:focus {
	outline-style: none;
	-moz-outline-style: none;
}

.lazy_bg {
	position: relative
}

.loading {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: #f9f9f9 url("../images/loading.gif") no-repeat center center;
}

#back-to-top {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 99;
}

.gotop {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	border: none;
	outline: none;
	color: #999;
	background-color: #fff;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.gotop .bi {
	display: inline-block;

}

.gotop:hover {
	background-color: var(--blue);
	color: #fff;
}

.btn-kefu {
	position: relative;
	margin-bottom: 20px;
}

.btn-kefu span {
	text-align: center;
	display: block;
	line-height: 20px;
	padding: 20px 0;
	width: 50px;
	border-radius: 25px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.btn-kefu span .bi {
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}

.btn-kefu span .bi-chat-dots::before {
	animation: pulse 1s linear infinite;
	-webkit-animation: pulse 1s linear infinite;
	color: #0055ff;
}

.btn-kefu .kefu-box {
	display: none;
	position: absolute;
	right: 50px;
	top: -70px;
	width: 180px;
	height: 294px;
	background-repeat: no-repeat;
	padding: 20px 30px 10px 20px;
	box-sizing: border-box;
}

.btn-kefu a:hover .kefu-box {
	display: block;
}

.btn-kefu .text p {
	color: #282828;
	font-size: 14px !important;
	text-align: center;
}

.btn-kefu .text .imgwx {
	border: 1px solid var(--blue);
	border-radius: 5px;
	display: block;
	background-color: #fff;
	width: 120px;
	margin: 10px auto;
}

.btn-kefu .text .tel {
	font-size: 16px;
	text-align: center;
	color: var(--blue);
}

.roc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.row {
	--bs-gutter-x: 2rem !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.clear,
.clearfix {
	clear: both !important;
}

.h80 {
	height: 80px;
}

.br5 {
	border-radius: 5px !important;
}

.br10 {
	border-radius: 10px !important;
}

.bgf {
	background-color: #ffffff !important;
}

.bgf2 {
	background-color: #f9f9f9 !important;
}

.m-b30 {
	margin-bottom: 30px !important;
}

.m-t10 {
	margin-top: 10px !important;
}

.m-t24 {
	margin-top: 24px !important;
}

.m-t30 {
	margin-top: 30px !important;
}

.m-t40 {
	margin-top: 40px !important;
}

.m-t50 {
	margin-top: 50px !important;
}

.p-t20 {
	padding-top: 20px !important;
}

.p-t30 {
	padding-top: 30px !important;
}

.p-t50 {
	padding-top: 50px !important;
}

.p-t80 {
	padding-top: 80px !important;
}

.p-t100 {
	padding-top: 100px !important;
}

.p-tb20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.p-tb50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.p-tb60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.p-tb80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.p-b20 {
	padding-bottom: 20px !important;
}

.p-b30 {
	padding-bottom: 30px !important;
}

.p-b50 {
	padding-bottom: 50px !important;
}

.p-b70 {
	padding-bottom: 70px !important;
}

.p-b80 {
	padding-bottom: 80px !important;
}

.p-b100 {
	padding-bottom: 100px !important;
}

.p-b160 {
	padding-bottom: 160px !important;
}

.p-tb70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.p-tb90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.p-tb100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.p-tb110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

.p-tb130 {
	padding-top: 130px !important;
	padding-bottom: 130px !important;
}


.phpok_next p a {
	background-color: #fff;
	display: block;
	padding: 30px;
	margin-top: 5px;
}

.phpok_next a:hover {
	background-color: var(--darkblue);
	color: #fff;
}

.overflow {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.align {
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.f20 {
	font-size: 20px !important;
}

.f32 {
	font-size: 32px !important;
}

.f36 {
	font-size: 36px !important;
}

.f42 {
	font-size: 42px !important;
}

.f48 {
	font-size: 48px !important;
}

.f52 {
	font-size: 52px !important;
}

.h50 {
	height: 50px;
}

.h100 {
	height: 100px;
}

.img {
	max-width: 100%;
	display: block;
	overflow: hidden;
	border: 0;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.img100 {
	width: 100%;
	display: block;
	overflow: hidden;
}

.btn {
	background-color: var(--blue);
	color: #fff;
	font-size: 16px;
	outline: none;
	border-radius: 0 !important;
}

.btn:focus {
	outline: none !important;
}

.btn:hover {
	background-color: #1c3791;
	color: #fff;
}


.btn-more a {
	box-sizing: border-box;
}


.solar-button a {
	background: var(--darkblue);
	color: #fff;
	padding: 0 40px;
	height: 60px;
	line-height: 56px;
	display: inline-block;
	border-radius: 0;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border: 1px solid var(--darkblue);
}

.solar-button a:hover {
	color: var(--darkblue);
}

.solar-button .bi {
	margin-left: 5px;
}

.solar-button a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	transform: scale(0);
	z-index: -1;
	transition: 0.5s;
	border-radius: 0;
}

.solar-button a:hover:before {
	transform: scale(1);
}

.bg-warning {
	background-color: var(--warning) !important;
}

.bg-f9 {
	background-color: #f9f9f9;
}

.hide {
	display: none;
}

.hand {
	cursor: pointer;
}

.pagination li a:focus,
.pagination li a:hover {
	outline: none;
}

.pages a {
	color: #767278;

	display: inline-block;
	min-width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 25px;
	padding: 0;
	border: 0 !important;
	margin: 0 10px !important;
	outline-style: none !important;
	font-size: 16px;
	text-align: center;
}

.pages a:hover {
	color: var(--darkblue);
	background-color: #f6f6f6;
}

.pages .active a {
	background-color: var(--darkblue);
	color: #fff;
}

.pages .active a:hover {
	color: #fff;
}

.pages li:first-of-type a,
.pages li:last-of-type a {
	padding: 0 20px;
}

.tags a {
	white-space: nowrap;
	background-color: #F5F5F5;
	display: inline-block;
	padding: 3px 15px;
	font-size: 14px;
	margin-top: 10px;
}

.tags a:hover {
	color: #FFFFFF;
	background-color: var(--darkblue);
}

.swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet-active {
	background-color: var(--darkblue) !important;
}

#prscoll::-webkit-scrollbar-track {
	background-color: #ccc;
}

#prscoll::-webkit-scrollbar {
	width: 2px;
}

#prscoll::-webkit-scrollbar-thumb {
	background-color: var(--darkblue);
}

#prscoll2::-webkit-scrollbar-track {
	background: none;
}

#prscoll2::-webkit-scrollbar {
	width: 2px;
}

#prscoll2::-webkit-scrollbar-thumb {
	background-color: var(--green);
}

.lichen .swiper-slide #prscoll2::-webkit-scrollbar-thumb {
	background-color: #ccc;
}

.lichen .swiper-slide.swiper-slide-active #prscoll2::-webkit-scrollbar-thumb {
	background-color: var(--green) !important;
}

/*弹窗样式*/
.item2 {
	padding: 15px;
	background: #FFFFFF;
	display: none;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.item-close {
	cursor: pointer;
	right: 20px;
	top: 20px;
	position: absolute;
	z-index: 999;
	background: url('../images/close.png') no-repeat center center;
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
}

.news-date {
	display: flex;
	align-items: center;
	justify-content: left;
}

.news-date .date a {
	color: #999;
}

/*文字内容基础样式*/
.content {
	line-height: 200%;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
}

.content h3 {
	margin-bottom: 1.5em;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
}

.content p {
	margin-bottom: 1em;
	font-size: 16px;
}

.content img {
	max-width: 100%;
}

.content table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.content table td {
	border: 1px solid #ddd;
	padding: 8px 10px;
}

.content table td p {
	margin-bottom: 0;
}

.content table th {
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	padding: 5px 10px;
}

.content blockquote {
	margin: 1em 0;
	border: 1px solid #efefef;
	background: #fcfcfc;
	padding: 0.5em 1em;
}

.content2 {
	padding-top: 30px !important;
}

.content2 p {
	margin-bottom: 5px;
}

.wrap_1500,
.container {
	position: relative;
	max-width: 100% !important;
	padding-left: 100px;
	padding-right: 100px;
	box-sizing: border-box;
}

.wrap_1200 {
	max-width: 1200px !important;
}

.wrap {
	overflow: hidden;
}

/*全新整理样式S*/
.header {
	position: fixed;
	z-index: 1100;
	top: 0;
	right: 0;
	left: 0;
	transition: all 0.3s;
}

.topnav {
	position: relative;
	z-index: 1;
	margin-left: auto;
}

.topnav a {
	color: #fff;
}

.topnav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.topnav .nLi h3 {
	float: left;
	display: block;
	width: 140px;
	height: 90px;
	text-align: center;
}

.topnav .nLi h3 a {
	font-size: 16px;
	line-height: 90px;
	font-weight: bold;
	position: relative;
	z-index: 0;
}

.topnav li:first-of-type.nLi h3 {
	width: auto;
	padding: 0 40px;
}

.topnav .nLi:before {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	height: 0px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #fff;
}

.topnav .nLi.on:before {
	height: 100%;
}

.topnav .nLi::after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 4px;
	left: 0px;
	top: -4px;
	background-color: var(--blue);
	transition: all 0.3s;
}

.topnav li:first-of-type.nLi::after,
.topnav li:first-of-type.nLi::before {
	display: none;
}

.topnav li:first-of-type.nLi h3 a {
	color: #fff;
}

.topnav .nLi.on:after {
	top: 0px;
}

.topnav .nLi.on h3 a {
	color: var(--blue);
}

.topnav .nLi.active h3 a:before,
.topnav li:first-of-type.nLi h3 a:hover::before {
	background-color: var(--blue);
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 8px;
	transform: translateX(-50%);
	left: 50%;
	top: 16px;
}

.topnav .nLi.on.active h3 a:before {
	width: 0px;
}

.topnav .sub {
	display: none;
	width: 140px;
	left: 50%;
	transform: translateX(-50%);
	top: 80px;
	position: absolute;
	text-align: center;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.topnav .sub li {
	zoom: 1;
}

.topnav .sub a {
	display: block;
	color: #333;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 15px;
}

.topnav .sub li:last-of-type a {
	padding-bottom: 30px;
}

.topnav .sub a:hover {
	color: var(--blue);
}

.wrap_1600 {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 100px;
	padding-right: 100px;
	box-sizing: border-box;

}

.header.show {
	transition: background .5s !important;
}

.header:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: -0.26041666vw;
	width: 100%;
	height: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 0.26041666vw rgba(0, 0, 0, .1);
	box-shadow: 0 0 0.26041666vw rgba(0, 0, 0, .1);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.header.show:after {
	height: 100%;
}

.header.show .topnav .nLi h3 a {
	color: var(--dark);
}

.footer {
	background-color: var(--dark);
	position: relative;
	overflow: hidden;
}

.p-tb-60-50 {
	padding: 60px 0 50px 0;
}

.foot-menulist {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 0;
	border-right: 0;
	padding: 50px 0 30px 0;
}

.footer-left {
	font-size: 18px;
	color: #000;
}

.footer-left b {
	padding-bottom: 10px;
	display: block;
	font-size: 20px;
}

.footer-tel {
	font-weight: bold;
	font-size: 50px;
	padding-bottom: 20px;
	position: relative;
	z-index: 5;
}

.footer-inner {
	position: relative;
	height: auto
}


.wx-list ul {
	margin-top: 30px;
	position: relative;
	z-index: 10;
}

.wx-list ul li {
	width: 156px;
	text-align: center;
	margin-right: 20px;
	margin-top: 20px;
	color: #fff;
}

.wx-list ul li .pic {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 5px;
}

.ft-img {
	position: absolute;
	left: -150px;
	width: 125%;
	height: 237px;
}

.footbg1 {
	background-image: url('../images/footbg1.png');
	animation: slide 3s ease-in-out infinite alternate;
	z-index: 3;
}

.footbg2 {
	background-image: url('../images/footbg2.png');
	animation: slide 3s ease-in-out infinite alternate;
	z-index: 1;
}

.ft-bg3 {
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 0;
	height: 460px;
}

.ft-bg3 img {
	height: 460px;
}

.foot-li1 {
	display: none;
}

.footsubtitle {
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 18px;
}

.cateall-box {
	background-color: #fff;
	position: fixed;
	z-index: 19999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.cateall-logo {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 240px;
	padding-top: 30px;
}

.cateall-logo img {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	max-width: 200px;
}

.cateall-logo p {
	font-size: 16px;
}

.cateall {
	overflow-y: auto;
	height: 70vh;
	margin-top: 30px;
	padding-top: 30px;
	font-size: 16px;
	border-top: 1px solid #f2f2f2;
}


.cateall dl {
	width: 18%;
	display: block;
	overflow: hidden;
}

.cateall dl:first-of-type {
	width: 28%;
}

.cateall dt {
	font-size: 18px;
	padding-top: 20px;
}

.cateall dd {
	padding-top: 15px;
}

.cateall dd span a {
	margin-top: 20px;
	display: block;
	font-size: 16px;
	color: #222;
}

.cateall dd span a:hover,
.three-cate a:hover {
	color: var(--darkblue);
}

.cateall dd p a {
	font-size: 14px;
	padding-top: 15px;
	display: block;
}

.three-cate {
	font-size: 14px;
	margin-top: 10px;
	padding-right: 30px;
}

.three-cate a {
	color: #777;
	padding-right: 10px;
	word-wrap: break-word;
}



@keyframes slide {
	0% {
		transform: translateX(-100px);
	}

	100% {
		transform: translateX(0px);
	}
}

@-webkit-keyframes twinkling {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.12);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes twinkling {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.12);
	}

	100% {
		-webkit-transform: scale(1);
	}
}


@keyframes radiusRotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.iconlove {
	position: absolute;
	z-index: -1;
	left: 125px;
	top: -27px;
	height: 100px;
	width: 100px;
}

.iconlove::after {
	display: block;
	height: 100%;
	width: 100%;
	content: "";
	background: url('../images/ico-brand.png');
	background-size: 100%;
	animation: radiusRotate 30s linear infinite;
}

.animation {
	-webkit-animation: twinkling 3.1s infinite ease-in-out;
	animation: twinkling 3.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*首页样式*/
@keyframes gif {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-5px);
	}
}

.a-btn2 {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 6;
	color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.a-btn2 .a-jt {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px auto 0;
	width: 40px;
}

.a-btn2 .a-jt img {
	width: 24px;
	animation: gif 1s linear infinite;
	-webkit-animation: gif 1s linear infinite;
}

.a-btn2 p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

/* 首页视频轮播 */
#a-home {
	display: none;
}

#a-banner {
	position: relative;
	height: 100vh;
	color: #fff;
	overflow: hidden;
}

#a-banner video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 0px;
	display: block;
	overflow: hidden;
	object-fit: cover;
}

#a-banner>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}

#a-banner .a-pc {
	z-index: 2;
	display: block;
}

#a-banner .a-mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2) url(../images/mbl.png) repeat top left;
}

#a-banner .a-btn2 {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	z-index: 6;
	color: #fff;
}

.index_scroll_text {
	color: #fff;
	font-size: 14px;
}

.index_scroll_line {
	height: 2.6041666vw;
	width: 1px;
	position: relative;
	overflow: hidden;
	margin: 0.5208333vw auto 0;
}

.index_scroll_line:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #fff;
	-webkit-animation: BannerLine 2s 1.5s infinite linear normal both;
	animation: BannerLine 2s 1.5s infinite linear normal both;
}

@-webkit-keyframes BannerLine {
	0% {
		height: 0;
	}

	40% {
		height: 100%;

	}

	70% {
		top: 0;
	}

	100% {
		top: 100%;
		height: 100%;
	}
}

@keyframes BannerLine {
	0% {
		height: 0;
	}

	40% {
		height: 100%;

	}

	70% {
		top: 0;
	}

	100% {
		top: 100%;
		height: 100%;
	}
}

.index_banner,
.index_banner2 {
	width: 100%;
	height: 100vh;
	background-color: var(--darkblue);
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
}

.index_banner .swiper-slide {
	height: 100vh;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.btn-swiper {
	text-align: center;
	display: inline-block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	margin: 0px auto;
	background-color: var(--blue);
	transition: all 0.3s;
	position: relative;
	z-index: 1;
	overflow: hidden;

}

.btn-swiper a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) !important;
	z-index: 2;
	display: flex;
	color: #fff;
}

.btn-swiper a span {
	white-space: nowrap;
}

.btn-swiper .bi {
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.3s;
}

.btn-swiper.btn-sm {
	padding: 10px 0;
	font-size: 14px;
	width: 180px;
	height: 50px;
	display: flex;
}

.btn-swiper.btn-sm .bi {
	margin-right: 5px;
}

.btn-swiper.btn-sm a {
	position: relative;
	line-height: 30px;
}

.btn-swiper:before {
	display: block;
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	bottom: 0px;
	width: 0;
	height: 100%;
	transition: width 0.3s;
}

.btn-swiper:hover {
	background-color: var(--darkblue);
}

.btn-swiper:hover:before {
	width: 100%;
	border-radius: 30px;
	background-color: var(--darkblue);
}


.index_banner2 {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: var(--darkblue);
	box-sizing: border-box;
	position: fixed;
	z-index: 10000;
	transition: all 0.3s;
	overflow: hidden;
}

.logo_banner {
	position: absolute;
	z-index: 100001;
	top: 50px;
	left: 100px;
}

.index_banner2 .swiper-slide {
	height: 100vh;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.index_banner2 .container {
	position: absolute;
	z-index: 23;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index_banner .text .pr-class1,
.index_banner2 .text .pr-class1 {
	padding-top: 16% !important;
}

.index_banner .text_main,
.index_banner2 .container {
	position: absolute;
	z-index: 23;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0px !important;
	max-width: 50% !important;
}

.index_banner .text h2 {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}

.index_banner .text p {
	color: #fff;
	font-size: 60px;
	line-height: 113%;
	font-weight: 800;
	padding-top: 20px;
	padding-bottom: 70px;
}

.index_banner .index_banner_nav {
	position: absolute;
	z-index: 9;
	bottom: -20px !important;
}


.index_banner .swiper-button-next {
	right: 10% !important;
}

.index_banner .swiper-button-prev {
	right: auto !important;
	left: 10% !important;
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
	opacity: 0.3;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 25px;
	background: none !important;
}

.index_banner .swiper-button-next:hover,
.index_banner .swiper-button-prev:hover {
	background-color: #fff !important;
	color: var(--darkblue);
	opacity: 1;
}

.index_banner .swiper-pagination-bullet-active {
	border-color: #fff !important;
	background-color: #fff !important;
}


.index_banner .text .title p,
.index_banner2 .text .title p {
	font-size: 68px;
	line-height: 78px;
	font-weight: 600;
}

.index_banner .text .note p,
.index_banner2 .text .note p {
	font-size: 38px;
	padding-top: 30px;
}

.theme-no .title p {
	color: var(--darkblue);
}

.theme-no .note p {
	color: var(--gray-dark);
}


/*内容与文字方向*/
.boxleft {
	text-align: left !important;
	float: left;
}

.boxcenter {
	text-align: center !important;
	margin: 0 auto !important;
}

/*首页简介*/
.home-about {
	padding: 100px 0;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

#about-banner-video {
	width: 110%;
	position: absolute;
	left: -5%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.home-about-thumb {
	position: absolute;
	z-index: 0;
	right: 0px;
	bottom: 0px;
	width: 50%;
}

.home-about .img100 {
	border-radius: 20px;
}

.home-about-left h2 {
	font-size: 32px;
	font-weight: normal;
	color: var(--blue);
}

.home-about-left .title {
	font-size: 48px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.home-about-left .note p {
	line-height: 36px;
	font-size: 20px;
}

.home-about-left .more a {
	display: inline-block;
	background-color: var(--darkblue);
	color: #fff;
	font-size: 22px;
	padding: 12px 40px;
}

.home-about-left .more a:hover {
	border-color: var(--danger);
	color: #fff;
	background-color: var(--danger);
}

.num-main-box {
	margin: 80px 0 90px 0;
}

/*企业文化*/
.focusBox {
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.focusBox .container {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	justify-content: flex-end;
}

.focusBox .pic img {
	display: block;
}

.text-boxs {
	width: 35%;
	height: 480px;
	color: #fff;
	position: relative;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.focusBox .txt {
	position: absolute;
	top: 0px;
	width: 100%;
}

.focusBox .txt .btn-swiper {
	font-size: 15px;
	width: 160px;
	height: 50px;
	line-height: 50px;
}

.focusBox .txt li {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}

.focusBox .txt li.active {
	opacity: 1;
	z-index: 1;
}

.focusBox .txt li .f48,
.focusBox .txt li .content,
.focusBox .txt li .btn-swiper {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease;
}

.focusBox .txt li.active .f48 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.2s;
}

.focusBox .txt li.active .content {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.4s;
}

.focusBox .txt li.active .btn-swiper {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.6s;
}

.focusBox .num {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	justify-content: flex-end;
}

.focusBox .num li {
	position: relative;
	width: 30%;
	margin-right: 5%;
	padding-bottom: 15px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.4;
}

.focusBox .num li:before,
.focusBox .num li::after {
	display: block;
	content: "";
	position: absolute;
	height: 2px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.4);
}

.focusBox .num li:before {
	width: 100%;
	transition: all 0.3s;

}

.focusBox .num li::after {
	width: 0px;
	transition: all 0.6s;
}

.focusBox .num li:first-of-type {
	margin-right: auto;
}

.focusBox .num li:last-of-type {
	margin-right: 0px;
}

.focusBox .num li .bi {
	float: right;
}

.focusBox .num li a {
	color: #fff;
}

.focusBox .num li.on {
	opacity: 1;
}

.focusBox .num li.on:before {
	width: 100%;
}

.focusBox .num li.on::after {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}


/*首页新闻*/
.home-news {
	background-color: #fff;
	padding-bottom: 30px;
	min-height: 460px;
}

.home-news li {
	padding: 8px 40px;
	font-size: 16px;
}

.item-news-image {
	position: relative;
	height: 260px;
	overflow: hidden;
	margin-bottom: 30px;
}

.item-news-image .img {
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
}

.item-news-image .img::before {
	z-index: 1;
	transition: 0.4s;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.item-news-image .title {
	position: absolute;
	font-size: 20px;
	left: 40px;
	right: 40px;
	bottom: 20px;
	color: #fff;
}

.item-news-image .catetitle {
	position: absolute;
	padding: 10px 30px 10px 20px;
	border-radius: 0 0 20px 0;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: var(--darkblue);
}

.ico68 {
	background-color: var(--cyan) !important;
}

.ico835 {
	background-color: var(--indigo) !important;
}

.ico68 .bi::before {
	content: "\f438";
}

.ico835 .bi::before {
	content: "\f76f";
}

/*内页产品列表*/
.product-list .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.pr-left {
	width: 25% !important;
	padding-right: 100px;
	box-sizing: border-box;
	position: sticky;
	top: 150px;
}

.pr-right {
	width: 75% !important;
}

.pagepr-right {
	padding-left: 50px;
	padding-top: 50px;
}

.pagepr-right h1 {
	font-size: 42px;
	font-weight: normal;
	display: block;
}

.item-product {
	box-sizing: border-box;
	transition: all 0.3s;
	margin-bottom: 60px;
	border-radius: 10px;
	box-shadow: 0 0 0 0 rgba(16, 24, 40, .14);
}

.item-product:hover {
	position: relative;
	display: block;
	width: 100%;
	transition: box-shadow .36s ease;
	background-color: #fff;
	box-shadow: 0 32px 64px -12px rgba(16, 24, 40, .14)
}

.item-product .pic {
	overflow: hidden;
}

.item-product .pic img {
	transition: all 0.3s;
	width: 100%;
}

.item-product .text {
	padding: 30px;
	text-align: center;
}

.item-product .title {
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 10px;
}

.item-product p {
	color: #999;
	font-family: "Manrope-Regular";
}

.item-next-prev {
	font-size: 15px;
}

.item-next-prev p {
	font-size: 22px;
}

.item-prs {
	margin-bottom: 20px;
}

.item-prs .pic {
	width: 30%;
}

.item-prs .text {
	width: 70%;
	padding-left: 30px;
	padding-top: 20px;
	box-sizing: border-box;
}

.item-prs .text h3 {
	font-weight: normal;
}

.item-prs .text .mores {
	font-size: 14px;
	margin-top: 10px;
	color: #999;
}

/*产品分类*/
.item-catename {
	padding: 15px 0 15px 0;
	position: relative;
	font-weight: normal;
}

.item-catename.active a,
.item-catename:hover,
.catelist3 dl.active dt {
	color: var(--blue);
}

.catelist3 ul {
	margin-top: 30px;
}

.item-catename a {
	font-size: 18px;
}

.item-catename .bi,
.item-catename2 .bi {
	position: absolute;
	right: 0px;
}

.item-catename2 {
	background-color: #f6f6f6;
	position: relative;
	padding: 30px 50px 30px 30px;
	border-bottom: 1px solid #fff;
}

.item-catename2 a {
	color: #333;
	font-size: 22px;
}

.item-catename2.active a {
	color: var(--danger);
}

.item-catename.active .bi::before,
.item-catename2.active .bi::before {
	content: "\f4fe";
}

.prlist-box2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.prlist-box2 p a {
	font-size: 14px;
}

.prlist-box {
	background-color: #f6f6f6;
	border-bottom: 2px solid #ffffff;
	padding: 20px 0;
}

.prlist-box p {
	padding: 12px 50px 12px 30px;
	margin-top: 1px;
	display: block;
	position: relative;
	z-index: 2;
}

.prlist-box p a::after {
	background-color: #eee;
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	left: 5%;
	top: 0;
	width: 0;
	height: 100%;
	transition: width 0.3s;
}

.prlist-box p a:hover::after,
.prlist-box p a.active::after {
	width: 90%;
}

.prlist-box p a.active {
	color: var(--darkblue);
}

.prlist-box p a::before {
	font-family: bootstrap-icons !important;
	content: "\f285";
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}



/*专注*/
.zuanzu {
	padding: 120px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.zuanzu p {
	color: #fff;
	font-size: 30px;
	line-height: 56px;
}

.swiper-honor {
	position: relative;
	margin: 0 auto
}

.swiper-honor .swiper-slide {
	width: 600px;
	position: relative;
}

.swiper-honor .swiper-slide img {
	display: block;
}

.swiper-honor .swiper-slide::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0.3;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.swiper-honor .swiper-slide.swiper-slide-active::before {
	display: none;
}

.swiper-honor .swiper-slide.swiper-slide-active img {
	opacity: 1 !important;
}

.swiper-honor .swiper-slide .layer-mask {
	padding-top: 40px;
	font-size: 24px;
	color: #000;
	display: none;
}

.swiper-honor .swiper-slide.swiper-slide-active .layer-mask {
	display: block;
}

.swiper-honor .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.swiper-honor .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.swiper-honor .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.swiper-honor .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.swiper-honor .swiper-button-prev,
.swiper-honor .swiper-button-next {
	top: auto !important;
	bottom: 0 !important;
	height: auto;
	background: none;
	font-size: 20px;
}

.swiper-honor .swiper-button-prev:hover,
.swiper-honor .swiper-button-next:hover {
	color: var(--red);
}

.swiper-honor .swiper-button-prev {
	left: 50%;
	margin-left: -300px;
}

.swiper-honor .swiper-button-next {
	right: 50%;
	margin-right: -300px;
}

.honor-content {
	padding-right: 50px;
	line-height: 40px;
}

/*社会责任*/
.social-list {
	border-top: 1px solid #eee;
	padding-top: 50px;
}

.item-social {
	width: 20%;
	padding: 0 30px;
	box-sizing: border-box;
}

.item-social .pic {
	width: 50px;
	margin: 0 auto;
}

.item-social h4 {
	font-size: 20px;
	padding: 10px 0;
	margin-top: 10px;
	font-weight: normal;
}

.item-social .note {
	color: #666;
}

.social-note {
	padding-left: 50px;
	padding-top: 50px;
}

.social-note p {
	margin-bottom: 20px;
}

.social-note p b {
	font-size: 18px;
	padding-bottom: 10px;
}

/*全球布局*/
.global-box .col-xl-3 {
	border-right: 1px solid #ddd;
}

.global-box .col-xl-3:last-of-type {
	border: 0;
}

.global-box .row {
	--bs-gutter-x: 4.5rem !important;
}

.item-global h4 {
	font-size: 24px;
	color: var(--darkblue);
	padding: 20px 0;
}

.item-global .pic {
	width: 100px;
	margin: 0 auto;
}

.item-global .note p {
	text-align: left;
	font-size: 18px;
	line-height: 40px;
	color: #666;
}

/*企业愿景*/
.section4 .content p {
	font-size: 20px;
}

.corporate-vision {
	color: #333 !important;
	padding-right: 120px;

	.num-nub {
		color: var(--darkblue);
	}

	.num-inf {
		font-size: 18px !important;
	}

	.num-item em {
		color: var(--darkblue);
	}

	.num-item span {
		font-size: 42px;
		background: linear-gradient(to right, var(--darkblue), var(--blue));
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		font-weight: bold;
		padding-bottom: 0.08rem;
	}
}

/*企业规模*/
.counter-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 50px 0 50px;
	background-color: #f5f5f5;
	color: #fff;

	.num-nub,
	.num-item {
		color: #fff;
	}
}

.counter-note {
	font-size: 24px;
	padding-bottom: 50px;
}

.counter-section .home-name p,
.counter-section .home-name h3 {
	color: #fff;
}

.counter-section .home-name p {
	text-transform: uppercase;
}

.counter-box {
	text-align: center;
}

.playclose {
	display: none;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 201;
	font-size: 30px;
	color: #fff;
	background: none !important;
}

.playclose:hover,
.playVideo:hover .bi-play::before {
	color: #fff;
}

.playVideo,
.newsvideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	cursor: pointer;
	font-size: 20px;
	padding: 0 10px;
	border-radius: 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
}

.playVideo .bi-play::before {
	color: #fff;
}

.playVideo:hover {
	background: rgba(0, 0, 0, .6);

}

.video-box {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

.video-box video {
	position: absolute;
	width: 100%;
	max-width: 1000px;
	max-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0
}

.video-box.show,
.playclose.show {
	display: block;
}

.newsvideo {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.5);
}

.newsvideo .bi-play::before {
	top: 15px;
	position: absolute;
	left: 17px;
}

.newsvideo:hover {
	background-color: var(--teal);
}

.video {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, .3);
	overflow: hidden;
}

.video span {
	display: block;
	background-color: rgba(255, 255, 255, .5);
	transition: all 0.3s;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	cursor: pointer;
}

.video span .bi {
	top: 6px;
	position: relative;
}

.video:hover {
	background-color: rgba(0, 0, 0, .1);
}

.video:hover span {
	background-color: var(--darkblue);
}

.homenews .item-news {
	margin-top: 60px !important;
}

.homenews .item-news .pic {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.homenews .text .date {
	font-family: "gilroy-regular";
	color: #999;
}

.homenews .item-news .more {
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.3s;
}

.homenews a {
	transition: all 0.3s;
}

.homenews a:hover .text,
.homenews a:hover .title {
	color: var(--darkblue);
}

.homenews .item-news .more .bi::before {
	background-color: var(--darkblue);
	color: #fff;
	opacity: 0;
	height: 16px;
	line-height: 16px;
	width: 16px;
	font-size: 12px;
	border-radius: 50%;
	right: 0px;
	top: 2px;
	text-align: center;
	position: absolute;
	transition: all 0.3s;
}

.homenews a:hover .more {
	padding-right: 30px;
}

.homenews a:hover .more .bi::before {
	opacity: 1;
}

.swiper-homenews-nav {
	bottom: auto !important;
	top: 10px;
}


/*全新整理样式E*/

/*顶部*/
.logo img {
	height: 50px;
	display: block;
	overflow: hidden;
	transition: all 0.3s;
}

.header .logo1,
.header.show .logo2 {
	display: none;
}

.header.show .logo1 {
	display: block;
}


.top-search {
	margin: 0 50px 0 28px;
	height: 100px;
	line-height: 100px;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	transition: all 0.3s;
}

.header-tel {
	font-size: 14px;
	margin-left: auto;
}

.header-tel p {
	font-weight: bold;
	color: var(--darkblue);
	font-size: 24px;
}

.header-tel a {
	color: #fff;
}

.header.show .header-tel a {
	color: var(--dark);
}

.btn-search {
	margin-right: 10px;
	font-size: 20px;
}

.btn-video2 {
	background-color: rgba(255, 255, 255, .5);
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 40px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #fff;
	transition: all 0.3s;
}

.btn-video2:hover {
	background-color: var(--darkblue);
	color: #000;
}

.prvideo-box {
	position: fixed;
	z-index: 2200;
	width: 900px;
	box-sizing: border-box;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	text-align: center;
	align-items: center;
}

.prvideo-box .item-close {
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #fff;
}

.prvideo-box video {
	margin: 0 auto;
	width: 100%;
	display: block;
}

.fl-thumb {
	position: relative;
}

.pageprSwiper {
	padding-bottom: 50px;
}

.pageprSwiper .swiper-pagination {
	bottom: 0 !important;
}

.btn-prvideo {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.btn-prvideo:hover {
	color: #fff;
	background-color: var(--darkblue);
}

.btn-video-boxs {
	margin-left: 100px;
	height: 100%;
	width: 100%;
	background: none;
	box-sizing: border-box;
	border-radius: 15px 0 0 15px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.btn-video-boxs .btn-prvideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.m-btnvideo {
	position: absolute;
	left: 150px;
	top: 0px;
	width: auto;
}

.search-box {
	border-radius: 0px !important;
	position: fixed;
	z-index: 2200;
	width: 100%;
	box-sizing: border-box;
	top: 0px !important;
	left: 0px !important;
}

.search-box.item2 {
	background-color: #fff !important;
}

.search-form {
	position: relative;
}

.search-form .form-control.inp {
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 5px;
	font-size: 16px;
	height: 40px;
}

.search-form-top .bi {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 20px;
}

.search-tag {
	margin-top: 20px;
}

.search-tag p {
	font-size: 14px;
}

.search-tag a {
	padding: 3px 10px;
	border-radius: 2px;
	transition: all 0.3s;
	background-color: #eee;
	border: 1px solid #f5f5f5;
	font-size: 14px;
	margin: 10px 10px 0 0;
	display: inline-block;
}

.search-tag a:hover {
	background-color: var(--darkblue);
	color: #FFFFFF;
	border-color: var(--darkblue);
}

.search-form-top {
	position: relative;
}

.search-form-top .form-control {
	width: 100%;
	box-sizing: border-box;
	padding-left: 50px;
	height: 50px;
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 16px;
}

.search-box .item-close {
	right: 30px;
	top: 35px;
	background-color: #eee;
	border-radius: 30px;
	width: 40px;
	height: 40px;
}

/*导航TAB*/
.slide-menu .hd {
	float: left;
	width: 25%;
	min-height: 300px;
	padding: 10px 0 30px 0;
}

.slide-menu .hd li a {
	padding: 10px 0;
	border-radius: 20px;
	margin-right: 50px;
	margin-top: 15px;
	text-align: left;
}

.slide-menu .hd li.on a {
	background-color: #f5f5f5;
}

.slide-menu .hd li a::before {
	left: auto;
	right: 0px;
}

.slide-menu .hd li.on a::before {
	display: block !important;
}

.slide-menu .bd {
	float: right;
	position: relative;
	width: 75%;
	border-left: 1px solid #f2f2f2;
	box-sizing: border-box;
	margin-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	overflow-y: auto;
	max-height: 670px;
}

.slide-menu .bd li {
	text-align: left;
}

.two-cate {
	display: block;
	width: 100%;
	height: 40px;
	position: relative;
}

.two-cate b {
	font-size: 15px;
	color: #000;
	display: block;
	float: left;
	padding-left: 20px;
}

.two-cate a {
	color: #888;
	font-size: 14px !important;
	float: right;
	font-weight: normal !important;
}

.thumb-cate {}

.slide-menu .bd li span a {
	font-weight: normal !important;
	float: right;
	padding-bottom: 10px;
	display: block;
	color: #888;
	font-size: 14px !important;
}

.slide-menu .bd li a {
	display: inline-block;
	font-size: 14px;
	padding: 8px 15px;
	color: #888;
	margin-bottom: 5px;
	position: relative;
}

.slide-menu .bd li a:hover {
	background: none !important;
}

.slide-menu .bd li dl {
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	width: calc(100% / 5 - 20px);
	overflow: hidden;
	background-color: #f5f5f5;
}

.slide-menu .bd li dl a {
	padding: 0;
}

.slide-menu .bd li dl p {
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 10px;
	color: #222 !important;
}

.slide-menu .bd li .pic {
	padding: 20px;
	transition: all 0.3s;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}

.slide-menu .bd li dl:hover .pic {
	padding: 10px;
}

.thumb-cate {
	margin-bottom: 10px !important;
	padding: 10px 0;
}

.thumb-cate a {
	color: #000 !important;
	font-weight: normal !important;
}

.thumb-cate:hover {
	background-color: var(--darkblue) !important;
}

.thumb-cate:hover a {
	color: #fff !important;
}

/*项目标题*/
.home-name p {
	color: var(--darkblue);
	font-weight: normal;
	padding-bottom: 10px;
}

.home-name h3 {
	font-size: 38px;
	font-weight: 600;
	line-height: 46px;
	padding-bottom: 60px;
	color: #333333;
	position: relative;
}

.products-item-title {
	padding: 34px 0 24px;
}

.products-item-title h4 {
	font-size: 24px;
	font-weight: normal;
}

.page-name {
	font-size: 36px;
}

.page-name h3 b {
	display: block;
	background-color: var(--darkblue);
	width: 125px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.page-name-pr {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-top: 30px;
	padding-bottom: 20px;
}

.page-name2 h3 {
	font-size: 32px;
	color: #222;
	font-weight: bold;
}

.page-name2 h5 {
	border-left: 3px solid var(--darkblue);
	padding-left: 20px;
}

.news-name2 {
	color: #999;
}

.news-name2 h1 {
	line-height: 68px;
	font-size: 60px;
	padding-bottom: 40px;
	font-weight: normal;
	color: #000;
}

.color-f,
.color-f p {
	color: #fff;
}

/*首页轮播图*/
.inbanner .mobile-img {
	display: none;
}


/*内页开始*/
.search-all {
	max-width: 800px;
	margin: 0 auto;
}

.search-all input {
	background-color: #fff;
	border-radius: 0;
	width: 80%;
	float: left;
	height: 60px;
	line-height: 60px;
}

.search-all .btn {
	height: 60px;
	width: 20%;
	float: right;
	border-radius: 0;
}

.portfolio-filter {
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

.portfolio-filter a {
	font-size: 20px;
	margin: 0 20px;
}

.portfolio-filter a.current,
.portfolio-box:hover h4 {
	color: var(--blue);
}

.portfolio-box-detail h4 {
	font-weight: bold;
	font-size: 18px;
	padding-top: 20px;
	line-height: 26px;
}

.portfolio-box-detail .note {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.portfolio-box-detail .cate {
	font-size: 14px;
	color: #666;
	background-color: #f5f5f5;
	display: inline-block;
	padding: 3px 10px;
	margin-top: 20px;
	border-radius: 20px;
}

.portfolio-box-detail .img-fluid {
	width: 100%;
}

.portfolio-box:hover .cate {
	background-color: var(--blue);
	color: #fff;
}

.bannerall {
	position: relative;
	z-index: 0;
	height: 660px;
	clear: both;
	background: no-repeat center center;
	background-size: cover;
	overflow: hidden;
	background-color: var(--darkblue);
}

.bannerall2 {
	height: 400px;
}

.bannerall::before {
	display: block;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bannerall img {
	width: 100%;
}

.bannerall .container {
	position: absolute;
	z-index: 669;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bannerall .text {
	padding-top: 50px;
	color: #fff;
	position: relative;
	text-align: center;
}

.bannerall .title,
.productall .title {
	position: relative;
	font-size: 32px !important;
}

.bannerall .note,
.productall .note {
	font-size: 72px;
	line-height: 80px;
	font-weight: 500;
}

.bannerall .anitop,
.productall .anitop {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s ease-in-out;
}

.bannerall .anitop2,
.productall .anitop2 {
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s ease-in-out;
	opacity: 0;
}

.bannerall.on .anitop,
.productall.on .anitop {
	transform: translateY(0);
	opacity: 1 !important;
}

.bannerall.on .title:before,
.productall.on .title:before {
	width: 100px;
}

.breadcrumbnav {
	margin-top: -80px;
}

.breadcrumb {
	background: none !important;
	padding: 27px 0;
	margin-bottom: 0 !important;
}

.breadcrumb .bi-house-fill {
	color: #fff;
	padding-right: 10px;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb .active a {
	color: #fff;
}

.bread-line {
	border-bottom: 1px solid #ddd;
}

.color_f {
	color: #fff !important;
	padding-bottom: 0px !important;
}

.color_f:before {
	display: none !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "\f285";
	font-size: 12px;
	color: #ccc;
	position: relative;
	top: 4px;
	font-family: bootstrap-icons !important;
}

.breadcrumb2 li {
	display: inline-block;
	line-height: 26px;
}

.breadcrumb2 li a {
	color: #fff;
}

.breadcrumb2 li::before {
	content: "\f285";
	color: #fff;
	position: relative;
	top: 2px;
	font-family: bootstrap-icons !important;
}

.breadcrumb2 li:first-of-type::before {
	display: none;
}

.productall {
	position: relative;
}

.productall .text {
	text-align: left;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 100px;
}

.productall h1 {
	font-weight: bold;
}

/*加载动画*/
.contact_load {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 666;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all 2s ease-in-out;
	transition: all 1s ease-in-out;
	text-align: center;
}

.contact_load .cont {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
}

.about-section.style-home-2 {
	padding: 100px 0 124px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.about-thumb.style-home-2 {
	margin-left: 8px;
}

.about-content .page-name {
	padding-bottom: 40px;
}

.about-content p {
	font-size: 20px;
	line-height: 36px;
	padding-bottom: 20px;
	color: var(--secondary);
}

.about-content h1 {
	font-size: 38px;
	font-weight: 600;
	line-height: 46px;
	padding-top: 15px;
}

.about-content h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	color: #6cb143;
	margin: 0;
}

/*内页分类*/
.slideprBox .hd .container {
	width: 100%;
	padding: 0 !important;
}

.slideprBox .hd.show {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 1998;
	background-color: #fff;
}

.slideprBox .hd.show .container {
	width: 86%;
}

.slideprBox .hd.show .fr {
	margin-top: 5px;
}

.item-cate:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #eee;
}

.item-cate a {
	display: block;
	padding: 30px 40px;
	position: absolute;
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}

.item-cate .bi {
	font-size: 26px;
	color: #999;
}

.item-cate p {
	padding-top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.item-cate a:hover,
.item-cate.active a {
	background-color: var(--darkblue);
	color: #fff;
}

.item-cate a:hover p,
.item-cate a:hover .bi,
.item-cate.active p,
.item-cate.active .bi {
	color: #fff;
}

.item-cate.active:before,
.item-cate:hover:before {
	background-color: rgba(98, 23, 30, .1);
}

.cate-box {
	overflow: hidden;
	margin-top: -79px;
	height: 158px;
}

.product-cate {
	text-align: center;
	position: relative;
	z-index: 99;
	padding: 100px 0;
}

.product-cate.show {
	position: fixed;
	width: 100%;
	z-index: 10000;
	top: 0;
	left: 0;
}

.product-cate ul li {
	display: inline-block;
}

.product-cate ul li a {
	display: block;
	font-size: 14px;
	transition: all 0.3s;
	border-radius: 35px;
	margin: 0 10px;
	padding: 13px 30px;
	position: relative;
	background-color: #fff;
	border: 1px solid var(--darkblue);
}

.product-cate ul li.active a,
.product-cate ul li a:hover {
	background-color: var(--darkblue);
	color: #fff;
}

.product-cate2 {
	background-color: #f7f7f7;
}

.product-cate2.show {
	position: fixed;
	z-index: 2001;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
}

.product-cate2.show .cate-page {
	border-bottom: 1px solid #fff !important;
}

.bgon {
	position: fixed;
	top: 0;
}

.cate-page {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.cate-page h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 14px;
	position: relative;
}

.cate-page .m {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 30px;
}

.cate-page h3 a {
	display: block;
	height: 100px;
	position: relative;
	z-index: 1;
}

.cate-page h3 a::before {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
}

.cate-page h3 .bi {
	font-size: 40px;
	color: #000;
	display: block;
	padding-top: 15px;
	padding-bottom: 5px;
}

.cate-page h3 p {
	font-size: 14px;
}

.cate-page .active a::before {
	width: 100%;
}

.cate-page .sub {
	display: none;
	/*默认隐藏*/
	z-index: 400;
	width: 140px;
	left: -50px;
	padding: 10px 0;
	position: absolute;
	top: 100px;
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	background: #fff;
	line-height: 30px;
	border-radius: 10px;
}

.cate-page .sub a {
	font-size: 14px;
}

.data_list {
	width: 100%;
	height: 76vh;
	display: inline-block;
	margin-top: 50px;
	overflow-y: auto;
}

.tab_data {
	width: 100%;
	display: inline-block
}

ul.cate_info {
	width: 20%;
	float: left;
	text-align: left;
	margin-top: 40px
}

ul.cate_info li.tit {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 50px
}

ul.cate_info li.tit span {
	font-size: 0.6em;
	font-weight: 300;
	margin-left: 10px
}

ul.cate_info li.text {
	position: relative;
	padding-top: 20px;
	font-size: 0.8em;
	font-weight: 300;
}

ul.cate_info li.text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 8px;
	height: 2px;
	background: #999;
}

.prd_list {
	width: 80%;
	float: right
}

.prd_list .pic {
	height: 100px;
	display: flex;
	align-items: center;
	text-align: center;
}

.prd_list .pic img {
	display: block;
	margin: 0 auto;
}

.prd_list a {
	position: relative;
	width: 25%;
	height: 190px;
	float: left;
	color: #343434;
	font-size: 16px;
}

.prd_list a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 130px;
	background: linear-gradient(to bottom, rgba(223, 223, 223, 0) 10%, #dfdfdf 45%, #dfdfdf 55%, rgba(223, 223, 223, 0) 90%);
	transform: translateY(-50%);
}

.prd_list a img {
	width: 100%;
	max-width: 172px
}

.prd_list a:active {
	color: #343434
}

.prd_list .prd_name {
	width: 100%;
	display: inline-block;
	font-size: 16px;
}

.prd_list a:hover .prd_name {
	color: var(--darkblue);
}

.prd_list .best {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 12px;
	margin-top: 10px;
	line-height: 18px;
	padding: 0 7px;
	border-radius: 3px;
	color: #fff;
	background: var(--darkblue);
}

.down-box {
	position: relative;
	padding: 30px 20px !important;
}

.down-box .text {
	padding-right: 120px;
}

.down-box .text p {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
}

.down-box .text p small {
	color: var(--dark);
	font-size: 14px;
}

.down-box .text .note {
	font-size: 14px;
	margin-bottom: 10px;
}

.down-box .down-right {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.down-box .title {
	font-weight: bold;
	padding-bottom: 10px;
}

.download-list .title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	height: 40px;
}

.service-left h3 {
	font-weight: normal;
	font-size: 42px;
}

.service-left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.inner-search {
	position: relative;
	width: 500px;
}

.inner-search .bi {
	position: absolute;
	left: 20px;
	top: 20px;
}

.inner-search .form-control {
	width: 78%;
	float: left;
	padding: 15px 15px 15px 50px;
	height: auto !important;
	background: #fff !important;
	border-radius: 30px;
}

.inner-search .btn {
	float: right;
	background-color: var(--darkblue);
	color: #fff;
	height: 56px;
	width: 20%;
	font-weight: bold;
	border-radius: 30px;
}

.inner-search .btn:hover {
	background-color: var(--dark);
}

.fuwu-list {
	background-color: #f8f8f8;
	border-radius: 20px;
	padding: 50px 60px;
}

.fuwu-list .title {
	font-size: 30px;
	font-weight: bold;
}

.fuwu-list .pic {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-color: #fff;
	overflow: hidden;
	margin-top: 50px;
	padding: 15px;
	box-sizing: border-box;
}

.fuwu-list p {
	font-size: 18px;
	color: #999;
	padding-top: 5px;
}

.server-box2 {
	border-radius: 24px;
	display: flex;
	background-color: #f6f6f6;
}

.server-box2 .left {
	width: 42%;
	padding: 0 5%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.server-box2 .left .text {
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

.server-box2 .right {
	border-left: 1px solid rgba(0, 58, 204, .07);
	width: 58%;
	padding: 0 5%;
	box-sizing: border-box;
}

.service-tag {
	font-size: 15px;
	font-weight: bold;
	color: #666;
}

.item-download {
	background-color: #fff;
	padding: 25px 30px;
	border-radius: 10px;
	display: flex;
	position: relative;
	transition: all 0.3s;
}

.item-download .title {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
}

.item-download .title .bi {
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--darkblue);
}

.item-download .more {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.item-download .more .bi {
	margin-right: 5px;
	color: var(--darkblue);
}

.item-download:hover {
	background-color: var(--darkblue);
}

a:hover .item-download,
.item-download:hover .bi,
.item-download:hover .bi {
	color: #fff;
}

.list-faq {
	position: relative;
	z-index: 1;
}

.list-faq::before {
	background-image: linear-gradient(180deg, var(--darkblue) 0%, #ffaa00 82%);
	opacity: 0.9;
}

.faq-left {
	padding-right: 50px;
}

.slide-faq h3 {
	padding: 30px 0;
	font-size: 18px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin: 0;
	font-weight: bold;
}

.slide-faq h3 em {
	top: -2px;
	float: left;
	margin-right: 10px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-style: normal;
	text-align: center;
	position: relative;
}

.slide-faq h3 em::before {
	font-family: bootstrap-icons !important;
	content: "\f4fe";
	display: block;
	font-size: 20px;
	color: var(--heading);
	overflow: hidden;
}

.slide-faq h3 em::after {
	display: block;
	content: "";
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slide-faq h3.on {
	margin: 0;
	border-radius: 10px 10px 0 0;
	border: 0;
	color: var(--darkblue);
}

.slide-faq h3.on em::before {
	transform: rotate(-90deg);
	color: var(--darkblue);
}

.slide-faq ul {
	padding: 30px 20px 30px 30px;
	display: none;
	background-color: #fff;
	border-radius: 10px;
}

.news-catetwo ul {
	display: flex;
}

.news-catetwo ul li {
	margin-right: 30px;
	display: inline-block;
	font-size: 18px;
}

.news-catetwo ul li span {
	margin-left: 5px;
	background-color: var(--darkblue);
}

.news-catetwo ul li.active a {
	color: var(--darkblue);
	font-weight: bold;
}

.item-case p {
	text-align: center;
	padding-top: 10px;
}

/*服务列表*/
.single-information-box {
	border-radius: 10px;
	border: 1px solid #f5f5f5;
	background-color: #ffffff;
	padding: 12px 28px 39px;
	position: relative;
	z-index: 1;
}

.single-information-box:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #7EB63B;
	z-index: -1;
	transition: 0.5s;
	border-radius: 10px;
}

.single-information-box:hover:before {
	width: 100%;
}

.information-content h4 {
	font-size: 20px;
	padding: 20px 0 10px 0;
}

.information-content p {
	color: #999;
}

.single-information-box:hover h4,
.single-information-box:hover p {
	color: #fff;
}

.information-icon img {
	transition: 0.5s;
	width: 30px;
	height: 30px;
}

.single-information-box:hover .information-icon img {
	filter: brightness(1) invert(1);
}

.information-icon {
	background: var(--darkblue);
	width: 63px;
	height: 63px;
	margin-top: 20px;
	text-align: center;
	line-height: 63px;
	border-radius: 50px;
	float: left;
	margin-right: 20px;
	transition: 0.5s;
}

.single-information-box:hover .information-icon {
	background: #fff;
}

.service-banner {
	height: 800px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.service-banner .container {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.service-banner .container .number {
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
	z-index: -1;
	opacity: 0.15;
	font-size: 200px;
	font-weight: 600;
	position: absolute;
	color: transparent;
	-webkit-text-stroke: 1px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	-webkit-text-stroke-color: white;
}

.service-banner:hover .container .number {
	-webkit-text-stroke-color: var(--darkblue);
	opacity: 0.55;
}

.sbanner {
	background-color: #f0eef0;
}

.sbanner .container .number {
	font-size: 160px;
	top: -10px;
}

.service-cate {
	position: relative;
}

.service-cate .title {
	font-size: 48px;
	font-weight: bold;
}

.service-cate .note {
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 35px;
}

.service-cate .btn {
	padding: 10px 30px;
}

.service-topimg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.service-topimg img {
	height: 100%;
	max-width: none !important;
}

.service-topimg video {
	height: 100%;
}

.mar-g200 {
	margin-top: -180px;
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
}

.service-list {
	padding: 30px 80px 80px 80px;
}

.service-list .row {
	margin-right: -25px;
	margin-left: -25px;
}

.service-list .col-lg-6 {
	padding-left: 25px;
	padding-right: 25px;
}

.item-service {
	margin-top: 50px;
}

.item-service h2 {
	font-size: 22px;
	padding-bottom: 10px;
}

.item-service .note {
	color: #999;
}

.item-service:hover h2 {
	color: var(--green);
	text-decoration: underline;
}

.page-breadcrumb a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}

.page-breadcrumb a:hover {
	color: var(--green);
}

.page_prpic {
	background-color: #fff;
	position: relative;
}

.page_prpic .fl-thumb {
	width: 50%;
	background-color: #f5f5f5;
}

.bremap {
	background-color: #fff;
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
}

.bremap.show {
	position: fixed;
	z-index: 2002;
	top: 0;
	left: 0;
	width: 100%;
}

.brecolor {
	padding-top: 20px;
	padding-bottom: 20px;
}

.brecolor li a {
	color: #999;
	font-size: 14px;
}

.brecolor li::before {
	color: #ccc;
	font-size: 14px;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.5);
}

/*产品详情页轮播*/
.pr-boxlist {
	position: relative;
	border: 1px solid #eee;
}

.prSwiper,
.prSwiper2 {
	position: relative;
	overflow: hidden;
}

.prSwiper {
	position: absolute;
	bottom: 30px;
	left: 5%;
	width: 90%;
	transition: all 0.3s;
}

.prSwiper .swiper-slide img {
	display: block;
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 8px;
	opacity: 0.5;
	transition: all 0.3s;
}

.prSwiper .swiper-slide-thumb-active img {
	opacity: 1;
	border-color: var(--blue) !important;
}

.prSwiper .swiper-slide:hover img {
	opacity: 1;
}

.prSwiper2:hover .swiper-button-next,
.prSwiper2:hover .swiper-button-prev {
	opacity: 1;
	background-color: rgba(0, 0, 0, .1);
	width: 48px;
	height: 48px;
	border-radius: 25px 0 0 25px;
}

.prSwiper2:hover .swiper-button-prev {
	border-radius: 0 25px 25px 0;
}

.prSwiper2 .swiper-button-next:after,
.prSwiper2 .swiper-button-prev:after {
	color: #fff !important;
	font-size: 14px !important;
}

.prSwiper2 .swiper-button-next:hover,
.prSwiper2 .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .3);
}

.roc-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.product-box .left {
	width: 62.25%;
}

.product-box .right {
	width: 28.75%;
	position: sticky;
	top: 90px;
}

.pr-content .title {
	color: var(--darkblue);
	font-weight: normal;
}

.cpsuomin {
	margin-top: 80px;
}

.cpsuomin h3 {
	font-size: 20px;
	color: #000;
	padding-bottom: 20px;
}

.cate_rsbox {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}

.cate_rsbox h3 {
	font-size: 32px;
	font-weight: normal;
	color: var(--blue);
}

.cate_rsbox .note {
	font-size: 16px;
	line-height: 32px;
	padding-top: 20px;
}

/*产品详情页*/
.product-show-right {
	width: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.product-thumb {
	border-right: 1px solid #eee;
}

.product-thumb img {
	margin: 0 auto;
	width: 100%;
}

.shop-details-tab a {
	margin: 0 20px;
	height: 70px;
	line-height: 68px;
	display: inline-block;
}

.shop-details-tab a.active {
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #6cb143;
}

.products-details-content {
	padding: 0 100px;
	box-sizing: border-box;
}

.products-title h4 {
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
}

.products-details-reting ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 4px;
	color: #FF9D34;
}

.products-details-reting ul li.rating-text {
	color: #222 !important;
	font-size: 16px !important;
}

.pirce-box {
	margin-top: 12px;
}

.pirce-box span {
	display: inline-block;
	margin-right: 11px;
}

.pirce-box span.price {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

.products-details-content .subtitle {
	font-size: 20px;
	padding: 20px 0;
	line-height: 42px;
}

.product-quantity {
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.chart-button a {
	display: inline-block;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 37px;
	margin-bottom: 50px;
}

.chart-button i {
	display: inline-block;
	font-size: 15px;
	margin-right: 7px;
}

.page-content {
	padding: 30px;
}

.detailed-parameters {
	position: relative;
}

.detailed-parameters table,
.section table {
	width: 100%;
	border-collapse: collapse;
}

.section>table {
	border: 1px solid #ededed;
	border-top: 0;
}

.detailed-parameters th,
.detailed-parameters td {
	padding: 8px 20px 8px 20px;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #f5f5f5;
	color: #999;
	position: relative;
}

.detailed-parameters th {
	width: 160px;
	text-align: left;
	font-weight: normal;
	color: #333;
	border-right: 1px solid #f5f5f5;
}

.detailed-parameters .hd {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
	background: #fafafa;
}

.detailed-parameters td a {
	border-bottom: 1px dashed #198ef6;
	color: #999;
}

.detailed-parameters td a:hover {
	border-bottom: 1px solid #198ef6;
	color: #198ef6;
}

/*服务详情*/
.service-content {
	max-width: 1000px;
	margin: 0 auto;
}

.service-content .en span {
	display: inline-block;
	color: var(--green);
	text-transform: uppercase;
	font-size: 16px;
}

.service-pic {
	padding: 30px;
}

.service-pic .title {
	padding-top: 10px;
}

.tubiao_bg1 {
	padding: 100px 0 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.tubiao_bg1 .desc {
	padding-bottom: 100px;
}

.tubiao1 {
	position: relative;
	max-width: 45%;
}

.tubiao1-pic {
	margin-bottom: 40px;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
}

.tubiao1-pic .pic {
	float: left;
	width: 80px;
	margin-top: 12px;
}

.tubiao1-pic .title {
	font-size: 24px;
	padding-bottom: 10px;
	color: #000;
}

.tubiao1-pic .note {
	padding-left: 100px;
	color: #777777;
}

.tubiao_bg2 {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}

.tubiao_w2 {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}

.tubiao2 {
	color: #fff;
}

.tubiao2 .en {
	text-transform: uppercase;
	color: var(--green);
}

.tubiao2 h4 {
	color: #fff;
	margin-bottom: 20px;
}

.tubiao2 .note {
	margin-top: 30px;
	line-height: 35px;
	color: #999;
}

.xiangyingshi_pic1 {
	max-width: 600px;
	margin: 70px auto 0 auto;
}

.fujia-list {
	margin-right: -2px;
}

.item-fujia {
	width: calc(25% - 2px);
	margin-right: 2px;
	margin-bottom: 2px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	float: left;
	height: 300px;
	padding: 40px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.item-youshi {
	height: 176px;
	overflow: hidden;
}

.item-fujia .title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

.item-fujia:before {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition: width 0.3s;
	background-image: linear-gradient(90deg, var(--green) 38%, var(--danger) 100%);
}

.item-fujia .note {
	color: #777777;
	margin-top: 20px;
}

.item-fujia .item-price {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.item-fujia .item-price .price1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.item-fujia:hover:before {
	width: 100%;
}

.item-fujia:hover,
.item-fujia:hover .note,
.item-fujia:hover .title,
.item-fujia:hover .item-price .price1 {
	color: #FFFFFF;
}

.item-fqa .title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: block;
}

.item-fqa .note {
	color: #777777;
	line-height: 30px;
	margin-top: 20px;
}

.fqa-list .row {
	margin-right: -30px !important;
	margin-left: -30px !important;
}

.fqa-list .col-md-4 {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.item-case2 .title {
	font-size: 18px;
	padding: 20px 0 30px 0;
	font-weight: bold;
}

.item-case2:hover .title {
	color: var(--green);
	text-decoration: underline;
}

.item-tslm {
	background-color: #ffffff;
	margin-bottom: 30px;
	position: relative;
	padding: 50px;
}

.item-tslm .pic {
	width: 60px;
	margin: 0 auto;
}

.item-tslm .title {
	font-size: 18px;
	padding-top: 10px;
}

.item-tslm .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-image: linear-gradient(-45deg, var(--danger) 8%, var(--green) 80%);
	transition: all 0.3s;
	color: #fff;
}

.item-tslm .text .note {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 0 20px;
	box-sizing: border-box;
}

.item-tslm .text h5 {
	color: #fff;
}

.item-tslm:hover .text {
	opacity: 1;
}

/*项目流程*/
.luchen-item {
	text-align: center;
	position: relative;
	z-index: 3;
}

.luchen-item .p-num {
	position: relative;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 48px;
	font-weight: bold;
	transition: all 0.3s;
	margin: 0 auto;
	color: #C3CAD4;
	background-color: #FFFFFF;
	border-radius: 100%;
	border: 1px solid #e4ecfc;
}

.luchen-item h6 {
	color: var(--dark);
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0 10px 0;
}

.luchen-item p {
	color: #999999;
}

.luchen-box {
	position: relative;
}

.luchen-box .col-md-2 {
	position: relative;
	z-index: 9;
}

.luchen-box .bg-line {
	position: absolute;
	z-index: 1;
	top: 55px;
	left: 5%;
	width: 90%;
	border-top: 1px dashed #dee6f7;
}

.luchen-item.active .p-num,
.luchen-item:hover .p-num {
	color: #FFFFFF;
	box-shadow: 8px 8px 20px 0 rgba(0, 199, 193, 0.1);
	background-color: var(--green);
	cursor: pointer;
}

.luchen-item.active .p-num:before,
.luchen-item:hover .p-num:before {
	background-color: rgba(25, 206, 103, 0.3);
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
	animation: animation-scale-two 1.8s infinite;
	-webkit-animation: animation-scale-two 1.8s infinite;
}

.luchen-item:hover .p-num {
	margin-top: -10px;
}

.statistics-box {
	width: 100%;
	padding: 80px;
	position: relative;
	z-index: 1;
	color: #fff;
	border-radius: 15px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.statistics-box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0.9;
	background-color: var(--green);
}

.statistics-box h2 {
	font-size: 26px;
	color: #fff;
}

.section-title span {
	font-size: 14px;
	line-height: 20px;
	font-family: "Poppins", sans-serif;
	padding-bottom: 20px;
	display: block;
}

.statistics-content a.read-more {
	color: #fff;
}

.num-item {
	transition: all 0.3s;
	padding-right: 100px;
	font-family: Arial, Helvetica, sans-serif;
}

.num-item:last-of-type {
	padding-right: 0px;
}

.num-nub,
.num-add {
	color: var(--black);
}

.num-item i {
	display: block;
	margin: 0 auto;
	font-size: 40px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
}

.num-item span {
	font-size: 60px;
	font-weight: 600;
}

.num-item2 {
	position: relative;
	z-index: 0;
}

.num-item2 i {
	background: rgba(0, 0, 0, .1);
	margin-bottom: 0px;
}

.num-item2 .num-inf {
	font-size: 16px;
	color: #888;
}

.num-item span.num-subtitle {
	font-size: 24px;
	font-weight: normal;
	position: relative;
	bottom: 0px;
}

.num-item em {
	font-style: normal;
	font-size: 16px;
	position: relative;
	top: -10px;
}

.item-culture .title {
	padding: 30px;
}

.item-culture .title b {
	font-size: 24px;
	padding-bottom: 10px;
}

/*发展历程*/
.hotpr-nav {
	position: absolute;
	right: 0;
	top: -50px;
	width: 120px;
	height: 50px;
}

.hotpr-nav .swiper-button-next,
.hotpr-nav .swiper-button-prev {
	border: 1px solid #0055ff;
	background-color: #fff !important;
	color: #0055ff;
	width: 50px;
	height: 50px;
	font-size: 20px;
	background-size: 10px;
	border-radius: 10px;
	opacity: 1;
}

.hotpr-nav .swiper-button-next:hover,
.hotpr-nav .swiper-button-prev:hover {
	background-color: var(--darkblue) !important;
	color: #fff;
}

.hotpr-nav .swiper-button-disabled {
	opacity: 0.1 !important;
}

.course-thumb {
	position: sticky;
	top: 150px;
}

.course-thumb img {
	border-radius: 0 80px 0 80px;
}

.item-cases {
	margin-bottom: 50px;
}

.item-cases .text {
	padding: 20px 0;
}

.item-cases .title {
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 10px;
}

.item-lichen {
	margin-bottom: 100px;
}

.item-lichen .title {
	font-size: 48px;
	line-height: 60px;
	font-family: "Manrope-Regular";
	padding-bottom: 10px;
}

.advantages-box {
	overflow: hidden;
}

.advantages-content {
	margin-top: 50px;
}

.advantages-content h3 {
	font-size: 40px;
	line-height: 48px;
	font-weight: normal;
}

.advantages-content h4 {
	font-size: 40px;
	line-height: 48px;
	font-family: "Microsoft YaHei UI Light";
	color: var(--blue);
}

.advantages-content p {
	padding-top: 60px;
	line-height: 32px;
}

.advantages-box .col-xl-6 {
	padding-left: 0px;
	padding-right: 0px;
}

.item-advantages {
	margin-top: 80px;
	padding: 80px 100px;
	position: relative;
	margin-top: -1px;
}

.item-advantages:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	box-sizing: border-box;
}

.item-advantages:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	border-right: 1px solid rgba(0, 0, 0, .1);
	box-sizing: border-box;
}

.item-advantages img {
	width: 60px;
}

.item-advantages .title {
	font-size: 28px;
	font-weight: bold;
}

.honorSwiper {
	margin-top: 100px;
	padding-bottom: 80px;
}

.honorSwiper .swiper-slide {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #eee;
}

.honorSwiper .swiper-slide .title {
	margin-top: 20px;
	font-size: 18px;
	height: 60px;
}

.honorSwiper-nav {
	bottom: 0 !important;
}

.honorSwiper-nav .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 2px solid #ccc;
	margin-right: 25px;
	border-radius: 4px;
	background: none;
}

.honorSwiper-nav .swiper-pagination-bullet-active {
	border-color: var(--darkblue);
}

.wenhua-left {
	max-width: 450px;
	position: relative;
	height: 100%;
}

.wenhua-left h3 {
	font-size: 36px;
	color: var(--heading);
	margin-bottom: 0;
	font-weight: bold;
}

.wenhua-left p {
	font-size: 18px;
	padding-top: 20px;
}

.wenhua-name {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-top: -30px;
}

.item-wenhua {
	position: relative;
	padding: 50px 200px 50px 50px;
	border-bottom: 1px solid rgba(0, 58, 204, .07);
	transition: all 0.3s;
}

.item-wenhua h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.item-wenhua:hover {
	background-color: #fff;
	border-radius: 24px;
}

.item-wenhua .pic {
	position: absolute;
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, .5);
	border-radius: 15px;
	box-shadow: 0 15px 25px rgba(0, 58, 204, .1);
}

.item-wenhua .pic img {
	border: 1px solid rgba(255, 255, 255, .6);
	background-color: rgba(249, 180, 0, .9);
	border-radius: 10px;
	width: 60px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	top: 20px;
	left: 20px;
	box-shadow: 0 15px 25px rgba(0, 58, 204, .1);
}

.item-wenhua .pic::before {
	filter: blur(15px);
	display: block;
	content: "";
	background-color: rgba(249, 180, 0, .3);
	width: 60px;
	height: 60px;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 15px;
}



.picList {
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #f5f5f5;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.picList .pic {
	width: 140px;
	margin: 0 auto;
}

.picList .title {
	position: absolute;
	top: -50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	width: 100%;
	padding: 0 30px;
	color: #fff;
}

.picList::before {
	display: block;
	content: "";
	background-color: var(--darkblue);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}

.picList:hover::before {
	left: 0;
}

.picList:hover .title {
	top: 50%;
}

.picList:hover {
	border: 1px solid var(--darkblue);
}


.max-650 {
	max-width: 650px;
}

.customer-left {
	position: relative;
}

.customer-swiper {
	overflow: hidden;
	max-width: 430px;
}

.customer-swiper .swiper-slide {
	padding-bottom: 90px;
	position: relative;
}

.customer-swiper .swiper-slide img {
	width: 100%;
	border-radius: 100%;
	padding: 5px;
	cursor: pointer;
}

.customer-swiper .swiper-slide.swiper-slide-thumb-active img {
	border: 3px solid #fff;
	padding: 0;
	box-shadow: 8px 8px 20px 0 rgba(0, 199, 193, 0.1);
}

.customer-line {
	position: relative;
}

.customer-line::before,
.customer-swiper .swiper-slide::before {
	display: block;
	content: "";
	background-color: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 50px;
}

.customer-swiper .swiper-slide::before {
	width: 0;
	height: 3px;
	background-color: var(--green);
	bottom: 49px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}

.customer-swiper .swiper-slide.swiper-slide-thumb-active::before {
	width: 80%;
}

.customer-swiper .swiper-slide.swiper-slide-thumb-active:after {
	position: absolute;
	display: block;
	z-index: 9;
	width: 0;
	height: 0;
	content: '';
	bottom: -15px;
	border: 27px solid;
	right: -10px;
	border-left-color: #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 22px solid transparent;
}

.customer-swiper2 {
	overflow: hidden;
}

.item-customer {
	background-color: #fff;
	border-radius: 15px;
	padding: 30px;
	font-size: 16px;
	line-height: 30px;
	color: var(--secondary);
}

.item-customer .author {
	margin-top: 20px;
	position: relative;
	padding-left: 75px;
}

.item-customer .author:before {
	position: absolute;
	content: "\f10e";
	font-size: 55px;
	left: 1px;
	top: 50%;
	font-weight: 300;
	color: var(--green);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
}

.item-customer .author .h4 {
	display: block;
	margin-bottom: 0;
	font-weight: bold;
	color: var(--dark);
	font-size: 26px;
}

.item-customer .author span {
	color: #999;
}

.customer-bg {
	position: relative;
	background-position: center right;
	background-repeat: no-repeat;
}

.customer-bg .container {
	position: relative;
	z-index: 99;
}

.customer-bg::before,
.customer-bg::after {
	display: block;
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: var(--green);
	opacity: 0.8;
}

.customer-bg::after {
	background: url('../images/circle-shape1.png') no-repeat bottom left;
	z-index: 1;
	opacity: 1;
	-webkit-animation: down-up-one 5s infinite;
	animation: down-up-one 5s infinite;
}

/*我们的客户*/
.page-customer {
	line-height: 30px;
}

.page-customer .title {
	font-weight: bold;
	color: #000;
	font-size: 24px;
	margin-top: 10px;
	padding-bottom: 10px;
}

/*品牌介绍*/
.about-bg {
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.coop-book {
	max-width: 1140px;
	margin: 0 auto;
}

.coop-book .inp {
	background-color: #f5f5f5;
	border: 0;
	padding: 20px;
}

.coop-book .title {
	margin-top: 20px;
}

.coop-book .message-btn {
	width: 260px;
	margin: 30px 10px;
	font-weight: normal;
}

.coop-book .message-btn.reset {
	background-color: #f2f2f2;
	color: #000;
}

.coop-book .message-btn.reset:hover {
	background-color: #000;
	color: #fff;
}

/*联系我们*/
.contact-map {
	height: 500px;
	padding: 0 10px 10px 10px;
}

.contact-content p {
	font-size: 18px;
	margin-bottom: 15px;
}

.contact-content p.tel {
	font-size: 48px;
	color: var(--darkblue);
}

.s_layout {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	background_radio: 1;
	display-radio: flex;
	margin-top: 20px;
}

.s_layout .icon {
	margin-right: 20px;
	width: 40px;
	height: 100%;
	color: var(--darkblue);
}

.s_layout p {
	margin-bottom: 0px;
}

.office-address .project-title {
	padding: 10px 0;
	color: #000;
}

.item-addlist {
	margin-top: 50px;
	line-height: 36px;
}

.item-addlist h4 {
	font-size: 24px;
	padding-bottom: 10px;
}

.item-addlist p {
	font-size: 18px;
	color: #666;
}

.contact-infor-box {
	background: #fff;
	border-radius: 10px;
	padding: 39px 37px 24px;
}

.contact-infor-icon {
	height: 57px;
}

.contact-infor-icon i {
	font-size: 38px;
	display: inline-block;
	color: #6cb143;
}

.contact-infor-icon img {
	height: 38px;
}

.contact-infor-content h4 {
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	list-height: 40px;
	font-family: Rubik;
	margin-top: 0;
}

.contact-infor-content p {
	font-size: 17px;
	line-height: 30px;
}

.contact-name p {
	padding-bottom: 40px;
}

.contact-one {
	background-color: #fff;
	background-image: url(../images/img01.jpg);
	padding: 50px;
}

.contact-two {
	background-color: #fff;
}

.contact-form {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.contact-form-content p {
	font-size: 18px;
	font-family: Roboto;
	padding: 19px 0 0;
}


.contact-form-tow .form-box textarea {
	height: 90px;
	padding: 11px 22px;
	background: #fff;
	border: 1px solid #ddd !important;
	border: transparent;
	border-radius: 8px;
	outline: 0;
}

.form-box {
	margin-bottom: 28px;
	position: relative;
}

.form-box input {
	width: 100%;
	border: transparent;
	background: #fff;
	border: 1px solid #ddd;
	height: 54px;
	border-radius: 8px;
	padding: 0 25px;
	outline: 0;
}

.form-box span {
	color: #f00;
	position: absolute;
	left: 15px;
	top: 15px;
}

.form-box p {
	padding-bottom: 10px;
	font-size: 24px;
}

.submit-button button {
	background: var(--blue);
	border: transparent;
	color: #fff;
	padding: 14px 46px;
	border-radius: 10px;
	font-size: 18px;
	border: 1px solid var(--blue);
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	transition: 0.5s;
}

.submit-button button:hover {
	color: #fff;
	background: var(--darkblue);
	border-color: var(--darkblue);
}

.contact-book {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}

.contact-book .inp {
	background-color: #fff;
	border-radius: 0px;
	border: 0px;
	font-size: 14px;
	padding: 12px 10px;
	height: auto;
}

.message-btn {
	margin-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	height: 60px;
	font-size: 18px;
}


.content-left {
	line-height: 30px;
	margin-top: 20px;
}

.content-left p {
	margin-bottom: 10px;
}

.content-left b {
	color: #000000;
}

.contact-tab {
	width: 100%;
	background-color: #f7f7f7;
}

.contact-tab .hd {
	height: 70px;
	line-height: 70px;
	background: #eee;
	position: relative;
}

.contact-tab .hd ul {
	float: left;
	position: absolute;
	left: 30px;
	top: 0px;
}

.contact-tab .hd ul li {
	float: left;
	padding: 0 20px;
	cursor: pointer;
	font-weight: bold;
}

.contact-tab .hd ul li.on {
	height: 70px;
	background: #f7f7f7;
	border-top: 3px solid var(--darkblue);
}

.contact-tab .bd ul {
	padding: 30px;
	zoom: 1;
	box-sizing: border-box;
	height: 430px;
}

.contact-tab .bd ul p {
	margin-bottom: 10px;
}

.contact-tab .bd ul img {
	width: 120px;
	margin-top: 20px;
}

.contact-tab .bd ul b {
	color: #000;
}

.contact-box h5 {
	padding-bottom: 40px;
	margin-bottom: 0px;
}

.content-note {
	font-size: 16px;
	line-height: 30px;
	height: 250px;
	overflow-y: auto;
}

.contact-book .form-control,
.contact-book textarea {
	padding: 15px 20px;
	background-color: #f5f5f5;
	border-radius: 5px;
	border: 0;
	width: 100%;
	box-sizing: box-sizing;
	outline: none !important;
}

.contact-book label {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}

.form_select_service select {
	border: 0px;
	cursor: pointer;
	font-size: 16px;
	height: 50px;
	padding: 0 20px !important;
	outline: none !important;
	color: #495057;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.form_select_service option {
	padding: 10px;
}

.contact-main {
	padding: 60px 11.875%;
}


.contact-box .box {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
}

.contact-box .box::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 5px;
	transition: all 0.4s;
	background-color: var(--green);
}

.contact-box .box .cname {
	color: #333333;
	line-height: 50px;
	margin-bottom: 20px;
	position: relative;
}

.contact-box .box .cname::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 36px;
	height: 2px;
	background-color: #333;
}

.font-b {
	font-weight: bold;
}

.con-box1 .cname {
	padding-bottom: 10px;
}

.inp.textarea-bg {
	width: 100%;
	height: 160px;
	border: 0px;
	padding: 12px 10px;
	box-sizing: border-box;
	outline: none;
	background-color: #f5f5f5;
}

.f18 {
	font-size: 18px;
}

.f24 {
	font-size: 24px;
}

/*友情链接*/

.links-box {
	position: absolute;
	z-index: 5;
	bottom: -500px;
	left: 0;
	width: 100%;
	padding: 50px 0;
	opacity: 0;
	background-color: #1c1d20;
	transition: all 0.3s;
}

.links-box.show {
	bottom: 0;
	top: 0;
	opacity: 1;
}

.links-title {
	position: relative;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 24px;
}

.links-title b {
	font-weight: normal;
}

.close-links {
	position: absolute;
	right: 0;
	cursor: pointer;
}

.links-box .links a {
	font-size: 14px;
	padding-top: 10px;
	display: block;
	color: rgba(255, 255, 255, 0.4);
}

.links-box .links a:hover {
	color: rgba(255, 255, 255, 1);
}

/*底部*/
.footer-section {
	border-top: 1px solid #f6f6f6;
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	position: relative;
}

.footer-section .box1 {
	padding: 45px 0;
	border-bottom: 1px solid #e5e5e5;
}

.footer-section .box2 {
	padding: 45px 0;
}

.footer-section .fl {
	width: 30%;
}

.footer-section .fr {
	width: 60%;
}

.footer-widget-desc p {
	padding: 12px 0 22px;
	width: 75%;
	opacity: 0.800;
}

.footer-socail-ion {
	margin-top: 40px;
}

.footer-socail-ion ul li {
	display: block;
	float: left;
	margin-right: 20px;
	background-color: rgba(0, 0, 0, .1);
	width: 52px;
	height: 52px;
	border-radius: 26px;
	cursor: pointer;
	position: relative;
}

.footer-socail-ion ul li .ico {
	margin: 6px auto 0 auto;
	display: block;
	overflow: hidden;
	font-size: 24px;
	text-align: center;
	color: #666;
}

.footer-socail-ion ul li:hover {
	background-color: var(--darkblue) !important;
}

.footer-socail-ion ul li:hover .ico {
	color: #fff;
}

.item-weixin .picbox {
	display: none;
	font-size: 14px;
	position: absolute;
	background-color: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
	border-radius: 5px;
	padding: 10px;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	width: 130px;
	transition: all 0.3s;
}

.item-weixin .picbox p {
	text-align: center;
	padding-top: 5px;
}

.item-weixin p img {
	padding: 0 0 5px 0;
}

.item-weixin p {
	color: #777;
	font-size: 14px;
	line-height: 16px;
}

.item-weixin .picbox::before {
	width: 10px;
	height: 10px;
	background-color: #fff;
	bottom: -5px;
	margin-left: -5px;
	transform: rotate(45deg);
}

.item-weixin:hover .picbox {
	display: block;
}

.footer-section .solar-conatct-box {
	padding: 0;
}

.footer-logo img {
	height: 50px;
}

.footer-widget-menu li:last-of-type {
	padding-right: 0;
}

.footer-widget-menu li h4 a {
	font-size: 17px;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
	opacity: 1;
	color: var(--black);
}

.footer-widget-menu li a {
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	transition: 0.5s;
	color: #666;
}

.footer-widget-menu li a:hover {
	color: var(--darkblue);
}

.solar-contact-content {
	padding-bottom: 20px;
}

.solar-contact-content .title {
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

.solar-contact-content p a {
	font-size: 32px;
	color: var(--darkblue);
}

.footer-widget-desc-2 p {
	line-height: 28px;
	font-size: 16px;
	color: #666;
}

.foot-search .btn {
	width: 100px;
}

.foot-search .form-control {
	padding: .6rem .75rem;
}

.newsletter-box {
	margin: 18px 0 19px;
	position: relative;
}

.newsletter-box input {
	background: transparent;
	border: 1px solid #f2f2f2;
	height: 45px;
	outline: 0;
	padding: 0 22px;
	width: 100%;
	border-radius: 5px;
}

.newsletter-box input::-moz-placeholder {
	color: #b6b6c0
}

.newsletter-box input:-ms-input-placeholder {
	color: #b6b6c0
}

.newsletter-box input::placeholder {
	color: #b6b6c0
}

.newsletter-submit-button button {
	background: #6cb143;
	border: transparent;
	width: 45px;
	height: 45px;
	border-radius: 0 5px 5px 0;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.product-search {
	width: 300px;
	margin: 0;
	background-color: #fff;
}

.copyright-area {
	border-top: 1px solid #f2f2f2;
	margin-top: 50px;
	font-size: 15px;
}

.copyright {
	padding: 30px 0;
	border-top: 1px solid #e5e5e5;
	background-color: #fff;
}

.footnav a {
	margin-left: 40px;
}

.copyright p,
.copyright a {
	color: #888;
	font-size: 14px;
}

.copyright a:hover {
	color: var(--blue);
}

.btn-contact {
	padding: 8px 20px;
	border-radius: 30px;
	background-color: var(--blue);
	color: #fff;
	margin-top: 10px;
}

.btn-contact2 {
	position: relative;
	margin-top: 50px;
	padding: 15px 70px 15px 30px;
	font-size: 16px !important;
}

.btn-contact2 span {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/btn6.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 25px;
	top: 10px;
}

.btn-contact2 a {
	color: #fff;
}

.btn-book {
	position: relative;
	z-index: 1000;
	line-height: 40px;
	margin-top: 25px;
	width: 120px;
	text-align: right;
}

.btn-book img {
	margin-right: 10px;
}

.lang-box {
	background-color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	bottom: 40px;
	position: absolute;
	width: 100%;
	line-height: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	text-align: left;
	display: none;
}

.lang-box a {
	padding: 8px 10px !important;
	font-weight: normal;
	font-size: 12px;
	display: block;
}

.lang-box a:hover {
	background-color: #f5f5f5;
}

.btn-book:hover .lang-box {
	display: block;
}

.foot-logo p {
	text-align: center;
}

.foot-logo .wximg {
	width: 140px;
	margin: 20px 0;
}

.foot-mall img {
	width: 46px;
	height: 46px;
	margin-left: 20px;
	border-radius: 100%;
	background-color: #fff;
	overflow: hidden;
	padding: 5px;
	box-sizing: border-box;
	transition: all 0.3s;
}

.foot-mall ul li {
	display: inline-block;
	position: relative;
}

.foot-mall p {
	background-color: #d29903;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.3s;
	position: absolute;
	z-index: 999;
	display: block;
	left: 50%;
	margin-left: -8px;
	font-size: 12px;
	color: #fff;
	width: 40px;
}

.foot-mall li:hover p {
	opacity: 1;
}

.foot-mall li:hover img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-transform: scale(1.05, 1.05);
}

.mall-note {
	font-size: 42px;
	line-height: 46px;
	font-weight: bold;
}

.mall-note h3 {
	font-size: 18px;
	padding-bottom: 20px;
}

.mall-box {
	background-color: #fff;
	margin-top: -73px;
	border-radius: 15px;
	position: relative;
	z-index: 199;
	padding: 50px;
}

.item-mall {
	box-shadow: 0 0 10px rgba(108, 108, 108, .08);
	border-radius: 10px;
	overflow: hidden;
}

.item-mall .pic {
	margin: 0 auto;
	background-color: #fff;
}

.item-mall .pic img {
	margin: 0 auto;
}

.item-mall .text {
	background-color: #eee;
	font-size: 16px;
	padding: 10px;
	transition: all 0.3s;
}

.item-mall:hover .text {
	background-color: var(--darkblue);
	color: #fff;
}

.item-news5 {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	transition: all 0.3s;
}

.item-news5 .pic {
	overflow: hidden;
	position: relative;
}

.item-news5 .pic img {
	transition: all 0.3s;
}

.item-news5 .text {
	padding: 30px 30px 70px 30px;
	position: relative;
}

.item-news5 .text h3 {
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	margin: 10px 0;
	font-weight: bold;
}

.item-news5 .text .note {
	margin: 30px 0;
	color: #666;
	min-height: 45px;
}

.item-news5 .text .date {
	color: #999;
}

.item-news5 .text .linebg {
	width: 100%;
	height: 1px;
	background-color: #eee;
	position: relative;
}

.item-news5 .text .linebg:before {
	display: block;
	content: "";
	width: 0;
	height: 1px;
	background-color: var(--darkblue);
	position: absolute;
	transition: all 0.3s;
}

.item-news5:hover .pic img {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
}

.item-news5:hover h3 {
	color: var(--darkblue);
}

.item-news5 .text .more {
	position: absolute;
	left: 30px;
	bottom: 30px;
	transition: all 0.3s;
	font-size: 14px;
}

.item-news5 .text .more .bi::before {
	background-color: var(--darkblue);
	color: #fff;
	opacity: 0;
	height: 16px;
	line-height: 16px;
	width: 16px;
	font-size: 12px;
	border-radius: 50%;
	right: 0px;
	top: 2px;
	text-align: center;
	position: absolute;
	transition: all 0.3s;
}

.item-news5:hover .text .more {
	padding-right: 30px;
}

.item-news5:hover .text .more .bi::before {
	opacity: 1;
}

.item-news5:hover .text .linebg:before {
	width: 100%;
}

.m_open {
	display: none;
}

/*浮动图标*/
.floating_ck {
	position: fixed;
	right: 20px;
	bottom: 200px;
	z-index: 999;
}

.floating_ck dl dd {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin-bottom: 5px;
	background-size: 50%;
	background-color: var(--darkblue);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.floating_ck dl dd:hover {
	background-color: var(--gray-dark);
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.consult,
.words {
	background-image: url(../images/zxicon.png);
}

.quote {
	background-image: url(../images/kficon.png);
}

.qrcord {
	background-image: url(../images/erweima.png);
}

.return {
	background-image: url(../images/fanhui.png);
}

.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 54px;
}

.floating_left {
	position: absolute;
	left: -170px;
	top: 0px;
	width: 160px;
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%);
	display: none;
}

.floating_left a {
	color: #fff;
	line-height: 80px;
}

.floating_ewm {
	height: 240px;
	top: -190px;
	border-radius: 10px;
}

.floating_ewm i {
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
}

.floating_ewm p {
	margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
}

.floating_ewm .qrcord_p02 {
	font-size: 15px;
}

.toTop {
	color: #fff;
	font-size: 20px;
	top: 10px;
	position: relative;
}

/*筛选列表*/
.filter {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 30px 20px 30px;
	font-size: 14px;
}

.filter .active {
	font-weight: bold;
	background-color: var(--darkblue);
	color: #fff;
}

.filter ul li:first-of-type {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.filter ul li b,
.filter ul li span {
	display: block;
}

.filter ul li b {
	width: 90px;
	float: left;
	color: #222;
}

.filter ul li span {
	padding-left: 90px;
}

.filter ul li span a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px 5px;
}

.m-l20 {
	margin-left: 20px;
}

.product-content .btn {
	padding: 12px 30px;
	border-radius: 25px;
}

/*产品分类*/
.cate-nav {
	padding: 30px;
}

.cate-nav h3 {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cate-nav ul li {
	padding: 5px 0;
}

.cate-nav ul li a {
	display: block;
}

.cate-nav ul li i {
	float: right;
	font-size: 14px;
	color: #999;
	transition: all 0.3s;
	font-weight: bold;
}

.cate-nav ul li:hover i,
.cate-nav ul li.active a,
.cate-nav ul li.active i {
	color: var(--darkblue);
}

.about-name {
	max-width: 1100px;
	margin: 0 auto;
}

.more-about a {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 15px 45px;
	border-radius: 35px;
}

.more-about a:hover {
	border-color: var(--green);
	color: var(--green);
}

.home-name h2,
.about-name h3 {
	font-size: 42px;
	color: var(--heading);
	margin-bottom: 20px;
}

.frmore {
	position: absolute;
	right: 0;
	top: 70px;
}

.frmore a {
	display: inline-block;
	padding-right: 50px;
}

.frmore a:hover {
	font-weight: bold;
}

.frmore a:hover i {
	background-color: var(--green);
	border-color: var(--green);
}

.frmore a:hover i::before {
	color: #fff;
}

/*关于我们分类*/
.cate-nav2 ul li {
	float: left;
	margin-right: 30px;
}

.cate-nav2 ul li a {
	text-align: center;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
	padding: 0 30px;
	background-color: #eee;
	display: block;
}

.cate-nav2 ul li.active a {
	background-color: var(--darkblue);
	color: #fff;
}

/*产品列表轮播*/
.topprswf {
	max-width: 1000px;
	margin: 0 auto;
}

.hot-product {
	padding: 100px 0;
}

.hot-product .tag {
	color: #c80000;
	font-size: 14px;
	font-weight: bold;
}

.hot-product .more {
	padding-bottom: 20px;
}

.hot-product .more a {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 5px 20px;
	margin: 0 15px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
}

.hot-product .more-no a {
	background: no-repeat;
	color: #000;
}

.hot-product .price {
	font-weight: bold;
	color: #000;
	padding: 20px 0;
}

.hot-product .title {
	font-weight: bold;
	font-size: 40px;
	color: #000;
}

.hot-product .img {
	max-height: 500px;
	margin: 0 auto;
}

.more-pr {
	border: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
	width: 160px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}



.item-xgpr {
	margin-bottom: 30px;
}

.item-xgpr .text {
	background-color: #fff;
	font-size: 18px;
	padding: 20px;
	font-weight: bold;
}

.item-xgpr:hover .text {
	background-color: var(--darkblue);
	color: #fff;
}

/*产品分类筛选*/
.list_data_area .cate_tab li {
	float: left;
}

/*产品详情页*/
.pictures-list img {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.slideprBox {
	width: 100%;
	text-align: left;
	background-color: #fff;
}

.slideprBox .hd {
	position: relative;
	width: 100%;
	background-color: #f7f7f7;
}

.slideprBox .hd ul li {
	float: left;
	padding: 15px 35px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 5px 5px 0 0;
	background-color: #f2f2f2;
	margin-right: 2px;
}

.slideprBox .hd ul li.on {
	background: #fff;
}

.slideprBox .bd ul {
	padding: 50px;
	zoom: 1;
}

.slideprBox .bd ul img {
	max-width: 100%;
}

.product-note {
	margin-top: 50px;
	line-height: 30px;
	padding-right: 40px;
}

.product-note h1 {
	color: #222;
	font-size: 34px;
	padding-bottom: 10px;
	font-weight: bold;
}

.product-note img {
	max-width: 100%;
}

.pic_title {
	font-size: 16px;
	text-align: center;
	padding: 15px 0 20px 0;
}

.pr_down {
	display: inline-block;
	margin: 0 20px;
}

.pr_down a {
	display: inline-block;
	background-color: #555;
	color: #fff;
	padding: 20px 30px;
}

.prdown_box .pr_down:first-of-type a {
	background-color: var(--darkblue);
}

.prdown_box .pr_down:first-of-type a:hover {
	background-color: var(--dark);
}

.pr_down a:hover {
	background-color: var(--darkblue);
}


.page-contact {
	padding: 50px 30px;
	border-radius: 10px;
	background-color: #000;
	color: #fff;
	background-size: cover;
}

.page-contact img {
	display: block;
	margin: 0 auto;
	height: 50px;
}

.page-contact h3 {
	font-weight: normal;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 10px;
}

.page-contact h4 {
	padding: 20px 0;
	color: #fff;
}

.sidebar-title {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 60px;
	position: relative;
	z-index: 1;
}

.sidebar-title:before {
	position: absolute;
	content: "";
	left: 0;
	right: 168px;
	top: 28px;
	margin: auto;
	width: 40px;
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
}

.sidebar-title:after {
	position: absolute;
	content: "";
	left: 164px;
	right: 0;
	top: 30px;
	margin: auto;
	width: 40px;
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
}

.pro-btn a {
	font-weight: bold;
	padding: 17px 60px;
	margin-right: 50px;
}

.pro-video {
	width: 100%;
	overflow: hidden;
}

.page_rsmore a {
	background-color: #eee;
	padding: 0 20px;
	border-radius: 5px;
	box-sizing: border-box;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	transition: all 0.3s;
}

.page_rsmore a:hover {
	background-color: var(--darkblue);
	color: #fff;
}

/*产品详情页轮播*/
.swiper-about .swiper-slide {
	background-color: #FFFFFF;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	overflow: hidden;
}

.swiper-about .swiper-slide img {
	width: 100% !important;
}

.gallery-top {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

.gallery-thumbs {
	height: 130px;
	box-sizing: border-box;
	padding: 20px 0 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	cursor: pointer;
	height: 100%;
	opacity: 0.9;
	transition: all 0.3s;
	position: relative;
}

.gallery-thumbs .swiper-slide::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active::before {
	position: absolute;
	border: 2px solid var(--darkblue);
}

.clickon {
	font-size: 15px;
	margin-top: 10px;
}

.clickon b {
	color: #000;
	padding: 0 2px;
}

/*内页推荐产品*/
.item-hotpr {
	padding-bottom: 30px;
}

.hot-product .hot-product-nav.swiper-pagination-bullets {
	bottom: 0px !important;
}

.item-hotpr p {
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
}

.post-110 {
	position: sticky;
	top: 150px;
}

.price-box {
	background-color: #f7f7f7;
	border-radius: 0px !important;
	position: fixed;
	z-index: 2200;
	width: 100%;
	box-sizing: border-box;
	top: 0px !important;
	left: 0px !important;
}

.xgprlist {
	position: sticky;
	top: 120px;
	padding: 50px 30px 0 30px;
	margin-bottom: 50px;
	background-color: #f7f7f7;
}

/*手机弹出导航菜单*/
.menu-box2 {
	position: fixed;
	z-index: 3000;
	top: 0px;
	left: 0;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--dark);
	border-radius: 0px;
	box-sizing: border-box;
}

.menu-box2 .item-close {
	position: absolute;
	z-index: 20000;
	right: 20px;
	top: 30px;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
}

.menu-box2 .item-close:hover {
	background-color: var(--darkblue);
}

.-popup-opened .menu-header {
	position: fixed;
	z-index: 2;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.head_nav {
	overflow-y: scroll;
	height: 100%;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.btn-menu {
	margin-left: 25px;
	text-align: right;
	display: none;
	font-size: 30px;
	transition: all 0.3s;
}

.account-l {
	margin-top: 15px;
	padding: 0 var(--bs-gutter-x, 1.25rem);
}

.mobilenav .link {
	cursor: pointer;
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #000;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mobilenav .link a {
	color: #fff;
}

.mobilenav li {
	cursor: pointer;
}

.mobilenav li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.mobilenav li i.fr-down {
	right: 12px;
	left: auto;
	color: #999999;
	font-style: normal;
}

.mobilenav li.open .link,
.mobilenav li.open .link a {
	color: var(--darkblue);
}

.mobilenav li.open i {
	color: var(--darkblue);
}

.mobilenav li.open i.fr-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.submenu {
	display: none;
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px #EEEEEE solid;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	padding-left: 15px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover,
.submenu li.current a {
	background: var(--darkblue);
	color: #FFF;
}

.submenu p a {
	font-size: 13px;
	padding-left: 30px;
	line-height: 30px;
}

.three-cate2 {
	padding: 15px 15px 5px 15px;
}

.three-cate2 a {
	display: block !important;
	border: 0 !important;
	background-color: #f7f7f7;
	padding: 5px 10px !important;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}


/*首页新闻*/
.blog-section {
	background: #F7F7F7;
	padding: 100px 0 94px;
}

.single-blog-box {
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	border-radius: 10px;
}

.single-blog-box .text {
	padding: 10px 30px 30px;
}

.blog-thumb {
	overflow: hidden;
}

.blog-thumb img {
	width: 100%;
	transition: 0.5s;
}

.single-blog-box:hover .blog-thumb img {
	transform: scale(1.1);
}

.meta-blog {
	font-size: 14px;
	color: #999;
	padding-top: 15px;
}

.blog-content h4 a {
	font-family: 'Rubik';
	font-size: 20px;
	color: #232323;
	font-weight: 600;
	display: block;
	line-height: 30px;
	height: 60px;
	margin: 15px 0;
	transition: 0.5s;
}

.single-blog-box:hover .blog-content h4 a {
	color: #6cb143;
}

a.box-button {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #232323;
	border-bottom: 1px solid #23232329;
	display: inline-block;
}

a.box-button:hover {
	border-bottom: 2px solid #6cb143;
}

/*首页样式开始*/
.item-xtjc .pic {
	height: 300px;
	overflow: hidden;
	position: relative;
	background-color: #eee;
}

.item-xtjc .pic img {
	opacity: 0;
	transition: all 0.3s;
	width: 100%;
}

.item-xtjc .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 50px;
}

.item-xtjc .text h3 {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
}

.item-xtjc .text .note {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-height: 30px;
	color: #666;
}

.item-xtjc .text .bi {
	font-size: 30px;
	transition: all 0.3s;
}

.item-xtjc:hover a,
.item-xtjc:hover .text .note {
	color: #fff;
}

.item-xtjc:hover .pic img {
	opacity: 1;
}

.item-xtjc:hover .text {
	background: rgba(0, 0, 0, .5);
}

.item-xtjc:hover .text .bi {
	margin-left: 42%;
}

/*推荐产品滑动选项卡*/
.homedegree {
	overflow: inherit !important;
	width: 720px;
	margin: 20px auto !important;
}

.homedegree .swiper-slide {
	cursor: pointer;
	background-color: #eee;
	text-align: center;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
}

.homedegree .swiper-slide-thumb-active {
	background-color: var(--darkblue);
	color: #fff;
}

.homedegree2 {
	margin-left: -12px;
	margin-right: -12px;
}

.home-product {
	width: 20%;
	float: left;
	padding: 0 12px;
	box-sizing: border-box;
	margin-top: 24px;
}

.home-product .text h3 {
	font-size: 16px;
	font-weight: normal;
}

.home-product .text p {
	color: #888;
}

.home-product:hover .pic {
	box-shadow: 0 5px 15px rgb(0 0 0 / 17%);
}

/*首页品牌*/
.home-brand .swiper-wrapper {
	height: 190px;
	padding-bottom: 130px;
}

.home-brand-nav {
	position: relative;
	bottom: 80px;
	width: 120px;
	margin: 0 auto;
}

.home-brand .swiper-button-next,
.home-brand .swiper-button-prev {
	opacity: 1;
	padding: 25px !important;
	border-radius: 100%;
}

.home-brand .swiper-button-disabled {
	opacity: 0.5;
}

.home-brand .swiper-slide {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	height: calc((100% - 15px) / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*全球服务*/
.slide-fuwu .hd ul {
	text-align: center;
	padding-bottom: 60px;
}

.slide-fuwu .hd ul li {
	padding: 7px 40px;
	margin: 0 30px;
	cursor: pointer;
	font-size: 30px;
	display: inline-block;
	color: #000;
	border-radius: 40px;
}

.slide-fuwu .hd ul li.on {
	background: var(--darkblue);
	color: #fff;
}

.slide-fuwu .bd .col-lg-6,
.slide-fuwu .bd p {
	font-size: 20px;
	line-height: 40px;
}

/*创新驱动TAB*/
.slide-innovation {
	padding: 30px 50px;
}

.slide-innovation .hd ul {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.slide-innovation .hd ul li {
	padding: 7px 0 15px 0;
	margin-right: 110px;
	font-weight: bold;
	cursor: pointer;
	font-size: 30px;
	display: inline-block;
	color: #000;
	position: relative;
}

.slide-innovation .hd ul li:last-of-type {
	margin-right: 0;
}

.slide-innovation .hd ul li::before {
	content: "";
	display: block;
	background-color: var(--darkblue);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	transition: all 0.2s;
}

.slide-innovation .hd ul li.on {
	color: var(--darkblue);
}

.slide-innovation .hd ul li.on::before,
.slide-innovation .hd ul li:hover::before {
	width: 200px;
}

.slide-innovation .bd p {
	font-size: 20px;
	line-height: 40px;
}

.slide-innovation .bd .row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.slide-innovation .bd .col-xl-3 p {
	font-weight: bold;
}

.fuwunet-left h2 {
	color: var(--darkblue);
	font-size: 48px;
	padding-bottom: 30px;
}

.fuwunet-left h3 {
	color: #333;
	font-size: 30px;
	padding-top: 40px;
}

.fuwunet-left p {
	font-size: 20px;
	line-height: 36px;
}

.item-daqui p {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	color: #333;
}

.daqui-box ul li {
	float: left;
	width: 19%;
	background-color: #f0f0f0;
	margin-right: 1.25%;
	margin-top: 30px;
}

.daqui-box ul li:last-of-type {
	margin-right: 0;
}

.daqui-box ul li .title {
	background-color: var(--darkblue);
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}

.daqui-box ul li .text {
	padding: 10px 0 10px 10px;
}

.daqui-box ul li .text p {
	line-height: 36px;
}

/*首页服务*/
.service-tab {
	width: 100%;
}

.service-tab .hd {
	background: #fff;
	position: relative;
	box-shadow: 0 20px 20px rgb(0, 0, 0, 0.05);
	overflow: hidden;
}

.service-tab .hd ul {
	text-align: center;
}

.service-tab .hd ul li {
	padding: 0 80px 30px 80px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	position: relative;
}

.service-tab .hd ul li:before {
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: var(--darkblue);
	transition: all 0.3s;
}

.service-tab .hd ul li img {
	width: 60px;
	height: 60px;
}

.service-tab .hd ul li p {
	padding-top: 10px;
}

.service-tab .hd ul li.on {
	color: var(--darkblue);
	font-weight: bold;
}

.service-tab .hd ul li.on:before {
	width: 100%;
}

.service-tab .bd ul {
	padding: 60px 0 90px 0;
	zoom: 1;
	box-sizing: border-box;
	overflow: hidden;
}

.service-tab .service-text {
	padding: 30px 40px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}

.service-tab .service-text h4 {
	font-size: 26px;
	line-height: 36px;
	color: #222;
	padding-bottom: 8px;
	font-weight: bold;
}

.service-tab .service-text h5 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

.service-tab .service-text .small-divider {
	height: 10px;
	position: relative;
	margin-top: 30px;
}

.service-tab .service-text .small-divider::before,
.service-tab .service-text .small-divider::after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ddd;
	width: 6px;
	height: 6px;
}

.service-tab .service-text .small-divider::after {
	width: 40px;
	height: 1px;
}

.service-tab .service-text .note {
	font-size: 14px;
}

.service-tab .service-text .note p {
	padding-top: 30px;
}


/*内页简介*/
.about-text {
	line-height: 30px;
}

.about-text h3 {
	font-size: 32px;
	padding-bottom: 40px;
	font-weight: bold;
	color: #222;
}

.about-text p {
	padding-bottom: 5px;
}

.abougbg2 {
	padding-top: 140px;
}

/*企业文化*/
.about_culture_item_box {
	width: 33.3333%;
	position: relative;
}

.about_culture_item_back {
	padding-bottom: 146.875%;
}

.cover {
	position: relative;
	height: 0px;
	overflow: hidden;
}

.about_culture_item_back:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_back:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-image: -webkit-linear-gradient(to top, rgba(11, 64, 120, 0.9) 10%, rgba(22, 66, 187, .1));
	background-image: linear-gradient(to top, rgba(11, 64, 120, 0.9) 10%, rgba(22, 66, 187, .1));
	z-index: 9;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_big {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 0 1.041666vw;
	height: 100%;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.about_culture_item_read {
	padding-bottom: 2.6041666vw;
	width: 100%;
}

.about_culture_item_icon {
	font-size: 3.2291666vw;
	line-height: 3.6458333vw;
	color: #fff;
	text-align: center;
	margin-bottom: 0.5208333vw;
}

.about_culture_item_title {
	font-size: 1.1458333vw;
	line-height: 1.7708333vw;
	color: #ffffff;
	text-align: center;
	margin-bottom: 1.5625vw;
}

.about_culture_item_bjq {
	padding-top: 0;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_text {
	font-size: 0.8333vw;
	line-height: 1.3541666vw;
	height: 4.0625vw;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(4vw);
	transform: translateY(4vw);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_line {
	width: 1px;
	margin: 0 auto;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.about_culture_item_line:after {
	content: "";
	height: 0;
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
}


.about_culture_item_box:hover .about_culture_item_bjq {
	padding-top: 1.5625vw;
}

.about_culture_item_box:hover .about_culture_item_text {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	transform: none;
}

.about_culture_item_box:hover .about_culture_item_line:after {
	height: 2.08333vw;
}

.about_culture_item_box:hover .about_culture_item_back:after {
	height: 0;
}

.about_culture_item_box:hover .about_culture_item_back:before {
	height: 100%;
}

/*合作伙伴*/
.index_partner_big {
	margin-top: 4.1666vw;
	overflow: hidden;
}

.index_partner_big .col-xl-2 {
	padding-right: 0px;
	padding-left: 0px;
}

.index_partner_item_img {
	position: relative;
	margin-top: -1px;
}

.index_partner_item_img img {
	-webkit-filter: invert(100%) brightness(400%);
	filter: invert(100%) brightness(400%);
	opacity: .5;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;

}

.index_partner_item_img:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	box-sizing: border-box;
}

.index_partner_item_img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, .1);
	box-sizing: border-box;
}

.index_partner_item_img:hover img {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.history-note {
	padding-right: 160px;
}

.history-note p {
	padding-bottom: 15px;
}

.func-list-detail ul {
	width: 100%;
	margin: 0 auto;
	column-count: 2;
	column-gap: 30px;
}

.func-list-detail li {
	break-inside: avoid;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	flex-wrap: nowrap;
}

.item-history .text {
	padding: 20px 30px 30px 30px;
	font-size: 15px;
}

.item-history .text h4 {
	padding-bottom: 10px;
	color: #000;
}

.item-history .img {
	width: 100%;
}


.jiamong ul li {
	min-height: 168px;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 20px;
	font-size: 15px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: calc(100% / 2 - 20px);
	float: left;
	margin-left: 20px;
}

.jiamong ul li b {
	font-size: 18px;
	padding-bottom: 10px;
	display: block;
}

.jiamong ul li:before {
	display: block;
	content: "01";
	position: absolute;
	z-index: -1;
	width: 100%;
	font-size: 120px;
	color: #f2f2f2;
	left: -30px;
	top: -70px;
}

.jiamong ul li:nth-of-type(2):before {
	content: "02";
}

.jiamong ul li:nth-of-type(3):before {
	content: "03";
}

.jiamong ul li:nth-of-type(4):before {
	content: "04";
}

/*首页热门新闻无图*/
.justify-between {
	justify-content: space-between;
}

.home-hot-news {
	margin-left: -50px;
	margin-right: -50px;
}

.home-hot-news .col-xl-4 {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 14px;
}

.item-hot-news .title a {
	color: #fff;
	font-size: 18px;
	display: block;
	position: relative;
	padding-bottom: 5px;
}

.item-hot-news .title a:before {
	display: block;
	content: "";
	width: 0px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 1px;
	transition: width 0.3s;
	background-color: #fff;
}

.item-hot-news .title a:hover:before {
	width: 100%;
}

.item-hot-news .note {
	margin: 15px 0;
	opacity: .56;
	height: 42px;
}

.item-hot-news .item-date {
	font-family: "Manrope-Regular";
}

.item-hot-news .item-more {
	position: relative;
	opacity: .4;
	color: #fff;
}

.item-hot-news .item-more:hover {
	opacity: 1;
}

/*列表热门新闻*/
.hot-news-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-bottom: 240px;
}

.hot-news {
	margin-bottom: 100px;
	height: 600px;
}

.hot-news .swiper-pagination {
	left: 4.16vw;
	;
	width: auto;
	bottom: 40px;
}

.hot-news .swiper-slide {
	background-color: #f6f6fb;
}

.inws-sd {
	position: relative;
}

.inws-c {
	width: 47.75%;
	padding: 4.16vw;
	float: left;
}

.inws-b {
	width: 52.25%;
	height: 100%;
	float: right;
}

.inws-c2 span {
	display: inline-block;
	font-size: 3.125vw;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.inws-c2 {
	position: relative;
}

.isol-d2 {
	opacity: .2;
}

.inws-c3 {
	font-size: 40px;
	line-height: 2.6vw;
	height: 5.2vw;
	margin-top: 20px;
	min-height: initial;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inws-c4 {
	line-height: 1.5vw;
	height: 4.5vw;
	margin-top: 1.26vw;
	min-height: initial;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.isol-d5 {
	font-size: 16px;
	display: inline-block;
	margin-top: 4.333vw;
	padding-bottom: 0.2vw;
	border-bottom: 1px solid #222;
	opacity: .3;
}

.imgBj {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

/*首页新闻*/
.item-news {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	transition: background 0.3s;
	background-color: #fff;
}

.item-news .pic,
.item-youshi .pic {
	overflow: hidden;
	max-height: 340px;
	position: relative;
}

.item-news .pic img,
.item-youshi .pic img {
	margin-top: -30px;
	width: 100%;
}

.item-news .text {
	padding: 30px;
	transition: all 0.3s;
}

.item-news .title {
	font-size: 22px;
	color: #222;
	margin-bottom: 20px;
	font-weight: normal;
	height: 60px;
}

.item-news .date {
	color: #999;
}

.item-news:hover .text {
	background-color: var(--darkblue);
}

.item-news:hover .title,
.item-news:hover .date,
.item-news:hover .bi {
	color: #fff;
}



.btn-news {
	margin: 0;
	float: right;
}

.fullpage-youshi {
	padding-top: 50px;
}

.fullpage-youshi .swiper-wrapper {
	padding-bottom: 50px;
}

.fullpage-youshi .wrap_1500 {
	padding: 0 100px;
}

.item-youshi {
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.item-youshi .text {
	padding: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, .2);
	transition: all 0.3s;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}

.item-youshi .title {
	font-size: 22px;
	padding-bottom: 5px;
	position: relative;
	z-index: 2;
}

.item-youshi .date {
	position: relative;
	z-index: 2;
}

.item-youshi:hover {
	cursor: pointer;
}

.item-youshi:hover .text {
	background-color: var(--darkblue);
	color: #fff;
}

.iconlove2 {
	position: absolute;
	z-index: 0;
	left: -200px;
	bottom: -50px;
	height: 137px;
	width: 137px;
	transition: all 0.3s;
}

.item-youshi:hover .iconlove2::after,
.item-product2:hover .iconlove3::after {
	display: block;
	height: 100%;
	width: 100%;
	content: "";
	background: url('../images/ico-brand2.png');
	background-size: 100%;
	animation: radiusRotate 30s linear infinite;
}

.item-youshi:hover .iconlove2 {
	left: -50px;
}

.swiper-homeyoushi-nav {
	bottom: 0px;
	position: absolute;
}

.homeyoushi-next,
.homeyoushi-prev {
	background: none;
	border: 1px solid var(--darkblue);
	color: var(--darkblue);
	width: 58px;
	height: 58px;
	border-radius: 100%;
	right: 20px;
	transition: all 0.3s;
	opacity: 1;
}

.homeyoushi-prev {
	right: auto;
	left: 20px;
}

.homeproduct {
	overflow: hidden;
}

.homeproduct .swiper-slide {
	height: 100%;
	background-color: #000;
	position: relative;
}

.fullpage-product {
	height: 100vh;
}

.item-product2 {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.item-product2 a {
	color: #fff;
}

.item-product2 .text {
	width: 100%;
	height: 100%;
	padding: 180px 80px 100px 80px;
	box-sizing: border-box;
}

.homeproduct .swiper-slide::after,
.homeproduct .swiper-slide::before {
	display: block;
	content: "";
	background-color: rgba(0, 0, 0, .8);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.53s;
	opacity: 0;
}

.item-product2 img {
	max-width: 100%;
}

.item-product2 .title {
	font-size: 46px;
	font-weight: bold;
}

.item-product2 .note {
	margin-top: 10px;
	line-height: 26px;
}

.item-product2 .more {
	display: block;
	border: 1px solid #fff;
	padding: 10px 30px;
	transition: all 0.3s;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.item-product2:hover .more {
	background-color: var(--darkblue);
	border-color: var(--darkblue);
	color: #000;
	border-radius: 20px;
}




/*产品详情页自定义内容*/
.features h3 {
	font-size: 36px;
	padding-top: 100px;
	font-weight: bold;
}

.features ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 0 auto;
}

.features li {
	width: calc(33.3% - 30px);
	margin: 0 15px 90px 15px;
	text-align: center;
}

.features li::before {
	content: '';
	position: relative;
	display: block;
	width: 45px;
	height: 5px;
	margin: 0 auto 15px auto;
	background: #47a2cc;
}

.features li span {
	font-weight: bold;
}

.features li span:not(.c-inlineBlock) {
	display: block;
	font-size: 1.8em;
	margin: 0 auto 15px auto;
	font-family: 'Anton'
}

.max450 {
	max-width: 650px;
	margin: 0 auto;
}

.pr-class1 {
	color: #fff;
	padding-top: 110px;
	line-height: 40px;
	overflow: hidden;
}

.pr-class1 p {
	font-size: 20px;
}

.pr-class1 ul {
	max-width: 500px;
	margin: 0 auto;
}

.pr-class1 ul li {
	list-style: circle;
	font-size: 20px;
}


.pr-class1 .bgcolor1 {
	display: block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	line-height: 50px;
}

.rt-class2 .bgcolor1::before {
	left: 0;
	right: auto;
}

.no_page {
	overflow: hidden;
}

.no_page ul {
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
}

.no_page ul h3 {
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 20px;
}

.pr-class1.p-tb300 {
	padding-top: 300px !important;
	padding-bottom: 300px !important;
}

.pr-class1.p-tb200 {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}

.pr-class3 {
	color: #000;
}

.pr-class3 .bgcolor1::before {
	background-color: #000;
}

.picbanner {
	position: relative;
}

.picbanner img {
	position: relative;
	z-index: 1;
}

.picbanner .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.picbanner .text {
	max-width: 450px;
}

.picbanner h3 {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 20px;
}

.picbanner .text p {
	font-size: 20px;
	line-height: 30px;
}

.pagecontent p {
	max-width: 330px;
	display: block;
	font-size: 22px;
	padding-top: 20px;
	margin: 0 auto;
}

.nav-mobile {
	padding: 0 15px;
	margin-top: 20px;
	list-style: none;
	width: 100%;
	display: none;
	box-sizing: border-box;
}

.nav-mobile li a {
	padding: 15px;
	border-bottom: 1px solid #f7f7f7;
	display: block;
	text-decoration: none;
}

.nav-mobile li a:hover {
	background-color: var(--darkblue);
	color: #fff;
}

.nav-mobile ul {
	margin: 0;
	padding: 0;
	display: none;
}

.nav-mobile ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

.nav-mobile ul li a:hover {
	background-color: #333;
}

.nav-mobile ul ul {
	background-color: #333;
	padding: 20px;
}

.nav-mobile ul ul li {
	float: left;
	clear: none;
	width: 50%;
}

.nav-mobile ul ul li a {
	border: 0;
	padding: 0 10px;
	line-height: 40px;
	color: #ccc;
	font-size: 14px;
}

.nav-mobile ul ul li a:hover {
	background: none;
	color: var(--darkblue);
}

.nav-mobile span {
	float: right;
}

.social-share .icon-wechat .wechat-qrcode .help p {
	font-size: 12px;
}

.social-share .icon-wechat,
.social-share .icon-weibo {
	border-color: #777 !important;
}

.social-share .icon-wechat:hover {
	border-color: #7bc549 !important;
}

.social-share .icon-weibo:hover {
	border-color: #ff763b !important;
}

/*创新驱动*/
.cloud-product-ul {
	width: 100%
}

.cloud-product-ul li:first-child {
	margin-left: 0
}

.cloud-product-ul li {
	position: relative;
	margin-left: 2%;
	width: 20%;
	height: 370px;
	float: left;
	background: #fff;
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear;
	text-align: center;
	padding: 50px 30px;
	box-sizing: border-box;
	cursor: pointer;
}

.cloud-product-ul li h3 {
	font-size: 30px;
	font-weight: bold;
	padding: 0 20px 20px 20px;
	line-height: 36px;
	transition: all 0.3s;
	color: var(--darkblue);
	border-bottom: 1px solid #ddd;
	display: block;
	margin-bottom: 20px;
}

.cloud-product-ul li .text {
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.cloud-product-ul li .text p {
	font-size: 18px;
	line-height: 30px;
	color: #999;
}

.cloud-product-ul li.active {
	z-index: 9;
	width: 34%;
	background-color: var(--darkblue);
	color: #fff;
}

.cloud-product-ul li.active h3 {
	font-size: 34px;
	padding: 20px 0 20px 0;
	text-align: left;
	color: #fff;
}

.cloud-product-ul li.active .text p {
	color: #fff;
}

/*人才招聘*/
.job-type ul li {
	position: relative;
	padding: 90px 0;
}

.job-type ul li:nth-of-type(even) {
	background-color: #f5f5f5;
}

.job-type .joblist {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	width: 50%;
	left: 0;
}

.job-type .joblist .page-name {
	padding-bottom: 30px;
}

.job-type .joblist .text p {
	font-size: 20px;
	line-height: 36px;
}

.job-type .pic {
	width: 50%;
	float: right;
}

.job-type .pic img {
	float: right;
	max-width: 90%;
}

.job-type ul li:nth-of-type(even) .joblist {
	right: 0;
	left: auto;
}

.job-type ul li:nth-of-type(even) .pic,
.job-type ul li:nth-of-type(even) .pic img {
	float: left;
}

.job-list-name {
	background-color: var(--darkblue);
	color: #fff;
}

.job-list-name ul {
	display: flex;
}

.job-list-name li {
	width: 20%;
	font-size: 24px;
	text-align: center;
	padding: 30px 0;
	position: relative;
}

.job-list-name .jobcate {
	background-color: #fff;
	position: absolute;
	top: 70px;
	left: 28%;
	padding: 20px;
	border: 1px solid #eee;
	display: none;
	width: 160px;
}

.job-list-name li:hover .jobcate {
	display: block;
}

.job-list-title {
	background-color: #f5f5f5;
	color: #333;
}

.job-list-title ul {
	display: flex;
}

.job-list-title li {
	width: 20%;
	font-size: 24px;
	text-align: center;
	padding: 30px 0;
}

.accordion {
	margin-bottom: 20px;
}

.accordion-desc {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	z-index: 2;
	padding: 0 50px 50px 50px;
	margin-bottom: 20px;
	margin-top: -20px;
}

.accordion .show .bi::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-desc h3 {
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: normal;
}

.accordion-desc p {
	font-size: 18px;
	line-height: 40px;
}

.accordion-desc .col-xl-6 {
	margin-top: 50px;
}

.promotion-mechanism ul li {
	width: 50%;
	float: left;
	padding: 50px 50px 50px 0;
	box-sizing: border-box;
}

.promotion-mechanism ul li h4 {
	font-size: 30px;
	padding-bottom: 20px;
	font-weight: bold;
}

.promotion-mechanism ul li .text p {
	font-size: 24px;
}

.line2 {
	background-color: #ccc;
	height: 1px;
	width: 100%;
}

.item-photo ul {
	margin-right: -30px;
}

.item-photo li {
	margin-top: 30px;
	width: calc(100% / 2 - 30px);
	margin-right: 30px;
	float: left;
}

.item-photo li p {
	font-size: 24px;
	padding-top: 10px;
}

/*LI分页加载*/
#page_navigation {
	text-align: center;
	padding-top: 20px;
}

#page_navigation a {
	margin: 0 20px;
	font-size: 20px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	background-color: #f5f5f5;
}

.active_page {
	background-color: var(--darkblue) !important;
	color: white !important;
}