.banner {
  width: 100%;
  font-size: 0;
}
.banner img {
  width: 100%;
}
.jieshao-bg {
  background-image: url(../images/js_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 98px 0 85px;
}
.jieshao {
  max-width: 1400px;
  margin: 0 auto;
}
.jieshao .top {
  margin-bottom: 51px;
}
.jieshao .top .video {
  float: left;
  width: 50%;
  height: 403px;
}
.jieshao .top .text {
  float: right;
  width: 46%;
}
.jieshao .top .text h5 {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0 13px;
  text-align: right;
}
.jieshao .top .text h6 {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 20px;
  font-family: '苹方';
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 8px;
}
.jieshao .top .text .line {
  float: right;
  width: 47px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 30px;
}
.jieshao .top .text p {
  color: #fff;
  font-size: 15px;
  line-height: 33px;
}
.jieshao .top .swiper-video {
  width: 100%;
  height: 100%;
}
.jieshao .top .swiper-video video {
  object-fit: cover;
}
.jieshao .top .swiper-video .swiper-button-next,
.jieshao .top .swiper-video .swiper-button-prev {
  width: 20px;
  height: 35px;
  margin-top: 0;
  background-size: 10px 18px;
  background-color: #d90514;
}
.jieshao .top .swiper-video .swiper-button-next.swiper-button-disabled,
.jieshao .top .swiper-video .swiper-button-prev.swiper-button-disabled {
  background-color: #524f4c;
  opacity: 1;
}
.jieshao .top .swiper-video .swiper-button-next {
  background-image: url(../images/icon_right.png);
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.jieshao .top .swiper-video .swiper-button-prev {
  background-image: url(../images/icon_left.png);
  left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.jieshao .bottom {
  padding: 17px 24px;
  background-color: #fff;
}
.jieshao .bottom .swiper-zou {
  width: 100%;
  height: 100px;
}
.jieshao .bottom .swiper-zou .swiper-slide {
  font-size: 0;
}
.jieshao .bottom .swiper-zou .swiper-slide img {
  width: 100%;
  height: 100%;
}
.jieshao .bottom .swiper-zou .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.danyuan-bg {
  width: 100%;
  height: 706px;
  position: relative;
  overflow: hidden;
}
.danyuan-bg .left {
  float: left;
  width: 50%;
  height: 100%;
  background-color: #f8f8f8;
}
.danyuan-bg .right {
  float: right;
  width: 50%;
  height: 100%;
  background: url(../images/by_bg.jpg) center / cover no-repeat;
}
.danyuan {
  width: 1400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.danyuan .left {
  float: left;
  width: 50%;
  background-color: #f8f8f8;
}
.danyuan .text {
  float: left;
  width: 44.8%;
  height: 100%;
  position: relative;
}
.danyuan .text h5 {
  color: #d90514;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  padding: 60px 0 14px;
}
.danyuan .text h6 {
  color: #d90514;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.danyuan .text .line {
  width: 47px;
  height: 2px;
  background-color: #d90514;
  margin-bottom: 40px;
}
.danyuan .text p {
  color: #333;
  font-size: 16px;
  line-height: 2;
  padding-left: 18px;
  position: relative;
}
.danyuan .text p:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #333;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: 0;
}
.danyuan .text a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 61px;
  width: 172px;
  height: 56px;
  border-radius: 28px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  background: -webkit-linear-gradient(#ff2433, #d90514);
  background: -o-linear-gradient(#ff2433, #d90514);
  background: -moz-linear-gradient(#ff2433, #d90514);
  background: linear-gradient(#ff2433, #d90514);
  box-shadow: 0 0 24px rgba(255, 31, 46, 0.46);
}
.danyuan .swi-img {
  float: right;
  width: 50%;
  height: 100%;
  padding: 70px 35px;
  position: relative;
}
.danyuan .swi-img .lines {
  width: 1px;
  height: 132px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 91px;
  right: 12px;
}
.danyuan .swi-img .ti {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 265px;
  right: -23px;
  transform: rotate(90deg);
}
.danyuan .swi-img .tl {
  position: absolute;
  top: 326px;
  right: 4px;
}
.danyuan .swi-img .tl span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.danyuan .swi-img .swiper-tou {
  width: 100%;
  height: 100%;
}
.danyuan .swi-img .swiper-tou .swiper-slide {
  text-align: center;
  width: 50%;
  height: 50%;
}
.danyuan .swi-img .swiper-tou .swiper-slide .img {
  width: 208px;
  height: 208px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 12px;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
.danyuan .swi-img .swiper-tou .swiper-slide .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.danyuan .swi-img .swiper-tou .swiper-slide h6 {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 20px 0 11px;
  font-weight: bold;
}
.danyuan .swi-img .swiper-tou .swiper-slide p {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.danyuan .swi-img .swiper-tou .swiper-slide:hover .img {
  border-color: rgba(255, 255, 255, 0.8);
}
.danyuan .swi-img .swiper-tou .prev-next {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.danyuan .swi-img .swiper-tou .swiper-button-next,
.danyuan .swi-img .swiper-tou .swiper-button-prev {
  position: initial;
  width: 20px;
  height: 20px;
  background-size: 18px 18px;
}
.danyuan .swi-img .swiper-tou .swiper-button-next {
  background-image: url(../images/icon_down.png);
  margin-top: 20px;
}
.danyuan .swi-img .swiper-tou .swiper-button-prev {
  background-image: url(../images/icon_up.png);
  margin-top: 0;
}
@media screen and (max-width: 1400px) {
  .danyuan {
    width: 1366px;
  }
}
.activity {
  max-width: 1400px;
  margin: 0 auto;
}
.activity .title {
  padding: 74px 0 0;
  text-align: center;
}
.activity .title h5 {
  color: #d90514;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 14px;
}
.activity .title h6 {
  color: #d90514;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.activity .title .line {
  width: 47px;
  height: 2px;
  background-color: #d90514;
  margin: 0 auto;
}
.activity .zheng {
  width: 100%;
  position: relative;
}
.zheng-top .li:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 55px;
}
.zheng-top .li:nth-of-type(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
}
.zheng-top .li:nth-of-type(3) {
  position: absolute;
  right: 0;
  top: 55px;
}
.zheng-bottom .li:nth-of-type(1) {
  position: absolute;
  left: 25%;
  transform: translateX(-25%);
  top: 55px;
}
.zheng-bottom .li:nth-of-type(2) {
  position: absolute;
  right: 25%;
  transform: translateX(25%);
  top: 55px;
}
.zheng-top {
  height: 285px;
  padding: 55px 100px 0;
  border-bottom: 4px solid #d90514;
}
.zheng-bottom {
  height: 280px;
}
.activity .zheng .li {
  width: 28%;
  height: 158px;
  border-radius: 12px;
  background: -webkit-linear-gradient(#ff2433, #d90514);
  background: -o-linear-gradient(#ff2433, #d90514);
  background: -moz-linear-gradient(#ff2433, #d90514);
  background: linear-gradient(#ff2433, #d90514);
  box-shadow: 0 0 24px rgba(255, 31, 46, 0.46);
  text-align: center;
}
.activity .zheng-top .li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #d90514;
}
.activity .zheng-bottom .li:after {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #ff2433;
}
.activity .zheng .li .yuan {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: rgba(217, 5, 20, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
.activity .zheng-top .li .yuan {
  bottom: -80px;
}
.activity .zheng-bottom .li .yuan {
  top: -69px;
}
.activity .zheng .li .yuan span {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #d90514;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.activity .zheng .li .bo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.activity .zheng .li .te {
  width: 108px;
  height: 108px;
  background-color: #f8d497;
  position: absolute;
  top: -54px;
  left: -54px;
  transform: rotate(-45deg);
}
.activity .zheng .li .te span {
  color: #d90514;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.activity .zheng .li h6 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 42px 0 30px;
}
.activity .zheng .li p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 1420px) {
  .activity .zheng {
    padding: 55px 74px 0;
  }
}
/*征集要求*/
.zhengji-bg {

}
.zhengji {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.zhengji .title {
  text-align: center;
}
.zhengji .title h5 {
  color: #333;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  padding: 67px 0 14px;
}
.zhengji .title h6 {
  color: #333;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.zhengji .title .line {
  width: 47px;
  height: 2px;
  background-color: #333;
  margin: 0 auto 30px;
}

.zidanyuan-bg {
  background: url(../images/zi_bg.jpg) center / cover no-repeat;
  padding: 0 0 32px;
}
.zidanyuan-bg .title {
  text-align: center;
}
.zidanyuan-bg .title h5 {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  padding: 82px 0 15px;
}
.zidanyuan-bg .title h6 {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 18px;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.zidanyuan-bg .title .line {
  width: 47px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 48px;
}
.swiper-zidanyuan {
  max-width: 1400px;
  margin: 0 auto;
  height: 502px;
}
.swiper-zidanyuan .swiper-slide {
  height: 450px;
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.swiper-zidanyuan .swiper-slide .ti {
  width: 100%;
  height: 83px;
  text-align: center;
  position: relative;
  background-color: #000;
}
.swiper-zidanyuan .swiper-slide .ti .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .6;
}
.swiper-zidanyuan .swiper-slide .ti .img img {
  width: 100%;
  height: 100%;
}
.swiper-zidanyuan .swiper-slide .ti h6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  line-height: 83px;
  font-weight: bold;
}
.swiper-zidanyuan .swiper-slide .text {
  width: 100%;
  height: 365px;
  padding: 25px 30px 0;
  background-color: #fff;
}
.swiper-zidanyuan .swiper-slide .text p {
  color: #333;
  font-size: 14px;
  line-height: 2;
}
.swiper-zidanyuan .swiper-slide:hover {
  border-color: #fff;
}
.swiper-zidanyuan .swiper-slide:hover .ti {
  background-color: #d90514;
}
.swiper-zidanyuan .swiper-pagination {
  text-align: center;
}
.swiper-zidanyuan .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  opacity: 1;
  background-color: transparent;
}
.swiper-zidanyuan .swiper-pagination .swiper-pagination-customs-active {
  border-color: #d90514;
}
.swiper-zidanyuan .swiper-pagination .swiper-pagination-customs-active i {
  background-color: #d90514;
}
.swiper-zidanyuan .swiper-pagination p {
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-zidanyuan .swiper-pagination span {
  display: block;
  border: 7px solid transparent;
}
.swiper-zidanyuan .swiper-pagination span i {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
.zidanyuan-bg .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 45px;
  background-color: #fff;
  border-radius: 5px;
}
.works {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 46px;
}
.works .title {
  text-align: center;
}
.works .title h5 {
  color: #d90514;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  padding: 86px 0 17px;
}
.works .title h6 {
  color: #d90514;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.works .title .line {
  width: 47px;
  height: 2px;
  background-color: #d90514;
  margin: 0 auto 43px;
}
.works .works-tab {
  padding: 0 0 51px;
}
.works .works-tab ul {
  text-align: center;
  font-size: 0;
}
.works .works-tab li {
  display: inline-block;
  width: 179px;
  height: 41px;
  border-radius: 20px;
  margin: 0 12px;
  border: 1px solid #d90514;
  color: #d90514;
  font-size: 18px;
  font-weight: bold;
  line-height: 41px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.works .works-tab li:hover,
.works .works-tab li.on {
  background-color: #d90514;
  color: #fff;
}
.works .works-list {
  display: none;
}
.works .works-padding {
  padding: 0 91px;
  border-bottom: 1px solid #fafafa;
  position: relative;
}
.works .works-padding .swiper-button-next,
.works .works-padding .swiper-button-prev {
  width: 16px;
  height: 27px;
  background-size: 16px 27px;
  margin-top: 0;
  transform: translateY(-50%);
  outline: none;
}
.works .works-padding .swiper-button-next.swiper-button-disabled,
.works .works-padding .swiper-button-prev.swiper-button-disabled {
  opacity: .5;
}
.works .works-padding .swiper-button-next {
  right: 30px;
  background-image: url(../images/icon_pwr.png);
}
.works .works-padding .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/icon_pwr_i.png);
}
.works .works-padding .swiper-button-prev {
  left: 30px;
  background-image: url(../images/icon_pwl.png);
}
.works .works-padding .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/icon_pwl_i.png);
}
.works .swiper-works .swiper-slide {
  text-align: center;
}
.works .swiper-works .swiper-slide .IMG {
  padding: 2px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.works .swiper-works .swiper-slide .img {
  width: 100%;
  height: 123px;
  border-radius: 50%;
  overflow: hidden;
}
.works .swiper-works .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.works .swiper-works .swiper-slide p {
  color: #333;
  font-size: 14px;
  padding: 14px 0 30px;
}
.works .swiper-works .swiper-slide:hover .IMG {
  background-color: #d90514;
}
.works .list-box {
  position: relative;
  padding: 38px 0 60px;
}
.works .list-box .more {
  display: block;
  width: 130px;
  height: 38px;
  border-radius: 19px;
  background-color: #d90514;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-out;
}
.works .list-box .more:hover {
  opacity: .7;
}
.works .list {
  width: 100%;
  height: 730px;
  overflow: hidden;
}
.works .list .li {
  float: left;
  width: 22.9%;
  margin-right: 2.8%;
  margin-bottom: 43px;
}
.works .list .li:nth-of-type(4n) {
  margin-right: 0;
}
.works .list .li .ti {
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
}
.works .list .li .ti span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 15px;
  line-height: 34px;
  position: relative;
}
.works .list .li .ti span:before,
.works .list .li .ti span:after {
  content: "";
  display: block;
  width: 13px;
  height: 34px;
  position: absolute;
  top: 0;
}
.works .list .li .ti span:before {
  left: -25px;
  background: url(../images/icon_suil.png) center / cover no-repeat;
}
.works .list .li .ti span:after {
  right: -25px;
  background: url(../images/icon_suir.png) center / cover no-repeat;
}
.works .list .li .img {
  width: 100%;
  height: 209px;
  border: 1px solid #ffe5b8;
}
.works .list .li .img img {
  width: 100%;
  height: 100%;
}
.works .list .li .text {
  text-align: center;
}
.works .list .li .text h6 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 21px 0 16px;
}
.works .list .li .text span {
  color: #adadad;
  font-size: 14px;
  line-height: 1;
  margin: 0 5px;
}
.title h5 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  padding: 79px 0 18px;
}
.title h6 {
  font-size: 16px;
  line-height: 1;
  padding: 0 0 20px;
  font-family: '苹方';
  letter-spacing: 8px;
  text-transform: uppercase;
}
.title .line {
  width: 47px;
  height: 2px;
  margin: 0 0 30px;
}
.biaozhun {
  max-width: 1400px;
  margin: 0 auto;
}
.biaozhun .title {
  text-align: center;
}
.biaozhun .title h5,
.biaozhun .title h6 {
  color: #d90514;
}
.biaozhun .title .line {
  background-color: #d90514;
  margin: 0 auto 40px;
}
.biaozhun .con h6 {
  color: #333;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 12px 0 7px;
}
.biaozhun .con p {
  color: #333;
  font-size: 15px;
  line-height: 33px;
}
.jiangxiang-bg {
  width: 100%;
  background: url(../images/px_bg.jpg) center / cover no-repeat;
}
.jiangxiang {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.jiangxiang .title {
  text-align: center;
}
.jiangxiang .title h5,
.jiangxiang .title h6 {
  color: #fff;
}
.jiangxiang .title .line {
  background-color: #fff;
  margin: 0 auto 30px;
}
.jiangxiang .zhong {
  padding: 20px 0 0;
}
.jiangxiang li {
  float: left;
  width: 25%;
  padding: 0 1%;
}
.jiangxiang .bottom {
  padding: 20px 0 0;
}
.zhanbo-bg {
  background-color: #d90514;
}
.zhanbo {
  max-width: 1400px;
  margin: 0 auto;
}
.zhanbo .title {
  text-align: center;
}
.zhanbo .title h5 {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  padding: 82px 0 17px;
}
.zhanbo .title h6 {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: '苹方';
  padding: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.zhanbo .title .line {
  width: 47px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 55px;
}
.zhanbo .list {
  width: 100%;
}
.zhanbo .list .li {
  float: left;
  width: 31.8%;
  margin-right: 2.3%;
  margin-bottom: 36px;
}
.zhanbo .list .li:nth-of-type(3n) {
  margin-right: 0;
}
.zhanbo .list .li a {
  display: block;
}
.zhanbo .list .li .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.zhanbo .list .li .img video {
  object-fit: cover;
}
.zhanbo .list .li .text {
  width: 100%;
  height: 106px;
  padding: 0 25px;
  background-color: #fff;
}
.zhanbo .list .li .text h6 {
  color: #333;
  font-size: 16px;
  line-height: 1;
  padding: 22px 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zhanbo .list .li .text p {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.zhanbo .list .li .text span {
  float: right;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.zhanbo .list .li .text span img {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 9px;
}
.zhanbo .list .li .text span.on {
  color: #d90514;
}
.zhanbo .list .li:hover .img img {
  transform: scale(1.1);
}
.page {
  padding: 10px 0 42px;
  text-align: center;
  font-size: 0;
}
.page a,
.page strong,
.page span {
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-out;
}
.page a img,
.page strong img,
.page span img {
  display: inline-block;
  vertical-align: middle;
}
.page a:hover,
.page strong {
  border-color: #ffffff;
}
.attention {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 48px;
}
.attention .title {
  text-align: center;
}
.attention .title h5 {
  color: #333;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  padding: 70px 0 17px;
}
.attention .title h6 {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-family: '苹方';
  padding: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.attention .title .line {
  width: 47px;
  height: 2px;
  background-color: #333;
  margin: 0 auto 30px;
}
.attention .con {
  text-align: center;
  padding: 0 0 45px;
}
.attention .con p {
  color: #333;
  font-size: 16px;
  line-height: 56px;
}
.attention .sao {
  width: 298px;
  height: 46px;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  background-color: #d90514;
  margin: 0 auto 26px;
}
.attention .img {
  width: 256px;
  height: 256px;
  margin: 0 auto;
  border: 1px solid #bababa;
}
.attention .img img {
  width: 100%;
  height: 100%;
}
/*弹出层*/
.layer-upload {
  border-radius: 25px !important;
  overflow: hidden;
}
.video-upload {
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.video-upload .tit {
  width: 100%;
  height: 100px;
  background: url(../images/vi_bg.png) center / cover no-repeat;
  text-align: center;
}
.video-upload .tit h6 {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  padding: 26px 0 13px;
  font-weight: bold;
}
.video-upload .tit p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.video-upload .con {
  padding: 20px;
}
.video-upload .con input[type=text] {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 7px;
  border: 2px solid #d2d2d2;
  padding: 0 24px;
  margin-bottom: 10px;
}
.video-upload .con input[type=text]::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  letter-spacing: 8px;
}
.video-upload .con .layui-form-select dl dd.layui-this {
  background-color: #d90514;
}
.video-upload .con select::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  letter-spacing: 8px;
}
.video-upload .con textarea {
  display: block;
  width: 100%;
  height: 124px;
  border-radius: 7px;
  border: 2px solid #d2d2d2;
  padding: 17px 24px;
  margin-bottom: 10px;
}
.video-upload .con textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  letter-spacing: 8px;
}
.video-upload .con label {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 7px;
  border: 2px solid #d2d2d2;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
.video-upload .con label span {
  color: #666;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 8px;
}
.video-upload .con label span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.video-upload .con label input[type=file] {
  display: none;
}
.video-upload .con .btn {
  display: block;
  width: 100%;
  height: 52px;
  border-radius: 7px;
  background-color: #d90514;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  outline: none;
}
.layui-layer-shade {
  opacity: .5 !important;
}




