body{
	margin: 0;
	padding: 0;
	color: #333;
	box-sizing: border-box;
	background: url(../img/background.jpg);
}
a,ul,li,p,a:hover{
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333333;
}
.banner img {
	width: 100%;
	height: 100%;
}
div {
	font-family: "microsoft yahei";
}
li{
	display: inline-block;
}

.navbar-brand > img {
	height:100%;
}
h4 {
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	border-bottom: 1px solid #0269b6;
	padding: 0 0 8px 0;
	margin-top: 0;
}
h4 img{
	padding-bottom:4px;
}
.font16{
	font-size: 16px;
}
.font14{
	font-size: 14px;
}
.container {
	width: 1235px;
	margin: 0 auto;
}
.xs_color{
    color: #0269b6;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.xs_color .bott{
	padding: 0 100px 20px;
}
.xs_EN{
	position: absolute;
	background: #fff;
	top: 38px;
	left: 0;
	right: 0;
	width: max-content;
	padding: 0 10px;
	margin: 0 auto;
}


/*banner*/
.swiper-banner.swiper-container {
	width: 100%;
	height: 540px;
}

	.swiper-banner.swiper-container img {
		width: 100%;
		height: 100%;
	}

.swiper-banner .pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 20;
}

.swiper-banner .swiper-pagination-switch {
	display: block;
	float: left;
	width: 35px;
	height: 10px;
	background: #fff;
	margin: 0 5px 5px;
	opacity: 1;
	color: transparent;
	cursor: pointer;
}

.swiper-banner .swiper-active-switch {
	background: #000;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering*/
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px,0,0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px,0,0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px,0,0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px,0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px,0,0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px,0,0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes*/
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.app_list{
	padding:0;
}
.app_list ul {
	margin-top: 30px !important;
}
.bs-part4 {
	overflow: hidden;
	margin-top: 30px;
}

.bsjst {
	display: block;
	white-space: nowrap;
}

	.bsjst li {
		width: 227px;
		height: 374px;
		margin-right: 20px;
		display: inline-block;
	}

		.bsjst li a {
			width: 214px;
			height: 344px;
			overflow: hidden;
			display: block;
			position: relative;
			text-align: center;
			border: 1px solid #0269b6;
		}

			.bsjst li a img {
				object-fit: cover;
				object-position: center;
				width: 100%;
				height: 83%;
				transition: transform .5s;
				-ms-transition: transform .5s;
				-moz-transition: transform .5s;
				-webkit-transition: transform .5s;
				-o-transition: transform .5s;
			}
			/* .bsjst li a img:hover{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
} */
			.bsjst li a span {
				display: block;
				text-align: center;
				line-height: 26px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

			.bsjst li a .font16 {
				bottom: 25px;
			}

			.bsjst li a .font15 {
				bottom: 25px;
			}

			.bsjst li a .font14 {
				bottom: -3px;
			}
			.bsjst li a .font14 p{
				text-indent:0 !important;
			}

		.bsjst li.jst {
			display: inline-block;
			vertical-align: top;
			width: 100%;
			height: 0;
			overflow: hidden;
			border: 0;
			font-size: 0;
		}

#superSlideWrapper {
	position: relative
}

.super-slide-btn {
	width: 60px;
	height: 350px;
	bottom: 0;
}

.bs-part4 .next img {
	top: 130px;
	position: absolute;
	right: 10px;
}

.prev img {
	top: 130px;
	position: absolute;
	left: 10px;
}




/* 头部 */
.top {
	width: 100%;
}
.searchBar {
	height: 115px;
}
.searchBar .toplogo {
	display: inline-block;
	margin-top: 15px;
}
.searchBar .searchbox {
	float: right;
	clear: both;
	margin-top: 40px;
	background: #0269b6;
	border-radius: 5px;
}
.searchbox input {
	width: 250px;
	height: 40px;
	line-height: 40px;
	padding-left: 8px;
	background: #fff;
	border: 1px solid #0269b6;
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.searchbox .magnifier {
	width: 45px;
	height: 40px;
	padding: 8px 0 0 10px;
	display: inline-block;
}

.navbar-container a {
	color: #000;
}

.navbar-collapse {
	padding: 0;
	margin-top: 15px;
}

	.navbar-nav>li>a{font-size:18px !important;}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border:none;
	z-index:999;
}
.navBar {
	width: 100%;
	background: rgba(0,0,0,0);
	/*#0269b6;*/
	height: 58px;
}
.navBar>ul {
	height: 100%;
}
.navBar>ul li{
	display: inline-block;
	width: 12%;
	height: 100%;
	text-align: center;
	/* padding: 8px 0; */
}
.navBar>ul li a {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	margin-top: 4px;
	color: #fff;
}
.navBar>ul li a:hover{
	background: #fff;
	color: #0269b6;
}
.swiper-container {
	width: 100%;
	height: 350px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	color:#fff;
	background:#0269b6;
}
/* PC端 */
.home {
	width: 100%;
}
.H_main{
	width: 100%;
	margin: 50px auto;
}
.navbar-toggle .icon-bar{
	background:#0269b6;
}
.navbar-nav > li {
	display: inline-block;
	width: 11%;
	margin-top: 8px;
	text-align: center;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #0269b6 !important;
	color: #fff;
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #0269b6;
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.nav {
	width: 100%;
	/* height: 50px;
	background-color: #0269b6; */
	background: rgba(0,0,0,0);
	color: #fff;
}
.H_main>div{
	margin-bottom: 30px;
	position: relative;
}
.dropdown-menu {
	min-width: min-content;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #0269b6;
}
.dropdown-menu li {
	width: 100%;
	border-top: 1px solid #ccc;
}
.dropdown-menu li:first-child{
	border-top:none;
}
.dropdown-menu>li>a {
	padding:12px 20px;
}
/* 新闻list 一 */
.main_one {
	height: 321px;
}
.div_title{
	display: inline-block;
	width: 19%;
	height: 100%;
	text-align: center;
	float: right;
	border: 1px solid #0269b6;
	position: relative;
}
.div_title h4 {
	font-size: 16px;
	position: absolute;
	top: -12px;
	right: 94px;
	width: 100px;
	border: none;
	background: url(../img/background.jpg);
	padding: 0;
    margin: 0;
}
.div_title ul{
	font-size: 16px;
	margin: 10px auto 0;
	width: 100%;
}
.div_title li {
    font-size: 16px;
    text-align: center;
    margin: 15px auto;
    display: block;
    border-radius: 24px;
    width: 92%;
    background: #0269b6;
}
.list img {
	padding-bottom: 10px;
	width: 4px;
}
.div_title span {
	display: block;
	color: #fff;
	border: 1px solid #0269b6;
	border-radius: 24px;
	padding: 6px 0;
	letter-spacing: 4px;
	padding-left: 40px;
}
.pagination {
	display: inline-block;
    margin: 0 auto;
}
.paginator .pageTo {
	margin-left: 10px;
}
	.paginator .pageTo div {
		height: 100%;
		line-height: 34px;
		display: inline-block;
	}
	.paginator .pageTo input {
		width: 40px;
		height: 20px;
		border: 1px solid #333;
		margin: 0 5px;
		border-radius: 4px;
		text-align: center;
	}
.paginator > div {
	display: inline-block;
}
.div_title a:hover {
	color: #0269b6;
	background: #fff;
	text-decoration: none;
}
.div_title span:hover {
	color: #0269b6;
	background-color: #fff;
	border: 1px solid #0269b6;
	border-radius: 20px;
	letter-spacing: 4px;
}

.div_title img{
	width: 30%;
}


.div_title li:first-child .kstd_zy {
	background-image: url(../img/ksdh_zy.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}
.div_title li:first-child:hover .kstd_zy {
	background-image: url(../img/ksdhb_zy.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}

.div_title li:nth-child(2) .kstd_jz {
	background-image: url(../img/ksdh_jz.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}

.div_title li:nth-child(2):hover .kstd_jz {
	background-image: url(../img/ksdhb_jz.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}
.div_title li:nth-child(3) .kstd_ks {
	background-image: url(../img/ksdh_ks.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}

.div_title li:nth-child(3):hover .kstd_ks {
	background-image: url(../img/ksdhb_ks.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}
.div_title li:nth-child(4) .kstd_mz {
	background-image: url(../img/ksdh_mz.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}

.div_title li:nth-child(4):hover .kstd_mz {
	background-image: url(../img/ksdhb_mz.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}
.div_title li:nth-child(5) .kstd_yb {
	background-image: url(../img/ksdh_yb.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}

.div_title li:nth-child(5):hover .kstd_yb {
	background-image: url(../img/ksdhb_yb.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}
.div_title li:nth-child(6) .kstd_yy {
	background-image: url(../img/ksdh_yy.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}

.div_title li:nth-child(6):hover .kstd_yy {
	background-image: url(../img/ksdhb_yy.png);
	background-repeat: no-repeat;
	background-position-x: 38px;
	background-position-y: 5px;
}




.w-container {
	height: 321px;
	overflow: hidden;
	background: #fff;
}

.w-container-orther {
	overflow: hidden;
	background: #fff;
}

.w-container .w-banner {
	height: 321px;
	overflow: hidden;
	position: relative;
	margin-left: 0px;
}
.w-banner li {
	position: relative;
}

	.w-banner li p {
		width: 100%;
		position: absolute;
		height: 50px;
		line-height: 50px;
		color: #fff;
		font-size: 15px;
		text-indent: 20px;
		bottom: 0px;
		left: 0;
		background: rgba(0,0,0,.5);
	}
.w-banner li p span {
	width: 68%;
	display: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w-banner-btn {
	position: absolute;
	left: 73%;
	bottom: 22px;
}

.w-banner-btn span {
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	padding: 3px;
	background: #999;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	cursor: pointer;
	}

	.w-banner-btn .active {
		padding: 3px;
		background: #fe8027;
		width: 10px;
		height: 10px;
	}


.div_img{
	width: 35%;
	height: 100%;
	display: inline-block;
	float: left;
}
.div_list {
	width: 42%;
	height: 100%;
	float: left;
	margin: 0 2%;
	display: inline-block;
}
.xinwen{
	padding: 0 0 5px 0;
	font-size:18px;
	border-bottom: 1px solid #0066AB ;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xinwen > li {
    display: inline-block;
    margin-top: 5px;
}
.xinwen > li a {
	padding: 6px 11px 5px;
	color: #0068aa;
	font-size: 15px;
}
.xinwen > .tab a {
	color: #fff;
	border-bottom: 3px solid #0066AB;
	background: #0269b6;
	font-size: 16px;
}
.div_show a:hover p{
	color:#fe8027;
}
.div_show ul {
	display: none;
}
.main_fif .div_show {
	width: 100%;
}
.main_fif .div_show li {
	width: 100%;
	line-height: 35px;
}
.main_fif .div_show img,.main_fif .div_show .l_con{
	display: inline-block;
	line-height:normal;
	text-indent:0;
}
.main_fif .div_show img{
	padding-bottom: 10px;
	width: 4px;
}
.div_show .list {
	display: block;
}
.list {
	font-size: 14px;
	margin: 10px 0;
}
.list li {
	width: 100%;	
	position: relative;
	margin: 7px 0;
}
.l_span{
	float: right;
	font-size: 13px;
}
.list p{
	display: inline-block;
}
.l_con{
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 医院简介 */
.bott{
	color: #333333;
	font-size: 20px;
	padding: 5px 8px;
}
.sp_title{
	font-size: 14px;
	color: #777777;
	margin-left: 7px;
}


.main_two,.main_thr{
	/* width: 100%; */
	clear: both;
}
.main_two .list li {
	width: 19.4%;
	border: 2px solid #3796d8;
	border-radius: 5px;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
}
.main_two .list li .l_con{
	width: 100%;
}
.main_two .list li:hover{
	background: #51aae8;
	color:#fff;
}
.main_two .list li:hover p {
	color: #fff;
}
.main_two > div {
	width: 48%;
	margin-top: 20px;
}
.two_right{
	float: right;
}
.main_two .two_left {
	height: 390px;
}
.main_two .two_right {
	height: 405px;
	overflow: hidden;
}
.two_left {
	float: left;
	overflow: hidden;
}
.two_left p{
	text-indent: 2em;
	line-height: 38px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
	letter-spacing: 1px;
}
.more {
	background: #0269b6;
	color: #fff;
	border: none;
	padding: 7px 20px 7px 28px;
	letter-spacing: 5px;
	margin: 0 auto 0;
	display: block;
	font-size:14px;
	border-radius: 15px;
	float: right;
}

/* 科室导航 */
.main_thr ul{
	text-align: center;
	margin-top: 20px;
}

.main_thr li {
	width: 20%;
	display: inline-block;
	padding: 3% 0;
	border: 1px solid #eee;
	margin-left:-5px;
}
.main_thr img{
	width: 60px;
	height: 70px;
}
.main_thr li span{
	padding:0 10px;
}
.main_thr li span, .list_zj span {
	margin: 0 auto;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.CN{
	font-size: 20px;
	padding: 10px 0;
}
.EN{
	font-size: 12px;
}

/* 专家介绍 */
.main_four{
	position: relative;
	margin-bottom:0 !important;
}
.list_zj{
	text-align: center;
	margin-top: 20px;
}
.list_zj li{
	width: 23%;
	border: 1px solid #eeeeee;
	margin-right: 1%;
}
.list_zj li:nth-child(4){
	margin: 0;
}
.list_zj span{
	padding: 5px 10px;
}
.zj_img{
	width: 100%;
	height: 374px;
}
.roa_le,.roa_ri{
	position: absolute;
	background-color: #000000;
}
.roa_le{
	left: 20px;
	top: 200px;
}
.roa_ri{
	right: 20px;
	top: 200px;
}

.main_fif > div{
	width: 48%;
	margin-top:20px;
}

/* APP端 */
.app_list {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.app_list li{
	width: 23%;
}
.app_list li img{
	width: 60%;
}
.app_list li span{
	display: block;
	padding: 10px 0;
}
/* 新闻动态 */
.apN_list {
	width: 100%;
	text-align: center;
}
.apN_list li{
	width: 32%;
	margin: 20px auto;
}
.apN_list a{
	color: #0269b6;
	border: 1px solid #0269b6;
	padding: 10px 25px;
	border-radius: 8px;
}
.apN_list a:hover{
	background: #0269b6;
	color: #fff;
}
.apN_li{
	display: block;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eee;
}
.apN_li a{
	height: 80px;
}
.apN_li a>p,.apN_li a>div{
	display: inline-block;
}
.apN_li a>p{
	width: 20%;
	border: 1px solid #0269b6;
	text-align: center;
	height: 80px;
	margin-right: 10px;
	border-radius: 8px;
	float: left;
}
.year{
	background: #0269b6;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	margin-bottom: 3px;
	color: #fff;
}
.date{
	color: #0269b6;
	font-size: 22px;
}
.app_con{
	width: 75%;
	margin-bottom: 15px;
}
.app_con h5{
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0;
}
.app_con p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	letter-spacing: 1px;
	height: 60px;
}
.Call_li{
	display: block;
	line-height: 30px;
}


/* 招聘页面 */
.neirong{
	margin-bottom: 80px;
}
/* PC */
.site {
	background-color: #eee;
    height: 50px;
    line-height: 50px;
	margin-bottom: 30px;
}
.lft img{
	margin: 0 3px;
}
table{
    border-spacing: revert;
    border-collapse: inherit;
	background: #FFF;
}
#zhaopin1_DataList1{
	width: 100%;
	margin: 0 auto;
}
.tabl{
	width: 100%;
}
.tabl td{
	padding: 5px;
}
.yaoqiu p {
	text-indent: 2em;
	padding: 5px;
	line-height: 2;
	font-size: 16px;
	word-break: break-all;
}
tr{background-color: #DFDFDF;}
td{
	background: #eeeeee;
	border: 1px solid #ccc;
}
.showpage .showpage1 {
    width: auto;
    /*float: left;*/
    /*position: relative;
    left: 43%;*/
}
.showpage .showpage1 .paginator{
	margin-bottom:30px;
}
.paginator {
	width: 480px;
	margin: 0 auto;
}
/*
.paginator {
    font: 16px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
    text-align: left;
    position: relative;
    right: 50%;
    float: left;
	height: 80px;
	line-height: 25px;
}
.paginator a, .paginator a:visited, .paginator .cpb, .paginator a:hover {
    text-align: center;
    white-space: nowrap;
    font-family: Arial,SimSun;
}
.page_a {
	text-align: center;
	border: 1px solid #0269b6;
	color: #0269b6;
	font-weight: 550;
	cursor: pointer;
	background: #f8f8f8;
	width: 30px;
	margin-right: -5px;
}
.paginator a:hover {
    border: 1px solid #0269b6;
    color: #FFF;
    text-decoration: none;
	padding:4px 10px;
    background-color: #0269b6;
}
.aaa a:hover {
    background: none;
    color: #fff;
    padding: 0;
    border: none;
}
.paginator .cpb {
    font-weight: 700;
    background: #0269b6;
}
.paginator .cpb a{
    color: #FFF;
}
.paginator span{
	font-size: 14px;
	vertical-align:baseline;
}*/
.page_tianchong {
    border: #333 solid 1px;
    background: none;
    font-size: 12px;
    margin-top: 15px;
    background: #fff;
	border-radius: 3px;
	text-align: center;
	width:35px;
	height: 20px;
	vertical-align:baseline;
}
/* APP */
.F_h4 h4{
	font-weight: bolder;
	font-size: 18px;
	margin-bottom: 20px;
}
.flo_a{
	float: right;
	border: 1px solid #0269b6;
	border-radius: 5px;
	color: #0269b6;
	padding: 8px;
	font-size: 14px;
	font-weight: normal;
}
.flo_a:hover{
	float: right;
	border: 1px solid #0269b6;
	border-radius: 5px;
	color: #0269b6;
	padding: 8px;
	font-size: 14px;
	font-weight: normal;
}
.neirong .F_ul{margin: 0;}
.neirong .F_ul ul{margin: 0;}
.neirong .F_ul li{
	display: block;
	line-height: 27px;
	clear: both;
	font-size: 13px;
}
	.neirong .F_ul li p {
		word-break: break-all;
	}
.flo_right{
	float: right;
}
/* 应聘页面  */
.yingpin_tabl table,.yingpin tr,.yingpin td{border: none;}
.yingpin_tabl>tbody>tr>td{
	border: 2px solid #CCCCCC;
} 
.col_fff{
	background: #fff !important;
}
.yingpin_tabl textarea{width: 100%;}

.a_yingpin {
	padding: 0;
	width: 100%;
}
.a_yingpin h4{
	background: #eee;
	padding: 10px 15px;
	margin-top: 0;
}
.a_yingpin li{
	border-bottom: 1px solid #eee;
	clear: both;
	padding: 5px 15px;
}
.a_yingpin input,.a_yingpin textarea,.a_yingpin select{
	outline:none;
	resize: none;
	border: none;
}
.a_yingpin select{
	float: right;
}
.a_yingpin input{
	float: right;
	width: 70%;
	text-align: right;
}
.a_yingpin textarea{
	width: 100%;
}
em{color: red;font-style:normal;margin-right: 2px;}
.submit{
	background: #0269b6;
	color: #fff;
	width: 90%;
	margin: 20px 5%;
	border: none;
	border-radius: 5px;
	padding: 10px 0;
	font-size: 16px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	min-height:450px;
	object-fit:cover;
}

/* 响应式 */
/* 当屏幕宽度小于960px */
@media screen and (max-width: 1180px) {
	.container{
		width:1000px;
	}
	.footerMessage .top .mid{
		margin:0;
	}
	.footerMessage .top .right div{
		width: 146px;
		margin:0 !important;
	}
	.footerMessage .top .right img{
		margin-left: 13px;
		width: 149px;
		height: 149px;
	}
}
@media screen and (max-width: 960px) {
	
.navbar-collapse {
	
	margin-top: 0;
}
	.nav > li > a:focus, .nav > li > a:hover{
		color:#333;
	}
	.bsjst li a .font16 {
		bottom: 45px;
	}

	.bsjst li a .font15 {
		bottom: 25px;
	}

	.bsjst li a .font14 {
		bottom: 5px;
	}

	.carousel-inner,.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		min-height:54vw;
		object-fit:cover;
	}
	
	.bsjst li {
		width: 190px;
		height: 260px;
	}

	.bsjst li a {
		width: 190px;
		height: 260px;
		font-size:14px;
	}
	.app_con p{
		font-size: 14px;
	}
	.more{
		top: 102%;
		left: 0;
		right: 0;
	}
	.bsjst li a .font16{
		bottom:55px;
	}
	.bsjst li a .font15{
		bottom:30px;
	}

	.showpage{
		display:none;
	}
	.bsjst {
		width: 960px;
	}

	.bsjst li a img {
		width: 100%;
		height: 80%;
	}
	.main_one {
		height: auto !important;
		margin-bottom: 0 !important;
	}
	.div_img, .div_title {
		display: none;
	}
	.div_list {
		width: auto;
		float: none;
	}
	.main_two .list li {
		width: 24.2%;
	}
	.bs-part4 .next img {
		top: 125px;
		position: absolute;
		right: 0px;
	}

	.prev img {
		top: 125px;
		position: absolute;
		left: 0px;
	}
	.container{
		width: 100%;
	}
	.main_two>div{
		width: 100%;
	}
	.main_thr{
		margin-top: 80px;
	}
	.main_thr ul{
		width: 100%;
	}
	.main_thr ul li {
		width: 20%;
	}
	
	.list_zj{
		height: 300px;
		overflow: hidden;
		background-color: #eee;
	}
	.list_zj li{
		width: 23.8%;
		height: 100%;
	}
	.list_zj .zj_img{
		border-radius: 50%;
		width: 150px;
		height: 150px;
		margin: 15px 0 0 0;
	}
	.main_thr img{
		width: 44%;
		height: 50px;
	}

	.apN_ul{
	    margin-top: 30px !important;
	}
	.CN{font-size: 16px;}
	.list_zj .font14{
		text-align: left;
		margin: 0 auto;
		width: 90%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		white-space: pre-wrap;
		height: 55px;
		font-size: 12px;
	}
	.list_zj span{
		padding: 5px 0;
	}
	.two_left{
		margin-top: 50px;
	}
	.site {
		background-color: #fff;
	    height: 50px;
	    line-height: 50px;
		margin-bottom: 0px;
	}
	.nav{
		height:auto;
		margin:0;
	}
	.navbar-nav > li {
		display: block;
		color: #fff;
		text-align: left;
		width: 100%;
	}
	
	.navBar {
		background: #fff;
		max-height: 405px;
	}
	.navbar-container .container {
		padding:0;
	}
	.navbar-container .container ul{
		margin: 0;
	}
	.dropdown-menu li{
		border:none;
		padding: 10px 0;
		color:#8c8c8c;
	}
	.navbar-nav .open .dropdown-menu > li > a{
		color:#aaa;
	}
	.navbar-nav li {
		border-top: 1px solid #c0d9ed;
	}
	.navbar-nav > li{
		margin-top:0;
	}
	.H_main {
		margin: 0 auto;
	}
	.banner img{
		width: 100%;

		height: 120px;
		object-fit:cover;
	}
}

/* 当屏幕宽度小于768px */
@media screen and (max-width: 768px) {
	.main_two .two_right{
		height:390px;
	}

	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
		color:#333;
	}
	.nav > li > a:focus, .nav > li > a:hover {
		background-color: rgba(0,0,0,0) !important;
	}
	.app_news {
		margin-bottom: 10px !important;
	}
	.app_news ul{
		margin-top:40px !important;
	}
	.app_news .apN_ul{
		margin-top:10px !important;
	}
	.apN_list a{
		padding: 10px 15px;
	}
	.bsjst li a span{
		font-size:14px;
	}
	.bsjst li a span p{
		font-size:14px;
		overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}
	.bsjst li a img {
		width: 100%;
		height: 81%;
	}
	.bsjst li a span {
		display: block;
		text-align: center;
		line-height: 26px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.visible-xs-block {
		width: 80%;
	}
	.banner img {
		width: 100%;
		height: 120px;
		object-fit:cover;
	} 
	span, p, b {
		font-size: 14px;
	}

	.navbar-brand > img {
		display: block;
		/*width: 100%;*/
		height:140%;
	}

	.navbar-brand {
		padding: 10px;
	}

	.H_main {
		margin: 0 auto;
	}

	.nav {
		height: auto;
		margin: 0;
		background:#f4f4f4;
		color:#333;
	}
	.nav a {
		color: #333;
	}

	.navbar-nav > li {
		display: block;
		color: #fff;
		text-align: left;
		width: 100%;
	}

	.navbar-container .container ul {
		margin: 0;
	}

	.navBar {
		background: #fff;
		max-height: 405px;
	}

	.main_one {
		height: auto !important;
		margin-bottom: 0 !important;
	}
	.div_img, .div_title {
		display: none;
	}
	.main_two .list li {
		width: 24.2%;
	}
	.div_list{
		width:100%;
		    margin:0;
		float:none;
	}
	.list li,.main_fif .div_show li{border-bottom:1px solid #bfdaef;}
	.main_fif .div_show li{
		padding-top:10px;
	}
	
	.container {
		width: 100%;
	}

	.main_two > div {
		width: 100%;
	}

	.main_thr ul, .list_zj {
		width: 100%;
	}


	.apN_ul {
		margin-top: 30px !important;
	}

	.main_thr ul li {
		width: 20%;
	}

	.main_thr img {
		width: 55%;
		height: 40px;
	}

	.CN {
		font-size: 14px;
	}

	.two_left {
		margin-top: 60px;
		width: 100% !important;
	}
	.two_right{
		width:100% !important;
	}
}

@media screen and (max-width: 443px) {
	.bsjst li a img {
		height: 81%;
		width: 100%;
		display: block;
		margin: 0 auto; 
	}
	.news .right .content .newsList a .title {
		width: 60%;
	}
	.main_two .list li {
		width: 24%;
	}
	.bsjst li {    
		height: 300px;
		width: 200px;
		margin-right: 0px;
	}

	.bsjst li a {
		height: 300px;
		width: 175px;
	}
}

@media screen and (max-width: 375px) {
	.bsjst li a img {
		height: 72%;
	}
	.news .right .content .newsList a .title {
		width: 57%;
	}
	.bsjst li {
		height: 280px;
		width: 169px;
	}

	.bsjst li a {
		height: 280px;
		font-size:14px;
		width: 150px;
		margin: 0 10px 0 5px;
	}
	.navbar-brand > img {
		height: 120%;
	}
	
	.more{
		top: 102%;
	}
	.two_right{
		height: 275px;
	}
}
@media screen and (max-width: 320px) {
	.navbar-brand > img {
		height: 100%;
	}
	.bsjst li {
		height: 270px;
		width: 144px;
	}

	.bsjst li a {
		height: 270px;
		font-size:14px;
		width: 144px; 
	}
	.bsjst li a img {
		height: 70%;
	}
	.more{
		top: 102%;
	}
}