@charset "utf-8";
/* CSS Document */
/*global css*/
html,
body {
  width: 100%;
  height: 100%;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
blockquote,
th,
td,
p,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  color: #333;
  font-family: "microsoft yahei", Arial;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  background: url(../images/bg.png) no-repeat center top #002387;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
/*div:after, ul:after, li:after {clear: both;content: " ";display: block;font-size: 0;height: 0;visibility: hidden;}*/
ul,
ol {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
a {
  color: #333;
}
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #c00;
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
h6 {
  text-align: center;
}
hr {
  padding: 0;
  border: 0;
  margin: 0;
  height: 0;
  background: none;
  display: block;
  *margin: -7px 0 -9px;
}
.white,
.white a {
  color: #fff;
}
.white a:link,
.white a:visited,
.white a:hover {
  color: #fff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.red {
  color: #ff0000;
}
.red a {
  color: #ff0000;
}
.red a:link,
.red a:visited,
.red a:hover {
  color: #ff0000;
}
.mt50 {
  margin-top: 50px;
}
.mb40 {
  margin-bottom: 40px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt40 {
  padding-top: 40px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.pb40 {
  padding-bottom: 40px;
}
.w200 {
  width: 200px;
}
.w380 {
  width: 500px;
}
.w580 {
  width: 580px;
}
.w320 {
  width: 320px;
}
.w700 {
  width: 700px;
}
.w250 {
  width: 250px;
}
.txtcenter {
  text-align: center;
}
.font {
  font: 14px/24px "Microsoft yahei", "黑体";
}
.w-cnt {
  width: 1200px;
  margin: 0 auto;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
/*专题顶部导航*/
.top-bar {
  background: #fff;
  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;
}
.navbar {
  line-height: 44px;
  background: rgba(0, 0, 0, 0.7);
}
.navbar .sb {
  height: 60px;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background: url(../images/nav_1.png) repeat center top;
}
.navbar .sb:hover {
  text-decoration: none;
}
.navbar ul.fl > li {
  float: left;
  text-align: center;
  margin: 0 -1px;
}
.navbar ul.fl > .on,
.navbar ul.fl > li:hover {
  font-weight: 700;
}
.navbar ul.fl > li > a {
  display: block;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  padding: 0 26px;
  cursor: pointer;
  line-height: 60px;
}
.navbar ul.fl li a:hover {
  text-decoration: none;
}
.lijie > ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 100;
}
.lijie:hover > ul {
  display: block;
}
.lijie > ul > li {
  text-align: center;
  padding: 0 7px;
  background: #927655;
  white-space: nowrap;
}
.lijie > ul > li > a {
  color: #fff;
  display: block;
}
.lijie > ul > li:hover > a {
  color: #000;
}
.lijie > ul > li:hover {
  background: #d6be84;
}
.header {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 32px;
  z-index: 1000;
}
.header-fixed {
  position: fixed;
  top: 0;
}
/* banner */
.banner {
  position: relative;
  height: 875px;
  padding-top: 80px;
  background: url('../images/banner.jpg?v=2') no-repeat center top;
  overflow: hidden;
}
.banner .wrap {
  height: 100%;
  position: relative;
}
.banner .wrap .banner-time {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0px 3px 0px #021c70;
  text-align: center;
  padding-top: 560px;
}
.banner .wrap .banner_text {
  width: 700px;
  margin: 60px auto;
  height: 170px;
  line-height: 34px;
  text-align: center;
  background: url(../images/banner_text.png) no-repeat center;
}
.banner .wrap .banner_text h3 {
  font-size: 22px;
  padding-top: 10px;
  color: #00EAFF;
  font-weight: 100;
}
.banner .wrap .banner_text p,
.banner .wrap .banner_text a {
  font-size: 18px;
  font-family: SourceHanSansCN;
  color: #fff;
  text-decoration: none;
}
/* 评选简介 */
.part_title {
  text-align: center;
  width: 100%;
  height: 68px;
  line-height: 68px;
  background: url(../images/title.png) no-repeat center top;
  font-size: 36px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #00eaff;
}
.intro .wrap {
  height: 334px;
  background: url(../images/intro_bg.png) no-repeat center;
  background-size: contain;
}
.intro .wrap .intor_text {
  padding-top: 40px;
  padding-left: 260PX;
  padding-right: 60PX;
}
.intro .wrap .intor_text P {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 10px;
  opacity: 0.7;
}
/* 评选流程 */
.process {
  font-size: 0;
}
.process .wrap {
  overflow: hidden;
}
.process .wrap .li {
  position: relative;
  display: inline-block;
  width: 380px;
  height: 271px;
  background: url(../images/process_li.png) no-repeat center;
  margin-left: 20px;
  margin-bottom: 30px;
  vertical-align: top;
}
.process .wrap .li:nth-of-type(1) {
  margin-left: 0px;
}
.process .wrap .li:nth-of-type(4) {
  margin-left: 0px;
}
.process .wrap .li:hover .text {
  display: block;
}
.process .wrap .li:hover .name {
  display: none;
}
.process .wrap .li:hover a {
  background-color: #00EAFF;
  color: #00177F;
}
.process .wrap .li .name {
  text-align: center;
}
.process .wrap .li .name .title {
  width: 160px;
  height: 40px;
  margin: 20px auto;
  background: url(../images/process_title.png) no-repeat center;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  line-height: 36px;
  color: #00eaff;
}
.process .wrap .li .name p {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #00eaff;
  line-height: 30px;
}
.process .wrap .li .name h3 {
  font-size: 26px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #00eaff;
  line-height: 36px;
}
.process .wrap .li .text {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 30px 35px 0;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #00eaff;
  line-height: 18px;
  height: 200px;
  display: none;
}
.process .wrap .li a {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #773bff;
  border-radius: 15px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
/*参评理由*/
.selection .cont {
  width: 100%;
  height: 870px;
  background: url(../images/selection.png) no-repeat center;
  position: relative;
}
.selection .cont .li {
  width: 455px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 35px 0;
}
.selection .cont .li h3 {
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #00eaff;
  line-height: 30px;
}
.selection .cont .li p {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.7;
}
.selection .cont .li:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 55px;
}
.selection .cont .li:nth-of-type(2) {
  position: absolute;
  top: 196px;
  left: 735px;
}
.selection .cont .li:nth-of-type(3) {
  position: absolute;
  top: 425px;
  left: 15px;
}
.selection .cont .li:nth-of-type(4) {
  position: absolute;
  top: 620px;
  left: 695px;
}
/* 专业评委团 */
.judge {
  padding: 50px 0 0;
}
.judge_list {
  margin-top: 55px;
  font-size: 0;
}
.judge_list li {
  position: relative;
  float: left;
  width: 300px;
  height: 315px;
  overflow: hidden;
  text-align: center;
}
.judge_list li:nth-child(5n) {
  margin-right: 0;
}
.judge_list li .judge_img {
  width: 177px;
  height: 210px;
  border-radius: 177px;
  margin: 32px auto 5px;
  overflow: hidden;
  transition: all 0.2s;
  border: 2px solid transparent;
}
.judge_list li .judge_img img {
  width: 160px;
  height: 160px;
  transition: all 0.3s;
  margin: 9px auto;
}
.judge_list li div {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #00eaff;
  line-height: 18px;
}
.judge_list li p {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #fffafc;
  line-height: 18px;
  padding: 5px 10px 0;
}
.judge_list li::before {
  content: '';
  display: block;
  visibility: visible;
  position: absolute;
  top: 20px;
  left: 60px;
  background: url('../images/jiabin/jiabin-logo.png') no-repeat center center;
  overflow: hidden;
  width: 183px;
  height: 204px;
  border: none;
}
/* 往届回顾 */
.review {
  padding: 30px 0 0;
}
.review .wrap {
  width: 1200px;
}
.review_list {
  margin-top: 55px;
}
.review-cont {
  position: relative;
  width: 320px;
  height: 330px;
  margin: 0 20px 0 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.2s;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid transparent;
}
.review-cont:hover {
  border: 1px solid #eebb84;
}
.review-cont .review-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
}
.review-cont .review-text span {
  display: block;
  font-size: 22px;
}
.review-cont .review-text p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}
.review-box {
  margin-top: 50px;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.4);
}
.review .swiper-container {
  width: 1046px;
  padding: 0 33px;
}
.swiper-container .swiper-button-next {
  background: url('../images/next.png') no-repeat center center;
  background-size: 100% 100%;
  color: transparent;
  width: 26px;
  height: 111px;
  position: absolute;
  right: 0;
  top: 40%;
}
.swiper-container .swiper-button-prev {
  background: url('../images/prev.png') no-repeat center center;
  background-size: 100% 100%;
  color: transparent;
  width: 26px;
  height: 111px;
  position: absolute;
  left: 0;
  top: 40%;
}
/*报名方式*/
.ways_wrap {
  margin-top: 55px;
  font-size: 0;
  text-align: center;
}
.ways_wrap .ways_item {
  display: inline-block;
  width: 500px;
  height: 172px;
  box-sizing: border-box;
  padding: 30px 50px;
  margin: 0 30px;
  vertical-align: middle;
  background: url('../images/ways-bg.png') no-repeat top center;
}
.ways_wrap .ways_item > div {
  width: 368px;
  margin: 0 auto 10px;
  height: 38px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #00EAFF;
  background: url('../images/process_title.png') no-repeat top center;
}
.ways_wrap .ways_item > p,
.ways_wrap .ways_item > a {
  line-height: 1.8;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
/* 主办单位 */
.organizer {
  padding: 18px 0;
  background: #fff;
}
.organizer .wrap {
  font-size: 0;
  text-align: center;
}
.organizer .organizer_item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}
.organizer .organizer_item:first-child {
  margin-left: 0;
}
.organizer .organizer_item span {
  display: inline-block;
  font-size: 18px;
  color: #000;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: bold;
}
.organizer .organizer_item img {
  display: inline-block;
  vertical-align: middle;
}
/*评选细则内页*/
.banner-s {
  height: 295px;
  background: url(../images/banner_03.jpg) no-repeat center top;
  margin-top: 44px;
}
.steps {
  padding: 50px 0;
  background: #927655;
}
.steps li {
  float: left;
  padding-left: 80px;
  padding-right: 80px;
  background-image: url(../images/steps.png);
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  width: 110px;
  position: relative;
}
.steps li .spacer {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 80px;
  text-align: center;
  line-height: 50px;
}
.steps li .spacer span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a38b6f;
  margin: 0 5px;
}
.content > div > div {
  border-bottom: 2px solid #927655;
  position: relative;
  margin-top: 60px;
}
.content > div > div > div {
  padding: 40px 40px 40px 370px;
  margin-left: -35px;
}
.content .pxlc {
  background: url(../images/label01.png) no-repeat left 20px;
}
.content .pxlc div {
  border-left: 2px solid #927655;
  position: relative;
}
.content .pxlc dl:after {
  display: block;
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  border: 2px solid #927655;
  background: #fff;
  border-radius: 50%;
  left: -11px;
  top: 0;
}
.content .pxlc dl {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 30px;
  position: relative;
  padding-left: 25px;
  text-align: justify;
  word-break: break-all;
}
.content .pxlc dl dt {
  font-weight: bold;
}
.content .jxsz {
  background: url(../images/label02.png) no-repeat left 20px;
}
.content .jxsz .t1 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.content .jxsz .table th {
  background: #927655;
  color: #fff;
  font-weight: normal;
  padding: 8px 0;
}
.content .jxsz .table tr {
  border-bottom: 1px solid #927655;
}
.content .jxsz .table td + td {
  border-left: 1px solid #927655;
}
.content .jxsz .table li {
  padding: 12px 8px;
  border-top: 1px solid #927655;
}
.content > div > div > a {
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  margin-top: 2px;
  background: url(../images/open.png) no-repeat;
  width: 90px;
  height: 40px;
}
.content > div > div > .off {
  background: url(../images/close.jpg) no-repeat;
}
.content .ljsb {
  background: url(../images/label03.png) no-repeat left 20px;
}
.content .title {
  font-size: 24px;
  line-height: 40px;
  color: #ae743e;
  bottom: 100%;
  left: 0;
  position: absolute;
  z-index: 100;
  margin-bottom: 2px;
  display: none;
}
.advance {
  height: 302px;
  background: url(../images/bg_08.jpg) no-repeat center -2px;
}
.advance .wrap {
  padding-top: 140px;
}
.advance .wrap #slim {
  height: 120px;
  overflow: hidden;
}
/*投票内页*/
.banner2 {
  background: url(../images/banner_03.jpg?v=2) no-repeat center top;
  height: 380px;
  margin-top: 44px;
}
.main-content {
  margin-top: 30px;
  position: relative;
}
.main-content .anchor {
  position: absolute;
  top: -44px;
}
.main-content .top {
  height: 380px;
  background: #927655;
}
.main-content .top > .fl {
  width: 480px;
}
.main-content .top > .fr {
  width: 500px;
  margin-right: 10px;
}
.main-content .top > .fl h2 {
  margin-left: 20px;
  background: url(../images/x-i1.png) no-repeat left center;
}
.main-content .top .title {
  padding-left: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
.main-content .top > .fr h2 {
  background: url(../images/x-i2.png) no-repeat left center;
}
.main-content .top > .fl > div {
  height: 347px;
  margin-left: 1px;
  background: #fff;
}
.top .tab {
  border-bottom: 1px solid #927655;
  background: #e9e4dd;
  height: 39px;
}
.top > .fr .switch {
  font-size: 16px;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.top > .fr .switch li {
  float: left;
  margin-right: 25px;
  padding-left: 12px;
}
.top > .fr .vedio {
  margin-top: 19px;
}
.top .tab li {
  width: 239px;
  float: left;
  line-height: 39px;
  text-align: center;
  font-weight: bold;
  color: #927655;
  position: relative;
  cursor: pointer;
}
.top .tab li.active {
  background: #fff;
}
.top .tab li.active:after {
  content: '';
  width: 7px;
  height: 5px;
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 50%;
  margin-left: -3px;
  background: url(../images/x-i3.png);
}
.top .statement {
  margin: 10px 10px 0;
}
.top .statement li p {
  font-size: 14px;
  line-height: 26px;
}
.top .statement li p.note {
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  font-family: 'simsun';
  opacity: 0.6;
}
.awards > h2 {
  font-weight: normal;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  background: #927655;
  text-align: center;
  margin-top: 60px;
}
.awards > h2 span {
  display: inline-block;
  position: relative;
}
.awards > h2 span:before,
.awards > h2 span:after {
  position: absolute;
  width: 26px;
  height: 18px;
  border-color: #fff;
  border-style: solid;
}
.awards > h2 span:before {
  border-width: 1px 0 0 1px;
  top: 4px;
  right: 100%;
  margin-right: 1px;
}
.awards > h2 span:after {
  border-width: 0 1px 1px 0;
  bottom: 4px;
  left: 100%;
  margin-left: 1px;
}
.award-item {
  position: relative;
}
.award-item .anchor {
  position: absolute;
  top: -44px;
}
.award-item > h2 {
  margin: 30px 0 10px;
}
.award-1 table th {
  border: 2px solid #927655;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  cursor: default;
  width: 33.333%;
}
.award-1 table th.on {
  color: #fff;
  background: #927655;
}
.vote-con {
  margin-top: 30px;
  margin-left: -13px;
  margin-right: -13px;
}
.vote-con > ul {
  font-size: 0;
  text-align: center;
}
#vote-tab > ul {
  display: none;
}
#vote-tab > ul.active {
  display: block;
}
.vote-con img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #927655;
}
.vote-con > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 171px;
  padding: 0 13px 13px;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #b9b9b9;
  margin-top: 10px;
}
.vote-con > ul > li:nth-child(6n+1) {
  border-left: none;
}
.vote-con > ul > li > h2 {
  font-size: 16px;
  line-height: 22px;
  min-height: 44px;
  font-weight: bold;
  margin-top: 10px;
}
.vote-con > ul > li > h5 {
  margin-top: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  min-height: 32px;
}
.vote-con > ul > li a {
  color: #333;
}
.vote-con > ul > li > p {
  text-align: center;
  margin-top: 8px;
}
.vote-con > ul > li > p > span {
  display: inline-block;
  width: 60px;
  border: 1px solid #b27008;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  vertical-align: top;
}
.vote-con > ul > li > p > span.count {
  background: #dcdcdc;
}
.vote-con > ul > li > p > span.btn {
  background: #c00;
  border-left: none;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}
.vote-con > ul > li > p > span.over {
  background: #999 !important;
  color: #000 !important;
}
.window {
  position: fixed;
  bottom: 0;
  /*left:50%;
	margin-left: 580px;*/
  right: 0;
  width: 160px;
  height: 494px;
  background: url(../images/x-bg.png);
}
.window a:hover {
  text-decoration: none;
}
.window .w1 {
  height: 182px;
  padding-left: 18px;
  padding-right: 12px;
}
.window .w1 div {
  padding-top: 22px;
}
.window .w2 {
  height: 138px;
  padding-left: 18px;
  padding-right: 12px;
}
.window .w2 ul {
  padding-top: 12px;
}
.window .w2 ul li {
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-top: 2px;
  background: #d4bda2;
}
.window .w2 ul li a {
  color: #562808;
}
.window .w3 {
  height: 36px;
  padding-left: 13px;
  padding-right: 7px;
  line-height: 36px;
  text-align: center;
}
.window .w3 a {
  color: #fff;
  padding-right: 20px;
  position: relative;
}
.window .w3 a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 8px;
  right: 4px;
  border-style: solid;
  border-color: transparent transparent #fff;
  border-width: 0 3.5px 4px 3.5px;
}
.window .w4 {
  height: 60px;
  padding-left: 13px;
  padding-right: 7px;
}
.window .w5 {
  height: 78px;
  padding-left: 18px;
  padding-right: 7px;
}
.window .w5 a {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
}
.window .w5 a span {
  float: left;
  width: 18px;
  padding: 3px 0;
  background: #d4bda2;
  color: #461f04;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-right: 4px;
}
/*奖项设置*/
.lightspot {
  overflow: hidden;
}
.lightspot .lightspot_list {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.lightspot .lightspot_list .lightspot_li_box {
  display: inline-block;
  width: 400px;
  text-align: center;
  height: 300px;
  margin-bottom: 20px;
  vertical-align: top;
}
.lightspot .lightspot_list .lightspot_li_box img {
  display: inline-block;
}
.lightspot .lightspot_list .lightspot_li_box h3 {
  margin: 30px auto 20px;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #00eaff;
}
.lightspot .lightspot_list .lightspot_li_box p {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #ffffff;
  line-height: 20px;
  opacity: 0.7;
}
/* 右侧悬浮窗 */
.right_gg {
  display: none;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  border-right: 1px solid #0078ff;
}
.right_gg .navbar_ul {
  width: 125px;
}
.right_gg .navbar_ul li a {
  display: block;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #fff;
  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: #fff;
}
.right_gg .navbar_ul li a:hover {
  background: url(../images/yuan_on.png) no-repeat;
  background-position: 0px 50%;
  color: #fff;
}
.contact {
  font-size: 0;
  padding-bottom: 40px;
}
.contact .contact_item {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: center;
}
.contact .contact_item img {
  display: block;
  margin: 0 auto;
}
.contact .contact_item div {
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #00eaff;
  line-height: 36px;
}
.contact .contact_item p {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}
