﻿@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
  max-width: 750px;
  font-family:  'Source Han Sans CN';
  box-sizing: border-box;
  outline: 0;
  -webkit-text-size-adjust:none;
	margin: 0 auto;
}
body {
  height: 100%;
  margin: 0;
 padding: 0;
  -webkit-user-select: none;
  background: #720411;
  color: #2d2d2d;
  font-size: 0.28rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  margin:0;
  padding:0;
}
a,
input,
textarea,
select,
button {
  outline: 0;
}
a {
  color: #2d2d2d;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #333;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
ul,p{ 
  padding:0; margin:0;
}
ul {
	list-style: none;
}
img{
	width: 100%;
}
::-webkit-input-placeholder { 
/* WebKit browsers，webkit内核浏览器 */
color: #999; 
} 
:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #999; 
} 
:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #999; 
}

.contain {
	width:100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: #720411;
}
header {
	width: 100%;
	height: 7.3rem;
	background:url("../images/bg-head.jpg") center center no-repeat;
	background-size: cover;
}



/****轮播****/
.lunbo {
	width: 100%;
	margin-top:-1.5rem;
}
 .focus {
      position: relative;
      overflow: hidden;
	 width: 100%;
	 height: 2.14rem;
      /* margin-top: 44px; */
    }

    .focus img {
      /* 设置这个属性的目的是，去除.focus不设置高度时，由img撑开的 div下面多余的4px，但是本项目可以不用设置 */
      /* display: block; */
      width: 100%;
    }

    .focus ul {
      overflow: hidden;
      width: 700%;
      margin-left: -100%;
      /* 因为要做无缝衔接，导致没做无缝衔接前的最后一张图会显示在第一张，所以要往左移动父亲宽度的100%，使得第一张默认在第一个 */
    }

    .focus ul li {
      float: left;
      width: 14.2857%;
    }

    .circle {
      position: absolute;
	  width: 100%;
      left: 0;
      bottom: 3%;
     text-align: center;
    }

    .circle li {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #acacad;
      transition: all .3s;
      /* list-style: none; */
		margin: 0 0.01rem;
    }

    .circle li.current {
      width: 15px;
	  height: 15px;
		background: #fee196;
    }

.img-content {
	width: 100%;
}
.btn-down {
	margin: 0 auto 0.2rem;
	width: 3.91rem;
	height: 0.93rem;
	display: block;
	animation: changeBiger 0.7s linear infinite;
}
@keyframes changeBiger {

0% {

transform: scale(1);

}

50% {

transform: scale(1.2);

}
100% {

transform: scale(1);

}

}
.ele-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 0.2rem;
}
.list-link {
	padding:0 0.2rem 0.2rem;
	width: 100%;
}
.time-web {
	width: 1.4rem;
	height: 0.67rem;
	border-radius: 0.04rem;
	border:1px solid #fde08a;
	text-align: center;
	line-height: 0.67rem;
	background: #fff;
}
.link-web {
	flex: 1;
	height: 0.67rem;
	border-radius: 0.04rem;
	border:1px solid #fde08a;
	padding: 0 0.2rem;
	line-height: 0.67rem;
	margin:0 0.2rem ;
	background: #fff;
}
.link-a {
	width: 1.4rem;
	height: 0.67rem;
	border-radius: 0.04rem;
	text-align: center;
	line-height: 0.67rem;
	color: #010101;
	font-weight: 500;
	background: -webkit-linear-gradient(270deg, #b6a063 0%, #faf9bc 100%); background: linear-gradient(180deg, #b6a063 0%, #faf9bc 100%); 
	display:block;
	cursor: pointer;
}
.tit-img {
	width: 6.18rem;
	margin: 0 auto;
}
.node-img {
	width: 6.76rem;
	margin: 0 auto;
}
.focus1 {
      position: relative;
      overflow: hidden;
	 width: 100%;
	 height: 4.02rem;
      /* margin-top: 44px; */
    }

    .focus1 img {
      /* 设置这个属性的目的是，去除.focus不设置高度时，由img撑开的 div下面多余的4px，但是本项目可以不用设置 */
      /* display: block; */
      width: 100%;
    }

    .focus1 ul {
      overflow: hidden;
      width: 800%;
      margin-left: -100%;
      /* 因为要做无缝衔接，导致没做无缝衔接前的最后一张图会显示在第一张，所以要往左移动父亲宽度的100%，使得第一张默认在第一个 */
    }

    .focus1 ul li {
      float: left;
      width: 12.5%;
    }
.bottom-b {
	position: fixed;
	bottom:0 ;
	padding:0.4rem 0;
	background: rgba(255,255,255,0.3);
	width: 100%;
	text-align:center;
	max-width: 750px;
	z-index: 999;
}
.btn-b-web {
	background: -webkit-linear-gradient(270deg, #b6a063 0%, #faf9bc 100%); background: linear-gradient(180deg, #b6a063 0%, #faf9bc 100%); 
    padding: 3% 3%;
    text-align: center;
    font-size: 90%;
    border-radius: 100px;
    display: inline-block;
    margin-right: 3%;
    color: #000;
	cursor: pointer;
	position: relative;
	font-weight:bold;
}
.btn-b-app{
	background: -webkit-linear-gradient(270deg, #b6a063 0%, #faf9bc 100%); background: linear-gradient(180deg, #b6a063 0%, #faf9bc 100%); 
    padding: 3% 4%;
    text-align: center;
    text-align: center;
    font-size: 90%;
    border-radius: 100px;
    display: inline-block;
    color: #000;
	position: relative;
	cursor: pointer;
	font-weight:bold;
}
.img-song {
	position: absolute;
	z-index: 1000;
	left: 0.28rem;
	top: -0.7rem;
	width:2.8rem; 
}
.link-service {
	display: block;
    position: fixed;
    top: 20%;
    right: 0;
    width: 15%;
    max-width: 150px;
    z-index: 1001;
}
@media (min-width: 750px){
	.link-service {
    right: 20%;
}
}

