body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
table,
td,
ul {
	margin: 0;
	padding: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

body,
html {
	font-size: 12px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif, "微软雅黑";
}

img {
	border: none;
	display: inline-block;
}

li {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
}

input::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 0.14rem;
}

input:-moz-placeholder {
	color: #9c9c9c;
	font-size: 0.14rem;
}

input::-moz-placeholder {
	color: #9c9c9c;
	font-size: 0.14rem;
}

input:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 0.14rem;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #333;
}

b,
em,
h1,
h2,
h3,
h4,
h5,
i,
strong {
	font-style: normal;
	font-weight: normal;
}

.main {
	width: 95%;
	margin: 0 2.5%;
}

.index_top {
	width: 100%;
	padding: 0 2%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.2rem;
	position: fixed;
	top: 0;
	z-index: 99;
}

.index_top p img {
	width: 2.5rem;
}

.index_top span img {
	width: .7rem;
	margin-right: 20px;
}

.index_top p.fr_search {
	float: right;
	margin: 0;
	margin-right: .4rem;
	display: none;
}

.index_top p.fr_search img {
	width: .25rem;
}

.drawer-toggle img {
	width: .25rem;
	margin-right: 20px;
}

.mask {
	width: calc(100% - 5rem);
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
	overflow: hidden;
}

.mask_nav {
	height: 100%;
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 5rem;
	z-index: 999;
	background: #fff;
}

.nav {
	position: relative;
	overflow: scroll;
	width: 100%;
	height: 100%;
}

.mui-fullscreen {
	background: #fff;
}

.mask {
	width: calc(100% - 5rem);
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
	overflow: hidden;
}

.mask_nav {
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 5rem;
	z-index: 999;
	background: #fff;
}

.nav_con {
	position: relative;
	overflow: scroll;
	width: 100%;
	height: 100%;
	z-index: 999
}

.nav_con .close {
	position: fixed;
	top: 5rem;
	right: 5rem;
	width: 40px;
	height: 40px;
	border-radius: 5px 0 0 5px;
	background: #fff
}

.nav_con .close img {
	width: 20px;
	height: 20px
}

.nav_con p {
	width: 100%;
	display: flex;
	flex-direction: row;
	height: 1rem;
	line-height: 1rem;
	align-items: center;
	justify-content: center
}

.nav_con .nav_logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 2rem;
	line-height: 2rem;
	font-size: 16px;
	margin-right: .5rem
}

.nav_con .nav_logo img {
	width: 3rem;
	vertical-align: middle;
	margin: 0 5px
}

.nav_con a {
	width: 100%;
	line-height: .3rem;
	color: #fff;
	font-size: .2rem
}

.nav_con>ul>li {
	color: #fff;
	width: 100%;
	line-height: .7rem;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative
}

.nav_con>ul>li>a {
	width: 100%;
	float: left;
	display: inline-block;
	line-height: .7rem;
	font-size: .32rem;
	float: left;
	padding-left: .3rem;
	margin-left: .3rem;
	color: #333;
	position: relative
}

.nav_con>ul>li>a::after {
	position: absolute;
	content: '';
	background: url(../images/arrow1.png) center center no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
	left: 3.5rem;
	top: .2rem
}

.nav_con>ul>li.open>a {
	background: #009B70;
	border-radius: 3px 0 0 3px;
	color: #fff
}

.nav_con>ul>li.open>a::after {
	position: absolute;
	content: '';
	background: url(../images/arrow.png) center center no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
	left: 3.5rem;
	top: .2rem
}

.nav_con ul li dl {
	display: none;
	font-size: .24rem;
	width: 100%;
	float: left
}

.nav_con ul li>dl>dd>a,
.nav_con ul li>dl>dt>a {
	font-size: .28rem;
	width: 100%;
	display: inline-block;
	text-indent: .7rem;
	height: .45rem;
	color: #666;
	position: relative
}

.nav_con ul li>dl>dd>a {
	text-indent: .9rem
}

.nav_con ul li>dl>dt>a::before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: .5rem;
	top: .1rem;
	background: #c81622
}

.nav_con ul li>dl>dd>a::before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: .7rem;
	top: .1rem;
	background: #c81622
}

.nav_con ul li>dl>dd>ol {
	display: none
}

.nav_con ul li>dl>dd>ol>li>a {
	text-indent: .9rem;
	width: 100%;
	display: inline-block;
	border-bottom: 1px dashed #008cea;
	height: .45rem
}

.nav_con ul li dl dd:last-child a {
	border-bottom: none
}

/*banner切换*/
.banner {
	width: 100%;
	position: relative;
	font-size: 0;
	margin-top: 1.2rem;
	overflow: hidden;
}

.banner img {
	width: 100%;
}




.index_title {
	text-align: center;
	padding: 20px 0;
	position: relative;
	z-index: 2;
}

.index_title h1 {
	font-weight: bold;
	line-height: 34px;
	font-size: 23px;
	color: #009b70;
}

.index_title h1 b {
	position: relative;
	padding: 0px 30px;
}

.index_title h1 b::after {
	position: absolute;
	content: "";
	margin-left: 10px;
	background-size: 20px;
	width: 50px;
	height: 40px;
}

.index_title p {
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent;
	color: rgba(0, 0, 0, .4);
	position: relative;
}


.index_title1 {
	width: 300px;
	margin: 0px auto;
	height: 40px;
	background-color: #009b70;
	border-radius: 0px 0px 10px 10px;
}

.index_title1 h1 b::after {
	position: absolute;
	content: "";
	 
	margin-left: 10px;
	background-size: 20px;
	width: 50px;
	height: 40px;
}

.index_title2 span {
	position: relative;
	font-size: 52px;
	top: 20px;
	opacity: 0.06;
	color: #333333;
	font-weight: bold;
}

.index_title2 {

	padding-top: 0px;
}


.index1 {
	background: #f4f4f4;
	background-size: 100% auto;
	overflow: hidden;
	padding: 0 10px 20px;
}

.index1 ul li {
	float: left;
	margin: 0 15px 15px 0;
	width: calc((100% - 15px) / 2);
	height: 330px;
}

.index1 ul li:nth-child(2n) {
	margin-right: 0;
}

.index1 ul li a {
	display: block;
	background: #fff;
	box-shadow: 2.728px 2.925px 15px 0px rgba(0, 0, 0, 0.05);
	text-align: center;
	height: 330px;
}

.index1 ul li a .img {
	padding: 5px;
	overflow: hidden;
}

.index1 ul li a .img img {
	float: left;
	width: 100%;
	height:253px;
}

.index1 ul li a h2 {
	color: #333333;
	text-align: center;
	font-size: 15px;
	margin: 5px;
}

.index1 ul li a p {
	color: #666666;
	font-size: 12px;
	padding: 5px 10px 10px;
	text-align: left;
	height: 50px;
	line-height: 20px;
}

.index1 ul li a h5 {
	border: 1px solid #009b70;
	color: #009b70;
	border-radius: 30px;
	display: inline-block;
	padding: 6px 30px;
	margin-bottom: 15px;
}

.index1 ul li a:hover h2 {
	color: #009b70;
}

.index1 ul li a:hover h5 {
	background: #009b70;
	color: #fff;
}



.index2 {

	background-size: 100% auto;
	overflow: hidden;

}

.index2 .index_title h1,
.index2 .index_title p {
	color: #fff;
}

.index2 .index_title p::after {
	background: #fff;
}

.index2 #thumbs .swiper-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.index2 #thumbs {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.index2 #thumbs .swiper-slide {
	font-size: 22px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	margin-right: 15px;
	text-align: center;
	border-radius: 30px;
	border: 2px solid #9e9e9e;
	color: #9e9e9e;
	position: relative;
}

.index2 #thumbs .swiper-slide::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #009b70;
	border-radius: 50%;
	left: 54px;
	top: 22px;
}

.index2 #thumbs .swiper-slide:last-child::after {
	background-color: transparent;
}

.index2 #thumbs .swiper-slide-thumb-active {
	background: #009b70;
	color: #fff;
	border: 2px solid #009b70;
}

.index2 #gallery .index2_con {
	background: #fff;
	padding: 20px 10px 10px 10px;
	overflow: hidden;
}

.index2 #gallery .index2_con .t {
	color: #333333;
	font-size: 20px;
	overflow: hidden;
	line-height: 40px;
	display: flex;
	flex-direction: row;
}

.index2 #gallery .index2_con .t h1 {
	font-weight: bold;
	font-size: 48px;
	color: #cfe6dd;
	float: left;
	padding-right: 8px
}

.index2 #gallery .index2_con .t p {
	display: flex;
	flex-direction: column;
	line-height: 26px;
}

.index2 #gallery .index2_con .t span {
	color: #999;
	font-size: 6px;
	line-height: 16px;
}

.index2 #gallery .index2_con .c p {
	color: #666666;
	padding: 8px 0px;
	line-height: 20px;
	font-size: 12px;
}

.index2 #gallery .index2_con .c .btn {
	background: #009b70;
	color: #fff;
	border-radius: 30px;
	padding: 10px 50px;
	display: inline-block;
}

.index2 #gallery .index2_con .c img {
	width: 100%;
}




.index7 {
	background: #FFFFFF;
	background-size: 100% auto;
	overflow: hidden;
	padding: 0 0px 20px;
}


.index7 .index_title p::after {
	background: #fff;
}

.index7 #thumbs .swiper-wrapper {
	display: flex;
	justify-content: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
	width: calc(100% - 0px);
}

.index7 #thumbs {
	width: calc(100% - 30px);
	display: flex;
	justify-content: center;
	margin: 0px 15px;
}

.index7 #thumbs .swiper-slide {
	width: calc((100% - 20px)/2);
	height: 62px;

	border-radius: 3px;
	border: solid 1px #cecece;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-items: center;
}

.index7 #thumbs .swiper-slide:nth-child(2n) {
	margin-right: 0px;
}

.index7 #thumbs .swiper-slide h1 {
	font-weight: bold;
	font-size: 32px;
	color: #009b70;
	float: left;
	padding: 15px 5px 0px 20px;
}

.index7 #thumbs .swiper-slide p {
	display: flex;
	flex-direction: column;
	line-height: 26px;
	font-size: 16px;
	margin-top: 20px;
}

.index7 #thumbs .swiper-slide span {
	color: #999;
	font-size: 6px;
	line-height: 16px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index7 #thumbs .swiper-slide-thumb-active {
	background: #009b70;
	color: #fff;
	border: 2px solid #009b70;
}

.index7 #thumbs .swiper-slide-thumb-active h1 {
	color: #fff;
}

.index7 #thumbs .swiper-slide-thumb-active p b,
.index7 #thumbs .swiper-slide-thumb-active p span {
	color: #fff;
}

.index7 #gallery .index7_con .c p span {
	color: #fff;
	padding: 8px 0px;
	line-height: 30px;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	text-indent: 10px;
}

.index7 #gallery .index7_con .c p {
	width: calc(100% - 0px);
	margin: 0px 0px;
	position: relative;
}

.index7 #gallery .index7_con .c img {
	width: 100%;
}


.index6 {
	width: 100%;
	height: 450px;
	background: url(../images/bg2.png) center no-repeat;
	background-size: 100% 100%;
}




.index6 ul {
	margin: 0px 0px;
	overflow: hidden;
	position: relative;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.index6 ul::after {
	position: absolute;
	content: '';
	left: 20px;
	right: 0px;
	height: 1px;
	background: url(../images/bg3.png) no-repeat;
	top: 80px;
	background-size: 100%;
	width: calc(100% - 40px);
}





.index6 ul li {
	float: left;
	width: 90px;
	text-align: center;
	position: relative;
	height: 160px;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.index6 ul li h3 {
	font-size: 60px;
	color: #505050;
	font-weight: bold;
}

.index6 ul li h3::after {
	position: absolute;
	content: "";
	width: 34px;
	height: 34px;
	background: url(../images/ico2.png) no-repeat;
	left: 33px;
	top: 70px;
	background-size: 20px;
	margin-right: 5px;
	z-index: 77;
	padding: 0px 20px;
}

.index6 ul li p {
	color: #333333;
	border: 1px solid #333333;
	border-radius: 13px;
	font-size: 12px;
	position: absolute;
	top: 110px;
	width: 70px;
	line-height: 28px;
	height: 27px;
}

.index6 ul li:hover h3 {
	color: #009b70;
}

.index6 ul li:hover p {
	background: #009b70;
	color: #fff;
	border-color: #009b70;
}

.index6 ul li:hover h3::after {
	background-image: url(../images/ico2x.png);
}



.index3 {
	width: calc(100% - 20px);
	padding: 0 10px 20px;
	position: relative;
}

.index3 .text {
	position: relative;
	z-index: 2;
}

.index3 .text img {
	width: 100%;
}

.index3 .text p {
	margin-bottom: 10px;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
	font-size: 12px;
}

.index3 p.more {
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.index3 p.more a {
	display: inline-block;
	width: 80%;
	background: #009b70;
	padding: 15px 0px;
	border-radius: 3px;
	color: #fff;
}

.index3 .index31 {
	background: #fff;
	box-shadow: -5px 8px 26px 10px rgba(0, 0, 0, 0.11);
	padding: 15px 15px 5px;
	position: relative;
	z-index: 2;
}

.index3 .index31 a {
	display: block;
	text-align: center;
}

.index3 .index31 a span {
	line-height: 25px;
	display: block;
}

.index3 .index31 img {
	width: 100%;
}

.swiper-container#qiye2 {
	margin: 0px 10px 0px 15px;
}



.index3_p {
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
}

.index4 {
	background: #fff;
	background-size: 100% auto;
	overflow: hidden;
	padding: 0 10px;
}

.index4 img {
	width: 100%;
}

.index4 .img {
	padding: 0px 15px 15px;
}

.index4 ul li {
	margin-bottom: 10px;
	background-color: #f8f8f8;
	padding: 8px 5px;
	overflow: hidden;
}

.index4 ul li a {
	display: flex;
}

.index4 ul li .time {
	width: 70px;
	text-align: center;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}

.index4 ul li .time h1 {
	color: #009b70;
	font-size: 35px;
	font-weight: bold;
}

/* .index4 ul li .time p{ color: #009b70;} */
.index4 ul li .text {
	flex: 1;
}

.index4 ul li .text h5 {
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}

.index4 ul li .text p {
	color: #666666;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news {
	width: 100%;
	float: left;
	background: #fff;
	border-top: 0.01rem solid #e9e9e9;
	border-bottom: 0.01rem solid #e9e9e9;
}

.news_l {
	width: 96%;
	padding: 0 2%;
	float: left;
	padding-top: .2rem;
}

.news_l_t {
	padding: .15rem 0;
	display: table;
	margin: 0 auto;
}

.news_l_t li {
	float: left;
	font-size: .22rem;
	color: #666;
	cursor: pointer;
	height: .54rem;
	line-height: .54rem;
	width: 1.8rem;
	text-align: center;
	border-radius: .25rem;
}

.news_l_t li.hover {
	color: #fff;
	background: #009B70;
}

.news_l_con {
	height: 10rem;
	overflow: hidden;
	width: 98%;
	float: left;
	margin-top: 10px;
}

.news_lcon dl {
	width: 100%;
	color: #666;
	float: left;
}

.news_lcon dl dt {
	width: 100%;
	float: left;
}

.news_lcon dl dt img {
	float: left;
}

.news_lcon dl dd {
	width: 280px;
	float: left;
	padding-top: 0;
}

.news_lcon dl dd p a {
	font-size: 18px;
	color: #009B70;
}

.news_lcon dl dd span {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #666;
	line-height: 0.34rem;
}

.news_lcon dl dd b {
	font-size: 0.14rem;
	color: #666;
	line-height: 0.24rem;
	float: left;
}

.news_lcon ul {
	width: 100%;
	float: left;
	padding-top: .1rem;
}

.news_lcon ul li {
	height: .6rem;
	line-height: .6rem;
	width: 100%;
	float: left;
	border-bottom: 1px dashed #d2d2d2;
}

.news_lcon ul li a {
	width: 100%;
	float: left;
}

.news_lcon ul li b {
	float: left;
	position: relative;
	width: calc(100% - 2rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_lcon ul li b:after {
	position: absolute;
	left: 0;
	top: .25rem;
	content: "";
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	background: #009B70;
}

.news_lcon ul li a {
	color: #666;
	text-indent: .2rem;
}

.news_lcon ul li a:hover b:after {
	position: absolute;
	left: 0;
	top: 18px;
	content: "";
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	background: #009B70;
}

.news_lcon ul li a:hover {
	color: #009B70;
}

.news_lcon ul li span {
	float: right;
}


/*首页--icon*/
.indexicon_index {
	height: 1.2rem;
	line-height: 20px;
	background: transparent;
	width: 100%;
	float: left;
	bottom: 0;
	z-index: 9;
	position: relative;
}

.indexicon_index p {
	width: 100%;
	display: inline-block;
	float: left;
	text-align: center;
	border-top: 0.01rem solid #686b6e;
	height: .3rem;
	line-height: .3rem;
	color: #fff;
	position: fixed;
	bottom: 0;
}

.indexicon {
	height: 50px;
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0;
	z-index: 9;
}

.index_icon {
	background: #009B70;
	width: 100%;
	float: left;
	bottom: 0;
	z-index: 999;
	position: relative;
}

.index_icon ul {
	height: 60px;
	background: #009B70;
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.index_icon ul li {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	border-right: 1px solid #007647;
	border-left: 1px solid #00c099;
}

.index_icon ul li a {
	width: 100%;
	display: block;
}

.index_icon ul li:last-child {
	border-right: none;
}

.index_icon ul li:first-child {
	border-left: none;
}

.index_icon ul li img {
	width: .5rem;
}

.index_icon ul li span {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	color: #ededed;
}

.page_content {
	width: 100%;
	float: left;
	padding-bottom: .5rem;
	background-color: #fff;
}

.page_nav {
	width: 95%;
	float: left;
	line-height: 40px;
	height: 40px;
	padding: 0 2.5%;
	border-bottom: 0.01rem solid #d2d2d2;
	font-size: 14px;
	color: #666;
}

.page_nav a {
	color: #666;
	padding: 0 .05rem;
}

.aboutcon {
	width: 95%;
	padding: 0 2.5%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 20px;
}

.aboutcon p {
	width: 100%;
	padding: 0.1rem 0 .4rem 0;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.contactcon {
	width: 95%;
	padding: 0 2.5%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-top: 5px;
}

.downloadcon {
	width: 95%;
	padding: .2rem 2.5%;
	float: left;
}

.downloadcon ul li {
	width: 100%;
	height: 32px;
	line-height: 32px;
	float: left;
	background: #efefef;
	margin-bottom: 10px;
	cursor: pointer;
}

.downloadcon ul li p {
	position: relative;
	text-indent: 10px;
	width: 70%;
	overflow: hidden;
	float: left;
	color: #707070;
}

.downloadcon ul li p:before {
	position: absolute;
	left: -.15rem;
	content: '·';
	top: 0;
	font-size: 20px;
	color: #666;
}

.downloadcon ul li span {
	float: right;
}

.downloadcon ul li span a {
	width: 1.5rem;
	height: 32px;
	float: left;
	background: #009B70;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.downloadcon ul li:Hover span a {
	width: 1.5rem;
	height: 32px;
	background: #f60;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 12px;
}

.downloadcon ul li:Hover p {
	color: #d81012;
}

.downloadcon ul li.hover {
	color: #009b6c;
}

.contact_bot {
	width: 95%;
	padding: .3rem 0%;
	float: left
}

.contact_bot p.p_tit {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 20px
}

.contact_botcon {
	width: 100%;
	float: left
}

.contact_botcon ul {
	width: 100%;
	float: left
}

.contact_botcon ul li {
	border: 1px solid #e1e6eb;
	margin-top: .2rem;
	background: #fff
}

.contact_botcon ul li.wid100 {
	width: 100%;
	float: left
}

.contact_botcon ul li b {
	width: .5rem;
	float: left;
	text-align: center
}

.contact_botcon ul li b img {
	margin-top: .1rem;
	float: left;
	margin-left: .1rem;
	width: .3rem
}

.contact_botcon ul li input {
	width: calc(100% - .7rem);
	height: .5rem;
	padding-left: .1rem;
	border-left: 1px solid #e1e6eb;
	color: #666
}

.contact_botcon ul li select {
	width: calc(100% - .8rem);
	height: .5rem;
	padding-left: .1rem;
	border-left: 1px solid #e1e6eb;
	color: #666;
	background: #fff;
}

.contact_botcon ul li textarea {
	height: 1.2rem;
	width: calc(100% - .8rem);
	color: #666;
	float: left;
	padding: .05rem;
	font-size: 14px;
	border-left: 1px solid #e1e6eb
}

.contact_botcon p.p_bot {
	display: table;
	margin: 0px auto;
	padding-top: .3rem
}

.contact_botcon p input {
	width: 1.3rem;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	display: inline-block;
	margin-right: .3rem;
	border-radius: 5px;
	color: #fff
}



.factorycon {
	width: 95%;
	padding: 0 2.5%;
	float: left;
}

.factorycon ul {
	width: 100%;
	float: left;
	margin-top: .25rem;
}

.factorycon ul li {
	float: left;
	width: calc(50% - .1rem);
	margin-right: .1rem;
	/*border:0.01rem solid #d6d6d6;*/
	text-align: center;
	cursor: pointer;
}

.factorycon ul li a {
	width: 100%;
	display: inline-block;
	margin-bottom:20px;
}

.factorycon ul li img {
	width: calc(100% - .1rem);
	padding: 0.05rem;
	border: 0.01rem solid #d6d6d6;
	float: left;
}

.factorycon ul li b {
	width: 100%;
	font-size: 14px;
	color: #666;
}

.factorycon ul li:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.factorycon ul li.hover a img,
.factorycon ul li:hover a img {
	border: 0.01rem solid #009B70;
}

.factorycon ul li.hover a b,
.factorycon ul li:hover a b {
	color: #009B70;
}

.honorcon {
	width: 95%;
	padding: 0 2.5%;
	float: left;
}

.honorcon ul {
	width: 100%;
	float: left;
	margin-top: .25rem;
}

.honorcon ul li {
	float: left;
	width: calc(50% - .1rem);
	margin-right: .1rem;
	/*border:0.01rem solid #d6d6d6;*/
	text-align: center;
	cursor: pointer;
}

.honorcon ul li a {
	width: 100%;
	display: inline-block;
}

.honorcon ul li img {
	width: calc(100% - .1rem);
	padding: 0.05rem;
	border: 0.01rem solid #d6d6d6;
	float: left;
	/* height:250px; */
}

.honorcon ul li b {
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	color: #666;
}

.honorcon ul li:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.factorycon ul li.hover a img,
.honorcon ul li:hover a img {
	border: 0.01rem solid #009B70;
}

.factorycon ul li.hover a b,
.honorcon ul li:hover a b {
	color: #009B70;
}


.pages {
	display: table;
	margin: auto;
	padding-top: .6rem;
}

.pages li {
	float: left;
}

.pages li a {
	height: .4rem;
	padding: 0 10px;
	line-height: .4rem;
	background: #fff;
	border: 1px solid #dbdbdb;
	color: #666;
	display: inline-block;
	margin-right: 10px;
	color: #666;
	text-align: center;
}

.pages li a:hover {
	height: .4rem;
	line-height: .4rem;
	background: #009B70;
	border: 1px solid #009B70;
	color: #fff;
	text-align: center;
}

.pages li.active a {
	background: #009B70;
	color: #fff;
	border: 1px solid #009B70;
}


.faqcon {
	width: 95%;
	padding: 0 2.5%;
	float: left;
}

.faqcon dl {
	width: 100%;
	float: left;
	padding: 0.1rem 0 0.2rem 0;
	border-bottom: 1px solid #d2d2d2;
	font-size: .14rem;
	color: #7d7d7d;
}

.faqcon dl dt {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #009B70;
}

.faqcon dl dt a {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #009B70;
}

.faqcon dl dd p,
.faqcon dl dd span {
	width: 100%;
	float: left;
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
}

.faqcon dl dd span {
	line-height: 24px;
	font-size: 14px;
}

.faqcon ul {
	width: 100%;
	float: left;
	padding: 0.1rem 0 0.2rem 0;
	font-size: .14rem;
	color: #666;
}

.faqcon ul li {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #ccc;
	line-height: 32px;
}

.faqcon ul li p {
	position: relative;
	text-indent: .2rem;
	width: 70%;
	height: .44rem;
	overflow: hidden;
	float: left;
	color: #666;
	font-size: 14px;
}

.faqcon ul li p:before {
	position: absolute;
	left: -.15rem;
	content: '·';
	top: 0;
	font-size: 20px;
	color: #666;
}

.faqcon ul li span {
	float: right;
}

.faqcon ul li span a {
	width: 1.5rem;
	height: 32px;
	float: left;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
}

.faqcon ul li:Hover span a {
	width: 1.5rem;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	color: #d81012;
}

.faqcon ul li:Hover p {
	color: #d81012;
}

.faqcon ul li.hover {
	color: #d81012;
}

.faqshowcon {
	width: 95%;
	padding: 0 2.5%;
	float: left;
}

.faqshowcon h1 {
	text-align: center;
	width: 100%;
	padding: 0.2rem 0 .15rem 0;
	border-bottom: 1px solid #d2d2d2;
	float: left;
}

.faqshowcon h1 b {
	font-size: 14px;
	width: 100%;
	display: inline-block;
	color: #df3d3d;
	line-height: 32px;
	float: left;
}

.faqshowcon h1 p {
	font-size: 12px;
	width: 100%;
	display: inline-block;
	color: #707070;
	float: left;
}

.faqshowcon dl {
	width: 100%;
	float: left;
	padding: .15rem 0 .22rem;
	font-size: 14px;
	line-height: 24px;
	color: #707070;
}

.faqshowcon dl dt {
	width: 100%;
	float: left;
	line-height: 24px;
	padding: .15rem 0 .22rem;
	font-size: 14px;
}

.faqshowcon dl dd {
	width: 100%;
	float: left;
	line-height: 32px;
}

.faqshowcon dl dd b {
	width: 100%;
	float: left;
	line-height: 24px;
	display: inline-block;
	color: #707070;
}

.faqshowcon dl dd b a {
	color: #707070;
}

.faqshowcon dl dd b:hover a {
	color: red;
}

.joincon {
	width: 95%;
	padding: 0 2.5%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #8c8c8c;
	padding-top: 5px;
}

.lycon {
	width: 95%;
	padding: 0.2rem 2.5%;
	float: left;
}

.lycon p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666;
}

.lycon ol li {
	line-height: 40px;
	width: 100%;
	float: left;
	margin-top: .1rem;
}

.lycon ol li span {
	width: 1.5rem;
	text-align: right;
	display: inline-block;
	font-size: 14px;
	color: #666;
	padding-right: .1rem;
	float: left;
}

.lycon ol li input {
	outline: none;
	border: none;
	width: 5.2rem;
	height: 36px;
	line-height: 36px;
	border: 1px solid #d8d8d8;
	float: left;
	padding-left: 5px;
}

.lycon ol li textarea {
	width: 5.2rem;
	height: 1.36rem;
	padding: 5px;
	resize: none;
	outline: none;
	border: 1px solid #d8d8d8;
}

.lycon p input {
	width: 1.5rem;
	height: .5rem;
	border: none;
	color: #fff;
	margin: .2rem 0 .4rem 1.5rem;
	cursor: pointer;
	outline: none;
	border-radius: .05rem;
}

.lycon p input:first-child {
	background: #009B70;
}

.lycon p input:last-child {
	background: #666;
	margin-left: 10px;
}

.newscon {
	width: 95%;
	padding: 0 2.5%;
	float: left;
}

.newscon dl {
	width: 100%;
	float: left;
	padding: 0.1rem 0 0.2rem 0;
	font-size: .14rem;
	color: #7d7d7d;
}

.newscon dl dt {
	width: 100%;
	float: left;
	font-size: .16rem;
	color: #009B70;
}

.newscon dl dt a {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #009B70;
}

.newscon dl dd p,
.newscon dl dd span {
	width: 100%;
	float: left;
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
}

.newscon dl dd span {
	line-height: 24px;
	font-size: 14px;
}

.newscon ul {
	width: 100%;
	float: left;
	padding: 0.1rem 0 0.2rem 0;
	font-size: .14rem;
	color: #666;
}

.newscon ul li {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #ccc;
	line-height: 32px;
}

.newscon ul li p {
	position: relative;
	text-indent: .2rem;
	width: 100%;
	overflow: hidden;
	float: left;
	color: #707070;
	font-size: 14px;
}

.newscon ul li p a {
	position: relative;
	text-indent: .2rem;
	width: 100%;
	overflow: hidden;
	float: left;
	color: #707070;
	font-size: 14px;
}

.newscon ul li p:before {
	position: absolute;
	left: -.15rem;
	content: '·';
	top: 0;
	font-size: 20px;
	color: #666;
}

.newscon ul li:Hover p {
	color: #d81012;
}

.newscon ul li.hover {
	color: #d81012;
}

.newsshowcon {
	width: 95%;
	padding: 0 2.5%;
	float: left;
}

.newsshowcon h1 {
	text-align: center;
	width: 100%;
	padding: 0.2rem 0 .15rem 0;
	border-bottom: 1px solid #d2d2d2;
	float: left;
}

.newsshowcon h1 b {
	font-size: 14px;
	width: 100%;
	display: inline-block;
	color: #df3d3d;
	line-height: 32px;
	float: left;
}

.newsshowcon h1 p {
	font-size: 12px;
	width: 100%;
	display: inline-block;
	color: #707070;
	float: left;
}

.newsshowcon dl {
	width: 100%;
	float: left;
	padding: .15rem 0 .22rem;
	font-size: 14px;
	line-height: 24px;
	color: #707070;
}

.newsshowcon dl dt {
	width: 100%;
	float: left;
	line-height: 24px;
	padding: .15rem 0 .22rem;
	font-size: 14px;
}

.newsshowcon dl dd {
	width: 100%;
	float: left;
	line-height: 32px;
}

.newsshowcon dl dd b {
	width: 100%;
	float: left;
	line-height: 24px;
	display: inline-block;
	color: #707070;
}

.newsshowcon dl dd b a {
	color: #707070;
}

.newsshowcon dl dd b:hover a {
	color: red;
}

.productcon {
	width: 95%;
	padding: 0 2.5%;
	float: left;
}

.productcon ul {
	width: 100%;
	float: left;
	margin-top: .25rem;
}

.productcon ul li {
	float: left;
	width: calc(50% - .1rem);
	margin-right: .1rem;
	/*border:0.01rem solid #d6d6d6;*/
	text-align: center;
	cursor: pointer;
}

.productcon ul li a {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	margin-bottom:20px;
}

.productcon ul li img {
	width: 100%;
	padding: 0.05rem 0px;
	border: 0.01rem solid #d6d6d6;
	float: left;
}

.productcon ul li b {
	width: 100%;
	font-size: 14px;
	color: #666;
}

.productcon ul li:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.productcon ul li.hover a img,
.productcon ul li:hover a img {
	border: 0.01rem solid #009B70;
}

.productcon ul li.hover a b,
.productcon ul li:hover a b {
	color: #009B70;
}




.productshowcon {
	width: 100%;
	float: left;
	font-size: .14rem;
	color: #666;
}

.productshowcon img {
	width: 100%;
}

.productshow_img>p {
	width: 95%;
	margin: 0 2.5%;
	float: left;
}

.productshowcon dl,
.productshowcon dl dd,
.productshowcon dl dt {
	width: 100%;
	float: left;
	line-height: .4rem;
}

.productshowcon dl {
	width: 95%;
	margin: 0.1rem 2.5% .2rem;
	border-bottom: 1px solid #d2d2d2;
}

.productshowcon dl:last-child {
	border: none;
}

.productshowcon dl dt {
	font-size: 14px;
	color: #009B70;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 5px;
}

.productshowcon dl dd p {
	font-size: 14px;
	color: #707070;
	padding: 10px 0 10px 0;
	line-height: 24px;
}

.productshowcon ol {
	width: 100%;
	float: left;
	padding-top: 5px;
}

.productshowcon ol li {
	line-height: 36px;
	width: 100%;
	float: left;
	margin-top: .1rem;
}

.productshowcon ol li span {
	width: 1.7rem;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	color: #666;
	padding-right: 10px;
	float: left;
}

.productshowcon ol li input {
	outline: none;
	border: none;
	width: 4.5rem;
	height: 36px;
	line-height: 36px;
	border: 1px solid #d8d8d8;
	float: left;
	padding-left: 5px;
}

.productshowcon ol li textarea {
	width: 4.5rem;
	height: 1.36rem;
	padding: 5px;
	resize: none;
	outline: none;
	border: 1px solid #d8d8d8;
}

.productshowcon p input {
	width: 1.5rem;
	height: .5rem;
	border: none;
	color: #fff;
	margin: .2rem 0 .4rem .5rem;
	cursor: pointer;
	outline: none;
	border-radius: .05rem;
}

.productshowcon p input:first-child {
	background: #009B70;
}

.productshowcon p input:last-child {
	background: #666;
	margin-left: 10px;
}

.productshowcon dl dd b {
	width: 100%;
	float: left;
	line-height: 26px;
	display: inline-block;
	color: #666;
	font-size: 14px;
}

.productshowcon dl dd b a {
	color: #707070;
}

.Box_con3 {
	position: relative;
}

.Box_con3 .conbox {
	width: calc(100% - 20px);
	padding: 0 10px;
	float: left;
	overflow: hidden;
	height: 7.5rem;
}

.Box_con3 .conbox ul {
	position: relative;
	list-style: none;
	left: 0;
	width: 100%;
	float: left;
}

.Box_con3 .conbox ul li {
	float: left;
	width: calc(100% - 10px);
	margin-top: .2rem;
	margin-right: 10px;
	text-align: center;
	font-size: 0.14rem;
	color: #333;
	line-height: .4rem;
}

.Box_con3 .conbox ul li a {
	width: 100%;
	float: left;
	display: inline-block;
}

.Box_con3 .conbox ul li img {
	display: block;
	width: 100%;
	float: left;
}

.Box_con3 .conbox ul li b {
	padding-top: .05rem;
	width: 100%;
	display: inline-block;
}

.Box_con3 .btn3 {
	position: absolute;
	line-height: 7.5rem;
	z-index: 3;
	cursor: pointer;
	display: block;
	font-size: .5rem;
}

.Box_con3 .btn_l3 {
	left: .5rem;
}

.Box_con3 .btn_r3 z {
	right: .5rem;
}

.med-chilun,
.med-chilun-ba {
	display: none
}

.ld-bread {
	bottom: 15px
}
}

.medical-one-box {
	position: relative
}

.medical-title {
	font-size: 46px;
	color: #000;
	text-align: center
}

.medical-des {
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 34px
}

.medical-title span {
	display: inline-block;
	color: #009b70
}

.medical-title i {
	display: inline-block;
	font-weight: bold;
	font-style: normal
}

.medical-title1 {
	background: url(../images/med-tit-back.png)no-repeat center;
	padding: 26px 0
}

.medical-one-cont {
	margin-top: -22px
}

.medical-one-cont>div {
	position: relative
}

.medical-one-cont h3 {
	font-size: 20px;
	color: #333;
	position: absolute;
	background: #efefef;
	padding: 12px 20px;
	border-radius: 3px;
	width: -webkit-fit-content;
	;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 90%
}

.medical-one-cont h3:hover {
	background-color: #009b70
}

.medical-one-cont h3 span {
	display: inline-block;
	font-size: 24px
}

.medical-one-left1 {
	position: static !important;
	margin-left: 117px;
	background: none !important
}

.medical-one-left1 span {
	font-size: 26px
}

.medical-one-left2 {
	margin-left: 120px;
	margin-top: 20px;
	position: static !important;
	display: inline-block
}

.medical-one-left3 {
	position: static !important;
	margin-top: 70px;
	margin-left: 200px;
	display: inline-block
}

.medical-one-right1 {
	right: 80px;
	top: -20px
}

.medical-one-right2 {
	right: 125px;
	top: 80px;
	background: none !important
}

.medical-one-right3 {
	right: 218px;
	top: 180px
}

.medical-one .medical-title span {
	font-weight: bold
}

.medical-two {
	background: #f5f5f5
}

.medical-two-con {
	margin-top: 42px
}

/* .medical-two-con ul{margin:0 -13px} */
.medical-two-con li {
	float: left;
	position: relative
}

.medical-two-con li a {
	display: block;
	width: 100%;
	background: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

/* .medical-two-img{overflow:hidden;height:374px} */
.medical-two-img img {
	width: 100%;
	height: 100%;
}

.medical-two-text {
	font-size: 24px;
	color: #333;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.medical-two-con li:hover .medical-two-img img {
	transform: scale(1.04)
}

.medical-two-con li:hover .medical-two-text {
	color: #009b70
}

/* .medical-two .home-viewmo{margin-top:30px} */


.medical-four-con li {
	float: left;
	width: 25%;
	position: relative;
	padding: 32px 0;
	text-align: center
}

/* .medical-four-con li:nth-child(5),.medical-four-con li:nth-child(6),.medical-four-con li:nth-child(7){transform:translateX(50%)} */
.medical-four-con li::before {
	content: "";
	position: absolute;
	width: 72px;
	height: 11px;
	right: -40px;
	top: 30%;
	background: url(../images/med4-bef.png)no-repeat center right
}

.med4-txt {
	display: inline-block;
	width: 111px;
	height: 100px;
	text-align: center;
	padding: 8px 0;
	;
	position: relative
}

.med4-txt::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/med4-ba1.png)no-repeat center;
	;
	left: 0;
	top: 0;
	background-size: 100%;
}

.med4-txt h2 {
	font-size: 40px;
	color: #000;
	font-family: "mon-sb";
	;
	position: relative;
	z-index: 2;
	padding: 0px 0;
	line-height: 65px;
}





.home-des {
	font-size: 18px;
	line-height: 26px;
	color: #666;
	text-align: center;
	margin-top: 5px
}

.home-viewmo {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	transition: ease .4s;
	padding: 9px 50px;
	border: 1px solid transparent;
	border-radius: 30px;
	background: #009B70;
	cursor: pointer;
	margin: 0 auto;
	width: fit-content;
	margin-top: 20px;
	max-width: 300px;
	clear: both;
}

.home-padd {
	padding: 30px 10px;
	width: calc(100% - 20px);
	float: left;
}

.home-viewmo:hover {
	background: #009b70 url(../images/more1.png)no-repeat top 14px right 32px;
	border-color: #009b70;
	color: #fff
}

.home-application {}

.medical-one-right1,
.medical-one-right2,
.medical-one-right3 {
	right: 0px
}

.medical-one-cont {
	margin-top: 0
}

.medical-three-img {
	overflow: hidden;
	width: 242px;
	height: 155px
}

.medical-two-img {
	margin-bottom: 30px;
}

.medical-two-img img,
.medical-two-img a {
	width: 100%;
	display: inline-block;
}

.med-banner-con span {
	margin-top: 10px !important
}

.med-banner-con h2 {
	font-size: 24px;
	margin-bottom: 5px
}

.med-banner-con p {
	font-size: 14px
}

.medical-one-cont h3 {
	position: static;
	margin-top: 15px
}

.medical-title,
.home-title {
	font-size: 26px;
}

.medical-title1 {
	padding: 15px 0;
	background-size: 80px 80px
}

.medical-des {
	font-size: 14px;
	line-height: 28px
}

.medical-one-left1,
.medical-one-right2 {
	background: #efefef !important
}

.medical-one-cont h3 {
	font-size: 16px;
	padding: 8px 10px
}

.medical-one-cont h3 span,
.medical-four-con li h3 {
	font-size: 18px
}

.medical-one-cont {
	margin-top: 20px
}

.medical-one-left3 {
	margin-top: 20px;
	margin-right: 0;
	margin-left: auto
}

.medical-one-right1 {
	margin-top: 20px;
	margin-left: 20px
}

.medical-two-con ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.medical-two-con li {
	margin: 0px 1.5% 20px;
	width: 47%;
	background: #fff;
	position: relative;
}
.medical-two-con li:nth-child(2n-1){
	margin-left: 0px;
}
.medical-two-con li:nth-child(2n){
	margin-right: 0px;
}
.medical-two-text {
	font-size: 16px
}

.medical-two-con {
	margin-top: 22px
}

.medical-three-text h3 {
	font-size: 18px;
	margin-bottom: 5px
}

.medical-three-text p {
	font-size: 14px;
	height: auto
}

.medical-three-text {
	padding: 10px 0
}

.medical-three li {
	width: 100%
}

.medical-three ul {
	margin: 10px 0px 0
}

.medical-four-con li {
	width: 48%;
	padding: 12px 1%
}

.medical-four-con li p {
	font-size: 14px
}

.med4-txt {
	font-size: 36px;
	width: 80px;
	height: 70px
}

.medical-four {
	background: #f5f5f5;
}

.medical-four-con li::before {
	top: 25%;
	right: -35px
}

.medical-four-con li:nth-child(odd)::before {
	display: block !important
}

.medical-four-con li:nth-child(even)::before,
.medical-four-con li:last-child::before {
	display: none !important
}

.medical-four-con li:last-child {
	transform: translateX(50%)
}

.medical-fiv {
	background-image: url(../images/med5-ba1.jpg) !important;
	padding: 53px 0 54px
}

.medical-five {
	color: #fff;
	font-size: 14px;
	text-align: center;
}



.medical-four-con li:hover .med4-txt::before {
	transform: rotateY(180deg);
	background-image: url(../images/med4-ba2.png);
	color: #fff;
}

.medical-four-con li:hover h2 {
	color: #fff;
}

.medical-fiv p {
	font-size: 14px;
	line-height: 24px
}

.medical-fiv .medical-title {
	margin-bottom: 10px
}

.medical-six-con ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.medical-six-con li {
	width: 32%;
	float: left;
	margin: 0px 2% 10px 0px;
}

.medical-six-con li:nth-child(3n) {
	margin-right: 0px;
}

.medical-six-con li:nth-child(3n-2) {
	margin-left: 0px;
}

.medical-six-con li img {
	width: 100%;
}

.med7-li3 {
	position: static
}

.medical-seven-icon {
	width: 40px;
	height: 40px
}

.medical-seven-con li {
	margin-left: 0;
	margin-top: 8px
}

.medical-seven-txt {
	max-width: 83%;
	padding: 8px 16px;
	margin-left: 12px
}

.medical-seven-con li h3 {
	font-size: 16px;
	white-space: inherit
}

.medical-seven-con ul {
	margin-top: 14px
}

/* .medical-six,.medical-fiv,.medical-four,.medical-three{padding:40px 20px;width: calc(100% - 40px);float: left;} */
.medical-six {
	background: #f5f5f5;
}

.medical-six-con {
	margin-top: 20px
}

.medical-three .home-viewmo {
	margin-top: 20px
}

.medical-one-right2 {
	margin-right: 0;
	margin-left: auto
}

.medical-one-right3 {}

.medical-four {
	padding-bottom: 28px
}

.medical-four-con li p {
	height: 40px
}

.medical-one::before {
	background: none
}

.medical-one-left2 {
	margin-left: 15px
}

.footer-contact button {
	margin: 0 auto;
	margin-top: 10px
}

.medical-four-con li h3 {
	margin: 12px 0 5px
}

.medical-three-img {
	width: 100%;
	height: auto
}

/* .medical-two-img{height:215px} */

.quality-tit {
	font-size: 26px;
	color: #111;
	text-align: center
}

.quality-one-cont {
	margin-top: 20px
}

.quality-one-cont li h4 {
	font-size: 16px
}

.quality-one-icon {
	width: 90px;
	height: 90px;
	line-height: 90px
}

.quality-one-icon img {
	width: 50px;
	height: 50px
}

.quality-one-icon span {
	font-size: 50px
}

.quality-two-cont {
	margin-top: 20px;
	padding: 0 30px
}

.quality-one {
	padding-top: 40px
}

.quality-one {
	padding-top: 60px
}

.quality-one-cont {
	margin-top: 30px
}

.quality-one-cont ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.quality-one-cont li {
	float: left;
	width: 50%;
	text-align: center;
	padding-bottom: 40px;
}

.quality-one-icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	position: relative;
	text-align: center;
	margin: 0 auto
}

.quality-one-icon::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #000;
	;
	left: 0;
	top: 0;
	z-index: 5
}

.quality-one-cont li:hover .quality-one-icon::before {
	background: #009b70;
}

.quality-one-icon span {
	display: block;
	position: absolute;
	color: #e8e8e8;
	font-family: "mon-r";
	right: -25%;
	top: -43%
}

.quality-one-icon img {
	position: relative;
	z-index: 6;
	vertical-align: middle;
}

.quality-one-cont li h4 {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-top: 10px
}



.quality-two {
	padding-bottom: 0px
}

.quality-two-cont {
	position: relative;
	margin-top: 20px
}

.quality-two .swiper-slide {
	text-align: center;
	position: relative
}

.quality-two .swiper-slide p {
	width: 100%;
	float: left;
}

.quality-two .swiper-slide span {
	width: 100%;
	display: inline-block;
	background: rgb(0, 0, 0, 0.5);
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.quality-two .swiper-slide img {
	width: 100%;
	display: inline-block;
	float: left;
}

.quality-two .swiper-slide h3 {
	position: absolute;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 17px 0
}

.quality-two .swiper-button-next32,
.quality-two .swiper-button-prev32 {
	width: 18px;
	height: 34px;
	background-size: cover
}

.quality-two .swiper-button-next32 {
	background: url(../images/qual-right.png)no-repeat center right;
	right: 10px
}

.quality-two .swiper-button-prev32 {
	background: url(../images/qual-left.png)no-repeat center left;
	left: 10px
}



.service-one-cont {
	margin-top: 10px
}

.service-one-cont li,
.service-one-cont li.on {
	float: none;
	width: 100%;
	background: none;
	height: 150px;
	margin-top: 15px;
	border: none;
	overflow: hidden;
	position: relative;
}

.service-one-cont li img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.service-one-txt h3 {
	width: 100%
}

.service-one-txt {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
}

.service-one-txt>div,
.service-one-cont li.on .service-one-txt>div {
	width: 100%;
	top: auto;
	bottom: 0;
	background-image: linear-gradient(transparent, #000);
}

.service-one-txt span {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.service-one-txt h3 {
	font-size: 12px;
	text-align: center;
	color: #fff;
	width: 100%;
}

.service-one-txt>div {
	position: absolute;
	width: 100%;
	padding-bottom: 20px;
}
.service-one-cont li.on .service-one-txt h3 {
	width: 100%
}

.service-one-cont li.on .service-one-txt span {
	color: #fff
}

.service-one-cont li.on .service-one-txt>div {
	position: absolute;
	bottom: 0;
	top: auto;
	width: 100%;
	left: 0;
	background-image: linear-gradient(transparent, #000);
}

.service-two {
	padding-top: 0
}

/* .service-two-con{margin-top:40px} */
.service-two-con ul {
	margin: 0px;
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.service-two-con li {
	float: left;
	margin-top: 25px;
}

.service-two-con li>div {
	text-align: center;
	background: #f4f4f4;
	position: relative;
	;
	padding: 60px 0 53px
}

/* .service-two-con li > div::before{position:absolute;content:"";width:0;height:6px;background:#009b70; ;bottom:0;left:50%;transform:translateX(-50%)} */
.service-two-con li:hover>div::before {
	width: 100%
}

.service-two-icon {
	width: 97px;
	height: 97px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
}

.service-two-icon::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	background: #009b70;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.service-two-con li:hover .service-two-icon::before {
	width: 169px;
	height: 169px
}

.service-two-icon img {
	width: 100%;
	position: relative
}

.service-two-tit {
	font-size: 26px;
	color: #222;
	margin-bottom: 5px;
	padding: 0 10px
}

.service-two-dec {
	font-size: 16px;
	color: #666;
	padding: 0 10px
}

/* .service-two-con li:hover{transform:translateY(-20px)} */


.service-viewmo {
	margin-top: 20px
}

.service-two-con li {
	width: 48%;
	margin-top: 12px
}

/* .service-two-con li:hover{transform:translateY(-10px)} */
.service-two-icon {
	width: 55px;
	height: 55px;
}

.service-two-tit {
	font-size: 16px;
	padding: 0 5px
}

.service-two-dec {
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	padding: 0 5px
}

.service-two-con li>div {
	padding: 40px 0 15px
}

.service-two-con li:hover .service-two-icon::before {
	width: 80px;
	height: 80px
}

.service-three-con li {
	float: left;
	width: 14.28%;
	text-align: center;
	position: relative
}

.service-three-con li::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: rgba(229, 229, 229, 0.2);
	bottom: 78px;
	left: 0
}

.service-three-con li h3 {
	font-size: 56px;
	color: #fff;
	font-family: "mon-sb";
	padding: 10px 0;
	transition: ease .5s
}

.service3-icon {
	position: relative;
	display: inline-block;
	width: 111px;
	height: 100px;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 66px
}

.service3-icon::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/med4-ba1.png)no-repeat center;
	left: 0;
	top: 0
}

.service3-icon::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 50px;
	background: url(../images/service3-line.png)no-repeat center;
	left: 50%;
	bottom: -57%;
	background-size: 3px;
}

.service-three-con li p {
	font-size: 24px;
	color: #fff
}

.service-three-con li:hover h3 {
	color: #009b70
}

.service3-img {
	position: relative;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 52px;
	margin: 0 auto 18px;
	transition: ease .5s
}

.service-three-con li:hover .service3-img {
	background-color: #009b70
}

.service3-img i {
	display: inline-block;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	transition: ease .5s
}

.service-three-con li:hover .service3-img i {
	color: #fff
}


.service-three-con li {
	width: 33.33%;
	margin-top: 15px
}

.service-three-con li h3 {
	font-size: 28px;
	padding: 12px 0;
	line-height: 40px;
}

.service3-icon::before {
	background-size: 70px 60px
}

.service3-icon {
	width: 80px;
	height: 70px
}

.service-three {
	padding: 40px 0;
	width: 100%;
	background: url(../images/service3-ba.png) top center no-repeat;
	background-size: 100% 100%;
}

.service3-img {
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto 10px
}

.service-three-con li::before {
	bottom: 51px
}

.service-three-con li p {
	font-size: 16px
}

.service-three-con {
	margin-top: 0;
	width: calc(100% - 20px);
	margin: 0px 10px;
}
.service-four-con{margin-top:18px}
.service-four-con li{float:left;width:33.33%;margin-top:24px;}
.service-four-con li > div{width:100%;background:#f5f5f5;text-align:center}
.service-four-txt{font-size:17px;padding:10px 5px;width: 100%;float: left;background: #f5f5f5;}
.service-four-con li {
	float: left;
	width: 100%
}

.service-four-img {
	height: auto;
	width: 100%;
}
.service-four-img img {
	width: 100%;
	float: left;
}
.service-four-txt {
	height: auto;
	font-size: 15px
}

.service-four {
	padding-bottom: 20px
}

.ser-banner2 {
	display: block
}

.ser-banner1 {
	display: none
}

.ser-banner-con h2 img {
	width: 85px
}

.ser-banner-con h2 {
	font-size: 30px
}

.ser-banner-con h3 {
	font-size: 20px
}
