.content div{padding:0}
.banner{width:100%;background:0 0;overflow:hidden;min-width:1200px}
.nav {
	/*    background: #177EE6;*/
	background: #fff;
	height: 90px;
}
.nav table {
	width: 1200px;
	margin: auto;
}

.nav td {
	text-align: center;
	height: 55px;
	width: 120px;
	color:white;
	font-size:16px;
}
.nav td a {
	color: #fff;
	font-size: 16px;
	position: relative;
	top: 0;
	transition: all .2s linear;
}
.nav .search {
	width: 295px;
	text-align: right;
}
.nav .trans:hover {
	/* top: -5px; */
	background: #1262B3;
}
body {
	font-family: "微软雅黑", "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Helvetica, Arial, Verdana, sans-serif !important;
}
.footer {
	position: relative;
	width:100%;margin:0 auto;
}
.f_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: url("./images/hdj_bg/footer_img_bg.jpg") no-repeat; */
	background: #1b1f26;
	background-size: 100% 100%;
	z-index: 1;
}

.footer .container {
	background: no-repeat;
	position: relative;
	z-index: 99;
}
.event_name{
	font-size: 18px;
	font-weight: 600;
	margin:5px 0 20px;
	width: 470px;
}
.event_name a{color: #000;}
.event_infomation{
	width: 100%;
	background: #fff;
}
.event_infomation td{
	padding: 10px;
	vertical-align: top;
	position: relative;
}
.event_infomation p{
	color: #000;
	margin-bottom: 10px;
}
.event_infomation p span{
	display: inline-block;
	vertical-align: top;
	width: 75%;
}
.banner p{
	line-height: inherit;
}
.right_bar {
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 999;
}

.right_bar li {
	list-style: none;
	background: #2E3033;
	width: 40px;
	text-align: center;
	color: #A1AAB3;
	font-size: 12px;
	padding-bottom: 8px;
	margin-bottom: 1px;
	transition: all .2s linear;
	cursor: pointer;
	position: relative;
}

.right_bar li a {
	color: #A1AAB3;
}

.right_bar .hover {
	display: none;
}

.right_bar li:hover {
	background: #177EE5;
	color: #fff;
}

.right_bar li:hover a {
	color: #fff;
}

.right_bar li:hover .hover {
	display: inline;
}

.right_bar li:hover .normal {
	display: none;
}
.get_more{
	display: none;
	text-align: center;
	color: #999 !important;
	margin: 0;
	cursor: pointer;
}
.get_more:hover{
	color: #4CB0EE !important;
}
.get_more{
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	height: 150px;
	color: #36414D !important;
	padding-top: 130px;
	font-weight: 600;
}
.get_more::after{
	content: url("./images/icon_more_down_normal.png");
}
.get_more:hover::after{
	content: url("./images/icon_more_down_hover.png");
}
.first_title a{
	display:inline-block;background-color:#f3f3f3;width:100px;height:35px;line-height:35px;text-align:center;font-size:14px;color:#959595;border-radius: 25px;cursor:pointer;float:right;
}
.bg{
	width:100%;
	height:100%;
	z-index: 400;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);
	display: none;
}
.downloadPop{
	width:100%;
	height:20%;
	z-index: 402;
	margin:0 auto;
	display:none;
}
.downloadPopBox{
	width:580px;
	height:500px;
	margin:0 auto;
	position:relative;
	text-align:center;
	padding:4px;
	border-radius:5px;
	background-color:#ffffff;
}
.textarea{
  background:transparent;
  border-style:dotted;
  border:1px dotted #eee3d1;
  width:93%;
  margin-top:20px;
}
.inputbox{width:93%;height:70px;margin:20px auto;padding:14px;line-height:2.5em;background-color:#f8f0e4;border-radius:5px;border:1px solid #f2f1f1;}
.inputbox input{
	width:96%;
	background:rgba(255,255,255,0.1);
	text-align:left;
	border:1px solid #eee3d1;
	padding:2px;
	border-radius:5px;
}
.jublist{
	line-height: 20px; font-size: 12px; color: #8a9199!important; margin-top: 2px;
}