body{
  background: url('../images/bg.jpg') repeat-x;
}
.w1100{
  width: 1067px;
  margin: 0 auto;
}
.index_top_img{
  height: 673px;
  width: 100%;
  background: url('../images/bg_top_2.png') top center no-repeat;
}
.index_top{
  margin-top: 0px;
  display: flex;
  justify-content: space-evenly;
  height: 91px;
}
.index_top .index_top_btn_1{
  width: 486px;
  height: 91px;
  background: url('../images/top_btn_1.png') no-repeat;
}
.index_top .index_top_btn_2{
  width: 442px;
  height: 91px;
  background: url('../images/top_btn_2.png') no-repeat;
}
.index_top_msg_box{
  width: 1067px;
  height: 253px;
  background: url('../images/index_top_bg.png') no-repeat;
  overflow: hidden;
  margin-top: -120px;
}
.index_top_msg_t{
  width: 840px;
  font-size: 19px;
  margin: 40px 0 0 130px;
  text-indent: 42px;
}
.index_top_msg_t span{
  font-size: 24px;
  color: #fd5b40;
}
.index_top_msg_b{
  width: 780px;
  font-size: 19px;
  margin: 5px 0 0 130px;
  text-indent: 42px;
}
.index_top_msg_b span{
  font-size: 24px;
  color: #fd5b40;
}
.vote_index_top{
  position: relative;
  height: 190px;
  margin-top: 40px;
}
.vote_index_icon{
  width: 13px;
  height: 67px;
  background: url('../images/index_icon.png') no-repeat;
  position: absolute;
  z-index: 2;
}
.left_icon{
  top: 73px;
  left: 10px;
}
.right_icon{
  top: 73px;
  right: 15px;
}
.vote_index_fg{
 width: 1048px;
 height: 3px;
 background: #6990EB;
 position: absolute;
 z-index: 0;
 top: 145px;
 left: 10px;
}
.vote_top{
  width: 1100px;
  height: 100px;
  background: url('../images/menu_top.png') no-repeat;
  text-align: center;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  padding-top: 20px;
}
.vote_top span{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 20px 3px 0 3px;
  
}
.vote_top p label{
  color: #FFF176;
  font-weight: bold;
  font-size: 24px;
}
.tab_box{
  margin-top: 20px;
  height: 55px;
  display: flex;
  justify-content:space-between;
  width: 1100px;
  position: absolute;
  z-index: 1;
}
.tab_box li{
  width: 200px;
  line-height: 55px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: url('../images/menu.png') no-repeat;
}
.tab_box li:hover{
  color: #fff;
  background: url('../images/menu_hover.png') no-repeat;
}
.tab_box .act{
  color: #fff;
  background: url('../images/menu_hover.png') no-repeat;
}
.index_top_msg{
  width: 1100px;
  height: 133px;
  background: #FFFFFF;
  border-radius: 28px;
  border: 3px solid #B31E24;
  margin-top: 44px;
  text-align: center;
}
.index_top_msg span{
  margin-top: 32px;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.index_top_msg p{
  margin-top: 16px;
  font-size: 18px;
}
.index_top_msg label{
  font-size: 24px;
  color: #ff0000;
  font-weight: bold;
}
.index_tab{
  width: 1100px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 30px;
  border: 1px solid #FF9C0D;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index_tab li{
  line-height: 60px;
  color: #ff9c0b;
  padding: 0 35px;
  border-radius: 60px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}
.index_tab li.act{
  color: #fff;
  background: #ff9c0b;
}
.index_center{
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin: 30px auto 0 auto;
  padding: 0 0 20px 0;
  width: 1020px;
}
.top_index_box{
  margin-top: 70px;
  width: 950px;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  position: relative;
  padding: 30px 0;
  margin: 36px auto 0 auto;
}
.top_index_tit{
  position: absolute;
  width: 197px;
  height: 43px;
  top:-21px;
  left: 368px;
  font-size: 24px;
  font-weight: bold;
  color: #B31E24;
  text-align: center;
  line-height: 116px;
}
.top_tit_1{
  background: url('../images/tit_1.png') no-repeat;
}
.top_tit_2{
  background: url('../images/tit_2.png') no-repeat;
}
.top_tit_3{
  background: url('../images/tit_3.png') no-repeat;
}
.top_index_list{
  padding: 40px 12px 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  
}
.top_index_list_l{
  display: flex;
  margin-right: 30px;
  cursor: pointer;
}
.top_index_list_l img{
  width: 225px;
  height: 127px;
  margin-right: 30px;
}
.top_index_list_l ul{
  width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top_index_list_l ul li{
  font-size: 16px;
}
.top_index_list_l ul li label{
  color: #fd5b40;
}
.top_index_list_l ul li p{
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top_index_list_l ul li div{
  font-size: 16px;
}
.top_index_list_l ul li span{
  color: #fd5b40;
  font-weight: bold;
  font-size: 26px;
}
.top_index_list_r{
  width: 189px;
  height: 48px;
  background: url('../images/btn_1.png');
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 48px;
  display: block;
}
.tit_1{
  background: url('../images/tit_1.png') no-repeat;
}
.tit_2{
  background: url('../images/tit_2.png') no-repeat;
}
.index_bottom{
  background-color: #fff;
  min-width: 1220px; 
  max-width: 100%;
  margin: 40px auto 0 auto;
}
.index_bottom_c{
  padding: 20px 0;
  text-align: center;
}
.index_list_box{
  background: #FFFFFF;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px 0;
}
.index_list{
  width: 186px;
  border-radius: 2px;
  border: 1px solid #EFEFEF;
  margin: 30px 0px 0 15px;
  padding-bottom: 9px;
}
.index_list_tit{
  position: absolute;
  width: 197px;
  height: 43px;
  top:-21px;
  left: 368px;
}
.tit_1{
  background: url('../images/tit_4.png') no-repeat;
}
.index_list_t{
  position: relative;
}
.index_list_t img{
  width: 184px;
  height: 107px;
}
.index_list_t div{
  margin: 5px 5px 0 5px;
}
.index_list_t div span{
  color:#fd5b40;
}
.index_list_t p{
  margin: 5px 7px 0 12px;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_list_t var{
  width: 41px;
  height: 43px;
  position: absolute;
  top: 5px;
  left: -5px;
  background: url('../images/top_icon.png') no-repeat;
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-style: normal;
  line-height: 35px;
}
.index_list ul{
  margin: 0 5px 0 5px;
  overflow: hidden;
}
.index_list ul li{
  margin-top: 5px;
}
.index_list ul li label{
  font-size: 18px;
  color: #fd5b40;
}
.index_list ul li span{
  color: #fd5b40;
}
.index_list ul li div{
  font-weight: normal;
}
.index_list_btn{
  width: 162px;
  height:37px;
  background: url('../images/btn_2.png');
  margin: 10px 5px 0 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 35px;
  display: block;
}
.index_center_bottom{
  width: 100%;
  height: 66px;
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.index_center_bottom a{
  display: flex;
  height: 66px;
  align-items: center;
  font-size: 18px;
  text-decoration: underline;
  color: #1212fd;
}
.index_center_bottom a var{
  width: 85px;
  height: 70px;
  background: url('../images/icon.png');
  margin-right: 8px;
}
.a1{
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.pop_index_bg{
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  -moz-opacity: 0.65;
  opacity:.65;
  filter: alpha(opacity=65);
  z-index: 1202;
  display:none;
}
.pop_index{
  
  z-index: 1203;
  display:none;
  position: absolute;
  background: #fff;
  border-radius: 8px;
}
.pop_video_bg{
  width:530px;
  height: 400px;
}
.pop_msg_bg{
  width:530px;
  height: 300px;
}
.pop_video_box{
  position: relative;
}
.pop_video{
  padding: 35px 0 0 15px;
}
.pop_msg_tit{
  background: url('../images/tit_3.png?v=123');
  width: 363px;
  height: 48px;
  position: absolute;
  top: -9px;
  left: 88px;
}
.pop_msg_box{
  padding:20px 40px;
  font-size: 14px;
  overflow: hidden;
}
.pop_msg{
  margin-top: 35px;
  overflow-y: auto;
  max-height: 200px;
}
.pop_video_close,.pop_msg_close{
  width: 37px;
  height: 47px;
  background: url('../images/close_icon.png?v=123');
  background-size: 100%;
  display: block;
  position: absolute;
  top: -46px;
  right: 0px;
}