html,
body {
	position: relative;
	height: 100%;
}

.container {
	max-width: 1600px;
}

.wrapper-btn {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 10;
}

.wrapper-btn-next,
.wrapper-btn-prev {
	color: #ffffff;
	background: #0061ae;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	position: absolute;
}

.wrapper-btn-next {
	right: 15px;
}

.wrapper-btn-prev {
	left: 15px;
}

.wrapper-btn .wrapper-btn-disabled {
	display: none;
}

/*header PC*/

#header_vue {
	position: fixed;
	z-index: 9999999;
	top: 42px;
	width: 100%;
	transition: all 0.3s;
}

#header_vue.fixed-top {
	top: 0;
}

.headervue {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.header-navbar {
	padding: 0;
	/* width: 100%; */
	position: static;
	justify-content: flex-start;
	height: 100%;
}

.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 22px;
	font-size: 16px;
	cursor: pointer;
	white-space: nowrap;
	align-items: center;
	color: #333333;
	position: relative;
}

.headervue .item>a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #0166b3;
	position: absolute;
	left: -15px;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s;
}

.headervue .item.show>a:before,
.headervue .item>a:hover:before {
	opacity: 1;
	transform: translateY(0);
}

.headervue .item>a>i {
	margin-left: 5px;
}

.headervue .item a:hover {
	text-decoration: none;
}

.headervue .header-wrap {
	max-width: 1600px;
	height: 90px;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 45px;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	transition: all 0.3s;
}

.headervue.fixed-top .header-wrap {
	max-width: none;
	background: #ffffff;
	border-radius: 0;
}

.headervue .header-wrap .headerbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	padding-right: 36px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-left: 36px;
}

.headervue .header-wrap .header-logo {
	display: flex;
	align-items: flex-start;
	margin-right: 28px;
	position: relative;
	/* height: 34px; */
}

.headervue .header-wrap .header-logo>a {
	display: flex;
	padding: 10px 20px;
	height: 100%;
	align-items: center;
}

.headervue .header-wrap .header-logo>a .logo-img {
	height: 34px;
}

.headervue .header-wrap .header-right {
	display: flex;
	align-items: center;
	color: #999999;
	margin-right: 0px;
	height: 100%;
}

.headervue .header-wrap .header-right .nav-lang ul {
	display: flex;
	background: #ffffff;
	width: 118px;
	height: 40px;
	border-radius: 20px;
	padding: 8px;
}

.headervue .header-wrap .header-right .nav-lang ul li {
	list-style: none;
}

.headervue .header-wrap .header-right .nav-lang ul li a {
	display: block;
	font-size: 16px;
	width: 50px;
	text-align: center;
}

.headervue .header-wrap .header-right .nav-lang ul li a:hover {
	text-decoration: none;
	color: #0166b3;
}

.headervue .header-wrap .header-right .nav-lang ul li a.cur {
	background: #0166b3;
	color: #ffffff;
	border-radius: 14px;
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn {
	position: relative;
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn:before {
	content: "";
	width: 16.6666666667vw;
	height: 16.6666666667vw;
	margin-top: -8.3333333333vw;
	margin-left: -8.3333333333vw;
	background-color: #007cdb;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: .2;
	-ms-transform: scale(0);
	transform: scale(0);
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn:hover:before {
	opacity: 0;
	-ms-transform: scale(1);
	transform: scale(1);
	transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a {
	background-color: #0166b3;
	color: #ffffff;
	display: block;
	width: 128px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	font-size: 16px;
	padding: 10px 15px;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a i,
.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a span {
	position: static;
	z-index: 1;
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a:hover {
	text-decoration: none;
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a:before {
	content: "";
	width: 16.6666666667vw;
	height: 16.6666666667vw;
	margin-top: -8.3333333333vw;
	margin-left: -8.3333333333vw;
	background-color: #007cdb;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: .2;
	-ms-transform: scale(0);
	transform: scale(0);
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a:hover:before {
	transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transform: scale(1);
	transform: scale(1);
}

.inquiry_btn a i.icon-inquiry {
	display: block;
	width: 22px;
	height: 22px;
	display: block;
	background: url(../images/icon-inquiry.svg) no-repeat;
	background-size: cover;
	margin-right: 6px;
}

.headerbox-nav {
	margin-right: 20px;
}



.headervue .header-wrap .header-right .nav-lang {
	margin-right: 36px;
	color: #bcbcbc;
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 20px;
}


.headervue .dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 200px;
	margin-top: 0px;
	background: #ffffff;
	border-radius: 0;
	padding: 10px 0;
	margin-left: -100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: -1;
}

.fixed-top .dropdown .dropdown-menu {
	margin-top: 0;
}

.headervue .dropdown .dropdown-menu.dropdown-menu-pro {
	width: 250px;
	margin-left: -125px;
}

.headervue .dropdown .show {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}

.headervue .dropdown-menu a {
	text-align: center;
	color: #727272;
	padding: 6px 15px;
}

.headerbox-nav .item>a {
	position: relative;
}

.headervue .dropdown-menu a:hover {
	color: #0061ae;
	background-color: unset;
	font-weight: bold;
}

#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 {
	max-width: none;
	height: 30px;
}

.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: #1c499e;
	background-color: unset;
}

.headervue .logo-b {
	display: none;
}

.headervue.fixed-top .logo-w,
.pro-nav .logo-w {
	display: none;
}

.headervue.fixed-top .logo-b,
.pro-nav .logo-b {
	display: block;
}

.headervue.fixed-top .header-wrap,
.pro-nav .header-wrap {
	background: #ffffff;
}

.headervue.fixed-top .item>a,
.pro-nav .item>a {
	color: #333333;
}

.headervue.fixed-top .header-wrap .header-right .nav-lang .dropdown>a,
.pro-nav .header-wrap .header-right .nav-lang .dropdown>a {
	color: #333;
}

#banner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	/* margin-top: 80px; */
	z-index: 0;
}

#banner .pc-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â£Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
	opacity: 1;
}

#banner .ban-txt {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
	position: static;
	z-index: 1;

}

#banner .ban-txt h1 {
	font-size: 60px;
	color: #ffffff;
	font-weight: bolder;
	font-family: "Outfit";
	text-transform: uppercase;
	text-shadow: 0 6px 8px rgba(0, 0, 0, 0.28);
	padding-left: 50px;
}

.bf-btn {
	margin-left: 80px;
	margin-top: 50px;
}

.bf-btn .video-btn {
	display: inline-block;
	position: relative;
	z-index: 9;
}

.bf-btn .video-btn::before {
	content: "";
	position: absolute;
	display: block;
	width: 127px;
	height: 127px;
	background: url(../images/banner-circle.png) no-repeat;
	background-size: cover;
	left: 50%;
	top: 50%;
	margin-top: -63px;
	margin-left: -63px;
	animation: rotateCounterClockwise 10s linear infinite;
	z-index: -1;
}

#banner .banner_img {
	height: 1080px;
	position: relative;
}

#banner .banner_img:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	background: url(../images/mask.png);
	background-size: 100% 100%;
	z-index: 999999;
}

#banner .banner_img .video-btn {
	position: absolute;
	width: 85px;
	height: 85px;
	background: url(../images/play-icon.png);
	background-size: 100% 100%;
	right: 15%;
	bottom: 0;
	z-index: 999999;
	cursor: pointer;
}

#banner .banner_img .video-btn:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: circlepulse2 1.5s ease 0s infinite;
	animation: circlepulse2 1.5s ease 0s infinite;
	z-index: 0;
}

#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: 100%;
}

#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;
	justify-content: flex-start;
	color: #0061ae;
	padding-top: 10%;
}

.banner-video-text {
	background: rgb(10 24 36 / 36%);
	color: #ffffff;
	padding-top: 10%;
}

.banner-text-box {
	transform: translateY(200px);
	opacity: 0;
	transition: all .8s;
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
	font-weight: bolder;
	margin-bottom: 2rem;
	letter-spacing: 0.16rem;
	font-size: 3.1vw;
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box p {
	margin-bottom: 20px;
}

#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-control {
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 0;
	width: 100%;
}

.autoplay-progress {
	position: relative;

	width: 100%;
	/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ */
	height: 1px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	overflow: hidden;

}

.progress-line {
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: #1c499e;
}

.control-pagination {
	display: flex;
	justify-content: space-between;
	height: 120px;
	align-content: center;
	align-items: center;
}

.swiper-pagination-counter {
	color: #ffffff;
	font-size: 24px;
	font-family: 'DDINRegular';
}

.banner-swiper-control .current {
	font-size: 30px;
}

.swiper-btns .btn-prev {
	display: inline-block;
}

.swiper-btns .btn-next {
	display: inline-block;
	margin-left: 30px;
}

#index-case {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #ffffff;
	z-index: 10;
	position: relative;
}

.index-case-con {
	height: 764px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}

.index-case-con .case-item {
	background-size: cover;
	height: 100%;
	width: calc(10% - 3px);
	display: flex;
	transition: all .5s;
	border-radius: 20px;
	align-content: space-between;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	padding: 90px 50px;
}

.index-case-con .case-item a:hover{
	text-decoration: none;
}

.index-case-con .case-item .case-name h2 {
	font-weight: bolder;
	color: #ffffff;
	margin-top: 26px;
}

.index-case-con .case-item .case-points ul li {
	display: inline-block;
	list-style: none;
}

.index-case-con .case-item .case-points ul li a{
	border: 1px solid #ffffff;
	border-radius: 22px;
	padding: 10px 15px;
	margin-right: 20px;
	color: #ffffff;
	display: block;
	margin-bottom: 10px;
}

.index-case-con .case-item .case-points ul li a:hover {
	color: #0166b3;
	background: #ffffff;
	text-decoration: none;
}

.index-case-con .case-item.cur {
	width: calc(50% - 3px);
}

.index-case-con .case-item .case-item-txt {
	display: flex;
	height: 100%;
	opacity: 0;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0s 0s;
}

.index-case-con .case-item .case-item-name {
	display: none;
}

.index-case-con .case-item.cur .case-item-txt,
.index-case-con .case-item:hover .case-item-txt {
	opacity: 1;
	transition: all 0.3s 0.4s;
	position: relative;
}

.contain-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.contain-title-con p {
	color: #0166b3;
	position: relative;
	padding-left: 15px;
	font-size: 18px;
}

.contain-title-con p:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #0166b3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.contain-title-con h1 {
	font-size: 48px;
	font-weight: bolder;
	color: #111111;
	margin-top: 10px;
}

.more-btn {
	margin-bottom: 15px;
}

.more-btn a {
	display: block;
	width: 185px;
	height: 48px;
	background: #0166b3;
	color: #ffffff;
	border-radius: 24px;
	padding: 10px 24px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.more-btn a span {
	display: block;
	width: 7px;
	height: 7px;
	background: #ffffff;
	border-radius: 50%;
	position: relative;
	margin-right: 15px;
}

.more-btn a span:before {
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	background-color: #ffffff;
	opacity: 0.36;
	border-radius: 50%;
	transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.more-btn a:hover {
	text-decoration: none;
}

.more-btn a:hover span:before {
	transform: scale(30);
	opacity: 0.1;

}

.contain-title.center {
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.contain-title .more-btn {
	margin-top: 36px;
}

.contain-title.white p,
.contain-title.white h1 {
	color: #ffffff;
}

.contain-title.center p {
	padding-left: 0;
}

.contain-title.center p:before {
	display: none;
}

#index-youshi {
	background: url(../images/youshi-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden;
}

.youshi-list {
	margin-top: 180px;
}

.youshi-list ul {
	display: flex;
	justify-content: center;
}

.youshi-list ul li:before {
	content: "";
	display: block;
	width: 260px;
	height: 260px;

	background-size: cover;
	position: absolute;
}

.youshi-list ul li {
	list-style: none;
	color: #ffffff;
	font-weight: bolder;
	font-size: 18px;
	text-align: center;
	width: 252px;
	height: 252px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.youshi-list ul li a{
	position: relative;
	z-index: 2;
	color: #ffffff;
}

.youshi-list ul li a:hover{
	text-decoration: none;
}

.youshi-list ul li a img{
	transform: scale(1);
	transition: all .3s;
}

.youshi-list ul li a:hover img{
	transform: scale(1.2);
}

.youshi-list ul li p {
	margin-top: 15px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» */
/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.youshi-list ul li:nth-child(odd):before {
	background: url(../images/chilun.svg) no-repeat;
	animation: rotateCounterClockwise 15s linear infinite;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.youshi-list ul li:nth-child(even):before {
	background: url(../images/chilun-2.svg) no-repeat;
	animation: rotateClockwise 15s linear infinite;
}

#index-about {
	position: relative;
	padding-top: 120px;
	height: 250vh;
}

.index-about-con {
	position: relative;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	width: 100%;
	/* height: 100vh; */
	overflow: hidden;
}

#index-about .about-earth {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.earth_box {
	width: 775px;
	height: 775px;
	position: relative;
}

.earth_box:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/quan.png) no-repeat center;
	background-size: 80%;
	z-index: 1;
}

.earth_box #earth {
	width: 100%;
	height: 100%;
}

#index-about .c-main1 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 10;
}

#index-about .index-about-conner {
	opacity: 0;
	padding-top: 120px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index-about-contain {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.index-about-contain .index-about-num {
	width: 40%;
}

.index-about-contain .index-about-num ul {
	display: flex;
	flex-wrap: wrap;
}

.index-about-num ul li {
	list-style: none;
}

.index-about-contain .index-about-num ul li {
	margin-right: 36px;
	padding-right: 30px;
	border-right: 1px solid #eeeeee;
}

.index-about-contain .index-about-num ul li:last-child {
	border-right: none;
}

.num-item .about-num-num {
	font-size: 60px;
	color: #0166b3;
	position: relative;
	line-height: 60px;
	font-weight: 900;
	padding-right: 30px;
}

.num-item .about-num-num span {
	font-size: 27px;
	font-weight: bolder;
	position: absolute;
	top: 10px;
	margin-left: 6px;
	line-height: 16px;
}

.index-about-num ul li:last-child .num-item .about-num-num span {
	font-size: 16px;
}

.num-item .about-num-title {
	margin-top: 10px;
}

.index-about-contain .index-about-p {
	width: 45%;
}

#foot {
	background: #eeeeee;
}

.foot-con {
	padding-top: 120px;
	padding-bottom: 120px;
}

.foot-nav {
	display: flex;
	justify-content: space-between;
	padding-top: 26px;
}

.foot-nav-item .foot-title {
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
}

.foot-nav-item .foot-title:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0166b3;
	position: absolute;
	left: 0;
	top: 10px;
}

.foot-nav-item .foot-title a {
	font-size: 20px;
	font-weight: bolder;
	color: #111111;
}

.foot-nav-item .foot-title a:hover {
	color: #0166b3;
	text-decoration: none;
}

.foot-nav-item .nav-item-con {
	padding-left: 15px;
}

.foot-nav-item .nav-item-con ul li {
	list-style: none;
	margin-bottom: 3px;

}

.foot-social ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;

}

.foot-social ul li a i {
	font-size: 30px;
	color: #b9b9b9;
}

.foot-social ul li a:hover i {
	color: #0166b3;
}

.foot-social ul li a:hover {
	text-decoration: none;
}

.foot-copyright {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
	justify-content: space-between;
	border-top: 1px solid #e3e3e3;
}

@-webkit-keyframes circlepulse2 {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(0, 99, 176, 0.2);
		box-shadow: 0px 0px 0 0px rgba(0, 99, 176, 0.5);
	}

	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(0, 99, 176, 0.2);
		box-shadow: 0px 0px 0 20px rgba(0, 99, 176, 0.2);
	}

	100% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(0, 99, 176, 0.2);
		box-shadow: 0px 0px 0 20px rgba(0, 99, 176, 0.2);
	}
}

.pop_up_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.pop_up_video>div {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	justify-content: center;
	align-items: center;
}

.pop_up_video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.pop_up_video .video>span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}

.foot-con {
	display: flex;
	justify-content: space-between;
}

.foot-nav {
	width: 50%;
}

.foot-contact-con {
	display: flex;
	margin-top: 46px;
}

.foot-contact-con .ewm {
	margin-right: 36px;
}

#banner-img {
	position: relative;
	display: flex;
	height: 680px;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
}

#banner-img .banner-img-contain {
	width: 92%;
	padding-bottom: 30px;
	height: 100%;
	display: flex;
	position: relative;
	align-items: center;
}

#banner-img .banner-img-contain .contain-title {
	align-items: center;
	text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.5);
	position: relative;
	height: 100%;
	width: 100%;
}

#banner-img .banner-img-contain h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: bolder;
	margin-top: 90px;
}

#banner-img .banner-img-contain p {
	color: #fff;
}

#banner-img .banner-img-contain .breadcrumb {
	background: none;
	color: #ffffff;
	font-size: 18px;
	position: absolute;
	bottom: 0;
}

#banner-img .banner-img-contain .breadcrumb:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #ffffff;
	position: absolute;
	left: 0px;
	top: 24px;
}

#banner-img .banner-img-contain .breadcrumb li {
	margin-right: 10px;
}

#banner-img .banner-img-contain .breadcrumb a {
	color: #ffffff;
}

#banner-img .banner-img-contain .breadcrumb a:hover {
	text-decoration: none;
	color: #0166b3;

}

#contain {
	background-color: #ffffff;
	position: relative;
	z-index: 90;
}

#contain .contain-title .contain-title-con h1 {
	font-size: 36px;
}

.contain-con {
	padding-top: 120px;
	padding-bottom: 120px;
}

.contact-con {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	padding-top: 20px;
}

.contact-contain {
	display: flex;
	justify-content: space-between;
}

.contact-title h1 {
	font-size: 30px;
}

.contact-info {
	width: 48%;
	padding: 50px 0px;
}

.contact-feedback {
	width: 48%;
}

.contact-feedback-con {
	background: #f9f9f9;
	padding: 50px 30px;
	border-radius: 20px;
	position: sticky;
	top: 90px;
}

.feedback-form .form-control {
	font-size: 14px;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 010px;
	height: 46px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: .5rem center;
	background-size: .5rem;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	transition: all .3s;
}

.feedback-form .form-textarea {
	height: auto;
	padding-left: 15px;
}

.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: #333;
}

.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: #333;
}

.feedback-form .form-control-input .form-control:focus::-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-moz-placeholder {
	/* Mozilla Firefox 19+ ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹Ãƒâ€šÃ‚Â */
	color: #333;
}

.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: #333;
}

.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: #0061ae;
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	height: 50px;
	/* float: left; */
	border-radius: 25px;
}

.feedback-submit:hover {
	color: #ffffff;
	background-color: #007cdb;
}

.contact-btn {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.contact-btn a {
	width: auto;
}

.contact-btn a i {
	margin-right: 15px;
}

.contact-btn a:hover {
	background-color: #007cdb;
}

.video-contain {
	background-color: #eef2f5 !important;
}

.video-contain .contain-con {
	padding-top: 150px;
}

.video-contain .contain-con .breadcrumb {
	background: none;
	padding-left: 15px;
	position: relative;
	width: 94%;
	margin: auto;
	margin-bottom: 36px;
}

.video-contain .contain-con .breadcrumb a:hover {
	text-decoration: none;
}

.video-contain .contain-con .breadcrumb:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #0061ae;
	position: absolute;
	left: 0px;
	top: 24px;
}

.video-con {
	margin-top: 30px;
}

.jobs-contain {
	background-color: #eef2f5 !important;
}

.jobs-container {
	background: #ffffff;
	padding: 60px 50px;
	border-radius: 20px;
}

.jobs-serise {
	display: flex;
	justify-content: space-around;
	max-width: 920px;
	margin: auto;
}

.jobs-serise-item {
	width: 45%;
}

.jobs-serise-item a {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 36px;
	border-radius: 20px;
	color: #0061ae;
	display: flex;
	align-items: center;
	justify-content: center;

}

.jobs-serise-item a:hover {
	text-decoration: none;
	background-color: #0061ae;
	color: #ffffff;
}

.jobs-serise-item a h3 p {
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
}

.jobs-serise-item a .jobs-serise-img {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	border-radius: 50%;
	border: 1px solid #0061ae;
	background: #ffffff;
	aspect-ratio: 1 / 1;
}

.join-conner {
	margin-top: 60px;
	padding: 0 5%;
}

.join-item {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.join-item .join-img,
.join-item .join-con {
	width: 46%;
}

.join-item .join-con .join-name {
	margin-bottom: 30px;
	margin-top: 5%;
}

.join-item .join-con .join-name h2 {
	font-weight: bolder;
}

.join-item:hover .join-con .join-name h2 {
	color: #0061ae;
}

.join-item .join-img {
	overflow: hidden;
	border-radius: 15px;
}

.join-item .join-img img {
	width: 100%;
	transition: 0.5s;
}

.join-item:hover .join-img img {

	transform: scale(1.1);
}

.join-item .join-con .join-icon {
	margin-top: 60px;
}

.join-item .join-con .join-icon img {
	filter: grayscale(100%);
	opacity: 0.3;
	transition: 0.5s;
}

.join-item:hover .join-con .join-icon img {
	filter: grayscale(0);
	opacity: 1;
	transform: translateY(-15px);
}

.join-items {
	margin-bottom: 60px;
}

.join-items:nth-child(2n) .join-item {
	flex-direction: row-reverse;
}

.join-jobs {
	border-top: 1px solid #eeeeee;
	padding-top: 3rem;
	margin-top: 6rem;
}

.job-title {
	background: #0166b3;
	color: #ffffff;
	padding: 22px 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.job-title .td {
	text-align: center;
	font-size: 18px;
}

.job-con .td {
	text-align: center;
	font-size: 16px;
}

.job-con .td1 {
	text-align: center;
}

.container-jobs .panel-group {
	padding: 0;
}

.container-jobs .panel {
	border: 0;
	border-bottom: 1px solid #f2f2f2;
	background: none;
	box-shadow: none;
}

.container-jobs .panel:last-child {
	border-bottom: auto;
}

.container-jobs .panel-group>.panel:first-child .panel-heading {
	border-radius: 4px 4px 0 0;
}

.container-jobs .panel-group .panel {
	border-radius: 0;
}

.container-jobs .panel-group .panel+.panel {
	margin-top: 0px;
}

.container-jobs .panel-heading {
	border-radius: 0;
	border: none;
	color: #333333;
	padding: 0;
}

.container-jobs .panel-title {
	margin-bottom: 0;
}

.container-jobs .panel-title a {
	display: block;
	color: #333333;
	padding: 20px 15px;
	position: relative;
	font-weight: 400;
}

.container-jobs .panel-title a:hover,
.container-jobs .panel-title a:active,
.container-jobs .panel-title a:visited,
.container-jobs .panel-title a:focus {
	text-decoration: none;
}

.container-jobs .panel-title a:hover .job-con .td4,
.container-jobs .panel-title .accordion-button:not(.collapsed) .job-con .td4,
.container-jobs .panel-title a:visited .job-con .td4,
.container-jobs panel-title a:focus .job-con .td4 {
	color: #0061ae;
}

.container-jobs .panel-body {
	background: #fafafa;
}

.container-jobs {
	border-radius: 0;
}

.container-jobs .accordion-item .accordion-button {
	background-color: #ffffff;
}

.container-jobs .accordion-item:nth-of-type(even) .accordion-button {
	background-color: #f6f6f6;
}

.container-jobs .accordion-body {
	background: #ffffff;
	padding: 30px;
	border-top: 1px solid #eeeeee;
}

.about-info {
	overflow: hidden;
}

.about-contain {
	max-width: 1200px;
}

.about-title h1 {
	/* font-size: 36px; */
}

.about-info .about-p {
	max-width: 580px;
	margin-top: 26px;
}

.about-num-earth {
	margin-top: 36px;
	position: relative;
}

.about-num-earth .index-about-num ul li {
	margin-bottom: 15px;
}

.about-num-earth .about-earth {
	position: absolute;
	top: -10vw;
	right: -10vw;
}

.about-num-earth .about-earth .earth_box {
	width: 920px;
	height: 920px;
	position: relative;
}

#history {
	background-image: url(../images/history-bg.jpg);
	background-size: cover;
	background-position: center center;
}

#history .history-contain {
	display: block;
	padding-bottom: 260px;
}

#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: #93c5eb;
	font-size: 5.2vw;
	font-weight: 900;
}

.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: #0061ae;
	font-size: 80px;
	font-weight: 900;
	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: #0061ae;
	border: 1px solid #0061ae;
	font-size: 26px;
	border-radius: 50%;
	margin: 15px;
}

.history-slider-btns .history-slider-btn:hover {
	background: #0061ae;
	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 {
	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;
}

.honor-item a {
	display: block;
	max-width: 360px;
	margin: auto;
	transform: rotateX(15deg);
	/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
	transform-origin: bottom;
	transition: transform 0.6s ease;
}

.honor-item a:hover {
	transform: rotateX(0deg);
	/*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/
}

.application-p-con {
	max-width: 920px;
	text-align: center;
	margin: auto;
	margin-top: 26px;
}

.application-list {
	/*
	display: flex;
	flex-wrap: wrap;
	*/
	padding-bottom: 80px;
}

.application-item {
	width: 50%;
	height: 70vh;
	min-height: 680px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.application-item a{
	display: flex;
	width: 100%;
	height: 100%;
}

.application-item a:hover{
	text-decoration: none;
}

.application-item .app-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.5s ease;
}

.application-item:hover .app-img {
	transform: scale(1.1);
}

.application-item .app-item-txt {
	position: relative;
	height: 100%;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 70px 15%;
	color: #ffffff;

}

.application-item:hover .app-item-txt {
	background: rgba(0, 0, 0, 0.2);
}

.application-item .app-item-txt .app-name h2 {
	font-weight: bolder;
	color: #ffffff;
	margin-top: 26px;
	margin-bottom: 20px;
}

.application-item .app-item-txt .app-name p {
	opacity: 0;
	transform: translateY(15px);
	transition: all 0.5s ease;
}

.application-item:hover .app-item-txt .app-name p {
	opacity: 1;
	transform: translateY(0);
}

.application-item .app-item-txt .app-points ul li {
	display: inline-block;
	list-style: none;
}

.application-item .app-item-txt .app-points ul li {
	border: 1px solid #ffffff;
	border-radius: 22px;
	padding: 10px 15px;
	margin-right: 20px;
	color: #ffffff;
}

.application-item .app-item-txt .app-points ul li:hover {
	color: #0166b3;
	background: #ffffff;
	text-decoration: none;
}

.pro-serise-conner {
	background: #ffffff;
	padding: 4%;
	border-radius: 20px;
}

.pro-serise-conner .pro-serise-item {
	display: flex;
}

.pro-serise-conner .pro-serise-item.pro-search {
	align-items: center;
}

.pro-serise-conner .pro-serise-title {
	width: 100px;
	font-size: 18px;
	font-weight: bolder;
	color: #111111;
}

.pro-serise-conner .pro-serise-item-con {
	width: calc(100% - 100px);
}

.pro-serise-list {
	padding-top: 36px;
	border-top: 1px solid #e5e5e5;
	margin-top: 36px;
}

.pro-serise-list-ul {
	display: flex;
	flex-wrap: wrap;
}

.pro-serise-list-ul li {
	list-style: none;
	margin-right: 20px;
}

.pro-serise-list-ul li a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000000;
}

.pro-serise-list-ul li a:hover {
	text-decoration: none;
}

.pro-serise-list-ul li a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	border: 1px solid #0e0509;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
	overflow: hidden;
	margin-bottom: 0;
}

.pro-serise-list-ul li a i::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px auto 0;
	background-color: #0061ae;
	visibility: hidden;
}

.pro-serise-list-ul li a:hover i::before,
.pro-serise-list-ul li.cur a i::before {
	visibility: visible;
	-webkit-animation: bounceIn .2s;
	animation: bounceIn .2s;
}

.pro-search-form {
	display: flex;
}

.pro-search-form input {
	width: calc(100% - 150px);
	height: 50px;
	border: 1px solid #e5e5e5;
	padding: 15px;
}

.pro-search-form input:focus-visible {
	outline: none;
}

.pro-search-form .pro-search-btn {
	width: 150px;
	background: #c5c5c5;
	color: #ffffff;
}

.pro-search-form .pro-search-btn:hover {
	background: #0061ae;
}

.pro-list {
	margin-top: 36px;
}

.pro-list-conner {
	background: #ffffff;
	border-radius: 20px;
	padding: 4%;
}

.pro-list-container {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.pro-items {
	width: 25%;
}

.pro-item {
	text-align: center;
	padding: 15px;
}

.pro-item a {
	display: block;
	transition: all 0.5s ease;
	border: 1px solid #d3d6d3;
	position: relative;
	overflow: hidden;
}

.pro-item a:hover {
	text-decoration: none;
}

.pro-item a i {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #111111;
	opacity: 0;
	transition: all .5s ease;
	transition-delay: .2s;
}

.pro-item a:hover i {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #ffffff;
	opacity: 1;
}

.pro-item a::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0px;
	height: 2px;
	background-color: #0061ae;
	transition: all .5s ease;
}

.pro-item a:hover::after {
	width: 100%;
}

.pro-item a::before {
	content: '';
	position: absolute;
	left: -150px;
	top: -50px;
	width: 100px;
	height: 100px;
	background-color: #0061ae;
	transform: rotate(45deg);
	transition: all .5s ease;
}

.pro-item a:hover::before {
	left: -60px;
}

.pro-item a .pro-name {
	padding: 15px 0;
	font-weight: bolder;
	color: #333333;
}

.pro-item a .pro-name p {
	font-size: 14px;
	font-weight: normal;
}

.pro-view-con {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 20px;
	padding: 4%;
}

.pro-view-left {
	width: 60%;
	padding-right: 60px;
}

.pro-view-right {
	width: 40%;
}

.pro-view-name {
	color: #727272;
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-top: 30px;
	position: relative;
}

.pro-view-name h1 {
	font-size: 26px;
	font-weight: bolder;
	color: #333333;
}

.pro-view-color {
	margin-top: 60px;
}

.pro-view-right-title {
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 30px;
}

.pro-view-inquiry-btn {
	margin-top: 60px;
}

.pro-view-inquiry-btn a {
	display: inline-block;
	background: #0061ae;
	color: #ffffff;
	text-align: center;
	width: 150px;
	height: 50px;
	font-size: 20px;
	font-weight: bolder;
	padding: 10px;
	margin-right: 15px;
	border-radius: 25px;
	margin-bottom: 15px;
}

.pro-view-inquiry-btn a i {
	margin-right: 5px;
}

.pro-view-inquiry-btn a.close-btn {
	background-color: #bcbcbc;
}

.pro-view-inquiry-btn a:hover {
	text-decoration: none;
	background: #007cdb;
}

.pro-view-img {
	display: flex;
	flex-direction: row-reverse;
}

.pro-view-imgb {
	width: calc(100% - 150px);
	max-width: 610px;
	margin: auto;
}

.pro-view-imgs {
	width: 150px;
}

.pro-view-btn {
	display: none;
}

.pro-btn-prev {
	left: 0;
}

.pro-btn-next {
	right: 0;
}

.pro-imgb {
	text-align: center;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.swiper-pro-imgb {
	position: relative;
}

.pro-view-imgs-con {
	max-width: 117px;
	margin: auto;
	padding-top: 36px;
	padding-bottom: 36px;
	position: relative;
}

.pro-view-imgs-con .pro-imgs-btn {
	position: absolute;
	font-size: 36px;
	width: 100%;
	text-align: center;
}

.pro-imgs-btn-prev {
	top: 0;
}

.pro-imgs-btn-next {
	bottom: 0;
}

.swiper-pro-imgs {
	height: 600px;
	overflow: hidden;
}

.swiper-pro-imgs .swiper-slide {
	border: 1px solid #d4d4d4;
	opacity: 0.6;
}

.swiper-pro-imgs .swiper-slide.active {
	border: 2px solid #0061ae;
	opacity: 1;
}

.swiper-pro-imgs .swiper-slide .pro-imgs-con {
	vertical-align: middle;
	cursor: pointer;
}

.swiper-pro-imgs .swiper-slide .pro-imgs {
	height: 100%;
	text-align: center;
}

.swiper-pro-imgs .swiper-slide .pro-imgs img {
	height: 100%;
	width: auto;
	margin: auto;
	object-fit: cover;
}

.pro-imgs-btn.wrapper-btn-disabled {
	opacity: 0.5;
}

.pro-view-details {
	margin-top: 90px;
	background: #ffffff;
	padding: 4%;
	border-radius: 20px;
	min-height: 50vh;
}

.pro-view-details-title {
	font-size: 24px;
	font-weight: bolder;
	color: #111111;
	margin-bottom: 24px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}

.pro-view-details-imgs {
	margin-top: 160px;
}

.pro-ewm-con {
	position: absolute;
	right: 0;
	bottom: 15px;
}

.pro-ewm-con i {
	font-size: 36px;
}

.pro-ewm-con .pro-ewm {
	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);
}

.pro-ewm-con:hover .pro-ewm {
	display: block;
}

.advantage-list {
	display: flex;
	margin-top:30px;
}
.advantage-item {
	width: 33.3%;
	padding: 15px;
}
.advantage-item-con {
	background: white;
	border-radius: 10px;
	padding: 60px 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
}

.advantage-item-con:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.advantage-icon {
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 20px;
	color: #0166b3;
}

.advantage-title {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #333333;
}

.techo-quality{
	background: url(../images/youshi-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.quality-text{
	max-width: 920px;
	text-align: center;
	margin: auto;
	margin-top:30px;
}
.quality-text.white{
	color: #ffffff;
}

.process-steps {
	display: flex;
	margin-top:30px;
}

.process-step{
	width: 33.3%;
	padding: 15px;
}

.process-step-con {
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	padding: 60px 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
}

.process-step-con:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}


.step-title {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #333333;
	display: flex;
	 align-items: center;
}

.step-title i{
	margin-right: 10px;
	width: 45px;
}	

.value-cards {
	display: flex;
	margin-top:30px;
}

.value-card {
	width: 33.3%;
	padding: 15px;
}

.value-card-con {
	background: #eef2f5;
	padding: 30px;
	border-radius: 10px;
	border-left: 5px solid #0166b3;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card-con:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.value-title {
	color: #333333;
	margin-bottom: 15px;
	font-size: 1.3rem;
	font-weight: bolder;
}

.tech-equipment{
	background: url(../images/equipment-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.values-grid {
	display: flex;
	margin-top:30px;
}

.value-item{
	width: 33.3%;
	padding: 15px;
}

.value-item-con {
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	padding: 60px 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	padding-bottom: 120px;
	position: relative;
}

.value-item-con:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.value-item-con i{
	position: absolute;
	bottom: 26px;
	width: 60px;
}

.value-title {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #333333;
	display: flex;
	 align-items: center;
}

.equip-list {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
	margin-top: 36px;
}

.equip-item {
	width: 33.3%;
	padding: 0 15px 30px 15px;
}

.equip-item a {
	display: block;
}

.equip-item a:hover {
	text-decoration: none;
}

.equip-item a .equip-img {
	overflow: hidden;
}

.equip-item a .equip-img img {
	width: 100%;
	transition: 0.5s;
}

.equip-item a:hover .equip-img img {
	width: 100%;
	transform: scale(1.1);
}

.equip-item a .equip-name {
	padding: 15px 0;
	text-align: center;
}

.application-view-intro{
	display: flex;
	justify-content: space-between;
	width: 94%;
	margin: auto;
	overflow: hidden;
	flex-direction: row-reverse;
}

.app-view-left{
	width: 50%;
	max-width: 640px;
}

.app-view-right{
	width: 50%;
}

.app-view-left .app-view-intro{
	margin-top: 16px;
	border-top: 1px solid #e1e1e1;
	padding-top: 26px;
}

.app-view-right .app-view-img{
	position: relative;
	aspect-ratio: 1 / 1;
	max-width: 560px;
	margin: auto;
	padding: 15px;
}

.app-view-right .app-view-img-con{
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
    aspect-ratio: 1 / 1;
	position: relative;
}

.app-view-right .app-view-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #eef2f5, #0166b3);
  background: linear-gradient(to right, #eef2f5, #0166b3);
  animation: rotateClockwise 10s linear infinite;
  z-index: -1;
}

.app-view-right .app-view-img .app-img{
	object-fit: cover;
    height: 100%;
    width: 100%;
	position: relative;
	z-index: 1;
}

.app-view-details{
	width: 94%;
	margin: auto;
	margin-top: 60px;
}

.app-view-details .pro-view-details-title {
    border-bottom: 1px solid #e1e1e1;
}

.workflow-con .circle {
	width: 40vw;
	height: 40vw;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	position: relative
}

.workflow-con .circle .cirBox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*overflow: hidden*/
}

.workflow-con .circle .cirBox .dotItems {
	width: 0;
	transform-origin: 50%;
	height: 48%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	z-index: 9;
}

.workflow-con .circle .cirBox .dotItems .dot {
	list-style: none;
	height: calc(100% + 4px);
	transform-origin: 50% 100%;
	transition: opacity .5s cubic-bezier(.435, .25, .15, .965);
	position: absolute;
	top: -4px;
	left: 0
}

.workflow-con .circle .cirBox .dotItems .dot.active span{
	background: #0166b3;
}

.workflow-con .circle .cirBox .dotItems .dot span {
	width: 80px;
	height: 80px;
	background: #bdbdbd;
	/* border: 2px solid #a21f25; */
	border-radius: 50%;
	transition: border-color .5s cubic-bezier(.435, .25, .15, .965);
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.workflow-con .circle .cirBox .dotItems .dot span img{
	height: 50px;
}

.workflow-con .circle .cirBox .dotItems .dot.on {
	opacity: 0
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(1) {
	transform: rotate(45deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(1) span {
	transform: translate(-50%)rotate(-45deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(2) {
	transform: rotate(90deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(2) span {
	transform: translate(-50%)rotate(-90deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(3) {
	transform: rotate(135deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(3) span {
	transform: translate(-50%)rotate(-135deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(4) {
	transform: rotate(225deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(4) span {
	transform: translate(-50%)rotate(-225deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(5) {
	transform: rotate(270deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(5) span {
	transform: translate(-50%)rotate(-270deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(6) {
	transform: rotate(315deg)
}

.workflow-con .circle .cirBox .dotItems .dot:nth-of-type(6) span {
	transform: translate(-50%)rotate(-315deg)
}




.workflow-con .circle .cirBox .imgBox {
	width: 88%;
	height: 88%;
	border-radius: 50%;
	overflow: hidden;
	transform: translateZ(1px);
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 10px solid #437fac;
}

.workflow-con .circle .cirBox .imgBox .case-wrapper{
	width: 100%;
	height: 100%;
}

.workflow-con .circle .cirBox .imgBox .case-wrapper .case-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.workflow-con .circle .cirBox #cirLine {

width: 110%;

height: 110%;

margin: auto;

position: absolute;

top: -5%;

bottom: -5%;

left: -5%;

right: -5%;

-webkit-animation: rotate360 20s linear 0s infinite;

animation: rotate360 20s linear 0s infinite;

opacity: 0.1;

max-width: none;
}

.workflow-list {
	margin-top: 36px;
	display: none;
}

.workflow-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.workflow-list ul li {
	list-style: none;
	width: 46%;
	margin-right: 4%;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(230 230 230);
}

.workflow-list ul li:nth-child(2n) {
	margin-right: 0;
}

.workflow-list span.num {
	font-size: 16px;
	font-weight: bolder;
}

.workflow-list h3 {
	font-size: 16px;
}

.workflow-list ul li a {
	display: flex;
	flex-direction: column;
}

.workflow-list ul li a:hover{
	text-decoration: none;
}

@-webkit-keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate360 {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate360 {
	0% {
		-ms-transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(360deg);
	}
}

@keyframes rotate360 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.workflow-con .circle #cirItems .list {
	height: 100%;
	cursor: pointer;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 14.58vw;
	display: grid;
	position: absolute
}

.workflow-con .circle #cirItems .list.right {
	top: 0;
	left: calc(100% + 1.04vw)
}

.workflow-con .circle #cirItems .list.left {
	text-align: right;
	top: 0;
	right: calc(100% + 1.04vw)
}

.workflow-con .circle #cirItems .list>li {
	width: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex
}

.workflow-con .circle #cirItems .list>li .num {
	width: 100%;
	font-weight: bolder;
	display: block
}

.workflow-con .circle #cirItems .list>li h3 {
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.2;
}

.workflow-con .circle #cirItems .list>li h3 a{
	text-decoration: none;
}

.casemore-btn {
	margin-top: 15px;
	position: absolute;
	right: 15px;
}

.casemore-btn>a {
	display: block;
	width: 160px;
	height: 48px;
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 24px;
	padding: 10px 24px;
	display: flex;
	align-items: center;
	overflow: hidden;
	transition: all .6s;
	right: 15px;
}

.casemore-btn>a span {
	display: block;
	width: 7px;
	height: 7px;
	background: #ffffff;
	border-radius: 50%;
	position: relative;
	margin-right: 15px;
}

.casemore-btn>a span:before {
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	background-color: #ffffff;
	opacity: 0.36;
	border-radius: 50%;
	transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.casemore-btn>a:hover {
	text-decoration: none;
	background: #0166b3;
	border: none;
	transition: all .6s;
}

.casemore-btn>a:hover span:before {
	transform: scale(30);
	opacity: 0.1;

}

@keyframes rotateClockwise {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


@keyframes rotateCounterClockwise {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

@media screen and (max-width: 1600px) {
	.youshi-list ul li {
		width: 200px;
		height: 200px;
	}

	.youshi-list ul li:before {
		width: 200px;
		height: 200px;
	}
}

@media screen and (max-width: 1200px) {
	.headervue .item>a {
		margin: 0 8px;
	}

	.headervue .header-wrap .header-right .nav-lang {
		margin-right: 10px;
		margin-left: 10px;
	}

	.youshi-list ul li {
		width: 150px;
		height: 150px;
	}

	.youshi-list ul li:before {
		width: 150px;
		height: 150px;
	}

	.pro-items {
		width: 33.3%;
	}
}

@media screen and (max-width: 992px) {
	#header_vue {
		display: none;
	}

	#ph-nav {
		display: block;
	}

	#banner {
		margin-top: 80px;
	}

	#banner .ban-txt h1 {
		font-size: 5vw;
		padding-left: 15px;
	}

	.bf-btn {
		margin-left: 35px;
		margin-top: 50px;
	}

	.bf-btn .video-btn::before {
		width: 90px;
		height: 90px;
		margin-top: -45px;
		margin-left: -45px;
	}

	.bf-btn .video-btn img {
		width: 40px;
		height: 40px;
	}

	.contain-title {
		/* align-items: flex-start; */
		/* flex-direction: column; */
	}

	.contain-title .more-btn {
		margin-top: 15px;
	}

	#index-case {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.contain-title-con h1 {
		font-size: 30px;
	}

	.index-case-con {
		flex-direction: column;
		justify-content: space-between;
	}

	.index-case-con .case-item {
		width: 100%;
		margin-bottom: 15px;
		padding: 0;
	}

	.index-case-con .case-item .case-item-name {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
		transition: all 0s 0s;
		opacity: 1;
		padding: 30px;
	}

	.index-case-con .case-item .case-item-name img {
		height: 36px;
	}

	.index-case-con .case-item .case-item-name h2 {
		font-size: 24px;
		color: #ffffff;
	}

	.index-case-con .case-item .case-item-txt {
		height: 0;
	}

	.index-case-con .case-item.cur {
		width: 100%;
	}

	.index-case-con .case-item.cur .case-item-txt {
		height: 460px;
	}

	.index-case-con .case-item .case-item-txt{
		padding: 30px;
		display:none;
	}
	
	.index-case-con .case-item.cur .case-item-txt{
		display: flex;
	}

	.index-case-con {
		height: auto;
	}

	.index-case-con .case-item.cur .case-item-name {
		display:none;
		opacity: 0;
		height: 0;
		transition: all 0.3s 0.4s;
	}

	#index-youshi {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.youshi-list ul {
		flex-wrap: wrap;
	}

	.index-about-contain {
		flex-direction: column;
		margin-top: 20px;
	}

	.index-about-contain .index-about-num {
		width: 100%;
	}

	.index-about-contain .index-about-p {
		width: 100%;
		margin-top: 20px;
	}

	#index-about {
		padding-top: 60px;
	}

	.foot-nav {
		display: none;
	}

	.foot-con {
		justify-content: center;
	}

	.foot-contact-con {
		flex-direction: column;
		align-items: center;
	}

	.foot-contact-con .ewm {
		margin-right: 0px;
		margin-bottom: 36px;
	}

	.foot-contact-p {
		text-align: center;
	}

	.foot-contact {
		text-align: center;
	}

	.foot-social ul {
		text-align: center;
	}

	.foot-copyright {
		flex-direction: column;
		align-items: center;
	}

	#banner-img {
		margin-top: 80px;
		display: flex;
	}

	#banner-img .banner-img-contain .contain-title {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	#banner-img .banner-img-contain h1 {
		margin-top: 0px;
	}

	.contain-con {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.contact-contain {
		flex-direction: column;
	}

	.contact-info {
		width: 100%;
		padding: 0 0px 50px;
	}

	.contact-feedback {
		width: 100%;
	}

	.jobs-serise {
		flex-direction: column;
	}

	.jobs-serise-item {
		width: 100%;
		margin-top: 30px;
	}

	.join-item {
		flex-direction: column;
	}

	.join-items:nth-child(2n) .join-item {
		flex-direction: column;
	}

	.join-item .join-img,
	.join-item .join-con {
		width: 100%;
	}

	.join-item .join-con .join-name {
		margin-top: 30px;
	}

	.about-num-earth .about-earth .earth_box {
		display: none;
	}

	.about-num-earth .index-about-num ul {
		display: flex;
		flex-wrap: wrap;
	}

	.about-num-earth .index-about-num ul li {
		margin-right: 30px;
	}

	.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;
	}

	.application-item {
		width: 100%;
	}

	.application-item .app-item-txt .app-name p {
		opacity: 1;
		transform: translateY(0);
	}

	.pro-view-con {
		flex-direction: column;
	}

	.pro-view-left,
	.pro-view-right {
		width: 100%;
	}

	.pro-view-left {
		max-width: 800px;
		margin: auto;
		padding-right: 0;
	}

	.pro-view-right {
		margin-top: 36px;
	}

	.pro-view-imgs {
		display: none;
	}

	.pro-view-imgb {
		width: 100%;
	}

	.pro-view-btn {
		display: block;
	}
	
	.advantage-list,
	.process-steps,
	.value-cards,
	.values-grid {
		flex-direction: column;
	}
	
	.advantage-item,
	.process-step,
	.value-card,
	.value-item {
		width: 100%;
	}
	
	.equip-item {
		width: 50%;
	}
	
	.application-view-intro {
		flex-direction: column;
	}
	
	.app-view-left{
		width: 100%;
		max-width: none;
	}

	.app-view-right{
		width: 100%;
		margin-bottom: 36px;
	}
	
	.workflow-con .circle #cirItems .list>li h3 {
		display: none;
	}

	.workflow-con .circle {
		width: 60vw;
		height: 60vw;
	}

	.workflow-con .circle #cirItems .list>li .num {
		width: 100%;
		font-weight: bolder;
		display: block;
		font-size: 20px;
	}

	.workflow-list {
		display: block;
		max-width: 640px;
	}
	
	.workflow-con .circle .cirBox .dotItems .dot span {
		width: 60px;
		height: 60px;
	}
	
	.workflow-con .circle .cirBox .dotItems .dot span img {
		height: 35px;
	}
}

@media screen and (max-width: 680px) {
	.more-btn a {
		width: 160px;
	}

	.earth_box {
		width: 100vw;
		height: 100vw;
		position: relative;
	}

	.num-item .about-num-num {
		font-size: 40px;
		line-height: 40px;
		padding-right: 10px;
	}

	.pro-items {
		width: 50%;
	}
	
	.equip-item {
		width: 100%;
	}
	
	.contain-title {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.index-about-contain .index-about-num ul li {
		margin-right: 20px;
		padding-right: 20px;
		border-right: 1px solid #eeeeee;
	}
}