
.color-theme {
	color: #0055a1;
}

.themed-link,.themed-link:visited{
	color: #0055a1;	
}

.xinkenav form input{
	background: none;
	border-width: 0 0 1px 0;
	border-color: white;
	color: white; font-size: 1.2em;
	padding: 0 0.5em 0 0.5em;
}

.xinkenav form input::placeholder{
	color: #eee;
}

.xinkenav form button {
	background: #FFFFFF44; border: 1px white solid;
	color: white;
}

.xinkenav form button:hover {
	background: #FFFFFF88;
	color: white;
	cursor: pointer;
}



.product-list .product-image-div {
	width: 100%; height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	backdrop-filter: blur(30px);
}

.product-list .product-image-container {
	width: 12vw; height: 12vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}





.banner .swiper-slide{
    position: relative;
}
.banner .swiper-slide .pic img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
}
.box1{
	padding: 30px 0;
	background-color: #f6f6f6;
}
.box1 .box-c{
	display: flex;
	filter: drop-shadow(0 5px 3px #ccc);
	border-radius: 3px;
	width: 100%;
	background-color: #fff;
	padding: 11px 20px;
	align-items: center;
	line-height: 34px;
}
.box1 .box-c .l{
	color: #0055a1;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
}
.box1 .box-c .r{
	position: relative;
	display: flex;
	flex: 1;
}
.box1 .box-c .r .pic-box{
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
}
.box1 .box-c .r .pic-box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box1 .box-c .r .pic-box li,
.box1 .box-c .r .pic-box i{
	width: 13%;
}
.box1 .box-c .r .pic-box li{
	margin-top: 9px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
.box1 .box-c .r .pic-box li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.box1 .box-c .r .pic-box li a img{
	max-width: 100%;
	display: block;
}
.box1 .box-c .r .c-btn{
	width: 90px;
	border-radius: 3px;
	background: #0055a1;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}
.box1 .box-c .r .input{
	flex: 1;
	height: 34px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #efefef;
	padding: 0 20px;
}
.box1 .box-c .r .submit{
	line-height: 34px;
	background: #0055a1;
	border: 0;
	outline: none;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	width: 120px;
}
.index-title-div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 60px;
}
.index-title-div .l{
	display: flex;
}
.index-title-div .title{
	font-size: 20px;
	color: #0055a1;
}
.index-title-div .r{
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #ccc;
}
.index-title-div .r:hover{
	color: #0055a1;
}
.index-title-div .r .iconfont{
	font-size: 12px;
	margin-top: 3px;
	margin-left: 4px;
}
.box2{
	background-color: #f6f6f6;
}
.box2 .box-c{
	margin-top: 20px;
}
.box2 .box-c ul{
	display: flex;
	justify-content: space-between;
}
.box2 .box-c ul li{
	width: 220px;
	max-width: 23.5%;
	text-align: center;
}
.box2 .box-c ul li .iconfont{
	display: block;
	margin: 0 auto;
	font-size: 70px;
	transition: all 0.6s;
	color: #0055a1;
}
.box2 .box-c ul li:hover .iconfont{
	transform: rotateY(180deg);
}
.box2 .box-c ul li .text-title{
	font-size: 18px;
	color: #555;
	margin-top: 20px;
	font-weight: bold;
}
.box2 .box-c ul li .text-des{
	font-size: 14px;
	color: #888;
	margin-top: 10px;
}
.box2 .box-c ul li:hover .text-title,
.box2 .box-c ul li:hover .text-des{
	color: #0055a1;
}
.box3{
	background-color: #f6f6f6;
	padding-top: 30px;
}
.box3 .box-c{
	background-color: #0055a1;
	border-radius: 5px;
	display: flex;
}
.box3 .box-c .l{
	position: relative;
	padding: 15px 10px 58px;
	width: 350px;
	height: 425px;
	background: #fff;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
}
.box3 .box-c .l ul{
	overflow: auto;
	outline: none;
	height: 100%;
}
.box3 .box-c .l li{
	background-color:#0055a1;
	line-height: 43px;
	text-align: center;
	margin-bottom: 1px;
}
.box3 .box-c .l li.active{
	background-color: rgba(0,122,255,1);
}
.box3 .box-c .l li a{
	color: #fff;
	font-size: 20px;
	display: block;
}
.box3 .box-c .l .more{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 20px);
	line-height: 43px;
	color: #fff;
	font-size: 20px;
	display: block;
	background-color: rgba(0,122,255,1);
	text-align: center;
}
.box3 .box-c .l ul::-webkit-scrollbar{
	width: 3px;
	height: 0px;
	border-radius: 4px;
}
.box3 .box-c .l ul::-webkit-scrollbar-thumb{
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #c1c1c1;
	border-radius: 4px;
}
.box3 .box-c .l ul::-webkit-scrollbar-track{
	background: #EAEAEA;
	border-radius: 4px;
}
.box3 .box-c .r{
	flex: 1;
	margin: 0 35px 0 30px;
	padding: 15px 0 0;
}
.box3 .box-c .r .box{
	display: none;
}
.box3 .box-c .r .box.active{
	display: block;
}
.box3 .box-c .r ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box3 .box-c .r li,
.box3 .box-c .r i{
	width: 24%;
}
.box3 .box-c .r li .pic img{
	width: 100%;
	display: block;
	height: 175px;
	object-fit: cover;
}
.box3 .box-c .r li .text{
	color: #FFFFFF;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
}
.box4{
	padding-top: 30px;
	background-color: #F6F6F6;
}
.box4 .box-c{
	margin-top: 10px;
}
.box4 .box-c ul{
	display: flex;
	justify-content: space-between;
}
.box4 .box-c li{
	width: 31%;
}
.box4 .box-c li .pic img{
	display: block;
	width: 100%;
}
.box4 .box-c li .li-t{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	align-items: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #e2e2e2;
}
.box4 .box-c li .li-t .zh{
	font-size: 20px;
	color: #0055a1;
}
.box4 .box-c li .li-t .en{
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}
.box4 .box-c li .li-t a{
	font-size: 14px;
	color: #333;
}
.box4 .box-c li .li-t a:hover{
	color: #0055a1;
}
.box4 .box-c li .li-c a{
	position: relative;
	display: flex;
	border-bottom: 1px dashed #eee;
	line-height: 45px;
	padding-left: 15px;
}
.box4 .box-c li .li-c a::before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #0055a1;
}
.box4 .box-c li .li-c p{
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
	font-size: 14px;
	color: #333;
}
.box4 .box-c li .li-c .date{
	font-size: 12px;
	color: #666;
}
.box4 .box-c li .li-c a:hover .text-title,
.box4 .box-c li .li-c a:hover .date{
	color: #0055a1;
}
.box5{
	padding: 20px 0 0;
	background-color: #F6F6F6;
}
.box5 .box-c .l ul {
	display: flex;
	flex-wrap: wrap;
}
.box5 .box-c .l ul li{
	width: 31px;
	height: 31px;
	line-height: 29px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin: 0 3px 3px 0;
	text-align: center;
	color: #888;
	font-size: 12px;
}
.box5 .box-c .l ul li:hover{
	background-color: #0055a1;
}
.box5 .box-c .l ul li a{
	display: block;
	color: #888;
	text-transform: uppercase;
}
.box5 .box-c .l ul li:hover a{
	color: #fff;
}
.box5 .box-c .r{
	margin-top: 25px;
}
.box5 .box-c .r .pics{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.box5 .box-c .r .pic{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	margin: 0 0px 15px 0;
	background: #fff;
}
.box5 .box-c .r .pic:hover{
	filter: drop-shadow(0 0 5px #ccc);
}
.box5 .box-c .r .pic,
.box5 .box-c .r i{
	width: 19%;
}
.box5 .box-c .r .pic a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.box5 .box-c .r .pic a img{
	max-width: 100%;
}
.box5 .box-b{
	margin-top: 20px;
}
.box5 .box-b img{
	display: block;
	width: 100%;
}
.box6{
	padding: 100px 0;
	background-color: #F6F6F6;
}
.box6 .box-c{
	display: flex;
}
.box6 .box-c .l{
	position: relative;
}
.box6 .box-c .l::before,
.box6 .box-c .l::after{
	position: absolute;
	content: "";
	width: 200px;
	height: 170px;
	background-color: #0055a1;
}
.box6 .box-c .l::before{
	top: -8px;
	left: -8px;
}
.box6 .box-c .l::after{
	right: -8px;
	bottom: -8px;
}
.box6 .box-c .l .pic{
	position: relative;
	z-index: 2;
}
.box6 .box-c .l .pic img{
	display: block;
}
.box6 .box-c .r{
	flex: 1;
}
.box6 .box-c .r .title{
	font-size: 48px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}
.box6 .box-c .r .title span{
	color: #0055a1;
}
.box6 .box-c .r .des{
	font-size: 16px;
	color: #333;
	text-align: right;
	margin-top: 20px;
}
.box6 .box-c .r .text-box{
	margin-top: 40px;
	padding: 20px 47px;
	text-align: left;
	background-color: #0055a1;
}
.box6 .box-c .r .text-box .text-title{
	font-size: 24px;
	color: #fff;
}
.box6 .box-c .r .text-box .text-des{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box6 .box-c .r .text-box .details{
	display: block;
	width: 198px;
	height: 44px;
	border: #739bbe solid 1px;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin: 10px 0 0 auto;
}
.box7{
	padding: 40px 0;
}
.box7 .box-c{
	position: relative;
}
.box7 .box-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #fff;
	line-height: 38px;
	text-align: center;
	z-index: 2;
	border-radius: 50%;
	background-color: #F6F6F6;
	cursor: pointer;
	color: #333;
}
.box7 .box-c .btn:hover{
	background-color: #0055a1;
	color: #fff;
}
.box7 .box-c .btn.btn-prev{
	left: -50px;
}
.box7 .box-c .btn.btn-next{
	right: -50px;
}
.box7 .box-c .btn .iconfont{
	font-size: 22px;
}
.box7 .swiper{
	border-bottom: 1px solid #ececec;
}
.box7 .swiper-slide{
	position: relative;
	padding-bottom: 20px;
}
.box7 .swiper-slide::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: transparent;
}
.box7 .swiper-slide:hover::before{
	background-color: #0055a1;
}
.box7 .swiper-slide .pic img{
	width: 100%;
	display: block;
}
.box7 .swiper-slide  .text-title{
	font-size: 16px;
	line-height: 40px;
	color: #555;
}
.box7 .swiper-slide  .text-des{
	line-height: 20px;
	color: #888;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
}
.box8{
	padding-bottom: 25px;
}
.box8 .swiper-slide{
	height: 80px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
.box8 .swiper-slide a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.box8 .swiper-slide a img{
	max-width: 100%;
	max-height: 100%;
}
.box8 .btn{
	width: 40px;
	height: 40px;
	background-color: #fff;
	line-height: 38px;
	text-align: center;
	z-index: 2;
	border-radius: 50%;
	background-color: #F6F6F6;
	cursor: pointer;
	color: #333;
	margin-left: 10px;
}
.box8 .btn:hover{
	background-color: #0055a1;
	color: #fff;
}
.box8 .btn .iconfont{
	font-size: 22px;
}
@media (max-width:1530px) {
	.box7 .box-c .btn.btn-prev{
		left: 20px;
	}
	.box7 .box-c .btn.btn-next{
		right: 20px;
	}
}
@media (max-width:1430px) {
	.box6 .box-c .r .title{
		font-size: 36px;
	}
	.box6 .box-c .l {
		width: 60%;
	}
	.box6 .box-c .l .pic img{
		width: 100%;
	}
}
@media (max-width:1024px) {
	.box3 .box-c{
		flex-wrap: wrap;
	}
	.box3 .box-c .l{
		width: 100%;
	}
	.box3 .box-c .r li .pic img{
		height: ;
	}
	.box4 .box-c li .li-t{
		flex-wrap: wrap;
	}
	.box6 .box-c{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.box6 .box-c .r .title{
		font-size: 30px;
	}
	.box6 .box-c .l{
		width: 100%;
		margin-top: 40px;
	}
}
@media (max-width:768px) {
	.box1 .box-c .l{
		display: none;
	}
	.box1 .box-c{
		padding: 11px;
	}
	.box1 .box-c .r .c-btn,
	.box1 .box-c .r .submit{
		width: 70px;
	}
	.box1 .box-c .r .input{
		padding: 0 10px;
		font-size: 12px;
	}
	.box1 .box-c .r .pic-box li{
		width: 18%;
	}
	.box4 .box-c li{
		width: 100%;
		margin-bottom: 30px;
	}
	.box4 .box-c ul{
		flex-wrap: wrap;
	}
}
@media (max-width:500px) {
	.box2 .box-c ul{
		flex-wrap: wrap;
	}
	.box2 .box-c ul li{
		width: 48%;
		max-width: 48%;
		margin-bottom: 25px;
	}
	.box3 .box-c .r li, .box3 .box-c .r i{
		width: 48%;
	}
	.box3 .box-c .r li .pic img{
		height: 100px;
	}
	.box3 .box-c .r{
		margin: 0 10px;
	}
	.box6{
		padding: 60px 0;
	}
	.box6 .box-c .r .title{
		font-size: 26px;
	}
	.box6 .box-c .r .text-box{
		padding: 20px;
	}
	.box2 .box-c ul li .text-title{
		font-size: 16px;
	}
	.box1 .box-c .r .pic-box{
		padding: 10px;
	}
	.box1 .box-c .r .pic-box li{
		width: 23.5%;
	}
	.box3{
		padding-top: 0;
	}
}


.float-contact-textarea.empty:hover, .float-contact-textarea.nonempty{
	width: 30vw;
	height: 30vh;
}

.float-contact-textarea{
	min-width: 20vw;
	width: 100%;
}