body {
  font-family: Microsoft YaHei;
  font-size: 12px;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
h2 {
  font-size: 20px;
}
.hide {
  display: none;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt40 {
  margin-top: 40px;
}
.ml80 {
  margin-left: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.pt40 {
  padding-top: 40px;
}
.hover1 {
  color: #333 !important;
  background: #FDCB01;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  border: none;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
div:after,
ul:after,
li:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
a {
  text-decoration: none;
  color: #333;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
/*body{background:url(../images/2018/banner.png) center 658px repeat-y;position: relative;}*/
html,
body {
  width: 100%;
}
/*顶部小导航*/
.top-bar {
  border-bottom: 2px #E20000 solid;
}
.top-bar {
  border-bottom: 2px #E20000 solid;
}
.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}
.top-bar-login-after {
  display: none;
}
.top-bar .ofw-logo {
  margin-top: 2px;
}
.top-bar-login > .signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}
.top-bar-login > .signin > a {
  color: #fff;
}
.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}
.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}
.top-bar-login i {
  font-style: normal;
  color: #666;
}
.top-bar-login > .email {
  padding-left: 24px;
  display: inline-block;
  background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}
.z-index9999 {
  z-index: 9999;
}
.z-index999 {
  z-index: 999;
}
/*导航栏*/
/*nav*/
.nav {
  height: 44px;
  line-height: 44px;
  background: #342929;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
}
.nav li {
  float: left;
  margin: 0 10px;
  font-size: 16px;
}
.nav li a {
  color: #fff;
  cursor: pointer;
  padding: 0 10px;
}
.nav li .is_a:hover {
  color: #fae4a2;
}
.nav li .active {
  color: #fae4a2;
}
.nav .navbar_logo {
  font-size: 0px;
  width: 210px;
  height: 45px;
  margin: 0;
  margin-top: 3px;
}
.nav .navbar_list_marginleft {
  margin-left: 190px;
}
.nav .applyBtn a {
  display: inline-block;
  color: #fff;
}
.nav.fixed {
  position: fixed;
}
@keyframes rising {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-250%);
  }
}
/*banner*/
.banner {
  height: 830px;
  background: url("../images/banner/banner.png?v=5415654") no-repeat bottom;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.banner .banner_son {
  width: 100%;
  height: 1008px;
  color: #fff;
  position: absolute;
  top: -365px;
  overflow: hidden;
}
.banner .banner_son .guangzhu {
  height: 300px;
  position: absolute;
}
.banner .banner_son .guangzhu1 {
  right: 480px;
  bottom: -310px;
  animation: rising 2.2s linear infinite;
}
.banner .banner_son .guangzhu2 {
  right: 400px;
  bottom: -250px;
  animation: rising 2.2s linear infinite;
}
.banner .banner_son .guangzhu3 {
  right: 30px;
  bottom: -300px;
  animation: rising 2.2s linear infinite;
}
.banner .banner_son .bannerText {
  font-size: 14px;
  color: #ffe4be;
  line-height: 26px;
  margin-top: 795px;
}
.banner .banner_son .bannerText p {
  display: inline-block;
  color: #000000;
  background-color: #fff2d5;
  width: 70px;
  text-align: center;
  border-radius: 4px;
  margin-right: 5px;
}
.banner .banner_son .timer {
  color: #ffca80;
  font-size: 30px;
  line-height: 1;
  margin: 20px 0;
}
.banner .banner_son .timer img {
  display: inline-block;
  vertical-align: middle;
}
.banner .banner_son .timer p {
  display: inline-block;
  color: #ffca80;
  font-size: 20px;
  vertical-align: bottom;
  line-height: 1;
}
.banner .banner_son .applyBtn {
  display: block;
  width: 180px;
  padding-right: 10px;
  line-height: 38px;
  text-align: center;
  background: url(../images/banner/applyBtn.png) no-repeat center;
  font-size: 20px;
}
.title {
  width: 1000px;
  margin: 0 auto;
  height: 120px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.title .left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 160px;
  height: 15px;
  background-color: #9c481b;
  z-index: 3;
}
.title .center {
  padding: 20px 20px 20px 40px;
  background-color: #f0dca4;
  position: absolute;
  top: 50%;
  left: 140px;
  z-index: 2;
  transform: translateY(-50%);
}
.title .center p {
  display: inline-block;
  color: #83360d;
  font-size: 24px;
  text-transform: Uppercase;
  line-height: 1;
  vertical-align: middle;
}
.title .center h3 {
  display: inline-block;
  color: #83360d;
  font-size: 40px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 10px;
}
.title .right {
  position: absolute;
  top: 0%;
  right: 0;
  width: 600px;
  height: 100%;
  background: linear-gradient(to right, #f69a52, #a04d1f);
  z-index: 1;
}
.title .right img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
/*注册页面*/
.main-left {
  width: 640px;
  float: left;
  overflow: hidden;
}
.main-right {
  width: 320px;
  float: right;
}
.pd60 {
  padding-top: 70px;
}
.main-right p {
  font-size: 14px;
  line-height: 24px;
}
.main-right .con {
  font-size: 14px;
  font-family: Simsun;
  color: #333;
  margin-top: 20px;
  line-height: 24px;
}
/*评论赞助页面*/
.zContent {
  padding-top: 70px;
}
.zContent h2 {
  font-size: 24px;
  color: #333;
}
.zContent h3 {
  font-size: 16px;
  margin-top: 20px;
}
.zContent p {
  font-size: 14px;
  font-family: Simsun;
  line-height: 24px;
  margin-top: 10px;
}
/*轮播*/
#focus {
  width: 413px;
  background: #000;
  overflow: hidden;
  height: 226px;
  position: relative;
}
#focus ul li {
  float: left;
  display: block;
}
.focus-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.focus-nav a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: #aaa;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}
.focus-nav .on {
  background: #1D8ACF;
  color: #fff;
}
/*左侧微信*/
.xufu_wexin {
  display: none;
  font-family: Simsun;
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 1000;
  background: #00A2E9;
  width: 120px;
  color: #fff;
  padding-top: 10px;
}
.xufu_wexin h4 {
  font-family: microsoft Yahei;
  line-height: 30px;
  color: #FFE87A;
  font-size: 22px;
}
.xufu_wexin {
  font-size: 18px;
  text-align: center;
}
.xufu_wexin p {
  text-align: center;
  font-size: 12px;
  margin: 5px;
}
.xufu_wexin a img {
  display: block;
}
.xufu_wexin .weibo {
  width: 120px;
  display: block;
  font: 12px/42px simsun;
  color: #000;
}
.xufu_wexin .weibo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.fuchuang {
  position: fixed;
  right: 0;
  top: 35%;
  width: 89px;
  display: none;
  border-radius: 3px;
  z-index: 9999999999;
}
.fuchuang a {
  display: block;
  position: relative;
  width: 87px;
  height: 85px;
  border: 1px solid #04a1f0;
  border-bottom: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background: #2c296e;
}
.fuchuang a img {
  display: block;
  margin: 10px auto;
}
.fuchuang a #share-2 {
  display: none;
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
}
/*评选奖项*/
.JxContent {
  padding: 80px 0;
}
.JxContent table {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.JxContent td,
.JxContent th {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 0 10px;
}
.JxContent p {
  font: 14px/30px Simsun;
  margin: 10px 0;
}
/*投票*/
.toupiaoContent {
  font-family: Simsun;
  padding: 80px 0;
}
.toupiaoContent h4 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
.toupiaoContent p {
  line-height: 30px;
  margin-top: 8px;
}
/*倒计时*/
.time_nav {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  font-size: 20px;
  color: #fff;
  font-family: Microsoft Yahei;
  font-weight: normal;
}
.time_nav p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}
.time_nav .fr {
  width: 190px;
  text-align: left;
  line-height: 30px;
}
.time_nav span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/time_bg.jpg);
  text-align: center;
}
.time_nav em {
  font-size: 12px;
  font-style: normal;
}
/*评选投票*/
.toupiao {
  font-family: Microsoft Yahei;
}
.newTop {
  width: 805px;
  height: 306px;
  margin: 0 auto;
  background: url(../images/newTop.png);
}
.newTop ul li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.newTop h4 {
  color: #b2770f;
  font-size: 21px;
  padding-top: 110px;
  font-weight: bold;
}
.newTop .active p,
.newTop .active h4 {
  color: #fff;
}
.newTop p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
}
.newTB {
  margin-top: 30px;
}
.newTB h3 {
  font-size: 18px;
  color: #181818;
  margin: 0;
  padding-left: 20px;
  font-weight: bold;
}
.newTB p {
  font-size: 14px;
  color: #181818;
  margin: 0;
  line-height: 24px;
  padding-left: 50px;
}
.newT1 {
  background: url(../images/tltS1.png);
  height: 125px;
  margin-top: 20px;
}
.newT2 {
  background: url(../images/tltS1.png);
  height: 100px;
}
.newT3 {
  background: url(../images/tltS2.png);
  height: 100px;
}
.newT4 {
  background: url(../images/tltS3.png);
  height: 100px;
}
.chqh_ct {
  height: 40px;
  background: #efefef;
  color: #aa7200;
  font-family: Simsun;
  font-size: 16px;
  margin: 30px 10px 0 10px;
  font-weight: bold;
}
.chqh_ct li {
  cursor: pointer;
  float: left;
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #d2d2d2;
  padding: 0 30px;
}
.chqh_ct .bl0 {
  border-left: 0;
}
.chqh_ct .active {
  background: #aa7200;
  color: #fff;
}
.items_all .laser_items {
  display: none;
}
.laser_items {
  margin: 30px 10px 0 10px;
}
.laser_items li {
  margin-bottom: 20px;
  float: left;
  width: 235px;
  text-align: center;
  margin-right: 10px;
  font-family: Simsun;
  line-height: 18px;
}
.laser_items .wenz {
  height: 100px;
  overflow: hidden;
}
.laser_items .wenz > a {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin: 6px 0;
}
.laser_items li > .logoIc_link > img {
  width: 100%;
}
.laser_items .details_proud {
  font-size: 12px;
  position: relative;
  padding-left: 55px;
  margin: 0 10px;
  text-align: left;
}
.laser_items .details_proud span {
  position: absolute;
  left: 0;
  top: 0;
}
.logoIc_link {
  display: block;
  text-align: center;
}
.laser_items .tpo {
  height: 23px;
  width: 122px;
  margin: 10px auto;
  background: #b27008;
  border: 1px solid #b27008;
  line-height: 23px;
}
.laser_items .tpo .pir {
  display: block;
  float: left;
  width: 50%;
}
.laser_items .tpo .pit {
  display: block;
  float: left;
  width: 50%;
  background: #dcdcdc;
}
.laser_items li > .wenz > p {
  font-size: 12px;
  margin: 0;
  line-height: 16px;
}
.labelBtn {
  margin: 10px 0;
  font-size: 12px;
}
.labelBtn {
  text-align: center;
  height: 18px;
  line-height: 18px;
}
.labelBtn input {
  float: left;
  margin-left: 80px;
}
.labelBtn label {
  font-weight: bold;
  float: left;
  margin-left: 8px;
}
.footer_tool {
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin: 50px 0;
}
.footer_tool a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 192px;
  height: 48px;
  font-family: "microsoft yahei";
  font-size: 24px;
  color: #fff;
}
.tools1 {
  background: url(../images/toupiao.png);
}
.tools2 {
  background: url(../images/canlsereset.png);
  margin-left: 50px;
}
.tools3 {
  background: url(../images/resginer.png);
  margin-left: 50px;
}
.tools1:hover,
.tools2:hover,
.tools3:hover {
  text-decoration: none;
}
.fb {
  font-weight: bold;
}
.items_all {
  margin-left: 30px;
}
.bluech li .wenz .company {
  margin-top: 8px;
}
.part1 {
  position: relative;
  *zoom: 1;
}
.part1 .title h3 {
  color: #001c22;
  font: normal 30px/30px "Microsoft Yahei", "黑体";
  text-align: left;
  /*background: url(../images/tltBg.png) no-repeat left top;*/
  /*padding-left: 30px;*/
  height: 60px;
  line-height: 60px;
}
.toup {
  padding: 0 8px 10px 8px;
  width: auto;
}
.toup .chqh_ul {
  background: none repeat scroll 0 0 #8E0304;
  height: 40px;
  overflow: hidden;
  padding: 10px 0;
  width: auto;
}
.toup .chqh_ul li {
  border-right: 1px solid #710303;
  color: #FFFFFF;
  cursor: pointer;
  display: inline;
  float: left;
  font-size: 13px;
  height: 49px;
  line-height: 18px;
  margin-left: 25px;
  padding-right: 25px;
  text-align: center;
  width: 111px;
}
.toup .chqh_ul .sel01 {
  background: url(../images/qhbg.gif) no-repeat scroll 0 0 transparent;
  float: left;
  height: 49px;
  width: 111px;
}
.toup .chqh_ul .sel02 {
  float: left;
  height: 49px;
  width: 111px;
}
.toup .chqh_ct {
  background: none repeat scroll 0 0 #8E0304;
  height: 40px;
  overflow: hidden;
  padding: 10px 0;
  width: auto;
}
.toup .chqh_ct li {
  border-right: 1px solid #710303;
  color: #FFFFFF;
  cursor: pointer;
  display: inline;
  float: left;
  font-size: 13px;
  height: 49px;
  line-height: 42px;
  padding: 0 9px;
  text-align: center;
  width: 111px;
}
.toup .chqh_ct .sel01 {
  background: url(../images/qhbg.gif) no-repeat scroll center 0 transparent;
  float: left;
  height: 49px;
  width: 111px;
}
.toup .chqh_ct .sel02 {
  float: left;
  height: 49px;
  width: 111px;
}
.toup .chqh_ct .sel01 span {
  background: url(../images/bg02.gif) no-repeat scroll right center transparent;
  float: left;
  height: 22px;
  padding-right: 10px;
}
.bluech ul {
  width: auto;
  font-size: 12px;
  margin-top: 30px;
}
.bluech li {
  float: left;
  width: 227px;
  line-height: 18px;
  display: inline;
  margin: 0 11px 38px 0;
}
/*.bluech li h3{ height:183px; width:225px;border:1px solid #dcdcdc;text-align: center; }*/
.bluech li img {
  overflow: hidden;
  height: 183px;
  width: 225px;
  border: 1px solid #dcdcdc;
}
.bluech li h3 i {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.bluech li h3 a {
  float: none;
}
.bluech li .wenz {
  /*float:left; */
  text-align: center;
  height: 130px;
  padding-top: 5px;
  /*overflow:hidden;*/
  position: relative;
  font-family: "microsoft yahei";
  vertical-align: top;
}
.bluech li .wenz input {
  float: left;
  position: absolute;
  top: 5px;
  left: 0;
}
.bluech li .wenz a {
  overflow: hidden;
  line-height: 18px;
  text-align: left;
  padding-left: 25px;
  display: block;
  font-size: 14px;
}
.bluech li .wenz .tpo {
  float: left;
  width: 121px;
  height: 23px;
  position: absolute;
  left: 45px;
  bottom: 0;
  border: 1px solid #b27008;
}
.bluech li .wenz .pit {
  height: 23px;
  line-height: 23px;
  width: 60px;
  background: #dcdcdc;
  font-size: 14px;
  color: #000;
  float: left;
}
.bluech li .wenz .pir {
  float: left;
  display: inline;
  width: 61px;
  height: 23px;
}
.bluech li .wenz .pir a {
  width: 61px;
  height: 23px;
  line-height: 23px;
  background: #b27008;
  color: #fff;
  display: block;
  font-size: 14px;
  color: #000;
  text-align: center;
  padding-left: 0;
}
.bluech li .wenz .pir a:hover {
  background: #FF0000;
  color: #fff;
  text-decoration: none;
}
.bluech li .wenz .pir a.hover {
  background: #999;
  color: #fff;
  text-decoration: none;
}
.bluech li .wenz-1 {
  float: left;
  width: 143px;
  text-align: center;
  height: auto;
  padding-top: 5px;
  overflow: hidden;
  position: relative;
}
.bluech li .wenz-1 input {
  float: left;
  position: absolute;
  top: 5px;
  left: 0;
}
.bluech li .wenz-1 a {
  overflow: hidden;
  float: left;
  line-height: 21px;
  text-align: left;
  padding-left: 25px;
}
.bluech li .wenz-1 .tpo {
  float: left;
  width: 133px;
  padding: 0px 5px;
}
.bluech li .wenz-1 .pit {
  height: 20px;
  line-height: 20px;
  background: #c90f0d;
  color: #fff;
  padding: 0px 5px;
  float: left;
  margin-top: 5px;
}
.bluech li .wenz-1 .pir {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  display: inline;
}
.bluech li .wenz-1 .pir a {
  width: auto;
  margin: 0px;
  height: 20px;
  line-height: 20px;
  background: #FF9900;
  color: #fff;
  padding: 0px 5px;
  float: left;
}
.bluech li .wenz-1 .pir a:hover {
  width: auto;
  margin: 0px;
  height: 20px;
  line-height: 20px;
  background: #FF0000;
  color: #fff;
  padding: 0px 5px;
  float: left;
  text-decoration: none;
}
.bluech li .wenz-1 .pir a.hover {
  width: auto;
  margin: 0px;
  height: 20px;
  line-height: 20px;
  background: #999;
  color: #fff;
  padding: 0px 5px;
  float: left;
  text-decoration: none;
}
.bluech li a {
  color: #444;
  /* float:left;*/
}
.none {
  display: none;
}
#new_vouch2,
#new_vouch3,
#new_vouch1 {
  height: 0;
  background: none;
  font-size: 0;
  margin: 0;
}
#new_vouch2 li,
#new_vouch3 li,
#new_vouch4 li {
  cursor: pointer;
  float: left;
  height: 0;
  line-height: 0;
  border: none;
  padding: 0 30px;
}
.bluech li {
  float: left;
  width: 227px;
  line-height: 18px;
  display: inline;
  margin: 0 11px 38px 0;
}
#newvouch4_1 li {
  width: 156px;
  margin-right: 74px;
}
#newvouch4_1 li h3 {
  width: 156px;
  height: 183px;
}
#newvouch4_1 li img {
  max-width: 156px;
  max-height: 183px;
  vertical-align: middle;
  border: none;
}
#newvouch4_1 li .wenz .tpo {
  left: 12px;
}
#newvouch4_1 ul {
  margin-left: 60px;
}
#newvouch3_1 li .wenz input {
  top: 13px;
}
.bluech li .wenz .product {
  font-weight: bold;
}
#newvouch3_1 li .wenz .product {
  *line-height: 0;
  *height: 0;
  *font-size: 0;
}
#newvouch3_1 li .wenz .company {
  *margin-top: -10px;
}
.btn__cp:link,
.btn__cp:visited {
  background: url(../images/canlsereset.png) 0 0 no-repeat;
  width: 192px;
  height: 48px;
  font: 26px/48px "microsoft yahei";
  color: #fff;
}
.btn__cp:hover {
  text-decoration: none;
}
.btn_box a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.top-content .top_bar {
  float: left;
  width: 220px;
  height: 107px;
  background: url(../images/topBw.png);
  text-align: center;
}
.top-content .active {
  background: url(../images/topBc.png);
}
.top-content .top_bar h2 {
  font-size: 16px;
  color: #666666;
  padding-top: 30px;
}
.top-content .active h2 {
  font-size: 20px;
  color: #333333;
  padding-top: 25px;
}
.top-content .top_bar p {
  font-size: 18px;
  color: #666666;
  margin-top: 5px;
}
.top-content .active p {
  color: #333;
}
.top-content span {
  display: block;
  float: left;
  width: 18px;
  height: 20px;
  background: url(../images/top_bar.png);
  margin: 43px 8px 0 8px;
}
.mt75 {
  margin-top: 75px;
}
.auther_main {
  text-align: center;
  color: #fff;
}
.auther_main h4 {
  font-weight: bold;
  margin: 10px 0 0 0;
}
.auther_main p {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.content_auther p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.auther_main img {
  width: 170px;
}
.tlt3 {
  margin: 20px 50px;
  color: #b2770f;
  text-align: center;
}
.go {
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(http://www.ofweek.com/award/2016/laser/images/go.png) 0 0 no-repeat;
  left: -26px;
  top: 10px;
  -webkit-animation: goreg 1s infinite;
  -moz-animation: goreg 1s infinite;
  -ms-animation: goreg 1s infinite;
  animation: goreg 1s infinite;
}
@-webkit-keyframes goreg {
  from {
    left: -26px;
  }
  to {
    left: -20px;
  }
}
@-moz-keyframes goreg {
  from {
    left: -26px;
  }
  to {
    left: -20px;
  }
}
@-ms-keyframes goreg {
  from {
    left: -26px;
  }
  to {
    left: -20px;
  }
}
@keyframes goreg {
  from {
    left: -26px;
  }
  to {
    left: -20px;
  }
}
.pwt_content {
  font-family: Simsun;
}
.pwt_content td {
  padding-bottom: 30px;
}
.pwt_content h3 {
  line-height: 26px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 5px;
}
.pwt_content p {
  line-height: 26px;
  color: #666666;
  margin-top: 5px;
  text-indent: 2em;
  word-break: break-all;
  text-align: justify;
}
.mtb50 {
  padding: 50px 0;
}
/*购票*/
.form .txt {
  float: none;
}
/*评选介绍*/
.mt10 {
  margin-top: 10px;
}
.mt14 {
  margin-top: 14px;
}
.jieshao {
  background-color: #000;
}
.jieshao .jieshao-cont {
  padding-bottom: 80px;
}
.jieshao .jieshao-cont p {
  color: #fae4a2;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
.pic_list,
.pic_list li,
.pic_list li img {
  width: 348px;
  height: 249px;
  overflow: hidden;
}
/*.pic_list li{position:absolute;top:0;left:0;}*/
.dot_list2 {
  position: absolute;
  right: 10px;
  bottom: -4px;
  height: 32px;
  line-height: 32px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
  text-align: center;
  *zoom: 1;
}
:root .dot_list2 {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#00000000', endColorstr='#00000000');
}
.dot_list2 li {
  width: 11px;
  height: 11px;
  background: #AAAAAA;
  margin: 12px 0 0 5px;
  cursor: pointer;
  display: inline-block;
  _display: inline;
}
.dot_list2 li.active {
  background: #1D8ACF;
  width: 11px;
  height: 11px;
}
/*奖项设置*/
.mt30 {
  margin-top: 30px;
}
.shezhi {
  background: url(../images//shezhi_bg.png) #b09363 no-repeat center top;
  padding: 20px 0;
}
.shezhi .shezhi-cont ul li {
  height: 330px;
  width: 330px;
}
.shezhi .shezhi-cont p {
  text-align: center;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #fff;
}
.bold {
  font-weight: bold;
}
.prize {
  position: relative;
}
.prize .prize-intro {
  text-align: center;
  font: normal 14px/22px "Microsoft Yahei";
  color: #fff;
  margin-top: 30px;
}
.prize .prize-note {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 40px;
}
.prize .prize-bd {
  position: relative;
  margin-top: 70px;
}
.prize .prize-bd .prize_name {
  width: 62px;
}
.prize .prize-bd .prize_name div {
  background: url(../images/prize/name_bg.png) no-repeat center;
  font-size: 24px;
  color: #a55524;
  margin-bottom: 8px;
  width: 28px;
  padding: 30px 18px 30px 13px;
}
.prize .prize-bd .prize_name .on {
  background: url(../images/prize/name_bg_on.png) no-repeat center;
  color: #fff;
}
.prize .prize-bd .prize_cont {
  width: 895px;
  overflow: hidden;
}
.prize .prize-bd .prize_cont ul {
  width: 100%;
  height: 475px;
  overflow: hidden;
  position: relative;
}
.prize .prize-bd .prize_cont ul li {
  width: 292px;
  height: 292px;
  background: url(../images/prize/shezhi-bg-1.png) no-repeat center;
  position: absolute;
}
.prize .prize-bd .prize_cont ul li .text {
  text-align: center;
}
.prize .prize-bd .prize_cont ul li .text .tit {
  display: inline-block;
  padding-top: 100px;
}
.prize .prize-bd .prize_cont ul li .text h3 {
  font-size: 22px;
  color: #a55524;
  margin: 10px auto 20px;
}
.prize .prize-bd .prize_cont ul li .text a {
  display: block;
  width: 80px;
  line-height: 28px;
  background-color: #a55524;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 10px;
}
.prize .prize-bd .prize_cont ul li .on {
  text-align: center;
  width: 200px;
  margin: 0 auto;
}
.prize .prize-bd .prize_cont ul li .on h3 {
  font-size: 14px;
  color: #fff;
  padding-top: 80px;
}
.prize .prize-bd .prize_cont ul li .on p {
  font-size: 14px;
  color: #fff;
}
.prize .prize-bd .prize_cont ul li .on a {
  display: block;
  width: 80px;
  line-height: 28px;
  background-color: #f0dca4;
  font-size: 14px;
  color: #a55524;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 10px;
}
.prize .prize-bd .prize_cont ul .ac {
  background: url(../images/prize/shezhi-bg-2.png) no-repeat center;
}
.prize .prize-bd .prize_cont ul .prize-item1 {
  top: 0px;
  left: 0;
}
.prize .prize-bd .prize_cont ul .prize-item2 {
  top: 160px;
  left: 150px;
}
.prize .prize-bd .prize_cont ul .prize-item3 {
  top: 0;
  left: 300px;
}
.prize .prize-bd .prize_cont ul .prize-item4 {
  top: 160px;
  left: 450px;
}
.prize .prize-bd .prize_cont ul .prize-item5 {
  top: 0;
  left: 600px;
}
.prize .prize-bd .prize_cont ul .prize-item6 {
  top: 70px;
  left: 100px;
}
.prize .prize-bd .prize_cont ul .prize-item7 {
  top: 70px;
  left: 500px;
}
.reason {
  background-color: #372110;
  padding: 40px 0;
}
.reason .cont {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
.reason .cont div {
  width: 460px;
  height: 170px;
  padding-bottom: 40px;
}
.reason .cont img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.reason .cont p {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  width: 270px;
}
/*评选流程*/
.liucheng {
  background: url(../images/lc/liucheng.png) no-repeat center bottom;
  padding: 40px 0;
}
.liucheng .liucheng-cont {
  margin: 40px auto;
}
.liucheng .liucheng-cont .liucheng_name {
  border-bottom: 1px solid #fbe8b0;
  padding-bottom: 20px;
  font-size: 0;
}
.liucheng .liucheng-cont .liucheng_name li {
  position: relative;
  padding: 20px 47px;
  background: url(../images/lc/item_bg.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 8px;
  margin-left: 30px;
  text-align: center;
  font-size: 18px;
}
.liucheng .liucheng-cont .liucheng_name li:nth-of-type(1) {
  margin-left: 0px;
}
.liucheng .liucheng-cont .liucheng_name li .zero {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translateX(-50%);
  background-color: #fbe8b0;
  border-radius: 50%;
}
.liucheng .liucheng-cont .liucheng_name .hot .zero {
  background: url(../images/lc/zero.png) no-repeat center;
}
.liucheng .liucheng-cont .liucheng_name .hot .timer {
  color: #fb4d00;
}
.liucheng .liucheng-cont .liucheng_name .new_hot::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -3px;
  background: url(../images/lc/hot.png) no-repeat center;
  width: 90px;
  height: 115px;
}
.liucheng .liucheng-cont .liucheng_cont {
  background: url(../images/lc/baoming.png) no-repeat;
  background-position: 50px 50%;
  padding: 40px 0;
  margin: 40px auto;
}
.liucheng .liucheng-cont .liucheng_cont li {
  padding-left: 174px;
  padding-right: 40px;
  color: #fbe8b0;
  font-size: 16px;
}
.liucheng .liucheng-cont .text {
  width: 100%;
  font-size: 0;
}
.liucheng .liucheng-cont .text .fl {
  width: 820px;
  color: #eee;
  font-size: 14px;
  padding: 0 30px;
}
.liucheng .liucheng-cont .text .name {
  padding: 0;
  width: 100px;
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 24px;
  color: #eee;
}
.applyWrap {
  padding: 40px 0;
  background: url(../images/apply_bg.png) no-repeat center;
  background-size: cover;
}
.applyWrap .applyBtn {
  display: block;
  width: 200px;
  line-height: 42px;
  background-color: #f0d796;
  border-radius: 20px;
  margin: 40px auto;
  text-align: center;
  font-size: 24px;
}
.applyWrap .applyTitle {
  color: #f0dca4;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  width: 180px;
  position: relative;
  margin-bottom: 60px;
}
.applyWrap .applyTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(156, 72, 27, 0.5);
}
.applyWrap .fangshi1 {
  width: 480px;
  height: 140px;
  background: url(../images/apply2.png) no-repeat center;
}
.applyWrap .fangshi2 {
  width: 480px;
  height: 140px;
  background: url(../images/apply1.png) no-repeat center;
}
.applyWrap .text {
  font-size: 16px;
  color: #fff;
  padding: 50px 20px 0 100px;
}
.applyWrap .lianxi {
  width: 100%;
}
.applyWrap .lianxi .fr {
  width: 550px;
  text-align: center;
}
.applyWrap .lianxi .fr img {
  display: block;
  margin: 0 auto;
}
.applyWrap .lianxi .fr p {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
}
.applyWrap .lianxi .item {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
/*谁是评委*/
.pingwei {
  background-color: #372110;
  margin-top: -5px;
  padding: 20px 0;
  padding-top: 50px;
}
.pingwei .con {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}
.pingwei .swiper-container {
  width: 1015px;
  height: 100%;
  font-size: 0px;
}
.pingwei .swiper-slide {
  text-align: center;
  width: 200px;
  display: inline-block;
  align-items: center;
}
.pingwei .swiper-slide img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 180px;
}
.pingwei .swiper-slide h3 {
  color: #ffe39f;
  font-size: 22px;
  line-height: 40px;
}
.pingwei .swiper-slide div {
  width: 60px;
  margin: 20px auto;
  height: 4px;
  background-color: #ffe39f;
}
.pingwei .swiper-slide p {
  width: 96%;
  color: #ffe39f;
  font-size: 16px;
}
.swiper-pagination-bullet {
  background-color: #d19a5a;
  width: 80px;
  border-radius: 4px;
}
.pingwei .pingwei-cont p {
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #FFF;
  text-align: center;
  width: 800px;
  margin: 40px auto 0;
}
/*报名*/
.baoming {
  margin-top: 50px;
}
.baoming_title {
  text-align: center;
}
.baoming .baoming-cont h6 {
  font-size: 18px;
  font-family: "microsoft yahei";
  color: #FFBF2F;
  text-align: center;
  margin: 20px 0 24px;
}
.baoming .wen {
  background: url(../images/baoming-bg.png) no-repeat 0px 0px;
  height: 226px;
  text-align: center;
  width: 735px;
  margin: 0 auto;
  padding-top: 42px;
}
.baoming .baoming-cont p {
  color: #FFF;
  font-size: 14px;
}
.mt42-mb35 {
  margin-bottom: 35px;
}
.baoming .baoming-cont p span {
  color: #FFBF2F;
  font-size: 18px;
}
/*联系我们*/
.prize-join1 {
  display: block;
  width: 146px;
  height: 38px;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}
.prize-join1:link,
.prize-join1:visited {
  color: #333;
  background-color: #fdcb01;
  text-decoration: none;
}
.prize-join1:hover {
  color: #333;
  background-color: #ebbc00;
}
.top_title {
  width: 100%;
  text-align: center;
  color: #f0dca4;
  font-size: 20px;
  background-color: #000;
  padding-bottom: 23px;
}
.prize_table {
  background: url('../images/prizebg_02.png');
  background-size: 100%;
  border-bottom: 3px solid #f7dfab;
}
.prize_table ._prize_info {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}
.prize_table ._prize_info .top_title_js {
  color: #fff;
  font-size: 16px;
  margin-bottom: 50px;
}
.prize_table ._prize_info .remark {
  text-align: left;
  color: #fff;
  margin-top: 10px;
}
.prize_table #prize_table .title {
  height: 65px;
  background-color: #c9ac82;
}
.prize_table #prize_table .title th {
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: 1px solid #c9ac82;
  font-weight: 400;
}
.prize_table #prize_table .title .category {
  width: 125px;
}
.prize_table #prize_table .title .my_prize {
  width: 195px;
}
.prize_table #prize_table .title .range {
  width: 335px;
}
.prize_table #prize_table tr {
  background-color: #af9363;
  text-align: left;
}
.prize_table #prize_table tr td {
  padding: 25px 19px;
  font-size: 16px;
  border: 1px solid #c9ac82;
  color: #fff;
}
.right_gg {
  display: block;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  border-right: 1px solid #FAD996;
}
.right_gg .navbar_ul {
  width: 125px;
}
.right_gg .navbar_ul li a {
  display: block;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FAD996;
  line-height: 48px;
  opacity: 1;
  overflow: visible;
  text-indent: 10px;
  background: url('../images/yuan.png') no-repeat center right;
}
.right_gg .navbar_ul li.on a {
  background: url(../images/yuan_on.png) no-repeat;
  background-position: 0px 50%;
  color: #000350;
}
.right_gg .navbar_ul li a:hover {
  background: url(../images/yuan_on.png) no-repeat;
  background-position: 0px 50%;
  color: #000350;
}
