@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: black;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
html,
body {
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
/**.keyframes(demo_keyframes, {
    100% {
		.transform(rotate(360-43deg));
        margin-left: -20px;
        width: 26px;
	}
});*/
/*.animation (@name, @duration: 300ms, @delay: 0, @ease: ease) {
    -webkit-animation: @name @duration @delay @ease;
    -moz-animation:    @name @duration @delay @ease;
    -ms-animation:     @name @duration @delay @ease;
    animation:         @name @duration @delay @ease;
}*/
/**.keyframes(demo_keyframes, {
    100% {
        .transform(rotate(360-43deg));
        margin-left: -20px;
        width: 26px;
    }
});*/
body {
  font-family: "Helvetica", "PingFangSC-Regular", "Arial", "Times New Roman", "微软雅黑", "Microsoft YaHei", sans-serif;
  background: #fff;
  width: 100%;
}
i,
em {
  font-style: normal;
}
a,
area {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  vertical-align: top;
}
#banner {
  width: 100%;
  min-width: 1200px;
  background: #f3f1f2;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.section-intro {
  background: #f3f1f2;
  color: #333;
}
.section-intro .content {
  margin-bottom: 150px;
}
.section-intro .article {
  width: 655px;
}
.section-intro .article .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  margin-top: 74px;
}
.section-intro .article h3 {
  font-size: 30px;
  line-height: 64px;
  margin-bottom: 12px;
}
.section-intro .article p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.section-intro .join {
  display: block;
  position: relative;
  width: 117px;
  padding-left: 83px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin-top: 40px;
  background: #ff5f2f url(../img/icon-qr_a8d3fe2.png) 40px center no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section-intro .join:hover {
  background-color: #FF5125;
}
.section-intro .join:hover .qr-box {
  height: 200px;
}
.section-intro .img-box {
  width: 370px;
  height: 510px;
  padding: 40px 30px 0;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.2);
  margin-top: -77px;
}
.section-intro .img-box .tit {
  margin-bottom: 30px;
}
.section-intro .img-box .line {
  width: 200px;
  height: 3px;
  background: #333;
  position: absolute;
  bottom: 39px;
  left: -90px;
}
.section-intro .qr-box {
  width: 200px;
  height: 0;
  overflow: hidden;
  background: #fff;
  position: absolute;
  left: 0;
  top: 60px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section-intro .qr-box img {
  width: 138px;
  height: 138px;
  margin-top: 20px;
}
.section-intro .qr-box p {
  font-size: 16px;
  text-align: center;
  text-indent: 0;
  color: #333;
}
.section-intro .ad {
  width: 100%;
  min-width: 1200px;
  margin-top: 150px;
}
.section-camp {
  margin-top: 120px;
}
.section-camp .en {
  display: inline-block;
  font-size: 12px;
  color: #111;
  padding-right: 130px;
  background: url(../img/line_2c095d6.png) right center no-repeat;
}
.section-camp .title {
  color: #111;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 12px;
}
.section-camp .des {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.campScroll {
  height: 400px;
  margin-top: 74px;
  position: relative;
  background: #ebebeb;
}
.campScroll .next,
.campScroll .prev {
  display: inline-block;
  width: 10px;
  height: 18px;
}
.campScroll .bd {
  position: relative;
  top: -20px;
}
.campScroll .hd {
  position: absolute;
  text-align: right;
  right: 32px;
  bottom: 32px;
  z-index: 10;
}
.campScroll .next {
  background: url(../img/next_ba9d4ff.png) no-repeat;
}
.campScroll .prev {
  background: url(../img/prev_1f6b857.png) no-repeat;
  margin-right: 30px;
}
.campScroll .list .camp {
  width: 224px;
  float: left;
  margin-top: -20px;
  box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.2);
}
.campScroll .list .content {
  margin-left: 26px;
  float: left;
  width: 305px;
}
.campScroll .list li {
  width: 570px;
  padding: 20px 0px 20px 30px;
}
.campScroll .list .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-bottom: 22px;
  background: url(../img/line-2_52ac60f.png) left bottom no-repeat;
  margin-top: 25px;
  margin-bottom: 12px;
}
.campScroll .list p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 24px;
}
.campScroll .list label {
  font-weight: bold;
  color: #333;
}
.campScroll .list .join {
  display: block;
  width: 124px;
  height: 34px;
  background: transparent;
  border: 3px solid #111;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  margin-top: 34px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.campScroll .list .join:hover {
  background: #111;
  color: #fff;
}
.campScroll .list .join:hover .qr-box {
  height: 200px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.campScroll .qr-box {
  width: 200px;
  /* height: 0;
		overflow: hidden; */
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background: #fff;
  position: absolute;
  left: -3px;
  top: -210px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.campScroll .qr-box img {
  width: 138px;
  height: 138px;
  margin-top: 20px;
}
.campScroll .qr-box p {
  font-size: 16px;
  text-align: center;
  text-indent: 0;
  color: #333;
}
.section-active {
  margin-top: 200px;
}
.section-active .side {
  float: left;
  width: 150px;
}
.section-active .side .title {
  font-size: 36px;
  color: #111;
  font-weight: bold;
  line-height: 54px;
  position: relative;
}
.section-active .side .title .line {
  display: block;
  width: 120px;
  height: 3px;
  background: #333;
  position: absolute;
  left: -140px;
  top: 28px;
}
.section-active .side .small {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.section-active .side .small .line {
  display: block;
  width: 40px;
  height: 3px;
  background: #FF5F2F;
  position: absolute;
  left: -60px;
  top: 14px;
}
.section-active .side .en {
  color: #bbb;
  font-size: 10px;
  line-height: 18px;
}
.section-active .active-list {
  float: right;
  width: 1010px;
}
.section-active .list {
  margin-right: -55px;
}
.section-active .list p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 0;
}
.section-active li {
  float: left;
  margin-right: 55px;
  width: 300px;
  margin-bottom: 25px;
}
.section-active li a {
  display: block;
  width: 300px;
  height: 205px;
  overflow: hidden;
}
.section-active li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-active li a img {
  width: 300px;
  height: 205px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-honor {
  margin-top: 140px;
  background: url(../img/txt-honor_48ac1d5.png) 20px center no-repeat;
}
.section-honor .honor {
  float: left;
  margin-right: 58px;
  margin-left: -26px;
}
.section-honor .content {
  float: left;
  width: 480px;
}
.section-honor .title {
  font-size: 36px;
  font-weight: bold;
  color: #111;
  text-align: right;
  position: relative;
  line-height: 54px;
  margin-top: 60px;
}
.section-honor .title .line {
  display: block;
  width: 160px;
  height: 3px;
  background: #333;
  position: absolute;
  right: -204px;
  top: 28px;
}
.section-honor .des {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  position: relative;
  margin-top: 5px;
}
.section-honor .des .line {
  display: block;
  width: 60px;
  height: 3px;
  background: #FF5F2F;
  position: absolute;
  right: -104px;
  top: 12px;
}
.section-honor .en {
  color: #bbb;
  font-size: 10px;
  line-height: 18px;
  margin-top: 10px;
}
#footer {
  margin-top: 100px;
  width: 100%;
  min-width: 1200px;
  background: #0c0c0c url(../img/footer_b50be3e.jpg) center top no-repeat;
  text-align: center;
}
#footer .qrcode-group {
  font-size: 0;
  margin-top: 5px;
}
#footer .qrcode-group .qrcode {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 164px;
  margin: 0 16px;
  vertical-align: top;
}
#footer .qrcode-group span {
  display: inline-block;
  width: 142px;
  height: 142px;
  padding: 11px;
  background: url(../img/mode_c8bc080.png) no-repeat;
}
#footer .qrcode-group img {
  width: 142px;
  height: 142px;
}
#footer .qrcode-group .name {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: 8px;
}
#footer p {
  font-size: 14px;
  line-height: 26px;
  color: #999;
}
#footer p a {
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer p a:hover {
  color: #fff;
}
#footer .tip {
  margin-top: 5px;
}
#footer .info-box {
  margin-top: 30px;
}
#footer .links {
  padding: 25px 0;
}
#footer .links a {
  color: #999;
  font-size: 14px;
  display: inline-block;
  margin: 0 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .links a:hover {
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  #banner {
    min-width: 100%;
  }
  .container {
    width: 100%;
  }
  .intro {
    width: 100%;
  }
  .section-intro .content {
    margin-bottom: 0;
  }
  .section-intro .article {
    width: 100%;
    float: none;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .section-intro .article .title {
    font-size: 16px;
    margin-top: 30px;
  }
  .section-intro .article h3 {
    font-size: 18px;
    line-height: 36px;
  }
  .section-intro .article p {
    font-size: 14px;
  }
  .section-intro .ad {
    min-width: 100%;
    margin-top: 20px;
  }
  .section-intro .join {
    z-index: 10;
  }
  .section-intro .img-box {
    padding: 20px;
    height: auto;
    width: 94%;
    box-sizing: border-box;
    margin: 30px 3%;
  }
  .section-intro .img-box .tit {
    width: 70%;
  }
  .section-intro .img-box .thumb {
    width: 100%;
  }
  .section-intro .img-box .line {
    display: none;
  }
  .section-camp {
    margin-top: 40px;
  }
  .section-camp .en {
    padding-left: 10px;
  }
  .section-camp .title {
    padding: 0 10px;
    font-size: 18px;
  }
  .section-camp .des {
    padding: 0 10px;
    font-size: 14px;
  }
  .section-camp .des br {
    display: none;
  }
  .campScroll {
    height: 260px;
    margin-top: 20px;
  }
  .campScroll .hd {
    width: 100%;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 10px;
  }
  .campScroll .bd {
    top: 0;
  }
  .campScroll .qr-box {
    width: 130px;
    top: -150px;
  }
  .campScroll .qr-box img {
    width: 110px;
    height: 110px;
    margin-top: 10px;
  }
  .campScroll .list li {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 0;
    padding-top: 10px;
  }
  .campScroll .list p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .campScroll .list .join {
    margin-top: 0;
    border-width: 2px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    width: 100px;
  }
  .campScroll .list .join:hover .qr-box {
    height: 145px;
  }
  .campScroll .list .camp {
    width: 125px;
    height: 187px;
    float: none;
    box-shadow: none;
    margin-left: 10px;
    margin-top: 0;
  }
  .campScroll .list .content {
    float: none;
    flex: 1;
    width: auto;
    overflow: hidden;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .campScroll .list .title {
    font-size: 14px;
    padding: 0 0 5px 0;
    margin: 0;
    margin-bottom: 6px;
  }
  .section-active {
    margin-top: 30px;
  }
  .section-active .side {
    float: none;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .section-active .side .title {
    font-size: 18px;
  }
  .section-active .active-list {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .section-active .list {
    padding: 0 10px;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-active .list:before,
  .section-active .list:after {
    display: none;
  }
  .section-active .list p {
    font-size: 14px;
  }
  .section-active li {
    width: 48.5%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .section-active li a {
    width: 100%;
    height: 120px;
  }
  .section-active li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-honor {
    background: none;
    margin-top: 20px;
  }
  .section-honor .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-honor .container:before,
  .section-honor .container:after {
    display: none;
  }
  .section-honor .title {
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    margin-top: 0;
  }
  .section-honor .title .line {
    display: none;
  }
  .section-honor .des {
    font-size: 14px;
  }
  .section-honor .des .line {
    display: none;
  }
  .section-honor .honor {
    float: none;
    margin: 0;
    width: 100%;
  }
  .section-honor .content {
    float: none;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #footer {
    margin-top: 20px;
    min-width: 100%;
    background-image: none;
  }
  #footer .links {
    padding: 35px 0;
  }
  #footer .qrcode-group .qrcode {
    width: 140px;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  #footer .qrcode-group span {
    width: 120px;
    height: 120px;
    padding: 5px;
  }
  #footer .qrcode-group img {
    width: 100%;
    height: 100%;
  }
  #footer .qrcode-group .name {
    font-size: 12px;
  }
  #footer p {
    padding: 0 10px;
    font-size: 12px;
  }
  #footer .info-box {
    margin-top: 45px;
  }
}
