html,
body {
	position: relative;
	height: 100%;
}

.container {
	max-width: 1600px;
}


#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;
	justify-content: flex-start;
}

.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 25px;
	font-size: 18px;
	cursor: pointer;
	white-space: nowrap;
	align-items: center;
	color: #333333;
	font-family: 'DDINBold';
}

.headervue .item>a>i {
	margin-left: 5px;
}

.headervue .item a:hover {
	text-decoration: none;
}

.headervue .header-wrap {
	position: fixed;
	z-index: 999999;
	top: 0;
	width: 100%;
	height: 80px;
	background: #ffffff;
	display: flex;
	border-bottom: 1px solid #eeeeee;
}

.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;
	width: 92%;
}

.headervue .header-wrap .header-logo {
	display: flex;
	align-items: flex-start;
	margin-right: 28px;
	position: relative;
	height: 80px;
}

.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: 0px;
	height: 100%;
}

.headervue .header-wrap .header-right .nav-search {
	cursor: pointer;
	margin-right: 12px;
}

.headervue .header-wrap .header-right .nav-search .search_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
}

.headervue .header-wrap .header-right .nav-search .search_btn i.icon-fdj {
	display: block;
	width: 15px;
	height: 15px;
	display: block;
	background: url(../images/icon-search.svg) no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a {
	background-color: #1c499e;
	color: #ffffff;
	display: block;
	width: 136px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	font-family: 'DDINBold';
	font-size: 18px;
	padding: 10px 15px;
	align-items: center;
	justify-content: center;
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a:hover {
	text-decoration: none;
	background-color: #e38b2a;
}

.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: 15px;
}

.headerbox-nav {
	margin-right: 20px;
}

.lang.show>a>i {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	transform: rotate(0);
	-ms-transform: rotate(0);
	/* IE 9 */
	-moz-transform: rotate(0);
	/* Firefox */
	-webkit-transform: rotate(0);
	/* Safari ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€¦Ã¢â‚¬â„¢ Chrome */
	-o-transform: rotate(0);
	/* Opera */
}


.headervue .header-wrap .header-right .nav-lang {
	margin-right: 12px;
	color: #bcbcbc;
	display: flex;
	align-items: center;
	height: 100%;
}



.headervue .header-wrap .header-right .nav-lang .dropdown {
	height: 100%;
	position: static;
}

.headervue .header-wrap .header-right .nav-lang .dropdown>a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-family: unset;
	font-size: 16px;
}

.headervue .header-wrap .header-right .nav-lang .dropdown>a>i {
	display: block;
	width: 15px;
	height: 15px;
	display: block;
	background: url(../images/icon-global-01.svg) no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu {
	width: 260px;
	/* margin-left: -104px; */
	min-width: unset;
	border: none;
	background: #1c499e;
	padding-top: 15px;
	left: auto;
	padding-bottom: 15px;
	border-radius: 0;
	margin-top: 0 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu a {
	color: #ffffff;
	border-right: 1px solid #ffffff2d;
	height: 36px;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0.6;
	width: 127px;
	display: inline-block;


}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu a:hover {
	opacity: 1;
}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu a:last-child {
	border-right: none;
}

.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;
}

.headerbox-nav .item>a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: -1px;
	z-index: -1;
	width: 6px;
	height: 18px;
	background: #e38b2a;
	transform: skew(-20deg);
	margin-top: -9px;
	opacity: 0;
	transition: all 0.5s;
}

.headerbox-nav .item.show>a:before,
.headerbox-nav .item>a:hover:before {
	opacity: 1;
	transition: all 0.5s;
}

.headervue .dropdown-menu a:hover {
	color: #1c499e;
	background-color: unset;
	font-weight: bold;
}


.prodropdown {
	position: static;
}


.headervue .dropdown .dropdown-menu.product_menu {
	display: none;
	width: 100%;
	margin: 0;
	border-radius: 0;
	border: 0;
	border-top: 1px solid #b7bcb1;
	padding: 0 1rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	left: 0;
	right: 0;
	padding: 0;
}


.product_menu .container-fluid {
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
	height: 100%;
}

.product_menu .nav_product_type {
	width: 360px;
	border-left: 1px solid #eaeaea;
	line-height: 20px;
	border-right: 1px solid #eaeaea;
	list-style: none;
	height: 100%;
}

.product_menu .nav_product_type li {
	position: relative;
	padding: 20px;
	padding-right: 30px;
	color: #3C482B;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}

.product_menu .nav_product_type li.cur,
.product_menu .nav_product_type li:hover {
	background: #1c499e14;
}

.product_menu .nav_product_type li i {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.product_menu .nav_product_type li.cur i {
	display: none;
}

.product_menu .nav_product_list {
	width: 60%;
	height: 100%;
}

.product_menu .second_box {
	display: none;
}

.product_menu .second_box:first-child {
	display: block;
}

.product_menu .second_box .flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.product_menu .img-box {
	width: 40%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px;
}

.second_box .second_level {
	padding: 20px;
	width: 90%;
	list-style: none;
}

.second_box .second_level a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
}

.second_box .second_level a img {
	display: none;
}

.second_box .second_level li {
	float: left;
	margin: 0px 15px;
	width: calc(50% - 30px);
	border-bottom: 1px dashed #eaeaea;
	padding: 15px 0 15px;
	line-height: 20px;
}

#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;
}

.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 .nav-search {
	margin-right: 15px;
}

.header-navbar-m .navbar-con .nav-search a {
	color: #333;
	font-size: 20px;
}



.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;
}

#banner {

	margin-top: 80px;

}

.banner-wrapper {
	height: 100%;
	position: relative;
	width: 100%;
	height: 768px;
}

#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: #ffffff;
	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-text-box-con {
	max-width: 690px;
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
	font-weight: bolder;
	margin-bottom: 1rem;
	font-size: 42px;
	text-transform: uppercase;
	font-family: 'DDINBold';
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box p {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 22px;
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box .more-btn {
	margin-top: 60px;
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box .more-btn a {
	display: flex;
	width: 52px;
	height: 52px;
	padding: 13px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	transition: all 0.8s;
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box .more-btn a i {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icon-jt.svg) center center no-repeat;
	background-size: cover;
	transform: rotate(-45deg);
	transition: all 0.3s;
}


#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box .more-btn a:hover i {
	transform: rotate(0deg);
}

#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-family: 'DDINBold';
	font-size: 30px;
}

.swiper-btns .btn-prev {
	display: inline-block;
}

.swiper-btns .btn-prev i.icon-jt-l {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-jt.svg) center center no-repeat;
	background-size: cover;
	transform: scale(1) rotate(-180deg);
	transition: all 0.3s;
}

.swiper-btns .btn-prev:hover i.icon-jt-l {
	transform: scale(1.2) rotate(-180deg);
}

.swiper-btns .btn-next {
	display: inline-block;
	margin-left: 30px;

}

.swiper-btns .btn-next i.icon-jt-r {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-jt.svg) center center no-repeat;
	background-size: cover;
	transition: all 0.3s;
}

.swiper-btns .btn-next:hover i.icon-jt-r {
	transform: scale(1.2);
}

#index-about {
	overflow: hidden;
	position: relative;
}

.index-about-container {
	padding-top: 120px;
	padding-bottom: 120px;
}

.contain-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}

.contain-title h1 {
	color: #111111;
	font-size: 48px;
	font-family: 'DDINHeavy';
	position: relative;
	z-index: 10;
	text-transform: capitalize;
}

.contain-title h1 span {
	color: #1c499e;
}

.contain-title-hr {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
}

.index-about-p {
	font-size: 18px;
	max-width: 750px;
	position: relative;
	z-index: 10;
}

.index-about-honor {
	margin-top: 40px;
}

.index-about-honor ul{
	display: inline-block;
}

.index-about-honor ul li {
	list-style: none;
	display: inline-block;
	padding: 30px 15px;
	text-align: center;
	border: 1px solid #6e6e6e7a;
	width: 106px;
	border-radius: 6px;
	margin-right: 20px;
	position: relative;
	z-index: 10;
}

.index-about-honor ul li p {
	margin-top: 5px;
}

.circle {
	width: 8vw;
	height: 8vw;
	background: url(../images/icon-jt.png) center center no-repeat #1c499e;
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

#index-about:hover .circle {
	opacity: 1;
}

.index-serise-container {
	display: flex;
}

.index-serise-container .index-serise-item {
	width: calc(100% / 3);
	padding: 60px 0;
	border-top: 3px solid #43464b;

}

.index-serise-container .index-serise-item:nth-child(1) {
	border-top-color: #43464b;
	padding-left: 0px;
}

.index-serise-container .index-serise-item:nth-child(2) {
	border-top-color: #1c499e;
}

.index-serise-container .index-serise-item:nth-child(3) {
	border-top-color: #e38b2a;
}

.index-serise-container .index-serise-item-con {
	border-right: 1px dotted #dcdcdc;
	padding: 0 40px 30px;
	height: 100%;
}

.index-serise-container .index-serise-item:nth-child(1) .index-serise-item-con {
	padding-left: 0px;
}

.index-serise-container .index-serise-item:last-child .index-serise-item-con {
	border-right: none;
}

.index-serise-container .index-serise-item .index-serise-item-con .serise-name {
	font-family: 'DDINBold';
	font-size: 24px;
	color: #111111;
	margin-top: 20px;
	margin-bottom: 20px;
}

.index-serise-container .index-serise-item .index-serise-item-con .serise-name a {
	color: #111111;
}

.index-serise-container .index-serise-item .index-serise-item-con .serise-name a:hover {
	color: #1c499e;
	text-decoration: none;
}

.index-serise-container .index-serise-item .index-serise-item-con .serise-intro {
	color: #727272;
}

.index-serise-container .index-serise-item .index-serise-item-con .serise-ul {
	margin-top: 20px;
}

.index-serise-container .index-serise-item .index-serise-item-con .serise-ul li {
	list-style: none;
	display: inline-block;
	margin-right: 22px;
	margin-bottom: 5px;
}

.index-serise-container .index-serise-item .index-serise-item-con .serise-ul li a {
	color: #727272;
	text-decoration: underline;
	text-underline-offset: 3px
}

.index-serise-container .index-serise-item .index-serise-item-con .serise-ul li a:hover {
	color: #1c499e;
}

#index-pro {
	background: url(../images/index-pro-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.index-pro-container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.index-pro-container .index-pro-con {
	padding-top: 60px;
}

.pro-wrapper .swiper-slide-active {
	z-index: 999;
}

.index-pro-item {
	display: flex;
	justify-content: space-between;
}

.index-pro-item .index-pro-item-con {
	width: 45%;
	max-width: 550px;
	height: 100%;
}

.index-pro-item .index-pro-item-con .index-pro-item-name h1 span {
	display: block;
	font-size: 26px;
	font-family: 'DDINBold';
	margin-bottom: 10px;
}

.index-pro-item .index-pro-item-img {
	width: 50%;
}

.index-pro-item .index-pro-item-img-con {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.index-pro-item-intro{
	max-height: 150px;
	overflow-y: scroll;
}

.index-pro-item-intro::-webkit-scrollbar {
	width: 3px;
}

.index-pro-item-intro::-webkit-scrollbar-thumb {
	background-color: #1c499e;
	border-radius: 4px;
}

/* æ»šåŠ¨æ¡è½¨é“éƒ¨åˆ† */
.index-pro-item-intro::-webkit-scrollbar-track {
	background-color: none;
	border-radius: 4px;
}

.index-pro-item-more {
	margin-top: 36px;
}

.more-btn-b a {
	display: flex;
	font-family: 'DDINBold';
	align-items: center;
}

.more-btn-b a:hover {
	text-decoration: none;
}

.more-btn-b a span {
	display: flex;
	width: 52px;
	height: 52px;
	padding: 13px;
	background-color: #1c499e;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	transition: all 0.8s;
	margin-right: 20px;
}

.more-btn-b a span i {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icon-jt.svg) center center no-repeat;
	background-size: cover;
	transform: rotate(-45deg);
	transition: all 0.3s;
}

.more-btn-b a:hover span i {
	transform: rotate(0deg);
}

.index-pro-ul {
	margin-top: 90px;
}

.index-pro-ul ul {
	display: flex;
	justify-content: space-between;
}

.index-pro-ul ul li {
	list-style: none;
	width: 16%;
}

.index-pro-ul ul li a {
	display: flex;
	padding: 15px;
	background: #ffffff;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

.index-pro-ul ul li.active a {
	background: #1c499e;
	color: #ffffff;
	font-weight: bolder;
}

#index-app {
	position: relative;
	background: url(../images/index-app-bg.jpg) center center #f4f4f4 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.index-app-container {
	padding-top: 120px;
	padding-bottom: 90px;
}

.index-app-con {
	display: flex;
	flex-wrap: wrap;
}

.index-app-con {
	margin-left: -15px;
	margin-right: -15px;
}

.index-app-con .app-item {
	width: calc(100% / 3);
	padding: 0 15px 30px;
}

.app-item a {
	display: block;
	position: relative;
	height: 100%;
}

.app-item a:before {
	position: absolute;
	content: '';
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(28, 73, 158, 0.75), rgba(28, 73, 158, 0) 50%);
}

.app-item a .app-item-name {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	color: #ffffff;
	font-weight: bolder;
	text-align: center;
	z-index: 2;
}

.app-item a .app-item-img {
	overflow: hidden;
}

.app-item a .app-item-img img {
	object-fit: cover;
	transition: all 0.3s;
	height: 100%;
	width: 100%;
}

.app-item a:hover .app-item-img img {
	transform: scale(1.05);
}

.index-news-container {
	padding-top: 120px;
	padding-bottom: 60px;
}

.newsSwiper {
	overflow: hidden;
}

.news-item a {
	display: block;
}

.news-item a:hover {
	text-decoration: none;
}

.news-item a .news-img {
	overflow: hidden;
}

.news-item a .news-img img {
	width: 100%;

	transition: all 0.3s;
}

.news-item a:hover .news-img img {
	transform: scale(1.05);
}

.news-item a .news-info {
	margin-top: 30px;
}

.news-item a .news-info .news-title {
	font-family: 'DDINBold';
	font-size: 26px;
	color: #111111;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
}

.news-item a:hover .news-info .news-title {
	color: #1c499e;
}

.news-item a .news-info .news-time {
	margin-top: 15px;
	font-weight: 500;
	color: #333333;
}

.news-item a .news-info .news-time span {
	color: #1c499e;
}

.news-item a .news-info .news-intro {
	margin-top: 15px;
	color: #727272;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper-pagination {
	position: relative;
	margin-top: 36px;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #eeeeee;
	opacity: 1;
	margin: 8px;
}

.swiper-pagination-bullet-active {
	background: #1c499e;
}

#foot {
	background: #f8f8f8;
}

.foot-con {
	display: flex;
}

.foot-con .foot-contact {
	width: 50%;
	display: flex;
	padding-top: 120px;
	padding-bottom: 120px;
}

.foot-con .foot-contact .foot-logo {
	margin-right: 5%;

}

.foot-contact-con {
	max-width: 450px;
	padding-top: 20px;
}

.foot-contact-con .foot-contact-title {
	margin-bottom: 15px;
}

.foot-contact-con .foot-contact-title h2 {
	font-family: 'DDINBold';
}

.foot-con .foot-nav {
	width: 50%;
	border-left: 1px solid #e9e9e9;
	padding-top: 120px;
	padding-bottom: 120px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 3%;
}

.foot-contact-p {
	color: #727272;
}

.foot-followlinks {
	margin-top: 30px;
}

.foot-followlinks ul li {
	list-style: none;
	display: inline-block;
	margin: 10px 20px 10px 0;
}

.foot-followlinks ul li a {
	color: #727272;
	font-size: 22px;
}

.foot-followlinks ul li a:hover {
	text-decoration: none;
	color: #1c499e;
}

.foot-nav-item {
	width: calc(100% / 3);
	padding-left: 5%;
}

.foot-nav-item .foot-nav-title {
	font-family: 'DDINBold';
	font-size: 24px;
	color: #111111;
	margin-bottom: 15px;
}

.foot-nav-item .foot-nav-title a {
	color: #111111;
}

.foot-nav-item .foot-nav-title a:hover {
	text-decoration: none;
	color: #1c499e;
}

.foot-nav-item .foot-nav-ul ul li {
	list-style: none;
	margin-bottom: 5px;
	line-height: 22px;
}

.foot-nav-item .foot-nav-ul ul li a {
	color: #727272;
}

.foot-nav-item .foot-nav-ul ul li a:hover {
	text-decoration: none;
	color: #1c499e;
}

.foot-copyright {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0;
	text-align: center;
}

.foot-eyunwang {
	font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
	font-size: 14px;
}

.scroll-top {
	position: fixed;
	top: 70%;
	right: 1%;
}

.scroll-top a {
	display: flex;
	width: 58px;
	height: 58px;
	padding: 13px;
	border: 1px solid #cecece;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	transition: all 0.8s;
}

.scroll-top a i {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icon-jt-b.svg) center center no-repeat;
	background-size: cover;
	transform: rotate(-90deg);
	transition: all 0.3s;
}

.scroll-top a:hover {
	background-color: #1c499e;
	border: 1px solid #1c499e;
	transform: translateY(-10px);
}

.scroll-top a:hover i {
	background: url(../images/icon-jt.svg) center center no-repeat;
}

.banner-img {
	display: flex;
	background-size: cover;
	background-position: top center;
	height: 60vh !important;
	align-items: center;

}

.banner-img .contain-title {
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

.banner-img .contain-title h1 {
	color: #1d4593;
	position: relative;
	padding-left: 36px;
}

.banner-img .contain-title h1:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	background: url(../images/icon-fx.svg) no-repeat;
	margin-top: -9px;
}

.contain-con {
	padding-top: 120px;
	padding-bottom: 120px;
}

.feedback-con {
	margin-top: 60px;
}

.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;
	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: #1c499e;
	border-color: #1c499e;
	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: #1c499e;
	color: #ffffff;
	border-radius: 0px;
	width: 300px;
	height: 60px;
	float: right;
	font-family: 'DDINBold';
	font-size: 18px;
}

.feedback-submit:hover {
	color: #ffffff;
	background-color: #da872d;
}

.contact-p {
	background-color: #f9f9f9;
	padding: 60px 30px;
}

.contact-map {
	margin-top: 60px;
}

.contact-map-container {
	height: 550px;
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-map-container a img {
	transition: all .3s;
}

.contact-map-container a:hover img {
	transform: translateY(-15px);
}

.news-serise {
	width: 30%;
}

.news-serise ul {
	display: flex;
	width: 100%;
}

.news-serise ul li {
	list-style: none;
	width: calc(100% / 3);
}

.news-serise ul li a {
	border: 1px solid #eeeeee;
	display: flex;
	padding: 15px 30px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.news-serise ul li a.cur,
.news-serise ul li a:hover {
	background-color: #1c499e;
	color: #ffffff;
	text-decoration: none;
	border-color: #1c499e;
}

.news-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.news-items {
	width: 33.3%;
	padding: 15px;
}

.news-view {
	display: flex;
	justify-content: space-between;
}

.news-view-nav {
	width: 380px;
	border-left: 1px solid #eeeeee;
	padding-left: 30px;
	/* padding-top: 56px; */
}

.news-view-contain {
	width: calc(100% - 460px);
}

.news-view-title {
	font-size: 18px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.news-view-title h1 {
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 15px;
}

.news-view-title i {
	margin-right: 5px;
}

.news-view-title span {
	margin-right: 15px;
}

.news-view-title a {
	color: #333333;
}

.news-view-title a:hover {
	color: #1c499e;
	opacity: 1 !important;
}

.news-view-p {
	min-height: 720px;
}

.news-view-nav-con {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	bottom: 50px;
	padding-top: 56px;
}

.news-view-item .news-item a {
	color: #333333;
}

.news-view-nav .next {
	margin-bottom: 30px;
}

.news-view-nav h5 {
	font-weight: bolder;
	font-size: 18px;
	margin-bottom: 15px;
}

.news-view-serise-title {
	margin-bottom: 20px;
}

.news-view-serise-title a {
	display: inline-block;
	border-radius: 16px;
	background-color: #1c499e;
	color: #ffffff;
	padding: 0px 15px;
}

.news-view-item .news-item a .news-info {
	margin-top: 20px;
}

.news-item a .news-info .news-time {
	margin-top: 5px;
}

.news-view-item .news-item a .news-info .news-title {
	font-size: 20px;
}

.prev .news-view-item .news-item a .news-info {
	margin-top: 0;
}

.faq_list {
	list-style: none;
}

.faq_list li {
	border: 1px solid #eeeeee;
	padding: 36px;
	cursor: pointer;
	margin-bottom: 36px;
	transition: all .3s;
}

.faq_list li:hover {
	border-radius: 60px;
	background-color: #f8f8f8;
}

.faq_list li.cur {
	background: #f4f4f4;
	border-radius: 16px;
}

.faq_list li .faq_hiden {
	display: none;
	padding: 20px 0;
}

.faq_list li .faq_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq_list li .faq_top .faqTopLeft {
	width: calc(100% - 50px);

}

.faq_list li .faq_top .faqTopRight {
	width: 36px;
	text-align: right;
}

.faq_list li .faq_top .faqTopLeft .faqToptitle {
	font-weight: bolder;
	font-size: 18px;
	position: relative;
	padding-left: 46px;
}

.faq_list li .faq_top .faqTopLeft .faqToptitle:before {
	content: "Q:";
	position: absolute;
	left: 0;
	font-size: 26px;
	color: #1c499e;
}

.faq_list li .faq_top .faqTopRight .zk {
	font-size: 30px;
	font-weight: bolder;
}

.faq_list li .faq_hiden {
	position: relative;
	padding-left: 46px;
}

.faq_list li .faq_hiden:before {
	content: "A:";
	font-family: 'DDINBold';
	position: absolute;
	left: 0;
	font-size: 26px;
	color: #1c499e;
}

.pro-contain {
	border-top: 1px solid #eeeeee;
}

.products-con {
	display: flex;
	justify-content: space-between;
}

.products-con .pro-serise-nav {
	width: 380px;
	/* padding-top: 100px; */
	padding-bottom: 250px;
	/* border-left: 1px solid #eee; */
}

.pro-serise-nav-con {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	bottom: 50px;
	/* padding: 0 30px; */
}

.pro-list {
	width: calc(100% - 460px);
	overflow: hidden;
	/* padding-top: 100px; */
	padding-bottom: 250px;
}

.pro-list-container {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.pro-list .container-title h1 {
	font-size: 36px;
	margin-bottom: 36px;
}

.pro-items {
	width: 50%;
	padding: 15px;
}

.pro-item a {
	/* text-align: center; */
	display: block;
	border-radius: 14px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #f4f4f4;
	position: relative;
}

.pro-item a:hover {
	text-decoration: none;
}

.pro-item a:hover .pro-img {
	/* overflow: hidden; */
}

.pro-item a .pro-img img {
	transition: 0.5s;
}

.pro-item a:hover .pro-img img {
	transform: scale(1.1);

}

.pro-item a .pro-name {
	font-weight: bolder;
	line-height: 22px;
	padding: 15px 0 20px;
	font-family: 'DDINBold';
	font-size: 18px;
	color: #333333;
}

.pro-item a:hover .pro-name {
	color: #1c499e;
}

.pro-item a .more {
	width: 50px;
	height: 50px;
	background: #1c499e;
	display: block;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	margin-left: 36px;
	position: absolute;
	bottom: 5%;
	right: 5%;
	/* margin-top: -80px; */
	/* margin-left: -40px; */
	opacity: 0;
	z-index: -1;
}

.pro-item a .more .icon-jt {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icon-jt.svg) center center no-repeat;
	background-size: cover;
	transform: rotate(-45deg);
	transition: all 0.3s;
}

.pro-item a:hover .more {
	opacity: 1;
	z-index: 1;
	transform: translateY(-5px);
}

.pro-item a:hover .more .icon-jt {
	transform: rotate(0deg);
}

.pro-nav-item {
	border-radius: 5px;
	border-bottom-right-radius: 36px;
}

.pro-serise-nav {
	border-right: 1px solid #f4f4f4;
	padding-right: 60px;
}

.pro-serise-nav-title {
	color: #111111;
	font-weight: bolder;
	margin-bottom: 20px;
}

.pro-serise-nav-title h1 {
	font-family: 'DDINBold';
	font-weight: bold;
}

.pro-serise-menu ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
}

.pro-serise-menu .f1>ul>li {
	position: relative;
	overflow: hidden;
	color: #333333;
	/* border-bottom: 1px solid #eeeeee; */
	margin-bottom: 15px;
}

.pro-serise-menu ul li>span {
	display: block;
	transition: 0.5s;
	padding: 15px 30px 15px 10px;
	border-bottom: 1px solid #eeeeee;
}

.pro-serise-menu ul li:hover>span,
.pro-serise-menu ul li.hasChild.open>span {
	background: #1c499e;
	color: #fff;
	border-radius: 36px;
	border: none;
	padding-left: 30px;
}

.pro-serise-menu ul li a {
	color: #333333;
	display: block;
}

.pro-serise-menu ul li:hover>span>a {
	color: #ffffff;

}

.pro-serise-menu ul li.open>span>a {
	color: #ffffff;
}

.pro-serise-menu ul li>span a.cur {
	font-weight: bolder;
	font-size: 18px;
}

.pro-serise-menu ul li>span a:hover {
	text-decoration: none;
}

.pro-serise-menu ul li.hasChild>span a:after {
	content: "+";
	position: absolute;
	right: 10px;
	top: 16px;
	font-size: 28px;
	font-weight: 300;
}

.pro-serise-menu ul li.hasChild.open>span a:after {
	content: "-";
	right: 13px;
	font-size: 28px;
	top: 8px;
}

.pro-serise-menu .f2 ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pro-serise-menu .f2 ul li a:hover {
	text-decoration: none;
	color: #1c499e;
}

.pro-nav-btns {
	display: none;
}

.pro-nav-btns-con {
	display: flex;
	justify-content: space-between;
}

.pro-nav-btns .pro-nav-btn {
	width: 100%;
	background: #1c499e;
	text-align: center;
	color: #ffffff;
	border-radius: 6px;
	padding: 15px;
	font-size: 16px;
}

.pro-nav-btns .pro-nav-btn i {
	margin-right: 10px;
}

.pro-nav-btns .pro-nav-btn:hover {
	background: #e38b2a;
}

.pro-serise-nav .collapse:not(.show) {
	display: block;
	/* border-top: 1px solid #eeeeee; */
}

.pro-serise-nav .f2,
.pro-serise-nav .f3 {
	height: 0;
	padding-left: 30px;
	overflow: hidden;
	position: relative;
	transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-webkit-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
}

.pro-intro-contain {
	background: url(../images/pro-view-bg.png) no-repeat center bottom;
	background-size: cover;
	padding-bottom: 60px;
}

.pro-intro-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 60px;
}

.pro-intro {
	max-width: 780px;
}

.pro-view-name h1 span {
	display: block;
	font-size: 26px;
	font-family: 'DDINBold';
	margin-bottom: 10px;
}

.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 #eee;
	padding: 15px;
	border-radius: 16px;
	color: #ffffff;
	position: relative;
	font-size: 18px;
	transition: .3s;
	background: #1c499e;
	font-family: 'DDINBold';
}

.pro-contact-btn ul li a:hover {
	text-decoration: none;
	transform: translateY(-15px);
	color: #ffffff;
}

.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-view-img {
	display: flex;
	justify-content: center;
}

.pro-view-img-con {
	display: flex;
	position: relative;
}

.pro-parts {
	position: absolute;
	width: 100%;
	height: 100%;
}

.pro-parts>li {
	position: absolute;
	list-style: none;
	width: 30px;
	height: 30px;
}

.pro-parts>li:hover {
	z-index: 1;
}

.pro-parts>li>.point {
	width: 30px;
	height: 30px;
	background-color: #1c499e;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	cursor: pointer;
	transition: all 0.3s;
}


.pro-parts>li:hover>.point {
	transform: rotate(45deg);
}

.pro-parts>li .parts-intro {
	width: 300px;
	background: #ffffff;
	padding: 15px;
	display: none;
	margin-top: -230px;
	font-size: 14px;
	line-height: 18px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-left: -135px;
}

.pro-parts>li:hover .parts-intro {
	display: block;
}

.pro-parts>li .parts-intro .parts-p {
	width: 100%;
	height: 150px;
	overflow-y: scroll;
}

.pro-parts>li .parts-intro .parts-p::-webkit-scrollbar {
	width: 3px;
}

.pro-parts>li .parts-p::-webkit-scrollbar-thumb {
	background-color: #1c499e;
	border-radius: 4px;
}

/* 滚动条轨道部分 */
.pro-parts>li .parts-p::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 4px;
}

/* 弹窗样式 */
.popup {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* 半透明背景 */
	z-index: 9999;
	/* 确保在其他元素之上 */
}

.popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	max-width: 600px;
	width: 80%;
	max-height: 80vh;
	overflow-y: auto;
}

.popup-close {
	float: right;
	cursor: pointer;
	font-size: 24px;
	color: #333;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #1c499e;
	color: #ffffff;
	margin-top: -15px;
	margin-right: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-app {
	background-color: #f4f4f4;
}

.pro-view-app .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.appSwiper {
	overflow: hidden;
}

.pro-view-cs #tags {
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.pro-view-cs #tags li {
	float: left;
	margin: 0.6%;
}

.pro-view-cs #tags li a {
	color: #333333;
	padding: 8px 20px;
	display: block;
	border: solid 1px #d4d4d4;
	background: #d4d4d4;
	/* border-radius: 10px; */
	min-width: 138px;
	text-align: center;
}

.pro-view-cs #tags .selectTag a {
	background: #1c499e;
	color: #ffffff;
	text-decoration: none;
	border: solid 1px #1c499e;
}

.pro-view-cs #tags li a:hover {
	background: #1c499e;
	color: #ffffff;
	text-decoration: none;
	border: solid 1px #1c499e;
}

.pro-view-cs .tagContent {
	PADDING: 10px;
	margin-top: 1rem;
}


.tagContent {
	display: none;
}

.selectTag {
	display: block;
}

.pro-inqury {
	/* background: url(../images/inquery-bg.jpg) top center no-repeat; */
	background-size: cover;
}

.pro-inqury-contain .contain-title {
	text-transform: uppercase;
}

.popup-window {
	position: fixed;
	z-index: 10000000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
}

.pop-box {
	width: 100%;
	max-width: 720px;
	padding-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.pop-box .title {
	padding: 0 0 10px 20px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
}

.pop-box .title i {
	float: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	color: #666;
	cursor: pointer;
	/* font-size: 24px; */
	color: #333;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #1c499e;
	color: #ffffff;
	margin-top: 15px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.pop-box .title i:hover {
	color: #ffffff;
	transform: scale(1.1);
	/* width: 30px; */
}

.about-con{
	display: flex;
	justify-content: space-between;
}

.about-con .about-p{
	width: 60%;
}

.about-con .about-img{
	width: 38%;
	text-align: center;
}

.about-con .about-img img{
	max-width: 360px;
	width: 100%;
}

.farm {
	display: flex;
	padding: 20px;
	min-height: 200px;
	align-items: center;
	justify-content: center;
}

.swiper-factory .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.swiper-factory{
	margin-top: 60px;
}

.certificate-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 99999999;
}

.certificate-content {
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	cursor: pointer;
}

.certificate-image img {
	max-width: 100%;
	height: auto;
}

.culture-container {
	display: flex;
	width: 100%;
	height:760px;
	background:url(../images/sm2.jpg) center center no-repeat;
	background-size:cover;
}

.culture-container .slide {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right:1px solid rgba(10, 33, 76, 0.5);
	transition: all 0.5s;
}

.culture-container .slide:last-child{
	border: none;
}

.culture-container .slide div {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 40px;
	background: rgba(10, 33, 76, 0.6);
	color: #fff;
	padding-top: 200px;
	transition: all 1s;
}

.culture-container .slide div h2 {
	margin-bottom: 40px;
	font-family: 'DDINBold';
	text-align: center;
	text-transform: capitalize;
}

.culture-container .slide div p {
	text-align:center;
}

.culture-container .slide:hover {
	width: 50%;
	transition: all 0.5s;
}

.culture-container .slide:hover div {
	background: rgba(10, 33, 76, 0.3);
	transition: all 1s;
	cursor: pointer;
}

#history{
	background: url(../images/libj.png) no-repeat center bottom fixed;
	border-bottom: 1px solid #e9e9e9;
	background-size: 100% 80%;
}

.history-item.bottom {
    padding-top: 325px;
}

.history-item {
    /* height: 480px; */
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}

.history-item.bottom:before {
    top: 262px;
    height: 250px;
}

.history-item:before {
    content: "";
    height: 250px;
    border-left: 1px solid #1c499e;
    position: absolute;
    left: 26px;
    top: 0px;
}

.history-item.bottom .history-time-1 {
    top: 182px;
}

.history-item .history-time-1 {
    font-size: 30px;
    color: #111111;
    line-height: 40px;
    font-weight: bolder;
    position: absolute;
    top: 263px;
    left: 0;
    font-family: 'DDINBold';
}

.history-item.bottom:after {
    top: 250px;
}

.history-item:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    background: #1c499e;
    background-size: cover;
    position: absolute;
    left: 18px;
    top: 250px;
    transition: all 0.3s ease-out;
}

.history-p{
	/* overflow-y: scroll; */
	height: 160px;
	line-height: 22px;
}

.history-p-con{
	position: absolute;
	width: 311px;
}

.history-p-con.last{
	width: 290px;
}

.about-history-con{
	position: relative;
	/* overflow: hidden; */
}

.about-history-con .container{
	position: relative;
}

.about-history-con:before{
	content:"";
	display:block;
	height: 518px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: url(../images/lc-quxian.png) no-repeat;
	background-size: cover;
}
.about-history-con .swipers-btn-next {
    left: -60px;
}

.about-history-con .swipers-btn {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: #426abe;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
}

.about-history-con .swipers-btn.swiper-button-disabled {
    background: #eeeeee;
    color: #cccccc;
}

.about-history-con .swipers-btn-prev {
    right: -60px;
}

.about-history-con .swipers-btn {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: #1c499e;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    font-size: 26px;
    text-align: center;
    outline:0;
}

.about-history-con:hover .swipers-btns {
    opacity: 1;
}

.about-history-con .swipers-btns {
    position: absolute;
    top: 35%;
    width: 100%;
    opacity: 0;
    z-index: 999;
    left: 0;
}

.history-wrapper{
	overflow: visible;
}

.factory-p{
	max-width: 720px;
}

.factory-container .swiper {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.factory-container .swiper-slide {
  background-size: cover;
  background-position: center;
}

.factory-container .mySwiper2 {
  height: 80%;
  width: 100%;
}

.factory-container .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.factory-container .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.factory-container .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.factory-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factory-container .swiper-button-prev, .factory-container .swiper-button-next{
	background: #1c499e;
	padding: 2vw 1.5vw;
	opacity: 0;
}

.factory-container:hover .swiper-button-prev, .factory-container:hover .swiper-button-next{
	opacity: 1;
}

@media screen and (max-width: 1600px) {
	#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
		font-size: 3vw;
	}

	.contain-title h1 {
		font-size: 3vw;
	}

	.headervue .header-wrap .headerbox {
		width: 100%;
	}
	
	.history-p-con {
		width: 22vw;
	}
}

@media screen and (max-width: 1200px) {
	.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		justify-content: center;
		padding: 0;
	}

	.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a span {
		display: none;
	}

	.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a i.icon-inquiry {
		margin-right: 0;
	}

	.headervue .item>a {
		margin: 0 20px;
	}

	.headervue .header-wrap .header-right .nav-search {
		margin-right: 10px;
	}

	.headervue .header-wrap .header-right .nav-lang {
		margin-right: 10px;
	}

	.index-about-p {
		font-size: 16px;
		line-height: 22px;
	}
	
	.history-p-con{
		position: absolute;
		width: 25vw;
	}
}

@media screen and (max-width: 992px) {
	#header_vue {
		display: none;
	}

	#ph-nav {
		display: block;
	}

	#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
		font-size: 6vw;
	}

	.contain-title h1 {
		font-size: 5vw;
	}

	.index-about-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.index-serise-container {
		flex-direction: column;
	}

	.index-serise-container .index-serise-item {
		width: 100%;
		padding: 36px 0;
	}

	.index-serise-container .index-serise-item-con {
		padding: 0 0px 0px;
		border-right: none;
	}

	.index-pro-ul {
		display: none;
	}

	.index-pro-item {
		flex-direction: column;
	}

	.index-pro-item .index-pro-item-con {
		width: 100%;
		max-width: unset;
	}

	.index-pro-item .index-pro-item-img {
		width: 100%;
	}

	.index-pro-item .index-pro-item-con .index-pro-item-name h1 span {
		font-size: 3vw;
	}

	.index-pro-container .index-pro-con {
		padding-top: 0px;
	}

	.index-app-container {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.index-app-con .app-item {
		width: 50%;
	}

	.index-news-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.foot-con .foot-contact {
		width: 100%;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.foot-con .foot-nav {
		display: none;
	}

	.scroll-top a {
		width: 46px;
		height: 46px;
	}

	.contain-con {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.news-items {
		width: 50%;
	}

	.news-container .contain-title h1 {
		display: none;
	}

	.news-container .contain-title .news-serise {
		width: 100%;
	}

	.news-item a .news-info .news-title {
		font-size: 20px;
	}

	.news-view {
		flex-direction: column;
	}

	.news-view-nav {
		width: 100%;
		border-left: none;
		border-top: 1px solid #eeeeee;
		padding-top: 30px;
		margin-top: 30px;
		padding-left: 0;
	}

	.news-view-contain {
		width: 100%;
	}

	.news-view-item .news-item a .news-img,
	.news-view-item .news-item a .news-time {
		display: none;
	}

	.news-view-item .news-item a .news-info {
		margin-top: 0;
	}

	.products-con {
		flex-direction: column;
	}

	.products-con .pro-serise-nav {
		width: 100%;
		padding-bottom: 0;
	}

	.pro-serise-nav {
		width: 100%;
		padding-bottom: 0;
		border-right: none;
		padding-right: 0;
	}

	.pro-list {
		width: 100%;
		margin-top: 50px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.pro-nav-btns {
		display: block;
	}

	.pro-serise-nav .collapse:not(.show) {
		display: none;
	}

	.pro-serise-nav-title {
		display: none;
	}

	.pro-serise-menu ul li:hover>span,
	.pro-serise-menu ul li.hasChild.open>span {
		background: #eee;
		color: #333;
		border-radius: 0px;
		border: none;
		padding-left: 10px;
	}

	.pro-serise-menu ul li.open>span>a {
		color: #333;
	}

	.feedback-submit {
		width: 100%;
		float: none;
	}

	.pro-intro-container {
		flex-direction: column;
		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;
	}

	.pro-parts>li>.point {
		width: 20px;
		height: 20px;
	}

	.pro-parts>li>.point {
		width: 30px;
		height: 30px;
		background-color: #1c499e;
		border-radius: 50%;
		color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 10px;
		cursor: pointer;
		transition: all 0.3s;
	}

	.pro-parts>li .parts-intro {
		display: none !important;
	}
	
	.culture-container {
		height: unset;
		flex-direction: column;
	}

	.culture-container .slide {
		width: 100%;
		border-right: none;
		border-bottom:1px solid rgba(0, 0, 0, 0.5);
	}
	
	.culture-container .slide:hover {
		width: 100%;
	}
	
	.culture-container .slide div {
		padding-top: 40px;
	}
	
	.culture-container .slide div h2 {
		font-size: 4vw;
	}
	
	.culture-container .slide div h2 br{
		display: none;
	}
	
	.culture-container .slide div h2 {
		margin-bottom: 10px;
	}
	
	.factory-container .contain-title{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.about-con {
		flex-direction: column;
	}
	
	.about-con .about-p {
		width: 100%;
	}
	
	.about-con .about-img {
		width: 100%;
		text-align: left;
	}
	
	.history-p-con{
		width: 35vw;
	}
}

@media screen and (max-width: 680px) {
	#header_vue {
		display: none;
	}

	#ph-nav {
		display: block;
	}

	#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
		font-size: 6vw;
	}

	.banner-text,
	.banner-video-text {
		padding-top: 30%;
	}

	.contain-title h1 {
		font-size: 6vw;
	}

	.news-items {
		width: 100%;
	}

	.index-app-con .app-item {
		width: 100%;
	}

	.foot-con .foot-contact {
		flex-direction: column;
	}

	.foot-contact-con .foot-contact-title h2 {
		font-size: 1.5rem;
	}

	.pro-items {
		width: 100%;
	}
}