/*
  默认样式
*/
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
input {
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
caption,
th,
td,
form,
input,
button,
textarea {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
  color: #333333;
}
a:hover,
button:hover {
  transition: all 0.3s;
}
button,
button:active,
button:focus {
  border: 0;
  outline: 0;
  background: transparent;
}
h1,
h2,
strong,
b {
  font-weight: bold;
}
h3,
h4,
h5,
h6,
em,
dt {
  font-weight: 400;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
select {
  color: #313233;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #313233;
}
img {
  display: flex;
}
.add {
  height: 100%;
  overflow: hidden;
}
* {
  font-size: 16px;
  color: #323232;
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
.swiper-pagination-bullet:focus {
  outline: none !important;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}
.swiper-button-disabled[aria-label="Previous slide"] {
  opacity: 1;
}
.swiper-button-disabled[aria-label="Previous slide"] > img {
  content: url("../images/arrow2-1.png");
}
.swiper-button-disabled[aria-label="Next slide"] {
  opacity: 1;
}
.swiper-button-disabled[aria-label="Next slide"] > img {
  content: url("../images/arrow2-4.png");
}
.flex {
  display: flex;
}
.sa {
  justify-content: space-around;
}
.sb {
  justify-content: space-between;
}
.jc {
  justify-content: center;
}
.js {
  justify-content: flex-start;
}
.je {
  justify-content: flex-end;
}
.ac {
  align-items: center;
}
.as {
  align-items: flex-start;
}
.ae {
  align-items: flex-end;
}
.col {
  flex-direction: column;
}
.col-r {
  flex-direction: column-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page {
  padding: 0 30px;
}
.yuan {
  width: 30px;
  height: 30px;
  border: 7px solid #A41B35;
  border-radius: 100%;
  margin-right: 10px;
  min-width: 30px;
}
.checkbox {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 2px solid #DBE0E3;
  margin-right: 10px;
  cursor: pointer;
}
.checkbox-h {
  width: 32px;
  height: 32px;
  border: 2px solid #DBE0E3;
  margin-right: 10px;
  cursor: pointer;
}
.radio {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.radio-h {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.hidefont {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hidefont2 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.hidefont3 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.hidefont4 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.min1260,
.min750 {
  display: none;
}
@media (max-width: 1260px) {
  .min1260 {
    display: block;
  }
  .max1260 {
    display: none;
  }
}
@media (max-width: 750px) {
  .min750 {
    display: block;
  }
}
.aboutnav {
  width: 100%;
  border-bottom: 1px #ececec solid;
}
.aboutnav .navlist {
  width: 1200px;
  margin: 0 auto;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.aboutnav .navlist a {
  margin-right: 50px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}
.aboutnav .navlist a:last-child {
  margin-right: 0;
}
.aboutnav .navlist .wina {
  color: #A41B35;
}
.aboutnav .codecaidan {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 40px;
  width: 100%;
  height: 60px;
}
.aboutnav .codecaidan .miniris p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #A41B35;
  font-weight: bold;
}
.aboutnav .codecaidan .minile {
  position: absolute;
  right: 10px;
}
.aboutnav .codecaidan .minile img {
  width: 32px;
  height: 32px;
}
@media (max-width: 1260px) {
  .aboutnav .navlist {
    transition: all 0.3s;
    width: 100%;
    padding: 0 20px;
  }
  .aboutnav .navlist > a {
    margin-right: 30px;
  }
}
@media (max-width: 750px) {
  .aboutnav .navlist {
    display: none;
    height: 60px;
    justify-content: center;
  }
  .aboutnav .navlist > a {
    transition: margin-right 0.3s;
    margin-right: 20px;
  }
  .aboutnav .codecaidan {
    display: flex;
  }
}
@media (max-width: 460px) {
  .aboutnav .navlist {
    justify-content: center;
  }
  .aboutnav .navlist > a {
    transition: margin-right 0.3s;
    margin-right: 20px;
  }
}
.yangsimg {
  width: 100%;
  height: 420px;
  transition: height 0.3s;
}
.yangsimg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.casewrap {
  width: 1200px;
  margin: 0 auto;
  transition: all 0.3s;
}
.enlifennav {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.enlifennav > a {
  height: 36px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  padding: 0 40px;
  text-align: center;
}
.enlifennav > a:hover {
  color: #A41B35;
}
.enlifennav > .wina {
  color: #ffffff;
  background: #A41B35;
  border-radius: 18px;
}
.enlifennav > .wina:hover {
  color: #ffffff;
}
.aboutwrap .inteabout .abtop .abart {
  width: 1200px;
  margin: 0 auto;
  padding: 86px 0 275px;
}
.aboutwrap .inteabout .abtop .abart .abarttit {
  margin-bottom: 55px;
}
.aboutwrap .inteabout .abtop .abart .abarttit h2 {
  line-height: 28px;
  font-size: 28px;
  color: #323232;
  font-weight: bold;
  text-align: center;
}
.aboutwrap .inteabout .abtop .abart .abartcon > * {
  margin-bottom: 20px;
  font-size: 16px;
  color: #323232;
  font-weight: 400;
  line-height: 32px;
}
.conlabel {
  display: flex;
  justify-content: center;
}
.conlabel .tabwrap {
  padding: 5px 30px 30px;
  border: 4px solid #EEEEEE;
}
.conlabel .tabwrap .jihuatable {
  margin: 0 auto;
}
.conlabel .tabwrap .jihuatable tr {
  background: #ffffff;
  border-bottom: 1px #CACACA dashed;
}
.conlabel .tabwrap .jihuatable tr th,
.conlabel .tabwrap .jihuatable tr td {
  padding: 0 50px;
  line-height: 40px;
}
.conlabel .tabwrap .jihuatable tr th {
  font-size: 18px;
  color: #A41B35;
  font-weight: bold;
}
.conlabel .tabwrap .jihuatable tr td {
  text-align: center;
  font-size: 14px;
  color: #373737;
  font-weight: 400;
}
.conlabel .tabwrap .jihuatable tr td img {
  margin: 0 auto;
}
.conlabel .tabwrap .jihuatable tr:nth-child(2n) {
  background: #F1F1F1;
}
.conlabel .tabwrap .jihuatable .tdfo1 {
  font-size: 16px;
  color: #373737;
  font-weight: 400;
}
.conlabel .tabwrap .jihuatable .bgwind {
  background: #A41B35 !important;
}
.conlabel .tabwrap .jihuatable .bgwind th {
  color: #fff !important;
}
.conlabel .tabwrap .jihuatable2 tr {
  height: 60px;
  border-bottom: 0;
}
.conlabel .tabwrap .jstwo {
  margin-top: 30px;
}
.conlabel .tabwrap .jstwo > h2 {
  text-align: center;
  font-size: 18px;
  color: #A41B35;
  font-weight: bold;
}
.conlabel .tabwrap .jstwo > h5 {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #373737;
  font-weight: 400;
}
.mapwin {
  width: 100%;
  height: 500px;
  transition: all 0.3s;
}
.mapwin > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1260px) {
  .aboutwrap .inteabout .abtop .abart {
    width: 100%;
    padding: 70px 20px 200px;
  }
  .aboutwrap .inteabout .abtop .abart .abarttit {
    margin-bottom: 50px;
  }
  .aboutwrap .inteabout .abtop .abart .abarttit h2 {
    line-height: 28px;
    font-size: 28px;
    color: #323232;
    font-weight: bold;
    text-align: center;
  }
  .aboutwrap .inteabout .abtop .abart .abartcon {
    font-size: 16px;
    color: #323232;
    font-weight: 400;
  }
  .yangsimg {
    height: 320px;
  }
  .casewrap {
    width: 100%;
    padding: 0 20px;
  }
  .mapwin {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .enlifennav {
    margin-bottom: 25px;
  }
  .conlabel .tabwrap .jihuatable tr th,
  .conlabel .tabwrap .jihuatable tr td {
    transition: all 0.3s;
    padding: 0 30px;
  }
}
@media (max-width: 750px) {
  .aboutwrap .inteabout .abtop .abart {
    padding: 40px 20px 150px;
  }
  .aboutwrap .inteabout .abtop .abart .abarttit {
    margin-bottom: 30px;
  }
  .aboutwrap .inteabout .abtop .abart .abarttit h2 {
    line-height: 28px;
    font-size: 24px;
  }
  .yangsimg {
    height: 250px;
  }
  .enlifennav {
    margin-bottom: 20px;
  }
  .enlifennav > a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding: 0 20px;
  }
  .conlabel .tabwrap .jihuatable tr th,
  .conlabel .tabwrap .jihuatable tr td {
    padding: 0 5px;
    line-height: 35px;
  }
  .conlabel .tabwrap .jihuatable tr th {
    font-size: 16px;
  }
  .conlabel .tabwrap .jihuatable tr td {
    font-size: 14px;
  }
  .conlabel .tabwrap .jstwo {
    margin-top: 15px;
  }
  .conlabel .tabwrap .jstwo > h2 {
    font-size: 16px;
  }
  .conlabel .tabwrap .jstwo > h5 {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .casewrap {
    padding: 0 10px;
  }
  .aboutwrap .inteabout .abtop .abart {
    padding: 30px 15px 100px;
  }
  .aboutwrap .inteabout .abtop .abart .abarttit h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .aboutwrap .inteabout .abtop .abart .abartcon > * {
    font-size: 14px;
    color: #323232;
    font-weight: 400;
    line-height: 26px;
  }
  .enlifennav {
    margin-bottom: 20px;
  }
  .enlifennav > a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding: 0 10px;
  }
  .conlabel .tabwrap {
    padding: 0 0 10px;
  }
  .conlabel .tabwrap .jihuatable tr th,
  .conlabel .tabwrap .jihuatable tr td {
    padding: 0 5px;
    line-height: 35px;
  }
  .conlabel .tabwrap .jihuatable tr th {
    font-size: 16px;
  }
  .conlabel .tabwrap .jihuatable tr td {
    font-size: 14px;
  }
  .conlabel .tabwrap .jstwo {
    margin-top: 15px;
  }
  .conlabel .tabwrap .jstwo > h2 {
    font-size: 16px;
  }
  .conlabel .tabwrap .jstwo > h5 {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (max-width: 460px) {
  .yangsimg {
    height: 250px;
  }
}

#process {
  margin-bottom: 40px;
  overflow-x: hidden;
}

#process .section-heading {
  margin-bottom: 40px;
}

.steps-pane img {
  height: 100px;
  width: 102px;
  margin-top: 18px;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
  border-radius:50%;
}

.pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  margin-top: 20px;
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
}

.steps-pane {
  height: 140px;
  width: 140px;
  margin-left: 30px;
  box-shadow: 7px 0px 5px #bcbcbc;
}

.inverted-pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.inverted-steps-pane {
  height: 140px;
  width: 140px;
  background: #bcbcbc;
  margin-left: 30px;
  box-shadow: 7px 0px 5px #bcbcbc;
}

.inverted-steps-pane p {
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
  padding: 20px 10px 10px 10px;
}

@media(min-width: 900px) {
  .steps-timeline {
    border-top: 5px double #fc6429;
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    float: left;
    width: 20%;
    margin-top: -105px;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-left: 39%;
    border: 2px solid #fc6429;
  }
  .verticle-line {
    position: absolute;
    height: 57px;
    width: 5px;
    margin-left: 10px;
    marker-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10.1px;
    border-radius: 50%;
    background: #fc6429;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 47px;
    margin-left: -10px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 47px;
    margin-left: 18.1%;
  }
}

@media(max-width: 899px) {
  #process .container-fluid {
    width: 50%;
  }
  .steps-timeline {
    border-left: 5px double #fc6429;
    margin-left: 35px;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    margin-left: -25px;
  }
  .step-wrap,
  .steps-stops {
    float: left;
  }
  .steps-timeline {
    border-left: 2px solid $brand-primary;
    margin-left: 30px;
  }
  .pane-warp {
    margin-left: 30%;
  }
  .inverted-pane-warp {
    margin-left: 30%;
  }
  .verticle-line {
    position: absolute;
    width: 125px;
    height: 5px;
    margin-left: 5px;
    margin-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10px;
    border-radius: 50%;
    background: #fc6429;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-top: 125px;
    margin-left: -2px;
    border: 2px solid #fc6429;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: -45px;
    margin-left: 15px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 280px;
    margin-left: 15px;
  }
}

@media (max-width: 600px) {
  #process .container-fluid {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .verticle-line {
    width: 105px;
  }
}

.back-orange {
  background: #fc6429;
}

.back-blue {
  background: rgb(59, 37, 132);
}