/* common css */
@media (min-width: 1366px) {
  .w {
    width: 1280px;
    position: relative;
    margin: 0 auto;
  }
}
@media (min-width: 1500px) {
  .w {
    width: 1440px;
    position: relative;
    margin: 0 auto;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
}

body,
html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #666;
  font-size: 16px;
}

body,
select,
textarea {
  font: 16px yahei, arial, sans-serif;
}

input,
select,
textarea {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

fieldset,
img {
  border: none;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: "";
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins,
a {
  text-decoration: none;
  color: inherit;
}

a:focus,
*:focus {
  outline: none;
}

p {
  font-size: 14px;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
}

.flex_ar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_ce {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nowarp1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nowarp2 {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* header css */
.header {
  background-color: #fff;
  line-height: 96px;
  height: 96px;
  box-sizing: border-box;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.header .logo {
  width: 290px;
  height: 57px;
}
.header .nav {
  width: 950px;
}

.header .nav ul li {
  position: relative;
}

.header .nav ul li a {
  display: inline-block;
  padding: 0 8px;
  font-size: 20px;
}
.header .nav > ul > li.nLi > a {
  padding: 0 40px;
}
.header .nav > ul > li.nLi.on > a {
  background-color: #c91c1e;
  color: #fff;
}

.header .nav ul li .sub {
  display: none;
  position: absolute;
  top: 96px;
  width: 160px;
  line-height: 40px;
  background-color: rgba(251, 227, 227, 0.9);
}

.header .nav ul li .sub li {
  border-bottom: 1px dashed #fff;
  text-align: center;
}

.header .nav ul li .sub a {
  height: 100%;
  border-bottom: none;
  font-size: 16px;
}

.header .nav ul li .sub a:hover {
  color: #0162b1;
}
#banner {
  width: 100%;
}
/* index tit */
.index_tit {
  padding: 55px 0;
  text-align: center;
}
.index_tit h3 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.index_tit p {
  font-size: 18px;
  color: #999;
}
/* index about */
.about_con .text {
  width: 670px;
}
.about_con .text h2 {
  padding-bottom: 15px;
  color: #c91c1e;
  font-size: 36px;
  font-weight: 700;
}
.about_con .text p {
  text-indent: 2em;
  line-height: 32px;
  text-align: justify;
  color: #333;
  font-size: 16px;
  margin-top: 20px;
}
.about_con .text .lineRed {
  width: 10%;
  height: 1px;
  background-color: #c91c1e;
  display: inline-block;
}
.about_con .text .line {
  width: 90%;
  height: 1px;
  background-color: #eeeeee;
  display: inline-block;
}
.about a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  transition: all 0.5s;
  color: #c91c1e;
  border: 1px solid #c91c1e;
}
.about a i {
  position: relative;
  z-index: 3;
}
.about a img {
  margin-left: 16px;
  position: relative;
  z-index: 3;
}
.about a span {
  position: absolute;
  bottom: 0;
  width: 0;
  background: #c91c1e;
  height: 100%;
  display: block;
}
.about a:hover {
  color: #fff;
}
.about a:hover span {
  width: 100%;
  transition: all 0.5s;
}
/* index member */
.member {
  margin-top: 40px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.member .index_tit {
  background: url(../images/bg01.jpg) no-repeat top center;
  height: 284px;
  box-sizing: border-box;
}
#member_con {
  width: 100%;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  z-index: 99;
  padding-bottom: 20px;
}

#member_con .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
#member_con .swiper-pagination-bullet-active {
  background: #c91c1e;
  width: 40px;
  border-radius: 5px;
}
#member_con .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.member .swiper-slide a {
  display: block;
  width: 480px;
  height: 320px;
  position: relative;
}
.member .swiper-slide a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.member .swiper-slide a .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.member .swiper-slide a .shadow p {
  font-size: 18px;
}
.member .swiper-slide a .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #94191a;
  color: #fffefe;
  font-size: 18px;
  box-sizing: border-box;
  padding: 40px 30px 0 30px;
  text-align: justify;
  opacity: 0;
  transition: all 0.3s;
}
.member .swiper-slide a:hover .text {
  opacity: 1;
  transition: all 0.3s;
}
.member .swiper-slide a .text h4 {
  margin-bottom: 10px;
}
.member .swiper-slide a .text .line {
  width: 20px;
  height: 2px;
  background-color: #fffefe;
  margin-bottom: 20px;
}
.member .swiper-slide a .text .btn {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  width: 100px;
  margin-top: 20px;
}
.member .swiper-slide a .p {
  line-height: 28px;
}
/* news_con css */
#news_con {
  height: 960px;
}
.news_con {
  position: relative;
}
.news_con .news_box {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 387px;
  height: 94%;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 32px 32px 28px;
  backdrop-filter: blur(8px);
  z-index: 99;
}
.news_con .news_box .tit {
  margin-bottom: 35px;
}
.news_con .news_box .tit h5 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.news_con .news_box .tit a {
  color: #cf1319;
  font-weight: 700;
}
.news_con .news_box ul li {
  line-height: 26px;
  margin-bottom: 20px;
}
.news_con .news_box ul li:hover {
  color: #970210;
}
/* footer css */
.footer {
  width: 100%;
  margin-top: 40px;
  background-color: #970210;
  padding: 35px 0;
  color: #fff;
}
.footer h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer .list ul {
  width: 270px;
  color: #e9b9be;
  line-height: 28px;
}
/* subbanner css */
.sub_banner {
  margin-top: 96px;
  position: relative;
  width: 100%;
  font-size: 0;
}

.sub_banner p {
  position: absolute;
  top: 40%;
  color: #fff;
  width: 1440px;
  font-size: 30px;
  font-weight: 700;
  left: 50%;
  margin-left: -720px;
}

.sub_banner p span {
  font-size: 18px;
  font-weight: normal;
}
/* subloc css */
.sub_loc {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #f7f7f7;
}

/* .sub_loc ul {
  padding-left: 150px;
} */

.sub_loc ul li {
  width: 300px;
  text-align: center;
  font-size: 18px;
  color: #333;
  height: 100%;
}

.sub_loc ul li.on {
  background-color: #970210;
  color: #fff;
  font-weight: 700;
}
.con_tit {
  text-align: center;
  padding: 70px 0;
}
.con_tit h4 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
}
.con_tit .line {
  width: 35px;
  height: 3px;
  background-color: #c91c1e;
  margin: 15px auto 0;
}
.com_con .line p {
  text-indent: 2em;
  line-height: 36px;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 30px;
  color: #333;
}
.z_hotnews_swiper li {
  box-shadow: 0px 10px 41px 0px rgba(0, 0, 0, 0.1);
}
.z_hotnews_swiper li .imgbox,
.z_hotnews_swiper li .infobox {
  width: 50%;
  height: 480px;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}
.z_hotnews_swiper li .infobox {
  background: #fff;
  padding: 5% 6.5%;
}
.z_hotnews_swiper li .day {
  font-size: 72px;
  margin-right: 15px;
  font-family: DIN;
  font-weight: bold;
  color: #94191a;
  float: left;
  line-height: 52px;
  padding-bottom: 24px;
  border-bottom: 2px solid #94191a;
}
.z_hotnews_swiper li .timebox span {
  display: block;
}
.z_hotnews_swiper li .timebox {
  display: flex;
  align-items: center;
  color: #ccc;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.z_hotnews_swiper li h3 {
  font-size: 25px;
  font-weight: bold;
  color: #303030;
}
.z_hotnews_swiper li .desc {
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  line-height: 30px;
  height: 60px;
  margin: 20px 0;
}
.z_hotnews_swiper li .more {
  color: #94191a;
}
.z_hotnews_swiper li .iconfont {
  font-size: 12px;
}
.z_hotnews_swiper li:hover h3 {
  color: #94191a;
}
.z_hotnews_swiper li:hover .imgbg {
  transform: scale(1.1, 1.1);
}
.z_hotnews_swiper .imgbg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: ease 1s;
}
.hotnews {
  background-color: #e3e3e3;
  padding-bottom: 30px;
}
.z_hot_btn {
  text-align: right;
  margin-top: 25px;
}
.z_hot_btn span {
  display: inline-block;
  transition: ease 0.5s;
  outline: none;
  width: 54px;
  height: 54px;
  background: #cccccc;
  text-align: center;
  line-height: 54px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
.z_hot_btn span:hover {
  background: #94191a;
}
.z_news_list li {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.z_news_list li::before {
  content: "";
  transition: ease 1s;
  display: block;
  width: 0;
  position: absolute;
  left: 0;
  height: 2px;
  background: #94191a;
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 1;
}
.z_news_list li a {
  display: block;
  padding: 70px 0;
  position: relative;
  padding-right: 200px;
  box-sizing: border-box;
}
.z_news_list li h3 {
  font-size: 28px;
  font-weight: bold;
  color: #303030;
  margin-bottom: 20px;
}
.z_news_list li h4 {
  font-size: 16px;
  font-weight: 400;
  color: #767676;
}
.z_news_list li .timebox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #cccccc;
}
.z_news_list li .timebox em {
  display: block;
  font-size: 55px;
  font-family: DIN;
  font-weight: 500;
  color: #94191a;
}
.z_news_list li:hover h3 {
  color: #94191a;
}
.z_news_list li:hover::before {
  width: 100%;
  left: 0;
}
.z_news_list .z_pages_bar {
  padding: 4vw 0;
}
.z_pages_bar {
  text-align: center;
}
.z_pages_bar a {
  display: inline-block;
  border-radius: 5px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #c4c4c4;
  text-align: center;
  color: #c4c4c4;
  min-width: 38px;
  text-align: center;
  margin: 0 10px;
  text-transform: uppercase;
}
.z_pages_bar .btn {
  min-width: 65px;
}
.z_pages_bar a:hover,
.z_pages_bar a.active {
  background: #94191a;
  color: #fff;
  border-color: #94191a;
}
.z_pages_bar a .iconfont {
  font-size: 14px;
}
.z_project_page li:hover h3 {
  color: #94191a;
}
.list_con .contop {
  padding-top: 60px;
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.list_con .text {
  padding-top: 30px;
  line-height: 24px;
  text-align: justify;
}
.list_con .contop h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
.list_con .contop span {
  margin-right: 40px;
}

.list_con .contop span:last-child {
  margin-right: 0;
}
/* img_list css */
.img_list {
  margin-bottom: 55px;
}

.img_list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.img_list ul li {
  width: 381px;
  height: 286px;
  margin-bottom: 45px;
}

.img_list ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img_list ul li {
  position: relative;
}

.img_list ul li .img img {
  transition: all 0.5s;
}

.img_list ul li .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none;
  text-align: center;
  padding-top: 116px;
  box-sizing: border-box;
}

.img_list ul li:hover .shadow {
  display: block;
}

.img_list ul li:hover .img img {
  transition: all 0.5s;
  transform: scale(1.2);
}

.img_list ul li .shadow p {
  font-size: 16px;
  padding: 15px 0;
}

.img_list ul li .shadow .line {
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
  width: 40px;
  animation: widthLength 1s;
}

@keyframes widthLength {
  from {
    width: 100px;
  }

  to {
    width: 40px;
  }
}
/* memoir css */
.memoir {
  background: url(../images/m2lcbg.png) no-repeat center bottom;
  background-size: 100% 100%;
  padding-bottom: 120px;
  margin-bottom: -40px;
}
.m2lcSwiper_year {
  width: 200px;
  /* margin-top: 48px; */
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
}

.m2lc_yitm {
  height: 85px;
  text-align: center;
  color: #999999;
  font: 40px/50px Georgia;
  position: relative;
  cursor: pointer;
  padding: 15px 0;
}

/* .m2lc_yitm:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #275293;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 56px;
} */

.m2lcConWpr .slick-prev {
  background: url(../images/m2lc_btn1.png) no-repeat center center;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 90px;
  top: -46px;
  text-indent: 1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.m2lcConWpr .slick-next {
  background: url(../images/m2lc_btn1.png) no-repeat center center;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 90px;
  text-indent: 1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transform: rotate(180deg);
}

.slick-current.m2lc_yitm {
  color: #94191a;
}

.m2lcConWpr .slick-prev:hover,
.m2lcConWpr .slick-next:hover {
  background: url(../images/m2lc_btn1a.png) no-repeat center center;
}

.m2lcSwiper_yrContent {
  margin-top: 60px;
  width: 1200px;
  height: 600px;
  overflow-y: auto;
}

.m2lcSbtxtWpr {
  padding: 22px 0px 0 15px;
}

.m2lcSbtxt {
  position: relative;
  padding: 47px 140px 47px 52px;
  background: #94191a;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
}

.m2lcSbtxt:before {
  content: "";
  background: url(../images/m2lc_ar.png) no-repeat center center;
  height: 17px;
  width: 16px;
  position: absolute;
  left: -18px;
  top: 0px;
}

.m2lcSbtxt > span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.1);
  font: 112px/112px Georgia;
}
.contact {
  margin-top: 60px;
  margin-bottom: 40px;
}
.contact .top {
  margin-bottom: 40px;
}
.contact .map {
  width: 55%;
  border: 1px solid #fefefe;
  height: 450px;
}
.contact .text {
  box-sizing: border-box;
  width: 40%;
}
.contact .text h3 {
  font-size: 30px;
  margin-bottom: 60px;
}
.contact .text p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 36px;
  color: #878787;
  font-size: 1rem;
}
.contact .text p i {
  display: flex;
  width: 40px;
  align-items: center;
  height: 30px;
}
.contact .text p span {
  width: calc(100% - 40px);
  display: block;
}
.language > div {
  width: 15px;
  text-align: center;
  cursor: pointer;
}
/* 移动端 */
.m_img,
.m_nav {
  display: none;
}
.m_nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 10000;
}
.m_nav .closecover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity = 0);
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.m_nav .m_navList {
  position: absolute;
  width: 80%;
  top: 0;
  background: #fff;
  height: 100%;
  z-index: 100;
  left: -80%;
  padding-top: 66px;
  overflow-y: auto;
}
.m_nav .closeicon {
  position: absolute;
  width: auto;
  right: 16px;
  top: 22px;
  z-index: 105;
  text-align: center;
  filter: alpha(opacity = 1);
  opacity: 1;
}
.m_nav .closeicon a {
  height: 22px;
  display: block;
}
.m_nav .m_navList ul li a {
  display: block;
  height: 45px;
  color: #333;
  line-height: 45px;
  padding-left: 4%;
  font-size: 15px;
}