body {
	font-size: 18px;
	font-family: "microsoft yahei";
}
*{
	padding-right: 0;
	padding-left: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
li {
	list-style: none
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	*zoom: 1;
}
.clear{
	clear:both;
}
body{
	/*max-width:1920px;*/
	width:100%;
	/*min-width:1366px;*/
	margin:auto;
}
@media only screen and (min-width:1920px){
	.container {
		max-width: 1680px;
	}
	.nimble-inner {
        min-height: 320px !important;
    }
}
@media only screen and (min-width:1680px) and (max-width:1919px){
	.container {
		max-width: 1440px;
	}
}	
@media only screen and (min-width:1366px) and (max-width:1679px){
	.container {
		max-width: 1320px;
	}
}
@media only screen and (min-width:1024px) and (max-width:1365px){
	.container {
		max-width: 960px;
	}
}
@media only screen and (min-width:767px) and (max-width:1023px){
	.container {
		max-width: 766px;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		width:100%;
	}
}
/*手机*/
@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.swiper-container {
	  width: 100%;
	  /*height: 350px;*/
	  height:auto;
	}
	.swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		margin: 5px;
		background: #b6b6b2;
		opacity:1;
	}
	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img,
	.img-responsive,
	.thumbnail a>img,
	.thumbnail>img {
		min-height: 250px;
	}
	.left_arrow,
	.right_arrow {
		/*top: 50%;*/
		top:100px;
	}
	.carousel-control.right {
		right: 10px;
	}
}
/*平板*/
@media (min-width:768px) and (max-width: 992px) {
	body {
		overflow-x: hidden;
	}
	.nav>li>a{padding: 10px 6px;}
	
	.swiper-container {
	  width: 100%;
	  height: 600px;
	}
}
img {
  vertical-align: middle;
}
::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
	width:100%;
}
::selection {
  color: #fff;
  background-color: #333;
}
section {
  position: relative;
  overflow: hidden;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
/********top*********/
header{
	position:relative;
}
.header-top{
	width:100%;
}
.top-box{
	background-color:#2e5f9a;
	/*height:100px;*/
}
.logo img{
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
}
.icon-team{
	text-align:center;
	float:right;
	position: relative;
}
.top-icon{
	margin-top:20px;
	width:35%;
}
.icon-title{
	color:#fff;
	font-size:12px;
	line-height:25px;
}
/***********Menu************/
.menus_link{
	margin-right: 0;
	margin-left: 0;
	/*padding-top:20px;
	padding-bottom:20px;*/
}
.main-menu ul li {
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.main-menu ul li:first-child{
	margin-left: 0;
}
.main-menu ul li a {
	display: block;
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	position: relative;
}
.main-menu ul li.dropdown-this{
	background:  url(../images/home/menu.png) top no-repeat;
}
.main-menu ul li.dropdown-this a {
	display: block;
	padding: 30px 0;
	color: #009199;
	font-size: 20px;
	font-weight: 500;
	position: relative;
}
.main-menu ul li.dropdown ul.submenu li a::before  {
	display: none;
}
.main-menu ul li:hover > a {
	color: #009199;
}
.main-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	left: -15px;
	min-width: 180px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-out 0s;
	border-radius: 3px;
	z-index: 99;
	border-top: 3px solid #009199;
}
.main-menu ul li:hover ul.submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul.submenu li {
	margin: 0;
	display: block;
}
.main-menu ul li ul.submenu li:hover a {
	color:#009199
}
.main-menu ul li ul.submenu li a {
	padding: 9px 25px;
	text-transform: capitalize;
	font-size:18px;
	color:#000;
}
#mobile-menu ul{
	padding-right: 0;
	padding-left: 0;
}
/**********footer*********/
.fixed::after,
.clearfix::after,
.header::after, 
.main::after, 
.footer::after {
	content: '';
	display: table;
	clear: both;
}
.footer{
	width: 100%;
	overflow: hidden; 
	background:  url(../images/home/foot.jpg) center no-repeat;
	background-size: 100% 100%;
}
.foot_bottom_line{
	padding-bottom:15px;
	border-bottom: 1px solid #fff; 
}
.foot_right{
	text-align:center;
}
.foot-logo {
	margin: 30px auto 30px 5px;
	display: block;
	width:60%;
}
.foot_left{
	width:100%;
	float:left;
	margin-top:5px;
	margin-left:5px;
}
.foot_left p{
	margin-top: 0;
	margin-bottom: 0;
	line-height:39px;
	text-align:left;
	color:#fff;
	font-size:16px;
}
.foot_left p a{
	margin-top: 0;
	margin-bottom: 0;
	line-height:39px;
	text-align:left;
	color:#fff;
	font-size:16px;
}
.foot-menu{
	margin:40px auto;
	width:100%;
	height:50px;
	text-align:center;
}
.foot-menu ul{
	padding-right: 0;padding-left: 0;
}
.foot-menu ul li{
	float:left;
}
.foot-menu ul li a{
	color:#fff;
	font-size:14px;
	padding:10px;
}
/*.foot-menu ul li::after {
	content: '';
	display: table;
	clear: both;
	width:2px;
	height:12px;
	top:10px;
	position:absolute;	
	color:#fff;
	background-color:#fff;
}*/
.foot-menu ul  > :not(:first-child)::after {
	content: '';
	display: table;
	clear: both;
	width:2px;
	height:12px;
	top:10px;
	position:absolute;	
	color:#fff;
	background-color:#fff;
}
./*foot-menu ul:frist-child::after {
	content: '';
	display: table;
	clear: both;
	width:2px;
	height:12px;
	top:10px;
	position:absolute;
	background-color:#2e5f9a;	
}*/
/*.foot-menu li a:hover{
	color:#009199;
}*/
.foot-wechat{
	width:70%;
	display: block;
	margin:auto;
	margin-top:25px;
}
.foot-wechat-p {
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:16px;
}
.foot_bottom{
	text-align:center;
}
.foot_bottom img{
	width:60px; 
	margin:30px auto;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/*********nav**********/
.nimble{
	background:url(../images/home/nimble.jpg) top no-repeat #e4e9f2;
	height:auto;
	background-size:100%;
	margin-top:35px;
}
.nimble-padding{
	padding-right: 0;
	padding-left: 0;
}
.nimble-title-box{
	padding-top:20%;
}
.nimble-heading{
	position: relative;
}
.nimble-heading h1{
	margin:0px 0px 0px 0px;
	color:#111111;
	font-size:35px;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	background-size:auto 100%;
	line-height:50px;
	padding-left:55px;
}
.nimble-heading h1::before{
	content: "";
	position: absolute;
	top: 10px;
	background-color:#2e5f9a;
	width:5px;
	height:35px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 35px;
}
.nimble-title-right{
	float:right;
	margin-top:50px;
}
.nimble-inner {
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/*min-height:180px;*/
	background-size:100% 100% !important;
	background-color: transparent;
	color: #333;
	text-align: center;
	position: relative;
}
.nimble-icon{
	position: relative;
	padding-top:70px;
}
.nimble-icon img{
	position: relative;
	top: 15px;
	padding-bottom:20px;
	width:20%;
}
.nimble-inner h4 {
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	padding:5px 0 0;
	/*word-spacing:5px;*/
	letter-spacing:5px;
	line-height:35px;
}
.nimble-icon:hover img{ 
	transform: rotateY(180deg);
	transition: all 0.6s; 
}
.nimble-icon .icon_h1{
	color:#fff;
}
.nimble-block:nth-of-type(1){
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.nimble-block:nth-of-type(4){
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.icon_show{
	display:block;
	margin:auto;
}
.bj-1{
	background:  url(../images/home/bj_1.jpg) center no-repeat;
	min-height:290px;
}
.bj-2{
	background:  url(../images/home/bj_2.jpg) center no-repeat;
	min-height:290px;
}
.bj-3{
	background:  url(../images/home/bj_3.jpg) center no-repeat;
	min-height:290px;
}
.bj-4{
	background:  url(../images/home/bj_4.jpg) center no-repeat;
	min-height:290px;
}
.bj-5{
	background:  url(../images/home/bj_5.jpg) center no-repeat;
	min-height:290px;
}
.bj-6{
	background:  url(../images/home/bj_6.jpg) center no-repeat;
	min-height:290px;
}
/**********新闻***********/
.news{
	background-size:100% 100%;
	background-attachment: fixed;
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
    color: #fff;
    padding:30px 0;
    text-align: center;
}
.owl-box{
	width:100%;
	float:left;
	overflow:hiddden;
	position:relative;
}
.news-heading{
	position: relative;
}
.news-heading h1{
	margin:0px 0px 0px 0px;
	color:#2b2b2b;
	font-size:23px;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	background-size:auto 100%;
	line-height:50px;
	padding-left:15px;
}
.news-heading h1::before{
	content: "";
	position: absolute;
	top: 15px;
	background-color:#5285bf;
	width:5px;
	height:23px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -1px;
}
/*.news-heading h1::after{
	content: "";
	position: absolute;
	top: 15px;
	background-color:#bababa;
	width:10px;
	height:50px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -20px;
}*/
.news-heading h1 small a.pull_right {
	color: #111111;
	font-size: 13px;
	float: right;
	color:#9d9d9d;
	text-indent: 1.8em;
	width:70px;
	background:  url(../images/home/more.png) right no-repeat;
	background-size:30%;
	font-weight:100;
}

.news_slider_img{
	float:left;
	width:100%;
	overflow:hidden;
	border:1px solid #e4e4e4;
}
.news_title{
	height:25px;
	color:#000;
	font-size:16px;
	font-weight:600;
}
.items-img{
	width:100%;
}
.news_slider_img .item {
	width:100%;
	/*height:350px;*/
	overflow: hidden;
	/*display:flex;
	justify-center:center;*/
}
.items{
	position:relative;
}
.items_title_box{
	background-color:#fff;
	position:absolute;
	bottom:0;
	height:97.5px;
	width:20%;
	bottom:80px;
	background-color:#5285bf;
	clip-path: polygon(80% 0%, 100% 30%, 100% 100%, 0% 100%, 0% 0%);
}
.news-date{
	line-height:25px;
	color:#fff;
	margin-bottom:0;
	padding-top: 25px;
	text-align:left;
	padding-left:20%;
}
.news-date span.sp1{
	color:#ff9900;
	font-size:28px;
}
.news-date span.sp2{
	font-size:18px
}
.news-year{
	line-height:25px;
	color:#fff;
	margin-bottom:0;
	text-align:left;
	padding-left:20%;
}
.items_title_content{
	height:80px;
}
.items_title{
	padding-top:15px;
	margin-left:20px;
	width:90%;
	float:left;
	line-height:20px;
	text-align:left;
	font-size:16px;
	color:#5285bf;
	margin-bottom: 8px;
}
.items_title_box_right{
	width:100%;
	position:absolute;
	bottom:0;
}
.news-frist{
	width:100%;
	position:relative;
	margin-bottom:20px;
	height:180px;
	overflow:hiddden;
	border-bottom: 5px solid transparent;
	border-image: url(../images/home/newsbottom.jpg) 30% round;
}
.news-second{
	width:100%;
	position:relative;
	height:180px;
	overflow:hiddden;
	border-bottom: 5px solid transparent;
	border-image: url(../images/home/newsbottom.jpg) 30% round;
}
.news-item-img img{
	height:100%;
	width:100%;
	object-fit: cover;
}
.items-title-news{
	padding-top:13px;
	width:100%;
	line-height:20px;
	text-align:left;
	font-size:14px;
	color:#fff;
	margin: auto;
	margin-bottom: 4px;
	text-align:center;
}
.news-ul{
	padding-left: 0;
	padding-right: 0;
}
.news-list{
	height: 50px;
	line-height: 50px; 
	padding-left: 12px; 
	overflow: hidden; 
	background: url(../images/home/newt.jpg) left center no-repeat; 
	width:50%;
	float:left;
	
	font-size:16px;
	text-align:left;
}
.news-list-left{
	padding-right:25px;
}
.news-list-right{
	padding-right:0;
}
.news-list a{
	color:#2b2b2b;
	font-size:16px;
	padding-left:15px;
}
.news-list span{ 
	float: right;
	color: #9d9d9d;
}
.news_slider_img .owl-carousel.owl-loaded{
	overflow:hiddden !important;
}
.news_slider_img .owl-theme .owl-dots {
	bottom:-10px;
	right:5%;
	position: absolute;
}
.news_slider_img .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 90%;
	object-fit: cover;
	max-height:300px;
}
.news_slider_img .owl-theme .owl-nav {
	display:none;
}
.news_slider_img .owl-prev{
	position:absolute;
	left:-50px;
}
.news_slider_img .owl-next{
	position:absolute;
	right:-50px;
}
.news_slider_img .owl-theme .owl-nav .owl-prev,.news_slider_img .owl-theme .owl-nav .owl-next{
   color:white;
	font-size: 36px;
	display: inline-block;
	cursor: pointer;
	background-color:#2ec8a6;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	padding-top:30px;
	padding-left:35px;
}
.news_slider_img .owl-theme .owl-nav .owl-next{
	padding-right:55px;
}
.news_slider_img .owl-theme .owl-nav .owl-next:hover{
	color:white;
	background-color:#f4ab01;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news_slider_img .owl-theme .owl-nav .owl-prev:hover{
	color:white;
	background-color:#f4ab01;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news_slider_img .owl-theme .owl-dots .owl-dot.active span, 
.news_slider_img .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	display: block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news_slider_img .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 50px 5px;
	border-radius:10px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	/*border-radius: 30px;*/
	border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-dots{
	display: none;
}
.service__icon {
	font-size: 35px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 5px;
	margin: 0 auto;
	color: #333;
	float:left;
}
.news_wrapper ul li a p{
	margin: 0;
	line-height:30px;
	color: #2b2b2b;
	font-size:16px;
	padding-left:75px;
}
.fi {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	text-align:center;
	display: block;
}
.fi strong {
	display: block;
	font-size: 28px;
	line-height: 1;
	color:#ff9900;
	margin-top:3px;
}
strong {
	font-weight: bolder;
}
.fi u {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin: 5px 0;
	color:#9d9d9d;
	font-weight:100;
	text-align:center;
}
u {
	text-decoration: none;
}
.news_wrapper{
	float:left;
	width:100%;
	margin-top:0px;
}
.news_wrapper ul{
	width:100%;
	position: relative;
}
.news_wrapper ul li{
	float:left;
	width:100%;
	text-align:left;
	margin:10px 0;
	padding:12px 0;
	border-bottom:1px solid #e6e6e6;
}
.news_wrapper ul li a{
	width:100%;
	color:#000;
}
.news_wrapper ul li a:hover{
	width:100%;
	color:#009199;
}
/**********科室************/
.section_wrapper{
	padding-top:55px;
	background: url(../images/home/ksection.jpg) center no-repeat; 
	background-size: 100% 100%;
}
.section_box{
	background:  url(../images/home/section.jpg) top left no-repeat;
	height:auto;
	background-size:50% 85%;
	width:100%;
	min-height:500px;
}
.tab_titles_left{
	/*width:20%;*/
	float:left;
	padding-right:15px;
	padding-left:15px;
}
.tab_titles_right{
	/*width:80%;*/
	float:left;
	margin-top:40px;
	background: url(../images/home/ks-right_1.png) center no-repeat; 
	background-size:100% 100%;
}
.section-wrapper-right{
	min-height:500px;
	margin:25px;
}
.tabs__module .ac-tab__nav {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 60px;
	padding-top: 25px;
}
.tabs__module .ac-tab__nav li {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom:0;
	text-align:center;
	padding-top:35px;
}
.tabs__module .ac-tab__nav li p.ac-tab__img{
	width:50px;
	height:50px;
	display:block;
	text-align:center;
	border:1px solid #fff;
	border-radius:50px;
	margin:auto;
	margin-bottom:0;
}
.tabs__module .ac-tab__nav li p.ac-tab__img_left{
	width:50px;
	height:50px;
	display:block;
	text-align:center;
	border:1px solid #fff;
	border-radius:50px;
	margin-left:10px;
	margin-bottom:0;
}
.tabs__module .ac-tab__nav li div.ac-tab_title{
	display:block;
	text-align:center;
	position:relavite;
	margin:auto;
}
.tabs__module .ac-tab__nav li div.ac-tab_title_left{
	display:block;
	text-align:center;
	position:relavite;
	margin-left: 50px;
	margin-bottom: 0;
}
.ac-tab__img img, .ac-tab__img_left img{
	width:40px;
	padding-top:5px;
	padding-left:2.5px;
	overflow: hidden; 
	border-radius:30px;
}
.tabs__module .ac-tab__nav li a.active p.ac-tab__img::after{
	content: "";
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 5px;
	background: rgba(185, 4, 23, 0.8) url(../images/home/fd.png) center no-repeat;
	background-size:50% 50%;
	border-radius: 50%;
	width:40px;
	height:40px;
}
.tabs__module .ac-tab__nav li a.active p.ac-tab__img_left::after{
	content: "";
	position: absolute;
	top: 5px;
	left:15px;
	bottom: 0;
	background: rgba(185, 4, 23, 0.8) url(../images/home/fd.png) center no-repeat;
	background-size:50% 50%;
	border-radius: 50%;
	width:40px;
	height:40px;
}
.tabs__module .ac-tab__nav li a {
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #000;
	font-weight: 550;
	text-decoration: none;
}
.tabs__module .ac-tab__nav li a.active {
	
}
.tabs__module .ac-tab__nav li a:hover {
	
}
.tabs__module .ac-tab__nav.ac-tab__nav--bottom {
	margin-top: 15px;
	margin-bottom: 0;
}
.tabs__module .ac-tab__nav.ac-tab__nav--left, .ac-tab__nav.ac-tab__nav--right {
	width: 200px;
}
.tabs__module .ac-tab__nav.ac-tab__nav--left li, .ac-tab__nav.ac-tab__nav--right li {
	display: block;
}
.tabs__module .ac-tab__nav.ac-tab__nav--left {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}
.tabs__module .ac-tab__nav.ac-tab__nav--right {
	float: right;
	margin-left: 20px;
	margin-bottom: 0;
}
.tabs__module .ac-tab__content--left {
	width: calc(100% - 221px);
	float: left;
}
.tabs__module .ac-tab__content .title h3{
	font-size: 22px;
}
.tab_titles_right .title{
	text-align:center;
	padding:15px 0;
}
.ac-tab__title_mleft{
	text-align:left;
}
.departments_office li{
	float:left;
	margin:20px auto;
}
.sec-list-p{
	background: url(../images/home/sectionlist.png) center no-repeat;
	background-size:100% 100%;
	width:80%;
	margin:auto;
	line-height:40px;
	height:40px;
	text-align:left;
	padding-left:17%;
	font-size:16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec-list-p a{
	color:#5285bf;
}
.section-heading{
	padding-top:20px;
	position: relative;
}
.section-heading h1{
	margin:0px 0px 0px 0px;
	color:#2b2b2b;
	font-size:23px;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	background-size:auto 100%;
	line-height:50px;
	padding-left: 9%;
}
.section-heading h1::before{
	content: "";
	position: absolute;
	top: 35px;
	background-color:#5285bf;
	width:5px;
	height:23px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 7.5%;
}
.ks-1{
	background: url(../images/home/ks1.png) center no-repeat;
	background-size:100% 100%;
	width:126px;
	height:106px;
	font-size:22px;
	color:#000;
	text-align:center;
}
.active .ks-1{
	background: url(../images/home/ks2.png) center no-repeat;
	background-size:100% 100%;
	width:126px;
	height:106px;
	font-size:22px;
	color:#fff;
	text-align:center;
}
.ks-1 p{
	line-height:30px;
	letter-spacing:5px;
	width:60px;
	margin:auto;
	padding-top:25px;
}
/***********医生************/
.team_wrapper{
	float:left;
	text-align:center;
	width:100%;
	padding:15px 0;
	background-color:white;
	background:  url(../images/home/doctor.jpg) center no-repeat;
	background-size:100% 100%;
}
.team_heading{
	padding:20px 0;
	border:none;
	background:0 0;
	color:#111;
	width:100%;
	position: relative;
}
.team_heading h1{
	margin:0px 0px 0px 0px;
	text-transform:uppercase;
	background-size:auto 100%;
	text-indent:1.5em;
	font-size:22px;
	font-weight:700;
	margin-top:0;
	margin-bottom:0;
	color:#70b0cb;
	text-align:left;
}
.team_heading h1 small a.pull_right{
	color:#70b0cb;
	text-indent: 1em;
	padding-right:1em;
	font-size:14px;
	float:right;
	font-weight:100;
	border:1px solid #70b0cb;
	border-radius:3px;
	margin-top:5px;
	margin-right:15px;
}
.team_about{
	float:left;
	width:100%;
	/*background-color:rgba(255,255,255,.5);*/
	position:relative;
	overflow:hidden;
	background: linear-gradient(to top, #fff,rgb(255, 255, 255,0));
}
/*.team_about:hover .link_img{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_about .link_img img{
	transition: transform 0.3s ease;
}
.team_about:hover .link_img img{
	transform: scale(1.2);
}*/
.team_img{
	width:50%;
	margin:auto;
	/*overflow: hidden;*/
	margin-top:25px;
}
/*.team_about:hover {
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_about:hover .team_img{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_about .team_img img{
	transition: transform 0.3s ease;
}
.team_about:hover .team_img img{
	transform: scale(1.2);
}
.team_about:hover .video_img{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_about .video_img img{
	transition: transform 0.3s ease;
}
.team_about:hover .video_img img{
	transform: scale(1.2);
}*/
.team_txt {
	width:85%;
	margin:auto;
	position:relative;
	margin-bottom:25px;
}
.team_txt h1{
	width:100%; 
	margin-top:5px;
	font-size:18px;
	color:#000;
	float:left;
	font-weight:700;
}
.team_txt h1 span{
	width:100%; 
	margin-top:5px;
	font-size:15px;
	color:#777;
	font-weight:100;
}
.team_txt p{
	text-align:center;
	font-size:16px;
	margin-bottom: 5px;
	color:#000;
}
.team_txt .p01{
	text-align:center;
	font-size:17px;
	margin-bottom: 5px;
	color:#000;
}
.team_txt .p01::after{
	content: "";
	position: absolute;
	top: 60px;
	background-color:#5285bf;
	width:50px;
	height:2px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
}
.team_txt .p11{
	text-align:left;
	font-size:16px;
}
.team_txt .p21{
	line-height:30px;
	height:30px;
	text-align:center;
	background-color:#5285bf;
	color:#fff;
	font-size:14px;
}
.team_img img{
	margin-top:2px;
	width:100%;
}
.team_slider_wrapper{
	float:left; 
	width:100%;
}
.team_slider_wrapper .owl-carousel .owl-item img{
	width:90%;
	/*min-height: 210px;*/
	height: 190px;
	object-fit: cover;
	object-position: top;
	overflow: hidden;
	border:1px solid #5285bf;
}
.team_slider_wrapper .item {
	width:100%;
}
.img_s{
	display:none;
}
.data_s{
	display:none;
}
.team_frist{
	width:100%;
	min-height:452px;
}
.team_frist img{
	width:100%;
	height: 100%;
	object-fit: cover;
	padding-top:5px;
}
.team_frist_content{
	width:100%;
}
.team_frist_content .p1{
	text-align:left;
	line-height:30px;
	color:#000;
	font-size:20px;
	margin:0;
	font-weight:700;
}
.team_frist_content .p2{
	text-align:left;
	line-height:20px;
	color:#000;
	font-size:15px;
	margin:0;
}
.team_frist_content .p3{
	text-align:left;
	line-height:20px;
	color:#777777;
	font-size:15px;
	margin:0;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: normal;
	word-wrap: break-word;*/
	white-space: nowrap;
	margin-bottom:5px;
}
.owl-theme {
	position: relative;
	z-index: 1; 
}
.owl-theme .owl-nav {
	position: absolute;
	top: 65%;
	margin-top: -50px;
	z-index: 10;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	position: absolute;
	font-size: 30px;
	background: #ff9d54;
	color: #fff;
	padding: 10px;
	line-height: 0; 
}
.owl-theme .owl-nav .owl-prev {
	left: 0; 
}
.owl-theme .owl-nav .owl-next {
	right: 0; 
}
.owl-theme:hover .owl-nav {
	visibility: visible;
	opacity: 1; 
}
/**********党建活动**************/
.construct_wrapper{
	padding-top:55px;
}
.construct-list{
	height: 40px;
	line-height: 40px; 
	padding-left: 12px; 
	overflow: hidden; 
	width:100%;
	float:left;
	padding-right:25px;
	font-size:16px;
	text-align:left;
}
.construct-list a{
	color:#2b2b2b;
	font-size:16px;
}
.construct-list span{ 
	float: right;
	color: #9d9d9d;
}
.construct-heading{
	position: relative;
}
.construct-heading h1{
	margin:0px 0px 0px 0px;
	color:#2b2b2b;
	font-size:23px;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	background-size:auto 100%;
	line-height:50px;
	padding-left:45px;
}
.construct-heading h1::before{
	content: "";
	position: absolute;
	top: 15px;
	background-color:#5285bf;
	width:5px;
	height:23px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 25px;
}
.construct-heading h1 small a.pull_right {
	/*color: #111111;*/
	font-size: 13px;
	float: right;
	color:#9d9d9d;
	text-indent: 1.8em;
	width:70px;
	background:  url(../images/home/more.png) right no-repeat;
	margin-right: 30px;
	background-size:30%;
	font-weight:100;
}
.construct-content{
	width:100%;
	padding-bottom:15px;
}
/*******视频*******/
.video{
	max-height:450px;
	overflow: hidden;
}
.video_img{
	width:100%;
	margin:auto;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

/*******下部栏目********/
.link_wrapper{
	width:100%;
	padding-bottom:15px;
	padding-top:15px;
}
.special_1{
	background:  url(../images/home/tszl_1.jpg) center no-repeat;
	background-size:100% 100%;
	min-height:180px;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.special_2{
	background:  url(../images/home/tszl_2.jpg) center no-repeat;
	background-size:100% 100%;
	min-height:180px;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.special_3{
	background:  url(../images/home/tszl_3.jpg) center no-repeat;
	background-size:100% 100%;
	min-height:180px;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.special_4{
	background:  url(../images/home/tszl_4.jpg) center no-repeat;
	background-size:100% 100%;
	min-height:180px;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.special{
	line-height:180px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
/***********************/
.construct{
	background: url(../images/home/djhd.jpg) center no-repeat;
	background-size:100% 100%;
	margin-bottom:1em;
}

.top-wechat{
	display:block;
}
.mean-nav {
  float: left;
  width: 100%;
  background: #70b0cb;
  margin-top: 0 !important;
}
.nimble{
	display:block;
}
.nimble-mobile{
	display:none;
}
.news-pc{
	display:block;
}
.news-mobile{
	display:none;
}
.section-pc{
	display:block;
}
.section-mobile{
	display:none;
}
.foot-menu{
	display:block;
}
.is-mobile{
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
}
.menus_link{
	--bs-gutter-x: 1.5rem;
	/*padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);*/
}
@media (max-width: 767px) {
	.top-wechat{
		display:none;
	}
	.top-box {
		height: 120px;
	}
	.logo img {
		width: 80%;
		margin-top: 5px;
	}
	.nimble{
		display:none;
	}
	.nimble-mobile{
		display:block;
	}
	.bj-1,.bj-2,.bj-3,.bj-4,.bj-5,.bj-6{
		min-height: 160px;
	}
	.nimble-icon {
		padding-top: 40px;
	}
	.news-pc{
		display:none;
	}
	.news-mobile{
		display:block;
	}
	.news-list{
		width:100%;
	}
	.section-pc{
		display:none;
	}
	.section-mobile{
		display:block;
	}
	.tabs__module .ac-tab__nav li {
		width: 33.33333%;
	}
	.ks-1 {
		width: 93px;
		height: 83px;
		font-size: 16px;
		color: #000;
		text-align: center;
	}
	.ks-1 p {
		line-height: 30px;
		letter-spacing: 5px;
		width: 60px;
		margin: auto;
		padding-top: 10px;
	}
	.active .ks-1 {
		width: 93px;
		height: 83px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		}
	.section_box {
		height: auto;
		background-size: 100% 100%;
		width: 100%;
		min-height: 500px;
	}
	.tabs__module .ac-tab__nav li div.ac-tab_title_left {
		margin:auto;
	}
	.tabs__module .ac-tab__nav {
		padding-bottom: 0px;
	}
	.foot-menu{
		display:none;
	}
	.foot-logo{
		width:80%;
	}
	.foot-wechat-p{
		font-size:13px;
	}
	.is-mobile{
		padding-right: 0;
		padding-left: 0;
	}
	.menus_link{
		--bs-gutter-x: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.mean-container a.meanmenu-reveal {
		right: 20px !important;
	}
	.items_title_box {
		width: 30%;
	}
	.departments_office li {
		margin: 10px auto;
	}
	.sec-list-p {
		padding-left: 25px;
	}

}

.wechat_1_box, .wechat_2_box, .weibo_1_box{
	display:none;
	width:120px;
	height:120px;
	background-color:#ff9900;
	padding: 10px 10px;
	border-radius: 15px;
	transition: all 0.32s;
	z-index: 999;
	position: absolute;
	top:80px;
	left:-5px;
}
.wechat_1_box img, .wechat_2_box img, .weibo_1_box img{
	width:100%;
	
}
.wechats{
    width:100%;
}
.wechats-1{
    text-align:center;
}
.wechats-1 img{
    width: 80%;
    margin: auto;
    margin-top: 20px;
}
.video-img{
    margin-top:37px;
}
.video-img video{
    width:100%;
    height:100%;
}