* {
    margin: 0px;
    padding: 0px;
    outline: none;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    font-size: 24px;
    color: #000;
    overflow-x: hidden;
}

a {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.clear{ clear:both}

.container {
  position: relative;
    /*width: 1200px;*/
    margin: 0px auto;
}
.header-content{
  width: 100%;
  height: 120px;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
}
.h-logo {
  margin-left: 15%;
  width: 172px;
  height: 85px;
  background: url(../images/zhengwen/logo.png) left bottom no-repeat;
}
.h-title-img {
  width: 442px;
  height: 104px;
  background: url(../images/zhengwen/text-img-xing3.png) no-repeat;
}
.h-nav{
  float: left;
  padding-right: 15%;
}
.h-nav a{
  color: #282828;
  display: block;
  float: left;
  margin-left: 30px;
  position: relative;
  padding-left: 30px;
  font-size: 23px;
}
.h-nav a:before{
  content: "";
  position: absolute;
  width: 27px;
  height: 25px;
  top: 5px;
  left: 0px;
  background-repeat: no-repeat;
}
.h-nav a:hover{
  color: #fa7298;
}
.h-nav a:hover:after{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  right: 0px;
  height: 2px;
  background-color: #fa7298;
}
.h-nav a.h-nav1:before{
  background-image: url(../images/zhengwen/icon-nav1.png);
}
.h-nav a.h-nav2:before{
  background-image: url(../images/zhengwen/icon-nav2.png);
}
.h-nav a.h-nav1:hover:before{
  background-image: url(../images/zhengwen/icon-nav1-hover.png);
}
.h-nav a.h-nav2:hover:before{
  background-image: url(../images/zhengwen/icon-nav2-hover.png);
}
.header,.section{
  /*min-width: 1300px;*/
  position: relative;
}
.section:after{
  background-repeat: no-repeat;
}
.nav{
  height: 800px;
  z-index: 2;
  background-color: #feb8b8;
}
.pre{
  height: 1020px;
  background-color: #3e454d;
  text-align: center;
  color: #fff;
}
.claim{
  height: 1390px;
  background-color: #ffe3bb;
  color: #28292b;
  z-index: 1;
}
.way{
  height: 850px;
  background-color: #6399a3;
  color: #fff;
  z-index: 0;
}
.award{
  height: 1850px;
  background-color: #f0868d;
  color: #fff;
  z-index: -1
}
.works{
  background-color: #f5e0d6;
}

.nav-menu{
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  justify-content: center;
  padding-top: 20px;
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav-menu a{
  color: #fff;
  width: 144px;
  height: 83px;
  line-height: 110px;
  text-align: center;
  margin-left: 100px;
  position: relative;
  display: block;
}
.nav-menu .current a{
  color: #333333;
  background-image: url(../images/zhengwen/yun.png);
}
.nav-menu a:before{
  content: "";
  position: absolute;
  display: block;
  top: 66%;
  left: -56px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.nav-menu .current a:before{
  display: none;
}
.nm-left,
.nm-right{
  float: left;
}
.nm-left{
  margin-right: 80px;
}
.nav-middle{
  padding-top: 100px;
  margin: 0 auto;
  width: 1100px;
}
.nav-middle:after {
  display: table;
  content: '';
  clear: both;
}
.nav-bottom {
  width: 100%;
  height: 112px;
  background: url(../images/zhengwen/nav-bottom.png) center center no-repeat;
  background-size: 100%;
}
.nmr-btn{
  float: left;
  margin-right: 40px;
}
.code{
  float:left;
}
.nmr-btn a{
  display: block;
  width: 283px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.nmr-btn .btn-ios{
  background-color: #fb809e;
  border-radius: 60px;
  margin-bottom: 40px;
}
.nmr-btn .btn-ios-gray{
  background-color: #dcc6cb;
  border-radius: 60px;
  margin-bottom: 40px;
}
.nmr-btn .btn-and{
  background-color: #cdb9ff;
  border-radius: 60px;
}
.nmr-top{
  margin-top: 30px;
  /*margin-bottom: 60px;*/
  margin-left: 40px;
}
.yun{
  width: 144px;
  height: 83px;
  margin: 0px auto;
  line-height: 110px;
  text-align: center;
  position: relative;
}
.yun:after,.yun:before{
  content: "";
  position: absolute;
  display: block;
  top: 66%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.yun-pre{
  color: #333333;
  background-image: url(../images/zhengwen/yun-pre.png);
}
.yun-claim{
  color: #fdf7d5;
  background-image: url(../images/zhengwen/yun-claim.png);
}
.yun-way{
  color: #fff;
  background-image: url(../images/zhengwen/yun-way.png);
}
.yun-award{
  color: #f0868d;
  background-image: url(../images/zhengwen/yun-pre.png);
}
.yun-works{
  color: #fff;
  background-image: url(../images/zhengwen/yun-works.png);
}
.yun-pre:after,.yun-pre:before{
  background-color: #fdf7d5;
}
.yun-claim:after,.yun-claim:before{
  background-color: #6399a3;
}
.yun-way:after,.yun-way:before{
  background-color: #3e454d;
}
.yun-award:after,.yun-award:before{
  background-color: #f5e0d6;
}
.yun-works:after,.yun-works:before{
  background-color: #f0868d;
}
.yun:after{
  left: -40px;
}
.yun:before{
  right: -40px;
}
.text{
  letter-spacing: 3px;
  line-height: 60px;
}
.text p{
  font-size: 18px;
}
.section em{
  font-style: normal;
  font-size: 36px;
}
.pre em{
  color: #feb8b8;
}
.claim em{
  color: #fa7298;
}
.s-top{
  padding: 80px 0px 60px;
}
blockquote p{
  margin-left: -180px;
}
blockquote footer{
  margin-left: 320px;
  margin-bottom: 40px;
}
.apost{
  width: 6px;
  height: 6px;
  margin: 50px auto 100px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.apost:after,.apost:before{
  content: "";
  position: absolute;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.apost:before{
  top: -20px;
}
.apost:after{
  bottom: -20px;
}
.btn{
  display: block;
  width: 232px;
  margin: 0px auto;
  height: 73px;
  line-height: 73px;
  background-color: #fff;
  font-size: 30px;
  border-radius: 60px;
  position: relative;
  text-align: center;
}
.btn:before{
  content: "";
  position: absolute;
  width: 220px;
  height: 63px;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  margin-top: -32px;
  border-radius: 60px;
  border: 1px solid transparent;
}
.pre .btn{
  color: #3e454d;
}
.pre .btn:before{
  border-color: #71777c;
}
.claim .text,
.way .text{
  padding-left: 140px;
  margin-bottom: 30px;
}
.date-img {
  margin-left: -213px;
}
.date-text {
  display: none;
}
.way .text p span{
  display: block;
  padding-left: 80px;
}
.way .btn{
  color: #6399a3;
  margin: 0px 50px;
}
.way .btn:before{
  border-color: #6399a3;
}
.way-bottom{
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  justify-content: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 80px;
}
.circle{
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.circle:after,
.circle:before{
  content: "";
  position: absolute;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
}
.circle:after{
  width: 14px;
  height: 14px;
  right: 0px;
  margin-top: -7px;
  margin-right: -28px;
}
.circle:before{
  left: 0px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -20px;
}
.al-item{
  width: 48%;
  margin: 1%;
  height: 355px;
  border: 2px dashed #fff;
  float: left;
  /*margin-left: 40px;
  margin-bottom: 30px;*/
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  justify-content: center;
  padding-top: 45px;
}
.a-list{
  float: left;
  width: 100%;
  padding: 1%;
}
.al-item .ali-left{
  margin-right: 75px;
  text-align: center;
}
.al-item .ali-left p{
  font-size: 18px;
}
.al-item .ali-left .grade{
  font-size: 24px;
  margin: 25px 0px 10px;
}
.al-item .ali-right .count{
  font-size: 36px;
}
.al-item .ali-right p{
  font-size: 18px;
}
.al-item .ali-right p{
  line-height: 50px;
}
.a-bottom {
  clear: both;
  width: 96%;
  height: 445px;
  margin: 0px 2%;
  border: 3px dashed #fff;
  padding: 50px 20px 10px 40px;
}
.a-bottom .text{
  padding-left: 70px;
  padding-bottom: 10px;
  line-height: 60px;
}
.wli-pic{
  /*background-color: #fff;*/
  background-size:100%;
  background-image: url(../images/zhengwen/default.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 202px;
  height: 269px;
  border-radius: 5px;
  border: 15px solid #dcdcdc;
  text-align: center;
  color: #a6a5a5;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.wli-text{
  width: 202px;
  overflow: hidden;
  height: 100px;
}
.works-list {
  margin: 0px -23px;
}
.works-list::after {
  display: table;
  content: '';
  clear: both;
}
.J_BookList{
  height: 600px;
}
.wli-pic img{
  /*margin-top: 25px;*/
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
}
.wli-text p{
  color: #1a1919;
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
}
.wli-text p:first-child{
  font-size: 20px;
}
.wl-item{
  float: left;
  margin: 0px 23px 30px;
}
.works{
  float: left;
  width: 100%;
}
.page{
  padding: 60px 0px 120px;
}
.page li {
  display: inline-block;
}
.page a{
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #938680;
  border-radius: 50%;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-left: 15px;
}
.prev a,.next a{
  width: 58px !important;
  height: 31px !important;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px !important;
}
.page a:after,.page a:after{
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  border: 1px solid #312d2b;
  border-radius: 50%;
}
.prev a:after,.next a:after{
  width: 50px !important;
  height: 25px !important;
  border-radius: 30px !important;
  margin-left: -25px !important;
}
.page .selected a,
.page a:hover{
  background-color: #ff3962;
  color: #fff;
  border-color: #ff3962;
  box-shadow: 0px 5px 5px #f7c1c0;
}
.page .selected a:after,
.page a:hover:after{
  border-color: #fff;
}
.prev{
  /*background-image: url(../images/zhengwen/prev.png);*/
}
.next{
  /*background-image: url(../images/zhengwen/next.png);*/
}
.page-search{
  float: right;
  margin-left: 40px;
}
.page{
  font-size: 14px;
  position: relative;
  left: 50%;
  top: 0px;
  float: left;
  transform: translateX(-50%);
}
.page-search .go{
  float: right;
}
.page-search input{
  width: 58px;
  height: 31px;
  border: 1px solid #ddcac1;
  border-radius: 30px;
  background-color: #f4e7e1;
  text-align: center;
}
.ml{
  margin-left: 80px !important;
}
.footer{
  background-color: #3e454d;
  color: #d2d3d4;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding: 35px 0px;
  float: left;
  width: 100%;
}
.footer span{
  color: #d2d3d4;
}
.kind-item{
  border: 3px dashed #6399a3;
  color: #212121;
  line-height: 0.75rem;
  padding: 0.55rem 0.75rem;
  margin-top: 0.5rem;
}
.kind-item h2{
  font-size: 0.4rem;
  font-weight: normal;
}
.kind-item p{
  font-size: 0.3rem;
}
.marb{
  margin-bottom: 60px;
}
.marl{
  margin-left: 72px;
}
.kind-item span{
  display: inline-block;
  width: 150px;
}
.kind{
  padding-bottom: 120px;
}
.scrollNav{
  position: fixed;
  width: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #feb8b8;
  padding-bottom: 20px;
}
.modal{
  background-color: #feb8b8;
  width: 369px;
  height: 580px;
  float: left;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 50px 0px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -184px;
  margin-top: -290px;
  z-index: 1000;
  display: none;
}
.m-text{
  margin-bottom: 10px;
}
.m-code{
  margin-top: 50px;
}
@media screen and (max-device-width: 1200px) {
  .h-logo {
    width: 140px;
    height: 64px;
    background: url(../images/zhengwen/logo-s.png) center bottom no-repeat;
  }
  .h-title-img {
    width: 200px;
    height: 82px;
    background: url(../images/zhengwen/text-img-xing-s3.png) 10px bottom no-repeat;
  }
  .nav{
    height: 700px;
  }
  .nav-menu {
    width: 100%;
  }
  .nav-menu li {
    width: 20%;
  }
  .nav-menu a {
    margin-left: 10px;
    width: auto;
  }
  .nav-menu a::before {
    display: none;
  }
  .nav-menu .current a {
    background: url(../images/zhengwen/yun.png) center 60% no-repeat;
    background-size: 100%
  }
  /*.scrollNav {
    display: none;
  }*/
  .scrollNav .current a {
    background-size: auto 100%;
  }
  .nav-middle {
    margin-left: 0;
    margin-bottom: 60px;
    width: 100%;
  }
  .nm-left {
    width: 50%;
    margin-right: 2%;
    padding: 10px;
  }
  .nm-right {
    width: 48%;
    position: relative;
  }
  .nmr-top {
    margin: -50px 0 10px 50px;
    /*text-align: center;*/
  }
  .nmr-top img {
    width: 50%;
    margin-bottom: 20px;
  }
  .nm-left img, .al-item .ali-left img {
    width: 100%;
  }
  .code {
    width: 140px;
    position: absolute;
    top: 140px;
    left: 60px
  }
  .nmr-btn {
    margin-top: 20px;
  }
  .nav-bottom {
    background-size: 130%;
  }
  .claim .text, .way .text {
    padding: 20px 30px 20px 60px;
  }
  .way .text p span {
    padding-left: 40px;
  }
  .s-title {
    padding-left: 20px;
  }
  .date-img {
    display: none;
  }
  .date-text {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #f0868d;
    line-height: 48px;
  }
  .date-text .time {
    color: #6399a3;
  }
  .text {
    line-height: 56px;
  }
  .al-item {
    padding-top: 25px;
    height: 300px;
  }
  .al-item .ali-left {
    width: 40%;
    margin-right: 20px;
  }
  .al-item .ali-left p {
    font-size: 16px;
  }
  .al-item .ali-right .count {
    font-size: 28px;
  }

  .a-bottom {
    padding: 40px 15px 10px 30px;
  }
  .a-bottom .text{
    padding-left: 60px;
    padding-bottom: 10px;
    line-height: 50px;
  }

  .works-list {
    margin: 0px;
  }
}
