* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif';
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}

@font-face {
	font-family: "Poppins";
	/* Project id 3544394 */
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Century Gothic";
	/* Project id 3544394 */
	src: url('../fonts/GOTHIC.TTF') format('truetype');
}

@font-face {
	font-family: "Antonio";
	/* Project id 3544394 */
}

a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
.main{
	overflow: hidden;
}
.text-center{
	text-align: left !important;
}
.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 0 4.16%;
}

.header.active {
	background-color: #fff;
}

.header .content {
	position: relative;
	display: flex;
	justify-content: center;
}

.header .logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header .logo img {
	display: block;
}

.header .logo img.img2 {
	display: none;
}

.header.active .logo img.img1 {
	display: none;
}

.header.active .logo img.img2 {
	display: block;
}

.header .nav {
	display: flex;
	align-items: center;
}

.header .nav li {
	position: relative;
}

.header .nav li::before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 3px;
	width: 0;
	background-color: #2C518A;
	transition: all .6s;
}

.header.active .nav li:hover::before {
	width: 100%;
}

.header .nav li:not(:last-child) {
	margin-right: 50px;
}

.header .nav li>a {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #fff;
	display: block;
	line-height: 90px;
}

.header.active .nav li>a {
	color: rgba(68, 68, 68, 1);
}

.header .nav li .subNav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	background: #FFFFFF;
	padding: 25px 0;
	border-radius: 5px;
	display: none;
}

.header .nav li:hover .subNav,
.header .nav li:hover .subNav1 {
	display: block;
}

.header .nav li .subNav a {
	display: block;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 35px;
	text-align: center;
}

.header .nav li .subNav a:hover {
	color: #2C518A;
}

.header .nav li .subNav1 {
	position: absolute;
	width: 1100px;
	max-width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.header .nav li .subNav1::before {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 150vw;
	background-color: #fff;
}

.header .nav li .subNav1Container {
	position: relative;
	z-index: 2;
	display: flex;
	height: 100%;
	min-height: 240px;
}

.header .nav li .subNav1Container-l {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 30px;
	border-right: 1px solid rgba(229, 229, 229, 1);
	background-image: url(../img/bg1.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.header .nav li .subNav1Container-r {
	width: 50%;
	padding: 30px;
	display: flex;
	align-items: center;
}

.header .nav li .subNav1Container-l .text-box {
	min-width: 270px;
	max-width: 100%;
}

.header .nav li .subNav1Container-l a {
	display: block;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: Regular;
	color: #333333;
	line-height: 60px;
}

.header .nav li .subNav1Container-l a:hover,
.header .nav li .subNav1Container-l a.active {
	font-weight: bold;
}

.header .nav li .subNav1Container-r .text-box {
	display: none;
}

.header .nav li .subNav1Container-r .text-box.active {
	display: block;
}

.header .nav li .subNav1Container-r .text-box a {
	display: block;
	height: 58px;
	line-height: 58px;
	padding: 0 30px;
	border-radius: 5px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	min-width: 260px;
	max-width: 100%;
}

.header .nav li .subNav1Container-r .text-box a:hover {
	background-image: url(../img/bg.jpg);
	background-size: cover;
}

.header .r {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.header .r .language {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #fff;
}
.header.active .r .language,
.header.active .r .searchBtn{
	color: #333;
}
.header .r .searchBtn {
	cursor: pointer;
	color: #fff;
	margin-left: 30px;
}
.header .r .searchBtn .iconfont{
	font-weight: bold;
}
.header .searchBox {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid rgba(229, 229, 229, 1);
	padding: 0 4.16%;
	display: none;
}

.header .searchBox form {
	width: 880px;
	max-width: 100%;
	height: 62px;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
}

.header .searchBox .icon-sousuo,
.header .searchBox .icon-guanbi {
	font-size: 20px;
	color: RGBA(49, 49, 49, 1);
	font-weight: bold;
}

.header .searchBox input {
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	margin: 0 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 28px;
}

.header .searchBox input::placeholder {
	color: #aaa;
}

.btns {
	display: flex;
}

.btns .btn {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	border: 2px solid #EBF0F5;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	z-index: 2;
}

.btns .btn .iconfont {
	font-size: 24px;
}

.btns .btn svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 2;

}

.btns .btn svg circle {
	position: absolute;
	left: 0;
	top: 0;
}

.btns .btn:hover svg circle {
	animation: circleProgress 3s forwards;
}

@keyframes circleProgress {
	0% {
		stroke-dashoffset: 314;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

.footer {
/*	background-image: url(../img/footer-bg.jpg);*/
	background: #F1F3F4;
/*	background-size: cover;*/
}

.footer .footer-t {
	padding: 56px 0 46px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .footer-t .footer-r {
	display: flex;
	align-items: center;
}

.footer .footer-t .footer-r .btn {
	width: 156px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 48px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 0 25px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #000000;
	margin-right: 20px;
}

.footer .footer-t .friend-links {
	position: relative;
}

.footer .footer-t .friend-links-t {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	width: 210px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 5px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
}

.footer .footer-t .friend-links-t .icon-youjiantou11 {
	transform: rotate(90deg);
}

.footer .footer-t .friend-links-b {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	display: none;
}
.footer .footer-t .friend-links:hover .friend-links-t{
	border-radius: 5px 5px 0 0;
}
.footer .footer-t .friend-links:hover .friend-links-b {
	display: block;
}

.footer .footer-t .friend-links-b a {
	display: block;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	padding: 0 25px;
	line-height: 35px;
}

.footer .footer-t .friend-links-b a:hover {
	color: #2C518A;
}

.footer .footer-c {
	padding: 55px 0 60px;
	border-top: 1px solid rgba(215, 217, 219, .7);
	border-bottom: 1px solid rgba(215, 217, 219, .7);
}

.footer .footer-c .list {
	display: flex;
	justify-content: space-between;
}

.footer .footer-c .list .li-title {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #000000;
	line-height: 1;
}

.footer .footer-c .list .li-des {
	font-size: 15px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 2;
	margin-top: 23px;
}

.footer .footer-c .list .li-des a {
	display: block;
	color: rgba(102, 102, 102, 1);
}

.footer .footer-c .list .li-des a:hover {
	color: #2C518A;
}

.footer .footer-c .list .tel {
	font-size: 22px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 30px;
}

.footer .footer-c .list .text-box {
	font-size: 15px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #888888;
	line-height: 23px;
	margin-top: 24px;
	width: 195px;
}

.footer .footer-c .list .text-box .text-des {
	color: rgba(102, 102, 102, 1);
}

.footer .footer-c .list .text-box .text:not(:last-child) {
	margin-bottom: 15px;
}

.footer .footer-c .list .ewm-box {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.footer .footer-c .list .ewm-box .ewm-text {
	margin-left: 20px;
	width: 60px;
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #777777;
	line-height: 18px;
}

.footer .footer-b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #777777;
	line-height: 29px;
	padding: 25px 0;
}

.footer .footer-b a {
	color: #777777;
}

.fixed-right {
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(121, 121, 121, 0.2);
	border-radius: 30px;
	padding: 20px 0;
	text-align: center;
	z-index: 99;
}

.fixed-right .custom-service {
	display: block;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
}

.fixed-right .custom-service .icon {
	width: 50px;
	height: 50px;
	background: #2C518A;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	margin: 15px auto 0;
	color: #fff;
}

.fixed-right .custom-service .icon .iconfont {
	font-size: 22px;
}

.fixed-right .tel-icon {
	display: block;
	text-align: center;
	margin: 10px 0 0;
}

.fixed-right .tel-icon,
.fixed-right .ewm-icon {
	position: relative;
	display: block;
}

.fixed-right .tel-icon .iconfont,
.fixed-right .ewm-icon .iconfont {
	font-size: 24px;
	color: RGBA(51, 51, 51, 1);
}

.fixed-right .line {
	margin: 10px auto;
	width: 20px;
	height: 1px;
	background: #E1E4E5;
}

.fixed-right .aBox {
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(125, 125, 125, 0.15);
	border-radius: 5px;
	padding: 20px;
	text-align: left;
	white-space: nowrap;
	display: none;
}

.fixed-right a:hover .aBox {
	display: block;
}

.fixed-right .aBox .text-title {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 1;
}

.fixed-right .aBox .text-des {
	font-size: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 9px;
}

.banner1 {
	position: relative;
}

.banner1 .pic img {
	display: block;
	width: 100%;
	min-height: 390px;
	object-fit: cover;
}

.banner1 .banner-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.banner1 .banner-box .zh {
	font-size: 50px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}

.banner1 .banner-box .en {
	font-size: 22px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 18px;
	text-transform: uppercase;
}

.commonBread {
	position: absolute;
	bottom: 58px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	z-index: 2;
}

.commonBread .icon-youjiantou11 {
	margin: 0 5px;
}

.commonBread a {
	color: #fff;
}

.commonSubNav {
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
	z-index: 2;
	padding-bottom: 25px;
	overflow: hidden;
}

.commonSubNav .swiper {
	overflow: visible;
}

.commonSubNav .swiper-slide {
	width: auto;
}

.commonSubNav .swiper-slide:not(:last-child) {
	margin-right: 15px;
}

.commonSubNav .swiper-slide a {
	display: block;
	min-width: 160px;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px 0px rgba(125, 125, 125, 0.15);
	border-radius: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.commonSubNav .swiper-slide.active a,
.commonSubNav .swiper-slide:hover a {
	background: linear-gradient(90deg, #5B2D89, #2C518A);
	color: #fff;
}

.index-title .sub-title {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-bottom: 19px;
}

.index-title .title {
	font-size: 36px;
	font-family: HarmonyOS Sans SC;
	color: #000000;
	line-height: 1;
}

.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.video-content .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 50px;
	height: 50px;
	background: #F5F5F5;
	line-height: 50px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 5px;
	cursor: pointer;
	border-radius: 50%;
}


.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: #2C518A;
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a,
.pagination ul li.active span,
.pagination ul li:hover span {
	color: #fff;
}

.m-right-buttom {
	display: none;
}

.m-navbar {
	display: none;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
	.fixed-right{
	    right: 15px;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.header .nav li:not(:last-child){
		margin-right: 35px;
	}
	.header,.header .searchBox{
		padding: 0 3%;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
	.index-title .title{
		font-size: 30px;
	}
	.banner1 .banner-box .zh{
		font-size: 42px;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.index-title .sub-title{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.header .nav li:not(:last-child){
		margin-right: 20px;
	}
	.banner1 .banner-box .zh{
		font-size: 36px;
	}
}

@media (max-width:1199px) {
	.banner1 .banner-box .zh{
		font-size: 30px;
	}
	.banner1 .banner-box .en{
		font-size: 20px;
		margin-top: 10px;
	}
	.header .logo,
	.header .r{
		position: relative;
		top: 0;
		transform: translateY(0);
	}
	.header .content{
		justify-content: space-between;
		align-items: center;
		height: 50px;
	}
	.header .nav{
		display: none;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-right: 20px;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #fff;
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #0036B2;
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}

	.m-navbar.active li {
		border-radius: 5px;
		background-color: #f0f0f0;
	}

	.m-navbar.active li .subNav {
		display: none;
		background-color: #f0f0f0;
		padding: 0 25px;
		border-radius: 0 0 5px 5px;
	}

	.m-navbar.active li .subNav a {
		margin-top: 0;
		background-color: transparent;
		padding: 10px 0 !important;
		border-radius: 0;
		font-size: 14px;
	}

	.m-navbar.active li .subNav .item-title {
		padding: 10px 0 0;
	}

	.m-navbar.active li .subNav a:not(:last-child) {
		border-bottom: 1px solid rgba(193, 199, 208, 0.7);
	}

	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}

	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}

	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}

	.m-navbar li:hover a {
		color: #747474 !important;
	}

	.m-navbar li.active a {
		color: rgba(0, 54, 178, 1) !important;
	}

	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 100px 4% 20px;
		background-color: #444;
		z-index: 998;
	}

	.m-navbar li+li {
		margin-top: 12px
	}

	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}

	.m-navbar li+li:after {
		display: none
	}

	.m-navbar li a {
		padding: 9px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
	}
	.footer .footer-c .list li:not(:last-child){
		display: none;
	}
	.footer .footer-c .list .text-box{
		width: 100%;
		margin-top: 20px;
	}
	.footer .footer-c .list .ewm-box .ewm-text{
		width: 100%;
	}
	.footer .footer-t,
	.footer .footer-c{
		padding: 30px 0;
	}
	.footer .footer-c .list .tel{
		margin-top: 15px;
	}
	.footer .footer-c .list .text-box .text:not(:last-child){
		margin-bottom: 10px;
	}
	.footer .footer-b{
		padding: 10px 0;
	}
	.index-title .title{
		font-size: 28px;
	}
}

@media (max-width: 1024px) {
	.main1 .commonBread{
		bottom: 0;
	}
	.commonBread{
		bottom: 70px;
	}
	.commonSubNav{
		position: relative;
		bottom: 0;
		left: 0;
		transform: translate(0,0);
		margin-top: 20px;
		padding-bottom: 0;
		overflow: visible;
	}
	.commonSubNav .swiper-slide a{
		height: 40px;
		line-height: 40px;
		min-width: 100px;
		font-size: 14px;
	}
	.banner1 .banner-box .zh{
		font-size: 26px;
	}
	.banner1 .banner-box .en{
		font-size: 18px;
	}
	.index-title .title{
		font-size: 26px;
	}
	.index-title .sub-title{
		font-size: 18px;
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.banner1 .banner-box .zh{
		font-size: 24px;
	}
	.banner1 .banner-box .en{
		font-size: 16px;
	}
	.btns .btn{
		width: 40px;
		height: 40px;
		line-height: 36px;
	}
	.index-title .title{
		font-size: 24px;
	}
	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.btns .btn svg{
		width: 36px;
		height: 36px;
	}
	.btns .btn svg circle{
		cx: 20px;
		cy: 20px;
		r: 20px;
	}
	.video-content .close {
		right: 0;
		top: -30px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.footer .footer-t{
		flex-direction: column;
		align-items: center;
	}
	.footer .footer-t .footer-r{
		margin-top: 20px;
	}
	.footer .footer-b{
		line-height: 1.5;
	}
	.footer .footer-c .list .tel{
		margin-top: 10px;
		font-size: 18px;
	}
	.fixed-right{
		right: 10px;
	}
}

@media (max-width: 500px) {
	.banner1 .banner-box .zh{
		font-size: 22px;
	}
	.index-title .title{
		font-size: 22px;
	}
	.header .logo img{
		height: 20px;
	}
	.header .content{
		height: 40px;
	}
	.header .r .language{
		font-size: 14px;
	}
	.header .r .searchBtn{
		margin-left: 20px;
	}
	.header .searchBox form{
		height: 40px;
	}
	.header .searchBox .icon-sousuo, .header .searchBox .icon-guanbi{
		font-size: 18px;
	}
	.footer .footer-t .logo img{
		display: block;
		height: 25px;
	}
	.footer .footer-t .footer-r .btn,
	.footer .footer-t .friend-links-t{
		height: 40px;
		line-height: 40px;
	}
	.footer .footer-t .footer-r .btn{
		width: 130px;
	}
	.footer .footer-t .friend-links-t{
		width: 160px;
	}
}

/*工程案例*/
.case-container .case-item {
    position: relative;
    height: 540px;
    overflow: hidden;
    cursor: pointer;
}

.case-container .case-item .case-pic img {
    width: 100%;
    object-fit: cover;
    transition: height 0.6s;
    height: 540px;
    display: block;
}

.case-container .case-item .txt-box {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 30px
}

.case-container .case-item .txt-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: rgba(44,81,138, 1);
    content: "";
    transition: all 0.6s 0.3s;
}

.case-container .case-item .txt-box .txt-title {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.case-container .case-item .txt-box .txt-des {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    visibility: hidden;
    height: 0;
    margin-top: 0;
}

.case-container .case-item:hover .case-pic img {
    height: 360px;
}

.case-container .case-item:hover .txt-box {
    position: relative;
    background-color: #fff;
    height: 180px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.case-container .case-item:hover .txt-box:before {
    width: 100%;
}

.case-container .case-item:hover .txt-box .txt-title {
    color: rgba(34, 34, 34, 1);
}

.case-container .case-item:hover .txt-box .txt-des {
    visibility: visible;
    height: auto;
    margin-top: 10px;
}

/*合作伙伴*/
.partner-container {
    overflow: hidden;
}

.partner-container .box1 {
    padding: 133px 0 80px;
}

.partner-container .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 64px;
}

.partner-container .partner-item {
    width: 23.21%;
    transition: all 0.3s;
    margin-bottom: 25px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.partner-container .partner-item .box {
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}

.partner-container .partner-item .box .imgs {
    overflow: hidden;
}

.partner-container .partner-item .box .imgs img {
    display: block;
    width: 100%;
    height: 200px;
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.partner-container .partner-item .box:after {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 50%;
    right: 50%;
    width: 0;
    height: 3px;
    background: #2C518A;
    transition: all 0.3s;
}

.partner-container .partner-item:hover .box {
    border-color: #2C518A;
}

.partner-container .partner-item:hover .imgs img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.partner-container .partner-item:hover .box:after {
    width: 100%;
    left: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .partner-container .box1 {
        padding: 100px 0 70px;
    }

    .partner-container .list {
        margin-top: 50px;
    }
}

@media (max-width: 1024px) {
    .partner-container .box1 {
        padding: 60px 0;
    }

    .partner-container .partner-item {
        width: 48%;
        margin-bottom: 30px;
    }

    .partner-container .partner-item .box .imgs img {
        height: auto;
    }

    .partner-container .list {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .partner-container .box1 {
        padding: 50px 0;
    }

    .partner-container .list {
        margin-top: 35px;
    }
}

@media (max-width: 500px) {
    .partner-container .box1 {
        padding: 40px 0;
    }

    .partner-container .list {
        margin-top: 30px;
    }

    .partner-container .partner-item {
        margin-bottom: 25px;
    }
}