@charset "utf-8";
*{margin:0 auto;padding:0;margin:0;border:0;}
body{color:#333333;font-size:14px;
	background-color: #f0eff4;
}
body a{font-family: "微软雅黑";}
ul,li{ list-style:none;padding:0;margin:0;}
tbody,tr,td{ list-style:none;padding:0;margin:0;border:0;}
img{ border:0;}
.hr{height:1px;
	clear: both;
}
a{text-decoration: none;coloR:#333333;}
img{border:0; display:block;}
.xyy{text-align: center;}
.xyy a{	position:relative;
	top:5px;
	background-color: #ff6c00;
	color:#FFFFFF;
	overflow:hidden;
	padding: 5px 10px;
	text-align: center;}

.header{height:60px;margin-bottom:15px;}
.header .fixed{width:100%;min-width:1200px;height:60px;padding:0 20px;box-sizing:border-box;background:#134faa;position:fixed;left:0;top:0;z-index:900}
.header .logo{width:122px;height:36px;margin:12px 0 0;background:url(../images/logo.png) no-repeat center center;text-indent:-9999px;overflow:hidden;margin-left:6.5%;}
.fright{float:right}
.fleft{float:left}
.nav{margin-left:60px}
.nav .item{float:left;width:85px;position:relative}
.nav .item .one{display:block;height:60px;line-height:60px;text-align:center;font-size:16px;color:#fff;cursor:pointer;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;transition:background .3s ease}
.nav .item .one:hover,.nav .item.active .one{text-decoration:none;background:#14a0f5}
.nav .item.open{width:118px}
.nav .item.open .one{text-align:left;text-indent:18px}
.nav .item.open .arrow{display:block;width:12px;height:12px;background:url(../images/arrow1.png) no-repeat 0 3px;position:absolute;right:18px;top:24px;z-index:5;cursor:pointer}
.nav .item.open .drop-menu{display:none;width:600px;padding:15px 10px;background:#14a0f5;box-shadow:0 8px 20px rgba(0,0,0,.2);border-radius:0 0 3px 3px;position:absolute;left:0;top:60px;z-index:20}
.nav .item.open .drop-menu a{float:left;width:45px;height:36px;line-height:36px;padding-left:15px;font-size:14px;color:#fff}
.nav .item.open .drop-menu .size a{width:85px;padding-left:15px}
.nav .item.open .drop-menu .line{width:570px;height:0;margin:10px auto;border-top:1px solid #46b9ff}
.nav .item.active .arrow{background-position:-13px 3px}
.arrow-icon{float:left;width:12px;height:12px;margin:10px 0 10px 6px;background:url(../images/arrow1.png) no-repeat 0 3px}
.arrow-icon{background-position:-13px 3px}
.user-box .drop-menu{display:none;width:120px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.2);border-radius:0 0 3px 3px;position:absolute;right:0;top:60px}
.user-box .drop-menu a{display:block;height:40px;line-height:40px;padding:0 20px;font-size:14px;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;transition:background .3s ease}
.user-box .drop-menu a:hover{text-decoration:none;background:#f0f0f0}
.clearfix{zoom:1}
.clearfix:after{content:".";height:0;line-height:0;font-size:0;clear:both;display:block;visibility:hidden}
.fright{float:right;}
.search-form{width:180px;height:30px;margin:15px 6.5% 0 0!important;background:#fff;border-radius:3px;}
.search-form .s-txt{float:left;width:140px;height:20px;line-height:20px;padding:5px;background:none;border:none;outline:none;box-sizing:content-box}
.search-form .s-btn{float:right;width:30px;height:30px;background:url(../images/search.png) no-repeat center center;border:none;outline:none;cursor:pointer}
.search-form .s-txt{float:left;width:140px;height:20px;line-height:20px;padding:5px;background:none;border:none;outline:none;box-sizing:content-box}



        .waterfall_tx {
            width: 85%;
            column-gap:20px;
            column-count: 5;
            margin: 0 auto;
			margin-top:20px;
        }
        .item1_tx {
            margin-bottom: 20px;
            break-inside: avoid;
			background-color: #fdfdfd;
			overflow:hidden;text-align: center;border-radius:4px;
			
        }
		.item1_tx:hover{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);}
		
        .item1_tx img {
            width: 100%;
        }
		.item1_tx p{line-height:40px;}
        @media (min-width: 992px) and (max-width: 1300px) {
            .waterfall {
                column-count: 5;
            }
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .waterfall_tx {
                column-count: 4;
            }
        }
        @media (max-width: 767px) {
            .waterfall_tx {
                column-count: 3;
            }
        }	



        .waterfall {
            width: 85%;
            column-gap:25px;
            column-count: 4;
            margin: 0 auto;
			margin-top:25px;
        }
        .item1 {
            margin-bottom: 25px;
            break-inside: avoid;
			background-color: #fdfdfd;
			overflow:hidden;text-align: center;border-radius:4px;
			
        }
		.item1:hover{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);}
		
        .item1 img {
            width: 100%;
        }
		.item1 p{line-height:20px;padding-top:10px;padding-bottom:10px;}
        @media (min-width: 992px) and (max-width: 1300px) {
            .waterfall {
                column-count: 4;
            }
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .waterfall {
                column-count: 3;
            }
        }
        @media (max-width: 767px) {
            .waterfall {
                column-count: 2;
            }
        }
	
	
	
	
	
		
.hr{height:1px;
	clear: both;
}		
.dengqian{
	width:85%;
	font-size:16px;
	margin:0 auto;
}
.caining{
	width:85%;
	height:40px;
	line-height:40px;
	font-size:18px;
	margin:0 auto;
	border-bottom: 1px solid #d7d6d9;
	display: block;
}




.neirong{width:85%;margin:0 auto;margin-top:15px;}
.neirong_left{width:73%;float:left;margin-right:2%;padding:1%;background:#fff;border-radius:5px;text-align: center;}
.neirong_left img{
width:auto;height:auto;
	text-align: center;
	margin-bottom:10px;
	max-width: 100%;
border-radius:5px;
}

.neirong_left_tx{width:71%;float:left;margin-right:2%;background:#fff;border-radius:5px;padding:5px;}
.neirong_left_tx p{margin-bottom:10px;}
.neirong_left_tx img{
	text-align: center;margin:auto;
	max-width: 100%;
	border-radius:5px;
	float:left;margin:5px;
}

.neirong_left_bq{width:71%;float:left;margin-right:2%;background:#fff;border-radius:5px;padding:5px;}
.neirong_left_bq p{margin-bottom:10px;}
.neirong_left_bq img{
	text-align: center;margin:auto;
	max-width: 100%;
}

.neirong_right{width:25%;float:left;}
.bt{background:#fff;padding:15px;border-radius:5px;}
.bt h1{font-size:20px;font-weight:normal;height:auto;line-height:35px;margin-bottom:10px;}
.bt p{font-size:14px;height:30px;line-height:30px;color:#9c9b9b;}
.paper-down{width:100%;height:auto;line-height:35px;color:#fff;background-color: #134faa;text-align:center;margin:0 auto;font-size:14px;border-radius:5px;font-weight:normal;margin-top:15px;margin-bottom:10px;}
.paper-down a{color:#fff;}
.bt td{height:30px;line-height:30px;color:#b9b6b6;}

.zuixing{background:#fff;margin-top:20px;border-radius:5px;}
.zuixing ul{padding:15px;}
.zuixing li{display: block;
	height:35px;
	line-height:35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eaeaea;
}
.zuixing li a{float:left;color:#666;font-size:14px;}
.zuixing li span{float:right;color:#aeabab;font-size:12px;}
.zuixing b{height:45px;line-height:45px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #eaeaea;
	background-color: #fbfbfb;
	padding-left:15px;
	display: block;
	font-weight: normal;
}

.dibu{}
.pag{
	width:95%;margin:0 auto;
	height:40px;margin-top:10px;margin-bottom:10px;
	
}
.pag ul{margin:0 auto;text-align: center;width:1000px;}
.pag li{float:left;margin:3px 3px;}

.pag li a{
	padding:2px 10px;
	line-height:25px;
	display:inline-block;
	background-color: #027feb;
color:#fff;	
}
.pag li a:hover{background-color: #027feb;
	color: #FFFFFF;
}
.footer{width:100%;height:60px;line-height:60px;color:#fff;background:#262626;text-align:center;}
.footer a{color:#fff;}
.gzh{width:85%;
	height:90px;
	margin:0 auto;
	margin-top:20px;margin-bottom:30px;}
.gzh img{width:100%;height:auto;}

.tag{width:85%;background:#fff;padding:15px;border-radius:5px;height:100%; overflow:hidden;border-radius:5px;margin:0 auto;margin-top:25px;margin-bottom:25px;}
.tag a:nth-child(9n){background-color: #4A4A4A;}
.tag a:nth-child(9n+1){background-color: #428BCA;}
.tag a:nth-child(9n+2){background-color: #5CB85C;}
.tag a:nth-child(9n+3){background-color: #D9534F;}
.tag a:nth-child(9n+4){background-color: #567E95;}
.tag a:nth-child(9n+5){background-color: #B433FF;}
.tag a:nth-child(9n+6){background-color: #00ABA9;}
.tag a:nth-child(9n+7){background-color: #B37333;}
.tag a:nth-child(9n+8){background-color: #FF6600;}
.tag a{opacity: 0.80;filter:alpha(opacity=80);color: #fff;background-color: #428BCA;display: inline-block;margin: 0 6px 6px 0;padding: 0 8px;line-height: 35px;border-radius:4px}
.tag a:hover{opacity: 1;filter:alpha(opacity=100);}
.tag b{
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #eaeaea;
	background-color: #fbfbfb;
	margin: 0;
	padding: 11px 15px 10px;
	display: block;
	font-weight: normal;
}
