@charset "UTF-8";
@font-face {
  
  src: url("../fonts/fzyl.woff2") format("woff2"), url("../fonts/fzyl.woff") format("woff"), url("../fonts/fzyl.ttf") format("truetype"), url("../fonts/fzyl.eot") format("embedded-opentype"), url("../fonts/fzyl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'din_condensedbold';
  src: url("../fonts/din_condensed_bold-webfont.eot");
  src: url("../fonts/din_condensed_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din_condensed_bold-webfont.woff2") format("woff2"), url("../fonts/din_condensed_bold-webfont.woff") format("woff"), url("../fonts/din_condensed_bold-webfont.ttf") format("truetype"), url("../fonts/din_condensed_bold-webfont.svg#din_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
.p-banner {
  background: url(../images/1122/kv.jpg) center no-repeat;
  height: 470px;
}

body {
  overflow-x: hidden;
}

.jxzh_20241122__body .container {
  width: auto !important;
  border-radius: 0 80px 0 0;
  background: #ddd url(../images/1122/con_bg.png) right top no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  
  color: #000;
  padding: 60px 100px;
}

.top_title {
  text-align: center;
}

h3.top_title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: normal;
}

h4.top_title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 60px;
}

.red__con {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 0 50px;
  text-align: center;
}

.red__con h4 {
  font-size: 24px;
}

.red__con h4 strong, .red__con h4 span {
  vertical-align: middle;
  display: inline-block;
}

.red__con h4 strong {
  color: #e02d33;
  font-size: 32px;
}

.red__con p {
  font-size: 18px;
}

.red__con p strong {
  color: #e02d33;
}

.red__con div.tit {
  background-color: #e02d33;
  border-radius: 10px;
  padding: 10px 40px;
  color: #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.red__con div.tit img {
  margin-right: 20px;
  height: 50px;
}

.red__con div.tit .txt {
  text-align: center;
}

.red__con div.tit .txt h3 {
  font-size: 24px;
  margin-bottom: -5px;
}

.red__con div.tit .txt h6 {
  font-size: 18px;
  font-weight: normal;
}

.mb140 {
  margin-bottom: 140px;
}

.pb200 {
  padding-bottom: 200px;
}

.tab_list {
  display: flex;
  align-items: stretch;
  width: 1000px;
  margin: -70px auto 0;
  position: relative;
  z-index: 10;
}

.tab_list li {
  width: calc(100% / 5 - 20px * 4 / 5);
  margin: 0 20px 0 0;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 0 10px 10px rgba(100, 100, 100, 0.3);
  cursor: pointer;
}

.tab_list li:nth-child(5n) {
  margin-right: 0;
}

.tab_list li:hover, .tab_list li.active {
  background-color: #e02d33;
}

.tab_list li:hover h6, .tab_list li:hover p, .tab_list li.active h6, .tab_list li.active p {
  color: #fff;
}

.tab_list li:hover .ico1, .tab_list li.active .ico1 {
  background-image: url(../images/1122/ico1_w.png);
}

.tab_list li:hover .ico2, .tab_list li.active .ico2 {
  background-image: url(../images/1122/ico2_w.png);
}

.tab_list li:hover .ico3, .tab_list li.active .ico3 {
  background-image: url(../images/1122/ico3_w.png);
}

.tab_list li:hover .ico4, .tab_list li.active .ico4 {
  background-image: url(../images/1122/ico4_w.png);
}

.tab_list li:hover .ico5, .tab_list li.active .ico5 {
  background-image: url(../images/1122/ico5_w.png);
}

.tab_list li i {
  display: block;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 70px;
  height: 56px;
}

.tab_list li i.ico1 {
  background-image: url(../images/1122/ico1.png);
}

.tab_list li i.ico2 {
  background-image: url(../images/1122/ico2.png);
}

.tab_list li i.ico3 {
  background-image: url(../images/1122/ico3.png);
}

.tab_list li i.ico4 {
  background-image: url(../images/1122/ico4.png);
}

.tab_list li i.ico5 {
  background-image: url(../images/1122/ico5.png);
}

.tab_list li p {
  font-size: 20px;
  font-weight: normal;
}

.tab_list li h6 {
  font-weight: normal;
  font-size: 16px;
}

.tab__con {
  width: 1000px;
  margin: 0 auto;
  margin-top: 35px;
}

.tab__con .con {
  background-color: #fff;
  box-shadow: 0 0 0 10px 10px rgba(100, 100, 100, 0.3);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  z-index: 1;
  display: none;
}

.tab__con .con b {
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 20px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  left: 70px;
}

.tab__con .con b.b2 {
  left: 275px;
}

.tab__con .con b.b3 {
  left: 480px;
}

.tab__con .con b.b4 {
  left: 685px;
}

.tab__con .con b.b5 {
  left: 890px;
}

.tab__con .con .tit_con {
  border-bottom: 1px solid #e02d33;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.tab__con .con .tit_con h3 {
  color: #e02d33;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
}

.tab__con .con .txt_con h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}

.tab__con .con .txt_con h4 {
  font-size: 30px;
  color: #e02d33;
  margin-bottom: 20px;
}

.tab__con .con .txt_con p {
  font-size: 18px;
  line-height: 1.5;
}

.tab__con .con .txt_con p span {
  color: #e02d33;
}

.tab__con .con .btn_con {
  text-align: center;
  padding: 40px 0 0;
}

.tab__con .con .btn_con .btn {
  display: inline-block;
  background-color: #e02d33;
  border-radius: 10px;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
}

.details__body .top__con {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.details__body .top__con .img_con {
  width: 370px;
  margin-right: 40px;
}

.details__body .top__con .img_con img {
  display: block;
  width: 100%;
}

.details__body .top__con .txt_con {
  width: calc(100% - 370px + 40px);
  box-sizing: border-box;
}

.details__body .top__con .txt_con ul li {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.details__body .top__con .txt_con ul li:last-child {
  margin-bottom: 0;
}

.details__body .top__con .txt_con ul li span, .details__body .top__con .txt_con ul li p {
  display: inline-block;
  vertical-align: middle;
}

.details__body .top__con .txt_con ul li span {
  border-radius: 10px;
  border: 2px solid #e02d33;
  color: #e02d33;
  font-size: 14px;
  padding: 6px 10px;
  margin-right: 20px;
  background-color: #fff;
  width: 130px;
  text-align: center;
}

.details__body .top__con .txt_con ul li span.c_2 {
  background-color: #fff;
}

.details__body .top__con .txt_con ul li span.c_3 {
  background-color: #fff;
}

.details__body .top__con .txt_con ul li p {
  font-size: 18px;
  width: calc(100% - 130px);
}

.details__con {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
  background-color: #fff;
  padding: 60px 30px 30px;
  border-radius: 10px;
}

.details__con span.tit {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #e02d33;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 10px;
  border: 2px solid #c43d32;
}

.details__con p {
  font-size: 18px;
  line-height: 1.5;
}

.details__con h6 {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.5;
}

.details__con h6 a {
  color: #4a4a4a;
}

.mt50 {
  margin-top: 50px;
}

.new_top__con{
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 860px;
  margin:0 auto;
  margin-bottom: 50px;
}

.new_top__con .img_con{
  width: 50%;
}
.new_top__con .img_con img{
  display: block;
  width: 100%;
}
.new_top__con .txt_con{
  width: 50%;
  padding-left: 30px;
}
.new_top__con .txt_con h6{
  margin-bottom: 30px;
}
.new_top__con .tit{
  background-color: #e02d33;
  border-radius: 10px;
  padding: 5px 15px;
  color: #fff;
  display: inline-block;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 20px;
}
.new_top__con .tit img{
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 40px;
}

.new_top__con .txt_con .tit .txt {
  text-align: left;
  margin: 0;
  padding-top:5px;
  display: inline-block;
  vertical-align: middle;
}

.new_top__con .tit .txt h3 {
  font-size: 18px;
  margin-bottom: -5px;
}

.new_top__con .tit .txt h6 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.new_top__con .txt_con h3{
  font-size: 20px;
  font-weight: normal;
}
.new_top__con .txt_con h3 strong{
  font-size: 32px;
  color:#e02d33;
  font-weight: normal;
}
.new_top__con .txt_con p{
  font-size: 15px;
}
.new_top__con .txt_con p strong{
  color:#e02d33;
}

.new_top__con.s_2 .txt_con{
  padding:0 30px 0 0;
  width: 55%;
}
.new_top__con.s_2 .img_con{
  width: 45%;
}

.new_list__con{
  width: 860px;
  margin:0 auto;
  max-width: 100%;
}


.new_list__con .con {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding:30px 40px 40px 130px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: 30px;
}


.new_list__con .con .tit_con {
  border-bottom: 1px solid #e02d33;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.new_list__con .con .tit_con h3 {
  color: #e02d33;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
}

.new_list__con .con .tit_con h3 span{
  padding-left: 20px;
}

.new_list__con .con .txt_con h4 {
  font-size: 24px;
  color: #e02d33;
  margin-bottom: 20px;
}

.new_list__con .con .txt_con p {
  font-size: 14px;
  line-height: 1.5;
}

.new_list__con .con .txt_con p span {
  color: #e02d33;
}

.new_list__con .con .btn_con {
  text-align: left;
  padding: 20px 0 0;
}

.new_list__con .con .btn_con .btn {
  display: inline-block;
  background-color: #e02d33;
  border-radius: 10px;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
}

.new_list__con .con .red_block{
  position: absolute;
  top:25px;
  left: -35px;
  background-color:#e02d33;
  color:#fff;
  text-align: center;
  border-radius: 10px;
  padding:15px;
  width: 90px;
}
.new_list__con .con .red_block p{
  font-size: 14px;
  
}
.new_list__con .con .red_block h6{
  font-size: 12px;
  line-height: 1;
}

.new_list__con .con .red_block i{
  display: block;
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin:0 auto 5px;
  
}
.new_list__con .con .red_block i.ico1{
  background-image:url(../images/1122/ico1_w.png);
}
.new_list__con .con .red_block i.ico2{
  background-image:url(../images/1122/ico2_w.png);
}
.new_list__con .con .red_block i.ico3{
  background-image:url(../images/1122/ico3_w.png);
}
.new_list__con .con .red_block i.ico4{
  background-image:url(../images/1122/ico4_w.png);
}
.new_list__con .con .red_block i.ico5{
  background-image:url(../images/1122/ico5_w.png);
}

.sub-banner .container{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  width:100% !important;
  padding:0 100px;
  box-sizing: border-box;
}
.sub-banner .container .lan{
  position: absolute;
  bottom:0;
  right:100px;
  background-color:rgba(0,0,0,.7);
  padding:5px 10px;
  border-radius: 10px 10px 0 0;
}
.sub-banner .container .lan a  , .sub-banner .container .lan em{
  display: inline-block;
  vertical-align: middle;
  color:#fff;
  font-size: 14px;
}
.sub-banner .container .lan em{
  padding:0 5px;
}
.rightFixed{
  display: none;
}
.otben{
  height: 160px;
  position: relative;
  display: flex;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 10px;
  overflow:hidden;
}
.otben img{
  display: block;
  width: 100%;
}
.otben .tit{
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e02d33;
  color: white;
  padding: 16px 24px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.otben .tit h6{
  font-size: 12px;
}
.btn-red {
  display: inline-block;
  padding: 6px 10px;
  background-color: #e02d33;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 150px;
  text-align: center;
}
.btn-red:hover {
  color: #fff;
}
.btn-reden {
  display: inline-block;
  padding: 6px 10px;
  background-color: #e02d33;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 220px;
  text-align: center;
}
.btn-reden:hover {
  color: #fff;
}