@charset "UTF-8";

/* #region 初始化 */

* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

	padding: 0;

	margin: 0;

}



html,

body {

	width: 100%;


}


html {

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

	-webkit-tap-highlight-color: transparent;

}

.swiper-pointer-events {
	width: 100%;
}

body {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

	color: #000;

	background: rgba(255, 255, 255, 1);

	line-height: 1.45;

}


body,

table,

input,

textarea,

select,

option {
	font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'Impact', sans-serif;

	font-weight: 400;

}



audio,

video {

	display: block;

}



a {

	display: block;

	background-color: transparent;

	text-decoration: none;

	color: inherit;

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



ol,

ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



li {

	list-style: none;

}



img {

	display: block;

	border: 0;

}



dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: normal;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	outline: none;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



table {

	border-spacing: 0;

	border-collapse: collapse;

}



td,

th {

	padding: 0;

}



.swiper-container {

	width: 100%;

}

/* #endregion */
/* #region  sass */
/* #endregion */


/* #弹性样式 */

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items {
	align-items: center;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.space-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

/* #公共样式 -end */



/* #region 全局 导航*/

.container {
	padding: 0 30px;
	max-width: 1510px;
	margin: 0 auto;
	position: relative;
}


/* end */


.phone_index {
	display: none;
}



.nav_icon,
.nav_modal {
	display: none;
}

.headernav {
	width: 100%;
	height: 5rem;
	background: #fff;
	opacity: 1;
	z-index: 5;
	position: relative;
	color: rgba(51, 51, 51, 1);
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.headernav .container {
	height: 100%;
	padding: 0 30px;
}

.headernav .logo {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(36, 88, 208, 1);
}

.headernav .logo .logo_text {
	font-size: 0.55rem;
	color: rgba(51, 51, 51, 1);
	margin-left: 0.75rem;
	text-transform: uppercase;
}

.headernav .logo .logo_text h3 {
	font-size: 1.6rem;
	font-weight: bold;
	white-space: nowrap;
}

.headernav ul {
	width: 76%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.headernav ul li {
	font-size: 0.9rem;
	line-height: 4.95rem;
	color: rgba(17, 17, 17, 1);
}

.headernav .active {
	color: rgba(36, 88, 208, 1);
	border-bottom: 0.15rem solid rgba(36, 88, 208, 1);
}

.headernav ul .nav_one a:hover {
	color: rgba(36, 88, 208, 1);
}

.headernav .phone {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(255, 118, 19, 1);
}

.headernav .phone img {
	margin-right: 0.8rem;
}

.on .headernav {
	top: 0rem;
	position: fixed;
}


/* #end */



/* 底部 */



/* #end */



/* 分页 */

.pagination {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	margin: 4rem 0 2rem 0;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 0.9rem;
	min-width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
	border: 1px solid whitesmoke;
	padding: 0 .5rem;
	transition: ease-out .36s;
	color: rgba(102, 102, 102, 1);
	width: auto;
	border-radius: 0px;
}

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: rgba(36, 88, 208, 1);
	color: #fff;
}

/* end */




/* 底部 */

footer {
	background-color: rgba(0, 50, 107, 1);
	opacity: 1;
	transition: ease-out .36s;
}

footer .top {
	padding: 4.65rem 0;
}

footer .flogo img {
	filter: grayscale(100%) brightness(500%);
	margin: 1rem auto;
}

footer .flogo h3 {
	font-size: 2.05rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 1);
}

footer .flogo p {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}

footer .fnav ul:nth-child(1) {
	margin-right: 6rem;
}

footer .fnav h3 {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.5rem;
}

footer .fnav a {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0.75rem;
}

footer .ewm {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

footer .ewm img {
	width: 7.5rem;
	height: 7.5rem;
	margin-bottom: 1rem;
}

footer .botton {
	border-top: 0.05rem solid rgba(255, 255, 255, 1);
	padding: 1rem 0;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
}

footer .botton ul li:nth-child(1) {
	margin-right: 4rem;
}

footer a:hover {
	color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}


/* end */



/* 内页轮播 */

.h400 .banner .swiper {
	height: 22.5rem;
	position: relative;
}

.h400 .banner .swiper-slide>img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.h400 .banner .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 82, 176, 0.75);
}

.h400 .banner .swiper-slide.swiper-slide-active>img,
.h400 .banner .swiper-slide.swiper-slide-duplicate-active>img {
	transition: 5s linear;
	transform: scale(1, 1);
}

.h400 .banner .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 1);
}

.h400 .banner .container .EN {
	font-size: 1.8rem;
	font-weight: 500;
	text-transform: uppercase;
}

.h400 .banner .container h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0.75rem 0 1.75rem 0;
}

.h400 .banner .container p {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
}

.h400 .banner .container img {
	margin-right: 0.5rem;
}


/* end */



/* 首页 */

.index .banner {
	width: 100%;
	position: relative;
	position: 1;
	transition: ease-out .36s;
}

.index .banner .swiper-slide {
	height: calc(100vh - 5rem);
}

.index .banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index .banner .swiper-pagination-bullet,
.index .banner .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
	opacity: 1;
	width: 0.55rem;
	height: 0.55rem;
	position: relative;
}

.index .banner .swiper-pagination-bullet-active::after {
	content: ' ';
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	border: 0.1rem solid rgba(255, 255, 255, 1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index .banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.index .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-right: 1.4rem;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 3.5rem;
	position: relative;
	text-align: left;
}

.swiper-hr {
	position: absolute;
	width: 100%;
	height: 0.05rem;
	background-color: rgba(255, 255, 255, 0.6);
	bottom: 4.15rem;
	z-index: 1;
}

/* end */




/* 首页 */

.index2 {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.index-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.75rem;
}

.index-title h3 {
	font-size: 2rem;
	font-weight: bold;
	color: rgba(36, 88, 208, 1);
}

.index-title h3 span {
	color: rgba(255, 118, 19, 1);
}

.index-title p {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	margin: 0.85rem 0 0.65rem 0;
}

.index-title i {
	display: block;
	width: 2.5rem;
	height: 0.25rem;
	border-radius: 0.1rem;
	background: rgba(36, 88, 208, 1);
}

.index2 .product-type li {
	width: calc(100% / 6);
	padding: 1.05rem 0;
	text-align: center;
	font-size: 0.9rem;
	color: rgba(51, 51, 51, 1);
	border: 0.05rem solid rgba(235, 235, 235, 1);
	cursor: pointer;
	position: relative;
}

.index2 .product-type li::after {
	content: ' ';
	opacity: 0;
	background: url('../images/picon.svg') no-repeat;
	position: absolute;
	width: 1.6rem;
	height: 0.55rem;
	left: 50%;
	bottom: -0.55rem;
	transform: translate(-50%, 0);
}

.index2 .product-type li.active {
	background: rgba(0, 82, 176, 1);
	color: #fff;
	transition: ease-out .36s;
}

.index2 .product-type li.active::after {
	opacity: 1;
	transition: ease-out .36s;
}

.product-list {
	padding: 2.5rem 0 2.25rem 0;
}

.product-list ul {
	display: none;
}

.product-list ul:nth-child(7) {
	display: block;
}

.product-list a {
	width: calc((100% - 4.2rem) / 4);
	margin-right: 1.4rem;
	margin-bottom: 1.5rem;
}

.product-list a:nth-child(4n) {
	margin-right: 0;
}

.product-list i {
	display: block;
	width: 100%;
	height: 14rem;
	border-radius: 0.5rem;
	margin-bottom: 0.9rem;
	overflow: hidden;
}

.product-list i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.product-list a div {
	padding: 0 0.7rem;
	font-size: 0.9rem;
	color: rgba(51, 51, 51, 1);
	filter: grayscale(100%) brightness(200%);
}

.product-list a div img {
	width: 1rem;
	height: 1rem;
}

.product-list a:hover i img {
	transform: scale(1.1);
}

.product-list a:hover div {
	color: rgba(36, 88, 208, 1);
	filter: inherit;
	transition: ease-out .36s;
}

.index2 .more {
	width: 7.05rem;
	padding: 0.45rem 0;
	border-radius: 1.25rem;
	background: rgba(255, 118, 19, 1);
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	justify-content: center;
	margin: 0 auto;
}

.index2 .more img {
	width: 0.9rem;
	height: 0.9rem;
	margin-left: 0.45rem;
}

.index2 .more:hover {
	opacity: 0.8;
	transition: ease-out .36s;
}

.index3 {
	background: url("../images/about.webp") no-repeat;
	height: 32.95rem;
	background-size: cover;
	background-position: center;
	opacity: 1;
	transition: ease-out .36s;
	position: relative;
}

.index3 .container {
	height: 100%;
}

.index3 .left {
	width: 48%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.index3 .left .en {
	font-size: 0.9rem;
	color: rgba(36, 88, 208, 1);
}

.index3 .left h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin: 0.5rem 0 0.9rem 0;
}

.index3 .left p {
	font-size: 1.1rem;
	color: rgba(51, 51, 51, 1);
}

.index3 .left .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1.75rem 0 2.15rem 0;
}

.index3 .left ul {
	width: 117%;
	background: linear-gradient(225deg, rgba(4, 91, 191, 1) 0%, rgba(0, 149, 255, 1) 100%);
}

.index3 .left ul li {
	width: calc(100% / 3);
	padding: 1.55rem 0 1.85rem 0;
	padding-left: 1.5rem;
}

.index3 .left ul li:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
}

.index3 .left ul li img {
	width: 2.4rem;
	height: 2.4rem;
	object-fit: cover;
	object-position: center;
}

.index3 .left ul li p:nth-child(2) {
	font-size: 1rem;
	color: rgba(255, 255, 255, 1);
	margin: 0.8rem 0 0.25rem 0;
}

.index3 .left ul li p:nth-child(3) {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
}

.index3 .right {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

.index3 .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index4 {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.index4 ul li {
	width: calc(100% / 3);
	cursor: pointer;
}

.index4 ul li:nth-child(2n) {
	display: flex;
	flex-direction: column-reverse;
}

.index4 ul li .content {
	background: rgba(9, 61, 181, 1);
	position: relative;
	padding: 2.5rem;
}

.index4 ul li .content::after {
	content: ' ';
	opacity: 1;
	background: url('../images/index4.svg') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 2.2rem;
	height: 0.8rem;
	left: 50%;
	bottom: -0.6rem;
	transform: translate(-50%, 0);
}

.index4 ul li:nth-child(2n) .content::after {
	content: ' ';
	opacity: 1;
	background: url('../images/index402.svg') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 2.2rem;
	height: 0.8rem;
	top: -0.6rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.index4 ul li .content h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.index4 ul li .content i {
	display: block;
	width: 4.5rem;
	height: 0.15rem;
	background: rgba(255, 118, 19, 1);
	margin: 0.65rem 0 1rem 0;
}

.index4 ul li .content .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(255, 255, 255, 1);
}

.index4 ul li i {
	display: block;
	width: 100%;
	height: 14rem;
	overflow: hidden;
}

.index4 ul li i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index4 ul li:hover i img {
	transform: scale(1.1);
}

.index5 {
	background-color: rgba(245, 249, 255, 1);
	opacity: 1;
	overflow: hidden;
	height: 32rem;
	padding: 2.5rem 0;
	transition: ease-out .36s;
}

.index5 .container {
	height: 100%;
}

.index5 .left {
	width: 30%;
	height: 100%;
	padding-right: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index5 .left h3 {
	font-size: 2rem;
	font-weight: bold;
	color: rgba(36, 88, 208, 1);
}

.index5 .left .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	margin: 1.65rem 0 0 0;
}

.index5 .left .dot li:nth-child(1) {
	font-size: 0.9rem;
	color: rgba(196, 196, 196, 1);
}

.index5 .left .dot li:nth-child(1) span {
	color: rgba(36, 88, 208, 1);
}

.index5 .left .dot li:nth-child(2) {
	width: 50%;
	height: 0.1rem;
	background: rgba(36, 88, 208, 1);
}

.index5 .left .dot li:nth-child(3) img {
	width: 0.8rem;
	height: 0.8rem;
	filter: grayscale(100%) brightness(250%);
	cursor: pointer;
	margin: 0 0.25rem;
}

.index5 .left .dot li:nth-child(3) img:hover {
	filter: inherit;
	transition: ease-out .36s;
}

.index5 .right {
	width: 90%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 30%;
}

.index5 .right .swiper-slide {
	position: relative;
	height: 27rem;
	border-radius: 1.25rem;
	overflow: hidden;
	padding: 1.75rem;
	display: flex;
	flex-direction: column-reverse;
}

.index5 .right .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(30deg, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 0.02) 57.84%, rgba(28, 28, 28, 0.01) 100%);
	z-index: -1;
}

.index5 .right .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	z-index: -1;
}

.index5 .right .swiper-slide h3 {
	font-size: 2.4rem;
	font-family: '思源黑体';
	font-weight: bold;
	color: rgba(0, 0, 0, 0);
	-webkit-text-stroke: 0.05rem #fff;
	text-stroke: 0.05rem #fff;
}

.index5 .right .swiper-slide p:nth-child(3) {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin: 0.7rem 0;
}

.index5 .right .swiper-slide p:nth-child(2) {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	opacity: 0;
	height: 0;
}

.index5 .right .swiper-slide:hover p:nth-child(2),

.index5 .right .swiper-slide-active p:nth-child(2) {
	opacity: 1;
	height: auto;
	transition: ease-out .36s;
}

.index6 {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.index6 a {
	width: calc((100% - 2rem) / 3);
}

.index6 a:nth-child(2n) {
	margin: 0 1rem;
}

.index6 a i {
	display: block;
	width: 100%;
	height: 14.4rem;
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
}

.index6 a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index6 a .content {
	height: 11.35rem;
	border-radius: 0 0 1rem 1rem;
	padding: 1rem 1.25rem 1.25rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
	transition: ease-out .36s;
}

.index6 a .content h3 {
	font-size: 1.2rem;
	color: rgba(51, 51, 51, 1);
}

.index6 a .content .intor {
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1.5rem 0 1.7rem 0;
}

.index6 a .content .more {
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
}

.index6 a .content .more img {
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 2rem;
}

.index6 a:hover i img {
	transform: scale(1.1);
}

.index6 a:hover .content {
	background: rgba(36, 88, 208, 1);
}

.index6 a:hover .content h3,
.index6 a:hover .content .intor,
.index6 a:hover .content .more {
	color: #fff;
	transition: ease-out .36s;
}

.index6 a:hover .content .more img {
	filter: grayscale(100%) brightness(300%);
	transition: ease-out .36s;
}

/* end */





/* 产品中心 */

.product {
	background: rgba(240, 249, 255, 1);
	opacity: 1;
	transition: ease-out .36s;
}

.product a {
	width: calc(100% / 6);
	font-size: 0.9rem;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	padding: 1.1rem 0;
}

.product a:hover,
.product a.active {
	background: rgba(0, 82, 176, 1);
	color: rgba(255, 255, 255, 1.0);
}

.product2 .product-list ul {
	display: block;
}



/* 详情 */

.product3 {
	background-color: rgba(245, 249, 255, 1);
	padding: 3.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.product3 .left {
	width: 40%;
	height: 22.85rem;
	overflow: hidden;
}

.product3 .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product3 .right {
	width: 56%;
}

.product3 .right h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(36, 88, 208, 1);
}

.product3 .right .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	margin: 2rem 0 5rem 0;
}

.product3 .right .more li {
	border-radius: 1.25rem;
	background: rgba(255, 118, 19, 1);
	padding: 0.7rem 0.9rem;
	font-size: 0.9rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-right: 2.25rem;
}

.product3 .right .more li img {
	margin-right: 0.5rem;
}

.product3 .right .more a {
	border-radius: 1.25rem;
	border: 0.05rem solid rgba(232, 232, 232, 1);
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	padding: 0.7rem 1.05rem;
}

.product3 .right .more a img {
	margin-left: 0.5rem;
}

.product4 {
	padding: 3.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.product4 .intor {
	border-top: 0.05rem solid rgba(212, 212, 212, 1);
	padding-top: 2.5rem;
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
}


.product5 {
	padding: 3.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.product5 .product-swiper {
	width: 100%;
	overflow: hidden;
}


/* end */





/* 关于我们 */

.about {
	padding: 3.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.about .en {
	font-size: 1rem;
	color: rgba(102, 102, 102, 1);
	text-transform: uppercase;
}

.about h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(36, 88, 208, 1);
	margin: 0.75rem 0 2.5rem 0;
}

.about .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
}

.about2 {
	background: rgba(245, 249, 255, 1);
	padding: 2.5rem 0 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.about2 ul li {
	position: relative;
	width: 20%;
	height: 25.5rem;
	z-index: 1;
	transition: ease-out.5s;
	padding: 2rem 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.about2 ul li.active {
	width: 60%;
	padding: 5rem 2.5rem;
	justify-content: space-between;
}

.about2 ul li::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 7.5rem;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: -1;
}

.about2 ul li.active::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	z-index: -1;
}

.about2 ul li img:nth-child(1) {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	z-index: -1;
}

.about2 ul li .title img {
	position: relative;
	width: 1.6rem;
	height: 1.6rem;
	z-index: 1;
	margin-bottom: 1rem;
}

.about2 ul li h3 {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
}

.about2 ul li.active h3 {
	font-size: 1.2rem;
}

.about2 ul li p {
	display: none;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
}

.about2 ul li.active p {
	display: block;
	transition: ease-out .36s;
}


/* end */




/* 新闻列表 */

.news {
	padding: 3.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.news a {
	margin-bottom: 1.5rem;
	border-radius: 0.5rem;
	overflow: hidden;
	border: 0.05rem solid rgba(235, 235, 235, 1);
}

.news a i {
	width: 30%;
	height: 14.4rem;
	overflow: hidden;
}

.news a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.news .content {
	width: 68%;
}

.news .content h3 {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(36, 88, 208, 1);
}

.news .content .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(153, 153, 153, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1.5rem 0 1.75rem 0;
}

.news .content .more {
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
}

.news .content .more img {
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 2rem;
}

.news a:hover i img {
	transform: scale(1.1);
}

.news a:hover {
	background-color: rgba(36, 88, 208, 1);
	transition: ease-out .36s;
}

.news a:hover .content h3,
.news a:hover .content .intor,
.news a:hover .content .more {
	color: #fff;
	transition: ease-out .36s;
}

.news a:hover .content .more img {
	filter: grayscale(100%) brightness(300%);
	transition: ease-out .36s;
}


/* 详情 */

.news2 {
	padding: 3.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.news2 h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(36, 88, 208, 1);
	text-align: center;
}

.news2 ul {
	justify-content: center;
	margin: 1rem 0 3.5rem 0;
}

.news2 ul li {
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
	margin: 0 1.25rem;
}

.news2 ul li img {
	margin-right: 0.5rem;
}

.news2 .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
}


/* end */




/* 联系我们 */

.us {
	padding: 3.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.us ul li {
	font-size: 1.1rem;
	color: rgba(102, 102, 102, 1);
}

.us ul li img {
	width: 6.05rem;
	height: 6.05rem;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	margin-bottom: 1.75rem;
}

.us .address {
	position: relative;
	width: 100%;
	height: 28.8rem;
	margin-top: 5.1rem;
}

.us .address img:nth-child(1) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.us .address img:nth-child(2) {
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: jump 1s infinite alternate;
}

@keyframes jump {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-20px);
	}
}


/* end */