@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  font-family: "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

body {
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  background: #ffffff;
  min-width: 1200px;
}

div {
  margin: 0 auto;
  text-align: left;
}

li {
  text-align: left;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/*clear*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1200 {
  width: 1200px;
}

.w1000 {
  width: 1000px;
}

.w980 {
  width: 980px;
}

.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_14 li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_12 li {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.gray {
  color: #adadad;
}

.gray a {
  color: #adadad;
}

.gray a:hover, .gray a:link, .gray a:visited {
  color: #adadad;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.white a:hover, .white a:link, .white a:visited {
  color: #fff;
}

.red {
  color: #e20a0f;
}

.red a {
  color: #e20a0f;
}

.red a:hover, .red a:link, .red a:visited {
  color: #e20a0f;
}

/*common*/
/* topBanner */
.topBanner {
  width: 100%;
  height: auto;
  height: 963px;
  padding-bottom: 0px;
  background: url("../img/topBanner.jpg") top center no-repeat;
  overflow: hidden;
}

.topBanner .topSum {
  width: 1000px;
  height: auto;
  background: #fff;
  box-shadow: 0px 2px 14px 4px rgba(233, 194, 194, 0.5);
  overflow: hidden;
  margin-top: 365px;
}

.topBanner .topSum div.box {
  width: 940px;
  margin: 0 auto;
}

.topBanner .topSum div.box p {
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  font-family: PingFangSC;
  color: #333333;
}

.topBanner .topSum div.box p span.red {
  color: #D30000;
}

.topBanner-list {
  width: 100%;
  height: 440px;
  background: url("../img/topBanner.jpg") top center no-repeat;
  overflow: hidden;
}

/*swiper-main*/
.swiper-main-bg {
  width: 1054px;
  height: 563px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.swiper-main-bg .main-prev,
.swiper-main-bg .main-next {
  width: 55px;
  height: 55px;
  background: url("../img/icon-left.png") center center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
}

.swiper-main-bg .main-prev {
  left: 0px;
}

.swiper-main-bg .main-next {
  background: url("../img/icon-right.png") center center no-repeat;
  right: 0px;
}

.swiper-main {
  width: 478px;
  height: 269px;
  height: 358px;
  overflow: hidden;
  position: relative;
}

.swiper-main .swiper-slide div.box {
  width: 478px;
  height: 269px;
  height: 358px;
  overflow: hidden;
  position: relative;
}

.swiper-main .swiper-slide div.box img {
  display: block;
}

.swiper-main .swiper-slide div.box span {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 16px;
  line-height: 30px;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: left;
  z-index: 3;
  width: 80%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.swiper-main .swiper-slide div.box span a {
  color: #fff;
}

.swiper-main .swiper-slide div.box em {
  background: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.swiper-main .pagination {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 2;
}

.swiper-main .pagination span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}

.swiper-main .pagination span.swiper-active-switch {
  background: #CF933C;
  opacity: 1;
}

/*mainTitle*/
.mainTitle {
  height: 110px;
  background: #fff;
  box-shadow: 0px 2px 14px 0px rgba(233, 194, 194, 0.5);
  margin-top: 30px;
}

.mainTitle div.box {
  width: 940px;
  height: 110px;
  padding: 0 30px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.mainTitle h1 {
  font-weight: 700px;
  font-size: 30px;
  line-height: 30px;
  font-family: PingFangSC;
  text-align: center;
  display: inline-block;
}

/*conP1*/
.conP1 {
  margin-top: 30px;
}

.conP1 div.commonTit {
  width: 1000px;
  height: 66px;
  background: url("../img/title01.png") center center no-repeat;
  position: relative;
}

.conP1 div.commonTit a.more {
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.conP1 div.commonTit.commonTit2 {
  background: url("../img/title02.png") center center no-repeat;
}

.conP1 div.commonTit.commonTit3 {
  background: url("../img/title03.png") center center no-repeat;
}

.conP1 ul {
  margin-top: 20px;
}

.conP1 ul li {
  overflow: hidden;
  margin-bottom: 30px;
}

.conP1 ul li span {
  display: block;
  float: left;
  margin-right: 15px;
}

.conP1 ul li img {
  display: block;
}

.conP1 ul li strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  font-family: PingFangSC;
  display: block;
  margin-top: 15px;
}

.conP1 ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  font-family: PingFangSC;
  color: #666666;
  display: block;
  margin-top: 20px;
}

.conP2 {
  margin-top: 30px;
}

.conP2 div.commonTit {
  width: 1000px;
  height: 66px;
  background: url("../img/title04.png") center center no-repeat;
}

.conP2 div.marBox {
  margin-top: 20px;
  margin-right: -20px;
  overflow: hidden;
}

.conP2 div.box {
  width: 320px;
  min-height: 260px;
  margin-right: 20px;
  float: left;
}

.conP2 div.box div.title {
  height: 20px;
  overflow: hidden;
  background: url("../img/p2-tit-bg.png") center center repeat-x;
}

.conP2 div.box div.title h3 {
  display: block;
  background: #fff;
  padding-right: 5px;
  float: left;
  font-weight: 700;
  font-family: FZDHTJW--GB1;
  font-size: 20px;
  line-height: 20px;
  color: #3A3A3A;
}

.conP2 div.box div.title h3 a {
  color: #3A3A3A;
}

.conP2 div.box div.title h3 i {
  display: block;
  float: left;
  width: 5px;
  height: 20px;
  background: #CC3C3D;
  margin-right: 5px;
}

.conP2 div.box div.title h6 {
  display: block;
  background: #fff;
  padding-left: 5px;
  float: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: PingFangSC;
  color: #E01715;
}

.conP2 div.box div.title h6 a {
  color: #E01715;
}

.conP2 div.box span {
  display: block;
  width: 320px;
  height: 165px;
  margin-top: 20px;
  position: relative;
}

.conP2 div.box span img {
  display: block;
}

.conP2 div.box span i.video {
  display: block;
  width: 35px;
  height: 35px;
  background: url("../img/icon-video.png") center center no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.conP2 div.box strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  font-family: PingFangSC;
  margin-top: 10px;
}

.conP2 div.box p {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  font-family: PingFangSC;
  color: #666666;
  margin-top: 5px;
}

/* copy版权 */
.copy {
  width: 100%;
  height: 58px;
  background: #6A6D89;
  margin-top: 50px;
}

.copy p {
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  line-height: 58px;
}

.copy p a {
  color: #fff;
  padding: 0 5px;
}


.newfooter {
  width: 100%;
  height: 172px;
  background: #8D91AA;
  text-align: center;
}

.newfooter .footer_cont {
  width: 440px;
  margin: 51px auto;
}

.newfooter img {
  float: left;
}

.newfooter span {
  display: inline-block;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 19px;
  text-align: left;
  margin-top: 10px;
}

/* book-list-pic-bg */
.book-list-bg {
  width: 100%;
  height: 1405px;
  background: url("../img/book-bg.png") center center no-repeat;
  margin-top: -205px;
}

.book-list-pic-con {
  width: 780px;
  padding: 160px 220px 0 170px;
}

.book-list-pic-con .navPath {
  font-size: 12px;
  line-height: 14px;
  font-family: SimSun;
}

.book-list-pic-con .navPath a {
  padding: 0 5px;
}

.book-list-pic-con .marBox {
  margin-top: 20px;
  margin-right: -80px;
  overflow: hidden;
}

.book-list-pic-con .book-list-pic li {
  display: block;
  float: left;
  width: 350px;
  height: 80px;
  margin-right: 80px;
  margin-bottom: 25px;
}

.book-list-pic-con .book-list-pic li span {
  display: block;
  float: left;
  width: 145px;
  height: 80px;
  position: relative;
  margin-right: 10px;
}

.book-list-pic-con .book-list-pic li span img {
  display: block;
}

.book-list-pic-con .book-list-pic li span i.video {
  display: block;
  width: 17px;
  height: 17px;
  background: url("../img/icon-video-s.png") center center no-repeat;
  position: absolute;
  bottom: 3px;
  right: 3px;
  cursor: pointer;
}

.book-list-pic-con .book-list-pic li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  font-family: PingFangSC;
}

.book-list-pic-con .page_n {
  text-align: center;
  padding: 20px 0;
}

.book-list-pic-con .page_n a {
  border: #dddad2 1px solid;
  background: #f7f6f3;
  padding: 10px 15px;
  margin: 0 5px;
}

.book-list-pic-con .page_n a:hover {
  background: #cc3333;
  color: #fff;
  text-decoration: none;
}

.book-list-pic-con .page_n a.common_current_page {
  background: #cc3333;
  color: #fff;
}

.book-list-year-con {
  width: 800px;
  padding: 160px 110px 0 90px;
  position: relative;
}

.book-list-year-con .navPath {
  font-size: 12px;
  line-height: 14px;
  font-family: SimSun;
}

.book-list-year-con .navPath a {
  padding: 0 5px;
}

.book-list-year-con .marBox {
  margin-top: 20px;
  margin-right: -100px;
  height: 950px;
  overflow: hidden;
}

.book-list-year-con .book-list-year-box {
  display: block;
  float: left;
  width: 365px;
  height: 170px;
  margin-right: 50px;
  margin-bottom: 20px;
  position: relative;
}

.book-list-year-con .book-list-year-box div.title {
  height: 30px;
  overflow: hidden;
}

.book-list-year-con .book-list-year-box div.title h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  font-family: PingFangSC;
}

.book-list-year-con .book-list-year-box ul {
  margin-top: 5px;
}

.book-list-year-con .book-list-year-box ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 47px;
  font-family: PingFangSC;
  height: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../img/icon-san.png") center left no-repeat;
  padding-left: 10px;
  border-bottom: 1px dashed #D1CAB1;
  position: relative;
}

.book-list-year-con .book-list-year-box ul li:last-of-type {
  border: none;
}

.book-list-year-con .book-list-year-box ul li:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid red;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.book-list-year-con .book-list-year-box ul h6.more {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 30px;
  font-family: PingFangSC;
}

.book-list-year-con .book-list-year-box2 {
  display: block;
  float: left;
  width: 830px;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
}

.book-list-year-con .book-list-year-box2 ul {
  margin-top: 5px;
  overflow: hidden;
}

.book-list-year-con .book-list-year-box2 ul li {
  width: 355px;
  height: 47px;
  float: left;
  margin-right: 50px;
}

.book-list-year-con .book-list-year-box2 ul li:last-of-type {
  border-bottom: 1px dashed #D1CAB1;
}

.book-list-year-con .page_n {
  text-align: center;
  padding: 20px 0;
  margin-left: -35px;
  margin-top: 20px;
}

.book-list-year-con .page_n a {
  border: #dddad2 1px solid;
  background: #f7f6f3;
  padding: 10px 15px;
  margin: 0 5px;
}

.book-list-year-con .page_n a:hover {
  background: #cc3333;
  color: #fff;
  text-decoration: none;
}

.book-list-year-con .page_n a.common_current_page {
  background: #cc3333;
  color: #fff;
}

.book-list-year-con .book-lable-year {
  position: absolute;
  width: 150px;
  height: 500px;
  top: 260px;
  right: -40px;
}

.book-list-year-con .book-lable-year li {
  display: block;
  width: 127px;
  height: 49px;
  margin-bottom: 30px;
  background: url("../img/book-label.png") center center no-repeat;
  font-weight: 400;
  font-size: 20px;
  line-height: 49px;
  font-family: PingFangSC;
  color: #fff;
  text-indent: 0.3em;
  cursor: pointer;
}

.book-list-year-con .book-lable-year li a {
  color: #fff;
}

.book-list-year-con .book-lable-year li a:hover {
  text-decoration: none;
}

.book-list-year-con .book-lable-year li.act {
  background: url("../img/book-label-act.png") center center no-repeat;
}

.book-list-year-con .book-lable-year li.one {
  margin-left: 22px;
}

.book-list-year-con .book-lable-year li.two {
  text-indent: 1.7em;
}

.book-list-year-con .book-lable-year2 li.two {
  text-indent: 0.5em;
}

.book-list-year-con .book-page {
  width: 100%;
  height: 20px;
  margin-top: 20px;
  text-align: right;
}

.book-list-year-con .book-page span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: FZZYSJW--GB1;
  color: #E02829;
  margin-left: 10px;
  cursor: pointer;
}

.book-list-year-con .book-page span a {
  color: #E02829;
}

.book-list-year-con .book-page span a:hover {
  text-decoration: none;
}

.book-list-year-con .book-page span.noAct {
  color: #D1CAB1;
  cursor: default;
}

.book-list-year-con .book-page span.noAct a {
  color: #D1CAB1;
  cursor: default;
}

/*文本层*/
.wbCon .navPath {
  font-size: 12px;
  line-height: 14px;
  font-family: SimSun;
}

.wbCon .navPath a {
  padding: 0 5px;
}

.wbCon .text_title {
  width: 1010px;
  height: 100%;
  margin-top: 20px;
}

.wbCon .text_title h3.pre {
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto;
  text-align: left;
}

.wbCon .text_title h1 {
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #333;
  line-height: 45px;
}

.wbCon .text_title h4.sub {
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto 15px;
  text-align: left;
}

.wbCon .text_title .times {
  width: 1010px;
  padding: 20px 0;
  border-bottom: 2px solid #C5181F;
}

.wbCon .text_title .ptime {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999;
  line-height: 44px;
  float: left;
}

.wbCon .text_title .picon {
  float: right;
  line-height: 44px;
}

.wbCon .text_title .ops_tit {
  color: #666;
  float: left;
  margin-right: 10px;
}

.wbCon .text_title .ops_icons {
  float: left;
}

.wbCon .text_title .ops_icons li {
  float: left;
  height: 44px;
  width: 44px;
  list-style: outside none none;
  margin-right: 10px;
  /* border:1px solid red; */
  /* background: url(../images/weibo2.png)no-repeat center */
}

.wbCon .text_title .f_icon {
  width: 190px;
  float: right;
}

.wbCon .text_title .bdsharebuttonbox {
  width: 120px;
  float: left;
}

.wbCon .text_title .fen {
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #999;
  font-family: PingFangSC-Regular;
}

.wbCon .text_title .art_text {
  padding: 30px 0;
  text-align: center;
}

.wbCon .text_title .art_text p {
  text-indent: 2em;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  padding: 6px 0;
  /* text-align: left; */
}

.wbCon .text_title .art_text table {
  width: 100% !important;
}

.wbCon .text_title .art_text .box_pic {
  text-align: center;
  font-size: 14px;
}

.wbCon .text_title .video_text {
  text-align: center;
}

.wbCon .text_title .video_text div#pvpShowDiv {
  text-align: center;
  margin-bottom: 30px;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  body {
    min-width: 1200px;
  }
}

/*20190906*/
.conP2 div.box {
  min-height: 340px;
}

.conP2 div.box a {
  text-decoration: none;
}

.conP2 div.box p {
  text-indent: 2em;
}

.mainTitle h1 {
  font-weight: 700;
  color: #CC0005;
  text-decoration: none;
}

.mainTitle h1 a {
  font-weight: 700;
  color: #CC0005;
  text-decoration: none;
}

.conP1 ul li strong a {
  text-decoration: none;
}

.conP1 ul li p a {
  text-decoration: none;
}

.conP2 div.box div.title h6 a {
  text-decoration: none;
}

.book-list-year-con {
  padding: 190px 110px 0 90px;
}

.book-list-year-con .marBox {
  height: 920px;
}

.book-list-year-con .book-list-year-box {
  height: 165px;
}

.book-list-year-con .book-list-year-box ul li {
  height: 46px;
  line-height: 46px;
}

.book-list-year-con .book-list-year-box2 {
  height: auto;
}

.book-list-year-con .book-list-year-box2 ul {
  height: 860px;
}

.book-list-year-con .book-list-year-box2-listNews ul {
  height: 860px;
}

.book-list-year-con .book-list-year-box2-listNews ul li {
  width: 710px;
}

/**/
.conP3 {
  margin-top: 30px;
}

.conP3 div.commonTit {
  width: 1000px;
  height: 59px;
  background: url("../img/title05.png") center center no-repeat;
}

.conP3 div.commonTit a {
  display: block;
  width: 1000px;
  height: 59px;
}

.conP3 div.box {
  min-height: auto;
}

.conP3 div.box span {
  height: auto;
}

/*20191014*/
.conP4 {
  margin-top: 30px;
}

.conP4 div.commonTit {
  width: 1000px;
  height: 66px;
  background: url("../img/title06.png") center center no-repeat;
  position: relative;
}

.conP4 div.commonTit a.more {
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*swiper-p4*/
.conP4 div.fl {
  width: 550px;
  height: 310px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.conP4 div.fl .about-prev,
.conP4 div.fl .about-next,
.conP4 div.fl .about2-prev,
.conP4 div.fl .about2-next,
.conP4 div.fl .about3-prev,
.conP4 div.fl .about3-next {
  width: 55px;
  height: 55px;
  background: url("../img/icon-left.png") center center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
}

.conP4 div.fl .about-prev,
.conP4 div.fl .about2-prev,
.conP4 div.fl .about3-prev {
  left: 0px;
}

.conP4 div.fl .about-next,
.conP4 div.fl .about2-next,
.conP4 div.fl .about3-next {
  background: url("../img/icon-right.png") center center no-repeat;
  right: 0px;
}

.swiper-about,
.swiper-about2,
.swiper-about3 {
  width: 550px;
  height: 310px;
  overflow: hidden;
  position: relative;
}

.swiper-about .swiper-slide div.box,
.swiper-about2 .swiper-slide div.box,
.swiper-about3 .swiper-slide div.box {
  width: 550px;
  height: 310px;
  overflow: hidden;
  position: relative;
}

.swiper-about .swiper-slide div.box img,
.swiper-about2 .swiper-slide div.box img,
.swiper-about3 .swiper-slide div.box img {
  display: block;
}

.swiper-about .swiper-slide div.box span,
.swiper-about2 .swiper-slide div.box span,
.swiper-about3 .swiper-slide div.box span {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  z-index: 3;
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.swiper-about .swiper-slide div.box span a,
.swiper-about2 .swiper-slide div.box span a,
.swiper-about3 .swiper-slide div.box span a {
  color: #fff;
}

.swiper-about .swiper-slide div.box em,
.swiper-about2 .swiper-slide div.box em,
.swiper-about3 .swiper-slide div.box em {
  background: #000;
  filter: alpha(opacity=70);
  opacity: .7;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  z-index: 1;
}

.swiper-about .pagination,
.swiper-about2 .pagination,
.swiper-about3 .pagination {
  position: absolute;
  bottom: 18px;
  right: 10px;
}

.swiper-about .pagination span,
.swiper-about2 .pagination span,
.swiper-about3 .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}

.swiper-about .pagination span.swiper-active-switch,
.swiper-about2 .pagination span.swiper-active-switch,
.swiper-about3 .pagination span.swiper-active-switch {
  background: #F5A623;
  opacity: 1;
}

.conP4 div.fr {
  width: 430px;
  margin-top: 20px;
  /*  max-height: 999999px;*/
}

.conP4 div.fr div.newBox {
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.conP4 div.fr div.newBox:last-child {
  border-bottom: none;
}

.conP4 div.fr div.newBox h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  font-family: Microsoft Yahei;
}

.conP4 div.fr div.newBox p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-family: SimSun;
  text-indent: 0em;
  margin-top: 5px;
  color: #666666;
}

.conP4 div.fr div.newBox p a {
  color: #666666;
}

@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  .conP4 div.fl {
    float: none;
    width: 1000px;
    height: 564px;
  }
  .swiper-about,
  .swiper-about2,
  .swiper-about3 {
    width: 1000px;
    height: 564px;
  }
  .swiper-about .swiper-slide div.box,
  .swiper-about2 .swiper-slide div.box,
  .swiper-about3 .swiper-slide div.box {
    width: 1000px;
    height: 564px;
  }
  .swiper-about .swiper-slide div.box img,
  .swiper-about2 .swiper-slide div.box img,
  .swiper-about3 .swiper-slide div.box img {
    width: 1000px;
    height: 564px;
  }
  .conP4 div.fr {
    float: none;
    width: 1000px;
    margin-top: 40px;
  }
}

/*20200401*/
.conP1 {
  margin-top: 0;
}

.conP1 div.commonTit {
  width: 1000px;
  height: auto;
  margin-top: 30px;
  min-height: 30px;
  background: none;
  position: relative;
}

.conP1 div.commonTit a.more {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.conP2 {
  margin-top: 0;
}

.conP2 div.commonTit {
  width: 1000px;
  height: auto;
  margin-top: 30px;
  min-height: 30px;
  background: none;
  position: relative;
}

.conP2 div.box div.title h3 {
  word-break: break-all;
}

.conP3 {
  margin-top: 0;
}

.conP3 div.commonTit {
  width: 1000px;
  height: auto;
  margin-top: 30px;
  min-height: 30px;
  background: none;
  position: relative;
}

.conP3 div.commonTit a {
  display: inline-block;
  width: auto;
  height: auto;
}

.conP4 {
  margin-top: 0;
}

.conP4 div.commonTit {
  width: 1000px;
  height: auto;
  margin-top: 30px;
  min-height: 30px;
  background: none;
  position: relative;
}

.conP4 div.commonTit a.more {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.conP5 {
  margin-top: 0;
}

.conP5 div.commonTit {
  width: 1000px;
  height: auto;
  margin-top: 30px;
  min-height: 30px;
  background: none;
  position: relative;
  margin: 30px auto 20px;
}

.conP6 {
  margin-top: 0;
}

.conP6 div.commonTit {
  width: 1000px;
  height: auto;
  margin-top: 30px;
  min-height: 30px;
  background: none;
  position: relative;
  margin: 30px auto 20px;
}

div.commonTit {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  font-family: PingFangSC;
  color: #CC0005;
  text-align: center;
}

/*幻灯*/
.lSSlideWrapper {
  overflow: visible;
}

.lSSlideOuter .lightSlider li img {
  float: left;
  margin-right: 20px;
}

.lSSlideOuter .lightSlider div.txt {
  width: 320px;
  float: left;
  font-size: 16px;
  line-height: 1.6;
}

.lSSlideOuter .lightSlider div.txt h3 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}

.lSSlideOuter .lightSlider div.txt p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
}

.lSSlideOuter .lSPager.lSGallery li {
  height: 115px;
}

.lSSlideOuter .lSPager.lSGallery img {
  height: 115px;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #c00;
}

.lSSlideOuter .lSPager.lSGallery li.active img,
.lSSlideOuter .lSPager.lSGallery li:hover img {
  height: 109px;
}

.lSAction > a {
  width: 55px;
  height: 55px;
  background: url("../img/icon-left.png") center center no-repeat;
  display: block;
  top: 530px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -28px;
  opacity: 1;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 5px;
}

.lSAction > .lSNext {
  background: url("../img/icon-right.png") center center no-repeat;
  background-position: 0 0;
  right: 5px;
}

/*list*/
.topBanner2 {
  background: url("../img/topBanner.jpg") top center no-repeat;
  height: auto;
  padding-top: 963px;
}

.navpath {
  padding-top: 15px;
  height: 50px;
  font: normal 14px/50px "Microsoft YaHei";
  text-align: left;
  overflow: hidden;
  color: #999;
  background: #fff;
}

.navpath a {
  padding: 0 15px;
  color: #999;
}

.listCon {
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: #f7f7f7;
  padding: 0 0 20px 0;
  background: none;
}

.listCon div.fr {
  width: 100%;
  background: #fff;
}

.listCon div.fr ul {
  clear: both;
  padding: 20px 20px 15px;
  border-bottom: #cbcbcb 1px dashed;
}

.listCon div.fr ul li {
  text-align: right;
  margin: 8px 0;
  padding-left: 12px;
  font-size: 16px;
}

.listCon div.fr ul li a {
  float: left;
  color: #555;
}

.listCon div.fr ul li i {
  font-size: 12px;
  color: #999;
}

.page_n {
  text-align: center;
  padding: 45px 0;
  color: #fff;
}

.page_n a {
  border: #ff5050 1px solid;
  background: #fff;
  color: #ff5050;
  padding: 10px 15px;
  margin: 0 5px;
}

.page_n a:hover {
  background: #ff5050;
  color: #fff;
  text-decoration: none;
}

.page_n a.common_current_page {
  background: #ff5050;
  color: #fff;
  text-decoration: none;
}

.topBanner,
.topBanner2 {
  background-position: top center;
  background-repeat: no-repeat;
}

/*20200408*/
.topBanner .topSum {
  box-shadow: none;
}

.mainTitle h1 {
  font-weight: 700;
  font-family: "PingFangSC","Microsoft Yahei","SimSun";
}

.list2j {
  width: 1000px;
  margin: 20px auto 20px;
  position: relative;
}

.list2j .title {
  border-bottom: 2px solid #CC0005;
  overflow: hidden;
}

.list2j .title h2 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *float: left;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  color: #CC0005;
}

.list2j .title h2 a {
  color: #CC0005;
  text-decoration: none;
}

.list2j .title h6 {
  float: right;
  font-size: 14px;
  line-height: 20px;
  margin-top: 19px;
  color: #999999;
}

.list2j .title h6 a {
  color: #999999;
}

.list2j ul.list_16 {
  margin-top: 5px;
}

.list2j ul.list_16 li {
  line-height: 180%;
  white-space: pre-wrap;
  color: #999999;
}

.list2j ul.list_16 li a {
  color: #555;
  display: inline-block;
  width: 840px;
  height: 28px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *zoom: 1;
  *display: inline;
  *float: left;
  text-align: left;
}

.list2j ul.list_16 li i {
  float: right;
}

.list2j ul.list_16 h6.more {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 46px;
  color: #999999;
}

.list2j ul.list_16 h6.more a {
  color: #999999;
}

.listCon div.fr .list2j ul {
  padding: 10px 10px;
  border-bottom: none;
}

/*20200409*/
#image-gallery-big li {
  position: relative;
  height: 563px;
}

#image-gallery-big li img {
  float: none;
  margin-right: 0;
}

#image-gallery-big li em {
  background: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  z-index: 1;
}

#image-gallery-big li span {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  z-index: 3;
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

#image-gallery-big li span a {
  color: #fff;
}

.conP6 .lSAction > a {
  top: 280px;
}

/*20210309*/
body {
  background: #fffcf8;
  background: #fff;
}

.p1_con {
  width: 100%;
  height: 595px;
  height: 695px;
  background: url("../img/p1_con_bg.png") top center repeat-y;
}

.p1_con div.w1020 {
  width: 1020px;
  padding-top: 10px;
  overflow: hidden;
}

.p1_con div.toutiao {
  min-height: 140px;
  background: url("../img/toutiao_bg.png") bottom center no-repeat;
}

.p1_con div.toutiao span.icon {
  display: block;
  float: left;
  width: 150px;
  height: 128px;
  background: url("../img/toutiao_icon.png") top center no-repeat;
  margin-left: 10px;
  margin-right: 20px;
}

.p1_con div.toutiao h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: left;
  color: #333333;
  margin-top: 16px;
}

.p1_con div.toutiao p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  color: #333333;
  margin-top: 7px;
}

.p1_con div.toutiao h1 {
  display: table-cell;
  vertical-align: middle;
  width: 820px;
  height: 128px;
  padding: 0 0px 0 0px;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.p1_con div.toutiao h1 img {
  vertical-align: middle;
}

.p1_con div.w1000 {
  width: 1000px;
  padding-top: 40px;
  overflow: hidden;
}

.p1_con div.focus_con {
  width: 478px;
  height: 269px;
  height: 358px;
  padding: 13px 15px 10px 15px;
  background: url("../img/focus_bg.png") top center no-repeat;
  float: left;
}

.p1_con div.focus_list_con {
  width: 480px;
  height: 290px;
  height: 380px;
  float: right;
}

.p1_con div.focus_list_con h2 {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
}

.p1_con div.focus_list_con h2 img {
  float: left;
}

.p1_con div.focus_list_con div.bg {
  width: 100%;
  margin-top: 15px;
}

.p1_con div.focus_list_con h3 {
  display: block;
  width: 100%;
  height: 51px;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  font-family: Microsoft Yahei;
  text-align: center;
  margin-top: 0px;
  color: #c00;
  font-size: 0;
  background: url("../img/focus_list_title.png") top center no-repeat;
  position: relative;
}

.p1_con div.focus_list_con h3 span {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #cf1a06;
  letter-spacing: 2px;
}

.p1_con div.focus_list_con h3 span a {
  color: #cf1a06;
}

.p1_con div.focus_list_con ul {
  display: block;
  width: 400px;
  padding: 0px 50px 20px 30px;
  float: left;
  background: url("../img/focus_list_con_bg.jpg") bottom center no-repeat;
}

.p1_con div.focus_list_con ul li {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-top: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commonTit {
  width: 100%;
  position: relative;
}

.commonTit h2 {
  display: block;
  text-align: center;
}

.commonTit h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #cf1a06;
  letter-spacing: 2px;
  position: absolute;
  top: 40px;
  right: 30px;
}

.commonTit h6 a {
  color: #cf1a06;
}

.list_con {
  margin-top: 10px;
}

.list_con li {
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #FCCFA3;
}

.list_con li:last-child {
  border-bottom: none;
}

.list_con li span {
  display: block;
  float: left;
  margin-right: 15px;
}

.list_con li img {
  display: block;
}

.list_con li strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  font-family: PingFangSC, PingFangSC-Medium;
  display: block;
  margin-top: 15px;
}

.list_con li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: PingFangSC, PingFangSC-Medium;
  color: #666666;
  display: block;
  margin-top: 20px;
}

.p2_con {
  margin-top: -50px;
}

.p3_con {
  padding: 20px 0 30px 0;
  height: 550px;
  position: relative;
}

.p3_con .p3_focus_bg {
  width: 1000px;
  height: 423px;
  margin-top: 45px;
}

/*p3FocusBox*/
#p3FocusBox {
  position: relative;
  width: 830px;
  height: 376px;
  margin: 0px auto;
}

#p3FocusBox ul {
  width: 830px;
  height: 376px;
  margin: 0 auto;
}

#p3FocusBox ul li {
  z-index: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  background: #fff;
  top: 146px;
  left: 377px;
  cursor: pointer;
}

#p3FocusBox ul li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

#p3FocusBox ul li div.shadow {
  position: absolute;
  bottom: -100px;
  left: 0px;
  display: block;
  width: 100%;
  height: 45px;
  background: url("../img/box_kuai.png") top center repeat;
  font-size: 18px;
  line-height: 45px;
  font-family: PingFangSC, PingFangSC-Medium;
  text-indent: 0px;
  color: #fff;
}

#p3FocusBox ul li div.shadow a {
  color: #fff;
}

#p3FocusBox ul li div.shadow h3 {
  display: table-cell;
  vertical-align: middle;
  width: 650px;
  height: 45px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 20px;
}

#p3FocusBox .p3prev, #p3FocusBox .p3next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 80px;
  height: 376px;
  top: 0px;
}

#p3FocusBox .p3prev {
  background: url("../img/p3_focus_arr_left.png") center center no-repeat;
  left: 0px;
}

#p3FocusBox .p3next {
  background: url("../img/p3_focus_arr_right.png") center center no-repeat;
  right: 0px;
}

/*p4_con*/
.p4_con {
  background: url("../img/p4_con_bg.png") top center no-repeat #FFFCF8;
  padding-top: 90px;
  padding-bottom: 200px;
}

.p4_con .list_con {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  background: #fff;
}

/*p5_con*/
.p5_con {
  margin-top: -130px;
  padding-bottom: 30px;
}

.p5_con .fl {
  width: 497px;
  margin-top: 50px;
  position: relative;
}

.p5_con .fl div.box img {
  display: block;
}

.p5_con .fl div.box p {
  display: block;
  width: 100%;
  height: 44px;
  background: #cc9162;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 44px;
  text-indent: 20px;
}

.p5_con .fl div.box p a {
  color: #fff;
}

.p5_con .fr {
  width: 480px;
  margin-top: 50px;
}

.p5_con .fr div.newBox {
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.p5_con .fr div.newBox:last-child {
  border-bottom: none;
}

.p5_con .fr div.newBox h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  font-family: PingFangSC, PingFangSC-Medium;
  color: #323232;
}

.p5_con .fr div.newBox p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-family: PingFangSC, PingFangSC-Medium;
  text-indent: 0em;
  margin-top: 5px;
  color: #666666;
}

.p5_con .fr div.newBox p a {
  color: #666666;
}

.p6_con {
  background: #FFFCF8;
  padding-top: 70px;
}

.p6_con .list_con {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  background: #fff;
}

.p6_con .list_con li img {
  height: auto;
}

.p7_con {
  padding-top: 50px;
  height: 710px;
  position: relative;
}

.swiper-history-con {
  width: 1000px;
  height: 410px;
  padding-top: 30px;
  margin-top: 15px;
  position: relative;
}

.swiper-history-con div.history-prev, .swiper-history-con div.history-next {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 192px;
}

.swiper-history-con div.history-prev {
  left: 38px;
  background: url("../img/p7_arr_left.png") center center no-repeat;
}

.swiper-history-con div.history-next {
  right: 38px;
  background: url("../img/p7_arr_right.png") center center no-repeat;
}

.swiper-history {
  width: 858px;
  height: 460px;
  overflow: hidden;
}

.swiper-history .swiper-slide div.box {
  width: 231px;
  height: 460px;
  overflow: hidden;
  position: relative;
}

.swiper-history .swiper-slide div.box img {
  display: block;
}

.swiper-history .swiper-slide div.box h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: left;
  color: #323232;
  margin-top: 30px;
}

.swiper-history .swiper-slide div.box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
  color: #595959;
  margin-top: 10px;
}

.p8_con {
  height: 930px;
  position: relative;
}

.p8_con div.p8_video_con {
  width: 920px;
  height: 737px;
  padding: 40px 40px 0 40px;
  margin-top: 35px;
}

.p8_con div.p8_video_con div.big_video_con {
  width: 920px;
  height: 515px;
  position: relative;
  padding-top: 6px;
}

.p8_con div.p8_video_con div.big_video_con div.btn_play {
  display: none;
  width: 60px;
  height: 60px;
  background: url("../img/p8_video_play.png") center center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

.p8_con div.p8_video_con div.big_video_con div.btn_pause {
  display: none;
  width: 60px;
  height: 60px;
  background: url("../img/p8_video_pause.png") center center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

.p8_con div.p8_video_con div.small_video_con {
  width: 930px;
  height: 165px;
  margin-top: 15px;
  position: relative;
}

.p8_con div.p8_video_con div.small_video_con ul {
  overflow: hidden;
  margin-right: -20px;
}

.p8_con div.p8_video_con div.small_video_con li {
  width: 223px;
  height: 165px;
  float: left;
  cursor: pointer;
  margin-right: 10px;
}

.p8_con div.p8_video_con div.small_video_con li img {
  display: block;
}

.p8_con div.p8_video_con div.small_video_con li p {
  display: block;
  width: 100%;
  height: 40px;
  background: url("../img/p8_video.jpg") right center no-repeat #fff;
  font-size: 16px;
  line-height: 40px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-indent: 10px;
  color: #24282D;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
}

.p8_con div.p8_video_con div.small_video_con li span {
  display: none;
}

.p8_con div.p8_video_con div.small_video_con li.act p {
  background: url("../img/p8_video_act.jpg") right center no-repeat #fff;
  color: #E50515;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
}

.p8_con div.p8_video_con div.small_video_con div.video-prev, .p8_con div.p8_video_con div.small_video_con div.video-next {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 65px;
}

.p8_con div.p8_video_con div.small_video_con div.video-prev {
  left: -30px;
  background: url("../img/p7_arr_left.png") center center no-repeat;
}

.p8_con div.p8_video_con div.small_video_con div.video-next {
  right: -25px;
  background: url("../img/p7_arr_right.png") center center no-repeat;
}

.swiper-video {
  width: 920px;
  height: 165px;
  overflow: hidden;
}

.p9_con {
  background: url("../img/p9_con_bg.png") bottom center no-repeat #FFFCF8;
  padding-top: 15px;
  padding-bottom: 270px;
}

.p9_con .list_con {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  background: #fff;
}


* {
  padding: 0;
  margin: 0;
}

ul, li, img, p, h1, a, span, table, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
  color: white;
}

.nav li a {
  color: #fff;
}

body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background-image: url(../img/bg.png);
}

.header {
  width: 100%;
  min-width: 1200px;
  text-align: center;
  font-size: 0;
  position: relative;
}

.header img {
  width: 100%;
}

.header a {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-family: "微软雅黑";
  position: absolute;
  right: 40px;
  top: 20px;
}


.nav {
  height: 60px;
  clear: both;
  background-color: rgb(166, 8, 8);
  width: 100%;
  min-width: 1200px;
  margin-top: 2px;
}

.nav ul {
  width: 1200px;
  margin: 0 auto;
}

.nav li {
  float: left;
  display: inline;
  color: #fff;
  font-size: 28px;
  line-height: 60px;
}

.nav li a {
  color: #fff;
  font-size: 28px;
  font-family: 微软雅黑;
  font-weight: bold;
  padding: 0 35px;
}

.content1 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  height: 280px;
  position: relative;
}

.scx{
  background-image: url(../img/scx.png);
  background-size: 100%;
  background-repeat: repeat-x;
  padding: 125px 140px;
}


.xds{
  background-image: url(../img/xds.png);
  background-size: 100%;
  background-repeat: repeat-x;
  padding: 125px 140px;
}

.sde{
  background-image: url(../img/sp.png);
  background-size: 100%;
  background-repeat: repeat-x;
  padding: 125px 155px;
}

.bs{
  padding: 170px 40px;
  background-image: url(../img/bs.png);
  background-size: 100%;
  background-repeat: repeat-x;
}
.bss{
  padding: 170px 40px;
  background-image: url(../img/bss.png);
  background-size: 100%;
  background-repeat: repeat-x;
}


.mk_tit {
  width: 100%;
  height: 50px;
  background-color: rgb(166, 8, 8);
  text-align: center;
  margin: 30px 0;
}

.mk_tit p a {
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.content1 .cont1_pic {
  display: block;
  float: left;
  width: 630px;
  height: 370px;
  background-image: url(../img/cont1_pic.jpg);
}

.content1 ul {
  display: block;
  width: 540px;
  float: right;
  height: 370px;
  font-size: 1.25rem;
  list-style-type: disc;
}

.content1 ul li {
  height: 74px;
  line-height: 74px;
  background: url(/static/b/zt/ds/d.jpg) no-repeat 5px center;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content1 ul li a {
  height: 74px;
  line-height: 74px;
  font-size: 20px;
  color: #1e1e1e;
}

.content1 ul li a:hover {
  text-decoration: underline;
}

.content1 ul li span {
  float: right;
  color: #989898;
  padding-right: 5px;
  font-size: 20px;
}


.content2 {
  width: 1200px;
  height: 250px;
}
.mk_tit_1 {
  float: left;
  width: 49%;
  height: 50px;
  background-color: rgb(166, 8, 8);
  text-align: center;
  margin:0 0 30px;
}

.mk_tit_1 p a {
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.mk_tit_2 {
  float: right;
  width: 49%;
  height: 50px;
  background-color: rgb(166, 8, 8);
  text-align: center;
  margin:0 0 30px;
}

.mk_tit_2 p a {
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.content2 .cont2_left {
  display: block;
  float: left;
  width: 570px;
  font-size: 1.25rem;
  list-style-type: disc;
}
.content2 .cont2_right {
  display: block;
  float: left;
  width: 36.875rem;
  height: 18.75rem;
  margin: 0.3125rem 0 0 1.875rem;
  font-size: 1.25rem;
  list-style-type: disc;
}

.content3 {
  width: 1200px;
  height: 300px;
}

.content3 .swipe_pic {
  margin-top:10px;
  float: left;
  width: 36.875rem;
  height: 22.5rem;
  background-color: rgb(166, 8, 8);
}

.content3 ul {
  float: right;
  width: 36.875rem;
}

.footer{ border-top:6px solid #c21a1a; height:145px;padding-top:30px;margin-top:50px;width:100%;min-width:1200px;}

.footer .cont-lista {
  text-align: center;
}

.footer .cont-lista p {
  margin-right: 20px;
  font-size: 14px;
  color: #9ea6a8;
  display: inline-block;
}
.footer .cont-lista a {
  color: #9ea6a8;
}

.footer .cont-lista .cont_baidu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .cont-lista .cont_baidu img {
  width: 20px;
  margin-right: 5px;
}




.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
}

.swipernews {
  width: 1100px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 5px;
}

.swipernews .swiper-slide {
  margin: 20px 0;
}

.swiper_cont {
  background: #f1f1f1;
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 15px;
}

.swipernews {
}

.swipernews .swiper_cont:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 10px 0 #dedede;
  box-shadow: 0 0 10px 0 #dedede;
  background: #fff;
}

.swipernews span {
  display: inline-block;
  padding: 5px 10px;
  background: red;
  float: right;
  margin: 10px;
  cursor: pointer;
  color: #fff;
}

.swiper-button-next {
  width: 39px !important;
  height: 39px !important;
  background: url('/static/test/b/image/icon.png') no-repeat !important;
  background-size: 100% 100% !important;
  position: absolute;
  top: 50% !important;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  cursor: pointer;
}

.swiper-button-prev {
  position: absolute;
  width: 39px !important;
  height: 39px !important;
  top: 50% !important;
  left: 0;
  background: url('/static/test/b/image/icon.png') no-repeat !important;
  background-size: 100% 100% !important;
  cursor: pointer;
}

.swiper-left p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 10px 5px;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 14px;

}

.swiper-container-horizontal > .swiper-pagination-bullets {
  right: 0;
  left: auto !important;
  width: auto !important;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1 !important;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #2871b8 !important;
}

.swiper_back {
  position: relative;
  height: 100%;
}

.swiper_back p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 10px 5px;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 14px;
}

.swiper-container {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.swiper-pagination-switch {
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  cursor: pointer;
}

.swiper-active-switch {
  background: #2871b8 !important;
}

.swiper_img .swiper-pagination {
  bottom: 10px;
}

.swipernews .swiper-slide {
  /* padding: 0 15px; */
  /* margin-right: 15px; */
}

.goto {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
}