body {
	background: #fff;
}

.fn-clear:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

.header-logo {
	padding: 24px 0;
}

.header-logo img {
	max-width: 340px;
	vertical-align: top;
}

#fylogo {
	max-width: 200px;
	vertical-align: top;
}
.indexInput {
	display: inline-block;
	position: relative;
	height: 48px;
	line-height: 48px;
	width: 515px;
	background: #eeeeee;
	border-radius: 10px;
	margin-left: 140px;
	/*margin-top: 10px;*/
}

.indexInput input {
	display: inline-block;
	padding-left: 44px;
	height: 100%;
	width: 400px;
	background: none;
	border: none;
	width: 444px;
	font-size: 14px;
}

.indexSearch {
	width: 24px;
	height: 24px;
	background: url(../活动_files/search.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 12px;
	right: 44px;
	cursor: pointer;
}

.index-login {
	color: #da1413;
	font-size: 14px;
}

.index-reg {
	color: #333;
	font-size: 14px;
}

.index-reg:hover {
	color: #da1413;
}

.index-denglu {
	margin-top: 18px;
}

.index-line1 {
	display: inline-block;
	margin: 0 32px;
	height: 20px;
	width: 1px;
	background: #dbdadb;
	position: relative;
	top: 5px;
}

.user-side {
	margin: 0 !important;
	position: relative;
	top: -2px;
}

.user-side a {
	color: #da1413 !important;
}

.index-nav-wrap {
	width: 100%;
	height: 55px;
	background: url(../活动_files/nav1.png) no-repeat;
	background-size: 100% 100%;
	z-index: 11;
}

.index-nav {
	margin: 0 auto;
	width: 1600px;
	position: relative;
}

.index-nav-list {
	height: 70px;
	position: absolute;
	left: 0;
	z-index: 999;
	bottom: -54px;
	width: 100%;
}

.index-nav-list>a {
	display: inline-block;
	color: #fff;
	height: 76px;
	line-height: 86px;
	padding: 0 32px 0 32px;
	font-size: 18px;
}

.index-nav-list>a:first-child {
	padding: 0 35px 0 32px;
}

.index-nav-list>a.active, .index-more>a.active {
	background: url(../活动_files/nav3.png) no-repeat 0 2px;
	background-size: 100% 100%;
	color: #232323;
}

.index-nav-list>a:first-child.active {
	background: url(../活动_files/nav2.png) no-repeat 0 2px;
	background-size: 100% 100%;
}

.index-nav-list>a:hover, .index-more>a:hover {
	background: url(../活动_files/nav3.png) no-repeat 0 2px;
	background-size: 100% 100%;
	color: #232323;
}

.index-more>a {
	display: inline-block;
	color: #fff;
	height: 76px;
	line-height: 86px;
	padding: 0 32px 0 32px;
	font-size: 18px;
}

.index-more {
	position: relative;
	display: inline-block;
}

.index-more-list {
	display: none;
	width: 100%;
	position: absolute;
	top: 71px;
	left: 0;
	box-shadow: 0 0 5px #cccccc;
	background: #fff;
	z-index: 1;
}

.index-more-list li {
	font-size: 14px;
	/* height: 36px; */
	/* line-height: 36px; */
	text-align: center;
	color: #333;
}

.index-more-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 14px 5px;
	font-size: 16px;
}

.index-more:hover .index-more-list {
	display: block;
}

.index-title1 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}

.index-info1 {
	width: 238px;
	border-bottom: 3px solid #da1413;
	padding-left: 24px;
	padding-top: 36px;
	font-size: 24px;
	padding-bottom: 16px;
	color: #da1413;
}

.index-info-more {
	position: absolute;
	right: 24px;
	bottom: 24px;
}

.top-box .xwdt, .top-box .fyxm, .top-box .ccjd, .top-box .lylb{
	width: 64px;
	height: 60px;
	position: absolute;
/* 	right: -66px; */
	right: -71px;
	cursor: pointer;
	background-color: #e2e2e2;
	color: #333333;
	/* border-radius: 5px; */
	overflow: hidden;
	transition: width .2s;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	margin-top: -132px;
}

.t.active, .t:hover {
	background-color: #da1413;
	color: #ffffff;
}

.top-box .fyxm {
	/* top: -223px; */
	top:-154px;
}

.top-box .xwdt {
	top: -85px;
}

.top-box .ccjd {
	top: -85px;
}

.top-box .lylb {
	top: -221px;
}

.backtop {
	width: 64px;
	height: 60px;
	position: absolute;
	right: -71px;
	cursor: pointer;
	background-color: #da1413;
	color: #ffffff;
	overflow: hidden;
	transition: width .2s;
	padding: 10px;
/* 	top: -16px; */
	top: -151px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.top-box {
	width: 1200px;
	position: fixed;
	left: 50%;
	bottom: 100px;
	z-index: 1000;
	margin-left: -600px;
}

.top-box {
	display: none;
}

.top {
	width: 50px;
	height: 50px;
	position: absolute;
	right: -50px;
	top: 0;
	cursor: pointer;
	background-color: #f00000;
	color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	transition: width .2s;
	display: none;
	padding: 10px;
}

.top-box .top {
	display: block;
}

.isfooter {
	color: #333333;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f7f7f7;
	text-align: center;
	font-size: 14px;
	padding: 30px 0;
	border-top: 1px solid #bdbdbd;
	height: 230px;
	top:600px;
}

.isfooter img {
	vertical-align: middle;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*/
.t-big-info {
	margin-top: 20px !important;
}

.two-wrapper {
	height: 420px !important;
}

.t-info-wrap {
	height: 420px !important;
	padding: 20px !important;
	overflow: hidden !important;
}

.t-info-left {
	width: 290px;
}

.t-info-list ul {
	max-height: 330px !important;
	margin-top: 10px;
}

.t-info-list ul li {
	height: 40px !important;
}

.two-wrapper .slide-image {
	height: 420px !important;
}

.index-info1 {
	padding-top: 30px !important;
}

.index-title2 {
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}

.index-info2 {
	border-bottom: 3px solid #da1413;
	padding-bottom: 16px;
	width: 238px;
	border-bottom: 3px solid #da1413;
	font-size: 24px;
	color: #da1413;
}

.index-title2 a {
	position: absolute;
	right: 0;
	top: 8px;
}

.index-more-list li a {
	padding: 14px 5px !important;
	font-size: 16px !important;
}

.index-more-list li:hover  a {
	color: #fff !important;
}

.index-more-list li:hover {
	background: #da1413 !important;
}

.codeId img {
	width: 110px;
	margin-right: 20px;
}

.links li {
	/* width: 50%; */
	width:125px;
	float: left;
	overflow: hidden;
}

.links li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	font-size: 16px;
	width: 100%;
	display: block;
	color: blue;
	text-decoration: underline;
}