/* clear float */
.cf {
  zoom: 1;
}
.cf::after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* 圆角  */
/*单行载断溢出省略号*/
/*阴影*/
article,
aside,
audio,
blockquote,
body,
button,
canvas,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
legend,
li,
main,
nav,
ol,
p,
pre,
section,
summary,
td,
textarea,
th,
ul,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
  visibility: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: 400;
}
address,
cite,
em,
q {
  font-weight: 400;
  font-style: normal;
}
address {
  display: inline;
}
big,
small {
  font-size: 12px;
}
body {
  font: 16px/1.5 "PinFang SC", "Microsoft Yahei", Microsoft Yahei, "Hiragino Sans GB", sans-serif, icomoon !important;
  vertical-align: middle;
  color: #3d3737;
  background: #fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}
img {
  border: 0;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
li {
  list-style: none;
}
i {
  font-style: normal;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
}
strong {
  font-weight: 700;
}
dfn {
  padding-right: 2px;
  text-decoration: none;
  font-family: Arial;
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
  font-weight: 400;
}
fieldset,
legend {
  border: 0;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button,
input,
select,
select optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  vertical-align: middle;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
  background-color: transparent;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: inherit;
  text-decoration: none;
  outline-style: none;
  cursor: pointer;
}
a:link {
  text-decoration: none;
  cursor: pointer;
}
input,
select {
  vertical-align: middle;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  color: #333;
  outline: 0;
}
input[type=text]:disabled {
  background-color: #EDEDEE !important;
  color: #666;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 4px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #33b0c4;
  color: #fff;
}
input::-webkit-input-placeholder {
  color: #bbb;
  text-transform: uppercase;
}
input::-moz-placeholder {
  color: #bbb;
  text-transform: uppercase;
}
input:-moz-placeholder {
  color: #bbb;
  text-transform: uppercase;
}
input:-ms-input-placeholder {
  color: #bbb;
  text-transform: uppercase;
}
textarea {
  resize: none;
}
button:focus,
input[type=button]:focus,
textarea:focus {
  outline: 0;
}
button,
input[type=button] {
  border: none;
}
input {
  border: none;
  background-color: transparent;
}
.wrapper {
  width: 94%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.index-title {
  line-height: 1.667;
}
.index-title > strong {
  font-size: 36px;
  font-weight: 600;
  border-right: solid 2px #3d3738;
  padding-right: 1.4em;
  margin-right: 1.4em;
  display: inline-block;
}
@media (max-width: 768px) {
  .index-title > strong {
    font-size: 28px;
  }
}
.pages-box {
  padding: 40px 0;
  font-size: 16px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.pages-box .pagesword {
  margin-right: 13px;
}
.pages-box .page {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.pages-box .page a,
.pages-box .page span {
  min-width: 34px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  padding: 0 6px;
  margin: 0 5px;
  color: inherit;
  box-sizing: border-box;
  border-radius: 4px;
}
.pages-box .page a {
  background-color: #eee;
}
.pages-box .page a:hover,
.pages-box .page a.selected {
  background-color: #a6ebbb;
}
.pages-box .page .prev,
.pages-box .page .next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.pages-box .page .prev {
  background-image: url(../images/icon-l.png);
}
.pages-box .page .next {
  background-image: url(../images/icon-r.png);
}
@media (max-width: 768px) {
  .pages-box {
    padding: 20px 0;
  }
  .pages-box .pagesword {
    display: none;
  }
}
.pages-box.s-r {
  justify-content: flex-end;
  padding: 20px 0;
}
.pages-box.s-r .page {
  margin-right: 2em;
}
.pages-box.s-r .page a,
.pages-box.s-r .page span {
  min-width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
}
.crumbs-box {
  color: #000;
  padding: 25px 0;
  margin: 0 auto;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.crumbs-box > li > a {
  color: inherit;
}
.crumbs-box > li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-right: solid 1px #3d3738;
  border-top: solid 1px #3d3738;
  -moz-transform: rotate(45deg);
  /* Firefox 4 */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  transform: rotate(45deg);
  margin-left: 5px;
  margin-right: 10px;
}
.crumbs-box > li:last-child:after {
  display: none;
}
.header {
  position: relative;
  z-index: 100;
}
.header .wrapper {
  padding-left: 2.1%;
  padding-right: 2.1%;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.header .wrapper .logo {
  height: 39px;
}
.header .wrapper .r {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.header .wrapper .r .search-box {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.header .wrapper .r .search-box > input[type=text] {
  padding-left: 0.6em;
  padding-right: 0.6em;
  border: solid 1px #abd3b5;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
}
.header .wrapper .r .search-box > button {
  background: #abddb1 url(../img/icon-search-w.png) center no-repeat;
  line-height: 200px;
  overflow: hidden;
  border: solid 1px #7db281;
  border-radius: 0 4px 4px 0;
}
.header .wrapper .r .login-box {
  margin-left: 1em;
}
.header .wrapper .r .login-box a {
  margin-left: 1em;
}
.header .wrapper .r .user-box {
  border-radius: 50%;
  background-color: #f7f8f9;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
}
.header .wrapper .r .user-box .hover-box {
  display: none;
  position: absolute;
  right: 0;
  top: 99%;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 10px 0 10px;
  width: 8em;
  font-size: 14px;
  text-align: center;
}
.header .wrapper .r .user-box .hover-box li {
  margin-top: 1em;
  cursor: pointer;
}
.header .wrapper .r .user-box .hover-box li a {
  display: block;
}
.header .wrapper .r .user-box .hover-box li:hover {
  font-weight: 600;
}
.header .wrapper .r .user-box:hover .hover-box {
  display: block;
}
@media (min-width: 660px) {
  .header .wrapper {
    height: 65px;
  }
  .header .wrapper .r .search-box > input[type=text] {
    width: 220px;
    height: 40px;
    line-height: 38px;
  }
  .header .wrapper .r .search-box > button {
    width: 40px;
    height: 40px;
    background-size: 25px auto;
  }
  .header .wrapper .r .user-box {
    margin-left: 20px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 659px) {
  .header .wrapper .r .search-box > input[type=text] {
    width: 90px;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
  }
  .header .wrapper .r .search-box > button {
    width: 30px;
    height: 30px;
    background-size: 20px auto;
  }
  .header .wrapper .r .user-box {
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }
}
.nav-box {
  background-color: #3d3738;
  position: relative;
  z-index: 99;
}
.nav-box .wrapper {
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-box .wrapper a {
  display: block;
}
.nav-box .wrapper > li {
  position: relative;
  text-align: center;
}
.nav-box .wrapper > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 25%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 37.5%;
}
.nav-box .wrapper > li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 25%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 37.5%;
}
.nav-box .wrapper > li:hover,
.nav-box .wrapper > li.on {
  background-color: #83b5a1;
}
.nav-box .wrapper > li:hover .nav-in-box,
.nav-box .wrapper > li.on .nav-in-box {
  display: block;
}
.nav-box .wrapper > li .nav-in-box {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 0 2em 1em 1.8em;
  left: 50%;
  text-align: left;
}
.nav-box .wrapper > li .nav-in-box::before {
  content: "";
  display: block;
  width: 5em;
  height: 4px;
  background-color: #8fd3a8;
  margin: 0 auto 8px;
}
.nav-box .wrapper > li .nav-in-box > a {
  background-color: #fff;
  border-bottom: solid 1px #8fd3a8;
  padding-left: 0.2em;
  position: relative;
}
.nav-box .wrapper > li .nav-in-box > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 4px;
  position: absolute;
  right: 0.2em;
  top: 50%;
  margin-top: -4px;
}
.nav-box .wrapper > li .nav-in-box > a:last-child {
  border-bottom: none;
}
.nav-box .wrapper > li .nav-in-box > a:hover {
  background-color: #eacee7;
  color: #fff;
  border-bottom-color: #eacee7;
}
@media (min-width: 660px) {
  .nav-box .wrapper {
    font-size: 14px;
  }
  .nav-box .wrapper > li > a {
    padding-left: 3em;
    padding-right: 3em;
  }
  .nav-box .wrapper > li .nav-in-box {
    margin-left: -6.5em;
    width: 9em;
  }
}
@media (max-width: 659px) {
  .nav-box .wrapper {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .nav-box .wrapper > li {
    flex: 1;
    font-size: 12px;
  }
  .nav-box .wrapper > li .nav-in-box {
    margin-left: -5.3em;
    width: 6.6em;
  }
}
.footer {
  background-color: #3d3738;
  color: #fff;
}
.footer .top .l {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .top .l .logo-box {
  height: 54px;
}
.footer .top .l dl {
  min-width: 5em;
  text-align: center;
}
.footer .top .l dl > dt {
  font-weight: 600;
}
.footer .top .l dl > dd {
  line-height: 2em;
}
.footer .top .r > h3 {
  font-weight: 600;
}
.footer .top .r > ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
}
.footer .top .r > ul > li {
  margin-right: 30px;
  width: 30px;
  height: 30px;
}
.footer .top .r > ul > li:last-child {
  margin-right: 0;
}
.footer .copy {
  text-align: center;
}
@media (min-width: 1200px) {
  .footer .top .l {
    width: 52%;
  }
  .footer .top .r {
    width: 30%;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .footer .top .l {
    width: 65%;
  }
  .footer .top .r {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 16px;
  }
  .footer .top {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .footer .top .l {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .footer .top .l dl > dt {
    margin-bottom: 40px;
  }
  .footer .top .r > ul {
    padding-top: 40px;
  }
  .footer .copy {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .top .l {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .footer .top .l .logo-box {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .top .l dl {
    width: 40%;
  }
  .footer .top .l dl > dt {
    margin-bottom: 15px;
  }
  .footer .top .l dl > dd {
    line-height: 1.6;
  }
  .footer .top .r {
    margin-top: 20px;
  }
  .footer .top .r > h3 {
    text-align: center;
  }
  .footer .top .r > ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding-top: 15px;
  }
  .footer .top .r > ul > li {
    margin-right: 20px;
  }
  .footer .copy {
    margin-top: 20px;
  }
}
.pop-layer {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.pop-layer.show {
  display: block;
}
.pop-layer .pop-closeX {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img/icon-x.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
}
.pop-layer .message-pop,
.pop-layer .pop-base {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
  border-radius: 8px;
  -moz-transform: translate(-50%, -50%);
  /* Firefox 4 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.pop-layer .message-pop .pop-title,
.pop-layer .pop-base .pop-title {
  height: 40px;
  line-height: 40px;
  background-color: #313131;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.pop-layer .message-pop .pop-main,
.pop-layer .pop-base .pop-main {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  min-height: 82px;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}
.pop-layer .message-pop .pop-btm,
.pop-layer .pop-base .pop-btm {
  text-align: center;
}
.pop-layer .message-pop .btn-ok,
.pop-layer .pop-base .btn-ok {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  height: 40px;
  line-height: 40px;
  background: #a9eabd;
  border-radius: 25px;
  margin: 10px auto;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 5px;
}
.pop-layer .message-pop {
  width: 350px;
}
