﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-size:12px;
	color: #333333;font-family: 'Microsoft YaHei, Microsoft YaHei-Regular' !important;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

img{display:block;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank46{ width:100%; height:46px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank55{ width:100%; height:55px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank75{ width:100%; height:75px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank85{ width:100%; height:85px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank108{ width:100%; height:108px; clear:both;}

/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/

textarea {
	font-family: 'Microsoft YaHei, Microsoft YaHei-Regular';
	outline: none;
}


input:focus {
  outline: none;
}
.max{ position:relative;overflow: hidden;}
.inner{width:82%; height:auto;  z-index:2; margin:0 auto;}
span {
	display: block;
}
.header {
	padding: 20px 0;
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 323px;
}
.logo img {
	width: 100%;
}
.search {
	background: #f6fbfb;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 30px;
	width: 300px;
}
.search input {
	width: 85%;
	background: inherit;
	border: none;
	font-size: 14px;
	color: #0a91a5;
}
.search input:-moz-placeholder {/* Mozilla Firefox 4 to 18*/
    color: #0a91a5;
}

.search input::-moz-placeholder {/* Mozilla Firefox 19+*/
    color: #0a91a5;
}

.search input:-ms-input-placeholder{
    color: #0a91a5;
}

.search input::-webkit-input-placeholder{
    color: #0a91a5;
}
.search_btu {
	border: none;
	background: inherit;
	width: 18px;
	height: 18px;
}
.nav {
	background: #32c8d2;
}
.nav_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_link {
	font-size: 18px;
	color: #ffffff;
	padding: 15px 0;
}
.nav_item {
	position: relative;
	transition: all .2s;
	border-bottom: 2px solid transparent;
}
.nav_item:hover {
	border-bottom: 2px solid #ffffff;
}
.nav_current {
	border-bottom: 2px solid #ffffff;
}
.nav_er_list {
	width: 150px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(50,200,210,0.6);
	z-index: 71;
	position: absolute;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
	transition: all 0.2s;
}
.nav_item:hover .nav_er_list {
	display: block;
}
.nav_er_item {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.nav_er_item:last-of-type {
	border-bottom: none;
}
.nav_er_link {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}
.banner .swiper-pagination {
	left: 9% !important;
	bottom: 100px !important;
	width: auto !important;
}
.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ffffff;
	opacity: 1;
	margin: 0 12px 0 0 !important;
	border-radius: 50%;
}
.banner .swiper-pagination-bullet-active {
	width: 38px;
	border-radius: 50px;
}
.banner .swiper-button-prev {
	width: 45px !important;
	height: 45px !important;
	background-image: url(../images/jian1.png);
	background-repeat: no-repeat;
	position: absolute;
	top: inherit;
	bottom: 100px;
	/* transform: translateY(-50%); */
	left: inherit;
	right: 12.5% !important;
	outline: none;
	margin: 0  0 0 0 !important;
	background-size: contain;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.banner .swiper-button-prev:after {
	content: '';
}
.banner .swiper-button-next {
	width: 45px !important;
    height: 45px !important;
	background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
	position: absolute;
	top: inherit;
	bottom: 100px;
	/* transform: translateY(-50%); */
	right: 9%;
	left: inherit;
	outline: none;
	display: inline-block;
    margin: 0 0 0 15px !important;
    background-size: contain;
	opacity: 1 !important;
	z-index: 71;
}
.banner .swiper-button-next:after {
	content: '';
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}
.sp_banner {
	display: none;
}
.index_news {
	background: #e8f4ff;
	padding: 80px 0;
}
.index_news .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index_news_block {
	width: 31%;
}
.index_news_area {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 22px rgba(0,0,0,0.21);
	padding: 40px 40px 25px 40px;
}
.index_news_title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	z-index: 1;
	margin-bottom: 20px;
}
.index_news_en {
	font-size: 14px;
	color: #989898;
	line-height: 14px;
}
.index_news_zh {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
	margin: 5px 0 10px 0;
}
.index_news_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: #c6e4e8;
	z-index: -1;
}
.index_news_item {
	padding: 20px 0;
	border-bottom: 1px solid #d3d3d3;
}
.index_news_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_news_box {
	width: 80%;
}
.index_news_name {
	font-size: 16px;
	color: #222222;
	transition: all .2s;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  margin-bottom: 10px;
}
.index_news_text {
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.index_news_time {
	font-size: 12px;
	color: #989898;
	padding-left: 15px 0 15px 20px;
	border-left: 1px solid #fafafa;
}
.index_news_item:hover .index_news_name {
	color: #0a91a5;
}
.index_news_item:last-of-type {
	border-bottom: none;
}
.index_news_name1 {
	font-size: 16px;
	color: #222222;
	transition: all .2s;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  width: 85%;
  padding-left: 20px;
  position: relative;
}
.index_news_name1::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #989898;
	transition: all .2s;
}
.index_news_time1 {
	font-size: 12px;
	color: #989898;
}
.index_news_item:hover .index_news_name1 {
	color: #0a91a5;
}
.index_news_item:hover .index_news_name1::after {
	border-radius: 0;
	background: #1a93a5;
}
.index_news_more {
	width: 145px;
	height: 50px;
	margin-top: 30px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	border: 1px solid #989898;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: all .2s;
}
.index_news_more:hover {
	color: #0a91a5;
	border: 1px solid #0a91a5;
}
.index_news_gua {
	background: #50c3f0;
	border-radius: 10px;
	padding: 60px 0;
	margin-bottom: 20px;
}
.index_news_gua img {
	margin: 0 auto;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.index_news_gua:hover img {
	transform: rotateY(-180deg);
}
.index_news_caption {
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	margin: 22px 0 11px 0;
}
.index_news_explain {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}
.index_news_gua:last-of-type {
	margin-bottom: 0;
}
.index_seting {
	position: relative;
}
.index_seting_block {
	position: relative;
}
.index_seting_block img {
	width: 100%;
}
.index_seting_area {
	background: rgba(10,145,165,0.5);
	border-radius: 10px;
	padding: 55px 65px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 9%;
	width: 50%;
}
.index_seting_en {
	font-size: 18px;
	color: #ffffff;
}
.index_seting_zh {
	font-size: 24px;
	color: #ffffff;
	margin: 30px 0;
}
.index_seting_heng {
	width: 70px;
	height: 5px;
	background: #ffffff;
	margin-bottom: 25px;
}
.index_seting_text {
	font-size: 18px;
	color: #ffffff;
	line-height: 46px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.index_seting_shu {
	width: 100%;
	height: 1px;
	background: transparent;
	margin: 25px 0 50px 0;
	/* display: none; */
}
.index_seting_more {
	width: 180px;
	height: 50px;
	padding: 0 12px 0 40px;
	border-radius: 8px;
	background: #ffffff;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
    border: 1px solid #fff;
}
.index_seting_more span {
	font-size: 18px;
	color: #333333;
	transition: all .2s;
}
.index_seting_more img {
	margin-left: 40px;
}
.footer_form .index_seting_more::after{ width: 0;}
.index_seting_more::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: -1;
	background: #51c1ef;
	width: 45px;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
    background: #5ab5c3;
}
.index_seting_more:hover span {
	color: #ffffff;
}
.index_seting_more:hover::after {
	width: 100%;
	border-radius: 8px;
}
.index_seting_title {
	display: inline-block;
	justify-content: flex-start;
	align-items: flex-end;
	position: absolute;
	left: 9%;
	top: 10%;
	z-index: 71;
}
.index_seting_zh1 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
}
.index_seting_en1 {
	font-size: 20px;
	color: #989898;
	margin-left: 5px;
	display: inline-block;
}
.index_seting_title::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 17px;
	background: rgba(10,145,165,0.2);
	z-index: -1;
}
.index_seting_bottom {
	width: 82%;
	height: 1px;
	background: #ffffff;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
	position: absolute;
}
.zsd {
	position: absolute;
	left: 12%;
	bottom: 12%;
	z-index: 71;
	width: 82%;
}
.zsd .swiper-pagination {
	width: 100%;
	left: 10%;
	bottom: 10%;
	text-align: left !important;
	height: 10px;
}
.zsd .swiper-pagination {
	bottom: 0 !important;
	height: 15px;
}
.zsd .swiper-slide {
	opacity: 0;
}
.zsd .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: 0.7;
	background: #ffffff;
}
.zsd .swiper-pagination-bullet-active {
	width: 38px;
	border-radius: 50px;
}
.mySwiper2 .swiper-pagination {
	text-align: right !important;
	bottom: 12%;
	right: 16%;
	left: initial;
}
.mySwiper2 .swiper-pagination span {
	display: inline-block;
}
.mySwiper2 .swiper-pagination {
	font-size: 30px;
	color: #fff;
}
.mySwiper2 .swiper-pagination-total {
	font-size: 18px;
}
.mySwiper2 .swiper-pagination-current {
	color: #51c1ef;
}
.mySwiper2 .swiper-button-next {
	width: 45px !important;
    height: 45px !important;
	background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
	position: absolute;
	top: inherit;
	bottom: 12%;
	/* transform: translateY(-50%); */
	right: 11.5%;
	left: inherit;
	outline: none;
	display: inline-block;
    margin: 0 0 0 15px !important;
    background-size: contain;
	opacity: 1 !important;
	z-index: 71;
}
.mySwiper2 .swiper-button-next:after {
	content: '';
}
.index_team {
	padding: 80px 0;
}
.index_team .index_seting_title {
	position: relative;
	left: initial;
	top: initial;
}
.index_team_banner {
	margin-top: 35px;
	position: relative;
}
.index_team_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #fff;
}
.index_team_block img {
	width: 29%;
	border-radius: 8px;
}
.index_team_area {
	width: 66%;
	padding-top: 35px;
	padding-right: 5%;
}
.index_team_name {
	font-size: 24px;
	color: #333333;
}
.index_team_name font {
	font-size: 18px;
	color: #989898;
	margin-left: 5px;
}
.index_team_caption {
	font-size: 20px;
	color: #333333;
	margin: 35px 0 28px 0;
}
.index_team_text {
	font-size: 18px;
	color: #989898;
	line-height: 34px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.index_team_link {
	font-size: 14px;
	color: #1a93a5;
	margin-top: 30px;
}
.index_team_thumb {
	position: absolute !important;
	right: 0;
	bottom: 0;
	width: 71%;
	position: relative;
}
.index_team_thumb .mySwiper5 {
	width: 90%;
	margin: 0 auto;
}
.index_team_photo {
	position: relative;
}
.index_team_photo img {
	width: 100%;
}
.index_team_photo span {
	position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(10,145,165,0.2);
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 25px 0;
    width: 100%;
    opacity: 0;
    transition: all .2s;
}
.index_team_photo:hover span {
	opacity: 1;
}
.index_team_thumb .swiper-button-prev {
	width: 23px !important;
	height: 43px !important;
	background-image: url(../images/jian4.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	/* bottom: 100px; */
	transform: translateY(-50%);
	left: 1.5%;
	/* right: 12.5% !important; */
	outline: none;
	margin: 0  0 0 0 !important;
	background-size: contain;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.index_team_thumb .swiper-button-prev:after {
	content: '';
}
.index_team_thumb .swiper-button-next {
	width: 23px !important;
    height: 43px !important;
	background-image: url(../images/jian5.png);
    background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	/* bottom: 100px; */
	transform: translateY(-50%);
	right: 1.5%;
	left: inherit;
	outline: none;
	display: inline-block;
    margin: 0 0 0 15px !important;
    background-size: contain;
	opacity: 1 !important;
	z-index: 71;
}
.index_team_thumb .swiper-button-next:after {
	content: '';
}
.index_huan {
	padding: 80px 0;
	background: #f6f6f6;
	position: relative;
    min-height: 600px;
}
.index_huan .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index_huan_left {
	width: 26%;
}
.index_huan_caption {
	font-size: 16px;
	color: #989898;
	margin: 16px 0 25px 0;
	line-height: 30px;
}
.index_huan .index_seting_title {
	position: relative;
	top: initial;
	left: initial;
}
.index_huan_link {
	font-size: 24px;
	color: #333333;
	padding-bottom: 15px;
	border-bottom: 1px solid transparent;
	margin-bottom: 35px;
	display: table;
	transition: all .2s;
	cursor: pointer;
}
.index_huan_on {
	color: #0a91a5;
	border-bottom: 1px solid #0a91a5;
}
.index_huan_link:hover {
	color: #0a91a5;
	border-bottom: 1px solid #0a91a5;
}
.index_huan_more {
	background: #0a91a5;
	width: 138px;
	height: 48px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	margin-top: 120px;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_huan_more:hover {
	transform: translate3d(0,-5px,0);
}
.index_huan_more img {
	margin-left: 7px;
}
.index_huan_banner {
	width: 60%;
	position: relative;
	padding-right: 5%;
	position: absolute;
	top: 80px;
	right: 7%;
	opacity: 0;
}
.index_huan_photo {
	height: 450px;
}
.index_huan_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.index_huan_banner > .swiper-pagination6 {
	position: absolute;
	width: 5px !important;
	height: 80% !important;
	top: initial !important;
	bottom: 0 !important;
	right: 0 !important;
	left: initial !important;
	background: #f0f0f0;
	display: flex;
	flex-flow: column;
}
.index_huan_banner > .swiper-pagination6 .swiper-pagination-bullet {
	width: 5px;
	opacity: 1;
	border-radius: 50px;
	background: #f0f0f0;
	margin: 0 !important;
	flex: 1;
}
.index_huan_banner > .swiper-pagination6 .swiper-pagination-bullet-active {
	background: #0a91a5;
	height: 125px;
}
.index_huan_zi .swiper-slide {
	opacity: 0;
}
.index_huan_banner .swiper-pagination7 {
	position: absolute;
	top: 0;
	right: 0;
	left: initial !important;
	bottom: initial !important;
	width: initial;
	font-size: 24px;
	color: #0a91a5;
}
.index_huan_banner .swiper-pagination7 span {
	line-height: 24px;
}


.index_huan_banner > .swiper-paginationhuan6 {
	position: absolute;
	width: 5px !important;
	height: 80% !important;
	top: initial !important;
	bottom: 0 !important;
	right: 0 !important;
	left: initial !important;
	background: #f0f0f0;
	display: flex;
	flex-flow: column;
}
.index_huan_banner > .swiper-paginationhuan6 .swiper-pagination-bullet {
	width: 5px;
	opacity: 1;
	border-radius: 50px;
	background: #f0f0f0;
	margin: 0 !important;
	flex: 1;
}
.index_huan_banner > .swiper-paginationhuan6 .swiper-pagination-bullet-active {
	background: #0a91a5;
	height: 125px;
}
.index_huan_zi .swiper-slide {
	opacity: 0;
}
.index_huan_banner .swiper-paginationhuan7 {
	position: absolute;
	top: 0;
	right: 0;
	left: initial !important;
	bottom: initial !important;
	width: initial;
	font-size: 24px;
	color: #0a91a5;
}
.index_huan_banner .swiper-paginationhuan7 span {
	line-height: 24px;
}



.index_friend {
	padding: 80px 0 30px 0;
}
.index_friend_title {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.index_friend_caption {
	font-size: 14px;
	color: #989898;
	margin: 20px 0 55px 0;
}
.index_friend_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.index_friend_item {
	width: 22%;
	margin-left: 4%;
	margin-bottom: 50px;
}
.index_friend_item:nth-child(4n-3) {
	margin-left: 0;
}
.index_friend_zh {
	font-size: 20px;
	color: #333333;
	transition: all .2s;
	/* font-weight: bold; */
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;

}
.index_friend_en {
	font-size: 14px;
	color: #b2b2b2;
	margin-top: 2px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_friend_link {
	padding-bottom: 24px;
	border-bottom: 1px solid #f3f3f3;
	padding-right: 35px;
	transition: all .2s;
}
.index_friend_item:hover .index_friend_link {
	background: url(../images/jian7.png) no-repeat right top;
	background-size: 29px 9px;
	border-bottom: 1px solid #0a91a5;
}
.index_friend_item:hover .index_friend_zh {
	color: #0a91a5;
}
.footer {
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 55px 0 0 0;
}
.footer_left {
	padding-right: 5%;
	margin-right: 5%;
	position: relative;
	width: 35%;
}
.footer_left::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 80%;
	background: rgba(255,255,255,0.1);
}
.footer_title {
	font-size: 30px;
	color: #ffffff;
}
.footer_caption {
	font-size: 14px;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 50px;
}
.footer_form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.footer_info {
	width: 48%;
	background: rgba(255,255,255,0.3);
	border: 1px solid #fff;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.footer_info span {
	font-size: 16px;
	color: #ffffff;
	width: 80px;
}
.footer_info input {
	background: initial;
	border: none;
	width: 75%;
	font-size: 16px;
	color: #ffffff;
}
.footer_info:nth-child(3) {
	width: 100%;
}
.footer_info:nth-child(3) input {
	width: 100%;
}
.footer_btu {
	background: #fff;
	width: 150px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.footer_btu img {
	margin-left: 5px;
}
.footer_right {
	width: 60%;
	padding-right: 5%;
}
.footer .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.footer_item {
	width: 38%;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_item img {
	width: 72px;
}
.footer_box {
	width: 70%;
	min-height: 90px;
}
.footer_text {
	font-size: 18px;
	color: #ffffff;
	opacity: 0.5;
	margin-bottom: 18px;
}
.footer_num {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
	line-height: 24px;
	word-wrap:break-word
}
.footer_item:first-of-type::after {
	content: '';
	position: absolute;
	top: 0;
	right: -29%;
	width: 1px;
	height: 90%;
	background: rgba(255,255,255,0.1);
}
.footer_item:first-of-type::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -10%;
	height: 1px;
	width: 30%;
	background: rgba(255,255,255,0.1);
}
.footer_item:nth-child(3):after {
	content: '';
	position: absolute;
	top: 0;
	right: -29%;
	width: 1px;
	height: 90%;
	background: rgba(255,255,255,0.1);
}
.footer_item:nth-child(2)::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -15%;
	height: 1px;
	width: 30%;
	background: rgba(255,255,255,0.1);
}
.footer_item:last-of-type {
	display: block;
}
.footer_item:last-of-type img {
	margin-left: 30px;
	width: 105px;
	height: 105px;
}
.footer_yue {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
	line-height: 24px;
	margin-top: 5px;
	margin-left: 39px;
}
.small {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.small span {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}
.small a {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}
.small font {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	margin-left: 55px;
}
.small img {
	margin: 0 20px;
}
.zi {
	margin: 45px 0 55px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zi span {
	font-size: 16px;
	color: #989898;
}
.zi a {
	font-size: 16px;
	color: #989898;
}
.block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.left {
	background: #f4f4f4;
	border-radius: 10px;
	width: 11.5%;
}
.left_link {
	font-size: 16px;
	color: #333333;
	padding: 17px 35px;
	transition: all .2s;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.left_link:first-of-type {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.left_link:last-of-type {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: none;
}
.left_on {
	color: #fff;
	background: #0a91a5;
}
.left_link:hover {
	color: #fff;
	background: #0a91a5;
}
.right {
	width: 83%;
	margin-bottom: 50px;
}
.right_title {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 55px;
}
.right_title font {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 25px;
	position: relative;
	display: inline-block;
}
.right_title font::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 5px;
	background: #0a91a5;
}
.building_item {
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.building_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.building_name {
	width: 80%;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: all 0.2s;
}
.building_time {
	font-size: 12px;
	color: #989898;
}
.building_item:hover .building_name {
	color: #0a91a5;
}
.fan {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 80px 0 80px 0;
}
.fan a {
	font-size: 12px;
	color: #333333;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eaeaea;
	margin-left: 8px;
	transition: all 0.2s;
}
.fan a:first-of-type {
	width: 60px;
	color: #333333;
	margin-right: 22px;
}
.fan a:last-of-type {
	width: 60px;
	color: #333333;
	margin-left: 22px;
}
.fan a:hover {
	background: #0a91a5;
	color: #ffffff;
}
.fan a.on {
	background: #0a91a5;
	color: #ffffff;
}
.environment_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: -50px;
}
.environment_item {
	width: 24%;
	margin-left: 1.3%;
	margin-bottom: 55px;
}
.environment_item:nth-child(4n-3) {
	margin-left: 0;
}
.environment_photo {
	border-radius: 10px;
	overflow: hidden;
}
.environment_photo img {
	width: 100%;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}
.environment_item:hover .environment_photo img {
	transform:scale(1.1);
}
.environment_text {
	text-align: center;
	font-size: 20px;
	color: #333333;
	margin-top: 25px;
	font-weight: bold;
	transition: all .2s;
}
.environment_item:hover .environment_text {
	color: #0a91a5;
}
/* .department_box {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
} */
.department_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 45px;
}
.department_item {
	width: 14%;
	margin-bottom: 35px;
	margin-left: 3.2%;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #e1e1e1;
	transition: all .2s;
}
.department_item:nth-child(6n-5) {
	margin-left: 0;
}
.department_link {
	padding: 10px 5px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	transition: all .2s;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.department_item:hover {
	border: 1px solid #0a91a5;
	background: #0a91a5;
}
.department_item:hover .department_link {
	color: #fff;
}
.departmentex_title {
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin: 0 0 35px 0;
}
.departmentex_text {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.departmentex_text span {
	display: inline;
}
.departmentex_text img {
	display: inherit;max-width:100%;
}
.departmentex_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 35px 0 30px 0;
}
.departmentex_item {
	width: 23%;
	margin-left: 2.6%;
	margin-bottom: 50px;
	position: relative;
	transition: all .2s;
}
.departmentex_item:nth-child(4n-3) {
	margin-left: 0;
}
.departmentex_link {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.departmentex_link img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.departmentex_item:hover .departmentex_link img {
	transform:scale(1.1);
}
.departmentex_item span {
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgba(10,145,165,0.2);
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	padding: 25px 0;
	width: 100%;
	opacity: 0;
	transition: all .2s;
}
.departmentex_item:hover span {
	opacity: 1;
}
.departmentex_area {
	box-shadow: 0 0 13px rgba(28,44,29,0.23);
	padding: 40px;
	margin-bottom: 80px;
}
.departmentex_area_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.departmentex_area_title {
	font-size: 20px;
	color: #333333;
}
.departmentex_area_more {
	font-size: 14px;
	color: #0a91a5;
}
.departmentex_area_item {
	border-bottom: 1px solid #e6e6e6;
}
.departmentex_area_link {
	padding: 13px 0;
}
.departmentex_area_name {
	font-size: 14px;
	color: #333333;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  transition: all .2s;
}
.departmentex_area_time {
	font-size: 12px;
	color: #989898;
}
.departmentex_area_item:hover .departmentex_area_name {
	color: #0a91a5;
}
.gotodoctor_box {
	margin: 40px 0 50px 0;
}
.newsex_title {
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.newsex_time {
	font-size: 16px;
	color: #989898;
	text-align: center;
	margin: 15px 0 30px 0;
}
.newsex_box {
	margin-bottom: 80px;
}
.newsex_box ul li {
	list-style: disc;
	margin-left: 17px;
}
.newsex_box img {
	max-width: 100%;
	display: inline-block;
}
.newsex_box span {
	display: inline;
}
/* .newsex_box p {
	display: inline;
} */
.departmentzhuanex_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.departmentzhuanex_block .departmentex_item {
	width: 20%;
}
.departmentzhuanex_block .departmentex_item span {
	opacity: 1;
}
.departmentex_item img {
	width: 100%;
}
.departmentzhuanex_area {
	width: 76%;
	padding-top: 25px;
}
.departmentzhuanex_info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0;
}
.departmentzhuanex_text {
	font-size: 18px;
	color: #989898;
	width: 10%;
	line-height: 40px;
}
.departmentzhuanex_caption {
	width: 90%;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
}
.departmentzhuanex_caption img {
	max-width: 100%;
	display: inline-block;
}
.map img {
	width: 100%;
}
.mhead {
	position: relative;
	z-index: 2;
}
.mcenter {
	position: relative;
	z-index: 1;
}
.sp_nav {
	display: none;
}
.building_item:first-of-type {
	padding-top: 0;
}
.header_nav {
	display: none;
}
.navsp {
	display: none;
}
.blank60 {
	display: none;
}
.index_seting_sp {
	display: none;
}
.index_team_bannersp {
	display: none;
}
.mapsp {
	display: none;
}
.search_sp {
	display: none;
}
.more {
	display: none;
}
.footer_form .index_seting_more {
	padding: 0 12px 0 35px;
    padding: 0;
    justify-content: center;
}
.footer_form .index_seting_more img {
	margin-left: 0;display:none;
}