﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
hr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
}

body {
    height: 100%;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size: 16px;
    font-family: 微軟儷黑體, 微軟正黑體, Arial, Helvetica, Geneva, sans-serifs;
    line-height: 25px;
    color: #444444;
    background: #3b3b3b;
    text-decoration: none;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

a {
    text-decoration: none;
    outline: medium none !important;
    border: none;
}

a:focus,
a:link,
a:visited,
a:hover,
a:active {
    border: none;
    outline: medium none !important;
}

a,
a:link,
a:visited {
    color: #444444;
}

a:hover,
a:active {
    color: #ef1d25;
}

#wrap {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.page {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.page>.ctr {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.wpt {
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
}

#idx {
    background: #000;
    margin-top: 80px;
    overflow: hidden;
}

#idx>.ctr {
    padding-top: 0;
    height: 680px;
}

#idx>.ctr .tit {
    background: url(../images/idx/tit.png) no-repeat center;
    position: absolute;
    width: 250px;
    height: 220px;
    left: 0;
    top: 0;
}

#vs {
    position: absolute;
    width: 100%;
    height: 680px;
    left: 0;
    top: 0;
}

#vs * {
    outline: medium none !important;
    border: none;
}

#vs *:focus,
#vs *:link,
#vs *:visited,
#vs *:hover,
#vs *:active {
    border: none;
    outline: medium none !important;
}

#vs .slick-prev {
    background: url(../images/idx/arrl.png) no-repeat center;
    position: absolute;
    width: 40px;
    height: 80px;
    left: 50%;
    margin-left: -560px;
    top: 340px;
    z-index: 999;
    text-indent: -9999px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

#vs .slick-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#vs .slick-next {
    background: url(../images/idx/arrr.png) no-repeat center;
    position: absolute;
    width: 40px;
    height: 80px;
    left: 50%;
    margin-left: 520px;
    top: 340px;
    z-index: 999;
    text-indent: -9999px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

#vs .slick-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#vs .blk {
    position: relative;
    width: 1000px;
    height: 680px;
}

#vs .blk img {
    position: relative;
    width: 100%;
    height: 100%;
}

#vs .blk .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#vs .blk1 .txt {
    background: url(../images/idx/txt1.png) no-repeat center;
}

#vs .blk2 .txt {
    background: url(../images/idx/txt2.png) no-repeat center;
}

#vs .blk3 .txt {
    background: url(../images/idx/txt3.png) no-repeat center;
}

#vs .blk4 .txt {
    background: url(../images/idx/txt4.png) no-repeat center;
}

#vs .blk5 .txt {
    background: url(../images/idx/txt5.png) no-repeat center;
}

#vs .blk6 .txt {
    background: url(../images/idx/txt6.png) no-repeat center;
}

#vs .blk7 .txt {
    background: url(../images/idx/txt7.png) no-repeat center;
}

#vs .blk8 .txt {
    background: url(../images/idx/txt8.png) no-repeat center;
}

#vs .blk9 .txt {
    background: url(../images/idx/txt9.png) no-repeat center;
}

@media (max-width: 1200px) {
    #vs .slick-prev {
        margin-left: -490px;
    }
    #vs .slick-next {
        margin-left: 450px;
    }
}

#year {
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: 25px;
    text-align: center;
}

#year:before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 59px;
}

#year a {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

#year a span {
    position: absolute;
    width: 100%;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    left: 0;
    top: 25px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#year a:last-child {
    margin-right: 0;
}

#year a:after {
    content: "";
    background: #000;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 35px;
    bottom: 15px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#year a:hover:after,
#year a:active:after {
    background: #ef1d25;
}

#year a:hover span,
#year a:active span {
    font-weight: normal;
    font-size: 24px;
    top: 20px;
}

#year a.active:after {
    background: #ef1d25;
}

#year a.active span {
    font-weight: normal;
    font-size: 24px;
    top: 20px;
}

.page>.arr {
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
}

.page>.ctr {
    padding-top: 150px;
}

.page>.tit {
    position: absolute;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 48px;
    line-height: 50px;
    left: 0;
    top: 75px;
}

#ito {
    background: url(../images/ito/bg.jpg) repeat-x bottom white;
}

#ito>.arr {
    background: url(../images/ito/pagearr.png) no-repeat bottom center;
}

#ito>.ctr {
    height: 510px;
    text-align: center;
    padding-top: 110px;
}

#ito>.ctr .spot {
    display: inline-block;
    position: relative;
    width: 265px;
    height: 265px;
    margin: 0 55px 15px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#ito>.ctr .spot:last-child {
    margin-right: 0px;
}

#ito>.ctr .spot .vs {
    position: absolute;
    width: 130px;
    height: 100px;
    right: -17px;
    bottom: 40px;
}

#ito>.ctr .spot .tit {
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto 0 auto;
}

#ito>.ctr .spot .sbt {
    position: relative;
    width: 100%;
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto 10px auto;
}

#ito>.ctr .spot .list {
    position: absolute;
    width: 66%;
    height: auto;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    left: 17%;
    top: 120px;
}

#ito>.ctr .spot .list>div {
    position: relative;
}

#ito>.ctr .spot .list>div:before {
    content: url(../images/ito/ic.png);
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: -24px;
    top: -1px;
}

#ito>.ctr .spot .link {
    position: absolute;
    width: 105px;
    height: 30px;
    left: 80px;
    bottom: 15px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

#ito>.ctr .spot:hover,
#ito>.ctr .spot:active {
    background: #fff;
    -webkit-box-shadow: #dddddd 25px 25px 25px;
    -moz-box-shadow: #dddddd 25px 25px 25px;
    box-shadow: #dddddd 25px 25px 25px;
}

.srs>.tit span {
    display: inline-block;
    font-size: 25px;
    padding: 0 10px 0 20px;
    vertical-align: text-bottom;
    margin-left: 5px;
    margin-bottom: 6px;
}

.srs>.ctr {
    padding-top: 140px;
    padding-bottom: 50px;
    width: 100%;
}

.srs>.ctr .tag {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.srs>.ctr .tag span,
.srs>.ctr .tag a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    width: auto;
    height: 28px;
}

.srs>.ctr .tag span.space {
    width: 30px;
}

.srs>.ctr .tag span.hide {
    display: none;
}

.srs>.ctr .tag a {
    padding: 0 7px;
    margin: 0 2px 10px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-weight: bold;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.srs>.ctr .tag a:hover,
.srs>.ctr .tag a:active {
    color: #ef1d25;
}

.srs>.ctr .tag a.active {
    background: #ef1d25 !important;
    color: #fff;
    cursor: default;
}

.srs>.ctr .crs {
    position: relative;
    width: 1000px;
    height: 500px;
    margin: 0 auto;
}

.srs>.ctr .crs * {
    outline: medium none !important;
    border: none;
}

.srs>.ctr .crs *:focus,
.srs>.ctr .crs *:link,
.srs>.ctr .crs *:visited,
.srs>.ctr .crs *:hover,
.srs>.ctr .crs *:active {
    border: none;
    outline: medium none !important;
}

.srs>.ctr .crs .slick-dots {
    bottom: -20px;
}

.srs>.ctr .crs .slick-prev {
    position: absolute;
    width: 40px;
    height: 80px;
    left: 0px;
    top: 175px;
    z-index: 999;
    text-indent: -9999px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.srs>.ctr .crs .slick-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.srs>.ctr .crs .slick-next {
    position: absolute;
    width: 40px;
    height: 80px;
    right: 0px;
    top: 175px;
    z-index: 999;
    text-indent: -9999px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.srs>.ctr .crs .slick-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.srs>.ctr .crs div {
    position: relative;
    width: 100%;
    height: 500px;
}

.srs>.ctr .crs div .img {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 20px;
    top: 0px;
}

.srs>.ctr .crs div .cnt {
    position: absolute;
    width: 550px;
    height: 380px;
    left: 410px;
    top: 40px;
    text-align: left;
}

.srs>.ctr .crs div .cnt .good {
    width: 85%;
    font-size: 21px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 15px;
    text-align: left;
}

.srs>.ctr .crs div .cnt .name {
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}

.srs>.ctr .crs div .cnt .name span {
    font-size: 24px;
    line-height: 26px;
}

.srs>.ctr .crs div .cnt .name .add {
    font-size: 18px;
}

.srs>.ctr .crs div .cnt .text {
    margin-bottom: 15px;
    text-align: left;
}

.srs>.ctr .crs div .cnt .btn {
    display: inline-block;
    position: relative;
    width: 125px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
}

.srs>.ctr .crs div .cnt .user {
    margin-left: 5px;
}

@media (min-width: 1100px) {
    .srs>.ctr .crs .slick-prev {
        left: -50px;
    }
    .srs>.ctr .crs .slick-next {
        right: -50px;
    }
}

@media (min-width: 1200px) {
    .srs>.ctr {
        width: 1200px;
    }
    .srs>.ctr .tag span.hide {
        display: inline-block;
    }
    .srs>.ctr .tag br {
        display: none;
    }
}

#srs1 {
    background: #fff;
}

#srs1>.arr {
    background: url(../images/srs1/pagearr.png) no-repeat bottom center;
}

#srs1>.tit span {
    background: url(../images/srs1/titadd.png) no-repeat left center;
    color: #fff;
}

#srs1>.ctr .tag a {
    background: #e8e8e8;
}

#srs1>.ctr .crs .slick-prev {
    background: url(../images/srs1/arrl.png) no-repeat center;
}

#srs1>.ctr .crs .slick-next {
    background: url(../images/srs1/arrr.png) no-repeat center;
}

#srs1>.ctr .crs div .btn {
    color: #000;
    border: 1px solid #000;
}

#srs1>.ctr .crs div .btn:hover,
#srs1>.ctr .crs div .btn:active {
    color: #fff;
    background: #000;
}

#srs2 {
    background: url(../images/srs2/bg.jpg) repeat-x bottom black;
}

#srs2>.arr {
    background: url(../images/srs2/pagearr.png) no-repeat bottom center;
}

#srs2>.glow {
    background: url(../images/srs2/glow.png) no-repeat bottom center;
    position: absolute;
    width: 800px;
    height: 800px;
    right: 80px;
    top: 160px;
}

#srs2>.tit {
    color: #fff;
}

#srs2>.tit span {
    background: url(../images/srs2/titadd.png) no-repeat left center;
    color: #000;
}

#srs2>.ctr .tag span {
    color: #fff;
}

#srs2>.ctr .tag a {
    background: #e8e8e8;
}

#srs2>.ctr .crs .slick-prev {
    background: url(../images/srs2/arrl.png) no-repeat center;
}

#srs2>.ctr .crs .slick-next {
    background: url(../images/srs2/arrr.png) no-repeat center;
}

#srs2>.ctr .crs div .img {
    left: 590px;
}

#srs2>.ctr .crs div .cnt {
    left: 60px;
    text-align: right;
}

#srs2>.ctr .crs div .cnt .good {
    color: #fff;
}

#srs2>.ctr .crs div .cnt .name {
    color: #fff;
}

#srs2>.ctr .crs div .cnt .text {
    color: #ccc;
}

#srs2>.ctr .crs div .btn {
    color: #fff;
    border: 1px solid #fff;
}

#srs2>.ctr .crs div .btn:hover,
#srs2>.ctr .crs div .btn:active {
    color: #000;
    background: #fff;
}

#srs3 {
    background: #e3e3e3;
}

#srs3>.arr {
    background: url(../images/srs3/pagearr.png) no-repeat bottom center;
}

#srs3>.tit span {
    background: url(../images/srs3/titadd.png) no-repeat left center;
    color: #fff;
}

#srs3>.ctr .tag a {
    background: #fff;
}

#srs3>.ctr .crs .slick-prev {
    background: url(../images/srs3/arrl.png) no-repeat center;
}

#srs3>.ctr .crs .slick-next {
    background: url(../images/srs3/arrr.png) no-repeat center;
}

#srs3>.ctr .crs div .btn {
    color: #000;
    border: 1px solid #000;
}

#srs3>.ctr .crs div .btn:hover,
#srs3>.ctr .crs div .btn:active {
    color: #fff;
    background: #000;
}

#case {
    background: #fff;
}

#case>.arr {
    background: url(../images/case/pagearr.png) no-repeat bottom center;
}

#case>.tit {
    color: #000;
}

#case>.ctr {
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
    max-width: 1200px;
}

#case>.ctr .blk {
    position: relative;
    width: 370px;
    height: 420px;
    margin: 0px 20px 20px 0px;
    display: inline-block;
    overflow: hidden;
}

#case>.ctr .blk:nth-child(3n) {
    margin-right: 0px;
}

#case>.ctr .blk .mask {
    position: relative;
    width: 360px;
    height: 240px;
    margin: 0 auto 10px auto;
    overflow: hidden;
}

#case>.ctr .blk .mask .img {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    position: absolute;
    width: 360px;
    height: 240px;
    left: 0px;
    top: 0px;
}

#case>.ctr .blk:hover .mask .img {
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    -webkit-transition-duration: 4s;
    -moz-transition-duration: 4s;
    -o-transition-duration: 4s;
    transition-duration: 4s;
}

#case>.ctr .blk .txt {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 5px;
    text-align: left;
    font-size: 18px;
    line-height: 27px;
}

#case>.ctr .blk .btn {
    background: #000;
    display: inline-block;
    position: relative;
    width: auto;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    margin: 10px auto 0 auto;
}

#case>.ctr .blk .btn:hover,
#case>.ctr .blk .btn:active {
    background: #555;
}

@media (max-width: 1200px) {
    #case>.ctr {
        width: 1000px;
    }
    #case>.ctr .blk {
        width: 300px;
        height: 355px;
        margin: 0px 25px 20px 0px;
    }
    #case>.ctr .blk:nth-child(3n) {
        margin-right: 0px;
    }
    #case>.ctr .blk .mask {
        width: 300px;
        height: 200px;
    }
    #case>.ctr .blk .mask .img {
        position: absolute;
        width: 300px;
        height: 200px;
        left: 0px;
        top: 0px;
    }
}

#exp {
    background: url(../images/exp/bg.jpg) repeat-x bottom black;
}

#exp>.arr {
    background: url(../images/exp/pagearr.png) no-repeat bottom center;
}

#exp>.tit {
    color: #fff;
}

#exp>.ctr {
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
    max-width: 1200px;
}

#exp>.ctr .blk {
    position: relative;
    width: 370px;
    height: 420px;
    margin: 0px 20px 20px 0px;
    display: inline-block;
    overflow: hidden;
}

#exp>.ctr .blk:nth-child(3n) {
    margin-right: 0px;
}

#exp>.ctr .blk .mask {
    position: relative;
    width: 360px;
    height: 240px;
    margin: 0 auto 10px auto;
    overflow: hidden;
}

#exp>.ctr .blk .mask .img {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    position: absolute;
    width: 360px;
    height: 240px;
    left: 0px;
    top: 0px;
}

#exp>.ctr .blk:hover .mask .img {
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    -webkit-transition-duration: 4s;
    -moz-transition-duration: 4s;
    -o-transition-duration: 4s;
    transition-duration: 4s;
}

#exp>.ctr .blk .txt {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 5px;
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

#exp>.ctr .blk .btn {
    background: #fff;
    display: inline-block;
    position: relative;
    width: auto;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    padding: 0 20px;
    margin: 10px auto 0 auto;
}

#exp>.ctr .blk .btn:hover,
#exp>.ctr .blk .btn:active {
    background: #ccc;
}

@media (max-width: 1200px) {
    #exp>.ctr {
        width: 1000px;
    }
    #exp>.ctr .blk {
        width: 300px;
        height: 355px;
        margin: 0px 25px 20px 0px;
    }
    #exp>.ctr .blk:nth-child(3n) {
        margin-right: 0px;
    }
    #exp>.ctr .blk .mask {
        width: 300px;
        height: 200px;
    }
    #exp>.ctr .blk .mask .img {
        position: absolute;
        width: 300px;
        height: 200px;
        left: 0px;
        top: 0px;
    }
}

#link {
    background: #fff;
}

#link>.ctr {
    padding-top: 140px;
    padding-bottom: 100px;
    width: 100%;
    text-align: center;
}

#link>.ctr a {
    position: relative;
    width: 230px;
    height: 80px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
}

#link>.ctr a:last-child {
    margin-right: 0px;
}

#link {
    background: #fff;
}

#link>.ctr {
    padding-top: 140px;
    padding-bottom: 100px;
    width: 100%;
    text-align: center;
}

#link>.ctr .items {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

#link>.ctr .items .item {
    position: relative;
    width: 230px;
    height: 80px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
}

#link>.ctr .items .item:last-child {
    margin-right: 0px;
}

#link>.ctr .show {
    background: #f0f0f0;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#link>.ctr .show:before {
    content: url(../images/link/arr.png);
    display: block;
    position: absolute;
    width: 80px;
    height: 40px;
    left: 50%;
    top: -40px;
}

#link>.ctr .show .list {
    position: relative;
    width: 100%;
    max-width: 1200px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 30px 10px 0px 10px;
}

#link>.ctr .show .list .blk {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 240px;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
}

#link>.ctr .show .list .blk .img {
    display: block;
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 10px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#link>.ctr .show .list .blk .txt {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}

#link>.ctr .show .list .blk a.official-link {   /* add class */
    background: #fff;
    display: block;
    position: absolute;
    width: 180px;
    height: 180px;
    left: 10px;
    top: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#link>.ctr .show .list .blk a,
#link>.ctr .show .list .blk a * {
    width: auto;      /*add element*/
    height: auto;     /*add element*/
    display: block;   /*add element*/
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#link>.ctr .show .list .blk a .t {
    position: absolute;
    width: 100px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    left: 40px;
    top: 55px;
    color: #123274;
}

#link>.ctr .show .list .blk a .ic {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    left: 70px;
    top: 85px;
    color: #123274;
}

#link>.ctr .show .list .blk a:hover,
#link>.ctr .show .list .blk a:active {
    background: #2064a9;
}

#link>.ctr .show .list .blk a:hover .t,
#link>.ctr .show .list .blk a:active .t {
    color: #fff;
}

#link>.ctr .show .list .blk a:hover .ic,
#link>.ctr .show .list .blk a:active .ic {
    color: #fff;
}

#link>.ctr .show1:before {
    margin-left: -400px;
}

#link>.ctr .show2:before {
    margin-left: -160px;
}

#link>.ctr .show3:before {
    margin-left: 80px;
}

#link>.ctr .show4:before {
    margin-left: 320px;
}

#ftr>.ctr {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 0;
}

#hdr {
    background: #fff;
    position: fixed;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

#hdr .ctr {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 80px;
    margin: 0 auto;
}

#hdr .ctr .logo {
    display: inline-block;
    position: relative;
    height: 100%;
    width: auto;
    padding: 15px;
}

#hdr .ctr .logo img {
    position: relative;
    height: 100%;
    width: auto;
}

#hdr .ctr .link {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 50%;
    margin-top: -22px;
}

#hdr:after {
    background: #ef1d25;
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
}

#nav {
    position: absolute;
    width: 100%;
    height: 40px;
    right: 55px;
    top: 50%;
    margin-top: -22px;
    text-align: right;
}

#nav * {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#nav a {
    display: inline-block;
    position: relative;
    width: auto;
    height: 40px;
    padding: 0 20px 0 40px;
    line-height: 40px;
    font-size: 20px;
}

#nav a .ic {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 18px;
    top: 11px;
}

#nav a:hover,
#nav a.active {
    color: #ef1d25;
}

#nav a:hover .ic,
#nav a.active .ic {
    left: 21px;
}

#nav a .active {
    color: #ef1d25;
}

#nav a .active .ic {
    left: 21px;
}

#ttt {
    background: url(../images/wttt.png) no-repeat center;
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 18px;
    bottom: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 45px;
    padding-top: 12px;
    text-align: center;
    overflow: hidden;
}

#ttt:before {
    content: url(../images/warr.png);
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 2px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#ttt:hover:before,
#ttt:active:before {
    top: -2px;
}