html {
}
body {
  background:#F8B368  url(../images/2025/bg-bottom.jpg) center bottom no-repeat;
}

#head {
	/*background:url(../images/head_bg.jpg) 0 0 repeat-x;
	height:800px; 
	width:100%;
	overflow:hidden;*/
	position: relative;
	min-width: 1140px;
	
}
.head_img {
	width: 100%;
	height:517px;
	background: url(../images/2025/bg-top.jpg) top center no-repeat;
	position: relative;
}

.wrap {
	width:1112px;
	margin-left: auto;
	margin-right: auto;
}
.nav {
	width:1112px;
	height:290px;
	position: relative;
	z-index: 2;
}

.nav:before {
	content:'';
	position: absolute;
	top:40px;
	left:-100px;
	background:url(../images/2025/star.png) no-repeat;
	width:235px;
	height:207px;
}
.nav:after {
	content:'';
	position: absolute;
	left:120px;
	bottom:-20px;
	width:151px;
	height:219px;
	background:url(../images/2025/xiong.png) no-repeat;
}
.nav ul {
	max-width:1060px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.nav ul a {
	display: inline-flex;
	width:303px;
	height:79px;
	font-size: 0;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 2px;
	padding-left: 20px;
}
.nav ul a {
	background:url(../images/2025/tab.png) no-repeat;
	background-size: 100% 100%;
}
.nav ul a span {
	display:inline-block;
	background-size: cover;
	background-repeat: no-repeat;
}
.nav ul a.act {
	background-image:url(../images/2025/tab-active.png);
}
.nav .txt1 {
	position: absolute;
	top:0px;
	left:90px;
	left:130px;
}
.nav .txt1 span {
	width:137px;
	height:53px;
	background-image:url(../images/2025/txt1.png);
}
.nav .txt2 {
	position: absolute;
	top:0px;
	left:410px;
	left:740px;
	left:500px;
}
.nav .txt2 span {
	width:253px;
	height:47px;
	background-image:url(../images/2025/txt2.png);
}
.nav .txt3 {
	position: absolute;
	top:0px;
	left:740px;
	top:130px;
	left:300px;
}
.nav .txt3 span {
	width:229px;
	height:46px;
	background-image:url(../images/2025/txt3.png);
}
.nav .txt4 {
	position: absolute;
	top:130px;
	left:630px;
	left:660px;
}
.nav .txt4 span {
	width:228px;
	height:47px;
	background-image:url(../images/2025/txt5.png);
}
.nav .txt5 {
	position: absolute;
	top:130px;
	left:296px;
	display: none;
}
.nav .txt5 span {
	width:226px;
	height:32px;
	background-image:url(../images/2025/txt4.png);
}

.warning {
	color:red;
}
.bold {
	font-weight: bold;
}

.nav span{
	display: block;
	width:100%;
	height:100%;
	background-position: center;
	background-repeat: no-repeat;
}

.xf_close{
  width: 23px;
  height: 22px;
  display: block;
  margin: 2px 0 0 150px;
}
.xf_link{
  width: 200px;
  height: 67px;
  display: block;
	margin-top: 28px;
}

.sp_line {
	text-decoration: underline;
	position: relative;
	z-index: 1;
}
.sp_line::after {
	content:'';
	position: absolute;
	width:100%;
	left:0;
	bottom:0;
	background:#FFEE5C;
	height:6px;
	z-index: -1;
}
.center_box{
	width: 100%;
	padding-bottom: 50px;
}

.index_center{
	width: 100%;
	min-width: 1140px;
	padding-bottom: 250px;
	background: url(../images/2025/bg1.png) center top no-repeat;
	background-size: 100% auto;
	padding-left: 26px;
	box-sizing: border-box;
}

.kuang {
	position: relative;
	width:1112px;
}
.kuang:before {
	content:'';
	width:104%;
	height:104%;
	position: absolute;
	top: -2%;
	left: -2%;
	background:url(../images/2025/bg2.png) no-repeat;
	background-size: 100% 100%;
	z-index: 0;
}
.kuang:after {
	content:'';
	width:161px;
	height:128px;
	position: absolute;
	top: -30px;
	left: -40px;
	background:url(../images/2025/icon1.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}
.kuang .borderTop {
	height:0px;
	position: relative;
	z-index: 2;
}
.kuang .borderTop:after {
	content:'';
	position: absolute;
	top:30px;
	left:50%;
	transform: translateX(-50%);
	width: 710px;
	height: 32px;
	background:url(../images/2025/point.jpg) center no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}
.kuang .borderBottom {
	height:0px;
}
.kuang .content {
	min-height: 50px;
	background:white url(../images/2025/kbg.jpg);
	padding:30px;
	padding-top: 80px;
	position: relative;
	z-index: 1;
}
.index_tit{
	width: 273px;
	height: 76px;
	box-sizing: border-box;
	background: url('../images/2025/tit2.png') no-repeat;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
	padding-left: 30px;
	color: #fff;
}
.index_tit:first-child {
	margin-top: 0;
}
.index_nr{
	margin: 10px 25px;
	font-size: 18px;
	color: #333;
}
.act_tit{
	padding: 20px 0px 0 0;
	overflow: hidden;
}
.act_tit div{
	float: left;
}
.act_tit1, .act_tit2 {
	background: url('../images/2024/tit1.png');
	height:101px;
	width:327px;
	box-sizing: border-box;
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    color: #fff;
}

.act_tit a{
	margin-top: 32px;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	float: right;
	background:#C92120;
	padding:0 20px;
	border-radius: 99px;
}
.act_tit a span{
	float: left;
}
.act_tit a var{
	width: 20px;
	height: 20px;
	float: left;
	margin: 8px 0 0 5px;
	background: url('../images/2024/more.png');
}
.act_tit3 {
	margin-top: 20px;
	height:54px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 16px;
}
.act_tit3 .title {
	width:287px;
	height:60px;
	box-sizing: border-box;
	padding-top: 14px;
	padding-left: 50px;
}
.act_tit3 .title span {
	display: inline-block;
	color:white;
	font-size: 16px;
	padding:7px 0 0 15px;
	font-weight: bold;
}
.act_tit3 a {
	width:85px;
	height:30px;
	background:url(../images/2024/more2.png)
}
.list_tit{
	box-sizing: border-box;
	overflow: hidden;
}
.list_tit_type{
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0 0 15px;
}
.list_tit_type a{
	color: #333;
}
.list_tit_type a:hover{
	color: #333;
	text-decoration: none;
}
.list_tit var{
	/* width: 20px; */
	height: 20px;
	/* background: url('../images/2021/more.png'); */
	font-weight: bold;
	color:#333;
	float: left;
	margin: 13px 15px;
}
.list_tit_category{
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 8px 0 0 0;
}


.index_top{
	width: 1087px;
	margin-top: 20px;
}
.index_more{
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
	height: 24px;
}

.index_more span{
	font-size: 16px;
	font-weight: bold;
}
.index_more a{
  color: #333;
  float: right;
  font-size: 14px;
}
.index_more a:hover{
  color: #f14432;
  text-decoration: none;
}
.index_fg{
  width: 1087px;
  margin-top: 5px;
	overflow: hidden;
}
.index_fg a{
	float: right;
	color: #333;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
}
.index_fg a:hover{
	color: #f14432;
  text-decoration: none;
}
.index_msg{
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
	
}
.index_msg li{
  width: 260px;
	height: 185px;
  margin-bottom: 15px;
}
.index_msg li a{
  position: relative;
  display: block;
  width: 100%;
	height: 185px;
  color: #333;
}
.index_msg li a:hover{
  color: #f14432;
  text-decoration: none;
}
.index_msg li a img{
  width: 260px;
  height: 147px;
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.index_msg li a p{
  font-size: 16px;
	height: 39px;
  padding: 0 8px;
	background: #fff;
	line-height: 36px;
  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 244px;
}
.index_msg li a div{
  width: 260px;
  height: 147px;
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	opacity:0.4; filter:alpha(opacity=40);
}
.index_msg li a var{
  width: 50px;
  height: 50px;
  display: block;
	position: absolute;
	top: 50px;
	left: 105px;
	z-index: 2;
	/* background: url('../images/2021/icon_1.png'); */
}
.index_news{
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.index_news li{
  width: 455px;
  font-size: 16px;
  margin-bottom: 15px;
  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.index_news li a{
  color: #333;
}
.index_news li a:hover{
  color: #f14432;
  text-decoration: none;
}
.index_line{
  margin-top: 40px;
  width: 944px;
  height: 490px;
  /* background: url('../images/2021/line_1.png'); */
  overflow: hidden;
}
.popPlayer {
	position: relative;
	width:300px!important;
	height:95px;
	/* background: url(../images/2021/bf_bg.png) 0 0; */
	border:solid 1px #DFDFDF;
	border-radius: 5px;
	margin-left: 295px;
}
.popPlayer .title {
	text-align: center;
	font-size: 16px;
	color:#000;
	margin-top: 15px;
	font-weight: 500;
	height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.popPlayer .title2 {
	margin-top: 2px;
	color:#333;
	font-size: 14px;
	text-align: center;
}
.popPlayer .title2 span:first-child {
	display: inline-block;
    max-width: 54%;
    height: 20px;
    line-height: 20px;
	vertical-align: middle;
	overflow: hidden;
}
.popPlayer .arrowleft {
	position: absolute;
	top:74px;
	left:76px;
	width:34px;
	height:34px;
	/* background: url(../images/2021/ctrl.png) 0 -2px no-repeat; */
	cursor: pointer;
}
.popPlayer .arrowright {
	position: absolute;
	top:74px;
	right:76px;
	width:34px;
	height:34px;
	/* background: url(../images/2021/ctrl.png) -116px -2px no-repeat; */
	cursor: pointer;
}
.popPlayer .ctrls {
	position: absolute;
	top:9px;
	left:50%;
	margin-left: -19px;
	width:37px;
	height:37px;
	/* background: url(../images/2021/ctrl.png) -55px 0 no-repeat; */
	cursor: pointer;
}
.popPlayer.jp-state-playing .ctrls {
	background-position: -174px 1px;
}
.popPlayer .progress {
	position: absolute;
	bottom:15px;
	left:58px;
	width:184px;
	height:10px;
	border-radius: 5px;
	background: #A3A6A9;
}
.popPlayer .progress .slider {
	width:100%;
	height:100%;
	margin-top: 0px!important;
}
.popPlayer .progress .ui-slider-range {
	position: absolute;
	top:0;
	left:0;
	height:10px;
	border-radius: 5px;
	width:0;
	background: #D53938;
	margin-top: 0px!important;
}
.popPlayer .ui-slider {
	width:100%;
	height:100%;
}
.popPlayer .ui-slider-range span {
	position: absolute;
	right:-10px;
	top:-4px;
	width:20px;
	height:20px;
	/* background: url(../images/2021/dian.png) no-repeat; */
	outline: none;
	cursor: pointer;
}
.popPlayer .timeB {
	position: absolute;
	left:10px;
	bottom:9px;
	font-size: 14px;
	color:#A2A5A8;
	width: 36px;
}
.popPlayer .timeE {
	position: absolute;
	right:10px;
	bottom:9px;
	font-size: 14px;
	color:#A2A5A8;
	width: 40px;
}

.stadiums_box{
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.stadiums_list{
  width: 286px;
  margin-bottom: 20px;
	margin-right: 30px;
}
.stadiums_list a{
  position: relative;
  display: block;
  width: 100%;
  color: #333;
  
}
.stadiums_list a:hover{
  color: #f14432;
  text-decoration: none;
}
.stadiums_list a img{
  width: 286px;
  height: 228px;
  display: block;
}
.stadiums_list a p{
  font-size: 18px;
  font-weight: bolder;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.stadiums_list a label{
  font-size: 14px;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  cursor: pointer;
}
.stadiums_list a span{
  width: 76px;
  height: 76px;
  /* background: url('../images/2021/video_btn.png'); */
  position: absolute;
  left: 105px;
  top:76px;
  z-index: 1;
}



#head1{
  height:634px;
	/* background: url(../images/2021/top_bg1.jpg) center no-repeat; */
	position: relative;
}
.index_center1{
  width: 100%;
  min-width: 950px;
  /* background: url('../images/2021/center_bg1.jpg') top center #feddb5 no-repeat; */
}
.index_main1{
  padding-top: 0px!important;
}
.index_tit1{
  width: 237px;
  height: 46px;
  /* background: url('../images/2021/tit1.png'); */
  margin: 0 auto;
  overflow: hidden;
}
.index_tit2{
  width: 237px;
  height: 46px;
  /* background: url('../images/2021/tit4.png'); */
  margin: 0 auto;
  overflow: hidden;
	margin-top: 30px;
}
.index_top_msg{
  width: 870px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 180%;
  padding-top: 20px;
	font-weight: bold;
}
.line_box{
  width: 944px;
  height: 630px;
  /* background: url('../images/2021/line.png') 0 30px no-repeat; */
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
.line_list{
  position: absolute;
  width: 64px;
  height: 29px;
  cursor: pointer;
  /* background: url('../images/2021/btn.png') no-repeat; */
}
.line_list_over{
	width: 64px!important;
  cursor: default;
  /* background: url('../images/2021/btn1.png') no-repeat!important; */
}
.line_list_close{
  cursor: default;
	width: 84px;
  /* background: url('../images/2021/btn2.png') no-repeat; */
}
.line_list_1.line_list_close{
  top: -10px;
  left: 145px;
}
.line_list_2.line_list_close{
  top: -10px;
  left: 302px;
}
.line_list_3.line_list_close{
  top: -10px;
  left: 478px;
}
.line_list_4.line_list_close{
  top: -10px;
  left: 667px;
}
.line_list_5.line_list_close{
  top: 205px;
  left: 802px;
}
.line_list_6.line_list_close{
  top: 205px;
  left: 571px;
}
.line_list_7.line_list_close{
  top: 205px;
  left: 367px;
}
.line_list_8.line_list_close{
	top: 205px;
  left: 190px;
}
.line_list_9.line_list_close{
	top: 205px;
  left: 27px;
}
.line_list_10.line_list_close{
  top: 416px;
  left: 64px;
}
.line_list_11.line_list_close{
  top: 416px;
  left: 397px;
}
.line_list_12.line_list_close{
  top: 416px;
  left: 511px;
}
.line_list_13.line_list_close{
  top: 416px;
  left: 751px;
}

.line_list_1{
  top: -10px;
  left: 153px;
}
.line_list_2{
  top: -10px;
  left: 308px;
}
.line_list_3{
  top: -10px;
  left: 485px;
}
.line_list_4{
  top: -10px;
  left: 676px;
}
.line_list_5{
  top: 205px;
  left: 810px;
}
.line_list_6{
  top: 205px;
  left: 580px;
}
.line_list_7{
  top: 205px;
  left: 376px;
}
.line_list_8{
	top: 205px;
  left: 199px;
}
.line_list_9{
	top: 205px;
  left: 37px;
}
.line_list_10{
  top: 416px;
  left: 72px;
}
.line_list_11{
  top: 416px;
  left: 305px;
}
.line_list_12{
  top: 416px;
  left: 520px;
}
.line_list_13{
  top: 416px;
  left: 763px;
}




.card_list_box{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card_list{
	width: 300px;
	height: 260px;
	display: block;
}
.card_list img{
	width: 300px;
	height: auto;
	display: block;
}
.card_list p{
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
}
.apply_box{
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.apply_tit{
  width: 100%;
  height: 147px;
  /* background: url('../images/2021/apply_bg.png') top center no-repeat; */
  overflow: hidden;
}
.apply_tit a{
  display: block;
  float: right;
  width: 105px;
  height: 107px;
  margin-top: 36px;
}
.apply_msg{
  width: 920px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 180%;
  padding-top: 20px;
  font-weight: bold;
}
.foot1{
  width: 100%;
  height: 557px;
  /* background: url('../images/2021/foot_bg1.png') top center no-repeat; */
  
}
.act_list_box{
	width: 100%;
	
}
.act_list {
	margin: 0 auto;
	padding-top: 30px;
	padding-right: 15px;
	overflow-x: auto;
	display: flex;
}
.act_list li {
	flex-shrink: 0;
}
.act_list::-webkit-scrollbar {
	height: 8px;    
}
.act_list::-webkit-scrollbar-thumb {
	border-radius: 10px;
    background: rgb(255 0 0 / 80%);
}
.act_list::-webkit-scrollbar-track {
	border-radius: 10px;
    background: rgb(255 205 88);

}
.act_list li{
	width: 300px;
	/* height: 314px; */
	margin: 0 0 30px 15px;
	float: left;
	overflow: hidden;
}
.act_list li a{
  display: block;
	width: 300px;
	/* height: 314px; */
  font-size: 18px;
  color: #333;
}
.act_list li a:hover{
  text-decoration: none;
}

.list_t{
	width: 300px;
	height: 180px;
	position: relative;
}
.list_t img{
	width: 300px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background:white;
}
.list_t p{
	width: 300px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background:rgba(0, 0, 0, 0.2);
}
.list_t var{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background:url('../images/2024/play.png');
}

.video_list{
	/* height: 225px!important; */
}
.video_list a{
	/* height: 225px!important; */
}
.video_list .list_b{
	font-size: 18px;
	/* text-align: center; */
}
.video_list .list_b p{
	font-size: 18px;
}

.list_box{
  overflow: hidden;
  margin: 0 auto;
	padding-top: 30px;
}
.list_box li{
	width: 300px;
	height: 314px;
	margin: 0 18px 20px 18px;
	float: left;
	overflow: hidden;
}
@media screen and (max-width: 1060px) {
	.list_box li {
		margin: 0 12px 20px 12px;
	}
}
.list_box li a{
  display: block;
	width: 300px;
	height: 314px;
  font-size: 18px;
  color: #333;
}
.list_box li a:hover{
  text-decoration: none;
}
.list_t{
	width: 300px;
	height: 180px;
	position: relative;
}
.list_t img{
	width: 300px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.list_t p{
	width: 300px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background:rgba(0, 0, 0, 0.2);
}

.list_b{
	/* height: 134px; */
	overflow: hidden;
	position: relative;
}
.list_b p{
	margin-top: 7px;
	padding: 0 6px;
	font-weight: bold;
	overflow: hidden; /*文本超出隐藏*/
	display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2; /*多行在这里修改数字即可*/
	-webkit-box-orient: vertical; /*从上到下垂直排列子元素*/
}
.list_b div{
	margin-top: 7px;
	padding: 0 10px;
	font-size: 16px;
	overflow: hidden; /*文本超出隐藏*/
	display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 3; /*多行在这里修改数字即可*/
	-webkit-box-orient: vertical; /*从上到下垂直排列子元素*/
	text-indent: 32px;
	display: none;
}
.proc{
  padding:0 35px 20px 35px;
}
.proc .crumbs {
	height: 50px;
	padding-top:20px ;
	overflow: hidden;
}

.proc .crumbs a {
	text-decoration: none;
	color: #fff;
	background: #C92120;
	padding: 5px 35px;
	border-radius: 20px;
	float: left;
}

.proc .crumbs a:hover {
	color: #fff;
}

.crumbs span {
	color: #333;
}
.proc_t{
  width: 100%;
  overflow: hidden;
}
.proc_t_tit{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.proc_t_venue{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 20px;
}
.play_outframe2{
	margin-top: 20px;
	overflow: hidden;
}
.proc_b{
  width: 100%;
  margin-top: 20px;
}
.proc_b_tit{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.proc_b_tit span{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	border: 1px dashed #EB4329;
	padding: 5px;
	border-radius: 8px;
	background: #FFECEB;
}
.proc_b_tit b{
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
}
.proc_b_list{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.proc_b_list img{
	max-width: 880px;
	height: auto;
	margin-top: 5px;
	margin: 5px auto 0 auto;
}
.proc_b_list div{
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
.proc_b_list p{
	font-size: 16px;
	text-indent: 28px;
	margin-top: 5px;
}
.proc_b_nr{
  white-space: pre-line;
  font-size: 16px;
}
.proc_b_nr img{
  max-width: 100%;
}
.prodc_b_img{
  width: 100%;
  margin-bottom: 20px;
}
.prodc_b_img img{
  max-width: 100%;
}
.proc_b_download{
	font-size: 16px;
	padding-top: 20px;
	font-weight: bold;
	font-weight: bold;
}
.proc_b_download a{
	color: #333333;
	text-decoration: underline;
}
.proc_c{
	padding-top: 50px;
	font-size: 18px;
	font-weight: bold;
}
#main {
	width:100%;
	max-width: 1060px;
	/*height:1426px;*/
	height: auto;
	margin: auto;
	padding-bottom: 30px;
	margin-bottom: 50px;
	margin-top: 25px;
}

.jieshao,
.yaoqiu,
.jiangxiang,
.baoming,
.xinwen,
.newcon,
.productK,
.productD {
	background: #fff;
	padding-bottom: 88px;
	border:solid 8px #FFE350;
	border-radius: 20px;
	position: relative;
}
.po_icons {
	height:0;
	width:0;
}
.po_icons i {
	position: absolute;
	width:40px;
	height:4px;
	background: #4292F3;
	border-radius: 2px;
	transform: rotate(-45deg);
}
.po_icons .i1 {
	top:-6px;
	left:20%;
}
.po_icons .i2 {
	top:80%;
	left:-23px;
	background: #FF6053;
}
.po_icons .i3 {
	top:40%;
	right:-23px;
}
.po_icons .i4 {
	position: absolute;
	bottom:-23px;
	right:0;
	width:257px;
	height:152px;
	/* background: url(../images/new/smile.png) no-repeat; */
}
.cred {
	color:#A50814;
}

.guangbo p,
.jieshao p,
.yaoqiu p,
.jiangxiang p,
.tuya p,
.baoming p {
	text-indent: 2em;
	background: #f5f5f5;
	line-height: 30px;
	font-size: 16px;
	padding: 23px 37px;
	display: block;
	float: left;
}

.jieshao p span {
	text-indent: 2em;
	background: #f5f5f5;
	line-height: 30px;
	font-size: 16px;
	padding: 23px 37px;
	display: block;
}

font.green {
	color: #7da200;
	font-size: 20px
}

font.yellow {
	color: #ff9000;
	font-size: 20px
}

font.blue {
	color: #6e94db;
	font-size: 20px
}

font.black {
	color: #333;
	font-size: 20px
}

.list {
	margin-top: 42px;
	margin-left: 29px;
	float: left;
}

.list li {
	margin-bottom: 32px;
}

.list em {
	width: 7px;
	height: 24px;
	float: right;
	/* background: url(../images/bg_icon.png) 0 -120px no-repeat; */
}

.list .left {
	height: 24px;
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	float: left;
	margin-right: 12px;
	padding-left: 18px;
}

.list .leftn {
	height: 24px;
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	float: left;
	margin-right: 12px;
	padding-left: 18px;
}

.guangbo .left,
.jieshao .left {
	background: #878787;
	width: 97px;
}

.yaoqiu .left {
	/*background:#878787;*/
	/*width:1em;*/
}

.guangbo .leftn,
.jieshao .leftn,
.yaoqiu .leftn,
.jiangxiang .leftn,
.baomingx .leftn {
	background: #878787;
	/*width:97px;*/
}

.list .right {
	width: 752px;
	color: #878787;
	font-size: 16px;
	float: left;
}

.lr_wrap {
	float: left;
}

.list .right b {
	font-family: Microsoft YaHei;
	color: #878787;
	font-size: 16px;
	display: block;
	line-height: 30px;
}

.list .object dt,
.list .object dd {
	float: left;
	line-height: 28px;
}

.list .object dd {
	width: 669px;
}

.unit {
	width: 669px;
	height: 109px;
	/* background: url(../images/unit.jpg) 0 0 no-repeat; */
}

.unit1 {
	width: 669px;
	height: 45px;
	/* background: url(../images/unit.jpg) 0 -109px no-repeat; */
}

.list .first {
	margin-top: 27px;
}

.list .progress dt,
.list .progress dd {
	float: left;
	line-height: 28px;
}

.list .progress dt {
	width: 154px;
}

.jiangxiang .left,
.baomingx .left {
	/*background:#878787;*/
	/*width:1em;*/
}

.jiangxiang .dasai {
	width: 100%;
}

.jiangxiang .zhengji {
	width: 211px;
}

.jiangxiang .huodong {
	width: 130px;
}


/*.jiangxiang .list .right{
		float:none;
		padding-left:18px;
	}*/

.baoming {}

.baoming .hasApply {
	height: 30px;
	line-height: 30px;
	padding: 20px 40px 10px;
	font-size: 22px;
	color: #333;
	text-align: center;
	padding-top: 50px;
}

.baoming .hasApply em {
	color: #2076b2;
	padding: 0 3px;
	cursor: pointer;
	font-size: 14px;
	color: #05a;
}

.xinwen ul.newslist {
	margin: 0 47px 0 51px;
}

.xinwen ul.newslist li {
	height: 56px;
	line-height: 56px;
	padding-left: 20px;
	border-bottom: 1px dotted #bebebe;
	/* background: url(../images/bg_icon.png) 1px -149px no-repeat; */
}

.xinwen ul.newslist li a {
	color: #646464;
	font-size: 16px;
}

.pages {
	text-align: right;
	margin: 20px 0;
	margin-right: 47px;
}

.pages a {
	color: #6da000;
	padding: 0 2px;
}

.pages a.on {
	color: #fff;
	background: #6da000;
	padding: 3px 5px;
}

.expect_img {
	width: 960px;
	height: 375px;
	/* background: url(../images/img_3.jpg) 0 0 no-repeat; */
	position: relative;
	float: left;
	margin-top: 30px;
}

.expect_imga_wrap {}

.expect_regi_now {
    display: block;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.expect_regp {
	bottom: 38px;
	display: block;
	height: 24px;
	position: absolute;
	right: 58px;
	width: 248px;
}

.expect_img_1 {
	width: 839px;
	height: 279px;
	margin-left: auto;
	margin-right: auto;
	/* background: url(../images/new/btn1.png) 0 0 no-repeat; */
	position: relative;
	margin-top: 30px;
}

.expect_img_2 {
	width: 839px;
	height: 279px;
	margin-left: auto;
	margin-right: auto;
	/* background: url(../images/new/btn2.png) 0 0 no-repeat; */
	position: relative;
	margin-top: 30px;
}

.expect_img_3 {
	width: 839px;
	height: 279px;
	margin-left: auto;
	margin-right: auto;
	/* background: url(../images/new/btn3.png) 0 0 no-repeat; */
	position: relative;
	margin-top: 30px;
}

.SignBtn {
	position: absolute;
	width: 160px;
	height: 45px;
	top: 287px;
	left: 276px;
	cursor: pointer;
}

.tuya {}

.tuya ul {
	padding-top: 40px;
}

.tuya li {
	float: left;
	width: 291px;
	margin-left: 22px;
	margin-bottom: 44px;
	_display: inline;
	font-size: 14px;
}

.tuya li .vote {
	cursor: pointer;
	float: right;
	padding-left: 38px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 12px;
	font-family: "Georgia", \5FAE\8F6F\96C5\9ED1;
	border-radius: 5px;
	/* background: #81b000 url(../images/bg_icon.png) no-repeat 6px -406px; */
}

.tuya li .hadvote {
	/* background: #efefef url(../images/bg_icon.png) no-repeat 10px -439px; */
	padding-left: 33px;
	width: 37px;
	color: #81b000;
}

.tuya li img {
	display: block;
	/* background: url(../images/tuya_img_bg.png) no-repeat; */
	width: 272px;
	height: 135px;
	padding: 10px 10px 17px;
	overflow: hidden;
	cursor: pointer;
}

.tuya li .txt {
	line-height: 26px;
	text-align: left;
	color: #65646c;
}

.tuya li .txtinfo {
	display: none;
}

.popupdiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
	background-color: #000000;
	opacity: 0.8;
	/*this works in IE6, IE7, and IE8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	/*this works in IE8 only */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

.popup {
	width: 348px;
	height: 165px;
	position: absolute;
	color: #fff;
}

.popup #close {
	position: absolute;
	width: 73px;
	height: 75px;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url("../images/close.png") 0 0;
}

.popup .show_box {
	font-size: 18px;
	position: absolute;
}

.popup .show_box .txt {
	text-align: center;
	line-height: 48px;
}

.popup .show_box .txtinfo {
	text-align: left;
	text-indent: 2em;
	line-height: 30px;
	margin-top: 7px;
}

.popup .show_box .left {
	position: absolute;
	top: 50%;
	left: -48px;
	margin-top: -16px;
	cursor: pointer;
	background: url(../images/contral.png) 0 0 no-repeat;
	width: 20px;
	height: 33px;
}

.popup .show_box .right {
	position: absolute;
	top: 50%;
	right: -48px;
	margin-top: -16px;
	cursor: pointer;
	background: url(../images/contral.png) 0 -45px no-repeat;
	width: 20px;
	height: 33px;
}

.rz_content {
	width: 250px;
	padding: 25px 20px 20px 20px;
}

.rz_content .rz_txt {
	font-size: 12px;
	line-height: 23px;
	padding-left: 85px;
	background: white url(../images/hm_icon.png) 35px center no-repeat;
}

.rz_action {
	padding: 10px;
	text-align: center;
}

.rz_onbtn:link,
.rz_onbtn:visited {
	display: inline-block;
	width: 78px;
	height: 22px;
	background: white url(../images/rz_okbtn.png) no-repeat;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
}

.rz_onbtn:hover {
	background-position: 0 bottom;
}

.loginSel {
	height: 170px;
	padding: 20px 0px 0px 30px;
}

.loSeLeft {
	width: 120px;
	height: 150px;
	float: left;
	background: url(../images/bear_1.png);
}

.loSeRight {
	width: 180px;
	float: left;
	padding: 22px 0px 0px 10px;
}

.NY-pop-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	top: 0;
	left: 0;
}

.NY-pop-warp {
	position: absolute;
	width: 342px;
	z-index: 200;
}

.NY-pop-bg {
	background: rgba(0, 0, 0, .2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#34000000, endColorstr=#34000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#34000000', endColorstr='#34000000')";
	border-radius: 4px;
	padding: 3px;
	position: relative;
	z-index: 5;
}

.NY-pop-ct {
	border: 1px solid #a6a6a6;
	background: #fff;
	border-radius: 2px;
	position: relative;
}

.NY-pop-title {
	height: 29px;
	border-bottom: 1px solid #eaeaea;
	background: #f5f5f5;
	padding: 0 10px;
	position: relative;
}

.NY-pop-title .nyt-close {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 8px;
	background: url("../images/NY-pop-bg.png") no-repeat 2px 3px;
}

.NY-pop-title .nyt-txt {
	line-height: 29px;
	color: #333333;
	font-weight: bold;
}

.loginSel {
	height: 170px;
	padding: 20px 0px 0px 30px;
}

.loSeLeft {
	width: 120px;
	height: 150px;
	float: left;
	background: url(../images/bear_1.png);
}

.loSeRight {
	width: 180px;
	float: left;
	padding: 22px 0px 0px 10px;
}

.fancyBtn {
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #6da000;
	border-radius: 4px;
	font-size: 20px;
	color: #fff;
	padding: 0px 10px;
	font-family: 'Microsoft Yahei';
	background: url(../images/btn_bg.png) repeat-x;
}

.loSeRight .fancyBtn {
	display: block;
	margin-bottom: 20px;
}

.loSeRight .fancyBtn {
	display: block;
	margin-bottom: 20px;
}

.login_box {
	width: 388px;
	overflow: hidden;
	padding: 15px 8px;
}

.login_box_img {
	float: left;
	width: 133px;
	height: 186px;
	overflow: hidden;
	background: url('../images/bear_1.png') -127px 0;
	margin-right: 5px;
}

.login_area_block {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 220px;
	position: relative;
}

.login_area_block_tips {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 10;
	height: 40px;
	line-height: 40px;
	color: #666;
}

.login_area_block_input {
	height: 20px;
	line-height: 15px;
	padding: 3px 10px;
	width: 185px;
	position: absolute;
	top: 5px;
	left: 0;
	text-indent: 45px;
	color: #999;
}

.login_area_block_ptips {
	position: absolute;
	top: 5px;
	left: 55px;
	color: #999;
}

.login_area_block_img {
	position: absolute;
	top: 5px;
	z-index: 99;
	width: 65px;
	height: 30px;
	right: 11px;
}

.login_area_block_check {
	height: auto;
	width: auto;
	margin: 8px 5px 0 0;
}

.login_area_block_link {
	float: right;
	margin-right: 5px;
	height: 30px;
	line-height: 30px;
}

.login_area_block .fancyBtn {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0px 20px;
}

.login_area_block input,
.login_area_block label {
	float: left;
}

.login_area_block label {
	height: 30px;
	line-height: 30px;
}

.NY-pop-warp {
	position: absolute;
	width: 342px;
	z-index: 200;
}

.NY-pop-bg {
	background: rgba(0, 0, 0, .2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#34000000, endColorstr=#34000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#34000000', endColorstr='#34000000')";
	border-radius: 4px;
	padding: 3px;
	position: relative;
	z-index: 5;
}

.NY-pop-ct {
	border: 1px solid #a6a6a6;
	background: #fff;
	border-radius: 2px;
	position: relative;
}

.NY-con-toast {
	padding: 15px 10px;
	text-align: center;
}

.NY-con-toast p {
	line-height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.NY-con-cofirm {
	padding: 20px;
	color: #666;
	overflow: hidden;
	zoom: 1;
}

.NY-con-cnfirm-txt {
	color: #666;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}

.NY-con_icon {
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 10px;
}

.NY-warn {
	background: url("../images/NY-pop-bg.png") no-repeat -16px 3px;
}

.NY-ccf {
	word-wrap: break-word;
	overflow: hidden;
	color: #666;
	_margin: 0 0 0 40px;
	padding-top: 5px;
}

.NY-con-cnfirm-txt p {
	line-height: 20px;
}

.NY-com-btnarea {
	height: 25px;
	text-align: center;
	float: left;
	width: 100%;
}

.NY_rt_btn {
	display: inline-block;
	height: 25px;
	text-align: center;
}

.NY-com-btnarea .NY_rt_btn {
	margin: 0 5px;
	padding: 0 2px;
	overflow: hidden;
	zoom: 1;
}

.NY_iw,
.NY_ii {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	position: relative;
	border-color: #cccccc;
	background: #fff;
}

.NY_iw {
	left: 1px;
	border-width: 1px;
	border-style: solid;
}

.NY_rt_active .NY_iw,
.NY_rt_active .NY_ii {
	border-color: #3fb4f6;
	background: #7dd0fe;
}

.NY_ii {
	margin: 0 -2px;
	border-style: solid;
	border-width: 0 1px;
}

.NY_it {
	padding: 0 13px;
	display: inline-block;
	height: 21px;
	line-height: 21px;
	margin: 1px;
	background: #f2f2f2;
}

.NY_rt_btn .NY_it {
	color: #333;
}

.NY_rt_active .NY_it {
	background: #4ebffe;
	color: #fff;
}

.attention_info {
	line-height: 24px;
	margin: 42px 0 36px 92px;
}

.attention_btn {
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../images/btn_g_1.png) 0 0 repeat-x;
	width: 84px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #6da000;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.attention_img {
	background: url(../images/bg_icon.png) 0 -265px no-repeat;
	width: 22px;
	height: 22px;
	float: left;
	margin-bottom: 45px;
	margin-right: 11px;
}

.attention_btn_g {
	margin-bottom: 39px;
	height: 30px;
	margin-left: 80px;
}

.attention_btn_g div {
	background: url(../images/btn_g_1.png) 0 0 repeat-x;
	width: 84px;
	height: 27px;
	float: left;
	line-height: 27px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #6da000;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.attention_btn_g .yes {
	margin-right: 36px;
}

.attention_btn_g .no {
	border: 1px solid #e6e6e6;
	background-position: 0 -46px;
	color: #666666;
}

#myinfo {
	width: 960px;
	height: 1426px;
	margin: auto;
	background: #fff;
	margin-top: 25px;
}

.info_top {}

.info_countdown {
	display: block;
	position: relative;
	overflow: hidden;
}

.info_countdown_text,
.info_countdown_text_2 {
	height: 75px;
	line-height: 75px;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	margin-left: 25px;
}

.info_countdown_num {
	background: url('../images/bg_icon.png') 1px -335px no-repeat;
	width: 30px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 28px;
	font-family: "Arial";
	color: #6da000;
	font-weight: bold;
}

.info_countdown_text_2 {
	margin: 0 5px;
}

.info_countdown span {
	float: left;
}

.myOpus {
	height: 30px;
	line-height: 30px;
	padding: 20px 40px 10px;
	font-size: 22px;
	color: #333;
	text-align: center;
	padding-top: 50px;
}

.myOpus strong {
	padding: 0px 10px 0px 0px;
}

.apply_table {
	border: 1px solid #ddd;
	text-align: center;
	text-align: center;
	width: 935px;
	margin: 0 auto 30px auto;
	box-shadow: 0px 2px 5px #eee inset;
}

.apply_table th {
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-weight: bold;
	color: #666;
	border-right: 1px solid #eee;
}

.apply_table td {
	border-top: 1px solid #f6f6f6;
	padding: 8px 0;
}

#main .pageBody .title {
	font-size: 20px;
	font-family: Microsoft YaHei;
	text-align: center;
}

#main .pageBody .time {
	text-align: right;
	padding-right: 10px;
}

#main .pageBody .artCnt {
	padding: 10px 40px 70px;
	font-size: 15px;
	line-height: 150%;
	font-family: 'Microsoft Yahei';
	color: #444;
}
.BBA_title {
	padding-top: 40px;
}
.footer {
	display: none;
	padding: 20px 0px;
	line-height: 24px;
	text-align: center;
	color: #666;
}

.footer a {
	color: #666;
	padding: 0px 5px;
}

.xwFocus {
	width: 860px;
	margin: auto;
	overflow: hidden;
	zoom: 1;
	padding: 40px 0px 0px;
}

.xwFocusA {
	width: 415px;
	height: 283px;
	float: left;
	position: relative;
}

.xwFocusA .pic {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xwFocusA .pic li {
	position: absolute;
	width: 100%;
	height: 100%;
}

.xwFocusA .pic li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.xwFocusA .pic li a:hover {
	text-decoration: none;
}

.xwFocusA .pic li a img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.xwFocusA .pic li a strong {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
	text-indent: 20px;
	background: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
	/* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
	/* IE8 */
}

.xwFocusA .picBtn {
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0px 10px 4px 0px;
	z-index: 200;
}

.xwFocusA .picBtn ul {
	overflow: hidden;
}

.xwFocusA .picBtn li {
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	text-indent: -20em;
	overflow: hidden;
	margin-right: 5px;
	background: url(../images/forum_icon.png) 0px 0px;
	/*_background:url(../images/forum_icon.gif) 0px 0px;*/
}

.xwFocusA .picBtn li.on {
	background-position: -20px 0px;
}

.xwFocusB {
	width: 415px;
	height: 283px;
	float: right;
}

.xwFocusB a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.xwFocusB a:hover {
	text-decoration: none;
}

.xwFocusB a img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.xwFocusB a strong {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
	text-indent: 20px;
	background: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
	/* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
	/* IE8 */
}

.xwFocusB a span {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin: -30px 0px 0px -30px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	transition: 0.2s;
	background-image: url(../images/vSkin.png);
	/*_background-image: url(../images/vSkin.gif);*/
	background-position: 0px 0px;
	cursor: pointer;
}

.xwFocusB a:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}

.artMain {
	font-family: 'Microsoft Yahei';
	padding: 40px;
}

.artMain p {
	color: #646464;
	font-size: 16px;
	line-height: 27px;
	margin: 15px 0px;
}

.artMain ol {
	color: #646464;
	font-size: 16px;
	line-height: 27px;
	margin: 15px 0px;
}

p.arMainTxt {
	color: #333;
}


/*video player page*/

.videoMod {
	height: 600px;
	padding-top: 20px;
	margin-bottom: 20px;
	background: url(../images/vSkin.png) -400px -14px;
}

.videoCpt {
	width: 910px;
	height: 40px;
	margin: auto;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}

.videoCnt {
	width: 910px;
	height: 485px;
	margin: auto;
	background: #000;
}

#sendFrame {
	display: block;
	width: 100%;
	height: 700px;
	margin: 0px auto 60px;
}

.guangbobm_box {
	float: left;
	width: 960px;
	height: 375px;
	margin-top: 30px;
	position: relative;
}

.bm_1 {
	background: url(../images/img_4.jpg?v=20160718);
}

.bm_2 {
	background: url(../images/img_2.jpg?v=20160718);
}

.bm_3 {
	background: url(../images/img_6.jpg);
}

.bm_regp {
	display: block;
	width: 168px;
	height: 24px;
	position: absolute;
	bottom: 53px;
	left: 70px;
}

.bm_btn {
	display: block;
	width: 178px;
	height: 43px;
	position: absolute;
	bottom: 97px;
	left: 324px;
}

.productD {
	padding: 0 28px;
}

.filterpl {
	padding: 0 28px;
}

.filter {
	background: #FAFAFA;
	border: solid 1px #DFDFDF;
	padding: 20px;
	position: relative;
}

.filter .search {
	width: 355px;
	height: 31px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: url(../images/search.png) no-repeat;
}

.filter .search input {
	float: left;
	width: 260px;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
	margin-top: 2px;
	border: none;
	background: none;
	outline: none;
}

.filter .search span {
	float: right;
	display: block;
	width: 70px;
	height: 31px;
	cursor: pointer;
}

.filter .cc {
	overflow: hidden;
	margin-top: 15px;
}

.filter .cc.year {
	margin-top: 0;
}

.filter .cc .w1 {
	width: 80px;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.filter .cc ul {
	height: 20px;
	line-height: 20px;
	float: left;
}

.filter .cc ul li {
	padding: 0 10px;
	margin-right: 10px;
	float: left;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.filter .cc ul li.sel {
	background: #3399FF;
	color: white;
}

.productD .crumbs {
	height: 30px;
	line-height: 30px;
	background: white;
	font-size: 14px;
	color: #333;
	padding:0 15px;
}

.productD .crumbs a {
	text-decoration: none;
	color: #333;
}

.productD .crumbs a:hover {
	color: #A50814;
}

.productD .crumbs span {
	color: #333;
}

.procontent {
	margin-top: 10px;
	min-height: 500px;
	padding-bottom: 50px;
}

.proinfo {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 874px;
	height: 220px;
	background: url(../images/img1.jpg) no-repeat;
	box-shadow: 1px 1px 3px #ccc;
	padding-top: 30px;
}

.proinfo .title {
	height: 44px;
	line-height: 44px;
	color: #566B78;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	width: 810px;
	background: #ECF9FF;
	margin-left: 32px;
}

.proinfo p {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #555;
	margin-top: 5px;
}

.classifycon {
	padding:10px 30px;
	position: relative;
	min-height: 200px;
}


.filterlist .searchnone {
	width: 902px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	color: #666;
	font-size: 20px;
	padding: 0;
}

.line {
	height:0;
	border-top: solid 1px #eee;
	margin-bottom: 30px;
}


.listpages {
	margin:20px 0;
	position: relative;
	text-align: center;
}
.listpages .noclick {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(255, 255, 255,0.5);
	display: none;
	z-index: 9;
}
.pagination{
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination>li{display:inline-block;margin:0 5px;}  
.pagination>li>a,.pagination>li>span{
	position:relative;
	float:left;
	padding:6px 12px;
	line-height:1.42857143;
	color:black;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #DFDFDF;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
	margin-left:0;
}  
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
	z-index:2;
	border-color:#f14432;
}  
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
	z-index:3;
	color:#fff;
	font-weight: bold;
	cursor:default;
	background-color:#f14432;
	border-color:#f14432;
}  
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd;
}  
.pagination-lg>li>a,.pagination-lg>li>span{
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
}  
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}  
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}  
.pagination-sm>li>a,.pagination-sm>li>span{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
}  
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}  
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}  
.pager{
	padding-left:0;
	margin:20px 0;
	text-align:center;
	list-style:none;
}  
.pager li{
	display:inline;
}  
.pager li>a,.pager li>span{
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px;
}  
.pager li>a:focus,.pager li>a:hover{
	text-decoration:none;
	background-color:#eee;
}  
.pager .next>a,.pager .next>span{
	float:right;
}  
.pager .previous>a,.pager .previous>span{
	float:left;
}  
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
}
.pageJump{
	display:inline-block;
	padding-left:0;
	margin:20px 10px;
	border-radius:4px;
	vertical-align:top;
	
}
.pageJump span{
	color: #ffffff;
}
.pageJump .button,.pageJump input{
	font-size:12px;
	padding:5px 12px;
	margin-left:-1px;
	line-height:1.5;
	color:black;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius: 2px;
}
.pageJump .button {
	background: #f14432;
	border-color: #f14432;
	color:white;
	font-weight: bold;
	cursor: pointer;
	outline: none;
}
.pageJump input{
	width:30px;
}
.pageJump-lg .button,.pageJump-lg input{
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
}
.pageJump-sm .button,.pageJump-sm input{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
}

.nothing {
	text-align:center;font-size:20px;color:#fff;padding:50px 0;
	width: 100%;
}

.loadingk {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(255, 255, 255,0.5);
}


.circular {
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -21px;
	margin-left: -21px;
	height: 42px;
    width: 42px;
    animation: loading-rotate 2s linear infinite;
}
.circular .path {
	animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90,150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #A50715;
    stroke-linecap: round;
}
@keyframes loading-rotate {
	to{transform:rotate(1turn)}
}
@keyframes loading-dash {
	0%{stroke-dasharray:1,200;stroke-dashoffset:0}
	50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}
	to{stroke-dasharray:90,150;stroke-dashoffset:-120px}
}

.popUp {
	position: fixed;
	top:50%;
	left:50%;
	width:1060px;
	margin-left: -530px;
	z-index: 100;
	background: white;
	border:solid 1px #ccc;
	box-shadow: 0 0 10px #999;
	box-sizing: border-box;
	display: none;
}
.popUp .close {
	position: absolute;
	width:56px;
	height:56px;
	top:-25px;
	right:-25px;
	background: url(../images/2024/close2.png) no-repeat;
	z-index: 1;
	cursor: pointer;
}
.popUp.shortH {
	margin-top: -170px;
	height:auto;
}
.popUp.shortH {
	margin-top: -350px;
}
.popUp.shortH .cc .nei {
	height:500px;
	overflow-y: auto;
}
.popUp.shortH .cc {
	cursor:initial;
}
.popUp.shortH .cc .nei textarea {
	height:500px;
	overflow-y: auto;
}
.shortH .pcontent {
	padding:38px;
}
.shortH .status .zan, .tiaoM .status .zan {
	cursor: pointer;
}
.popUp.tiaoM {
	margin-top: -320px;
	height:650px;
}
.tiaoM .pcontent {
	padding:38px;
}
.popUp.tiaoM .user {
	padding-left: 60px;
}
.popUp.tiaoM .user .img {
	top:0;
	width:50px;
	height:50px;
	left:0;
}
.popUp.tiaoM .shortc {
	padding-left: 0;
}
.popUp.tiaoM .cc {
	background: none;
	padding:0;
	cursor: default;
}
.popUp.tiaoM .cc .title {
	font-size: 14px;
}
.popUp.tiaoM .cc .nei {
	margin-top: 15px;
	height:500px;
	overflow-x: hidden;
	overflow-y:auto;
	text-align: center;
}
.popUp.tiaoM .cc .nei img {
	max-width: 100%;
	margin-top: 10px;
}

.sshadow {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: black;
	opacity: 0.4;
	z-index: 99;
	display: none;
}


#shadowUI {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	z-index: 999;
	display: none;
  }
  
  #alertUI {
	padding: 45px 25px 35px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 380px;
	margin: -160px 0 0 -190px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	z-index: 10001;
	display: block;
  }
  
  #alertUI.ani {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: anim-bruce-open;
	-moz-animation-name: anim-bruce-open;
	-o-animation-name: anim-bruce-open;
	animation-name: anim-bruce-open;
  }
  
  #alertUI p {
	text-align: center;
	font-size: 20px;
	color: #636363;
	line-height: 1.5;
  }
  
  #alertUI .close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #666;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-decoration:none;
  }
  
  #alertUI .confirm {
	margin-top: 20px;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background: #FE605B;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  }
  
  #alertUI .confirm:hover {
	background: #e04651;
	text-decoration: none;
  }
  
  @-webkit-keyframes anim-bruce-open {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 50px, 0);
	  transform: translate3d(0, 50px, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  @-moz-keyframes anim-bruce-open {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 50px, 0);
	  -moz-transform: translate3d(0, 50px, 0);
	  transform: translate3d(0, 50px, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  @-o-keyframes anim-bruce-open {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 50px, 0);
	  transform: translate3d(0, 50px, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  @keyframes anim-bruce-open {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 50px, 0);
	  -moz-transform: translate3d(0, 50px, 0);
	  transform: translate3d(0, 50px, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  


	.commentK {
		margin-top: 50px;
	}
	.commentbox {
		position: relative;
		padding-bottom: 70px;
	}
	.commentbox .title span {
		display: inline-block;
			height: 96px;
			width:250px;
			color:white;
			font-size: 20px;
			text-align: center;
			padding-top: 30px;
			box-sizing: border-box;
			background:url(../images/2024/tit2.png) center center no-repeat;
	}
	.commentbox .textarea {
		position: relative;
		z-index: 2;
	}
	.commentbox .textarea textarea {
		width:100%;
		box-sizing: border-box;
		height:150px;
		outline: none;
		resize: none;
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.6;
		background: white;
		border:solid 1px #f0e1e0;
		box-shadow: 5px 5px 10px #f0e1e0;
		border-radius: 5px;
		padding:20px;
	}
	.commentbox .commentupload {
		position: absolute;
		right:0px;
		bottom:0;
		width:145px;
		height:63px;
		background:url(../images/2024/btn-fb.png) no-repeat;
		
	}
	.commentbox .numtong {
		position: absolute;
			right: 160px;
			bottom: 18px;
			height: 34px;
			line-height: 34px;
			font-size: 18px;
			color: black;
			z-index: 3;
	}
	.commentbox .numtong .red {
		color:red;
	}
	.commentlist {
		margin-top: 10px;
		position: relative;
	}
	.commentlist h2 {
		color:#333;
		font-size: 14px;
	}
	.commentlist li {
		min-height: 70px;
		padding:20px 0;
		border-bottom:dashed 1px #979797;
		padding-left:90px;
		position: relative;
	}
	.commentlist .user {
		position: relative;
		height:30px;
	}
	.commentlist .user .icon {
		position: absolute;
		width:33px;
		height:20px;
		background: url(../images/2024/icon.png);
		top:3px;
		right:-7px;
	}
	.commentlist .user .name {
		float:left;
		height:30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: bold;
		color:#333;
	}
	.commentlist .user .time {
		float:left;
		margin-left: 20px;
		color:#333;
		font-size: 12px;
		height:30px;
		line-height: 30px;
	}
	.commentlist .user .img {
		position: absolute;
		top:0px;
		left:-90px;
		width:70px;
		height:70px;
	}
	.commentlist .user .img img {
		width:100%;
		height:100%;
		border-radius: 100%;
	}
	.commentlist .cc {
		margin-top: 6px;
		font-size: 14px;
		color:#333;
		word-wrap: break-word;

    word-break: normal;
	}
	.commentlist .cc img {
		display: none;
	}
	.commentlist .status {
		position: absolute;
		top:20px;
		height:30px;
		right:0;
		line-height: 30px;
	}
	.commentlist .status span {
		font-size: 12px;
		color:#333;
		float:right;
	}
	.commentlist .status i {
		float:left;
		width:24px;
		height:30px;
		margin-right: 1px;
	}
	.commentlist .status .del {
		cursor: pointer;
		margin-left: 15px;
	}
	.commentlist .status .zan {
		cursor: pointer;
	}
	.commentlist .status .zan i {
		background: url(../images/2024/zan.png) no-repeat center;
	}
	.commentlist .status .zan.isclick {
		cursor: default;
	}
	.commentlist .status .zan.isclick i {
		background: url(../images/2024/zan_hover.png) no-repeat center;
	}
	


#confirmUI {
	padding: 45px 25px 35px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 380px;
	margin: -160px 0 0 -190px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	z-index: 10001;
	display: none;
}
  
#confirmUI p {
	text-align: center;
	font-size: 20px;
	color: #636363;
	line-height: 1.5;
}

#confirmUI .close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #666;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-decoration:none;
}
#confirmUI .cc {
	margin-top: 20px;
	text-align: center;
	height: 40px;
}
#confirmUI .confirm {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background: #FE605B;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#confirmUI .cancel {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background: #ccc;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

#confirmUI .confirm:hover {
	background: #ff7671;
	text-decoration: none;
}

#shadowUI {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	z-index: 999;
	display: none;
}

#alertUI {
	padding: 45px 25px 35px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 380px;
	margin: -160px 0 0 -190px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	z-index: 10001;
	display: block;
}

#alertUI.ani {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: anim-bruce-open;
	-moz-animation-name: anim-bruce-open;
	-o-animation-name: anim-bruce-open;
	animation-name: anim-bruce-open;
}

#alertUI p {
	text-align: center;
	font-size: 20px;
	color: #636363;
	line-height: 1.5;
}

#alertUI .close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #666;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-decoration: none;
}

#alertUI .confirm {
	margin-top: 20px;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background: #FE605B;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#alertUI .confirm:hover {
	background: #ff716e;
	text-decoration: none;
}
.hdal_box{display:none;}
.uploading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 99;
}

.uploading .cc {
	position: absolute;
	width: 130px;
	height: 110px;
	margin-top: -50px;
	margin-left: -60px;
	top: 50%;
	left: 50%;
	text-align: center;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 25px;
	border: solid 1px #eee;
}

.uploading i {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/loading.gif);
}

.uploading p {
	margin-top: 20px;
	text-align: center;
	color: #666;
	font-size: 16px;
}

.uploading2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 99;
}

.uploading2 .cc {
	position: absolute;
	width: 130px;
	height: 110px;
	margin-top: -50px;
	margin-left: -60px;
	top: 50%;
	left: 50%;
	text-align: center;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 25px;
	border: solid 1px #eee;
}

.uploading2 i {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/loading.gif);
}

.uploading2 p {
	margin-top: 20px;
	text-align: center;
	color: #666;
	font-size: 16px;
}

.upload {
	padding: 50px;
	background: white;
	padding-bottom: 88px;
	border: solid 8px #f1503d;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.upload .info {
	padding: 20px;
	line-height: 1.5;
	border: solid 3px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.8;
	background: #fff1ab;
}

.upload .info span {
	font-weight: bold;
}
.upload_msg{
  width: 760px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 30px;
}
.upload .input1 {
	margin-top: 30px;
}

.upload .input1 span {
	display: inline-block;
	width: 100px;
	font-size: 16px;
	text-align: right;
  float: left;
	margin-top: 7px;
}
.upload .input1 span em {
	color:red;
	font-weight: bold;
	font-size: 16px;
}
.upload .input1 .radio {
	margin-right: 20px;
	line-height: 1.5;
	font-size: 16px;
	cursor: pointer;
}
.upload .input1 .radio input {
	vertical-align: middle;
	margin-top: -2px;
}
.upload .input1 .input {
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	width: 378px;
	outline: none;
	font-size: 14px;
}
.upload .input1 select {
	padding:8px 10px;
	font-size: 16px;
	width:420px;
	border:solid 1px #ccc;
	border-radius: 5px;
	line-height: 1;
	height:42px;
	vertical-align: middle;
}
.upload .input1 textarea {
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 132px;
	line-height: 1.5;
	padding: 0 20px;
	width: 418px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	resize: none;
	font-size: 14px;
	font-family: 'microsoft yahei';
  display: inline-block;
}
.upload .input2 {
	margin-top: 30px;
}

.upload .input2>span {
	display: inline-block;
	width: 100%;
	line-height: 36px;
	height: 36px;
	font-size: 16px;
}
.upload .input2>span em {
	font-weight: bold;
	font-size: 16px;
	color:red;
}
.upload .input2>span i {
}

.upload .input2 textarea {
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 132px;
	line-height: 1.5;
	padding: 0 20px;
	width: 100%;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	resize: none;
	font-size: 14px;
	font-family: 'microsoft yahei';
}

.upload .upimg {
	position: relative;
	overflow: hidden;
	padding-bottom: 35px;
}

.upload .upimg .btnss {
	margin-top: 10px;
	height: 30px;
}


.upload .upimg p {
	width: 50%;
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.upload .upvideos li {
	margin-top: 10px;
	font-size: 16px;
}
.upload .upvideo {
	margin-top: 10px;
	line-height: 26px;
	width:100px;
	text-align: center;
	background: red;
	color:white;
	border-radius: 5px;
	cursor: pointer;
}

.upload .upimg .img {
	float: left;
	width: 200px;
	height: 200px;
	border: solid 1px #eee;
	margin: 4px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.upload .upimg .img .upbtn {
	position: absolute;
	bottom:-35px;
	height:26px;
	line-height: 26px;
	width:100px;
	text-align: center;
	background: red;
	color:white;
	border-radius: 5px;
	cursor: pointer;
}

.upload .upimg .img img {
	max-width: 100%;
	max-height: 100%;
}

.upload .confirm {
	margin-top: 40px;
	text-align: center;
}

.upload .confirm a {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background: #f1503d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
}

.upload .uplist {
  list-style: none;
}

.upload .uplist li {
  border: solid 2px #666;
  background: white;
  text-align: center;
  float: left;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
}

.upload .uplist li.add {
  cursor: pointer;
}

.upload .uplist li .del {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 26px;
  cursor: pointer;
  font-family: '黑体';
  z-index: 2;
}

.upload .uplist li .img {
  width: 100%;
  height: 100%;
  line-height: 110px;
  font-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
position: relative;
color:#666;
}

.upload .uplist li .img img {
  vertical-align: middle;
}

.upload .uplist li .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  color: black;
  width: 100%;
  height: 26px;
  line-height: 26px;
}

.uploading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 99;
}

.uploading .cc {
	position: absolute;
	width: 130px;
	height: 110px;
	margin-top: -50px;
	margin-left: -60px;
	top: 50%;
	left: 50%;
	text-align: center;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 25px;
	border: solid 1px #eee;
}

.uploading i {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/loading.gif);
}

.uploading p {
	margin-top: 20px;
	text-align: center;
	color: #666;
	font-size: 16px;
}
@-webkit-keyframes anim-bruce-open {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes anim-bruce-open {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-o-keyframes anim-bruce-open {
	0% {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-bruce-open {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		-moz-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
