@charset "UTF-8";

/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: '宋体', 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a,
img {
  -webkit-touch-callout: none;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

li,
ol,
ul {
  list-style: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}


/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/

.main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.main .swiper-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body {
  background: #fff;
  overflow: hidden;
  height: 100%;
}

.loading-wrap {
  z-index: 999;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  font-size: 24px;
  background: url(../images/fm1.jpg) top center no-repeat;
}

.loading-wrap .loading-text-wrap {
  margin-top: 63%;
}

.loading-wrap .loading-img {
  width: 40%;
  max-width: 200px;
}

.loading-wrap .loading-tip {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-size: 28px;
}

b.p1_jiao {
  position: absolute;
  width: 25px;
  height: 46px;
  background: url(../images/jiao.png) no-repeat;
  background-size: cover;
  right: 35px;
  top: 50%;
  margin-top: -23px;
  opacity: 0.8;
  z-index: 111;
}

.hidden {
  display: none;
}

.main {
  width: 750px;
  height: 1508px;
  background: #fff;
}

.main .swiper-box {
  width: 100%;
  height: 100%;
  background: #fff;
}

.main .swiper {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.main .slide-info {
  width: 100%;
  height: 100%;
}

.main .page {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main .swiper-container .page-home {
  background: url(../images/fm1.jpg) no-repeat center top;
  background-size: 100%;
}
.main .swiper-container .swiper-slide.fm {
  background: url(../images/fm1.jpg) no-repeat center top;
  background-size: 100%;
}
.main .swiper-container .swiper-slide.reci {
  background: url(../images/fm2.jpg) center top no-repeat;
}

.main .swiper-container .swiper-slide.shiyun {
  background: url(../images/fm3.jpg) center top no-repeat;
}

.main .swiper-container .swiper-slide.shudu {
  background: url(../images/fm4.jpg) center top no-repeat;
}

.main .swiper-container .swiper-slide.sudi {
  background: url(../images/fm5.jpg) center top no-repeat;
}

.main .swiper-container .swiper-slide.fengcai {
  background: url(../images/fm5.jpg) center top no-repeat;
}

.reci .inner,
.shiyun .inner,
.sudi .inner,
.shudu .inner,
.fengcai .inner  {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border-top-left-radius: 13px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 0;
  padding: 40px 30px 80px 30px;
  box-shadow: 2px 8px 14px #b7d5ef;
  margin-bottom: 60px;
  width: 610px;
  height: 1230px;
  margin: 15% auto;
}

.reci .inner .tit,
.shiyun .inner .tit,
.shudu .inner .tit,
.sudi .inner .tit,
.fengcai .inner .tit {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

.reci .inner .list-reci {
  width: 540px;
  padding: 0;
  margin: 100px auto;
  box-shadow: 0;
}

.reci .inner .list-reci li {
  float: left;
  width: 250px;
  height: 88px;
  margin-right: 40px;
  margin-top: 40px;
}

.reci .inner .list-reci li:nth-child(2n) {
  margin-right: 0;
}

.reci .inner .list-reci li img {
  width: 250px;
  height: 88px;
}

/*诗韵*/
.swiper-container-shiyun {
  position: relative;
  width: 420px;
  height: 954px;
  margin-top: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.swiper-container-shiyun .swiper-slide {
  position: relative;
  width: 420px;
  height: 954px;
  text-align: center;
}

.swiper-container-shiyun .swiper-slide img {
  width: 420px;
  height: 954px;
  background: #1e7ec8;
}


/*数读 shudu*/
.shudu .inner .videobox {
  width: 440px;
  height: 250px;
  margin: 200px auto;
}
.videobox {
    position: relative;
    width: 440px;
    height: 250px;
    overflow: hidden;
}

.videobox .swiper-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px!important;
    height: 250px!important;
    z-index: 10;
}

/*速递 sudi*/
.sudi .inner .box {
  width: 540px;
  margin-top: 50px;
  overflow: hidden;
}
.sudi .inner .box .imgbox {
  width: 540px;
  height: 305px;
  position: relative;
}
.sudi .inner .box .imgbox img {
  width: 540px;
  height: 305px;
  background: #1c81c7;
}
.sudi .inner .box .imgbox p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 540px;
  font-size: 24px;
  line-height: 60px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-align: justify;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.sudi .inner .box .newsbox {
  margin-top: 30px;
  width: 540px;
}
.sudi .inner .box .newsbox .info {
  width: 540px;
  padding-bottom: 30px;
  border-bottom: 1px solid #1c81c7;
}
.sudi .inner .box .newsbox .info h3 {
  font-size: 30px;
  text-align: jsustify;
  line-height: 60px;
  color: #1c81c7;
  font-weight: bold;
  overflow: hidden;           /* 隐藏溢出 */
  text-overflow: ellipsis;    /* 省略号 */
  display: -webkit-box;       /* 弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  -webkit-line-clamp: 2;      /* 限制显示行数 */
}
.sudi .inner .box .newsbox .info p {
  font-size: 22px;
  line-height: 40px;
  color: #1c81c7;
  text-indent: 2em;
  text-align: justify;
  overflow: hidden;           /* 隐藏溢出 */
  text-overflow: ellipsis;    /* 省略号 */
  display: -webkit-box;       /* 弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  -webkit-line-clamp: 2;      /* 限制显示行数 */
}
.sudi .inner .box .newsbox .news {
  width: 540px;
  margin-top: 30px;
  height: 350px;
  overflow-y: scroll;
}
.sudi .inner .box .newsbox .news li {
  position: relative;
  font-size: 24px;
  text-align: left;
  line-height: 50px;
  color: #1c81c7;
  padding-left: 40px;
}

.sudi .inner .box .newsbox .news li:before {
  position: absolute;
  content: "·";
  display: block;
  left: 0;
  top: 2px;
  font-size: 42px;
  font-weight: bold;
  color: #1c81c7;
  margin-right: 40px;
}

/*风采fengcai*/
.swiper-container-fengcai {
  position: relative;
  width: 540px;
  height: 840px;
  overflow: hidden;
  margin-top: 80px;
}

.swiper-container-fengcai .swiper-slide {
  position: relative;
  width: 540px;
  height: 420px;
  overflow: hidden;
}

.swiper-container-fengcai .swiper-slide img {
  width: 540px;
  height: 420px;
  background: #1e7ec8
}

.swiper-container-fengcai .swiper-slide .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 540px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  background: rgba(32, 101, 194, 0.5);
  color: #fff
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}


