@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: 'zhengti';
  src: url('../font/MiSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu1';
  src: url('../font/MiSans-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu2';
  src: url('../font/MiSans-Demibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu3';
  src: url('../font/DIN-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu4';
  src: url('../font/DIN-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu5';
  src: url('../font/DIN-BoldAlternate.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'zhengti', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.3333%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 991px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.transition {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .ptb120 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .pt120 {
    padding-top: 1.2rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .pb120 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.36rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.36rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.36rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #14235a;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #14235a;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #14235a;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 公共图片高度设置 */
.base_img {
  position: relative;
  overflow: hidden;
}
.base_img:after {
  content: "";
  display: block;
}
.base_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* End */
/* 底部 */
.weitop {
  position: relative;
}
.weitop:before {
  content: "";
  display: block;
  width: 126px;
  height: 526px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: left top;
  background-size: contain;
  background-image: url(../images/dabugotbagfzq1.png);
  left: 0;
  top: -142.6px;
}
@media (max-width: 1580px) {
  .weitop:before {
    width: 80px;
    height: 400px;
    top: -92px;
  }
}
@media (max-width: 1199px) {
  .weitop:before {
    width: 60px;
    top: -69px;
  }
}
@media (max-width: 767px) {
  .weitop:before {
    display: none;
  }
}
.weibot {
  position: relative;
}
.weibot:after {
  content: "";
  display: block;
  width: 126px;
  height: 526px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: right bottom;
  background-size: contain;
  background-image: url(../images/dabugotbagfzq2.png);
  right: 0;
  bottom: -137.6px;
}
@media (max-width: 1580px) {
  .weibot:after {
    width: 80px;
    height: 400px;
    bottom: -92px;
  }
}
@media (max-width: 1199px) {
  .weibot:after {
    width: 60px;
    bottom: -69px;
  }
}
@media (max-width: 767px) {
  .weibot:after {
    display: none;
  }
}
/* End */
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
/* 公共分页 */
.basepage {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .basepage {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
}
.basepage .zong {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #161b27;
}
@media (max-width: 1580px) {
  .basepage .zong {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .zong {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .basepage .zong {
    order: 1;
  }
}
.basepage .zong span {
  color: #14235a;
}
.basepage .zong .li {
  margin-right: 0.26rem;
}
.basepage .zong .li:last-child {
  margin-right: 0;
}
.basepage .page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .basepage .page {
    order: 0;
    width: 100%;
    max-width: 100%;
  }
}
.basepage .page a,
.basepage .page span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 20px;
  flex-shrink: 0;
  border: solid 2px #cccccc;
  float: left;
  margin: 0 5px 10px;
}
@media (max-width: 1580px) {
  .basepage .page a,
  .basepage .page span {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .basepage .page a,
  .basepage .page span {
    width: 35px;
    height: 35px;
    font-size: 16px;
    border-width: 1px;
  }
}
.basepage .page .active {
  background-color: #14235a;
  border-color: #14235a;
  color: #fff;
}
.basepage .page .active:hover {
  color: #fff;
}
.basepage .page .prev,
.basepage .page .next {
  position: relative;
  color: #999999;
  border-color: #14235a;
}
@media (max-width: 991px) {
}
.basepage .page .prev svg,
.basepage .page .next svg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basepage .page .prev svg path,
.basepage .page .next svg path {
  fill: #14235a;
}
.basepage .page .prev i,
.basepage .page .next i {
  display: block;
}
.basepage .page .prev img,
.basepage .page .next img,
.basepage .page .prev svg,
.basepage .page .next svg {
  width: 13px;
}
@media (max-width: 1580px) {
  .basepage .page .prev i,
  .basepage .page .next i {
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .basepage .page .prev i,
  .basepage .page .next i {
    transform: scale(0.8);
  }
}
.basepage .page .prev:hover svg path,
.basepage .page .next:hover svg path {
  fill: #fff;
}
.basepage .page .prev:hover svg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.basepage .page .next:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.basepage .page a:hover {
  background-color: #14235a;
  border-color: #14235a;
  color: #fff;
}
.basepage .beforew {
  display: flex;
  align-items: center;
  color: #161b27;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .basepage .beforew {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew {
    font-size: 16px;
  }
}
.basepage .beforew input {
  width: 50px;
  height: 32px;
  border-radius: 3px;
  border: solid 1px #dfe2eb;
  color: #161b27;
  margin: 0 10px;
  text-align: center;
  font-family: 'zhengti', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 18px;
}
@media (max-width: 1580px) {
  .basepage .beforew input {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew input {
    font-size: 16px;
  }
}
.parther-item1 .container {
  display: flex;
  align-items: flex-start;
}
.parther-item1 .container .left-txt {
  width: 50%;
  padding-right: 1rem;
  justify-content: flex-start;
}
.parther-item1 .container .left-txt h3 {
  color: #000;
  font-family: "zhengti";
  line-height: 1.3;
  margin-bottom: 0.24rem;
}
.parther-item1 .container .left-txt p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.3rem;
  text-align: justify;
}
.parther-item1 .container .left-txt p a {
  color: #14235a;
}
.parther-item1 .container .left-txt .f_text {
  margin-bottom: 0.58rem;
}
@media (max-width: 1109px) {
  .parther-item1 .container .left-txt {
    padding-right: 0.5rem;
  }
  .parther-item1 .container .left-txt .br {
    display: none;
  }
}
.parther-item1 .container .btn {
  display: flex;
}
/* .parther-item1 .container .btn .hm_but:nth-child(1) {
  width: 1.6rem;
} */
.parther-item1 .container .btn .hm_but {
  width: 240px;
}
.parther-item1 .container .btn a:first-child {
  margin-right: 20px;
}
.parther-item1 .container .right-img {
  width: 50%;
}
.parther-item1 .container .base_img {
  width: 50%;
}
.parther-item1 .container .base_img:after {
  width: 100%;
  padding-top: 85%;
}
@media (max-width: 1199px) {
  .parther-item1 .container {
    display: block;
  }
  .parther-item1 .container .left-txt {
    width: 100%;
  }
  .parther-item1 .container .right-img {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.parther-item2 {
  background-color: #f5f5f5;
}
.parther-item2 .container .fz_title {
  text-align: center;
  margin-bottom: 0.58rem;
  line-height: 1;
  color: #14235a;
  font-family: "cu2";
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.parther-item2 .container .ad-ul {
  display: flex;
  flex-wrap: wrap;
}
.parther-item2 .container .ad-ul li {
  padding: 0 0.61rem;
  padding-top: 0.62rem;
  height: 3rem;
  width: 50%;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.parther-item2 .container .ad-ul li .title {
  display: flex;
  margin-bottom: 0.4rem;
  align-items: center;
}
.parther-item2 .container .ad-ul li .title h4 {
  line-height: 1.6;
  color: #000;
  font-family: "cu2";
}
.parther-item2 .container .ad-ul li .title i {
  width: 0.6rem;
  height: 0.56rem;
  margin-right: 0.31rem;
}
.parther-item2 .container .ad-ul li .title i svg,
.parther-item2 .container .ad-ul li .title i img {
  width: 100%;
  height: 100%;
}
.parther-item2 .container .ad-ul li .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-height: 1.6;
  color: #666;
  font-family: "zhengti";
  text-align: justify;
}
.parther-item2 .container .ad-ul li:nth-child(1) {
  border-right: 0;
  border-bottom: 0;
}
.parther-item2 .container .ad-ul li:nth-child(2) {
  border-bottom: 0;
}
.parther-item2 .container .ad-ul li:nth-child(3) {
  border-right: 0;
}
@media (max-width: 1580px) {
  .parther-item2 .container .ad-ul li {
    padding: 0.4rem;
    height: auto;
  }
  .parther-item2 .container .ad-ul li .desc {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .parther-item2 .container .ad-ul {
    display: block;
  }
  .parther-item2 .container .ad-ul li {
    width: 100%;
    margin-bottom: 0.3rem;
    border: 0;
  }
  .parther-item2 .container .ad-ul li:last-child {
    margin-bottom: 0;
  }
}
.parther-item3 .container .fz_title {
  line-height: 1;
  margin-bottom: 0.6rem;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #14235a;
  text-align: center;
}
.parther-item3 .container .desc {
  line-height: 1.6;
  font-family: "zhengti";
  text-align: center;
  margin-bottom: 0.95rem;
}
@media (max-width: 767px) {
  .parther-item3 .container .desc {
    text-align: justify;
  }
}
.parther-item3 .container .cont {
  color: #fff;
  display: flex;
  padding-left: 1px;
  border: 1px solid #e2e2e2;
}
@media (max-width: 991px) {
  .parther-item3 .container .cont {
    flex-wrap: wrap;
  }
}
.parther-item3 .container .cont .item {
  width: 18.75%;
  flex: 1 1 18.75%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(226, 226, 226, 0.1);
  margin-left: -1px;
  height: 340px;
  overflow: hidden;
  border-right: 1px solid #e2e2e2;
  color: #333;
}
.parther-item3 .container .cont .item:last-child {
  border-right: 0;
}
.parther-item3 .container .cont .item .shu {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
  line-height: 0.8;
  margin-bottom: 0.2rem;
}
.parther-item3 .container .cont .item i {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.parther-item3 .container .cont .item i svg,
.parther-item3 .container .cont .item i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parther-item3 .container .cont .item .tit {
  line-height: 1.25;
}
.parther-item3 .container .cont .item .font {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 0.24rem;
  transition: all 0.5s 0.5s linear;
}
.parther-item3 .container .cont .item .hover1 {
  opacity: 0;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: none ;
  height: 100%;
  padding-bottom: 0.3rem;
}
.parther-item3 .container .cont .item .hover1 .shu {
  color: #000;
}
.parther-item3 .container .cont .item .hover1 .tit {
  color: #000;
}
.parther-item3 .container .cont .item .hover1 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 0.28rem;
  line-height: 1.25;
}
@media (max-width: 1580px) {
  .parther-item3 .container .cont .item .hover1 .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .parther-item3 .container .cont .item .hover1 .text {
    line-height: 24px;
  }
}
@media (max-width: 1580px) {
  .parther-item3 .container .cont .item {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .parther-item3 .container .cont .item {
    height: auto;
    width: 100%;
    flex: 1 1 100%;
    padding-top: 0.3rem;
  }
  .parther-item3 .container .cont .item:last-child {
    margin-bottom: 0;
  }
  .parther-item3 .container .cont .item i {
    margin: 0;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .parther-item3 .container .cont .item {
    width: 43.75%;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .parther-item3 .container .cont .item .hover1 {
    opacity: 1;
  }
  .parther-item3 .container .cont .item .font {
    opacity: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .parther-item3 .container .cont .item {
    width: 100%;
  }
}
.parther-item3 .container .cont .on {
  width: 43.75%;
  flex: 1 1 43.75%;
  background-color: #f5f5f5;
}
.parther-item3 .container .cont .on i {
  margin: 0;
  margin-bottom: 0.4rem;
  opacity: 0;
}
.parther-item3 .container .cont .on .hover1 {
  opacity: 1;
  transition: all 0.5s 0.5s linear;
}
.parther-item3 .container .cont .on .hover1 i {
  margin: 0;
  margin-bottom: 0.4rem;
  opacity: 1;
}
.parther-item3 .container .cont .on .font {
  opacity: 0;
  transition: all 0.5s linear;
}
@media (max-width: 767px) {
  .parther-item3 .container .cont .on {
    background-color: #fff;
    width: 100%;
    flex: 1 1 100%;
  }
  .parther-item3 .container .cont .on .hover1 i {
    margin-bottom: 0.2rem;
  }
}
.parther-item4 {
  position: relative;
  height: 8.2rem;
  width: 100%;
  overflow: hidden;
}
.parther-item4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.parther-item4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parther-item4 .container h3 {
  color: #fff;
  font-family: "cu2";
  line-height: 1.25;
  margin-bottom: 0.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .parther-item4 .container h3 .br {
    display: none;
  }
}
.parther-item4 .container .order-box .mySwiper {
  overflow: visible;
}
@media (max-width: 1023px) {
  .parther-item4 .container .order-box .mySwiper {
    display: block;
  }
}
.parther-item4 .container .order-box .mySwiper .swiper-wrapper .swiper-slide {
  height: 2.74rem;
  width: 25% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .parther-item4 .container .order-box .mySwiper .swiper-wrapper .swiper-slide {
    width: 33.3% !important;
  }
}
@media (max-width: 1023px) {
  .parther-item4 .container .order-box .mySwiper .swiper-wrapper .swiper-slide {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .parther-item4 .container .order-box .mySwiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
}
.parther-item4 .container .order-box .mySwiper .swiper-wrapper .swiper-slide .list {
  width: 0.8rem;
  height: 0.8rem;
  border: solid 2px #ffffff;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  font-family: "cu2";
  border-radius: 50%;
  background-color: #18275ef1;
}
.parther-item4 .container .order-box .mySwiper .swiper-wrapper .swiper-slide .txt {
  color: #fff;
  position: absolute;
  font-family: "zhengti";
  text-align: center;
  white-space: nowrap;
}
.parther-item4 .container .order-box .mySwiper .swiper-wrapper .swiper-slide:nth-child(odd) .txt {
  bottom: 0rem;
}
.parther-item4 .container .order-box .mySwiper .swiper-wrapper .swiper-slide:nth-child(even) .txt {
  top: 0rem;
}
.parther-item4 .container .order-box .mySwiper .swiper-scrollbar {
  display: none !important;
}
.parther-item4 .container .btn {
  display: flex;
  justify-content: center;
  margin-top: 0.65rem;
}
.parther-item4 .container .btn .hm_but {
  color: #fff;
  border-color: #fff;
  width: 2.4rem;
}
@media (max-width: 1580px) {
  .parther-item4 .container .btn .hm_but {
    width: 240px;
  }
}
.parther-item4 .container .btn .hm_but i svg path {
  fill: #fff;
}
.parther-item4 .lien {
  width: 100%;
  height: 2px;
  opacity: 0.2;
  background-color: #fff;
  position: absolute;
  top: 4.55rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .parther-item4 .lien {
    top: 5rem;
  }
}
@media (max-width: 1580px) {
  .parther-item4 {
    height: auto;
  }
}
.parther-item5 {
  background-color: #f5f5f5;
}
.parther-item5 .container .fz_title {
  color: #14235a;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.6rem;
  line-height: 1;
  text-align: center;
}
.parther-item5 .container .coo-ul {
  display: flex;
}
.parther-item5 .container .coo-ul li {
  font-family: "zhengti";
  width: 33.3%;
  margin-right: 0.5rem;
  cursor: pointer;
}
.parther-item5 .container .coo-ul li:last-child {
  margin-right: 0;
}
.parther-item5 .container .coo-ul li .base_img {
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.parther-item5 .container .coo-ul li .base_img::after {
  padding-top: 56%;
}
.parther-item5 .container .coo-ul li .base_img img {
  transition: 0.36s linear;
}
.parther-item5 .container .coo-ul li .time {
  color: #999;
  margin-bottom: 10px;
  line-height: 1.5;
}
.parther-item5 .container .coo-ul li .title {
  color: #000;
  margin-bottom: 10px;
  line-height: 1.25;
  transition: 0.36s linear;
}
.parther-item5 .container .coo-ul li .desc {
  color: #666;
  margin-bottom: 0.28rem;
  line-height: 1.6;
}
.parther-item5 .container .coo-ul li .hm_but {
  border: 0;
  justify-content: left;
  color: #999;
}
.parther-item5 .container .coo-ul li .hm_but i svg path {
  fill: #999;
}
.parther-item5 .container .coo-ul li .hm_but:hover {
  background-color: transparent;
  color: #14235a;
}
.parther-item5 .container .coo-ul li .hm_but:hover svg path {
  fill: #14235a;
}
.parther-item5 .container .coo-ul li:hover .base_img img {
  transform: scale(1.2);
}
.parther-item5 .container .coo-ul li:hover .title {
  color: #14235a;
}
@media (max-width: 991px) {
  .parther-item5 .container .coo-ul {
    flex-wrap: wrap;
  }
  .parther-item5 .container .coo-ul li {
    width: 48%;
    margin-right: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .parther-item5 .container .coo-ul li:nth-child(even) {
    margin-right: 0;
  }
  .parther-item5 .container .coo-ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .parther-item5 .container .coo-ul {
    display: block;
  }
  .parther-item5 .container .coo-ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .parther-item5 .container .coo-ul li:nth-last-child(-n + 2) {
    margin-bottom: 0.3rem;
  }
}
.parther-pop {
  display: none;
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: 999;
  width: 100%;
  height: 100vh;
}
.parther-pop .bag {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.parther-pop .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  height: 98%;
  padding: 0.4rem 0.6rem;
  background-color: #fff;
  overflow: auto;
}
.parther-pop .cont h2 {
  color: #000;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1;
  margin-bottom: 17px;
}
.parther-pop .cont .text {
  color: #666;
  font-family: "zhengti";
  line-height: 1.6;
  margin-bottom: 0.36rem;
}
.parther-pop .cont .time {
  line-height: 1.6;
  color: #666;
}
.parther-pop .cont .format {
  line-height: 1.6;
  color: #666;
}
.parther-pop .cont .link {
  line-height: 1.6;
  color: #666;
  margin-bottom: 0.4rem;
}
.parther-pop .cont .base_img {
  width: 100%;
}
.parther-pop .cont .base_img::after {
  padding-top: 56.3%;
}
.parther-pop .cont .icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.parther-pop .cont .icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parther-pop .cont .icon svg path {
  fill: #999;
}
.join-us-header {
  padding-top: 1.16rem;
}
.join-us-header .container h3 {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #14235a;
  line-height: 1;
  margin-bottom: 0.57rem;
  text-align: center;
}
@media (max-width: 1083px) {
  .join-us-header .container h3 {
    line-height: 1.2;
  }
}
.join-us-header .container .join-circle {
  display: flex;
  justify-content: space-between;
  padding: 0 1.26rem;
}
@media (max-width: 1199px) {
  .join-us-header .container .join-circle {
    padding: 0 0.5rem;
  }
}
.join-us-header .container .join-circle li {
  width: 2.8rem;
  height: 2.8rem;
  border: solid 1px #e2e2e2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #666;
  font-family: "zhengti";
}
.join-us-header .container .join-circle li i {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.34rem;
}
.join-us-header .container .join-circle li i svg {
  width: 100%;
  height: 100%;
}
.join-us-header .container .join-circle li i svg path {
  fill: #14235a;
}
@media (max-width: 767px) {
  .join-us-header .container .join-circle {
    padding: 0;
    display: block;
  }
  .join-us-header .container .join-circle li {
    margin: 0 auto;
    margin-bottom: 0.3rem;
  }
  .join-us-header .container .join-circle li:last-child {
    margin-bottom: 0;
  }
}
.join-us-box {
  background-color: #f5f5f5;
}
.join-us-box .container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.84rem;
}
.join-us-box .container .header .left-select .select {
  display: flex;
  align-items: center;
}
.join-us-box .container .header .left-select .select li {
  position: relative;
  margin-right: 10px;
}
.join-us-box .container .header .left-select .select li:last-child {
  margin-right: 0;
}
.join-us-box .container .header .left-select .select li select {
  width: 3rem;
  height: 0.6rem;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
}
.join-us-box .container .header .left-select .select li i {
  width: 9px;
  height: 6px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.join-us-box .container .header .left-select .select li i svg {
  width: 100%;
  height: 100%;
  transform: scale(2);
}
.join-us-box .container .header .left-select .select li i svg path {
  fill: #666;
}
.join-us-box .container .header .right-search {
  display: flex;
  justify-content: space-between;
  width: 5rem;
  height: 0.6rem;
  align-items: center;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  cursor: pointer;
}
.join-us-box .container .header .right-search input {
  flex: 1;
  padding-left: 20px;
}
.join-us-box .container .header .right-search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #656565;
  /*font-size: 18px;*/
}
.join-us-box .container .header .right-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #656565;
  /*font-size: 18px;*/
}
.join-us-box .container .header .right-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #656565;
  /*font-size: 18px;*/
}
.join-us-box .container .header .right-search i {
  width: 0.6rem;
  height: 0.6rem;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-us-box .container .header .right-search i .img {
  width: 0.24rem;
  height: 0.24rem;
}
.join-us-box .container .header .right-search i .img img,
.join-us-box .container .header .right-search i .img svg {
  width: 100%;
  height: 100%;
}
.join-us-box .container .header .right-search i .img img path,
.join-us-box .container .header .right-search i .img svg path {
  fill: #999;
}
@media (max-width: 1580px) {
  .join-us-box .container .header .right-search i {
    padding-right: 0 ;
    margin-left: -30px;
  }
}
@media (max-width: 1199px) {
  .join-us-box .container .header .right-search {
    width: 4rem;
  }
  .join-us-box .container .header .right-search input {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .join-us-box .container .header {
    flex-direction: column-reverse;
  }
  .join-us-box .container .header .left-select {
    margin-top: 0.3rem;
    width: 100%;
  }
  .join-us-box .container .header .left-select .select li {
    width: 50%;
  }
  .join-us-box .container .header .right-search {
    width: 100%;
  }
}
.join-us-box .container .join-info .header {
  color: #000;
  line-height: 1;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .join-us-box .container .join-info .header {
    align-items: flex-start;
  }
}
.join-us-box .container .join-info .item {
  margin-bottom: 20px;
}
.join-us-box .container .join-info .item:last-child {
  margin-bottom: 0;
}
.join-us-box .container .join-info .item .join-info-top {
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  background-color: #ffffff;
  align-items: center;
  cursor: pointer;
}
.join-us-box .container .join-info .item .join-info-top .left-info {
  flex: 1;
}
.join-us-box .container .join-info .item .join-info-top .left-info .top {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 27px;
  border-bottom: 1px solid #999;
}
.join-us-box .container .join-info .item .join-info-top .left-info .top h3 {
  color: #000;
  margin-right: 0.46rem;
  line-height: 1;
}
.join-us-box .container .join-info .item .join-info-top .left-info .top span {
  color: #999;
}
.join-us-box .container .join-info .item .join-info-top .left-info .bottom .list {
  display: flex;
}
.join-us-box .container .join-info .item .join-info-top .left-info .bottom .list li {
  display: flex;
  margin-right: 0.6rem;
  align-items: center;
  padding: 23px 0 26px;
}
.join-us-box .container .join-info .item .join-info-top .left-info .bottom .list li:last-child {
  margin-right: 0;
}
.join-us-box .container .join-info .item .join-info-top .left-info .bottom .list li i {
  width: 18px;
  height: 16px;
  margin-right: 10px;
}
.join-us-box .container .join-info .item .join-info-top .left-info .bottom .list li i svg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.join-us-box .container .join-info .item .join-info-top .left-info .bottom .list li i svg path {
  fill: #999;
}
.join-us-box .container .join-info .item .join-info-top .left-info .bottom .list li span {
  color: #666;
  line-height: 1;
}
.join-us-box .container .join-info .item .join-info-top .right-icon {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
}
.join-us-box .container .join-info .item .join-info-top .right-icon i {
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
}
.join-us-box .container .join-info .item .join-info-top .right-icon i svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  transition: 0.3s linear;
}
.join-us-box .container .join-info .item .join-info-top .right-icon i svg path {
  fill: #999;
  transition: 0.3s linear;
}
@media (max-width: 767px) {
  .join-us-box .container .join-info .item .join-info-top .left-info .bottom .list {
    display: block;
  }
  .join-us-box .container .join-info .item .join-info-top .left-info .bottom .list li {
    padding: 0;
    padding-top: 0.3rem;
  }
  .join-us-box .container .join-info .item .join-info-top .left-info .bottom .list li:last-child {
    padding-bottom: 0.3rem;
  }
}
.join-us-box .container .join-info .item .join-info-bottom {
  display: none;
  padding-left: 0.3rem;
  font-family: "zhengti";
}
.join-us-box .container .join-info .item .join-info-bottom h4 {
  color: #666;
  line-height: 2;
  margin-top: 0.3rem;
}
.join-us-box .container .join-info .item .join-info-bottom .make-text {
  width: 100%;
}
.join-us-box .container .join-info .item .join-info-bottom .make-text p {
  color: #666;
  font-family: "zhengti";
  line-height: 2;
  font-size: 18px;
  white-space: wrap;
  width: 100%;
}
.join-us-box .container .join-info .item .join-info-bottom .hm_but {
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .join-us-box .container .join-info .item .join-info-bottom .make-text {
    overflow: hidden;
  }
}
.join-us-box .container .join-info .on .join-info-top .right-icon i svg {
  transform: rotate(0deg);
}
.join-us-box .container .join-info .on .join-info-top .right-icon i svg path {
  fill: #14235a;
}
.join-us-box .container .basepage {
  margin-top: 0.6rem;
}
.apply {
  height: 0.76rem;
}
.apply .breadbox {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.apply .breadbox .container .f_cont a {
  color: #666;
}
.apply-box .ht {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #9996;
}
.apply-box .ht span {
  color: #000;
  line-height: 1;
}
.apply-box .ht i {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.apply-box .ht i svg {
  width: 100%;
  height: 100%;
}
.apply-box .ht i svg path {
  fill: #666;
}
.apply-box .container h1 {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-align: center;
  line-height: 1.25;
  margin-bottom: 10px;
}
.apply-box .container h1 .txt {
  color: #14235a;
}
.apply-box .container .subtitle {
  font-family: "zhengti";
  color: #666;
  text-align: center;
  margin-bottom: 0.3rem;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .apply-box .container h1 {
    margin-bottom: 20px;
  }
  .apply-box .container .subtitle {
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
}
.apply-box .container form .item1 .title {
  margin-bottom: 0.4rem;
}
.apply-box .container form .item1 .title span {
  color: #666;
  line-height: 1;
}
.apply-box .container form .item1 .title span:first-child {
  color: #ff0000;
}
.apply-box .container form .item1 .form-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
.apply-box .container form .item1 .form-info li {
  width: 48.75%;
  margin-bottom: 0.4rem;
  position: relative;
}
.apply-box .container form .item1 .form-info li:nth-child(odd) {
  margin-right: 0.39rem;
}
.apply-box .container form .item1 .form-info li p {
  color: #000;
  line-height: 1;
  margin-bottom: 19px;
}
.apply-box .container form .item1 .form-info li p span {
  color: #999999;
  font-size: 14px;
  margin-left: 8px;
}
.apply-box .container form .item1 .form-info li input {
  width: 100%;
  height: 0.6rem;
  border: solid 1px #e2e2e2;
  padding-left: 20px;
}
.apply-box .container form .item1 .form-info li .select-box {
  display: flex;
}
.apply-box .container form .item1 .form-info li .select-box select {
  width: 1.6rem;
  height: 0.6rem;
  background-image: url(../images/dsj.png);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  background-color: #f5f5f5;
  border: solid 1px #e2e2e2;
  text-align: center;
  line-height: 0.6rem;
  color: #000;
  cursor: pointer;
}
.apply-box .container form .item1 .form-info li .select-box input {
  border-left: 0;
}
.apply-box .container form .item1 .form-info li .right-txt {
  position: absolute;
  left: 0;
  bottom: -30px;
  color: #999;
  margin-bottom: 0;
}
@media (max-width: 1463px) {
  .apply-box .container form .item1 .form-info li .right-txt {
    bottom: -50px;
  }
}
@media (max-width: 1023px) {
  .apply-box .container form .item1 .form-info li .right-txt {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .apply-box .container form .item1 .form-info li .right-txt {
    bottom: -0.7rem;
  }
}
@media (max-width: 1224px) {
  .apply-box .container form .item1 .form-info li {
    width: 48.5%;
  }
}
@media (max-width: 1023px) {
  .apply-box .container form .item1 .form-info li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.apply-box .container form .item2 .title {
  display: flex;
  margin-bottom: 16px;
  margin-top: 0.38rem;
  align-items: center;
}
.apply-box .container form .item2 .title span {
  color: #000000;
  line-height: 1;
}
.apply-box .container form .item2 .title i {
  width: 20px;
  height: 20px;
  background-color: #e2e2e2;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #999999;
  margin-left: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply-box .container form .item2 .upload {
  width: 100%;
  height: 1.2rem;
  background-color: #f5f5f5;
  border: dashed 1px #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
}
.apply-box .container form .item2 .upload .btn {
  position: relative;
  cursor: pointer;
}
.apply-box .container form .item2 .upload .btn p span {
  color: #14235a;
  margin-right: 5px;
}
.apply-box .container form .item2 .upload .btn input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.apply-box .container form .item3 .title {
  margin-bottom: 16px;
  margin-top: 0.38rem;
}
.apply-box .container form .item3 .title span {
  line-height: 1;
  color: #999999;
  font-size: 14px;
  margin-left: 9px;
}
.apply-box .container form .item3 textarea {
  width: 100%;
  height: 1.2rem;
  background-color: #f5f5f5;
  border: dashed 1px #e2e2e2;
  margin-bottom: 0.4rem;
  padding-left: 20px;
  padding-top: 20px;
}
.apply-box .container form .item3 .choice li {
  margin-bottom: 0.4rem;
}
.apply-box .container form .item3 .choice li:last-child {
  margin-bottom: 0;
}
.apply-box .container form .item3 .choice li p {
  line-height: 1;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .apply-box .container form .item3 .choice li {
    margin-bottom: 0.3rem;
  }
  .apply-box .container form .item3 .choice li p {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.apply-box .container form .item3 .choice li .btn {
  display: flex;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.apply-box .container form .item3 .choice li .btn .left-btn,
.apply-box .container form .item3 .choice li .btn .right-btn {
  width: 1rem;
  height: 0.5rem;
  border: solid 1px #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.apply-box .container form .item3 .choice li .btn .left-btn:hover,
.apply-box .container form .item3 .choice li .btn .right-btn:hover {
  background-color: #14235a;
  color: #fff;
}
.apply-box .container form .item3 .choice li .btn .left-btn:hover svg path,
.apply-box .container form .item3 .choice li .btn .right-btn:hover svg path {
  fill: #fff;
}
.apply-box .container form .item3 .choice li .btn i {
  width: 0.22rem;
  height: 0.14rem;
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
}
.apply-box .container form .item3 .choice li .btn i svg {
  width: 100%;
  height: 100%;
}
.apply-box .container form .item3 .choice li .btn i svg path {
  fill: #999;
}
.apply-box .container form .item3 .choice li .btn .on {
  background-color: #14235a;
  color: #fff;
}
.apply-box .container form .item3 .choice li .btn .on svg path {
  fill: #fff;
}
.apply-box .container form .item4 {
  margin-top: 0.4rem;
}
.apply-box .container form .item4 .hm_but {
  width: 100%;
  margin-bottom: 0.38rem;
}
.apply-box .container form .item4 .desc {
  color: #666;
  line-height: 1.666;
  margin: 0 auto;
  margin-bottom: 0.38rem;
  width: 75%;
  text-align: center;
}
@media (max-width: 1023px) {
  .apply-box .container form .item4 .desc {
    width: 100%;
  }
}
.apply-box .container form .item4 .btn-bottom {
  display: flex;
  padding-top: 0.6rem;
  border-top: 1px solid #666;
  justify-content: center;
}
.apply-box .container form .item4 .btn-bottom a {
  color: #666;
  line-height: 1;
  transition: 0.3s linear;
}
.apply-box .container form .item4 .btn-bottom a:first-child {
  margin-right: 0.72rem;
}
.apply-box .container form .item4 .btn-bottom a:hover {
  color: #14235a;
  text-decoration: underline;
}
/* @media (max-width: 1023px) {
  .gtfixed {
    display: none !important;
  }
}
*/