html {
  width: 100%;
  height: 100%;
}
/*@font-face {*/
  /*font-family: 'pictos';*/
  /*src:;*/
/*}*/
html body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: inherit;
}
html body ul {
  margin: 0;
  padding: 0;
}
html body ul li {
  list-style: none;
}
html body p {
  margin: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
  margin: 0;
  padding: 0;
}
html body a {
  text-decoration: none;
  color: #333333;
}
.item-wrapper a {
  display: block;
}
html body img {
  border: none;
}
html body input {
  border: none;
  padding: 0;
}
html body button {
  padding: 0;
  background: transparent;
  border: none;
}
/*--------------------------------------------------*/
/*
        #wrap {
            .keyframes(name, {
                from {}
                to {}
            });
            .animation(name 1s infinite forwards);
        }
    */
/*--------------------------------------------------*/
#news .main-content {
  width: 1250px;
  margin: 0 auto;
  background: #ffffff;
  display: flex;
}
#news .center {
  width: 850px;
  height: auto;
  margin-right: 40px;
}
#news .right {
  flex: 1;
  height: auto;
}
#news .left-tab {
  width: 210px;
  margin-right: 30px;
}
#news .left-tab li {
  height: 66px;
  border-radius: 4px;
  font-size: 24px;
  font-family: microsoftyahei-bold;
  font-weight: bolder;
  color: #333333;
  line-height: 66px;
  text-align: center;
  border: none;
}
#news .left-tab li:hover {
  cursor: pointer;
  background: #e6e6e6;
}
#news .left-tab li.active {
  background: #e6e6e6;
}
#news .center ._swiper-container {
  width: 100%;
  height: 396px;
  margin-bottom: 39px;
  overflow: hidden;
  position: relative;
}
#news .center ._swiper-container .item-wrapper {
  width: 850px;
  height: 100%;
  float: left;
  position: absolute;
}
#news .center ._swiper-container .item-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .center ._swiper-container .item-wrapper .alpha_txt {
  background: rgba(0, 0, 0, 0.28);
  width: 850px;
  height: 74px;
  overflow: hidden;
  padding-left: 18px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  color: #e6e6e6;
}
#news .center ._swiper-container .item-wrapper .alpha_txt h3 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 15px;
  opacity: 0.7;
  width: 670px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
#news .center ._swiper-container .item-wrapper .alpha_txt p {
  font-size: 18px;
  line-height: 18px;
  margin-top: 12px;
  opacity: 0.7;
}
#news .center ._swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #333;
}
#news .center ._swiper-container .banner-btn {
  width: 26px;
  height: 46px;
  background-image: ;
  background-size: cover;
  border: 0;
  padding: 0;
  position: absolute;
  top: 30%;
  cursor: pointer;
}
#news .center ._swiper-container .pre-btn {
  left: 15px;
}
#news .center ._swiper-container .next-btn {
  right: 18px;
  -webkit-transform: rotatey(180deg);
  -moz-transform: rotatey(180deg);
  -o-transform: rotatey(180deg);
  -ms-transform: rotatey(180deg);
  transform: rotatey(180deg);
}
#news .center ._swiper-container .pagation_btn {
  position: absolute;
  left: 639px;
  top: 270px;
}
#news .center ._swiper-container .pagation_btn span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  margin-right: 8px;
  cursor: pointer;
}
#news .center ._swiper-container .pagation_btn span.active {
  background: #fff;
}
#news .center .newsnodes {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#news .center .newsnodes::-webkit-scrollbar {
  display: none;
}
#news .center .newsnodes li {
  width: 100%;
  height: 178px;
  padding-top: 28px;
  box-sizing: border-box;
  margin-right: 46px;
  border-bottom: 2px solid #cccccc;
}
#news .center .newsnodes li:hover {
  background: rgba(153, 153, 153, 0.08);
}
#news .center .newsnodes li a {
  display: block;
  width: 100%;
  height: 100%;
}
#news .center .newsnodes li a img {
  width: 230px;
  height: 130px;
  border: none;
  display: block;
  margin-right: 46px;
  object-fit: cover;
}
#news .center .newsnodes li a img,
#news .center .newsnodes li a >div {
  float: left;
}
#news .center .newsnodes li a >div {
  font-size: 18px;
  width: 418px;
  /*height: 0.42rem;*/
}
#news .center .newsnodes li a >div h3 {
  width: 100%;
  overflow: hidden;
  max-height: 25px;
  margin: 0;
  padding: 0;
  font-family: microsoftyahei-bold;
  color: #333333;
  line-height: 25px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#news .center .newsnodes li a >div .int {
  width: 100%;
  overflow: hidden;
  max-height: 50px;
  margin-top: 14px !important;
  margin: 0;
  padding: 0;
  font-family: microsoftyahei-bold;
  color: #333333;
  line-height: 25px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#news .center .newsnodes li a >div .time {
  margin-top: 20px;
  color: #999999;
}
#news .center .tips {
  height: 44px;
  margin-top: 24px;
  margin-bottom: 34px;
  background: #e6e6e6;
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 44px;
  cursor: pointer;
}
#news .center .tips span {
  -webkit-transform: rotatex(-90deg);
  -moz-transform: rotatex(-90deg);
  -o-transform: rotatex(-90deg);
  -ms-transform: rotatex(-90deg);
  transform: rotatex(-90deg);
}
#news .right {
  width: 270px;
}
#news{
  width: 1250px;
  margin: 0 auto;
}
h3 {
  font-style: normal!important;
  font-weight: 600;
}
a:hover {
  text-decoration: none!important;
}
.banner-bottom-left {
  padding-left: 0;
  padding-right: 0;
}
.banner-bottom-grids{
  margin: 0 0 2em 0;
}
.banner-left-grid {
  display: inline-block;
  float: none;
  width: 47%;
  vertical-align: top;
  padding: 0;
  position: relative;
}
.banner-left-grid h3{
  color:#444444;
  font-size:20px;
  font-style: italic;
  position:relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.banner-left-grid h3:after {
  content: '';
  background:  repeat 0px 0px;
  position: absolute;
  display: block;
  height: 10px;
  top: 35%;
  left: 35%;
  width: 65%;
}
.more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  width: auto;
  height: auto;
  font-size: 15px;
  cursor: pointer;
}
.banner-left-grid a img{
  width: 100%;
  margin: 15px 0;
}
.banner-left-grid h4{
  margin:0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-left-grid h4 a{
  width: 100%;
  color: #151515;
  font-size: 20px;
  font-weight: bold;
  text-decoration:none;
}
.banner-left-grid h4 a:hover{
  color:#e47600;
}
.banner-left-grid p.comments{
  color: #d7d7d7;
  font-size: 12px;
  margin: 1em 0;
}
.banner-left-grid p.comments a{
  color:#d7d7d7;
  text-decoration:none;
}
.banner-left-grid p.text{
  color: #555555;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}
.banner-left-grid p.comments a:hover{
  color:#555555;
}
.banner-left-grid ul li{
  list-style: none;
}
.blog-grids {
  border-bottom: 1px solid #f2f2f2;
}
.blog-grid-left{
  float:left;
  width:20%;
}
.blog-grid-left img{
  width:100%;
  padding: .2em;
  border: 1px solid #cbcbcb;
}
.blog-grid-right{
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
}
.blog-grid-right a{
  color: #151515;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration:none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}
.blog-grid-right a:hover{
  color:#e47600;
}
.blog-grid-right p.comments {
  color: #d7d7d7;
  font-size: 12px;
  margin:0;

  font-style: italic;
}
.post {
  margin: 1em 0 0 0;
  position: relative;
}
.post h3 {
  color: #444444;
  font-size: 20px;
  margin: 0;

  font-style: italic;
  position:relative;
}
.post h3:after {
  content: '';
  background:  repeat 0px 0px;
  position: absolute;
  display: block;
  height: 10px;
  width: 82%;
  top: 30%;
  left: 14%;
}
.post-grids {
  margin: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}
.post-left img{
  width: 100%;
  min-height: 100%;
  margin: 0;
}
.post-right h4 {
  margin: 0;
}
.post-right h4 a {
  color: #151515;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.post-right h4 a:hover {
  color: #e47600;
}
.post-right p.comments {
  color: #d7d7d7;
  font-size: 16px;
  margin: 1em 0;
}
.post-right p.comments a {
  color: #d7d7d7;
  text-decoration: none;
}
.post-rightp.comments a:hover{
  color: #555555;
}
.post-right p.text {
  height: 50px;
  color: #555555;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cardul {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.cardul li {
  width: 80px;
  height: 80px;
  display: inline-block;
  padding: 0;
  background-image: url(/uploads/image/iswximages/card.png);
  background-size: 100% 100%;
}
.cardul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-align: center;
  font-family: pictos;
  font-size: 40px;
  text-decoration: none;
}
.imgcenter, .imgcenter img {
  width: 100%;
  height: 300px;
  margin: 10px 0 40px;
}
.recent-posts {
  margin: 0 0 15px 0;
}
.recent-posts h3 {
  color: #444444;
  font-size: 20px;
  margin: 0;

  font-style: italic;
  position:relative;
}
.recent-posts h3:after {
  content: '';
  background:  repeat 0px 0px;
  position: absolute;
  display: block;
  height: 10px;
  top: 35%;
  left: 30%;
  width: 70%;
}
.zgjmbox {
  position: relative;
  width: auto;
  height: auto;
}
.zgjmbox > a {
  display: inline-block;
  width: 169px;
  height: 86px;
  position: absolute;
  top: 89px;
  left: 85px;
}
.zgjmbox > a img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.mjfl {
  width: 100%;
  height: 264px;
}
.mjfl li {
  width: 88px;
  height: 88px;
  float: left;
  display: inline-block;
  margin-right: -4px;
  padding: 0;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.mjfl li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 88px;
}
.mjfl li a p {
  color: #333333;
  font-size: 18px;
}
.recent-posts ul{
  margin: 16px 0 0 0;
  padding:0;
}
.recent-posts ul li a{
  color: #555555;
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.recent-posts ul li a:hover{
  color:#e47600;
}
.familycover {
  position: relative;
  display: block;
  width: 100%;
  height: 126px;
  object-fit: cover;
  margin: 0px auto;
  margin-bottom: 0;
  background: url(/uploads/image/iswixingshi/book_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.familycover1 {
  height: 170px;
}
.familycon {
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 14px;
  text-align: center;
  word-wrap: break-word;
  height: 60px;
  width: 18%;
  color: #93631c;
  line-height: 1.1;
}
.familycon1 {
  position: absolute;
  right: 15px;
  top: 21px;
  font-size: 17px;
  text-align: center;
  word-wrap: break-word;
  height: 60px;
  width: 18%;
  color: #93631c;
  line-height: 1.1;
}
.contentwrap {
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,0.6);
  /* background: antiquewhite; */
  position: absolute;
  left: 0;
  bottom: 0;
}

.zpul li > img {
  display: block;
  width: 142px;
  height: 194px;
  object-fit: cover;
  margin: 30px auto;
  margin-bottom: 0;
}
.zpul li .m {
  width: 100%;
  padding-top: 2px;
  /* padding-bottom: 7px; */
  box-sizing: border-box;
  font-family: microsoftyahei;
  color: #333;
  text-align: left;
}
.zpul li .m .bookname {
  height: 20px;
  line-height: 20px;
  padding-left: 12px;
  padding-right: 20px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  font-size: 14px;
  font-family: microsoftyahei;
  font-weight: 400;
  color: rgba(255,253,252,1);
  margin: 0;
}
.zpul li .m .viewtimes {
  margin-top: 5px;
  height: 13px;
  font-size: 12px;
  line-height: 13px;

}
.zpul li .m .viewtimes  .eye{
  width: 16px;
  height: 12px;
}
.zpul li .info {
  font-size: 14px;
  font-family: microsoftyahei;
  font-weight: 400;
  color: rgba(186,186,186,1);
  text-align: left;
  overflow: hidden;
  padding-left: 12px;
  box-sizing: border-box;
}

.zpul li .info span {
  width: 100%;
  height: 16px;
  line-height: 18px;
  display: inline-block;
  background-size: 13px 15px;
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
  display: flex;
}
.addressul {
  width: 100%;
  height: 50px;
  display: flex;
}
.addressul li {
  list-style: none;
  color: #333333;
  font-size: 18px;
  flex: 1;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.zpul, .zpul1 {
  width: 100%;
  height: 284px;
  margin-top: 20px;
  text-align: left;
}
.zpul li {
  width: 30%;
  height: 126px;
  text-align: center;
  float: left;
  margin-right: 3%;
  margin-bottom: 10px;
  box-sizing: border-box;
  cursor: pointer;
  /* float: left; */
  display: inline-block!important;
  background: #ffffff;
  /* border-radius: 4px; */
  /* box-shadow: 0.01rem 0 0.16rem rgba(53, 25, 22, 0.76); */
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.zpul1 li {
  width: 18%;
  height: 170px;
}
.zpul li a {
  width: 100%;
}
.info_img{
  width: 13px;
  height: 15px;
  float: left;
  /*margin-left: 10px;*/
}
.addressbox{
  width: 108px;
  text-align: left;
}
.addressspan{
  width: 78px!important;
  float: left;
  margin-left: 6px;
}
.addressspan1 {
  width: 70%!important;
}
.con5ul {
  width: 100%;
  height: 250px;
  margin-top: 20px;
  text-align: left;
}
.con5ul li {
  height: 110px;
  box-sizing: border-box;
  background-image: url(/uploads/image/iswixingshi/li1.png);
  background-size: 100% 100%;
}
.con5litop {
  height: 44%;
}
.con5litop p {
  width: 65px;
  height: 65px;
  background-image: url(/uploads/image/iswixingshi/quan.png);
  background-size: 100% 100%;
  line-height: 65px;
  text-align: center;
  font-family: pictos;
  display: inline-block;
  font-size: 25px;
  color: #f5f1dc;
  margin-top: 8px;
  cursor: pointer;
}
.con5lifoot {
  width: 100%;
  height: 56%;
  display: flex;
  flex-direction: column;
  padding-top: 7px;
  box-sizing: content-box;
}
.con5lifoot p {
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #141313;
  flex: 1;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
}
.advertisement {
  margin: 0 0 2em 0;
  display: none;
}

.advertisement h3 {
  color: #444444;
  font-size: 18px;
  margin: 0;

  font-style: italic;
  position:relative;
}
.advertisement h3:after {
  content: '';
  background:  repeat 0px 0px;
  position: absolute;
  display: block;
  height: 10px;
  top: 35%;
  left: 35%;
  width: 65%;
}
.advertisement div{
  color: #666666;
  margin: 2em 0 0 0;
  font-size: 13px;
  border: 1px solid #cbcbcb;
  text-align: center;
  padding: 1em;
}
.advertisement div img {
  width: 100%;
  height: 100%;
}
.hotnews {
  width: 100%;
  height: auto;
  margin-top: 16px;
}
.hot-ct {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.hotnews li {
  border-bottom: 1px dashed rgb(204, 204, 204);
  height: 50px;
  display: flex;
  align-items: center;
}
.hot-ct li {
  width: 33%;
  height: auto;
  border: none;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.hot-ct li a {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 6px;
  color: #333;
  display: inline-flex;
  margin-right: 20px;
  align-items: center;
  /* justify-content: center; */
  max-width: 100%;
}
.hot-ct li a:hover, .hot-ct li a:focus {
   color: rgb(51 51 51);
  text-decoration: none;
}
.hot-ct .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #b20b30;
  margin-right: 4px;
}
.hot-ct .text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-left {
  height: 125px;
  overflow: hidden;
}
.post-left a {
  width: 100%;
  height: 100%;
}
.home-bottom {
  position: relative;
  color: #fefefe;
  display: block;
  width: 100%;
  height: 400px;
  background: #4d4d4d;
  box-sizing: border-box;
  padding-top: 45px;
  font-size: 14px;
}
.home-bottom-box{
  width: 1250px;
  height: 100%;
  margin: 0 auto;
}
.foot_bottom{
  width: 100%;
  height:80px;
  background:rgba(255,255,255,1);
}
.foot_bottom_all{
  width: 1250px;
  margin: 0 auto;
}
.foot_bottom_ctc{
  width: 1250px;
  height:80px;
  line-height: 80px;
  font-size:14px;
  color:rgba(102,102,102,1);
  text-align: center;
}
 .home-bottom .title {
  font-size: 16px;
}
 .home-bottom .b1,
 .home-bottom .b2,
 .home-bottom .b3,
 .home-bottom .b4 {
  float: left;
}
 .home-bottom .b1 .title,
 .home-bottom .b2 .title,
 .home-bottom .b3 .title,
 .home-bottom .b4 .title {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 26px;
}
 .home-bottom .b1 {
  width: 440px;
  margin-right: 42px;
  margin-bottom: 24px;
}
 .home-bottom .b1 .graph {
  line-height: 25px;
  color:rgba(153,153,153,1)
}
 .home-bottom .b1 .graph:hover{
  color:white;
}
 .home-bottom .b2 {
  margin-right: 96px;
}
 .home-bottom .b2 ul {
  width: 100%;
}
 .home-bottom .b2 ul li {
  margin-top: 20px;
}
 .home-bottom .b2 ul li a {
  display: block;
  width: 100%;
  color:rgba(153,153,153,1);
}
 .home-bottom .b2 ul li a:hover{
  color: white;
}
 .home-bottom .b3 {
  width: 325px;
  margin-right: 62px;
}
 .home-bottom .b3 ul {
  width: 100%;
  height: 273px;
  overflow: hidden;
}
 .home-bottom .b3 ul li {
  width: 158px;
  height: 60px;
  float: left;
  margin-right: 9px;
  margin-bottom: 11px;
  background: #fff;
}
 .home-bottom .b3 ul li:nth-of-type(even) {
  margin-right: 0;
}
 .home-bottom .b3 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
 .home-bottom .b4 {
  width: 216px;
  position: relative;
}
 .home-bottom .b4 #app_download_ewm {
  background: #fff;
  position: relative;
  width: 216px;
  height: 216px;
  padding: 16px;
  box-sizing: border-box;
}
 .home-bottom .b4 #app_download_ewm img {
  display: block;
  width: 180px;
  height: 180px;
}
 .home-bottom .b4 .download-text {
  font-size: 14px;
  margin-top: 15px;
  text-indent: 80px;
}