input::-webkit-input-placeholder {
  color: #595757;
  font-size: 22px;
}
/**
@keyframes circle {}
@-webkit-keyframes circle {}
**/
body {
  min-width: 1200px;
  color: #221815;
  font-family: "HarmonyOS Sans SC";
}
.wid {
  width: 1200px;
  margin: 0 auto;
}
section {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body {
    min-width: 1100px;
  }
}
#tan2 {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(76, 76, 76, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#tan2 .tanceter {
  width: 560px;
  height: 400px;
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
#tan2 .tanceter h1 {
  line-height: 70px;
  margin: 15px 0 5px;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
#tan2 .tanceter img {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  cursor: pointer;
}
#tan2 .tanceter .myform input::-webkit-input-placeholder {
  color: #595757;
  font-size: 22px;
}
#tan2 .tanceter .myform input {
  display: block;
  height: 56px;
  width: 450px;
  border-radius: 5px;
  color: #333333;
  padding: 0 20px;
  font-size: 24px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  border: 1px solid #b1b1b1;
}
#tan2 .tanceter .myform .subtn {
  display: block;
  margin: 26px auto 16px;
  width: 450px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #e60505;
  border-radius: 5px;
  font-size: 22px;
  color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#tan2 .tanceter .myform .subtn:hover {
  background: #ffffff;
  color: #e60505;
  border: 1px solid #e60505;
}
#tan2 .tanceter p {
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.title {
  text-align: center;
  font-size: 40px;
  color: #d7000f;
  font-weight: 700;
  margin-bottom: 22px;
}
.title span {
  color: #b33300;
}
header {
  display: flex;
  align-items: center;
  height: 200px;
  background: url("../images/header.jpg") no-repeat center center;
  background-size: 100% 100%;
}
header .head {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: #ffffff;
  height: 100%;
}
header .head .logo {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100px;
}
header .head .hed1 {
  margin-right: auto;
}
header .head .hed1 h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-right: auto;
}
header .head .hed1 h1 small {
  font-size: 18px;
  letter-spacing: 1px;
}
header .item {
  margin-left: 10px;
}
header .item b {
  display: block;
  width: 230px;
  line-height: 50px;
  font-size: 22px;
  background: #d7000f;
  border-radius: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #ffffff;
}
header .item b.active {
  color: #b33300;
  background: #ffebac;
  background: -webkit-linear-gradient(bottom, #fffbdc, #ffda7c);
  background: linear-gradient(to bottom, #fffbdc, #ffda7c);
}
header .item span.show {
  font-weight: 700;
}
header .item span.show a:hover {
  color: #f1fd8d;
}
header .item a {
  font-size: 18px;
  color: #ffffff;
  margin: 0 5px;
}
nav {
  background: #c7000b;
}
nav .daohang {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 60px;
  text-align: center;
}
nav .daohang a {
  width: 11%;
  font-size: 20px;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav .daohang a:last-of-type {
  border-right: 0;
}
nav .daohang a.active,
nav .daohang a:hover {
  color: #ffd877;
  font-weight: 700;
  letter-spacing: 2px;
}
.xunxi {
  padding: 30px 0 40px;
  background: #ffebeb;
}
.xunxi .xx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.xunxi .xx .xx_lf {
  width: 50%;
}
.xunxi .xx .xx_lf h2 {
  line-height: 60px;
  text-align: center;
  background: #e60012;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}
.xunxi .xx .xx_lf ul {
  background: #ffffff;
  padding: 15px 0 15px 47px;
  border-radius: 0 0 10px 10px;
}
.xunxi .xx .xx_lf ul li {
  font-size: 18px;
  color: #221815;
  line-height: 30px;
}
.xunxi .xx .xx_lf ul li a:hover {
  color: #e60012;
}
.xunxi .xx .xx_lf ol {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.xunxi .xx .xx_lf ol li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 50px;
  font-size: 20px;
  color: #221815;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 15px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xunxi .xx .xx_lf ol li:hover {
  font-weight: bold;
}
.xunxi .xx .xx_lf ol li img {
  margin-right: 9px;
}
.xunxi .xx .xx_lf ol li:nth-of-type(2),
.xunxi .xx .xx_lf ol li:nth-of-type(4),
.xunxi .xx .xx_lf ol li:nth-of-type(5),
.xunxi .xx .xx_lf ol li:nth-of-type(7) {
  background: #fffada;
}
.xunxi .xx .xx_rg {
  width: 580px;
  padding: 24px 0 15px;
  height: 400px;
  border-radius: 10px;
  background: url("../images/xx_rg.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.xunxi .xx .xx_rg h3 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.xunxi .xx .xx_rg .cha {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  margin: 12px 0 18px;
}
.xunxi .xx .xx_rg .line {
  width: 86.2%;
  margin: 0 auto 20px;
  border-bottom: 1px dashed #ffffff;
}
.xunxi .xx .xx_rg .myform .hang {
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 60px;
  width: 86.2%;
  margin: 0 auto 13px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.xunxi .xx .xx_rg .myform .hang b {
  width: 120px;
  text-align: center;
  font-size: 22px;
  color: #d7000f;
  background: #ffebeb;
  border-radius: 10px;
}
.xunxi .xx .xx_rg .myform .hang select,
.xunxi .xx .xx_rg .myform .hang input {
  flex: 1;
  height: 100%;
  padding-left: 20px;
  background: #ffffff;
  font-size: 22px;
}
.xunxi .xx .xx_rg .myform .subtn {
  width: 86.2%;
  margin: 23px auto 10px;
  line-height: 60px;
  font-size: 24px;
  color: #b33300;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(bottom, #fffbde, #ffd776 80%, #ffde88);
  background: linear-gradient(to bottom, #fffbde, #ffd776 80%, #ffde88);
}
.xunxi .xx .xx_rg .myform .subtn:active {
  opacity: 0.85;
}
.xunxi .tips {
  background: #ffffff;
  font-size: 18px;
  line-height: 30px;
  padding: 24px 34px;
  margin-top: 14px;
  border-radius: 10px;
}
.xunxi .tips b {
  font-size: 24px;
  color: #d7000f;
}
.xunxi .tips span {
  color: #d7000f;
  cursor: pointer;
}
.tiaojian {
  height: 650px;
  padding: 40px 0;
  background: url("../images/tiaojian.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.tiaojian .title {
  color: #ffffff;
}
.tiaojian .tj {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tiaojian .tj .tj_lf {
  width: 35%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.tiaojian .tj .tj_lf h3 {
  font-size: 30px;
  line-height: 70px;
  color: #d7000f;
  background: #ffebeb;
  font-weight: bold;
  text-align: center;
}
.tiaojian .tj .tj_lf .tjlf_btm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
}
.tiaojian .tj .tj_lf .tjlf_btm a {
  margin: 9px 14px;
  width: 160px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 20px;
  color: #221815;
  text-align: center;
  background: #ffebeb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tiaojian .tj .tj_lf .tjlf_btm a.active,
.tiaojian .tj .tj_lf .tjlf_btm a:hover {
  color: #ffffff;
  background: #c7000b;
}
.tiaojian .tj .tj_rg {
  width: 63.3%;
  padding-top: 20px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.tiaojian .tj .tj_rg table {
  width: 93.4%;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
}
.tiaojian .tj .tj_rg table td {
  font-size: 20px;
  height: 61px;
  cursor: pointer;
  border: 1px solid #c9caca;
}
.tiaojian .tj .tj_rg table td b {
  color: #d7000f;
}
.tiaojian .tj .tj_rg table td span {
  display: inline-block;
  width: 150px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 50px;
  background: #e70000;
  background: -webkit-linear-gradient(bottom, #ff0000, #cf0000);
  background: linear-gradient(to bottom, #ff0000, #cf0000);
}
.tiaojian .tj .tj_rg table td span:hover {
  color: #b33300;
  background: -webkit-linear-gradient(bottom, #fffbde, #ffd776 80%, #ffde88);
  background: linear-gradient(to bottom, #fffbde, #ffd776 80%, #ffde88);
}
.tiaojian .tj .tj_rg table td:last-of-type {
  width: 243px;
  color: #ffffff;
}
.tiaojian .tj .tj_rg table .one {
  width: 224px;
  background: #ffebeb;
}
.tiaojian .tj .tj_rg p {
  text-align: center;
  font-size: 20px;
  line-height: 52px;
  color: #221815;
}
.tiaojian .tj .tj_rg .tjrg_btm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tiaojian .tj .tj_rg .tjrg_btm b {
  width: 220px;
  line-height: 50px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  margin: 0 10px 20px;
  background: #d7000f;
  cursor: pointer;
}
.tiaojian .tj .tj_rg .tjrg_btm b:hover {
  color: #d7000f;
  background: -webkit-linear-gradient(bottom, #fffbde, #ffd776 80%, #ffde88);
  background: linear-gradient(to bottom, #fffbde, #ffd776 80%, #ffde88);
}
.tiaojian .tj .tj_rg .tjrg_btm b:active {
  opacity: 0.85;
}
.baomingtime {
  padding: 40px 0;
}
.baomingtime .bmtime {
  border-radius: 10px;
  padding: 20px 0 15px;
  background: #e60012;
}
.baomingtime .bmtime .bmt_top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.baomingtime .bmtime .bmt_top .province {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  width: 750px;
  margin-right: 35px;
  padding: 10px 0 10px 18px;
  background: #ffebeb;
  border-radius: 10px;
}
.baomingtime .bmtime .bmt_top .province span {
  width: 90px;
  line-height: 50px;
  font-size: 20px;
  color: #221815;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  background: #ffffff;
  margin: 8px 14px 8px 0;
}
.baomingtime .bmtime .bmt_top .province span.active {
  color: #ffffff;
  background: #e70000;
  background: -webkit-linear-gradient(bottom, #fe0000, #cf0000);
  background: linear-gradient(to bottom, #fe0000, #cf0000);
}
.baomingtime .bmtime .bmt_top ul {
  width: 366px;
}
.baomingtime .bmtime .bmt_top ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  height: 72px;
  border-bottom: 2px dashed #f38890;
}
.baomingtime .bmtime .bmt_top ul li:last-of-type {
  border: 0;
}
.baomingtime .bmtime .bmt_top ul li span {
  width: 160px;
  line-height: 50px;
  border-radius: 10px;
  color: #b33300;
  margin-left: 39px;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient(bottom, #fffbde, #ffd776 80%, #ffde88);
  background: linear-gradient(to bottom, #fffbde, #ffd776 80%, #ffde88);
}
.baomingtime .bmtime .bmt_top ul li span:hover {
  color: #d7000f;
  font-weight: 700;
}
.baomingtime .bmtime .bmt_top ul li span:active {
  opacity: 0.85;
}
.baomingtime .bmtime .myform {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.baomingtime .bmtime .myform select,
.baomingtime .bmtime .myform input {
  width: 360px;
  height: 60px;
  font-size: 22px;
  padding-left: 30px;
  border-radius: 10px;
  margin-right: 30px;
  background: #ffffff;
}
.baomingtime .bmtime .myform .subtn {
  width: 360px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #d7000f;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient(bottom, #fffbde, #ffd776 80%, #ffde88);
  background: linear-gradient(to bottom, #fffbde, #ffd776 80%, #ffde88);
}
.baomingtime .bmtime .myform .subtn:hover {
  color: #b33300;
}
.baomingtime .bmtime .myform .subtn:active {
  opacity: 0.85;
}
.baomingtime .bmtime .myform #xieyi {
  margin-top: 13px;
}
.tool {
  padding: 40px 0;
  background: url("../images/tool.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.tool .title {
  line-height: 50px;
}
.tool .tl {
  padding-top: 20px;
  background: #ffffff;
  border-radius: 10px;
}
.tool .tl .tl1 {
  display: flex;
  justify-content: center;
  align-content: flex-start;
}
.tool .tl .tl1 .tl1_lf {
  text-align: center;
  font-size: 18px;
  margin-right: 30px;
}
.tool .tl .tl1 .tl1_lf img {
  display: block;
  border-radius: 10px;
  margin-bottom: 14px;
}
.tool .tl .tl1 .tl1_rg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 450px;
  margin-top: 25px;
}
.tool .tl .tl1 .tl1_rg .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 90px;
  line-height: 30px;
  font-size: 20px;
  background: #ffebeb;
  margin-bottom: 20px;
  border-radius: 10px;
}
.tool .tl .tl1 .tl1_rg .item img {
  height: 60px;
  margin-right: 16px;
}
.tool .tl .tl1 .tl1_rg .item:nth-of-type(2),
.tool .tl .tl1 .tl1_rg .item:nth-of-type(3),
.tool .tl .tl1 .tl1_rg .item:nth-of-type(6) {
  background: #fffada;
}
.tool .tl .tl2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tool .tl .tl2 .item {
  display: flex;
  align-items: center;
  width: 360px;
  height: 90px;
  border-radius: 10px;
  margin: 20px 15px;
  background: #ffebeb;
}
.tool .tl .tl2 .item span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  height: 100%;
  width: 90px;
  border-radius: 10px;
  background: #e70000;
  background: -webkit-linear-gradient(bottom, #fe0000, #cf0000);
  background: linear-gradient(to bottom, #fe0000, #cf0000);
}
.tool .tl .tl2 .item p {
  flex: 1;
  font-size: 18px;
  line-height: 28px;
  padding: 0 17px;
}
.tool .tl .myform {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0 10px;
  background: #d7000f;
  border-radius: 10px;
}
.tool .tl .myform select,
.tool .tl .myform input {
  width: 370px;
  height: 60px;
  font-size: 20px;
  padding-left: 30px;
  border-radius: 10px;
  margin-right: 24px;
  background: #ffffff;
}
.tool .tl .myform .subtn {
  width: 370px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #b33300;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient(bottom, #fffbde, #ffd776 80%, #ffde88);
  background: linear-gradient(to bottom, #fffbde, #ffd776 80%, #ffde88);
}
.tool .tl .myform .subtn:hover {
  color: #b33300;
}
.tool .tl .myform .subtn:active {
  opacity: 0.85;
}
.tool .tl .myform #xieyi {
  margin-top: 13px;
}
.shijing {
  padding-top: 40px;
}
.shijing .sj {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 10px;
  padding-top: 20px;
  background: #d7000f;
}
.shijing .sj .item {
  width: 380px;
  height: 420px;
  margin: 0 5px;
  background: -webkit-linear-gradient(bottom, rgba(236, 0, 7, 0.01) 30%, #ea0008 80%, rgba(236, 0, 7, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(236, 0, 7, 0.01) 30%, #ea0008 80%, rgba(236, 0, 7, 0.2) 100%);
}
.shijing .sj .item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.shijing .sj .item span {
  display: block;
  width: 280px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ffde8a;
  margin: 32px auto 0;
  border-radius: 50px;
  background: #e40101;
  background: -webkit-linear-gradient(bottom, #ff0000, #c90202);
  background: linear-gradient(to bottom, #ff0000, #c90202);
}
.shijing .sj .item p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin: 10px 26px 0;
}
.shijing .tips {
  text-align: right;
  font-size: 18px;
  color: #595757;
  padding: 11px 20px 28px 0;
}
.ziliao {
  padding: 40px 0 46px;
  background: url("../images/ziliao.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.ziliao .title {
  color: #ffffff;
}
.ziliao .zl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ziliao .zl .item {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  width: 260px;
  height: 46px;
  margin-bottom: 10px;
  border: 1px solid #ffa6a6;
}
.ziliao .zl .item img {
  margin: 0 10px 0 34px;
}
.ziliao .myform {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 0 10px;
  background: #c7000b;
}
.ziliao .myform input::-webkit-input-placeholder {
  color: #898989;
  font-size: 18px;
}
.ziliao .myform .hang {
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 60px;
  width: 370px;
  margin-right: 25px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.ziliao .myform .hang span {
  display: block;
  width: 120px;
  text-align: center;
  font-size: 20px;
  color: #595757;
  background: #ffebeb;
  border-radius: 10px;
}
.ziliao .myform .hang select,
.ziliao .myform .hang input {
  flex: 1;
  width: 0;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  font-size: 20px;
}
.ziliao .myform .subtn {
  width: 370px;
  line-height: 60px;
  font-size: 24px;
  color: #b33300;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(bottom, #fffbde, #ffd776 80%, #ffde88);
  background: linear-gradient(to bottom, #fffbde, #ffd776 80%, #ffde88);
}
.ziliao .myform .subtn:active {
  opacity: 0.85;
}
.ziliao .myform #xieyi {
  margin-top: 13px;
}
/*# sourceMappingURL=main.css.map */