.header {
  box-shadow: 0 0 3px rgba(200, 200, 200, 0.9);
}

.header .box12 {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .box12 .logo {
  padding-top: 7px;
}

.header .box12 .right .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .box12 .right .top .search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 28px;
  border-bottom: 1px solid #9e9e9e;
  width: 200px;
  margin-right: 15px;
}

.header .box12 .right .top .search .submit {
  width: 14px;
  height: 14px;
  background: url(../img/search.jpg);
}

.header .box12 .right .top .zxrx {
  line-height: 28px;
  font-size: 18px;

  border-bottom: 1px solid #9e9e9e;
}

.header .box12 .right .top .zxrx span {
  color: #e40012;
}

.header .box12 .right .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .box12 .right .nav li {
  line-height: 54px;
  margin-left: 20px;
}

.header .box12 .right .nav li a {
  font-size: 18px;
  color: #606060;
}

.header .box12 .right .nav li a.on {
  color: #e40012;
}
.banner img{
    width: 100%;
}
.section1 {
  padding-top: 45px;
  margin-bottom: 130px;
}

.section1 .box12 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section1 .box12 .box {
  width: 250px;
  text-align: center;
}

.section1 .box12 .box img {
  margin: 20px;
}

.section1 .box12 .box h2 {
  font-size: 40px;
  color: #e60012;
  /*font-weight: 700;*/
  margin-bottom: 5px;
}

.section1 .box12 .box p {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
}

.section1 .box12 .box h3 {
  font-size: 40px;
  color: #e60012;
  margin-top: 35px;
  margin-bottom: 10px;
}

.section2 {
  text-align: center;
  margin-bottom: 130px;
}

.section2 .tit {
  margin-bottom: 55px;
}

.section2 .tit h3 {
  font-size: 38px;
  color: #c5c5c5;
  line-height: 38px;
}

.section2 .tit h2 {
  font-size: 40px;
  color: #ff000d;
  line-height: 40px;
  margin: 25px 0 20px;
}

.section2 .tit p {
  font-size: 14px;
  color: rgba(102, 102, 102);
}

.section2 .index-case {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.section2 .index-case li {
  width: 390px;
  margin-bottom: 15px;
}

.section2 .index-case li p {
  background-color: #666666;
  line-height: 36px;
  color: white;
}

.section2 .more {
  width: 150px;
  height: 50px;
  border: 1px solid #e40012;
  color: #e40012;
  font-size: 36px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 48px;
  border-radius: 50px;
}

.section2 .more:hover {
  background-color: #e40012;
  color: #fff;
}

.section3 {
  text-align: center;
  margin-bottom: 130px;
}

.section3 .tit {
  margin-bottom: 50px;
}

.section3 .tit h2 {
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 5px;
  font-family: "pfl";
}

.section3 .tit h2 span {
  color: #ff262c;
  font-weight: 500;
  font-family: "pf";
}

.section3 .tit>span {
  font-size: 14px;
  color: #666666;
}

.section3 .fa-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section3 .fa-list li {
  width: 33%;
  margin-bottom: 15px;
  position: relative;
}

.section3 .fa-list li img {
  width: 100%;
}

.section3 .fa-list li div {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  color: #fff;
  flex-direction: column;
  width: 100%;
  left: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  height: 70px;
  transition: all 0.5s;
}

.section3 .fa-list li div h2 {
  font-size: 16px;
  transition: all 0.5s;
}

.section3 .fa-list li div p {
  font-size: 14px;
  transition: all 0.5s;
}

.section3 .fa-list li:hover div {
  height: 100%;
}

.section3 .fa-list li:hover div h2 {
  font-size: 24px;
  font-weight: 700;
}

.section3 .fa-list li:hover div p {
  font-size: 18px;
}

.section4 {
  margin-bottom: 130px;
}

.section4 .tit {
  margin-bottom: 50px;
  text-align: center;
}

.section4 .tit h2 {
  font-size: 40px;
  color: #ff262c;
  margin-bottom: 5px;
  font-family: "pf";
}

.section4 .tit h2 span {
  font-weight: 200;
  color: #000;
  font-family: "pfl";
}

.section4 .tit>span {
  font-size: 14px;
  color: #666666;
}

.section4 .index-ys {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section4 .index-ys li {
  width: 390px;
  margin-bottom: 15px;
}

.section4 .index-ys li p {
  line-height: 60px;
  background-color: #e40012;
  text-align: center;
  font-size: 25px;
  color: white;
}

.section4 .fw {
  height: 80px;
  background: url(../img/fw.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px 0 65px;
  color: white;
}

.section4 .fw .l h3 {
  font-size: 26px;
}

.section4 .fw .l p {
  font-size: 12px;
}

.section4 .fw .r h3 {
  font-size: 30px;
}

.section4 .fw .r p {
  font-size: 16px;
}

.section5 {
  text-align: center;
  margin-bottom: 105px;
}

.section5 .tit {
  margin-bottom: 60px;
}

.section5 .tit h3 {
  font-size: 38px;
  color: #c5c5c5;
  line-height: 38px;
}

.section5 .tit h2 {
  font-size: 40px;
  color: #ff000d;
  line-height: 40px;
  margin: 20px 0 35px;
}

.section5 .tit p {
  font-size: 14px;
  color: rgba(102, 102, 102);
}

.section5 .khlist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.section5 .khlist li {
  width: 20%;
  text-align: center;
  margin-bottom: 60px;
}

.section6 {
  text-align: center;
  margin-bottom: 60px;
}

.section6 .tit {
  margin-bottom: 60px;
}

.section6 .tit h3 {
  font-size: 38px;
  color: #c5c5c5;
  line-height: 38px;
}

.section6 .tit h2 {
  font-size: 40px;
  color: #ff000d;
  line-height: 40px;
  margin: 20px 0 25px;
}

.section6 .tit p {
  font-size: 15px;
  color: rgba(102, 102, 102);
}

footer {
  border-top: 5px solid #dadada;
  background-color: #323232;
  padding: 50px 0 70px;
  border-bottom: 3px solid #fff;
}

footer .box12 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .box12 .gd {
  width: 360px;
}

footer .box12 .gd .list-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .box12 .gd .list-box li a {
  font-size: 12px;
  color: #c8c8c8;
  line-height: 30px;
}

footer .box12 .lxwm {
  width: 790px;
}

footer .box12 .lxwm h2 {
  margin-bottom: 20px;
}

footer .box12 .lxwm .box {
  display: flex;
  justify-content: space-between;
}

footer .box12 .lxwm .box .list-box {
  width: 530px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .box12 .lxwm .box .list-box li {
  font-size: 12px;
  color: #c8c8c8;
  line-height: 32px;
}

footer .box12 .lxwm .box .list-box li span {
  color: #dc0212;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  top: 5px;
  margin-right: 4px;
}

footer .box12 .lxwm .box .list-box .bq {
  width: 100%;
  margin-top: 40px;
  font-size: 12px;
  color: #c8c8c8;
  line-height: 40px;
}

footer .box12 .lxwm .ewm p {
  font-size: 12px;
  color: #c8c8c8;
  line-height: 32px;
  text-align: center;
}

footer h2 {
  font-size: 18px;
  color: #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer-bottom {
  background-color: #323232;
  height: 115px;
  padding-top: 32.5px;
}

.footer-bottom .box12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom .box12 .wz {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-right: 155px;
}

.footer-bottom .box12 .wz span {
  font-size: 20px;
  line-height: 20px;
  color: #c8c8c8;
}

.footer-bottom .box12 .wz .s2 {
  font-size: 40px;
  font-weight: 700;
  color: #dc000a;
  line-height: 29px;
  margin: 0 3px;
}

.footer-bottom .box12 .zx {
  width: 270px;
  height: 50px;
  background-color: #dc0012;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.footer-bottom .box12 .zx img {
  margin-right: 10px;
}

.footer-bottom .box12 .zx p {
  font-size: 20px;
  color: #fff;
}

.caselist .sub-nav {
  background-color: #e40012;
}

.caselist .sub-nav .box12 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.caselist .sub-nav .box12 li {
  width: 170px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.caselist .sub-nav .box12 li a {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 60px;
  font-size: 24px;
  color: white;
}

.caselist .sub-nav .box12 li:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.caselist .sub-nav .box12 li.on a {
  background-color: #9d9d9d;
}

.caselist .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.caselist .list li {
  width: 390px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.caselist .list li p {
  text-align: center;
  color: #666666;
  line-height: 40px;
}

.caselist .list li:nth-of-type(3n) {
  margin-right: 0;
}

.pagebox .sx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.pagebox .sx a {
  width: 125px;
  height: 40px;
  border: 2px solid #dc0212;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #dc0212;
  margin: 0 15px;
  border-radius: 40px;
}

.pagebox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.pagebox .num a {
  font-size: 16px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #666666;
}

.pagebox .num a.page-num-current {
  background-color: #dc000a;
  color: white;
  margin: 0 10px;
}

.positiona {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #727272;
  margin-bottom: 25px;
  margin-top: 20px;
}

.positiona h2 {
  font-size: 38px;
  font-weight: 200;
  line-height: 38px;
  border-left: 3px solid #e40012;
  padding-left: 10px;
  font-family: "pfl";
}

.positiona .position {
  font-size: 14px;
  color: #727272;
}

.positiona .position a {
  font-size: 14px;
  color: #727272;
}

.newslist .positiona {
  margin-bottom: 0;
}

.newslist .list {
  margin-bottom: 75px;
}

.newslist .list li {
  padding: 20px 0;
  border-bottom: 1px dashed rgba(114, 114, 114, 0.5);
}

.newslist .list .itema {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.newslist .list .itema .img-box {
  width: 235px;
  margin-right: 25px;
}

.newslist .list .itema .text-box {
  width: 940px;
}

.newslist .list .itema .text-box .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.newslist .list .itema .text-box .t h2 {
  font-size: 20px;
  font-weight: 700;
}

.newslist .list .itema .text-box .t span {
  font-size: 14px;
  color: #595959;
}

.newslist .list .itema .text-box .d {
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 10px;
}

.newslist .list .itema .text-box .more {
  display: block;
  width: 115px;
  height: 35px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  color: #c8c8c8;
}

.newslist .list .itema .text-box .more:hover {
  border: 1px solid #e40012;
  ;
  background-color: #e40012;
  );
  color: #fff;
}

.newslist .list .item {
  padding: 25px 0;
}

.newslist .list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newslist .list .item a .t {
  max-width: 810px;
}

.newslist .list .item a .t h2 {
  font-size: 20px;
  font-weight: 700;
}

.newslist .list .item a .t p {
  font-size: 14px;
  line-height: 34px;
}

.newslist .list .item a .date {
  font-size: 14px;
  color: #595959;
}

.detail .alps {
  margin: 25px 0 25px;
}

.detail .alps a {
  font-size: 16px;
  color: #e40012;
}

.detail .detail-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}

.detail .detail-box .detail-nr {
  width: 800px;
}

.detail .detail-box .detail-nr h2 {
  font-size: 28px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d0d0d0;
  line-height: 30px;
  padding: 15px 0;
}

.detail .detail-box .detail-nr h2 span {
  position: relative;
  padding-right: 5px;
  margin-right: 5px;
}

.detail .detail-box .detail-nr h2 span:after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  background-color: #e40012;
  position: absolute;
  right: 0;
  bottom: 2.5px;
}

.detail .detail-box .detail-nr .nn {
  font-size: 18px;
  line-height: 1.5em;
}

.detail .detail-box .xgyd {
  width: 365px;
  padding-top: 20px;
}

.detail .detail-box .xgyd h2 {
  font-size: 18px;
  font-weight: 800;
  color: #8e8e8e;
  line-height: 40px;
  border-bottom: 1px solid #727272;
  margin-bottom: 10px;
  position: relative;
}

.detail .detail-box .xgyd h2:after {
  content: "";
  position: absolute;
  width: 75px;
  border-top: 1px solid #e40012;
  left: 0;
  bottom: 0;
}

.detail .detail-box .xgyd li {
  border-bottom: 1px dashed rgba(114, 114, 114, 0.5);
  padding: 10px 0;
}

.detail .detail-box .xgyd li a {
  display: flex;
  align-items: center;
  justify-content: first baseline;
}

.detail .detail-box .xgyd li a span {
  width: 25px;
  height: 25px;
  background: #727272;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.detail .detail-box .xgyd li a p {
  color: #727272;
}

.detail .detail-box .xgyd li.itma a span {
  background: #e40012;
}

.hzhb .positiona {
  margin-bottom: 35px;
}

.hzhb .hzfzbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 130px;
}

.hzhb .hzfzbox .list {
  width: 290px;
}

.hzhb .hzfzbox .list li {
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(114, 114, 114, 0.5);
  margin-bottom: 20px;
}

.hzhb .hzfzbox .list li>a {
  font-size: 20px;

}

.hzhb .hzfzbox .list li dl {
  padding-left: 15px;
  /* display: none; */
}

.hzhb .hzfzbox .list li dl dd {
  padding: 20px 0;
  border-bottom: 1px dashed rgba(114, 114, 114, 0.5);
}

.hzhb .hzfzbox .list li dl dd a {
  font-size: 20px;
  position: relative;
  padding-left: 10px;

}
.hzhb .hzfzbox .list li dl dd a.on {
  color: #e40012;
}
.hzhb .hzfzbox .list li dl dd a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  background-color: #000;
  border-radius: 50%;
}

.hzhb .hzfzbox .list li dl dd:last-of-type {
  border: 0;
}

.hzhb .hzfzbox .list li.on {
  padding: 0;
}

.hzhb .hzfzbox .list li.on>a {
  color: #e40012;
}

.hzhb .hzfzbox .list li.on dl {
  display: block;
}

.hzhb .hzfzbox .hzfzdetail {
  width: 885px;
  padding-left: 25px;
  border-left: 1px solid #727272;
  min-height: 600px;
}

.hzhb .hzfzbox .hzfzdetail .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 35px;
}

.about {
  margin-bottom: 80px;
}

.about .zjwm {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 90px;
}

.about .zjwm .txt {
  width: 535px;
}

.about .zjwm .txt h2 {
  font-size: 40px;
  color: #595959;
  line-height: 80px;
  position: relative;
  margin-bottom: 40px;
}

.about .zjwm .txt h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 3px;
  background: #e40012;
}

.about .zjwm .txt p {
  font-size: 14px;
  color: rgb(89.89 0.89);
  line-height: 2em;
  margin-bottom: 25px;
}

.about .zjwm .txt p:last-of-type {
  margin-bottom: 0;
}

.about .wmdys {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 140px;
}

.about .wmdys .text {
  width: 635px;
}

.about .wmdys .text h2 {
  height: 110px;
  background-color: #e40012;
  line-height: 80px;
  position: relative;
  font-size: 40px;
  color: #fff;
  padding-left: 25px;
  margin-bottom: 35px;
}

.about .wmdys .text h2:after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 30px;
  width: 65px;
  height: 3px;
  background: #ffffff;
}

.about .wmdys .text p {
  font-size: 14px;
  color: rgb(89.89 0.89);
  line-height: 2em;
}

.about .hxcy h2 {
  font-size: 40px;
  color: #e40012;
  line-height: 80px;
  position: relative;
  margin-bottom: 15px;
}

.about .hxcy h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 3px;
  background: #e40012;
}

.about .hxcy .cylist {
  border-top: 1px solid #727272;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.about .hxcy .cylist li {
  width: 190px;
  margin-right: 62.5px;
  margin-bottom: 95px;
}

.about .hxcy .cylist li h4 {
  color: #0c1f43;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #c8c8c8;
}

.about .hxcy .cylist li .p1 {
  line-height: 2em;
  margin-bottom: 5px;
}

.about .hxcy .cylist li .p2 {
  line-height: 1.5em;
  margin-bottom: 5px;
}

.about .hxcy .cylist li .p3 {
  color: #c19970;
  font-size: 14px;
}

.about .hxcy .cylist li:nth-of-type(5n) {
  margin-right: 0;
}

.about .bghj {
  background: #323232;
  padding: 90px 0;
}

.about .bghj h2 {
  text-align: center;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.about .bghj p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

.about .bghj .img-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about .bghj .img-box img {
  margin-bottom: 10px;
}

.about .gcgm {
  padding: 90px 0;
  text-align: center;
}

.about .gcgm h2 {
  text-align: center;
  font-size: 50px;
  color: #e40012;
  margin-bottom: 20px;
}

.about .gcgm p {
  font-size: 18px;
  text-align: center;
  color: #606060;
  margin-bottom: 40px;
}

.about .gcgm .im1 {
  margin-bottom: 25px;
}

.about .ryjl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about .ryjl .left {
  width: 465px;
}

.about .ryjl .left h2 {
  height: 110px;
  background-color: #e40012;
  line-height: 80px;
  position: relative;
  font-size: 40px;
  color: #fff;
  padding-left: 25px;
  margin-bottom: 35px;
}

.about .ryjl .left h2:after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 30px;
  width: 65px;
  height: 3px;
  background: #ffffff;
}

.about .ryjl .left li {
  font-size: 22px;
  line-height: 36px;
}

.about .ryjl .right {
  width: 625px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.about .ryjl .right p {
  font-size: 16px;
  line-height: 2em;
}

.contact .form {
  margin-top: 35px;
  border: 1px solid #727272;
  padding: 50px 175px;
  margin-bottom: 50px;
}

.contact .form h2 {
  font-size: 30px;
  text-align: center;
  color: #5e5e5e;
  margin-bottom: 65px;
}

.contact .form label {
  font-size: 16px;
  margin-right: 13px;
  position: relative;
}

.contact .form label:after {
  position: absolute;
  content: "";
}

.contact .form .wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}

.contact .form .wp .inp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact .form .wp .inp select,
.contact .form .wp .inp input {
  width: 220px;
  height: 36px;
  border: 1px solid;
  border-color: #cccccc;
  border-radius: 5px;
}

.contact .form .inpa {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 23px;
}

.contact .form .inpa select {
  width: 770px;
  height: 36px;
  border-color: #cccccc;
  border-radius: 5px;
}

.contact .form .inpa input {
  width: 770px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.contact .form .inpb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 23px;
}

.contact .form .inpb .ck-box {
  display: flex;
}

.contact .form .inpb .ck-box li {
  margin-right: 25px;
}

.contact .form .submit {
  display: block;
  width: 110px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background-color: #dc0212;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}

.contact .lxfsa {
  margin-bottom: 60px;
}

.contact .lxfsa #allmap {
  width: 100%;
  height: 380px;
}

.contact .lxfsa .lxfs-box {
  padding: 30px 115px 45px 75px;
  background: #323232;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.contact .lxfsa .lxfs-box h2 {
  font-size: 40px;
  color: #fff;
  line-height: 90px;
  position: relative;
  margin-bottom: 30px;
}

.contact .lxfsa .lxfs-box h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 3px;
  background: #e40012;
}

.contact .lxfsa .lxfs-box p {
  font-size: 18px;
  color: #9d9d9d;
  line-height: 1.5em;
}

.contact .lxfsa .lxfs-box .p2 {
  color: #dc0212;
}

.contact .zypt h2 {
  font-size: 40px;
  color: #585858;
  line-height: 90px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.contact .zypt h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 65px;
  height: 3px;
  margin-left: -32.5px;
  background: #e40012;
}

.contact .zypt .box {
  border-top: 1px dashed rgba(114, 114, 114, 0.3);
  padding-top: 43px;
}

.contact .zypt .box>p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #595959;
  text-align: justify;
}

.contact .zypt .zplb {
  width: 100%;
  border-bottom: 1px dashed rgba(114, 114, 114, 0.3);
  margin-bottom: 30px;
}

.contact .zypt .zplb tr {
  border-top: 1px dashed rgba(114, 114, 114, 0.3);
}

.contact .zypt .zplb tr td {
  font-size: 18px;
  line-height: 80px;
}

.contact .zypt .zplb tr td:nth-of-type(1) {
  width: 455px;
  text-align: left;
  padding-left: 49px;
}

.contact .zypt .zplb tr td:nth-of-type(2) {
  width: 175px;
  text-align: center;
}

.contact .zypt .zplb tr td:nth-of-type(3) {
  width: 250px;
  text-align: center;
}

.contact .zypt .zplb tr td:nth-of-type(4) {
  width: 230px;
  text-align: center;
}

.contact .zypt .td {
  font-size: 18px;
  color: #595959;
  text-align: justify;
  line-height: 2em;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(114, 114, 114, 0.3);
  margin-bottom: 40px;
}

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

.ywly .ywly-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 82px;
}

.ywly .ywly-box li {
  width: 25%;
  text-align: center;
  padding-top: 55px;
}

.ywly .ywly-box li img {
  margin-bottom: 20px;
}

.ywly .ywly-box li h2 {
  font-size: 24px;
}

.ywly .ywly-box li h3 {
  font-size: 18px;
  line-height: 2em;
}

.ywly .ywly-box li p {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 35px;
  font-family: "pfl";
}

.ywly .ywly-box li .more {
  width: 150px;
  height: 40px;
  text-align: center;
  border: 1px solid #9d9d9d;
  line-height: 38px;
  color: #9d9d9d;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.ywly .ywly-box li .more:hover {
  background-color: #e40012;
  color: #fff;
  border-color: #e40012;
}

.ywly .ywly-box li .more:after {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  top: 20px;
  left: 50%;
  margin-left: -30px;
  border: 30px solid;
  border-color: transparent transparent #dadada transparent;
}

.ywly .ywly-box li .box {
  position: absolute;
  width: 100vw;
  height: 500px;
  top: 407px;
  left: 0;
  background-color: #dadada;
  display: none;
}

.ywly .ywly-box li .box .box12 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 90px;
}

.ywly .ywly-box li .box .box12 .left {
  width: 600px;
  text-align: left;
}

.ywly .ywly-box li .box .box12 .left .bta {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #232323;
  padding-bottom: 10px;
}

.ywly .ywly-box li .box .box12 .left .bta a {
  font-size: 14px;
}

.ywly .ywly-box li .box .box12 .left h2 {
  font-size: 30px;
}

.ywly .ywly-box li .box .box12 .left h3 {
  font-size: 22px;
  line-height: 1em;
}

.ywly .ywly-box li .box .box12 .left p {
  font-size: 16px;
  margin-bottom: 25px;
  font-family: "pf";
}

.ywly .ywly-box li .box .box12 .right {
  width: 525px;
}

.ywly .ywly-box li.a1.on {
  margin-bottom: 550px;
}

.ywly .ywly-box li.a1.on .more:after {
  display: block;
}

.ywly .ywly-box li.a1.on .box {
  display: block;
}

.ywly .ywly-box li.a2.on {
  margin-bottom: 550px;
}

.ywly .ywly-box li.a2.on .more:after {
  display: block;
}

.ywly .ywly-box li.a2.on .box {
  display: block;
  top: 772px;
}

.ywly .tithz {
  margin-bottom: 70px;
  text-align: center;
}

.ywly .tithz h2 {
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 5px;
  font-family: "pfl";
}

.ywly .tithz h2 span {
  color: #ff262c;
  font-weight: 500;
  font-family: "pf";
}

.ywly .tithz>span {
  font-size: 14px;
  color: #666666;
}

.right-slide {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  background-color: white;
  margin-top: -90px;
  display: none;
}

.right-slide.on {
  display: block;
}

.right-slide .bo {
  width: 65px;
  height: 65px;
  border: 1px solid rgba(200, 200, 200);
  position: relative;
}

.right-slide .bo .box {
  position: absolute;
  width: 160px;
  height: 160px;
  background-color: #fff;
  left: -160px;
  top: 0;
  z-index: 99;
}

.right-slide .wx,
.right-slide .top {
  border-top: none;
}

.right-slide .kf {
  background-image: url(../img/kfh.png);
  background-size: 45px;
  background-position: center;
  background-repeat: no-repeat;
}

.right-slide .kf .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #5b5b5b;
  font-size: 18px;
  display: none;
}

.right-slide .kf .box img {
  width: 60px;
  margin-bottom: 20px;
}

.right-slide .kf:hover {
  background-image: url(../img/kfb.png);
  background-color: #e40012;
  border: #e40012;
}

.right-slide .kf:hover .box {
  display: flex;
}

.right-slide .wx {
  background-image: url(../img/ewh.png);
  background-size: 45px;
  background-position: center;
  background-repeat: no-repeat;
}

.right-slide .wx:hover {
  background-image: url(../img/ewb.png);
  background-color: #e40012;
  border: #e40012;
}

.right-slide .wx:hover .box {
  display: flex;
}

.right-slide .wx .box {
  top: -65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #5b5b5b;
  font-size: 16px;
  display: none;
}

.right-slide .wx .box>img {
  width: 120px;
}

.right-slide .wx .box .ss {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-slide .wx .box .ss img {
  width: 24px;
}

.right-slide .top {
  background-image: url(../img/th.png);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.right-slide .top a {
  display: block;
  width: 100%;
  height: 100%;
}

.right-slide .top:hover {
  background-image: url(../img/tb.png);
  background-color: #e40012;
  border: #e40012;
}
.ywly .ywly-box li .box .close {
    display: none;
}
.m-head,.m-nav{
    display:none
}




@media (max-width: 1200px) {
    
    
    
    
    
    .box12 {
        width: 100%;
        margin: 0 auto;
        padding: 0 3.5%;
    }
    .header {
        display: none;
    }
    .section1 {
        padding-top: 25px;
        margin-bottom: 45px;
    }
    .section1 .box12 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section1 .box12 .box {
        width: 50%;
        text-align: center;
    }
    .section1 .box12 .box h2 {
        font-size: 24px;
    }
    .section1 .box12 .box p {
        font-size: 12px;
        line-height: 20px;
    }
    .section1 .box12 .box h3 {
        font-size: 24px;
        color: #e60012;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .section2 {
        text-align: center;
        margin-bottom: 35px;
    }
    .section2 .tit {
        margin-bottom: 20px;
    }
    .section2 .tit h3 {
        font-size: 28px;
        color: #c5c5c5;
        line-height: 30px;
    }
    .section2 .tit h2 {
        font-size: 28px;
        color: #ff000d;
        line-height: 30px;
        margin: 5px 0 12px;
    }
    .section2 .tit p {
        font-size: 12px;
        color: rgba(102, 102, 102);
    }
    .section2 .index-case li {
        width: 48%;
        margin-bottom: 10px;
    }
    .section2 .index-case li p {
        background-color: #666666;
        line-height: 29px;
        font-size: 12px;
        color: white;
        padding: 0 5px;
    }
    .section2 .more {
        width: 100px;
        height: 34px;
        border: 1px solid #e40012;
        color: #e40012;
        font-size: 16px;
        display: block;
        margin: 0 auto;
        text-align: center;
        line-height: 32px;
        border-radius: 50px;
    }
    .section3 {
        text-align: center;
        margin-bottom: 35px;
    }
    .section3 .tit h2 {
        font-size: 28px;
    }
    .section3 .tit {
        margin-bottom: 25px;
    }
    .section3 .fa-list li {
        width: 48%;
    }
    .section4 .tit {
        margin-bottom: 25px;
    }
    .section4 .tit h2 {
        font-size: 28px;
    }
    .section4 .index-ys li p {
        line-height: 30px;
        font-size: 14px;
    }
    .section4 .fw {
        padding: 0 0 0 15px;
    }
    
    .section4 .fw .l{
        display: none;
    }
    .section3 .fa-list li:last-of-type{
        display: none;
    }
    .section3 .fa-list li div {
    
    height: 49px;
   
}
.section3 .fa-list li div h2 {
    font-size: 14px;
    transition: all 0.5s;
}
.section3 .fa-list li div p {
    font-size: 12px;
    transition: all 0.5s;
}


.section3 .fa-list li:hover div h2 {
    font-size: 18px;
    font-weight: 700;
}

.section3 .fa-list li:hover div p {
    font-size: 15px;
}






    .section4 {
        margin-bottom: 35px;
    }
    .section4 .index-ys li {
    width: 48%;
    margin-bottom: 15px;
}
    
    
    
    
    
    .section5 .tit h3 {
        font-size: 28px;
        color: #c5c5c5;
        line-height: 38px;
    }
    .section5 .tit h2 {
        font-size: 28px;
        color: #ff000d;
        line-height: 40px;
        margin: 5px 0 10px;
    }
    .section5 .tit p {
        font-size: 11px;
        color: rgba(102, 102, 102);
    }
    .section5 .tit {
        margin-bottom: 25px;
    }
    .section5 .khlist li {
        width: 33.33%;
        text-align: center;
        margin-bottom: 15px;
    }
    .section5 {
        margin-bottom: 35px;
    }
    .footer-bottom .box12 {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-bottom .box12 .wz {
        display: flex;
        align-items: flex-end;
        justify-content: center;
         margin-right:0; 
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-bottom .box12 .wz span {
        font-size: 16px;
    }
    .footer-bottom .box12 .wz .s2 {
        font-size: 28px;
    }
    .footer-bottom {
        height: 115px;
            padding-top: 17.5px;
    }
    .footer-bottom .box12 .zx {
    width: 240px;
    height: 40px;
    background-color: #dc0012;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
   .footer-bottom .box12 .zx p {
    font-size: 16px;
    color: #fff;
} 
    
    .footer-bottom .box12 .zx img {
    margin-right: 10px;
    max-height: 25px !important;
}
    .right-slide {
        display: none;
    }
    .right-slide.on {
    display: none;
}
    
    footer .box12 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
    
  footer .box12 .gd {
    width: 100%;
        margin-bottom: 25px;
}  
    
    footer .box12 .lxwm {
    width: 100%;
}
    footer {
    border-top: 1px solid #dadada;
    background-color: #323232;
    padding: 20px 0 35px;
    border-bottom: 3px solid #fff;
}
   footer .box12 .lxwm .box .list-box .bq {
    width: 100%;
    margin-top: 0px;
    font-size: 12px;
    color: #c8c8c8;
    line-height: 24px;
}

footer .box12 .lxwm .box .list-box {
    width: 75%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .box12 .lxwm .box .ewm {
    width: 25%;
  
}

footer .box12 .lxwm .box .list-box li {
    font-size: 12px;
    color: #c8c8c8;
    line-height: 24px;
}
footer .box12 .gd .list-box li a {
    font-size: 12px;
    color: #c8c8c8;
    line-height: 24px;
}

.about .zjwm .txt h2 {
    font-size: 28px;
    color: #595959;
    line-height: 56px;
    position: relative;
    margin-bottom: 25px;
}
.about .zjwm {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 90px;
    flex-wrap: wrap;
}
.about .zjwm .txt p {
    font-size: 12px;
    color: rgb(89.89 0.89);
    line-height: 2em;
    margin-bottom: 10px;
}
.about .zjwm {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.about .wmdys {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.about .wmdys .text h2 {
    height: 100px;
    background-color: #e40012;
    line-height: 80px;
    position: relative;
    font-size: 28px;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 35px;
}
.about .wmdys .text p {
    font-size: 12px;
    color: rgb(89.89 0.89);
    line-height: 2em;
}
.about .hxcy h2 {
    font-size: 28px;
    color: #e40012;
    line-height: 56px;
    position: relative;
    margin-bottom: 15px;
}
.about .hxcy .cylist li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.about .hxcy .cylist li h4 {
    color: #0c1f43;
    line-height: 32px;
    font-weight: 700;
    border-bottom: 1px solid #c8c8c8;
    font-size: 14px;
}

.about .hxcy .cylist li .p1 {
    line-height: 2em;
    margin-bottom: 5px;
    font-size: 14px;
}
.about .hxcy .cylist li .p2 {
    line-height: 1.5em;
    margin-bottom: 5px;
    font-size: 12px;
}
.about .hxcy .cylist li:nth-of-type(5n) {
    margin-right:auto;
}
.about .hxcy .cylist li:nth-of-type(2n) {
    margin-right: 0;
}
.about .bghj {
    background: #323232;
    padding: 35px 0;
}
.about .bghj h2 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}
.about .bghj p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.about .gcgm {
    padding: 35px 0;
    text-align: center;
}
.about .gcgm h2 {
    text-align: center;
    font-size: 28px;
    color: #e40012;
    margin-bottom: 20px;
}
.about .gcgm p {
    font-size: 14px;
    text-align: center;
    color: #606060;
    margin-bottom: 40px;
}

.about .ryjl .left h2 {
    height: 100px;
    background-color: #e40012;
    line-height: 80px;
    position: relative;
    font-size: 28px;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 10px;
}
.about .ryjl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about .ryjl .left {
    width: 100%;
    margin-bottom: 10px;
}

.about .ryjl .right {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.about .ryjl .right li{
    width: 48%;
}
.about .ryjl .right p {
    font-size: 14px;
    line-height: 1.5em;
}

.about .ryjl .left li {
    font-size: 14px;
    line-height: 28px;
}
.about {
    margin-bottom: 35px;
}
.caselist .sub-nav .box12 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.caselist .sub-nav .box12 li {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.caselist .sub-nav .box12 li a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 32px;
    font-size: 12px;
    color: white;
}
.positiona h2 {
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
    border-left: 2px solid #e40012;
    padding-left: 10px;
    font-family: "pfl";
}
.positiona .position {
    font-size: 12px;
    color: #727272;
}
.positiona .position a {
    font-size: 12px;
    color: #727272;
}

.caselist .list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.caselist .list li p {
    text-align: center;
    color: #666666;
    line-height: 30px;
    font-size: 12px;
}
.caselist .list li {
 
    width: 49%;
    margin-bottom: 15px;
    margin-right: 0;
}

.pagebox .sx a {
    width: 110px;
    height: 30px;
    border: 2px solid #dc0212;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #dc0212;
    margin: 0 15px;
    border-radius: 40px;
}
.pagebox .sx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}


.detail .alps a {
    font-size: 12px;
    color: #e40012;
}

.detail .detail-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
}
.detail .detail-box .detail-nr {
    width: 100%;
}
.detail .detail-box .detail-nr h2 {
    font-size: 16px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
    line-height: 26px;
    padding: 0px 0;
}
.detail .detail-box .detail-nr h2 span {
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
    display: none;
}
.detail .detail-box .xgyd li a p {
    color: #727272;
    font-size: 12px;
}
.detail .detail-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.contact .form {
    margin-top: 35px;
    border: 1px solid #727272;
    padding: 25px 5px;
    margin-bottom: 50px;
}
.contact .form h2 {
    font-size: 18px;
    text-align: center;
    color: #5e5e5e;
    margin-bottom: 25px;
}

.contact .form .wp .inp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 23px;
    width: 100%;
}

.contact .form .wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.contact .form .inpa select {
    width: 220px;
    height: 36px;
    border-color: #cccccc;
    border-radius: 5px;
}
.contact .form label {
    font-size: 16px;
     margin-right: 0px;
    position: relative;
    width: 30%;
}
.contact .form .inpb .ck-box {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
}

.contact .form .inpa input {
    width: 220px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.contact .lxfsa .lxfs-box {
    padding: 10px;
    background: #323232;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
      flex-wrap: wrap;
}
.contact .lxfsa .lxfs-box h2 {
    font-size: 28px;
    color: #fff;
    line-height: 2em;
    position: relative;
    margin-bottom: 21px;
}
.contact .lxfsa .lxfs-box p {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 1.5em;
}

.contact .lxfsa .lxfs-box .left{
    margin-bottom: 15px;
}
.contact .zypt h2 {
    font-size: 28px;
    color: #585858;
    line-height: 56px;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}

.contact .lxfsa {
    margin-bottom: 35px;
}
.contact .zypt .box>p {
    margin-bottom: 9px;
    font-size: 12px;
    color: #595959;
    text-align: justify;
}

.contact .zypt .box {
    border-top: 1px dashed rgba(114, 114, 114, 0.3);
    padding-top: 25px;
}

.contact .zypt .zplb tr td:nth-of-type(1) {
    width: 448px;
    text-align: left;
    padding-left: 0px;
}
.contact .zypt .zplb tr td {
    font-size: 12px;
    line-height: 2.5em;
}
.contact .zypt .td {
    font-size: 12px;
    color: #595959;
    text-align: justify;
    line-height: 2em;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(114, 114, 114, 0.3);
    margin-bottom: 40px;
}
.newslist .list .itema {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.newslist .list .itema .img-box {
    width: 100%;
    margin-right: 0;
}


.newslist .list .itema .img-box img {
    width: 100%;
   
}
.newslist .list .itema .text-box {
    width: 100%;
}

.newslist .list .itema .text-box .t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.newslist .list .itema .text-box .t h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
}
.newslist .list .itema .text-box .t span {
    font-size: 12px;
    color: #595959;
}

.newslist .list .itema .text-box .d {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
}
.newslist .list .itema .text-box .more {
    display: block;
    width: 90px;
    height: 30px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #c8c8c8;
}
.newslist .list .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newslist .list .item a .t h2 {
    font-size: 16px;
    font-weight: 700;
}
.newslist .list .item a .t p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
}

.newslist .list .item a .date {
    font-size: 12px;
    color: #595959;
}
.newslist .list {
    margin-bottom: 35px;
}
.ywly .ywly-box li {
    width: 48%;
    text-align: center;
    padding-top: 55px;
}


.ywly .ywly-box li h2 {
    font-size: 18px;
}
.ywly .ywly-box li h3 {
    font-size: 14px;
    line-height: 2em;
}
.ywly .ywly-box li p {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 24px;

}
.ywly .ywly-box li .more {
    width: 110px;
    height: 32px;
    text-align: center;
    border: 1px solid #9d9d9d;
    line-height: 30px;
    color: #9d9d9d;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}
.ywly .ywly-box li .box {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0%;
    left: 0;
    z-index: 999;
    background-color: #dadada;
    display: none;
}

.ywly .ywly-box li .box .box12 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 14px;
    flex-wrap: wrap;
}
.ywly .ywly-box li .box .box12 .left h2 {
    font-size: 18px;
}
.ywly .ywly-box li .box .box12 .left h3 {
    font-size: 12px;
    line-height: 1.5em;
}
.ywly .ywly-box li .box .box12 .left .bta a {
    font-size: 12px;
}
.ywly .ywly-box li .box .box12 .left p {
    font-size: 12px;
    margin-bottom: 25px;
    font-family: "pf";
}
 
   .ywly .ywly-box li .box {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0%;
    left: 0;
    height: 100%;
    z-index: 999;
    display: flex;
    background-color: #dadada;
    display: none;
  
} 
    .ywly .ywly-box li .box .box12 {
    display: flex;
 
    padding-top: 14px;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
   .ywly .ywly-box li .box .box12 .left {
    width: 100%;
    text-align: left;
}

.ywly .ywly-box li .box .box12 .right {
    width: 100%;
}
.ywly .ywly-box li .box .close {
       display: block;
  
    position: absolute;
    top: 11px;
    right: 9px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    line-height: 28px;
    border-radius: 50%;
}
.ywly .ywly-box li.a2.on .box {
    display: block;
    top: 0;
}
.hzhb .hzfzbox .list li {
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(114, 114, 114, 0.5);
    margin-bottom: 20px;
}
.hzhb .hzfzbox .list li>a {
    font-size: 14px;
}
.hzhb .hzfzbox .list li dl dd {
    padding: 9px 0;
    border-bottom: 1px dashed rgba(114, 114, 114, 0.5);
}

.hzhb .hzfzbox .list li dl dd a {
    font-size: 12px;
    position: relative;
    padding-left: 10px;
}
.hzhb .hzfzbox .list li dl dd a:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 5px;
    background-color: #000;
    border-radius: 50%;
}
.hzhb .hzfzbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.hzhb .hzfzbox .list {
    width: 100%;
}

.hzhb .hzfzbox .hzfzdetail {
    width: 100%;
    padding-left: 0;
    border-left: none;
    min-height: 600px;
}

.m-head{
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 2.5%;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 0;
width:100%;
}
.m-head .lo{
    width: 60%;
}

.m-head  .menu{
    width: 10%;
}

.m-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
    /*position: fixed;*/
    /*top: 50px;*/
    /*width: 100%;*/
    /*background: #fff;*/
    /*height: 100%;*/
    /*right: -100%;*/
    /*padding-top: 50px;*/
    /*z-index: 999;*/
}
.m-nav.on{
 
    right: 0%;
  
}

.m-nav li{
    width: 14.2857%;
    
    line-height: 40px;
    text-align: center;
    font-size: 14px;
   
}
.m-nav li a{
   display: block;
   width: 100%;
   height: 100%;
   color: #fff;
   background: rgb(62,58,57);
   
}
.m-nav li a.on{
    background:#e40012;
}

.m-nav li .search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 28px;
  border-bottom: 1px solid #9e9e9e;
  width: 200px;
  margin-right: 15px;
      margin: 18px auto;

}

.m-nav li .search .submit {
  width: 14px;
  height: 14px;
  background: url(../img/search.jpg);
}

body{
    padding-top: 50px;
}

.ywly .tithz h2 {
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 5px;
    font-family: "pfl";
}



















    
    
    
    
}



