@charset "uft-8";
* {
  font-family: Source Han Sans CN Regular;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  font-family: Source Han Sans CN Regular;
}
a:hover {
  text-decoration: none;
}
.nvatop {
  font-family: Source Han Sans CN Regular;
  color: black;
  padding: 0;
  background-color: white;
  padding: 1rem 0;
  /* margin: 0; */
}
.navbar-light .navbar-nav .nav-link {
  color: black;
  font-family: Source Han Sans CN Regular;
}
.dropdown-menu {
  min-width: 7rem;
}
.navbar-nav li .nav-link {
  min-width: 7rem;
  text-align: center;
}
.navbar-nav li .nav-link:hover,
.opens {
  background-color: #e25416;
  color: white;
}
.dropdown-menu {
  background-color: #e25416;
  color: white;
  margin-top: 0;
  border: none;
  border-radius: unset;
}
.dropdown-item {
  color: white;
  max-width: 7rem;
  text-align: center !important;
  padding: 0.25rem 0 !important;
}
.dropdown-item:hover {
  background-color: #e25416;
}
.topsearch {
  background-color: #bebebe;
}
.form-control:focus {
  border-color: #bebebe;
  webkit-box-shadow: none;
  box-shadow: none;
}
.btninit {
  background: none;
  border: unset;
  opacity: 1;
}
.carousel-indicators li {
  background-color: #999999;
  width: 1rem;
  border-radius: 50%;
  height: 1rem;
  margin: 0 0.5rem;
}
.carousel-indicators .active {
  background-color: #e25416;
}
.homelist {
  padding: 4rem 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  overflow: hidden;
}
.homelist .homelistbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: all 0.6s;
}
.homelist:hover .homelistbg {
  transform: scale(1.4);
}
.centlist {
}
.centlistlt {
  font-size: 2rem;
  transition: all 0.6s;
}
.centlistlt div {
  writing-mode: vertical-lr;
  letter-spacing: 0.3rem;
}

.centlistrt {
}
.centlistrt ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.centlistrt ul li {
  width: 25%;
  height: 24rem;
  position: relative;
  transition: all 0.6s;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.centlistrt ul li > p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 24rem;
}
.centlistrt ul li > div {
}
.centlistrt ul li:hover {
}
.centlistrt ul li:hover .centlisttc {
  top: 0;
}
.centlistrt ul li:hover > p {
  display: none;
}
.centlistrt ul li .centlisttc {
  /* display: none; */
  background-color: rgba(226, 84, 22, 0.8);
  color: white;
  position: absolute;
  top: 24rem;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.6s;
}
.centlistrt ul li .centlisttc p {
  padding-top: 3rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  text-align: center;
}
.centlistrt ul li .centlisttc div {
  width: 80%;
  margin: 0 auto;
  font-size: 0.9rem;
}
.centlistrt ul li .centlisttc a {
  width: 60%;
  display: block;
  text-align: center;
  color: white;
  border: 1px solid white;
  border-radius: 1rem;
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  left: 20%;
  bottom: 15%;
}
.homeabout {
  padding-top: 2rem;
}
.xgtitle {
  margin: 0 auto;
  width: 15rem;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
.homeabout .homeaboutjj {
  width: 60%;
  text-align: center;
  font-size: 1rem;
  margin: 0 auto;
}
.xgtitle span {
  width: 3rem;
  background-color: #e25416;
  height: 2px;
}
.xgtitle .lt {
}
.xgtitle .rt {
}
.homeabout ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  padding: 2rem 0;
  flex-wrap: wrap;
}
.homeabout ul li a {
  color: rgba(51, 51, 51, 1);
}
.homeabout ul li {
  width: 20%;
  text-align: center;
  font-size: 1.2rem;
}
.homeabout ul li img {
  display: block;
  margin: 0 auto;
  width: 60%;
  transition: all 0.6s;
  margin-bottom: 1rem;
}
.homeabout ul li img:hover {
  transform: scale(1.1);
}
#carouselExampleIndicators2 .carousel-inner .carousel-item ul {
  display: flex;
  flex-direction: center;
  /* height: 20rem; */
  width: 100%;
  margin: 0 auto;
  justify-content: start;
  flex-wrap: wrap;
}
#carouselExampleIndicators2 .carousel-inner .carousel-item ul li {
  width: 16.66%;
  /* height: 5rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 0;
  /* border-right: 1px solid #ccc; */
}
#carouselExampleIndicators2 .carousel-inner .carousel-item ul li img {
  transition: all 0.6s;
  width: 80%;
}
#carouselExampleIndicators2 .carousel-inner .carousel-item ul li img:hover {
  transform: scale(1.1);
}
#carouselExampleIndicators2 .btninit .iconspanlt {
  background-image: url("../img/lplt.png");
  height: 3rem;
}
#carouselExampleIndicators2 .btninit .iconspanrt {
  background-image: url("../img/lprt.png");
  height: 3rem;
}
.homegd {
  width: 10rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  display: block;
  margin: 2rem auto 3rem auto;
  border: 1px solid #e76e3a;
  color: rgba(231, 110, 58, 1);
  cursor: pointer;
  font-size: 1rem;
}
.homegd:hover {
  color: rgba(231, 110, 58, 1);
}
.homeyewu {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
}
.homeywbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: pointer;
  transition: all 0.6s;
  object-fit: cover;
}
.homeyewu:hover .homeywbg {
  transform: scale(1.2);
}
.homeyewu ul {
  padding: 1rem 0;
}
.homeyewu ul li {
  padding: 2rem 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
.homeyewu ul li span {
  font-weight: 700;
  font-size: 1.6rem;
}
.footer {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
.footer .homelistbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: all 0.6s;
}
.footleft ul {
  width: 25%;
}
.footleft ul li {
  color: white;
}
.footleft ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: white;
}
.footleft {
  display: flex;
}
.footright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footright p {
  color: white;
  width: 11rem;
  font-size: 1.4rem;
}
.footright span {
  color: white;
  display: block;
  font-size: 1.5rem;
}
.footer:hover .homelistbg {
  transform: scale(1.4);
}
.footfoot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 0;
}
.footlt {
}
.footlt ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footlt ul li {
  color: white;
  padding: 0.5rem 0;
}
.footlt ul li a {
  color: white;
  padding: 0 1rem;
}
.footrt {
}
.footrt ul {
  width: 100%;
}
.footrt ul li {
  color: white;
  text-align: right;
  padding: 0.5rem 0;
}
.footrt ul li a {
  color: white;
}
.subnavlist {
  padding-top: 5rem;
}
.subnavlist ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.subnavlist ul li {
  width: 10rem;
  text-align: center;
  /* border: 1px solid #e76e3a; */
  background: #f5f5f5;
}
.subnavlist ul li a {
  font-weight: bold;
  color: #e25416;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.5rem;
  position: relative;
  font-size: 1rem;
}
.subnavlist ul li a span {
  position: absolute;
  font-size: 1rem;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition: all 0.6s;
  font-weight: bold;
}
.subnavlist ul .active a {
  background-color: #e25416;
  color: white;
}
.subnavlist ul .active a span {
  opacity: 0;
}
.subnavlist ul .active a{
  background-color: #e25416;
  color: white;
}
.subnavlist ul .active a span{
  opacity: 0.3;
}
.subnavlist ul li:hover a {
  background-color: #e25416;
  color: white;
}
.subnavlist ul li:hover a span {
  opacity: 0.3;
}
.subnavcont {
  color: black;
}
.nav-tabs {
  border: none;
}

#carouselExampleIndicators3 {
  /* padding: 5rem 0; */
}
#carouselExampleIndicators3 .carousel-inner .carousel-item ul {
  display: flex;
  flex-direction: row;
  /* height: 20rem; */
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
#carouselExampleIndicators3 .carousel-inner .carousel-item ul li {
  width: 24.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem auto;
}
#carouselExampleIndicators3 .carousel-inner .carousel-item ul li img {
  transition: all 0.6s;
  width: 100%;
}
#carouselExampleIndicators3 .carousel-inner .carousel-item ul li img:hover {
  transform: scale(1.1);
}
#carouselExampleIndicators3 .btninit .iconspanlt {
  background-image: url("../img/lplt.png");
  height: 3rem;
}
#carouselExampleIndicators3 .btninit .iconspanrt {
  background-image: url("../img/lprt.png");
  height: 3rem;
}
#ShowImage_Form {
  transition: all 0.6s;
}
#img_show {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.6s;
}
.subnavcont .row {
  width: 100%;
  margin: 0;
  /* padding: 6rem 0; */
}
.subnavcont .qywhlt,
.subnavcont .qywhrt {
  padding: 0;
}
.subnavdiv {
  padding: 5rem 0;
}
.subnavcont .qywhlt ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.subnavcont .qywhlt ul li {
  width: 50%;
  height: 16rem;
}
.subnavcont .qywhlt ul li img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s;
}
.subnavcont .qywhlt ul li:hover img {
  transform: scale(1.1);
}
.subnavcont .qywhrt {
}
.subnavcont .qywhrt img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  display: block;
}
.subnavcont .qywhrt:hover img {
  transform: scale(1.05);
}
.gsjjhzkh {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}
.gsjjhzkh li {
  width: 16.666%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.gsjjhzkh li img {
  max-width: 90%;
  max-height: 100%;
  transition: all 0.6s;
  display: block;
}
.subnavcont li:hover img {
  transform: scale(1.1);
}
.gsjjbg {
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 50rem; */
}
.contentzxns {
  background-image: url("../img/zsnsbg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 0;
  min-height: 50rem;
}

/* 地图 */
.yincang {
  display: none;
}
.edge {
  background-size: cover;
  background-repeat: no-repeat;
}
.footbom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.g_a1potfl span {
  width: 6px;
  height: 6px;
  background: #fc5005;
  border-radius: 50%;
  display: block;
  position: relative;
}

.g_a1pt2fl {
  position: relative;
}

.g_a1pt2fl {
  width: 715px;
}

.g_a1pt2flmap {
  width: 100%;
}

.g_a1pt2flmap img {
  width: 100%;
}

.g_a1point1 {
  position: absolute;
  right: 150px;
  top: 290px;
}

.g_a1potfr {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 10;
  width: 130px;
  background: #fc5005;
  transition: all 0.36s;
  opacity: 0;
  z-index: -1;
  padding: 5px 0;
}

.g_a1potfr p {
  padding: 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
}

.g_a1potfr span {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}

.g_a1potfr::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background: #fc5005;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}

.g_a1potfl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #9b4018;
  opacity: 0;
}

.g_a1potfl span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(155, 64, 24, 0.4);
  opacity: 0;
}

.g_a1point {
  position: absolute;
}

.g_a1point1 {
  right: 150px;
  top: 290px;
}

.g_a1point2 {
  top: 230px;
  right: 176px;
}

.g_a1point3 {
  top: 263px;
  right: 190px;
}

.g_a1point4 {
  top: 278px;
  right: 222px;
}

.g_a1point5 {
  top: 213px;
  right: 238px;
}

.g_a1point6 {
  top: 188px;
  right: 93px;
}

.g_a1point7 {
  top: 148px;
  right: 78px;
}

.g_a1point8 {
  top: 98px;
  right: 78px;
}

.g_a1point9 {
  bottom: 230px;
  right: 87px;
}

.g_a1point10 {
  bottom: 238px;
  right: 122px;
}

.g_a1point11 {
  bottom: 204px;
  right: 92px;
}

.g_a1point12 {
  bottom: 224px;
  right: 150px;
}

.g_a1point13 {
  bottom: 138px;
  right: 105px;
}

.g_a1point14 {
  bottom: 178px;
  right: 160px;
}

.g_a1point15 {
  bottom: 260px;
  right: 200px;
}

.g_a1point16 {
  bottom: 210px;
  right: 195px;
}

.g_a1point17 {
  bottom: 168px;
  right: 210px;
}

.g_a1point18 {
  bottom: 82px;
  right: 200px;
}

.g_a1point19 {
  bottom: 82px;
  right: 274px;
}

.g_a1point20 {
  bottom: 26px;
  right: 234px;
}

.g_a1point21 {
  bottom: 180px;
  right: 290px;
}

.g_a1point22 {
  bottom: 208px;
  right: 335px;
}

.g_a1point23 {
  bottom: 138px;
  right: 300px;
}

.g_a1point24 {
  bottom: 106px;
  right: 366px;
}

.g_a1point25 {
  bottom: 200px;
  left: 178px;
}

.g_a1point26 {
  bottom: 268px;
  right: 265px;
}

.g_a1point27 {
  bottom: 280px;
  right: 338px;
}

.g_a1point28 {
  bottom: 295px;
  left: 322px;
}

.g_a1point29 {
  top: 266px;
  right: 302px;
}

.g_a1point30 {
  top: 148px;
  left: 156px;
}

.g_a1point31 {
  bottom: 70px;
  right: 176px;
}

.g_a1point32 {
  bottom: 66px;
  right: 185px;
}

.g_a1point33 {
  bottom: 130px;
  right: 70px;
}

.g_a1point34 {
  top: 243px;
  right: 162px;
}

.g_a1point35 {
  bottom: 290px;
  right: 197px;
}
.g_a1point36 {
  bottom: 275px;
  right: 205px;
}
.g_a1point66{
    top: 390px;
    left: 370px;
}
.g_a1potfl {
  cursor: pointer;
}

.g_a1point.on .g_a1potfr {
  opacity: 1;
  z-index: 10;
}

.g_a1point.on .g_a1potfl span::before,
.g_a1point.on .g_a1potfl span::after {
  opacity: 1;
}

/* 地图结束 */

/* 地图右侧开始 */
.fl {
  float: left;
}

.fr {
  float: right;
}
.g_a1pt2flss {
  display: none;
}
.g_a1pt2flss img {
  width: 100%;
}
.g_a1pt2frtwonr.on {
  display: block;
}

.g_a1pt2frtwonr {
  display: none;
}

.g_a1pt2fr {
  width: 100%;
  padding: 42px 40px;
  background: url(../img/mapbj_03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
}

.g_a1pt2frtopfl {
  width: 116px;
  height: 50px;
  background: #414141;
  border-right: 1px solid #545454;
}

.g_a1pt2frtopfl p {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #dbdbdb;
}

.g_a1pt2frtopfr {
  width: calc(100% - 116px);
  height: 50px;
  background: #414141;
  padding: 0 20px;
  position: relative;
}

.g_a1pt2fra1 {
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.g_a1pt2fra2 {
  width: 16px;
  line-height: 50px;
}

.g_a1pt2fra2 img {
  width: 100%;
}

.g_a1pt2frb {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  background: #414141;
  z-index: 10;
  padding: 15px 20px;
  display: none;
}

.g_a1pt2frb li p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}

.g_a1pt2frtwo p {
  color: #f4f4f4;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
}

.g_a1pt2frtwofl {
  margin-right: 26px;
}

.g_a1pt2frtwo {
  margin-top: 27px;
}

.g_a1pt2frthr {
  margin-top: 30px;
}

.g_a1pt2frthr a {
  padding: 0 34px;
  line-height: 44px;
  border: 1px solid #9c4119;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #fc4506;
  border-radius: 25px;
  letter-spacing: 1px;
}

.g_a1pt2frfour {
  margin-top: 75px;
}

.g_a1pt2frspan1 {
  color: #fc4506;
  font-size: 30px;
  font-weight: bold;
}

.g_a1pt2frspan2 {
  color: #fc4506;
  font-size: 18px;
}

.g_a1pt2frfour p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.g_a1pt2fra {
  cursor: pointer;
}

.g_a1pt2fra2 img,
.g_a1pt2frb li p {
  transition: all 0.36s;
}

.g_a1pt2fra.act .g_a1pt2fra2 img {
  transform: rotate(180deg);
}

.g_a1pt3bj {
  width: 100%;
  height: 190px;
}

.g_a1pt3 {
  position: relative;
}

.g_a1pt3bj img {
  width: auto;
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.g_a1pt3nr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 60px;
}

.g_a1pt3nrfl h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
}

.g_a1pt3nrfl p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

.g_a1pt3nrfr p {
  padding: 0 60px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  border-radius: 25px;
  border: 1px solid #fff;
  display: inline-block;
}

.g_a1pt3nrfr {
  margin-top: 10px;
  cursor: pointer;
}

/* 地图右侧结束 */

.content-bd {
  padding: 5rem 0;
  width: 100%;
  background-image: url(../img/banner4.png);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
.bdtitle {
  flex-direction: column;
  display: flex;
  padding-bottom: 2rem;
}
.bdtitle .content-bd-title1 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}

.bdtitle .content-bd-title2 {
  width: 80px;
  height: 2px;
  background-color: #e25416;
  border-radius: 1px;
  margin: 24px auto;
}

.bdtitle .content-bd-title3 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.map-box {
  margin-top: 0.8125rem /* 65/80 */;
}

.map-box img {
  /* width: 90%; */
}

.map-box .region {
  background-color: #1f1f39;
  padding: 0.625rem /* 50/80 */;
}

.map-box .region .region-title {
  margin-bottom: 41px;
  margin-left: 0px;
}

.map-box .region .region-title .region-title-left {
  height: 60px;
}

.map-box .region .region-title .region-title-right {
  width: 92%;
  height: 60px;
  border-left: 1px solid #6d6d81;
}

.map-box .region .region-title .region-title-right .xiala {
  background-color: #37374f;
  width: 100%;
}

.map-box .region .region-title .region-title-right .xiala a {
  color: #fff;
}

.map-box .region .region-title .region-title-right .xiala a:hover {
  background-color: #37374f;
}

.map-box .region .region-title .region-title-right .btn,
.map-box .region .region-title .region-title-left .btn {
  width: 100%;
  height: 60px;
  font-size: 0.225rem /* 18/80 */;
  border-radius: 0;
  background-color: #37374f;
  border: 0;
  color: #fff;
}

.map-box .region .region-title .region-title-right .btn .tubiao,
.map-box .region .region-title .region-title-left .btn .tubiao {
  margin-left: 40px;
  color: #6d6d81;
}

.map-box .region .region-content {
  margin-left: 0px;
  font-size: 0.225rem /* 18/80 */;
  margin-bottom: 0.25rem /* 20/80 */;
}

.map-box .region .region-bottom {
  margin-top: 0.975rem /* 78/80 */;
}

.map-box .region .region-bottom p {
  margin-bottom: 0.375rem /* 30/80 */;
}

.map-box .region .region-bottom p span {
  font-size: 0.3rem /* 24/80 */;
}

.map-box .region .region-bottom p:last-child {
  margin-bottom: 0;
}

.map-box .region .region-bottom p .font {
  font-size: 0.3rem /* 24/80 */;
  color: #e25416;
}

.map-box .region .region-bottom p .font1 {
  color: #e25416;
}

.detail .qiu {
  width: 100%;
  /* height: 700px; */
}
.qiuti2 {
  display: none;
}
.detail .qiu img {
  width: 100%;
}

.yewutitle {
  text-align: center;
  font-size: 1.8rem;
  padding: 2rem 0;
  padding-top: 4rem;
}
.yewucent div {
  padding: 0;
  margin: 0;
}
.yewucent img {
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: all 0.6s;
}
.yewucent img:hover {
  transform: scale(1.1);
}
.yewucent {
  padding-bottom: 3rem;
}
.yewucent .rights div {
  font-size: 1.2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
}
.yewucent .rights div:first-child {
  padding-top: 7rem;
}
.zhao-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(226, 84, 22, 1);
  padding-bottom: 1rem;
}
.zhao-title-tip {
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
.gsjjtop {
  padding: 3rem 0;
}
.gsjjtop .gsjjtoplt {
}
.gsjjtop .gsjjtoplt img {
  width: 100%;
  transition: all 0.6s;
}
.gsjjtop .gsjjtoplt img:hover {
  transform: scale(1.1);
}
.gsjjtop .gsjjtoprt {
  padding: 2rem 0;
  font-size: 1rem;
}
.gsjjtop .gsjjtoprt>p{
  padding: 1rem;
  border-top: 1px solid #e25416;
  border-bottom: 1px solid #e25416;
}
  .gjgs {
}
.gjgstop {
  padding: 0.5rem 0;
  font-size: 1rem;
}
.gjgscent {
}
.gjgscent ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gjgscent ul li {
  width: 18%;
}
.gjgscent ul li img {
  width: 100%;
  transition: all 0.6s;
}
.fzlc {
}
.fzlc img {
  margin-top: 1rem;
  width: 100%;
}
.gsjjmp {
  padding: 2rem 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#videos {
  margin: 0 auto;
  max-width: 100%;
}
.gsjjtitle {
  text-align: center;
  flex-direction: column;
  color: #e25416;
  font-size: 1.2rem;
  padding: 2rem 0;
  position: relative;
}
.gsjjtitle1::before {
  content: "";
  position: absolute;
  left: calc(50% - 11rem);
  top: 2.3rem;
  height: 5px;
  width: 2rem;
    background-color: #e25416;
    opacity: .5;
}
.gsjjtitle2::before {
  content: "";
  position: absolute;
  left: calc(50% - 9.5rem);
  top: 2.3rem;
  height: 5px;
  width: 2rem;
    background-color: #e25416;
    opacity: .5;
}
.gsjjtitle3::before {
  content: "";
  position: absolute;
  left: calc(50% - 8.5rem);
  top: 2.3rem;
  height: 5px;
  width: 2rem;
    background-color: #e25416;
    opacity: .5;
}
.gsjjtitle4::before {
  content: "";
  position: absolute;
  left: calc(50% - 9rem);
  top: 2.3rem;
  height: 5px;
  width: 2rem;
    background-color: #e25416;
    opacity: .5;
}
.yuncang {
  padding-bottom: 1rem;
}
.yuncang ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yuncang ul li {
  width: 22%;
}
.yuncang ul li img {
  width: 100%;
  transition: all 0.6s;
}
.yuncangcent {
  padding: 2rem 0;
}
.yuncangcent .yuncangcentlt {
}
.yuncangcent .yuncangcentlt img {
  float: right;
  transition: all 0.6s;
  max-width: 100%;
}
.yuncangcent .yuncangcentlt img:hover {
  transform: scale(1.1);
}
.yuncangcent .yuncangcentrt {
  padding-top: 2rem;
}
.yuncangcentrt > p {
  font-size: 1.2rem;
  font-weight: 700;
  color: #e25416;
}
.yuncangcentrt .yuncangythrt {
  color: #e25416;
}
.yuncangfoot {
}
.yuncangfoot img {
  width: 100%;
  transition: all 0.6s;
}
.yuncangfoot img:hover {
  transform: scale(1.1);
}
.wuliutop {

}
.xinxitx{

}
.xinxitx img{
  transition: all 0.6s;
  width: 100%;
}
.xinxitx img:hover{
  /* transform: scale(1.1); */

}
.xinxitximg{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.xinxitximg img{
  transition: all 0.6s;
  width: 20%;
    padding-top: 2rem;
}
.xinxitximg img:hover{
  transform: scale(1.1);

}
  .wuliutop img {
    transition: all 0.6s;
    width: 100%;
}
.wuliutop img:hover {
  transform: scale(1.1);

}
.wiliucent>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
/*.wiliucent>ul::before {*/
/*  content: '';*/
/*  width: 24.5%;*/
/*}*/
/*.wiliucent>ul::after {*/
/*  content: '';*/
/*  width: 24.5%;*/
/*}*/

.wiliucent>ul li {
    position: relative;
    height: 23rem;
    overflow: hidden;
    width: 24.5%;
    background: #ececec;
    text-align: center;
}

.wuliu_m_icon {
    padding: 2rem 0 1rem 0;
    text-align: center;
}

.wuliu_m_icon img {
    transition: all 0.6s;

}

.wuliu_m_bt {
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem 0;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #e25416;
}

.wuliu_m_jj {
    font-size: .8rem;
    padding: 1rem 0;
    width: 90%;
    margin: 0 auto;
}

.wuliu_m_img {}

.wuliu_m_img img {
    transition: all 0.6s;
    width: 100%;

}
.anlihov:hover .wuliu_a{
    top: 0;
}
.wuliu_a {
    background-color: rgba(0, 0, 0, .8);
    color: white;
    height: 23rem;
    transition: all 0.6s;
    position: absolute;
    top: 23rem;
    left: 0;
    width: 100%;
}

.wuliu_a .wuliu_a_icon {
    padding: 1rem 0 0 0;
}

.wuliu_a .wuliu_a_icon img {
    transition: all 0.6s;
    width: 4rem;
}

.wuliu_a_bt {
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem 0;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dashed white;
}

.wuliu_a_jj {
    font-size: .8rem;
    padding: 1rem 0;
    width: 90%;
    margin: 0 auto;
}

.wuliu_a>ul {
    width: 90%;
    margin: 0 auto;
}

.wuliu_a>ul li {
    border: 1px dashed white;
    background: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    font-size: .9rem;
    width: 100%;
}

.wuliu_a>ul li span:first-child {
    width: 35%;
    border-right: 1px dashed white;
    height: 1.7rem;
    line-height: 1.7rem;
}

.wuliu_a>ul li span:nth-child(2) {
    width: 65%;
    height: 1.7rem;
    line-height: 1.7rem;
}
.zhineng{
  padding-bottom: 2rem;
}
.zhineng ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zhineng ul li{
  width: 33.333%;
}
.zhineng ul li img{
  width: 100%;
  transition: all 0.6s;
}
.zhinengtext{
  padding: 2rem 0;
  border-top: 1px solid #e25416;
  border-bottom: 1px solid #e25416;
}
@media (max-width: 960px) {
  .centlistlt {
    display: none;
  }
  .g_a1pt2fl {
    display: none;
  }
  .g_a1pt2flss {
    display: block;
  }
}

@media (max-width: 576px) {
  .nvatop {
    padding: 0.2rem 0;
  }
  .centlistlt {
    display: none;
  }
  .centlistrt ul li {
    width: 50%;
    height: 20rem;
  }
  .centlistrt ul li > p {
    line-height: 20rem;
  }
  .centlistrt ul li .centlisttc {
    height: 20rem;
    top: 20rem;
  }
  .homeabout .homeaboutjj {
    width: 80%;
  }
  #carouselExampleIndicators2 .carousel-inner .carousel-item ul li {
    width: 33.33%;
    padding: 0.5rem 0;
  }
  .footright {
    align-items: flex-start;
  }
  .footleft ul {
    width: 33.33%;
  }
  .btninit {
    display: none;
  }
  .footlt ul li a {
    padding: 0 0.5rem;
  }
  .footrt ul li {
    text-align: left;
  }
  .homeabout ul li {
    width: 33%;
    padding-bottom: 1rem;
  }

  .homeabout ul {
    padding-bottom: 0;
  }
  #carouselExampleIndicators3 .carousel-inner .carousel-item ul li {
    width: 49.5%;
  }
  .subnavlist ul li {
    width: 48%;
    margin-bottom: 0.3rem;
  }

  .subnavdiv {
    padding: 2rem 0;
  }
  .subnavcont .qywhlt ul li {
    height: 11rem;
  }
  .gsjjhzkh li {
    width: 33.333%;
    padding: 0.5rem 0;
  }
  .contentzxns {
    background-position-y: 1rem;
    background-size: 100%;
  }
  .contentzxns .row {
    padding: 0;
  }
  .g_a1pt2fl {
    display: none;
  }
  .g_a1pt2flss {
    display: block;
  }

  .g_a1pt2fr {
    width: 90%;
    margin: 0 5%;
    margin-top: 1rem;
    /* padding: 30px 20px; */
  }
  .content-bd {
    padding: 3rem 0;
  }
  .bdtitle .content-bd-title1 {
    font-size: 1.5rem;
  }
  .bdtitle .content-bd-title3 {
    font-size: 1rem;
  }

  .yewucent .rights div {
    padding-left: 0;
  }
  .yewucent .rights div:first-child {
    padding-top: 2rem;
  }
  .qiuti2 {
    display: block;
  }
  .qiuti1 {
    display: none;
  }
  .g_a1pt2fr {
    padding: 1.5rem;
  }
  .map-box img {
    margin: 0 5%;
  }
  .gsjjtop {
    padding: 1rem 0;
  }
  .yuncang ul li {
    width: 48%;
    margin: 1rem 0 0 0;
  }
  .wiliucent>ul li{
    width: 49%;
    /* height: 21.5rem; */
  }
  .wiliucent>ul::before {
    content: '';
    width:0;
  }
  .wiliucent>ul::after {
    content: '';
    width: 0;
  }

  .wuliu_a>ul li{
    width: 100%;
  }
  .xinxitximg img{
    width: 50%;
  }
  .zhineng ul li{
    width: 100%;
  }
  #videos{
    height: 14rem;
  }
}
