img{
	max-width: 100%;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.box{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.banner-section{
	margin-top: 70px;
}
.sj_banner{
	display: none;
}
.landing-page>div{
	padding: 50px 0;
}
/*头部*/
.navs {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #FFFFFF;
   box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, .09)
}
.nav_content {
    height: 70px;
}
.nav_left {
    float: left;
    width: 120px;
    margin-top: 11.5px;
}
.nav_right {
    float: right;
}
.nav_right ul {
    height: 70px;
}
.nav_right ul li {
    float: left;
	min-width: 88px;
    height: 100%;
    padding: 0 12px;
	text-align: center;
    line-height: 70px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 5px;
}
.nav_right ul li:hover {
    background: #2368A9;
    color: #fff;
}
.actives{
    background: #2368A9;
    color: #FFFFFF;
}
/*背景*/
.content_title{
	margin-bottom: 40px;
}
.content_title h3{
	font-size: 30px;
	color: #1A5D83;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.content_title h3:after, 
.content_title h3:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #1A5D83;
    display: inline-block;
    margin: 0px 20px;
    vertical-align: middle;
}
.bbs_background_content{
	margin-bottom: 30px;
}
.bbs_background_content p{
	line-height: 26px;
	color: #666666;
	margin-bottom: 10px;
	text-indent: 2em;
}
.bbs_background_content p:last-child{
	margin-bottom: 0;
}
.bbs_background_img li{
	float: left;
	margin-right: 2%;
	width:49%;
	background: #FFFFFF;
}
.bbs_background_img li:last-child{
	margin-right: 0;
}
.bbs_background_img li>div{
	overflow: hidden;
}
.bbs_background_img li img{
	width: 100%;
	height: 100%;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.bbs_background_img li p{
	text-align: center;
	font-size:16px;
	padding: 15px;
	color: #1A5D83;
	font-weight: bold;
}
/*亮点*/
.bright-spot-content{
	font-size:0;
	text-align: center;
}
.bright-spot-content li{
	position: relative;
	display: inline-block;
	width: 49%;
	margin-bottom: 30px;
	color: #666666;
	box-sizing: border-box;
	margin-right: 2%;
	vertical-align: top;
	text-align: left;
	background: #FFFFFF;
}
.bright-spot-content li:nth-child(2n){
	margin-right: 0;
}
.bright-spot-content li:nth-child(5),
.bright-spot-content li:nth-child(6){
	margin-bottom: 0;
}
.bright-spot-content li .bright-spot-left{
	position: relative;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
	font-size:14px;
	vertical-align: middle;
}
.bright-spot-left img{
	width: 100%;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.bright-spot-left img:hover,
.bbs_background_img li img:hover{
	transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.bright-spot-content li .bright-spot-right{
	position: relative;
	display: inline-block;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	font-size:14px;
	vertical-align: middle;
	z-index: 3;
}
.bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 0;
	z-index: 2;
	background: #1A5D83;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.bright-spot-right .three{
	height: 78px;
	line-height: 26px;
}
.bright-spot-content li .bright-spot-right>div span{
	font-weight: bold;
	color: #1A5D83;
}
.bright-spot-title{
	margin-bottom: 10px;
	color: #1A5D83;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*日程*/
.schedule-of-table{
	overflow-x: auto;
}
.schedule-of-table table{
	width: 100%;
	background: #FFFFFF;
}
.schedule-of-table table tr th,
.schedule-of-table table tr td{
	border: 1px solid #2368A9;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}
.schedule-of-table table tr strong{
	color: #2368A9;
	font-size: 20px;
}
.schedule-of-table table tr td p{
	margin: 4px 0;
}
.schedule-of-table table thead tr th{
	background: #2368A9;
	color: #FFFFFF;
}
/*大赛奖项*/
.contest-awards-table table{
	width: 100%;
	background: #FFFFFF;
}
.contest-awards-table table tr th, 
.contest-awards-table table tr td{
	border: 1px solid #2368A9;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}
.contest-awards-table table tr td p{
	line-height: 26px;
}
.contest-awards-table table tr td p span{
	color: #993A13;
}
.contest-awards-table table tr th{
	color: #FFFFFF;
}
.contest-awards-list{
	margin-top: 30px;
}
.contest-awards-list li{
	float: left;
	width: 49%;
	margin-right: 2%;
}
.contest-awards-list li:last-child{
	margin-right: 0;
}
/*end*/
.note{
	color: red;
	font-size: 16px;
	margin-top: 10px;
}
/*联动展会参观*/
.visit-content li{
	float: left;
	margin-right: 2%;
	width: 32%;
	border: 1px solid #dedede;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
	transition: all .3s ease 0s;
	background: #FFFFFF;
}
.visit-content li:hover{
	border: 1px solid #1A5D83;
}
.visit-content-main{
	min-height: 232px;
	box-sizing: border-box;
}
.visit-content li:nth-child(3n){
	margin-right: 0;
}
.visit-content-main{
	padding: 15px;
}
.visit-content-title{
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
	color: #1A5D83;
	font-weight: bold;
}
.visit-content-list{
	line-height: 26px;
}
/*费用*/
.landing-page-table{
	overflow-x: auto;
}
.landing-page-table table{
	min-width: 600px;
}
.landing-page-table table tr th, 
.landing-page-table table tr td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    color: #333;
    border: 1px solid #2368A9;
    font-size: 16px;
}
.landing-page-table table tr td p{
	margin:  8px 0;
	text-align: left;
}
.landing-page-table table tr th{
	color: #FFFFFF;
}
.costs-that{
	margin-top: 10px;
}
.costs-that-title{
	font-size: 18px;
	font-weight: bold;
	color: #013A6F;
}
.costs-that-number>div{
	font-size: 14px;
	font-weight: bold;
	color: #013A6F;
	margin-top: 8px;	
}
.costs-that-number p{
	text-indent: 2em;
	font-size: 14px;
	font-weight: bold;
	color: #013A6F;
	line-height: 28px;
}
.costs-that-note div{
	font-size: 16px;
	color: red;
	font-weight: bold;
}
.costs-that-note p{
	text-indent: 2em;
	color: red;
	line-height: 26px;
}
/*end*/

/*在线报名*/
.cost-information{
	background: url(/static/huamoubei2022/img/hospital/2022/bj.png) no-repeat;
	background-size: cover;
}
.cost-information .content_title h3{
	color: #FFFFFF;
}
.cost-information .content_title h3:after, 
.cost-information .content_title h3:before {
    background: #FFFFFF;

}

.cost-left,
.cost-right{
	float: left;
	width: 47.5%;
	box-sizing: border-box;
}
.cost-left{
	padding-right: 5%;
	margin-right: 5%;
}
.cost-right{
	border-left: 1px solid #FFFFFF;
}
.cost-left li{
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.cost-left li:last-child{
	margin-bottom: 0;
}
.cost-left li select{
	width: 49%;
	background: #FFFFFF;
    border-radius: 4px;
	font-size: 14px;
}
.cost-left li input,
.cost-left li select{
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    color: #666666;
}
.cost-left .star{
	font-size: 0;
}
.cost-left .star input{
	width: 49%;
	background: #FFFFFF;
    border-radius: 4px;
	margin-right: 2%;
	margin-bottom: 20px;
	font-size: 14px;
}
.cost-left .star input:nth-child(2n){
	margin-right: 0;
}
.cost-left .star input:nth-child(3),
.cost-left .star input:nth-child(4){
	margin-bottom: 0;
}
.cost-left li .sub{
	width: 100%;
    border-radius: 4px;
	background: #dd2727;
	color: #FFFFFF;
}
 .cost-left li input::-webkit-input-placeholder{
    color:#666;
}
.cost-left li input::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#666;
}
.cost-left li input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#666;
}
.cost-left li input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#666;
}
.scan-code{
	text-align: center;
}
.scan-code-title{
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px 0;
}
.scan-code-img{
	width: 180px;
	height: 180px;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	background: #FFFFFF;
}
.scan-code-img img{
	width: 100%;
	height: 100%;
}
/*历届参会企业展示*/
.successive-content table{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.successive-content tr td{
	border: 1px solid #2368A9;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
/*留资框*/
.banner-box{
	position: relative;
}
.online_registration {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
}
.online_registration .box {
    height: 70px;
    padding: 0;
    background: rgba(0, 0, 0, .3);
}
.online_registration_title {
    width: 15%;
    box-sizing: border-box;
    line-height: 60px;
    padding: 10px;
    background: #3641AD;
    border-radius: 15px 15px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: -10px;
    font-weight: bold;
}
.online_registration ul {
    float: right;
    width: 78%;
    margin-right: 3.5%;
}
.online_registration ul li {
    position: relative;
    width: 18%;
    margin: 15px 2% 15px 0;
    float: left;
}
.online_registration_title {
    width: 15%;
    box-sizing: border-box;
    line-height: 60px;
    padding: 10px;
    /*background: #0079D5;*/
    background: #2368A9;
    border-radius: 15px 15px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: -10px;
    font-weight: bold;
}
.online_registration ul .text1,
.online_registration ul li select{
    background: #FFFFFF;
    color: #333333;
    line-height: 40px;
    padding:0 15px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
}
.online_registration ul li:last-child {
    margin-right: 0;
}
.online_registration ul .sub {
    line-height: 40px;
    height: 40px;
    background: #2368A9;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 0;
    border: 0;
    width: 100%;
    cursor: pointer;
}
/*精彩瞬间*/
#moment-img li{
	margin: 10px;
}
.index_project_list .slick-arrow.next {
    right: 20px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.index_project_list .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    background: url(/static/huamoubei2022/img/hospital/2022/lefts.png) no-repeat center;
    cursor: pointer;
    z-index: 9;
    background-color: rgb(0,0,0,.3);
}
.index_project_list .slick-arrow.prev {
    left: 20px;
}

@media screen and (min-width: 580px){
	.three {
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.six {
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 6;
	    -webkit-box-orient: vertical;
	}
}
@media screen and (min-width: 960px){
	.bright-spot-content li:hover .bg {
		height: 100%;
	}
	.bright-spot-content li:hover .bright-spot-title,
	.bright-spot-content li:hover .three{
		color: #FFFFFF;
	}
}
@media screen and (max-width: 1230px){
	.landing-page .moment{
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 1200px){
	.content_title h3{
		font-size: 24px;
	}
	.nav_right ul li{
		font-size: 14px;
	}
}
@media screen and (max-width: 960px){
	.cost-left{
		width: 100%;
		margin: 0;
		padding: 0;
		/*padding-bottom: 30px;*/
		/*border-bottom: 1px solid #FFFFFF;*/
	}
	.cost-right{
		width: 100%;
		border: none;
		margin-top: 30px;
	}
	.banner-box{
		margin-top: 70px;
	}
	.nav_right{
		display: none;
	}
	.nav_left{
		float: none;
		display: inline-block;
	}
	.nav_content{
		text-align: center;
	}
	.navs{
		border-bottom: 1px solid #dedede;
	}
	.bright-spot-content li .bright-spot-left,
	.bright-spot-content li .bright-spot-right{
		width: 100%;
	}
}
@media screen and (max-width: 750px){
	#line22{
		border-top: 1px solid #2368A9;
	}
	.pc_banner{
		display: none;
	}
	.sj_banner{
		display: block;
	}
	.online_registration .box {
	    background: #FFFFFF;
	    padding-top: 15px;
	}
	.online_registration {
	    position: relative;
	    padding-bottom: 15px;
	}
	.online_registration .box,
	.online_registration {
    	height: auto;
    	background: #FFFFFF;
	}
	.online_registration_title {
	    display: none;
	}
	.online_registration ul {
	    float: none;
	    width: 100%;
	    height: auto;
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.online_registration ul li {
	    width: 100%;
	}
	.online_registration ul .text1,
	.online_registration ul li select{
	    border: 1px solid #DEDEDE;
	}
}
@media screen and (max-width: 580px){
	.content_title h3{
		font-size: 20px;
	}
	.landing-page>div{
		padding: 30px 0;
	}
	.content_title{
		margin-bottom: 15px;
	}
	.bbs_background_img li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.bbs_background_img li:last-child{
		margin-bottom: 0;
	}
	.content_title h3:after, 
	.content_title h3:before{
		width: 20px;
	}
	.bright-spot-content li{
		width: 100%;
	}
	.visit-content li{
		width: 100%;
		margin-bottom: 20px;
	}
	.visit-content li:last-child{
		margin-bottom: 0;
	}
	.bbs_background_img li p{
		font-size: 14px;
	}
	.successive-content tr td{
		font-size: 12px;
	}
	.scan-code-img{
		width: 150px;
		height: 150px;
	}
	.bright-spot-content li .bright-spot-right .three{
		height: auto;
	}
	.landing-page .moment{
		padding-bottom: 80px;
	}
	.bright-spot-content li .bright-spot-left,
	.bright-spot-content li .bright-spot-right{
		width: 100%;
	}
	.bright-spot-content li{
		margin-bottom: 20px;
	}
	.bright-spot-content li:nth-child(5){
		margin-bottom: 20px;
	}
	.bright-spot-content li:last-child{
		margin-bottom: 0;
	}
	.bright-spot-title{
		font-size: 17px;
	}
	.schedule-of-table table tr th, 
	.schedule-of-table table tr td,
	.contest-awards-table table tr th,
	.contest-awards-table table tr td,
	.landing-page-table table tr th,
	.landing-page-table table tr td{
		font-size: 14px;
	}
	.schedule-of-table table tr strong{
		font-size: 18px;
	}
	.contest-awards-list li{
		width: 100%;
		margin-bottom: 20px;
	}
	.contest-awards-list li:last-child{
		margin-bottom: 0;
	}
}

