html, body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.c-head {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

.c-media {
  width: 1200px;
  margin: 0 auto;
}
.c-media a {
  text-decoration: none;
  color: black;
}
.c-media .m-img {
  display: block;
  margin-top: 20px;
}
.c-media .m-t1 {
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
}
.c-media .m-t1 .m-s {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 20px;
  flex: 1;
}
.c-media .m-t1 .m-c {
  position: relative;
  display: flex;
  align-items: center;
}
.c-media .m-t1 .m-c input {
  height: 30px;
  border-radius: 999px;
  border: none;
  width: 220px;
  outline: none;
  padding-left: 40px;
}
.c-media .m-t1 .m-c img {
  position: absolute;
  right: 14px;
  top: 18px;
}
.c-media .m-t2 {
  background-color: #005db0;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  padding: 10px;
}
.c-media .m-t2 a {
  color: white;
  font-size: 16px;
}
.c-media .m-t3 {
  overflow: hidden;
  position: relative;
}
.c-media .m-t3 .m-t3-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.c-media .m-t3 .m-t3-a .m-t3-f {
  font-size: 30px;
  font-weight: bold;
}
.c-media .m-t3 .m-t3-a .m-t3-c {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 10px;
}
.c-media .m-t3 .m-t3-a .m-t3-c a:first-child {
  margin-right: 20px;
}
.c-media .m-t3 .swiper-container {
  width: 500px;
  height: 100%;
  float: left;
}
.c-media .m-t3 .swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.c-media .m-t3 .swiper-slide h4 {
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding: 0px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  margin: 0px;
}
.c-media .m-t3 .swiper-slide h4 a {
  color: white;
}
.c-media .m-t3 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.c-media .m-t3 .swiper-pagination {
  text-align: right !important;
}
.c-media .m-t3 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background: #fff !important;
  opacity: 1 !important;
}
.c-media .m-t3 .swiper-pagination-bullet-active {
  background: #dc0033 !important;
  border-radius: 10px !important;
}
.c-media .m-t3 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 14px !important;
  right: 20px;
  left: auto !important;
  width: 200px;
}
.c-media .m-t3 .m-t3-b {
  margin-top: 30px;
}
.c-media .m-t3 .m-t3-b .b-r {
  padding-left: 30px;
  overflow: hidden;
}
.c-media .m-t3 .m-t3-b .b-r .b-r-t {
  font-size: 20px;
  font-weight: bold;
}
.c-media .m-t3 .m-t3-b .b-r .b-r-s {
  color: #999999;
  padding: 10px 0px;
  text-indent: 34px;
  border-bottom: 1px dotted #999999;
  line-height: 30px;
}
.c-media .m-t3 .m-t3-b .b-r .b-r-c {
  color: #666666;
}
.c-media .m-t3 .m-t3-b .b-r .b-r-c .b-r-m {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
}
.c-media .m-t3 .m-t3-b .b-r .b-r-c .b-r-m .arrow {
  display: inline-block;
  border-top: 4px solid transparent;
  border-left: 6px solid #999999;
  border-bottom: 4px solid transparent;
  margin-right: 10px;
}
.c-media .m-t3 .m-t3-b .b-r .b-r-c .b-r-m .b-r-c-c {
  vertical-align: middle;
}
.c-media .m-t4 {
  margin-top: 20px;
}
.c-media .m-t4 .m-tt {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0px;
}
.c-media .m-t4 .t4-c {
  display: flex;
  justify-content: space-between;
}
.c-media .m-t4 .t4-c .t4-c-c {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-media .m-t4 .t4-c .t4-c-c .t4-c-c-a {
  background: #f8f8f8;
  width: 100%;
  display: flex;
  padding: 14px 0px;
  justify-content: center;
}
.c-media .m-t5 {
  display: flex;
}
.c-media .m-t5 .m-t5-l {
  width: 70%;
}
.c-media .m-t5 .m-t5-l .l5-t .m-tt {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0px;
}
.c-media .m-t5 .m-t5-l .l5-t .m-tc {
  display: flex;
  align-items: flex-start;
}
.c-media .m-t5 .m-t5-l .l5-t .m-tc .m-tc-img {
  width: 240px;
}
.c-media .m-t5 .m-t5-l .l5-t .m-tc .b-r-m {
  overflow: hidden;
  color: #666666;
}
.c-media .m-t5 .m-t5-l .l5-t .m-tc .b-r-m .b-r-m-c {
  margin-left: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.c-media .m-t5 .m-t5-l .l5-t .m-tc .b-r-m .arrow {
  display: inline-block;
  border-top: 4px solid transparent;
  border-left: 6px solid #999999;
  border-bottom: 4px solid transparent;
  margin-right: 6px;
  width: 0px;
}
.c-media .m-t5 .m-t5-l .l5-t .m-tc .b-r-m .b-r-c-c {
  white-space: nowrap;
  overflow: hidden;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  margin-right: 20px;
  width: 100%;
}
.c-media .m-t5 .m-t5-l .l5-t .m-tc .b-r-m .b-r-c-r {
  vertical-align: middle;
  text-align: right;
  width: 270px;
}
.c-media .m-t5 .m-t5-l .l5-t .m-td {
  margin: 40px 0px;
  background-color: #f7f7f7;
  display: flex;
  position: relative;
}
.c-media .m-t5 .m-t5-l .l5-t .m-td .md-a {
  padding: 14px 18px;
}
.c-media .m-t5 .m-t5-l .l5-t .m-td .md-a.active {
  color: white;
  background-color: #005db0;
}
.c-media .m-t5 .m-t5-l .l5-t .m-te {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.c-media .m-t5 .m-t5-l .l5-t .m-te .m-te-t {
  font-size: 20px;
  font-weight: bold;
}
.c-media .m-t5 .m-t5-l .l5-t .m-te .m-te-c {
  margin: 20px 0px;
}
.c-media .m-t5 .m-t5-l .l5-t .m-te .m-te-b {
  color: #666666;
}
.c-media .m-t5 .m-t5-l .pageDiv {
  text-align: center;
  margin: 20px 0px;
}
.c-media .m-t5 .m-t5-l .pageDiv a {
  display: inline-block;
  padding: 4px 10px;
  margin: 4px;
  border: 1px solid #ddd;
  background: #fdfdfd;
}
.c-media .m-t5 .m-t5-l .pageDiv a.active {
  display: inline-block;
  padding: 4px 10px;
  margin: 4px;
  border: 1px solid #ddd;
  color: white;
  background: #e2534b;
}
.c-media .m-t5 .m-t5-r {
  width: 30%;
  margin-left: 40px;
}
.c-media .m-t5 .m-t5-r .m-tt {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0px;
}
.c-media .m-t5 .m-t5-r .r51 {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  font-size: 14px;
}
.c-media .m-t5 .m-t5-r .r51 .r51-d {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  overflow: hidden;
}
.c-media .m-t5 .m-t5-r .r51 .r51-d .r51-d-t {
  font-weight: bold;
}
.c-media .m-t5 .m-t5-r .r51 .r51-d .r51-d-c {
  margin-top: 10px;
}
.c-media .m-t5 .m-t5-r .r52 {
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  font-size: 14px;
}
.c-media .m-t5 .m-t5-r .r52 a {
  margin-top: 10px;
}
.c-media .m-t5 .m-t5-r .r52-m {
  width: 100%;
  margin-top: 20px;
}
.c-media .m-t5 .m-t5-r .r53 .m-tt {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0px;
}
.c-media .m-t5 .m-t5-r .r53 .r53-b {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.c-media .m-t5 .m-t5-r .r53 .r53-b .r53-r {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  overflow: hidden;
}
.c-media .m-t5 .m-t5-r .r53 .r53-b .r53-r .r53-r-t {
  font-weight: bold;
}
.c-media .m-t5 .m-t5-r .r53 .r53-b .r53-r .r53-r-c {
  margin-top: 10px;
}

.c-foot {
  background-color: #0069ae;
  color: white;
  padding: 40px 0px;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.c-detail1, .c-detail2 {
  width: 1200px;
  margin: 0 auto;
}
.c-detail1 .m-t1, .c-detail2 .m-t1 {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
}
.c-detail1 .m-t1 .m-s, .c-detail2 .m-t1 .m-s {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 20px;
  flex: 1;
}
.c-detail1 .m-t1 .m-c, .c-detail2 .m-t1 .m-c {
  position: relative;
  display: flex;
  align-items: center;
}
.c-detail1 .m-t1 .m-c input, .c-detail2 .m-t1 .m-c input {
  height: 30px;
  border-radius: 999px;
  border: none;
  width: 220px;
  outline: none;
  padding-left: 40px;
  background-color: #f0f0f0;
}
.c-detail1 .m-t1 .m-c img, .c-detail2 .m-t1 .m-c img {
  position: absolute;
  right: 14px;
  top: 18px;
}
.c-detail1 .m-t2, .c-detail2 .m-t2 {
  background-color: #005db0;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  padding: 10px;
}
.c-detail1 .m-t2 a, .c-detail2 .m-t2 a {
  color: white;
  font-size: 16px;
}
.c-detail1 .loca, .c-detail2 .loca {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.c-detail1 .loca a, .c-detail2 .loca a {
  margin-left: 10px;
}

.c-detail1 .detail {
  width: 1200px;
  margin: 0 auto;
}
.c-detail1 .detail .d-t {
  font-size: 22px;
  font-weight: bold;
  padding-top: 40px;
  text-align: center;
}
.c-detail1 .detail .d-t-t {
  margin: 10px 0px;
  text-align: center;
}
.c-detail1 .detail .d-t-s {
  margin-top: 20px;
  padding-bottom: 10px;
  color: #999999;
  border-bottom: 1px solid #999999;
}
.c-detail1 .detail .d-t-s .d-t-s-c {
  display: inline;
  margin-right: 20px;
}
.c-detail1 .detail .d-t-s .d-t-s-c .active {
  color: #b10918;
}
.c-detail1 .detail .d-t-s .d-t-s-s {
  float: right;
}
.c-detail1 .detail .d-t-s .d-t-s-s img {
  display: inline-block;
  padding: 0px 3px;
  cursor: pointer;
}
.c-detail1 .detail .dd {
  padding: 40px 0px 20px 0px;
  text-align: center;
  line-height: 32px;
}
.c-detail1 .detail .dd img {
  margin: 0 auto;
}

.c-detail2 .t2-c {
  display: flex;
}
.c-detail2 .t2-c .t2-l {
  width: 70%;
}
.c-detail2 .t2-c .t2-l .loca {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.c-detail2 .t2-c .t2-l .l-c {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.c-detail2 .t2-c .t2-l .l-c .l-c-c {
  margin: 10px 0px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.c-detail2 .t2-c .t2-l .l-c .l-c-c .point {
  width: 2px;
  height: 2px;
  border: 1px solid #999999;
  background-color: #999999;
  margin-right: 10px;
}
.c-detail2 .t2-c .t2-l .l-c .l-c-c .c-t {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-detail2 .t2-c .t2-l .l-c .l-c-c .c-d {
  margin-left: 10px;
  color: #999999;
  width: 110px;
}
.c-detail2 .t2-c .t2-l .pageDiv {
  text-align: center;
  margin: 20px 0px;
}
.c-detail2 .t2-c .t2-l .pageDiv a {
  display: inline-block;
  padding: 4px 10px;
  margin: 4px;
  border: 1px solid #ddd;
  background: #fdfdfd;
}
.c-detail2 .t2-c .t2-l .pageDiv a.active {
  display: inline-block;
  padding: 4px 10px;
  margin: 4px;
  border: 1px solid #ddd;
  color: white;
  background: #e2534b;
}
.c-detail2 .t2-c .m-t5-r {
  width: 30%;
  margin-left: 40px;
}
.c-detail2 .t2-c .m-t5-r .m-tt {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0px;
}
.c-detail2 .t2-c .m-t5-r .r51 {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  font-size: 14px;
}
.c-detail2 .t2-c .m-t5-r .r51 .r51-d {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  overflow: hidden;
}
.c-detail2 .t2-c .m-t5-r .r51 .r51-d .r51-d-t {
  font-weight: bold;
}
.c-detail2 .t2-c .m-t5-r .r51 .r51-d .r51-d-c {
  margin-top: 10px;
}
.c-detail2 .t2-c .m-t5-r .r52 {
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  font-size: 14px;
}
.c-detail2 .t2-c .m-t5-r .r52 a {
  margin-top: 10px;
}
.c-detail2 .t2-c .m-t5-r .r52-m {
  width: 100%;
  margin-top: 20px;
}
.c-detail2 .t2-c .m-t5-r .r53 .m-tt {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0px;
}
.c-detail2 .t2-c .m-t5-r .r53 .r53-b {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.c-detail2 .t2-c .m-t5-r .r53 .r53-b .r53-r {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  overflow: hidden;
}
.c-detail2 .t2-c .m-t5-r .r53 .r53-b .r53-r .r53-r-t {
  font-weight: bold;
}
.c-detail2 .t2-c .m-t5-r .r53 .r53-b .r53-r .r53-r-c {
  margin-top: 10px;
}
.zwgk_xl_share {
  display: inline-block;
}
.more1 {
  position: absolute;
  right: 20px;
  top: 15px;
}
.more2 {
  position: absolute;
  right: 3px;
  bottom: 0px;
}


/*# sourceMappingURL=app.css.map */
