/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

:root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../fonts/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSerifCN_Medium";
  src: url("../fonts/SourceHanSerifCN_Medium.woff2") format("woff2"), url("../fonts/SourceHanSerifCN_Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #222;
  font-size: 12px;
  margin: 0px auto;
  padding: 0px;
}

.albb_font {
  font-family: albb;
}

a {
  color: #222;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

a:hover {
  color: #d7231d;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0vw;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell, .cell2, .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

input, select, textarea {
  font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  outline: none;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

input[type=text]:disabled {
  background-color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

input::-webkit-input-placeholder {
  color: #000;
}

input[type=text], input[type=button], input[type=submit], input[type=reset], select, textarea, button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw 13.3333vw white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
  background-color: #fff;
}

.section .pagefr_n {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.section.active .pagefr_n {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}

@-webkit-keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@-webkit-keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {}
@keyframes an_zdy {}
.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}

@-webkit-keyframes an_04 {
  0% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  100% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
}
@keyframes an_04 {
  0% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  100% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
}
@-webkit-keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@-webkit-keyframes an_07 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_07 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*common*/
.in_body {
  min-height: 100vh;
  position: relative;
  opacity: 0;
  background-color: #f5f4f9;
}

.other_body {
  min-height: 100vh;
  position: relative;
  opacity: 0;
  background-color: #f5f4f9;
}

.home_body {
  overflow: hidden;
  height: 100vh;
}

.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.wrap_in {
  margin: 0px auto;
  width: 990px;
}

.wrap_c {
  margin: 0px auto;
  width: 990px;
}

.w_wap {
  display: none !important;
}

.topfr {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
}

.top_t {
  width: 100%;
  overflow: hidden;
  height: 47px;
  background-color: #d7231d;
  position: relative;
  z-index: 999;
}

.top_t .fl {
  height: 47px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.top_t .fr {
  height: 47px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.top_t a {
  float: left;
  color: Rgba(255, 255, 255, 0.7);
}

.top_t a:hover {
  color: #fff;
}

.top_t i {
  float: left;
  color: Rgba(255, 255, 255, 0.7);
  margin: 0px 4px;
}

.top_c {
  width: 100%;
  overflow: hidden;
  height: 80px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.top_c .fl img {
  height: 80px;
  display: block;
}

.top_c .fr {
  margin-top: 14px;
}

.top_c .fr label {
  width: 450px;
  height: 40px;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  border-radius: 40px;
  display: block;
}

.top_c .fr label .topc_txt {
  width: 100%;
  height: 100%;
  border: 0px;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.top_c .fr label .topc_txt::-moz-placeholder {
  color: #fff;
}

.top_c .fr label .topc_txt::-moz-placeholder {
  color: #fff;
}

.top_c .fr label .topc_txt:-ms-input-placeholder {
  color: #fff;
}

.top_c .fr label .topc_txt::-webkit-input-placeholder {
  color: #fff;
}

.top_c .fr label .topc_btn {
  width: 20px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 0px;
  border: 0px;
  cursor: pointer;
  background: url("../images/c_01.png") center no-repeat;
  background-size: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.top_c .fr p.p1 {
  width: calc(100% - 20px);
  overflow: hidden;
  margin-left: 20px;
  line-height: 20px;
}

.top_c .fr p.p1 a {
  float: left;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 20px;
}

.top_c .fr p.p1 a:hover {
  color: #fff;
}

.top_b {
  width: 100%;
  overflow: visible;
  height: 50px;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 995;
}

.top_b ul {
  font-size: 0px;
}

.top_b ul li {
  display: inline-block;
  margin: 0px 14px;
}

.top_b ul li .topb_t {
  width: 100%;
  overflow: hidden;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top_b ul li .topb_t a {
  color: #666;
}

.top_b ul li .topb_t::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-color: #d7231d;
  position: absolute;
  left: 0px;
  bottom: -5px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.top_b ul li:first-child {
  margin-left: 0px;
}

.top_b ul li:last-child {
  margin-right: 0px;
}

.top_b ul li .topb_c {
  width: 100%;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 60px;
  background-color: rgba(37, 175, 245, 0.9);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.top_b ul li .topb_c .wrap_c {
  padding: 30px 0px 20px 0px;
  overflow: hidden;
}

.top_b ul li .topb_c .fr {
  width: 41%;
  overflow: hidden;
}

.top_b ul li .topb_c .fr .tpbcr_t {
  width: 100%;
  height: 25px;
  overflow: hidden;
  position: relative;
  background: url("../images/n_02.png") repeat-x;
}

.top_b ul li .topb_c .fr .tpbcr_t label {
  width: 111px;
  height: 25px;
  font-family: SourceHanSansCN-Medium;
  display: block;
  overflow: hidden;
  color: #d7231d;
  text-indent: 15px;
  background: url("../images/n_01.png") center no-repeat;
  background-size: 100% 100%;
  text-align: left;
  line-height: 22px;
}

.top_b ul li .topb_c .fr .tpbcr_t label.color_01 {
  color: #333333;
}

.top_b ul li .topb_c .fr .tpbcr_c {
  width: 100%;
  overflow: hidden;
  padding: 0px 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.top_b ul li .topb_c .fr .tpbcr_c p {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.top_b ul li .topb_c .fr .tpbcr_c p a {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.top_b ul li .topb_c .fr .tpbcr_c p img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.top_b ul li .topb_c .fr .tpbcr_c p a:hover img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.top_b ul li .topb_c .fl {
  width: calc(59% - 35px);
  position: relative;
  height: 268px;
}

.top_b ul li .topb_c .fl::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px dashed #fff;
}

.top_b ul li .topb_c .fl dl {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-right: 50px;
}

.top_b ul li .topb_c .fl dl dd {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-align: left;
  line-height: 1.75;
  margin-bottom: 7px;
}

.top_b ul li .topb_c .fl dl dd:last-child {
  margin-bottom: 0px;
}

.top_b ul li .topb_c .fl dl dd a {
  color: rgba(255, 255, 255, 0.8);
}

.top_b ul li .topb_c .fl dl dd a:hover {
  color: #fff;
}

.top_b ul li .topb_c .fl dl:last-child {
  margin-right: 0px;
}

.top_b ul li .topb_c .fl1 {
  width: calc(59% - 35px);
  position: relative;
  height: 268px;
  float: left;
}

.top_b ul li .topb_c .fl1::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px dashed #fff;
}

.top_b ul li .topb_c .fl1 dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.top_b ul li .topb_c .fl1 dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  text-align: left;
  line-height: 20px;
  margin-bottom: 20px;
}

.top_b ul li .topb_c .fl1 dl dd .fl1_l {
  float: left;
  width: 110px;
  overflow: hidden;
  position: relative;
}

.top_b ul li .topb_c .fl1 dl dd .fl1_l a {
  color: #fff;
}

.top_b ul li .topb_c .fl1 dl dd .fl1_r {
  float: left;
  width: calc(100% - 110px);
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.top_b ul li .topb_c .fl1 dl dd .fl1_r::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 3px;
  border-left: 1px dashed rgba(255, 255, 255, 0.8);
}

.top_b ul li .topb_c .fl1 dl dd .fl1_r p {
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 7px;
}

.top_b ul li .topb_c .fl1 dl dd .fl1_r p:last-child {
  margin-bottom: 0px;
}

.top_b ul li .topb_c .fl1 dl dd .fl1_r p a {
  color: rgba(255, 255, 255, 0.8);
}

.top_b ul li .topb_c .fl1 dl dd .fl1_r p a:hover {
  color: #fff;
}

.top_b ul li.on .topb_t::before {
  bottom: 0px;
}

.top_b ul li.acitve .topb_t::before{bottom:0px;}

.top_b ul li.on .topb_c {
  display: block;
  top: 50px;
  height: auto;
  opacity: 1;
}

.other_top .top_c {
  background-color: #fcfbfd;
}

.other_top .top_c .fr label {
  border: 1px solid #666;
}

.other_top .top_c .fr label .topc_txt {
  color: #666;
}

.other_top .top_c .fr label .topc_txt::-moz-placeholder {
  color: #666;
}

.other_top .top_c .fr label .topc_txt::-moz-placeholder {
  color: #666;
}

.other_top .top_c .fr label .topc_txt:-ms-input-placeholder {
  color: #666;
}

.other_top .top_c .fr label .topc_txt::-webkit-input-placeholder {
  color: #666;
}

.other_top .top_c .fr label .topc_btn {
  background: url("../images/c_02.png") center no-repeat;
  background-size: 20px;
}

.other_top .top_c .fr p.p1 a {
  color: #666;
}

.other_top .top_b {
  background-color: #fcfbfd;
  text-align: right;
}

.other_top1 .top_b {
  text-align: right;
}

.top_empty {
  overflow: hidden;
  height: 177px;
}

.top_on .top_c {
  position: relative;
  margin-top: -80px;
}

.top_on .top_b {
  background-color: #fff;
}

.in_01 {
  overflow: hidden;
  position: relative;
}

.in_01 .img1 {
  width: 100%;
  display: block;
  height: 649px;
}

.banner_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.banner_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner_slide .swiper-slide .bs_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.banner_slide .swiper-slide .bs_bg img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: cover;
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.banner_slide11111 .swiper-slide-active .bs_bg img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.bs_spfr {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 30px;
  text-align: center;
  z-index: 999;
}

.bs_spfr .bs_sp {
  height: 14px;
}

.bs_spfr .bs_sp span {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0px 8px !important;
  padding: 0px;
  background-color: #fff;
  border-radius: 50%;
}

.bs_spfr .bs_sp span img {
  width: 100%;
  display: block;
}

.bs_spfr .bs_sp span.swiper-pagination-bullet-active {
  background-color: #029966;
  padding: 0px;
}

.in_02 {
  overflow: hidden;
  padding-top: 50px;
}

.in_02 .fl {
  width: 48%;
}

.in_02 .fr {
  width: 48%;
}

.in_02_t {
  width: 100%;
  overflow: hidden;
}

.in_02_t p {
  width: 100%;
  overflow: hidden;
}

.in_02_t p.p1 {
  position: relative;
  line-height: 50px;
  color: #d7231d;
  font-family: SourceHanSansCN-Medium;
}

.in_02_t p.p1::before {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.in_02_t p.p2 {
  line-height: 30px;
  height: 30px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #e79292;
  padding-top: 4px;
}

.in_02_t p.p2 span {
  float: left;
}

.in_02_t p.p2 a {
  float: right;
  color: #999;
  height: 30px;
  font-family: arial;
  display: inline-block;
  line-height: 40px;
}

.in_02_t p.p2 a:hover {
  color: #d7231d;
}

.in_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
}

.in_02_c ul li {
  width: 100%;
  overflow: hidden;
}

.in_02_c ul li:nth-child(1) {
  margin-bottom: 5px;
}

.in_02_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_02_c ul li em {
  width: 100%;
  display: block;
  font-style: normal;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_02_c ul li em.em1 {
  border: 2px solid #fff;
  border-radius: 3px;
}

.in_02_c ul li em.em1 img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02_c ul li .em2 {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
  color: #666;
}

.in_02_c ul li .em2 span.sp1 {
  float: left;
  position: relative;
  width: calc(100% - 100px);
  padding-left: 10px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in_02_c ul li .em2 span.sp1::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
}

.in_02_c ul li .em2 span.sp2 {
  float: right;
}

.in_02_c ul li a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in_02_c ul li a:hover em.em2 {
  color: #d7231d;
}

.in_02_c ul li a:hover em.em2 span.sp1::before {
  background-color: #d7231d;
}

.in_03 {
  overflow: hidden;
  margin-top: 30px;
}

.in_03_c {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_03_c .fl {
  width: 33%;
  overflow: hidden;
  border-radius: 3px;
}

.in_03_c .fl img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03_c .fl a:hover img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in_03_c .fc {
  float: left;
  width: 27%;
}

.in_03_c .fr {
  float: left;
  width: 27%;
}

.in_03c_t {
  width: 100%;
  overflow: hidden;
  line-height: 21px;
  margin-bottom: 5px;
  font-family: SourceHanSansCN-Medium;
}

.in_03c_t img {
  height: 21px;
  display: block;
  float: left;
}

.in_03c_t span {
  float: left;
  margin-left: 10px;
}

.in_03c_c {
  width: 100%;
  overflow: hidden;
}

.in_03c_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 1.5;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in_03c_c ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
}

.in_03c_c ul li a {
  color: #666;
}

.in_03c_c ul li:nth-child(1) a {
  color: #3f3f3f;
  font-family: SourceHanSansCN-Medium;
}

.in_03c_c ul li a:hover {
  color: #d7231d;
}

.in_03c_c ul li:hover::before {
  background-color: #d7231d;
}

.in_04 {
  overflow: hidden;
  background: url("../upimg/in_05.jpg") center no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding: 50px 0px 60px 0px;
}

.in_04_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.in_04_t p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.in_04_t p.p1 {
  font-family: SourceHanSansCN-Medium;
  line-height: 1.1;
}

.in_04_t p.p1 i {
  color: #d7231d;
}

.in_04_t p.p2 {
  line-height: 1.3;
  margin-top: 20px;
}

.in_04_tab {
  width: calc(100% - 40px);
  overflow: hidden;
  line-height: 25px;
  padding-top: 20px;
  position: relative;
  z-index: 999;
  padding-left: 40px;
}
.in_04_tab span{float:right;margin-right:30px;}

.in_04_tab a {
  display: inline-block;
  float: left;
  padding: 0px 8px;
  background-color: #d7231d;
  color: #fff;
  margin-left: 5px;
  border-radius: 6px 0px 0px 0px;position:relative;
}
.in_04_tab a:before{content:"";width:30px;height:30px;display:block;overflow:hidden;background:url("../upimg/tip_01.gif") center no-repeat;background-size:100%;position:absolute;left:-13px;top:-19px;}

.in_04_tab a.on {
  display: none;
}

.in_04cfr {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -20px;
}

.in_04cfr label {
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  line-height: 40px;
  z-index: 999;
  font-family: SourceHanSansCN-Medium;
}

.in_04_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  padding: 0px 40px 0px 40px;
  border: 1px solid #d7231d;
  border-top: 0px;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04_c .b1 {
  width: calc(50% - 80px);
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_04_c .b2 {
  width: calc(50% - 80px);
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in_04_c ul {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.in_04_c ul li {
  width: calc((100% - 60px) / 4);
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-top: 40px;
}

.in_04_c ul li:nth-child(4n) {
  margin-right: 0px;
}

.in_04_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.in_04_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04_c ul li em.em1 {
  position: relative;
}

.in_04_c ul li em.em1 img {
  width: 100%;
  display: block;
  height: 80px;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_04_c ul li em.em3 {
  width: 33px;
  height: 33px;
  overflow: hidden;
  position: absolute;
  right: 2px;
  top: 80px;
  margin-top: -16.5px;
  z-index: 999;
  border-radius: 50%;
}

.in_04_c ul li em.em3 img {
  width: 100%;
  display: block;
}

.in_04_c ul li em.em2 {
  padding: 0px 15px;
  padding-bottom: 10px;
}

.in_04_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #666;
}

.in_04_c ul li em.em2 .sp1 {
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 10px 0px 15px 0px;
  font-family: SourceHanSansCN-Medium;
}

.in_04_c ul li em.em2 .sp1::before {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0px;
}

.in_04_c ul li em.em2 .sp2 {
  line-height: 22px;
  height: 44px;
  margin-top: 5px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_04_c ul li a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in_04_c ul li a:hover em.em2 span {
  color: #d7231d;
}

.in_04_c p.p1 {
  width: 100%;
  overflow: hidden;
  text-align: right;
  line-height: 1.5;
  padding: 5px 0px;
}

.in_04_c p.p1 a {
  color: #999;
  text-transform: capitalize;
  font-family: arial;
}

.in_04_c p.p1 a:hover {
  color: #d7231d;
}

.in_05 {
  overflow: hidden;
  padding-top: 50px;
}

.in_05_t {
  width: 100%;
  overflow: hidden;
}

.in_05_t p {
  width: 100%;
  overflow: hidden;
}

.in_05_t p.p1 {
  text-align: center;
  color: #3f3f3f;
  font-family: SourceHanSansCN-Medium;
  line-height: 36px;
}

.in_05_t p.p1 label {
  display: inline-block;
}

.in_05_t p.p1 img {
  display: block;
  float: left;
  height: 36px;
}

.in_05_t p.p1 span {
  float: left;
  margin-left: 10px;
}

.in_05_t p.p2 {
  text-align: center;
  color: #666;
  line-height: 1.3;
  font-family: SourceHanSansCN-Medium;
  margin-top: 30px;
}
.in_05_t p.p2 a{text-decoration:underline;}

.in_05_t p.p2 i {
  color: #25aff5;
}

.in_05_t p.p3 {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_05_t p.p3 .lb1 {
  display: inline-block;
  width: 230px;
  height: 44px;
}

.in_05_t p.p3 .lb1 input.p3_txt {
  width: 100%;
  height: 42px;
  border: 1px solid #d7231d;
  padding: 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_05_t p.p3 .lb1 input.p3_txt::-moz-placeholder {
  color: #999;
}

.in_05_t p.p3 .lb1 input.p3_txt::-moz-placeholder {
  color: #999;
}

.in_05_t p.p3 .lb1 input.p3_txt:-ms-input-placeholder {
  color: #999;
}

.in_05_t p.p3 .lb1 input.p3_txt::-webkit-input-placeholder {
  color: #999;
}

.in_05_t p.p3 .lb1 input.p3_btn {
  width: 100%;
  height: 42px;
  border: 0px;
  cursor: pointer;
  background-color: #d7231d;
  color: #fff;
}

.in_05_c {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}

.in_05_c::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  overflow: hidden;
  background-color: #dcdcdc;
  position: absolute;
  left: 0px;
  bottom: 11px;
  z-index: 1;
}

.in_05_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.in_05_c ul li {
  width: 130px;
  overflow: hidden;
}

.in_05_c ul li p {
  width: 100%;
  overflow: hidden;
}

.in_05_c ul li p.p1 {
  text-align: center;
}

.in_05_c ul li p.p1 label {
  width: 100%;
  height: 43px;
  line-height: 43px;
  background-color: #25aff5;
  color: #fff;
  border-radius: 43px;
  display: block;
}

.in_05_c ul li p.p1 b {
  width: 14px;
  height: 10px;
  display: block;
  margin: 0px auto;
  padding: 0px;
  background: url("../images/in_02.png") center no-repeat;
  background-size: 100%;
}

.in_05_c ul li p.p2 {
  margin-top: 12px;
}

.in_05_c ul li p.p2 b {
  width: 22px;
  height: 22px;
  display: block;
  border: 1px solid #25aff5;
  background-color: #fff;
  border-radius: 50%;
  margin: 0px auto;
  padding: 0px;
}

.in_05_c ul li.on p.p1 label {
  background-color: #38be5f;
}

.in_05_c ul li.on p.p1 b {
  background: url("../images/in_03.png") center no-repeat;
  background-size: 100%;
}

.in_05_c ul li.on p.p2 b {
  border: 1px solid #38be5f;
}

.pgtcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.pgtcfr .pgtc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.pgtcfr .pgtc_c {
  width: 360px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  opacity: 0;
  top: 20px;
  background-color: #fff;
  border: 1px solid #d7231d;
  border-radius: 6px;
  -moz-box-shadow: 0px 0px 9px rgba(215, 35, 29, 0.21);
  -webkit-box-shadow: 0px 0px 9px rgba(215, 35, 29, 0.21);
  box-shadow: 0px 0px 9px rgba(215, 35, 29, 0.21);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pgtcfr .pgtc_c a.close {
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  background: url("../images/close.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
}

.pgtcfr .pgtc_c p {
  width: 280px;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
}

.pgtcfr .pgtc_c p.p1 {
  margin-top: 80px;
}

.pgtcfr .pgtc_c p.p1 input {
  width: 100%;
  height: 42px;
  border: 1px solid #e3e4e8;
  border-radius: 6px;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pgtcfr .pgtc_c p.p1 input::-moz-placeholder {
  color: #999;
}

.pgtcfr .pgtc_c p.p1 input::-moz-placeholder {
  color: #999;
}

.pgtcfr .pgtc_c p.p1 input:-ms-input-placeholder {
  color: #999;
}

.pgtcfr .pgtc_c p.p1 input::-webkit-input-placeholder {
  color: #999;
}

.pgtcfr .pgtc_c p.p2 {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.pgtcfr .pgtc_c p.p2 input {
  width: 200px;
  height: 42px;
  border: 0px;
  cursor: pointer;
  background-color: #d7231d;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_06 {
  overflow: hidden;
  padding-top: 50px;
}

.in_06_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.in_06_c .wrap_c {
  position: relative;
}

.in_06c_slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in_06c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.in_06cs_video {
  width: calc(100% - 250px);
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  opacity: 0;
}

.in_06cs_video img {
  width: 100%;
  display: block;
  height: 425px;
  object-fit: cover;
}

.in_06cs_video b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/in_04.png") center no-repeat;
  background-size: 30px;
  -webkit-animation: an_01 2.1s linear infinite;
  animation: an_01 2.1s linear infinite;
}

.in_06c_video {
  width: calc(100% - 250px);
  height: 425px;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 999;
}

.in_06c_video video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_06cs_x {
  width: calc(100% - 250px);
  overflow: hidden;
  opacity: 0;
}

.in_06cs_x img {
  width: 100%;
  display: block;
}

.in_06cs_info {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.in_06cs_info p {
  width: 100%;
  overflow: hidden;
  color: #666;
  line-height: 1.5;
}

.in_06cs_info p.p1 {
  line-height: 1.75;
  font-family: SourceHanSansCN-Medium;
  color: #3f3f3f;
}

.in_06cs_info p.p1 i {
  color: #d7231d;
}

.in_06c_r {
  width: 230px;
  height: 425px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
}

.in_06c_r ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.in_06c_r ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_06c_r ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_06c_r ul li em.em1 {
  position: relative;
}

.in_06c_r ul li em.em1 img {
  width: 100%;
  display: block;
  height: 98px;
  object-fit: cover;
}

.in_06c_r ul li em.em1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/in_04.png") center no-repeat;
  background-size: 20px;
  -webkit-animation: an_01 2.1s linear infinite;
  animation: an_01 2.1s linear infinite;
}

.in_06c_r ul li em.em2 {
  padding: 6px 10px;
  color: #3f3f3f;
  line-height: 1.3;
  font-family: SourceHanSansCN-Medium;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}

.in_06c_r ul li em.em2 i {
  color: #d7231d;
}

.in_06c_r ul li.on em.em1::before {
  display: none;
}

.in_07 {
  overflow: hidden;
  background: url("../upimg/in_18.jpg") center no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding: 60px 0px;
}

.in_07 .wrap_c {
  position: relative;
  overflow: hidden;
}

.in_07_t {
  width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
}

.in_07_t label {
  display: inline-block;
  font-family: SourceHanSansCN-Medium;
}

.in_07_t label img {
  display: block;
  height: 36px;
  float: left;
}

.in_07_t label span {
  float: left;
  color: #fff;
  margin-left: 10px;
}

.in_07_c {
  width: 100%;
  overflow: hidden;
  border: 1px solid #25aff5;
  position: relative;
  margin-top: 18px;
  border-top: 0px;
  padding: 30px 0px;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_07_c .b1 {
  width: calc(50% - 298px);
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #25aff5;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_07_c .b2 {
  width: calc(50% - 298px);
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #25aff5;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in_07c_t {
  width: 100%;
  overflow: hidden;
  padding: 0px 60px;
  text-align: center;
  margin-top: 30px;
  font-family: SourceHanSansCN-Medium;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_07c_t p {
  width: 100%;
  overflow: hidden;
  color: #fff;
  line-height: 1.3;
}

.in_07c_c {
  width: 100%;
  overflow: hidden;
  padding: 0px 60px;
  margin-top: 30px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_07c_c .in_07cc_slide {
  width: 100%;
  overflow: hidden;
}

.in_07c_c .in_07cc_slide .swiper-slide {
  width: 20%;
  overflow: hidden;
}

.in_07c_c .in_07cc_slide .swiper-slide a {
  width: 100%;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_07c_c .in_07cc_slide .swiper-slide em {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em1 {
  margin-top: 20px;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em1 i {
  width: 85px;
  display: block;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em1 img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em1 i b {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  z-index: 999;
  border: 1px solid #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #d7231d;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em2 {
  margin-top: 10px;
  padding-bottom: 15px;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em2 span.sp1 {
  color: #3f3f3f;
  font-family: SourceHanSansCN-Medium;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em2 span.sp2 {
  color: #999;
  line-height: 20px;
  padding: 5px 0px;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em2 span.sp2 i {
  display: inline-block;
  background: url("../images/in_05.png") left center no-repeat;
  background-size: 10px;
  padding-left: 12px;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em2 span.sp3 {
  color: #999;
  line-height: 1.1;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em2 span.sp3 i {
  color: #4d4d4d;
  font-weight: bold;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em2 span.sp4 {
  margin-top: 10px;
}

.in_07c_c .in_07cc_slide .swiper-slide em.em2 span.sp4 i {
  width: calc(100% - 20px);
  margin: 0px auto;
  padding: 0px;
  height: 30px;
  color: #fff;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #25aff5;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.in_07c_c .in_07cc_prev {
  width: 24px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ab_01.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 15px;
  top: 0px;
  z-index: 999;
}

.in_07c_c .in_07cc_next {
  width: 24px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ab_02.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 999;
}

.in_07c_b {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  padding: 0px 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_07c_b p {
  width: 100%;
  overflow: hidden;
  color: #fff;
  line-height: 1.5;
}

.in_07c_b p.p1 {
  font-family: SourceHanSansCN-Medium;
}

.in_08 {
  overflow: hidden;
  margin-top: 50px;
}

.in_08 .fl {
  width: 32%;
  overflow: hidden;
}

.in_08 .fr {
  width: calc(68% - 50px);
  overflow: hidden;
}

.in_08_t {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #d7231d;
  line-height: 26px;
  padding-bottom: 10px;
}

.in_08_t span {
  float: left;
}

.in_08_t span img {
  display: block;
  float: left;
  height: 26px;
  margin-right: 20px;
}

.in_08_t span i {
  float: left;
  font-family: SourceHanSansCN-Medium;
}

.in_08_t a {
  float: right;
  text-transform: capitalize;
  position: relative;
  top: 4px;
  font-family: Arial;
  color: #d7231d;
}

.in_08_c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.in_08_c ul li {
  width: 100%;
  overflow: hidden;
}

.in_08_c ul li:nth-child(1) {
  margin-bottom: 5px;
}

.in_08_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_08_c ul li em {
  width: 100%;
  display: block;
  font-style: normal;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_08_c ul li em.em1 {
  border: 2px solid #fff;
  border-radius: 3px;
}

.in_08_c ul li em.em1 img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 80px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_08_c ul li .em2 {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
  color: #666;
}

.in_08_c ul li .em2 span.sp1 {
  float: left;
  position: relative;
  width: calc(100% - 100px);
  padding-left: 10px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in_08_c ul li .em2 span.sp1::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
}

.in_08_c ul li .em2 span.sp2 {
  float: right;
}

.in_08_c ul li a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in_08_c ul li a:hover em.em2 {
  color: #d7231d;
}

.in_08_c ul li a:hover em.em2 span.sp1::before {
  background-color: #d7231d;
}

.inr_08_c {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 257px;
  margin-top: 20px;
  background-color: #f5f4f9;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.inr_08_c .inr_08c_prev {
  width: 30px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #d9d9dc;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.inr_08_c .inr_08c_prev::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/in_06.svg") center no-repeat;
  background-size: 15px;
}

.inr_08_c .inr_08c_next {
  width: 30px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #d9d9dc;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
}

.inr_08_c .inr_08c_next::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/in_08.svg") center no-repeat;
  background-size: 15px;
}

.inr_08c_slide {
  width: calc(100% - 60px - 20px);
  height: 245px;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  margin-top: 6px;
}

.inr_08c_slide .swiper-slide {
  width: 30%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.inr_08c_slide .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 245px;
}

.cgaltcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999999999999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.cgaltcfr .cgaltc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.79);
}

.cgaltcfr .cgaltc_c {
  width: 360px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 0px 40px;
  opacity: 0;
  top: 20px;
  display: none;
  background-color: #fff;
  border: 1px solid #d7231d;
  border-radius: 6px;
  -moz-box-shadow: 0px 0px 9px rgba(215, 35, 29, 0.21);
  -webkit-box-shadow: 0px 0px 9px rgba(215, 35, 29, 0.21);
  box-shadow: 0px 0px 9px rgba(215, 35, 29, 0.21);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cgaltcfr .cgaltc_c a.close {
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  background: url("../images/close.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
}

.cgaltcfr .cgaltc_c p {
  width: 100%;
  overflow: hidden;
}

.cgaltcfr .cgaltc_c p.p1 {
  margin-top: 70px;
  margin-bottom: 20px;
}

.cgaltcfr .cgaltc_c p.p2 {
  margin-bottom: 40px;
}

.cgaltcfr .cgaltc_c p span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.cgaltcfr .cgaltc_c p span.sp1 {
  line-height: 34px;
  color: #666;
}

.cgaltcfr .cgaltc_c p span.sp1 i {
  color: #d7231d;
}

.cgaltcfr .cgaltc_c p span.sp2 {
  line-height: 45px;
  position: relative;
}

.cgaltcfr .cgaltc_c p span.sp2 input.cgal_txt {
  width: 100%;
  height: 42px;
  padding: 0px 10px 0px 62px;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cgaltcfr .cgaltc_c p span.sp2 select {
  width: 52px;
  height: 38px;
  border: 0px;
  border-right: 1px solid #eee;
  position: absolute;
  left: 4px;
  top: 4px;
  color: #666;
}

.cgaltcfr .cgaltc_c p span.sp2 input.cgal_txt1 {
  width: calc(100% - 132px);
  height: 42px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cgaltcfr .cgaltc_c p span.sp2 .yzm {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #d7231d;
  color: #fff;
  border-radius: 3px;
  padding: 0px 10px;
}

.cgaltcfr .cgaltc_c p span.sp3 {
  color: #999;
  line-height: 1.5;
  margin-top: 10px;
}

.cgaltcfr .cgaltc_c p.p2 {
  margin-top: 20px;
}

.cgaltcfr .cgaltc_c input.cgal_btn {
  width: 100%;
  height: 42px;
  border: 0px;
  background-color: #d7231d;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.cgaltcfr .cgaltc_c2 {
  width: 990px;
  overflow: hidden;
  position: relative;
  z-index: 999;
  display: none;
  opacity: 0;
  top: 10px;
}

.cgaltcfr .cgaltc_c2 .close {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  background: url("../images/close1.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9999;
}

.cgaltcfr .cgaltc_c2 .cgaltc2_prev {
  width: 40px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_06.svg") center no-repeat;
  background-size: 100%;
  z-index: 999;
  position: absolute;
  left: 0px;
  top: 0px;
}

.cgaltcfr .cgaltc_c2 .cgaltc2_next {
  width: 40px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_08.svg") center no-repeat;
  background-size: 100%;
  z-index: 999;
  position: absolute;
  right: 0px;
  top: 0px;
}

.cgaltc2_slide {
  width: calc(100% - 180px);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  margin-top: 25px;
}

.cgaltc2_slide .swiper-slide {
  width: 445px;
  overflow: hidden;
}

.cgaltc2_slide .swiper-slide img {
  width: 100%;
  display: block;
}

.cgaltc2_slide .swiper-slide span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.cgaltc2_slide .swiper-slide-active span {
  opacity: 1;
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  margin-top: 10px;
}

.btnfr {
  overflow: hidden;
  background-color: #bebdbf;
  margin-top: 60px;
  padding: 40px 0px 0px 0px;
}

.btn_01 {
  width: 100%;
  overflow: hidden;
}

.btn_01 .fl p {
  width: 100%;
  overflow: hidden;
}

.btn_01 .fl p.p1 img {
  display: block;
  height: 40px;
}

.btn_01 .fl p.p2 {
  margin-top: 15px;
}

.btn_01 .fl p.p2 label {
  width: 120px;
  display: block;
  overflow: hidden;
  float: left;
  margin-left: 14px;
}

.btn_01 .fl p.p2 label:nth-child(1) {
  margin-left: 0px;
}

.btn_01 .fl p.p2 label img {
  width: 100%;
  display: block;
}

.btn_01 .fl p.p2 label span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  margin-top: 10px;
}

.btn_01 .fl p.p3 {
  margin-top: 20px;
  background: url("../images/btn_01.png") left bottom no-repeat;
  background-size: 40px;
  padding-left: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.btn_01 .fl p.p3 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.btn_01 .fl p.p3 span.sp1 i {
  display: inline-block;
  color: #999;
  background-color: #fff;
  border-radius: 3px;
  padding: 0px 5px;
  font-family: SourceHanSansCN-Medium;
}

.btn_01 .fl p.p3 span.sp2 {
  color: #fff;
  line-height: 1.1;
  margin-top: 5px;
}

.btn_01 dl {
  margin: 0px;
  padding: 0px;
  float: left;
}

.btn_01 dl:nth-child(2) {
  margin-left: 20px;
}

.btn_01 dl:nth-child(3) {
  margin-left: 20px;
}

.btn_01 dl dt {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  line-height: 17px;
  margin-bottom: 20px;
}

.btn_01 dl dt img {
  display: block;
  height: 17px;
  float: left;
}

.btn_01 dl dt span {
  float: left;
  color: #fff;
  margin-left: 10px;
}

.btn_01 dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px;
  line-height: 20px;
  position: relative;
}

.btn_01 dl dd:last-child {
  margin-bottom: 0px;
}

.btn_01 dl dd::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}

.btn_01 dl dd a {
  float: left;
  color: #fff;
  margin-left: 10px;
}

.btn_01 dl:nth-child(2) dd a:nth-child(1) {
  width: 48px;
}

.btn_01 dl:nth-child(2) dd a:nth-child(2) {
  width: 48px;
}

.btn_02 {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding: 20px 0px;
  line-height: 1.5;
  color: #fff;
}

.btn_02 .wrap_c {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-between;
}

.btn_02 p {
  line-height: 1.5;
}

.subfr {
  overflow: hidden;
  height: 222px;
  position: relative;
}

.subfr img.img1 {
  width: 100%;
  height: 222px;
  display: block;
  object-fit: cover;
  object-position: left center;
}

.subfr::before {
  content: "";
  width: calc((100% - 999px) / 2 + 252px);
  height: 100%;
  display: block;
  border-top: 2px solid #d7231d;
  border-bottom: 2px solid #d7231d;
  overflow: hidden;
  background-color: #f5f4f9;
  position: absolute;
  right: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sub_c {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sub_c .fr {
  width: 252px;
  height: 222px;
  position: relative;
  overflow: hidden;
  background-color: #f5f4f9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.sub_c .fr img {
  display: block;
  max-width: 100%;
  max-height: 222px;
}

.sub_c .fr::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 2px solid #d7231d;
  border-right: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.navfr {
  overflow: hidden;
  margin-top: 60px;
}

.navfr ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.navfr ul::before {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  left: 0px;
  top: 0px;
}

.navfr ul li {
  float: left;
  margin-left: 60px;
  line-height: 40px;
  padding-bottom: 7px;
  position: relative;
  z-index: 9;
}

.navfr ul li:nth-child(1) {
  margin-left: 20px;
}

.navfr ul li a {
  color: rgba(255, 255, 255, 0.6);
}

.navfr ul li.on a {
  color: #fff;
}

.navfr ul li.on::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.nav_b {
  overflow: hidden;
  color: #3f3f3f;
}

.nav_b p {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #d7231d;
  padding: 5px 0px;
}

.nlist_01 {
  overflow: hidden;
}

.nlist_01 ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #cacacc;
  padding: 26px 0px;
}

.nlist_01 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.nlist_01 ul li em {
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.nlist_01 ul li em.em1 {
  width: 320px;
  height: 166px;
  overflow: hidden;
  float: left;
  border-radius: 8px;
}

.nlist_01 ul li em.em1 img {
  width: 100%;
  display: block;
  height: 166px;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.nlist_01 ul li em.em2 {
  float: right;
  width: calc(100% - 320px - 30px);
}

.nlist_01 ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.nlist_01 ul li em.em2 span.sp1 {
  line-height: 1;
  color: #3f3f3f;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nlist_01 ul li em.em2 span.sp2 {
  margin-top: 15px;
  line-height: 20px;
}

.nlist_01 ul li em.em2 span.sp2 i {
  display: inline-block;
  float: left;
  color: #999;
  font-family: SourceHanSerifCN_Medium;
  position: relative;
  padding-left: 16px;
  margin-left: 80px;
}

.nlist_01 ul li em.em2 span.sp2 i::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #999999;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
}

.nlist_01 ul li em.em2 span.sp2 i:nth-child(1) {
  margin-left: 0px;
}

.nlist_01 ul li em.em2 span.sp3 {
  color: #3f3f3f;
  line-height: 24px;
  margin-top: 2px;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nlist_01 ul li em.em2 span.sp4 {
  text-align: right;
  margin-top: 14px;
}

.nlist_01 ul li em.em2 span.sp4 i {
  display: inline-block;
  line-height: 40px;
  padding: 0px 20px;
  background-color: #d7231d;
  color: #fff;
  border-radius: 40px;
}

.nlist_01 ul li a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.nlist_01 ul li a:hover em.em2 span.sp1 {
  color: #d7231d;
}

.pagesfr {
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
  color: #999;
}

.pagesfr div {
  display: inline-block;
}

.pagesfr a {
  float: left;
  color: #999;
  margin: 0px 8px;
}

.pagesfr a:hover {
  color: #d7231d;
}
.pagesfr a.on {
  color: #d7231d;
}

.pagesfr span {
  float: left;
  margin: 0px 8px;
}

.nxq_01 {
  overflow: hidden;
  margin-top: 40px;
  line-height: 1.5;
}

.nxq_01 a {
  float: left;
  color: #999;
}

.nxq_01 i {
  float: left;
  color: #999;
  margin: 0px 10px;
}

.nxq_02 {
  overflow: hidden;
  margin-top: 5px;
}

.nxq_02 .wrap_c {
  overflow: hidden;
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #fff;
}

.nxq_02_t {
  width: calc(100% - 80px);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  border-bottom: 2px solid #c9c9c9;
  padding-bottom: 10px;
}

.nxq_02_t h1 {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  color: #3f3f3f;
  line-height: 1.5;
  margin-top: 25px;
}

.nxq_02_t p {
  width: 100%;
  overflow: hidden;
  text-align: right;
  margin-top: 10px;
  color: #999;
}

.nxq_02_c {
  width: calc(100% - 80px);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  margin-top: 25px;
  padding-bottom: 70px;
}

.nxq_02_c img {
  max-width: 100%;
  height: auto !important;display:inline-block;
}

.nxq_02c_style1 {
  width: 100%;
  overflow: hidden;
  background-color: #d7231d;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.gjdb_01 {
  overflow: hidden;
  margin-top: 50px;
}

.gjdb_01 p {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #d7231d;
  padding-bottom: 20px;
  line-height: 25px;
  font-family: SourceHanSansCN-Medium;
}

.gjdb_01 p img {
  display: block;
  height: 25px;
  float: left;
  margin-top: 2px;
}

.gjdb_01 p span {
  display: inline-block;
  float: left;
  color: #d7231d;
  margin-left: 20px;
  border-bottom: 2px solid #d7231d;
  padding-bottom: 4px;
}

.gjdb_02 {
  overflow: hidden;
  line-height: 1.5;
  color: #666;
  font-family: SourceHanSerifCN_Medium;
  margin-top: 30px;
}

.gjdb_03 {
  overflow: hidden;
  margin-top: 10px;
}

.gjdb_03 .wrap_c {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.gjdb_03_li {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.gjdb_03_li .fl {
  width: 177px;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #c9c9c9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.gjdb_03_li .fl img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.gjdb_03_li .fl span {
  color: #d7231d;
  position: relative;
  z-index: 999;
}

.gjdb_03_li .fr {
  width: calc(100% - 177px);
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.gjdb_03_li .fr ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
  background-color: #c9c9c9;
}

.gjdb_03_li .fr ul li {
  background-color: #fff;
  height: 160px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.gjdb_03_li .fr ul li label {
  display: inline-block;
  cursor: pointer;
}

.gjdb_03_li .fr ul li img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 62px;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.gjdb_03_li .fr ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 1.1;
  margin-top: 20px;
}

.gjdb_03_li .fr ul li::before {
  content: "";
  width: 50px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  right: -50px;
  top: 0px;
  z-index: 990;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.gjdb_03_li .fr ul li::after {
  content: "";
  width: 50px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/db_01.png") center no-repeat;
  background-size: 26px;
  position: absolute;
  right: 0px;
  opacity: 0;
  top: 10px;
  z-index: 991;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.gjdb_03_li .fr ul li.on::before {
  right: 0px;
}

.gjdb_03_li .fr ul li.on::after {
  opacity: 1;
  top: 0px;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}

.gjdb_03_li .fr ul li.no {
  cursor: default;
}

.gjdb_03_li .fr ul li.no label {
  cursor: default;
}

.gjdb_03_li_empty {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background-color: #ececec;
}

.gjdb_03_li1 {
  border-top: 1px solid #c9c9c9;
}

.gjdb_03_a {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
}

.gjdb_03_a a {
  display: inline-block;
  line-height: 50px;
  padding: 0px 80px;
  background-color: #d7231d;
  border-radius: 6px;
  color: #fff;
}

.gjdb_03_lab {
  width: 100%;
  overflow: hidden;
  color: #666;
  padding: 0px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 20px;
}

.dbxq_01 {
  overflow: hidden;
  margin-top: 10px;
}

.dbxq_01 ul {
  width: 100%;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  background-color: #c9c9c9;
  display: grid;
  grid-template-columns: 177px repeat(3, 1fr);
  grid-gap: 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dbxq_01 ul li {
  background-color: #fff;
  height: 180px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.dbxq_01 ul li:nth-child(1) {
  padding: 0px 20px;
}

.dbxq_01 ul li:nth-child(1) p {
  width: 100%;
  overflow: hidden;
}

.dbxq_01 ul li:nth-child(1) p.p1 {
  color: #d7231d;
  line-height: 1.1;
}

.dbxq_01 ul li:nth-child(1) p.p2 {
  color: #3f3f3f;
  line-height: 25px;
  margin: 5px 0px;
}

.dbxq_01 ul li:nth-child(1) p.p2 label {
  display: inline-block;
  cursor: pointer;
}

.dbxq_01 ul li:nth-child(1) p.p2 label input {
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 5px 5px 0px 0px;
  background: url("../images/db_02.jpg") center no-repeat;
  background-size: 100% 100%;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.dbxq_01 ul li:nth-child(1) p.p2 label input:checked {
  background: url("../images/db_03.jpg") center no-repeat;
  background-size: 100% 100%;
  outline: none;
}

.dbxq_01 ul li:nth-child(1) p.p3 {
  margin-top: 30px;
}

.dbxq_01_c1 {
  width: 100%;
  overflow: hidden;
}

.dbxq_01 ul li label {
  display: inline-block;
  cursor: pointer;
}

.dbxq_01 ul li label img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 62px;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.dbxq_01 ul li label span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 1.1;
  margin-top: 20px;
}

.dbxq_01 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.dbxq_01 ul li a img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 98px;
}

.dbxq_01 ul li a span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.dbxq_01 ul li a span.sp1 {
  color: #999;
  line-height: 1;
  margin-top: 5px;
}

.dbxq_01 ul li a span.sp2 {
  width: calc(100% - 40px);
  max-width: 140px;
  height: 36px;
  color: #fff;
  margin: 0px auto;
  padding: 0px;
  margin-top: 5px;
  background-color: #999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.dbxq_01 ul li a span.sp2 i {
  display: inline-block;
  background: url("../images/db_05.svg") left 5px no-repeat;
  background-size: 16px;
  padding-left: 20px;
}

.dbxq_02 {
  overflow: hidden;
  font-family: SourceHanSansCN-Medium;
}

.dbxq_02 label {
  width: 100%;
  display: block;
  border: 1px solid #c9c9c9;
  padding: 0px 20px;
  border-top: 0px;
  border-bottom: 0px;
  overflow: hidden;
  height: 40px;
  color: #d7231d;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ececec;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dbxq_03 {
  overflow: hidden;
}

.dbxq_03 ul {
  width: 100%;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  background-color: #c9c9c9;
  border-bottom: 0px;
  display: grid;
  grid-template-columns: 177px repeat(3, 1fr);
  grid-gap: 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dbxq_03 ul li {
  background-color: #fff;
  padding: 15px 20px;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dbxq_03 ul li.li1 {
  font-family: SourceHanSansCN-Medium;
}

.dbxq_03 ul:last-child {
  border-bottom: 1px solid #c9c9c9;
}

.dbxq_03 span {
  color: #3f3f3f;
}

.dbxq_03 span.color_01 {
  color: #d7231d;
}

.dbtjtcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.dbtjtcfr .dbtjtc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.79);
}

.dbtjtcfr .dbtjtc_c {
  width: 360px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 0px 40px;
  opacity: 0;
  top: 20px;
  display: none;
  background-color: #fff;
  border: 1px solid #d7231d;
  border-radius: 6px;
  -moz-box-shadow: 0px 0px 9px rgba(215, 35, 29, 0.21);
  -webkit-box-shadow: 0px 0px 9px rgba(215, 35, 29, 0.21);
  box-shadow: 0px 0px 9px rgba(215, 35, 29, 0.21);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dbtjtcfr .dbtjtc_c a.close {
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  background: url("../images/close.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
}

.dbtjtcfr .dbtjtc_c p {
  width: 100%;
  overflow: hidden;
}

.dbtjtcfr .dbtjtc_c p.p1 {
  margin-top: 70px;
  margin-bottom: 20px;
}

.dbtjtcfr .dbtjtc_c p.p2 {
  margin-bottom: 40px;
}

.dbtjtcfr .dbtjtc_c p span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.dbtjtcfr .dbtjtc_c p span.sp1 {
  line-height: 34px;
  color: #666;
}

.dbtjtcfr .dbtjtc_c p span.sp1 i {
  color: #d7231d;
}

.dbtjtcfr .dbtjtc_c p span.sp2 {
  line-height: 45px;
  position: relative;
}

.dbtjtcfr .dbtjtc_c p span.sp2 input.cgal_txt {
  width: 100%;
  height: 42px;
  padding: 0px 10px 0px 62px;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dbtjtcfr .dbtjtc_c p span.sp2 select {
  width: 52px;
  height: 38px;
  border: 0px;
  border-right: 1px solid #eee;
  position: absolute;
  left: 4px;
  top: 4px;
  color: #666;
}

.dbtjtcfr .dbtjtc_c p span.sp2 input.cgal_txt1 {
  width: calc(100% - 132px);
  height: 42px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dbtjtcfr .dbtjtc_c p span.sp2 .yzm {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #d7231d;
  color: #fff;
  border-radius: 3px;
  padding: 0px 10px;
}

.dbtjtcfr .dbtjtc_c p span.sp3 {
  color: #999;
  line-height: 1.5;
  margin-top: 10px;
}

.dbtjtcfr .dbtjtc_c p.p2 {
  margin-top: 20px;
}

.dbtjtcfr .dbtjtc_c input.dbtc_btn {
  width: 100%;
  height: 42px;
  border: 0px;
  background-color: #d7231d;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.ym_01 {
  overflow: hidden;
  margin-top: 50px;
}

.ym_01_t {
  width: 100%;
  overflow: hidden;
  line-height: 34px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d7231d;
  color: #3f3f3f;
  font-family: SourceHanSansCN-Medium;
}

.ym_01_t span {
  float: left;
  display: inline-block;
}

.ym_01_t span.sp1 {
  color: #d7231d;
  border-bottom: 2px solid #d7231d;
}

.ym_01_t span.sp2 {
  border-bottom: 2px solid #d7231d;
}

.ym_01_t i {
  float: left;
  margin-left: 20px;
}

.ym_01_t label {
  display: inline-block;
}

.ym_01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.ym_01_c .fr {
  width: 306px;
  overflow: hidden;
}

.ym_01_c .fr img {
  width: 100%;
  display: block;
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ym_01_c .fr p {
  font-family: SourceHanSerifCN_Medium;
  text-align: right;
  line-height: 1.5;
  color: #3f3f3f;
  margin-top: 5px;
}

.ym_01_c .fl {
  width: calc(100% - 306px - 40px);
  overflow: hidden;
}

.ym_01_c .fl p {
  width: 100%;
  overflow: hidden;
  color: #3f3f3f;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ym_01_c .fl p::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 13px;
}

.ym_01_c .fl p:last-child {
  margin-bottom: 0px;
}

.ym_01_c .fl p.p1 {
  padding-left: 0px;
  margin-bottom: 0px;
}

.ym_01_c .fl p.p1::before {
  display: none;
}

.ym_02 {
  overflow: hidden;
  margin-top: 50px;
}

.ym_02_t {
  width: 100%;
  overflow: hidden;
  color: #3f3f3f;
  line-height: 1.5;
  margin-top: 20px;
}

.ym_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.ym_02_c ul {
  width: 100%;
  display: grid;
  grid-template-columns: 45% 45%;
  grid-column-gap: 10%;
  grid-row-gap: 30px;
}

.ym_02_c ul li {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ym_02_c ul li img {
  width: 28px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ym_02_c ul li p {
  width: 100%;
  overflow: hidden;
  color: #999;
  line-height: 1.5;
}

.ym_02_c ul li p.p1 {
  line-height: 1;
  font-family: SourceHanSansCN-Medium;
  margin-bottom: 15px;
  color: #666;
}

.ym_02_c ul li p i {
  color: #d7231d;
  font-weight: bold;
}

.ym_03 {
  overflow: hidden;
  margin-top: 50px;
}

.ym_03 .ym_01_t {
  text-align: center;
}

.ym_03 .ym_02_t {
  text-align: center;
}

.ym_03_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.ym_03_c img.img1 {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 40%;
}

.ym_03_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.ym_03_c ul li {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #d7231d;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ym_03_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ym_03_c ul li em.em1 {
  position: relative;
}

.ym_03_c ul li em.em1 img {
  width: 100%;
  display: block;
  height: 100px;
  object-fit: cover;
}

.ym_03_c ul li em.em1 span {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  background-color: #3f3f3f;
  line-height: 30px;
  padding: 0px 10px;
  border-radius: 3px 0px 3px 0px;
}

.ym_03_c ul li em.em2 {
  text-align: center;
  position: relative;
  margin-top: -15px;
}

.ym_03_c ul li em.em2 img {
  display: block;
  height: 30px;
  margin: 0px auto;
  padding: 0px;
}

.ym_03_c ul li em.em3 {
  padding: 10px 10px 0px 10px;
}

.ym_03_c ul li em.em3 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.ym_03_c ul li em.em3 span.sp1 {
  color: #3f3f3f;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.ym_03_c ul li em.em3 span.sp2 {
  line-height: 1.5;
  color: #666;
}

.ym_03_c ul li em.em3 span.sp2 i.i1 {
  display: inline-block;
  float: left;
}

.ym_03_c ul li em.em3 span.sp2 i.i2 {
  float: right;
  display: inline-block;
  color: #d7231d;
}

.ym_03_c ul li em.em4 {
  padding: 10px 10px 15px 10px;
}

.ym_03_c ul li em.em4 a {
  float: left;
  width: 46%;
  height: 30px;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  color: #fff;
  border-radius: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ym_03_c ul li em.em4 a:nth-child(2) {
  float: right;
}

.sitefr {
  overflow: hidden;
  line-height: 1.5;
  padding: 10px 0px;
  color: #999;
}

.sitefr a {
  float: left;
  color: #999;
}

.sitefr i {
  float: left;
  margin: 0px 10px;
  color: #999;
}

.xmxq_01 {
  overflow: hidden;
  margin-top: 20px;
}

.xmxq_01_t {
  width: 100%;
  overflow: hidden;
  color: #3f3f3f;
  margin-top: 20px;
}

.ym_01_c .fr1 {
  float: right;
  width: 296px;
}

.ym_01_c .fr1 p {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.ym_01_c .fr1 img {
  width: 100%;
  display: block;
}

.ym_01_c .fl1 {
  width: 552px;
  overflow: hidden;
  float: left;
}

.ym_01_c .fl1 p {
  width: 100%;
  overflow: hidden;
  color: #3f3f3f;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ym_01_c .fl1 p::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 13px;
}

.ym_01_c .fl1 p:last-child {
  margin-bottom: 0px;
}

.ym_01_c .fl1 p.p1 {
  padding-left: 0px;
  margin-bottom: 0px;
}

.ym_01_c .fl1 p.p1::before {
  display: none;
}

.xmxq_02 {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}

.xmxq_02 .wrap_c {
  position: relative;
}

.xmxq_02 .xq02_bg {
  display: block;
  height: 266px;
  position: absolute;
  right: -20%;
  bottom: 0px;
}

.xmxq_02_t {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.xmxq_02_t .fl {
  width: 216px;
  overflow: hidden;
  position: relative;
}

.xmxq_02_t .fl img.img1 {
  width: 100%;
  display: block;
}

.xmxq_02_t .fl label {
  width: 188px;
  display: block;
  height: 188px;
  overflow: hidden;
  position: absolute;
  left: 14px;
  top: 14px;
  border-radius: 50%;
}

.xmxq_02_t .fl label img {
  width: 100%;
  display: block;
}

.xmxq_02_t .fr {
  width: calc(100% - 216px - 40px);
}

.xmxq_02tr_t {
  width: 100%;
  overflow: hidden;
  font-family: SourceHanSansCN-Medium;
}

.xmxq_02tr_t span {
  display: inline-block;
  color: #b27304;
  border-top: 2px solid #d7231d;
  line-height: 1;
  padding-top: 10px;
}

.xmxq_02tr_c {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}

.xmxq_02tr_c p {
  width: 100%;
  overflow: hidden;
  color: #666;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_02tr_c p::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 13px;
}

.xmxq_02tr_c p:last-child {
  margin-bottom: 0px;
}

.xmxq_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.xmxq_02_c ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.xmxq_02_c ul li {
  cursor: pointer;
  position: relative;
}

.xmxq_02_c ul li .xq02c_img {
  width: 86px;
  overflow: hidden;
  border-radius: 50%;
  height: 86px;
  border: 4px solid #e7970a;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_02_c ul li .xq02c_img img {
  width: 100%;
  display: block;
}

.xmxq_02_c ul li .xq02c_txt {
  display: none;
}

.xmxq_02_c ul li .xq02c_txt .xq02ctc_t p {
  width: 100%;
  overflow: hidden;
}

.xmxq_02_c ul li .xq02c_txt .xq02ctc_t p.p1 {
  color: #b27304;
  line-height: 1.3;
  font-family: SourceHanSansCN-Medium;
}

.xmxq_02_c ul li .xq02c_txt .xq02ctc_t p.p1 i {
  display: inline-block;
  border-bottom: 2px solid #d7231d;
  padding-bottom: 5px;
}

.xmxq_02_c ul li .xq02c_txt .xq02ctc_t p.p2 {
  color: #b27304;
  font-family: SourceHanSansCN-Medium;
}

.xmxq_02_c ul li .xq02c_txt .xq02ctc_c {
  width: 100%;
  overflow: hidden;
  padding: 5px 0px 5px 0px;
}

.xmxq_02_c ul li .xq02c_txt .xq02ctc_c p {
  width: 100%;
  overflow: hidden;
  color: #666;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
  line-height: 22px;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_02_c ul li .xq02c_txt .xq02ctc_c p::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 9px;
}

.xmxq_02_c ul li .xq02c_txt .xq02ctc_c p:last-child {
  margin-bottom: 0px;
}

.xmxq02_cfr {
  width: 500px;
  min-height: 225px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
}

.xmxq02_cfr b.b1 {
  width: 22px;
  height: 32px;
  display: block;
  overflow: hidden;
  z-index: 99;
  background: url("../images/xmxq_01.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 60px;
}

.xmxq02_cfr .xq02ct_c {
  width: calc(100% - 22px);
  overflow: hidden;
  position: relative;
  border: 1px solid #d1a14b;
  padding: 10px 20px;
  background-color: #fff;
  left: 21px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq02_cfr .xq02ct_c .xq02ctc_t {
  width: 100%;
  overflow: hidden;
}

.xmxq02_cfr .xq02ct_c .xq02ctc_t p {
  width: 100%;
  overflow: hidden;
}

.xmxq02_cfr .xq02ct_c .xq02ctc_t p.p1 {
  color: #b27304;
  line-height: 1.3;
  font-family: SourceHanSansCN-Medium;
}

.xmxq02_cfr .xq02ct_c .xq02ctc_t p.p1 i {
  display: inline-block;
  border-bottom: 2px solid #d7231d;
  padding-bottom: 5px;
}

.xmxq02_cfr .xq02ct_c .xq02ctc_t p.p2 {
  color: #b27304;
  font-family: SourceHanSansCN-Medium;
}

.xmxq02_cfr .xq02ct_c .xq02ctc_c {
  width: 100%;
  overflow: hidden;
  padding: 5px 0px 5px 0px;
}

.xmxq02_cfr .xq02ct_c .xq02ctc_c p {
  width: 100%;
  overflow: hidden;
  color: #666;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
  line-height: 22px;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq02_cfr .xq02ct_c .xq02ctc_c p::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 9px;
}

.xmxq02_cfr .xq02ct_c .xq02ctc_c p:last-child {
  margin-bottom: 0px;
}

.xq02ct_crt b.b1 {
  background: url("../images/xmxq_02.png") center no-repeat;
  background-size: 100%;
  left: initial;
  right: 1px;
}

.xq02ct_crt .xq02ct_c {
  left: initial;
}

.xmxq_03 {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
  padding: 40px 0px;
}

.xmxq_03 .wrap_c {
  position: relative;
  z-index: 999;
}

.xmxq_03_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.xmxq_03_bg img {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.xmxq_03 .ym_01_t {
  text-align: center;
}

.xmxq_03_c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.xmxq_03_c p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #3f3f3f;
  line-height: 1.1;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.xmxq_03_c p.p2 span {
  display: inline-block;
  position: relative;
  padding: 0px 25px;
}

.xmxq_03_c p.p2 span::before {
  content: "";
  width: 14px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/xmxq_03.png") 0px 2px no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.xmxq_03_c p.p2 span::after {
  content: "";
  width: 14px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/xmxq_03.png") 0px 2px no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.xmxq_03_c p.p4 a {
  display: inline-block;
  background: url("../images/xmxq_04.png") left 1px no-repeat;
  background-size: 16px;
  margin: 0px 25px;
  padding-left: 25px;
}

.xmxq_03_c p.p4 a i {
  display: inline-block;
  border-bottom: 1px solid #a6a5a6;
  padding-bottom: 10px;
}

.xmxq_03_c p.p4 a:nth-child(1) {
  margin-left: 0px;
}

.xmxq_03_c p.p4 a:nth-child(2) {
  margin-right: 0px;
}

.xmxq_03_c p.p5 {
  background-color: #f2f1f7;
  border: 1px solid #a6a5a6;
  border-radius: 32px;
  padding: 10px;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_03_c p.p5 i {
  color: #d7231d;
}

.xmxq_03_b {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.xmxq_03_b ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.xmxq_03_b ul li {
  width: calc((100% - 30px) / 3);
  overflow: hidden;
}

.xmxq_03_b ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.xmxq_03_b ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
}

.xmxq_03_b ul li em.em1 img {
  width: 100%;
  display: block;
}

.xmxq_03_b ul li em.em2 {
  text-align: center;
  color: #666;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
}

.xmxq_03_c1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #3f3f3f;
  margin-top: 30px;
}

.xmxq_03_c1 p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
}

.xmxq_03_c2 {
  width: 100%;
  overflow: hidden;
  padding: 30px 50px;
  color: #666;
  margin-top: 30px;
  border: 1px solid #a6a5a6;
  background-color: #eeedf3;
  border-radius: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_03_c2 ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.xmxq_03_c2 ul::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #a6a5a6;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -0.5px;
}

.xmxq_03_c2 ul li {
  float: left;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 8px;
  width: 47%;
}

.xmxq_03_c2 ul li:nth-child(2n) {
  float: right;
}

.xmxq_03_c2 ul li:last-child {
  margin-bottom: 0px;
}

.xmxq_03_c2 ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.xmxq_03_c2 p {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.xmxq_04 {
  overflow: hidden;
  padding: 60px 0px 0px 0px;
}

.xmxq_04 .ym_01_t {
  text-align: center;
}

.xmxq_04_c1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  color: #3f3f3f;
}

.xmxq_04_c1 p {
  line-height: 40px;
}

.xmxq_04_c1 p span {
  display: inline-block;
  position: relative;
  padding: 0px 25px;
  line-height: 40px;
}

.xmxq_04_c1 p span::before {
  content: "";
  width: 14px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/xmxq_03.png") 0px 13px no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.xmxq_04_c1 p span::after {
  content: "";
  width: 14px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/xmxq_03.png") 0px 13px no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.xmxq_04_c2 {
  width: 100%;
  overflow: hidden;
  padding: 20px 24px;
  border-radius: 15px;
  margin-top: 10px;
  border: 1px solid #a6a5a6;
  background-color: #f2f1f7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_04_c2 p {
  width: 100%;
  overflow: hidden;
  color: #3f3f3f;
}

.xmxq_04_c2 p.p1 {
  text-align: center;
  line-height: 1.5;
}

.xmxq_04_c2 p.p2 {
  text-align: right;
  margin-top: 15px;
  line-height: 1;
}

.xmxq_04_c2 p.p2 a {
  display: inline-block;
  background: url("../images/xmxq_04.png") left 1px no-repeat;
  background-size: 16px;
  margin: 0px 25px;
  padding-left: 25px;
}

.xmxq_04_c2 p.p2 a i {
  display: inline-block;
  border-bottom: 1px solid #a6a5a6;
  padding-bottom: 10px;
  color: #3f3f3f;
}

.xmxq_04_c3 {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.xmxq_04_c3 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.xmxq_04_c3 ul li {
  width: 45%;
  overflow: hidden;
  border: 1px solid #d7231d;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_04_c3 ul li .xmxq_04c3_t {
  width: 100%;
  overflow: hidden;
  line-height: 1;
  background-color: #d7231d;
  color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_04_c3 ul li .xmxq_04c3_c {
  width: 100%;
  overflow: hidden;
  padding: 15px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_04_c3 ul li .xmxq_04c3_c p {
  width: 100%;
  overflow: hidden;
  color: #666;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  line-height: 22px;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_04_c3 ul li .xmxq_04c3_c p::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 9px;
}

.xmxq_04_c3 ul li .xmxq_04c3_c p:last-child {
  margin-bottom: 0px;
}

.xmxq_04_c4 {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  color: #3f3f3f;
}

.xmxq_04_c4 i {
  color: #d7231d;
  position: absolute;
  left: 0px;
  top: 0px;
}

.xmxq_04_c4 p {
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xmxq_04_c5 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  margin-top: 60px;
  border-bottom: 2px solid #d7231d;
  line-height: 40px;
  text-align: center;
}

.xmxq_04_c5 label {
  display: inline-block;
}

.xmxq_04_c5 label img {
  display: block;
  float: left;
  height: 39px;
  margin-top: 1px;
}

.xmxq_04_c5 label span {
  float: left;
  margin-left: 10px;
}

.xmxq_04_c6 {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.xmxq_04_c6 p {
  width: 100%;
  overflow: hidden;
}

.xmxq_04_c6 p.p1 {
  color: #d7231d;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
}

.xmxq_04_c6 p.p2 {
  color: #666;
  margin-top: 5px;
  text-align: center;
}

.xmxq_04_c6 p.p3 {
  text-align: center;
  margin-top: 30px;
}

.xmxq_04_c6 p.p3 img {
  max-width: 100%;
}

.ympg_01 {
  overflow: hidden;
  margin-top: 20px;
}

.ympg_01 .wrap_c {
  overflow: hidden;
  border: 1px solid #e4e4e4;
  padding: 20px 40px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ympg_01 p {
  width: 100%;
  overflow: hidden;
}

.ympg_01 p.p1 {
  color: #d7231d;
  line-height: 1.5;
}

.ympg_01 p.p1 i {
  color: #666;
}

.ympg_01 p.p2 {
  color: #999;
  line-height: 20px;
  margin-top: 5px;
}

.ympg_01 p.p2 span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.ympg_01 p.p2 span.sp1 {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ympg_01 p.p2 span::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 9px;
}

.ympg_xg_01 {
  width: 700px;
  overflow: visible;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  margin-top: 20px;
  height: 40px;
  margin-bottom: 30px;
}

.ympg_xg_01 label {
  width: 100%;
  height: 10px;
  cursor: pointer;
  display: block;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.ympg_xg_01 label .em1{width:100%;height:10px;display:block;overflow:hidden;background-color:#e6e6e6;position:absolute;left:0px;bottom:0px;border-radius:10px;z-index:9;}
.ympg_xg_01 label .em1 i{width:0%;display:block;height:10px;background-color:#d7231d;position:absolute;left:0px;top:0px;transition:.3s linear;-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;}

.ympg_xg_01 label i {
  display: block;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;z-index:8;
  transition:.3s linear;-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;
}

.ympg_xg_01 label em {
  font-style: normal;
  position: absolute;
  right: -290px;
  bottom: 14px;
  line-height: 26px;
  width: 300px;
  text-align: left;
}

.ympg_xg_01 label em img {
  display: block;
  height: 26px;
  float: left;
}

.ympg_xg_01 label em b {
  float: left;
  font-weight: normal;
  color: #3f3f3f;
  font-family: SourceHanSansCN-Medium;
  margin-left: 7px;
}

.ympg_xg_01 label .sp1 {
  position: absolute;
  left: 0px;
  bottom: -30px;
  font-family: SourceHanSansCN-Medium;
}

.ympg_xg_01 label .sp2 {
  position: absolute;
  right: 0px;
  bottom: -30px;
  font-family: SourceHanSansCN-Medium;
}

.ympg_02 {
  overflow: hidden;
}

.ympg_02 .wrap_c {
  overflow: hidden;
  height: 30px;
  background-color: #ececec;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ympg_03 {
  margin-top: 0px;
}

.ympg_03_li {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.ympg_03_li ul li {
  width: calc((100% - 120px) / 3);
  cursor: pointer;
  height: 40px;
  border: 1px solid #d7231d;
  border-radius: 6px;
  overflow: hidden;
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ympg_03_li ul li label {
  display: inline-block;
  cursor: pointer;
}

.ympg_03_li ul li:nth-child(3n) {
  margin-right: 0px;
}

.ympg_03_li ul li:last-child {
  margin-bottom: 0px;
}

.ympg_03_li ul li:nth-last-child(2) {
  margin-bottom: 0px;
}

.ympg_03_li ul li:nth-last-child(3) {
  margin-bottom: 0px;
}

.ympg_03_li ul li.on {
  background: url("../images/pg_01.png") right center no-repeat;
  background-size: auto 100%;
}

.ympg_03_li_dx {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.ympg_03_li_dx ul li {
  width: calc((100% - 120px) / 3);
  cursor: pointer;
  height: 40px;
  border: 1px solid #d7231d;
  border-radius: 6px;
  overflow: hidden;
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ympg_03_li_dx ul li label {
  display: inline-block;
  cursor: pointer;
}

.ympg_03_li_dx ul li:nth-child(3n) {
  margin-right: 0px;
}

.ympg_03_li_dx ul li:last-child {
  margin-bottom: 0px;
}

.ympg_03_li_dx ul li:nth-last-child(2) {
  margin-bottom: 0px;
}

.ympg_03_li_dx ul li:nth-last-child(3) {
  margin-bottom: 0px;
}

.ympg_03_li_dx ul li.on {
  background: url("../images/pg_01.png") right center no-repeat;
  background-size: auto 100%;
}

.ympg_04 {
  overflow: hidden;
  margin-top: 35px;
}

.ympg_04 .wrap_c {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  padding: 20px 40px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ympg_04_t {
  width: 100%;
  overflow: hidden;
}

.ympg_04_t p {
  width: 100%;
  overflow: hidden;
}

.ympg_04_t p.p1 {
  line-height: auto;
}

.ympg_04_t p.p1 img {
  display: block;
  height: 25px;
  float: left;
  margin-top: 2px;
}

.ympg_04_t p.p1 span {
  display: inline-block;
  float: left;
  line-height: 25px;
  margin-left: 20px;
  padding-bottom: 10px;
  color: #d7231d;
  border-bottom: 2px solid #d7231d;
  font-family: SourceHanSansCN-Medium;
}

.ympg_04_t p.p2 {
  color: #666;
  line-height: 1.5;
  font-family: SourceHanSansCN-Medium;
  margin-top: 5px;
}

.ympg_04_t p.p3 {
  color: #666;
  line-height: 1.5;
  margin-top: 5px;
}

.ympg_04_t p.p4 {
  color: #666;
  line-height: 1.5;
 
}
.ympg_04_t p.p4 >i{
  color: #d7231d;
 
}
.ympg_04  .submitbtn {
  margin-bottom: 60px;
}

.ympg_04_c {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.ympg_04_c ul li {
  width: calc((100% - 60px) / 2);
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
  height: 50px;
  border-radius: 50px;
  background-color: #d7231d;
}

.ympg_04_c ul li:nth-child(2n) {
  margin-right: 0px;
}

.ympg_04_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.ympg_04_c ul li span {
  display: block;
  overflow: hidden;
}

.ympg_04_c ul li .sp1 {
  width: 60px;
  height: 50px;
  position: relative;
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ympg_04_c ul li .sp1::before {
  content: "";
  width: 2px;
  height: 30px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 10px;
}

.ympg_04_c ul li .sp2 {
  width: calc(100% - 60px - 40px);
  float: left;
  height: 50px;
  color: #fff;
  overflow: hidden;
  margin-left: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ympg_04_c ul li .sp2 i {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ym_01_c1 .fl p {
  margin-bottom: 0px;
}

.lx_01 {
  overflow: hidden;
  margin-top: 60px;
}

.lx_01 .wrap_c {
  overflow: visible;
  position: relative;
}

.lx_01 img.lx_bg {
  max-width: 40%;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.lx_01 .ym_01_t {
  text-align: center;
}

.lx_01 .ym_01_t label {
  display: inline-block;
}

.lx_01 .ym_02_t {
  text-align: center;
}

.lx_01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.lx_01_c ul li {
  width: calc((100% - 90px) / 4);
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.lx_01_c ul li:nth-child(4n) {
  margin-right: 0px;
}

.lx_01_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.lx_01_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx_01_c ul li em.em1 {
  height: 156px;
  position: relative;
  border: 1px solid #d7231d;
  border-radius: 3px;
}

.lx_01_c ul li em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.lx_01_c ul li em.em1 span {
  display: inline-block;
  line-height: 30px;
  padding: 0px 10px;
  border-radius: 3px 0px 3px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 991;
  background-color: #3f3f3f;
  color: #fff;
}

.lx_01_c ul li em.em3 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #fff;
  z-index: 990;
  padding: 36px 7px 7px 7px;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.lx_01_c ul li em.em3 i {
  width: 100%;
  display: block;
  overflow: hidden;
}

.lx_01_c ul li em.em3 i.i1 {
  color: #3f3f3f;
  font-family: SourceHanSansCN-Medium;
}

.lx_01_c ul li em.em3 i.i2 {
  color: #666;
  line-height: 1.2;
  margin-top: 2px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lx_01_c ul li em.em2 {
  text-align: center;
  margin-top: 10px;
}

.lx_01_c ul li em.em2 i {
  display: inline-block;
  line-height: 30px;
  background-color: #d7231d;
  color: #fff;
  border-radius: 30px;
  color: #fff;
  padding: 0px 15px;
}

.lx_01_c ul li a:hover em.em3 {
  opacity: 1;
}

.lx_02 {
  overflow: hidden;
  margin-top: 60px;
}

.lx_02_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  border-bottom: 2px solid #d7231d;
  line-height: 32px;
  padding-bottom: 15px;
}

.lx_02_t label {
  display: inline-block;
}

.lx_02_t img {
  display: block;
  float: left;
  height: 32px;
  margin-top: 2px;
}

.lx_02_t span {
  float: left;
  color: #3f3f3f;
  font-family: SourceHanSansCN-Medium;
  margin-left: 20px;
}

.lx_02_t1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #d7231d;
  font-family: SourceHanSansCN-Medium;
  line-height: 1.1;
  margin-top: 20px;
}

.lx_02_c1 {
  width: 100%;
  max-width: 840px;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 20px;
  color: #666;
  text-align: center;
}

.lx_02_c1 p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
}

.lx_02_c2 {
  width: 100%;
  overflow: hidden;
  max-width: 840px;
  margin: 0px auto;
  border-radius: 6px;
  padding: 0px;
  margin-top: 30px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.lx_02c2_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx_02c2_t p {
  width: 100%;
  overflow: hidden;
}

.lx_02c2_t p.p1 {
  color: #d7231d;
  line-height: 1.5;
  font-family: SourceHanSansCN-Medium;
}

.lx_02c2_t p.p2 {
  color: #666;
  line-height: 1.5;
  font-family: SourceHanSansCN-Medium;
  margin-top: 2px;
  min-height:18px;
}

.lx_02c2_t label {
  position: absolute;
  right: 15px;
  top: 10px;
  line-height: 1.5;
}

.lx_02c2_t label a {
  float: left;
  display: inline-block;
  color: #727272;
  border-left: 2px solid #d7231d;
  padding-left: 6px;
  font-family: SourceHanSansCN-Medium;
  margin-left: 30px;
}

.lx_02c2_t label a:nth-child(1) {
  margin-left: 0px;
}
.lx_02c2_t label a.on{display:none;}

.lx_02c2_t .more {
  color: #999;
  font-family: arial;
  text-transform: capitalize;
  position: absolute;
  right: 15px;
  bottom: 10px;
  line-height: 1.5;
}

.lx_02c2_c {
  width: 100%;
  height: 245px;
  overflow: hidden;
  overflow-y: auto;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx_02c2_c ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
}

.lx_02c2_c ul li::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  left: 0px;
  top: 0px;
}

.lx_02c2_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.lx_02c2_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
}

.lx_02c2_c ul li em.em1 {
  width: 80px;
  height: 60px;
  overflow: hidden;
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.lx_02c2_c ul li em.em1 i {
  display: inline-block;
}

.lx_02c2_c ul li em.em1 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.lx_02c2_c ul li em.em1 span.sp1 {
  text-align: center;
  color: #727272;
  line-height: 1.5;
}

.lx_02c2_c ul li em.em1 span.sp2 {
  text-align: center;
  margin-top: 5px;
}

.lx_02c2_c ul li em.em1 span.sp2 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 12px;
}

.lx_02c2_c ul li em.em2 {
  width: calc(100% - 80px - 90px);
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx_02c2_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.lx_02c2_c ul li em.em2 span.sp1 {
  color: #3f3f3f;
  font-family: SourceHanSansCN-Medium;
  line-height: 1.5;
  margin-top: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lx_02c2_c ul li em.em2 span.sp2 {
  color: #666;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lx_02c2_c ul li:nth-child(2n)::before {
  background-color: #0941c9;
}

.lx_03 {
  overflow: hidden;
  margin-top: 30px;
}

.lx_03 .ym_02_t {
  font-family: SourceHanSansCN-Medium;
  color: #3f3f3f;
}

.lx_03_c {
  width: 100%;
  overflow: hidden;
  height: 124px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  background-color: #fff;
  margin-top: 30px;
}

.lx_03c_l {
  width: 64px;
  height: 124px;
  overflow: hidden;
  float: left;
}

.lx_03c_l ul li {
  width: 100%;
  color: #999;
  height: 62px;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  line-height: 1.3;
  overflow: hidden;
  background-color: #ebebeb;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.lx_03c_l ul li a {
  color: #999;
}

.lx_03c_l ul li.on {
  background-color: #cfcfcf;
  color: #fff;
}

.lx_03c_l ul li.on a {
  color: #fff;
}

.lx_03c_c {
  float: left;
  width: calc(100% - 64px);
  overflow: hidden;
  padding: 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lx_03cc_slide {
  width: 100%;
  overflow: hidden;
  height: 124px;
}

.lx_03cc_slide .swiper-slide {
  width: auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.lx_03cc_slide .swiper-slide label {
  display: inline-block;
}

.lx_03cc_slide .swiper-slide label img {
  display: block;
  height: 44px;
  margin: 0px auto;
  padding: 0px;
}

.lx_03cc_slide .swiper-slide label span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 5px;
  color: #3f3f3f;
  line-height: 1.5;
  font-family: SourceHanSansCN-Medium;
}

.jsq_01 {
  overflow: hidden;
}

.jsq_01 img {
  width: 100%;
  display: block;
}

.jsq_02 {
  overflow: hidden;
}

.jsq_02 .wrap_c {
  overflow: hidden;
  position: relative;
  border: 1px solid #dfc18f;
  border-radius: 18px;
  padding: 50px 0px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jsq_02 .wrap_c::before {
  content: "";
  width: 1px;
  height: calc(100% - 100px);
  display: block;
  overflow: hidden;
  background-color: #dfc18f;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -0.5px;
}

.jsq_02 .fl {
  width: calc(50% - 100px);
  overflow: hidden;
  margin-left: 50px;
}

.jsq02l_01 {
  width: 100%;
  overflow: hidden;
}

.jsq02l_01 p {
  width: 100%;
  overflow: hidden;
  line-height: 48px;
  margin-bottom: 30px;
}

.jsq02l_01 p span {
  display: block;
  overflow: hidden;
  float: left;
}

.jsq02l_01 p span.sp1 {
  width: 70px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  float: left;
  color: #3f3f3f;
  text-align: right;
  margin-right: 10px;
}

.jsq02l_01 p span.sp2 {
  width: calc(100% - 80px);
  position: relative;
}

.jsq02l_01 p span.sp2 select {
  width: 100%;
  height: 48px;
  border: 1px solid #999;
  padding: 0px 10px;
  border-radius: 3px;
  background: url("../images/jsq_03.png") right center no-repeat;
  background-size: 30px;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt {
  width: 100%;
  height: 48px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt::-moz-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt::-moz-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt:-ms-input-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt::-webkit-input-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt1 {
  width: calc(100% - 116px);
  height: 48px;
  float: left;
  border: 1px solid #999;
  border-radius: 3px 0px 0px 3px;
  padding: 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt1::-moz-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt1::-moz-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt1:-ms-input-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt1::-webkit-input-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt2 {
  width: 100%;
  height: 48px;
  float: left;
  border: 1px solid #999;
  border-radius: 3px 0px 0px 3px;
  padding: 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt2::-moz-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt2::-moz-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt2:-ms-input-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt2::-webkit-input-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt3 {
  width: 100%;
  height: 48px;
  float: left;
  border: 1px solid #999;
  border-radius: 3px 0px 0px 3px;
  padding: 0px 10px;
  padding-left: 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt3::-moz-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt3::-moz-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt3:-ms-input-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 input.jsq_02_txt3::-webkit-input-placeholder {
  color: #999;
}

.jsq02l_01 p span.sp2 select.sel1 {
  width: 116px;
  float: left;
  padding-right: 40px;
  border-radius: 0px 3px 3px 0px;
  border-left: 0px;
}

.jsq02l_01 p span.sp2 a.yzm {
  widtH: 116px;
  height: 48px;
  display: block;
  overflow: hidden;
  float: left;
  text-align: center;
  background-color: #c48516;
  color: #fff;
  border: 1px solid #999;
  border-left: 0px;
  border-radius: 0px 3px 3px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jsq02l_01 p span.sp2 input.jsq_02_btn {
  width: 100%;
  height: 48px;
  border: 0px;
  cursor: pointer;
  background-color: #c48516;
  border-radius: 3px;
  border-bottom: 2px solid #4c4c4c;
  color: #fff;
}

.jsq02l_01 p span.sp2 select.sel2 {
  width: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: none;
  text-align: center;
  padding: 0px;
}

.jsq02l_01 p.p1 {
  margin-bottom: 0px;
}

.jsq_02 .fr {
  width: calc(50% - 100px);
  overflow: hidden;
  margin-right: 50px;
}

.jsq_02 .fr p {
  width: 100%;
  overflow: hidden;
}

.jsq_02 .fr p.p1 {
  line-height: 23px;
  margin-bottom: 15px;
}

.jsq_02 .fr p.p1 span.sp1 {
  float: left;
  color: #3f3f3f;
}

.jsq_02 .fr p.p1 span.sp2 {
  float: right;
  color: #c48516;
}

.jsq_02 .fr p.p1 span.sp2 i {
  display: inline-block;
  border-bottom: 1px solid #c48516;
}

.jsq_02 .fr p.p1 span.sp2 i.tipmore {
  cursor: pointer;
}

.jsq_02 .fr p.p2 {
  color: #999;
  line-height: 1.5;
}

.jsq_02 .fr table {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.jsq_02 .fr table thead tr td {
  line-height: 35px;
  color: #fff;
  background-color: #c48516;
  text-align: center;
  position: relative;
}

.jsq_02 .fr table thead tr td::before {
  content: "";
  width: 1px;
  height: calc(100% - 6px);
  display: block;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 3px;
}

.jsq_02 .fr table thead tr td:last-child::before {
  display: none;
}

.jsq_02 .fr table tbody tr td {
  line-height: 30px;
  text-align: center;
  color: #3f3f3f;
}

.jsq_02 .fr table tbody tr.tr1 td {
  background-color: #e9e9e9;
}

.jsq_02 .fr table tbody tr:first-child td {
  border-top: 3px solid #fff;
}

.tip1fr {
  width: 540px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
}

.tip1fr b {
  width: 20px;
  height: 23px;
  display: block;
  overflow: hidden;
  background: url("../images/jsq_01.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 70px;
  bottom: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tip1fr .tip1_c {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 22px;
  border: 1px solid #e0bf83;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tip1fr .tip1_c p {
  width: 100%;
  overflow: hidden;
  color: #c48516;
  line-height: 1.5;
}

.tip2fr {
  width: 540px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
}

.tip2fr b {
  width: 20px;
  height: 23px;
  display: block;
  overflow: hidden;
  background: url("../images/jsq_02.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 70px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tip2fr .tip2_c {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
  margin-top: 22px;
  border: 1px solid #e0bf83;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tip2fr .tip2_c p {
  width: 100%;
  overflow: hidden;
  color: #c48516;
  line-height: 1.5;
}

.mem_01 .img1 {
  height: 679px;
}

.btn_mem {
  margin-top: 0px;
}

.mem_02 {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 177px;
  z-index: 999;
}

.mem_02_r {
  width: 100%;
  overflow: hidden;
  margin-top: 23px;
  position: relative;
  padding: 20px 60px;
  background-color: #fff;
  max-width: 840px;
  float: right;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_02_r a.close {
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  background: url("../images/mem_01.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
}

.mem_02r_t {
  width: 100%;
  overflow: hidden;
}

.mem_02r_t p {
  width: 100%;
  overflow: hidden;
}

.mem_02r_t p.p1 {
  font-family: SourceHanSansCN-Medium;
  color: #d7231d;
  line-height: 1.5;
}

.mem_02r_t p.p2 {
  color: #999;
  line-height: 1.5;
}

.mem_02r_c {
  width: 100%;
  overflow: hidden;
}

.mem_02r_c ul li {
  width: calc((100% - 90px) / 2);
  float: left;
  margin-right: 90px;
  margin-bottom: 10px;
}

.mem_02r_c ul li:nth-child(2n) {
  margin-right: 0px;
}

.mem_02r_c ul li p {
  width: 100%;
  overflow: hidden;
}

.mem_02r_c ul li p.p1 {
  color: #666666;
  line-height: 35px;
}

.mem_02r_c ul li p i {
  color: #d7231d;
}

.mem_02r_c ul li p.p2 {
  line-height: 45px;
  position: relative;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt {
  width: 100%;
  height: 45px;
  padding: 0px 10px;
  border: 2px solid #e3e4e8;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt::-moz-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt::-moz-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt:-ms-input-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt::-webkit-input-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt1 {
  width: 100%;
  height: 45px;
  padding: 0px 10px 0px 60px;
  border: 2px solid #e3e4e8;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt1::-moz-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt1::-moz-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt1:-ms-input-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt1::-webkit-input-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 .sel1 {
  position: absolute;
  width: 50px;
  left: 2px;
  top: 2px;
  height: 41px;
  border: 0px;
  border-right: 2px solid #e3e4e8;
  text-align: center;
  color: #666;
}

.mem_02r_c ul li p.p2 .sel2 {
  widtH: 100%;
  height: 45px;
  border: 2px solid #e3e4e8;
  padding: 0px 10px;
  color: #999;
  background: url("../images/mem_02.png") right center no-repeat;
  background-size: 23px;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt2 {
  width: 100%;
  height: 45px;
  padding: 0px 152px 0px 10px;
  border: 2px solid #e3e4e8;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt2::-moz-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt2::-moz-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt2:-ms-input-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 input.mem_02c_txt2::-webkit-input-placeholder {
  color: #999;
}

.mem_02r_c ul li p.p2 .yzm {
  height: 45px;
  background-color: #d7231d;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 20px;
}

.mem_02r_c ul li p.p3 {
  color: #999;
  line-height: 1.5;
  margin-top: 35px;
}

.mem_02r_c ul li.li1 {
  width: 100%;
  margin-right: 0px;
  margin-top: 30px;
  text-align: center;
}

.mem_02r_c ul li input.mem_02c_btn {
  border: 0px;
  cursor: pointer;
  height: 40px;
  border-radius: 3px;
  width: 280px;
  background-color: #d7231d;
  color: #fff;
}

.mem_03_r {
  width: 100%;
  max-width: 630px;
  overflow: hidden;
  float: right;
  margin-top: 23px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_03_r .fr {
  width: 280px;
  overflow: hidden;
  margin: 25px 0px;
  border-left: 1px solid #e3e4e8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_03_r .fr p {
  width: 100%;
  overflow: hidden;
}

.mem_03_r .fr p.p1 {
  color: #d7231d;
  text-align: center;
  line-height: 1.5;
}

.mem_03_r .fr p.p2 {
  text-align: center;
  color: #666;
  line-height: 1.5;
  font-family: SourceHanSansCN-Medium;
  margin-top: 5px;
}

.mem_03_r .fr p.p3 {
  margin-top: 30px;
}

.mem_03_r .fr p.p3 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 128px;
}

.mem_03_r .fr p.p4 {
  margin-top: 10px;
}

.mem_03_r .fr p.p4 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 45px;
}

.mem_03_r .fr p.p5 {
  margin-top: 30px;
}

.mem_03_r .fl {
  width: calc(100% - 280px);
  margin: 25px 0px;
  padding: 0px 20px 0px 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_03_r .fl p {
  width: 100%;
  overflow: hidden;
}

.mem_03_r .fl p.p1 {
  color: #d7231d;
  line-height: 1.5;
}

.mem_03_r .fl p.p2 {
  color: #666;
  line-height: 1.5;
  font-family: SourceHanSansCN-Medium;
}

.mem_03_r .fl p.p2 a {
  color: #d7231d;
  border-bottom: 1px solid #d7231d;
  display: inline-block;
}

.mem_03_r .fl p.p3 {
  margin-top: 10px;
}

.mem_03_r .fl p.p3 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.mem_03_r .fl p.p3 span.sp1 {
  color: #666666;
  font-family: SourceHanSansCN-Medium;
  line-height: 30px;
}

.mem_03_r .fl p.p3 span.sp2 {
  height: 45px;
  position: relative;
}

.mem_03_r .fl p.p3 span.sp2 input.mem_03r_txt {
  width: 100%;
  height: 45px;
  padding: 0px 10px 0px 60px;
  border: 2px solid #e3e4e8;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_03_r .fl p.p3 span.sp2 input.mem_03r_txt::-moz-placeholder {
  color: #999;
}

.mem_03_r .fl p.p3 span.sp2 input.mem_03r_txt::-moz-placeholder {
  color: #999;
}

.mem_03_r .fl p.p3 span.sp2 input.mem_03r_txt:-ms-input-placeholder {
  color: #999;
}

.mem_03_r .fl p.p3 span.sp2 input.mem_03r_txt::-webkit-input-placeholder {
  color: #999;
}

.mem_03_r .fl p.p3 span.sp2 .sel1 {
  position: absolute;
  width: 50px;
  left: 2px;
  top: 2px;
  height: 41px;
  border: 0px;
  border-right: 2px solid #e3e4e8;
  text-align: center;
  color: #666;
}

.mem_03_r .fl p.p3 span.sp2 input.mem_03r_txt1 {
  width: 100%;
  height: 45px;
  padding: 0px 152px 0px 10px;
  border: 2px solid #e3e4e8;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mem_03_r .fl p.p3 span.sp2 input.mem_03r_txt1::-moz-placeholder {
  color: #999;
}

.mem_03_r .fl p.p3 span.sp2 input.mem_03r_txt1::-moz-placeholder {
  color: #999;
}

.mem_03_r .fl p.p3 span.sp2 input.mem_03r_txt1:-ms-input-placeholder {
  color: #999;
}

.mem_03_r .fl p.p3 span.sp2 input.mem_03r_txt1::-webkit-input-placeholder {
  color: #999;
}

.mem_03_r .fl p.p3 span.sp2 .yzm {
  height: 45px;
  line-height: 45px;
  background-color: #d7231d;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 20px;
}

.mem_03_r .fl p.p5 {
  margin-top: 20px;
  line-height: 18px;
}

.mem_03_r .fl p.p5 label {
  display: inline-block;
  cursor: pointer;
}

.mem_03_r .fl p.p5 label input {
  float: left;
  width: 18px;
  height: 18px;
  margin: 0px;
  border: 0px;
  cursor: pointer;
  outline: none;
  background: url("../images/db_02.jpg") center no-repeat;
  background-size: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.mem_03_r .fl p.p5 label input:checked {
  outline: none;
  background: url("../images/db_03.jpg") center no-repeat;
  background-size: 100%;
}

.mem_03_r .fl p.p5 label span {
  float: left;
  color: #999999;
  margin-left: 10px;
}

.mem_03_r .fl p.p6 {
  margin-top: 20px;
  text-align: center;
}

.mem_03_r .fl p.p6 input.mem_03r_btn {
  width: 128px;
  height: 40px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  background-color: #d7231d;
  border-radius: 3px;
}

.memin_01 {
  overflow: hidden;
  position: relative;
  z-index: 999;
  margin-top: -450px;
}

.memin_01_t {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #d7231d;
  line-height: 1.2;
  color: #d7231d;
  padding-bottom: 10px;
}

.memin_01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.memin_01_c .min01c_l {
  width: 270px;
  overflow: hidden;
  float: left;
  background-color: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.min_01cl_t {
  width: 100%;
  overflow: hidden;
  height: 60px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.min_01cl_t label {
  display: inline-block;
  margin-left: 18px;
  height: 27px;
  line-height: 27px;
  position: relative;
  width: calc(100% - 36px);
}

.min_01cl_t label img {
  display: block;
  height: 27px;
  float: left;
  margin-left: 15px;
}

.min_01cl_t label span {
  float: left;
  margin-left: 15px;
}

.min_01cl_t label.lb1 span {
  color: #d7231d;
}

.min_01cl_t label.lb1::before {
  content: "";
  width: 4px;
  height: 27px;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  left: 0px;
  top: 0px;
}

.min_01cl_t label.lb1 b {
  width: 24px;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../upimg/min_06.png") center no-repeat;
  background-size: 100%;
}

.min_01cl_t a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.min_01cl_c {
  width: 100%;
  overflow: hidden;
  background-color: #e7e7e7;
  padding: 10px 0px;
}

.min_01cl_c ul li {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  margin: 15px 0px;
}

.min_01cl_c ul li a {
  float: left;
  margin-left: 70px;
  color: #999;
}

.min_01cl_c ul li.on a {
  color: #666;
}

.min_01cl_c ul li i {
  color: #d7231d;
}

.memin_01_c .min01c_r {
  width: calc(100% - 270px - 20px);
  overflow: hidden;
  float: right;
}

.jbxx_01 {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
}

.jbxx_01_t {
  width: 100%;
  overflow: hidden;
  height: 60px;
  position: relative;
  border-bottom: 1px solid #ededed;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.jbxx_01_t label {
  display: inline-block;
  margin-left: 20px;
  line-height: 20px;
}

.jbxx_01_t label img {
  display: block;
  float: left;
  height: 20px;
}

.jbxx_01_t label span {
  float: left;
  color: #d7231d;
  margin-left: 20px;
}

.jbxx_01_t label span.sp1 {
  color: #3f3f3f;
}

.jbxx_01_t .wdxma_click {
  position: absolute;
  right: 20px;
  top: 0px;
  line-height: 60px;
  color: #999;
  padding-right: 30px;
}

.jbxx_01_t .wdxma_click::before {
  content: "";
  width: 8px;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../upimg/min_11.png") center no-repeat;
  background-size: 100%;
}

.jbxx_01_t .wdxma_click.on::before {
  width: 16px;
  background: url("../upimg/min_06.png") center no-repeat;
  background-size: 100%;
}

.jbxx_01_c {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jbxx_01_c ul {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.jbxx_01_c ul::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #ededed;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -0.5px;
}

.jbxx_01_c ul li {
  width: calc((100% - 60px) / 2);
  float: left;
  color: #666;
  margin-right: 60px;
  line-height: 32px;
  margin-bottom: 15px;
}

.jbxx_01_c ul li:nth-child(2n) {
  margin-right: 0px;
}

.jbxx_01_c ul li .sp2 {
  display: inline-block;
  position: relative;
}

.jbxx_01_c ul li .sp2 input.jbxx_01c_txt {
  width: 215px;
  height: 32px;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0px 10px;
  color: #666;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jbxx_01_c ul li .sp2 .xg_icon {
  width: 19px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/min_07.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 0px;
}

.jbxx_01_c p {
  width: 100%;
  overflow: hidden;
}

.jbxx_01_c p.p1 {
  color: #666;
  line-height: 1.5;
  margin-top: 20px;
}

.jbxx_01_c p.p1 .sp2 {
  display: inline-block;
  position: relative;width:calc(100% - 85px);
}

.jbxx_01_c p.p1 .sp2 input.jbxx_01c_txt {
  width: 100%;
  height: 32px;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0px 10px;
  color: #666;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jbxx_01_c p.p1 .sp2 .xg_icon {
  width: 19px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/min_07.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 0px;
}

.jbxx_01_c p.p2 {
  margin-top: 20px;
  text-align: right;
}

.jbxx_01_c p.p2 input.jbxx_01c_btn {
  width: 95px;
  height: 37px;
  border: 0px;
  cursor: pointer;
  background: url("../upimg/min_05.png") 10px center no-repeat #d7231d;
  background-size: 22px;
  color: #fff;
  border-radius: 3px;
  text-align: left;
  text-indent: 40px;
}

.cjwt_01 {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 26px;
}

.cjwt_01_c {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cjwt_01_c ul li {
  width: 48%;
  float: left;
  margin: 4px 0px;
  margin-right: 4%;
  line-height: 1.5;
}

.cjwt_01_c ul li:nth-child(2n) {
  margin-right: 0px;
}

.cjwt_01_c ul li a {
  color: #999;
}

.cjwt_01_c ul li a:hover {
  color: #d7231d;
}

.xxzx_01 {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xxzx_01_t {
  width: 100%;
  height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.xxzx_01_t ul {
  width: 100%;
  overflow: hidden;
}

.xxzx_01_t ul li {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.xxzx_01_t ul li:last-child {
  margin-right: 0px;
}

.xxzx_01_t ul li a {
  color: #999;
}

.xxzx_01_t ul li a:hover {
  color: #3f3f3f;
}

.xxzx_01_t ul li.on a {
  color: #3f3f3f;
}

.xxzx_01_t ul li.on::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.xxzx_01_c {
  width: 100%;
  overflow: hidden;
  padding: 0px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xxzx_01_c ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  line-height: 1.5;
  padding: 8px 0px;
}

.xxzx_01_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #999;
}

.xxzx_01_c ul li span.sp1 {
  float: left;
  width: calc(100% - 100px);
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xxzx_01_c ul li span.sp1 i {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}

.xxzx_01_c ul li span.sp1 i::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
}

.xxzx_01_c ul li span.sp2 {
  float: right;
}

.xxzx_01_c ul li.on a {
  color: #666;
}

.xxzx_01_c ul li.on span.sp1 i::before {
  background-color: #d7231d;
}

.wdxm_01 {
  width: 100%;
  overflow: hidden;
}

.wdxm_01 ul li {
  width: 100%;
  overflow: hidden;
  padding: 40px 20px;
  position: relative;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wdxm_01 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.wdxm_01 ul li em {
  display: block;
  font-style: normal;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wdxm_01 ul li em.em1 {
  width: 290px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  float: left;
}

.wdxm_01 ul li em.em1 img {
  width: 100%;
  display: block;
}

.wdxm_01 ul li em.em1 span {
  display: inline-block;
  line-height: 30px;
  background-color: #3f3f3f;
  border-radius: 3px 0px 3px 0px;
  color: #fff;
  padding: 0px 10px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.wdxm_01 ul li em.em2 {
  width: calc(100% - 290px - 30px);
  float: right;
}

.wdxm_01 ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.wdxm_01 ul li em.em2 span.sp1 {
  color: #d7231d;
  line-height: 1.5;
}

.wdxm_01 ul li em.em2 span.sp2 {
  color: #999;
  line-height: 1.5;
  margin-top: 10px;
}

.wdxm_01 ul li em.em3 {
  width: 40px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #d7231d;
  position: absolute;
  right: -40px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.wdxm_01 ul li em.em3 img {
  display: block;
  width: 20px;
  margin: 0px auto;
  padding: 0px;
}

.wdxm_01 ul li.on em.em3 {
  right: 0px;
}

.aqzx_01 {
  width: 100%;
  overflow: hidden;
  padding: 0px 20px;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.aqzx_01 ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 37px;
}

.aqzx_01 ul li .sp1 {
  float: left;
  color: #666;
}

.aqzx_01 ul li a {
  float: right;
  line-height: 37px;
  background-color: #d7231d;
  width: 100px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

.aqzx_01 ul {
  width: 100%;
  overflow: hidden;
}

.aqzx_01 p {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}

.aqzx_01 p a {
  color: #999;
}

.aqzx_01 p a:hover {
  color: #d7231d;
}

.xgmin_01 {
  width: 100%;
  max-width: 262px;
  margin: 0px auto;
  padding: 30px 0px 100px 0px;
}

.xgmin_01 p {
  width: 100%;
  overflow: hidden;
}

.xgmin_01 p.p1 {
  text-align: center;
  color: #3f3f3f;
  line-height: 1.5;
  margin-bottom: 20px;
}

.xgmin_01 p.p_color {
  color: #d7231d;
}

.xgmin_01 p.p2 input.xgmin01_txt {
  width: 100%;
  height: 33px;
  border: 1px solid #c4c4c4;
  background-color: #e7e7e7;
  border-radius: 3px;
  padding: 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xgmin_01 p.p2 input.xgmin01_txt::-moz-placeholder {
  color: #999;
}

.xgmin_01 p.p2 input.xgmin01_txt::-moz-placeholder {
  color: #999;
}

.xgmin_01 p.p2 input.xgmin01_txt:-ms-input-placeholder {
  color: #999;
}

.xgmin_01 p.p2 input.xgmin01_txt::-webkit-input-placeholder {
  color: #999;
}

.xgmin_01 p.p3 {
  margin-top: 20px;
}

.xgmin_01 p.p3 input.xgmin01_txt {
  width: calc(100% - 130px - 10px - 20px - 10px);
  height: 33px;
  float: left;
  border: 1px solid #c4c4c4;
  background-color: #e7e7e7;
  border-radius: 3px;
  padding: 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xgmin_01 p.p3 input.xgmin01_txt::-moz-placeholder {
  color: #999;
}

.xgmin_01 p.p3 input.xgmin01_txt::-moz-placeholder {
  color: #999;
}

.xgmin_01 p.p3 input.xgmin01_txt:-ms-input-placeholder {
  color: #999;
}

.xgmin_01 p.p3 input.xgmin01_txt::-webkit-input-placeholder {
  color: #999;
}

.xgmin_01 p.p3 a {
  display: inline-block;
  float: left;
}

.xgmin_01 p.p3 a img {
  display: block;
  height: 33px;
  float: left;
}

.xgmin_01 p.p3 a img.img1 {
  width: 130px;
  margin-left: 10px;
}

.xgmin_01 p.p3 a img.img2 {
  width: 20px;
  margin-left: 10px;
}

.xgmin_01 p.p4 {
  margin-top: 20px;
}

.xgmin_01 p.p4 input.xgmin01_btn {
  float: left;
  width: 48%;
  float: left;
  border: 1px solid #d7231d;
  border-radius: 3px;
  color: #fff;
  background-color: #d7231d;
  height: 32px;
}

.xgmin_01 p.p4 a {
  float: right;
  height: 32px;
  width: 48%;
  border: 1px solid #c4c4c4;
  color: #999;
  border-radius: 3px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xgmin_01 p.p5 {
  position: relative;
  margin-top: 20px;
}

.xgmin_01 p.p5 input.xgmin01_txt {
  width: 100%;
  height: 33px;
  border: 1px solid #c4c4c4;
  background-color: #e7e7e7;
  border-radius: 3px;
  padding: 0px 10px 0px 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xgmin_01 p.p5 input.xgmin01_txt::-moz-placeholder {
  color: #999;
}

.xgmin_01 p.p5 input.xgmin01_txt::-moz-placeholder {
  color: #999;
}

.xgmin_01 p.p5 input.xgmin01_txt:-ms-input-placeholder {
  color: #999;
}

.xgmin_01 p.p5 input.xgmin01_txt::-webkit-input-placeholder {
  color: #999;
}

.xgmin_01 p.p5 select {
  position: absolute;
  width: 60px;
  text-align: center;
  left: 1px;
  top: 1px;
  border: 0px;
  color: #999999;
  background: url("../upimg/min_15.png") right center no-repeat #e7e7e7;
  height: calc(100% - 2px);
  background-size: 9px;
}

.xgmin_01 p.p6 {
  position: relative;
  margin-top: 20px;
}

.xgmin_01 p.p6 input.xgmin01_txt {
  width: 154px;
  height: 33px;
  float: left;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 3px;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xgmin_01 p.p6 input.xgmin01_txt::-moz-placeholder {
  color: #999;
}

.xgmin_01 p.p6 input.xgmin01_txt::-moz-placeholder {
  color: #999;
}

.xgmin_01 p.p6 input.xgmin01_txt:-ms-input-placeholder {
  color: #999;
}

.xgmin_01 p.p6 input.xgmin01_txt::-webkit-input-placeholder {
  color: #999;
}

.xgmin_01 p.p6 a {
  float: right;
  width: 90px;
  height: 33px;
  background-color: #d7231d;
  color: #fff;
  border-radius: 3px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.xgmin_01 .p7 {
  margin-top: 20px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}

.xgmin_01 .p7 label {
  width: 100%;
  position: relative;
  height: 33px;
  display: block;
  overflow: hidden;
  color: #666;
  background-color: #e7e7e7;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.xgmin_01 .p7 label b {
  width: 34px;
  height: 33px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
  background: url("../upimg/min_16.png") center no-repeat;
  background-size: 100% 100%;
}

.xgmin_01 .p7 .slideunlock-label {
  background: url("../upimg/min_16.png") center no-repeat;
  background-size: 100% 100%;
}

.xgmin_02 {
  width: 100%;
  overflow: hidden;
  padding: 30px 58px 0px 58px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.xgmin_02 p {
  width: 100%;
  overflow: hidden;
  color: #666;
  line-height: 1.5;
  margin-bottom: 10px;
}

.xgmin_02 p.p1 {
  color: #d7231d;
  line-height: 1.5;
  margin-bottom: 0px;
}

.xgmin_02 p.p2 {
  color: #d7231d;
  line-height: 1.5;
  font-family: SourceHanSansCN-Medium;
  margin-top: 3px;
}

.xgmin_02 p.px {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #ededed;
  margin-top: 40px;
}

.ab_01 {
  overflow: hidden;
  padding-top: 50px;
}

.ab_01_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.ab_01_t .ab_01t_c {
  display: inline-block;
  width: 366px;
}

.ab_01_t .ab_01t_c1 {
  width: 230px;
}

.ab_01_t p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.ab_01_t p.p1 {
  color: #d7231d;
  font-family: SourceHanSansCN-Medium;
  line-height: 1.3;
  border-bottom: 1px solid #d7231d;
  padding-bottom: 10px;
}

.ab_01_t p.p1 i {
  color: #3b3b3b;
}

.ab_01_t p.p2 {
  color: #3b3b3b;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 10px;
  font-family: arial;
  text-indent: 10px;
  letter-spacing: 10px;
  text-align: justify;
  text-align-last: justify;
}

.ab_01_t p.p3 {
  color: #d7231d;
}

.ab_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 50px;
}

.ab_01c_t {
  width: 100%;
  overflow: visible;
  position: relative;
}

.ab_01c_t i {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: -34px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ab_01c_t i img {
  display: block;
  height: 28px;
}

.ab_01c_t span {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  color: #121212;
  font-family: arial;
  border-bottom: 1px dashed #d7231d;
  padding-bottom: 5px;
}

.ab_01c_c {
  width: 100%;
  overflow: visible;
  padding-top: 5px;
  position: relative;
}

.ab_01c_c::before {
  content: "";
  width: 6px;
  height: 43px;
  display: block;
  background-color: #d7231d;
  position: absolute;
  left: -12px;
  top: 10px;
}

.ab_01c_c p {
  width: 100%;
  overflow: hidden;
  color: #3f3f3f;
  line-height: 26px;
}

.ab_01c_img {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.ab_01c_img ul li {
  width: calc((100% - 60px) / 4);
  float: left;
  margin-right: 20px;
}

.ab_01c_img ul li:nth-child(4n) {
  margin-right: 0px;
}

.ab_01c_img ul li img {
  width: 100%;
  display: block;
}

.ab_02 {
  overflow: hidden;
  margin-top: 60px;
}

.ab_02_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #3f3f3f;
  line-height: 1.3;
  font-family: SourceHanSansCN-Medium;
  margin-top: 20px;
}

.ab_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d7231d;
}

.ab_02_c p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

.ab_03 {
  overflow: hidden;
  background: url("../upimg/ab_06.png") center bottom no-repeat;
  background-size: 1920px;
  padding-top: 30px;
}

.ab_03cfr {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.ab_03cfr .fl {
  width: 60%;
  overflow: hidden;
  position: relative;
}

.ab_03cfr .fl img.img1 {
  width: 47.45%;
  display: block;
}

.ab_03cfr .fl ul {
  position: absolute;
  right: 0px;
  bottom: 14%;
}

.ab_03cfr .fl ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.ab_03cfr .fl ul li label {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0px 25px 0px 5px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab_03cfr .fl ul li label::before {
  content: "";
  width: 5px;
  height: 32px;
  display: block;
  overflow: hidden;
  background: url("../images/ab_06.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ab_03cfr .fl ul li label::after {
  content: "";
  width: 25px;
  height: 32px;
  display: block;
  overflow: hidden;
  background: url("../images/ab_08.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ab_03cfr .fl ul li span {
  display: inline-block;
  color: #d7231d;
  padding: 0px 12px 0px 5px;
  height: 32px;
  line-height: 32px;
  background: url("../images/ab_07.png") center no-repeat;
  background-size: 100% 100%;
}

.ab_03cfr .fl ul li:nth-child(1) label::before {
  background: url("../images/ab_03.png") center no-repeat;
  background-size: 100% 100%;
}

.ab_03cfr .fl ul li:nth-child(1) label::after {
  background: url("../images/ab_05.png") center no-repeat;
  background-size: 100% 100%;
}

.ab_03cfr .fl ul li:nth-child(1) span {
  background: url("../images/ab_04.png") center no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.ab_03cfr .fr {
  width: 40%;
  overflow: visible;
}

.ab_03c_t {
  width: 100%;
  overflow: hidden;
}

.ab_03c_t label {
  display: inline-block;
  border-bottom: 1px solid #d7231d;
  line-height: 1.3;
  padding-bottom: 10px;
}

.ab_03c_t label .sp1 {
  color: #3b3b3b;
  font-family: SourceHanSansCN-Medium;
}

.ab_03c_t label .sp2 {
  margin-left: 20px;
  text-transform: uppercase;
  color: #d7231d;
  font-family: arial;
}

.ab_03c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  color: #3f3f3f;
  font-family: SourceHanSansCN-Medium;
}

.ab_03c_c p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  text-indent: 2em;
}

.ab_03c_b {
  width: 100%;
  overflow: visible;
  margin-top: 10px;
  height: 80px;
}

.ab_03c_b img {
  display: block;
  height: 80px;
  margin-right: -193px;
  float: right;
}

.ab_04 {
  overflow: hidden;
  padding-top: 50px;
}

.ab_04_t {
  width: 100%;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  color: #121212;
  margin-top: 15px;
}

.ab_04_t i {
  display: block;
  float: left;
  height: 28px;
  margin-right: 8px;
}

.ab_04_t i img {
  display: block;
  height: 28px;
}

.ab_04_t span {
  float: left;
}

.ab_05_t {
  border-bottom: 2px solid #d7231d;
  padding-bottom: 10px;
}

.ab_04_c {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.ab_04_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
}

.ab_04_c ul li {
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 15px;
  border-top: 2px solid #d7231d;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab_04_c ul li .ab_04c_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 43px;
  line-height: 43px;
}

.ab_04_c ul li .ab_04c_t span {
  color: #000;
}

.ab_04_c ul li .ab_04c_t img {
  display: block;
  height: 43px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ab_04_c ul li .ab_04c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  color: #3f3f3f;
}

.ab_04_c ul li .ab_04c_c p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
}

.ab_05_c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.ab_05_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.ab_05_c ul li {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab_05_c ul li .ab_05c_t {
  width: 100%;
  overflow: hidden;
  line-height: 21px;
  padding: 0px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab_05_c ul li .ab_05c_t i {
  display: block;
  height: 21px;
  float: left;
  margin-right: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ab_05_c ul li .ab_05c_t i img {
  display: block;
  height: 21px;
}

.ab_05_c ul li .ab_05c_t span {
  float: left;
}

.ab_05_c ul li .ab_05c_c {
  width: 100%;
  min-height: 92px;
  font-family: SourceHanSansCN-Medium;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ab_05_c ul li .ab_05c_c p {
  width: 100%;
  overflow: hidden;
  color: #3f3f3f;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ab_06 {
  overflow: hidden;
  margin-top: 50px;
}

.ab_06_t {
  width: 100%;
  overflow: hidden;
  height: 113px;
  position: relative;
  background-color: #d7231d;
}

.ab_06_t::before {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/ab_18.jpg") left center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ab_06_t::after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/ab_19.jpg") right center no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ab_06_c {
  width: 100%;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  background: url("../upimg/ab_20.jpg") center no-repeat;
  background-size: cover;
}

.ab_06_c::before {
  content: "";
  width: 42px;
  height: 24px;
  display: block;
  background: url("../upimg/ab_21.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -21px;
}

.ab_06_map {
  width: 760px;
  overflow: hidden;
  margin: 0px auto;
  margin-top: 30px;
  padding: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
}
.ab_06_map img{width:100%;display:block;}

.ab_06_map .map {
  width: 100%;
  overflow: hidden;
  height: 420px;
}

.ab_06_map .map .BMap_cpyCtrl {
  display: none;
}

.ab_06_b {
  width: 760px;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  margin-top: 30px;
}

.ab_06_b ul li {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.ab_06_b ul li span {
  display: inline-block;
}

.ab_06_b ul li span.sp1 {
  background: url("../images/ab_09.png") left center no-repeat;
  background-size: 26px;
  padding-left: 32px;
}

.ab_06_b ul li span.sp2 {
  background: url("../images/ab_10.png") left center no-repeat;
  background-size: 26px;
  padding-left: 32px;
}

.ab_06c_t {
  width: 100%;
  overflow: hidden;
}

.ab_06_lx {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 0px;
}

.ab_06_lx .ab_06lx_c {
  display: inline-block;
}

.ab_06_lx .ab_06x_txt {
  float: left;
  height: 40px;
  width: 480px;
  border: 0px;
  background-color: #fff;
  color: #222;
  padding: 0px 10px;
}

.ab_06_lx .ab_06x_txt::-moz-placeholder {
  color: #696969;
}

.ab_06_lx .ab_06x_txt::-moz-placeholder {
  color: #696969;
}

.ab_06_lx .ab_06x_txt:-ms-input-placeholder {
  color: #696969;
}

.ab_06_lx .ab_06x_txt::-webkit-input-placeholder {
  color: #696969;
}

.ab_06_lx .ab_06x_btn1 {
  float: left;
  margin-left: 6px;
  height: 40px;
  background-color: #d7231d;
  color: #fff;
  padding: 0px 28px;
  border: 0px;
  cursor: pointer;
}

.ab_06_lx .a1 {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0px 28px;
  background-color: #d7231d;
  color: #fff;
  margin-left: 6px;
}

.jxm_01 {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.jxm_01 img {
  display: block;
  float: right;
  padding: 8px;
  margin-left: 30px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.jxm_01 p {
  width: auto;
  overflow: hidden;
  position: relative;
  color: #3f3f3f;
  line-height: 30px;
  padding-left: 15px;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.jxm_01 p::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 13px;
}

.jxm_01 p.p1 {
  padding-left: 0px;
  margin-bottom: 10px;
}

.jxm_01 p.p1::before {
  display: none;
}

.jxm_02 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}

.jxm_02 .jxm_02_c {
  display: inline-block;
  padding: 0px 66px;
  position: relative;
}

.jxm_02 .jxm_02_c p {
  width: 100%;
  overflow: hidden;
  color: #3f3f3f;
  line-height: 30px;
  position: relative;
  z-index: 999;
}

.jxm_02 .jxm_02_c p span {
  display: inline-block;
  background-color: #eff3f6;
  padding: 0px 10px;
}

.jxm_02 .jxm_02_c .b1 {
  width: 1px;
  height: calc(100% - 28px);
  display: block;
  overflow: hidden;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 14px;
}

.jxm_02 .jxm_02_c .b2 {
  width: 1px;
  height: calc(100% - 28px);
  display: block;
  overflow: hidden;
  background-color: #999;
  position: absolute;
  right: 0px;
  top: 14px;
}

.jxm_02 .jxm_02_c .b3 {
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 14px;
}

.jxm_02 .jxm_02_c .b4 {
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #999;
  position: absolute;
  left: 0px;
  bottom: 14px;
}

.jxm_03 {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #afaeaf;
  border-radius: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jxm_03 p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.jxm_03 p.p1 {
  line-height: 1.1;
  margin-bottom: 15px;
}

.jxm_03 p.p1 span {
  display: inline-block;
  position: relative;
  padding: 0px 25px;
}

.jxm_03 p.p1 span::before {
  content: "";
  width: 14px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/xmxq_03.png") 0px 2px no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.jxm_03 p.p1 span::after {
  content: "";
  width: 14px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/xmxq_03.png") 0px 2px no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.jxm_03 p.p2 {
  margin-top: 20px;
  line-height: 1.1;
}

.jxm_03 p.p2 a {
  display: inline-block;
  background: url("../images/xmxq_04.png") left 1px no-repeat;
  background-size: 16px;
  margin: 0px 60px;
  padding-left: 25px;
}

.jxm_03 p.p2 a i {
  display: inline-block;
  border-bottom: 1px solid #a6a5a6;
  padding-bottom: 10px;
  color: #3f3f3f;
}

.jxm_04 {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding: 30px 20px;
  border: 1px solid #afaeaf;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jxm_04 ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.jxm_04 ul::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #afaeaf;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -0.5px;
}

.jxm_04 ul li {
  width: calc((100% - 60px) / 2);
  float: left;
  position: relative;
  line-height: 24px;
  margin-top: 10px;
  padding-left: 100px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jxm_04 ul li:nth-child(2n) {
  float: right;
}

.jxm_04 ul li i {
  width: 87px;
  height: 18px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 4px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.jxm_04 ul li i.color_01 {
  background-color: #ec651a;
}

.jxm_04 ul li i.color_02 {
  background-color: #2e9439;
}

.jxm_04 ul li:nth-child(1) {
  margin-top: 0px;
}

.jxm_04 ul li:nth-child(2) {
  margin-top: 0px;
}

.jxm_04 p {
  width: 100%;
  overflow: hidden;
  color: #666;
  line-height: 1.5;
  margin-top: 20px;
}

.jxm_05 {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
}

.jxm_05 p {
  width: 100%;
  overflow: hidden;
  line-height: 1.1;
}

.jxm_05 p a {
  display: inline-block;
  background: url("../images/xmxq_04.png") left 1px no-repeat;
  background-size: 16px;
  margin: 0px 60px;
  padding-left: 25px;
}

.jxm_05 p a i {
  display: inline-block;
  border-bottom: 1px solid #a6a5a6;
  padding-bottom: 10px;
  color: #3f3f3f;
}

.jxm_06 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.jxm_06 img.img1 {
  height: 266px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.jxm_06 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: wrap;
  position: relative;
  z-index: 999;
}

.jxm_06 ul li {
  width: 20%;
  overflow: visible;
  margin: 0px 2%;
  margin-bottom: 30px;
}

.jxm_06 ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jxm_06 ul li em.em1 {
  border: 1px solid #d7231d;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.jxm_06 ul li em.em1 img {
  width: 100%;
  display: block;
}

.jxm_06 ul li em.em2 {
  text-align: center;
  margin-top: 20px;
  color: #3f3f3f;
  line-height: 1.5;
}

.jxm_07 {
  width: 100%;
  overflow: hidden;
  border: 1px solid #afaeaf;
  border-radius: 14px;
  padding: 30px;
  background-color: #fff;
  margin-top: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.jxm_07 .jxm_07_fl {
  width: 37%;
}

.jxm_07 .jxm_07_fl img {
  max-width: 100%;
}

.jxm_07 .jxm_07_fr {
  width: 60%;
}

.jxm_07 .jxm_07_fr p {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
  color: #666;
}
.rightbar{ width: 56px;background: #d7231d; position: fixed; top:30%; right: 0; box-sizing: border-box; padding:20px 10px 20px 15px;border-top-left-radius: 15px; border-bottom-left-radius: 15px; z-index: 9999;}
.rightbar a{display: flex; align-items: center; justify-content: center;font-size: 16px; color: #fff; line-height: 1;}
.rightbar li{border-bottom: solid #fff 1px;padding: 10px;}
.rightbar li:last-child{border-bottom: none;}

.submitbox{width: 80%; margin: 10%;}
.submitbox ul{display: flex;justify-content: space-between;}
.submitbox ul li{width: 40%;}
.submitbox ul li span{display: flex; align-items: center; line-height: 1;padding: 8px 0;}
.submitbox ul li span i{color: #d7231d; font-size: 24px; line-height: .3; padding: 5px 0 0 5px; margin-top: 8px;}
.submitbox ul li label{display: flex; width: 100%; border: solid #ddd 1px; height: 40px; line-height: 40px; border-radius: 3px;overflow: hidden;}
.submitbox ul li label i{ width: 20%; text-align: center; border-right: solid #ddd 1px;}
.submitbox ul li label input{width: calc(80% - 21px); padding: 0 10px; border: none;}
.submitbox ul li:nth-child(2)  label input{width: 50%;}
.submitbox ul li:nth-child(2)  label button{ color: #fff; background: #d7231d;border: none;width: 48%;}
.submitbtn{width: 100%;text-align: center;}
.submitbtn input{color: #fff; background: #d7231d;border: none; height: 40px; line-height: 40px; border-radius: 5px;padding: 0 90px;}

.jsq02l_01_3{}
.jsq02l_01_3 .txt1{line-height:1.5;font-weight:bold;color:#d7231d;margin-bottom:10px;}
.jsq02l_01_3 .txt2{line-height:1.5;}

.djdttc_a{cursor:pointer;}

.djdttcfr{width:100%;height:100%;overflow:hidden;position:fixed;left:0px;top:0px;z-index:9999999999999;display:flex;display:-webkit-flex;align-items:center;justify-content:center;display:none;}
.djdttcfr .djdttc_bg{width:100%;height:100%;overflow:hidden;position:absolute;left:0px;top:0px;z-index:1;background-color:rgba(0,0,0,0.79);}
.djdttcfr .djdttc_c{width:360px;overflow:hidden;position:relative;z-index:9;padding:0px 40px;opacity:0;top:20px;display:none;background-color:#fff;border:1px solid $color2;border-radius:6px;-moz-box-shadow:0px 0px 9px rgba(215,35,29,0.21);-webkit-box-shadow:0px 0px 9px rgba(215,35,29,0.21);box-shadow:0px 0px 9px rgba(215,35,29,0.21);box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.djdttcfr .djdttc_c a.close{width:28px;height:28px;display:block;overflow:hidden;background:url("../images/close.png") center no-repeat;background-size:100%;position:absolute;right:20px;top:20px;}
.djdttcfr .djdttc_c p{width:100%;overflow:hidden;}
.djdttcfr .djdttc_c p.p1{margin-top:70px;margin-bottom:20px;}
.djdttcfr .djdttc_c p.p2{margin-bottom:40px;}
.djdttcfr .djdttc_c p span{width:100%;display:block;overflow:hidden;}
.djdttcfr .djdttc_c p span.sp1{line-height:34px;color:#666;}
.djdttcfr .djdttc_c p span.sp1 i{color:#d7231d}
.djdttcfr .djdttc_c p span.sp2{line-height:45px;position:relative;}
.djdttcfr .djdttc_c p span.sp2 input.cgal_txt{width:100%;height:42px;padding:0px 10px 0px 62px;border:1px solid #eee;border-radius:3px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.djdttcfr .djdttc_c p span.sp2 select{width:52px;height:38px;border:0px;border-right:1px solid #eee;position:absolute;left:4px;top:4px;color:#666;}
.djdttcfr .djdttc_c p span.sp2 input.cgal_txt1{width:calc(100% - 132px);height:42px;padding:0px 10px 0px 10px;border:1px solid #eee;border-radius:3px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.djdttcfr .djdttc_c p span.sp2 .yzm{width:132px;display:inline-block;position:absolute;right:0px;top:0px;background-color:#d7231d;color:#fff;border-radius:3px;text-align:center;}
.djdttcfr .djdttc_c p span.sp3{color:#999;line-height:1.5;margin-top:10px;}
.djdttcfr .djdttc_c p.p2{margin-top:20px;}
.djdttcfr .djdttc_c p.p2 input{width:100%;height:42px;border:0px;background-color:#d7231d;color:#fff;border-radius:3px;cursor:pointer;}

.djdttcfr .djdttc_c2{width:990px;overflow:hidden;position:relative;z-index:999;display:none;opacity:0;top:10px;}
.djdttcfr .djdttc_c2 .close{width:40px;height:40px;display:block;overflow:hidden;background:url("../images/close1.svg") center no-repeat;background-size:100%;position:absolute;right:0px;top:0px;z-index:9999;}
.djdttcfr .djdttc_c2 .djdttc2_prev{width:40px;height:100%;display:block;overflow:hidden;background:url("../images/in_06.svg") center no-repeat;background-size:100%;z-index:999;position:absolute;left:0px;top:0px;}
.djdttcfr .djdttc_c2 .djdttc2_next{width:40px;height:100%;display:block;overflow:hidden;background:url("../images/in_08.svg") center no-repeat;background-size:100%;z-index:999;position:absolute;right:0px;top:0px;}

.djdttc2_slide{width:calc(100% - 180px);overflow:hidden;margin:0px auto;padding:0px;margin-top:25px;}
.djdttc2_slide .swiper-slide{width:100%;overflow:hidden;}
.djdttc2_slide .swiper-slide img{width:100%;display:block;max-height:90vh;object-fit:cover;}


.nxq_02_t h1{text-align:center;}
.nxq_02_b{overflow:hidden;margin-top:.9259259259vh;margin-bottom:5.5555555556vh;}
.nxq_02_b a{width:100%;display:block;overflow:hidden;line-height:1.5;margin:10px 0px;}
.nxq_02c_style1{margin-top:2.7777777778vh}

.nxq_02_t p span{display:inline-block;margin-left:1.0416666667vw}


@media screen and (max-width: 990px) {
    .rightbar{display:none;}
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .top_t {
    font-size: 0.13rem;
  }
  .top_t .wrap_c {
    padding: 0px 10px;
  }
  .top_t i {
    display: none;
  }
  .top_t a {
    margin-left: 5px;
  }
  .top_t a:nth-child(1) {
    margin-left: 0px;
  }
  .top_t .fr a {
    display: none;
  }
  .top_t .fr .a1 {
    width: 0.22rem;
    height: 47px;
    background: url("../images/c_03.svg") center no-repeat;
    background-size: 100%;
  }
  .top_c .wrap_c {
    padding: 0px 10px;
  }
  .top_c {
    height: auto;
  }
  .top_c .fl img {
    height: 0.5rem;
  }
  .mtmenu_click {
    float: right;
    margin-left: 0px;
    position: relative;
    z-index: 9991;
    margin-right: 0px;
  }
  .mtmenu_click a {
    width: 24px;
    height: 0.5rem;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01.svg") center no-repeat;
    background-size: 100%;
    outline: none;
  }
  .mtmenu_click a.on {
    background: url("../images/menu_02.svg") center no-repeat;
    background-size: 20px;
    outline: none;
  }
  .top_sch {
    float: left;
    width: 20px;
    height: 0.5rem;
    overflow: hidden;
    float: right;
    margin-right: 0.2rem;
    outline: none;
  }
  .top_sch a {
    width: 100%;
    display: block;
    height: 0.5rem;
    background: url("../images/t_02.svg") center no-repeat;
    background-size: 100%;
    outline: none;
  }
  .top_sch a:hover {
    outline: none;
  }
  .other_top .top_sch a {
    background: url("../images/t_02_on.svg") center no-repeat;
    background-size: 100%;
  }
  .other_top .mtmenu_click a {
    background: url("../images/menu_01_on.svg") center no-repeat;
    background-size: 100%;
  }
  .other_top .mtmenu_click a.on {
    background: url("../images/menu_02_on.svg") center no-repeat;
    background-size: 100%;
  }
  .top_c .fr {
    width: 100%;
    margin-top: 0px;
    display: none;
  }
  .top_c .fr.on {
    display: block;
  }
  .top_c .fr label {
    width: 100%;
  }
  .top_on .top_c {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .other_top .top_c {
    background-color: #fff;
  }
  .top_b {
    width: 100%;
    height: calc(var(--vh) * 100 - 47px - 0.5rem);
    display: none;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    padding-right: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .top_b.on {
    display: block;
  }
  .top_b .wrap_c {
    padding: 0px;
  }
  .top_b ul li {
    width: 100%;
    position: relative;
    margin: 0px;
    border-bottom: 0.01rem solid #eee;
    overflow: hidden;
  }
  .top_b ul li .topb_t {
    width: 100%;
    justify-content: flex-start;
    padding: 0px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .top_b ul li .topb_t::after {
    content: "";
    width: 0.2rem;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 0px;
    background: url("../images/nav_01.svg") right center no-repeat;
    background-size: 100%;
  }
  .top_b ul li.acitve .topb_t::before{bottom:-5px;}
  .top_b ul li.on .topb_t::after {
    background: url("../images/nav_02.svg") right center no-repeat;
    background-size: 100%;
  }
  .top_b ul li:first-child .topb_t::after {
    display: none;
  }
  /*.top_b ul li:nth-child(3) .topb_t::after {
    display: none;
  }
  .top_b ul li:nth-child(4) .topb_t::after {
    display: none;
  }*/
  .top_b ul li .topb_t::before {
    height: 0rem;
  }
  .top_b ul li .topb_c {
    position: relative;
    top: 0px;
    font-size: 0.14rem;
  }
  .top_b ul li .topb_c .wrap_c {
    padding: 0px 10px;
  }
  .top_b ul li.on .topb_c {
    top: 0px;
  }
  .top_b ul li .topb_c .fr {
    display: none;
  }
  .top_b ul li .topb_c .fl {
    width: 100%;
    height: auto;
    padding: 5px 0px;
  }
  .top_b ul li .topb_c .fl::before {
    display: none;
  }
  .top_b ul li .topb_c .fl dl {
    width: 33.3333%;
    margin-right: 0px;
  }
  .top_b ul li .topb_c .fl dl dd {
    margin-bottom: 0px;
  }
  .top_b ul li .topb_c .fl1 {
    width: 100%;
    padding: 5px 0px;
    height: auto;
  }
  .top_b ul li .topb_c .fl1::before {
    display: none;
  }
  .top_b ul li .topb_c .fl1 dl dd {
    margin-bottom: 0px;
    margin: 5px 0px;
  }
  .in_01 .img1 {
    height: 300px;
  }
  .bs_spfr .bs_sp span {
    width: 8px;
    height: 8px;
    margin: 0px 3px !important;
  }
  .bs_spfr {
    bottom: 0.1rem;
  }
  .in_02 {
    padding-top: 10px;
  }
  .in_02 .fl {
    width: 100%;
  }
  .in_02 .fr {
    width: 100%;
    margin-top: 10px;
  }
  .in_02_t p.p1::before {
    width: 0.2rem;
  }
  .in_02_t p.p2 a {
    line-height: 35px;
  }
  .in_03_c {
    display: block;
    padding-bottom: 14px;
  }
  .in_03_c .fl {
    width: 100%;
  }
  .in_03_c .fc {
    width: 48%;
    margin-top: 14px;
  }
  .in_03_c .fr {
    width: 48%;float:right;
    margin-top: 14px;
  }
  .in_04 {
    padding: 20px 0px;
  }
  .in_04_t p.p2 {
    margin-top: 0.1rem;
    font-size: 0.12rem;
  }
  .in_04cfr {
    margin-top: 0px;
  }
  .in_04_tab {
    margin-bottom:0px;
    padding-left: 0px;
    width: 100%;
  }
  .in_04_c {
    padding: 0px 20px;
    padding-top: 10px;
  }
  .in_04_c ul li {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
  }
  .in_04_c ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .in_05 {
    padding-top: 20px;
  }
  .in_05_t p.p1 {
    overflow: visible;
  }
  .in_05_t p.p1 label {
    position: relative;
    max-width: 3rem;
  }
  .in_05_t p.p1 img {
    position: absolute;
    left: -15px;
    top: 8px;
    height: 20px;
  }
  .in_05_t p.p2 {
    margin-top: 10px;
  }
  .in_05_t p.p3 {
    margin-top: 20px;
    display: block;
  }
  .in_05_t p.p3 .lb1 {
    width: 100%;
  }
  .in_05_c {
    margin-top: 20px;
  }
  .in_05_c ul li {
    width: 15.625%;
  }
  .in_05_c ul li p.p1 {
    font-size: 0.12rem;
  }
  .in_05_c ul li p.p1 label {
    line-height: 1.2;
    padding: 0px 8px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .in_05_c ul li p.p2 b {
    width: 0.12rem;
    height: 0.12rem;
  }
  .in_05_c::before {
    height: 0.02rem;
    bottom: 0.06rem;
  }
  .in_06 {
    padding-top: 20px;
  }
  .in_06 .in_05_t p.p1 img {
    left: -23px;
  }
  .in_06_c {
    margin-top: 15px;
  }
  .in_06cs_video {
    width: 100%;
  }
  .in_06cs_video img {
    height: 2rem;
  }
  .in_06c_video {
    width: 100%;
  }
  .in_06c_r {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: 20px;
  }
  .in_06c_r ul li {
    float: left;
    width: calc((100% - 0.2rem) / 3);
    margin-right: 0.1rem;
  }
  .in_06c_r ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .in_06c_r ul li em.em2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .in_07 {
    padding: 20px 0px;
    margin-top: 20px;
  }
  .in_07_t {
    height: auto;
  }
  .in_07_t label {
    width: 2.46rem;
  }
  .in_07_t label {
    position: relative;
  }
  .in_07_t label img {
    position: absolute;
    left: -13px;
    top: 5px;
    height: 30px;
  }
  .in_07c_t {
    padding: 0px 10px;
  }
  .in_07c_c {
    padding: 0px 40px;
  }
  .in_07c_c .in_07cc_prev {
    width: 12px;
  }
  .in_07c_c .in_07cc_next {
    width: 12px;
  }
  .in_07c_b {
    padding: 0px 40px;
  }
  .in_07c_b p.p1 {
    margin-bottom: 5px;
  }
  .in_08 {
    margin-top: 20px;
  }
  .in_08 .fl {
    width: 100%;
  }
  .in_08 .fr {
    widtH: 100%;
    margin-top: 20px;
  }
  .inr_08_c {
    height: 143px;
  }
  .inr_08c_slide {
    height: 130px;
  }
  .inr_08_c .inr_08c_prev::before {
    background-size: 12px;
  }
  .inr_08_c .inr_08c_next::before {
    background-size: 12px;
  }
  .btnfr {
    margin-top: 0.4rem;
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
  .btn_01 .fl {
    width: 100%;
  }
  .btn_01 .fr {
    display: none;
  }
  .btn_01 .fl p.p1 img {
    height: 0.24rem;
  }
  .btn_01 .fl p.p2 label {
    width: calc((100% - 0.2rem) / 3);
    margin-left: 0.1rem;
  }
  .btn_02 .fl {
    width: 100%;
  }
  .btn_02 .fr {
    width: 100%;
  }
  .btn_02 .wrap_c {
    display: block;
  }
  .pgtcfr .pgtc_c {
    max-width: 300px;
  }
  .pgtcfr .pgtc_c p {
    max-width: 260px;
  }
  .cgaltcfr .cgaltc_c {
    max-width: 300px;
    padding: 0px 20px;
  }
  .cgaltcfr .cgaltc_c2 {
    width: 90%;
  }
  .cgaltcfr .cgaltc_c2 .close {
    width: 0.14rem;
    height: 0.14rem;
  }
  .cgaltcfr .cgaltc_c2 .cgaltc2_prev {
    width: 0.14rem;
  }
  .cgaltcfr .cgaltc_c2 .cgaltc2_next {
    width: 0.14rem;
  }
  .cgaltc2_slide {
    width: calc(100% - 0.6rem);
  }
  .ym_01_t {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .ym_01_t i {
    margin-left: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
    line-height: 1.4;
    margin-top: 5px;
  }
  .ym_01_c {
    width: 100%;
    overflow: hidden;
  }
  .ym_01_c .fl {
    width: 100%;
    margin-top: 10px;
  }
  .ym_01_c .fr {
    width: 100%;
  }
  .ym_01_c .fl p {
    margin-bottom: 10px;
  }
  .ym_02_c {
    margin-top: 15px;
  }
  .ym_02_c ul {
    display: block;
  }
  .ym_02_c ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .ym_03_c {
    margin-top: 15px;
  }
  .ym_03_c ul {
    display: block;
  }
  .ym_03_c ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .gjdb_01 {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .gjdb_03 {
    margin-top: 10px;
  }
  .gjdb_03 .wrap_c {
    width: calc(100% - 40px);
    margin: 0px auto;
    padding: 0px;
  }
  .gjdb_03_li {
    display: block;
  }
  .gjdb_03_li .fl {
    width: 100%;
    height: 80px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
  }
  .gjdb_03_li .fr {
    width: 100%;
  }
  .gjdb_03_li .fr ul li img {
    height: 0.4rem;
  }
  .gjdb_03_li .fr ul li::after {
    background-size: 0.2rem;
  }
  .gjdb_01 p {
    padding-bottom: 10px;
  }
  .dbxq_01 {
    margin-top: 10px;
  }
  .dbxq_03 ul {
    min-width: 1000px;
  }
  .dbxq_01 ul {
    min-width: 1000px;
  }
  .dbxq_02 label {
    min-width: 1000px;
  }
  .dbxqfr {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .dbxqfr .wrap {
    max-width: auto;
    min-width: 1000px;
  }
  .jsq_01 img {
    height: 185px;
    object-fit: cover;
    object-position: right center;
  }
  .jsq_02 .wrap_c {
    padding: 20px 0px;
  }
  .jsq_02 .wrap_c::before {
    display: none;
  }
  .jsq_02 .fl {
    width: calc(100% - 20px);
    margin-left: 0px;
    float: none;
    margin: 0px auto;
    padding: 0px;
  }
  .jsq_02 .fr {
    width: calc(100% - 20px);
    float: none;
    margin: 0px auto;
    margin-top: 20px;
  }
  .tip1fr {
    width: calc(100% - 10px);
    left: 5px !important;
  }
  .tip1fr b {
    right: 0.28rem;
  }
  .tip2fr {
    width: calc(100% - 10px);
    left: 5px !important;
  }
  .lx_01_c ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .lx_02_t img {
    height: 0.2rem;
    margin-top: 0.08rem;
  }
  .lx_02_t span {
    margin-left: 0.1rem;
  }
  .xmxq_04_c5 label img {
    height: 0.2rem;
    margin-top: 0.1rem;
  }
  .lx_02c2_c ul li em.em2 {
    width: calc(100% - 80px - 20px);
  }
  .lx_03_c {
    margin-top: 15px;
  }
  .ym_01_c .fr1 {
    width: 100%;
  }
  .xmxq_02_t .fl {
    float: none;
    margin: 0px auto;
    padding: 0px;
  }
  .xmxq_02_t .fr {
    width: 100%;
    margin-top: 20px;
  }
  .xmxq_02_c {
    margin-top: 20px;
  }
  .xmxq_02_c ul {
    display: block;
  }
  .xmxq_02_c ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .xmxq_02_c ul li .xq02c_txt {
    display: block;
    margin-top: 10px;
  }
  .xmxq02_cfr {
    display: none !important;
  }
  .xmxq_03 {
    padding: 20px 0px;
  }
  .xmxq_03_c p.p2 span {
    padding: 0px 20px;
  }
  .xmxq_03_c p.p4 a {
    display: block;
    margin: 15px 0px;
    width: 100%;
    text-align: left;
  }
  .xmxq_03_c2 {
    padding: 20px;
  }
  .xmxq_04 {
    padding-top: 20px;
  }
  .xmxq_04_c2 p.p1 {
    text-align: left;
  }
  .xmxq_04_c2 p.p2 {
    text-align: left;
  }
  .xmxq_04_c3 ul {
    display: block;
  }
  .xmxq_04_c3 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .xmxq_04_c3 ul li:last-child {
    margin-bottom: 0px;
  }
  .xmxq_04_c5 {
    margin-top: 20px;
  }
  .ympg_01 {
    margin-top: 10px;
  }
  .ympg_xg_01 {
    width: 100%;
  }
  .ympg_01 .wrap_c {
    width: calc(100% - 40px);
    padding: 10px 20px;
  }
  .ympg_03_li ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .ympg_03_li ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .ympg_03_li ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .ympg_03_li_dx ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .ympg_03_li_dx ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .ympg_03_li_dx ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .ympg_02 .wrap_c {
    width: calc(100% - 40px);
  }
  .ympg_03 {
    margin-top: 0px;
  }
  .ympg_04 {
    margin-top: 20px;
  }
  .ympg_04 .wrap_c {
    width: calc(100% - 40px);
  }
  .ympg_04_c ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .top_empty {
    height: 97px;
  }
  .sub_c .wrap_c {
    padding: 0px;
  }
  .nxq_01 {
    padding: 10px 0px;
  }
  .nxq_02 .wrap_c {
    width: calc(100% - 40px);
  }
  .nxq_02_t {
    width: 100%;
  }
  .nxq_02_c {
    width: 100%;
  }
  .navfr .wrap_c {
    padding: 0px;
  }
  .navfr ul li {
    margin-left: 10px;
  }
  .navfr ul li:nth-child(1) {
    margin-left: 10px;
  }
  .nlist_01 ul li em.em1 {
    width: 100%;
  }
  .nlist_01 ul li em.em2 {
    width: 100%;
    margin-top: 15px;
  }
  .nlist_01 ul li em.em2 span.sp2 i {
    margin-left: 10px;
  }
  .pagesfr {
    margin-top: 20px;
  }
  .mem_01 .banner_slide {
    height: 300px;
  }
  .mem_02 {
    position: relative;
    top: 0px;
    margin-top: -220px;
  }
  .mem_03_r .fl {
    width: 100%;
    padding: 0px 20px;
  }
  .mem_03_r .fr {
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
  }
  .mem_02_r {
    padding: 0px 20px;
    padding-top: 40px;
  }
  .mem_02r_c ul li {
    width: 100%;
    margin-right: 0px;
  }
  .memin_01 {
    margin-top: -200px;
  }
  .memin_01_c {
    display: block;
  }
  .memin_01_c .min01c_l {
    width: 100%;
  }
  .memin_01_c .min01c_r {
    width: 100%;
    margin-top: 20px;
  }
  .cjwt_01_c ul li {
    width: 100%;
    margin-right: 0px;
  }
  .min_01cl_t label.lb1 b {
    width: 0.2rem;
  }
  .aqzx_01 ul li .sp1 {
    width: calc(100% - 110px);
    min-height: 37px;
    line-height: 1.5;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
  }
  .jbxx_01_c ul li {
    width: 100%;
    margin-right: 0px;
  }
  .jbxx_01_c ul::before {
    display: none;
  }
  .wdxm_01 ul li {
    padding: 20px;
  }
  .wdxm_01 ul li em.em1 {
    width: 100%;
  }
  .wdxm_01 ul li em.em2 {
    width: 100%;
    margin-top: 10px;
  }
  
  .submitbox {
    width: 100%;
    margin: 0 0 .2rem;
  }
  .submitbox ul{flex-wrap: wrap;}
.submitbox ul li{width: 100%; margin-top: .2rem;}

    .ab_01{padding-top:.2rem;}
    .ab_01_t .ab_01t_c{width:auto;}
    .ab_01c_t i{left:0px;}
    .ab_01c_t span{padding-left:40px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding-bottom:.1rem;height:auto;}
    .ab_01c_c::before{width:.03rem;}  
    
    .ab_01c_img{margin-top:.2rem;}
    .ab_01c_img ul li{width:calc((100% - .1rem) / 2);margin-right:.1rem;margin-bottom:.1rem;}
    .ab_01c_img ul li:nth-child(2n){margin-right:0px;}    
    
    .ab_02{margin-top:.2rem;}

    .ab_03cfr{display:block;}
    .ab_03cfr .fl{width:100%;}
    .ab_03cfr .fl img.img1{margin:0px auto;padding:0px;}
    .ab_03cfr .fl ul{position:relative;bottom:0px;left:0px;width:100%;margin-top:.2rem;}
    .ab_03cfr .fl ul li{margin-bottom:.1rem;}
    
    .ab_03cfr .fr{width:100%;margin-top:.2rem;padding-bottom:1rem;}
    
    .ab_04{padding-top:.2rem;}

    .ab_04_c ul{grid-template-columns:repeat(1, 1fr)}

    .ab_05_c ul{grid-template-columns:repeat(1, 1fr)}

    .ab_06_map{width:100%;margin-top:.2rem;}
    .ab_06_map img{width:100%;display:block;}

    .ab_06_b{width:100%;}
    .ab_06_b ul li span.sp1{background:url("../images/ab_09.png") left .07rem no-repeat;padding-left:.25rem;background-size:.2rem;}
    .ab_06_b ul li span.sp2{background:url("../images/ab_10.png") left .07rem no-repeat;padding-left:.25rem;background-size:.2rem;}
    

    .ab_06_lx{margin-top:.2rem;}
    .ab_06_lx .ab_06lx_c{width:90%;}
    .ab_06_lx .ab_06x_txt{width:100%;margin-bottom:.1rem;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
    .ab_06_lx .ab_06x_btn1{margin:0px;float:left;width:48%;padding:0px;text-align:center;}
    .ab_06_lx .a1{margin:0px;float:right;width:48%;padding:0px;text-align:center;}

    .djdttcfr .djdttc_c{max-width:300px;padding:0px 20px;}
    .djdttcfr .djdttc_c2{width:90%;}
    .djdttcfr .djdttc_c2 .close{width:.14rem;height:.14rem;}
    .djdttcfr .djdttc_c2 .djdttc2_prev{width:.14rem;}
    .djdttcfr .djdttc_c2 .djdttc2_next{width:.14rem;}
    .djdttc2_slide{width:calc(100% - .6rem)}

    .jxm_04 ul li{width:100%;margin-right:0px;}
    .jxm_04 ul::before{display:none;}




}