/*二级-word-banner图*/.two-banner {    position:relative;    max-height: 960px;    overflow:hidden;}.two-banner img {    width: 100%;    animation: myfirst 25s linear infinite normal;}@keyframes myfirst{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}.two-banner:after {    content:"";    position:absolute;    left:0;    top:0;    width:100%;    height:100%;    background: rgb(0,0,0,0.4);    z-index:1;    transition:all 0.3s;}.two-banner .word-fix {    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);    z-index: 8;    color: #fff;    font-weight: 800;    max-width: 1570px;    width: 96%;    text-align: center;}.two-banner .word-fix h1 {    font-size:70px;    color: #fff;    font-family: "VALKYREGULAR";    text-transform: uppercase;    margin:0% 0 2% 0;    transition:all 2s;}.two-banner .word-fix hr {    display: block;    max-width: 150px;    height: 1px;    background:#174339;    margin-top: 20px;    margin-bottom: 20px;    border: none;}.two-banner .word-fix p {    color: #fff;    font-size: 24px;    line-height: 2;    max-width: 700px;    margin: 0 auto;}@media screen and (max-width:1024px){.two-banner {}.two-banner .word-fix {}.two-banner .word-fix h1 {    font-size:24px;    margin:0% 0 5% 0;}.two-banner .word-fix hr {    max-width: 50px;    height: 3px;    margin-top: 10px;    margin-bottom: 10px;}.two-banner .word-fix p {    font-size: 18px;    max-width: 700px;}}/*二级-word-banner图 end*//*swiper*/.swiper-switch.swiper-pagination {    position: relative;    z-index: 1;}.swiper-switch.swiper-pagination span {    width: 20px;    height: 3px;    border-radius:0px;    background: #f6f6f6;    opacity: 1;    margin: 0 6px;    padding:1px;    position: relative;    margin: 0 7px!important;}.swiper-switch.swiper-pagination span.swiper-pagination-bullet-active {    width: 20px;    height: 3px;    background:#000;}.swiper-base.swiper-pagination span {    width: 20px;    height: 3px;    border-radius:0px;    background: #f6f6f6;    opacity: 1;    margin: 0 6px;    padding:1px;    position: relative;    margin: 0 7px!important;}.swiper-base.swiper-pagination span.swiper-pagination-bullet-active {    width: 20px;    height: 3px;    background:#000;}@media screen and (max-width:1024px){.swiper-switch.swiper-pagination span {    width: 10px;    height: 3px;    margin: 0 3px!important;}.swiper-switch.swiper-pagination span.swiper-pagination-bullet-active {    width: 10px;    height: 3px;}.swiper-base.swiper-pagination span {    width: 10px;    height: 3px;    margin: 0 3px!important;}.swiper-base.swiper-pagination span.swiper-pagination-bullet-active {    width: 10px;    height: 3px;}}/*swiper*//*404错误页面*/.error {    }.error .error-box {    position: relative;    padding:10% 0;}.error .error-box::before {    content: "";    position: absolute;    top: 0;    z-index: -1;    width: 100%;    height: 100%;    background: url(../images/elephant-icon.png) no-repeat right center/20%;    margin: 0 10px;    display: inline-block;    vertical-align: middle;    opacity: 0.5;    -webkit-filter: grayscale(100%);}.error .error-box h2 {    font-size: 86px;    color: #000;    letter-spacing: 0;    font-family: 'Medel';    text-align: center;}.error .error-box h3 {    font-size: 16px;    text-align: center;}.error .error-box a {    position: relative;    display: block;    max-width: 150px;    margin:2% auto;    font-size: 14px;    color:#666;    text-align: center;    line-height: 40px;    *border-radius: 5px;}.error .error-box a:hover {    color: #fff;    border: 1px solid #174339;    background: #174339;}/*404错误页面 end*/