.hpintro img{
-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(1); /*Mozilla scale version*/
-o-transform:scale(1); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 0.9; /*initial opacity of images*/
}
.hpintro img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}

.contentnm {
    width: 100%;
    background: none;
    padding: 10px;
}

.contentnm .article_content {
    width: 930px;
}

.underline {
    height: 6px;
    line-height: 6px;
    font-size: 0px;
    background: none;
}

.notice h3, .user h3, .vote h3, .statistics h3, .month_up h3, .month_tip h3, .subnav h3, .video_category h3 {
   width: 223px;
    height: 45px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 15px 15px 0 0;
    padding-top: 10px;
    font-size: 18px;
    background: none;  
	padding-left: 0;
	 background-color: #204f95;
}

h7 {
    width: 223px;
    height: 45px;
    background-color: #204f95;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 0px 0px 0 0;
    padding-top: 10px;
    font-size: 18px;
}


.month_tip ul {
     background: none; 
}

.month_tip li, {
     background: none; 
}
.notice ul, .month_up ul, .month_tip ul, .article_list ul, .subnav ul, .photo_list ul, .soft_list ul, .video_list ul, .video_category ul {
     padding: 0; 
     border-left: 0; 
     border-right: 0; 
}


.notice li, .month_up li, .month_tip li {	
    padding-left: 10px;
    background: none;
}

.vote_content, .statistics_content {
    border-left: 0;
    border-right: 0;
}

.statistics_content a {
    display:none;
}

.area {
    width: 50%;
}
.area ul {  
    background: none;
	border:none;
}

.area li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    background: none;
    border-bottom: dotted 1px #aaa;
    overflow: hidden;
}


.photo_list li{
	margin-left: 1.5%;
    margin-top: 1.5%;
	float:left;
	width:280px;
	display:block;	
	text-align:center;
}

.photo_list li a{
	text-decoration: none;
	margin-top:6px;
}

.photo_list li img{	
	width:280px;
	height:180px;
	display:block;	
	    transition: all 1s ease 0s;
}

.photo_list li:hover img{	
	width:280px;
	height:180px;
	display:block;	
	-webkit-filter:brightness(1.5);filter:brightness(1.5);-moz-transform:scale(1.02);-webkit-transform:scale(1.02);
}




.video_list li{
	margin-left: 1.5%;
    margin-top: 1.5%;
	float:left;
	width:280px;
	display:block;	
	text-align:center;
}

.video_list li a{
	text-decoration: none;
	margin-top:6px;
}

.video_list li img{	
	width:280px;
	height:180px;
	display:block;	
	    transition: all 1s ease 0s;
}

.video_list li:hover img{	
	width:280px;
	height:180px;
	display:block;	
	-webkit-filter:brightness(1.5);filter:brightness(1.5);-moz-transform:scale(1.02);-webkit-transform:scale(1.02);
}


#FloatDIV a{color:red;}
    #FloatDIV a:hover{color:red;}
	 .links{
	    	padding: 8px;
	    	background-color: #52b529;
	    	margin: 5px;
	    	-webkit-transition: all 1s;
	    	-o-transition: all 1s;
	    	transition: all 1s;
	    }
	    .links a{
	    	color: #fff;
	    	display: inline-block;
	    	width: 100%;
	    	height: 100%;
	    	text-decoration: none;
	    }
	    .links:hover{
		background-color: #1e824c;
	    }
	    .current{
	    	background-color: #22a7f0;
	    }
	    .swiper-container {
	        width: 500px;
	        max-width: 100%;
	        height: 300px;
	        max-height: 100%;
	        margin: 20px auto;
	    }
	    .swiper-slide {
	        text-align: center;
	        font-size: 18px;
	        background: #fff;

	        /* Center slide text vertically */
	        display: -webkit-box;
	        display: -ms-flexbox;
	        display: -webkit-flex;
	        display: flex;
	        -webkit-box-pack: center;
	        -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	        -webkit-box-align: center;
	        -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	    }
		.swiper-slide img{width:100%;}
		.swiper-slide .title{position: absolute;bottom: 0;}
		.swiper-slide .title{    color: #fff;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    line-height: 32px;}
		.swiper-pagination {text-align: right;}
		.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 10%;
    background: #fff;
    opacity: .9;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff0000;
}
.sub_menu {
    display:none;
}

.brLine {
    margin: 0 5px 0 5px;
}
