@charset "utf-8";
@import url(common.css);
body{
	font-family:"微软雅黑";
}
#mask{
	display: none;
}
#mask .maskbox{
	position: fixed;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 10000;
	top:0;
	left: 0;
}
.browser{
	width:360px;
	height: 301px;
	border-radius: 10px;
	background: #2495e4;
	position: absolute;
	z-index: 10001;
	color: #fff;
	left: 50%;
	margin-left: -180px;
	top: 50%;
	margin-top: -150px;
	text-align: center;
	overflow-x: hidden;
}

.browser h3{
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 15px;
	margin-top: 30px;
	font-family: "MicrosoftYahei";
}
.browser p{
	font-size: 16px;
	line-height: 21px;
	opacity: 0.8;
	font-weight: normal;
}
.bro-icon{
	display: inline-block;
	width: 176px;
	height: 99px;
	background: url('../images/jspc.png') no-repeat;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -88px;
}
.browser .know{
	height: 61px;
	background: #fff;
	color: #2495e4;
	width:100%;
	display: block;
	text-align: center;
	line-height: 61px;
	position: absolute;
	bottom: 0px;
}
.banner_son{
	height: 242px;
	background: url('../images/background.png') no-repeat;
	background-position: -100px center;
	background-size: cover;
}

/*关于我们*/

.nav-top{
	border-left: 2px solid #0052ae;
}
.nav-top {
	height: 80px;
	background:#0052ae;
	text-align: center;
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
}
.nav-top h4{
	height: 80px;
	background:#0052ae;
	text-align: center;
	line-height: 80px;
	padding:0px;
	margin:0;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}
.nav-box{
	border-left:  4px solid #0052ae;
}
.nav-box ul li{
	width: 100%;
	border-bottom: 0.5px solid #ccc;
	border-right: 0.5px solid #ccc;
	text-align: center;
	white-space: nowrap;
	line-height: 58px;
	background: #f8f8f8;
	position: relative;
}

.nav-box ul li a{
	display: inline-block;
	color: #333;
	font-size: 16px;
	width: 100%;
	background: #fff;
}
.nav-box ul li a.active{
	color: #7dc392;
}
.nav-box ul li a.active:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px; 
	top: 24px;
	background: url('../images/arr.png') no-repeat;
}
.nav-box{
	overflow: hidden;
}
.nav-box ul .sub-son-ul{
	position: relative;
}
.nav-box ul .sub-son-ul span.line{
	border-top:1px solid #ccc;
	display: inline-block;
	position: absolute;
	width: 120%;
	height: 1px;
	margin-left: -40px;
	top:0;
	left: 0;
}

.nav-box ul .sub-son-ul{
	margin-left: 30px;
	border-right: none;
}
.nav-box ul .sub-son-ul li a{
    width: 100%;
    /* overflow: hidden; */
    white-space: normal;
    line-height: 28px;
    text-align: left;
    padding: 15px 10px;
}

.nav-box ul .sub-son-ul li{
	
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ccc;
	border-top:  1px solid #ccc;
}
.main-9{
	background: #fff!important;
	overflow: hidden;
	padding-bottom: 40px;
}
.sub-tit{
	padding:25px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.sub-tit h4{
	float: left;
	font-size: 20px;
	font-weight: bold;
	border-left: 4px solid #7dc392;
	padding-left: 10px;
}
.sub-tit ul{
	float: right;
	margin-top: 5px;
}
.sub-tit ul li{
	display: inline-block;
	height: 30px;
	min-width: 20px;
	line-height: 30px;
	position: relative;
	padding-right: 15px;
}
.sub-tit ul li:last-child{
	padding-right: 0px;
}
.sub-tit ul li:last-child span{
	display: none;
}
.sub-tit ul li a img{
	margin-top: -5px;
}
.sub-tit ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #999;
	padding:0 10px;
}

.sub-tit .sub-ar{
	display: inline-block;
	width: 10px;
	height: 15px;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
}
.introduction{
	padding:30px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
.pic .img-box{
	margin-top: 30px;
	background: #f8f8f8;
	width: 100%;
}

.pic span{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin:30px 0;
	white-space: nowrap;
   	overflow: hidden;
    text-overflow: ellipsis;
    position: relative;

}
.page{
	padding:10px 0;
	width: 100%;
}
.page ul li {
	display: inline-block;
}

.page ul li a:first-child{
	padding:0 10px;
}
.page ul li a:last-child{
	padding:0 10px;
	
}
.page ul li a{
	display: inline-block;
	min-width:30px;
	height: 30px;
	background: #fff;
	margin:0 5px;
	text-align: center;
	line-height: 30px;
	color: #9ac849;
}
.pages{
	border-top: dashed 1px #000;  
	padding:20px 0;
	width: 100%;
	*zoom:1;
	clear:both;
}
.pages:before{
	clear:both;
}
.pages:after{ content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.pages a{
	display: inline-block;
	min-width:30px;
	height: 30px;
	margin:0 5px;
	text-align: center;
	line-height: 30px;
	color: #000;
	font-size: 14px;
}

.article p b{
	color: #333;
}
.article p{
	font-size: 14px;
	color: #999;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}

.div12 h4{
	font-weight: 16px;
	color: #fff;
	background: #90c31f;
	padding:10px 15px;
	margin:20px 0;
	position: relative;
	padding-left: 30px;

}
.div12 h4 span{
	display: inline-block;
	width: 4px;
	height: 10px;
	background: #fff;
	margin-right: 10px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.div12 p{
	color: #333;
}
.list ul{
	margin:10px 0 20px;
}
.list ul li{
	border-bottom: 1px dotted #ccc;
	height: 44px;
	line-height: 44px;
	white-space: nowrap;
	position: relative;
	padding-left: 15px;
}
.list ul li a{
	color: #666;
}
.list ul li a span.word{
	display: inline-block;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
}


.list ul li a span.date{
	float: right;
}
.list ul li span:after{
	display: inline-block;
	content: "";
	background: #90c31f;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 20px;
}
.detail h4{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}
.detail p{
	font-size: 14px;
	line-height: 32px;
	color: #666;
	text-align: justify;
	margin:10px 0;
}
.change{
	background-color: #fff;
	margin-top: 10px;
	padding: 20px;
	overflow: hidden;
	font-size: 14px;
}
.change a{
	color: #999;
	cursor: pointer;

}
.change a:first-child{
	float: left;
}
.change a:last-child{
	float: right;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
   }
 .school
.m_card-box
.cards
.m_textbox h4{
	margin-bottom: 20px;
 .school
}
.m_card-box
.cards
.m_textbox p{
	margin:0px 0;
	line-height: 20px;
	min-height:42px;
}
.down a.down{
	float:left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #f19c1a;
	position: relative;
	font-size: 12px;
	margin-top: 15px;
}
.m_textbox p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.talent p{
	font-size: 14px;
	margin:4px 0!important;
}

.c_card-box{
	margin:30px 0 60px;
}
.ab1{
	width: 100%;
	margin:20px 0;
}
.about{
	margin:30px 0;
}
.about p{
	margin:15px 0!important;
	line-height: 26px;
	font-size: 14px;
	text-align: justify;
	color: #666;
}
@media(max-width:767px){
	.c_card-box{
	margin:0px 0;
}
.ab1{
	width: 100%;
	margin:10px 0;
}
.about{
	margin:-20px 0 20px;
}
	.inputnav .inputbox a{
		width: 100%!important;
	}
.school .m_card-box .cards .m_textbox h4{
	margin-bottom: 20px;
}
.school .m_card-box .cards .m_textbox p{
	margin:10px 0!important;
	line-height: 23px;
}
.case .c_ul li a .c_mask{
	height: 88%;
}
.mg10{
	margin-top: 10px;
}
	.sub-tit .sub-ar{
		right: -8px;
		top: 0px;
	}	
	.list ul li span:after{
		display: none;
	}
	.main-9 ul li{
		height: auto;
		padding:12px 0;
		line-height: 24px;
		margin:5px 0;
		font-size: 12px;
	}
	.contact h4{
		margin:15px 0;
		font-size: 16px;
	}

	.list ul.l-ul li a span.word{
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	.list ul.l-ul li a span.date{
		float: none;
		margin-bottom: 10px;
		display: inline-block;
	}
	.introduction{
		padding:0 15px;
	}
	.list{
		margin-top: -20px;
	}
	.row{
		margin-left:0;
		margin-right:0;
	}
	
	.container {
	    padding-right: 0px;
	    padding-left: 0px;
	    margin-right: auto;
	    margin-left: auto;
	  }
	.change a:first-child{
		float: none;
		margin-bottom: 10px;
	}
	.change a:last-child{
		float: none;
	}
	.change a{
		display: block!important;
	}
	.pic span{
		margin:15px 0;
		
	}
	.sub-tit ul li a{
		padding:0 8px;
		font-size: 12px;


	}
	.main-9 ul li{
		padding:0;
	}
	.sub-tit h4{
		width: 100%;
	}
	.nav-box ul .sub-son-ul{
		display: none;
	}
	.sub-tit{
		padding:5px 15px;
		margin-bottom: 20px;
	}
	.pic .img-box{
		margin-top:0;
	}
	.banner_son{
		height: 170px;
		overflow: hidden;
		background-position: -260px;
	}
	.nav-box{
		border-left: none;
		border-left: 1px solid #ccc;
		margin-bottom: 30px;
	}
	.sub-tit h4{
		display: block;
	}
	.sub-tit h4{
		font-size: 16px;
		font-weight: bold;
	}
	.sub-tit ul{
		float: left;
		margin-left: -10px;
	}
	.sub-tit ul{
		margin-top: 0;
	}
	.nav-box ul{
	}
	.nav-box-xs{
		height: 36px;
	
		margin:15px;
			margin-top: -15px;
		margin-bottom: 15px;
		white-space: nowrap;
		overflow: auto;
	}
	

	.nav-box-xs a.active{
		background: #90c31f;;
		color: #fff;
		border:1px solid #90c31f;;
	}
	.nav-box-xs a{
		display: inline-block;
		height: 35px;
		line-height: 35px;
		color: #666;
		border:1px solid #ccc;
		background:#fff;
		text-align: center;
		line-height: 35px;
		padding:0 15px;
	}
	.nav-box-xs ul li{
		float: left;
		line-height: 30px;
		margin-right: 10px;
		border:1px solid #ccc;
		padding:0px 8px;
		background:#fff;
	}
	.nav-box-xs ul li:after{
		display: inline-block;
		margin:0 5px;
	}

	.nav-box-xs ul li a{
		color: #666;

	}
	.searchbox-xs .search-box a.search-a{
		width: 70px;
	}
	
	.nav-box-xs a:hover{
		color: #fff;
		background:#90c31f;
		border:1px solid #90c31f;
	}
	.p_title .ch-tit{
		font-size: 20px;
	}
	.p_title .en-tit{
		font-size: 15px;
	}
}

/*lllllllllllllllll*/
.b-two{
/* 	height: 675px; */
	height: 100%;
	margin-bottom: 76px;
}
.b-mt{
	background: url('../images/b-mt.png') no-repeat center center;
	background-size:cover;
	
}
.b-qgfx{
	background: url('../images/b-qgfx.png') no-repeat center center;
	background-size: cover;
	
}
.b-lldt{
	background: url('../images/b-lldt.png') no-repeat center center;
	background-size: cover;
	
}
.b-xzzx{
	background: url('../images/b-xzzx.png') no-repeat center center;
	background-size: cover;
	
}
.b-gyll{
	background: url('../images/b-gyll.jpg') no-repeat center center;
	background-size: cover;
}
.b-spzx{
		background: url('../images/b-spzx.png') no-repeat center center;
		background-size: cover;
		background-position:  center ;
	}
.b-tycp{
	background: url('../images/b-tycp.png') no-repeat center center;
	background-size: cover;
}
.b-lldg{
	background: url('../images/lldg.png') no-repeat center center;
	background-size: cover;
	
}
.b-jmll{
	background: url('../images/b-jmll.png') no-repeat center center;
	background-size: cover;
	
}
.b-two img{
	margin-top: 240px;
	display: none;
}
.d_intro .top-12 .title{
	margin-bottom: 30px;
}
.d_intro .top-12 p{
	color: #252525;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 90px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.d_intro span.num{
	width: 10%;
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	z-index: 101;
	left: -5px;
	top: -25px;
}
.w100{
	width: 100%;
}
.bottom-6 .pic{
	margin-bottom: 32px;
}
.bottom-6 .word-box{
	margin-bottom: 65px;
}
.bottom-6 .word-box .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.bottom-6 .word-box .title a{
		color:#000;
		font-size:18px;
	}
.bottom-6 .word-box p{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}
.bottom-6 .word-box span.time{
	font-size: 14px;
	color: #252525;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: inline-block;
	position: relative;
	padding-left: 25px;

}
.bottom-6 .word-box span.time:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
/* 	background: url('../images/clock.png') no-repeat; */
}
.bottom-6 .word-box span.date{
	font-size: 14px;
	color: #252525;
	display: inline-block;
	margin-left: 10px;
}
.line{
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;
}
.page{
	width: 100%;
	padding:35px 0;
	position: relative;
}
.page .pagenum{
	/*width: auto;
	position: absolute;
	left: 40%;
	margin-left: -150px;
	text-align: center;
	top:35px;*/
	width: 100%;
	position: absolute;
	left:0;
	text-align: center;
	top:35px;
}
.page .pagenum a{
	display: inline-block;
	margin:0 20px;
	color: #555;
}
.page .pagenum a.active{
	color: #999;
}
.page .pagenum a:hover{
	color: #999;
}
.page .prev-a{
	/*float: left;*/
	position:absolute;
	left:0;
	top:35px;
}
.page a{
	font-size: 14px;
	color: #555;
}
.page a.cant{
	color: #999;
}
.page .next-a{
	/*float: right;*/
	position:absolute;
	right:0;
	top:35px;
}
.picbox{
	margin-top: 0;
	padding:55px 0 50px;
	background: #f7f7f7;
}
.nabvar{
	position: relative;
	opacity: 0.92;
}
.nabvar ul{
	width: 100%;
	height: 76px;
	margin-top: -152px;
	font-size: 0;
}
.nabvar li{
	display: inline-block;
	height: 76px;
	line-height: 76px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	background: #fff;
}
.nabvar li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding:0 50px;
	color: #999;
	font-size: 16px;
}
.nabvar li a:hover{
	color: #fff;
	background: #f19c1a;
}
.nabvar li a.active{
	color: #fff;
	background: #f19c1a;
}
.share{
	position: fixed;
	right: 0;
	top: 300px;
	background: rgba(0,0,0,0.85);
	width: 64px;
	z-index: 999;

}
.share div a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.share div{
	border-top: 1px solid rgba(255,255,255,0.35);
	width: 64px;
	height: 64px;
}
.share div.weixin{
	background: url('../images/weixin1.png') no-repeat;
	background-position: center;
}
.share div.weibo{
	background: url('../images/weibo1.png') no-repeat;
	background-position: center;
}
.share div.xin{
	background: url('../images/xin1.png') no-repeat;
	background-position: center;
}
.share div.phone{
	background: url('../images/phone1.png') no-repeat;
	background-position: center;
}
.share div.arrow1{
	background: url('../images/arrow1.png') no-repeat;
	background-position: center;
}
.share div:first-child{
	border-top: none;

}


.transition{
	transition:0.3;
}
img.w100{
	width: 100%;
}
.apic{
	margin:15px 0;
}
img.w50{

}
.article .a_intro .top-12{
	overflow: hidden;
	margin-bottom: 20px;
}
.article .a_intro .top-12 h4{
	font-weight: normal;
	font-size: 22px;
	margin:0;
	color: #000;
	width: 70%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;		
	overflow: hidden;
	line-height: 30px;
	float: left;
}
.article .a_intro .top-12 span.date{
	font-weight: normal;
	display: inline-block;
	font-size: 12px;
	margin:0;
	color: #999;
	margin:20px 0 30px;

}
.article .a_intro .top-12 .a_share{
	width: 25%;
	float: right;
	height: 40px;
	text-align: right;
	
}
.article .a_intro .top-12 .a_share div{
	height: 40px;
	width: 40px;
	border-radius: 100%;
	margin-left: 5px;
	display: inline-block;
}
.article .a_intro .top-12 .a_share div a{
	height: 40px;
	width: 40px;
	border-radius: 100%;
	display: inline-block;
	background-size: 25px;
	background-position: center;
	background-color:#000;
}
.article .a_intro .top-12 .a_share div a:hover{
	background-color: #ed9c19;
}
.article .a_intro .top-12 .a_share div a.active{
	background-color: #ed9c19;
}
.article .a_intro p{
	margin:30px 0;
	color: #666;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}
.pic .p_intro{
	padding:60px 0;
	background: #f7f7f7;
}

.pic .p_intro .title img{
	margin:0px auto;
	margin-bottom: 30px;
}
.pic .p_intro  .p_card{
	overflow: hidden;
	border-radius: 30px;
	padding:20px;
	margin-bottom: 20px;
	text-align: center;
}
.cb1{
	border:2px solid #94d341;
}
.cb2{
	border:2px solid #f19e1b;
}
.cb3{
	border:2px solid #5dc7b6;
}
.cb4{
	border:2px solid #f06345;
}
.pic .p_intro  .p_card p{
	line-height: 26px;
	color: #999;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-align: left;

}
.pictures {
	padding:60px 0;
	background: #fff;
}
.pictures img{
	position: relative;
}
.pictures p.pictit{
	color: #fff;
	font-size: 36px;
	position: absolute;
	top:35px;
	left: 50px;
}
.pictures a.more{
	display: inline-block;
	width: 127px;
	height: 44px;
	line-height: 44px;
	background: url('../images/more.png') no-repeat;
	position: absolute;
	right: 20px;
	bottom: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.pw_intro .top-12 p{
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}
.img-box,.text-box{
	margin-bottom: 90px;
}
.pw_intro .text-box p:nth-child(odd){
	color: #999;
	font-size: 15px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.pw_intro .text-box:nth-child(odd){
	text-align: right;
}
.pw_intro .text-box:nth-child(even){
	text-align: left;
}
.imgtext .title img{
	margin-top: 40px;
}
.j_intro .title h4{
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 30px;
	margin-top: 0;

}
.join .list-12{
	border-radius: 10px;
	box-shadow: 0px 2px 32px -12px #ccc;
	padding:20px 20px 40px;
	margin-bottom: 60px;
	margin-left:15px;
	margin-right: -15px;
}
.join .list-12 ul li{
	overflow: hidden;
	border-bottom:1px dashed #ccc;
}
.join .list-12 ul li a{
	font-size: 14px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
}
.join .list-12 ul li a.word{
	color: #666;
	float: left;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	position: relative;
	padding-left: 15px;
}
.join .list-12 ul li a.down{
	color: #666;
	float: right;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #f19c1a;
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	margin-top: 15px;
}
.join .list-12 ul li a.down:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #f19c1a;
	background: url('../images/down.png') no-repeat;
	background-position: center;
	position: absolute;
	left: 10px;
	top: 7px;
}
.join .list-12 ul li a.word:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #f19c1a;
	margin-right: 10px;
	position: absolute;
	top: 27px;
	left: 0;
}
.media .d_intro{
	overflow: hidden;
}
.media .title{
	float: left;
	width: 60%；
}
.media .title .xlwb{
}
.media .title .code{
	position: absolute;
}



.media .top-12{
	overflow: hidden;
	/*height: 126px;
	margin-bottom: 40px;*/
}
.media .title{
	float: left;
	width: 70%;
}
.media .title img.xlwb{
	margin-bottom: 30px;
}
.media .title p{
	color: #666;
	font-size: 14px;
	list-style-position: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;

}
.media .codebox{
	width: 25%;
	float: right;
	text-align: right;
}
.media a.more{
	color: #666;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #f19c1a;
	position: relative;
	font-size: 12px;
	margin-top: 10px;

}
.media .m_card-box .cards span{
	color: #999;
	font-size: 12px;
	display: inline-block;
	margin: 0;
}
.media .m_card-box .cards{
	padding:30px 25px;
	border-radius: 20px;
	box-shadow: 0px 2px 32px -12px #ccc;
	position: relative;
	padding-left: 300px;
	margin:15px 0;
}
.media .m_card-box .img{
	position: absolute;
	top:30px;
	width: 255px;
	left: 25px;
}
.m_card-box .cards span{
	color: #999;
	font-size: 12px;
	display: inline-block;
	margin: 0;
}
.m_card-box .cards{
	padding:30px 25px;
	border-radius: 20px;
	box-shadow: 0px 2px 32px -12px #ccc;
	position: relative;
	padding-left: 300px;
	margin:15px 0;
}
.m_card-box .img{
	position: absolute;
	top:30px;
	width: 255px;
	left: 25px;
}
.m_textbox h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #f19c1a;
	margin-bottom: 15px;
	margin-top: 0;
}
.m_textbox p{
	font-size: 12px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
	margin-bottom: 15px;
}
.m_card-box{
	margin-bottom: 60px;
}
.t-box{
	margin:0px 0 60px ;
	height: 518px;
	background-color: #fbfbfb;
}
.test-box{
	margin-top: 100px;
	padding-left: 30px;
}
.t-box a.test{
	display: inline-block;
	width: 127px;
	height: 44px;
	line-height: 44px;
	margin:0 auto;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #f19c1a;
	margin-top: 30px;

}
.inputnav{
	margin-top: -80px;
	height: 80px;
	background: #fff;
	padding:15px 0;
	border-radius: 15px 15px 0 0;
	text-align: center;

}
.b-qgfx{
	margin-bottom: 0;
}
.inputnav select{
	width: 23.5%;
}
.attention{
	background: #f7f7f7;
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 50px;
}
.attention p{
	position: relative;
	padding-left: 30px;
}
.attention p:before{
	left: 0;
	top: 12px;
	position: absolute;
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('../images/attention.png') no-repeat;
	background-position: center;
}
.device .m_card-box
.cards
.m_textbox p{
	margin:10px 0;
	font-size: 14px;
}
.device a.more{
	margin: 25px 0;
}
.device .m_card-box img.w100{
	width: 100%;
	position: relative;
	margin:30px 0 0;
	top: 0;
	left: 0;
}
.c_card-box .cards{
	padding:40px 35px;
	border-radius: 20px;
	box-shadow: 0px 2px 32px -12px #ccc;
	position: relative;
	margin:15px 0;
	overflow: hidden;
}
.c_textbox{
	float: left;
	width: 35%;
}
.c_textbox h4{
	font-size: 20px;
	margin:20px 0;
}
.c_textbox .code{
	margin:30px 0 0;
}

.c_card-box img.map{
	float: right;
	width: 60%;
}
.p140{
	padding-top: 80px;
}
.v-l{
	display: inline-block;
	width: 94px;
	height: 4px;
	background: #f19c1a;
	position: absolute;
	left: 0;
	top: 60px;
	
}
.v-s{
	display: inline-block;
	width: 85px;
	height: 95px;
	background: url('../images/v5.png ') no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42.5px;
	margin-top: -42.5px;
}
.v-box{
	background: #f9f9f9;
	width: 100%;
	height: 384px;
	margin-bottom: 40px;

}
.vedio{
	width: 50%;
	height: 100%;
	overflow: hidden;
	margin-left: -15px;
	float: left;
	position: relative;
}
.v-word{
	float: right;
	margin-top: 60px;
	margin-right: 30px;
	position: relative;
}
.vedio img{
	margin-left: -20px;
}
@media(min-width:768px){
	.inputnav .inputbox a{
		width: 20%;
		margin-bottom: 20px;
	}
}
@media(max-width:767px){
	.join .list-12 ul li a.word{
		padding-left: 0;
	}
	.c_textbox{
		text-align: center;
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.c_textbox h4{
	font-size: 20px;
	margin:20px 0;
}
.c_textbox .code{
	margin:30px 0 0;
}
.pages a{
	float:none;
	display:block;
	overflow:hidden;
	text-align: left;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.c_card-box img.map{
	float: none;
	width: 100%;
}
	.history img{
		margin:20px 0;
	}
	.history h4{
		margin-top: 15px;
	}
	.b-gyll{
		background: url('../images/b-lldt.png') no-repeat;
		background-size: cover;
		background-position:  center ;
	}
	.inputbox a{
		width: 100%;
	}
	.inputnav{
		margin-top: 0px;
		height:auto;
		background: #fff;
		padding:15px 0;
		border-radius: 0px;
		text-align: center;
		margin:0px 15px;


	}
	.inputnav select{
		width: 100%;
	}
	.test .title{
		font-size: 16px;
		color: #333;
		font-weight: bold;
		margin-bottom: 20px;
	}
	p.llcp{
		line-height: 26px;
		color: #666;
		margin:20px 0;
		font-size: 16px;
	}
	p.orenge{
		color: #f19c1a;
		font-size: 14px;
		line-height: 23px;
		margin:15px 0;
	}
	.media .top-12{
		height: auto;
		margin-bottom: 0;
	}
	.t-box{
		height: auto!important;
		margin:20px 0 0px;
	}
	.test-box{
		margin-top: 30px;
		padding-left: 15px;

	}
	.media .m_card-box .img{
		position: relative;
		width: 100%;
		top:0;
		left: 0;
		margin-bottom: 20px;
	}
	.m_card-box{
		margin-bottom: 30px;
	}
	.media .m_card-box .cards{
		padding:15px;
		border-radius: 0;
	}
	.media .top-12{
		margin-bottom: 30px;
	}
	.code{
		display: none;
	}
	.media .title{
	float: none;
	width: 100%;
}
	.media .title img.xlwb{
	display: none;
}
	.media .title p{
		font-size: 12px;
		list-style-position: 23px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		width: 100%!important;
		margin-bottom: 0;
		margin-bottom: 20px;

	}
	.join .list-12{
		padding:5px 15px 20px;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
	}
	.join .list-12 ul li a.word:before{
		display: none;
	}
	.join .list-12 ul li a.word{
		display: block;
		white-space: normal;
		width: 100%;
		line-height: 23px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: auto;
		margin:15px 0 10px;
	}
	.join .list-12 ul li a.down{
	
	float:left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #f19c1a;
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 20px;
}
	.j_intro .title h4{
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 20px;

	}
	.img-box,.text-box{
		margin-bottom: 30px;
	}
	.imgtext h4{
		margin:0 15px;
		margin-bottom: 20px;
		color: #252525;
		font-size: 20px;
		line-height: 26px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;

	}
	.imgtext p{
		margin:0 15px;
		margin-bottom: 30px;
		line-height: 21px;
		color: #999;
		font-size: 12px;
	}
	.pw_intro .top-12 h4{
		margin-top: 20px;
	}
	.pw_intro .top-12 p{
		margin:20px 0;
	}
	.pictures a.more{
		right: 40px;
		bottom: 50px;
	}
	.pictures {
		padding:30px 0;
		background: #fff;
	}
	.pictures img{
		margin-bottom: 20px;
	}
	.pic .p_intro .title h4{
		text-align: center;
		margin:0px 0 20px;
		font-size: 20px;
	}
	.pic .p_intro{
		padding:30px 0;
	}
	.pic .p_intro .title img{
		margin-bottom: 20px;
	}
	.b-two{
		height: auto;
		margin-bottom: 30px;
	}
	.b-two img{
		display: block;
		margin-top: 0;
		width:100%!important;
		height:auto!important;
	}
	.d_intro .top-12 .title{
		margin-top: 10px;
		margin-bottom: 0px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.d_intro .top-12 p{
		margin-bottom: 20px;
		color: #999;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.d_intro span.num{
		display: none;
	}
	.bottom-6 .word-box .title{
		font-size: 14px;
		font-weight: bold;
		line-height: 23px;
		margin-bottom: 15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.bottom-6 .word-box .title a{
		color:#000;
		font-size:18px;
	}
	.bottom-6 .word-box p{
		font-size: 12px;
		color: #999;
		line-height: 22px;
		margin-bottom: 15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.bottom-6 .pic{
		margin-bottom: 20px;
	}
	.bottom-6 .word-box{
		margin-bottom: 20px;
	}
	.m15{
		margin:0 15px;
	}
	.page{
		padding:20px 15px;
	}
	.page .pagenum a{
		display: inline-block;
		margin:0 15px;
		color: #555;
	}
	.nabvar{
		margin:0 15px;
		height: 40px;
		white-space: nowrap;
		overflow-x: auto;
		box-shadow: 0px 2px 32px -12px #ccc;
		padding:0;
		margin-bottom: 10px;
		overflow-y:hidden; 
	}
	.nabvar ul{
		width: 100%;
		font-size: 0;
		margin:0px;
	}
	.nabvar li{
		display: inline-block;
		height: 40px;
		line-height: 40px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow:ellipsis;
		background: #fff;
	}
	.nabvar li a{
		display: inline-block;
		width: 100%;
		height: 100%;
		padding:0 30px;
		color: #999;
		font-size: 12px;
	}
	.article .a_intro p{
		margin:20px 0;
		color: #666;
		font-size: 14px;
		line-height: 23px;
		text-align: justify;
	}
	.share{
		display: none;
	}
	.nabvar::-webkit-scrollbar {display:none}
	.article .a_intro .top-12 h4{
		margin:30px 0;
		width: 100%;
	}
	.aticle .line{

	}
	.article .a_intro .top-12 .a_share{
		width: 70%;
		white-space: nowrap;
	}
	.picbox{
		margin-top: 0;
		padding:55px 0 50px;
		background: #f7f7f7;
	}
	.m_card-box .img{
		position: relative;
		width: 100%;
		top:0;
		left: 0;
		margin-bottom: 20px;
	}
	.m_card-box{
		margin-bottom: 30px;
		margin-top: -30px;
	}
	.m_card-box .cards{
		padding:15px;
		border-radius: 0;
	}
	.top-12{
	}
	.contact .top-12{
		margin-bottom: 0px;
	}
	.contact .code{
		width: 30%;
	}
}
.history img.w100{
	margin-bottom: 30px;
}
div.weixin a{
	background: url('../images/weixin1.png') no-repeat;
	background-position: center;
}
div.weibo a{
	background: url('../images/weibo1.png') no-repeat;
	background-position: center;
}
div.xin a{
	background: url('../images/xin1.png') no-repeat;
	background-position: center;
}
div.phone a{
	background: url('../images/phone1.png') no-repeat;
	background-position: center;
}
div.arrow1 a{
	background: url('../images/arrow1.png') no-repeat;
	background-position: center;
}




.history_main{
	width:100%;
	background:url(../images/shuxian1.jpg) repeat-y center;
	margin:35px 0;
	padding-bottom: 50px;
	margin-bottom: 100px;
}
.history_main>img{
	bottom:-30px;
	left:50%;
	margin-left: -20px;
}
.history_main ul li{
	min-height:126px;
	position: relative;
	margin-bottom: 30px;
}
.history_main ul li>div{
	width:50%;
	float:left;
}
.history_main ul li>div>a{
	width:126px;
	height:126px;
	top:0;
	left:0;
}
.history_main ul li>div>div{
	padding-right: 40px;
	margin-left: 175px;
	text-align:right;
}
.history_main ul li a img{
	width:126px;
	height:126px;
}
.history_main ul li a img.abs{
	top:0;
	left:0;
}
.history_main ul li>div>img{
	top:70px;
	right:-12px;
}
.history_main ul li.plr>div{
	float:right;
}
.history_main ul li.plr>div>div{
	
	margin-right: 175px;
	margin-left: 0;
	padding-left: 40px;
	text-align: left;
}
.history_main ul li a img.abs{
	left:auto;
	right:0;
}
.history_main ul li.plr>div>a{
	
	left:auto;
	right:0;
}
.history_main ul li.plr>div>img{
	left:-12px;
	right:auto;
}
.history_tit{
	color:#f09930;
	font-size:32px;
	font-weight:bold;
	line-height:40px;
	padding-bottom: 12px;
	display: block;
}
.history_main ul li>div div{
	color:#999999;
	font-size:12px;
	line-height:20px;
}
.history_main a:hover{
	color:#f09930;
}
.light_video_pic{
	width:100%;
	display: block;
}
.light_video_btn{
	width:83px;
	height:83px;
	top:50%;
	left:50%;
	margin-left: -41px;
	margin-top: -41px;
}
.light_video_main .row{
	padding:0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 55px;
	background: #f9f9f9;
}
.light_video_main .row>div{
	padding:0;
}
.light_video_word{
	padding:110px 60px 0;
}
.light_video_tit{
	color:#000000;
	font-size:30px;
	height:30px;
	line-height:30px;
	overflow: hidden;

}
.light_video_cont{
	line-height:30px;
	color:#616161;
	font-size:16px;
	padding-top: 30px;
	margin-top: 30px;
	background: url(../images/light_hengxian.jpg) no-repeat left top;
	height:150px;
	overflow:hidden;
}
.light_test_bg{
	width:1000px;
	height:518px;
	
	background-size:cover;
	right:0;
	top:0;
}
.test-box .title{
	color:#000000;
	font-size:30px;
	font-weight:bold;
}
.test-box .llcp{
	color:#616161;
	font-size:18px;
	line-height:30px;
	overflow: hidden;
	height:auto;
	padding-top: 30px;
	margin-top: 30px;
	background:url(../images/light_hengxian.jpg) no-repeat left top;
}
.test-box .orange{
	display: block;
	line-height:30px;
	color:#f09930;
	font-size:18px;
}
.test-box a.test{
	background:url(../images/light_tb1.png) no-repeat 40px center #f09930;
	padding-left:75px;
	width:auto;
	padding-right: 40px;
	font-size:16px;
}
.light_text_bigbg{
	height:518px;
}
.top-12 .title h4{
	font-size:30px;
	font-weight:bold;
}
.light_course_div{
	padding-top: 80px;
}
.light_course_div .light_course_tit{
	color:#000000;
	font-size:30px;
}
.light_course_div .light_course_cont{
	color:#616161;
	font-size:16px;
	line-height:30px;
	padding-top: 32px;
	margin-top: 30px;
	height:150px;
	overflow: hidden;
	background:url(../images/light_hengxian.jpg) no-repeat left top;
}
.light_course_main .img-box{
	margin-bottom: 0;
}
.light_course_main>.row{
	margin-bottom: 80px;
}
.light_course_main>.row>div.fl{
	text-align:right;
}
.light_course_main>.row>div.fl .light_course_cont{
	background-position:right top;
}
.share div.weixin_tk{
	width:240px;
	height:240px;
	text-align: center;
	line-height:240px;
	bottom:0;
	left:-250px;
	background: #000;
	z-index:111;
}
.weixin_tk img{
	vertical-align: middle;
	width: 220px;
    position: relative;
    top: -2px;
}
.share div.phone_tk{
	width:240px;
	height:63px;
	text-align: center;
	line-height:63px;
	bottom:0;
	left:-250px;
	background: #000;
	z-index:111;
	color:#fff;
	font-size:14px;
}
.share div.phone_tk span{
	font-size:20px;
	font-weight:bold;
}


/* 06罗兰数字音乐教育-加盟页面 */
.join_public{
	background: none;
	border: none;
	outline: none;
}
.join_b1{
	font-size: 36px;
	color: #000;
}
.join_ul1{
	width: 533px;
	margin: 0 auto;
}
.join_ul1 li{
	margin-top: 18px;
}
.join_ul1 li.ling{
	margin-top: 47px;
}
.join_ul1 li:first-child{
	margin-top: 0;
}
.join_ul1 li span.span1{
	width: 102px;
	font-size: 16px;
	color: #000;
	line-height: 42px;
}
.join_ul1 li span.span1 bdo{
	color: #fc0d1b;
}
.join_ul1 .div_1{ width: 430px; padding-right: 142px; }
.join_put_01{
	line-height: 40px;
	width: 430px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 14px;
	color: #b2b2b2;
}
.join_put_02{
	line-height: 40px;
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 14px;
	color: #b2b2b2;
}
.join_yzm{
	right: 0;
	top: 0;
}
.join_yzm img{
	border-radius: 4px;
	max-width: 100%;
}
.join_but_01{
	width: 100%; 
	height: 46px;
	background: #f09930;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
}
@media (max-width: 768px) {
	.join_ul1{ width: 90%; }
	.join_ul1 span.span1,.join_put_01,.join_ul1 .div_1{
		font-size: 14px;
		width: 100%;
	}
	.join_ul1 .div_1{ padding-right: 110px; }
	.join_yzm{
		width: 100px;
		margin-top: 5px;
	}
	/* .join_put_02{ width: 50%; } */
/* 	.join_yzm{ width: 36%; }
	.join_yzm img{
		position: absolute;
	} */
	/* .join_yzm{
		margin-top: 20px;
	} */
}

/* 罗兰数字音乐教育-网站地图 */
.map ul>li{ margin-bottom: 23px; }
.map ul>li>a{
	font-size: 18px;
	color: #f09930;
	display: inline-block;
	line-height: 48px;
}
.map_xiaji{
	padding-left: 21px;
	background: url('../images/map_bar.jpg') left 15px no-repeat;
	line-height: 32px;
}
.map_xiaji a{
	display: inline-block;
	font-size: 14px;
	color: #616161;
	min-width: 105px;
}
.map_xiaji a:hover{
	color: #f09930;
}




/*0703 writen by light*/ 
.light_dlts{
	width:756px;
	height:526px;
	background:url(../img/light_tp1.png) no-repeat center center;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -263px;
	margin-left: -378px;
	z-index:10;
}
.light_dlts_tit{
	height:90px;
	margin-top: 10px;
	line-height:90px;
	text-align: center;
}
.light_close1{
	right:34px;
	top:35px;
	cursor:pointer;
}
.light_dlts_cont{
	width:480px;
	text-align: center;
	padding-top: 65px;
}
.light_dlts_cont_note{
	color:#000000;
	font-size:24px;
	margin-top: 30px;
}
.light_dlts_cont_a{
	margin-top: 50px;
}
.light_dlts_cont_a a{
	width:175px;
	height:46px;
	line-height:46px;
	text-align: center;
	color:#fff;
	font-size:16px;
	background:url(../img/light_dltp2.png) no-repeat center center;
	opacity: 0.7;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	display: inline-block;
	margin:0px 5px;
}
.light_dlts_cont_a a:hover{
	opacity: 1;
}


/*0705 writen by light*/
.video_tankuang{
	width:890px;
	height:650px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -325px;
	margin-left: -445px;
	background: #000;
	z-index:11111;
	display: none;
} 
.video_tankuang .video_close{
	top:-17px;
	right:-17px;
}



.m_card-box .img{
	overflow: hidden;
	display: block;
}
.m_card-box .img img.db{
	width:100%;
	opacity: 0;
}
.m_card-box .img img.abs{
	width:100%!important;
	top:0;
	left:0;
	
}
.page{
	text-align: right;
}
.page .container{
	position: relative;
}
.page .prev-a{
	/*float: left;*/
	position:static;
	left:15px;
	top:35px;
	display: inline-block;
}
.page .pagenum{
	display: inline-block;
	position:static;
	width:auto;
}
.page .next-a{
	/*float: right;*/
	position:static;
	right:15px;
	top:35px;
	display: inline-block;
}




.clear{
	clear:both;
}
.img_zhanwei{
	opacity: 0!important;
	width:100%;
}
.pic_a1{
	position: relative;
	display: block;
	overflow: hidden;
}
.pic_a1 img.pic{
	position: absolute;
	top:0;
	left:0;
}
.light_a1{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.light_a1 img.pic{
	position: absolute;
	top:0;
	left:0;
}
.text{
	height:auto;
	padding:40px 10px;
}
.text .index_text_fl{
	width:50%;
	float:left;
	padding:0px 35px;
	box-sizing: border-box;
	color:#616161;
	line-height:26px;

}
.text .index_text_fl div{
	margin-bottom: 10px;
}
@media screen and (max-width:768px) {
	.text{
		padding:20px 10px 10px;
	}
	.text .index_text_fl{
		width:100%;
		float:left;
		padding:0px 5px;
		box-sizing: border-box;
		color:#616161;
		line-height:26px;
		margin-bottom: 20px;

	}
	.inputbox .submit{
		width:100%;
	}
	.search{
		display:none!important;
	}
}

.cardsee{
	padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0px 2px 32px -12px #999;
    position: relative;
    margin: 15px 0;
}
.cardsee>img{
	float:left;
	width:255px;
}
.cardsee>div{
	margin-left:275px;
}

.object .card .title{
	font-size:20px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.object .card p span{
	font-size:14px;
}
.object .card:hover .title{
	background: #f19c1a;
}
.object .card:hover p{
	background: #f6be6f;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.object .card:hover p span{
	background: #f6be6f;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.bd_weixin_popup{
	height:auto!important;
}
img{
	max-width:100%!important;
	width:100%;
}
.t-box .row,.picbox{
	*zoom:1; 
	clear:both;
}
.t-box .row:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
/*0703 writen by light*/ 
.light_dlts{
	width:756px;
	height:526px;
	background:url(../images/light_tp1.png) no-repeat center center;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -263px;
	margin-left: -378px;
	z-index:10;
}
.light_dlts_tit{
	height:90px;
	margin-top: 10px;
	line-height:90px;
	text-align: center;
}
.light_close1{
	right:34px;
	top:35px;
	cursor:pointer;
}
.light_dlts_cont{
	width:480px;
	text-align: center;
	padding-top: 65px;
}
.light_dlts_cont_note{
	color:#000000;
	font-size:24px;
	margin-top: 30px;
}
.light_dlts_cont_a{
	margin-top: 50px;
}
.light_dlts_cont_a a{
	width:175px;
	height:46px;
	line-height:46px;
	text-align: center;
	color:#fff;
	font-size:16px;
	background:url(../images/light_dltp2.png) no-repeat center center;
	opacity: 0.7;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	display: inline-block;
	margin:0px 5px;
}
.light_dlts_cont_a a:hover{
	opacity: 1;
}


/*0705 writen by light*/
.video_tankuang{
	width:890px;
	height:650px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -325px;
	margin-left: -445px;
	background: #000;
	z-index:11111;
	display: block;
} 
.video_tankuang .video_close{
	top:-17px;
	right:-17px;
}