body{
    overflow-x: hidden;
    position: relative;
	font-family:"微软雅黑","思源黑体","黑体";
	font-size: 16px;
	max-width: 1920px;margin-left: auto;margin-right: auto;
	background: #fff;
}
* {
    margin: 0;
    padding: 0;
    -webkit-appearance: none; /*去掉浏览器默认样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
}
h1,h2{
	font-family:"微软雅黑","思源黑体","黑体";position: relative;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a:active,a:link,a:focus,a:visited{
    text-decoration: none;
}
input,
textarea,
select,
button {
	border: 0;
	outline: none;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.wrapper {
    width: 1816px;margin: 0 auto;
}
.col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.btn1{
	color: #FFFFFF;
	font-size: 16px;
	background:  #006abb;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden; 
	transition: all .3s;
	width: 160px;
	height: 46px;
	line-height: 43px;
	border-radius: 0;
	font-size: 18px;
	border-radius: 0px;
	border: 1px solid  #006abb;
	border-radius: 20px;
	text-align: center;
}
.btn1:hover{
	outline: 0;
	color:  #fff;
	background:#da251e;border: 1px solid  #da251e;
}
.btn1:hover::after{
	width: 100%;
}
.btn1::after{
	content: "";position: absolute; left: 0; bottom: 0; width: 0; height: 100%;background: #da251e;transition: all 0.3s ease-in-out;z-index: -1;
}
@media ( min-width : 768px) {
	.col-sm-5th {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 992px) {
	.col-md-5th {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 1200px) {
	.col-lg-5th{
		width: 20%;
		float: left;
	}
}
@font-face {
    font-family: 'CircularStd-Book';
    src: url('../fonts/CircularStd-Book.eot');
    src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircularStd-Book.woff2') format('woff2'),
        url('../fonts/CircularStd-Book.woff') format('woff'),
        url('../fonts/CircularStd-Book.ttf') format('truetype'),
        url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.flex{
    display: flex;
	display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}
#menu{
    display: none;z-index: 555;
}
#menu.mm-opened,#caidan.mm-opened {
    display: block;
}
.mobile-bar{
	display: none;
}
.pc_none{
	display: none !important;
}
/* header */
.header-bottom{
	background: #fff;z-index: 555;
}
.header-bottom.affix {
    width: 100%;z-index: 555 !important;position: fixed !important;top: 0;left: 0;background: #fff;box-shadow: 0px 0px 26px 0px #e5e5e5;
}
.header-top{
	background-color: #006abb;color: #Fff;
}
.htop-box{
	justify-content: flex-end;
}
.htop-box li{
	margin-right: 35px;
}
.htop-box li:last-child{
	margin-right: 0;
}
.htop-box li a,.htop-box li{
	color: #Fff;font-size: 16px;line-height: 40px;
}
.lanbox img{
	width: 19px;height: auto;margin-right: 8px;
}
.mobile_block{
	display: none;
}
.lanbox{
	display: flex;align-items: center;
}
.hb-box h1{
	margin-top: 0;margin-bottom: 0;
}
.hb-box{
	align-items: center;justify-content: space-between;
}
#search-bg{
	position: relative;
}
.search-btn{
	position: absolute;right: 10px;top: 12px;background: transparent;    color: #777777;
}
#search-bg input{
	width: 330px;height: 46px;background-color: #f4f4f4;border-radius: 8px;padding: 10px 20px;font-size: 16px;color: #b5b5b5;
}
header .navlist >li>a{
	font-size: 22px;color: #016abb;line-height: 110px;display: inline-block;position: relative;
}
header .navlist >li>a::after{
	position: absolute;right: -14px;
    top: 48px;content: "\f0d7";font: normal normal normal 14px / 1 FontAwesome;
}
header .navlist >li{
	padding-left: 26px;padding-right: 26px;display: inline-block;position: relative;
}
header .navlist >li >a::before{
	content: "";position: absolute; left: 0; bottom: 1px; width: 0; height: 2px;background:#016abb;transition: all 0.3s ease-in-out;
}
header s.navlist >li> a:hover::before{
	width: 100%;
}
header .navlist >li > .sub-menu {
    text-align: left;position: absolute;top: 110px;background: #ffffff;color: #1d1d1d;width: 220px; box-shadow: 0 2px 3px rgba(0,0,0,0.1);z-index: 111;    border-radius: 10px;
}
header .navlist .sub-menu li,.navlist .sub-menu li a{
	display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;position: relative;transition: all .4s;
}
header .navlist .sub-menu li:hover{
	transition: all .4s; background: #7ec1f5;
}
header .navlist .sub-menu li:hover > a{
	color:#fff !important;
}
header .navlist .sub-menu li a{
	font-size: 20px;line-height: 50px;padding: 0px 30px;
}
header .navlist .sub-menu .sub-menu{
	    box-shadow: 1px 0px 25px rgba(0, 0, 0, 0.05);margin: 0;padding: 0;position: absolute;top: 0;left:10%;overflow: hidden;text-align: left;min-width: 220px;opacity: 0;display: block;    transition: 0.5s;visibility: visible;border-radius: 8px;background: #fff;
}
header .navlist .sub-menu > li:hover .sub-menu{
	opacity: 1;left: 100%;
}
header .sub-menu{
	display: none;
}
header .navlist >li:hover >.sub-menu {
    display: block;
}
.mobile-search #search-bg{
	z-index: 5; display: none;position: absolute;width: 100%;left: 0;right: 0;background: #6a1571;padding: 15px;
}
.mobile-search #search-bg input{
	width: 100%;padding: 2px 10px;
}
.mobile-search #search-bg .search-btn{
	bottom: 17px;
}
.mobile-search #search-bg .fa-search{
	color: #111;
}
.mobile-search .fa-search{
	color: #006abb;
}
.mobile-search{
	margin-right: 15px;
}
.mobile-item{
	display: flex;align-items: center;
}
.mobile_block i::before{
	font-size: 18px;
}
.htop-group{
	position: relative;z-index: 666;
}
.lan-item{
	    position: absolute;
	    right: 0;
	    top: 40px;
	    background: #006abb;display: none;
}
.lan-item.open{
	display: block;
}
.lanbox a,.lanbox span{
	position: relative;
}
.lan-item li{
	margin-right: 0;
}
.lan-item a{
	    color: #fff;
	    padding: 0px 20px;
	    line-height: 30px;font-size: 14px;
}
.ht-pc-none{
	display: none;
}
/* banner */
.dt-img{
	width: 400px;height: 263px;overflow: hidden;border-radius: 14px;
}
.dt-img img{
	 width: 100%; height: 100%; object-fit: cover; object-position: left;transition: all .4s;
}
.dt-img:hover img{
	transition: all .4s;transform: scale(1.05);
}
.dt-text h3{
	font-size: 20px;font-weight: bold;line-height: 28px;color:#fff;margin-top: 0;margin-bottom: 0;
}
.dt-text svg{
	width: 44px;height: 44px;background: #006abb;border-radius: 50%;padding: 12px;transition: all .4s;
}
.aright{
	width: 80px;height: 80px;background: #006abb;border-radius: 50%;padding: 24px;transition: all .4s;
}
.dt-box:hover svg,.aright:hover{
	transition: all .4s;background: #da251e;
}
.dt-box{
	position: relative;overflow: hidden; border-radius: 14px;
}
.dt-text{
	position: absolute;left: 0;right: 0;bottom: 0;    display: flex; align-items: center;justify-content: space-between;padding: 16px 35px;    background: linear-gradient(0deg, #00000096, transparent);
}
.t-box{
	text-align: center;color: #016abb;margin-bottom: 45px;
}
.t-box p{
	font-family:"CircularStd-Book";font-size: 16px;margin-top: 12px;
}
.t-box h2{
	font-size: 48px;font-weight: bold;
}
.dt-content{
	position: relative;
}
.hdt .swiper{
	max-width: 1590px;margin-left: auto;margin-right: auto;
}
.swiper{
	overflow: hidden;position: relative;
}
.dt-prev,.dt-next,
.ban-prev,.ban-next{
	width: 56px;height: 56px;box-shadow: 0px 16px 81px 0px rgba(0, 0, 0, 0.15);border-radius: 50%;background: #fff;transition: all .4s;
}
.dt-prev:hover,.dt-next:hover,
.ban-prev:hover,.ban-next:hover{
	transition: all .4s;background: #006abb;
}
.dt-prev:hover::after,.dt-next:hover::after,
.ban-prev:hover::after,.ban-next:hover::after{
	transition: all .4s;color: #fff;
}
.dt-prev::after,
.ban-prev::after{
	content: "\f060";font: normal normal normal 14px / 1 FontAwesome;color: #777;transition: all .4s;
}
.dt-next::after,
.ban-next::after{
	content: "\f061";font: normal normal normal 14px / 1 FontAwesome;color: #777;transition: all .4s;
}
/* team */
.team{
	background:
	  radial-gradient(closest-side, #f2f7fc 100%,transparent 0) center bottom/100% 200px no-repeat,
	  linear-gradient(#f2f7fc, #f2f7fc) 0 0/100% calc(100% - 98px) no-repeat;
	/* background: #f2f7fc; */
	background:
	  -webkit-radial-gradient(closest-side, #f2f7fc 100%,transparent 0) center bottom/100% 200px no-repeat,
	-webkit-linear-gradient(#f2f7fc, #f2f7fc) 0 0/100% calc(100% - 98px) no-repeat;
	background:
		-moz-radial-gradient(closest-side, #f2f7fc 100%,transparent 0) center bottom/100% 200px no-repeat,
		-moz-linear-gradient(#f2f7fc, #f2f7fc) 0 0/100% calc(100% - 98px) no-repeat;
}
.team-img{
	width: 575px;height: 370px;overflow: hidden;border-radius: 14px;
}
.team-img img{
	 width: 100%; height: 100%; object-fit: cover; object-position: center;transition: all .4s;
}
.team-box:hover img{
	transition: all .4s;transform: scale(1.05);
}
.team-box:hover::before{
	transform: translateY(0);
}
.team-box::before{
	position: absolute;left: 0;right: 0;bottom: 0;top:0;width: 100%;height: 100%; transform: translateY(101%);transition: all 400ms ease-out;background: rgba(255, 255, 255, 0.4);content: "";z-index: 1;
}
.team-box{
	position: relative;overflow: hidden; border-radius: 14px;
}
.team-box:hover .team-text{
	top: 0;bottom: 0;transition: all .4s;
}
.team-box:hover svg{
	transform: translateY(0px);opacity: 1;transition: all .4s;
}
.team-text svg{
	opacity: 0;transition: all .4s;margin-bottom: 40px;transform: translateY(40px);
}
.team-text{
	position: absolute;left: 0;right: 0;bottom: 38px;    display: flex;align-items: center;justify-content: center;z-index: 2;flex-direction: column-reverse;transition: all .4s;
}
.team-text h3{
	font-size: 22px;line-height: 50px;margin-top: 0;margin-bottom: 0;width: 260px;text-align: center;background-color: #006abb;color:#fff;border-radius: 25px;opacity: 0.8;transition: all .4s;
}
.mright{
	width: 20px;height: auto;
}
.more{
	display: flex; align-items: center;justify-content: center; margin-top: 50px;
}

/* Certificate Honor */
.hon-content{
	position: relative;
}
.hon-content p.more{
	margin-top: 35px;
}
.htbox{
	position: absolute;right: 110px;top: 0px;
}
.hnl-img{
	width: 1060px;height: 544px;overflow: hidden;border-radius: 14px;
}
.hnl-img img{
	 width: 100%; height: 100%; object-fit: cover; object-position: center;transition: all .4s;
}
.hnl-box:hover img{
	transition: all .4s;transform: scale(1.05);
}
.hnl-box{
	overflow: hidden;border-radius: 14px;position: relative;
}
.hnl-text{
	position: absolute;bottom: 0;padding: 36px 50px;left: 0;right: 0;background: rgba(0,106,187,95%);
}
.hnl-text h3{
	font-size: 22px;color: #fff;line-height: 48px;margin-top: 0;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;transition: all .4s;
}
.hnr-list:hover h3 a{
	color:#006abb;
}
.hnl-text p{
	color: #fff;font-size: 16px;line-height: 28px;margin-bottom: 0;
}
.hnr-list h3{
	margin-top: 0;margin-bottom: 0;
}
.hnr-list h3 a{
	display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;font-size: 22px;line-height: 32px;color: #222222;  border-left: 1px solid #cacaca;
    padding-left: 20px;margin-left: 24px;
}
.hnr-list p{
	display: flex;align-items: center;color: #888888;font-size: 16px;line-height: 26px;    flex-direction: column;margin-bottom: 0;min-width:70px;
}
.hnr-list{
	display: flex;align-items: center;background-color: #f9f9f9;
	border-radius: 14px;padding: 30px 35px;margin-bottom: 16px;
}
.hnr-list:last-child{
	margin-bottom: 0;
}
.hnr-list span{
	display: block;font-size: 22px;
}
/* Patient Health */
.heal-img{
	width: 425px;height:250px;overflow: hidden;border-radius: 14px 14px 0 0;position: relative;z-index:5;
}
.heal-img img{
	 width: 100%; height: 100%; object-fit: cover; object-position: center;transition: all .4s;
}
.heal-box svg{
    position: absolute;    margin-left: auto;
    top:20%;
    left: 50%;
    transform: translate(-50%, 20%);
    margin-right: auto;transition: all .4s;opacity: 0;z-index: 5;
}
.heal-box:hover img{
	transition: all .4s;transform: scale(1.05);
}
.heal-box:hover svg{
	transition: all .4s;opacity:1;transform: translate(-50%, 0%);
} 
.heal-box{
	overflow: hidden;border-radius: 14px;position: relative;background-color: #f7f7f7;/* border-bottom: 8px solid #006abb; */
}
.heal-box:hover p,.heal-box:hover h3{
	color:#fff !important;    z-index: 5;
    position: relative;transition: all .4s;
}
.heal-text::before{
	position: absolute;left: 0;right: 0;bottom: 0;top: 0;width: 100%;height: 100%;transform: translateY(98.5%);transition: all 400ms ease-out;background: #006abb;content: "";z-index: 1;
}
.heal-box:hover .heal-text::before{
	transform: translateY(0);
}
.heal-text p{
	font-size: 16px;line-height: 30px;color: #888888;transition: all .4s; z-index: 5;
    position: relative;
}
.heal-text h3{
	margin-bottom: 0;color: #222222;text-decoration: underline;font-size: 22px;line-height: 32px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;transition: all .4s; z-index: 5;
    position: relative;
}
.heal-text{
	padding: 45px 40px 60px 40px;
}
/* Activity Display */
.cul-content{
	position: relative;
}
.cul-img{
	width: 420px;height:280px;overflow: hidden;border-radius: 14px ;
}
.cul-img img{
	 width: 100%; height: 100%; object-fit: cover; object-position: center;transition: all .4s;
}
.cul-content .swiper-slide{
	overflow: hidden;border-radius: 14px ;
}
.cul-img:hover img{
	transition: all .4s;transform: scale(1.05);
}
.cul-content .swiper{
	overflow: hidden;border-radius: 14px ;
}
.cul-content .swiper-pagination{
	text-align: center;width: 100%;margin-top: 40px;position: relative;
}
.cul-content .swiper-pagination-bullet{
	width: 10px;height: 6px;margin-left: 4px;margin-right: 4px;border-radius: 20px;
}
.cul-content .swiper-pagination-bullet-active{
	width: 40px;background-color: #006abb;
}
.culture{
	  background: radial-gradient(50% 80px at center bottom, #111e4b 102%,#f2f7fc 0) center bottom;
	  background:-webkit-radial-gradient(50% 80px at center bottom, #111e4b 100%,#f2f7fc 0) center bottom;
	  /* background:#f2f7fc; */
}
/* footer */
footer{
	background: #111e4b;padding-bottom: 60px;color: #ffffff;position: relative;top: -1px;color: #ffffff;
}
.ft-list h4{
	font-size: 16px;line-height: 48px;color: #ffffff;
}
.ft-list li a,.ft-list li,.ft-list p a{
	color: #ffffff;font-size: 16px;line-height: 30px;opacity: 0.7;transition: all .4s;
}
.ft-list li a:hover,.ft-list p a:hover{
	opacity: 1;transition: all .4s;text-decoration: underline;
}
.ft-list{
	width: 40%;
}
.ft-list5{
	width: 25%;
}.ft-listadd{
	display: grid;justify-content: end;align-content: center;  align-items: center;
}
.ft-list6{
	display: grid; justify-items: stretch;align-items: start;justify-content: end;text-align: center;
}
.fcode{
	border-radius: 8px;overflow: hidden;
}
.fb-item{
	list-style: disc;padding-left: 20px;
}
.fb-item li{
	margin-right: 10px;padding-right: 20px;
}
.fb-item li:last-child{
	margin-right: 0px;padding-right: 0;
}
.fb-item li a{
	font-size: 16px;line-height: 48px;color: #ffffff;
}
.fbottom{
	margin-top: 70px;
}
.fbottom p a,.fbottom p span{
	font-size: 16px;line-height: 28px;color: #ffffff;opacity: 0.4;transition: all .4s;
}
.fbottom p a:hover{
	opacity:1;transition: all .4s;
}
.hdt,.hnews{
	margin-top: 70px;margin-bottom: 90px;
}
.team{
	padding-top: 70px;padding-bottom: 90px;
}
.culture{
	padding-top: 70px;padding-bottom: 150px;
}
.honer{
	margin-top: 48px;
}
.health{
	margin-bottom: 90px;
}.flogo img{
/*	max-width: 100px;*/height: auto;
}
/* ======responsible====== */
@media (max-width:1860px){
	.wrapper{
		width: auto;margin-left: 3%;margin-right: 3%;
	}
}
@media (min-width:1681px) and (max-width:1800px){
	
}
@media (max-width:1680px){
	header .navlist >li>a{
		font-size: 20px;
	}
	header .navlist .sub-menu li a{
		font-size: 18px;
	}
	header .navlist >li{
		padding-left: 20px;padding-right: 20px;
	}
	.t-box h2{
		font-size: 40px;
	}
	.hnr-list h3 a,.heal-text h3{
		font-size: 20px;
	}
	.heal-text {
	    padding: 35px 30px 50px 30px;
	}
	.btn1{
		font-size: 16px;
	}
}
@media (min-width:1401px) and (max-width:1680px){
	header .navlist >li>a {
	    font-size: 16px;
	}
	header .navlist .sub-menu li a{
		font-size: 15px;
	}
	#search-bg input{
		width: 300px;
	}
	.t-box h2 {
		font-size: 38px;
	}
	.aright{
		width: 65px;height: 65px;
	}
	    .hnr-list h3 a, .heal-text h3,.team-text h3,.hnl-text h3,.dt-text h3{
	        font-size: 18px;
	    }
	.heal-img{
		height: 200px;
	}
	.cul-img{
		height: 200px;
	}
}
@media (max-width:1400px){
	.aright{
		width: 65px;height: 65px;
	}
	    .hnr-list h3 a, .heal-text h3,.team-text h3,.hnl-text h3,.dt-text h3{
	        font-size: 18px;
	    }
	   header .navlist >li>a {
	        font-size: 16px;
	    }
	   header .navlist >li {
	        padding-left: 15px;
	        padding-right: 15px;
	    }
	header .navlist .sub-menu li a{
		font-size: 15px;
	}
	#search-bg input{
		width: 280px;
	}
	.dt-img{
		height: 215px;
	}
	.team-img{
		height: 300px;
	}
	.t-box h2 {
		font-size: 36px;
	}
}
@media (min-width:1201px) and (max-width:1400px){
	.dt-prev, .dt-next, .ban-prev, .ban-next{
		width: 45px;height: 45px;
	}
	.dt-text svg{
		width: 35px;height: 35px;
	}
	.heal-img{
		height: 200px;width: 350px;
	}
	    .t-box h2 {
	        font-size: 32px;margin-top: 0;
	    }
	.hon-content p.more {
	    margin-top: 25px;
	}
	.hnr-list h3 a, .heal-text h3,.team-text h3,.hnl-text h3,.dt-text h3{
	    font-size: 17px;
	}
	.cul-img{
		height: 220px;width: 380px;
	}
	.hnl-img{
		height: 500px;width: 1000px;
	}
	.hnr-list{
		padding: 25px;
	}
	    #search-bg input {
	        width: 260px;
	    }
	.hb-box img{
		max-width:280px;height:auto;
	}
}
@media (min-width:992px) and (max-width:1200px){
	.hb-box img{
		max-width: 200px;height: auto;
	}
	#search-bg input{
		width: 190px;
	}
	header .navlist >li {
	        padding-left: 10px;
	        padding-right: 10px;
	    }
	    .dt-img {
	        height: 190px;
	    }
	.dt-prev, .dt-next, .ban-prev, .ban-next{
		width: 45px;height: 45px;
	}
	    .t-box h2 {
	        font-size: 30px;margin-top: 0;
	    }
	.team-img {
	        height: 220px;        width: 400px;
	    }
	    .hnr-list h3 a,.team-text h3, .hnl-text h3, .dt-text h3 {
	        font-size: 16px;
	    }
	    .aright {
	        width: 55px;
	        padding: 18px;
	        height: 55px;
	    }
		.team-text h3{
			width: 200px;height: 40px;
		}
	.hnl-img{
		height: 400px;width: 820px;
	}
	.hnl-text{
		padding: 20px;
	}
	.hnr-list{
		padding: 18px;
	}
	.hnr-list span{
		font-size: 18px;
	}
	.hnr-list p{
		font-size: 14px;line-height: 24px;min-width: 60px;
	}
	.hnr-list h3 a{
		font-size: 14px;line-height: 26px;padding-left: 14px;
    margin-left: 14px;
	}
	.heal-img{
		height: 150px;
	}
	    .heal-text {
	        padding: 20px;
	    }
	.heal-text p{
		font-size: 14px;line-height: 20px;margin-bottom: 0;
	}
	 .heal-text h3{
		 font-size: 14px;line-height: 26px;
	 }
	 .cul-img{
		 width: 260px;height: 160px;
	 }
	 .cul-content .swiper-pagination{
		 margin-top: 20px;
	 }
	 .more{
		 margin-top: 30px;
	 }
	 .ft-listadd{
		     justify-content: center;
	 }
.flogo img{
	max-width:70px;
}
}
@media (min-width:768px) and (max-width:991px){
	.htop-box li a, .htop-box li{
		font-size: 14px;
	}
	.htop-box li {
	    margin-right: 16px;
	}
	header .navlist,.header-search{
		display: none;display: none;
	}
	.mobile_block{
		display: block;
	}
	.mobile-bar {
	    display: block;
	}
	#hamburger i{
		color: #006abb;
	}
	    .t-box h2 {
	        font-size: 28px;margin-top: 0;
	    }
	    .dt-img {
	        height: 200px;
	    }
	.team-img{
		width:320px;height: 160px;
	}
	    .team-text h3 {
	        font-size: 16px;width: 160px;height: 40px; line-height:40px;
	    }
	.team-text{
		bottom: 20px;
	}
	    .aright {
	        width: 40px;
	        height: 40px;
	        padding: 10px;
	    }
	.team-text svg{
		margin-bottom: 20px;
	}
	.htbox {
	    position: absolute;
	    right: 0;
	    top: -50px;
	}
	.btn1{
		height: 40px;
	}
	    .hnr-list h3 a, .heal-text h3,.hnl-text h3, .dt-text h3 {
	        font-size: 16px;
	    }
	.hnew-left{
		margin-bottom: 20px;
	}
	.heal-list{
		margin-bottom: 25px;
	}
	.ft-item{
		display: inherit; overflow: hidden;
	}
	.ft-list h4{
		margin-top: 0;
	}
	.ft-list{
		display: inline-block;
		    width: 33.33333%;
		    float: left;
		    vertical-align: baseline;
	}
	.ft-list6 {
	    display: grid;justify-items: stretch;align-items: start;  justify-content: start;text-align: left;
	}
	.t-box{
		margin-top: 35px;
	}
	.hdt, .hnews {
	    margin-top: 50px;
	    margin-bottom: 60px;
	}
	.team {
	    padding-top: 50px;
	    padding-bottom:50px;
	}
	.more{
		margin-top: 30px;
	}
	.health {
	    margin-bottom: 60px;
	}
	.culture {
	    padding-top: 30px;
	    padding-bottom: 130px;
	}
	.ft-listadd{
		justify-content: flex-start;
	}.flogo img{
	max-width: 70px;
}
}
@media(max-width:767px){
	.htop-box li a, .htop-box li{
		font-size: 14px;
	}
	.htop-box li {
	    margin-right: 0px;
	}
	.htop-box li a, .htop-box li{
		line-height: 28px;
	}
	header .navlist,.header-search{
		display: none;display: none;
	}
	.mobile_block{
		display: block;
	}
	.mobile-bar {
	    display: block;
	}
	#hamburger i{
		color: #006abb;
	}
	    .t-box h2 {
	        font-size: 26px;margin-top: 0;
	    }
	.htop-box{
		flex-direction: column;padding: 10px 0;
	}
	.htop-box li:nth-child(3),.htop-box li:last-child{
		display: none;
	}
	.ht-pc-none{
	display: block;padding-bottom: 15px;
}
.htop-group{
	display: flex;
	    align-items: end;
	    justify-content: space-between;
}
	.hb-box{
		padding: 10px 0;
	}
	.dt-prev, .dt-next, .ban-prev, .ban-next{
		width: 35px;height: 35px;
	}
	.team-img{
		width: 100%;
	}
	.hnr-list h3 a, .heal-text h3, .team-text h3, .hnl-text h3, .dt-text h3 {
	        font-size: 16px;
	    }
		.team-text h3{
			width: 200px;line-height: 40px;
		}
		    .aright {
		        width: 45px;
		        height: 45px;
		        padding: 10px;
		    }
	.team-list{
		margin-bottom: 25px;
	}
	.htbox{
		position: relative;right: 0;
	}
	.hnl-img{
		width: 100%;height: 350px;
	}
	.hnl-text{
		padding: 20px;
	}
	.hnl-text h3{
		line-height: 26px;
	}
	.hnl-text p{
		font-size: 14px;line-height: 18px;
	}
	.hnew-left,.equal-height{
		height: inherit !important;
	}
	.hnr-list{
		padding: 20px;
	}
	.hnew-right{
		margin-top: 25px;
	}
	.hnr-list h3 a{
		font-size: 14px;line-height:24px;    padding-left: 15px;
    margin-left: 15px;
	}
	.hnr-list span{
		font-size: 18px;
	}
	.hnr-list p{
		font-size: 12px;line-height: 20px;    min-width: 60px;
	}
	.heal-img{
		width: 100%;
	}
	.heal-list{
		margin-bottom: 25px;
	}
	.ft-item{
		    display: inherit;
		    overflow: hidden;
	}
	.ft-list{
		width: 100%; border-bottom: 1px solid;
	}
	.ft-list h4{
		line-height: 26px; position: relative;
	}
	.ft-list h4::after{
		position: absolute; content: "\f105";  right: 15px;  font: normal normal normal 14px / 1 FontAwesome !important;  top: 6px;bottom: 0px;  font-size: 14px !important;
	}
	.ft-list6 h4::after{
		display: none;
	}
	.fb-item{
		flex-direction: column;
	}
	.ft-list6 {
	    display: grid;
	    justify-items: stretch;
	    align-items: start;
	    justify-content: start;
	    text-align: left;
	}
	.ft-list ul{
		display: none;
	}
	.t-box{
		margin-bottom: 35px;
	}
	.hdt, .hnews {
	    margin-top: 50px;
	    margin-bottom: 60px;
	}
	.team {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.more{
		margin-top: 20px;
	}
	.health {
	    margin-bottom: 60px;
	}
	.culture {
	    padding-top: 50px;
	    padding-bottom: 120px;
		background: radial-gradient(50% 60px at center bottom, #111e4b 112%, #f2f7fc 0) center bottom;
		background: -webkit-radial-gradient(50% 60px at center bottom, #111e4b 112%, #f2f7fc 0) center bottom;
		background:#f2f7fc;padding-bottom: 60px;
	}
	footer{
		padding-top: 40px;
	}
	.team{
		    background: radial-gradient(closest-side, #f2f7fc 100%, transparent 0) center bottom / 100% 80px no-repeat, linear-gradient(#f2f7fc, #f2f7fc) 0 0 / 100% calc(100% - 37px) no-repeat;
			background: -webkit-radial-gradient(closest-side, #f2f7fc 100%, transparent 0) center bottom / 100% 80px no-repeat, -webkit-linear-gradient(#f2f7fc, #f2f7fc) 0 0 / 100% calc(100% - 37px) no-repeat;
			background: -moz-radial-gradient(closest-side, #f2f7fc 100%, transparent 0) center bottom / 100% 80px no-repeat, -moz-linear-gradient(#f2f7fc, #f2f7fc) 0 0 / 100% calc(100% - 37px) no-repeat;
			/* background:#f2f7fc; */
	}
	.ft-list.open ul{
		display: block;padding-bottom: 12px;
	}
	    .ft-list.open h4::after {
	        content: "\f107";
	    }
	.lan-item {
	    position: absolute;
	        left: inherit;
	        right: -20px;
	    top: 35px;
	    background: #006abb;
	}
	.flogo img{
		max-width: 70px;
	}
.ft-listadd{
	border-bottom: none;display: none;
}

}
@media(max-width:420px){
	.hb-box h1 img{
		width: 220px;height: auto;
	}
	    .team-img {
	        height: 220px;
	    }
	.heal-img{
		height: 200px;
	} 
	.hnl-img{
		height: 280px;
	}
}