* {
	margin: 0;
	padding: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

a {
	text-decoration: none;
	color: inherit;
}

input {
	border: none;
	outline: none;
}

html {
	font-size: 16px;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

img {
	width: 100%;
	height: 100%;
}

button {
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	/* 添加其他样式 */
}

html,
body {
	position: relative;
	height: 100%;
}

.swiper {
	width: 100%;
	height: 100%;
}

/* 顶部 */
.top_header {
	width: 100%;
	background-color: #F8F8F8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border: 1px solid #F5F5F5;
}

/* 顶部标题 */
.top_header .head {
	/* width: 80%; */
	max-width: 1920px;
	height: auto;
	margin: auto;
}

@media screen and (max-width: 1920px) {

	.top_header .head {
		width: 80%;
		margin: auto;
	}
}

.top_header .head .slogan {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_header .head .slogan .title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
}

.top_header .head .slogan .phone {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_header .head .slogan .phone img {
	width: 19px;
	height: 18px;
}

.top_header .head .slogan .phone span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	margin-left: 15px;
}

/* 导航栏 */
.top_header .navbar {
	width: 100%;
	height: 90px;
	background-color: #FFFFFF;
}

.top_header .navbar .nav {
	max-width: 1920px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}

@media screen and (max-width: 1920px) {

	.top_header .navbar .nav {
		width: 80%;
	}
}

.top_header .navbar .nav .logo {
	width: 126px;
	height: auto;
}

.top_header .navbar .nav .logo img {
	width: 100%;
	height: 100%;
}

.top_header .navbar .nav .column {
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 780px;
	justify-content: space-between;
	width: 100%;
}

.top_header .navbar .nav .column li {
	display: inline-block;
	height: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 90px;
	/* margin-right: 88px; */
	position: relative;
}

.top_header .navbar .nav .column li:last-child {
	margin-right: 0;
}

.top_header .navbar .nav .column .check{
	color: #009C41;
}

.top_header .navbar .nav .column .check::after{
	content: '';
	width: 30px;
	height: 3px;
	background: #009C41;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.top_header .navbar .nav .language {
	width: 150px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 13px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
}

.top_header .navbar .nav .language .select {
	color: #009C41;
}


/* 第一屏 */

/* banner图 */


.first_screen .banner {
	margin-top: 140px;
	height: 85vh;
}

.first_screen .banner_swiper {
	width: 1920px;
	min-width: 1920px
}

@media screen and (max-width: 1920px) {

	.first_screen .banner_swiper {
		width: auto;
		min-width: 1200px;
		height: 85vh;
	}
}

.first_screen .banner_swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.first_screen .banner_swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.model {
	height: 100vh !important;
	overflow: hidden;
}

.model .m_title {
	margin-bottom: 6vh;
	margin-top: 14.5vh;
}

.model .m_title .headline {
	display: flex;
	align-items: center;
	justify-content: center;
}

.model .m_title .headline span {
	display: inline-block;
	width: 100px;
	height: 1px;
	background: #E5E5E5;
	margin: 0 16px;
}

.model .m_title .headline div {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #313131;
}

.model .m_title .subhead {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	text-align: center;
	margin-top: 24px;
}


/* 关于和康源 */
.hky_about .about {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: auto;
}

.hky_about .about .image_drawing {
	width: 402px;
	height: 602px;
	border-radius: 10px;
	overflow: hidden;
}

.hky_about .about .image_drawing img {
	width: 100%;
	height: 100%;
}

.hky_about .about .message {
	flex: 1;
	margin-left: 50px;
}

.hky_about .about .message .word {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626262;
	line-height: 26px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.hky_about .about .message .plate {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hky_about .about .message .plate .block {
	width: 360px;
	height: 124px;
	background: #F8F8F8;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 28px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 29px;
}

.hky_about .about .message .plate .block:nth-child(2n) {
	margin-right: 0;
}

.hky_about .about .message .plate .block img {
	width: 42px;
	height: 44px;
}

.hky_about .about .message .plate .block .text {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	margin-left: 30px;
	min-width: 200px;
}

.hky_about .about .message .plate .block .text span:first-child {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
}

.hky_about .about .message .plate .block .text span:last-child {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
}

.hky_about .about .message .plate .block.check {
	background: #009C41;
	border: none;
}

.hky_about .about .message .plate .block.check .text span {
	color: #FFFFFF;
}

@media screen and (max-width: 1440px) {
    .hky_about .about{
        transform: scale(0.8);
        margin-top: -60px;
    }
}


/* 和康源企业文化 */
.hky_culture .m_title .headline div,
.hky_culture .m_title .subhead {
	color: #FFFFFF !important;
}

.hky_culture {
	background: url(/template/default/static/img/en/index/10.jpg) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.hky_culture .about {
	width: 1200px;
	height: 150px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30vh;
	position: relative;
	padding: 0 85px;
	box-sizing: border-box;
}

.hky_culture .about::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #07A359;
	left: 0;
	top: calc(50% - 1.5px);
	z-index: -1;
}

.hky_culture .about .cube {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.hky_culture .about .cube .img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.hky_culture .about .cube .img img {
	width: 100%;
	height: 100%;
}

.hky_culture .about .cube .word {
	width: 230px;
	padding: 21px;
	background: #E5E5E5;
	border-radius: 10px;
	box-sizing: border-box;
	position: absolute;
}

.hky_culture .about .cube:nth-child(2n-1) {
	flex-direction: column-reverse;
}

.hky_culture .about .cube:nth-child(2n-1) .word {
	background: url(/template/default/static/img/en/index/16.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 37px;
	bottom: 100px;
}

.hky_culture .about .cube:nth-child(2n) .word {
	background: url(/template/default/static/img/en/index/17.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 37px;
	top: 100px;
}

.hky_culture .about .cube .word div:first-child {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #313131;
	text-align: center;
}

.hky_culture .about .cube .word div:last-child {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	line-height: 22px;
	text-align: center;
	margin-top: 14px;
}

.hky_culture .btn {
	width: 170px;
	height: 45px;
	border: 2px solid #FFFFFF;
	border-radius: 23px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	margin: 210px auto 0;
}

.hky_honor .desc {
	max-width: 1200px;
	margin: 60px auto 50px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626262;
	line-height: 24px;
}

.hky_honor .box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.hky_honor .honor_swiper {
	height: auto;
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.hky_honor .honor_swiper .swiper-wrapper{
	width: 1060px;
}

.hky_honor .honor_swiper .swiper-slide {
	height: 289px;
	border-radius: 10px;
}

.hky_honor .honor_swiper .swiper-button-next,
.hky_honor .honor_swiper .swiper-button-prev{
	width: 30px;
	height: 60px;
	background: #F5F5F5;
	border-radius: 5px;
	color: #999999;
}

.hky_honor .honor_swiper .swiper-button-next::after,
.hky_honor .honor_swiper .swiper-button-prev::after{
	font-size: 18px;
}

.hky_honor .honor_swiper .swiper-button-next {
	right: 0;
}


.hky_honor .honor_swiper .swiper-button-prev {
	left: 0;
}

.hky_honor .box .pagination{
	margin: 50px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hky_honor .box .pagination div{
	width: 28px;
	height: 3px;
	background: #E5E5E5;
	border-radius: 2px;
	margin: 0 3px;
}

.hky_honor .box .pagination .check{
	background: #F69F2B;
}

.hky_honor .btn{
	width: 170px;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #07A359;
	border-radius: 23px;
	margin: 70px auto 0;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #07A359;
	line-height: 45px;
	text-align: center;
}

.hky_contact .m_title .headline div,
.hky_contact .m_title .subhead {
	color: #FFFFFF !important;
}

.hky_contact {
	background: url(/template/default/static/img/en/index/26.jpg) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.hky_contact .flex{
	flex: 1;
}

.hky_contact .card{
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 60px auto 0;
}

.hky_contact .card>div{
	width: 373px;
	height: 149px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hky_contact .card .img{
	width: 59px;
	height: 67px;
	margin-right: 30px;
}

.hky_contact .card .cont{
	flex: 1;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	line-height: 24px;
	flex-direction: column;
}

.hky_contact .card .cont div:last-child{
	font-size: 16px;
	color: #AAAAAA;
	margin-top: 20px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.hky_contact .card .check{
	background: #F69F2B;
}

.hky_contact .card .check div{
	color: #FFFFFF !important;
}

.hky_contact .btn{
	width: 170px;
	height: 45px;
	border: 2px solid #FFFFFF;
	border-radius: 23px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	margin: 50px auto 0;
}

.footer {
	width: 100%;
	height: auto;
	background: #000;
}

.footer .cont {
	width: 1200px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.footer .cont .logo {
	width: 86px;
	height: auto;
	margin: auto 0;
	margin-right: 20px;
}

.footer .cont .nav {
	background: #000;
	color: #FFFFFF;
	width: auto;
	height: auto;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	border-right: .0625rem dotted #3F3F3F;
	padding: 0 50px;
}

.footer .cont .nav li {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C3C3C3;
	line-height: 20px;
	margin-top: 20px;
	max-width: 255px;
}

.footer .cont .contact {
	width: auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C3C3C3;
	line-height: 20px;
	width: 260px;
	padding: 0 50px;
	margin-right: 10px;
}

.footer .cont .contact div {
	margin-top: 25px;
}

.footer .cont .contact div:first-child {
	margin: 0;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}

.footer .cont .ewm {
	width: 90px;
	height: auto;
	margin: auto 0;
}

.footer .cont .ewm img {
	width: 100%;
}

.footer .cont .ewm div {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 15px auto;
	text-align: center;
}

.footer .bottom {
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 30px;
	margin: 0 auto;
	color: #FFFFFF;
}

@media screen and (max-width: 1440px) {
    .hky_contact .card{
        transform: scale(0.8);
        margin-top: -20px;
    }
    .hky_contact .btn{
        margin-top: 30px;
    }
    .footer .cont{
        padding: 20px 0;
    }
    .footer .cont .nav li {
        margin-top: 11px;
    }
    .footer .bottom{
        padding: 20px 0;
    }
}
