.page-banner {
  position: relative;
  height: 380px;
  overflow: hidden;
}
.page-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner .wz {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
}
.page-banner .wz p {
  width: 50%;
}
.page-banner .page {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(200, 45, 35, 0.8);
  height: auto;
  width: 100%;
}
.page-banner .page span {
  font-size: 36px;
  color: #ffffff;
  line-height: 90px;
  width: 180px;
}
.page-banner .page li {
  float: left;
  margin-right: 50px;
}
.page-banner .page li a {
  color: #fff;
  font-size: 14px;
  padding: 0 12px 17px 12px;
}
.page-banner .page li:hover a,
.page-banner .page li.active a {
  border-bottom: 1px solid #fff;
}
.page-banner .page ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 7%;
  margin-top: 34px;
}

.crumbs .container {
  position: relative;
}

.crumbs .container .tip {
  position: absolute;
  right: 0;
  top: -57px;
  width: 114px;
  height: 114px;
  padding-top: 44px;
  text-align: center;
  border-radius: 100%;
}
.crumbs .container .tip img {
  /＊animation: myfirstt 2s infinite;*/
}
@keyframes myfirstt {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -15px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@media only screen and (max-width: 1439px) {
  .page-banner .wz p {
    width: 70%;
  }
  .page-banner .page ul {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .page-banner .page {
    padding: 30px 0;
  }
  .page-banner .page span {
    display: block;
    width: 100%;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .page-banner .page ul {
    margin-top: 0;
    flex: none;
    width: 100%;
  }
  .page-banner .page li:hover a,
  .page-banner .page li.active a {
    padding: 5px 0; margin-left:5px
  }
  .page-banner .wz p {
    width: 100%;
  }
  .page-banner .page li {
    margin-right: 15px;
  }
  .page-banner .page li a {
    padding: 0 5px 17px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner {
    height: 320px;
  }
  .page-banner .page {
    padding: 20px 0;
  }
  .page-banner .wz {
    top: 18%;
  }
  .page-banner .wz p {
    font-size: 22px;
    line-height: 30px;
  }
  .page-banner .page span {
    font-size: 24px;
  }
  .page-banner .page li a {
    line-height: 40px;
  }
  .crumbs .container .tip {
    width: 90px;
    height: 90px;
    top: -45px;
  }
}
@media only screen and (max-width: 375px) {
  .page-banner {
    height: 260px;
  }
  .page-banner .wz p {
    font-size: 18px;
  }
  .page-banner .page span {
    margin: 0;
  }
  .page-banner .page {
    padding: 20px 0 10px;
  }
  .page-banner .page li a {
    line-height: 30px;
    font-size: 13px;
  }
}


.media {
  padding-top: 60px;
  background-color: #f8f8f8;
}
.media li.flexBox {
  border-bottom: 2px solid #e6e6e7;
  padding: 20px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.media li .time {
  text-align: right;
  border-right: 1px solid rgba(102, 102, 102, 0.2);
  padding: 0 40px 40px 0;
  width: 14%;
}
.media li .time span {
  display: block;
  color: #666;
}
.media li .time span:nth-child(1) {
  font-size: 16px;
}
.media li .time span:nth-child(2) {
  font-size: 34px;
  margin-top: 30px;
}
.media li .tex {
  width: 50%;
  padding: 0 40px;
}
.media li .tex .item:nth-child(1) a {
  font-size: 20px;
  color: #333333;
}
.media li .tex .item:nth-child(1) a span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media li .tex .item:nth-child(2) {
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}
.media li .tex .item:nth-child(2) p {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media li .tex .bq span {
  display: inline-block;
  border: solid 1px #eee;
  font-size: 13px;
  line-height: 22px;
  padding: 0 8px;
  margin: 10px 5px 0 0;
}
.media li .tex .btn {
  margin-top: 10px;
}
.media li .tex .btn a,
.contact_us01 .right button {
  display: inline-block;
  width: 123px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.media li .tex .btn a span,
.contact_us01 .right button span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.media li .tex .btn a span:nth-child(1),
.contact_us01 .right button span:nth-child(1) {
  width: 22px;
  height: 7px;
  margin-bottom: 2px;
  background: url("../image/newsRight1.png") no-repeat;
  margin-right: 10px;
}
.media li .imgBox {
  width: 18%;
  height: 100%;
}
.media li .imgBox img {
  display: block;
  width: 100%;
}
.media li:hover .tex .btn a {
  background: #c82d23;
  color: #fff;
}
.media li:hover .tex .btn a span:nth-child(1) {
  background: url("../image/newsRight2.png") no-repeat;
}
.media li:hover .tex .btn a span {
  color: #fff;
}
.media li:hover .tex .item:nth-child(1) a {
  color: #c82d23;
}
.media li:hover .time span {
  color: #c82d23;
}

.media li:hover {
  background: #fff;
}

.media li:hover {
  border-bottom: 2px solid #fff;
}
.media .pagination {
  margin: 60px 0 90px;
}
.media .pagination a {
  padding: 12px 18px;
  color: #c82d23;
}
@media only screen and (max-width: 1439px) {
  .media li .time {
    width: 20%;
  }
  .media li .tex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .media li .imgBox {
    width: 20%;
  }
}
@media only screen and (max-width: 1023px) {
  .media li.flexBox {
    padding: 20px 0 20px 0;
  }
  .media li .time {
    width: 120px;
    padding: 0 20px 0 0;
  }
  .media li .time span:nth-child(2) {
    font-size: 30px;
    margin-top: 20px;
  }
  .media li .tex {
    padding: 0 0 0 20px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .media li .imgBox {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .media {
    padding-top: 30px;
  }
  .media li .time span:nth-child(2) {
    font-size: 20px;
  }
  .media li .time {
    width: 78px;
  }
  .media li .tex .item:nth-child(1) a {
    font-size: 16px;
  }
  .media li .tex .item:nth-child(2) {
    margin-top: 10px;
    font-size: 14px;
  }
  .media li .tex .bq span {
    font-size: 12px;
  }
  .media .pagination {
    margin: 30px 0 90px;
  }
}
@media only screen and (max-width: 375px) {
  .crumbs .container .tip {
    padding-top: 32px;
  }
  .media li .time span:nth-child(2) {
    margin: 0;
  }
  .media li .time {
    padding: 0 15px 0 0;
  }
  .media li .tex {
    padding: 0 0 0 15px;
  }
  .media li .tex .item:nth-child(2) {
    display: none;
  }
  .media li .tex .item:nth-child(1) a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
  }
}


.contact_us {
  background-color: #f8f8f8;
}
.contact_us01 {
  padding: 60px 15px 60px;
  overflow: hidden;
}
.contact_us01 .tit {
  font-size: 32px;
  color: #333e46;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact_us01 .left {
  float: left;
  width: 48%;
}
.contact_us01 .left .con {
  font-size: 16px;
  color: #777;
  line-height: 24px;
  margin-bottom: 35px;
  text-align: justify;
}
.contact_us01 .left .con span {
  font-size: 18px;
  font-weight: bold;
  color: #fcb026;
}
.contact_us01 .left ul li {
  float: left;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 35px;
}
.contact_us01 .left ul li .t {
  font-size: 20px;
  color: #333e46;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact_us01 .left ul li .c {
  font-size: 14px;
  color: #727272;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.contact_us01 .left ul li .ewm img {
  display: block;
  width: 100%;
}
.contact_us01 .left .bdsharebuttonbox a {
  background: none;
  padding-left: 0;
  font-size: 20px;
  color: #bebebe;
}
.contact_us01 .left .bdsharebuttonbox a:hover {
  color: #fcb026;
}
.contact_us01 .right {
  float: right;
  width: 46%;
}

.map {
  height: 440px;
  overflow: hidden;
}
.map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_us02 .map {
  height: 430px;
  width: 100%;
  overflow: hidden;
}
.contact_us02 img {
  max-width: none;
}
.contact_us02 .content {
  background: #1c268c;
  padding: 40px 0;
}
.contact_us02 .content .tit {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.contact_us02 .content .con {
  font-size: 18px;
  color: #fff;
}
.contact-lsit {
  background-color: #f5f5f5;
}
.contact-lsit li .top a {
  font-size: 18px;
  color: #192a85;
  font-weight: bold;
}

.contact-lsit li {
  transition: all 1s;
  background-color: #fff;
  background-image: url(../image/ys.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  float: left;
  margin-bottom: 2%;
  border: solid 1px #e5e5e5;
  padding: 20px 20px 20px;
  width: 48.5%;
  height: auto;
  line-height: 30px;
  transform: translateX(0px) translateY(0px);
  transition: all 0.5s;
}
.contact-lsit li:hover {
  transform: translateX(-10px) translateY(-10px);
  transition: all 0.5s;
}
.contact-lsit li span {
  display: block;
}
.contact-lsit li i {
  margin-right: 5px;
}
.contact-lsit li:nth-child(2n) {
  margin-left: 3%;
}
.contact-lsit li .top {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.contact-lsit li .bot {
  font-size: 14px;
  color: #333333;
  padding-top: 25px;
}
.contact-lsit {
  padding: 30px 0;
}
.contact-lsit li .ewm {
  display: inline-block;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.contact-lsit li .ewm img {
  width: 120px;
  height: 120px;
}
.contact-lsit li .ewm p {
  color: #999;
}

@media only screen and (max-width: 1439px) {
  .contact_us01 .left ul li.li100 {
    width: 95%;
  }
}
@media only screen and (max-width: 1199px) {
  .contact_us01 .tit,
  .contact_us03 ul li .tit {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .contact_us01 .left {
    float: none;
    width: 100%;
  }
  .contact_us01 .right {
    width: 100%;
    float: none;
  }
  .contact_us03 ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .contact_us03 ul li.li_img .img_box {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-lsit {
    padding-bottom: 60px;
  }
  .contact_us01 {
    padding: 30px 15px;
  }
  .contact_us02 .content .tit {
    font-size: 22px;
  }
  .contact_us02 .content .con {
    font-size: 13px;
    line-height: 22px;
  }
  .contact_us02 .content {
    padding: 30px 0;
  }
  .contact-lsit li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .contact-lsit li:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .map {
    height: 270px;
  }
  .contact_us02 .content .tit {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .contact-lsit li {
    padding: 20px;
  }
  .contact-lsit li .top {
    padding: 0 0 10px 0;
  }
  .contact-lsit li .bot {
    padding-top: 15px;
  }
}

.infoNewsXq {
  position: relative;
}
.NewsXqBt {
  background-color: #f5f5f5;
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: -1;
}
.NewsXqBt h1 {
  font-size: 34px;
  font-weight: bold;
}
.NewsXqBt p {
  font-size: 13px;
  color: #939393;
  margin-top: 20px;
}
.NewsXqBt p span {
  margin: 0 15px;
}
.NewsXqBt span.bq {
  display: inline-block;
  line-height: 22px;
  border: solid 1px #eee;
  padding: 0 8px;
}

.infoNewsXq .leftBox {
  padding: 60px 10% 60px 5%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.infoNewsXq .leftBox p {
  margin: 20px 0;
  color: #666666;
  line-height: 32px;
  font-size: 17px;
}
.infoNewsXq .leftBox img {
  display: block;
  width: 100%;
}
.infoNewsXq .rightBox {
  width: 340px;
}
.infoNewsXq .rightBox .nextBox a {
  display: block;
  border: solid 1px #eee;
  padding: 30px;
  margin-top: 20px;
}
.infoNewsXq .rightBox .nextBox .line {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 12px 0 24px;
}
.infoNewsXq .rightBox .nextBox .line span {
  position: relative;
  top: -12px;
  display: block;
  width: 90px;
  height: 18px;
  font-size: 18px;
  background-color: #fff;
}
.infoNewsXq .rightBox .nextBox a p.time {
  color: #aaaaaa;
}
.infoNewsXq .rightBox .nextBox a p.title,
.infoNewsXq .rightBox .tuijian a.xw p.bt {
  font-size: 16px;
  color: #696969;
  line-height: 25px;
  height: 50px;
  margin-top: 20px;
  overflow: hidden;
}
.infoNewsXq .rightBox .nextBox a:hover p.title,
.infoNewsXq .rightBox .tuijian a.xw:hover p.bt {
  color: #c82d23;
}
.infoNewsXq .rightBox .tuijian {
  border: 10px solid #f5f5f5;
  padding: 20px;
  margin-top: 20px;
}
.infoNewsXq .rightBox .tuijian .title strong {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #323f47;
  line-height: 26px;
}
.infoNewsXq .rightBox .tuijian .title a {
  float: right;
  color: #aaaaaa;
}
.infoNewsXq .rightBox .tuijian .title a:hover {
  color: #c82d23;
}
.infoNewsXq .rightBox .tuijian a.xw {
  display: block;
  padding: 15px 0;
  border-bottom: solid 1px #eee;
}
.infoNewsXq .rightBox .tuijian a.xw p.time {
  font-size: 14px;
  color: #727272;
  margin-top: 20px;
}

.biaoqian {
  border: none;
  background-color: #f8f8f8;
}
.biaoqian .title {
  font-size: 17px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.biaoqian .title em {
  font-size: 12px;
}
.biaoqian .bq {
  padding-top: 15px;
}
.biaoqian .bq a {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #ddd;
  color: #888;
  padding: 5px;
  font-size: 13px;
  margin: 5px 10px 5px 0;
}
.biaoqian .bq a:hover {
  border-color: #c82d23;
  color: #c82d23;
}
@media only screen and (max-width: 1439px) {
  .NewsXqBt {
    padding: 40px 0;
  }
  .NewsXqBt h1 {
    font-size: 26px;
  }
  .infoNewsXq .leftBox {
    padding: 40px;
  }
  .infoNewsXq .rightBox {
    width: 280px;
  }
}
@media only screen and (max-width: 991px) {
  .infoNewsXq main {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .infoNewsXq .leftBox {
    padding: 15px 0 0;
  }
  .infoNewsXq .rightBox {
    width: 100%;
    padding-bottom: 80px;
  }
  .infoNewsXq .rightBox .tuijian .title strong {
    font-size: 22;
  }
  .infoNewsXq .rightBox .nextBox a {
    padding: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .NewsXqBt h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .infoNewsXq .leftBox p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 30px;
  }
  .NewsXqBt p span {
    margin: 0 5px;
    font-size: 12px;
  }
  .infoNewsXq .rightBox .nextBox .line span {
    font-size: 16px;
  }
  .infoNewsXq .rightBox .tuijian .title strong {
    font-size: 18px;
  }
  .NewsXqBt {
    padding: 44px 10px 20px;
  }
}

.BlankPage {
  background-color: #f8f8f8;
}
.BlankPage img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1439px) {
  .BlankPage {
    padding: 50px 0 70px;
  }
}