@charset "utf-8";
@font-face {
  font-family: 'Book';
  src: url("/template/Front/xiehe/static/css/fonts/book/FUTURA_LT_BOOK.eot");
  src: url("/template/Front/xiehe/static/css/fonts/book/FUTURA_LT_BOOK.eot#iefix") format('embedded-opentype'), url("/template/Front/xiehe/static/css/fonts/book/FUTURA_LT_BOOK.woff") format('woff'), url("/template/Front/xiehe/static/css/fonts/book/FUTURA_LT_BOOK.TTF") format('truetype');
  font-weight: normal;
  font-style: normal;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-style: normal;
  font-family: "Book", Helvetica, sans-serif;
}
small {
  font-size: 12px;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #333;
}
a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  height: 1px;
}
img {
  border-style: none;
  border: 0;
  vertical-align: middle;
}
img:not([src]) {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}
input,
textarea,
button,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border: none;
  outline-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]),
video:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
  resize: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.clearfix:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ui-tiptext-error {
  display: block;
  position: absolute;
  color: #c01;
  margin-left: 10px;
}

.slide-r {
  box-sizing: content-box;
  position: fixed;
  width: 110px;
  bottom: 90px;
  right: 0;
  z-index: 990;
  -moz-transition: all 1s linear 0s;
  -webkit-transition: all 1s linear 0s;
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}

.slide-r:hover {
  -moz-transform: scaleX(1.1);
  -webkit-transform: scaleX(1.1);
  -o-transform: scaleX(1.1);
  transform: scaleX(1.1);
}

.slide-r .slide li {
  margin-bottom: 10px;
}

.slide-r .slide li:first-child {
  background: #0865a7;
}

.slide-r .slide li:last-child {
  font-size: 16px;
  line-height: 1.25;
  background: #444444;
  margin-top: 5px;
  text-transform: capitalize;
}

.slide-r .slide li a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.slide-r .slide li:first-child a {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -1px;
  padding-top: 28px;
  padding-bottom: 22px
}

.slide-r .slide li:last-child a {
  padding: 8px 0;
}

.layout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, .7);
  z-index: 888;
}

.layout .form {
  padding: 15px;
  position: relative;
  top: 50%;
  margin-top: -285px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  height: 570px;
  background: #f9f9f9;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  z-index: 888;
}

.layout .form .title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  background: rgb(49, 84, 148);
}

.layout .form .form-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 888;
}

.layout .form .form-box .form-group {
  width: 100%;
  margin-bottom: 20px;
}

.layout .form .form-box .form-group .form-title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.layout .form .form-box .form-group input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  font-size: 14px;
  padding-left: 10px;
}

.layout .form .form-box .form-group textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 0 10px;
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.layout .form .form-box .form-group .btn-sub {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: rgb(49, 84, 148);
  cursor: pointer;
}

.layout .form .close {
  display: block;
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  background-image: url(/template/Front/longshizhou/static/images/icon3.png);
}

/* 组件
* Page
* 分页样式
*/
.ui-paging,.ui-paging input {
  color:gray;
  margin:0;
  padding:0;
  zoom:1;
  font-size:12px;
  vertical-align:middle
}
.ui-paging:after {
  clear:both;
  content:" ";
  display:block;
  font-size:0;
  height:0;
  visibility:hidden
}
.ui-paging a,.ui-paging span.ui-paging-prev,.ui-paging span.ui-paging-next {
  text-decoration:none;
  color:gray;
  margin:0 3px;
  display:inline-block;
  *display:inline;
  *zoom:1;
  vertical-align:middle;
  height:26px;
  line-height:26px
}
.ui-paging-prev,.ui-paging-next,.ui-paging-goto {
  background-color:#F9F9F9;
  background:-webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#F4F4F4));
  background:-moz-linear-gradient(top,#FEFEFE,#F4F4F4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE',endColorstr='#F4F4F4');
  background:-o-linear-gradient(top,#FEFEFE,#F4F4F4);
  background:linear-gradient(top,#FEFEFE,#F4F4F4);
  padding:0 12px;
  border:1px solid #ccc;
  border-radius:3px;
  box-shadow:0 0 0 1px #fff inset
}
.ui-paging-prev:hover,.ui-paging-next:hover,.ui-paging-goto:hover {
  border-color:#999;
  color:#666
}
.ui-paging-prev:hover .iconfont,.ui-paging-next:hover .iconfont {
  color:#666
}
.ui-paging .ui-paging-prev {
  margin:0 3px 0 0
}
.ui-paging .iconfont {
  font-size:10px;
  color:#787878
}
.ui-paging a.ui-paging-item {
  background-color:#f3f3f3;
  font-weight:700;
  padding:0 12px;
  border:0
}
.ui-paging a.ui-paging-current,.ui-paging a.ui-paging-item:hover {
  background-color: #E74C3C;
  color: #FFFFFF;
}
a.ui-paging-prev:hover,a.ui-paging-next:hover {
  text-decoration:none;
  color:#666
}
.ui-paging-info {
  line-height:24px;
  margin-right:5px;
  height:24px
}
.ui-paging-ellipsis {
  margin:0 5px;
  line-height:16px;
  font-weight:700
}
.ui-paging-which input {
  height:20px;
  line-height:20px;
  padding:0 6px;
  width:22px;
  border:1px solid;
  border-color:#aaa #d1d1d1 #d1d1d1 #aaa
}
.ui-paging-which input:hover {
  border-color:#999;
  color:#666
}
.ui-paging-bold {
  font-weight:700;
  padding:0 8px
}
.ui-paging span.ui-paging-prev,.ui-paging span.ui-paging-next,.ui-paging span.ui-paging-prev .iconfont,.ui-paging span.ui-paging-next .iconfont {
  color:#fff;
  box-shadow:none;
  background:#d4d4d4;
  border-color:#d4d4d4;
  filter:none
}
.ui-paging span.ui-paging-prev{
  margin-left:0;
}
.ui-paging span.ui-paging-next{
  margin-right:0;
}


@font-face {
  font-family: "rei";
  src: url("/template/Front/longshizhou/static/css/fonts/rei/rei.eot"); /* IE9*/
  src: url("/template/Front/longshizhou/static/css/fonts/rei/rei.eot#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("/template/Front/longshizhou/static/css/fonts/rei/rei.woff") format("woff"), /* chrome 6+、firefox 3.6+、Safari5.1+、Opera 11+ */
  url("/template/Front/longshizhou/static/css/fonts/rei/rei.ttf")  format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("/template/Front/longshizhou/static/css/fonts/rei/rei.svg#rei") format("svg"); /*  iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
.iconfont {
  font-family: "rei";
  font-style: normal;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}





/*
     FILE ARCHIVED ON 03:56:54 Aug 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:00:45 Oct 25, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 108.556 (3)
  esindex: 0.007
  captures_list: 126.491
  CDXLines.iter: 12.624 (3)
  PetaboxLoader3.datanode: 52.787 (5)
  exclusion.robots: 0.289
  exclusion.robots.policy: 0.275
  RedisCDXSource: 1.544
  PetaboxLoader3.resolve: 126.266 (3)
  load_resource: 183.819
*/