@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  white-space: nowrap;
  color: #333; }

ul, ol, dl {
  list-style: none; }

a:hover {
  text-decoration: none;
  color: #333; }

a:link {
  text-decoration: none; }

input, button {
  outline: 0; }

html {
  font-size: 16px; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font: 16px "Microsoft YaHei";
  overflow-x: hidden;
  background: #f8fafc; }

header {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
  background: white; }

.fl {
  float: left; }

.fr {
  float: right; }

i {
  font-style: normal; }

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

/*header*/
nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  z-index: 2;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box; }

nav .logo {
  display: flex;
  align-items: center;
  width: 80%; }

nav .logo img {
  width: 124px;
  height: 32px;
  margin-right: 30px; }

nav .logo .navlists {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  width: 100%; }

nav .logo .navlists li {
  margin: 0 2%;
  vertical-align: middle;
  position: relative; }

nav .logo .navlists li > a {
  color: #333;
  font: 16px "microsoft yahei";
  display: inline-block;
  width: 100%;
  height: 24px; }

nav .logo .navlists li a > small {
  background-color: #000;
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: 0px;
  left: 0; }

nav .logo .navlists li:hover a > small {
  animation: changWidth 0.5s;
  animation-fill-mode: forwards;
  background-color: #000; }

.login-register-right a.logining span {
  background-color: #333;
  width: 2px;
  height: 12px;
  position: absolute;
  right: -8px;
  top: 10px; }

nav .active {
  border-bottom: 2px solid #333; }

/*字体*/
/*@font-face {
	font-family:FZHTJW;
	src: url('../fonts/FZHTJW.ttf');
}*/
/*下滑线动画*/
@-webkit-keyframes changWidth {
  from {
    width: 0; }
  to {
    width: 100%; } }
@-moz-keyframes changWidth {
  from {
    width: 0; }
  to {
    width: 100%; } }
@-ms-keyframes changWidth {
  from {
    width: 0; }
  to {
    width: 100%; } }
@keyframes changWidth {
  from {
    width: 0; }
  to {
    width: 100%; } }
/*导航logo*/
.logo img {
  width: 124px;
  height: 32px; }

.sub-menu {
  position: absolute;
  left: -44px;
  top: 43px;
  width: 250px;
  height: 200px;
  background-color: #333;
  box-sizing: border-box;
  padding: 0 100px 0 40px;
  opacity: 0;
  display: none;
  transition: all 0.3s; }

.sub-menu:before {
  border: 15px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  content: '';
  top: -30px;
  left: 16%; }

.sub-menu a {
  display: block;
  width: 100%;
  vertical-align: middle;
  margin: 30px 0 0 0;
  color: #333333;
  font: 14px "Microsoft YaHei"; }

/*导航栏右*/
.login-register-right a {
  font: 1rem "Microsoft YaHei";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  padding-top: 4px; }

.login-register-right a.logined:after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #333;
  position: absolute;
  right: -8px;
  top: 10px; }

/*汉堡菜单*/
.menu-lines {
  top: 3px;
  margin-left: 30px;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
  overflow: hidden; }

.menu-lines .line-1, .menu-lines .line-2, .menu-lines .line-3 {
  background-color: #333;
  width: 18px;
  height: 2px;
  display: inline-block;
  transition: all 0.3s; }

.menu-lines .line-1 {
  position: absolute;
  top: 0;
  left: 0; }

.menu-lines .line-2 {
  position: absolute;
  top: 4px;
  left: 0; }

.menu-lines .line-3 {
  position: absolute;
  top: 8px;
  left: 0; }

.menu-lines:hover .line-2 {
  transform: translateX(3px); }

.menu-lines:hover .line-3 {
  transform: translateX(6px); }

/*立即体验*/
a.go-experice {
  color: #000000;
  position: relative;
  width: 186px;
  height: 58px;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 20px;
  background: #fff;
  line-height: 58px;
  border: 1px solid #000;
  text-align: left; }

a.go-experice:hover .experice-btn {
  color: black; }

.go-experice > span.experice {
  font-size: 20px;
  font-weight: 600; }

.go-experice > span.experice > img {
  width: 10px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 20px; }

.experice-btn:after {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  right: 58px;
  top: 12px;
  background: #000; }

.under-line {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: 0;
  top: -1px;
  transition: all 0.5s;
  z-index: -1;
  background-color: #000; }

a.go-experice:hover .under-line {
  transform: translate(4px, 4px); }

p.slide-2 {
  z-index: 10;
  white-space: nowrap;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0px; }

/*底部footer*/
.contain {
  width: 1200px;
  margin: 0 auto;
 }

.footer {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  text-align: center; }

.footer .foots {
  margin: 0 10px;
  border-bottom: 1px solid #7a7a7a; }

.foots h2 {
  font: 20px "Microsoft YaHei";
  /* margin: 20px 0; */
  color: rgba(255, 255, 255, 0.6); }

.foots ul {
  margin-bottom: 10px; }

.foots li {
  margin: 10px 0;
  font-family: "Microsoft YaHei"; }

.foots h2 a {
  color: rgba(255, 255, 255, 0.6); }

.foots li a, .foots p a {
  color: white; }

.footer p {
  padding: 10px 0 10px;
  margin: 0; }

/* 联系我们悬浮框start */
.footer-contact {
  position: fixed;
  right: 0;
  bottom: 90px;
  width: 60px;
  background: white;
  color: #aaaaaa;
  border-radius: 4px 0 0 4px;
  text-align: center;
  z-index: 9;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }

.footer-contact span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px; }

.footer-contact .contact-us img {
  width: 20px;
  height: 18px; }

.footer-contact .contact-tel img {
  width: 20px;
  height: 22px; }

.footer-contact .contact-us {
  float: left;
  width: 100%;
  padding-top: 10px;
  border-radius: 4px 0 0 0; }

.footer-contact .contact-us:hover {
  cursor: pointer;
  background: #a3a2ed;
  color: white; }

.footer-contact .contact-tel {
  float: left;
  width: 100%;
  border-top: 1px solid #dddddd;
  padding-top: 10px; }

.footer-contact .contact-tel:hover {
  cursor: pointer;
  background: #a3a2ed;
  color: white; }

.contact-box {
  position: fixed;
  right: 70px;
  bottom: 142px;
  width: 266px;
  background: white;
  border-radius: 4px;
  display: none;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }

.contact-box h3 {
  margin-top: 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background: url(../img/userinfo/phone-new.png) no-repeat left center;
  padding: 18px 0 18px 30px;
  background-size: 26px 22px;
  background-position: 72px 14px; }

.submit-btn {
  background: #a3a2ed;
  display: inline-block;
  color: white;
  border: 0;
  text-align: center;
  width: 96px;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  font-size: 14px;
  outline: 0; }

.contact-box:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -12px;
  top: 20px;
  border-top: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-bottom: 6px transparent dashed;
  border-left: 6px white solid; }

.contact-ipt {
  margin: 0 auto 30px;
  width: 226px;
  overflow: hidden; }

.contact-ipt input {
  font-size: 14px;
  color: #999999;
  width: 69%;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  box-shadow: 3px 4px 3px 0px #dddddd inset;
  float: left; }

.contact-success {
  padding: 45px 27px; }

.contact-box .contact-ipt .qq-img {
  width: 32px !important;
  height: 36px !important;
  margin: 14px 0; }

.contact-box .contact-ipt .submit-btn {
  width: 30.5%;
  float: left; }

.contact-box .contact-ipt span {
  text-align: left !important; }

.contact-box h3 span:hover {
  cursor: pointer; }

.contact-wait {
  color: #333333;
  bottom: 136px; }

.footer-contact .contact-us .contact-success img {
  display: inline-block;
  width: 38px;
  height: 32px;
  float: left;
  margin-right: 20px; }

.contact-success p {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  float: left; }

.contact-qq {
  overflow: hidden;
  margin-bottom: 9px;
  margin-top: 23px; }

.contact-bottom {
  margin-bottom: 38px; }

.contact-bottom p {
  margin: 0;
  padding: 0 20px;
  color: #333333;
  font-size: 12px;
  text-align: left; }

.contact-qq img {
  float: left; }

.contact-qq span {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #333333;
  margin: 5px 0;
  height: 22px !important;
  line-height: 22px !important;
  padding-left: 42px !important; }

.contact-qq span:nth-of-type(2) {
  color: #a3a2ed;
  font-size: 16px; }

.contact-wrap {
  bottom: 40px; }

.contact-top {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0 0 0 4px;
  border-top: 1px solid #dddddd; }

.contact-top:hover {
  cursor: pointer;
  background: #a3a2ed; }

.contact-top:hover img {
  content: url(../img/userinfo/back-new.png); }

/* 联系我们悬浮框end */
/* 分页样式 */
.pagination li a {
  font-size: 16px;
  color: #a3a2ed; }

.pagination li a:hover {
  color: #a3a2ed; }

.pagination li a:visited {
  color: #a3a2ed; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  font-size: 16px;
  color: #fff;
  background: #a3a2ed;
  border-color: #ddd; }

.pagination {
  margin: 0 auto;
  font-size: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .pagination li {
    display: inline-block; }
    .pagination li .arrow {
      text-align: center;
      padding-top: 2px; }
      .pagination li .arrow i {
        display: inline-block;
        width: 8px;
        height: 15px;
        background: url(../img/room/room-sprite.png) no-repeat; }
      .pagination li .arrow .l {
        background-position: -41px -24px; }
      .pagination li .arrow .r {
        background-position: -51px  -24px; }
    .pagination li > a, .pagination li > span {
      font-size: 14px;
      color: #555555;
      width: 36px;
      height: 34px;
      line-height: 34px;
      padding: 0;
      text-align: center;
      display: inline-block;
      border: solid 1px #dddddd;
      border-radius: 4px;
      margin-right: 6px; }
  .pagination .active a, .pagination .active span {
    background-color: #a3a2ed;
    border: solid 1px #dddddd;
    line-height: 34px;
    color: #ffffff; }

#cnzz_stat_icon_1273980275 {
  display: none; }

@media only screen and (max-width: 1200px) {
  .contain {
    width: 100% !important; } }
.blank-box {
  width: 100%; }
  .blank-box .blank-page {
    margin: 100px auto 30px;
    text-align: center;
    width: 18%;
    height: 12%;
    max-width: 180px;
    max-height: 120px; }
    .blank-box .blank-page img {
      width: 100%;
      height: 100%; }
  .blank-box > h3 {
    font-weight: 400 !important;
    color: #a2a8b4;
    text-align: center; }

/*# sourceMappingURL=style.css.map */
