﻿@charset "utf-8";
/*public*/
* {
  margin: 0;
  padding: 0;
}
html {


  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "微软雅黑";
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[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-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  text-decoration: none;
}
input {
  outline: 0;
}
textarea {
  outline: 0;
  resize: none;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
/*index-public*/
/*公共样式、*/
.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.bor0 {
  border: none !important;
}
.header {
  height: 120px;
}
.header .logo {
  float: left;
  margin-top: 44px;
}
.header .i-nav {
  float: right;
  margin-top: 67px;
}
.header .i-nav li {
  width: 110px;
  float: left;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.header .i-nav li ul li:hover a{
  color: #0078db !important;
}
.header .i-nav li a {
  color: #333333;
  display: block;
}
.header .i-nav li.active a{
  color: #0078db;
}
.header .i-nav li a:hover {
  color: #0078db;
}
.header .i-nav li:hover ul {
  display: block;
}
.header .i-nav li ul {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  top: 17px;
  box-sizing: border-box;
  padding: 0 19px;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 6px;
  z-index: 9999;
}
.header .i-nav li ul li {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  background: url(/static/home/images/border.jpg) no-repeat center bottom;
  /* border-image:url(/static/home/images/border.jpg) ; */
  /* border-bottom: 1px dotted #d3d3d3; */
}
.header .i-nav li ul li:last-child{
  border-bottom: none;
  background: none;
}
.padding0{padding: 0 !important}
.header .i-nav li ul li a {
  color: #666666 !important;
}
.banner {
  overflow: hidden;
  height: 700px;
}
.banner img{
  width: 100%;
  height: 100%;
}
.n-banner {
  overflow: hidden;
  height: 400px;
}
.footer {
  overflow: hidden;
  height: 386px;
  background: #333333;
}
.footer .foot-con {
  height: 310px;
  overflow: hidden;
}
.footer .foot-con .f-logo {
  margin-top: 108px;
  float: left;
  margin-left: 23px;
  margin-right: 65px;
}
.footer .foot-con .f-nav {
  margin-top: 62px;
}
.footer .foot-con .f-nav dl {
  float: left;
  margin-right: 55px;
}
.footer .foot-con .f-nav dl dt {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .foot-con .f-nav dl dt a {
  color: #ffffff;
}
.footer .foot-con .f-nav dl dd {
  font-size: 14px;
}
.footer .foot-con .f-nav dl dd a {
  color: #afafaf;
  margin-bottom: 18px;
  display: block;
}
.footer .bottom {
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #bbbbbb;
  font-size: 14px;
  border-top: 1px solid #afafaf;
}
.n-main {
  padding: 50px 0;
  overflow: hidden;
  background: #f6f6f6;
}
.n-main.zcfb{
  background: #fff;
}
.n-main .n-tit {
  overflow: hidden;
}
.n-main .n-tit .cn{
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
  margin-left: 0;
}
.n-main .n-tit .en {
  font-size: 12px;
  color: #999999;
}
.n-main .n-tit a {
  color: #999999;
  font-size: 12px;
  margin-left: 30px;
}
.n-main .n-tit a.active {
  color: #333333;
}
.n-main .n-tit .cn {     font-size: 24px; }
.n-zc {
  overflow: hidden;
  margin-top: 15px;
}
.n-zc ul {
  overflow: hidden;
  margin-bottom: 50px;
}
.n-zc li {
  overflow: hidden;
}
.n-zc li:hover {
  background: #f2f2f2;
}
.n-zc li:hover .center {
  border-color: transparent;
}
.n-zc li:hover .time p.day{
  /* font-weight: bold; */
}
.n-zc li .center {
  overflow: hidden;
  padding: 28px 0;
  /* background: url(/static/home/images/zcborder.jpg) no-repeat  bottom; */
  border-bottom: 1px dotted #cccccc;
}
.n-zc li:last-child .center{
    border: none;
}
.n-zc li .time {
  width: 110px;
  height: 110px;
  border: 1px solid #cccccc;
  float: left;
  text-align: center;
  color: #999999;
  overflow: hidden;
  margin-right: 40px;
}
.n-zc li .time p.date {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.n-zc li .time p.day {
  font-size: 36px;
}
.n-zc li p.tit {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 20px;
  height: 19px;
  overflow: hidden;
}
.n-zc li p.ins {
  font-size: 12px;
  margin-bottom: 16px;
  color: #666666;
  line-height: 12px;
  height: 12px;
  overflow: hidden;
}
.n-zc li a {
  width: 110px;
  height: 30px;
  background: #0078db;
  text-align: center;
  line-height: 30px;
  color: #f9f9f9;
  font-size: 12px;
  display: inline-block;
}
.page {
  text-align: center;
  overflow: hidden;
}
/* .page a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  color: #ccc;
  border: 1px solid #cccccc;
} */
.page a:hover,
.page a.active {
  background: #cccccc;
  color: #fff;
}
.n-news {
  overflow: hidden;
  margin-top: 20px;
}
.n-news ul {
  overflow: hidden;
  margin-right: -38px;
}
.n-news li {
  float: left;
  width: 580px;
  height: 276px;
  overflow: hidden;
  /* margin-bottom: 68px; */
  margin-right: 38px;
}
.n-news li:hover p.tit {
  color: #333;
}
.n-news li .tp {
  height: 180px;
  margin-bottom: 18px;
}
.n-news li .tp img {
  width: 100%;
  height: 180px;
}
.n-news li .time {
  float: left;
  width: 130px;
  height: 46px;
  font-size: 14px;
  color: #999999;
  margin-right: 20px;
}
.n-news li .time .line {
  width: 43px;
  float: right;
  margin-top: 7px;
  border-top: 1px solid #999999;
}
.n-news li p.tit {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
  overflow: hidden;
  height: 20px;
}
.n-news li p.ins {
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  height: 12px;
  display: none;
}
.n-design {
  overflow: hidden;
  margin-top: 22px;
}
.n-design ul {
  overflow: hidden;
  margin-right: -20px;
  margin-bottom: 50px;
}
.n-design li {
  width: 590px;
  height: 415px;
  float: left;
  margin-right: 20px;
  background: #fff;
  margin-bottom: 30px;
}
.n-design li .tp {
  width: 590px;
  height: 300px;
  overflow: hidden;
}
.n-design li:hover .tp img{
  transform: scale(1.08);
  transition: 1s
}
.n-design li:hover p.middle:after {
  width: 100%;
  transition: 1s;
}
.n-design li .tp img {
  width: 100%;
  height: 100%;
  transition: 1s
}
.n-design li p {
  margin: 0 21px;
}
.n-design li p.tit {
  margin-top: 20px;
  height: 18px;
  overflow: hidden;
  color: #000;
}
.n-design li p.tit a{
  color: #000;
}
.n-design li p.middle {
  width: 410px;
  margin-top: 19px;
  margin-bottom: 13px;
  position: relative;
  height: 1px;
  border-top: 1px solid #f2f2f2;
}
.n-design li p.middle:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 82px;
  height: 1px;
  display: block;
  transition: 1s;
  background: #999999;
}
.n-design li p.middle .status {
  width: 110px;
  height: 30px;
  position: absolute;
  right: -140px;
  top: -17px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: #0078db;
}
.n-design li p.middle .end {
  background: #cccccc;
}
.n-design li p.date {
  font-size: 14px;
  color: #999999;
}
.n-show {
  /* margin-top: 55px; */
  margin-bottom: 50px;
  overflow: hidden;
  background: #fff;
  padding: 0 65px;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.n-show .tit {
  margin-bottom: 24px;
  text-align: center;
  margin-top: 80px;
  font-size: 24px;
}
.n-show .ins {
  font-size: 14px;
  color: #999999;
  margin-bottom: 60px;
  text-align: center;
}
.n-show .ins span {
  margin: 0 13px;
}
.n-show .content {
  font-size: 16px;
  color: #666666;
  margin-bottom: 55px;
  line-height: 32px;
}
.n-show a.return {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  display: block;
  margin: 0 auto;
  background: #f2f2f2;
  margin-bottom: 60px;
}
.n-show .pagination {
  border-top: 1px solid #cccccc;
  padding-top: 45px;
  width: 100%;
}
.n-show .pagination p {
  height: 30px;
  line-height: 30px;
  margin-bottom: 13px;
}
.n-show .pagination p span {
  width: 110px;
  height: 30px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  background: #f2f2f2;
  margin-right: 18px;
}
.n-show .pagination p a {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.n-show .pagination p a:hover,
.n-show .pagination p a.active {
  color: #333333;
}
.n-class {
  overflow: hidden;
  box-sizing: border-box;
  height: 80px;
  background: #ffffff;
  padding-top: 35px;
  text-align: center;
  margin-top: -50px;
}
.n-class a {
  font-size: 16px;
  color: #333333;
  padding-bottom: 23px;
  margin: 0 46px;
  position: relative;
  top: -3px;
}
.n-class a:hover,
.n-class a.active {
  color: #0078db;
  border-bottom: 5px solid #0078db;
}
.n-contact {
  overflow: hidden;
}
.n-contact .tips {
  width: 1050px;
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 45px;
  margin-top: 40px;
  overflow: hidden;
}
.n-contact form {
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.n-contact form .txt {
  height: 37px;
  line-height: 37px;
  clear: both;
  overflow: hidden;
  margin-bottom: 28px;
}
.n-contact form .txt span {
  width: 86px;
  display: inline-block;
  font-size: 16px;
  color: #666666;
}
.n-contact form .txt input {
  width: 395px;
  height: 33px;
  text-indent: 1em;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e0e0e0;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #cccccc;
}
.n-contact form ::-webkit-input-placeholder { /* WebKit browsers */
  color: #cccccc;
  font-size: 12px;
}

.n-contact form ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #cccccc;
  font-size: 12px;
}

.n-contact form :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #cccccc;
  font-size: 12px;
}


.n-contact form .sub {
  width: 120px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #0078db;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  border: none;
  margin-top: 58px;
}
.n-contact .map {
  width: 612px;
  height: 360px;
  float: left;
  border: 1px solid #ccc;
  margin-top: 62px;
  margin-left: 117px;
}
.n-contact .contact-ins {
  width: 423px;
  float: left;
  text-align: left;
  margin-left: 45px;
  margin-top: 101px;
}
.n-contact .contact-ins p.name {
  font-size: 18px;
  color: #333333;
  margin-bottom: 25px;
  height: 18px;
}
.n-contact .contact-ins p.txt {
  font-size: 14px;
  color: #666666;
  margin-bottom: 17px;
  height: 14px;
}
.n-contact .contact-ins img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.n-dsource {
  overflow: hidden;
  margin-top: 23px;;
}
.n-dsource .only {
  width: 100%;
  height: 360px;
  position: relative;
  margin-bottom: 50px;
}
.n-dsource .only:hover .mask{
 display:block;
}
.n-dsource .only .tp {
  width: 100%;
  height: 360px;
}
.n-dsource .only p {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.n-dsource .only p.tit {
  color: #fff;
  margin-top: 116px;
  margin-bottom: 18px;
  font-size: 20px;
}
.n-dsource .only p.ins {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.n-dsource .only .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  background: rgba(90, 160, 218, 0.8);
}
.n-dsource .only .icon {
  position: absolute;
  top: 140px;
}
.n-dsource .only .l {
  left: 45px;
}
.n-dsource .only .r {
  right: 45px;
  transform: rotate(180deg);
}
.n-rework {
  overflow: hidden;
}
.n-rework ul {
  margin-right: -18px;
}
.n-rework li {
  width: 388px;
  float: left;
  position: relative;
  margin-right: 18px;
  margin-bottom: 30px;
}
.n-rework li:after{
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: #666666;
  bottom: 0;
  left: 0;
  transition: 1s;
}
.n-rework li:hover:after{
  width: 100%;
  transition: 1s;
}
.n-rework li .tp {
  width: 100%;
  height: 211px;
  text-align: center;
  margin-bottom: 26px;
}
.n-rework li .tp img {
  width: 100%;
  height: 100%;
}
.n-rework li p {
  text-align: left;
  font-size: 16px;
  color: #232323;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.n-rework li p span {
  overflow: hidden;
  width: 328px;
  display: inline-block;
  margin-top: 4px;
  height: 18px;
  position: relative;
}
.n-rework li p:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  width: 18px;
  height: 9px;
  background: url(../images/r-icon.jpg) no-repeat;
}
.n-rework li p:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #cfcfcf;
  right: 40px;
  top: 8px;
}
.n-about {
  margin-top: -50px;
}
.n-about .about {
  background: #fff;
  padding-top: 95px;
  padding-bottom: 140px;
  overflow: hidden;
  /* margin-bottom: -50px; */
}
.n-about .about .tp {
  float: left;
  width: 592px;
}
.n-about .about .right {
  width: 506px;
}
.n-about .about .right h3 {
  margin-top: 25px;
  width: 294px;
  padding-bottom: 34px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 66px;
}
.n-about .about .right p.cn {
  font-size: 24px;
  color: #333333;
  margin-bottom: 14px;
}
.n-about .about .right p.en {
  font-size: 12px;
  color: #999999;
  margin-bottom: 36px;
}
.n-about .about .right p.ins {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-bottom: 30px;
}
.chronicle {
  margin-top: 128px;
  /* overflow: hidden; */
  height: 624px;
  padding-bottom: 110px;
}
.chronicle .tp {
  width: 416px;
  height: 416px;
  float: left;
}
.chronicle .tp img{
  position: relative;
  /* left: -157px;; */
}
.chronicle .events {
  width: 370px;
  height: 416px;
  float: left;
  background: #fff;
  overflow: hidden;
}
.chronicle .events p {
  width: 230px;
  margin: 0 auto;
}
.chronicle .events p.cn {
  margin-top: 56px;
  font-size: 24px;
  color: #333333;
  margin-bottom: 12px;
}
.chronicle .events p.en {
  font-size: 12px;
  color: #999999;
  margin-bottom: 46px;
}
.chronicle .events p.ins {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 62px;
}
.chronicle .events p.line {
  height: 2px;
  width: 80px;
  float: left;
  margin-left: 73px;
  background: #666666;
}
.chronicle .right {
  width: 414px;
  height: 623px;
}
.service {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 88px;
  background: #fff;
  /* margin-bottom: -50px; */
}
.service .center {
  position: relative;
}
.service .btn {
  position: absolute;
  bottom: 0;
  left: 412px;
}
.service .btn a.l {
  margin-right: 15px;
  background: url(/static/home/images/licon.jpg) no-repeat;
  border: none;
}
.service .btn a.r {
  background: url(/static/home/images/ricon.jpg) no-repeat;
  border: none;
}
@font-face{
  font-family: 'gothicb'; 
  src: url('../font/GOTHICB.TTF'),
}

.service .btn a {
  width: 38px;
  height: 38px;
  display: block;
  float: left;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #666666;
  border: 1px solid #ccc;
}
.service li {
  height: 450px;
  overflow: hidden;
}
.service li .left {
  width: 500px;
}
.service li .left p.num {
  font-size: 101px;
  color: #f2f2f2;
  margin-top: 56px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "gothicb";
}
.service li .left p.tit {
  font-size: 16px;
  color: #333333;
  padding-bottom: 21px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999999;
}
.service li .left p.ins {
  font-size: 14px;
  color: #999999;
  line-height: 32px;
  overflow: hidden;
  height: 137px;
}
.service li .right {
  width: 650px;
  height: 450px;
}
.service li .right img {
  width: 100%;
  height: 100%;
}
.jiagou {
  margin-top: 70px;
  margin-bottom: 70px;
}
.jiagou .jiagou-con {
  margin-top: 20px;
  text-align: center;
}
.jiagou .jiagou-con .tit {
  width: 230px;
  height: 57px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 57px;
  font-weight: bold;
  background: #0078db;
  font-size: 16px;
  color: #fff;
}
.jiagou .jiagou-con .tp {
  text-align: center;
}
.jiagou .jiagou-con .block {
  width: 327px;
  height: 297px;
  background: #1f88df;
  margin: 0 25px;
  display: inline-block;
  color: #fff;
  overflow: hidden;
}
.jiagou .jiagou-con .block p.t {
  font-size: 16px;
  font-weight: bold;
  margin-top: 75px;
  margin-bottom: 20px;
}
.jiagou .jiagou-con .block p.txt {
  width: 195px;
  margin: 0 auto;
  font-size: 14px;
  color: #cee0f6;
  line-height: 30px;
  text-align: left;
}
.memorabilia {
  padding-top: 112px;
  padding-bottom: 145px;
  background: #fff;
  overflow: hidden;
  margin-bottom: -50px;
}
.memorabilia .n-tit{
  border-left: 1px solid #ccc;
  padding-left: 60px;
  height: 52px;
  overflow: inherit;
  position: relative;
}
.memorabilia .n-tit:after {
  content: "";
  position: absolute;
  left: -7px;
  width: 14px;
  height: 22px;
  background: url(/static/home/images/yq.jpg);
}
.memorabilia .memora-list {
  float: left;
  position: relative;
  width: 515px;
  border-left: 1px solid #cccccc;
}
.memorabilia .memora-tp {
  float: right;
  width: 560px;
  height: 300px;
  margin-top: 68px;
  border: 12px solid #f2f2f2;
}
.memorabilia .memora-tp img{
  width: 100%;
  height: 100%;
}
.memorabilia ul {
  width: 515px;
  padding-left: 65px;
  padding-top: 50px;
  /* border-left: 1px solid #cccccc; */
}
.n-main #dsource .n-tit .cn a {
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
  margin-left: 0;
  display: block;
}
.memorabilia li {
  font-size: 16px;
  color: #666666;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dotted #cccccc;
  position: relative;
}
.memorabilia ul{
  counter-reset:pl;
}
.memorabilia li:after {
  counter-increment:pl;
  content:"0" counter(pl);
  position: absolute;
  left: -75px;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 60px;
  top: 25px;
  border: 5px solid #fff;
  color: rgba(0, 0, 0,0);
}
.memorabilia .memora-list:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 10px;
  left: -2px;
  height: 30px;

  background: #fff;
}
.memorabilia li:hover:after {
  width: 28px;
  height: 28px;
  background: #fff;
  color: #fff;
  /* background: rgb(22, 18, 18); */
  font-size: 12px;
  color: #cccccc;
  text-align: center;
  line-height: 28px;
  z-index: 99;
  border: 5px solid #1f88df;
  border-radius: 30px;
  left: -84px;
  top: 13px;
}
.memorabilia li a {
  color: #666666;
  overflow: hidden;
  display: inline-block;
  width: 327px;
  height: 39px;
}
.memorabilia li span {
  margin-right: 30px;
}
.into {
  width: 120px;
  height: 350px;
  background: #fa5258;
  text-align: center;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 999;
}
.into a {
  display: block;
}
.into .icon {
  margin-top: 38px;
  margin-bottom: 15px;
}
.into h3 {
  font-size: 27px;
  color: #fff;
  width: 30px;
  line-height: 33px;
  margin: 0 auto;
  font-weight: normal;
  margin-bottom: 15px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 5px !important;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 38px !important;
}
.banner .swiper-pagination-bullet{
  background: rgba(255, 255, 255, 0.53);
  width: 10px;
  height: 10px;
}
.banner .swiper-pagination-bullet-active{
  background: #fff;
}
.loginsucc {
  line-height: 22px;
}
.loginsucc span {
  color: #fb5259;
}
.hidden{
  width: 1200px;height:450px;overflow:hidden
}
.hiden ul{
  position: relative;
}
.hidden li{
  width: 1200px;
  float: left;
}
.n-main .position {
  width: 1200px;
  margin: 0 auto;
  height: 67px;
  line-height: 67px;
  font-size: 12px;
  color: #999999;
}
.n-main .position a {
  color: #999999;
}
.pagination>li.active span {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: none;
  background: #cccccc;
  margin: 0 5px;
}


.pagination>li>a {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #cccccc;
  margin: 0 5px;
}

.pagination>li>a, .pagination>li>span {
  padding: 0;
}
ul.pagination li:first-child {
  display: none;
}

ul.pagination li:last-child {
  display: none;
}
.pagination>li.active span:hover,.pagination>li.active span:focus {
  background: #ccc;
}

.pagination>li>a:hover,.pagination>li>a:focus {
  background: #ccc;
  color: #fff;
}




.jiagou .jiagou-cons {
  width: 1045px;
  height: 518px;
  margin: 25px auto;
  position: relative;
  background: url(../images/jg2.jpg) no-repeat;
}
.jiagou .jiagou-cons span {
  background: #0078db;
  color: #fff;
  display: block;
}
.jiagou .jiagou-cons .tit {
  width: 230px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  margin-left: 525px;
  font-size: 16px;
  font-weight: bold;
}
.jiagou .jiagou-cons span.t {
  width: 160px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-left: 241px;
  margin-top: 86px;
}
.jiagou .jiagou-cons span.r {
  margin-left: 407px;
}
.jiagou .jiagou-cons .clear {
  clear: both;
}
.jiagou .jiagou-cons .block {
  width: 293px;
  height: 180px;
  float: left;
  margin-top: 102px;
}
.jiagou .jiagou-cons .block p.t {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.jiagou .jiagou-cons .b1 {
  margin-left: -20px;
}
.jiagou .jiagou-cons .b2 {
  margin-left: 115px;
}
.jiagou .jiagou-cons .b3 {
  position: absolute;
  right: 8px;
}
.jiagou .jiagou-cons .ins {
  width: 205px;
  margin: 0 auto;
  font-size: 14px;
  color: #bdd5f3;
  line-height: 30px;
}