	*{ font-family:"微软雅黑"}
	body{ background-color:#fff; width:100%;}
	body, input, button, select, textarea { font-size:12px; color:#333;}
	textarea { resize: none; }
	body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form,img, fieldset, .pr, .pc { margin:0; padding:0;}
	table { empty-cells: show; border-collapse: collapse;
	}
	caption, th { text-align: left; font-weight: 400; }
	ul li, .xl li { list-style: none; }
	h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight:normal;}
	em, cite, i { font-style: normal; display: block;}
	a { color:#666; text-decoration: none; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;}
	a:hover{ color:#cda484}
	
	img{ border:0;}
	label { cursor: pointer; }
	input:disabled{background-color:#fff;color:#666;}
	textarea:disabled{background-color:#fff;color:#666;}



		/*新闻*/
			
			.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden ; ! } 
			.cl { zoom: 1; }

			/*框架*/
			.wrap{ width:1000px; margin:0 auto;}
			
			
			.scrollbox {
				width: 1000px;
				position: relative;
			}
			
			/*新闻右侧二维码，把1去掉即可恢复*/
			.scrollbox1:before { 
				content: ""; 
				position: absolute; 
				z-index: 1000; 
				top: 10px; /* -37*/
				right: -130px;  /*left -293*/
				width: 100px; 
				height: 100px; 
				background: url(../images/ewm130.jpg) center center / cover no-repeat; 
			}
			
			
			#scrollDiv {
				width: 101%;
				height: 114px;
				overflow: hidden;
				display: block;
			}
			
			#scrollDiv ul {
				width: 100%;
			}
			
			#scrollDiv li {
				width:100%;
				height: 114px;
				float: left;
				transition: 0.5s all;
				-webkit-transition: 0.5s all;
				-moz-transition: 0.5s all;
				-o-transition: 0.5s all;
			
			}
			
			.img-box { float: left; width: 386px; height: 114px; background: pink; overflow: hidden;
			            
			            -webkit-clip-path: polygon(36px 0,386px 0, 350px 114px, 0 114px);
			            
　　						clip-path: polygon(36px 0,386px 0, 350px 114px, 0 114px);
			   }
			
			.img-box img {
				width: 100%;
				height: auto;
			}
			
			.news-tex-box { 
				  float: left; width: 610px;  height: 114px;
				  
				 }
		    
			.news-tex-box h4 {
				font-size: 24px;
				font-weight: bold;
				line-height: 48px;
				color: #aa8051;
				margin-left: 14px;
			}
			
			.news-tex-box p {
				width: 100%;
				line-height: 30px;
				font-size: 15px;
				color: #575757;
				margin-left: 14px;
			}
	
			
			
		
