@charset "utf-8";
/* CSS Document */
body {
  min-width: 1200px;
  font-size: 16px;
  overflow-y: scroll;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1366px) {
  body {
    font-size: 14px;
  }
}
a:hover,
a:focus {
  text-decoration: none;
  color: #fc4f00;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  outline: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
  list-style: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
ul:focus,
li:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active,
ul:active,
li:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.global-inner {
  width: 86%;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 5;
}
.global-inner:before,
.global-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 1366px) {
  .global-inner {
    width: 1100px;
  }
}
.w1000 {
  width: 1000px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}
.row {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.en {
  font-family: Arial;
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mCSB_scrollTools {
  width: 3px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #b2b2b2;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
/**** pop ****/
.pop-box {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1050;
  background: url(../images/black.6.png);
}
.pop-inner {
  width: 62%;
  max-width: 1175px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* Firefox 4 */
  -webkit-transform: translate(-50%, -50%);
  z-index: 1060;
}
.pop-close {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/close_02.png) no-repeat center center;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1065;
  margin-left: 36px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.pop-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/**** header ****/
.header {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header.fixed .head-hd {
  top: -200px;
  transition: top 0.5s ease 0.2s;
  -webkit-transition: top 0.5s ease 0.2s;
}
.header.fixed .head-scroll-hd {
  top: 0;
}
.header.in .head-hd {
  position: fixed;
}
.header.openMenu .head-hd {
  top: 0;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
}
.head-hd {
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1020;
}
.head-logo {
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 50;
}
.head-logo img {
  height: 100%;
  display: block;
}
.nav-list {
  width: 684px;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin: 0 auto;
}
.nav-list li {
  height: 100%;
  float: left;
  margin: 0 28px;
  padding: 26px 0;
  position: relative;
}
.nav-list li.active a {
  color: #fc4f00;
}
.nav-list li.active .item-line {
  height: 3px;
}
.nav-list a {
  display: block;
  white-space: nowrap;
  padding: 0 8px;
  color: #333;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.nav-list .item-line {
  width: 100%;
  height: 0;
  display: block;
  background: #fc4f00;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.head-sch {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.head-sch:before {
  content: '';
  width: 1px;
  height: 12px;
  display: block;
  background: #ccc;
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -6px;
}
.head-sch .menu-sch {
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/btn_sch_01.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  z-index: 55;
}
.head-sch .menu-sch-hover {
  width: 100px;
  height: 55px;
  display: none;
  background: url(../images/head_01.jpg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -28px;
  z-index: 56;
  cursor: pointer;
}
.subnav-list-box {
  width: 100%;
  background: #fff;
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 1015;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.subnav-list-item {
  width: 100%;
  overflow: hidden;
  display: none;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #999;
}
.subnav-list-item .item {
  height: 145px;
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
  margin: 0 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.subnav-list-item .item:hover,
.subnav-list-item .item.active {
  background: #fc4f00;
  color: #fff;
}
.subnav-list-item .item:hover .icon1,
.subnav-list-item .item.active .icon1 {
  display: none;
}
.subnav-list-item .item:hover .icon2,
.subnav-list-item .item.active .icon2 {
  display: block;
}
.subnav-list-item a {
  color: #999;
}
.subnav-list-item img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.subnav-list-item .icon2 {
  display: none;
}
.subnav-list-item .title {
  font-size: 1em;
  line-height: 26px;
}
.pop-sch-box {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: #fafafa;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.pop-sch-box .pop-close {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/close_01.png) no-repeat center center;
  position: absolute;
  left: 50%;
  bottom: 8%;
  top: auto;
  z-index: 1025;
  margin-left: -12px;
}
.pop-sch-inner {
  width: 654px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 26%;
  margin-left: -327px;
  z-index: 1025;
}
.pop-sch-inner .title {
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
.pop-sch-inner .sch-box {
  width: 100%;
  height: 54px;
  overflow: hidden;
  position: relative;
  padding: 14px 10px 14px 46px;
  border-bottom: solid 1px #b3b3b3;
  margin-top: 90px;
}
@media screen and (max-height: 768px) {
  .pop-sch-inner .sch-box {
    margin-top: 60px;
  }
}
.pop-sch-inner .sch-box input {
  width: 100%;
  height: 28px;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  border: none;
  background: transparent;
}
.pop-sch-inner .sch-box .icon-sch {
  width: 26px;
  height: 26px;
  display: block;
  background: url(../images/btn_sch_03.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.pop-sch-inner .hot-key {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 24px;
}
.pop-sch-inner .hot-key a {
  color: #999;
  margin: 0 14px;
  cursor: pointer;
}
.pop-sch-inner .hot-key a:hover {
  text-decoration: underline;
}
.pop-sch-inner .btn-sch {
  width: 150px;
  height: 40px;
  display: block;
  background: #fc4f00;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  margin: 54px auto 0;
}
.head-scroll-hd {
  width: 100%;
  height: 50px;
  display: block;
  background: #fff;
  text-align: center;
  line-height: 50px;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 1005;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head-scroll-hd .head-logo {
  height: 30px;
  margin-top: -15px;
}
.head-scroll-hd .head-sch {
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/btn_sch_02.png) no-repeat center center;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
.head-scroll-hd .head-sch:before {
  display: none;
}
.head-open-menu {
  font-size: 16px;
  line-height: 50px;
  color: #fc4f00;
  padding-right: 22px;
  position: relative;
  cursor: pointer;
}
.head-open-menu .arrow {
  width: 12px;
  height: 7px;
  display: block;
  background: url(../images/arrow_02.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.head-open-menu:hover {
  color: #fc4f00;
}
.head-place {
  width: 100%;
  height: 80px;
  display: block;
}
/**** main-box ****/
.main-box {
  width: 100%;
  min-height: 500px;
  padding-top: 46px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
.inside-top-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.inside-top-box .banner {
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  position: relative;
}
.inside-top-box .banner .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.inside-nav-box {
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  position: relative;
}
.inside-subnav-list {
  float: left;
  font-size: 16px;
  line-height: 62px;
  color: #333;
  margin: 0 -15px;
}
.inside-subnav-list a {
  color: #333;
  float: left;
  padding: 0 10px;
  margin: 0 15px;
}
.inside-subnav-list a:hover {
  color: #fc4f00;
}
.inside-subnav-list a.current {
  background: #fc4f00;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .inside-subnav-list {
    margin: 0 -5px;
  }
  .inside-subnav-list a {
    margin: 0 5px;
  }
}
.crumbs-nav-box {
  float: right;
  padding: 19px 0;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.crumbs-nav-box img {
  width: 1em;
  margin: -3px 4px 0 0;
}
.crumbs-nav-box .item {
  float: left;
  color: #999;
}
.crumbs-nav-box .item:after {
  content: '>';
  margin: 0 2px;
}
.crumbs-nav-box .item:last-child:after,
.crumbs-nav-box .item.last:after {
  display: none;
}
.page-title {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #000;
}
.det-nav-box {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: #8a8a8a;
}
.det-nav-box .crumbs-nav-box {
  float: none;
  color: #fff;
  padding: 13px 0;
  overflow: hidden;
}
.det-nav-box .crumbs-nav-box img {
  margin-right: 8px;
}
.det-nav-box .crumbs-nav-box a {
  color: #fff;
}
.inside-nav-box2 {
  width: 100%;
  height: 88px;
  background: transparent;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #cbcbcb;
}
.inside-nav-box2 .page-title {
  float: left;
  line-height: 86px;
}
.inside-nav-box2 .crumbs-nav-box {
  padding: 31px 0;
}
/**** footer ***/
.footer {
  width: 100%;
  height: 60px;
  background: #1e1e1e;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #b2b2b2;
  position: relative;
  z-index: 50;
}
.footer .global-inner {
  overflow: visible;
}
.footer a {
  color: #b2b2b2;
}
.footer a:hover {
  color: #fff;
}
.foot-left {
  padding: 18px 0;
}
.foot-copy {
  margin-right: 18px;
}
.foot-assist {
  padding: 18px 0;
  position: relative;
}
.foot-assist .item {
  float: left;
}
.foot-assist .item:after {
  content: '|';
  margin: 0 14px;
  color: #4c4c4c;
}
.foot-assist .item.last:after {
  content: '';
  margin: 0;
}
.foot-support {
  width: 240px;
  height: 24px;
  position: relative;
  overflow: hidden;
  float: left;
}
.foot-support .title {
  float: left;
}
.foot-jszc {
  float: left;
  width: auto;
}
.foot-jszc li {
  text-align: left;
  white-space: nowrap;
}
.ft-fdlink {
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.ft-fdlink .arrow {
  width: 16px;
  height: 8px;
  display: block;
  background: url(../images/arrow_03.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.pop-fdlink-box {
  width: 220px;
  max-height: 340px;
  background: #393939;
  font-size: 14px;
  line-height: 28px;
  color: #b2b2b2;
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 100;
  padding: 20px 6px 12px 16px;
}
.pop-fdlink-box a {
  display: block;
  color: #b2b2b2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pop-fdlink-box .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden,
.pop-fdlink-box .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
/***** animate ***/
@-webkit-keyframes moveYFlash {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes moveYFlash {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes moveYFlash {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.moveYFlash {
  animation: moveYFlash 0.5s linear;
  -webkit-animation: moveYFlash 0.5s linear;
  -moz-animation: moveYFlash 0.5s linear;
}
.wow {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.delay_4 {
  animation-delay: .4s;
}
.delay_6 {
  animation-delay: .6s;
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
/***** 图片变换 ****/
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.imgZoom {
  overflow: hidden;
  position: relative;
}
.imgZoom > .image,
.imgZoom > img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -ms-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  background: no-repeat center center;
  background-size: cover;
}
.imgZoom:hover > .image,
.imgZoom:hover > img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/**** video ****/
.video-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ie8 .video-box,
.ie7 .video-box{
  display: none;
}
.video-box .adjust-image {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.video-box .video-js {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.video-box .video-js .vjs-icon-play:before {
  content: '';
}
.video-box .video-js .vjs-big-play-button {
  width: 66px;
  height: 66px;
  overflow: hidden;
  border: none;
  background: url(../images/play_01.png) no-repeat center center;
  background-size: contain;
  font-size: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -33px 0 0 -33px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-box .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '';
}
.video-box .video-js .vjs-big-play-button:hover {
  background-image: url(../images/play_02.png);
}
.video-box .video-js .vjs-big-play-button:focus {
  outline: none;
  border: none;
}
.video-box .vjs-poster {
  background-size: cover;
}
.video-box2{
  width: 100%;
  display: none;
  position: relative;
}
.ie8 .video-box2,
.ie7 .video-box2{
  display: block;
}
.video-box2 .adjust-image {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.video-box2 .object {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
/********/
.global-viewdet {
  font-size: 14px;
  line-height: 24px;
  color: #fc4f00;
  display: inline-block;
  vertical-align: middle;
  padding-right: 18px;
  position: relative;
}
.global-viewdet img {
  width: 7px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.global-viewdet:hover {
  color: #fc4f00;
}
.global-viewdet:hover img {
  right: -10px;
}
.global-viewdet2 {
  width: 138px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  background: #fc4f00;
}
.global-viewdet2 img {
  width: 7px;
  margin: -3px 0 0 16px;
}
.global-viewdet2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.global-return {
  font-size: 14px;
  line-height: 24px;
  color: #fc4f00;
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
  position: relative;
}
.global-return img {
  width: 7px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.global-return:hover {
  color: #fc4f00;
}
.global-return:hover img {
  left: -10px;
}
.page-box {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #999;
}
.page-box a {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-box a.active,
.page-box a:hover {
  background: #fc4f00;
  color: #fff;
  border-color: #fc4f00;
}
.page-box .num a {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  margin: 0 10px;
}
.page-ctrl {
  width: 100px;
  height: 40px;
  border: solid 1px #b7b7b7;
  text-align: center;
}
.page-ctrl.next {
  margin-left: 5%;
}
.page-ctrl.prev {
  margin-right: 5%;
}
