.meetCoo_main{
	width: 1150px;
	margin: 95px auto 0;
	overflow: hidden;
}
/* 面包屑 */
.meetCoo_main .breadCrumbs{
	text-indent: 5px;
	margin: 10px 0px 10px 0px;
}
.meetCoo_main .breadCrumbs a{
cursor: pointer;
}
.meetCoo_main .breadCrumbs a:last-child{
color: #333;
font-weight: bold;
}
.meetCoo_main .breadCrumbs a:last-child:hover{
	color: #333;
}
.meetCoo_main .breadCrumbs span{
color: #999;
}
.meetCoo_main .breadCrumbs a:first-child{
color: #666;
}
.meetCoo_main .breadCrumbs a:hover{
color: #0d7bff;
}
.meetCoo_title{
	overflow: hidden;
	text-align: center;
	/* padding-top: 30px; */
	margin-bottom: 50px;
}
.meetCoo_title h3{
	font-size: 36px;
	font-weight: 400;
	line-height: 0px;
	color: #333333;
}
.meetCoo_title p{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}
.meetCoo_form{
	overflow: hidden;
	margin-bottom: 100px;
}
.meetCoo_form ul{
	overflow: hidden;
	margin: 0;
}
.meetCoo_form ul li{
	overflow: hidden;
	width: 566px;
	float: left;
	margin: 10px 0px;
}
.meetCoo_form ul li:nth-child(2n){
	float: right;
}
.meetCoo_form p{
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #222222;
	margin: 0;
	float: left;
	text-align: right;
	width: 112px;
}
.meetCoo_form p i{
	color: red;
	font-size: 1.2rem;
}
.meetCoo_form ul li input{
	width: 454px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E6E8EE;
	border-radius: 2px;
	float: right;
	padding: 0 10px;
	outline: none;
}
.meetCoo_form input::-webkit-input-placeholder{
	color: #CCCCCC;
}
.meetCoo_form input::-moz-placeholder{
	color: #CCCCCC;
}
.meetCoo_form input:-moz-placeholder{
	color: #CCCCCC;
}
.meetCoo_form input:-ms-input-placeholder{
	color: #CCCCCC;
}
.meetCoo_form .text{
	overflow: hidden;
	margin: 10px 0;
}
.meetCoo_form .text input{
	width: 1038px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E6E8EE;
	border-radius: 2px;
	float: right;
	padding: 0 10px;
	outline: none;
}
.meetCoo_form .choose input[type="radio"]{
	cursor: pointer;
	margin: 0;
	line-height:40px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.meetCoo_form .choose {
	overflow: hidden;
	margin-top: 10px;
}
.meetCoo_form .choose .choose_list{
	width: 566px;
	overflow: hidden;
}
.meetCoo_form .choose .choose_list div{
	float: left;
	width: 360px;
	margin-left: 15px;
}
.meetCoo_form .choose .choose_list div span{
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #222222;
	width: 120px;
	margin: 10px 0;
}
.meetCoo_form .choose .choose_list p{
	/* line-height: 0; */
	position: relative;
}
.meetCoo_form .choose .choose_list p em{
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #999999;
	position: absolute;
	top: 24px;
	right: 15px;
}
.meetCoo_form .choose .choose_list div span em{
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #96ACC7;
	padding-left:20px;
}
.meetCoo_form .choose .choose_list div span input {
    -webkit-appearance: none;
    outline: none;
	width: 14px;
	height: 14px;
	border: 1px solid  #E6E8EE;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}
.meetCoo_form .choose .choose_list div span input[type='checkbox']{
	top: 3px;
	margin-right: 5px;
}
.meetCoo_form .choose .choose_list div span input:checked{
	border: 1px solid #0D7BFF;
}
.meetCoo_form .choose .choose_list div span input:checked::after{
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #0D7BFF;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
}
.meetCoo_form .choose .choose_list:nth-child(2) div span{
	width: 200px;
}
.meetCoo_form .choose .choose_list:nth-child(2) div{
	width: 400px;
}
.meetCoo_form .texts{
	overflow: hidden;
	margin: 40px 0 60px 0;
}
.meetCoo_form .texts textarea{
	display: block;
	float: right;
	width: 1036px;
	height: 120px;
	background: #FFFFFF;
	border: 1px solid #E6E8EE;
	border-radius: 2px;
	padding: 5px 10px;
	outline: none;
}
.meetCoo_form .texts textarea::-webkit-input-placeholder{
	color: #CCCCCC;
}
.meetCoo_form .texts textarea::-moz-placeholder{
	color: #CCCCCC;
}
.meetCoo_form .texts textarea:-moz-placeholder{
	color: #CCCCCC;
}
.meetCoo_form .texts textarea:-ms-input-placeholder{
	color: #CCCCCC;
}
.meetCoo_form input[type="submit"]{
	display: block;
	width: 360px;
	height: 54px;
	background: #0D7BFF;
	box-shadow: 0px 3px 10px rgba(13, 123, 255, 0.4);
	border-radius: 4px;
	border: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #FFFFFF;
	margin: 15px auto;
	outline: none;
}
.meetCoo_form input[type="submit"]:hover{
	background: #4197FF;
	box-shadow: 0px 3px 10px rgba(65, 151, 255, 0.4);
}
.meetCoo_form input[type="submit"]:focus {
	background: #085ABC;
	box-shadow: 0px 3px 10px rgba(8, 90, 188, 0.4);
	opacity: 1;
}
.meetCoo_form input[type="submit"].on {
	background: #A1A1A1;
	box-shadow: none;
}
.meetCoo_form input[type="date"]{
	cursor: pointer;
}
.meetHouse{
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}
/* 面包屑 */
.meetHouse .breadCrumbs{
	text-indent: 5px;
	margin: 10px 0px 10px 0px;
	position: fixed;
	left: 140px;
}
.meetHouse .breadCrumbs a{
	cursor: pointer;
}
.meetHouse .breadCrumbs a:last-child{
	color: #FFF;
	font-weight: bold;
}
.meetHouse .breadCrumbs a:last-child:hover{
	color: #FFF;
	font-weight: bold;
}
.meetHouse .breadCrumbs span{
	color: #999;
}
.meetHouse .breadCrumbs a:first-child{
	color: #FFF;
    opacity: 0.7;
}
.meetHouse	 .breadCrumbs a:hover{
	color: #FFF;
	opacity: 1;
}
.meetHouse .meetHouse_banner{
	background: url(../../images/meetingCooperation/bg-photo03.png) center no-repeat;
	height: 500px;
    margin-top: 86px;
}
.meetHouse .meetHouse_banner a{
	display: block;
	width: 220px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	color: #333333;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
	top: 340px;
	left: 0;
	right: 0;
    transform:scale(1);
}
.meetHouse .meetHouse_banner a:hover{
	transform:scale(1.1);
	transition:all 0.3s;
    color: #0D7BFF;
    font-weight: bold;
}
.meetHouse .meetHouse_main{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.meetHouse .meetHouse_con1{
	overflow: hidden;
	margin: 15px 0;
}
.meetHouse  .meetHouse_con1 ul li{
	float: left;
	width: 294px;
	height: 98px;
	text-align: center;
}
.meetHouse .meetHouse_con1 ul li:nth-child(2n){
	width: auto;
}
.meetHouse .meetHouse_con1 ul li em{
	display: inline-block;
	width: 1px;
	height: 98px;
	background: linear-gradient(360deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 30%, #EEEEEE 70%, rgba(238, 238, 238, 0) 100%);
}
.meetHouse .meetHouse_con1 ul li h3{
	font-size: 36px;
	font-weight: 400;
	color: #333333;
}
.meetHouse .meetHouse_con1 ul li p{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.meetHouse .Mangnav-container{
	width: 100%;
	height: 84px;
	background: #FBFBFB;
}
.meetHouse .meetHouse_menu ul {
	width: 384px;
	margin: 0 auto;
	overflow: hidden;
}
.meetHouse .meetHouse_menu ul li{
	overflow: hidden;
	float: left;
	padding: 0 60px;
	border-bottom:3px solid transparent;
}
.meetHouse .meetHouse_menu ul li a{
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height:81px;
	color: #222222;
	text-decoration: none;
	height: 81px;
}
.meetHouse .meetHouse_menu ul li a:hover{
	color: #0D7BFF;
}
.meetHouse .meetHouse_menu ul li.on a{
	font-weight: bold;
	color: #0D7BFF;
	border-bottom:3px solid #0D7BFF;
}
.meetHouse_title{
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
}
.meetHouse_title h2{
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: #333333;
}
.meetHouse_title h2 i{
	display:inline-block;
	width: 30px;
	height: 47px;
	background: url(../../images/platformIntroduction/img.png) 3px 5px no-repeat;
	
}
.meetHouse_title p{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	text-align: center;
}
.meetHouse_con2{
	overflow: hidden;
}
.meetHouse_con2 .meetHouse_con2_del:nth-child(2n){
	background: #FCFCFC;
}
.meetHouse_con2_del{
	overflow: hidden;
	padding: 5px 0;
	padding-bottom: 25px;
}
.meetHouse_con2_del .meetHouse_con2_title{
	overflow: hidden;
	border-bottom: 2px solid #E6E8EE;
	padding: 15px 0;
}
.meetHouse_con2_del .meetHouse_con2_title h3{
	font-size: 28px;
	font-weight: 400;
	color: #333333;
}
.meetHouse_con2_del .meetHouse_con2_title p{
	font-size: 14px;
	font-weight: 400;
	color: #99A1AA;
	margin: 0;
}
.meetHouse_con2_del .meetHouse_con2_text{
	width: 780px;
}
.meetHouse_con2_del .meetHouse_con2_matter h4{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	text-align: justify;
	margin: 15px 0;
}
.meetHouse_con2_del .meetHouse_con2_matter ul{
	overflow: hidden;
}
.meetHouse_con2_del .meetHouse_con2_matter ul li{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #666666;
}
.meetHouse_con2_del .meetHouse_con2_matter ul li i{
	color: #3977FF;
	margin-right: 5px;
}
.meetHouse_con2_del .meetHouse_con2_img{
	width: 300px;
	height: 240px;
	margin-top: 50px;
}
.meetHouse_con3{
	overflow: hidden;
}
.meetHouse_con3_main{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.meetHouse_con3 .meetHouse_con3_title{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:2px solid #E6E8EE;
	position: relative;
}
.meetHouse_con3 .meetHouse_con3_title h3{
	float: left;
}
.meetHouse_con3 .meetHouse_con3_title h3 i{
	display: block;
	color: #000000;
	font-size: 3.5rem;
	margin-left: -7.5px;
}
.meetHouse_con3 .meetHouse_con3_title em{
	display: inline-block;
	width: 90px;
	height: 3px;
	background: #999999;
	position: absolute;
	bottom: 0;
}
.meetHouse_con3 .meetHouse_con3_title a{
	 float: right;
	 font-size: 20px;
	 font-weight: 400;
	 color: #999999;
	text-transform: uppercase;
	margin-top: 25px;
	text-decoration: none;
}
.meetHouse_con3 .meetHouse_con3_text{
	overflow: hidden;
}
.meetHouse_con3 .meetHouse_con3_text ul{
	overflow: hidden;
	margin-top: 10px;
}
.meetHouse_con3 .meetHouse_con3_text ul li{
	 float: left;
	 width: 380px;
	 height: 160px;
	 border: 1px solid #E6E8EE;
	 border-radius: 4px;
	 background: url(../../images/meetingCooperation/bg-photo01.png) no-repeat;
	 margin:10px;
	 padding: 15px 20px  20px 20px;
	 position: relative;
}
.meetHouse_con3 .meetHouse_con3_text ul li div{
	overflow: hidden;
	margin-bottom: 10px;
}
.meetHouse_con3 .meetHouse_con3_text ul li div h4{
	font-size: 24px;
	margin: 0;
	font-weight: 400;
	color: #333333;
	float: left;
	margin-top: 10px;
}
.meetHouse_con3 .meetHouse_con3_text ul li div h4 em{
	display: block;
	width: 18px;
	height: 3px;
	background: #E6E8EE;
	margin-top: 10px;
}
.meetHouse_con3 .meetHouse_con3_text ul li div i{
	float: right;
	color: #2793FF;
	font-size: 4rem;
	position: relative;
	top: -5px;
}
.meetHouse_con3 .meetHouse_con3_text ul li p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #666666;
	/* height: 66px; */
	position: absolute;
	bottom: 15px;
	margin: 0;
}
.meetHouse_con3 .meetHouse_con3_text3{
	overflow: hidden;
	margin: 60px 0;
}
.meetHouse_con3 .meetHouse_con3_text3 h5{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #333333;
	margin: 0;
}
.meetHouse .meetHouse_menu ul.Mangnav{
	width: 1060px;
}
.meetHouse .meetMang_banner{
	background: url(../../images/meetingCooperation/bg-photo04.png) center no-repeat;
	height: 500px;
    margin-top: 86px;
}
.meetHouse .meetMang_banner a{
	display: block;
	width: 220px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	color: #333333;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
	top: 340px;
	left: 0;
	right: 0;
    transform:scale(1);
}
.meetHouse .meetMang_banner a:hover{
	transform:scale(1.1);
	transition:all 0.3s;
    color: #0D7BFF;
    font-weight: bold;
}
.meetMang1 .meetHouse_title{
	margin-bottom: 10px;
}

.meetMang1_del{
	overflow: hidden;
	padding: 40px 0;
}
.meetMang1_del .meetMang1_del_img{
	overflow: hidden;
	width: 300px;
	height: 300px;
}
.meetMang1_del .meetMang1_del_text{
	overflow: hidden;
}
.meetMang1_del .meetMang1_del_text h3{
	font-size: 28px;
	font-weight: 400;
	color: #333333;
	margin: 50px 0 25px;
}
.meetMang1_del .meetMang1_del_text h3 i{
	color: #3977FF;
	font-size: 4rem;
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.meetMang1_del .meetMang1_del_text ul li{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin: 20px 0;
}
.meetMang1_del .meetMang1_del_text ul li i{
	color: #3977FF;
	padding-right: 5px;
}
.meetMang1 .meetMang1_del:nth-child(2n+1){
	background-color: #FCFCFC ;
}
.meetMang2{
	overflow: hidden;
	margin-top: 50px;
}
.meetMang2 .meetMang2_del{
	overflow: hidden;
}
.meetMang2 .meetMang2_del ul li{
	overflow: hidden;
	padding: 30px;
}
.meetMang2 .meetMang2_del ul li:nth-child(2n){
	background: #FCFCFC;
}
.meetMang2 .meetMang2_del ul li .meetMang2_del_img{
	overflow: hidden;
	position: relative;
	width: 140px;
	height: 150px;
	float: left;
	padding-top: 20px;
}
.meetMang2 .meetMang2_del ul li .meetMang2_del_img div{
	width: 120px;
	height: 120px;
	background: #6B8BCC;
	border-radius: 32px 2px 32px 2px;
	margin: 0;
	float: right;
}
.meetMang2 .meetMang2_del ul li .meetMang2_del_img div img{
	width: 120px;
	height: 120px;
	background-color: #FFFFFF;
	border-radius: 24px 2px 24px 2px;
	position: absolute;
	top: 10px;
	left: 10px;
	box-shadow: 0px 0px 10px rgba(55, 84, 113, 0.1);
}
.meetMang2 .meetMang2_del ul li .meetMang2_del_text{
	width: 950px;
	float: right;
}
.meetMang2 .meetMang2_del ul li .meetMang2_del_text h3{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}
.meetMang2 .meetMang2_del ul li .meetMang2_del_text p{
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #666666;
	text-align: justify;
}
.meetMang2  .meetHouse_title,.meetMang3 .meetHouse_title{
	margin-bottom: 35px;
}
.meetMang3{
	background: #FCFCFC;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.meetMang3 .meetMang3_del{
	overflow: hidden;
}
.meetMang3 .meetHouse_main{
	width: 1200px;
}
.meetMang3 .meetMang3_del ul{
	overflow: hidden;
}
.meetMang3 .meetMang3_del ul li{
	float: left;
	width: 280px;
	height: 160px;
	background: #FFFFFF;
	border: 1px solid #E6E8EE;
	box-shadow: 0px 3px 10px rgba(55, 84, 113, 0.1);
	margin: 10px;
	border-radius: 16px 2px 16px 2px;
	padding: 38px  30px;
	position: relative;
}
.meetMang3 .meetMang3_del ul li h3{
	margin: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 26px;
	color: #333333;
	margin-bottom: 20px;
	z-index: 999;
	position: relative;
}
.meetMang3 .meetMang3_del ul li p{
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #666666;
	margin: 0;
	z-index: 999;
	position: relative;
}
.meetMang3 .meetMang3_del ul li i.first{
	color: #F6F9FB;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	width: 100px;
	height: 100px;
	font-size: 10rem;
	opacity: 0.7;
	margin: 0 auto;
}
.meetMang3 .meetMang3_del ul li i.last{
	color: rgba(150, 172, 199, 0.5);
	font-size: 5rem;
	position: absolute;
	top: 5px;
	right: 15px;
}
.meetMang3 .meetMang3_del .meetMang3_del_end{
	overflow: hidden;
	text-align: right;
	position: relative;
	top: -97px;
	margin-right: 10px;
}
.meetMang3 .meetMang3_del .meetMang3_del_end em{
	display: inline-block;
	width: 20px;
	height: 4px;
	background: #E6E8EE;
}
.meetMang3 .meetMang3_del .meetMang3_del_end p{
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	margin-top: 30px;
}
.meetMang4 .meetMang4_del{
	overflow: hidden;
}
.meetMang4 .meetMang4_del a{
	display: block;
	float: left;
	overflow: hidden;
	color: #333333;
}
.meetMang4 .meetMang4_del a img{
	float: left;
	width: 40px;
	height: 40px;
	margin: 10px;
}
.meetMang4 .meetMang4_del a h4{
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
	margin: 0;
	margin-left: 20px;
}

.meet_bottom{
	background: #FCFCFC;
	overflow: hidden;
	margin-top: 60px;
	padding-bottom: 100px;
}
.meet_bottom .meetHouse_main{
	width: 916px;
}
.meet_bottom .meet_bottom_main{
	overflow: hidden;
	margin: 0 auto;
	width: 916px;
}
.meet_bottom .meet_bottom_left{
	/* float: left; */
	width: 360px;
	height: 349px;
	background: #FFFFFF;
	border-radius: 4px;
	text-align: center;
}
.meet_bottom .meet_bottom_left h3{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #222222;
	margin-top: 30px;
}
.meet_bottom .meet_bottom_left img{
	width: 180px;
	height: 180px;
}
.meet_bottom .meet_bottom_left h4{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #222222;
	margin-bottom: 0px;
}
.meet_bottom .meet_bottom_left p{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #222222;
	margin: 0 auto;
	width: 145px;
}
.meet_bottom .meet_bottom_left p i{
	display: block;
	height: 20px;
	width: 20px;
	background: url(../../images/platformIntroduction/img.png)  -500px -13px no-repeat;
	float: left;
	margin-right: 5px;
}
.meet_bottom .meet_bottom_right {
	width: 470px;
}
.meet_bottom .meet_bottom_right ul li{
	overflow: hidden;
	margin: 15px 0;
	position: relative;
}
.meet_bottom .meet_bottom_right ul li p{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #222222;
	float: left;
	width: 100px;
	line-height: 40px;
	text-align: right;
	margin: 0;
	margin-right: 10px;
}
.meet_bottom .meet_bottom_right ul li p i{
	color: red;
	font-size: 1.2rem;
	padding-right: 5px;
}
.meet_bottom .meet_bottom_right ul li input{
	width: 360px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E6E8EE;
	border-radius: 2px;
	font-size: 14px;
	line-height: 40px;
	padding: 0 10px;
	float: left;
	outline: none;
}
.meet_bottom .meet_bottom_right ul li input::-webkit-input-placeholder{
	color: #CCCCCC;
}
.meet_bottom .meet_bottom_right ul li input::-moz-placeholder{
	color: #CCCCCC;
}
.meet_bottom .meet_bottom_right ul li input:-moz-placeholder{
	color: #CCCCCC;
}
.meet_bottom .meet_bottom_right ul li input:-ms-input-placeholder{
	color: #CCCCCC;
}
.meet_bottom .meet_bottom_right ul li textarea{
	width: 360px;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #E6E8EE;
	border-radius: 2px;
	padding: 5px 10px;
	outline: none;
}
.meet_bottom .meet_bottom_right ul li textarea::-webkit-input-placeholder{
	color: #CCCCCC;
}
.meet_bottom .meet_bottom_right ul li textarea::-moz-placeholder{
	color: #CCCCCC;
}
.meet_bottom .meet_bottom_right ul li textarea:-moz-placeholder{
	color: #CCCCCC;
}
.meet_bottom .meet_bottom_right ul li textarea:-ms-input-placeholder{
	color: #CCCCCC;
}
.meet_bottom .meet_bottom_right ul li input[type="button"]{
	float: right;
	width: 360px;
	height: 54px;
	background: #0D7BFF;
	box-shadow: 0px 3px 10px rgba(13, 123, 255, 0.4);
	border-radius: 4px;
	border: none;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 54px;
	color: #FFFFFF;
	margin: 15px 0px 15px 15px;
	outline: none;
}
.meet_bottom .meet_bottom_right ul li input[type="button"]:hover{
	background: #4197FF;
	box-shadow: 0px 3px 10px rgba(65, 151, 255, 0.4);
}
.meet_bottom .meet_bottom_right ul li input[type="button"]:focus {
	background: #085ABC;
	box-shadow: 0px 3px 10px rgba(8, 90, 188, 0.4);
	opacity: 1;
}
.meet_bottom .meet_bottom_right ul li input[type="button"].on {
	background: #A1A1A1;
	box-shadow: none;
}
.meet_bottom .meet_bottom_right ul li:last-child i{
	display: none;
}

.meet_bottom .meet_bottom_right ul li.on i{
	display: inline-block;
	color: #FFFFFF;
	width: 54px;
	height: 54px;
	font-size: 2rem;
	position: absolute;
	top: 29px;
	right: 185px;
}
.fixed{
	position: fixed;
	top: 86px;
	left: 0;
	right: 0;
	z-index: 99999;
}

/* layui表单 */
.layui-inline {
	width: 50%;
	margin-right: 0 !important;
}
.layui-form-label {
	width: 130px;
	font-size: 16px;
	color: #222222;
}
.layui-form-label >span {
    color: #FF3B3B;
    font-size: 12px;
    margin-right: 4px;
}
.layui-form-label >em{
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}
.layui-btn {
	display: block;
    width: 360px;
    height: 54px;
    background: #0D7BFF;
    box-shadow: 0px 3px 10px rgb(13 123 255 / 40%);
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    margin: 15px auto;
    outline: none;
}
.mycheckbox {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
	width: macx-content;
	margin-right: 20px;
}
.mycheckbox em {
	font-size: 12px;
    font-weight: 400;
    color: #96ACC7;
}


