@charset "utf-8";

@font-face {
  font-family: SourceHanSerifCN;
  src: url("../../font/SourceHanSerifCN-Heavy.otf");
}

/* 集约化02 */

/* 链接 */
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #042546;
  text-decoration: none;
}

a:active {
  outline: none;
}

/* 头部、底部、公用 */
.mb50 {
  margin-bottom: 50px;
}
.mb70 {
  margin-bottom: 70px;
}

body {
  overflow-x: hidden;
  font-size: 18px;
  /*background: #fff;*/
  background: #fff;
}

body,
button,
input,
select,
textarea {
  font-family: STHeiti;
}

.header {
  height: 470px;
  /*background: url(../images/logo3.png) 50% 0px no-repeat;*/
  /*background-size: cover;*/
  background: url(../images/logo3.png) no-repeat;
  background-size: 100% 100%;
}

.header h1 {
  width: 100%;
  height: 351px;
  background: url(../images/logo2.png) 100% 80% no-repeat;
  background-size: 100% 100%;
  margin-top: 56px;
}

.header h1 a {
  display: block;
  width: 114px;
  height: 114px;
  position: absolute;
  left: -210px;
  background: url(../images/logo_top.png) 100% 100% no-repeat;
}

.nav {
  padding: 0px 120px;
  margin-top: 30px;
}

.nav li {
  position: relative;
  width: 12.5%;
}

.nav li a {
  display: block;
  /*width: 54px;*/
  width: 55px;
  height: 126px;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #00655c;
  padding: 8px 10px;
  margin: 0 auto;
  /*background: url(../images/nav1.png) 0 15px no-repeat;*/
  /*text-indent: -9999px;*/

  background: linear-gradient(to right, #b8dfb9, #cee7c5);
}

.nav li.current a,
.nav li a:hover {
  background: #00655c;
  color: #fff;
}

/*.nav li a.s1{
    background: url(../images/nav1.png) no-repeat;
    background-size: cover;
}

.nav li a.s2 {
    background: url(../images/nav2.png) no-repeat;
    background-size: cover;
}

.nav li a.s3 {
    background: url(../images/nav3.png) no-repeat;
    background-size: cover;
}

.nav li a.s4 {
    background: url(../images/nav4.png) no-repeat;
    background-size: cover;
}

.nav li a.s5 {
    background: url(../images/nav5.png) no-repeat;
    background-size: cover;
}

.nav li a.s6 {
    background: url(../images/nav6.png) no-repeat;
    background-size: cover;
}

.nav li a.s7 {
    background: url(../images/nav7.png) no-repeat;
    background-size: cover;
}

.nav li a.s8 {
    background: url(../images/nav8.png) no-repeat;
    background-size: cover;
}

.nav li.current a.s1, .nav li a.s1:hover {
    background: url(../images/nav1_active.png) no-repeat;
    background-size: cover;
}

.nav li.current a.s2, .nav li a.s2:hover {
    background: url(../images/nav2_active.png) no-repeat;
    background-size: cover;
}

.nav li.current a.s3, .nav li a.s3:hover {
    background: url(../images/nav3_active.png) no-repeat;
    background-size: cover;
}

.nav li.current a.s4, .nav li a.s4:hover {
    background: url(../images/nav4_active.png) no-repeat;
    background-size: cover;
}

.nav li.current a.s5, .nav li a.s5:hover {
    background: url(../images/nav5_active.png) no-repeat;
    background-size: cover;
}

.nav li.current a.s6, .nav li a.s6:hover {
    background: url(../images/nav6_active.png) no-repeat;
    background-size: cover;
}

.nav li.current a.s7, .nav li a.s7:hover {
    background: url(../images/nav7_active.png) no-repeat;
    background-size: cover;
}

.nav li.current a.s8, .nav li a.s8:hover {
    background: url(../images/nav8_active.png) no-repeat;
    background-size: cover;
}*/

/*.nav li.current a,*/
/*.nav li a:hover {*/
/*    font-weight: 400;*/
/*    color: rgb(140, 0, 2);*/
/*    background: url(../images/nav.png) 0px 0 no-repeat;*/
/*}*/

.inner,
.grid,
.main,
.copyright {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main,
.side {
  padding: 15px 0px;
}

.content {
  /* background: url(../images/bodybg.png) bottom no-repeat; */
  background: linear-gradient(to bototm, #fff, #e8f4f7);
  background-size: 100%;
  margin-top: 150px;
  padding-bottom: 70px;
}

@media (max-width: 1204px) {
  .content {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .content {
    margin-top: 10px;
    padding-bottom: 0px;
  }
}

/* 移动端菜单开始 */

.mask {
  display: none;
  position: fixed;
  z-index: 597;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.2s;
}

.mask.on {
  display: block;
  opacity: 1;
}

body.modal-open {
  position: fixed;
  width: 100%;
}

.menu {
  display: none \9;
  position: fixed;
  z-index: 598;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  background-color: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  background-image: url(../images/logo3.png);
  background-position: 50% 0px;
  background-size: auto 23%;
  background-repeat: no-repeat;
}

.menu.on {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu img {
  display: block;
  width: 85%;
  margin: 55px 20px;
}

.menu li a {
  position: relative;
  display: block;
  margin: 0 15px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  color: #042546;
}

.menu li a:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #ccc;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
}

.menu li + li a {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
}

.menu > ul > li:nth-child(1) {
  animation-delay: 0.1s;
}

.menu > ul > li:nth-child(2) {
  animation-delay: 0.2s;
}

.menu > ul > li:nth-child(3) {
  animation-delay: 0.3s;
}

.menu > ul > li:nth-child(4) {
  animation-delay: 0.4s;
}

.menu > ul > li:nth-child(5) {
  animation-delay: 0.5s;
}

.menu > ul > li:nth-child(6) {
  animation-delay: 0.6s;
}

.menu > ul > li:nth-child(7) {
  animation-delay: 0.7s;
}

.menu-btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 599;
  width: 50px;
  height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
  position: fixed;
  top: 10px;
}

.menu-btn > span {
  position: absolute;
  left: 0;
  right: 0;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #048;
  border-radius: 2px;
  transition: 0.25s;
}

.menu-btn > span:nth-child(1) {
  top: 18px;
}

.menu-btn > span:nth-child(2) {
  top: 24px;
}

.menu-btn > span:nth-child(3) {
  top: 30px;
}

.menu-btn.on span,
.hd + .menu-btn > span {
  background: #048;
}

.menu-btn.on span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
  opacity: 0;
  transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
  top: 21px;
  transform: rotate(135deg);
}

/* 移动端菜单结束 */

/* 底部 */
.footer {
  border-top: 20px solid #00655c;
  padding: 50px 0;
  line-height: 2;
  background-color: #333;
  color: #aaa;
  font-size: 14px;
}

.footer p img {
  height: 28px;
}

.footer p span {
  margin: 0 10px;
}

.footer p a {
  color: #aaa;
}

.links a {
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
}

.footer .logo {
  text-align: right;
}

.qr {
  float: right;
  padding-top: 10px;
}

.qr li {
  position: relative;
  float: left;
  margin: 5px;
}

.qr li i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #797979;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

/*.qr li:hover i {*/
/*    color: #3a7;*/
/*}*/

.qr li img {
  /*position: absolute;*/
  /*bottom: 45px;*/
  /*right: 0;*/
  /*display: none;*/
  width: 90px;
  height: 90px;
}

.qr li:hover img {
  display: block;
}

@media (max-width: 1200px) {
  .header {
    height: 300px;
    background-position: 50% 0px;
    background-size: 100%;
  }

  .header h1 {
    height: 230px;
    background-position: 50% 10px;
    background-size: auto 100%;
  }

  .header h1 a {
    display: block;
    height: 100px;
  }

  .nav {
    display: none;
  }

  .header h1,
  .inner,
  .grid,
  .main,
  .copyright {
    width: 100%;
  }

  .grid,
  .main,
  .side {
    padding: 15px;
  }

  .menu-btn {
    display: block;
  }
}

@media (max-width: 768px) {
  .header {
    height: 226px;
    background-position: 50% 0px;
    background-size: 100%;
  }

  .copyright p span {
    display: block;
    text-align: center;
  }

  .menu img {
    margin: 67px 20px;
  }

  .footer {
    text-align: center;
    font-size: 12px;
  }

  .footer p span {
    display: block;
  }

  .footer p img {
    margin-top: 20px;
  }

  .footer .logo {
    text-align: center;
  }

  .qr {
    display: block;
    width: 100%;
  }

  .qr li {
    display: block;
    float: none;
    text-align: center;
  }

  .qr-code {
    display: none;
  }
}

@media (max-width: 480px) {
  .header {
    height: 180px;
    background-position: 50% 0px;
    background-size: 100% 100%;
  }

  .header h1 {
    height: 130px;
    background-position: 50% 10px;
    background-size: auto 80%;
    margin-top: 20px;
  }

  .header h1 a {
    background: none;
  }
}

@media (max-width: 375px) {
  .menu img {
    margin: 55px 20px;
  }
}

@media (max-width: 320px) {
  .menu img {
    margin: 35px 20px;
  }
}

/* 公用 */

.content .row,
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.content .row > .col,
.content .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.tab-pane {
  position: relative;
  overflow: hidden;
}

.tab-pane .pane > ul,
.tab-pane .pane > div {
  animation-duration: 0.3s;
}

.tab a {
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 3px;
  transition: all 0.3s;
}

.tab a.current {
  background-color: #2d8fff;
  color: #fff;
}

.tab a + a {
  margin-left: 4px;
}

@media (max-width: 1200px) {
  .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: -2px;
    margin-right: -2px;
  }

  .tab a {
    width: 0%;
    min-width: inherit;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 2px;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}

/* 活动介绍 开始*/
.grid {
  line-height: 36px;
}

.introd {
  text-indent: 2em;
  padding: 60px;
  position: relative;
  background: url(../images/p1.png) no-repeat;
  background-size: 101% 101%;
  min-height: 227px;
  color: #00655c;
  padding-top: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
  border-radius: 15px;
}

/*.introd:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    left: 0;*/
/*    width: 260px;*/
/*    height: 0;*/
/*    border-bottom: 1px solid rgb(177, 42, 45);*/
/*}*/

.introd2 {
  text-indent: 2em;
  padding: 40px 155px 30px 62px;
  position: relative;
  /*background: url(../images/con_bg05.png) right bottom no-repeat;*/
  background: url(../images/p5.png) no-repeat;
  background-size: 101% 101%;
  min-height: 185px;
  color: #00655c;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
  border-top-right-radius: 66px;
}

.activity {
  /*background: url(../images/p2.png) right no-repeat;*/
  position: relative;
}

.activity h3 {
  width: 133px;
  height: 274px;
  font-size: 0;
  float: left;
  background: url(../images/t01.png) no-repeat;
  background-size: 101% 101%;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
}

.activity p {
  position: absolute;
  bottom: 0;
  color: #00655c;
  text-indent: 2em;
  /*padding: 110px 40px 62px 220px;*/
  padding: 39px 85px 39px 180px;
  font-size: 18px;
  text-align: justify;
  background: url(../images/p2.png) no-repeat;
  background-size: 101% 101%;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
  border-end-start-radius: 15px;
  border-top-right-radius: 62px;
}

.activity p:before {
  top: 105px;
  left: 20%;
}

.activity p:after {
  bottom: 25px;
  right: 40px;
}

.solicit {
  height: 298px;
  background: url(../images/p3.png) left 30% no-repeat;
  background-size: 100% 65%;
  padding-top: 32px;
}

.solicit h3 {
  width: 133px;
  height: 250px;
  font-size: 0px;
  float: right;
  background: url(../images/t02.png) 0 0 no-repeat;
  background-size: 101% 101%;
  z-index: 4;
  position: relative;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
  border-radius: 15px;
  margin-top: -32px;
}

.solicit p {
  position: relative;
  padding: 78px 180px 78px 105px;
  color: #00655c;
  font-size: 18px;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
  border-top-left-radius: 69px;
}

.step h3 {
  font-size: 0px;
  height: 130px;
  background: url(../images/t05.png) center no-repeat;
  background-size: auto;
  margin-top: -60px;
}

@media (max-width: 1200px) {
  .mb70{
    margin-bottom: 20px;
  }
  .introd {
    padding: 30px 20px 40px 20px;
    background: url(../images/p1.png) no-repeat;
    background-size: 101% 101%;
    font-size: 16px;
  }

  .introd2 {
    padding: 30px 40px 40px 20px;
    /*background: none;*/
    /*background-color: rgb(199, 11, 14);*/
    background: -webkit-linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    background: linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);  
    border-radius: 15px;
    font-size: 16px;
  }

  .activity p {
    padding: 30px 40px 30px 220px;
    position: relative;
  }
  .activity h3{
    width: 280px !important;
  }
  .activity h3 b{
    text-align: center;
    letter-spacing: 0em;
  }
  .mb50{
    margin-bottom: 20px;
  }

  .activity p:before,
  .activity p:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .introd:after {
    right: 50%;
  }

  .activity,
  .solicit {
    height: 100%;
    background: none;
    padding-top: 0px;
  }

  .activity h3 {
    float: none;
    width: 100%;
    /*height: 130px;*/
    /*background: url(../images/t01.png) 50% no-repeat;*/
    /*background-size: 80% 80%;*/
    background: none;
  }

  .activity p {
    padding: 20px;
    /*background-color: rgb(199, 11, 14);*/
  }

  .solicit h3 {
    float: none;
    /*width: 100%;*/
    /*height: 130px;*/
    /*background: url(../images/t02.png) 50% no-repeat;*/
    /*background-size: 80% 80%;*/
  }

  .step h3 {
    float: none;
    width: 100%;
    height: 130px;
    background: url(../images/t05.png) 50% 0 no-repeat;
    background-size: 80% 80%;
    margin-top: 0;
  }

  .solicit p {
    min-height: 145px;
    padding: 20px;
    background: url(../images/p3.png) no-repeat;
    background-size: 101% 101%;
    font-size: 16px;
  }

  /*.solicit p:before {*/
  /*    content: '';*/
  /*    position: absolute;*/
  /*    top: -1px;*/
  /*    left: 0;*/
  /*    width: 260px;*/
  /*    height: 0;*/
  /*    border-bottom: 1px solid rgb(177, 42, 45);*/
  /*}*/
}

@media (max-width: 480px) {
  .activity p,
  .solicit p,
  .step p {
    background: -webkit-linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    background: linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    border-radius: 8px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .introd {
    background: -webkit-linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    background: linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    border-radius: 8px;
  }
}

/* 活动介绍 结束*/

/* 作品要求 开始*/
.genre {
  font-size: 0px;
  height: 56px;
  background: url(../images/t03.png) 52% 0 no-repeat;
  background-size: contain;
  background-size: auto;
}

.norm h3 {
  font-size: 0px;
  height: 56px;
  background: url(../images/t04.png) 52% 0 no-repeat;
  background-size: contain;
  background-size: auto;
  margin-bottom: 70px;
}

.norm h3.requirement {
  background: url(../images/t08.png) 52% 0% no-repeat;
  background-size: auto;
}
.norm .col-md-6 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.norm .box {
  height: 338px;
  margin-bottom: 40px;
  color: #00655c;
  padding: 50px 40px 20px 40px;
  /*background: url(../images/list_bg01.png) 0 0 no-repeat;
    background-size: 100% 100%;*/
  /* background: #eef6ff; */
  /* border: solid 1px #1d8ae3; */
  border-radius: 20px;
  background-size: 100%;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
}
.nrbox1 {
  background: url(../images/nrbg1.png) no-repeat;
}
.nrbox2 {
  background: url(../images/nrbg2.png) no-repeat;
}
.nrbox3 {
  background: url(../images/nrbg3.png) no-repeat;
}
.nrbox4 {
  background: url(../images/nrbg4.png) no-repeat;
}
.nrbox5 {
  background: url(../images/nrbg5.png) no-repeat;
  height: 275px !important;
}
.nrbox6 {
  background: url(../images/nrbg6.png) no-repeat;
  height: 275px !important;
}
.nrbox7 {
  background: url(../images/nrbg7.png) no-repeat;
  height: 275px !important;
}
.nrbox8 {
  background: url(../images/nrbg8.png) no-repeat;
  height: 275px !important;
}

.norm .box h4 {
  display: block;
  height: 50px;
  margin-top: -50px;
  text-align: center;
}

.norm .box h4 b {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 50px;
  font-family: SourceHanSerifCN;
  font-size: 0px;
  color: #fff;
  /*background-color: rgb(201, 13, 14);*/
  /* background: url("../images/list_bg_t.png") no-repeat; */
  background: none !important;
  background-size: 101% 101%;
}

/*.norm .box h4 b:before,*/
/*.norm .box h4 b:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 34px;*/
/*    height: 50px;*/
/*    top: 0px;*/
/*}*/

/*.norm .box h4 b:before {*/
/*    left: -34px;*/
/*    background: url(../images/t06_l.png) 50% 0 no-repeat;*/
/*}*/

/*.norm .box h4 b:after {*/
/*    right: -34px;*/
/*    background: url(../images/t06_r.png) 50% 0 no-repeat;*/
/*}*/

.demand h3 {
  font-size: 0px;
  height: 110px;
  background: url(../images/t10.png) 50% 0 no-repeat;
  background-size: contain;
  background-size: auto;
}

.demand .box {
  height: 230px;
  margin-bottom: 40px;
  color: #00655c;
  /*padding: 30px 40px 20px 40px;*/
  background: url(../images/list_bg03.png) 0 0 no-repeat;
  background-size: 101% 101%;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
}

.demand .box h4 {
  display: block;
  height: 50px;
  /*margin-top: -50px;*/
  text-align: center;
  position: absolute;
  left: 0;
}

.demand .box h4 b {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 50px;
  font-family: SourceHanSerifCN;
  font-size: 20px;
  color: #fff;
  /*background-color: rgb(201, 13, 14);*/
  background: url("../images/list_bg_t1.png") no-repeat;
  background-size: 101% 101%;
}

.demand .box p {
  padding: 20px 40px 20px 40px;
  text-indent: 2em;
}

.demand .col-md-12:last-child .box:last-child p {
  /*padding-top: 100px;*/
}

@media (max-width: 768px) {
  .demand .box {
    height: auto;
    background: #eef6ff;
    border: solid 1px #1d8ae3;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .demand .box {
    height: auto;
  }

  .demand .box p {
    padding: 20px 20px 20px 20px;
  }
}

.step p {
  color: #00655c;
  text-indent: 2em;
  padding: 38px 50px 26px 50px;
  min-height: 153px;
  background: url(../images/p1.png) 50% 0px no-repeat;
  background-size: 101% 101%;
  border-radius: 15px;
  font-size: 18px;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
}

.demands h3 {
  font-size: 0px;
  height: 90px;
  background: url(../images/t08.png) 50% 0 no-repeat;
}

.demands p {
  color: #fff;
  padding: 35px 100px 75px 50px;
  background: url(../images/con_bg05.png) 50% 0 no-repeat;
  background-size: 100% auto;
}

.demands p.first {
  padding: 25px 100px 75px 50px;
  background: url(../images/con_bg09.png) 50% 0 no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1204px) {
  .step p {
    font-size: 16px;
    padding: 30px 80px 40px 20px;
    background: -webkit-linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    background: linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
  }

  .norm .box h4 b{
    color: #00655c;
    font-size: 20px;
    line-height: 95px;
  }
  .norm .box {
    height: 320px;
    background: -webkit-linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    background: linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    font-size: 16px;
  }

  .demands p.first,
  .demands p {
    padding: 20px;
    background-color: #042546;
    background-image: none;
  }
}

@media (max-width: 768px) {
  .step p {
    font-size: 16px;
    padding: 20px;
    /*background-color: rgb(199, 11, 14);*/
    background: -webkit-linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    background: linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
  }

  .norm .box {
    height: auto;
    padding: 30px 20px 20px 20px;
  }
}

/* 作品要求 结束*/

/* 作品流程 开始*/
.flow h3 {
  font-size: 0px;
  height: 130px;
  background: url(../images/t07.png) 52% 0 no-repeat;
  background-size: contain;
  background-size: auto;
}

.flow p {
  padding: 70px 30px;
  padding: 70px 30px \9;
  position: relative;
  color: #fff;
  line-height: 54px;
  background: url(../images/con_bg07.jpg) top left no-repeat;
}

.flow p:before {
  content: "";
  position: absolute;
  top: 70px;
  left: 40px;
  width: 45px;
  height: 0;
  border-bottom: 2px solid #fff;
}

.flow p:after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 40px;
  width: 45px;
  height: 0;
  border-bottom: 2px solid #fff;
}

.slideTxtBox {
  background: url(../images/con_bg06.jpg) center 0px no-repeat;
}

.slideTxtBox .hd {
  height: 150px;
  position: relative;
}

.slideTxtBox .hd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1200px;
  height: 1px;
  background-color: #a7b4c1;
}

.slideTxtBox .hd ul {
  position: absolute;
  height: 150px;
  width: 60%;
  margin: 0 20%;
}

.slideTxtBox .hd ul li {
  position: relative;
  float: left;
  width: 33.33%;
  margin: 23px 0px;
  cursor: pointer;
  color: #a7b4c1;
  line-height: 50px;
  font-weight: normal;
  font-size: 20px;
  font-family: "Arial Bold";
}

.slideTxtBox .hd ul li b,
.slideTxtBox .hd ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

.slideTxtBox .hd ul li.on {
  color: #fff;
}

.slideTxtBox .hd ul li:before {
  content: "";
  position: absolute;
  top: 42px;
  left: 45%;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #a7b4c1;
  border: 4px solid #2b4c6d;
}

.slideTxtBox .hd ul li.on:before {
  content: "";
  position: absolute;
  top: 43px;
  left: 45%;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 4px solid #2b4c6d;
}

.slideTxtBox .hd ul li.on:after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -33px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #2b4c6d transparent transparent transparent;
}

.introd p {
  text-indent: 0px;
}

.steps {
  width: 100%;
  height: 100%;
  padding: 20px 0px;
  position: relative;
  color: #00655c;
}

.steps:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 97%;
  background-color: #0c6b62;
}

.steps li {
  /*padding: 30px 40px 60px;*/
  padding: 40px 40px 30px 150px;
  height: auto;
  min-height: 346px;
  position: relative;
  margin-bottom: 50px;
  /* background: url(../images/steps_bg.png) bottom right no-repeat; */
  background-size: 101% 101%;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
  border-top-right-radius: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.steps1{background: url('../images/steps1.png') no-repeat;}
.steps2{background: url('../images/steps2.png') no-repeat;}
.steps3{background: url('../images/steps3.png') no-repeat;}

.steps li a {
  color: #00655c;
  word-break: break-all;
  display: inline;
}

/*.steps li:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -8px;*/
/*    left: 15px;*/
/*    width: 237px;*/
/*    height: 8px;*/
/*    background: url(../images/con_bg07_t.jpg) top left no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/

.steps li h3 {
  position: relative;
  /*color: rgb(202, 13, 16);*/
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.steps li h3 i {
  position: absolute;
  top: 22%;
  left: -40px;
  width: 8px;
  height: 18px;
  display: block;
  background: url(../images/steps_bt.png) top left no-repeat;
}

.steps li p {
  text-indent: 2em;
  line-height: 34px;
  font-size: 16px;
  padding-left: 30px;
}

.steps_left {
  width: 47%;
  margin-right: 2%;
}

.steps_left1 {
  margin-top: -100px;
}

.steps_left:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -51px;
  width: 27px;
  height: 27px;
  border: 5px solid #00655c;
  border-radius: 50%;
  background: #fff;
  /* background: #ffffff url(../images/dot_left.png) top left no-repeat; */
  /* background-size: cover; */
}

.steps_right {
  width: 48%;
  margin-left: 52.5%;
  margin-top: -100px;
}

.steps_right:after {
  content: "";
  position: absolute;
  top: 45%;
  left: -42px;
  width: 27px;
  height: 27px;
  border: 5px solid #00655c;
  border-radius: 50%;
  background: #fff;
}

.hd_steps {
  font-size: 0px;
  height: 130px;
  background: url(../images/t09.png) 50% 0 no-repeat;
  /*background-size: contain;*/
  background-size: auto;
}

@media (max-width: 1024px) {
  .steps li h3{
    font-size: 18px;
  }
  .steps li p{
    font-size: 16px;
  }
  .slideTxtBox .hd ul {
    width: 100%;
    margin: 0;
  }

  .flow p:before {
    top: 50px;
  }

  .flow p {
    line-height: 34px;
  }
}

@media (max-width: 768px) {
  .slideTxtBox .hd ul li b,
  .slideTxtBox .hd ul li span {
    font-size: 16px;
  }

  .slideTxtBox .hd ul li span {
    margin-top: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .slideTxtBox .hd ul li.on:after {
    bottom: -40px;
  }
}

@media (max-width: 480px) {
  .flow p {
    padding: 70px 20px;
    background-image: none;
    background-color: #042546;
  }

  .slideTxtBox .hd ul li b,
  .slideTxtBox .hd ul li span {
    font-size: 18px;
  }

  .steps_left,
  .steps_right {
    width: 98%;
    margin-left: 1%;
    margin-top: 0;
  }

  .steps_left:after,
  .steps_right:after,
  .steps:before {
    display: none;
  }

  .steps li {
    padding: 30px 10px;
    background: -webkit-linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    background: linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    border-radius: 8px;
    min-height: auto;
  }
}

/* 作品流程 结束*/

/* 活动资讯 开始*/

.b1 li {
  border-bottom: 1px dotted #ccc;
}

.b1 li p {
  font-size: 14px;
}

/* 活动资讯 结束*/

/* 活动展示 开始*/

.btn-default:hover {
  color: #fff;
  background-color: #008aec;
  border-color: #008aec;
}

.t0 {
  position: relative;
  line-height: 20px;
  padding: 9px 0 9px 20px;
  margin: 0px 10px 20px 10px;
}

.t0 b {
  font-size: 18px;
}

.t0:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  border-radius: 3px;
}

.t0:before {
  left: 0;
  width: 4px;
  background-color: #008aec;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: none;
  background: #f8f8f8;
}

.card-body {
  padding: 10px;
}

.card-body h4 {
  font-size: 16px;
  margin-bottom: 6px;
}

.card-title {
  position: relative;
  overflow: hidden;
  height: 50px;
  line-height: 40px;
  margin: -60px -10px 10px;
  padding: 10px 10px 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-title a {
  color: #fff;
}

.card-body p {
  font-size: 14px;
  line-height: 1.7;
}

.card-pic {
  position: relative;
  overflow: hidden;
  padding: 56.25% 0 0;
  height: 160px \9;
}

.card-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: transform 0.3s;
}

.card:hover .card-pic img {
  transform: scale(1.06, 1.06);
}

.card-img-top {
  border-radius: 0;
}

.card .play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  transition: background-color 0.3s;
}

.card .play:hover {
  background-color: #042546;
}

.card .play:before {
  margin-left: 4px;
}

.card .date {
  color: #aaa;
}

.card .view {
  float: right;
  color: #797979;
}

.card .view i {
  color: #ccc;
  margin-right: 5px;
}

.card .time {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}

.pages13 {
  font: 0/0 microsoft yahei;
  padding: 20px 0;
  text-align: center;
}

.pages13 a,
.pages13 span {
  display: inline-block;
  line-height: 18px;
  margin: 0 2px 10px 2px;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #e9e9e9;
  border-radius: 2px;
}

.pages13 a:hover {
  position: relative;
  background-color: #3e5979;
  color: #fff;
}

.pages13 .current {
  background-color: #042546;
  color: #fff;
  position: relative;
}

.pages13 .disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* 活动展示 结束*/

/* 活动声明 开始*/
.state h3 {
  font-size: 0px;
  height: 130px;
  background: url(../images/t06.png) 52% 0 no-repeat;
  background-size: contain;
  background-size: auto;
}

@media (max-width: 768px) {
  .state h3,
  .step h3,
  .solicit h3,
  .activity h3,
  .hd_steps,
  .genre,
  .norm h3,
  .demand h3,
  .norm h3.requirement,
  .flow h3 {
    width: 150px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 22px;
    font-family: SourceHanSerifCN;
    line-height: 2;
    color: #00655c;

    background: #00655c;
    background: -webkit-linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    background: linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);  

    box-shadow: 2px 2px 2px 0px #aadab1;
    border-radius: 6px;
  }

  .state h3 .nt,
  .step h3 .nt,
  .solicit h3 .nt,
  .hd_steps .nt,
  .genre .nt,
  .norm h3 .nt,
  .demand h3 .nt,
  .flow h3 .nt {
    letter-spacing: 0em;
  }
  .bsh4{
    margin-bottom: 0px !important;
  }
}
.state .col-md-6 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.state .box {
  height: 345px;
  font-size: 18px;
  color: #00655c;
  margin-bottom: 40px;
  padding: 30px 70px 20px 160px;
  /* background: url(../images/list_bg01.png) 0 0 no-repeat; */
  background-size: 101% 101%;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
  border-radius: 20px;
}
.smbox1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("../images/smbg1.png") no-repeat;
}
.smbox1 h4{
  display: none !important;
}
.smbox2 {
  background: url("../images/smbg2.png") no-repeat;
}
.smbox3 {
  background: url("../images/smbg3.png") no-repeat;
}
.smbox4 {
  background: url("../images/smbg4.png") no-repeat;
}

.state .box p {
  text-indent: 2em;
}

.state .box1 h4{
  display: none !important;
}
.state .box1 {
  background: url(../images/smbg5.png) 0 0 no-repeat;
  background-size: 101% 101%;
  height: 208px !important;
  display: flex;
  align-items: center;
  border-top-right-radius: 76px;
  box-shadow: 5px 8px 20px rgba(148, 193, 183, 0.8);
}

.state .box h4 {
  display: block;
  height: 50px;
  margin-top: -50px;
  text-align: center;
}

.state .box h4 b {
  position: relative;
  display: inline-block;
  padding: 0px 55px;
  line-height: 50px;
  font-family: SourceHanSerifCN;
  font-size: 0px;
  color: #fff;
  /*background-color: rgb(201, 13, 14);*/
  /* background: url("../images/list_bg_t.png") no-repeat; */
  background: none !important;
  background-size: 101% 101%;
}

/*.state .box h4 b:before,*/
/*.state .box h4 b:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 34px;*/
/*    height: 50px;*/
/*    top: 0px;*/
/*}*/

/*.state .box h4 b:before {*/
/*    left: -34px;*/
/*    background: url(../images/t06_l.png) 50% 0 no-repeat;*/
/*}*/

/*.state .box h4 b:after {*/
/*    right: -34px;*/
/*    background: url(../images/t06_r.png) 50% 0 no-repeat;*/
/*}*/

#h120 {
  height: 120px;
}

@media (max-width: 1204px) {
  .state .box {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .state .box {
    height: auto;
    padding: 30px 20px 20px 20px;
    background: #eef6ff;
    border: solid 1px #00655c;
    border-radius: 8px;
    background: -webkit-linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);
    background: linear-gradient(90deg, #e3eed0, #cbe5c3, #aadab1);  
  }

  #h120 {
    height: auto;
  }
}

/* 活动声明 结束*/

/*20200821更改按钮样式*/
.menu-btn {
  top: 5px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: linear-gradient(#edf2d6, #b0dcb5);
  border-radius: 25px;
}

.menu-btn > span:nth-child(1) {
  top: 14px;
}

.menu-btn > span:nth-child(2) {
  top: 20px;
}

.menu-btn > span:nth-child(3) {
  top: 26px;
}

.menu-btn > span,
.menu-btn.on span {
  width: 20px;
  background: #fff;
}
