@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #0064AD;
}
.bgcolor,.hvbgcolor:hover{
	background: #0064AD;
	color: #fff;
}
.head,.head_height{
	height: 94px;
}
.head{
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	border-bottom: 1px solid #E6E6E6;
}
.logo{
	display: inline-block;
	height: 60px;
}
.nav{
	margin-left: 4%;
	justify-content: center;
}
.nav li{
	position: relative;
}
.nava{
	display: block;
	height: 94px;
	line-height: 94px;
	padding: 0 30px;
	color: #333333;
	border-bottom: 3px solid rgba(0,0,0,0);
	font-size: 16px;
	font-weight: 600;
}
.nav li.active .nava,.nav li:hover .nava{
	border-bottom: 3px solid #0064AD;
	color: #0064AD;
}
.nav li.active .nava::after,.nav li:hover .nava::after{
	width: 6px;
	height: 6px;
	content: "";
	background: #0064AD;
	transform:rotate(45deg);
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: 1px;
}
.navhide{
	width: 140px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 5px 0;
}
.nav li:hover .navhide,
.hdra3:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.hdra3 .navhide{
	width: 90px;
	margin-left: -50px;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 7px 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #0064AD;
}
.hdr{
	position: relative;
}
.hdra{
	height: 94px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.hdrhide{
	position: absolute;
	right: 0;
	top: 100%;
	width: 350px;
	display: none;
	z-index: 8;
}
.hdrhide input{
	width: 100%;
	height: 55px;
	background: #fff;
	border: 1px solid #E6E6E6;
	padding: 0 18px;
}
.hdrhide button{
	width: 55px;
	height: 55px;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
}
.hdrbox a{
	line-height: 30px;
	padding: 0 15px;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	background: #0064AD;
	margin-left: 40px;
	font-size: 14px;
}
.foot{
	background: #0064AD;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}

.foot .ftlwrbox{
	line-height: 40px;
}

.foot .ftlwrbox p img {
	width: 20px;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}

.ff {
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.bottom-menu {
	font-size: 16px;
	gap: 50px;
}

.ft{
	padding: 20px 0;
}
.fb{
	padding: 20px 0;
	background: rgba(0,0,0,.1);
}
.ftr{
	/* width: 25.5%; */
	margin-left: 10%;
}
.ftla{
	text-align: center;
	/* margin-right: 40px; */
}
.ibg{
	background: #FFFFFF;
	padding: 0 0 50px 0;
}
.it{
	position: relative;
	display: flex;
	align-items: flex-start;
	z-index: 9;
	margin-top: -59px;
}
.itl{
	width: 160px;
}
.itr{
	flex: 0;
	flex-grow: 1;
	background: url(../images/itrbg.png) no-repeat right bottom #0064AD;
	background-size: 100%;
	padding: 18px 3%;
	color: #fff;
	margin-left: -10px;
	margin-top: 20px;
}
.itrla{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 5px 0;
}
.itrla p{
	margin: 0 25px;
}
.itrla span{
	display: inline-block;
	padding: 4px 12px;
	background: #fff;
	color: #D83E3C;
	border-radius: 4px;
}

.banner-cont {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.banner-cont h2 {
	font-size: 30px;
	color: #0069B0;
	font-weight: normal;
	margin-bottom: 15px;
}

.banner-cont h1 {
	font-size: 60px;
	color:#0069B0;
}

.banner-cont span{
	display: inline-block;
	margin-top: 50px;
	background: #FFFFFF;
	border-radius: 50px;
	font-size: 14px;
	color: #0064AD;
	padding: 8px 8px 8px 15px;
}

.banner-cont span i {
	border-radius: 50%;
	background: #0064AD;
	color: #FFFFFF;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: 10px;
}

.itrr{
	margin-left: 25%;
}
.itrr a:hover,.i3topr a:hover{
	opacity: .85;
}
.i1{
	background: url(../images/i1bg.jpg) no-repeat bottom right #fff;
	background-size: 100%;
	padding-bottom: 30px;
	padding-right: 20%;
}

.about {
	background: url(../images/9.png) no-repeat top right #fff;
	background-size: 100%;
    margin-top: -50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: hidden;
    z-index: 999;
    position: relative;
	padding: 80px 0;
}

.i1br {
	border: 10px solid rgba(0, 105, 176, .1);
	padding-left: 30px;
	margin-top: 30px;
	border-radius: 20px;
}

.i1br img {
	margin: -40px -80px 0 0;
}

.i1box{
	background: #fff;
	padding: 50px;
}
.itopt{
	display: inline-block;
	position: relative;
}
.itopt h2{
	font-size: 42px;
	position: relative;
	z-index: 9;
}

.itopt h2 span {
	color: #0064AD;
}

.itopt h2 i{
	color: #0064AD;
	/* width: 150px;
	height: 10px;
	background: linear-gradient(to left, rgba(212,62,60, 0), rgba(212,62,60, 1));
	display: block;
	margin-top: -8px; */
}
.i1txt p{
	padding: 5px 0;
}
.morea{
	height: 38px;
	line-height: 38px;
	background: #0064AD;
	color: #fff;
	display: inline-block;
	padding: 0 10px 0 25px;
	border-radius: 50px;
}

.morea span {
	border-radius: 50%;
	background: #FFFFFF;
	color: #0064AD;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: 15px;
	font-weight: bold;
}

.morea:hover{
	opacity: .85 !important;
	color: #fff;
}
.bdrls{
	border-radius: 14px;
}
.i2a{
	display: block;
	padding: 50px 20px;
	text-align: center;
	color: #fff;
}
.i3l,.i3r{
	width: 49%;
	background: #fff;
	padding: 40px 25px 25px 25px;
}
.i3lwa{
	display: flex;
	align-items: center;
	padding: 7px 0;
	position: relative;
	z-index: 9;
}
.i3lwa p{
	margin: 0 25px 0 15px;
}
.i3lwa i{
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #DDDDDD;
	border: 2px solid #fff;
	transition: .25s;
}
.i3lwa:hover i{
	width: 12px;
	height: 12px;
	border: 4px solid #0064AD;
	background: #fff;
}
.i3lw{
	position: relative;
}
.i3lw::after{
	height: 100%;
	border-left: 1px dashed #EBECED;
	position: absolute;
	left: 5px;
	top: 0;
	content: "";
}
.i3ra{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EBECED;
	padding: 27px 30px;
	transition: 0s;
}
.i3ra:last-child{
	border-bottom: 0;
}
.i3rar span{
	background: rgba(0,100,173,.05);
	border-radius: 6px;
	display: inline-block;
	padding: 10px 25px;
	color: #0064AD;
}
.i3ra:hover{
	background: #0064AD;
	color: #fff;
	border-radius: 12px;
}
.i3ra:hover .i3rar span{
	background: #D83E3C;
	color: #fff;
}
.i3ra:hover .i3ral span{
	color: #fff;
}
.i3ra:hover .i3rar span img{
	filter: grayscale(100%) brightness(500%);
}
.i4{
	background: #fff;
	padding: 40px 25px;
}
.i4a_a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,100,173,.05);
	border-radius: 10px;
}
.i4a_a img{
	display: block;
	max-width: 85%;
	max-height: 85%;
}
.i4a_a:hover{
	background: #fff;
	box-shadow: 3px 3px 10px 1px rgba(0,100,173,0.2);
}

/* 专家介绍 */
.export {
	background: url(../images/10.png) no-repeat top right #fff;
	background-size: cover;
    overflow: hidden;
    z-index: 999;
    position: relative;
	padding: 80px 0;
	border-radius: 40px;
}

.export .more {
	color: #0064AD;
}

.export .more img {
	height: 10px;
	margin-left: 10px;
}

.export .i2boxl {
	position: relative;
}

.export .gallery-thumbs {
	width: 90%;
}

.export .gallery-thumbs img{
	width: 100%;
}

.export .swiper-slide {
	border: 4px solid transparent;
	border-radius: 20px;
}

.export .swiper-slide-thumb-active {
	border: 4px solid #0069B0;
}
.export .swiper-button-next, .swiper-button-prev {
	width: 44px;
	height: 44px;
	background-size: 44px 44px;
}

.export .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/left_big.png);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/right_big.png);
}

/* 新闻中心 */
.articles {
	background: url(../images/new_bg.png) no-repeat top right #fff;
	background-size: cover;
    overflow: hidden;
    z-index: 999;
    position: relative;
	padding: 80px 0;
	border-radius: 40px;
}

.articles .list {
	margin-top: 40px;
	flex-wrap: wrap;
}

.articles .list a {
	width: calc(33% - 31px);
	padding: 50px 40px;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 20px;
}

.articles .list .more {
	color: #0064AD;
}

.articles .list .more img {
	height: 10px;
	margin-left: 10px;
}

.articles .list a:hover {
	background: rgba(0, 100, 173, .79);
	color: #fff;
	border-radius: 12px;
}

.articles .list a:hover .color333,.articles .list a:hover .color666,.articles .list a:hover .more{
	color: #fff;
}

.articles .list a:hover .more img {
	filter: grayscale(100%) brightness(500%);
}

/* 质控标准 */
.quality {
	background: url(../images/8.png) no-repeat top right #fff;
	background-size: cover;
    overflow: hidden;
    z-index: 999;
    position: relative;
	padding: 80px 0;
	border-radius: 40px;
}

.quality .list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}

.quality .list a {
	width: calc(50% - 10px); /* 一行显示两个元素 */
	margin-bottom: 20px; /* 三行效果通过后续内容自然形成 */
	background: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	padding: 30px 25px;
	transition: all .5s;
}

.quality .list a .color333, .quality .list a .color666 {
	transition: all .5s;
}

.quality .list a .download {
	width: 80px;
	text-align: center;
}

.quality .list a .download img{
	display: block;
	width: 40px;
	margin: 0 auto 5px;
}

.quality .list a:hover {
	margin: -5px 0 25px;
}

.quality .list a:hover .color333, .quality .list a:hover .color666 {
	color: #0064AD;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.nava{
		font-size: 15px;
		padding: 0 25px;
	}
	.banner-cont h2 {
		font-size: 20px;
	}

	.banner-cont h1 {
		font-size: 40px;
	}

	.banner-cont span {
		margin-top: 20px;
	}

	.about {
		margin-top: -20px;
	}

	.ftr{
		width: 20%;
	}
	.jt{
		height: 9px;
	}
	.i3rar span img{
		height: 16px;
	}
	.bdrls{
		border-radius: 10px;
	}

}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.nava{
		font-size: 14px;
		padding: 0 15px;
	}
	
	.logo{
		height: 50px;
	}
	.hdra img{
		height: 20px;
	}
	.hdrbox a{
		line-height: 40px;
		padding: 0 20px;
	}
	.head,.head_height{
		height: 80px;
	}
	.nava{
		height: 80px;
		line-height: 80px;
	}
	.hdra{
		height: 80px;
	}
	.flogo img{
		height: 50px;
	}
	.ftla{
		margin-right: 20px;
	}
	.i3ra{
		padding: 20px;
	}
	.i3rar span{
		padding: 6px 15px;
	}
	.bdrls{
		border-radius: 8px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.bdrls{
		border-radius: 6px;
	}

	.about .disflex {
		display: block;
	}

	.bottom-menu {
		display: none;;
	}

	.about .i1br {
		display: none;
	}

	.articles .list a {
		width: 100%;
	}

	.quality .list a {
		width: 100%;
	}

}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ft{
		padding: 25px 0 15px 0;
	}
	.flogo{
		display: flex;
		justify-content: center;
	}
	.flogo img{
		height: 45px;
	}
	.ftlwbox{
		justify-content: center;
	}
	.ftla{
		margin: 0 10px;
	}
	.ftlwr{
		width: 100%;
		text-align: center;
	}
	.ftlwr p{
		text-align: center;
	}
	.ftr{
		width: 50%;
		margin: 15px auto 0 auto;
	}
	.fb{
		text-align: center;
		padding: 15px 0;
	}
	.bdrls{
		border-radius: 4px;
	}
	.ibg{
		padding-top: 15px !important;
	}
	.bnimg{
		min-height: 140px;
	}
	.it{
		display: block;
		margin: 0;
	}
	.itl{
		display: none;
	}
	.itr{
		margin: 0;
		display: block;
		padding: 15px;
	}
	.itrla span{
		font-size: 12px;
		padding: 3px 8px;
	}
	.itrla p{
		margin: 0 12px;
		font-size: 13px;
	}
	.itrr{
		margin: 0;
		margin-top: 10px;
		text-align: center;
	}
	.itopt i{
		width: 100px;
		height: 5px;
		margin-top: -3px;
	}
	.i1{
		padding: 0;
	}
	.i1box{
		padding: 20px;
	}
	.morea{
		/* padding: 5px 20px; */
		font-size: 13px;
	}
	.i1br img{
		/* height: 35px; */
	}
	.i2a{
		padding: 20px;
	}
	.i2a h2{
		line-height: 1.5;
	}
	.i3l,.i3r{
		width: 100%;
		padding: 20px;
	}
	.i3lwa p{
		margin: 0 15px 0 10px;
		font-size: 14px;
	}
	.i3ra{
		padding: 10px 10px;
	}
	.i3ra:hover{
		border-radius: 4px;
	}
	.i3rar span{
		font-size: 13px;
		padding: 2px 12px;
	}
	.i3rar span img{
		height: 12px;
	}
	.i4{
		padding: 20px;
	}
	.i4a{
		width: 100%;
	}
	.itopt h2 {
		font-size: 24px;
	}
	.banner-cont h2 {
		font-size: 14px;
	}

	.banner-cont h1 {
		font-size: 20px;
	}
	.banner-cont span {
		padding: 4px 4px 4px 8px;
	}

	.gap50 {
		gap: 20px;
	}

	.about,.quality,.articles,.export {
		padding: 30px 0;
	}

	.articles .list a {
		padding: 30px 20px;
	}
}