			body{
				margin: 0;
				padding: 0;
			}
			
			/*头部*/
			.header{
				height: 195px;
				background-image: url(../img/b.jpg);
				background-size: 100% 196px;
				background-repeat: no-repeat;
				margin-left: -10px;
				min-width: 1200px;
				position: relative;
			}
			
			/*头部搜索栏*/
			#box{
        		width: 500px;
        		font-family: 'Microsoft YaHei';
        		font-size: 14px;
        		position: absolute;
        		right:50px;
        		top: 25px;
    			}
			#search{
        		width: 75px;
        		height: 30px;
        		float: left;
        		background: #5F060C;
        		color: white;
        		text-align: center;
        		line-height: 30px;
        		cursor: pointer;
    			}
    		#text{
    			color: white;
    			margin: 38px 60px;
    		}
    		input{
        		width: 200px;
        		border: 1px solid #e2e2e2;
        		height: 25px;
        		float: left;
        		padding-left: 20px;
        		margin-left: 35px;
    			}
			.minilink{
				text-decoration: none;
				color: white;
				margin: 0px 0 0 15px;
			}
			#minilink{
				margin: 40px 0 15px 15px;
				font-family: STXingkai;
				font-size: 30px;
			}
			
			
			/*导航栏*/
			.nav{
    			height: 45px;
    			background: #720006;
    			width: 100%;
    			min-width: 1190px;
    	        text-align: center;
    			}
    		.nav ul{
        		list-style-type: none;
        		margin: 0 auto;
        		overflow: hidden;
        	}
        	.nav li{
 
        		display: inline-block;
        	}
        	 .nav ul li a{
        		display: block;
        		background-color: #710006;
        		color:white;
        		height: 20px;
        		width: 120px;
        		text-align: center;
        		font-size: 16px;
        		padding:12px 0px;
        		text-decoration: none;
        	}
        	.nav ul li a:hover,a:active{
        		background: white;
        		text-decoration: none;
        		color:#710006;
        	}
        	
        	.children{
        		/*border: 1px solid;black;*/
        		border-top: none;
        		position: absolute;
        		width: 220px;  
        		font-size: 16px;
        		display: none;
        		background-color: white;
        		color: #710006;
        		margin: 0 auto; 
        		z-index: 10;
        	}
        	.children div{
        		background-color: white;
        		width: 240px;  
        		margin-top: 0px;
        	}

        	.children div a{
        		background-color: white !important;
        		width: 240px !important; 
        		text-align: left !important;
        		padding-left: 30px !important;
        		color: #710006 !important;
        	}
        	
        	/*图片展板*/
			.banner{
        		height:400px;
        		width: 100%;
        		min-width: 1120px;
        		z-index: -1;
        	}
        	
        	.body-content{	
        		width: 1190px;
        		margin: 0 auto;
        	}

        	.content-left{
        		border: dashed 1px solid;
        		width: 260px;
        		height: 900px;
        		float: left;
        	}        	
        	.picNews{
        		margin-top: 10px;
        		width: 100%;
        		height: 310px;
        		/*border: solid 1px #710006;*/
        	}
        	.picNews-title{
        		
        		width: 100%;
        		height: 25px;
        	
        	}
        	.picNews-content{
        		margin-top: 10px;
        		height: 275px;
        		width: 100%;
        		/*border: dashed 1px blue;*/
        	}
        	
        	/***日历****/
        	.calendar{
        		margin-top: 100px;       
        		width: 100%;
        		height: 280px;
        	}
        	
        	/**双代会**/
        	.congress{
        		margin-top: -80px;
        		width: 100%;
        		/*height: 200px;*/
        		/*border: dotted blue 2px;*/
        	}
        	/*****联系我们*******/
        	.contact{
        		margin-top: -50px;
        		width: 92%;
        		height: 150px;
        		padding-left:10px;
        		
        	}
        	
        	/*展板以下的内容部分*/
			.content{
				width:870px;
				background: none;
				margin-left: 310px;
				 clear: right;
				}
			
			/*下面的部分各栏目的基础样式*/
			.part{
                        margin-top:20px;
        		width: 100%;
        		height: 280px;
        	}
        	
        	.Secondpart{
        		width: 100%;
        		height: 310px;
        	}
        	/*第一栏-图片新闻栏目*/
        	.firstpart{
        		width: 100%;
        		height: 385px;
        	}
        	.leftbox{
        		height: 385px;
        		width: 400px;
        		float: left;
        	}
        	.rightbox{
        		margin-left: 68px;
        		height: 385px;
        		width: 400px;
        		float: left;
        	}
        	#newstext{
        		width: 790px;
        		height: 358px;
        	}
        	#picnews{
        		height: 306px;
        		width: 330px;
        		margin: 20px;
        		float: left;
        	}
        	#newsdetail{
        		margin-left:10px ;
        		width: 400px;
        		height: 350px;
        		float: left;
        		color: silver;
        	}
        	.info{
        		height: 208px;

        		padding: 20px 20px 0;
        	}
        	.head-title{
        		font-size:18px ;
        		color: #B00000;
                  
        	}
			.more{
				font-size: 12px;
				margin-top: 8px;
				margin-right: 5px;
				color: brown;
				float: right;
			    text-decoration: none;
			}
                       .more a{
				text-decoration: none;
				color: #B00000;
			}
			
			.infolink{
				height: 20px;
				padding: 10px 0 10px 30px;
				background-color: #FBFBFB;
				border: solid 2px white;
				
				margin-bottom: 1px;
			}
			.infolink a{
				text-decoration: none;
				color: gray;
			}
			.infolink a:hover,a:active{
				color: brown;
			}
			
        	/*第一栏-标题*/
        	.title1{
        		height: 50px;
        		width: 100%;
        	}
        	.titlename1{
        		width: 100%;
        		height: 20px;
        		padding: 10px 0 0 10px;
        	}
        	.title2{

        		height:40px;
        	}
        	.titlename2{

        		height: 20px;
        		padding: 10px 0 0 10px;
        		margin-bottom: -4px;
        	}
        	
        	
        	/*第二栏-新闻动态*/
        	.title{
        		height: 40px;
        	}
        	.undertitle{
        		height: 226px;
        	}
        	.Lpart{
        		width: 100%;
        		height: 260px;
        		float: left;
        		color: gray;
        	}
        	.Line{
        		height: 30px;
        		width: 100%;
        	}
        	.news{
        		height: 30px;
        		width: 100%;
        		float: left;
        		margin-left: 10px;
        	}
        	.Rpart{
        		width: 575px;
        		height: 270px;
        		float: right;
        		color: gray;
        	}
        	.staffleft{
        		float: left;
        		width: 285px;
        		height: 260px;
        	}
        	.staffline{
        		height: 30px;
        		width: 285px;
        	}
        	.staffright{
        		float: right;
        		width: 293px;
        		height: 260px;
        		margin-top:35px ;
        	}
        	.staffpic{
        		width: 255px;
        		height:110px;
        		padding: 10px;
        	}
        	.stafflink{
        		text-decoration: none;
        		color: gray;
        		margin-top: 15px;
        		display: block;
        		text-align: center;
        		font-size: 16px;
        	}
        	
        	
        	
        	/*第三栏*/
        	.division{
        		width: 100%;
        		height: 310px;
        		float: left;
        		margin-bottom: 15px;
        	}
        	.division1{
        		width: 400px;
        		height: 310px;
        		float: left;
        		margin-bottom: 15px;
        	}
        	.staffhome{
        		margin-left: 68px;
        		width: 400px;
        		height: 310px;
        		float: left;
        		margin-bottom: 15px;
        	}
        	.mininav{
    			height: 45px;
    			/*background: #720006;*/
    			border-bottom: 3px solid  #B00000;
                        margin:4px 0 0 0px;
    		}
    		.mininav ul{
        		list-style-type: none;
        		margin: 0;
        		padding: 0;
        		overflow: hidden;
        	}
    		.mininav li{
    			float: left;
    		}

    		.mininav ul li a{
        		display: block;
        		height: 29px;
        		width: 100px;
        		text-align: center;
        		font-size: 16px;
        		padding:4px 0px;
        		margin: 8px;
        		text-decoration: none;
        	}
        	.selected{
        		
                          background-color: #ad1d1d; color: #ffffff;
                        /* border-top-left-radius:15%;
                         border-top-right-radius: 15%;*/
        	        
        
        	}      	
        	.detail4{
        		width:400px;
        		height: 265px;
        		color: gray;
        		position: absolute;
        		margin-top:9px ;
        	}
        	.detail2 ,.detail3{
        		width:400px;
        		height: 265px;
        		color: gray;
        		display: none;
        		position: absolute;
        	}
        	.detail6,.detail5{
        		width:400px;
        		height: 265px;
        		color: gray;
        		display: none;
        		margin-top:9px ;
        		position: absolute;
        	}
        	.p1{
        		width: 400px;
        		height: 10px;
        		padding: 0px 0 10px 0px;
        		border-bottom: dashed 1px gray;
        	}

        	
        	/*第四栏-活动剪影*/
                .fourPart{
                    width:1170px;
                    height:180px;
                    margin-left:-300px;
                  }
        	#left{
        		height: 280px;
        		width: 100%;
        		float: left;
        		
        	}
        	#right{
        		height: 260px;
        		width: 306px;
        		float:right;
        	}
        	.allevent{
        		height: 228px;
        		width: 100%;
        		margin-left: 20px;
        	}
        	.event{
        		height: 230px;
        		width: 210px;
        		float: left;
        		margin: 20px 20px;
        	}
        	#contactus{
        		height: 225px;
        		width: 310px;
        		padding: 20px 25px 0;
        	}
        	#contact{
        		border: groove 1px lightgrey;
        		width: 310px;
        		height: 225px;
        	}
        	#contpic{
        		height: 96px;
        		width: 268px;
        	}
        	#conttext{
        		height:90px;
        		padding: 20px 0px 20px 25px;
        	}
        	.ct{
        		font-size: 13px;
        		color: gray;
        	}
        	
        	
        	/*第五栏-他山之石*/
        	#otherLink{
        		width: 100%;
        	    height: 135px;
                     width:1170px;
        
                    margin-left:-300px;
 
        	}
        	.under{
        		margin-top:-10px ;
        		margin-left: 75px;
        		height: 50px;
                        width: 90%;
        	}
                
        	.linkbox{
        		width: 194px;
        		height:25px;
        		float: left;
        		padding: 15px 8px;
        	}
        	.link {
                        text-decoration: none;
        		font-size: 16px;
        		color: gray;
        	}
                .link a{
                        text-decoration: none;
                         font-size: 16px;
        		color: gray;
        	}
       
        	.linkout{color: brown; font-size: 13px;text-decoration: none;}
        	
        	
        	
        	/*脚部footer*/
        	#footer{
        		margin-top: 20px;
        		height: 140px;
        		width: 100%;
        	        min-width: 1190px;
        		background-image: url(../img/footer.png);
				background-size: 100% 160px;
				background-repeat: no-repeat;
        		text-align: center;
        		padding-top: 20px;
        		font-size: 15px;
        		color: white;
        	}
        	
        