html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  display: block;
}

a:link,
a:visited {
  color: #5e5e5e;
  text-decoration: none;
}

a {
  text-decoration: none;
}

/* * {
  box-sizing: border-box;
} */

body {
  width: 100%;
  margin: 0 auto;
  font-family: 'Microsoft YaHei';
}

.banner {
  background: url("../img/banner.png") no-repeat top center;
  background-size: 1920px 1198px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navlist {
  margin-top: 642px;
  text-align: center;
  clear: both;
  height: 60px;
  line-height: 60px;
  margin-bottom: 12px;
}

.navlist li {
  float: left;
  font-size: 24px;
  color: #fff;
  padding: 0px 20px;
}

.navlist li a {
  color: #fff;
}

.navlist li a:hover {
  color: #ffbc58;
  text-decoration: none;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-top: 40px;
}

.title .img_title {
  width: 100%;
  height: 80px;
}

.title .img_line {
  width: 1200px;
  height: auto;
}

.title .title_line {
  position: relative;
}

.title .title_line a {
  position: absolute;
  right: 15px;
  top: -20px
}

.title .title_line a img {
  width: 56px;
  height: 17px;
}

.card {
  position: relative;
  width: 1200px;
  height: 381px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  background: linear-gradient(0deg, #A5151A, #F5582F);
}

.card .swiper-container img {
  width: 100%;
  height: 100%;
}

.card .swiper-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  position: absolute;
  bottom: 12px;
  right: 12px;
}


.card .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  width: 568px;
  cursor: pointer;
}
.card .swiper-slide a{
  width: 100%;
  height: 100%;
  display: block;
}

.card .swiper-slide .swiper_title {
  width: 100%;
  height: 46px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 100px;
  box-sizing: border-box;
  background-color: #a42e3cb8;
  text-align: left;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  line-height: 46px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-pagination {
  width: 90px !important;
  bottom: 10px !important;
  right: 5px !important;
  left: auto !important;
}
 
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}
 
.swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  background: #FA424E !important;
}

.card_top {
  background: none !important;
}

.card_reverse {
  flex-direction: row-reverse;
}

.card .card_list {
  width: 561px;
  height: 381px;
  padding: 0px 20px;
}

.card .card_list li:first-child {
  margin-top: 30px;
}

.card .card_list li {
  font-size: 20px;
  margin-bottom: 25px;
  background: url("../img/list_point.png") no-repeat left;
  padding-left: 20px;
}


.card .card_list a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #fff;
}

.card .card_list li a:hover {
  text-decoration: underline;
}

.card .card_img {
  width: 598px;
  height: 381px;
}

.card .card_img .img_title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  padding-left: 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #a42e3cb8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card .card_list_half {
  width: 572px;
  margin-top: 30px;
}

.card .card_list_half ul {
  width: 100%;
}

.card .card_list_half li {
  width: 100%;
  height: 50px;
  background-color: #fdd3ce;
  font-size: 18px;
  margin-bottom: 40px;
  background-image: url("../img/list_point.png");
  background-repeat: no-repeat;
  background-position: 20px 20px;
  padding-left: 45px;
  box-sizing: border-box;
  line-height: 50px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card .card_list_half a {
  text-decoration: none;
  color: #323232;
}

.card .card_list_half li a:hover {
  text-decoration: underline;
}

.content {
  width: 100%;
  height: 1580px;
  background: url(../img/bg.png) no-repeat top center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media(max-width:720px) {
  .banner {
    background: url("../img/banner.png") no-repeat top center;
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navlist {
    margin-top: 70vh;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .navlist li {
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 0px 5px;
  }

  .title {
    width: 100%;
    margin-top: 20px;
  }

  .title .img_title {
    width: 100%;
    height: auto;
  }

  .title .img_line {
    width: 100%;
    height: auto;
  }

  .title .title_line a {
    right: 5px;
    top: -18px;
  }

  .title .title_line a img {
    scale: 0.8;
  }

  .card {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    background: linear-gradient(0deg, #A5151A, #F5582F);
  }
  .card .swiper-container {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .card .swiper-slide {
    height: auto;
  }
  .card_top {
    background: linear-gradient(0deg, #A5151A, #F5582F) !important;
  }

  .card_reverse {
    flex-direction: column;
  }

  .card .card_img {
    width: 100%;
    height: auto;
  }

  .card .card_list {
    width: 100%;
    height: auto;
    padding: 0px 3px;
    box-sizing: border-box;
  }

  .card .card_list li {
    font-size: 16px;
  }

  .content {
    height: auto;
  }

  .card .card_list_half {
    width: 100%;
    margin-top: 0;
  }

  .card .card_list_half li {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 400;
    background-position: 10px 14px;
    padding-left: 30px;
  }
}

@media(max-width:480px) {
  .navlist {
    margin-top: 20vh;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}