* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
strong,
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .g-mobile .g_pub_header_box,
  .g-mobile .g_pub_footer_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .g-mobile .m_head_nav,
  .g-mobile .m_foot_nav {
    display: none;
  }
  .g-mobile .g_pub_footer {
    height: auto !important;
    zoom: 1 !important;
  }
  .g-mobile .g_pub_footer:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .g-mobile .g_pub_footer .u_logo.foot {
    width: 100%;
    margin-left: 0;
  }
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
strong,
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
body {
  font-size: 16px;
  color: #000000;
  font-family: "Microsoft YaHei";
  background: url(http://imgtopics.gmw.cn/47210.files/images/bg.jpg) repeat;
}
/*banner*/
.g_banner {
  width: 100%;
  margin: 0 auto;
}
.g_banner img{
  width: 100%;
}
/*活动介绍*/
.g_activity{ width: 76%;padding:13px 0; background: #C30505; margin: 0 0 0 12%; text-align: center; border-radius:20px;}
.g_activity b{ font-size: 30px; color:#f7a828;}
.g_activity b span{ margin-left: 8px;}
.g_jianjie{ width: auto;padding: 30px 20px 0; font-size: 24px; color: #310100; text-indent: 2em; line-height:40px;}
/*作品展示*/
.g_tab{ width: 100%; padding-bottom:20px; background:#8E2424; margin-top: 30px; overflow: hidden;}
.g_tab li{ width: 23%; float: left;margin:20px 1% 0; text-align: center; padding: 15px 0; display: block; font-size: 20px; background: #AE5352; border-radius:20px; color: #fff;}
.g_tab li.on{ font-weight: bold; color: #AE5352; background: #fff;}
.u_arrow{ width: 63px; height: 22px;background: url(../images/arrow.jpg) no-repeat; margin: 0 auto;}

.voteWrapper{width:100%; overflow:hidden; margin-top: 30px;}
.voteItem{ display: none;}
#voteform ul{margin: auto;position: relative; width: 100%; overflow: hidden;}
#voteform li{background: #fff;position: relative; width: 48%; float: left; margin: 0 1%;}
/*#voteform li div{ width: 100%; position: relative;}*/
#voteform li img{width: 100%;}
#voteform li p{ width: 100%; line-height: 30px; padding: 10px 0; font-size:18px; color:#fff; background:#ae5352;}
#voteform li p a{ color:#fff;}
#voteform li .zhanwei{width: 100%; height:77px; position: absolute; bottom:0; left:0;z-index: 99; display: none;}
#voteform li .voteImg{ width: 100%; height:77px;}
#voteform li .voteImg .toupiao{ float: right; padding: 0 20px; height: 50px;line-height: 50px; color: #fff; background: #A82D30; margin: 11px 10px 0 0; display: block;border-radius:10px;}
#voteform li .voteImg .voteNum{line-height:77px;float: left; font-size: 20px; margin-left: 10px;}
.popbox{ text-align:center;}



.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


		


























