@charset "utf-8";

/* CSS Document */
html {
	font-size: 1px;
}

@media screen and (max-width: 1920px) {
	html {
		font-size: 0.05208333333vw;
	}
}

body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", "微软雅黑", Arial;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	width: 100%;
	margin: 0px auto;
	background-color: #fff;
}

@media (min-width:1000px){
	body ::-webkit-scrollbar{
		width: 5px;
		height: 5px;
		border-radius: 5px;
		background-color: #efefef;
	}
	body ::-webkit-scrollbar-thumb{
		border-radius: 5px;
		background-color: #999;
	}
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

img {
	border: 0;
	display: inline;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

div,
ul,
li,
dl,
dd,
span,
h1,
h2,
p,
h4,
h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.container {
	width: 92%;
	max-width: 1600px;
	margin: 0px auto;
	height: auto;

}

* {
	box-sizing: border-box;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center-y {
	display: flex;
	align-items: center;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

:root {
	--linkColor: #0065b7;
}


.ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.molEllipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

/* 首页 */

header {
	position: fixed;
	width: 100%;
	left: 0%;
	top: 0px;
	z-index: 1000;
	color: #fff;
}

header .container {
	height: 100px;
	padding-left: 0px;
	padding-right: 0px;
}

header .container .logo img {
	height: 57rem;
}

header .container .logo .img2 {
	display: none;
}



header.play .tpright .tel .img2,
header.flow .tpright .tel .img2 {
	display: block;
}

header.play .tpright .tel .img1,
header.flow .tpright .tel .img1 {
	display: none;
}

header .tpright .search .img2 {
	display: none;
}

html.active header .tpright .search .img2,
header.play .tpright .search .img2,
header.flow .tpright .search .img2 {
	display: block;
}

html.active header .tpright .search .img1,
header.play .tpright .search .img1,
header.flow .tpright .search .img1 {
	display: none;
}

header .tpright {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

header .tpright .menu {
	margin-right: 34px;
}

header .tpright .menu ul li {
	
	display: flex;
	align-items: center;
	justify-content: center;
}

header .tpright .menu ul li a.tit {
	display: flex;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all .3s ease;
	height: 100px;
	color: #fff;
	font-size: 18px;
}

header .tpright .menu ul li .lab {
	position: relative;
	overflow: hidden;
}

header .tpright .tel {
	font-style: italic;
	font-size: 18px;
}

header .tpright .tel span {
	font-size: 20px;
	font-weight: 600;
}

header.play .tpright .tel span,
header.flow .tpright .tel span {
	color: var(--linkColor);
}

header .tpright .tel img {
	width: 28rem;
	height: auto;
	margin-right: 6px;
}

header .tpright .search img {
	width: 25rem;
	height: auto;
	display: block;
}

header .tpright .search {
	margin-left: 20px;
}



header .menu ul li .nav_box {
	position: absolute;
	width: 100%;
	top: 100%;
	background-color: #fff;
	height: 0px;
	left: 0px;
	opacity: 0;
	z-index: 110;
	margin: 0 auto;
	transition: all .5s ease;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
}

header .menu ul li .nav_box .container {
	height: auto;
	align-items: stretch;
	display: flex;
}

header .menu ul li .nav_box:before {
	content: "";
	height: 45px;
	width: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(to bottom, #f7f7f7, #fff);
	position: absolute;
}

header .menu ul li:hover .nav_box {
	height: 390px;
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

header .nav_box .nav_left {
	width: 38%;
	margin-right: 55px;
	float: left;
	padding-top: 30px;
	padding-bottom: 39px;
	
}

header .nav_box .nav_left img{
	width: 100%;
	display: block;
	height: 278px;
	object-fit: cover;
}

header .nav_box .nav_right {
	flex: 1;
	overflow: hidden;
	padding-top: 52px;
	padding-bottom: 39px;
}

header .nav_box .nav_right ul {
	gap: 48rem 78rem;
	flex-wrap: wrap;
}

header .nav_box .nav_right ul li {
	min-width: 142px;
	text-align: left;
	margin: 0px;
	justify-content: flex-start;
}

header .nav_box .nav_right ul li a {
	display: inline-block;
	line-height: 1.6;
	position: relative;
	padding: 10px 0px;
	font-size: 18px;
}

header .nav_box .nav_right ul li a:before {
	content: "";
	position: absolute;
	left: 0px;
	height: 2px;
	background-color: var(--linkColor);
	width: 0px;
	bottom: 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

header .nav_box .nav_right ul li a:hover:before {
	width: 100%;
}

header.play,
header.flow {
	background-color: #fff;
}

header .nav_box .nav_right ul li a:hover {
	color: var(--linkColor);
}

header.play .tpright .menu ul li a.tit,
header.flow .tpright .menu ul li a.tit {
	color: #333;
}

header .nav_box .nav_class {
	position: relative;
	background-color: #f6f6f6;
	height: 100%;
	width: 312px;
	z-index: 3;
	padding-top: 24rem;
}

header .nav_box .nav_class:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 3000px;
	height: 100%;
	background-color: #f6f6f6;
	top: 0;
}

header .menu ul li:hover .nav_box.no1 {
	height: 595px;
}

header .menu ul li .nav_box.no1 .container {
	height: 100%;
}

.banner {
	position: relative;
}

.banner ul li {
	text-align: center;
}

.banner ul li img {
	width: 100%;
	height: auto;
	min-height: 220px;
	object-fit: cover;
	object-position: center center;
}

.banner .btn_num {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 6.5%;
	z-index: 20;
	color: #fff;
	position: absolute;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	line-height: 1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	gap: 3px;
}

.banner .btn_num span {
	font-weight: 600;
}

.banner .btn_num span.active {
	font-size: 35px;
	line-height: 30px;
}

header .menu ul li .nav_box.no1 .nav_list {
	flex: 1;
	overflow: auto;
	padding-top: 49px;
}

header .tpright .menu ul li:hover a.tit {
	color: var(--linkColor);
	font-weight: 600;
}

header .tpright .menu ul li:hover .lab:before {
	background-color: var(--linkColor);
}

header .menu ul li .nav_box .nav_list ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px 30px;
	align-items: stretch;
}

header .menu ul li .nav_box .nav_list ul li {
	margin: 0px;
	text-align: center;
	overflow: hidden;
}

header .menu ul li .nav_box .nav_list ul li a {
	width: 100%;
	display: block;
}

header .menu ul li .nav_box .nav_list ul li a .photo {
	display: block;
	height: 186rem;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f6f6;
}

header .menu ul li .nav_box .nav_list ul li a .photo img {
	max-width: 85%;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

header .menu ul li .nav_box .nav_list ul li a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

header .menu ul li .nav_box .nav_list ul li a .txt {
	padding: 8px 0px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	font-size: 15px;
}

header.play .tpright .tel,
header.flow .tpright .tel {
	color: #333;
}

header .nav_box .nav_class ul li {
	display: block;
	padding: 20px 12px;
	line-height: 1;
	color: #333;
	cursor: pointer;
	position: relative;
	margin: 0px;
	font-size: 18px;
}

header .nav_box .nav_class ul li.cur {
	background-color: #fff;
	color: var(--linkColor);
	font-weight: 600;
}

header .nav_box .nav_class ul li.cur:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 3000px;
	height: 100%;
	background-color: #fff;
	top: 0;
}

header .menu ul li .nav_box .nav_list .tabcontent_1 .list {
	display: none;
}

header .menu ul li .nav_box .nav_list .tabcontent_1 .list.cur {
	display: grid;
}

header .menu ul li .nav_box .nav_list ul li a:hover .txt {
	color: var(--linkColor);
}

/*移动菜单*/
.menubtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 40px;
	right: 0px;
	z-index: 100;
	display: none;
	position: relative;
	margin-left: 20px;

}

.menubtn .navbar-icons {
	height: 20px;
	width: 100%;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.menubtn .navbar-icons span {
	display: block;
	height: 2px;
	width: 100%;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background-color: #fff;
	position: relative;
	border-radius: 5px;
}

.menubtn .navbar-icons span:first-child {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	width: 70%;
}

.menubtn .navbar-icons span:nth-child(3) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
	opacity: 0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
}

.menu-mc {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 500;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	display: none;

}

.menu-mc.active {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.menu-mc .list {
	flex: 1;
	overflow: auto;
	border-top: 1px solid rgba(0, 0, 0, .19);
}

.menu-mc .list ul {}

.menu-mc .list ul li {
	line-height: 60px;

}

.menu-mc .list ul li .submenu {
	display: none;
}

.menu-mc .list ul li .title {
	border-bottom: 1px solid rgba(0, 0, 0, .19);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #fff;
	padding: 0px 5%;
	color: #333;
}

.menu-mc .list ul li .title.active {
	background-color: var(--linkColor);
	color: #fff;
}

.menu-mc .list ul li .title .iconfont {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.menu-mc .list ul li .title.active .iconfont {
	display: block;
	transform: rotate(180deg);
}

.menu-mc .list ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
}

.menu-mc .list ul li .submenu {
	border-bottom: 1px solid rgba(0, 0, 0, .19);
	padding-bottom: 10px;
}

.menu-mc .list ul li .submenu a {
	padding-left: 20px;
	line-height: 45px;
	color: #666;
}

.menu-mc .list ul li .submenu a:hover {

	font-weight: 600;
}

html.active header .menubtn .navbar-icons span,
header.play .menubtn .navbar-icons span,
header.flow .menubtn .navbar-icons span {
	background-color: #fff;
}

.part_1 {
	background-image: url(../images/index_04.jpg);
	background-position: center;
	background-size: cover;
}

.part_1 .container {
	height: 959rem;
	padding-top: 53rem;
	padding-bottom: 81rem;
	position: relative;
}

.index_bt {
	line-height: 1;
	margin-bottom: 55rem;
}

.index_bt .title {
	font-weight: 600;
	font-size: 58rem;
	color: #000;
}

.index_bt .eng {
	color: #666;
	font-size: 19rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20rem;
}

.part_1 .index_bt {
	padding-top: 5%;
}

.part_1 .items {
	width: 180rem;
	height: 180rem;
	min-width: 50px;
	min-height: 50px;
	background-image: url(../images/icon_09.png);
	background-position: center;
	background-size: cover;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 24rem;
	color: #333;
	text-align: center;
	line-height: 1;
	gap: 5px;
}

.part_1 .items .title {
	color: var(--linkColor);
	font-size: 20rem;
	white-space: nowrap;
}

.part_1 .items .title .num {
	font-size: 55rem;
	font-weight: 600;
}

.part_1 .items .desc {
	line-height: 1.2;
	white-space: nowrap;
}

.part_1 .items.no1 {
	width: 199rem;
	height: 199rem;
	right: 76rem;
	top: 53rem;
}

.part_1 .items.no2 {
	width: 184rem;
	height: 184rem;
	right: 429rem;
	top: 172rem;
}

.part_1 .items.no3 {
	width: 159rem;
	height: 159rem;
	right: 23rem;
	top: 274rem;
}

.part_1 .items.no4 {
	width: 146rem;
	height: 146rem;
	left: 256rem;
	top: 337rem;
}

.part_1 .items.no5 {
	width: 170rem;
	height: 170rem;
	left: 595rem;
	top: 376rem;
}

.part_1 .items.no6 {
	width: 180rem;
	height: 180rem;
	left: 23rem;
	top: 486rem;
}

.part_1 .items.no7 {
	width: 146rem;
	height: 146rem;
	left: 481rem;
	top: 629rem;
}

.part_1 .items.no8 {
	width: 180rem;
	height: 180rem;
	left: 718rem;
	top: 699rem;
}

.index_bt .more {
	position: relative;
	display: block;
	width: 234rem;
	height: 71rem;
}

.index_bt .more .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #b2b4af;
	gap: 7px;
	font-size: 20rem;
}

.index_bt .more .txt .iconfont {
	font-size: 24rem;
}

.index_bt .more:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px #b2b2b2 solid;
	border-radius: 10px 0px 10px 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.index_bt .more:hover:before {
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
}

.index_bt .more:hover .txt {
	color: #fff;
}

.part_2 .ab_desc {
	margin-bottom: 48rem;
	line-height: 1.7;
	font-size: 24rem;
}

.index_about ul {
	gap: 17px;
	align-items: stretch;
}

.index_about ul li {
	flex: 1;
	overflow: hidden;
	border-radius: 44rem 0px 44rem 0px;
	position: relative;
	transition: all .3s;
}

.index_about ul li:hover{
	flex:1.4;
}

.index_about ul li a {
	display: block;
	height: 100%;
	color: #fff;
}

.index_about ul li a .img1 {
	width: 100%;
	height: 313px;
	object-fit: cover;
}

.index_about ul li .xfk {
	position: absolute;
	width: 100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	bottom: 0px;
	left: 0px;
	line-height: 1;
	padding: 30rem;
}

.index_about ul li .xfk .txt {
	font-size: 30rem;
}

.index_about ul li .xfk .icon-Rrl_s_145 {
	font-size: 30px;
}

.part_2 {
	padding-top: 99rem;
	padding-bottom: 133rem;
	background-image: url(../images/index_05.jpg);
	background-position: center;
	background-size: cover;
}

.index_about ul li .content {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 101, 183, 0.7);
	left: 100%;
	top: 0px;
	text-align: center;
	justify-content: center;
	gap: 25rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	padding-top: 10%;
}

.index_about ul li .content .tit {
	font-size: 30rem;
}

.index_about ul li .content .icon-Rrl_s_145 {
	font-size: 30px;
}

.index_about ul li:hover .content {
	left: 0px;
}

.index_about ul li:hover .content .icon img {
	height: 99rem;
	width: auto;
}

.index_about ul li:hover .xfk {
	opacity: 0;
}

.part_3 {
	padding-top: 110rem;
	padding-bottom: 284rem;
	background-color: #f7f8fa;
}

.part_3 .index_bt {
	margin-bottom: 114rem;
}

.index_product ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 31rem;
	align-items: stretch;
}

.index_product ul li a {
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	font-size: 24rem;
}

.index_product ul li a .icon {
	position: relative;
	padding-top: 90%;
	background-color: #fff;
	border-radius: 40rem 0px 40rem 0px;
	margin-bottom: 32rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.index_product ul li a .icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 98rem;
	height: auto;
}

.index_product ul li a:hover .icon {
	background-color: var(--linkColor);
}

.index_product ul li a:hover .txt {
	color: var(--linkColor);
}

.index_product ul li a:hover .icon img {
	filter: grayscale(100%) brightness(300%);
}

.part_4 {
	position: relative;
}

.index_solu ul li a img {
	width: 100%;
	height: auto;
}

.part_4 .index_bt {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	
	align-items: stretch;
	color: #fff;
	z-index: 10;
}

.part_4 .index_bt .tpleft .eng {
	color: #fff;
}

.part_4 .index_bt .title {
	color: #fff;
}

.part_4 .index_bt .more:before {
	border: 1px #fff solid;
}

.part_4 .index_bt .more .txt {
	color: #fff;
}

.part_4 .index_bt .more:hover:before {
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
}

.index_solu ul li {
	position: relative;
}

.index_solu ul li .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	align-items: flex-start;
	text-align: left;
	justify-content: flex-start;
}

.index_solu ul li .content .title {
	font-size: 70rem;
	font-weight: 600;
}

.index_solu ul li .content .icon-jiantou1 {
	font-size: 40px;
	font-weight: normal;
}

.solu_class {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 42rem;
	z-index: 20;
}

.solu_class ul {
	gap: 4px;
}

.solu_class ul li {
	height: 61rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 101, 183, 0.6);
	flex: 1;
	color: #fff;
	font-size: 24rem;
	gap: 17rem;
	cursor: pointer;
}

.solu_class ul li i {
	width: 14rem;
	height: 14rem;
	border-radius: 50%;
	border: 2rem #fff solid;
}

.solu_class ul li.active i {
	background-color: #fff;
}

.solu_class ul li.active {
	background-color: rgba(0, 101, 183, 1);
	font-weight: 600;
}

.part_5 {
	padding-top: 72rem;
	padding-bottom: 121rem;
	background-color: #f8f9fb;
	width: 100%;
	overflow: hidden;
}

.index_services .box{width: 260%;}
.index_services .swiper-button-next, 
.index_services .swiper-button-prev{
	position: fixed;
	--swiper-navigation-size:3vw;
}

.index_services ul li {
	width: 82.9%;
	border-radius: 40rem 0rem 40rem 0rem;
	overflow: hidden;
}

.index_services ul li a {
	display: block;
	position: relative;
	color: #fff;
}

.index_services ul li a img{
	width: 100%;
}

.index_services ul li a .xfk {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 45rem 3%;
}

.index_services ul li a .xfk .title {
	font-size: 30rem;
	font-weight: 600;
}

.index_services ul li a .xfk .desc {
	font-size: 22rem;
	margin-top: 15rem;
	display: none;
}

.index_services ul li.swiper-slide-next a .xfk {
	background-image: linear-gradient(0deg, rgba(0, 90, 164, 1), transparent);
}

.index_services ul li.swiper-slide-next a .xfk .desc {
	display: block;
}

.part_6 {
	padding-top: 115rem;
	padding-bottom: 78rem;
}

.index_new ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 53rem;
	align-items: stretch;
}

.index_new ul li {
	height: 565px;
	border-radius: 57rem 0px 0px 0px;
	overflow: hidden;
}

.index_new ul li a {
	display: block;
}

.index_new ul li a .photo {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	height: 327px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.index_new ul li a .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.index_new ul li a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.index_new ul li a .content {
	padding: 40rem 27rem 20rem;
	font-size: 24rem;
	line-height: 1;
}

.index_new ul li a .content .date {
	margin-bottom: 30rem;
	color: #0E3674;
}

.index_new ul li a .content .cont {
	align-items: flex-start;
}

.index_new ul li a .content .cont .title {
	max-width: 80%;
}

.index_new ul li a .content .cont .more {
	width: 49rem;
	height: 40rem;
	position: relative;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	display: none;
}

.index_new ul li a .content .cont .more:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0064B7;
	border-radius: 14px 0px 14px 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.index_new ul li a .content .cont .more .iconfont {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
}

.index_new ul li:hover {
	display: block;
	box-shadow: 0px 0px 22px rgb(0 100 183 / 7%);
}

.index_new ul li:hover a .photo {
	height: 401px;
}

.index_new ul li:hover a .content .cont .more {
	display: block;
}

.part_6 .index_bt {
	margin-bottom: 85rem;
}

.part_7 {
	background-color: #f7f8fa;
	padding-top: 109rem;
	padding-bottom: 104rem;
	background-image: url(../images/index_17.jpg);
	background-position: center;
	background-size: cover;
}

.part_7 .index_bt {
	margin-bottom:85rem;
	padding-top: 20rem;
}
.index_partner .box{ padding-top: 5px;}
.index_partner ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 29rem 19rem;
	align-items: stretch;
}

.index_partner ul li {
	background-color: #fff;
	height: 108px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30rem 0px 30rem 0px;
	transition: transform .3s ease;
}

.index_partner ul li:hover {
	transform: translateY(-4px);
	border: 1px var(--linkColor) solid;
}

.index_partner .swiper3-pagination{
	width: auto !important;
}

.index_partner .part_btn {
	margin-top: 77rem;
	gap: 17rem;
}

.index_partner .part_btn span {
	border-radius: 50%;
	border: 1px #6C6C6C solid;
	cursor: pointer;
	opacity: 1;
}

.index_partner .part_btn span.active {
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
}

.index_partner .part_btn .iconfont {
	color: #6C6C6C;
	font-size: 19px;
	font-weight: 600;
	cursor: pointer;
}

.index_partner .part_btn .iconfont:hover {
	color: var(--linkColor);
}

.index_partner .part_btn .next:before {
	display: block;
	transform: rotate(180deg);
}

footer {
	border-top: 1px #e3e3e3 solid;
}

footer .foot_1 {
	padding-top: 60px;
	padding-bottom: 40px;
}

footer .foot_1 ul {
	gap: 10px;
	align-items: flex-start;
}

footer .foot_1 ul li.no1 {
	min-width: 140px;
}

footer .foot_1 ul li .tit {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 35rem;
}

footer .foot_1 ul li .sumenu {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 18rem;
}

footer .foot_1 ul li .sumenu a {
	display: block;
	color: #666666;
}

footer .foot_1 ul li .sumenu a:hover {
	color: #333;
}

footer .foot_1 ul li .social {
	gap: 10px;
	margin-bottom: 48rem;
}

footer .foot_1 ul li .social .kefu {
	background-color: #EEEEEE;
	width: 50rem;
	height: 50rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
}

footer .foot_1 ul li .social .kefu:hover {
	background-color: var(--linkColor);
	color: #fff;
}

footer .foot_1 ul li.no2 .media_1 {
	gap: 55rem;
}

footer .foot_1 ul li.no2 .media_1 .txt {
	color: #666;
}

footer .foot_1 ul li.no2 .media_1 .tell {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10rem;
}

footer .foot_1 ul li.no3 .weix {
	width: 110px;
}

.copyright {
	color: #999;
	padding: 15px 0px;
	line-height: 22px;
}

.copyright a {
	color: #999;
}

.copyright .container {
	flex-wrap: wrap;
	gap: 10px;
}

.local {
	background: linear-gradient(to bottom, #f2f3f5, #f8f9fb);
	padding: 20px 0px;
}

.local .container {
	justify-content: flex-end;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.local .icon-icon_zuo:before {
	display: block;
	transform: rotate(180deg);
}

.local .icon-icon_zuo {
	color: #666;
}

.search_box {
	padding-top: 98rem;
	padding-bottom: 89rem;
}

.search_1 {
	align-items: stretch;
	gap: 15rem;
	margin-bottom: 85rem;
}

.search_1 .sumbit {
	width: 258rem;
	height: 86rem;
	background-color: var(--linkColor);
	color: #fff;
	font-size: 24rem;
	border: 0px;
	cursor: pointer;
	outline: none;
}

.search_1 .box {
	flex: 1;
	overflow: hidden;
	padding: 0px 19rem;
	height: 86rem;
	background-color: #f8f8f8;
	gap: 10px;
}

.search_1 .box .formbit {
	flex: 1;
	width: 100%;
	height: 75rem;
	line-height: normal;
	background: none;
	border: 0px;
	outline: none;
}

.search_1 .box .iconfont {
	font-size: 30rem;
	color: #005AA4;
}

.search_tit {
	font-size: 24rem;
	margin-bottom: 40rem;
}

.search_tit .blue {
	color: var(--linkColor);
}

.search_list .items {
	border-top: 1px #ededed solid;
	display: flex;
	align-items: stretch;
	position: relative;
}

.search_list .items:before {
	content: "";
	position: absolute;
	left: 0px;
	top: -1px;
	width: 36px;
	background-color: var(--linkColor);
	height: 2px;
}

.search_list .items .tpleft {
	width: 14.6%;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	padding-top: 32rem;
}

.search_list .items .list {
	flex: 1;
	overflow: hidden;
}

.search_list .blue {
	color: var(--linkColor);
}

.search_list .items .list li {
	border-bottom: 1px #ededed solid;
	padding: 30rem 0px;
}

.search_list .items .list li .title a {
	font-size: 18px;
}

.search_list .items .list li .desc {
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	margin-top: 20rem;
}

.search_list .items .list li:last-child {
	border-bottom: 0px;
}

.search_list .items:last-child .list li:last-child {
	border-bottom: 1px #ededed solid;
}

.loading {
	width: 62rem;
	height: auto;
	margin: 64rem auto 0rem;
}

.ny_banner {
	position: relative;
}

.ny_banner img {
	width: 100%;
	height: auto;
	min-height: 200px;
	object-fit: cover;
	object-position: center center;
}

.ny_banner .container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	line-height: 1;
}

.ny_banner .container .title {
	font-weight: 600;
	font-size: 48rem;
	letter-spacing: 4px;
}

.ny_banner .container .eng {
	font-size: 24rem;
	text-transform: uppercase;
	margin-top: 25rem;
}

.main {
	padding-top: 52rem;
	padding-bottom: 92rem;
}

.product_m {
	display: flex;
	align-items: stretch;
	gap: 25px;
}

.product_m .pro_left {
	width: 295px;
}

.product_m .pro_right {
	flex: 1;
	overflow: hidden;
}

.product_m .pro_left .p_tit {
	font-size: 30rem;
	font-weight: 600;
	color: #333;
	height: 76rem;
	display: flex;
	align-items: center;
	border-bottom: 1px #E3E3E3 solid;
	margin-bottom: 35rem;
}

.product_m .pro_left ul li a {
	height: 56rem;
	display: flex;
	align-items: center;
	padding-left: 30px;
	position: relative;
	color: #333;
	font-size: 18px;
}

.product_m .pro_left ul li a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	border: 1px #C9C9C9 solid;
}

.product_m .pro_left ul li.active a {
	background-color: #F9F9F9;
	border-radius: 14rem 0rem 14rem 0rem;
	color: var(--linkColor);
}

.product_m .pro_left ul li.active a:before {
	display: none;
}

.product_m .pro_right .p_tit {
	font-size: 22rem;
	font-weight: 600;
	color: #333;
	height: 76rem;
	display: flex;
	align-items: center;
	border-bottom: 1px #E3E3E3 solid;
	margin-bottom: 48rem;
}

.pro_list ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 41rem 23rem;
	align-items: stretch;
}

.pro_list ul li a {
	display: block;
}

.pro_list ul li a .photo {
	position: relative;
	display: block;
	height: 304rem;
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
	background-color: #F9F9F9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro_list ul li a .photo img {
	max-width: 85%;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.pro_list ul li a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.pro_list ul li a .title {
	background-color: #005AA4;
	color: #fff;
	padding: 0px 14px;
	height: 48px;
	font-size: 16px;
	gap: 8px;
}

.pro_list ul li {
	overflow: hidden;
}

.pro_list ul li a .title .more {
	width: 35rem;
	height: 35rem;
	position: relative;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.pro_list ul li a .title .more:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px rgba(255, 255, 255, 0.8) solid;
	border-radius: 14rem 0px 14rem 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.pro_list ul li a .title {
	gap: 5px;
}

.pro_list ul li a .title .more .iconfont {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
}

.pro_list ul li a .title .tpleft {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	flex: 1;
}

.pro_banner {
	background-image: url(../images/showico_02.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 195rem;
	padding-bottom: 108rem;
}

.pro_one {
	align-items: flex-end;
}

.pro_one .tpleft {
	width: 38%;
	overflow: hidden;
}

.pro_one .photo {
	width: 48.5%;
}

.pro_one .tpleft .title {
	font-size: 48rem;
	font-weight: 600;
	line-height: 1.1;
}

.pro_one .tpleft .eng {
	font-size: 36rem;
	line-height: 1.1;
	text-transform: uppercase;
	margin-top: 30rem;
	margin-bottom: 70rem;
}

.pro_one .tpleft .desc {
	color: #666;
	font-size: 24rem;
	line-height: 1.7;
	min-height: 196rem;
}

.show_class {
	background-color: #0064B7;
	margin-top: -34px;
	z-index: 14;
	position: sticky;
	top: 100px;
}

.show_class ul li {
	flex: 1;
	overflow: hidden;
	text-align: center;
	line-height: 68px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.show_class ul li.on,
.show_class ul li.active,.show_class ul li:hover {
	background-color: #0089FB;
}

.show_1 {
	padding-top: 84rem;
	padding-bottom: 111rem;
}

.main_bt {
	color: #333;
	margin-bottom: 68rem;
}

.main_bt .tpleft {
	line-height: 1;
	font-size: 40rem;
	font-weight: 600;
	padding-bottom: 29rem;
	position: relative;
}

.main_bt .tpleft:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 34px;
	height: 4rem;
	background-color: var(--linkColor);
}

.show_1 .desc {
	font-size: 22rem;
	color: #333;
	line-height: 1.9;
}

.chara ul {
	align-items: stretch;
}

.chara ul li {
	float: left;
	margin-right: 2%;
	width: 23.5%;
	background-color: #fff;
	padding: 70rem 26rem 35rem;
	border: 1px #F0F0F0 solid;
	text-align: center;
	min-height: 482px;
}

.chara ul li:last-child {
	margin-right: 0px;
}

.chara:after {
	content: "\200B";
	display: block;
	height: 0px;
	overflow: hidden;
	clear: both;
}

.chara ul li .icon {
	width: 138rem;
	height: 138rem;
	border-radius: 50%;
	border: 1px #D5D5D5 solid;
	margin: 0px auto;
}

.chara ul li .icon img {
	height: 74rem;
	width: auto;
}

.chara ul li:hover .icon img {
	filter: grayscale(100%) brightness(300%);
}

.chara ul li .title {
	margin-top: 44rem;
	margin-bottom: 26rem;
	font-size: 21rem;
}

.chara ul li .desc {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}

.show_2 {
	padding-bottom: 75rem;
	padding-top: 45px;
	position: relative;
}

.show_2:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	background-color: #F6F8F9;
	height: 436rem;
}

.show_2 .container {
	position: relative;
	z-index: 2;
}

.chara ul li:hover {
	display: block;
	box-shadow: 0px 0px 22px rgb(0 100 183 / 7%);
}

.chara ul li:hover .icon {
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
}

.chara ul li:hover .title {
	color: var(--linkColor);
}

.chara_bt {
	gap: 10px;
}

.chara_bt .btn {
	width: 48rem;
	height: 48rem;
	border-radius: 50%;
	border: 1px #B2B2B2 solid;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #B2B2B2;
	font-size: 34rem;
	cursor: pointer;
}

.chara_bt .next:before {
	display: block;
	transform: rotate(180deg);
}

.chara_bt .btn:hover {
	background-color: var(--linkColor);
	color: #fff;
	border: 1px var(--linkColor) solid;
}

.show_3 {
	background-color: #F6F8F9;
	padding: 73rem 0rem;
}

.typical {
	align-items: flex-start;
}

.typical .photo {
	width: 58.6%;
}

.typical .tpleft {
	width: 35%;
}

.typical .tpleft .box .title {
	font-size: 40rem;
	margin-bottom: 70rem;
}

.typical .tpleft .box .desc {
	font-size: 22rem;
	color: #666;
	line-height: 2;
}

.typical .tpleft .box {
	margin-top: 187rem;
}

.solu_box {
	display: flex;
	align-items: flex-start;
	gap: 45px;
}

.solu_box .solu_left {
	width: 187px;
}

.solu_box .solu_left ul li a {
	height: 72rem;
	font-size: 24rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f0f1f6;
	border-radius: 10px;
	color: #828282;
}

.solu_box .solu_left ul li {
	margin-bottom: 8px;
}

.solu_box .solu_left ul li.active a,
.solu_box .solu_left ul li a:hover {
	background-color: var(--linkColor);
	color: #fff;
}

.solu_box .solu_right {
	flex: 1;
}

.solu_box .solu_right .so_tit {
	color: var(--linkColor);
	font-size: 30rem;
	height: 72rem;
	margin-bottom: 8px;
	gap: 19rem;
}

.solu_box .solu_right .so_tit:before {
	content: "";
	width: 20rem;
	height: 20rem;
	background-color: var(--linkColor);
}

.solu_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 44rem 54rem;
	align-items: stretch;
}

.solu_list ul li a {
	display: block;
}

.solu_list ul li a .photo {
	position: relative;
	display: block;
	padding-top: 62.4%;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #F9F9F9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
}

.solu_list ul li a .photo img {
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.solu_list ul li a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.solu_list ul li a .title {
	background-color: #fff;
	color: #828282;
	padding: 0px 14px;
	height: 67rem;
	font-size: 23rem;
	gap: 8px;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
}

.solu_list ul li a .photo:after {
	content: "";
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px #fff solid;
	border-radius: 5px;
	position: absolute;
}

.solu_list ul li a .title .more {
	width: 30rem;
	height: 30rem;
	position: relative;
	color: #b3b3b3;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.solu_list ul li a .title .more:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px #dedede solid;
	border-radius: 14rem 0px 14rem 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.solu_list ul li a .title {
	gap: 5px;
	border: 1px #fff solid;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.solu_list ul li a .title .more .iconfont {
	color: #b3b3b3;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
}

.solu_list ul li a .title .tpleft {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	flex: 1;
}

.solu_list ul li a:hover .title {
	border: 1px var(--linkColor) solid;
	color: var(--linkColor);
}

.solu_list ul li a:hover .title .more:before {
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
}

.solu_list ul li a:hover .title .more .iconfont {
	color: #fff;
}

.solu_list ul li {
	overflow: hidden;
	padding: 5px;
}

.ny_banner .container .lab {
	font-size: 36rem;
	margin-top: 25rem;
}

.main_bt.no1 {
	margin-bottom: 25px;
}

.solu_desc .box {
	width: 52%;
	font-size: 16px;
	line-height: 1.8;
}

.solu_desc .photo {
	width: 43.4%;
}

.show_4 {
	padding-top: 80rem;
	padding-bottom: 117rem;
}

.adv_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	align-items: stretch;
}

.adv_list ul li {
	background-color: #F9F9F9;
}

.adv_list ul li .photo {
	position: relative;
	display: block;
	padding-top: 54.4%;
	width: 100%;
	overflow: hidden;
}

.adv_list ul li .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.adv_list ul li:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.adv_list ul li .content {
	padding: 30rem 25rem;
}

.adv_list ul li .content .title {
	font-size: 24rem;
	font-weight: 600;
}

.adv_list ul li .content .desc {
	font-size: 16px;
	color: #666;
	margin-top: 20rem;
	line-height: 1.9;
}

.adv_list ul li:hover .content .title {
	color: var(--linkColor);
}

.main_bt.no2 {
	margin-bottom: 58rem;
}

.safety_list ul li {
	background-color: #f6f8f9;
	display: flex;
	align-items: stretch;
	margin-bottom: 43rem;
}

.safety_list ul li .photo {
	width: 46.9%;
}

.safety_list ul li .photo a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.safety_list ul li .photo a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.safety_list ul li:hover .photo a img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.safety_list ul li .content {
	padding: 20px 75rem 20px 100rem;
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.safety_list ul li .content .title {
	margin-bottom: 35rem;
}

.safety_list ul li .content .title a {
	font-size: 30rem;
	color: #161616;
	line-height: 1.1;
}

.safety_list ul li .content .desc {
	-webkit-line-clamp: 2;
	font-size: 18rem;
	margin-bottom: 36rem;
	line-height: 2;
	color: #333;
}

.safety_list ul li .content .lab {
	text-align: left;
}

.safety_list ul li .content .lab .more {
	position: relative;
	display: block;
	width: 163rem;
	height: 49rem;
}

.safety_list ul li .content .lab .more .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #b2b4af;
	gap: 7px;
	font-size: 14px;
}

.safety_list ul li .content .lab .more .txt .iconfont {
	font-size: 16px;
}

.safety_list ul li .content .lab .more:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px #b2b2b2 solid;
	border-radius: 10px 0px 10px 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.safety_list ul li:hover .content .lab .more:before {
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
}

.safety_list ul li:hover .content .lab .more .txt {
	color: #fff;
}

.safety_list ul li:hover .content .title a {
	color: var(--linkColor);
}

.service_2 {
	width: 100%;
}

.service_2 ul {
	align-items: stretch;
	min-width: 2100px;
}

.service_2 ul li {
	float: left;
	height: unset;
	margin-right: 45rem;
	width: 482rem;
	background-color: #fff;
	padding: 46rem 36rem 58rem;
	text-align: center;
}

.service_2 ul li:last-child {
	margin-right: 0px;
}

.service_2:after {
	content: "\200B";
	display: block;
	height: 0px;
	overflow: hidden;
	clear: both;
}

.service_2 ul li .icon {
	width: 138rem;
	height: 138rem;
	border-radius: 50%;
	border: 1px #D5D5D5 dashed;
	margin: 0px auto;
}

.service_2 ul li .icon img {
	height: 74rem;
	width: auto;
}

.service_2 ul li:hover .icon img {
	filter: grayscale(100%) brightness(300%);
}

.service_2 ul li .title {
	margin-top: 23rem;
	margin-bottom: 32rem;
	font-size: 24rem;
}

.service_2 ul li .desc {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}

.service_2 ul li:hover {
	display: block;
	box-shadow: 0px 0px 22px rgb(0 100 183 / 7%);
}

.service_2 ul li:hover .icon {
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
}

.service_2 ul li:hover .title {
	color: var(--linkColor);
}

.service_2::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: #d6d6d6;
	border-radius: 10px;
}

.service_2::-webkit-scrollbar-thumb {
	background: #a0a0a0;
	scrollbar-arrow-color: #a0a0a0;
	border-radius: 10px;
}

.service_2.swiper {
	padding-bottom: 20px;
}

.service_2 .swiper-pagination {
	top: auto !important;
	height: 6px !important;
	bottom: 0px;
	border-radius: 6px;
	background: #d6d6d6;
	overflow: hidden;
	--swiper-pagination-color: #a0a0a0;
}

.main_bt.no3 {
	margin-bottom: 48rem;
}

.adv_list {
	display: flex;
	align-items: stretch;
	background-color: #F8F9FA;
}

.adv_list .photo {
	width: 51.5%;
}

.adv_list .photo img {
	width: 100%;
	height: 100%;
}

.adv_list .content {
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px 90rem;
	justify-content: center;
	text-align: left;
}

.adv_list .content .title {
	color: var(--linkColor);
	font-size: 40rem;
	margin-bottom: 45rem;
	line-height: 1.1;
}

.adv_list .content .desc {
	font-size: 16px;
	color: #333;
	line-height: 1.9;
}

.show_class1 {
	background-color: #0064B7;
	z-index: 4;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0px;
	width: 92%;
	max-width: 1600px;
}

.show_class1 ul li {
	flex: 1;
	overflow: hidden;
	text-align: center;
	line-height: 68px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.show_class1 ul li.active {
	background-color: #0089FB;
}

.show_class1 ul li a{
	color:#fff;
}

.new_box {
	background-color: #f9fafb;
	padding: 10px;
	position: relative;
	margin-bottom: 39rem;
}

.new_box .new_btn {
	position: absolute;
	bottom: 24rem;
	right: 26rem;
	justify-content: flex-end;
	gap: 5px;
	z-index: 9;
}

.new_box .new_btn span {
	width: 32rem;
	height: 6rem;
	cursor: pointer;
	border: 1px var(--linkColor) solid;
	opacity: 1;
	border-radius: 0;
	transition: all .5s;
}

.new_box .new_btn span.active {
	background-color: var(--linkColor);
}

.new_box ul li {
	display: flex;
	align-items: stretch;
}

.new_box ul li .photo {
	width: 49.1%;
}

.new_box ul li .photo a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.new_box ul li .photo a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.new_box ul li:hover .photo a img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.new_box ul li .content {
	padding: 25px 57rem;
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #333;
}

.new_box ul li .content .title {
	margin-bottom: 30rem;
	width: 100%;
}

.new_box ul li .content .title a {
	font-size: 30rem;
	color: var(--linkColor);
	line-height: 1.1;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.new_box ul li .content .desc {
	-webkit-line-clamp: 2;
	font-size: 18rem;
	margin-bottom: 45rem;
	line-height: 2;
}

.new_box ul li .content .lab {
	text-align: left;
}

.new_box ul li .content .date {
	font-size: 24rem;
	color: #666;
	margin-bottom: 55rem;
}

.new_box ul li .content .lab .more {
	position: relative;
	display: block;
	width: 163rem;
	height: 49rem;
}

.new_box ul li .content .lab .more .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #b2b4af;
	gap: 7px;
	font-size: 14px;
	color: #fff;
}

.new_box ul li .content .lab .more .txt .iconfont {
	font-size: 16px;
}

.new_box ul li .content .lab .more:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
	border-radius: 10px 0px 10px 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.news_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 42rem 38rem;
	align-items: stretch;
}

.news_list ul li {
	background-color: #F9FAFB;
	padding: 10px;
	overflow:hidden;
}


.news_list ul li .photo {
	width: 100%;
}

.news_list ul li .photo a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 71.5%;
}

.news_list ul li .photo a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
	position: absolute;
	left: 0px;
	top: 0px;
}

.news_list ul li:hover .photo a img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.news_list ul li .content {
	padding: 40rem 5px 20px;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.news_list ul li .content .title {
	margin-bottom: 18rem;
	width: 100%;
	display: flex; align-items: center; justify-content: space-between;
	gap: 5px;
}

.news_list ul li .content .title a {
	font-size: 20rem;
	line-height: 1.1;
	flex:1; overflow: hidden;
	 display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;
}
.news_list ul li .content .title .hot img{ display: block;width: 30rem; height: auto;}

.news_list ul li .content .desc {
	-webkit-line-clamp: 2;
	font-size: 16rem;
	margin-bottom: 32rem;
	line-height: 2;
	min-height:45px;
	color: #666;
}

.news_list ul li:hover .content .lab .more:before {
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
}

.news_list ul li:hover .content .lab .more .txt {
	color: #fff;
}

.news_list ul li:hover .content .title a {
	color: var(--linkColor);
}

.news_list ul li .content .infor {
	width: 100%;
}

.news_list ul li .content .infor .date {
	font-size: 18rem;
	color: #666;
}

.news_list ul li .content .infor .more {
	width: 35rem;
	height: 35rem;
	position: relative;
	color: #b3b3b3;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.news_list ul li .content .infor .more:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px #d8d9d9 solid;
	border-radius: 14rem 0px 14rem 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.news_list ul li .content .infor .more .iconfont {
	color: #b3b3b3;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
}

/*翻页*/
.fany {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 113rem;
	text-transform: uppercase;
}

/*分页*/
.divid-a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
}

.divid-a a {
	background: #fff;
	color: #666;
	font-size: 14px;
	min-width: 35px;
	padding: 0px 10px;
	height: 35px;
	cursor: pointer;
	margin: 5px 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #F4F4F4 solid;

}

.divid-a span {
	margin: 5px 10px;
}

.divid-a .active,
.divid-a a:hover {
	color: #fff;
	background: var(--linkColor);
	border: 1px var(--linkColor) solid;
}

.divid-a .icon-icon_zuo {
	font-size: 20px;
}

.divid-a .next .icon-icon_zuo {
	transform: rotate(180deg);
}

.divid-a .omit {
	background: none;
	border: 0px;
	min-width: 15px;
	margin: 0px 1px;
}

.divid-a .omit:hover {
	background: none;
	border: 0px;
	color: #666;
}

.new_midd {
	display: flex;
	align-items: stretch;
	gap: 90rem;
	padding-top: 20px;
}

.new_midd .new_l {
	flex: 1;
	overflow: hidden;
	color: #333;
}

.new_midd .new_r {
	width: 24.5%;
}

.new_midd .new_l .show_top {
	border-bottom: 1px #f1f1f1 solid;
	margin-bottom: 5px;
}

.new_midd .new_l .show_top .title {
	font-size: 35rem;
}

.new_midd .new_l .show_top .sourse {
	font-size: 16px;
	color: #666;
	gap: 28rem;
	padding-top: 28rem;
	padding-bottom: 35rem;
	flex-wrap: wrap;
}

.new_midd .new_l .s_content {
	border-top: 4px #f1f1f1 solid;
	padding-top: 25px;
	font-size: 18px;
	line-height: 2;
}

.new_midd .new_l .s_content p {
	margin-bottom: 70rem;
}

.fany_1 {
	border-top: 1px #f1f1f1 solid;
	font-size: 16px;
	color: #999;
	padding-top: 30px;
}

.fany_1 ul {
	flex: 1;
	overflow: hidden;
}

.fany_1 ul li {
	margin-bottom: 12px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.fany_1 ul li a {
	color: #333;
}

.fany_1 ul li a:hover {
	color: var(--linkColor);
}

.fany_1 ul li:last-child {
	margin-bottom: 0px;
}

.fany_1 .back {
	position: relative;
	display: block;
	width: 163rem;
	height: 49rem;
	margin-right: 10px;
}

.fany_1 .back:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
	border-radius: 10px 0px 10px 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	z-index: -1;
}

.fany_1 .back .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	white-space: nowrap;
	gap: 5px;
}

.new_midd .new_r .show_t {
	border-bottom: 1px #f1f1f1 solid;
}

.new_midd .new_r .show_t .tpleft {
	display: inline-block;
	color: #333;
	font-size: 24rem;
	font-weight: 600;
	line-height: 3;
	position: relative;
}

.new_midd .new_r .show_t .tpleft:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 44px;
	height: 2px;
	background-color: #0064B7;
}

.new_r ul li {
	padding: 32rem 0rem;
	border-bottom: 1px #f1f1f1 solid;
}

.new_r ul li .date {
	font-size: 16px;
	color: var(--linkColor);
}

.new_r ul li .title a {
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.new_r ul li .desc {
	font-size: 14px;
	color: #666666;
	-webkit-line-clamp: 2;
	line-height: 1.8;
}

.new_r ul li .title {
	margin-top: 15px;
	margin-bottom: 10px;
}

.mission {
	margin-top: 55rem;
}

.mission ul {
	gap: 39rem;
	align-items: stretch;
}

.mission ul li {
	flex: 1;
	padding: 82rem 20px;
	display: flex;
	align-items: center;
	color: #333;
	justify-content: center;
	border: 1px #DCDCDC solid;
	border-radius: 44rem 0rem 44rem 0rem;
}

.mission ul li .icon img {
	height: 80rem;
	width: auto;
}

.mission ul li .box {
	gap: 59rem;
}

.mission ul li .box .cont {
	flex: 1;
	overflow: hidden;
}

.mission ul li .box .cont .tit {
	font-size: 30rem;
	font-weight: 600;
}

.mission ul li .box .cont .lab {
	font-size: 16rem;
	line-height: 1.1;
	margin-top: 5px;
}

.mission ul li:hover {
	background-color: var(--linkColor);
	color: #fff;
	border: 1px var(--linkColor) solid;
}

.mission ul li:hover .icon img {
	filter: grayscale(100%) brightness(300%);
}

.about_2 {
	background-image: url(../images/about_04.jpg);
	background-position: center;
	background-size: cover;
	padding: 67px 0px;
}

.about_course .ab_btn {
	margin-top: 70rem;
	gap: 7px;
}

.about_course .ab_btn span {
	width: 10rem;
	height: 10rem;
	background-color: #666666;
	border-radius: 5px;
	opacity: 1;
	transition: all .5s;
}

.about_course .ab_btn span.active {
	background-color: var(--linkColor);
	width: 64rem;
}

.about_3 {
	padding-top: 72px;
	padding-bottom: 104px;
}

.cer_class ul {
	gap: 10px;
}

.cer_class ul li {
	position: relative;
	width: 148rem;
	height: 56rem;
	cursor: pointer;
}

.cer_class ul li:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px #B3B3B3 solid;
	border-radius: 10px 0px 10px 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.cer_class ul li span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #333333;
	font-size: 18rem;
	white-space: nowrap;
}

.cer_class ul li.cur:before {
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
}

.cer_class ul li.cur span {
	color: #fff;
}

.cer_list {
	position: relative;
	padding: 0px 68px;
	background-image: url(../images/about_07.jpg);
	background-position: bottom 70rem center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.about_3 .main_bt {
	margin-bottom: 100rem;
}

.tab-contents .content {
	display: none;
}

.about_4 .jobContents .content.cur,
.tab-contents .content:first-child {
	display: block;
}

.about_4 .jobContents .content {
	display: none;
}

.cer_list {
	position: relative;
}

.cer_list ul li {
	text-align: center;
	float: left;
	width: 17.6%;
	margin-right: 3%;
	font-size: 16px;
}

.cer_list ul li .photo {
	height: 353rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 150px;
	margin-bottom: 98rem;
}

.cer_list ul li .photo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.cer_list:after {
	content: "\200B";
	display: block;
	height: 0px;
	overflow: hidden;
	clear: both;
}

.cer_list ul li:last-child {
	margin-right: 0px;
}

.cer_list ul li:hover {
	color: var(--linkColor);
}

.cer_list ul:after {
	content: "\200B";
	display: block;
	height: 0px;
	overflow: hidden;
	clear: both;
}

.cer_list .btn {
	top: 137rem;
	width: 54rem;
	height: 54rem;
	border-radius: 50%;
	border: 1px #DEDEDE solid;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #DEDEDE;
	z-index: 10;
	position: absolute;
	font-size: 22rem;
	cursor: pointer;
}

.cer_list .prev {
	left: 0px;
}

.cer_list .next {
	right: 0px;
}

.cer_list .btn:hover {
	background-color: var(--linkColor);
	border: 1px var(--linkColor) solid;
	color: #fff;
}

.cer_list .prev:before {
	transform: rotate(180deg);
	display: block;
}

.about_4 {
	background-color: #F8F8F8;
	padding-top: 64px;
	padding-bottom: 30px;
}

.join_1 {
	display: grid;
	grid-template-columns:repeat(2,1fr);
	align-items: stretch;
	gap: 22px 25px;
}

.join_1 .card{
	height:220px;
	position:relative;
}

.join_1 .card:nth-child(n+5){
	display: none;
}

.showall .join_1 .card{
	display: block;
}

.join_1 .box {
	overflow: hidden;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius: 9px;
	background-color:#ffffff;
}

.join_1 .active .box {
	width: 100%;
	height: calc(200% + 22px);
	background-color: var(--linkColor);
	color: #fff;
	z-index:10;
}

.join_1 .active .item .desc{
	overflow:auto;
	overflow-x:hidden;
}

.join_1 .active .box *{
	color:#ffffff !important;
}

.join_1 .active .box .title {
	font-size: 24rem;
	font-weight: 600;
}

.join_1 .active .box .title .iconfont {
	font-size: 18px;
}

.join_1 .active .box .title .close-button{
	transform:rotate(45deg);
}

.join_1 .active .box .num {
	font-size: 18rem;
	margin-bottom: 20rem;
	margin-top: 15rem;
}

.join_1 .active .box .line {
	background-color: #fff;
}

.join_1 .active .box .desc {
	line-height: 1.9;
}

.join_1 .active .box .desc .txt {
	font-size: 18rem;
	font-weight: 600;
	margin-bottom: 18rem;
}

.join_right {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 30rem 39rem;
}

.join_right .item {
	flex:1;
	overflow: hidden;
	display:flex;
	flex-direction:column;
}

.join_right .item .title {
	font-size: 24rem;
	font-weight: 600;
}

.join_right .item .title .iconfont {
	font-size: 18px;
	color: var(--linkColor);
	cursor: pointer;
}

.join_right .item .num {
	font-size: 18rem;
	margin-bottom: 20rem;
	margin-top: 15rem;
	color: var(--linkColor);
}

.join_right .item .line {
	width: 16px;
	height: 2px;
	background-color: var(--linkColor);
}

.join_right .item .desc {
	flex:1;
	overflow: hidden;
	line-height: 1.9;
	font-size: 14px;
	-webkit-line-clamp: 3;
	color: #333;
	margin-top: 30rem;
}

.about_4 .more {
	margin-top: 40rem;
}

.about_4 .more .join_m {
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
	font-size: 18rem;
}

.about_4 .more .join_m .iconfont {
	color: #9C9C9C;
}

.about_5 {
	padding: 79px 0px 0px;
}

.main_bt .tel {
	color: #333;
	font-size: 24rem;
}

.main_bt .tel span {
	color: var(--linkColor);
	font-style: italic;
	font-weight: 600;
}

.main_bt .tel img {
	width: 28rem;
	height: auto;
	margin-right: 6px;
}

.channel_1 {
	background-color: #F8F8F8;
	border: 1px #DEDEDE solid;
	border-radius: 21rem;
	padding: 48rem 134rem;
}

.cha_tit {
	text-align: center;
	line-height: 1;
	margin-bottom: 35rem;
}

.cha_tit .title {
	font-size: 30rem;
}

.cha_tit .desc {
	font-size: 16px;
	color: #333;
	margin-top: 17rem;
}

.channel_1 .formbit {
	width: 100%;
	padding: 0px 10px;
	height: 62rem;
	line-height: normal;
	background-color: #fff;
	border: 0px;
	outline: none;
}

.channel_1 ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

.channel_1 ul li {
	width: 32%;
	font-size: 18rem;
	margin-bottom: 20px;
}

.channel_1 ul li.no2 {
	width: 100%;
}

.channel_1 ul li .txt {
	margin-bottom: 8px;
	color: #333;
}

.channel_1 ul li textarea {
	width: 100%;
	padding: 10px 10px;
	height: 172px;
	line-height: normal;
	background-color: #fff;
	border: 0px;
	outline: none;
}

.channel_1 ul li.last {
	width: 100%;
}

.channel_1 ul li.last .sumbit {
	position: relative;
	width: 181rem;
	height: 56rem;
	border: 0px;
	background: none;
	outline: none;
	cursor: pointer;
	white-space: nowrap;
}

.channel_1 ul li.last .sumbit:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: var(--linkColor);
	border-radius: 10px 0px 10px 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.channel_1 ul li.last .sumbit span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18rem;
}

.about_6 .contact_2 {
	text-align: center;
}
.about_6 .contact_2 .img2{ display: none;}

.about_6{ padding-top: 79px;}
.contact_3 {
	padding-top: 71px;
	padding-bottom: 105px;
}

.contact_3 ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 41rem 31rem;
	align-items: stretch;
}

.contact_3 ul li {
	background-color: #fff;
}

.contact_3 ul li .photo {
	border-radius: 40rem 0rem 0rem 0rem;
	position: relative;
	display: block;
	padding-top: 63%;
	width: 100%;
	overflow: hidden;
}

.contact_3 ul li .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	object-position: center center;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.contact_3 ul li:hover .photo img{
transform:scale(1.05);-webkit-transform:scale(1.05);
}

.contact_3 ul li .content {
	padding: 25rem;
}

.contact_3 ul li .content .tit {
	font-size: 24rem;
	margin-bottom: 10px;
}

.contact_3 ul li .content .desc {
	font-size: 16px;
	color: #666;
}

.contact_3 ul li .content .desc p {
	margin-bottom: 10px;
}

.contact_3 .ab_btn {
	margin-top: 50rem;
	gap: 7px;
}

.contact_3 .ab_btn span {
	width: 10rem;
	height: 10rem;
	background-color: #666666;
	border-radius: 5px;
	opacity: 1;
	transition: all .5s;
}

.contact_3 .ab_btn span.active {
	background-color: var(--linkColor);
	width: 64rem;
}

.show_class.no3 ul li{ min-width: 100px;}
.online{ position: fixed; top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%); right: 0px; z-index: 100;}
.online .box1{ width: 51px; height: 167px; background-image: url(../images/icon_03.png); background-repeat: no-repeat;background-position: center; background-size: cover; color: #fff;}
.online .box1 .txt{word-break:break-word; width: 25px; text-align: center; font-size: 25px; line-height: 1;}
.online .box2{ display: none; width: 164px; height: 203px; background-image: url(../images/online_03.png); background-repeat: no-repeat;background-position: center; background-size: cover; color: #fff; padding-top: 7px; color: #fff;text-align: center; font-size: 14px; position: relative;}
.online.open .box1{display: none;}
.online.open .box2{display: block;}
.online .box2 .pic{ margin: 3px 0px;}
.online .box2 .pic img{width: 106px; }
.online .box2 .txt2{ letter-spacing: 3px;}
.online .box2 .txt1{ font-style: italic;}
.online .box2 .more {
	position: relative;
	display: block;
	width: 106px;
	height: 31px;
    margin: 3px auto 0px;
}
.online .box2 .closed{ width: 31px; position: absolute; left: 50%;transform:translateX(-50%);-webkit-transform:translateX(-50%); bottom: -45px; cursor: pointer;}
.online .box2 .more .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	white-space: nowrap;
	color: #fff;
	gap: 0px;
	font-size: 16px;
}

.online .box2 .more .txt .iconfont {
	font-size: 24rem;
}

.online .box2 .more:before {
	content: "";
	transform: skew(-10deg);
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	border: 1px #3dc6ee solid;
	border-radius: 10px 0px 10px 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.online .box2 .more:hover:before {
	background-color: #3dc6ee;
	border: 1px #3dc6ee solid;
}

.online .box2 .more:hover .txt {
	color: #fff;
}

.index_solu ul li a img {width: 100%; height: 100%;object-fit: cover;
 object-position: center center;}

@media screen and (max-width: 1600px) {
	header .menu ul li:hover .nav_box {
		height: 350px;
	}

	header .menu ul li:hover .nav_box.no1 {
		height: 525px;
	}

	header .tpright .menu ul li a.tit {
		font-size: 15px;
	}

	header .nav_box .nav_right ul li a {
		font-size: 16px;
	}

	header .nav_box .nav_class ul li {
		font-size: 16px;
	}

	header .menu ul li .nav_box .nav_list ul li a .txt {
		font-size: 14px;
	}

	header .tpright .tel {
		font-size: 16px;
	}

	header .tpright .tel span {
		font-size: 18px;
	}

	.index_new ul li a .photo {
		height: 277px;
	}

	.index_new ul li:hover a .photo {
		height: 351px;
	}

	.index_new ul li {
		height: 515px;
	}

	.product_m .pro_left ul li a {
		font-size: 16px;
		padding-left: 20px;
		height: 45px;
	}

	.chara ul li .title {
		font-size: 16px;
	}

	.chara ul li .desc {
		font-size: 14px;
	}

	.chara ul li {
		min-height: 412px;
	}

	.adv_list .content .desc {
		font-size: 14px;
	}

	.new_midd .new_l .s_content {
		font-size: 16px;
	}

	.fany_1 {
		font-size: 14px;
	}

	.mission ul li .box .cont .desc {
		font-size: 14px;
	}
	
}

@media screen and (max-width: 1440px) {
	header .menu ul li:hover .nav_box {
		height: 300px;
	}

	header .menu ul li:hover .nav_box.no1 {
		height: 480px;
	}

	header .nav_box .nav_right ul li {
		min-width: 134px;
	}

	.index_new ul li a .photo {
		height: 227px;
	}

	.index_new ul li:hover a .photo {
		height: 301px;
	}

	.index_new ul li {
		height: 415px;
	}

	.index_partner ul li {
		height: 80px;
	}

	footer .foot_1 ul li .sumenu a {
		font-size: 12px;
	}

	footer .foot_1 ul li .tit {
		font-size: 16px;
	}

	footer .foot_1 ul li .media_1 .txt {
		font-size: 12px;
	}

	footer .foot_1 ul li .media_1 .tell {
		font-size: 16px;
	}

	footer .foot_1 ul li.no2 .media_1 {
		flex-direction: column;
		gap: 10px;
	}

	.local .container {
		font-size: 14px;
	}

	.search_list .items .tpleft {
		font-size: 20px;
	}

	.search_list .items .list li .title a {
		font-size: 16px;
	}

	.search_list .items .list li .desc {
		font-size: 14px;
	}

	.pro_list ul li a .title {
		height: 40px;
		font-size: 14px;
	}

	.pro_list ul li a .title .more {
		width: 30rem;
		height: 30rem;
	}

	.product_m .pro_left {
		width: 240px;
	}

	.chara ul li {
		min-height: 390px;
	}



	.part_1 .index_bt {
		padding-top: 0px;
	}

	.solu_desc .box {
		font-size: 14px;
	}

	.safety_list ul li .content .desc {
		font-size: 14px;
	}

	.service_2 ul li {
		height: unset;
	}

	.service_2 ul li .desc {
		font-size: 14px;
	}

	.service_2 ul li .title {
		font-size: 18px;
	}

	.new_box ul li .content .desc {
		font-size: 14px;
	}

	.news_list ul li .content .title a {
		font-size: 16px;
	}

	.news_list ul li .content .desc {
		font-size: 12px;
	}

	.news_list ul li .content .infor .date {
		font-size: 15px;
	}

	.news_list ul li:hover .content .infor .date {
		color: var(--linkColor);
	}

	.news_list ul li:hover .content .infor .more:before {
		background-color: var(--linkColor);
		border: 1px var(--linkColor) solid;
	}

	.news_list ul li:hover .content .infor .more .iconfont {
		color: #fff;
	}

	.news_list ul li:hover {
		background-color: #fff;
		box-shadow: 0px 0px 22px rgb(0 100 183 / 7%);
	}

	.new_r ul li {
		padding: 25px 0rem;
	}

	.new_r ul li .date {
		font-size: 14px;
	}

	.new_r ul li .title a {
		font-size: 16px;
	}

	.new_r ul li .title {
		margin-top: 12px;
	}

	.new_r ul li .desc {
		font-size: 12px;
	}

	.new_midd .new_l .show_top .sourse {
		font-size: 14px;
	}

	.cer_list ul li {
		font-size: 14px;
	}

	.join_1 .active .box .desc .txt {
		font-size: 16px;
	}

	.join_1 .active .box .title {
		font-size: 18px;
	}

	.join_1 .active .box .num {
		font-size: 14px;
	}

	.join_right .item .num {
		font-size: 14px;
	}

	.about_4 .more .join_m {
		font-size: 14px;
	}

	.cha_tit .desc {
		font-size: 14px;
	}

	.channel_1 ul li {
		font-size: 14px;
	}

	.contact_3 ul li .content .desc {
		font-size: 14px;
	}

	.join_right .item .title {
		font-size: 18px;
	}
	.online .box1{ zoom: .8;}
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 14px;
	}

	footer .foot_1 ul li.no1 {
		flex: 1;
		overflow: hidden;
		min-width: auto;
	}

	.show_class ul li {
		line-height: 50px;
		font-size: 16px;
		min-width: 120px;
	}

	.show_class {
		margin-top: -25px;
		top: 50px;
	}

	header .tpright .menu {
		display: none;
	}

	.menubtn,
	.menu-mc {
		display: flex;
	}

	header .container {
		height: 50px;
	}

	.adv_list ul li .content .desc {
		font-size: 14px;
	}

	.adv_list ul li .content .title {
		font-size: 16px;
	}

	.adv_list ul li .content {
		padding: 20px;
	}

	.safety_list ul li .content .lab .more {
		width: 108px;
		height: 32px;
		gap: 5px;
	}

	.safety_list ul li .content .lab .more .txt {
		font-size: 12px;
	}

	header .tpright .tel img {
		width: 18px;
	}

	header .tpright .search img {
		width: 18px;
	}

	.safety_list ul li .content .title a {
		font-size: 18px;
	}

	.safety_list ul li .content .desc {
		margin-bottom: 25px;
	}

	.safety_list ul li .content .title {
		margin-bottom: 20px;
	}

	.adv_list .content .title {
		font-size: 18px;
	}

	.new_box ul li .content .lab .more {
		width: 108px;
		height: 32px;
	}

	.new_box ul li .content .lab .more .txt {
		font-size: 12px;
	}

	.new_box ul li .content .title a {
		font-size: 16px;
	}

	.new_box ul li .content .date {
		font-size: 14px;
	}

	.new_box {
		margin-bottom: 20px;
	}

	.new_midd .new_l .show_top .title {
		font-size: 20px;
	}

	.new_midd .new_r .show_t .tpleft {
		font-size: 18px;
	}

	.new_midd .new_l .s_content {
		font-size: 14px;
	}

	.fany_1 .back {
		width: 108px;
		height: 32px;
	}

	.cer_class ul li {
		width: 70px;
		height: 26px;
	}

	.main_bt {
		flex-wrap: wrap;
		gap: 15px;
	}

	.cer_class ul li span {
		font-size: 12px;
	}

	.about_course .ab_btn span {
		width: 6px;
		height: 6px;
	}

	.about_course .ab_btn span.active {
		width: 35px;
		height: 6px;
	}

	.main_bt .tel {
		font-size: 16px;
	}

	.main_bt .tel img {
		width: 18px;
	}

	.cha_tit .title {
		font-size: 18px;
	}

	.cha_tit .desc {
		margin-top: 10px;
		line-height: 1.2;
	}

	.cha_tit {
		margin-bottom: 25px;
	}

	.channel_1 {
		padding: 30px 20px;
	}

	.contact_3 ul li .content .tit {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {

	.product_m .pro_left {
		display: none;
	}

	.product_m .pro_right .p_tit {
		font-size: 16px;
		height: 60px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
	header .tpright .tel {
		display: none;
	}

	.index_bt .title {
		font-size: 22px;
	}

	.index_bt .eng {
		font-size: 12px;
	}

	.part_2 .ab_desc {
		font-size: 14px;
		margin-bottom: 20px;
	}

	header .tpright .menu ul li a.tit {
		font-size: 14px;
	}

	.index_bt .eng {
		letter-spacing: 1px;
		margin-top: 7px;
	}

	.part_1 {
		
	}

	.part_2 {
		padding: 45px 0px;
	}

	.index_bt .more {
		width: 75px;
		height: 24px;
	}

	.index_bt .more .txt {
		font-size: 10px;
		gap: 2px;
		letter-spacing: 0px;
	}

	.index_bt .more .txt .iconfont {
		font-size: 12px;
	}

	.part_3 {
		padding: 45px 0px;
	}

	.index_bt {
		margin-bottom: 20px;
	}

	.index_product ul li a {
		font-size: 14px;
	}

	.index_product ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.index_product ul li a .icon {
		border-radius: 10px 0px 10px 0px;
		margin-bottom: 10px;
	}

	.index_solu ul li a img {
		
		object-fit: cover;
		object-position: center center;
	}

	.part_4 .index_bt {
		
	}

	.index_solu ul li .content .icon-jiantou1 {
		font-size: 22px;
	}

	.index_solu ul li .content .title {
		font-size: 22px;
	}

	.solu_class ul {
		
	}

	.solu_class ul li {
		font-size: 14px;
		height: 35px;
		white-space: nowrap;
		padding: 0px 15px;
		gap: 5px;
	}

	.solu_class ul li i {
		width: 4px;
		height: 4px;
	}

	.solu_class {
		bottom: 5%;
	}

	.part_5 {
		padding: 45px 0px;
	}

	.index_services ul li a .xfk .title {
		font-size: 16px;
	}

	.index_services ul li a .xfk .desc {
		font-size: 12px;
		margin-top: 5px;
	}

	.index_services ul li a .xfk {
		padding: 15px 5%;
	}

	.index_services ul li {
		border-radius: 20px 0rem 20px 0rem;
	}

	.index_services ul li img {
		min-height: 180px;
		object-fit: cover;
		object-position: center center;
	}

	.part_6 {
		padding: 45px 0px;
	}

	.index_new ul li a .content {
		font-size: 14px;
		padding: 20px 12px;
	}

	.index_new ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.index_new ul li {
		height: auto;
		border-radius: 20px 0px 0px 0px;
	}

	.index_new ul li a .content .date {
		margin-bottom: 10px;
	}

	.part_6 .index_bt {
		margin-bottom: 20px;
	}

	.part_7 {
		padding: 45px 0px;
	}

	.index_partner ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px 10px;
	}

	.index_partner ul li {
		height: 60px;
		border-radius: 10px 0px 10px 0px;
	}

	.index_partner .part_btn {
		gap: 8px;
		margin-top: 20px;
	}

	.index_partner .part_btn span {
		width: 7px;
		height: 7px;
	}

	footer .foot_1 ul li.no1 {
		display: none;
	}

	footer .foot_1 ul li .social .kefu {
		width: 30px;
		height: 30px;
	}

	.copyright .container {
		font-size: 12px;
		text-align: center;
	}

	footer .foot_1 ul li .tit {
		margin-bottom: 15px;
	}

	footer .foot_1 ul li.no3 .weix {
		width: 80px;
	}

	footer .foot_1 ul li .social {
		margin-bottom: 20px;
	}

	footer .foot_1 {
		padding: 30px 0px;
	}

	.search_tit {
		font-size: 14px;
	}

	.search_list .items .list li .title a {
		font-size: 14px;
	}

	.search_list .items .list li .desc {
		font-size: 12px;
	}

	.search_list .items .list li {
		padding: 15px 0px;
	}

	.search_list .items .tpleft {
		width: 20%;
		padding-top: 18px;
	}

	.local {
		padding: 10px 0px;
	}

	.search_1 .sumbit {
		width: 100px;
		height: 40px;
		font-size: 14px;
	}

	.search_1 .box {
		height: 40px;
		padding: 0px 13px;
	}

	.search_1 .box .formbit {
		height: 35px;
	}

	.search_1 .box .iconfont {
		font-size: 20px;
	}

	.search_box {
		padding: 35px 0px;
	}

	.search_1 {
		margin-bottom: 30px;
	}

	.search_tit {
		margin-bottom: 15px;
	}

	.pro_list ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.index_new ul li a .content .cont .more {
		width: 30px;
		height: 20px;
	}

	.pro_list ul li a .title .more {
		width: 20px;
		height: 20px;
	}

	.pro_list ul li a .title .more:before {
		border-radius: 8px 0px 8px 0px;
	}

	.main {
		padding-top: 30px;
		padding-bottom: 45px;
	}

	.ny_banner .container .title {
		font-size: 22px;
	}

	.ny_banner .container .eng {
		font-size: 12px;
		margin-top: 10px;
	}

	.main_bt .tpleft {
		font-size: 20px;
	}

	.pro_one .tpleft .title {
		font-size: 20px;
	}

	.pro_one .tpleft .eng {
		font-size: 14px;
	}

	.pro_one .tpleft .desc {
		font-size: 12px;
	}

	.pro_banner {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.show_class ul li {
		white-space: nowrap;
		padding: 0px 15px;
		min-width: unset;
	}

	.show_class ul {
		overflow-x: auto;
	}

	.main_bt .tpleft {
		padding-bottom: 17px;
	}

	.main_bt .tpleft:before {
		height: 2px;
	}

	.main_bt {
		margin-bottom: 25px;
	}

	.show_1 .desc {
		font-size: 14px;
	}

	.show_1 {
		padding: 35px 0px;
	}

	.show_2:before {
		height: 50%;
	}

	.chara_bt .btn {
		width: 25px;
		height: 25px;
		font-size: 17px;
	}

	.show_3 {
		padding: 35px 0px;
	}

	.typical {
		flex-direction: column;
		gap: 25px;
	}

	.typical .tpleft {
		width: 100%;
	}

	.typical .photo {
		width: 100%;
	}

	.typical .tpleft .box .desc {
		font-size: 14px;
	}

	.typical .tpleft .box .title {
		font-size: 18px;
	}

	.index_product ul li a .icon img {
		width: 32px;
	}

	.index_about ul {
		gap: 10px;
	}

	.index_about ul li .xfk .txt {
		font-size: 14px;
	}

	.index_about ul li .xfk .icon-Rrl_s_145 {
		font-size: 15px;
	}

	.index_about ul li .xfk {
		padding: 10px 6px;
	}

	.index_about ul li .content .icon-Rrl_s_145 {
		font-size: 15px;
	}

	.index_about ul li .content .tit {
		font-size: 14px;
	}

	header .container .logo img {
		height: 25px;
	}

	header .tpright .search img {
		width: 18px;
	}

	header .container {
		height: 50px;
	}

	.banner .btn_num span.active {
		font-size: 25px;
		line-height: 22px;
	}

	.index_new ul li:hover a .photo {
		height: 227px;
	}

	.chara ul li {
		width: 49%;
		padding: 30px 15px;
		min-height: 300px;
	}

	.chara ul li .icon {
		width: 80px;
		height: 80px;
	}

	.chara ul li .icon img {
		height: 35px;
	}

	.chara ul li .title {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.pro_list ul li a .photo {
		height: 150px;
	}

	.solu_box .solu_left {
		display: none;
	}

	.solu_box .solu_right .so_tit {
		font-size: 20px;
		height: 45px;
		gap: 9px;
	}

	.solu_box .solu_right .so_tit:before {
		width: 8px;
		height: 8px;
	}

	.solu_list ul li a .title {
		height: 35px;
		font-size: 14px;
	}

	.solu_list ul li a .title .more {
		width: 16px;
		height: 16px;
	}

	.solu_list ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 15px;
	}

	.ny_banner .container .lab {
		font-size: 18px;
		margin-top: 10px;
	}

	.solu_desc {
		flex-direction: column;
		gap: 20px;
	}

	.solu_desc .box {
		width: 100%;
	}

	.solu_desc .photo {
		width: 100%;
	}

	.show_4 {
		padding: 35px 0px;
	}

	.main_bt.no2 {
		margin-bottom: 25px;
	}

	.adv_list ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.safety_list ul li {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.safety_list ul li .photo {
		width: 100%;
	}

	.safety_list ul li .content {
		padding: 25px 20px;
	}

	.safety_list ul li .content .title {
		margin-bottom: 15px;
	}

	.safety_list ul li .content .desc {
		margin-bottom: 15px;
	}

	.service_2 ul li {
		width: 300px;
		padding: 30px 20px;
		margin-right: 20px;
	}

	.service_2 ul li .desc {
		font-size: 12px;
	}

	.service_2 ul li .icon {
		width: 80px;
		height: 80px;
	}

	.service_2 ul {
		min-width: 1550px;
	}

	.main_bt.no3 {
		margin-bottom: 25px;
	}

	.service_2 ul li .icon img {
		height: 35px;
	}

	.service_2 ul li .title {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.adv_list {
		flex-direction: column;
	}

	.adv_list .photo {
		width: 100%;
	}

	.adv_list .content {
		flex: none;
		width: 100%;
		padding: 30px 20px;
	}

	.adv_list .content .desc {
		font-size: 12px;
	}

	.adv_list .content .title {
		margin-bottom: 15px;
	}

	.ny_banner .container .title {
		letter-spacing: 2px;
	}

	.show_class1 ul li {
		line-height: 45px;
		font-size: 16px;
	}

	.news_list ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 20px;
	}

	.new_box ul li {
		flex-direction: column;
	}

	.new_box ul li .photo {
		width: 100%;
	}

	.new_box ul li .content .desc {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.new_box ul li .content .title {
		margin-bottom: 12px;
	}

	.new_box ul li .content .date {
		margin-bottom: 15px;
	}

	.new_box .new_btn {
		right: 15px;
		bottom: 15px;
	}

	.new_box .new_btn span {
		width: 14px;
		height: 4px;
	}

	.news_list ul li .content .infor .more {
		width: 20px;
		height: 20px;
	}

	.news_list ul li .content .infor .more:before {
		border-radius: 8px 0px 8px 0px;
	}

	.new_midd {
		flex-direction: column;
		gap: 30px;
	}

	.new_midd .new_r {
		width: 100%;
	}

	.new_midd .new_l .show_top .sourse {
		padding: 15px 0px;
		gap: 0px
	}

	.mission ul li .box .cont .tit {
		font-size: 16px;
	}

	.mission ul li .box .cont .lab {
		font-size: 12px;
	}

	.about_2 {
		padding: 35px 0px;
	}

	.about_3 {
		padding: 45px 0px;
	}

	.about_3 .main_bt {
		margin-bottom: 25px;
	}

	.cer_list .btn {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

	.cer_list {
		padding: 0px 45px;
	}

	.about_4 {
		padding: 45px 0px;
	}

	.join_1 {
		flex-direction: column;
		gap: 22px;
	}

	.join_1 .active .join_right {
		padding: 20px;
	}

	.join_1 .active .box .desc .txt {
		margin-bottom: 10px;
	}

	.join_1 .active .box .num {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.join_right .item .desc {
		margin-top: 10px;
	}

	.join_right .item .num {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.about_4 .more {
		margin-top: 30px;
	}

	.channel_1 ul li {
		width: 100%;
	}

	.channel_1 .formbit {
		height: 35px;
	}

	.channel_1 ul li.last .sumbit {
		width: 120px;
		height: 37px;
	}

	.channel_1 ul li.last .sumbit span {
		font-size: 14px;
	}

	.about_5 {
		padding: 45px 0px 0px;
	}
.about_6 { padding-top: 45px;}
	.contact_3 {
		padding: 45px 0px;
	}

	.contact_3 .ab_btn span {
		width: 6px;
		height: 6px;
	}

	.contact_3 .ab_btn span.active {
		width: 35px;
		height: 6px;
	}

	.contact_3 ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 15px;
	}

	.contact_3 ul li .content {
		padding: 20px 5px 0px;
	}

	.contact_3 .ab_btn {
		margin-top: 20px;
	}
	.news_list ul li .content .title .hot img{ width:19px;}
	.about_6 .contact_2 .img1{ display: none;}
	.about_6 .contact_2 .img2{ display: block;}
	.cer_list{ background-position: bottom 130rem center;}
	.online .box1{ zoom: 0.5;}
	.online.open .box2{ zoom: .8;}

	.join_1{
		grid-template-columns: repeat(1,1fr);
	}
	.join_1 .card{
		height: 200px;
	}
	.join_right{
		padding: 20px;
	}
}

@media (max-width:650px) {
	.part_1 .box{
		position: relative;
		top: -180rem;
	}
	.part_1 .items.no3{
		top:330rem;
	}
	.part_1 .items.no8{
		left: 850rem;
	}
	.part_1 .items{
		align-items: center;
	}
	.mission ul {
		flex-direction: column;
		gap: 15px;
	}

	.mission {
		margin-top: 30px;
	}

	.mission ul li .box {
		flex-direction: column;
		text-align: center;
	}

	.mission ul li .icon img {
		height: 45px;
	}

	.index_about ul li a .img1{
		height: 200px;
	}
	.index_services .swiper-button-next, 
	.index_services .swiper-button-prev{
		--swiper-navigation-size:150rem;
	}
}

@media (max-width:480px) {
	.search_list .items {
		flex-direction: column;
		justify-content: flex-start;
	}

	.search_list .items .tpleft {
		width: 100%;
	}

	.loading {
		width: 30px;
		margin-top: 30px;
	}

	.pro_one {
		flex-direction: column;
		gap: 25px;
	}

	.pro_one .tpleft {
		width: 100%;
	}

	.pro_one .photo {
		width: 100%;
		text-align: center;
	}

	.pro_one .tpleft .eng {
		margin-top: 12px;
		margin-bottom: 20px;
	}

	.solu_list ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 15px;
	}

	.solu_list ul li a .title {
		height: 40px;
	}

	.news_list ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.news_list ul li .content {
		padding: 20px 6px;
	}

	.news_list ul li .content .desc {
		margin-bottom: 15px;
	}

	.news_list ul li .content .title {
		margin-bottom: 10px;
	}

	.cer_list {
		padding: 0px 15px;
	}

	.index_about ul li a .img1{
		height: 150px;
	}
}


/*新增*/
.fullpage{ height: 100vh;}
.banner ul,.banner ul li,.banner ul li a{ width: 100%; height: 100%;}
.banner ul li img{ width: 100%; height: 100%;object-fit: cover;
 object-position: center center;}
.link-groups{ position: absolute; z-index: 30;bottom: 5.5%;width: 100%;}
.link-groups .box{flex-wrap: wrap;gap: 55rem;}
.link-groups a{ display: flex; align-items: center; justify-content: center;min-width: 216rem; min-height: 61rem;border: 2rem #fff solid;border-radius: 10rem;font-size: 26rem; background-color:rgba(51,51,51,0.2);letter-spacing: 6rem;color: #fff;transition: all .3s ease;-webkit-transition: all .3s ease; padding: 0rem 10px;white-space:nowrap} 
.link-groups a:hover{background-color: #0073bc;color: #fff;}
.part_4 .index_solu,.part_4 .index_solu ul,.part_4 .index_solu ul li,.part_4 .index_solu ul li a{ height: 100%;}

 .solu_class ul{gap: 56rem;}
 .solu_class ul li{display: flex; align-items: center; justify-content: center;min-width: 216rem; min-height: 61rem;border: 2rem #fff solid;border-radius: 10rem;font-size: 26rem; letter-spacing: 4rem;color: #fff;transition: all .3s ease;-webkit-transition: all .3s ease;background-color:rgba(51,51,51,0.2);}
 .solu_class{ bottom: 5%;}
 .solu_class ul li.active{font-weight: normal;background-color: #0073bc;}
 .part_4 .index_bt{ top: 15.4%;}
.solu_class.no2 ul{gap: 30rem;}
.solu_class.no2 ul li{min-width: 284rem; letter-spacing: 2rem;flex:none; padding: 0px 10px; height: 61rem;}
.index_bt.no12{    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    align-items: stretch;
    color: #fff;color: #fff;
    z-index: 10; top: 15%;}
.part_5{ padding: 0px; position: relative;}
.part_5 .infor{ width: 100%; height: 100%; position: relative;}
.part_5 .infor img{width: 100%; height: 100%;object-fit: cover;
 object-position: center center;}
.index_bt.no12 .title{color: #fff;}
.index_bt.no12 .eng{color: #fff;}
.index_bt.no12 .more{ color: #fff;}
.index_bt.no12 .more:before{border: 1px #fff solid;}
.index_bt.no12 .more .txt{color: #fff;}
.index_bt.no12 .more:hover:before{
    background-color: var(--linkColor);
    border: 1px var(--linkColor) solid;}
.link-groups.no3{ bottom: 5%;}
.link-groups.no3 .box{gap: 36rem;}
.link-groups.no3 .box a{ min-width: 256rem;letter-spacing: 0rem;white-space:nowrap;}
.index_solu ul li .desc{ position:absolute;left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); color: #fff; z-index: 3;top: 32%;background-color:rgba(0,0,0,0.06); padding: 18rem 16rem;}
.index_solu ul li .desc .title{ line-height: 1;font-size: 30rem; font-weight: bold;}
.index_solu ul li .desc .nr{ font-size: 22rem;  margin-top: 25rem;}
.part_5 .infor .Details1{ font-size: 24rem; position:absolute;left: 50%;
    transform: translateX(-50%); line-height: 1.7;
    -webkit-transform: translateX(-50%); color: #fff; z-index: 3;top: 30%;}

footer .foot_1 ul{ align-items: stretch;}
footer .foot_1 ul li.no2 { display: flex;flex-direction: column; justify-content: space-between;}
footer .foot_1 ul li.no2 .tit{ margin-bottom: 15rem;}
footer .foot_1 ul li.no3 { display: flex;flex-direction: column; justify-content: space-between;}
footer .foot_1 ul li.no3 .tit{ margin-bottom: 15rem;}
footer .foot_1 ul li.no3 .media_1 .txt{ color: #666;}
footer .foot_1 ul li.no3 .media_1 .tell{ margin-top: 10rem;}
.banner .mouse{    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 18.5%;
    z-index: 20;
    color: #fff;text-align: center; font-size: 14rem;
    position: absolute; padding-right: 15rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;}
.banner .mouse .infor img{width: 24rem; height: auto; margin-bottom: 9rem;}
footer .foot_1 ul li .media_1{ line-height: 1; margin-top: 5px;}
footer .foot_1 ul li .media_1 .tell{font-size: 18px;}
footer .foot_1 ul li.no2 .media_1 .tell{ font-size: 18px;}
header{background-color:rgba(0,0,0,0.8);}
header.play, header.flow{background-color:rgba(0,0,0,0.8);}
header .tpright .menu ul li{ position: relative;width: 148rem; margin: 0px auto; padding: 0px 12rem; transition: transform 0.3s;}
header .tpright .menu ul li .submenu{    transform: scaleY(0);
    transform-origin: top;padding: 0px 12rem;width: 100%; left: 0px;
    transition: transform 0.3s;text-align: center; position: absolute; top: 87px;background-color: #fff; border-radius: 0px 0px 6px 6px; padding-bottom: 5px;}
header .tpright .menu ul li:hover .submenu{    transform: scaleY(1);}
header .tpright .menu ul li a.tit{}
header .tpright .menu ul li .submenu dd{ margin-bottom: 5px;}
header .tpright .menu ul li .submenu a{color: #333;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;font-size: 15px;  padding: 6px 5px;}
header .tpright .menu ul li:hover{  background-color: #fff;}
header .tpright .menu ul li a.tit{ height: 49px;border-radius: 10px; line-height: 49px;display: flex; text-align: center;width: 100%;}
header .tpright .menu ul li .lab{ height: 100px;display: flex; align-items: center; justify-content: center;width: 100%;}
header .tpright .menu ul li:hover .lab a.tit{background-color: #0073bc; color: #fff;}
header .tpright .menu ul li .submenu a:hover{background-color: #b2d5eb;border-radius: 6px;color: #0073bc;}

.autoheight{height: auto !important;}
.fullpage .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{right:60px;}
.foot_1 .tpleft{ gap: 30px;flex-wrap: wrap;}
.foot_1 .tpleft .dblogo img{ height: 57rem;}
.foot_1 .tpleft .mess .link2{ flex-wrap: wrap;gap: 25px; margin-bottom: 10px;font-size: 16px;}
.foot_1 .tpleft .mess .tel{gap: 7px;font-weight: 600;font-size: 16px;}
.foot_1 .tpleft .mess .tel img{ width: 18px; height: auto;}
footer .foot_1{gap: 20px;flex-wrap: wrap;}
footer .foot_1 .cont { margin-right: 5%;}
footer .foot_1 .cont .tit{ font-size: 16px; font-weight: bold; margin-bottom: 10px;}
.foot_1 .tpleft .mess .link2 a:hover{color: #0073bc;}
footer .foot_1 .cont .social {
	gap: 10px;
	
}
footer .foot_1 .cont .social .kefu {
	background-color: #EEEEEE;
	width: 50rem;
	height: 50rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
}

footer .foot_1 .cont .social .kefu:hover {
	background-color: var(--linkColor);
	color: #fff;
}
footer .foot_1 .cont .social .kefu{ position: relative;}
footer .foot_1 .cont .social .kefu .infor{ position: absolute; left: 50%;transform:translateX(-50%);-webkit-transform:translateX(-50%); bottom: 100%;width: 120px;background-color: #fff; padding: 4px;box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);display: none;}
footer .foot_1 .cont .social .kefu .infor:before{content: "";position: absolute; left: 50%;border: 4px solid transparent;border-top: 4px solid #fff;transform:translateX(-50%);-webkit-transform:translateX(-50%); bottom: -8px;}
footer .foot_1 .cont .social .kefu:hover .infor{display: block;}


 @media (max-width:1440px) {
	footer .foot_1 ul li .media_1 .tell{font-size: 16px;}
	header .tpright .menu ul li:hover .submenu a{
		font-size: 12px;
	}
 }
 @media (max-width:767px) {
	.part_4 .index_bt{ top: 10%;}
	.link-groups a{font-size: 14px; padding: 7px 10px; border-radius: 5px;}
	.link-groups .box{display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
align-items: stretch;}
.banner .mouse{ font-size: 10px;bottom: 23%;}
.banner .mouse .infor img{ width: 12px;}
.solu_class ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
align-items: stretch;}
.solu_class ul li{font-size: 14px; padding: 7px 10px; border-radius: 5px;}
.link-groups.no3 .box{display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
align-items: stretch;}
.part_5 .link-groups .box{display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
align-items: stretch;}
.part_5 .infor .Details1{ font-size: 14px;top: 25%;}
footer .foot_1 ul li.no2 .media_1 .tell{ margin-top: 5px;}
.index_solu ul li .desc{ padding: 10px;}
.index_solu ul li .desc .title{ font-size: 18px;}
.index_solu ul li .desc .nr{font-size: 14px; margin-top: 10px;}
.part_1 .index_bt{ margin-bottom: 10%;}
.solu_class.no2 ul li{ padding: 7px 10px; height: auto;}
.index_solu ul li .desc{ top: 24%;}
.fullpage .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{  right: 40px;}
footer .foot_1 .cont .social .kefu{        width: 30px;
        height: 30px;}
.foot_1 .tpleft .dblogo img{ height: 30px;}
.foot_1 .tpleft .mess .link2{ font-size: 14px; gap: 15px;}
.foot_1 .tpleft{ gap: 15px;}
footer .foot_1{ padding: 40px 0px 20px;}
.copyright .container{ gap: 0px;}
 }


 /*3月31新增*/
 .banner ul li .img2{display: none;}
 .safe_1{display: none;}
 .index_solu ul li .img2{display: none;}
 .part_5 .infor .img2{display: none;}
  @media (max-width:768px) {
 .banner ul li .img1{display: none;}
 .banner ul li .img2{display: block;}
 .index_safe{ display: none;}
 .safe_1{display: block;}
  .safe_1 img{width: 100%; height: auto;}
  .part_1 .container{ height: auto;}
  .part_1 {display: flex; align-items: center; justify-content: center;}
.index_solu ul li .img1{display: none;}
.index_solu ul li .img2{display: block;}
 .part_5 .infor .img1{display: none;}
  .part_5 .infor .img2{display: block;}
  }