html,
body {
	position: relative;
	height: 100%;
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px;
	}
}

#nav {
	position: fixed;
	z-index: 999999;
	top: 0;
	width: 100%;
	height: 98px;
	background: #ffffff;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0, 0, 0, 0.2);
}

/*header PC*/

#header_vue {
	position: relative;
	z-index: 9999999;
}

.headervue {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.header-navbar {
	padding: 0;
	width: 100%;
	position: static;
}

.navbar-con {
	display: flex;
	flex-basis: auto;
	height: 100%;
}

.headervue .iconfont {
	position: relative;
	top: 0.02rem;
	font-size: 0.2rem;
}

.headervue .item>a {
	display: flex;
	height: 100%;
	margin: 0 6px;
	font-size: 16px;
	cursor: pointer;
	white-space: nowrap;
	align-items: center;
	color: #ffffff;
	justify-content: center;
}

.headervue.fixed-top .item>a,
.headervue.on .item>a {
	color: #333333;
}

.headervue .item>a>i {
	margin-left: 5px;
}

.headervue .item a:hover {
	color: #043e8f;
	text-decoration: none;
}

.headervue .header-wrap {
	position: fixed;
	z-index: 999999;
	top: 0;
	width: 100%;
	height: 100px;
	display: flex;
}

.headervue .header-wrap .headerbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 0;
	padding-left: 0;
}

.headervue .header-wrap .header-logo {
	display: flex;
	align-items: flex-start;
	margin-right: 28px;
	position: relative;
	height: 100px;
	background: #ffffff;
	border-bottom-right-radius: 60px;
	padding: 10px 77px 10px 36px;
}

.headervue .header-wrap .header-logo>a {
	display: flex;
	padding: 10px 16px;
	height: 100%;
	align-items: center;
}

.headervue .header-wrap .header-logo>a .logo-img {
	max-width: none;
}

.headervue .header-wrap .header-right {
	display: flex;
	align-items: center;
	color: #999999;
	margin-right: 5vw;
	height: 100%;
}

.headerbox-nav {
	margin-right: 20px;
}

.headervue .dropdown {
	position: static;
}

.headervue .dropdown .dropdown-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0px;
	background: #ffffff;
	border-radius: 0;
	padding: 100px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: -1;
	border-top: unset;
}

.headervue .dropdown .dropdown-menu .dropdown-menu-con {
	display: flex;
	padding: 36px;
}

.headervue .dropdown .dropdown-menu .dropdown-menu-con li {
	list-style: none;
	width: 25%;

}

.headervue .dropdown .dropdown-menu .dropdown-menu-con li a.dropdown-item p {
	padding: 15px 0;

}

.headervue .dropdown .dropdown-menu .dropdown-menu-con ul {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.headervue .dropdown .dropdown-menu .dropdown-menu-con ul li {
	width: 50%;
	padding: 0 15px;
}

.headervue .dropdown .dropdown-menu .dropdown-menu-con ul li a {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.headervue .dropdown .dropdown-menu .dropdown-menu-con .dropdown-menu-img {
	width: 30%;
}

.headervue.fixed-top .header-wrap {
	background: #ffffff;
}

.headervue .dropdown .show {
	visibility: visible;
	opacity: 1;
}

.headervue .dropdown-menu a {
	text-align: center;
	color: #727272;
	padding: 6px 15px;
}

.headerbox-nav .item>a {
	position: relative;
	min-width: 100px;
	text-align: center;
	padding: 6px 15px;
	z-index: 2;
}

.headerbox-nav .item>a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #043e8f;
	z-index: -1;
}

.headerbox-nav .item.show>a:after,
.headerbox-nav .item>a:hover:after {
	height: 100%;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}

.headerbox-nav .item.show>a,
.headerbox-nav .item>a:hover {
	color: #ffffff;
}

.headervue .dropdown-menu a:hover {
	color: #043e8f;
	background-color: unset;
}

.nav-lang {
	margin-left: 30px;
}

.nav-lang a {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #043e8f;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	transition: all .3s;
}

.nav-lang a:hover {
	text-decoration: none;
	background: #05449c;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transform: translateY(-3px);
}

#header {
	display: block;
}

#ph-nav {
	display: none;
}



.header-navbar-m {
	background: #ffffff;
	height: 80px;
	position: fixed;
	z-index: 999999;
	top: 0;
	width: 100%;
	align-items: center;
}

.header-navbar-m .header-logo {
	position: relative;
}

.header-navbar-m .header-logo a img {
	height: 42px;
	max-width: none;
}

.header-navbar-m .navbar-con .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-navbar-m .navbar-con .lang>a {
	color: #333333;
}

.header-navbar-m .navbar-con .lang .dropdown-menu {
	right: 0;
	left: auto;
}

.header-navbar-m .navbar-con {
	align-items: center;
}

.header-navbar-m .navbar-con .lang {
	font-size: 20px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu {
	position: absolute;
	color: #666 !important;
	top: 48px;
	max-height: 10.6rem;
	width: 100px;
	min-width: unset;
	background-color: white;
	z-index: 100;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	border-radius: 4px;
	padding: 5px 0;
	margin-left: -50px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu a {
	text-align: center;
	color: #727272;
	padding: 6px 15px;
	font-size: 14px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu a:hover {
	color: #043e8f;
	background-color: unset;
}

.section {
	overflow: hidden;
	width: 100vw;
	width: 100%;
	position: absolute;
	height: 100vh;
	min-height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-contain {
	height: 100%;
	position: relative;
	display: flex;
	width: 80%;
	padding-left: 0;
	padding-right: 0;
	align-content: center;
	align-items: center;
}

#section1 {
	z-index: 8;
}

#section2 {
	z-index: 7;
}

#section3 {
	z-index: 6;
}

#section4 {
	z-index: 5;
	background: #ffffff;
}

#section5 {
	z-index: 4;
}

#section6 {
	z-index: 2;
	min-height: auto;
	height: 45vh;
	top: 55vh;
	background: #043e8f;
}

.banner {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner .banner_img {
	height: 100%;
	position: relative;
}


.banner .banner_img .swiper-container,
.banner .banner_img .swiper-container .swiper-wrapper {
	height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
	width: auto;
	height: auto;
}

.banner .swiper-container .swiper-wrapper .swiper-slide video {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100% !important;
	object-fit: cover;
}

.banner-text {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	color: #043e8f;
	padding-top: 7%;
	flex-direction: row;
	align-items: center;
	padding-left: 10%;
	width: 100%;
	padding-top: 0;
}

.banner-video-text {
	/*background: #00335c6b;*/
	align-items: center;
	padding-top: 0;
}

.banner-text-box {
	transform: translateY(200px);
	opacity: 0;
	color: #ffffff;
	transition: all .8s;
}

.application-text-box h1{
	font-weight: bolder;
	margin-bottom: 1rem;
	/* letter-spacing: 0.16rem; */
	font-size: 40px;
	text-transform: uppercase;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
	font-weight: bolder;
	margin-bottom: 1rem;
	font-size: 46px;
	text-transform: capitalize;
}

.application-text-box p{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bolder;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box p {
	margin-bottom: 20px;
	font-size: 18px;
	max-width: 580px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box hr {
	display: block;
	width: 55px;
	border-bottom: 3px solid #ffffff;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .ban-img {
	height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 90%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box.active {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	transition: all .8s;
}

.banner .swiper-container .swiper-button-prev {
	left: 3rem;
	top: 50%;
	transform: translateY(0%);
	width: 3.4rem;
	height: 3.4rem;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 4;
	font-size: 1.8rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	opacity: 0;
}

.banner .swiper-container .swiper-button-next {
	right: 3rem;
	top: 50%;
	transform: translateY(0%);
	width: 3.4rem;
	height: 3.4rem;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 4;
	font-size: 1.8rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	opacity: 0;
}

.banner .swiper-container .swiper-button-next:hover,
.banner .swiper-container .swiper-button-prev:hover {
	background: #043e8f;
	color: #fff;
	border-color: #043e8f;
}

.banner .swiper-container .swiper-button-next:after,
.banner .swiper-container .swiper-button-prev:after {
	display: none;
}

.button-pag .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 5px;
	margin: 0 3px !important;
	transition: 0.3s;
}

.button-pag .swiper-pagination-bullet-active {
	width: 54px;
	height: 10px;

}

.button-pag .swiper-pagination {
	position: initial;

}

.button-pag {
	position: absolute;
	bottom: 60px;
	left: 14%;
	transform: translate(-50%, 0);
	z-index: 4;
	background: rgba(0, 0, 0, 0.3);
	padding: 0 10px;
	height: 24px;
	border-radius: 12px;
	line-height: 22px;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	opacity: 1;
}

.banner-text-box .more-btn {
	margin-top: 68px;
}

.more-btn a {
	margin-top: 2rem;
	display: flex;
	width: 200px;
	height: 58px;
	border: 2px solid #ffffff;
	color: #fff;
	border-radius: 29px;
	align-items: center;
	padding-right: 30px;
	position: relative;
	padding-left: 76px;
	/* letter-spacing: 5px; */
	transition: all 0.8s;
}

.more-btn a i {
	background: #ffffff;
	width: 58px;
	height: 58px;
	padding: 18px 18px 18px 24px;
	text-align: center;
	color: #043e8f;
	font-size: 26px;
	border-radius: 50%;
	position: absolute;
	left: -2px;
	transition: all 0.8s;
}

.more-btn.b a {
	border: 2px solid #043e8f;
	color: #043e8f;
}

.more-btn.b a i {
	background: #043e8f;
	color: #ffffff;
}

.more-btn a:hover {
	text-decoration: none;
	background: #ffffff;
	color: #043e8f;
	padding-left: 36px;
}

.more-btn.b a:hover {
	background: none;
}

.more-btn a:hover i {
	left: 144px;
	color: #ffffff;
	background: #043e8f;

}

.index-about-con {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10vh;
}

.index-about-con .about-left {
	width: 45%;
}

.index-about-con .about-right {
	width: 45%;
}

.index-about-con .about-left .about-title {
	font-weight: bold;
	color: #043e8f;
	font-size: 19px;
	margin-bottom: 36px;
}

.index-about-con .about-left .about-title h1 {
	font-weight: bold;
	font-size: 36px;
	text-transform: capitalize;
}

.index-about-num {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.about-num-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.about-num-item {
	width: 25%;
	border-right: 1px solid #ffffff48;
}

.about-con .about-num-item {
	width: auto;
	margin-right: 5%;
}

.about-num-item:last-child {
	border-right: none;
}

.about-num-item a {
	display: block;
	padding: 36px 36px 26px;
	width: 100%;
	position: relative;
	-webkit-transition: ease .8s;
	transition: ease .8s;
}

.about-num-item a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/num-bg.jpg) right bottom #053e8f;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: ease .8s;
	transition: ease .8s;
	z-index: -1;
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);

}

.about-num-item.cur a::before,
.about-num-item a:hover::before {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)
}

.about-num-item.cur a,
.about-num-item a:hover {
	text-decoration: none;
	color: #ffffff;
}

.about-num-item .num h1 {
	position: relative;
	margin-bottom: 0;
}

.about-num-item .num h1 span {
	font-family: "DIN";
	font-size: 4vw;
}

.about-num-item .num h1 i {
	font-size: 36px;
	position: absolute;
	font-style: unset;
}

.about-num-item a .num-btn {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	padding: 5px;
	text-align: center;
	color: #043e8f;
	margin-top: 26px;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: ease .8s;
	transition: ease .8s;
}

.about-num-item.cur a .num-btn,
.about-num-item a:hover .num-btn {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.index-pro-con {
	display: flex;
	align-items: center;
}

.pro-serise-con {
	margin-left: 85px;
	max-width: 500px;
}

.pro-serise-name ul {
	padding: 0;
}

.pro-serise-name ul li {
	list-style: none;
	margin-top: 10px;
}

.pro-serise-name ul li a {
	color: #043e8f;
	display: block;
	height: 40px;
	line-height: 30px;
	border-radius: 20px;
	min-width: 146px;
	padding: 5px 23px;
	display: block;
	cursor: pointer;
}

.pro-serise-name ul li a.active {
	background-color: #043e8f;
	color: #ffffff;
}

.pro-serise-tab {
	display: none;
}

.pro-serise-tab.active {
	display: block;
}

.pro-serise-tab .tab-list {
	margin-bottom: 36px;
}

.pro-serise-tab .tab-list a {
	display: inline-block;
	font-size: 30px;
	line-height: 42px;
	color: #043e8f;
	font-weight: bolder;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
	opacity: 0.6;
}

.pro-serise-tab .tab-list a:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 5px;
	background-color: #043e8f;
	opacity: 0.26;
	bottom: 0;
	display: none;
}

.pro-serise-tab .tab-list a.active{
	opacity: 1;
}

.pro-serise-tab .tab-list a.active:after {
	display: block;
}

.pro-serise-tab .tab-content {
	display: none;

}

.pro-serise-tab .tab-content.active {
	display: block;
}

.pro-serise-content {
	min-height: 230px;
	margin-bottom: 100px;
}

.case-wrapper {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.case-wrapper .swiper-slide {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.index-case-ul {
	position: relative;
	height: 100%;
	z-index: 2;

}

.index-case-ul ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
}

.index-case-ul ul li {
	height: 100%;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #ffffff4f;
	cursor: pointer;
}

.index-case-ul ul li.active {
	background: #043e8f27;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.index-case-ul ul liÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã‚Â¡last-child {
	border-right: none;
}

.index-case-ul ul li a {
	text-align: center;
	font-size: 18px;
	color: #043e8f;
	margin-top: 150px;
}

.index-case-ul ul li a:hover {
	text-decoration: none;
	color: #043e8f;
}

.index-case-ul ul li a>i {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 1px solid #043e8f;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.index-case-ul ul li a>i.icon-case-1 {
	background: url(../images/icon-case-1.png);
}

.index-case-ul ul li.active a>i.icon-case-1,
.index-case-ul ul li:hover a>i.icon-case-1 {
	background: url(../images/icon-case-1-w.png) #043e8f;
}

.index-case-ul ul li a>i.icon-case-2 {
	background: url(../images/icon-case-2.png);
}

.index-case-ul ul li.active a>i.icon-case-2,
.index-case-ul ul li:hover a>i.icon-case-2 {
	background: url(../images/icon-case-2-w.png) #043e8f;
}

.index-case-ul ul li a>i.icon-case-3 {
	background: url(../images/icon-case-3.png);
}

.index-case-ul ul li.active a>i.icon-case-3,
.index-case-ul ul li:hover a>i.icon-case-3 {
	background: url(../images/icon-case-3-w.png) #043e8f;
}

.index-case-ul ul li a>i.icon-case-4 {
	background: url(../images/icon-case-4.png);
}

.index-case-ul ul li.active a>i.icon-case-4,
.index-case-ul ul li:hover a>i.icon-case-4 {
	background: url(../images/icon-case-4-w.png) #043e8f;
}


#section4 .section-title {
	position: absolute;
	top: 180px;
	width: 100%;
	z-index: 3;
}

.section-title h1 {
	color: #111111;
	text-align: center;
	font-weight: bolder;
}

.index-news-con {
	width: 100%;
}

.index-news-list {
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
}

.index-news-left {
	width: 48%;
}

.index-news-right {
	width: 48%;
}

.news-item {
	margin-bottom: 35px;
}

.news-item a {
	display: block;
	background: #ffffff;
	overflow: hidden;
}

.news-item a:hover {
	text-decoration: none;
}

.news-item a .index-news-img {
	overflow: hidden;
}

.news-item a .index-news-img img {
	transform: scale(1);
	transition: all 0.5s;
}

.news-item a:hover .index-news-img img {
	transform: scale(1.05);
}

.news-item a .news-content {
	padding: 20px 30px;
	position: relative;
}

.news-item a .news-content:after {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../images/icon-news-more.png);
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
}

.news-item a:hover .news-content:after {
	width: 94px;
	height: 94px;
}

.news-item a .news-content .news-time {
	font-size: 18px;
	font-weight: bolder;
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}

.news-item a .news-content .news-time:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background: #043e8f;
	margin-right: 6px;
	transition: all 0.5s;
}

.news-item a:hover .news-content .news-time:before {
	width: 20px;
}

.news-item a .news-content .news-title {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-item a .news-content .news-intro {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #727272;
	margin-bottom: 28px;
}

.index-news-right .news-item a .news-content .news-intro {
	margin-bottom: 10px;
}

.foot-contain {
	color: #ffffff;
	flex-direction: column;
	justify-content: center;
	padding-top: 50px;
}

.foot-contain a {
	color: #ffffff;

}

.foot-contact {
	margin-right: 36px;
	width: 30%;
}

.foot-con {
	display: flex;
	width: 100%;
}

.foot-social {
	margin-top: 70px;
}

.foot-social ul {
	margin: 0;
	padding: 0;
}

.foot-social ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}

.foot-social ul li a {
	font-size: 24px;
	color: #ffffff;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #ffffff23;
	padding: 8px;
	text-align: center;
}

.foot-nav {
	display: flex;
	width: 70%;
	justify-content: space-between;
}

.foot-nav-item {
	padding-right: 5%;
}

.foot-nav-item .foot-nav-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 26px;
}

.foot-nav-item .foot-nav-title a:hover {
	text-decoration: none;
}

.foot-nav-item .foot-nav-list ul {
	padding: 0;
	margin: 0;
}

.foot-nav-item .foot-nav-list ul li {
	list-style: none;
	margin-bottom: 6px;
}

.foot-copyright {
	width: 100%;
	padding: 30px 0 0;
	display: flex;
	border-top: 1px solid #ffffff79;
	margin-top: 66px;
	justify-content: space-between;
}

.footer {
	background: #043e8f;
}

.footer .foot-contain {
	padding-bottom: 30px;
}

.banner-img {
	display: flex;
	min-height: 640px;
	align-items: center;
	justify-content: center;
}


.banner-title {
	padding-left: 10%;
	padding-right: 10%;
	color: #ffffff;
	z-index: 1;
}

.banner-title p {
	opacity: 0.8;
}

.banner-title h1 {
	font-weight: bolder;
	font-size: 3.1vw;
	margin-top: 10px;
}

.banner-nav {
	margin-top: -50px;
	width: 100%;
	z-index: 1;
	position: relative;
}

.banner-nav.sticky-top {
	background: #043e8f;
	position: fixed;
	top: 100px;
	z-index: 3;
	margin-top: 0px;
}

.banner-nav-contain {
	width: 80%;
	padding-left: 0;
	padding-right: 0;
}

.banner-nav-contain ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.banner-nav-contain ul li {
	list-style: none;
	width: 100%;
	background: #043e8f;
}

.banner-nav-contain ul li a {
	background: #043e8f;
	color: #ffffff;
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	opacity: 0.8;
}

.banner-nav.sticky-top .banner-nav-contain ul li a {
	height: 60px;
}

.banner-nav-contain ul li a:hover,
 .banner-nav-contain ul li a.active {
	text-decoration: none;
	background: #05449c;
	opacity: 1;
}

.banner-nav-contain ul li a>i {
	display: block;
	width: 20px;
	height: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.banner-nav-contain ul li a>i.icon-about {
	background-image: url(../images/icon-about.png);
}

.banner-nav-contain ul li a>i.icon-honor {
	background-image: url(../images/icon-honor.png);
}

.banner-nav-contain ul li a>i.icon-culture {
	background-image: url(../images/icon-culture.png);
}

.banner-nav-contain ul li a>i.icon-develop {
	background-image: url(../images/icon-develop.png);
}

.banner-nav-contain ul li a>i.icon-equip {
	background-image: url(../images/icon-equip.png);
}

.banner-nav-contain ul li a>i.icon-contact {
	background-image: url(../images/icon-contact.png);
}

.banner-nav-contain ul li a>i.icon-feedback {
	background-image: url(../images/icon-feedback.png);
}

.banner-nav-contain ul li a>i.icon-join {
	background-image: url(../images/icon-join.png);
}

.contain .section-contain {
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-con {
	padding-bottom: 30px;
}

.about-con .about-num-box {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 26px;
	margin-bottom: 26px;
}

.about-con .about-num-box .about-num-item .num h1 span {
	font-size: 2.5vw;
}

#history {
	background-image: url(../images/history-bg.jpg);
	background-size: cover;
	background-position: center center;
}

#history .history-contain {
	display: block;
	padding-bottom: 400px;
}

#history .history-wrap {
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	align-items: center;
	max-width: 1800px;
}

.history-contain .history-slider {
	overflow: hidden;
	position: relative;
}

.history-contain .history-slider .swiper {
	margin-left: unset;
	margin-right: unset;
	min-height: 160px;
}

.history-contain .history-slider .swiper-slide {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
}

.history-slider .history-slider-title {
	color: #6b8dbd;
	font-size: 5.2vw;
	font-family: 'DIN';
}

.history-slider-two,
.history-slider-three {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 240px;
	height: 15vw;
	-webkit-mask-image: linear-gradient(180deg, #ffffff00 15.63%, #ffffff 50%, #ffffff00 86.98%);
	mask-image: linear-gradient(180deg, #ffffff00 15.63%, #ffffff 49.82%, #ffffff00 86.98%);
}

.history-slider-two {
	align-items: flex-start;
}

.history-contain .history-slider .history-swiper-prev-button.history-swiper-button-prev-two {
	position: absolute;
	right: 0;
	top: 17vw;
	width: 69px;
	min-width: 69px;
	max-height: 69px;
}

.history-contain .history-slider .history-slider-wrapper-title {
	color: #0647a3;
	font-size: 80px;
	font-family: 'DIN';
	text-align: center;
}

.history-contain .history-slider .history-slider-wrapper-text {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	margin-top: 26px;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.history-contain .history-slider:nth-child(2) .swiper {
	width: 100%;
}

.history-contain .history-slider:nth-child(2) {
	flex-basis: calc(100% - 500px);
	margin-top: 80px;
	overflow: hidden;
}

.history-slider-btns {
	text-align: center;
	margin-top: 36px;
}

.history-slider-btns .history-slider-btn {
	display: inline-block;
	width: 58px;
	height: 58px;
	padding: 15px 18px;
	text-align: center;
	color: #043e8f;
	border: 1px solid #043e8f;
	font-size: 26px;
	border-radius: 50%;
	margin: 15px;
}

.history-slider-btns .history-slider-btn:hover {
	background: #043e8f;
	color: #ffffff;
}

#honor {
	background-image: url(../images/honor-bg.jpg);
	background-size: cover;
	background-position: center center;
}

#honor .honor-contain {
	display: block;
	padding-bottom: 200px;
}

.index-honor-con {
	margin-top: 50px;
}

.honor-w-swiper,
.honor-h-swiper {
	background: url(../images/honor-list-bg.png) no-repeat bottom;
	background-size: 100% 30%;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

#culture .culture-contain {
	padding-top: 0;
	align-items: stretch;
}

.culture-contain {
	justify-content: space-between;
}

.culture-item {
	width: calc(100% / 3);
}

.culture-item-con {
	height: 100%;
	width: 100%;
	border: 1px solid #eeeeee;
	display: flex;
	padding: 30px;
	position: relative;
}

.culture-item-con::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #043e8f;
	opacity: 0;
	border-radius: 20px;
}

.culture-item-con:hover::before {
	opacity: 1;
	top: -30px;
	bottom: -30px;
	transition: .5s;
}

.culture-item-con:hover {
	color: #ffffff;
}

.culture-item-con img {
	transition: .5s;
}

.culture-item-con:hover img {
	transform: scale(1.2);
}

.culture-item-con .culture-title {
	width: calc(100% - 60px);
	position: static;
	z-index: 1;
}

.culture-item-con img {
	width: 60px;
	position: static;
	z-index: 1;
}

.culture-item-con:hover img {
	filter: brightness(0) invert(1);
}

.contact-contain {
	display: block;
}

.contact-content {
	display: flex;
	width: 100%;
}

.contact-title-h3 {
	font-weight: bold;
	font-size: 24px;
}

.contact-title {
	font-weight: bold;
	color: #111;
	font-size: 24px;
	margin-bottom: 36px;
	width: 30%;
}

.contact-title h1 {
	font-weight: bold;
	font-size: 36px;
}

.contact-title span {
	display: block;
	margin-bottom: 15px;
}

.contact-con {
	width: 60%;
	padding: 0 5%;
	font-size: 18px;
	line-height: 36px;
}

.contact-btn a {
	display: flex;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #043e8f;
	color: #ffffff;
	font-size: 36px;
	align-items: center;
	justify-content: center;
	transition: .5s;
}

.contact-btn a:hover {
	text-decoration: none;
	background: #0647a3;
	transform: translateX(10px);
}

#allmap {
	width: 100%;
	height: 550px;
	position: relative;
}

.contact_sign {
	display: block;
	width: 100px;
	height: 100px;
	background: #043e8f;
	border-radius: 50%;
	position: relative;
}

.contact_sign:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #043e8f;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.contact_sign:hover {
	text-decoration: none;
}

.contact_sign .btn {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact_sign .btn .icon-dh {
	width: 30px;
}

.feedback-title {
	width: 100%;
}

.feedback-form .form-control {
	font-size: 16px;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 5px 15px;
	height: 60px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: .5rem center;
	background-size: .5rem;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 3px;
	transition: all .3s;
}

.feedback-form .form-textarea {
	height: auto;
	padding-left: 15px;
	display: block;
}

.feedback-form .form-control-input .form-control:focus,
.feedback-form .form-control-input .form-textarea:focus {
	color: #ffffff;
	background-color: #dddddd;
	border-color: #dddddd;
	outline: 0;
	box-shadow: none;
}

.feedback-form .form-control-input .form-control:focus::-webkit-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-webkit-input-placeholder {
	/* WebKit browsers ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ */
	color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus:-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
	color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus::-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-moz-placeholder {
	/* Mozilla Firefox 19+ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
	color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus:-ms-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-ms-input-placeholder {
	/* Internet Explorer 10+  ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âie*/
	color: #ffffff;
}

.feedback-form .form-yzm {
	display: flex;
	justify-content: space-between;
}

.feedback-form .form-yzm .form-control {
	width: calc(100% - 230px);
}

.feedback-form .form-yzm img {
	width: 200px;
	height: 54px;
}

.feedback-submit {
	background: #043e8f;
	color: #ffffff;
	border-radius: 0px;
	width: 100%;
	max-width: 460px;
	height: 60px;
	float: right;
	font-size: 24px;
	font-weight: bolder;
	position: relative;
}

.feedback-submit i {
	margin-left: 26px;
	font-size: 30px;
}

.feedback-submit:hover {
	color: #ffffff;
	background-color: #0647a3;
}

.join_list {
	margin-top: 60px;
	padding: 0;
}

.join_list li {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
}

.join_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px 50px 25px 35px;
	align-items: center;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	border-radius: 0.42vw;
}

.join_list li:hover .join_top,
.join_list li.cur .join_top {
	background: #043e8f;
	color: #ffffff;
}

.join_list li.cur .join_top {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.join_list li:hover .join_top .zpTopRight .anniu,
.join_list li.cur .join_top .zpTopRight .anniu {
	color: #ffffff;
	border: 1px solid #ffffff;
}

.zpTopLeft {
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}

.zpTopLeft .zpTopCn {
	font-size: 20px;
	line-height: 2em;
}

.zpTopLeft .zpTopEn {
	font-size: 14px;
	color: #666666;
	line-height: 2em;
}



.zpTopRight .anniu {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #eeeeee;
	justify-content: center;
	transform: rotate(0deg);
	transition: all 0.3s;
}

.join_list li.cur {
	box-shadow: 0vw 0vw 1.04vw 0vw rgba(0, 0, 0, 0.1);
}

.join_list li.cur .zpTopRight .anniu {
	background: #043e8f;
	color: #fff;
	transform: rotate(180deg);
	transition: all 0.3s;
}

.join_hiden {
	width: 100%;
	background: #fff;
	display: none;
	z-index: 1;
	background-color: #fff;
	padding: 2.08vw 2.6vw;
}

.join_hiden p {
	line-height: 28px;
}

#news .news-contain {
	display: block;
}

.news-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.news-items {
	width: calc(100% / 3);
	padding: 0 15px 30px;
}

.news-items a {
	display: block;
	border: 1px solid #e2e2e2;
	border-radius: 0.42vw;
	overflow: hidden;
}

.news-items a:hover {
	text-decoration: none;
	background: #043e8f;
	box-shadow: 0vw 0vw 1.04vw 0vw rgba(0, 0, 0, 0.1);
}

.news-items a .news-img {
	overflow: hidden;
}

.news-items a .news-img img {
	transform: scale(1);
	transition: all 0.5s;
}

.news-items a:hover .news-img img {
	transform: scale(1.05);
}

.news-items a .news-content {
	padding: 30px 15px 15px;
}

.news-items a .news-content .news-title {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-items a .news-content .news-intro {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #727272;
	margin-bottom: 20px;

}

.news-items a .news-content .news-time {
	border-top: 1px solid #e2e2e2;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-items a:hover .news-content .news-title,
.news-items a:hover .news-content .news-time,
.news-items a:hover .news-content .news-intro {
	color: #ffffff;
}

.news-items a .news-content .news-time span {
	display: flex;
	border: 1px solid #eeeeee;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	font-size: 20px;
	padding: 8px 15px;
	align-items: center;
	justify-content: center;
}

.news-items a:hover .news-content .news-time span {
	background: #043e8f;
	color: #ffffff;
}

.news_main_title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #111111;
	margin-right: 5%;
	width: calc(100% - 60px);
}

.news_main_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 0;
	border-bottom: 1px solid #ddd;

}

a.back {
	display: flex;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	border-radius: 50%;
}

a.back:hover {
	background: url(../images/bcak.png) no-repeat center #043e8f;
	border: 1px solid#043e8f;
}

a.back:hover img {
	display: none;
}

.page_tb {
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page_tb a {
	color: #999;
}

.page_tb i {
	margin: 0 0.7rem;
}

.page_tb a:hover,
.news_link a.more_cen:hover {
	color: #043e8f;
	text-decoration: none;
}

.news_link {
	margin-top: 2rem;
}

.news_link a {
	margin-right: 1rem;
	color: #999;
	position: relative;
}

.news_link a:hover {
	color: #043e8f;
	text-decoration: none;
}

.news_link a i {
	margin-right: 0.4rem;
}

.news_details {
	min-height: 460px;
	padding: 2rem 0;
}

.news_details p {
	margin-bottom: 0.7rem;
}

.news_link a.share .ewmhiiden {
	display: none;
	position: absolute;
	top: 38px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 120px;
	z-index: 2;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.news_link a.share:hover .ewmhiiden {
	display: block;
}

.application .section {
	height: 100vh;
}

.application-text-box {
	color: #043e8f;
	padding: 30px 50px;
	background: rgba(255, 255, 255, 0.459);
	backdrop-filter: blur(3px);
	border-radius: 0.42vw;
	box-shadow: 0vw 0vw 1.04vw 0vw rgba(0, 0, 0, 0.1);
	border-bottom-right-radius: 60px;
	max-width: 620px;
}

.application-text-box p {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0.2rem;
}

.pro-intro-contain {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pro-img {
	position: relative;
}

.pro-img:before {
	content: "";
	background: linear-gradient(to right, #043e8f61, #05449c17);
	/* backdrop-filter: blur(3px); */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.pro-intro {
	max-width: 560px;
	/* color: #333333; */
}

.pro-intro .pro-name {
	/* color: #043e8f; */
}

.pro-intro hr.pro-hr {
	width: 50px;
	border-bottom: 6px solid #ffffff;
}

.pro-intro p {
	opacity: 1;
}

.pro-contact-btn {
	width: 50%;
}

.pro-contact-btn ul {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}

.pro-contact-btn ul li {
	list-style: none;
	margin-left: 30px;
}

.pro-contact-btn ul li a {
	display: block;
	width: 11vw;
	height: 8vw;
	border: 1px solid #ffffff;
	padding: 15px;
	border-bottom-right-radius: 2vw;
	color: #ffffff;
	position: relative;
	/* font-size: 18px; */
	transition: .3s;
}

.pro-contact-btn ul li a:hover {
	text-decoration: none;
	transform: translateY(-15px);
}

.pro-contact-btn ul li a.contact {
	background: #ffffff;
	color: #043e8f;
}

.pro-contact-btn ul li a i {
	position: absolute;
	right: 5%;
	bottom: 5%;
	width: 3vw;
	height: 3vw;
	display: block;
	background-size: cover;
}

.pro-contact-btn ul li a i.icon-infor {
	background-image: url(../images/icon-infor.png);
}

.pro-contact-btn ul li a i.icon-contact {
	background-image: url(../images/icon-pro-contact.png);
}

#pro .pro-contain {
	display: block;
}

.pro-contain-title {
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-weight: bolder;
}

.pro-contain-title h1 {
	font-weight: bold;
}

#craft {
	background-color: #f6f6f6;
}

.craft-contain {
	display: block;
}

.equip-item a {
	background-color: #ffffff;
	display: block;
	border: 1px solid #e2e2e2;
	border-radius: 0.42vw;
	overflow: hidden;
}

.equip-item a:hover {
	color: #ffffff;
	background-color: #043e8f;
	text-decoration: none;
	box-shadow: 0vw 0vw 1.04vw 0vw rgba(0, 0, 0, 0.1);
}

.equip-item a .text_box {
	text-align: center;
	padding: 15px;
}

#equip .equip-contain {
	display: block;
}

.equip-items {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 4rem;
	margin-bottom: 6rem;
}

.equip-intro {
	display: flex;
	margin-bottom: 36px;
}

.equip-intro .equip-title {
	width: 50%;
}

.equip-intro .equip-title h1 {
	text-align: left;
	position: relative;
	padding-left: 55px;
	text-transform: capitalize;
}

.equip-intro .equip-title h1 i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}

.equip-intro .equip-p {
	width: 50%;
}

.equip-items .swiper {
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1400px) {
	.headervue .header-wrap .header-logo {
		position: relative;
		height: 100px;
		background: #ffffff;
		border-bottom-right-radius: 60px;
		padding: 10px 50px 10px 16px;
	}

	.headerbox-nav .item>a {
		min-width: 86px;
		padding: 6px 10px;
	}

	.headervue .item>a {
		margin: 0;
	}

	.headervue .header-wrap .header-right {
		margin-right: 3vw;
	}

	.nav-lang {
		margin-left: 0px;
	}

	.application-text-box h1,
	.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
		font-size: 36px;
		/* text-transform: uppercase; */
	}

	.application-text-box p,
	.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box p {
		font-size: 16px;
	}
}

@media screen and (max-width: 992px) {
	#header_vue {
		display: none;
	}

	#ph-nav {
		display: block;
	}

	.section {
		position: relative;
		height: auto;
		min-height: unset;
	}

	.section-contain {
		height: 100%;
		position: relative;
		display: block;
		align-content: center;
		align-items: center;
		width: 90%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#section1 {
		z-index: 8;
		height: 100vh;
		min-height: 100vh;
	}

	#section2 .section-contain {
		padding-bottom: 0;
	}

	#banner,
	.banner {
		margin-top: 80px;
	}

	.application-text-box h1,
	.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
		font-size: 6vw;
	}

	.application-text-box p,
	.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box p {
		font-size: 2.4vw;
	}

	.banner-text {
		padding-left: 5%;
	}

	.index-about-num {
		position: relative;
	}

	.index-about-con {
		flex-direction: column;
	}

	.index-about-con .about-left {
		width: 100%;
	}

	.index-about-con .about-right {
		width: 100%;
		margin-top: 36px;
	}

	.index-pro-con {
		flex-direction: column;
	}

	.pro-serise-name ul li {
		margin-top: 0;
		margin-bottom: 36px;
		display: inline-block;
	}

	.index-pro-con {
		align-items: flex-start;
	}

	.pro-serise-con {
		margin-left: 0;
	}

	#section4 .section-title {
		position: relative;
		top: 0;
		width: 100%;
		z-index: 3;
		margin-top: 80px;
		margin-bottom: 36px;
	}

	.index-case-ul ul {
		flex-wrap: wrap;
	}

	.index-case-ul ul li {
		width: 50%;
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.index-case-ul ul li:nth-child(1),
	.index-case-ul ul li:nth-child(2) {
		border-bottom: 1px solid #ffffff4f;
	}

	.index-case-ul ul li a {
		margin-top: 0;
		font-size: 16px;
	}

	.index-case-ul ul li a>i {
		margin-bottom: 18px;
		width: 60px;
		height: 60px;
	}

	.index-news-list {
		flex-direction: column;
	}

	.index-news-left {
		width: 100%;
	}

	.index-news-right {
		width: 100%;
	}

	.news-item {
		margin-bottom: 15px;
	}

	.foot-contact {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		margin-right: 0;
	}

	.foot-nav {
		display: none;
	}

	.foot-copyright {
		flex-direction: column;
		align-items: center;
	}

	.section .section-contain.foot-contain {
		padding-bottom: 30px;
	}

	.banner-img {
		min-height: 500px;
	}

	.banner-title {
		padding-left: 5%;
		padding-right: 5%;
	}

	.banner-title h1 {
		font-size: 6vw;
	}

	.banner-nav-contain {
		width: 90%;
	}

	.banner-nav-contain ul li a {
		font-size: 2vw;
	}
	
	.banner-nav-contain ul li a>i {
		margin-left: auto;
		margin-right: auto;
	}

	.banner-nav.sticky-top {
		top: 80px;
	}

	.about-con .about-num-box .about-num-item .num h1 span {
		font-size: 5vw;
	}

	.history-slider-two,
	.history-slider-three {
		display: none;
	}

	.history-contain .history-slider:nth-child(2) {
		flex-basis: 100%;
	}

	.history-contain .history-slider .history-slider-wrapper-title {
		font-size: 60px;
	}

	.culture-contain {
		flex-direction: column;
	}

	.culture-item {
		width: 100%;

	}

	.culture-item-con:hover::before {
		left: -2%;
		width: 104%;
		top: 0;
		bottom: 0;
	}

	.application-text-box p {
		font-size: 18px;
	}

	.contact-content {
		flex-direction: column;
	}

	.contact-title {
		width: 100%;
	}

	.contact-con {
		width: 100%;
		padding: 0;
		font-size: 16px;
		line-height: 36px;
		margin-bottom: 36px;
	}

	.feedback-submit {
		max-width: unset;
		height: 60px;
		float: left;
		font-size: 20px;
	}

	.news-items {
		width: calc(100% / 2);
	}

	.pro-intro-contain {
		flex-direction: column;
	}

	.pro-intro-contain {
		align-items: flex-start;
	}

	.pro-contact-btn {
		margin-top: 36px;
	}

	.pro-contact-btn ul li a {
		width: 160px;
		height: 100px;
	}

	.pro-contact-btn ul li a i {
		width: 40px;
		height: 40px;
	}

	.pro-contact-btn ul {
		justify-content: flex-start;
	}

	.pro-contact-btn ul li {
		margin-left: 0px;
		margin-right: 30px;
	}

	.equip-intro {
		flex-direction: column;
	}

	.equip-intro .equip-title {
		width: 100%;
	}

	.equip-intro .equip-p {
		width: 100%;
		margin-top: 1rem;
	}
}

@media screen and (max-width: 767px) {

	.application-text-box h1,
	.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
		font-size: 8vw;
	}

	.application-text-box p,
	.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box p {
		font-size: 3vw;
	}

	.about-num-box {
		flex-wrap: wrap;
	}

	.about-num-item {
		width: 50%;
	}
	
	.about-con .about-num-item {
		width: 50%;
		margin-right: 0;
	}
	
	.about-num-item:nth-child(1),
	.about-num-item:nth-child(2) {
		border-bottom: 1px solid #ffffff48;
	}

	.about-num-item .num h1 span {
		font-size: 10vw;
	}

	.about-con .about-num-box .about-num-item .num h1 span {
		font-size: 10vw;
	}

	.history-contain .history-slider .history-slider-wrapper-title {
		font-size: 46px;
	}

	.history-contain .history-slider .history-slider-wrapper-text {
		font-size: 16px;
	}

	#history .history-contain {
		display: block;
		padding-bottom: 260px;
	}

	.application-text-box p {
		font-size: 16px;
	}
}

@media screen and (max-width: 575px) {
	.news-items {
		width: 100%;
	}

	.banner-nav-contain ul li a {
		flex-direction: column;
	}
}