::selection {
    background: #009fce;
    color: white;
}

a {
    color: #0078b4;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    a:hover,
    a:active {
        color: #00aaff;
        text-decoration: none;
    }
}

.slick-slider {
    -webkit-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
}

.main {
    padding: 25px 5% 0 5%;
}

.main>.acc {
    position: absolute;
}

.blockBox {
    margin-bottom: 25px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blockBox.visible,
.main>div:nth-child(1)>div,
.main>div:nth-child(2)>div,
.main>div:nth-child(3)>div,
.main>div:nth-child(4)>div {
    opacity: 1;
}

.aboutBlock {
    width: 30%;
    position: absolute;
    left: 5%;
    bottom: 15px;
    color: #fff;
}

.aboutBlock h2,
.aboutBlock .h2 {
    display: block;
    font-size: 200%;
}

.aboutBlock h2 span,
.aboutBlock .h2 span {
    display: inline-block;
    background: rgba(0, 0, 0, .7);
    padding: 15px 15px 0 15px;
}

.aboutBlock p {
    display: block;
    background: rgba(0, 0, 0, .7);
    padding: 15px;
    font-size: 90%;
}

.marqueeContainer {
    background: #fff;
}

.marqueeContainer h2,
.marqueeContainer .h2 {
    float: left;
    width: 16.5%;
    color: #fff;
    background: #fe702a;
    line-height: 55px;
    text-align: center;
    font-size: 115%;
}

.marqueeContainer .content {
    float: left;
    width: 83.5%;
    height: 55px;
    display: table;
}

.marqueeContainer .content>.wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

ul.marquee {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    height: 18px;
}

ul.marquee li {
    position: absolute;
    top: -999em;
    left: 0;
    display: block;
    white-space: nowrap;
    padding: 2px;
}

ul.marquee li a {
    color: #424242;
}

@media screen and (min-width: 1025px) {
    ul.marquee li a:hover {
        color: #40aeb8;
        text-decoration: underline;
    }
}

.slick-slide {
    position: relative;
}

.slick-slide img {
    width: 100%;
}

.runBanner .slick-dots {
    position: absolute;
    bottom: initial;
    top: 10px !important;
    text-align: right;
    padding-right: 12px;
}

.runBanner .slick-next {
    right: 5px;
}

.runBanner .slick-prev {
    left: 5px;
    z-index: 1;
}

.runBanner a {
    display: block;
    position: relative;
}

@media screen and (min-width: 1025px) {
    .runBanner a:focus::after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        box-shadow: inset 0 0 0 0.2rem rgba(244, 122, 13, 0.6);
    }
}

.newsBranchWrap .ecNetUlTabs {
    min-height: 510px !important;
}

.newsBranchWrap .ecNetUlTabs a.ecNetUlTab {
    color: #000 !important;
    border-left: 1px solid #eae7dd !important;
    border-bottom: 1px solid #eae7dd;
    background: #fff !important;
}

.newsBranchWrap .ecNetUlTabs a.ecNetUlTab > h2,
.newsBranchWrap .ecNetUlTabs a.ecNetUlTabSelected > h2,
.newsBranchWrap .ecNetUlTabs a.ecNetUlTab > .h2,
.newsBranchWrap .ecNetUlTabs a.ecNetUlTabSelected > .h2 {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: inline;
}

.newsBranchWrap .ecNetUlTabs li:first-child a.ecNetUlTab {
    border-left: none !important;
}

.newsBranchWrap .ecNetUlTabs a.ecNetUlTabSelected {
    background-color: #2C7D55 !important;
    position: relative;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .newsBranchWrap .ecNetUlTabs a.ecNetUlTab:hover {
        background-color: #2C7D55 !important;
        position: relative;
        color: #fff;
    }
}

.newsBranchWrap .ecNetUlTabs a.ecNetUlTabSelected:before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
}

@media screen and (min-width: 1025px) {
    .newsBranchWrap .ecNetUlTabs a.ecNetUlTab:hover {
        color: #fff !important;
    }
}

.headline {
    padding-bottom: 15px;
}

.headline a>* {
    float: left;
}

.headline a:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*+html .headline a {
    display: inline-block;
}

* html .headline a {
    height: 1%;
}

.newsPic {
    width: 28%;
    height: 125px;
}

.newsBranchWrap .ecNetUlTabs>li {
    width: 50%;
}

.ecNetUlTabs {
    background: #fff;
}

.newsBranchWrap .newsBox {
    margin: 0;
    padding: 25px;
}

.newsBranchWrap .newsBox a {
    display: block;
}

.newsTxt {
    width: calc(72% - 1em);
    margin-left: 1em;
}

.newsBranchWrap .newsBox a h3,
.newsBranchWrap .newsBox a .h3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .newsBranchWrap .newsBox a:hover h3,
    .newsBranchWrap .newsBox a:hover .h3 {
        color: #40aeb8;
    }
}

.headline .newsDate {
    display: inline-block;
    text-align: center;
    font-family: Arial;
    font-size: 90%;
}

.headline .newsDate>* {
    color: #247C94;
    letter-spacing: 0.05em;
}

.headline h3,
.headline .h3 {
    font-size: 105%;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    width: 100%;
    color: #2f2f2e;
    padding-top: 5px;
}

.newsTitle a {
    display: block;
}

.newsTitle b {
    color: #46a938;
    display: inline-block;
    letter-spacing: 0.1em;
}

.newsTitle b.classify,
.headline b.classify {
    display: inline-block;
    margin-right: 10px;
    min-width: 90px;
    font-size: 82%;
    background: #4E7D0C;
    color: #FFF;
    padding: 0px 10px 0px 10px;
    text-align: center;
    line-height: 26px;
}

.newsTitle b.department {
    margin-top: 12px;
    margin-left: 4px;
}

.headline .newsCon {
    font-size: 80%;
    clear: both;
    padding-top: 5px;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -o-line-clamp: 3;
    -ms-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    color: #2f2f2e;
    height: 70px;
}

/*單則*/
li.oneNews {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

li.oneNews>a {
    display: block;
}

li.oneNews:first-child {
    padding-top: 0;
}

.oneNews h3,
.oneNews .h3 {
    display: inline-block;
    font-size: 90%;
    font-weight: 700;
    color: #2f2f2e;
    margin: 10px 0;
}

.oneNews.Hot a h2:after,
.oneNews.Hot a .h2:after {
    content: "HOT";
    display: inline;
    width: 31px;
    font-size: 75%;
    background: #d95d45;
    color: #FFF;
    padding: 4px 11px 4px 11px;
    text-align: center;
    margin-left: 7px;
    top: -1px;
    right: 0;
    position: relative;
    text-decoration: none;
}

.newsBranchWrap .newsBox a h3:after,
.newsBranchWrap .newsBox a .h3:after {
    text-decoration: none;
}

.oneNews .newsDate {
    display: inline-block;
    color: #247C94;
    margin-right: 5px;
    font-size: 85%;
}

.newsDate u:after {
    content: "-";
}

.oneNews b.classify {
    display: inline-block;
    margin-right: 10px;
    min-width: 90px;
    font-size: 82%;
    background: #4E7D0C;
    color: #FFF;
    padding: 0px 10px 0px 10px;
    text-align: center;
    line-height: 26px;
}

.oneNews b.department {
    color: #46A938;
}

.newsBox>span {
    display: block;
    text-align: right;
    margin-top: 25px;
}

.newsBranchWrap .newsBox>span a {
    display: inline-block;
    color: #247C94;
    font-weight: 700;
    font-size: 90%;
    padding-left: 40px;
    margin-left: 10px;
    position: relative;
    line-height: 100%;
}

@media screen and (min-width: 1025px) {
    .newsBranchWrap .newsBox>span a:hover {
        color: #2d959e;
    }
}

.newsBranchWrap .newsBox>span a.rss {
    color: #fe702a;
}

.newsBranchWrap .newsBox>span a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    content: "";
    width: 1px;
    height: 15px;
    background: #cccccc;
}

.newsBranchWrap .newsBox>span a:first-child:after {
    display: none;
}

.newsBranchWrap .newsBox>span a i,
.newsBranchWrap .newsBox>span a:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 15px;
    content: "";
    width: 16px;
    height: 16px;
}

.newsBranchWrap .newsBox>span a i svg {
    fill: currentColor;
}

.newsBranchWrap .newsBox>span a.rss:before {
    background: url(../../images/icon/rss.svg) no-repeat center /contain;
}

.quickServices svg {
    fill: #fff;
    width: 60px;
    height: 60px;
}

.quickServices h3,
.quickServices .h3 {
    padding: 15px 25px;
    color: #fff;
    background: #2d959e;
    font-size: 140%;
    border-bottom: 1px solid #66bec6;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.02);
}

.quickServices .content>ul li {
    background: #40aeb8;
}

.quickServices .content a {
    display: table;
    width: 100%;
    color: #fff;
    padding: 0 5%;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.quickServices .content a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b777e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media screen and (min-width: 1025px) {
    .quickServices .content a:hover:before,
    .quickServices .content a:focus:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .quickServices .content a:hover {
        padding: 0 2% 0 8%;
    }
}

.quickServices .content a span {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 2%;
}

.quickServices .content a span:first-child {
    width: 110px;
    text-align: center;
}

.quickServices .content li:nth-child(even) {
    background: #38a5af;
}

.quickServices .content a span img {
    width: 60px;
    height: 60px;
}

.quickServices_2 {
    background: #247C94;
    padding: 25px;
}

.quickServices_2 li {
    float: left;
    width: 33.33333%;
}

.quickServices_2 li a {
    color: #fff;
    display: block;
    position: relative;
    padding: 85px 10px 0px 10px;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .quickServices_2 li a:hover {
        color: #fff74e
    }
}

.quickServices_2 li a span:first-child {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
}

.quickServices_2 li a span:first-child svg {
    width: 100%;
    fill: #fff;
}

.nationalParkWrap h2,
.nationalParkWrap .h2 {
    padding: 15px 25px;
    color: #fff;
    background: #30a66d;
    font-size: 140%;
    border-bottom: 1px solid #65c194;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.02);
}

.nationalParkWrap>.content {
    background: #2C7D55;
    padding: 25px;
}

.nationalPark li {
    position: relative;
}

.nationalPark li .Img {
    float: left;
    width: 50%;
    padding-bottom: 35%;
}

.nationalPark li .content {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 90%;
    padding: 0 25px;
    position: relative;
}

.nationalPark li .content > h2,
.nationalPark li .content > h3,
.nationalPark li .content > .h2,
.nationalPark li .content > .h3 {
    margin-bottom: 15px;
    font-size: 160%;
    padding: 0px;
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
}

.nationalPark li .content strong {
    display: inline-block;
    padding: 5px 15px 5px 40px;
    background: #fff;
    position: relative;
    border-radius: 50px;
    color: #ff3600;
    margin-bottom: 15px;
}

.nationalPark li .content strong.opening {
    color: #46a938;
}

.nationalPark li .content strong.closed {
    color: #ff3600;
}

.nationalPark li .content strong:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: no-repeat center/contain;
    position: absolute;
    top: 5px;
    left: 15px;
}

.nationalPark li .content strong.opening:before {
    background-image: url(../../images/icon/open.svg);
}

.nationalPark li .content strong.closed:before {
    background-image: url(../../images/icon/closed.svg);
}

.nationalPark.slick-slider {
    -webkit-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    margin-bottom: 0px;
}

.nationalPark li .content .temperature {
    font-size: 215%;
    position: absolute;
    right: 25px;
    top: 25px;
}

.nationalPark li .content .temperature>div {
    position: relative;
    padding-left: 25px;
}

.nationalPark li .content .temperature>div:before {
    width: 20px;
    height: 40px;
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    display: block;
    background: url(../../images/icon/temp-2.svg) no-repeat center /cover;
}

.nationalPark li .content .temperature em {
    font-size: 50%;
    position: absolute;
    top: -5px;
}

.nationalPark li .content dl {
    display: table;
    width: 100%;
    margin-bottom: 8px;
}

.nationalPark li .content dl dt,
.nationalPark li .content dl dd {
    display: table-cell;
}

.nationalPark li .content dl dt {
    opacity: .8;
    width: 25%;
    padding-right: 5px;
}

.nationalPark li .content dl dd {
    padding-left: 5px;
}

.seeSetail {
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 90%;
    position: absolute;
    right: 0;
    bottom: 1px;
}

@media screen and (min-width: 1025px) {
    .seeSetail:hover {
        background: #fff;
        color: #2C7D55;
    }
}

.blockBox .slick-slider {
    margin-bottom: 0px;
}

.blockBox .slick-dots {
    bottom: initial;
    top: -70px;
    right: 0;
    width: auto;
}

.blockBox .slick-dots li {
    margin: 0 3px;
}

.blockBox .slick-dots li button:before {
    font-size: 1rem;
}

.blockBox .slick-dots li.slick-active button:before {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .blockBox .slick-dots li button:hover:before,
    .blockBox .slick-dots li button:focus:before {
        color: #fff;
    }
}

.blockBox .slick-prev,
.blockBox .slick-next {
    width: 25px;
    height: 80px;
    background: none;
}

.blockBox .slick-prev {
    left: -25px;
}

.blockBox .slick-next {
    right: -25px;
}

.blockBox .slick-prev:before,
.blockBox .slick-next:before {
    opacity: .8;
    content: '';
    width: 80%;
    height: 80%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    -o-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}

.blockBox .slick-prev:before {
    background-position: left;
    background-image: url(../../images/CarouselArrow_1_l.png);
    margin-left: 3px;
}

.blockBox .slick-next:before {
    background-position: right;
    background-image: url(../../images/CarouselArrow_1_r.png);
}

@media screen and (min-width: 1025px) {
    .blockBox .slick-prev:focus::before,
    .blockBox .slick-next:focus::before {
        box-shadow: 0 0 0 0.2rem rgba(244, 122, 13, 0.6);
    }
}

/*深色底*/
.blockBox.runBannerWrap .slick-prev:before,
.blockBox.nationalParkWrap .slick-prev:before,
.blockBox.imgListStyleOneWrap .slick-prev:before,
.blockBox.imgListStyleTeoWrap .slick-prev:before {
    background-image: url(../../images/CarouselArrow_1_l_w.png);
}

.blockBox.runBannerWrap .slick-next:before,
.blockBox.nationalParkWrap .slick-next:before,
.blockBox.imgListStyleOneWrap .slick-next:before,
.blockBox.imgListStyleTeoWrap .slick-next:before {
    background-image: url(../../images/CarouselArrow_1_r_w.png);
}

@media screen and (min-width: 1025px) {
    /*hover效果*/
    .blockBox .slick-prev:hover:before {
        margin-left: 0px;
    }

    .blockBox .slick-next:hover:before {
        margin-left: 3px
    }
}

.blockBox.runBannerWrap .slick-prev {
    left: 0px;
}

.blockBox.runBannerWrap .slick-next {
    right: -1px;
}

.blockBox.runBannerWrap .slick-prev:after,
.blockBox.runBannerWrap .slick-next:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background-color: #000;
    opacity: 0;
    z-index: -1;
    -o-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}

@media screen and (min-width: 1025px) {
    .blockBox.runBannerWrap .slick-prev:hover:after,
    .blockBox.runBannerWrap .slick-next:hover:after {
        opacity: .2;
    }
}

.imgListStyleOneWrap h2,
.imgListStyleOneWrap .h2 {
    padding: 15px 25px;
    color: #fff;
    background: #30a66d;
    font-size: 140%;
    border-bottom: 1px solid #65c194;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.02);
}

.imgListStyleOneWrap>.content {
    background: #2C7D55;
    padding: 25px;
}

.imgListStyleOneWrap .Img {
    min-height: 220px;
    opacity: .8;
    -o-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}

@media screen and (min-width: 1025px) {
    .imgListStyleOneWrap .effect-sadie:hover .Img {
        opacity: .5;
    }
}

.imgListStyleOneWrap .ft {
    text-align: right;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.imgListStyleOneWrap .ft a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 90%;
    padding-left: 40px;
    margin-left: 10px;
    position: relative;
    line-height: 100%;
}

@media screen and (min-width: 1025px) {
    .imgListStyleOneWrap .ft a:hover {
        color: #fff74e;
    }
}

.imgListStyleOneWrap .ft a i,
.imgListStyleOneWrap .ft a:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 15px;
    content: "";
    width: 16px;
    height: 16px;
}

.imgListStyleOneWrap .ft a i svg {
    fill: rgba(255, 255, 255, .6);
}

.imgListStyleOneWrap figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    min-height: 220px;
    max-height: 300px;
    width: 90%;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.grid-33 .imgListStyleOneWrap figure {
    width: 100%;
}

.imgListStyleOneWrap figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.imgListStyleOneWrap figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.imgListStyleOneWrap figure figcaption::before,
.imgListStyleOneWrap figure figcaption::after {
    pointer-events: none;
}

.imgListStyleOneWrap figure figcaption,
.imgListStyleOneWrap figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgListStyleOneWrap figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0rem;
    opacity: 0;
}

@media screen and (min-width: 1025px) {
    .imgListStyleOneWrap figure figcaption>a:focus {
        background: rgba(0, 0, 0, 0.7);
        opacity: 1;
    }
}

.imgListStyleOneWrap figure h2,
.imgListStyleOneWrap figure .h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.imgListStyleOneWrap figure h2 span,
.imgListStyleOneWrap figure .h2 span {
    font-weight: 800;
}

.imgListStyleOneWrap figure h2,
.imgListStyleOneWrap figure .h2,
.imgListStyleOneWrap figure p {
    margin: 0;
}

.imgListStyleOneWrap figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.imgListStyleOneWrap figure i {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.imgListStyleOneWrap figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.imgListStyleOneWrap figure.effect-sadie img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media screen and (min-width: 1025px) {
    .imgListStyleOneWrap figure.effect-sadie:hover img {
        opacity: 0.5;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.imgListStyleOneWrap figure.effect-sadie h2,
.imgListStyleOneWrap figure.effect-sadie h3,
.imgListStyleOneWrap figure.effect-sadie .h2,
.imgListStyleOneWrap figure.effect-sadie .h3 {
    position: absolute;
    font-size: 80%;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 1001;
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
}

.imgListStyleOneWrap figure.effect-sadie figcaption::before,
.imgListStyleOneWrap figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.imgListStyleOneWrap figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.imgListStyleOneWrap figure.effect-sadie i {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.imgListStyleOneWrap figure.effect-sadie i {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -49px;
    padding: 8px 15px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

@media screen and (min-width: 1025px) {
    .imgListStyleOneWrap figure.effect-sadie:hover h2,
    .imgListStyleOneWrap figure.effect-sadie:hover h3,
    .imgListStyleOneWrap figure.effect-sadie:hover .h2,
    .imgListStyleOneWrap figure.effect-sadie:hover .h3 {
        color: #fff;
        color: rgba(255, 255, 255, 1);
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -20px, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, -20px, 0);
    }

    .imgListStyleOneWrap figure.effect-sadie:hover figcaption::before,
    .imgListStyleOneWrap figure.effect-sadie:hover p,
    .imgListStyleOneWrap figure.effect-sadie:hover i {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.imgListStyleTeoWrap h2,
.imgListStyleTeoWrap .h2 {
    padding: 15px 25px;
    color: #fff;
    background: #2C7D55 !important;
    font-size: 140%;
    border-bottom: 1px solid #65c194;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.02);
}

.imgListStyleTeoWrap>.content {
    background: #2C7D55;
    padding: 25px;
}

.imgListStyleTeoWrap .slick-slide {
    padding: 0 20px;
}

.imgListStyleTeoWrap .mCSB_inside>.mCSB_container {
    margin-right: 20px;
}

.imgListStyleTeoWrap .Img {
    min-height: 285px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.imgListStyleTeoWrap .textWrap {
    height: 225px;
    margin-bottom: 20px;
    color: #fff;
}

.imgListStyleTeoWrap .imgTextWrap {
    margin-bottom: 20px;
}

.imgListStyleTeoWrap .imgTextWrap .imgLiquid {
    height: 255px;
    margin-bottom: 20px;
}

.imgListStyleTeoWrap .imgTextWrap a,
.imgListStyleTeoWrap .imgTextWrap p {
    color: #fff;
}

.imgListStyleTeoWrap .imgTextWrap p {
    font-size: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -o-line-clamp: 3;
    -ms-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    height: 162px;
}

@media screen and (min-width: 1025px) {
    .imgListStyleTeoWrap .imgTextWrap a:hover p {
        text-decoration: underline;
    }

    .imgListStyleTeoWrap .imgTextWrap a:focus {
        display: block;
        /* border: 1px #00aaff solid; */
    }
}

.imgListStyleTeoWrap .ft {
    text-align: right;
}

.imgListStyleTeoWrap .imgTextWrap span.videoItem,
.imgListStyleTeoWrap .imgTextWrap span.videoItem a span {
    display: block;
    height: 100%;
    position: relative;
    margin-bottom: 20px;
}

.imgListStyleTeoWrap .imgTextWrap span.videoItem a span:before {
    width: 60px;
    height: 60px;
    display: block;
    content: '';
    background-image: url(../../images/icon/icon-play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -50px;
    opacity: .7;
    z-index: 2;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .imgListStyleTeoWrap .imgTextWrap span.videoItem a:hover span:before {
        background-position: center 100%;
        opacity: 1;
    }
}

.imgListStyleTeoWrap .imgTextWrap span.videoItem a span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    content: '';
}

.imgListStyleTeoWrap .imgTextWrap span.videoItem a h2,
.imgListStyleTeoWrap .imgTextWrap span.videoItem a .h2 {
    padding: 0 5%;
    text-align: center;
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
}

.imgListStyleTeoWrap .ft i {
    display: none;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 90%;
    position: absolute;
    right: 0;
    bottom: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.imgListStyleTeoWrap .ft a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 90%;
    right: 0;
    bottom: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.effect-sadie-2 {
    position: relative;
    padding-bottom: 62px;
}

.imgListStyleTeoWrap figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    min-height: 220px;
    max-height: 270px;
    width: 90%;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.grid-33 .imgListStyleTeoWrap figure {
    width: 100%;
}

.imgListStyleTeoWrap figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.imgListStyleTeoWrap figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.imgListStyleTeoWrap figure figcaption::before,
.imgListStyleTeoWrap figure figcaption::after {
    pointer-events: none;
}

.imgListStyleTeoWrap figure figcaption,
.imgListStyleTeoWrap figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgListStyleTeoWrap figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0rem;
    opacity: 0;
}

@media screen and (min-width: 1025px) {
    .imgListStyleTeoWrap figure figcaption>a:focus {
        opacity: 1;
        border: 5px #fff solid;
    }
}

.imgListStyleTeoWrap figure h2,
.imgListStyleTeoWrap figure .h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.imgListStyleTeoWrap figure h2 span,
.imgListStyleTeoWrap figure .h2 span {
    font-weight: 800;
}

.imgListStyleTeoWrap figure h2,
.imgListStyleTeoWrap figure .h2,
.imgListStyleTeoWrap figure p {
    margin: 0;
}

.imgListStyleTeoWrap figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.imgListStyleTeoWrap figure i {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.imgListStyleTeoWrap figure.effect-sadie-2 figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.imgListStyleTeoWrap figure.effect-sadie-2 img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media screen and (min-width: 1025px) {
    .imgListStyleTeoWrap figure.effect-sadie-2:hover img {
        opacity: 0.5;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.imgListStyleTeoWrap figure.effect-sadie-2 h2,
.imgListStyleTeoWrap figure.effect-sadie-2 h3,
.imgListStyleTeoWrap figure.effect-sadie-2 .h2,
.imgListStyleTeoWrap figure.effect-sadie-2 .h3 {
    position: absolute;
    font-size: 100%;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding: 0px;
    background-color: transparent;
    border-bottom: none;
}

.imgListStyleTeoWrap figure.effect-sadie-2 figcaption::before,
.imgListStyleTeoWrap figure.effect-sadie-2 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.imgListStyleTeoWrap figure.effect-sadie-2 p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.imgListStyleTeoWrap figure.effect-sadie-2 i {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.imgListStyleTeoWrap figure.effect-sadie-2 i {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -49px;
    padding: 8px 15px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

@media screen and (min-width: 1025px) {
    .imgListStyleTeoWrap figure.effect-sadie-2:hover h2,
    .imgListStyleTeoWrap figure.effect-sadie-2:hover h3,
    .imgListStyleTeoWrap figure.effect-sadie-2:hover .h2,
    .imgListStyleTeoWrap figure.effect-sadie-2:hover .h3 {
        color: #fff;
        color: rgba(255, 255, 255, 1);
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -20px, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, -20px, 0);
    }

    .imgListStyleTeoWrap figure.effect-sadie-2:hover figcaption::before,
    .imgListStyleTeoWrap figure.effect-sadie-2:hover p,
    .imgListStyleTeoWrap figure.effect-sadie-2:hover i {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .imgListStyleTeoWrap .effect-sadie-2:hover .ft i {
        background: #fff;
        color: #2C7D55;
    }
}

.videoWrap h2,
.videoWrap .h2 {
    padding: 15px 25px;
    color: #fff;
    background: #1d8b55;
    font-size: 140%;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.02);
}

.videoWrap>.content {
    background: #2C7D55;
    padding: 25px;
}

.videoWrap>.content a {
    color: #fff;
}

.videoWrap>.content a {
    display: block;
    padding: 0 2%;
}

.videoWrap>.content a>span {
    min-height: 255px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    background: #000;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.videoWrap>.content a>span:before {
    width: 60px;
    height: 60px;
    display: block;
    content: '';
    background-image: url(../../images/icon/icon-play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    opacity: .7;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .videoWrap>.content a:hover>span:before {
        background-position: center 100%;
        opacity: 1;
    }

    .videoWrap>.content a:focus {
        display: block;
        border: 1px #00aaff solid;
    }
}

.videoWrap>.content a>span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    content: '';
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .videoWrap>.content a:hover>span:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.videoWrap > .content a > h2,
.videoWrap > .content a > h3,
.videoWrap > .content a > .h2,
.videoWrap > .content a > .h3 {
    color: #fe702a;
    font-size: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -o-line-clamp: 1;
    -ms-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 25px;
    padding: 0px;
    background-color: transparent;
}

@media screen and (min-width: 1025px) {
    .videoWrap > .content a:hover > h2,
    .videoWrap > .content a:hover > h3,
    .videoWrap > .content a:hover > .h2,
    .videoWrap > .content a:hover > .h3 {
        color: #fe5d2a;
    }
}

.videoWrap .ft {
    text-align: right;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.videoWrap .ft a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 90%;
    padding-left: 40px;
    margin-left: 10px;
    position: relative;
    line-height: 100%;
}

@media screen and (min-width: 1025px) {
    .videoWrap .ft a:hover {
        color: #fff74e;
    }
}

.videoWrap .ft a i,
.videoWrap .ft a:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 15px;
    content: "";
    width: 16px;
    height: 16px;
}

.videoWrap .ft a i svg {
    fill: #fff;
}

.photoWrap h2,
.photoWrap .h2 {
    padding: 15px 25px;
    color: #fff;
    background: #fe702a;
    font-size: 140%;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.02);
}

.photoWrap>.content {
    background: #f1eee4;
    padding: 25px;
    border: 1px solid #d8d6cd;
}

.photoWrap>.content ol li {
    width: 33%;
    float: left;
    margin-bottom: 15px;
}

.photoWrap .Img {
    height: 132px;
}

.photoWrap .ft {
    text-align: right;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.photoWrap .ft a {
    display: inline-block;
    color: #66645f;
    font-weight: 700;
    font-size: 90%;
    padding-left: 40px;
    margin-left: 10px;
    position: relative;
    line-height: 100%;
}

@media screen and (min-width: 1025px) {
    .photoWrap .ft a:hover {
        color: #fe702a;
    }
}

.photoWrap .ft a i,
.photoWrap .ft a:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 15px;
    content: "";
    width: 16px;
    height: 16px;
}

.photoWrap .ft a i svg {
    fill: #fe702a;
}

.photoWrap figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    min-height: 120px;
    width: 90%;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.photoWrap figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.photoWrap figure figcaption {
    padding: 0.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.6em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.photoWrap figure figcaption::before,
.photoWrap figure figcaption::after {
    pointer-events: none;
}

.photoWrap figure figcaption,
.photoWrap figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photoWrap figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0rem;
    opacity: 0;
}

.photoWrap figure h2,
.photoWrap figure .h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.photoWrap figure h2 span,
.photoWrap figure .h2 span {
    font-weight: 800;
}

.photoWrap figure h2,
.photoWrap figure .h2,
.photoWrap figure p {
    margin: 0;
}

.photoWrap figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.photoWrap figure i {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.photoWrap figure.effect-sadie-3 figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75%);
    content: '';
    opacity: .3;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.photoWrap figure.effect-sadie-3 img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media screen and (min-width: 1025px) {
    .photoWrap figure.effect-sadie-3:hover img {
        opacity: 0.5;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.photoWrap figure.effect-sadie-3 h2,
.photoWrap figure.effect-sadie-3 h3,
.photoWrap figure.effect-sadie-3 .h2,
.photoWrap figure.effect-sadie-3 .h3 {
    position: absolute;
    font-size: 152%;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    box-shadow: none;
}

.photoWrap figure.effect-sadie-3 figcaption::before,
.photoWrap figure.effect-sadie-3 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.photoWrap figure.effect-sadie-3 p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.photoWrap figure.effect-sadie-3 i {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.photoWrap figure.effect-sadie-3 i {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -49px;
    padding: 8px 15px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

@media screen and (min-width: 1025px) {
    .photoWrap figure.effect-sadie-3:hover h2,
    .photoWrap figure.effect-sadie-3:hover h3,
    .photoWrap figure.effect-sadie-3:hover .h2,
    .photoWrap figure.effect-sadie-3:hover .h3 {
        color: #fff;
        color: rgba(255, 255, 255, 1);
        bottom: 20px;
    }

    .photoWrap figure.effect-sadie-3:hover figcaption::before,
    .photoWrap figure.effect-sadie-3:hover p,
    .photoWrap figure.effect-sadie-3:hover i {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*直式*/
.relatedLinkWrap h3,
.relatedLinkWrap .h3 {
    padding: 15px 25px;
    background: #3B5998;
    color: #fff;
    font-size: 140%;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.relatedLinkWrap ul {
    background: #3b5998
}

.relatedLinkWrap li {
    float: left;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.relatedLinkWrap li a {
    display: table;
    width: 100%;
    color: #fff;
    height: 100px;
    position: relative;
}
.relatedLinkWrap li:nth-child(1) a {
    background-color: #285fa2;
}
.relatedLinkWrap li:nth-child(2) a {
    background-color: #BD5B02;
}


.relatedLinkWrap li a span,
.relatedLinkWrap li a i {
    display: table-cell;
    vertical-align: middle;
    padding: 17px 4%;
    position: relative;
    z-index: 1;
}

.relatedLinkWrap li a i {
    width: 120px;
    text-align: center;
}

.relatedLinkWrap li a i img,
.relatedLinkWrap li a i svg {
    width: 66px;
    height: 66px;
}

.relatedLinkWrap li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .relatedLinkWrap li a:hover:before {
        opacity: .2;
    }

    .relatedLinkWrap li a:focus:before {
        opacity: .5;
    }
}

/*直式 end*/
/*橫式
.relatedLinkWrap h3 {
    padding: 15px 25px;
    background: #3B5998;
    color: #fff;
    font-size: 140%;
    box-shadow: inset 0px -2px 0px rgba(0,0,0,0.02);
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.relatedLinkWrap ul {background: #3b5998}
.relatedLinkWrap li {float: left; width: 33.333333%; border-left: 1px solid rgba(255,255,255,.3);}
.relatedLinkWrap li:first-child {border-left: 0px;}
.relatedLinkWrap li a {display: table; width: 100%; min-height: 200px; color: #fff; background: #3b5998; height: 100px; position: relative;}
.relatedLinkWrap li a span, .relatedLinkWrap li a i { display: block; vertical-align: middle; padding: 20px 2%; position: relative; z-index: 1; text-align: center;}
.relatedLinkWrap li a i { width: 110px; text-align: center; margin: 0 auto; padding-bottom: 0;}
.relatedLinkWrap li a i img, .relatedLinkWrap li a i svg {width: 80%; height: auto;}
.relatedLinkWrap li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.relatedLinkWrap li a:hover:before {opacity: .2;}
/*橫式 end*/

/*.bannerSection {background: #bde9ed;}
.bannerSection a {display: block;}
.bannerSection .blockBox {margin-bottom: 0px;}
.bannerSection .bannerWrap {padding: 25px 5%;}
.bannerSection .slick-slide {padding: 0 10px;}
.bannerSection .blockBox .slick-dots {top: -55px; right: 0px;}
.bannerSection h2 {margin-bottom: 25px; font-size: 140%;}
.banner_col > div {width: 50%; float: left; position: relative;}
.banner_col > div:first-child {padding-right: 25px;}
.banner_col > div:last-child {padding-left: 25px;}
.bannerSection .more {position: absolute; right: 0px; top: 7px;}
.bannerSection .banner_col > div:first-child .more {right: 25px;}
.bannerSection .more a {padding: 5px 20px; color: #fff; background: #2C7D55; border-radius: 30px; font-size: 80%;}
.banner_row > div {width: 100%; position: relative;}
.banner_row > div:first-child {margin-bottom: 25px;}*/

.bannerSection {
    background: #cdf6f9;
}

.bannerSection a {
    display: block;
}

@media screen and (min-width: 1025px) {
    .bannerSection a:focus {
        /* border: 3px #3e7fd0 solid; */
        box-shadow: inset 0 0 0 0.2rem rgba(244, 122, 13, 0.6);
    }
}

.bannerSection .blockBox {
    margin-bottom: 0px;
}

.bannerSection .bannerWrap {
    padding: 25px 5%;
}

.bannerSection .slick-slide {
    padding: 0 10px;
}

.bannerSection .blockBox .slick-dots {
    top: -55px;
    right: 0px;
}

.bannerSection h2,
.bannerSection .h2 {
    margin-bottom: 25px;
    font-size: 140%;
}

.banner_col>div {
    width: 50%;
    float: left;
    position: relative;
}

.banner_col>div:first-child {
    padding-right: 25px;
}

.banner_col>div:last-child {
    padding-left: 25px;
}

.bannerSection .more {
    position: absolute;
    right: 0px;
    top: 7px;
}

.bannerSection .banner_col>div:first-child .more {
    right: 25px;
}

.bannerSection .more a {
    padding: 5px 20px;
    color: #fff;
    background: #2C7D55;
    border-radius: 30px;
    font-size: 80%;
}

.banner_row>div {
    width: 100%;
    position: relative;
}

.banner_row>div:first-child {
    margin-bottom: 25px;
}

.bannerSection .internal li a {
    height: 0;
    padding-bottom: 85%;
}

.bannerSection .external li a {
    height: 0;
    padding-bottom: 38%;
}

.banner_col .external ul.slick-slider {
    padding: 7.3% 0;
}

.applyOnlineWrap h2,
.applyOnlineWrap h3,
.applyOnlineWrap .h2,
.applyOnlineWrap .h3 {
    padding: 15px 25px;
    color: #fff;
    background: #40aeb8;
    font-size: 140%;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.02);
}

.applyOnlineWrap>.content {
    background: #f1eee4;
    padding: 25px;
    border: 1px solid #d8d6cd;
}

.applyOnlineWrap li.slick-slide {
    padding: 0 15px;
}

.applyOnlineWrap li a {
    font-size: 90%;
    color: #535353;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.applyOnlineWrap li a span {
    display: table;
    text-align: center;
    width: 90px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.applyOnlineWrap li a span i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: inherit;
    height: 90px;
    border-radius: 50%;
    background: #e45c8c;
    position: relative;
}

.applyOnlineWrap li a span i:after {
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 4px #2C7D55;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.applyOnlineWrap li:nth-child(3n+1) a span i:after {
    box-shadow: 0 0 0 3px #e45c8c;
}

.applyOnlineWrap li:nth-child(3n+2) a span i:after {
    box-shadow: 0 0 0 3px #b166d8;
}

.applyOnlineWrap li:nth-child(3n+3) a span i:after {
    box-shadow: 0 0 0 3px #2C7D55;
}

@media screen and (min-width: 1025px) {
    .applyOnlineWrap li a:hover span i:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.applyOnlineWrap li a span i svg,
.applyOnlineWrap li a span i img {
    width: 60%;
    margin: 0 auto;
    height: auto;
}

.applyOnlineWrap li a span.icon {
    margin-bottom: 15px;
}

.applyOnlineWrap li:nth-child(3n+1) a span i {
    background: #e45c8c;
}

.applyOnlineWrap li:nth-child(3n+2) a span i {
    background: #b166d8;
}

.applyOnlineWrap li:nth-child(3n+3) a span i {
    background: #2C7D55;
}

@media screen and (min-width: 1025px) {
    .applyOnlineWrap li:nth-child(3n+1) a:hover span {
        color: #e45c8c;
    }

    .applyOnlineWrap li:nth-child(3n+2) a:hover span {
        color: #b166d8;
    }

    .applyOnlineWrap li:nth-child(3n+3) a:hover span {
        color: #2C7D55;
    }
}

/***********農航所*************/
/*叫號系統*/

.callingSystem>div {
    padding: 3%;
    width: 50%;
}

.callingSystem .col-l {
    float: left;
    background: #287650;
}

.callingSystem .col-r {
    float: right;
    background: #247C94;
}

.callingSystem>div h2,
.callingSystem>div .h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.callingSystem .current {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 10px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    background: #349867;
    overflow: hidden;
    text-align: center;
}

.callingSystem .col-r .current {
    background: #218dab;
}

.callingSystem .current h3,
.callingSystem .current .h3 {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 35%;
    bottom: 0px;
    color: #287650;
    font-size: 90%;
    text-align: center;
    line-height: 175%;
    font-weight: 700;
}

.callingSystem .col-r .current h3,
.callingSystem .col-r .current .h3 {
    color: #247C94;
}

.callingSystem .current strong {
    color: #fff;
    font-weight: 700;
    font-size: 200%;
    text-align: center;
    position: absolute;
    top: 20%;
    width: 100%;
    left: 0;
}

.callingSystem .queue {
    border-radius: 50px;
    overflow: hidden;
    background: #349867;
    position: relative;
    width: 90%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.callingSystem .queue:last-child {
    margin-bottom: 0;
}

.callingSystem .col-r .queue {
    background: #218dab;
}

.callingSystem .queue h3,
.callingSystem .queue .h3 {
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 100%;
    left: 0px;
    color: #287650;
    font-size: 80%;
    text-align: left;
    padding: 3px 3px 3px 15px;
    line-height: 120%;
    font-weight: 700;
    display: table;
}

.callingSystem .col-r .queue h3,
.callingSystem .col-r .queue .h3 {
    color: #247C94;
}

.callingSystem .queue h3 i,
.callingSystem .queue .h3 i {
    display: table-cell;
    vertical-align: middle;
}

.callingSystem .queue strong {
    color: #fff;
    font-weight: 700;
    font-size: 130%;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}

.purchase .Queue {
    float: left;
    width: 50%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.purchase .Queue iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.purchase .TBWaitBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.purchase .TBWaitBox img {
    width: 100% !important;
}

.purchase .purchaseInfo {
    width: 100%;
}

.purchase .purchaseInfo li {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    margin-left: -1%;
}

.purchase .purchaseInfo a {
    width: 100%;
    padding: 0 5%;
    color: #626262;
    display: block;
    font-size: 110%;
}

.purchase .purchaseInfo a span {
    padding: 0 2%;
    display: block;
    text-align: center;
}

.purchase .purchaseInfo a span:first-child {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.purchase .purchaseInfo a span.icon i {
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #000;
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    font-size: 0rem;
}

.purchase .purchaseInfo a span.icon i:after {
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 4px #2C7D55;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.purchase .purchaseInfo li:nth-child(3n+1) a span i:after {
    box-shadow: 0 0 0 3px #e04f5f;
}

.purchase .purchaseInfo li:nth-child(3n+2) a span i:after {
    box-shadow: 0 0 0 3px #e9cd57;
}

.purchase .purchaseInfo li:nth-child(3n+3) a span i:after {
    box-shadow: 0 0 0 3px #32bea6;
}

.purchase .purchaseInfo li:nth-child(3n+4) a span i:after {
    box-shadow: 0 0 0 3px #32ABCD;
}

@media screen and (min-width: 1025px) {
    .purchase .purchaseInfo li a:hover span i:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .purchase .purchaseInfo li:nth-child(1) a:hover {
        color: #e04f5f;
    }

    .purchase .purchaseInfo li:nth-child(2) a:hover {
        color: #ee8c00;
    }

    .purchase .purchaseInfo li:nth-child(3) a:hover {
        color: #32bea6;
    }

    .purchase .purchaseInfo li:nth-child(4) a:hover {
        color: #247C94;
    }
}

.purchase .purchaseInfo li:nth-child(1) a span.icon i {
    background-color: #e04f5f;
    background-image: url(../../images/010/purchase_02.svg);
}

.purchase .purchaseInfo li:nth-child(2) a span.icon i {
    background-color: #e9cd57;
    background-image: url(../../images/010/purchase_03.svg);
}

.purchase .purchaseInfo li:nth-child(3) a span.icon i {
    background-color: #32bea6;
    background-image: url(../../images/010/purchase_04.svg);
}

.purchase .purchaseInfo li:nth-child(4) a span.icon i {
    background-color: #247C94;
    background-image: url(../../images/010/purchase_00.svg);
}

@media screen and (min-width: 1281px) {
    .nationalPark li .Img {
        width: 60%;
    }

    .nationalPark li .content {
        width: 40%;
    }
}

@media screen and (max-width: 1280px) {
    .main {
        padding: 25px 2% 0 2% !important;
    }

    .newsBranchWrap .ecNetUlTabs a.ecNetUlTab,
    .ecNetUlTabs>li>a {
        font-size: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .main {
        padding: 25px 2% !important;
    }
}

@media screen and (max-width: 980px) {
    .purchase .purchaseInfo li {
        margin-left: -2%;
    }

    .purchase .purchaseInfo a {
        font-size: 90%;
    }

    .newsBranchWrap .ecNetUlTabs a.ecNetUlTab,
    .ecNetUlTabs>li>a {
        font-size: 80% !important;
        padding: 0 5px;
        letter-spacing: 1px;
    }

    .headline {
        padding-bottom: 8px;
        border-bottom: 1px solid #dddddd;
    }

    .headline .newsDate {
        font-size: 85%;
        margin-right: 5px;
    }

    .newsPic {
        display: none;
    }

    .headline h3,
    .headline .h3 {
        -webkit-line-clamp: 1;
        -o-line-clamp: 1;
        -ms-line-clamp: 1;
        font-size: 85%;
    }

    .newsTxt {
        margin-left: 0;
        width: 100%;
    }

    .headline .newsCon {
        display: none;
    }

    li.oneNews {
        padding: 8px 0;
    }

    .oneNews h3,
    .oneNews .h3 {
        max-width: 100%;
        margin-right: 0;
        display: block;
        margin-top: 10px;
    }

    .newsBranchWrap .ecNetUlTabs .oneNews:nth-child(5) {
        display: none;
    }

    .relatedLinkWrap li a i {
        width: 90px;
    }
}

@media screen and (max-width: 768px) {
    .marqueeContainer h2,
    .marqueeContainer .h2 {
        width: 25%;
        font-size: 100%;
    }

    .marqueeContainer .content {
        width: 75%;
    }

    .newsBranchWrap .slick-dots {
        display: none !important;
    }


    .nationalPark li .Img {
        width: 100%;
        padding-bottom: 45%;
        margin-bottom: 20px;
    }

    .nationalPark li .content {
        width: 100%;
        padding: 0 0 55px;
    }

    .nationalPark li .content .temperature {
        top: 5px;
    }

    .nationalPark li .content > h2,
    .nationalPark li .content > h3,
    .nationalPark li .content > .h2,
    .nationalPark li .content > .h3 {
        padding-right: 110px;
    }

    .photoWrap>.content ol li {
        width: 50%;
    }

    .relatedLinkWrap li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .relatedLinkWrap li a span,
    .relatedLinkWrap li a i {
        padding: 20px 2%;
    }

    .relatedLinkWrap li a i {
        width: 135px;
    }

    .quickServices .content a span:first-child {
        width: 85px;
    }

    .quickServices svg {
        height: 55px;
    }

    .blockBox h2,
    .blockBox .h2 {
        font-size: 115%;
    }

    .imgListStyleTeoWrap .slick-slide {
        padding: 0 5px;
    }

    .bannerSection .blockBox .slick-dots {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .newsBranchWrap .ecNetUlTabs {
        min-height: auto !important;
    }
}

@media screen and (max-width: 480px) {
    .marqueeContainer h2,
    .marqueeContainer .h2 {
        width: 30%;
    }

    .marqueeContainer .content {
        width: 70%;
    }

    .nationalPark li .content dl dt {
        width: 40%;
    }

    .imgListStyleTeoWrap .imgTextWrap p {
        height: 63px;
        line-height: 21px;
    }

    /* .newsBranchWrap .ecNetUlTabs {
        height: 460px !important;
    } */

    .newsBranchWrap .ecNetUlTabs h3,
    .newsBranchWrap .ecNetUlTabs .h3 {
        height: 40px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -o-line-clamp: 2;
        -ms-line-clamp: 2;
        padding-top: 0px;
        margin-top: 10px;
    }

    .newsBranchWrap .ecNetUlTabs>li>a {
        /* height: 0; */
        overflow: hidden;
    }

    .headline a>* {
        float: none;
    }

    .newsPic {
        width: 100%;
        margin-bottom: 15px;
    }

    .newsTxt {
        width: 100%;
        margin-left: 0;
    }

    .callingSystem .current h3,
    .callingSystem .current .h3 {
        font-size: 80%;
    }

    .callingSystem .queue h3,
    .callingSystem .queue .h3 {
        width: 55%;
        font-size: 70%;
    }

    .callingSystem .queue strong {
        font-size: 100%;
        margin-top: -10px;
    }

    .banner_col>div {
        width: 100%;
        padding: 0 25px;
    }

    .banner_col>div:first-child {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 320px) {
    .newsBranchWrap .newsBox>span a {
        font-size: 80%;
        margin-left: 5px;
    }

    .callingSystem .queue h3,
    .callingSystem .queue .h3 {
        padding: 3px 3px 3px 5px;
    }

    .callingSystem .queue strong {
        font-size: 90%;
    }
}