﻿* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
  background: #ffece4;
}

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;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

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地址换行*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}




.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;
}

@font-face {
  font-family: 'PangMenZhengDao';
  src: url('font/PangMenZhengDao.woff2') format('woff2'),
    url('font/PangMenZhengDao.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial_MT_B';
  src: url('font/ArialMTBold.woff2') format('woff2'),
    url('font/ArialMTBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial_MT';
  src: url('font/ArialMT.woff2') format('woff2'),
    url('font/ArialMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avanti';
  src: url('font/AvantiBold.woff2') format('woff2'),
    url('font/AvantiBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#main .banner {
  width: 100%;
  height: 500px;
  background: url(../images/banner.png) no-repeat center;
}

section .title_h1 {
  height: 47px;
  color: #6d0c0c;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

section .title_h1 h1 {
  position: absolute;
  z-index: 2;
  height: 13px;
  overflow: hidden;
  bottom: 0px;
  line-height: 0px !important;
}

section .title_h1 h1 b {
  position: relative;
  top: -13px;
}

section .title_h1 h1,
section .title_h1 .cover,
section .title_h1 .white {
  font-size: 44px;
  line-height: 43px;
  font-weight: 700;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

section .title_h1 .cover {
  background-image: linear-gradient(0deg,
      #dd2f2f 5%,
      #ffe7c8 100%);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  top: 0;
  height: 34px;
  z-index: 3;
  overflow: hidden;
}

section .title_h1 .white {
  color: #ffffff;
  position: absolute;
  top: 3px;
  z-index: 1;
  text-shadow: 0px 3px 5px rgba(168, 13, 13, 0.35);
}

article {
  width: 1200px;
  margin: 0 auto;
}

/* section1 */
.section1 {
  margin-top: 38px;
  margin-bottom: 50px;
}

.section1 article {
  position: relative;
}

.section1 .totallist {
  margin-bottom: 34px;
}

.section1 .totallist>div {
  width: 250px;
  height: 250px;
  background: url(../images/total_bg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 0px 40px 0px rgba(255, 215, 198, 0.5);
  border-radius: 250px;
  overflow: hidden;
  padding-top: 94px;
}

.section1 .totallist .num {
  font-family: 'Avanti';
  font-weight: 700;
  font-size: 60px;
  height: 45px;
  line-height: 45px;
  color: #b3081a;
  text-align: center;
  position: relative;
}

.section1 .totallist .num em {
  font-weight: normal;
  font-size: 20px;
  width: 35px;
  height: 35px;
  background-image: linear-gradient(60deg,
      #e6d192 0%,
      #ffffff 100%);
  border: solid 1px #e3c6a5;
  opacity: 0.8;
  border-radius: 35px;
  display: block;
  line-height: 35px;
  position: absolute;
  top: -12px;
  right: 57px;
}

.section1 .totallist p {
  font-size: 18px;
  line-height: 24px;
  color: #6d0c0c;
  text-align: center;
  margin-top: 13px;
}

.section1 article>p {
  font-size: 14px;
  line-height: 14px;
  color: #c18b8b;
  text-align: right;
  margin-bottom: 37px;
}

.section1 .tabbox {
  height: 80px;
  background-color: #6d0c0c;
  padding: 0 30px;
}

.section1 .tabbox>div {
  width: 345px;
  height: 50px;
  background-color: #ffdacb;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 700;
  color: #6d0c0c;
  cursor: pointer;
  transition: all .4s;
}

.section1 .tabbox>div.active {
  background-color: #dd2f2f;
  color: #ffffff;
  transition: all .4s;
}

.section1 .tcontent {
  background-color: #dd2f2f;
  padding: 40px 25px;
}

.section1 .tcontent h3 {
  font-size: 40px;
  line-height: 40px;
  color: #ffd07d;
}

.section1 .tcontent h3 span {
  width: 160px;
  height: 30px;
  background-color: #e44848;
  border-radius: 14px;
  font-family: 'Arial_MT';
  font-size: 16px;
  color: #fff8f2;
  font-weight: normal;
  margin-left: 18px;
}

.section1 .tcontent>p {
  font-size: 19px;
  line-height: 19px;
  color: #fff8f2;
  margin: 16px 0 34px;
}

.section1 .tcontent .thead {
  height: 60px;
  background-color: #edc695;
  padding-right: 10px;
  font-size: 20px;
  color: #990d00;
  align-items: stretch;
}

.section1 .tcontent .thead>div {
  border-right: 1px solid #e5e5e5;
}

.section1 .tcontent .w1 {
  width: 153px;
}

.section1 .tcontent .w2 {
  width: 132px;
}

.section1 .tcontent .w3 {
  width: 323px;

}
.section1 .tcontent .w3_o {
  width: 467px;
}
.section1 .tcontent .w4 {
  width: 140px;
}

.section1 .tcontent .w5 {
  width: 144px;
}

.section1 .tcontent .w6 {
  width: 245px;
  border-right: none !important;
}

.section1 .tcontent .tbody {
  height: 360px;
  overflow-y: auto;
}

/* 滚动槽 */
.section1 .tcontent .tbody::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.section1 .tcontent .tbody::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ab2424;
}

/* 滚动条滑块 */
.section1 .tcontent .tbody::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #edc695;
}

.section1 .tcontent .tbody>div {
  height: 60px;
  background-color: #f2f2f2;
  align-items: stretch;
}

.section1 .tcontent .tbody>div>div {
  border-right: 1px solid #e5e5e5;
  font-size: 14px;
  color: #000000;
  line-height: 25px;
  overflow: hidden;
}

  .section1 .tcontent .tbody>div>div.w3_o {
display: flex;
align-items: center;
padding: 0 10px;
}
.section1 .tcontent .tbody>div>div.w3_o>p{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}
.section1 .tcontent .tbody>div:nth-child(2n) {
  background: #ffffff;
}

.section1 .tcontent .tbody>div .getleyu {
  width: 108px;
  height: 40px;
  background-color: #b80000;
  border-radius: 19px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.section1 .content2 {
  margin-top: 40px;
}
.section1 .content2 div>div{
  width: 380px;
  display: block;
}

.section1 .content2 div.btop{
  width: 380px;
  height: 240px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 28px;
  cursor: pointer;
}
.section1 .content2 div.btop img{
  position: relative;
  top: 28px;
}
.section1 .content2 div.btop::before{
  content: "";
  width: 360px;
  height: 125px;
  background: url(../images/tabbg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  z-index: -1;
}
.section1 .content2 div.btop p{
  width: 100%;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 0;
  line-height: 20px;
  bottom: 25px;
}
.section1 .content2 div>div.active .btop,
  .section1 .content2 div>div:hover .btop{
  background: #dd2f2f;
}
.section1 .content2 div>div.active .btop p,
  .section1 .content2 div>div:hover .btop p{
  color: #ffffff;
}
.section1 .content2 div>div.active .btop::after,
  .section1 .content2 div>div:hover .btop::after{
  content: "";
  border: 14px solid #dd2f2f;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);

}
.section1 .content2 div li {
  font-size: 14px;
  margin-bottom: 5px;
}
.section1 .content2 div li span{
  width: 80px;
  height: 34px;
  background: #6e1111;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 34px;
  margin-right: 20px;
}
/* section1 */
.section2 {
  margin-bottom: 30px;
}

.section2 article {
  padding: 0 0px 13px 85px;
  position: relative;
}

.section2 article .send {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  line-height: 30px;
  letter-spacing: 1.5px;
  color: #ffcfc5;
  position: absolute;
  left: 50.6%;
  bottom: 39px;
  transform: translateX(-50%);
}

.title_box .left h1 {
  width: 460px;
  height: 230px;
  background: url(../images/h1.png) no-repeat center;
  padding-top: 30px;
  padding-left: 38px;
  margin-bottom: 57px;
  margin-top: 20px;
}

.title_box .left h1 span {
  font-family: 'PangMenZhengDao';
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #dd2f2f;

  transform: scale(1, 1.14);
}

.title_box .left .btn_box {
  flex-wrap: wrap;
}

.title_box .left .btn_box>div {
  width: 220px;
  height: 70px;
  background: url(../images/btn_box_div.png) no-repeat;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all .3s;
}

.title_box .left .btn_box>div a {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.title_box .left .btn_box>div:hover {
  top: -5px;
  transition: all .3s;
}

/* part */
.part {
  background: url(../images/lead_bg.png) no-repeat center;
}

.part article {
  height: 320px;
  padding: 5px;
}

.part article .content {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  position: relative;
}

.part .content .num {
  position: relative;
  margin-right: 45px;
}

.part .content>img {
  margin-right: 20px;
}

.part .content .num>span {
  width: 80px;
  height: 80px;
  background-color: #ffe7c8;
  border-radius: 80px;
  font-family: 'Arial_MT_B';
  font-size: 45px;
  font-weight: 700;
  color: #dd2f2f;
  position: relative;
  z-index: 3;
}

.part .content .num .cover {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: #ca211c;
  border-radius: 80px;
  top: 5px;
  left: 5px;
}

.part .content .title {
  margin-bottom: 15px;
}

.part .content .words h2 {
  width: 222px;
  height: 53px;
  line-height: 49px;
  font-size: 54px;
  letter-spacing: 1.4px;
  color: #ffe7c8;
  margin-bottom: 14px;
  text-align: center;
  margin-right: 13px;
}

.part3 .content .words h2 {
  width: 100%;
}

.part3 {
  margin-top: 50px;
}

.part .content .words h1 {
  width: auto;
  height: 83px;
  line-height: 75px;
  font-size: 80px;
  letter-spacing: 2.1px;
  color: #ffe7c8;
  text-align: right;
}

.part .content .title p {
  height: 10px;
}

.part p.line2 {
  height: 19px;
  margin-bottom: 27px;
}

.part p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.part article .content .lead {
  position: absolute;
  right: 41px;
  top: 34px;
}

/* section3 */
.section3 {
  margin-top: 60px;
}

.section3 .title_h1 {
  margin-bottom: 52px;
}

.section3 ul li {
  width: 368px;
  height: 319px;
  background: url(../images/section3_li.png) no-repeat;
  flex-direction: column;
  padding-top: 23px;
}

.section3 ul li:last-child {
  padding-top: 43px;
}

.section3 ul li .num {
  font-size: 20px;
  color: #ffffff;
  height: 78px;
  position: relative;
}

.section3 ul li .num span {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: 'Avanti';
  color: #6d0c0c;
}

.section3 ul li .num i {
  width: 32px;
  height: 32px;
  background-color: #dd2f2f;
  border-radius: 32px;
  position: absolute;
  top: 5px;
  right: -33px;
}

.section3 ul li:nth-child(2) .num i {
  right: -23px;
}

.section3 ul li h2 {
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  color: #6d0c0c;
}

.section3 ul li:last-child h2 {
  font-size: 30px;
  line-height: 38px;
}

.section3 ul li p {
  width: 226px;
  font-size: 18px;
  line-height: 30px;
  color: #6d0c0c;
  margin-top: 15px;
  height: 90px;
}

.section3 ul li:last-child p {
  margin-top: 30px;
}

.section3 ul li .btn {
  width: 160px;
  height: 40px;
  background-color: #dd2f2f;
  font-size: 16px;
  border-radius: 19.5px;
  margin-top: 15px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  cursor: pointer;
  transition: all .3s;
}

.section3 ul li .btn:hover {
  background: #ffe8c9;
  color: #dd2f2f;
  transition: all .3s;
}

/* section4 */
.section4 {
  margin-top: 57px;
}

.section4 .content {
  height: 440px;
  margin-top: 43px;
}

.section4 .left {
  width: 820px;
  height: 100%;
  background-color: #ffffff;
}

.section4 .left h2 {
  text-align: center;
  font-size: 26px;
  padding-top: 30px;
  margin-bottom: 22px;
}

.section4 .left img {
  margin-left: 8px;
}

.section4 .right {
  width: 380px;
  height: 100%;
  background-color: #dd2f2f;
  padding: 25px 25px 0;
}

.section4 .right .top {
  border-bottom: 1px solid rgba(255, 236, 228, 0.3);
  padding-bottom: 6px;
  margin-bottom: 25px;
}

.section4 .right .top>div {
  height: 46px;
  margin-bottom: 10px;
}

.section4 .right .top span {
  width: 46px;
  height: 46px;
  background-color: #6d0c0c;
  font-family: 'Arial_MT_B';
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 46px;
  margin-right: 10px;
}

.section4 .right .top b {
  font-size: 20px;
  line-height: 46px;
  color: #ffffff;
}

.section4 .right li {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  list-style: inside;
}

.section4 .right .btn_box {
  margin-top: 50px;
}

.section4 .right .btn_box>div {
  width: 200px;
  height: 50px;
  background-color: #ffe7c8;
  border-radius: 24.5px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: #6d0c0c;
  text-align: center;
  cursor: pointer;
}

.section4 .right .btn_box>div:last-child {
  background-color: #6d0c0c;
  color: #ffffff;
  margin-top: 15px;
}


/* section5 */
.section5 {
  margin-top: 57px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.section5 .skills>p {
  font-size: 14px;
  line-height: 14px;
  color: #6d0c0c;
  padding-left: 44px;
  margin-top: 20px;
}

.section5 .skills h3 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}

.section5 .skills>div>div {
  padding: 25px 10px 10px 49px;
  background-color: #dd2f2f;
}

.section5 .skills>div>div p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 15px;
}
.section5 .skillsbox{
  margin-top: 42px;
}
.section5 .skills{
  margin-bottom: 40px;
}
.section5 .skills:last-child{
  margin-bottom: 0;
}
.section5 .skills>div {
  height: auto;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.section5 .skills h2{
  font-size: 24px;
	line-height: 24px;
	color: #dd2f2f;
  align-items:baseline;
  margin-bottom: 20px;
  position: relative;
}
.section5 .skills h2::after{
  content: "";
  width: 96px;
	height: 12px;
	background-color: #ffe8c9;
  position: absolute;
  left: 2px;
  bottom: 3px;
  z-index: -1;
}
.section5 .skills2 h2::after{
  width: 113px;
}
.section5 .skills3 h2::after{
  width: 130px;
}
.section5 .skills h2 em{
  width: 12px;
	height: 12px;
	background-color: #dd2f2f;
  margin-right: 5px;
}
.section5 .skills h2 em:nth-child(1){
  margin-left: 14px;
}
.section5 .skills>div>div {
  width: 600px;
  flex-shrink: 0;
}

.section5 .skills1>div>div {
  width: 400px;
}

.section5 .skills>div>div.w {
  background: #ffffff;
}

.section5 .skills>div>div.w h3 {
  color: #dd2f2f;
}

.section5 .skills>div>div.w p {
  color: #6d0c0c;
}

.section6 article>p,
.section7 article>p {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #6d0c0c;
  text-align: center;
  margin: 17px 0 39px;
}

.section5 .btn {
  width: 300px;
  height: 50px;
  background-color: #dd2f2f;
  border-radius: 24.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all .3s;
}

.section5 .btn>a {
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.section5 .btn:hover {
  top: -5px;
  transition: all .3s;
}

.section5 .btn:last-child {
  margin-left: 40px;
}

/* .section6 */
.section6 {
  margin-top: 50px;
}

.section6 .content {
  height: 405px;
  background-color: #ffffff;
  padding-left: 50px;
}

.section6 .content>.title {
  width: 45px;
  height: 150px;
  background-color: #dd2f2f;
  border-radius: 22px;
  font-size: 20px;
  color: #ffffff;
  writing-mode: vertical-lr;
  margin-right: 50px;
}

.section6 .content .intr {
  width: 302px;
  height: 362px;
  background: url(../images/intr1.png) no-repeat;
  position: relative;
}

.section6 .content .intr2 {
  background: url(../images/intr2.png) no-repeat;
  margin-left: 200px;
}

.section6 .content .line1 {
  position: absolute;
  top: 15px;
  right: -170px;
}

.section6 .content .line2 {
  position: relative;
  top: 195px;
  right: -158px;
}

/* .section7 */
.section7 {
  margin-top: 52px;
}

.online_form {
  height: 192px;
  background: url(../images/online_form.png) no-repeat;
  padding: 0 55px;
}

.online_form form {
  flex-wrap: wrap;
  height: auto;
}

.online_form form .item {
  width: 350px;
  height: 46px;
  background-color: #ffffff;
  position: relative;
  border-radius: 4px;
}

.online_form form .mar_b {
  margin-bottom: 20px;

}

.online_form form .item img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.online_form form .item input,
.online_form form .item select {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  border-radius: 4px;
  padding-left: 15px;
  font-size: 14px;
  color: #999999;
}

.online_form form .item input::placeholder {
  color: #999999;
}

.online_form form .item.yzm input {
  width: 200px;
}

.online_form form .item.yzm span {
  width: 150px;
  height: 46px;
  line-height: 46px;
  background: #ffe7c8;
  text-align: center;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
}

.online_form form .btn {
  width: 350px;
  height: 46px;
  background-color: #dd2f2f;
  border-radius: 24.5px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
}

.online_form form textarea {
  width: 100%;
  height: 80px;
  padding: 10px 0 0 10px;
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #8f8e8e;
}


/* .part2 */
.part1 {
  margin-top: 50px;
}

.part2 .content .title {
  flex-direction: column;
  align-items: flex-start;
}

.part2 .content .words h3 {
  text-align: left;
  font-size: 42px;
  font-weight: normal;
  color: #ffe7c8;
}

.part2 .content .words h2 {
  width: auto;
  align-items: flex-end;
}

.part2 .content .words h2 img {
  margin-left: 22px;
}

.part p>span {
  width: 6px;
  height: 6px;
  background-color: #6d0c0c;
  border-radius: 6px;
  margin-right: 8px;
}

/* section8 */
.section8 {
  margin-top: 50px;
}

.section8 .content {
  margin-top: 73px;
}

.section8 .content .detail {
  position: relative;
  justify-content: flex-end;
}

.section8 .content .detail .left {
  width: 480px;
  height: 350px;
  background: url(../images/tv.png) no-repeat;
  padding: 5px;
  position: absolute;
  left: 0;
  z-index: 2;
}

.section8 .content .detail .left>div {
  position: absolute;
  top: 180px;
  width: 102px;
  height: 102px;
  right: 83px;
  cursor: pointer;
  border-radius: 4px;
  transition: all .3s;
  background: #dd2f2f;

}

.section8 .content .detail .left>div:hover {
  background: #eec48c;
  transition: all .3s;
}

.section8 .content .detail .left>div a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

.section8 .content .detail .left>div:hover a {
  color: #dd2f2f;
}

.section8 .content .detail .left h2 {
  text-align: center;
  font-size: 30px;
  color: #6d0c0c;
  line-height: 40px;
}

.section8 .content .detail .left h2 b {
  color: #dd2f2f;
}

.section8 .content .detail .right {
  width: 800px;
  height: 310px;
  background-color: #ffffff;
  box-shadow: 2.5px 4.3px 25px 0px rgba(144, 144, 144, 0.3);
  padding-top: 28px;
  padding-left: 142px;
}

.section8 .content .detail .tv {
  width: 356px;
  height: 212px;
  background: url(../images/tv.png) no-repeat;
  margin: 12px auto 0;
  flex-direction: column;
  padding-top: 52px;
}

.section8 .content .detail .tv_logo img {
  margin-right: 8px;
}

.section8 .content .detail .tv_logo {
  font-size: 16px;
  line-height: 40px;
  color: #000000;
}

.section8 .content .detail .tv .btn {
  width: 150px;
  height: 40px;
  background-color: #dd2f2f;
  box-shadow: 0px 0px 15px 0px rgba(255, 212, 202, 0.25);
  border-radius: 19.5px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-top: 18px;
}

.section8 .content .detail .right {
  position: relative;
}

.section8 .content .detail .right h2 {
  font-size: 26px;
  line-height: 26px;
  color: #6d0c0c;
}

.section8 .content .detail .right ul {
  margin-top: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.section8 .content .detail .right li span {
  width: 10px;
  height: 10px;
  background-color: #6d0c0c;
  border-radius: 24px;
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}

.section8 .content .detail .right li {
  font-size: 20px;
  color: #6d0c0c;
  width: 66%;
  margin-bottom: 20px;
}

.section8 .content .detail .right li:nth-child(1) {
  width: 34%;
}

.section8 .content .detail .right li p {
  font-size: 16px;
  padding-left: 20px;
  color: #666666;
  margin-top: 8px;
  line-height: 25px;
}

.section8 .content .detail .right .btn_box {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.section8 .content .detail .right .btn {
  padding: 0 19px;
  height: 40px;
  background-color: #dd2f2f;
  border-radius: 19.5px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all .3s;

}

.section8 .content .detail .right .btn a {
  color: #ffffff;
}

.section8 .content .detail .right .btn:hover {
  top: -5px;
  transition: all .3s;
}

.section8 .content .detail .right .btn:last-child {
  margin-top: 10px;
}

.Appointment_form {
  height: 162px;
  background-color: #6d0c0c;
  padding: 0 20px;
  padding-top: 40px;
}

.Appointment_form form {
  flex-wrap: wrap;
  height: auto;
}

.Appointment_form form .item {
  width: 250px;
  height: 46px;
  background-color: #ffffff;
  position: relative;
  border-radius: 4px;
  margin-right: 10px;
}

.Appointment_form form .mar_b {
  margin-bottom: 10px;
}

.Appointment_form form .item img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.Appointment_form form .item input,
.Appointment_form form .item select {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  border-radius: 4px;
  padding-left: 15px;
  font-size: 14px;
  color: #999999;
}

.Appointment_form form .item input::placeholder {
  color: #999999;
}

.Appointment_form form .item.yzm input {
  width: 200px;
}

.Appointment_form form .item.yzm span {
  width: 150px;
  height: 46px;
  line-height: 46px;
  background: #ffe7c8;
  text-align: center;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
}

.Appointment_form form .btn {
  width: 102px;
  height: 102px;
  border-radius: 4px;
  background-color: #dd2f2f;
  line-height: 102px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
}

.Appointment_form form .textarea,
.Appointment_form form textarea {
  width: 270px;
  height: 102px;
  padding: 10px 0 0 10px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #999999;
  border: none;
  background-color: #ffffff;
  border-radius: 4px;
  margin-right: 8px;
}

.Appointment_form form textarea::placeholder {
  color: #999999;
}

.Appointment_form form .textarea {
  padding: 0;
}

/* .section9 */
.section9 {
  margin-top: 50px;
}

.section9 .content {
  flex-wrap: wrap;
}

.section9 ul {
  width: 100%;
  margin-top: 42px;
}

.section9 li .q span {
  width: 50px;
  height: 50px;
  background: url(../images/q.png) no-repeat;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-right: 12px;
}

.section9 li .q {
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  color: #dd2f2f;
  margin-bottom: 20px;
}

.section9 li .a {
  width: 320px;
  background-color: #6d0c0c;
  padding: 46px 72px 35px 22px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
}

.section9 li .a span {
  width: 50px;
  height: 50px;
  background: url(../images/a.png) no-repeat;
  display: block;
  position: absolute;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  line-height: 50px;
  color: #6d0c0c;
  top: 12px;
  right: 15px;
}

.section9 li:nth-child(2) .a {
  width: 320px;
  padding: 46px 90px 35px 22px;
}

.section9 li:nth-child(3) .a {
  width: 520px;
  padding: 46px 82px 35px 22px;
}

.section9 li:nth-child(3) .a>div {
  position: relative;
  padding-left: 16px;
}

.section9 li:nth-child(3) .a>div::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  left: 0;
}

.section9 .btn_box {
  width: 100%;
  margin-top: 40px;
}

.section9 .btn_box>div {
  width: 300px;
  height: 50px;
  background-color: #dd2f2f;
  border-radius: 24.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all .3s;
}

.section9 .btn_box>div:hover {
  top: -5px;
  transition: all .3s;
}

.section9 .btn_box>div:last-child {
  margin-left: 40px;
}

/* .section10 */
.section10 {
  margin-top: 0;
  width: 100%;
  height: 687px;
  background: url(../images/section10_bg.png) no-repeat center;
}

.section10 .top {
  margin-bottom: 12px;
}

.section10 .top>img {
  /* margin-left: -46px; */
  position: relative;
  top: 29px;
}

.section10 .top .right {
  flex-direction: column;
  margin-top: 70px;
  margin-left: 20px;
}

.section10 .top .right h3 {
  width: 273px;
  height: 47px;
  background-image: linear-gradient(-44deg,
      #ffd3a5 0%,
      #ffddb8 100%),
    linear-gradient(#ffd3a4,
      #ffd3a4);
  background-blend-mode: normal,
    normal;
  border-radius: 22.9px;
  font-size: 30px;
  font-weight: normal;
  line-height: 47px;
  color: #8e0e0e;
  text-align: center;
}

.section10 .top .right .title {
  margin: 26px 0;
}

.section10 .top .right h2 {
  font-size: 55px;
  color: #ffd7ac;
  height: 55px;
  align-items: flex-end;
}

.section10 .top .right b {
  height: 55px;
  line-height: 50px;
}

.section10 .top .right h2 span {
  font-size: 20px;
  margin-left: 5px;
}

.section10 .top .right li {
  width: 150px;
  height: 50px;
  border: solid 1px #ffffff;
  font-size: 26px;
  line-height: 50px;
  color: #fff0e1;
}

.section10 .top .right ul {
  width: 515px;
  margin-top: 26px;
}

.section10 .top .right li:nth-child(2) {
  width: 184px;
}

.section10 .top .right p {
  font-size: 26px;
  color: #fff0e1;
  margin-top: 20px;
}


/* section11 */
.section11 {
  margin-top: 30px;
}

.section11 .top {
  height: auto;
  background-color: #ffffff;
  padding: 20px 45px;
  align-items: stretch;
}

.section11 .top_title h2 {
  font-size: 22px;
  position: relative;
  z-index: 1;
}
.section11 .top_title{
  font-size: 22px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 20px;
}
.section11 .top_title b {
  color: #dd2f2f;
}
.section11 .topLeft {
  font-size: 18px;
  color: #fbd966;
  flex-shrink: 0;
  overflow: hidden;
}

.section11 .topLeft .dis_c {
  width: 365px;
  height: 144px;
  background-color: #6d0c0c;
  flex-direction: column;
  padding-left: 20px;
  align-items: flex-start;
  position: relative;
  float: left;
}
.section11 .topLeft .dis_c:last-child{
  margin-bottom: 0;
  margin-left: 20px;
}
.section11 .topLeft .dis_c:after,
.section11 .topLeft .dis_c:before {
  content: '';
  border: 10px solid #ffffff;
  position: absolute;
}

.section11 .topLeft .dis_c:before {
  top: 0;
  left: 0;
  border-bottom-color: #6d0c0c;
  border-right-color: #6d0c0c;
}

.section11 .topLeft .dis_c:after {
  bottom: 0;
  right: 0;
  border-top-color: #6d0c0c;
  border-left-color: #6d0c0c;
}

.section11 .topLeft .dis_c span {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
}

.section11 .topRight{
  width: 344px;
}
.section11 .topRight .data{
  background: #ffece4;
  font-size: 12px;
  height: auto;
  padding: 10px 13px 0;
  position: relative;
  overflow: hidden;
}
.section11 .topRight .data ul{
  position: relative;
}
.section11 .topRight .data li{
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #dd2f2f;
  transition: all .2s;
  border-radius: 40px;
  margin-bottom: 5px;
  padding-left: 10px;
  transition: all .2s;
}
.section11 #scrollingList li span{
  display: contents;
  transition: all .2s;
}

.section11 .topRight .data li span{
  font-size: 18px;
  color: #fbd966;
  transition: all .2s;
}

.section11 .content {
  flex-wrap: wrap;
  margin-top: 30px;
}

.section11 .content h3 {
  font-size: 26px;
  color: #333333;
}

.section11 .content h3 b {
  color: #dd3131;
}

.section11 .content p {
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.8px;
  color: #333333;
}

.section11 .content>div {
  width: 580px;
  margin-bottom: 50px;
}

.section11 .content>div .box {
  height: 304px;
  background: #ffe7c8 url(../images/listen.png) no-repeat;
  padding-left: 30px;
  padding-top: 15px;
}

.section11 .content>div:nth-child(2) .box {
  background: #ffe7c8 url(../images/read.png) no-repeat;
}

.section11 .content>div:nth-child(3) .box {
  background: #ffe7c8 url(../images/write.png) no-repeat;
}

.section11 .content>div:nth-child(4) .box {
  background: #ffe7c8 url(../images/speak.png) no-repeat;
}

.section11 .content .spans span {
  width: auto;
  height: 30px;
  background-color: #f7c860;
  border-radius: 14.5px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
}

.section11 .content>div:nth-child(1) .spans span:nth-child(2) {
  margin-left: 209px;
}

.section11 .content>div:nth-child(3) .spans span:nth-child(2) {
  margin-left: 237px;
}

.section11 .content .btn_box {
  flex-direction: column;
  height: 100px;
  background-color: #dd3131;
  padding-top: 15px;
}

.section11 .content .btn_box span {
  width: 210px;
  height: 40px;
  background-color: #f7c860;
  border-radius: 19.5px;
  cursor: pointer;
  font-weight: 700;
}

.section11 .content .btn_box span a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}

.section11 .content .btn_box i {
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
}

.download_form {
  width: 100%;
  height: 130px;
  background-color: #ffffff;
  padding: 24px 34px 30px;
}

.download_form h3 {
  font-size: 20px;
  height: 20px;
  line-height: 15px;
  margin-bottom: 13px;
}

.download_form .item {
  width: 220px;
  height: 40px;
  background-color: #f0f0f0;
  position: relative;
}

.download_form .item img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.download_form .item input,
.download_form .item select {
  width: 100%;
  height: 40px;
  background-color: #f0f0f0;
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  padding-left: 13px;
}

.download_form .item.yzm input {
  width: 140px;
}

.download_form .item input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset !important;
}

.download_form .item.yzm span {
  width: 80px;
  height: 40px;
  background-color: #dd2f2f;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.download_form .btn {
  width: 180px;
  height: 40px;
  background-color: #dd2f2f;
  border-radius: 19.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

/* layout */
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 99;
}

.layout .layout_form,
.layout .layout_link {
  width: 510px;
  height: 270px;
  background: url(../images/layout.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 22px 30px 0;
  display: none;
}

.layout .layout_form h2,
.layout .layout_form h3 {
  font-family: PangMenZhengDao;
  font-size: 32px;
  color: #dd2f30;
  font-weight: 200;
  transform: scale(1, 1.15);
  text-align: center;
}

.layout .layout_form h3 {
  font-size: 22px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.layout .layout_form form {
  flex-wrap: wrap;
}

.layout .layout_form .item {
  width: 220px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 2.5px 4.3px 30px 0px rgba(110, 110, 110, 0.35);
  position: relative;
  margin-bottom: 5px;
}

.layout .layout_form .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.layout .layout_form .item img:nth-child(3) {
  left: auto;
  right: 15px;
}

.layout .layout_form .item input,
.layout .layout_form .item select {
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 14px;
  color: rgba(48, 48, 48, .5);
  padding-left: 43px;
}

.layout .layout_form .item input::placeholder {
  color: rgba(48, 48, 48, .5);
}

.layout .layout_form .item.yzm input {
  padding-left: 13px;
  width: 120px;
}

.layout .layout_form .item.yzm span {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  text-align: center;
  background-color: #f1ec24;
  cursor: pointer;
}

.layout .layout_form .btn {
  width: 180px;
  height: 70px;
  background: url(../images/form_btn.png) no-repeat;
  font-size: 25px;
  font-weight: 700;
  line-height: 70px;
  color: #611414;
  text-align: center;
  margin: 14px auto 0;
  cursor: pointer;
}

.layout .layout_link {
  width: 470px;
  height: 150px;
  background: url(../images/download.png) no-repeat;
  padding: 25px 61px 0 33px;
}

.layout .layout_link a {
  font-family: Arial_MT;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  word-break: break-all;
  display: block;
  margin-top: 15px;
}

.layout .layout_link p {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 10px;
}

.layout .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}