* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

table {
  width: 100%;
  text-align: center;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  cursor: pointer;
  text-align: center;
}

.tc {
  text-align: center;
}

.pr {
  position: relative;
}

.po {
  position: absolute;
}

.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@font-face {
  font-family: 'AlibabaPuHuiTiHeavy';
  src: url(https://www.igo.cn/zt/local_offer/font/Alibaba-PuHuiTi-Heavy.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiBold';
  src: url(https://www.igo.cn/zt/local_offer/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiRegular';
  src: url(https://www.igo.cn/zt/local_offer/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiMedium';
  src: url(https://www.igo.cn/zt/local_offer/font/Alibaba-PuHuiTi-Medium.ttf);
}

#main .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#main .btnbox>div {
  width: 174px;
  height: 44px;
  background-color: #f43732;
  border-radius: 21px;
  position: relative;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 26px;
  color: #ffffff;
  cursor: pointer;
}

#main .btnbox>div::after {
  content: "";
  width: 180px;
  height: 50px;
  background-image: linear-gradient(90deg,
      #db322c 0%,
      #e8622f 33%,
      #f49232 63%,
      #fde6ae 100%);
  box-shadow: 3px 4px 10px 0px rgba(244, 55, 50, 0.5);
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}

#main .banner {
  width: 100%;
  height: 750px;
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
}

#main .banner .content {
  height: 100%;
}

#main .banner .btnbox {
  position: absolute;
  bottom: 70px;
  right: 78px;
}
#NewigoBox{
  display: none;
}
#main .banner .btnbox>div{
  width: 130px;
  height: 37px;
  font-size: 20px;

}

#main .banner .btnbox>div::after{
  width: 135px;
  height: 43px;
}
.left_nav {
  width: 130px;
  height: 600px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(7, 4, 5, 0.1);
  border-radius: 0px 20px 20px 0px;
  position: fixed;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  padding: 31px 0 0;
  flex-direction: column;
  box-sizing: border-box;
  transition: all .3s;
}

.left_nav.active {
  /* left: 0; */
  transition: all .3s;
}

.left_nav>div {
  width: 100%;
  margin-bottom: 23px;
  text-align: center;
  position: relative;
  padding: 0 15px 8px;
  cursor: pointer;
}

.left_nav>div::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #ffe0da;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.left_nav>div.no::after {
  display: none;
}

.left_nav>div.no>div {
  position: absolute;
  top: -26px;
  left: 130px;
  width: 200px;
  height: 200px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(7, 4, 5, 0.1);
  display: none;
}

.left_nav>div.no>div img {
  width: 100%;
}

.left_nav>div:hover>div {
  display: block;
}

.left_nav>div .lay_yuyue {
  position: absolute;
  top: -10px;
  left: 130px;
  width: 200px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(7, 4, 5, 0.1);
  padding: 14px 15px 10px;
  display: none;
}

.left_nav>div .lay_yuyue h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.left_nav>div .lay_yuyue .item {
  width: 100%;
  height: 35px;
  background: #eeeeee;
  margin-bottom: 8px;
}

.left_nav>div .lay_yuyue .item.nomar {
  margin-bottom: 0;
}

.left_nav>div .lay_yuyue input,
.left_nav>div .lay_yuyue select {
  width: 100%;
  height: 35px;
  background: #eeeeee;
  padding-left: 14px;
  color: 000000;
  font-size: 12px;
}

.left_nav>div .lay_yuyue select {
  background: #eeeeee url(https://www.igo.cn/kpzt/hz/zonghe/img/arrow.png) no-repeat;
  background-size: 5%;
  background-position: 96% center;
}

.left_nav>div .lay_yuyue .btn {
  width: 100px;
  height: 30px;
  background-image: linear-gradient(0deg, #ffd200 0%, #f9e14c 100%, #84ad65 100%, #0f797e 100%);
  box-shadow: 0px 0px 20px 0px rgb(229 229 229 / 50%);
  border-radius: 30px;
  font-size: 14px;
  margin: 15px auto 0;
}

.left_nav>div p {
  margin-top: 11px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  color: #333333;
}

.left_nav .phone {
  width: 100%;
  height: 50px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  color: #ffffff;
  background-image: linear-gradient(90deg, #ff123f 0%, #ff3f63 100%);
  position: absolute;
  bottom: 0;
  letter-spacing: 0;
  border-radius: 0 0 20px 0;
}

.right_lay{
  width: 175px;
  height: 300px;
  background: url(https://www.igo.cn/kpzt/A-level-new/img/right_lay.png) no-repeat;
  background-size: 100%;
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 9;
}
.right_lay .close{
  width:40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.right_lay form{
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
  top: 178px;
}
.right_lay form .item{
  width: 100%;
  height: 40px;
  padding-left: 35px;
  padding-right: 8px;
}
.right_lay form input{
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.right_lay form .submit{
  width: 100%;
  height: 40px;
  margin-top: 20px;
  cursor: pointer;
}

#main article {
  min-width: 1200px;
  padding-top: 100px;
}

#main .section {
  margin-bottom: 100px;
}

#main .section .btnbox {
  margin-top: 63px;
  position: relative;
  z-index: 1;

}

#main .section .btnbox>div {
  width: 254px;
  height: 64px;
  background-color: #f43732;
  border-radius: 31px;
  position: relative;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 26px;
  color: #ffffff;
  cursor: pointer;
}

#main .section .btnbox>div:nth-child(2) {
  margin-left: 66px;
}

#main .section .btnbox>div::after {
  width: 260px;
  height: 70px;
  border-radius: 31px;
}

#main .section .title {
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
}

#main .section .title p {
  font-family: 'AlibabaPuHuiTiBold';
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #333333;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  top: -5px;
  text-shadow: 2px 0px 0px #ffffff, -2px 0px 0px #ffffff, 0px 2px 0px #ffffff, 0px -2px 0px #ffffff;
}

#main .section .title p:after {
  content: attr(title);
  width: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  height: 40px;
  transform: translate3d(-50%, -50%, 0);
  font-size: 40px;
  display: block;
  text-align: center;
  text-shadow: 3px 4px 10px rgba(244, 55, 50, 0.5);
}

#main .section1 .content {
  align-items: stretch;
}

#main .section1 .content>div {
  width: 580px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(255, 176, 169, 0.3);
  border-radius: 10px;
  overflow: hidden;
}

#main .section1 .content thead {
  width: 580px;
  height: 50px;
  background-color: #f43732;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}

#main .section1 .content th {
  width: 50%;
}

#main .section1 .content td {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  padding-left: 30px;
  text-align: left;
  height: 120px;
  border-bottom: 1px solid #fff1f0;
}

#main .section1 .content tr:last-child td {
  border-bottom: none;
}

#main .section1 .content td:nth-child(1) {
  background-color: #ffe8e6;
}

#main .section1 .content>div:nth-child(2) th {
  width: 200px;
}

#main .section1 .content>div:nth-child(2) th:nth-child(2) {
  width: 380px;
}

#main .section1 .content>div:nth-child(2) td {
  text-align: center;
  padding: 0;
  height: 60px;
}

#main .section2 .content>div {
  width: 380px;
  height: 150px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(255, 176, 169, 0.3);
  border-radius: 15px;
  padding: 30px 40px;
  position: relative;
  text-align: right;
}

#main .section2 .content>div .icon {
  width: 59px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: 40px;
}

#main .section2 .content>div p {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 26px;
  line-height: 26px;
  color: #666666;
}

#main .section2 .content>div p:nth-child(3) {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 20px;
  line-height: 26px;
  color: #999999;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}

#main .section2 .content>div p:nth-child(3)::after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #ffda98;
  position: absolute;
  right: -9px;
  bottom: 3px;
  border-radius: 21px;
  z-index: -1;
}

#main .section3 {
  background-color: #fff4f3;
  padding-top: 100px;
}

#main .section3 .list {
  flex-wrap: wrap;
}

#main .section3 .list>div {
  width: 286px;
  height: 218px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(255, 176, 169, 0.3);
  border-radius: 10px;
  padding: 5px;
}

#main .section3 .list>div.mar {
  margin-bottom: 30px;
}

#main .section3 .list>div .top {
  width: 276px;
  height: 110px;
  background-image: linear-gradient(-10deg,
      #ffb3b0 0%,
      #ffc3c1 52%,
      #ffd3d1 63%,
      #ffdcda 83%,
      #ffe4e3 100%);
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  padding-top: 56px;
  position: relative;
}

#main .section3 .list>div .span {
  width: 80px;
  height: 35px;
  background-image: linear-gradient(60deg,
      #f43732 0%,
      #ffdea4 100%);
  border-radius: 0px 0px 20px 0px;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

#main .section3 .list>div .top p {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}

#main .section3 .list>div>p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  line-height: 30px;
  color: #4d4d4d;
  padding-left: 26px;
  margin-top: 18px;
  align-items: stretch;
}

#main .section3 .list>div>p span {
  font-family: 'AlibabaPuHuiTiMedium';
}

#main .section3 .s3Form {
  width: 100%;
  height: 248px;
  background: url(../img/content2.jpg) no-repeat;
  background-position: center;
  margin-top: 100px;
}

#main .section3 .s3Form .content {
  padding-left: 322px;
  height: 100%;
}

#main .section3 .s3Form .p {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 20px;
  line-height: 36px;
  color: #666666;
}

#main .section3 .s3Form .p img {
  margin-right: 12px;
}

#main .section3 .s3Form .formbox {
  margin-left: 40px;
}

#main .section3 .s3Form .item {
  width: 160px;
  height: 46px;
  background-color: #eeeeee;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
}

#main .section3 .s3Form .item input {
  background-color: #eeeeee;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}

#main .section3 .s3Form .submit {
  width: 120px;
  height: 46px;
  background-color: #f43732;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

#main .section3 .s3Form .formbox p {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  margin-top: 19px;
}

#main .section4 .list>div {
  width: 386px;
  height: 260px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(255, 176, 169, 0.3);
  border-radius: 10px;
  padding: 5px;
}

#main .section4 .list>div.mar {
  margin-bottom: 30px;
}

#main .section4 .list>div .top {
  width: 375px;
  height: 110px;
  background-image: linear-gradient(-10deg,
      #ffb3b0 0%,
      #ffc3c1 52%,
      #ffd3d1 63%,
      #ffdcda 83%,
      #ffe4e3 100%);
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  padding-top: 60px;
  padding-left: 29px;
  position: relative;
}

#main .section4 .list>div .span {
  width: 80px;
  height: 35px;
  background-image: linear-gradient(60deg, #f43732 0%, #ffdea4 100%);
  border-radius: 0px 0px 20px 0px;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

#main .section4 .list>div .top p {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  text-align: left;
}

#main .section4 .list .tags {
  position: absolute;
  bottom: 20px;
  right: 18px;
}

#main .section4 .list .tags>span {
  width: 65px;
  height: 28px;
  border-radius: 14px;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  color: #000000a8;
  margin-top: 10px;
  display: block;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}

#main .section4 .list .tags>span.w {
  width: 166px;
  margin-right: 0;
}

#main .section4 .list>div>p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  line-height: 18px;
  color: #4d4d4d;
  padding-left: 26px;
  margin-top: 18px;
  align-items: stretch;
}

#main .section4 .list>div>p span {
  font-family: 'AlibabaPuHuiTiMedium';
}

#main .section4 .list .btns {
  margin-top: 34px;
}

#main .section4 .list .btns>div {
  width: 120px;
  height: 46px;
  background-color: #f43732;
  border-radius: 22px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

#main .section4 .list .btns>div:nth-child(2) {
  margin-left: 26px;
}

#main .section4 .formbox {
  height: 255px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(255, 176, 169, 0.3);
  border-radius: 12px;
  align-items: stretch;
  margin-top: 30px;
}

#main .section4 .left {
  width: 850px;
  padding: 30px 0 0 30px;
  flex-shrink: 0;
}

#main .section4 .left>p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 26px;
}

#main .section4 .left>p span {
  font-family: 'AlibabaPuHuiTiBold';
}

#main .section4 .left .item>div {
  align-items: flex-start;
  margin-top: 10px;
}

#main .section4 .left .item>div:nth-child(1) {
  margin-top: 0;
}

#main .section4 .left .item b {
  width: 107px;
  height: 40px;
  background-color: #000000;
  border-radius: 19px;
  font-size: 16px;
  color: #ffffff;
  flex-shrink: 0;
  margin-right: 28px;
  font-weight: bold;
}

#main .section4 .left .item ul {
  flex-wrap: wrap;
}

#main .section4 .left .item li {
  width: 145px;
  height: 40px;
  font-size: 16px;
  color: #000000;
}

#main .section4 .left .item li span {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #ffffff;
  border: solid 2px #e5e5e5;
  margin-right: 12px;
  flex-shrink: 0;
  cursor: pointer;
}

#main .section4 .left .item li.active span {
  background-color: #f43732;
  box-shadow: inset 0px 0px 10px 0px rgba(6, 6, 6, 0.1);
  border: solid 3px #d9d9d9;
}

#main .section4 .right {
  width: 100%;
  background-color: #ffe8e6;
  padding: 46px 20px 0;
}

#main .section4 .ztform {
  width: 100%;
}

#main .section4 .ztform .item,
#main .section4 .ztform input {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  font-size: 14px;
  color: #808080;
  border-radius: 4px;
}

#main .section4 .ztform .item {
  margin-bottom: 15px;
}

#main .section4 .ztform .item.mar {
  margin-bottom: 27px;
}

#main .section4 .ztform input {
  padding-left: 14px;
}

#main .section4 .ztform .btnbox {
  margin: 0 auto;
}

#main .section4 .ztform .btnbox>.btn {
  width: 174px;
  height: 44px;
}

#main .section4 .ztform .btnbox>.btn::after {
  width: 180px;
  height: 50px;
}

#main .section5 {
  position: relative;
  z-index: 1;
}

#main .section5::after {
  content: "";
  width: 100%;
  height: 610px;
  background-color: #fff4f3;
  z-index: -1;
  position: absolute;
  top: 171px;
  left: 50%;
  transform: translateX(-50%);
}

#main .section5 .data,
#main .section6 .data {
  height: 160px;
  margin-bottom: 30px;
  background-color: #f43732;
  color: #ffffff;
  border-radius: 6px;
}

#main .section5 .data li,
#main .section6 .data li {
  width: 20%;
  height: 120px;
  text-align: center;
  padding-top: 22px;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

#main .section5 .data li p:nth-child(1),
#main .section6 .data li p:nth-child(1) {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px;
}

#main .section5 .data li p:nth-child(2),
#main .section6 .data li p:nth-child(2) {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 24px;
  line-height: 24px;
}

#main .section5 .data li:last-child,
#main .section6 .data li:last-child {
  border-right: none;
}

#main .section5 .teacherbox {
  height: 400px;
  margin-bottom: 150px;
}

#main .section5 .details {
  width: 800px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 70px 40px 0;
}

#main .section5 .detail {
  display: none;
}

#main .section5 .detail.active {
  display: block;
}

#main .section5 .detail>div {
  align-items: stretch;
}

#main .section5 .details .img {
  width: 210px;
  height: 200px;
  background: url(../img/icon6.png) no-repeat;
  background-size: 100%;
  border-radius: 8px;
  align-items: flex-end;
  margin-right: 39px;
  flex-shrink: 0;
}

#main .section5 .details .img img {
  height: 241px;
}

#main .section5 .details p:nth-child(1) {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 35px;
  line-height: 35px;
  color: #000000;
  padding-top: 21px;
  margin-bottom: 17px;
}

#main .section5 .details .tags {
  margin-bottom: 20px;
}

#main .section5 .details .tags span {
  width: auto;
  height: 40px;
  background-color: #fcfc84;
  border: solid 1px #000000;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 20px;
  color: #000000;
  margin-right: 20px;
  padding: 0 10px;
  position: relative;
}

#main .section5 .details .tags span:last-child {
  margin-right: 0;
}

#main .section5 .details .tags span::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fcfc84;
  border: solid 1px #000000;
  position: absolute;
  left: -5px;
  top: -5px;
}

#main .section5 .details p:nth-child(3) {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}

#main .section5 .details .btnbox {
  margin-top: 43px;
}

#main .section5 .details .btnbox>div {
  width: 174px;
  height: 44px;
}

#main .section5 .details .btnbox>div::after {
  width: 180px;
  height: 50px;
}

#main .section5 .details .btnbox>div:nth-child(2) {
  margin-left: 32px;
}

#main .section5 .list {
  width: 380px;
}

#main .section5 .list>div {
  width: 380px;
  height: 120px;
  background: #ffffff url(../img/icon7.png) no-repeat;
  background-size: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  color: #333333;
  padding-top: 24px;
  padding-left: 24px;
  cursor: pointer;
  transition: all .4s;
}

#main .section5 .list>div:last-child {
  margin-bottom: 0;
}

#main .section5 .list>div:hover,
#main .section5 .list>div.active {
  background-color: #f43732;
  color: #ffffff;
  transition: all .4s;
}

#main .section5 .list>div>img {
  width: 109px;
  position: absolute;
  right: 31px;
  top: 11px;
}

#main .section5 .list p {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 24px;
  line-height: 24px;
  padding-left: 22px;
  margin-bottom: 6px;
}

#main .section5 .list .tags {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

#main .section5 .list .tags img {
  margin-right: 7px;
}

#main .section5 .list>div.active .tags,
#main .section5 .list>div:hover .tags {
  color: #ffffff;
  transition: all .4s;
}

#main .section6 .data {
  margin-bottom: 60px;
}

#main .section6 .data li {
  width: 33.33%;
}

#main .section6 .part {
  margin-bottom: 60px;
}

#main .section6 .part>img {
  flex-shrink: 0;
}

#main .section6 .part .txt p {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 35px;
}

#main .section6 .part .txt li {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  line-height: 38px;
  color: #666666;
}

#main .section6 .part .txt li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e6e6e6;
  margin-right: 15px;
  border-radius: 10px;
}

#main .section6 .part1 {
  padding-left: 47px;
  padding-right: 33px;
}

#main .section6 .part2 {
  padding-left: 131px;
}

#main .section6 .part2 img {
  margin-right: 69px;
}

#main .section6 .products {
  height: 320px;
  background-color: #fff4f3;
  border-radius: 6px;
  padding: 40px 40px 40px 47px;
  align-items: stretch;
  margin-bottom: 30px;
}

#main .section6 .products .left {
  width: 284px;
  margin-right: 30px;
  flex-shrink: 0;
}

#main .section6 .products .left p {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 33px;
}

#main .section6 .products .left ul {
  width: 260px;
  margin: 0 auto;
}

#main .section6 .products .left li {
  height: 36px;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 18px;
  color: #666666;
  width: 260px;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all .3s;
}

#main .section6 .products .left li:hover,
#main .section6 .products .left li.active {
  background-color: #f43732;
  color: #ffffff;
  transition: all .3s;
}

#main .section6 .products .right {
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 30px 0 30px 30px;
}

#main .section6 .products .right>div {
  align-items: stretch;
  display: none;
}
#main .section6 .products .right>div.active{
  display: flex;
}
#main .section6 .products .right>div img {
  flex-shrink: 0;
  margin-right: 39px;
}

#main .section6 .products .right p {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 22px;
}

#main .section6 .products .right ul {
  height: 79px;
  margin-bottom: 15px;
  overflow: hidden;
}

#main .section6 .products .right li {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 17px;
  line-height: 25px;
  color: #666666;
}

#main .section6 .products .right li {
  margin-bottom: 4px;
}

#main .section6 .products .right .btns>div {
  width: 120px;
  height: 40px;
  background-color: #f43732;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
}
#main .section6 .part4{
  height: 340px;
	background-color: #fff4f3;
	border-radius: 6px;
  padding: 40px 40px 40px 47px;
  align-items: flex-start;
}
#main .section6 .part4 .left{
  width: 284px;
  margin-right: 30px;
  flex-shrink: 0;
}
#main .section6 .part4 .left>p {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 33px;
}
#main .section6 .part4 .left .txt{
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
	line-height: 38px;
	color: #666666;
}
#main .section6 .part4 .left .txt li{
  position: relative;
}
#main .section6 .part4 .left .txt li::before{
  content: "";
  width: 10px;
	height: 10px;
  border-radius: 10px;
	background-color: #e6e6e6;
  margin-right: 15px;
}
#main .section6 .part4 .right {
  width: 100%;
  flex-wrap: wrap;
}
#main .section6 .part4 .right ul{
  width: 390px;
	background-color: #ffffff;
	border-radius: 6px;
  flex-wrap: wrap;
  padding: 13px 0 13px 21px;
}
#main .section6 .part4 .right ul:nth-child(1),
#main .section6 .part4 .right ul:nth-child(2){
  margin-bottom: 10px;
}
#main .section6 .part4 .right li{
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
	line-height: 28px;
	color: #666666;
  margin-right: 30px;
}
#main .section6 .part4 .right li.w{
  width:100%;
}
#main .section6 .content6{
  height: 200px;
  background: url(../img/content6.jpg) no-repeat;
  background-position: center;
  margin-top: 50px;
}
#main .section6 .content6 .content{
  height: 200px;
}
#main .section7>p{
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 24px;
	line-height: 24px;
	color: #666666;
  margin-bottom: 77px;
}
#main .section7 .title{
  margin-bottom: 33px;
}
#main .section7 .content1 {
  height: 200px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 0px 
		rgba(255, 176, 169, 0.3);
  border-radius: 12px;
  padding-left: 45px;
  position: relative;
  padding-right: 50px;
}

#main .section7 .content1 ul {
  flex-wrap: wrap;
  width: 900px;
}

#main .section7 .content1 li {
  width: 336px;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 20px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  color: #000000;
  align-items: flex-start;
}
#main .section7 .content1 li img{
  position: relative;
  top: 7px;
}
#main .section7 .content1 li:nth-child(1),
#main .section7 .content1 li:nth-child(2) {
  margin-bottom: 35px;
}

#main .section7 .content1 li p {
  margin-left: 9px;
}

#main .section7 .content1>img {
  flex-shrink: 0;
  align-self: flex-end;
}

#main .section7 .s-title {
  width: 100%;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
}
#main .section7 .s-title.m{
  margin-bottom: 40px;
}
#main .section7 .s-title b {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 22px;
  font-weight: normal;
  border-left: 6px solid #f43732;
  padding-left: 20px;
}

#main .section7 .s-title p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 15px;
  line-height: 15px;
  color: #4d4d4d;
  margin-top: 15px;
  padding-left: 24px;
}

#main .section7 .content2 {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  padding: 50px 30px 70px;
  flex-wrap: wrap;
}

#main .section7 .content2 ul {
  width: 710px;
  flex-wrap: wrap;
  opacity: 0;
}

#main .section7 .content2 li {
  width: 80px;
  height: 42px;
  background-color: #fff4f3;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  color: #000000;
  margin-bottom: 16px;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  transition: all .3s;
}

#main .section7 .content2 li:nth-child(8n) {
  margin-right: 0;
}

#main .section7 .content2 li:hover,
#main .section7 .content2 li.active {
  background-color: #f43732;
  color: #ffffff;
  transition: all .3s;
}

#main .section7 .content2 .address {
  width: 710px;
  height: 180px;
  background-color: #ffffff;
  border: solid 2px #f0f0f0;
  padding-left: 37px;
  padding-right: 10px;
}

#main .section7 .content2 .address .img {
  width: 83px;
  margin-right: 43px;
}

#main .section7 .content2 .address .img b {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  color: #2c303b;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  text-align: center;
}

#main .section7 .content2 .address .txt {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 15px;
  line-height: 26px;
  color: #4d4d4d;
}

#main .section7 .content2 .address .txt b {
  font-family: 'AlibabaPuHuiTiMedium';
  font-weight: normal;
  flex-shrink: 0;
}

#main .section7 .content2 .branchimg {
  width: 100%;
  margin-top: 20px;
  height: 210px;
  overflow: hidden;
}

#main .section7 .content2 .branchimg img {
  width: 280px;
  margin-right: 7px;
}

#main .section7 .content2 .branchimg img:last-child {
  margin-right: 0;
}