* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
}
body {
  background-color: #f7f6f1;
}
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-bg {
  position: absolute;
  width: 100%;
  height: 490px;
  top: 0;
  background: url(../img/bg.jpg) no-repeat;
  background-position: center center;
  background-size: 1920px 490px;
}
.header {
  width: 1010px;
  margin: 0 auto 160px;
  height: 490px;
  box-sizing: border-box;
  font-size: 12px;
  position: relative;
  padding: 125px 0 0 500px;
}
.header > h1 {
  font-size: 64px;
  text-align: center;
  height: 85px;
  font-weight: bolder;
  margin-bottom: 44px;
}
.header > h1 .logor {
  display: inline-block;
  width: 12px;
  height: 47px;
  background: url(../img/R.png) no-repeat;
  background-size: 11px 11px;
  background-position: top center;
}
.header .flex {
  width: 240px;
  margin: 24px auto;
}
.header .flex .p1 {
  font-size: 18px;
  margin-right: 20px;
  color: #0d0d0d;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  width: 110px;
}
.header .flex .p2 {
  font-size: 18px;
  font-weight: bold;
  color: #0e050b;
  background-color: #ffffff;
  width: 110px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  text-align: center;
}
.header > h2 {
  font-size: 18px;
  margin: 24px auto;
  text-align: center;
  font-weight: 500;
  color: #0d0d0d;
}
.header .box {
  width: 420px;
  height: 155px;
  padding: 10px;
  margin-top: 88px;
  box-sizing: border-box;
  background-color: #fff8c6;
  text-align: justify;
}
.header .box .p1 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: none;
  height: 40px;
  padding: 15px 10px 0 10px;
}
.header .box .p2 {
  font-size: 12px;
  border-top: none;
  padding: 0 10px 10px 10px;
}
.header-box {
  width: 1200px;
  height: 160px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff8c6;
  text-align: justify;
  position: absolute;
  top: 430px;
  left: 0;
  right: 0;
  opacity: 0.8;
  box-shadow: 0 0 9px 0 #FFD63E;
  border-radius: 15px;
}
.header-box .p1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
  height: 40px;
  padding: 10px 10px 0 10px;
  text-align: center;
}
.header-box .p2 {
  font-size: 16px;
  border-top: none;
  padding: 0 20px 10px;
  line-height: 30px;
}
.com-title1 {
  margin: 40px 0;
}
.com-title1 .title {
  margin: 3px 0;
  text-align: center;
}
.com-title1 .title > h1 {
  font-size: 30px;
  height: 50px;
}
.com-title1 .title > h2 {
  font-size: 22px;
  height: 26px;
  font-weight: 500;
}
.com-title2 {
  margin: 40px 0;
}
.com-title2 .title {
  margin: 10px 0;
  text-align: center;
}
.com-title2 .title > h1 {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.container {
  width: 100%;
  margin: 0 auto;
  margin-top: 28px;
  font-size: 12px;
  background-color: #f7f6f1;
}
.container .forchild {
  width: 1200px;
  height: 360px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.container .forchild .content {
  width: 1125px;
  margin: 0 auto;
}
.container .forchild .content .box {
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 260px;
  height: 200px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 80px 5px 25px;
  background: url(../img/star.png) no-repeat #fff;
  background-size: 16px 16px;
  background-position: top 50px center;
  font-size: 14px;
  border-radius: 8px;
}
.container .forchild .content .box:hover {
  transform: scale(1.05);
}
.container .forchild .content .box > span {
  color: #E8822E;
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}
.container .kctx {
  background-color: #fff;
  font-size: 12px;
  padding: 1px 0 70px 0;
}
.container .kctx > .com-title2 {
  margin: 70px auto 20px;
}
.container .kctx > .flex {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}
.container .kctx .one {
  margin: 32px 0 0;
  box-sizing: border-box;
  text-align: center;
}
.container .kctx .one .tr .td1 {
  width: 120px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #ff600b;
  box-sizing: border-box;
  color: #ff600b;
}
.container .kctx .one .tr .td2,
.container .kctx .one .tr .td3,
.container .kctx .one .tr .td4,
.container .kctx .one .tr .td5,
.container .kctx .one .tr .td6 {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #269a5c;
  color: #269a5c;
  box-sizing: border-box;
}
.container .kctx .one .tr .td2 {
  width: 120px;
}
.container .kctx .one .tr .td3 {
  width: 120px;
}
.container .kctx .one .tr .td4 {
  width: 120px;
}
.container .kctx .one .tr .td5 {
  width: 120px;
}
.container .kctx .one .tr .td6 {
  width: 120px;
}
.container .kctx .one .one {
  align-items: flex-end;
}
.container .kctx .one .one .td1 {
  border-left: none;
  border-right: none;
  box-sizing: border-box;
}
.container .kctx .one .one .td2 {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: none;
}
.container .kctx .one .one .td3 {
  height: 35px;
  line-height: 35px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: none;
}
.container .kctx .one .one .td4 {
  height: 43px;
  line-height: 43px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: none;
}
.container .kctx .one .one .td5 {
  height: 51px;
  line-height: 51px;
  border-top: 1px solid;
  border-left: 1px solid;
}
.container .kctx .one .one .td6 {
  height: 59px;
  line-height: 59px;
  border-top: 1px solid;
  border-left: 1px solid;
}
.container .kctx .one .two-div {
  height: 40px;
  line-height: 40px;
}
.container .kctx .one .two .td1 {
  line-height: 14px;
  padding: 12px 0 0;
}
.container .kctx .one .three-div {
  padding: 12px 0 0 0;
}
.container .kctx .one .three .td1 {
  line-height: 14px;
  padding: 24px 0 0;
}
.container .kctx .one .three .td3,
.container .kctx .one .three .td4 {
  padding: 4px 0;
}
.container .kctx .one .four .td1 {
  padding: 30px 0 0 0;
}
.container .kctx .one .four .td2,
.container .kctx .one .four .td3,
.container .kctx .one .four .td4,
.container .kctx .one .four .td5 {
  padding: 21px 0 0 0;
}
.container .kctx .one .four .td6 {
  padding: 4px 0;
}
.container .kctx .one .five .td2,
.container .kctx .one .five .td3,
.container .kctx .one .five .td4,
.container .kctx .one .five .td5,
.container .kctx .one .five .td6 {
  padding: 12px 0 0 0;
}
.container .kctx .one .five .td1 {
  padding: 12px 0;
}
.container .kctx .one .six {
  position: relative;
}
.container .kctx .one .six .td1 {
  padding: 12px 0;
}
.container .kctx .one .six .td2 {
  padding: 12px;
  width: 1080px !important;
}
.container .kctx .one .six .td6 {
  border-right: 1px solid;
  position: absolute;
  left: 120px;
}
.container .kctx .sec {
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}
.container .kctx .sec .tr .td1 {
  width: 100px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #ff600b;
  box-sizing: border-box;
  color: #ff600b;
}
.container .kctx .sec .tr .td2,
.container .kctx .sec .tr .td3,
.container .kctx .sec .tr .td4,
.container .kctx .sec .tr .td5 {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #269a5c;
  color: #269a5c;
  box-sizing: border-box;
}
.container .kctx .sec .tr .td2 {
  width: 120px;
}
.container .kctx .sec .tr .td3 {
  width: 120px;
}
.container .kctx .sec .tr .td4 {
  width: 120px;
}
.container .kctx .sec .tr .td5 {
  width: 120px ;
  border-right: 1px solid;
}
.container .kctx .sec .one {
  align-items: flex-end;
}
.container .kctx .sec .one .td1 {
  border-left: none;
  border-right: none;
  box-sizing: border-box;
}
.container .kctx .sec .one .td2 {
  height: 67px;
  line-height: 58px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: none;
}
.container .kctx .sec .one .td3 {
  height: 75px;
  line-height: 58px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: none;
}
.container .kctx .sec .one .td4 {
  height: 83px;
  line-height: 58px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: none;
}
.container .kctx .sec .one .td5 {
  height: 91px;
  line-height: 58px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}
.container .kctx .sec .two-div {
  height: 40px;
  line-height: 40px;
}
.container .kctx .sec .two .td1 {
  line-height: 14px;
  padding: 6px 0 0;
}
.container .kctx .sec .three-div {
  padding: 12px 0 0 0;
}
.container .kctx .sec .three .td5 {
  padding: 4px 0;
}
.container .kctx .sec .four .td1,
.container .kctx .sec .four .td2,
.container .kctx .sec .four .td3 {
  padding: 20px 0 0 0;
}
.container .kctx .sec .four .td4,
.container .kctx .sec .four .td5 {
  padding: 4px 0;
}
.container .kctx .sec .five .td2,
.container .kctx .sec .five .td3,
.container .kctx .sec .five .td4,
.container .kctx .sec .five .td5 {
  padding: 12px 0 12px 0;
}
.container .kctx .sec .five .td1 {
  padding: 4px 0;
}
.container .kctx .sec .six .td1 {
  padding: 4px 0;
}
.container .kctx .sec .six .td2 {
  padding: 12px;
  width: 360px !important;
}
.container .kcap {
  width: 1200px;
  margin: 0 auto;
  height: 450px;
  padding-bottom: 40px;
}
.container .kcap > .com-title2 {
  margin: 70px auto 50px;
}
.container .kcap .content {
  margin-top: 50px;
}
.container .kcap .content .box {
  width: 370px;
  margin: 6px auto 14px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.container .kcap .content .box:hover {
  transform: scale(1.05);
}
.container .kcap .content .box .top {
  background-color: #fedc00;
  color: #231815;
  font-weight: bold;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 10px;
}
.container .kcap .content .box .bottom {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  color: #040000;
  font-weight: 500;
  font-size: 14px;
  padding: 20px;
  height: 140px;
  line-height: 24px;
}
.container .kcap .content .box .left {
  border-radius: 10px 10px 0 0;
  height: 50px;
  line-height: 50px;
  background-color: #fedc00;
  font-size: 18px;
  text-align: center;
  color: #231815;
  font-weight: bold;
}
.container .kcap .more-info {
  width: 375px;
  margin: 60px auto 0;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #00914a;
  transition: all 0.3s ease-in-out;
}
.container .kcap .more-info:hover {
  color: #0d0d0d;
}
.container .nh {
  background-color: #fff;
  padding: 20px 0 30px;
}
.container .nh .content {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
.container .nh .content .box {
  width: 220px;
  background-color: #f7f6f1;
  margin: 10px auto 15px;
  border-radius: 8px;
  padding: 20px 18px 30px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.container .nh .content .box:hover {
  transform: scale(1.05);
}
.container .nh .content .box .number {
  font-size: 18px;
  font-weight: 400;
  color: #ffd64b;
  margin-bottom: 6px;
  text-align: center;
}
.container .nh .content .box .text .p1 {
  margin-bottom: 12px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #231815;
  font-weight: bold;
}
.container .nh .content .box .text .p2 {
  text-align: justify;
  font-size: 14px;
  color: #575757;
  line-height: 24px;
}
.container .nh .content :last-child {
  border-bottom: none;
}
.footer {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 38px 0 20px;
}
.footer > a {
  display: block;
  background-color: #FEBD3D;
  width: 150px;
  margin: 0 auto;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #0d0d0d;
  border-radius: 20px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.footer > a:hover {
  transform: scale(1.05);
}
