#afooter {
  text-align: center;
  line-height: 20px;
  color: #3e3e3e;
  background-color: #000;
  padding: 20px 0;
}

#afooter a {
  color: #3e3e3e;
}

.event-bg {


  background: url("../images/body-bg.jpg") no-repeat 50% 0;
  position: relative;
  color: #904a25;
  padding-bottom: 100px;
}

.event-6 {
  background: url("../images/process_bg_event6.jpg") no-repeat 50% 0;
}

.event-6 .mid {
  height: 600px;
}

.hero-tips {
  width: 1200px;
  height: 190px;
  background: url("../images/hero-tit-bg.png") no-repeat center/100%;
  text-align: justify;
  line-height: 35px;
  font-size: 18px;
  margin-top: 70px;
  padding: 45px 50px 40px;
  box-sizing: border-box;
  letter-spacing: 1px;
}

.cl {
  color: #ff8073;
}

.title-com {
  width: 721px;
  height: 230px;
  margin: 55px auto 0;
}

.title-1 {
  background: url("../images/title-1.png") no-repeat center/100%;
}

.title-2 {
    background: url("../images/title-2.png") no-repeat center/100% !important;
}

.title-3 {
  background: url("../images/title-3.png") no-repeat center/100%;
}

.title-4 {
  background: url("../images/title-4.png") no-repeat center/100%;
}

.title-5 {
  background: url("../images/title-5.png") no-repeat center/100%;
}

.addani{
  display: none;
}

.addani>div,
.addani>p,
.addani ul,
.addani button,
.addani h5{
   animation: fadeInUp 1500ms 300ms both;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translate3d(0, 50%, 0);
  }

  to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
  }
}

.process-mod {
  margin-top: 90px;
  height: 350px;
  overflow: hidden;
}

.process-mod li {
  width: 218px;
  height: 350px;
  position: relative;
  float: left;
  margin-right: 26px;
}

.process-mod li:nth-child(1) {
  background: url("../images/pro-img1.png") no-repeat center/100%;
}

.process-mod li:nth-child(2) {
  background: url("../images/pro-img2.png") no-repeat center/100%;
}

.process-mod li:nth-child(3) {
  background: url("../images/pro-img3.png") no-repeat center/100%;
}

.process-mod li:nth-child(4) {
  background: url("../images/pro-img4.png") no-repeat center/100%;
}

.process-mod li:nth-child(5) {
  background: url("../images/pro-img5.png") no-repeat center/100%;
  margin-right: 0;
}

.process-mod .detail {
  height: 143px;
  line-height: 20px;
  margin-top: 198px;
  padding: 0 20px;
  text-align: justify;
  font-size: 12px;
}

.px-bg {
  width: 1200px;
  height: 2162px;
  background: url("../images/px-bg.png") no-repeat center/100%;
  margin: 95px auto 0;
  padding-top: 60px;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
}

.hero-box {
  width: 1082px;
  margin: 0 auto;
}

.hero-bsd {
  line-height: 36px;
}

.bsd-list {
  padding: 20px 0 0;
}

.bsd-list li {
  padding-bottom: 10px;
  line-height: 36px;
}

.bsd-list li.bold{
  font-weight: bold;
}

.bsd-list a:hover {
  text-decoration: underline;
  color: #76abe1;
}

.ce-image {
  display: block;
}

.underline {
  text-decoration: underline;
  color: #4c7aa9;
}

.process-btn-box{
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.btn-view{
  display: block;
  width: 325px;
  height: 115px;
  background: url("../images/btn-view.png") no-repeat center/100%;
  margin: 60px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-view:hover{
  background: url("../images/btn-view-hover.png") no-repeat center/100%;
}

.btn-template {
  display: block;
  width: 325px;
  height: 115px;
  background: url("../images/btn-template.png") no-repeat center/100%;
  margin: 60px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-template:hover{
  background: url("../images/btn-template-hover.png") no-repeat center/100%;
}

.judges-list {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

.judges-list li {
  width: 260px;
  float: left;
  margin-right: 100px;
  margin-top: 44px;
}

.judges-list li:nth-child(4){
  margin-left: 185px;
}

.judges-list li:nth-child(3n+3) {
  margin-right: 0;
}

.judges-list li .t1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.judges-list li .t2 {
  font-size: 18px;
  text-align: center;
}

/* .judges-list li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */


.aw-tips {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  padding-top: 44px;
}

.aw-t1 p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: normal;
  margin: 20px auto 0;
}

.btn-com {
  display: block;
  width: 218px;
  height: 66px;
  margin: 30px auto 0;
  cursor: default;
}

.btn-best {
  background: url("../images/btn-best.png") no-repeat center/100%;
  margin: 40px auto 0;
}

.btn-good {
  background: url("../images/btn-good.png") no-repeat center/100%;
}

.btn-sentiment {
  background: url("../images/btn-sentiment.png") no-repeat center/100%;
}

.btn-enter {
  background: url("../images/btn-enter.png") no-repeat center/100%;
}

.awards-box1 {
  width: 1050px;
  margin: 0 auto;
}

.awards-box3 {
  width: 600px;
  float: left;
}

.awards-box4 {
  width: 470px;
  float: right;
}

.awards-list {
  margin-top: 55px;
}

.awards-list li {
  width: 135px;
  float: left;
  margin-right: 93px;
  position: relative;
}

.awards-list li:last-child {
  margin-right: 0;
}

.awards-list img {
  display: block;
  width: 135px;
  height: 135px;
  padding-top: 3px;
  transform: scale(1.15);
}

.awards-list .image {
  background: url("../images/process_awards.png") no-repeat;
  width: 135px;
  height: 141px;
  display: block;
  position: relative;
}

.awards-list p {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.awards-box2 {
  width: 819px;
  margin: 0 auto;
}

.icon-more-tit {
  width: 135px;
  display: inline-block;
  color: #efddb6;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.award-bottom {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.awards-box3 .awards-list li {
  margin-right: 15px;
}

.awards-box4 .awards-list li {
  margin-left: 175px;
}

.awards-mask-box {
  display: none;
  width: 338px;
  height: 196px;
  background: url("../images/awards-mask-box.png") no-repeat center/100%;
  position: absolute;
  top: 205px;
  right: -60px;
  padding: 25px;
  box-sizing: border-box;
  z-index: 2;
}

.awards-mask-box p{
  padding-top: 10px;
  font-weight: normal;
}

.line-1 {
  width: 495px;
  height: 12px;
  background: url("../images/line-1.png") no-repeat center/100%;
  margin: 40px auto 0;
}

.line-2 {
  width: 933px;
  height: 12px;
  background: url("../images/line-2.png") no-repeat center/100%;
  margin: 40px auto 0;
}


.qa-list {
  width: 1200px;
  /* height: 1029px;
  background: url("../images/question-box.png") no-repeat center/100%; */
  background: url("../images/question-box.png") no-repeat;
  background-size: 100% 100%;
  margin: 72px auto 0;
  padding: 55px 50px;
  box-sizing: border-box;
  font-size: 18px;
}

.qa-list li {
  padding-bottom: 22px;
}

.qa-list .answer {
  padding-top: 5px;
}

.qa-list a{
  text-decoration: underline;
  color: #4c7aa9;
}

.qa-list a:hover{
  text-decoration: underline;
  color: #76abe1;
}

/* #t6Hl8#694FAAA977538374CF55F5523C3F1899 */