@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: url(../images/bannerTop.png) center top no-repeat;
  background: url(../images/bannerTop.jpg) center top no-repeat;	
  min-width: 1020px;
}

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;
}

.mt20 {
  margin-top: 20px;
}

.w1200 {
  width: 1200px;
}

.w1020 {
  width: 1020px;
}

.w1000 {
  width: 1000px;
}

.w980 {
  width: 980px;
}

.w940 {
  width: 940px;
}

.list_18 li {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}

.w1000 {
  width: 1000px;
}

.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*/
/*bannerTop*/
.bannerTop {
  width: 100%;
  height: 475px;
}

.bannerTop div.pic {
  min-width: 1000px;
  max-width: 1680px;
  text-align: center;
}

.bannerTop div.pic img {
  width: 100%;
  height: auto;
}

/*nav*/
.nav {
  width: 100%;
  height: 87px;
  margin: 0px auto;
  text-align: center;
  background: #DA1C2A;
}

.nav div.w1000 {
  text-align: justify;
  box-sizing: border-box;
  padding: 0 50px;
}

.nav div.w1000:after {
  display: inline-block;
  width: 100%;
  height: 0;
  content: '';
}

.nav span {
  display: inline-block;
  width: auto;
  height: 87px;
  font-size: 20px;
  line-height: 87px;
  color: #fff;
}

.nav span a {
  color: #fff;
}

/*topNew*/
.topNew {
  margin: 20px auto;
  box-shadow: 0px 0px 18px 10px rgba(0, 0, 0, 0.1);
}

.topNew h4 {
  width: 72px;
  height: 105px;
  padding: 12px 22px;
  float: left;
  background: url(../images/icon_tt.png) center center no-repeat;
}

.topNew h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 120px;
  text-align: center;
  color: #C83B3B;
}

.topNew h3 a {
  color: #C83B3B;
}

/*ty_title*/
.ty_title {
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  background: url(../images/tyTitleBg.png) center top no-repeat;
  position: relative;
  text-align: center;
}

.ty_title h3 {
  display: inline-block;
  padding: 0 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #B40013;
}

.ty_title h3 a {
  color: #B40013;
}

.ty_title h3 a:hover {
  text-decoration: none;
}

.ty_title h3:before, .ty_title h3:after {
  content: " ";
  display: inline-block;
  width: 72px;
  height: 18px;
  margin-right: 10px;
  background: url(../images/titleBg1.png) center 3px no-repeat;
}

.ty_title h3:after {
  margin-left: 10px;
  background: url(../images/titleBg2.png) center 3px no-repeat;
}

.ty_title span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #999999;
}

.ty_title span a {
  color: #999999;
}

.ty_title span i {
  color: #999999;
  font-weight: bold;
  font-family: "SimSun";
}

/*mainTop*/
.mainTop {
  padding: 10px 0;
  background: #fff;
}

.mainTop div.title {
  width: 100%;
  height: 24px;
  margin-bottom: 10px;
  background: url(../images/mainTitleBg.png) center top no-repeat;
}

.mainTop div.title a {
  display: block;
  width: 100%;
  height: 24px;
}

.mainTop h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #B40013;
}

.mainTop h1 a {
  color: #B40013;
}

/*conP1*/
.conP1 {
  width: 960px;
  padding: 20px;
  margin: 20px auto;
  background: #fff;
}

.conP1 .fl {
  width: 580px;
}

.conP1 .fr {
  width: 360px;
}

.conP1 .fr ul {
  margin-bottom: 30px;
}

.conP1 .fr ul:last-child {
  margin-bottom: 0px;
}

.conP1 .fr ul li {
  background: url(../images/dot_red.png) left center no-repeat;
  padding-left: 10px;
  line-height: 36px;
}

.swiper-container-focus {
  width: 580px;
  height: 386px;
  overflow: hidden;
  position: relative;
}

.swiper-container-focus .swiper-slide {
  width: 580px;
  margin: 0 auto;
  position: relative;
  /*img{
                -webkit-transition: all 1.5s;
                transition: all 1.5s;
                &:hover{
                    -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1);
                }
            }*/
}

.swiper-container-focus .swiper-slide div.shadow {
  display: block;
  width: 580px;
  height: 40px;
  background: #000;
  filter: alpha(opacity=70);
  opacity: .7;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-container-focus .swiper-slide p {
  display: block;
  width: 85%;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 40px;
  text-indent: 1em;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.swiper-container-focus .swiper-slide p a {
  color: #fff;
}

.swiper-container-focus .swiper-pagination {
  width: 100%;
  height: 5px;
  position: absolute;
  right: 5px;
  bottom: 20px;
  text-align: right;
}

.swiper-container-focus .swiper-pagination span.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
  background: #fff;
  filter: alpha(opacity=30);
  opacity: .3;
}

.swiper-container-focus .swiper-pagination span.swiper-active-switch {
  background: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*bannerPic*/
.bannerPic {
  margin: 30px auto;
}

.bannerPic2 {
  margin: 30px auto;
}

.bannerPic2 ul {
  margin-right: -20px;
  overflow: hidden;
}

.bannerPic2 ul li {
  float: left;
  margin-right: 20px;
}

/*conP2*/
.conP2 {
  width: 960px;
  padding: 20px 20px 30px;
  margin: 20px auto;
  background: #F9F9F9;
}

.conP2 ul {
  margin-top: 20px;
  margin-right: -20px;
}

.conP2 ul li {
  width: 469px;
  height: 264px;
  margin-right: 20px;
  float: left;
  position: relative;
  overflow: hidden;
}

.conP2 ul li i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/icon_play.png) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

.conP2 ul li div.bg {
  width: 100%;
  height: 40px;
  background: #000;
  filter: alpha(opacity=70);
  opacity: .7;
  position: absolute;
  left: 0;
  bottom: 0;
}

.conP2 ul li p {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-indent: 1em;
  position: absolute;
  left: 0;
  bottom: 0;
}

.conP2 ul li p a {
  color: #fff;
}

/*conP3*/
.conP3 {
  width: 960px;
  padding: 20px 20px 30px;
  margin: 20px auto;
  background: #F9F9F9;
}

.conP3 .list_16 {
  margin-top: 20px;
}

.conP3 .list_16 li {
  width: 450px;
  padding-left: 10px;
  margin-right: 20px;
  float: left;
  background: url(../images/dot.png) left center no-repeat;
  line-height: 36px;
}

/*conP4*/
.conP4 {
  width: 960px;
  padding: 20px 20px 30px;
  margin: 20px auto;
  background: #F9F9F9;
}

.conP4 ul {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: -40px;
}

.conP4 ul li {
  width: 195px;
  margin-right: 40px;
  float: left;
}

/*conP5*/
.conP5 {
  width: 960px;
  padding: 20px 20px 30px;
  margin: 20px auto;
  background: #F9F9F9;
}

.conP5 .list_16 {
  margin-top: 20px;
}

.conP5 .list_16 li {
  width: 450px;
  padding-left: 10px;
  margin-right: 20px;
  float: left;
  background: url(../images/dot.png) left center no-repeat;
  line-height: 36px;
}

/*conP6*/
.conP6 {
  width: 960px;
  padding: 20px 20px 30px;
  margin: 20px auto;
  background: #F9F9F9;
}

.conP6 ul {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: -40px;
}

.conP6 ul li {
  width: 283px;
  background: #fff;
  margin-right: 25px;
  float: left;
}

.conP6 ul li span {
  display: inline-block;
  width: 283px;
  height: 283px;
  overflow: hidden;
}

.conP6 ul li p {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 10px;
}

/*copy*/
.copyright-con {
  width: 100%;
  padding: 40px 0 50px;
  background: #fff;
}

.copyright {
  width: 460px;
  overflow: hidden;
  text-align: center;
}

.copyright p {
  float: left;
  font-size: 14px;
  margin-left: 10px;
  text-align: center;
}

.copyright span {
  text-align: center;
}

/*20181206*/
.navpath {
  height: 50px;
  font: normal 14px/50px "Microsoft YaHei";
  text-align: left;
  overflow: hidden;
  color: #999;
  background: #fff;
}

.navpath a {
  padding: 0 10px;
}

.navpath, .navpath a:link, .navpath a:visited, .navpath a:hover {
  color: #999;
}

/*模板可修改-导航文字颜色*/
/*list*/
.listCon {
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: #f7f7f7;
  padding: 0 0 20px 0;
  background: none;
}

.listCon div.fl {
  width: 265px;
  display: none;
}

.listCon div.fr {
  width: 100%;
  background: #fff;
}

.listCon div.fr .list_14 {
  clear: both;
  padding: 20px 20px 15px;
  border-bottom: #cbcbcb 1px dashed;
}

.listCon div.fr .list_14 li {
  text-align: left;
  margin: 8px 0;
  padding-left: 12px;
  font-size: 14px;
}

.listCon div.fr .list_14 li a {
 /* float: left;*/
  color: #555;
}

.listCon div.fr .list_14 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;
}

.wbCon div.fr {
  width: 100%;
  padding: 0px 0 0px;
}

.wbCon div.fr h3.pre {
  font: normal 16px/200% "Mircosoft Yahei";
  color: #777;
  padding: 0 60px;
  margin: 20px auto 5px auto;
  text-align: center;
}

.wbCon div.fr h4.sub {
  font: normal 16px/200% "Mircosoft Yahei";
  color: #777;
  padding: 0 60px;
  margin: 5px auto 15px auto;
  text-align: center;
}

.wbCon div.fr h1 {
  font: bold 24px/150% "Mircosoft Yahei";
  padding: 0 60px;
  margin: 5px auto 10px;
  /*color:#ff5050;*/
  text-align: center;
}

.wbCon div.fr p.author {
  font: normal 16px/200% "Mircosoft Yahei";
  color: #777;
  padding: 0 60px;
  text-align: center;
}

.wbCon div.fr p.orgin {
  font: normal 16px/200% "Mircosoft Yahei";
  color: #999;
  padding: 10px 60px 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #e6e6e6;
  text-align: center;
}

.wbCon div.fr p.orgin a {
  color: #999;
}

.wbCon div.fr .box_con {
  padding: 0 30px;
  font: normal 16px/32px "Mircosoft Yahei";
  color: #555555;
}

.wbCon div.fr .box_con .box_pic {
  text-align: center;
  font-size: 14px;
}

.wbCon div.fr .box_con .box_pic img {
  display: block;
  margin-bottom: 8px;
}

.wbCon div.fr .box_con p {
  font: normal 16px/32px "Mircosoft Yahei";
  text-indent: 0em;
  margin: 20px 0;
  color: #555555;
}

.wbCon div.fr .box_con .edit {
  text-align: left;
  margin: 20px auto;
  font: normal 16px/32px "Mircosoft Yahei";
  color: #ff5050;
}

.wbCon div.fr .box_con table {
  width: 80%;
  margin: 0 auto;
}

.wbCon div.fr .box_con img {
  max-width: 100%;
}

/*20190219*/
.listCon div.fr .list_14 li {
  font-size: 17px;
}
.listCon div.fr .list_14 li i {
  display: none;
}

.listCon div.fr .bookPicList {
  clear: both;
  padding: 20px 20px 15px;
}

.listCon div.fr .bookPicList li {
  width: 46%;
  height: 345px;
  position: relative;
  overflow: hidden;
  margin-right: 4%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  float: left;
  font-size: 14px;
  font-family: \9ED1\4F53;
  line-height: 180%;
  overflow: hidden;
}

.listCon div.fr .bookPicList li em {
  float: left;
}

.listCon div.fr .bookPicList li em img {
  float: left;
  background: url(../images/bg1.png) no-repeat top left;
  padding: 5px 11px 10px 0;
  margin-right: 30px;
  width: 188px;
  height: 270px;
}

.listCon div.fr .bookPicList li .con h3 {
  font-size: 22px;
  line-height: 140%;
  font-weight: normal;
}

.listCon div.fr .bookPicList li .con span {
  display: block;
  height: 198px;
  overflow: hidden;
  font-size: 14px;
  line-height: 160%;
  padding-top: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(../images/icon2.png) left 0px no-repeat;
}

.listCon div.fr .bookPicList li div.more {
  text-align: center;
  width: 150px;
  height: 34px;
  position: absolute;
  bottom: 15px;
  right: 10px;
  float: right;
  background: url(../images/icon3.png) right top no-repeat;
}

.listCon div.fr .bookPicList li div.more a {
  display: inline-block;
  width: 150px;
  height: 34px;
  background: url(../images/icon3.png) right top no-repeat;
}

.bookBox {
  position: relative;
}

.bookBox .book-prev, .bookBox .book-next {
  display: inline-block;
  width: 18px;
  height: 41px;
  cursor: pointer;
  background: url(../images/book_arrLeft.png) center center no-repeat;
  position: absolute;
  top: 140px;
  left: -10px;
}

.bookBox .book-next {
  background: url(../images/book_arrRight.png) center center no-repeat;
  left: auto;
  right: -10px;
}

.bookFocus {
  width: 960px;
  height: 300px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.bookFocus .swiper-slide {
  width: 195px;
  height: 280px;
  margin: 0 auto;
  position: relative;
  /*img{
            -webkit-transition: all 1.5s;
            transition: all 1.5s;
            &:hover{
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }
        }*/
}

.bookFocus .swiper-slide div.box {
  width: 195px;
  height: 280px;
  margin: 0 auto;
  text-align: center;
}

.bookFocus .swiper-pagination {
  display: none;
}

/*20200515*/
/* copy版权 */
.copy{
 width:100%;
 height:58px;
 background:#6A6D89;
 /* margin-top:30px; */
}  
.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:110px;
  background:#8D91AA;
  text-align: center;
}
.newfooter .footer_cont{
width: 440px;
width: 480px;
margin:8px 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;

}

/*20200831*/
.theoryBox {
  position: relative;
}

.theoryBox .theory-prev, .theoryBox .theory-next {
  display: inline-block;
  width: 18px;
  height: 41px;
  cursor: pointer;
  background: url(../images/book_arrLeft.png) center center no-repeat;
  position: absolute;
  top: 130px;
  left: -15px;
	display: none;
}

.theoryBox .theory-next {
  background: url(../images/book_arrRight.png) center center no-repeat;
  left: auto;
  right: -15px;
}

.theoryFocus {
  width: 960px;
  height: 270px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.theoryFocus .swiper-slide {
	width: 469px;
    height: 264px;
    margin: 0 auto;
    float: left;
}

.theoryFocus .swiper-slide div.box {
  width: 469px;
  height: 264px;
  margin: 0 auto;
  text-align: center;
    position: relative;
    overflow: hidden;
}

.theoryFocus .swiper-slide div.box i{
	display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/icon_play.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}

.theoryFocus .swiper-slide div.box div.bg{
	width: 100%;
    height: 40px;
    background: #000;
    filter: alpha(opacity=70);
    opacity: .7;
    position: absolute;
    left: 0;
    bottom: 0;
}

.theoryFocus .swiper-slide div.box p {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-indent: 1em;
    position: absolute;
    left: 0;
    bottom: 0;
}

.theoryFocus .swiper-pagination {
  display: none;
}

/*20210818*/
.list_con {
  margin-top: 10px;
}

.list_con li {
  overflow: hidden;
  margin-bottom: 15px;
  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: 17px;
  line-height: 28px;
  font-family: PingFangSC, PingFangSC-Medium;
  display: block;
  margin-top: 15px;
}

.list_con li p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  font-family: PingFangSC, PingFangSC-Medium;
  color: #666666;
  display: block;
  margin-top: 10px;
}
/*20230417*/
body {
    background: url(../images/bannerTop20230417.jpg) center top no-repeat #FEFEF0;
    min-width: 1080px;
}
.bannerTop {
    width: 100%;
    height: 450px;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  body {
    min-width: 1200px;
  }
  .topBanner {
    background-image: url(../images/bannerBg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vw * 600 / 1920);
    overflow: hidden;
  }
}
