html{
	min-width:1200px;
}
body{    
    margin: 0;
    padding: 0;
}
.wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.header {
    width: 100%;
    height: 140px;
    margin: 0 auto;
    position: relative;
   
}
.content {
    width: 1230px;
    margin: 0 auto;
    position: relative;
	
}
.header .content {

    height: 100px;

}
.right{
	float: right;
}
.left{
	float: left;
}
.time{
	position: absolute;
	top: 20px;
	left: 530px;
	font-size: 14px;
	line-height: 22px;
	color: dimgray;
	}
.weather {
    height: 65px; 
    margin-top: 0;
    padding: 0; 
    position: absolute;
    left: 730px ;
    top: 15px;
}
.header #searchtab {
    position: absolute;
    width: 250px;
    height: 30px;
    right: 3px;
    top: 12px;
    text-align: right;
}
#searchtab {
    margin-top: 10px;
    
}
.header #searchtab span input {
    
  
    padding-left: 5px;
    height: 26px;
    border: 1px solid grey;
    border-right: none;
    }
.header #searchtab span button {

    background-color: #3d9be9;
    line-height: 30px;
    height: 30px;
    
    color: #FFF;
    border: none;
    padding: 0 10px;

}
 #headphone {
    color: white;
    position: absolute;
    font-size: 14px;
    top: 56px;
    right: 33px;
	line-height:32px;
	font-weight:bold;
	background-color:#3d9be9;
height:32px;
width:160px;
border-radius:5px;
}
.topnav{
	
	position: relative;
	height: 40px;
	bottom: 0%;
	left: 0%;
	width: 100%;
	background: url(../img/navbackgr.png) repeat-x;
}
.header #menu {

    
    
    height: 40px;
    width: 1200px;
    display: block;
    
    padding-left: 0;
    margin: 0 auto;
}
ul, ol {

    list-style: outside none none;

}

.header #menu li {
    
    width: 133.3px;
    float: left;
    text-align: center;
    line-height: 40px;
    
    color: #FFF;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    

}
.header #menu li>a {
    
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 40px;
    color: black;

}
.header #menu li dl dd a{
	color: darkslategray;
	}

.two{
		z-index: 2;
		position: absolute;
   	margin: 0;
   width: 100%;
   	
   	border: none;
   	visibility: hidden;
   	padding:0;
   	
   	opacity: 0;
   	transition: all 0.5s;
   	
   	}
.header #menu li dl dd{
	color:darkslategray;
	margin: 0;
	background:#F4F4F4;
	font-size: 12px;
}
a {

    text-decoration: none;

}
#syjt{
	    background: #EAEAEA;
	}
.text1{
	width: 200px;
	margin: 0 auto;
	padding-top: 20px;
	background: #EAEAEA;
}
.text1 p{
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	font-family:  "楷体","楷体_GB2312";
	
	
	}
.text1 p:nth-child(1){
	color: #8ca224;
	}
.text1 p:nth-child(2){
	text-transform: uppercase;
	}		
.text2{
	width: 200px;
	margin-left: 70px;
	margin-top: 60px;
}
.text2text{
	margin-left: 60px;
	margin-top: 10px;
	
	font-size: 14px;
	line-height: 30px;
}
.text2text a{
	color: #698B22;
}
.text2pic{
	margin-left: 80px;
	margin-top: 80px;
}
.text3{
	width: 300px;
	margin: 0 auto;
	margin-top: 125px;
	height: 100px;
	
	margin-bottom: 5px;
}
.text3 p{
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	
	}
	
	
	
/*
 蒙版
 */
.grid {
    overflow: hidden;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: 15px 40px 15px 40px;
    width: 210px;
    height: 140px;
    
    text-align: center;
    cursor: pointer;
}
.effect-bubba {
    background: #000;
}

figure.effect-bubba img {
    opacity: 0.8;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-bubba:hover img{
    opacity:0.4;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}

.grid figure figcaption{

    color: #ffffff;
    text-transform:uppercase;
    padding:14px 21px ;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top:0;
    left:0;
    width:80%;
    height:80%;


}

.grid figure p{
    font-size:68.5%;
    letter-spacing:0px;
    text-indent:2em;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after{
    position: absolute;
    top:14px;
    left:21px;
    right:21px;
    bottom:14px;
    content: '';
    opacity:0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    -moz-transition: opacity 0.35s,-moz-transform .35s;
    -ms-transition: opacity 0.35s,-ms-transform .35s;
    -o-transition: opacity 0.35s,-o-transform .35s;
    transition: opacity 0.35s, transform .35s;
}
figure.effect-bubba figcaption::before{
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}
 
figure.effect-bubba figcaption::after{
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after{
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
}

figure.effect-bubba:hover p {
    opacity:1;
    
}


/*
.grid h2{
    font-size:20px;
    color: #ffffff;
}
 
.grid figure h2{
    font-weight:300;
    word-spacing:-0.15em;
}
 
.grid figure h2 span{
    font-weight:800;

}
*/
.grid figure h2,
.grid figure p{
    margin:0;
}


figure.effect-bubba h2 {
    padding-top: 0%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
figure.effect-bubba p{
	font-size: 10px;
    padding:18px 10px;
    opacity:0;
    transition:opacity 0.35s,transform 0.35s;
    transform:translate3d(0,20px,0);
}


.grid figure h2, .grid figure p {
    margin: 0;
}
figure.effect-bubba:hover h2{
    opacity:1;
    transform:translate3d(0,0,0);
}
figure.effect-bubba:hover p {
    opacity:1;
    transform:translate3d(0,-10px,0);
    line-height: 20px;
}


.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
	font-size: 16px;
}

#figurea{
	z-index:999;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.wid1{
	width: 10%;
	float: left;
	}
.wid57{
	width: 57%;
	float: left;
}
.wid2{
	width: 20%;
	float: left;
}
.wid25{
	width: 25%;
	float: left;
}
.wid33{
	width: 33%;
	float: left;
}	
.wid8{
	width: 80%;
	float: left;
}
.wid9{
	width: 90%;
	float: left;
}
.wid5{
	width: 70%;
	float: left;
	margin-right:-1000px;
}
.wid4{
	width: 40%;
	float: left;
}
.wid6{
	width: 60%;
	float: left;
}
.wid7{
	width: 70%;
	float: left;
}
.wid3{
	width: 30%;
	float: left;
	}
.wid10{
	width: 100%;
	float: left;
	}
.hig50{
	height: 50%;
	float: left;
	}	
.hig100{
	height: 100%;
	float: left;
	}		
.rela{
	position: relative;
}
.hid{
	overflow: hidden;
	
}

.blank1{
	height: 30px;
}
.newspictit{
	height: 25px;
	
	position: absolute;
	top:275px;
	background: black;
	opacity: 0.3;
	width: 480px;
	z-index: 10;
}
.p1{
	position: absolute;
	top:275px;
	height: 25px;
	line-height: 25px;
	color: white;
	z-index: 20;
	width: 100%;
	overflow: hidden;
	
}
.p2{
	
	position: absolute;
	top:275px;
	height: 25px;
	line-height: 25px;
	color: white;
	z-index: 20;
	width: 100%;
	overflow: hidden;
	
	display :none;
}
.nol{
	text-align: center;
	float:left; width:20px; height:20px;line-height: 20px;
	 background:#fff; border:1px solid #ccc; margin-left:10px;color: #000000;
}

#screen22{
				width:480px;
            height:300px;
            overflow:hidden;
            position:relative;
            }
			.screen22 ul li{
				float: left;
				width: 480px;
				height: 300px;
				
			}
			
			.screen22 ul{
				width: 2400px;
				position: relative;
				margin: 0;
				padding: 0;
			}
			#screen23{
				width:480px;
            height:300px;
            overflow:hidden;
            position:relative;
            }
			.screen23 ul li{
				float: left;
				width: 480px;
				height: 300px;
				
			}
			
			.screen23 ul{
				width: 2400px;
				position: relative;
				margin: 0;
				padding: 0;
			}
			#ol22{
				position: absolute;
				bottom: 0;
				right: 0;
				width: 25%;
				height: 20%;
			}
			#ol22 li{
				float: left;
				background: white;
				margin: 20px 5px;
				height: 20px;
				width: 15px;
				text-align: center;


			}
			#ol22 li.current{
			background: yellow;
			}
			#ol23{
				position: absolute;
				bottom: 0;
				right: 0;
				width: 25%;
				height: 20%;
			}
			#ol23 li{
				float: left;
				background: white;
				margin: 20px 5px;
				height: 20px;
				width: 15px;
				text-align: center;


			}
			#ol23 li.current{
			background: yellow;
			}
#shouyexinwen{
	
    height: 500px;
    background: #eaeaea;
}

		
.newstitle{
	height: 75px;
	width: 90%;
	margin-left: 36px;
	margin-bottom: 5px;
}
.newstitle a{
	color: black;
	}
.newstitle:hover{
	color: dodgerblue;
	}
.h100{
	height: 100%;
}	
.date1{
	width: 75px;
	background: #606060;
	color: white;
	margin-left: 20px;
}
.date1title{
	width: 573px;
	height: 70px;
	margin-bottom: 6.666px;
	background: white;
}
#dated{
	margin: 0;
	height: 40px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
}
#datem{
	margin: 0;
	height: 30px;
	text-align: center;
	font-size: 12px;
}
#titt{
	margin: 0;
	margin-left: 13px;
	height: 25px;
	line-height: 25px;
	width: 560px;
	font-weight: bold;
	overflow: hidden;
	font-size:14px;
}
#titc{
	margin: 0;
	margin-left: 13px;
	height: 45px;
	font-size: 13px;
	line-height: 22px;
	width: 560px;
	overflow: hidden;
	text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
#titc1{
	margin: 0;
	margin-left: 13px;
	height: 45px;
	font-size: 13px;
	line-height: 22px;
	
	overflow: hidden;
	text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
#titta{
	margin-right: 20px;
	font-size: 13px;
	color: forestgreen;
	
}
#shouyexinwen .wid4{
	margin-left: 36px;
	background: white;
	}
#shouyexinwen .wid57{
	background: #EAEAEA;
	}
.footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #606060;
    padding-top: 20px;
    height: 330px;
}
	
.footer #friendurl {
	
    width:1080px;
    margin: 20px auto;
    display: block;
    padding: 0;
    margin: 0;
    height: 30px;
}
.footer #friendurlt{
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: white;
	text-align: center;
	}
.footer #friendurl li {
    width: 240px;
    margin: 0 0 0 120px;
    float: left;
    position: relative;
    line-height: 30px;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 5px;
}
.footer #friendurl li span {
    white-space: nowrap;
    width: 180px;
    float: left;
    color: #666;
    font-size: 14px;
    text-align: center;
    margin: 0 10px;
}
.footer #friendurl li i {
    float: right;
    width: 40px;
    height: 100%;
    background: url(../img/icon.png) no-repeat -40px -5px;
    position: absolute;
    top: 0;
    right: 0;
}
.footer #friendurl li dl {
    position: absolute;
    width: 100%;
    top: 30px;
    background-color: #FFF;
    padding-bottom: 5px;
    border-radius: 0 0 5px 5px;
    margin: 0;
    height: 100px;
   display: none;
    overflow-y: scroll;
    z-index: 999;
}

.footer #friendurl li dd {
    width: 90%;
    line-height: 25px;
    border-bottom: 1px dotted #CCC;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:13px ;
    color: #CCCCCC;
}
.footer #friendurl li dd a {
    color: #666;
    font-size: 14px;
}

#map{
	margin-top: 40px;
	border:0 ;
	
	}
#addre{
	margin-top: 20px;
	padding-left: 50px;
	color: white;
	width: 550px;
	z-index: 1;
	
	}
		
#addre p{
	font-size: 12px;
	
	}	
#addre h4{
	margin: 32px 0;
	
	}	
.ewm{
	width: 146px;
	margin: 30px 0;
	margin-bottom: 0;
	float:right;
	}
.ewm p{
	font-size: 14px;
	color: white;
	text-align:center;
	margin:0;
	}				
.tc{
    text-align: center;
}

.tw{
color: white;

}

#cr{
margin: 30px auto;
font-size: 13px;
z-index: 1;
}


#flow{
position: fixed;
right: 0;
top: 50%;
height: 150px;
width: 50px;
background: white;
}
#flow div{
height: 50px;
}
#flowact1{
	position: fixed;
right: 50px;
top: 50%;
	height: 150px;
width: 217px;
background: white;
display: none;
z-index: 1001;
	}
	#flowact1 img{
		height: 150px;
width: 217px;
		
		}
#flowact2{
	position: fixed;
right: 50px;
top: 60%;
	height: 50px;
width: 100px;
background: white;
	display: none;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	color: #606060;
	
	}
.screenindexelse {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}	

#userlogin{
	height: 290px;
	
	}	
	
#userlogin>div:nth-child(1){
	width: 320px;
	margin: 40px 20px 40px 20px ;
	} 	
#userlogin input{
	height: 30px;
	width:230px;
	border-radius: 10px;
	}
#userlogin i{
	width: 36px;
	height: 36px;
	margin-left: 10px;
	margin-right: 10px;
	background: #f4f4f4;
	}
#userinput{
	background: #EAEAEA;
	}
#userinput>div:nth-child(1){
	font-size: 18px;
	color: #677234;
	}	
#userinput>div:nth-child(4){
	
	color: dimgray;
	}	
#userinput div:nth-child(4) div{
	width: 200px;
	margin: auto;
	} 


#userinput span{
	width: 100px;
	cursor: pointer;
	}	
#userinput>div{
	height: 40px;
	margin: 10px;
	text-align: center;
	line-height: 40px;
	
	}	
#server{
	height: 120px;
	margin: 85px 0;
	}
#server ul li{
	float: left;
	margin-left: 20px;
	height: 120px;
	width: 120px;
	}				
#server ul {
	padding: 0;
	margin: 0;
	}
/*<!--lunbo>*/
		 .all{
            width:500px;
            height:400px;
            padding:7px;
            border:1px solid #ccc;
            margin:100px auto;
            position:relative;
        }
        .screen{
            width:100%;
            height:400px;
            overflow:hidden;
            position:relative;
        }
        .screen ul>li{ width:16.6666%; height:400px; overflow:hidden; float:left;}
        .screen ul{ position:absolute; left:0; top:0px; width:600%;padding: 0;margin: 0;}
        #all ol{ padding:0;position:relative; margin:0 auto; line-height:20px; text-align:center;height: 20px;width: 200px;}
        #all ol li{ float:left; width:16px; height:16px; background:#fff;  margin-left:10px; cursor:pointer;border-radius: 16px;}
        #all ol li.current{ background:#a3af6a;}
        .screen div{ margin-top: 350px ;}
        #arr {display: none;}
        #arr span{ width:40px; height:40px; position:absolute; left:5px; top:50%; margin-top:-20px; background:#000; cursor:pointer; line-height:40px; text-align:center; font-weight:bold; font-family:'黑体'; font-size:30px; color:#fff; opacity:0.3; border:1px solid #fff;}
        #arr #right{right:5px; left:auto;}
/*<lunbo-end>*/

