@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow-x: hidden;
	background: #f4f6f9;
}
body.menu-open {
	overflow-y: hidden!important;
}
body, html {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
.font-en {
	font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
}
@font-face {
	font-family: 'en';
	src: local('☺'), url(../font/HelveticaNeueLTPro-HvCn.otf);
	font-weight: normal;
	font-style: normal;
}
.section, section {
	position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	line-height: 1.35em;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
small {
	font-size: 93.75%;
}
input {
	margin: 0;
	outline: none
}
a {
	text-decoration: none;
}
a:link {
	color: inherit;
}/*未访问样式*/
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a:hover, a:focus, input:hover, input:focus, button:focus, button:hover {
	outline: none;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 2em 0px;
}
.dark-bg hr {
	border-top: 1px solid rgba(255,255,255,0.1);
}
img {
	max-width: 100%;
}
pre {
	display: block;
	border: none;
	background: none;
	padding: 0px;
	font-size: 100%;
	white-space: pre-wrap;
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-thumb {
background:#333;
}
/*滚动条设置*/

/*表格边框样式*/
table, tbody, tr, td {
	border: none;
}
table tr {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
table td {
	font-size: 0.875rem;
	line-height: 1.25em;
	padding: 8px 15px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
table td p {
	margin: 0px;
}
/*boostrap遮罩层导致页面抖动*/
.modal-open {
	overflow-y: scroll !important;
	padding-right: 0!important;
}
/*颜色设置*/
:root {
 --colour1:#2f8c0c;
 --dark_colour1:#171f1b;
 --colour1-small-text:#ccffcd;
 --colour2:#2775b6;
 --dark_colour2:#101f30;
 --colour2-small-text:#cce8ff;
 --colour3:#b78d12;
 --white:#fff;
 --text:#373834;
 --small_text:#737c7b;
 --dark_text:#f1f0ed;
 --dark_small_text:#c0c4c3;
 --grey_bg:#f4f6f9;
}
a {
	transition-property: color, background-color;
	transition-duration: 0.4s, 0.4s;
}
p, span, pre, font, p a, span a, a {
	line-height: 1.75em;
	color: var(--text);
}

@media screen and (min-width:992px) {
:root {
 --head_height:4.25rem;
}
}

@media screen and (min-width:1600px) {
:root {
 --head_height:5rem;
}
}

@media screen and (max-width:991.8px) {
:root {
 --head_height:4rem;
}
p, span, pre, font {
	font-size: 0.9375rem;
}
}

@media screen and (max-width:767.8px) {
:root {
 --head_height:3.5rem;
}
}
small, a small {
	color: var(--small_text);
}
.white-bg {
	background: #fff;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg .h1, .dark-bg .h2, .dark-bg .h3, .dark-bg .h4, .dark-bg .h5, .dark-bg .h6, .dark-bg .title, .colour-bg p, .colour-bg span, .colour-bg pre, .colour-bg font, .colour-bg p a, .colour-bg span a, a {
	color: var(--white);
}
.colour-bg .title {
	color: var(--white) !important;
}
.dark-bg p, .dark-bg span, .dark-bg pre, .dark-bg font, .dark-bg a, .dark-bg p a, .dark-bg span a {
	color: var(--dark_text);
}
.dark-bg small, .dark-bg small a {
	color: var(--dark_small_text);
}
/*颜色1*/
.colour1 .title {
	color: var(--dark_colour1);
}
.colour1 .color-text, .colour1 a:hover, .colour1 .dark-bg a:hover {
	color: var(--colour1);
}
.colour1.colour-bg, .colour1 .colour-bg, .colour1 a.button:hover, .colour1 .dark-bg a.button:hover {
	background: var(--colour1);
}
.colour1 .colour-bg a:hover {
	color: var(--colour1-small-text);
}
.colour1.dark-bg, .colour1 .dark-bg, .colour1 .colour-bg a.button:hover {
	background: var(--dark_colour1);
}
.colour1 .colour-bg small {
	color: var(--colour1-small-text);
}
/*颜色2*/
.colour2 .title {
	color: var(--dark_colour2);
}
.colour2 .color-text, .colour2 a:hover, .colour2 .dark-bg a:hover {
	color: var(--colour2);
}
.colour2.colour-bg, .colour2 .colour-bg, .colour2 a.button:hover, .colour2 .dark-bg a.button:hover {
	background: var(--colour2);
}
.colour2 .colour-bg a:hover {
	color: var(--colour2-small-text);
}
.colour2.dark-bg, .colour2 .dark-bg, .colour2 .colour-bg a.button:hover {
	background: var(--dark_colour2);
}
.colour2 .colour-bg small {
	color: var(--colour2-small-text);
}
a.button {
	color: var(--white);
	background: var(--dark_small_text);
	white-space: nowrap;
}
a.button:hover {
	color: var(--white);
}
.dark-bg a.button:hover {
	color: var(--white);
}
.colour-bg a.button:hover {
	background: var(--white);
}
/*背景透明*/
.inside-box:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0;
	left: 0%;
	right: 0;
}
.filter-10:before {
	backdrop-filter: blur(0.1rem);
	-webkit-backdrop-filter: blur(0.1rem);
}
.filter-20:before {
	backdrop-filter: blur(0.2rem);
	-webkit-backdrop-filter: blur(0.2rem);
}
.filter-30:before {
	backdrop-filter: blur(0.3rem);
	-webkit-backdrop-filter: blur(0.3rem);
}
.filter-40:before {
	backdrop-filter: blur(0.4rem);
	-webkit-backdrop-filter: blur(0.4rem);
}
.filter-50:before {
	backdrop-filter: blur(0.5rem);
	-webkit-backdrop-filter: blur(0.5rem);
}
.filter-60:before {
	backdrop-filter: blur(0.6rem);
	-webkit-backdrop-filter: blur(0.6rem);
}
.filter-70:before {
	backdrop-filter: blur(0.7rem);
	-webkit-backdrop-filter: blur(0.7rem);
}
.filter-80:before {
	backdrop-filter: blur(0.8rem);
	-webkit-backdrop-filter: blur(0.8rem);
}
.filter-90:before {
	backdrop-filter: blur(0.9rem);
	-webkit-backdrop-filter: blur(0.9rem);
}
.filter-100:before {
	backdrop-filter: blur(1rem);
	-webkit-backdrop-filter: blur(1rem);
}
/*图片填充剪切*/
.obj-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
/*图片放大*/
.zoom-img {
	overflow: hidden;
}
.zoom-img img {
	width: 100%;
	transform: scale(1);
	transition: all ease 0.6s;
}
.zoom-img:hover img {
	transform: scale(1.1);
}
/*容器设置*/
section {
	position: relative;
	z-index: 1;
	background-position: center;
	background-size: cover;
}
section>div {
	position: relative;
	z-index: 3;
}
.img-bg, .section .img-bg {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
}
.img-bg+div {
	position: relative;
	z-index: 2;
}
.padding-box {
	padding-top: 9vh;
	padding-bottom: 9vh;
}
.padding-top {
	padding-top: 9vh;
}
.padding-bottom {
	padding-bottom: 9vh;
}
/*内页首个模块设置*/
.content>section:first-of-type {
	position: relative;
	z-index: 1;
	margin-top: -3rem;
}
.content>section:first-of-type.padding-box, .content>section:first-of-type.padding-top {
	padding-top: calc(9vh + 3rem);
}

@media screen and (max-width:991.8px) {
.padding-box {
	padding-top: 6vh;
	padding-bottom: 6vh;
}
.padding-top {
	padding-top: 6vh;
}
.padding-bottom {
	padding-bottom: 6vh;
}
.content>section:first-of-type.padding-box, .content>section:first-of-type.padding-top {
	padding-top: calc(6vh + 3rem);
}
}

@media screen and (max-width:767.8px) {
.padding-box {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.padding-top {
	padding-top: 3rem;
}
.padding-bottom {
	padding-bottom: 3rem;
}
.content>section:first-of-type.padding-box, .content>section:first-of-type.padding-top {
	padding-top: calc(3rem + 3rem);
}
}
/*页面内容宽度*/
.container {
	width: 100%;
	max-width: 100%;
}

@media(min-width:992px) {
.container {
	padding-left: 5%;
	padding-right: 5%;
}
}

@media screen and (max-width:1199.8px) {
.container {
	padding-left: 6%;
	padding-right: 6%;
}
}
/*页面haed*/		
/*头部*/	
#head {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 0 1rem rgba(0,0,0,0.05);
	border-bottom: none;
}
/*头部标志*/
.head-conent {
	width: 100%;
	max-width: 100%;
	height: var(--head_height);
	padding-left: 5%;
	padding-right: var(--head_height);
}
.navbar-brand {
	height: 100%;
	display: flex;
	align-items: center;
	white-space: normal;
	padding: 0px;
	margin: 0px;
}
.navbar-brand img {
	height: 65%;
}
.navbar-brand>div {
	display: flex;
	align-items: center;
	font-size: 0px;
}
.navbar-brand>div:first-of-type {
	padding-right: 1rem;
}
.navbar-brand>div:last-of-type {
	padding-left: 1rem;
}
.navbar-brand>div p {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: 0.075em;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
}
.navbar-brand>div small {
	display: inline-block;
	margin-top: 0.25rem 0 0;
	font-family: "en";
	font-size: 1.25rem;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
}
/*头部导航*/
.navbar-expand-lg .navbar-collapse {
	display: flex;
	justify-content: flex-end;
	height: inherit;
}
#head .navbar-nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	height: inherit;
	padding: 0 3%;
}
#head .navbar-nav>li {
	position: static;
	z-index: 1;
	display: flex;
	align-items: center;
	height: inherit;
	margin: 0 0.5rem;
}
#head .navbar-nav>li>a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 0 1.25em;
	font-size: 1rem;
	line-height: 2rem;
	color: #333;
	text-align: center;
	transition: all .4s;
}
#head .navbar-nav>li:hover>a {
	color: #43b244;
}
#head .navbar-nav li.on>a {
	text-transform: Uppercase;
	color: #fff;
}
#head .navbar-nav>li.on>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #43b244;
}
.navbar-nav .dropdown-menu {
	display: none;
	z-index: -1;
	height: 0;
	width: 100%;
	margin: 0;
	border-radius: 0;
	padding: 2.8% 3.5% 2.8%;
	border: none;
	border-top: 1px solid #ebebeb;
	border-bottom: 3px solid #43b244;
}
.navbar-nav li:hover .dropdown-menu {
	/*display: block!important;*/
	z-index: 1;
	height: auto;
}
.navbar-nav .dropdown-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.navbar-nav .dropdown-menu li {
	margin: 0.5%;
	margin-left: 1.5%;
	width: 14.5%;
	max-width: 15rem;
	display: block;
	overflow: hidden;
}
.navbar-nav .dropdown-menu li:nth-child(1), .navbar-nav .dropdown-menu li:nth-child(6n+1) {
	margin-left: 0;
}
.navbar-nav .dropdown-menu li div {
	border-radius: 0.25rem;
	overflow: hidden;
}
.navbar-nav .dropdown-menu li small {
	display: block;
	font-size: 0.875rem;
	margin: 0.5rem 0 0;
	text-align: center;
}
.navbar-nav .dropdown-menu li a:hover small {
	color: var(--colour1)
}

@media( max-width:1559.8px) {
#head .navbar-nav>li>a {
	padding: 0 1.5rem;
	font-size: 0.9375rem;
}
}

@media(max-width:1399.8px) {
#head .navbar-nav>li>a {
	padding: 0 1.25rem;
}
#head .navbar-nav>li {
	margin: 0 0.25rem;
}
}

@media(max-width:1199.8px) {
#head .navbar-nav {
	display: none;
}
#head .head-shop {
	display: none;
}
.head-conent {
	padding-left: 5%;
}
}

@media( min-width: 992px) {
#head {
	padding: 0px;
}
}

@media screen and ( max-width:991.8px) {
.navbar-expand-lg>.head-conent {
	padding-left: 5%;
	padding-right: 5%;
}
.navbar-expand-lg .navbar-collapse {
	flex-basis: auto;
}
#head .head-conent {
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.navbar-brand {
	flex-shrink: 1;
	width: 100%;
}
.navbar-brand>div p {
	font-size: 1.25rem;
}
.navbar-brand>div:first-of-type {
	display: none;
}
.head-l {
	order: 1;
	margin-right: 0.5rem;
}
.nav-product {
	display: none;
}
}

@media screen and ( max-width:767.8px) {
#head .head-conent {
	height: 56px;
}
}
/*--手机菜单--*/
/*头部菜单按钮*/
.menu-button, .menu-open .menu-button {
	position: fixed;
	z-index: 1050;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	padding: 0;
	margin-left: 1rem;
	font-size: 0;
	width: var(--head_height);
	height: var(--head_height);
	background: var(--colour2);
	transition: all 0.3s ease-in-out;
}
.menu-button:hover {
	background: var(--colour1);
}
.menu-open .menu-button:hover {
	background: var(--colour1);
}
.menu-button>div {
	display: flex;
	align-items: center;
	white-space: nowrap;
	background: none;
}

@media (max-width:1199.8px) {
.menu-button {
	margin-left: 0;
}
}

@media (max-width: 997.8px) {
.menu-button {
	order: 1;
}
.menu-button div {
	transition: all 0.3s ease-in-out;
}
}
.menu-button font {
	margin-right: 0.75rem;
	font-size: 0.9375rem;
	color: #fff;
	transition: all 0.3s;
}
.menu-button span {
	width: 22px;
	height: 2px;
	border-radius: 6px;
	background-color: #fff;
	display: block;
	margin: 6px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-button:hover {
	cursor: pointer;
}
.menu-open .menu-button span:nth-child(2) {
	opacity: 0;
}
.menu-open .menu-button span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
.menu-open .menu-button span:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
/*菜单设置*/
.menu-content {
	position: fixed;
	z-index: 1038;
	display: flex;
	align-items: center;
}
.menu-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1038;
	height: 0;
	color: #fff;
	background: #fff;
	transition: all .8s ease;
	overflow: hidden;
}
.menu-open .menu-inner {
	height: 100vh;
	transition: all 1.2s ease;
}
.menu-logo {
	display: flex;
	flex-shrink: 0;
	width: 100%;
	height: var(--head_height);
	box-shadow: 0 0 1px #999;
}
.menu-logo>div {
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	padding-left: 5%;
	padding-right: 0;
}
.menu-logo img {
	height: 65%;
}
.nav-menu, .menu-shop {
	width: 100%;
	padding: 0 8%;
}

@media(max-width:1399.8px) {
.nav-menu, .menu-shop {
	padding: 0 5%;
}
}
.nav-menu {
	padding-top: 6vh;
	padding-bottom: 6vh;
	display: flex;
	align-items: center;
}
.nav-menu-list {
	counter-reset: compteListe;
	overflow-y: auto;
	padding-top: 1rem;
	overflow-x: hidden;
}
.nav-menu-list>li {
	margin-bottom: 2rem;
	opacity: 0;
	transition: all 0.6s;
}
.nav-menu-list>li:last-child {
	margin-bottom: 0;
}
.menu-open .nav-menu-list>li {
	opacity: 1;
}
.nav-menu-list>li>a {
	position: relative;
	margin-top: 0.25rem;
	display: block;
	padding-left: 2.5rem;
	font-size: 1.75rem;
	line-height: 1em;
	color: #333;
	transition: all 0.4s;
}
.nav-menu-list>li>a:hover {
	color: #43b244;
}
.nav-menu-list>li>a:before {
	counter-increment: compteListe 1;
	content: "0" counter(compteListe);
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: "en";
	font-size: 2rem;
	line-height: 1em;
	color: #333;
}

@media(max-width:1399.8px) {
.nav-menu-list>li>a:before {
	font-size: 1.75rem;
	line-height: 0.8em;
}
}

@media(max-width:991.8px) {
.nav-menu-list>li>a:before {
	font-size: 1.5rem;
	line-height: 0.8em;
}
}
.nav-menu-list>li>a:hover:before {
	color: var(--colour1);
}
.sub-menu ul {
	padding-left: 2.5rem;
	margin-top: 0.5rem;
}
.sub-menu ul li {
	display: inline-block;
	margin-right: 0.75rem;
}
.sub-menu ul li a {
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1.5em;
	color: #999;
	vertical-align: bottom;
	transition: all 0.4s;
}
.sub-menu ul li a:hover {
	color: #43b244;
}
.sub-menu ul li a:before {
	content: "";
	display: inline-block;
	width: 0.25rem;
	height: 0.25rem;
	margin: 0.5rem;
	margin-left: 0px;
	line-height: inherit;
	background-color: #666;
	border-radius: 50%;
	vertical-align: middle;
}
.sub-menu ul li a:hover:before {
	content: "";
	background-color: #43b244;
}
.menu-shop {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-shrink: 0;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	font-size: 0.875rem;
	color: #999;
	background: #f7f7f7;
	opacity: 0;
	transform: translate(0%, 100%);
	transition: all 0.8s;
}
.menu-open .menu-shop {
	opacity: 1;
	transform: translate(0%, 0%);
	transition-delay: 1.7s;
}
.menu-shop a {
	display: inline-block;
	margin-right: 1rem;
	font-size: 0.875rem;
	color: #999;
	transition: all 0.4s;
}
.menu-shop svg {
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.5rem;
	vertical-align: bottom;
}

@media (min-width: 1200px) {
.nav-menu-list {
	display: flex;
	justify-content: space-between;
}
.nav-menu-item {
	display: inline-block;
	width: 16%;
}
.sub-nav li {
	width: 100%;
}
.nav-menu-list>li>a {
	margin-bottom: 0.5em;
}
.sub-menu ul li a {
	line-height: 2.5em;
}
}

@media (max-width: 1399.8px) {
.nav-menu-list>li>a {
	font-size: 1.25rem;
}
}

@media (max-width: 997.8px) {
.nav-menu {
	align-items: flex-start;
	overflow-y: auto;
}
.nav-menu-list>li>a {
	font-size: 1.5rem;
}
.sub-menu ul li a {
	line-height: 2.25em;
}
}

@media (max-width: 767.8px) {
.menu-logo>div {
	padding: 0 5%;
}
.nav-menu {
	padding-top: 4vh;
	padding-bottom: 4vh;
}
.nav-menu-list>li {
	margin-bottom: 1.5rem;
}
.nav-menu-list>li>a {
	font-size: 1.25rem;
}
.menu-shop {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.menu-language {
	margin-bottom: 0.25rem;
}
}
/*-- 手机菜单end --*/

/*首页菜单*/
/*
#index-menu {
	position: fixed;
	left: 1.5rem;
	top: 40%;
	z-index: 2;
	padding: 10px 0px;
}
#index-menu li {
	margin: 15px;
}
#index-menu a {
	position: relative;
	z-index: 1;
	display: block;
}
#index-menu a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	background: #ccc;
	transition: all .4s;
}
#index-menu .active a:before, #index-menu a:hover:before {
	background: #43b244;
}
#index-menu a:after {
	content: "";
	position: absolute;
	z-index: -2;
	top: -3px;
	left: -3px;
	width: 12px;
	height: 12px;
	background-color: #43b244;
	border-radius: 50%;
	transform: scale(0);
	transition: all .4s;
}
#index-menu .active a:after, #index-menu a:hover:after {
	content: "";
	transform: scale(1);
}
#index-menu a span {
	position: absolute;
	left: 200%;
	top: -0.25em;
	font-size: 0.9375rem;
	line-height: 1em;
	white-space: nowrap;
	color: #43b244;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}
#index-menu a:hover span, #index-menu .active a span {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width:1199.8px) {
#index-menu {
	display: none;
}
}
*/
/*banner按钮*/
#counter2 {
	position: absolute;
	z-index: 2;
	left: 120px;
	bottom: 50px;
	font-size: 1.75rem;
	line-height: 0.8em;
	font-weight: bold;
}
#banner:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
	bottom: 3rem;
	left: 50%;
	margin-left: -0.75rem;
	width: 1.5rem;
	height: 2.5rem;
	border-radius: 0.75rem;
	border: 1px solid #43b244;
	transition: all .4s;
	opacity: 0.8;
}
#banner:after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
	bottom: 5rem;
	left: 50%;
	width: 1px;
	height: 0.5rem;
	background-color: #43b244;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	opacity: 0.8;
}
@keyframes mouse-dot {
 from {
opacity: 0;
}
 33% {
opacity: 1;
}
 to {
transform: translateY(0.75rem);
-webkit-transform: translateY(0.75rem);
opacity: 0;
}
}
@-webkit-keyframes mouse-dot {
 from {
opacity: 0;
}
 33% {
opacity: 1;
}
 to {
transform: translateY(0.75rem);
-webkit-transform: translateY(0.75rem);
opacity: 0;
}
}

@media screen and (max-width:1199.8px) {
#banner {
	padding-top: var(--head_height)
}
}

@media screen and (max-width:767.8px) {
#banner:before {
	display: none
}
#banner:after {
	display: none
}
}
#banner {
	display: block;
	width: 100%;
	height: 100vh;
	background: #070415;
	font-size: 0px;
	overflow: hidden;
}
.wap #banner {
	height: auto;
}
#banner .owl-stage-outer, #banner .owl-stage, #banner .owl-item, #banner .item {
	height: 100%;
}
#banner .item {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 50%;
	max-width: 30rem;
}
.myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-position: center center;
	object-fit: cover; /*裁切视频/图片 */
	z-index: 3;
}
video.myVideo::-webkit-media-controls {
 display:none !important;
}
.wap .myVideo {
	position: static;
}
#banner .item a.vglnk {
	display: none;
}
#banner .owl-dots {
	position: absolute;
	z-index: 2;
	left: 5%;
	bottom: 5%;
	margin: 0px;
}

@media(min-width:1600px) {
#banner {
	position: relative;
}
}

@media(min-width:1200px) {
.banner-wap {
	display: none!important;
}
#banner {
	margin: 0px;
}
#banner .item a {
	display: block;
	width: 100%;
	height: 100%;
}
}

@media screen and (max-width:1199.8px) {
#banner {
	position: relative;
	overflow: hidden;
}
}
#banner .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 90px;
	background: #fff;
	margin: 0;
	padding: 20px;
	padding-left: 30px;
	line-height: 36px;
}
#banner .owl-nav #counter {
	display: inline-block;
	margin-right: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #999;
	vertical-align: bottom;
}
#banner .owl-nav #counter span {
	color: #333;
	vertical-align: bottom;
}
#banner .owl-nav #interval {
	display: inline-block;
	height: 20px;
	width: 1px;
	margin: 8px;
	background: #ccc;
	vertical-align: bottom;
}
#banner .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	vertical-align: bottom;
}
#banner .owl-nav [class*=owl-]:hover {
	text-decoration: none
}
#banner .owl-nav .disabled {
	opacity: 0.3;
	cursor: default
}
#banner .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 28px;
	height: inherit;
	line-height: inherit;
	color: #333;
	transition: all .4s;
}
#banner .owl-nav [class*=owl-]:hover i {
	color: #43b244;
}
#banner .owl-nav [class*=owl-] i {
	color: #333;
}

@media screen and (max-width:767.8px) {
#banner .owl-nav {
	display: none;
}
}
/*banner按钮*/


/*首页装饰横线*/
.index-line {
	display: inline-block;
	margin: 0 0 1rem;
	width: 3rem;
	height: 0.25rem;
	line-height: 0.25rem;
	font-size: 0px;
	background: linear-gradient(to right, var(--colour2) 0%, var(--colour2) 35%, var(--colour1) 35%, var(--colour1) 100%);
}
.h2 .icon {
	display: inline-block;
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	vertical-align: text-bottom;
	border-radius: 50%;
	border: 2px solid var(--colour1);
}
.h3 .icon {
	display: inline-block;
	margin-right: 0.5rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
	vertical-align: text-bottom;
	border-radius: 50%;
	border: 2px solid var(--colour1);
}
.colour2 .h2 .icon {
	border: 2px solid var(--colour2);
}
.colour2 .h3 .icon {
	border: 2px solid var(--colour2);
}
/*标题盒子*/
.title-box {
	display: inline-block;
	margin-bottom: 4rem;
}
.title-box>div {
	display: flex;
}
.title-box>div>div {
	display: flex;
	align-items: center;







	text-align: left;
}
.title-box .h2, .title-box .h3 {
	margin: 0px;
}
.title-box p, .title-box .h6 {
	margin: 0.375rem 0 0;
	line-height: 1.5em;
}
.title-box .icon {
	flex-shrink: 0;
	display: inline-block;
	margin-right: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 2.75rem;
	font-weight: normal;
	text-align: center;
	vertical-align: text-bottom;
	border-radius: 50%;
	border: 2px solid var(--colour1);
}
.colour2 .title-box .icon {
	border: 2px solid var(--colour2);
}

@media(max-width:991.98px) {
.title-box {
	margin-bottom: 3rem;
}
.title-box .icon {
	flex-shrink: 0;
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 2.25rem;
}
}

@media(max-width:767.98px) {
.title-box {
	margin-bottom: 2rem;
}
}
/* 首页方案 */
.index-solution {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.index-s-l {
	position: relative;
	display: flex;
	align-items: center;
	width: 30%;
	padding-left: calc(4% + 15px);
	padding-right: 4%;
	overflow: hidden;
}
.index-s-l>div {
	position: relative;
	z-index: 2;
}
a.more {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 1.5rem;
	margin-top: 4vh;
	font-size: 0.875rem;
	line-height: 2.5em;
	color: #fff;
	background: none;
	transition: all 0.4s;
}
a.more:before {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background: var(--colour1);
	transition: all .4s;
}
a.more::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0.35rem;
	height: 100%;
	background: var(--colour2);
	transition: all .4s;
}
a.more:hover::after {
	content: "";
	width: 100%;
	height: 100%;
}
.index-s-l .more {
	margin-bottom: 6vh;
}
a.more:hover {
	padding: 0 2rem;
	color: #fff;
}
.index-s-r {
	width: 70%;
}
.solution .owl-stage {
	display: flex;
	align-items: flex-end;
}
.solution .item {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding-bottom: 10vh;
	height: 100vh;
	text-align: center;
	background: #fff;
	border-bottom: 0rem solid;
	transition: all 0.6s;
}
.solution .owl-item:nth-of-type(2n) .item {
	background: var(--dark_text);
}
.solution .item:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 0%;
	transition: all .4s;
}
.solution .item:hover:after {
	height: 1rem;
}
.solution .item div {
	overflow: hidden;
}
.solution .item>div {
	z-index: 2;
	width: 100%;
	padding: 0 3rem;
}
.solution .item .index-s-bg {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.15;
	background-position: center;
	background-size: cover;
	transition: all 0.6s;
}
.solution .item:hover .index-s-bg {
	opacity: 0.05;
}
.index-s-r .item .color-text {
	transition: all 0.4s;
}
.index-s-r .item span.icon {
	display: inline-block;
	margin-bottom: 5vh;
	font-size: 3.5rem;
	line-height: 1em;
}
.index-s-r .item:hover .h5 {
	color: var(--colour1)
}
.index-s-r .item pre {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6vh;
	text-align: left;
	font-size: 0.9375rem;
	line-height: 1.5em;
	height: 7.5em;
	text-indent: 2em;
}
.index-s-r .item:hover pre {
	color: var(--dark_text);
}
.colour1 .index-s-l:before {
	background: linear-gradient(rgba(67,178,68,0.1) 0%, rgba(67,178,68,0.05) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--colour1);
}
.colour2 .index-s-l:before {
	background: linear-gradient(rgba(67,178,68,0.1) 0%, rgba(67,178,68,0.05) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--colour2);
}
.colour1 .solution .item:hover {
	background: var(--dark_colour1);
}
.colour1 .solution .item:after {
	background-color: var(--colour1);
}
.colour2 .solution .item:hover {
	background: var(--dark_colour2);
}
.colour2 .solution .item:after {
	background-color: var(--colour2);
}
.solution .owl-dots {
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	right: 0;
}

@media screen and (max-width:1199.8px) {
.index-s-l {
	width: 100%;
	padding: 6rem 6% 4rem;
}
.index-s-r {
	width: 100%;
}
.solution .item {
	padding: 3rem 0 4rem;
	height: auto;
}
.solution .item>div {
	padding: 0 2.5rem;
}
.index-s-r .item span.icon {
	font-size: 2.5rem;
	margin-bottom: 2rem;
}
.index-s-r .item .h5 {
	margin: 0;
}
.index-s-r .item pre {
	margin-bottom: 2rem;
	-webkit-line-clamp: 5;
	height: 6em;
}
}

@media (max-width:991.8px) {
.solution .item {
	padding: 3rem 0 4rem;
}
.index-s-r .item pre {
	-webkit-line-clamp: 3;
	height: 4.5em;
}
}
/*首页监管*/
.index-supervise {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	height: 100vh;
}
.index-supervise .container {
	display: flex;
	justify-content: flex-start;
}
.index-supervise .container>div:first-child {
	flex-shrink: 0;
	display: flex;
	align-items: flex-end;
	max-width: 30rem;
}
.index-supervise .container>div:last-child {
	flex-shrink: 1;
	padding-left: 10%;
}
.supervise {
	width: 100vw;
}
.supervise .owl-stage {
	display: flex;
}
.supervise .item {
	padding: 0 2rem;
	display: flex;
	min-height: 100%;
}
.supervise .left, .supervise .right {
	padding-bottom: 15vh;
}
.supervise .owl-item:nth-child(even) .left, .supervise .owl-item:nth-child(even) .right {
	margin-top: 5vh;
}
.supervise .left {
	position: relative;
	z-index: 1;
}
.supervise .left:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
}
.supervise .left .icon {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-size: 3rem;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.supervise .item .right {
	padding-left: 2rem;
	padding-top: 0.75rem;
}
.supervise .item .right .title {
	margin: 0 0 1em;
	white-space: nowrap;
}
.supervise .item .right p {
	margin: 0.25em 0;
	font-size: 0.875rem;
	white-space: nowrap;
}
.colour1 .supervise .owl-item .left .icon {
	background: var(--colour1);
}
.colour1 .supervise .owl-item:nth-child(2n) .left .icon {
	background: var(--colour2);
}
.colour1 .supervise .owl-item .left:after {
	content: "";
	background-color: var(--colour1);
}
.colour1 .supervise .owl-item:nth-child(2n) .left:after {
	content: "";
	background-color: var(--colour2);
}
.colour1 .supervise .owl-item:nth-child(2n) .item .right .title.color-text {
	color: var(--colour2);
}

@media screen and (max-width:1199.8px) {
.index-supervise {
	height: auto;
}
.index-supervise .container {
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 6rem;
	padding-bottom: 4rem;
}
.index-supervise .container>div:first-child {
	display: flex;
	align-items: flex-end;
	width: 100%;
}
.index-supervise .container>div:last-child {
	padding-left: 0%;
	margin-top: 1.5rem;
	width: 100%;
}
}

@media (max-width:767.8px) {
.index-supervise .container {
	padding-top: 4rem;
	padding-bottom: 3rem;
}
.supervise .left .icon {
	font-size: 2rem;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
}
}
/*监管SVG*/
.wave-box {
	height: 15vh;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.wave {
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
}
.wave:nth-of-type(1) {
 --speed: 60;
 --height: 12;
 --width: 320;
 --lightness: 90;
 --rise: 2;
	opacity: 0.2;
}
.wave:nth-of-type(2) {
 --speed: 30;
 --height: 10;
 --width: 200;
 --lightness: 95;
 --rise: 5;
	opacity: 0.8;
}
.wave:nth-of-type(3) {
 --speed: 18;
 --height: 6;
 --width: 180;
 --lightness: 136;
 --rise: 0;
	opacity: 1;
}
.wave {
 height: calc(var(--height, 0) * 1vh);
 width: calc(var(--width, 0) * 1vw);
 -webkit-animation: rise calc(var(--speed, 0) * 1.5s) infinite linear;
 animation: rise calc(var(--speed, 0) * 1.5s) infinite linear;
}

@media (max-width: 480px) {
.wave {
 height: calc(var(--height, 0) * 0.75vh);
}
}
.wave path {
 -webkit-animation: wave calc(var(--speed, 0) * 1s) infinite linear;
 animation: wave calc(var(--speed, 0) * 1s) infinite linear;
}
.colour1 .wave:nth-of-type(1) path, .colour1 .wave:nth-of-type(2) path {
	fill: var(--colour2);
}
.colour1 .wave:nth-of-type(3) path {
	fill: var(--colour1);
}
 @-webkit-keyframes wave {
 to {
 -webkit-transform: translate(-761px, 0);
 transform: translate(-761px, 0);
}
}
@keyframes wave {
 to {
 -webkit-transform: translate(-761px, 0);
 transform: translate(-761px, 0);
}
}
@-webkit-keyframes rise {
 50% {
 -webkit-transform: translate(0, calc(var(--rise) * -1%));
 transform: translate(0, calc(var(--rise) * -1%));
}
}
@keyframes rise {
 50% {
 -webkit-transform: translate(0, calc(var(--rise) * -1%));
 transform: translate(0, calc(var(--rise) * -1%));
}
}
/*首页监督*/
.index-programme {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.index-programme-l {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 35%;
	padding-left: calc(5% + 15px);
	padding-right: 5%;
}
.index-programme-r {
	width: 65%;
	height: calc(100vh - var(--head_height));
	display: flex;
	align-items: center;
	padding: 12vh 5vw 12vh 0;
}
.programme {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-flow: dense;
}
.programme .item {
	display: flex;
	margin-left: -1px;
	margin-top: -1px;
	align-items: center;
	grid-column: span 1;
	grid-row: span 1;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(0,0,0,0.1);
	background: #f7f7f7;
	transition: all 0.4s;
	overflow: hidden;
}
.programme .item a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 0 5rem 0 2rem;
}
.programme-head {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.programme .item:hover .programme-head {
	color: var(--colour1)
}
.colour2 .programme .item:hover .programme-head {
	color: var(--colour1)
}
.programme .item .title-icon {
	display: inline-block;
	font-size: 1.5rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #fff;
	background: var(--colour1);
	border-radius: 50%;
}
.programme .item .h5 {
	padding-left: 1rem;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.programme .item pre {
	margin-bottom: 0.5rem;
	font-size: 0.9375rem;
	line-height: 1.5em;
	max-height: 3em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.programme .item:hover pre {
	color: var(--dark_text);
}
.programme .item .d-button, .programme .item .d-button span {
	display: inline-block;
	font-size: 0.75rem;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	color: var(--small_text);
	transition: all 0.4s;
}
.programme .item .d-button:hover, .programme .item .d-button:hover span {
	color: #fff;
}
.programme .item .d-button {
	margin-top: 0.5rem;
	padding: 0 1rem;
	background: #ebebeb;
}
.programme .item .d-button:hover {
	padding: 0 1.5rem;
}
.programme .item .d-button span {
	margin-left: 0.5rem;
}
.programme .item .programme-bg {
	position: absolute;
	z-index: 1;
	top: 3rem;
	left: 3rem;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: all .4s;
}
.programme .item:hover .programme-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: 0.2;
	transition: all .4s;
}
.colour1 .programme .item:hover {
	background: var(--dark_colour1);
}
.colour1 .programme .item .d-button:hover {
	padding: 0 1.5rem;
	background: var(--colour1);
}
.colour2 .programme .item:hover {
	background: var(--dark_colour2);
}
.colour2 .programme .item .d-button:hover {
	padding: 0 2rem;
	background: var(--colour2);
}

@media (max-width: 1599.8px) {
.programme .item pre {
	font-size: 0.875rem;
}
}

@media (max-width: 1199.8px) {
.index-programme {
	flex-wrap: wrap;
	padding: 6rem 0 0;
}
.index-programme-l, .index-programme-r {
	width: 100%;
	padding: 0 5%;
}
.index-programme-l {
}
.index-programme-title {
	width: 100%;
}
.index-programme-l p {
}
.index-programme-r {
	padding: 3rem 0 0;
	height: auto;
}
.programme {
	display: flex;
	flex-wrap: wrap;
	height: auto;
}
.programme .item {
	width: 50%;
	grid-column: auto auto;
	grid-row: auto auto;
}
.programme .item a {
	padding: 3rem;
}
.programme .item, .programme .item:hover {
	background: #f7f7f7;
}
.colour2.programme .item {
	background: #f7f7f7;
}
.programme .item .programme-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: 0.2;
}
.programme .item .h5 {
	color: var(--colour1);
}
.programme .item pre {
	color: var(--text);
}
.programme .item .d-button, .programme .item .d-button span {
	color: var(--white);
}
.programme .item .d-button {
	background: var(--dark_small_text);
}
.colour1 .programme .item .d-button {
	padding: 0 1.5rem;
	background: var(--colour1);
}
}

@media (max-width: 767.8px) {
.index-programme {
	padding: 4rem 0 0;
}
.index-programme-r {
	padding-top: 1.5rem;
}
.programme {
	margin-top: 2rem;
}
.programme .item {
	width: 100%;
}
.programme .item a {
	padding: 2rem;
}
}
/*首页案例*/
.index-case-head {
	display: flex;
	justify-content: space-between;
}
.index-case-head .title-box {
	flex-shrink: 0;
}
.index-case-head .text {
	padding-left: 10%;
	width: 100%;
	flex-shrink: 1;
}
@media screen and (max-width:1199.8px) {
.index-case-head{
		flex-wrap: wrap;
}
.index-case-head .text {
	padding-left: 0%;
	margin-top: -2rem;
	margin-bottom: 1.5rem;
	width: 100%;
	flex-shrink: 0;
}
}

.index-case {
	width: 100%;
	overflow: hidden;
}
.index-case .owl-stage-outer {
	width: 100%;
	margin-left: -1px;
}
.index-case .item {
	position: relative;
	padding: 1.125rem;
}
.index-case .item a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 61.8%;
}
.index-case .fake-col-wrapper .item:first-child {
	padding-top: 0;
}
.index-case .fake-col-wrapper .item:last-child {
	padding-bottom: 0;
}
.index-case .fake-col-wrapper {
	font-size: 0;
}
.index-case .fake-col-wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0px;
	width: 1px;
	height: 100%;
	background-color: rgba(0,0,0,0.05);
	transition: all .4s;
}
.index-case .fake-col-wrapper .item:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.05);
	transition: all .4s;
}
.index-case .fake-col-wrapper .item:last-child:after {
	content: "";
	display: none
}
.index-case .item>a>div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.25rem;
	overflow: hidden;
}
.index-case-content {
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: rgba(0,0,0,0);
	opacity: 0;
	transition: all 0.4s;
}
.index-case .item:hover .index-case-content {
	opacity: 1;
	background: rgba(0,0,0,0.85);
}
.index-case .h6 {
	font-weight: bold;
	margin: 0;
	color: #fff;
}
.index-case-bg {
	z-index: 1;
	background-position: center;
	background-size: cover;
}
.owl-carousel.index-case .owl-nav {
	position: absolute;
	z-index: 2;
	top: -6rem;
	right: 0;
	text-align: right;
	margin: 0.75rem 0;
}
.owl-carousel.index-case .owl-nav [class*=owl-] {
	display: inline-block;
	margin: 0px 0 0 0.5rem;
	padding: 0px;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	outline: none;
	cursor: pointer;

	transition: all 0.4s ease;
}
.owl-carousel.index-case .owl-nav [class*=owl-] i {
	display: inline-block;
	width: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	vertical-align: bottom;
}
.owl-carousel.index-case .owl-nav [class*=owl-].disabled {
	opacity: 1;
}
.index-case .owl-dots {
	margin-top: 2rem;
}

@media screen and (max-width: 1199.8px) {
.index-case-box {
	padding: 6rem 5% 4rem;
}
}

@media screen and (max-width: 991.8px) {
.index-case-box {
	padding: 4rem 5% 3rem;
}
 .index-case-head .text {
	margin-top: -1rem;
}
.index-case {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-case .item {
	margin: 15px 0;
}
.owl-carousel.index-case .owl-dots {
	width: 100%;
}
.owl-carousel.index-case .owl-nav {
	display: none;
	margin: 1rem 0;
	order: 1;
	position: static;
}
}
@media screen and (max-width: 767.8px) {

 .index-case-head .text {
	margin-top: -0.5rem;
    }}


/*首页新闻*/
.index-news-box .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-news-head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-news-head .title-box {
     flex-shrink: 0;
	margin-bottom: 2rem;
}
.index-news-head button {
	display: none;
	width: 100%;
	padding: 0 1rem;
	font-size: 0.9375rem;
	line-height: 2.75em;
	text-align: center;
	color: #fff;
	background: var(--colour1);
	border: none;
	border-radius: 0.5rem;
}
.index-news-head button.collapsed {
	color: var(--small_text);
	background: var(--dark_text);
}
.index-news-nav .nav-tabs {
    justify-content: flex-end;
	border: none;
}
.index-news-nav {
    flex-shrink: 1;
    width: 100%;
	padding-left: 2rem;
	position: relative;
}
.index-news-nav li {
	display: inline-block;
	z-index: 2;
	margin: 0 0.25rem 0.25rem;
	border-radius: 0.25rem;
	overflow: hidden;
}
.index-news-nav a {
	display: inline-block;
	width: 100%;
	padding: 0 1rem;
	font-size: 0.9375rem;
	line-height: 2.75em;
	text-align: center;
	color: var(--small_text);
	background: var(--dark_text)
}
.index-news-nav a:hover {
	color: var(--white);
	background: var(--dark_small_text);
}
.index-news-nav a.active {
	display: inline-block;
	padding: 0rem 1rem;
	color: var(--white);
	background: var(--colour1);
}




.index-news {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.index-news .item {
	width: 20%;
	padding: 0.5rem;
	transition: all 0.4s;
}
.index-news-btn {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}
.index-news-btn a {
	display: inline-block;
	margin-right: .75rem;
	cursor: pointer;
}
.index-news-btn a span {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: var(--colour1);
	transition: all 0.4s;
}
.index-news-btn a:hover span {
	background: var(--colour2);
}
.colour2 .index-news-btn a span {
	background: var(--colour2);
}
.colour2 .index-news-btn a:hover span {
	background: var(--colour1);
}
.index-news a {
	display: block;
	background: rgba(255,255,255,1);
	padding: 1rem;
	border-radius: 0.25rem;
	transition: all 0.4s;
	overflow: hidden;
}
.white-bg .index-news a {
	background: var(--dark_text);
}
.index-news .index-news-img {
	display: block;
	border-radius: 0.25rem;
	overflow: hidden;
}
.index-news-info {
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}
.index-news-time {
	flex-shrink: 0;
	width: 3rem;
	line-height: 0;
	text-align: center;
}
.index-news-time span {
	display: inline-block;
	margin-bottom: 0.25rem;
	font-family: "en";
	font-size: 2.25rem;
	line-height: 0.8em;
	color: var(--text);
}
.index-news-time small {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1em;
	color: var(--small_text);
}
.index-news-info pre {
	margin: 0;
	margin-left: 0.5rem;
	font-size: 0.9375rem;
	line-height: 1.5em;
	height: 3em;
	color: var(--text);
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news .item a:hover {
	background-color: var(--colour1);
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
}
.index-news .item a:hover .index-news-title {
	color: var(--white);
}
.index-news .item a:hover span, .index-news .item a:hover small, .index-news .item a:hover pre {
	color: var(--dark_text);
}
.owl-carousel.index-news .owl-nav {
	margin: 0;
}
.owl-carousel.index-news .owl-nav [class*=owl-] {
	position: absolute;
	z-index: 2;
	top: 45%;
	display: inline-block;
	margin: -1.5rem 0;
	padding: 0px;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	transition: all 0.4s ease;
}
.owl-carousel.index-news .owl-nav [class*=owl-].owl-prev {
	left: -4rem;
}
.owl-carousel.index-news .owl-nav [class*=owl-].owl-next {
	right: -4rem;
}
.owl-carousel.index-news .owl-nav [class*=owl-] i {
	display: inline-block;
	width: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	vertical-align: bottom;
}
.owl-carousel.index-news .owl-nav [class*=owl-].disabled {
	opacity: 1;
}
.owl-carousel.index-news .owl-dots {
	margin-top: 1.5rem;
}

@media screen and (max-width: 1599.8px) {
}

@media screen and (max-width: 1399.8px) {
}

@media screen and (max-width: 1199.8px) {
.index-news-box {
	padding-top: 6rem;
	padding-bottom: 4rem;
}
.index-news-nav {
	max-width: 15rem;
}
    
.index-news-nav button {
	display: block;
}
.index-news-nav #demo{
	position:absolute;
	right: 0;
	top: 100%;
	z-index: 2;
	width: 100%;
}
.index-news-head .nav-tabs {
	position: absolute;
	top: 100%;
	z-index: 2;
}
.index-news-nav .nav-tabs {
	padding: 0.5rem;
	background: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
.index-news-nav li {
	width: 100%;
	z-index: 2;
	margin:0.25rem 0;
}
.index-news-nav li a {
	line-height: 2.5rem;
}
.index-news .item {
	width: 25%;
}
}

@media screen and (max-width: 991.8px) {
.index-news-box {
	padding-top: 4rem;
	padding-bottom: 3rem;
}
    .index-news-head{flex-wrap: wrap;}
.index-news-head, .index-news-head>div {
	width: 100%;
}
.index-news-nav {
    max-width:none;
	width: 100%;
    padding-left:0;
    margin-bottom:3rem;
}
.index-news-nav a, .index-news-nav .active a {
	padding: 0rem 1rem;
	font-size: 0.9375rem;
	line-height: 2em;
	color: var(--white);
	background: var(--dark_small_text);
}
.index-news-nav .active a {
	border: none;
	background: var(--colour1)
}
.index-other-btn {
	display: none;
}
.index-news-nav-img {
	display: none;
}
.index-news {
	padding-left: 0;
}
.index-news .item {
	width: 33.33%;
	margin: 0 0 1rem;
}
	
	.index-news .index-news-time{
		display: none;
	}
	.index-news-info pre{
		margin-left: 0;
	}
.owl-carousel.index-news .owl-nav {
	margin-top: 2rem;
}
.owl-carousel.index-news .owl-nav [class*=owl-] {
	display: inline-block;
	margin: 0px 0 0 0.5rem;
	padding: 0px;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	transition: all 0.4s ease;
}
.owl-carousel.index-news .owl-nav [class*=owl-] i {
	display: inline-block;
	width: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	vertical-align: bottom;
}
}

@media screen and (max-width: 767.8px) {
	.index-news-head{
		flex-wrap: wrap;
	}
	.index-news-nav{
		padding-left: 0;
		width: 100%;
		max-width: none;
		margin-bottom: 3rem;
	}
.index-news .item {
	width:50%;
	margin: 0;
}	
}
/*首页关于*/
.index-about-box {
	position: relative;
	z-index: 1;
}
.index-about {
	position: relative;
	z-index: 2;
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-about-video {
	position: relative;
	z-index: 2;
	width: 42%;
	display: flex;
	align-items: center;
}
.index-about-video>div {
	position: relative;
}
.index-about-video-box {
	position: absolute;
	z-index: 2;
	left: 2%;
	top: 10.5%;
	width: 96%;
	height: 64.5%;
}
.index-about-video-box>video {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-position: center center;
	object-fit: cover; /*裁切视频/图片 */
	border-radius: 0.25rem;
}
.index-about-video-box>video::-webkit-media-controls {
 display:none !important;
}
.index-about-info {
	position: relative;
	display: flex;
	align-items: center;
	width: 58%;
	padding: 5% 0;
	padding-left: 7%;
	padding-right: 5%;
}
.info-titleLeft {
	display: flex;
	width: 100%;
}
.info-titleLeft span:first-of-type,.info-titleLeft strong:first-of-type {
	flex-shrink: 0;
}
.info-titleLeft span:first-of-type {
	flex-shrink: 0;
}

@media screen and (max-width: 1199.8px) {
.index-about-box:before {
	content: "";
	background-image: url(../images/index-bg7.svg);
	background-position: top center;
	background-size: 100% auto;
}
.index-about {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.index-about {
	justify-content: center;
}
.index-about-video {
	width: 86%;
	max-width: 45rem;
	align-self: center;
}
.index-about-info {
	width: 100%;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
}

@media screen and (max-width: 767.8px) {
.index-about-video {
	width: 100%;
}
}
/*页脚*/
.index-foot {
	width: 100%;
}
.index-foot>div {
	flex-wrap: wrap;
}
.index-foot-box {
	padding-top: 4rem;
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 0.875rem;
	background: #f7f7f7;
	border-top: 6px solid var(--colour1);
}
.foot-logo {
	width: 12%;
	flex-shrink: 0;
}
.foot-logo-img {
	display: block;
	margin-bottom: 1.5rem;
}
.foot-logo-img img {
	width: 100%;
	max-width: 12rem;
}
.foot-logo .foot-logo-links {
	margin-bottom: 0.5rem;
	display: inline-block;
	min-width: 10rem;
	padding: 0 1rem;
	font-size: 0.9375rem;
	line-height: 2.5em;
	text-align: center;
	color: #fff;
	background: var(--colour2);
	border-radius: 0.25rem;
	transition: all 0.4s;
}
.foot-logo a.foot-logo-links:hover {
	color: #fff;
	background: var(--colour1);
}
.foot-logo .foot-logo-links span {
	margin-right: 0.5rem;
	font-size: 125%;
	line-height: 1.25em;
	color: inherit;
}
.foot-r {
	display: flex;
	width: 88%;
}
.foot-nav {
	width: 82%;
	padding: 0 8% 0 4%;
	margin-bottom: 2rem;
}
.foot-nav-wap {
	display: none;
}
#foot-nav {
	display: flex;
	justify-content: space-between;
	flex-basis: auto;
}
#foot-nav .panel-heading a, .foot-nav-wap a {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
}
#foot-nav .panel:first-of-type .panel-body {
	columns: 4rem 2;
	-moz-columns: 4rem 2;
	-webkit-columns: 4rem 2;
}
#foot-nav .panel-body a {
	line-height: 2.25em;
	white-space: nowrap;
	color: var(--small_text);
}
#foot-nav .panel-body a:hover {
	white-space: nowrap;
	opacity: 0.7;
}
.foot-contact {
	max-width: 18%;
	flex-shrink: 0;
}
.foot-contact span {
	color: var(--dark-text)!important;
}
.foot-contact p.icon {
	position: relative;
	padding-left: 1.85rem;
	font-size: 0.9375rem;
}
.foot-contact p.icon:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0.35rem;
	display: inline-block;
	margin-right: 0.5rem;
	width: 1.125rem;
	height: 1.125rem;
	line-height: 1.125rem;
	font-size: 1.125rem;
}
.foot-slogan {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 3rem;
}
.foot-slogan div {
	width: 80%;
	padding-right: 20%;
	text-align: center;
	opacity: 0.4;
}
.foot-copyright {
	width: 100%;
	background: #ebebeb;
	padding: 15px 0;
}
.foot-copyright p, .foot-copyright span, .foot-copyright font, .foot-copyright a {
	display: inline-block;
	margin: 0px;
	line-height: 1.5em;
	font-size: 0.875rem;
	color: var(--small_text)
}

@media screen and (min-width:1200px) {
#foot-nav .panel-collapse {
	margin-top: 0.25rem;
}
}

@media screen and (max-width:1599.8px) {
.foot-nav {
	padding: 0 3rem;
}
}

@media screen and (max-width:1199.8px) {
.index-foot-box {
	padding-bottom: 2rem;
}
.foot-logo {
	width: 25%;
}
.foot-r {
	flex-wrap: wrap;
	width: 65%;
}
.foot-contact {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
}
.foot-nav {
	display: none!important;
	margin: 0!important;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.foot-nav-wap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#foot-nav .panel-heading a {
}
.foot-nav .panel-body {
	display: none;
}
.foot-slogan {
	display: none;
}
}

@media screen and (max-width:767.8px) {
.index-foot-box {
	padding-top: 2.5rem;
}
.foot-logo {
	margin-bottom: 1.25rem;
	width: 100%;
	text-align: center;
}
.foot-logo-img {
	display: none;
}
.foot-logo .foot-logo-links {
	width: 48%;
	min-width: inherit;
}
.foot-r {
	width: 100%;
}
#foot-nav {
	flex-wrap: wrap;
	justify-content: center;
}
.foot-nav-wap {
	flex-wrap: wrap;
	justify-content: center;
}
.foot-nav-wap a {
	display: inline-block;
	width: 32%;
	max-width: 7.5rem;
	text-align: center;
	margin-right: 0;
}
.foot-slogan {
	margin-top: 2rem;
}
.foot-slogan div {
	width: 100%;
	padding-right: 0;
}
}
/*============ 首页end ============*/

/*内页公共*/
/*内页banner*/
.inside-banner-box {
	position: relative;
}
.inside-banner {
	display: flex;
	z-index: -2;
	left: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width:991.8px) {
.inside-banner {
	height: 0;
	padding-bottom: 45%;
}
}

@media screen and (max-width:767.8px) {
.inside-banner {
	height: 0;
	padding-bottom: 55%;
}
}
/*内页导航*/
.inside-nav {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media(min-width:992px) {
#subnav {
	margin: 0;
}
#subnav .panel-default {
	background: none;
	border: none;
	box-shadow: none;
}
#subnav .panel-heading {
	display: none;
}
#subnav .panel-body {
	flex-wrap: wrap;
	border: none;
	background: none;
	padding: 0px;
	padding-left: -4px;
	padding-right: -4px;
	font-size: 0px;
}
#subnav .panel-body li {
	display: inline-block;
	margin-left: -1px;
}
#subnav .panel-body li a {
	display: inline-block;
	width: 100%;
	padding: 15px 40px;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all .4s;
}
#subnav .panel-body li a:hover {
	color: #fff;
	background: #43b244;
}
#subnav .panel-body li.on a {
	color: #fff;
	background: #43b244;
}
}

@media(max-width:991.8px) {
.inside-nav .container {
	width: 100%;
	min-width: 100%;
	padding: 0px;
}
#subnav {
	margin: 0px;
}
#subnav .panel-default {
	background: none;
	border: none;
	box-shadow: none;
}
#subnav .panel-heading {
	padding: 0px;
	border: none;
	background: none;
	color: #fff;
}
#subnav .panel-heading a {
	display: block;
	width: 100%;
	padding: 1rem 4%;
	font-size: 0.9375rem;
	line-height: 1.25em;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: #43b244;
	text-transform: Uppercase;
	overflow: hidden;
}
#subnav .panel-heading a.collapsed {
	background: none;
	color: #fff;
}
#subnav .panel-heading a b {
	float: right;
	display: inline-block;
	margin-top: 8px;
}
#subnav #p-nav1 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
#subnav .panel-body {
	padding: 0.75rem 0px;
	margin-bottom: 15px;
	border: none;
	background: #f7f7f7;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
#subnav .panel-body li {
	display: block;
	font-size: 0px;
}
#subnav .panel-body li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0px 4%;
	font-size: 0.875rem;
	line-height: 3em;
	color: #666;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
#subnav .panel-body li:last-child a {
	border-bottom: none;
}
#subnav .panel-body li.on a {
	padding-left: 32px;
	color: #43b244;
}
#subnav .panel-body li a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 15px;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background-color: #43b244;
	border-radius: 50%;
	opacity: 0;
	transition: all .4s;
}
#subnav .panel-body li.on a:before {
	content: "";
	opacity: 1;
}
}

@media(max-width:767.8px) {
.inside-nav .container {
	padding: 0px;
	width: 100%;
	min-width: 100%!important;
}
}
/*面包屑*/
.breadcrumb-box {
	position: relative;
	z-index: 2;
	padding-top: var(--head_height);
}
.breadcrumb {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px auto;
	border: nonr;
	border-radius: 0;
	text-align: right;
	font-size: 0.875rem;
	color: var(--dark_small_text);
	line-height: 3rem;
	background: none;
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: var(--dark_small_text);
	content: "/";
}
.breadcrumb a {
	display: inline-block;
	font-size: 0.85rem;
	line-height: 1em;
	color: var(--dark_small_text);
	transition: all .4s;
}
.breadcrumb a:hover {
	color: var(--colour1);
}
/*内页标题*/
.inside-title {
	font-size: 2rem;
}

@media(max-width:991.8px) {
.inside-title {
	font-size: 1.5rem;
}
}
/*信息盒子*/
.info {
	color: #333;
	line-height: 2.25em;
}
.info p {
	margin: 0 0 15px;
}

@media screen and (max-width:1199.8px) {
.info p {
	margin: 0 0 10px;
}
}
/*横线*/
.line {
	display: inline-block;
	width: 36px;
	height: 2px;
	background: var(--colour1);
}
.colour2 .line {
	background: var(--colour2);
}
.line-bicolor {
	background-image: repeating-linear-gradient(90deg, #43b244 0%, #43b244 50%, #262626 50%, #262626 100%);
}

@media screen and (max-width:1199.8px) {
.line {
	width: 40px;
	height: 2px;
}
}
/*内页翻页*/
/*内页翻页*/
.page-box {
	padding-top: 30px;
}
.page {
	font-size: 0;
	color: #666;
}
.page span {
	display: inline-block;
	padding: 0 1rem;
	margin: 0 4px;
	font-size: 0.875rem;
	line-height: 3em;
	background: #fff;
}
.page span strong {
	font-size: 1.125rem;
	color: #333;
}
.page a {
	display: inline-block;
	padding: 0 1.5rem;
	font-size: 0.875rem;
	line-height: 3em;
	color: #666;
	background: #fff;
	transition: all .4s;
}
.page a:first-child {
	border-radius: 4px 0 0 4px;
}
.page a:last-child {
	border-radius: 4px 0 0 4px;
}
.page input {
	display: inline-block;
	width: 4rem;
	padding: 0px 10px;
	margin-left: 1.125rem;
	font-size: 0.875rem;
	line-height: 3em;
	color: #666;
	border-radius: 4px 0 0 4px;
	border: none;
	overflow: hidden;
	border: none;
	transition: all .4s;
}
.page button {
	padding: 0 1.5rem;
	margin: 0px;
	border: none;
	border-radius: 0 4px 4px 0;
	font-size: 0.875rem;
	line-height: 3em;
	color: #fff;
	background: var(--colour2);
	cursor: pointer;
	transition: all .4s;
}
.page a:hover, .page button:hover {
	color: #fff;
	background: var(--colour1);
}

@media(max-width:767.8px) {
.page {
	font-size: 13px;
	line-height: 2.5em;
}
.page a, .page span {
	padding: 0 1rem;
	font-size: 13px;
	line-height: 2.5em;
}
.page input {
	margin-left: 5px;
	font-size: 13px;
	line-height: 2.5em;
}
.page button {
	padding: 0 1rem;
	font-size: 13px;
	line-height: 2.5em;
}
}
/*关于*/
.about-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 80vh;
}
.about-video-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	background-position: center bottom;
	background-size: cover;
}
.about-video-box>div {

	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 560px;
}
.about-video {
	position: absolute;
	left: 1.5%;
	right: 1.5%;
	top: 2%;
	z-index: 2;
	width: 97%;
	object-fit: cover;
}
.about-info {
	display: flex;
	align-items: center;
	width: 55%;
	padding-left: 7%;
	padding-right: 15%;
	font-size: 0.9375rem;
}

@media screen and (max-width:1599.8px) {
.about-info {
	padding-left: 7%;
	padding-right: 10%;
}
}

@media screen and (max-width:991.8px) {
.about-video-box {
	width: 100%;
}
.about-video-box>div {
	margin-top: 3rem;
}
.about-info {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
}
/*关于1*/
.info-box1 {
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.info-box1 .left {
	width: 40%;
}
.info-box1 .right {
	width: 44%;
}

@media (max-width:991.8px) {
.info-box1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-box1 .left {
	width: 100%;
}
.info-box1 .right {
	margin-top: 2rem;
	width: 100%;
}
}
/*关于2*/
.info-box2 {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.info-box2 .left {
	width: 55%;
}
.info-box2 .right {
	display: flex;
	align-items: flex-end;
	width: 38%;
}
.info-box2 .right>div {
	padding: 7%;
}
.about-data {
	margin-top: 4vh;
}
.about-data li {
	display: inline-block;
	margin-left: 25px;
}
.about-data li:first-child {
	margin-left: 0px;
}
.about-data li i {
    display: inline-block;
    width: 46px;
	font-size: 36px;
	line-height: 46px;
	color: var(--colour1);
    text-align: center;
}
.about-data li p {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
.about-data li span {
	font-family: "en";
	font-size: 2.5rem;
	line-height: 0.8em;
	color: var(--colour1);
}
.colour2 .about-data li i,.colour2 .about-data li span{
    color: var(--colour2);
}
@media (max-width:991.8px) {
.info-box2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-box2 .left {
	width: 100%;
}
.info-box2 .right {
	margin-top: 2rem;
	width: 100%;
}
.info-box2 .right>div {
	padding: 3rem 7%;
}
.about-data li span {
	font-size: 1.75rem;
}
}
@media (max-width:767.8px) {
.info-box2 .right>div {
	padding: 3rem 0%;
}
}

/*荣誉*/
.honor {
	width: 92%;
	max-width: 100rem;
	margin: auto;
}
.honor .item {
	position: relative;
	border-radius: 0.5rem;
	margin: 1rem 0;
	padding: 0.5rem;
	background: #fff;
	transition: all 0.4s;
}
.honor .item:hover {
	background: var(--colour1);
	box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
.honor .item .title {
	position: absolute;
	left: 0;
	right: 0;
	top: calc( 100% - 0.5rem);
	font-size: 0.875rem;
	line-height: 2.5em;
	color: #666;
	transition: all 0.4s;
	height: 0;
	border-radius: 0 0 0.5rem 0.5rem;
	background: #fff;
	overflow: hidden;
}
.honor .item:hover .title {
	height: 2.5em;
	color: #fff;
	background: var(--colour1);
}
/*联系我们*/
.contact-box {
	display: flex;
	min-height: 80vh;
	overflow: hidden;
}
.contact-box>div {
	display: flex;
	align-items: center;
}
.contact-info, .contact-feedback {
	padding: 5%;
}
.contact-info {
	position: relative;
	z-index: 2;
	width: 35%;
	background: url(../images/about-bg.png) center repeat;
}
.contact-info p span.icon {
	display: inline-block;
	margin-right: 0.25rem;
	width: 1.25rem;
	height: 1.25rem;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: var(--colour1);
}
.contact-feedback input {
	width: 100%;
	padding: 0 1.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.9375rem;
	line-height: 3rem;
	background: #f7f7f7;
	border: 1px solid #ebebeb;
	transition: all 0.4s;
}
.contact-feedback textarea {
	width: 100%;
	padding: 0 1.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.9375rem;
	line-height: 3rem;
	background: #f7f7f7;
	border: 1px solid #ebebeb;
	transition: all 0.4s;
}
.contact-feedback input:focus, .contact-feedback textarea:focus {
	border: 1px solid var(--colour1);
}
a.submit {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	line-height: 3rem;
	text-align: center;
	color: #fff;
	background: var(--colour1);
	transition: all 0.4s;
}
a.submit:hover {
	color: #fff;
	background: var(--colour2);
}
.contact-map {
	width: 65%
}
#contact-map {
	width: 100%;
}

@media screen and (min-width:992.8px) {
.contact-info:before {
	content: url(../images/contact-bg.png);
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 100%;
}
}

@media screen and (max-width:991.8px) {
.contact-box {
	display: flex;
	min-height: inherit;
	flex-wrap: wrap;
}
.contact-box>div {
	display: flex;
	align-items: center;
	width: 100%;
}
.contact-info {
	padding: 3rem 5%;
}
}
/*地图*/
#map-canvas {
	height: 100%;
	min-height: 400px;
	width: 100%;
	padding: 0px;
}
.content-window-card {
	position: relative;
	box-shadow: none;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 0;

}
.content-window-card p {
	height: 2rem;
}
.amap-icon img, .amap-marker-content img {
	width: 25px;
	height: 34px;
}
.custom-info {
	border: solid 1px silver;
}
div.info-top {
	display: none;
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}
div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}
div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
}
div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}
div.info-middle {
	font-size: 12px;
	padding: 10px 15px;
	line-height: 20px;
	overflow: hidden;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
}
.custom-info span {
	margin-left: 5px;
	font-size: 11px;
}
.info-middle img {
	float: left;
	margin-right: 6px;
}
/*地图*/




/*案例*/
.case-nav {
	margin-top: 1.5rem;
	text-align: center;
}
.case-nav li {
	display: inline-block;
	padding: 0.25rem;
}
.case-nav li a {
	display: inline-block;
	padding: 0.25rem 1.5rem;
	font-size: 0.875rem;
	line-height: 2.25em;
	color: var(--text);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0.5em;
	transition: all 0.4s;
}
.case-nav li a:hover {
	color: var(--colour1);
	border: 1px solid var(--colour1);
}
.case-nav li.active a {
	color: #fff;
	border: 1px solid var(--colour1);
	background: var(--colour1);
}

@media(max-width:575.8px) {
.case-nav {
	text-align: left;
	font-size: 0;
}
.case-nav li {
	display: inline-block;
	width: 50%;
}
.case-nav li a {
	width: 100%;
	text-align: center;
}
}
/* 瀑布流 */
.grid {
	width: 90%;
	list-style: none;
	margin: 30px auto;
	padding: 0;
	z-index: 3;
}
.grid li {
	display: block;
	float: left;
	padding: 1%;
	width: 20%;
	opacity: 0;
}
.grid li a {
	outline: none;
	border: none;
	display: block;
	width: 100%;
}
.grid li.shown, .no-js .grid li, .no-cssanimations .grid li {
	opacity: 1;
}
.grid li .case-img {
	position: relative;
	border: 1rem solid #f2f2f2;
	border-radius: 15px;
	height: 0;
	padding-bottom: 61.8%;
}
.grid li .case-img:before, .grid li .case-img:after {
	content: '';
	background: #fff;
	position: absolute;
	z-index: -2;
	top: 100%;
	bottom: -0.5rem;
	left: 2rem;
	right: 2rem;
	box-shadow: 0px 0px 1.5rem rgba(0,0,0,0.3);
	border-radius: 50%;
}
.grid li .case-img img {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	outline: none;
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
    object-fit: cover;
	border-radius: 6px;
}
.grid li .case-img .case-text {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	border-radius: 6px;
	background: rgba(67,178,68,0.9);
	overflow: hidden;
	opacity: 0;
	transition: all .4s;
}
.grid li:hover .case-img .case-text {
	opacity: 1;
}
.grid li .case-img .case-text>div {
	width: 100%;
	padding: 15px;

	text-align: center;
	opacity: 0;
	transform: translate(0%, 50%);
	transition: all .4s;
}
.grid li:hover .case-img .case-text>div {
	opacity: 1;
	transform: translate(0%, 0%);
	transition-delay: 0.25s;
}
.grid li .case-img .case-text>div span {
	display: block;
	position: relative;
	font-size: 18px;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.grid li .case-img .case-text>div span:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 50%;
	width: 20px;
	height: 1px;
	margin-left: -10px;
	background-color: #fff;
}
.grid li .case-img .case-text>div p {
	margin: 0px;
	font-size: 15px;
	line-height: 1.75em;
	color: #fff;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.grid li h4 {
	position: relative;
	margin: 25px 0 20px;
	font-size: 17px;
	line-height: 1em;
	color: #666;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .4s;
}
.grid li:hover h4 {
	color: var(--colour1);
}
.grid li h4:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -4px;
	left: 0%;
	width: 0%;
	height: 1px;
	background-color: var(--colour1);
	transition: all ease .4s;
}
.grid li:hover h4:after {
	content: "";
	width: 100%;
}

@media(max-width:1600px) {
.grid li {
	width: 25%;
}
.grid li .case-img {
	border: 15px solid #f2f2f2;
}
.grid li .case-img:before, .grid li .case-img:after {
	content: '';
	bottom: -15px;
}
}

@media(max-width:992px) {
.grid li {
	width: 33%;
}
.grid li .case-img .case-text {
	display: none;
}
.grid li h4 {
	margin: 20px 0 15px;
	font-size: 13px;
}
}

@media(max-width:768px) {
.grid li {
	width: 50%;
}
}

@media(max-width:480px) {
.grid li {
	width: 100%;
}
}
/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}
.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}
@-webkit-keyframes flip {
 0% {
}
 100% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
}
 @keyframes flip {
 0% {
}
 100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
/*新闻列表*/

.news-list {
	margin: 2rem auto 0;
	padding:0 3rem;
	display: flex;
	flex-wrap: wrap;
}
.news-list li {
	width: 100%;
	padding: 0.75rem;
}
.news-list li>div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	overflow: hidden;
	transition: all .4s;
}
a.news-img {
	display: block;
	width: 20rem;
	overflow: hidden;
}
a.news-img img {
	min-height: 100%;
}
.news-list li>div:hover {
	background: #fff;
	box-shadow: 0 0 1.5rem rgba(0,0,0,0.05);
}
.news-list-text {
	width: calc(100% - 20rem);
	padding: 1.5rem;
}
a.news-list-title {
	margin-top: 0.25rem;
	margin-bottom: 1rem;
	display: block;
	font-size: 1.125rem;
	line-height: 1.25em;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.news-list li div:hover a.news-list-title {
	color: var(--colour1);
}
.news-list span {
	font-size: 0.9375rem;
	line-height: 1.25em;
	color: var(--small_text);
}
.news-list pre {
	margin: 0.75rem 0 1rem;
	font-size: 0.9375rem;
	line-height: 1.75em;
	height: 5.25em;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list a.more {
	display: inline-block;
	font-size: 0.75rem;
	color: #999;
	transition: all 0.4s;
}
.news-list a.more font {
	display: inline-block;
	vertical-align: middle;
}
.news-list a.more span {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	margin-left: 0.5rem;
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	background: #ccc;
	transition: all 0.4s;
}
.news-list li:hover a.more {
	color: var(--colour1);
}
.news-list li:hover a.more span {
	color: #fff;
	background: var(--colour1);
}

@media(max-width:1199.8px) {
.news-list {
	padding:0;
}
}

@media(max-width:991.8px) {
a.news-img {
	display: block;
	width: 15rem;
	overflow: hidden;
}
.news-list-text {
	width: calc(100% - 15rem);
	padding: 1.5rem;
}
}

@media(max-width:767.8px) {
a.news-img {
	width: 100%;
}
.news-list-text {
	width: 100%;
}
}
/*文章详情*/
.new-box {
	max-width: 75rem;
	padding: 1.25rem 3rem 1.25rem;
	margin: 1rem auto 0px;
	background: #fff;
	overflow: hidden;
}
.new-title {
	margin: 2rem 0px;
	line-height: 1.2em;
	font-weight: bold;
	color: #4c4c4c;
}
.new-time {
	padding: 1rem 0px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.new-time a, .new-time span {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #808080;
	vertical-align: bottom;
}
.new-time a:hover {
	color: var(--colour1);
}
.new-time .bshare-custom {
	font-size: 0px;
}
.new-time .bshare-custom a, .new-time .bshare-custom span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 0.75rem;
	margin: 0px;
	background: none;
	height: 1rem;
}
.new-time .bshare-custom a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: inline-block;
	width: 1px;
	height: 100%;
	background: #999999;
	vertical-align: bottom;
}
.new-time .bshare-custom i {
	position: relative;
	z-index: -1;
	display: inline-block;
	font-size: 1rem;
	line-height: 1rem;
	color: #999999;
	vertical-align: bottom;
	transition: all ease .3s;
}
.new-time .bshare-custom a:hover i {
	color: var(--colour1);
}
.new-content {
	padding: 50px 0px;
}
.new-page {
	position: relative;
	padding: 15px 0px;
	margin: 0 auto 40px;
	font-size: 0px;
	text-align: center;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.new-page a {
	display: inline-block;
	padding: 0px 15px;
	font-size: 13px;
	line-height: 20px;
	color: #808080;
	transition: all ease .3s;
}
.new-page a:hover {
	color: var(--colour1);
}
a.return {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}
a.backtop {
	position: absolute;
	bottom: 100%;
	right: 0px;
	color: #fff!important;
	background: var(--colour2);
	width: 4.5rem;
	height: 1.5rem;
}
a.backtop:hover {
	background: var(--colour1);
}
a.backtop b {
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
	border-top: 8px dashed;
	border-top: 8px solid \9;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	transform: rotate(180deg); /*顺时针旋转90°*/
}
.new-title2 {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
}

@media(max-width:991.8px) {
.new-box {
	max-width: 75rem;
	padding: 1rem 1.5rem 1rem;
	margin: 1rem auto 0px;
	background: #fff;
	overflow: hidden;
}
.new-title {
	margin: 30px 0px;
	font-size: 22px;
}
.new-time {
	text-align: center;
}
.new-time .bshare-custom {
	float: none!important;
	width: 100%;
	margin-top: 10px;
}
.new-content {
	padding: 30px 0px;
}
}

@media(max-width:991.8px) {
.new-title {
	margin: 20px 0px;
	font-size: 20px;
}
}
/*推荐*/
#new-list {
}
#new-list .item .new-img {
	overflow: hidden;
}
#new-list .item .new-img img {
	transform: scale(1);
	transition: all .4s;
}
#new-list .item:hover .new-img img {
	transform: scale(1.1);
}
#new-list .item .new-name {
	padding: 15px 0 0;
	text-align: center;
	color: #666;
	transition: all .4s;
}
#new-list .item:hover .new-name {
	color: #c9ae67;
}
/*内页模块*/
/*图文模块*/

/*模块1 笔记本电脑图片切换 */
.notebook-box .img-bg {
	background-position: bottom;

}
.notebook-content {
	display: flex;
	justify-content: center;
}
.notebook-content>div {
	position: relative;
	width: 90%;
	max-width: 70rem;
}
.notebook {
	position: absolute;
	top: 10.2%;
	left: 10%;
	z-index: 2;
	width: 80%;
	height: 80%;
	background: #ccc;
	border-radius: 3px;
}
.notebook .owl-stage-outer, .notebook .owl-stage, .notebook .owl-item, .notebook .item {
	height: 100%;
}
.notebook .item {
	display: block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.notebook .owl-dots {
	position: absolute;
	bottom: 3%;
	left: 0;
	margin-top: 0px!important;
	width: 100%;
	text-align: center;
}
/*模块2 标签切换*/
.tabs-box {
}
.tabs-nav {
	margin-top: -1rem;
	border: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tabs-nav li {
	margin: 0.25rem;
}
.tabs-nav a {
	display: inline-block;
	padding: 0 1.5rem;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 2.5em;
	border: 1px solid;
	border-radius: 0.25rem;
}
.colour1 .tabs-nav a {
	color: var(--colour1);
	border-color: var(--colour1);
}

.colour1 .tabs-nav a.active {
	color: #fff;
	background-color: var(--colour1);
}
.colour2 .tabs-nav a {
	color: var(--colour2);
	border-color: var(--colour2);
}
.colour2 .tabs-nav a.active {
	color: #fff;
	background-color: var(--colour2);
}
.tabs-content {
	max-width: 98rem;
	margin: auto;
	padding-top: 1rem;
}

@media screen and (max-width:767.8px) {
.tabs-nav {
	justify-content: space-between;
}
.tabs-nav li {
	width: 48%;
	margin: 0.125rem 0;
}
.tabs-nav a {
	width: 100%;
	padding: 0;
	font-size: 0.9375rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.tabs-nav a font {
	font-size: 0.9375rem;
}
    .tabs-content{
    margin-left: -6%;
        margin-right: -6%;
    }
}
/* 模块3 左图右文 */
.text-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100rem;
}
.text-img>div {
	display: flex;
	align-items: center;
}
.text-img>div>div {
	width: 100%;
}
.text-img .left {
	width: 50%;
}
.text-img .left .title-box {
	margin-bottom: 2rem;
}
.text-img .right {
	position: relative;
	z-index: 3;
	width: 36vw;
	height: 36vw;
	max-width: 35rem;
	max-height: 35rem;
	margin-right: 2rem;
	text-align: center;
}
.text-img .right:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	border: 1px dashed rgba(0,0,0,0.2);
}
.text-img .right:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
	border-radius: 50%;
	border: 1px dashed rgba(0,0,0,0.2);
	background: rgba(47,140,12,0.05);
}
.text-img .right .text-img1-phone {
	position: relative;
	z-index: 3;
	margin-left: 10%;
	width: auto;
	height: 100%;
	text-align: left;
}
.text-img .right img {
	max-width: 100%;
	max-height: 100%;
}
.text-img1-img {
	position: absolute;
	z-index: 3;
	left: 3.25%;
	right: 4%;
	top: 6.5%;
	bottom: 1.5%;
	width: auto;
	border-radius: 0 0 1rem 1rem;
	overflow: hidden;
}
.text-img1-img .owl-stage-outer, .text-img1-img .owl-stage, .text-img1-img .owl-item, .text-img1-img .item {
	height: 100%;
}
.text-img1-img .item {
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.text-img1-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.text-img1-btn a {
	position: absolute;
	z-index: 2;
	font-weight: bold;
	white-space: nowrap;
	color: #666;
	transform: translate(0%, -50%);
}
.text-img1-btn a.active {
	font-weight: bold;
	color: var(--colour1);
}
.text-img1-btn a span {
	position: relative;
	display: inline-block;
	margin-right: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.5rem;
	text-align: center;
	font-weight: normal;
	background: var(--colour1);
	color: #fff;
	border-radius: 50%;
}
.text-img1-btn a span:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	border: 1px dashed rgba(0,0,0,0.1);
	border-radius: 50%;
	transition: all .4s;
}
.text-img1-btn a:nth-of-type(1) {
	top: 20%;
	left: 73%;
}
.text-img1-btn a:nth-of-type(2) {
	top: 40%;
	left: 85%;
}
.text-img1-btn a:nth-of-type(3) {
	top: 60%;
	left: 85%;
}
.text-img1-btn a:nth-of-type(4) {
	top: 80%;
	left: 73%;
}
.colour2 .text-img1-btn a.active {
	font-weight: bold;
	color: var(--colour2);
}
.colour2 .text-img1-btn a span {
	background: var(--colour2);
}
.colour2 .text-img .right:after {
	content: "";
	background: rgba(39,117,182,0.05);
}

@media screen and (max-width:767.8px) {
.text-img .left {
	width: 100%;
}
.text-img .right {
	margin-top: 1.5rem;
	width: 70vw;
	height: 70vw
}
.text-img1-btn a {
	font-size: 0.9375rem;
}
.text-img1-btn a span {
	margin-right: 0.75rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.125rem;
}
}
/* 模块4 按钮切换手机图文 */
.show-app-box .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.show-app-box .left {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 38%;
}
.show-app-box .left>div {
	position: relative;
}
.show-app-box .right {
	display: flex;
	align-items: center;
	width: 50%;
}
.show-app-box .right>div {
	width: 100%;
	max-width: 40rem;
	padding-bottom: 3rem
}
.show-app-box .right>div .title-box {
	margin-bottom: 2rem;
}
.show-app {
	position: absolute;
	z-index: 2;
	left: 43%;
	top: 5.25%;
	width: 40.35%;
	height: 69%;
	border-radius: 0rem 0rem 1rem 1rem;
	overflow: hidden;
}
.show-app .owl-stage-outer, .show-app .owl-stage, .show-app .owl-item, .show-app .item {
	height: 100%;
}
.show-app .item {
	background-position: center;
	background-size: cover;
}
.show-app-btn {
	margin-bottom: 1.5rem;
}
.show-app-btn a {
	display: inline-block;
	padding: 0 1rem;
	font-size: 0.9375rem;
	line-height: 2.5em;
	font-weight: bold;
	color: var(--text);
	border-radius: 0.25rem;
	transition: all 0.4s;
}
.show-app-btn a.active {
	display: inline-block;
	color: #fff;
	background: var(--colour1)
}
.colour2 .show-app-btn a.active {
	background: var(--colour2)
}

@media screen and (max-width:991.8px) {
.show-app-box .left {
	order: 1;
	width: 100%;
	max-width: 35rem;
	margin: auto;
}
.show-app-box .right {
	order: 0;
	width: 100%;
}
.show-app-box .right>div {
	margin: auto;
	text-align: center;
}
.show-app-box p {
	text-align: left;
}
.show-app-text .owl-dots {
	text-align: center;
}
}
/*图文模块5*/
.opacity70 {
	opacity: 0.7%;
}
.text-img2 {
	max-width: 100rem;
	margin: 0 auto 1.5rem;
}
.text-img2 .item {
	position: relative;
	background: #fff;
	border-radius: 0.25rem;
	overflow: hidden;
	transition: all 0.4s;
}
.white-bg .text-img2 .item {
	background: #f7f7f7;
}
.text-img2 .item .text-img2-img {
	overflow: hidden;
}
.text-img2 .item .text-img2-text {
	text-align: center;
	padding: 1.5rem;
}
.text-img2-text small {
	display: block;
	margin-bottom: 0;
}
.text-img2-text .h6 {
	margin-top: 0.75rem;
	margin-bottom: 1rem;
}
.text-img2-text pre {
	font-size: 0.9375rem;
	line-height: 1.5rem;
	color: var(--small_text);
}
.text-img2 .item:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0%;
	width: 0%;
	height: 0.25rem;
	background-color: var(--colour1);
	transition: all .4s;
}
.text-img2 .item:hover:after {
	content: "";
	width: 100%;
}
.colour2 .text-img2 .item:hover:after {
	content: "";
	background-color: var(--colour2);
}

@media screen and (max-width:575.8px) {
.text-img2 {
	padding: 0 5%;
}
}
/*图文模块3*/

.text-img3 {
	text-align: left;
	max-width: 90rem;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-flow: dense;
	grid-gap: 1rem 3rem;
}
.text-img3>div, .text-img3>a {
	display: flex;
	align-items: center;
	grid-column: span 1;
	grid-row: span 1;
	padding: 1rem 1.5rem;
	border-radius: 0.25rem;
}
.text-img3>div:nth-child(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	position: relative;
	grid-area: 1 / 2 / 4 / 3;
}
.text-img3>div:nth-child(1)>div {
	width: 260px;
	max-width: 260px;
	transform:scale(1.1); 
}
.text-img3>a>div {
	display: flex;
	width: 100%;
}
.text-img3>a img {
	width: 100%;
}
.text-img3-box {
	position: absolute;
	z-index: 2;
	left: 3.5%;
	right: 4%;
	top: 5.5%;
	bottom: 1.5%;
	width: auto;
	border-radius: 0 0 1rem 1rem;
	overflow: hidden;
}
.text-img3-box img {
	width: 100%;
	height: 100%;
}
.text-img3-box .owl-stage-outer, .text-img3-box .owl-stage, .text-img3-box .owl-item, .text-img3-box .item {
	height: 100%;
}
.text-img3 .item-icon {
	padding-right: 1rem;
	text-align: center;
}
.text-img3 .icon {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 1.5rem;
	font-size: 1.5rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: var(--colour1);
}
.colour2 .text-img3 .icon {
	color: var(--colour2);
}
.text-img3 font {
	display: inline-block;
	margin-top: 1rem;
	width: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.5rem;
	color: #ccc;
	border: 1px solid rgba(0,0,0,0.05);
	transition: all 0.4s;
}
.text-img3 p {
	font-weight: bold;
}
.text-img3 pre {
	font-size: 0.9375rem;
	color: var(--small_text);
}
.text-img3>a.active {
	background: #fff;
}
.text-img3>a.active p {
	color: var(--colour1);
}
.colour2 .text-img3>a.active p {
	color: var(--colour2);
}
.text-img3>a.active font {
	color: #fff;
	border: 1px solid var(--colour1);
	background: var(--colour1)
}
.colour2 .text-img3>a.active font {
	color: #fff;
	border: 1px solid var(--colour2);
	background: var(--colour2)
}
.dark-bg .text-img3 .icon {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.dark-bg .text-img3 font {
	border: 1px solid rgba(255,255,255,0.05);
}

.text-img3-box .owl-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2.5rem;
	z-index: 3;
	margin: 0;
}



@media screen and (max-width:991.8px) {
.text-img3 {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-auto-flow: dense;
	grid-gap: 1rem 3rem;
}
.text-img3>div {
	display: flex;
	align-items: center;
	grid-column: span 1;
	grid-row: span 1;
}
.text-img3>div:nth-child(1) {
	grid-area: 1 / 1 / 5 / 2;
}
.text-img3>div:nth-child(1)>div {
	transform:scale(1); 
}
}

@media screen and (max-width:767.8px) {
.text-img3 {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-auto-flow: dense;
	grid-gap: 1.5rem 1.5rem;
}
.text-img3>div {
	display: flex;
	align-items: center;
	grid-column: span 1;
	grid-row: span 1;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 0.5rem;
}
.text-img3>div:nth-child(1) {
	grid-area: 1 / 1 / 1 / 3;
	grid-column: span 2;
	grid-row: span 2;
}
.text-img3 .item-icon {
	padding-right: 1.5rem;
}
.text-img3>div {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.text-img3>div:nth-child(1)>div {
	margin: auto;
	width: 15rem;
	max-width: 70%;
	border-bottom: none;
}
.text-img3-box {
	border-radius: 0.5rem;
}
}

@media screen and (max-width:575.8px) {
.text-img3 {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-auto-flow: dense;
	grid-gap: 1rem 1rem;
}
.text-img3>div, .text-img3>a {
	display: none;
	align-items: center;
	grid-column: span 1;
	grid-row: span 1;
}
.text-img3>div:nth-child(1) {
	display: block;
	grid-area: 1 / 1 / 1 / 1;
	grid-column: span 1;
	grid-row: span 1;
}
}
/*图标文案4*/
.text-img4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}
.text-img4 .item {
	width: 20%;
	padding: 0.5rem 2rem;
	text-align: center;
}
.text-img4 .item .icon {
	position: relative;
	display: inline-block;
	margin-bottom: 1.5rem;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	font-size: 2rem;
	color: var(--colour1);
	transition: color 0.4s;
}
.text-img4 .item:hover .icon {
	color: #fff!important;
	transition: color 0.4s;
}
.text-img4 .item .icon:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid var(--colour1);
	border-radius: 50%;
	transition: all .4s;
}
.text-img4 .item:hover .icon:after {
	content: "";
	background-color: var(--colour1);
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
.text-img4 .item-title {
	margin-bottom: 1rem;
	font-weight: bold;
	transition: all 0.4s;
}
.text-img4 .item:hover .item-title {
	color: var(--colour1);
}
.text-img4 pre {
	text-align: left;
	font-size: 0.9375rem;
	color: var(--small_text);
}
.colour2 .text-img4 .item .icon {
	color: var(--colour2);
}
.colour2 .text-img4 .item .icon:after {
	content: "";
	border: 1px solid var(--colour2);
}
.colour2 .text-img4 .item:hover .icon:after {
	content: "";
	background-color: var(--colour2);
}
.colour2 .text-img4 .item:hover .item-title {
	color: var(--colour2);
}
.dark-bg .text-img4 .item .icon:after {
	content: "";
	background-color: rgba(0,0,0,0.1);
}


@media screen and (max-width:1199.8px) {
.text-img4 .item {
	width: 25%;
	padding: 1.5rem;
}

}

@media screen and (max-width:991.8px) {
.text-img4 .item {
	width: 33.33%;
	padding: 1.5rem;
}
}

@media screen and (max-width:767.8px) {
.text-img4 .item {
	width: 50%;
	padding: 1rem;
}
.text-img4 .item .icon {
	margin-bottom: 1.5rem;
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 1.5rem;
}
}

@media screen and (max-width:767.8px) {
.text-img4 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.text-img4 .item {
	padding: 0.5rem;
}
}
/*图文模块5*/
.text-img5 {
	margin: auto;
}
.text-img5 .item {
	position: relative;
	padding: 0 3rem;
}
.text-img5 .item:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 100%;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));
	transition: all .4s;
}
.text-img5 .h5 {
	transition: all 0.4s;
}
.text-img5 small {
	display: inline-block;
	font-size: 93.75%;
	text-align: left;
}
.text-img5 .icon-box {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	border-radius: 0.5rem;
	overflow: hidden;
	transition: all 0.4s;
}
.text-img5 .icon-box:hover {
	background: #fff;
}
.text-img5 .icon-box li {
	width: 50%;
	padding: 1.5rem 0.5rem;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-left: 1px solid rgba(0,0,0,0.05);
	transition: all 0.4s;
}
.text-img5 .icon-box li:hover {
	background: var(--colour1);
}
.colour2 .text-img5 .icon-box li:hover {
	background: var(--colour2);
}
.text-img5 .icon-box .icon {
	display: block;
	font-size: 1.75rem;
	color: var(--small_text)
}
.text-img5 .item:hover .h5 {
	color: var(--colour1);
}
.colour2 .text-img5 .item:hover .h5 {
	color: var(--colour2);
}
.text-img5 .icon-box:hover .icon {
	color: var(--colour1)
}
.colour2 .text-img5 .icon-box:hover .icon {
	color: var(--colour2)
}
.text-img5 .icon-box li:hover .icon, .colour2 .text-img5 .icon-box li:hover .icon {
	color: #fff
}
.text-img5 .icon-box li:hover small, .colour2 .text-img5 .icon-box li:hover small {
	color: #fff
}
.white-bg .text-img5 .icon-box:hover {
	background: rgba(0,0,0,0.03);
}
.dark-bg .text-img5 .icon-box:hover {
	background: var(--colour1);
}
.dark-bg.colour2 .text-img5 .icon-box:hover {
	background: var(--colour2);
}
.dark-bg .text-img5 .icon-box .icon {
	display: block;
	font-size: 1.75rem;
	color: #fff;
}
.text-img5 .owl-nav.disabled+.owl-dots {
	margin-top: 1.5rem;
}
.dark-bg .text-img5 .item:after {
	content: "";
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.2), rgba(255,255,255,0));
}
.dark-bg .icon-box li {
	border-top: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(255,255,255,0.1);
}
.text-img5 .icon-box li:nth-of-type(1), .text-img5 .icon-box li:nth-of-type(2) {
	border-top: none;
}
.text-img5 .icon-box li:nth-of-type(Odd) {
	border-left: none;
}

@media screen and (max-width:991.8px) {
.text-img5 .icon-box {
	background: #fff;
}
.text-img5 .h5 {
	font-weight: bold;
	color: var(--colour1)
}
.colour2 .text-img5 .h5 {
	color: var(--colour2)
}
.white-bg .text-img5 .icon-box {
	background: rgba(0,0,0,0.03);
}
.text-img5 .icon-box .icon {
	color: var(--colour1)
}
.colour2 .text-img5 .icon-box .icon {
	color: var(--colour2)
}
}

@media screen and (max-width:767.8px) {
.text-img5 {
	max-width: 25rem;
}
.text-img5 .item {
	position: relative;
	padding: 0 1rem;
}
}
/*图标文案*/
.text-img6 {
	text-align: left;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-flow: dense;
	grid-gap: 1.5rem;
}
.text-img6>.item {
	padding: 1.5rem;
	display: flex;
	align-items: center;
	grid-column: span 1;
	grid-row: span 1;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0.5rem;
	transition: all 0.4s;
}
.text-img6>.item:nth-child(1) {
	text-align: center;
	grid-area: 1 / 4 / 4 / 4;
}
.text-img6 .item>div {
	display: flex;
}
.text-img6 .item-icon {
	display: flex;
	align-items: center;
	margin-right: 1rem;
}
.text-img6 .icon {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 2rem;
	text-align: center;
	color: var(--small_text);
	transition: all 0.4s;
}
.dark-bg .text-img6>.item {
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.1)
}
.text-img6 .item:hover .icon {
	color: #fff;
}
.text-img6>.item:hover {
	border: 1px solid var(--colour1);
	background: var(--colour1);
}
.text-img6 .item:hover .h5, .text-img6 .item:hover .h6, .text-img6 .item:hover p {
	color: var(--dark_text);
}
.text-img6 .item:hover small {
	color: var(--colour1-small-text);
}
.colour2 .text-img6>.item:hover {
	border: 1px solid var(--colour2);
	background: var(--colour2);
}
.colour2 .text-img6 .item:hover small {
	color: var(--colour2-small-text);
}
.text-img6-wap {
	margin-top: 2rem;
	display: none!important;
}
.text-img6-wap .item {
	padding: 1.5rem;
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0,0.1);
	transition: all 0.4s;
}
.text-img6-wap .item>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.text-img6-wap .item>div>div {
	text-align: center;
	width: 100%;
}
.text-img6-wap .item-icon {
	display: inline-block;
}
.text-img6-wap .icon {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 2rem;
	text-align: center;
	color: var(--small_text);
	transition: all 0.4s;
}
.dark-bg .text-img6-wap .item {
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.1)
}
.text-img6-wap .item:hover .icon {
	color: #fff;
}
.text-img6-wap .item:hover {
	border: 1px solid var(--colour1);
	background: var(--colour1);
}
.text-img6-wap .item:hover .h5, .text-img6-wap .item:hover .h6, .text-img6-wap .item:hover p {
	color: var(--dark_text);
}
.text-img6-wap .item:hover small {
	color: var(--colour1-small-text);
}
.colour2 .text-img6-wap .item:hover {
	border: 1px solid var(--colour2);
	background: var(--colour2);
}
.colour2 .text-img6-wap .item:hover small {
	color: var(--colour2-small-text);
}

@media screen and (max-width:1199.8px) {
.text-img6 {
	text-align: left;
	max-width: 90rem;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-auto-flow: dense;
	grid-gap: 1.5rem;
}
.text-img6>.item:nth-child(1) {
	text-align: center;
	grid-area: 1 / 3 / 4 / 3;
}
}

@media screen and (max-width:991.8px) {
.text-img6 {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 1.5rem;
}
.text-img6>.item:nth-child(1) {
	text-align: center;
	grid-area: 1 / 1 / 4 / 1;
}
.text-img6 .icon {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.5rem;
}
}

@media screen and (max-width:575.8px) {
.text-img6 {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-gap: 1.5rem;
}
.text-img6>.item {
	display: none;
}
.text-img6>.item:nth-child(1) {
	display: block;
	text-align: center;
	grid-area: 1 / 1 / 4 / 1;
}
.text-img6-wap {
	display: block!important;
}
}
/*图标文案7*/

.text-img7 {
	text-align: left;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-flow: dense;
	grid-gap: 1.5rem;
}
.text-img7>.item {
	padding: 1.5rem;
	display: flex;
	align-items: center;
	grid-column: span 1;
	grid-row: span 1;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0.5rem;
	transition: all 0.4s;
}
.text-img7>.item:nth-child(1) {
	text-align: center;
	grid-area: 1 / 2 / 4 / 1;
}
.text-img7 .item>div {
	display: flex;
}
.text-img7 .item-icon {
	display: flex;
	align-items: center;
	margin-right: 1rem;
}
.text-img7 .icon {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 2rem;
	text-align: center;
	color: var(--small_text);
	transition: all 0.4s;
}
.dark-bg .text-img7>.item {
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.1)
}
.text-img7 .item:hover .icon {
	color: #fff;
}
.text-img7>.item:hover {
	border: 1px solid var(--colour1);
	background: var(--colour1);
}
.text-img7 .item:hover .h5, .text-img7 .item:hover .h6, .text-img7 .item:hover p {
	color: var(--dark_text);
}
.text-img7 .item:hover small {
	color: var(--colour1-small-text);
}
.colour2 .text-img7>.item:hover {
	border: 1px solid var(--colour2);
	background: var(--colour2);
}
.colour2 .text-img7 .item:hover small {
	color: var(--colour2-small-text);
}

@media screen and (max-width:1199.8px) {
.text-img7 {
	text-align: left;
	max-width: 90rem;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-auto-flow: dense;
	grid-gap: 1.5rem;
}
.text-img7>.item:nth-child(1) {
	text-align: center;
	grid-area: 1 / 2 / 4 / 1;
}
}

@media screen and (max-width:991.8px) {
.text-img7 {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 1.5rem;
}
.text-img7>.item:nth-child(1) {
	text-align: center;
	grid-area: 1 / 1 / 4 / 1;
}
.text-img7 .icon {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.5rem;
}
}

@media screen and (max-width:575.8px) {
.text-img7 {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-gap: 1.5rem;
}
.text-img7>.item {
	display: none;
}
.text-img7>.item:nth-child(1) {
	display: block;
	text-align: center;
	grid-area: 1 / 1 / 4 / 1;
}
}
/**/
.tabs2-nav {
	margin-top: -1rem;
	justify-content: center;
	border-bottom: none;
}
.tabs2-nav li {
	margin: 0 1rem;
	font-size: 0.9375rem;
	color: var(--small_text);
}
.tabs2-nav li .active {
	color: var(--colour1);
}
.tabs2-nav span {
	display: block;
	font-size: 2rem;
	color: inherit;
}
.tabs2-nav font {
	color: inherit;
}
.tabs2-content .tab-body {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4rem 0;
}
.tabs2-content .tab-body>div {
	width: 47%;
	display: flex;
	align-items: center;
}
.tabs2-content .tab-body .item-img {
	justify-content: center;
}
.tabs2-content .tab-body .item-img img {
	border-radius: 1rem;
}
.tabs2-content .tab-body .item-info {
	text-align: left;
}
.tabs2-content .tab-body .item-info .h3 {
	margin-bottom: 1em;
}
.tabs2-content .item-btn {
	margin-top: 2.5rem;
	display: inline-block;
	padding: 0 2.5em;
	font-size: 0.9375rem;
	line-height: 2.75rem;
	color: var(--small_text);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0.5rem;
	transition: all 0.4s;
}
.tabs2-content .item-btn:hover {
	color: #fff;
	background: var(--colour1);
}
.colour2 .tabs2-nav li .active {
	color: var(--colour2);
}
.colour2 .tabs2-content .item-btn:hover {
	padding: 0 3em;
	color: #fff;
	background: var(--colour2);
}

@media screen and (max-width:991.8px) {
.tabs2-nav font {
	font-size: 0.9375rem;
}
.tabs2-content .tab-body {
	padding: 2rem 0;
}
.tabs2-content .tab-body>div {
	padding: 1rem 0;
	width: 100%;
	display: flex;
	align-items: center;
}
.tabs2-content .tab-body .item-img {
	justify-content: center;
}
.tabs2-content .tab-body .item-img img {
	max-height: 20rem;
}
.tabs2-content .tab-body .item-info {
	text-align: center;
}
.tabs2-content .tab-body .item-info p {
	text-align: left;
}
.tabs2-content .item-btn {
	color: #fff;
	background: var(--colour1);
}
.colour2 .tabs2-content .item-btn {
	padding: 0 3em;
	color: #fff;
	background: var(--colour2);
}
}

@media screen and (max-width:768.8px) {
.tabs-box {
	position: relative;
}
.tabs2-nav {
	position: sticky;
	;
	z-index: 1;
	left: 0;
	top: 3.5rem;
	justify-content: space-between;
	padding: 1rem 5%;
	background: var(--grey_bg);
}
.white-bg .tabs2-nav {

	background: #fff;
}
.dark-bg .tabs2-nav {
	background: var(--dark_colour1);
}
.colour2.dark-bg .tabs2-nav {
	background: var(--dark_colour2);
}
.tabs2-nav li {
	width: 29%;
	padding: 0;
	margin: 2%;
}
.tabs2-nav li a {
	display: block;
	padding: 0.5rem;
	background: #fff;
	border-radius: 0.25rem;
	font-weight: bold;
}
.white-bg .tabs2-nav li a {
	background: #f7f7f7;
}
.dark-bg .tabs2-nav li a {
	color: #fff;
	background: rgba(255,255,255,0.2);
}
.tabs2-nav li a.active {
	color: #fff;
	background: var(--colour1);
}
.colour2 .tabs2-nav li a.active {
	background: var(--colour2);
}
.tabs2-nav li span {
	display: none;
}
.colour2 .tabs2-nav li a font {
	line-height: 1em;
}
.colour2 .tabs2-nav li a.active font {
	color: #fff;
}
.tabs2-content .tab-body {
	padding: 0;
}
}

@media screen and (max-width:575.8px) {
.tabs2-nav li {
	width: 46%;
	padding: 0;
	margin: 2%;
}
.tabs2-nav li a {
	display: block;
	padding: 0.5rem;
	border-radius: 0.25rem;
}
.tabs2-nav li a.active {
	color: #fff;
	background: var(--colour1);
}
.colour2 .tabs2-nav li a.active {
	background: var(--colour2);
}
.tabs2-nav li span {
	display: none;
}
.colour2 .tabs2-nav li a.active font {
	color: #fff;
}
.tabs2-content .tab-body {
	padding: 0;
}
}
/*图文模板8*/
.text-img8 {
	display: flex;
	flex-wrap: wrap;
	max-width: 100rem;
	margin: auto;
}
.text-img8 .item {
	width: 25%;
	padding: 1rem;
}
.text-img8 .item>div {
	min-height: 100%;
	border-radius: 0.5rem;
	padding: 1.5rem 2.5rem;
	background: #fff;
	transition: all 0.4s;
}
.white-bg .text-img8 .item>div {
	background: #f7f7f7;
}
.dark-bg .text-img8 .item>div {
	background: rgba(255,255,255,0.1);
}
.text-img8 .item .icon {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 1em;
	color: var(--colour1);
	transition: all 0.4s;
}
.text-img8 .item .h6 {
	font-weight: bold;
}
.text-img8 .item>div:hover {
	background: var(--colour1);
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
.text-img8 .item>div:hover .icon, .text-img8 .item>div:hover .h6 {
	color: #fff;
}
.text-img8 .item>div:hover small {
	color: var(--colour1-small-text);
}
.colour2 .text-img8 .item .icon {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 1em;
	color: var(--colour2);
	transition: all 0.4s;
}
.colour2 .text-img8 .item>div:hover {
	background: var(--colour2);
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
.colour2 .text-img8 .item>div:hover small {
	color: var(--colour2-small-text);
}
.text-img8-wap {
	display: none!important;
	width: auto;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.text-img8-wap .item {
	padding: 0.5rem;
}
.text-img8-wap .item>div {
	border-radius: 0.5rem;
	padding: 1rem;
	background: #fff;
	transition: all 0.4s;
}
.white-bg-wap .text-img8 .item>div {
	background: #f7f7f7;
}
.dark-bg-wap .text-img8 .item>div {
	background: rgba(255,255,255,0.1);
}
.text-img8-wap .item .icon {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 1em;
	color: var(--colour1);
	transition: all 0.4s;
}
.text-img8-wap .item .h6 {
	font-weight: bold;
}
.text-img8-wap .item>div:hover {
	background: var(--colour1);
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
.text-img8-wap .item>div:hover .icon, .text-img8-wap .item>div:hover .h6 {
	color: #fff;
}
.text-img8-wap .item>div:hover small {
	color: var(--colour1-small-text);
}
.colour2 .text-img8-wap .item .icon {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 1em;
	color: var(--colour2);
	transition: all 0.4s;
}
.colour2 .text-img8-wap .item>div:hover {
	background: var(--colour2);
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
.colour2 .text-img8-wap .item>div:hover small {
	color: var(--colour2-small-text);
}

@media screen and (max-width:1199.8px) {
.text-img8 .item {
	width: 33.33%;
	padding: 1rem;
}
}

@media screen and (max-width:991.8px) {
.text-img8 .item {
	width: 50%;
	padding: 0.5rem;
}
}

@media screen and (max-width:767.8px) {
.text-img8 {
	display: none!important;
}
.text-img8-wap {
	display: block!important;
}
}

@media screen and (max-width:575.8px) {
.text-img8 .item {
	width: 100%;
	padding: 0.75rem 0;
}
}
/*图文9*/
.text-img9 {
	display: flex;
	flex-wrap: wrap;
	max-width: 98rem;
	margin: auto;
}
.text-img9 .item {
	width: 33.33%;
	padding: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	transition: all 0.4s;
}
.dark-bg .text-img9 .item {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.text-img9 .item:hover {
	background: #f7f7f7;
}
.dark-bg .text-img9 .item:hover {
	background: #fff;
}
.text-img9 .item>div {
	display: flex;
	flex-wrap: wrap;
}
.text-img9 .item .item-img {
    display: flex;
	align-items: center;
	width: 48%;
	overflow: hidden;
}
.text-img9 .item .item-img img {
	transition: all 0.4s;
}
.text-img9 .item:hover .item-img img {
	transform: scale(1.1);
}
.text-img9 .item .item-info {
	padding-left: 1.5rem;
	width: 52%;
	text-align: left;
}
.text-img9 .item .h5 {
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	font-weight: bold;
	color: var(--colour1);
}
.text-img9 .item p {
	margin: 0;
	font-size: 0.9375rem;
}
.img9-item-text {
	text-align: left;
	margin-top: 3rem;
	width: 100%;
	padding: 1.5em 0;
	background: var(--colour1);
}
.img9-item-text p {
	margin: 0;
	color: #fff;
}
.colour2 .text-img9 .item .h5 {
	color: var(--colour2);
}
.colour2 .img9-item-text {
	background: var(--colour2);
}
.dark-bg .img9-item-text {
	background: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width:992px) {
.text-img9 .item:nth-of-type(1), .text-img9 .item:nth-of-type(2), .text-img9 .item:nth-of-type(3) {
	border-top: none;
}
.text-img9 .item:nth-of-type(3n) {
	border-right: none;
}
}

@media screen and (max-width:991.8px) {
.text-img9 .item {
	width: 50%;
	padding: 1.25rem;
}
.text-img9 .item:nth-of-type(1), .text-img9 .item:nth-of-type(2) {
	border-top: none;
}
.text-img9 .item:nth-of-type(2n) {
	border-right: none;
}
}

@media screen and (max-width:575.8px) {
.text-img9 .item {
	width: 100%;
	padding: 0.5rem 0rem;
}
.text-img9 .item:nth-of-type(1), .text-img9 .item:nth-of-type(2) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-img9 .item {
	border-right: none;
}
.text-img9 .item .item-img {
	width: 40%;
	overflow: hidden;
}
.text-img9 .item .item-info {
	width:60%;

}
}
/*图文10*/
.text-img10-box {
	position: relative;
	z-index: 3;
	max-width: 85rem;
	margin: auto;
}
.text-img10-box .item-bg {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%, 55%);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.text-img10-box .item-bg span {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	background: var(--colour1);
	border-radius: 50%;
	opacity: 0.1;
}
.text-img10-box .item-bg span:nth-of-type(1) {
	transform: translate(-50%, 0%) scale(0.6);
}
.text-img10-box .item-bg span:nth-of-type(2) {
	transform: translate(-50%, 0%) scale(0.80);
}
.colour2 .text-img10-box span {
	background: var(--colour2);
}
.text-img10 {
	position: relative;
	z-index: 3;
	display: block;
	margin: auto;
}
.text-img10 .owl-stage {
	display: flex;
}
.text-img10 .item {
	height: 100%;
}
.text-img10 .item {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.text-img10 .item img {
	width: auto;
	max-height: 68%;
	max-width: 72%;
	border-radius: 0.75rem 0.75rem 0 0;
}
.text-img10.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
}
.text-img10 .owl-dots .owl-dot span, .text-img10 .owl-dots .owl-dot.active span {
	position: relative;
	z-index: 1;
	transform: scale(1);
	padding: 0;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: var(--colour1);
}
.colour2 .text-img10 .owl-dots .owl-dot span {
	background: var(--colour2);
}




.text-img10 .owl-dots .owl-dot:hover span, .text-img10 .owl-dots .owl-dot.active span {
	background-color: var(--colour2);
}
.colour2 .text-img10 .owl-dots .owl-dot:hover span,.colour2  .text-img10 .owl-dots .owl-dot.active span {
	background-color: var(--colour1);
}
.text-img10 .owl-dots .owl-dot span:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: var(--colour1);
	border-radius: 50%;
	transform: scale(1.25);
	opacity: 0.2;
	transition: all .4s;
}
.colour2 .text-img10 .owl-dots .owl-dot span:after {
	background-color: var(--colour2);
}
.text-img10 .owl-dots .owl-dot.active span:after, .text-img10 .owl-dots .owl-dot:hover span:after {
	content: "";
	background-color: var(--colour2);
}
.colour2 .text-img10 .owl-dots .owl-dot.active span:after, .colour2 .text-img10 .owl-dots .owl-dot:hover span:after {
	content: "";
	background-color: var(--colour1);
}
.text-img10 .owl-dots .owl-dot small {
	display: block;
	margin-top: 1rem;
}
.text-img10 .owl-dots .owl-dot.active small, .text-img10 .owl-dots .owl-dot:hover small {
	color: var(--colour2);
}
.colour2 .text-img10 .owl-dots .owl-dot.active small, .colour2 .text-img10 .owl-dots .owl-dot:hover small {
	color: var(--colour1);
}

@media(min-width:992px) {
.text-img10 {
	position: relative;
	z-index: 3;
	display: block;
	height: 0;
	padding-bottom: 45%;
	margin: auto;
}
.text-img10 .owl-stage-outer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
}
.text-img10 .owl-stage, .text-img10 .owl-item, .text-img10 .item {
	height: 100%;
}
.text-img10 .owl-dots .owl-dot {
	position: absolute;
	z-index: 4;
}
.text-img10 .owl-dots .owl-dot:nth-of-type(1) {
	top: 0;
	right: 58%;
}
.text-img10 .owl-dots .owl-dot:nth-of-type(2) {
	top: 0;
	left: 58%;
}
.text-img10 .owl-dots .owl-dot:nth-of-type(3) {
	top: 15%;
	right: 75%;
}
.text-img10 .owl-dots .owl-dot:nth-of-type(4) {
	top: 15%;
	left: 75%;
}
.text-img10 .owl-dots .owl-dot:nth-of-type(5) {
	top: 40%;
	right: 86%;
}
.text-img10 .owl-dots .owl-dot:nth-of-type(6) {
	top: 40%;
	left: 86%;
}
.text-img10 .owl-dots .owl-dot:nth-of-type(7) {
	top: 70%;
	right: 94%;
}
.text-img10 .owl-dots .owl-dot:nth-of-type(8) {
	top: 70%;
	left: 94%;
}
}

@media(max-width:991.8px) {
.text-img10 {
	position: relative;
	display: flex!important;
	flex-wrap: wrap;
}
.text-img10 .item img {
	max-width: 85vw;
	max-height: 60vw;
}
.text-img10 .owl-stage-outer {
	order: 1;
	position: static;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	width: 100%;
	height: auto;
}
.text-img10 .owl-dots {
	display: flex;
	flex-wrap: wrap;
	order: 0;
	width: 100%;
	padding: 0 5%;
	margin-bottom: 2rem;
}
.text-img10 .owl-dots .owl-dot {
	margin: 0.5rem 0;
	width: 25%;
}
.text-img10 .owl-dots .owl-dot span, .text-img10 .owl-dots .owl-dot.active span {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.25rem;
}
.text-img10 .owl-dots .owl-dot small {
	font-size: 0.875rem;
	line-height: 1.375em;
	max-height: 2.75rem;
	max-width: 3.5rem;
	margin: 1rem auto 0.5rem;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
}

@media(max-width:767.8px) {
.text-img10 .owl-dots {
	padding: 0%;
}
}
/**/
.text-img11 {
	position: relative;
	overflow: hidden;
}
.text-img11-bg {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	transform: translate(0%, 28%);
}
.show2-btn {
	position: relative;
	z-index: 5;
	text-align: center;
	max-width: 100rem;
	margin: -2rem auto 6rem;
	font-size: 0;
}
.show2-btn a {
	display: inline-block;
	position: relative;
	width: 17%;
	margin: 0 1.5%;
	min-width: 12rem;
	padding: 1rem;
	font-size: 0.9375rem;
	background: #fff;
	border-radius: 0.25rem;
	vertical-align: bottom;
}
.white-bg .show2-btn a {
	background: #f7f7f7;
}
.show2-btn a.active {
	color: #fff;
	background: var(--colour1);
}
.colour2 .show2-btn a.active {
	color: #fff;
	background: var(--colour2);
}
.show2-btn a .zoom-img {
	margin: 1rem 0 0;
	border-radius: 0.25rem;
	overflow: hidden;
}
.show2-btn a .h6 {
	margin: 0.25rem 0;
	font-weight: bold;
	text-align: center;
}
.show2-btn a .info {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 95%;
	margin: 0;
	padding: 0 1em;
	background: #f7f7f7;
	border-radius: 0.25rem;
}
.show2-btn a:hover .info {
	padding: 1em;
}
.show2-btn a pre {
	margin: 0;
	line-height: 1.5em;
	height: 0;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.4s;
}
.show2-btn a:hover pre {
	height: 4.5em;
}
.show2-btn a.active pre {
	color: #fff;
}
.show2-btn a.active .info {
	background: var(--colour1);
}
.colour2 .show2-btn a.active .info {
	background: var(--colour2);
}
.text-img11-box {
	position: relative;
	width: 80%;
	max-width: 65rem;
	padding-bottom: 2vh;
	margin: auto;
}
.text-img11-img {
	max-width: 40rem;
	margin: auto;
}
.text-img11-img .owl-stage {
	display: flex;
}
.text-img11-img .owl-theme, .text-img11-img .item {
	height: 100%;
}
.text-img11-img .item {
	display: flex;
	align-items: flex-end;
}
.text-img11-img img {
	width: 100%;
	border-radius: 5rem 5rem 0 0;
}

@media (min-width:1200px) {
.show2-btn a:nth-of-type(1), .show2-btn a:nth-of-type(5) {
	transform: translate(0%, 8rem);
}
.show2-btn a:nth-of-type(2), .show2-btn a:nth-of-type(4) {
	transform: translate(0%, 3rem);
}
}

@media (max-width:1199.8px) {
.show2-btn {
	padding-bottom: 20px;
	display: flex;
}
.show2-btn a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 8rem;
	min-width: inherit;
	margin: 0.5rem;
}
.show2-btn a .zoom-img {
	order: 0;
	margin: 0 auto;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	overflow: hidden;
}
.show2-btn a .zoom-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.show2-btn a .h6 {
	width: 100%;
	order: 1;
	font-size: 0.9375rem;
	margin: 0.75rem 0 0;
	font-weight: bold;
}
.show2-btn a pre {
	display: none;
}
}

@media (max-width:1199.8px) {
.show2-btn {
	display: block;
	text-align: center;
	padding: 0 5%;
}
.show2-btn a {
	display: inline-block;
	width: 30%;
	margin: 1%;
	padding: 0.25rem;
}
.show2-btn a .h6 {
	margin: 0;
	line-height: 2rem;
}
.show2-btn a .zoom-img {
	display: none;
}
.text-img11-img img {
	width: 100%;
	border-radius: 3rem 3rem 0 0;
}
}

@media (max-width:991.8px) {
.show2-btn a {
	width: 48%;
}
.show2-btn {
	margin: 0 auto 2rem;
	padding: 0;
	text-align: left;
}
.show2-btn a .info {
	display: none;
}
.text-img11-box {
	width: 100%;
}
.text-img11-img {

	width: 100%;
	margin-left: 50%;
	transform: translate(-50%, 0);
}
.text-img11-img img {
	width: 100%;
	border-radius: 1.5rem 1.5rem 0 0;
}
}

@media (max-width:767.8px) {
.show2-btn {
	margin: 0 auto 3rem;
}
.text-img11-box {
	width: 100%;
}
}
/**/
.text-img12 {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
.text-img12 li {
	width: 16.6%;
	padding: 1rem;
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid rgba(0,0,0,0.05);
}
.text-img12 li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 0.25rem;
	overflow: hidden;
}
.text-img12 li .logo-img {
	width: 100%;
}
.text-img12 li a img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 900%;
}
.text-img12 .logo-name {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background: var(--colour1);
	opacity: 0;
	transform: translate(0%, 100%);
	transition: all .4s;
}
.text-img12 li:hover .logo-name {
	opacity: 1;

	transform: translate(0%, 0%);
}
.text-img12 .logo-name span {
	color: #fff;
	opacity: 0;
	transition: all .4s;
}
.text-img12 li:hover .logo-name span {
	opacity: 1;
	transition-delay: 0.45s;
}
.dark-bg .text-img12 li {
	border: 1px solid rgba(255,255,255,0.05);
}
.colour2 .text-img12 .logo-name {
	background: var(--colour2);
}

@media(max-width:1199.8px) {
.text-img12 li {
	width: 20%;
}
}

@media(max-width:991.8px) {
.text-img12 li {
	width: 25%;
}
}

@media(max-width:767.8px) {
.text-img12 li {
	width: 33.33%;
	padding: 0.5rem;
}
}

@media(max-width:565.8px) {
.text-img12 li {
	width: 50%;
	padding: 0.5rem;
}
}
/**/
.text-img13 {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	text-align: left;
}
.text-img13 .left {
	width: 35%;
	padding: 3rem 2rem;
	color: #fff;
	border-radius: 1rem 0 0 1rem;
}
.text-img13 .right {
	width: 65%;
	padding: 3rem 2rem 2rem;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 0 1rem 1rem 0;
}
.text-img13 .h6 {
	margin-bottom: 1rem;
}
.text-img13 p {
	font-size: 0.9375rem;
}
.text-img13-img .item .img {
	border-radius: 0.25rem 0.25rem 0 0;
	overflow: hidden;
}
.text-img13-img .item span {
	display: block;
	padding: 0.5rem 0;
	font-size: 0.9375rem;
	text-align: center;
	background: rgba(0,0,0,0.02);
	border: 1px solid rgba(0,0,0,0.08);
	color: var(--small_text);
	border-radius: 0 0 0.25rem 0.25rem;
	transition: all 0.4s;
}
.white-bg .text-img13 .right {
	background: rgba(0,0,0,0.02);
}
.white-bg .text-img13-img .item span {
	background: #fff;
}
.text-img13-img .item:hover span, .white-bg .text-img13-img .item:hover span {
	background: var(--colour1);
	border: 1px solid var(--colour1);
	color: #fff;
}
.colour2 .text-img13-img .item:hover span, .white-bg.colour2 .text-img13-img .item:hover span {
	background: var(--colour2);
	border: 1px solid var(--colour2);
}

@media(max-width:991.8px) {
.text-img13 .left {
	width: 100%;
	padding: 3rem 2rem;
	border-radius: 1rem 1rem 0 0;
}
.text-img13 .right {
	width: 100%;
	padding: 3rem 2rem 2rem;
	border-radius: 0 0 1rem 1rem;
}
}

@media(max-width:991.8px) {
.text-img13 .left {
	padding: 2rem 1.25rem;
}
.text-img13 .right {
	padding: 2rem 1.25rem 1.25rem;
}
}
/**/
.text-img14 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}
.text-img14 .left {
	position: relative;
	width: 40%;
}
.text-img14 .text-img14-img {
	width: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
}
.text-img14-img, .text-img14-img .owl-stage-outer, .text-img14-img .owl-stage, .text-img14-img .owl-item, .text-img14-img .item {
	height: 100%;
}
.text-img14-img .item {
	position: relative;
	overflow: hidden;
}
.text-img14-img .img {
	z-index: 1;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all 0.4s;
}
.text-img14-img .item:hover .img {
	transform: scale(1.1);
}
.text-img14-img .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 0.75rem 1rem;
	font-size: 0.9375rem;
	text-align: left;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.text-img14 .right {
	width: 60%;
	padding-left: 3rem;
}
.text-img14 li {
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
	background: #fff;
	transition: all 0.4s;
	overflow: hidden;
}
.text-img14 li:hover {
	background: var(--colour1);
}
.colour2 .text-img14 li:hover {
	background: var(--colour2);
}
.text-img14 li:last-of-type {
	margin-bottom: 0rem;
}
.text-img14 li .img {
	flex-shrink: 0;
	width: 20%;
	min-width: 10rem;
}
.text-img14 li .img img {
	width: 100%;
	height: 100%;
}
.text-img14 li .info {
	padding: 1rem 1.5rem;
	padding-left: 1rem;
	text-align: left;
	width: 100%;
}
.white-bg .text-img14 li .info {
	background: rgba(0,0,0,0.03);
}
.text-img14 li h6 {
	margin: 0 0 0.75rem;
	transition: all 0.4s;
}
.text-img14 li pre {
	margin: 0px;
	line-height: 1.5em;
	max-height: 4.5em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--small_text);
	transition: all 0.4s;
}
.text-img14 li:hover h6, .text-img14 li:hover pre {
	color: #fff;
}

@media(min-width:992px) {
.text-img14 .text-img14-img {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}
}

@media(max-width:991.8px) {
.text-img14 .left {
	width: 100%;
}
.text-img14-img, .text-img14-img .owl-stage-outer, .text-img14-img .owl-stage, .text-img14-img .owl-item, .text-img14-img .item {
	height: auto;
}
.text-img14-img .img {
	width: 100%;
	height: 58vw;
}
.text-img14 .right {
	width: 100%;
	padding-top: 4rem;
	padding-left: 0rem;
}
}

@media(max-width:575.8px) {
.text-img14 li {
	flex-wrap: wrap;
}
.text-img14 li .img {
	flex-shrink: 0;
	width: 100%;
}
.text-img14 li .info {
	width: 100%;
	padding: 1.5rem 1rem;
}
}
/*图文模块15*/
.text-img15 {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	padding: 3vh 4% 0;
}
.text-img15 li {
	position: relative;
	width: 23.5%;
	margin: 0.75%;
	border-radius: 0.5rem;
	overflow: hidden;
}
.text-img15 li .img {
	width: 100%;
	height: 0px;
	padding-bottom: 60%;
	background: var(--dark_colour1);
	transition: all .4s;
}
.text-img15 li:hover .img {
	background: var(--colour1);
	transition: all .4s;
}
.text-img15 li .img>div {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0.5;
	transition: all .4s;
}
.text-img15 li:hover .img>div {
	opacity: 0.2;
}
.text-img15 li .info {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.text-img15 li .info>div {
	width: 100%;
	height: 100%;
	padding: 20% 10% 0;
	text-align: center;
	transition: all .4s;
}
.text-img15 li:hover .info>div {
	padding-top: 6%;
}
.text-img15 li .info>div .icon {
	display: inline-block;
	margin-bottom: 1rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 3rem;
	color: #fff;
	transition: all .4s;
}
.text-img15 li .info>div .title {
	position: relative;
	margin: 0px 0px 1rem;
	font-size: 1.125rem;
	line-height: 1.75em;
	color: #fff;
}
.text-img15 li .info>div p {
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.5em;
	height: 4.5em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	transition: all .4s;
}
.text-img15 li:hover .info>div p {
	opacity: 1;
}
.colour2 .text-img15 li .img {
	background: var(--dark_colour2);
}
.colour2 .text-img15 li:hover .img {
	background: var(--colour2);
}

@media(min-width:1600px) {
.text-img15 {
	padding: 3vh 3% 0;
}
}

@media(max-width:1599.8px) {
.text-img15 li .info>div .title {
	margin: 0 0 1rem;
	font-size: 1rem;
}
.text-img15 li .info>div .icon {
	display: inline-block;
	margin-bottom: 0.5rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 2rem;
	color: #fff;
	transition: all .4s;
}
}

@media(max-width:991.8px) {
.text-img15 {
	padding: 1rem 1.5rem 0;
}
.text-img15 li {
	position: relative;
	width: 48%;
	margin: 1%;
}
.text-img15 li .img {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 60%;
	background: #333;
	transition: all .4s;
}
.text-img15 li .img>div {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
	opacity: 1;
	transition: all .4s;
}
.text-img15 li:hover .img>div {
	opacity: 1;
}
.text-img15 li .info {
	position: static;
	width: 100%;
	height: 100%;
}
.text-img15 li .info>div {
	width: 100%;
	height: 100%;
	padding: 1rem;
	text-align: center;
	color: #fff;
	transition: all .4s;
}
.text-img15 li:hover .info>div {
	padding: 1rem;
}
.text-img15 li .info>div {
	background: #fff;
}
.white-bg .text-img15 li .info>div {
	background: rgba(0, 0, 0, 0.03);
}
.text-img15 li .info>div .icon {
	display: none;
	margin: 0.5rem 0 1rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 2rem;
	color: var(--colour1);

	transition: all .4s;
}
.colour2 .text-img15 li .info>div .icon {
	color: var(--colour2);
}
.text-img15 li .info>div .title {
	position: relative;
	margin: 0px 0px 0px;
	font-size: 1rem;
	line-height: 1.75em;
	color: #333;
}
.text-img15 li .info>div p {
	font-size: 0.9375rem;
	color: var(--text);
	height: 6em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 1;
	transition: all .4s;
}
}

@media(max-width:767.8px) {
.text-img15 {
	padding: 1rem 1.5rem 0;
}
.text-img15 li {
	position: relative;
	width: 100%;
	margin: 2% 1%;
}
}
/*16*/
.text-img16 {
	display: flex;
	margin: auto;
}
.text-img16 .left {
	flex-shrink: 0;
	width: 20rem;
	background-position: center;
	background-size: cover;
	border-radius: 0.5rem;
}
.text-img16 .right {
	padding-left: 7%;
	width: 100%;
}
.text-img16 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.text-img16 li {
	position: relative;
	display: flex;
	width: 49%;
	margin: 2% 0 0;
	padding: 2rem;
	border-radius: 0.5rem;
	background: #fff;
	transition: all 0.4s;
}
.white-bg .text-img16 li {
	background: rgba(0,0,0,0.03);
}
.text-img16 li .title {
	margin: 0 0 1rem;
	color: var(--colour1);
	transition: all 0.4s;
}
.colour2 .text-img16 li .title {
	color: var(--colour2);
}
.text-img16 li .title span{
	font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
	display: inline-block;
	margin-right: 0.5rem;
	font-size: 2.5rem;
	line-height: 0.875em;
	vertical-align:middle;
	color: rgba(0,0,0,0);
    -webkit-text-stroke: 1px var(--colour1);
}
.colour2 .text-img16 li .title span{
	-webkit-text-stroke: 1px var(--colour2);
}


.text-img16 li pre {
	margin: 0;
	transition: all 0.4s;
}
.dark-bg .text-img16 li pre {
	color: var(--text)
}

@media(min-width:992px) {
.text-img16 li:hover {
	background: var(--colour1);
}
.colour2 .text-img16 li:hover {
	background: var(--colour2);
}
.text-img16 li:hover .title, .text-img16 li:hover pre {
	color: #fff;
}
.text-img16 li:hover .title span, .colour2 .text-img16 li:hover .title span {
    -webkit-text-stroke: 1px #fff;
}
}

@media(max-width:991.8px) {
.text-img16 .left {
	display: none;
}
.text-img16 .right {
	padding-left: 0%;
}
.text-img16 .right .head-title {
	text-align: center;
}
}

@media(max-width:768.8px) {
.text-img16 li {
	width: 100%;
}
}
/**/
.text-img17 {
	width: 100%;
	display: flex;
	margin: auto;
}
.text-img17 .left {
	flex-shrink: 0;
	width: 20rem;
	background-position: center;
	background-size: cover;
}
.text-img17 .right {
	flex-shrink: 1;
	padding-left: 7%;
	width: 100%;
	overflow: hidden;
}
.text-img17-img {
	width: 100%;
	text-align: center;
}
.text-img17-img .item {
	margin-top: 10px;
	transition: all 0.4s;
}
.text-img17-img .item:hover {
	transform: translate(0%, -10px);
}
.text-img17-img .title {
	margin: 1rem 0;
	transition: all 0.4s;
}
.text-img17-img .item:hover .title {
	color: var(--colour1);
}
.colour2 .text-img17-img .item:hover .title {
	color: var(--colour2);
}
.text-img17-img .img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background-position: center;
	background-size: cover;
	border-radius: 0.5rem;
	overflow: hidden;
}
.text-img17-img .img img {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
}

@media(max-width:991.8px) {
.text-img17 .left {
	display: none;
}
.text-img17 .right {
	padding-left: 0%;
}
.text-img17 .right .head-title {
	text-align: center;
}
}

@media(max-width:768.8px) {
.text-img17 li {
	width: 100%;
}
}
/*18*/
.mode-banner {
	display: block;
	width: 100%;
	height: 100vh;
	background: #070415;
	font-size: 0px;
	overflow: hidden;
}
.wap .mode-banner {
	height: auto;
}
.mode-banner .owl-stage-outer, .mode-banner .owl-stage, .mode-banner .owl-item, .mode-banner .item {
	height: 100%;
}
.mode-banner .item {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 50%;
	max-width: 30rem;
}
.myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-position: center center;
	object-fit: cover; /*裁切视频/图片 */
	z-index: 3;
}
video.myVideo::-webkit-media-controls {
 display:none !important;
}
.wap .myVideo {
	position: static;
}
.mode-banner .item a.vglnk {
	display: none;
}
.mode-banner .owl-dots {
	position: absolute;
	z-index: 2;
	left: 5%;
	bottom: 5%;
	margin: 0px;
}

@media(min-width:1600px) {
.mode-banner {
	position: relative;
}
}

@media(min-width:1200px) {
.banner-wap {
	display: none!important;
}
.mode-banner {
	margin: 0px;
}
.mode-banner .item a {
	display: block;
	width: 100%;
	height: 100%;
}
}

@media screen and (max-width:1199.8px) {
.mode-banner {
	position: relative;
	overflow: hidden;
}
}
.mode-banner .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 90px;
	background: #fff;
	margin: 0;
	padding: 20px;
	padding-left: 30px;
	line-height: 36px;
}
.mode-banner .owl-nav #counter {
	display: inline-block;
	margin-right: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #999;
	vertical-align: bottom;
}
.mode-banner .owl-nav #counter span {
	color: #333;
	vertical-align: bottom;
}
.mode-banner .owl-nav #interval {
	display: inline-block;
	height: 20px;
	width: 1px;
	margin: 8px;
	background: #ccc;
	vertical-align: bottom;
}
.mode-banner .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	vertical-align: bottom;
}
.mode-banner .owl-nav [class*=owl-]:hover {
	text-decoration: none
}
.mode-banner .owl-nav .disabled {
	opacity: 0.3;
	cursor: default
}
.mode-banner .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 28px;
	height: inherit;
	line-height: inherit;
	color: #333;
	transition: all .4s;
}
.mode-banner .owl-nav [class*=owl-]:hover i {
	color: #43b244;
}
.mode-banner .owl-nav [class*=owl-] i {
	color: #333;
}

@media screen and (max-width:767.8px) {
.mode-banner .owl-nav {
	display: none;
}
}

/*内页一屏*/
@media(min-width:992px) {
.web-one-page {
	display: flex;
	align-items: center;
	height: 100vh;
}
}
/*视频模板*/
.video-cutting {
	width: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	object-fit: cover;
}
.video-box {
	font-size: 0;
}
/*视频弹出*/
#video-modal {
}
#video-modal .video-box {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
#video-modal .modal-dialog {
	position: absolute;
	z-index: 1001;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -80%);
}
#video-modal.show .modal-dialog {
	transform: translate(-50%, -50%);
}
#video-modal .modal-content {
	padding: 0px;
	border: none;
	border-radius: 0px;
}
#video-modal .modal-header {
	border: none;
	padding: 0;
}
#video-modal #video-close {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	opacity: 1;
	background: #000;
	text-shadow: none !important;
	transition: all .3s;
}
#video-modal #video-close:hover {
	opacity: 1;
	background: var(--colour1);
}
#video-modal #video-close span {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	font-size: 1.75rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#video-modal .modal-body {
	font-size: 0;
	padding: 0;
	border: nono;
	border-radius: 0;
}

#video-modal .modal-body #video {
	width: 100%;
}
#video-modal .modal-dialog {
	width: 900px;
	max-width: 92%;
}
/*标签切换视频*/
.video1-box {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 98rem;
	margin: auto;
}
.video1-tabs {
	display: block;
	order: 1;
	width: 30%;
	border: none;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.dark-bg .video1-tabs {
	border-left: 1px solid rgba(255,255,255,0.2);
}
.video1-tabs li {
	width: 100%;
	margin-bottom: 1.25rem;
}
.video1-tabs li:last-child {
	margin-bottom: 0rem;
}
.video1-tabs li a {
	position: relative;
	display: inline-block;
	padding: 0.25rem 0;
	padding-left: 2rem;
}
.video1-tabs li a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	width: 0.1875rem;
	height: 0%;
	background-color: var(--colour1);
	transition: all .4s;
}
.colour2 .video1-tabs li a:before {
	content: "";
	background-color: var(--colour2);
}
.video1-tabs li a.active:before {
	content: "";
	height: 100%;
}
.video1-tabs li a .h4 {
	margin-bottom: 0.25rem;
	font-weight: bold;
}
.video1-tabs li a.active .h4, .colour1 .video1-tabs li a.active .h4 {
	color: var(--colour1)
}
.colour2 .video1-tabs li a.active .h4 {
	color: var(--colour2)
}
.video1-tabs li a span {
	color: var(--small_text);
}
.dark-bg .video1-tabs li a span {
	color: var(--dark_small_text);
}
.video1-content {
	width: 65%;
}
.video1-content .tab-pane {
	position: relative;
	border: 0.5rem solid #000;
	background: #000;
	border-radius: 1rem;
}
.video1-content .tab-pane:before, .video1-content .tab-pane:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	bottom: -0.5rem;
	left: 2rem;
	right: 2rem;
	box-shadow: 0px 0px 2rem rgba(0,0,0,0.5);
	border-radius: 100%;
}
.video1-content .video-box {
	width: 100%;
}
.video1 {
	position: relative;
	z-index: 1;
	width: 100%;
}
.video1.pause:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	width: 3rem;
	height: 3rem;
	background-color: var(--colour1);
	border-radius: 50%;
}

@media screen and (max-width:991.8px) {
.video1-content {
	width: 100%;
}
.video1-tabs {
	margin-bottom: 2rem;
	order: 0;
	width: 100%;
	border-left: none;
	font-size: 0;
}
.video1-tabs li {
	display: inline-block;
	width: 33.33%;
	padding: 0 1%;
}
.video1-tabs li a {
	display: block;
	padding: 0.75rem 1rem;
	text-align: center;
	border-radius: 0.25rem;
	background: #f7f7f7;
}
.video1-tabs li a.active {
	background: var(--colour1);
}
.video1-tabs li a.active .h4, .colour1 .video1-tabs li a.active .h4 {
	color: #fff;
}
.video1-tabs li a:before {
	display: none;
}
.video1-tabs li a span {
	display: none;
}
.video1-tabs li a .h4 {
	font-size: 0.9375rem;
	margin: 0;
}
}

@media screen and (max-width:767.8px) {
.video1-tabs li {
	margin-bottom: 0.25rem;
	display: inline-block;
	width: 50%;
	padding: 0 1%;
}
}
/*视频模块2*/
.owl-video {
	max-width:98rem;
	margin: auto;
}
.owl-video .item, .owl-video video {
	width: 100%!important;
	height: 100%!important;
	font-size: 0px;
}
.owl-video .owl-nav [class*=owl-] {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 150px;
	margin: 0;
	border-radius: 0;
	transition: all 0.4s;
}
.owl-video .owl-nav [class*=owl-].owl-prev {
	left: 0;
	background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}
.owl-video .owl-nav [class*=owl-].owl-next {
	right: 0;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}
.owl-video .owl-nav [class*=owl-].owl-prev:hover {
	left: 0;
	background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}
.owl-video .owl-nav [class*=owl-].owl-next:hover {
	right: 0;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}
.owl-video .owl-nav {
	margin: 0;
}
.owl-video .owl-nav [class*=owl-] i {
	font-size: 2rem;
	color: #fff;
}
.owl-video .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2rem;
}

@media screen and (max-width:991.8px) {
.owl-video .owl-nav {
	display: none;
}
.owl-video .owl-dots {
	position: static;
	margin-top: 1rem;
}
}
/*视频弹出链接*/

.video-list-box {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.video-list-box li {
	width: 20%;
	padding: 1%;
}
a.video-link>div {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 0.25rem;
	overflow: hidden;
}
a.video-link>div:before, .video-box:before {
	content: "\a62";
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	width: 5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	font-family: "iconfont" !important;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
	background: var(--colour2);
	border-radius: 0.5rem;
	opacity: 0.7;
	transition: all .4s;
}
a.video-link:hover>div:before, .video-box:hover:before {
	opacity: 1;
	background: var(--colour1);
}
.video-box.play:before {
	opacity: 0;
}
.colour2 a.video-link>div:before, .colour2 .video-box:before {
	background: var(--colour1);
}
.colour2 a.video-link:hover>div:before, .colour2 .video-box:hover:before {
	background: var(--colour2);
}
.video-list-box li a span {
	display: block;
	margin: 0.75rem 0;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	text-align: center;
}
.video-list-box li a div {
	overflow: hidden;
}
.video-list-box li a:hover span {
	color: var(--colour1);
}
.video-list-box li a:hover span {
	color: var(--colour2);
}

@media screen and (max-width:1599.8px) {
.video-list-box li {
	width: 25%;
	padding: 1%;
}
}

@media screen and (max-width:1199.8px) {
.video-list-box li {
	width: 33.33%;
	padding: 1%;
}
}

@media screen and (max-width:991.8px) {
a.video-link>div:before, .video-box:before {
	content: "\a62";
	width: 3rem;
	height: 2.25rem;
	line-height: 2.25rem;
	font-family: "iconfont" !important;
	font-size: 1rem;
}
.video-list-box {
	margin-left: -2%;
	margin-right: -2%;
}
.video-list-box li {
	width: 50%;
	padding: 2%;
}
}
/*视频2*/
.owl-video2 {
	position: relative;
	max-width: 98rem;
	margin: auto;
}
.owl-video2 .item {
	display: flex;
	background: #000;
	border-radius: 1rem;
	overflow: hidden;
}
.owl-video2 .item .video-box {
	width: 70%;
	align-self: center;
	overflow: hidden;
}
.video-box {
	position: relative;
}
.owl-video2 .item .video-box video {
}
.owl-video2 .item .owl-video2-text {
	min-height: 100%;
	width: 30%;
	padding: 4rem 2.5rem;
	background: #fff;
}
.owl-video2 .item .h4 {
	margin-bottom: 3rem;
}
.owl-video2 .item .h6 {
	color: var(--small_text)
}
.owl-video2 .item pre {
	font-size: 0.9375rem;
	line-height: 1.5rem;
}
.colour1.dark-bg .owl-video2 .item .owl-video2-text {
	background: var(--colour1);
}
.colour1.dark-bg .owl-video2 .item .h6 {
	color: var(--dark_text)
}
.owl-video2 .owl-dots {
	text-align: left;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.owl-video2 .owl-dots .owl-dot {
	width: 12.5%;
	padding: 0.5rem!important;
	margin: 0;
}
.white-bg .owl-video2 .item .owl-video2-text {
	background: var(--dark_text);
}
.owl-video2 .owl-dots .owl-dot img {
	border-radius: 0.25rem;
}

@media screen and (max-width:1399.8px) {
.owl-video2 .item .video-box {
	width: 65%;
}
.owl-video2 .item .owl-video2-text {
	width: 35%;
}
.owl-video2 .owl-dots .owl-dot {
	width: 20%;
}
}

@media screen and (max-width:991.8px) {
.owl-video2 .item {
	display: flex;
	flex-wrap: wrap;
}
.owl-video2 .item .video-box {
	width: 100%;
}
.owl-video2 .item .owl-video2-text {
	width: 100%;
	padding: 2rem 2rem 1rem;
}
.owl-video2 .item .h4 {
	margin-bottom: 1.5rem;
}
.owl-video2 .owl-dots .owl-dot {
	width: 25%;
}
}
/*滚动视频模块3*/
.video-mode3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 98rem;
	margin: auto;
}
.owl-video3 {
	position: relative;
	z-index: 3;
	width: 60%;
	border: 0.5rem solid #000;
	background: #000;
	border-radius: 1rem;
}
.owl-video3:before, .owl-video3:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	bottom: -0.5rem;
	left: 2rem;
	right: 2rem;
	box-shadow: 0px 0px 2rem rgba(0,0,0,0.5);
	border-radius: 100%;
}
.owl-video3 .item {
	position: relative;
	z-index: 2;
}
.owl-video3 .item .owl-video3-title {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.5rem 9.5rem 0.5rem 1rem;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.owl-video3 .owl-dots {
	position: absolute;
	z-index: 3;
	right: 1rem;
	bottom: 0.5rem;
	margin: 0;
}
.video3-tabs {
	width: 35%;
	border: 1px solid #ebebeb;
	border-radius: 0.5rem;
	background: #fff;
}
.video3-tabs li {
	padding: 1rem 2rem;
	border-top: 1px solid #ebebeb;
}
.video3-tabs li:first-of-type {
	border-top: none;
}
.video3-tabs li .title{
	margin: 0 0 0.75rem;
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.25em;
	font-weight: bold;
	color: var(--text);
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.video3-tabs li.active .title{
	color: var(--colour1);
}
.video3-tabs li span {
	max-height: 3rem;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.9375rem;
	line-height: 1.5em;
	color: var(--small_text);
}
.owl-video3 .video-box, .owl-video3 video {
	width: 100%!important;
	height: 100%!important;
}

@media screen and (max-width:991.8px) {
.owl-video3 {
	width: 100%;
}
.owl-video3 .owl-dots {
	position: static;
	margin: 1rem 0 0;
}
.video3-tabs {
	display: none;
}
}
/*视频4*/
.video4 {
	display: flex;
	max-width: 98rem;
	margin: auto;
}
.video4>div {
	width: 50%;
	display: flex;
	align-items: center;
}
.video-content div{
	width: 100%;
}
.video4 .video-content video{
	min-height: 100%;
}
.owl-video4 .video-content:before, .owl-video4 .video-content:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	bottom: -0.5rem;
	left: 2rem;
	right: 2rem;
	box-shadow: 0px 0px 2rem rgba(0,0,0,0.5);
	border-radius: 100%;
}
.video4 .video-info {
	padding-left: 5%;
}
.video-right.video4 .video-content {
	order: 1;
}
.video-right.video4 .video-info {
	order: 0;
	padding-left: 0;
	padding-right: 5%;
}

@media screen and (max-width:991.8px) {
.video4 {
	display: flex;
	flex-wrap: wrap;
}
.video4>div {
	width: 100%;
	display: flex;
	align-items: center;
}
.video4 .video-info {
	order: 1!important;
	padding-top: 3rem;
	padding-left: 0%;
	padding-right: 0%;
}
}
/*产品列表*/
.product-list-box {
	margin: auto;
	overflow: hidden;
}
.product-nav-box {
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}

.product-nav-box>div{
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.product-nav-box .h3 {
	flex-shrink: 0;
	font-size: 24px;
	line-height: 50px;
	color: #4d4d4d;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}
.product-nav-box .h3  font{
	display: inline-block;
    vertical-align: middle;
	margin-right: 0.5rem;
}


.product-nav {
	flex-shrink: 1;
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
}
.product-nav a {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-left: 2rem;
	font-size: 16px;
	line-height: 1.25em;
	padding: 1rem 0;
	color: #333;
}
.product-nav a.on, .product-nav a:hover {
	color: var(--colour1);
}
.product-nav a:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 3px;
	background-color: var(--colour1);
	transition: all .4s;
}
.product-nav a:hover:after, .product-nav a.on:after {
	content: "";
	width: 100%;
}
.colour2 .product-nav a.on, .colour2 .product-nav a:hover {
	color: var(--colour2);
}
.colour2 .product-nav a:after {
	content: "";
	background-color: var(--colour2);
}
.product-list {
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	padding: 1rem 0;
	margin-left: -1rem;
	margin-right: -1rem;
}
.product-list li {
	width: 25%;
	padding: 1rem;
}
.product-list .product-list-img {
	position: relative;
	border: 1.25rem solid #ebebeb;
	border-radius: 0.75rem;
}
.product-list .product-list-img:before, .product-list .product-list-img:after {
	content: '';
	background: #fff;
	position: absolute;
	z-index: -2;
	top: 100%;
	bottom: -1.25rem;
	left: 2rem;
	right: 2rem;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	border-radius: 75rem/0.25rem;
}
.product-list .product-list-img img {
	outline: none;
	border: none;
	display: block;
	width: 100%;
	border-radius: 0.5rem;
}
.product-list-img .product-list-text {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	background: rgba(201,174,103,0.9);
	overflow: hidden;
	opacity: 0;
	transition: all .4s;
}
.product-list a:hover .product-list-img .product-list-text {
	opacity: 1;
}
.product-list .product-list-img .product-list-text>div {
	width: 100%;
	padding: 1rem;
	text-align: center;
	opacity: 0;
	transform: translate(0%, 50%);
	transition: all .4s;
}
.product-list a:hover .product-list-img .product-list-text>div {
	opacity: 1;
	transform: translate(0%, 0%);
	transition-delay: 0.25s;
}
.product-list .product-list-img .product-list-text>div strong {
	display: block;
	position: relative;
	font-size: 1.125rem;
	color: #fff;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.product-list .product-list-img .product-list-text>div strong:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 50%;
	width: 1.25rem;
	height: 1px;
	margin-left: -10px;
	background-color: #fff;
}
.product-list .product-list-img .product-list-text p {
	margin: 0px;
	font-size: 15px;
	line-height: 1.75em;
	color: #fff;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-wap-title {
	display: none;
	margin: 1rem 0;
	text-align: center;
}


@media screen and (max-width:1199.8px) {
.product-list li {
	width: 33.33%;
	padding: 1rem;
}    .product-nav a{
        font-size:0.9375rem;
    }
}
@media screen and (max-width:991.8px) {
	.product-nav-box>div{
		flex-wrap: wrap;
	}
	.product-nav-box .h3{
		width: 100%;
		text-align: center;
	}
.product-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
}
.product-nav a {
	margin-left: 0;
	margin: 0 1rem;
}
.product-list {
	padding: 1rem 0;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.product-list li {
	width: 50%;
	padding: 0.75rem;
}
.product-list .product-list-img {
	position: relative;
	border: 1rem solid #ebebeb;
	border-radius: 0.75rem;
}
.product-list a:hover .product-list-img .product-list-text {
	opacity: 0;
}
.product-list .product-list-img .product-list-text>div {
	width: 100%;
	padding: 0.5rem;
	text-align: center;
	opacity: 0;
	transform: translate(0%, 50%);
	transition: all .4s;
}
.product-list .product-list-img:before, .product-list .product-list-img:after {
	content: '';
	background: #fff;
	position: absolute;
	z-index: -2;
	top: 100%;
	bottom: -1rem;
	left: 2rem;
	right: 2rem;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	border-radius: 75rem/0.25rem;
}
 .product-wap-title {
	display: block;
	margin: 1rem 0;
	text-align: center;
}
}

@media screen and (max-width:767.8px) {
.product-nav {
	padding-bottom: 1rem;
	justify-content: space-between;
}
.product-nav a {
	padding: 0px;
	margin-left: 0;
	margin: 1% 0;
	width: 48%;
	font-size: 0.9375rem;
	line-height: 2.75em;
	text-align: center;
	border-radius: 0.4rem;
	background: #fff;
	overflow: hidden;
}
.product-nav a.on, .product-nav a:hover, .colour2 .product-nav a.on, .colour2 .product-nav a:hover {
	color: #fff;
}
.product-nav a:after {
	content: "";
	height: 100%;
}
.product-list {
	padding: 1rem 0;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.product-list li {
	width: 50%;
	padding: 0.5rem;
}
.product-list .product-list-img {
	position: relative;
	border: 0.5rem solid #ebebeb;
	border-radius: 0.75rem;
}
.product-list a:hover .product-list-img .product-list-text {
	opacity: 0;
}
.product-list .product-list-img .product-list-text>div {
	width: 100%;
	padding: 0.5rem;
	text-align: center;
	opacity: 0;
	transform: translate(0%, 50%);
	transition: all .4s;
}
.product-list .product-list-img:before, .product-list .product-list-img:after {
	content: '';
	background: #fff;
	position: absolute;
	z-index: -2;
	top: 100%;
	bottom: -0.5rem;
	left: 2rem;
	right: 2rem;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	border-radius: 75rem/0.25rem;
}
}
/* 分页 */
.pagination {
	justify-content: center;
}
.pagination a, .pagination span {
	display: inline-block;
	padding: 0 1.5rem;
	font-size: 0.9375rem;
	line-height: 3em;
	color: #666;
	background: #fff;
	transition: all .4s;
	border-radius: 5px;
	margin: 0 3px;
}
.pagination a:hover, .pagination .active span {
	background: var(--colour1);
	color: white;
}
