.brief{
	width: 1060px;
	margin: 70px auto 50px;
}
.brief img{
	display: block;
}
.brief .lf{
	width:530px;
	margin-left: 70px;
}
.brief .lf h2{
	font-size: 36px;
	color: black;
	font-weight: normal;
	padding-top: 15px;
}
.brief .lf p{
	font-size:12px ;
	color: #929292;
	line-height: 30px;
	padding-top: 20px;
}
.show .imgleft {
	width: 50.3%;
}
.imgright{
	width: 49.7%;
}
.show .imgleft .lf, .show .imgright .lf{
	display: none;
	width: 50% !important;
}

.show .imgleft img,.show .imgright img{
	width: 100%;
}
.show div{
	overflow: hidden; 
}
.show img{
	transition:1.2s;
	-ms-transition:1.2s;
	
}

.show div:nth-of-type(1) p{
	width: 100%;
	height: 180px;
	text-align: center;
	line-height: 180px;
	background: #F8F8F8;
	font-size: 26px;
	font-weight: normal;
}
/*遮罩层*/
.show>div>div{
	position: relative;
}
.mask {       
            position: absolute;
             top: 0px;        
            z-index: 1002;
             left: 0px;                
            -moz-opacity:0.5;   
            display: none;  
        }
 .mask_{
 			filter: alpha(opacity=50); 
 			background-color: #777; 
 			 opacity:0.5;
 			 
 }  
.mask h5{
			filter: alpha(opacity=70); 
             background-color: black;        
            opacity:0.7; 
            display: none;
}
.mask h5:nth-of-type(1){
	text-align: center;
	font-size: 18px;
	color: #00A0E8;
}
.mask h5:nth-of-type(2){
	text-align: center;
}
.view_more{
	position: relative;
	height:150px ;
	 background: #F0F1F2;
}
.view_more a{
	display: block;
	 width: 100%;
	 height: 150px;
	 line-height: 150px;
	font-size:26px;
	background:#f0f1f2 ;
	transition: background-color 1s;
	-moz-transition: background-color 1s;	/* Firefox 4 */
	-webkit-transition: background-color 1s;	/* Safari 和 Chrome */
	-o-transition: background-color 1s;	/* Opera */
}
.view_more a span{
	position: absolute;       
     color:#585858;
}
/*.view_more a:nth-of-type(2){
	color:white;
	font-size:26px;
	 background: #00a0e8;
	 text-align: center;
	text-indent:-25px ;
	display: none;
	z-index: 2;
	
}*/
.cultrue p{
	width: 720px;
    text-align: center;
    height: 50px;
    margin: 0 auto;
    font-size: 13px;
    color: #848484;
    line-height: 24px;
   /* overflow: hidden;*/
}
.cultrue h2,.news h2{
	width: 100%;
	height: 180px;
	text-align: center;
	line-height: 180px;
	
	font-size: 26px;
	font-weight: normal;
}
.brn_more{
	width: 100%;
	height: 60px;
}
.btn_more a{
	display: block;
	width: 360px;
	height: 60px;
	margin: 0 auto;
	border: 1px solid black;
	border-radius: 30px;
	position: relative;
}
.btn_more a:hover {
	border: 1px solid #00a0e8;
	
}
.btn_more a span{
	display: block;
	width: 60px;
	height: 26px;
	position: absolute;
	color: #00a0e8;
	font-size: 24px;
	vertical-align: center;
}
.btn_more a i{
	display: block;
	width: 60px;
	height: 26px;
	position: absolute;
	color: #666666;
	font-size: 24px;
	vertical-align: center;
	opacity: 0;
	font-style: normal;
	filter: alpha(opacity=0); 
	transition: left 1s;
	-moz-transition: left 1s;	/* Firefox 4 */
	-webkit-transition: left 1s;	/* Safari 和 Chrome */
	-o-transition: left 1s;	/* Opera */
	
}
.news>div:nth-of-type(1)>a{
	display: block;
	position: absolute;
	padding-top:40px ;

	
}
/*.news>div:nth-of-type(1){
	
}*/
.news>div:nth-of-type(1){
	height: 150px;
	width: 100%;
}
.news>div:nth-of-type(1)>a div:nth-of-type(1){
	width:180px;
}
.news>div:nth-of-type(1)>a div:nth-of-type(2){
	width:470px;
}
.news>div:nth-of-type(1)>a div:nth-of-type(2) p:nth-of-type(1){
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
	margin-left: 50px;
	  
    height: 20px;
    line-height: 20px;
    font-size: 16px;
	
}
.news>div:nth-of-type(1)>a div:nth-of-type(2) p:nth-of-type(2){
	margin-left: 50px;
    height: 42px;
    line-height: 22px;
    font-size: 13px;
    color: #6a6a6a;
    margin-top: 10px;
    overflow: hidden;
}
.news>div:nth-of-type(1)>a div:nth-of-type(1) p{
	    font-size: 60px;
    	line-height: 50px;
    	text-align: right;
    	color:#00a0e8;
}
.news>div:nth-of-type(1)>a div:nth-of-type(1) span{
	color: #bdbdbd;
    font-size: 16px;
    float: right;
    vertical-align:middle;
}
#news_{
	margin-bottom: 50px;
	border-bottom: rgba(0,0,0,0.05) 1px solid;
}
#news_{
	transition: background-color 1s;
	-moz-transition: background-color 1s;	/* Firefox 4 */
	-webkit-transition: background-color 1s;	/* Safari 和 Chrome */
	-o-transition: background-color 1s;	/* Opera */
}
.cultrue p {
	margin-bottom: 50px;
}
.cultrue{
	background: #FBFBFB;
	padding-bottom: 50px;
}
.news .btn_more{
	margin-bottom: 50px;
}
.contact{
	background: #020202;
	width: 100%;
}
.contact h2{
	font-size: 26px;
	text-align: center;
	color: white;
	font-weight: normal;
	padding: 100px 0 50px;
}
.contact>div{
	margin: 0 auto;
	width: 940px;
}
.contact>div h3{
	font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 100;
}
.contact>div ul a{
	line-height: 24px;
    font-size: 13px;
    color: #989898;
    height: 24px;
    width: 100%;
}.contact_left, .contact form{
	float: left;
}
.contact form{
	width: 360px;
	padding-left: 258px;
}
.contact form textarea{
	resize: none;
	height: 120px;
	width: 360px;
	background: #020202;
	color: #989898;
	text-indent: 2em;
	border: #3f3f3f 1px solid;
	font-size: 14px;
}
.contact form input{
    width: 360px;
    height: 42px;
    line-height: 42px;
    padding: 10px 20px;
    color: #bcbcbc;
    background-color: #000;
    border: #3f3f3f 1px solid;
    margin-bottom: 10px;
}
.contact form input[type=submit]{
	background:#00a0e8 ;
	padding: 0;
    color: #ffffff;
    font-size: 16px;
}
.icp {
	padding-top: 150px;
	 background:#020202 ;
}
.icp p{
	text-align: right;
    padding: 40px 60px;
    font-size: 12px;
    color: #8e8e8e;
    height: 20px;
    line-height: 20px;
}
    
