@charset "UTF-8";
body,
html {
  width: 100%;
  min-width: 1000px;
}

.w1000 {
  width: 1000px;
  margin: auto;
}

.container {
  width: 100%;
  background-color: #192026;
}

.header {
  height: 80px;
  line-height: 70px;
  background: #fff;
}
.header .w1000 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .w1000 .nav-l ul {
  list-style: none;
}
.header .w1000 .nav-l ul li {
  margin-right: 25px;
  font-size: 16px;
  float: left;
  padding-top: 12px;
}
.header .w1000 .nav-l ul img {
  width: 202px;
  margin-top: -26px;
}
.header .w1000 .nav-l ul a {
  color: #000;
  display: inline-block;
}
.header .w1000 .nav-r {
  font-size: 16px;
  margin-top: 12px;
}
.header .w1000 .nav-r .icon {
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  margin: 28px 8px 0 0;
  float: left;
  width: 19px;
  height: 13px;
  background-position: 0 -225px;
}

.banner {
  width: 100%;
  height: 412px;
  background: url(../images/banner.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  /* circle*/
  /* ruler */
}
.banner .title1 {
  margin-top: 54px;
}
.banner .title2 {
  margin-top: 20px;
}
.banner .title3 {
  margin-top: 20px;
  margin-left: 100px;
}
.banner img {
  display: block;
  margin-left: 80px;
}
.banner .cir {
  border-radius: 50%;
  position: absolute;
  z-index: 9;
}
.banner .cir1 {
  width: 76px;
  height: 76px;
  background: url(../images/cir1.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 23px 10px 0px rgba(161, 161, 161, 0.36);
  top: 560px;
  left: 132px;
  animation: bounce 1.5s ease infinite 0.5s;
}
.banner .cir2 {
  width: 40px;
  height: 40px;
  background: url(../images/cir2.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 23px 10px 0px rgba(161, 161, 161, 0.36);
  top: 645px;
  left: 248px;
  animation: bounce 1s ease infinite 0.8s;
}
.banner .cir3 {
  width: 68px;
  height: 68px;
  background: url(../images/cir3.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 23px 10px 0px rgba(25, 32, 38, 0.36);
  top: 387px;
  right: 205px;
  animation: bounce 1.9s ease infinite 1.1s;
}
.banner .cir4 {
  width: 113px;
  height: 113px;
  background: url(../images/cir4.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 23px 10px 0px rgba(25, 32, 38, 0.36);
  top: 530px;
  right: 88px;
  animation: bounce 1.3s ease infinite 1.4s;
}
.banner .ruler {
  width: 1216px;
  height: 152px;
  background: url(../images/ruler.png) no-repeat;
  background-size: 100% 100%;
  margin: 192px 0 0 -93px;
  text-align: center;
  line-height: 152px;
  position: relative;
  z-index: 9;
}
.banner .ruler p {
  font-size: 41px;
  font-weight: bold;
  line-height: 145px;
  color: #ffffff;
  text-shadow: 0 4px 1px #ff7900;
}

.under {
  width: 100%;
  height: 955px;
  position: relative;
  background: url(../images/under.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-top: -160px;
}
.under .tiles {
  margin: 224px auto 0;
  width: 617px;
  height: 95px;
  background: url(../images/white.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.under .tiles .abig {
  font-size: 46px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 4px;
  color: #192026;
  padding-top: 22px;
}
.under .tiles .asal {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #192026;
  margin-top: 11px;
}
.under .guide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 85px;
}
.under .guide .list .st,
.under .guide .list .sb {
  width: 100%;
  height: 159px;
  border-radius: 10px;
  border: solid 1px #000000;
  text-align: center;
  position: relative;
}
.under .guide .list .st .lisx,
.under .guide .list .sb .lisx {
  width: 71px;
  height: 12px;
  position: absolute;
  bottom: -6px;
  right: 20px;
}
.under .guide .list .st a,
.under .guide .list .sb a {
  color: #ffffff;
}
.under .guide .list .st h3,
.under .guide .list .sb h3 {
  width: 196px;
  background-color: #fff;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1;
  color: #192026;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -22px auto 23px;
}
.under .guide .list .st h3 span,
.under .guide .list .sb h3 span {
  font-size: 40px;
  letter-spacing: 1px;
  color: #ff8800;
  margin-right: 5px;
  font-family: "黑体";
}
.under .guide .list .st p,
.under .guide .list .sb p {
  height: 42px;
  background-color: #192026;
  box-shadow: 0px 5px 5px 0px rgba(25, 32, 38, 0.25);
  border-radius: 10px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  margin: 0 auto 15px;
}
.under .guide .list .sb {
  width: 100%;
  height: 99px;
  border-radius: 10px;
  border: solid 1px #000000;
  margin-top: 75px;
}
.under .guide .list .sb p {
  background-color: #ff8800;
  color: #fff;
}
.under .guide .s1 {
  width: 250px;
}
.under .guide .s1 p {
  width: 230px;
}
.under .guide .s2 {
  width: 279px;
  margin: auto 64px;
}
.under .guide .s2 p {
  width: 260px;
}
.under .guide .s3 {
  width: 313px;
}
.under .guide .s3 p {
  width: 296px;
}

.course {
  width: 100%;
  height: auto;
  position: relative;
  background: url(../images/course.png) no-repeat;
  background-size: 100% 1285px;
  margin-top: 136px;
  overflow: hidden;
}
.course .tiles {
  margin: 0 auto 0;
  width: 617px;
  height: 95px;
  background: url(../images/black.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.course .tiles .abig {
  font-size: 46px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 4px;
  color: #fff;
  padding-top: 22px;
}
.course .tiles .asal {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 11px;
}
.course .kec {
  margin-top: 114px;
  position: relative;
}
.course .kec .kex_left {
  position: absolute;
  top: 1055px;
  left: -125px;
}
.course .kec .kex_right {
  position: absolute;
  top: 355px;
  right: -135px;
}
.course .kec .tab {
  display: flex;
  height: 61px;
  cursor: pointer;
}
.course .kec .tab a {
  display: block;
  flex: 1;
}
.course .kec .tab div {
  flex: 1;
  height: 61px;
  font-size: 31px;
  font-weight: normal;
  letter-spacing: 6px;
  color: #ffffff;
  text-align: center;
  background: url(../images/nosele.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 7px;
}
.course .kec .tab div img {
  margin-right: 21px;
}
.course .kec .tab .tab_active {
  background: none;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  margin-top: 0;
  color: #192026;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course .kec .tab .tab_active img {
  margin-top: 5px;
}
.course .kec .cont_left {
  border-radius: 10px 0 10px 10px;
}
.course .kec .cont_right {
  border-radius: 0 10px 10px 10px;
}
.course .kec .cont {
  width: 100%;
  padding-bottom: 40px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.course .kec .cont .meun {
  margin-top: 48px;
  position: relative;
}
.course .kec .cont .meun .ta_sanjiao {
  width: 26px;
  height: 45px;
  position: absolute;
  top: 79px;
  left: 187px;
}
.course .kec .cont .meun .meun_top {
  overflow: hidden;
}
.course .kec .cont .meun .meun_top li {
  float: left;
  height: 83px;
  line-height: 56px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  margin-left: 10.5px;
  cursor: pointer;
}
.course .kec .cont .meun .meun_top li img {
  margin: 10px 0 0 5px;
}
.course .kec .cont .meun .meun_top li:nth-child(1) {
  width: 236px;
  background: url(../images/icon1.png) no-repeat;
  background-size: 100% 100%;
}
.course .kec .cont .meun .meun_top li:nth-child(2) {
  width: 307px;
  background: url(../images/icon2.png) no-repeat;
  background-size: 100% 100%;
}
.course .kec .cont .meun .meun_top li:nth-child(3) {
  width: 307px;
  background: url(../images/icon3.png) no-repeat;
  background-size: 100% 100%;
}
.course .kec .cont .meun .meun_top li:nth-child(4) {
  width: 166px;
  background: url(../images/icon4.png) no-repeat;
  background-size: 100% 100%;
}
.course .kec .cont .meun .meun_bom {
  width: 748px;
  height: 72px;
  background: url(../images/table_meun.png) no-repeat;
  background-size: 100% 100%;
  margin: 15px auto 0;
  display: none;
  justify-content: center;
  position: relative;
  z-index: 999;
}
.course .kec .cont .meun .meun_bom li {
  font-size: 18px;
  letter-spacing: 1px;
  color: #feffff;
  line-height: 1;
  margin-top: 18px;
}
.course .kec .cont .meun .meun_bom .ac {
  cursor: pointer;
}
.course .kec .cont .meun .meun_bom .li {
  width: 4px;
  height: 37px;
  background-color: #ffbf75;
  border-radius: 2px;
  margin: 8px 38px 0 38px;
}
.course .kec .cont .zezi {
  width: 893px;
  height: 306px;
  background: url(../images/zzfw.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin: 14px 0 0 57px;
}
.course .kec .cont .zezi .wen_w {
  width: 677px;
  margin: 20px 0 0 116px;
  overflow: hidden;
  display: none;
}
.course .kec .cont .zezi .wen_w .wen_h {
  width: 105%;
  height: 252px;
  overflow-y: auto;
}
.course .kec .cont .zezi .wen_w .wen_h .wenzi {
  width: 677px;
}
.course .kec .cont .zezi .wen_w .wen_h .wenzi h3:nth-child(1) {
  margin-top: 0;
}
.course .kec .cont .zezi .wen_w .wen_h .wenzi h3 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  color: #192026;
  margin-top: 15px;
  margin-bottom: 5px;
}
.course .kec .cont .zezi .wen_w .wen_h .wenzi p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #192026;
}
.course .kec .cont .zezi .tishi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  transform: scale(0.7);
}
.course .kec .cont .zezi .tishi .jiant {
  width: 20px;
  height: 28px;
  overflow: hidden;
}
.course .kec .cont .zezi .tishi .jiant img {
  width: 100%;
}
.course .kec .cont .zezi .tishi p {
  color: #fc9a42;
  font-size: 25px;
  margin: auto 8px;
}
.course .kec .cont .table .th {
  width: 961px;
  height: 71px;
  background-color: #192026;
  box-shadow: 0px 9px 18px 0px rgba(154, 154, 154, 0.58);
  border-radius: 10px;
  margin: 44px auto 0;
}
.course .kec .cont .table .th li {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 71px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}
.course .kec .cont .table .th li:nth-child(1) {
  width: 99px;
}
.course .kec .cont .table .th li:nth-child(2) {
  width: 99px;
}
.course .kec .cont .table .th li:nth-child(3) {
  width: 95px;
}
.course .kec .cont .table .th li:nth-child(4) {
  width: 221px;
}
.course .kec .cont .table .th li:nth-child(5) {
  width: 179px;
}
.course .kec .cont .table .th li:nth-child(6) {
  width: 233px;
}
.course .kec .cont .table .box {
  width: 969px;
  background-color: #ffffff;
  box-shadow: 0px 9px 18px 0px rgba(154, 154, 154, 0.58);
  border-radius: 10px;
  margin: 14px auto 0;
  padding: 20px 0;
  position: relative;
  display: none;
}
.course .kec .cont .table .box .bolang {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.course .kec .cont .table table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.course .kec .cont .table table tr {
  border-top: 1px #9a9a9a solid;
}
.course .kec .cont .table table tr td {
  border-right: 1px #9a9a9a solid;
  font-size: 15px;
  letter-spacing: 1px;
  color: #192026;
  text-align: center;
  padding: 8px;
}
.course .kec .cont .table table tr td p {
  font-weight: bold;
  color: #fb8700;
  line-height: 24px;
}
.course .kec .cont .table table tr td span {
  font-size: 14px;
}
.course .kec .cont .table table tr td a {
  display: inline-flex;
  align-items: center;
  width: 92px;
  height: 66px;
  background-color: #fb8700;
  box-shadow: -5px 0px 10px 0px rgba(251, 135, 0, 0.58);
  border-radius: 10px 0 0 10px;
  background: url(../images/table_zx.png) no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #ffffff;
  padding-left: 26px;
  transform: translateX(10px);
  margin: 8px 0;
}
.course .kec .cont .table table tr td:last-child {
  border-right: 0;
}
.course .kec .cont .table table tr td:nth-child(1) {
  width: 117px;
}
.course .kec .cont .table table tr td:nth-child(2) {
  width: 110px;
}
.course .kec .cont .table table tr td:nth-child(3) {
  width: 90px;
}
.course .kec .cont .table table tr td:nth-child(4) {
  width: 310px;
}
.course .kec .cont .table table tr td:nth-child(5) {
  width: 192px;
}
.course .kec .cont .table table tr td:nth-child(6) {
  width: 350px;
}
.course .kec .cont .table table tr .left {
  text-align: left;
}
.course .kec .cont .table table tr:first-child {
  border-top: 0;
}
.course .kec .cont .btns {
  width: 100%;
  height: 70px;
  background: url(../images/benxian.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course .kec .cont .btns .button {
  display: block;
  width: 282px;
  height: 84px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  margin: 0 30px;
}
.course .kec .cont .btns .button:nth-child(1) {
  background: url(../images/btns1.png) no-repeat;
  background-size: 100% 100%;
}
.course .kec .cont .btns .button:nth-child(2) {
  background: url(../images/btns2.png) no-repeat;
  background-size: 100% 100%;
}

.stray {
  width: 100%;
  height: 1279px;
  position: relative;
  background: url(../images/stray.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.stray .tiles {
  margin: 136px auto 0;
  width: 617px;
  height: 95px;
  background: url(../images/black.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.stray .tiles .abig {
  font-size: 46px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 4px;
  color: #fff;
  padding-top: 22px;
}
.stray .tiles .asal {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 11px;
}
.stray .schse {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.stray .schse .sclist {
  width: 286px;
  height: 263px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: 20px;
  text-align: center;
  position: relative;
  margin: 0 92px 57px 92px;
}
.stray .schse .sclist a {
  display: block;
  width: 422px;
  height: 146px;
  background: url(../images/arows.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -57px;
  bottom: -29px;
}
.stray .schse .sclist a span {
  font-size: 26px;
  font-weight: bold;
  line-height: 146px;
  letter-spacing: 1px;
  color: #192026;
  margin-left: -10px;
}
.stray .schse .sclist p {
  font-size: 26px;
  line-height: 60px;
  letter-spacing: 1px;
  color: #192026;
}
.stray .schse .sclist i {
  margin: auto;
  display: block;
  width: 266px;
  height: 1px;
  background-color: #192026;
  position: relative;
}
.stray .schse .sclist i::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2.5px;
  left: 0;
  border-radius: 50%;
  background-color: #192026;
}
.stray .schse .sclist i::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2.5px;
  right: 0;
  border-radius: 50%;
  background-color: #192026;
}

.addun {
  width: 100%;
  height: 206px;
  background: url(../images/addqun.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -206px;
  overflow: hidden;
  position: relative;
}
.addun .w1000 {
  display: flex;
}
.addun .addleft {
  margin-top: 56px;
  margin-left: 71px;
}
.addun .addleft .p1 {
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 7px;
}
.addun .addleft .p2 {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
}
.addun .addleft .p2 span {
  color: #192026;
}
.addun .addright {
  margin-top: 59px;
  margin-left: 38px;
}
.addun .addright a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 70px;
  background: url(../images/addbtn.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 8px 10px 0px rgba(25, 32, 38, 0.45);
  border-radius: 10px;
  font-size: 26px;
  letter-spacing: 1px;
  color: #ffffff;
}
.addun .addright a img {
  width: 32px;
  height: 27px;
  margin-right: 18px;
}

.choose {
  width: 100%;
  background: url(../images/choose.png) no-repeat;
  background-size: 100% 615px;
  margin-top: -52px;
  overflow: hidden;
  position: relative;
}
.choose .tiles {
  margin: 130px auto 0;
  width: 617px;
  height: 95px;
  background: url(../images/white.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.choose .tiles .abig {
  font-size: 46px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 4px;
  color: #192026;
  padding-top: 22px;
}
.choose .tiles .asal {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #192026;
  margin-top: 11px;
}
.choose .sele {
  margin-top: 85px;
  width: 1065px;
  height: 1092px;
  background-color: #ffffff;
  box-shadow: 0px 9px 18px 0px rgba(154, 154, 154, 0.58);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.code {
  overflow: hidden;
}
.code .title {
  width: 100%;
  height: 188px;
  margin: 100px auto 0;
  text-align: center;
  overflow: hidden;
  background: url(../images/shandian.png) no-repeat 380px 0;
}
.code .title p {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 17px;
  margin-top: 95px;
  text-align: center;
}
.code .title div {
  width: 445px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.code .title div span {
  display: block;
  width: 59px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
}
.code .title div a {
  display: block;
  width: 301px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  font-size: 28px;
  letter-spacing: 1px;
  color: #192026;
  text-align: center;
  line-height: 36px;
}
.code .codes {
  width: 753px;
  margin: 81px auto 0;
  display: flex;
  justify-content: space-between;
}
.code .codes .s {
  width: 191px;
  text-align: center;
}
.code .codes .s img {
  width: 191px;
  height: 191px;
  background-color: #ffffff;
  border-radius: 5px;
}
.code .codes .s p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
.code .codes .s p a {
  display: inline-block;
}
.code .codes .s .p1 {
  margin: 21px auto;
}
.code .codes .s .p3 {
  margin-top: 6px;
}
.code .codes .s1 p a {
  width: 79px;
  height: 25px;
  line-height: 25px;
  background-color: #fca600;
  border-radius: 2px;
  color: #000;
  margin-left: 5px;
}
.code .codes .s2 {
  width: 236px;
}
.code .codes .s2 p a {
  width: 143px;
  height: 25px;
  line-height: 25px;
  background-color: #fca600;
  border-radius: 2px;
  color: #000;
}

footer {
  text-align: center;
  margin-top: 127px;
  padding-bottom: 190px;
}
footer p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
}

.dbxf {
  width: 100%;
  height: 183px;
  background: url(../images/footer.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 99999;
  bottom: 20px;
}
.dbxf .w1000 {
  position: relative;
}
.dbxf .w1000 .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -38px;
  right: -40px;
  cursor: pointer;
}
.dbxf form {
  display: flex;
  margin-top: 130px;
}
.dbxf form .input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 22px;
}
.dbxf form .input-group p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-right: 10px;
}
.dbxf form .input-group input,
.dbxf form .input-group select {
  width: 140px;
  height: 29px;
  border: none;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 5px 0px rgba(184, 119, 45, 0.94);
  border-radius: 5px;
}
.dbxf form .xuanfu-btn {
  width: 308px;
  height: 42px;
  background-color: #192026;
  box-shadow: 0px 5px 5px 0px rgba(163, 128, 88, 0.5);
  border-radius: 5px;
  background: url(../images/btnbg.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-left: 48px;
}

.zcxf {
  width: 190px;
  background-color: #ffffff;
  border-radius: 10px;
  /* overflow: hidden; */
  position: fixed;
  z-index: 9999;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.zcxf .new {
  width: 206px;
  height: 83px;
  margin-left: -8px;
  overflow: hidden;
  background-image: url(../images/new.png);
}
.zcxf .new .p1 {
  font-size: 22px;
	letter-spacing: 2.2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}
.zcxf .new .p2 {
  width: 138px;
  height: 1px;
  margin: 7px auto;
	background-color: #ffcf97;
	border-radius: 0.5px;
}
.zcxf .new .p1 img {
  width: 22px;
  height: 22px;
  margin-right: 13px;
}
.zcxf .box {
  width: 190px;
  height: 266px;
  /* overflow: hidden; */
  position: relative;
}
.zcxf .box .leftClose {
  position: absolute;
  top: -130px;
  right: 78px;
  cursor: pointer;
}
.zcxf .box .db_bl {
  position: absolute;
  left: 0;
  bottom: 0;
}
.zcxf .box .back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  cursor: pointer;
}
.zcxf .box ul {
  text-align: center;
}
.zcxf .box ul li {
  font-size: 20px;
  letter-spacing: 1px;
  color: #192026;
  line-height: 1.1;
  padding: 11px 0;
}
.zcxf .box ul li a {
  color: #192026;
}
.zcxf .box ul li:nth-child(2),
.zcxf .box ul li:nth-child(4) {
  background-color: #eee;
}
.zixunLeft {
    position: fixed;
    top: 30%;
    left: 2px;
    width: 132px;
}
.zixunLeft .leftClose {
    width: 24px;
    height: 24px;
    background: rgba(250, 217, 171, .6);
    text-align: center;
    align-items: center;
    color: #fad9ab;
    border-radius: 50%;
    float: right;
    font-size: 10px;
    cursor: pointer;
    line-height: 24px;
    transition: all 1s;
}
.zixunLeft .leftList li {
    width: 88px;
    color: rgb(170, 66, 29);
    text-align: center;
    cursor: pointer;
    margin: 5px auto 0px;
    border-bottom: 1px dashed rgb(170, 66, 29);
    padding: 2px 0px;
    font: 500 16px/20px 微软雅黑;
}
.zixunLeft .leftList {
    margin-top: 18px;
    width: 112px;
    min-height: 240px;
    border-radius: 10px;
    border: 2px solid #fed682;
    box-shadow: 0 6px 0 #f15500;
    background: linear-gradient(to right,#fed682,#faa328);
}
.zixunLeft .leftList h2 {
    width: 100%;
    height: 34px;
    text-align: center;
    color: rgb(245, 227, 38);
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(rgb(221, 15, 18), rgb(233, 81, 36));
    font: bold 16px/34px 微软雅黑;
}
<style>
* {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: '微软雅黑';
}

/*# sourceMappingURL=index.css.map */
