body {
  background-color: #fff;
}
img {
  vertical-align: middle;
}
ul,
li {
  padding-inline-start: 0;
}
.content {
  padding: 0 0.2rem;
}
.banner {
  overflow: hidden;
}
.banner img {
  width: 100%;
}
h2.title {
  margin: 0.3rem auto 0.2rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.sec1 {
  background-color: #fff;
  overflow: hidden;
}
.sec1 h2.title {
  margin: 0.3rem auto 0.2rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.sec1 ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  padding: 0.3rem 0.35rem;
}
.sec1 li {
  width: 1rem;
  height: 1.36rem;
}
.sec1 li img {
  width: 100%;
}
.sec1 li span {
  display: block;
  margin-top: 0.15rem;
  white-space: nowrap;
  text-align: center;
}
.sec1 .zx {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 0.3rem 0.35rem;
}
.sec1 .zx a {
  display: block;
  width: 3rem;
  line-height: 0.68rem;
  background-color: #fc5c48;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  border-radius: 0.15rem;
}
.sec2 {
  background-color: #fff;
  overflow: hidden;
}
.sec2 ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 0.15rem 0.3rem;
}
.sec2 ul li {
  width: 1.5rem;
  line-height: 0.6rem;
  background-color: #e8e8e8;
  margin: 0.2rem 0.1rem 0;
  font-size: 0.3rem;
  text-align: center;
  border-radius: 0.05rem;
}

.sec2 ul li:active,
.sec2 ul li:hover,
.sec2 ul li.active {
  background-color: #fc5c48;
  color: #fff;
}

.line {
  border: none;
  border-top: 0.01rem solid #e8e8e8;
}
.sec3 .main {
  background-color: #fff;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  margin: 0.4rem auto 0.3rem;
  box-shadow: 0 0 0.15rem 0.03rem #eff1f4;
}
.sec3 ul {
  padding: 0 0.4rem;
}
.sec3 li {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 0.2rem auto;
}
.sec3 .cue {
  margin: 0 0.5rem;
  font-size: 0.26rem;
  color: #ff5b47;
  text-align: center;
}
.sec3 h5 {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  text-align: left;
}
.sec3 label {
  width: 31%;
  font-size: 0.3rem;
  color: #666;
}
.sec3 input[type=radio] {
  display: none;
}
.sec3 input + span {
  position: relative;
  top: 0.025rem;
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border: 0.02rem solid #a2a2a2;
  border-radius: 50%;
  margin-right: 0.05rem;
}
.sec3 input:checked + span {
  background-color: #56adff;
}
.sec3 input[type=text] {
  width: 100%;
  height: 0.8rem;
  border: 0.02rem solid #80c1ff;
  padding: 0 0.2rem;
  margin: 0.05rem 0;
  font-size: 0.28rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.sec3 input[type=submit] {
  width: 100%;
  line-height: 0.8rem;
  background-color: #108bff;
  font-size: 0.28rem;
  color: #fff;
  border-radius: 0.1rem;
  box-sizing: border-box;
  box-shadow: 0 0 0.15rem 0.01rem #dae7f4;
}
.sec4 ul li {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 0.2rem;
}
.sec4 ul li .left {
  flex: 1 1 auto;
  line-height: 0.6rem;
  background: url("../images/bg1.png") repeat-x center;
  background-size: auto 100%;
  border: 0.01rem solid #9bceff;
  border-right: none;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.sec4 ul li .left a{
  color: rgb(51,51,51);
}
.sec4 ul li .right {
  width: 1.24rem;
  line-height: 0.6rem;
  background-color: #fc5c48;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}
.sec4 ul li .right a{
  color: #fff;
}
.sec5 .top {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.sec5 .top .left {
  position: relative;
  width: 3.45rem;
  height: 2.9rem;
  background-color: #e5f1fb;
  padding: 0.2rem;
  box-sizing: border-box;
}
.sec5 .top .left h4 {
  font-size: 0.32rem;
  color: #108bff;
  margin-bottom: 0.06rem;
}
.sec5 .top .left h4 a{
  color: #108bff;
}
.sec5 .top .left p {
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #666;
}
.sec5 .top .left .zixun {
  position: absolute;
  bottom: 0.15rem;
  left: 0.2rem;
  display: block;
  width: 1.67rem;
  line-height: 0.58rem;
  background-color: #108bff;
  margin-top: 0.06rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
}
.sec5 .top .right {
  position: relative;
  width: 3.45rem;
  height: 2.9rem;
  background-color: #fbe8e5;
  padding: 0.2rem;
  box-sizing: border-box;
}
.sec5 .top .right h4 {
  font-size: 0.32rem;
  color: #fc5c48;
  margin-bottom: 0.06rem;
}
.sec5 .top .right h4 a{
  color: #fc5c48;
}
.sec5 .top .right p {
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #666;
}
.sec5 .top .right .zixun {
  position: absolute;
  bottom: 0.15rem;
  left: 0.2rem;
  display: block;
  width: 1.67rem;
  line-height: 0.58rem;
  background-color: #fc5c48;
  margin-top: 0.06rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
}
.sec5 .bottom {
  position: relative;
  height: 2.2rem;
  background-color: #fbf5e5;
  padding: 0.2rem;
  margin: 0.2rem 0 0.3rem;
  box-sizing: border-box;
}
.sec5 .bottom h4 {
  font-size: 0.32rem;
  color: #d69b00;
  margin-bottom: 0.06rem;
}

.sec5 .bottom h4 a{
  color: #d69b00;
}
.sec5 .bottom p {
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #666;
}
.sec5 .bottom .zixun {
  position: absolute;
  right: 0.2rem;
  display: block;
  width: 1.67rem;
  line-height: 0.58rem;
  background-color: #ffbe12;
  margin-top: 0.06rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
}
.sec6 ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.sec6 ul li {
  width: 3.45rem;
  margin-top: 0.2rem;
}
.sec6 ul li .top {
  height: 2.89rem;
  background: url("../images/bg3.png") no-repeat center;
  background-size: 100%;
  overflow: hidden;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.sec6 ul li .top h4 {
  margin: 0.4rem auto;
  font-size: 0.35rem;
  color: #fffc10;
  text-align: center;
}
.sec6 ul li .top h4 a{
  color: #fffc10;
}
.sec6 ul li .top p {
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: justify;
}
.sec6 ul li .bottom {
  display: block;
  line-height: 0.56rem;
  background-color: #108bff;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
}
.sec6 ul li:nth-of-type(2) .top {
  background-image: url("../images/bg4.png");
}
.sec6 ul li:nth-of-type(3) .top {
  background-image: url("../images/bg5.png");
}
.sec6 ul li:nth-of-type(4) .top {
  background-image: url("../images/bg6.png");
}
.sec7 ul li,
.sec8 ul li {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 0.2rem;
}
.sec7 ul li .left,
.sec8 ul li .left {
  flex: 1 1 auto;
  line-height: 0.6rem;
  background: url("../images/bg1.png") repeat-x center;
  background-size: auto 100%;
  border: 0.01rem solid #9bceff;
  border-right: none;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
}
.sec7 ul li .left p,
.sec8 ul li .left p {
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #666;
  text-align: left;
}
.sec7 ul li .left p a,
.sec8 ul li .left p a{
  color: #666;
}
.sec7 ul li .right,
.sec8 ul li .right {
  flex: 0 0 auto;
  width: 1.26rem;
  line-height: 1.05rem;
  background-color: #fc5c48;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}

.sec7 ul li .right a,
.sec8 ul li .right a{
  color: #fff;
}
.sec9 .main {
  background-color: #fff;
  padding: 0.1rem 0;
  border-radius: 0.1rem;
  margin: 0.4rem auto 0.3rem;
  box-shadow: 0 0 0.15rem 0.03rem #eff1f4;
}
.sec9 h2.title span {
  color: #fc5c48;
}
.sec9 ul {
  padding: 0.1rem 0.5rem 0.3rem;
  box-sizing: border-box;
}
.sec9 li {
  margin-top: 0.2rem;
}
.sec9 li input {
  width: 6.22rem;
  height: 0.8rem;
  border: 0.02rem solid #fc7260;
  padding: 0 0.2rem;
  font-size: 0.28rem;
  color: #999;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.sec9 li input[type=submit] {
  line-height: 0.8rem;
  background-color: #fc5c48;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0.15rem 0.01rem #fed3cd;
}
.sec10 .course {
  background-color: #108bff;
  padding: 0.4rem 0.4rem;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.sec10 .course h4 {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.sec10 .course ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.sec10 .course ul li {
  width: 2.9rem;
  line-height: 0.8rem;
  border: 0.02rem solid #fff;
  margin-top: 0.2rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.sec10 .course ul li a{
  color: #fff;
}
.sec10 .course ul li:last-child {
  width: 6.3rem;
  background-color: #fcff10;
  color: #fc5c48;
}
.sec10 .course ul li:last-child a{
  color: #fc5c48;
}
.sec11 .main {
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0.4rem auto 0.3rem;
  box-shadow: 0 0 0.15rem 0.03rem #eff1f4;
}
.sec11 .main h3 {
  line-height: 0.86rem;
  background-color: #fc5c48;
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.sec11 .main .tel {
  padding: 0 0.2rem;
}
.sec11 .main .tel input[type=text] {
  width: 100%;
  line-height: 0.85rem;
  border: 0.02rem solid #edf2f5;
  padding: 0 0.4rem;
  margin-top: 0.3rem;
  font-size: 0.24rem;
  color: #ccc;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.sec11 .main .zx {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 0 0.2rem;
  margin-bottom: 0.3rem;
}
.sec11 .main .zx input[type=submit],
.sec11 .main .zx a {
  display: block;
  width: 3.2rem;
  line-height: 0.8rem;
  background-color: #fc5c48;
  margin-top: 0.3rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem 0.01rem #fed3cd;
}
.sec11 .main .zx input[type=submit] b,
.sec11 .main .zx a b {
  color: #fcff10;
}
#footer {
  margin: 0.3rem 0 1.2rem;
}
#footer p {
  font-size: 0.3rem;
  color: #999;
  text-align: center;
}
#fixbar {
  position: fixed;
  bottom: 0;
  left: 50%;
  height: 0.88rem;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#fixbar img {
  width: 7.5rem;
  height: 0.88rem;
}
#fixbar a:last-child {
  position: absolute;
  top: 0;
  left: 2.25rem;
  display: block;
  width: 2.5rem;
  height: 0.88rem;
}
