body {
	font-family: "microsoft yahei";
	background: #f6f6f6;
	overflow-x: hidden;
	background: url(../image/bg.png) repeat;
	width: 100%;
	height: 100%;
	position: relative;
	/*background-size: contain;*/
}

.container-fluid, .container {
	padding: 0;
	/*overflow: hidden;*/
}



a {
	color: #7e7e7e;
}

a:hover {
	color: #6c6c6c;
	text-decoration: none;
}

.head_content {
	padding: 20px 0;
	overflow: hidden;
	background: #f8f8f8;
}

.head_content img:first-child {
	float: left;
	max-width: 140px;
}

.head_content img:last-child {
	float: right;
	max-width: 240px;
}

.head_content p {
	color: #666666;
	font-size: 16px;
	line-height: 60px;
	float: left;
	margin-left: 10px;
}
.head_logom {
	padding: 0px 10px;
}

.PhoneLogo {
	width: 45%;
	margin-top: 2.5%;
	margin-left: 4%;
}

.loginLogo {
	width: 8%;
	float: right;
	margin-right: 4%;
}

.navbar-toggle {
	float: right;
	margin: 5% 10px;
	margin-bottom: 8px;
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background: ;
}

.navbar-toggle .icon-bar {
	height: 3px;
}

.navbar-brand {
	padding: 15px 0;
}


/*导航*/
.logo{
    width: 26.5%;
    height: 100px;
    float: left;
    margin-left: 50px;
    line-height: 100px;
}
.nav_logo{}
.nav_list
{
	width: 100%;
    height: 100px;
	/*padding-top: 14px;*/
	position: absolute;
	z-index: 999;
	background: rgba(0,0,0,0.3);
	/*opacity: 0.3;*/
}
.containerLi
{
	width: 16.6%;
	float: left;
	text-align: center;
	position: relative;
}
.containerLi span
{
	display: block;
	font-size:12px;
	font-family:Helvetica-Bold;
	/*font-weight:600;*/
	color:rgba(255,255,255,1);
	opacity:0.3;
	margin-bottom: 2px;
}
.containerLi span:first-child
{
	font-size:16px;
	color:rgba(255,255,255,1);
	opacity: 1;
}
/*.nav_list li span:last-child*/
/*{*/
	/*padding-bottom: 10px;*/
/*}*/
.nav_li_select a
{
	/*border-bottom: 2px solid rgba(254,232,128,1);*/
	display: inline-block;
	padding: 0 5px;
}
.nav_li_select a span:first-child
{
	color:rgba(254,232,128,1)!important;
}

.containerLi a
{
	display: block;
	transition: all .3s;
	box-sizing: border-box;
}
.containerLi a span:first-child
{
	transition: all .3s;
}
.nav_list:hover{
	background:linear-gradient(0deg,rgba(238,99,26,1) 0%,rgba(249,170,129,1) 100%);
	opacity: 0.8;
}
.containerLi:hover a
{
	/*border-bottom: 2px solid rgba(254,232,128,1);*/

	/*padding: 0 5px;*/
}
.containerLi:hover a span:first-child
{
	color:rgba(254,232,128,1);
}
.containerLi:hover .nav_list2
{
	display: block;
}
.RegionalCenter:hover .ThreeLevelMenu
{
	transition: all .3s;
	display: block;
}
.ThreeLevelMenu{
	background: #E8E8E8;
	position: absolute;
	width: 100%;
	left: 101%;
}
.NavListOne .nav_list2_item, .NavListTwo .nav_list2_item, .NavListThree .nav_list2_item, .NavListFour .nav_list2_item{
	display: none;
}
.joinMMC .nav_list2_item{
	display: none;
}
.NavListOne{

	display: none;
}
.NavListTwo{
	display: none;
}
.NavListThree{
	display: none;
}
.NavListFour{
	display: none;
}
.QuYu:hover .NavListOne{
	display: block;
}
.JiCeng:hover .NavListTwo{
	display: block;
}
.SheQu:hover .NavListFour{
	display: block;
}
.TangWang:hover .NavListThree{
	display: block;
}
.ThreeLevelMenu li{
	background: rgba(238,103,31,1);
	cursor: pointer;
	height: 44px;
	line-height: 44px;
	width: 100%;
	border-bottom: 1px solid rgba(255,196,165,1)!important;

}
.ThreeLevelMenu li a{
	color: #fff!important;
}
.ThreeLevelMenu li a:hover{
	color: rgba(254,232,128,1)!important
}
.ThreeLevelMenu li:last-child
{
	border: none!important;
}

.nav_list2
{
	position: absolute;
	width: 100%;
	display: none;
	z-index: 9999;
	-moz-animation: fadeInDown .3s 0s ease-in both;
    -webkit-animation: fadeInDown .3s 0s ease-in;
    -o-animation: fadeInDown .3s 0s ease-in;
    -ms-animation: fadeInDown .3s 0s ease-in;
    animation: fadeInDown .3s 0s ease-in;	
}
.nav_list2_item
{
	opacity:0.8;
	font-size:16px;
	color:rgba(255,255,255,1)!important;
	text-align: center;
	cursor: pointer;
	height:44px;
	background:rgba(238,103,31,1);
	line-height: 44px!important;
	border-bottom: 1px solid rgba(255,196,165,1)!important;
	transition: all .3s;
	display: block;
	width: 100%;
}
.nav_list2_item:last-child 
{
	border: none!important;
}
.nav_list2_item:hover
{
	color:rgba(254,232,128,1)!important;
}
.sonBanner{
	width: 100%!important;
}
.sonBanner img{
	width: 100%!important;
}
/*手机端导航*/
.nav_phone
{
	background:rgba(255,226,206,1);
	padding: 8% 5%;
}
.nav_phone_p1
{
	width: 60%;
	float: left;
}
.nav_phone_list
{
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	background: rgba(0, 0, 0, 0.7)!important;
	position: fixed;
	top: 60px;
	left: 0;
	height: 800px;
	display: none;
	animation: fadeIn .3s linear 0s  alternate;
    -webkit-animation: fadeIn .3s linear 0s  alternate; 
    -ms-animation: fadeIn .3s linear 0s  alternate;
    -o-animation: fadeIn .3s linear 0s  alternate;
    z-index: 999;
}
.npl_c
{
	-moz-animation: fadeInUp .3s 0s ease-in both;
    -webkit-animation: fadeInUp .3s 0s ease-in;
    -o-animation: fadeInUp .3s 0s ease-in;
    -ms-animation: fadeInUp .3s 0s ease-in;
    animation: fadeInUp .3s 0s ease-in;	
}
.nav_phone_list2
{
	display: none;
}
.nav_phone_list3{
    margin-bottom: 0;
    background: #cccccc;
    display: none;
}
.nav_phone_list3 li{
    display: block;
    position: relative;
    font-size: 14px;
    color: rgba(51,51,51,1);
    text-align: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,1);
}
.nav_phone_list3 li a{
    display: block;
    width: 100%;
	color: #333;
}
.nav_phone_nav
{
	position: relative;
	padding: 15px 0;
	text-align: center;
	border-bottom: 2px solid rgba(255,226,206,1);
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
	background:rgba(250,250,250,1);
	display: block;
}
.nav_phone_item:last-child
{
	border: none;
}
.nav_phone_item img
{
	position: absolute;
	top: 23px;
	right: 5%;
}
.nav_phone_item2
{
	display: block;
	position: relative;
	background:rgba(234,234,234,1);
	font-size: 14px;
	color:rgba(51,51,51,1);
	text-align: center;
	padding: 16px 0;
	border-bottom: 2px solid rgba(255,255,255,1);
}
.head_logom
{
	background: #fee2cd;
	padding-top: 5px;
	padding-bottom: 5px;
}



/*底部*/
.footer_cont
{
	padding: 50px 0 24px 0;
	
}
.footer_left
{
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}
.footer_logo
{
	width: 315px;	
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.footer_link_item
{
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	border-right: 2px solid rgba(51,51,51,1);
	margin-top: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all .3s;
	color:rgba(51,51,51,1)!important;
    font-size: 12px;
}
.footer_record{
    font-size: 12px;
}
.footer_link_item:hover
{
	color: rgba(238,99,26,1)!important;
}

.footer_link_item:first-child
{
	padding-left: 0;
      -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.footer_link_item:last-child
{
	border: none;
}

.footer_right
{
	width: 38%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.footer_right_item
{
	display: inline-block;
	text-align: center;
	font-size:16px;
	color:rgba(51,51,51,1);
	margin-right: 30px;
}
.footer_right_item img
{
	display: block;
	margin-bottom: 10px;
}


/*===============================================================首页===========================================================*/

/*banner*/  
.swiper-pagination-bullet
{
	background: #FFFFFF;
	opacity: 1;
}
.swiper-pagination-bullet-active
{
	background:rgba(102,102,102,1);
}

/*MMC视频*/
.indexC2
{
	/*background: #fafafa;*/
	padding: 60px 0;
	text-align: center;
}
.indexC2_title_t1
{
	font-size:36px;
	color:rgba(51,51,51,1);
	font-weight: bold;
}
.indexC2_title_t2
{
	font-size:18px;
	color:rgba(255,234,219,1);
	margin-bottom: 10px;
}
.indexC2_title_line
{
	margin: auto;
	width:80px;
	height:2px;
	background:rgba(238,99,26,1);
}
.indexC2_more
{
	margin-top: 5px;
	display: block;
	cursor: pointer;
}
.indexC2_more span
{
	display: block;
	padding: 5px 0;
	font-size:12px;
	color:rgba(153,153,153,1);
}
.indexC2_more span:first-child
{
	display: inline-block;
	border-bottom: 2px solid rgba(229,229,229,1);
	padding: 5px 5px;
	font-size:18px;
	color:rgba(102,102,102,1);
	transition: all .3s;
}
.indexC2_more span:first-child:hover
{
	color: rgba(238,99,26,1)!important;
}
.swiperC2
{
	margin-top: 5px;
    height: 100%;
}
.swiperC2 .swiper-slide
{
	position: relative;
}
/*.swiperC2_pic*/
/*{*/
	/*width:601px;*/
	/*height:366px;*/
	/*margin-left: 6%;*/

/*}*/
/*.swiperC2_pic img*/
/*{*/
	/*width: 100%;*/
  	/*height: 100%;*/
/*}*/
/*.swiperC2_c*/
/*{*/
	/*position: absolute;*/
	/*width:496px;*/
	/*height:285px;*/
	/*background:rgba(255,255,255,1);*/
	/*top: 40px;*/
	/*right: 6%;*/
	/*text-align: left;*/
	/*padding: 40px 25px;*/
/*}*/
/*.swiperC2_title*/
/*{*/
	/*font-size:20px;*/
	/*color:rgba(51,51,51,1);*/
	/*font-weight: bold;*/
	/*margin-bottom: 20px;*/
	/*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap*/
/*}*/
/*.swiperC2_text*/
/*{*/
	/*font-size:16px;*/
	/*color:rgba(51,51,51,1);*/
	/*line-height: 25px;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 5;*/
	/*-webkit-box-orient: vertical;*/
/*}*/
/*.swiperC2_info*/
/*{*/
	/*font-size:14px;*/
	/*color:rgba(153,153,153,1);*/
	/*float: right;*/
	/*margin-top: 10px;*/
	/*margin-right: 5px;*/
	/*cursor: pointer;*/
  	/*position: absolute;*/
    /*bottom: 12%;*/
    /*right: 5%;*/
/*}*/
/*.swiperC2_info img*/
/*{*/
	/*width: 10px;*/
	/*margin-top: -1px;*/
	/*margin-left: 3px;*/
/*}*/
.swiperC2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next
{
	background: url(../image/index_ico2.png) no-repeat;
	left: 140px;
	top: 57%;
}
.swiperC2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
	background: url(../image/index_ico3.png) no-repeat;
	right: 140px;
	top: 57%;
}
.NewActivityBoxs{
	width: 100%;
	margin-top: 25px;
}
.NewActivityBoxs div{
	width: 50%;
	padding-left: 60px;
	height: 145px;
	float: left;
	text-align: left!important;
	padding-top: 15px;
}
.NewActivityBoxs div:nth-child(1){
	border-right: 1px #E8E8E8 solid;
	border-bottom: 1px #E8E8E8 solid;
}
.NewActivityBoxs div:nth-child(2){
	border-bottom: 1px #E8E8E8 solid;
}
.NewActivityBoxs div:nth-child(3){
	border-right: 1px #E8E8E8 solid;
	padding-top: 30px;
}
.NewActivityBoxs div:nth-child(4){
	padding-top: 30px;
}
.NewActivityBoxs img{
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 25px;
}
.NewActivityBoxs span{
	width: 80%;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	margin-left: 37px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.NewActivityBoxs p{
	width: 80%;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin-top: 20px;
	line-height: 25px;
	margin-left: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*MMC	风采*/
.indexC3
{
	padding: 60px 0;
	text-align: center;
}
.indexC3_list
{
	margin-top: 25px;
	height: 559px;
	overflow: hidden;
}
.indexC3_item
{
	width: 19.5%;
	margin-right: 0.5%;
	float: left;
}
.indexC3_item:nth-child(even){
	margin-top: 118px;
}
.indexC3_img img{
	height: 180px;
}
.indexC3_item:last-child
{
	margin-right: 0;
}
.indexC3_c
{
	background:rgba(250,250,250,1);
	padding: 20px;
  	min-height:261px;
}
.indexC3_title
{
	/*height: 56px;*/
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.indexC3_text
{
	width: 100%;
	height: 150px;
	font-size:16px;
	color:rgba(153,153,153,1);
	text-align: left;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*MMC视频*/
.indexC4
{
	padding: 60px 0;
	text-align: center;
}
.indexC4 .container{
    background: url(../image/index_pic3.png) no-repeat;
    background-size: cover;
}
.indexC4_video
{
	margin: auto;
	width:100%;
	height:415px;
	border-radius:10px;
	overflow: hidden;
	margin-top: 10px;
}
.indexC4_video .xcsp_video_v
{
	width: 100%;
	height: 100%;
}
.indexC4_c
{
	/*margin-top: 30px;*/
	/*margin-bottom: 20px;*/
}
.videoImg{
	height: 100%;
	width: 61.5%;
	/*z-index: 2;*/
}
.videoImgInfo{
	margin-top: 15px;
}
.indexC4_title
{
	width: 63%;
	font-size:20px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-bottom: 10px;
	text-align: center;
	margin: 0 auto;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.indexC4_text
{
	font-size:16px;
	color:rgba(153,153,153,1);
}
/*附近的MMC*/
.indexC5
{
	padding: 60px 0;
	text-align: center;
}
.indexC5_c
{
	margin-top: 30px;
	background:rgba(250,250,250,1)!important;
	border-radius:4px;
	padding: 30px 20px;
}
.indexC5_text,.indexC5_shen,.indexC5_shi
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size:20px;
	color:rgba(51,51,51,1);
}
.indexC5_qu{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size:20px;
	color:rgba(51,51,51,1);
	z-index: 2;
}

.indexC5_shen,.indexC5_shi,.indexC5_qu
{
	width:200px;
	height:36px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(234,234,234,1);
	box-shadow:0px 0px 0px rgba(51,51,51,1);
	border-radius:4px;
	line-height: 36px;
	text-align: left;
	margin-left: 30px;
	font-size:16px;
	cursor: pointer;
}
.indexC5_input
{
	padding:0 20px;
}
.indexC5i_list
{
	background:rgba(238,237,240,1);
	font-size:16px;
	color:rgba(51,51,51,1);
	display: none;
  	max-height: 300px;
  	overflow-y: scroll;
}
.indexC5i_item
{
	border-bottom: 1px solid rgba(234,234,234,1);
	padding:0 20px;
	transition: all .3s;
}
.indexC5i_item:hover
{
	background:rgba(0,130,224,1);
	color: #FFFFFF;
}

.indexC5_shen img,.indexC5_shi img,.indexC5_qu img
{
	position: absolute;
	top: 15px;
	right: 20px;
}

.indexC5_ditu
{
	margin-top: 40px;	
}
.indexC5_left
{
	width:74%;
	height:529px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.indexC5_right
{
	width:25%;
	height:529px;
	background:rgba(255,255,255,1);
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.4%;
	padding: 5px;
}
.noData{
	width: 86%;
	font-size:20px;
	font-weight:400;
	color:rgba(153,153,153,1);
	text-align: left;
	margin: 0 auto;
    margin-top: 235px;
}
.indexC5_item
{
	background:rgba(250,250,250,1);
	text-align: left;
	padding: 23px 15px;
	cursor: pointer;
}
.indexC5_item_title
{
	font-size:20px;
	font-weight:bold;
	color:rgba(51,51,51,1);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom: 10px;
}
.indexC5_item_t1
{
	width: 100%;
	font-size:16px;
	color:rgba(102,102,102,1);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
     margin-bottom: 10px;
}
.indexC5_item_t2
{
	width: 100%;
	font-size:18px;
	color:rgba(102,102,102,1);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.indexC5_list
{
	height: 450px;
}
.indexC5_prev
{
	margin-bottom: 10px;
	
}
.indexC5_next
{
	margin-top: 5px;
	
}
.indexC5_more img
{
	cursor: pointer;
}


/*=================================================================联系方式============================================================*/
.contactUsC1_t1
{
	font-size: 24px;
	text-align: center;
}
.contactUsC1_title
{
	text-align: center;
	font-size:20px;
	color:rgba(51,51,51,1);
}
.contactUsC1_c
{
	padding: 30px 15%;
	background: #fff;
	padding-bottom: 50px;
}
.contactUsC1 
{
	padding-bottom: 20px;
}
.contactUsC1 .indexC2_title
{
	margin-bottom: 30px;
}
.contactUsC1_list
{

}
.contactUsC1_item
{
	width: 50%;
	float: left;
	text-align: left;
	font-size: 20px;
	color:rgba(51,51,51,1);
	margin-top: 40px;
}
.contactUsC1_item span
{
	font-size:20px;
	color:#333333;
}
.contactUsC1_item:nth-child(2),.contactUsC1_item:nth-child(4)
{
	padding-left: 50px;
}
.contactUsC1_item span:first-child
{
	margin-right: 20px;
}
.contactUsC1_item span:nth-child(even){
    font-weight: bold;
}


.JRWOC1
{
	border-bottom: 1px solid #FFE2CE;
}
.JRWO_nav ul{
	float: left;
	position: relative;
	width: 10.4%;
	background: #EE671F;
	min-width: 80px;
	z-index: 100;
	opacity: 0.7;
	margin-bottom: 0px;
}
.JRWO_nav li{
	height: 55.6px;
	text-align: center;
	line-height: 55.6px;
	border-bottom: 1px #fff solid;
	cursor: pointer;
}
.JRWO_nav li:first-child{
	border-bottom: none;
}
.JRWO_nav li:nth-child(2){
	border-top: 1px #fff solid;
}
/*.onShow{*/
	/*background: #999;*/
/*}*/
.onShow img{
	margin-left: 5px;
}
.thisCenter{
	text-align: center;
	font-size:36px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-top: 30px;
	margin-bottom: 25px;
}
.thisCenter span{
	font-size: 20px;
	color: #EE631A;
	text-decoration: underline;
	cursor: pointer;
}
.otherCenter{
	text-align: center;
	margin-bottom: 27px;
	font-size: 18px;
}
.otherCenter span{
	color: #333333;
}
.otherCenter a{
	color: #0336C7;
}
.JRWO_nav li:nth-child(2),.JRWO_nav li:nth-child(3),.JRWO_nav li:nth-child(4){
	display: none;
	position: absolute;
	background-color: #EE671F;
	z-index: 999;
	width: 100%;
}
.JRWO_nav li:nth-child(3){
	top: 111.2px;
}
.JRWO_nav li:nth-child(4){
	top: 166.8px;
}

.JRWO_nav li a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-align: left;
	text-indent: 15px;
}
.JRWO_nav li a:hover{
	color: #FEE880;
}
.JRWO_nav_item
{
	display: inline-block;
	vertical-align: middle;
	font-size:18px;
	color:rgba(102,102,102,1);
	padding: 15px 30px;
	
}
.JRWO_nav_item1
{
	height: 11px;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	background: #E8E8E8;
}
.JRWO_nav_item span
{
	padding: 15px 10px;
	cursor: pointer;
	transition: all .3s;
	box-sizing: border-box;
}
.JRWO_nav_item_select span
{
	font-weight:bold;
	color:rgba(238,99,26,1);
	border-bottom: 2px solid #EE631A;
}
.JRWO_nav_item_select span a
{
    color:rgba(238,99,26,1)!important;
}

/*加入条件*/
.JRTJ_nav
{
	text-align: center;
	padding: 40px 0;
}
.JRTJ_nav_item
{
	display: inline-block;
	vertical-align: middle;
	font-size:24px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	cursor: pointer;
}
.JRTJ_nav_xian
{
	display: inline-block;
	vertical-align: middle;
	color: #D2D2D2;
	font-size:24px;
	margin: 0 20px;
}
.JRTJ_nav_item_select
{
	color: #EE631A;
}
.JRTJ_c
{
	position: relative;
	/*padding: 20px 8%;*/
	background: #fff;
	padding-bottom: 80px;
	margin-bottom: 50px;
	/*margin-left: 17%;*/
	margin-top: 50px;
}
.expand{
	width: 100%;
	display: block;
	margin-bottom: 50px;
}
.expand a{
	width: 33%;
	height: 50px;
	float: left;
	margin-left: 0.5%;
	background: #E9E9E9;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.expandSelect{
	color: #fff!important;
	background: #FFAF76!important;
}
.expand a:nth-child(1){
	margin-left: 0;
}
.documentBox img{
	margin-top: 18px!important;
	width: 23%;
	margin-left: 0.4% !important;
}
.rewalkBox{
	width: 31.6%;
	float: left;
	height: 260px;
	margin-left: 23px;
}
.rewalkBox:nth-child(1), .rewalkBox:nth-child(4){
	margin-left: 0;
}
.rewalkBox img{
	width: 100%;
}
.rewalkBox span{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	display: block;
}
.JRTJjcC2_title
{
	font-size:24px;
	color:rgba(238,99,26,1);
	font-weight:bold;
}
.JRTJjcC2_title p{
	width: 100%;
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:36px;
}
.significance{
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	list-style-type: disc;
	padding-left: 20px;
}
.JRTJjcC2_title img
{
	display: block;
	margin-top: 3px;
}
.JRTJjcC1_list
{
	text-align: center;
	margin-top: 100px;
	position: relative;
}
.JRTJ_item
{
	position: absolute;
}
.JRTJ_item1 
{
    left: 18px;
    top: -11px;
    width: 44%;
}
.JRTJ_item2 
{
    right: 10px;
    top: 185px;
    width: 44%;
}
.JRTJ_item3
{
    left: 18px;
    top: 274px;
    width: 44%;
}
.JRTJ_item4 
{
    right: 12px;
    top: 417px;
    width: 44%;
}
.JRTJ_item5 
{
    left: 18px;
    top: 560px;
    width: 44%;
}
.JRTJ_item6
{
    right: 90px;
    top: 685px;
    width: 27%;
}
.jrMMC
{
	position: absolute;
	right: 0;
	top: -62px;
	width: 302px;
	text-align: left;
}
.jrMMC_title
{
	font-size:24px;
	font-weight:bold;
	color:rgba(238,99,26,1);
}
.jrMMC_text
{
	
	font-size:16px;
	color:rgba(51,51,51,1);
}
.jczx_text1
{
	font-size:18px;
	font-weight:bold;
	color:rgba(238,99,26,1);
	margin: 30px 0;
}
.jczx_c1_title
{
	background: #f5aa75;
	
}
.jczx_c1 .jczx_c1_left
{
	width: 20%;
	float: left;
	padding: 10px 3%;
    border-right: 1px solid #fff;
}
.jczx_c1 .jczx_c1_right
{
	width: 80%;
	float: left;
	padding: 10px 0;
}
.jczx_c1_title
{
	font-size: 20px;
	color:#fff;
	/*font-weight: bold;*/
}
.jczx_c1 .jczx_c1_title .jczx_c1_right
{
	text-align: center;
}

.jczx_c1_item .jczx_c1_left
{
	font-size: 18px;
	font-weight: bold;
	padding: 10px 3%;
	line-height: 35px;
}
.jczx_c1_item .jczx_c1_right
{
	font-size: 18px;
	color: #666666;
	padding: 10px 3%;
	line-height: 35px;
}
.jczx_c1_item
{
	border: 1px solid #d4d4d4;
	border-bottom: none;
}
.jczx_c1_item:last-child
{
	border-bottom: 1px solid #d4d4d4;
}
.jczx_c1_item:nth-child(2n)
{
	background: #fbfbfb;
}
.jczx_c1_item .jczx_c1_left
{
	border-right: 1px solid #d4d4d4;
}
.jczx_text2
{
	font-size: 18px;
	color: #333333;
	/*font-weight: bold;*/
	margin-top: 10px;
	margin-bottom: 50px;
}
.jczx_c2_t1
{
	width: 25%;
	float: left;
	text-align: center;
	padding: 10px 0;
}
.jczx_c2_title
{
	background: #f5aa75;
}
.jczx_c2_title .jczx_c2_t1
{
	border-right: 1px solid #ffffff;
	padding: 10px 0;
	font-size: 20px;
	color: #fff;
	
}
.jczx_c2_item
{
	font-size: 18px;
	border: 1px solid #d4d4d4;
	border-bottom: none;
}
.jczx_c2_item:last-child
{
	border-bottom: 1px solid #d4d4d4;
}
.jczx_c2_item:nth-child(2n)
{
	background: #fbfbfb;
}
.jczx_c2_item .jczx_c2_t1
{
	border-right: 1px solid #d4d4d4;
}
.jczx_c2_item .jczx_c2_t1:last-child
{
	border-right: none;
}
.jczx_c2_title .jczx_c2_t1:last-child
{
	border-right: none;
}
.jczx_c3 span
{
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
}
.jczx_c3 span p
{
	width: 5px;
	height: 5px;
	overflow: hidden;
	border-radius: 50%;
	background: #333333;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 8px;
}
.jczx_c1_right span
{
	display: block;
}
.JRTJjcC2_title2
{
	margin-top: 50px;
}
.quzxC1_title
{
	background: #f5aa75;
	display: block;
	position: relative;
	
}

.quzxC1_title .quzxC1_t2,.quzxC1_title .quzxC1_t3
{
	text-align: center;
	
}

.quzxC1_t1
{
	width: 18%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 2%;
	border-right: 1px solid #d4d4d4;
	line-height: 35px;
}

.quzxC1_t11{
	width: 30%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 2%;
	border-right: 1px solid #d4d4d4;
	line-height: 35px;
}
.quzxC1_t2
 {
	 width: 25%;
	 float: left;
	 font-size: 18px;
	 padding: 10px 2%;
	 border-right: 1px solid #d4d4d4;
	 line-height: 35px;
	 color: #666666;
 }
.quzxC1_t22
{
	width: 20%;
	float: left;
	font-size: 18px;
	padding: 10px 2%;
	border-right: 1px solid #d4d4d4;
	line-height: 35px;
	color: #666666;
}
.quzxC1_t3
 {
	 width: 57%;
	 float: left;
	 font-size: 18px;
	 padding: 10px 2%;
	 line-height: 35px;
	 color: #666666;
 }
.quzxC1_t33
{
	width: 50%;
	float: left;
	font-size: 18px;
	padding: 10px 2%;
	line-height: 35px;
	color: #666666;
}
.quzxC1_t3 span
{
	display: block;
}
.quzxC1_title .quzxC1_t2,.quzxC1_title .quzxC1_t3,.quzxC1_title .quzxC1_t1
{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.quzxC1_item
{
	border: 1px solid #d4d4d4;
	border-top: none;
}
.quzxC1_item:nth-child(2n+1)
{
	background: #eee2d4;
}
.quzxC1_title .quzxC1_t1,.quzxC1_title .quzxC1_t2
{
	border-right: 1px solid #fff;
}


.quzxC2_title
{
	background: #f5aa75;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	margin-top: 40px;
}
.quzxC2_item
{
	border: 1px solid #d4d4d4;
	border-top: none;
}
.quzxC2_item:nth-child(2n+1)
{
	background: #eee2d4;
}
.quzxC2_left
{
	width: 30%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	padding-left: 2%;
	border-right: 1px solid #d4d4d4;
	line-height: 35px;
}
.quzxC2_left2
{
	color: #da731c!important;
}
.quzxC2_right
{
	width: 70%;
	float: left;
	font-size: 18px;
	padding: 10px 2%;
	line-height: 35px;
}
.quzxC3_text
{
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}
.quzx_c1
{
	margin-top: 20px;
}

.jczxI_left
{
	width: 30%;
	float: left;
}
.jczxI_right
{
	width: 70%;
	float: left;
	padding: 2%;
}
.jczxI_right1
{
	margin-bottom: 5.5%;
}
.jczxI_right1 img
{
	width: 39%;
	float: left;
}
.jczxI_right1 img:last-child
{
    width: 17.7%;
}
.jczxI_right2 img
{
	width: 30%;
	float: left;
}




/*MMC参与流程*/
.CYLC
{
	position: relative;
	background: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
}
.CYLC_c
{
	margin-top: 120px;
	margin-bottom: 240px;
	padding: 0 15%;
	position: relative;
}
.CYLC_item
{
	margin-top: 50px;
}
.CYLC_item:first-child
{
	margin-top: 0px;
}
.CYLC_left
{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: left;
	font-size:24px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	/*padding-left: 5%;*/
}
.CYLC_title
{
	padding-bottom: 20px;
	border-bottom: 2px solid #EAEAEA;
	cursor: pointer;
}
.CYLC_title img
{
	float: right;
	margin-top: 15px;
	transition: all .3s;
}
.CYLC_item:last-child .CYLC_title
{
	border: none;
}
.CYLC_dian1,.CYLC_dian2
{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
	background: #FFFFFF;
	padding: 10px 0;
	position: relative;
	z-index: 10;
	padding-right: 8%;
}
.CYLC_right
{
	width: 58%;
	display: inline-block;
	vertical-align: top;
}
.CYLC_dian1 span
{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #F07D4C;
	display: block;
	margin: auto;
	margin-top: -8px;
}
.CYLC_dian2 span
{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999999;
	display: block;
	margin: auto;
	margin-top: 2px;
}
.CYLC_right
{
	font-size:24px;
	color:rgba(51,51,51,1);
}
.CYLC_text
{
	font-size: 18px;
	color: #333333;
	background:rgba(244,244,244,1);
	box-shadow:0px 0px 0px rgba(234,234,234,1);
	padding: 15px;
	line-height: 32px;
	display: none;
    animation: fadeIn .3s linear 0s  alternate;
    -webkit-animation: fadeIn .3s linear 0s  alternate; 
    -ms-animation: fadeIn .3s linear 0s  alternate;
    -o-animation: fadeIn .3s linear 0s  alternate;
}
.CYLC_sx
{
	width:2px;
	height: 98%;
	background:rgba(240,125,76,1);
	opacity:0.2;
	position: absolute;
	top: 0;
	left: 33.5%;
	display: block;
	z-index: 5;
	transition: all .3s;
}
.CYLC_item_select .CYLC_text
{
	display: block;
}
.CYLC_item_select .CYLC_title img
{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}



/*网上报名*/
.WSBM_cBox{
	width: 100%;
	background: #FFFFFF;
}
.WSBM_c
{
	width: 835px;
	margin: auto;
}
/*.WSBM_title{*/
	/*margin-top: 50px;*/
/*}*/
.WSBM_title .WSBM_t1
{
	width: 33.1%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.WSBM_t2
{
	width: 34.5%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-left: -2%;
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.WSBM_t3
{
	width: 34.2%;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-left: -2%;
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.WSBM_t_c1
{
	background: url(../image/jd_pic1_1.png) no-repeat;
	background-size: 100% 100%;
}
.WSBM_t_c2
{
	background: url(../image/jd_pic2_1.png) no-repeat;
	background-size: 100% 100%;
}
.WSBM_t_c3
{
	background: url(../image/jd_pic3_1.png) no-repeat;
	background-size: 100% 100%;
}

.WSBM_t_select .WSBM_t_c1
{
	background: url(../image/jd_pic1_2.png) no-repeat;
	background-size: 100% 100%;
}
.WSBM_t_select .WSBM_t_c2
{
	background: url(../image/jd_pic2_2.png) no-repeat;
	background-size: 100% 100%;
}
.WSBM_t_select .WSBM_t_c3
{
	background: url(../image/jd_pic3_2.png) no-repeat;
	background-size: 100% 100%;
}
.WSBM_t_select
{
	color:rgba(255,255,255,1);
}
.WSBM_info_title span
{
	font-size:18px;
	color:rgba(153,153,153,1);
}
.WSBM_info_title span:first-child
{
	font-size:24px;
	font-weight:bold;
	color:rgba(153,153,153,1);
	margin-right: 10px;
}
.redDIan
{
	font-size:24px;
	font-weight:bold;
	color:rgba(255,0,0,1)!important;
	margin-top: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.WSBM_info
{
	background: #FFFFFF;
	margin-top: 20px;
	padding: 10px 60px;
}
.scheduleBox{
	width: 100%;
	margin: 50px 0;
}
.WSBM_info1
{
	padding: 40px 0;
	border-bottom: 1px solid rgba(241,241,241,1);
}
.WSBM_info2
{
	padding: 40px 0;
}
.WSBMi_c
{
	position: relative;
	margin-top: 30px;
}
.WSBMi_c_left
{
	/*position: relative;*/
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	text-align: right;
	/*padding-right: 3%;*/
}
.WSBMi_c_left span
{
	margin-right: 10px;
}
.WSBMi_c_right
{
	position: relative;
	width: 63%;
	display: inline-block;
	vertical-align: middle;
}
.WSBMi_c_right select
{
	width:140px;
	height:35px;
	background:rgba(250,250,250,1);
	border:1px solid rgba(234,234,234,1);
	box-shadow:0px 0px 0px rgba(51,51,51,1);
	border-radius:4px;
	margin-right: 10px;
	cursor: pointer;
	font-size: 16px;
}
.WSBMi_c_right select:last-child
{
	margin-right: 0;
}
#dwmc
{
	width:383px;
	height:35px;
	background:rgba(250,250,250,1);
	border:1px solid rgba(234,234,234,1);
	box-shadow:0px 0px 0px rgba(51,51,51,1);
	padding: 0 5px;
	font-size: 16px;
}
.dwqy
{
	position: absolute;
	left: -2%;
	top: 0;
}
.WSBM_info2_left
{
	width: 15%;
	display: inline-block;
	vertical-align: top;
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-top: 10px;
}
.WSBM_info2_right
{
	width: 84.3%;
	display: inline-block;
	vertical-align: top;
}
.WSBMi2_item
{
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
	/* margin-right: 3.3%; */
}
.WSBMi2_item:nth-child(2n)
{
	margin-right: 0;
}
.WSBMi2_item_i1,.WSBMi2_item_i2,.WSBMi2_item_i3
{
	display: inline-block;
	vertical-align: middle;
	font-size:18px;
	color:rgba(51,51,51,1);
}
.WSBMi2_item_i2 li{
	line-height: 35px;
}
.WSBMi2_item_i2Left{
	width: 45% !important;
}
.WSBMi2_item_i2Right{
	width: 45% !important;
}
.WSBMi2_item_i3 input
{
	width:140px;
	height:35px;
	font-size: 14px;
	/*background:rgba(250,250,250,1)!important;*/
	border:1px solid rgba(234,234,234,1);
	box-shadow:0px 0px 0px rgba(51,51,51,1);
	padding: 0 5px;
}
.WSBMi2_item_i1 .redDIan
{
	margin-right: 5px;
	/*margin-left: 0;*/
	margin-top:10px;
}

.WSBM_info2_item
{
	margin-top: 30px;
}
.WSBMi2_item_i3 select{
	width:140px;
	height:35px;
	background:rgba(250,250,250,1);
	border:1px solid rgba(234,234,234,1);
	box-shadow:0px 0px 0px rgba(51,51,51,1);
	border-radius:4px;
	cursor: pointer;
	font-size: 14px;
}
.onePeople
{
	display: inline-block;
	vertical-align: middle;
}
.onePeople input
{
	width:21px;
	height:21px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 40px;
	margin-top: -5px;
}
.WSBM_button
{
	background: #fff;
	padding: 50px 0;
	margin-bottom: 50px;
	text-align: center;
}
.WSBM_button_c
{
	width:280px;
	height:60px;
	background:rgba(73,160,225,1);
	border-radius:4px;
	font-size:24px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin: auto;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.reset{
	background: #fff;
	padding: 20px 0;
	text-align: center;
}
.reset_button_c
{
	width:280px;
	height:60px;
	background:rgba(73,160,225,1);
	border-radius:12px;
	font-size:24px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin: auto;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
/*图片查看*/
.picLook
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.6);
    animation: fadeIn .3s linear 0s  alternate;
    -webkit-animation: fadeIn .3s linear 0s  alternate; 
    -ms-animation: fadeIn .3s linear 0s  alternate;
    -o-animation: fadeIn .3s linear 0s  alternate;
    display: none;
    z-index: 99999;
}
.picLook_img
{
	width: 30%;
	margin: auto;
	
}
.picLook_img img
{
	width: 100%;
}


/*登录弹窗*/
.loginAlert
{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}
.loginAlert_c
{
	margin: auto;
	width:523px;
	height:356px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	margin-top: 15%;
	text-align: center;
}
.backBox{
	width: 100%;
	height: 30px;
	text-align: right;
	position: relative;
}
.backImg{
	display: block;
	height: 36px;
	width: 36px;
	cursor: pointer;
	float: right;
	position: absolute;
	top: -18px;
	right: -18px;
}
.loginAlert_title
{
	font-size:20px;
	color:rgba(51,51,51,1);
	margin-bottom: 30px;
	margin-top: 30px;
}
.loginAlert_phone input
{
	width:333px;
	height:44px;
	background:rgba(243,243,243,1);
	border:1px solid rgba(210,210,210,1);
	border-radius:6px;
	text-align: center;
}
.loginAlert_code
{
	width:333px;
	height:44px;
	margin: auto;
	margin-top: 20px;
}
.loginAlert_code input:first-child
{
	width:204px;
	height:44px;
	background:rgba(243,243,243,1);
	border:1px solid rgba(210,210,210,1);
	border-radius:6px;
	float: left;
	text-align: center;
}
.loginAlert_code input:last-child
{
	width:110px;
	height:44px;
	background:rgba(255,152,0,1);
	border-radius:6px;
	float: right;
	box-shadow: none;
	border: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
}
.loginAlert_button
{
	width:175px;
	height:44px;
	background:rgba(255,152,0,1);
	border-radius:6px;
	text-align: center;
	line-height: 44px;
	margin: auto;
	font-size:20px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-top: 30px;
	cursor: pointer;
}
.setCode
{
	background: rgba(243,243,243,1)!important;
	color: #999999!important;
	border:1px solid rgba(210,210,210,1)!important;
}


/*申请表下载*/
.sqbxz .WSBM_info
{
	padding: 60px 60px;
}
.sqbxz_title span
{
	font-size:18px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color: #333333;
}
.sqbxz_title span:first-child
{
	display: inline-block;
	vertical-align: top;
	width:37px;
	height:37px;
	background:rgba(255,175,118,1);
	border-radius:50%;
	font-size:20px;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height: 37px;
	font-style: italic;
	font-family:HelveticaNeue-MediumItalic;
	
}
.sqbxz_title span:last-child
{
	width: 90%;
	display: inline-block;
	vertical-align: top;
	margin-left: 3%;
	line-height: 35px;
}
.sqbxz_img
{
	width: 181px;
	margin: 30px 20px;
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.sqbxz_img img
{
	width:141px;
	height:171px;
}
.sqbxz_show
{
	position: absolute;
	top: 0;
	left: 20px;
	width:141px;
	height:171px;
	background:rgba(192,192,192,0.2);
	text-align: center;
	line-height: 171px;
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	cursor: pointer;
}
.sqbxz_text
{
	margin-top: 30px;
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.sqbxz_button
{
	display: inline-block;
	vertical-align: middle;
	width:141px;
	height:50px;
	background:rgba(236,130,92,1);
	border-radius:4px;
	font-size:18px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height: 50px;
	margin-left: 40px;
	margin-top: -60px;
	cursor: pointer;
}
.sqbxz_button1
{
	text-align: center;
	background: #FFFFFF;
	padding-bottom: 50px;
	margin-bottom: 80px;
}
.sqbxz_button_c
{
	width:180px;
	height:60px;
	background:rgba(73,160,225,1);
	border-radius:4px;
	font-size:24px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	cursor: pointer;
}
/*揭牌申请*/
.JPSQ_nav
{
	padding-bottom: 20px;
}
.JPSQ_padding
{
	padding: 0 10px!important;
}
.JPSQ_szqy
{
	width:236px!important;
	height:35px;
	background:rgba(250,250,250,1);
	border:1px solid rgba(234,234,234,1);
	box-shadow:0px 0px 0px rgba(51,51,51,1);
	border-radius:4px;
}
.JPSQ_item1
{
	margin-top: 30px;
}
.JPSQ_item1_left
{
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    text-align: left;
    padding-right: 3%;
}
.JPSQ_item1_left .redDIan
{
	margin-right: 10px;
	margin-left: 0px;
}
.JPSQ_item1_right
{
	width: 44%;
    display: inline-block;
    vertical-align: middle;
    font-size:18px;
	color:rgba(51,51,51,1);
}
.JPSQ_item2_right
{
	font-size:18px;
	color:rgba(51,51,51,1);
	margin-top: 30px;
	margin-bottom: 40px;
}
.JPSQ_item3_left
{
	width: 25%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    text-align: left;
}
.JPSQ_item3_right
{
	width:200px;
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
	color:rgba(51,51,51,1);
	position: relative;
}
.JPSQ_item3_right input
{
	width: 100%!important;
}
.JPSQ_item3_right img
{
	width: 21px;
	height: 20px;
	position: absolute;
	top: 7px;
	right: 10px;
}
.JPSQ_item4_right
{
	font-size:18px;
	color:rgba(51,51,51,1);
	margin-top: 30px;
	margin-bottom: 40px;
}
.JPSQ_item4_input
{
	width:218px!important;
	height:35px!important;
	background:rgba(250,250,250,1)!important;
	border:1px solid rgba(234,234,234,1)!important;
	box-shadow:0px 0px 0px rgba(51,51,51,1)!important;
	text-align: center;
	font-size:14px!important;
	color:rgba(153,153,153,1)!important;
}
.JPSQ_item3_left .redDIan
{
	margin-right: 10px;
	margin-left: 0px;
}
.JPSQ_item5_left
{
	font-size: 18px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    text-align: left;
}
.JPSQ_item5_left .redDIan
{
	margin-right: 10px;
	margin-left: 0px;
}
.JPSQ_item5_right textarea
{
	width: 100%;
	min-height: 130px;
	background:rgba(250,250,250,1);
	border:1px solid rgba(234,234,234,1);
	box-shadow:0px 0px 0px rgba(51,51,51,1);
	padding: 10px;
	font-size:14px;
	color:rgba(153,153,153,1);
}
.JPSQ_item5_t1,.JPSQ_item5_t4
{
	display: inline-block;
	vertical-align: middle;
	font-size:18px;
	font-weight:bold;
	color:rgba(0,0,0,1);
	margin-right: 20px;
}
.JPSQ_item5_t2
{
	display: inline-block;
	vertical-align: middle;
	width:285px;
	height:35px;
	line-height: 35px;
	background:rgba(250,250,250,1);
	border:1px solid rgba(234,234,234,1);
	box-shadow:0px 0px 0px rgba(51,51,51,1);
	padding-left: 10px;
}
.JPSQ_item5_t3
{
	display: inline-block;
	vertical-align: middle;
	width:99px;
	height:35px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(234,234,234,1);
	border-radius:6px;
	position: relative;
	text-align: center;
	line-height: 32px;
	margin: 0 20px;
	cursor: pointer;
}
.JPSQ_item5_t3 input
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.01;
}

.JPSQ_item6_right
{
	margin-top: 30px;
	margin-bottom: 40px;
}

/*网上申请*/
.clxz_list
{
	margin-top: 40px;
}
.clxz_item
{
	font-size:18px;
	color:rgba(51,51,51,1);
	line-height: 30px;
	margin-bottom: 20px;
}
.clxz_item span
{
	display: inline-block;
	vertical-align: top;
}
.clxz_item span:first-child
{
	display: inline-block;
	vertical-align: top;
	width: 3%;
	margin-top: 1px;
	font-size:18px;
}
.clxz_item span:last-child
{
	display: inline-block;
	vertical-align: top;
	width: 94%;
}
.clxz_button
{
	width:280px;
	height:60px;
	background:rgba(236,130,92,1);
	border-radius:10px;
	font-size:24px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height: 60px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 80px;
	cursor: pointer;
}
.WSBM_c
{
	/*margin-bottom: 150px;*/
}


 /*进度查询*/
.jdcx
{
	text-align: center;
	
}
.jdcx_comple
{
	height:294px;
	line-height: 294px;
	font-size:24px;
	color: #333333;
	display: none;
	/*padding: 32% 0;*/
}

.jdcx_emp
{
	height:294px;
	line-height: 294px;
	font-size:24px;
	color: #333333;
	display: none;
}

.jdcx_button{
	height:294px;
	line-height: 294px;
	font-size:24px;
	color: #333333;
}

.jdcx_success
{
	height:294px;
	line-height: 294px;
	font-size:24px;
	color: #EE631A;
	display: none;
}

.jdcx_bottom
{
	margin-bottom: 60px;
}
.jdcx_fail
{
	font-size:24px;
	display: none;
}
.jdcx_fail_t1
{
	padding: 40px 0;
}
.jdcx_fail_t2
{
	font-size:20px;
	color:rgba(51,51,51,1);
	padding: 20px 0;
	border-top: 1px solid #FAFAFA;
}
.jdcx_fail_t3
{
	background:rgba(250,250,250,1);
	border:1px solid rgba(243,243,243,1);
	box-shadow:0px 0px 0px rgba(51,51,51,1);
	border-radius:6px;
	padding: 19px 29px 41px 25px;
	text-align: left;
	font-size:20px;
	color:rgba(51,51,51,1);
	line-height: 35px;
	margin-bottom: 40px;
	clear: both;
}
.jdcx .WSBM_info
{
	padding: 10px 3.9%;
}


/*院士寄语*/
.ysjyC1
{
	width: 65%;
	margin: auto;
	padding-top: 60px;
}
.ysjyC1_pic
{
	width: 230px;
	display: inline-block;
	vertical-align: middle;
}
.ysjyC1_pic img
{
	width: 195px;
    height: 195px;
    overflow: hidden;
    border-radius: 50%;
}

.ysjyC1_cont
{
	display: inline-block;
	vertical-align: middle;
	width: 493px;
}
.ysjyC1_title
{
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin-bottom: 10px;
}
.ysjyC1_title span:first-child
{
	margin-right: 8px;
}
.ysjyC1_text
{
	font-size:16px;
	color:rgba(51,51,51,1);
	line-height: 30px;
}
.ysjyC2
{
	background: #FAFAFA;
	padding: 80px 0;
	margin-top: -30px;
}
.ysjyC1_text p
{
	width: 100%;
	display: block;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	padding-left: 1%;
  	line-height:30px;
  	margin-top:-20px;
}
.ysjyC1_text p:first-child
{
  margin-top:0px;
}
.ysjyC2_c
{
	width: 67%;
	margin: auto;
	padding-left: 3%;
}
.ysjyC2_c .ysjyC1_title
{
	margin-bottom: 20px;	
}
.ysjyC2_c .ysjyC1_text
{
	line-height: 50px;
	font-size:18px;
	font-family:DFKaiW5-A;
}
/*宣传视频*/
.videoBox{
	width: 48%;
	float: left;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 16px 0px rgba(205,205,205,0.4);
	border-radius:6px;
	margin-top: 25px;
	position: relative;
}
.videoIcon{
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px!important;
	height: 100px!important;
	background: none!important;
	z-index: 3;
}
.videoBox:nth-child(even){
	float: right;
}
.videoBox img{
	width: 100%;
	height: 280px;
	background: #fff;
	box-shadow:0px 0px 0px 0px rgba(205,205,205,0.4);
}
.videoMongolia{
	position: absolute;
	width: 100%;
	height: 280px;
	background: #000;
	opacity: 0.15;
	z-index: 2;
	top: 0;
}
.videoDescribe{
	height: 50px;
	line-height: 50px;
}
.describe{
	float: left;
	font-weight: bold;
	color:rgba(51,51,51,1);
	font-size: 18px;
	margin-left: 20px;
	width: 65%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.releaseTime{
	float: right;
	font-size: 16px;
	font-weight: 400;
	color:rgba(153,153,153,1);
	margin-right: 20px;
}
.shade{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.65;
	filter: alpha(opacity=30);
	display:none;
}
.modal{
	position: fixed;
	z-index:4;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	width: 670px;
	height: 400px;
	display:none;
	margin: auto;
	background-color: #ffffff;
	padding: 15px;
	border-radius: 5px;
	overflow: visible!important;
}
.closed{
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 25px;
	font-size: 23px;
	position: absolute;
	top: -18px;
	right: -18px;
	cursor: pointer;
	display: block;
    z-index: 999;
}
.video{
	width: 640px;
	height: 368px;
	border-radius: 5px;
	border: 1px #cccccc solid;
}
.mobilPadding{
	padding: 50px 0;
}
/*.xcsp_video*/
/*{*/
	/*width:60%;*/
	/*margin: 50px auto;*/
	/*background:rgba(255,255,255,1);*/
	/*box-shadow:0px 0px 0px 0px rgba(205,205,205,0.4);*/
	/*border-radius:6px;*/
	/*overflow: hidden;*/
/*}*/
/*.xcsp_video_v*/
/*{*/
	/*height: 392px;*/
	/*background: #000;*/
	/*overflow: hidden;*/
/*}*/
/*.xcsp_video_v video*/
/*{*/
	/*width: 100%;*/
	/*height: 100%;*/
/*}*/
/*.xcsp_video_c*/
/*{*/
	/*background: #FFFFFF;*/
	/*position: relative;*/
	/*padding: 20px 30px;*/
	/**/
/*}*/
/*.xcsp_video_title*/
/*{*/
	/*font-size:18px;*/
	/*font-weight:bold;*/
	/*color:rgba(51,51,51,1);*/
	/*margin-bottom: 15px;*/
/*}*/
/*.xcsp_video_text*/
/*{*/
	/*font-size:16px;*/
	/*color:rgba(51,51,51,1);*/
	/*line-height: 30px;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 3;*/
/*-webkit-box-orient: vertical;*/
/*}*/
/*.xcsp_video_time*/
/*{*/
	/*font-size:16px;*/
	/*color:rgba(153,153,153,1);*/
	/*position: absolute;*/
	/*top: 20px;*/
	/*right: 30px;*/
	/**/
/*}*/
.xcsp_swiper
{
	background: url(../image/xcsp_pic2.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px 40px;
	position: relative;
	margin-bottom: 50px;
  overflow:hidden;
}
.xcsp_swiper_cont
{
	background: #fff;
	position: relative;

}
.xcsp_swiper_shadow
{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	left:0px;
	
}
.xcsp_swiper_shadow div
{
	width: 100%;
	height: 100%;
}
.xcsp_swiper_shadow img
{
	position: absolute;
	width: 100%;
	top: 7%;
	left: 0;

}
.xcsp_swiper_shadow span
{
	font-size:50px;
	color:rgba(255,255,255,1);
	display: inline-block;
	vertical-align: middle;
}
.xcsp_item
{
	padding: 0 10px;
}
.xcsp_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next
{
	background: url(../image/index_ico2.png) no-repeat;
}
.xcsp_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
	background: url(../image/index_ico3.png) no-repeat;
}
.xcsp_swiper_cont
{
	padding: 10px;
}
.xcsp_swiper_title
{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
  	min-height: 49px;	
}
.xcsp_swiper_text
{
	font-size:14px;
	color:rgba(102,102,102,1);
}


/*代谢病知识*/
.dxbzs_c
{
	background: #fff;
	margin-top: 50px;
	padding: 50px 30px;
	margin-bottom: 30px;
}
.dxbzs_title
{
	text-align: center;
	font-size:32px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-bottom: 20px;
}
.dxbzsSubTitle{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-align: center;
}
.dxbzs_fx
{
	margin-top: 20px;
	text-align: center;
	font-size:14px;
	color: #999999;
	margin-bottom: 39px;
}
.dxbzs_f1
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 60px;
}
.dxbzs_f1 span
{
	margin-right: 10px;
}
.dxbzs_f2
{
	display: inline-block;
	vertical-align: middle;
}
.dxbzs_t1
{
	line-height: 60px;
	font-size: 16px;
	color: #333333;
}
.dxbzs_t1 span
{
	color: #333333;
	font-weight: bold;
}
.dxbzs_t2
{
	line-height: 60px;
	color: #E50312;
	font-size: 16px;
}
.dxbzs_t3
{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.dxbzs_t3 span
{
	margin-bottom: 30px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.dxbzs_img
{
	text-align: center;
	margin-top: 40px;
}
.dxbzs_img span
{
	display: block;
	color: #999999;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.dxbzs_t4
{
	color: #999999;
	font-size: 16px;
	margin-top: 40px;
	line-height: 30px;
}
.dxbzs_f2 img
{
	cursor: pointer;
}

/*上传申请表*/
.scsqb_c
{
	margin-bottom: 40px;
	margin-left: 30px;
}

.scsqb_tip
{
	background: none;
	border: none;
	line-height: 25px;
	margin-left: 0px;
	width: 100px;
}
.scsqb_tip span
{
	display: inline-block;
	font-size:18px;
	color: #333333;
	font-weight: 400;
}
.scsqb_tip span:last-child
{
	color: #999999;
	font-size: 16px;
}


/*MMC活动*/
.mmchd_list
{
	padding: 40px 0;
	padding-bottom: 20px;
}
.mmchd_item
{
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
	display: block;
}
.mmchd_left
{
	width: 21.3%;
	height: 160px;
	display: inline-block;
	vertical-align: middle;
}
.mmchd_left img
{
	width:100%;
	height: 100%;
}
.mmchd_right
{
	width: 76%;
	height: 180px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}
.mmchd_title
{
	font-size:18px;
	margin-top: 15px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.sub_title{
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
}
.mmchd_text
{
	font-size:16px;
	color:rgba(51,51,51,1);
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	margin: 0.5% 0;
  	line-height: 30px;
	font-weight: 400;
	height: 60px;
}

.mmchd_time
{
	line-height: 40px;
	font-size:14px;
	color:rgba(153,153,153,1);
	font-weight: 400;
}
.mmchd_fy
{
	text-align: center;
	padding-bottom: 60px;
}
.mmchd_fy li
{
	width:49px;
	height:48px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(229,229,229,1);
	border-radius:4px;
	text-align: center;
	line-height: 48px;
	font-size:16px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	cursor: pointer;
    overflow: hidden;
}
.mmchd_fy_s
{
	background: #EE631A!important;
	color: #fff!important;
}

/*切换动画效果*/
.ysjy,.xcsp,.zxbdtj,.clxz,.jdcx,.erNav,.sqbsc,.sqbxz,.zxbdtj
{
    -moz-animation: fadeInUpDown .5s 0s ease-in both;
    -webkit-animation: fadeInUp .5s 0s ease-in;
    -o-animation: fadeInUp .5s 0s ease-in;
    -ms-animation: fadeInUp .5s 0s ease-in;
    animation: fadeInUp .5s 0s ease-in;
}

#shen option
{
	height: 35px;
}

.jdcx
{
	/*margin-bottom: 80px;*/
}

/*区域中心*/
.JRTJjcC2_left
{
	display: inline-block;
	vertical-align: middle;
	width: 62.6%;
}
.JRTJjcC2_right
{
    width: 33.3%;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-right: 2%;
}
.JRTJjcC2_right img:first-child
{
	margin-bottom: 8px;
}
.JRTJjcC2
{
	margin-top: 30px;
}
.JRTJjcC2_pic
{
	margin: 20px 0;
}


a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
a:link
{
	text-decoration: none;
}
.font_blod
{
	font-weight: 400;
}
.xcsp_swiper_img
{
	position: relative;
}


.pagination>li>a, .pagination>li>span
{
  float:none;
  border:none;
  line-height: 50px;
  padding:0;
  margin-left:0;
  display:block;
  width:100%;
  height:100%;
  color: #666666;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
      background: #EE631A!important;
    color: #fff!important;
}

/*滚动条样式*/
.indexC5i_list::-webkit-scrollbar {/*滚动条整体样式*/
  width: 0px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.indexC5i_list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
}
.indexC5i_list::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);
}

.JRTJ_item11 {
    position: absolute;
    top: -8%;
    right: 0%;
    width: 34%;
}



/*快速报名*/
.signUp{
	position: fixed;
	width:101px;
	height:158px;
	border-radius:0 0 6px 6px;
	top: 80%;
	transform: translate(0, -50%);
	right: 4%;
	z-index: 2;
}
.signUp .signUp-content{
	width:101px;
	height:120px;
	border-radius:0 0 6px 6px;
}
.signUp .signUp-content p{
	height:50px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#666;
	line-height:24px;
	text-align: center;
	background: #DCDCDC;
	border-radius: 30px 30px 0 0;
	margin: 0 0 2px;
}
.signUp .signUp-content a{
	display: block;
	width:101px;
	height:40px;
	line-height: 38px;
	text-align: center;
	background:#FFAF76;
	font-size:18px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:#fff;
}
.signUp .signUp-content a:nth-child(5){
	border-radius: 0 0 6px 6px;
}
.signUp .signUp-content a:hover{
	color: #FEE880;
}
