* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  font-family: Arial, Helvetica, sans-serif !important;
}
a {
  transition: all 0.5s ease;
}
body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}
.wapshoww {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
img {
  border: 0;
}
.max-width {
  width: 1520px;
  margin: 0 auto;
      display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.max-width2 {
  width: 1200px;
  margin: 0 auto;
}
.pic {
  line-height: 0;
}
.pic img {
  width: 100%;
  height: 100%;
  /*aspect-ratio: 3/2;*/
  object-fit: cover;
}
.zxy img{
    object-fit: none !important;
}
.new_list {
  width: 100%;
  padding: 45px 0 100px 0;
}
.new_list ul{
    width: 100%;
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.new_list .new_list_box {
  width: 100%;
}
.new_list .new_list_box .tit {
  font-size: var(--font45);
  color: #151515;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.new_list .new_list_box .tit:after {
  content: "";
  width: 370px;
  height: 1px;
  position: absolute;
  bottom: -25px;
  background: #868686;
  left: 50%;
  transform: translate(-50%, 0);
}
.new_list .new_list_box .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 90px 0 100px 0;
}
.new_list .new_list_box .tab a {
  width: 234px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d1d1d;
  color: #fff;
  font-size: var(--font28);
  margin: 0 45px;
}
.new_list .new_list_box .tab a.on {
  background: #077ccd;
}
.new_list .new_list_box .new_list {
  display: flex;
}
.new_list .new_list_box .new_list ul {
  width: calc(100% + 2px);
  margin: -30px -13px;
}
.new_list .new_list_box .new_list ul li {
  /*width: 33.3%;*/
  /*float: left;*/
  /*padding: 30px 13px;*/
}
.new_list .new_list_box .new_list ul li:hover .dt {
  color: #077ccd !important;
}
.new_list .new_list_box .new_list ul li a {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.new_list .new_list_box .new_list ul li a .pic {
    aspect-ratio: 120/77;
  width: 100%;
}
.new_list .new_list_box .new_list ul li a .text {
  padding: 40px 40px 40px 26px;
}
.new_list .new_list_box .new_list ul li a .text h4 {
  color: #252525;
  font-size: var(--font22);
  line-height: 1.3;
  margin-bottom: 30px;
}
.new_list .new_list_box .new_list ul li a .text .down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_list .new_list_box .new_list ul li a .text .down .dt {
  color: #636363;
  font-size: var(--font22);
}
.new_list .new_list_box .new_list ul li a .text .down .time {
  display: flex;
  align-items: center;
  font-size: var(--font16);
  color: #828282;
}
.new_list .new_list_box .new_list ul li a .text .down .time img {
  margin-right: 12px;
}
.new_detail {
  width: 100%;
}
.new_detail .new_detail_box {
  width: 100%;
  padding: 27px 75px 100px 75px;
  margin-top: -100px;
  background: #fff;
}
.new_detail .new_detail_box .new_detail_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
.new_detail .new_detail_box .new_detail_top .back {
  width: 140px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/arrowbg.png) center no-repeat;
  background-size: cover;
  font-size: var(--font14);
  color: #fff;
}
.new_detail .new_detail_box .new_detail_top .back img {
  margin-left: 8px;
}
.new_detail .new_detail_box .new_detail_top .top_fun {
  display: flex;
  align-items: center;
  color: #838282;
  font-size: var(--font14);
}
.new_detail .new_detail_box .new_detail_top .top_fun img {
  margin-right: 7px;
}
.new_detail .new_detail_box .new_content {
  margin-top: 46px;
}
.new_detail .new_detail_box .new_content h1 {
  text-align: center;
  color: #333;
  font-size: var(--font24);
  margin-bottom: 40px;
}
.new_detail .new_detail_box .new_content .editor {
  font-size: var(--font18);
  color: #797979;
  line-height: 44px;
  margin-bottom: 100px;
}
.new_detail .new_detail_box .new_content .editor p {
  font-size: var(--font18);
  color: #797979;
  line-height: 44px;
}
.new_detail .new_detail_box .new_content .editor img {
  max-width: 100%;
}
.new_detail .new_detail_box .new_content .nfy a {
  display: flex;
  align-items: center;
  font-size: var(--font14);
  color: #333;
  line-height: 22px;
}
.new_detail .new_detail_box .new_content .nfy a .icon1 {
  display: none;
}
.new_detail .new_detail_box .new_content .nfy a img {
  margin-right: 11px;
}
.new_detail .new_detail_box .new_content .nfy a:last-child {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #eeeeee;
}
.new_detail .new_detail_box .new_content .nfy a:hover .icon1 {
  display: block;
}
.new_detail .new_detail_box .new_content .nfy a:hover .icon2 {
  display: none;
}
.new_detail .new_detail_box .hot_new {
  margin-top: 80px;
  margin-bottom: 140px;
}
.new_detail .new_detail_box .hot_new .hot_tit {
  font-size: var(--font18);
  color: #000;
  line-height: 20px;
  font-weight: bold;
  padding-left: 14px;
  border-left: 4px solid #e21e32;
  margin-bottom: 30px;
}
.new_detail .new_detail_box .hot_new ul {
  width: calc(100% + 76px);
  margin: 0 -38px;
  display: flex;
}
.new_detail .new_detail_box .hot_new ul li {
  width: 33.3%;
  padding: 0 38px;
  float: left;
}
.new_detail .new_detail_box .hot_new ul li:hover .text .img {
  opacity: 1;
}
.new_detail .new_detail_box .hot_new ul li:hover .text .line {
  transform: translate(0, 30px);
  background: #b5b5b5;
}
.new_detail .new_detail_box .hot_new ul li a {
  width: 100%;
}
.new_detail .new_detail_box .hot_new ul li a .pic {
  width: 100%;
}
.new_detail .new_detail_box .hot_new ul li a .text {
  position: relative;
}
.new_detail .new_detail_box .hot_new ul li a .text img {
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.new_detail .new_detail_box .hot_new ul li a .text h4 {
  padding-right: 80px;
  font-size: var(--font18);
  color: #666;
  margin: 24px 0 28px 0;
}
.new_detail .new_detail_box .hot_new ul li a .text h6 {
  font-size: var(--font14);
  color: #828282;
  line-height: 24px;
}
.new_detail .new_detail_box .hot_new ul li a .text .line {
  background: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  transition: all 0.5s ease;
}
.fanwbig {
  width: 100%;
  margin-bottom: 60px;
}
.fanwbig .line {
  height: 5px;
  width: 100%;
  background: #e7bc56;
  margin-bottom: 10px;
  margin-top: 60px;
}
.fanwbig .fanbig_box {
  background: #eff0f2;
  position: relative;
  width: 100%;
  min-height: 760px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.fanwbig .fanbig_box.fanbig_box2 .pic {
  margin-right: 0 !important;
}
.fanwbig .fanbig_box.fanbig_box3 {
  min-height: auto !important;
}
.fanwbig .fanbig_box.fanbig_box3 .text {
  padding: 80px 0 0px 80px !important;
}
.fanwbig .fanbig_box.fanbig_box3 a {
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}
.fanwbig .fanbig_box .text {
  padding: 110px 0 140px 100px;
  width: 48%;
}
.fanwbig .fanbig_box .t1 {
  color: #020202;
  font-size: var(--font42);
  text-transform: uppercase;
}
.fanwbig .fanbig_box .t2 {
  margin: 22px 0 40px 0;
  color: #020202;
  font-size: var(--font30);
}
.fanwbig .fanbig_box .t3 {
  color: #020202;
  font-size: var(--font20);
  line-height: 35px;
  margin-bottom: 90px;
}
.fanwbig .fanbig_box .more {
  width: 228px;
  height: 63px;
  background: linear-gradient(to bottom, #ffbe21, rgba(255, 190, 33, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font20);
  border-radius: 10px;
  letter-spacing: 3px;
}
.fanwbig .fanbig_box .pic {
  max-width: 46%;
  margin-right: 58px;
}
.fanwbig .fansm_ul {
  display: flex;
  justify-content: space-between;
  
}
.fanwbig .fansmli {
  width: calc(50% - 10px);
  background: #eff0f2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.fanwbig ..fansmli .pic {
  height: 100%;
  text-align: center;
}
.fanwbig  .fansmli .pic img {
  height: 100%;
}
.fanwbig  .fansmli .text {
  padding: 35px 0px 30px 20px;
  width: 49%;
}
.fanwbig  .fansmli .text .t1 {
  font-size: var(--font20);
  color: #020202;
  line-height: 30px;
}
.fanwbig  .fansmli .text .t2 {
  font-size: var(--font16);
  color: #020202;
  line-height: 35px;
  margin: 30px 0;
   overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.fanwbig  .fansmli .text .more {
  width: 160px;
  height: 44px;
  font-size: var(--font14);
  color: #060606;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b1b2b3;
  border-radius: 10px;
}
.fanwbig .ust {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.fanwbig .ust .ustl {
  color: #020202;
  font-size: var(--font26);
}
.fanwbig .ust .ustr {
  font-size: var(--font16);
  color: #020202;
}
.fanwe {
  width: 100%;
  padding: 75px 0 90px 0;
}
.fanwe .fanwe_box {
  width: 100%;
}
.fanwe .fanwe_box .fanwetop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fanwe .fanwe_box .fanwetop .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font34);
  color: #151515;
}
.fanwe .fanwe_box .fanwetop .tit img {
  margin-right: 24px;
}
.fanwe .fanwe_box .fanwetop .top_tab {
  display: flex;
  align-items: center;
    flex-wrap: wrap;
}
.fanwe .fanwe_box .fanwetop .top_tab .tabli {
  height: 92px;
  width: 306px;
  background: url(../img/bg2.png) center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font24);
  color: #fff;
  margin-left: 25px;
}
.fanwe .fanwe_box .fanwetop .top_tab .tabli.on {
  background: url(../img/bg.png) center no-repeat;
}
.fanwe .fanwe_box .fanwm {
  margin: 45px 0 110px 0;
  padding: 70px 170px 40px 90px;
  display: none;
  justify-content: space-between;
}

.fanwe .fanwe_box .fanwm.on{
    display:flex;
}
.fanwe .fanwe_box .fanwm .pic {
  width: 41%;
}
.fanwe .fanwe_box .fanwm .pic img{
    height: auto;
}
.fanwe .fanwe_box .fanwm .text {
  width: 33%;
}
.fanwe .fanwe_box .fanwm .text .t1 {
  color: #0b0b0b;
  font-size: var(--font32);
}
.fanwe .fanwe_box .fanwm .text .t2 {
  color: #0b0b0b;
  font-size: var(--font32);
  font-weight: bold;
}
.fanwe .fanwe_box .fanwm .text .t3 {
  color: #494444;
  font-size: var(--font18);
  line-height: 30px;
  margin: 80px 0 100px 0;
}
.fanwe .fanwe_box .fanwm .text .more {
  background: #e7bc56;
  width: 178px;
  height: 64px;
  border-radius: 20px;
  color: #fff;
  font-size: var(--font18);
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fanwe .fanwe_box .list ul {
  width: calc(100% + 30px);
  margin: -25px -15px;
  display: flex;
  flex-wrap: wrap;
}
.fanwe .fanwe_box .list ul li {
  width: 33.3%;
  padding: 25px 15px;
  float: left;
}
.fanwe .fanwe_box .list ul li:hover a .text {
  background: #e7bc56;
  color: #fff;
}
.fanwe .fanwe_box .list ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #dbdbdb;
}
.fanwe .fanwe_box .list ul li a .pic {
  width: 100%;
  aspect-ratio: 4/3;
  height: 100%;
}
.fanwe .fanwe_box .list ul li a .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 70px;
  font-size: var(--font24);
}
.fxfw {
  width: 100%;
}
.fxfw .fxfw_box {
  width: 100%;
}
.fxfw .fxfw_box .fxfw_top {
  margin-top: 60px;
  color: #0673b4;
  font-size: var(--font48);
  line-height: 1.2;
  padding: 0 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.fxfw .fxfw_box .fxfw_top p {
  opacity: 0.15;
}
.fxfw_line {
  background: #eff3f6;
  width: 100%;
  padding: 55px 0 50px 0;
}
.fxfw_line .fxfw_line_box {
  position: relative;
  width: 100%;
  padding: 0 60px;
}
.fxfw_line .fxfw_line_box img {
  position: absolute;
  right: 183px;
  top: 50%;
  transform: translateY(-50%);
  max-height: 200px;
}
.fxfw_line .fxfw_line_box .t1 {
  color: #2e2d2d;
  font-size: var(--font32);
}
.fxfw_line .fxfw_line_box .lj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 169px;
  height: 53px;
  background: #0673b4;
  color: #fff;
  border-radius: 26px;
  margin-top: 30px;
}
.fxfw_list {
  width: 100%;
  padding: 100px 0 120px 0;
}
.fxfw_list .list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
  flex-wrap: wrap;
}
.fxfw_list .list ul li {
  padding: 25px 15px;
  float: left;
    display: flex;
}
.fxfw_list .list ul li:hover a .text {
  background: #e7bc56;
  color: #fff;
}
.fxfw_list .list ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #dbdbdb;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.fxfw_list .list ul li a .pic {
  width: 100%;
  aspect-ratio: 900/383;
    flex: 1;
}
.fxfw_list .list ul li a .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 70px;
  font-size: var(--font24);
}
.about1 {
  width: 100%;
  padding: 100px 50px 120px 50px;
  border-bottom: 2px solid #e7bc56;
  margin-bottom: 80px;
}
.about1 .about1_box {
  width: 100%;
}
.about1 .about1_box .plate1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #e4e4e4;
}
.about1 .about1_box .plate1 .text {
  width: 70%;
}
.about1 .about1_box .plate1 .text .t1 {
  font-size: var(--font22);
  color: #000;
}
.about1 .about1_box .plate1 .text .t2 {
  color: #232323;
  font-size: var(--font20);
  line-height: 29px;
  margin-top: 30px;
}
.about1 .about1_box .plate1 .more {
  width: 298px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e7bc56;
  font-size: var(--font22);
}
.about1 .about1_box .plate2 {
  margin: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about1 .about1_box .plate2 .text {
  width: 50%;
  position: relative;
}
.about1 .about1_box .plate2 .text:after {
  content: "";
  width: 170px;
  height: 8px;
  background: #e7bc56;
  position: absolute;
  bottom: -30px;
  left: 50px;
}
.about1 .about1_box .plate2 .text .t1 {
  font-size: var(--font48);
  color: #000;
  font-weight: bold;
  border-left: 18px solid #e7bc56;
  padding-left: 70px;
  margin-bottom: 45px;
}
.about1 .about1_box .plate2 .text .t2 {
  font-size: var(--font20);
  line-height: 26px;
  color: #000;
  text-indent: 40px;
}
.about1 .about1_box .plate2 .video {
  width: 40%;
}
.about1 .about1_box .plate2 .video video {
  width: 100%;
}
.about1 .about1_box .plate3 ul {
  display: flex;
  justify-content: space-between;
}
.about1 .about1_box .plate3 ul li {
  display: flex;
  align-items: center;
}
.about1 .about1_box .plate3 ul li .text .line {
  width: 100%;
  height: 7px;
  background: #e7bc56;
  transform: translate(-8px, -15px);
}
.about1 .about1_box .plate3 ul li .text .info {
  color: #333333;
  font-size: var(--font16);
}
.about1 .about1_box .plate3 ul li .text .tit {
  position: relative;
  display: flex;
  z-index: 2;
  align-items: center;
}
.about1 .about1_box .plate3 ul li .text .tit .t1 {
  font-size: 84px;
  font-weight: bold;
  color: #333;
}
.about1 .about1_box .plate3 ul li .text .tit .t2 {
  font-size: var(--font30);
  font-weight: bold;
  color: #333;
}
.about1 .about1_box .plate3 ul li .text .tit .t3 {
  font-size: var(--font30);
  font-weight: bold;
  color: #333;
  transform: translate(0, 20px);
}
.hxyst {
  color: #2e2d2d;
  font-size: var(--font32);
  text-align: center;
  margin-bottom: 50px;
}
.about2 {
  width: 100%;
  display: flex;
}
.about2 .about2_left {
  line-height: 0;
  width: 80%;
}
.about2 .about2_left img {
  width: 100%;
}
.about2 .about2_right {
  width: 20%;
  padding: 80px 30px 0 30px;
}
.about2 .about2_right .line {
  width: 88px;
  height: 5px;
  background: #e7bc56;
  display: block;
  margin: 20px 0 60px 0;
}
.about2 .about2_right .t1 {
  font-size: var(--font26);
  color: #252525;
}
.about2 .about2_right .t2 {
  color: #4b4a4a;
  font-size: var(--font20);
  line-height: 30px;
  margin-bottom: 50px;
}
.about3 {
  width: 100%;
  padding: 70px 0;
}
.about3 .about3_box .tit {
  text-align: center;
  font-size: var(--font50);
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.about3 .about3_box .pic {
  width: 100%;
}
.jcxm {
  width: 100%;
  padding: 70px 0 90px 0;
}
.jcxm .jcxm_box {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  position: relative;
}
.jcxm .jcxm_box .pic {
  width: 25%;
  flex-shrink: 0;
}
.jcxm .jcxm_box .pic img {
  width: 100%;
}
.jcxm .jcxm_box .pic .tit {
  text-align: center;
  font-size: var(--font22);
  color: #000;
  margin-top: 10px;
  line-height: 30px;
}
.jcxm .jcxm_box .text {
  /*width: 18%;*/
  flex: 1;
}
.jcxm .jcxm_box .text .t1 {
  font-size: var(--font32);
  color: #000;
}
.jcxm .jcxm_box .text .t2 {
  font-size: var(--font32);
  color: #000;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 23px;
}
.jcxm_box {
  width: 100%;
}
.jcxm_box .jcxm_box_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  margin-bottom: 70px;
}
.jcxm_box .jcxm_box_tit p {
  font-size: var(--font32);
  color: #000;
  margin-top: 20px;
}
.jcxm_box .pic {
  width: 100%;
}
.case_list {
  margin-top: 40px;
  margin-bottom: 140px;
  width: 100%;
}
.case_list ul {
    gap: 20px;
  display: flex;
  flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
}
.case_list ul li {
  width: 33.3%;
  float: left;
  padding: 17px 30px;
}
.case_list ul li a {
  width: 100%;
}
.case_list ul li a .pic {
  width: 100%;
  padding: 15px;
  aspect-ratio: 3/2;
  border: 1px solid #777777;
}
.case_list ul li a .tit {
  text-align: center;
  font-size: var(--font22);
  color: #000;
  margin: 15px 0;
}
.case_list ul li a .more {
  width: 132px;
  height: 40px;
  border-radius: 20px;
  background: #e7bc56;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font20);
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}
.jdfw {
  width: 100%;
  padding: 70px 0 100px 0;
}
.jdfw .jdfw_box {
  width: 100%;
}
.jdfw .jdfw_box .jdfw_tit {
  font-size: var(--font32);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.jdfw .jdfw_box .jdfw_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.jdfw .jdfw_box .jdfw_cont .left {
  width: 18%;
}
.jdfw .jdfw_box .jdfw_cont .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jdfw .jdfw_box .jdfw_cont .right {
  width: 82%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  
  border: 1px solid #f8f8f8;
  
}
.jdfw .jdfw_box .jdfw_cont .right .li {

  padding: 30px 12px;
  border-right: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
}
.jdfw .jdfw_box .jdfw_cont .right .li .pic {
  width: 100%;
  aspect-ratio: 3/2;
}
.jdfw .jdfw_box .jdfw_cont .right .li .tit {
  margin-top: 20px;
  font-size: var(--font16);
  text-align: center;
  color: #090909;
}
.xqzs {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
.xqzs .bgpic {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.xqzs .xqzs_box {
  width: 100%;
}
.xqzs .xqzs_box .plate1 {
  padding: 100px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.xqzs .xqzs_box .plate1 .text {
  width: 60%;
}
.xqzs .xqzs_box .plate1 .text .tit {
  font-size: var(--font32);
  color: #000;
}
.xqzs .xqzs_box .plate1 .text .info {
  font-size: var(--font22);
  color: #000;
  line-height: 34px;
  margin: 50px 0 75px 0;
}
.xqzs .xqzs_box .plate1 .text .zxzx {
  width: 200px;
  height: 57px;
  background: #e7bc56;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font20);
  border-radius: 27px;
}
.form {
  width: 486px;
  background: url(../img/bg4.png) center no-repeat;
  background-size: cover;
  padding: 45px 64px;
  min-height: 716px;
  /*position: fixed;*/
  /*top: 50%;*/
  /*transform: translate(0, -50%);*/
  right: 100px;
  /*z-index: 999;*/
}
.form .ftit {
  display: flex;
  align-items: center;
}
.form .ftit img {
  margin-right: 17px;
}
.form .lab {
  margin-top: 30px;
}
.form .lab .labtit {
  color: #000000;
  font-size: var(--font18);
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.form .lab .labtit p {
  color: #ff5050;
}
.form .lab input {
  width: 100%;
  border: 1px solid #8f8f8f;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  border-radius: 27px;
}
.xqzs_plate2 {
  width: 100%;
}
.xqzs_plate2 .xqzs_plate2_box {
  width: 68%;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit {
  position: relative;
}

.xqzs_plate2 .xqzs_plate2_box .top_tit .tpic {
  position: absolute;
  right: 80px;
  top: -80px;
  width: 26%;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .tpic img {
  width: 100%;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .t1 {
  font-size: 54px;
  color: #000;
  line-height: 85px;
  font-weight: bold;
  text-transform: uppercase;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .t2 {
  font-size: var(--font32);
  color: #000;
  margin-bottom: 80px;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .line {
  width: 510px;
  background: #e8e8e8;
  height: 4px;
  margin-bottom: 20px;
  position: relative;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .line:after {
  content: "";
  height: 8px;
  background: #e7bc56;
  position: absolute;
  left: 0;
  top: -2px;
  width: 130px;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .t3 {
  font-size: var(--font22);
  color: #151515;
  line-height: 30px;
  margin: 25px 0 50px 0;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .pic {
  width: 100%;
  margin-bottom: 50px;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .linkcont {
  height: 113px;
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  font-size: var(--font24);
  color: #fff;
  padding: 0 60px;
  border-radius: 50px;
  background: #e7bc56;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 50px;
}

.xqzs_plate2 .xqzs_plate2_box .top_tit td{
  
    padding: 10px 5px;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit table{
  width:calc( 100%  - 40px);
  margin: 20px auto;
      background-color: #eaf0fd;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.index_jcxm_box{
    width: 100%;
}
.top_tit strong{
    display: flex;
    justify-content: center;
    font-size: 26px;
}
.top_tit table strong{
    
    font-size: 18px;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit table::before{
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
      background-color: #eaf0fd;
      border-radius: 12px;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .piclist {
  display: flex;
  margin: 120px 0 50px 0;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .piclist .picli {
  width: 41%;
  margin-right: 7%;
  aspect-ratio: 10 / 8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 0;
  border-radius: 50px;
}
.xqzs_plate2 .xqzs_plate2_box .top_tit .piclist .picli img {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.xqzs_plate2 .xqzs_plate2_box .t3 .item{
     aspect-ratio: 10 / 8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 0;
  border-radius: 50px;
  overflow: hidden;
  margin: 10px;
}
.xqzs_plate2 .xqzs_plate2_box .t3 .item .img_box{
    width: 100%;
    height: 100%;
}
.xqzs_plate2 .xqzs_plate2_box .t3 .item img{
    max-width: 100%;
}
.hot_tj {
  width: 100%;
  margin: 90px 0 0px 0;
  padding-top: 30px;
  padding-bottom: 110px;
  background: #fff;
  position: relative;
}
.hot_tj:after {
  content: "";
  width: 100%;
  height: 325px;
  position: absolute;
  background: #53b7df;
  z-index: -1;
  top: 0;
  left: 0;
}
.hot_tj .hot_tj_box .hottj_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-bottom: 42px;
}
.hot_tj .hot_tj_box .hottj_top .tit {
  color: #fff;
  font-size: var(--font26);
  margin-top: 10px;
}
.hot_tj .hot_tj_box .hottj_top .link {
  display: block;
  width: 305px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font30);
  background: #e7bc56;
}
.hot_tj .hot_tj_box .list {
  padding: 0 45px;
  width: 100%;
}
.hot_tj .hot_tj_box .list ul {
  
  margin: 0 -12px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 24px;
}
.hot_tj .hot_tj_box .list ul li {
 
 
  padding: 0 12px;
}
.hot_tj .hot_tj_box .list ul li .pic {
  padding: 12px;
  background: #fff;
    aspect-ratio: 1 / 1;
}
.hot_tj .hot_tj_box .list ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot_tj .hot_tj_box .list ul li .tit {
  text-align: center;
  font-size: var(--font20);
  color: #1c1c1c;
}
.index_new {
  width: 100%;
  margin-bottom: 80px;
}
.index_new .pic {
  width: 100%;
}
.index_new .index_new_box .index_new_top {
  display: flex;
  justify-content: space-between;
  padding: 0 120px 0 180px;
  margin-bottom: 75px;
}
.index_new .index_new_box .index_new_top .tit {
  font-size: var(--font30);
  line-height: 40px;
  color: #000;
}
.index_new .index_new_box .index_new_top .more {
  height: 55px;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 10px;
  color: #000;
  font-size: var(--font20);
}
.index_new .index_new_box .list ul {
  width: calc(100% + 40px);
  margin: -25px -20px;
  display: flex;
  flex-wrap: wrap;
}
.index_new .index_new_box .list ul li {
  width: 33.3%;
  padding: 25px 20px;
  float: left;
}
.index_new .index_new_box .list ul li:hover a .nt {
  color: #077ccd;
  font-weight: bold;
}
.index_new .index_new_box .list ul li a {
  width: 100%;
}
.index_new .index_new_box .list ul li a .pic {
  width: 100%;
}
.index_new .index_new_box .list ul li a .nt {
  font-size: var(--font20);
  color: #000;
  text-align: center;
  margin-top: 15px;
}
.index_fxfw {
  width: 100%;
  padding: 200px 0 140px 0;
}
.index_fxfw .index_fxfw_box {
  width: 100%;
  border: 1px solid #cbcbcb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 57px 115px 37px 115px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
.index_fxfw .index_fxfw_box .pic {
  position: absolute;
  left: 0;
  top: -140px;
}
.index_fxfw .index_fxfw_box .text {
    margin-top: 250px;
  width: 34%;
  margin-bottom: 75px;
}
.index_fxfw .index_fxfw_box .text .tit {
  font-size: var(--font30);
  color: #030303;
  margin-bottom: 0px;
}
.index_fxfw .index_fxfw_box .text .info {
  color: #131313;
  font-size: var(--font18);
  line-height: 30px;
}
.index_fxfw .index_fxfw_box .right {
  width: 57%;
}
.index_fxfw .index_fxfw_box .right .rt {
  color: #101010;
  font-size: var(--font30);
  line-height: 40px;
  text-align: right;
  margin-bottom: 20px;
}
.index_fxfw .index_fxfw_box .right .rlitst .more {
  height: 55px;
  width: 210px;
  float: right;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 10px;
  color: #000;
  font-size: var(--font20);
}
.index_fxfw .index_fxfw_box .right .rlitst ul {
  width: calc(100% + 14px);
  margin: -7px;
  display: flex;
  flex-wrap: wrap;
}
.index_fxfw .index_fxfw_box .right .rlitst ul li {
  width: 50%;
  padding: 7px;
  float: left;
}
.index_fxfw .index_fxfw_box .right .rlitst ul li:hover a .ck {
  background: #e7bc56;
}
.index_fxfw .index_fxfw_box .right .rlitst ul li a {
  width: 100%;
  border: 1px solid #195093;
  border-radius: 10px;
  padding: 40px 30px 20px 25px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index_fxfw .index_fxfw_box .right .rlitst ul li a .ck {
  position: absolute;
  top: 0;
  width: 113px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #195093;
  right: 20px;
  border-radius: 0 0 10px 10px;
}
.index_fxfw .index_fxfw_box .right .rlitst ul li a .num {
  font-size: 100px;
  color: #000;
  opacity: 0.1;
  font-weight: bold;
}
.index_fxfw .index_fxfw_box .right .rlitst ul li a .textt .t1 {
  font-size: var(--font18);
  color: #000;
  margin-bottom: 10px;
}
.index_fxfw .index_fxfw_box .right .rlitst ul li a .textt .t2 {
  font-size: var(--font12);
  color: #000;
}
.index_about {
  width: 100%;
}
.index_about .index_about_box {
  display: flex;
  position: relative;
}
.index_about .index_about_box .atit {
  font-size: var(--font32);
  color: #000;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 8px;
  margin-top: 90px;
}
.index_about .index_about_box .line {
  height: 445px;
  width: 10px;
  background: #e1e1e1;
  margin-left: 20px;
  margin-top: 90px;
}
.index_about .index_about_box .list {
  width: 33.3%;
  margin-top: 50px;
  margin-left: auto;
}
.index_about .index_about_box .list .li {
  width: 100%;
  display: flex;
  align-items: center;
  height: 108px;
  border-radius: 54px 0 0 54px;
  padding-left: 27px;
  background: #ffffff;
  border: 1px solid #077ccd;
  border-right: 1px solid #fff;
  margin-bottom: 25px;
}
.index_about .index_about_box .list .li .icon {
  margin-right: 25px;
}
.index_about .index_about_box .ckgd {
  height: 100px;
  width: 340px;
  background: #e7bc56;
  color: #fff;
  font-size: var(--font32);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 70px;
  border-radius: 50px;
}
.index_about .index_about_box .content {
  width: 54%;
  background: #fff;
  padding: 50px 40px 165px 40px;
  border-radius: 0 0 280px 280px;
}
.index_about .index_about_box .content .c1 {
  font-size: var(--font32);
  color: #000;
}
.index_about .index_about_box .content .c2 {
  color: #191919;
  font-size: var(--font20);
  line-height: 32px;
  margin-top: 30px;
}
.index_about .index_about_box .content .pic {
  margin-top: 40px;
}
.index_about .index_about_box .atext {
  font-size: var(--font18);
  color: #000;
  line-height: 30px;
}
.index_jcxm {
  width: 100%;
  padding: 60px 0 85px 0;
}
.index_jcxm .index_jcxm_box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.index_jcxm .index_jcxm_box .top1{
    display: flex;
    align-items: center;
    gap: 20px;
}
.index_jcxm .index_jcxm_box .top .tit {
  font-size: 72px;
  font-weight: bold;
  color: #333;
}
.index_jcxm .index_jcxm_box .top .info {
  font-size: var(--font24);
  color: #333;
}
.index_jcxm .index_jcxm_box .top a {
  margin-left: 50px;
}
.index_jcxm .index_jcxm_box .list {
  padding: 30px 0 60px 0;
  width: 100%;
  background: url(../img/index6.png) center bottom no-repeat;
  background-size: 100%;
}
.index_jcxm .index_jcxm_box .list ul {
  display:grid;
  grid-template-columns: repeat(5,1fr);
  justify-content: center;
  align-items: center;
  gap: 20;
}
.index_jcxm .index_jcxm_box .list ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_jcxm .index_jcxm_box .list ul li:hover .xq {
  background: #e7bc56;
  color: #fff;
  border: 1px solid #e7bc56;
}
.index_jcxm .index_jcxm_box .list ul li .tit {
  color: #070707;
  font-size: var(--font18);
  margin: 15px 0 10px 0;
}
.index_jcxm .index_jcxm_box .list ul li .xq {
  height: 28px;
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid #666666;
}
.index_jcxm .index_jcxm_box .list .icon{
    aspect-ratio: 1/1;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.index_fanw {
  width: 100%;
}
.index_fanw .index_fanw_box .yyxz {
  padding: 55px 0 74px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_fanw .index_fanw_box .yyxz .t {
  color: #2e4a6c;
  font-size: var(--font20);
  line-height: 30px;
  letter-spacing: 5px;
  margin-right: 10px;
}
.index_fanw .index_fanw_box .yyxz ul {
  height: 130px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
.index_fanw .index_fanw_box .yyxz ul li {
  margin-right: 17px;
}
.index_fanw .index_fanw_box .yyxz ul li:last-child {
  margin-right: 0;
}
.index_fanw .index_fanw_box .yyxz ul li a {
  display: flex;
  flex-direction: column;
}
.index_fanw .index_fanw_box .yyxz ul li a p {
  margin-top: 14px;
  text-align: center;
  font-size: var(--font16);
  color: #000;
}
.index_fanw .index_fanw_box .fanw_cont {
  padding: 50px;
  width: 100%;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: top;
}
.index_fanw .index_fanw_box .fanw_cont .titi {
  font-size: var(--font30);
  color: #000000;
  margin-bottom: 60px;
}
.index_fanw .index_fanw_box .fanw_cont .fflex {
  display: flex;
  justify-content: space-between;
}
.index_fanw .index_fanw_box .fanw_cont .fflex .tab {
  width: 17%;
}
.index_fanw .index_fanw_box .fanw_cont .fflex .tab a {
  width: 100%;
  height: 55px;
  padding: 0 10px;
  color: #fff;
  font-size: var(--font20);
  background: #195093;
  margin-bottom: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_fanw .index_fanw_box .fanw_cont .fflex .tab a.on {
  background: #f4bc49;
}
.index_fanw .index_fanw_box .fanw_cont .fflex .list {
  width: calc(83% - 30px);
  display: block;
}

.index_fanw .index_fanw_box .fanw_cont .fflex .list.no{
    display: none;
}
.index_fanw .index_fanw_box .fanw_cont .fflex .list ul {
  width: calc(100%);
  /*margin: -17px -12px;*/
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 17px 12px;
  flex-wrap: wrap;
}
.index_fanw .index_fanw_box .fanw_cont .fflex .list ul li {

}
.index_fanw .index_fanw_box .fanw_cont .fflex .list ul li .pic {
  width: 100%;
  aspect-ratio: 3/2;
}
.index_fanw .index_fanw_box .fanw_cont .fflex .list ul li .tit {
  line-height: 40px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: var(--font18);
  background: #195093;
}
.banner {
  width: 100%;
}
.banner ul {
  width: 100%;
}
.banner ul li {
  width: 100%;
}
.banner ul li .pic {
  width: 100%;
}
.banner ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: self-end;
}
.banner_box .banner_left {
  height: 177px;
  width: 39.5%;
  margin-top: -35px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner_box .banner_left .t1 {
  color: #fff;
  font-size: var(--font32);
  font-weight: bold;
}
.banner_box .banner_left .t2 {
  color: #fff;
  font-size: var(--font20);
  font-weight: bold;
}
.banner_box .banner_right {
  width: 71%;
  float: right;
  position: relative;
  margin-left: auto;
  z-index: 2;
}
.banner_box .banner_right .right_li {
  width: 33.3%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  background: #fff;
}
.banner_box .banner_right .right_li:hover {
  background: #e7bc56;
}
.banner_box .banner_right .right_li:hover .text .x1 {
  color: #fff;
}
.banner_box .banner_right .right_li:hover .text .x2 {
  color: #fff;
}
.banner_box .banner_right .right_li .icon {
  margin-right: 30px;
}
.banner_box .banner_right .right_li .text .x1 {
  font-size: var(--font20);
  color: #000;
}
.banner_box .banner_right .right_li .text .x2 {
  font-size: var(--font14);
  color: #000;
  margin-top: 5px;
}
.down_nav {
  width: 100%;
  padding: 100px 0 55px 0;
}
.down_nav .down_nav_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.down_nav .down_nav_cont .down1 {
  width: 23%;
}
.down_nav .down_nav_cont .down2 {
  width: 10%;
}
.down_nav .down_nav_cont .down2 ul li a {
  font-size: var(--font20);
  color: #333;
  margin-bottom: 15px;
  display: block;
}
.down_nav .down_nav_cont .down3 {
  width: 19%;
}
.down_nav .down_nav_cont .down3 ul {
  width: calc(100% + 8px);
  margin: -6px -4px;
}
.down_nav .down_nav_cont .down3 ul li {
  width: 50%;
  padding: 6px 4px;
  float: left;
}
.down_nav .down_nav_cont .down3 ul li .pic {
  width: 100%;
}
.down_nav .down_nav_cont .down4 {
  width: 19.7%;
}
.down_nav .down_nav_cont .down4 .lc {
  font-size: var(--font20);
  color: #000;
  line-height: 2;
}
.down_nav .tit {
  font-size: var(--font24);
  color: #000;
  margin-bottom: 66px;
}
.down_nav .info {
  font-size: var(--font16);
  color: #000;
  line-height: 2;
}
.top_nav {
  width: 100%;
  height: 50px;
  border-top: 2px solid #e7bc56;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 2;
}
.top_nav .top_nav_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.top_nav .top_nav_box .l {
  color: #b6b6b6;
  font-size: var(--font16);
  line-height: 50px;
}
.top_nav .top_nav_box .r {
  width: 400px;
  height: 58px;
  background: url(../img/top1.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.top_nav .top_nav_box .r a {
  display: flex;
  align-items: center;
  margin: 0 13px;
}
.top_nav .top_nav_box .r a img {
  margin-right: 12px;
}
.top_nav .top_nav_box .r a p {
  color: #fff;
  font-size: var(--font16);
}
.top_nav2 {
    position: relative;
    z-index: 9999999 !important;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.top_nav2 .top_nav_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  
  width: 100%;
}
.top_nav2 .top_nav_box .phone {
  display: flex;
  align-items: center;
}
.top_nav2 .top_nav_box .phone .text {
  margin-left: 15px;
}
.top_nav2 .top_nav_box .phone .text .t1 {
  color: #afafaf;
  font-size: var(--font20);
}
.top_nav2 .top_nav_box .phone .text .t2 {
  color: #14508f;
  font-size: var(--font32);
  margin-top: 10px;
}
.top_nav3 {
  width: 100%;
  position: relative;
  z-index: 9999999 !important;
}
.top_nav3 .top_nav_box {
  width: 100%;
  display: flex;
}
.top_nav3 .top_nav_box ul {
  display: flex;
  width: 100%;
}
.top_nav3 .top_nav_box ul li {
  flex: 1;
}
.top_nav3 .top_nav_box ul li:hover>a {
  color: #e7bc56;
}
.top_nav3 .top_nav_box ul li.on>a {
  color: #fff;
  background: #e7bc56;
}
.top_nav3 .top_nav_box ul li a {
  display: block;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  color: #000;
}
.qwe {
  font-size: var(--font46);
  color: #151515;
  line-height: 1.2;
}
.index_new .pic img{
    aspect-ratio: auto;
}
@media screen and (max-width: 1500px) {
  .max-width {
    width: 80%;
    margin: 0 auto;
  }
  .max-width2 {
    width: 80%;
    margin: 0 auto;
  }
}
.xqzs .xqzs_box .plate1 {
  min-height: 836px;
}
.layout37 {
  display: none;
}
.pcshow {
  display: block !important;
}
.wapshow {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }
  .max-width2 {
    width: 100%;
    padding: 0 15px;
  }
  .pcshow {
    display: none !important;
  }
  .wapshow {
    display: block !important;
  }
}
.wapshow {
  display: none;
}
._nav3 {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.layout37 {
  display: none;
}
.nbanner {
  width: 100%;
  line-height: 0;
}
.nbanner img {
  width: 100%;
}
.fxfw_list .list{
    width: 100%;
}
.top_nav3  {
    position: relative;
    z-index: 9999;
}
.footer_info{
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-top: 70px;
    margin-bottom: -30px;
}
.layui-btn{
        width: 200px;
    height: 57px;
    background: #e7bc56;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    font-size: var(--font20);
    border-radius: 27px;
    margin: 20px auto 0;
}

.jdfw_form{
    position: sticky;
    top: 0;
    padding-top: 20px;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    height: 0;
    
     padding-right: 20px;
}
.jdfw_form .form{
    
}
.down_nav ,
.hot_tj{
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 1800px){
    .form{
        right: 0;
     
    }
}
@media screen and (max-width: 1680px){
    .form{
        right: 0;
     
        /*transform: scale(0.8) translate(0, -50%);*/
              transform: scale(0.8);
        transform-origin: right top;
    }
}
@media screen and (max-width: 1440px){
    .form{
        right: 0;
     
        /*transform: scale(0.6) translate(0, -50%);*/
              transform: scale(0.868686);
        transform-origin: right top;
    }
}
@media screen and (max-width: 768px) {
  .wwcohd {
    flex-direction: column;
  }
  .wwcohd > div {
    width: 100% !important;
  }
  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }
  .top_nav {
    display: none;
  }
  ._nav2 {
    width: 100%;
    float: left;
  }
  ._nav2-1_bg {
    width: 100%;
  }
  ._nav2 .ctext {
    width: 100%;
    float: left;
  }
  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }
  ._nav2 .ctext .menuph {
    display: block;
  }
  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }
  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }
  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }
  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #2d8454;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #2d8454;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }
  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }
  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }
  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }
  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }
  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #2d8454;
  }
  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }
  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }
  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }
  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }
  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }
  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }
  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }
  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }
  ._nav2 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }
  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }
  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }
  ._nav2 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
  }
  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }
  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #2d8454;
  }
  /* ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat #2d8454;
    position: absolute;
    right: 0;
    top: 0;
  } */
  .nbanner {
    margin-top: 50px;
  }
}
