@charset "utf-8";
/* CSS Document */
* {

}

html, body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
}

.mask{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	background-color: #666666;
	z-index:40000;
	opacity:0.5;
	display: none;
}

.top{
	position: fixed;
	width:100%;
	z-index: 60000;
	background-color: #333333;
	height:50px;
}

.top .logo{
	margin-left:30px;
	height: 50px;
	width:120px;
	background-image: url(../../images/website/logo_white.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

.top .operation{
	width: calc(100% - 180px);
	float: left;
	height: 50px;
	text-align:right;
}

.top .operation .search{
	width: 50px;
	float: right;
	height: 50px;
	background-image: url(../../images/website/app_search.png);
	background-size: 36px 36px;
	background-position: center;
	background-repeat: no-repeat;
}

.top .operation .menu{
	width: 36px;
	float: right;
	height: 50px;
	background-image: url(../../images/website/app_menu.png);
	background-size: 36px 32px;
	background-position: center;
	background-repeat: no-repeat;
}

.top .menu-level1{
	clear: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width:0px;
	height:600px;
	overflow-y: auto;
	background-color: #F8F8F8;
	display: none;
}

.top .menu-level1 .logo{
	margin-left: 20px;
	height:60px;
	width:120px;
	line-height:60px;
	padding-left:20px;
	float: left;
	background-image: url(../../images/website/logo_blue.png);
	background-size: 120px 20px;
	background-position: left;
	background-repeat: no-repeat;
}

.top .menu-level1 .nav{
	margin-right:22px;
	height:60px;
	width:60px;
	float: right;
	background-image: url(../../images/website/app_menu_close.png);
	background-size: 28px 28px;
	background-position: center;
	background-repeat: no-repeat;
}

.top .menu-level1 .split{
	margin-left:10px;
	margin-right:10px;
	clear: right;
	top:42px;
	left: 0px;
	border-bottom:1px solid #EEEEEE;
}

.top .menu-level1 .section{
	padding:20px 40px 20px 40px;
}

.top .menu-level1 .section .item{
	font-size:18px;
	height:60px;
	width:100%;
	line-height:60px;
	border-bottom:1px solid #EEEEEE;
	background-image: url(../../images/website/app_menu_right.png);
	background-size: 20px 20px;
	background-position: center right;
	background-repeat: no-repeat;
}

.top .menu-level2{
	clear: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width:0px;
	height:600px;
	overflow-y: auto;
	background-color: #F8F8F8;
	display: none;
}

.top .menu-level2 .back{
	font-size:16px;
	margin-left: 20px;
	height:60px;
	width:60px;
	line-height:60px;
	padding-left:20px;
	float: left;
	background-image: url(../../images/website/app_menu_left.png);
	background-size: 20px 20px;
	background-position: left;
	background-repeat: no-repeat;
}

.top .menu-level2 .nav{
	margin-right:22px;
	height:60px;
	width:60px;
	float: right;
	background-image: url(../../images/website/app_menu_close.png);
	background-size: 28px 28px;
	background-position: center;
	background-repeat: no-repeat;
}

.top .menu-level2 .split{
	margin-left:10px;
	margin-right:10px;
	clear: right;
	top:42px;
	left: 0px;
	border-bottom:1px solid #EEEEEE;
}

.top .menu-level2 .section{
	padding:20px 40px 20px 40px;
}

.top .menu-level2 .section .title{
	font-size:18px;
	font-weight:900;
	height:60px;
	line-height:60px;
}

	
.top .menu-level2 .section .item{
	font-size:18px;
	height:60px;
	width:100%;
	line-height:60px;
	border-bottom:1px solid #EEEEEE;
	background-image: url(../../images/website/app_menu_right.png);
	background-size: 20px 20px;
	background-position: center right;
	background-repeat: no-repeat;
}

.top .menu-bottom{
	position: absolute;
	height:60px;
	width:100%;
	background-color: #EEEEEE;
	bottom:0px;
	color:#666666;
}

.middle {
	padding-top: 50px;
}


.middle .swiper {
	width: 100%;
	height: 350px;

}

.middle .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 140% 100%;
	background-position: center;
	background-repeat: no-repeat;	
}

.middle .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.middle .caption {
	font-size: 20px;
	color: #333333;
	font-weight: 900;
}

.middle .suggestions{

}

.middle .suggestions .item {
	border-radius: 10px;
	margin: 10px 20px 30px 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.middle .banner .item{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height:250px;
}

.middle .news .container{
	padding-left: 5px;
	padding-right: 5px;
	width:100%;
	height:380px;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#F8F8F8;
}

.middle .news .image {
	padding-top:5px;
}

.middle .news .title {
	color: #4B4D4B;
	font-size: 15px;
	text-align: justify;
	font-weight:900;
	height:57px;
}

.middle .news .summary {
	color: #969896;
	font-size: 12px;
	height:20px;
}

.middle .event{
	padding-left: 5px;
	padding-right: 5px;
	background-color:#F8F8F8;
	height:410px;
	width:100%;
}

.middle .event .title {
	color: #4B4D4B;
	font-size: 15px;
	text-align: justify;
	font-weight:900;
	line-height:25px;
	height:50px;
}

.middle .event .entry {
	color: #4B4D4B;
	font-size: 14px;
	text-align: left;
}

.middle .event .date {
	color: #4B4D4B;
	font-size: 14px;
	text-align: left;
}

.middle .btn {
	color: #666666;
	font-weight: 900;
	width: 200px;
	border: 1px solid #969896;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.middle .btn:HOVER {
	color: #FFFFFF;
	background-color: #009FE8;
	border:1px solid #009FE8;
}

.info{
	padding:100px 20px 60px 20px;	
}

.info .title{
	line-height:30px;
	font-size:22px;
	color:#404040;
}

.info .date{
	font-size:12px;
	color:#404040;
}

.info .content{
	font-size:14px;
}

.info .content img{
	width:100%;
}

.info .split{
	border-bottom:1px solid #EEEEEE;
}

.info .nocontent{
	line-height:250px;
	height:250px;
	width:100%;
	font-weight:900;
	font-size:14px;
	text-align:center;
	color:#D7D7D7;
}

.info .attachment{
}

.info .attachment .title{
	font-size:14px;
	font-weight:900;
	height:40px;
	border-bottom:1px solid #EEEEEE;
}

.info .attachment .item{
	cursor: pointer;
	height:40px;
	font-size:14px;
	line-height:40px;
	width:100%;
}

.info .attachment .item a{
	text-decoration: none;
	color: #666666;
}

.info .attachment .item:hover{
	background-color: #F5F5F5;
}

.info .attachment .blank{
	height:80px;
	font-size:14px;
	line-height:80px;
	width:100%;
	font-weight:900;
	color:#D7D7D7;
	text-align:center;
}

.list{
	padding:100px 20px 60px 20px;	 	
}

.list .left{
	margin-left:10%;
	width:50%;
}
	
.list .left .title{
	font-size: 22px;
	color: #666666;
	border-bottom: 3px solid #009FE8;
	width: fit-content;
	height: 35px;
	
}

.list .caption{
	font-size: 14px;
	font-weight: 900;
	color: #666666;	
	padding-top: 10px;
}

.list .search{
	width: 40%;
/* 	margin-right:10%; */
	text-align: right;
	height: 35px;
}

.list .search input{
	width:220px;
	height:26px;
	border: 1px solid #DDDDDD;
	background-image: url(../../images/website/search.png);
	background-repeat: no-repeat;
	background-position: 235px;
	padding-left: 10px;
	padding-right: 36px; 
	border-radius: 10px;
	font-size:12px;
}

.list .btn-search {
	color: #666666;
	width: 80px;
	border: 1px solid #DDDDDD;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 10px;
}

.list .btn-search:HOVER {
	color: #FFFFFF;
	background-color: #009FE8;
	border:1px solid #009FE8;
	border-left:0px solid #009FE8;
}

.list .classification{
}

.list .classification .item{
	font-size: 12px;
	margin-right: 10px;
	margin-top: 5px;
	padding:4px 10px 6px 10px;
	height: 16px;
	float: left;
	border-radius: 20px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	cursor: pointer;
}

.list-classification-item-active{
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
}

/* .list .classification .item:HOVER{
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
}	 */

.list .area{
	clear: left;
}

.list .area .item{
	font-size: 12px;
	margin-right: 10px;
	margin-top: 5px;
	padding:4px 10px 6px 10px;
	height: 16px;
	float: left;
	border-radius: 20px;
	color: #666666;
	border: 1px solid #BBBBBB;
	cursor: pointer;
}

.list .area .item:HOVER{
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
}

.list .web{
	clear: left;

}

.list .web .item{
	height: 400px;
	padding: 10px 0px 10px 0px;
}

.list .web .item .image{
	width:100%;
	height:300px;
	cursor: pointer;		
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}

.list .web .item .image:HOVER{
	transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.list .web .item .subtitle{
	background-color: #F8F8F8;
	height: 70px;
	font-weight:900;
	font-size:14px;
	line-height:30px;
	padding: 5px 10px 5px 10px;
	color: #666666;
}

.list .web .item .subtitle:HOVER{
	color:#009FE8;
}

.list .web .item .subdate{
	background-color: #F8F8F8;
	line-height:30px;
	font-size:12px;
	height: 30px;
	padding: 0px 10px 0px 10px;
	color: #666666;
}
	
.list .web .item .subdate:HOVER{
	color:#009FE8;
}	

.list .wait{
	margin-left:10%;
	margin-right:10%;
	text-align: center;
	width:80%;
	border: 1px solid #969896;
	height: 40px;
	line-height: 40px;	
	display: none;
}

.list .nocontent{
	margin-left:10%;
	margin-right:10%;
	text-align: center;
	width:80%;
	border: 1px solid #969896;
	height: 40px;
	line-height: 40px;	
	display: none;
}
	
.list .paging{
	margin-left:10%;
	margin-right:10%;
	text-align: center;
	cursor: pointer;
	width:80%;
	border: 1px solid #969896;
	height: 40px;
	line-height: 40px;
}	

.list .paging:HOVER{
	color: #FFFFFF;
	background-color: #009FE8;
	border:1px solid #009FE8;
}
	
.list .split{
	border-bottom: 1px solid #EEEEEE;
	clear: left;
}

.bottom {
	border-right:1px solid #EEEEEE;
	background-color: #171717;
}

.bottom .title {
	color: #FFFFFF;
	font-size: 22px;
}

.bottom .img-link {
	
}

.bottom .img-link img {
	padding-right: 10px;
}

.bottom .content {
	line-height: 35px;
	color: #7E7E5C;
	font-size: 14px;
}

.bottom .content-white {
	line-height: 35px;
	color: #FFFFFF;
	font-size: 14px;
}

.page-404 {
	width: 100%;
	height: 600px;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	background-image: url(../../images/website/404.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

.page-404 .title {
	left: 50%;
	top: 82%;
	font-weight: 900;
	font-size: 15px;
	color: #666666;
	transform: translate(-50%, -50%);
	position: absolute
}

.page-404 .button {
	left: 50%;
	top: 90%;
	transform: translate(-50%, -50%);
	position: absolute
}

.page-404 .std-button{
	color: #666666;
	font-weight: 900;
	width: 200px;
	border: 1px solid #969896;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}

.page-404 .std-button:HOVER {
	color: #FFFFFF;
	background-color: #009FE8;
	border:1px solid #009FE8;
}

.page-500 {
	width: 100%;
	height: 600px;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	background-image: url(../../images/website/500.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

.page-500 .title {
	left: 50%;
	top: 82%;
	font-weight: 900;
	font-size: 15px;
	color: #666666;
	transform: translate(-50%, -50%);
	position: absolute
}

.page-500 .button {
	left: 50%;
	top: 90%;
	transform: translate(-50%, -50%);
	position: absolute
}

.page-500 .std-button{
	color: #666666;
	font-weight: 900;
	width: 200px;
	border: 1px solid #969896;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}

.page-500 .std-button:HOVER {
	color: #FFFFFF;
	background-color: #FF6600;
	border:1px solid #FF6600;
}

.page-error {
	width: 100%;
	height: 600px;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	background-image: url(../../images/website/error.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

.page-error .title {
	left: 50%;
	top: 82%;
	font-weight: 900;
	font-size: 15px;
	color: #666666;
	transform: translate(-50%, -50%);
	position: absolute
}

.page-error .button {
	left: 50%;
	top: 90%;
	transform: translate(-50%, -50%);
	position: absolute
}

.page-error .std-button{
	color: #666666;
	font-weight: 900;
	width: 200px;
	border: 1px solid #969896;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}

.page-error .std-button:HOVER {
	color: #FFFFFF;
	background-color: #FF9900;
	border:1px solid #FF9900;
}

.ell {
	table-layout: fixed; /* 只有定义了表格的布局算法为fixed，下面td的定义才能起作用。 */
}

.ell td {
	OVERFLOW: hidden;
	WHITE-SPACE: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.ell-full {
	OVERFLOW: hidden;
	WHITE-SPACE: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}